@azure/arm-containerregistry 12.0.0-beta.1 → 12.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (1219) hide show
  1. package/README.md +9 -9
  2. package/dist/browser/api/cacheRules/index.d.ts +3 -0
  3. package/dist/browser/api/cacheRules/index.js +4 -0
  4. package/dist/browser/api/cacheRules/index.js.map +1 -0
  5. package/dist/browser/api/cacheRules/operations.d.ts +32 -0
  6. package/dist/browser/api/cacheRules/operations.js +169 -0
  7. package/dist/browser/api/cacheRules/operations.js.map +1 -0
  8. package/dist/browser/api/cacheRules/options.d.ts +23 -0
  9. package/dist/browser/api/cacheRules/options.js +4 -0
  10. package/dist/browser/api/cacheRules/options.js.map +1 -0
  11. package/dist/browser/api/connectedRegistries/index.d.ts +3 -0
  12. package/dist/browser/api/connectedRegistries/index.js +4 -0
  13. package/dist/browser/api/connectedRegistries/index.js.map +1 -0
  14. package/dist/browser/api/connectedRegistries/operations.d.ts +36 -0
  15. package/dist/browser/api/connectedRegistries/operations.js +200 -0
  16. package/dist/browser/api/connectedRegistries/operations.js.map +1 -0
  17. package/dist/browser/api/connectedRegistries/options.d.ts +30 -0
  18. package/dist/browser/api/connectedRegistries/options.js +4 -0
  19. package/dist/browser/api/connectedRegistries/options.js.map +1 -0
  20. package/dist/browser/api/containerRegistryManagementContext.d.ts +22 -0
  21. package/dist/browser/api/containerRegistryManagementContext.js +37 -0
  22. package/dist/browser/api/containerRegistryManagementContext.js.map +1 -0
  23. package/dist/browser/api/credentialSets/index.d.ts +3 -0
  24. package/dist/browser/api/credentialSets/index.js +4 -0
  25. package/dist/browser/api/credentialSets/index.js.map +1 -0
  26. package/dist/browser/api/credentialSets/operations.d.ts +32 -0
  27. package/dist/browser/api/credentialSets/operations.js +169 -0
  28. package/dist/browser/api/credentialSets/operations.js.map +1 -0
  29. package/dist/browser/api/credentialSets/options.d.ts +23 -0
  30. package/dist/browser/api/credentialSets/options.js +4 -0
  31. package/dist/browser/api/credentialSets/options.js.map +1 -0
  32. package/dist/browser/api/index.d.ts +2 -0
  33. package/dist/browser/api/index.js +4 -0
  34. package/dist/browser/api/index.js.map +1 -0
  35. package/dist/browser/api/operations/index.d.ts +3 -0
  36. package/dist/browser/api/operations/index.js +4 -0
  37. package/dist/browser/api/operations/index.js.map +1 -0
  38. package/dist/browser/api/operations/operations.d.ts +10 -0
  39. package/dist/browser/api/operations/operations.js +31 -0
  40. package/dist/browser/api/operations/operations.js.map +1 -0
  41. package/dist/browser/api/operations/options.d.ts +5 -0
  42. package/dist/browser/api/operations/options.js +4 -0
  43. package/dist/browser/api/operations/options.js.map +1 -0
  44. package/dist/browser/api/privateEndpointConnections/index.d.ts +3 -0
  45. package/dist/browser/api/privateEndpointConnections/index.js +4 -0
  46. package/dist/browser/api/privateEndpointConnections/index.js.map +1 -0
  47. package/dist/browser/api/privateEndpointConnections/operations.d.ts +28 -0
  48. package/dist/browser/api/privateEndpointConnections/operations.js +134 -0
  49. package/dist/browser/api/privateEndpointConnections/operations.js.map +1 -0
  50. package/dist/browser/api/privateEndpointConnections/options.d.ts +18 -0
  51. package/dist/browser/api/privateEndpointConnections/options.js +4 -0
  52. package/dist/browser/api/privateEndpointConnections/options.js.map +1 -0
  53. package/dist/browser/api/registries/index.d.ts +3 -0
  54. package/dist/browser/api/registries/index.js +4 -0
  55. package/dist/browser/api/registries/index.js.map +1 -0
  56. package/dist/browser/api/registries/operations.d.ts +68 -0
  57. package/dist/browser/api/registries/operations.js +426 -0
  58. package/dist/browser/api/registries/operations.js.map +1 -0
  59. package/dist/browser/api/registries/options.d.ts +54 -0
  60. package/dist/browser/api/registries/options.js +4 -0
  61. package/dist/browser/api/registries/options.js.map +1 -0
  62. package/dist/browser/api/replications/index.d.ts +3 -0
  63. package/dist/browser/api/replications/index.js +4 -0
  64. package/dist/browser/api/replications/index.js.map +1 -0
  65. package/dist/browser/api/replications/operations.d.ts +32 -0
  66. package/dist/browser/api/replications/operations.js +169 -0
  67. package/dist/browser/api/replications/operations.js.map +1 -0
  68. package/dist/browser/api/replications/options.d.ts +23 -0
  69. package/dist/browser/api/replications/options.js +4 -0
  70. package/dist/browser/api/replications/options.js.map +1 -0
  71. package/dist/browser/api/scopeMaps/index.d.ts +3 -0
  72. package/dist/browser/api/scopeMaps/index.js +4 -0
  73. package/dist/browser/api/scopeMaps/index.js.map +1 -0
  74. package/dist/browser/api/scopeMaps/operations.d.ts +32 -0
  75. package/dist/browser/api/scopeMaps/operations.js +169 -0
  76. package/dist/browser/api/scopeMaps/operations.js.map +1 -0
  77. package/dist/browser/api/scopeMaps/options.d.ts +23 -0
  78. package/dist/browser/api/scopeMaps/options.js +4 -0
  79. package/dist/browser/api/scopeMaps/options.js.map +1 -0
  80. package/dist/browser/api/tokens/index.d.ts +3 -0
  81. package/dist/browser/api/tokens/index.js +4 -0
  82. package/dist/browser/api/tokens/index.js.map +1 -0
  83. package/dist/browser/api/tokens/operations.d.ts +32 -0
  84. package/dist/browser/api/tokens/operations.js +169 -0
  85. package/dist/browser/api/tokens/operations.js.map +1 -0
  86. package/dist/browser/api/tokens/options.d.ts +23 -0
  87. package/dist/browser/api/tokens/options.js +4 -0
  88. package/dist/browser/api/tokens/options.js.map +1 -0
  89. package/dist/browser/api/webhooks/index.d.ts +3 -0
  90. package/dist/browser/api/webhooks/index.js +4 -0
  91. package/dist/browser/api/webhooks/index.js.map +1 -0
  92. package/dist/browser/api/webhooks/operations.d.ts +44 -0
  93. package/dist/browser/api/webhooks/operations.js +255 -0
  94. package/dist/browser/api/webhooks/operations.js.map +1 -0
  95. package/dist/browser/api/webhooks/options.d.ts +32 -0
  96. package/dist/browser/api/webhooks/options.js +4 -0
  97. package/dist/browser/api/webhooks/options.js.map +1 -0
  98. package/dist/browser/classic/cacheRules/index.d.ts +38 -0
  99. package/dist/browser/classic/cacheRules/index.js +43 -0
  100. package/dist/browser/classic/cacheRules/index.js.map +1 -0
  101. package/dist/browser/classic/connectedRegistries/index.d.ts +44 -0
  102. package/dist/browser/classic/connectedRegistries/index.js +52 -0
  103. package/dist/browser/classic/connectedRegistries/index.js.map +1 -0
  104. package/dist/browser/classic/credentialSets/index.d.ts +38 -0
  105. package/dist/browser/classic/credentialSets/index.js +43 -0
  106. package/dist/browser/classic/credentialSets/index.js.map +1 -0
  107. package/dist/browser/classic/index.d.ts +11 -0
  108. package/dist/browser/classic/index.js +4 -0
  109. package/dist/browser/classic/index.js.map +1 -0
  110. package/dist/browser/classic/operations/index.d.ts +11 -0
  111. package/dist/browser/classic/operations/index.js +14 -0
  112. package/dist/browser/classic/operations/index.js.map +1 -0
  113. package/dist/browser/classic/privateEndpointConnections/index.d.ts +32 -0
  114. package/dist/browser/classic/privateEndpointConnections/index.js +34 -0
  115. package/dist/browser/classic/privateEndpointConnections/index.js.map +1 -0
  116. package/dist/browser/classic/registries/index.d.ts +64 -0
  117. package/dist/browser/classic/registries/index.js +68 -0
  118. package/dist/browser/classic/registries/index.js.map +1 -0
  119. package/dist/browser/classic/replications/index.d.ts +38 -0
  120. package/dist/browser/classic/replications/index.js +43 -0
  121. package/dist/browser/classic/replications/index.js.map +1 -0
  122. package/dist/browser/classic/scopeMaps/index.d.ts +38 -0
  123. package/dist/browser/classic/scopeMaps/index.js +43 -0
  124. package/dist/browser/classic/scopeMaps/index.js.map +1 -0
  125. package/dist/browser/classic/tokens/index.d.ts +38 -0
  126. package/dist/browser/classic/tokens/index.js +43 -0
  127. package/dist/browser/classic/tokens/index.js.map +1 -0
  128. package/dist/browser/classic/webhooks/index.d.ts +44 -0
  129. package/dist/browser/classic/webhooks/index.js +46 -0
  130. package/dist/browser/classic/webhooks/index.js.map +1 -0
  131. package/dist/browser/containerRegistryManagementClient.d.ts +40 -28
  132. package/dist/browser/containerRegistryManagementClient.js +59 -89
  133. package/dist/browser/containerRegistryManagementClient.js.map +1 -1
  134. package/dist/browser/index.d.ts +19 -3
  135. package/dist/browser/index.js +4 -6
  136. package/dist/browser/index.js.map +1 -1
  137. package/dist/browser/logger.d.ts +2 -0
  138. package/dist/browser/logger.js +5 -0
  139. package/dist/browser/logger.js.map +1 -0
  140. package/dist/browser/models/index.d.ts +1 -3710
  141. package/dist/browser/models/index.js +1 -468
  142. package/dist/browser/models/index.js.map +1 -1
  143. package/dist/browser/models/models.d.ts +2103 -0
  144. package/dist/browser/models/models.js +2250 -0
  145. package/dist/browser/models/models.js.map +1 -0
  146. package/dist/browser/restorePollerHelpers.d.ts +21 -0
  147. package/dist/browser/restorePollerHelpers.js +142 -0
  148. package/dist/browser/restorePollerHelpers.js.map +1 -0
  149. package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
  150. package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
  151. package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
  152. package/dist/browser/static-helpers/pagingHelpers.d.ts +73 -0
  153. package/dist/browser/static-helpers/pagingHelpers.js +121 -0
  154. package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
  155. package/dist/browser/static-helpers/pollingHelpers.d.ts +30 -0
  156. package/dist/browser/static-helpers/pollingHelpers.js +79 -0
  157. package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
  158. package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  159. package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
  160. package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  161. package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
  162. package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
  163. package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
  164. package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
  165. package/dist/browser/static-helpers/urlTemplate.js +200 -0
  166. package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
  167. package/dist/commonjs/api/cacheRules/index.d.ts +3 -0
  168. package/dist/commonjs/api/cacheRules/index.js +35 -0
  169. package/dist/commonjs/api/cacheRules/index.js.map +7 -0
  170. package/dist/commonjs/api/cacheRules/operations.d.ts +32 -0
  171. package/dist/commonjs/api/cacheRules/operations.js +250 -0
  172. package/dist/commonjs/api/cacheRules/operations.js.map +7 -0
  173. package/dist/commonjs/api/cacheRules/options.d.ts +23 -0
  174. package/dist/commonjs/api/cacheRules/options.js +15 -0
  175. package/dist/commonjs/api/cacheRules/options.js.map +7 -0
  176. package/dist/commonjs/api/connectedRegistries/index.d.ts +3 -0
  177. package/dist/commonjs/api/connectedRegistries/index.js +37 -0
  178. package/dist/commonjs/api/connectedRegistries/index.js.map +7 -0
  179. package/dist/commonjs/api/connectedRegistries/operations.d.ts +36 -0
  180. package/dist/commonjs/api/connectedRegistries/operations.js +296 -0
  181. package/dist/commonjs/api/connectedRegistries/operations.js.map +7 -0
  182. package/dist/commonjs/api/connectedRegistries/options.d.ts +30 -0
  183. package/dist/commonjs/api/connectedRegistries/options.js +15 -0
  184. package/dist/commonjs/api/connectedRegistries/options.js.map +7 -0
  185. package/dist/commonjs/api/containerRegistryManagementContext.d.ts +22 -0
  186. package/dist/commonjs/api/containerRegistryManagementContext.js +55 -0
  187. package/dist/commonjs/api/containerRegistryManagementContext.js.map +7 -0
  188. package/dist/commonjs/api/credentialSets/index.d.ts +3 -0
  189. package/dist/commonjs/api/credentialSets/index.js +35 -0
  190. package/dist/commonjs/api/credentialSets/index.js.map +7 -0
  191. package/dist/commonjs/api/credentialSets/operations.d.ts +32 -0
  192. package/dist/commonjs/api/credentialSets/operations.js +256 -0
  193. package/dist/commonjs/api/credentialSets/operations.js.map +7 -0
  194. package/dist/commonjs/api/credentialSets/options.d.ts +23 -0
  195. package/dist/commonjs/api/credentialSets/options.js +15 -0
  196. package/dist/commonjs/api/credentialSets/options.js.map +7 -0
  197. package/dist/commonjs/api/index.d.ts +2 -0
  198. package/dist/commonjs/api/index.js +27 -0
  199. package/dist/commonjs/api/index.js.map +7 -0
  200. package/dist/commonjs/api/operations/index.d.ts +3 -0
  201. package/dist/commonjs/api/operations/index.js +27 -0
  202. package/dist/commonjs/api/operations/index.js.map +7 -0
  203. package/dist/commonjs/api/operations/operations.d.ts +10 -0
  204. package/dist/commonjs/api/operations/operations.js +67 -0
  205. package/dist/commonjs/api/operations/operations.js.map +7 -0
  206. package/dist/commonjs/api/operations/options.d.ts +5 -0
  207. package/dist/commonjs/api/operations/options.js +15 -0
  208. package/dist/commonjs/api/operations/options.js.map +7 -0
  209. package/dist/commonjs/api/privateEndpointConnections/index.d.ts +3 -0
  210. package/dist/commonjs/api/privateEndpointConnections/index.js +33 -0
  211. package/dist/commonjs/api/privateEndpointConnections/index.js.map +7 -0
  212. package/dist/commonjs/api/privateEndpointConnections/operations.d.ts +28 -0
  213. package/dist/commonjs/api/privateEndpointConnections/operations.js +211 -0
  214. package/dist/commonjs/api/privateEndpointConnections/operations.js.map +7 -0
  215. package/dist/commonjs/api/privateEndpointConnections/options.d.ts +18 -0
  216. package/dist/commonjs/api/privateEndpointConnections/options.js +15 -0
  217. package/dist/commonjs/api/privateEndpointConnections/options.js.map +7 -0
  218. package/dist/commonjs/api/registries/index.d.ts +3 -0
  219. package/dist/commonjs/api/registries/index.js +53 -0
  220. package/dist/commonjs/api/registries/index.js.map +7 -0
  221. package/dist/commonjs/api/registries/operations.d.ts +68 -0
  222. package/dist/commonjs/api/registries/operations.js +604 -0
  223. package/dist/commonjs/api/registries/operations.js.map +7 -0
  224. package/dist/commonjs/api/registries/options.d.ts +54 -0
  225. package/dist/commonjs/api/registries/options.js +15 -0
  226. package/dist/commonjs/api/registries/options.js.map +7 -0
  227. package/dist/commonjs/api/replications/index.d.ts +3 -0
  228. package/dist/commonjs/api/replications/index.js +35 -0
  229. package/dist/commonjs/api/replications/index.js.map +7 -0
  230. package/dist/commonjs/api/replications/operations.d.ts +32 -0
  231. package/dist/commonjs/api/replications/operations.js +243 -0
  232. package/dist/commonjs/api/replications/operations.js.map +7 -0
  233. package/dist/commonjs/api/replications/options.d.ts +23 -0
  234. package/dist/commonjs/api/replications/options.js +15 -0
  235. package/dist/commonjs/api/replications/options.js.map +7 -0
  236. package/dist/commonjs/api/scopeMaps/index.d.ts +3 -0
  237. package/dist/commonjs/api/scopeMaps/index.js +35 -0
  238. package/dist/commonjs/api/scopeMaps/index.js.map +7 -0
  239. package/dist/commonjs/api/scopeMaps/operations.d.ts +32 -0
  240. package/dist/commonjs/api/scopeMaps/operations.js +250 -0
  241. package/dist/commonjs/api/scopeMaps/operations.js.map +7 -0
  242. package/dist/commonjs/api/scopeMaps/options.d.ts +23 -0
  243. package/dist/commonjs/api/scopeMaps/options.js +15 -0
  244. package/dist/commonjs/api/scopeMaps/options.js.map +7 -0
  245. package/dist/commonjs/api/tokens/index.d.ts +3 -0
  246. package/dist/commonjs/api/tokens/index.js +35 -0
  247. package/dist/commonjs/api/tokens/index.js.map +7 -0
  248. package/dist/commonjs/api/tokens/operations.d.ts +32 -0
  249. package/dist/commonjs/api/tokens/operations.js +250 -0
  250. package/dist/commonjs/api/tokens/operations.js.map +7 -0
  251. package/dist/commonjs/api/tokens/options.d.ts +23 -0
  252. package/dist/commonjs/api/tokens/options.js +15 -0
  253. package/dist/commonjs/api/tokens/options.js.map +7 -0
  254. package/dist/commonjs/api/webhooks/index.d.ts +3 -0
  255. package/dist/commonjs/api/webhooks/index.js +41 -0
  256. package/dist/commonjs/api/webhooks/index.js.map +7 -0
  257. package/dist/commonjs/api/webhooks/operations.d.ts +44 -0
  258. package/dist/commonjs/api/webhooks/operations.js +375 -0
  259. package/dist/commonjs/api/webhooks/operations.js.map +7 -0
  260. package/dist/commonjs/api/webhooks/options.d.ts +32 -0
  261. package/dist/commonjs/api/webhooks/options.js +15 -0
  262. package/dist/commonjs/api/webhooks/options.js.map +7 -0
  263. package/dist/commonjs/classic/cacheRules/index.d.ts +38 -0
  264. package/dist/commonjs/classic/cacheRules/index.js +108 -0
  265. package/dist/commonjs/classic/cacheRules/index.js.map +7 -0
  266. package/dist/commonjs/classic/connectedRegistries/index.d.ts +44 -0
  267. package/dist/commonjs/classic/connectedRegistries/index.js +141 -0
  268. package/dist/commonjs/classic/connectedRegistries/index.js.map +7 -0
  269. package/dist/commonjs/classic/credentialSets/index.d.ts +38 -0
  270. package/dist/commonjs/classic/credentialSets/index.js +108 -0
  271. package/dist/commonjs/classic/credentialSets/index.js.map +7 -0
  272. package/dist/commonjs/classic/index.d.ts +11 -0
  273. package/dist/commonjs/classic/index.js +15 -0
  274. package/dist/commonjs/classic/index.js.map +7 -0
  275. package/dist/commonjs/classic/operations/index.d.ts +11 -0
  276. package/dist/commonjs/classic/operations/index.js +37 -0
  277. package/dist/commonjs/classic/operations/index.js.map +7 -0
  278. package/dist/commonjs/classic/privateEndpointConnections/index.d.ts +32 -0
  279. package/dist/commonjs/classic/privateEndpointConnections/index.js +90 -0
  280. package/dist/commonjs/classic/privateEndpointConnections/index.js.map +7 -0
  281. package/dist/commonjs/classic/registries/index.d.ts +64 -0
  282. package/dist/commonjs/classic/registries/index.js +127 -0
  283. package/dist/commonjs/classic/registries/index.js.map +7 -0
  284. package/dist/commonjs/classic/replications/index.d.ts +38 -0
  285. package/dist/commonjs/classic/replications/index.js +101 -0
  286. package/dist/commonjs/classic/replications/index.js.map +7 -0
  287. package/dist/commonjs/classic/scopeMaps/index.d.ts +38 -0
  288. package/dist/commonjs/classic/scopeMaps/index.js +108 -0
  289. package/dist/commonjs/classic/scopeMaps/index.js.map +7 -0
  290. package/dist/commonjs/classic/tokens/index.d.ts +38 -0
  291. package/dist/commonjs/classic/tokens/index.js +94 -0
  292. package/dist/commonjs/classic/tokens/index.js.map +7 -0
  293. package/dist/commonjs/classic/webhooks/index.d.ts +44 -0
  294. package/dist/commonjs/classic/webhooks/index.js +111 -0
  295. package/dist/commonjs/classic/webhooks/index.js.map +7 -0
  296. package/dist/commonjs/containerRegistryManagementClient.d.ts +40 -28
  297. package/dist/commonjs/containerRegistryManagementClient.js +87 -102
  298. package/dist/commonjs/containerRegistryManagementClient.js.map +7 -1
  299. package/dist/commonjs/index.d.ts +19 -3
  300. package/dist/commonjs/index.js +102 -16
  301. package/dist/commonjs/index.js.map +7 -1
  302. package/dist/commonjs/logger.d.ts +2 -0
  303. package/dist/commonjs/logger.js +28 -0
  304. package/dist/commonjs/logger.js.map +7 -0
  305. package/dist/commonjs/models/index.d.ts +1 -3710
  306. package/dist/commonjs/models/index.js +93 -474
  307. package/dist/commonjs/models/index.js.map +7 -1
  308. package/dist/commonjs/models/models.d.ts +2103 -0
  309. package/dist/commonjs/models/models.js +2342 -0
  310. package/dist/commonjs/models/models.js.map +7 -0
  311. package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
  312. package/dist/commonjs/restorePollerHelpers.js +154 -0
  313. package/dist/commonjs/restorePollerHelpers.js.map +7 -0
  314. package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
  315. package/dist/commonjs/static-helpers/cloudSettingHelpers.js +51 -0
  316. package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
  317. package/dist/commonjs/static-helpers/pagingHelpers.d.ts +73 -0
  318. package/dist/commonjs/static-helpers/pagingHelpers.js +128 -0
  319. package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
  320. package/dist/commonjs/static-helpers/pollingHelpers.d.ts +30 -0
  321. package/dist/commonjs/static-helpers/pollingHelpers.js +92 -0
  322. package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
  323. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  324. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js +34 -0
  325. package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  326. package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
  327. package/dist/commonjs/static-helpers/simplePollerHelpers.js +66 -0
  328. package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
  329. package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
  330. package/dist/commonjs/static-helpers/urlTemplate.js +196 -0
  331. package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
  332. package/dist/commonjs/tsdoc-metadata.json +1 -1
  333. package/dist/esm/api/cacheRules/index.d.ts +3 -0
  334. package/dist/esm/api/cacheRules/index.js +8 -0
  335. package/dist/esm/api/cacheRules/index.js.map +7 -0
  336. package/dist/esm/api/cacheRules/operations.d.ts +32 -0
  337. package/dist/esm/api/cacheRules/operations.js +219 -0
  338. package/dist/esm/api/cacheRules/operations.js.map +7 -0
  339. package/dist/esm/api/cacheRules/options.d.ts +23 -0
  340. package/dist/esm/api/cacheRules/options.js +0 -0
  341. package/dist/esm/api/cacheRules/options.js.map +7 -0
  342. package/dist/esm/api/connectedRegistries/index.d.ts +3 -0
  343. package/dist/esm/api/connectedRegistries/index.js +9 -0
  344. package/dist/esm/api/connectedRegistries/index.js.map +7 -0
  345. package/dist/esm/api/connectedRegistries/operations.d.ts +36 -0
  346. package/dist/esm/api/connectedRegistries/operations.js +262 -0
  347. package/dist/esm/api/connectedRegistries/operations.js.map +7 -0
  348. package/dist/esm/api/connectedRegistries/options.d.ts +30 -0
  349. package/dist/esm/api/connectedRegistries/options.js +0 -0
  350. package/dist/esm/api/connectedRegistries/options.js.map +7 -0
  351. package/dist/esm/api/containerRegistryManagementContext.d.ts +22 -0
  352. package/dist/esm/api/containerRegistryManagementContext.js +32 -0
  353. package/dist/esm/api/containerRegistryManagementContext.js.map +7 -0
  354. package/dist/esm/api/credentialSets/index.d.ts +3 -0
  355. package/dist/esm/api/credentialSets/index.js +8 -0
  356. package/dist/esm/api/credentialSets/index.js.map +7 -0
  357. package/dist/esm/api/credentialSets/operations.d.ts +32 -0
  358. package/dist/esm/api/credentialSets/operations.js +225 -0
  359. package/dist/esm/api/credentialSets/operations.js.map +7 -0
  360. package/dist/esm/api/credentialSets/options.d.ts +23 -0
  361. package/dist/esm/api/credentialSets/options.js +0 -0
  362. package/dist/esm/api/credentialSets/options.js.map +7 -0
  363. package/dist/esm/api/index.d.ts +2 -0
  364. package/dist/esm/api/index.js +6 -0
  365. package/dist/esm/api/index.js.map +7 -0
  366. package/dist/esm/api/operations/index.d.ts +3 -0
  367. package/dist/esm/api/operations/index.js +4 -0
  368. package/dist/esm/api/operations/index.js.map +7 -0
  369. package/dist/esm/api/operations/operations.d.ts +10 -0
  370. package/dist/esm/api/operations/operations.js +45 -0
  371. package/dist/esm/api/operations/operations.js.map +7 -0
  372. package/dist/esm/api/operations/options.d.ts +5 -0
  373. package/dist/esm/api/operations/options.js +0 -0
  374. package/dist/esm/api/operations/options.js.map +7 -0
  375. package/dist/esm/api/privateEndpointConnections/index.d.ts +3 -0
  376. package/dist/esm/api/privateEndpointConnections/index.js +7 -0
  377. package/dist/esm/api/privateEndpointConnections/index.js.map +7 -0
  378. package/dist/esm/api/privateEndpointConnections/operations.d.ts +28 -0
  379. package/dist/esm/api/privateEndpointConnections/operations.js +182 -0
  380. package/dist/esm/api/privateEndpointConnections/operations.js.map +7 -0
  381. package/dist/esm/api/privateEndpointConnections/options.d.ts +18 -0
  382. package/dist/esm/api/privateEndpointConnections/options.js +0 -0
  383. package/dist/esm/api/privateEndpointConnections/options.js.map +7 -0
  384. package/dist/esm/api/registries/index.d.ts +3 -0
  385. package/dist/esm/api/registries/index.js +32 -0
  386. package/dist/esm/api/registries/index.js.map +7 -0
  387. package/dist/esm/api/registries/operations.d.ts +68 -0
  388. package/dist/esm/api/registries/operations.js +556 -0
  389. package/dist/esm/api/registries/operations.js.map +7 -0
  390. package/dist/esm/api/registries/options.d.ts +54 -0
  391. package/dist/esm/api/registries/options.js +0 -0
  392. package/dist/esm/api/registries/options.js.map +7 -0
  393. package/dist/esm/api/replications/index.d.ts +3 -0
  394. package/dist/esm/api/replications/index.js +8 -0
  395. package/dist/esm/api/replications/index.js.map +7 -0
  396. package/dist/esm/api/replications/operations.d.ts +32 -0
  397. package/dist/esm/api/replications/operations.js +212 -0
  398. package/dist/esm/api/replications/operations.js.map +7 -0
  399. package/dist/esm/api/replications/options.d.ts +23 -0
  400. package/dist/esm/api/replications/options.js +0 -0
  401. package/dist/esm/api/replications/options.js.map +7 -0
  402. package/dist/esm/api/scopeMaps/index.d.ts +3 -0
  403. package/dist/esm/api/scopeMaps/index.js +8 -0
  404. package/dist/esm/api/scopeMaps/index.js.map +7 -0
  405. package/dist/esm/api/scopeMaps/operations.d.ts +32 -0
  406. package/dist/esm/api/scopeMaps/operations.js +219 -0
  407. package/dist/esm/api/scopeMaps/operations.js.map +7 -0
  408. package/dist/esm/api/scopeMaps/options.d.ts +23 -0
  409. package/dist/esm/api/scopeMaps/options.js +0 -0
  410. package/dist/esm/api/scopeMaps/options.js.map +7 -0
  411. package/dist/esm/api/tokens/index.d.ts +3 -0
  412. package/dist/esm/api/tokens/index.js +8 -0
  413. package/dist/esm/api/tokens/index.js.map +7 -0
  414. package/dist/esm/api/tokens/operations.d.ts +32 -0
  415. package/dist/esm/api/tokens/operations.js +219 -0
  416. package/dist/esm/api/tokens/operations.js.map +7 -0
  417. package/dist/esm/api/tokens/options.d.ts +23 -0
  418. package/dist/esm/api/tokens/options.js +0 -0
  419. package/dist/esm/api/tokens/options.js.map +7 -0
  420. package/dist/esm/api/webhooks/index.d.ts +3 -0
  421. package/dist/esm/api/webhooks/index.js +20 -0
  422. package/dist/esm/api/webhooks/index.js.map +7 -0
  423. package/dist/esm/api/webhooks/operations.d.ts +44 -0
  424. package/dist/esm/api/webhooks/operations.js +338 -0
  425. package/dist/esm/api/webhooks/operations.js.map +7 -0
  426. package/dist/esm/api/webhooks/options.d.ts +32 -0
  427. package/dist/esm/api/webhooks/options.js +0 -0
  428. package/dist/esm/api/webhooks/options.js.map +7 -0
  429. package/dist/esm/classic/cacheRules/index.d.ts +38 -0
  430. package/dist/esm/classic/cacheRules/index.js +85 -0
  431. package/dist/esm/classic/cacheRules/index.js.map +7 -0
  432. package/dist/esm/classic/connectedRegistries/index.d.ts +44 -0
  433. package/dist/esm/classic/connectedRegistries/index.js +125 -0
  434. package/dist/esm/classic/connectedRegistries/index.js.map +7 -0
  435. package/dist/esm/classic/credentialSets/index.d.ts +38 -0
  436. package/dist/esm/classic/credentialSets/index.js +85 -0
  437. package/dist/esm/classic/credentialSets/index.js.map +7 -0
  438. package/dist/esm/classic/index.d.ts +11 -0
  439. package/dist/esm/classic/index.js +0 -0
  440. package/dist/esm/classic/index.js.map +7 -0
  441. package/dist/esm/classic/operations/index.d.ts +11 -0
  442. package/dist/esm/classic/operations/index.js +14 -0
  443. package/dist/esm/classic/operations/index.js.map +7 -0
  444. package/dist/esm/classic/privateEndpointConnections/index.d.ts +32 -0
  445. package/dist/esm/classic/privateEndpointConnections/index.js +72 -0
  446. package/dist/esm/classic/privateEndpointConnections/index.js.map +7 -0
  447. package/dist/esm/classic/registries/index.d.ts +64 -0
  448. package/dist/esm/classic/registries/index.js +119 -0
  449. package/dist/esm/classic/registries/index.js.map +7 -0
  450. package/dist/esm/classic/replications/index.d.ts +38 -0
  451. package/dist/esm/classic/replications/index.js +78 -0
  452. package/dist/esm/classic/replications/index.js.map +7 -0
  453. package/dist/esm/classic/scopeMaps/index.d.ts +38 -0
  454. package/dist/esm/classic/scopeMaps/index.js +85 -0
  455. package/dist/esm/classic/scopeMaps/index.js.map +7 -0
  456. package/dist/esm/classic/tokens/index.d.ts +38 -0
  457. package/dist/esm/classic/tokens/index.js +71 -0
  458. package/dist/esm/classic/tokens/index.js.map +7 -0
  459. package/dist/esm/classic/webhooks/index.d.ts +44 -0
  460. package/dist/esm/classic/webhooks/index.js +97 -0
  461. package/dist/esm/classic/webhooks/index.js.map +7 -0
  462. package/dist/esm/containerRegistryManagementClient.d.ts +40 -28
  463. package/dist/esm/containerRegistryManagementClient.js +64 -97
  464. package/dist/esm/containerRegistryManagementClient.js.map +7 -1
  465. package/dist/esm/index.d.ts +19 -3
  466. package/dist/esm/index.js +78 -10
  467. package/dist/esm/index.js.map +7 -1
  468. package/dist/esm/logger.d.ts +2 -0
  469. package/dist/esm/logger.js +5 -0
  470. package/dist/esm/logger.js.map +7 -0
  471. package/dist/esm/models/index.d.ts +1 -3710
  472. package/dist/esm/models/index.js +72 -471
  473. package/dist/esm/models/index.js.map +7 -1
  474. package/dist/esm/models/models.d.ts +2103 -0
  475. package/dist/esm/models/models.js +2063 -0
  476. package/dist/esm/models/models.js.map +7 -0
  477. package/dist/esm/restorePollerHelpers.d.ts +21 -0
  478. package/dist/esm/restorePollerHelpers.js +169 -0
  479. package/dist/esm/restorePollerHelpers.js.map +7 -0
  480. package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
  481. package/dist/esm/static-helpers/cloudSettingHelpers.js +27 -0
  482. package/dist/esm/static-helpers/cloudSettingHelpers.js.map +7 -0
  483. package/dist/esm/static-helpers/pagingHelpers.d.ts +73 -0
  484. package/dist/esm/static-helpers/pagingHelpers.js +105 -0
  485. package/dist/esm/static-helpers/pagingHelpers.js.map +7 -0
  486. package/dist/esm/static-helpers/pollingHelpers.d.ts +30 -0
  487. package/dist/esm/static-helpers/pollingHelpers.js +69 -0
  488. package/dist/esm/static-helpers/pollingHelpers.js.map +7 -0
  489. package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  490. package/dist/esm/static-helpers/serialization/check-prop-undefined.js +11 -0
  491. package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +7 -0
  492. package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
  493. package/dist/esm/static-helpers/simplePollerHelpers.js +43 -0
  494. package/dist/esm/static-helpers/simplePollerHelpers.js.map +7 -0
  495. package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
  496. package/dist/esm/static-helpers/urlTemplate.js +173 -0
  497. package/dist/esm/static-helpers/urlTemplate.js.map +7 -0
  498. package/dist/react-native/api/cacheRules/index.d.ts +3 -0
  499. package/dist/react-native/api/cacheRules/index.js +4 -0
  500. package/dist/react-native/api/cacheRules/index.js.map +1 -0
  501. package/dist/react-native/api/cacheRules/operations.d.ts +32 -0
  502. package/dist/react-native/api/cacheRules/operations.js +169 -0
  503. package/dist/react-native/api/cacheRules/operations.js.map +1 -0
  504. package/dist/react-native/api/cacheRules/options.d.ts +23 -0
  505. package/dist/react-native/api/cacheRules/options.js +4 -0
  506. package/dist/react-native/api/cacheRules/options.js.map +1 -0
  507. package/dist/react-native/api/connectedRegistries/index.d.ts +3 -0
  508. package/dist/react-native/api/connectedRegistries/index.js +4 -0
  509. package/dist/react-native/api/connectedRegistries/index.js.map +1 -0
  510. package/dist/react-native/api/connectedRegistries/operations.d.ts +36 -0
  511. package/dist/react-native/api/connectedRegistries/operations.js +200 -0
  512. package/dist/react-native/api/connectedRegistries/operations.js.map +1 -0
  513. package/dist/react-native/api/connectedRegistries/options.d.ts +30 -0
  514. package/dist/react-native/api/connectedRegistries/options.js +4 -0
  515. package/dist/react-native/api/connectedRegistries/options.js.map +1 -0
  516. package/dist/react-native/api/containerRegistryManagementContext.d.ts +22 -0
  517. package/dist/react-native/api/containerRegistryManagementContext.js +37 -0
  518. package/dist/react-native/api/containerRegistryManagementContext.js.map +1 -0
  519. package/dist/react-native/api/credentialSets/index.d.ts +3 -0
  520. package/dist/react-native/api/credentialSets/index.js +4 -0
  521. package/dist/react-native/api/credentialSets/index.js.map +1 -0
  522. package/dist/react-native/api/credentialSets/operations.d.ts +32 -0
  523. package/dist/react-native/api/credentialSets/operations.js +169 -0
  524. package/dist/react-native/api/credentialSets/operations.js.map +1 -0
  525. package/dist/react-native/api/credentialSets/options.d.ts +23 -0
  526. package/dist/react-native/api/credentialSets/options.js +4 -0
  527. package/dist/react-native/api/credentialSets/options.js.map +1 -0
  528. package/dist/react-native/api/index.d.ts +2 -0
  529. package/dist/react-native/api/index.js +4 -0
  530. package/dist/react-native/api/index.js.map +1 -0
  531. package/dist/react-native/api/operations/index.d.ts +3 -0
  532. package/dist/react-native/api/operations/index.js +4 -0
  533. package/dist/react-native/api/operations/index.js.map +1 -0
  534. package/dist/react-native/api/operations/operations.d.ts +10 -0
  535. package/dist/react-native/api/operations/operations.js +31 -0
  536. package/dist/react-native/api/operations/operations.js.map +1 -0
  537. package/dist/react-native/api/operations/options.d.ts +5 -0
  538. package/dist/react-native/api/operations/options.js +4 -0
  539. package/dist/react-native/api/operations/options.js.map +1 -0
  540. package/dist/react-native/api/privateEndpointConnections/index.d.ts +3 -0
  541. package/dist/react-native/api/privateEndpointConnections/index.js +4 -0
  542. package/dist/react-native/api/privateEndpointConnections/index.js.map +1 -0
  543. package/dist/react-native/api/privateEndpointConnections/operations.d.ts +28 -0
  544. package/dist/react-native/api/privateEndpointConnections/operations.js +134 -0
  545. package/dist/react-native/api/privateEndpointConnections/operations.js.map +1 -0
  546. package/dist/react-native/api/privateEndpointConnections/options.d.ts +18 -0
  547. package/dist/react-native/api/privateEndpointConnections/options.js +4 -0
  548. package/dist/react-native/api/privateEndpointConnections/options.js.map +1 -0
  549. package/dist/react-native/api/registries/index.d.ts +3 -0
  550. package/dist/react-native/api/registries/index.js +4 -0
  551. package/dist/react-native/api/registries/index.js.map +1 -0
  552. package/dist/react-native/api/registries/operations.d.ts +68 -0
  553. package/dist/react-native/api/registries/operations.js +426 -0
  554. package/dist/react-native/api/registries/operations.js.map +1 -0
  555. package/dist/react-native/api/registries/options.d.ts +54 -0
  556. package/dist/react-native/api/registries/options.js +4 -0
  557. package/dist/react-native/api/registries/options.js.map +1 -0
  558. package/dist/react-native/api/replications/index.d.ts +3 -0
  559. package/dist/react-native/api/replications/index.js +4 -0
  560. package/dist/react-native/api/replications/index.js.map +1 -0
  561. package/dist/react-native/api/replications/operations.d.ts +32 -0
  562. package/dist/react-native/api/replications/operations.js +169 -0
  563. package/dist/react-native/api/replications/operations.js.map +1 -0
  564. package/dist/react-native/api/replications/options.d.ts +23 -0
  565. package/dist/react-native/api/replications/options.js +4 -0
  566. package/dist/react-native/api/replications/options.js.map +1 -0
  567. package/dist/react-native/api/scopeMaps/index.d.ts +3 -0
  568. package/dist/react-native/api/scopeMaps/index.js +4 -0
  569. package/dist/react-native/api/scopeMaps/index.js.map +1 -0
  570. package/dist/react-native/api/scopeMaps/operations.d.ts +32 -0
  571. package/dist/react-native/api/scopeMaps/operations.js +169 -0
  572. package/dist/react-native/api/scopeMaps/operations.js.map +1 -0
  573. package/dist/react-native/api/scopeMaps/options.d.ts +23 -0
  574. package/dist/react-native/api/scopeMaps/options.js +4 -0
  575. package/dist/react-native/api/scopeMaps/options.js.map +1 -0
  576. package/dist/react-native/api/tokens/index.d.ts +3 -0
  577. package/dist/react-native/api/tokens/index.js +4 -0
  578. package/dist/react-native/api/tokens/index.js.map +1 -0
  579. package/dist/react-native/api/tokens/operations.d.ts +32 -0
  580. package/dist/react-native/api/tokens/operations.js +169 -0
  581. package/dist/react-native/api/tokens/operations.js.map +1 -0
  582. package/dist/react-native/api/tokens/options.d.ts +23 -0
  583. package/dist/react-native/api/tokens/options.js +4 -0
  584. package/dist/react-native/api/tokens/options.js.map +1 -0
  585. package/dist/react-native/api/webhooks/index.d.ts +3 -0
  586. package/dist/react-native/api/webhooks/index.js +4 -0
  587. package/dist/react-native/api/webhooks/index.js.map +1 -0
  588. package/dist/react-native/api/webhooks/operations.d.ts +44 -0
  589. package/dist/react-native/api/webhooks/operations.js +255 -0
  590. package/dist/react-native/api/webhooks/operations.js.map +1 -0
  591. package/dist/react-native/api/webhooks/options.d.ts +32 -0
  592. package/dist/react-native/api/webhooks/options.js +4 -0
  593. package/dist/react-native/api/webhooks/options.js.map +1 -0
  594. package/dist/react-native/classic/cacheRules/index.d.ts +38 -0
  595. package/dist/react-native/classic/cacheRules/index.js +43 -0
  596. package/dist/react-native/classic/cacheRules/index.js.map +1 -0
  597. package/dist/react-native/classic/connectedRegistries/index.d.ts +44 -0
  598. package/dist/react-native/classic/connectedRegistries/index.js +52 -0
  599. package/dist/react-native/classic/connectedRegistries/index.js.map +1 -0
  600. package/dist/react-native/classic/credentialSets/index.d.ts +38 -0
  601. package/dist/react-native/classic/credentialSets/index.js +43 -0
  602. package/dist/react-native/classic/credentialSets/index.js.map +1 -0
  603. package/dist/react-native/classic/index.d.ts +11 -0
  604. package/dist/react-native/classic/index.js +4 -0
  605. package/dist/react-native/classic/index.js.map +1 -0
  606. package/dist/react-native/classic/operations/index.d.ts +11 -0
  607. package/dist/react-native/classic/operations/index.js +14 -0
  608. package/dist/react-native/classic/operations/index.js.map +1 -0
  609. package/dist/react-native/classic/privateEndpointConnections/index.d.ts +32 -0
  610. package/dist/react-native/classic/privateEndpointConnections/index.js +34 -0
  611. package/dist/react-native/classic/privateEndpointConnections/index.js.map +1 -0
  612. package/dist/react-native/classic/registries/index.d.ts +64 -0
  613. package/dist/react-native/classic/registries/index.js +68 -0
  614. package/dist/react-native/classic/registries/index.js.map +1 -0
  615. package/dist/react-native/classic/replications/index.d.ts +38 -0
  616. package/dist/react-native/classic/replications/index.js +43 -0
  617. package/dist/react-native/classic/replications/index.js.map +1 -0
  618. package/dist/react-native/classic/scopeMaps/index.d.ts +38 -0
  619. package/dist/react-native/classic/scopeMaps/index.js +43 -0
  620. package/dist/react-native/classic/scopeMaps/index.js.map +1 -0
  621. package/dist/react-native/classic/tokens/index.d.ts +38 -0
  622. package/dist/react-native/classic/tokens/index.js +43 -0
  623. package/dist/react-native/classic/tokens/index.js.map +1 -0
  624. package/dist/react-native/classic/webhooks/index.d.ts +44 -0
  625. package/dist/react-native/classic/webhooks/index.js +46 -0
  626. package/dist/react-native/classic/webhooks/index.js.map +1 -0
  627. package/dist/react-native/containerRegistryManagementClient.d.ts +40 -28
  628. package/dist/react-native/containerRegistryManagementClient.js +59 -89
  629. package/dist/react-native/containerRegistryManagementClient.js.map +1 -1
  630. package/dist/react-native/index.d.ts +19 -3
  631. package/dist/react-native/index.js +4 -6
  632. package/dist/react-native/index.js.map +1 -1
  633. package/dist/react-native/logger.d.ts +2 -0
  634. package/dist/react-native/logger.js +5 -0
  635. package/dist/react-native/logger.js.map +1 -0
  636. package/dist/react-native/models/index.d.ts +1 -3710
  637. package/dist/react-native/models/index.js +1 -468
  638. package/dist/react-native/models/index.js.map +1 -1
  639. package/dist/react-native/models/models.d.ts +2103 -0
  640. package/dist/react-native/models/models.js +2250 -0
  641. package/dist/react-native/models/models.js.map +1 -0
  642. package/dist/react-native/restorePollerHelpers.d.ts +21 -0
  643. package/dist/react-native/restorePollerHelpers.js +142 -0
  644. package/dist/react-native/restorePollerHelpers.js.map +1 -0
  645. package/dist/react-native/static-helpers/cloudSettingHelpers.d.ts +22 -0
  646. package/dist/react-native/static-helpers/cloudSettingHelpers.js +38 -0
  647. package/dist/react-native/static-helpers/cloudSettingHelpers.js.map +1 -0
  648. package/dist/react-native/static-helpers/pagingHelpers.d.ts +73 -0
  649. package/dist/react-native/static-helpers/pagingHelpers.js +121 -0
  650. package/dist/react-native/static-helpers/pagingHelpers.js.map +1 -0
  651. package/dist/react-native/static-helpers/pollingHelpers.d.ts +30 -0
  652. package/dist/react-native/static-helpers/pollingHelpers.js +79 -0
  653. package/dist/react-native/static-helpers/pollingHelpers.js.map +1 -0
  654. package/dist/react-native/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
  655. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js +17 -0
  656. package/dist/react-native/static-helpers/serialization/check-prop-undefined.js.map +1 -0
  657. package/dist/react-native/static-helpers/simplePollerHelpers.d.ts +73 -0
  658. package/dist/react-native/static-helpers/simplePollerHelpers.js +44 -0
  659. package/dist/react-native/static-helpers/simplePollerHelpers.js.map +1 -0
  660. package/dist/react-native/static-helpers/urlTemplate.d.ts +5 -0
  661. package/dist/react-native/static-helpers/urlTemplate.js +200 -0
  662. package/dist/react-native/static-helpers/urlTemplate.js.map +1 -0
  663. package/package.json +279 -75
  664. package/dist/browser/containerRegistryManagementClient.d.ts.map +0 -1
  665. package/dist/browser/index.d.ts.map +0 -1
  666. package/dist/browser/lroImpl.d.ts +0 -11
  667. package/dist/browser/lroImpl.d.ts.map +0 -1
  668. package/dist/browser/lroImpl.js +0 -20
  669. package/dist/browser/lroImpl.js.map +0 -1
  670. package/dist/browser/models/index.d.ts.map +0 -1
  671. package/dist/browser/models/mappers.d.ts +0 -202
  672. package/dist/browser/models/mappers.d.ts.map +0 -1
  673. package/dist/browser/models/mappers.js +0 -6034
  674. package/dist/browser/models/mappers.js.map +0 -1
  675. package/dist/browser/models/parameters.d.ts +0 -55
  676. package/dist/browser/models/parameters.d.ts.map +0 -1
  677. package/dist/browser/models/parameters.js +0 -423
  678. package/dist/browser/models/parameters.js.map +0 -1
  679. package/dist/browser/operations/agentPools.d.ts +0 -107
  680. package/dist/browser/operations/agentPools.d.ts.map +0 -1
  681. package/dist/browser/operations/agentPools.js +0 -484
  682. package/dist/browser/operations/agentPools.js.map +0 -1
  683. package/dist/browser/operations/cacheRules.d.ts +0 -99
  684. package/dist/browser/operations/cacheRules.d.ts.map +0 -1
  685. package/dist/browser/operations/cacheRules.js +0 -452
  686. package/dist/browser/operations/cacheRules.js.map +0 -1
  687. package/dist/browser/operations/connectedRegistries.d.ts +0 -115
  688. package/dist/browser/operations/connectedRegistries.d.ts.map +0 -1
  689. package/dist/browser/operations/connectedRegistries.js +0 -526
  690. package/dist/browser/operations/connectedRegistries.js.map +0 -1
  691. package/dist/browser/operations/credentialSets.d.ts +0 -99
  692. package/dist/browser/operations/credentialSets.d.ts.map +0 -1
  693. package/dist/browser/operations/credentialSets.js +0 -452
  694. package/dist/browser/operations/credentialSets.js.map +0 -1
  695. package/dist/browser/operations/index.d.ts +0 -15
  696. package/dist/browser/operations/index.d.ts.map +0 -1
  697. package/dist/browser/operations/index.js +0 -19
  698. package/dist/browser/operations/index.js.map +0 -1
  699. package/dist/browser/operations/operations.d.ts +0 -32
  700. package/dist/browser/operations/operations.d.ts.map +0 -1
  701. package/dist/browser/operations/operations.js +0 -111
  702. package/dist/browser/operations/operations.js.map +0 -1
  703. package/dist/browser/operations/privateEndpointConnections.d.ts +0 -81
  704. package/dist/browser/operations/privateEndpointConnections.d.ts.map +0 -1
  705. package/dist/browser/operations/privateEndpointConnections.js +0 -354
  706. package/dist/browser/operations/privateEndpointConnections.js.map +0 -1
  707. package/dist/browser/operations/registries.d.ts +0 -217
  708. package/dist/browser/operations/registries.d.ts.map +0 -1
  709. package/dist/browser/operations/registries.js +0 -1015
  710. package/dist/browser/operations/registries.js.map +0 -1
  711. package/dist/browser/operations/replications.d.ts +0 -99
  712. package/dist/browser/operations/replications.d.ts.map +0 -1
  713. package/dist/browser/operations/replications.js +0 -444
  714. package/dist/browser/operations/replications.js.map +0 -1
  715. package/dist/browser/operations/runs.d.ts +0 -71
  716. package/dist/browser/operations/runs.d.ts.map +0 -1
  717. package/dist/browser/operations/runs.js +0 -257
  718. package/dist/browser/operations/runs.js.map +0 -1
  719. package/dist/browser/operations/scopeMaps.d.ts +0 -99
  720. package/dist/browser/operations/scopeMaps.d.ts.map +0 -1
  721. package/dist/browser/operations/scopeMaps.js +0 -444
  722. package/dist/browser/operations/scopeMaps.js.map +0 -1
  723. package/dist/browser/operations/taskRuns.d.ts +0 -99
  724. package/dist/browser/operations/taskRuns.d.ts.map +0 -1
  725. package/dist/browser/operations/taskRuns.js +0 -419
  726. package/dist/browser/operations/taskRuns.js.map +0 -1
  727. package/dist/browser/operations/tasks.d.ts +0 -80
  728. package/dist/browser/operations/tasks.d.ts.map +0 -1
  729. package/dist/browser/operations/tasks.js +0 -308
  730. package/dist/browser/operations/tasks.js.map +0 -1
  731. package/dist/browser/operations/tokens.d.ts +0 -99
  732. package/dist/browser/operations/tokens.d.ts.map +0 -1
  733. package/dist/browser/operations/tokens.js +0 -444
  734. package/dist/browser/operations/tokens.js.map +0 -1
  735. package/dist/browser/operations/webhooks.d.ts +0 -142
  736. package/dist/browser/operations/webhooks.d.ts.map +0 -1
  737. package/dist/browser/operations/webhooks.js +0 -620
  738. package/dist/browser/operations/webhooks.js.map +0 -1
  739. package/dist/browser/operationsInterfaces/agentPools.d.ts +0 -82
  740. package/dist/browser/operationsInterfaces/agentPools.d.ts.map +0 -1
  741. package/dist/browser/operationsInterfaces/agentPools.js +0 -4
  742. package/dist/browser/operationsInterfaces/agentPools.js.map +0 -1
  743. package/dist/browser/operationsInterfaces/cacheRules.d.ts +0 -74
  744. package/dist/browser/operationsInterfaces/cacheRules.d.ts.map +0 -1
  745. package/dist/browser/operationsInterfaces/cacheRules.js +0 -4
  746. package/dist/browser/operationsInterfaces/cacheRules.js.map +0 -1
  747. package/dist/browser/operationsInterfaces/connectedRegistries.d.ts +0 -90
  748. package/dist/browser/operationsInterfaces/connectedRegistries.d.ts.map +0 -1
  749. package/dist/browser/operationsInterfaces/connectedRegistries.js +0 -4
  750. package/dist/browser/operationsInterfaces/connectedRegistries.js.map +0 -1
  751. package/dist/browser/operationsInterfaces/credentialSets.d.ts +0 -74
  752. package/dist/browser/operationsInterfaces/credentialSets.d.ts.map +0 -1
  753. package/dist/browser/operationsInterfaces/credentialSets.js +0 -4
  754. package/dist/browser/operationsInterfaces/credentialSets.js.map +0 -1
  755. package/dist/browser/operationsInterfaces/index.d.ts +0 -15
  756. package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
  757. package/dist/browser/operationsInterfaces/index.js +0 -19
  758. package/dist/browser/operationsInterfaces/index.js.map +0 -1
  759. package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
  760. package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
  761. package/dist/browser/operationsInterfaces/operations.js +0 -4
  762. package/dist/browser/operationsInterfaces/operations.js.map +0 -1
  763. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  764. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  765. package/dist/browser/operationsInterfaces/privateEndpointConnections.js +0 -4
  766. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  767. package/dist/browser/operationsInterfaces/registries.d.ts +0 -163
  768. package/dist/browser/operationsInterfaces/registries.d.ts.map +0 -1
  769. package/dist/browser/operationsInterfaces/registries.js +0 -4
  770. package/dist/browser/operationsInterfaces/registries.js.map +0 -1
  771. package/dist/browser/operationsInterfaces/replications.d.ts +0 -74
  772. package/dist/browser/operationsInterfaces/replications.d.ts.map +0 -1
  773. package/dist/browser/operationsInterfaces/replications.js +0 -4
  774. package/dist/browser/operationsInterfaces/replications.js.map +0 -1
  775. package/dist/browser/operationsInterfaces/runs.d.ts +0 -46
  776. package/dist/browser/operationsInterfaces/runs.d.ts.map +0 -1
  777. package/dist/browser/operationsInterfaces/runs.js +0 -4
  778. package/dist/browser/operationsInterfaces/runs.js.map +0 -1
  779. package/dist/browser/operationsInterfaces/scopeMaps.d.ts +0 -74
  780. package/dist/browser/operationsInterfaces/scopeMaps.d.ts.map +0 -1
  781. package/dist/browser/operationsInterfaces/scopeMaps.js +0 -4
  782. package/dist/browser/operationsInterfaces/scopeMaps.js.map +0 -1
  783. package/dist/browser/operationsInterfaces/taskRuns.d.ts +0 -74
  784. package/dist/browser/operationsInterfaces/taskRuns.d.ts.map +0 -1
  785. package/dist/browser/operationsInterfaces/taskRuns.js +0 -4
  786. package/dist/browser/operationsInterfaces/taskRuns.js.map +0 -1
  787. package/dist/browser/operationsInterfaces/tasks.d.ts +0 -55
  788. package/dist/browser/operationsInterfaces/tasks.d.ts.map +0 -1
  789. package/dist/browser/operationsInterfaces/tasks.js +0 -4
  790. package/dist/browser/operationsInterfaces/tasks.js.map +0 -1
  791. package/dist/browser/operationsInterfaces/tokens.d.ts +0 -74
  792. package/dist/browser/operationsInterfaces/tokens.d.ts.map +0 -1
  793. package/dist/browser/operationsInterfaces/tokens.js +0 -4
  794. package/dist/browser/operationsInterfaces/tokens.js.map +0 -1
  795. package/dist/browser/operationsInterfaces/webhooks.d.ts +0 -98
  796. package/dist/browser/operationsInterfaces/webhooks.d.ts.map +0 -1
  797. package/dist/browser/operationsInterfaces/webhooks.js +0 -4
  798. package/dist/browser/operationsInterfaces/webhooks.js.map +0 -1
  799. package/dist/browser/pagingHelper.d.ts +0 -13
  800. package/dist/browser/pagingHelper.d.ts.map +0 -1
  801. package/dist/browser/pagingHelper.js +0 -25
  802. package/dist/browser/pagingHelper.js.map +0 -1
  803. package/dist/commonjs/containerRegistryManagementClient.d.ts.map +0 -1
  804. package/dist/commonjs/index.d.ts.map +0 -1
  805. package/dist/commonjs/lroImpl.d.ts +0 -11
  806. package/dist/commonjs/lroImpl.d.ts.map +0 -1
  807. package/dist/commonjs/lroImpl.js +0 -23
  808. package/dist/commonjs/lroImpl.js.map +0 -1
  809. package/dist/commonjs/models/index.d.ts.map +0 -1
  810. package/dist/commonjs/models/mappers.d.ts +0 -202
  811. package/dist/commonjs/models/mappers.d.ts.map +0 -1
  812. package/dist/commonjs/models/mappers.js +0 -6040
  813. package/dist/commonjs/models/mappers.js.map +0 -1
  814. package/dist/commonjs/models/parameters.d.ts +0 -55
  815. package/dist/commonjs/models/parameters.d.ts.map +0 -1
  816. package/dist/commonjs/models/parameters.js +0 -427
  817. package/dist/commonjs/models/parameters.js.map +0 -1
  818. package/dist/commonjs/operations/agentPools.d.ts +0 -107
  819. package/dist/commonjs/operations/agentPools.d.ts.map +0 -1
  820. package/dist/commonjs/operations/agentPools.js +0 -489
  821. package/dist/commonjs/operations/agentPools.js.map +0 -1
  822. package/dist/commonjs/operations/cacheRules.d.ts +0 -99
  823. package/dist/commonjs/operations/cacheRules.d.ts.map +0 -1
  824. package/dist/commonjs/operations/cacheRules.js +0 -457
  825. package/dist/commonjs/operations/cacheRules.js.map +0 -1
  826. package/dist/commonjs/operations/connectedRegistries.d.ts +0 -115
  827. package/dist/commonjs/operations/connectedRegistries.d.ts.map +0 -1
  828. package/dist/commonjs/operations/connectedRegistries.js +0 -531
  829. package/dist/commonjs/operations/connectedRegistries.js.map +0 -1
  830. package/dist/commonjs/operations/credentialSets.d.ts +0 -99
  831. package/dist/commonjs/operations/credentialSets.d.ts.map +0 -1
  832. package/dist/commonjs/operations/credentialSets.js +0 -457
  833. package/dist/commonjs/operations/credentialSets.js.map +0 -1
  834. package/dist/commonjs/operations/index.d.ts +0 -15
  835. package/dist/commonjs/operations/index.d.ts.map +0 -1
  836. package/dist/commonjs/operations/index.js +0 -22
  837. package/dist/commonjs/operations/index.js.map +0 -1
  838. package/dist/commonjs/operations/operations.d.ts +0 -32
  839. package/dist/commonjs/operations/operations.d.ts.map +0 -1
  840. package/dist/commonjs/operations/operations.js +0 -116
  841. package/dist/commonjs/operations/operations.js.map +0 -1
  842. package/dist/commonjs/operations/privateEndpointConnections.d.ts +0 -81
  843. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +0 -1
  844. package/dist/commonjs/operations/privateEndpointConnections.js +0 -359
  845. package/dist/commonjs/operations/privateEndpointConnections.js.map +0 -1
  846. package/dist/commonjs/operations/registries.d.ts +0 -217
  847. package/dist/commonjs/operations/registries.d.ts.map +0 -1
  848. package/dist/commonjs/operations/registries.js +0 -1020
  849. package/dist/commonjs/operations/registries.js.map +0 -1
  850. package/dist/commonjs/operations/replications.d.ts +0 -99
  851. package/dist/commonjs/operations/replications.d.ts.map +0 -1
  852. package/dist/commonjs/operations/replications.js +0 -449
  853. package/dist/commonjs/operations/replications.js.map +0 -1
  854. package/dist/commonjs/operations/runs.d.ts +0 -71
  855. package/dist/commonjs/operations/runs.d.ts.map +0 -1
  856. package/dist/commonjs/operations/runs.js +0 -262
  857. package/dist/commonjs/operations/runs.js.map +0 -1
  858. package/dist/commonjs/operations/scopeMaps.d.ts +0 -99
  859. package/dist/commonjs/operations/scopeMaps.d.ts.map +0 -1
  860. package/dist/commonjs/operations/scopeMaps.js +0 -449
  861. package/dist/commonjs/operations/scopeMaps.js.map +0 -1
  862. package/dist/commonjs/operations/taskRuns.d.ts +0 -99
  863. package/dist/commonjs/operations/taskRuns.d.ts.map +0 -1
  864. package/dist/commonjs/operations/taskRuns.js +0 -424
  865. package/dist/commonjs/operations/taskRuns.js.map +0 -1
  866. package/dist/commonjs/operations/tasks.d.ts +0 -80
  867. package/dist/commonjs/operations/tasks.d.ts.map +0 -1
  868. package/dist/commonjs/operations/tasks.js +0 -313
  869. package/dist/commonjs/operations/tasks.js.map +0 -1
  870. package/dist/commonjs/operations/tokens.d.ts +0 -99
  871. package/dist/commonjs/operations/tokens.d.ts.map +0 -1
  872. package/dist/commonjs/operations/tokens.js +0 -449
  873. package/dist/commonjs/operations/tokens.js.map +0 -1
  874. package/dist/commonjs/operations/webhooks.d.ts +0 -142
  875. package/dist/commonjs/operations/webhooks.d.ts.map +0 -1
  876. package/dist/commonjs/operations/webhooks.js +0 -625
  877. package/dist/commonjs/operations/webhooks.js.map +0 -1
  878. package/dist/commonjs/operationsInterfaces/agentPools.d.ts +0 -82
  879. package/dist/commonjs/operationsInterfaces/agentPools.d.ts.map +0 -1
  880. package/dist/commonjs/operationsInterfaces/agentPools.js +0 -5
  881. package/dist/commonjs/operationsInterfaces/agentPools.js.map +0 -1
  882. package/dist/commonjs/operationsInterfaces/cacheRules.d.ts +0 -74
  883. package/dist/commonjs/operationsInterfaces/cacheRules.d.ts.map +0 -1
  884. package/dist/commonjs/operationsInterfaces/cacheRules.js +0 -5
  885. package/dist/commonjs/operationsInterfaces/cacheRules.js.map +0 -1
  886. package/dist/commonjs/operationsInterfaces/connectedRegistries.d.ts +0 -90
  887. package/dist/commonjs/operationsInterfaces/connectedRegistries.d.ts.map +0 -1
  888. package/dist/commonjs/operationsInterfaces/connectedRegistries.js +0 -5
  889. package/dist/commonjs/operationsInterfaces/connectedRegistries.js.map +0 -1
  890. package/dist/commonjs/operationsInterfaces/credentialSets.d.ts +0 -74
  891. package/dist/commonjs/operationsInterfaces/credentialSets.d.ts.map +0 -1
  892. package/dist/commonjs/operationsInterfaces/credentialSets.js +0 -5
  893. package/dist/commonjs/operationsInterfaces/credentialSets.js.map +0 -1
  894. package/dist/commonjs/operationsInterfaces/index.d.ts +0 -15
  895. package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
  896. package/dist/commonjs/operationsInterfaces/index.js +0 -22
  897. package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
  898. package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
  899. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
  900. package/dist/commonjs/operationsInterfaces/operations.js +0 -5
  901. package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
  902. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  903. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  904. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +0 -5
  905. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  906. package/dist/commonjs/operationsInterfaces/registries.d.ts +0 -163
  907. package/dist/commonjs/operationsInterfaces/registries.d.ts.map +0 -1
  908. package/dist/commonjs/operationsInterfaces/registries.js +0 -5
  909. package/dist/commonjs/operationsInterfaces/registries.js.map +0 -1
  910. package/dist/commonjs/operationsInterfaces/replications.d.ts +0 -74
  911. package/dist/commonjs/operationsInterfaces/replications.d.ts.map +0 -1
  912. package/dist/commonjs/operationsInterfaces/replications.js +0 -5
  913. package/dist/commonjs/operationsInterfaces/replications.js.map +0 -1
  914. package/dist/commonjs/operationsInterfaces/runs.d.ts +0 -46
  915. package/dist/commonjs/operationsInterfaces/runs.d.ts.map +0 -1
  916. package/dist/commonjs/operationsInterfaces/runs.js +0 -5
  917. package/dist/commonjs/operationsInterfaces/runs.js.map +0 -1
  918. package/dist/commonjs/operationsInterfaces/scopeMaps.d.ts +0 -74
  919. package/dist/commonjs/operationsInterfaces/scopeMaps.d.ts.map +0 -1
  920. package/dist/commonjs/operationsInterfaces/scopeMaps.js +0 -5
  921. package/dist/commonjs/operationsInterfaces/scopeMaps.js.map +0 -1
  922. package/dist/commonjs/operationsInterfaces/taskRuns.d.ts +0 -74
  923. package/dist/commonjs/operationsInterfaces/taskRuns.d.ts.map +0 -1
  924. package/dist/commonjs/operationsInterfaces/taskRuns.js +0 -5
  925. package/dist/commonjs/operationsInterfaces/taskRuns.js.map +0 -1
  926. package/dist/commonjs/operationsInterfaces/tasks.d.ts +0 -55
  927. package/dist/commonjs/operationsInterfaces/tasks.d.ts.map +0 -1
  928. package/dist/commonjs/operationsInterfaces/tasks.js +0 -5
  929. package/dist/commonjs/operationsInterfaces/tasks.js.map +0 -1
  930. package/dist/commonjs/operationsInterfaces/tokens.d.ts +0 -74
  931. package/dist/commonjs/operationsInterfaces/tokens.d.ts.map +0 -1
  932. package/dist/commonjs/operationsInterfaces/tokens.js +0 -5
  933. package/dist/commonjs/operationsInterfaces/tokens.js.map +0 -1
  934. package/dist/commonjs/operationsInterfaces/webhooks.d.ts +0 -98
  935. package/dist/commonjs/operationsInterfaces/webhooks.d.ts.map +0 -1
  936. package/dist/commonjs/operationsInterfaces/webhooks.js +0 -5
  937. package/dist/commonjs/operationsInterfaces/webhooks.js.map +0 -1
  938. package/dist/commonjs/pagingHelper.d.ts +0 -13
  939. package/dist/commonjs/pagingHelper.d.ts.map +0 -1
  940. package/dist/commonjs/pagingHelper.js +0 -29
  941. package/dist/commonjs/pagingHelper.js.map +0 -1
  942. package/dist/esm/containerRegistryManagementClient.d.ts.map +0 -1
  943. package/dist/esm/index.d.ts.map +0 -1
  944. package/dist/esm/lroImpl.d.ts +0 -11
  945. package/dist/esm/lroImpl.d.ts.map +0 -1
  946. package/dist/esm/lroImpl.js +0 -20
  947. package/dist/esm/lroImpl.js.map +0 -1
  948. package/dist/esm/models/index.d.ts.map +0 -1
  949. package/dist/esm/models/mappers.d.ts +0 -202
  950. package/dist/esm/models/mappers.d.ts.map +0 -1
  951. package/dist/esm/models/mappers.js +0 -6034
  952. package/dist/esm/models/mappers.js.map +0 -1
  953. package/dist/esm/models/parameters.d.ts +0 -55
  954. package/dist/esm/models/parameters.d.ts.map +0 -1
  955. package/dist/esm/models/parameters.js +0 -423
  956. package/dist/esm/models/parameters.js.map +0 -1
  957. package/dist/esm/operations/agentPools.d.ts +0 -107
  958. package/dist/esm/operations/agentPools.d.ts.map +0 -1
  959. package/dist/esm/operations/agentPools.js +0 -484
  960. package/dist/esm/operations/agentPools.js.map +0 -1
  961. package/dist/esm/operations/cacheRules.d.ts +0 -99
  962. package/dist/esm/operations/cacheRules.d.ts.map +0 -1
  963. package/dist/esm/operations/cacheRules.js +0 -452
  964. package/dist/esm/operations/cacheRules.js.map +0 -1
  965. package/dist/esm/operations/connectedRegistries.d.ts +0 -115
  966. package/dist/esm/operations/connectedRegistries.d.ts.map +0 -1
  967. package/dist/esm/operations/connectedRegistries.js +0 -526
  968. package/dist/esm/operations/connectedRegistries.js.map +0 -1
  969. package/dist/esm/operations/credentialSets.d.ts +0 -99
  970. package/dist/esm/operations/credentialSets.d.ts.map +0 -1
  971. package/dist/esm/operations/credentialSets.js +0 -452
  972. package/dist/esm/operations/credentialSets.js.map +0 -1
  973. package/dist/esm/operations/index.d.ts +0 -15
  974. package/dist/esm/operations/index.d.ts.map +0 -1
  975. package/dist/esm/operations/index.js +0 -19
  976. package/dist/esm/operations/index.js.map +0 -1
  977. package/dist/esm/operations/operations.d.ts +0 -32
  978. package/dist/esm/operations/operations.d.ts.map +0 -1
  979. package/dist/esm/operations/operations.js +0 -111
  980. package/dist/esm/operations/operations.js.map +0 -1
  981. package/dist/esm/operations/privateEndpointConnections.d.ts +0 -81
  982. package/dist/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  983. package/dist/esm/operations/privateEndpointConnections.js +0 -354
  984. package/dist/esm/operations/privateEndpointConnections.js.map +0 -1
  985. package/dist/esm/operations/registries.d.ts +0 -217
  986. package/dist/esm/operations/registries.d.ts.map +0 -1
  987. package/dist/esm/operations/registries.js +0 -1015
  988. package/dist/esm/operations/registries.js.map +0 -1
  989. package/dist/esm/operations/replications.d.ts +0 -99
  990. package/dist/esm/operations/replications.d.ts.map +0 -1
  991. package/dist/esm/operations/replications.js +0 -444
  992. package/dist/esm/operations/replications.js.map +0 -1
  993. package/dist/esm/operations/runs.d.ts +0 -71
  994. package/dist/esm/operations/runs.d.ts.map +0 -1
  995. package/dist/esm/operations/runs.js +0 -257
  996. package/dist/esm/operations/runs.js.map +0 -1
  997. package/dist/esm/operations/scopeMaps.d.ts +0 -99
  998. package/dist/esm/operations/scopeMaps.d.ts.map +0 -1
  999. package/dist/esm/operations/scopeMaps.js +0 -444
  1000. package/dist/esm/operations/scopeMaps.js.map +0 -1
  1001. package/dist/esm/operations/taskRuns.d.ts +0 -99
  1002. package/dist/esm/operations/taskRuns.d.ts.map +0 -1
  1003. package/dist/esm/operations/taskRuns.js +0 -419
  1004. package/dist/esm/operations/taskRuns.js.map +0 -1
  1005. package/dist/esm/operations/tasks.d.ts +0 -80
  1006. package/dist/esm/operations/tasks.d.ts.map +0 -1
  1007. package/dist/esm/operations/tasks.js +0 -308
  1008. package/dist/esm/operations/tasks.js.map +0 -1
  1009. package/dist/esm/operations/tokens.d.ts +0 -99
  1010. package/dist/esm/operations/tokens.d.ts.map +0 -1
  1011. package/dist/esm/operations/tokens.js +0 -444
  1012. package/dist/esm/operations/tokens.js.map +0 -1
  1013. package/dist/esm/operations/webhooks.d.ts +0 -142
  1014. package/dist/esm/operations/webhooks.d.ts.map +0 -1
  1015. package/dist/esm/operations/webhooks.js +0 -620
  1016. package/dist/esm/operations/webhooks.js.map +0 -1
  1017. package/dist/esm/operationsInterfaces/agentPools.d.ts +0 -82
  1018. package/dist/esm/operationsInterfaces/agentPools.d.ts.map +0 -1
  1019. package/dist/esm/operationsInterfaces/agentPools.js +0 -4
  1020. package/dist/esm/operationsInterfaces/agentPools.js.map +0 -1
  1021. package/dist/esm/operationsInterfaces/cacheRules.d.ts +0 -74
  1022. package/dist/esm/operationsInterfaces/cacheRules.d.ts.map +0 -1
  1023. package/dist/esm/operationsInterfaces/cacheRules.js +0 -4
  1024. package/dist/esm/operationsInterfaces/cacheRules.js.map +0 -1
  1025. package/dist/esm/operationsInterfaces/connectedRegistries.d.ts +0 -90
  1026. package/dist/esm/operationsInterfaces/connectedRegistries.d.ts.map +0 -1
  1027. package/dist/esm/operationsInterfaces/connectedRegistries.js +0 -4
  1028. package/dist/esm/operationsInterfaces/connectedRegistries.js.map +0 -1
  1029. package/dist/esm/operationsInterfaces/credentialSets.d.ts +0 -74
  1030. package/dist/esm/operationsInterfaces/credentialSets.d.ts.map +0 -1
  1031. package/dist/esm/operationsInterfaces/credentialSets.js +0 -4
  1032. package/dist/esm/operationsInterfaces/credentialSets.js.map +0 -1
  1033. package/dist/esm/operationsInterfaces/index.d.ts +0 -15
  1034. package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
  1035. package/dist/esm/operationsInterfaces/index.js +0 -19
  1036. package/dist/esm/operationsInterfaces/index.js.map +0 -1
  1037. package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
  1038. package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
  1039. package/dist/esm/operationsInterfaces/operations.js +0 -4
  1040. package/dist/esm/operationsInterfaces/operations.js.map +0 -1
  1041. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  1042. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1043. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +0 -4
  1044. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1045. package/dist/esm/operationsInterfaces/registries.d.ts +0 -163
  1046. package/dist/esm/operationsInterfaces/registries.d.ts.map +0 -1
  1047. package/dist/esm/operationsInterfaces/registries.js +0 -4
  1048. package/dist/esm/operationsInterfaces/registries.js.map +0 -1
  1049. package/dist/esm/operationsInterfaces/replications.d.ts +0 -74
  1050. package/dist/esm/operationsInterfaces/replications.d.ts.map +0 -1
  1051. package/dist/esm/operationsInterfaces/replications.js +0 -4
  1052. package/dist/esm/operationsInterfaces/replications.js.map +0 -1
  1053. package/dist/esm/operationsInterfaces/runs.d.ts +0 -46
  1054. package/dist/esm/operationsInterfaces/runs.d.ts.map +0 -1
  1055. package/dist/esm/operationsInterfaces/runs.js +0 -4
  1056. package/dist/esm/operationsInterfaces/runs.js.map +0 -1
  1057. package/dist/esm/operationsInterfaces/scopeMaps.d.ts +0 -74
  1058. package/dist/esm/operationsInterfaces/scopeMaps.d.ts.map +0 -1
  1059. package/dist/esm/operationsInterfaces/scopeMaps.js +0 -4
  1060. package/dist/esm/operationsInterfaces/scopeMaps.js.map +0 -1
  1061. package/dist/esm/operationsInterfaces/taskRuns.d.ts +0 -74
  1062. package/dist/esm/operationsInterfaces/taskRuns.d.ts.map +0 -1
  1063. package/dist/esm/operationsInterfaces/taskRuns.js +0 -4
  1064. package/dist/esm/operationsInterfaces/taskRuns.js.map +0 -1
  1065. package/dist/esm/operationsInterfaces/tasks.d.ts +0 -55
  1066. package/dist/esm/operationsInterfaces/tasks.d.ts.map +0 -1
  1067. package/dist/esm/operationsInterfaces/tasks.js +0 -4
  1068. package/dist/esm/operationsInterfaces/tasks.js.map +0 -1
  1069. package/dist/esm/operationsInterfaces/tokens.d.ts +0 -74
  1070. package/dist/esm/operationsInterfaces/tokens.d.ts.map +0 -1
  1071. package/dist/esm/operationsInterfaces/tokens.js +0 -4
  1072. package/dist/esm/operationsInterfaces/tokens.js.map +0 -1
  1073. package/dist/esm/operationsInterfaces/webhooks.d.ts +0 -98
  1074. package/dist/esm/operationsInterfaces/webhooks.d.ts.map +0 -1
  1075. package/dist/esm/operationsInterfaces/webhooks.js +0 -4
  1076. package/dist/esm/operationsInterfaces/webhooks.js.map +0 -1
  1077. package/dist/esm/pagingHelper.d.ts +0 -13
  1078. package/dist/esm/pagingHelper.d.ts.map +0 -1
  1079. package/dist/esm/pagingHelper.js +0 -25
  1080. package/dist/esm/pagingHelper.js.map +0 -1
  1081. package/dist/react-native/containerRegistryManagementClient.d.ts.map +0 -1
  1082. package/dist/react-native/index.d.ts.map +0 -1
  1083. package/dist/react-native/lroImpl.d.ts +0 -11
  1084. package/dist/react-native/lroImpl.d.ts.map +0 -1
  1085. package/dist/react-native/lroImpl.js +0 -20
  1086. package/dist/react-native/lroImpl.js.map +0 -1
  1087. package/dist/react-native/models/index.d.ts.map +0 -1
  1088. package/dist/react-native/models/mappers.d.ts +0 -202
  1089. package/dist/react-native/models/mappers.d.ts.map +0 -1
  1090. package/dist/react-native/models/mappers.js +0 -6034
  1091. package/dist/react-native/models/mappers.js.map +0 -1
  1092. package/dist/react-native/models/parameters.d.ts +0 -55
  1093. package/dist/react-native/models/parameters.d.ts.map +0 -1
  1094. package/dist/react-native/models/parameters.js +0 -423
  1095. package/dist/react-native/models/parameters.js.map +0 -1
  1096. package/dist/react-native/operations/agentPools.d.ts +0 -107
  1097. package/dist/react-native/operations/agentPools.d.ts.map +0 -1
  1098. package/dist/react-native/operations/agentPools.js +0 -484
  1099. package/dist/react-native/operations/agentPools.js.map +0 -1
  1100. package/dist/react-native/operations/cacheRules.d.ts +0 -99
  1101. package/dist/react-native/operations/cacheRules.d.ts.map +0 -1
  1102. package/dist/react-native/operations/cacheRules.js +0 -452
  1103. package/dist/react-native/operations/cacheRules.js.map +0 -1
  1104. package/dist/react-native/operations/connectedRegistries.d.ts +0 -115
  1105. package/dist/react-native/operations/connectedRegistries.d.ts.map +0 -1
  1106. package/dist/react-native/operations/connectedRegistries.js +0 -526
  1107. package/dist/react-native/operations/connectedRegistries.js.map +0 -1
  1108. package/dist/react-native/operations/credentialSets.d.ts +0 -99
  1109. package/dist/react-native/operations/credentialSets.d.ts.map +0 -1
  1110. package/dist/react-native/operations/credentialSets.js +0 -452
  1111. package/dist/react-native/operations/credentialSets.js.map +0 -1
  1112. package/dist/react-native/operations/index.d.ts +0 -15
  1113. package/dist/react-native/operations/index.d.ts.map +0 -1
  1114. package/dist/react-native/operations/index.js +0 -19
  1115. package/dist/react-native/operations/index.js.map +0 -1
  1116. package/dist/react-native/operations/operations.d.ts +0 -32
  1117. package/dist/react-native/operations/operations.d.ts.map +0 -1
  1118. package/dist/react-native/operations/operations.js +0 -111
  1119. package/dist/react-native/operations/operations.js.map +0 -1
  1120. package/dist/react-native/operations/privateEndpointConnections.d.ts +0 -81
  1121. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +0 -1
  1122. package/dist/react-native/operations/privateEndpointConnections.js +0 -354
  1123. package/dist/react-native/operations/privateEndpointConnections.js.map +0 -1
  1124. package/dist/react-native/operations/registries.d.ts +0 -217
  1125. package/dist/react-native/operations/registries.d.ts.map +0 -1
  1126. package/dist/react-native/operations/registries.js +0 -1015
  1127. package/dist/react-native/operations/registries.js.map +0 -1
  1128. package/dist/react-native/operations/replications.d.ts +0 -99
  1129. package/dist/react-native/operations/replications.d.ts.map +0 -1
  1130. package/dist/react-native/operations/replications.js +0 -444
  1131. package/dist/react-native/operations/replications.js.map +0 -1
  1132. package/dist/react-native/operations/runs.d.ts +0 -71
  1133. package/dist/react-native/operations/runs.d.ts.map +0 -1
  1134. package/dist/react-native/operations/runs.js +0 -257
  1135. package/dist/react-native/operations/runs.js.map +0 -1
  1136. package/dist/react-native/operations/scopeMaps.d.ts +0 -99
  1137. package/dist/react-native/operations/scopeMaps.d.ts.map +0 -1
  1138. package/dist/react-native/operations/scopeMaps.js +0 -444
  1139. package/dist/react-native/operations/scopeMaps.js.map +0 -1
  1140. package/dist/react-native/operations/taskRuns.d.ts +0 -99
  1141. package/dist/react-native/operations/taskRuns.d.ts.map +0 -1
  1142. package/dist/react-native/operations/taskRuns.js +0 -419
  1143. package/dist/react-native/operations/taskRuns.js.map +0 -1
  1144. package/dist/react-native/operations/tasks.d.ts +0 -80
  1145. package/dist/react-native/operations/tasks.d.ts.map +0 -1
  1146. package/dist/react-native/operations/tasks.js +0 -308
  1147. package/dist/react-native/operations/tasks.js.map +0 -1
  1148. package/dist/react-native/operations/tokens.d.ts +0 -99
  1149. package/dist/react-native/operations/tokens.d.ts.map +0 -1
  1150. package/dist/react-native/operations/tokens.js +0 -444
  1151. package/dist/react-native/operations/tokens.js.map +0 -1
  1152. package/dist/react-native/operations/webhooks.d.ts +0 -142
  1153. package/dist/react-native/operations/webhooks.d.ts.map +0 -1
  1154. package/dist/react-native/operations/webhooks.js +0 -620
  1155. package/dist/react-native/operations/webhooks.js.map +0 -1
  1156. package/dist/react-native/operationsInterfaces/agentPools.d.ts +0 -82
  1157. package/dist/react-native/operationsInterfaces/agentPools.d.ts.map +0 -1
  1158. package/dist/react-native/operationsInterfaces/agentPools.js +0 -4
  1159. package/dist/react-native/operationsInterfaces/agentPools.js.map +0 -1
  1160. package/dist/react-native/operationsInterfaces/cacheRules.d.ts +0 -74
  1161. package/dist/react-native/operationsInterfaces/cacheRules.d.ts.map +0 -1
  1162. package/dist/react-native/operationsInterfaces/cacheRules.js +0 -4
  1163. package/dist/react-native/operationsInterfaces/cacheRules.js.map +0 -1
  1164. package/dist/react-native/operationsInterfaces/connectedRegistries.d.ts +0 -90
  1165. package/dist/react-native/operationsInterfaces/connectedRegistries.d.ts.map +0 -1
  1166. package/dist/react-native/operationsInterfaces/connectedRegistries.js +0 -4
  1167. package/dist/react-native/operationsInterfaces/connectedRegistries.js.map +0 -1
  1168. package/dist/react-native/operationsInterfaces/credentialSets.d.ts +0 -74
  1169. package/dist/react-native/operationsInterfaces/credentialSets.d.ts.map +0 -1
  1170. package/dist/react-native/operationsInterfaces/credentialSets.js +0 -4
  1171. package/dist/react-native/operationsInterfaces/credentialSets.js.map +0 -1
  1172. package/dist/react-native/operationsInterfaces/index.d.ts +0 -15
  1173. package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
  1174. package/dist/react-native/operationsInterfaces/index.js +0 -19
  1175. package/dist/react-native/operationsInterfaces/index.js.map +0 -1
  1176. package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
  1177. package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
  1178. package/dist/react-native/operationsInterfaces/operations.js +0 -4
  1179. package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
  1180. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +0 -56
  1181. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +0 -1
  1182. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +0 -4
  1183. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +0 -1
  1184. package/dist/react-native/operationsInterfaces/registries.d.ts +0 -163
  1185. package/dist/react-native/operationsInterfaces/registries.d.ts.map +0 -1
  1186. package/dist/react-native/operationsInterfaces/registries.js +0 -4
  1187. package/dist/react-native/operationsInterfaces/registries.js.map +0 -1
  1188. package/dist/react-native/operationsInterfaces/replications.d.ts +0 -74
  1189. package/dist/react-native/operationsInterfaces/replications.d.ts.map +0 -1
  1190. package/dist/react-native/operationsInterfaces/replications.js +0 -4
  1191. package/dist/react-native/operationsInterfaces/replications.js.map +0 -1
  1192. package/dist/react-native/operationsInterfaces/runs.d.ts +0 -46
  1193. package/dist/react-native/operationsInterfaces/runs.d.ts.map +0 -1
  1194. package/dist/react-native/operationsInterfaces/runs.js +0 -4
  1195. package/dist/react-native/operationsInterfaces/runs.js.map +0 -1
  1196. package/dist/react-native/operationsInterfaces/scopeMaps.d.ts +0 -74
  1197. package/dist/react-native/operationsInterfaces/scopeMaps.d.ts.map +0 -1
  1198. package/dist/react-native/operationsInterfaces/scopeMaps.js +0 -4
  1199. package/dist/react-native/operationsInterfaces/scopeMaps.js.map +0 -1
  1200. package/dist/react-native/operationsInterfaces/taskRuns.d.ts +0 -74
  1201. package/dist/react-native/operationsInterfaces/taskRuns.d.ts.map +0 -1
  1202. package/dist/react-native/operationsInterfaces/taskRuns.js +0 -4
  1203. package/dist/react-native/operationsInterfaces/taskRuns.js.map +0 -1
  1204. package/dist/react-native/operationsInterfaces/tasks.d.ts +0 -55
  1205. package/dist/react-native/operationsInterfaces/tasks.d.ts.map +0 -1
  1206. package/dist/react-native/operationsInterfaces/tasks.js +0 -4
  1207. package/dist/react-native/operationsInterfaces/tasks.js.map +0 -1
  1208. package/dist/react-native/operationsInterfaces/tokens.d.ts +0 -74
  1209. package/dist/react-native/operationsInterfaces/tokens.d.ts.map +0 -1
  1210. package/dist/react-native/operationsInterfaces/tokens.js +0 -4
  1211. package/dist/react-native/operationsInterfaces/tokens.js.map +0 -1
  1212. package/dist/react-native/operationsInterfaces/webhooks.d.ts +0 -98
  1213. package/dist/react-native/operationsInterfaces/webhooks.d.ts.map +0 -1
  1214. package/dist/react-native/operationsInterfaces/webhooks.js +0 -4
  1215. package/dist/react-native/operationsInterfaces/webhooks.js.map +0 -1
  1216. package/dist/react-native/pagingHelper.d.ts +0 -13
  1217. package/dist/react-native/pagingHelper.d.ts.map +0 -1
  1218. package/dist/react-native/pagingHelper.js +0 -25
  1219. package/dist/react-native/pagingHelper.js.map +0 -1
@@ -1 +0,0 @@
1
- {"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type * as coreClient from \"@azure/core-client\";\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 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 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 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 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 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 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 },\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 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 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 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 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 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 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: [\"SystemAssigned\", \"UserAssigned\", \"SystemAssigned, UserAssigned\", \"None\"],\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 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 networkRuleBypassAllowedForTasks: {\n serializedName: \"properties.networkRuleBypassAllowedForTasks\",\n type: {\n name: \"Boolean\",\n },\n },\n anonymousPullEnabled: {\n serializedName: \"properties.anonymousPullEnabled\",\n type: {\n name: \"Boolean\",\n },\n },\n roleAssignmentMode: {\n serializedName: \"properties.roleAssignmentMode\",\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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 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 ProxyResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ProxyResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n },\n },\n};\n\nexport const TrackedResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TrackedResource\",\n modelProperties: {\n ...Resource.type.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 },\n },\n};\n\nexport const PrivateLinkResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateLinkResource\",\n modelProperties: {\n ...Resource.type.modelProperties,\n groupId: {\n serializedName: \"properties.groupId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n requiredMembers: {\n serializedName: \"properties.requiredMembers\",\n readOnly: true,\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 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 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 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 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 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 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 DockerBuildStepUpdateParameters: coreClient.CompositeMapper = {\n serializedName: \"Docker\",\n type: {\n name: \"Composite\",\n className: \"DockerBuildStepUpdateParameters\",\n uberParent: \"TaskStepUpdateParameters\",\n polymorphicDiscriminator: 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 EncodedTaskStepUpdateParameters: coreClient.CompositeMapper = {\n serializedName: \"EncodedTask\",\n type: {\n name: \"Composite\",\n className: \"EncodedTaskStepUpdateParameters\",\n uberParent: \"TaskStepUpdateParameters\",\n polymorphicDiscriminator: 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 FileTaskStepUpdateParameters: coreClient.CompositeMapper = {\n serializedName: \"FileTask\",\n type: {\n name: \"Composite\",\n className: \"FileTaskStepUpdateParameters\",\n uberParent: \"TaskStepUpdateParameters\",\n polymorphicDiscriminator: 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 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 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 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 ...TrackedResource.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 networkRuleBypassAllowedForTasks: {\n defaultValue: false,\n serializedName: \"properties.networkRuleBypassAllowedForTasks\",\n type: {\n name: \"Boolean\",\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 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 ...TrackedResource.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 ...TrackedResource.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 ...TrackedResource.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 ...TrackedResource.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 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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const RegistriesGenerateCredentialsHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RegistriesGenerateCredentialsHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const ConnectedRegistriesDeactivateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ConnectedRegistriesDeactivateHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionsCreateOrUpdateHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionsCreateOrUpdateHeaders\",\n modelProperties: {\n azureAsyncOperation: {\n serializedName: \"azure-asyncoperation\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const PrivateEndpointConnectionsDeleteHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PrivateEndpointConnectionsDeleteHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\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 retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const discriminators = {\n RunRequest: RunRequest,\n TaskStepProperties: TaskStepProperties,\n TaskStepUpdateParameters: TaskStepUpdateParameters,\n \"RunRequest.DockerBuildRequest\": DockerBuildRequest,\n \"RunRequest.EncodedTaskRunRequest\": EncodedTaskRunRequest,\n \"RunRequest.FileTaskRunRequest\": FileTaskRunRequest,\n \"RunRequest.TaskRunRequest\": TaskRunRequest,\n \"TaskStepProperties.Docker\": DockerBuildStep,\n \"TaskStepProperties.EncodedTask\": EncodedTaskStep,\n \"TaskStepProperties.FileTask\": FileTaskStep,\n \"TaskStepUpdateParameters.Docker\": DockerBuildStepUpdateParameters,\n \"TaskStepUpdateParameters.EncodedTask\": EncodedTaskStepUpdateParameters,\n \"TaskStepUpdateParameters.FileTask\": FileTaskStepUpdateParameters,\n};\n"]}