Skip to content

Commit 29576f6

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
and
ci.datadog-api-spec
authored
Update Azure API cspm verb tense (#1796)
Co-authored-by: ci.datadog-api-spec <[email protected]> Co-authored-by: api-clients-generation-pipeline[bot] <54105614+api-clients-generation-pipeline[bot]@users.noreply.github.com>
1 parent 220c046 commit 29576f6

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

.apigentools-info

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,13 @@
44
"spec_versions": {
55
"v1": {
66
"apigentools_version": "1.6.6",
7-
"regenerated": "2023-12-07 15:26:39.803971",
8-
"spec_repo_commit": "440c93b5"
7+
"regenerated": "2023-12-11 19:49:10.939385",
8+
"spec_repo_commit": "5584abd0"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2023-12-07 15:26:39.818123",
13-
"spec_repo_commit": "440c93b5"
12+
"regenerated": "2023-12-11 19:49:10.953792",
13+
"spec_repo_commit": "5584abd0"
1414
}
1515
}
1616
}

.generator/schemas/v1/openapi.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -809,7 +809,7 @@ components:
809809
type: string
810810
cspm_enabled:
811811
description: "When enabled, Datadog\u2019s Cloud Security Management product
812-
will scan resource configurations monitored by this app registration.\nNote:
812+
scans resource configurations monitored by this app registration.\nNote:
813813
This requires resource_collection_enabled to be set to true."
814814
example: true
815815
type: boolean

src/datadog_api_client/v1/model/azure_account.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ def __init__(
8585
Only container apps that match one of the defined tags are imported into Datadog.
8686
:type container_app_filters: str, optional
8787
88-
:param cspm_enabled: When enabled, Datadog’s Cloud Security Management product will scan resource configurations monitored by this app registration.
88+
:param cspm_enabled: When enabled, Datadog’s Cloud Security Management product scans resource configurations monitored by this app registration.
8989
Note: This requires resource_collection_enabled to be set to true.
9090
:type cspm_enabled: bool, optional
9191

0 commit comments

Comments
 (0)