Skip to content

Commit b6b31a7

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
[FA] Add fleet automation config update endpoint (DataDog#3416)
Co-authored-by: ci.datadog-api-spec <[email protected]>
1 parent 9d89d0e commit b6b31a7

24 files changed

+2711
-0
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 422 additions & 0 deletions
Large diffs are not rendered by default.

api/datadog/configuration.go

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -600,6 +600,10 @@ func NewConfiguration() *Configuration {
600600
},
601601
},
602602
unstableOperations: map[string]bool{
603+
"v2.CancelFleetDeployment": false,
604+
"v2.CreateFleetDeploymentConfigure": false,
605+
"v2.GetFleetDeployment": false,
606+
"v2.ListFleetDeployments": false,
603607
"v2.CreateOpenAPI": false,
604608
"v2.DeleteOpenAPI": false,
605609
"v2.GetOpenAPI": false,

0 commit comments

Comments
 (0)