Skip to content

Commit

Permalink
Upgrade terraform-provider-azuread to v2.50.0 (#1065)
Browse files Browse the repository at this point in the history
This PR was generated via `$ upgrade-provider pulumi/pulumi-azuread
--kind=all --target-bridge-version=latest`.

---

- Upgrading terraform-provider-azuread from 2.49.1  to 2.50.0.
	Fixes #1064
  • Loading branch information
pulumi-bot committed May 17, 2024
1 parent 4c8d90a commit e12c9bc
Show file tree
Hide file tree
Showing 13 changed files with 193 additions and 48 deletions.
20 changes: 18 additions & 2 deletions provider/cmd/pulumi-resource-azuread/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -1206,7 +1206,15 @@
"description": "The time period to enforce sign-in frequency. Possible values are: `hours` or `days`. Required when `sign_in_frequency_period` is specified.\n"
}
},
"type": "object"
"type": "object",
"language": {
"nodejs": {
"requiredOutputs": [
"signInFrequencyAuthenticationType",
"signInFrequencyInterval"
]
}
}
},
"azuread:index/CustomDirectoryRolePermission:CustomDirectoryRolePermission": {
"properties": {
Expand Down Expand Up @@ -9842,9 +9850,13 @@
"type": "string",
"description": "Specifies the display name of the application.\n"
},
"identifierUri": {
"type": "string",
"description": "Specifies any identifier URI of the application. See also the `identifier_uris` attribute which contains a list of all identifier URIs for the application.\n\n\u003e One of `client_id`, `display_name`, `object_id`, or `identifier_uri` must be specified.\n"
},
"objectId": {
"type": "string",
"description": "Specifies the Object ID of the application.\n\n\u003e One of `client_id`, `display_name`, or `object_id` must be specified.\n"
"description": "Specifies the Object ID of the application.\n"
}
},
"type": "object"
Expand Down Expand Up @@ -9919,6 +9931,9 @@
"description": "The provider-assigned unique ID for this managed resource.\n",
"type": "string"
},
"identifierUri": {
"type": "string"
},
"identifierUris": {
"description": "A list of user-defined URI(s) that uniquely identify a Web application within it's Azure AD tenant, or within a verified custom domain if the application is multi-tenant.\n",
"items": {
Expand Down Expand Up @@ -10040,6 +10055,7 @@
"fallbackPublicClientEnabled",
"featureTags",
"groupMembershipClaims",
"identifierUri",
"identifierUris",
"logoUrl",
"marketingUrl",
Expand Down
4 changes: 2 additions & 2 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ require (
github.com/hashicorp/terraform-plugin-log v0.9.0 // indirect
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0 // indirect
github.com/hashicorp/terraform-plugin-testing v1.5.1 // indirect
github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20240513072501-5f29606b5417 // indirect
github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20240516193447-8a724fef33b3 // indirect
github.com/hashicorp/terraform-registry-address v0.2.3 // indirect
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
github.com/hashicorp/vault/api v1.8.2 // indirect
Expand All @@ -151,7 +151,7 @@ require (
github.com/klauspost/compress v1.15.11 // indirect
github.com/kylelemons/godebug v1.1.0 // indirect
github.com/lucasb-eyer/go-colorful v1.2.0 // indirect
github.com/manicminer/hamilton v0.67.0 // indirect
github.com/manicminer/hamilton v0.68.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.20 // indirect
github.com/mattn/go-localereader v0.0.1 // indirect
Expand Down
8 changes: 4 additions & 4 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2264,8 +2264,8 @@ github.com/hashicorp/terraform-plugin-sdk v1.7.0/go.mod h1:OjgQmey5VxnPej/buEhe+
github.com/hashicorp/terraform-plugin-test v1.2.0/go.mod h1:QIJHYz8j+xJtdtLrFTlzQVC0ocr3rf/OjIpgZLK56Hs=
github.com/hashicorp/terraform-plugin-testing v1.5.1 h1:T4aQh9JAhmWo4+t1A7x+rnxAJHCDIYW9kXyo4sVO92c=
github.com/hashicorp/terraform-plugin-testing v1.5.1/go.mod h1:dg8clO6K59rZ8w9EshBmDp1CxTIPu3yA4iaDpX1h5u0=
github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20240513072501-5f29606b5417 h1:0swSdt1VXk/MN1QrnpJ/pgG5W884mw7kpcJOy/AQuao=
github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20240513072501-5f29606b5417/go.mod h1:U3wupRNisNU5eP+kqfCWLFApydrSw0U0v1b/yZZpwsk=
github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20240516193447-8a724fef33b3 h1:B2xueoOGmRPPcQxSASWt/LmWMGXF3PTaS4YIpLogMkA=
github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20240516193447-8a724fef33b3/go.mod h1:vtT/YIyyisf1WPWi1sMT5Wzu6wYFXk2VIdAbsY4Sj/Q=
github.com/hashicorp/terraform-registry-address v0.2.3 h1:2TAiKJ1A3MAkZlH1YI/aTVcLZRu7JseiXNRHbOAyoTI=
github.com/hashicorp/terraform-registry-address v0.2.3/go.mod h1:lFHA76T8jfQteVfT7caREqguFrW3c4MFSPhZB7HHgUM=
github.com/hashicorp/terraform-svchost v0.0.0-20191011084731-65d371908596/go.mod h1:kNDNcF7sN4DocDLBkQYz73HGKwN1ANB1blq4lIYLYvg=
Expand Down Expand Up @@ -2463,8 +2463,8 @@ github.com/mailru/easyjson v0.0.0-20190626092158-b2ccc519800e/go.mod h1:C1wdFJiN
github.com/mailru/easyjson v0.7.0/go.mod h1:KAzv3t3aY1NaHWoQz1+4F1ccyAH66Jk7yos7ldAVICs=
github.com/mailru/easyjson v0.7.6/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
github.com/mailru/easyjson v0.7.7/go.mod h1:xzfreul335JAWq5oZzymOObrkdz5UnU4kGfJJLY9Nlc=
github.com/manicminer/hamilton v0.67.0 h1:hG3tPunQCGcgP2Nx0+lwW+Swu9MXOs4JGospakK79pY=
github.com/manicminer/hamilton v0.67.0/go.mod h1:u80g9rPtJpCG7EC0iayttt8UfeAp6jknClixgZGE950=
github.com/manicminer/hamilton v0.68.0 h1:2ZKQRTegktxJIoLBWxI43HczpTiwXl6brvwTXy75gPk=
github.com/manicminer/hamilton v0.68.0/go.mod h1:u80g9rPtJpCG7EC0iayttt8UfeAp6jknClixgZGE950=
github.com/markbates/oncer v0.0.0-20181203154359-bf2de49a0be2/go.mod h1:Ld9puTsIW75CHf65OeIOkyKbteujpZVXDpWK6YGZbxE=
github.com/markbates/safe v1.0.1/go.mod h1:nAqgmRi7cY2nqMc92/bSEeQA+R4OheNU2T1kNSCBdG0=
github.com/marstr/guid v1.1.0/go.mod h1:74gB1z2wpxxInTG6yaqA7KrtM0NZ+RbrcqDvYHefzho=
Expand Down
4 changes: 2 additions & 2 deletions provider/shim/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ go 1.21.3

require (
github.com/hashicorp/terraform-plugin-sdk/v2 v2.29.0
github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20240513072501-5f29606b5417
github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20240516193447-8a724fef33b3
)

require (
Expand Down Expand Up @@ -38,7 +38,7 @@ require (
github.com/hashicorp/terraform-registry-address v0.2.2 // indirect
github.com/hashicorp/terraform-svchost v0.1.1 // indirect
github.com/hashicorp/yamux v0.1.1 // indirect
github.com/manicminer/hamilton v0.67.0 // indirect
github.com/manicminer/hamilton v0.68.0 // indirect
github.com/mattn/go-colorable v0.1.13 // indirect
github.com/mattn/go-isatty v0.0.19 // indirect
github.com/mitchellh/copystructure v1.2.0 // indirect
Expand Down
8 changes: 4 additions & 4 deletions provider/shim/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ github.com/hashicorp/terraform-plugin-log v0.9.0 h1:i7hOA+vdAItN1/7UrfBqBwvYPQ9T
github.com/hashicorp/terraform-plugin-log v0.9.0/go.mod h1:rKL8egZQ/eXSyDqzLUuwUYLVdlYeamldAHSxjUFADow=
github.com/hashicorp/terraform-plugin-testing v1.5.1 h1:T4aQh9JAhmWo4+t1A7x+rnxAJHCDIYW9kXyo4sVO92c=
github.com/hashicorp/terraform-plugin-testing v1.5.1/go.mod h1:dg8clO6K59rZ8w9EshBmDp1CxTIPu3yA4iaDpX1h5u0=
github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20240513072501-5f29606b5417 h1:0swSdt1VXk/MN1QrnpJ/pgG5W884mw7kpcJOy/AQuao=
github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20240513072501-5f29606b5417/go.mod h1:U3wupRNisNU5eP+kqfCWLFApydrSw0U0v1b/yZZpwsk=
github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20240516193447-8a724fef33b3 h1:B2xueoOGmRPPcQxSASWt/LmWMGXF3PTaS4YIpLogMkA=
github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20240516193447-8a724fef33b3/go.mod h1:vtT/YIyyisf1WPWi1sMT5Wzu6wYFXk2VIdAbsY4Sj/Q=
github.com/hashicorp/terraform-registry-address v0.2.2 h1:lPQBg403El8PPicg/qONZJDC6YlgCVbWDtNmmZKtBno=
github.com/hashicorp/terraform-registry-address v0.2.2/go.mod h1:LtwNbCihUoUZ3RYriyS2wF/lGPB6gF9ICLRtuDk7hSo=
github.com/hashicorp/terraform-svchost v0.1.1 h1:EZZimZ1GxdqFRinZ1tpJwVxxt49xc/S52uzrw4x0jKQ=
Expand All @@ -111,8 +111,8 @@ github.com/kr/text v0.1.0 h1:45sCR5RtlFHMR4UwH9sdQ5TC8v0qDQCHnXt+kaKSTVE=
github.com/kr/text v0.1.0/go.mod h1:4Jbv+DJW3UT/LiOwJeYQe1efqtUx/iVham/4vfdArNI=
github.com/kylelemons/godebug v1.1.0 h1:RPNrshWIDI6G2gRW9EHilWtl7Z6Sb1BR0xunSBf0SNc=
github.com/kylelemons/godebug v1.1.0/go.mod h1:9/0rRGxNHcop5bhtWyNeEfOS8JIWk580+fNqagV/RAw=
github.com/manicminer/hamilton v0.67.0 h1:hG3tPunQCGcgP2Nx0+lwW+Swu9MXOs4JGospakK79pY=
github.com/manicminer/hamilton v0.67.0/go.mod h1:u80g9rPtJpCG7EC0iayttt8UfeAp6jknClixgZGE950=
github.com/manicminer/hamilton v0.68.0 h1:2ZKQRTegktxJIoLBWxI43HczpTiwXl6brvwTXy75gPk=
github.com/manicminer/hamilton v0.68.0/go.mod h1:u80g9rPtJpCG7EC0iayttt8UfeAp6jknClixgZGE950=
github.com/mattn/go-colorable v0.1.9/go.mod h1:u6P/XSegPjTcexA+o6vUJrdnUu04hMope9wVRipJSqc=
github.com/mattn/go-colorable v0.1.12/go.mod h1:u5H1YNBxpqRaxsYJYSkiCWKzEfiAb1Gb520KVy5xxl4=
github.com/mattn/go-colorable v0.1.13 h1:fFA4WZxdEF4tXPZVKMLwD8oUnCTTo08duU7wxecdEvA=
Expand Down
24 changes: 20 additions & 4 deletions sdk/dotnet/GetApplication.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

19 changes: 14 additions & 5 deletions sdk/go/azuread/getApplication.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit e12c9bc

Please sign in to comment.