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

quick revert of a merge done from PR too soon. Will merge it again later.
This commit is contained in:
Arvind Ranasaria
2020-10-26 10:03:37 -07:00
committed by GitHub
parent c810c5a0bb
commit 1c6d7866e8
6 changed files with 3 additions and 502 deletions

View File

@@ -492,7 +492,7 @@
"tags": ["SQL Server", "Cloud"],
"providers": [
{
"azureSQLVMWizard": {
"azureSQLVMWizard":{
"notebook": "./notebooks/azurevm/create-sqlvm.ipynb"
},
"requiredTools": [
@@ -534,13 +534,11 @@
"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"
}