mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
sql db deployments into main (WIP) (#12767)
* added my resource-deployment * changed notebook message * Add more advanced properties for spark job submission dialog (#12732) * Add more advanced properties for spark job submission dialog * Add queue * Revert "Add more advanced properties for spark job submission dialog (#12732)" This reverts commit e6a7e86ddbe70b39660098a8ebd9ded2a1c5530c. * Changes made for simplification * changed error messages * tags added * tags removed due to redundancy * Update package.json * Update resourceTypePickerDialog.ts * changes based on feedback * activaterealtimevalidation removed Co-authored-by: Charles Gagnon <chgagnon@microsoft.com>
This commit is contained in:
@@ -405,7 +405,20 @@
|
||||
"dark": "./images/azure-sql-db.svg"
|
||||
},
|
||||
"tags": ["SQL Server", "Cloud"],
|
||||
"okButtonText": "%azure-sqldb-ok-button-text%",
|
||||
"okButtonText": [
|
||||
{
|
||||
"value": "%azure-sqldb-notebook-ok-button-text%",
|
||||
"when": "resource-type=single-database"
|
||||
},
|
||||
{
|
||||
"value": "%azure-sqldb-portal-ok-button-text%",
|
||||
"when": "resource-type=elastic-pool"
|
||||
},
|
||||
{
|
||||
"value": "%azure-sqldb-portal-ok-button-text%",
|
||||
"when": "resource-type=database-server"
|
||||
}
|
||||
],
|
||||
"options": [
|
||||
{
|
||||
"name": "resource-type",
|
||||
@@ -428,8 +441,14 @@
|
||||
],
|
||||
"providers": [
|
||||
{
|
||||
"webPageUrl": "https://portal.azure.com/#create/Microsoft.SQLDatabase",
|
||||
"requiredTools": [],
|
||||
"azureSQLDBWizard":{
|
||||
"notebook": "./notebooks/azuredb/create-sqldb.ipynb"
|
||||
},
|
||||
"requiredTools": [
|
||||
{
|
||||
"name": "azure-cli"
|
||||
}
|
||||
],
|
||||
"when": "resource-type=single-database"
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user