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

[BUG] ResourceHealth, "refreshTimestamp" property value is not RFC3339 #32324

Open
weidongxu-microsoft opened this issue Jan 24, 2025 · 0 comments
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.

Comments

@weidongxu-microsoft
Copy link
Member

weidongxu-microsoft commented Jan 24, 2025

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

@weidongxu-microsoft weidongxu-microsoft added bug This issue requires a change to an existing behavior in the product in order to be resolved. Resource Health labels Jan 24, 2025
@weidongxu-microsoft weidongxu-microsoft added the Service Attention Workflow: This issue is responsible by Azure service team. label Jan 26, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
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.
Projects
None yet
Development

No branches or pull requests

1 participant