Skip to content
This repository has been archived by the owner on Feb 12, 2025. It is now read-only.

v10.11.3

Compare
Choose a tag to compare
@jhendrixMSFT jhendrixMSFT released this 20 Jun 23:38
5b62168

Bug Fixes

  • In IMDS retry logic, if we don't receive a response don't retry.
    • Renamed the retry function so it's clear it's meant for IMDS only.
  • For error response bodies that aren't OData-v4 compliant stick the raw JSON in the ServiceError.Details field so the information isn't lost.
    • Also add the raw HTTP response to the DetailedResponse.
  • Removed superfluous wrapping of response error in azure.DoRetryWithRegistration().