update the strings (#5904)

* update the strings

* PR comments and remove the workaround
This commit is contained in:
Alan Ren
2019-06-06 13:03:03 -07:00
committed by GitHub
parent 76a84a2cf4
commit 1150433c0a
15 changed files with 45 additions and 73 deletions

View File

@@ -43,6 +43,12 @@
}
],
"menus": {
"commandPalette": [
{
"command": "azdata.resource.deploy",
"when": "false"
}
],
"dataExplorer/action": [
{
"command": "azdata.resource.sql-image.deploy",
@@ -125,8 +131,8 @@
"displayName": "%version-display-name%",
"values": [
{
"name": "ctp3.0",
"displayName": "%sql-2019ctp30-display-name%"
"name": "ctp3.1",
"displayName": "%sql-2019ctp31-display-name%"
}
]
},
@@ -147,7 +153,7 @@
],
"providers": [
{
"notebook": "%bdc-ctp30-aks-notebook%",
"notebook": "%bdc-ctp31-aks-notebook%",
"requiredTools": [
{
"name": "kubectl"
@@ -159,10 +165,10 @@
"name": "mssqlctl"
}
],
"when": "target=aks&&version=ctp3.0"
"when": "target=aks&&version=ctp3.1"
},
{
"notebook": "%bdc-ctp30-existing-cluster-notebook%",
"notebook": "%bdc-ctp31-existing-cluster-notebook%",
"requiredTools": [
{
"name": "kubectl"
@@ -171,7 +177,7 @@
"name": "mssqlctl"
}
],
"when": "target=existingCluster&&version=ctp3.0"
"when": "target=existingCluster&&version=ctp3.1"
}
]
}