-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fixes #1416 Adds an upgrade test for the application resource. ## Migration guide The property `endDateRelative` has deprecated in favor of `endDate`. If using `endDateRelative` with a custom `startDate`, calculate the `endDate` manually and this will avoid requiring replacement of the resource: - `azuread.ApplicationCertificate` - `azuread.ApplicationPassword` - `azuread.ServicePrincipalCertificate` - `azuread.ServicePrincipalPassword` The following deprecated properties are being removed: - [azuread.Application](https://www.pulumi.com/registry/packages/azuread/api-docs/application): `applicationId` removed in favor of `client_id`. This won't cause replacement. - [azuread.ApplicationCertificate](https://www.pulumi.com/registry/packages/azuread/api-docs/applicationcertificate/): `application_object_id` replaced with `application_id`. This will cause replacement. - [azuread.ApplicationFederatedIdentityCredential](https://www.pulumi.com/registry/packages/azuread/api-docs/applicationfederatedidentitycredential/): `application_object_id` replaced with `application_id`. This will cause replacement. - [azuread.ApplicationPassword](https://www.pulumi.com/registry/packages/azuread/api-docs/applicationpassword/): `application_object_id` replaced with `application_id`. This will cause replacement. - [azuread.ApplicationPreAuthorized](https://www.pulumi.com/registry/packages/azuread/api-docs/applicationpreauthorized/): `application_object_id` replaced with `application_id`. This will cause replacement. - [azuread.DirectoryRoleAssignment](https://www.pulumi.com/registry/packages/azuread/api-docs/directoryroleassignment/) `application_object_id` replaced with `application_id`. This will cause replacement.
- Loading branch information
1 parent
96dcbf4
commit c7d800a
Showing
231 changed files
with
2,077 additions
and
4,199 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module github.com/pulumi/pulumi-azuread/examples/v5 | ||
module github.com/pulumi/pulumi-azuread/examples/v6 | ||
|
||
go 1.21 | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.