@azure/arm-containerregistry 10.0.1-alpha.20220131.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
@@ -2,6 +2,250 @@ import * as coreClient from "@azure/core-client";
2
2
  export declare type RunRequestUnion = RunRequest | DockerBuildRequest | FileTaskRunRequest | TaskRunRequest | EncodedTaskRunRequest;
3
3
  export declare type TaskStepPropertiesUnion = TaskStepProperties | DockerBuildStep | FileTaskStep | EncodedTaskStep;
4
4
  export declare type TaskStepUpdateParametersUnion = TaskStepUpdateParameters | DockerBuildStepUpdateParameters | FileTaskStepUpdateParameters | EncodedTaskStepUpdateParameters;
5
+ /** The result of a request to list connected registries for a container registry. */
6
+ export interface ConnectedRegistryListResult {
7
+ /** 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. */
8
+ value?: ConnectedRegistry[];
9
+ /** The URI that can be used to request the next list of connected registries. */
10
+ nextLink?: string;
11
+ }
12
+ /** The activation properties of the connected registry. */
13
+ export interface ActivationProperties {
14
+ /**
15
+ * The activation status of the connected registry.
16
+ * NOTE: This property will not be serialized. It can only be populated by the server.
17
+ */
18
+ readonly status?: ActivationStatus;
19
+ }
20
+ /** The properties of the connected registry parent. */
21
+ export interface ParentProperties {
22
+ /** The resource ID of the parent to which the connected registry will be associated. */
23
+ id?: string;
24
+ /** The sync properties of the connected registry with its parent. */
25
+ syncProperties: SyncProperties;
26
+ }
27
+ /** The sync properties of the connected registry with its parent. */
28
+ export interface SyncProperties {
29
+ /** The resource ID of the ACR token used to authenticate the connected registry to its parent during sync. */
30
+ tokenId: string;
31
+ /** The cron expression indicating the schedule that the connected registry will sync with its parent. */
32
+ schedule?: string;
33
+ /** 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. */
34
+ syncWindow?: string;
35
+ /** 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. */
36
+ messageTtl: string;
37
+ /**
38
+ * The last time a sync occurred between the connected registry and its parent.
39
+ * NOTE: This property will not be serialized. It can only be populated by the server.
40
+ */
41
+ readonly lastSyncTime?: Date;
42
+ /**
43
+ * The gateway endpoint used by the connected registry to communicate with its parent.
44
+ * NOTE: This property will not be serialized. It can only be populated by the server.
45
+ */
46
+ readonly gatewayEndpoint?: string;
47
+ }
48
+ /** The login server properties of the connected registry. */
49
+ export interface LoginServerProperties {
50
+ /**
51
+ * The host of the connected registry. Can be FQDN or IP.
52
+ * NOTE: This property will not be serialized. It can only be populated by the server.
53
+ */
54
+ readonly host?: string;
55
+ /**
56
+ * The TLS properties of the connected registry login server.
57
+ * NOTE: This property will not be serialized. It can only be populated by the server.
58
+ */
59
+ readonly tls?: TlsProperties;
60
+ }
61
+ /** The TLS properties of the connected registry login server. */
62
+ export interface TlsProperties {
63
+ /**
64
+ * Indicates whether HTTPS is enabled for the login server.
65
+ * NOTE: This property will not be serialized. It can only be populated by the server.
66
+ */
67
+ readonly status?: TlsStatus;
68
+ /**
69
+ * The certificate used to configure HTTPS for the login server.
70
+ * NOTE: This property will not be serialized. It can only be populated by the server.
71
+ */
72
+ readonly certificate?: TlsCertificateProperties;
73
+ }
74
+ /** The TLS certificate properties of the connected registry login server. */
75
+ export interface TlsCertificateProperties {
76
+ /**
77
+ * The type of certificate location.
78
+ * NOTE: This property will not be serialized. It can only be populated by the server.
79
+ */
80
+ readonly type?: CertificateType;
81
+ /**
82
+ * Indicates the location of the certificates.
83
+ * NOTE: This property will not be serialized. It can only be populated by the server.
84
+ */
85
+ readonly location?: string;
86
+ }
87
+ /** The logging properties of the connected registry. */
88
+ export interface LoggingProperties {
89
+ /** The verbosity of logs persisted on the connected registry. */
90
+ logLevel?: LogLevel;
91
+ /** Indicates whether audit logs are enabled on the connected registry. */
92
+ auditLogStatus?: AuditLogStatus;
93
+ }
94
+ /** The status detail properties of the connected registry. */
95
+ export interface StatusDetailProperties {
96
+ /**
97
+ * The component of the connected registry corresponding to the status.
98
+ * NOTE: This property will not be serialized. It can only be populated by the server.
99
+ */
100
+ readonly type?: string;
101
+ /**
102
+ * The code of the status.
103
+ * NOTE: This property will not be serialized. It can only be populated by the server.
104
+ */
105
+ readonly code?: string;
106
+ /**
107
+ * The description of the status.
108
+ * NOTE: This property will not be serialized. It can only be populated by the server.
109
+ */
110
+ readonly description?: string;
111
+ /**
112
+ * The timestamp of the status.
113
+ * NOTE: This property will not be serialized. It can only be populated by the server.
114
+ */
115
+ readonly timestamp?: Date;
116
+ /**
117
+ * The correlation ID of the status.
118
+ * NOTE: This property will not be serialized. It can only be populated by the server.
119
+ */
120
+ readonly correlationId?: string;
121
+ }
122
+ /** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. */
123
+ export interface ProxyResource {
124
+ /**
125
+ * The resource ID.
126
+ * NOTE: This property will not be serialized. It can only be populated by the server.
127
+ */
128
+ readonly id?: string;
129
+ /**
130
+ * The name of the resource.
131
+ * NOTE: This property will not be serialized. It can only be populated by the server.
132
+ */
133
+ readonly name?: string;
134
+ /**
135
+ * The type of the resource.
136
+ * NOTE: This property will not be serialized. It can only be populated by the server.
137
+ */
138
+ readonly type?: string;
139
+ /**
140
+ * Metadata pertaining to creation and last modification of the resource.
141
+ * NOTE: This property will not be serialized. It can only be populated by the server.
142
+ */
143
+ readonly systemData?: SystemData;
144
+ }
145
+ /** Metadata pertaining to creation and last modification of the resource. */
146
+ export interface SystemData {
147
+ /** The identity that created the resource. */
148
+ createdBy?: string;
149
+ /** The type of identity that created the resource. */
150
+ createdByType?: CreatedByType;
151
+ /** The timestamp of resource creation (UTC). */
152
+ createdAt?: Date;
153
+ /** The identity that last modified the resource. */
154
+ lastModifiedBy?: string;
155
+ /** The type of identity that last modified the resource. */
156
+ lastModifiedByType?: LastModifiedByType;
157
+ /** The timestamp of resource modification (UTC). */
158
+ lastModifiedAt?: Date;
159
+ }
160
+ /** An error response from the Azure Container Registry service. */
161
+ export interface ErrorResponse {
162
+ /** Azure container registry build API error body. */
163
+ error?: ErrorResponseBody;
164
+ }
165
+ /** An error response from the Azure Container Registry service. */
166
+ export interface ErrorResponseBody {
167
+ /** error code. */
168
+ code: string;
169
+ /** error message. */
170
+ message: string;
171
+ /** target of the particular error. */
172
+ target?: string;
173
+ /** an array of additional nested error response info objects, as described by this contract. */
174
+ details?: InnerErrorDescription[];
175
+ }
176
+ /** inner error. */
177
+ export interface InnerErrorDescription {
178
+ /** error code. */
179
+ code: string;
180
+ /** error message. */
181
+ message: string;
182
+ /** target of the particular error. */
183
+ target?: string;
184
+ }
185
+ /** The parameters for updating a connected registry. */
186
+ export interface ConnectedRegistryUpdateParameters {
187
+ /** The sync properties of the connected registry with its parent. */
188
+ syncProperties?: SyncUpdateProperties;
189
+ /** The logging properties of the connected registry. */
190
+ logging?: LoggingProperties;
191
+ /** The list of the ACR token resource IDs used to authenticate clients to the connected registry. */
192
+ clientTokenIds?: string[];
193
+ /** The list of notifications subscription information for the connected registry. */
194
+ notificationsList?: string[];
195
+ }
196
+ /** The parameters for updating the sync properties of the connected registry with its parent. */
197
+ export interface SyncUpdateProperties {
198
+ /** The cron expression indicating the schedule that the connected registry will sync with its parent. */
199
+ schedule?: string;
200
+ /** 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. */
201
+ syncWindow?: string;
202
+ /** 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. */
203
+ messageTtl?: string;
204
+ }
205
+ /** The result of a request to list export pipelines for a container registry. */
206
+ export interface ExportPipelineListResult {
207
+ /** 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. */
208
+ value?: ExportPipeline[];
209
+ /** The URI that can be used to request the next list of pipeline runs. */
210
+ nextLink?: string;
211
+ }
212
+ /** Managed identity for the resource. */
213
+ export interface IdentityProperties {
214
+ /** The principal ID of resource identity. */
215
+ principalId?: string;
216
+ /** The tenant ID of resource. */
217
+ tenantId?: string;
218
+ /** The identity type. */
219
+ type?: ResourceIdentityType;
220
+ /**
221
+ * The list of user identities associated with the resource. The user identity
222
+ * dictionary key references will be ARM resource ids in the form:
223
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/
224
+ * providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
225
+ */
226
+ userAssignedIdentities?: {
227
+ [propertyName: string]: UserIdentityProperties;
228
+ };
229
+ }
230
+ export interface UserIdentityProperties {
231
+ /** The principal id of user assigned identity. */
232
+ principalId?: string;
233
+ /** The client id of user assigned identity. */
234
+ clientId?: string;
235
+ }
236
+ /** The properties of the export pipeline target. */
237
+ export interface ExportPipelineTargetProperties {
238
+ /** The type of target for the export pipeline. */
239
+ type?: string;
240
+ /**
241
+ * The target uri of the export pipeline.
242
+ * When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
243
+ * When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
244
+ */
245
+ uri?: string;
246
+ /** They key vault secret uri to obtain the target storage SAS token. */
247
+ keyVaultUri: string;
248
+ }
5
249
  export interface ImportImageParameters {
6
250
  /** The source of the image. */
7
251
  source: ImportSource;
@@ -33,6 +277,34 @@ export interface ImportSourceCredentials {
33
277
  /** The password used to authenticate with the source registry. */
34
278
  password: string;
35
279
  }
280
+ /** The result of a request to list import pipelines for a container registry. */
281
+ export interface ImportPipelineListResult {
282
+ /** 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. */
283
+ value?: ImportPipeline[];
284
+ /** The URI that can be used to request the next list of pipeline runs. */
285
+ nextLink?: string;
286
+ }
287
+ /** The properties of the import pipeline source. */
288
+ export interface ImportPipelineSourceProperties {
289
+ /** The type of source for the import pipeline. */
290
+ type?: PipelineSourceType;
291
+ /**
292
+ * The source uri of the import pipeline.
293
+ * When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
294
+ * When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
295
+ */
296
+ uri?: string;
297
+ /** They key vault secret uri to obtain the source storage SAS token. */
298
+ keyVaultUri: string;
299
+ }
300
+ export interface PipelineTriggerProperties {
301
+ /** The source trigger properties of the pipeline. */
302
+ sourceTrigger?: PipelineSourceTriggerProperties;
303
+ }
304
+ export interface PipelineSourceTriggerProperties {
305
+ /** The current status of the source trigger. */
306
+ status: TriggerStatus;
307
+ }
36
308
  /** The result of a request to list container registry operations. */
37
309
  export interface OperationListResult {
38
310
  /** 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. */
@@ -114,6 +386,78 @@ export interface RegistryNameStatus {
114
386
  /** If any, the error message that provides more detail for the reason that the name is not available. */
115
387
  message?: string;
116
388
  }
389
+ /** The result of a request to list pipeline runs for a container registry. */
390
+ export interface PipelineRunListResult {
391
+ /** 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. */
392
+ value?: PipelineRun[];
393
+ /** The URI that can be used to request the next list of pipeline runs. */
394
+ nextLink?: string;
395
+ }
396
+ /** The request properties provided for a pipeline run. */
397
+ export interface PipelineRunRequest {
398
+ /** The resource ID of the pipeline to run. */
399
+ pipelineResourceId?: string;
400
+ /**
401
+ * List of source artifacts to be transferred by the pipeline.
402
+ * Specify an image by repository ('hello-world'). This will use the 'latest' tag.
403
+ * Specify an image by tag ('hello-world:latest').
404
+ * Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').
405
+ */
406
+ artifacts?: string[];
407
+ /** The source properties of the pipeline run. */
408
+ source?: PipelineRunSourceProperties;
409
+ /** The target properties of the pipeline run. */
410
+ target?: PipelineRunTargetProperties;
411
+ /** The digest of the tar used to transfer the artifacts. */
412
+ catalogDigest?: string;
413
+ }
414
+ export interface PipelineRunSourceProperties {
415
+ /** The type of the source. */
416
+ type?: PipelineRunSourceType;
417
+ /** The name of the source. */
418
+ name?: string;
419
+ }
420
+ export interface PipelineRunTargetProperties {
421
+ /** The type of the target. */
422
+ type?: PipelineRunTargetType;
423
+ /** The name of the target. */
424
+ name?: string;
425
+ }
426
+ /** The response properties returned for a pipeline run. */
427
+ export interface PipelineRunResponse {
428
+ /** The current status of the pipeline run. */
429
+ status?: string;
430
+ /** The artifacts imported in the pipeline run. */
431
+ importedArtifacts?: string[];
432
+ /** The current progress of the copy operation. */
433
+ progress?: ProgressProperties;
434
+ /** The time the pipeline run started. */
435
+ startTime?: Date;
436
+ /** The time the pipeline run finished. */
437
+ finishTime?: Date;
438
+ /** The source of the pipeline run. */
439
+ source?: ImportPipelineSourceProperties;
440
+ /** The target of the pipeline run. */
441
+ target?: ExportPipelineTargetProperties;
442
+ /** The digest of the tar used to transfer the artifacts. */
443
+ catalogDigest?: string;
444
+ /** The trigger that caused the pipeline run. */
445
+ trigger?: PipelineTriggerDescriptor;
446
+ /** The detailed error message for the pipeline run in the case of failure. */
447
+ pipelineRunErrorMessage?: string;
448
+ }
449
+ export interface ProgressProperties {
450
+ /** The percentage complete of the copy operation. */
451
+ percentage?: string;
452
+ }
453
+ export interface PipelineTriggerDescriptor {
454
+ /** The source trigger that caused the pipeline run. */
455
+ sourceTrigger?: PipelineSourceTriggerDescriptor;
456
+ }
457
+ export interface PipelineSourceTriggerDescriptor {
458
+ /** The timestamp when the source update happened. */
459
+ timestamp?: Date;
460
+ }
117
461
  /** The result of a request to list private endpoint connections for a container registry. */
118
462
  export interface PrivateEndpointConnectionListResult {
119
463
  /** 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. */
@@ -135,44 +479,6 @@ export interface PrivateLinkServiceConnectionState {
135
479
  /** A message indicating if changes on the service provider require any updates on the consumer. */
136
480
  actionsRequired?: ActionsRequired;
137
481
  }
138
- /** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. */
139
- export interface ProxyResource {
140
- /**
141
- * The resource ID.
142
- * NOTE: This property will not be serialized. It can only be populated by the server.
143
- */
144
- readonly id?: string;
145
- /**
146
- * The name of the resource.
147
- * NOTE: This property will not be serialized. It can only be populated by the server.
148
- */
149
- readonly name?: string;
150
- /**
151
- * The type of the resource.
152
- * NOTE: This property will not be serialized. It can only be populated by the server.
153
- */
154
- readonly type?: string;
155
- /**
156
- * Metadata pertaining to creation and last modification of the resource.
157
- * NOTE: This property will not be serialized. It can only be populated by the server.
158
- */
159
- readonly systemData?: SystemData;
160
- }
161
- /** Metadata pertaining to creation and last modification of the resource. */
162
- export interface SystemData {
163
- /** The identity that created the resource. */
164
- createdBy?: string;
165
- /** The type of identity that created the resource. */
166
- createdByType?: CreatedByType;
167
- /** The timestamp of resource creation (UTC). */
168
- createdAt?: Date;
169
- /** The identity that last modified the resource. */
170
- lastModifiedBy?: string;
171
- /** The type of identity that last modified the resource. */
172
- lastModifiedByType?: LastModifiedByType;
173
- /** The timestamp of resource modification (UTC). */
174
- lastModifiedAt?: Date;
175
- }
176
482
  /** The result of a request to list container registries. */
177
483
  export interface RegistryListResult {
178
484
  /** The list of container registries. Since this list may be incomplete, the nextLink field should be used to request the next list of container registries. */
@@ -190,30 +496,6 @@ export interface Sku {
190
496
  */
191
497
  readonly tier?: SkuTier;
192
498
  }
193
- /** Managed identity for the resource. */
194
- export interface IdentityProperties {
195
- /** The principal ID of resource identity. */
196
- principalId?: string;
197
- /** The tenant ID of resource. */
198
- tenantId?: string;
199
- /** The identity type. */
200
- type?: ResourceIdentityType;
201
- /**
202
- * The list of user identities associated with the resource. The user identity
203
- * dictionary key references will be ARM resource ids in the form:
204
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/
205
- * providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
206
- */
207
- userAssignedIdentities?: {
208
- [propertyName: string]: UserIdentityProperties;
209
- };
210
- }
211
- export interface UserIdentityProperties {
212
- /** The principal id of user assigned identity. */
213
- principalId?: string;
214
- /** The client id of user assigned identity. */
215
- clientId?: string;
216
- }
217
499
  /** The status of an Azure resource at the time the operation was called. */
218
500
  export interface Status {
219
501
  /**
@@ -236,9 +518,18 @@ export interface Status {
236
518
  export interface NetworkRuleSet {
237
519
  /** The default action of allow or deny when no other rules match. */
238
520
  defaultAction: DefaultAction;
521
+ /** The virtual network rules. */
522
+ virtualNetworkRules?: VirtualNetworkRule[];
239
523
  /** The IP ACL rules. */
240
524
  ipRules?: IPRule[];
241
525
  }
526
+ /** Virtual network rule. */
527
+ export interface VirtualNetworkRule {
528
+ /** The action of virtual network rule. */
529
+ action?: Action;
530
+ /** Resource ID of a subnet, for example: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Network/virtualNetworks/{vnetName}/subnets/{subnetName}. */
531
+ virtualNetworkResourceId: string;
532
+ }
242
533
  /** IP rule with specific IP or IP range in CIDR format. */
243
534
  export interface IPRule {
244
535
  /** The action of IP ACL rule. */
@@ -366,6 +657,8 @@ export interface RegistryUpdateParameters {
366
657
  publicNetworkAccess?: PublicNetworkAccess;
367
658
  /** Whether to allow trusted Azure services to access a network restricted registry. */
368
659
  networkRuleBypassOptions?: NetworkRuleBypassOptions;
660
+ /** Enables registry-wide pull from unauthenticated clients. */
661
+ anonymousPullEnabled?: boolean;
369
662
  }
370
663
  /** The result of a request to get container registry quota usages. */
371
664
  export interface RegistryUsageListResult {
@@ -408,31 +701,6 @@ export interface PrivateLinkResource {
408
701
  /** The private link resource Private link DNS zone name. */
409
702
  requiredZoneNames?: string[];
410
703
  }
411
- /** An error response from the Azure Container Registry service. */
412
- export interface ErrorResponse {
413
- /** Azure container registry build API error body. */
414
- error?: ErrorResponseBody;
415
- }
416
- /** An error response from the Azure Container Registry service. */
417
- export interface ErrorResponseBody {
418
- /** error code. */
419
- code: string;
420
- /** error message. */
421
- message: string;
422
- /** target of the particular error. */
423
- target?: string;
424
- /** an array of additional nested error response info objects, as described by this contract. */
425
- details?: InnerErrorDescription[];
426
- }
427
- /** inner error. */
428
- export interface InnerErrorDescription {
429
- /** error code. */
430
- code: string;
431
- /** error message. */
432
- message: string;
433
- /** target of the particular error. */
434
- target?: string;
435
- }
436
704
  /** The response from the ListCredentials operation. */
437
705
  export interface RegistryListCredentialsResult {
438
706
  /** The username for a container registry. */
@@ -468,6 +736,85 @@ export interface ReplicationUpdateParameters {
468
736
  /** Specifies whether the replication's regional endpoint is enabled. Requests will not be routed to a replication whose regional endpoint is disabled, however its data will continue to be synced with other replications. */
469
737
  regionEndpointEnabled?: boolean;
470
738
  }
739
+ /** The result of a request to list scope maps for a container registry. */
740
+ export interface ScopeMapListResult {
741
+ /** 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. */
742
+ value?: ScopeMap[];
743
+ /** The URI that can be used to request the next list of scope maps. */
744
+ nextLink?: string;
745
+ }
746
+ /** The properties for updating the scope map. */
747
+ export interface ScopeMapUpdateParameters {
748
+ /** The user friendly description of the scope map. */
749
+ description?: string;
750
+ /**
751
+ * The list of scope permissions for registry artifacts.
752
+ * E.g. repositories/repository-name/pull,
753
+ * repositories/repository-name/delete
754
+ */
755
+ actions?: string[];
756
+ }
757
+ /** The result of a request to list tokens for a container registry. */
758
+ export interface TokenListResult {
759
+ /** The list of tokens. Since this list may be incomplete, the nextLink field should be used to request the next list of tokens. */
760
+ value?: Token[];
761
+ /** The URI that can be used to request the next list of tokens. */
762
+ nextLink?: string;
763
+ }
764
+ /** The properties of the credentials that can be used for authenticating the token. */
765
+ export interface TokenCredentialsProperties {
766
+ certificates?: TokenCertificate[];
767
+ passwords?: TokenPassword[];
768
+ }
769
+ /** The properties of a certificate used for authenticating a token. */
770
+ export interface TokenCertificate {
771
+ name?: TokenCertificateName;
772
+ /** The expiry datetime of the certificate. */
773
+ expiry?: Date;
774
+ /** The thumbprint of the certificate. */
775
+ thumbprint?: string;
776
+ /** Base 64 encoded string of the public certificate1 in PEM format that will be used for authenticating the token. */
777
+ encodedPemCertificate?: string;
778
+ }
779
+ /** The password that will be used for authenticating the token of a container registry. */
780
+ export interface TokenPassword {
781
+ /** The creation datetime of the password. */
782
+ creationTime?: Date;
783
+ /** The expiry datetime of the password. */
784
+ expiry?: Date;
785
+ /** The password name "password1" or "password2" */
786
+ name?: TokenPasswordName;
787
+ /**
788
+ * The password value.
789
+ * NOTE: This property will not be serialized. It can only be populated by the server.
790
+ */
791
+ readonly value?: string;
792
+ }
793
+ /** The parameters for updating a token. */
794
+ export interface TokenUpdateParameters {
795
+ /** The resource ID of the scope map to which the token will be associated with. */
796
+ scopeMapId?: string;
797
+ /** The status of the token example enabled or disabled. */
798
+ status?: TokenStatus;
799
+ /** The credentials that can be used for authenticating the token. */
800
+ credentials?: TokenCredentialsProperties;
801
+ }
802
+ /** The parameters used to generate credentials for a specified token or user of a container registry. */
803
+ export interface GenerateCredentialsParameters {
804
+ /** The resource ID of the token for which credentials have to be generated. */
805
+ tokenId?: string;
806
+ /** The expiry date of the generated credentials after which the credentials become invalid. */
807
+ expiry?: Date;
808
+ /** Specifies name of the password which should be regenerated if any -- password1 or password2. */
809
+ name?: TokenPasswordName;
810
+ }
811
+ /** The response from the GenerateCredentials operation. */
812
+ export interface GenerateCredentialsResult {
813
+ /** The username for a container registry. */
814
+ username?: string;
815
+ /** The list of passwords for a container registry. */
816
+ passwords?: TokenPassword[];
817
+ }
471
818
  /** The result of a request to list webhooks for a container registry. */
472
819
  export interface WebhookListResult {
473
820
  /** The list of webhooks. Since this list may be incomplete, the nextLink field should be used to request the next list of webhooks. */
@@ -1037,20 +1384,12 @@ export interface BaseImageTriggerUpdateParameters {
1037
1384
  /** The name of the trigger. */
1038
1385
  name: string;
1039
1386
  }
1040
- /** The properties of a storage account for a container registry. Only applicable to Classic SKU. */
1041
- export interface StorageAccountProperties {
1042
- /** The resource ID of the storage account. */
1043
- id: string;
1044
- }
1045
- /** The properties of a package type. */
1046
- export interface PackageType {
1047
- /** The name of the package type. */
1048
- name?: string;
1049
- /**
1050
- * The endpoint of the package type.
1051
- * NOTE: This property will not be serialized. It can only be populated by the server.
1052
- */
1053
- readonly endpoint?: string;
1387
+ /** The Active Directory Object that will be used for authenticating the token of a container registry. */
1388
+ export interface ActiveDirectoryObject {
1389
+ /** The user/group/application object ID for Active Directory Object that will be used for authenticating the token of a container registry. */
1390
+ objectId?: string;
1391
+ /** The tenant ID of user/group/application object Active Directory Object that will be used for authenticating the token of a container registry. */
1392
+ tenantId?: string;
1054
1393
  }
1055
1394
  /** Properties that are enabled for Odata querying on runs. */
1056
1395
  export interface RunFilter {
@@ -1111,6 +1450,102 @@ export interface OverrideTaskStepProperties {
1111
1450
  /** Base64 encoded update trigger token that will be attached with the base image trigger webhook. */
1112
1451
  updateTriggerToken?: string;
1113
1452
  }
1453
+ /** An object that represents a connected registry for a container registry. */
1454
+ export declare type ConnectedRegistry = ProxyResource & {
1455
+ /**
1456
+ * Provisioning state of the resource.
1457
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1458
+ */
1459
+ readonly provisioningState?: ProvisioningState;
1460
+ /** The mode of the connected registry resource that indicates the permissions of the registry. */
1461
+ mode?: ConnectedRegistryMode;
1462
+ /**
1463
+ * The current version of ACR runtime on the connected registry.
1464
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1465
+ */
1466
+ readonly version?: string;
1467
+ /**
1468
+ * The current connection state of the connected registry.
1469
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1470
+ */
1471
+ readonly connectionState?: ConnectionState;
1472
+ /**
1473
+ * The last activity time of the connected registry.
1474
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1475
+ */
1476
+ readonly lastActivityTime?: Date;
1477
+ /**
1478
+ * The activation properties of the connected registry.
1479
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1480
+ */
1481
+ readonly activation?: ActivationProperties;
1482
+ /** The parent of the connected registry. */
1483
+ parent?: ParentProperties;
1484
+ /** The list of the ACR token resource IDs used to authenticate clients to the connected registry. */
1485
+ clientTokenIds?: string[];
1486
+ /** The login server properties of the connected registry. */
1487
+ loginServer?: LoginServerProperties;
1488
+ /** The logging properties of the connected registry. */
1489
+ logging?: LoggingProperties;
1490
+ /**
1491
+ * The list of current statuses of the connected registry.
1492
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1493
+ */
1494
+ readonly statusDetails?: StatusDetailProperties[];
1495
+ /** The list of notifications subscription information for the connected registry. */
1496
+ notificationsList?: string[];
1497
+ };
1498
+ /** An object that represents an export pipeline for a container registry. */
1499
+ export declare type ExportPipeline = ProxyResource & {
1500
+ /** The location of the export pipeline. */
1501
+ location?: string;
1502
+ /** The identity of the export pipeline. */
1503
+ identity?: IdentityProperties;
1504
+ /** The target properties of the export pipeline. */
1505
+ target?: ExportPipelineTargetProperties;
1506
+ /** The list of all options configured for the pipeline. */
1507
+ options?: PipelineOptions[];
1508
+ /**
1509
+ * The provisioning state of the pipeline at the time the operation was called.
1510
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1511
+ */
1512
+ readonly provisioningState?: ProvisioningState;
1513
+ };
1514
+ /** An object that represents an import pipeline for a container registry. */
1515
+ export declare type ImportPipeline = ProxyResource & {
1516
+ /** The location of the import pipeline. */
1517
+ location?: string;
1518
+ /** The identity of the import pipeline. */
1519
+ identity?: IdentityProperties;
1520
+ /** The source properties of the import pipeline. */
1521
+ source?: ImportPipelineSourceProperties;
1522
+ /** The properties that describe the trigger of the import pipeline. */
1523
+ trigger?: PipelineTriggerProperties;
1524
+ /** The list of all options configured for the pipeline. */
1525
+ options?: PipelineOptions[];
1526
+ /**
1527
+ * The provisioning state of the pipeline at the time the operation was called.
1528
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1529
+ */
1530
+ readonly provisioningState?: ProvisioningState;
1531
+ };
1532
+ /** An object that represents a pipeline run for a container registry. */
1533
+ export declare type PipelineRun = ProxyResource & {
1534
+ /**
1535
+ * The provisioning state of a pipeline run.
1536
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1537
+ */
1538
+ readonly provisioningState?: ProvisioningState;
1539
+ /** The request parameters for a pipeline run. */
1540
+ request?: PipelineRunRequest;
1541
+ /**
1542
+ * The response of a pipeline run.
1543
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1544
+ */
1545
+ readonly response?: PipelineRunResponse;
1546
+ /** How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed. */
1547
+ forceUpdateTag?: string;
1548
+ };
1114
1549
  /** An object that represents a private endpoint connection for a container registry. */
1115
1550
  export declare type PrivateEndpointConnection = ProxyResource & {
1116
1551
  /** The resource of private endpoint. */
@@ -1123,6 +1558,51 @@ export declare type PrivateEndpointConnection = ProxyResource & {
1123
1558
  */
1124
1559
  readonly provisioningState?: ProvisioningState;
1125
1560
  };
1561
+ /** An object that represents a scope map for a container registry. */
1562
+ export declare type ScopeMap = ProxyResource & {
1563
+ /** The user friendly description of the scope map. */
1564
+ description?: string;
1565
+ /**
1566
+ * The type of the scope map. E.g. BuildIn scope map.
1567
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1568
+ */
1569
+ readonly typePropertiesType?: string;
1570
+ /**
1571
+ * The creation date of scope map.
1572
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1573
+ */
1574
+ readonly creationDate?: Date;
1575
+ /**
1576
+ * Provisioning state of the resource.
1577
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1578
+ */
1579
+ readonly provisioningState?: ProvisioningState;
1580
+ /**
1581
+ * The list of scoped permissions for registry artifacts.
1582
+ * E.g. repositories/repository-name/content/read,
1583
+ * repositories/repository-name/metadata/write
1584
+ */
1585
+ actions?: string[];
1586
+ };
1587
+ /** An object that represents a token for a container registry. */
1588
+ export declare type Token = ProxyResource & {
1589
+ /**
1590
+ * The creation date of scope map.
1591
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1592
+ */
1593
+ readonly creationDate?: Date;
1594
+ /**
1595
+ * Provisioning state of the resource.
1596
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1597
+ */
1598
+ readonly provisioningState?: ProvisioningState;
1599
+ /** The resource ID of the scope map to which the token will be associated with. */
1600
+ scopeMapId?: string;
1601
+ /** The credentials that can be used for authenticating the token. */
1602
+ credentials?: TokenCredentialsProperties;
1603
+ /** The status of the token example enabled or disabled. */
1604
+ status?: TokenStatus;
1605
+ };
1126
1606
  /** Run resource properties */
1127
1607
  export declare type Run = ProxyResource & {
1128
1608
  /** The unique identifier for the run. */
@@ -1252,6 +1732,8 @@ export declare type Registry = Resource & {
1252
1732
  networkRuleBypassOptions?: NetworkRuleBypassOptions;
1253
1733
  /** Whether or not zone redundancy is enabled for this container registry */
1254
1734
  zoneRedundancy?: ZoneRedundancy;
1735
+ /** Enables registry-wide pull from unauthenticated clients. */
1736
+ anonymousPullEnabled?: boolean;
1255
1737
  };
1256
1738
  /** An object that represents a replication for a container registry. */
1257
1739
  export declare type Replication = Resource & {
@@ -1513,6 +1995,192 @@ export declare type EncodedTaskStepUpdateParameters = TaskStepUpdateParameters &
1513
1995
  /** The collection of overridable values that can be passed when running a task. */
1514
1996
  values?: SetValue[];
1515
1997
  };
1998
+ /** Known values of {@link ProvisioningState} that the service accepts. */
1999
+ export declare enum KnownProvisioningState {
2000
+ Creating = "Creating",
2001
+ Updating = "Updating",
2002
+ Deleting = "Deleting",
2003
+ Succeeded = "Succeeded",
2004
+ Failed = "Failed",
2005
+ Canceled = "Canceled"
2006
+ }
2007
+ /**
2008
+ * Defines values for ProvisioningState. \
2009
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
2010
+ * this enum contains the known values that the service supports.
2011
+ * ### Known values supported by the service
2012
+ * **Creating** \
2013
+ * **Updating** \
2014
+ * **Deleting** \
2015
+ * **Succeeded** \
2016
+ * **Failed** \
2017
+ * **Canceled**
2018
+ */
2019
+ export declare type ProvisioningState = string;
2020
+ /** Known values of {@link ConnectedRegistryMode} that the service accepts. */
2021
+ export declare enum KnownConnectedRegistryMode {
2022
+ ReadWrite = "ReadWrite",
2023
+ ReadOnly = "ReadOnly",
2024
+ Registry = "Registry",
2025
+ Mirror = "Mirror"
2026
+ }
2027
+ /**
2028
+ * Defines values for ConnectedRegistryMode. \
2029
+ * {@link KnownConnectedRegistryMode} can be used interchangeably with ConnectedRegistryMode,
2030
+ * this enum contains the known values that the service supports.
2031
+ * ### Known values supported by the service
2032
+ * **ReadWrite** \
2033
+ * **ReadOnly** \
2034
+ * **Registry** \
2035
+ * **Mirror**
2036
+ */
2037
+ export declare type ConnectedRegistryMode = string;
2038
+ /** Known values of {@link ConnectionState} that the service accepts. */
2039
+ export declare enum KnownConnectionState {
2040
+ Online = "Online",
2041
+ Offline = "Offline",
2042
+ Syncing = "Syncing",
2043
+ Unhealthy = "Unhealthy"
2044
+ }
2045
+ /**
2046
+ * Defines values for ConnectionState. \
2047
+ * {@link KnownConnectionState} can be used interchangeably with ConnectionState,
2048
+ * this enum contains the known values that the service supports.
2049
+ * ### Known values supported by the service
2050
+ * **Online** \
2051
+ * **Offline** \
2052
+ * **Syncing** \
2053
+ * **Unhealthy**
2054
+ */
2055
+ export declare type ConnectionState = string;
2056
+ /** Known values of {@link ActivationStatus} that the service accepts. */
2057
+ export declare enum KnownActivationStatus {
2058
+ Active = "Active",
2059
+ Inactive = "Inactive"
2060
+ }
2061
+ /**
2062
+ * Defines values for ActivationStatus. \
2063
+ * {@link KnownActivationStatus} can be used interchangeably with ActivationStatus,
2064
+ * this enum contains the known values that the service supports.
2065
+ * ### Known values supported by the service
2066
+ * **Active** \
2067
+ * **Inactive**
2068
+ */
2069
+ export declare type ActivationStatus = string;
2070
+ /** Known values of {@link TlsStatus} that the service accepts. */
2071
+ export declare enum KnownTlsStatus {
2072
+ Enabled = "Enabled",
2073
+ Disabled = "Disabled"
2074
+ }
2075
+ /**
2076
+ * Defines values for TlsStatus. \
2077
+ * {@link KnownTlsStatus} can be used interchangeably with TlsStatus,
2078
+ * this enum contains the known values that the service supports.
2079
+ * ### Known values supported by the service
2080
+ * **Enabled** \
2081
+ * **Disabled**
2082
+ */
2083
+ export declare type TlsStatus = string;
2084
+ /** Known values of {@link CertificateType} that the service accepts. */
2085
+ export declare enum KnownCertificateType {
2086
+ LocalDirectory = "LocalDirectory"
2087
+ }
2088
+ /**
2089
+ * Defines values for CertificateType. \
2090
+ * {@link KnownCertificateType} can be used interchangeably with CertificateType,
2091
+ * this enum contains the known values that the service supports.
2092
+ * ### Known values supported by the service
2093
+ * **LocalDirectory**
2094
+ */
2095
+ export declare type CertificateType = string;
2096
+ /** Known values of {@link LogLevel} that the service accepts. */
2097
+ export declare enum KnownLogLevel {
2098
+ Debug = "Debug",
2099
+ Information = "Information",
2100
+ Warning = "Warning",
2101
+ Error = "Error",
2102
+ None = "None"
2103
+ }
2104
+ /**
2105
+ * Defines values for LogLevel. \
2106
+ * {@link KnownLogLevel} can be used interchangeably with LogLevel,
2107
+ * this enum contains the known values that the service supports.
2108
+ * ### Known values supported by the service
2109
+ * **Debug** \
2110
+ * **Information** \
2111
+ * **Warning** \
2112
+ * **Error** \
2113
+ * **None**
2114
+ */
2115
+ export declare type LogLevel = string;
2116
+ /** Known values of {@link AuditLogStatus} that the service accepts. */
2117
+ export declare enum KnownAuditLogStatus {
2118
+ Enabled = "Enabled",
2119
+ Disabled = "Disabled"
2120
+ }
2121
+ /**
2122
+ * Defines values for AuditLogStatus. \
2123
+ * {@link KnownAuditLogStatus} can be used interchangeably with AuditLogStatus,
2124
+ * this enum contains the known values that the service supports.
2125
+ * ### Known values supported by the service
2126
+ * **Enabled** \
2127
+ * **Disabled**
2128
+ */
2129
+ export declare type AuditLogStatus = string;
2130
+ /** Known values of {@link CreatedByType} that the service accepts. */
2131
+ export declare enum KnownCreatedByType {
2132
+ User = "User",
2133
+ Application = "Application",
2134
+ ManagedIdentity = "ManagedIdentity",
2135
+ Key = "Key"
2136
+ }
2137
+ /**
2138
+ * Defines values for CreatedByType. \
2139
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
2140
+ * this enum contains the known values that the service supports.
2141
+ * ### Known values supported by the service
2142
+ * **User** \
2143
+ * **Application** \
2144
+ * **ManagedIdentity** \
2145
+ * **Key**
2146
+ */
2147
+ export declare type CreatedByType = string;
2148
+ /** Known values of {@link LastModifiedByType} that the service accepts. */
2149
+ export declare enum KnownLastModifiedByType {
2150
+ User = "User",
2151
+ Application = "Application",
2152
+ ManagedIdentity = "ManagedIdentity",
2153
+ Key = "Key"
2154
+ }
2155
+ /**
2156
+ * Defines values for LastModifiedByType. \
2157
+ * {@link KnownLastModifiedByType} can be used interchangeably with LastModifiedByType,
2158
+ * this enum contains the known values that the service supports.
2159
+ * ### Known values supported by the service
2160
+ * **User** \
2161
+ * **Application** \
2162
+ * **ManagedIdentity** \
2163
+ * **Key**
2164
+ */
2165
+ export declare type LastModifiedByType = string;
2166
+ /** Known values of {@link PipelineOptions} that the service accepts. */
2167
+ export declare enum KnownPipelineOptions {
2168
+ OverwriteTags = "OverwriteTags",
2169
+ OverwriteBlobs = "OverwriteBlobs",
2170
+ DeleteSourceBlobOnSuccess = "DeleteSourceBlobOnSuccess",
2171
+ ContinueOnErrors = "ContinueOnErrors"
2172
+ }
2173
+ /**
2174
+ * Defines values for PipelineOptions. \
2175
+ * {@link KnownPipelineOptions} can be used interchangeably with PipelineOptions,
2176
+ * this enum contains the known values that the service supports.
2177
+ * ### Known values supported by the service
2178
+ * **OverwriteTags** \
2179
+ * **OverwriteBlobs** \
2180
+ * **DeleteSourceBlobOnSuccess** \
2181
+ * **ContinueOnErrors**
2182
+ */
2183
+ export declare type PipelineOptions = string;
1516
2184
  /** Known values of {@link ImportMode} that the service accepts. */
1517
2185
  export declare enum KnownImportMode {
1518
2186
  NoForce = "NoForce",
@@ -1527,96 +2195,88 @@ export declare enum KnownImportMode {
1527
2195
  * **Force**
1528
2196
  */
1529
2197
  export declare type ImportMode = string;
1530
- /** Known values of {@link ConnectionStatus} that the service accepts. */
1531
- export declare enum KnownConnectionStatus {
1532
- Approved = "Approved",
1533
- Pending = "Pending",
1534
- Rejected = "Rejected",
1535
- Disconnected = "Disconnected"
2198
+ /** Known values of {@link PipelineSourceType} that the service accepts. */
2199
+ export declare enum KnownPipelineSourceType {
2200
+ AzureStorageBlobContainer = "AzureStorageBlobContainer"
1536
2201
  }
1537
2202
  /**
1538
- * Defines values for ConnectionStatus. \
1539
- * {@link KnownConnectionStatus} can be used interchangeably with ConnectionStatus,
2203
+ * Defines values for PipelineSourceType. \
2204
+ * {@link KnownPipelineSourceType} can be used interchangeably with PipelineSourceType,
1540
2205
  * this enum contains the known values that the service supports.
1541
2206
  * ### Known values supported by the service
1542
- * **Approved** \
1543
- * **Pending** \
1544
- * **Rejected** \
1545
- * **Disconnected**
2207
+ * **AzureStorageBlobContainer**
1546
2208
  */
1547
- export declare type ConnectionStatus = string;
1548
- /** Known values of {@link ActionsRequired} that the service accepts. */
1549
- export declare enum KnownActionsRequired {
1550
- None = "None",
1551
- Recreate = "Recreate"
2209
+ export declare type PipelineSourceType = string;
2210
+ /** Known values of {@link TriggerStatus} that the service accepts. */
2211
+ export declare enum KnownTriggerStatus {
2212
+ Disabled = "Disabled",
2213
+ Enabled = "Enabled"
1552
2214
  }
1553
2215
  /**
1554
- * Defines values for ActionsRequired. \
1555
- * {@link KnownActionsRequired} can be used interchangeably with ActionsRequired,
2216
+ * Defines values for TriggerStatus. \
2217
+ * {@link KnownTriggerStatus} can be used interchangeably with TriggerStatus,
1556
2218
  * this enum contains the known values that the service supports.
1557
2219
  * ### Known values supported by the service
1558
- * **None** \
1559
- * **Recreate**
2220
+ * **Disabled** \
2221
+ * **Enabled**
1560
2222
  */
1561
- export declare type ActionsRequired = string;
1562
- /** Known values of {@link ProvisioningState} that the service accepts. */
1563
- export declare enum KnownProvisioningState {
1564
- Creating = "Creating",
1565
- Updating = "Updating",
1566
- Deleting = "Deleting",
1567
- Succeeded = "Succeeded",
1568
- Failed = "Failed",
1569
- Canceled = "Canceled"
2223
+ export declare type TriggerStatus = string;
2224
+ /** Known values of {@link PipelineRunSourceType} that the service accepts. */
2225
+ export declare enum KnownPipelineRunSourceType {
2226
+ AzureStorageBlob = "AzureStorageBlob"
1570
2227
  }
1571
2228
  /**
1572
- * Defines values for ProvisioningState. \
1573
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
2229
+ * Defines values for PipelineRunSourceType. \
2230
+ * {@link KnownPipelineRunSourceType} can be used interchangeably with PipelineRunSourceType,
2231
+ * this enum contains the known values that the service supports.
2232
+ * ### Known values supported by the service
2233
+ * **AzureStorageBlob**
2234
+ */
2235
+ export declare type PipelineRunSourceType = string;
2236
+ /** Known values of {@link PipelineRunTargetType} that the service accepts. */
2237
+ export declare enum KnownPipelineRunTargetType {
2238
+ AzureStorageBlob = "AzureStorageBlob"
2239
+ }
2240
+ /**
2241
+ * Defines values for PipelineRunTargetType. \
2242
+ * {@link KnownPipelineRunTargetType} can be used interchangeably with PipelineRunTargetType,
1574
2243
  * this enum contains the known values that the service supports.
1575
2244
  * ### Known values supported by the service
1576
- * **Creating** \
1577
- * **Updating** \
1578
- * **Deleting** \
1579
- * **Succeeded** \
1580
- * **Failed** \
1581
- * **Canceled**
2245
+ * **AzureStorageBlob**
1582
2246
  */
1583
- export declare type ProvisioningState = string;
1584
- /** Known values of {@link CreatedByType} that the service accepts. */
1585
- export declare enum KnownCreatedByType {
1586
- User = "User",
1587
- Application = "Application",
1588
- ManagedIdentity = "ManagedIdentity",
1589
- Key = "Key"
2247
+ export declare type PipelineRunTargetType = string;
2248
+ /** Known values of {@link ConnectionStatus} that the service accepts. */
2249
+ export declare enum KnownConnectionStatus {
2250
+ Approved = "Approved",
2251
+ Pending = "Pending",
2252
+ Rejected = "Rejected",
2253
+ Disconnected = "Disconnected"
1590
2254
  }
1591
2255
  /**
1592
- * Defines values for CreatedByType. \
1593
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
2256
+ * Defines values for ConnectionStatus. \
2257
+ * {@link KnownConnectionStatus} can be used interchangeably with ConnectionStatus,
1594
2258
  * this enum contains the known values that the service supports.
1595
2259
  * ### Known values supported by the service
1596
- * **User** \
1597
- * **Application** \
1598
- * **ManagedIdentity** \
1599
- * **Key**
2260
+ * **Approved** \
2261
+ * **Pending** \
2262
+ * **Rejected** \
2263
+ * **Disconnected**
1600
2264
  */
1601
- export declare type CreatedByType = string;
1602
- /** Known values of {@link LastModifiedByType} that the service accepts. */
1603
- export declare enum KnownLastModifiedByType {
1604
- User = "User",
1605
- Application = "Application",
1606
- ManagedIdentity = "ManagedIdentity",
1607
- Key = "Key"
2265
+ export declare type ConnectionStatus = string;
2266
+ /** Known values of {@link ActionsRequired} that the service accepts. */
2267
+ export declare enum KnownActionsRequired {
2268
+ None = "None",
2269
+ Recreate = "Recreate"
1608
2270
  }
1609
2271
  /**
1610
- * Defines values for LastModifiedByType. \
1611
- * {@link KnownLastModifiedByType} can be used interchangeably with LastModifiedByType,
2272
+ * Defines values for ActionsRequired. \
2273
+ * {@link KnownActionsRequired} can be used interchangeably with ActionsRequired,
1612
2274
  * this enum contains the known values that the service supports.
1613
2275
  * ### Known values supported by the service
1614
- * **User** \
1615
- * **Application** \
1616
- * **ManagedIdentity** \
1617
- * **Key**
2276
+ * **None** \
2277
+ * **Recreate**
1618
2278
  */
1619
- export declare type LastModifiedByType = string;
2279
+ export declare type ActionsRequired = string;
1620
2280
  /** Known values of {@link SkuName} that the service accepts. */
1621
2281
  export declare enum KnownSkuName {
1622
2282
  Classic = "Classic",
@@ -1789,6 +2449,48 @@ export declare enum KnownRegistryUsageUnit {
1789
2449
  * **Bytes**
1790
2450
  */
1791
2451
  export declare type RegistryUsageUnit = string;
2452
+ /** Known values of {@link TokenCertificateName} that the service accepts. */
2453
+ export declare enum KnownTokenCertificateName {
2454
+ Certificate1 = "certificate1",
2455
+ Certificate2 = "certificate2"
2456
+ }
2457
+ /**
2458
+ * Defines values for TokenCertificateName. \
2459
+ * {@link KnownTokenCertificateName} can be used interchangeably with TokenCertificateName,
2460
+ * this enum contains the known values that the service supports.
2461
+ * ### Known values supported by the service
2462
+ * **certificate1** \
2463
+ * **certificate2**
2464
+ */
2465
+ export declare type TokenCertificateName = string;
2466
+ /** Known values of {@link TokenPasswordName} that the service accepts. */
2467
+ export declare enum KnownTokenPasswordName {
2468
+ Password1 = "password1",
2469
+ Password2 = "password2"
2470
+ }
2471
+ /**
2472
+ * Defines values for TokenPasswordName. \
2473
+ * {@link KnownTokenPasswordName} can be used interchangeably with TokenPasswordName,
2474
+ * this enum contains the known values that the service supports.
2475
+ * ### Known values supported by the service
2476
+ * **password1** \
2477
+ * **password2**
2478
+ */
2479
+ export declare type TokenPasswordName = string;
2480
+ /** Known values of {@link TokenStatus} that the service accepts. */
2481
+ export declare enum KnownTokenStatus {
2482
+ Enabled = "enabled",
2483
+ Disabled = "disabled"
2484
+ }
2485
+ /**
2486
+ * Defines values for TokenStatus. \
2487
+ * {@link KnownTokenStatus} can be used interchangeably with TokenStatus,
2488
+ * this enum contains the known values that the service supports.
2489
+ * ### Known values supported by the service
2490
+ * **enabled** \
2491
+ * **disabled**
2492
+ */
2493
+ export declare type TokenStatus = string;
1792
2494
  /** Known values of {@link WebhookStatus} that the service accepts. */
1793
2495
  export declare enum KnownWebhookStatus {
1794
2496
  Enabled = "enabled",
@@ -1961,20 +2663,6 @@ export declare enum KnownBaseImageDependencyType {
1961
2663
  * **RunTime**
1962
2664
  */
1963
2665
  export declare type BaseImageDependencyType = string;
1964
- /** Known values of {@link TriggerStatus} that the service accepts. */
1965
- export declare enum KnownTriggerStatus {
1966
- Disabled = "Disabled",
1967
- Enabled = "Enabled"
1968
- }
1969
- /**
1970
- * Defines values for TriggerStatus. \
1971
- * {@link KnownTriggerStatus} can be used interchangeably with TriggerStatus,
1972
- * this enum contains the known values that the service supports.
1973
- * ### Known values supported by the service
1974
- * **Disabled** \
1975
- * **Enabled**
1976
- */
1977
- export declare type TriggerStatus = string;
1978
2666
  /** Known values of {@link SourceControlType} that the service accepts. */
1979
2667
  export declare enum KnownSourceControlType {
1980
2668
  Github = "Github",
@@ -2078,6 +2766,88 @@ export declare type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "
2078
2766
  /** Defines values for PasswordName. */
2079
2767
  export declare type PasswordName = "password" | "password2";
2080
2768
  /** Optional parameters. */
2769
+ export interface ConnectedRegistriesListOptionalParams extends coreClient.OperationOptions {
2770
+ /** 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. */
2771
+ filter?: string;
2772
+ }
2773
+ /** Contains response data for the list operation. */
2774
+ export declare type ConnectedRegistriesListResponse = ConnectedRegistryListResult;
2775
+ /** Optional parameters. */
2776
+ export interface ConnectedRegistriesGetOptionalParams extends coreClient.OperationOptions {
2777
+ }
2778
+ /** Contains response data for the get operation. */
2779
+ export declare type ConnectedRegistriesGetResponse = ConnectedRegistry;
2780
+ /** Optional parameters. */
2781
+ export interface ConnectedRegistriesCreateOptionalParams extends coreClient.OperationOptions {
2782
+ /** Delay to wait until next poll, in milliseconds. */
2783
+ updateIntervalInMs?: number;
2784
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2785
+ resumeFrom?: string;
2786
+ }
2787
+ /** Contains response data for the create operation. */
2788
+ export declare type ConnectedRegistriesCreateResponse = ConnectedRegistry;
2789
+ /** Optional parameters. */
2790
+ export interface ConnectedRegistriesDeleteOptionalParams extends coreClient.OperationOptions {
2791
+ /** Delay to wait until next poll, in milliseconds. */
2792
+ updateIntervalInMs?: number;
2793
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2794
+ resumeFrom?: string;
2795
+ }
2796
+ /** Optional parameters. */
2797
+ export interface ConnectedRegistriesUpdateOptionalParams extends coreClient.OperationOptions {
2798
+ /** Delay to wait until next poll, in milliseconds. */
2799
+ updateIntervalInMs?: number;
2800
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2801
+ resumeFrom?: string;
2802
+ }
2803
+ /** Contains response data for the update operation. */
2804
+ export declare type ConnectedRegistriesUpdateResponse = ConnectedRegistry;
2805
+ /** Optional parameters. */
2806
+ export interface ConnectedRegistriesDeactivateOptionalParams extends coreClient.OperationOptions {
2807
+ /** Delay to wait until next poll, in milliseconds. */
2808
+ updateIntervalInMs?: number;
2809
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2810
+ resumeFrom?: string;
2811
+ }
2812
+ /** Optional parameters. */
2813
+ export interface ConnectedRegistriesListNextOptionalParams extends coreClient.OperationOptions {
2814
+ /** 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. */
2815
+ filter?: string;
2816
+ }
2817
+ /** Contains response data for the listNext operation. */
2818
+ export declare type ConnectedRegistriesListNextResponse = ConnectedRegistryListResult;
2819
+ /** Optional parameters. */
2820
+ export interface ExportPipelinesListOptionalParams extends coreClient.OperationOptions {
2821
+ }
2822
+ /** Contains response data for the list operation. */
2823
+ export declare type ExportPipelinesListResponse = ExportPipelineListResult;
2824
+ /** Optional parameters. */
2825
+ export interface ExportPipelinesGetOptionalParams extends coreClient.OperationOptions {
2826
+ }
2827
+ /** Contains response data for the get operation. */
2828
+ export declare type ExportPipelinesGetResponse = ExportPipeline;
2829
+ /** Optional parameters. */
2830
+ export interface ExportPipelinesCreateOptionalParams extends coreClient.OperationOptions {
2831
+ /** Delay to wait until next poll, in milliseconds. */
2832
+ updateIntervalInMs?: number;
2833
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2834
+ resumeFrom?: string;
2835
+ }
2836
+ /** Contains response data for the create operation. */
2837
+ export declare type ExportPipelinesCreateResponse = ExportPipeline;
2838
+ /** Optional parameters. */
2839
+ export interface ExportPipelinesDeleteOptionalParams extends coreClient.OperationOptions {
2840
+ /** Delay to wait until next poll, in milliseconds. */
2841
+ updateIntervalInMs?: number;
2842
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2843
+ resumeFrom?: string;
2844
+ }
2845
+ /** Optional parameters. */
2846
+ export interface ExportPipelinesListNextOptionalParams extends coreClient.OperationOptions {
2847
+ }
2848
+ /** Contains response data for the listNext operation. */
2849
+ export declare type ExportPipelinesListNextResponse = ExportPipelineListResult;
2850
+ /** Optional parameters. */
2081
2851
  export interface RegistriesImportImageOptionalParams extends coreClient.OperationOptions {
2082
2852
  /** Delay to wait until next poll, in milliseconds. */
2083
2853
  updateIntervalInMs?: number;
@@ -2155,6 +2925,15 @@ export interface RegistriesRegenerateCredentialOptionalParams extends coreClient
2155
2925
  /** Contains response data for the regenerateCredential operation. */
2156
2926
  export declare type RegistriesRegenerateCredentialResponse = RegistryListCredentialsResult;
2157
2927
  /** Optional parameters. */
2928
+ export interface RegistriesGenerateCredentialsOptionalParams extends coreClient.OperationOptions {
2929
+ /** Delay to wait until next poll, in milliseconds. */
2930
+ updateIntervalInMs?: number;
2931
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2932
+ resumeFrom?: string;
2933
+ }
2934
+ /** Contains response data for the generateCredentials operation. */
2935
+ export declare type RegistriesGenerateCredentialsResponse = GenerateCredentialsResult;
2936
+ /** Optional parameters. */
2158
2937
  export interface RegistriesScheduleRunOptionalParams extends coreClient.OperationOptions {
2159
2938
  /** Delay to wait until next poll, in milliseconds. */
2160
2939
  updateIntervalInMs?: number;
@@ -2184,6 +2963,37 @@ export interface RegistriesListPrivateLinkResourcesNextOptionalParams extends co
2184
2963
  /** Contains response data for the listPrivateLinkResourcesNext operation. */
2185
2964
  export declare type RegistriesListPrivateLinkResourcesNextResponse = PrivateLinkResourceListResult;
2186
2965
  /** Optional parameters. */
2966
+ export interface ImportPipelinesListOptionalParams extends coreClient.OperationOptions {
2967
+ }
2968
+ /** Contains response data for the list operation. */
2969
+ export declare type ImportPipelinesListResponse = ImportPipelineListResult;
2970
+ /** Optional parameters. */
2971
+ export interface ImportPipelinesGetOptionalParams extends coreClient.OperationOptions {
2972
+ }
2973
+ /** Contains response data for the get operation. */
2974
+ export declare type ImportPipelinesGetResponse = ImportPipeline;
2975
+ /** Optional parameters. */
2976
+ export interface ImportPipelinesCreateOptionalParams extends coreClient.OperationOptions {
2977
+ /** Delay to wait until next poll, in milliseconds. */
2978
+ updateIntervalInMs?: number;
2979
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2980
+ resumeFrom?: string;
2981
+ }
2982
+ /** Contains response data for the create operation. */
2983
+ export declare type ImportPipelinesCreateResponse = ImportPipeline;
2984
+ /** Optional parameters. */
2985
+ export interface ImportPipelinesDeleteOptionalParams extends coreClient.OperationOptions {
2986
+ /** Delay to wait until next poll, in milliseconds. */
2987
+ updateIntervalInMs?: number;
2988
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2989
+ resumeFrom?: string;
2990
+ }
2991
+ /** Optional parameters. */
2992
+ export interface ImportPipelinesListNextOptionalParams extends coreClient.OperationOptions {
2993
+ }
2994
+ /** Contains response data for the listNext operation. */
2995
+ export declare type ImportPipelinesListNextResponse = ImportPipelineListResult;
2996
+ /** Optional parameters. */
2187
2997
  export interface OperationsListOptionalParams extends coreClient.OperationOptions {
2188
2998
  }
2189
2999
  /** Contains response data for the list operation. */
@@ -2194,6 +3004,37 @@ export interface OperationsListNextOptionalParams extends coreClient.OperationOp
2194
3004
  /** Contains response data for the listNext operation. */
2195
3005
  export declare type OperationsListNextResponse = OperationListResult;
2196
3006
  /** Optional parameters. */
3007
+ export interface PipelineRunsListOptionalParams extends coreClient.OperationOptions {
3008
+ }
3009
+ /** Contains response data for the list operation. */
3010
+ export declare type PipelineRunsListResponse = PipelineRunListResult;
3011
+ /** Optional parameters. */
3012
+ export interface PipelineRunsGetOptionalParams extends coreClient.OperationOptions {
3013
+ }
3014
+ /** Contains response data for the get operation. */
3015
+ export declare type PipelineRunsGetResponse = PipelineRun;
3016
+ /** Optional parameters. */
3017
+ export interface PipelineRunsCreateOptionalParams extends coreClient.OperationOptions {
3018
+ /** Delay to wait until next poll, in milliseconds. */
3019
+ updateIntervalInMs?: number;
3020
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3021
+ resumeFrom?: string;
3022
+ }
3023
+ /** Contains response data for the create operation. */
3024
+ export declare type PipelineRunsCreateResponse = PipelineRun;
3025
+ /** Optional parameters. */
3026
+ export interface PipelineRunsDeleteOptionalParams extends coreClient.OperationOptions {
3027
+ /** Delay to wait until next poll, in milliseconds. */
3028
+ updateIntervalInMs?: number;
3029
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3030
+ resumeFrom?: string;
3031
+ }
3032
+ /** Optional parameters. */
3033
+ export interface PipelineRunsListNextOptionalParams extends coreClient.OperationOptions {
3034
+ }
3035
+ /** Contains response data for the listNext operation. */
3036
+ export declare type PipelineRunsListNextResponse = PipelineRunListResult;
3037
+ /** Optional parameters. */
2197
3038
  export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
2198
3039
  }
2199
3040
  /** Contains response data for the list operation. */
@@ -2265,6 +3106,86 @@ export interface ReplicationsListNextOptionalParams extends coreClient.Operation
2265
3106
  /** Contains response data for the listNext operation. */
2266
3107
  export declare type ReplicationsListNextResponse = ReplicationListResult;
2267
3108
  /** Optional parameters. */
3109
+ export interface ScopeMapsListOptionalParams extends coreClient.OperationOptions {
3110
+ }
3111
+ /** Contains response data for the list operation. */
3112
+ export declare type ScopeMapsListResponse = ScopeMapListResult;
3113
+ /** Optional parameters. */
3114
+ export interface ScopeMapsGetOptionalParams extends coreClient.OperationOptions {
3115
+ }
3116
+ /** Contains response data for the get operation. */
3117
+ export declare type ScopeMapsGetResponse = ScopeMap;
3118
+ /** Optional parameters. */
3119
+ export interface ScopeMapsCreateOptionalParams extends coreClient.OperationOptions {
3120
+ /** Delay to wait until next poll, in milliseconds. */
3121
+ updateIntervalInMs?: number;
3122
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3123
+ resumeFrom?: string;
3124
+ }
3125
+ /** Contains response data for the create operation. */
3126
+ export declare type ScopeMapsCreateResponse = ScopeMap;
3127
+ /** Optional parameters. */
3128
+ export interface ScopeMapsDeleteOptionalParams extends coreClient.OperationOptions {
3129
+ /** Delay to wait until next poll, in milliseconds. */
3130
+ updateIntervalInMs?: number;
3131
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3132
+ resumeFrom?: string;
3133
+ }
3134
+ /** Optional parameters. */
3135
+ export interface ScopeMapsUpdateOptionalParams extends coreClient.OperationOptions {
3136
+ /** Delay to wait until next poll, in milliseconds. */
3137
+ updateIntervalInMs?: number;
3138
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3139
+ resumeFrom?: string;
3140
+ }
3141
+ /** Contains response data for the update operation. */
3142
+ export declare type ScopeMapsUpdateResponse = ScopeMap;
3143
+ /** Optional parameters. */
3144
+ export interface ScopeMapsListNextOptionalParams extends coreClient.OperationOptions {
3145
+ }
3146
+ /** Contains response data for the listNext operation. */
3147
+ export declare type ScopeMapsListNextResponse = ScopeMapListResult;
3148
+ /** Optional parameters. */
3149
+ export interface TokensListOptionalParams extends coreClient.OperationOptions {
3150
+ }
3151
+ /** Contains response data for the list operation. */
3152
+ export declare type TokensListResponse = TokenListResult;
3153
+ /** Optional parameters. */
3154
+ export interface TokensGetOptionalParams extends coreClient.OperationOptions {
3155
+ }
3156
+ /** Contains response data for the get operation. */
3157
+ export declare type TokensGetResponse = Token;
3158
+ /** Optional parameters. */
3159
+ export interface TokensCreateOptionalParams extends coreClient.OperationOptions {
3160
+ /** Delay to wait until next poll, in milliseconds. */
3161
+ updateIntervalInMs?: number;
3162
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3163
+ resumeFrom?: string;
3164
+ }
3165
+ /** Contains response data for the create operation. */
3166
+ export declare type TokensCreateResponse = Token;
3167
+ /** Optional parameters. */
3168
+ export interface TokensDeleteOptionalParams extends coreClient.OperationOptions {
3169
+ /** Delay to wait until next poll, in milliseconds. */
3170
+ updateIntervalInMs?: number;
3171
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3172
+ resumeFrom?: string;
3173
+ }
3174
+ /** Optional parameters. */
3175
+ export interface TokensUpdateOptionalParams extends coreClient.OperationOptions {
3176
+ /** Delay to wait until next poll, in milliseconds. */
3177
+ updateIntervalInMs?: number;
3178
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3179
+ resumeFrom?: string;
3180
+ }
3181
+ /** Contains response data for the update operation. */
3182
+ export declare type TokensUpdateResponse = Token;
3183
+ /** Optional parameters. */
3184
+ export interface TokensListNextOptionalParams extends coreClient.OperationOptions {
3185
+ }
3186
+ /** Contains response data for the listNext operation. */
3187
+ export declare type TokensListNextResponse = TokenListResult;
3188
+ /** Optional parameters. */
2268
3189
  export interface WebhooksListOptionalParams extends coreClient.OperationOptions {
2269
3190
  }
2270
3191
  /** Contains response data for the list operation. */