Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove double deprecated in Cloud Cost descriptions #1820

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading