Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
23 changes: 23 additions & 0 deletions .generator/schemas/v1/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -791,6 +791,11 @@ components:
items:
$ref: "#/components/schemas/ResourceProviderConfig"
type: array
secretless_auth_enabled:
description: |-
(Preview) When enabled, Datadog authenticates with this app registration using federated workload identity credentials instead of a client secret.
example: true
type: boolean
tenant_name:
description: Your Azure Active Directory ID.
example: "testc44-1234-5678-9101-cc00736ftest"
Expand Down Expand Up @@ -26618,6 +26623,15 @@ paths:
- datadoghq.eu
- ddog-gov.com
- us2.ddog-gov.com
x-enum-varnames:
- US1
- US3
- US5
- AP1
- AP2
- EU1
- GOV
- US2_GOV
subdomain:
default: ip-ranges
description: The subdomain where the API is deployed.
Expand Down Expand Up @@ -39993,6 +40007,15 @@ paths:
- datadoghq.eu
- ddog-gov.com
- us2.ddog-gov.com
x-enum-varnames:
- US1
- US3
- US5
- AP1
- AP2
- EU1
- GOV
- US2_GOV
subdomain:
default: http-intake.logs
description: The subdomain where the API is deployed.
Expand Down
53 changes: 53 additions & 0 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -96859,6 +96859,15 @@ paths:
- datadoghq.eu
- ddog-gov.com
- us2.ddog-gov.com
x-enum-varnames:
- US1
- US3
- US5
- AP1
- AP2
- EU1
- GOV
- US2_GOV
subdomain:
default: event-management-intake
description: The subdomain where the API is deployed.
Expand Down Expand Up @@ -106291,6 +106300,15 @@ paths:
- datadoghq.eu
- ddog-gov.com
- us2.ddog-gov.com
x-enum-varnames:
- US1
- US3
- US5
- AP1
- AP2
- EU1
- GOV
- US2_GOV
subdomain:
default: http-intake.logs
description: The subdomain where the API is deployed.
Expand Down Expand Up @@ -110598,6 +110616,13 @@ paths:
- coral.oncall.datadoghq.com
- teal.oncall.datadoghq.com
- beige.oncall.datadoghq.eu
x-enum-varnames:
- LAVA
- SAFFRON
- NAVY
- CORAL
- TEAL
- BEIGE
- url: "{protocol}://{name}"
variables:
name:
Expand Down Expand Up @@ -110653,6 +110678,13 @@ paths:
- coral.oncall.datadoghq.com
- teal.oncall.datadoghq.com
- beige.oncall.datadoghq.eu
x-enum-varnames:
- LAVA
- SAFFRON
- NAVY
- CORAL
- TEAL
- BEIGE
- url: "{protocol}://{name}"
variables:
name:
Expand Down Expand Up @@ -110708,6 +110740,13 @@ paths:
- coral.oncall.datadoghq.com
- teal.oncall.datadoghq.com
- beige.oncall.datadoghq.eu
x-enum-varnames:
- LAVA
- SAFFRON
- NAVY
- CORAL
- TEAL
- BEIGE
- url: "{protocol}://{name}"
variables:
name:
Expand Down Expand Up @@ -110763,6 +110802,13 @@ paths:
- coral.oncall.datadoghq.com
- teal.oncall.datadoghq.com
- beige.oncall.datadoghq.eu
x-enum-varnames:
- LAVA
- SAFFRON
- NAVY
- CORAL
- TEAL
- BEIGE
- url: "{protocol}://{name}"
variables:
name:
Expand Down Expand Up @@ -114513,6 +114559,13 @@ paths:
- browser-intake-ap1-datadoghq.com
- browser-intake-ap2-datadoghq.com
- browser-intake-datadoghq.eu
x-enum-varnames:
- US1
- US3
- US5
- AP1
- AP2
- EU1
- url: "{protocol}://{name}"
variables:
name:
Expand Down
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-12-17T21:43:00.678Z
2026-05-04T13:56:51.846Z

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

Original file line number Diff line number Diff line change
@@ -1 +1 @@
2024-12-17T21:43:01.129Z
2026-05-04T13:56:52.686Z

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

1 change: 1 addition & 0 deletions examples/v1/azure-integration/UpdateAzureHostFilters.rb
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
namespace: "Microsoft.Compute",
}),
],
secretless_auth_enabled: true,
tenant_name: "testc44-1234-5678-9101-cc00736ftest",
usage_metrics_enabled: true,
})
Expand Down
1 change: 1 addition & 0 deletions examples/v1/azure-integration/UpdateAzureIntegration.rb
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
new_client_id: "9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d",
new_tenant_name: "9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d",
resource_collection_enabled: true,
secretless_auth_enabled: true,
tenant_name: "9b1deb4d-3b7d-4bad-9bdd-2b0d7b3dcb6d",
})
p api_instance.update_azure_integration(body)
Loading
Loading