@azure/storage-file-share 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
@@ -1307,7 +1307,7 @@ class BaseRequestPolicy {
1307
1307
 
1308
1308
  // Copyright (c) Microsoft Corporation.
1309
1309
  // Licensed under the MIT license.
1310
- const SDK_VERSION = "12.13.0";
1310
+ const SDK_VERSION = "12.20.0";
1311
1311
  /**
1312
1312
  * The OAuth scope to use with Azure Storage.
1313
1313
  */
@@ -15141,6 +15141,7 @@ exports.ShareSASPermissions = ShareSASPermissions;
15141
15141
  exports.ShareServiceClient = ShareServiceClient;
15142
15142
  exports.StorageBrowserPolicy = StorageBrowserPolicy;
15143
15143
  exports.StorageBrowserPolicyFactory = StorageBrowserPolicyFactory;
15144
+ exports.StorageOAuthScopes = StorageOAuthScopes;
15144
15145
  exports.StorageRetryPolicy = StorageRetryPolicy;
15145
15146
  exports.StorageRetryPolicyFactory = StorageRetryPolicyFactory;
15146
15147
  exports.StorageSharedKeyCredential = StorageSharedKeyCredential;