Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhancement: add Microsoft.Graph/Applications to provision progress #4679

Open
pamelafox opened this issue Jan 8, 2025 · 1 comment
Open

Comments

@pamelafox
Copy link
Member

In Bicep, we can now deploy Graph objects like:

Microsoft.Graph/[email protected]

Do you think it'd be good to show that in the provisioning output? I'm not sure how you decide what to show there, since you don't show small things like RBAC roles.

Example app using it:
pamelafox/simple-flask-server-example#20

@john0isaac
Copy link
Contributor

I had a similar issue with MySQL DB this was Matt's response to it.

We have a hard-coded mapping of resource type to what we display in azure_resource_types.go. #2952 is an example where we updated this previously.

@weikanglim was looking into if we could somehow generate this from the same source of truth that the portal uses, but no luck there yet.

#3167 (comment)

The team can respond whether they wanna add the graph object to the azure_resource_types.go or not.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants