From 4566cc5e59a03413b0f95930eb1dd35c957492e5 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Mon, 24 Aug 2026 16:50:22 +0000 Subject: [PATCH] Regenerate client from commit 5196374 of spec repo --- .generator/schemas/v2/openapi.yaml | 2 +- src/datadog_api_client/v2/model/observability_pipeline_spec.py | 2 +- .../v2/model/observability_pipeline_spec_data.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 6e7246fb7b..dc447e57d1 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -75869,7 +75869,7 @@ components: - data type: object ObservabilityPipelineSpecData: - description: Contains the the pipeline configuration. + description: Contains the pipeline configuration. properties: attributes: $ref: "#/components/schemas/ObservabilityPipelineDataAttributes" diff --git a/src/datadog_api_client/v2/model/observability_pipeline_spec.py b/src/datadog_api_client/v2/model/observability_pipeline_spec.py index d748ff00fa..4fb73e8a0d 100644 --- a/src/datadog_api_client/v2/model/observability_pipeline_spec.py +++ b/src/datadog_api_client/v2/model/observability_pipeline_spec.py @@ -32,7 +32,7 @@ def __init__(self_, data: ObservabilityPipelineSpecData, **kwargs): """ Input schema representing an observability pipeline configuration. Used in create and validate requests. - :param data: Contains the the pipeline configuration. + :param data: Contains the pipeline configuration. :type data: ObservabilityPipelineSpecData """ super().__init__(kwargs) diff --git a/src/datadog_api_client/v2/model/observability_pipeline_spec_data.py b/src/datadog_api_client/v2/model/observability_pipeline_spec_data.py index 6b5755a6a4..a60c095f2d 100644 --- a/src/datadog_api_client/v2/model/observability_pipeline_spec_data.py +++ b/src/datadog_api_client/v2/model/observability_pipeline_spec_data.py @@ -34,7 +34,7 @@ def openapi_types(_): def __init__(self_, attributes: ObservabilityPipelineDataAttributes, **kwargs): """ - Contains the the pipeline configuration. + Contains the pipeline configuration. :param attributes: Defines the pipeline’s name and its components (sources, processors, and destinations). :type attributes: ObservabilityPipelineDataAttributes