@azure/arm-containerregistry 11.0.0-beta.1 → 11.0.0-beta.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (309) hide show
  1. package/CHANGELOG.md +422 -3
  2. package/dist/index.js +8266 -4219
  3. package/dist/index.js.map +1 -1
  4. package/dist/index.min.js +1 -1
  5. package/dist/index.min.js.map +1 -1
  6. package/dist-esm/samples-dev/agentPoolsListSample.js +3 -8
  7. package/dist-esm/samples-dev/agentPoolsListSample.js.map +1 -1
  8. package/dist-esm/samples-dev/archiveVersionsCreateSample.d.ts +2 -0
  9. package/dist-esm/samples-dev/archiveVersionsCreateSample.d.ts.map +1 -0
  10. package/dist-esm/samples-dev/archiveVersionsCreateSample.js +42 -0
  11. package/dist-esm/samples-dev/archiveVersionsCreateSample.js.map +1 -0
  12. package/dist-esm/samples-dev/archiveVersionsDeleteSample.d.ts +2 -0
  13. package/dist-esm/samples-dev/archiveVersionsDeleteSample.d.ts.map +1 -0
  14. package/dist-esm/samples-dev/archiveVersionsDeleteSample.js +42 -0
  15. package/dist-esm/samples-dev/archiveVersionsDeleteSample.js.map +1 -0
  16. package/dist-esm/samples-dev/archiveVersionsGetSample.d.ts +2 -0
  17. package/dist-esm/samples-dev/archiveVersionsGetSample.d.ts.map +1 -0
  18. package/dist-esm/samples-dev/archiveVersionsGetSample.js +42 -0
  19. package/dist-esm/samples-dev/archiveVersionsGetSample.js.map +1 -0
  20. package/dist-esm/samples-dev/archiveVersionsListSample.d.ts +2 -0
  21. package/dist-esm/samples-dev/archiveVersionsListSample.d.ts.map +1 -0
  22. package/dist-esm/samples-dev/archiveVersionsListSample.js +57 -0
  23. package/dist-esm/samples-dev/archiveVersionsListSample.js.map +1 -0
  24. package/dist-esm/samples-dev/archivesCreateSample.d.ts +2 -0
  25. package/dist-esm/samples-dev/archivesCreateSample.d.ts.map +1 -0
  26. package/dist-esm/samples-dev/archivesCreateSample.js +46 -0
  27. package/dist-esm/samples-dev/archivesCreateSample.js.map +1 -0
  28. package/dist-esm/samples-dev/archivesDeleteSample.d.ts +2 -0
  29. package/dist-esm/samples-dev/archivesDeleteSample.d.ts.map +1 -0
  30. package/dist-esm/samples-dev/archivesDeleteSample.js +41 -0
  31. package/dist-esm/samples-dev/archivesDeleteSample.js.map +1 -0
  32. package/dist-esm/samples-dev/archivesGetSample.d.ts +2 -0
  33. package/dist-esm/samples-dev/archivesGetSample.d.ts.map +1 -0
  34. package/dist-esm/samples-dev/archivesGetSample.js +41 -0
  35. package/dist-esm/samples-dev/archivesGetSample.js.map +1 -0
  36. package/dist-esm/samples-dev/archivesListSample.d.ts +2 -0
  37. package/dist-esm/samples-dev/archivesListSample.d.ts.map +1 -0
  38. package/dist-esm/samples-dev/archivesListSample.js +56 -0
  39. package/dist-esm/samples-dev/archivesListSample.js.map +1 -0
  40. package/dist-esm/samples-dev/archivesUpdateSample.d.ts +2 -0
  41. package/dist-esm/samples-dev/archivesUpdateSample.d.ts.map +1 -0
  42. package/dist-esm/samples-dev/archivesUpdateSample.js +44 -0
  43. package/dist-esm/samples-dev/archivesUpdateSample.js.map +1 -0
  44. package/dist-esm/samples-dev/cacheRulesCreateSample.js +1 -1
  45. package/dist-esm/samples-dev/cacheRulesDeleteSample.js +1 -1
  46. package/dist-esm/samples-dev/cacheRulesGetSample.js +1 -1
  47. package/dist-esm/samples-dev/cacheRulesListSample.js +4 -9
  48. package/dist-esm/samples-dev/cacheRulesListSample.js.map +1 -1
  49. package/dist-esm/samples-dev/cacheRulesUpdateSample.js +1 -1
  50. package/dist-esm/samples-dev/connectedRegistriesCreateSample.d.ts +2 -0
  51. package/dist-esm/samples-dev/connectedRegistriesCreateSample.d.ts.map +1 -0
  52. package/dist-esm/samples-dev/connectedRegistriesCreateSample.js +55 -0
  53. package/dist-esm/samples-dev/connectedRegistriesCreateSample.js.map +1 -0
  54. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.d.ts +2 -0
  55. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.d.ts.map +1 -0
  56. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.js +40 -0
  57. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.js.map +1 -0
  58. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.d.ts +2 -0
  59. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.d.ts.map +1 -0
  60. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.js +40 -0
  61. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.js.map +1 -0
  62. package/dist-esm/samples-dev/connectedRegistriesGetSample.d.ts +2 -0
  63. package/dist-esm/samples-dev/connectedRegistriesGetSample.d.ts.map +1 -0
  64. package/dist-esm/samples-dev/connectedRegistriesGetSample.js +40 -0
  65. package/dist-esm/samples-dev/connectedRegistriesGetSample.js.map +1 -0
  66. package/dist-esm/samples-dev/connectedRegistriesListSample.d.ts +2 -0
  67. package/dist-esm/samples-dev/connectedRegistriesListSample.d.ts.map +1 -0
  68. package/dist-esm/samples-dev/connectedRegistriesListSample.js +55 -0
  69. package/dist-esm/samples-dev/connectedRegistriesListSample.js.map +1 -0
  70. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.d.ts +2 -0
  71. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.d.ts.map +1 -0
  72. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.js +53 -0
  73. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.js.map +1 -0
  74. package/dist-esm/samples-dev/credentialSetsCreateSample.js +1 -1
  75. package/dist-esm/samples-dev/credentialSetsDeleteSample.js +1 -1
  76. package/dist-esm/samples-dev/credentialSetsGetSample.js +1 -1
  77. package/dist-esm/samples-dev/credentialSetsListSample.js +4 -9
  78. package/dist-esm/samples-dev/credentialSetsListSample.js.map +1 -1
  79. package/dist-esm/samples-dev/credentialSetsUpdateSample.js +1 -1
  80. package/dist-esm/samples-dev/exportPipelinesCreateSample.d.ts +2 -0
  81. package/dist-esm/samples-dev/exportPipelinesCreateSample.d.ts.map +1 -0
  82. package/dist-esm/samples-dev/exportPipelinesCreateSample.js +50 -0
  83. package/dist-esm/samples-dev/exportPipelinesCreateSample.js.map +1 -0
  84. package/dist-esm/samples-dev/exportPipelinesDeleteSample.d.ts +2 -0
  85. package/dist-esm/samples-dev/exportPipelinesDeleteSample.d.ts.map +1 -0
  86. package/dist-esm/samples-dev/exportPipelinesDeleteSample.js +40 -0
  87. package/dist-esm/samples-dev/exportPipelinesDeleteSample.js.map +1 -0
  88. package/dist-esm/samples-dev/exportPipelinesGetSample.d.ts +2 -0
  89. package/dist-esm/samples-dev/exportPipelinesGetSample.d.ts.map +1 -0
  90. package/dist-esm/samples-dev/exportPipelinesGetSample.js +40 -0
  91. package/dist-esm/samples-dev/exportPipelinesGetSample.js.map +1 -0
  92. package/dist-esm/samples-dev/exportPipelinesListSample.d.ts +2 -0
  93. package/dist-esm/samples-dev/exportPipelinesListSample.d.ts.map +1 -0
  94. package/dist-esm/samples-dev/exportPipelinesListSample.js +55 -0
  95. package/dist-esm/samples-dev/exportPipelinesListSample.js.map +1 -0
  96. package/dist-esm/samples-dev/importPipelinesCreateSample.d.ts +2 -0
  97. package/dist-esm/samples-dev/importPipelinesCreateSample.d.ts.map +1 -0
  98. package/dist-esm/samples-dev/importPipelinesCreateSample.js +55 -0
  99. package/dist-esm/samples-dev/importPipelinesCreateSample.js.map +1 -0
  100. package/dist-esm/samples-dev/importPipelinesDeleteSample.d.ts +2 -0
  101. package/dist-esm/samples-dev/importPipelinesDeleteSample.d.ts.map +1 -0
  102. package/dist-esm/samples-dev/importPipelinesDeleteSample.js +40 -0
  103. package/dist-esm/samples-dev/importPipelinesDeleteSample.js.map +1 -0
  104. package/dist-esm/samples-dev/importPipelinesGetSample.d.ts +2 -0
  105. package/dist-esm/samples-dev/importPipelinesGetSample.d.ts.map +1 -0
  106. package/dist-esm/samples-dev/importPipelinesGetSample.js +40 -0
  107. package/dist-esm/samples-dev/importPipelinesGetSample.js.map +1 -0
  108. package/dist-esm/samples-dev/importPipelinesListSample.d.ts +2 -0
  109. package/dist-esm/samples-dev/importPipelinesListSample.d.ts.map +1 -0
  110. package/dist-esm/samples-dev/importPipelinesListSample.js +55 -0
  111. package/dist-esm/samples-dev/importPipelinesListSample.js.map +1 -0
  112. package/dist-esm/samples-dev/operationsListSample.js +4 -9
  113. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  114. package/dist-esm/samples-dev/pipelineRunsCreateSample.d.ts +2 -0
  115. package/dist-esm/samples-dev/pipelineRunsCreateSample.d.ts.map +1 -0
  116. package/dist-esm/samples-dev/pipelineRunsCreateSample.js +78 -0
  117. package/dist-esm/samples-dev/pipelineRunsCreateSample.js.map +1 -0
  118. package/dist-esm/samples-dev/pipelineRunsDeleteSample.d.ts +2 -0
  119. package/dist-esm/samples-dev/pipelineRunsDeleteSample.d.ts.map +1 -0
  120. package/dist-esm/samples-dev/pipelineRunsDeleteSample.js +40 -0
  121. package/dist-esm/samples-dev/pipelineRunsDeleteSample.js.map +1 -0
  122. package/dist-esm/samples-dev/pipelineRunsGetSample.d.ts +2 -0
  123. package/dist-esm/samples-dev/pipelineRunsGetSample.d.ts.map +1 -0
  124. package/dist-esm/samples-dev/pipelineRunsGetSample.js +40 -0
  125. package/dist-esm/samples-dev/pipelineRunsGetSample.js.map +1 -0
  126. package/dist-esm/samples-dev/pipelineRunsListSample.d.ts +2 -0
  127. package/dist-esm/samples-dev/pipelineRunsListSample.d.ts.map +1 -0
  128. package/dist-esm/samples-dev/pipelineRunsListSample.js +55 -0
  129. package/dist-esm/samples-dev/pipelineRunsListSample.js.map +1 -0
  130. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +1 -1
  131. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +1 -1
  132. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
  133. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +4 -9
  134. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -1
  135. package/dist-esm/samples-dev/registriesCheckNameAvailabilitySample.js +2 -2
  136. package/dist-esm/samples-dev/registriesCreateSample.js +2 -2
  137. package/dist-esm/samples-dev/registriesDeleteSample.js +1 -1
  138. package/dist-esm/samples-dev/registriesGenerateCredentialsSample.js +1 -1
  139. package/dist-esm/samples-dev/registriesGetPrivateLinkResourceSample.js +1 -1
  140. package/dist-esm/samples-dev/registriesGetSample.js +1 -1
  141. package/dist-esm/samples-dev/registriesImportImageSample.js +3 -3
  142. package/dist-esm/samples-dev/registriesListByResourceGroupSample.js +4 -9
  143. package/dist-esm/samples-dev/registriesListByResourceGroupSample.js.map +1 -1
  144. package/dist-esm/samples-dev/registriesListCredentialsSample.js +1 -1
  145. package/dist-esm/samples-dev/registriesListPrivateLinkResourcesSample.js +4 -9
  146. package/dist-esm/samples-dev/registriesListPrivateLinkResourcesSample.js.map +1 -1
  147. package/dist-esm/samples-dev/registriesListSample.js +4 -9
  148. package/dist-esm/samples-dev/registriesListSample.js.map +1 -1
  149. package/dist-esm/samples-dev/registriesListUsagesSample.js +1 -1
  150. package/dist-esm/samples-dev/registriesRegenerateCredentialSample.js +1 -1
  151. package/dist-esm/samples-dev/registriesUpdateSample.js +1 -1
  152. package/dist-esm/samples-dev/replicationsCreateSample.js +2 -2
  153. package/dist-esm/samples-dev/replicationsDeleteSample.js +1 -1
  154. package/dist-esm/samples-dev/replicationsGetSample.js +1 -1
  155. package/dist-esm/samples-dev/replicationsListSample.js +4 -9
  156. package/dist-esm/samples-dev/replicationsListSample.js.map +1 -1
  157. package/dist-esm/samples-dev/replicationsUpdateSample.js +1 -1
  158. package/dist-esm/samples-dev/runsListSample.js +3 -8
  159. package/dist-esm/samples-dev/runsListSample.js.map +1 -1
  160. package/dist-esm/samples-dev/scopeMapsCreateSample.js +1 -1
  161. package/dist-esm/samples-dev/scopeMapsDeleteSample.js +1 -1
  162. package/dist-esm/samples-dev/scopeMapsGetSample.js +1 -1
  163. package/dist-esm/samples-dev/scopeMapsListSample.js +4 -9
  164. package/dist-esm/samples-dev/scopeMapsListSample.js.map +1 -1
  165. package/dist-esm/samples-dev/scopeMapsUpdateSample.js +1 -1
  166. package/dist-esm/samples-dev/taskRunsListSample.js +3 -8
  167. package/dist-esm/samples-dev/taskRunsListSample.js.map +1 -1
  168. package/dist-esm/samples-dev/tasksListSample.js +3 -8
  169. package/dist-esm/samples-dev/tasksListSample.js.map +1 -1
  170. package/dist-esm/samples-dev/tokensCreateSample.js +1 -1
  171. package/dist-esm/samples-dev/tokensDeleteSample.js +1 -1
  172. package/dist-esm/samples-dev/tokensGetSample.js +1 -1
  173. package/dist-esm/samples-dev/tokensListSample.js +4 -9
  174. package/dist-esm/samples-dev/tokensListSample.js.map +1 -1
  175. package/dist-esm/samples-dev/tokensUpdateSample.js +1 -1
  176. package/dist-esm/samples-dev/webhooksCreateSample.js +1 -1
  177. package/dist-esm/samples-dev/webhooksDeleteSample.js +1 -1
  178. package/dist-esm/samples-dev/webhooksGetCallbackConfigSample.js +1 -1
  179. package/dist-esm/samples-dev/webhooksGetSample.js +1 -1
  180. package/dist-esm/samples-dev/webhooksListEventsSample.js +4 -9
  181. package/dist-esm/samples-dev/webhooksListEventsSample.js.map +1 -1
  182. package/dist-esm/samples-dev/webhooksListSample.js +4 -9
  183. package/dist-esm/samples-dev/webhooksListSample.js.map +1 -1
  184. package/dist-esm/samples-dev/webhooksPingSample.js +1 -1
  185. package/dist-esm/samples-dev/webhooksUpdateSample.js +1 -1
  186. package/dist-esm/src/containerRegistryManagementClient.d.ts +7 -1
  187. package/dist-esm/src/containerRegistryManagementClient.d.ts.map +1 -1
  188. package/dist-esm/src/containerRegistryManagementClient.js +8 -2
  189. package/dist-esm/src/containerRegistryManagementClient.js.map +1 -1
  190. package/dist-esm/src/models/index.d.ts +984 -21
  191. package/dist-esm/src/models/index.d.ts.map +1 -1
  192. package/dist-esm/src/models/index.js +128 -8
  193. package/dist-esm/src/models/index.js.map +1 -1
  194. package/dist-esm/src/models/mappers.d.ts +55 -1
  195. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  196. package/dist-esm/src/models/mappers.js +1415 -46
  197. package/dist-esm/src/models/mappers.js.map +1 -1
  198. package/dist-esm/src/models/parameters.d.ts +17 -3
  199. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  200. package/dist-esm/src/models/parameters.js +153 -20
  201. package/dist-esm/src/models/parameters.js.map +1 -1
  202. package/dist-esm/src/operations/agentPools.js +3 -8
  203. package/dist-esm/src/operations/agentPools.js.map +1 -1
  204. package/dist-esm/src/operations/archiveVersions.d.ts +95 -0
  205. package/dist-esm/src/operations/archiveVersions.d.ts.map +1 -0
  206. package/dist-esm/src/operations/archiveVersions.js +416 -0
  207. package/dist-esm/src/operations/archiveVersions.js.map +1 -0
  208. package/dist-esm/src/operations/archives.d.ts +99 -0
  209. package/dist-esm/src/operations/archives.d.ts.map +1 -0
  210. package/dist-esm/src/operations/archives.js +436 -0
  211. package/dist-esm/src/operations/archives.js.map +1 -0
  212. package/dist-esm/src/operations/cacheRules.js +3 -8
  213. package/dist-esm/src/operations/cacheRules.js.map +1 -1
  214. package/dist-esm/src/operations/connectedRegistries.d.ts +115 -0
  215. package/dist-esm/src/operations/connectedRegistries.d.ts.map +1 -0
  216. package/dist-esm/src/operations/connectedRegistries.js +544 -0
  217. package/dist-esm/src/operations/connectedRegistries.js.map +1 -0
  218. package/dist-esm/src/operations/credentialSets.js +3 -8
  219. package/dist-esm/src/operations/credentialSets.js.map +1 -1
  220. package/dist-esm/src/operations/exportPipelines.d.ts +81 -0
  221. package/dist-esm/src/operations/exportPipelines.d.ts.map +1 -0
  222. package/dist-esm/src/operations/exportPipelines.js +364 -0
  223. package/dist-esm/src/operations/exportPipelines.js.map +1 -0
  224. package/dist-esm/src/operations/importPipelines.d.ts +81 -0
  225. package/dist-esm/src/operations/importPipelines.d.ts.map +1 -0
  226. package/dist-esm/src/operations/importPipelines.js +364 -0
  227. package/dist-esm/src/operations/importPipelines.js.map +1 -0
  228. package/dist-esm/src/operations/index.d.ts +6 -0
  229. package/dist-esm/src/operations/index.d.ts.map +1 -1
  230. package/dist-esm/src/operations/index.js +6 -0
  231. package/dist-esm/src/operations/index.js.map +1 -1
  232. package/dist-esm/src/operations/operations.js +3 -8
  233. package/dist-esm/src/operations/operations.js.map +1 -1
  234. package/dist-esm/src/operations/pipelineRuns.d.ts +81 -0
  235. package/dist-esm/src/operations/pipelineRuns.d.ts.map +1 -0
  236. package/dist-esm/src/operations/pipelineRuns.js +364 -0
  237. package/dist-esm/src/operations/pipelineRuns.js.map +1 -0
  238. package/dist-esm/src/operations/privateEndpointConnections.js +3 -8
  239. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
  240. package/dist-esm/src/operations/registries.js +9 -24
  241. package/dist-esm/src/operations/registries.js.map +1 -1
  242. package/dist-esm/src/operations/replications.js +3 -8
  243. package/dist-esm/src/operations/replications.js.map +1 -1
  244. package/dist-esm/src/operations/runs.js +4 -9
  245. package/dist-esm/src/operations/runs.js.map +1 -1
  246. package/dist-esm/src/operations/scopeMaps.js +3 -8
  247. package/dist-esm/src/operations/scopeMaps.js.map +1 -1
  248. package/dist-esm/src/operations/taskRuns.js +3 -8
  249. package/dist-esm/src/operations/taskRuns.js.map +1 -1
  250. package/dist-esm/src/operations/tasks.js +3 -8
  251. package/dist-esm/src/operations/tasks.js.map +1 -1
  252. package/dist-esm/src/operations/tokens.js +3 -8
  253. package/dist-esm/src/operations/tokens.js.map +1 -1
  254. package/dist-esm/src/operations/webhooks.js +6 -16
  255. package/dist-esm/src/operations/webhooks.js.map +1 -1
  256. package/dist-esm/src/operationsInterfaces/archiveVersions.d.ts +66 -0
  257. package/dist-esm/src/operationsInterfaces/archiveVersions.d.ts.map +1 -0
  258. package/dist-esm/src/operationsInterfaces/archiveVersions.js +9 -0
  259. package/dist-esm/src/operationsInterfaces/archiveVersions.js.map +1 -0
  260. package/dist-esm/src/operationsInterfaces/archives.d.ts +72 -0
  261. package/dist-esm/src/operationsInterfaces/archives.d.ts.map +1 -0
  262. package/dist-esm/src/operationsInterfaces/archives.js +9 -0
  263. package/dist-esm/src/operationsInterfaces/archives.js.map +1 -0
  264. package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts +90 -0
  265. package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts.map +1 -0
  266. package/dist-esm/src/operationsInterfaces/connectedRegistries.js +9 -0
  267. package/dist-esm/src/operationsInterfaces/connectedRegistries.js.map +1 -0
  268. package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts +56 -0
  269. package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts.map +1 -0
  270. package/dist-esm/src/operationsInterfaces/exportPipelines.js +9 -0
  271. package/dist-esm/src/operationsInterfaces/exportPipelines.js.map +1 -0
  272. package/dist-esm/src/operationsInterfaces/importPipelines.d.ts +56 -0
  273. package/dist-esm/src/operationsInterfaces/importPipelines.d.ts.map +1 -0
  274. package/dist-esm/src/operationsInterfaces/importPipelines.js +9 -0
  275. package/dist-esm/src/operationsInterfaces/importPipelines.js.map +1 -0
  276. package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
  277. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  278. package/dist-esm/src/operationsInterfaces/index.js +6 -0
  279. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  280. package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts +56 -0
  281. package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts.map +1 -0
  282. package/dist-esm/src/operationsInterfaces/pipelineRuns.js +9 -0
  283. package/dist-esm/src/operationsInterfaces/pipelineRuns.js.map +1 -0
  284. package/dist-esm/test/containerregistry_examples.js +6 -16
  285. package/dist-esm/test/containerregistry_examples.js.map +1 -1
  286. package/package.json +13 -18
  287. package/review/arm-containerregistry.api.md +839 -16
  288. package/src/containerRegistryManagementClient.ts +25 -1
  289. package/src/models/index.ts +1154 -32
  290. package/src/models/mappers.ts +1509 -32
  291. package/src/models/parameters.ts +174 -20
  292. package/src/operations/archiveVersions.ts +600 -0
  293. package/src/operations/archives.ts +621 -0
  294. package/src/operations/connectedRegistries.ts +757 -0
  295. package/src/operations/exportPipelines.ts +500 -0
  296. package/src/operations/importPipelines.ts +500 -0
  297. package/src/operations/index.ts +6 -0
  298. package/src/operations/pipelineRuns.ts +500 -0
  299. package/src/operations/runs.ts +1 -1
  300. package/src/operationsInterfaces/archiveVersions.ts +135 -0
  301. package/src/operationsInterfaces/archives.ts +147 -0
  302. package/src/operationsInterfaces/connectedRegistries.ts +174 -0
  303. package/src/operationsInterfaces/exportPipelines.ts +109 -0
  304. package/src/operationsInterfaces/importPipelines.ts +109 -0
  305. package/src/operationsInterfaces/index.ts +6 -0
  306. package/src/operationsInterfaces/pipelineRuns.ts +109 -0
  307. package/types/arm-containerregistry.d.ts +1530 -40
  308. package/types/tsdoc-metadata.json +1 -1
  309. package/rollup.config.js +0 -122
@@ -2,13 +2,35 @@ import * as coreClient from "@azure/core-client";
2
2
  export type RunRequestUnion = RunRequest | DockerBuildRequest | FileTaskRunRequest | TaskRunRequest | EncodedTaskRunRequest;
3
3
  export type TaskStepPropertiesUnion = TaskStepProperties | DockerBuildStep | FileTaskStep | EncodedTaskStep;
4
4
  export type TaskStepUpdateParametersUnion = TaskStepUpdateParameters | DockerBuildStepUpdateParameters | FileTaskStepUpdateParameters | EncodedTaskStepUpdateParameters;
5
- /** The result of a request to list cache rules for a container registry. */
6
- export interface CacheRulesListResult {
7
- /** The list of cache rules. */
8
- value?: CacheRule[];
9
- /** If provided, client must use NextLink URI to request next list of cache rules. */
5
+ /** The result of a request to list archives for a container registry. */
6
+ export interface ArchiveListResult {
7
+ /** The list of archives. Since this list may be incomplete, the nextLink field should be used to request the next list of distributions. */
8
+ value?: Archive[];
9
+ /** The URI that can be used to request the next list of archives. */
10
10
  nextLink?: string;
11
11
  }
12
+ /** The properties of a archive. */
13
+ export interface ArchiveProperties {
14
+ /** The package source of the archive. */
15
+ packageSource?: ArchivePackageSourceProperties;
16
+ /** The published version of the archive. */
17
+ publishedVersion?: string;
18
+ repositoryEndpointPrefix?: string;
19
+ /** NOTE: This property will not be serialized. It can only be populated by the server. */
20
+ readonly repositoryEndpoint?: string;
21
+ /**
22
+ * The provisioning state of the archive at the time the operation was called.
23
+ * NOTE: This property will not be serialized. It can only be populated by the server.
24
+ */
25
+ readonly provisioningState?: ProvisioningState;
26
+ }
27
+ /** The properties of the archive package source. */
28
+ export interface ArchivePackageSourceProperties {
29
+ /** The type of package source for a archive. */
30
+ type?: PackageSourceType;
31
+ /** The external repository url. */
32
+ url?: string;
33
+ }
12
34
  /** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. */
13
35
  export interface ProxyResource {
14
36
  /**
@@ -93,11 +115,167 @@ export interface ErrorAdditionalInfo {
93
115
  */
94
116
  readonly info?: Record<string, unknown>;
95
117
  }
118
+ /** The parameters for updating a archive. */
119
+ export interface ArchiveUpdateParameters {
120
+ /** The published version of the archive. */
121
+ publishedVersion?: string;
122
+ }
123
+ /** The result of a request to list export pipelines for a container registry. */
124
+ export interface ArchiveVersionListResult {
125
+ /** 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. */
126
+ value?: ArchiveVersion[];
127
+ /** The URI that can be used to request the next list of pipeline runs. */
128
+ nextLink?: string;
129
+ }
130
+ /** The result of a request to list cache rules for a container registry. */
131
+ export interface CacheRulesListResult {
132
+ /** The list of cache rules. */
133
+ value?: CacheRule[];
134
+ /** If provided, client must use NextLink URI to request next list of cache rules. */
135
+ nextLink?: string;
136
+ }
96
137
  /** The parameters for updating a cache rule. */
97
138
  export interface CacheRuleUpdateParameters {
98
139
  /** The ARM resource ID of the credential store which is associated with the Cache rule. */
99
140
  credentialSetResourceId?: string;
100
141
  }
142
+ /** The result of a request to list connected registries for a container registry. */
143
+ export interface ConnectedRegistryListResult {
144
+ /** 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. */
145
+ value?: ConnectedRegistry[];
146
+ /** The URI that can be used to request the next list of connected registries. */
147
+ nextLink?: string;
148
+ }
149
+ /** The activation properties of the connected registry. */
150
+ export interface ActivationProperties {
151
+ /**
152
+ * The activation status of the connected registry.
153
+ * NOTE: This property will not be serialized. It can only be populated by the server.
154
+ */
155
+ readonly status?: ActivationStatus;
156
+ }
157
+ /** The properties of the connected registry parent. */
158
+ export interface ParentProperties {
159
+ /** The resource ID of the parent to which the connected registry will be associated. */
160
+ id?: string;
161
+ /** The sync properties of the connected registry with its parent. */
162
+ syncProperties: SyncProperties;
163
+ }
164
+ /** The sync properties of the connected registry with its parent. */
165
+ export interface SyncProperties {
166
+ /** The resource ID of the ACR token used to authenticate the connected registry to its parent during sync. */
167
+ tokenId: string;
168
+ /** The cron expression indicating the schedule that the connected registry will sync with its parent. */
169
+ schedule?: string;
170
+ /** 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. */
171
+ syncWindow?: string;
172
+ /** 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. */
173
+ messageTtl: string;
174
+ /**
175
+ * The last time a sync occurred between the connected registry and its parent.
176
+ * NOTE: This property will not be serialized. It can only be populated by the server.
177
+ */
178
+ readonly lastSyncTime?: Date;
179
+ /**
180
+ * The gateway endpoint used by the connected registry to communicate with its parent.
181
+ * NOTE: This property will not be serialized. It can only be populated by the server.
182
+ */
183
+ readonly gatewayEndpoint?: string;
184
+ }
185
+ /** The login server properties of the connected registry. */
186
+ export interface LoginServerProperties {
187
+ /**
188
+ * The host of the connected registry. Can be FQDN or IP.
189
+ * NOTE: This property will not be serialized. It can only be populated by the server.
190
+ */
191
+ readonly host?: string;
192
+ /**
193
+ * The TLS properties of the connected registry login server.
194
+ * NOTE: This property will not be serialized. It can only be populated by the server.
195
+ */
196
+ readonly tls?: TlsProperties;
197
+ }
198
+ /** The TLS properties of the connected registry login server. */
199
+ export interface TlsProperties {
200
+ /**
201
+ * Indicates whether HTTPS is enabled for the login server.
202
+ * NOTE: This property will not be serialized. It can only be populated by the server.
203
+ */
204
+ readonly status?: TlsStatus;
205
+ /**
206
+ * The certificate used to configure HTTPS for the login server.
207
+ * NOTE: This property will not be serialized. It can only be populated by the server.
208
+ */
209
+ readonly certificate?: TlsCertificateProperties;
210
+ }
211
+ /** The TLS certificate properties of the connected registry login server. */
212
+ export interface TlsCertificateProperties {
213
+ /**
214
+ * The type of certificate location.
215
+ * NOTE: This property will not be serialized. It can only be populated by the server.
216
+ */
217
+ readonly type?: CertificateType;
218
+ /**
219
+ * Indicates the location of the certificates.
220
+ * NOTE: This property will not be serialized. It can only be populated by the server.
221
+ */
222
+ readonly location?: string;
223
+ }
224
+ /** The logging properties of the connected registry. */
225
+ export interface LoggingProperties {
226
+ /** The verbosity of logs persisted on the connected registry. */
227
+ logLevel?: LogLevel;
228
+ /** Indicates whether audit logs are enabled on the connected registry. */
229
+ auditLogStatus?: AuditLogStatus;
230
+ }
231
+ /** The status detail properties of the connected registry. */
232
+ export interface StatusDetailProperties {
233
+ /**
234
+ * The component of the connected registry corresponding to the status.
235
+ * NOTE: This property will not be serialized. It can only be populated by the server.
236
+ */
237
+ readonly type?: string;
238
+ /**
239
+ * The code of the status.
240
+ * NOTE: This property will not be serialized. It can only be populated by the server.
241
+ */
242
+ readonly code?: string;
243
+ /**
244
+ * The description of the status.
245
+ * NOTE: This property will not be serialized. It can only be populated by the server.
246
+ */
247
+ readonly description?: string;
248
+ /**
249
+ * The timestamp of the status.
250
+ * NOTE: This property will not be serialized. It can only be populated by the server.
251
+ */
252
+ readonly timestamp?: Date;
253
+ /**
254
+ * The correlation ID of the status.
255
+ * NOTE: This property will not be serialized. It can only be populated by the server.
256
+ */
257
+ readonly correlationId?: string;
258
+ }
259
+ /** The parameters for updating a connected registry. */
260
+ export interface ConnectedRegistryUpdateParameters {
261
+ /** The sync properties of the connected registry with its parent. */
262
+ syncProperties?: SyncUpdateProperties;
263
+ /** The logging properties of the connected registry. */
264
+ logging?: LoggingProperties;
265
+ /** The list of the ACR token resource IDs used to authenticate clients to the connected registry. */
266
+ clientTokenIds?: string[];
267
+ /** The list of notifications subscription information for the connected registry. */
268
+ notificationsList?: string[];
269
+ }
270
+ /** The parameters for updating the sync properties of the connected registry with its parent. */
271
+ export interface SyncUpdateProperties {
272
+ /** The cron expression indicating the schedule that the connected registry will sync with its parent. */
273
+ schedule?: string;
274
+ /** 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. */
275
+ syncWindow?: string;
276
+ /** 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. */
277
+ messageTtl?: string;
278
+ }
101
279
  /** The result of a request to list credential sets for a container registry. */
102
280
  export interface CredentialSetListResult {
103
281
  /** The list of credential sets. Since this list may be incomplete, the nextLink field should be used to request the next list of credential sets. */
@@ -174,6 +352,26 @@ export interface CredentialSetUpdateParameters {
174
352
  */
175
353
  authCredentials?: AuthCredential[];
176
354
  }
355
+ /** The result of a request to list export pipelines for a container registry. */
356
+ export interface ExportPipelineListResult {
357
+ /** 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. */
358
+ value?: ExportPipeline[];
359
+ /** The URI that can be used to request the next list of pipeline runs. */
360
+ nextLink?: string;
361
+ }
362
+ /** The properties of the export pipeline target. */
363
+ export interface ExportPipelineTargetProperties {
364
+ /** The type of target for the export pipeline. */
365
+ type?: string;
366
+ /**
367
+ * The target uri of the export pipeline.
368
+ * When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
369
+ * When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
370
+ */
371
+ uri?: string;
372
+ /** They key vault secret uri to obtain the target storage SAS token. */
373
+ keyVaultUri: string;
374
+ }
177
375
  export interface ImportImageParameters {
178
376
  /** The source of the image. */
179
377
  source: ImportSource;
@@ -205,6 +403,34 @@ export interface ImportSourceCredentials {
205
403
  /** The password used to authenticate with the source registry. */
206
404
  password: string;
207
405
  }
406
+ /** The result of a request to list import pipelines for a container registry. */
407
+ export interface ImportPipelineListResult {
408
+ /** 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. */
409
+ value?: ImportPipeline[];
410
+ /** The URI that can be used to request the next list of pipeline runs. */
411
+ nextLink?: string;
412
+ }
413
+ /** The properties of the import pipeline source. */
414
+ export interface ImportPipelineSourceProperties {
415
+ /** The type of source for the import pipeline. */
416
+ type?: PipelineSourceType;
417
+ /**
418
+ * The source uri of the import pipeline.
419
+ * When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
420
+ * When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
421
+ */
422
+ uri?: string;
423
+ /** They key vault secret uri to obtain the source storage SAS token. */
424
+ keyVaultUri: string;
425
+ }
426
+ export interface PipelineTriggerProperties {
427
+ /** The source trigger properties of the pipeline. */
428
+ sourceTrigger?: PipelineSourceTriggerProperties;
429
+ }
430
+ export interface PipelineSourceTriggerProperties {
431
+ /** The current status of the source trigger. */
432
+ status: TriggerStatus;
433
+ }
208
434
  /** The result of a request to list container registry operations. */
209
435
  export interface OperationListResult {
210
436
  /** The list of container registry operations. Since this list may be incomplete, the nextLink field should be used to request the next list of operations. */
@@ -286,6 +512,78 @@ export interface RegistryNameStatus {
286
512
  /** If any, the error message that provides more detail for the reason that the name is not available. */
287
513
  message?: string;
288
514
  }
515
+ /** The result of a request to list pipeline runs for a container registry. */
516
+ export interface PipelineRunListResult {
517
+ /** 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. */
518
+ value?: PipelineRun[];
519
+ /** The URI that can be used to request the next list of pipeline runs. */
520
+ nextLink?: string;
521
+ }
522
+ /** The request properties provided for a pipeline run. */
523
+ export interface PipelineRunRequest {
524
+ /** The resource ID of the pipeline to run. */
525
+ pipelineResourceId?: string;
526
+ /**
527
+ * List of source artifacts to be transferred by the pipeline.
528
+ * Specify an image by repository ('hello-world'). This will use the 'latest' tag.
529
+ * Specify an image by tag ('hello-world:latest').
530
+ * Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').
531
+ */
532
+ artifacts?: string[];
533
+ /** The source properties of the pipeline run. */
534
+ source?: PipelineRunSourceProperties;
535
+ /** The target properties of the pipeline run. */
536
+ target?: PipelineRunTargetProperties;
537
+ /** The digest of the tar used to transfer the artifacts. */
538
+ catalogDigest?: string;
539
+ }
540
+ export interface PipelineRunSourceProperties {
541
+ /** The type of the source. */
542
+ type?: PipelineRunSourceType;
543
+ /** The name of the source. */
544
+ name?: string;
545
+ }
546
+ export interface PipelineRunTargetProperties {
547
+ /** The type of the target. */
548
+ type?: PipelineRunTargetType;
549
+ /** The name of the target. */
550
+ name?: string;
551
+ }
552
+ /** The response properties returned for a pipeline run. */
553
+ export interface PipelineRunResponse {
554
+ /** The current status of the pipeline run. */
555
+ status?: string;
556
+ /** The artifacts imported in the pipeline run. */
557
+ importedArtifacts?: string[];
558
+ /** The current progress of the copy operation. */
559
+ progress?: ProgressProperties;
560
+ /** The time the pipeline run started. */
561
+ startTime?: Date;
562
+ /** The time the pipeline run finished. */
563
+ finishTime?: Date;
564
+ /** The source of the pipeline run. */
565
+ source?: ImportPipelineSourceProperties;
566
+ /** The target of the pipeline run. */
567
+ target?: ExportPipelineTargetProperties;
568
+ /** The digest of the tar used to transfer the artifacts. */
569
+ catalogDigest?: string;
570
+ /** The trigger that caused the pipeline run. */
571
+ trigger?: PipelineTriggerDescriptor;
572
+ /** The detailed error message for the pipeline run in the case of failure. */
573
+ pipelineRunErrorMessage?: string;
574
+ }
575
+ export interface ProgressProperties {
576
+ /** The percentage complete of the copy operation. */
577
+ percentage?: string;
578
+ }
579
+ export interface PipelineTriggerDescriptor {
580
+ /** The source trigger that caused the pipeline run. */
581
+ sourceTrigger?: PipelineSourceTriggerDescriptor;
582
+ }
583
+ export interface PipelineSourceTriggerDescriptor {
584
+ /** The timestamp when the source update happened. */
585
+ timestamp?: Date;
586
+ }
289
587
  /** The result of a request to list private endpoint connections for a container registry. */
290
588
  export interface PrivateEndpointConnectionListResult {
291
589
  /** The list of private endpoint connections. Since this list may be incomplete, the nextLink field should be used to request the next list of private endpoint connections. */
@@ -366,6 +664,10 @@ export interface Policies {
366
664
  retentionPolicy?: RetentionPolicy;
367
665
  /** The export policy for a container registry. */
368
666
  exportPolicy?: ExportPolicy;
667
+ /** The policy for using ARM audience token for a container registry. */
668
+ azureADAuthenticationAsArmPolicy?: AzureADAuthenticationAsArmPolicy;
669
+ /** The soft delete policy for a container registry. */
670
+ softDeletePolicy?: SoftDeletePolicy;
369
671
  }
370
672
  /** The quarantine policy for a container registry. */
371
673
  export interface QuarantinePolicy {
@@ -396,6 +698,23 @@ export interface ExportPolicy {
396
698
  /** The value that indicates whether the policy is enabled or not. */
397
699
  status?: ExportPolicyStatus;
398
700
  }
701
+ /** The policy for using ARM audience token for a container registry. */
702
+ export interface AzureADAuthenticationAsArmPolicy {
703
+ /** The value that indicates whether the policy is enabled or not. */
704
+ status?: AzureADAuthenticationAsArmPolicyStatus;
705
+ }
706
+ /** The soft delete policy for a container registry */
707
+ export interface SoftDeletePolicy {
708
+ /** The number of days after which a soft-deleted item is permanently deleted. */
709
+ retentionDays?: number;
710
+ /**
711
+ * The timestamp when the policy was last updated.
712
+ * NOTE: This property will not be serialized. It can only be populated by the server.
713
+ */
714
+ readonly lastUpdatedTime?: Date;
715
+ /** The value that indicates whether the policy is enabled or not. */
716
+ status?: PolicyStatus;
717
+ }
399
718
  export interface EncryptionProperty {
400
719
  /** Indicates whether or not the encryption is enabled for container registry. */
401
720
  status?: EncryptionStatus;
@@ -476,6 +795,10 @@ export interface RegistryUpdateParameters {
476
795
  publicNetworkAccess?: PublicNetworkAccess;
477
796
  /** Whether to allow trusted Azure services to access a network restricted registry. */
478
797
  networkRuleBypassOptions?: NetworkRuleBypassOptions;
798
+ /** Enables registry-wide pull from unauthenticated clients. */
799
+ anonymousPullEnabled?: boolean;
800
+ /** Determines whether registry artifacts are indexed for metadata search. */
801
+ metadataSearch?: MetadataSearch;
479
802
  }
480
803
  /** The result of a request to get container registry quota usages. */
481
804
  export interface RegistryUsageListResult {
@@ -1307,6 +1630,41 @@ export interface OverrideTaskStepProperties {
1307
1630
  /** Base64 encoded update trigger token that will be attached with the base image trigger webhook. */
1308
1631
  updateTriggerToken?: string;
1309
1632
  }
1633
+ /** The properties of the Debian package Archive. */
1634
+ export interface DebianArchiveProperties extends ArchiveProperties {
1635
+ /** Debian distribution Name. */
1636
+ distributionName?: string;
1637
+ }
1638
+ /** The properties of the archive package source. */
1639
+ export interface DebianArchivePackageSourceProperties extends ArchivePackageSourceProperties {
1640
+ /** Upstream Debian distribution Name. */
1641
+ distributionName?: string;
1642
+ }
1643
+ /** An object that represents a archive for a container registry. */
1644
+ export interface Archive extends ProxyResource {
1645
+ /** The package source of the archive. */
1646
+ packageSource?: ArchivePackageSourceProperties;
1647
+ /** The published version of the archive. */
1648
+ publishedVersion?: string;
1649
+ repositoryEndpointPrefix?: string;
1650
+ /** NOTE: This property will not be serialized. It can only be populated by the server. */
1651
+ readonly repositoryEndpoint?: string;
1652
+ /**
1653
+ * The provisioning state of the archive at the time the operation was called.
1654
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1655
+ */
1656
+ readonly provisioningState?: ProvisioningState;
1657
+ }
1658
+ /** An object that represents an export pipeline for a container registry. */
1659
+ export interface ArchiveVersion extends ProxyResource {
1660
+ /**
1661
+ * The provisioning state of the archive at the time the operation was called.
1662
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1663
+ */
1664
+ readonly provisioningState?: ProvisioningState;
1665
+ /** The detailed error message for the archive version in the case of failure. */
1666
+ archiveVersionErrorMessage?: string;
1667
+ }
1310
1668
  /** An object that represents a cache rule for a container registry. */
1311
1669
  export interface CacheRule extends ProxyResource {
1312
1670
  /** The ARM resource ID of the credential store which is associated with the cache rule. */
@@ -1329,6 +1687,51 @@ export interface CacheRule extends ProxyResource {
1329
1687
  */
1330
1688
  readonly provisioningState?: ProvisioningState;
1331
1689
  }
1690
+ /** An object that represents a connected registry for a container registry. */
1691
+ export interface ConnectedRegistry extends ProxyResource {
1692
+ /**
1693
+ * Provisioning state of the resource.
1694
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1695
+ */
1696
+ readonly provisioningState?: ProvisioningState;
1697
+ /** The mode of the connected registry resource that indicates the permissions of the registry. */
1698
+ mode?: ConnectedRegistryMode;
1699
+ /**
1700
+ * The current version of ACR runtime on the connected registry.
1701
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1702
+ */
1703
+ readonly version?: string;
1704
+ /**
1705
+ * The current connection state of the connected registry.
1706
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1707
+ */
1708
+ readonly connectionState?: ConnectionState;
1709
+ /**
1710
+ * The last activity time of the connected registry.
1711
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1712
+ */
1713
+ readonly lastActivityTime?: Date;
1714
+ /**
1715
+ * The activation properties of the connected registry.
1716
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1717
+ */
1718
+ readonly activation?: ActivationProperties;
1719
+ /** The parent of the connected registry. */
1720
+ parent?: ParentProperties;
1721
+ /** The list of the ACR token resource IDs used to authenticate clients to the connected registry. */
1722
+ clientTokenIds?: string[];
1723
+ /** The login server properties of the connected registry. */
1724
+ loginServer?: LoginServerProperties;
1725
+ /** The logging properties of the connected registry. */
1726
+ logging?: LoggingProperties;
1727
+ /**
1728
+ * The list of current statuses of the connected registry.
1729
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1730
+ */
1731
+ readonly statusDetails?: StatusDetailProperties[];
1732
+ /** The list of notifications subscription information for the connected registry. */
1733
+ notificationsList?: string[];
1734
+ }
1332
1735
  /** An object that represents a credential set resource for a container registry. */
1333
1736
  export interface CredentialSet extends ProxyResource {
1334
1737
  /** Identities associated with the resource. This is used to access the KeyVault secrets. */
@@ -1351,6 +1754,57 @@ export interface CredentialSet extends ProxyResource {
1351
1754
  */
1352
1755
  readonly provisioningState?: ProvisioningState;
1353
1756
  }
1757
+ /** An object that represents an export pipeline for a container registry. */
1758
+ export interface ExportPipeline extends ProxyResource {
1759
+ /** The location of the export pipeline. */
1760
+ location?: string;
1761
+ /** The identity of the export pipeline. */
1762
+ identity?: IdentityProperties;
1763
+ /** The target properties of the export pipeline. */
1764
+ target?: ExportPipelineTargetProperties;
1765
+ /** The list of all options configured for the pipeline. */
1766
+ options?: PipelineOptions[];
1767
+ /**
1768
+ * The provisioning state of the pipeline at the time the operation was called.
1769
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1770
+ */
1771
+ readonly provisioningState?: ProvisioningState;
1772
+ }
1773
+ /** An object that represents an import pipeline for a container registry. */
1774
+ export interface ImportPipeline extends ProxyResource {
1775
+ /** The location of the import pipeline. */
1776
+ location?: string;
1777
+ /** The identity of the import pipeline. */
1778
+ identity?: IdentityProperties;
1779
+ /** The source properties of the import pipeline. */
1780
+ source?: ImportPipelineSourceProperties;
1781
+ /** The properties that describe the trigger of the import pipeline. */
1782
+ trigger?: PipelineTriggerProperties;
1783
+ /** The list of all options configured for the pipeline. */
1784
+ options?: PipelineOptions[];
1785
+ /**
1786
+ * The provisioning state of the pipeline at the time the operation was called.
1787
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1788
+ */
1789
+ readonly provisioningState?: ProvisioningState;
1790
+ }
1791
+ /** An object that represents a pipeline run for a container registry. */
1792
+ export interface PipelineRun extends ProxyResource {
1793
+ /**
1794
+ * The provisioning state of a pipeline run.
1795
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1796
+ */
1797
+ readonly provisioningState?: ProvisioningState;
1798
+ /** The request parameters for a pipeline run. */
1799
+ request?: PipelineRunRequest;
1800
+ /**
1801
+ * The response of a pipeline run.
1802
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1803
+ */
1804
+ readonly response?: PipelineRunResponse;
1805
+ /** How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed. */
1806
+ forceUpdateTag?: string;
1807
+ }
1354
1808
  /** An object that represents a private endpoint connection for a container registry. */
1355
1809
  export interface PrivateEndpointConnection extends ProxyResource {
1356
1810
  /** The resource of private endpoint. */
@@ -1537,6 +1991,10 @@ export interface Registry extends Resource {
1537
1991
  networkRuleBypassOptions?: NetworkRuleBypassOptions;
1538
1992
  /** Whether or not zone redundancy is enabled for this container registry */
1539
1993
  zoneRedundancy?: ZoneRedundancy;
1994
+ /** Enables registry-wide pull from unauthenticated clients. */
1995
+ anonymousPullEnabled?: boolean;
1996
+ /** Determines whether registry artifacts are indexed for metadata search. */
1997
+ metadataSearch?: MetadataSearch;
1540
1998
  }
1541
1999
  /** An object that represents a replication for a container registry. */
1542
2000
  export interface Replication extends Resource {
@@ -1798,6 +2256,22 @@ export interface EncodedTaskStepUpdateParameters extends TaskStepUpdateParameter
1798
2256
  /** The collection of overridable values that can be passed when running a task. */
1799
2257
  values?: SetValue[];
1800
2258
  }
2259
+ /** Defines headers for Archives_create operation. */
2260
+ export interface ArchivesCreateHeaders {
2261
+ azureAsyncOperation?: string;
2262
+ }
2263
+ /** Defines headers for Archives_delete operation. */
2264
+ export interface ArchivesDeleteHeaders {
2265
+ location?: string;
2266
+ }
2267
+ /** Defines headers for ArchiveVersions_create operation. */
2268
+ export interface ArchiveVersionsCreateHeaders {
2269
+ azureAsyncOperation?: string;
2270
+ }
2271
+ /** Defines headers for ArchiveVersions_delete operation. */
2272
+ export interface ArchiveVersionsDeleteHeaders {
2273
+ location?: string;
2274
+ }
1801
2275
  /** Defines headers for CacheRules_create operation. */
1802
2276
  export interface CacheRulesCreateHeaders {
1803
2277
  azureAsyncOperation?: string;
@@ -1810,6 +2284,22 @@ export interface CacheRulesDeleteHeaders {
1810
2284
  export interface CacheRulesUpdateHeaders {
1811
2285
  azureAsyncOperation?: string;
1812
2286
  }
2287
+ /** Defines headers for ConnectedRegistries_create operation. */
2288
+ export interface ConnectedRegistriesCreateHeaders {
2289
+ azureAsyncOperation?: string;
2290
+ }
2291
+ /** Defines headers for ConnectedRegistries_delete operation. */
2292
+ export interface ConnectedRegistriesDeleteHeaders {
2293
+ location?: string;
2294
+ }
2295
+ /** Defines headers for ConnectedRegistries_update operation. */
2296
+ export interface ConnectedRegistriesUpdateHeaders {
2297
+ azureAsyncOperation?: string;
2298
+ }
2299
+ /** Defines headers for ConnectedRegistries_deactivate operation. */
2300
+ export interface ConnectedRegistriesDeactivateHeaders {
2301
+ location?: string;
2302
+ }
1813
2303
  /** Defines headers for CredentialSets_create operation. */
1814
2304
  export interface CredentialSetsCreateHeaders {
1815
2305
  azureAsyncOperation?: string;
@@ -1822,6 +2312,14 @@ export interface CredentialSetsDeleteHeaders {
1822
2312
  export interface CredentialSetsUpdateHeaders {
1823
2313
  azureAsyncOperation?: string;
1824
2314
  }
2315
+ /** Defines headers for ExportPipelines_create operation. */
2316
+ export interface ExportPipelinesCreateHeaders {
2317
+ azureAsyncOperation?: string;
2318
+ }
2319
+ /** Defines headers for ExportPipelines_delete operation. */
2320
+ export interface ExportPipelinesDeleteHeaders {
2321
+ location?: string;
2322
+ }
1825
2323
  /** Defines headers for Registries_importImage operation. */
1826
2324
  export interface RegistriesImportImageHeaders {
1827
2325
  location?: string;
@@ -1842,6 +2340,22 @@ export interface RegistriesUpdateHeaders {
1842
2340
  export interface RegistriesGenerateCredentialsHeaders {
1843
2341
  location?: string;
1844
2342
  }
2343
+ /** Defines headers for ImportPipelines_create operation. */
2344
+ export interface ImportPipelinesCreateHeaders {
2345
+ azureAsyncOperation?: string;
2346
+ }
2347
+ /** Defines headers for ImportPipelines_delete operation. */
2348
+ export interface ImportPipelinesDeleteHeaders {
2349
+ location?: string;
2350
+ }
2351
+ /** Defines headers for PipelineRuns_create operation. */
2352
+ export interface PipelineRunsCreateHeaders {
2353
+ azureAsyncOperation?: string;
2354
+ }
2355
+ /** Defines headers for PipelineRuns_delete operation. */
2356
+ export interface PipelineRunsDeleteHeaders {
2357
+ location?: string;
2358
+ }
1845
2359
  /** Defines headers for PrivateEndpointConnections_createOrUpdate operation. */
1846
2360
  export interface PrivateEndpointConnectionsCreateOrUpdateHeaders {
1847
2361
  azureAsyncOperation?: string;
@@ -1898,6 +2412,19 @@ export interface WebhooksDeleteHeaders {
1898
2412
  export interface WebhooksUpdateHeaders {
1899
2413
  azureAsyncOperation?: string;
1900
2414
  }
2415
+ /** Known values of {@link PackageSourceType} that the service accepts. */
2416
+ export declare enum KnownPackageSourceType {
2417
+ /** Remote */
2418
+ Remote = "remote"
2419
+ }
2420
+ /**
2421
+ * Defines values for PackageSourceType. \
2422
+ * {@link KnownPackageSourceType} can be used interchangeably with PackageSourceType,
2423
+ * this enum contains the known values that the service supports.
2424
+ * ### Known values supported by the service
2425
+ * **remote**
2426
+ */
2427
+ export type PackageSourceType = string;
1901
2428
  /** Known values of {@link ProvisioningState} that the service accepts. */
1902
2429
  export declare enum KnownProvisioningState {
1903
2430
  /** Creating */
@@ -1970,6 +2497,136 @@ export declare enum KnownLastModifiedByType {
1970
2497
  * **Key**
1971
2498
  */
1972
2499
  export type LastModifiedByType = string;
2500
+ /** Known values of {@link ConnectedRegistryMode} that the service accepts. */
2501
+ export declare enum KnownConnectedRegistryMode {
2502
+ /** ReadWrite */
2503
+ ReadWrite = "ReadWrite",
2504
+ /** ReadOnly */
2505
+ ReadOnly = "ReadOnly",
2506
+ /** Registry */
2507
+ Registry = "Registry",
2508
+ /** Mirror */
2509
+ Mirror = "Mirror"
2510
+ }
2511
+ /**
2512
+ * Defines values for ConnectedRegistryMode. \
2513
+ * {@link KnownConnectedRegistryMode} can be used interchangeably with ConnectedRegistryMode,
2514
+ * this enum contains the known values that the service supports.
2515
+ * ### Known values supported by the service
2516
+ * **ReadWrite** \
2517
+ * **ReadOnly** \
2518
+ * **Registry** \
2519
+ * **Mirror**
2520
+ */
2521
+ export type ConnectedRegistryMode = string;
2522
+ /** Known values of {@link ConnectionState} that the service accepts. */
2523
+ export declare enum KnownConnectionState {
2524
+ /** Online */
2525
+ Online = "Online",
2526
+ /** Offline */
2527
+ Offline = "Offline",
2528
+ /** Syncing */
2529
+ Syncing = "Syncing",
2530
+ /** Unhealthy */
2531
+ Unhealthy = "Unhealthy"
2532
+ }
2533
+ /**
2534
+ * Defines values for ConnectionState. \
2535
+ * {@link KnownConnectionState} can be used interchangeably with ConnectionState,
2536
+ * this enum contains the known values that the service supports.
2537
+ * ### Known values supported by the service
2538
+ * **Online** \
2539
+ * **Offline** \
2540
+ * **Syncing** \
2541
+ * **Unhealthy**
2542
+ */
2543
+ export type ConnectionState = string;
2544
+ /** Known values of {@link ActivationStatus} that the service accepts. */
2545
+ export declare enum KnownActivationStatus {
2546
+ /** Active */
2547
+ Active = "Active",
2548
+ /** Inactive */
2549
+ Inactive = "Inactive"
2550
+ }
2551
+ /**
2552
+ * Defines values for ActivationStatus. \
2553
+ * {@link KnownActivationStatus} can be used interchangeably with ActivationStatus,
2554
+ * this enum contains the known values that the service supports.
2555
+ * ### Known values supported by the service
2556
+ * **Active** \
2557
+ * **Inactive**
2558
+ */
2559
+ export type ActivationStatus = string;
2560
+ /** Known values of {@link TlsStatus} that the service accepts. */
2561
+ export declare enum KnownTlsStatus {
2562
+ /** Enabled */
2563
+ Enabled = "Enabled",
2564
+ /** Disabled */
2565
+ Disabled = "Disabled"
2566
+ }
2567
+ /**
2568
+ * Defines values for TlsStatus. \
2569
+ * {@link KnownTlsStatus} can be used interchangeably with TlsStatus,
2570
+ * this enum contains the known values that the service supports.
2571
+ * ### Known values supported by the service
2572
+ * **Enabled** \
2573
+ * **Disabled**
2574
+ */
2575
+ export type TlsStatus = string;
2576
+ /** Known values of {@link CertificateType} that the service accepts. */
2577
+ export declare enum KnownCertificateType {
2578
+ /** LocalDirectory */
2579
+ LocalDirectory = "LocalDirectory"
2580
+ }
2581
+ /**
2582
+ * Defines values for CertificateType. \
2583
+ * {@link KnownCertificateType} can be used interchangeably with CertificateType,
2584
+ * this enum contains the known values that the service supports.
2585
+ * ### Known values supported by the service
2586
+ * **LocalDirectory**
2587
+ */
2588
+ export type CertificateType = string;
2589
+ /** Known values of {@link LogLevel} that the service accepts. */
2590
+ export declare enum KnownLogLevel {
2591
+ /** Debug */
2592
+ Debug = "Debug",
2593
+ /** Information */
2594
+ Information = "Information",
2595
+ /** Warning */
2596
+ Warning = "Warning",
2597
+ /** Error */
2598
+ Error = "Error",
2599
+ /** None */
2600
+ None = "None"
2601
+ }
2602
+ /**
2603
+ * Defines values for LogLevel. \
2604
+ * {@link KnownLogLevel} can be used interchangeably with LogLevel,
2605
+ * this enum contains the known values that the service supports.
2606
+ * ### Known values supported by the service
2607
+ * **Debug** \
2608
+ * **Information** \
2609
+ * **Warning** \
2610
+ * **Error** \
2611
+ * **None**
2612
+ */
2613
+ export type LogLevel = string;
2614
+ /** Known values of {@link AuditLogStatus} that the service accepts. */
2615
+ export declare enum KnownAuditLogStatus {
2616
+ /** Enabled */
2617
+ Enabled = "Enabled",
2618
+ /** Disabled */
2619
+ Disabled = "Disabled"
2620
+ }
2621
+ /**
2622
+ * Defines values for AuditLogStatus. \
2623
+ * {@link KnownAuditLogStatus} can be used interchangeably with AuditLogStatus,
2624
+ * this enum contains the known values that the service supports.
2625
+ * ### Known values supported by the service
2626
+ * **Enabled** \
2627
+ * **Disabled**
2628
+ */
2629
+ export type AuditLogStatus = string;
1973
2630
  /** Known values of {@link CredentialName} that the service accepts. */
1974
2631
  export declare enum KnownCredentialName {
1975
2632
  /** Credential1 */
@@ -1999,6 +2656,28 @@ export declare enum KnownCredentialHealthStatus {
1999
2656
  * **Unhealthy**
2000
2657
  */
2001
2658
  export type CredentialHealthStatus = string;
2659
+ /** Known values of {@link PipelineOptions} that the service accepts. */
2660
+ export declare enum KnownPipelineOptions {
2661
+ /** OverwriteTags */
2662
+ OverwriteTags = "OverwriteTags",
2663
+ /** OverwriteBlobs */
2664
+ OverwriteBlobs = "OverwriteBlobs",
2665
+ /** DeleteSourceBlobOnSuccess */
2666
+ DeleteSourceBlobOnSuccess = "DeleteSourceBlobOnSuccess",
2667
+ /** ContinueOnErrors */
2668
+ ContinueOnErrors = "ContinueOnErrors"
2669
+ }
2670
+ /**
2671
+ * Defines values for PipelineOptions. \
2672
+ * {@link KnownPipelineOptions} can be used interchangeably with PipelineOptions,
2673
+ * this enum contains the known values that the service supports.
2674
+ * ### Known values supported by the service
2675
+ * **OverwriteTags** \
2676
+ * **OverwriteBlobs** \
2677
+ * **DeleteSourceBlobOnSuccess** \
2678
+ * **ContinueOnErrors**
2679
+ */
2680
+ export type PipelineOptions = string;
2002
2681
  /** Known values of {@link ImportMode} that the service accepts. */
2003
2682
  export declare enum KnownImportMode {
2004
2683
  /** NoForce */
@@ -2015,6 +2694,61 @@ export declare enum KnownImportMode {
2015
2694
  * **Force**
2016
2695
  */
2017
2696
  export type ImportMode = string;
2697
+ /** Known values of {@link PipelineSourceType} that the service accepts. */
2698
+ export declare enum KnownPipelineSourceType {
2699
+ /** AzureStorageBlobContainer */
2700
+ AzureStorageBlobContainer = "AzureStorageBlobContainer"
2701
+ }
2702
+ /**
2703
+ * Defines values for PipelineSourceType. \
2704
+ * {@link KnownPipelineSourceType} can be used interchangeably with PipelineSourceType,
2705
+ * this enum contains the known values that the service supports.
2706
+ * ### Known values supported by the service
2707
+ * **AzureStorageBlobContainer**
2708
+ */
2709
+ export type PipelineSourceType = string;
2710
+ /** Known values of {@link TriggerStatus} that the service accepts. */
2711
+ export declare enum KnownTriggerStatus {
2712
+ /** Disabled */
2713
+ Disabled = "Disabled",
2714
+ /** Enabled */
2715
+ Enabled = "Enabled"
2716
+ }
2717
+ /**
2718
+ * Defines values for TriggerStatus. \
2719
+ * {@link KnownTriggerStatus} can be used interchangeably with TriggerStatus,
2720
+ * this enum contains the known values that the service supports.
2721
+ * ### Known values supported by the service
2722
+ * **Disabled** \
2723
+ * **Enabled**
2724
+ */
2725
+ export type TriggerStatus = string;
2726
+ /** Known values of {@link PipelineRunSourceType} that the service accepts. */
2727
+ export declare enum KnownPipelineRunSourceType {
2728
+ /** AzureStorageBlob */
2729
+ AzureStorageBlob = "AzureStorageBlob"
2730
+ }
2731
+ /**
2732
+ * Defines values for PipelineRunSourceType. \
2733
+ * {@link KnownPipelineRunSourceType} can be used interchangeably with PipelineRunSourceType,
2734
+ * this enum contains the known values that the service supports.
2735
+ * ### Known values supported by the service
2736
+ * **AzureStorageBlob**
2737
+ */
2738
+ export type PipelineRunSourceType = string;
2739
+ /** Known values of {@link PipelineRunTargetType} that the service accepts. */
2740
+ export declare enum KnownPipelineRunTargetType {
2741
+ /** AzureStorageBlob */
2742
+ AzureStorageBlob = "AzureStorageBlob"
2743
+ }
2744
+ /**
2745
+ * Defines values for PipelineRunTargetType. \
2746
+ * {@link KnownPipelineRunTargetType} can be used interchangeably with PipelineRunTargetType,
2747
+ * this enum contains the known values that the service supports.
2748
+ * ### Known values supported by the service
2749
+ * **AzureStorageBlob**
2750
+ */
2751
+ export type PipelineRunTargetType = string;
2018
2752
  /** Known values of {@link ConnectionStatus} that the service accepts. */
2019
2753
  export declare enum KnownConnectionStatus {
2020
2754
  /** Approved */
@@ -2171,6 +2905,22 @@ export declare enum KnownExportPolicyStatus {
2171
2905
  * **disabled**
2172
2906
  */
2173
2907
  export type ExportPolicyStatus = string;
2908
+ /** Known values of {@link AzureADAuthenticationAsArmPolicyStatus} that the service accepts. */
2909
+ export declare enum KnownAzureADAuthenticationAsArmPolicyStatus {
2910
+ /** Enabled */
2911
+ Enabled = "enabled",
2912
+ /** Disabled */
2913
+ Disabled = "disabled"
2914
+ }
2915
+ /**
2916
+ * Defines values for AzureADAuthenticationAsArmPolicyStatus. \
2917
+ * {@link KnownAzureADAuthenticationAsArmPolicyStatus} can be used interchangeably with AzureADAuthenticationAsArmPolicyStatus,
2918
+ * this enum contains the known values that the service supports.
2919
+ * ### Known values supported by the service
2920
+ * **enabled** \
2921
+ * **disabled**
2922
+ */
2923
+ export type AzureADAuthenticationAsArmPolicyStatus = string;
2174
2924
  /** Known values of {@link EncryptionStatus} that the service accepts. */
2175
2925
  export declare enum KnownEncryptionStatus {
2176
2926
  /** Enabled */
@@ -2235,6 +2985,22 @@ export declare enum KnownZoneRedundancy {
2235
2985
  * **Disabled**
2236
2986
  */
2237
2987
  export type ZoneRedundancy = string;
2988
+ /** Known values of {@link MetadataSearch} that the service accepts. */
2989
+ export declare enum KnownMetadataSearch {
2990
+ /** Enabled */
2991
+ Enabled = "Enabled",
2992
+ /** Disabled */
2993
+ Disabled = "Disabled"
2994
+ }
2995
+ /**
2996
+ * Defines values for MetadataSearch. \
2997
+ * {@link KnownMetadataSearch} can be used interchangeably with MetadataSearch,
2998
+ * this enum contains the known values that the service supports.
2999
+ * ### Known values supported by the service
3000
+ * **Enabled** \
3001
+ * **Disabled**
3002
+ */
3003
+ export type MetadataSearch = string;
2238
3004
  /** Known values of {@link RegistryUsageUnit} that the service accepts. */
2239
3005
  export declare enum KnownRegistryUsageUnit {
2240
3006
  /** Count */
@@ -2507,22 +3273,6 @@ export declare enum KnownBaseImageDependencyType {
2507
3273
  * **RunTime**
2508
3274
  */
2509
3275
  export type BaseImageDependencyType = string;
2510
- /** Known values of {@link TriggerStatus} that the service accepts. */
2511
- export declare enum KnownTriggerStatus {
2512
- /** Disabled */
2513
- Disabled = "Disabled",
2514
- /** Enabled */
2515
- Enabled = "Enabled"
2516
- }
2517
- /**
2518
- * Defines values for TriggerStatus. \
2519
- * {@link KnownTriggerStatus} can be used interchangeably with TriggerStatus,
2520
- * this enum contains the known values that the service supports.
2521
- * ### Known values supported by the service
2522
- * **Disabled** \
2523
- * **Enabled**
2524
- */
2525
- export type TriggerStatus = string;
2526
3276
  /** Known values of {@link SourceControlType} that the service accepts. */
2527
3277
  export declare enum KnownSourceControlType {
2528
3278
  /** Github */
@@ -2640,6 +3390,77 @@ export type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAs
2640
3390
  /** Defines values for PasswordName. */
2641
3391
  export type PasswordName = "password" | "password2";
2642
3392
  /** Optional parameters. */
3393
+ export interface ArchivesListOptionalParams extends coreClient.OperationOptions {
3394
+ }
3395
+ /** Contains response data for the list operation. */
3396
+ export type ArchivesListResponse = ArchiveListResult;
3397
+ /** Optional parameters. */
3398
+ export interface ArchivesGetOptionalParams extends coreClient.OperationOptions {
3399
+ }
3400
+ /** Contains response data for the get operation. */
3401
+ export type ArchivesGetResponse = Archive;
3402
+ /** Optional parameters. */
3403
+ export interface ArchivesCreateOptionalParams extends coreClient.OperationOptions {
3404
+ /** Delay to wait until next poll, in milliseconds. */
3405
+ updateIntervalInMs?: number;
3406
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3407
+ resumeFrom?: string;
3408
+ }
3409
+ /** Contains response data for the create operation. */
3410
+ export type ArchivesCreateResponse = Archive;
3411
+ /** Optional parameters. */
3412
+ export interface ArchivesDeleteOptionalParams extends coreClient.OperationOptions {
3413
+ /** Delay to wait until next poll, in milliseconds. */
3414
+ updateIntervalInMs?: number;
3415
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3416
+ resumeFrom?: string;
3417
+ }
3418
+ /** Contains response data for the delete operation. */
3419
+ export type ArchivesDeleteResponse = ArchivesDeleteHeaders;
3420
+ /** Optional parameters. */
3421
+ export interface ArchivesUpdateOptionalParams extends coreClient.OperationOptions {
3422
+ }
3423
+ /** Contains response data for the update operation. */
3424
+ export type ArchivesUpdateResponse = Archive;
3425
+ /** Optional parameters. */
3426
+ export interface ArchivesListNextOptionalParams extends coreClient.OperationOptions {
3427
+ }
3428
+ /** Contains response data for the listNext operation. */
3429
+ export type ArchivesListNextResponse = ArchiveListResult;
3430
+ /** Optional parameters. */
3431
+ export interface ArchiveVersionsListOptionalParams extends coreClient.OperationOptions {
3432
+ }
3433
+ /** Contains response data for the list operation. */
3434
+ export type ArchiveVersionsListResponse = ArchiveVersionListResult;
3435
+ /** Optional parameters. */
3436
+ export interface ArchiveVersionsGetOptionalParams extends coreClient.OperationOptions {
3437
+ }
3438
+ /** Contains response data for the get operation. */
3439
+ export type ArchiveVersionsGetResponse = ArchiveVersion;
3440
+ /** Optional parameters. */
3441
+ export interface ArchiveVersionsCreateOptionalParams extends coreClient.OperationOptions {
3442
+ /** Delay to wait until next poll, in milliseconds. */
3443
+ updateIntervalInMs?: number;
3444
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3445
+ resumeFrom?: string;
3446
+ }
3447
+ /** Contains response data for the create operation. */
3448
+ export type ArchiveVersionsCreateResponse = ArchiveVersion;
3449
+ /** Optional parameters. */
3450
+ export interface ArchiveVersionsDeleteOptionalParams extends coreClient.OperationOptions {
3451
+ /** Delay to wait until next poll, in milliseconds. */
3452
+ updateIntervalInMs?: number;
3453
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3454
+ resumeFrom?: string;
3455
+ }
3456
+ /** Contains response data for the delete operation. */
3457
+ export type ArchiveVersionsDeleteResponse = ArchiveVersionsDeleteHeaders;
3458
+ /** Optional parameters. */
3459
+ export interface ArchiveVersionsListNextOptionalParams extends coreClient.OperationOptions {
3460
+ }
3461
+ /** Contains response data for the listNext operation. */
3462
+ export type ArchiveVersionsListNextResponse = ArchiveVersionListResult;
3463
+ /** Optional parameters. */
2643
3464
  export interface CacheRulesListOptionalParams extends coreClient.OperationOptions {
2644
3465
  }
2645
3466
  /** Contains response data for the list operation. */
@@ -2682,6 +3503,55 @@ export interface CacheRulesListNextOptionalParams extends coreClient.OperationOp
2682
3503
  /** Contains response data for the listNext operation. */
2683
3504
  export type CacheRulesListNextResponse = CacheRulesListResult;
2684
3505
  /** Optional parameters. */
3506
+ export interface ConnectedRegistriesListOptionalParams extends coreClient.OperationOptions {
3507
+ /** 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. */
3508
+ filter?: string;
3509
+ }
3510
+ /** Contains response data for the list operation. */
3511
+ export type ConnectedRegistriesListResponse = ConnectedRegistryListResult;
3512
+ /** Optional parameters. */
3513
+ export interface ConnectedRegistriesGetOptionalParams extends coreClient.OperationOptions {
3514
+ }
3515
+ /** Contains response data for the get operation. */
3516
+ export type ConnectedRegistriesGetResponse = ConnectedRegistry;
3517
+ /** Optional parameters. */
3518
+ export interface ConnectedRegistriesCreateOptionalParams extends coreClient.OperationOptions {
3519
+ /** Delay to wait until next poll, in milliseconds. */
3520
+ updateIntervalInMs?: number;
3521
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3522
+ resumeFrom?: string;
3523
+ }
3524
+ /** Contains response data for the create operation. */
3525
+ export type ConnectedRegistriesCreateResponse = ConnectedRegistry;
3526
+ /** Optional parameters. */
3527
+ export interface ConnectedRegistriesDeleteOptionalParams extends coreClient.OperationOptions {
3528
+ /** Delay to wait until next poll, in milliseconds. */
3529
+ updateIntervalInMs?: number;
3530
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3531
+ resumeFrom?: string;
3532
+ }
3533
+ /** Optional parameters. */
3534
+ export interface ConnectedRegistriesUpdateOptionalParams extends coreClient.OperationOptions {
3535
+ /** Delay to wait until next poll, in milliseconds. */
3536
+ updateIntervalInMs?: number;
3537
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3538
+ resumeFrom?: string;
3539
+ }
3540
+ /** Contains response data for the update operation. */
3541
+ export type ConnectedRegistriesUpdateResponse = ConnectedRegistry;
3542
+ /** Optional parameters. */
3543
+ export interface ConnectedRegistriesDeactivateOptionalParams extends coreClient.OperationOptions {
3544
+ /** Delay to wait until next poll, in milliseconds. */
3545
+ updateIntervalInMs?: number;
3546
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3547
+ resumeFrom?: string;
3548
+ }
3549
+ /** Optional parameters. */
3550
+ export interface ConnectedRegistriesListNextOptionalParams extends coreClient.OperationOptions {
3551
+ }
3552
+ /** Contains response data for the listNext operation. */
3553
+ export type ConnectedRegistriesListNextResponse = ConnectedRegistryListResult;
3554
+ /** Optional parameters. */
2685
3555
  export interface CredentialSetsListOptionalParams extends coreClient.OperationOptions {
2686
3556
  }
2687
3557
  /** Contains response data for the list operation. */
@@ -2724,6 +3594,37 @@ export interface CredentialSetsListNextOptionalParams extends coreClient.Operati
2724
3594
  /** Contains response data for the listNext operation. */
2725
3595
  export type CredentialSetsListNextResponse = CredentialSetListResult;
2726
3596
  /** Optional parameters. */
3597
+ export interface ExportPipelinesListOptionalParams extends coreClient.OperationOptions {
3598
+ }
3599
+ /** Contains response data for the list operation. */
3600
+ export type ExportPipelinesListResponse = ExportPipelineListResult;
3601
+ /** Optional parameters. */
3602
+ export interface ExportPipelinesGetOptionalParams extends coreClient.OperationOptions {
3603
+ }
3604
+ /** Contains response data for the get operation. */
3605
+ export type ExportPipelinesGetResponse = ExportPipeline;
3606
+ /** Optional parameters. */
3607
+ export interface ExportPipelinesCreateOptionalParams extends coreClient.OperationOptions {
3608
+ /** Delay to wait until next poll, in milliseconds. */
3609
+ updateIntervalInMs?: number;
3610
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3611
+ resumeFrom?: string;
3612
+ }
3613
+ /** Contains response data for the create operation. */
3614
+ export type ExportPipelinesCreateResponse = ExportPipeline;
3615
+ /** Optional parameters. */
3616
+ export interface ExportPipelinesDeleteOptionalParams extends coreClient.OperationOptions {
3617
+ /** Delay to wait until next poll, in milliseconds. */
3618
+ updateIntervalInMs?: number;
3619
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3620
+ resumeFrom?: string;
3621
+ }
3622
+ /** Optional parameters. */
3623
+ export interface ExportPipelinesListNextOptionalParams extends coreClient.OperationOptions {
3624
+ }
3625
+ /** Contains response data for the listNext operation. */
3626
+ export type ExportPipelinesListNextResponse = ExportPipelineListResult;
3627
+ /** Optional parameters. */
2727
3628
  export interface RegistriesImportImageOptionalParams extends coreClient.OperationOptions {
2728
3629
  /** Delay to wait until next poll, in milliseconds. */
2729
3630
  updateIntervalInMs?: number;
@@ -2839,6 +3740,37 @@ export interface RegistriesListPrivateLinkResourcesNextOptionalParams extends co
2839
3740
  /** Contains response data for the listPrivateLinkResourcesNext operation. */
2840
3741
  export type RegistriesListPrivateLinkResourcesNextResponse = PrivateLinkResourceListResult;
2841
3742
  /** Optional parameters. */
3743
+ export interface ImportPipelinesListOptionalParams extends coreClient.OperationOptions {
3744
+ }
3745
+ /** Contains response data for the list operation. */
3746
+ export type ImportPipelinesListResponse = ImportPipelineListResult;
3747
+ /** Optional parameters. */
3748
+ export interface ImportPipelinesGetOptionalParams extends coreClient.OperationOptions {
3749
+ }
3750
+ /** Contains response data for the get operation. */
3751
+ export type ImportPipelinesGetResponse = ImportPipeline;
3752
+ /** Optional parameters. */
3753
+ export interface ImportPipelinesCreateOptionalParams extends coreClient.OperationOptions {
3754
+ /** Delay to wait until next poll, in milliseconds. */
3755
+ updateIntervalInMs?: number;
3756
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3757
+ resumeFrom?: string;
3758
+ }
3759
+ /** Contains response data for the create operation. */
3760
+ export type ImportPipelinesCreateResponse = ImportPipeline;
3761
+ /** Optional parameters. */
3762
+ export interface ImportPipelinesDeleteOptionalParams extends coreClient.OperationOptions {
3763
+ /** Delay to wait until next poll, in milliseconds. */
3764
+ updateIntervalInMs?: number;
3765
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3766
+ resumeFrom?: string;
3767
+ }
3768
+ /** Optional parameters. */
3769
+ export interface ImportPipelinesListNextOptionalParams extends coreClient.OperationOptions {
3770
+ }
3771
+ /** Contains response data for the listNext operation. */
3772
+ export type ImportPipelinesListNextResponse = ImportPipelineListResult;
3773
+ /** Optional parameters. */
2842
3774
  export interface OperationsListOptionalParams extends coreClient.OperationOptions {
2843
3775
  }
2844
3776
  /** Contains response data for the list operation. */
@@ -2849,6 +3781,37 @@ export interface OperationsListNextOptionalParams extends coreClient.OperationOp
2849
3781
  /** Contains response data for the listNext operation. */
2850
3782
  export type OperationsListNextResponse = OperationListResult;
2851
3783
  /** Optional parameters. */
3784
+ export interface PipelineRunsListOptionalParams extends coreClient.OperationOptions {
3785
+ }
3786
+ /** Contains response data for the list operation. */
3787
+ export type PipelineRunsListResponse = PipelineRunListResult;
3788
+ /** Optional parameters. */
3789
+ export interface PipelineRunsGetOptionalParams extends coreClient.OperationOptions {
3790
+ }
3791
+ /** Contains response data for the get operation. */
3792
+ export type PipelineRunsGetResponse = PipelineRun;
3793
+ /** Optional parameters. */
3794
+ export interface PipelineRunsCreateOptionalParams extends coreClient.OperationOptions {
3795
+ /** Delay to wait until next poll, in milliseconds. */
3796
+ updateIntervalInMs?: number;
3797
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3798
+ resumeFrom?: string;
3799
+ }
3800
+ /** Contains response data for the create operation. */
3801
+ export type PipelineRunsCreateResponse = PipelineRun;
3802
+ /** Optional parameters. */
3803
+ export interface PipelineRunsDeleteOptionalParams extends coreClient.OperationOptions {
3804
+ /** Delay to wait until next poll, in milliseconds. */
3805
+ updateIntervalInMs?: number;
3806
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3807
+ resumeFrom?: string;
3808
+ }
3809
+ /** Optional parameters. */
3810
+ export interface PipelineRunsListNextOptionalParams extends coreClient.OperationOptions {
3811
+ }
3812
+ /** Contains response data for the listNext operation. */
3813
+ export type PipelineRunsListNextResponse = PipelineRunListResult;
3814
+ /** Optional parameters. */
2852
3815
  export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
2853
3816
  }
2854
3817
  /** Contains response data for the list operation. */