@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.
@@ -334,7 +334,8 @@ export var GeoReplication = {
334
334
  required: true,
335
335
  xmlName: "Status",
336
336
  type: {
337
- name: "String"
337
+ name: "Enum",
338
+ allowedValues: ["live", "bootstrap", "unavailable"]
338
339
  }
339
340
  },
340
341
  lastSyncOn: {
@@ -515,7 +516,8 @@ export var ContainerProperties = {
515
516
  serializedName: "PublicAccess",
516
517
  xmlName: "PublicAccess",
517
518
  type: {
518
- name: "String"
519
+ name: "Enum",
520
+ allowedValues: ["container", "blob"]
519
521
  }
520
522
  },
521
523
  hasImmutabilityPolicy: {
@@ -2578,7 +2580,8 @@ export var ContainerGetPropertiesHeaders = {
2578
2580
  serializedName: "x-ms-blob-public-access",
2579
2581
  xmlName: "x-ms-blob-public-access",
2580
2582
  type: {
2581
- name: "String"
2583
+ name: "Enum",
2584
+ allowedValues: ["container", "blob"]
2582
2585
  }
2583
2586
  },
2584
2587
  hasImmutabilityPolicy: {
@@ -2779,7 +2782,8 @@ export var ContainerGetAccessPolicyHeaders = {
2779
2782
  serializedName: "x-ms-blob-public-access",
2780
2783
  xmlName: "x-ms-blob-public-access",
2781
2784
  type: {
2782
- name: "String"
2785
+ name: "Enum",
2786
+ allowedValues: ["container", "blob"]
2783
2787
  }
2784
2788
  },
2785
2789
  etag: {
@@ -5303,6 +5307,13 @@ export var BlobSetHttpHeadersHeaders = {
5303
5307
  type: {
5304
5308
  name: "DateTimeRfc1123"
5305
5309
  }
5310
+ },
5311
+ errorCode: {
5312
+ serializedName: "x-ms-error-code",
5313
+ xmlName: "x-ms-error-code",
5314
+ type: {
5315
+ name: "String"
5316
+ }
5306
5317
  }
5307
5318
  }
5308
5319
  }