This commit is contained in:
Xavier Pillons 2020-03-19 18:47:16 +01:00
Родитель 27b7f7bdf3
Коммит 75771ff874
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -102,7 +102,7 @@ def deploy(resource_group, arm_template):
os.path.basename(arm_template)
)[0] + time.strftime("%Y%m%d-%H%M%S")
cmd = [
"az", "group", "deployment", "create",
"az", "deployment", "group", "create",
"--resource-group", resource_group,
"--template-file", arm_template,
"--name", deployname,