@azure/arm-containerregistry 11.0.0-beta.3 → 11.0.0-beta.5

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 (1400) hide show
  1. package/CHANGELOG.md +493 -7
  2. package/LICENSE +3 -3
  3. package/README.md +24 -18
  4. package/dist/browser/containerRegistryManagementClient.d.ts +38 -0
  5. package/dist/browser/containerRegistryManagementClient.d.ts.map +1 -0
  6. package/dist/browser/containerRegistryManagementClient.js +115 -0
  7. package/dist/browser/containerRegistryManagementClient.js.map +1 -0
  8. package/dist/browser/index.d.ts +5 -0
  9. package/dist/browser/index.d.ts.map +1 -0
  10. package/dist/browser/index.js +13 -0
  11. package/dist/browser/index.js.map +1 -0
  12. package/dist/browser/lroImpl.js +21 -0
  13. package/dist/browser/lroImpl.js.map +1 -0
  14. package/dist/browser/models/index.d.ts +4248 -0
  15. package/dist/browser/models/index.d.ts.map +1 -0
  16. package/dist/browser/models/index.js +532 -0
  17. package/dist/browser/models/index.js.map +1 -0
  18. package/dist/browser/models/mappers.d.ts +242 -0
  19. package/dist/browser/models/mappers.d.ts.map +1 -0
  20. package/dist/browser/models/mappers.js +6643 -0
  21. package/dist/browser/models/mappers.js.map +1 -0
  22. package/dist/browser/models/parameters.d.ts +66 -0
  23. package/dist/browser/models/parameters.d.ts.map +1 -0
  24. package/dist/browser/models/parameters.js +540 -0
  25. package/dist/browser/models/parameters.js.map +1 -0
  26. package/dist/browser/operations/agentPools.d.ts +107 -0
  27. package/dist/browser/operations/agentPools.d.ts.map +1 -0
  28. package/dist/browser/operations/agentPools.js +491 -0
  29. package/dist/browser/operations/agentPools.js.map +1 -0
  30. package/dist/browser/operations/archiveVersions.d.ts +95 -0
  31. package/dist/browser/operations/archiveVersions.d.ts.map +1 -0
  32. package/dist/browser/operations/archiveVersions.js +408 -0
  33. package/dist/browser/operations/archiveVersions.js.map +1 -0
  34. package/dist/browser/operations/archives.d.ts +99 -0
  35. package/dist/browser/operations/archives.d.ts.map +1 -0
  36. package/dist/browser/operations/archives.js +428 -0
  37. package/dist/browser/operations/archives.js.map +1 -0
  38. package/dist/browser/operations/cacheRules.d.ts +99 -0
  39. package/dist/browser/operations/cacheRules.d.ts.map +1 -0
  40. package/dist/browser/operations/cacheRules.js +459 -0
  41. package/dist/browser/operations/cacheRules.js.map +1 -0
  42. package/dist/browser/operations/connectedRegistries.d.ts +115 -0
  43. package/dist/browser/operations/connectedRegistries.d.ts.map +1 -0
  44. package/dist/browser/operations/connectedRegistries.js +528 -0
  45. package/dist/browser/operations/connectedRegistries.js.map +1 -0
  46. package/dist/browser/operations/credentialSets.d.ts +99 -0
  47. package/dist/browser/operations/credentialSets.d.ts.map +1 -0
  48. package/dist/browser/operations/credentialSets.js +459 -0
  49. package/dist/browser/operations/credentialSets.js.map +1 -0
  50. package/dist/browser/operations/exportPipelines.d.ts +81 -0
  51. package/dist/browser/operations/exportPipelines.d.ts.map +1 -0
  52. package/dist/browser/operations/exportPipelines.js +356 -0
  53. package/dist/browser/operations/exportPipelines.js.map +1 -0
  54. package/dist/browser/operations/importPipelines.d.ts +81 -0
  55. package/dist/browser/operations/importPipelines.d.ts.map +1 -0
  56. package/dist/browser/operations/importPipelines.js +356 -0
  57. package/dist/browser/operations/importPipelines.js.map +1 -0
  58. package/dist/browser/operations/index.d.ts +20 -0
  59. package/dist/browser/operations/index.d.ts.map +1 -0
  60. package/dist/browser/operations/index.js +27 -0
  61. package/dist/browser/operations/index.js.map +1 -0
  62. package/dist/browser/operations/operations.d.ts +32 -0
  63. package/dist/browser/operations/operations.d.ts.map +1 -0
  64. package/dist/browser/operations/operations.js +127 -0
  65. package/dist/browser/operations/operations.js.map +1 -0
  66. package/dist/browser/operations/pipelineRuns.d.ts +81 -0
  67. package/dist/browser/operations/pipelineRuns.d.ts.map +1 -0
  68. package/dist/browser/operations/pipelineRuns.js +356 -0
  69. package/dist/browser/operations/pipelineRuns.js.map +1 -0
  70. package/dist/browser/operations/privateEndpointConnections.d.ts +81 -0
  71. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -0
  72. package/dist/browser/operations/privateEndpointConnections.js +345 -0
  73. package/dist/browser/operations/privateEndpointConnections.js.map +1 -0
  74. package/dist/browser/operations/registries.d.ts +217 -0
  75. package/dist/browser/operations/registries.d.ts.map +1 -0
  76. package/dist/browser/operations/registries.js +998 -0
  77. package/dist/browser/operations/registries.js.map +1 -0
  78. package/dist/browser/operations/replications.d.ts +99 -0
  79. package/dist/browser/operations/replications.d.ts.map +1 -0
  80. package/dist/browser/operations/replications.js +427 -0
  81. package/dist/browser/operations/replications.js.map +1 -0
  82. package/dist/browser/operations/runs.d.ts +71 -0
  83. package/dist/browser/operations/runs.d.ts.map +1 -0
  84. package/dist/browser/operations/runs.js +279 -0
  85. package/dist/browser/operations/runs.js.map +1 -0
  86. package/dist/browser/operations/scopeMaps.d.ts +99 -0
  87. package/dist/browser/operations/scopeMaps.d.ts.map +1 -0
  88. package/dist/browser/operations/scopeMaps.js +451 -0
  89. package/dist/browser/operations/scopeMaps.js.map +1 -0
  90. package/dist/browser/operations/taskRuns.d.ts +99 -0
  91. package/dist/browser/operations/taskRuns.d.ts.map +1 -0
  92. package/dist/browser/operations/taskRuns.js +431 -0
  93. package/dist/browser/operations/taskRuns.js.map +1 -0
  94. package/dist/browser/operations/tasks.d.ts +80 -0
  95. package/dist/browser/operations/tasks.d.ts.map +1 -0
  96. package/dist/browser/operations/tasks.js +330 -0
  97. package/dist/browser/operations/tasks.js.map +1 -0
  98. package/dist/browser/operations/tokens.d.ts +99 -0
  99. package/dist/browser/operations/tokens.d.ts.map +1 -0
  100. package/dist/browser/operations/tokens.js +451 -0
  101. package/dist/browser/operations/tokens.js.map +1 -0
  102. package/dist/browser/operations/webhooks.d.ts +142 -0
  103. package/dist/browser/operations/webhooks.d.ts.map +1 -0
  104. package/dist/browser/operations/webhooks.js +608 -0
  105. package/dist/browser/operations/webhooks.js.map +1 -0
  106. package/dist/browser/operationsInterfaces/agentPools.d.ts +82 -0
  107. package/dist/browser/operationsInterfaces/agentPools.d.ts.map +1 -0
  108. package/dist/browser/operationsInterfaces/agentPools.js.map +1 -0
  109. package/dist/browser/operationsInterfaces/archiveVersions.d.ts +66 -0
  110. package/dist/browser/operationsInterfaces/archiveVersions.d.ts.map +1 -0
  111. package/dist/browser/operationsInterfaces/archiveVersions.js.map +1 -0
  112. package/dist/browser/operationsInterfaces/archives.d.ts +72 -0
  113. package/dist/browser/operationsInterfaces/archives.d.ts.map +1 -0
  114. package/dist/browser/operationsInterfaces/archives.js.map +1 -0
  115. package/dist/browser/operationsInterfaces/cacheRules.d.ts +74 -0
  116. package/dist/browser/operationsInterfaces/cacheRules.d.ts.map +1 -0
  117. package/dist/browser/operationsInterfaces/cacheRules.js.map +1 -0
  118. package/dist/browser/operationsInterfaces/connectedRegistries.d.ts +90 -0
  119. package/dist/browser/operationsInterfaces/connectedRegistries.d.ts.map +1 -0
  120. package/dist/browser/operationsInterfaces/connectedRegistries.js.map +1 -0
  121. package/dist/browser/operationsInterfaces/credentialSets.d.ts +74 -0
  122. package/dist/browser/operationsInterfaces/credentialSets.d.ts.map +1 -0
  123. package/dist/browser/operationsInterfaces/credentialSets.js.map +1 -0
  124. package/dist/browser/operationsInterfaces/exportPipelines.d.ts +56 -0
  125. package/dist/browser/operationsInterfaces/exportPipelines.d.ts.map +1 -0
  126. package/dist/browser/operationsInterfaces/exportPipelines.js.map +1 -0
  127. package/dist/browser/operationsInterfaces/importPipelines.d.ts +56 -0
  128. package/dist/browser/operationsInterfaces/importPipelines.d.ts.map +1 -0
  129. package/dist/browser/operationsInterfaces/importPipelines.js.map +1 -0
  130. package/dist/browser/operationsInterfaces/index.d.ts +20 -0
  131. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
  132. package/dist/browser/operationsInterfaces/index.js +27 -0
  133. package/dist/browser/operationsInterfaces/index.js.map +1 -0
  134. package/dist/browser/operationsInterfaces/operations.d.ts +11 -0
  135. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
  136. package/dist/browser/operationsInterfaces/operations.js.map +1 -0
  137. package/dist/browser/operationsInterfaces/pipelineRuns.d.ts +56 -0
  138. package/dist/browser/operationsInterfaces/pipelineRuns.d.ts.map +1 -0
  139. package/dist/browser/operationsInterfaces/pipelineRuns.js.map +1 -0
  140. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  141. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  142. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  143. package/dist/browser/operationsInterfaces/registries.d.ts +163 -0
  144. package/dist/browser/operationsInterfaces/registries.d.ts.map +1 -0
  145. package/dist/browser/operationsInterfaces/registries.js.map +1 -0
  146. package/dist/browser/operationsInterfaces/replications.d.ts +74 -0
  147. package/dist/browser/operationsInterfaces/replications.d.ts.map +1 -0
  148. package/dist/browser/operationsInterfaces/replications.js.map +1 -0
  149. package/dist/browser/operationsInterfaces/runs.d.ts +46 -0
  150. package/dist/browser/operationsInterfaces/runs.d.ts.map +1 -0
  151. package/dist/browser/operationsInterfaces/runs.js.map +1 -0
  152. package/dist/browser/operationsInterfaces/scopeMaps.d.ts +74 -0
  153. package/dist/browser/operationsInterfaces/scopeMaps.d.ts.map +1 -0
  154. package/dist/browser/operationsInterfaces/scopeMaps.js.map +1 -0
  155. package/dist/browser/operationsInterfaces/taskRuns.d.ts +74 -0
  156. package/dist/browser/operationsInterfaces/taskRuns.d.ts.map +1 -0
  157. package/dist/browser/operationsInterfaces/taskRuns.js.map +1 -0
  158. package/dist/browser/operationsInterfaces/tasks.d.ts +55 -0
  159. package/dist/browser/operationsInterfaces/tasks.d.ts.map +1 -0
  160. package/dist/browser/operationsInterfaces/tasks.js.map +1 -0
  161. package/dist/browser/operationsInterfaces/tokens.d.ts +74 -0
  162. package/dist/browser/operationsInterfaces/tokens.d.ts.map +1 -0
  163. package/dist/browser/operationsInterfaces/tokens.js.map +1 -0
  164. package/dist/browser/operationsInterfaces/webhooks.d.ts +98 -0
  165. package/dist/browser/operationsInterfaces/webhooks.d.ts.map +1 -0
  166. package/dist/browser/operationsInterfaces/webhooks.js.map +1 -0
  167. package/dist/browser/package.json +3 -0
  168. package/dist/browser/pagingHelper.js.map +1 -0
  169. package/dist/commonjs/containerRegistryManagementClient.d.ts +38 -0
  170. package/dist/commonjs/containerRegistryManagementClient.d.ts.map +1 -0
  171. package/dist/commonjs/containerRegistryManagementClient.js +120 -0
  172. package/dist/commonjs/containerRegistryManagementClient.js.map +1 -0
  173. package/dist/commonjs/index.d.ts +5 -0
  174. package/dist/commonjs/index.d.ts.map +1 -0
  175. package/dist/commonjs/index.js +19 -0
  176. package/dist/commonjs/index.js.map +1 -0
  177. package/dist/commonjs/lroImpl.d.ts +11 -0
  178. package/dist/commonjs/lroImpl.d.ts.map +1 -0
  179. package/dist/commonjs/lroImpl.js +24 -0
  180. package/dist/commonjs/lroImpl.js.map +1 -0
  181. package/dist/commonjs/models/index.d.ts +4248 -0
  182. package/dist/commonjs/models/index.d.ts.map +1 -0
  183. package/dist/commonjs/models/index.js +536 -0
  184. package/dist/commonjs/models/index.js.map +1 -0
  185. package/dist/commonjs/models/mappers.d.ts +242 -0
  186. package/dist/commonjs/models/mappers.d.ts.map +1 -0
  187. package/dist/commonjs/models/mappers.js +6650 -0
  188. package/dist/commonjs/models/mappers.js.map +1 -0
  189. package/dist/commonjs/models/parameters.d.ts +66 -0
  190. package/dist/commonjs/models/parameters.d.ts.map +1 -0
  191. package/dist/commonjs/models/parameters.js +544 -0
  192. package/dist/commonjs/models/parameters.js.map +1 -0
  193. package/dist/commonjs/operations/agentPools.d.ts +107 -0
  194. package/dist/commonjs/operations/agentPools.d.ts.map +1 -0
  195. package/dist/commonjs/operations/agentPools.js +495 -0
  196. package/dist/commonjs/operations/agentPools.js.map +1 -0
  197. package/dist/commonjs/operations/archiveVersions.d.ts +95 -0
  198. package/dist/commonjs/operations/archiveVersions.d.ts.map +1 -0
  199. package/dist/commonjs/operations/archiveVersions.js +412 -0
  200. package/dist/commonjs/operations/archiveVersions.js.map +1 -0
  201. package/dist/commonjs/operations/archives.d.ts +99 -0
  202. package/dist/commonjs/operations/archives.d.ts.map +1 -0
  203. package/dist/commonjs/operations/archives.js +432 -0
  204. package/dist/commonjs/operations/archives.js.map +1 -0
  205. package/dist/commonjs/operations/cacheRules.d.ts +99 -0
  206. package/dist/commonjs/operations/cacheRules.d.ts.map +1 -0
  207. package/dist/commonjs/operations/cacheRules.js +463 -0
  208. package/dist/commonjs/operations/cacheRules.js.map +1 -0
  209. package/dist/commonjs/operations/connectedRegistries.d.ts +115 -0
  210. package/dist/commonjs/operations/connectedRegistries.d.ts.map +1 -0
  211. package/dist/commonjs/operations/connectedRegistries.js +532 -0
  212. package/dist/commonjs/operations/connectedRegistries.js.map +1 -0
  213. package/dist/commonjs/operations/credentialSets.d.ts +99 -0
  214. package/dist/commonjs/operations/credentialSets.d.ts.map +1 -0
  215. package/dist/commonjs/operations/credentialSets.js +463 -0
  216. package/dist/commonjs/operations/credentialSets.js.map +1 -0
  217. package/dist/commonjs/operations/exportPipelines.d.ts +81 -0
  218. package/dist/commonjs/operations/exportPipelines.d.ts.map +1 -0
  219. package/dist/commonjs/operations/exportPipelines.js +360 -0
  220. package/dist/commonjs/operations/exportPipelines.js.map +1 -0
  221. package/dist/commonjs/operations/importPipelines.d.ts +81 -0
  222. package/dist/commonjs/operations/importPipelines.d.ts.map +1 -0
  223. package/dist/commonjs/operations/importPipelines.js +360 -0
  224. package/dist/commonjs/operations/importPipelines.js.map +1 -0
  225. package/dist/commonjs/operations/index.d.ts +20 -0
  226. package/dist/commonjs/operations/index.d.ts.map +1 -0
  227. package/dist/commonjs/operations/index.js +30 -0
  228. package/dist/commonjs/operations/index.js.map +1 -0
  229. package/dist/commonjs/operations/operations.d.ts +32 -0
  230. package/dist/commonjs/operations/operations.d.ts.map +1 -0
  231. package/dist/commonjs/operations/operations.js +131 -0
  232. package/dist/commonjs/operations/operations.js.map +1 -0
  233. package/dist/commonjs/operations/pipelineRuns.d.ts +81 -0
  234. package/dist/commonjs/operations/pipelineRuns.d.ts.map +1 -0
  235. package/dist/commonjs/operations/pipelineRuns.js +360 -0
  236. package/dist/commonjs/operations/pipelineRuns.js.map +1 -0
  237. package/dist/commonjs/operations/privateEndpointConnections.d.ts +81 -0
  238. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -0
  239. package/dist/commonjs/operations/privateEndpointConnections.js +349 -0
  240. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -0
  241. package/dist/commonjs/operations/registries.d.ts +217 -0
  242. package/dist/commonjs/operations/registries.d.ts.map +1 -0
  243. package/dist/commonjs/operations/registries.js +1002 -0
  244. package/dist/commonjs/operations/registries.js.map +1 -0
  245. package/dist/commonjs/operations/replications.d.ts +99 -0
  246. package/dist/commonjs/operations/replications.d.ts.map +1 -0
  247. package/dist/commonjs/operations/replications.js +431 -0
  248. package/dist/commonjs/operations/replications.js.map +1 -0
  249. package/dist/commonjs/operations/runs.d.ts +71 -0
  250. package/dist/commonjs/operations/runs.d.ts.map +1 -0
  251. package/dist/commonjs/operations/runs.js +283 -0
  252. package/dist/commonjs/operations/runs.js.map +1 -0
  253. package/dist/commonjs/operations/scopeMaps.d.ts +99 -0
  254. package/dist/commonjs/operations/scopeMaps.d.ts.map +1 -0
  255. package/dist/commonjs/operations/scopeMaps.js +455 -0
  256. package/dist/commonjs/operations/scopeMaps.js.map +1 -0
  257. package/dist/commonjs/operations/taskRuns.d.ts +99 -0
  258. package/dist/commonjs/operations/taskRuns.d.ts.map +1 -0
  259. package/dist/commonjs/operations/taskRuns.js +435 -0
  260. package/dist/commonjs/operations/taskRuns.js.map +1 -0
  261. package/dist/commonjs/operations/tasks.d.ts +80 -0
  262. package/dist/commonjs/operations/tasks.d.ts.map +1 -0
  263. package/dist/commonjs/operations/tasks.js +334 -0
  264. package/dist/commonjs/operations/tasks.js.map +1 -0
  265. package/dist/commonjs/operations/tokens.d.ts +99 -0
  266. package/dist/commonjs/operations/tokens.d.ts.map +1 -0
  267. package/dist/commonjs/operations/tokens.js +455 -0
  268. package/dist/commonjs/operations/tokens.js.map +1 -0
  269. package/dist/commonjs/operations/webhooks.d.ts +142 -0
  270. package/dist/commonjs/operations/webhooks.d.ts.map +1 -0
  271. package/dist/commonjs/operations/webhooks.js +612 -0
  272. package/dist/commonjs/operations/webhooks.js.map +1 -0
  273. package/dist/commonjs/operationsInterfaces/agentPools.d.ts +82 -0
  274. package/dist/commonjs/operationsInterfaces/agentPools.d.ts.map +1 -0
  275. package/dist/commonjs/operationsInterfaces/agentPools.js +10 -0
  276. package/dist/commonjs/operationsInterfaces/agentPools.js.map +1 -0
  277. package/dist/commonjs/operationsInterfaces/archiveVersions.d.ts +66 -0
  278. package/dist/commonjs/operationsInterfaces/archiveVersions.d.ts.map +1 -0
  279. package/dist/commonjs/operationsInterfaces/archiveVersions.js +10 -0
  280. package/dist/commonjs/operationsInterfaces/archiveVersions.js.map +1 -0
  281. package/dist/commonjs/operationsInterfaces/archives.d.ts +72 -0
  282. package/dist/commonjs/operationsInterfaces/archives.d.ts.map +1 -0
  283. package/dist/commonjs/operationsInterfaces/archives.js +10 -0
  284. package/dist/commonjs/operationsInterfaces/archives.js.map +1 -0
  285. package/dist/commonjs/operationsInterfaces/cacheRules.d.ts +74 -0
  286. package/dist/commonjs/operationsInterfaces/cacheRules.d.ts.map +1 -0
  287. package/dist/commonjs/operationsInterfaces/cacheRules.js +10 -0
  288. package/dist/commonjs/operationsInterfaces/cacheRules.js.map +1 -0
  289. package/dist/commonjs/operationsInterfaces/connectedRegistries.d.ts +90 -0
  290. package/dist/commonjs/operationsInterfaces/connectedRegistries.d.ts.map +1 -0
  291. package/dist/commonjs/operationsInterfaces/connectedRegistries.js +10 -0
  292. package/dist/commonjs/operationsInterfaces/connectedRegistries.js.map +1 -0
  293. package/dist/commonjs/operationsInterfaces/credentialSets.d.ts +74 -0
  294. package/dist/commonjs/operationsInterfaces/credentialSets.d.ts.map +1 -0
  295. package/dist/commonjs/operationsInterfaces/credentialSets.js +10 -0
  296. package/dist/commonjs/operationsInterfaces/credentialSets.js.map +1 -0
  297. package/dist/commonjs/operationsInterfaces/exportPipelines.d.ts +56 -0
  298. package/dist/commonjs/operationsInterfaces/exportPipelines.d.ts.map +1 -0
  299. package/dist/commonjs/operationsInterfaces/exportPipelines.js +10 -0
  300. package/dist/commonjs/operationsInterfaces/exportPipelines.js.map +1 -0
  301. package/dist/commonjs/operationsInterfaces/importPipelines.d.ts +56 -0
  302. package/dist/commonjs/operationsInterfaces/importPipelines.d.ts.map +1 -0
  303. package/dist/commonjs/operationsInterfaces/importPipelines.js +10 -0
  304. package/dist/commonjs/operationsInterfaces/importPipelines.js.map +1 -0
  305. package/dist/commonjs/operationsInterfaces/index.d.ts +20 -0
  306. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
  307. package/dist/commonjs/operationsInterfaces/index.js +30 -0
  308. package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
  309. package/dist/commonjs/operationsInterfaces/operations.d.ts +11 -0
  310. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
  311. package/dist/commonjs/operationsInterfaces/operations.js +10 -0
  312. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
  313. package/dist/commonjs/operationsInterfaces/pipelineRuns.d.ts +56 -0
  314. package/dist/commonjs/operationsInterfaces/pipelineRuns.d.ts.map +1 -0
  315. package/dist/commonjs/operationsInterfaces/pipelineRuns.js +10 -0
  316. package/dist/commonjs/operationsInterfaces/pipelineRuns.js.map +1 -0
  317. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  318. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  319. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +10 -0
  320. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  321. package/dist/commonjs/operationsInterfaces/registries.d.ts +163 -0
  322. package/dist/commonjs/operationsInterfaces/registries.d.ts.map +1 -0
  323. package/dist/commonjs/operationsInterfaces/registries.js +10 -0
  324. package/dist/commonjs/operationsInterfaces/registries.js.map +1 -0
  325. package/dist/commonjs/operationsInterfaces/replications.d.ts +74 -0
  326. package/dist/commonjs/operationsInterfaces/replications.d.ts.map +1 -0
  327. package/dist/commonjs/operationsInterfaces/replications.js +10 -0
  328. package/dist/commonjs/operationsInterfaces/replications.js.map +1 -0
  329. package/dist/commonjs/operationsInterfaces/runs.d.ts +46 -0
  330. package/dist/commonjs/operationsInterfaces/runs.d.ts.map +1 -0
  331. package/dist/commonjs/operationsInterfaces/runs.js +10 -0
  332. package/dist/commonjs/operationsInterfaces/runs.js.map +1 -0
  333. package/dist/commonjs/operationsInterfaces/scopeMaps.d.ts +74 -0
  334. package/dist/commonjs/operationsInterfaces/scopeMaps.d.ts.map +1 -0
  335. package/dist/commonjs/operationsInterfaces/scopeMaps.js +10 -0
  336. package/dist/commonjs/operationsInterfaces/scopeMaps.js.map +1 -0
  337. package/dist/commonjs/operationsInterfaces/taskRuns.d.ts +74 -0
  338. package/dist/commonjs/operationsInterfaces/taskRuns.d.ts.map +1 -0
  339. package/dist/commonjs/operationsInterfaces/taskRuns.js +10 -0
  340. package/dist/commonjs/operationsInterfaces/taskRuns.js.map +1 -0
  341. package/dist/commonjs/operationsInterfaces/tasks.d.ts +55 -0
  342. package/dist/commonjs/operationsInterfaces/tasks.d.ts.map +1 -0
  343. package/dist/commonjs/operationsInterfaces/tasks.js +10 -0
  344. package/dist/commonjs/operationsInterfaces/tasks.js.map +1 -0
  345. package/dist/commonjs/operationsInterfaces/tokens.d.ts +74 -0
  346. package/dist/commonjs/operationsInterfaces/tokens.d.ts.map +1 -0
  347. package/dist/commonjs/operationsInterfaces/tokens.js +10 -0
  348. package/dist/commonjs/operationsInterfaces/tokens.js.map +1 -0
  349. package/dist/commonjs/operationsInterfaces/webhooks.d.ts +98 -0
  350. package/dist/commonjs/operationsInterfaces/webhooks.d.ts.map +1 -0
  351. package/dist/commonjs/operationsInterfaces/webhooks.js +10 -0
  352. package/dist/commonjs/operationsInterfaces/webhooks.js.map +1 -0
  353. package/dist/commonjs/package.json +3 -0
  354. package/dist/commonjs/pagingHelper.d.ts +13 -0
  355. package/dist/commonjs/pagingHelper.d.ts.map +1 -0
  356. package/dist/commonjs/pagingHelper.js +36 -0
  357. package/dist/commonjs/pagingHelper.js.map +1 -0
  358. package/dist/commonjs/tsdoc-metadata.json +11 -0
  359. package/dist/esm/containerRegistryManagementClient.d.ts +38 -0
  360. package/dist/esm/containerRegistryManagementClient.d.ts.map +1 -0
  361. package/dist/esm/containerRegistryManagementClient.js +115 -0
  362. package/dist/esm/containerRegistryManagementClient.js.map +1 -0
  363. package/dist/esm/index.d.ts +5 -0
  364. package/dist/esm/index.d.ts.map +1 -0
  365. package/dist/esm/index.js +13 -0
  366. package/dist/esm/index.js.map +1 -0
  367. package/dist/esm/lroImpl.d.ts +11 -0
  368. package/dist/esm/lroImpl.d.ts.map +1 -0
  369. package/dist/esm/lroImpl.js +21 -0
  370. package/dist/esm/lroImpl.js.map +1 -0
  371. package/dist/esm/models/index.d.ts +4248 -0
  372. package/dist/esm/models/index.d.ts.map +1 -0
  373. package/dist/esm/models/index.js +532 -0
  374. package/dist/esm/models/index.js.map +1 -0
  375. package/dist/esm/models/mappers.d.ts +242 -0
  376. package/dist/esm/models/mappers.d.ts.map +1 -0
  377. package/dist/esm/models/mappers.js +6643 -0
  378. package/dist/esm/models/mappers.js.map +1 -0
  379. package/dist/esm/models/parameters.d.ts +66 -0
  380. package/dist/esm/models/parameters.d.ts.map +1 -0
  381. package/dist/esm/models/parameters.js +540 -0
  382. package/dist/esm/models/parameters.js.map +1 -0
  383. package/dist/esm/operations/agentPools.d.ts +107 -0
  384. package/dist/esm/operations/agentPools.d.ts.map +1 -0
  385. package/dist/esm/operations/agentPools.js +491 -0
  386. package/dist/esm/operations/agentPools.js.map +1 -0
  387. package/dist/esm/operations/archiveVersions.d.ts +95 -0
  388. package/dist/esm/operations/archiveVersions.d.ts.map +1 -0
  389. package/dist/esm/operations/archiveVersions.js +408 -0
  390. package/dist/esm/operations/archiveVersions.js.map +1 -0
  391. package/dist/esm/operations/archives.d.ts +99 -0
  392. package/dist/esm/operations/archives.d.ts.map +1 -0
  393. package/dist/esm/operations/archives.js +428 -0
  394. package/dist/esm/operations/archives.js.map +1 -0
  395. package/dist/esm/operations/cacheRules.d.ts +99 -0
  396. package/dist/esm/operations/cacheRules.d.ts.map +1 -0
  397. package/dist/esm/operations/cacheRules.js +459 -0
  398. package/dist/esm/operations/cacheRules.js.map +1 -0
  399. package/dist/esm/operations/connectedRegistries.d.ts +115 -0
  400. package/dist/esm/operations/connectedRegistries.d.ts.map +1 -0
  401. package/dist/esm/operations/connectedRegistries.js +528 -0
  402. package/dist/esm/operations/connectedRegistries.js.map +1 -0
  403. package/dist/esm/operations/credentialSets.d.ts +99 -0
  404. package/dist/esm/operations/credentialSets.d.ts.map +1 -0
  405. package/dist/esm/operations/credentialSets.js +459 -0
  406. package/dist/esm/operations/credentialSets.js.map +1 -0
  407. package/dist/esm/operations/exportPipelines.d.ts +81 -0
  408. package/dist/esm/operations/exportPipelines.d.ts.map +1 -0
  409. package/dist/esm/operations/exportPipelines.js +356 -0
  410. package/dist/esm/operations/exportPipelines.js.map +1 -0
  411. package/dist/esm/operations/importPipelines.d.ts +81 -0
  412. package/dist/esm/operations/importPipelines.d.ts.map +1 -0
  413. package/dist/esm/operations/importPipelines.js +356 -0
  414. package/dist/esm/operations/importPipelines.js.map +1 -0
  415. package/dist/esm/operations/index.d.ts +20 -0
  416. package/dist/esm/operations/index.d.ts.map +1 -0
  417. package/dist/esm/operations/index.js +27 -0
  418. package/dist/esm/operations/index.js.map +1 -0
  419. package/dist/esm/operations/operations.d.ts +32 -0
  420. package/dist/esm/operations/operations.d.ts.map +1 -0
  421. package/dist/esm/operations/operations.js +127 -0
  422. package/dist/esm/operations/operations.js.map +1 -0
  423. package/dist/esm/operations/pipelineRuns.d.ts +81 -0
  424. package/dist/esm/operations/pipelineRuns.d.ts.map +1 -0
  425. package/dist/esm/operations/pipelineRuns.js +356 -0
  426. package/dist/esm/operations/pipelineRuns.js.map +1 -0
  427. package/dist/esm/operations/privateEndpointConnections.d.ts +81 -0
  428. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -0
  429. package/dist/esm/operations/privateEndpointConnections.js +345 -0
  430. package/dist/esm/operations/privateEndpointConnections.js.map +1 -0
  431. package/dist/esm/operations/registries.d.ts +217 -0
  432. package/dist/esm/operations/registries.d.ts.map +1 -0
  433. package/dist/esm/operations/registries.js +998 -0
  434. package/dist/esm/operations/registries.js.map +1 -0
  435. package/dist/esm/operations/replications.d.ts +99 -0
  436. package/dist/esm/operations/replications.d.ts.map +1 -0
  437. package/dist/esm/operations/replications.js +427 -0
  438. package/dist/esm/operations/replications.js.map +1 -0
  439. package/dist/esm/operations/runs.d.ts +71 -0
  440. package/dist/esm/operations/runs.d.ts.map +1 -0
  441. package/dist/esm/operations/runs.js +279 -0
  442. package/dist/esm/operations/runs.js.map +1 -0
  443. package/dist/esm/operations/scopeMaps.d.ts +99 -0
  444. package/dist/esm/operations/scopeMaps.d.ts.map +1 -0
  445. package/dist/esm/operations/scopeMaps.js +451 -0
  446. package/dist/esm/operations/scopeMaps.js.map +1 -0
  447. package/dist/esm/operations/taskRuns.d.ts +99 -0
  448. package/dist/esm/operations/taskRuns.d.ts.map +1 -0
  449. package/dist/esm/operations/taskRuns.js +431 -0
  450. package/dist/esm/operations/taskRuns.js.map +1 -0
  451. package/dist/esm/operations/tasks.d.ts +80 -0
  452. package/dist/esm/operations/tasks.d.ts.map +1 -0
  453. package/dist/esm/operations/tasks.js +330 -0
  454. package/dist/esm/operations/tasks.js.map +1 -0
  455. package/dist/esm/operations/tokens.d.ts +99 -0
  456. package/dist/esm/operations/tokens.d.ts.map +1 -0
  457. package/dist/esm/operations/tokens.js +451 -0
  458. package/dist/esm/operations/tokens.js.map +1 -0
  459. package/dist/esm/operations/webhooks.d.ts +142 -0
  460. package/dist/esm/operations/webhooks.d.ts.map +1 -0
  461. package/dist/esm/operations/webhooks.js +608 -0
  462. package/dist/esm/operations/webhooks.js.map +1 -0
  463. package/dist/esm/operationsInterfaces/agentPools.d.ts +82 -0
  464. package/dist/esm/operationsInterfaces/agentPools.d.ts.map +1 -0
  465. package/dist/esm/operationsInterfaces/agentPools.js +9 -0
  466. package/dist/esm/operationsInterfaces/agentPools.js.map +1 -0
  467. package/dist/esm/operationsInterfaces/archiveVersions.d.ts +66 -0
  468. package/dist/esm/operationsInterfaces/archiveVersions.d.ts.map +1 -0
  469. package/dist/esm/operationsInterfaces/archiveVersions.js +9 -0
  470. package/dist/esm/operationsInterfaces/archiveVersions.js.map +1 -0
  471. package/dist/esm/operationsInterfaces/archives.d.ts +72 -0
  472. package/dist/esm/operationsInterfaces/archives.d.ts.map +1 -0
  473. package/dist/esm/operationsInterfaces/archives.js +9 -0
  474. package/dist/esm/operationsInterfaces/archives.js.map +1 -0
  475. package/dist/esm/operationsInterfaces/cacheRules.d.ts +74 -0
  476. package/dist/esm/operationsInterfaces/cacheRules.d.ts.map +1 -0
  477. package/dist/esm/operationsInterfaces/cacheRules.js +9 -0
  478. package/dist/esm/operationsInterfaces/cacheRules.js.map +1 -0
  479. package/dist/esm/operationsInterfaces/connectedRegistries.d.ts +90 -0
  480. package/dist/esm/operationsInterfaces/connectedRegistries.d.ts.map +1 -0
  481. package/dist/esm/operationsInterfaces/connectedRegistries.js +9 -0
  482. package/dist/esm/operationsInterfaces/connectedRegistries.js.map +1 -0
  483. package/dist/esm/operationsInterfaces/credentialSets.d.ts +74 -0
  484. package/dist/esm/operationsInterfaces/credentialSets.d.ts.map +1 -0
  485. package/dist/esm/operationsInterfaces/credentialSets.js +9 -0
  486. package/dist/esm/operationsInterfaces/credentialSets.js.map +1 -0
  487. package/dist/esm/operationsInterfaces/exportPipelines.d.ts +56 -0
  488. package/dist/esm/operationsInterfaces/exportPipelines.d.ts.map +1 -0
  489. package/dist/esm/operationsInterfaces/exportPipelines.js +9 -0
  490. package/dist/esm/operationsInterfaces/exportPipelines.js.map +1 -0
  491. package/dist/esm/operationsInterfaces/importPipelines.d.ts +56 -0
  492. package/dist/esm/operationsInterfaces/importPipelines.d.ts.map +1 -0
  493. package/dist/esm/operationsInterfaces/importPipelines.js +9 -0
  494. package/dist/esm/operationsInterfaces/importPipelines.js.map +1 -0
  495. package/dist/esm/operationsInterfaces/index.d.ts +20 -0
  496. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
  497. package/dist/esm/operationsInterfaces/index.js +27 -0
  498. package/dist/esm/operationsInterfaces/index.js.map +1 -0
  499. package/dist/esm/operationsInterfaces/operations.d.ts +11 -0
  500. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
  501. package/dist/esm/operationsInterfaces/operations.js +9 -0
  502. package/dist/esm/operationsInterfaces/operations.js.map +1 -0
  503. package/dist/esm/operationsInterfaces/pipelineRuns.d.ts +56 -0
  504. package/dist/esm/operationsInterfaces/pipelineRuns.d.ts.map +1 -0
  505. package/dist/esm/operationsInterfaces/pipelineRuns.js +9 -0
  506. package/dist/esm/operationsInterfaces/pipelineRuns.js.map +1 -0
  507. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  508. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  509. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +9 -0
  510. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  511. package/dist/esm/operationsInterfaces/registries.d.ts +163 -0
  512. package/dist/esm/operationsInterfaces/registries.d.ts.map +1 -0
  513. package/dist/esm/operationsInterfaces/registries.js +9 -0
  514. package/dist/esm/operationsInterfaces/registries.js.map +1 -0
  515. package/dist/esm/operationsInterfaces/replications.d.ts +74 -0
  516. package/dist/esm/operationsInterfaces/replications.d.ts.map +1 -0
  517. package/dist/esm/operationsInterfaces/replications.js +9 -0
  518. package/dist/esm/operationsInterfaces/replications.js.map +1 -0
  519. package/dist/esm/operationsInterfaces/runs.d.ts +46 -0
  520. package/dist/esm/operationsInterfaces/runs.d.ts.map +1 -0
  521. package/dist/esm/operationsInterfaces/runs.js +9 -0
  522. package/dist/esm/operationsInterfaces/runs.js.map +1 -0
  523. package/dist/esm/operationsInterfaces/scopeMaps.d.ts +74 -0
  524. package/dist/esm/operationsInterfaces/scopeMaps.d.ts.map +1 -0
  525. package/dist/esm/operationsInterfaces/scopeMaps.js +9 -0
  526. package/dist/esm/operationsInterfaces/scopeMaps.js.map +1 -0
  527. package/dist/esm/operationsInterfaces/taskRuns.d.ts +74 -0
  528. package/dist/esm/operationsInterfaces/taskRuns.d.ts.map +1 -0
  529. package/dist/esm/operationsInterfaces/taskRuns.js +9 -0
  530. package/dist/esm/operationsInterfaces/taskRuns.js.map +1 -0
  531. package/dist/esm/operationsInterfaces/tasks.d.ts +55 -0
  532. package/dist/esm/operationsInterfaces/tasks.d.ts.map +1 -0
  533. package/dist/esm/operationsInterfaces/tasks.js +9 -0
  534. package/dist/esm/operationsInterfaces/tasks.js.map +1 -0
  535. package/dist/esm/operationsInterfaces/tokens.d.ts +74 -0
  536. package/dist/esm/operationsInterfaces/tokens.d.ts.map +1 -0
  537. package/dist/esm/operationsInterfaces/tokens.js +9 -0
  538. package/dist/esm/operationsInterfaces/tokens.js.map +1 -0
  539. package/dist/esm/operationsInterfaces/webhooks.d.ts +98 -0
  540. package/dist/esm/operationsInterfaces/webhooks.d.ts.map +1 -0
  541. package/dist/esm/operationsInterfaces/webhooks.js +9 -0
  542. package/dist/esm/operationsInterfaces/webhooks.js.map +1 -0
  543. package/dist/esm/package.json +3 -0
  544. package/dist/esm/pagingHelper.d.ts +13 -0
  545. package/dist/esm/pagingHelper.d.ts.map +1 -0
  546. package/dist/esm/pagingHelper.js +32 -0
  547. package/dist/esm/pagingHelper.js.map +1 -0
  548. package/dist/react-native/containerRegistryManagementClient.d.ts +38 -0
  549. package/dist/react-native/containerRegistryManagementClient.d.ts.map +1 -0
  550. package/dist/react-native/containerRegistryManagementClient.js +115 -0
  551. package/dist/react-native/containerRegistryManagementClient.js.map +1 -0
  552. package/dist/react-native/index.d.ts +5 -0
  553. package/dist/react-native/index.d.ts.map +1 -0
  554. package/dist/react-native/index.js +13 -0
  555. package/dist/react-native/index.js.map +1 -0
  556. package/dist/react-native/lroImpl.d.ts +11 -0
  557. package/dist/react-native/lroImpl.d.ts.map +1 -0
  558. package/dist/react-native/lroImpl.js +21 -0
  559. package/dist/react-native/lroImpl.js.map +1 -0
  560. package/dist/react-native/models/index.d.ts +4248 -0
  561. package/dist/react-native/models/index.d.ts.map +1 -0
  562. package/dist/react-native/models/index.js +532 -0
  563. package/dist/react-native/models/index.js.map +1 -0
  564. package/dist/react-native/models/mappers.d.ts +242 -0
  565. package/dist/react-native/models/mappers.d.ts.map +1 -0
  566. package/dist/react-native/models/mappers.js +6643 -0
  567. package/dist/react-native/models/mappers.js.map +1 -0
  568. package/dist/react-native/models/parameters.d.ts +66 -0
  569. package/dist/react-native/models/parameters.d.ts.map +1 -0
  570. package/dist/react-native/models/parameters.js +540 -0
  571. package/dist/react-native/models/parameters.js.map +1 -0
  572. package/dist/react-native/operations/agentPools.d.ts +107 -0
  573. package/dist/react-native/operations/agentPools.d.ts.map +1 -0
  574. package/dist/react-native/operations/agentPools.js +491 -0
  575. package/dist/react-native/operations/agentPools.js.map +1 -0
  576. package/dist/react-native/operations/archiveVersions.d.ts +95 -0
  577. package/dist/react-native/operations/archiveVersions.d.ts.map +1 -0
  578. package/dist/react-native/operations/archiveVersions.js +408 -0
  579. package/dist/react-native/operations/archiveVersions.js.map +1 -0
  580. package/dist/react-native/operations/archives.d.ts +99 -0
  581. package/dist/react-native/operations/archives.d.ts.map +1 -0
  582. package/dist/react-native/operations/archives.js +428 -0
  583. package/dist/react-native/operations/archives.js.map +1 -0
  584. package/dist/react-native/operations/cacheRules.d.ts +99 -0
  585. package/dist/react-native/operations/cacheRules.d.ts.map +1 -0
  586. package/dist/react-native/operations/cacheRules.js +459 -0
  587. package/dist/react-native/operations/cacheRules.js.map +1 -0
  588. package/dist/react-native/operations/connectedRegistries.d.ts +115 -0
  589. package/dist/react-native/operations/connectedRegistries.d.ts.map +1 -0
  590. package/dist/react-native/operations/connectedRegistries.js +528 -0
  591. package/dist/react-native/operations/connectedRegistries.js.map +1 -0
  592. package/dist/react-native/operations/credentialSets.d.ts +99 -0
  593. package/dist/react-native/operations/credentialSets.d.ts.map +1 -0
  594. package/dist/react-native/operations/credentialSets.js +459 -0
  595. package/dist/react-native/operations/credentialSets.js.map +1 -0
  596. package/dist/react-native/operations/exportPipelines.d.ts +81 -0
  597. package/dist/react-native/operations/exportPipelines.d.ts.map +1 -0
  598. package/dist/react-native/operations/exportPipelines.js +356 -0
  599. package/dist/react-native/operations/exportPipelines.js.map +1 -0
  600. package/dist/react-native/operations/importPipelines.d.ts +81 -0
  601. package/dist/react-native/operations/importPipelines.d.ts.map +1 -0
  602. package/dist/react-native/operations/importPipelines.js +356 -0
  603. package/dist/react-native/operations/importPipelines.js.map +1 -0
  604. package/dist/react-native/operations/index.d.ts +20 -0
  605. package/dist/react-native/operations/index.d.ts.map +1 -0
  606. package/dist/react-native/operations/index.js +27 -0
  607. package/dist/react-native/operations/index.js.map +1 -0
  608. package/dist/react-native/operations/operations.d.ts +32 -0
  609. package/dist/react-native/operations/operations.d.ts.map +1 -0
  610. package/dist/react-native/operations/operations.js +127 -0
  611. package/dist/react-native/operations/operations.js.map +1 -0
  612. package/dist/react-native/operations/pipelineRuns.d.ts +81 -0
  613. package/dist/react-native/operations/pipelineRuns.d.ts.map +1 -0
  614. package/dist/react-native/operations/pipelineRuns.js +356 -0
  615. package/dist/react-native/operations/pipelineRuns.js.map +1 -0
  616. package/dist/react-native/operations/privateEndpointConnections.d.ts +81 -0
  617. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -0
  618. package/dist/react-native/operations/privateEndpointConnections.js +345 -0
  619. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -0
  620. package/dist/react-native/operations/registries.d.ts +217 -0
  621. package/dist/react-native/operations/registries.d.ts.map +1 -0
  622. package/dist/react-native/operations/registries.js +998 -0
  623. package/dist/react-native/operations/registries.js.map +1 -0
  624. package/dist/react-native/operations/replications.d.ts +99 -0
  625. package/dist/react-native/operations/replications.d.ts.map +1 -0
  626. package/dist/react-native/operations/replications.js +427 -0
  627. package/dist/react-native/operations/replications.js.map +1 -0
  628. package/dist/react-native/operations/runs.d.ts +71 -0
  629. package/dist/react-native/operations/runs.d.ts.map +1 -0
  630. package/dist/react-native/operations/runs.js +279 -0
  631. package/dist/react-native/operations/runs.js.map +1 -0
  632. package/dist/react-native/operations/scopeMaps.d.ts +99 -0
  633. package/dist/react-native/operations/scopeMaps.d.ts.map +1 -0
  634. package/dist/react-native/operations/scopeMaps.js +451 -0
  635. package/dist/react-native/operations/scopeMaps.js.map +1 -0
  636. package/dist/react-native/operations/taskRuns.d.ts +99 -0
  637. package/dist/react-native/operations/taskRuns.d.ts.map +1 -0
  638. package/dist/react-native/operations/taskRuns.js +431 -0
  639. package/dist/react-native/operations/taskRuns.js.map +1 -0
  640. package/dist/react-native/operations/tasks.d.ts +80 -0
  641. package/dist/react-native/operations/tasks.d.ts.map +1 -0
  642. package/dist/react-native/operations/tasks.js +330 -0
  643. package/dist/react-native/operations/tasks.js.map +1 -0
  644. package/dist/react-native/operations/tokens.d.ts +99 -0
  645. package/dist/react-native/operations/tokens.d.ts.map +1 -0
  646. package/dist/react-native/operations/tokens.js +451 -0
  647. package/dist/react-native/operations/tokens.js.map +1 -0
  648. package/dist/react-native/operations/webhooks.d.ts +142 -0
  649. package/dist/react-native/operations/webhooks.d.ts.map +1 -0
  650. package/dist/react-native/operations/webhooks.js +608 -0
  651. package/dist/react-native/operations/webhooks.js.map +1 -0
  652. package/dist/react-native/operationsInterfaces/agentPools.d.ts +82 -0
  653. package/dist/react-native/operationsInterfaces/agentPools.d.ts.map +1 -0
  654. package/dist/react-native/operationsInterfaces/agentPools.js +9 -0
  655. package/dist/react-native/operationsInterfaces/agentPools.js.map +1 -0
  656. package/dist/react-native/operationsInterfaces/archiveVersions.d.ts +66 -0
  657. package/dist/react-native/operationsInterfaces/archiveVersions.d.ts.map +1 -0
  658. package/dist/react-native/operationsInterfaces/archiveVersions.js +9 -0
  659. package/dist/react-native/operationsInterfaces/archiveVersions.js.map +1 -0
  660. package/dist/react-native/operationsInterfaces/archives.d.ts +72 -0
  661. package/dist/react-native/operationsInterfaces/archives.d.ts.map +1 -0
  662. package/dist/react-native/operationsInterfaces/archives.js +9 -0
  663. package/dist/react-native/operationsInterfaces/archives.js.map +1 -0
  664. package/dist/react-native/operationsInterfaces/cacheRules.d.ts +74 -0
  665. package/dist/react-native/operationsInterfaces/cacheRules.d.ts.map +1 -0
  666. package/dist/react-native/operationsInterfaces/cacheRules.js +9 -0
  667. package/dist/react-native/operationsInterfaces/cacheRules.js.map +1 -0
  668. package/dist/react-native/operationsInterfaces/connectedRegistries.d.ts +90 -0
  669. package/dist/react-native/operationsInterfaces/connectedRegistries.d.ts.map +1 -0
  670. package/dist/react-native/operationsInterfaces/connectedRegistries.js +9 -0
  671. package/dist/react-native/operationsInterfaces/connectedRegistries.js.map +1 -0
  672. package/dist/react-native/operationsInterfaces/credentialSets.d.ts +74 -0
  673. package/dist/react-native/operationsInterfaces/credentialSets.d.ts.map +1 -0
  674. package/dist/react-native/operationsInterfaces/credentialSets.js +9 -0
  675. package/dist/react-native/operationsInterfaces/credentialSets.js.map +1 -0
  676. package/dist/react-native/operationsInterfaces/exportPipelines.d.ts +56 -0
  677. package/dist/react-native/operationsInterfaces/exportPipelines.d.ts.map +1 -0
  678. package/dist/react-native/operationsInterfaces/exportPipelines.js +9 -0
  679. package/dist/react-native/operationsInterfaces/exportPipelines.js.map +1 -0
  680. package/dist/react-native/operationsInterfaces/importPipelines.d.ts +56 -0
  681. package/dist/react-native/operationsInterfaces/importPipelines.d.ts.map +1 -0
  682. package/dist/react-native/operationsInterfaces/importPipelines.js +9 -0
  683. package/dist/react-native/operationsInterfaces/importPipelines.js.map +1 -0
  684. package/dist/react-native/operationsInterfaces/index.d.ts +20 -0
  685. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
  686. package/dist/react-native/operationsInterfaces/index.js +27 -0
  687. package/dist/react-native/operationsInterfaces/index.js.map +1 -0
  688. package/dist/react-native/operationsInterfaces/operations.d.ts +11 -0
  689. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
  690. package/dist/react-native/operationsInterfaces/operations.js +9 -0
  691. package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
  692. package/dist/react-native/operationsInterfaces/pipelineRuns.d.ts +56 -0
  693. package/dist/react-native/operationsInterfaces/pipelineRuns.d.ts.map +1 -0
  694. package/dist/react-native/operationsInterfaces/pipelineRuns.js +9 -0
  695. package/dist/react-native/operationsInterfaces/pipelineRuns.js.map +1 -0
  696. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  697. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  698. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +9 -0
  699. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  700. package/dist/react-native/operationsInterfaces/registries.d.ts +163 -0
  701. package/dist/react-native/operationsInterfaces/registries.d.ts.map +1 -0
  702. package/dist/react-native/operationsInterfaces/registries.js +9 -0
  703. package/dist/react-native/operationsInterfaces/registries.js.map +1 -0
  704. package/dist/react-native/operationsInterfaces/replications.d.ts +74 -0
  705. package/dist/react-native/operationsInterfaces/replications.d.ts.map +1 -0
  706. package/dist/react-native/operationsInterfaces/replications.js +9 -0
  707. package/dist/react-native/operationsInterfaces/replications.js.map +1 -0
  708. package/dist/react-native/operationsInterfaces/runs.d.ts +46 -0
  709. package/dist/react-native/operationsInterfaces/runs.d.ts.map +1 -0
  710. package/dist/react-native/operationsInterfaces/runs.js +9 -0
  711. package/dist/react-native/operationsInterfaces/runs.js.map +1 -0
  712. package/dist/react-native/operationsInterfaces/scopeMaps.d.ts +74 -0
  713. package/dist/react-native/operationsInterfaces/scopeMaps.d.ts.map +1 -0
  714. package/dist/react-native/operationsInterfaces/scopeMaps.js +9 -0
  715. package/dist/react-native/operationsInterfaces/scopeMaps.js.map +1 -0
  716. package/dist/react-native/operationsInterfaces/taskRuns.d.ts +74 -0
  717. package/dist/react-native/operationsInterfaces/taskRuns.d.ts.map +1 -0
  718. package/dist/react-native/operationsInterfaces/taskRuns.js +9 -0
  719. package/dist/react-native/operationsInterfaces/taskRuns.js.map +1 -0
  720. package/dist/react-native/operationsInterfaces/tasks.d.ts +55 -0
  721. package/dist/react-native/operationsInterfaces/tasks.d.ts.map +1 -0
  722. package/dist/react-native/operationsInterfaces/tasks.js +9 -0
  723. package/dist/react-native/operationsInterfaces/tasks.js.map +1 -0
  724. package/dist/react-native/operationsInterfaces/tokens.d.ts +74 -0
  725. package/dist/react-native/operationsInterfaces/tokens.d.ts.map +1 -0
  726. package/dist/react-native/operationsInterfaces/tokens.js +9 -0
  727. package/dist/react-native/operationsInterfaces/tokens.js.map +1 -0
  728. package/dist/react-native/operationsInterfaces/webhooks.d.ts +98 -0
  729. package/dist/react-native/operationsInterfaces/webhooks.d.ts.map +1 -0
  730. package/dist/react-native/operationsInterfaces/webhooks.js +9 -0
  731. package/dist/react-native/operationsInterfaces/webhooks.js.map +1 -0
  732. package/dist/react-native/package.json +3 -0
  733. package/dist/react-native/pagingHelper.d.ts +13 -0
  734. package/dist/react-native/pagingHelper.d.ts.map +1 -0
  735. package/dist/react-native/pagingHelper.js +32 -0
  736. package/dist/react-native/pagingHelper.js.map +1 -0
  737. package/package.json +81 -56
  738. package/review/arm-containerregistry.api.md +81 -50
  739. package/dist/index.js +0 -16737
  740. package/dist/index.js.map +0 -1
  741. package/dist/index.min.js +0 -1
  742. package/dist/index.min.js.map +0 -1
  743. package/dist-esm/samples-dev/agentPoolsCreateSample.d.ts +0 -2
  744. package/dist-esm/samples-dev/agentPoolsCreateSample.d.ts.map +0 -1
  745. package/dist-esm/samples-dev/agentPoolsCreateSample.js +0 -47
  746. package/dist-esm/samples-dev/agentPoolsCreateSample.js.map +0 -1
  747. package/dist-esm/samples-dev/agentPoolsDeleteSample.d.ts +0 -2
  748. package/dist-esm/samples-dev/agentPoolsDeleteSample.d.ts.map +0 -1
  749. package/dist-esm/samples-dev/agentPoolsDeleteSample.js +0 -40
  750. package/dist-esm/samples-dev/agentPoolsDeleteSample.js.map +0 -1
  751. package/dist-esm/samples-dev/agentPoolsGetQueueStatusSample.d.ts +0 -2
  752. package/dist-esm/samples-dev/agentPoolsGetQueueStatusSample.d.ts.map +0 -1
  753. package/dist-esm/samples-dev/agentPoolsGetQueueStatusSample.js +0 -40
  754. package/dist-esm/samples-dev/agentPoolsGetQueueStatusSample.js.map +0 -1
  755. package/dist-esm/samples-dev/agentPoolsGetSample.d.ts +0 -2
  756. package/dist-esm/samples-dev/agentPoolsGetSample.d.ts.map +0 -1
  757. package/dist-esm/samples-dev/agentPoolsGetSample.js +0 -40
  758. package/dist-esm/samples-dev/agentPoolsGetSample.js.map +0 -1
  759. package/dist-esm/samples-dev/agentPoolsListSample.d.ts +0 -2
  760. package/dist-esm/samples-dev/agentPoolsListSample.d.ts.map +0 -1
  761. package/dist-esm/samples-dev/agentPoolsListSample.js +0 -55
  762. package/dist-esm/samples-dev/agentPoolsListSample.js.map +0 -1
  763. package/dist-esm/samples-dev/agentPoolsUpdateSample.d.ts +0 -2
  764. package/dist-esm/samples-dev/agentPoolsUpdateSample.d.ts.map +0 -1
  765. package/dist-esm/samples-dev/agentPoolsUpdateSample.js +0 -41
  766. package/dist-esm/samples-dev/agentPoolsUpdateSample.js.map +0 -1
  767. package/dist-esm/samples-dev/archiveVersionsCreateSample.d.ts +0 -2
  768. package/dist-esm/samples-dev/archiveVersionsCreateSample.d.ts.map +0 -1
  769. package/dist-esm/samples-dev/archiveVersionsCreateSample.js +0 -42
  770. package/dist-esm/samples-dev/archiveVersionsCreateSample.js.map +0 -1
  771. package/dist-esm/samples-dev/archiveVersionsDeleteSample.d.ts +0 -2
  772. package/dist-esm/samples-dev/archiveVersionsDeleteSample.d.ts.map +0 -1
  773. package/dist-esm/samples-dev/archiveVersionsDeleteSample.js +0 -42
  774. package/dist-esm/samples-dev/archiveVersionsDeleteSample.js.map +0 -1
  775. package/dist-esm/samples-dev/archiveVersionsGetSample.d.ts +0 -2
  776. package/dist-esm/samples-dev/archiveVersionsGetSample.d.ts.map +0 -1
  777. package/dist-esm/samples-dev/archiveVersionsGetSample.js +0 -42
  778. package/dist-esm/samples-dev/archiveVersionsGetSample.js.map +0 -1
  779. package/dist-esm/samples-dev/archiveVersionsListSample.d.ts +0 -2
  780. package/dist-esm/samples-dev/archiveVersionsListSample.d.ts.map +0 -1
  781. package/dist-esm/samples-dev/archiveVersionsListSample.js +0 -57
  782. package/dist-esm/samples-dev/archiveVersionsListSample.js.map +0 -1
  783. package/dist-esm/samples-dev/archivesCreateSample.d.ts +0 -2
  784. package/dist-esm/samples-dev/archivesCreateSample.d.ts.map +0 -1
  785. package/dist-esm/samples-dev/archivesCreateSample.js +0 -46
  786. package/dist-esm/samples-dev/archivesCreateSample.js.map +0 -1
  787. package/dist-esm/samples-dev/archivesDeleteSample.d.ts +0 -2
  788. package/dist-esm/samples-dev/archivesDeleteSample.d.ts.map +0 -1
  789. package/dist-esm/samples-dev/archivesDeleteSample.js +0 -41
  790. package/dist-esm/samples-dev/archivesDeleteSample.js.map +0 -1
  791. package/dist-esm/samples-dev/archivesGetSample.d.ts +0 -2
  792. package/dist-esm/samples-dev/archivesGetSample.d.ts.map +0 -1
  793. package/dist-esm/samples-dev/archivesGetSample.js +0 -41
  794. package/dist-esm/samples-dev/archivesGetSample.js.map +0 -1
  795. package/dist-esm/samples-dev/archivesListSample.d.ts +0 -2
  796. package/dist-esm/samples-dev/archivesListSample.d.ts.map +0 -1
  797. package/dist-esm/samples-dev/archivesListSample.js +0 -56
  798. package/dist-esm/samples-dev/archivesListSample.js.map +0 -1
  799. package/dist-esm/samples-dev/archivesUpdateSample.d.ts +0 -2
  800. package/dist-esm/samples-dev/archivesUpdateSample.d.ts.map +0 -1
  801. package/dist-esm/samples-dev/archivesUpdateSample.js +0 -44
  802. package/dist-esm/samples-dev/archivesUpdateSample.js.map +0 -1
  803. package/dist-esm/samples-dev/cacheRulesCreateSample.d.ts +0 -2
  804. package/dist-esm/samples-dev/cacheRulesCreateSample.d.ts.map +0 -1
  805. package/dist-esm/samples-dev/cacheRulesCreateSample.js +0 -45
  806. package/dist-esm/samples-dev/cacheRulesCreateSample.js.map +0 -1
  807. package/dist-esm/samples-dev/cacheRulesDeleteSample.d.ts +0 -2
  808. package/dist-esm/samples-dev/cacheRulesDeleteSample.d.ts.map +0 -1
  809. package/dist-esm/samples-dev/cacheRulesDeleteSample.js +0 -40
  810. package/dist-esm/samples-dev/cacheRulesDeleteSample.js.map +0 -1
  811. package/dist-esm/samples-dev/cacheRulesGetSample.d.ts +0 -2
  812. package/dist-esm/samples-dev/cacheRulesGetSample.d.ts.map +0 -1
  813. package/dist-esm/samples-dev/cacheRulesGetSample.js +0 -40
  814. package/dist-esm/samples-dev/cacheRulesGetSample.js.map +0 -1
  815. package/dist-esm/samples-dev/cacheRulesListSample.d.ts +0 -2
  816. package/dist-esm/samples-dev/cacheRulesListSample.d.ts.map +0 -1
  817. package/dist-esm/samples-dev/cacheRulesListSample.js +0 -55
  818. package/dist-esm/samples-dev/cacheRulesListSample.js.map +0 -1
  819. package/dist-esm/samples-dev/cacheRulesUpdateSample.d.ts +0 -2
  820. package/dist-esm/samples-dev/cacheRulesUpdateSample.d.ts.map +0 -1
  821. package/dist-esm/samples-dev/cacheRulesUpdateSample.js +0 -43
  822. package/dist-esm/samples-dev/cacheRulesUpdateSample.js.map +0 -1
  823. package/dist-esm/samples-dev/connectedRegistriesCreateSample.d.ts +0 -2
  824. package/dist-esm/samples-dev/connectedRegistriesCreateSample.d.ts.map +0 -1
  825. package/dist-esm/samples-dev/connectedRegistriesCreateSample.js +0 -55
  826. package/dist-esm/samples-dev/connectedRegistriesCreateSample.js.map +0 -1
  827. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.d.ts +0 -2
  828. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.d.ts.map +0 -1
  829. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.js +0 -40
  830. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.js.map +0 -1
  831. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.d.ts +0 -2
  832. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.d.ts.map +0 -1
  833. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.js +0 -40
  834. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.js.map +0 -1
  835. package/dist-esm/samples-dev/connectedRegistriesGetSample.d.ts +0 -2
  836. package/dist-esm/samples-dev/connectedRegistriesGetSample.d.ts.map +0 -1
  837. package/dist-esm/samples-dev/connectedRegistriesGetSample.js +0 -40
  838. package/dist-esm/samples-dev/connectedRegistriesGetSample.js.map +0 -1
  839. package/dist-esm/samples-dev/connectedRegistriesListSample.d.ts +0 -2
  840. package/dist-esm/samples-dev/connectedRegistriesListSample.d.ts.map +0 -1
  841. package/dist-esm/samples-dev/connectedRegistriesListSample.js +0 -55
  842. package/dist-esm/samples-dev/connectedRegistriesListSample.js.map +0 -1
  843. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.d.ts +0 -2
  844. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.d.ts.map +0 -1
  845. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.js +0 -53
  846. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.js.map +0 -1
  847. package/dist-esm/samples-dev/credentialSetsCreateSample.d.ts +0 -2
  848. package/dist-esm/samples-dev/credentialSetsCreateSample.d.ts.map +0 -1
  849. package/dist-esm/samples-dev/credentialSetsCreateSample.js +0 -51
  850. package/dist-esm/samples-dev/credentialSetsCreateSample.js.map +0 -1
  851. package/dist-esm/samples-dev/credentialSetsDeleteSample.d.ts +0 -2
  852. package/dist-esm/samples-dev/credentialSetsDeleteSample.d.ts.map +0 -1
  853. package/dist-esm/samples-dev/credentialSetsDeleteSample.js +0 -40
  854. package/dist-esm/samples-dev/credentialSetsDeleteSample.js.map +0 -1
  855. package/dist-esm/samples-dev/credentialSetsGetSample.d.ts +0 -2
  856. package/dist-esm/samples-dev/credentialSetsGetSample.d.ts.map +0 -1
  857. package/dist-esm/samples-dev/credentialSetsGetSample.js +0 -40
  858. package/dist-esm/samples-dev/credentialSetsGetSample.js.map +0 -1
  859. package/dist-esm/samples-dev/credentialSetsListSample.d.ts +0 -2
  860. package/dist-esm/samples-dev/credentialSetsListSample.d.ts.map +0 -1
  861. package/dist-esm/samples-dev/credentialSetsListSample.js +0 -55
  862. package/dist-esm/samples-dev/credentialSetsListSample.js.map +0 -1
  863. package/dist-esm/samples-dev/credentialSetsUpdateSample.d.ts +0 -2
  864. package/dist-esm/samples-dev/credentialSetsUpdateSample.d.ts.map +0 -1
  865. package/dist-esm/samples-dev/credentialSetsUpdateSample.js +0 -49
  866. package/dist-esm/samples-dev/credentialSetsUpdateSample.js.map +0 -1
  867. package/dist-esm/samples-dev/exportPipelinesCreateSample.d.ts +0 -2
  868. package/dist-esm/samples-dev/exportPipelinesCreateSample.d.ts.map +0 -1
  869. package/dist-esm/samples-dev/exportPipelinesCreateSample.js +0 -50
  870. package/dist-esm/samples-dev/exportPipelinesCreateSample.js.map +0 -1
  871. package/dist-esm/samples-dev/exportPipelinesDeleteSample.d.ts +0 -2
  872. package/dist-esm/samples-dev/exportPipelinesDeleteSample.d.ts.map +0 -1
  873. package/dist-esm/samples-dev/exportPipelinesDeleteSample.js +0 -40
  874. package/dist-esm/samples-dev/exportPipelinesDeleteSample.js.map +0 -1
  875. package/dist-esm/samples-dev/exportPipelinesGetSample.d.ts +0 -2
  876. package/dist-esm/samples-dev/exportPipelinesGetSample.d.ts.map +0 -1
  877. package/dist-esm/samples-dev/exportPipelinesGetSample.js +0 -40
  878. package/dist-esm/samples-dev/exportPipelinesGetSample.js.map +0 -1
  879. package/dist-esm/samples-dev/exportPipelinesListSample.d.ts +0 -2
  880. package/dist-esm/samples-dev/exportPipelinesListSample.d.ts.map +0 -1
  881. package/dist-esm/samples-dev/exportPipelinesListSample.js +0 -55
  882. package/dist-esm/samples-dev/exportPipelinesListSample.js.map +0 -1
  883. package/dist-esm/samples-dev/importPipelinesCreateSample.d.ts +0 -2
  884. package/dist-esm/samples-dev/importPipelinesCreateSample.d.ts.map +0 -1
  885. package/dist-esm/samples-dev/importPipelinesCreateSample.js +0 -55
  886. package/dist-esm/samples-dev/importPipelinesCreateSample.js.map +0 -1
  887. package/dist-esm/samples-dev/importPipelinesDeleteSample.d.ts +0 -2
  888. package/dist-esm/samples-dev/importPipelinesDeleteSample.d.ts.map +0 -1
  889. package/dist-esm/samples-dev/importPipelinesDeleteSample.js +0 -40
  890. package/dist-esm/samples-dev/importPipelinesDeleteSample.js.map +0 -1
  891. package/dist-esm/samples-dev/importPipelinesGetSample.d.ts +0 -2
  892. package/dist-esm/samples-dev/importPipelinesGetSample.d.ts.map +0 -1
  893. package/dist-esm/samples-dev/importPipelinesGetSample.js +0 -40
  894. package/dist-esm/samples-dev/importPipelinesGetSample.js.map +0 -1
  895. package/dist-esm/samples-dev/importPipelinesListSample.d.ts +0 -2
  896. package/dist-esm/samples-dev/importPipelinesListSample.d.ts.map +0 -1
  897. package/dist-esm/samples-dev/importPipelinesListSample.js +0 -55
  898. package/dist-esm/samples-dev/importPipelinesListSample.js.map +0 -1
  899. package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
  900. package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
  901. package/dist-esm/samples-dev/operationsListSample.js +0 -53
  902. package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
  903. package/dist-esm/samples-dev/pipelineRunsCreateSample.d.ts +0 -2
  904. package/dist-esm/samples-dev/pipelineRunsCreateSample.d.ts.map +0 -1
  905. package/dist-esm/samples-dev/pipelineRunsCreateSample.js +0 -78
  906. package/dist-esm/samples-dev/pipelineRunsCreateSample.js.map +0 -1
  907. package/dist-esm/samples-dev/pipelineRunsDeleteSample.d.ts +0 -2
  908. package/dist-esm/samples-dev/pipelineRunsDeleteSample.d.ts.map +0 -1
  909. package/dist-esm/samples-dev/pipelineRunsDeleteSample.js +0 -40
  910. package/dist-esm/samples-dev/pipelineRunsDeleteSample.js.map +0 -1
  911. package/dist-esm/samples-dev/pipelineRunsGetSample.d.ts +0 -2
  912. package/dist-esm/samples-dev/pipelineRunsGetSample.d.ts.map +0 -1
  913. package/dist-esm/samples-dev/pipelineRunsGetSample.js +0 -40
  914. package/dist-esm/samples-dev/pipelineRunsGetSample.js.map +0 -1
  915. package/dist-esm/samples-dev/pipelineRunsListSample.d.ts +0 -2
  916. package/dist-esm/samples-dev/pipelineRunsListSample.d.ts.map +0 -1
  917. package/dist-esm/samples-dev/pipelineRunsListSample.js +0 -55
  918. package/dist-esm/samples-dev/pipelineRunsListSample.js.map +0 -1
  919. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +0 -2
  920. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +0 -1
  921. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +0 -46
  922. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +0 -1
  923. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +0 -2
  924. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +0 -1
  925. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +0 -40
  926. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +0 -1
  927. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +0 -2
  928. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +0 -1
  929. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +0 -40
  930. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +0 -1
  931. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +0 -2
  932. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +0 -1
  933. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +0 -55
  934. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +0 -1
  935. package/dist-esm/samples-dev/registriesCheckNameAvailabilitySample.d.ts +0 -2
  936. package/dist-esm/samples-dev/registriesCheckNameAvailabilitySample.d.ts.map +0 -1
  937. package/dist-esm/samples-dev/registriesCheckNameAvailabilitySample.js +0 -62
  938. package/dist-esm/samples-dev/registriesCheckNameAvailabilitySample.js.map +0 -1
  939. package/dist-esm/samples-dev/registriesCreateSample.d.ts +0 -2
  940. package/dist-esm/samples-dev/registriesCreateSample.d.ts.map +0 -1
  941. package/dist-esm/samples-dev/registriesCreateSample.js +0 -70
  942. package/dist-esm/samples-dev/registriesCreateSample.js.map +0 -1
  943. package/dist-esm/samples-dev/registriesDeleteSample.d.ts +0 -2
  944. package/dist-esm/samples-dev/registriesDeleteSample.d.ts.map +0 -1
  945. package/dist-esm/samples-dev/registriesDeleteSample.js +0 -39
  946. package/dist-esm/samples-dev/registriesDeleteSample.js.map +0 -1
  947. package/dist-esm/samples-dev/registriesGenerateCredentialsSample.d.ts +0 -2
  948. package/dist-esm/samples-dev/registriesGenerateCredentialsSample.d.ts.map +0 -1
  949. package/dist-esm/samples-dev/registriesGenerateCredentialsSample.js +0 -43
  950. package/dist-esm/samples-dev/registriesGenerateCredentialsSample.js.map +0 -1
  951. package/dist-esm/samples-dev/registriesGetBuildSourceUploadUrlSample.d.ts +0 -2
  952. package/dist-esm/samples-dev/registriesGetBuildSourceUploadUrlSample.d.ts.map +0 -1
  953. package/dist-esm/samples-dev/registriesGetBuildSourceUploadUrlSample.js +0 -39
  954. package/dist-esm/samples-dev/registriesGetBuildSourceUploadUrlSample.js.map +0 -1
  955. package/dist-esm/samples-dev/registriesGetPrivateLinkResourceSample.d.ts +0 -2
  956. package/dist-esm/samples-dev/registriesGetPrivateLinkResourceSample.d.ts.map +0 -1
  957. package/dist-esm/samples-dev/registriesGetPrivateLinkResourceSample.js +0 -40
  958. package/dist-esm/samples-dev/registriesGetPrivateLinkResourceSample.js.map +0 -1
  959. package/dist-esm/samples-dev/registriesGetSample.d.ts +0 -2
  960. package/dist-esm/samples-dev/registriesGetSample.d.ts.map +0 -1
  961. package/dist-esm/samples-dev/registriesGetSample.js +0 -39
  962. package/dist-esm/samples-dev/registriesGetSample.js.map +0 -1
  963. package/dist-esm/samples-dev/registriesImportImageSample.d.ts +0 -2
  964. package/dist-esm/samples-dev/registriesImportImageSample.d.ts.map +0 -1
  965. package/dist-esm/samples-dev/registriesImportImageSample.js +0 -104
  966. package/dist-esm/samples-dev/registriesImportImageSample.js.map +0 -1
  967. package/dist-esm/samples-dev/registriesListByResourceGroupSample.d.ts +0 -2
  968. package/dist-esm/samples-dev/registriesListByResourceGroupSample.d.ts.map +0 -1
  969. package/dist-esm/samples-dev/registriesListByResourceGroupSample.js +0 -54
  970. package/dist-esm/samples-dev/registriesListByResourceGroupSample.js.map +0 -1
  971. package/dist-esm/samples-dev/registriesListCredentialsSample.d.ts +0 -2
  972. package/dist-esm/samples-dev/registriesListCredentialsSample.d.ts.map +0 -1
  973. package/dist-esm/samples-dev/registriesListCredentialsSample.js +0 -39
  974. package/dist-esm/samples-dev/registriesListCredentialsSample.js.map +0 -1
  975. package/dist-esm/samples-dev/registriesListPrivateLinkResourcesSample.d.ts +0 -2
  976. package/dist-esm/samples-dev/registriesListPrivateLinkResourcesSample.d.ts.map +0 -1
  977. package/dist-esm/samples-dev/registriesListPrivateLinkResourcesSample.js +0 -55
  978. package/dist-esm/samples-dev/registriesListPrivateLinkResourcesSample.js.map +0 -1
  979. package/dist-esm/samples-dev/registriesListSample.d.ts +0 -2
  980. package/dist-esm/samples-dev/registriesListSample.d.ts.map +0 -1
  981. package/dist-esm/samples-dev/registriesListSample.js +0 -53
  982. package/dist-esm/samples-dev/registriesListSample.js.map +0 -1
  983. package/dist-esm/samples-dev/registriesListUsagesSample.d.ts +0 -2
  984. package/dist-esm/samples-dev/registriesListUsagesSample.d.ts.map +0 -1
  985. package/dist-esm/samples-dev/registriesListUsagesSample.js +0 -39
  986. package/dist-esm/samples-dev/registriesListUsagesSample.js.map +0 -1
  987. package/dist-esm/samples-dev/registriesRegenerateCredentialSample.d.ts +0 -2
  988. package/dist-esm/samples-dev/registriesRegenerateCredentialSample.d.ts.map +0 -1
  989. package/dist-esm/samples-dev/registriesRegenerateCredentialSample.js +0 -42
  990. package/dist-esm/samples-dev/registriesRegenerateCredentialSample.js.map +0 -1
  991. package/dist-esm/samples-dev/registriesScheduleRunSample.d.ts +0 -2
  992. package/dist-esm/samples-dev/registriesScheduleRunSample.d.ts.map +0 -1
  993. package/dist-esm/samples-dev/registriesScheduleRunSample.js +0 -299
  994. package/dist-esm/samples-dev/registriesScheduleRunSample.js.map +0 -1
  995. package/dist-esm/samples-dev/registriesUpdateSample.d.ts +0 -2
  996. package/dist-esm/samples-dev/registriesUpdateSample.d.ts.map +0 -1
  997. package/dist-esm/samples-dev/registriesUpdateSample.js +0 -44
  998. package/dist-esm/samples-dev/registriesUpdateSample.js.map +0 -1
  999. package/dist-esm/samples-dev/replicationsCreateSample.d.ts +0 -2
  1000. package/dist-esm/samples-dev/replicationsCreateSample.d.ts.map +0 -1
  1001. package/dist-esm/samples-dev/replicationsCreateSample.js +0 -70
  1002. package/dist-esm/samples-dev/replicationsCreateSample.js.map +0 -1
  1003. package/dist-esm/samples-dev/replicationsDeleteSample.d.ts +0 -2
  1004. package/dist-esm/samples-dev/replicationsDeleteSample.d.ts.map +0 -1
  1005. package/dist-esm/samples-dev/replicationsDeleteSample.js +0 -40
  1006. package/dist-esm/samples-dev/replicationsDeleteSample.js.map +0 -1
  1007. package/dist-esm/samples-dev/replicationsGetSample.d.ts +0 -2
  1008. package/dist-esm/samples-dev/replicationsGetSample.d.ts.map +0 -1
  1009. package/dist-esm/samples-dev/replicationsGetSample.js +0 -40
  1010. package/dist-esm/samples-dev/replicationsGetSample.js.map +0 -1
  1011. package/dist-esm/samples-dev/replicationsListSample.d.ts +0 -2
  1012. package/dist-esm/samples-dev/replicationsListSample.d.ts.map +0 -1
  1013. package/dist-esm/samples-dev/replicationsListSample.js +0 -55
  1014. package/dist-esm/samples-dev/replicationsListSample.js.map +0 -1
  1015. package/dist-esm/samples-dev/replicationsUpdateSample.d.ts +0 -2
  1016. package/dist-esm/samples-dev/replicationsUpdateSample.d.ts.map +0 -1
  1017. package/dist-esm/samples-dev/replicationsUpdateSample.js +0 -43
  1018. package/dist-esm/samples-dev/replicationsUpdateSample.js.map +0 -1
  1019. package/dist-esm/samples-dev/runsCancelSample.d.ts +0 -2
  1020. package/dist-esm/samples-dev/runsCancelSample.d.ts.map +0 -1
  1021. package/dist-esm/samples-dev/runsCancelSample.js +0 -40
  1022. package/dist-esm/samples-dev/runsCancelSample.js.map +0 -1
  1023. package/dist-esm/samples-dev/runsGetLogSasUrlSample.d.ts +0 -2
  1024. package/dist-esm/samples-dev/runsGetLogSasUrlSample.d.ts.map +0 -1
  1025. package/dist-esm/samples-dev/runsGetLogSasUrlSample.js +0 -40
  1026. package/dist-esm/samples-dev/runsGetLogSasUrlSample.js.map +0 -1
  1027. package/dist-esm/samples-dev/runsGetSample.d.ts +0 -2
  1028. package/dist-esm/samples-dev/runsGetSample.d.ts.map +0 -1
  1029. package/dist-esm/samples-dev/runsGetSample.js +0 -40
  1030. package/dist-esm/samples-dev/runsGetSample.js.map +0 -1
  1031. package/dist-esm/samples-dev/runsListSample.d.ts +0 -2
  1032. package/dist-esm/samples-dev/runsListSample.d.ts.map +0 -1
  1033. package/dist-esm/samples-dev/runsListSample.js +0 -58
  1034. package/dist-esm/samples-dev/runsListSample.js.map +0 -1
  1035. package/dist-esm/samples-dev/runsUpdateSample.d.ts +0 -2
  1036. package/dist-esm/samples-dev/runsUpdateSample.d.ts.map +0 -1
  1037. package/dist-esm/samples-dev/runsUpdateSample.js +0 -41
  1038. package/dist-esm/samples-dev/runsUpdateSample.js.map +0 -1
  1039. package/dist-esm/samples-dev/scopeMapsCreateSample.d.ts +0 -2
  1040. package/dist-esm/samples-dev/scopeMapsCreateSample.d.ts.map +0 -1
  1041. package/dist-esm/samples-dev/scopeMapsCreateSample.js +0 -47
  1042. package/dist-esm/samples-dev/scopeMapsCreateSample.js.map +0 -1
  1043. package/dist-esm/samples-dev/scopeMapsDeleteSample.d.ts +0 -2
  1044. package/dist-esm/samples-dev/scopeMapsDeleteSample.d.ts.map +0 -1
  1045. package/dist-esm/samples-dev/scopeMapsDeleteSample.js +0 -40
  1046. package/dist-esm/samples-dev/scopeMapsDeleteSample.js.map +0 -1
  1047. package/dist-esm/samples-dev/scopeMapsGetSample.d.ts +0 -2
  1048. package/dist-esm/samples-dev/scopeMapsGetSample.d.ts.map +0 -1
  1049. package/dist-esm/samples-dev/scopeMapsGetSample.js +0 -40
  1050. package/dist-esm/samples-dev/scopeMapsGetSample.js.map +0 -1
  1051. package/dist-esm/samples-dev/scopeMapsListSample.d.ts +0 -2
  1052. package/dist-esm/samples-dev/scopeMapsListSample.d.ts.map +0 -1
  1053. package/dist-esm/samples-dev/scopeMapsListSample.js +0 -55
  1054. package/dist-esm/samples-dev/scopeMapsListSample.js.map +0 -1
  1055. package/dist-esm/samples-dev/scopeMapsUpdateSample.d.ts +0 -2
  1056. package/dist-esm/samples-dev/scopeMapsUpdateSample.d.ts.map +0 -1
  1057. package/dist-esm/samples-dev/scopeMapsUpdateSample.js +0 -47
  1058. package/dist-esm/samples-dev/scopeMapsUpdateSample.js.map +0 -1
  1059. package/dist-esm/samples-dev/taskRunsCreateSample.d.ts +0 -2
  1060. package/dist-esm/samples-dev/taskRunsCreateSample.d.ts.map +0 -1
  1061. package/dist-esm/samples-dev/taskRunsCreateSample.js +0 -51
  1062. package/dist-esm/samples-dev/taskRunsCreateSample.js.map +0 -1
  1063. package/dist-esm/samples-dev/taskRunsDeleteSample.d.ts +0 -2
  1064. package/dist-esm/samples-dev/taskRunsDeleteSample.d.ts.map +0 -1
  1065. package/dist-esm/samples-dev/taskRunsDeleteSample.js +0 -40
  1066. package/dist-esm/samples-dev/taskRunsDeleteSample.js.map +0 -1
  1067. package/dist-esm/samples-dev/taskRunsGetDetailsSample.d.ts +0 -2
  1068. package/dist-esm/samples-dev/taskRunsGetDetailsSample.d.ts.map +0 -1
  1069. package/dist-esm/samples-dev/taskRunsGetDetailsSample.js +0 -40
  1070. package/dist-esm/samples-dev/taskRunsGetDetailsSample.js.map +0 -1
  1071. package/dist-esm/samples-dev/taskRunsGetSample.d.ts +0 -2
  1072. package/dist-esm/samples-dev/taskRunsGetSample.d.ts.map +0 -1
  1073. package/dist-esm/samples-dev/taskRunsGetSample.js +0 -40
  1074. package/dist-esm/samples-dev/taskRunsGetSample.js.map +0 -1
  1075. package/dist-esm/samples-dev/taskRunsListSample.d.ts +0 -2
  1076. package/dist-esm/samples-dev/taskRunsListSample.d.ts.map +0 -1
  1077. package/dist-esm/samples-dev/taskRunsListSample.js +0 -55
  1078. package/dist-esm/samples-dev/taskRunsListSample.js.map +0 -1
  1079. package/dist-esm/samples-dev/taskRunsUpdateSample.d.ts +0 -2
  1080. package/dist-esm/samples-dev/taskRunsUpdateSample.d.ts.map +0 -1
  1081. package/dist-esm/samples-dev/taskRunsUpdateSample.js +0 -52
  1082. package/dist-esm/samples-dev/taskRunsUpdateSample.js.map +0 -1
  1083. package/dist-esm/samples-dev/tasksCreateSample.d.ts +0 -2
  1084. package/dist-esm/samples-dev/tasksCreateSample.d.ts.map +0 -1
  1085. package/dist-esm/samples-dev/tasksCreateSample.js +0 -325
  1086. package/dist-esm/samples-dev/tasksCreateSample.js.map +0 -1
  1087. package/dist-esm/samples-dev/tasksDeleteSample.d.ts +0 -2
  1088. package/dist-esm/samples-dev/tasksDeleteSample.d.ts.map +0 -1
  1089. package/dist-esm/samples-dev/tasksDeleteSample.js +0 -40
  1090. package/dist-esm/samples-dev/tasksDeleteSample.js.map +0 -1
  1091. package/dist-esm/samples-dev/tasksGetDetailsSample.d.ts +0 -2
  1092. package/dist-esm/samples-dev/tasksGetDetailsSample.d.ts.map +0 -1
  1093. package/dist-esm/samples-dev/tasksGetDetailsSample.js +0 -40
  1094. package/dist-esm/samples-dev/tasksGetDetailsSample.js.map +0 -1
  1095. package/dist-esm/samples-dev/tasksGetSample.d.ts +0 -2
  1096. package/dist-esm/samples-dev/tasksGetSample.d.ts.map +0 -1
  1097. package/dist-esm/samples-dev/tasksGetSample.js +0 -40
  1098. package/dist-esm/samples-dev/tasksGetSample.js.map +0 -1
  1099. package/dist-esm/samples-dev/tasksListSample.d.ts +0 -2
  1100. package/dist-esm/samples-dev/tasksListSample.d.ts.map +0 -1
  1101. package/dist-esm/samples-dev/tasksListSample.js +0 -55
  1102. package/dist-esm/samples-dev/tasksListSample.js.map +0 -1
  1103. package/dist-esm/samples-dev/tasksUpdateSample.d.ts +0 -2
  1104. package/dist-esm/samples-dev/tasksUpdateSample.d.ts.map +0 -1
  1105. package/dist-esm/samples-dev/tasksUpdateSample.js +0 -251
  1106. package/dist-esm/samples-dev/tasksUpdateSample.js.map +0 -1
  1107. package/dist-esm/samples-dev/tokensCreateSample.d.ts +0 -2
  1108. package/dist-esm/samples-dev/tokensCreateSample.d.ts.map +0 -1
  1109. package/dist-esm/samples-dev/tokensCreateSample.js +0 -52
  1110. package/dist-esm/samples-dev/tokensCreateSample.js.map +0 -1
  1111. package/dist-esm/samples-dev/tokensDeleteSample.d.ts +0 -2
  1112. package/dist-esm/samples-dev/tokensDeleteSample.d.ts.map +0 -1
  1113. package/dist-esm/samples-dev/tokensDeleteSample.js +0 -40
  1114. package/dist-esm/samples-dev/tokensDeleteSample.js.map +0 -1
  1115. package/dist-esm/samples-dev/tokensGetSample.d.ts +0 -2
  1116. package/dist-esm/samples-dev/tokensGetSample.d.ts.map +0 -1
  1117. package/dist-esm/samples-dev/tokensGetSample.js +0 -40
  1118. package/dist-esm/samples-dev/tokensGetSample.js.map +0 -1
  1119. package/dist-esm/samples-dev/tokensListSample.d.ts +0 -2
  1120. package/dist-esm/samples-dev/tokensListSample.d.ts.map +0 -1
  1121. package/dist-esm/samples-dev/tokensListSample.js +0 -55
  1122. package/dist-esm/samples-dev/tokensListSample.js.map +0 -1
  1123. package/dist-esm/samples-dev/tokensUpdateSample.d.ts +0 -2
  1124. package/dist-esm/samples-dev/tokensUpdateSample.d.ts.map +0 -1
  1125. package/dist-esm/samples-dev/tokensUpdateSample.js +0 -51
  1126. package/dist-esm/samples-dev/tokensUpdateSample.js.map +0 -1
  1127. package/dist-esm/samples-dev/webhooksCreateSample.d.ts +0 -2
  1128. package/dist-esm/samples-dev/webhooksCreateSample.d.ts.map +0 -1
  1129. package/dist-esm/samples-dev/webhooksCreateSample.js +0 -49
  1130. package/dist-esm/samples-dev/webhooksCreateSample.js.map +0 -1
  1131. package/dist-esm/samples-dev/webhooksDeleteSample.d.ts +0 -2
  1132. package/dist-esm/samples-dev/webhooksDeleteSample.d.ts.map +0 -1
  1133. package/dist-esm/samples-dev/webhooksDeleteSample.js +0 -40
  1134. package/dist-esm/samples-dev/webhooksDeleteSample.js.map +0 -1
  1135. package/dist-esm/samples-dev/webhooksGetCallbackConfigSample.d.ts +0 -2
  1136. package/dist-esm/samples-dev/webhooksGetCallbackConfigSample.d.ts.map +0 -1
  1137. package/dist-esm/samples-dev/webhooksGetCallbackConfigSample.js +0 -40
  1138. package/dist-esm/samples-dev/webhooksGetCallbackConfigSample.js.map +0 -1
  1139. package/dist-esm/samples-dev/webhooksGetSample.d.ts +0 -2
  1140. package/dist-esm/samples-dev/webhooksGetSample.d.ts.map +0 -1
  1141. package/dist-esm/samples-dev/webhooksGetSample.js +0 -40
  1142. package/dist-esm/samples-dev/webhooksGetSample.js.map +0 -1
  1143. package/dist-esm/samples-dev/webhooksListEventsSample.d.ts +0 -2
  1144. package/dist-esm/samples-dev/webhooksListEventsSample.d.ts.map +0 -1
  1145. package/dist-esm/samples-dev/webhooksListEventsSample.js +0 -56
  1146. package/dist-esm/samples-dev/webhooksListEventsSample.js.map +0 -1
  1147. package/dist-esm/samples-dev/webhooksListSample.d.ts +0 -2
  1148. package/dist-esm/samples-dev/webhooksListSample.d.ts.map +0 -1
  1149. package/dist-esm/samples-dev/webhooksListSample.js +0 -55
  1150. package/dist-esm/samples-dev/webhooksListSample.js.map +0 -1
  1151. package/dist-esm/samples-dev/webhooksPingSample.d.ts +0 -2
  1152. package/dist-esm/samples-dev/webhooksPingSample.d.ts.map +0 -1
  1153. package/dist-esm/samples-dev/webhooksPingSample.js +0 -40
  1154. package/dist-esm/samples-dev/webhooksPingSample.js.map +0 -1
  1155. package/dist-esm/samples-dev/webhooksUpdateSample.d.ts +0 -2
  1156. package/dist-esm/samples-dev/webhooksUpdateSample.d.ts.map +0 -1
  1157. package/dist-esm/samples-dev/webhooksUpdateSample.js +0 -48
  1158. package/dist-esm/samples-dev/webhooksUpdateSample.js.map +0 -1
  1159. package/dist-esm/src/containerRegistryManagementClient.d.ts +0 -35
  1160. package/dist-esm/src/containerRegistryManagementClient.d.ts.map +0 -1
  1161. package/dist-esm/src/containerRegistryManagementClient.js +0 -88
  1162. package/dist-esm/src/containerRegistryManagementClient.js.map +0 -1
  1163. package/dist-esm/src/index.d.ts +0 -6
  1164. package/dist-esm/src/index.d.ts.map +0 -1
  1165. package/dist-esm/src/index.js +0 -13
  1166. package/dist-esm/src/index.js.map +0 -1
  1167. package/dist-esm/src/lroImpl.js +0 -21
  1168. package/dist-esm/src/lroImpl.js.map +0 -1
  1169. package/dist-esm/src/models/index.d.ts +0 -4207
  1170. package/dist-esm/src/models/index.d.ts.map +0 -1
  1171. package/dist-esm/src/models/index.js +0 -510
  1172. package/dist-esm/src/models/index.js.map +0 -1
  1173. package/dist-esm/src/models/mappers.d.ts +0 -239
  1174. package/dist-esm/src/models/mappers.d.ts.map +0 -1
  1175. package/dist-esm/src/models/mappers.js +0 -6579
  1176. package/dist-esm/src/models/mappers.js.map +0 -1
  1177. package/dist-esm/src/models/parameters.d.ts +0 -67
  1178. package/dist-esm/src/models/parameters.d.ts.map +0 -1
  1179. package/dist-esm/src/models/parameters.js +0 -551
  1180. package/dist-esm/src/models/parameters.js.map +0 -1
  1181. package/dist-esm/src/operations/agentPools.d.ts +0 -107
  1182. package/dist-esm/src/operations/agentPools.d.ts.map +0 -1
  1183. package/dist-esm/src/operations/agentPools.js +0 -492
  1184. package/dist-esm/src/operations/agentPools.js.map +0 -1
  1185. package/dist-esm/src/operations/archiveVersions.d.ts +0 -95
  1186. package/dist-esm/src/operations/archiveVersions.d.ts.map +0 -1
  1187. package/dist-esm/src/operations/archiveVersions.js +0 -416
  1188. package/dist-esm/src/operations/archiveVersions.js.map +0 -1
  1189. package/dist-esm/src/operations/archives.d.ts +0 -99
  1190. package/dist-esm/src/operations/archives.d.ts.map +0 -1
  1191. package/dist-esm/src/operations/archives.js +0 -436
  1192. package/dist-esm/src/operations/archives.js.map +0 -1
  1193. package/dist-esm/src/operations/cacheRules.d.ts +0 -99
  1194. package/dist-esm/src/operations/cacheRules.d.ts.map +0 -1
  1195. package/dist-esm/src/operations/cacheRules.js +0 -471
  1196. package/dist-esm/src/operations/cacheRules.js.map +0 -1
  1197. package/dist-esm/src/operations/connectedRegistries.d.ts +0 -115
  1198. package/dist-esm/src/operations/connectedRegistries.d.ts.map +0 -1
  1199. package/dist-esm/src/operations/connectedRegistries.js +0 -544
  1200. package/dist-esm/src/operations/connectedRegistries.js.map +0 -1
  1201. package/dist-esm/src/operations/credentialSets.d.ts +0 -99
  1202. package/dist-esm/src/operations/credentialSets.d.ts.map +0 -1
  1203. package/dist-esm/src/operations/credentialSets.js +0 -471
  1204. package/dist-esm/src/operations/credentialSets.js.map +0 -1
  1205. package/dist-esm/src/operations/exportPipelines.d.ts +0 -81
  1206. package/dist-esm/src/operations/exportPipelines.d.ts.map +0 -1
  1207. package/dist-esm/src/operations/exportPipelines.js +0 -364
  1208. package/dist-esm/src/operations/exportPipelines.js.map +0 -1
  1209. package/dist-esm/src/operations/importPipelines.d.ts +0 -81
  1210. package/dist-esm/src/operations/importPipelines.d.ts.map +0 -1
  1211. package/dist-esm/src/operations/importPipelines.js +0 -364
  1212. package/dist-esm/src/operations/importPipelines.js.map +0 -1
  1213. package/dist-esm/src/operations/index.d.ts +0 -20
  1214. package/dist-esm/src/operations/index.d.ts.map +0 -1
  1215. package/dist-esm/src/operations/index.js +0 -27
  1216. package/dist-esm/src/operations/index.js.map +0 -1
  1217. package/dist-esm/src/operations/operations.d.ts +0 -32
  1218. package/dist-esm/src/operations/operations.d.ts.map +0 -1
  1219. package/dist-esm/src/operations/operations.js +0 -127
  1220. package/dist-esm/src/operations/operations.js.map +0 -1
  1221. package/dist-esm/src/operations/pipelineRuns.d.ts +0 -81
  1222. package/dist-esm/src/operations/pipelineRuns.d.ts.map +0 -1
  1223. package/dist-esm/src/operations/pipelineRuns.js +0 -364
  1224. package/dist-esm/src/operations/pipelineRuns.js.map +0 -1
  1225. package/dist-esm/src/operations/privateEndpointConnections.d.ts +0 -81
  1226. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +0 -1
  1227. package/dist-esm/src/operations/privateEndpointConnections.js +0 -353
  1228. package/dist-esm/src/operations/privateEndpointConnections.js.map +0 -1
  1229. package/dist-esm/src/operations/registries.d.ts +0 -225
  1230. package/dist-esm/src/operations/registries.d.ts.map +0 -1
  1231. package/dist-esm/src/operations/registries.js +0 -1074
  1232. package/dist-esm/src/operations/registries.js.map +0 -1
  1233. package/dist-esm/src/operations/replications.d.ts +0 -99
  1234. package/dist-esm/src/operations/replications.d.ts.map +0 -1
  1235. package/dist-esm/src/operations/replications.js +0 -439
  1236. package/dist-esm/src/operations/replications.js.map +0 -1
  1237. package/dist-esm/src/operations/runs.d.ts +0 -89
  1238. package/dist-esm/src/operations/runs.d.ts.map +0 -1
  1239. package/dist-esm/src/operations/runs.js +0 -394
  1240. package/dist-esm/src/operations/runs.js.map +0 -1
  1241. package/dist-esm/src/operations/scopeMaps.d.ts +0 -99
  1242. package/dist-esm/src/operations/scopeMaps.d.ts.map +0 -1
  1243. package/dist-esm/src/operations/scopeMaps.js +0 -463
  1244. package/dist-esm/src/operations/scopeMaps.js.map +0 -1
  1245. package/dist-esm/src/operations/taskRuns.d.ts +0 -107
  1246. package/dist-esm/src/operations/taskRuns.d.ts.map +0 -1
  1247. package/dist-esm/src/operations/taskRuns.js +0 -486
  1248. package/dist-esm/src/operations/taskRuns.js.map +0 -1
  1249. package/dist-esm/src/operations/tasks.d.ts +0 -107
  1250. package/dist-esm/src/operations/tasks.d.ts.map +0 -1
  1251. package/dist-esm/src/operations/tasks.js +0 -492
  1252. package/dist-esm/src/operations/tasks.js.map +0 -1
  1253. package/dist-esm/src/operations/tokens.d.ts +0 -99
  1254. package/dist-esm/src/operations/tokens.d.ts.map +0 -1
  1255. package/dist-esm/src/operations/tokens.js +0 -463
  1256. package/dist-esm/src/operations/tokens.js.map +0 -1
  1257. package/dist-esm/src/operations/webhooks.d.ts +0 -142
  1258. package/dist-esm/src/operations/webhooks.d.ts.map +0 -1
  1259. package/dist-esm/src/operations/webhooks.js +0 -620
  1260. package/dist-esm/src/operations/webhooks.js.map +0 -1
  1261. package/dist-esm/src/operationsInterfaces/agentPools.d.ts +0 -82
  1262. package/dist-esm/src/operationsInterfaces/agentPools.d.ts.map +0 -1
  1263. package/dist-esm/src/operationsInterfaces/agentPools.js.map +0 -1
  1264. package/dist-esm/src/operationsInterfaces/archiveVersions.d.ts +0 -66
  1265. package/dist-esm/src/operationsInterfaces/archiveVersions.d.ts.map +0 -1
  1266. package/dist-esm/src/operationsInterfaces/archiveVersions.js.map +0 -1
  1267. package/dist-esm/src/operationsInterfaces/archives.d.ts +0 -72
  1268. package/dist-esm/src/operationsInterfaces/archives.d.ts.map +0 -1
  1269. package/dist-esm/src/operationsInterfaces/archives.js.map +0 -1
  1270. package/dist-esm/src/operationsInterfaces/cacheRules.d.ts +0 -74
  1271. package/dist-esm/src/operationsInterfaces/cacheRules.d.ts.map +0 -1
  1272. package/dist-esm/src/operationsInterfaces/cacheRules.js.map +0 -1
  1273. package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts +0 -90
  1274. package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts.map +0 -1
  1275. package/dist-esm/src/operationsInterfaces/connectedRegistries.js.map +0 -1
  1276. package/dist-esm/src/operationsInterfaces/credentialSets.d.ts +0 -74
  1277. package/dist-esm/src/operationsInterfaces/credentialSets.d.ts.map +0 -1
  1278. package/dist-esm/src/operationsInterfaces/credentialSets.js.map +0 -1
  1279. package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts +0 -56
  1280. package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts.map +0 -1
  1281. package/dist-esm/src/operationsInterfaces/exportPipelines.js.map +0 -1
  1282. package/dist-esm/src/operationsInterfaces/importPipelines.d.ts +0 -56
  1283. package/dist-esm/src/operationsInterfaces/importPipelines.d.ts.map +0 -1
  1284. package/dist-esm/src/operationsInterfaces/importPipelines.js.map +0 -1
  1285. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -20
  1286. package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
  1287. package/dist-esm/src/operationsInterfaces/index.js +0 -27
  1288. package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
  1289. package/dist-esm/src/operationsInterfaces/operations.d.ts +0 -11
  1290. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
  1291. package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
  1292. package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts +0 -56
  1293. package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts.map +0 -1
  1294. package/dist-esm/src/operationsInterfaces/pipelineRuns.js.map +0 -1
  1295. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  1296. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1297. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1298. package/dist-esm/src/operationsInterfaces/registries.d.ts +0 -171
  1299. package/dist-esm/src/operationsInterfaces/registries.d.ts.map +0 -1
  1300. package/dist-esm/src/operationsInterfaces/registries.js.map +0 -1
  1301. package/dist-esm/src/operationsInterfaces/replications.d.ts +0 -74
  1302. package/dist-esm/src/operationsInterfaces/replications.d.ts.map +0 -1
  1303. package/dist-esm/src/operationsInterfaces/replications.js.map +0 -1
  1304. package/dist-esm/src/operationsInterfaces/runs.d.ts +0 -64
  1305. package/dist-esm/src/operationsInterfaces/runs.d.ts.map +0 -1
  1306. package/dist-esm/src/operationsInterfaces/runs.js.map +0 -1
  1307. package/dist-esm/src/operationsInterfaces/scopeMaps.d.ts +0 -74
  1308. package/dist-esm/src/operationsInterfaces/scopeMaps.d.ts.map +0 -1
  1309. package/dist-esm/src/operationsInterfaces/scopeMaps.js.map +0 -1
  1310. package/dist-esm/src/operationsInterfaces/taskRuns.d.ts +0 -82
  1311. package/dist-esm/src/operationsInterfaces/taskRuns.d.ts.map +0 -1
  1312. package/dist-esm/src/operationsInterfaces/taskRuns.js.map +0 -1
  1313. package/dist-esm/src/operationsInterfaces/tasks.d.ts +0 -82
  1314. package/dist-esm/src/operationsInterfaces/tasks.d.ts.map +0 -1
  1315. package/dist-esm/src/operationsInterfaces/tasks.js.map +0 -1
  1316. package/dist-esm/src/operationsInterfaces/tokens.d.ts +0 -74
  1317. package/dist-esm/src/operationsInterfaces/tokens.d.ts.map +0 -1
  1318. package/dist-esm/src/operationsInterfaces/tokens.js.map +0 -1
  1319. package/dist-esm/src/operationsInterfaces/webhooks.d.ts +0 -98
  1320. package/dist-esm/src/operationsInterfaces/webhooks.d.ts.map +0 -1
  1321. package/dist-esm/src/operationsInterfaces/webhooks.js.map +0 -1
  1322. package/dist-esm/src/pagingHelper.js.map +0 -1
  1323. package/dist-esm/test/containerregistry_examples.d.ts +0 -4
  1324. package/dist-esm/test/containerregistry_examples.d.ts.map +0 -1
  1325. package/dist-esm/test/containerregistry_examples.js +0 -271
  1326. package/dist-esm/test/containerregistry_examples.js.map +0 -1
  1327. package/src/containerRegistryManagementClient.ts +0 -180
  1328. package/src/index.ts +0 -13
  1329. package/src/lroImpl.ts +0 -42
  1330. package/src/models/index.ts +0 -4821
  1331. package/src/models/mappers.ts +0 -7054
  1332. package/src/models/parameters.ts +0 -656
  1333. package/src/operations/agentPools.ts +0 -685
  1334. package/src/operations/archiveVersions.ts +0 -600
  1335. package/src/operations/archives.ts +0 -621
  1336. package/src/operations/cacheRules.ts +0 -661
  1337. package/src/operations/connectedRegistries.ts +0 -757
  1338. package/src/operations/credentialSets.ts +0 -661
  1339. package/src/operations/exportPipelines.ts +0 -500
  1340. package/src/operations/importPipelines.ts +0 -500
  1341. package/src/operations/index.ts +0 -27
  1342. package/src/operations/operations.ts +0 -143
  1343. package/src/operations/pipelineRuns.ts +0 -500
  1344. package/src/operations/privateEndpointConnections.ts +0 -490
  1345. package/src/operations/registries.ts +0 -1475
  1346. package/src/operations/replications.ts +0 -620
  1347. package/src/operations/runs.ts +0 -540
  1348. package/src/operations/scopeMaps.ts +0 -644
  1349. package/src/operations/taskRuns.ts +0 -679
  1350. package/src/operations/tasks.ts +0 -679
  1351. package/src/operations/tokens.ts +0 -638
  1352. package/src/operations/webhooks.ts +0 -880
  1353. package/src/operationsInterfaces/agentPools.ts +0 -162
  1354. package/src/operationsInterfaces/archiveVersions.ts +0 -135
  1355. package/src/operationsInterfaces/archives.ts +0 -147
  1356. package/src/operationsInterfaces/cacheRules.ts +0 -153
  1357. package/src/operationsInterfaces/connectedRegistries.ts +0 -174
  1358. package/src/operationsInterfaces/credentialSets.ts +0 -153
  1359. package/src/operationsInterfaces/exportPipelines.ts +0 -109
  1360. package/src/operationsInterfaces/importPipelines.ts +0 -109
  1361. package/src/operationsInterfaces/index.ts +0 -27
  1362. package/src/operationsInterfaces/operations.ts +0 -22
  1363. package/src/operationsInterfaces/pipelineRuns.ts +0 -109
  1364. package/src/operationsInterfaces/privateEndpointConnections.ts +0 -109
  1365. package/src/operationsInterfaces/registries.ts +0 -332
  1366. package/src/operationsInterfaces/replications.ts +0 -147
  1367. package/src/operationsInterfaces/runs.ts +0 -122
  1368. package/src/operationsInterfaces/scopeMaps.ts +0 -147
  1369. package/src/operationsInterfaces/taskRuns.ts +0 -162
  1370. package/src/operationsInterfaces/tasks.ts +0 -156
  1371. package/src/operationsInterfaces/tokens.ts +0 -141
  1372. package/src/operationsInterfaces/webhooks.ts +0 -193
  1373. package/src/pagingHelper.ts +0 -39
  1374. package/tsconfig.json +0 -33
  1375. package/types/arm-containerregistry.d.ts +0 -6184
  1376. package/types/tsdoc-metadata.json +0 -11
  1377. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
  1378. /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
  1379. /package/{dist-esm/src → dist/browser}/operationsInterfaces/agentPools.js +0 -0
  1380. /package/{dist-esm/src → dist/browser}/operationsInterfaces/archiveVersions.js +0 -0
  1381. /package/{dist-esm/src → dist/browser}/operationsInterfaces/archives.js +0 -0
  1382. /package/{dist-esm/src → dist/browser}/operationsInterfaces/cacheRules.js +0 -0
  1383. /package/{dist-esm/src → dist/browser}/operationsInterfaces/connectedRegistries.js +0 -0
  1384. /package/{dist-esm/src → dist/browser}/operationsInterfaces/credentialSets.js +0 -0
  1385. /package/{dist-esm/src → dist/browser}/operationsInterfaces/exportPipelines.js +0 -0
  1386. /package/{dist-esm/src → dist/browser}/operationsInterfaces/importPipelines.js +0 -0
  1387. /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
  1388. /package/{dist-esm/src → dist/browser}/operationsInterfaces/pipelineRuns.js +0 -0
  1389. /package/{dist-esm/src → dist/browser}/operationsInterfaces/privateEndpointConnections.js +0 -0
  1390. /package/{dist-esm/src → dist/browser}/operationsInterfaces/registries.js +0 -0
  1391. /package/{dist-esm/src → dist/browser}/operationsInterfaces/replications.js +0 -0
  1392. /package/{dist-esm/src → dist/browser}/operationsInterfaces/runs.js +0 -0
  1393. /package/{dist-esm/src → dist/browser}/operationsInterfaces/scopeMaps.js +0 -0
  1394. /package/{dist-esm/src → dist/browser}/operationsInterfaces/taskRuns.js +0 -0
  1395. /package/{dist-esm/src → dist/browser}/operationsInterfaces/tasks.js +0 -0
  1396. /package/{dist-esm/src → dist/browser}/operationsInterfaces/tokens.js +0 -0
  1397. /package/{dist-esm/src → dist/browser}/operationsInterfaces/webhooks.js +0 -0
  1398. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts +0 -0
  1399. /package/{dist-esm/src → dist/browser}/pagingHelper.d.ts.map +0 -0
  1400. /package/{dist-esm/src → dist/browser}/pagingHelper.js +0 -0
@@ -0,0 +1 @@
1
+ {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * 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 */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const ArchiveListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArchiveListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Archive\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ArchiveProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArchiveProperties\",\n modelProperties: {\n packageSource: {\n serializedName: \"packageSource\",\n type: {\n name: \"Composite\",\n className: \"ArchivePackageSourceProperties\",\n },\n },\n publishedVersion: {\n serializedName: \"publishedVersion\",\n type: {\n name: \"String\",\n },\n },\n repositoryEndpointPrefix: {\n serializedName: \"repositoryEndpointPrefix\",\n type: {\n name: \"String\",\n },\n },\n repositoryEndpoint: {\n serializedName: \"repositoryEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ArchivePackageSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArchivePackageSourceProperties\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n url: {\n serializedName: \"url\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n },\n },\n },\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } },\n },\n },\n },\n },\n};\n\nexport const ArchiveUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArchiveUpdateParameters\",\n modelProperties: {\n publishedVersion: {\n serializedName: \"properties.publishedVersion\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ArchiveVersionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArchiveVersionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ArchiveVersion\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CacheRulesListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CacheRulesListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CacheRule\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CacheRuleUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CacheRuleUpdateParameters\",\n modelProperties: {\n credentialSetResourceId: {\n serializedName: \"properties.credentialSetResourceId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectedRegistryListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedRegistryListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ConnectedRegistry\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ActivationProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActivationProperties\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ParentProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ParentProperties\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n syncProperties: {\n serializedName: \"syncProperties\",\n type: {\n name: \"Composite\",\n className: \"SyncProperties\",\n },\n },\n },\n },\n};\n\nexport const SyncProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SyncProperties\",\n modelProperties: {\n tokenId: {\n serializedName: \"tokenId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n schedule: {\n serializedName: \"schedule\",\n type: {\n name: \"String\",\n },\n },\n syncWindow: {\n serializedName: \"syncWindow\",\n type: {\n name: \"TimeSpan\",\n },\n },\n messageTtl: {\n serializedName: \"messageTtl\",\n required: true,\n type: {\n name: \"TimeSpan\",\n },\n },\n lastSyncTime: {\n serializedName: \"lastSyncTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n gatewayEndpoint: {\n serializedName: \"gatewayEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LoginServerProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoginServerProperties\",\n modelProperties: {\n host: {\n serializedName: \"host\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tls: {\n serializedName: \"tls\",\n type: {\n name: \"Composite\",\n className: \"TlsProperties\",\n },\n },\n },\n },\n};\n\nexport const TlsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TlsProperties\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n certificate: {\n serializedName: \"certificate\",\n type: {\n name: \"Composite\",\n className: \"TlsCertificateProperties\",\n },\n },\n },\n },\n};\n\nexport const TlsCertificateProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TlsCertificateProperties\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const LoggingProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LoggingProperties\",\n modelProperties: {\n logLevel: {\n defaultValue: \"Information\",\n serializedName: \"logLevel\",\n type: {\n name: \"String\",\n },\n },\n auditLogStatus: {\n defaultValue: \"Disabled\",\n serializedName: \"auditLogStatus\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StatusDetailProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StatusDetailProperties\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n timestamp: {\n serializedName: \"timestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n correlationId: {\n serializedName: \"correlationId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GarbageCollectionProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GarbageCollectionProperties\",\n modelProperties: {\n enabled: {\n serializedName: \"enabled\",\n type: {\n name: \"Boolean\",\n },\n },\n schedule: {\n serializedName: \"schedule\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectedRegistryUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedRegistryUpdateParameters\",\n modelProperties: {\n syncProperties: {\n serializedName: \"properties.syncProperties\",\n type: {\n name: \"Composite\",\n className: \"SyncUpdateProperties\",\n },\n },\n logging: {\n serializedName: \"properties.logging\",\n type: {\n name: \"Composite\",\n className: \"LoggingProperties\",\n },\n },\n clientTokenIds: {\n serializedName: \"properties.clientTokenIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n notificationsList: {\n serializedName: \"properties.notificationsList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n garbageCollection: {\n serializedName: \"properties.garbageCollection\",\n type: {\n name: \"Composite\",\n className: \"GarbageCollectionProperties\",\n },\n },\n },\n },\n};\n\nexport const SyncUpdateProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SyncUpdateProperties\",\n modelProperties: {\n schedule: {\n serializedName: \"schedule\",\n type: {\n name: \"String\",\n },\n },\n syncWindow: {\n serializedName: \"syncWindow\",\n type: {\n name: \"TimeSpan\",\n },\n },\n messageTtl: {\n serializedName: \"messageTtl\",\n type: {\n name: \"TimeSpan\",\n },\n },\n },\n },\n};\n\nexport const CredentialSetListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CredentialSetListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CredentialSet\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const IdentityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IdentityProperties\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"SystemAssigned\",\n \"UserAssigned\",\n \"SystemAssigned, UserAssigned\",\n \"None\",\n ],\n },\n },\n userAssignedIdentities: {\n serializedName: \"userAssignedIdentities\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"UserIdentityProperties\" },\n },\n },\n },\n },\n },\n};\n\nexport const UserIdentityProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UserIdentityProperties\",\n modelProperties: {\n principalId: {\n serializedName: \"principalId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n clientId: {\n serializedName: \"clientId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AuthCredential: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AuthCredential\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n usernameSecretIdentifier: {\n serializedName: \"usernameSecretIdentifier\",\n type: {\n name: \"String\",\n },\n },\n passwordSecretIdentifier: {\n serializedName: \"passwordSecretIdentifier\",\n type: {\n name: \"String\",\n },\n },\n credentialHealth: {\n serializedName: \"credentialHealth\",\n type: {\n name: \"Composite\",\n className: \"CredentialHealth\",\n },\n },\n },\n },\n};\n\nexport const CredentialHealth: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CredentialHealth\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n errorCode: {\n serializedName: \"errorCode\",\n type: {\n name: \"String\",\n },\n },\n errorMessage: {\n serializedName: \"errorMessage\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CredentialSetUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CredentialSetUpdateParameters\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityProperties\",\n },\n },\n authCredentials: {\n serializedName: \"properties.authCredentials\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AuthCredential\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ExportPipelineListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExportPipelineListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ExportPipeline\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExportPipelineTargetProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExportPipelineTargetProperties\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n uri: {\n serializedName: \"uri\",\n type: {\n name: \"String\",\n },\n },\n keyVaultUri: {\n serializedName: \"keyVaultUri\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ImportImageParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImportImageParameters\",\n modelProperties: {\n source: {\n serializedName: \"source\",\n type: {\n name: \"Composite\",\n className: \"ImportSource\",\n },\n },\n targetTags: {\n serializedName: \"targetTags\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n untaggedTargetRepositories: {\n serializedName: \"untaggedTargetRepositories\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n mode: {\n defaultValue: \"NoForce\",\n serializedName: \"mode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ImportSource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImportSource\",\n modelProperties: {\n resourceId: {\n serializedName: \"resourceId\",\n type: {\n name: \"String\",\n },\n },\n registryUri: {\n serializedName: \"registryUri\",\n type: {\n name: \"String\",\n },\n },\n credentials: {\n serializedName: \"credentials\",\n type: {\n name: \"Composite\",\n className: \"ImportSourceCredentials\",\n },\n },\n sourceImage: {\n serializedName: \"sourceImage\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ImportSourceCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImportSourceCredentials\",\n modelProperties: {\n username: {\n serializedName: \"username\",\n type: {\n name: \"String\",\n },\n },\n password: {\n serializedName: \"password\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ImportPipelineListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImportPipelineListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ImportPipeline\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ImportPipelineSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImportPipelineSourceProperties\",\n modelProperties: {\n type: {\n defaultValue: \"AzureStorageBlobContainer\",\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n uri: {\n serializedName: \"uri\",\n type: {\n name: \"String\",\n },\n },\n keyVaultUri: {\n serializedName: \"keyVaultUri\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PipelineTriggerProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PipelineTriggerProperties\",\n modelProperties: {\n sourceTrigger: {\n serializedName: \"sourceTrigger\",\n type: {\n name: \"Composite\",\n className: \"PipelineSourceTriggerProperties\",\n },\n },\n },\n },\n};\n\nexport const PipelineSourceTriggerProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PipelineSourceTriggerProperties\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationDefinition\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDefinition\",\n modelProperties: {\n origin: {\n serializedName: \"origin\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplayDefinition\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\",\n },\n },\n serviceSpecification: {\n serializedName: \"properties.serviceSpecification\",\n type: {\n name: \"Composite\",\n className: \"OperationServiceSpecificationDefinition\",\n },\n },\n },\n },\n};\n\nexport const OperationDisplayDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplayDefinition\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const OperationServiceSpecificationDefinition: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"OperationServiceSpecificationDefinition\",\n modelProperties: {\n metricSpecifications: {\n serializedName: \"metricSpecifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationMetricSpecificationDefinition\",\n },\n },\n },\n },\n logSpecifications: {\n serializedName: \"logSpecifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationLogSpecificationDefinition\",\n },\n },\n },\n },\n },\n },\n };\n\nexport const OperationMetricSpecificationDefinition: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"OperationMetricSpecificationDefinition\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n displayDescription: {\n serializedName: \"displayDescription\",\n type: {\n name: \"String\",\n },\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n aggregationType: {\n serializedName: \"aggregationType\",\n type: {\n name: \"String\",\n },\n },\n internalMetricName: {\n serializedName: \"internalMetricName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const OperationLogSpecificationDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationLogSpecificationDefinition\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n blobDuration: {\n serializedName: \"blobDuration\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RegistryNameCheckRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegistryNameCheckRequest\",\n modelProperties: {\n name: {\n constraints: {\n Pattern: new RegExp(\"^[a-zA-Z0-9]*$\"),\n MaxLength: 50,\n MinLength: 5,\n },\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n defaultValue: \"Microsoft.ContainerRegistry/registries\",\n isConstant: true,\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n resourceGroupName: {\n constraints: {\n MaxLength: 90,\n MinLength: 1,\n },\n serializedName: \"resourceGroupName\",\n type: {\n name: \"String\",\n },\n },\n autoGeneratedDomainNameLabelScope: {\n serializedName: \"autoGeneratedDomainNameLabelScope\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RegistryNameStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegistryNameStatus\",\n modelProperties: {\n availableLoginServerName: {\n serializedName: \"availableLoginServerName\",\n type: {\n name: \"String\",\n },\n },\n nameAvailable: {\n serializedName: \"nameAvailable\",\n type: {\n name: \"Boolean\",\n },\n },\n reason: {\n serializedName: \"reason\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PipelineRunListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PipelineRunListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PipelineRun\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PipelineRunRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PipelineRunRequest\",\n modelProperties: {\n pipelineResourceId: {\n serializedName: \"pipelineResourceId\",\n type: {\n name: \"String\",\n },\n },\n artifacts: {\n serializedName: \"artifacts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n source: {\n serializedName: \"source\",\n type: {\n name: \"Composite\",\n className: \"PipelineRunSourceProperties\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"Composite\",\n className: \"PipelineRunTargetProperties\",\n },\n },\n catalogDigest: {\n serializedName: \"catalogDigest\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PipelineRunSourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PipelineRunSourceProperties\",\n modelProperties: {\n type: {\n defaultValue: \"AzureStorageBlob\",\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PipelineRunTargetProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PipelineRunTargetProperties\",\n modelProperties: {\n type: {\n defaultValue: \"AzureStorageBlob\",\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PipelineRunResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PipelineRunResponse\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n importedArtifacts: {\n serializedName: \"importedArtifacts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n progress: {\n serializedName: \"progress\",\n type: {\n name: \"Composite\",\n className: \"ProgressProperties\",\n },\n },\n startTime: {\n serializedName: \"startTime\",\n type: {\n name: \"DateTime\",\n },\n },\n finishTime: {\n serializedName: \"finishTime\",\n type: {\n name: \"DateTime\",\n },\n },\n source: {\n serializedName: \"source\",\n type: {\n name: \"Composite\",\n className: \"ImportPipelineSourceProperties\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"Composite\",\n className: \"ExportPipelineTargetProperties\",\n },\n },\n catalogDigest: {\n serializedName: \"catalogDigest\",\n type: {\n name: \"String\",\n },\n },\n trigger: {\n serializedName: \"trigger\",\n type: {\n name: \"Composite\",\n className: \"PipelineTriggerDescriptor\",\n },\n },\n pipelineRunErrorMessage: {\n serializedName: \"pipelineRunErrorMessage\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ProgressProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProgressProperties\",\n modelProperties: {\n percentage: {\n serializedName: \"percentage\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PipelineTriggerDescriptor: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PipelineTriggerDescriptor\",\n modelProperties: {\n sourceTrigger: {\n serializedName: \"sourceTrigger\",\n type: {\n name: \"Composite\",\n className: \"PipelineSourceTriggerDescriptor\",\n },\n },\n },\n },\n};\n\nexport const PipelineSourceTriggerDescriptor: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PipelineSourceTriggerDescriptor\",\n modelProperties: {\n timestamp: {\n serializedName: \"timestamp\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpoint: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkServiceConnectionState: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n actionsRequired: {\n serializedName: \"actionsRequired\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RegistryListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegistryListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Registry\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Sku: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Sku\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tier: {\n serializedName: \"tier\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Status: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Status\",\n modelProperties: {\n displayStatus: {\n serializedName: \"displayStatus\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n timestamp: {\n serializedName: \"timestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const NetworkRuleSet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\",\n modelProperties: {\n defaultAction: {\n defaultValue: \"Allow\",\n serializedName: \"defaultAction\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n ipRules: {\n serializedName: \"ipRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"IPRule\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const IPRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"IPRule\",\n modelProperties: {\n action: {\n defaultValue: \"Allow\",\n serializedName: \"action\",\n type: {\n name: \"String\",\n },\n },\n iPAddressOrRange: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Policies: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Policies\",\n modelProperties: {\n quarantinePolicy: {\n serializedName: \"quarantinePolicy\",\n type: {\n name: \"Composite\",\n className: \"QuarantinePolicy\",\n },\n },\n trustPolicy: {\n serializedName: \"trustPolicy\",\n type: {\n name: \"Composite\",\n className: \"TrustPolicy\",\n },\n },\n retentionPolicy: {\n serializedName: \"retentionPolicy\",\n type: {\n name: \"Composite\",\n className: \"RetentionPolicy\",\n },\n },\n exportPolicy: {\n serializedName: \"exportPolicy\",\n type: {\n name: \"Composite\",\n className: \"ExportPolicy\",\n },\n },\n azureADAuthenticationAsArmPolicy: {\n serializedName: \"azureADAuthenticationAsArmPolicy\",\n type: {\n name: \"Composite\",\n className: \"AzureADAuthenticationAsArmPolicy\",\n },\n },\n softDeletePolicy: {\n serializedName: \"softDeletePolicy\",\n type: {\n name: \"Composite\",\n className: \"SoftDeletePolicy\",\n },\n },\n },\n },\n};\n\nexport const QuarantinePolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"QuarantinePolicy\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TrustPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrustPolicy\",\n modelProperties: {\n type: {\n defaultValue: \"Notary\",\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RetentionPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RetentionPolicy\",\n modelProperties: {\n days: {\n defaultValue: 7,\n serializedName: \"days\",\n type: {\n name: \"Number\",\n },\n },\n lastUpdatedTime: {\n serializedName: \"lastUpdatedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExportPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExportPolicy\",\n modelProperties: {\n status: {\n defaultValue: \"enabled\",\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AzureADAuthenticationAsArmPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AzureADAuthenticationAsArmPolicy\",\n modelProperties: {\n status: {\n defaultValue: \"enabled\",\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SoftDeletePolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SoftDeletePolicy\",\n modelProperties: {\n retentionDays: {\n defaultValue: 7,\n serializedName: \"retentionDays\",\n type: {\n name: \"Number\",\n },\n },\n lastUpdatedTime: {\n serializedName: \"lastUpdatedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EncryptionProperty: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EncryptionProperty\",\n modelProperties: {\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n keyVaultProperties: {\n serializedName: \"keyVaultProperties\",\n type: {\n name: \"Composite\",\n className: \"KeyVaultProperties\",\n },\n },\n },\n },\n};\n\nexport const KeyVaultProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"KeyVaultProperties\",\n modelProperties: {\n keyIdentifier: {\n serializedName: \"keyIdentifier\",\n type: {\n name: \"String\",\n },\n },\n versionedKeyIdentifier: {\n serializedName: \"versionedKeyIdentifier\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n keyRotationEnabled: {\n serializedName: \"keyRotationEnabled\",\n readOnly: true,\n type: {\n name: \"Boolean\",\n },\n },\n lastKeyRotationTimestamp: {\n serializedName: \"lastKeyRotationTimestamp\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const RegistryUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegistryUpdateParameters\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityProperties\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n },\n },\n adminUserEnabled: {\n serializedName: \"properties.adminUserEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n networkRuleSet: {\n serializedName: \"properties.networkRuleSet\",\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\",\n },\n },\n policies: {\n serializedName: \"properties.policies\",\n type: {\n name: \"Composite\",\n className: \"Policies\",\n },\n },\n encryption: {\n serializedName: \"properties.encryption\",\n type: {\n name: \"Composite\",\n className: \"EncryptionProperty\",\n },\n },\n dataEndpointEnabled: {\n serializedName: \"properties.dataEndpointEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\",\n },\n },\n networkRuleBypassOptions: {\n serializedName: \"properties.networkRuleBypassOptions\",\n type: {\n name: \"String\",\n },\n },\n anonymousPullEnabled: {\n serializedName: \"properties.anonymousPullEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n metadataSearch: {\n serializedName: \"properties.metadataSearch\",\n type: {\n name: \"String\",\n },\n },\n roleAssignmentMode: {\n serializedName: \"properties.roleAssignmentMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RegistryUsageListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegistryUsageListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RegistryUsage\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RegistryUsage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegistryUsage\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n limit: {\n serializedName: \"limit\",\n type: {\n name: \"Number\",\n },\n },\n currentValue: {\n serializedName: \"currentValue\",\n type: {\n name: \"Number\",\n },\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResourceListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResourceListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateLinkResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n groupId: {\n serializedName: \"properties.groupId\",\n type: {\n name: \"String\",\n },\n },\n requiredMembers: {\n serializedName: \"properties.requiredMembers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n requiredZoneNames: {\n serializedName: \"properties.requiredZoneNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RegistryListCredentialsResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegistryListCredentialsResult\",\n modelProperties: {\n username: {\n serializedName: \"username\",\n type: {\n name: \"String\",\n },\n },\n passwords: {\n serializedName: \"passwords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"RegistryPassword\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const RegistryPassword: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegistryPassword\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"Enum\",\n allowedValues: [\"password\", \"password2\"],\n },\n },\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RegenerateCredentialParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegenerateCredentialParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"password\", \"password2\"],\n },\n },\n },\n },\n};\n\nexport const ReplicationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReplicationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Replication\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ReplicationUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReplicationUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n regionEndpointEnabled: {\n serializedName: \"properties.regionEndpointEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ScopeMapListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScopeMapListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ScopeMap\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ScopeMapUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScopeMapUpdateParameters\",\n modelProperties: {\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\",\n },\n },\n actions: {\n serializedName: \"properties.actions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const TokenListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TokenListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Token\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TokenCredentialsProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TokenCredentialsProperties\",\n modelProperties: {\n certificates: {\n serializedName: \"certificates\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TokenCertificate\",\n },\n },\n },\n },\n passwords: {\n serializedName: \"passwords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TokenPassword\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const TokenCertificate: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TokenCertificate\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n expiry: {\n serializedName: \"expiry\",\n type: {\n name: \"DateTime\",\n },\n },\n thumbprint: {\n serializedName: \"thumbprint\",\n type: {\n name: \"String\",\n },\n },\n encodedPemCertificate: {\n serializedName: \"encodedPemCertificate\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TokenPassword: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TokenPassword\",\n modelProperties: {\n creationTime: {\n serializedName: \"creationTime\",\n type: {\n name: \"DateTime\",\n },\n },\n expiry: {\n serializedName: \"expiry\",\n type: {\n name: \"DateTime\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TokenUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TokenUpdateParameters\",\n modelProperties: {\n scopeMapId: {\n serializedName: \"properties.scopeMapId\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\",\n },\n },\n credentials: {\n serializedName: \"properties.credentials\",\n type: {\n name: \"Composite\",\n className: \"TokenCredentialsProperties\",\n },\n },\n },\n },\n};\n\nexport const GenerateCredentialsParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GenerateCredentialsParameters\",\n modelProperties: {\n tokenId: {\n serializedName: \"tokenId\",\n type: {\n name: \"String\",\n },\n },\n expiry: {\n serializedName: \"expiry\",\n type: {\n name: \"DateTime\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const GenerateCredentialsResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GenerateCredentialsResult\",\n modelProperties: {\n username: {\n serializedName: \"username\",\n type: {\n name: \"String\",\n },\n },\n passwords: {\n serializedName: \"passwords\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TokenPassword\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WebhookListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WebhookListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Webhook\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const WebhookCreateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WebhookCreateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n serviceUri: {\n serializedName: \"properties.serviceUri\",\n type: {\n name: \"String\",\n },\n },\n customHeaders: {\n serializedName: \"properties.customHeaders\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\",\n },\n },\n scope: {\n serializedName: \"properties.scope\",\n type: {\n name: \"String\",\n },\n },\n actions: {\n serializedName: \"properties.actions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const WebhookUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WebhookUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n serviceUri: {\n serializedName: \"properties.serviceUri\",\n type: {\n name: \"String\",\n },\n },\n customHeaders: {\n serializedName: \"properties.customHeaders\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\",\n },\n },\n scope: {\n serializedName: \"properties.scope\",\n type: {\n name: \"String\",\n },\n },\n actions: {\n serializedName: \"properties.actions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const EventInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventInfo\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EventListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Event\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EventRequestMessage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventRequestMessage\",\n modelProperties: {\n content: {\n serializedName: \"content\",\n type: {\n name: \"Composite\",\n className: \"EventContent\",\n },\n },\n headers: {\n serializedName: \"headers\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n method: {\n serializedName: \"method\",\n type: {\n name: \"String\",\n },\n },\n requestUri: {\n serializedName: \"requestUri\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EventContent: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventContent\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n timestamp: {\n serializedName: \"timestamp\",\n type: {\n name: \"DateTime\",\n },\n },\n action: {\n serializedName: \"action\",\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"Composite\",\n className: \"Target\",\n },\n },\n request: {\n serializedName: \"request\",\n type: {\n name: \"Composite\",\n className: \"Request\",\n },\n },\n actor: {\n serializedName: \"actor\",\n type: {\n name: \"Composite\",\n className: \"Actor\",\n },\n },\n source: {\n serializedName: \"source\",\n type: {\n name: \"Composite\",\n className: \"Source\",\n },\n },\n },\n },\n};\n\nexport const Target: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Target\",\n modelProperties: {\n mediaType: {\n serializedName: \"mediaType\",\n type: {\n name: \"String\",\n },\n },\n size: {\n serializedName: \"size\",\n type: {\n name: \"Number\",\n },\n },\n digest: {\n serializedName: \"digest\",\n type: {\n name: \"String\",\n },\n },\n length: {\n serializedName: \"length\",\n type: {\n name: \"Number\",\n },\n },\n repository: {\n serializedName: \"repository\",\n type: {\n name: \"String\",\n },\n },\n url: {\n serializedName: \"url\",\n type: {\n name: \"String\",\n },\n },\n tag: {\n serializedName: \"tag\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Request: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Request\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n addr: {\n serializedName: \"addr\",\n type: {\n name: \"String\",\n },\n },\n host: {\n serializedName: \"host\",\n type: {\n name: \"String\",\n },\n },\n method: {\n serializedName: \"method\",\n type: {\n name: \"String\",\n },\n },\n useragent: {\n serializedName: \"useragent\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Actor: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Actor\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Source: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Source\",\n modelProperties: {\n addr: {\n serializedName: \"addr\",\n type: {\n name: \"String\",\n },\n },\n instanceID: {\n serializedName: \"instanceID\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EventResponseMessage: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EventResponseMessage\",\n modelProperties: {\n content: {\n serializedName: \"content\",\n type: {\n name: \"String\",\n },\n },\n headers: {\n serializedName: \"headers\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n reasonPhrase: {\n serializedName: \"reasonPhrase\",\n type: {\n name: \"String\",\n },\n },\n statusCode: {\n serializedName: \"statusCode\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"version\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CallbackConfig: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CallbackConfig\",\n modelProperties: {\n serviceUri: {\n serializedName: \"serviceUri\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n customHeaders: {\n serializedName: \"customHeaders\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n },\n },\n};\n\nexport const AgentPoolUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolUpdateParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n count: {\n serializedName: \"properties.count\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AgentPool\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolQueueStatus: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolQueueStatus\",\n modelProperties: {\n count: {\n serializedName: \"count\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const RunRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunRequest\",\n uberParent: \"RunRequest\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n isArchiveEnabled: {\n defaultValue: false,\n serializedName: \"isArchiveEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n agentPoolName: {\n serializedName: \"agentPoolName\",\n type: {\n name: \"String\",\n },\n },\n logTemplate: {\n serializedName: \"logTemplate\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ImageDescriptor: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImageDescriptor\",\n modelProperties: {\n registry: {\n serializedName: \"registry\",\n type: {\n name: \"String\",\n },\n },\n repository: {\n serializedName: \"repository\",\n type: {\n name: \"String\",\n },\n },\n tag: {\n serializedName: \"tag\",\n type: {\n name: \"String\",\n },\n },\n digest: {\n serializedName: \"digest\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ImageUpdateTrigger: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImageUpdateTrigger\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n timestamp: {\n serializedName: \"timestamp\",\n type: {\n name: \"DateTime\",\n },\n },\n images: {\n serializedName: \"images\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ImageDescriptor\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const SourceTriggerDescriptor: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceTriggerDescriptor\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n type: {\n name: \"String\",\n },\n },\n eventType: {\n serializedName: \"eventType\",\n type: {\n name: \"String\",\n },\n },\n commitId: {\n serializedName: \"commitId\",\n type: {\n name: \"String\",\n },\n },\n pullRequestId: {\n serializedName: \"pullRequestId\",\n type: {\n name: \"String\",\n },\n },\n repositoryUrl: {\n serializedName: \"repositoryUrl\",\n type: {\n name: \"String\",\n },\n },\n branchName: {\n serializedName: \"branchName\",\n type: {\n name: \"String\",\n },\n },\n providerType: {\n serializedName: \"providerType\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TimerTriggerDescriptor: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TimerTriggerDescriptor\",\n modelProperties: {\n timerTriggerName: {\n serializedName: \"timerTriggerName\",\n type: {\n name: \"String\",\n },\n },\n scheduleOccurrence: {\n serializedName: \"scheduleOccurrence\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PlatformProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PlatformProperties\",\n modelProperties: {\n os: {\n serializedName: \"os\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n architecture: {\n serializedName: \"architecture\",\n type: {\n name: \"String\",\n },\n },\n variant: {\n serializedName: \"variant\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentProperties\",\n modelProperties: {\n cpu: {\n serializedName: \"cpu\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SourceUploadDefinition: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceUploadDefinition\",\n modelProperties: {\n uploadUrl: {\n serializedName: \"uploadUrl\",\n type: {\n name: \"String\",\n },\n },\n relativePath: {\n serializedName: \"relativePath\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RunListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Run\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RunUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunUpdateParameters\",\n modelProperties: {\n isArchiveEnabled: {\n serializedName: \"isArchiveEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const RunGetLogResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunGetLogResult\",\n modelProperties: {\n logLink: {\n serializedName: \"logLink\",\n type: {\n name: \"String\",\n },\n },\n logArtifactLink: {\n serializedName: \"logArtifactLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TaskRunUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TaskRunUpdateParameters\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityProperties\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n runRequest: {\n serializedName: \"properties.runRequest\",\n type: {\n name: \"Composite\",\n className: \"RunRequest\",\n },\n },\n forceUpdateTag: {\n serializedName: \"properties.forceUpdateTag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TaskRunListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TaskRunListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TaskRun\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TaskListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TaskListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Task\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TaskStepProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TaskStepProperties\",\n uberParent: \"TaskStepProperties\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n baseImageDependencies: {\n serializedName: \"baseImageDependencies\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"BaseImageDependency\",\n },\n },\n },\n },\n contextPath: {\n serializedName: \"contextPath\",\n type: {\n name: \"String\",\n },\n },\n contextAccessToken: {\n serializedName: \"contextAccessToken\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const BaseImageDependency: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BaseImageDependency\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n registry: {\n serializedName: \"registry\",\n type: {\n name: \"String\",\n },\n },\n repository: {\n serializedName: \"repository\",\n type: {\n name: \"String\",\n },\n },\n tag: {\n serializedName: \"tag\",\n type: {\n name: \"String\",\n },\n },\n digest: {\n serializedName: \"digest\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TriggerProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TriggerProperties\",\n modelProperties: {\n timerTriggers: {\n serializedName: \"timerTriggers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TimerTrigger\",\n },\n },\n },\n },\n sourceTriggers: {\n serializedName: \"sourceTriggers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SourceTrigger\",\n },\n },\n },\n },\n baseImageTrigger: {\n serializedName: \"baseImageTrigger\",\n type: {\n name: \"Composite\",\n className: \"BaseImageTrigger\",\n },\n },\n },\n },\n};\n\nexport const TimerTrigger: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TimerTrigger\",\n modelProperties: {\n schedule: {\n serializedName: \"schedule\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SourceTrigger: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceTrigger\",\n modelProperties: {\n sourceRepository: {\n serializedName: \"sourceRepository\",\n type: {\n name: \"Composite\",\n className: \"SourceProperties\",\n },\n },\n sourceTriggerEvents: {\n serializedName: \"sourceTriggerEvents\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SourceProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceProperties\",\n modelProperties: {\n sourceControlType: {\n serializedName: \"sourceControlType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n repositoryUrl: {\n serializedName: \"repositoryUrl\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n branch: {\n serializedName: \"branch\",\n type: {\n name: \"String\",\n },\n },\n sourceControlAuthProperties: {\n serializedName: \"sourceControlAuthProperties\",\n type: {\n name: \"Composite\",\n className: \"AuthInfo\",\n },\n },\n },\n },\n};\n\nexport const AuthInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AuthInfo\",\n modelProperties: {\n tokenType: {\n serializedName: \"tokenType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n token: {\n serializedName: \"token\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n refreshToken: {\n serializedName: \"refreshToken\",\n type: {\n name: \"String\",\n },\n },\n scope: {\n serializedName: \"scope\",\n type: {\n name: \"String\",\n },\n },\n expiresIn: {\n serializedName: \"expiresIn\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const BaseImageTrigger: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BaseImageTrigger\",\n modelProperties: {\n baseImageTriggerType: {\n serializedName: \"baseImageTriggerType\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n updateTriggerEndpoint: {\n serializedName: \"updateTriggerEndpoint\",\n type: {\n name: \"String\",\n },\n },\n updateTriggerPayloadType: {\n serializedName: \"updateTriggerPayloadType\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Credentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Credentials\",\n modelProperties: {\n sourceRegistry: {\n serializedName: \"sourceRegistry\",\n type: {\n name: \"Composite\",\n className: \"SourceRegistryCredentials\",\n },\n },\n customRegistries: {\n serializedName: \"customRegistries\",\n type: {\n name: \"Dictionary\",\n value: {\n type: { name: \"Composite\", className: \"CustomRegistryCredentials\" },\n },\n },\n },\n },\n },\n};\n\nexport const SourceRegistryCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceRegistryCredentials\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n loginMode: {\n serializedName: \"loginMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CustomRegistryCredentials: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CustomRegistryCredentials\",\n modelProperties: {\n userName: {\n serializedName: \"userName\",\n type: {\n name: \"Composite\",\n className: \"SecretObject\",\n },\n },\n password: {\n serializedName: \"password\",\n type: {\n name: \"Composite\",\n className: \"SecretObject\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SecretObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SecretObject\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"String\",\n },\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TaskUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TaskUpdateParameters\",\n modelProperties: {\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityProperties\",\n },\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } },\n },\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\",\n },\n },\n platform: {\n serializedName: \"properties.platform\",\n type: {\n name: \"Composite\",\n className: \"PlatformUpdateParameters\",\n },\n },\n agentConfiguration: {\n serializedName: \"properties.agentConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AgentProperties\",\n },\n },\n agentPoolName: {\n serializedName: \"properties.agentPoolName\",\n type: {\n name: \"String\",\n },\n },\n timeout: {\n serializedName: \"properties.timeout\",\n type: {\n name: \"Number\",\n },\n },\n step: {\n serializedName: \"properties.step\",\n type: {\n name: \"Composite\",\n className: \"TaskStepUpdateParameters\",\n },\n },\n trigger: {\n serializedName: \"properties.trigger\",\n type: {\n name: \"Composite\",\n className: \"TriggerUpdateParameters\",\n },\n },\n credentials: {\n serializedName: \"properties.credentials\",\n type: {\n name: \"Composite\",\n className: \"Credentials\",\n },\n },\n logTemplate: {\n serializedName: \"properties.logTemplate\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PlatformUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PlatformUpdateParameters\",\n modelProperties: {\n os: {\n serializedName: \"os\",\n type: {\n name: \"String\",\n },\n },\n architecture: {\n serializedName: \"architecture\",\n type: {\n name: \"String\",\n },\n },\n variant: {\n serializedName: \"variant\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TaskStepUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TaskStepUpdateParameters\",\n uberParent: \"TaskStepUpdateParameters\",\n polymorphicDiscriminator: {\n serializedName: \"type\",\n clientName: \"type\",\n },\n modelProperties: {\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n contextPath: {\n serializedName: \"contextPath\",\n type: {\n name: \"String\",\n },\n },\n contextAccessToken: {\n serializedName: \"contextAccessToken\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TriggerUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TriggerUpdateParameters\",\n modelProperties: {\n timerTriggers: {\n serializedName: \"timerTriggers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TimerTriggerUpdateParameters\",\n },\n },\n },\n },\n sourceTriggers: {\n serializedName: \"sourceTriggers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SourceTriggerUpdateParameters\",\n },\n },\n },\n },\n baseImageTrigger: {\n serializedName: \"baseImageTrigger\",\n type: {\n name: \"Composite\",\n className: \"BaseImageTriggerUpdateParameters\",\n },\n },\n },\n },\n};\n\nexport const TimerTriggerUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TimerTriggerUpdateParameters\",\n modelProperties: {\n schedule: {\n serializedName: \"schedule\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SourceTriggerUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceTriggerUpdateParameters\",\n modelProperties: {\n sourceRepository: {\n serializedName: \"sourceRepository\",\n type: {\n name: \"Composite\",\n className: \"SourceUpdateParameters\",\n },\n },\n sourceTriggerEvents: {\n serializedName: \"sourceTriggerEvents\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SourceUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SourceUpdateParameters\",\n modelProperties: {\n sourceControlType: {\n serializedName: \"sourceControlType\",\n type: {\n name: \"String\",\n },\n },\n repositoryUrl: {\n serializedName: \"repositoryUrl\",\n type: {\n name: \"String\",\n },\n },\n branch: {\n serializedName: \"branch\",\n type: {\n name: \"String\",\n },\n },\n sourceControlAuthProperties: {\n serializedName: \"sourceControlAuthProperties\",\n type: {\n name: \"Composite\",\n className: \"AuthInfoUpdateParameters\",\n },\n },\n },\n },\n};\n\nexport const AuthInfoUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AuthInfoUpdateParameters\",\n modelProperties: {\n tokenType: {\n serializedName: \"tokenType\",\n type: {\n name: \"String\",\n },\n },\n token: {\n serializedName: \"token\",\n type: {\n name: \"String\",\n },\n },\n refreshToken: {\n serializedName: \"refreshToken\",\n type: {\n name: \"String\",\n },\n },\n scope: {\n serializedName: \"scope\",\n type: {\n name: \"String\",\n },\n },\n expiresIn: {\n serializedName: \"expiresIn\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const BaseImageTriggerUpdateParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BaseImageTriggerUpdateParameters\",\n modelProperties: {\n baseImageTriggerType: {\n serializedName: \"baseImageTriggerType\",\n type: {\n name: \"String\",\n },\n },\n updateTriggerEndpoint: {\n serializedName: \"updateTriggerEndpoint\",\n type: {\n name: \"String\",\n },\n },\n updateTriggerPayloadType: {\n serializedName: \"updateTriggerPayloadType\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const StorageAccountProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageAccountProperties\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PackageType: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PackageType\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\",\n },\n },\n endpoint: {\n serializedName: \"endpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ActiveDirectoryObject: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ActiveDirectoryObject\",\n modelProperties: {\n objectId: {\n serializedName: \"objectId\",\n type: {\n name: \"String\",\n },\n },\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RunFilter: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RunFilter\",\n modelProperties: {\n runId: {\n serializedName: \"runId\",\n type: {\n name: \"String\",\n },\n },\n runType: {\n serializedName: \"runType\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\",\n },\n },\n createTime: {\n serializedName: \"createTime\",\n type: {\n name: \"DateTime\",\n },\n },\n finishTime: {\n serializedName: \"finishTime\",\n type: {\n name: \"DateTime\",\n },\n },\n outputImageManifests: {\n serializedName: \"outputImageManifests\",\n type: {\n name: \"String\",\n },\n },\n isArchiveEnabled: {\n serializedName: \"isArchiveEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n taskName: {\n serializedName: \"taskName\",\n type: {\n name: \"String\",\n },\n },\n agentPoolName: {\n serializedName: \"agentPoolName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Argument: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Argument\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n isSecret: {\n defaultValue: false,\n serializedName: \"isSecret\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const SetValue: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SetValue\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n value: {\n serializedName: \"value\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n isSecret: {\n defaultValue: false,\n serializedName: \"isSecret\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const OverrideTaskStepProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OverrideTaskStepProperties\",\n modelProperties: {\n contextPath: {\n serializedName: \"contextPath\",\n type: {\n name: \"String\",\n },\n },\n file: {\n serializedName: \"file\",\n type: {\n name: \"String\",\n },\n },\n arguments: {\n serializedName: \"arguments\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Argument\",\n },\n },\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\",\n },\n },\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SetValue\",\n },\n },\n },\n },\n updateTriggerToken: {\n serializedName: \"updateTriggerToken\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DebianArchiveProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DebianArchiveProperties\",\n modelProperties: {\n ...ArchiveProperties.type.modelProperties,\n distributionName: {\n serializedName: \"distributionName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const DebianArchivePackageSourceProperties: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"DebianArchivePackageSourceProperties\",\n modelProperties: {\n ...ArchivePackageSourceProperties.type.modelProperties,\n distributionName: {\n serializedName: \"distributionName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const Archive: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Archive\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n packageSource: {\n serializedName: \"properties.packageSource\",\n type: {\n name: \"Composite\",\n className: \"ArchivePackageSourceProperties\",\n },\n },\n publishedVersion: {\n serializedName: \"properties.publishedVersion\",\n type: {\n name: \"String\",\n },\n },\n repositoryEndpointPrefix: {\n serializedName: \"properties.repositoryEndpointPrefix\",\n type: {\n name: \"String\",\n },\n },\n repositoryEndpoint: {\n serializedName: \"properties.repositoryEndpoint\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ArchiveVersion: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArchiveVersion\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n archiveVersionErrorMessage: {\n serializedName: \"properties.archiveVersionErrorMessage\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CacheRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CacheRule\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n credentialSetResourceId: {\n serializedName: \"properties.credentialSetResourceId\",\n type: {\n name: \"String\",\n },\n },\n sourceRepository: {\n serializedName: \"properties.sourceRepository\",\n type: {\n name: \"String\",\n },\n },\n targetRepository: {\n serializedName: \"properties.targetRepository\",\n type: {\n name: \"String\",\n },\n },\n creationDate: {\n serializedName: \"properties.creationDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectedRegistry: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedRegistry\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n mode: {\n serializedName: \"properties.mode\",\n type: {\n name: \"String\",\n },\n },\n version: {\n serializedName: \"properties.version\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n connectionState: {\n serializedName: \"properties.connectionState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n lastActivityTime: {\n serializedName: \"properties.lastActivityTime\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n activation: {\n serializedName: \"properties.activation\",\n type: {\n name: \"Composite\",\n className: \"ActivationProperties\",\n },\n },\n parent: {\n serializedName: \"properties.parent\",\n type: {\n name: \"Composite\",\n className: \"ParentProperties\",\n },\n },\n clientTokenIds: {\n serializedName: \"properties.clientTokenIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n loginServer: {\n serializedName: \"properties.loginServer\",\n type: {\n name: \"Composite\",\n className: \"LoginServerProperties\",\n },\n },\n logging: {\n serializedName: \"properties.logging\",\n type: {\n name: \"Composite\",\n className: \"LoggingProperties\",\n },\n },\n statusDetails: {\n serializedName: \"properties.statusDetails\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StatusDetailProperties\",\n },\n },\n },\n },\n notificationsList: {\n serializedName: \"properties.notificationsList\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n garbageCollection: {\n serializedName: \"properties.garbageCollection\",\n type: {\n name: \"Composite\",\n className: \"GarbageCollectionProperties\",\n },\n },\n },\n },\n};\n\nexport const CredentialSet: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CredentialSet\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityProperties\",\n },\n },\n loginServer: {\n serializedName: \"properties.loginServer\",\n type: {\n name: \"String\",\n },\n },\n authCredentials: {\n serializedName: \"properties.authCredentials\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AuthCredential\",\n },\n },\n },\n },\n creationDate: {\n serializedName: \"properties.creationDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExportPipeline: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExportPipeline\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityProperties\",\n },\n },\n target: {\n serializedName: \"properties.target\",\n type: {\n name: \"Composite\",\n className: \"ExportPipelineTargetProperties\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ImportPipeline: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImportPipeline\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityProperties\",\n },\n },\n source: {\n serializedName: \"properties.source\",\n type: {\n name: \"Composite\",\n className: \"ImportPipelineSourceProperties\",\n },\n },\n trigger: {\n serializedName: \"properties.trigger\",\n type: {\n name: \"Composite\",\n className: \"PipelineTriggerProperties\",\n },\n },\n options: {\n serializedName: \"properties.options\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PipelineRun: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PipelineRun\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n request: {\n serializedName: \"properties.request\",\n type: {\n name: \"Composite\",\n className: \"PipelineRunRequest\",\n },\n },\n response: {\n serializedName: \"properties.response\",\n type: {\n name: \"Composite\",\n className: \"PipelineRunResponse\",\n },\n },\n forceUpdateTag: {\n serializedName: \"properties.forceUpdateTag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnection: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n privateEndpoint: {\n serializedName: \"properties.privateEndpoint\",\n type: {\n name: \"Composite\",\n className: \"PrivateEndpoint\",\n },\n },\n privateLinkServiceConnectionState: {\n serializedName: \"properties.privateLinkServiceConnectionState\",\n type: {\n name: \"Composite\",\n className: \"PrivateLinkServiceConnectionState\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ScopeMap: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScopeMap\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n description: {\n serializedName: \"properties.description\",\n type: {\n name: \"String\",\n },\n },\n typePropertiesType: {\n serializedName: \"properties.type\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n creationDate: {\n serializedName: \"properties.creationDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n actions: {\n serializedName: \"properties.actions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const Token: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Token\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n creationDate: {\n serializedName: \"properties.creationDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n scopeMapId: {\n serializedName: \"properties.scopeMapId\",\n type: {\n name: \"String\",\n },\n },\n credentials: {\n serializedName: \"properties.credentials\",\n type: {\n name: \"Composite\",\n className: \"TokenCredentialsProperties\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Run: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Run\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n runId: {\n serializedName: \"properties.runId\",\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\",\n },\n },\n lastUpdatedTime: {\n serializedName: \"properties.lastUpdatedTime\",\n type: {\n name: \"DateTime\",\n },\n },\n runType: {\n serializedName: \"properties.runType\",\n type: {\n name: \"String\",\n },\n },\n agentPoolName: {\n serializedName: \"properties.agentPoolName\",\n type: {\n name: \"String\",\n },\n },\n createTime: {\n serializedName: \"properties.createTime\",\n type: {\n name: \"DateTime\",\n },\n },\n startTime: {\n serializedName: \"properties.startTime\",\n type: {\n name: \"DateTime\",\n },\n },\n finishTime: {\n serializedName: \"properties.finishTime\",\n type: {\n name: \"DateTime\",\n },\n },\n outputImages: {\n serializedName: \"properties.outputImages\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ImageDescriptor\",\n },\n },\n },\n },\n task: {\n serializedName: \"properties.task\",\n type: {\n name: \"String\",\n },\n },\n imageUpdateTrigger: {\n serializedName: \"properties.imageUpdateTrigger\",\n type: {\n name: \"Composite\",\n className: \"ImageUpdateTrigger\",\n },\n },\n sourceTrigger: {\n serializedName: \"properties.sourceTrigger\",\n type: {\n name: \"Composite\",\n className: \"SourceTriggerDescriptor\",\n },\n },\n timerTrigger: {\n serializedName: \"properties.timerTrigger\",\n type: {\n name: \"Composite\",\n className: \"TimerTriggerDescriptor\",\n },\n },\n platform: {\n serializedName: \"properties.platform\",\n type: {\n name: \"Composite\",\n className: \"PlatformProperties\",\n },\n },\n agentConfiguration: {\n serializedName: \"properties.agentConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AgentProperties\",\n },\n },\n sourceRegistryAuth: {\n serializedName: \"properties.sourceRegistryAuth\",\n type: {\n name: \"String\",\n },\n },\n customRegistries: {\n serializedName: \"properties.customRegistries\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n runErrorMessage: {\n serializedName: \"properties.runErrorMessage\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n updateTriggerToken: {\n serializedName: \"properties.updateTriggerToken\",\n type: {\n name: \"String\",\n },\n },\n logArtifact: {\n serializedName: \"properties.logArtifact\",\n type: {\n name: \"Composite\",\n className: \"ImageDescriptor\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n type: {\n name: \"String\",\n },\n },\n isArchiveEnabled: {\n defaultValue: false,\n serializedName: \"properties.isArchiveEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const TaskRun: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TaskRun\",\n modelProperties: {\n ...ProxyResource.type.modelProperties,\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityProperties\",\n },\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n runRequest: {\n serializedName: \"properties.runRequest\",\n type: {\n name: \"Composite\",\n className: \"RunRequest\",\n },\n },\n runResult: {\n serializedName: \"properties.runResult\",\n type: {\n name: \"Composite\",\n className: \"Run\",\n },\n },\n forceUpdateTag: {\n serializedName: \"properties.forceUpdateTag\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Registry: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Registry\",\n modelProperties: {\n ...Resource.type.modelProperties,\n sku: {\n serializedName: \"sku\",\n type: {\n name: \"Composite\",\n className: \"Sku\",\n },\n },\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityProperties\",\n },\n },\n loginServer: {\n serializedName: \"properties.loginServer\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n creationDate: {\n serializedName: \"properties.creationDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"Composite\",\n className: \"Status\",\n },\n },\n adminUserEnabled: {\n defaultValue: false,\n serializedName: \"properties.adminUserEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n networkRuleSet: {\n serializedName: \"properties.networkRuleSet\",\n type: {\n name: \"Composite\",\n className: \"NetworkRuleSet\",\n },\n },\n policies: {\n serializedName: \"properties.policies\",\n type: {\n name: \"Composite\",\n className: \"Policies\",\n },\n },\n encryption: {\n serializedName: \"properties.encryption\",\n type: {\n name: \"Composite\",\n className: \"EncryptionProperty\",\n },\n },\n dataEndpointEnabled: {\n serializedName: \"properties.dataEndpointEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n dataEndpointHostNames: {\n serializedName: \"properties.dataEndpointHostNames\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n privateEndpointConnections: {\n serializedName: \"properties.privateEndpointConnections\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnection\",\n },\n },\n },\n },\n publicNetworkAccess: {\n serializedName: \"properties.publicNetworkAccess\",\n type: {\n name: \"String\",\n },\n },\n networkRuleBypassOptions: {\n serializedName: \"properties.networkRuleBypassOptions\",\n type: {\n name: \"String\",\n },\n },\n zoneRedundancy: {\n serializedName: \"properties.zoneRedundancy\",\n type: {\n name: \"String\",\n },\n },\n anonymousPullEnabled: {\n defaultValue: false,\n serializedName: \"properties.anonymousPullEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n metadataSearch: {\n serializedName: \"properties.metadataSearch\",\n type: {\n name: \"String\",\n },\n },\n autoGeneratedDomainNameLabelScope: {\n serializedName: \"properties.autoGeneratedDomainNameLabelScope\",\n type: {\n name: \"String\",\n },\n },\n roleAssignmentMode: {\n serializedName: \"properties.roleAssignmentMode\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Replication: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Replication\",\n modelProperties: {\n ...Resource.type.modelProperties,\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"Composite\",\n className: \"Status\",\n },\n },\n regionEndpointEnabled: {\n defaultValue: true,\n serializedName: \"properties.regionEndpointEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n zoneRedundancy: {\n serializedName: \"properties.zoneRedundancy\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Webhook: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Webhook\",\n modelProperties: {\n ...Resource.type.modelProperties,\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\",\n },\n },\n scope: {\n serializedName: \"properties.scope\",\n type: {\n name: \"String\",\n },\n },\n actions: {\n serializedName: \"properties.actions\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPool: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPool\",\n modelProperties: {\n ...Resource.type.modelProperties,\n count: {\n serializedName: \"properties.count\",\n type: {\n name: \"Number\",\n },\n },\n tier: {\n serializedName: \"properties.tier\",\n type: {\n name: \"String\",\n },\n },\n os: {\n serializedName: \"properties.os\",\n type: {\n name: \"String\",\n },\n },\n virtualNetworkSubnetResourceId: {\n serializedName: \"properties.virtualNetworkSubnetResourceId\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const Task: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Task\",\n modelProperties: {\n ...Resource.type.modelProperties,\n identity: {\n serializedName: \"identity\",\n type: {\n name: \"Composite\",\n className: \"IdentityProperties\",\n },\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n creationDate: {\n serializedName: \"properties.creationDate\",\n readOnly: true,\n type: {\n name: \"DateTime\",\n },\n },\n status: {\n serializedName: \"properties.status\",\n type: {\n name: \"String\",\n },\n },\n platform: {\n serializedName: \"properties.platform\",\n type: {\n name: \"Composite\",\n className: \"PlatformProperties\",\n },\n },\n agentConfiguration: {\n serializedName: \"properties.agentConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AgentProperties\",\n },\n },\n agentPoolName: {\n serializedName: \"properties.agentPoolName\",\n type: {\n name: \"String\",\n },\n },\n timeout: {\n defaultValue: 3600,\n constraints: {\n InclusiveMaximum: 28800,\n InclusiveMinimum: 300,\n },\n serializedName: \"properties.timeout\",\n type: {\n name: \"Number\",\n },\n },\n step: {\n serializedName: \"properties.step\",\n type: {\n name: \"Composite\",\n className: \"TaskStepProperties\",\n },\n },\n trigger: {\n serializedName: \"properties.trigger\",\n type: {\n name: \"Composite\",\n className: \"TriggerProperties\",\n },\n },\n credentials: {\n serializedName: \"properties.credentials\",\n type: {\n name: \"Composite\",\n className: \"Credentials\",\n },\n },\n logTemplate: {\n serializedName: \"properties.logTemplate\",\n type: {\n name: \"String\",\n },\n },\n isSystemTask: {\n defaultValue: false,\n serializedName: \"properties.isSystemTask\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const Event: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Event\",\n modelProperties: {\n ...EventInfo.type.modelProperties,\n eventRequestMessage: {\n serializedName: \"eventRequestMessage\",\n type: {\n name: \"Composite\",\n className: \"EventRequestMessage\",\n },\n },\n eventResponseMessage: {\n serializedName: \"eventResponseMessage\",\n type: {\n name: \"Composite\",\n className: \"EventResponseMessage\",\n },\n },\n },\n },\n};\n\nexport const DockerBuildRequest: coreClient.CompositeMapper = {\n serializedName: \"DockerBuildRequest\",\n type: {\n name: \"Composite\",\n className: \"DockerBuildRequest\",\n uberParent: \"RunRequest\",\n polymorphicDiscriminator: RunRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...RunRequest.type.modelProperties,\n imageNames: {\n serializedName: \"imageNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n isPushEnabled: {\n defaultValue: true,\n serializedName: \"isPushEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n noCache: {\n defaultValue: false,\n serializedName: \"noCache\",\n type: {\n name: \"Boolean\",\n },\n },\n dockerFilePath: {\n serializedName: \"dockerFilePath\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\",\n },\n },\n arguments: {\n serializedName: \"arguments\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Argument\",\n },\n },\n },\n },\n timeout: {\n defaultValue: 3600,\n constraints: {\n InclusiveMaximum: 28800,\n InclusiveMinimum: 300,\n },\n serializedName: \"timeout\",\n type: {\n name: \"Number\",\n },\n },\n platform: {\n serializedName: \"platform\",\n type: {\n name: \"Composite\",\n className: \"PlatformProperties\",\n },\n },\n agentConfiguration: {\n serializedName: \"agentConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AgentProperties\",\n },\n },\n sourceLocation: {\n serializedName: \"sourceLocation\",\n type: {\n name: \"String\",\n },\n },\n credentials: {\n serializedName: \"credentials\",\n type: {\n name: \"Composite\",\n className: \"Credentials\",\n },\n },\n },\n },\n};\n\nexport const FileTaskRunRequest: coreClient.CompositeMapper = {\n serializedName: \"FileTaskRunRequest\",\n type: {\n name: \"Composite\",\n className: \"FileTaskRunRequest\",\n uberParent: \"RunRequest\",\n polymorphicDiscriminator: RunRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...RunRequest.type.modelProperties,\n taskFilePath: {\n serializedName: \"taskFilePath\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n valuesFilePath: {\n serializedName: \"valuesFilePath\",\n type: {\n name: \"String\",\n },\n },\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SetValue\",\n },\n },\n },\n },\n timeout: {\n defaultValue: 3600,\n constraints: {\n InclusiveMaximum: 28800,\n InclusiveMinimum: 300,\n },\n serializedName: \"timeout\",\n type: {\n name: \"Number\",\n },\n },\n platform: {\n serializedName: \"platform\",\n type: {\n name: \"Composite\",\n className: \"PlatformProperties\",\n },\n },\n agentConfiguration: {\n serializedName: \"agentConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AgentProperties\",\n },\n },\n sourceLocation: {\n serializedName: \"sourceLocation\",\n type: {\n name: \"String\",\n },\n },\n credentials: {\n serializedName: \"credentials\",\n type: {\n name: \"Composite\",\n className: \"Credentials\",\n },\n },\n },\n },\n};\n\nexport const TaskRunRequest: coreClient.CompositeMapper = {\n serializedName: \"TaskRunRequest\",\n type: {\n name: \"Composite\",\n className: \"TaskRunRequest\",\n uberParent: \"RunRequest\",\n polymorphicDiscriminator: RunRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...RunRequest.type.modelProperties,\n taskId: {\n serializedName: \"taskId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n overrideTaskStepProperties: {\n serializedName: \"overrideTaskStepProperties\",\n type: {\n name: \"Composite\",\n className: \"OverrideTaskStepProperties\",\n },\n },\n },\n },\n};\n\nexport const EncodedTaskRunRequest: coreClient.CompositeMapper = {\n serializedName: \"EncodedTaskRunRequest\",\n type: {\n name: \"Composite\",\n className: \"EncodedTaskRunRequest\",\n uberParent: \"RunRequest\",\n polymorphicDiscriminator: RunRequest.type.polymorphicDiscriminator,\n modelProperties: {\n ...RunRequest.type.modelProperties,\n encodedTaskContent: {\n serializedName: \"encodedTaskContent\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n encodedValuesContent: {\n serializedName: \"encodedValuesContent\",\n type: {\n name: \"String\",\n },\n },\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SetValue\",\n },\n },\n },\n },\n timeout: {\n defaultValue: 3600,\n constraints: {\n InclusiveMaximum: 28800,\n InclusiveMinimum: 300,\n },\n serializedName: \"timeout\",\n type: {\n name: \"Number\",\n },\n },\n platform: {\n serializedName: \"platform\",\n type: {\n name: \"Composite\",\n className: \"PlatformProperties\",\n },\n },\n agentConfiguration: {\n serializedName: \"agentConfiguration\",\n type: {\n name: \"Composite\",\n className: \"AgentProperties\",\n },\n },\n sourceLocation: {\n serializedName: \"sourceLocation\",\n type: {\n name: \"String\",\n },\n },\n credentials: {\n serializedName: \"credentials\",\n type: {\n name: \"Composite\",\n className: \"Credentials\",\n },\n },\n },\n },\n};\n\nexport const DockerBuildStep: coreClient.CompositeMapper = {\n serializedName: \"Docker\",\n type: {\n name: \"Composite\",\n className: \"DockerBuildStep\",\n uberParent: \"TaskStepProperties\",\n polymorphicDiscriminator: TaskStepProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...TaskStepProperties.type.modelProperties,\n imageNames: {\n serializedName: \"imageNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n isPushEnabled: {\n defaultValue: true,\n serializedName: \"isPushEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n noCache: {\n defaultValue: false,\n serializedName: \"noCache\",\n type: {\n name: \"Boolean\",\n },\n },\n dockerFilePath: {\n serializedName: \"dockerFilePath\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\",\n },\n },\n arguments: {\n serializedName: \"arguments\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Argument\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const FileTaskStep: coreClient.CompositeMapper = {\n serializedName: \"FileTask\",\n type: {\n name: \"Composite\",\n className: \"FileTaskStep\",\n uberParent: \"TaskStepProperties\",\n polymorphicDiscriminator: TaskStepProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...TaskStepProperties.type.modelProperties,\n taskFilePath: {\n serializedName: \"taskFilePath\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n valuesFilePath: {\n serializedName: \"valuesFilePath\",\n type: {\n name: \"String\",\n },\n },\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SetValue\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const EncodedTaskStep: coreClient.CompositeMapper = {\n serializedName: \"EncodedTask\",\n type: {\n name: \"Composite\",\n className: \"EncodedTaskStep\",\n uberParent: \"TaskStepProperties\",\n polymorphicDiscriminator: TaskStepProperties.type.polymorphicDiscriminator,\n modelProperties: {\n ...TaskStepProperties.type.modelProperties,\n encodedTaskContent: {\n serializedName: \"encodedTaskContent\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n encodedValuesContent: {\n serializedName: \"encodedValuesContent\",\n type: {\n name: \"String\",\n },\n },\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SetValue\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const DockerBuildStepUpdateParameters: coreClient.CompositeMapper = {\n serializedName: \"Docker\",\n type: {\n name: \"Composite\",\n className: \"DockerBuildStepUpdateParameters\",\n uberParent: \"TaskStepUpdateParameters\",\n polymorphicDiscriminator:\n TaskStepUpdateParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...TaskStepUpdateParameters.type.modelProperties,\n imageNames: {\n serializedName: \"imageNames\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\",\n },\n },\n },\n },\n isPushEnabled: {\n serializedName: \"isPushEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n noCache: {\n serializedName: \"noCache\",\n type: {\n name: \"Boolean\",\n },\n },\n dockerFilePath: {\n serializedName: \"dockerFilePath\",\n type: {\n name: \"String\",\n },\n },\n arguments: {\n serializedName: \"arguments\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Argument\",\n },\n },\n },\n },\n target: {\n serializedName: \"target\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const FileTaskStepUpdateParameters: coreClient.CompositeMapper = {\n serializedName: \"FileTask\",\n type: {\n name: \"Composite\",\n className: \"FileTaskStepUpdateParameters\",\n uberParent: \"TaskStepUpdateParameters\",\n polymorphicDiscriminator:\n TaskStepUpdateParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...TaskStepUpdateParameters.type.modelProperties,\n taskFilePath: {\n serializedName: \"taskFilePath\",\n type: {\n name: \"String\",\n },\n },\n valuesFilePath: {\n serializedName: \"valuesFilePath\",\n type: {\n name: \"String\",\n },\n },\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SetValue\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const EncodedTaskStepUpdateParameters: coreClient.CompositeMapper = {\n serializedName: \"EncodedTask\",\n type: {\n name: \"Composite\",\n className: \"EncodedTaskStepUpdateParameters\",\n uberParent: \"TaskStepUpdateParameters\",\n polymorphicDiscriminator:\n TaskStepUpdateParameters.type.polymorphicDiscriminator,\n modelProperties: {\n ...TaskStepUpdateParameters.type.modelProperties,\n encodedTaskContent: {\n serializedName: \"encodedTaskContent\",\n type: {\n name: \"String\",\n },\n },\n encodedValuesContent: {\n serializedName: \"encodedValuesContent\",\n type: {\n name: \"String\",\n },\n },\n values: {\n serializedName: \"values\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SetValue\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const ArchivesCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArchivesCreateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ArchivesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArchivesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ArchiveVersionsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArchiveVersionsCreateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ArchiveVersionsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ArchiveVersionsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CacheRulesCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CacheRulesCreateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CacheRulesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CacheRulesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CacheRulesUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CacheRulesUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectedRegistriesCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedRegistriesCreateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectedRegistriesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedRegistriesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectedRegistriesUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedRegistriesUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ConnectedRegistriesDeactivateHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"ConnectedRegistriesDeactivateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const CredentialSetsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CredentialSetsCreateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CredentialSetsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CredentialSetsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const CredentialSetsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CredentialSetsUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExportPipelinesCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExportPipelinesCreateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ExportPipelinesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ExportPipelinesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RegistriesImportImageHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegistriesImportImageHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RegistriesCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegistriesCreateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RegistriesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegistriesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RegistriesUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegistriesUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RegistriesGenerateCredentialsHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"RegistriesGenerateCredentialsHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ImportPipelinesCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImportPipelinesCreateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ImportPipelinesDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ImportPipelinesDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PipelineRunsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PipelineRunsCreateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PipelineRunsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PipelineRunsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionsCreateOrUpdateHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionsCreateOrUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const PrivateEndpointConnectionsDeleteHeaders: coreClient.CompositeMapper =\n {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n };\n\nexport const ReplicationsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReplicationsCreateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ReplicationsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReplicationsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ReplicationsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ReplicationsUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ScopeMapsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScopeMapsCreateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ScopeMapsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScopeMapsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ScopeMapsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ScopeMapsUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TokensCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TokensCreateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TokensDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TokensDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TokensUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TokensUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const WebhooksCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WebhooksCreateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const WebhooksDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WebhooksDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const WebhooksUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"WebhooksUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolsCreateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const AgentPoolsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AgentPoolsUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TaskRunsCreateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TaskRunsCreateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const TaskRunsUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TaskRunsUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport let discriminators = {\n RunRequest: RunRequest,\n TaskStepProperties: TaskStepProperties,\n TaskStepUpdateParameters: TaskStepUpdateParameters,\n \"RunRequest.DockerBuildRequest\": DockerBuildRequest,\n \"RunRequest.FileTaskRunRequest\": FileTaskRunRequest,\n \"RunRequest.TaskRunRequest\": TaskRunRequest,\n \"RunRequest.EncodedTaskRunRequest\": EncodedTaskRunRequest,\n \"TaskStepProperties.Docker\": DockerBuildStep,\n \"TaskStepProperties.FileTask\": FileTaskStep,\n \"TaskStepProperties.EncodedTask\": EncodedTaskStep,\n \"TaskStepUpdateParameters.Docker\": DockerBuildStepUpdateParameters,\n \"TaskStepUpdateParameters.FileTask\": FileTaskStepUpdateParameters,\n \"TaskStepUpdateParameters.EncodedTask\": EncodedTaskStepUpdateParameters,\n};\n"]}