fix CMS Service issue (#782)

* fixed issue with add registered servers call

* changed server name to alias

* fixed issue with adding server group to cms server

* remove script file
This commit is contained in:
Aditya Bist
2019-03-28 10:36:07 -07:00
committed by GitHub
parent e261d77bb8
commit e0a1df13c6
2 changed files with 31 additions and 19 deletions

3
.vscode/launch.json vendored
View File

@@ -24,7 +24,8 @@
"request": "attach",
"processId": "${command:pickProcess}",
"requireExactSource": false,
"justMyCode": false
"justMyCode": false,
"enableStepFiltering": false
}
,]
}