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:
Candice Ye
2022-07-19 10:29:32 -07:00
committed by GitHub
parent 89dbcb6638
commit f321b447f2
3 changed files with 13 additions and 3 deletions

View File

@@ -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"
}
},
{