-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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] Cannot retrieve Operational Insights Workspaces in East US
#33536
Comments
I ran it against all the regions, and it's only
|
East US
Thank you for your feedback. Tagging and routing to the team member best able to assist. |
Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @sameergMS, @dadunl. Issue DetailsLibrary name and versionAzure.ResourceManager.OperationalInsights 1.0.0 Describe the bugIn some regions (e.g.
However in I've traced the code and it looks like it the API returns:
Which can't be parsed as it expects an ISO formatted date Expected behaviorThe date is parsed correctly and the workspace is retrieved Actual behaviorAn exception is thrown Reproduction Steps
EnvironmentNo response
|
@sameergMS @dadunl please help check if there is a disrepancy in the datetime format of the |
Look at these requests and see that the datetime props are of different standards, this only happens in the region EASTUSExample in eastus Request to eastus Response body
Request to eastus2 Response body
|
Library name and version
Azure.ResourceManager.OperationalInsights 1.0.0
Describe the bug
In some regions (e.g.
East US
) retrieving Operational Insights Workspaces throws:However in
Australia East
it works fine.I've traced the code and it looks like it the API returns:
Which can't be parsed as it expects an ISO formatted date
Expected behavior
The date is parsed correctly and the workspace is retrieved
Actual behavior
An exception is thrown
Reproduction Steps
Environment
No response
The text was updated successfully, but these errors were encountered: