@azure/arm-storagecache 8.0.2-alpha.20250925.1 → 8.1.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (449) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +3 -6
  3. package/dist/browser/index.d.ts.map +1 -1
  4. package/dist/browser/index.js +4 -7
  5. package/dist/browser/index.js.map +1 -1
  6. package/dist/browser/lroImpl.d.ts.map +1 -1
  7. package/dist/browser/lroImpl.js +2 -0
  8. package/dist/browser/lroImpl.js.map +1 -1
  9. package/dist/browser/models/index.d.ts +623 -3
  10. package/dist/browser/models/index.d.ts.map +1 -1
  11. package/dist/browser/models/index.js +92 -7
  12. package/dist/browser/models/index.js.map +1 -1
  13. package/dist/browser/models/mappers.d.ts +13 -0
  14. package/dist/browser/models/mappers.d.ts.map +1 -1
  15. package/dist/browser/models/mappers.js +759 -85
  16. package/dist/browser/models/mappers.js.map +1 -1
  17. package/dist/browser/models/parameters.d.ts +6 -0
  18. package/dist/browser/models/parameters.d.ts.map +1 -1
  19. package/dist/browser/models/parameters.js +50 -9
  20. package/dist/browser/models/parameters.js.map +1 -1
  21. package/dist/browser/operations/amlFilesystems.d.ts.map +1 -1
  22. package/dist/browser/operations/amlFilesystems.js +5 -18
  23. package/dist/browser/operations/amlFilesystems.js.map +1 -1
  24. package/dist/browser/operations/ascOperations.d.ts.map +1 -1
  25. package/dist/browser/operations/ascOperations.js +2 -7
  26. package/dist/browser/operations/ascOperations.js.map +1 -1
  27. package/dist/browser/operations/ascUsages.d.ts.map +1 -1
  28. package/dist/browser/operations/ascUsages.js +3 -12
  29. package/dist/browser/operations/ascUsages.js.map +1 -1
  30. package/dist/browser/operations/autoExportJobs.d.ts +120 -0
  31. package/dist/browser/operations/autoExportJobs.d.ts.map +1 -0
  32. package/dist/browser/operations/autoExportJobs.js +478 -0
  33. package/dist/browser/operations/autoExportJobs.js.map +1 -0
  34. package/dist/browser/operations/autoImportJobs.d.ts +120 -0
  35. package/dist/browser/operations/autoImportJobs.d.ts.map +1 -0
  36. package/dist/browser/operations/autoImportJobs.js +478 -0
  37. package/dist/browser/operations/autoImportJobs.js.map +1 -0
  38. package/dist/browser/operations/caches.d.ts.map +1 -1
  39. package/dist/browser/operations/caches.js +5 -18
  40. package/dist/browser/operations/caches.js.map +1 -1
  41. package/dist/browser/operations/importJobs.d.ts +2 -2
  42. package/dist/browser/operations/importJobs.d.ts.map +1 -1
  43. package/dist/browser/operations/importJobs.js +5 -10
  44. package/dist/browser/operations/importJobs.js.map +1 -1
  45. package/dist/browser/operations/index.d.ts +2 -0
  46. package/dist/browser/operations/index.d.ts.map +1 -1
  47. package/dist/browser/operations/index.js +6 -7
  48. package/dist/browser/operations/index.js.map +1 -1
  49. package/dist/browser/operations/operations.d.ts.map +1 -1
  50. package/dist/browser/operations/operations.js +2 -7
  51. package/dist/browser/operations/operations.js.map +1 -1
  52. package/dist/browser/operations/skus.d.ts.map +1 -1
  53. package/dist/browser/operations/skus.js +3 -12
  54. package/dist/browser/operations/skus.js.map +1 -1
  55. package/dist/browser/operations/storageTargetOperations.d.ts.map +1 -1
  56. package/dist/browser/operations/storageTargetOperations.js +3 -8
  57. package/dist/browser/operations/storageTargetOperations.js.map +1 -1
  58. package/dist/browser/operations/storageTargets.d.ts.map +1 -1
  59. package/dist/browser/operations/storageTargets.js +3 -8
  60. package/dist/browser/operations/storageTargets.js.map +1 -1
  61. package/dist/browser/operations/usageModels.d.ts.map +1 -1
  62. package/dist/browser/operations/usageModels.js +3 -12
  63. package/dist/browser/operations/usageModels.js.map +1 -1
  64. package/dist/browser/operationsInterfaces/amlFilesystems.d.ts.map +1 -1
  65. package/dist/browser/operationsInterfaces/amlFilesystems.js +2 -7
  66. package/dist/browser/operationsInterfaces/amlFilesystems.js.map +1 -1
  67. package/dist/browser/operationsInterfaces/ascOperations.d.ts.map +1 -1
  68. package/dist/browser/operationsInterfaces/ascOperations.js +2 -7
  69. package/dist/browser/operationsInterfaces/ascOperations.js.map +1 -1
  70. package/dist/browser/operationsInterfaces/ascUsages.d.ts.map +1 -1
  71. package/dist/browser/operationsInterfaces/ascUsages.js +2 -7
  72. package/dist/browser/operationsInterfaces/ascUsages.js.map +1 -1
  73. package/dist/browser/operationsInterfaces/autoExportJobs.d.ts +93 -0
  74. package/dist/browser/operationsInterfaces/autoExportJobs.d.ts.map +1 -0
  75. package/dist/browser/operationsInterfaces/autoExportJobs.js +4 -0
  76. package/dist/browser/operationsInterfaces/autoExportJobs.js.map +1 -0
  77. package/dist/browser/operationsInterfaces/autoImportJobs.d.ts +93 -0
  78. package/dist/browser/operationsInterfaces/autoImportJobs.d.ts.map +1 -0
  79. package/dist/browser/operationsInterfaces/autoImportJobs.js +4 -0
  80. package/dist/browser/operationsInterfaces/autoImportJobs.js.map +1 -0
  81. package/dist/browser/operationsInterfaces/caches.d.ts.map +1 -1
  82. package/dist/browser/operationsInterfaces/caches.js +2 -7
  83. package/dist/browser/operationsInterfaces/caches.js.map +1 -1
  84. package/dist/browser/operationsInterfaces/importJobs.d.ts +2 -2
  85. package/dist/browser/operationsInterfaces/importJobs.d.ts.map +1 -1
  86. package/dist/browser/operationsInterfaces/importJobs.js +2 -7
  87. package/dist/browser/operationsInterfaces/importJobs.js.map +1 -1
  88. package/dist/browser/operationsInterfaces/index.d.ts +2 -0
  89. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  90. package/dist/browser/operationsInterfaces/index.js +6 -7
  91. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  92. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
  93. package/dist/browser/operationsInterfaces/operations.js +2 -7
  94. package/dist/browser/operationsInterfaces/operations.js.map +1 -1
  95. package/dist/browser/operationsInterfaces/skus.d.ts.map +1 -1
  96. package/dist/browser/operationsInterfaces/skus.js +2 -7
  97. package/dist/browser/operationsInterfaces/skus.js.map +1 -1
  98. package/dist/browser/operationsInterfaces/storageTargetOperations.d.ts.map +1 -1
  99. package/dist/browser/operationsInterfaces/storageTargetOperations.js +2 -7
  100. package/dist/browser/operationsInterfaces/storageTargetOperations.js.map +1 -1
  101. package/dist/browser/operationsInterfaces/storageTargets.d.ts.map +1 -1
  102. package/dist/browser/operationsInterfaces/storageTargets.js +2 -7
  103. package/dist/browser/operationsInterfaces/storageTargets.js.map +1 -1
  104. package/dist/browser/operationsInterfaces/usageModels.d.ts.map +1 -1
  105. package/dist/browser/operationsInterfaces/usageModels.js +2 -7
  106. package/dist/browser/operationsInterfaces/usageModels.js.map +1 -1
  107. package/dist/browser/pagingHelper.d.ts.map +1 -1
  108. package/dist/browser/pagingHelper.js +2 -7
  109. package/dist/browser/pagingHelper.js.map +1 -1
  110. package/dist/browser/storageCacheManagementClient.d.ts +3 -1
  111. package/dist/browser/storageCacheManagementClient.d.ts.map +1 -1
  112. package/dist/browser/storageCacheManagementClient.js +13 -14
  113. package/dist/browser/storageCacheManagementClient.js.map +1 -1
  114. package/dist/commonjs/index.d.ts.map +1 -1
  115. package/dist/commonjs/index.js +4 -7
  116. package/dist/commonjs/index.js.map +1 -1
  117. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  118. package/dist/commonjs/lroImpl.js +2 -0
  119. package/dist/commonjs/lroImpl.js.map +1 -1
  120. package/dist/commonjs/models/index.d.ts +623 -3
  121. package/dist/commonjs/models/index.d.ts.map +1 -1
  122. package/dist/commonjs/models/index.js +93 -8
  123. package/dist/commonjs/models/index.js.map +1 -1
  124. package/dist/commonjs/models/mappers.d.ts +13 -0
  125. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  126. package/dist/commonjs/models/mappers.js +762 -88
  127. package/dist/commonjs/models/mappers.js.map +1 -1
  128. package/dist/commonjs/models/parameters.d.ts +6 -0
  129. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  130. package/dist/commonjs/models/parameters.js +50 -9
  131. package/dist/commonjs/models/parameters.js.map +1 -1
  132. package/dist/commonjs/operations/amlFilesystems.d.ts.map +1 -1
  133. package/dist/commonjs/operations/amlFilesystems.js +4 -17
  134. package/dist/commonjs/operations/amlFilesystems.js.map +1 -1
  135. package/dist/commonjs/operations/ascOperations.d.ts.map +1 -1
  136. package/dist/commonjs/operations/ascOperations.js +2 -7
  137. package/dist/commonjs/operations/ascOperations.js.map +1 -1
  138. package/dist/commonjs/operations/ascUsages.d.ts.map +1 -1
  139. package/dist/commonjs/operations/ascUsages.js +3 -12
  140. package/dist/commonjs/operations/ascUsages.js.map +1 -1
  141. package/dist/commonjs/operations/autoExportJobs.d.ts +120 -0
  142. package/dist/commonjs/operations/autoExportJobs.d.ts.map +1 -0
  143. package/dist/commonjs/operations/autoExportJobs.js +483 -0
  144. package/dist/commonjs/operations/autoExportJobs.js.map +1 -0
  145. package/dist/commonjs/operations/autoImportJobs.d.ts +120 -0
  146. package/dist/commonjs/operations/autoImportJobs.d.ts.map +1 -0
  147. package/dist/commonjs/operations/autoImportJobs.js +483 -0
  148. package/dist/commonjs/operations/autoImportJobs.js.map +1 -0
  149. package/dist/commonjs/operations/caches.d.ts.map +1 -1
  150. package/dist/commonjs/operations/caches.js +4 -17
  151. package/dist/commonjs/operations/caches.js.map +1 -1
  152. package/dist/commonjs/operations/importJobs.d.ts +2 -2
  153. package/dist/commonjs/operations/importJobs.d.ts.map +1 -1
  154. package/dist/commonjs/operations/importJobs.js +4 -9
  155. package/dist/commonjs/operations/importJobs.js.map +1 -1
  156. package/dist/commonjs/operations/index.d.ts +2 -0
  157. package/dist/commonjs/operations/index.d.ts.map +1 -1
  158. package/dist/commonjs/operations/index.js +6 -7
  159. package/dist/commonjs/operations/index.js.map +1 -1
  160. package/dist/commonjs/operations/operations.d.ts.map +1 -1
  161. package/dist/commonjs/operations/operations.js +2 -7
  162. package/dist/commonjs/operations/operations.js.map +1 -1
  163. package/dist/commonjs/operations/skus.d.ts.map +1 -1
  164. package/dist/commonjs/operations/skus.js +3 -12
  165. package/dist/commonjs/operations/skus.js.map +1 -1
  166. package/dist/commonjs/operations/storageTargetOperations.d.ts.map +1 -1
  167. package/dist/commonjs/operations/storageTargetOperations.js +2 -7
  168. package/dist/commonjs/operations/storageTargetOperations.js.map +1 -1
  169. package/dist/commonjs/operations/storageTargets.d.ts.map +1 -1
  170. package/dist/commonjs/operations/storageTargets.js +2 -7
  171. package/dist/commonjs/operations/storageTargets.js.map +1 -1
  172. package/dist/commonjs/operations/usageModels.d.ts.map +1 -1
  173. package/dist/commonjs/operations/usageModels.js +3 -12
  174. package/dist/commonjs/operations/usageModels.js.map +1 -1
  175. package/dist/commonjs/operationsInterfaces/amlFilesystems.d.ts.map +1 -1
  176. package/dist/commonjs/operationsInterfaces/amlFilesystems.js +2 -7
  177. package/dist/commonjs/operationsInterfaces/amlFilesystems.js.map +1 -1
  178. package/dist/commonjs/operationsInterfaces/ascOperations.d.ts.map +1 -1
  179. package/dist/commonjs/operationsInterfaces/ascOperations.js +2 -7
  180. package/dist/commonjs/operationsInterfaces/ascOperations.js.map +1 -1
  181. package/dist/commonjs/operationsInterfaces/ascUsages.d.ts.map +1 -1
  182. package/dist/commonjs/operationsInterfaces/ascUsages.js +2 -7
  183. package/dist/commonjs/operationsInterfaces/ascUsages.js.map +1 -1
  184. package/dist/commonjs/operationsInterfaces/autoExportJobs.d.ts +93 -0
  185. package/dist/commonjs/operationsInterfaces/autoExportJobs.d.ts.map +1 -0
  186. package/dist/commonjs/operationsInterfaces/autoExportJobs.js +5 -0
  187. package/dist/commonjs/operationsInterfaces/autoExportJobs.js.map +1 -0
  188. package/dist/commonjs/operationsInterfaces/autoImportJobs.d.ts +93 -0
  189. package/dist/commonjs/operationsInterfaces/autoImportJobs.d.ts.map +1 -0
  190. package/dist/commonjs/operationsInterfaces/autoImportJobs.js +5 -0
  191. package/dist/commonjs/operationsInterfaces/autoImportJobs.js.map +1 -0
  192. package/dist/commonjs/operationsInterfaces/caches.d.ts.map +1 -1
  193. package/dist/commonjs/operationsInterfaces/caches.js +2 -7
  194. package/dist/commonjs/operationsInterfaces/caches.js.map +1 -1
  195. package/dist/commonjs/operationsInterfaces/importJobs.d.ts +2 -2
  196. package/dist/commonjs/operationsInterfaces/importJobs.d.ts.map +1 -1
  197. package/dist/commonjs/operationsInterfaces/importJobs.js +2 -7
  198. package/dist/commonjs/operationsInterfaces/importJobs.js.map +1 -1
  199. package/dist/commonjs/operationsInterfaces/index.d.ts +2 -0
  200. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  201. package/dist/commonjs/operationsInterfaces/index.js +6 -7
  202. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  203. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
  204. package/dist/commonjs/operationsInterfaces/operations.js +2 -7
  205. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
  206. package/dist/commonjs/operationsInterfaces/skus.d.ts.map +1 -1
  207. package/dist/commonjs/operationsInterfaces/skus.js +2 -7
  208. package/dist/commonjs/operationsInterfaces/skus.js.map +1 -1
  209. package/dist/commonjs/operationsInterfaces/storageTargetOperations.d.ts.map +1 -1
  210. package/dist/commonjs/operationsInterfaces/storageTargetOperations.js +2 -7
  211. package/dist/commonjs/operationsInterfaces/storageTargetOperations.js.map +1 -1
  212. package/dist/commonjs/operationsInterfaces/storageTargets.d.ts.map +1 -1
  213. package/dist/commonjs/operationsInterfaces/storageTargets.js +2 -7
  214. package/dist/commonjs/operationsInterfaces/storageTargets.js.map +1 -1
  215. package/dist/commonjs/operationsInterfaces/usageModels.d.ts.map +1 -1
  216. package/dist/commonjs/operationsInterfaces/usageModels.js +2 -7
  217. package/dist/commonjs/operationsInterfaces/usageModels.js.map +1 -1
  218. package/dist/commonjs/pagingHelper.d.ts.map +1 -1
  219. package/dist/commonjs/pagingHelper.js +2 -7
  220. package/dist/commonjs/pagingHelper.js.map +1 -1
  221. package/dist/commonjs/storageCacheManagementClient.d.ts +3 -1
  222. package/dist/commonjs/storageCacheManagementClient.d.ts.map +1 -1
  223. package/dist/commonjs/storageCacheManagementClient.js +12 -13
  224. package/dist/commonjs/storageCacheManagementClient.js.map +1 -1
  225. package/dist/esm/index.d.ts.map +1 -1
  226. package/dist/esm/index.js +4 -7
  227. package/dist/esm/index.js.map +1 -1
  228. package/dist/esm/lroImpl.d.ts.map +1 -1
  229. package/dist/esm/lroImpl.js +2 -0
  230. package/dist/esm/lroImpl.js.map +1 -1
  231. package/dist/esm/models/index.d.ts +623 -3
  232. package/dist/esm/models/index.d.ts.map +1 -1
  233. package/dist/esm/models/index.js +92 -7
  234. package/dist/esm/models/index.js.map +1 -1
  235. package/dist/esm/models/mappers.d.ts +13 -0
  236. package/dist/esm/models/mappers.d.ts.map +1 -1
  237. package/dist/esm/models/mappers.js +759 -85
  238. package/dist/esm/models/mappers.js.map +1 -1
  239. package/dist/esm/models/parameters.d.ts +6 -0
  240. package/dist/esm/models/parameters.d.ts.map +1 -1
  241. package/dist/esm/models/parameters.js +50 -9
  242. package/dist/esm/models/parameters.js.map +1 -1
  243. package/dist/esm/operations/amlFilesystems.d.ts.map +1 -1
  244. package/dist/esm/operations/amlFilesystems.js +5 -18
  245. package/dist/esm/operations/amlFilesystems.js.map +1 -1
  246. package/dist/esm/operations/ascOperations.d.ts.map +1 -1
  247. package/dist/esm/operations/ascOperations.js +2 -7
  248. package/dist/esm/operations/ascOperations.js.map +1 -1
  249. package/dist/esm/operations/ascUsages.d.ts.map +1 -1
  250. package/dist/esm/operations/ascUsages.js +3 -12
  251. package/dist/esm/operations/ascUsages.js.map +1 -1
  252. package/dist/esm/operations/autoExportJobs.d.ts +120 -0
  253. package/dist/esm/operations/autoExportJobs.d.ts.map +1 -0
  254. package/dist/esm/operations/autoExportJobs.js +478 -0
  255. package/dist/esm/operations/autoExportJobs.js.map +1 -0
  256. package/dist/esm/operations/autoImportJobs.d.ts +120 -0
  257. package/dist/esm/operations/autoImportJobs.d.ts.map +1 -0
  258. package/dist/esm/operations/autoImportJobs.js +478 -0
  259. package/dist/esm/operations/autoImportJobs.js.map +1 -0
  260. package/dist/esm/operations/caches.d.ts.map +1 -1
  261. package/dist/esm/operations/caches.js +5 -18
  262. package/dist/esm/operations/caches.js.map +1 -1
  263. package/dist/esm/operations/importJobs.d.ts +2 -2
  264. package/dist/esm/operations/importJobs.d.ts.map +1 -1
  265. package/dist/esm/operations/importJobs.js +5 -10
  266. package/dist/esm/operations/importJobs.js.map +1 -1
  267. package/dist/esm/operations/index.d.ts +2 -0
  268. package/dist/esm/operations/index.d.ts.map +1 -1
  269. package/dist/esm/operations/index.js +6 -7
  270. package/dist/esm/operations/index.js.map +1 -1
  271. package/dist/esm/operations/operations.d.ts.map +1 -1
  272. package/dist/esm/operations/operations.js +2 -7
  273. package/dist/esm/operations/operations.js.map +1 -1
  274. package/dist/esm/operations/skus.d.ts.map +1 -1
  275. package/dist/esm/operations/skus.js +3 -12
  276. package/dist/esm/operations/skus.js.map +1 -1
  277. package/dist/esm/operations/storageTargetOperations.d.ts.map +1 -1
  278. package/dist/esm/operations/storageTargetOperations.js +3 -8
  279. package/dist/esm/operations/storageTargetOperations.js.map +1 -1
  280. package/dist/esm/operations/storageTargets.d.ts.map +1 -1
  281. package/dist/esm/operations/storageTargets.js +3 -8
  282. package/dist/esm/operations/storageTargets.js.map +1 -1
  283. package/dist/esm/operations/usageModels.d.ts.map +1 -1
  284. package/dist/esm/operations/usageModels.js +3 -12
  285. package/dist/esm/operations/usageModels.js.map +1 -1
  286. package/dist/esm/operationsInterfaces/amlFilesystems.d.ts.map +1 -1
  287. package/dist/esm/operationsInterfaces/amlFilesystems.js +2 -7
  288. package/dist/esm/operationsInterfaces/amlFilesystems.js.map +1 -1
  289. package/dist/esm/operationsInterfaces/ascOperations.d.ts.map +1 -1
  290. package/dist/esm/operationsInterfaces/ascOperations.js +2 -7
  291. package/dist/esm/operationsInterfaces/ascOperations.js.map +1 -1
  292. package/dist/esm/operationsInterfaces/ascUsages.d.ts.map +1 -1
  293. package/dist/esm/operationsInterfaces/ascUsages.js +2 -7
  294. package/dist/esm/operationsInterfaces/ascUsages.js.map +1 -1
  295. package/dist/esm/operationsInterfaces/autoExportJobs.d.ts +93 -0
  296. package/dist/esm/operationsInterfaces/autoExportJobs.d.ts.map +1 -0
  297. package/dist/esm/operationsInterfaces/autoExportJobs.js +4 -0
  298. package/dist/esm/operationsInterfaces/autoExportJobs.js.map +1 -0
  299. package/dist/esm/operationsInterfaces/autoImportJobs.d.ts +93 -0
  300. package/dist/esm/operationsInterfaces/autoImportJobs.d.ts.map +1 -0
  301. package/dist/esm/operationsInterfaces/autoImportJobs.js +4 -0
  302. package/dist/esm/operationsInterfaces/autoImportJobs.js.map +1 -0
  303. package/dist/esm/operationsInterfaces/caches.d.ts.map +1 -1
  304. package/dist/esm/operationsInterfaces/caches.js +2 -7
  305. package/dist/esm/operationsInterfaces/caches.js.map +1 -1
  306. package/dist/esm/operationsInterfaces/importJobs.d.ts +2 -2
  307. package/dist/esm/operationsInterfaces/importJobs.d.ts.map +1 -1
  308. package/dist/esm/operationsInterfaces/importJobs.js +2 -7
  309. package/dist/esm/operationsInterfaces/importJobs.js.map +1 -1
  310. package/dist/esm/operationsInterfaces/index.d.ts +2 -0
  311. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  312. package/dist/esm/operationsInterfaces/index.js +6 -7
  313. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  314. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
  315. package/dist/esm/operationsInterfaces/operations.js +2 -7
  316. package/dist/esm/operationsInterfaces/operations.js.map +1 -1
  317. package/dist/esm/operationsInterfaces/skus.d.ts.map +1 -1
  318. package/dist/esm/operationsInterfaces/skus.js +2 -7
  319. package/dist/esm/operationsInterfaces/skus.js.map +1 -1
  320. package/dist/esm/operationsInterfaces/storageTargetOperations.d.ts.map +1 -1
  321. package/dist/esm/operationsInterfaces/storageTargetOperations.js +2 -7
  322. package/dist/esm/operationsInterfaces/storageTargetOperations.js.map +1 -1
  323. package/dist/esm/operationsInterfaces/storageTargets.d.ts.map +1 -1
  324. package/dist/esm/operationsInterfaces/storageTargets.js +2 -7
  325. package/dist/esm/operationsInterfaces/storageTargets.js.map +1 -1
  326. package/dist/esm/operationsInterfaces/usageModels.d.ts.map +1 -1
  327. package/dist/esm/operationsInterfaces/usageModels.js +2 -7
  328. package/dist/esm/operationsInterfaces/usageModels.js.map +1 -1
  329. package/dist/esm/pagingHelper.d.ts.map +1 -1
  330. package/dist/esm/pagingHelper.js +2 -7
  331. package/dist/esm/pagingHelper.js.map +1 -1
  332. package/dist/esm/storageCacheManagementClient.d.ts +3 -1
  333. package/dist/esm/storageCacheManagementClient.d.ts.map +1 -1
  334. package/dist/esm/storageCacheManagementClient.js +13 -14
  335. package/dist/esm/storageCacheManagementClient.js.map +1 -1
  336. package/dist/react-native/index.d.ts.map +1 -1
  337. package/dist/react-native/index.js +4 -7
  338. package/dist/react-native/index.js.map +1 -1
  339. package/dist/react-native/lroImpl.d.ts.map +1 -1
  340. package/dist/react-native/lroImpl.js +2 -0
  341. package/dist/react-native/lroImpl.js.map +1 -1
  342. package/dist/react-native/models/index.d.ts +623 -3
  343. package/dist/react-native/models/index.d.ts.map +1 -1
  344. package/dist/react-native/models/index.js +92 -7
  345. package/dist/react-native/models/index.js.map +1 -1
  346. package/dist/react-native/models/mappers.d.ts +13 -0
  347. package/dist/react-native/models/mappers.d.ts.map +1 -1
  348. package/dist/react-native/models/mappers.js +759 -85
  349. package/dist/react-native/models/mappers.js.map +1 -1
  350. package/dist/react-native/models/parameters.d.ts +6 -0
  351. package/dist/react-native/models/parameters.d.ts.map +1 -1
  352. package/dist/react-native/models/parameters.js +50 -9
  353. package/dist/react-native/models/parameters.js.map +1 -1
  354. package/dist/react-native/operations/amlFilesystems.d.ts.map +1 -1
  355. package/dist/react-native/operations/amlFilesystems.js +5 -18
  356. package/dist/react-native/operations/amlFilesystems.js.map +1 -1
  357. package/dist/react-native/operations/ascOperations.d.ts.map +1 -1
  358. package/dist/react-native/operations/ascOperations.js +2 -7
  359. package/dist/react-native/operations/ascOperations.js.map +1 -1
  360. package/dist/react-native/operations/ascUsages.d.ts.map +1 -1
  361. package/dist/react-native/operations/ascUsages.js +3 -12
  362. package/dist/react-native/operations/ascUsages.js.map +1 -1
  363. package/dist/react-native/operations/autoExportJobs.d.ts +120 -0
  364. package/dist/react-native/operations/autoExportJobs.d.ts.map +1 -0
  365. package/dist/react-native/operations/autoExportJobs.js +478 -0
  366. package/dist/react-native/operations/autoExportJobs.js.map +1 -0
  367. package/dist/react-native/operations/autoImportJobs.d.ts +120 -0
  368. package/dist/react-native/operations/autoImportJobs.d.ts.map +1 -0
  369. package/dist/react-native/operations/autoImportJobs.js +478 -0
  370. package/dist/react-native/operations/autoImportJobs.js.map +1 -0
  371. package/dist/react-native/operations/caches.d.ts.map +1 -1
  372. package/dist/react-native/operations/caches.js +5 -18
  373. package/dist/react-native/operations/caches.js.map +1 -1
  374. package/dist/react-native/operations/importJobs.d.ts +2 -2
  375. package/dist/react-native/operations/importJobs.d.ts.map +1 -1
  376. package/dist/react-native/operations/importJobs.js +5 -10
  377. package/dist/react-native/operations/importJobs.js.map +1 -1
  378. package/dist/react-native/operations/index.d.ts +2 -0
  379. package/dist/react-native/operations/index.d.ts.map +1 -1
  380. package/dist/react-native/operations/index.js +6 -7
  381. package/dist/react-native/operations/index.js.map +1 -1
  382. package/dist/react-native/operations/operations.d.ts.map +1 -1
  383. package/dist/react-native/operations/operations.js +2 -7
  384. package/dist/react-native/operations/operations.js.map +1 -1
  385. package/dist/react-native/operations/skus.d.ts.map +1 -1
  386. package/dist/react-native/operations/skus.js +3 -12
  387. package/dist/react-native/operations/skus.js.map +1 -1
  388. package/dist/react-native/operations/storageTargetOperations.d.ts.map +1 -1
  389. package/dist/react-native/operations/storageTargetOperations.js +3 -8
  390. package/dist/react-native/operations/storageTargetOperations.js.map +1 -1
  391. package/dist/react-native/operations/storageTargets.d.ts.map +1 -1
  392. package/dist/react-native/operations/storageTargets.js +3 -8
  393. package/dist/react-native/operations/storageTargets.js.map +1 -1
  394. package/dist/react-native/operations/usageModels.d.ts.map +1 -1
  395. package/dist/react-native/operations/usageModels.js +3 -12
  396. package/dist/react-native/operations/usageModels.js.map +1 -1
  397. package/dist/react-native/operationsInterfaces/amlFilesystems.d.ts.map +1 -1
  398. package/dist/react-native/operationsInterfaces/amlFilesystems.js +2 -7
  399. package/dist/react-native/operationsInterfaces/amlFilesystems.js.map +1 -1
  400. package/dist/react-native/operationsInterfaces/ascOperations.d.ts.map +1 -1
  401. package/dist/react-native/operationsInterfaces/ascOperations.js +2 -7
  402. package/dist/react-native/operationsInterfaces/ascOperations.js.map +1 -1
  403. package/dist/react-native/operationsInterfaces/ascUsages.d.ts.map +1 -1
  404. package/dist/react-native/operationsInterfaces/ascUsages.js +2 -7
  405. package/dist/react-native/operationsInterfaces/ascUsages.js.map +1 -1
  406. package/dist/react-native/operationsInterfaces/autoExportJobs.d.ts +93 -0
  407. package/dist/react-native/operationsInterfaces/autoExportJobs.d.ts.map +1 -0
  408. package/dist/react-native/operationsInterfaces/autoExportJobs.js +4 -0
  409. package/dist/react-native/operationsInterfaces/autoExportJobs.js.map +1 -0
  410. package/dist/react-native/operationsInterfaces/autoImportJobs.d.ts +93 -0
  411. package/dist/react-native/operationsInterfaces/autoImportJobs.d.ts.map +1 -0
  412. package/dist/react-native/operationsInterfaces/autoImportJobs.js +4 -0
  413. package/dist/react-native/operationsInterfaces/autoImportJobs.js.map +1 -0
  414. package/dist/react-native/operationsInterfaces/caches.d.ts.map +1 -1
  415. package/dist/react-native/operationsInterfaces/caches.js +2 -7
  416. package/dist/react-native/operationsInterfaces/caches.js.map +1 -1
  417. package/dist/react-native/operationsInterfaces/importJobs.d.ts +2 -2
  418. package/dist/react-native/operationsInterfaces/importJobs.d.ts.map +1 -1
  419. package/dist/react-native/operationsInterfaces/importJobs.js +2 -7
  420. package/dist/react-native/operationsInterfaces/importJobs.js.map +1 -1
  421. package/dist/react-native/operationsInterfaces/index.d.ts +2 -0
  422. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  423. package/dist/react-native/operationsInterfaces/index.js +6 -7
  424. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  425. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
  426. package/dist/react-native/operationsInterfaces/operations.js +2 -7
  427. package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
  428. package/dist/react-native/operationsInterfaces/skus.d.ts.map +1 -1
  429. package/dist/react-native/operationsInterfaces/skus.js +2 -7
  430. package/dist/react-native/operationsInterfaces/skus.js.map +1 -1
  431. package/dist/react-native/operationsInterfaces/storageTargetOperations.d.ts.map +1 -1
  432. package/dist/react-native/operationsInterfaces/storageTargetOperations.js +2 -7
  433. package/dist/react-native/operationsInterfaces/storageTargetOperations.js.map +1 -1
  434. package/dist/react-native/operationsInterfaces/storageTargets.d.ts.map +1 -1
  435. package/dist/react-native/operationsInterfaces/storageTargets.js +2 -7
  436. package/dist/react-native/operationsInterfaces/storageTargets.js.map +1 -1
  437. package/dist/react-native/operationsInterfaces/usageModels.d.ts.map +1 -1
  438. package/dist/react-native/operationsInterfaces/usageModels.js +2 -7
  439. package/dist/react-native/operationsInterfaces/usageModels.js.map +1 -1
  440. package/dist/react-native/pagingHelper.d.ts.map +1 -1
  441. package/dist/react-native/pagingHelper.js +2 -7
  442. package/dist/react-native/pagingHelper.js.map +1 -1
  443. package/dist/react-native/storageCacheManagementClient.d.ts +3 -1
  444. package/dist/react-native/storageCacheManagementClient.d.ts.map +1 -1
  445. package/dist/react-native/storageCacheManagementClient.js +13 -14
  446. package/dist/react-native/storageCacheManagementClient.js.map +1 -1
  447. package/package.json +30 -33
  448. package/CHANGELOG.md +0 -269
  449. package/review/arm-storagecache-node.api.md +0 -1647
@@ -324,12 +324,30 @@ export interface ErrorAdditionalInfo {
324
324
  */
325
325
  readonly info?: Record<string, unknown>;
326
326
  }
327
+ /** An auto export job update instance. */
328
+ export interface AutoExportJobUpdate {
329
+ /** Resource tags. */
330
+ tags?: {
331
+ [propertyName: string]: string;
332
+ };
333
+ /** The administrative status of the auto export job. Possible values: 'Enable', 'Disable'. Passing in a value of 'Disable' will disable the current active auto export job. By default it is set to 'Enable'. */
334
+ adminStatus?: AutoExportJobAdminStatus;
335
+ }
336
+ /** Result of the request to list auto export jobs. It contains a list of auto export jobs and a URL link to get the next set of results. */
337
+ export interface AutoExportJobsListResult {
338
+ /** URL to get the next set of auto export job list results, if there are any. */
339
+ nextLink?: string;
340
+ /** List of auto export jobs. */
341
+ value?: AutoExportJob[];
342
+ }
327
343
  /** An import job update instance. */
328
344
  export interface ImportJobUpdate {
329
345
  /** Resource tags. */
330
346
  tags?: {
331
347
  [propertyName: string]: string;
332
348
  };
349
+ /** The administrative status of the import job. Possible values: 'Active', 'Cancel'. Passing in a value of 'Cancel' will cancel the current active import job. */
350
+ adminStatus?: ImportJobAdminStatus;
333
351
  }
334
352
  /** Result of the request to list import jobs. It contains a list of import jobs and a URL link to get the next set of results. */
335
353
  export interface ImportJobsListResult {
@@ -338,6 +356,90 @@ export interface ImportJobsListResult {
338
356
  /** List of import jobs. */
339
357
  value?: ImportJob[];
340
358
  }
359
+ /** The storage account blob change feed status of the auto import job. */
360
+ export interface AutoImportJobPropertiesStatusBlobSyncEvents {
361
+ /**
362
+ * Number of files imported during auto import.
363
+ * NOTE: This property will not be serialized. It can only be populated by the server.
364
+ */
365
+ readonly importedFiles?: number;
366
+ /**
367
+ * Number of directories imported during auto import.
368
+ * NOTE: This property will not be serialized. It can only be populated by the server.
369
+ */
370
+ readonly importedDirectories?: number;
371
+ /**
372
+ * Number of symlinks imported during auto import.
373
+ * NOTE: This property will not be serialized. It can only be populated by the server.
374
+ */
375
+ readonly importedSymlinks?: number;
376
+ /**
377
+ * Number of preexisting files during auto import.
378
+ * NOTE: This property will not be serialized. It can only be populated by the server.
379
+ */
380
+ readonly preexistingFiles?: number;
381
+ /**
382
+ * Number of preexisting directories during auto import.
383
+ * NOTE: This property will not be serialized. It can only be populated by the server.
384
+ */
385
+ readonly preexistingDirectories?: number;
386
+ /**
387
+ * Number of preexisting symlinks during auto import.
388
+ * NOTE: This property will not be serialized. It can only be populated by the server.
389
+ */
390
+ readonly preexistingSymlinks?: number;
391
+ /**
392
+ * Total number of blobs imported during auto import.
393
+ * NOTE: This property will not be serialized. It can only be populated by the server.
394
+ */
395
+ readonly totalBlobsImported?: number;
396
+ /**
397
+ * Rate of blob import per second during auto import.
398
+ * NOTE: This property will not be serialized. It can only be populated by the server.
399
+ */
400
+ readonly rateOfBlobImport?: number;
401
+ /**
402
+ * Total errors encountered during auto import.
403
+ * NOTE: This property will not be serialized. It can only be populated by the server.
404
+ */
405
+ readonly totalErrors?: number;
406
+ /**
407
+ * Total conflicts encountered during auto import.
408
+ * NOTE: This property will not be serialized. It can only be populated by the server.
409
+ */
410
+ readonly totalConflicts?: number;
411
+ /**
412
+ * Number of deletions during auto import.
413
+ * NOTE: This property will not be serialized. It can only be populated by the server.
414
+ */
415
+ readonly deletions?: number;
416
+ /**
417
+ * Date and time of the last Change Feed event consumed.
418
+ * NOTE: This property will not be serialized. It can only be populated by the server.
419
+ */
420
+ readonly lastChangeFeedEventConsumedTime?: Date;
421
+ /**
422
+ * Date and time when last fully synchronized.
423
+ * NOTE: This property will not be serialized. It can only be populated by the server.
424
+ */
425
+ readonly lastTimeFullySynchronized?: Date;
426
+ }
427
+ /** An auto import job update instance. */
428
+ export interface AutoImportJobUpdate {
429
+ /** Resource tags. */
430
+ tags?: {
431
+ [propertyName: string]: string;
432
+ };
433
+ /** The administrative status of the auto import job. Possible values: 'Enable', 'Disable'. Passing in a value of 'Disable' will disable the current active auto import job. By default it is set to 'Enable'. */
434
+ adminStatus?: AutoImportJobUpdatePropertiesAdminStatus;
435
+ }
436
+ /** Result of the request to list auto import jobs. It contains a list of auto import jobs and a URL link to get the next set of results. */
437
+ export interface AutoImportJobsListResult {
438
+ /** List of auto import jobs. */
439
+ value?: AutoImportJob[];
440
+ /** URL to get the next set of auto import job list results, if there are any. */
441
+ nextLink?: string;
442
+ }
341
443
  /** Information required to validate the subnet that will be used in AML file system create */
342
444
  export interface AmlFilesystemSubnetInfo {
343
445
  /** Subnet used for managing the AML file system and for client-facing operations. This subnet should have at least a /24 subnet mask within the VNET's address space. */
@@ -1094,6 +1196,90 @@ export interface AmlFilesystem extends TrackedResource {
1094
1196
  /** Specifies root squash settings of the AML file system. */
1095
1197
  rootSquashSettings?: AmlFilesystemRootSquashSettings;
1096
1198
  }
1199
+ /** An auto export job instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md */
1200
+ export interface AutoExportJob extends TrackedResource {
1201
+ /**
1202
+ * ARM provisioning state.
1203
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1204
+ */
1205
+ readonly provisioningState?: AutoExportJobProvisioningStateType;
1206
+ /** The administrative status of the auto export job. Possible values: 'Enable', 'Disable'. Passing in a value of 'Disable' will disable the current active auto export job. By default it is set to 'Enable'. */
1207
+ adminStatus?: AutoExportJobAdminStatus;
1208
+ /** An array of blob paths/prefixes that get auto exported to the cluster namespace. It has '/' as the default value. Number of maximum allowed paths for now is 1. */
1209
+ autoExportPrefixes?: string[];
1210
+ /** The operational state of auto export. InProgress indicates the export is running. Disabling indicates the user has requested to disable the export but the disabling is still in progress. Disabled indicates auto export has been disabled. DisableFailed indicates the disabling has failed. Failed means the export was unable to continue, due to a fatal error. */
1211
+ state?: AutoExportStatusType;
1212
+ /**
1213
+ * Server-defined status code for auto export job.
1214
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1215
+ */
1216
+ readonly statusCode?: string;
1217
+ /**
1218
+ * Server-defined status message for auto export job.
1219
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1220
+ */
1221
+ readonly statusMessage?: string;
1222
+ /**
1223
+ * Total files exported since the start of the export. This is accumulative, some files may be counted repeatedly.
1224
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1225
+ */
1226
+ readonly totalFilesExported?: number;
1227
+ /**
1228
+ * Total data (in MiB) exported since the start of the export. This is accumulative, some files may be counted repeatedly.
1229
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1230
+ */
1231
+ readonly totalMiBExported?: number;
1232
+ /**
1233
+ * Total files failed to be export since the last successfully completed iteration. This is accumulative, some files may be counted repeatedly.
1234
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1235
+ */
1236
+ readonly totalFilesFailed?: number;
1237
+ /**
1238
+ * Number of iterations completed since the start of the export.
1239
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1240
+ */
1241
+ readonly exportIterationCount?: number;
1242
+ /**
1243
+ * Time (in UTC) of the last successfully completed export iteration. Look at logging container for details.
1244
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1245
+ */
1246
+ readonly lastSuccessfulIterationCompletionTimeUTC?: Date;
1247
+ /**
1248
+ * Files discovered for export in current iteration. It may increase while more export items are found.
1249
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1250
+ */
1251
+ readonly currentIterationFilesDiscovered?: number;
1252
+ /**
1253
+ * Data (in MiB) discovered for export in current iteration. It may increase while more export items are found.
1254
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1255
+ */
1256
+ readonly currentIterationMiBDiscovered?: number;
1257
+ /**
1258
+ * Files that have been exported in current iteration.
1259
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1260
+ */
1261
+ readonly currentIterationFilesExported?: number;
1262
+ /**
1263
+ * Data (in MiB) that have been exported in current iteration.
1264
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1265
+ */
1266
+ readonly currentIterationMiBExported?: number;
1267
+ /**
1268
+ * Files failed to export in current iteration.
1269
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1270
+ */
1271
+ readonly currentIterationFilesFailed?: number;
1272
+ /**
1273
+ * The time (in UTC) the latest auto export job started.
1274
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1275
+ */
1276
+ readonly lastStartedTimeUTC?: Date;
1277
+ /**
1278
+ * The time (in UTC) of the last completed auto export job.
1279
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1280
+ */
1281
+ readonly lastCompletionTimeUTC?: Date;
1282
+ }
1097
1283
  /** An import job instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md */
1098
1284
  export interface ImportJob extends TrackedResource {
1099
1285
  /**
@@ -1101,6 +1287,8 @@ export interface ImportJob extends TrackedResource {
1101
1287
  * NOTE: This property will not be serialized. It can only be populated by the server.
1102
1288
  */
1103
1289
  readonly provisioningState?: ImportJobProvisioningStateType;
1290
+ /** The administrative status of the import job. Possible values: 'Active', 'Cancel'. Passing in a value of 'Cancel' will cancel the current active import job. By default it is set to 'Active'. */
1291
+ adminStatus?: ImportJobAdminStatus;
1104
1292
  /** An array of blob paths/prefixes that get imported into the cluster namespace. It has '/' as the default value. */
1105
1293
  importPrefixes?: string[];
1106
1294
  /** How the import job will handle conflicts. For example, if the import job is trying to bring in a directory, but a file is at that path, how it handles it. Fail indicates that the import job should stop immediately and not do anything with the conflict. Skip indicates that it should pass over the conflict. OverwriteIfDirty causes the import job to delete and re-import the file or directory if it is a conflicting type, is dirty, or was not previously imported. OverwriteAlways extends OverwriteIfDirty to include releasing files that had been restored but were not dirty. Please reference https://learn.microsoft.com/en-us/azure/azure-managed-lustre/ for a thorough explanation of these resolution modes. */
@@ -1108,7 +1296,7 @@ export interface ImportJob extends TrackedResource {
1108
1296
  /** Total non-conflict oriented errors the import job will tolerate before exiting with failure. -1 means infinite. 0 means exit immediately and is the default. */
1109
1297
  maximumErrors?: number;
1110
1298
  /**
1111
- * The state of the import job. InProgress indicates the import is still running. Canceled indicates it has been canceled by the user. Completed indicates import finished, successfully importing all discovered blobs into the Lustre namespace. CompletedPartial indicates the import finished but some blobs either were found to be conflicting and could not be imported or other errors were encountered. Failed means the import was unable to complete due to a fatal error.
1299
+ * The operational state of the import job. InProgress indicates the import is still running. Canceled indicates it has been canceled by the user. Completed indicates import finished, successfully importing all discovered blobs into the Lustre namespace. CompletedPartial indicates the import finished but some blobs either were found to be conflicting and could not be imported or other errors were encountered. Failed means the import was unable to complete due to a fatal error.
1112
1300
  * NOTE: This property will not be serialized. It can only be populated by the server.
1113
1301
  */
1114
1302
  readonly state?: ImportStatusType;
@@ -1132,18 +1320,48 @@ export interface ImportJob extends TrackedResource {
1132
1320
  * NOTE: This property will not be serialized. It can only be populated by the server.
1133
1321
  */
1134
1322
  readonly totalBlobsImported?: number;
1323
+ /**
1324
+ * New or modified files that have been imported into the filesystem.
1325
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1326
+ */
1327
+ readonly importedFiles?: number;
1328
+ /**
1329
+ * New or modified directories that have been imported into the filesystem.
1330
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1331
+ */
1332
+ readonly importedDirectories?: number;
1333
+ /**
1334
+ * Newly added symbolic links into the filesystem.
1335
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1336
+ */
1337
+ readonly importedSymlinks?: number;
1338
+ /**
1339
+ * Files that already exist in the filesystem and have not been modified.
1340
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1341
+ */
1342
+ readonly preexistingFiles?: number;
1343
+ /**
1344
+ * Directories that already exist in the filesystem and have not been modified.
1345
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1346
+ */
1347
+ readonly preexistingDirectories?: number;
1348
+ /**
1349
+ * Symbolic links that already exist in the filesystem and have not been modified.
1350
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1351
+ */
1352
+ readonly preexistingSymlinks?: number;
1135
1353
  /**
1136
1354
  * A recent and frequently updated rate of total files, directories, and symlinks imported per second.
1137
1355
  * NOTE: This property will not be serialized. It can only be populated by the server.
1138
1356
  */
1139
1357
  readonly blobsImportedPerSecond?: number;
1140
1358
  /**
1141
- * The time of the last completed archive operation
1359
+ * The time (in UTC) of the last completed import job.
1142
1360
  * NOTE: This property will not be serialized. It can only be populated by the server.
1143
1361
  */
1144
1362
  readonly lastCompletionTime?: Date;
1145
1363
  /**
1146
- * The time the latest archive operation started
1364
+ * The time (in UTC) the latest import job started.
1147
1365
  * NOTE: This property will not be serialized. It can only be populated by the server.
1148
1366
  */
1149
1367
  readonly lastStartedTime?: Date;
@@ -1158,6 +1376,124 @@ export interface ImportJob extends TrackedResource {
1158
1376
  */
1159
1377
  readonly totalConflicts?: number;
1160
1378
  }
1379
+ /** An auto import job instance. Follows Azure Resource Manager standards: https://github.com/Azure/azure-resource-manager-rpc/blob/master/v1.0/resource-api-reference.md */
1380
+ export interface AutoImportJob extends TrackedResource {
1381
+ /**
1382
+ * ARM provisioning state.
1383
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1384
+ */
1385
+ readonly provisioningState?: AutoImportJobPropertiesProvisioningState;
1386
+ /** The administrative status of the auto import job. Possible values: 'Enable', 'Disable'. Passing in a value of 'Disable' will disable the current active auto import job. By default it is set to 'Enable'. */
1387
+ adminStatus?: AutoImportJobPropertiesAdminStatus;
1388
+ /** An array of blob paths/prefixes that get auto imported to the cluster namespace. It has '/' as the default value. Number of maximum allowed paths is 100. */
1389
+ autoImportPrefixes?: string[];
1390
+ /** How the auto import job will handle conflicts. For example, if the auto import job is trying to bring in a directory, but a file is at that path, how it handles it. Fail indicates that the auto import job should stop immediately and not do anything with the conflict. Skip indicates that it should pass over the conflict. OverwriteIfDirty causes the auto import job to delete and re-import the file or directory if it is a conflicting type, is dirty, or is currently released. OverwriteAlways extends OverwriteIfDirty to include releasing files that had been restored but were not dirty. Please reference https://learn.microsoft.com/en-us/azure/azure-managed-lustre/blob-integration#conflict-resolution-mode for a thorough explanation of these resolution modes. */
1391
+ conflictResolutionMode?: ConflictResolutionMode;
1392
+ /** Whether or not to enable deletions during auto import. This only affects overwrite-dirty. */
1393
+ enableDeletions?: boolean;
1394
+ /** Total non-conflict-oriented errors (e.g., OS errors) Import will tolerate before exiting with failure. -1 means infinite. 0 means exit immediately on any error. */
1395
+ maximumErrors?: number;
1396
+ /**
1397
+ * The state of the auto import operation.
1398
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1399
+ */
1400
+ readonly state?: AutoImportJobState;
1401
+ /**
1402
+ * Server-defined status code for auto import job.
1403
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1404
+ */
1405
+ readonly statusCode?: string;
1406
+ /**
1407
+ * Server-defined status message for auto import job.
1408
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1409
+ */
1410
+ readonly statusMessage?: string;
1411
+ /**
1412
+ * Date and time of when the currently running full scan began.
1413
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1414
+ */
1415
+ readonly scanStartTime?: Date;
1416
+ /**
1417
+ * Date and time of when the full scan ended.
1418
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1419
+ */
1420
+ readonly scanEndTime?: Date;
1421
+ /**
1422
+ * Total number of blobs walked during full scan.
1423
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1424
+ */
1425
+ readonly totalBlobsWalked?: number;
1426
+ /**
1427
+ * Rate of blobs walked during full scan.
1428
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1429
+ */
1430
+ readonly rateOfBlobWalk?: number;
1431
+ /**
1432
+ * Total number of blobs imported during full scan.
1433
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1434
+ */
1435
+ readonly totalBlobsImported?: number;
1436
+ /**
1437
+ * Rate of blob import during full scan.
1438
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1439
+ */
1440
+ readonly rateOfBlobImport?: number;
1441
+ /**
1442
+ * Number of files imported during full scan.
1443
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1444
+ */
1445
+ readonly importedFiles?: number;
1446
+ /**
1447
+ * Number of directories imported during full scan.
1448
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1449
+ */
1450
+ readonly importedDirectories?: number;
1451
+ /**
1452
+ * Number of symlinks imported during full scan.
1453
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1454
+ */
1455
+ readonly importedSymlinks?: number;
1456
+ /**
1457
+ * Number of preexisting files during full scan.
1458
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1459
+ */
1460
+ readonly preexistingFiles?: number;
1461
+ /**
1462
+ * Number of preexisting directories during full scan.
1463
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1464
+ */
1465
+ readonly preexistingDirectories?: number;
1466
+ /**
1467
+ * Number of preexisting symlinks during full scan.
1468
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1469
+ */
1470
+ readonly preexistingSymlinks?: number;
1471
+ /**
1472
+ * Total errors encountered during full scan.
1473
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1474
+ */
1475
+ readonly totalErrors?: number;
1476
+ /**
1477
+ * Total conflicts encountered during full scan.
1478
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1479
+ */
1480
+ readonly totalConflicts?: number;
1481
+ /**
1482
+ * The storage account blob change feed status of the auto import job.
1483
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1484
+ */
1485
+ readonly blobSyncEvents?: AutoImportJobPropertiesStatusBlobSyncEvents;
1486
+ /**
1487
+ * The time (in UTC) the latest auto import job started.
1488
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1489
+ */
1490
+ readonly lastStartedTimeUTC?: Date;
1491
+ /**
1492
+ * The time (in UTC) of the last completed auto import job.
1493
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1494
+ */
1495
+ readonly lastCompletionTimeUTC?: Date;
1496
+ }
1161
1497
  /** Defines headers for AmlFilesystems_delete operation. */
1162
1498
  export interface AmlFilesystemsDeleteHeaders {
1163
1499
  /** Location URI to poll for result */
@@ -1177,6 +1513,25 @@ export interface AmlFilesystemsUpdateHeaders {
1177
1513
  /** URI to poll for the operation status */
1178
1514
  azureAsyncOperation?: string;
1179
1515
  }
1516
+ /** Defines headers for AutoExportJobs_delete operation. */
1517
+ export interface AutoExportJobsDeleteHeaders {
1518
+ /** Location URI to poll for result */
1519
+ location?: string;
1520
+ /** URI to poll for the operation status */
1521
+ azureAsyncOperation?: string;
1522
+ }
1523
+ /** Defines headers for AutoExportJobs_createOrUpdate operation. */
1524
+ export interface AutoExportJobsCreateOrUpdateHeaders {
1525
+ /** URI to poll for the operation status */
1526
+ azureAsyncOperation?: string;
1527
+ }
1528
+ /** Defines headers for AutoExportJobs_update operation. */
1529
+ export interface AutoExportJobsUpdateHeaders {
1530
+ /** URI to poll for the operation status */
1531
+ location?: string;
1532
+ /** URI to poll for the operation status */
1533
+ azureAsyncOperation?: string;
1534
+ }
1180
1535
  /** Defines headers for ImportJobs_delete operation. */
1181
1536
  export interface ImportJobsDeleteHeaders {
1182
1537
  /** Location URI to poll for result */
@@ -1196,6 +1551,20 @@ export interface ImportJobsUpdateHeaders {
1196
1551
  /** URI to poll for the operation status */
1197
1552
  azureAsyncOperation?: string;
1198
1553
  }
1554
+ /** Defines headers for AutoImportJobs_delete operation. */
1555
+ export interface AutoImportJobsDeleteHeaders {
1556
+ location?: string;
1557
+ azureAsyncOperation?: string;
1558
+ }
1559
+ /** Defines headers for AutoImportJobs_createOrUpdate operation. */
1560
+ export interface AutoImportJobsCreateOrUpdateHeaders {
1561
+ azureAsyncOperation?: string;
1562
+ }
1563
+ /** Defines headers for AutoImportJobs_update operation. */
1564
+ export interface AutoImportJobsUpdateHeaders {
1565
+ location?: string;
1566
+ azureAsyncOperation?: string;
1567
+ }
1199
1568
  /** Defines headers for Caches_delete operation. */
1200
1569
  export interface CachesDeleteHeaders {
1201
1570
  /** Location URI to poll for result */
@@ -1457,6 +1826,75 @@ export declare enum KnownCreatedByType {
1457
1826
  * **Key**
1458
1827
  */
1459
1828
  export type CreatedByType = string;
1829
+ /** Known values of {@link AutoExportJobProvisioningStateType} that the service accepts. */
1830
+ export declare enum KnownAutoExportJobProvisioningStateType {
1831
+ /** Succeeded */
1832
+ Succeeded = "Succeeded",
1833
+ /** Failed */
1834
+ Failed = "Failed",
1835
+ /** Creating */
1836
+ Creating = "Creating",
1837
+ /** Deleting */
1838
+ Deleting = "Deleting",
1839
+ /** Updating */
1840
+ Updating = "Updating",
1841
+ /** Canceled */
1842
+ Canceled = "Canceled"
1843
+ }
1844
+ /**
1845
+ * Defines values for AutoExportJobProvisioningStateType. \
1846
+ * {@link KnownAutoExportJobProvisioningStateType} can be used interchangeably with AutoExportJobProvisioningStateType,
1847
+ * this enum contains the known values that the service supports.
1848
+ * ### Known values supported by the service
1849
+ * **Succeeded** \
1850
+ * **Failed** \
1851
+ * **Creating** \
1852
+ * **Deleting** \
1853
+ * **Updating** \
1854
+ * **Canceled**
1855
+ */
1856
+ export type AutoExportJobProvisioningStateType = string;
1857
+ /** Known values of {@link AutoExportJobAdminStatus} that the service accepts. */
1858
+ export declare enum KnownAutoExportJobAdminStatus {
1859
+ /** Enable */
1860
+ Enable = "Enable",
1861
+ /** Disable */
1862
+ Disable = "Disable"
1863
+ }
1864
+ /**
1865
+ * Defines values for AutoExportJobAdminStatus. \
1866
+ * {@link KnownAutoExportJobAdminStatus} can be used interchangeably with AutoExportJobAdminStatus,
1867
+ * this enum contains the known values that the service supports.
1868
+ * ### Known values supported by the service
1869
+ * **Enable** \
1870
+ * **Disable**
1871
+ */
1872
+ export type AutoExportJobAdminStatus = string;
1873
+ /** Known values of {@link AutoExportStatusType} that the service accepts. */
1874
+ export declare enum KnownAutoExportStatusType {
1875
+ /** InProgress */
1876
+ InProgress = "InProgress",
1877
+ /** Disabling */
1878
+ Disabling = "Disabling",
1879
+ /** Disabled */
1880
+ Disabled = "Disabled",
1881
+ /** DisableFailed */
1882
+ DisableFailed = "DisableFailed",
1883
+ /** Failed */
1884
+ Failed = "Failed"
1885
+ }
1886
+ /**
1887
+ * Defines values for AutoExportStatusType. \
1888
+ * {@link KnownAutoExportStatusType} can be used interchangeably with AutoExportStatusType,
1889
+ * this enum contains the known values that the service supports.
1890
+ * ### Known values supported by the service
1891
+ * **InProgress** \
1892
+ * **Disabling** \
1893
+ * **Disabled** \
1894
+ * **DisableFailed** \
1895
+ * **Failed**
1896
+ */
1897
+ export type AutoExportStatusType = string;
1460
1898
  /** Known values of {@link ImportJobProvisioningStateType} that the service accepts. */
1461
1899
  export declare enum KnownImportJobProvisioningStateType {
1462
1900
  /** Succeeded */
@@ -1485,6 +1923,22 @@ export declare enum KnownImportJobProvisioningStateType {
1485
1923
  * **Canceled**
1486
1924
  */
1487
1925
  export type ImportJobProvisioningStateType = string;
1926
+ /** Known values of {@link ImportJobAdminStatus} that the service accepts. */
1927
+ export declare enum KnownImportJobAdminStatus {
1928
+ /** Active */
1929
+ Active = "Active",
1930
+ /** Cancel */
1931
+ Cancel = "Cancel"
1932
+ }
1933
+ /**
1934
+ * Defines values for ImportJobAdminStatus. \
1935
+ * {@link KnownImportJobAdminStatus} can be used interchangeably with ImportJobAdminStatus,
1936
+ * this enum contains the known values that the service supports.
1937
+ * ### Known values supported by the service
1938
+ * **Active** \
1939
+ * **Cancel**
1940
+ */
1941
+ export type ImportJobAdminStatus = string;
1488
1942
  /** Known values of {@link ConflictResolutionMode} that the service accepts. */
1489
1943
  export declare enum KnownConflictResolutionMode {
1490
1944
  /** Fail */
@@ -1535,6 +1989,88 @@ export declare enum KnownImportStatusType {
1535
1989
  * **Failed**
1536
1990
  */
1537
1991
  export type ImportStatusType = string;
1992
+ /** Known values of {@link AutoImportJobPropertiesProvisioningState} that the service accepts. */
1993
+ export declare enum KnownAutoImportJobPropertiesProvisioningState {
1994
+ /** Succeeded */
1995
+ Succeeded = "Succeeded",
1996
+ /** Failed */
1997
+ Failed = "Failed",
1998
+ /** Creating */
1999
+ Creating = "Creating",
2000
+ /** Deleting */
2001
+ Deleting = "Deleting",
2002
+ /** Updating */
2003
+ Updating = "Updating",
2004
+ /** Canceled */
2005
+ Canceled = "Canceled"
2006
+ }
2007
+ /**
2008
+ * Defines values for AutoImportJobPropertiesProvisioningState. \
2009
+ * {@link KnownAutoImportJobPropertiesProvisioningState} can be used interchangeably with AutoImportJobPropertiesProvisioningState,
2010
+ * this enum contains the known values that the service supports.
2011
+ * ### Known values supported by the service
2012
+ * **Succeeded** \
2013
+ * **Failed** \
2014
+ * **Creating** \
2015
+ * **Deleting** \
2016
+ * **Updating** \
2017
+ * **Canceled**
2018
+ */
2019
+ export type AutoImportJobPropertiesProvisioningState = string;
2020
+ /** Known values of {@link AutoImportJobPropertiesAdminStatus} that the service accepts. */
2021
+ export declare enum KnownAutoImportJobPropertiesAdminStatus {
2022
+ /** Enable */
2023
+ Enable = "Enable",
2024
+ /** Disable */
2025
+ Disable = "Disable"
2026
+ }
2027
+ /**
2028
+ * Defines values for AutoImportJobPropertiesAdminStatus. \
2029
+ * {@link KnownAutoImportJobPropertiesAdminStatus} can be used interchangeably with AutoImportJobPropertiesAdminStatus,
2030
+ * this enum contains the known values that the service supports.
2031
+ * ### Known values supported by the service
2032
+ * **Enable** \
2033
+ * **Disable**
2034
+ */
2035
+ export type AutoImportJobPropertiesAdminStatus = string;
2036
+ /** Known values of {@link AutoImportJobState} that the service accepts. */
2037
+ export declare enum KnownAutoImportJobState {
2038
+ /** InProgress */
2039
+ InProgress = "InProgress",
2040
+ /** Failed */
2041
+ Failed = "Failed",
2042
+ /** Disabling */
2043
+ Disabling = "Disabling",
2044
+ /** Disabled */
2045
+ Disabled = "Disabled"
2046
+ }
2047
+ /**
2048
+ * Defines values for AutoImportJobState. \
2049
+ * {@link KnownAutoImportJobState} can be used interchangeably with AutoImportJobState,
2050
+ * this enum contains the known values that the service supports.
2051
+ * ### Known values supported by the service
2052
+ * **InProgress** \
2053
+ * **Failed** \
2054
+ * **Disabling** \
2055
+ * **Disabled**
2056
+ */
2057
+ export type AutoImportJobState = string;
2058
+ /** Known values of {@link AutoImportJobUpdatePropertiesAdminStatus} that the service accepts. */
2059
+ export declare enum KnownAutoImportJobUpdatePropertiesAdminStatus {
2060
+ /** Enable */
2061
+ Enable = "Enable",
2062
+ /** Disable */
2063
+ Disable = "Disable"
2064
+ }
2065
+ /**
2066
+ * Defines values for AutoImportJobUpdatePropertiesAdminStatus. \
2067
+ * {@link KnownAutoImportJobUpdatePropertiesAdminStatus} can be used interchangeably with AutoImportJobUpdatePropertiesAdminStatus,
2068
+ * this enum contains the known values that the service supports.
2069
+ * ### Known values supported by the service
2070
+ * **Enable** \
2071
+ * **Disable**
2072
+ */
2073
+ export type AutoImportJobUpdatePropertiesAdminStatus = string;
1538
2074
  /** Known values of {@link FilesystemSubnetStatusType} that the service accepts. */
1539
2075
  export declare enum KnownFilesystemSubnetStatusType {
1540
2076
  /** Ok */
@@ -1917,6 +2453,48 @@ export interface AmlFilesystemsListByResourceGroupNextOptionalParams extends cor
1917
2453
  /** Contains response data for the listByResourceGroupNext operation. */
1918
2454
  export type AmlFilesystemsListByResourceGroupNextResponse = AmlFilesystemsListResult;
1919
2455
  /** Optional parameters. */
2456
+ export interface AutoExportJobsDeleteOptionalParams extends coreClient.OperationOptions {
2457
+ /** Delay to wait until next poll, in milliseconds. */
2458
+ updateIntervalInMs?: number;
2459
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2460
+ resumeFrom?: string;
2461
+ }
2462
+ /** Contains response data for the delete operation. */
2463
+ export type AutoExportJobsDeleteResponse = AutoExportJobsDeleteHeaders;
2464
+ /** Optional parameters. */
2465
+ export interface AutoExportJobsGetOptionalParams extends coreClient.OperationOptions {
2466
+ }
2467
+ /** Contains response data for the get operation. */
2468
+ export type AutoExportJobsGetResponse = AutoExportJob;
2469
+ /** Optional parameters. */
2470
+ export interface AutoExportJobsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2471
+ /** Delay to wait until next poll, in milliseconds. */
2472
+ updateIntervalInMs?: number;
2473
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2474
+ resumeFrom?: string;
2475
+ }
2476
+ /** Contains response data for the createOrUpdate operation. */
2477
+ export type AutoExportJobsCreateOrUpdateResponse = AutoExportJob;
2478
+ /** Optional parameters. */
2479
+ export interface AutoExportJobsUpdateOptionalParams extends coreClient.OperationOptions {
2480
+ /** Delay to wait until next poll, in milliseconds. */
2481
+ updateIntervalInMs?: number;
2482
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2483
+ resumeFrom?: string;
2484
+ }
2485
+ /** Contains response data for the update operation. */
2486
+ export type AutoExportJobsUpdateResponse = AutoExportJob;
2487
+ /** Optional parameters. */
2488
+ export interface AutoExportJobsListByAmlFilesystemOptionalParams extends coreClient.OperationOptions {
2489
+ }
2490
+ /** Contains response data for the listByAmlFilesystem operation. */
2491
+ export type AutoExportJobsListByAmlFilesystemResponse = AutoExportJobsListResult;
2492
+ /** Optional parameters. */
2493
+ export interface AutoExportJobsListByAmlFilesystemNextOptionalParams extends coreClient.OperationOptions {
2494
+ }
2495
+ /** Contains response data for the listByAmlFilesystemNext operation. */
2496
+ export type AutoExportJobsListByAmlFilesystemNextResponse = AutoExportJobsListResult;
2497
+ /** Optional parameters. */
1920
2498
  export interface ImportJobsDeleteOptionalParams extends coreClient.OperationOptions {
1921
2499
  /** Delay to wait until next poll, in milliseconds. */
1922
2500
  updateIntervalInMs?: number;
@@ -1959,6 +2537,48 @@ export interface ImportJobsListByAmlFilesystemNextOptionalParams extends coreCli
1959
2537
  /** Contains response data for the listByAmlFilesystemNext operation. */
1960
2538
  export type ImportJobsListByAmlFilesystemNextResponse = ImportJobsListResult;
1961
2539
  /** Optional parameters. */
2540
+ export interface AutoImportJobsDeleteOptionalParams extends coreClient.OperationOptions {
2541
+ /** Delay to wait until next poll, in milliseconds. */
2542
+ updateIntervalInMs?: number;
2543
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2544
+ resumeFrom?: string;
2545
+ }
2546
+ /** Contains response data for the delete operation. */
2547
+ export type AutoImportJobsDeleteResponse = AutoImportJobsDeleteHeaders;
2548
+ /** Optional parameters. */
2549
+ export interface AutoImportJobsGetOptionalParams extends coreClient.OperationOptions {
2550
+ }
2551
+ /** Contains response data for the get operation. */
2552
+ export type AutoImportJobsGetResponse = AutoImportJob;
2553
+ /** Optional parameters. */
2554
+ export interface AutoImportJobsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2555
+ /** Delay to wait until next poll, in milliseconds. */
2556
+ updateIntervalInMs?: number;
2557
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2558
+ resumeFrom?: string;
2559
+ }
2560
+ /** Contains response data for the createOrUpdate operation. */
2561
+ export type AutoImportJobsCreateOrUpdateResponse = AutoImportJob;
2562
+ /** Optional parameters. */
2563
+ export interface AutoImportJobsUpdateOptionalParams extends coreClient.OperationOptions {
2564
+ /** Delay to wait until next poll, in milliseconds. */
2565
+ updateIntervalInMs?: number;
2566
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2567
+ resumeFrom?: string;
2568
+ }
2569
+ /** Contains response data for the update operation. */
2570
+ export type AutoImportJobsUpdateResponse = AutoImportJob;
2571
+ /** Optional parameters. */
2572
+ export interface AutoImportJobsListByAmlFilesystemOptionalParams extends coreClient.OperationOptions {
2573
+ }
2574
+ /** Contains response data for the listByAmlFilesystem operation. */
2575
+ export type AutoImportJobsListByAmlFilesystemResponse = AutoImportJobsListResult;
2576
+ /** Optional parameters. */
2577
+ export interface AutoImportJobsListByAmlFilesystemNextOptionalParams extends coreClient.OperationOptions {
2578
+ }
2579
+ /** Contains response data for the listByAmlFilesystemNext operation. */
2580
+ export type AutoImportJobsListByAmlFilesystemNextResponse = AutoImportJobsListResult;
2581
+ /** Optional parameters. */
1962
2582
  export interface CheckAmlFSSubnetsOptionalParams extends coreClient.OperationOptions {
1963
2583
  /** Information about the subnets to validate. */
1964
2584
  amlFilesystemSubnetInfo?: AmlFilesystemSubnetInfo;