Skip to content

Commit afa0504

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

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:45:58.896706",
8-
"spec_repo_commit": "08a40cb5"
7+
"regenerated": "2024-01-03 09:19:43.313571",
8+
"spec_repo_commit": "9fcd8e1e"
99
},
1010
"v2": {
1111
"apigentools_version": "1.6.6",
12-
"regenerated": "2024-01-03 08:45:58.914624",
13-
"spec_repo_commit": "08a40cb5"
12+
"regenerated": "2024-01-03 09:19:43.328470",
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

packages/datadog-api-client-v2/models/AwsCURConfigAttributes.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ export class AwsCURConfigAttributes {
3131
*/
3232
"errorMessages"?: Array<string>;
3333
/**
34-
* (deprecated) The number of months the report has been backfilled.
34+
* The number of months the report has been backfilled.
3535
*/
3636
"months"?: number;
3737
/**

packages/datadog-api-client-v2/models/AzureUCConfig.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ export class AzureUCConfig {
4343
*/
4444
"id"?: number;
4545
/**
46-
* (deprecated) The number of months the report has been backfilled.
46+
* The number of months the report has been backfilled.
4747
*/
4848
"months"?: number;
4949
/**

0 commit comments

Comments
 (0)