mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Added portal link for Azure SQL (#12425)
This commit is contained in:
@@ -391,6 +391,25 @@
|
||||
"when": "version=sql2019"
|
||||
}
|
||||
]
|
||||
},
|
||||
{
|
||||
"name": "azure-sql",
|
||||
"displayIndex": 4,
|
||||
"displayName": "%azure-sql-displayName%",
|
||||
"description": "%azure-sql-description%",
|
||||
"platforms": "*",
|
||||
"okButtonText": "%azure-sql-ok-button-text%",
|
||||
"icon": {
|
||||
"light": "./images/azure-sql.svg",
|
||||
"dark": "./images/azure-sql.svg"
|
||||
},
|
||||
"options": [],
|
||||
"providers": [
|
||||
{
|
||||
"webPageUrl": "https://portal.azure.com/#create/Microsoft.AzureSQL",
|
||||
"requiredTools": []
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user