Fix hardcoded region
This commit is contained in:
Родитель
3a8757e6d4
Коммит
a8fc293fe1
|
@ -43,7 +43,7 @@
|
||||||
"type": "Microsoft.OperationsManagement/solutions",
|
"type": "Microsoft.OperationsManagement/solutions",
|
||||||
"apiVersion": "2015-11-01-preview",
|
"apiVersion": "2015-11-01-preview",
|
||||||
"name": "[variables('securityResourceName')]",
|
"name": "[variables('securityResourceName')]",
|
||||||
"location": "Southeast Asia",
|
"location": "[parameters('workspaceRegion')]",
|
||||||
"plan": {
|
"plan": {
|
||||||
"name": "[variables('securityResourceName')]",
|
"name": "[variables('securityResourceName')]",
|
||||||
"promotionCode": "",
|
"promotionCode": "",
|
||||||
|
@ -58,7 +58,7 @@
|
||||||
"type": "Microsoft.OperationsManagement/solutions",
|
"type": "Microsoft.OperationsManagement/solutions",
|
||||||
"apiVersion": "2015-11-01-preview",
|
"apiVersion": "2015-11-01-preview",
|
||||||
"name": "[variables('securityCenterFreeResourceName')]",
|
"name": "[variables('securityCenterFreeResourceName')]",
|
||||||
"location": "Southeast Asia",
|
"location": "[parameters('workspaceRegion')]",
|
||||||
"plan": {
|
"plan": {
|
||||||
"name": "[variables('securityCenterFreeResourceName')]",
|
"name": "[variables('securityCenterFreeResourceName')]",
|
||||||
"promotionCode": "",
|
"promotionCode": "",
|
||||||
|
|
Загрузка…
Ссылка в новой задаче