Skip to content

Commit

Permalink
Merge master into datadog-api-spec/test/hzhang/Enable-azure-tests
Browse files Browse the repository at this point in the history
  • Loading branch information
2 parents a89a5b9 + 81796b3 commit 7569dc7
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .apigentools-info
Original file line number Diff line number Diff line change
Expand Up @@ -4,13 +4,13 @@
"spec_versions": {
"v1": {
"apigentools_version": "1.6.6",
"regenerated": "2023-12-14 17:13:00.567226",
"spec_repo_commit": "fd0b0fcb"
"regenerated": "2023-12-14 19:38:24.188378",
"spec_repo_commit": "cdc82e06"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2023-12-14 17:13:00.585680",
"spec_repo_commit": "fd0b0fcb"
"regenerated": "2023-12-14 19:38:24.201899",
"spec_repo_commit": "cdc82e06"
}
}
}
4 changes: 3 additions & 1 deletion .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25603,7 +25603,9 @@ paths:
queryable.

Can only be used with application keys from users with the `Manage Tags for
Metrics` permission.'
Metrics` permission. This endpoint requires

a tag configuration to be created first.'
operationId: UpdateTagConfiguration
parameters:
- $ref: '#/components/parameters/MetricName'
Expand Down
3 changes: 2 additions & 1 deletion src/datadog_api_client/v2/api/metrics_api.py
Original file line number Diff line number Diff line change
Expand Up @@ -792,7 +792,8 @@ def update_tag_configuration(
Update the tag configuration of a metric or percentile aggregations of a distribution metric or custom aggregations
of a count, rate, or gauge metric. By setting ``exclude_tags_mode`` to true the behavior is changed
from an allow-list to a deny-list, and tags in the defined list will not be queryable.
Can only be used with application keys from users with the ``Manage Tags for Metrics`` permission.
Can only be used with application keys from users with the ``Manage Tags for Metrics`` permission. This endpoint requires
a tag configuration to be created first.
:param metric_name: The name of the metric.
:type metric_name: str
Expand Down

0 comments on commit 7569dc7

Please sign in to comment.