Breaking change: renamed client-provided key properties for applications and groups #71
dkershaw10
announced in
Announcements
Replies: 1 comment
-
Versioning strategy is posted here: #72 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello everyone,
We just rolled out an update, to have consistent naming of client-provided key properties between Bicep and Graph types. This means that in the
applications
andgroups
bicep types, we renamed thename
key touniqueName
. You'll see this in the latest Bicep client (v0.25.53). As part of this change, we've also updated our quick start samples.See https://github.com/microsoftgraph/msgraph-bicep-types/releases/tag/v0.1.2-preview.
We're working on a versioning strategy, together with the dynamic type loading feature that the Bicep team is building, that would allow you to choose the provider package for your template. @jason-dou will post something about this very soon, to get folks' feedback.
Beta Was this translation helpful? Give feedback.
All reactions