microsoftgraph / microsoftgraph/msgraph-bicep-types

-Verbose does not lists the state of resources

Open
#29 6 comments 0 reactions 1 assignee View on GitHub

@shenglol is already working on this.

Since Sep 18, 2023.

Investigation triaged
Dominant language
TypeScript
Stars
80
Forks
15
Avg merge
1h 21m
Merged PRs (30d)
3

Description

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
...

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.