Skip to content

Commit

Permalink
Remove double deprecated in Cloud Cost descriptions (#1820)
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
api-clients-generation-pipeline[bot] and ci.datadog-api-spec authored Jan 3, 2024
1 parent c8f5fbe commit 5e5011d
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 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": "2024-01-03 08:46:02.810755",
"spec_repo_commit": "08a40cb5"
"regenerated": "2024-01-03 09:19:55.454928",
"spec_repo_commit": "9fcd8e1e"
},
"v2": {
"apigentools_version": "1.6.6",
"regenerated": "2024-01-03 08:46:02.835674",
"spec_repo_commit": "08a40cb5"
"regenerated": "2024-01-03 09:19:55.471723",
"spec_repo_commit": "9fcd8e1e"
}
}
}
4 changes: 2 additions & 2 deletions .generator/schemas/v2/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1460,7 +1460,7 @@ components:
type: array
months:
deprecated: true
description: (deprecated) The number of months the report has been backfilled.
description: The number of months the report has been backfilled.
format: int32
maximum: 36
type: integer
Expand Down Expand Up @@ -1657,7 +1657,7 @@ components:
type: integer
months:
deprecated: true
description: (deprecated) The number of months the report has been backfilled.
description: The number of months the report has been backfilled.
format: int32
maximum: 36
type: integer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ def __init__(
:param error_messages: The error messages for the AWS CUR config.
:type error_messages: [str], optional
:param months: (deprecated) The number of months the report has been backfilled. **Deprecated**.
:param months: The number of months the report has been backfilled. **Deprecated**.
:type months: int, optional
:param report_name: The name of the Cost and Usage Report.
Expand Down
2 changes: 1 addition & 1 deletion src/datadog_api_client/v2/model/azure_uc_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ def __init__(
:param id: The ID of the Azure config.
:type id: int, optional
:param months: (deprecated) The number of months the report has been backfilled. **Deprecated**.
:param months: The number of months the report has been backfilled. **Deprecated**.
:type months: int, optional
:param scope: The scope of your observed subscription.
Expand Down

0 comments on commit 5e5011d

Please sign in to comment.