Skip to content

Commit

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

---

- Upgrading terraform-provider-datadog from 3.39.0  to 3.40.0.
	Fixes #588
  • Loading branch information
pulumi-bot authored Jul 12, 2024
1 parent b407fc4 commit ddde46a
Show file tree
Hide file tree
Showing 152 changed files with 5,957 additions and 2,755 deletions.
18 changes: 18 additions & 0 deletions provider/cmd/pulumi-resource-datadog/bridge-metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -10441,6 +10441,9 @@
"current": "datadog:index/organizationSettings:OrganizationSettings",
"majorVersion": 4,
"fields": {
"security_contacts": {
"maxItemsOne": false
},
"settings": {
"maxItemsOne": true,
"elem": {
Expand Down Expand Up @@ -13269,6 +13272,9 @@
}
}
},
"custom_tags": {
"maxItemsOne": false
},
"filter": {
"maxItemsOne": false
},
Expand Down Expand Up @@ -13588,6 +13594,9 @@
"targetjsonpath": {
"maxItemsOne": true
},
"targetjsonschema": {
"maxItemsOne": true
},
"targetxpath": {
"maxItemsOne": true
}
Expand Down Expand Up @@ -13630,6 +13639,9 @@
}
}
},
"request_file": {
"maxItemsOne": false
},
"request_proxy": {
"maxItemsOne": true
},
Expand All @@ -13646,6 +13658,9 @@
"targetjsonpath": {
"maxItemsOne": true
},
"targetjsonschema": {
"maxItemsOne": true
},
"targetxpath": {
"maxItemsOne": true
}
Expand Down Expand Up @@ -13752,6 +13767,9 @@
}
}
},
"request_file": {
"maxItemsOne": false
},
"request_proxy": {
"maxItemsOne": true
},
Expand Down
322 changes: 292 additions & 30 deletions provider/cmd/pulumi-resource-datadog/schema.json

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion provider/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ require (
github.com/Azure/azure-sdk-for-go/sdk/keyvault/internal v0.7.1 // indirect
github.com/AzureAD/microsoft-authentication-library-for-go v1.2.2 // indirect
github.com/BurntSushi/toml v1.2.1 // indirect
github.com/DataDog/datadog-api-client-go/v2 v2.25.0 // indirect
github.com/DataDog/datadog-api-client-go/v2 v2.27.1-0.20240702193001-5be31030f81f // indirect
github.com/DataDog/zstd v1.5.2 // indirect
github.com/Masterminds/goutils v1.1.1 // indirect
github.com/Masterminds/semver v1.5.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 @@ -1168,8 +1168,8 @@ github.com/BurntSushi/toml v0.3.1/go.mod h1:xHWCNGjB5oqiDr8zfno3MHue2Ht5sIBksp03
github.com/BurntSushi/toml v1.2.1 h1:9F2/+DoOYIOksmaJFPw1tGFy1eDnIJXg+UHjuD8lTak=
github.com/BurntSushi/toml v1.2.1/go.mod h1:CxXYINrC8qIiEnFrOxCa7Jy5BFHlXnUU2pbicEuybxQ=
github.com/BurntSushi/xgb v0.0.0-20160522181843-27f122750802/go.mod h1:IVnqGOEym/WlBOVXweHU+Q+/VP0lqqI8lqeDx9IjBqo=
github.com/DataDog/datadog-api-client-go/v2 v2.25.0 h1:9Zq42D6M3U///VDxjx2SS1g+EW55WhZYZFHtzM+cO4k=
github.com/DataDog/datadog-api-client-go/v2 v2.25.0/go.mod h1:QKOu6vscsh87fMY1lHfLEmNSunyXImj8BUaUWJXOehc=
github.com/DataDog/datadog-api-client-go/v2 v2.27.1-0.20240702193001-5be31030f81f h1:AumHuk9MFo0HOVV9H/zsk96WB1nGg4NyavFSlzR/nlE=
github.com/DataDog/datadog-api-client-go/v2 v2.27.1-0.20240702193001-5be31030f81f/go.mod h1:QKOu6vscsh87fMY1lHfLEmNSunyXImj8BUaUWJXOehc=
github.com/DataDog/zstd v1.5.2 h1:vUG4lAyuPCXO0TLbXvPv7EB7cNK1QV/luu55UHLrrn8=
github.com/DataDog/zstd v1.5.2/go.mod h1:g4AWEaM3yOg3HYfnJ3YIawPnVdXJh9QME85blwSAmyw=
github.com/HdrHistogram/hdrhistogram-go v1.1.2 h1:5IcZpTvzydCQeHzK4Ef/D5rrSqwxob0t8PQPMybUNFM=
Expand Down
12 changes: 6 additions & 6 deletions sdk/dotnet/AuthnMapping.cs

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

2 changes: 0 additions & 2 deletions sdk/dotnet/CloudWorkloadSecurityAgentRule.cs

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/Fastly/IntegrationService.cs

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

4 changes: 0 additions & 4 deletions sdk/dotnet/GetCloudWorkloadSecurityAgentRules.cs

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/Inputs/MonitorVariablesEventQueryArgs.cs

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/Inputs/MonitorVariablesEventQueryGetArgs.cs

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

20 changes: 19 additions & 1 deletion sdk/dotnet/Inputs/SyntheticsTestApiStepArgs.cs

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

8 changes: 7 additions & 1 deletion sdk/dotnet/Inputs/SyntheticsTestApiStepAssertionArgs.cs

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

8 changes: 7 additions & 1 deletion sdk/dotnet/Inputs/SyntheticsTestApiStepAssertionGetArgs.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.

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.

Loading

0 comments on commit ddde46a

Please sign in to comment.