@azure/storage-queue 12.20.0-alpha.20230620.2 → 12.20.0-alpha.20230720.6

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
@@ -873,7 +873,7 @@ class AnonymousCredential extends Credential {
873
873
 
874
874
  // Copyright (c) Microsoft Corporation.
875
875
  // Licensed under the MIT license.
876
- const SDK_VERSION = "12.13.0";
876
+ const SDK_VERSION = "12.20.0";
877
877
  /**
878
878
  * The OAuth scope to use with Azure Storage.
879
879
  */
@@ -6104,6 +6104,7 @@ exports.QueueServiceClient = QueueServiceClient;
6104
6104
  exports.SASQueryParameters = SASQueryParameters;
6105
6105
  exports.StorageBrowserPolicy = StorageBrowserPolicy;
6106
6106
  exports.StorageBrowserPolicyFactory = StorageBrowserPolicyFactory;
6107
+ exports.StorageOAuthScopes = StorageOAuthScopes;
6107
6108
  exports.StorageRetryPolicy = StorageRetryPolicy;
6108
6109
  exports.StorageRetryPolicyFactory = StorageRetryPolicyFactory;
6109
6110
  exports.StorageSharedKeyCredential = StorageSharedKeyCredential;