@azure/storage-file-share 12.8.1-alpha.20211102.1 → 12.9.0-alpha.20211203.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.
@@ -419,6 +419,13 @@ export const SharePropertiesInternal = {
419
419
  name: "Number"
420
420
  }
421
421
  },
422
+ provisionedBandwidthMiBps: {
423
+ serializedName: "ProvisionedBandwidthMiBps",
424
+ xmlName: "ProvisionedBandwidthMiBps",
425
+ type: {
426
+ name: "Number"
427
+ }
428
+ },
422
429
  nextAllowedQuotaDowngradeTime: {
423
430
  serializedName: "NextAllowedQuotaDowngradeTime",
424
431
  xmlName: "NextAllowedQuotaDowngradeTime",
@@ -1365,6 +1372,13 @@ export const ShareGetPropertiesHeaders = {
1365
1372
  name: "DateTimeRfc1123"
1366
1373
  }
1367
1374
  },
1375
+ provisionedBandwidthMibps: {
1376
+ serializedName: "x-ms-share-provisioned-bandwidth-mibps",
1377
+ xmlName: "x-ms-share-provisioned-bandwidth-mibps",
1378
+ type: {
1379
+ name: "Number"
1380
+ }
1381
+ },
1368
1382
  leaseDuration: {
1369
1383
  serializedName: "x-ms-lease-duration",
1370
1384
  xmlName: "x-ms-lease-duration",