@azure/storage-blob 12.9.0-alpha.20211202.1 → 12.9.0-alpha.20211215.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/CHANGELOG.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # Release History
2
2
 
3
- ## 12.9.0-beta.2 (Unreleased)
3
+ ## 12.9.0-beta.3 (Unreleased)
4
4
 
5
5
  ### Features Added
6
6
 
@@ -10,6 +10,14 @@
10
10
 
11
11
  ### Other Changes
12
12
 
13
+ ## 12.9.0-beta.2 (2021-12-03)
14
+
15
+ ### Features Added
16
+
17
+ - Added support for service version 2021-02-12
18
+ - Added support for listing system containers with `BlobServiceClient.listContainers()`.
19
+ - Added support for blob names container invalid XML characters.
20
+
13
21
  ## 12.9.0-beta.1 (2021-11-09)
14
22
 
15
23
  ### Features Added
package/dist/index.js CHANGED
@@ -13183,7 +13183,7 @@ const logger = logger$1.createClientLogger("storage-blob");
13183
13183
 
13184
13184
  // Copyright (c) Microsoft Corporation.
13185
13185
  // Licensed under the MIT license.
13186
- const SDK_VERSION = "12.9.0-beta.2";
13186
+ const SDK_VERSION = "12.9.0-beta.3";
13187
13187
  const SERVICE_VERSION = "2021-02-12";
13188
13188
  const BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES = 256 * 1024 * 1024; // 256MB
13189
13189
  const BLOCK_BLOB_MAX_STAGE_BLOCK_BYTES = 4000 * 1024 * 1024; // 4000MB
@@ -14862,7 +14862,7 @@ class StorageSharedKeyCredential extends Credential {
14862
14862
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
14863
14863
  */
14864
14864
  const packageName = "azure-storage-blob";
14865
- const packageVersion = "12.9.0-beta.2";
14865
+ const packageVersion = "12.9.0-beta.3";
14866
14866
  class StorageClientContext extends coreHttp.ServiceClient {
14867
14867
  /**
14868
14868
  * Initializes a new instance of the StorageClientContext class.