Skip to content

Releases: pulumi/pulumi-azuread

v6.0.1

14 Oct 09:49
958dbf4
Compare
Choose a tag to compare

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed

Full Changelog: v6.0.0...v6.0.1

v6.0.0

11 Oct 12:52
c7d800a
Compare
Choose a tag to compare

Azure AD Pulumi Provider Version 6

Migration guide

endDateRelative deprecated

The property endDateRelative has deprecated in favor of endDate. The new endDate property should be used when creating new resources as changing the start or end date for these resources will require re-creation. The endDateRelative properties will be removed in the next major version of the provider.

List of affected resources:

  • azuread.ApplicationCertificate
  • azuread.ApplicationPassword
  • azuread.ServicePrincipalCertificate
  • azuread.ServicePrincipalPassword

Removed Properties

For the azuread.Application: resource, theapplicationId property has been removed in favor of clientId. This was previously deprecated and will not cause replacement.

The applicationObjectId properties were previously deprecated to be replaced by the applicationId. Replace applicationObjectId with applicationId in your code at the point of upgrading. This will not cause replacement of the existing resource. The following resources are affected:

Schema changes

Found 28 breaking changes:

Resources

  • 🟡 "azuread:index/application:Application": properties: "applicationId" missing output "applicationId"
  • "azuread:index/applicationCertificate:ApplicationCertificate":
    • 🟡 inputs: "applicationObjectId" missing
    • 🟡 properties: "applicationObjectId" missing output "applicationObjectId"
    • 🟢 required inputs: "applicationId" input has changed to Required
  • "azuread:index/applicationFederatedIdentityCredential:ApplicationFederatedIdentityCredential":
    • 🟡 inputs: "applicationObjectId" missing
    • 🟡 properties: "applicationObjectId" missing output "applicationObjectId"
    • 🟢 required inputs: "applicationId" input has changed to Required
  • "azuread:index/applicationPassword:ApplicationPassword":
    • 🟡 inputs: "applicationObjectId" missing
    • 🟡 properties: "applicationObjectId" missing output "applicationObjectId"
    • 🟢 required inputs: "applicationId" input has changed to Required
  • "azuread:index/applicationPreAuthorized:ApplicationPreAuthorized":
    • inputs:
      • 🟡 "applicationObjectId" missing
      • 🟡 "authorizedAppId" missing
    • properties:
      • 🟡 "applicationObjectId" missing output "applicationObjectId"
      • 🟡 "authorizedAppId" missing output "authorizedAppId"
    • required inputs:
      • 🟢 "applicationId" input has changed to Required
      • 🟢 "authorizedClientId" input has changed to Required
  • "azuread:index/directoryRoleAssignment:DirectoryRoleAssignment":
    • inputs:
      • 🟡 "appScopeObjectId" missing
      • 🟡 "directoryScopeObjectId" missing
    • properties:
      • 🟡 "appScopeObjectId" missing output "appScopeObjectId"
      • 🟡 "directoryScopeObjectId" missing output "directoryScopeObjectId"
  • "azuread:index/servicePrincipal:ServicePrincipal":
    • 🟡 inputs: "applicationId" missing
    • 🟡 properties: "applicationId" missing output "applicationId"
    • 🟢 required inputs: "clientId" input has changed to Required

Functions

  • 🟡 "azuread:index/getApplication:getApplication": inputs: "applicationId" missing input "applicationId"
  • 🟡 "azuread:index/getServicePrincipal:getServicePrincipal": inputs: "applicationId" missing input "applicationId"
  • 🟡 "azuread:index/getServicePrincipals:getServicePrincipals": inputs: "applicationIds" missing input "applicationIds"

Types

  • "azuread:index/getServicePrincipalsServicePrincipal:getServicePrincipalsServicePrincipal":
    • 🟡 properties: "applicationId" missing
    • 🟢 required: "applicationId" property is no longer Required
      No new resources/functions.

What's Changed

New Contributors

Full Changelog: v5.53.5...v6.0.0

v5.53.5

01 Oct 22:16
2c29ba1
Compare
Choose a tag to compare

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed

Full Changelog: v5.53.4...v5.53.5

v5.53.4

20 Sep 10:36
dda44fb
Compare
Choose a tag to compare

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed

Full Changelog: v5.53.3...v5.53.4

v5.53.3

22 Jul 06:07
13dbb59
Compare
Choose a tag to compare

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed

Full Changelog: v5.53.2...v5.53.3

v5.53.2

15 Jul 19:15
61c2e68
Compare
Choose a tag to compare

Does the PR have any schema changes?

Looking good! No breaking changes found.
No new resources/functions.

What's Changed

New Contributors

Full Changelog: v5.53.1...v5.53.2

v5.53.1

01 Jul 18:34
f63996e
Compare
Choose a tag to compare

Changelog

  • f63996e Upgrade terraform-provider-azuread to v2.53.1 (#1155)

v5.53.0

28 Jun 21:05
f8d3ae5
Compare
Choose a tag to compare

Changelog

  • f8d3ae5 Upgrade terraform-provider-azuread to v2.53.0 (#1150)

v5.52.0

14 Jun 06:41
7859741
Compare
Choose a tag to compare

Changelog

  • 7859741 Upgrade terraform-provider-azuread to v2.52.0 (#1128)

v5.51.0

07 Jun 19:33
8fc8831
Compare
Choose a tag to compare

Changelog

  • 8fc8831 Upgrade terraform-provider-azuread to v2.51.0 (#1111)