Modified explicitly defined location field to location variable
This commit is contained in:
Родитель
c9b22fde50
Коммит
69e427ed1c
|
@ -46,7 +46,7 @@
|
|||
"type": "Microsoft.Logic/workflows",
|
||||
"apiVersion": "2017-07-01",
|
||||
"name": "[parameters('PlaybookName')]",
|
||||
"location": "westeurope",
|
||||
"location": "[resourceGroup().location]",
|
||||
"properties": {
|
||||
"state": "Disabled",
|
||||
"definition": {
|
||||
|
|
Загрузка…
Ссылка в новой задаче