[BUG] ResourceHealth, "refreshTimestamp" property value is not RFC3339 #32324
Labels
bug
This issue requires a change to an existing behavior in the product in order to be resolved.
Resource Health
Service Attention
Workflow: This issue is responsible by Azure service team.
API Spec link
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2023-10-01-preview/ResourceHealth.json
API Spec version
2023-10-01-preview
Describe the bug
Azure requires date-time property conform to RFC3339 (in model).
Issue reported by customer, see Azure/azure-sdk-for-java#43927
Expected behavior
date-time value from server by RFC3339, e.g.
"2025-01-24T09:06:10Z"
.Actual behavior
Server response is
"2025-01-24 09:06:10Z"
.Reproduction Steps
call EmergingIssues_List, check value in "refreshTimestamp" property
https://github.com/Azure/azure-rest-api-specs/blob/main/specification/resourcehealth/resource-manager/Microsoft.ResourceHealth/preview/2023-10-01-preview/ResourceHealth.json#L1036
Environment
No response
The text was updated successfully, but these errors were encountered: