Skip to content

Commit dabd880

Browse files
author
ci.datadog-api-spec
committed
Regenerate client from commit 273f808 of spec repo
1 parent 6a881df commit dabd880

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24954,8 +24954,8 @@ components:
2495424954
- space
2495524955
type: object
2495624956
MetricCustomAggregations:
24957-
description: Deprecated. You no longer need to configure specific time and space
24958-
aggregations for Metrics Without Limits.
24957+
description: "Deprecated. You no longer need to configure specific time and
24958+
space aggregations for Metrics without Limits\u2122."
2495924959
example:
2496024960
- space: sum
2496124961
time: sum

src/datadog_api_client/v2/model/metric_custom_aggregations.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212

1313
class MetricCustomAggregations(ModelSimple):
1414
"""
15-
Deprecated. You no longer need to configure specific time and space aggregations for Metrics Without Limits.
15+
Deprecated. You no longer need to configure specific time and space aggregations for Metrics without Limits.
1616
1717
1818
:type value: [MetricCustomAggregation]

src/datadog_api_client/v2/model/metric_tag_configuration_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ def __init__(
5959
"""
6060
Object containing the definition of a metric tag configuration attributes.
6161
62-
:param aggregations: Deprecated. You no longer need to configure specific time and space aggregations for Metrics Without Limits.
62+
:param aggregations: Deprecated. You no longer need to configure specific time and space aggregations for Metrics without Limits.
6363
:type aggregations: MetricCustomAggregations, optional
6464
6565
:param created_at: Timestamp when the tag configuration was created.

src/datadog_api_client/v2/model/metric_tag_configuration_create_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ def __init__(
5151
"""
5252
Object containing the definition of a metric tag configuration to be created.
5353
54-
:param aggregations: Deprecated. You no longer need to configure specific time and space aggregations for Metrics Without Limits.
54+
:param aggregations: Deprecated. You no longer need to configure specific time and space aggregations for Metrics without Limits.
5555
:type aggregations: MetricCustomAggregations, optional
5656
5757
:param exclude_tags_mode: When set to true, the configuration will exclude the configured tags and include any other submitted tags.

src/datadog_api_client/v2/model/metric_tag_configuration_update_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ def __init__(
4747
"""
4848
Object containing the definition of a metric tag configuration to be updated.
4949
50-
:param aggregations: Deprecated. You no longer need to configure specific time and space aggregations for Metrics Without Limits.
50+
:param aggregations: Deprecated. You no longer need to configure specific time and space aggregations for Metrics without Limits.
5151
:type aggregations: MetricCustomAggregations, optional
5252
5353
:param exclude_tags_mode: When set to true, the configuration will exclude the configured tags and include any other submitted tags.

0 commit comments

Comments
 (0)