From 4fb97e65f530b72d2acedcc023032a5da42c8b04 Mon Sep 17 00:00:00 2001 From: "ci.datadog-api-spec" Date: Fri, 2 May 2025 13:28:46 +0000 Subject: [PATCH] Regenerate client from commit 788c51c1 of spec repo --- .apigentools-info | 8 ++++---- .generator/schemas/v1/openapi.yaml | 2 +- src/datadog_api_client/v1/model/monitor_options.py | 2 +- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.apigentools-info b/.apigentools-info index aa66359c41..6987d5dba8 100644 --- a/.apigentools-info +++ b/.apigentools-info @@ -4,13 +4,13 @@ "spec_versions": { "v1": { "apigentools_version": "1.6.6", - "regenerated": "2025-05-02 04:31:14.572410", - "spec_repo_commit": "272cce39" + "regenerated": "2025-05-02 13:28:08.238046", + "spec_repo_commit": "788c51c1" }, "v2": { "apigentools_version": "1.6.6", - "regenerated": "2025-05-02 04:31:14.659660", - "spec_repo_commit": "272cce39" + "regenerated": "2025-05-02 13:28:08.252816", + "spec_repo_commit": "788c51c1" } } } \ No newline at end of file diff --git a/.generator/schemas/v1/openapi.yaml b/.generator/schemas/v1/openapi.yaml index 54001549f3..4a694e0449 100644 --- a/.generator/schemas/v1/openapi.yaml +++ b/.generator/schemas/v1/openapi.yaml @@ -7288,7 +7288,7 @@ components: For example, a query grouped by `cluster` and `namespace` cannot notify on `region`. - Setting `notify_by` to `[*]` configures the monitor to notify as a simple-alert.' + Setting `notify_by` to `["*"]` configures the monitor to notify as a simple-alert.' items: description: A grouping tag. type: string diff --git a/src/datadog_api_client/v1/model/monitor_options.py b/src/datadog_api_client/v1/model/monitor_options.py index 121c1d407f..62bf15a399 100644 --- a/src/datadog_api_client/v1/model/monitor_options.py +++ b/src/datadog_api_client/v1/model/monitor_options.py @@ -263,7 +263,7 @@ def __init__( new ``cluster`` violating the alert conditions by setting ``notify_by`` to ``["cluster"]``. Tags mentioned in ``notify_by`` must be a subset of the grouping tags in the query. For example, a query grouped by ``cluster`` and ``namespace`` cannot notify on ``region``. - Setting ``notify_by`` to ``[*]`` configures the monitor to notify as a simple-alert. + Setting ``notify_by`` to ``["*"]`` configures the monitor to notify as a simple-alert. :type notify_by: [str], optional :param notify_no_data: A Boolean indicating whether this monitor notifies when data stops reporting. Defaults to ``false``.