@azure/storage-file-datalake 12.28.1-alpha.20251127.1 → 12.29.0-alpha.20251128.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.
Files changed (213) hide show
  1. package/dist/browser/DataLakeFileSystemClient.d.ts +2 -1
  2. package/dist/browser/DataLakeFileSystemClient.d.ts.map +1 -1
  3. package/dist/browser/DataLakeFileSystemClient.js +1 -0
  4. package/dist/browser/DataLakeFileSystemClient.js.map +1 -1
  5. package/dist/browser/clients.d.ts +2 -1
  6. package/dist/browser/clients.d.ts.map +1 -1
  7. package/dist/browser/clients.js.map +1 -1
  8. package/dist/browser/generated/src/models/index.d.ts +41 -19
  9. package/dist/browser/generated/src/models/index.d.ts.map +1 -1
  10. package/dist/browser/generated/src/models/index.js.map +1 -1
  11. package/dist/browser/generated/src/models/mappers.d.ts.map +1 -1
  12. package/dist/browser/generated/src/models/mappers.js +757 -715
  13. package/dist/browser/generated/src/models/mappers.js.map +1 -1
  14. package/dist/browser/generated/src/models/parameters.d.ts +3 -0
  15. package/dist/browser/generated/src/models/parameters.d.ts.map +1 -1
  16. package/dist/browser/generated/src/models/parameters.js +299 -269
  17. package/dist/browser/generated/src/models/parameters.js.map +1 -1
  18. package/dist/browser/generated/src/operations/fileSystemOperations.d.ts +2 -2
  19. package/dist/browser/generated/src/operations/fileSystemOperations.js +35 -34
  20. package/dist/browser/generated/src/operations/fileSystemOperations.js.map +1 -1
  21. package/dist/browser/generated/src/operations/pathOperations.d.ts +6 -6
  22. package/dist/browser/generated/src/operations/pathOperations.js +83 -79
  23. package/dist/browser/generated/src/operations/pathOperations.js.map +1 -1
  24. package/dist/browser/generated/src/operations/service.js +6 -6
  25. package/dist/browser/generated/src/operations/service.js.map +1 -1
  26. package/dist/browser/generated/src/operationsInterfaces/fileSystemOperations.d.ts +2 -2
  27. package/dist/browser/generated/src/operationsInterfaces/fileSystemOperations.js.map +1 -1
  28. package/dist/browser/generated/src/operationsInterfaces/pathOperations.d.ts +6 -6
  29. package/dist/browser/generated/src/operationsInterfaces/pathOperations.js.map +1 -1
  30. package/dist/browser/generated/src/operationsInterfaces/service.js.map +1 -1
  31. package/dist/browser/generated/src/storageClient.js +6 -6
  32. package/dist/browser/generated/src/storageClient.js.map +1 -1
  33. package/dist/browser/index-browser.d.mts.map +1 -1
  34. package/dist/browser/index-browser.mjs.map +1 -1
  35. package/dist/browser/index.d.ts +1 -0
  36. package/dist/browser/models.d.ts +7 -9
  37. package/dist/browser/models.d.ts.map +1 -1
  38. package/dist/browser/models.js.map +1 -1
  39. package/dist/browser/sas/DataLakeSASSignatureValues.d.ts +7 -1
  40. package/dist/browser/sas/DataLakeSASSignatureValues.d.ts.map +1 -1
  41. package/dist/browser/sas/DataLakeSASSignatureValues.js +3 -3
  42. package/dist/browser/sas/DataLakeSASSignatureValues.js.map +1 -1
  43. package/dist/browser/sas/SASQueryParameters.d.ts +14 -2
  44. package/dist/browser/sas/SASQueryParameters.d.ts.map +1 -1
  45. package/dist/browser/sas/SASQueryParameters.js +13 -1
  46. package/dist/browser/sas/SASQueryParameters.js.map +1 -1
  47. package/dist/browser/utils/constants.d.ts.map +1 -1
  48. package/dist/browser/utils/constants.js +2 -2
  49. package/dist/browser/utils/constants.js.map +1 -1
  50. package/dist/commonjs/DataLakeFileSystemClient.d.ts +2 -1
  51. package/dist/commonjs/DataLakeFileSystemClient.d.ts.map +1 -1
  52. package/dist/commonjs/DataLakeFileSystemClient.js +1 -0
  53. package/dist/commonjs/DataLakeFileSystemClient.js.map +1 -1
  54. package/dist/commonjs/clients.d.ts +2 -1
  55. package/dist/commonjs/clients.d.ts.map +1 -1
  56. package/dist/commonjs/clients.js.map +1 -1
  57. package/dist/commonjs/generated/src/models/index.d.ts +41 -19
  58. package/dist/commonjs/generated/src/models/index.d.ts.map +1 -1
  59. package/dist/commonjs/generated/src/models/index.js.map +1 -1
  60. package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -1
  61. package/dist/commonjs/generated/src/models/mappers.js +757 -715
  62. package/dist/commonjs/generated/src/models/mappers.js.map +1 -1
  63. package/dist/commonjs/generated/src/models/parameters.d.ts +3 -0
  64. package/dist/commonjs/generated/src/models/parameters.d.ts.map +1 -1
  65. package/dist/commonjs/generated/src/models/parameters.js +301 -271
  66. package/dist/commonjs/generated/src/models/parameters.js.map +1 -1
  67. package/dist/commonjs/generated/src/operations/fileSystemOperations.d.ts +2 -2
  68. package/dist/commonjs/generated/src/operations/fileSystemOperations.js +35 -34
  69. package/dist/commonjs/generated/src/operations/fileSystemOperations.js.map +1 -1
  70. package/dist/commonjs/generated/src/operations/pathOperations.d.ts +6 -6
  71. package/dist/commonjs/generated/src/operations/pathOperations.js +83 -79
  72. package/dist/commonjs/generated/src/operations/pathOperations.js.map +1 -1
  73. package/dist/commonjs/generated/src/operations/service.js +6 -6
  74. package/dist/commonjs/generated/src/operations/service.js.map +1 -1
  75. package/dist/commonjs/generated/src/operationsInterfaces/fileSystemOperations.d.ts +2 -2
  76. package/dist/commonjs/generated/src/operationsInterfaces/fileSystemOperations.js.map +1 -1
  77. package/dist/commonjs/generated/src/operationsInterfaces/pathOperations.d.ts +6 -6
  78. package/dist/commonjs/generated/src/operationsInterfaces/pathOperations.js.map +1 -1
  79. package/dist/commonjs/generated/src/operationsInterfaces/service.js.map +1 -1
  80. package/dist/commonjs/generated/src/storageClient.js +5 -5
  81. package/dist/commonjs/generated/src/storageClient.js.map +1 -1
  82. package/dist/commonjs/index.d.ts +1 -0
  83. package/dist/commonjs/index.d.ts.map +1 -1
  84. package/dist/commonjs/index.js.map +1 -1
  85. package/dist/commonjs/models.d.ts +7 -9
  86. package/dist/commonjs/models.d.ts.map +1 -1
  87. package/dist/commonjs/models.js.map +1 -1
  88. package/dist/commonjs/sas/DataLakeSASSignatureValues.d.ts +7 -1
  89. package/dist/commonjs/sas/DataLakeSASSignatureValues.d.ts.map +1 -1
  90. package/dist/commonjs/sas/DataLakeSASSignatureValues.js +4 -4
  91. package/dist/commonjs/sas/DataLakeSASSignatureValues.js.map +1 -1
  92. package/dist/commonjs/sas/SASQueryParameters.d.ts +14 -2
  93. package/dist/commonjs/sas/SASQueryParameters.d.ts.map +1 -1
  94. package/dist/commonjs/sas/SASQueryParameters.js +13 -1
  95. package/dist/commonjs/sas/SASQueryParameters.js.map +1 -1
  96. package/dist/commonjs/utils/constants.d.ts.map +1 -1
  97. package/dist/commonjs/utils/constants.js +2 -2
  98. package/dist/commonjs/utils/constants.js.map +1 -1
  99. package/dist/esm/DataLakeFileSystemClient.d.ts +2 -1
  100. package/dist/esm/DataLakeFileSystemClient.d.ts.map +1 -1
  101. package/dist/esm/DataLakeFileSystemClient.js +1 -0
  102. package/dist/esm/DataLakeFileSystemClient.js.map +1 -1
  103. package/dist/esm/clients.d.ts +2 -1
  104. package/dist/esm/clients.d.ts.map +1 -1
  105. package/dist/esm/clients.js.map +1 -1
  106. package/dist/esm/generated/src/models/index.d.ts +41 -19
  107. package/dist/esm/generated/src/models/index.d.ts.map +1 -1
  108. package/dist/esm/generated/src/models/index.js.map +1 -1
  109. package/dist/esm/generated/src/models/mappers.d.ts.map +1 -1
  110. package/dist/esm/generated/src/models/mappers.js +757 -715
  111. package/dist/esm/generated/src/models/mappers.js.map +1 -1
  112. package/dist/esm/generated/src/models/parameters.d.ts +3 -0
  113. package/dist/esm/generated/src/models/parameters.d.ts.map +1 -1
  114. package/dist/esm/generated/src/models/parameters.js +299 -269
  115. package/dist/esm/generated/src/models/parameters.js.map +1 -1
  116. package/dist/esm/generated/src/operations/fileSystemOperations.d.ts +2 -2
  117. package/dist/esm/generated/src/operations/fileSystemOperations.js +35 -34
  118. package/dist/esm/generated/src/operations/fileSystemOperations.js.map +1 -1
  119. package/dist/esm/generated/src/operations/pathOperations.d.ts +6 -6
  120. package/dist/esm/generated/src/operations/pathOperations.js +83 -79
  121. package/dist/esm/generated/src/operations/pathOperations.js.map +1 -1
  122. package/dist/esm/generated/src/operations/service.js +6 -6
  123. package/dist/esm/generated/src/operations/service.js.map +1 -1
  124. package/dist/esm/generated/src/operationsInterfaces/fileSystemOperations.d.ts +2 -2
  125. package/dist/esm/generated/src/operationsInterfaces/fileSystemOperations.js.map +1 -1
  126. package/dist/esm/generated/src/operationsInterfaces/pathOperations.d.ts +6 -6
  127. package/dist/esm/generated/src/operationsInterfaces/pathOperations.js.map +1 -1
  128. package/dist/esm/generated/src/operationsInterfaces/service.js.map +1 -1
  129. package/dist/esm/generated/src/storageClient.js +6 -6
  130. package/dist/esm/generated/src/storageClient.js.map +1 -1
  131. package/dist/esm/index.d.ts +1 -0
  132. package/dist/esm/index.d.ts.map +1 -1
  133. package/dist/esm/index.js.map +1 -1
  134. package/dist/esm/models.d.ts +7 -9
  135. package/dist/esm/models.d.ts.map +1 -1
  136. package/dist/esm/models.js.map +1 -1
  137. package/dist/esm/sas/DataLakeSASSignatureValues.d.ts +7 -1
  138. package/dist/esm/sas/DataLakeSASSignatureValues.d.ts.map +1 -1
  139. package/dist/esm/sas/DataLakeSASSignatureValues.js +3 -3
  140. package/dist/esm/sas/DataLakeSASSignatureValues.js.map +1 -1
  141. package/dist/esm/sas/SASQueryParameters.d.ts +14 -2
  142. package/dist/esm/sas/SASQueryParameters.d.ts.map +1 -1
  143. package/dist/esm/sas/SASQueryParameters.js +13 -1
  144. package/dist/esm/sas/SASQueryParameters.js.map +1 -1
  145. package/dist/esm/utils/constants.d.ts.map +1 -1
  146. package/dist/esm/utils/constants.js +2 -2
  147. package/dist/esm/utils/constants.js.map +1 -1
  148. package/dist/react-native/DataLakeFileSystemClient.d.ts +2 -1
  149. package/dist/react-native/DataLakeFileSystemClient.d.ts.map +1 -1
  150. package/dist/react-native/DataLakeFileSystemClient.js +1 -0
  151. package/dist/react-native/DataLakeFileSystemClient.js.map +1 -1
  152. package/dist/react-native/clients.d.ts +2 -1
  153. package/dist/react-native/clients.d.ts.map +1 -1
  154. package/dist/react-native/clients.js.map +1 -1
  155. package/dist/react-native/generated/src/models/index.d.ts +41 -19
  156. package/dist/react-native/generated/src/models/index.d.ts.map +1 -1
  157. package/dist/react-native/generated/src/models/index.js.map +1 -1
  158. package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -1
  159. package/dist/react-native/generated/src/models/mappers.js +757 -715
  160. package/dist/react-native/generated/src/models/mappers.js.map +1 -1
  161. package/dist/react-native/generated/src/models/parameters.d.ts +3 -0
  162. package/dist/react-native/generated/src/models/parameters.d.ts.map +1 -1
  163. package/dist/react-native/generated/src/models/parameters.js +299 -269
  164. package/dist/react-native/generated/src/models/parameters.js.map +1 -1
  165. package/dist/react-native/generated/src/operations/fileSystemOperations.d.ts +2 -2
  166. package/dist/react-native/generated/src/operations/fileSystemOperations.js +35 -34
  167. package/dist/react-native/generated/src/operations/fileSystemOperations.js.map +1 -1
  168. package/dist/react-native/generated/src/operations/pathOperations.d.ts +6 -6
  169. package/dist/react-native/generated/src/operations/pathOperations.js +83 -79
  170. package/dist/react-native/generated/src/operations/pathOperations.js.map +1 -1
  171. package/dist/react-native/generated/src/operations/service.js +6 -6
  172. package/dist/react-native/generated/src/operations/service.js.map +1 -1
  173. package/dist/react-native/generated/src/operationsInterfaces/fileSystemOperations.d.ts +2 -2
  174. package/dist/react-native/generated/src/operationsInterfaces/fileSystemOperations.js.map +1 -1
  175. package/dist/react-native/generated/src/operationsInterfaces/pathOperations.d.ts +6 -6
  176. package/dist/react-native/generated/src/operationsInterfaces/pathOperations.js.map +1 -1
  177. package/dist/react-native/generated/src/operationsInterfaces/service.js.map +1 -1
  178. package/dist/react-native/generated/src/storageClient.js +6 -6
  179. package/dist/react-native/generated/src/storageClient.js.map +1 -1
  180. package/dist/react-native/index.d.ts +1 -0
  181. package/dist/react-native/index.d.ts.map +1 -1
  182. package/dist/react-native/index.js.map +1 -1
  183. package/dist/react-native/models.d.ts +7 -9
  184. package/dist/react-native/models.d.ts.map +1 -1
  185. package/dist/react-native/models.js.map +1 -1
  186. package/dist/react-native/sas/DataLakeSASSignatureValues.d.ts +7 -1
  187. package/dist/react-native/sas/DataLakeSASSignatureValues.d.ts.map +1 -1
  188. package/dist/react-native/sas/DataLakeSASSignatureValues.js +3 -3
  189. package/dist/react-native/sas/DataLakeSASSignatureValues.js.map +1 -1
  190. package/dist/react-native/sas/SASQueryParameters.d.ts +14 -2
  191. package/dist/react-native/sas/SASQueryParameters.d.ts.map +1 -1
  192. package/dist/react-native/sas/SASQueryParameters.js +13 -1
  193. package/dist/react-native/sas/SASQueryParameters.js.map +1 -1
  194. package/dist/react-native/utils/constants.d.ts.map +1 -1
  195. package/dist/react-native/utils/constants.js +2 -2
  196. package/dist/react-native/utils/constants.js.map +1 -1
  197. package/package.json +4 -4
  198. package/dist/browser/credentials/UserDelegationKeyCredential-browser.d.mts.map +0 -1
  199. package/dist/browser/credentials/UserDelegationKeyCredential-browser.mjs.map +0 -1
  200. package/dist/browser/credentials/UserDelegationKeyCredential.d.ts +0 -3
  201. package/dist/browser/credentials/UserDelegationKeyCredential.js +0 -5
  202. package/dist/commonjs/credentials/UserDelegationKeyCredential.d.ts +0 -34
  203. package/dist/commonjs/credentials/UserDelegationKeyCredential.d.ts.map +0 -1
  204. package/dist/commonjs/credentials/UserDelegationKeyCredential.js +0 -47
  205. package/dist/commonjs/credentials/UserDelegationKeyCredential.js.map +0 -1
  206. package/dist/esm/credentials/UserDelegationKeyCredential.d.ts +0 -34
  207. package/dist/esm/credentials/UserDelegationKeyCredential.d.ts.map +0 -1
  208. package/dist/esm/credentials/UserDelegationKeyCredential.js +0 -43
  209. package/dist/esm/credentials/UserDelegationKeyCredential.js.map +0 -1
  210. package/dist/react-native/credentials/UserDelegationKeyCredential.d.ts +0 -34
  211. package/dist/react-native/credentials/UserDelegationKeyCredential.d.ts.map +0 -1
  212. package/dist/react-native/credentials/UserDelegationKeyCredential.js +0 -43
  213. package/dist/react-native/credentials/UserDelegationKeyCredential.js.map +0 -1
@@ -12,9 +12,9 @@ export const accept = {
12
12
  isConstant: true,
13
13
  serializedName: "Accept",
14
14
  type: {
15
- name: "String"
16
- }
17
- }
15
+ name: "String",
16
+ },
17
+ },
18
18
  };
19
19
  export const url = {
20
20
  parameterPath: "url",
@@ -23,10 +23,10 @@ export const url = {
23
23
  required: true,
24
24
  xmlName: "url",
25
25
  type: {
26
- name: "String"
27
- }
26
+ name: "String",
27
+ },
28
28
  },
29
- skipEncoding: true
29
+ skipEncoding: true,
30
30
  };
31
31
  export const resource = {
32
32
  parameterPath: "resource",
@@ -35,9 +35,9 @@ export const resource = {
35
35
  isConstant: true,
36
36
  serializedName: "resource",
37
37
  type: {
38
- name: "String"
39
- }
40
- }
38
+ name: "String",
39
+ },
40
+ },
41
41
  };
42
42
  export const prefix = {
43
43
  parameterPath: ["options", "prefix"],
@@ -45,9 +45,9 @@ export const prefix = {
45
45
  serializedName: "prefix",
46
46
  xmlName: "prefix",
47
47
  type: {
48
- name: "String"
49
- }
50
- }
48
+ name: "String",
49
+ },
50
+ },
51
51
  };
52
52
  export const continuation = {
53
53
  parameterPath: ["options", "continuation"],
@@ -55,22 +55,22 @@ export const continuation = {
55
55
  serializedName: "continuation",
56
56
  xmlName: "continuation",
57
57
  type: {
58
- name: "String"
59
- }
60
- }
58
+ name: "String",
59
+ },
60
+ },
61
61
  };
62
62
  export const maxResults = {
63
63
  parameterPath: ["options", "maxResults"],
64
64
  mapper: {
65
65
  constraints: {
66
- InclusiveMinimum: 1
66
+ InclusiveMinimum: 1,
67
67
  },
68
68
  serializedName: "maxResults",
69
69
  xmlName: "maxResults",
70
70
  type: {
71
- name: "Number"
72
- }
73
- }
71
+ name: "Number",
72
+ },
73
+ },
74
74
  };
75
75
  export const requestId = {
76
76
  parameterPath: ["options", "requestId"],
@@ -78,33 +78,33 @@ export const requestId = {
78
78
  serializedName: "x-ms-client-request-id",
79
79
  xmlName: "x-ms-client-request-id",
80
80
  type: {
81
- name: "String"
82
- }
83
- }
81
+ name: "String",
82
+ },
83
+ },
84
84
  };
85
85
  export const timeout = {
86
86
  parameterPath: ["options", "timeout"],
87
87
  mapper: {
88
88
  constraints: {
89
- InclusiveMinimum: 0
89
+ InclusiveMinimum: 0,
90
90
  },
91
91
  serializedName: "timeout",
92
92
  xmlName: "timeout",
93
93
  type: {
94
- name: "Number"
95
- }
96
- }
94
+ name: "Number",
95
+ },
96
+ },
97
97
  };
98
98
  export const version = {
99
99
  parameterPath: "version",
100
100
  mapper: {
101
- defaultValue: "2025-11-05",
101
+ defaultValue: "2026-02-06",
102
102
  isConstant: true,
103
103
  serializedName: "x-ms-version",
104
104
  type: {
105
- name: "String"
106
- }
107
- }
105
+ name: "String",
106
+ },
107
+ },
108
108
  };
109
109
  export const resource1 = {
110
110
  parameterPath: "resource",
@@ -113,9 +113,9 @@ export const resource1 = {
113
113
  isConstant: true,
114
114
  serializedName: "resource",
115
115
  type: {
116
- name: "String"
117
- }
118
- }
116
+ name: "String",
117
+ },
118
+ },
119
119
  };
120
120
  export const properties = {
121
121
  parameterPath: ["options", "properties"],
@@ -123,9 +123,9 @@ export const properties = {
123
123
  serializedName: "x-ms-properties",
124
124
  xmlName: "x-ms-properties",
125
125
  type: {
126
- name: "String"
127
- }
128
- }
126
+ name: "String",
127
+ },
128
+ },
129
129
  };
130
130
  export const ifModifiedSince = {
131
131
  parameterPath: ["options", "modifiedAccessConditions", "ifModifiedSince"],
@@ -133,9 +133,9 @@ export const ifModifiedSince = {
133
133
  serializedName: "If-Modified-Since",
134
134
  xmlName: "If-Modified-Since",
135
135
  type: {
136
- name: "DateTimeRfc1123"
137
- }
138
- }
136
+ name: "DateTimeRfc1123",
137
+ },
138
+ },
139
139
  };
140
140
  export const ifUnmodifiedSince = {
141
141
  parameterPath: ["options", "modifiedAccessConditions", "ifUnmodifiedSince"],
@@ -143,9 +143,9 @@ export const ifUnmodifiedSince = {
143
143
  serializedName: "If-Unmodified-Since",
144
144
  xmlName: "If-Unmodified-Since",
145
145
  type: {
146
- name: "DateTimeRfc1123"
147
- }
148
- }
146
+ name: "DateTimeRfc1123",
147
+ },
148
+ },
149
149
  };
150
150
  export const path = {
151
151
  parameterPath: ["options", "path"],
@@ -153,9 +153,9 @@ export const path = {
153
153
  serializedName: "directory",
154
154
  xmlName: "directory",
155
155
  type: {
156
- name: "String"
157
- }
158
- }
156
+ name: "String",
157
+ },
158
+ },
159
159
  };
160
160
  export const recursive = {
161
161
  parameterPath: "recursive",
@@ -164,9 +164,9 @@ export const recursive = {
164
164
  required: true,
165
165
  xmlName: "recursive",
166
166
  type: {
167
- name: "Boolean"
168
- }
169
- }
167
+ name: "Boolean",
168
+ },
169
+ },
170
170
  };
171
171
  export const upn = {
172
172
  parameterPath: ["options", "upn"],
@@ -174,9 +174,19 @@ export const upn = {
174
174
  serializedName: "upn",
175
175
  xmlName: "upn",
176
176
  type: {
177
- name: "Boolean"
178
- }
179
- }
177
+ name: "Boolean",
178
+ },
179
+ },
180
+ };
181
+ export const beginFrom = {
182
+ parameterPath: ["options", "beginFrom"],
183
+ mapper: {
184
+ serializedName: "beginFrom",
185
+ xmlName: "beginFrom",
186
+ type: {
187
+ name: "String",
188
+ },
189
+ },
180
190
  };
181
191
  export const accept1 = {
182
192
  parameterPath: "accept",
@@ -185,9 +195,9 @@ export const accept1 = {
185
195
  isConstant: true,
186
196
  serializedName: "Accept",
187
197
  type: {
188
- name: "String"
189
- }
190
- }
198
+ name: "String",
199
+ },
200
+ },
191
201
  };
192
202
  export const restype = {
193
203
  parameterPath: "restype",
@@ -196,9 +206,9 @@ export const restype = {
196
206
  isConstant: true,
197
207
  serializedName: "restype",
198
208
  type: {
199
- name: "String"
200
- }
201
- }
209
+ name: "String",
210
+ },
211
+ },
202
212
  };
203
213
  export const comp = {
204
214
  parameterPath: "comp",
@@ -207,9 +217,9 @@ export const comp = {
207
217
  isConstant: true,
208
218
  serializedName: "comp",
209
219
  type: {
210
- name: "String"
211
- }
212
- }
220
+ name: "String",
221
+ },
222
+ },
213
223
  };
214
224
  export const delimiter = {
215
225
  parameterPath: ["options", "delimiter"],
@@ -217,9 +227,9 @@ export const delimiter = {
217
227
  serializedName: "delimiter",
218
228
  xmlName: "delimiter",
219
229
  type: {
220
- name: "String"
221
- }
222
- }
230
+ name: "String",
231
+ },
232
+ },
223
233
  };
224
234
  export const marker = {
225
235
  parameterPath: ["options", "marker"],
@@ -227,9 +237,9 @@ export const marker = {
227
237
  serializedName: "marker",
228
238
  xmlName: "marker",
229
239
  type: {
230
- name: "String"
231
- }
232
- }
240
+ name: "String",
241
+ },
242
+ },
233
243
  };
234
244
  export const include = {
235
245
  parameterPath: ["options", "include"],
@@ -249,13 +259,13 @@ export const include = {
249
259
  "snapshots",
250
260
  "uncommittedblobs",
251
261
  "versions",
252
- "tags"
253
- ]
254
- }
255
- }
256
- }
262
+ "tags",
263
+ ],
264
+ },
265
+ },
266
+ },
257
267
  },
258
- collectionFormat: "CSV"
268
+ collectionFormat: "CSV",
259
269
  };
260
270
  export const showonly = {
261
271
  parameterPath: ["options", "showonly"],
@@ -264,9 +274,9 @@ export const showonly = {
264
274
  isConstant: true,
265
275
  serializedName: "showonly",
266
276
  type: {
267
- name: "String"
268
- }
269
- }
277
+ name: "String",
278
+ },
279
+ },
270
280
  };
271
281
  export const resource2 = {
272
282
  parameterPath: ["options", "resource"],
@@ -275,9 +285,9 @@ export const resource2 = {
275
285
  xmlName: "resource",
276
286
  type: {
277
287
  name: "Enum",
278
- allowedValues: ["directory", "file"]
279
- }
280
- }
288
+ allowedValues: ["directory", "file"],
289
+ },
290
+ },
281
291
  };
282
292
  export const mode = {
283
293
  parameterPath: ["options", "mode"],
@@ -286,9 +296,9 @@ export const mode = {
286
296
  xmlName: "mode",
287
297
  type: {
288
298
  name: "Enum",
289
- allowedValues: ["legacy", "posix"]
290
- }
291
- }
299
+ allowedValues: ["legacy", "posix"],
300
+ },
301
+ },
292
302
  };
293
303
  export const cacheControl = {
294
304
  parameterPath: ["options", "pathHttpHeaders", "cacheControl"],
@@ -296,9 +306,9 @@ export const cacheControl = {
296
306
  serializedName: "x-ms-cache-control",
297
307
  xmlName: "x-ms-cache-control",
298
308
  type: {
299
- name: "String"
300
- }
301
- }
309
+ name: "String",
310
+ },
311
+ },
302
312
  };
303
313
  export const contentEncoding = {
304
314
  parameterPath: ["options", "pathHttpHeaders", "contentEncoding"],
@@ -306,9 +316,9 @@ export const contentEncoding = {
306
316
  serializedName: "x-ms-content-encoding",
307
317
  xmlName: "x-ms-content-encoding",
308
318
  type: {
309
- name: "String"
310
- }
311
- }
319
+ name: "String",
320
+ },
321
+ },
312
322
  };
313
323
  export const contentLanguage = {
314
324
  parameterPath: ["options", "pathHttpHeaders", "contentLanguage"],
@@ -316,9 +326,9 @@ export const contentLanguage = {
316
326
  serializedName: "x-ms-content-language",
317
327
  xmlName: "x-ms-content-language",
318
328
  type: {
319
- name: "String"
320
- }
321
- }
329
+ name: "String",
330
+ },
331
+ },
322
332
  };
323
333
  export const contentDisposition = {
324
334
  parameterPath: ["options", "pathHttpHeaders", "contentDisposition"],
@@ -326,9 +336,9 @@ export const contentDisposition = {
326
336
  serializedName: "x-ms-content-disposition",
327
337
  xmlName: "x-ms-content-disposition",
328
338
  type: {
329
- name: "String"
330
- }
331
- }
339
+ name: "String",
340
+ },
341
+ },
332
342
  };
333
343
  export const contentType = {
334
344
  parameterPath: ["options", "pathHttpHeaders", "contentType"],
@@ -336,9 +346,9 @@ export const contentType = {
336
346
  serializedName: "x-ms-content-type",
337
347
  xmlName: "x-ms-content-type",
338
348
  type: {
339
- name: "String"
340
- }
341
- }
349
+ name: "String",
350
+ },
351
+ },
342
352
  };
343
353
  export const renameSource = {
344
354
  parameterPath: ["options", "renameSource"],
@@ -346,9 +356,9 @@ export const renameSource = {
346
356
  serializedName: "x-ms-rename-source",
347
357
  xmlName: "x-ms-rename-source",
348
358
  type: {
349
- name: "String"
350
- }
351
- }
359
+ name: "String",
360
+ },
361
+ },
352
362
  };
353
363
  export const leaseId = {
354
364
  parameterPath: ["options", "leaseAccessConditions", "leaseId"],
@@ -356,9 +366,9 @@ export const leaseId = {
356
366
  serializedName: "x-ms-lease-id",
357
367
  xmlName: "x-ms-lease-id",
358
368
  type: {
359
- name: "String"
360
- }
361
- }
369
+ name: "String",
370
+ },
371
+ },
362
372
  };
363
373
  export const sourceLeaseId = {
364
374
  parameterPath: ["options", "sourceLeaseId"],
@@ -366,9 +376,9 @@ export const sourceLeaseId = {
366
376
  serializedName: "x-ms-source-lease-id",
367
377
  xmlName: "x-ms-source-lease-id",
368
378
  type: {
369
- name: "String"
370
- }
371
- }
379
+ name: "String",
380
+ },
381
+ },
372
382
  };
373
383
  export const permissions = {
374
384
  parameterPath: ["options", "permissions"],
@@ -376,9 +386,9 @@ export const permissions = {
376
386
  serializedName: "x-ms-permissions",
377
387
  xmlName: "x-ms-permissions",
378
388
  type: {
379
- name: "String"
380
- }
381
- }
389
+ name: "String",
390
+ },
391
+ },
382
392
  };
383
393
  export const umask = {
384
394
  parameterPath: ["options", "umask"],
@@ -386,9 +396,9 @@ export const umask = {
386
396
  serializedName: "x-ms-umask",
387
397
  xmlName: "x-ms-umask",
388
398
  type: {
389
- name: "String"
390
- }
391
- }
399
+ name: "String",
400
+ },
401
+ },
392
402
  };
393
403
  export const ifMatch = {
394
404
  parameterPath: ["options", "modifiedAccessConditions", "ifMatch"],
@@ -396,9 +406,9 @@ export const ifMatch = {
396
406
  serializedName: "If-Match",
397
407
  xmlName: "If-Match",
398
408
  type: {
399
- name: "String"
400
- }
401
- }
409
+ name: "String",
410
+ },
411
+ },
402
412
  };
403
413
  export const ifNoneMatch = {
404
414
  parameterPath: ["options", "modifiedAccessConditions", "ifNoneMatch"],
@@ -406,9 +416,9 @@ export const ifNoneMatch = {
406
416
  serializedName: "If-None-Match",
407
417
  xmlName: "If-None-Match",
408
418
  type: {
409
- name: "String"
410
- }
411
- }
419
+ name: "String",
420
+ },
421
+ },
412
422
  };
413
423
  export const sourceIfMatch = {
414
424
  parameterPath: ["options", "sourceModifiedAccessConditions", "sourceIfMatch"],
@@ -416,51 +426,51 @@ export const sourceIfMatch = {
416
426
  serializedName: "x-ms-source-if-match",
417
427
  xmlName: "x-ms-source-if-match",
418
428
  type: {
419
- name: "String"
420
- }
421
- }
429
+ name: "String",
430
+ },
431
+ },
422
432
  };
423
433
  export const sourceIfNoneMatch = {
424
434
  parameterPath: [
425
435
  "options",
426
436
  "sourceModifiedAccessConditions",
427
- "sourceIfNoneMatch"
437
+ "sourceIfNoneMatch",
428
438
  ],
429
439
  mapper: {
430
440
  serializedName: "x-ms-source-if-none-match",
431
441
  xmlName: "x-ms-source-if-none-match",
432
442
  type: {
433
- name: "String"
434
- }
435
- }
443
+ name: "String",
444
+ },
445
+ },
436
446
  };
437
447
  export const sourceIfModifiedSince = {
438
448
  parameterPath: [
439
449
  "options",
440
450
  "sourceModifiedAccessConditions",
441
- "sourceIfModifiedSince"
451
+ "sourceIfModifiedSince",
442
452
  ],
443
453
  mapper: {
444
454
  serializedName: "x-ms-source-if-modified-since",
445
455
  xmlName: "x-ms-source-if-modified-since",
446
456
  type: {
447
- name: "DateTimeRfc1123"
448
- }
449
- }
457
+ name: "DateTimeRfc1123",
458
+ },
459
+ },
450
460
  };
451
461
  export const sourceIfUnmodifiedSince = {
452
462
  parameterPath: [
453
463
  "options",
454
464
  "sourceModifiedAccessConditions",
455
- "sourceIfUnmodifiedSince"
465
+ "sourceIfUnmodifiedSince",
456
466
  ],
457
467
  mapper: {
458
468
  serializedName: "x-ms-source-if-unmodified-since",
459
469
  xmlName: "x-ms-source-if-unmodified-since",
460
470
  type: {
461
- name: "DateTimeRfc1123"
462
- }
463
- }
471
+ name: "DateTimeRfc1123",
472
+ },
473
+ },
464
474
  };
465
475
  export const encryptionKey = {
466
476
  parameterPath: ["options", "cpkInfo", "encryptionKey"],
@@ -468,9 +478,9 @@ export const encryptionKey = {
468
478
  serializedName: "x-ms-encryption-key",
469
479
  xmlName: "x-ms-encryption-key",
470
480
  type: {
471
- name: "String"
472
- }
473
- }
481
+ name: "String",
482
+ },
483
+ },
474
484
  };
475
485
  export const encryptionKeySha256 = {
476
486
  parameterPath: ["options", "cpkInfo", "encryptionKeySha256"],
@@ -478,9 +488,9 @@ export const encryptionKeySha256 = {
478
488
  serializedName: "x-ms-encryption-key-sha256",
479
489
  xmlName: "x-ms-encryption-key-sha256",
480
490
  type: {
481
- name: "String"
482
- }
483
- }
491
+ name: "String",
492
+ },
493
+ },
484
494
  };
485
495
  export const encryptionAlgorithm = {
486
496
  parameterPath: ["options", "cpkInfo", "encryptionAlgorithm"],
@@ -488,9 +498,9 @@ export const encryptionAlgorithm = {
488
498
  serializedName: "x-ms-encryption-algorithm",
489
499
  xmlName: "x-ms-encryption-algorithm",
490
500
  type: {
491
- name: "String"
492
- }
493
- }
501
+ name: "String",
502
+ },
503
+ },
494
504
  };
495
505
  export const owner = {
496
506
  parameterPath: ["options", "owner"],
@@ -498,9 +508,9 @@ export const owner = {
498
508
  serializedName: "x-ms-owner",
499
509
  xmlName: "x-ms-owner",
500
510
  type: {
501
- name: "String"
502
- }
503
- }
511
+ name: "String",
512
+ },
513
+ },
504
514
  };
505
515
  export const group = {
506
516
  parameterPath: ["options", "group"],
@@ -508,9 +518,9 @@ export const group = {
508
518
  serializedName: "x-ms-group",
509
519
  xmlName: "x-ms-group",
510
520
  type: {
511
- name: "String"
512
- }
513
- }
521
+ name: "String",
522
+ },
523
+ },
514
524
  };
515
525
  export const acl = {
516
526
  parameterPath: ["options", "acl"],
@@ -518,9 +528,9 @@ export const acl = {
518
528
  serializedName: "x-ms-acl",
519
529
  xmlName: "x-ms-acl",
520
530
  type: {
521
- name: "String"
522
- }
523
- }
531
+ name: "String",
532
+ },
533
+ },
524
534
  };
525
535
  export const proposedLeaseId = {
526
536
  parameterPath: ["options", "proposedLeaseId"],
@@ -528,9 +538,9 @@ export const proposedLeaseId = {
528
538
  serializedName: "x-ms-proposed-lease-id",
529
539
  xmlName: "x-ms-proposed-lease-id",
530
540
  type: {
531
- name: "String"
532
- }
533
- }
541
+ name: "String",
542
+ },
543
+ },
534
544
  };
535
545
  export const leaseDuration = {
536
546
  parameterPath: ["options", "leaseDuration"],
@@ -538,9 +548,9 @@ export const leaseDuration = {
538
548
  serializedName: "x-ms-lease-duration",
539
549
  xmlName: "x-ms-lease-duration",
540
550
  type: {
541
- name: "Number"
542
- }
543
- }
551
+ name: "Number",
552
+ },
553
+ },
544
554
  };
545
555
  export const expiryOptions = {
546
556
  parameterPath: ["options", "expiryOptions"],
@@ -553,10 +563,10 @@ export const expiryOptions = {
553
563
  "NeverExpire",
554
564
  "RelativeToCreation",
555
565
  "RelativeToNow",
556
- "Absolute"
557
- ]
558
- }
559
- }
566
+ "Absolute",
567
+ ],
568
+ },
569
+ },
560
570
  };
561
571
  export const expiresOn = {
562
572
  parameterPath: ["options", "expiresOn"],
@@ -564,9 +574,9 @@ export const expiresOn = {
564
574
  serializedName: "x-ms-expiry-time",
565
575
  xmlName: "x-ms-expiry-time",
566
576
  type: {
567
- name: "String"
568
- }
569
- }
577
+ name: "String",
578
+ },
579
+ },
570
580
  };
571
581
  export const encryptionContext = {
572
582
  parameterPath: ["options", "encryptionContext"],
@@ -574,9 +584,9 @@ export const encryptionContext = {
574
584
  serializedName: "x-ms-encryption-context",
575
585
  xmlName: "x-ms-encryption-context",
576
586
  type: {
577
- name: "String"
578
- }
579
- }
587
+ name: "String",
588
+ },
589
+ },
580
590
  };
581
591
  export const contentType1 = {
582
592
  parameterPath: ["options", "contentType"],
@@ -585,9 +595,9 @@ export const contentType1 = {
585
595
  isConstant: true,
586
596
  serializedName: "Content-Type",
587
597
  type: {
588
- name: "String"
589
- }
590
- }
598
+ name: "String",
599
+ },
600
+ },
591
601
  };
592
602
  export const body = {
593
603
  parameterPath: "body",
@@ -596,9 +606,9 @@ export const body = {
596
606
  required: true,
597
607
  xmlName: "body",
598
608
  type: {
599
- name: "Stream"
600
- }
601
- }
609
+ name: "Stream",
610
+ },
611
+ },
602
612
  };
603
613
  export const accept2 = {
604
614
  parameterPath: "accept",
@@ -607,9 +617,9 @@ export const accept2 = {
607
617
  isConstant: true,
608
618
  serializedName: "Accept",
609
619
  type: {
610
- name: "String"
611
- }
612
- }
620
+ name: "String",
621
+ },
622
+ },
613
623
  };
614
624
  export const action = {
615
625
  parameterPath: "action",
@@ -624,23 +634,23 @@ export const action = {
624
634
  "flush",
625
635
  "setProperties",
626
636
  "setAccessControl",
627
- "setAccessControlRecursive"
628
- ]
629
- }
630
- }
637
+ "setAccessControlRecursive",
638
+ ],
639
+ },
640
+ },
631
641
  };
632
642
  export const maxRecords = {
633
643
  parameterPath: ["options", "maxRecords"],
634
644
  mapper: {
635
645
  constraints: {
636
- InclusiveMinimum: 1
646
+ InclusiveMinimum: 1,
637
647
  },
638
648
  serializedName: "maxRecords",
639
649
  xmlName: "maxRecords",
640
650
  type: {
641
- name: "Number"
642
- }
643
- }
651
+ name: "Number",
652
+ },
653
+ },
644
654
  };
645
655
  export const mode1 = {
646
656
  parameterPath: "mode",
@@ -650,9 +660,9 @@ export const mode1 = {
650
660
  xmlName: "mode",
651
661
  type: {
652
662
  name: "Enum",
653
- allowedValues: ["set", "modify", "remove"]
654
- }
655
- }
663
+ allowedValues: ["set", "modify", "remove"],
664
+ },
665
+ },
656
666
  };
657
667
  export const forceFlag = {
658
668
  parameterPath: ["options", "forceFlag"],
@@ -660,9 +670,9 @@ export const forceFlag = {
660
670
  serializedName: "forceFlag",
661
671
  xmlName: "forceFlag",
662
672
  type: {
663
- name: "Boolean"
664
- }
665
- }
673
+ name: "Boolean",
674
+ },
675
+ },
666
676
  };
667
677
  export const position = {
668
678
  parameterPath: ["options", "position"],
@@ -670,9 +680,9 @@ export const position = {
670
680
  serializedName: "position",
671
681
  xmlName: "position",
672
682
  type: {
673
- name: "Number"
674
- }
675
- }
683
+ name: "Number",
684
+ },
685
+ },
676
686
  };
677
687
  export const retainUncommittedData = {
678
688
  parameterPath: ["options", "retainUncommittedData"],
@@ -680,9 +690,9 @@ export const retainUncommittedData = {
680
690
  serializedName: "retainUncommittedData",
681
691
  xmlName: "retainUncommittedData",
682
692
  type: {
683
- name: "Boolean"
684
- }
685
- }
693
+ name: "Boolean",
694
+ },
695
+ },
686
696
  };
687
697
  export const close = {
688
698
  parameterPath: ["options", "close"],
@@ -690,22 +700,22 @@ export const close = {
690
700
  serializedName: "close",
691
701
  xmlName: "close",
692
702
  type: {
693
- name: "Boolean"
694
- }
695
- }
703
+ name: "Boolean",
704
+ },
705
+ },
696
706
  };
697
707
  export const contentLength = {
698
708
  parameterPath: ["options", "contentLength"],
699
709
  mapper: {
700
710
  constraints: {
701
- InclusiveMinimum: 0
711
+ InclusiveMinimum: 0,
702
712
  },
703
713
  serializedName: "Content-Length",
704
714
  xmlName: "Content-Length",
705
715
  type: {
706
- name: "Number"
707
- }
708
- }
716
+ name: "Number",
717
+ },
718
+ },
709
719
  };
710
720
  export const contentMD5 = {
711
721
  parameterPath: ["options", "pathHttpHeaders", "contentMD5"],
@@ -713,9 +723,29 @@ export const contentMD5 = {
713
723
  serializedName: "x-ms-content-md5",
714
724
  xmlName: "x-ms-content-md5",
715
725
  type: {
716
- name: "ByteArray"
717
- }
718
- }
726
+ name: "ByteArray",
727
+ },
728
+ },
729
+ };
730
+ export const structuredBodyType = {
731
+ parameterPath: ["options", "structuredBodyType"],
732
+ mapper: {
733
+ serializedName: "x-ms-structured-body",
734
+ xmlName: "x-ms-structured-body",
735
+ type: {
736
+ name: "String",
737
+ },
738
+ },
739
+ };
740
+ export const structuredContentLength = {
741
+ parameterPath: ["options", "structuredContentLength"],
742
+ mapper: {
743
+ serializedName: "x-ms-structured-content-length",
744
+ xmlName: "x-ms-structured-content-length",
745
+ type: {
746
+ name: "Number",
747
+ },
748
+ },
719
749
  };
720
750
  export const xMsLeaseAction = {
721
751
  parameterPath: "xMsLeaseAction",
@@ -725,9 +755,9 @@ export const xMsLeaseAction = {
725
755
  xmlName: "x-ms-lease-action",
726
756
  type: {
727
757
  name: "Enum",
728
- allowedValues: ["acquire", "break", "change", "renew", "release"]
729
- }
730
- }
758
+ allowedValues: ["acquire", "break", "change", "renew", "release"],
759
+ },
760
+ },
731
761
  };
732
762
  export const xMsLeaseDuration = {
733
763
  parameterPath: "xMsLeaseDuration",
@@ -735,9 +765,9 @@ export const xMsLeaseDuration = {
735
765
  serializedName: "x-ms-lease-duration",
736
766
  xmlName: "x-ms-lease-duration",
737
767
  type: {
738
- name: "Number"
739
- }
740
- }
768
+ name: "Number",
769
+ },
770
+ },
741
771
  };
742
772
  export const xMsLeaseBreakPeriod = {
743
773
  parameterPath: ["options", "xMsLeaseBreakPeriod"],
@@ -745,9 +775,9 @@ export const xMsLeaseBreakPeriod = {
745
775
  serializedName: "x-ms-lease-break-period",
746
776
  xmlName: "x-ms-lease-break-period",
747
777
  type: {
748
- name: "Number"
749
- }
750
- }
778
+ name: "Number",
779
+ },
780
+ },
751
781
  };
752
782
  export const range = {
753
783
  parameterPath: ["options", "range"],
@@ -755,9 +785,9 @@ export const range = {
755
785
  serializedName: "Range",
756
786
  xmlName: "Range",
757
787
  type: {
758
- name: "String"
759
- }
760
- }
788
+ name: "String",
789
+ },
790
+ },
761
791
  };
762
792
  export const xMsRangeGetContentMd5 = {
763
793
  parameterPath: ["options", "xMsRangeGetContentMd5"],
@@ -765,9 +795,9 @@ export const xMsRangeGetContentMd5 = {
765
795
  serializedName: "x-ms-range-get-content-md5",
766
796
  xmlName: "x-ms-range-get-content-md5",
767
797
  type: {
768
- name: "Boolean"
769
- }
770
- }
798
+ name: "Boolean",
799
+ },
800
+ },
771
801
  };
772
802
  export const action1 = {
773
803
  parameterPath: ["options", "action"],
@@ -776,9 +806,9 @@ export const action1 = {
776
806
  xmlName: "action",
777
807
  type: {
778
808
  name: "Enum",
779
- allowedValues: ["getAccessControl", "getStatus"]
780
- }
781
- }
809
+ allowedValues: ["getAccessControl", "getStatus"],
810
+ },
811
+ },
782
812
  };
783
813
  export const recursive1 = {
784
814
  parameterPath: ["options", "recursive"],
@@ -786,9 +816,9 @@ export const recursive1 = {
786
816
  serializedName: "recursive",
787
817
  xmlName: "recursive",
788
818
  type: {
789
- name: "Boolean"
790
- }
791
- }
819
+ name: "Boolean",
820
+ },
821
+ },
792
822
  };
793
823
  export const paginated = {
794
824
  parameterPath: ["options", "paginated"],
@@ -796,9 +826,9 @@ export const paginated = {
796
826
  serializedName: "paginated",
797
827
  xmlName: "paginated",
798
828
  type: {
799
- name: "Boolean"
800
- }
801
- }
829
+ name: "Boolean",
830
+ },
831
+ },
802
832
  };
803
833
  export const action2 = {
804
834
  parameterPath: "action",
@@ -807,9 +837,9 @@ export const action2 = {
807
837
  isConstant: true,
808
838
  serializedName: "action",
809
839
  type: {
810
- name: "String"
811
- }
812
- }
840
+ name: "String",
841
+ },
842
+ },
813
843
  };
814
844
  export const action3 = {
815
845
  parameterPath: "action",
@@ -818,9 +848,9 @@ export const action3 = {
818
848
  isConstant: true,
819
849
  serializedName: "action",
820
850
  type: {
821
- name: "String"
822
- }
823
- }
851
+ name: "String",
852
+ },
853
+ },
824
854
  };
825
855
  export const action4 = {
826
856
  parameterPath: "action",
@@ -829,9 +859,9 @@ export const action4 = {
829
859
  isConstant: true,
830
860
  serializedName: "action",
831
861
  type: {
832
- name: "String"
833
- }
834
- }
862
+ name: "String",
863
+ },
864
+ },
835
865
  };
836
866
  export const leaseAction = {
837
867
  parameterPath: ["options", "leaseAction"],
@@ -840,9 +870,9 @@ export const leaseAction = {
840
870
  xmlName: "x-ms-lease-action",
841
871
  type: {
842
872
  name: "Enum",
843
- allowedValues: ["acquire", "auto-renew", "release", "acquire-release"]
844
- }
845
- }
873
+ allowedValues: ["acquire", "auto-renew", "release", "acquire-release"],
874
+ },
875
+ },
846
876
  };
847
877
  export const contentType2 = {
848
878
  parameterPath: ["options", "contentType"],
@@ -851,9 +881,9 @@ export const contentType2 = {
851
881
  isConstant: true,
852
882
  serializedName: "Content-Type",
853
883
  type: {
854
- name: "String"
855
- }
856
- }
884
+ name: "String",
885
+ },
886
+ },
857
887
  };
858
888
  export const action5 = {
859
889
  parameterPath: "action",
@@ -862,9 +892,9 @@ export const action5 = {
862
892
  isConstant: true,
863
893
  serializedName: "action",
864
894
  type: {
865
- name: "String"
866
- }
867
- }
895
+ name: "String",
896
+ },
897
+ },
868
898
  };
869
899
  export const transactionalContentHash = {
870
900
  parameterPath: ["options", "pathHttpHeaders", "transactionalContentHash"],
@@ -872,9 +902,9 @@ export const transactionalContentHash = {
872
902
  serializedName: "Content-MD5",
873
903
  xmlName: "Content-MD5",
874
904
  type: {
875
- name: "ByteArray"
876
- }
877
- }
905
+ name: "ByteArray",
906
+ },
907
+ },
878
908
  };
879
909
  export const transactionalContentCrc64 = {
880
910
  parameterPath: ["options", "transactionalContentCrc64"],
@@ -882,9 +912,9 @@ export const transactionalContentCrc64 = {
882
912
  serializedName: "x-ms-content-crc64",
883
913
  xmlName: "x-ms-content-crc64",
884
914
  type: {
885
- name: "ByteArray"
886
- }
887
- }
915
+ name: "ByteArray",
916
+ },
917
+ },
888
918
  };
889
919
  export const flush = {
890
920
  parameterPath: ["options", "flush"],
@@ -892,9 +922,9 @@ export const flush = {
892
922
  serializedName: "flush",
893
923
  xmlName: "flush",
894
924
  type: {
895
- name: "Boolean"
896
- }
897
- }
925
+ name: "Boolean",
926
+ },
927
+ },
898
928
  };
899
929
  export const comp1 = {
900
930
  parameterPath: "comp",
@@ -903,9 +933,9 @@ export const comp1 = {
903
933
  isConstant: true,
904
934
  serializedName: "comp",
905
935
  type: {
906
- name: "String"
907
- }
908
- }
936
+ name: "String",
937
+ },
938
+ },
909
939
  };
910
940
  export const expiryOptions1 = {
911
941
  parameterPath: "expiryOptions",
@@ -919,10 +949,10 @@ export const expiryOptions1 = {
919
949
  "NeverExpire",
920
950
  "RelativeToCreation",
921
951
  "RelativeToNow",
922
- "Absolute"
923
- ]
924
- }
925
- }
952
+ "Absolute",
953
+ ],
954
+ },
955
+ },
926
956
  };
927
957
  export const comp2 = {
928
958
  parameterPath: "comp",
@@ -931,9 +961,9 @@ export const comp2 = {
931
961
  isConstant: true,
932
962
  serializedName: "comp",
933
963
  type: {
934
- name: "String"
935
- }
936
- }
964
+ name: "String",
965
+ },
966
+ },
937
967
  };
938
968
  export const undeleteSource = {
939
969
  parameterPath: ["options", "undeleteSource"],
@@ -941,8 +971,8 @@ export const undeleteSource = {
941
971
  serializedName: "x-ms-undelete-source",
942
972
  xmlName: "x-ms-undelete-source",
943
973
  type: {
944
- name: "String"
945
- }
946
- }
974
+ name: "String",
975
+ },
976
+ },
947
977
  };
948
978
  //# sourceMappingURL=parameters.js.map