Azure / Azure/azure-cli

Ability for 'az deployment group create' command to automatically create the specified resource group if it doesn't already exist

オープン
#17,455 コメント 1 件 リアクション 3 件 担当者 1 名 @zhoxing-ms が担当を希望しています GitHub で見る
act-identity-squad ARM feature-request
主要言語
Python
スター
4.6k
フォーク
3.5k
平均マージ
3日 18時間
マージ済み PR(30日)
62

説明

When testing ARM templates, a very common pattern is to create a resource group and then immediately deploy the template into it. Currently this requires two steps:

az group create -n MyResourceGroupName -l location
az deployment group create -g MyResourceGroupName -f template.json

It would be great if we had a single step operation to do both of these. Please consider adding the ability for the `az deployment group create` command to create the resource group if it doesn't already exist. Perhaps a new `--create-group-if-not-exists` flag could be added?

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。