Azure / azure-sdk-for-rust

This repository is for active development of the *unofficial* Azure SDK for Rust. This repository is *not* supported by the Azure SDK team.
MIT License
676 stars 231 forks source link

Add support for IfMatch on PutAppendBlob #1666

Closed maxburke closed 1 month ago

maxburke commented 1 month ago

The Put Append Blob operation does support the If-Match condition based on experiments, so it would be great to have this exposed in the sdk

heaths commented 1 month ago

Duplicate of #1658