Open weidongxu-microsoft opened 1 day ago
https://github.com/Azure/azure-rest-api-specs/blob/30ec6607bbcbeceb13b634de955667c5aa45766a/specification/billing/resource-manager/Microsoft.Billing/stable/2024-04-01/billingAccount.json#L894-L899
2024-04-01
See https://github.com/Azure/azure-sdk-for-java/issues/43029#issuecomment-2489327668
The response of the startDate is now 6/1/2023 12:00:00 AM +00:00, which is not RFC3339.
startDate
6/1/2023 12:00:00 AM +00:00
Date-time be RFC3339, if not specified otherwise.
6/1/2023 12:00:00 AM +00:00, which is not RFC3339.
call https://learn.microsoft.com/en-us/rest/api/billing/billing-accounts/get?view=rest-billing-2024-04-01&tabs=HTTP
No response
@bradenwatkins Please help take a look, thanks.
API Spec link
https://github.com/Azure/azure-rest-api-specs/blob/30ec6607bbcbeceb13b634de955667c5aa45766a/specification/billing/resource-manager/Microsoft.Billing/stable/2024-04-01/billingAccount.json#L894-L899
API Spec version
2024-04-01
Describe the bug
See https://github.com/Azure/azure-sdk-for-java/issues/43029#issuecomment-2489327668
The response of the
startDate
is now6/1/2023 12:00:00 AM +00:00
, which is not RFC3339.Expected behavior
Date-time be RFC3339, if not specified otherwise.
Actual behavior
6/1/2023 12:00:00 AM +00:00
, which is not RFC3339.Reproduction Steps
call https://learn.microsoft.com/en-us/rest/api/billing/billing-accounts/get?view=rest-billing-2024-04-01&tabs=HTTP
Environment
No response