Skip to content

Commit fade14a

Browse files
api-clients-generation-pipeline[bot]ci.datadog-api-spec
andauthored
Billing_plan field deprecation - correction start date (#3589)
Co-authored-by: ci.datadog-api-spec <packages@datadoghq.com>
1 parent 257a512 commit fade14a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.generator/schemas/v1/openapi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20236,7 +20236,7 @@ components:
2023620236
type: string
2023720237
billing_plan:
2023820238
deprecated: true
20239-
description: The billing plan (metadata). (Deprecated from May 2026)
20239+
description: The billing plan (metadata). (Deprecated from June 2026)
2024020240
type: string
2024120241
end_date:
2024220242
description: Shows the last date of usage.

services/usage_metering/src/v1/models/UsageBillableSummaryHour.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export class UsageBillableSummaryHour {
1515
*/
1616
"accountPublicId"?: string;
1717
/**
18-
* The billing plan (metadata). (Deprecated from May 2026)
18+
* The billing plan (metadata). (Deprecated from June 2026)
1919
*/
2020
"billingPlan"?: string;
2121
/**

0 commit comments

Comments
 (0)