Skip to content

Commit 5e5011d

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Remove double deprecated in Cloud Cost descriptions (#1820)
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 c8f5fbe commit 5e5011d

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
lines changed

.apigentools-info

Lines changed: 4 additions & 4 deletions
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": "2024-01-03 08:46:02.810755",
8-
"spec_repo_commit": "08a40cb5"
7+
"regenerated": "2024-01-03 09:19:55.454928",
8+
"spec_repo_commit": "9fcd8e1e"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-01-03 08:46:02.835674",
13-
"spec_repo_commit": "08a40cb5"
12+
"regenerated": "2024-01-03 09:19:55.471723",
13+
"spec_repo_commit": "9fcd8e1e"
1414
}
1515
}
1616
}

.generator/schemas/v2/openapi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@ components:
14601460
type: array
14611461
months:
14621462
deprecated: true
1463-
description: (deprecated) The number of months the report has been backfilled.
1463+
description: The number of months the report has been backfilled.
14641464
format: int32
14651465
maximum: 36
14661466
type: integer
@@ -1657,7 +1657,7 @@ components:
16571657
type: integer
16581658
months:
16591659
deprecated: true
1660-
description: (deprecated) The number of months the report has been backfilled.
1660+
description: The number of months the report has been backfilled.
16611661
format: int32
16621662
maximum: 36
16631663
type: integer

src/datadog_api_client/v2/model/aws_cur_config_attributes.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ def __init__(
8686
:param error_messages: The error messages for the AWS CUR config.
8787
:type error_messages: [str], optional
8888
89-
:param months: (deprecated) The number of months the report has been backfilled. **Deprecated**.
89+
:param months: The number of months the report has been backfilled. **Deprecated**.
9090
:type months: int, optional
9191
9292
:param report_name: The name of the Cost and Usage Report.

src/datadog_api_client/v2/model/azure_uc_config.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ def __init__(
107107
:param id: The ID of the Azure config.
108108
:type id: int, optional
109109
110-
:param months: (deprecated) The number of months the report has been backfilled. **Deprecated**.
110+
:param months: The number of months the report has been backfilled. **Deprecated**.
111111
:type months: int, optional
112112
113113
:param scope: The scope of your observed subscription.

0 commit comments

Comments
 (0)