@azure/storage-blob 12.6.0-beta.1 → 12.6.0

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,5 +1,9 @@
1
1
  # Release History
2
2
 
3
+ ## 12.6.0 (2021-06-09)
4
+
5
+ - Includes all features released in 12.6.0-beta.1.
6
+
3
7
  ## 12.6.0-beta.1 (2021-05-14)
4
8
 
5
9
  - Updated Azure Storage Service API version to 2020-08-04.
package/dist/index.js CHANGED
@@ -352,7 +352,8 @@ var GeoReplication = {
352
352
  required: true,
353
353
  xmlName: "Status",
354
354
  type: {
355
- name: "String"
355
+ name: "Enum",
356
+ allowedValues: ["live", "bootstrap", "unavailable"]
356
357
  }
357
358
  },
358
359
  lastSyncOn: {
@@ -533,7 +534,8 @@ var ContainerProperties = {
533
534
  serializedName: "PublicAccess",
534
535
  xmlName: "PublicAccess",
535
536
  type: {
536
- name: "String"
537
+ name: "Enum",
538
+ allowedValues: ["container", "blob"]
537
539
  }
538
540
  },
539
541
  hasImmutabilityPolicy: {
@@ -2596,7 +2598,8 @@ var ContainerGetPropertiesHeaders = {
2596
2598
  serializedName: "x-ms-blob-public-access",
2597
2599
  xmlName: "x-ms-blob-public-access",
2598
2600
  type: {
2599
- name: "String"
2601
+ name: "Enum",
2602
+ allowedValues: ["container", "blob"]
2600
2603
  }
2601
2604
  },
2602
2605
  hasImmutabilityPolicy: {
@@ -2797,7 +2800,8 @@ var ContainerGetAccessPolicyHeaders = {
2797
2800
  serializedName: "x-ms-blob-public-access",
2798
2801
  xmlName: "x-ms-blob-public-access",
2799
2802
  type: {
2800
- name: "String"
2803
+ name: "Enum",
2804
+ allowedValues: ["container", "blob"]
2801
2805
  }
2802
2806
  },
2803
2807
  etag: {
@@ -5321,6 +5325,13 @@ var BlobSetHttpHeadersHeaders = {
5321
5325
  type: {
5322
5326
  name: "DateTimeRfc1123"
5323
5327
  }
5328
+ },
5329
+ errorCode: {
5330
+ serializedName: "x-ms-error-code",
5331
+ xmlName: "x-ms-error-code",
5332
+ type: {
5333
+ name: "String"
5334
+ }
5324
5335
  }
5325
5336
  }
5326
5337
  }
@@ -9070,7 +9081,8 @@ var access = {
9070
9081
  serializedName: "x-ms-blob-public-access",
9071
9082
  xmlName: "x-ms-blob-public-access",
9072
9083
  type: {
9073
- name: "String"
9084
+ name: "Enum",
9085
+ allowedValues: ["container", "blob"]
9074
9086
  }
9075
9087
  }
9076
9088
  };
@@ -13726,7 +13738,7 @@ var logger = logger$1.createClientLogger("storage-blob");
13726
13738
 
13727
13739
  // Copyright (c) Microsoft Corporation.
13728
13740
  // Licensed under the MIT license.
13729
- var SDK_VERSION = "12.6.0-beta.1";
13741
+ var SDK_VERSION = "12.6.0";
13730
13742
  var SERVICE_VERSION = "2020-08-04";
13731
13743
  var BLOCK_BLOB_MAX_UPLOAD_BLOB_BYTES = 256 * 1024 * 1024; // 256MB
13732
13744
  var BLOCK_BLOB_MAX_STAGE_BLOCK_BYTES = 4000 * 1024 * 1024; // 4000MB