@azure/arm-storagecache 8.1.0-alpha.20260310.1 → 8.2.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 (130) hide show
  1. package/README.md +2 -2
  2. package/dist/browser/models/index.d.ts +185 -2
  3. package/dist/browser/models/index.d.ts.map +1 -1
  4. package/dist/browser/models/index.js +32 -0
  5. package/dist/browser/models/index.js.map +1 -1
  6. package/dist/browser/models/mappers.d.ts +6 -0
  7. package/dist/browser/models/mappers.d.ts.map +1 -1
  8. package/dist/browser/models/mappers.js +183 -0
  9. package/dist/browser/models/mappers.js.map +1 -1
  10. package/dist/browser/models/parameters.d.ts +3 -0
  11. package/dist/browser/models/parameters.d.ts.map +1 -1
  12. package/dist/browser/models/parameters.js +25 -2
  13. package/dist/browser/models/parameters.js.map +1 -1
  14. package/dist/browser/operations/expansionJobs.d.ts +120 -0
  15. package/dist/browser/operations/expansionJobs.d.ts.map +1 -0
  16. package/dist/browser/operations/expansionJobs.js +473 -0
  17. package/dist/browser/operations/expansionJobs.js.map +1 -0
  18. package/dist/browser/operations/index.d.ts +1 -0
  19. package/dist/browser/operations/index.d.ts.map +1 -1
  20. package/dist/browser/operations/index.js +1 -0
  21. package/dist/browser/operations/index.js.map +1 -1
  22. package/dist/browser/operationsInterfaces/expansionJobs.d.ts +93 -0
  23. package/dist/browser/operationsInterfaces/expansionJobs.d.ts.map +1 -0
  24. package/dist/browser/operationsInterfaces/expansionJobs.js +4 -0
  25. package/dist/browser/operationsInterfaces/expansionJobs.js.map +1 -0
  26. package/dist/browser/operationsInterfaces/index.d.ts +1 -0
  27. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  28. package/dist/browser/operationsInterfaces/index.js +1 -0
  29. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  30. package/dist/browser/storageCacheManagementClient.d.ts +2 -1
  31. package/dist/browser/storageCacheManagementClient.d.ts.map +1 -1
  32. package/dist/browser/storageCacheManagementClient.js +5 -3
  33. package/dist/browser/storageCacheManagementClient.js.map +1 -1
  34. package/dist/commonjs/models/index.d.ts +185 -2
  35. package/dist/commonjs/models/index.d.ts.map +1 -1
  36. package/dist/commonjs/models/index.js +22 -0
  37. package/dist/commonjs/models/index.js.map +3 -3
  38. package/dist/commonjs/models/mappers.d.ts +6 -0
  39. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  40. package/dist/commonjs/models/mappers.js +195 -0
  41. package/dist/commonjs/models/mappers.js.map +2 -2
  42. package/dist/commonjs/models/parameters.d.ts +3 -0
  43. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  44. package/dist/commonjs/models/parameters.js +30 -1
  45. package/dist/commonjs/models/parameters.js.map +3 -3
  46. package/dist/commonjs/operations/expansionJobs.d.ts +120 -0
  47. package/dist/commonjs/operations/expansionJobs.d.ts.map +1 -0
  48. package/dist/commonjs/operations/expansionJobs.js +547 -0
  49. package/dist/commonjs/operations/expansionJobs.js.map +7 -0
  50. package/dist/commonjs/operations/index.d.ts +1 -0
  51. package/dist/commonjs/operations/index.d.ts.map +1 -1
  52. package/dist/commonjs/operations/index.js +2 -0
  53. package/dist/commonjs/operations/index.js.map +2 -2
  54. package/dist/commonjs/operationsInterfaces/expansionJobs.d.ts +93 -0
  55. package/dist/commonjs/operationsInterfaces/expansionJobs.d.ts.map +1 -0
  56. package/dist/commonjs/operationsInterfaces/expansionJobs.js +15 -0
  57. package/dist/commonjs/operationsInterfaces/expansionJobs.js.map +7 -0
  58. package/dist/commonjs/operationsInterfaces/index.d.ts +1 -0
  59. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  60. package/dist/commonjs/operationsInterfaces/index.js +2 -0
  61. package/dist/commonjs/operationsInterfaces/index.js.map +2 -2
  62. package/dist/commonjs/storageCacheManagementClient.d.ts +2 -1
  63. package/dist/commonjs/storageCacheManagementClient.d.ts.map +1 -1
  64. package/dist/commonjs/storageCacheManagementClient.js +4 -2
  65. package/dist/commonjs/storageCacheManagementClient.js.map +2 -2
  66. package/dist/esm/models/index.d.ts +185 -2
  67. package/dist/esm/models/index.d.ts.map +1 -1
  68. package/dist/esm/models/index.js +20 -0
  69. package/dist/esm/models/index.js.map +3 -3
  70. package/dist/esm/models/mappers.d.ts +6 -0
  71. package/dist/esm/models/mappers.d.ts.map +1 -1
  72. package/dist/esm/models/mappers.js +189 -0
  73. package/dist/esm/models/mappers.js.map +2 -2
  74. package/dist/esm/models/parameters.d.ts +3 -0
  75. package/dist/esm/models/parameters.d.ts.map +1 -1
  76. package/dist/esm/models/parameters.js +29 -1
  77. package/dist/esm/models/parameters.js.map +2 -2
  78. package/dist/esm/operations/expansionJobs.d.ts +120 -0
  79. package/dist/esm/operations/expansionJobs.d.ts.map +1 -0
  80. package/dist/esm/operations/expansionJobs.js +514 -0
  81. package/dist/esm/operations/expansionJobs.js.map +7 -0
  82. package/dist/esm/operations/index.d.ts +1 -0
  83. package/dist/esm/operations/index.d.ts.map +1 -1
  84. package/dist/esm/operations/index.js +1 -0
  85. package/dist/esm/operations/index.js.map +2 -2
  86. package/dist/esm/operationsInterfaces/expansionJobs.d.ts +93 -0
  87. package/dist/esm/operationsInterfaces/expansionJobs.d.ts.map +1 -0
  88. package/dist/esm/operationsInterfaces/expansionJobs.js +0 -0
  89. package/dist/esm/operationsInterfaces/expansionJobs.js.map +7 -0
  90. package/dist/esm/operationsInterfaces/index.d.ts +1 -0
  91. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  92. package/dist/esm/operationsInterfaces/index.js +1 -0
  93. package/dist/esm/operationsInterfaces/index.js.map +2 -2
  94. package/dist/esm/storageCacheManagementClient.d.ts +2 -1
  95. package/dist/esm/storageCacheManagementClient.d.ts.map +1 -1
  96. package/dist/esm/storageCacheManagementClient.js +5 -2
  97. package/dist/esm/storageCacheManagementClient.js.map +2 -2
  98. package/dist/react-native/models/index.d.ts +185 -2
  99. package/dist/react-native/models/index.d.ts.map +1 -1
  100. package/dist/react-native/models/index.js +32 -0
  101. package/dist/react-native/models/index.js.map +1 -1
  102. package/dist/react-native/models/mappers.d.ts +6 -0
  103. package/dist/react-native/models/mappers.d.ts.map +1 -1
  104. package/dist/react-native/models/mappers.js +183 -0
  105. package/dist/react-native/models/mappers.js.map +1 -1
  106. package/dist/react-native/models/parameters.d.ts +3 -0
  107. package/dist/react-native/models/parameters.d.ts.map +1 -1
  108. package/dist/react-native/models/parameters.js +25 -2
  109. package/dist/react-native/models/parameters.js.map +1 -1
  110. package/dist/react-native/operations/expansionJobs.d.ts +120 -0
  111. package/dist/react-native/operations/expansionJobs.d.ts.map +1 -0
  112. package/dist/react-native/operations/expansionJobs.js +473 -0
  113. package/dist/react-native/operations/expansionJobs.js.map +1 -0
  114. package/dist/react-native/operations/index.d.ts +1 -0
  115. package/dist/react-native/operations/index.d.ts.map +1 -1
  116. package/dist/react-native/operations/index.js +1 -0
  117. package/dist/react-native/operations/index.js.map +1 -1
  118. package/dist/react-native/operationsInterfaces/expansionJobs.d.ts +93 -0
  119. package/dist/react-native/operationsInterfaces/expansionJobs.d.ts.map +1 -0
  120. package/dist/react-native/operationsInterfaces/expansionJobs.js +4 -0
  121. package/dist/react-native/operationsInterfaces/expansionJobs.js.map +1 -0
  122. package/dist/react-native/operationsInterfaces/index.d.ts +1 -0
  123. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  124. package/dist/react-native/operationsInterfaces/index.js +1 -0
  125. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  126. package/dist/react-native/storageCacheManagementClient.d.ts +2 -1
  127. package/dist/react-native/storageCacheManagementClient.d.ts.map +1 -1
  128. package/dist/react-native/storageCacheManagementClient.js +5 -3
  129. package/dist/react-native/storageCacheManagementClient.js.map +1 -1
  130. package/package.json +31 -30
@@ -19,6 +19,9 @@ export declare const importJob1: OperationParameter;
19
19
  export declare const autoImportJobName: OperationURLParameter;
20
20
  export declare const autoImportJob: OperationParameter;
21
21
  export declare const autoImportJob1: OperationParameter;
22
+ export declare const expansionJobName: OperationURLParameter;
23
+ export declare const expansionJob: OperationParameter;
24
+ export declare const expansionJob1: OperationParameter;
22
25
  export declare const amlFilesystemSubnetInfo: OperationParameter;
23
26
  export declare const requiredAMLFilesystemSubnetsSizeInfo: OperationParameter;
24
27
  export declare const location: OperationURLParameter;
@@ -1 +1 @@
1
- {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAmB5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAY5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAa/B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAc/B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAG3B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,kBAG5B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAc/B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAG3B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,kBAG5B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,qBAc3B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,kBAGvB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAc/B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAG3B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,kBAG5B,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,kBAGrC,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,kBAGlD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAYtB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBAYzB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,qBASvB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,qBAYvB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,kBAGpB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAG1B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,kBAc7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAY/B,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,uBAQnB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAG3B,CAAC"}
1
+ {"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAMA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAqB5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAY5B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAa/B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAc/B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAG3B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,kBAG5B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAc/B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAG3B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,kBAG5B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,qBAc3B,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,kBAGvB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAc/B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAG3B,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,kBAG5B,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,qBAc9B,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAG1B,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAG3B,CAAC;AAEF,eAAO,MAAM,uBAAuB,EAAE,kBAGrC,CAAC;AAEF,eAAO,MAAM,oCAAoC,EAAE,kBAGlD,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAYtB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBAYzB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,qBASvB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,qBAYvB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,kBAGpB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,YAAY,EAAE,kBAG1B,CAAC;AAEF,eAAO,MAAM,eAAe,EAAE,kBAc7B,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAY/B,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,uBAQnB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,kBAG3B,CAAC"}
@@ -8,6 +8,8 @@ import {
8
8
  ImportJobUpdate as ImportJobUpdateMapper,
9
9
  AutoImportJob as AutoImportJobMapper,
10
10
  AutoImportJobUpdate as AutoImportJobUpdateMapper,
11
+ ExpansionJob as ExpansionJobMapper,
12
+ ExpansionJobUpdate as ExpansionJobUpdateMapper,
11
13
  AmlFilesystemSubnetInfo as AmlFilesystemSubnetInfoMapper,
12
14
  RequiredAmlFilesystemSubnetsSizeInfo as RequiredAmlFilesystemSubnetsSizeInfoMapper,
13
15
  Cache as CacheMapper,
@@ -40,7 +42,7 @@ const $host = {
40
42
  const apiVersion = {
41
43
  parameterPath: "apiVersion",
42
44
  mapper: {
43
- defaultValue: "2025-07-01",
45
+ defaultValue: "2026-01-01",
44
46
  isConstant: true,
45
47
  serializedName: "api-version",
46
48
  type: {
@@ -193,6 +195,29 @@ const autoImportJob1 = {
193
195
  parameterPath: "autoImportJob",
194
196
  mapper: AutoImportJobUpdateMapper
195
197
  };
198
+ const expansionJobName = {
199
+ parameterPath: "expansionJobName",
200
+ mapper: {
201
+ constraints: {
202
+ Pattern: new RegExp("^[0-9a-zA-Z][-0-9a-zA-Z_]{0,78}[0-9a-zA-Z]$"),
203
+ MaxLength: 80,
204
+ MinLength: 2
205
+ },
206
+ serializedName: "expansionJobName",
207
+ required: true,
208
+ type: {
209
+ name: "String"
210
+ }
211
+ }
212
+ };
213
+ const expansionJob = {
214
+ parameterPath: "expansionJob",
215
+ mapper: ExpansionJobMapper
216
+ };
217
+ const expansionJob1 = {
218
+ parameterPath: "expansionJob",
219
+ mapper: ExpansionJobUpdateMapper
220
+ };
196
221
  const amlFilesystemSubnetInfo = {
197
222
  parameterPath: ["options", "amlFilesystemSubnetInfo"],
198
223
  mapper: AmlFilesystemSubnetInfoMapper
@@ -326,6 +351,9 @@ export {
326
351
  cache1,
327
352
  cacheName,
328
353
  contentType,
354
+ expansionJob,
355
+ expansionJob1,
356
+ expansionJobName,
329
357
  force,
330
358
  importJob,
331
359
  importJob1,
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "version": 3,
3
3
  "sources": ["/mnt/vss/_work/1/s/sdk/storagecache/arm-storagecache/src/models/parameters.ts"],
4
- "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n AmlFilesystem as AmlFilesystemMapper,\n AmlFilesystemUpdate as AmlFilesystemUpdateMapper,\n AmlFilesystemArchiveInfo as AmlFilesystemArchiveInfoMapper,\n AutoExportJob as AutoExportJobMapper,\n AutoExportJobUpdate as AutoExportJobUpdateMapper,\n ImportJob as ImportJobMapper,\n ImportJobUpdate as ImportJobUpdateMapper,\n AutoImportJob as AutoImportJobMapper,\n AutoImportJobUpdate as AutoImportJobUpdateMapper,\n AmlFilesystemSubnetInfo as AmlFilesystemSubnetInfoMapper,\n RequiredAmlFilesystemSubnetsSizeInfo as RequiredAmlFilesystemSubnetsSizeInfoMapper,\n Cache as CacheMapper,\n PrimingJob as PrimingJobMapper,\n PrimingJobIdParameter as PrimingJobIdParameterMapper,\n StorageTarget as StorageTargetMapper,\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2025-07-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const amlFilesystemName: OperationURLParameter = {\n parameterPath: \"amlFilesystemName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[0-9a-zA-Z][-0-9a-zA-Z_]{0,78}[0-9a-zA-Z]$\"),\n MaxLength: 80,\n MinLength: 2,\n },\n serializedName: \"amlFilesystemName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const amlFilesystem: OperationParameter = {\n parameterPath: \"amlFilesystem\",\n mapper: AmlFilesystemMapper,\n};\n\nexport const amlFilesystem1: OperationParameter = {\n parameterPath: \"amlFilesystem\",\n mapper: AmlFilesystemUpdateMapper,\n};\n\nexport const archiveInfo: OperationParameter = {\n parameterPath: [\"options\", \"archiveInfo\"],\n mapper: AmlFilesystemArchiveInfoMapper,\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const autoExportJobName: OperationURLParameter = {\n parameterPath: \"autoExportJobName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[0-9a-zA-Z][-0-9a-zA-Z_]{0,78}[0-9a-zA-Z]$\"),\n MaxLength: 80,\n MinLength: 2,\n },\n serializedName: \"autoExportJobName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const autoExportJob: OperationParameter = {\n parameterPath: \"autoExportJob\",\n mapper: AutoExportJobMapper,\n};\n\nexport const autoExportJob1: OperationParameter = {\n parameterPath: \"autoExportJob\",\n mapper: AutoExportJobUpdateMapper,\n};\n\nexport const importJobName: OperationURLParameter = {\n parameterPath: \"importJobName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[0-9a-zA-Z][-0-9a-zA-Z_]{0,78}[0-9a-zA-Z]$\"),\n MaxLength: 80,\n MinLength: 2,\n },\n serializedName: \"importJobName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const importJob: OperationParameter = {\n parameterPath: \"importJob\",\n mapper: ImportJobMapper,\n};\n\nexport const importJob1: OperationParameter = {\n parameterPath: \"importJob\",\n mapper: ImportJobUpdateMapper,\n};\n\nexport const autoImportJobName: OperationURLParameter = {\n parameterPath: \"autoImportJobName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[0-9a-zA-Z][-0-9a-zA-Z_]{0,78}[0-9a-zA-Z]$\"),\n MaxLength: 80,\n MinLength: 2,\n },\n serializedName: \"autoImportJobName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const autoImportJob: OperationParameter = {\n parameterPath: \"autoImportJob\",\n mapper: AutoImportJobMapper,\n};\n\nexport const autoImportJob1: OperationParameter = {\n parameterPath: \"autoImportJob\",\n mapper: AutoImportJobUpdateMapper,\n};\n\nexport const amlFilesystemSubnetInfo: OperationParameter = {\n parameterPath: [\"options\", \"amlFilesystemSubnetInfo\"],\n mapper: AmlFilesystemSubnetInfoMapper,\n};\n\nexport const requiredAMLFilesystemSubnetsSizeInfo: OperationParameter = {\n parameterPath: [\"options\", \"requiredAMLFilesystemSubnetsSizeInfo\"],\n mapper: RequiredAmlFilesystemSubnetsSizeInfoMapper,\n};\n\nexport const location: OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const operationId: OperationURLParameter = {\n parameterPath: \"operationId\",\n mapper: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"operationId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const location1: OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const cacheName: OperationURLParameter = {\n parameterPath: \"cacheName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-0-9a-zA-Z_]{1,80}$\"),\n },\n serializedName: \"cacheName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const cache: OperationParameter = {\n parameterPath: \"cache\",\n mapper: CacheMapper,\n};\n\nexport const cache1: OperationParameter = {\n parameterPath: [\"options\", \"cache\"],\n mapper: CacheMapper,\n};\n\nexport const primingjob: OperationParameter = {\n parameterPath: [\"options\", \"primingjob\"],\n mapper: PrimingJobMapper,\n};\n\nexport const primingJobId: OperationParameter = {\n parameterPath: [\"options\", \"primingJobId\"],\n mapper: PrimingJobIdParameterMapper,\n};\n\nexport const spaceAllocation: OperationParameter = {\n parameterPath: [\"options\", \"spaceAllocation\"],\n mapper: {\n serializedName: \"spaceAllocation\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageTargetSpaceAllocation\",\n },\n },\n },\n },\n};\n\nexport const storageTargetName: OperationURLParameter = {\n parameterPath: \"storageTargetName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-0-9a-zA-Z_]{1,80}$\"),\n },\n serializedName: \"storageTargetName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const force: OperationQueryParameter = {\n parameterPath: [\"options\", \"force\"],\n mapper: {\n serializedName: \"force\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const storagetarget: OperationParameter = {\n parameterPath: \"storagetarget\",\n mapper: StorageTargetMapper,\n};\n"],
5
- "mappings": "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",
4
+ "sourcesContent": ["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n AmlFilesystem as AmlFilesystemMapper,\n AmlFilesystemUpdate as AmlFilesystemUpdateMapper,\n AmlFilesystemArchiveInfo as AmlFilesystemArchiveInfoMapper,\n AutoExportJob as AutoExportJobMapper,\n AutoExportJobUpdate as AutoExportJobUpdateMapper,\n ImportJob as ImportJobMapper,\n ImportJobUpdate as ImportJobUpdateMapper,\n AutoImportJob as AutoImportJobMapper,\n AutoImportJobUpdate as AutoImportJobUpdateMapper,\n ExpansionJob as ExpansionJobMapper,\n ExpansionJobUpdate as ExpansionJobUpdateMapper,\n AmlFilesystemSubnetInfo as AmlFilesystemSubnetInfoMapper,\n RequiredAmlFilesystemSubnetsSizeInfo as RequiredAmlFilesystemSubnetsSizeInfoMapper,\n Cache as CacheMapper,\n PrimingJob as PrimingJobMapper,\n PrimingJobIdParameter as PrimingJobIdParameterMapper,\n StorageTarget as StorageTargetMapper,\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2026-01-01\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n },\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const amlFilesystemName: OperationURLParameter = {\n parameterPath: \"amlFilesystemName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[0-9a-zA-Z][-0-9a-zA-Z_]{0,78}[0-9a-zA-Z]$\"),\n MaxLength: 80,\n MinLength: 2,\n },\n serializedName: \"amlFilesystemName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const amlFilesystem: OperationParameter = {\n parameterPath: \"amlFilesystem\",\n mapper: AmlFilesystemMapper,\n};\n\nexport const amlFilesystem1: OperationParameter = {\n parameterPath: \"amlFilesystem\",\n mapper: AmlFilesystemUpdateMapper,\n};\n\nexport const archiveInfo: OperationParameter = {\n parameterPath: [\"options\", \"archiveInfo\"],\n mapper: AmlFilesystemArchiveInfoMapper,\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n skipEncoding: true,\n};\n\nexport const autoExportJobName: OperationURLParameter = {\n parameterPath: \"autoExportJobName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[0-9a-zA-Z][-0-9a-zA-Z_]{0,78}[0-9a-zA-Z]$\"),\n MaxLength: 80,\n MinLength: 2,\n },\n serializedName: \"autoExportJobName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const autoExportJob: OperationParameter = {\n parameterPath: \"autoExportJob\",\n mapper: AutoExportJobMapper,\n};\n\nexport const autoExportJob1: OperationParameter = {\n parameterPath: \"autoExportJob\",\n mapper: AutoExportJobUpdateMapper,\n};\n\nexport const importJobName: OperationURLParameter = {\n parameterPath: \"importJobName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[0-9a-zA-Z][-0-9a-zA-Z_]{0,78}[0-9a-zA-Z]$\"),\n MaxLength: 80,\n MinLength: 2,\n },\n serializedName: \"importJobName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const importJob: OperationParameter = {\n parameterPath: \"importJob\",\n mapper: ImportJobMapper,\n};\n\nexport const importJob1: OperationParameter = {\n parameterPath: \"importJob\",\n mapper: ImportJobUpdateMapper,\n};\n\nexport const autoImportJobName: OperationURLParameter = {\n parameterPath: \"autoImportJobName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[0-9a-zA-Z][-0-9a-zA-Z_]{0,78}[0-9a-zA-Z]$\"),\n MaxLength: 80,\n MinLength: 2,\n },\n serializedName: \"autoImportJobName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const autoImportJob: OperationParameter = {\n parameterPath: \"autoImportJob\",\n mapper: AutoImportJobMapper,\n};\n\nexport const autoImportJob1: OperationParameter = {\n parameterPath: \"autoImportJob\",\n mapper: AutoImportJobUpdateMapper,\n};\n\nexport const expansionJobName: OperationURLParameter = {\n parameterPath: \"expansionJobName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[0-9a-zA-Z][-0-9a-zA-Z_]{0,78}[0-9a-zA-Z]$\"),\n MaxLength: 80,\n MinLength: 2,\n },\n serializedName: \"expansionJobName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const expansionJob: OperationParameter = {\n parameterPath: \"expansionJob\",\n mapper: ExpansionJobMapper,\n};\n\nexport const expansionJob1: OperationParameter = {\n parameterPath: \"expansionJob\",\n mapper: ExpansionJobUpdateMapper,\n};\n\nexport const amlFilesystemSubnetInfo: OperationParameter = {\n parameterPath: [\"options\", \"amlFilesystemSubnetInfo\"],\n mapper: AmlFilesystemSubnetInfoMapper,\n};\n\nexport const requiredAMLFilesystemSubnetsSizeInfo: OperationParameter = {\n parameterPath: [\"options\", \"requiredAMLFilesystemSubnetsSizeInfo\"],\n mapper: RequiredAmlFilesystemSubnetsSizeInfoMapper,\n};\n\nexport const location: OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const operationId: OperationURLParameter = {\n parameterPath: \"operationId\",\n mapper: {\n constraints: {\n MinLength: 1,\n },\n serializedName: \"operationId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const location1: OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const cacheName: OperationURLParameter = {\n parameterPath: \"cacheName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-0-9a-zA-Z_]{1,80}$\"),\n },\n serializedName: \"cacheName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const cache: OperationParameter = {\n parameterPath: \"cache\",\n mapper: CacheMapper,\n};\n\nexport const cache1: OperationParameter = {\n parameterPath: [\"options\", \"cache\"],\n mapper: CacheMapper,\n};\n\nexport const primingjob: OperationParameter = {\n parameterPath: [\"options\", \"primingjob\"],\n mapper: PrimingJobMapper,\n};\n\nexport const primingJobId: OperationParameter = {\n parameterPath: [\"options\", \"primingJobId\"],\n mapper: PrimingJobIdParameterMapper,\n};\n\nexport const spaceAllocation: OperationParameter = {\n parameterPath: [\"options\", \"spaceAllocation\"],\n mapper: {\n serializedName: \"spaceAllocation\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageTargetSpaceAllocation\",\n },\n },\n },\n },\n};\n\nexport const storageTargetName: OperationURLParameter = {\n parameterPath: \"storageTargetName\",\n mapper: {\n constraints: {\n Pattern: new RegExp(\"^[-0-9a-zA-Z_]{1,80}$\"),\n },\n serializedName: \"storageTargetName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const force: OperationQueryParameter = {\n parameterPath: [\"options\", \"force\"],\n mapper: {\n serializedName: \"force\",\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const storagetarget: OperationParameter = {\n parameterPath: \"storagetarget\",\n mapper: StorageTargetMapper,\n};\n"],
5
+ "mappings": "AAWA;AAAA,EACE,iBAAiB;AAAA,EACjB,uBAAuB;AAAA,EACvB,4BAA4B;AAAA,EAC5B,iBAAiB;AAAA,EACjB,uBAAuB;AAAA,EACvB,aAAa;AAAA,EACb,mBAAmB;AAAA,EACnB,iBAAiB;AAAA,EACjB,uBAAuB;AAAA,EACvB,gBAAgB;AAAA,EAChB,sBAAsB;AAAA,EACtB,2BAA2B;AAAA,EAC3B,wCAAwC;AAAA,EACxC,SAAS;AAAA,EACT,cAAc;AAAA,EACd,yBAAyB;AAAA,EACzB,iBAAiB;AAAA,OACZ;AAEA,MAAM,SAA6B;AAAA,EACxC,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,cAAc;AAAA,IACd,YAAY;AAAA,IACZ,gBAAgB;AAAA,IAChB,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,QAA+B;AAAA,EAC1C,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,gBAAgB;AAAA,IAChB,UAAU;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AAAA,EACA,cAAc;AAChB;AAEO,MAAM,aAAsC;AAAA,EACjD,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,cAAc;AAAA,IACd,YAAY;AAAA,IACZ,gBAAgB;AAAA,IAChB,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,iBAAwC;AAAA,EACnD,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,aAAa;AAAA,MACX,WAAW;AAAA,IACb;AAAA,IACA,gBAAgB;AAAA,IAChB,UAAU;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,oBAA2C;AAAA,EACtD,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,aAAa;AAAA,MACX,WAAW;AAAA,MACX,WAAW;AAAA,IACb;AAAA,IACA,gBAAgB;AAAA,IAChB,UAAU;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,oBAA2C;AAAA,EACtD,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,aAAa;AAAA,MACX,SAAS,IAAI,OAAO,6CAA6C;AAAA,MACjE,WAAW;AAAA,MACX,WAAW;AAAA,IACb;AAAA,IACA,gBAAgB;AAAA,IAChB,UAAU;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,cAAkC;AAAA,EAC7C,eAAe,CAAC,WAAW,aAAa;AAAA,EACxC,QAAQ;AAAA,IACN,cAAc;AAAA,IACd,YAAY;AAAA,IACZ,gBAAgB;AAAA,IAChB,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,gBAAoC;AAAA,EAC/C,eAAe;AAAA,EACf,QAAQ;AACV;AAEO,MAAM,iBAAqC;AAAA,EAChD,eAAe;AAAA,EACf,QAAQ;AACV;AAEO,MAAM,cAAkC;AAAA,EAC7C,eAAe,CAAC,WAAW,aAAa;AAAA,EACxC,QAAQ;AACV;AAEO,MAAM,WAAkC;AAAA,EAC7C,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,gBAAgB;AAAA,IAChB,UAAU;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AAAA,EACA,cAAc;AAChB;AAEO,MAAM,oBAA2C;AAAA,EACtD,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,aAAa;AAAA,MACX,SAAS,IAAI,OAAO,6CAA6C;AAAA,MACjE,WAAW;AAAA,MACX,WAAW;AAAA,IACb;AAAA,IACA,gBAAgB;AAAA,IAChB,UAAU;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,gBAAoC;AAAA,EAC/C,eAAe;AAAA,EACf,QAAQ;AACV;AAEO,MAAM,iBAAqC;AAAA,EAChD,eAAe;AAAA,EACf,QAAQ;AACV;AAEO,MAAM,gBAAuC;AAAA,EAClD,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,aAAa;AAAA,MACX,SAAS,IAAI,OAAO,6CAA6C;AAAA,MACjE,WAAW;AAAA,MACX,WAAW;AAAA,IACb;AAAA,IACA,gBAAgB;AAAA,IAChB,UAAU;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,YAAgC;AAAA,EAC3C,eAAe;AAAA,EACf,QAAQ;AACV;AAEO,MAAM,aAAiC;AAAA,EAC5C,eAAe;AAAA,EACf,QAAQ;AACV;AAEO,MAAM,oBAA2C;AAAA,EACtD,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,aAAa;AAAA,MACX,SAAS,IAAI,OAAO,6CAA6C;AAAA,MACjE,WAAW;AAAA,MACX,WAAW;AAAA,IACb;AAAA,IACA,gBAAgB;AAAA,IAChB,UAAU;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,gBAAoC;AAAA,EAC/C,eAAe;AAAA,EACf,QAAQ;AACV;AAEO,MAAM,iBAAqC;AAAA,EAChD,eAAe;AAAA,EACf,QAAQ;AACV;AAEO,MAAM,mBAA0C;AAAA,EACrD,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,aAAa;AAAA,MACX,SAAS,IAAI,OAAO,6CAA6C;AAAA,MACjE,WAAW;AAAA,MACX,WAAW;AAAA,IACb;AAAA,IACA,gBAAgB;AAAA,IAChB,UAAU;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,eAAmC;AAAA,EAC9C,eAAe;AAAA,EACf,QAAQ;AACV;AAEO,MAAM,gBAAoC;AAAA,EAC/C,eAAe;AAAA,EACf,QAAQ;AACV;AAEO,MAAM,0BAA8C;AAAA,EACzD,eAAe,CAAC,WAAW,yBAAyB;AAAA,EACpD,QAAQ;AACV;AAEO,MAAM,uCAA2D;AAAA,EACtE,eAAe,CAAC,WAAW,sCAAsC;AAAA,EACjE,QAAQ;AACV;AAEO,MAAM,WAAkC;AAAA,EAC7C,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,aAAa;AAAA,MACX,WAAW;AAAA,IACb;AAAA,IACA,gBAAgB;AAAA,IAChB,UAAU;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,cAAqC;AAAA,EAChD,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,aAAa;AAAA,MACX,WAAW;AAAA,IACb;AAAA,IACA,gBAAgB;AAAA,IAChB,UAAU;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,YAAmC;AAAA,EAC9C,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,gBAAgB;AAAA,IAChB,UAAU;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,YAAmC;AAAA,EAC9C,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,aAAa;AAAA,MACX,SAAS,IAAI,OAAO,uBAAuB;AAAA,IAC7C;AAAA,IACA,gBAAgB;AAAA,IAChB,UAAU;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,QAA4B;AAAA,EACvC,eAAe;AAAA,EACf,QAAQ;AACV;AAEO,MAAM,SAA6B;AAAA,EACxC,eAAe,CAAC,WAAW,OAAO;AAAA,EAClC,QAAQ;AACV;AAEO,MAAM,aAAiC;AAAA,EAC5C,eAAe,CAAC,WAAW,YAAY;AAAA,EACvC,QAAQ;AACV;AAEO,MAAM,eAAmC;AAAA,EAC9C,eAAe,CAAC,WAAW,cAAc;AAAA,EACzC,QAAQ;AACV;AAEO,MAAM,kBAAsC;AAAA,EACjD,eAAe,CAAC,WAAW,iBAAiB;AAAA,EAC5C,QAAQ;AAAA,IACN,gBAAgB;AAAA,IAChB,MAAM;AAAA,MACJ,MAAM;AAAA,MACN,SAAS;AAAA,QACP,MAAM;AAAA,UACJ,MAAM;AAAA,UACN,WAAW;AAAA,QACb;AAAA,MACF;AAAA,IACF;AAAA,EACF;AACF;AAEO,MAAM,oBAA2C;AAAA,EACtD,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,aAAa;AAAA,MACX,SAAS,IAAI,OAAO,uBAAuB;AAAA,IAC7C;AAAA,IACA,gBAAgB;AAAA,IAChB,UAAU;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,QAAiC;AAAA,EAC5C,eAAe,CAAC,WAAW,OAAO;AAAA,EAClC,QAAQ;AAAA,IACN,gBAAgB;AAAA,IAChB,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,gBAAoC;AAAA,EAC/C,eAAe;AAAA,EACf,QAAQ;AACV;",
6
6
  "names": []
7
7
  }
@@ -0,0 +1,120 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { ExpansionJobs } from "../operationsInterfaces/index.js";
3
+ import { StorageCacheManagementClient } from "../storageCacheManagementClient.js";
4
+ import { SimplePollerLike, OperationState } from "@azure/core-lro";
5
+ import { ExpansionJob, ExpansionJobsListByAmlFilesystemOptionalParams, ExpansionJobsDeleteOptionalParams, ExpansionJobsDeleteResponse, ExpansionJobsGetOptionalParams, ExpansionJobsGetResponse, ExpansionJobsCreateOrUpdateOptionalParams, ExpansionJobsCreateOrUpdateResponse, ExpansionJobUpdate, ExpansionJobsUpdateOptionalParams, ExpansionJobsUpdateResponse } from "../models/index.js";
6
+ /** Class containing ExpansionJobs operations. */
7
+ export declare class ExpansionJobsImpl implements ExpansionJobs {
8
+ private readonly client;
9
+ /**
10
+ * Initialize a new instance of the class ExpansionJobs class.
11
+ * @param client Reference to the service client
12
+ */
13
+ constructor(client: StorageCacheManagementClient);
14
+ /**
15
+ * Returns all the expansion jobs the user has access to under an AML File System.
16
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
17
+ * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
18
+ * hyphens. Start and end with alphanumeric.
19
+ * @param options The options parameters.
20
+ */
21
+ listByAmlFilesystem(resourceGroupName: string, amlFilesystemName: string, options?: ExpansionJobsListByAmlFilesystemOptionalParams): PagedAsyncIterableIterator<ExpansionJob>;
22
+ private listByAmlFilesystemPagingPage;
23
+ private listByAmlFilesystemPagingAll;
24
+ /**
25
+ * Schedules an expansion job for deletion.
26
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
27
+ * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
28
+ * hyphens. Start and end with alphanumeric.
29
+ * @param expansionJobName Name for the expansion job. Allows alphanumerics, underscores, and hyphens.
30
+ * Start and end with alphanumeric.
31
+ * @param options The options parameters.
32
+ */
33
+ beginDelete(resourceGroupName: string, amlFilesystemName: string, expansionJobName: string, options?: ExpansionJobsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<ExpansionJobsDeleteResponse>, ExpansionJobsDeleteResponse>>;
34
+ /**
35
+ * Schedules an expansion job for deletion.
36
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
37
+ * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
38
+ * hyphens. Start and end with alphanumeric.
39
+ * @param expansionJobName Name for the expansion job. Allows alphanumerics, underscores, and hyphens.
40
+ * Start and end with alphanumeric.
41
+ * @param options The options parameters.
42
+ */
43
+ beginDeleteAndWait(resourceGroupName: string, amlFilesystemName: string, expansionJobName: string, options?: ExpansionJobsDeleteOptionalParams): Promise<ExpansionJobsDeleteResponse>;
44
+ /**
45
+ * Returns an expansion job.
46
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
47
+ * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
48
+ * hyphens. Start and end with alphanumeric.
49
+ * @param expansionJobName Name for the expansion job. Allows alphanumerics, underscores, and hyphens.
50
+ * Start and end with alphanumeric.
51
+ * @param options The options parameters.
52
+ */
53
+ get(resourceGroupName: string, amlFilesystemName: string, expansionJobName: string, options?: ExpansionJobsGetOptionalParams): Promise<ExpansionJobsGetResponse>;
54
+ /**
55
+ * Create or update an expansion job.
56
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
57
+ * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
58
+ * hyphens. Start and end with alphanumeric.
59
+ * @param expansionJobName Name for the expansion job. Allows alphanumerics, underscores, and hyphens.
60
+ * Start and end with alphanumeric.
61
+ * @param expansionJob Object containing the user-selectable properties of the expansion job. If
62
+ * read-only properties are included, they must match the existing values of those properties.
63
+ * @param options The options parameters.
64
+ */
65
+ beginCreateOrUpdate(resourceGroupName: string, amlFilesystemName: string, expansionJobName: string, expansionJob: ExpansionJob, options?: ExpansionJobsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ExpansionJobsCreateOrUpdateResponse>, ExpansionJobsCreateOrUpdateResponse>>;
66
+ /**
67
+ * Create or update an expansion job.
68
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
69
+ * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
70
+ * hyphens. Start and end with alphanumeric.
71
+ * @param expansionJobName Name for the expansion job. Allows alphanumerics, underscores, and hyphens.
72
+ * Start and end with alphanumeric.
73
+ * @param expansionJob Object containing the user-selectable properties of the expansion job. If
74
+ * read-only properties are included, they must match the existing values of those properties.
75
+ * @param options The options parameters.
76
+ */
77
+ beginCreateOrUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, expansionJobName: string, expansionJob: ExpansionJob, options?: ExpansionJobsCreateOrUpdateOptionalParams): Promise<ExpansionJobsCreateOrUpdateResponse>;
78
+ /**
79
+ * Update an expansion job instance.
80
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
81
+ * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
82
+ * hyphens. Start and end with alphanumeric.
83
+ * @param expansionJobName Name for the expansion job. Allows alphanumerics, underscores, and hyphens.
84
+ * Start and end with alphanumeric.
85
+ * @param expansionJob Object containing the user-selectable properties of the expansion job. If
86
+ * read-only properties are included, they must match the existing values of those properties.
87
+ * @param options The options parameters.
88
+ */
89
+ beginUpdate(resourceGroupName: string, amlFilesystemName: string, expansionJobName: string, expansionJob: ExpansionJobUpdate, options?: ExpansionJobsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ExpansionJobsUpdateResponse>, ExpansionJobsUpdateResponse>>;
90
+ /**
91
+ * Update an expansion job instance.
92
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
93
+ * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
94
+ * hyphens. Start and end with alphanumeric.
95
+ * @param expansionJobName Name for the expansion job. Allows alphanumerics, underscores, and hyphens.
96
+ * Start and end with alphanumeric.
97
+ * @param expansionJob Object containing the user-selectable properties of the expansion job. If
98
+ * read-only properties are included, they must match the existing values of those properties.
99
+ * @param options The options parameters.
100
+ */
101
+ beginUpdateAndWait(resourceGroupName: string, amlFilesystemName: string, expansionJobName: string, expansionJob: ExpansionJobUpdate, options?: ExpansionJobsUpdateOptionalParams): Promise<ExpansionJobsUpdateResponse>;
102
+ /**
103
+ * Returns all the expansion jobs the user has access to under an AML File System.
104
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
105
+ * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
106
+ * hyphens. Start and end with alphanumeric.
107
+ * @param options The options parameters.
108
+ */
109
+ private _listByAmlFilesystem;
110
+ /**
111
+ * ListByAmlFilesystemNext
112
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
113
+ * @param amlFilesystemName Name for the AML file system. Allows alphanumerics, underscores, and
114
+ * hyphens. Start and end with alphanumeric.
115
+ * @param nextLink The nextLink from the previous successful call to the ListByAmlFilesystem method.
116
+ * @param options The options parameters.
117
+ */
118
+ private _listByAmlFilesystemNext;
119
+ }
120
+ //# sourceMappingURL=expansionJobs.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"expansionJobs.d.ts","sourceRoot":"","sources":["../../../src/operations/expansionJobs.ts"],"names":[],"mappings":"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"}