Added portal link for Azure SQL (#12425)

This commit is contained in:
Aasim Khan
2020-09-17 17:37:41 -07:00
committed by GitHub
parent 7ad9da7fda
commit b158180ef4
5 changed files with 57 additions and 1 deletions

View File

@@ -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": []
}
]
}
]
},