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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (371) hide show
  1. package/CHANGELOG.md +25 -0
  2. package/{LICENSE.txt → LICENSE} +1 -1
  3. package/README.md +66 -84
  4. package/dist/index.js +12663 -0
  5. package/dist/index.js.map +1 -0
  6. package/dist/index.min.js +1 -0
  7. package/dist/index.min.js.map +1 -0
  8. package/dist-esm/src/containerRegistryManagementClient.d.ts +29 -0
  9. package/dist-esm/src/containerRegistryManagementClient.d.ts.map +1 -0
  10. package/dist-esm/src/containerRegistryManagementClient.js +36 -0
  11. package/dist-esm/src/containerRegistryManagementClient.js.map +1 -0
  12. package/dist-esm/src/containerRegistryManagementClientContext.d.ts +15 -0
  13. package/dist-esm/src/containerRegistryManagementClientContext.d.ts.map +1 -0
  14. package/dist-esm/src/containerRegistryManagementClientContext.js +48 -0
  15. package/dist-esm/src/containerRegistryManagementClientContext.js.map +1 -0
  16. package/dist-esm/src/index.d.ts +6 -0
  17. package/dist-esm/src/index.d.ts.map +1 -0
  18. package/dist-esm/src/index.js +13 -0
  19. package/dist-esm/src/index.js.map +1 -0
  20. package/dist-esm/src/lroImpl.d.ts +16 -0
  21. package/dist-esm/src/lroImpl.d.ts.map +1 -0
  22. package/dist-esm/src/lroImpl.js +29 -0
  23. package/dist-esm/src/lroImpl.js.map +1 -0
  24. package/dist-esm/src/models/index.d.ts +3429 -0
  25. package/dist-esm/src/models/index.d.ts.map +1 -0
  26. package/dist-esm/src/models/index.js +341 -0
  27. package/dist-esm/src/models/index.js.map +1 -0
  28. package/dist-esm/src/models/mappers.d.ts +177 -0
  29. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  30. package/{esm → dist-esm/src}/models/mappers.js +2391 -2652
  31. package/dist-esm/src/models/mappers.js.map +1 -0
  32. package/dist-esm/src/models/parameters.d.ts +54 -0
  33. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  34. package/dist-esm/src/models/parameters.js +428 -0
  35. package/dist-esm/src/models/parameters.js.map +1 -0
  36. package/dist-esm/src/operations/agentPools.d.ts +107 -0
  37. package/dist-esm/src/operations/agentPools.d.ts.map +1 -0
  38. package/dist-esm/src/operations/agentPools.js +455 -0
  39. package/dist-esm/src/operations/agentPools.js.map +1 -0
  40. package/dist-esm/src/operations/connectedRegistries.d.ts +115 -0
  41. package/dist-esm/src/operations/connectedRegistries.d.ts.map +1 -0
  42. package/dist-esm/src/operations/connectedRegistries.js +503 -0
  43. package/dist-esm/src/operations/connectedRegistries.js.map +1 -0
  44. package/dist-esm/src/operations/exportPipelines.d.ts +81 -0
  45. package/dist-esm/src/operations/exportPipelines.d.ts.map +1 -0
  46. package/dist-esm/src/operations/exportPipelines.js +316 -0
  47. package/dist-esm/src/operations/exportPipelines.js.map +1 -0
  48. package/dist-esm/src/operations/importPipelines.d.ts +81 -0
  49. package/dist-esm/src/operations/importPipelines.d.ts.map +1 -0
  50. package/dist-esm/src/operations/importPipelines.js +316 -0
  51. package/dist-esm/src/operations/importPipelines.js.map +1 -0
  52. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  53. package/dist-esm/src/operations/index.d.ts.map +1 -0
  54. package/{esm → dist-esm/src}/operations/index.js +1 -2
  55. package/dist-esm/src/operations/index.js.map +1 -0
  56. package/dist-esm/src/operations/operations.d.ts +32 -0
  57. package/dist-esm/src/operations/operations.d.ts.map +1 -0
  58. package/dist-esm/src/operations/operations.js +114 -0
  59. package/dist-esm/src/operations/operations.js.map +1 -0
  60. package/dist-esm/src/operations/pipelineRuns.d.ts +81 -0
  61. package/dist-esm/src/operations/pipelineRuns.d.ts.map +1 -0
  62. package/dist-esm/src/operations/pipelineRuns.js +316 -0
  63. package/dist-esm/src/operations/pipelineRuns.js.map +1 -0
  64. package/dist-esm/src/operations/privateEndpointConnections.d.ts +81 -0
  65. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -0
  66. package/dist-esm/src/operations/privateEndpointConnections.js +326 -0
  67. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -0
  68. package/dist-esm/src/operations/registries.d.ts +217 -0
  69. package/dist-esm/src/operations/registries.d.ts.map +1 -0
  70. package/dist-esm/src/operations/registries.js +956 -0
  71. package/dist-esm/src/operations/registries.js.map +1 -0
  72. package/dist-esm/src/operations/replications.d.ts +99 -0
  73. package/dist-esm/src/operations/replications.d.ts.map +1 -0
  74. package/dist-esm/src/operations/replications.js +405 -0
  75. package/dist-esm/src/operations/replications.js.map +1 -0
  76. package/dist-esm/src/operations/runs.d.ts +89 -0
  77. package/dist-esm/src/operations/runs.d.ts.map +1 -0
  78. package/dist-esm/src/operations/runs.js +363 -0
  79. package/dist-esm/src/operations/runs.js.map +1 -0
  80. package/dist-esm/src/operations/scopeMaps.d.ts +99 -0
  81. package/dist-esm/src/operations/scopeMaps.d.ts.map +1 -0
  82. package/dist-esm/src/operations/scopeMaps.js +405 -0
  83. package/dist-esm/src/operations/scopeMaps.js.map +1 -0
  84. package/dist-esm/src/operations/taskRuns.d.ts +107 -0
  85. package/dist-esm/src/operations/taskRuns.d.ts.map +1 -0
  86. package/dist-esm/src/operations/taskRuns.js +455 -0
  87. package/dist-esm/src/operations/taskRuns.js.map +1 -0
  88. package/dist-esm/src/operations/tasks.d.ts +107 -0
  89. package/dist-esm/src/operations/tasks.d.ts.map +1 -0
  90. package/dist-esm/src/operations/tasks.js +461 -0
  91. package/dist-esm/src/operations/tasks.js.map +1 -0
  92. package/dist-esm/src/operations/tokens.d.ts +99 -0
  93. package/dist-esm/src/operations/tokens.d.ts.map +1 -0
  94. package/dist-esm/src/operations/tokens.js +405 -0
  95. package/dist-esm/src/operations/tokens.js.map +1 -0
  96. package/dist-esm/src/operations/webhooks.d.ts +142 -0
  97. package/dist-esm/src/operations/webhooks.d.ts.map +1 -0
  98. package/dist-esm/src/operations/webhooks.js +574 -0
  99. package/dist-esm/src/operations/webhooks.js.map +1 -0
  100. package/dist-esm/src/operationsInterfaces/agentPools.d.ts +82 -0
  101. package/dist-esm/src/operationsInterfaces/agentPools.d.ts.map +1 -0
  102. package/dist-esm/src/operationsInterfaces/agentPools.js +9 -0
  103. package/dist-esm/src/operationsInterfaces/agentPools.js.map +1 -0
  104. package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts +90 -0
  105. package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts.map +1 -0
  106. package/dist-esm/src/operationsInterfaces/connectedRegistries.js +9 -0
  107. package/dist-esm/src/operationsInterfaces/connectedRegistries.js.map +1 -0
  108. package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts +56 -0
  109. package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts.map +1 -0
  110. package/dist-esm/src/operationsInterfaces/exportPipelines.js +9 -0
  111. package/dist-esm/src/operationsInterfaces/exportPipelines.js.map +1 -0
  112. package/dist-esm/src/operationsInterfaces/importPipelines.d.ts +56 -0
  113. package/dist-esm/src/operationsInterfaces/importPipelines.d.ts.map +1 -0
  114. package/dist-esm/src/operationsInterfaces/importPipelines.js +9 -0
  115. package/dist-esm/src/operationsInterfaces/importPipelines.js.map +1 -0
  116. package/dist-esm/src/operationsInterfaces/index.d.ts +16 -0
  117. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  118. package/dist-esm/src/operationsInterfaces/index.js +23 -0
  119. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  120. package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
  121. package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
  122. package/dist-esm/src/operationsInterfaces/operations.js +9 -0
  123. package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
  124. package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts +56 -0
  125. package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts.map +1 -0
  126. package/dist-esm/src/operationsInterfaces/pipelineRuns.js +9 -0
  127. package/dist-esm/src/operationsInterfaces/pipelineRuns.js.map +1 -0
  128. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +56 -0
  129. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -0
  130. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js +9 -0
  131. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.js.map +1 -0
  132. package/dist-esm/src/operationsInterfaces/registries.d.ts +163 -0
  133. package/dist-esm/src/operationsInterfaces/registries.d.ts.map +1 -0
  134. package/dist-esm/src/operationsInterfaces/registries.js +9 -0
  135. package/dist-esm/src/operationsInterfaces/registries.js.map +1 -0
  136. package/dist-esm/src/operationsInterfaces/replications.d.ts +74 -0
  137. package/dist-esm/src/operationsInterfaces/replications.d.ts.map +1 -0
  138. package/dist-esm/src/operationsInterfaces/replications.js +9 -0
  139. package/dist-esm/src/operationsInterfaces/replications.js.map +1 -0
  140. package/dist-esm/src/operationsInterfaces/runs.d.ts +64 -0
  141. package/dist-esm/src/operationsInterfaces/runs.d.ts.map +1 -0
  142. package/{esm/models/index.js → dist-esm/src/operationsInterfaces/runs.js} +2 -1
  143. package/dist-esm/src/operationsInterfaces/runs.js.map +1 -0
  144. package/dist-esm/src/operationsInterfaces/scopeMaps.d.ts +74 -0
  145. package/dist-esm/src/operationsInterfaces/scopeMaps.d.ts.map +1 -0
  146. package/dist-esm/src/operationsInterfaces/scopeMaps.js +9 -0
  147. package/dist-esm/src/operationsInterfaces/scopeMaps.js.map +1 -0
  148. package/dist-esm/src/operationsInterfaces/taskRuns.d.ts +82 -0
  149. package/dist-esm/src/operationsInterfaces/taskRuns.d.ts.map +1 -0
  150. package/dist-esm/src/operationsInterfaces/taskRuns.js +9 -0
  151. package/dist-esm/src/operationsInterfaces/taskRuns.js.map +1 -0
  152. package/dist-esm/src/operationsInterfaces/tasks.d.ts +82 -0
  153. package/dist-esm/src/operationsInterfaces/tasks.d.ts.map +1 -0
  154. package/dist-esm/src/operationsInterfaces/tasks.js +9 -0
  155. package/dist-esm/src/operationsInterfaces/tasks.js.map +1 -0
  156. package/dist-esm/src/operationsInterfaces/tokens.d.ts +74 -0
  157. package/dist-esm/src/operationsInterfaces/tokens.d.ts.map +1 -0
  158. package/dist-esm/src/operationsInterfaces/tokens.js +9 -0
  159. package/dist-esm/src/operationsInterfaces/tokens.js.map +1 -0
  160. package/dist-esm/src/operationsInterfaces/webhooks.d.ts +98 -0
  161. package/dist-esm/src/operationsInterfaces/webhooks.d.ts.map +1 -0
  162. package/dist-esm/src/operationsInterfaces/webhooks.js +9 -0
  163. package/dist-esm/src/operationsInterfaces/webhooks.js.map +1 -0
  164. package/dist-esm/test/containerregistry_examples.d.ts +4 -0
  165. package/dist-esm/test/containerregistry_examples.d.ts.map +1 -0
  166. package/dist-esm/test/containerregistry_examples.js +329 -0
  167. package/dist-esm/test/containerregistry_examples.js.map +1 -0
  168. package/package.json +63 -21
  169. package/review/arm-containerregistry.api.md +2919 -0
  170. package/rollup.config.js +181 -30
  171. package/src/containerRegistryManagementClient.ts +76 -59
  172. package/src/containerRegistryManagementClientContext.ts +43 -40
  173. package/src/index.ts +13 -0
  174. package/src/lroImpl.ts +34 -0
  175. package/src/models/index.ts +2806 -5317
  176. package/src/models/mappers.ts +2531 -2790
  177. package/src/models/parameters.ts +335 -124
  178. package/src/operations/agentPools.ts +465 -285
  179. package/src/operations/connectedRegistries.ts +507 -253
  180. package/src/operations/exportPipelines.ts +318 -201
  181. package/src/operations/importPipelines.ts +318 -201
  182. package/src/operations/index.ts +1 -2
  183. package/src/operations/operations.ts +82 -76
  184. package/src/operations/pipelineRuns.ts +318 -201
  185. package/src/operations/privateEndpointConnections.ts +322 -196
  186. package/src/operations/registries.ts +1008 -744
  187. package/src/operations/replications.ts +418 -238
  188. package/src/operations/runs.ts +348 -239
  189. package/src/operations/scopeMaps.ts +418 -238
  190. package/src/operations/taskRuns.ts +462 -282
  191. package/src/operations/tasks.ts +451 -271
  192. package/src/operations/tokens.ts +412 -238
  193. package/src/operations/webhooks.ts +604 -414
  194. package/src/operationsInterfaces/agentPools.ts +162 -0
  195. package/src/operationsInterfaces/connectedRegistries.ts +174 -0
  196. package/src/operationsInterfaces/exportPipelines.ts +109 -0
  197. package/src/operationsInterfaces/importPipelines.ts +109 -0
  198. package/src/operationsInterfaces/index.ts +23 -0
  199. package/src/operationsInterfaces/operations.ts +22 -0
  200. package/src/operationsInterfaces/pipelineRuns.ts +109 -0
  201. package/src/operationsInterfaces/privateEndpointConnections.ts +109 -0
  202. package/src/operationsInterfaces/registries.ts +317 -0
  203. package/src/operationsInterfaces/replications.ts +147 -0
  204. package/src/operationsInterfaces/runs.ts +122 -0
  205. package/src/operationsInterfaces/scopeMaps.ts +147 -0
  206. package/src/operationsInterfaces/taskRuns.ts +162 -0
  207. package/src/operationsInterfaces/tasks.ts +156 -0
  208. package/src/operationsInterfaces/tokens.ts +141 -0
  209. package/src/operationsInterfaces/webhooks.ts +193 -0
  210. package/tsconfig.json +3 -3
  211. package/types/arm-containerregistry.d.ts +5001 -0
  212. package/types/tsdoc-metadata.json +11 -0
  213. package/dist/arm-containerregistry.js +0 -12452
  214. package/dist/arm-containerregistry.js.map +0 -1
  215. package/dist/arm-containerregistry.min.js +0 -1
  216. package/dist/arm-containerregistry.min.js.map +0 -1
  217. package/esm/containerRegistryManagementClient.d.ts +0 -38
  218. package/esm/containerRegistryManagementClient.d.ts.map +0 -1
  219. package/esm/containerRegistryManagementClient.js +0 -51
  220. package/esm/containerRegistryManagementClient.js.map +0 -1
  221. package/esm/containerRegistryManagementClientContext.d.ts +0 -21
  222. package/esm/containerRegistryManagementClientContext.d.ts.map +0 -1
  223. package/esm/containerRegistryManagementClientContext.js +0 -59
  224. package/esm/containerRegistryManagementClientContext.js.map +0 -1
  225. package/esm/models/agentPoolsMappers.d.ts +0 -2
  226. package/esm/models/agentPoolsMappers.d.ts.map +0 -1
  227. package/esm/models/agentPoolsMappers.js +0 -9
  228. package/esm/models/agentPoolsMappers.js.map +0 -1
  229. package/esm/models/connectedRegistriesMappers.d.ts +0 -2
  230. package/esm/models/connectedRegistriesMappers.d.ts.map +0 -1
  231. package/esm/models/connectedRegistriesMappers.js +0 -9
  232. package/esm/models/connectedRegistriesMappers.js.map +0 -1
  233. package/esm/models/exportPipelinesMappers.d.ts +0 -2
  234. package/esm/models/exportPipelinesMappers.d.ts.map +0 -1
  235. package/esm/models/exportPipelinesMappers.js +0 -9
  236. package/esm/models/exportPipelinesMappers.js.map +0 -1
  237. package/esm/models/importPipelinesMappers.d.ts +0 -2
  238. package/esm/models/importPipelinesMappers.d.ts.map +0 -1
  239. package/esm/models/importPipelinesMappers.js +0 -9
  240. package/esm/models/importPipelinesMappers.js.map +0 -1
  241. package/esm/models/index.d.ts +0 -6004
  242. package/esm/models/index.d.ts.map +0 -1
  243. package/esm/models/index.js.map +0 -1
  244. package/esm/models/mappers.d.ts +0 -179
  245. package/esm/models/mappers.d.ts.map +0 -1
  246. package/esm/models/mappers.js.map +0 -1
  247. package/esm/models/operationsMappers.d.ts +0 -2
  248. package/esm/models/operationsMappers.d.ts.map +0 -1
  249. package/esm/models/operationsMappers.js +0 -9
  250. package/esm/models/operationsMappers.js.map +0 -1
  251. package/esm/models/parameters.d.ts +0 -24
  252. package/esm/models/parameters.d.ts.map +0 -1
  253. package/esm/models/parameters.js +0 -301
  254. package/esm/models/parameters.js.map +0 -1
  255. package/esm/models/pipelineRunsMappers.d.ts +0 -2
  256. package/esm/models/pipelineRunsMappers.d.ts.map +0 -1
  257. package/esm/models/pipelineRunsMappers.js +0 -9
  258. package/esm/models/pipelineRunsMappers.js.map +0 -1
  259. package/esm/models/privateEndpointConnectionsMappers.d.ts +0 -2
  260. package/esm/models/privateEndpointConnectionsMappers.d.ts.map +0 -1
  261. package/esm/models/privateEndpointConnectionsMappers.js +0 -9
  262. package/esm/models/privateEndpointConnectionsMappers.js.map +0 -1
  263. package/esm/models/registriesMappers.d.ts +0 -2
  264. package/esm/models/registriesMappers.d.ts.map +0 -1
  265. package/esm/models/registriesMappers.js +0 -9
  266. package/esm/models/registriesMappers.js.map +0 -1
  267. package/esm/models/replicationsMappers.d.ts +0 -2
  268. package/esm/models/replicationsMappers.d.ts.map +0 -1
  269. package/esm/models/replicationsMappers.js +0 -9
  270. package/esm/models/replicationsMappers.js.map +0 -1
  271. package/esm/models/runsMappers.d.ts +0 -2
  272. package/esm/models/runsMappers.d.ts.map +0 -1
  273. package/esm/models/runsMappers.js +0 -9
  274. package/esm/models/runsMappers.js.map +0 -1
  275. package/esm/models/scopeMapsMappers.d.ts +0 -2
  276. package/esm/models/scopeMapsMappers.d.ts.map +0 -1
  277. package/esm/models/scopeMapsMappers.js +0 -9
  278. package/esm/models/scopeMapsMappers.js.map +0 -1
  279. package/esm/models/taskRunsMappers.d.ts +0 -2
  280. package/esm/models/taskRunsMappers.d.ts.map +0 -1
  281. package/esm/models/taskRunsMappers.js +0 -9
  282. package/esm/models/taskRunsMappers.js.map +0 -1
  283. package/esm/models/tasksMappers.d.ts +0 -2
  284. package/esm/models/tasksMappers.d.ts.map +0 -1
  285. package/esm/models/tasksMappers.js +0 -9
  286. package/esm/models/tasksMappers.js.map +0 -1
  287. package/esm/models/tokensMappers.d.ts +0 -2
  288. package/esm/models/tokensMappers.d.ts.map +0 -1
  289. package/esm/models/tokensMappers.js +0 -9
  290. package/esm/models/tokensMappers.js.map +0 -1
  291. package/esm/models/webhooksMappers.d.ts +0 -2
  292. package/esm/models/webhooksMappers.d.ts.map +0 -1
  293. package/esm/models/webhooksMappers.js +0 -9
  294. package/esm/models/webhooksMappers.js.map +0 -1
  295. package/esm/operations/agentPools.d.ts +0 -159
  296. package/esm/operations/agentPools.d.ts.map +0 -1
  297. package/esm/operations/agentPools.js +0 -332
  298. package/esm/operations/agentPools.js.map +0 -1
  299. package/esm/operations/connectedRegistries.d.ts +0 -153
  300. package/esm/operations/connectedRegistries.d.ts.map +0 -1
  301. package/esm/operations/connectedRegistries.js +0 -353
  302. package/esm/operations/connectedRegistries.js.map +0 -1
  303. package/esm/operations/exportPipelines.d.ts +0 -115
  304. package/esm/operations/exportPipelines.d.ts.map +0 -1
  305. package/esm/operations/exportPipelines.js +0 -236
  306. package/esm/operations/exportPipelines.js.map +0 -1
  307. package/esm/operations/importPipelines.d.ts +0 -115
  308. package/esm/operations/importPipelines.d.ts.map +0 -1
  309. package/esm/operations/importPipelines.js +0 -236
  310. package/esm/operations/importPipelines.js.map +0 -1
  311. package/esm/operations/index.d.ts.map +0 -1
  312. package/esm/operations/index.js.map +0 -1
  313. package/esm/operations/operations.d.ts +0 -46
  314. package/esm/operations/operations.d.ts.map +0 -1
  315. package/esm/operations/operations.js +0 -79
  316. package/esm/operations/operations.js.map +0 -1
  317. package/esm/operations/pipelineRuns.d.ts +0 -115
  318. package/esm/operations/pipelineRuns.d.ts.map +0 -1
  319. package/esm/operations/pipelineRuns.js +0 -236
  320. package/esm/operations/pipelineRuns.js.map +0 -1
  321. package/esm/operations/privateEndpointConnections.d.ts +0 -117
  322. package/esm/operations/privateEndpointConnections.d.ts.map +0 -1
  323. package/esm/operations/privateEndpointConnections.js +0 -238
  324. package/esm/operations/privateEndpointConnections.js.map +0 -1
  325. package/esm/operations/registries.d.ts +0 -358
  326. package/esm/operations/registries.d.ts.map +0 -1
  327. package/esm/operations/registries.js +0 -729
  328. package/esm/operations/registries.js.map +0 -1
  329. package/esm/operations/replications.d.ts +0 -135
  330. package/esm/operations/replications.d.ts.map +0 -1
  331. package/esm/operations/replications.js +0 -299
  332. package/esm/operations/replications.js.map +0 -1
  333. package/esm/operations/runs.d.ts +0 -139
  334. package/esm/operations/runs.d.ts.map +0 -1
  335. package/esm/operations/runs.js +0 -272
  336. package/esm/operations/runs.js.map +0 -1
  337. package/esm/operations/scopeMaps.d.ts +0 -135
  338. package/esm/operations/scopeMaps.d.ts.map +0 -1
  339. package/esm/operations/scopeMaps.js +0 -299
  340. package/esm/operations/scopeMaps.js.map +0 -1
  341. package/esm/operations/taskRuns.d.ts +0 -159
  342. package/esm/operations/taskRuns.d.ts.map +0 -1
  343. package/esm/operations/taskRuns.js +0 -332
  344. package/esm/operations/taskRuns.js.map +0 -1
  345. package/esm/operations/tasks.d.ts +0 -159
  346. package/esm/operations/tasks.d.ts.map +0 -1
  347. package/esm/operations/tasks.js +0 -332
  348. package/esm/operations/tasks.js.map +0 -1
  349. package/esm/operations/tokens.d.ts +0 -135
  350. package/esm/operations/tokens.d.ts.map +0 -1
  351. package/esm/operations/tokens.js +0 -299
  352. package/esm/operations/tokens.js.map +0 -1
  353. package/esm/operations/webhooks.d.ts +0 -225
  354. package/esm/operations/webhooks.d.ts.map +0 -1
  355. package/esm/operations/webhooks.js +0 -427
  356. package/esm/operations/webhooks.js.map +0 -1
  357. package/src/models/agentPoolsMappers.ts +0 -102
  358. package/src/models/connectedRegistriesMappers.ts +0 -102
  359. package/src/models/exportPipelinesMappers.ts +0 -98
  360. package/src/models/importPipelinesMappers.ts +0 -98
  361. package/src/models/operationsMappers.ts +0 -18
  362. package/src/models/pipelineRunsMappers.ts +0 -98
  363. package/src/models/privateEndpointConnectionsMappers.ts +0 -98
  364. package/src/models/registriesMappers.ts +0 -117
  365. package/src/models/replicationsMappers.ts +0 -99
  366. package/src/models/runsMappers.ts +0 -102
  367. package/src/models/scopeMapsMappers.ts +0 -99
  368. package/src/models/taskRunsMappers.ts +0 -101
  369. package/src/models/tasksMappers.ts +0 -112
  370. package/src/models/tokensMappers.ts +0 -99
  371. package/src/models/webhooksMappers.ts +0 -111
@@ -1 +0,0 @@
1
- {"version":3,"file":"registries.js","sourceRoot":"","sources":["../../src/operations/registries.ts"],"names":[],"mappings":"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"}
@@ -1,135 +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 Replications. */
6
- export declare class Replications {
7
- private readonly client;
8
- /**
9
- * Create a Replications.
10
- * @param {ContainerRegistryManagementClientContext} client Reference to the service client.
11
- */
12
- constructor(client: ContainerRegistryManagementClientContext);
13
- /**
14
- * Lists all the replications for 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 [options] The optional parameters
18
- * @returns Promise<Models.ReplicationsListResponse>
19
- */
20
- list(resourceGroupName: string, registryName: string, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationsListResponse>;
21
- /**
22
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
23
- * @param registryName The name of the container registry.
24
- * @param callback The callback
25
- */
26
- list(resourceGroupName: string, registryName: string, callback: msRest.ServiceCallback<Models.ReplicationListResult>): void;
27
- /**
28
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
29
- * @param registryName The name of the container registry.
30
- * @param options The optional parameters
31
- * @param callback The callback
32
- */
33
- list(resourceGroupName: string, registryName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ReplicationListResult>): void;
34
- /**
35
- * Gets the properties of the specified replication.
36
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
37
- * @param registryName The name of the container registry.
38
- * @param replicationName The name of the replication.
39
- * @param [options] The optional parameters
40
- * @returns Promise<Models.ReplicationsGetResponse>
41
- */
42
- get(resourceGroupName: string, registryName: string, replicationName: string, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationsGetResponse>;
43
- /**
44
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
45
- * @param registryName The name of the container registry.
46
- * @param replicationName The name of the replication.
47
- * @param callback The callback
48
- */
49
- get(resourceGroupName: string, registryName: string, replicationName: string, callback: msRest.ServiceCallback<Models.Replication>): void;
50
- /**
51
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
52
- * @param registryName The name of the container registry.
53
- * @param replicationName The name of the replication.
54
- * @param options The optional parameters
55
- * @param callback The callback
56
- */
57
- get(resourceGroupName: string, registryName: string, replicationName: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Replication>): void;
58
- /**
59
- * Creates a replication for a container registry with the specified parameters.
60
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
61
- * @param registryName The name of the container registry.
62
- * @param replicationName The name of the replication.
63
- * @param replication The parameters for creating a replication.
64
- * @param [options] The optional parameters
65
- * @returns Promise<Models.ReplicationsCreateResponse>
66
- */
67
- create(resourceGroupName: string, registryName: string, replicationName: string, replication: Models.Replication, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationsCreateResponse>;
68
- /**
69
- * Deletes a replication from a container registry.
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 replicationName The name of the replication.
73
- * @param [options] The optional parameters
74
- * @returns Promise<msRest.RestResponse>
75
- */
76
- deleteMethod(resourceGroupName: string, registryName: string, replicationName: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
77
- /**
78
- * Updates a replication for a container registry with the specified parameters.
79
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
80
- * @param registryName The name of the container registry.
81
- * @param replicationName The name of the replication.
82
- * @param replicationUpdateParameters The parameters for updating a replication.
83
- * @param [options] The optional parameters
84
- * @returns Promise<Models.ReplicationsUpdateResponse>
85
- */
86
- update(resourceGroupName: string, registryName: string, replicationName: string, replicationUpdateParameters: Models.ReplicationUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationsUpdateResponse>;
87
- /**
88
- * Creates a replication for a container registry with the specified parameters.
89
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
90
- * @param registryName The name of the container registry.
91
- * @param replicationName The name of the replication.
92
- * @param replication The parameters for creating a replication.
93
- * @param [options] The optional parameters
94
- * @returns Promise<msRestAzure.LROPoller>
95
- */
96
- beginCreate(resourceGroupName: string, registryName: string, replicationName: string, replication: Models.Replication, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
97
- /**
98
- * Deletes a replication from a container registry.
99
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
100
- * @param registryName The name of the container registry.
101
- * @param replicationName The name of the replication.
102
- * @param [options] The optional parameters
103
- * @returns Promise<msRestAzure.LROPoller>
104
- */
105
- beginDeleteMethod(resourceGroupName: string, registryName: string, replicationName: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
106
- /**
107
- * Updates a replication for 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 replicationName The name of the replication.
111
- * @param replicationUpdateParameters The parameters for updating a replication.
112
- * @param [options] The optional parameters
113
- * @returns Promise<msRestAzure.LROPoller>
114
- */
115
- beginUpdate(resourceGroupName: string, registryName: string, replicationName: string, replicationUpdateParameters: Models.ReplicationUpdateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
116
- /**
117
- * Lists all the replications for the specified container registry.
118
- * @param nextPageLink The NextLink from the previous successful call to List operation.
119
- * @param [options] The optional parameters
120
- * @returns Promise<Models.ReplicationsListNextResponse>
121
- */
122
- listNext(nextPageLink: string, options?: msRest.RequestOptionsBase): Promise<Models.ReplicationsListNextResponse>;
123
- /**
124
- * @param nextPageLink The NextLink from the previous successful call to List operation.
125
- * @param callback The callback
126
- */
127
- listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.ReplicationListResult>): void;
128
- /**
129
- * @param nextPageLink The NextLink from the previous successful call to List operation.
130
- * @param options The optional parameters
131
- * @param callback The callback
132
- */
133
- listNext(nextPageLink: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.ReplicationListResult>): void;
134
- }
135
- //# sourceMappingURL=replications.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"replications.d.ts","sourceRoot":"","sources":["../../src/operations/replications.ts"],"names":[],"mappings":"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"}
@@ -1,299 +0,0 @@
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
7
- * regenerated.
8
- */
9
- import { __assign } from "tslib";
10
- import * as msRest from "@azure/ms-rest-js";
11
- import * as Mappers from "../models/replicationsMappers";
12
- import * as Parameters from "../models/parameters";
13
- /** Class representing a Replications. */
14
- var Replications = /** @class */ (function () {
15
- /**
16
- * Create a Replications.
17
- * @param {ContainerRegistryManagementClientContext} client Reference to the service client.
18
- */
19
- function Replications(client) {
20
- this.client = client;
21
- }
22
- Replications.prototype.list = function (resourceGroupName, registryName, options, callback) {
23
- return this.client.sendOperationRequest({
24
- resourceGroupName: resourceGroupName,
25
- registryName: registryName,
26
- options: options
27
- }, listOperationSpec, callback);
28
- };
29
- Replications.prototype.get = function (resourceGroupName, registryName, replicationName, options, callback) {
30
- return this.client.sendOperationRequest({
31
- resourceGroupName: resourceGroupName,
32
- registryName: registryName,
33
- replicationName: replicationName,
34
- options: options
35
- }, getOperationSpec, callback);
36
- };
37
- /**
38
- * Creates a replication for a container registry with the specified parameters.
39
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
40
- * @param registryName The name of the container registry.
41
- * @param replicationName The name of the replication.
42
- * @param replication The parameters for creating a replication.
43
- * @param [options] The optional parameters
44
- * @returns Promise<Models.ReplicationsCreateResponse>
45
- */
46
- Replications.prototype.create = function (resourceGroupName, registryName, replicationName, replication, options) {
47
- return this.beginCreate(resourceGroupName, registryName, replicationName, replication, options)
48
- .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
49
- };
50
- /**
51
- * Deletes a replication from a container registry.
52
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
53
- * @param registryName The name of the container registry.
54
- * @param replicationName The name of the replication.
55
- * @param [options] The optional parameters
56
- * @returns Promise<msRest.RestResponse>
57
- */
58
- Replications.prototype.deleteMethod = function (resourceGroupName, registryName, replicationName, options) {
59
- return this.beginDeleteMethod(resourceGroupName, registryName, replicationName, options)
60
- .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
61
- };
62
- /**
63
- * Updates a replication for 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 replicationName The name of the replication.
67
- * @param replicationUpdateParameters The parameters for updating a replication.
68
- * @param [options] The optional parameters
69
- * @returns Promise<Models.ReplicationsUpdateResponse>
70
- */
71
- Replications.prototype.update = function (resourceGroupName, registryName, replicationName, replicationUpdateParameters, options) {
72
- return this.beginUpdate(resourceGroupName, registryName, replicationName, replicationUpdateParameters, options)
73
- .then(function (lroPoller) { return lroPoller.pollUntilFinished(); });
74
- };
75
- /**
76
- * Creates a replication for a container registry with the specified parameters.
77
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
78
- * @param registryName The name of the container registry.
79
- * @param replicationName The name of the replication.
80
- * @param replication The parameters for creating a replication.
81
- * @param [options] The optional parameters
82
- * @returns Promise<msRestAzure.LROPoller>
83
- */
84
- Replications.prototype.beginCreate = function (resourceGroupName, registryName, replicationName, replication, options) {
85
- return this.client.sendLRORequest({
86
- resourceGroupName: resourceGroupName,
87
- registryName: registryName,
88
- replicationName: replicationName,
89
- replication: replication,
90
- options: options
91
- }, beginCreateOperationSpec, options);
92
- };
93
- /**
94
- * Deletes a replication from a container registry.
95
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
96
- * @param registryName The name of the container registry.
97
- * @param replicationName The name of the replication.
98
- * @param [options] The optional parameters
99
- * @returns Promise<msRestAzure.LROPoller>
100
- */
101
- Replications.prototype.beginDeleteMethod = function (resourceGroupName, registryName, replicationName, options) {
102
- return this.client.sendLRORequest({
103
- resourceGroupName: resourceGroupName,
104
- registryName: registryName,
105
- replicationName: replicationName,
106
- options: options
107
- }, beginDeleteMethodOperationSpec, options);
108
- };
109
- /**
110
- * Updates a replication for a container registry with the specified parameters.
111
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
112
- * @param registryName The name of the container registry.
113
- * @param replicationName The name of the replication.
114
- * @param replicationUpdateParameters The parameters for updating a replication.
115
- * @param [options] The optional parameters
116
- * @returns Promise<msRestAzure.LROPoller>
117
- */
118
- Replications.prototype.beginUpdate = function (resourceGroupName, registryName, replicationName, replicationUpdateParameters, options) {
119
- return this.client.sendLRORequest({
120
- resourceGroupName: resourceGroupName,
121
- registryName: registryName,
122
- replicationName: replicationName,
123
- replicationUpdateParameters: replicationUpdateParameters,
124
- options: options
125
- }, beginUpdateOperationSpec, options);
126
- };
127
- Replications.prototype.listNext = function (nextPageLink, options, callback) {
128
- return this.client.sendOperationRequest({
129
- nextPageLink: nextPageLink,
130
- options: options
131
- }, listNextOperationSpec, callback);
132
- };
133
- return Replications;
134
- }());
135
- export { Replications };
136
- // Operation Specifications
137
- var serializer = new msRest.Serializer(Mappers);
138
- var listOperationSpec = {
139
- httpMethod: "GET",
140
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/replications",
141
- urlParameters: [
142
- Parameters.subscriptionId,
143
- Parameters.resourceGroupName,
144
- Parameters.registryName
145
- ],
146
- queryParameters: [
147
- Parameters.apiVersion0
148
- ],
149
- headerParameters: [
150
- Parameters.acceptLanguage
151
- ],
152
- responses: {
153
- 200: {
154
- bodyMapper: Mappers.ReplicationListResult
155
- },
156
- default: {
157
- bodyMapper: Mappers.CloudError
158
- }
159
- },
160
- serializer: serializer
161
- };
162
- var getOperationSpec = {
163
- httpMethod: "GET",
164
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/replications/{replicationName}",
165
- urlParameters: [
166
- Parameters.subscriptionId,
167
- Parameters.resourceGroupName,
168
- Parameters.registryName,
169
- Parameters.replicationName
170
- ],
171
- queryParameters: [
172
- Parameters.apiVersion0
173
- ],
174
- headerParameters: [
175
- Parameters.acceptLanguage
176
- ],
177
- responses: {
178
- 200: {
179
- bodyMapper: Mappers.Replication
180
- },
181
- default: {
182
- bodyMapper: Mappers.CloudError
183
- }
184
- },
185
- serializer: serializer
186
- };
187
- var beginCreateOperationSpec = {
188
- httpMethod: "PUT",
189
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/replications/{replicationName}",
190
- urlParameters: [
191
- Parameters.subscriptionId,
192
- Parameters.resourceGroupName,
193
- Parameters.registryName,
194
- Parameters.replicationName
195
- ],
196
- queryParameters: [
197
- Parameters.apiVersion0
198
- ],
199
- headerParameters: [
200
- Parameters.acceptLanguage
201
- ],
202
- requestBody: {
203
- parameterPath: "replication",
204
- mapper: __assign(__assign({}, Mappers.Replication), { required: true })
205
- },
206
- responses: {
207
- 200: {
208
- bodyMapper: Mappers.Replication
209
- },
210
- 201: {
211
- bodyMapper: Mappers.Replication
212
- },
213
- default: {
214
- bodyMapper: Mappers.CloudError
215
- }
216
- },
217
- serializer: serializer
218
- };
219
- var beginDeleteMethodOperationSpec = {
220
- httpMethod: "DELETE",
221
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/replications/{replicationName}",
222
- urlParameters: [
223
- Parameters.subscriptionId,
224
- Parameters.resourceGroupName,
225
- Parameters.registryName,
226
- Parameters.replicationName
227
- ],
228
- queryParameters: [
229
- Parameters.apiVersion0
230
- ],
231
- headerParameters: [
232
- Parameters.acceptLanguage
233
- ],
234
- responses: {
235
- 200: {},
236
- 202: {},
237
- 204: {},
238
- default: {
239
- bodyMapper: Mappers.CloudError
240
- }
241
- },
242
- serializer: serializer
243
- };
244
- var beginUpdateOperationSpec = {
245
- httpMethod: "PATCH",
246
- path: "subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/replications/{replicationName}",
247
- urlParameters: [
248
- Parameters.subscriptionId,
249
- Parameters.resourceGroupName,
250
- Parameters.registryName,
251
- Parameters.replicationName
252
- ],
253
- queryParameters: [
254
- Parameters.apiVersion0
255
- ],
256
- headerParameters: [
257
- Parameters.acceptLanguage
258
- ],
259
- requestBody: {
260
- parameterPath: "replicationUpdateParameters",
261
- mapper: __assign(__assign({}, Mappers.ReplicationUpdateParameters), { required: true })
262
- },
263
- responses: {
264
- 200: {
265
- bodyMapper: Mappers.Replication
266
- },
267
- 201: {
268
- bodyMapper: Mappers.Replication
269
- },
270
- default: {
271
- bodyMapper: Mappers.CloudError
272
- }
273
- },
274
- serializer: serializer
275
- };
276
- var listNextOperationSpec = {
277
- httpMethod: "GET",
278
- baseUrl: "https://management.azure.com",
279
- path: "{nextLink}",
280
- urlParameters: [
281
- Parameters.nextPageLink
282
- ],
283
- queryParameters: [
284
- Parameters.apiVersion0
285
- ],
286
- headerParameters: [
287
- Parameters.acceptLanguage
288
- ],
289
- responses: {
290
- 200: {
291
- bodyMapper: Mappers.ReplicationListResult
292
- },
293
- default: {
294
- bodyMapper: Mappers.CloudError
295
- }
296
- },
297
- serializer: serializer
298
- };
299
- //# sourceMappingURL=replications.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"replications.js","sourceRoot":"","sources":["../../src/operations/replications.ts"],"names":[],"mappings":"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"}
@@ -1,139 +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 Runs. */
6
- export declare class Runs {
7
- private readonly client;
8
- /**
9
- * Create a Runs.
10
- * @param {ContainerRegistryManagementClientContext} client Reference to the service client.
11
- */
12
- constructor(client: ContainerRegistryManagementClientContext);
13
- /**
14
- * Gets all the runs for a 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 [options] The optional parameters
18
- * @returns Promise<Models.RunsListResponse>
19
- */
20
- list(resourceGroupName: string, registryName: string, options?: Models.RunsListOptionalParams): Promise<Models.RunsListResponse>;
21
- /**
22
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
23
- * @param registryName The name of the container registry.
24
- * @param callback The callback
25
- */
26
- list(resourceGroupName: string, registryName: string, callback: msRest.ServiceCallback<Models.RunListResult>): void;
27
- /**
28
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
29
- * @param registryName The name of the container registry.
30
- * @param options The optional parameters
31
- * @param callback The callback
32
- */
33
- list(resourceGroupName: string, registryName: string, options: Models.RunsListOptionalParams, callback: msRest.ServiceCallback<Models.RunListResult>): void;
34
- /**
35
- * Gets the detailed information for a given run.
36
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
37
- * @param registryName The name of the container registry.
38
- * @param runId The run ID.
39
- * @param [options] The optional parameters
40
- * @returns Promise<Models.RunsGetResponse>
41
- */
42
- get(resourceGroupName: string, registryName: string, runId: string, options?: msRest.RequestOptionsBase): Promise<Models.RunsGetResponse>;
43
- /**
44
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
45
- * @param registryName The name of the container registry.
46
- * @param runId The run ID.
47
- * @param callback The callback
48
- */
49
- get(resourceGroupName: string, registryName: string, runId: string, callback: msRest.ServiceCallback<Models.Run>): void;
50
- /**
51
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
52
- * @param registryName The name of the container registry.
53
- * @param runId The run ID.
54
- * @param options The optional parameters
55
- * @param callback The callback
56
- */
57
- get(resourceGroupName: string, registryName: string, runId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.Run>): void;
58
- /**
59
- * Patch the run properties.
60
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
61
- * @param registryName The name of the container registry.
62
- * @param runId The run ID.
63
- * @param runUpdateParameters The run update properties.
64
- * @param [options] The optional parameters
65
- * @returns Promise<Models.RunsUpdateResponse>
66
- */
67
- update(resourceGroupName: string, registryName: string, runId: string, runUpdateParameters: Models.RunUpdateParameters, options?: msRest.RequestOptionsBase): Promise<Models.RunsUpdateResponse>;
68
- /**
69
- * Gets a link to download the run logs.
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 runId The run ID.
73
- * @param [options] The optional parameters
74
- * @returns Promise<Models.RunsGetLogSasUrlResponse>
75
- */
76
- getLogSasUrl(resourceGroupName: string, registryName: string, runId: string, options?: msRest.RequestOptionsBase): Promise<Models.RunsGetLogSasUrlResponse>;
77
- /**
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 runId The run ID.
81
- * @param callback The callback
82
- */
83
- getLogSasUrl(resourceGroupName: string, registryName: string, runId: string, callback: msRest.ServiceCallback<Models.RunGetLogResult>): void;
84
- /**
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 runId The run ID.
88
- * @param options The optional parameters
89
- * @param callback The callback
90
- */
91
- getLogSasUrl(resourceGroupName: string, registryName: string, runId: string, options: msRest.RequestOptionsBase, callback: msRest.ServiceCallback<Models.RunGetLogResult>): void;
92
- /**
93
- * Cancel an existing run.
94
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
95
- * @param registryName The name of the container registry.
96
- * @param runId The run ID.
97
- * @param [options] The optional parameters
98
- * @returns Promise<msRest.RestResponse>
99
- */
100
- cancel(resourceGroupName: string, registryName: string, runId: string, options?: msRest.RequestOptionsBase): Promise<msRest.RestResponse>;
101
- /**
102
- * Patch the run properties.
103
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
104
- * @param registryName The name of the container registry.
105
- * @param runId The run ID.
106
- * @param runUpdateParameters The run update properties.
107
- * @param [options] The optional parameters
108
- * @returns Promise<msRestAzure.LROPoller>
109
- */
110
- beginUpdate(resourceGroupName: string, registryName: string, runId: string, runUpdateParameters: Models.RunUpdateParameters, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
111
- /**
112
- * Cancel an existing run.
113
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
114
- * @param registryName The name of the container registry.
115
- * @param runId The run ID.
116
- * @param [options] The optional parameters
117
- * @returns Promise<msRestAzure.LROPoller>
118
- */
119
- beginCancel(resourceGroupName: string, registryName: string, runId: string, options?: msRest.RequestOptionsBase): Promise<msRestAzure.LROPoller>;
120
- /**
121
- * Gets all the runs for a registry.
122
- * @param nextPageLink The NextLink from the previous successful call to List operation.
123
- * @param [options] The optional parameters
124
- * @returns Promise<Models.RunsListNextResponse>
125
- */
126
- listNext(nextPageLink: string, options?: Models.RunsListNextOptionalParams): Promise<Models.RunsListNextResponse>;
127
- /**
128
- * @param nextPageLink The NextLink from the previous successful call to List operation.
129
- * @param callback The callback
130
- */
131
- listNext(nextPageLink: string, callback: msRest.ServiceCallback<Models.RunListResult>): void;
132
- /**
133
- * @param nextPageLink The NextLink from the previous successful call to List operation.
134
- * @param options The optional parameters
135
- * @param callback The callback
136
- */
137
- listNext(nextPageLink: string, options: Models.RunsListNextOptionalParams, callback: msRest.ServiceCallback<Models.RunListResult>): void;
138
- }
139
- //# sourceMappingURL=runs.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"runs.d.ts","sourceRoot":"","sources":["../../src/operations/runs.ts"],"names":[],"mappings":"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"}