microsoftgraph / microsoftgraph/msgraph-bicep-types
-Verbose does not lists the state of resources
Open
@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
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.