New Validation Module for Resource-Deployment extension. (#12953)

This commit is contained in:
Arvind Ranasaria
2020-10-26 09:50:25 -07:00
committed by GitHub
parent ff45bdd072
commit c810c5a0bb
6 changed files with 502 additions and 3 deletions

View File

@@ -492,7 +492,7 @@
"tags": ["SQL Server", "Cloud"],
"providers": [
{
"azureSQLVMWizard":{
"azureSQLVMWizard": {
"notebook": "./notebooks/azurevm/create-sqlvm.ipynb"
},
"requiredTools": [
@@ -534,11 +534,13 @@
"devDependencies": {
"@types/mocha": "^5.2.5",
"@types/semver": "^7.3.1",
"@types/sinon": "^9.0.8",
"@types/yamljs": "0.2.30",
"mocha": "^5.2.0",
"mocha-junit-reporter": "^1.17.0",
"mocha-multi-reporters": "^1.1.7",
"should": "^13.2.3",
"sinon": "^9.2.0",
"typemoq": "^2.1.0",
"vscodetestcover": "^1.1.0"
}