You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
bugThis issue requires a change to an existing behavior in the product in order to be resolved.MgmtThis issue is related to a management-plane library.
bugThis issue requires a change to an existing behavior in the product in order to be resolved.MgmtThis issue is related to a management-plane library.
API Spec link
azure-rest-api-specs/specification/billing/resource-manager/Microsoft.Billing/stable/2024-04-01/billingAccount.json
Lines 894 to 899 in 30ec660
API Spec version
2024-04-01
Describe the bug
See Azure/azure-sdk-for-java#43029 (comment)
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
The text was updated successfully, but these errors were encountered: