diff --git a/.generator/schemas/v2/openapi.yaml b/.generator/schemas/v2/openapi.yaml index 4d0c48493..bb1e43881 100644 --- a/.generator/schemas/v2/openapi.yaml +++ b/.generator/schemas/v2/openapi.yaml @@ -24954,8 +24954,8 @@ components: - space type: object MetricCustomAggregations: - description: Deprecated. You no longer need to configure specific time and space - aggregations for Metrics Without Limits. + description: "Deprecated. You no longer need to configure specific time and + space aggregations for Metrics without Limits\u2122." example: - space: sum time: sum diff --git a/src/datadogV2/model/model_metric_tag_configuration_attributes.rs b/src/datadogV2/model/model_metric_tag_configuration_attributes.rs index af50063e5..7c26a204a 100644 --- a/src/datadogV2/model/model_metric_tag_configuration_attributes.rs +++ b/src/datadogV2/model/model_metric_tag_configuration_attributes.rs @@ -11,7 +11,7 @@ use std::fmt::{self, Formatter}; #[skip_serializing_none] #[derive(Clone, Debug, PartialEq, Serialize)] pub struct MetricTagConfigurationAttributes { - /// Deprecated. You no longer need to configure specific time and space aggregations for Metrics Without Limits. + /// Deprecated. You no longer need to configure specific time and space aggregations for Metrics without Limits™. #[serde(rename = "aggregations")] pub aggregations: Option>, /// Timestamp when the tag configuration was created. diff --git a/src/datadogV2/model/model_metric_tag_configuration_create_attributes.rs b/src/datadogV2/model/model_metric_tag_configuration_create_attributes.rs index c88e22a20..2a24f69ed 100644 --- a/src/datadogV2/model/model_metric_tag_configuration_create_attributes.rs +++ b/src/datadogV2/model/model_metric_tag_configuration_create_attributes.rs @@ -11,7 +11,7 @@ use std::fmt::{self, Formatter}; #[skip_serializing_none] #[derive(Clone, Debug, PartialEq, Serialize)] pub struct MetricTagConfigurationCreateAttributes { - /// Deprecated. You no longer need to configure specific time and space aggregations for Metrics Without Limits. + /// Deprecated. You no longer need to configure specific time and space aggregations for Metrics without Limits™. #[serde(rename = "aggregations")] pub aggregations: Option>, /// When set to true, the configuration will exclude the configured tags and include any other submitted tags. diff --git a/src/datadogV2/model/model_metric_tag_configuration_update_attributes.rs b/src/datadogV2/model/model_metric_tag_configuration_update_attributes.rs index 0d278864c..0ca3104b5 100644 --- a/src/datadogV2/model/model_metric_tag_configuration_update_attributes.rs +++ b/src/datadogV2/model/model_metric_tag_configuration_update_attributes.rs @@ -11,7 +11,7 @@ use std::fmt::{self, Formatter}; #[skip_serializing_none] #[derive(Clone, Debug, PartialEq, Serialize)] pub struct MetricTagConfigurationUpdateAttributes { - /// Deprecated. You no longer need to configure specific time and space aggregations for Metrics Without Limits. + /// Deprecated. You no longer need to configure specific time and space aggregations for Metrics without Limits™. #[serde(rename = "aggregations")] pub aggregations: Option>, /// When set to true, the configuration will exclude the configured tags and include any other submitted tags.