@azure/storage-blob 12.13.0-alpha.20230124.2 → 12.13.0-alpha.20230126.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.js CHANGED
@@ -21930,7 +21930,7 @@ class BlobBatch {
21930
21930
  if (!options) {
21931
21931
  options = {};
21932
21932
  }
21933
- tracingClient.withSpan("BatchDeleteRequest-addSubRequest", options, async (updatedOptions) => {
21933
+ return tracingClient.withSpan("BatchDeleteRequest-addSubRequest", options, async (updatedOptions) => {
21934
21934
  this.setBatchType("delete");
21935
21935
  await this.addSubRequestInternal({
21936
21936
  url: url,