Releases: pulumi/pulumi-azuread
v6.0.1
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
- Upgrade terraform-provider-azuread to v3.0.2 by @pulumi-bot in #1459
Full Changelog: v6.0.0...v6.0.1
v6.0.0
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:
- azuread.ApplicationCertificate
- azuread.ApplicationFederatedIdentityCredential
- azuread.ApplicationPassword
- azuread.ApplicationPreAuthorized
- azuread.DirectoryRoleAssignment
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
- inputs:
- "azuread:index/directoryRoleAssignment:DirectoryRoleAssignment":
- inputs:
🟡
"appScopeObjectId" missing🟡
"directoryScopeObjectId" missing
- properties:
🟡
"appScopeObjectId" missing output "appScopeObjectId"🟡
"directoryScopeObjectId" missing output "directoryScopeObjectId"
- inputs:
- "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
- Update GitHub Actions workflows. by @pulumi-bot in #1427
- Update GitHub Actions workflows. by @pulumi-bot in #1428
- Update GitHub Actions workflows. by @pulumi-bot in #1438
- Update GitHub Actions workflows. by @pulumi-bot in #1441
- Upgrade pulumi-terraform-bridge to v3.92.0 by @pulumi-bot in #1452
- Upgrade to v6 major by @danielrbradley in #1435
New Contributors
- @danielrbradley made their first contribution in #1435
Full Changelog: v5.53.5...v6.0.0
v5.53.5
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
- Upgrade pulumi-terraform-bridge to v3.91.1 by @pulumi-bot in #1376
- Do not depend on specific sdk by @t0yv0 in #1425
- Revert .NET changes by @t0yv0 in #1426
Full Changelog: v5.53.4...v5.53.5
v5.53.4
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
- Update GitHub Actions workflows. by @pulumi-bot in #1243
- Update GitHub Actions workflows. by @pulumi-bot in #1248
- Upgrade pulumi-terraform-bridge to v3.88.0 by @pulumi-bot in #1250
- Update GitHub Actions workflows. by @pulumi-bot in #1251
- Update GitHub Actions workflows. by @pulumi-bot in #1255
- Update GitHub Actions workflows. by @pulumi-bot in #1276
- Update GitHub Actions workflows. by @pulumi-bot in #1280
- Upgrade pulumi-terraform-bridge to v3.89.0 by @pulumi-bot in #1283
- Upgrade pulumi-terraform-bridge to v3.89.1 by @pulumi-bot in #1286
- Update GitHub Actions workflows. by @pulumi-bot in #1293
- Update GitHub Actions workflows. by @pulumi-bot in #1303
- Update GitHub Actions workflows. by @pulumi-bot in #1319
- Update GitHub Actions workflows. by @pulumi-bot in #1321
- Update GitHub Actions workflows. by @pulumi-bot in #1331
- Upgrade pulumi-terraform-bridge to v3.90.0 by @pulumi-bot in #1332
- Update GitHub Actions workflows. by @pulumi-bot in #1333
- Update GitHub Actions workflows. by @pulumi-bot in #1334
- Update GitHub Actions workflows. by @pulumi-bot in #1335
- Update GitHub Actions workflows. by @pulumi-bot in #1336
- Update GitHub Actions workflows. by @pulumi-bot in #1337
- Update GitHub Actions workflows. by @pulumi-bot in #1339
- Upgrade pulumi-terraform-bridge to v3.91.0 by @pulumi-bot in #1341
Full Changelog: v5.53.3...v5.53.4
v5.53.3
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
- Update GitHub Actions workflows. by @pulumi-bot in #1206
- Upgrade pulumi-terraform-bridge to v3.87.0 by @pulumi-bot in #1207
- metadata_host is marked as required upstream but actually isn't by @thomas11 in #1233
Full Changelog: v5.53.2...v5.53.3
v5.53.2
Does the PR have any schema changes?
Looking good! No breaking changes found.
No new resources/functions.
What's Changed
- Update GitHub Actions workflows. by @pulumi-bot in #1166
- Upgrade pulumi-terraform-bridge to v3.86.0 by @pulumi-bot in #1168
- Update GitHub Actions workflows. by @pulumi-bot in #1183
- Enable TypedDict input types for the Python SDK by @julienp in #1180
- Update GitHub Actions workflows. by @pulumi-bot in #1189
- Update GitHub Actions workflows. by @pulumi-bot in #1190
- Update GitHub Actions workflows. by @pulumi-bot in #1196
- Update GitHub Actions workflows. by @pulumi-bot in #1202
- Update GitHub Actions workflows. by @pulumi-bot in #1204
- Mark clientSecret and some other configs as secrets by @thomas11 in #1203
New Contributors
Full Changelog: v5.53.1...v5.53.2