@azure/arm-containerregistry 9.0.0 → 10.0.0-alpha.20211214.3

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 (371) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +66 -84
  4. package/dist/index.js +12663 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/containerRegistryManagementClient.d.ts +29 -0
  9. package/dist-esm/src/containerRegistryManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/containerRegistryManagementClient.js +36 -0
  11. package/dist-esm/src/containerRegistryManagementClient.js.map +1 -0
  12. package/dist-esm/src/containerRegistryManagementClientContext.d.ts +15 -0
  13. package/dist-esm/src/containerRegistryManagementClientContext.d.ts.map +1 -0
  14. package/dist-esm/src/containerRegistryManagementClientContext.js +48 -0
  15. package/dist-esm/src/containerRegistryManagementClientContext.js.map +1 -0
  16. package/dist-esm/src/index.d.ts +6 -0
  17. package/dist-esm/src/index.d.ts.map +1 -0
  18. package/dist-esm/src/index.js +13 -0
  19. package/dist-esm/src/index.js.map +1 -0
  20. package/dist-esm/src/lroImpl.d.ts +16 -0
  21. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  22. package/dist-esm/src/lroImpl.js +29 -0
  23. package/dist-esm/src/lroImpl.js.map +1 -0
  24. package/dist-esm/src/models/index.d.ts +3429 -0
  25. package/dist-esm/src/models/index.d.ts.map +1 -0
  26. package/dist-esm/src/models/index.js +341 -0
  27. package/dist-esm/src/models/index.js.map +1 -0
  28. package/dist-esm/src/models/mappers.d.ts +177 -0
  29. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  30. package/{esm → dist-esm/src}/models/mappers.js +2391 -2652
  31. package/dist-esm/src/models/mappers.js.map +1 -0
  32. package/dist-esm/src/models/parameters.d.ts +54 -0
  33. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  34. package/dist-esm/src/models/parameters.js +428 -0
  35. package/dist-esm/src/models/parameters.js.map +1 -0
  36. package/dist-esm/src/operations/agentPools.d.ts +107 -0
  37. package/dist-esm/src/operations/agentPools.d.ts.map +1 -0
  38. package/dist-esm/src/operations/agentPools.js +455 -0
  39. package/dist-esm/src/operations/agentPools.js.map +1 -0
  40. package/dist-esm/src/operations/connectedRegistries.d.ts +115 -0
  41. package/dist-esm/src/operations/connectedRegistries.d.ts.map +1 -0
  42. package/dist-esm/src/operations/connectedRegistries.js +503 -0
  43. package/dist-esm/src/operations/connectedRegistries.js.map +1 -0
  44. package/dist-esm/src/operations/exportPipelines.d.ts +81 -0
  45. package/dist-esm/src/operations/exportPipelines.d.ts.map +1 -0
  46. package/dist-esm/src/operations/exportPipelines.js +316 -0
  47. package/dist-esm/src/operations/exportPipelines.js.map +1 -0
  48. package/dist-esm/src/operations/importPipelines.d.ts +81 -0
  49. package/dist-esm/src/operations/importPipelines.d.ts.map +1 -0
  50. package/dist-esm/src/operations/importPipelines.js +316 -0
  51. package/dist-esm/src/operations/importPipelines.js.map +1 -0
  52. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  53. package/dist-esm/src/operations/index.d.ts.map +1 -0
  54. package/{esm → dist-esm/src}/operations/index.js +1 -2
  55. package/dist-esm/src/operations/index.js.map +1 -0
  56. package/dist-esm/src/operations/operations.d.ts +32 -0
  57. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  58. package/dist-esm/src/operations/operations.js +114 -0
  59. package/dist-esm/src/operations/operations.js.map +1 -0
  60. package/dist-esm/src/operations/pipelineRuns.d.ts +81 -0
  61. package/dist-esm/src/operations/pipelineRuns.d.ts.map +1 -0
  62. package/dist-esm/src/operations/pipelineRuns.js +316 -0
  63. package/dist-esm/src/operations/pipelineRuns.js.map +1 -0
  64. package/dist-esm/src/operations/privateEndpointConnections.d.ts +81 -0
  65. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  66. package/dist-esm/src/operations/privateEndpointConnections.js +326 -0
  67. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  68. package/dist-esm/src/operations/registries.d.ts +217 -0
  69. package/dist-esm/src/operations/registries.d.ts.map +1 -0
  70. package/dist-esm/src/operations/registries.js +956 -0
  71. package/dist-esm/src/operations/registries.js.map +1 -0
  72. package/dist-esm/src/operations/replications.d.ts +99 -0
  73. package/dist-esm/src/operations/replications.d.ts.map +1 -0
  74. package/dist-esm/src/operations/replications.js +405 -0
  75. package/dist-esm/src/operations/replications.js.map +1 -0
  76. package/dist-esm/src/operations/runs.d.ts +89 -0
  77. package/dist-esm/src/operations/runs.d.ts.map +1 -0
  78. package/dist-esm/src/operations/runs.js +363 -0
  79. package/dist-esm/src/operations/runs.js.map +1 -0
  80. package/dist-esm/src/operations/scopeMaps.d.ts +99 -0
  81. package/dist-esm/src/operations/scopeMaps.d.ts.map +1 -0
  82. package/dist-esm/src/operations/scopeMaps.js +405 -0
  83. package/dist-esm/src/operations/scopeMaps.js.map +1 -0
  84. package/dist-esm/src/operations/taskRuns.d.ts +107 -0
  85. package/dist-esm/src/operations/taskRuns.d.ts.map +1 -0
  86. package/dist-esm/src/operations/taskRuns.js +455 -0
  87. package/dist-esm/src/operations/taskRuns.js.map +1 -0
  88. package/dist-esm/src/operations/tasks.d.ts +107 -0
  89. package/dist-esm/src/operations/tasks.d.ts.map +1 -0
  90. package/dist-esm/src/operations/tasks.js +461 -0
  91. package/dist-esm/src/operations/tasks.js.map +1 -0
  92. package/dist-esm/src/operations/tokens.d.ts +99 -0
  93. package/dist-esm/src/operations/tokens.d.ts.map +1 -0
  94. package/dist-esm/src/operations/tokens.js +405 -0
  95. package/dist-esm/src/operations/tokens.js.map +1 -0
  96. package/dist-esm/src/operations/webhooks.d.ts +142 -0
  97. package/dist-esm/src/operations/webhooks.d.ts.map +1 -0
  98. package/dist-esm/src/operations/webhooks.js +574 -0
  99. package/dist-esm/src/operations/webhooks.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/agentPools.d.ts +82 -0
  101. package/dist-esm/src/operationsInterfaces/agentPools.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/agentPools.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/agentPools.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts +90 -0
  105. package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/connectedRegistries.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/connectedRegistries.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts +56 -0
  109. package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/exportPipelines.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/exportPipelines.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/importPipelines.d.ts +56 -0
  113. package/dist-esm/src/operationsInterfaces/importPipelines.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/importPipelines.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/importPipelines.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/index.d.ts +16 -0
  117. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/index.js +23 -0
  119. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  121. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts +56 -0
  125. package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts.map +1 -0
  126. package/dist-esm/src/operationsInterfaces/pipelineRuns.js +9 -0
  127. package/dist-esm/src/operationsInterfaces/pipelineRuns.js.map +1 -0
  128. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  129. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  130. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  131. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  132. package/dist-esm/src/operationsInterfaces/registries.d.ts +163 -0
  133. package/dist-esm/src/operationsInterfaces/registries.d.ts.map +1 -0
  134. package/dist-esm/src/operationsInterfaces/registries.js +9 -0
  135. package/dist-esm/src/operationsInterfaces/registries.js.map +1 -0
  136. package/dist-esm/src/operationsInterfaces/replications.d.ts +74 -0
  137. package/dist-esm/src/operationsInterfaces/replications.d.ts.map +1 -0
  138. package/dist-esm/src/operationsInterfaces/replications.js +9 -0
  139. package/dist-esm/src/operationsInterfaces/replications.js.map +1 -0
  140. package/dist-esm/src/operationsInterfaces/runs.d.ts +64 -0
  141. package/dist-esm/src/operationsInterfaces/runs.d.ts.map +1 -0
  142. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/runs.js} +2 -1
  143. package/dist-esm/src/operationsInterfaces/runs.js.map +1 -0
  144. package/dist-esm/src/operationsInterfaces/scopeMaps.d.ts +74 -0
  145. package/dist-esm/src/operationsInterfaces/scopeMaps.d.ts.map +1 -0
  146. package/dist-esm/src/operationsInterfaces/scopeMaps.js +9 -0
  147. package/dist-esm/src/operationsInterfaces/scopeMaps.js.map +1 -0
  148. package/dist-esm/src/operationsInterfaces/taskRuns.d.ts +82 -0
  149. package/dist-esm/src/operationsInterfaces/taskRuns.d.ts.map +1 -0
  150. package/dist-esm/src/operationsInterfaces/taskRuns.js +9 -0
  151. package/dist-esm/src/operationsInterfaces/taskRuns.js.map +1 -0
  152. package/dist-esm/src/operationsInterfaces/tasks.d.ts +82 -0
  153. package/dist-esm/src/operationsInterfaces/tasks.d.ts.map +1 -0
  154. package/dist-esm/src/operationsInterfaces/tasks.js +9 -0
  155. package/dist-esm/src/operationsInterfaces/tasks.js.map +1 -0
  156. package/dist-esm/src/operationsInterfaces/tokens.d.ts +74 -0
  157. package/dist-esm/src/operationsInterfaces/tokens.d.ts.map +1 -0
  158. package/dist-esm/src/operationsInterfaces/tokens.js +9 -0
  159. package/dist-esm/src/operationsInterfaces/tokens.js.map +1 -0
  160. package/dist-esm/src/operationsInterfaces/webhooks.d.ts +98 -0
  161. package/dist-esm/src/operationsInterfaces/webhooks.d.ts.map +1 -0
  162. package/dist-esm/src/operationsInterfaces/webhooks.js +9 -0
  163. package/dist-esm/src/operationsInterfaces/webhooks.js.map +1 -0
  164. package/dist-esm/test/containerregistry_examples.d.ts +4 -0
  165. package/dist-esm/test/containerregistry_examples.d.ts.map +1 -0
  166. package/dist-esm/test/containerregistry_examples.js +329 -0
  167. package/dist-esm/test/containerregistry_examples.js.map +1 -0
  168. package/package.json +63 -21
  169. package/review/arm-containerregistry.api.md +2919 -0
  170. package/rollup.config.js +181 -30
  171. package/src/containerRegistryManagementClient.ts +76 -59
  172. package/src/containerRegistryManagementClientContext.ts +43 -40
  173. package/src/index.ts +13 -0
  174. package/src/lroImpl.ts +34 -0
  175. package/src/models/index.ts +2806 -5317
  176. package/src/models/mappers.ts +2531 -2790
  177. package/src/models/parameters.ts +335 -124
  178. package/src/operations/agentPools.ts +465 -285
  179. package/src/operations/connectedRegistries.ts +507 -253
  180. package/src/operations/exportPipelines.ts +318 -201
  181. package/src/operations/importPipelines.ts +318 -201
  182. package/src/operations/index.ts +1 -2
  183. package/src/operations/operations.ts +82 -76
  184. package/src/operations/pipelineRuns.ts +318 -201
  185. package/src/operations/privateEndpointConnections.ts +322 -196
  186. package/src/operations/registries.ts +1008 -744
  187. package/src/operations/replications.ts +418 -238
  188. package/src/operations/runs.ts +348 -239
  189. package/src/operations/scopeMaps.ts +418 -238
  190. package/src/operations/taskRuns.ts +462 -282
  191. package/src/operations/tasks.ts +451 -271
  192. package/src/operations/tokens.ts +412 -238
  193. package/src/operations/webhooks.ts +604 -414
  194. package/src/operationsInterfaces/agentPools.ts +162 -0
  195. package/src/operationsInterfaces/connectedRegistries.ts +174 -0
  196. package/src/operationsInterfaces/exportPipelines.ts +109 -0
  197. package/src/operationsInterfaces/importPipelines.ts +109 -0
  198. package/src/operationsInterfaces/index.ts +23 -0
  199. package/src/operationsInterfaces/operations.ts +22 -0
  200. package/src/operationsInterfaces/pipelineRuns.ts +109 -0
  201. package/src/operationsInterfaces/privateEndpointConnections.ts +109 -0
  202. package/src/operationsInterfaces/registries.ts +317 -0
  203. package/src/operationsInterfaces/replications.ts +147 -0
  204. package/src/operationsInterfaces/runs.ts +122 -0
  205. package/src/operationsInterfaces/scopeMaps.ts +147 -0
  206. package/src/operationsInterfaces/taskRuns.ts +162 -0
  207. package/src/operationsInterfaces/tasks.ts +156 -0
  208. package/src/operationsInterfaces/tokens.ts +141 -0
  209. package/src/operationsInterfaces/webhooks.ts +193 -0
  210. package/tsconfig.json +3 -3
  211. package/types/arm-containerregistry.d.ts +5001 -0
  212. package/types/tsdoc-metadata.json +11 -0
  213. package/dist/arm-containerregistry.js +0 -12452
  214. package/dist/arm-containerregistry.js.map +0 -1
  215. package/dist/arm-containerregistry.min.js +0 -1
  216. package/dist/arm-containerregistry.min.js.map +0 -1
  217. package/esm/containerRegistryManagementClient.d.ts +0 -38
  218. package/esm/containerRegistryManagementClient.d.ts.map +0 -1
  219. package/esm/containerRegistryManagementClient.js +0 -51
  220. package/esm/containerRegistryManagementClient.js.map +0 -1
  221. package/esm/containerRegistryManagementClientContext.d.ts +0 -21
  222. package/esm/containerRegistryManagementClientContext.d.ts.map +0 -1
  223. package/esm/containerRegistryManagementClientContext.js +0 -59
  224. package/esm/containerRegistryManagementClientContext.js.map +0 -1
  225. package/esm/models/agentPoolsMappers.d.ts +0 -2
  226. package/esm/models/agentPoolsMappers.d.ts.map +0 -1
  227. package/esm/models/agentPoolsMappers.js +0 -9
  228. package/esm/models/agentPoolsMappers.js.map +0 -1
  229. package/esm/models/connectedRegistriesMappers.d.ts +0 -2
  230. package/esm/models/connectedRegistriesMappers.d.ts.map +0 -1
  231. package/esm/models/connectedRegistriesMappers.js +0 -9
  232. package/esm/models/connectedRegistriesMappers.js.map +0 -1
  233. package/esm/models/exportPipelinesMappers.d.ts +0 -2
  234. package/esm/models/exportPipelinesMappers.d.ts.map +0 -1
  235. package/esm/models/exportPipelinesMappers.js +0 -9
  236. package/esm/models/exportPipelinesMappers.js.map +0 -1
  237. package/esm/models/importPipelinesMappers.d.ts +0 -2
  238. package/esm/models/importPipelinesMappers.d.ts.map +0 -1
  239. package/esm/models/importPipelinesMappers.js +0 -9
  240. package/esm/models/importPipelinesMappers.js.map +0 -1
  241. package/esm/models/index.d.ts +0 -6004
  242. package/esm/models/index.d.ts.map +0 -1
  243. package/esm/models/index.js.map +0 -1
  244. package/esm/models/mappers.d.ts +0 -179
  245. package/esm/models/mappers.d.ts.map +0 -1
  246. package/esm/models/mappers.js.map +0 -1
  247. package/esm/models/operationsMappers.d.ts +0 -2
  248. package/esm/models/operationsMappers.d.ts.map +0 -1
  249. package/esm/models/operationsMappers.js +0 -9
  250. package/esm/models/operationsMappers.js.map +0 -1
  251. package/esm/models/parameters.d.ts +0 -24
  252. package/esm/models/parameters.d.ts.map +0 -1
  253. package/esm/models/parameters.js +0 -301
  254. package/esm/models/parameters.js.map +0 -1
  255. package/esm/models/pipelineRunsMappers.d.ts +0 -2
  256. package/esm/models/pipelineRunsMappers.d.ts.map +0 -1
  257. package/esm/models/pipelineRunsMappers.js +0 -9
  258. package/esm/models/pipelineRunsMappers.js.map +0 -1
  259. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  260. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  261. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  262. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  263. package/esm/models/registriesMappers.d.ts +0 -2
  264. package/esm/models/registriesMappers.d.ts.map +0 -1
  265. package/esm/models/registriesMappers.js +0 -9
  266. package/esm/models/registriesMappers.js.map +0 -1
  267. package/esm/models/replicationsMappers.d.ts +0 -2
  268. package/esm/models/replicationsMappers.d.ts.map +0 -1
  269. package/esm/models/replicationsMappers.js +0 -9
  270. package/esm/models/replicationsMappers.js.map +0 -1
  271. package/esm/models/runsMappers.d.ts +0 -2
  272. package/esm/models/runsMappers.d.ts.map +0 -1
  273. package/esm/models/runsMappers.js +0 -9
  274. package/esm/models/runsMappers.js.map +0 -1
  275. package/esm/models/scopeMapsMappers.d.ts +0 -2
  276. package/esm/models/scopeMapsMappers.d.ts.map +0 -1
  277. package/esm/models/scopeMapsMappers.js +0 -9
  278. package/esm/models/scopeMapsMappers.js.map +0 -1
  279. package/esm/models/taskRunsMappers.d.ts +0 -2
  280. package/esm/models/taskRunsMappers.d.ts.map +0 -1
  281. package/esm/models/taskRunsMappers.js +0 -9
  282. package/esm/models/taskRunsMappers.js.map +0 -1
  283. package/esm/models/tasksMappers.d.ts +0 -2
  284. package/esm/models/tasksMappers.d.ts.map +0 -1
  285. package/esm/models/tasksMappers.js +0 -9
  286. package/esm/models/tasksMappers.js.map +0 -1
  287. package/esm/models/tokensMappers.d.ts +0 -2
  288. package/esm/models/tokensMappers.d.ts.map +0 -1
  289. package/esm/models/tokensMappers.js +0 -9
  290. package/esm/models/tokensMappers.js.map +0 -1
  291. package/esm/models/webhooksMappers.d.ts +0 -2
  292. package/esm/models/webhooksMappers.d.ts.map +0 -1
  293. package/esm/models/webhooksMappers.js +0 -9
  294. package/esm/models/webhooksMappers.js.map +0 -1
  295. package/esm/operations/agentPools.d.ts +0 -159
  296. package/esm/operations/agentPools.d.ts.map +0 -1
  297. package/esm/operations/agentPools.js +0 -332
  298. package/esm/operations/agentPools.js.map +0 -1
  299. package/esm/operations/connectedRegistries.d.ts +0 -153
  300. package/esm/operations/connectedRegistries.d.ts.map +0 -1
  301. package/esm/operations/connectedRegistries.js +0 -353
  302. package/esm/operations/connectedRegistries.js.map +0 -1
  303. package/esm/operations/exportPipelines.d.ts +0 -115
  304. package/esm/operations/exportPipelines.d.ts.map +0 -1
  305. package/esm/operations/exportPipelines.js +0 -236
  306. package/esm/operations/exportPipelines.js.map +0 -1
  307. package/esm/operations/importPipelines.d.ts +0 -115
  308. package/esm/operations/importPipelines.d.ts.map +0 -1
  309. package/esm/operations/importPipelines.js +0 -236
  310. package/esm/operations/importPipelines.js.map +0 -1
  311. package/esm/operations/index.d.ts.map +0 -1
  312. package/esm/operations/index.js.map +0 -1
  313. package/esm/operations/operations.d.ts +0 -46
  314. package/esm/operations/operations.d.ts.map +0 -1
  315. package/esm/operations/operations.js +0 -79
  316. package/esm/operations/operations.js.map +0 -1
  317. package/esm/operations/pipelineRuns.d.ts +0 -115
  318. package/esm/operations/pipelineRuns.d.ts.map +0 -1
  319. package/esm/operations/pipelineRuns.js +0 -236
  320. package/esm/operations/pipelineRuns.js.map +0 -1
  321. package/esm/operations/privateEndpointConnections.d.ts +0 -117
  322. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  323. package/esm/operations/privateEndpointConnections.js +0 -238
  324. package/esm/operations/privateEndpointConnections.js.map +0 -1
  325. package/esm/operations/registries.d.ts +0 -358
  326. package/esm/operations/registries.d.ts.map +0 -1
  327. package/esm/operations/registries.js +0 -729
  328. package/esm/operations/registries.js.map +0 -1
  329. package/esm/operations/replications.d.ts +0 -135
  330. package/esm/operations/replications.d.ts.map +0 -1
  331. package/esm/operations/replications.js +0 -299
  332. package/esm/operations/replications.js.map +0 -1
  333. package/esm/operations/runs.d.ts +0 -139
  334. package/esm/operations/runs.d.ts.map +0 -1
  335. package/esm/operations/runs.js +0 -272
  336. package/esm/operations/runs.js.map +0 -1
  337. package/esm/operations/scopeMaps.d.ts +0 -135
  338. package/esm/operations/scopeMaps.d.ts.map +0 -1
  339. package/esm/operations/scopeMaps.js +0 -299
  340. package/esm/operations/scopeMaps.js.map +0 -1
  341. package/esm/operations/taskRuns.d.ts +0 -159
  342. package/esm/operations/taskRuns.d.ts.map +0 -1
  343. package/esm/operations/taskRuns.js +0 -332
  344. package/esm/operations/taskRuns.js.map +0 -1
  345. package/esm/operations/tasks.d.ts +0 -159
  346. package/esm/operations/tasks.d.ts.map +0 -1
  347. package/esm/operations/tasks.js +0 -332
  348. package/esm/operations/tasks.js.map +0 -1
  349. package/esm/operations/tokens.d.ts +0 -135
  350. package/esm/operations/tokens.d.ts.map +0 -1
  351. package/esm/operations/tokens.js +0 -299
  352. package/esm/operations/tokens.js.map +0 -1
  353. package/esm/operations/webhooks.d.ts +0 -225
  354. package/esm/operations/webhooks.d.ts.map +0 -1
  355. package/esm/operations/webhooks.js +0 -427
  356. package/esm/operations/webhooks.js.map +0 -1
  357. package/src/models/agentPoolsMappers.ts +0 -102
  358. package/src/models/connectedRegistriesMappers.ts +0 -102
  359. package/src/models/exportPipelinesMappers.ts +0 -98
  360. package/src/models/importPipelinesMappers.ts +0 -98
  361. package/src/models/operationsMappers.ts +0 -18
  362. package/src/models/pipelineRunsMappers.ts +0 -98
  363. package/src/models/privateEndpointConnectionsMappers.ts +0 -98
  364. package/src/models/registriesMappers.ts +0 -117
  365. package/src/models/replicationsMappers.ts +0 -99
  366. package/src/models/runsMappers.ts +0 -102
  367. package/src/models/scopeMapsMappers.ts +0 -99
  368. package/src/models/taskRunsMappers.ts +0 -101
  369. package/src/models/tasksMappers.ts +0 -112
  370. package/src/models/tokensMappers.ts +0 -99
  371. package/src/models/webhooksMappers.ts +0 -111
@@ -0,0 +1,326 @@
1
+ /*
2
+ * Copyright (c) Microsoft Corporation.
3
+ * Licensed under the MIT License.
4
+ *
5
+ * Code generated by Microsoft (R) AutoRest Code Generator.
6
+ * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
+ */
8
+ import { __asyncDelegator, __asyncGenerator, __asyncValues, __await, __awaiter } from "tslib";
9
+ import * as coreClient from "@azure/core-client";
10
+ import * as Mappers from "../models/mappers";
11
+ import * as Parameters from "../models/parameters";
12
+ import { LroEngine } from "@azure/core-lro";
13
+ import { LroImpl } from "../lroImpl";
14
+ /// <reference lib="esnext.asynciterable" />
15
+ /** Class containing PrivateEndpointConnections operations. */
16
+ export class PrivateEndpointConnectionsImpl {
17
+ /**
18
+ * Initialize a new instance of the class PrivateEndpointConnections class.
19
+ * @param client Reference to the service client
20
+ */
21
+ constructor(client) {
22
+ this.client = client;
23
+ }
24
+ /**
25
+ * List all private endpoint connections in a container registry.
26
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
27
+ * @param registryName The name of the container registry.
28
+ * @param options The options parameters.
29
+ */
30
+ list(resourceGroupName, registryName, options) {
31
+ const iter = this.listPagingAll(resourceGroupName, registryName, options);
32
+ return {
33
+ next() {
34
+ return iter.next();
35
+ },
36
+ [Symbol.asyncIterator]() {
37
+ return this;
38
+ },
39
+ byPage: () => {
40
+ return this.listPagingPage(resourceGroupName, registryName, options);
41
+ }
42
+ };
43
+ }
44
+ listPagingPage(resourceGroupName, registryName, options) {
45
+ return __asyncGenerator(this, arguments, function* listPagingPage_1() {
46
+ let result = yield __await(this._list(resourceGroupName, registryName, options));
47
+ yield yield __await(result.value || []);
48
+ let continuationToken = result.nextLink;
49
+ while (continuationToken) {
50
+ result = yield __await(this._listNext(resourceGroupName, registryName, continuationToken, options));
51
+ continuationToken = result.nextLink;
52
+ yield yield __await(result.value || []);
53
+ }
54
+ });
55
+ }
56
+ listPagingAll(resourceGroupName, registryName, options) {
57
+ return __asyncGenerator(this, arguments, function* listPagingAll_1() {
58
+ var e_1, _a;
59
+ try {
60
+ for (var _b = __asyncValues(this.listPagingPage(resourceGroupName, registryName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
61
+ const page = _c.value;
62
+ yield __await(yield* __asyncDelegator(__asyncValues(page)));
63
+ }
64
+ }
65
+ catch (e_1_1) { e_1 = { error: e_1_1 }; }
66
+ finally {
67
+ try {
68
+ if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
69
+ }
70
+ finally { if (e_1) throw e_1.error; }
71
+ }
72
+ });
73
+ }
74
+ /**
75
+ * List all private endpoint connections in a container registry.
76
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
77
+ * @param registryName The name of the container registry.
78
+ * @param options The options parameters.
79
+ */
80
+ _list(resourceGroupName, registryName, options) {
81
+ return this.client.sendOperationRequest({ resourceGroupName, registryName, options }, listOperationSpec);
82
+ }
83
+ /**
84
+ * Get the specified private endpoint connection associated with the container registry.
85
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
86
+ * @param registryName The name of the container registry.
87
+ * @param privateEndpointConnectionName The name of the private endpoint connection.
88
+ * @param options The options parameters.
89
+ */
90
+ get(resourceGroupName, registryName, privateEndpointConnectionName, options) {
91
+ return this.client.sendOperationRequest({
92
+ resourceGroupName,
93
+ registryName,
94
+ privateEndpointConnectionName,
95
+ options
96
+ }, getOperationSpec);
97
+ }
98
+ /**
99
+ * Update the state of specified private endpoint connection associated with the container registry.
100
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
101
+ * @param registryName The name of the container registry.
102
+ * @param privateEndpointConnectionName The name of the private endpoint connection.
103
+ * @param privateEndpointConnection The parameters for creating a private endpoint connection.
104
+ * @param options The options parameters.
105
+ */
106
+ beginCreateOrUpdate(resourceGroupName, registryName, privateEndpointConnectionName, privateEndpointConnection, options) {
107
+ return __awaiter(this, void 0, void 0, function* () {
108
+ const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
109
+ return this.client.sendOperationRequest(args, spec);
110
+ });
111
+ const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
112
+ var _a;
113
+ let currentRawResponse = undefined;
114
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
115
+ const callback = (rawResponse, flatResponse) => {
116
+ currentRawResponse = rawResponse;
117
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
118
+ };
119
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
120
+ const flatResponse = yield directSendOperation(updatedArgs, spec);
121
+ return {
122
+ flatResponse,
123
+ rawResponse: {
124
+ statusCode: currentRawResponse.status,
125
+ body: currentRawResponse.parsedBody,
126
+ headers: currentRawResponse.headers.toJSON()
127
+ }
128
+ };
129
+ });
130
+ const lro = new LroImpl(sendOperation, {
131
+ resourceGroupName,
132
+ registryName,
133
+ privateEndpointConnectionName,
134
+ privateEndpointConnection,
135
+ options
136
+ }, createOrUpdateOperationSpec);
137
+ return new LroEngine(lro, {
138
+ resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
139
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
140
+ });
141
+ });
142
+ }
143
+ /**
144
+ * Update the state of specified private endpoint connection associated with the container registry.
145
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
146
+ * @param registryName The name of the container registry.
147
+ * @param privateEndpointConnectionName The name of the private endpoint connection.
148
+ * @param privateEndpointConnection The parameters for creating a private endpoint connection.
149
+ * @param options The options parameters.
150
+ */
151
+ beginCreateOrUpdateAndWait(resourceGroupName, registryName, privateEndpointConnectionName, privateEndpointConnection, options) {
152
+ return __awaiter(this, void 0, void 0, function* () {
153
+ const poller = yield this.beginCreateOrUpdate(resourceGroupName, registryName, privateEndpointConnectionName, privateEndpointConnection, options);
154
+ return poller.pollUntilDone();
155
+ });
156
+ }
157
+ /**
158
+ * Deletes the specified private endpoint connection associated with the container registry.
159
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
160
+ * @param registryName The name of the container registry.
161
+ * @param privateEndpointConnectionName The name of the private endpoint connection.
162
+ * @param options The options parameters.
163
+ */
164
+ beginDelete(resourceGroupName, registryName, privateEndpointConnectionName, options) {
165
+ return __awaiter(this, void 0, void 0, function* () {
166
+ const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
167
+ return this.client.sendOperationRequest(args, spec);
168
+ });
169
+ const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
170
+ var _a;
171
+ let currentRawResponse = undefined;
172
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
173
+ const callback = (rawResponse, flatResponse) => {
174
+ currentRawResponse = rawResponse;
175
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
176
+ };
177
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
178
+ const flatResponse = yield directSendOperation(updatedArgs, spec);
179
+ return {
180
+ flatResponse,
181
+ rawResponse: {
182
+ statusCode: currentRawResponse.status,
183
+ body: currentRawResponse.parsedBody,
184
+ headers: currentRawResponse.headers.toJSON()
185
+ }
186
+ };
187
+ });
188
+ const lro = new LroImpl(sendOperation, {
189
+ resourceGroupName,
190
+ registryName,
191
+ privateEndpointConnectionName,
192
+ options
193
+ }, deleteOperationSpec);
194
+ return new LroEngine(lro, {
195
+ resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
196
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
197
+ });
198
+ });
199
+ }
200
+ /**
201
+ * Deletes the specified private endpoint connection associated with the container registry.
202
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
203
+ * @param registryName The name of the container registry.
204
+ * @param privateEndpointConnectionName The name of the private endpoint connection.
205
+ * @param options The options parameters.
206
+ */
207
+ beginDeleteAndWait(resourceGroupName, registryName, privateEndpointConnectionName, options) {
208
+ return __awaiter(this, void 0, void 0, function* () {
209
+ const poller = yield this.beginDelete(resourceGroupName, registryName, privateEndpointConnectionName, options);
210
+ return poller.pollUntilDone();
211
+ });
212
+ }
213
+ /**
214
+ * ListNext
215
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
216
+ * @param registryName The name of the container registry.
217
+ * @param nextLink The nextLink from the previous successful call to the List method.
218
+ * @param options The options parameters.
219
+ */
220
+ _listNext(resourceGroupName, registryName, nextLink, options) {
221
+ return this.client.sendOperationRequest({ resourceGroupName, registryName, nextLink, options }, listNextOperationSpec);
222
+ }
223
+ }
224
+ // Operation Specifications
225
+ const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
226
+ const listOperationSpec = {
227
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/privateEndpointConnections",
228
+ httpMethod: "GET",
229
+ responses: {
230
+ 200: {
231
+ bodyMapper: Mappers.PrivateEndpointConnectionListResult
232
+ }
233
+ },
234
+ queryParameters: [Parameters.apiVersion],
235
+ urlParameters: [
236
+ Parameters.$host,
237
+ Parameters.subscriptionId,
238
+ Parameters.resourceGroupName,
239
+ Parameters.registryName
240
+ ],
241
+ headerParameters: [Parameters.accept],
242
+ serializer
243
+ };
244
+ const getOperationSpec = {
245
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/privateEndpointConnections/{privateEndpointConnectionName}",
246
+ httpMethod: "GET",
247
+ responses: {
248
+ 200: {
249
+ bodyMapper: Mappers.PrivateEndpointConnection
250
+ }
251
+ },
252
+ queryParameters: [Parameters.apiVersion],
253
+ urlParameters: [
254
+ Parameters.$host,
255
+ Parameters.subscriptionId,
256
+ Parameters.resourceGroupName,
257
+ Parameters.registryName,
258
+ Parameters.privateEndpointConnectionName
259
+ ],
260
+ headerParameters: [Parameters.accept],
261
+ serializer
262
+ };
263
+ const createOrUpdateOperationSpec = {
264
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/privateEndpointConnections/{privateEndpointConnectionName}",
265
+ httpMethod: "PUT",
266
+ responses: {
267
+ 200: {
268
+ bodyMapper: Mappers.PrivateEndpointConnection
269
+ },
270
+ 201: {
271
+ bodyMapper: Mappers.PrivateEndpointConnection
272
+ },
273
+ 202: {
274
+ bodyMapper: Mappers.PrivateEndpointConnection
275
+ },
276
+ 204: {
277
+ bodyMapper: Mappers.PrivateEndpointConnection
278
+ }
279
+ },
280
+ requestBody: Parameters.privateEndpointConnection,
281
+ queryParameters: [Parameters.apiVersion],
282
+ urlParameters: [
283
+ Parameters.$host,
284
+ Parameters.subscriptionId,
285
+ Parameters.resourceGroupName,
286
+ Parameters.registryName,
287
+ Parameters.privateEndpointConnectionName
288
+ ],
289
+ headerParameters: [Parameters.accept, Parameters.contentType],
290
+ mediaType: "json",
291
+ serializer
292
+ };
293
+ const deleteOperationSpec = {
294
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/privateEndpointConnections/{privateEndpointConnectionName}",
295
+ httpMethod: "DELETE",
296
+ responses: { 200: {}, 201: {}, 202: {}, 204: {} },
297
+ queryParameters: [Parameters.apiVersion],
298
+ urlParameters: [
299
+ Parameters.$host,
300
+ Parameters.subscriptionId,
301
+ Parameters.resourceGroupName,
302
+ Parameters.registryName,
303
+ Parameters.privateEndpointConnectionName
304
+ ],
305
+ serializer
306
+ };
307
+ const listNextOperationSpec = {
308
+ path: "{nextLink}",
309
+ httpMethod: "GET",
310
+ responses: {
311
+ 200: {
312
+ bodyMapper: Mappers.PrivateEndpointConnectionListResult
313
+ }
314
+ },
315
+ queryParameters: [Parameters.apiVersion],
316
+ urlParameters: [
317
+ Parameters.$host,
318
+ Parameters.subscriptionId,
319
+ Parameters.resourceGroupName,
320
+ Parameters.registryName,
321
+ Parameters.nextLink
322
+ ],
323
+ headerParameters: [Parameters.accept],
324
+ serializer
325
+ };
326
+ //# sourceMappingURL=privateEndpointConnections.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"privateEndpointConnections.js","sourceRoot":"","sources":["../../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,217 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Registries } from "../operationsInterfaces";
3
+ import { ContainerRegistryManagementClientContext } from "../containerRegistryManagementClientContext";
4
+ import { PollerLike, PollOperationState } from "@azure/core-lro";
5
+ import { Registry, RegistriesListOptionalParams, RegistriesListByResourceGroupOptionalParams, PrivateLinkResource, RegistriesListPrivateLinkResourcesOptionalParams, ImportImageParameters, RegistriesImportImageOptionalParams, RegistryNameCheckRequest, RegistriesCheckNameAvailabilityOptionalParams, RegistriesCheckNameAvailabilityResponse, RegistriesGetOptionalParams, RegistriesGetResponse, RegistriesCreateOptionalParams, RegistriesCreateResponse, RegistriesDeleteOptionalParams, RegistryUpdateParameters, RegistriesUpdateOptionalParams, RegistriesUpdateResponse, RegistriesListUsagesOptionalParams, RegistriesListUsagesResponse, RegistriesListCredentialsOptionalParams, RegistriesListCredentialsResponse, RegenerateCredentialParameters, RegistriesRegenerateCredentialOptionalParams, RegistriesRegenerateCredentialResponse, GenerateCredentialsParameters, RegistriesGenerateCredentialsOptionalParams, RegistriesGenerateCredentialsResponse, RunRequestUnion, RegistriesScheduleRunOptionalParams, RegistriesScheduleRunResponse, RegistriesGetBuildSourceUploadUrlOptionalParams, RegistriesGetBuildSourceUploadUrlResponse } from "../models";
6
+ /** Class containing Registries operations. */
7
+ export declare class RegistriesImpl implements Registries {
8
+ private readonly client;
9
+ /**
10
+ * Initialize a new instance of the class Registries class.
11
+ * @param client Reference to the service client
12
+ */
13
+ constructor(client: ContainerRegistryManagementClientContext);
14
+ /**
15
+ * Lists all the container registries under the specified subscription.
16
+ * @param options The options parameters.
17
+ */
18
+ list(options?: RegistriesListOptionalParams): PagedAsyncIterableIterator<Registry>;
19
+ private listPagingPage;
20
+ private listPagingAll;
21
+ /**
22
+ * Lists all the container registries under the specified resource group.
23
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
24
+ * @param options The options parameters.
25
+ */
26
+ listByResourceGroup(resourceGroupName: string, options?: RegistriesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Registry>;
27
+ private listByResourceGroupPagingPage;
28
+ private listByResourceGroupPagingAll;
29
+ /**
30
+ * Lists the private link resources for a container registry.
31
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
32
+ * @param registryName The name of the container registry.
33
+ * @param options The options parameters.
34
+ */
35
+ listPrivateLinkResources(resourceGroupName: string, registryName: string, options?: RegistriesListPrivateLinkResourcesOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
36
+ private listPrivateLinkResourcesPagingPage;
37
+ private listPrivateLinkResourcesPagingAll;
38
+ /**
39
+ * Copies an image to this container registry from the specified container registry.
40
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
41
+ * @param registryName The name of the container registry.
42
+ * @param parameters The parameters specifying the image to copy and the source container registry.
43
+ * @param options The options parameters.
44
+ */
45
+ beginImportImage(resourceGroupName: string, registryName: string, parameters: ImportImageParameters, options?: RegistriesImportImageOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
46
+ /**
47
+ * Copies an image to this container registry from the specified container registry.
48
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
49
+ * @param registryName The name of the container registry.
50
+ * @param parameters The parameters specifying the image to copy and the source container registry.
51
+ * @param options The options parameters.
52
+ */
53
+ beginImportImageAndWait(resourceGroupName: string, registryName: string, parameters: ImportImageParameters, options?: RegistriesImportImageOptionalParams): Promise<void>;
54
+ /**
55
+ * Checks whether the container registry name is available for use. The name must contain only
56
+ * alphanumeric characters, be globally unique, and between 5 and 50 characters in length.
57
+ * @param registryNameCheckRequest The object containing information for the availability request.
58
+ * @param options The options parameters.
59
+ */
60
+ checkNameAvailability(registryNameCheckRequest: RegistryNameCheckRequest, options?: RegistriesCheckNameAvailabilityOptionalParams): Promise<RegistriesCheckNameAvailabilityResponse>;
61
+ /**
62
+ * Lists all the container registries under the specified subscription.
63
+ * @param options The options parameters.
64
+ */
65
+ private _list;
66
+ /**
67
+ * Lists all the container registries under the specified resource group.
68
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
69
+ * @param options The options parameters.
70
+ */
71
+ private _listByResourceGroup;
72
+ /**
73
+ * Gets the properties of the specified container registry.
74
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
75
+ * @param registryName The name of the container registry.
76
+ * @param options The options parameters.
77
+ */
78
+ get(resourceGroupName: string, registryName: string, options?: RegistriesGetOptionalParams): Promise<RegistriesGetResponse>;
79
+ /**
80
+ * Creates a container registry with the specified parameters.
81
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
82
+ * @param registryName The name of the container registry.
83
+ * @param registry The parameters for creating a container registry.
84
+ * @param options The options parameters.
85
+ */
86
+ beginCreate(resourceGroupName: string, registryName: string, registry: Registry, options?: RegistriesCreateOptionalParams): Promise<PollerLike<PollOperationState<RegistriesCreateResponse>, RegistriesCreateResponse>>;
87
+ /**
88
+ * Creates a container registry with the specified parameters.
89
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
90
+ * @param registryName The name of the container registry.
91
+ * @param registry The parameters for creating a container registry.
92
+ * @param options The options parameters.
93
+ */
94
+ beginCreateAndWait(resourceGroupName: string, registryName: string, registry: Registry, options?: RegistriesCreateOptionalParams): Promise<RegistriesCreateResponse>;
95
+ /**
96
+ * Deletes a container registry.
97
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
98
+ * @param registryName The name of the container registry.
99
+ * @param options The options parameters.
100
+ */
101
+ beginDelete(resourceGroupName: string, registryName: string, options?: RegistriesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
102
+ /**
103
+ * Deletes a container registry.
104
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
105
+ * @param registryName The name of the container registry.
106
+ * @param options The options parameters.
107
+ */
108
+ beginDeleteAndWait(resourceGroupName: string, registryName: string, options?: RegistriesDeleteOptionalParams): Promise<void>;
109
+ /**
110
+ * Updates a container registry with the specified parameters.
111
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
112
+ * @param registryName The name of the container registry.
113
+ * @param registryUpdateParameters The parameters for updating a container registry.
114
+ * @param options The options parameters.
115
+ */
116
+ beginUpdate(resourceGroupName: string, registryName: string, registryUpdateParameters: RegistryUpdateParameters, options?: RegistriesUpdateOptionalParams): Promise<PollerLike<PollOperationState<RegistriesUpdateResponse>, RegistriesUpdateResponse>>;
117
+ /**
118
+ * Updates a container registry with the specified parameters.
119
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
120
+ * @param registryName The name of the container registry.
121
+ * @param registryUpdateParameters The parameters for updating a container registry.
122
+ * @param options The options parameters.
123
+ */
124
+ beginUpdateAndWait(resourceGroupName: string, registryName: string, registryUpdateParameters: RegistryUpdateParameters, options?: RegistriesUpdateOptionalParams): Promise<RegistriesUpdateResponse>;
125
+ /**
126
+ * Gets the quota usages for the specified container registry.
127
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
128
+ * @param registryName The name of the container registry.
129
+ * @param options The options parameters.
130
+ */
131
+ listUsages(resourceGroupName: string, registryName: string, options?: RegistriesListUsagesOptionalParams): Promise<RegistriesListUsagesResponse>;
132
+ /**
133
+ * Lists the private link resources for a container registry.
134
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
135
+ * @param registryName The name of the container registry.
136
+ * @param options The options parameters.
137
+ */
138
+ private _listPrivateLinkResources;
139
+ /**
140
+ * Lists the login credentials for the specified container registry.
141
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
142
+ * @param registryName The name of the container registry.
143
+ * @param options The options parameters.
144
+ */
145
+ listCredentials(resourceGroupName: string, registryName: string, options?: RegistriesListCredentialsOptionalParams): Promise<RegistriesListCredentialsResponse>;
146
+ /**
147
+ * Regenerates one of the login credentials for the specified container registry.
148
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
149
+ * @param registryName The name of the container registry.
150
+ * @param regenerateCredentialParameters Specifies name of the password which should be regenerated --
151
+ * password or password2.
152
+ * @param options The options parameters.
153
+ */
154
+ regenerateCredential(resourceGroupName: string, registryName: string, regenerateCredentialParameters: RegenerateCredentialParameters, options?: RegistriesRegenerateCredentialOptionalParams): Promise<RegistriesRegenerateCredentialResponse>;
155
+ /**
156
+ * Generate keys for a token of a specified container registry.
157
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
158
+ * @param registryName The name of the container registry.
159
+ * @param generateCredentialsParameters The parameters for generating credentials.
160
+ * @param options The options parameters.
161
+ */
162
+ beginGenerateCredentials(resourceGroupName: string, registryName: string, generateCredentialsParameters: GenerateCredentialsParameters, options?: RegistriesGenerateCredentialsOptionalParams): Promise<PollerLike<PollOperationState<RegistriesGenerateCredentialsResponse>, RegistriesGenerateCredentialsResponse>>;
163
+ /**
164
+ * Generate keys for a token of a specified container registry.
165
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
166
+ * @param registryName The name of the container registry.
167
+ * @param generateCredentialsParameters The parameters for generating credentials.
168
+ * @param options The options parameters.
169
+ */
170
+ beginGenerateCredentialsAndWait(resourceGroupName: string, registryName: string, generateCredentialsParameters: GenerateCredentialsParameters, options?: RegistriesGenerateCredentialsOptionalParams): Promise<RegistriesGenerateCredentialsResponse>;
171
+ /**
172
+ * Schedules a new run based on the request parameters and add it to the run queue.
173
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
174
+ * @param registryName The name of the container registry.
175
+ * @param runRequest The parameters of a run that needs to scheduled.
176
+ * @param options The options parameters.
177
+ */
178
+ beginScheduleRun(resourceGroupName: string, registryName: string, runRequest: RunRequestUnion, options?: RegistriesScheduleRunOptionalParams): Promise<PollerLike<PollOperationState<RegistriesScheduleRunResponse>, RegistriesScheduleRunResponse>>;
179
+ /**
180
+ * Schedules a new run based on the request parameters and add it to the run queue.
181
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
182
+ * @param registryName The name of the container registry.
183
+ * @param runRequest The parameters of a run that needs to scheduled.
184
+ * @param options The options parameters.
185
+ */
186
+ beginScheduleRunAndWait(resourceGroupName: string, registryName: string, runRequest: RunRequestUnion, options?: RegistriesScheduleRunOptionalParams): Promise<RegistriesScheduleRunResponse>;
187
+ /**
188
+ * Get the upload location for the user to be able to upload the source.
189
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
190
+ * @param registryName The name of the container registry.
191
+ * @param options The options parameters.
192
+ */
193
+ getBuildSourceUploadUrl(resourceGroupName: string, registryName: string, options?: RegistriesGetBuildSourceUploadUrlOptionalParams): Promise<RegistriesGetBuildSourceUploadUrlResponse>;
194
+ /**
195
+ * ListNext
196
+ * @param nextLink The nextLink from the previous successful call to the List method.
197
+ * @param options The options parameters.
198
+ */
199
+ private _listNext;
200
+ /**
201
+ * ListByResourceGroupNext
202
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
203
+ * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
204
+ * @param options The options parameters.
205
+ */
206
+ private _listByResourceGroupNext;
207
+ /**
208
+ * ListPrivateLinkResourcesNext
209
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
210
+ * @param registryName The name of the container registry.
211
+ * @param nextLink The nextLink from the previous successful call to the ListPrivateLinkResources
212
+ * method.
213
+ * @param options The options parameters.
214
+ */
215
+ private _listPrivateLinkResourcesNext;
216
+ }
217
+ //# sourceMappingURL=registries.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"registries.d.ts","sourceRoot":"","sources":["../../../src/operations/registries.ts"],"names":[],"mappings":"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"}