Add "x-ms-is-hns-enabled" to ServiceGetAccountInfoResponse #12530
Labels
Client
This issue points to a problem in the data-plane of the library.
cross-language alignment
mark issues need to be aligned across different languages
feature-request
This issue requires a new behavior in the product in order be resolved.
Storage
Storage Service (Queues, Blobs, Files)
Milestone
Is your feature request related to a problem? Please describe.
The "x-ms-is-hns-enabled" is not exposed via ServiceGetAccountInfoResponse.
Describe the solution you'd like
Expose the response value there.
Describe alternatives you've considered
N/A
Additional context
Currently the only way to access it is to call
response._response.headers.get("x-ms-is-hns-enabled")
The text was updated successfully, but these errors were encountered: