@azure/arm-containerregistry 7.0.0 → 9.0.0-beta.1

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 (310) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/{LICENSE.txt → LICENSE} +2 -2
  3. package/README.md +68 -76
  4. package/dist/index.js +12640 -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 +3421 -0
  25. package/dist-esm/src/models/index.d.ts.map +1 -0
  26. package/dist-esm/src/models/index.js +339 -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 +3696 -2199
  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/dist-esm/src/operations/index.d.ts +16 -0
  53. package/dist-esm/src/operations/index.d.ts.map +1 -0
  54. package/dist-esm/src/operations/index.js +23 -0
  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/dist-esm/src/operationsInterfaces/runs.js +9 -0
  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 +2 -0
  165. package/dist-esm/test/containerregistry_examples.d.ts.map +1 -0
  166. package/dist-esm/test/containerregistry_examples.js +326 -0
  167. package/dist-esm/test/containerregistry_examples.js.map +1 -0
  168. package/package.json +65 -31
  169. package/review/arm-containerregistry.api.md +2912 -0
  170. package/rollup.config.js +181 -30
  171. package/src/containerRegistryManagementClient.ts +78 -42
  172. package/src/containerRegistryManagementClientContext.ts +45 -37
  173. package/src/index.ts +13 -0
  174. package/src/lroImpl.ts +34 -0
  175. package/src/models/index.ts +3217 -3457
  176. package/src/models/mappers.ts +3831 -2214
  177. package/src/models/parameters.ts +379 -81
  178. package/src/operations/agentPools.ts +646 -0
  179. package/src/operations/connectedRegistries.ts +718 -0
  180. package/src/operations/exportPipelines.ts +449 -0
  181. package/src/operations/importPipelines.ts +449 -0
  182. package/src/operations/index.ts +12 -7
  183. package/src/operations/operations.ts +84 -76
  184. package/src/operations/pipelineRuns.ts +449 -0
  185. package/src/operations/privateEndpointConnections.ts +460 -0
  186. package/src/operations/registries.ts +1031 -653
  187. package/src/operations/replications.ts +433 -251
  188. package/src/operations/runs.ts +356 -243
  189. package/src/operations/scopeMaps.ts +433 -251
  190. package/src/operations/taskRuns.ts +646 -0
  191. package/src/operations/tasks.ts +459 -277
  192. package/src/operations/tokens.ts +427 -251
  193. package/src/operations/webhooks.ts +614 -419
  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/{esm/operations/index.js → src/operationsInterfaces/index.ts} +13 -8
  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 +4 -4
  211. package/types/arm-containerregistry.d.ts +4991 -0
  212. package/types/tsdoc-metadata.json +11 -0
  213. package/dist/arm-containerregistry.js +0 -7529
  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 -25
  218. package/esm/containerRegistryManagementClient.d.ts.map +0 -1
  219. package/esm/containerRegistryManagementClient.js +0 -40
  220. package/esm/containerRegistryManagementClient.js.map +0 -1
  221. package/esm/containerRegistryManagementClientContext.d.ts +0 -15
  222. package/esm/containerRegistryManagementClientContext.d.ts.map +0 -1
  223. package/esm/containerRegistryManagementClientContext.js +0 -55
  224. package/esm/containerRegistryManagementClientContext.js.map +0 -1
  225. package/esm/models/index.d.ts +0 -3884
  226. package/esm/models/index.d.ts.map +0 -1
  227. package/esm/models/index.js +0 -8
  228. package/esm/models/index.js.map +0 -1
  229. package/esm/models/mappers.d.ts +0 -129
  230. package/esm/models/mappers.d.ts.map +0 -1
  231. package/esm/models/mappers.js.map +0 -1
  232. package/esm/models/operationsMappers.d.ts +0 -2
  233. package/esm/models/operationsMappers.d.ts.map +0 -1
  234. package/esm/models/operationsMappers.js +0 -9
  235. package/esm/models/operationsMappers.js.map +0 -1
  236. package/esm/models/parameters.d.ts +0 -18
  237. package/esm/models/parameters.d.ts.map +0 -1
  238. package/esm/models/parameters.js +0 -214
  239. package/esm/models/parameters.js.map +0 -1
  240. package/esm/models/registriesMappers.d.ts +0 -2
  241. package/esm/models/registriesMappers.d.ts.map +0 -1
  242. package/esm/models/registriesMappers.js +0 -9
  243. package/esm/models/registriesMappers.js.map +0 -1
  244. package/esm/models/replicationsMappers.d.ts +0 -2
  245. package/esm/models/replicationsMappers.d.ts.map +0 -1
  246. package/esm/models/replicationsMappers.js +0 -9
  247. package/esm/models/replicationsMappers.js.map +0 -1
  248. package/esm/models/runsMappers.d.ts +0 -2
  249. package/esm/models/runsMappers.d.ts.map +0 -1
  250. package/esm/models/runsMappers.js +0 -9
  251. package/esm/models/runsMappers.js.map +0 -1
  252. package/esm/models/scopeMapsMappers.d.ts +0 -2
  253. package/esm/models/scopeMapsMappers.d.ts.map +0 -1
  254. package/esm/models/scopeMapsMappers.js +0 -9
  255. package/esm/models/scopeMapsMappers.js.map +0 -1
  256. package/esm/models/tasksMappers.d.ts +0 -2
  257. package/esm/models/tasksMappers.d.ts.map +0 -1
  258. package/esm/models/tasksMappers.js +0 -9
  259. package/esm/models/tasksMappers.js.map +0 -1
  260. package/esm/models/tokensMappers.d.ts +0 -2
  261. package/esm/models/tokensMappers.d.ts.map +0 -1
  262. package/esm/models/tokensMappers.js +0 -9
  263. package/esm/models/tokensMappers.js.map +0 -1
  264. package/esm/models/webhooksMappers.d.ts +0 -2
  265. package/esm/models/webhooksMappers.d.ts.map +0 -1
  266. package/esm/models/webhooksMappers.js +0 -9
  267. package/esm/models/webhooksMappers.js.map +0 -1
  268. package/esm/operations/index.d.ts +0 -9
  269. package/esm/operations/index.d.ts.map +0 -1
  270. package/esm/operations/index.js.map +0 -1
  271. package/esm/operations/operations.d.ts +0 -46
  272. package/esm/operations/operations.d.ts.map +0 -1
  273. package/esm/operations/operations.js +0 -77
  274. package/esm/operations/operations.js.map +0 -1
  275. package/esm/operations/registries.d.ts +0 -319
  276. package/esm/operations/registries.d.ts.map +0 -1
  277. package/esm/operations/registries.js +0 -664
  278. package/esm/operations/registries.js.map +0 -1
  279. package/esm/operations/replications.d.ts +0 -135
  280. package/esm/operations/replications.d.ts.map +0 -1
  281. package/esm/operations/replications.js +0 -297
  282. package/esm/operations/replications.js.map +0 -1
  283. package/esm/operations/runs.d.ts +0 -139
  284. package/esm/operations/runs.d.ts.map +0 -1
  285. package/esm/operations/runs.js +0 -268
  286. package/esm/operations/runs.js.map +0 -1
  287. package/esm/operations/scopeMaps.d.ts +0 -135
  288. package/esm/operations/scopeMaps.d.ts.map +0 -1
  289. package/esm/operations/scopeMaps.js +0 -297
  290. package/esm/operations/scopeMaps.js.map +0 -1
  291. package/esm/operations/tasks.d.ts +0 -159
  292. package/esm/operations/tasks.d.ts.map +0 -1
  293. package/esm/operations/tasks.js +0 -330
  294. package/esm/operations/tasks.js.map +0 -1
  295. package/esm/operations/tokens.d.ts +0 -135
  296. package/esm/operations/tokens.d.ts.map +0 -1
  297. package/esm/operations/tokens.js +0 -297
  298. package/esm/operations/tokens.js.map +0 -1
  299. package/esm/operations/webhooks.d.ts +0 -225
  300. package/esm/operations/webhooks.d.ts.map +0 -1
  301. package/esm/operations/webhooks.js +0 -422
  302. package/esm/operations/webhooks.js.map +0 -1
  303. package/src/models/operationsMappers.ts +0 -17
  304. package/src/models/registriesMappers.ts +0 -81
  305. package/src/models/replicationsMappers.ts +0 -62
  306. package/src/models/runsMappers.ts +0 -63
  307. package/src/models/scopeMapsMappers.ts +0 -62
  308. package/src/models/tasksMappers.ts +0 -73
  309. package/src/models/tokensMappers.ts +0 -62
  310. package/src/models/webhooksMappers.ts +0 -74
@@ -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
+ * Get the specified private endpoint connection associated with the 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 privateEndpointConnectionName The name of the private endpoint connection.
79
+ * @param options The options parameters.
80
+ */
81
+ get(resourceGroupName, registryName, privateEndpointConnectionName, options) {
82
+ return this.client.sendOperationRequest({
83
+ resourceGroupName,
84
+ registryName,
85
+ privateEndpointConnectionName,
86
+ options
87
+ }, getOperationSpec);
88
+ }
89
+ /**
90
+ * Update the state of specified private endpoint connection associated with the container registry.
91
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
92
+ * @param registryName The name of the container registry.
93
+ * @param privateEndpointConnectionName The name of the private endpoint connection.
94
+ * @param privateEndpointConnection The parameters for creating a private endpoint connection.
95
+ * @param options The options parameters.
96
+ */
97
+ beginCreateOrUpdate(resourceGroupName, registryName, privateEndpointConnectionName, privateEndpointConnection, options) {
98
+ return __awaiter(this, void 0, void 0, function* () {
99
+ const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
100
+ return this.client.sendOperationRequest(args, spec);
101
+ });
102
+ const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
103
+ var _a;
104
+ let currentRawResponse = undefined;
105
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
106
+ const callback = (rawResponse, flatResponse) => {
107
+ currentRawResponse = rawResponse;
108
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
109
+ };
110
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
111
+ const flatResponse = yield directSendOperation(updatedArgs, spec);
112
+ return {
113
+ flatResponse,
114
+ rawResponse: {
115
+ statusCode: currentRawResponse.status,
116
+ body: currentRawResponse.parsedBody,
117
+ headers: currentRawResponse.headers.toJSON()
118
+ }
119
+ };
120
+ });
121
+ const lro = new LroImpl(sendOperation, {
122
+ resourceGroupName,
123
+ registryName,
124
+ privateEndpointConnectionName,
125
+ privateEndpointConnection,
126
+ options
127
+ }, createOrUpdateOperationSpec);
128
+ return new LroEngine(lro, {
129
+ resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
130
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
131
+ });
132
+ });
133
+ }
134
+ /**
135
+ * Update the state of specified private endpoint connection associated with the container registry.
136
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
137
+ * @param registryName The name of the container registry.
138
+ * @param privateEndpointConnectionName The name of the private endpoint connection.
139
+ * @param privateEndpointConnection The parameters for creating a private endpoint connection.
140
+ * @param options The options parameters.
141
+ */
142
+ beginCreateOrUpdateAndWait(resourceGroupName, registryName, privateEndpointConnectionName, privateEndpointConnection, options) {
143
+ return __awaiter(this, void 0, void 0, function* () {
144
+ const poller = yield this.beginCreateOrUpdate(resourceGroupName, registryName, privateEndpointConnectionName, privateEndpointConnection, options);
145
+ return poller.pollUntilDone();
146
+ });
147
+ }
148
+ /**
149
+ * Deletes the specified private endpoint connection associated with the container registry.
150
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
151
+ * @param registryName The name of the container registry.
152
+ * @param privateEndpointConnectionName The name of the private endpoint connection.
153
+ * @param options The options parameters.
154
+ */
155
+ beginDelete(resourceGroupName, registryName, privateEndpointConnectionName, options) {
156
+ return __awaiter(this, void 0, void 0, function* () {
157
+ const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
158
+ return this.client.sendOperationRequest(args, spec);
159
+ });
160
+ const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
161
+ var _a;
162
+ let currentRawResponse = undefined;
163
+ const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
164
+ const callback = (rawResponse, flatResponse) => {
165
+ currentRawResponse = rawResponse;
166
+ providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
167
+ };
168
+ const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
169
+ const flatResponse = yield directSendOperation(updatedArgs, spec);
170
+ return {
171
+ flatResponse,
172
+ rawResponse: {
173
+ statusCode: currentRawResponse.status,
174
+ body: currentRawResponse.parsedBody,
175
+ headers: currentRawResponse.headers.toJSON()
176
+ }
177
+ };
178
+ });
179
+ const lro = new LroImpl(sendOperation, {
180
+ resourceGroupName,
181
+ registryName,
182
+ privateEndpointConnectionName,
183
+ options
184
+ }, deleteOperationSpec);
185
+ return new LroEngine(lro, {
186
+ resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
187
+ intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
188
+ });
189
+ });
190
+ }
191
+ /**
192
+ * Deletes the specified private endpoint connection associated with the container registry.
193
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
194
+ * @param registryName The name of the container registry.
195
+ * @param privateEndpointConnectionName The name of the private endpoint connection.
196
+ * @param options The options parameters.
197
+ */
198
+ beginDeleteAndWait(resourceGroupName, registryName, privateEndpointConnectionName, options) {
199
+ return __awaiter(this, void 0, void 0, function* () {
200
+ const poller = yield this.beginDelete(resourceGroupName, registryName, privateEndpointConnectionName, options);
201
+ return poller.pollUntilDone();
202
+ });
203
+ }
204
+ /**
205
+ * List all private endpoint connections in a container registry.
206
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
207
+ * @param registryName The name of the container registry.
208
+ * @param options The options parameters.
209
+ */
210
+ _list(resourceGroupName, registryName, options) {
211
+ return this.client.sendOperationRequest({ resourceGroupName, registryName, options }, listOperationSpec);
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 getOperationSpec = {
227
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/privateEndpointConnections/{privateEndpointConnectionName}",
228
+ httpMethod: "GET",
229
+ responses: {
230
+ 200: {
231
+ bodyMapper: Mappers.PrivateEndpointConnection
232
+ }
233
+ },
234
+ queryParameters: [Parameters.apiVersion],
235
+ urlParameters: [
236
+ Parameters.$host,
237
+ Parameters.subscriptionId,
238
+ Parameters.resourceGroupName,
239
+ Parameters.registryName,
240
+ Parameters.privateEndpointConnectionName
241
+ ],
242
+ headerParameters: [Parameters.accept],
243
+ serializer
244
+ };
245
+ const createOrUpdateOperationSpec = {
246
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/privateEndpointConnections/{privateEndpointConnectionName}",
247
+ httpMethod: "PUT",
248
+ responses: {
249
+ 200: {
250
+ bodyMapper: Mappers.PrivateEndpointConnection
251
+ },
252
+ 201: {
253
+ bodyMapper: Mappers.PrivateEndpointConnection
254
+ },
255
+ 202: {
256
+ bodyMapper: Mappers.PrivateEndpointConnection
257
+ },
258
+ 204: {
259
+ bodyMapper: Mappers.PrivateEndpointConnection
260
+ }
261
+ },
262
+ requestBody: Parameters.privateEndpointConnection,
263
+ queryParameters: [Parameters.apiVersion],
264
+ urlParameters: [
265
+ Parameters.$host,
266
+ Parameters.subscriptionId,
267
+ Parameters.resourceGroupName,
268
+ Parameters.registryName,
269
+ Parameters.privateEndpointConnectionName
270
+ ],
271
+ headerParameters: [Parameters.accept, Parameters.contentType],
272
+ mediaType: "json",
273
+ serializer
274
+ };
275
+ const deleteOperationSpec = {
276
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/privateEndpointConnections/{privateEndpointConnectionName}",
277
+ httpMethod: "DELETE",
278
+ responses: { 200: {}, 201: {}, 202: {}, 204: {} },
279
+ queryParameters: [Parameters.apiVersion],
280
+ urlParameters: [
281
+ Parameters.$host,
282
+ Parameters.subscriptionId,
283
+ Parameters.resourceGroupName,
284
+ Parameters.registryName,
285
+ Parameters.privateEndpointConnectionName
286
+ ],
287
+ serializer
288
+ };
289
+ const listOperationSpec = {
290
+ path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/privateEndpointConnections",
291
+ httpMethod: "GET",
292
+ responses: {
293
+ 200: {
294
+ bodyMapper: Mappers.PrivateEndpointConnectionListResult
295
+ }
296
+ },
297
+ queryParameters: [Parameters.apiVersion],
298
+ urlParameters: [
299
+ Parameters.$host,
300
+ Parameters.subscriptionId,
301
+ Parameters.resourceGroupName,
302
+ Parameters.registryName
303
+ ],
304
+ headerParameters: [Parameters.accept],
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, RegistriesListByResourceGroupOptionalParams, RegistriesListOptionalParams, PrivateLinkResource, RegistriesListPrivateLinkResourcesOptionalParams, ImportImageParameters, RegistriesImportImageOptionalParams, RegistryNameCheckRequest, RegistriesCheckNameAvailabilityOptionalParams, RegistriesCheckNameAvailabilityResponse, RegistriesGetOptionalParams, RegistriesGetResponse, RegistriesCreateOptionalParams, RegistriesCreateResponse, RegistriesDeleteOptionalParams, RegistryUpdateParameters, RegistriesUpdateOptionalParams, RegistriesUpdateResponse, RegistriesListCredentialsOptionalParams, RegistriesListCredentialsResponse, RegenerateCredentialParameters, RegistriesRegenerateCredentialOptionalParams, RegistriesRegenerateCredentialResponse, RegistriesListUsagesOptionalParams, RegistriesListUsagesResponse, 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 resource group.
16
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
17
+ * @param options The options parameters.
18
+ */
19
+ listByResourceGroup(resourceGroupName: string, options?: RegistriesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Registry>;
20
+ private listByResourceGroupPagingPage;
21
+ private listByResourceGroupPagingAll;
22
+ /**
23
+ * Lists all the container registries under the specified subscription.
24
+ * @param options The options parameters.
25
+ */
26
+ list(options?: RegistriesListOptionalParams): PagedAsyncIterableIterator<Registry>;
27
+ private listPagingPage;
28
+ private listPagingAll;
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
+ * Gets the properties of the specified container registry.
63
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
64
+ * @param registryName The name of the container registry.
65
+ * @param options The options parameters.
66
+ */
67
+ get(resourceGroupName: string, registryName: string, options?: RegistriesGetOptionalParams): Promise<RegistriesGetResponse>;
68
+ /**
69
+ * Creates a container registry with the specified parameters.
70
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
71
+ * @param registryName The name of the container registry.
72
+ * @param registry The parameters for creating a container registry.
73
+ * @param options The options parameters.
74
+ */
75
+ beginCreate(resourceGroupName: string, registryName: string, registry: Registry, options?: RegistriesCreateOptionalParams): Promise<PollerLike<PollOperationState<RegistriesCreateResponse>, RegistriesCreateResponse>>;
76
+ /**
77
+ * Creates a container registry with the specified parameters.
78
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
79
+ * @param registryName The name of the container registry.
80
+ * @param registry The parameters for creating a container registry.
81
+ * @param options The options parameters.
82
+ */
83
+ beginCreateAndWait(resourceGroupName: string, registryName: string, registry: Registry, options?: RegistriesCreateOptionalParams): Promise<RegistriesCreateResponse>;
84
+ /**
85
+ * Deletes a container registry.
86
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
87
+ * @param registryName The name of the container registry.
88
+ * @param options The options parameters.
89
+ */
90
+ beginDelete(resourceGroupName: string, registryName: string, options?: RegistriesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
91
+ /**
92
+ * Deletes a container registry.
93
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
94
+ * @param registryName The name of the container registry.
95
+ * @param options The options parameters.
96
+ */
97
+ beginDeleteAndWait(resourceGroupName: string, registryName: string, options?: RegistriesDeleteOptionalParams): Promise<void>;
98
+ /**
99
+ * Updates a container registry with the specified parameters.
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 registryUpdateParameters The parameters for updating a container registry.
103
+ * @param options The options parameters.
104
+ */
105
+ beginUpdate(resourceGroupName: string, registryName: string, registryUpdateParameters: RegistryUpdateParameters, options?: RegistriesUpdateOptionalParams): Promise<PollerLike<PollOperationState<RegistriesUpdateResponse>, RegistriesUpdateResponse>>;
106
+ /**
107
+ * Updates a container registry with the specified parameters.
108
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
109
+ * @param registryName The name of the container registry.
110
+ * @param registryUpdateParameters The parameters for updating a container registry.
111
+ * @param options The options parameters.
112
+ */
113
+ beginUpdateAndWait(resourceGroupName: string, registryName: string, registryUpdateParameters: RegistryUpdateParameters, options?: RegistriesUpdateOptionalParams): Promise<RegistriesUpdateResponse>;
114
+ /**
115
+ * Lists all the container registries under the specified resource group.
116
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
117
+ * @param options The options parameters.
118
+ */
119
+ private _listByResourceGroup;
120
+ /**
121
+ * Lists all the container registries under the specified subscription.
122
+ * @param options The options parameters.
123
+ */
124
+ private _list;
125
+ /**
126
+ * Lists the login credentials 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
+ listCredentials(resourceGroupName: string, registryName: string, options?: RegistriesListCredentialsOptionalParams): Promise<RegistriesListCredentialsResponse>;
132
+ /**
133
+ * Regenerates one of the login credentials for the specified 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 regenerateCredentialParameters Specifies name of the password which should be regenerated --
137
+ * password or password2.
138
+ * @param options The options parameters.
139
+ */
140
+ regenerateCredential(resourceGroupName: string, registryName: string, regenerateCredentialParameters: RegenerateCredentialParameters, options?: RegistriesRegenerateCredentialOptionalParams): Promise<RegistriesRegenerateCredentialResponse>;
141
+ /**
142
+ * Gets the quota usages for the specified container registry.
143
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
144
+ * @param registryName The name of the container registry.
145
+ * @param options The options parameters.
146
+ */
147
+ listUsages(resourceGroupName: string, registryName: string, options?: RegistriesListUsagesOptionalParams): Promise<RegistriesListUsagesResponse>;
148
+ /**
149
+ * Lists the private link resources for a container registry.
150
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
151
+ * @param registryName The name of the container registry.
152
+ * @param options The options parameters.
153
+ */
154
+ private _listPrivateLinkResources;
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
+ * ListByResourceGroupNext
196
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
197
+ * @param nextLink The nextLink from the previous successful call to the ListByResourceGroup method.
198
+ * @param options The options parameters.
199
+ */
200
+ private _listByResourceGroupNext;
201
+ /**
202
+ * ListNext
203
+ * @param nextLink The nextLink from the previous successful call to the List method.
204
+ * @param options The options parameters.
205
+ */
206
+ private _listNext;
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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"}