Skip to content

Commit

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

---

- Updating Java Gen version from 0.11.0 to 0.12.0.
- Upgrading terraform-provider-azurerm from 3.104.2  to 3.105.0.
	Fixes #2068
  • Loading branch information
pulumi-bot authored May 28, 2024
1 parent 832fbc4 commit 4e405c4
Show file tree
Hide file tree
Showing 83 changed files with 2,691 additions and 301 deletions.
2 changes: 1 addition & 1 deletion .pulumi-java-gen.version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.11.0
0.12.0
4 changes: 4 additions & 0 deletions provider/cmd/pulumi-resource-azure/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -755,6 +755,10 @@
"current": "azure:apimanagement/policy:Policy",
"majorVersion": 5
},
"azurerm_api_management_policy_fragment": {
"current": "azure:apimanagement/policyFragment:PolicyFragment",
"majorVersion": 5
},
"azurerm_api_management_product": {
"current": "azure:apimanagement/product:Product",
"majorVersion": 5
Expand Down
135 changes: 116 additions & 19 deletions provider/cmd/pulumi-resource-azure/schema.json

Large diffs are not rendered by default.

4 changes: 2 additions & 2 deletions provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ toolchain go1.21.3

require (
github.com/Azure/go-autorest/autorest/azure/cli v0.4.6
github.com/hashicorp/go-azure-sdk/sdk v0.20240507.1095453
github.com/hashicorp/go-azure-sdk/sdk v0.20240522.1080424
github.com/hashicorp/terraform-plugin-sdk/v2 v2.33.0
github.com/hashicorp/terraform-provider-azurerm v1.44.1-0.20220923005104-eaa801c358ff
github.com/pulumi/providertest v0.0.11
Expand Down Expand Up @@ -124,7 +124,7 @@ require (
github.com/grpc-ecosystem/grpc-opentracing v0.0.0-20180507213350-8e809c8a8645 // indirect
github.com/hashicorp/errwrap v1.1.0 // indirect
github.com/hashicorp/go-azure-helpers v0.69.0 // indirect
github.com/hashicorp/go-azure-sdk/resource-manager v0.20240507.1095453 // indirect
github.com/hashicorp/go-azure-sdk/resource-manager v0.20240522.1080424 // indirect
github.com/hashicorp/go-checkpoint v0.5.0 // indirect
github.com/hashicorp/go-cleanhttp v0.5.2 // indirect
github.com/hashicorp/go-cty v1.4.1-0.20200414143053-d3edf31b6320 // indirect
Expand Down
8 changes: 4 additions & 4 deletions provider/go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -2174,10 +2174,10 @@ github.com/hashicorp/errwrap v1.1.0 h1:OxrOeh75EUXMY8TBjag2fzXGZ40LB6IKw45YeGUDY
github.com/hashicorp/errwrap v1.1.0/go.mod h1:YH+1FKiLXxHSkmPseP+kNlulaMuP3n2brvKWEqk/Jc4=
github.com/hashicorp/go-azure-helpers v0.69.0 h1:JwUWXyDgyr6OafU4CgSvrbEP1wcMjfz4gxRQciDQkBQ=
github.com/hashicorp/go-azure-helpers v0.69.0/go.mod h1:BmbF4JDYXK5sEmFeU5hcn8Br21uElcqLfdQxjatwQKw=
github.com/hashicorp/go-azure-sdk/resource-manager v0.20240507.1095453 h1:6nCJQT1WCzjVZ1dljs7RKVPiscy0V3DnNvfxBIYNm7Y=
github.com/hashicorp/go-azure-sdk/resource-manager v0.20240507.1095453/go.mod h1:CDmjXxvqpnFrRAX5xAKczebKevwO2C7HELMygEeX4ss=
github.com/hashicorp/go-azure-sdk/sdk v0.20240507.1095453 h1:HHrx24Kjo0diFIjAxlaS8KVB9rO99QMYaQ/tkKqRA1I=
github.com/hashicorp/go-azure-sdk/sdk v0.20240507.1095453/go.mod h1:Ts5vRL3KPw8iLit+4WSi1hOWlRCx++wJrCkMGj69xBY=
github.com/hashicorp/go-azure-sdk/resource-manager v0.20240522.1080424 h1:wJHBv++NDG4YXxWKDe9zx/JLu+raL3nLrhY27NtGJvo=
github.com/hashicorp/go-azure-sdk/resource-manager v0.20240522.1080424/go.mod h1:C8UJK1ZlkSS6wGOdIoqefZD6kbFiXkJXoWbsvOmDoVY=
github.com/hashicorp/go-azure-sdk/sdk v0.20240522.1080424 h1:0Nf9ii6vRG5hlVyoP5Amxg46iWiJt3w5Z9KT6PWPZDU=
github.com/hashicorp/go-azure-sdk/sdk v0.20240522.1080424/go.mod h1:Ts5vRL3KPw8iLit+4WSi1hOWlRCx++wJrCkMGj69xBY=
github.com/hashicorp/go-checkpoint v0.5.0 h1:MFYpPZCnQqQTE18jFwSII6eUQrD/oxMFp3mlgcqk5mU=
github.com/hashicorp/go-checkpoint v0.5.0/go.mod h1:7nfLNL10NsxqO4iWuW6tWW0HjZuDrwkBuEQsVcpCOgg=
github.com/hashicorp/go-cleanhttp v0.5.0/go.mod h1:JpRdi6/HCYpAwUzNwuwqhbovhLtngrth3wmdIIUrZ80=
Expand Down
228 changes: 228 additions & 0 deletions sdk/dotnet/ApiManagement/PolicyFragment.cs

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.

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

2 changes: 1 addition & 1 deletion sdk/dotnet/AppInsights/Outputs/StandardWebTestRequest.cs

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

6 changes: 3 additions & 3 deletions sdk/dotnet/AppInsights/SmartDetectionRule.cs

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

6 changes: 3 additions & 3 deletions sdk/dotnet/Bot/ChannelsRegistration.cs

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

Loading

0 comments on commit 4e405c4

Please sign in to comment.