Skip to content

Commit 68f81b7

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Add v2 deployment gates evaluation endpoints (#3846)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 6addcfc commit 68f81b7

71 files changed

Lines changed: 4160 additions & 17 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.generator/schemas/v2/openapi.yaml

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

api/datadog/configuration.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -723,7 +723,10 @@ func NewConfiguration() *Configuration {
723723
"v2.DeleteDeploymentRule": false,
724724
"v2.GetDeploymentGate": false,
725725
"v2.GetDeploymentGateRules": false,
726+
"v2.GetDeploymentGatesEvaluationResult": false,
726727
"v2.GetDeploymentRule": false,
728+
"v2.ListDeploymentGates": false,
729+
"v2.TriggerDeploymentGatesEvaluation": false,
727730
"v2.UpdateDeploymentGate": false,
728731
"v2.UpdateDeploymentRule": false,
729732
"v2.CreateHamrOrgConnection": false,

0 commit comments

Comments
 (0)