зеркало из https://github.com/Azure/azurehpc.git
update to az deployment group
This commit is contained in:
Родитель
27b7f7bdf3
Коммит
75771ff874
|
@ -102,7 +102,7 @@ def deploy(resource_group, arm_template):
|
||||||
os.path.basename(arm_template)
|
os.path.basename(arm_template)
|
||||||
)[0] + time.strftime("%Y%m%d-%H%M%S")
|
)[0] + time.strftime("%Y%m%d-%H%M%S")
|
||||||
cmd = [
|
cmd = [
|
||||||
"az", "group", "deployment", "create",
|
"az", "deployment", "group", "create",
|
||||||
"--resource-group", resource_group,
|
"--resource-group", resource_group,
|
||||||
"--template-file", arm_template,
|
"--template-file", arm_template,
|
||||||
"--name", deployname,
|
"--name", deployname,
|
||||||
|
|
Загрузка…
Ссылка в новой задаче