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