@azure/storage-file-share 12.20.0-alpha.20230721.1 → 12.20.0-alpha.20230724.1

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
@@ -3718,6 +3718,21 @@ const HandleItem = {
3718
3718
  type: {
3719
3719
  name: "DateTimeRfc1123"
3720
3720
  }
3721
+ },
3722
+ accessRightList: {
3723
+ serializedName: "AccessRightList",
3724
+ xmlName: "AccessRightList",
3725
+ xmlIsWrapped: true,
3726
+ xmlElementName: "AccessRight",
3727
+ type: {
3728
+ name: "Sequence",
3729
+ element: {
3730
+ type: {
3731
+ name: "Enum",
3732
+ allowedValues: ["Read", "Write", "Delete"]
3733
+ }
3734
+ }
3735
+ }
3721
3736
  }
3722
3737
  }
3723
3738
  }
@@ -8054,7 +8069,7 @@ const timeoutInSeconds = {
8054
8069
  const version = {
8055
8070
  parameterPath: "version",
8056
8071
  mapper: {
8057
- defaultValue: "2022-11-02",
8072
+ defaultValue: "2023-01-03",
8058
8073
  isConstant: true,
8059
8074
  serializedName: "x-ms-version",
8060
8075
  type: {
@@ -11060,7 +11075,7 @@ class StorageClient$1 extends coreHttpCompat__namespace.ExtendedServiceClient {
11060
11075
  // Parameter assignments
11061
11076
  this.url = url;
11062
11077
  // Assigning values to Constant parameters
11063
- this.version = options.version || "2022-11-02";
11078
+ this.version = options.version || "2023-01-03";
11064
11079
  this.fileRangeWriteFromUrl = options.fileRangeWriteFromUrl || "update";
11065
11080
  this.service = new ServiceImpl(this);
11066
11081
  this.share = new ShareImpl(this);