@azure/storage-blob 12.28.0-beta.2 → 12.29.0-beta.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.
Files changed (288) hide show
  1. package/dist/browser/BatchResponseParser.js +1 -1
  2. package/dist/browser/BatchResponseParser.js.map +1 -1
  3. package/dist/browser/BlobBatch.d.ts +8 -8
  4. package/dist/browser/BlobBatch.js +1 -1
  5. package/dist/browser/BlobBatch.js.map +1 -1
  6. package/dist/browser/BlobBatchClient.d.ts +10 -10
  7. package/dist/browser/BlobBatchClient.js +2 -2
  8. package/dist/browser/BlobBatchClient.js.map +1 -1
  9. package/dist/browser/BlobLeaseClient.d.ts +10 -10
  10. package/dist/browser/BlobLeaseClient.js +10 -10
  11. package/dist/browser/BlobLeaseClient.js.map +1 -1
  12. package/dist/browser/BlobServiceClient.d.ts +11 -11
  13. package/dist/browser/BlobServiceClient.js +11 -11
  14. package/dist/browser/BlobServiceClient.js.map +1 -1
  15. package/dist/browser/Clients.d.ts +36 -36
  16. package/dist/browser/Clients.js +23 -23
  17. package/dist/browser/Clients.js.map +1 -1
  18. package/dist/browser/ContainerClient.d.ts +16 -16
  19. package/dist/browser/ContainerClient.js +15 -15
  20. package/dist/browser/ContainerClient.js.map +1 -1
  21. package/dist/browser/Pipeline.d.ts.map +1 -1
  22. package/dist/browser/Pipeline.js +2 -1
  23. package/dist/browser/Pipeline.js.map +1 -1
  24. package/dist/browser/Range.d.ts +1 -1
  25. package/dist/browser/Range.js.map +1 -1
  26. package/dist/browser/StorageRetryPolicyFactory.d.ts +2 -2
  27. package/dist/browser/StorageRetryPolicyFactory.js.map +1 -1
  28. package/dist/browser/generated/src/models/index.d.ts +97 -82
  29. package/dist/browser/generated/src/models/index.d.ts.map +1 -1
  30. package/dist/browser/generated/src/models/index.js.map +1 -1
  31. package/dist/browser/generated/src/models/mappers.d.ts.map +1 -1
  32. package/dist/browser/generated/src/models/mappers.js +105 -0
  33. package/dist/browser/generated/src/models/mappers.js.map +1 -1
  34. package/dist/browser/generated/src/models/parameters.js +1 -1
  35. package/dist/browser/generated/src/models/parameters.js.map +1 -1
  36. package/dist/browser/generated/src/storageClient.js +2 -2
  37. package/dist/browser/generated/src/storageClient.js.map +1 -1
  38. package/dist/browser/policies/StorageRetryPolicy.d.ts.map +1 -1
  39. package/dist/browser/policies/StorageRetryPolicy.js +15 -16
  40. package/dist/browser/policies/StorageRetryPolicy.js.map +1 -1
  41. package/dist/browser/policies/StorageRetryPolicyV2.d.ts.map +1 -1
  42. package/dist/browser/policies/StorageRetryPolicyV2.js +15 -16
  43. package/dist/browser/policies/StorageRetryPolicyV2.js.map +1 -1
  44. package/dist/browser/policies/StorageSharedKeyCredentialPolicy.d.ts +1 -1
  45. package/dist/browser/policies/StorageSharedKeyCredentialPolicy.js +2 -2
  46. package/dist/browser/policies/StorageSharedKeyCredentialPolicy.js.map +1 -1
  47. package/dist/browser/sas/AccountSASPermissions.d.ts +1 -1
  48. package/dist/browser/sas/AccountSASPermissions.js +2 -2
  49. package/dist/browser/sas/AccountSASPermissions.js.map +1 -1
  50. package/dist/browser/sas/AccountSASResourceTypes.d.ts +1 -1
  51. package/dist/browser/sas/AccountSASResourceTypes.js +1 -1
  52. package/dist/browser/sas/AccountSASResourceTypes.js.map +1 -1
  53. package/dist/browser/sas/AccountSASSignatureValues.d.ts +3 -3
  54. package/dist/browser/sas/AccountSASSignatureValues.js +1 -1
  55. package/dist/browser/sas/AccountSASSignatureValues.js.map +1 -1
  56. package/dist/browser/sas/BlobSASSignatureValues.d.ts +1 -1
  57. package/dist/browser/sas/BlobSASSignatureValues.js +1 -1
  58. package/dist/browser/sas/BlobSASSignatureValues.js.map +1 -1
  59. package/dist/browser/sas/ContainerSASPermissions.d.ts +1 -1
  60. package/dist/browser/sas/ContainerSASPermissions.js +1 -1
  61. package/dist/browser/sas/ContainerSASPermissions.js.map +1 -1
  62. package/dist/browser/sas/SASQueryParameters.d.ts +2 -2
  63. package/dist/browser/sas/SASQueryParameters.js.map +1 -1
  64. package/dist/browser/utils/constants.js +2 -2
  65. package/dist/browser/utils/constants.js.map +1 -1
  66. package/dist/browser/utils/utils.common.d.ts +2 -2
  67. package/dist/browser/utils/utils.common.js +3 -3
  68. package/dist/browser/utils/utils.common.js.map +1 -1
  69. package/dist/commonjs/BatchResponseParser.js +1 -1
  70. package/dist/commonjs/BatchResponseParser.js.map +1 -1
  71. package/dist/commonjs/BlobBatch.d.ts +8 -8
  72. package/dist/commonjs/BlobBatch.js +1 -1
  73. package/dist/commonjs/BlobBatch.js.map +1 -1
  74. package/dist/commonjs/BlobBatchClient.d.ts +10 -10
  75. package/dist/commonjs/BlobBatchClient.js +2 -2
  76. package/dist/commonjs/BlobBatchClient.js.map +1 -1
  77. package/dist/commonjs/BlobLeaseClient.d.ts +10 -10
  78. package/dist/commonjs/BlobLeaseClient.js +10 -10
  79. package/dist/commonjs/BlobLeaseClient.js.map +1 -1
  80. package/dist/commonjs/BlobServiceClient.d.ts +11 -11
  81. package/dist/commonjs/BlobServiceClient.js +11 -11
  82. package/dist/commonjs/BlobServiceClient.js.map +1 -1
  83. package/dist/commonjs/Clients.d.ts +36 -36
  84. package/dist/commonjs/Clients.js +23 -23
  85. package/dist/commonjs/Clients.js.map +1 -1
  86. package/dist/commonjs/ContainerClient.d.ts +16 -16
  87. package/dist/commonjs/ContainerClient.js +15 -15
  88. package/dist/commonjs/ContainerClient.js.map +1 -1
  89. package/dist/commonjs/Pipeline.d.ts.map +1 -1
  90. package/dist/commonjs/Pipeline.js +1 -0
  91. package/dist/commonjs/Pipeline.js.map +1 -1
  92. package/dist/commonjs/Range.d.ts +1 -1
  93. package/dist/commonjs/Range.js.map +1 -1
  94. package/dist/commonjs/StorageRetryPolicyFactory.d.ts +2 -2
  95. package/dist/commonjs/StorageRetryPolicyFactory.js.map +1 -1
  96. package/dist/commonjs/credentials/UserDelegationKeyCredential.d.ts +1 -1
  97. package/dist/commonjs/credentials/UserDelegationKeyCredential.js +1 -1
  98. package/dist/commonjs/credentials/UserDelegationKeyCredential.js.map +1 -1
  99. package/dist/commonjs/generated/src/models/index.d.ts +97 -82
  100. package/dist/commonjs/generated/src/models/index.d.ts.map +1 -1
  101. package/dist/commonjs/generated/src/models/index.js.map +1 -1
  102. package/dist/commonjs/generated/src/models/mappers.d.ts.map +1 -1
  103. package/dist/commonjs/generated/src/models/mappers.js +105 -0
  104. package/dist/commonjs/generated/src/models/mappers.js.map +1 -1
  105. package/dist/commonjs/generated/src/models/parameters.js +1 -1
  106. package/dist/commonjs/generated/src/models/parameters.js.map +1 -1
  107. package/dist/commonjs/generated/src/storageClient.js +2 -2
  108. package/dist/commonjs/generated/src/storageClient.js.map +1 -1
  109. package/dist/commonjs/policies/StorageRetryPolicy.d.ts.map +1 -1
  110. package/dist/commonjs/policies/StorageRetryPolicy.js +14 -15
  111. package/dist/commonjs/policies/StorageRetryPolicy.js.map +1 -1
  112. package/dist/commonjs/policies/StorageRetryPolicyV2.d.ts.map +1 -1
  113. package/dist/commonjs/policies/StorageRetryPolicyV2.js +14 -15
  114. package/dist/commonjs/policies/StorageRetryPolicyV2.js.map +1 -1
  115. package/dist/commonjs/policies/StorageSharedKeyCredentialPolicy.d.ts +1 -1
  116. package/dist/commonjs/policies/StorageSharedKeyCredentialPolicy.js +2 -2
  117. package/dist/commonjs/policies/StorageSharedKeyCredentialPolicy.js.map +1 -1
  118. package/dist/commonjs/policies/StorageSharedKeyCredentialPolicyV2.js +2 -2
  119. package/dist/commonjs/policies/StorageSharedKeyCredentialPolicyV2.js.map +1 -1
  120. package/dist/commonjs/sas/AccountSASPermissions.d.ts +1 -1
  121. package/dist/commonjs/sas/AccountSASPermissions.js +2 -2
  122. package/dist/commonjs/sas/AccountSASPermissions.js.map +1 -1
  123. package/dist/commonjs/sas/AccountSASResourceTypes.d.ts +1 -1
  124. package/dist/commonjs/sas/AccountSASResourceTypes.js +1 -1
  125. package/dist/commonjs/sas/AccountSASResourceTypes.js.map +1 -1
  126. package/dist/commonjs/sas/AccountSASSignatureValues.d.ts +3 -3
  127. package/dist/commonjs/sas/AccountSASSignatureValues.js +1 -1
  128. package/dist/commonjs/sas/AccountSASSignatureValues.js.map +1 -1
  129. package/dist/commonjs/sas/BlobSASSignatureValues.d.ts +1 -1
  130. package/dist/commonjs/sas/BlobSASSignatureValues.js +1 -1
  131. package/dist/commonjs/sas/BlobSASSignatureValues.js.map +1 -1
  132. package/dist/commonjs/sas/ContainerSASPermissions.d.ts +1 -1
  133. package/dist/commonjs/sas/ContainerSASPermissions.js +1 -1
  134. package/dist/commonjs/sas/ContainerSASPermissions.js.map +1 -1
  135. package/dist/commonjs/sas/SASQueryParameters.d.ts +2 -2
  136. package/dist/commonjs/sas/SASQueryParameters.js.map +1 -1
  137. package/dist/commonjs/utils/constants.js +2 -2
  138. package/dist/commonjs/utils/constants.js.map +1 -1
  139. package/dist/commonjs/utils/utils.common.d.ts +2 -2
  140. package/dist/commonjs/utils/utils.common.js +3 -3
  141. package/dist/commonjs/utils/utils.common.js.map +1 -1
  142. package/dist/esm/BatchResponseParser.js +1 -1
  143. package/dist/esm/BatchResponseParser.js.map +1 -1
  144. package/dist/esm/BlobBatch.d.ts +8 -8
  145. package/dist/esm/BlobBatch.js +1 -1
  146. package/dist/esm/BlobBatch.js.map +1 -1
  147. package/dist/esm/BlobBatchClient.d.ts +10 -10
  148. package/dist/esm/BlobBatchClient.js +2 -2
  149. package/dist/esm/BlobBatchClient.js.map +1 -1
  150. package/dist/esm/BlobLeaseClient.d.ts +10 -10
  151. package/dist/esm/BlobLeaseClient.js +10 -10
  152. package/dist/esm/BlobLeaseClient.js.map +1 -1
  153. package/dist/esm/BlobServiceClient.d.ts +11 -11
  154. package/dist/esm/BlobServiceClient.js +11 -11
  155. package/dist/esm/BlobServiceClient.js.map +1 -1
  156. package/dist/esm/Clients.d.ts +36 -36
  157. package/dist/esm/Clients.js +23 -23
  158. package/dist/esm/Clients.js.map +1 -1
  159. package/dist/esm/ContainerClient.d.ts +16 -16
  160. package/dist/esm/ContainerClient.js +15 -15
  161. package/dist/esm/ContainerClient.js.map +1 -1
  162. package/dist/esm/Pipeline.d.ts.map +1 -1
  163. package/dist/esm/Pipeline.js +2 -1
  164. package/dist/esm/Pipeline.js.map +1 -1
  165. package/dist/esm/Range.d.ts +1 -1
  166. package/dist/esm/Range.js.map +1 -1
  167. package/dist/esm/StorageRetryPolicyFactory.d.ts +2 -2
  168. package/dist/esm/StorageRetryPolicyFactory.js.map +1 -1
  169. package/dist/esm/credentials/UserDelegationKeyCredential.d.ts +1 -1
  170. package/dist/esm/credentials/UserDelegationKeyCredential.js +1 -1
  171. package/dist/esm/credentials/UserDelegationKeyCredential.js.map +1 -1
  172. package/dist/esm/generated/src/models/index.d.ts +97 -82
  173. package/dist/esm/generated/src/models/index.d.ts.map +1 -1
  174. package/dist/esm/generated/src/models/index.js.map +1 -1
  175. package/dist/esm/generated/src/models/mappers.d.ts.map +1 -1
  176. package/dist/esm/generated/src/models/mappers.js +105 -0
  177. package/dist/esm/generated/src/models/mappers.js.map +1 -1
  178. package/dist/esm/generated/src/models/parameters.js +1 -1
  179. package/dist/esm/generated/src/models/parameters.js.map +1 -1
  180. package/dist/esm/generated/src/storageClient.js +2 -2
  181. package/dist/esm/generated/src/storageClient.js.map +1 -1
  182. package/dist/esm/policies/StorageRetryPolicy.d.ts.map +1 -1
  183. package/dist/esm/policies/StorageRetryPolicy.js +15 -16
  184. package/dist/esm/policies/StorageRetryPolicy.js.map +1 -1
  185. package/dist/esm/policies/StorageRetryPolicyV2.d.ts.map +1 -1
  186. package/dist/esm/policies/StorageRetryPolicyV2.js +15 -16
  187. package/dist/esm/policies/StorageRetryPolicyV2.js.map +1 -1
  188. package/dist/esm/policies/StorageSharedKeyCredentialPolicy.d.ts +1 -1
  189. package/dist/esm/policies/StorageSharedKeyCredentialPolicy.js +2 -2
  190. package/dist/esm/policies/StorageSharedKeyCredentialPolicy.js.map +1 -1
  191. package/dist/esm/policies/StorageSharedKeyCredentialPolicyV2.js +2 -2
  192. package/dist/esm/policies/StorageSharedKeyCredentialPolicyV2.js.map +1 -1
  193. package/dist/esm/sas/AccountSASPermissions.d.ts +1 -1
  194. package/dist/esm/sas/AccountSASPermissions.js +2 -2
  195. package/dist/esm/sas/AccountSASPermissions.js.map +1 -1
  196. package/dist/esm/sas/AccountSASResourceTypes.d.ts +1 -1
  197. package/dist/esm/sas/AccountSASResourceTypes.js +1 -1
  198. package/dist/esm/sas/AccountSASResourceTypes.js.map +1 -1
  199. package/dist/esm/sas/AccountSASSignatureValues.d.ts +3 -3
  200. package/dist/esm/sas/AccountSASSignatureValues.js +1 -1
  201. package/dist/esm/sas/AccountSASSignatureValues.js.map +1 -1
  202. package/dist/esm/sas/BlobSASSignatureValues.d.ts +1 -1
  203. package/dist/esm/sas/BlobSASSignatureValues.js +1 -1
  204. package/dist/esm/sas/BlobSASSignatureValues.js.map +1 -1
  205. package/dist/esm/sas/ContainerSASPermissions.d.ts +1 -1
  206. package/dist/esm/sas/ContainerSASPermissions.js +1 -1
  207. package/dist/esm/sas/ContainerSASPermissions.js.map +1 -1
  208. package/dist/esm/sas/SASQueryParameters.d.ts +2 -2
  209. package/dist/esm/sas/SASQueryParameters.js.map +1 -1
  210. package/dist/esm/utils/constants.js +2 -2
  211. package/dist/esm/utils/constants.js.map +1 -1
  212. package/dist/esm/utils/utils.common.d.ts +2 -2
  213. package/dist/esm/utils/utils.common.js +3 -3
  214. package/dist/esm/utils/utils.common.js.map +1 -1
  215. package/dist/react-native/BatchResponseParser.js +1 -1
  216. package/dist/react-native/BatchResponseParser.js.map +1 -1
  217. package/dist/react-native/BlobBatch.d.ts +8 -8
  218. package/dist/react-native/BlobBatch.js +1 -1
  219. package/dist/react-native/BlobBatch.js.map +1 -1
  220. package/dist/react-native/BlobBatchClient.d.ts +10 -10
  221. package/dist/react-native/BlobBatchClient.js +2 -2
  222. package/dist/react-native/BlobBatchClient.js.map +1 -1
  223. package/dist/react-native/BlobLeaseClient.d.ts +10 -10
  224. package/dist/react-native/BlobLeaseClient.js +10 -10
  225. package/dist/react-native/BlobLeaseClient.js.map +1 -1
  226. package/dist/react-native/BlobServiceClient.d.ts +11 -11
  227. package/dist/react-native/BlobServiceClient.js +11 -11
  228. package/dist/react-native/BlobServiceClient.js.map +1 -1
  229. package/dist/react-native/Clients.d.ts +36 -36
  230. package/dist/react-native/Clients.js +23 -23
  231. package/dist/react-native/Clients.js.map +1 -1
  232. package/dist/react-native/ContainerClient.d.ts +16 -16
  233. package/dist/react-native/ContainerClient.js +15 -15
  234. package/dist/react-native/ContainerClient.js.map +1 -1
  235. package/dist/react-native/Pipeline.d.ts.map +1 -1
  236. package/dist/react-native/Pipeline.js +2 -1
  237. package/dist/react-native/Pipeline.js.map +1 -1
  238. package/dist/react-native/Range.d.ts +1 -1
  239. package/dist/react-native/Range.js.map +1 -1
  240. package/dist/react-native/StorageRetryPolicyFactory.d.ts +2 -2
  241. package/dist/react-native/StorageRetryPolicyFactory.js.map +1 -1
  242. package/dist/react-native/credentials/UserDelegationKeyCredential.d.ts +1 -1
  243. package/dist/react-native/credentials/UserDelegationKeyCredential.js +1 -1
  244. package/dist/react-native/credentials/UserDelegationKeyCredential.js.map +1 -1
  245. package/dist/react-native/generated/src/models/index.d.ts +97 -82
  246. package/dist/react-native/generated/src/models/index.d.ts.map +1 -1
  247. package/dist/react-native/generated/src/models/index.js.map +1 -1
  248. package/dist/react-native/generated/src/models/mappers.d.ts.map +1 -1
  249. package/dist/react-native/generated/src/models/mappers.js +105 -0
  250. package/dist/react-native/generated/src/models/mappers.js.map +1 -1
  251. package/dist/react-native/generated/src/models/parameters.js +1 -1
  252. package/dist/react-native/generated/src/models/parameters.js.map +1 -1
  253. package/dist/react-native/generated/src/storageClient.js +2 -2
  254. package/dist/react-native/generated/src/storageClient.js.map +1 -1
  255. package/dist/react-native/policies/StorageRetryPolicy.d.ts.map +1 -1
  256. package/dist/react-native/policies/StorageRetryPolicy.js +15 -16
  257. package/dist/react-native/policies/StorageRetryPolicy.js.map +1 -1
  258. package/dist/react-native/policies/StorageRetryPolicyV2.d.ts.map +1 -1
  259. package/dist/react-native/policies/StorageRetryPolicyV2.js +15 -16
  260. package/dist/react-native/policies/StorageRetryPolicyV2.js.map +1 -1
  261. package/dist/react-native/policies/StorageSharedKeyCredentialPolicy.d.ts +1 -1
  262. package/dist/react-native/policies/StorageSharedKeyCredentialPolicy.js +2 -2
  263. package/dist/react-native/policies/StorageSharedKeyCredentialPolicy.js.map +1 -1
  264. package/dist/react-native/policies/StorageSharedKeyCredentialPolicyV2.js +2 -2
  265. package/dist/react-native/policies/StorageSharedKeyCredentialPolicyV2.js.map +1 -1
  266. package/dist/react-native/sas/AccountSASPermissions.d.ts +1 -1
  267. package/dist/react-native/sas/AccountSASPermissions.js +2 -2
  268. package/dist/react-native/sas/AccountSASPermissions.js.map +1 -1
  269. package/dist/react-native/sas/AccountSASResourceTypes.d.ts +1 -1
  270. package/dist/react-native/sas/AccountSASResourceTypes.js +1 -1
  271. package/dist/react-native/sas/AccountSASResourceTypes.js.map +1 -1
  272. package/dist/react-native/sas/AccountSASSignatureValues.d.ts +3 -3
  273. package/dist/react-native/sas/AccountSASSignatureValues.js +1 -1
  274. package/dist/react-native/sas/AccountSASSignatureValues.js.map +1 -1
  275. package/dist/react-native/sas/BlobSASSignatureValues.d.ts +1 -1
  276. package/dist/react-native/sas/BlobSASSignatureValues.js +1 -1
  277. package/dist/react-native/sas/BlobSASSignatureValues.js.map +1 -1
  278. package/dist/react-native/sas/ContainerSASPermissions.d.ts +1 -1
  279. package/dist/react-native/sas/ContainerSASPermissions.js +1 -1
  280. package/dist/react-native/sas/ContainerSASPermissions.js.map +1 -1
  281. package/dist/react-native/sas/SASQueryParameters.d.ts +2 -2
  282. package/dist/react-native/sas/SASQueryParameters.js.map +1 -1
  283. package/dist/react-native/utils/constants.js +2 -2
  284. package/dist/react-native/utils/constants.js.map +1 -1
  285. package/dist/react-native/utils/utils.common.d.ts +2 -2
  286. package/dist/react-native/utils/utils.common.js +3 -3
  287. package/dist/react-native/utils/utils.common.js.map +1 -1
  288. package/package.json +4 -4
@@ -375,12 +375,12 @@ export interface BlobStartCopyFromURLOptions extends CommonOptions {
375
375
  sourceConditions?: ModifiedAccessConditions;
376
376
  /**
377
377
  * Access tier.
378
- * More Details - https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers
378
+ * More Details - https://learn.microsoft.com/azure/storage/blobs/storage-blob-storage-tiers
379
379
  */
380
380
  tier?: BlockBlobTier | PremiumPageBlobTier | string;
381
381
  /**
382
382
  * Rehydrate Priority - possible values include 'High', 'Standard'.
383
- * More Details - https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-rehydration#rehydrate-an-archived-blob-to-an-online-tier
383
+ * More Details - https://learn.microsoft.com/azure/storage/blobs/storage-blob-rehydration#rehydrate-an-archived-blob-to-an-online-tier
384
384
  */
385
385
  rehydratePriority?: RehydratePriority;
386
386
  /**
@@ -442,7 +442,7 @@ export interface BlobSyncCopyFromURLOptions extends CommonOptions {
442
442
  sourceConditions?: MatchConditions & ModificationConditions;
443
443
  /**
444
444
  * Access tier.
445
- * More Details - https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers
445
+ * More Details - https://learn.microsoft.com/azure/storage/blobs/storage-blob-storage-tiers
446
446
  */
447
447
  tier?: BlockBlobTier | PremiumPageBlobTier | string;
448
448
  /**
@@ -498,7 +498,7 @@ export interface BlobSetTierOptions extends CommonOptions {
498
498
  conditions?: LeaseAccessConditions & TagConditions;
499
499
  /**
500
500
  * Rehydrate Priority - possible values include 'High', 'Standard'.
501
- * More Details - https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-rehydration#rehydrate-an-archived-blob-to-an-online-tier
501
+ * More Details - https://learn.microsoft.com/azure/storage/blobs/storage-blob-rehydration#rehydrate-an-archived-blob-to-an-online-tier
502
502
  */
503
503
  rehydratePriority?: RehydratePriority;
504
504
  }
@@ -598,7 +598,7 @@ export interface CommonGenerateSasUrlOptions {
598
598
  /**
599
599
  * Optional. The name of the access policy on the container this SAS references if any.
600
600
  *
601
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/establishing-a-stored-access-policy
601
+ * @see https://learn.microsoft.com/rest/api/storageservices/establishing-a-stored-access-policy
602
602
  */
603
603
  identifier?: string;
604
604
  /**
@@ -781,7 +781,7 @@ export declare class BlobClient extends StorageClient {
781
781
  * * In Node.js, data returns in a Readable stream readableStreamBody
782
782
  * * In browsers, data returns in a promise blobBody
783
783
  *
784
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/get-blob
784
+ * @see https://learn.microsoft.com/rest/api/storageservices/get-blob
785
785
  *
786
786
  * @param offset - From which position of the blob to download, greater than or equal to 0
787
787
  * @param count - How much data to be downloaded, greater than 0. Will download to the end when undefined
@@ -869,7 +869,7 @@ export declare class BlobClient extends StorageClient {
869
869
  /**
870
870
  * Returns all user-defined metadata, standard HTTP properties, and system properties
871
871
  * for the blob. It does not return the content of the blob.
872
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/get-blob-properties
872
+ * @see https://learn.microsoft.com/rest/api/storageservices/get-blob-properties
873
873
  *
874
874
  * WARNING: The `metadata` object returned in the response will have its keys in lowercase, even if
875
875
  * they originally contained uppercase characters. This differs from the metadata keys returned by
@@ -884,7 +884,7 @@ export declare class BlobClient extends StorageClient {
884
884
  * during garbage collection. Note that in order to delete a blob, you must delete
885
885
  * all of its snapshots. You can delete both at the same time with the Delete
886
886
  * Blob operation.
887
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/delete-blob
887
+ * @see https://learn.microsoft.com/rest/api/storageservices/delete-blob
888
888
  *
889
889
  * @param options - Optional options to Blob Delete operation.
890
890
  */
@@ -894,7 +894,7 @@ export declare class BlobClient extends StorageClient {
894
894
  * during garbage collection. Note that in order to delete a blob, you must delete
895
895
  * all of its snapshots. You can delete both at the same time with the Delete
896
896
  * Blob operation.
897
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/delete-blob
897
+ * @see https://learn.microsoft.com/rest/api/storageservices/delete-blob
898
898
  *
899
899
  * @param options - Optional options to Blob Delete operation.
900
900
  */
@@ -903,7 +903,7 @@ export declare class BlobClient extends StorageClient {
903
903
  * Restores the contents and metadata of soft deleted blob and any associated
904
904
  * soft deleted snapshots. Undelete Blob is supported only on version 2017-07-29
905
905
  * or later.
906
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/undelete-blob
906
+ * @see https://learn.microsoft.com/rest/api/storageservices/undelete-blob
907
907
  *
908
908
  * @param options - Optional options to Blob Undelete operation.
909
909
  */
@@ -913,7 +913,7 @@ export declare class BlobClient extends StorageClient {
913
913
  *
914
914
  * If no value provided, or no value provided for the specified blob HTTP headers,
915
915
  * these blob HTTP headers without a value will be cleared.
916
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/set-blob-properties
916
+ * @see https://learn.microsoft.com/rest/api/storageservices/set-blob-properties
917
917
  *
918
918
  * @param blobHTTPHeaders - If no value provided, or no value provided for
919
919
  * the specified blob HTTP headers, these blob HTTP
@@ -929,7 +929,7 @@ export declare class BlobClient extends StorageClient {
929
929
  *
930
930
  * If no option provided, or no metadata defined in the parameter, the blob
931
931
  * metadata will be removed.
932
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/set-blob-metadata
932
+ * @see https://learn.microsoft.com/rest/api/storageservices/set-blob-metadata
933
933
  *
934
934
  * @param metadata - Replace existing metadata with this value.
935
935
  * If no value provided the existing metadata will be removed.
@@ -961,7 +961,7 @@ export declare class BlobClient extends StorageClient {
961
961
  getBlobLeaseClient(proposeLeaseId?: string): BlobLeaseClient;
962
962
  /**
963
963
  * Creates a read-only snapshot of a blob.
964
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/snapshot-blob
964
+ * @see https://learn.microsoft.com/rest/api/storageservices/snapshot-blob
965
965
  *
966
966
  * @param options - Optional options to the Blob Create Snapshot operation.
967
967
  */
@@ -980,7 +980,7 @@ export declare class BlobClient extends StorageClient {
980
980
  * an Azure file in any Azure storage account.
981
981
  * Only storage accounts created on or after June 7th, 2012 allow the Copy Blob
982
982
  * operation to copy from another storage account.
983
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/copy-blob
983
+ * @see https://learn.microsoft.com/rest/api/storageservices/copy-blob
984
984
  *
985
985
  * ```ts snippet:ClientsBeginCopyFromURL
986
986
  * import { BlobServiceClient } from "@azure/storage-blob";
@@ -1043,7 +1043,7 @@ export declare class BlobClient extends StorageClient {
1043
1043
  /**
1044
1044
  * Aborts a pending asynchronous Copy Blob operation, and leaves a destination blob with zero
1045
1045
  * length and full metadata. Version 2012-02-12 and newer.
1046
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/abort-copy-blob
1046
+ * @see https://learn.microsoft.com/rest/api/storageservices/abort-copy-blob
1047
1047
  *
1048
1048
  * @param copyId - Id of the Copy From URL operation.
1049
1049
  * @param options - Optional options to the Blob Abort Copy From URL operation.
@@ -1052,7 +1052,7 @@ export declare class BlobClient extends StorageClient {
1052
1052
  /**
1053
1053
  * The synchronous Copy From URL operation copies a blob or an internet resource to a new blob. It will not
1054
1054
  * return a response until the copy is complete.
1055
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/copy-blob-from-url
1055
+ * @see https://learn.microsoft.com/rest/api/storageservices/copy-blob-from-url
1056
1056
  *
1057
1057
  * @param copySource - The source URL to copy from, Shared Access Signature(SAS) maybe needed for authentication
1058
1058
  * @param options -
@@ -1064,7 +1064,7 @@ export declare class BlobClient extends StorageClient {
1064
1064
  * storage only). A premium page blob's tier determines the allowed size, IOPS,
1065
1065
  * and bandwidth of the blob. A block blob's tier determines Hot/Cool/Archive
1066
1066
  * storage type. This operation does not update the blob's ETag.
1067
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/set-blob-tier
1067
+ * @see https://learn.microsoft.com/rest/api/storageservices/set-blob-tier
1068
1068
  *
1069
1069
  * @param tier - The tier to be set on the blob. Valid values are Hot, Cool, or Archive.
1070
1070
  * @param options - Optional options to the Blob Set Tier operation.
@@ -1127,7 +1127,7 @@ export declare class BlobClient extends StorageClient {
1127
1127
  * an Azure file in any Azure storage account.
1128
1128
  * Only storage accounts created on or after June 7th, 2012 allow the Copy Blob
1129
1129
  * operation to copy from another storage account.
1130
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/copy-blob
1130
+ * @see https://learn.microsoft.com/rest/api/storageservices/copy-blob
1131
1131
  *
1132
1132
  * @param copySource - url to the source Azure Blob/File.
1133
1133
  * @param options - Optional options to the Blob Start Copy From URL operation.
@@ -1139,7 +1139,7 @@ export declare class BlobClient extends StorageClient {
1139
1139
  * Generates a Blob Service Shared Access Signature (SAS) URI based on the client properties
1140
1140
  * and parameters passed in. The SAS is signed by the shared key credential of the client.
1141
1141
  *
1142
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/constructing-a-service-sas
1142
+ * @see https://learn.microsoft.com/rest/api/storageservices/constructing-a-service-sas
1143
1143
  *
1144
1144
  * @param options - Optional parameters.
1145
1145
  * @returns The SAS URI consisting of the URI to the resource represented by this client, followed by the generated SAS token.
@@ -1151,7 +1151,7 @@ export declare class BlobClient extends StorageClient {
1151
1151
  * Generates string to sign for a Blob Service Shared Access Signature (SAS) URI based on
1152
1152
  * the client properties and parameters passed in. The SAS is signed by the shared key credential of the client.
1153
1153
  *
1154
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/constructing-a-service-sas
1154
+ * @see https://learn.microsoft.com/rest/api/storageservices/constructing-a-service-sas
1155
1155
  *
1156
1156
  * @param options - Optional parameters.
1157
1157
  * @returns The SAS URI consisting of the URI to the resource represented by this client, followed by the generated SAS token.
@@ -1162,7 +1162,7 @@ export declare class BlobClient extends StorageClient {
1162
1162
  * Generates a Blob Service Shared Access Signature (SAS) URI based on
1163
1163
  * the client properties and parameters passed in. The SAS is signed by the input user delegation key.
1164
1164
  *
1165
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/constructing-a-service-sas
1165
+ * @see https://learn.microsoft.com/rest/api/storageservices/constructing-a-service-sas
1166
1166
  *
1167
1167
  * @param options - Optional parameters.
1168
1168
  * @param userDelegationKey - Return value of `blobServiceClient.getUserDelegationKey()`
@@ -1175,7 +1175,7 @@ export declare class BlobClient extends StorageClient {
1175
1175
  * Generates string to sign for a Blob Service Shared Access Signature (SAS) URI based on
1176
1176
  * the client properties and parameters passed in. The SAS is signed by the input user delegation key.
1177
1177
  *
1178
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/constructing-a-service-sas
1178
+ * @see https://learn.microsoft.com/rest/api/storageservices/constructing-a-service-sas
1179
1179
  *
1180
1180
  * @param options - Optional parameters.
1181
1181
  * @param userDelegationKey - Return value of `blobServiceClient.getUserDelegationKey()`
@@ -1205,7 +1205,7 @@ export declare class BlobClient extends StorageClient {
1205
1205
  * for the specified account.
1206
1206
  * The Get Account Information operation is available on service versions beginning
1207
1207
  * with version 2018-03-28.
1208
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/get-account-information
1208
+ * @see https://learn.microsoft.com/rest/api/storageservices/get-account-information
1209
1209
  *
1210
1210
  * @param options - Options to the Service Get Account Info operation.
1211
1211
  * @returns Response data for the Service Get Account Info operation.
@@ -1578,7 +1578,7 @@ export declare class AppendBlobClient extends BlobClient {
1578
1578
  /**
1579
1579
  * The Append Block operation commits a new block of data to the end of an existing append blob
1580
1580
  * where the contents are read from a source url.
1581
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/append-block-from-url
1581
+ * @see https://learn.microsoft.com/rest/api/storageservices/append-block-from-url
1582
1582
  *
1583
1583
  * @param sourceURL -
1584
1584
  * The url to the blob that will be the source of the copy. A source blob in the same storage account can
@@ -1632,7 +1632,7 @@ export interface BlockBlobUploadOptions extends CommonOptions {
1632
1632
  encryptionScope?: string;
1633
1633
  /**
1634
1634
  * Access tier.
1635
- * More Details - https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers
1635
+ * More Details - https://learn.microsoft.com/azure/storage/blobs/storage-blob-storage-tiers
1636
1636
  */
1637
1637
  tier?: BlockBlobTier | string;
1638
1638
  /**
@@ -1658,7 +1658,7 @@ export interface BlockBlobUploadOptions extends CommonOptions {
1658
1658
  export interface BlockBlobSyncUploadFromURLOptions extends CommonOptions {
1659
1659
  /**
1660
1660
  * Server timeout in seconds.
1661
- * For more information, @see https://learn.microsoft.com/en-us/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations
1661
+ * For more information, @see https://learn.microsoft.com/rest/api/storageservices/fileservices/setting-timeouts-for-blob-service-operations
1662
1662
  */
1663
1663
  timeoutInSeconds?: number;
1664
1664
  /**
@@ -1685,7 +1685,7 @@ export interface BlockBlobSyncUploadFromURLOptions extends CommonOptions {
1685
1685
  encryptionScope?: string;
1686
1686
  /**
1687
1687
  * Access tier.
1688
- * More Details - https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers
1688
+ * More Details - https://learn.microsoft.com/azure/storage/blobs/storage-blob-storage-tiers
1689
1689
  */
1690
1690
  tier?: BlockBlobTier | string;
1691
1691
  /**
@@ -1997,7 +1997,7 @@ export interface BlockBlobCommitBlockListOptions extends CommonOptions {
1997
1997
  legalHold?: boolean;
1998
1998
  /**
1999
1999
  * Access tier.
2000
- * More Details - https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers
2000
+ * More Details - https://learn.microsoft.com/azure/storage/blobs/storage-blob-storage-tiers
2001
2001
  */
2002
2002
  tier?: BlockBlobTier | string;
2003
2003
  /**
@@ -2068,7 +2068,7 @@ export interface BlockBlobUploadStreamOptions extends CommonOptions {
2068
2068
  tags?: Tags;
2069
2069
  /**
2070
2070
  * Access tier.
2071
- * More Details - https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers
2071
+ * More Details - https://learn.microsoft.com/azure/storage/blobs/storage-blob-storage-tiers
2072
2072
  */
2073
2073
  tier?: BlockBlobTier | string;
2074
2074
  }
@@ -2130,7 +2130,7 @@ export interface BlockBlobParallelUploadOptions extends CommonOptions {
2130
2130
  tags?: Tags;
2131
2131
  /**
2132
2132
  * Access tier.
2133
- * More Details - https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers
2133
+ * More Details - https://learn.microsoft.com/azure/storage/blobs/storage-blob-storage-tiers
2134
2134
  */
2135
2135
  tier?: BlockBlobTier | string;
2136
2136
  }
@@ -2339,7 +2339,7 @@ export declare class BlockBlobClient extends BlobClient {
2339
2339
  * The Stage Block From URL operation creates a new block to be committed as part
2340
2340
  * of a blob where the contents are read from a URL.
2341
2341
  * This API is available starting in version 2018-03-28.
2342
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/put-block-from-url
2342
+ * @see https://learn.microsoft.com/rest/api/storageservices/put-block-from-url
2343
2343
  *
2344
2344
  * @param blockId - A 64-byte value that is base64-encoded
2345
2345
  * @param sourceURL - Specifies the URL of the blob. The value
@@ -2516,7 +2516,7 @@ export interface PageBlobCreateOptions extends CommonOptions {
2516
2516
  legalHold?: boolean;
2517
2517
  /**
2518
2518
  * Access tier.
2519
- * More Details - https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers
2519
+ * More Details - https://learn.microsoft.com/azure/storage/blobs/storage-blob-storage-tiers
2520
2520
  */
2521
2521
  tier?: PremiumPageBlobTier | string;
2522
2522
  /**
@@ -2571,7 +2571,7 @@ export interface PageBlobCreateIfNotExistsOptions extends CommonOptions {
2571
2571
  legalHold?: boolean;
2572
2572
  /**
2573
2573
  * Access tier.
2574
- * More Details - https://learn.microsoft.com/en-us/azure/storage/blobs/storage-blob-storage-tiers
2574
+ * More Details - https://learn.microsoft.com/azure/storage/blobs/storage-blob-storage-tiers
2575
2575
  */
2576
2576
  tier?: PremiumPageBlobTier | string;
2577
2577
  }
@@ -2908,7 +2908,7 @@ export declare class PageBlobClient extends BlobClient {
2908
2908
  /**
2909
2909
  * The Upload Pages operation writes a range of pages to a page blob where the
2910
2910
  * contents are read from a URL.
2911
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/put-page-from-url
2911
+ * @see https://learn.microsoft.com/rest/api/storageservices/put-page-from-url
2912
2912
  *
2913
2913
  * @param sourceURL - Specify a URL to the copy source, Shared Access Signature(SAS) maybe needed for authentication
2914
2914
  * @param sourceOffset - The source offset to copy from. Pass 0 to copy from the beginning of source page blob
@@ -3203,7 +3203,7 @@ export declare class PageBlobClient extends BlobClient {
3203
3203
  resize(size: number, options?: PageBlobResizeOptions): Promise<PageBlobResizeResponse>;
3204
3204
  /**
3205
3205
  * Sets a page blob's sequence number.
3206
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/set-blob-properties
3206
+ * @see https://learn.microsoft.com/rest/api/storageservices/set-blob-properties
3207
3207
  *
3208
3208
  * @param sequenceNumberAction - Indicates how the service should modify the blob's sequence number.
3209
3209
  * @param sequenceNumber - Required if sequenceNumberAction is max or update
@@ -3217,7 +3217,7 @@ export declare class PageBlobClient extends BlobClient {
3217
3217
  * copied snapshot are transferred to the destination.
3218
3218
  * The copied snapshots are complete copies of the original snapshot and can be read or copied from as usual.
3219
3219
  * @see https://learn.microsoft.com/rest/api/storageservices/incremental-copy-blob
3220
- * @see https://learn.microsoft.com/en-us/azure/virtual-machines/windows/incremental-snapshots
3220
+ * @see https://learn.microsoft.com/azure/virtual-machines/windows/incremental-snapshots
3221
3221
  *
3222
3222
  * @param copySource - Specifies the name of the source page blob snapshot. For example,
3223
3223
  * https://myaccount.blob.core.windows.net/mycontainer/myblob?snapshot=<DateTime>
@@ -163,7 +163,7 @@ class BlobClient extends StorageClient_js_1.StorageClient {
163
163
  * * In Node.js, data returns in a Readable stream readableStreamBody
164
164
  * * In browsers, data returns in a promise blobBody
165
165
  *
166
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/get-blob
166
+ * @see https://learn.microsoft.com/rest/api/storageservices/get-blob
167
167
  *
168
168
  * @param offset - From which position of the blob to download, greater than or equal to 0
169
169
  * @param count - How much data to be downloaded, greater than 0. Will download to the end when undefined
@@ -349,7 +349,7 @@ class BlobClient extends StorageClient_js_1.StorageClient {
349
349
  /**
350
350
  * Returns all user-defined metadata, standard HTTP properties, and system properties
351
351
  * for the blob. It does not return the content of the blob.
352
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/get-blob-properties
352
+ * @see https://learn.microsoft.com/rest/api/storageservices/get-blob-properties
353
353
  *
354
354
  * WARNING: The `metadata` object returned in the response will have its keys in lowercase, even if
355
355
  * they originally contained uppercase characters. This differs from the metadata keys returned by
@@ -378,7 +378,7 @@ class BlobClient extends StorageClient_js_1.StorageClient {
378
378
  * during garbage collection. Note that in order to delete a blob, you must delete
379
379
  * all of its snapshots. You can delete both at the same time with the Delete
380
380
  * Blob operation.
381
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/delete-blob
381
+ * @see https://learn.microsoft.com/rest/api/storageservices/delete-blob
382
382
  *
383
383
  * @param options - Optional options to Blob Delete operation.
384
384
  */
@@ -400,7 +400,7 @@ class BlobClient extends StorageClient_js_1.StorageClient {
400
400
  * during garbage collection. Note that in order to delete a blob, you must delete
401
401
  * all of its snapshots. You can delete both at the same time with the Delete
402
402
  * Blob operation.
403
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/delete-blob
403
+ * @see https://learn.microsoft.com/rest/api/storageservices/delete-blob
404
404
  *
405
405
  * @param options - Optional options to Blob Delete operation.
406
406
  */
@@ -423,7 +423,7 @@ class BlobClient extends StorageClient_js_1.StorageClient {
423
423
  * Restores the contents and metadata of soft deleted blob and any associated
424
424
  * soft deleted snapshots. Undelete Blob is supported only on version 2017-07-29
425
425
  * or later.
426
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/undelete-blob
426
+ * @see https://learn.microsoft.com/rest/api/storageservices/undelete-blob
427
427
  *
428
428
  * @param options - Optional options to Blob Undelete operation.
429
429
  */
@@ -440,7 +440,7 @@ class BlobClient extends StorageClient_js_1.StorageClient {
440
440
  *
441
441
  * If no value provided, or no value provided for the specified blob HTTP headers,
442
442
  * these blob HTTP headers without a value will be cleared.
443
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/set-blob-properties
443
+ * @see https://learn.microsoft.com/rest/api/storageservices/set-blob-properties
444
444
  *
445
445
  * @param blobHTTPHeaders - If no value provided, or no value provided for
446
446
  * the specified blob HTTP headers, these blob HTTP
@@ -470,7 +470,7 @@ class BlobClient extends StorageClient_js_1.StorageClient {
470
470
  *
471
471
  * If no option provided, or no metadata defined in the parameter, the blob
472
472
  * metadata will be removed.
473
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/set-blob-metadata
473
+ * @see https://learn.microsoft.com/rest/api/storageservices/set-blob-metadata
474
474
  *
475
475
  * @param metadata - Replace existing metadata with this value.
476
476
  * If no value provided the existing metadata will be removed.
@@ -542,7 +542,7 @@ class BlobClient extends StorageClient_js_1.StorageClient {
542
542
  }
543
543
  /**
544
544
  * Creates a read-only snapshot of a blob.
545
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/snapshot-blob
545
+ * @see https://learn.microsoft.com/rest/api/storageservices/snapshot-blob
546
546
  *
547
547
  * @param options - Optional options to the Blob Create Snapshot operation.
548
548
  */
@@ -576,7 +576,7 @@ class BlobClient extends StorageClient_js_1.StorageClient {
576
576
  * an Azure file in any Azure storage account.
577
577
  * Only storage accounts created on or after June 7th, 2012 allow the Copy Blob
578
578
  * operation to copy from another storage account.
579
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/copy-blob
579
+ * @see https://learn.microsoft.com/rest/api/storageservices/copy-blob
580
580
  *
581
581
  * ```ts snippet:ClientsBeginCopyFromURL
582
582
  * import { BlobServiceClient } from "@azure/storage-blob";
@@ -657,7 +657,7 @@ class BlobClient extends StorageClient_js_1.StorageClient {
657
657
  /**
658
658
  * Aborts a pending asynchronous Copy Blob operation, and leaves a destination blob with zero
659
659
  * length and full metadata. Version 2012-02-12 and newer.
660
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/abort-copy-blob
660
+ * @see https://learn.microsoft.com/rest/api/storageservices/abort-copy-blob
661
661
  *
662
662
  * @param copyId - Id of the Copy From URL operation.
663
663
  * @param options - Optional options to the Blob Abort Copy From URL operation.
@@ -674,7 +674,7 @@ class BlobClient extends StorageClient_js_1.StorageClient {
674
674
  /**
675
675
  * The synchronous Copy From URL operation copies a blob or an internet resource to a new blob. It will not
676
676
  * return a response until the copy is complete.
677
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/copy-blob-from-url
677
+ * @see https://learn.microsoft.com/rest/api/storageservices/copy-blob-from-url
678
678
  *
679
679
  * @param copySource - The source URL to copy from, Shared Access Signature(SAS) maybe needed for authentication
680
680
  * @param options -
@@ -715,7 +715,7 @@ class BlobClient extends StorageClient_js_1.StorageClient {
715
715
  * storage only). A premium page blob's tier determines the allowed size, IOPS,
716
716
  * and bandwidth of the blob. A block blob's tier determines Hot/Cool/Archive
717
717
  * storage type. This operation does not update the blob's ETag.
718
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/set-blob-tier
718
+ * @see https://learn.microsoft.com/rest/api/storageservices/set-blob-tier
719
719
  *
720
720
  * @param tier - The tier to be set on the blob. Valid values are Hot, Cool, or Archive.
721
721
  * @param options - Optional options to the Blob Set Tier operation.
@@ -900,7 +900,7 @@ class BlobClient extends StorageClient_js_1.StorageClient {
900
900
  * an Azure file in any Azure storage account.
901
901
  * Only storage accounts created on or after June 7th, 2012 allow the Copy Blob
902
902
  * operation to copy from another storage account.
903
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/copy-blob
903
+ * @see https://learn.microsoft.com/rest/api/storageservices/copy-blob
904
904
  *
905
905
  * @param copySource - url to the source Azure Blob/File.
906
906
  * @param options - Optional options to the Blob Start Copy From URL operation.
@@ -939,7 +939,7 @@ class BlobClient extends StorageClient_js_1.StorageClient {
939
939
  * Generates a Blob Service Shared Access Signature (SAS) URI based on the client properties
940
940
  * and parameters passed in. The SAS is signed by the shared key credential of the client.
941
941
  *
942
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/constructing-a-service-sas
942
+ * @see https://learn.microsoft.com/rest/api/storageservices/constructing-a-service-sas
943
943
  *
944
944
  * @param options - Optional parameters.
945
945
  * @returns The SAS URI consisting of the URI to the resource represented by this client, followed by the generated SAS token.
@@ -959,7 +959,7 @@ class BlobClient extends StorageClient_js_1.StorageClient {
959
959
  * Generates string to sign for a Blob Service Shared Access Signature (SAS) URI based on
960
960
  * the client properties and parameters passed in. The SAS is signed by the shared key credential of the client.
961
961
  *
962
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/constructing-a-service-sas
962
+ * @see https://learn.microsoft.com/rest/api/storageservices/constructing-a-service-sas
963
963
  *
964
964
  * @param options - Optional parameters.
965
965
  * @returns The SAS URI consisting of the URI to the resource represented by this client, followed by the generated SAS token.
@@ -976,7 +976,7 @@ class BlobClient extends StorageClient_js_1.StorageClient {
976
976
  * Generates a Blob Service Shared Access Signature (SAS) URI based on
977
977
  * the client properties and parameters passed in. The SAS is signed by the input user delegation key.
978
978
  *
979
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/constructing-a-service-sas
979
+ * @see https://learn.microsoft.com/rest/api/storageservices/constructing-a-service-sas
980
980
  *
981
981
  * @param options - Optional parameters.
982
982
  * @param userDelegationKey - Return value of `blobServiceClient.getUserDelegationKey()`
@@ -994,7 +994,7 @@ class BlobClient extends StorageClient_js_1.StorageClient {
994
994
  * Generates string to sign for a Blob Service Shared Access Signature (SAS) URI based on
995
995
  * the client properties and parameters passed in. The SAS is signed by the input user delegation key.
996
996
  *
997
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/constructing-a-service-sas
997
+ * @see https://learn.microsoft.com/rest/api/storageservices/constructing-a-service-sas
998
998
  *
999
999
  * @param options - Optional parameters.
1000
1000
  * @param userDelegationKey - Return value of `blobServiceClient.getUserDelegationKey()`
@@ -1046,7 +1046,7 @@ class BlobClient extends StorageClient_js_1.StorageClient {
1046
1046
  * for the specified account.
1047
1047
  * The Get Account Information operation is available on service versions beginning
1048
1048
  * with version 2018-03-28.
1049
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/get-account-information
1049
+ * @see https://learn.microsoft.com/rest/api/storageservices/get-account-information
1050
1050
  *
1051
1051
  * @param options - Options to the Service Get Account Info operation.
1052
1052
  * @returns Response data for the Service Get Account Info operation.
@@ -1293,7 +1293,7 @@ class AppendBlobClient extends BlobClient {
1293
1293
  /**
1294
1294
  * The Append Block operation commits a new block of data to the end of an existing append blob
1295
1295
  * where the contents are read from a source url.
1296
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/append-block-from-url
1296
+ * @see https://learn.microsoft.com/rest/api/storageservices/append-block-from-url
1297
1297
  *
1298
1298
  * @param sourceURL -
1299
1299
  * The url to the blob that will be the source of the copy. A source blob in the same storage account can
@@ -1624,7 +1624,7 @@ class BlockBlobClient extends BlobClient {
1624
1624
  * The Stage Block From URL operation creates a new block to be committed as part
1625
1625
  * of a blob where the contents are read from a URL.
1626
1626
  * This API is available starting in version 2018-03-28.
1627
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/put-block-from-url
1627
+ * @see https://learn.microsoft.com/rest/api/storageservices/put-block-from-url
1628
1628
  *
1629
1629
  * @param blockId - A 64-byte value that is base64-encoded
1630
1630
  * @param sourceURL - Specifies the URL of the blob. The value
@@ -2119,7 +2119,7 @@ class PageBlobClient extends BlobClient {
2119
2119
  /**
2120
2120
  * The Upload Pages operation writes a range of pages to a page blob where the
2121
2121
  * contents are read from a URL.
2122
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/put-page-from-url
2122
+ * @see https://learn.microsoft.com/rest/api/storageservices/put-page-from-url
2123
2123
  *
2124
2124
  * @param sourceURL - Specify a URL to the copy source, Shared Access Signature(SAS) maybe needed for authentication
2125
2125
  * @param sourceOffset - The source offset to copy from. Pass 0 to copy from the beginning of source page blob
@@ -2648,7 +2648,7 @@ class PageBlobClient extends BlobClient {
2648
2648
  }
2649
2649
  /**
2650
2650
  * Sets a page blob's sequence number.
2651
- * @see https://learn.microsoft.com/en-us/rest/api/storageservices/set-blob-properties
2651
+ * @see https://learn.microsoft.com/rest/api/storageservices/set-blob-properties
2652
2652
  *
2653
2653
  * @param sequenceNumberAction - Indicates how the service should modify the blob's sequence number.
2654
2654
  * @param sequenceNumber - Required if sequenceNumberAction is max or update
@@ -2674,7 +2674,7 @@ class PageBlobClient extends BlobClient {
2674
2674
  * copied snapshot are transferred to the destination.
2675
2675
  * The copied snapshots are complete copies of the original snapshot and can be read or copied from as usual.
2676
2676
  * @see https://learn.microsoft.com/rest/api/storageservices/incremental-copy-blob
2677
- * @see https://learn.microsoft.com/en-us/azure/virtual-machines/windows/incremental-snapshots
2677
+ * @see https://learn.microsoft.com/azure/virtual-machines/windows/incremental-snapshots
2678
2678
  *
2679
2679
  * @param copySource - Specifies the name of the source page blob snapshot. For example,
2680
2680
  * https://myaccount.blob.core.windows.net/mycontainer/myblob?snapshot=<DateTime>