Skip to content

Commit

Permalink
Upgrade terraform-provider-azuread to v2.52.0 (#1128)
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.51.0  to 2.52.0.
	Fixes #1127
  • Loading branch information
pulumi-bot authored Jun 14, 2024
1 parent 86e799a commit 7859741
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,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.20240606225257-7baae5fa5958 // indirect
github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20240613211906-b70b34dc6099 // 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.12.0 // indirect
Expand Down
4 changes: 2 additions & 2 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -1670,8 +1670,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.20240606225257-7baae5fa5958 h1:sn7k6jHhXT95dXP+OFoTgYeet8s73JtMySf6qQR+jjE=
github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20240606225257-7baae5fa5958/go.mod h1:SnPG4t/tKlf4ci/QBq46JSxNyMOz7bTln34+v8Ur03w=
github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20240613211906-b70b34dc6099 h1:NJpmdHrMcTM8n7kuzYYlpwUJeSy6fbiGZzfu78FCUS0=
github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20240613211906-b70b34dc6099/go.mod h1:GQj8u/+v5MTKs/zxW9rInIQw3v9vDxjCfgvVnLAkyms=
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
2 changes: 1 addition & 1 deletion 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.20240606225257-7baae5fa5958
github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20240613211906-b70b34dc6099
)

require (
Expand Down
4 changes: 2 additions & 2 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.20240606225257-7baae5fa5958 h1:sn7k6jHhXT95dXP+OFoTgYeet8s73JtMySf6qQR+jjE=
github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20240606225257-7baae5fa5958/go.mod h1:SnPG4t/tKlf4ci/QBq46JSxNyMOz7bTln34+v8Ur03w=
github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20240613211906-b70b34dc6099 h1:NJpmdHrMcTM8n7kuzYYlpwUJeSy6fbiGZzfu78FCUS0=
github.com/hashicorp/terraform-provider-azuread v1.6.1-0.20240613211906-b70b34dc6099/go.mod h1:GQj8u/+v5MTKs/zxW9rInIQw3v9vDxjCfgvVnLAkyms=
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 Down

0 comments on commit 7859741

Please sign in to comment.