Lin Jian
Lin Jian
Github support search content via `in:file`, can we utilize it?
@XiaoningLiu
Same problem for - blockBlobClient: stageBlock with progress report - PageBlobClient: uploadPages with progress report
The sdk side has fixed an [issue](https://github.com/Azure/azure-sdk-for-js/issues/6352) related to the onProgress event recently. But Azurite's behavior is consistent before and after the fix.
https://github.com/Azure/azure-sdk-for-net/pull/16689
It will introduce breaking changes now as we are already GA and we conform to the original REST API's behavior, i.e. overwrite by default. We could add a overwrite option...
User can get the functionality by calling the interfaces with the `ifNoneMatch` condition. ```ts await blockBlobClient.upload(body, body.length, { conditions: { ifNoneMatch: "*"} }); ``` Another thing to think about is...
Ignore iprange - `sip` as well?
@xirzec @bterlson I think solving this by manually shimming Node built-ins in storage will be very inefficient. And this could be a very common need for all libraries that need...
Partially fixed by https://github.com/Azure/azure-sdk-for-js/pull/9877.