mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
Various fixes in Arc extension (#20072)
* location description added * Made Service Tier dynamically enabled * Added generalpurpose checks for sql miaa deploy notebook Co-authored-by: Candice Ye <canye@microsoft.com>
This commit is contained in:
@@ -246,6 +246,7 @@
|
||||
{
|
||||
"type": "azure_locations",
|
||||
"label": "%arc.data.controller.location%",
|
||||
"description": "%arc.data.controller.location.description%",
|
||||
"defaultValue": "eastus",
|
||||
"required": true,
|
||||
"locationVariableName": "AZDATA_NB_VAR_ARC_DATA_CONTROLLER_LOCATION",
|
||||
@@ -1206,6 +1207,10 @@
|
||||
}
|
||||
}
|
||||
]
|
||||
},
|
||||
"enabled": {
|
||||
"target": "AZDATA_NB_VAR_SQL_SERVICE_TIER",
|
||||
"value": "BusinessCritical"
|
||||
}
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user