Skip to content

v1.0.0

Latest

Choose a tag to compare

@jason-dou jason-dou released this 29 Jul 14:57
· 7 commits to main since this release
4c0f0cf

We are thrilled to announce the release of v1.0.0 and the general availability of Microsoft Graph Bicep extension!

This version is exclusively available on the Microsoft Artifact Registry (MAR) and can be accessed using dynamic types. Please note that it requires a minimum Bicep version of v0.36.1. For more information on how to migrate to dynamic types, check out How to migrate to dynamic types. The quickstart templates are also updated with some examples now using Microsoft Graph Bicep resources in v1.0.0.

What's Changed

  • Stream properties like logo on the applications resource are now supported. Check out the Create client app with a logo quickstart example sample to learn how to use binary logo files as stream properties.
  • You can now create your own client application to deploy Microsoft Graph resources interactively using the user on-behalf-of flow. Try out the Deploy Template sample.