Skip to content

Releases: microsoftgraph/msgraph-bicep-types

v1.0.0

29 Jul 14:57
4c0f0cf

Choose a tag to compare

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.

v0.2.0-preview

12 Mar 12:08
429b863

Choose a tag to compare

v0.2.0-preview Pre-release
Pre-release

We're excited to announce the release of v0.2.0-preview!

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 0.32.4. 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 v0.2.0-preview.

Important

Bicep templates for Microsoft Graph built-in extension is now retired. Only dynamic types will be supported.

What's Changed

Issues Fixed

  • Guest users can be referenced with users resource #220

v0.1.9-preview

29 Jan 18:17
5f886e6

Choose a tag to compare

v0.1.9-preview Pre-release
Pre-release

We're excited to announce the release of v0.1.9-preview!

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 0.32.4. 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 new examples using Graph Bicep resources in v0.1.9-preview.

What's Changed

Issues Fixed

  • Owners are correctly set on applications and SPs when deploying using a service principal #134
  • serviceProvisioningErrors is marked as readonly #181

Release v0.1.8-preview

27 Sep 16:47
9e44ea4

Choose a tag to compare

Pre-release

We're excited to announce the release of v0.1.8-preview! 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 0.30.3. For more information on how to migrate to dynamic types, check out How to migrate to dynamic types. Quickstart templates are also updated with examples using Graph Bicep resources in v0.1.8-preview.

Important

Built-in types are deprecated and will be retired on January 24, 2025. Until the retirement date, built-in types, denoted by extension microsoftGraph, will coexist with the new dynamic types. Any Microsoft Graph Bicep type changes will only be available through new versions of the dynamic types.

What's changes

Issues fixed

  • Fixed an issue with managing app role assignment for all principal types #161

Release v0.1.7-preview

20 Sep 16:18
ae7a1fc

Choose a tag to compare

Pre-release

Hello everyone,

We've just rolled out updates for v0.1.7-preview! Please upgrade to latest Bicep version 0.30.3 of your VS Code extension, Azure CLI, or Bicep CLI if using Azure Powershell, for the latest updates.

What's Changed

  • Update provider statement to use extension in quickstart templates
  • appOwnerOrganizationId is marked as read-only property in servicePrincipals

Issues fixed

  • oauth2RequirePostResponse is removed from applications #155

Release v0.1.6-preview

19 Jul 16:28
649a430

Choose a tag to compare

Pre-release

Hello everyone,

We've just rolled out updates for v0.1.6-preview! Please upgrade to latest Bicep version v0.29.45 of your VS Code extension, Azure CLI, or Bicep CLI if using Azure Powershell, for the latest updates.

What's changed

  • origin property is removed from application.api.oauth2PermissionScopes
  • securityIdentifier and onPremisesProvisioningErrors property are marked as readonly in groups resource
  • Reference docs updates

Issues fixed

  • (Pending Validation) owners of groups and applications is correctly set as the application that creates the deployment #114
  • appRoleAssignedTo can now be deployed by application #125
  • Bicep template in reference doc for nested resource fixed with correct resource type #142

Release v0.1.5-preview

08 May 15:20
af9a4bc

Choose a tag to compare

Pre-release

Hello everyone,

We've just rolled out updates for v0.1.5-preview! Please upgrade to latest Bicep version v0.27.1 of your VS Code extension, Azure CLI, or Bicep CLI if using Azure Powershell, for the latest updates.

What's changed

  • applications/federatedIdentityCredentials now available in v1.0 api version
  • microsoftGraphPreview feature flag is no longer required and removed from Bicep experimental features. extensibility is still required to import Microsoft Graph resources
  • Quickstart templates updated to reflect the changes

v0.1.4-preview

12 Apr 18:24
318a0bd

Choose a tag to compare

v0.1.4-preview Pre-release
Pre-release

What's Changed

  • applications/federatedIdentityCredentials available in beta api version
  • applications, servicePrincipals, groups, appRoleAssignedTo, and oauth2PermissionGrants available in v1 api version
  • Updated quickstart example templates

Known issues

Contributors

@anthony-c-martin
Update to latest version of Azure.Bicep.Types in #75

@Tapanila
Update provider syntax documentation #82

v0.1.2-preview

07 Feb 22:03
6f3bad0

Choose a tag to compare

v0.1.2-preview Pre-release
Pre-release

What's Changed

  • Rename groups and applications name property to uniqueName
  • Quickstart templates updated to reflect the renaming

v0.1.1-preview

02 Jan 23:07
8abab51

Choose a tag to compare

v0.1.1-preview Pre-release
Pre-release

What's Changed

  • Bicep Types can now be auto generated from public metadata
  • Minor updates on some properties with readonly and length restrictions
  • Docs updated with more details