@azure/arm-containerregistry 8.1.1 → 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 (363) hide show
  1. package/CHANGELOG.md +14 -0
  2. package/{LICENSE.txt → LICENSE} +2 -2
  3. package/README.md +65 -85
  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 +3282 -2937
  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 +3 -2
  53. package/dist-esm/src/operations/index.d.ts.map +1 -0
  54. package/{esm → dist-esm/src}/operations/index.js +6 -7
  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 -32
  169. package/review/arm-containerregistry.api.md +2912 -0
  170. package/rollup.config.js +181 -30
  171. package/src/containerRegistryManagementClient.ts +78 -60
  172. package/src/containerRegistryManagementClientContext.ts +45 -43
  173. package/src/index.ts +13 -0
  174. package/src/lroImpl.ts +34 -0
  175. package/src/models/index.ts +2913 -4717
  176. package/src/models/mappers.ts +3272 -2889
  177. package/src/models/parameters.ts +342 -124
  178. package/src/operations/agentPools.ts +467 -285
  179. package/src/operations/connectedRegistries.ts +718 -0
  180. package/src/operations/exportPipelines.ts +330 -211
  181. package/src/operations/importPipelines.ts +330 -211
  182. package/src/operations/index.ts +6 -7
  183. package/src/operations/operations.ts +84 -76
  184. package/src/operations/pipelineRuns.ts +330 -211
  185. package/src/operations/privateEndpointConnections.ts +336 -208
  186. package/src/operations/registries.ts +1016 -744
  187. package/src/operations/replications.ts +433 -251
  188. package/src/operations/runs.ts +350 -237
  189. package/src/operations/scopeMaps.ts +433 -251
  190. package/src/operations/taskRuns.ts +471 -289
  191. package/src/operations/tasks.ts +453 -271
  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/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 +4991 -0
  212. package/types/tsdoc-metadata.json +11 -0
  213. package/dist/arm-containerregistry.js +0 -11195
  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 -37
  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 -60
  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/exportPipelinesMappers.d.ts +0 -2
  230. package/esm/models/exportPipelinesMappers.d.ts.map +0 -1
  231. package/esm/models/exportPipelinesMappers.js +0 -9
  232. package/esm/models/exportPipelinesMappers.js.map +0 -1
  233. package/esm/models/importPipelinesMappers.d.ts +0 -2
  234. package/esm/models/importPipelinesMappers.d.ts.map +0 -1
  235. package/esm/models/importPipelinesMappers.js +0 -9
  236. package/esm/models/importPipelinesMappers.js.map +0 -1
  237. package/esm/models/index.d.ts +0 -5332
  238. package/esm/models/index.d.ts.map +0 -1
  239. package/esm/models/index.js +0 -8
  240. package/esm/models/index.js.map +0 -1
  241. package/esm/models/mappers.d.ts +0 -165
  242. package/esm/models/mappers.d.ts.map +0 -1
  243. package/esm/models/mappers.js.map +0 -1
  244. package/esm/models/operationsMappers.d.ts +0 -2
  245. package/esm/models/operationsMappers.d.ts.map +0 -1
  246. package/esm/models/operationsMappers.js +0 -9
  247. package/esm/models/operationsMappers.js.map +0 -1
  248. package/esm/models/parameters.d.ts +0 -24
  249. package/esm/models/parameters.d.ts.map +0 -1
  250. package/esm/models/parameters.js +0 -294
  251. package/esm/models/parameters.js.map +0 -1
  252. package/esm/models/pipelineRunsMappers.d.ts +0 -2
  253. package/esm/models/pipelineRunsMappers.d.ts.map +0 -1
  254. package/esm/models/pipelineRunsMappers.js +0 -9
  255. package/esm/models/pipelineRunsMappers.js.map +0 -1
  256. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  257. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  258. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  259. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  260. package/esm/models/registriesMappers.d.ts +0 -2
  261. package/esm/models/registriesMappers.d.ts.map +0 -1
  262. package/esm/models/registriesMappers.js +0 -9
  263. package/esm/models/registriesMappers.js.map +0 -1
  264. package/esm/models/replicationsMappers.d.ts +0 -2
  265. package/esm/models/replicationsMappers.d.ts.map +0 -1
  266. package/esm/models/replicationsMappers.js +0 -9
  267. package/esm/models/replicationsMappers.js.map +0 -1
  268. package/esm/models/runsMappers.d.ts +0 -2
  269. package/esm/models/runsMappers.d.ts.map +0 -1
  270. package/esm/models/runsMappers.js +0 -9
  271. package/esm/models/runsMappers.js.map +0 -1
  272. package/esm/models/scopeMapsMappers.d.ts +0 -2
  273. package/esm/models/scopeMapsMappers.d.ts.map +0 -1
  274. package/esm/models/scopeMapsMappers.js +0 -9
  275. package/esm/models/scopeMapsMappers.js.map +0 -1
  276. package/esm/models/taskRunsMappers.d.ts +0 -2
  277. package/esm/models/taskRunsMappers.d.ts.map +0 -1
  278. package/esm/models/taskRunsMappers.js +0 -9
  279. package/esm/models/taskRunsMappers.js.map +0 -1
  280. package/esm/models/tasksMappers.d.ts +0 -2
  281. package/esm/models/tasksMappers.d.ts.map +0 -1
  282. package/esm/models/tasksMappers.js +0 -9
  283. package/esm/models/tasksMappers.js.map +0 -1
  284. package/esm/models/tokensMappers.d.ts +0 -2
  285. package/esm/models/tokensMappers.d.ts.map +0 -1
  286. package/esm/models/tokensMappers.js +0 -9
  287. package/esm/models/tokensMappers.js.map +0 -1
  288. package/esm/models/webhooksMappers.d.ts +0 -2
  289. package/esm/models/webhooksMappers.d.ts.map +0 -1
  290. package/esm/models/webhooksMappers.js +0 -9
  291. package/esm/models/webhooksMappers.js.map +0 -1
  292. package/esm/operations/agentPools.d.ts +0 -159
  293. package/esm/operations/agentPools.d.ts.map +0 -1
  294. package/esm/operations/agentPools.js +0 -330
  295. package/esm/operations/agentPools.js.map +0 -1
  296. package/esm/operations/exportPipelines.d.ts +0 -115
  297. package/esm/operations/exportPipelines.d.ts.map +0 -1
  298. package/esm/operations/exportPipelines.js +0 -234
  299. package/esm/operations/exportPipelines.js.map +0 -1
  300. package/esm/operations/importPipelines.d.ts +0 -115
  301. package/esm/operations/importPipelines.d.ts.map +0 -1
  302. package/esm/operations/importPipelines.js +0 -234
  303. package/esm/operations/importPipelines.js.map +0 -1
  304. package/esm/operations/index.d.ts.map +0 -1
  305. package/esm/operations/index.js.map +0 -1
  306. package/esm/operations/operations.d.ts +0 -46
  307. package/esm/operations/operations.d.ts.map +0 -1
  308. package/esm/operations/operations.js +0 -77
  309. package/esm/operations/operations.js.map +0 -1
  310. package/esm/operations/pipelineRuns.d.ts +0 -115
  311. package/esm/operations/pipelineRuns.d.ts.map +0 -1
  312. package/esm/operations/pipelineRuns.js +0 -234
  313. package/esm/operations/pipelineRuns.js.map +0 -1
  314. package/esm/operations/privateEndpointConnections.d.ts +0 -117
  315. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  316. package/esm/operations/privateEndpointConnections.js +0 -236
  317. package/esm/operations/privateEndpointConnections.js.map +0 -1
  318. package/esm/operations/registries.d.ts +0 -358
  319. package/esm/operations/registries.d.ts.map +0 -1
  320. package/esm/operations/registries.js +0 -721
  321. package/esm/operations/registries.js.map +0 -1
  322. package/esm/operations/replications.d.ts +0 -135
  323. package/esm/operations/replications.d.ts.map +0 -1
  324. package/esm/operations/replications.js +0 -297
  325. package/esm/operations/replications.js.map +0 -1
  326. package/esm/operations/runs.d.ts +0 -139
  327. package/esm/operations/runs.d.ts.map +0 -1
  328. package/esm/operations/runs.js +0 -268
  329. package/esm/operations/runs.js.map +0 -1
  330. package/esm/operations/scopeMaps.d.ts +0 -135
  331. package/esm/operations/scopeMaps.d.ts.map +0 -1
  332. package/esm/operations/scopeMaps.js +0 -297
  333. package/esm/operations/scopeMaps.js.map +0 -1
  334. package/esm/operations/taskRuns.d.ts +0 -159
  335. package/esm/operations/taskRuns.d.ts.map +0 -1
  336. package/esm/operations/taskRuns.js +0 -330
  337. package/esm/operations/taskRuns.js.map +0 -1
  338. package/esm/operations/tasks.d.ts +0 -159
  339. package/esm/operations/tasks.d.ts.map +0 -1
  340. package/esm/operations/tasks.js +0 -330
  341. package/esm/operations/tasks.js.map +0 -1
  342. package/esm/operations/tokens.d.ts +0 -135
  343. package/esm/operations/tokens.d.ts.map +0 -1
  344. package/esm/operations/tokens.js +0 -297
  345. package/esm/operations/tokens.js.map +0 -1
  346. package/esm/operations/webhooks.d.ts +0 -225
  347. package/esm/operations/webhooks.d.ts.map +0 -1
  348. package/esm/operations/webhooks.js +0 -422
  349. package/esm/operations/webhooks.js.map +0 -1
  350. package/src/models/agentPoolsMappers.ts +0 -93
  351. package/src/models/exportPipelinesMappers.ts +0 -89
  352. package/src/models/importPipelinesMappers.ts +0 -89
  353. package/src/models/operationsMappers.ts +0 -17
  354. package/src/models/pipelineRunsMappers.ts +0 -89
  355. package/src/models/privateEndpointConnectionsMappers.ts +0 -89
  356. package/src/models/registriesMappers.ts +0 -108
  357. package/src/models/replicationsMappers.ts +0 -90
  358. package/src/models/runsMappers.ts +0 -93
  359. package/src/models/scopeMapsMappers.ts +0 -90
  360. package/src/models/taskRunsMappers.ts +0 -92
  361. package/src/models/tasksMappers.ts +0 -103
  362. package/src/models/tokensMappers.ts +0 -90
  363. package/src/models/webhooksMappers.ts +0 -102
@@ -1,236 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation. All rights reserved.
3
- * Licensed under the MIT License. See License.txt in the project root for
4
- * license information.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is
8
- * regenerated.
9
- */
10
- import { __assign } from "tslib";
11
- import * as msRest from "@azure/ms-rest-js";
12
- import * as Mappers from "../models/privateEndpointConnectionsMappers";
13
- import * as Parameters from "../models/parameters";
14
- /** Class representing a PrivateEndpointConnections. */
15
- var PrivateEndpointConnections = /** @class */ (function () {
16
- /**
17
- * Create a PrivateEndpointConnections.
18
- * @param {ContainerRegistryManagementClientContext} client Reference to the service client.
19
- */
20
- function PrivateEndpointConnections(client) {
21
- this.client = client;
22
- }
23
- PrivateEndpointConnections.prototype.get = function (resourceGroupName, registryName, privateEndpointConnectionName, options, callback) {
24
- return this.client.sendOperationRequest({
25
- resourceGroupName: resourceGroupName,
26
- registryName: registryName,
27
- privateEndpointConnectionName: privateEndpointConnectionName,
28
- options: options
29
- }, getOperationSpec, callback);
30
- };
31
- /**
32
- * Update the state of specified private endpoint connection associated with the container
33
- * registry.
34
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
35
- * @param registryName The name of the container registry.
36
- * @param privateEndpointConnectionName The name of the private endpoint connection.
37
- * @param privateEndpointConnection The parameters for creating a private endpoint connection.
38
- * @param [options] The optional parameters
39
- * @returns Promise<Models.PrivateEndpointConnectionsCreateOrUpdateResponse>
40
- */
41
- PrivateEndpointConnections.prototype.createOrUpdate = function (resourceGroupName, registryName, privateEndpointConnectionName, privateEndpointConnection, options) {
42
- return this.beginCreateOrUpdate(resourceGroupName, registryName, privateEndpointConnectionName, privateEndpointConnection, options)
43
- .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
44
- };
45
- /**
46
- * Deletes the specified private endpoint connection associated with the container registry.
47
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
48
- * @param registryName The name of the container registry.
49
- * @param privateEndpointConnectionName The name of the private endpoint connection.
50
- * @param [options] The optional parameters
51
- * @returns Promise<msRest.RestResponse>
52
- */
53
- PrivateEndpointConnections.prototype.deleteMethod = function (resourceGroupName, registryName, privateEndpointConnectionName, options) {
54
- return this.beginDeleteMethod(resourceGroupName, registryName, privateEndpointConnectionName, options)
55
- .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
56
- };
57
- PrivateEndpointConnections.prototype.list = function (resourceGroupName, registryName, options, callback) {
58
- return this.client.sendOperationRequest({
59
- resourceGroupName: resourceGroupName,
60
- registryName: registryName,
61
- options: options
62
- }, listOperationSpec, callback);
63
- };
64
- /**
65
- * Update the state of specified private endpoint connection associated with the container
66
- * registry.
67
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
68
- * @param registryName The name of the container registry.
69
- * @param privateEndpointConnectionName The name of the private endpoint connection.
70
- * @param privateEndpointConnection The parameters for creating a private endpoint connection.
71
- * @param [options] The optional parameters
72
- * @returns Promise<msRestAzure.LROPoller>
73
- */
74
- PrivateEndpointConnections.prototype.beginCreateOrUpdate = function (resourceGroupName, registryName, privateEndpointConnectionName, privateEndpointConnection, options) {
75
- return this.client.sendLRORequest({
76
- resourceGroupName: resourceGroupName,
77
- registryName: registryName,
78
- privateEndpointConnectionName: privateEndpointConnectionName,
79
- privateEndpointConnection: privateEndpointConnection,
80
- options: options
81
- }, beginCreateOrUpdateOperationSpec, options);
82
- };
83
- /**
84
- * Deletes 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 optional parameters
89
- * @returns Promise<msRestAzure.LROPoller>
90
- */
91
- PrivateEndpointConnections.prototype.beginDeleteMethod = function (resourceGroupName, registryName, privateEndpointConnectionName, options) {
92
- return this.client.sendLRORequest({
93
- resourceGroupName: resourceGroupName,
94
- registryName: registryName,
95
- privateEndpointConnectionName: privateEndpointConnectionName,
96
- options: options
97
- }, beginDeleteMethodOperationSpec, options);
98
- };
99
- PrivateEndpointConnections.prototype.listNext = function (nextPageLink, options, callback) {
100
- return this.client.sendOperationRequest({
101
- nextPageLink: nextPageLink,
102
- options: options
103
- }, listNextOperationSpec, callback);
104
- };
105
- return PrivateEndpointConnections;
106
- }());
107
- export { PrivateEndpointConnections };
108
- // Operation Specifications
109
- var serializer = new msRest.Serializer(Mappers);
110
- var getOperationSpec = {
111
- httpMethod: "GET",
112
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/privateEndpointConnections/{privateEndpointConnectionName}",
113
- urlParameters: [
114
- Parameters.subscriptionId,
115
- Parameters.resourceGroupName,
116
- Parameters.registryName,
117
- Parameters.privateEndpointConnectionName
118
- ],
119
- queryParameters: [
120
- Parameters.apiVersion0
121
- ],
122
- headerParameters: [
123
- Parameters.acceptLanguage
124
- ],
125
- responses: {
126
- 200: {
127
- bodyMapper: Mappers.PrivateEndpointConnection
128
- },
129
- default: {
130
- bodyMapper: Mappers.CloudError
131
- }
132
- },
133
- serializer: serializer
134
- };
135
- var listOperationSpec = {
136
- httpMethod: "GET",
137
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/privateEndpointConnections",
138
- urlParameters: [
139
- Parameters.subscriptionId,
140
- Parameters.resourceGroupName,
141
- Parameters.registryName
142
- ],
143
- queryParameters: [
144
- Parameters.apiVersion0
145
- ],
146
- headerParameters: [
147
- Parameters.acceptLanguage
148
- ],
149
- responses: {
150
- 200: {
151
- bodyMapper: Mappers.PrivateEndpointConnectionListResult
152
- },
153
- default: {
154
- bodyMapper: Mappers.CloudError
155
- }
156
- },
157
- serializer: serializer
158
- };
159
- var beginCreateOrUpdateOperationSpec = {
160
- httpMethod: "PUT",
161
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/privateEndpointConnections/{privateEndpointConnectionName}",
162
- urlParameters: [
163
- Parameters.subscriptionId,
164
- Parameters.resourceGroupName,
165
- Parameters.registryName,
166
- Parameters.privateEndpointConnectionName
167
- ],
168
- queryParameters: [
169
- Parameters.apiVersion0
170
- ],
171
- headerParameters: [
172
- Parameters.acceptLanguage
173
- ],
174
- requestBody: {
175
- parameterPath: "privateEndpointConnection",
176
- mapper: __assign(__assign({}, Mappers.PrivateEndpointConnection), { required: true })
177
- },
178
- responses: {
179
- 200: {
180
- bodyMapper: Mappers.PrivateEndpointConnection
181
- },
182
- 201: {
183
- bodyMapper: Mappers.PrivateEndpointConnection
184
- },
185
- default: {
186
- bodyMapper: Mappers.CloudError
187
- }
188
- },
189
- serializer: serializer
190
- };
191
- var beginDeleteMethodOperationSpec = {
192
- httpMethod: "DELETE",
193
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/privateEndpointConnections/{privateEndpointConnectionName}",
194
- urlParameters: [
195
- Parameters.subscriptionId,
196
- Parameters.resourceGroupName,
197
- Parameters.registryName,
198
- Parameters.privateEndpointConnectionName
199
- ],
200
- queryParameters: [
201
- Parameters.apiVersion0
202
- ],
203
- headerParameters: [
204
- Parameters.acceptLanguage
205
- ],
206
- responses: {
207
- 200: {},
208
- 202: {},
209
- 204: {},
210
- default: {
211
- bodyMapper: Mappers.CloudError
212
- }
213
- },
214
- serializer: serializer
215
- };
216
- var listNextOperationSpec = {
217
- httpMethod: "GET",
218
- baseUrl: "https://management.azure.com",
219
- path: "{nextLink}",
220
- urlParameters: [
221
- Parameters.nextPageLink
222
- ],
223
- headerParameters: [
224
- Parameters.acceptLanguage
225
- ],
226
- responses: {
227
- 200: {
228
- bodyMapper: Mappers.PrivateEndpointConnectionListResult
229
- },
230
- default: {
231
- bodyMapper: Mappers.CloudError
232
- }
233
- },
234
- serializer: serializer
235
- };
236
- //# sourceMappingURL=privateEndpointConnections.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"privateEndpointConnections.js","sourceRoot":"","sources":["../../src/operations/privateEndpointConnections.ts"],"names":[],"mappings":"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"}
@@ -1,358 +0,0 @@
1
- import * as msRest from "@azure/ms-rest-js";
2
- import * as msRestAzure from "@azure/ms-rest-azure-js";
3
- import * as Models from "../models";
4
- import { ContainerRegistryManagementClientContext } from "../containerRegistryManagementClientContext";
5
- /** Class representing a Registries. */
6
- export declare class Registries {
7
- private readonly client;
8
- /**
9
- * Create a Registries.
10
- * @param {ContainerRegistryManagementClientContext} client Reference to the service client.
11
- */
12
- constructor(client: ContainerRegistryManagementClientContext);
13
- /**
14
- * Copies an image to this container registry from the specified container registry.
15
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
16
- * @param registryName The name of the container registry.
17
- * @param parameters The parameters specifying the image to copy and the source container registry.
18
- * @param [options] The optional parameters
19
- * @returns Promise<msRest.RestResponse>
20
- */
21
- importImage(resourceGroupName: string, registryName: string, parameters: Models.ImportImageParameters, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
22
- /**
23
- * Checks whether the container registry name is available for use. The name must contain only
24
- * alphanumeric characters, be globally unique, and between 5 and 50 characters in length.
25
- * @param registryNameCheckRequest The object containing information for the availability request.
26
- * @param [options] The optional parameters
27
- * @returns Promise<Models.RegistriesCheckNameAvailabilityResponse>
28
- */
29
- checkNameAvailability(registryNameCheckRequest: Models.RegistryNameCheckRequest, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesCheckNameAvailabilityResponse>;
30
- /**
31
- * @param registryNameCheckRequest The object containing information for the availability request.
32
- * @param callback The callback
33
- */
34
- checkNameAvailability(registryNameCheckRequest: Models.RegistryNameCheckRequest, callback: msRest.ServiceCallback<Models.RegistryNameStatus>): void;
35
- /**
36
- * @param registryNameCheckRequest The object containing information for the availability request.
37
- * @param options The optional parameters
38
- * @param callback The callback
39
- */
40
- checkNameAvailability(registryNameCheckRequest: Models.RegistryNameCheckRequest, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RegistryNameStatus>): void;
41
- /**
42
- * Gets the properties of the specified container registry.
43
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
44
- * @param registryName The name of the container registry.
45
- * @param [options] The optional parameters
46
- * @returns Promise<Models.RegistriesGetResponse>
47
- */
48
- get(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesGetResponse>;
49
- /**
50
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
51
- * @param registryName The name of the container registry.
52
- * @param callback The callback
53
- */
54
- get(resourceGroupName: string, registryName: string, callback: msRest.ServiceCallback<Models.Registry>): void;
55
- /**
56
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
57
- * @param registryName The name of the container registry.
58
- * @param options The optional parameters
59
- * @param callback The callback
60
- */
61
- get(resourceGroupName: string, registryName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Registry>): void;
62
- /**
63
- * Creates a container registry with the specified parameters.
64
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
65
- * @param registryName The name of the container registry.
66
- * @param registry The parameters for creating a container registry.
67
- * @param [options] The optional parameters
68
- * @returns Promise<Models.RegistriesCreateResponse>
69
- */
70
- create(resourceGroupName: string, registryName: string, registry: Models.Registry, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesCreateResponse>;
71
- /**
72
- * Deletes a container registry.
73
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
74
- * @param registryName The name of the container registry.
75
- * @param [options] The optional parameters
76
- * @returns Promise<msRest.RestResponse>
77
- */
78
- deleteMethod(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
79
- /**
80
- * Updates 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 registryUpdateParameters The parameters for updating a container registry.
84
- * @param [options] The optional parameters
85
- * @returns Promise<Models.RegistriesUpdateResponse>
86
- */
87
- update(resourceGroupName: string, registryName: string, registryUpdateParameters: Models.RegistryUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesUpdateResponse>;
88
- /**
89
- * Lists all the container registries under the specified resource group.
90
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
91
- * @param [options] The optional parameters
92
- * @returns Promise<Models.RegistriesListByResourceGroupResponse>
93
- */
94
- listByResourceGroup(resourceGroupName: string, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesListByResourceGroupResponse>;
95
- /**
96
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
97
- * @param callback The callback
98
- */
99
- listByResourceGroup(resourceGroupName: string, callback: msRest.ServiceCallback<Models.RegistryListResult>): void;
100
- /**
101
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
102
- * @param options The optional parameters
103
- * @param callback The callback
104
- */
105
- listByResourceGroup(resourceGroupName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RegistryListResult>): void;
106
- /**
107
- * Lists all the container registries under the specified subscription.
108
- * @param [options] The optional parameters
109
- * @returns Promise<Models.RegistriesListResponse>
110
- */
111
- list(options?: msRest.RequestOptionsBase): Promise<Models.RegistriesListResponse>;
112
- /**
113
- * @param callback The callback
114
- */
115
- list(callback: msRest.ServiceCallback<Models.RegistryListResult>): void;
116
- /**
117
- * @param options The optional parameters
118
- * @param callback The callback
119
- */
120
- list(options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RegistryListResult>): void;
121
- /**
122
- * Lists the login credentials for the specified container registry.
123
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
124
- * @param registryName The name of the container registry.
125
- * @param [options] The optional parameters
126
- * @returns Promise<Models.RegistriesListCredentialsResponse>
127
- */
128
- listCredentials(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesListCredentialsResponse>;
129
- /**
130
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
131
- * @param registryName The name of the container registry.
132
- * @param callback The callback
133
- */
134
- listCredentials(resourceGroupName: string, registryName: string, callback: msRest.ServiceCallback<Models.RegistryListCredentialsResult>): void;
135
- /**
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 options The optional parameters
139
- * @param callback The callback
140
- */
141
- listCredentials(resourceGroupName: string, registryName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RegistryListCredentialsResult>): void;
142
- /**
143
- * Regenerates one of the login credentials for the specified container registry.
144
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
145
- * @param registryName The name of the container registry.
146
- * @param regenerateCredentialParameters Specifies name of the password which should be regenerated
147
- * -- password or password2.
148
- * @param [options] The optional parameters
149
- * @returns Promise<Models.RegistriesRegenerateCredentialResponse>
150
- */
151
- regenerateCredential(resourceGroupName: string, registryName: string, regenerateCredentialParameters: Models.RegenerateCredentialParameters, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesRegenerateCredentialResponse>;
152
- /**
153
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
154
- * @param registryName The name of the container registry.
155
- * @param regenerateCredentialParameters Specifies name of the password which should be regenerated
156
- * -- password or password2.
157
- * @param callback The callback
158
- */
159
- regenerateCredential(resourceGroupName: string, registryName: string, regenerateCredentialParameters: Models.RegenerateCredentialParameters, callback: msRest.ServiceCallback<Models.RegistryListCredentialsResult>): void;
160
- /**
161
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
162
- * @param registryName The name of the container registry.
163
- * @param regenerateCredentialParameters Specifies name of the password which should be regenerated
164
- * -- password or password2.
165
- * @param options The optional parameters
166
- * @param callback The callback
167
- */
168
- regenerateCredential(resourceGroupName: string, registryName: string, regenerateCredentialParameters: Models.RegenerateCredentialParameters, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RegistryListCredentialsResult>): void;
169
- /**
170
- * Gets the quota usages for the specified container registry.
171
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
172
- * @param registryName The name of the container registry.
173
- * @param [options] The optional parameters
174
- * @returns Promise<Models.RegistriesListUsagesResponse>
175
- */
176
- listUsages(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesListUsagesResponse>;
177
- /**
178
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
179
- * @param registryName The name of the container registry.
180
- * @param callback The callback
181
- */
182
- listUsages(resourceGroupName: string, registryName: string, callback: msRest.ServiceCallback<Models.RegistryUsageListResult>): void;
183
- /**
184
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
185
- * @param registryName The name of the container registry.
186
- * @param options The optional parameters
187
- * @param callback The callback
188
- */
189
- listUsages(resourceGroupName: string, registryName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RegistryUsageListResult>): void;
190
- /**
191
- * Lists the private link resources for a container registry.
192
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
193
- * @param registryName The name of the container registry.
194
- * @param [options] The optional parameters
195
- * @returns Promise<Models.RegistriesListPrivateLinkResourcesResponse>
196
- */
197
- listPrivateLinkResources(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesListPrivateLinkResourcesResponse>;
198
- /**
199
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
200
- * @param registryName The name of the container registry.
201
- * @param callback The callback
202
- */
203
- listPrivateLinkResources(resourceGroupName: string, registryName: string, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;
204
- /**
205
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
206
- * @param registryName The name of the container registry.
207
- * @param options The optional parameters
208
- * @param callback The callback
209
- */
210
- listPrivateLinkResources(resourceGroupName: string, registryName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;
211
- /**
212
- * Schedules a new run based on the request parameters and add it to the run queue.
213
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
214
- * @param registryName The name of the container registry.
215
- * @param runRequest The parameters of a run that needs to scheduled.
216
- * @param [options] The optional parameters
217
- * @returns Promise<Models.RegistriesScheduleRunResponse>
218
- */
219
- scheduleRun(resourceGroupName: string, registryName: string, runRequest: Models.RunRequestUnion, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesScheduleRunResponse>;
220
- /**
221
- * Get the upload location for the user to be able to upload the source.
222
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
223
- * @param registryName The name of the container registry.
224
- * @param [options] The optional parameters
225
- * @returns Promise<Models.RegistriesGetBuildSourceUploadUrlResponse>
226
- */
227
- getBuildSourceUploadUrl(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesGetBuildSourceUploadUrlResponse>;
228
- /**
229
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
230
- * @param registryName The name of the container registry.
231
- * @param callback The callback
232
- */
233
- getBuildSourceUploadUrl(resourceGroupName: string, registryName: string, callback: msRest.ServiceCallback<Models.SourceUploadDefinition>): void;
234
- /**
235
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
236
- * @param registryName The name of the container registry.
237
- * @param options The optional parameters
238
- * @param callback The callback
239
- */
240
- getBuildSourceUploadUrl(resourceGroupName: string, registryName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.SourceUploadDefinition>): void;
241
- /**
242
- * Generate keys for a token of a specified container registry.
243
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
244
- * @param registryName The name of the container registry.
245
- * @param generateCredentialsParameters The parameters for generating credentials.
246
- * @param [options] The optional parameters
247
- * @returns Promise<Models.RegistriesGenerateCredentialsResponse>
248
- */
249
- generateCredentials(resourceGroupName: string, registryName: string, generateCredentialsParameters: Models.GenerateCredentialsParameters, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesGenerateCredentialsResponse>;
250
- /**
251
- * Copies an image to this container registry from the specified container registry.
252
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
253
- * @param registryName The name of the container registry.
254
- * @param parameters The parameters specifying the image to copy and the source container registry.
255
- * @param [options] The optional parameters
256
- * @returns Promise<msRestAzure.LROPoller>
257
- */
258
- beginImportImage(resourceGroupName: string, registryName: string, parameters: Models.ImportImageParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
259
- /**
260
- * Creates a container registry with the specified parameters.
261
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
262
- * @param registryName The name of the container registry.
263
- * @param registry The parameters for creating a container registry.
264
- * @param [options] The optional parameters
265
- * @returns Promise<msRestAzure.LROPoller>
266
- */
267
- beginCreate(resourceGroupName: string, registryName: string, registry: Models.Registry, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
268
- /**
269
- * Deletes a container registry.
270
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
271
- * @param registryName The name of the container registry.
272
- * @param [options] The optional parameters
273
- * @returns Promise<msRestAzure.LROPoller>
274
- */
275
- beginDeleteMethod(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
276
- /**
277
- * Updates a container registry with the specified parameters.
278
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
279
- * @param registryName The name of the container registry.
280
- * @param registryUpdateParameters The parameters for updating a container registry.
281
- * @param [options] The optional parameters
282
- * @returns Promise<msRestAzure.LROPoller>
283
- */
284
- beginUpdate(resourceGroupName: string, registryName: string, registryUpdateParameters: Models.RegistryUpdateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
285
- /**
286
- * Schedules a new run based on the request parameters and add it to the run queue.
287
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
288
- * @param registryName The name of the container registry.
289
- * @param runRequest The parameters of a run that needs to scheduled.
290
- * @param [options] The optional parameters
291
- * @returns Promise<msRestAzure.LROPoller>
292
- */
293
- beginScheduleRun(resourceGroupName: string, registryName: string, runRequest: Models.RunRequestUnion, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
294
- /**
295
- * Generate keys for a token of a specified container registry.
296
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
297
- * @param registryName The name of the container registry.
298
- * @param generateCredentialsParameters The parameters for generating credentials.
299
- * @param [options] The optional parameters
300
- * @returns Promise<msRestAzure.LROPoller>
301
- */
302
- beginGenerateCredentials(resourceGroupName: string, registryName: string, generateCredentialsParameters: Models.GenerateCredentialsParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
303
- /**
304
- * Lists all the container registries under the specified resource group.
305
- * @param nextPageLink The NextLink from the previous successful call to List operation.
306
- * @param [options] The optional parameters
307
- * @returns Promise<Models.RegistriesListByResourceGroupNextResponse>
308
- */
309
- listByResourceGroupNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesListByResourceGroupNextResponse>;
310
- /**
311
- * @param nextPageLink The NextLink from the previous successful call to List operation.
312
- * @param callback The callback
313
- */
314
- listByResourceGroupNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.RegistryListResult>): void;
315
- /**
316
- * @param nextPageLink The NextLink from the previous successful call to List operation.
317
- * @param options The optional parameters
318
- * @param callback The callback
319
- */
320
- listByResourceGroupNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RegistryListResult>): void;
321
- /**
322
- * Lists all the container registries under the specified subscription.
323
- * @param nextPageLink The NextLink from the previous successful call to List operation.
324
- * @param [options] The optional parameters
325
- * @returns Promise<Models.RegistriesListNextResponse>
326
- */
327
- listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesListNextResponse>;
328
- /**
329
- * @param nextPageLink The NextLink from the previous successful call to List operation.
330
- * @param callback The callback
331
- */
332
- listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.RegistryListResult>): void;
333
- /**
334
- * @param nextPageLink The NextLink from the previous successful call to List operation.
335
- * @param options The optional parameters
336
- * @param callback The callback
337
- */
338
- listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RegistryListResult>): void;
339
- /**
340
- * Lists the private link resources for a container registry.
341
- * @param nextPageLink The NextLink from the previous successful call to List operation.
342
- * @param [options] The optional parameters
343
- * @returns Promise<Models.RegistriesListPrivateLinkResourcesNextResponse>
344
- */
345
- listPrivateLinkResourcesNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.RegistriesListPrivateLinkResourcesNextResponse>;
346
- /**
347
- * @param nextPageLink The NextLink from the previous successful call to List operation.
348
- * @param callback The callback
349
- */
350
- listPrivateLinkResourcesNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;
351
- /**
352
- * @param nextPageLink The NextLink from the previous successful call to List operation.
353
- * @param options The optional parameters
354
- * @param callback The callback
355
- */
356
- listPrivateLinkResourcesNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.PrivateLinkResourceListResult>): void;
357
- }
358
- //# sourceMappingURL=registries.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"registries.d.ts","sourceRoot":"","sources":["../../src/operations/registries.ts"],"names":[],"mappings":"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"}