Replies: 2 comments 1 reply
-
@ngruson you need extensibility feature enabled in bicepfconfig which you already did.
There is nothing more to enable. use the latest Bicep CLI as well. Not sure where you get the error message as you do not provide such information. Also the repository for Bicep Graph issues is at https://github.com/microsoftgraph/msgraph-bicep-types. |
Beta Was this translation helpful? Give feedback.
-
@ngruson it sounds like you are using an earlier version of the Bicep CLI to compile. "extensionRegistry" was a previous experimental feature that was later merged with the "extensibility" feature. To fix this you could either:
|
Beta Was this translation helpful? Give feedback.
-
I'm trying to create an Entra app registration using Bicep as described in https://learn.microsoft.com/en-us/graph/templates/reference/applications?view=graph-bicep-1.0
The error is pointing to an experimental feature called ExtensionRegistry, but I don't see that feature listed in https://github.com/Azure/bicep/blob/main/docs/experimental-features.md.
How can I fix this?
My
bicepconfig.json
file:Beta Was this translation helpful? Give feedback.
All reactions