@azure/arm-containerregistry 10.0.1-alpha.20220208.1 → 10.1.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 (471) hide show
  1. package/CHANGELOG.md +156 -10
  2. package/LICENSE +1 -1
  3. package/README.md +12 -1
  4. package/dist/index.js +7368 -3434
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.min.js +1 -1
  7. package/dist/index.min.js.map +1 -1
  8. package/dist-esm/samples-dev/agentPoolsCreateSample.d.ts +2 -0
  9. package/dist-esm/samples-dev/agentPoolsCreateSample.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/agentPoolsCreateSample.js +39 -0
  11. package/dist-esm/samples-dev/agentPoolsCreateSample.js.map +1 -0
  12. package/dist-esm/samples-dev/agentPoolsDeleteSample.d.ts +2 -0
  13. package/dist-esm/samples-dev/agentPoolsDeleteSample.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/agentPoolsDeleteSample.js +32 -0
  15. package/dist-esm/samples-dev/agentPoolsDeleteSample.js.map +1 -0
  16. package/dist-esm/samples-dev/agentPoolsGetQueueStatusSample.d.ts +2 -0
  17. package/dist-esm/samples-dev/agentPoolsGetQueueStatusSample.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/agentPoolsGetQueueStatusSample.js +32 -0
  19. package/dist-esm/samples-dev/agentPoolsGetQueueStatusSample.js.map +1 -0
  20. package/dist-esm/samples-dev/agentPoolsGetSample.d.ts +2 -0
  21. package/dist-esm/samples-dev/agentPoolsGetSample.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/agentPoolsGetSample.js +32 -0
  23. package/dist-esm/samples-dev/agentPoolsGetSample.js.map +1 -0
  24. package/dist-esm/samples-dev/agentPoolsListSample.d.ts +2 -0
  25. package/dist-esm/samples-dev/agentPoolsListSample.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/agentPoolsListSample.js +45 -0
  27. package/dist-esm/samples-dev/agentPoolsListSample.js.map +1 -0
  28. package/dist-esm/samples-dev/agentPoolsUpdateSample.d.ts +2 -0
  29. package/dist-esm/samples-dev/agentPoolsUpdateSample.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/agentPoolsUpdateSample.js +33 -0
  31. package/dist-esm/samples-dev/agentPoolsUpdateSample.js.map +1 -0
  32. package/dist-esm/samples-dev/connectedRegistriesCreateSample.d.ts +2 -0
  33. package/dist-esm/samples-dev/connectedRegistriesCreateSample.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/connectedRegistriesCreateSample.js +47 -0
  35. package/dist-esm/samples-dev/connectedRegistriesCreateSample.js.map +1 -0
  36. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.d.ts +2 -0
  37. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.d.ts.map +1 -0
  38. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.js +32 -0
  39. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.js.map +1 -0
  40. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.d.ts +2 -0
  41. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.d.ts.map +1 -0
  42. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.js +32 -0
  43. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.js.map +1 -0
  44. package/dist-esm/samples-dev/connectedRegistriesGetSample.d.ts +2 -0
  45. package/dist-esm/samples-dev/connectedRegistriesGetSample.d.ts.map +1 -0
  46. package/dist-esm/samples-dev/connectedRegistriesGetSample.js +32 -0
  47. package/dist-esm/samples-dev/connectedRegistriesGetSample.js.map +1 -0
  48. package/dist-esm/samples-dev/connectedRegistriesListSample.d.ts +2 -0
  49. package/dist-esm/samples-dev/connectedRegistriesListSample.d.ts.map +1 -0
  50. package/dist-esm/samples-dev/connectedRegistriesListSample.js +45 -0
  51. package/dist-esm/samples-dev/connectedRegistriesListSample.js.map +1 -0
  52. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.d.ts +2 -0
  53. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.d.ts.map +1 -0
  54. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.js +45 -0
  55. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.js.map +1 -0
  56. package/dist-esm/samples-dev/exportPipelinesCreateSample.d.ts +2 -0
  57. package/dist-esm/samples-dev/exportPipelinesCreateSample.d.ts.map +1 -0
  58. package/dist-esm/samples-dev/exportPipelinesCreateSample.js +42 -0
  59. package/dist-esm/samples-dev/exportPipelinesCreateSample.js.map +1 -0
  60. package/dist-esm/samples-dev/exportPipelinesDeleteSample.d.ts +2 -0
  61. package/dist-esm/samples-dev/exportPipelinesDeleteSample.d.ts.map +1 -0
  62. package/dist-esm/samples-dev/exportPipelinesDeleteSample.js +32 -0
  63. package/dist-esm/samples-dev/exportPipelinesDeleteSample.js.map +1 -0
  64. package/dist-esm/samples-dev/exportPipelinesGetSample.d.ts +2 -0
  65. package/dist-esm/samples-dev/exportPipelinesGetSample.d.ts.map +1 -0
  66. package/dist-esm/samples-dev/exportPipelinesGetSample.js +32 -0
  67. package/dist-esm/samples-dev/exportPipelinesGetSample.js.map +1 -0
  68. package/dist-esm/samples-dev/exportPipelinesListSample.d.ts +2 -0
  69. package/dist-esm/samples-dev/exportPipelinesListSample.d.ts.map +1 -0
  70. package/dist-esm/samples-dev/exportPipelinesListSample.js +45 -0
  71. package/dist-esm/samples-dev/exportPipelinesListSample.js.map +1 -0
  72. package/dist-esm/samples-dev/importPipelinesCreateSample.d.ts +2 -0
  73. package/dist-esm/samples-dev/importPipelinesCreateSample.d.ts.map +1 -0
  74. package/dist-esm/samples-dev/importPipelinesCreateSample.js +47 -0
  75. package/dist-esm/samples-dev/importPipelinesCreateSample.js.map +1 -0
  76. package/dist-esm/samples-dev/importPipelinesDeleteSample.d.ts +2 -0
  77. package/dist-esm/samples-dev/importPipelinesDeleteSample.d.ts.map +1 -0
  78. package/dist-esm/samples-dev/importPipelinesDeleteSample.js +32 -0
  79. package/dist-esm/samples-dev/importPipelinesDeleteSample.js.map +1 -0
  80. package/dist-esm/samples-dev/importPipelinesGetSample.d.ts +2 -0
  81. package/dist-esm/samples-dev/importPipelinesGetSample.d.ts.map +1 -0
  82. package/dist-esm/samples-dev/importPipelinesGetSample.js +32 -0
  83. package/dist-esm/samples-dev/importPipelinesGetSample.js.map +1 -0
  84. package/dist-esm/samples-dev/importPipelinesListSample.d.ts +2 -0
  85. package/dist-esm/samples-dev/importPipelinesListSample.d.ts.map +1 -0
  86. package/dist-esm/samples-dev/importPipelinesListSample.js +45 -0
  87. package/dist-esm/samples-dev/importPipelinesListSample.js.map +1 -0
  88. package/dist-esm/samples-dev/operationsListSample.d.ts +2 -0
  89. package/dist-esm/samples-dev/operationsListSample.d.ts.map +1 -0
  90. package/dist-esm/samples-dev/operationsListSample.js +43 -0
  91. package/dist-esm/samples-dev/operationsListSample.js.map +1 -0
  92. package/dist-esm/samples-dev/pipelineRunsCreateSample.d.ts +2 -0
  93. package/dist-esm/samples-dev/pipelineRunsCreateSample.d.ts.map +1 -0
  94. package/dist-esm/samples-dev/pipelineRunsCreateSample.js +69 -0
  95. package/dist-esm/samples-dev/pipelineRunsCreateSample.js.map +1 -0
  96. package/dist-esm/samples-dev/pipelineRunsDeleteSample.d.ts +2 -0
  97. package/dist-esm/samples-dev/pipelineRunsDeleteSample.d.ts.map +1 -0
  98. package/dist-esm/samples-dev/pipelineRunsDeleteSample.js +32 -0
  99. package/dist-esm/samples-dev/pipelineRunsDeleteSample.js.map +1 -0
  100. package/dist-esm/samples-dev/pipelineRunsGetSample.d.ts +2 -0
  101. package/dist-esm/samples-dev/pipelineRunsGetSample.d.ts.map +1 -0
  102. package/dist-esm/samples-dev/pipelineRunsGetSample.js +32 -0
  103. package/dist-esm/samples-dev/pipelineRunsGetSample.js.map +1 -0
  104. package/dist-esm/samples-dev/pipelineRunsListSample.d.ts +2 -0
  105. package/dist-esm/samples-dev/pipelineRunsListSample.d.ts.map +1 -0
  106. package/dist-esm/samples-dev/pipelineRunsListSample.js +45 -0
  107. package/dist-esm/samples-dev/pipelineRunsListSample.js.map +1 -0
  108. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts +2 -0
  109. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.d.ts.map +1 -0
  110. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +38 -0
  111. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +1 -0
  112. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts +2 -0
  113. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.d.ts.map +1 -0
  114. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +32 -0
  115. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +1 -0
  116. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts +2 -0
  117. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.d.ts.map +1 -0
  118. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +32 -0
  119. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +1 -0
  120. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts +2 -0
  121. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.d.ts.map +1 -0
  122. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +45 -0
  123. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -0
  124. package/dist-esm/samples-dev/registriesCheckNameAvailabilitySample.d.ts +2 -0
  125. package/dist-esm/samples-dev/registriesCheckNameAvailabilitySample.d.ts.map +1 -0
  126. package/dist-esm/samples-dev/registriesCheckNameAvailabilitySample.js +53 -0
  127. package/dist-esm/samples-dev/registriesCheckNameAvailabilitySample.js.map +1 -0
  128. package/dist-esm/samples-dev/registriesCreateSample.d.ts +2 -0
  129. package/dist-esm/samples-dev/registriesCreateSample.d.ts.map +1 -0
  130. package/dist-esm/samples-dev/registriesCreateSample.js +61 -0
  131. package/dist-esm/samples-dev/registriesCreateSample.js.map +1 -0
  132. package/dist-esm/samples-dev/registriesDeleteSample.d.ts +2 -0
  133. package/dist-esm/samples-dev/registriesDeleteSample.d.ts.map +1 -0
  134. package/dist-esm/samples-dev/registriesDeleteSample.js +31 -0
  135. package/dist-esm/samples-dev/registriesDeleteSample.js.map +1 -0
  136. package/dist-esm/samples-dev/registriesGenerateCredentialsSample.d.ts +2 -0
  137. package/dist-esm/samples-dev/registriesGenerateCredentialsSample.d.ts.map +1 -0
  138. package/dist-esm/samples-dev/registriesGenerateCredentialsSample.js +35 -0
  139. package/dist-esm/samples-dev/registriesGenerateCredentialsSample.js.map +1 -0
  140. package/dist-esm/samples-dev/registriesGetBuildSourceUploadUrlSample.d.ts +2 -0
  141. package/dist-esm/samples-dev/registriesGetBuildSourceUploadUrlSample.d.ts.map +1 -0
  142. package/dist-esm/samples-dev/registriesGetBuildSourceUploadUrlSample.js +31 -0
  143. package/dist-esm/samples-dev/registriesGetBuildSourceUploadUrlSample.js.map +1 -0
  144. package/dist-esm/samples-dev/registriesGetPrivateLinkResourceSample.d.ts +2 -0
  145. package/dist-esm/samples-dev/registriesGetPrivateLinkResourceSample.d.ts.map +1 -0
  146. package/dist-esm/samples-dev/registriesGetPrivateLinkResourceSample.js +32 -0
  147. package/dist-esm/samples-dev/registriesGetPrivateLinkResourceSample.js.map +1 -0
  148. package/dist-esm/samples-dev/registriesGetSample.d.ts +2 -0
  149. package/dist-esm/samples-dev/registriesGetSample.d.ts.map +1 -0
  150. package/dist-esm/samples-dev/registriesGetSample.js +31 -0
  151. package/dist-esm/samples-dev/registriesGetSample.js.map +1 -0
  152. package/dist-esm/samples-dev/registriesImportImageSample.d.ts +2 -0
  153. package/dist-esm/samples-dev/registriesImportImageSample.d.ts.map +1 -0
  154. package/dist-esm/samples-dev/registriesImportImageSample.js +94 -0
  155. package/dist-esm/samples-dev/registriesImportImageSample.js.map +1 -0
  156. package/dist-esm/samples-dev/registriesListByResourceGroupSample.d.ts +2 -0
  157. package/dist-esm/samples-dev/registriesListByResourceGroupSample.d.ts.map +1 -0
  158. package/dist-esm/samples-dev/registriesListByResourceGroupSample.js +44 -0
  159. package/dist-esm/samples-dev/registriesListByResourceGroupSample.js.map +1 -0
  160. package/dist-esm/samples-dev/registriesListCredentialsSample.d.ts +2 -0
  161. package/dist-esm/samples-dev/registriesListCredentialsSample.d.ts.map +1 -0
  162. package/dist-esm/samples-dev/registriesListCredentialsSample.js +31 -0
  163. package/dist-esm/samples-dev/registriesListCredentialsSample.js.map +1 -0
  164. package/dist-esm/samples-dev/registriesListPrivateLinkResourcesSample.d.ts +2 -0
  165. package/dist-esm/samples-dev/registriesListPrivateLinkResourcesSample.d.ts.map +1 -0
  166. package/dist-esm/samples-dev/registriesListPrivateLinkResourcesSample.js +45 -0
  167. package/dist-esm/samples-dev/registriesListPrivateLinkResourcesSample.js.map +1 -0
  168. package/dist-esm/samples-dev/registriesListSample.d.ts +2 -0
  169. package/dist-esm/samples-dev/registriesListSample.d.ts.map +1 -0
  170. package/dist-esm/samples-dev/registriesListSample.js +43 -0
  171. package/dist-esm/samples-dev/registriesListSample.js.map +1 -0
  172. package/dist-esm/samples-dev/registriesListUsagesSample.d.ts +2 -0
  173. package/dist-esm/samples-dev/registriesListUsagesSample.d.ts.map +1 -0
  174. package/dist-esm/samples-dev/registriesListUsagesSample.js +31 -0
  175. package/dist-esm/samples-dev/registriesListUsagesSample.js.map +1 -0
  176. package/dist-esm/samples-dev/registriesRegenerateCredentialSample.d.ts +2 -0
  177. package/dist-esm/samples-dev/registriesRegenerateCredentialSample.d.ts.map +1 -0
  178. package/dist-esm/samples-dev/registriesRegenerateCredentialSample.js +34 -0
  179. package/dist-esm/samples-dev/registriesRegenerateCredentialSample.js.map +1 -0
  180. package/dist-esm/samples-dev/registriesScheduleRunSample.d.ts +2 -0
  181. package/dist-esm/samples-dev/registriesScheduleRunSample.d.ts.map +1 -0
  182. package/dist-esm/samples-dev/registriesScheduleRunSample.js +285 -0
  183. package/dist-esm/samples-dev/registriesScheduleRunSample.js.map +1 -0
  184. package/dist-esm/samples-dev/registriesUpdateSample.d.ts +2 -0
  185. package/dist-esm/samples-dev/registriesUpdateSample.d.ts.map +1 -0
  186. package/dist-esm/samples-dev/registriesUpdateSample.js +36 -0
  187. package/dist-esm/samples-dev/registriesUpdateSample.js.map +1 -0
  188. package/dist-esm/samples-dev/replicationsCreateSample.d.ts +2 -0
  189. package/dist-esm/samples-dev/replicationsCreateSample.d.ts.map +1 -0
  190. package/dist-esm/samples-dev/replicationsCreateSample.js +61 -0
  191. package/dist-esm/samples-dev/replicationsCreateSample.js.map +1 -0
  192. package/dist-esm/samples-dev/replicationsDeleteSample.d.ts +2 -0
  193. package/dist-esm/samples-dev/replicationsDeleteSample.d.ts.map +1 -0
  194. package/dist-esm/samples-dev/replicationsDeleteSample.js +32 -0
  195. package/dist-esm/samples-dev/replicationsDeleteSample.js.map +1 -0
  196. package/dist-esm/samples-dev/replicationsGetSample.d.ts +2 -0
  197. package/dist-esm/samples-dev/replicationsGetSample.d.ts.map +1 -0
  198. package/dist-esm/samples-dev/replicationsGetSample.js +32 -0
  199. package/dist-esm/samples-dev/replicationsGetSample.js.map +1 -0
  200. package/dist-esm/samples-dev/replicationsListSample.d.ts +2 -0
  201. package/dist-esm/samples-dev/replicationsListSample.d.ts.map +1 -0
  202. package/dist-esm/samples-dev/replicationsListSample.js +45 -0
  203. package/dist-esm/samples-dev/replicationsListSample.js.map +1 -0
  204. package/dist-esm/samples-dev/replicationsUpdateSample.d.ts +2 -0
  205. package/dist-esm/samples-dev/replicationsUpdateSample.d.ts.map +1 -0
  206. package/dist-esm/samples-dev/replicationsUpdateSample.js +35 -0
  207. package/dist-esm/samples-dev/replicationsUpdateSample.js.map +1 -0
  208. package/dist-esm/samples-dev/runsCancelSample.d.ts +2 -0
  209. package/dist-esm/samples-dev/runsCancelSample.d.ts.map +1 -0
  210. package/dist-esm/samples-dev/runsCancelSample.js +32 -0
  211. package/dist-esm/samples-dev/runsCancelSample.js.map +1 -0
  212. package/dist-esm/samples-dev/runsGetLogSasUrlSample.d.ts +2 -0
  213. package/dist-esm/samples-dev/runsGetLogSasUrlSample.d.ts.map +1 -0
  214. package/dist-esm/samples-dev/runsGetLogSasUrlSample.js +32 -0
  215. package/dist-esm/samples-dev/runsGetLogSasUrlSample.js.map +1 -0
  216. package/dist-esm/samples-dev/runsGetSample.d.ts +2 -0
  217. package/dist-esm/samples-dev/runsGetSample.d.ts.map +1 -0
  218. package/dist-esm/samples-dev/runsGetSample.js +32 -0
  219. package/dist-esm/samples-dev/runsGetSample.js.map +1 -0
  220. package/dist-esm/samples-dev/runsListSample.d.ts +2 -0
  221. package/dist-esm/samples-dev/runsListSample.d.ts.map +1 -0
  222. package/dist-esm/samples-dev/runsListSample.js +48 -0
  223. package/dist-esm/samples-dev/runsListSample.js.map +1 -0
  224. package/dist-esm/samples-dev/runsUpdateSample.d.ts +2 -0
  225. package/dist-esm/samples-dev/runsUpdateSample.d.ts.map +1 -0
  226. package/dist-esm/samples-dev/runsUpdateSample.js +33 -0
  227. package/dist-esm/samples-dev/runsUpdateSample.js.map +1 -0
  228. package/dist-esm/samples-dev/scopeMapsCreateSample.d.ts +2 -0
  229. package/dist-esm/samples-dev/scopeMapsCreateSample.d.ts.map +1 -0
  230. package/dist-esm/samples-dev/scopeMapsCreateSample.js +39 -0
  231. package/dist-esm/samples-dev/scopeMapsCreateSample.js.map +1 -0
  232. package/dist-esm/samples-dev/scopeMapsDeleteSample.d.ts +2 -0
  233. package/dist-esm/samples-dev/scopeMapsDeleteSample.d.ts.map +1 -0
  234. package/dist-esm/samples-dev/scopeMapsDeleteSample.js +32 -0
  235. package/dist-esm/samples-dev/scopeMapsDeleteSample.js.map +1 -0
  236. package/dist-esm/samples-dev/scopeMapsGetSample.d.ts +2 -0
  237. package/dist-esm/samples-dev/scopeMapsGetSample.d.ts.map +1 -0
  238. package/dist-esm/samples-dev/scopeMapsGetSample.js +32 -0
  239. package/dist-esm/samples-dev/scopeMapsGetSample.js.map +1 -0
  240. package/dist-esm/samples-dev/scopeMapsListSample.d.ts +2 -0
  241. package/dist-esm/samples-dev/scopeMapsListSample.d.ts.map +1 -0
  242. package/dist-esm/samples-dev/scopeMapsListSample.js +45 -0
  243. package/dist-esm/samples-dev/scopeMapsListSample.js.map +1 -0
  244. package/dist-esm/samples-dev/scopeMapsUpdateSample.d.ts +2 -0
  245. package/dist-esm/samples-dev/scopeMapsUpdateSample.d.ts.map +1 -0
  246. package/dist-esm/samples-dev/scopeMapsUpdateSample.js +39 -0
  247. package/dist-esm/samples-dev/scopeMapsUpdateSample.js.map +1 -0
  248. package/dist-esm/samples-dev/taskRunsCreateSample.d.ts +2 -0
  249. package/dist-esm/samples-dev/taskRunsCreateSample.d.ts.map +1 -0
  250. package/dist-esm/samples-dev/taskRunsCreateSample.js +43 -0
  251. package/dist-esm/samples-dev/taskRunsCreateSample.js.map +1 -0
  252. package/dist-esm/samples-dev/taskRunsDeleteSample.d.ts +2 -0
  253. package/dist-esm/samples-dev/taskRunsDeleteSample.d.ts.map +1 -0
  254. package/dist-esm/samples-dev/taskRunsDeleteSample.js +32 -0
  255. package/dist-esm/samples-dev/taskRunsDeleteSample.js.map +1 -0
  256. package/dist-esm/samples-dev/taskRunsGetDetailsSample.d.ts +2 -0
  257. package/dist-esm/samples-dev/taskRunsGetDetailsSample.d.ts.map +1 -0
  258. package/dist-esm/samples-dev/taskRunsGetDetailsSample.js +32 -0
  259. package/dist-esm/samples-dev/taskRunsGetDetailsSample.js.map +1 -0
  260. package/dist-esm/samples-dev/taskRunsGetSample.d.ts +2 -0
  261. package/dist-esm/samples-dev/taskRunsGetSample.d.ts.map +1 -0
  262. package/dist-esm/samples-dev/taskRunsGetSample.js +32 -0
  263. package/dist-esm/samples-dev/taskRunsGetSample.js.map +1 -0
  264. package/dist-esm/samples-dev/taskRunsListSample.d.ts +2 -0
  265. package/dist-esm/samples-dev/taskRunsListSample.d.ts.map +1 -0
  266. package/dist-esm/samples-dev/taskRunsListSample.js +45 -0
  267. package/dist-esm/samples-dev/taskRunsListSample.js.map +1 -0
  268. package/dist-esm/samples-dev/taskRunsUpdateSample.d.ts +2 -0
  269. package/dist-esm/samples-dev/taskRunsUpdateSample.d.ts.map +1 -0
  270. package/dist-esm/samples-dev/taskRunsUpdateSample.js +44 -0
  271. package/dist-esm/samples-dev/taskRunsUpdateSample.js.map +1 -0
  272. package/dist-esm/samples-dev/tasksCreateSample.d.ts +2 -0
  273. package/dist-esm/samples-dev/tasksCreateSample.d.ts.map +1 -0
  274. package/dist-esm/samples-dev/tasksCreateSample.js +313 -0
  275. package/dist-esm/samples-dev/tasksCreateSample.js.map +1 -0
  276. package/dist-esm/samples-dev/tasksDeleteSample.d.ts +2 -0
  277. package/dist-esm/samples-dev/tasksDeleteSample.d.ts.map +1 -0
  278. package/dist-esm/samples-dev/tasksDeleteSample.js +32 -0
  279. package/dist-esm/samples-dev/tasksDeleteSample.js.map +1 -0
  280. package/dist-esm/samples-dev/tasksGetDetailsSample.d.ts +2 -0
  281. package/dist-esm/samples-dev/tasksGetDetailsSample.d.ts.map +1 -0
  282. package/dist-esm/samples-dev/tasksGetDetailsSample.js +32 -0
  283. package/dist-esm/samples-dev/tasksGetDetailsSample.js.map +1 -0
  284. package/dist-esm/samples-dev/tasksGetSample.d.ts +2 -0
  285. package/dist-esm/samples-dev/tasksGetSample.d.ts.map +1 -0
  286. package/dist-esm/samples-dev/tasksGetSample.js +32 -0
  287. package/dist-esm/samples-dev/tasksGetSample.js.map +1 -0
  288. package/dist-esm/samples-dev/tasksListSample.d.ts +2 -0
  289. package/dist-esm/samples-dev/tasksListSample.d.ts.map +1 -0
  290. package/dist-esm/samples-dev/tasksListSample.js +45 -0
  291. package/dist-esm/samples-dev/tasksListSample.js.map +1 -0
  292. package/dist-esm/samples-dev/tasksUpdateSample.d.ts +2 -0
  293. package/dist-esm/samples-dev/tasksUpdateSample.d.ts.map +1 -0
  294. package/dist-esm/samples-dev/tasksUpdateSample.js +239 -0
  295. package/dist-esm/samples-dev/tasksUpdateSample.js.map +1 -0
  296. package/dist-esm/samples-dev/tokensCreateSample.d.ts +2 -0
  297. package/dist-esm/samples-dev/tokensCreateSample.d.ts.map +1 -0
  298. package/dist-esm/samples-dev/tokensCreateSample.js +44 -0
  299. package/dist-esm/samples-dev/tokensCreateSample.js.map +1 -0
  300. package/dist-esm/samples-dev/tokensDeleteSample.d.ts +2 -0
  301. package/dist-esm/samples-dev/tokensDeleteSample.d.ts.map +1 -0
  302. package/dist-esm/samples-dev/tokensDeleteSample.js +32 -0
  303. package/dist-esm/samples-dev/tokensDeleteSample.js.map +1 -0
  304. package/dist-esm/samples-dev/tokensGetSample.d.ts +2 -0
  305. package/dist-esm/samples-dev/tokensGetSample.d.ts.map +1 -0
  306. package/dist-esm/samples-dev/tokensGetSample.js +32 -0
  307. package/dist-esm/samples-dev/tokensGetSample.js.map +1 -0
  308. package/dist-esm/samples-dev/tokensListSample.d.ts +2 -0
  309. package/dist-esm/samples-dev/tokensListSample.d.ts.map +1 -0
  310. package/dist-esm/samples-dev/tokensListSample.js +45 -0
  311. package/dist-esm/samples-dev/tokensListSample.js.map +1 -0
  312. package/dist-esm/samples-dev/tokensUpdateSample.d.ts +2 -0
  313. package/dist-esm/samples-dev/tokensUpdateSample.d.ts.map +1 -0
  314. package/dist-esm/samples-dev/tokensUpdateSample.js +43 -0
  315. package/dist-esm/samples-dev/tokensUpdateSample.js.map +1 -0
  316. package/dist-esm/samples-dev/webhooksCreateSample.d.ts +2 -0
  317. package/dist-esm/samples-dev/webhooksCreateSample.d.ts.map +1 -0
  318. package/dist-esm/samples-dev/webhooksCreateSample.js +43 -0
  319. package/dist-esm/samples-dev/webhooksCreateSample.js.map +1 -0
  320. package/dist-esm/samples-dev/webhooksDeleteSample.d.ts +2 -0
  321. package/dist-esm/samples-dev/webhooksDeleteSample.d.ts.map +1 -0
  322. package/dist-esm/samples-dev/webhooksDeleteSample.js +32 -0
  323. package/dist-esm/samples-dev/webhooksDeleteSample.js.map +1 -0
  324. package/dist-esm/samples-dev/webhooksGetCallbackConfigSample.d.ts +2 -0
  325. package/dist-esm/samples-dev/webhooksGetCallbackConfigSample.d.ts.map +1 -0
  326. package/dist-esm/samples-dev/webhooksGetCallbackConfigSample.js +32 -0
  327. package/dist-esm/samples-dev/webhooksGetCallbackConfigSample.js.map +1 -0
  328. package/dist-esm/samples-dev/webhooksGetSample.d.ts +2 -0
  329. package/dist-esm/samples-dev/webhooksGetSample.d.ts.map +1 -0
  330. package/dist-esm/samples-dev/webhooksGetSample.js +32 -0
  331. package/dist-esm/samples-dev/webhooksGetSample.js.map +1 -0
  332. package/dist-esm/samples-dev/webhooksListEventsSample.d.ts +2 -0
  333. package/dist-esm/samples-dev/webhooksListEventsSample.d.ts.map +1 -0
  334. package/dist-esm/samples-dev/webhooksListEventsSample.js +46 -0
  335. package/dist-esm/samples-dev/webhooksListEventsSample.js.map +1 -0
  336. package/dist-esm/samples-dev/webhooksListSample.d.ts +2 -0
  337. package/dist-esm/samples-dev/webhooksListSample.d.ts.map +1 -0
  338. package/dist-esm/samples-dev/webhooksListSample.js +45 -0
  339. package/dist-esm/samples-dev/webhooksListSample.js.map +1 -0
  340. package/dist-esm/samples-dev/webhooksPingSample.d.ts +2 -0
  341. package/dist-esm/samples-dev/webhooksPingSample.d.ts.map +1 -0
  342. package/dist-esm/samples-dev/webhooksPingSample.js +32 -0
  343. package/dist-esm/samples-dev/webhooksPingSample.js.map +1 -0
  344. package/dist-esm/samples-dev/webhooksUpdateSample.d.ts +2 -0
  345. package/dist-esm/samples-dev/webhooksUpdateSample.d.ts.map +1 -0
  346. package/dist-esm/samples-dev/webhooksUpdateSample.js +42 -0
  347. package/dist-esm/samples-dev/webhooksUpdateSample.js.map +1 -0
  348. package/dist-esm/src/containerRegistryManagementClient.d.ts +7 -1
  349. package/dist-esm/src/containerRegistryManagementClient.d.ts.map +1 -1
  350. package/dist-esm/src/containerRegistryManagementClient.js +8 -2
  351. package/dist-esm/src/containerRegistryManagementClient.js.map +1 -1
  352. package/dist-esm/src/models/index.d.ts +1101 -180
  353. package/dist-esm/src/models/index.d.ts.map +1 -1
  354. package/dist-esm/src/models/index.js +115 -26
  355. package/dist-esm/src/models/index.js.map +1 -1
  356. package/dist-esm/src/models/mappers.d.ts +49 -9
  357. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  358. package/dist-esm/src/models/mappers.js +1559 -314
  359. package/dist-esm/src/models/mappers.js.map +1 -1
  360. package/dist-esm/src/models/parameters.d.ts +21 -5
  361. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  362. package/dist-esm/src/models/parameters.js +159 -29
  363. package/dist-esm/src/models/parameters.js.map +1 -1
  364. package/dist-esm/src/operations/agentPools.js +2 -2
  365. package/dist-esm/src/operations/agentPools.js.map +1 -1
  366. package/dist-esm/src/operations/connectedRegistries.d.ts +115 -0
  367. package/dist-esm/src/operations/connectedRegistries.d.ts.map +1 -0
  368. package/dist-esm/src/operations/connectedRegistries.js +503 -0
  369. package/dist-esm/src/operations/connectedRegistries.js.map +1 -0
  370. package/dist-esm/src/operations/exportPipelines.d.ts +81 -0
  371. package/dist-esm/src/operations/exportPipelines.d.ts.map +1 -0
  372. package/dist-esm/src/operations/exportPipelines.js +337 -0
  373. package/dist-esm/src/operations/exportPipelines.js.map +1 -0
  374. package/dist-esm/src/operations/importPipelines.d.ts +81 -0
  375. package/dist-esm/src/operations/importPipelines.d.ts.map +1 -0
  376. package/dist-esm/src/operations/importPipelines.js +337 -0
  377. package/dist-esm/src/operations/importPipelines.js.map +1 -0
  378. package/dist-esm/src/operations/index.d.ts +6 -0
  379. package/dist-esm/src/operations/index.d.ts.map +1 -1
  380. package/dist-esm/src/operations/index.js +6 -0
  381. package/dist-esm/src/operations/index.js.map +1 -1
  382. package/dist-esm/src/operations/pipelineRuns.d.ts +81 -0
  383. package/dist-esm/src/operations/pipelineRuns.d.ts.map +1 -0
  384. package/dist-esm/src/operations/pipelineRuns.js +337 -0
  385. package/dist-esm/src/operations/pipelineRuns.js.map +1 -0
  386. package/dist-esm/src/operations/privateEndpointConnections.js +1 -1
  387. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
  388. package/dist-esm/src/operations/registries.d.ts +17 -1
  389. package/dist-esm/src/operations/registries.d.ts.map +1 -1
  390. package/dist-esm/src/operations/registries.js +93 -5
  391. package/dist-esm/src/operations/registries.js.map +1 -1
  392. package/dist-esm/src/operations/replications.js +2 -2
  393. package/dist-esm/src/operations/replications.js.map +1 -1
  394. package/dist-esm/src/operations/runs.js +3 -3
  395. package/dist-esm/src/operations/runs.js.map +1 -1
  396. package/dist-esm/src/operations/scopeMaps.d.ts +99 -0
  397. package/dist-esm/src/operations/scopeMaps.d.ts.map +1 -0
  398. package/dist-esm/src/operations/scopeMaps.js +429 -0
  399. package/dist-esm/src/operations/scopeMaps.js.map +1 -0
  400. package/dist-esm/src/operations/taskRuns.js +2 -2
  401. package/dist-esm/src/operations/taskRuns.js.map +1 -1
  402. package/dist-esm/src/operations/tasks.js +2 -2
  403. package/dist-esm/src/operations/tasks.js.map +1 -1
  404. package/dist-esm/src/operations/tokens.d.ts +99 -0
  405. package/dist-esm/src/operations/tokens.d.ts.map +1 -0
  406. package/dist-esm/src/operations/tokens.js +429 -0
  407. package/dist-esm/src/operations/tokens.js.map +1 -0
  408. package/dist-esm/src/operations/webhooks.js +2 -2
  409. package/dist-esm/src/operations/webhooks.js.map +1 -1
  410. package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts +90 -0
  411. package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts.map +1 -0
  412. package/dist-esm/src/operationsInterfaces/connectedRegistries.js +9 -0
  413. package/dist-esm/src/operationsInterfaces/connectedRegistries.js.map +1 -0
  414. package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts +56 -0
  415. package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts.map +1 -0
  416. package/dist-esm/src/operationsInterfaces/exportPipelines.js +9 -0
  417. package/dist-esm/src/operationsInterfaces/exportPipelines.js.map +1 -0
  418. package/dist-esm/src/operationsInterfaces/importPipelines.d.ts +56 -0
  419. package/dist-esm/src/operationsInterfaces/importPipelines.d.ts.map +1 -0
  420. package/dist-esm/src/operationsInterfaces/importPipelines.js +9 -0
  421. package/dist-esm/src/operationsInterfaces/importPipelines.js.map +1 -0
  422. package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
  423. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  424. package/dist-esm/src/operationsInterfaces/index.js +6 -0
  425. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  426. package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts +56 -0
  427. package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts.map +1 -0
  428. package/dist-esm/src/operationsInterfaces/pipelineRuns.js +9 -0
  429. package/dist-esm/src/operationsInterfaces/pipelineRuns.js.map +1 -0
  430. package/dist-esm/src/operationsInterfaces/registries.d.ts +17 -1
  431. package/dist-esm/src/operationsInterfaces/registries.d.ts.map +1 -1
  432. package/dist-esm/src/operationsInterfaces/scopeMaps.d.ts +74 -0
  433. package/dist-esm/src/operationsInterfaces/scopeMaps.d.ts.map +1 -0
  434. package/dist-esm/src/operationsInterfaces/scopeMaps.js +9 -0
  435. package/dist-esm/src/operationsInterfaces/scopeMaps.js.map +1 -0
  436. package/dist-esm/src/operationsInterfaces/tokens.d.ts +74 -0
  437. package/dist-esm/src/operationsInterfaces/tokens.d.ts.map +1 -0
  438. package/dist-esm/src/operationsInterfaces/tokens.js +9 -0
  439. package/dist-esm/src/operationsInterfaces/tokens.js.map +1 -0
  440. package/package.json +23 -7
  441. package/review/arm-containerregistry.api.md +806 -5
  442. package/rollup.config.js +6 -72
  443. package/src/containerRegistryManagementClient.ts +25 -1
  444. package/src/models/index.ts +1253 -184
  445. package/src/models/mappers.ts +2842 -1507
  446. package/src/models/parameters.ts +186 -30
  447. package/src/operations/agentPools.ts +2 -2
  448. package/src/operations/connectedRegistries.ts +718 -0
  449. package/src/operations/exportPipelines.ts +470 -0
  450. package/src/operations/importPipelines.ts +470 -0
  451. package/src/operations/index.ts +6 -0
  452. package/src/operations/pipelineRuns.ts +470 -0
  453. package/src/operations/privateEndpointConnections.ts +1 -1
  454. package/src/operations/registries.ts +136 -5
  455. package/src/operations/replications.ts +2 -2
  456. package/src/operations/runs.ts +3 -3
  457. package/src/operations/scopeMaps.ts +608 -0
  458. package/src/operations/taskRuns.ts +2 -2
  459. package/src/operations/tasks.ts +2 -2
  460. package/src/operations/tokens.ts +602 -0
  461. package/src/operations/webhooks.ts +2 -2
  462. package/src/operationsInterfaces/connectedRegistries.ts +174 -0
  463. package/src/operationsInterfaces/exportPipelines.ts +109 -0
  464. package/src/operationsInterfaces/importPipelines.ts +109 -0
  465. package/src/operationsInterfaces/index.ts +6 -0
  466. package/src/operationsInterfaces/pipelineRuns.ts +109 -0
  467. package/src/operationsInterfaces/registries.ts +34 -0
  468. package/src/operationsInterfaces/scopeMaps.ts +147 -0
  469. package/src/operationsInterfaces/tokens.ts +141 -0
  470. package/tsconfig.json +18 -4
  471. package/types/arm-containerregistry.d.ts +1585 -123
@@ -23,6 +23,33 @@ export declare type Action = string;
23
23
  */
24
24
  export declare type ActionsRequired = string;
25
25
 
26
+ /** The activation properties of the connected registry. */
27
+ export declare interface ActivationProperties {
28
+ /**
29
+ * The activation status of the connected registry.
30
+ * NOTE: This property will not be serialized. It can only be populated by the server.
31
+ */
32
+ readonly status?: ActivationStatus;
33
+ }
34
+
35
+ /**
36
+ * Defines values for ActivationStatus. \
37
+ * {@link KnownActivationStatus} can be used interchangeably with ActivationStatus,
38
+ * this enum contains the known values that the service supports.
39
+ * ### Known values supported by the service
40
+ * **Active** \
41
+ * **Inactive**
42
+ */
43
+ export declare type ActivationStatus = string;
44
+
45
+ /** The Active Directory Object that will be used for authenticating the token of a container registry. */
46
+ export declare interface ActiveDirectoryObject {
47
+ /** The user/group/application object ID for Active Directory Object that will be used for authenticating the token of a container registry. */
48
+ objectId?: string;
49
+ /** The tenant ID of user/group/application object Active Directory Object that will be used for authenticating the token of a container registry. */
50
+ tenantId?: string;
51
+ }
52
+
26
53
  /** The agent that initiated the event. For most situations, this could be from the authorization context of the request. */
27
54
  export declare interface Actor {
28
55
  /** The subject or username associated with the request context that generated the event. */
@@ -239,6 +266,16 @@ export declare interface Argument {
239
266
  isSecret?: boolean;
240
267
  }
241
268
 
269
+ /**
270
+ * Defines values for AuditLogStatus. \
271
+ * {@link KnownAuditLogStatus} can be used interchangeably with AuditLogStatus,
272
+ * this enum contains the known values that the service supports.
273
+ * ### Known values supported by the service
274
+ * **Enabled** \
275
+ * **Disabled**
276
+ */
277
+ export declare type AuditLogStatus = string;
278
+
242
279
  /** The authorization properties for accessing the source code repository. */
243
280
  export declare interface AuthInfo {
244
281
  /** The type of Auth token. */
@@ -339,6 +376,255 @@ export declare interface CallbackConfig {
339
376
  };
340
377
  }
341
378
 
379
+ /**
380
+ * Defines values for CertificateType. \
381
+ * {@link KnownCertificateType} can be used interchangeably with CertificateType,
382
+ * this enum contains the known values that the service supports.
383
+ * ### Known values supported by the service
384
+ * **LocalDirectory**
385
+ */
386
+ export declare type CertificateType = string;
387
+
388
+ /** Interface representing a ConnectedRegistries. */
389
+ export declare interface ConnectedRegistries {
390
+ /**
391
+ * Lists all connected registries for the specified container registry.
392
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
393
+ * @param registryName The name of the container registry.
394
+ * @param options The options parameters.
395
+ */
396
+ list(resourceGroupName: string, registryName: string, options?: ConnectedRegistriesListOptionalParams): PagedAsyncIterableIterator<ConnectedRegistry>;
397
+ /**
398
+ * Gets the properties of the connected registry.
399
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
400
+ * @param registryName The name of the container registry.
401
+ * @param connectedRegistryName The name of the connected registry.
402
+ * @param options The options parameters.
403
+ */
404
+ get(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesGetOptionalParams): Promise<ConnectedRegistriesGetResponse>;
405
+ /**
406
+ * Creates a connected registry for a container registry with the specified parameters.
407
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
408
+ * @param registryName The name of the container registry.
409
+ * @param connectedRegistryName The name of the connected registry.
410
+ * @param connectedRegistryCreateParameters The parameters for creating a connectedRegistry.
411
+ * @param options The options parameters.
412
+ */
413
+ beginCreate(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryCreateParameters: ConnectedRegistry, options?: ConnectedRegistriesCreateOptionalParams): Promise<PollerLike<PollOperationState<ConnectedRegistriesCreateResponse>, ConnectedRegistriesCreateResponse>>;
414
+ /**
415
+ * Creates a connected registry for a container registry with the specified parameters.
416
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
417
+ * @param registryName The name of the container registry.
418
+ * @param connectedRegistryName The name of the connected registry.
419
+ * @param connectedRegistryCreateParameters The parameters for creating a connectedRegistry.
420
+ * @param options The options parameters.
421
+ */
422
+ beginCreateAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryCreateParameters: ConnectedRegistry, options?: ConnectedRegistriesCreateOptionalParams): Promise<ConnectedRegistriesCreateResponse>;
423
+ /**
424
+ * Deletes a connected registry from a container registry.
425
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
426
+ * @param registryName The name of the container registry.
427
+ * @param connectedRegistryName The name of the connected registry.
428
+ * @param options The options parameters.
429
+ */
430
+ beginDelete(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
431
+ /**
432
+ * Deletes a connected registry from a container registry.
433
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
434
+ * @param registryName The name of the container registry.
435
+ * @param connectedRegistryName The name of the connected registry.
436
+ * @param options The options parameters.
437
+ */
438
+ beginDeleteAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeleteOptionalParams): Promise<void>;
439
+ /**
440
+ * Updates a connected registry with the specified parameters.
441
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
442
+ * @param registryName The name of the container registry.
443
+ * @param connectedRegistryName The name of the connected registry.
444
+ * @param connectedRegistryUpdateParameters The parameters for updating a connectedRegistry.
445
+ * @param options The options parameters.
446
+ */
447
+ beginUpdate(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryUpdateParameters: ConnectedRegistryUpdateParameters, options?: ConnectedRegistriesUpdateOptionalParams): Promise<PollerLike<PollOperationState<ConnectedRegistriesUpdateResponse>, ConnectedRegistriesUpdateResponse>>;
448
+ /**
449
+ * Updates a connected registry with the specified parameters.
450
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
451
+ * @param registryName The name of the container registry.
452
+ * @param connectedRegistryName The name of the connected registry.
453
+ * @param connectedRegistryUpdateParameters The parameters for updating a connectedRegistry.
454
+ * @param options The options parameters.
455
+ */
456
+ beginUpdateAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryUpdateParameters: ConnectedRegistryUpdateParameters, options?: ConnectedRegistriesUpdateOptionalParams): Promise<ConnectedRegistriesUpdateResponse>;
457
+ /**
458
+ * Deactivates the connected registry instance.
459
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
460
+ * @param registryName The name of the container registry.
461
+ * @param connectedRegistryName The name of the connected registry.
462
+ * @param options The options parameters.
463
+ */
464
+ beginDeactivate(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeactivateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
465
+ /**
466
+ * Deactivates the connected registry instance.
467
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
468
+ * @param registryName The name of the container registry.
469
+ * @param connectedRegistryName The name of the connected registry.
470
+ * @param options The options parameters.
471
+ */
472
+ beginDeactivateAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeactivateOptionalParams): Promise<void>;
473
+ }
474
+
475
+ /** Optional parameters. */
476
+ export declare interface ConnectedRegistriesCreateOptionalParams extends coreClient.OperationOptions {
477
+ /** Delay to wait until next poll, in milliseconds. */
478
+ updateIntervalInMs?: number;
479
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
480
+ resumeFrom?: string;
481
+ }
482
+
483
+ /** Contains response data for the create operation. */
484
+ export declare type ConnectedRegistriesCreateResponse = ConnectedRegistry;
485
+
486
+ /** Optional parameters. */
487
+ export declare interface ConnectedRegistriesDeactivateOptionalParams extends coreClient.OperationOptions {
488
+ /** Delay to wait until next poll, in milliseconds. */
489
+ updateIntervalInMs?: number;
490
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
491
+ resumeFrom?: string;
492
+ }
493
+
494
+ /** Optional parameters. */
495
+ export declare interface ConnectedRegistriesDeleteOptionalParams extends coreClient.OperationOptions {
496
+ /** Delay to wait until next poll, in milliseconds. */
497
+ updateIntervalInMs?: number;
498
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
499
+ resumeFrom?: string;
500
+ }
501
+
502
+ /** Optional parameters. */
503
+ export declare interface ConnectedRegistriesGetOptionalParams extends coreClient.OperationOptions {
504
+ }
505
+
506
+ /** Contains response data for the get operation. */
507
+ export declare type ConnectedRegistriesGetResponse = ConnectedRegistry;
508
+
509
+ /** Optional parameters. */
510
+ export declare interface ConnectedRegistriesListNextOptionalParams extends coreClient.OperationOptions {
511
+ /** An OData filter expression that describes a subset of connectedRegistries to return. The parameters that can be filtered are parent.id (the resource id of the connectedRegistry parent), mode, and connectionState. The supported operator is eq. */
512
+ filter?: string;
513
+ }
514
+
515
+ /** Contains response data for the listNext operation. */
516
+ export declare type ConnectedRegistriesListNextResponse = ConnectedRegistryListResult;
517
+
518
+ /** Optional parameters. */
519
+ export declare interface ConnectedRegistriesListOptionalParams extends coreClient.OperationOptions {
520
+ /** An OData filter expression that describes a subset of connectedRegistries to return. The parameters that can be filtered are parent.id (the resource id of the connectedRegistry parent), mode, and connectionState. The supported operator is eq. */
521
+ filter?: string;
522
+ }
523
+
524
+ /** Contains response data for the list operation. */
525
+ export declare type ConnectedRegistriesListResponse = ConnectedRegistryListResult;
526
+
527
+ /** Optional parameters. */
528
+ export declare interface ConnectedRegistriesUpdateOptionalParams extends coreClient.OperationOptions {
529
+ /** Delay to wait until next poll, in milliseconds. */
530
+ updateIntervalInMs?: number;
531
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
532
+ resumeFrom?: string;
533
+ }
534
+
535
+ /** Contains response data for the update operation. */
536
+ export declare type ConnectedRegistriesUpdateResponse = ConnectedRegistry;
537
+
538
+ /** An object that represents a connected registry for a container registry. */
539
+ export declare type ConnectedRegistry = ProxyResource & {
540
+ /**
541
+ * Provisioning state of the resource.
542
+ * NOTE: This property will not be serialized. It can only be populated by the server.
543
+ */
544
+ readonly provisioningState?: ProvisioningState;
545
+ /** The mode of the connected registry resource that indicates the permissions of the registry. */
546
+ mode?: ConnectedRegistryMode;
547
+ /**
548
+ * The current version of ACR runtime on the connected registry.
549
+ * NOTE: This property will not be serialized. It can only be populated by the server.
550
+ */
551
+ readonly version?: string;
552
+ /**
553
+ * The current connection state of the connected registry.
554
+ * NOTE: This property will not be serialized. It can only be populated by the server.
555
+ */
556
+ readonly connectionState?: ConnectionState;
557
+ /**
558
+ * The last activity time of the connected registry.
559
+ * NOTE: This property will not be serialized. It can only be populated by the server.
560
+ */
561
+ readonly lastActivityTime?: Date;
562
+ /**
563
+ * The activation properties of the connected registry.
564
+ * NOTE: This property will not be serialized. It can only be populated by the server.
565
+ */
566
+ readonly activation?: ActivationProperties;
567
+ /** The parent of the connected registry. */
568
+ parent?: ParentProperties;
569
+ /** The list of the ACR token resource IDs used to authenticate clients to the connected registry. */
570
+ clientTokenIds?: string[];
571
+ /** The login server properties of the connected registry. */
572
+ loginServer?: LoginServerProperties;
573
+ /** The logging properties of the connected registry. */
574
+ logging?: LoggingProperties;
575
+ /**
576
+ * The list of current statuses of the connected registry.
577
+ * NOTE: This property will not be serialized. It can only be populated by the server.
578
+ */
579
+ readonly statusDetails?: StatusDetailProperties[];
580
+ /** The list of notifications subscription information for the connected registry. */
581
+ notificationsList?: string[];
582
+ };
583
+
584
+ /** The result of a request to list connected registries for a container registry. */
585
+ export declare interface ConnectedRegistryListResult {
586
+ /** The list of connected registries. Since this list may be incomplete, the nextLink field should be used to request the next list of connected registries. */
587
+ value?: ConnectedRegistry[];
588
+ /** The URI that can be used to request the next list of connected registries. */
589
+ nextLink?: string;
590
+ }
591
+
592
+ /**
593
+ * Defines values for ConnectedRegistryMode. \
594
+ * {@link KnownConnectedRegistryMode} can be used interchangeably with ConnectedRegistryMode,
595
+ * this enum contains the known values that the service supports.
596
+ * ### Known values supported by the service
597
+ * **ReadWrite** \
598
+ * **ReadOnly** \
599
+ * **Registry** \
600
+ * **Mirror**
601
+ */
602
+ export declare type ConnectedRegistryMode = string;
603
+
604
+ /** The parameters for updating a connected registry. */
605
+ export declare interface ConnectedRegistryUpdateParameters {
606
+ /** The sync properties of the connected registry with its parent. */
607
+ syncProperties?: SyncUpdateProperties;
608
+ /** The logging properties of the connected registry. */
609
+ logging?: LoggingProperties;
610
+ /** The list of the ACR token resource IDs used to authenticate clients to the connected registry. */
611
+ clientTokenIds?: string[];
612
+ /** The list of notifications subscription information for the connected registry. */
613
+ notificationsList?: string[];
614
+ }
615
+
616
+ /**
617
+ * Defines values for ConnectionState. \
618
+ * {@link KnownConnectionState} can be used interchangeably with ConnectionState,
619
+ * this enum contains the known values that the service supports.
620
+ * ### Known values supported by the service
621
+ * **Online** \
622
+ * **Offline** \
623
+ * **Syncing** \
624
+ * **Unhealthy**
625
+ */
626
+ export declare type ConnectionState = string;
627
+
342
628
  /**
343
629
  * Defines values for ConnectionStatus. \
344
630
  * {@link KnownConnectionStatus} can be used interchangeably with ConnectionStatus,
@@ -361,10 +647,16 @@ export declare class ContainerRegistryManagementClient extends coreClient.Servic
361
647
  * @param options The parameter options
362
648
  */
363
649
  constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ContainerRegistryManagementClientOptionalParams);
650
+ connectedRegistries: ConnectedRegistries;
651
+ exportPipelines: ExportPipelines;
364
652
  registries: Registries;
653
+ importPipelines: ImportPipelines;
365
654
  operations: Operations;
655
+ pipelineRuns: PipelineRuns;
366
656
  privateEndpointConnections: PrivateEndpointConnections;
367
657
  replications: Replications;
658
+ scopeMaps: ScopeMaps;
659
+ tokens: Tokens;
368
660
  webhooks: Webhooks;
369
661
  agentPools: AgentPools;
370
662
  runs: Runs;
@@ -659,6 +951,138 @@ export declare interface EventResponseMessage {
659
951
  version?: string;
660
952
  }
661
953
 
954
+ /** An object that represents an export pipeline for a container registry. */
955
+ export declare type ExportPipeline = ProxyResource & {
956
+ /** The location of the export pipeline. */
957
+ location?: string;
958
+ /** The identity of the export pipeline. */
959
+ identity?: IdentityProperties;
960
+ /** The target properties of the export pipeline. */
961
+ target?: ExportPipelineTargetProperties;
962
+ /** The list of all options configured for the pipeline. */
963
+ options?: PipelineOptions[];
964
+ /**
965
+ * The provisioning state of the pipeline at the time the operation was called.
966
+ * NOTE: This property will not be serialized. It can only be populated by the server.
967
+ */
968
+ readonly provisioningState?: ProvisioningState;
969
+ };
970
+
971
+ /** The result of a request to list export pipelines for a container registry. */
972
+ export declare interface ExportPipelineListResult {
973
+ /** The list of export pipelines. Since this list may be incomplete, the nextLink field should be used to request the next list of export pipelines. */
974
+ value?: ExportPipeline[];
975
+ /** The URI that can be used to request the next list of pipeline runs. */
976
+ nextLink?: string;
977
+ }
978
+
979
+ /** Interface representing a ExportPipelines. */
980
+ export declare interface ExportPipelines {
981
+ /**
982
+ * Lists all export pipelines for the specified container registry.
983
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
984
+ * @param registryName The name of the container registry.
985
+ * @param options The options parameters.
986
+ */
987
+ list(resourceGroupName: string, registryName: string, options?: ExportPipelinesListOptionalParams): PagedAsyncIterableIterator<ExportPipeline>;
988
+ /**
989
+ * Gets the properties of the export pipeline.
990
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
991
+ * @param registryName The name of the container registry.
992
+ * @param exportPipelineName The name of the export pipeline.
993
+ * @param options The options parameters.
994
+ */
995
+ get(resourceGroupName: string, registryName: string, exportPipelineName: string, options?: ExportPipelinesGetOptionalParams): Promise<ExportPipelinesGetResponse>;
996
+ /**
997
+ * Creates an export pipeline for a container registry with the specified parameters.
998
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
999
+ * @param registryName The name of the container registry.
1000
+ * @param exportPipelineName The name of the export pipeline.
1001
+ * @param exportPipelineCreateParameters The parameters for creating an export pipeline.
1002
+ * @param options The options parameters.
1003
+ */
1004
+ beginCreate(resourceGroupName: string, registryName: string, exportPipelineName: string, exportPipelineCreateParameters: ExportPipeline, options?: ExportPipelinesCreateOptionalParams): Promise<PollerLike<PollOperationState<ExportPipelinesCreateResponse>, ExportPipelinesCreateResponse>>;
1005
+ /**
1006
+ * Creates an export pipeline for a container registry with the specified parameters.
1007
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
1008
+ * @param registryName The name of the container registry.
1009
+ * @param exportPipelineName The name of the export pipeline.
1010
+ * @param exportPipelineCreateParameters The parameters for creating an export pipeline.
1011
+ * @param options The options parameters.
1012
+ */
1013
+ beginCreateAndWait(resourceGroupName: string, registryName: string, exportPipelineName: string, exportPipelineCreateParameters: ExportPipeline, options?: ExportPipelinesCreateOptionalParams): Promise<ExportPipelinesCreateResponse>;
1014
+ /**
1015
+ * Deletes an export pipeline from a container registry.
1016
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
1017
+ * @param registryName The name of the container registry.
1018
+ * @param exportPipelineName The name of the export pipeline.
1019
+ * @param options The options parameters.
1020
+ */
1021
+ beginDelete(resourceGroupName: string, registryName: string, exportPipelineName: string, options?: ExportPipelinesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1022
+ /**
1023
+ * Deletes an export pipeline from a container registry.
1024
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
1025
+ * @param registryName The name of the container registry.
1026
+ * @param exportPipelineName The name of the export pipeline.
1027
+ * @param options The options parameters.
1028
+ */
1029
+ beginDeleteAndWait(resourceGroupName: string, registryName: string, exportPipelineName: string, options?: ExportPipelinesDeleteOptionalParams): Promise<void>;
1030
+ }
1031
+
1032
+ /** Optional parameters. */
1033
+ export declare interface ExportPipelinesCreateOptionalParams extends coreClient.OperationOptions {
1034
+ /** Delay to wait until next poll, in milliseconds. */
1035
+ updateIntervalInMs?: number;
1036
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1037
+ resumeFrom?: string;
1038
+ }
1039
+
1040
+ /** Contains response data for the create operation. */
1041
+ export declare type ExportPipelinesCreateResponse = ExportPipeline;
1042
+
1043
+ /** Optional parameters. */
1044
+ export declare interface ExportPipelinesDeleteOptionalParams extends coreClient.OperationOptions {
1045
+ /** Delay to wait until next poll, in milliseconds. */
1046
+ updateIntervalInMs?: number;
1047
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1048
+ resumeFrom?: string;
1049
+ }
1050
+
1051
+ /** Optional parameters. */
1052
+ export declare interface ExportPipelinesGetOptionalParams extends coreClient.OperationOptions {
1053
+ }
1054
+
1055
+ /** Contains response data for the get operation. */
1056
+ export declare type ExportPipelinesGetResponse = ExportPipeline;
1057
+
1058
+ /** Optional parameters. */
1059
+ export declare interface ExportPipelinesListNextOptionalParams extends coreClient.OperationOptions {
1060
+ }
1061
+
1062
+ /** Contains response data for the listNext operation. */
1063
+ export declare type ExportPipelinesListNextResponse = ExportPipelineListResult;
1064
+
1065
+ /** Optional parameters. */
1066
+ export declare interface ExportPipelinesListOptionalParams extends coreClient.OperationOptions {
1067
+ }
1068
+
1069
+ /** Contains response data for the list operation. */
1070
+ export declare type ExportPipelinesListResponse = ExportPipelineListResult;
1071
+
1072
+ /** The properties of the export pipeline target. */
1073
+ export declare interface ExportPipelineTargetProperties {
1074
+ /** The type of target for the export pipeline. */
1075
+ type?: string;
1076
+ /**
1077
+ * The target uri of the export pipeline.
1078
+ * When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
1079
+ * When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
1080
+ */
1081
+ uri?: string;
1082
+ /** They key vault secret uri to obtain the target storage SAS token. */
1083
+ keyVaultUri: string;
1084
+ }
1085
+
662
1086
  /** The export policy for a container registry. */
663
1087
  export declare interface ExportPolicy {
664
1088
  /** The value that indicates whether the policy is enabled or not. */
@@ -724,6 +1148,24 @@ export declare type FileTaskStepUpdateParameters = TaskStepUpdateParameters & {
724
1148
  values?: SetValue[];
725
1149
  };
726
1150
 
1151
+ /** The parameters used to generate credentials for a specified token or user of a container registry. */
1152
+ export declare interface GenerateCredentialsParameters {
1153
+ /** The resource ID of the token for which credentials have to be generated. */
1154
+ tokenId?: string;
1155
+ /** The expiry date of the generated credentials after which the credentials become invalid. */
1156
+ expiry?: Date;
1157
+ /** Specifies name of the password which should be regenerated if any -- password1 or password2. */
1158
+ name?: TokenPasswordName;
1159
+ }
1160
+
1161
+ /** The response from the GenerateCredentials operation. */
1162
+ export declare interface GenerateCredentialsResult {
1163
+ /** The username for a container registry. */
1164
+ username?: string;
1165
+ /** The list of passwords for a container registry. */
1166
+ passwords?: TokenPassword[];
1167
+ }
1168
+
727
1169
  /** Managed identity for the resource. */
728
1170
  export declare interface IdentityProperties {
729
1171
  /** The principal ID of resource identity. */
@@ -786,6 +1228,140 @@ export declare interface ImportImageParameters {
786
1228
  */
787
1229
  export declare type ImportMode = string;
788
1230
 
1231
+ /** An object that represents an import pipeline for a container registry. */
1232
+ export declare type ImportPipeline = ProxyResource & {
1233
+ /** The location of the import pipeline. */
1234
+ location?: string;
1235
+ /** The identity of the import pipeline. */
1236
+ identity?: IdentityProperties;
1237
+ /** The source properties of the import pipeline. */
1238
+ source?: ImportPipelineSourceProperties;
1239
+ /** The properties that describe the trigger of the import pipeline. */
1240
+ trigger?: PipelineTriggerProperties;
1241
+ /** The list of all options configured for the pipeline. */
1242
+ options?: PipelineOptions[];
1243
+ /**
1244
+ * The provisioning state of the pipeline at the time the operation was called.
1245
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1246
+ */
1247
+ readonly provisioningState?: ProvisioningState;
1248
+ };
1249
+
1250
+ /** The result of a request to list import pipelines for a container registry. */
1251
+ export declare interface ImportPipelineListResult {
1252
+ /** The list of import pipelines. Since this list may be incomplete, the nextLink field should be used to request the next list of import pipelines. */
1253
+ value?: ImportPipeline[];
1254
+ /** The URI that can be used to request the next list of pipeline runs. */
1255
+ nextLink?: string;
1256
+ }
1257
+
1258
+ /** Interface representing a ImportPipelines. */
1259
+ export declare interface ImportPipelines {
1260
+ /**
1261
+ * Lists all import pipelines for the specified container registry.
1262
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
1263
+ * @param registryName The name of the container registry.
1264
+ * @param options The options parameters.
1265
+ */
1266
+ list(resourceGroupName: string, registryName: string, options?: ImportPipelinesListOptionalParams): PagedAsyncIterableIterator<ImportPipeline>;
1267
+ /**
1268
+ * Gets the properties of the import pipeline.
1269
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
1270
+ * @param registryName The name of the container registry.
1271
+ * @param importPipelineName The name of the import pipeline.
1272
+ * @param options The options parameters.
1273
+ */
1274
+ get(resourceGroupName: string, registryName: string, importPipelineName: string, options?: ImportPipelinesGetOptionalParams): Promise<ImportPipelinesGetResponse>;
1275
+ /**
1276
+ * Creates an import pipeline for a container registry with the specified parameters.
1277
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
1278
+ * @param registryName The name of the container registry.
1279
+ * @param importPipelineName The name of the import pipeline.
1280
+ * @param importPipelineCreateParameters The parameters for creating an import pipeline.
1281
+ * @param options The options parameters.
1282
+ */
1283
+ beginCreate(resourceGroupName: string, registryName: string, importPipelineName: string, importPipelineCreateParameters: ImportPipeline, options?: ImportPipelinesCreateOptionalParams): Promise<PollerLike<PollOperationState<ImportPipelinesCreateResponse>, ImportPipelinesCreateResponse>>;
1284
+ /**
1285
+ * Creates an import pipeline for a container registry with the specified parameters.
1286
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
1287
+ * @param registryName The name of the container registry.
1288
+ * @param importPipelineName The name of the import pipeline.
1289
+ * @param importPipelineCreateParameters The parameters for creating an import pipeline.
1290
+ * @param options The options parameters.
1291
+ */
1292
+ beginCreateAndWait(resourceGroupName: string, registryName: string, importPipelineName: string, importPipelineCreateParameters: ImportPipeline, options?: ImportPipelinesCreateOptionalParams): Promise<ImportPipelinesCreateResponse>;
1293
+ /**
1294
+ * Deletes an import pipeline from a container registry.
1295
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
1296
+ * @param registryName The name of the container registry.
1297
+ * @param importPipelineName The name of the import pipeline.
1298
+ * @param options The options parameters.
1299
+ */
1300
+ beginDelete(resourceGroupName: string, registryName: string, importPipelineName: string, options?: ImportPipelinesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1301
+ /**
1302
+ * Deletes an import pipeline from a container registry.
1303
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
1304
+ * @param registryName The name of the container registry.
1305
+ * @param importPipelineName The name of the import pipeline.
1306
+ * @param options The options parameters.
1307
+ */
1308
+ beginDeleteAndWait(resourceGroupName: string, registryName: string, importPipelineName: string, options?: ImportPipelinesDeleteOptionalParams): Promise<void>;
1309
+ }
1310
+
1311
+ /** Optional parameters. */
1312
+ export declare interface ImportPipelinesCreateOptionalParams extends coreClient.OperationOptions {
1313
+ /** Delay to wait until next poll, in milliseconds. */
1314
+ updateIntervalInMs?: number;
1315
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1316
+ resumeFrom?: string;
1317
+ }
1318
+
1319
+ /** Contains response data for the create operation. */
1320
+ export declare type ImportPipelinesCreateResponse = ImportPipeline;
1321
+
1322
+ /** Optional parameters. */
1323
+ export declare interface ImportPipelinesDeleteOptionalParams extends coreClient.OperationOptions {
1324
+ /** Delay to wait until next poll, in milliseconds. */
1325
+ updateIntervalInMs?: number;
1326
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1327
+ resumeFrom?: string;
1328
+ }
1329
+
1330
+ /** Optional parameters. */
1331
+ export declare interface ImportPipelinesGetOptionalParams extends coreClient.OperationOptions {
1332
+ }
1333
+
1334
+ /** Contains response data for the get operation. */
1335
+ export declare type ImportPipelinesGetResponse = ImportPipeline;
1336
+
1337
+ /** Optional parameters. */
1338
+ export declare interface ImportPipelinesListNextOptionalParams extends coreClient.OperationOptions {
1339
+ }
1340
+
1341
+ /** Contains response data for the listNext operation. */
1342
+ export declare type ImportPipelinesListNextResponse = ImportPipelineListResult;
1343
+
1344
+ /** Optional parameters. */
1345
+ export declare interface ImportPipelinesListOptionalParams extends coreClient.OperationOptions {
1346
+ }
1347
+
1348
+ /** Contains response data for the list operation. */
1349
+ export declare type ImportPipelinesListResponse = ImportPipelineListResult;
1350
+
1351
+ /** The properties of the import pipeline source. */
1352
+ export declare interface ImportPipelineSourceProperties {
1353
+ /** The type of source for the import pipeline. */
1354
+ type?: PipelineSourceType;
1355
+ /**
1356
+ * The source uri of the import pipeline.
1357
+ * When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
1358
+ * When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
1359
+ */
1360
+ uri?: string;
1361
+ /** They key vault secret uri to obtain the source storage SAS token. */
1362
+ keyVaultUri: string;
1363
+ }
1364
+
789
1365
  export declare interface ImportSource {
790
1366
  /** The resource identifier of the source Azure Container Registry. */
791
1367
  resourceId?: string;
@@ -860,6 +1436,12 @@ export declare enum KnownActionsRequired {
860
1436
  Recreate = "Recreate"
861
1437
  }
862
1438
 
1439
+ /** Known values of {@link ActivationStatus} that the service accepts. */
1440
+ export declare enum KnownActivationStatus {
1441
+ Active = "Active",
1442
+ Inactive = "Inactive"
1443
+ }
1444
+
863
1445
  /** Known values of {@link Architecture} that the service accepts. */
864
1446
  export declare enum KnownArchitecture {
865
1447
  Amd64 = "amd64",
@@ -869,6 +1451,12 @@ export declare enum KnownArchitecture {
869
1451
  Arm64 = "arm64"
870
1452
  }
871
1453
 
1454
+ /** Known values of {@link AuditLogStatus} that the service accepts. */
1455
+ export declare enum KnownAuditLogStatus {
1456
+ Enabled = "Enabled",
1457
+ Disabled = "Disabled"
1458
+ }
1459
+
872
1460
  /** Known values of {@link BaseImageDependencyType} that the service accepts. */
873
1461
  export declare enum KnownBaseImageDependencyType {
874
1462
  BuildTime = "BuildTime",
@@ -881,6 +1469,27 @@ export declare enum KnownBaseImageTriggerType {
881
1469
  Runtime = "Runtime"
882
1470
  }
883
1471
 
1472
+ /** Known values of {@link CertificateType} that the service accepts. */
1473
+ export declare enum KnownCertificateType {
1474
+ LocalDirectory = "LocalDirectory"
1475
+ }
1476
+
1477
+ /** Known values of {@link ConnectedRegistryMode} that the service accepts. */
1478
+ export declare enum KnownConnectedRegistryMode {
1479
+ ReadWrite = "ReadWrite",
1480
+ ReadOnly = "ReadOnly",
1481
+ Registry = "Registry",
1482
+ Mirror = "Mirror"
1483
+ }
1484
+
1485
+ /** Known values of {@link ConnectionState} that the service accepts. */
1486
+ export declare enum KnownConnectionState {
1487
+ Online = "Online",
1488
+ Offline = "Offline",
1489
+ Syncing = "Syncing",
1490
+ Unhealthy = "Unhealthy"
1491
+ }
1492
+
884
1493
  /** Known values of {@link ConnectionStatus} that the service accepts. */
885
1494
  export declare enum KnownConnectionStatus {
886
1495
  Approved = "Approved",
@@ -929,6 +1538,15 @@ export declare enum KnownLastModifiedByType {
929
1538
  Key = "Key"
930
1539
  }
931
1540
 
1541
+ /** Known values of {@link LogLevel} that the service accepts. */
1542
+ export declare enum KnownLogLevel {
1543
+ Debug = "Debug",
1544
+ Information = "Information",
1545
+ Warning = "Warning",
1546
+ Error = "Error",
1547
+ None = "None"
1548
+ }
1549
+
932
1550
  /** Known values of {@link NetworkRuleBypassOptions} that the service accepts. */
933
1551
  export declare enum KnownNetworkRuleBypassOptions {
934
1552
  AzureServices = "AzureServices",
@@ -941,6 +1559,29 @@ export declare enum KnownOS {
941
1559
  Linux = "Linux"
942
1560
  }
943
1561
 
1562
+ /** Known values of {@link PipelineOptions} that the service accepts. */
1563
+ export declare enum KnownPipelineOptions {
1564
+ OverwriteTags = "OverwriteTags",
1565
+ OverwriteBlobs = "OverwriteBlobs",
1566
+ DeleteSourceBlobOnSuccess = "DeleteSourceBlobOnSuccess",
1567
+ ContinueOnErrors = "ContinueOnErrors"
1568
+ }
1569
+
1570
+ /** Known values of {@link PipelineRunSourceType} that the service accepts. */
1571
+ export declare enum KnownPipelineRunSourceType {
1572
+ AzureStorageBlob = "AzureStorageBlob"
1573
+ }
1574
+
1575
+ /** Known values of {@link PipelineRunTargetType} that the service accepts. */
1576
+ export declare enum KnownPipelineRunTargetType {
1577
+ AzureStorageBlob = "AzureStorageBlob"
1578
+ }
1579
+
1580
+ /** Known values of {@link PipelineSourceType} that the service accepts. */
1581
+ export declare enum KnownPipelineSourceType {
1582
+ AzureStorageBlobContainer = "AzureStorageBlobContainer"
1583
+ }
1584
+
944
1585
  /** Known values of {@link PolicyStatus} that the service accepts. */
945
1586
  export declare enum KnownPolicyStatus {
946
1587
  Enabled = "enabled",
@@ -1042,6 +1683,30 @@ export declare enum KnownTaskStatus {
1042
1683
  Enabled = "Enabled"
1043
1684
  }
1044
1685
 
1686
+ /** Known values of {@link TlsStatus} that the service accepts. */
1687
+ export declare enum KnownTlsStatus {
1688
+ Enabled = "Enabled",
1689
+ Disabled = "Disabled"
1690
+ }
1691
+
1692
+ /** Known values of {@link TokenCertificateName} that the service accepts. */
1693
+ export declare enum KnownTokenCertificateName {
1694
+ Certificate1 = "certificate1",
1695
+ Certificate2 = "certificate2"
1696
+ }
1697
+
1698
+ /** Known values of {@link TokenPasswordName} that the service accepts. */
1699
+ export declare enum KnownTokenPasswordName {
1700
+ Password1 = "password1",
1701
+ Password2 = "password2"
1702
+ }
1703
+
1704
+ /** Known values of {@link TokenStatus} that the service accepts. */
1705
+ export declare enum KnownTokenStatus {
1706
+ Enabled = "enabled",
1707
+ Disabled = "disabled"
1708
+ }
1709
+
1045
1710
  /** Known values of {@link TokenType} that the service accepts. */
1046
1711
  export declare enum KnownTokenType {
1047
1712
  PAT = "PAT",
@@ -1105,6 +1770,41 @@ export declare enum KnownZoneRedundancy {
1105
1770
  */
1106
1771
  export declare type LastModifiedByType = string;
1107
1772
 
1773
+ /** The logging properties of the connected registry. */
1774
+ export declare interface LoggingProperties {
1775
+ /** The verbosity of logs persisted on the connected registry. */
1776
+ logLevel?: LogLevel;
1777
+ /** Indicates whether audit logs are enabled on the connected registry. */
1778
+ auditLogStatus?: AuditLogStatus;
1779
+ }
1780
+
1781
+ /** The login server properties of the connected registry. */
1782
+ export declare interface LoginServerProperties {
1783
+ /**
1784
+ * The host of the connected registry. Can be FQDN or IP.
1785
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1786
+ */
1787
+ readonly host?: string;
1788
+ /**
1789
+ * The TLS properties of the connected registry login server.
1790
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1791
+ */
1792
+ readonly tls?: TlsProperties;
1793
+ }
1794
+
1795
+ /**
1796
+ * Defines values for LogLevel. \
1797
+ * {@link KnownLogLevel} can be used interchangeably with LogLevel,
1798
+ * this enum contains the known values that the service supports.
1799
+ * ### Known values supported by the service
1800
+ * **Debug** \
1801
+ * **Information** \
1802
+ * **Warning** \
1803
+ * **Error** \
1804
+ * **None**
1805
+ */
1806
+ export declare type LogLevel = string;
1807
+
1108
1808
  /**
1109
1809
  * Defines values for NetworkRuleBypassOptions. \
1110
1810
  * {@link KnownNetworkRuleBypassOptions} can be used interchangeably with NetworkRuleBypassOptions,
@@ -1119,6 +1819,8 @@ export declare type NetworkRuleBypassOptions = string;
1119
1819
  export declare interface NetworkRuleSet {
1120
1820
  /** The default action of allow or deny when no other rules match. */
1121
1821
  defaultAction: DefaultAction;
1822
+ /** The virtual network rules. */
1823
+ virtualNetworkRules?: VirtualNetworkRule[];
1122
1824
  /** The IP ACL rules. */
1123
1825
  ipRules?: IPRule[];
1124
1826
  }
@@ -1186,78 +1888,310 @@ export declare interface OperationMetricSpecificationDefinition {
1186
1888
  internalMetricName?: string;
1187
1889
  }
1188
1890
 
1189
- /** Interface representing a Operations. */
1190
- export declare interface Operations {
1191
- /**
1192
- * Lists all of the available Azure Container Registry REST API operations.
1193
- * @param options The options parameters.
1194
- */
1195
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationDefinition>;
1891
+ /** Interface representing a Operations. */
1892
+ export declare interface Operations {
1893
+ /**
1894
+ * Lists all of the available Azure Container Registry REST API operations.
1895
+ * @param options The options parameters.
1896
+ */
1897
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationDefinition>;
1898
+ }
1899
+
1900
+ /** The definition of Azure Monitoring list. */
1901
+ export declare interface OperationServiceSpecificationDefinition {
1902
+ /** A list of Azure Monitoring metrics definition. */
1903
+ metricSpecifications?: OperationMetricSpecificationDefinition[];
1904
+ /** A list of Azure Monitoring log definitions. */
1905
+ logSpecifications?: OperationLogSpecificationDefinition[];
1906
+ }
1907
+
1908
+ /** Optional parameters. */
1909
+ export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
1910
+ }
1911
+
1912
+ /** Contains response data for the listNext operation. */
1913
+ export declare type OperationsListNextResponse = OperationListResult;
1914
+
1915
+ /** Optional parameters. */
1916
+ export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
1917
+ }
1918
+
1919
+ /** Contains response data for the list operation. */
1920
+ export declare type OperationsListResponse = OperationListResult;
1921
+
1922
+ /**
1923
+ * Defines values for OS. \
1924
+ * {@link KnownOS} can be used interchangeably with OS,
1925
+ * this enum contains the known values that the service supports.
1926
+ * ### Known values supported by the service
1927
+ * **Windows** \
1928
+ * **Linux**
1929
+ */
1930
+ export declare type OS = string;
1931
+
1932
+ export declare interface OverrideTaskStepProperties {
1933
+ /** The source context against which run has to be queued. */
1934
+ contextPath?: string;
1935
+ /** The file against which run has to be queued. */
1936
+ file?: string;
1937
+ /**
1938
+ * Gets or sets the collection of override arguments to be used when
1939
+ * executing a build step.
1940
+ */
1941
+ arguments?: Argument[];
1942
+ /** The name of the target build stage for the docker build. */
1943
+ target?: string;
1944
+ /** The collection of overridable values that can be passed when running a Task. */
1945
+ values?: SetValue[];
1946
+ /** Base64 encoded update trigger token that will be attached with the base image trigger webhook. */
1947
+ updateTriggerToken?: string;
1948
+ }
1949
+
1950
+ /** The properties of the connected registry parent. */
1951
+ export declare interface ParentProperties {
1952
+ /** The resource ID of the parent to which the connected registry will be associated. */
1953
+ id?: string;
1954
+ /** The sync properties of the connected registry with its parent. */
1955
+ syncProperties: SyncProperties;
1956
+ }
1957
+
1958
+ /** Defines values for PasswordName. */
1959
+ export declare type PasswordName = "password" | "password2";
1960
+
1961
+ /**
1962
+ * Defines values for PipelineOptions. \
1963
+ * {@link KnownPipelineOptions} can be used interchangeably with PipelineOptions,
1964
+ * this enum contains the known values that the service supports.
1965
+ * ### Known values supported by the service
1966
+ * **OverwriteTags** \
1967
+ * **OverwriteBlobs** \
1968
+ * **DeleteSourceBlobOnSuccess** \
1969
+ * **ContinueOnErrors**
1970
+ */
1971
+ export declare type PipelineOptions = string;
1972
+
1973
+ /** An object that represents a pipeline run for a container registry. */
1974
+ export declare type PipelineRun = ProxyResource & {
1975
+ /**
1976
+ * The provisioning state of a pipeline run.
1977
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1978
+ */
1979
+ readonly provisioningState?: ProvisioningState;
1980
+ /** The request parameters for a pipeline run. */
1981
+ request?: PipelineRunRequest;
1982
+ /**
1983
+ * The response of a pipeline run.
1984
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1985
+ */
1986
+ readonly response?: PipelineRunResponse;
1987
+ /** How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed. */
1988
+ forceUpdateTag?: string;
1989
+ };
1990
+
1991
+ /** The result of a request to list pipeline runs for a container registry. */
1992
+ export declare interface PipelineRunListResult {
1993
+ /** The list of pipeline runs. Since this list may be incomplete, the nextLink field should be used to request the next list of pipeline runs. */
1994
+ value?: PipelineRun[];
1995
+ /** The URI that can be used to request the next list of pipeline runs. */
1996
+ nextLink?: string;
1997
+ }
1998
+
1999
+ /** The request properties provided for a pipeline run. */
2000
+ export declare interface PipelineRunRequest {
2001
+ /** The resource ID of the pipeline to run. */
2002
+ pipelineResourceId?: string;
2003
+ /**
2004
+ * List of source artifacts to be transferred by the pipeline.
2005
+ * Specify an image by repository ('hello-world'). This will use the 'latest' tag.
2006
+ * Specify an image by tag ('hello-world:latest').
2007
+ * Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').
2008
+ */
2009
+ artifacts?: string[];
2010
+ /** The source properties of the pipeline run. */
2011
+ source?: PipelineRunSourceProperties;
2012
+ /** The target properties of the pipeline run. */
2013
+ target?: PipelineRunTargetProperties;
2014
+ /** The digest of the tar used to transfer the artifacts. */
2015
+ catalogDigest?: string;
2016
+ }
2017
+
2018
+ /** The response properties returned for a pipeline run. */
2019
+ export declare interface PipelineRunResponse {
2020
+ /** The current status of the pipeline run. */
2021
+ status?: string;
2022
+ /** The artifacts imported in the pipeline run. */
2023
+ importedArtifacts?: string[];
2024
+ /** The current progress of the copy operation. */
2025
+ progress?: ProgressProperties;
2026
+ /** The time the pipeline run started. */
2027
+ startTime?: Date;
2028
+ /** The time the pipeline run finished. */
2029
+ finishTime?: Date;
2030
+ /** The source of the pipeline run. */
2031
+ source?: ImportPipelineSourceProperties;
2032
+ /** The target of the pipeline run. */
2033
+ target?: ExportPipelineTargetProperties;
2034
+ /** The digest of the tar used to transfer the artifacts. */
2035
+ catalogDigest?: string;
2036
+ /** The trigger that caused the pipeline run. */
2037
+ trigger?: PipelineTriggerDescriptor;
2038
+ /** The detailed error message for the pipeline run in the case of failure. */
2039
+ pipelineRunErrorMessage?: string;
2040
+ }
2041
+
2042
+ /** Interface representing a PipelineRuns. */
2043
+ export declare interface PipelineRuns {
2044
+ /**
2045
+ * Lists all the pipeline runs for the specified container registry.
2046
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
2047
+ * @param registryName The name of the container registry.
2048
+ * @param options The options parameters.
2049
+ */
2050
+ list(resourceGroupName: string, registryName: string, options?: PipelineRunsListOptionalParams): PagedAsyncIterableIterator<PipelineRun>;
2051
+ /**
2052
+ * Gets the detailed information for a given pipeline run.
2053
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
2054
+ * @param registryName The name of the container registry.
2055
+ * @param pipelineRunName The name of the pipeline run.
2056
+ * @param options The options parameters.
2057
+ */
2058
+ get(resourceGroupName: string, registryName: string, pipelineRunName: string, options?: PipelineRunsGetOptionalParams): Promise<PipelineRunsGetResponse>;
2059
+ /**
2060
+ * Creates a pipeline run for a container registry with the specified parameters
2061
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
2062
+ * @param registryName The name of the container registry.
2063
+ * @param pipelineRunName The name of the pipeline run.
2064
+ * @param pipelineRunCreateParameters The parameters for creating a pipeline run.
2065
+ * @param options The options parameters.
2066
+ */
2067
+ beginCreate(resourceGroupName: string, registryName: string, pipelineRunName: string, pipelineRunCreateParameters: PipelineRun, options?: PipelineRunsCreateOptionalParams): Promise<PollerLike<PollOperationState<PipelineRunsCreateResponse>, PipelineRunsCreateResponse>>;
2068
+ /**
2069
+ * Creates a pipeline run for a container registry with the specified parameters
2070
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
2071
+ * @param registryName The name of the container registry.
2072
+ * @param pipelineRunName The name of the pipeline run.
2073
+ * @param pipelineRunCreateParameters The parameters for creating a pipeline run.
2074
+ * @param options The options parameters.
2075
+ */
2076
+ beginCreateAndWait(resourceGroupName: string, registryName: string, pipelineRunName: string, pipelineRunCreateParameters: PipelineRun, options?: PipelineRunsCreateOptionalParams): Promise<PipelineRunsCreateResponse>;
2077
+ /**
2078
+ * Deletes a pipeline run from a container registry.
2079
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
2080
+ * @param registryName The name of the container registry.
2081
+ * @param pipelineRunName The name of the pipeline run.
2082
+ * @param options The options parameters.
2083
+ */
2084
+ beginDelete(resourceGroupName: string, registryName: string, pipelineRunName: string, options?: PipelineRunsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2085
+ /**
2086
+ * Deletes a pipeline run from a container registry.
2087
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
2088
+ * @param registryName The name of the container registry.
2089
+ * @param pipelineRunName The name of the pipeline run.
2090
+ * @param options The options parameters.
2091
+ */
2092
+ beginDeleteAndWait(resourceGroupName: string, registryName: string, pipelineRunName: string, options?: PipelineRunsDeleteOptionalParams): Promise<void>;
2093
+ }
2094
+
2095
+ /** Optional parameters. */
2096
+ export declare interface PipelineRunsCreateOptionalParams extends coreClient.OperationOptions {
2097
+ /** Delay to wait until next poll, in milliseconds. */
2098
+ updateIntervalInMs?: number;
2099
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2100
+ resumeFrom?: string;
2101
+ }
2102
+
2103
+ /** Contains response data for the create operation. */
2104
+ export declare type PipelineRunsCreateResponse = PipelineRun;
2105
+
2106
+ /** Optional parameters. */
2107
+ export declare interface PipelineRunsDeleteOptionalParams extends coreClient.OperationOptions {
2108
+ /** Delay to wait until next poll, in milliseconds. */
2109
+ updateIntervalInMs?: number;
2110
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2111
+ resumeFrom?: string;
2112
+ }
2113
+
2114
+ /** Optional parameters. */
2115
+ export declare interface PipelineRunsGetOptionalParams extends coreClient.OperationOptions {
1196
2116
  }
1197
2117
 
1198
- /** The definition of Azure Monitoring list. */
1199
- export declare interface OperationServiceSpecificationDefinition {
1200
- /** A list of Azure Monitoring metrics definition. */
1201
- metricSpecifications?: OperationMetricSpecificationDefinition[];
1202
- /** A list of Azure Monitoring log definitions. */
1203
- logSpecifications?: OperationLogSpecificationDefinition[];
1204
- }
2118
+ /** Contains response data for the get operation. */
2119
+ export declare type PipelineRunsGetResponse = PipelineRun;
1205
2120
 
1206
2121
  /** Optional parameters. */
1207
- export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
2122
+ export declare interface PipelineRunsListNextOptionalParams extends coreClient.OperationOptions {
1208
2123
  }
1209
2124
 
1210
2125
  /** Contains response data for the listNext operation. */
1211
- export declare type OperationsListNextResponse = OperationListResult;
2126
+ export declare type PipelineRunsListNextResponse = PipelineRunListResult;
1212
2127
 
1213
2128
  /** Optional parameters. */
1214
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
2129
+ export declare interface PipelineRunsListOptionalParams extends coreClient.OperationOptions {
1215
2130
  }
1216
2131
 
1217
2132
  /** Contains response data for the list operation. */
1218
- export declare type OperationsListResponse = OperationListResult;
2133
+ export declare type PipelineRunsListResponse = PipelineRunListResult;
2134
+
2135
+ export declare interface PipelineRunSourceProperties {
2136
+ /** The type of the source. */
2137
+ type?: PipelineRunSourceType;
2138
+ /** The name of the source. */
2139
+ name?: string;
2140
+ }
1219
2141
 
1220
2142
  /**
1221
- * Defines values for OS. \
1222
- * {@link KnownOS} can be used interchangeably with OS,
2143
+ * Defines values for PipelineRunSourceType. \
2144
+ * {@link KnownPipelineRunSourceType} can be used interchangeably with PipelineRunSourceType,
1223
2145
  * this enum contains the known values that the service supports.
1224
2146
  * ### Known values supported by the service
1225
- * **Windows** \
1226
- * **Linux**
2147
+ * **AzureStorageBlob**
1227
2148
  */
1228
- export declare type OS = string;
2149
+ export declare type PipelineRunSourceType = string;
1229
2150
 
1230
- export declare interface OverrideTaskStepProperties {
1231
- /** The source context against which run has to be queued. */
1232
- contextPath?: string;
1233
- /** The file against which run has to be queued. */
1234
- file?: string;
1235
- /**
1236
- * Gets or sets the collection of override arguments to be used when
1237
- * executing a build step.
1238
- */
1239
- arguments?: Argument[];
1240
- /** The name of the target build stage for the docker build. */
1241
- target?: string;
1242
- /** The collection of overridable values that can be passed when running a Task. */
1243
- values?: SetValue[];
1244
- /** Base64 encoded update trigger token that will be attached with the base image trigger webhook. */
1245
- updateTriggerToken?: string;
2151
+ export declare interface PipelineRunTargetProperties {
2152
+ /** The type of the target. */
2153
+ type?: PipelineRunTargetType;
2154
+ /** The name of the target. */
2155
+ name?: string;
1246
2156
  }
1247
2157
 
1248
- /** The properties of a package type. */
1249
- export declare interface PackageType {
1250
- /** The name of the package type. */
1251
- name?: string;
1252
- /**
1253
- * The endpoint of the package type.
1254
- * NOTE: This property will not be serialized. It can only be populated by the server.
1255
- */
1256
- readonly endpoint?: string;
2158
+ /**
2159
+ * Defines values for PipelineRunTargetType. \
2160
+ * {@link KnownPipelineRunTargetType} can be used interchangeably with PipelineRunTargetType,
2161
+ * this enum contains the known values that the service supports.
2162
+ * ### Known values supported by the service
2163
+ * **AzureStorageBlob**
2164
+ */
2165
+ export declare type PipelineRunTargetType = string;
2166
+
2167
+ export declare interface PipelineSourceTriggerDescriptor {
2168
+ /** The timestamp when the source update happened. */
2169
+ timestamp?: Date;
1257
2170
  }
1258
2171
 
1259
- /** Defines values for PasswordName. */
1260
- export declare type PasswordName = "password" | "password2";
2172
+ export declare interface PipelineSourceTriggerProperties {
2173
+ /** The current status of the source trigger. */
2174
+ status: TriggerStatus;
2175
+ }
2176
+
2177
+ /**
2178
+ * Defines values for PipelineSourceType. \
2179
+ * {@link KnownPipelineSourceType} can be used interchangeably with PipelineSourceType,
2180
+ * this enum contains the known values that the service supports.
2181
+ * ### Known values supported by the service
2182
+ * **AzureStorageBlobContainer**
2183
+ */
2184
+ export declare type PipelineSourceType = string;
2185
+
2186
+ export declare interface PipelineTriggerDescriptor {
2187
+ /** The source trigger that caused the pipeline run. */
2188
+ sourceTrigger?: PipelineSourceTriggerDescriptor;
2189
+ }
2190
+
2191
+ export declare interface PipelineTriggerProperties {
2192
+ /** The source trigger properties of the pipeline. */
2193
+ sourceTrigger?: PipelineSourceTriggerProperties;
2194
+ }
1261
2195
 
1262
2196
  /** The platform properties against which the run has to happen. */
1263
2197
  export declare interface PlatformProperties {
@@ -1458,6 +2392,11 @@ export declare interface PrivateLinkServiceConnectionState {
1458
2392
  actionsRequired?: ActionsRequired;
1459
2393
  }
1460
2394
 
2395
+ export declare interface ProgressProperties {
2396
+ /** The percentage complete of the copy operation. */
2397
+ percentage?: string;
2398
+ }
2399
+
1461
2400
  /**
1462
2401
  * Defines values for ProvisioningState. \
1463
2402
  * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
@@ -1645,6 +2584,22 @@ export declare interface Registries {
1645
2584
  * @param options The options parameters.
1646
2585
  */
1647
2586
  regenerateCredential(resourceGroupName: string, registryName: string, regenerateCredentialParameters: RegenerateCredentialParameters, options?: RegistriesRegenerateCredentialOptionalParams): Promise<RegistriesRegenerateCredentialResponse>;
2587
+ /**
2588
+ * Generate keys for a token of a specified container registry.
2589
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
2590
+ * @param registryName The name of the container registry.
2591
+ * @param generateCredentialsParameters The parameters for generating credentials.
2592
+ * @param options The options parameters.
2593
+ */
2594
+ beginGenerateCredentials(resourceGroupName: string, registryName: string, generateCredentialsParameters: GenerateCredentialsParameters, options?: RegistriesGenerateCredentialsOptionalParams): Promise<PollerLike<PollOperationState<RegistriesGenerateCredentialsResponse>, RegistriesGenerateCredentialsResponse>>;
2595
+ /**
2596
+ * Generate keys for a token of a specified container registry.
2597
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
2598
+ * @param registryName The name of the container registry.
2599
+ * @param generateCredentialsParameters The parameters for generating credentials.
2600
+ * @param options The options parameters.
2601
+ */
2602
+ beginGenerateCredentialsAndWait(resourceGroupName: string, registryName: string, generateCredentialsParameters: GenerateCredentialsParameters, options?: RegistriesGenerateCredentialsOptionalParams): Promise<RegistriesGenerateCredentialsResponse>;
1648
2603
  /**
1649
2604
  * Schedules a new run based on the request parameters and add it to the run queue.
1650
2605
  * @param resourceGroupName The name of the resource group to which the container registry belongs.
@@ -1696,6 +2651,17 @@ export declare interface RegistriesDeleteOptionalParams extends coreClient.Opera
1696
2651
  resumeFrom?: string;
1697
2652
  }
1698
2653
 
2654
+ /** Optional parameters. */
2655
+ export declare interface RegistriesGenerateCredentialsOptionalParams extends coreClient.OperationOptions {
2656
+ /** Delay to wait until next poll, in milliseconds. */
2657
+ updateIntervalInMs?: number;
2658
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2659
+ resumeFrom?: string;
2660
+ }
2661
+
2662
+ /** Contains response data for the generateCredentials operation. */
2663
+ export declare type RegistriesGenerateCredentialsResponse = GenerateCredentialsResult;
2664
+
1699
2665
  /** Optional parameters. */
1700
2666
  export declare interface RegistriesGetBuildSourceUploadUrlOptionalParams extends coreClient.OperationOptions {
1701
2667
  }
@@ -1862,6 +2828,8 @@ export declare type Registry = Resource & {
1862
2828
  networkRuleBypassOptions?: NetworkRuleBypassOptions;
1863
2829
  /** Whether or not zone redundancy is enabled for this container registry */
1864
2830
  zoneRedundancy?: ZoneRedundancy;
2831
+ /** Enables registry-wide pull from unauthenticated clients. */
2832
+ anonymousPullEnabled?: boolean;
1865
2833
  };
1866
2834
 
1867
2835
  /** The response from the ListCredentials operation. */
@@ -1930,6 +2898,8 @@ export declare interface RegistryUpdateParameters {
1930
2898
  publicNetworkAccess?: PublicNetworkAccess;
1931
2899
  /** Whether to allow trusted Azure services to access a network restricted registry. */
1932
2900
  networkRuleBypassOptions?: NetworkRuleBypassOptions;
2901
+ /** Enables registry-wide pull from unauthenticated clients. */
2902
+ anonymousPullEnabled?: boolean;
1933
2903
  }
1934
2904
 
1935
2905
  /** The quota usage for a container registry. */
@@ -2309,108 +3279,283 @@ export declare interface Runs {
2309
3279
  * Patch the run properties.
2310
3280
  * @param resourceGroupName The name of the resource group to which the container registry belongs.
2311
3281
  * @param registryName The name of the container registry.
2312
- * @param runId The run ID.
2313
- * @param runUpdateParameters The run update properties.
3282
+ * @param runId The run ID.
3283
+ * @param runUpdateParameters The run update properties.
3284
+ * @param options The options parameters.
3285
+ */
3286
+ beginUpdate(resourceGroupName: string, registryName: string, runId: string, runUpdateParameters: RunUpdateParameters, options?: RunsUpdateOptionalParams): Promise<PollerLike<PollOperationState<RunsUpdateResponse>, RunsUpdateResponse>>;
3287
+ /**
3288
+ * Patch the run properties.
3289
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
3290
+ * @param registryName The name of the container registry.
3291
+ * @param runId The run ID.
3292
+ * @param runUpdateParameters The run update properties.
3293
+ * @param options The options parameters.
3294
+ */
3295
+ beginUpdateAndWait(resourceGroupName: string, registryName: string, runId: string, runUpdateParameters: RunUpdateParameters, options?: RunsUpdateOptionalParams): Promise<RunsUpdateResponse>;
3296
+ /**
3297
+ * Gets a link to download the run logs.
3298
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
3299
+ * @param registryName The name of the container registry.
3300
+ * @param runId The run ID.
3301
+ * @param options The options parameters.
3302
+ */
3303
+ getLogSasUrl(resourceGroupName: string, registryName: string, runId: string, options?: RunsGetLogSasUrlOptionalParams): Promise<RunsGetLogSasUrlResponse>;
3304
+ /**
3305
+ * Cancel an existing run.
3306
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
3307
+ * @param registryName The name of the container registry.
3308
+ * @param runId The run ID.
3309
+ * @param options The options parameters.
3310
+ */
3311
+ beginCancel(resourceGroupName: string, registryName: string, runId: string, options?: RunsCancelOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
3312
+ /**
3313
+ * Cancel an existing run.
3314
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
3315
+ * @param registryName The name of the container registry.
3316
+ * @param runId The run ID.
3317
+ * @param options The options parameters.
3318
+ */
3319
+ beginCancelAndWait(resourceGroupName: string, registryName: string, runId: string, options?: RunsCancelOptionalParams): Promise<void>;
3320
+ }
3321
+
3322
+ /** Optional parameters. */
3323
+ export declare interface RunsCancelOptionalParams extends coreClient.OperationOptions {
3324
+ /** Delay to wait until next poll, in milliseconds. */
3325
+ updateIntervalInMs?: number;
3326
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3327
+ resumeFrom?: string;
3328
+ }
3329
+
3330
+ /** Optional parameters. */
3331
+ export declare interface RunsGetLogSasUrlOptionalParams extends coreClient.OperationOptions {
3332
+ }
3333
+
3334
+ /** Contains response data for the getLogSasUrl operation. */
3335
+ export declare type RunsGetLogSasUrlResponse = RunGetLogResult;
3336
+
3337
+ /** Optional parameters. */
3338
+ export declare interface RunsGetOptionalParams extends coreClient.OperationOptions {
3339
+ }
3340
+
3341
+ /** Contains response data for the get operation. */
3342
+ export declare type RunsGetResponse = Run;
3343
+
3344
+ /** Optional parameters. */
3345
+ export declare interface RunsListNextOptionalParams extends coreClient.OperationOptions {
3346
+ /** The runs filter to apply on the operation. Arithmetic operators are not supported. The allowed string function is 'contains'. All logical operators except 'Not', 'Has', 'All' are allowed. */
3347
+ filter?: string;
3348
+ /** $top is supported for get list of runs, which limits the maximum number of runs to return. */
3349
+ top?: number;
3350
+ }
3351
+
3352
+ /** Contains response data for the listNext operation. */
3353
+ export declare type RunsListNextResponse = RunListResult;
3354
+
3355
+ /** Optional parameters. */
3356
+ export declare interface RunsListOptionalParams extends coreClient.OperationOptions {
3357
+ /** The runs filter to apply on the operation. Arithmetic operators are not supported. The allowed string function is 'contains'. All logical operators except 'Not', 'Has', 'All' are allowed. */
3358
+ filter?: string;
3359
+ /** $top is supported for get list of runs, which limits the maximum number of runs to return. */
3360
+ top?: number;
3361
+ }
3362
+
3363
+ /** Contains response data for the list operation. */
3364
+ export declare type RunsListResponse = RunListResult;
3365
+
3366
+ /**
3367
+ * Defines values for RunStatus. \
3368
+ * {@link KnownRunStatus} can be used interchangeably with RunStatus,
3369
+ * this enum contains the known values that the service supports.
3370
+ * ### Known values supported by the service
3371
+ * **Queued** \
3372
+ * **Started** \
3373
+ * **Running** \
3374
+ * **Succeeded** \
3375
+ * **Failed** \
3376
+ * **Canceled** \
3377
+ * **Error** \
3378
+ * **Timeout**
3379
+ */
3380
+ export declare type RunStatus = string;
3381
+
3382
+ /** Optional parameters. */
3383
+ export declare interface RunsUpdateOptionalParams extends coreClient.OperationOptions {
3384
+ /** Delay to wait until next poll, in milliseconds. */
3385
+ updateIntervalInMs?: number;
3386
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3387
+ resumeFrom?: string;
3388
+ }
3389
+
3390
+ /** Contains response data for the update operation. */
3391
+ export declare type RunsUpdateResponse = Run;
3392
+
3393
+ /**
3394
+ * Defines values for RunType. \
3395
+ * {@link KnownRunType} can be used interchangeably with RunType,
3396
+ * this enum contains the known values that the service supports.
3397
+ * ### Known values supported by the service
3398
+ * **QuickBuild** \
3399
+ * **QuickRun** \
3400
+ * **AutoBuild** \
3401
+ * **AutoRun**
3402
+ */
3403
+ export declare type RunType = string;
3404
+
3405
+ /** The set of run properties that can be updated. */
3406
+ export declare interface RunUpdateParameters {
3407
+ /** The value that indicates whether archiving is enabled or not. */
3408
+ isArchiveEnabled?: boolean;
3409
+ }
3410
+
3411
+ /** An object that represents a scope map for a container registry. */
3412
+ export declare type ScopeMap = ProxyResource & {
3413
+ /** The user friendly description of the scope map. */
3414
+ description?: string;
3415
+ /**
3416
+ * The type of the scope map. E.g. BuildIn scope map.
3417
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3418
+ */
3419
+ readonly typePropertiesType?: string;
3420
+ /**
3421
+ * The creation date of scope map.
3422
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3423
+ */
3424
+ readonly creationDate?: Date;
3425
+ /**
3426
+ * Provisioning state of the resource.
3427
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3428
+ */
3429
+ readonly provisioningState?: ProvisioningState;
3430
+ /**
3431
+ * The list of scoped permissions for registry artifacts.
3432
+ * E.g. repositories/repository-name/content/read,
3433
+ * repositories/repository-name/metadata/write
3434
+ */
3435
+ actions?: string[];
3436
+ };
3437
+
3438
+ /** The result of a request to list scope maps for a container registry. */
3439
+ export declare interface ScopeMapListResult {
3440
+ /** The list of scope maps. Since this list may be incomplete, the nextLink field should be used to request the next list of scope maps. */
3441
+ value?: ScopeMap[];
3442
+ /** The URI that can be used to request the next list of scope maps. */
3443
+ nextLink?: string;
3444
+ }
3445
+
3446
+ /** Interface representing a ScopeMaps. */
3447
+ export declare interface ScopeMaps {
3448
+ /**
3449
+ * Lists all the scope maps for the specified container registry.
3450
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
3451
+ * @param registryName The name of the container registry.
3452
+ * @param options The options parameters.
3453
+ */
3454
+ list(resourceGroupName: string, registryName: string, options?: ScopeMapsListOptionalParams): PagedAsyncIterableIterator<ScopeMap>;
3455
+ /**
3456
+ * Gets the properties of the specified scope map.
3457
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
3458
+ * @param registryName The name of the container registry.
3459
+ * @param scopeMapName The name of the scope map.
3460
+ * @param options The options parameters.
3461
+ */
3462
+ get(resourceGroupName: string, registryName: string, scopeMapName: string, options?: ScopeMapsGetOptionalParams): Promise<ScopeMapsGetResponse>;
3463
+ /**
3464
+ * Creates a scope map for a container registry with the specified parameters.
3465
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
3466
+ * @param registryName The name of the container registry.
3467
+ * @param scopeMapName The name of the scope map.
3468
+ * @param scopeMapCreateParameters The parameters for creating a scope map.
3469
+ * @param options The options parameters.
3470
+ */
3471
+ beginCreate(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapCreateParameters: ScopeMap, options?: ScopeMapsCreateOptionalParams): Promise<PollerLike<PollOperationState<ScopeMapsCreateResponse>, ScopeMapsCreateResponse>>;
3472
+ /**
3473
+ * Creates a scope map for a container registry with the specified parameters.
3474
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
3475
+ * @param registryName The name of the container registry.
3476
+ * @param scopeMapName The name of the scope map.
3477
+ * @param scopeMapCreateParameters The parameters for creating a scope map.
2314
3478
  * @param options The options parameters.
2315
3479
  */
2316
- beginUpdate(resourceGroupName: string, registryName: string, runId: string, runUpdateParameters: RunUpdateParameters, options?: RunsUpdateOptionalParams): Promise<PollerLike<PollOperationState<RunsUpdateResponse>, RunsUpdateResponse>>;
3480
+ beginCreateAndWait(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapCreateParameters: ScopeMap, options?: ScopeMapsCreateOptionalParams): Promise<ScopeMapsCreateResponse>;
2317
3481
  /**
2318
- * Patch the run properties.
3482
+ * Deletes a scope map from a container registry.
2319
3483
  * @param resourceGroupName The name of the resource group to which the container registry belongs.
2320
3484
  * @param registryName The name of the container registry.
2321
- * @param runId The run ID.
2322
- * @param runUpdateParameters The run update properties.
3485
+ * @param scopeMapName The name of the scope map.
2323
3486
  * @param options The options parameters.
2324
3487
  */
2325
- beginUpdateAndWait(resourceGroupName: string, registryName: string, runId: string, runUpdateParameters: RunUpdateParameters, options?: RunsUpdateOptionalParams): Promise<RunsUpdateResponse>;
3488
+ beginDelete(resourceGroupName: string, registryName: string, scopeMapName: string, options?: ScopeMapsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2326
3489
  /**
2327
- * Gets a link to download the run logs.
3490
+ * Deletes a scope map from a container registry.
2328
3491
  * @param resourceGroupName The name of the resource group to which the container registry belongs.
2329
3492
  * @param registryName The name of the container registry.
2330
- * @param runId The run ID.
3493
+ * @param scopeMapName The name of the scope map.
2331
3494
  * @param options The options parameters.
2332
3495
  */
2333
- getLogSasUrl(resourceGroupName: string, registryName: string, runId: string, options?: RunsGetLogSasUrlOptionalParams): Promise<RunsGetLogSasUrlResponse>;
3496
+ beginDeleteAndWait(resourceGroupName: string, registryName: string, scopeMapName: string, options?: ScopeMapsDeleteOptionalParams): Promise<void>;
2334
3497
  /**
2335
- * Cancel an existing run.
3498
+ * Updates a scope map with the specified parameters.
2336
3499
  * @param resourceGroupName The name of the resource group to which the container registry belongs.
2337
3500
  * @param registryName The name of the container registry.
2338
- * @param runId The run ID.
3501
+ * @param scopeMapName The name of the scope map.
3502
+ * @param scopeMapUpdateParameters The parameters for updating a scope map.
2339
3503
  * @param options The options parameters.
2340
3504
  */
2341
- beginCancel(resourceGroupName: string, registryName: string, runId: string, options?: RunsCancelOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
3505
+ beginUpdate(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapUpdateParameters: ScopeMapUpdateParameters, options?: ScopeMapsUpdateOptionalParams): Promise<PollerLike<PollOperationState<ScopeMapsUpdateResponse>, ScopeMapsUpdateResponse>>;
2342
3506
  /**
2343
- * Cancel an existing run.
3507
+ * Updates a scope map with the specified parameters.
2344
3508
  * @param resourceGroupName The name of the resource group to which the container registry belongs.
2345
3509
  * @param registryName The name of the container registry.
2346
- * @param runId The run ID.
3510
+ * @param scopeMapName The name of the scope map.
3511
+ * @param scopeMapUpdateParameters The parameters for updating a scope map.
2347
3512
  * @param options The options parameters.
2348
3513
  */
2349
- beginCancelAndWait(resourceGroupName: string, registryName: string, runId: string, options?: RunsCancelOptionalParams): Promise<void>;
3514
+ beginUpdateAndWait(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapUpdateParameters: ScopeMapUpdateParameters, options?: ScopeMapsUpdateOptionalParams): Promise<ScopeMapsUpdateResponse>;
2350
3515
  }
2351
3516
 
2352
3517
  /** Optional parameters. */
2353
- export declare interface RunsCancelOptionalParams extends coreClient.OperationOptions {
3518
+ export declare interface ScopeMapsCreateOptionalParams extends coreClient.OperationOptions {
2354
3519
  /** Delay to wait until next poll, in milliseconds. */
2355
3520
  updateIntervalInMs?: number;
2356
3521
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2357
3522
  resumeFrom?: string;
2358
3523
  }
2359
3524
 
3525
+ /** Contains response data for the create operation. */
3526
+ export declare type ScopeMapsCreateResponse = ScopeMap;
3527
+
2360
3528
  /** Optional parameters. */
2361
- export declare interface RunsGetLogSasUrlOptionalParams extends coreClient.OperationOptions {
3529
+ export declare interface ScopeMapsDeleteOptionalParams extends coreClient.OperationOptions {
3530
+ /** Delay to wait until next poll, in milliseconds. */
3531
+ updateIntervalInMs?: number;
3532
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3533
+ resumeFrom?: string;
2362
3534
  }
2363
3535
 
2364
- /** Contains response data for the getLogSasUrl operation. */
2365
- export declare type RunsGetLogSasUrlResponse = RunGetLogResult;
2366
-
2367
3536
  /** Optional parameters. */
2368
- export declare interface RunsGetOptionalParams extends coreClient.OperationOptions {
3537
+ export declare interface ScopeMapsGetOptionalParams extends coreClient.OperationOptions {
2369
3538
  }
2370
3539
 
2371
3540
  /** Contains response data for the get operation. */
2372
- export declare type RunsGetResponse = Run;
3541
+ export declare type ScopeMapsGetResponse = ScopeMap;
2373
3542
 
2374
3543
  /** Optional parameters. */
2375
- export declare interface RunsListNextOptionalParams extends coreClient.OperationOptions {
2376
- /** The runs filter to apply on the operation. Arithmetic operators are not supported. The allowed string function is 'contains'. All logical operators except 'Not', 'Has', 'All' are allowed. */
2377
- filter?: string;
2378
- /** $top is supported for get list of runs, which limits the maximum number of runs to return. */
2379
- top?: number;
3544
+ export declare interface ScopeMapsListNextOptionalParams extends coreClient.OperationOptions {
2380
3545
  }
2381
3546
 
2382
3547
  /** Contains response data for the listNext operation. */
2383
- export declare type RunsListNextResponse = RunListResult;
3548
+ export declare type ScopeMapsListNextResponse = ScopeMapListResult;
2384
3549
 
2385
3550
  /** Optional parameters. */
2386
- export declare interface RunsListOptionalParams extends coreClient.OperationOptions {
2387
- /** The runs filter to apply on the operation. Arithmetic operators are not supported. The allowed string function is 'contains'. All logical operators except 'Not', 'Has', 'All' are allowed. */
2388
- filter?: string;
2389
- /** $top is supported for get list of runs, which limits the maximum number of runs to return. */
2390
- top?: number;
3551
+ export declare interface ScopeMapsListOptionalParams extends coreClient.OperationOptions {
2391
3552
  }
2392
3553
 
2393
3554
  /** Contains response data for the list operation. */
2394
- export declare type RunsListResponse = RunListResult;
2395
-
2396
- /**
2397
- * Defines values for RunStatus. \
2398
- * {@link KnownRunStatus} can be used interchangeably with RunStatus,
2399
- * this enum contains the known values that the service supports.
2400
- * ### Known values supported by the service
2401
- * **Queued** \
2402
- * **Started** \
2403
- * **Running** \
2404
- * **Succeeded** \
2405
- * **Failed** \
2406
- * **Canceled** \
2407
- * **Error** \
2408
- * **Timeout**
2409
- */
2410
- export declare type RunStatus = string;
3555
+ export declare type ScopeMapsListResponse = ScopeMapListResult;
2411
3556
 
2412
3557
  /** Optional parameters. */
2413
- export declare interface RunsUpdateOptionalParams extends coreClient.OperationOptions {
3558
+ export declare interface ScopeMapsUpdateOptionalParams extends coreClient.OperationOptions {
2414
3559
  /** Delay to wait until next poll, in milliseconds. */
2415
3560
  updateIntervalInMs?: number;
2416
3561
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
@@ -2418,24 +3563,18 @@ export declare interface RunsUpdateOptionalParams extends coreClient.OperationOp
2418
3563
  }
2419
3564
 
2420
3565
  /** Contains response data for the update operation. */
2421
- export declare type RunsUpdateResponse = Run;
2422
-
2423
- /**
2424
- * Defines values for RunType. \
2425
- * {@link KnownRunType} can be used interchangeably with RunType,
2426
- * this enum contains the known values that the service supports.
2427
- * ### Known values supported by the service
2428
- * **QuickBuild** \
2429
- * **QuickRun** \
2430
- * **AutoBuild** \
2431
- * **AutoRun**
2432
- */
2433
- export declare type RunType = string;
3566
+ export declare type ScopeMapsUpdateResponse = ScopeMap;
2434
3567
 
2435
- /** The set of run properties that can be updated. */
2436
- export declare interface RunUpdateParameters {
2437
- /** The value that indicates whether archiving is enabled or not. */
2438
- isArchiveEnabled?: boolean;
3568
+ /** The properties for updating the scope map. */
3569
+ export declare interface ScopeMapUpdateParameters {
3570
+ /** The user friendly description of the scope map. */
3571
+ description?: string;
3572
+ /**
3573
+ * The list of scope permissions for registry artifacts.
3574
+ * E.g. repositories/repository-name/pull,
3575
+ * repositories/repository-name/delete
3576
+ */
3577
+ actions?: string[];
2439
3578
  }
2440
3579
 
2441
3580
  /** Describes the properties of a secret object value. */
@@ -2655,6 +3794,35 @@ export declare interface Status {
2655
3794
  readonly timestamp?: Date;
2656
3795
  }
2657
3796
 
3797
+ /** The status detail properties of the connected registry. */
3798
+ export declare interface StatusDetailProperties {
3799
+ /**
3800
+ * The component of the connected registry corresponding to the status.
3801
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3802
+ */
3803
+ readonly type?: string;
3804
+ /**
3805
+ * The code of the status.
3806
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3807
+ */
3808
+ readonly code?: string;
3809
+ /**
3810
+ * The description of the status.
3811
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3812
+ */
3813
+ readonly description?: string;
3814
+ /**
3815
+ * The timestamp of the status.
3816
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3817
+ */
3818
+ readonly timestamp?: Date;
3819
+ /**
3820
+ * The correlation ID of the status.
3821
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3822
+ */
3823
+ readonly correlationId?: string;
3824
+ }
3825
+
2658
3826
  /**
2659
3827
  * Defines values for StepType. \
2660
3828
  * {@link KnownStepType} can be used interchangeably with StepType,
@@ -2666,10 +3834,36 @@ export declare interface Status {
2666
3834
  */
2667
3835
  export declare type StepType = string;
2668
3836
 
2669
- /** The properties of a storage account for a container registry. Only applicable to Classic SKU. */
2670
- export declare interface StorageAccountProperties {
2671
- /** The resource ID of the storage account. */
2672
- id: string;
3837
+ /** The sync properties of the connected registry with its parent. */
3838
+ export declare interface SyncProperties {
3839
+ /** The resource ID of the ACR token used to authenticate the connected registry to its parent during sync. */
3840
+ tokenId: string;
3841
+ /** The cron expression indicating the schedule that the connected registry will sync with its parent. */
3842
+ schedule?: string;
3843
+ /** The time window during which sync is enabled for each schedule occurrence. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601. */
3844
+ syncWindow?: string;
3845
+ /** The period of time for which a message is available to sync before it is expired. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601. */
3846
+ messageTtl: string;
3847
+ /**
3848
+ * The last time a sync occurred between the connected registry and its parent.
3849
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3850
+ */
3851
+ readonly lastSyncTime?: Date;
3852
+ /**
3853
+ * The gateway endpoint used by the connected registry to communicate with its parent.
3854
+ * NOTE: This property will not be serialized. It can only be populated by the server.
3855
+ */
3856
+ readonly gatewayEndpoint?: string;
3857
+ }
3858
+
3859
+ /** The parameters for updating the sync properties of the connected registry with its parent. */
3860
+ export declare interface SyncUpdateProperties {
3861
+ /** The cron expression indicating the schedule that the connected registry will sync with its parent. */
3862
+ schedule?: string;
3863
+ /** The time window during which sync is enabled for each schedule occurrence. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601. */
3864
+ syncWindow?: string;
3865
+ /** The period of time for which a message is available to sync before it is expired. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601. */
3866
+ messageTtl?: string;
2673
3867
  }
2674
3868
 
2675
3869
  /** Metadata pertaining to creation and last modification of the resource. */
@@ -3184,6 +4378,256 @@ export declare interface TimerTriggerUpdateParameters {
3184
4378
  name: string;
3185
4379
  }
3186
4380
 
4381
+ /** The TLS certificate properties of the connected registry login server. */
4382
+ export declare interface TlsCertificateProperties {
4383
+ /**
4384
+ * The type of certificate location.
4385
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4386
+ */
4387
+ readonly type?: CertificateType;
4388
+ /**
4389
+ * Indicates the location of the certificates.
4390
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4391
+ */
4392
+ readonly location?: string;
4393
+ }
4394
+
4395
+ /** The TLS properties of the connected registry login server. */
4396
+ export declare interface TlsProperties {
4397
+ /**
4398
+ * Indicates whether HTTPS is enabled for the login server.
4399
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4400
+ */
4401
+ readonly status?: TlsStatus;
4402
+ /**
4403
+ * The certificate used to configure HTTPS for the login server.
4404
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4405
+ */
4406
+ readonly certificate?: TlsCertificateProperties;
4407
+ }
4408
+
4409
+ /**
4410
+ * Defines values for TlsStatus. \
4411
+ * {@link KnownTlsStatus} can be used interchangeably with TlsStatus,
4412
+ * this enum contains the known values that the service supports.
4413
+ * ### Known values supported by the service
4414
+ * **Enabled** \
4415
+ * **Disabled**
4416
+ */
4417
+ export declare type TlsStatus = string;
4418
+
4419
+ /** An object that represents a token for a container registry. */
4420
+ export declare type Token = ProxyResource & {
4421
+ /**
4422
+ * The creation date of scope map.
4423
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4424
+ */
4425
+ readonly creationDate?: Date;
4426
+ /**
4427
+ * Provisioning state of the resource.
4428
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4429
+ */
4430
+ readonly provisioningState?: ProvisioningState;
4431
+ /** The resource ID of the scope map to which the token will be associated with. */
4432
+ scopeMapId?: string;
4433
+ /** The credentials that can be used for authenticating the token. */
4434
+ credentials?: TokenCredentialsProperties;
4435
+ /** The status of the token example enabled or disabled. */
4436
+ status?: TokenStatus;
4437
+ };
4438
+
4439
+ /** The properties of a certificate used for authenticating a token. */
4440
+ export declare interface TokenCertificate {
4441
+ name?: TokenCertificateName;
4442
+ /** The expiry datetime of the certificate. */
4443
+ expiry?: Date;
4444
+ /** The thumbprint of the certificate. */
4445
+ thumbprint?: string;
4446
+ /** Base 64 encoded string of the public certificate1 in PEM format that will be used for authenticating the token. */
4447
+ encodedPemCertificate?: string;
4448
+ }
4449
+
4450
+ /**
4451
+ * Defines values for TokenCertificateName. \
4452
+ * {@link KnownTokenCertificateName} can be used interchangeably with TokenCertificateName,
4453
+ * this enum contains the known values that the service supports.
4454
+ * ### Known values supported by the service
4455
+ * **certificate1** \
4456
+ * **certificate2**
4457
+ */
4458
+ export declare type TokenCertificateName = string;
4459
+
4460
+ /** The properties of the credentials that can be used for authenticating the token. */
4461
+ export declare interface TokenCredentialsProperties {
4462
+ certificates?: TokenCertificate[];
4463
+ passwords?: TokenPassword[];
4464
+ }
4465
+
4466
+ /** The result of a request to list tokens for a container registry. */
4467
+ export declare interface TokenListResult {
4468
+ /** The list of tokens. Since this list may be incomplete, the nextLink field should be used to request the next list of tokens. */
4469
+ value?: Token[];
4470
+ /** The URI that can be used to request the next list of tokens. */
4471
+ nextLink?: string;
4472
+ }
4473
+
4474
+ /** The password that will be used for authenticating the token of a container registry. */
4475
+ export declare interface TokenPassword {
4476
+ /** The creation datetime of the password. */
4477
+ creationTime?: Date;
4478
+ /** The expiry datetime of the password. */
4479
+ expiry?: Date;
4480
+ /** The password name "password1" or "password2" */
4481
+ name?: TokenPasswordName;
4482
+ /**
4483
+ * The password value.
4484
+ * NOTE: This property will not be serialized. It can only be populated by the server.
4485
+ */
4486
+ readonly value?: string;
4487
+ }
4488
+
4489
+ /**
4490
+ * Defines values for TokenPasswordName. \
4491
+ * {@link KnownTokenPasswordName} can be used interchangeably with TokenPasswordName,
4492
+ * this enum contains the known values that the service supports.
4493
+ * ### Known values supported by the service
4494
+ * **password1** \
4495
+ * **password2**
4496
+ */
4497
+ export declare type TokenPasswordName = string;
4498
+
4499
+ /** Interface representing a Tokens. */
4500
+ export declare interface Tokens {
4501
+ /**
4502
+ * Lists all the tokens for the specified container registry.
4503
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
4504
+ * @param registryName The name of the container registry.
4505
+ * @param options The options parameters.
4506
+ */
4507
+ list(resourceGroupName: string, registryName: string, options?: TokensListOptionalParams): PagedAsyncIterableIterator<Token>;
4508
+ /**
4509
+ * Gets the properties of the specified token.
4510
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
4511
+ * @param registryName The name of the container registry.
4512
+ * @param tokenName The name of the token.
4513
+ * @param options The options parameters.
4514
+ */
4515
+ get(resourceGroupName: string, registryName: string, tokenName: string, options?: TokensGetOptionalParams): Promise<TokensGetResponse>;
4516
+ /**
4517
+ * Creates a token for a container registry with the specified parameters.
4518
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
4519
+ * @param registryName The name of the container registry.
4520
+ * @param tokenName The name of the token.
4521
+ * @param tokenCreateParameters The parameters for creating a token.
4522
+ * @param options The options parameters.
4523
+ */
4524
+ beginCreate(resourceGroupName: string, registryName: string, tokenName: string, tokenCreateParameters: Token, options?: TokensCreateOptionalParams): Promise<PollerLike<PollOperationState<TokensCreateResponse>, TokensCreateResponse>>;
4525
+ /**
4526
+ * Creates a token for a container registry with the specified parameters.
4527
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
4528
+ * @param registryName The name of the container registry.
4529
+ * @param tokenName The name of the token.
4530
+ * @param tokenCreateParameters The parameters for creating a token.
4531
+ * @param options The options parameters.
4532
+ */
4533
+ beginCreateAndWait(resourceGroupName: string, registryName: string, tokenName: string, tokenCreateParameters: Token, options?: TokensCreateOptionalParams): Promise<TokensCreateResponse>;
4534
+ /**
4535
+ * Deletes a token from a container registry.
4536
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
4537
+ * @param registryName The name of the container registry.
4538
+ * @param tokenName The name of the token.
4539
+ * @param options The options parameters.
4540
+ */
4541
+ beginDelete(resourceGroupName: string, registryName: string, tokenName: string, options?: TokensDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
4542
+ /**
4543
+ * Deletes a token from a container registry.
4544
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
4545
+ * @param registryName The name of the container registry.
4546
+ * @param tokenName The name of the token.
4547
+ * @param options The options parameters.
4548
+ */
4549
+ beginDeleteAndWait(resourceGroupName: string, registryName: string, tokenName: string, options?: TokensDeleteOptionalParams): Promise<void>;
4550
+ /**
4551
+ * Updates a token with the specified parameters.
4552
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
4553
+ * @param registryName The name of the container registry.
4554
+ * @param tokenName The name of the token.
4555
+ * @param tokenUpdateParameters The parameters for updating a token.
4556
+ * @param options The options parameters.
4557
+ */
4558
+ beginUpdate(resourceGroupName: string, registryName: string, tokenName: string, tokenUpdateParameters: TokenUpdateParameters, options?: TokensUpdateOptionalParams): Promise<PollerLike<PollOperationState<TokensUpdateResponse>, TokensUpdateResponse>>;
4559
+ /**
4560
+ * Updates a token with the specified parameters.
4561
+ * @param resourceGroupName The name of the resource group to which the container registry belongs.
4562
+ * @param registryName The name of the container registry.
4563
+ * @param tokenName The name of the token.
4564
+ * @param tokenUpdateParameters The parameters for updating a token.
4565
+ * @param options The options parameters.
4566
+ */
4567
+ beginUpdateAndWait(resourceGroupName: string, registryName: string, tokenName: string, tokenUpdateParameters: TokenUpdateParameters, options?: TokensUpdateOptionalParams): Promise<TokensUpdateResponse>;
4568
+ }
4569
+
4570
+ /** Optional parameters. */
4571
+ export declare interface TokensCreateOptionalParams extends coreClient.OperationOptions {
4572
+ /** Delay to wait until next poll, in milliseconds. */
4573
+ updateIntervalInMs?: number;
4574
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4575
+ resumeFrom?: string;
4576
+ }
4577
+
4578
+ /** Contains response data for the create operation. */
4579
+ export declare type TokensCreateResponse = Token;
4580
+
4581
+ /** Optional parameters. */
4582
+ export declare interface TokensDeleteOptionalParams extends coreClient.OperationOptions {
4583
+ /** Delay to wait until next poll, in milliseconds. */
4584
+ updateIntervalInMs?: number;
4585
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4586
+ resumeFrom?: string;
4587
+ }
4588
+
4589
+ /** Optional parameters. */
4590
+ export declare interface TokensGetOptionalParams extends coreClient.OperationOptions {
4591
+ }
4592
+
4593
+ /** Contains response data for the get operation. */
4594
+ export declare type TokensGetResponse = Token;
4595
+
4596
+ /** Optional parameters. */
4597
+ export declare interface TokensListNextOptionalParams extends coreClient.OperationOptions {
4598
+ }
4599
+
4600
+ /** Contains response data for the listNext operation. */
4601
+ export declare type TokensListNextResponse = TokenListResult;
4602
+
4603
+ /** Optional parameters. */
4604
+ export declare interface TokensListOptionalParams extends coreClient.OperationOptions {
4605
+ }
4606
+
4607
+ /** Contains response data for the list operation. */
4608
+ export declare type TokensListResponse = TokenListResult;
4609
+
4610
+ /**
4611
+ * Defines values for TokenStatus. \
4612
+ * {@link KnownTokenStatus} can be used interchangeably with TokenStatus,
4613
+ * this enum contains the known values that the service supports.
4614
+ * ### Known values supported by the service
4615
+ * **enabled** \
4616
+ * **disabled**
4617
+ */
4618
+ export declare type TokenStatus = string;
4619
+
4620
+ /** Optional parameters. */
4621
+ export declare interface TokensUpdateOptionalParams extends coreClient.OperationOptions {
4622
+ /** Delay to wait until next poll, in milliseconds. */
4623
+ updateIntervalInMs?: number;
4624
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4625
+ resumeFrom?: string;
4626
+ }
4627
+
4628
+ /** Contains response data for the update operation. */
4629
+ export declare type TokensUpdateResponse = Token;
4630
+
3187
4631
  /**
3188
4632
  * Defines values for TokenType. \
3189
4633
  * {@link KnownTokenType} can be used interchangeably with TokenType,
@@ -3194,6 +4638,16 @@ export declare interface TimerTriggerUpdateParameters {
3194
4638
  */
3195
4639
  export declare type TokenType = string;
3196
4640
 
4641
+ /** The parameters for updating a token. */
4642
+ export declare interface TokenUpdateParameters {
4643
+ /** The resource ID of the scope map to which the token will be associated with. */
4644
+ scopeMapId?: string;
4645
+ /** The status of the token example enabled or disabled. */
4646
+ status?: TokenStatus;
4647
+ /** The credentials that can be used for authenticating the token. */
4648
+ credentials?: TokenCredentialsProperties;
4649
+ }
4650
+
3197
4651
  /** The properties of a trigger. */
3198
4652
  export declare interface TriggerProperties {
3199
4653
  /** The collection of timer triggers. */
@@ -3269,6 +4723,14 @@ export declare interface UserIdentityProperties {
3269
4723
  */
3270
4724
  export declare type Variant = string;
3271
4725
 
4726
+ /** Virtual network rule. */
4727
+ export declare interface VirtualNetworkRule {
4728
+ /** The action of virtual network rule. */
4729
+ action?: Action;
4730
+ /** Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}. */
4731
+ virtualNetworkResourceId: string;
4732
+ }
4733
+
3272
4734
  /** An object that represents a webhook for a container registry. */
3273
4735
  export declare type Webhook = Resource & {
3274
4736
  /** The status of the webhook at the time the operation was called. */