Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

-Verbose does not lists the state of resources

オープン
#29 コメント 6 件 リアクション 0 件 担当者 1 名 GitHub で見る

@shenglol がすでに取り組んでいます。

2023年9月18日 から。

評価

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

説明

Investigation triaged

I guess this is expected but running PS command like


New-AzSubscriptionDeployment -Name aadgraph -Location 'West Europe' -TemplateFile .\main1.bicep -Verbose

Does not list the state of the resources deployed:

VERBOSE: Using Bicep v0.21.1
WARNING: WARNING: The following experimental Bicep features have been enabled: Extensibility, MicrosoftGraph Preview. Experimental features should be enabled for testing purposes only. Do not enable these settings for any production usage, or you may be unexpectedly broken at any time!
VERBOSE: 
VERBOSE: 15:41:25 - Template is valid.
VERBOSE: 15:41:26 - Create template deployment 'aadgraph'
VERBOSE: 15:41:26 - Checking deployment status in 5 seconds
VERBOSE: 15:41:31 - Resource  '' provisioning status is succeeded

Expected is that in this case I have resource of type: Microsoft.Graph/groups with name ExampleGroup that should be listed as

...
VERBOSE: 08:03:06 - Resource Microsoft.Graph/groups 'ExampleGroup' provisioning status is running
...
VERBOSE: 08:03:06 - Resource Microsoft.Graph/groups 'ExampleGroup' provisioning status is succeeded
...

主要言語
TypeScript
スター
80
フォーク
15
平均マージ
3日 8時間
マージ済み PR(30日)
7

環境構築

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

microsoftgraph/msgraph-bicep-types のほかの issue

microsoftgraph/msgraph-bicep-types の issue をすべて見る

似ている issue

TypeScript の issue をもっと見る

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

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