From d29a807324c49eb469c2e9cda2cbb57b3e82c30d Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Tue, 22 Sep 2026 16:43:24 +0000 Subject: [PATCH] Regenerate client from commit 41e19db of spec repo --- .generator/schemas/v2/openapi.yaml | 6 +++--- ...eployment_gates_evaluation_result_response_attributes.py | 6 +++--- ...tes_evaluation_result_response_attributes_gate_status.py | 6 +++--- .../v2/model/deployment_gates_rule_response.py | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index daf2244ff5..ad665f560a 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -35090,10 +35090,10 @@ components: type: object DeploymentGatesEvaluationResultResponseAttributesGateStatus: description: |- - The overall status of the gate evaluation. + The recorded result of a gate or rule evaluation. - `in_progress`: The evaluation is still running. - - `pass`: All rules passed successfully and the deployment is allowed to proceed. - - `fail`: One or more rules did not pass; the deployment should not proceed. + - `pass`: All rules passed successfully. + - `fail`: One or more rules did not pass. enum: - in_progress - pass diff --git a/src/datadog_api_client/v2/model/deployment_gates_evaluation_result_response_attributes.py b/src/datadog_api_client/v2/model/deployment_gates_evaluation_result_response_attributes.py index 488d6b9689..2e45d9c2da 100644 --- a/src/datadog_api_client/v2/model/deployment_gates_evaluation_result_response_attributes.py +++ b/src/datadog_api_client/v2/model/deployment_gates_evaluation_result_response_attributes.py @@ -70,11 +70,11 @@ def __init__( :param gate_id: The unique identifier of the deployment gate. :type gate_id: UUID - :param gate_status: The overall status of the gate evaluation. + :param gate_status: The recorded result of a gate or rule evaluation. * ``in_progress`` : The evaluation is still running. - * ``pass`` : All rules passed successfully and the deployment is allowed to proceed. - * ``fail`` : One or more rules did not pass; the deployment should not proceed. + * ``pass`` : All rules passed successfully. + * ``fail`` : One or more rules did not pass. :type gate_status: DeploymentGatesEvaluationResultResponseAttributesGateStatus :param rules: The results of individual rule evaluations. diff --git a/src/datadog_api_client/v2/model/deployment_gates_evaluation_result_response_attributes_gate_status.py b/src/datadog_api_client/v2/model/deployment_gates_evaluation_result_response_attributes_gate_status.py index 535a130afd..128d81f951 100644 --- a/src/datadog_api_client/v2/model/deployment_gates_evaluation_result_response_attributes_gate_status.py +++ b/src/datadog_api_client/v2/model/deployment_gates_evaluation_result_response_attributes_gate_status.py @@ -14,10 +14,10 @@ class DeploymentGatesEvaluationResultResponseAttributesGateStatus(ModelSimple): """ - The overall status of the gate evaluation. + The recorded result of a gate or rule evaluation. - `in_progress`: The evaluation is still running. - - `pass`: All rules passed successfully and the deployment is allowed to proceed. - - `fail`: One or more rules did not pass; the deployment should not proceed. + - `pass`: All rules passed successfully. + - `fail`: One or more rules did not pass. :param value: Must be one of ["in_progress", "pass", "fail"]. :type value: str diff --git a/src/datadog_api_client/v2/model/deployment_gates_rule_response.py b/src/datadog_api_client/v2/model/deployment_gates_rule_response.py index 323f67a291..a9686b8207 100644 --- a/src/datadog_api_client/v2/model/deployment_gates_rule_response.py +++ b/src/datadog_api_client/v2/model/deployment_gates_rule_response.py @@ -60,11 +60,11 @@ def __init__( :param reason: The reason for the rule result, if applicable. :type reason: str, optional - :param status: The overall status of the gate evaluation. + :param status: The recorded result of a gate or rule evaluation. * ``in_progress`` : The evaluation is still running. - * ``pass`` : All rules passed successfully and the deployment is allowed to proceed. - * ``fail`` : One or more rules did not pass; the deployment should not proceed. + * ``pass`` : All rules passed successfully. + * ``fail`` : One or more rules did not pass. :type status: DeploymentGatesEvaluationResultResponseAttributesGateStatus, optional """ if dry_run is not unset: