Skip to content

Conversation

@pulumi-renovate
Copy link
Contributor

@pulumi-renovate pulumi-renovate bot commented Nov 20, 2025

This PR contains the following updates:

Package Type Update Change
@pulumi/azuread (source) dependencies major ^5.0.0 -> ^6.0.0

Release Notes

pulumi/pulumi-azuread (@​pulumi/azuread)

v6.7.0

Compare Source

Does the PR have any schema changes?

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

What's Changed
New Contributors

Full Changelog: v6.6.0...v6.7.0

v6.6.0

Compare Source

What's Changed

Full Changelog: v6.5.2...v6.6.0

v6.5.2

Compare Source

Does the PR have any schema changes?

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

What's Changed

Full Changelog: v6.5.0...v6.5.2

v6.5.1

Compare Source

Does the PR have any schema changes?

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

What's Changed

Full Changelog: v6.4.0...v6.5.1

v6.5.0

Compare Source

Does the PR have any schema changes?

Looking good! No breaking changes found.

New functions:
  • pulumi.providers.azuread/terraformConfig
What's Changed

Full Changelog: v6.4.0...v6.5.0

v6.4.0

Compare Source

Does the PR have any schema changes?

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

What's Changed

Full Changelog: v6.3.0...v6.4.0

v6.3.0

Compare Source

Does the PR have any schema changes?

Looking good! No breaking changes found.

New resources:
  • index/groupWithoutMembers.GroupWithoutMembers
What's Changed
New Contributors

Full Changelog: v6.2.0...v6.3.0

v6.2.0

Compare Source

Does the PR have any schema changes?

Found 2 breaking changes:

Resources
  • 🟢 "azuread:index/application:Application": required: "password" property is no longer Required
Types
  • 🟢 "azuread:index/getNamedLocationCountry:getNamedLocationCountry": required: "countryLookupMethod" property has changed to Required
    No new resources/functions.
What's Changed

Full Changelog: v6.1.0...v6.2.0

v6.1.0

Compare Source

Does the PR have any schema changes?

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

What's Changed

Full Changelog: v6.0.2...v6.1.0

v6.0.2

Compare Source

Does the PR have any schema changes?

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

What's Changed

Full Changelog: v6.0.1...v6.0.2

v6.0.1

Compare Source

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

Compare Source

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


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - Monday through Friday ( * * * * 1-5 ) (UTC).

🚦 Automerge: Enabled.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Renovate Bot.

@pulumi-renovate pulumi-renovate bot added dependencies Pull requests that update a dependency file impact/no-changelog-required This issue doesn't require a CHANGELOG update labels Nov 20, 2025
@pulumi-renovate pulumi-renovate bot enabled auto-merge (squash) November 20, 2025 17:52
@github-actions
Copy link

Does the PR have any schema changes?

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

Maintainer note: consult the runbook for dealing with any breaking changes.

@codecov
Copy link

codecov bot commented Nov 20, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 33.33%. Comparing base (31d55f3) to head (12cc5fb).
⚠️ Report is 8 commits behind head on master.

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #2156   +/-   ##
=======================================
  Coverage   33.33%   33.33%           
=======================================
  Files           3        3           
  Lines           6        6           
=======================================
  Hits            2        2           
  Misses          4        4           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file impact/no-changelog-required This issue doesn't require a CHANGELOG update

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants