mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
update the strings (#5904)
* update the strings * PR comments and remove the workaround
This commit is contained in:
@@ -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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user