You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ETag response header is not exposed on the AppendBlock response struct. Seems this is because currently the SDK re-uses the PutBlock response type, rather than a bespoke AppendBlock response type.
ETag response header is not exposed on the AppendBlock response struct. Seems this is because currently the SDK re-uses the PutBlock response type, rather than a bespoke AppendBlock response type.
It is exposed on the API:
https://learn.microsoft.com/en-us/rest/api/storageservices/append-block?tabs=microsoft-entra-id#response-headers
The text was updated successfully, but these errors were encountered: