@azure/arm-containerregistry 10.1.0-beta.5 → 10.1.0

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 (284) hide show
  1. package/CHANGELOG.md +1 -154
  2. package/README.md +1 -1
  3. package/dist/index.js +3936 -8160
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/samples-dev/operationsListSample.js +1 -1
  8. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +1 -1
  9. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +1 -1
  10. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
  11. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +1 -1
  12. package/dist-esm/samples-dev/registriesCheckNameAvailabilitySample.js +2 -2
  13. package/dist-esm/samples-dev/registriesCreateSample.js +2 -2
  14. package/dist-esm/samples-dev/registriesDeleteSample.js +1 -1
  15. package/dist-esm/samples-dev/registriesGenerateCredentialsSample.js +1 -1
  16. package/dist-esm/samples-dev/registriesGetPrivateLinkResourceSample.js +1 -1
  17. package/dist-esm/samples-dev/registriesGetSample.js +1 -1
  18. package/dist-esm/samples-dev/registriesImportImageSample.js +3 -3
  19. package/dist-esm/samples-dev/registriesListByResourceGroupSample.js +1 -1
  20. package/dist-esm/samples-dev/registriesListCredentialsSample.js +1 -1
  21. package/dist-esm/samples-dev/registriesListPrivateLinkResourcesSample.js +1 -1
  22. package/dist-esm/samples-dev/registriesListSample.js +1 -1
  23. package/dist-esm/samples-dev/registriesListUsagesSample.js +1 -1
  24. package/dist-esm/samples-dev/registriesRegenerateCredentialSample.js +1 -1
  25. package/dist-esm/samples-dev/registriesUpdateSample.js +1 -1
  26. package/dist-esm/samples-dev/replicationsCreateSample.js +2 -2
  27. package/dist-esm/samples-dev/replicationsDeleteSample.js +1 -1
  28. package/dist-esm/samples-dev/replicationsGetSample.js +1 -1
  29. package/dist-esm/samples-dev/replicationsListSample.js +1 -1
  30. package/dist-esm/samples-dev/replicationsUpdateSample.js +1 -1
  31. package/dist-esm/samples-dev/scopeMapsCreateSample.js +1 -1
  32. package/dist-esm/samples-dev/scopeMapsDeleteSample.js +1 -1
  33. package/dist-esm/samples-dev/scopeMapsGetSample.js +1 -1
  34. package/dist-esm/samples-dev/scopeMapsListSample.js +1 -1
  35. package/dist-esm/samples-dev/scopeMapsUpdateSample.js +1 -1
  36. package/dist-esm/samples-dev/tokensCreateSample.js +1 -1
  37. package/dist-esm/samples-dev/tokensDeleteSample.js +1 -1
  38. package/dist-esm/samples-dev/tokensGetSample.js +1 -1
  39. package/dist-esm/samples-dev/tokensListSample.js +1 -1
  40. package/dist-esm/samples-dev/tokensUpdateSample.js +1 -1
  41. package/dist-esm/samples-dev/webhooksCreateSample.js +1 -1
  42. package/dist-esm/samples-dev/webhooksDeleteSample.js +1 -1
  43. package/dist-esm/samples-dev/webhooksGetCallbackConfigSample.js +1 -1
  44. package/dist-esm/samples-dev/webhooksGetSample.js +1 -1
  45. package/dist-esm/samples-dev/webhooksListEventsSample.js +1 -1
  46. package/dist-esm/samples-dev/webhooksListSample.js +1 -1
  47. package/dist-esm/samples-dev/webhooksPingSample.js +1 -1
  48. package/dist-esm/samples-dev/webhooksUpdateSample.js +1 -1
  49. package/dist-esm/src/containerRegistryManagementClient.d.ts +1 -7
  50. package/dist-esm/src/containerRegistryManagementClient.d.ts.map +1 -1
  51. package/dist-esm/src/containerRegistryManagementClient.js +2 -8
  52. package/dist-esm/src/containerRegistryManagementClient.js.map +1 -1
  53. package/dist-esm/src/models/index.d.ts +206 -1202
  54. package/dist-esm/src/models/index.d.ts.map +1 -1
  55. package/dist-esm/src/models/index.js +36 -156
  56. package/dist-esm/src/models/index.js.map +1 -1
  57. package/dist-esm/src/models/mappers.d.ts +7 -62
  58. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  59. package/dist-esm/src/models/mappers.js +265 -1674
  60. package/dist-esm/src/models/mappers.js.map +1 -1
  61. package/dist-esm/src/models/parameters.d.ts +5 -20
  62. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  63. package/dist-esm/src/models/parameters.js +29 -155
  64. package/dist-esm/src/models/parameters.js.map +1 -1
  65. package/dist-esm/src/operations/agentPools.js +4 -4
  66. package/dist-esm/src/operations/agentPools.js.map +1 -1
  67. package/dist-esm/src/operations/index.d.ts +0 -6
  68. package/dist-esm/src/operations/index.d.ts.map +1 -1
  69. package/dist-esm/src/operations/index.js +0 -6
  70. package/dist-esm/src/operations/index.js.map +1 -1
  71. package/dist-esm/src/operations/privateEndpointConnections.js +1 -1
  72. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
  73. package/dist-esm/src/operations/registries.js +6 -6
  74. package/dist-esm/src/operations/registries.js.map +1 -1
  75. package/dist-esm/src/operations/replications.js +2 -2
  76. package/dist-esm/src/operations/replications.js.map +1 -1
  77. package/dist-esm/src/operations/runs.js +4 -4
  78. package/dist-esm/src/operations/runs.js.map +1 -1
  79. package/dist-esm/src/operations/scopeMaps.js +2 -2
  80. package/dist-esm/src/operations/scopeMaps.js.map +1 -1
  81. package/dist-esm/src/operations/taskRuns.js +4 -4
  82. package/dist-esm/src/operations/taskRuns.js.map +1 -1
  83. package/dist-esm/src/operations/tasks.js +4 -4
  84. package/dist-esm/src/operations/tasks.js.map +1 -1
  85. package/dist-esm/src/operations/tokens.js +2 -2
  86. package/dist-esm/src/operations/tokens.js.map +1 -1
  87. package/dist-esm/src/operations/webhooks.js +2 -2
  88. package/dist-esm/src/operations/webhooks.js.map +1 -1
  89. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
  90. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  91. package/dist-esm/src/operationsInterfaces/index.js +0 -6
  92. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  93. package/package.json +2 -2
  94. package/review/arm-containerregistry.api.md +22 -860
  95. package/src/containerRegistryManagementClient.ts +1 -25
  96. package/src/models/index.ts +283 -1440
  97. package/src/models/mappers.ts +1019 -2533
  98. package/src/models/parameters.ts +30 -180
  99. package/src/operations/agentPools.ts +4 -4
  100. package/src/operations/index.ts +0 -6
  101. package/src/operations/privateEndpointConnections.ts +1 -1
  102. package/src/operations/registries.ts +6 -6
  103. package/src/operations/replications.ts +2 -2
  104. package/src/operations/runs.ts +4 -4
  105. package/src/operations/scopeMaps.ts +2 -2
  106. package/src/operations/taskRuns.ts +4 -4
  107. package/src/operations/tasks.ts +4 -4
  108. package/src/operations/tokens.ts +2 -2
  109. package/src/operations/webhooks.ts +2 -2
  110. package/src/operationsInterfaces/index.ts +0 -6
  111. package/types/arm-containerregistry.d.ts +78 -1612
  112. package/types/tsdoc-metadata.json +1 -1
  113. package/dist-esm/samples-dev/cacheRulesCreateSample.d.ts +0 -2
  114. package/dist-esm/samples-dev/cacheRulesCreateSample.d.ts.map +0 -1
  115. package/dist-esm/samples-dev/cacheRulesCreateSample.js +0 -45
  116. package/dist-esm/samples-dev/cacheRulesCreateSample.js.map +0 -1
  117. package/dist-esm/samples-dev/cacheRulesDeleteSample.d.ts +0 -2
  118. package/dist-esm/samples-dev/cacheRulesDeleteSample.d.ts.map +0 -1
  119. package/dist-esm/samples-dev/cacheRulesDeleteSample.js +0 -40
  120. package/dist-esm/samples-dev/cacheRulesDeleteSample.js.map +0 -1
  121. package/dist-esm/samples-dev/cacheRulesGetSample.d.ts +0 -2
  122. package/dist-esm/samples-dev/cacheRulesGetSample.d.ts.map +0 -1
  123. package/dist-esm/samples-dev/cacheRulesGetSample.js +0 -40
  124. package/dist-esm/samples-dev/cacheRulesGetSample.js.map +0 -1
  125. package/dist-esm/samples-dev/cacheRulesListSample.d.ts +0 -2
  126. package/dist-esm/samples-dev/cacheRulesListSample.d.ts.map +0 -1
  127. package/dist-esm/samples-dev/cacheRulesListSample.js +0 -53
  128. package/dist-esm/samples-dev/cacheRulesListSample.js.map +0 -1
  129. package/dist-esm/samples-dev/cacheRulesUpdateSample.d.ts +0 -2
  130. package/dist-esm/samples-dev/cacheRulesUpdateSample.d.ts.map +0 -1
  131. package/dist-esm/samples-dev/cacheRulesUpdateSample.js +0 -43
  132. package/dist-esm/samples-dev/cacheRulesUpdateSample.js.map +0 -1
  133. package/dist-esm/samples-dev/connectedRegistriesCreateSample.d.ts +0 -2
  134. package/dist-esm/samples-dev/connectedRegistriesCreateSample.d.ts.map +0 -1
  135. package/dist-esm/samples-dev/connectedRegistriesCreateSample.js +0 -55
  136. package/dist-esm/samples-dev/connectedRegistriesCreateSample.js.map +0 -1
  137. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.d.ts +0 -2
  138. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.d.ts.map +0 -1
  139. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.js +0 -40
  140. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.js.map +0 -1
  141. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.d.ts +0 -2
  142. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.d.ts.map +0 -1
  143. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.js +0 -40
  144. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.js.map +0 -1
  145. package/dist-esm/samples-dev/connectedRegistriesGetSample.d.ts +0 -2
  146. package/dist-esm/samples-dev/connectedRegistriesGetSample.d.ts.map +0 -1
  147. package/dist-esm/samples-dev/connectedRegistriesGetSample.js +0 -40
  148. package/dist-esm/samples-dev/connectedRegistriesGetSample.js.map +0 -1
  149. package/dist-esm/samples-dev/connectedRegistriesListSample.d.ts +0 -2
  150. package/dist-esm/samples-dev/connectedRegistriesListSample.d.ts.map +0 -1
  151. package/dist-esm/samples-dev/connectedRegistriesListSample.js +0 -53
  152. package/dist-esm/samples-dev/connectedRegistriesListSample.js.map +0 -1
  153. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.d.ts +0 -2
  154. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.d.ts.map +0 -1
  155. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.js +0 -53
  156. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.js.map +0 -1
  157. package/dist-esm/samples-dev/credentialSetsCreateSample.d.ts +0 -2
  158. package/dist-esm/samples-dev/credentialSetsCreateSample.d.ts.map +0 -1
  159. package/dist-esm/samples-dev/credentialSetsCreateSample.js +0 -51
  160. package/dist-esm/samples-dev/credentialSetsCreateSample.js.map +0 -1
  161. package/dist-esm/samples-dev/credentialSetsDeleteSample.d.ts +0 -2
  162. package/dist-esm/samples-dev/credentialSetsDeleteSample.d.ts.map +0 -1
  163. package/dist-esm/samples-dev/credentialSetsDeleteSample.js +0 -40
  164. package/dist-esm/samples-dev/credentialSetsDeleteSample.js.map +0 -1
  165. package/dist-esm/samples-dev/credentialSetsGetSample.d.ts +0 -2
  166. package/dist-esm/samples-dev/credentialSetsGetSample.d.ts.map +0 -1
  167. package/dist-esm/samples-dev/credentialSetsGetSample.js +0 -40
  168. package/dist-esm/samples-dev/credentialSetsGetSample.js.map +0 -1
  169. package/dist-esm/samples-dev/credentialSetsListSample.d.ts +0 -2
  170. package/dist-esm/samples-dev/credentialSetsListSample.d.ts.map +0 -1
  171. package/dist-esm/samples-dev/credentialSetsListSample.js +0 -53
  172. package/dist-esm/samples-dev/credentialSetsListSample.js.map +0 -1
  173. package/dist-esm/samples-dev/credentialSetsUpdateSample.d.ts +0 -2
  174. package/dist-esm/samples-dev/credentialSetsUpdateSample.d.ts.map +0 -1
  175. package/dist-esm/samples-dev/credentialSetsUpdateSample.js +0 -49
  176. package/dist-esm/samples-dev/credentialSetsUpdateSample.js.map +0 -1
  177. package/dist-esm/samples-dev/exportPipelinesCreateSample.d.ts +0 -2
  178. package/dist-esm/samples-dev/exportPipelinesCreateSample.d.ts.map +0 -1
  179. package/dist-esm/samples-dev/exportPipelinesCreateSample.js +0 -50
  180. package/dist-esm/samples-dev/exportPipelinesCreateSample.js.map +0 -1
  181. package/dist-esm/samples-dev/exportPipelinesDeleteSample.d.ts +0 -2
  182. package/dist-esm/samples-dev/exportPipelinesDeleteSample.d.ts.map +0 -1
  183. package/dist-esm/samples-dev/exportPipelinesDeleteSample.js +0 -40
  184. package/dist-esm/samples-dev/exportPipelinesDeleteSample.js.map +0 -1
  185. package/dist-esm/samples-dev/exportPipelinesGetSample.d.ts +0 -2
  186. package/dist-esm/samples-dev/exportPipelinesGetSample.d.ts.map +0 -1
  187. package/dist-esm/samples-dev/exportPipelinesGetSample.js +0 -40
  188. package/dist-esm/samples-dev/exportPipelinesGetSample.js.map +0 -1
  189. package/dist-esm/samples-dev/exportPipelinesListSample.d.ts +0 -2
  190. package/dist-esm/samples-dev/exportPipelinesListSample.d.ts.map +0 -1
  191. package/dist-esm/samples-dev/exportPipelinesListSample.js +0 -53
  192. package/dist-esm/samples-dev/exportPipelinesListSample.js.map +0 -1
  193. package/dist-esm/samples-dev/importPipelinesCreateSample.d.ts +0 -2
  194. package/dist-esm/samples-dev/importPipelinesCreateSample.d.ts.map +0 -1
  195. package/dist-esm/samples-dev/importPipelinesCreateSample.js +0 -55
  196. package/dist-esm/samples-dev/importPipelinesCreateSample.js.map +0 -1
  197. package/dist-esm/samples-dev/importPipelinesDeleteSample.d.ts +0 -2
  198. package/dist-esm/samples-dev/importPipelinesDeleteSample.d.ts.map +0 -1
  199. package/dist-esm/samples-dev/importPipelinesDeleteSample.js +0 -40
  200. package/dist-esm/samples-dev/importPipelinesDeleteSample.js.map +0 -1
  201. package/dist-esm/samples-dev/importPipelinesGetSample.d.ts +0 -2
  202. package/dist-esm/samples-dev/importPipelinesGetSample.d.ts.map +0 -1
  203. package/dist-esm/samples-dev/importPipelinesGetSample.js +0 -40
  204. package/dist-esm/samples-dev/importPipelinesGetSample.js.map +0 -1
  205. package/dist-esm/samples-dev/importPipelinesListSample.d.ts +0 -2
  206. package/dist-esm/samples-dev/importPipelinesListSample.d.ts.map +0 -1
  207. package/dist-esm/samples-dev/importPipelinesListSample.js +0 -53
  208. package/dist-esm/samples-dev/importPipelinesListSample.js.map +0 -1
  209. package/dist-esm/samples-dev/pipelineRunsCreateSample.d.ts +0 -2
  210. package/dist-esm/samples-dev/pipelineRunsCreateSample.d.ts.map +0 -1
  211. package/dist-esm/samples-dev/pipelineRunsCreateSample.js +0 -78
  212. package/dist-esm/samples-dev/pipelineRunsCreateSample.js.map +0 -1
  213. package/dist-esm/samples-dev/pipelineRunsDeleteSample.d.ts +0 -2
  214. package/dist-esm/samples-dev/pipelineRunsDeleteSample.d.ts.map +0 -1
  215. package/dist-esm/samples-dev/pipelineRunsDeleteSample.js +0 -40
  216. package/dist-esm/samples-dev/pipelineRunsDeleteSample.js.map +0 -1
  217. package/dist-esm/samples-dev/pipelineRunsGetSample.d.ts +0 -2
  218. package/dist-esm/samples-dev/pipelineRunsGetSample.d.ts.map +0 -1
  219. package/dist-esm/samples-dev/pipelineRunsGetSample.js +0 -40
  220. package/dist-esm/samples-dev/pipelineRunsGetSample.js.map +0 -1
  221. package/dist-esm/samples-dev/pipelineRunsListSample.d.ts +0 -2
  222. package/dist-esm/samples-dev/pipelineRunsListSample.d.ts.map +0 -1
  223. package/dist-esm/samples-dev/pipelineRunsListSample.js +0 -53
  224. package/dist-esm/samples-dev/pipelineRunsListSample.js.map +0 -1
  225. package/dist-esm/src/operations/cacheRules.d.ts +0 -99
  226. package/dist-esm/src/operations/cacheRules.d.ts.map +0 -1
  227. package/dist-esm/src/operations/cacheRules.js +0 -461
  228. package/dist-esm/src/operations/cacheRules.js.map +0 -1
  229. package/dist-esm/src/operations/connectedRegistries.d.ts +0 -115
  230. package/dist-esm/src/operations/connectedRegistries.d.ts.map +0 -1
  231. package/dist-esm/src/operations/connectedRegistries.js +0 -542
  232. package/dist-esm/src/operations/connectedRegistries.js.map +0 -1
  233. package/dist-esm/src/operations/credentialSets.d.ts +0 -99
  234. package/dist-esm/src/operations/credentialSets.d.ts.map +0 -1
  235. package/dist-esm/src/operations/credentialSets.js +0 -461
  236. package/dist-esm/src/operations/credentialSets.js.map +0 -1
  237. package/dist-esm/src/operations/exportPipelines.d.ts +0 -81
  238. package/dist-esm/src/operations/exportPipelines.d.ts.map +0 -1
  239. package/dist-esm/src/operations/exportPipelines.js +0 -362
  240. package/dist-esm/src/operations/exportPipelines.js.map +0 -1
  241. package/dist-esm/src/operations/importPipelines.d.ts +0 -81
  242. package/dist-esm/src/operations/importPipelines.d.ts.map +0 -1
  243. package/dist-esm/src/operations/importPipelines.js +0 -362
  244. package/dist-esm/src/operations/importPipelines.js.map +0 -1
  245. package/dist-esm/src/operations/pipelineRuns.d.ts +0 -81
  246. package/dist-esm/src/operations/pipelineRuns.d.ts.map +0 -1
  247. package/dist-esm/src/operations/pipelineRuns.js +0 -362
  248. package/dist-esm/src/operations/pipelineRuns.js.map +0 -1
  249. package/dist-esm/src/operationsInterfaces/cacheRules.d.ts +0 -74
  250. package/dist-esm/src/operationsInterfaces/cacheRules.d.ts.map +0 -1
  251. package/dist-esm/src/operationsInterfaces/cacheRules.js +0 -9
  252. package/dist-esm/src/operationsInterfaces/cacheRules.js.map +0 -1
  253. package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts +0 -90
  254. package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts.map +0 -1
  255. package/dist-esm/src/operationsInterfaces/connectedRegistries.js +0 -9
  256. package/dist-esm/src/operationsInterfaces/connectedRegistries.js.map +0 -1
  257. package/dist-esm/src/operationsInterfaces/credentialSets.d.ts +0 -74
  258. package/dist-esm/src/operationsInterfaces/credentialSets.d.ts.map +0 -1
  259. package/dist-esm/src/operationsInterfaces/credentialSets.js +0 -9
  260. package/dist-esm/src/operationsInterfaces/credentialSets.js.map +0 -1
  261. package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts +0 -56
  262. package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts.map +0 -1
  263. package/dist-esm/src/operationsInterfaces/exportPipelines.js +0 -9
  264. package/dist-esm/src/operationsInterfaces/exportPipelines.js.map +0 -1
  265. package/dist-esm/src/operationsInterfaces/importPipelines.d.ts +0 -56
  266. package/dist-esm/src/operationsInterfaces/importPipelines.d.ts.map +0 -1
  267. package/dist-esm/src/operationsInterfaces/importPipelines.js +0 -9
  268. package/dist-esm/src/operationsInterfaces/importPipelines.js.map +0 -1
  269. package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts +0 -56
  270. package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts.map +0 -1
  271. package/dist-esm/src/operationsInterfaces/pipelineRuns.js +0 -9
  272. package/dist-esm/src/operationsInterfaces/pipelineRuns.js.map +0 -1
  273. package/src/operations/cacheRules.ts +0 -644
  274. package/src/operations/connectedRegistries.ts +0 -757
  275. package/src/operations/credentialSets.ts +0 -644
  276. package/src/operations/exportPipelines.ts +0 -500
  277. package/src/operations/importPipelines.ts +0 -500
  278. package/src/operations/pipelineRuns.ts +0 -500
  279. package/src/operationsInterfaces/cacheRules.ts +0 -147
  280. package/src/operationsInterfaces/connectedRegistries.ts +0 -174
  281. package/src/operationsInterfaces/credentialSets.ts +0 -147
  282. package/src/operationsInterfaces/exportPipelines.ts +0 -109
  283. package/src/operationsInterfaces/importPipelines.ts +0 -109
  284. package/src/operationsInterfaces/pipelineRuns.ts +0 -109
@@ -23,25 +23,6 @@ export declare type Action = string;
23
23
  */
24
24
  export declare type ActionsRequired = string;
25
25
 
26
- /** The activation properties of the connected registry. */
27
- export declare interface ActivationProperties {
28
- /**
29
- * The activation status of the connected registry.
30
- * NOTE: This property will not be serialized. It can only be populated by the server.
31
- */
32
- readonly status?: ActivationStatus;
33
- }
34
-
35
- /**
36
- * Defines values for ActivationStatus. \
37
- * {@link KnownActivationStatus} can be used interchangeably with ActivationStatus,
38
- * this enum contains the known values that the service supports.
39
- * ### Known values supported by the service
40
- * **Active** \
41
- * **Inactive**
42
- */
43
- export declare type ActivationStatus = string;
44
-
45
26
  /** The Active Directory Object that will be used for authenticating the token of a container registry. */
46
27
  export declare interface ActiveDirectoryObject {
47
28
  /** The user/group/application object ID for Active Directory Object that will be used for authenticating the token of a container registry. */
@@ -266,31 +247,6 @@ export declare interface Argument {
266
247
  isSecret?: boolean;
267
248
  }
268
249
 
269
- /**
270
- * Defines values for AuditLogStatus. \
271
- * {@link KnownAuditLogStatus} can be used interchangeably with AuditLogStatus,
272
- * this enum contains the known values that the service supports.
273
- * ### Known values supported by the service
274
- * **Enabled** \
275
- * **Disabled**
276
- */
277
- export declare type AuditLogStatus = string;
278
-
279
- /** Authentication credential stored for an upstream. */
280
- export declare interface AuthCredential {
281
- /** The name of the credential. */
282
- name?: CredentialName;
283
- /** KeyVault Secret URI for accessing the username. */
284
- usernameSecretIdentifier?: string;
285
- /** KeyVault Secret URI for accessing the password. */
286
- passwordSecretIdentifier?: string;
287
- /**
288
- * This provides data pertaining to the health of the auth credential.
289
- * NOTE: This property will not be serialized. It can only be populated by the server.
290
- */
291
- readonly credentialHealth?: CredentialHealth;
292
- }
293
-
294
250
  /** The authorization properties for accessing the source code repository. */
295
251
  export declare interface AuthInfo {
296
252
  /** The type of Auth token. */
@@ -319,22 +275,6 @@ export declare interface AuthInfoUpdateParameters {
319
275
  expiresIn?: number;
320
276
  }
321
277
 
322
- /** The policy for using ARM audience token for a container registry. */
323
- export declare interface AzureADAuthenticationAsArmPolicy {
324
- /** The value that indicates whether the policy is enabled or not. */
325
- status?: AzureADAuthenticationAsArmPolicyStatus;
326
- }
327
-
328
- /**
329
- * Defines values for AzureADAuthenticationAsArmPolicyStatus. \
330
- * {@link KnownAzureADAuthenticationAsArmPolicyStatus} can be used interchangeably with AzureADAuthenticationAsArmPolicyStatus,
331
- * this enum contains the known values that the service supports.
332
- * ### Known values supported by the service
333
- * **enabled** \
334
- * **disabled**
335
- */
336
- export declare type AzureADAuthenticationAsArmPolicyStatus = string;
337
-
338
278
  /** Properties that describe a base image dependency. */
339
279
  export declare interface BaseImageDependency {
340
280
  /** The type of the base image dependency. */
@@ -387,748 +327,93 @@ export declare type BaseImageTriggerType = string;
387
327
  export declare interface BaseImageTriggerUpdateParameters {
388
328
  /** The type of the auto trigger for base image dependency updates. */
389
329
  baseImageTriggerType?: BaseImageTriggerType;
390
- /** The endpoint URL for receiving update triggers. */
391
- updateTriggerEndpoint?: string;
392
- /** Type of Payload body for Base image update triggers. */
393
- updateTriggerPayloadType?: UpdateTriggerPayloadType;
394
- /** The current status of trigger. */
395
- status?: TriggerStatus;
396
- /** The name of the trigger. */
397
- name: string;
398
- }
399
-
400
- /** An object that represents a cache rule for a container registry. */
401
- export declare interface CacheRule extends ProxyResource {
402
- /** The ARM resource ID of the credential store which is associated with the cache rule. */
403
- credentialSetResourceId?: string;
404
- /** Source repository pulled from upstream. */
405
- sourceRepository?: string;
406
- /**
407
- * Target repository specified in docker pull command.
408
- * Eg: docker pull myregistry.azurecr.io/{targetRepository}:{tag}
409
- */
410
- targetRepository?: string;
411
- /**
412
- * The creation date of the cache rule.
413
- * NOTE: This property will not be serialized. It can only be populated by the server.
414
- */
415
- readonly creationDate?: Date;
416
- /**
417
- * Provisioning state of the resource.
418
- * NOTE: This property will not be serialized. It can only be populated by the server.
419
- */
420
- readonly provisioningState?: ProvisioningState;
421
- }
422
-
423
- /** Interface representing a CacheRules. */
424
- export declare interface CacheRules {
425
- /**
426
- * Lists all cache rule resources for the specified container registry.
427
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
428
- * @param registryName The name of the container registry.
429
- * @param options The options parameters.
430
- */
431
- list(resourceGroupName: string, registryName: string, options?: CacheRulesListOptionalParams): PagedAsyncIterableIterator<CacheRule>;
432
- /**
433
- * Gets the properties of the specified cache rule resource.
434
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
435
- * @param registryName The name of the container registry.
436
- * @param cacheRuleName The name of the cache rule.
437
- * @param options The options parameters.
438
- */
439
- get(resourceGroupName: string, registryName: string, cacheRuleName: string, options?: CacheRulesGetOptionalParams): Promise<CacheRulesGetResponse>;
440
- /**
441
- * Creates a cache rule for a container registry with the specified parameters.
442
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
443
- * @param registryName The name of the container registry.
444
- * @param cacheRuleName The name of the cache rule.
445
- * @param cacheRuleCreateParameters The parameters for creating a cache rule.
446
- * @param options The options parameters.
447
- */
448
- beginCreate(resourceGroupName: string, registryName: string, cacheRuleName: string, cacheRuleCreateParameters: CacheRule, options?: CacheRulesCreateOptionalParams): Promise<SimplePollerLike<OperationState<CacheRulesCreateResponse>, CacheRulesCreateResponse>>;
449
- /**
450
- * Creates a cache rule for a container registry with the specified parameters.
451
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
452
- * @param registryName The name of the container registry.
453
- * @param cacheRuleName The name of the cache rule.
454
- * @param cacheRuleCreateParameters The parameters for creating a cache rule.
455
- * @param options The options parameters.
456
- */
457
- beginCreateAndWait(resourceGroupName: string, registryName: string, cacheRuleName: string, cacheRuleCreateParameters: CacheRule, options?: CacheRulesCreateOptionalParams): Promise<CacheRulesCreateResponse>;
458
- /**
459
- * Deletes a cache rule resource from a container registry.
460
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
461
- * @param registryName The name of the container registry.
462
- * @param cacheRuleName The name of the cache rule.
463
- * @param options The options parameters.
464
- */
465
- beginDelete(resourceGroupName: string, registryName: string, cacheRuleName: string, options?: CacheRulesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
466
- /**
467
- * Deletes a cache rule resource from a container registry.
468
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
469
- * @param registryName The name of the container registry.
470
- * @param cacheRuleName The name of the cache rule.
471
- * @param options The options parameters.
472
- */
473
- beginDeleteAndWait(resourceGroupName: string, registryName: string, cacheRuleName: string, options?: CacheRulesDeleteOptionalParams): Promise<void>;
474
- /**
475
- * Updates a cache rule for a container registry with the specified parameters.
476
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
477
- * @param registryName The name of the container registry.
478
- * @param cacheRuleName The name of the cache rule.
479
- * @param cacheRuleUpdateParameters The parameters for updating a cache rule.
480
- * @param options The options parameters.
481
- */
482
- beginUpdate(resourceGroupName: string, registryName: string, cacheRuleName: string, cacheRuleUpdateParameters: CacheRuleUpdateParameters, options?: CacheRulesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CacheRulesUpdateResponse>, CacheRulesUpdateResponse>>;
483
- /**
484
- * Updates a cache rule for a container registry with the specified parameters.
485
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
486
- * @param registryName The name of the container registry.
487
- * @param cacheRuleName The name of the cache rule.
488
- * @param cacheRuleUpdateParameters The parameters for updating a cache rule.
489
- * @param options The options parameters.
490
- */
491
- beginUpdateAndWait(resourceGroupName: string, registryName: string, cacheRuleName: string, cacheRuleUpdateParameters: CacheRuleUpdateParameters, options?: CacheRulesUpdateOptionalParams): Promise<CacheRulesUpdateResponse>;
492
- }
493
-
494
- /** Defines headers for CacheRules_create operation. */
495
- export declare interface CacheRulesCreateHeaders {
496
- azureAsyncOperation?: string;
497
- }
498
-
499
- /** Optional parameters. */
500
- export declare interface CacheRulesCreateOptionalParams extends coreClient.OperationOptions {
501
- /** Delay to wait until next poll, in milliseconds. */
502
- updateIntervalInMs?: number;
503
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
504
- resumeFrom?: string;
505
- }
506
-
507
- /** Contains response data for the create operation. */
508
- export declare type CacheRulesCreateResponse = CacheRule;
509
-
510
- /** Defines headers for CacheRules_delete operation. */
511
- export declare interface CacheRulesDeleteHeaders {
512
- location?: string;
513
- }
514
-
515
- /** Optional parameters. */
516
- export declare interface CacheRulesDeleteOptionalParams extends coreClient.OperationOptions {
517
- /** Delay to wait until next poll, in milliseconds. */
518
- updateIntervalInMs?: number;
519
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
520
- resumeFrom?: string;
521
- }
522
-
523
- /** Optional parameters. */
524
- export declare interface CacheRulesGetOptionalParams extends coreClient.OperationOptions {
525
- }
526
-
527
- /** Contains response data for the get operation. */
528
- export declare type CacheRulesGetResponse = CacheRule;
529
-
530
- /** Optional parameters. */
531
- export declare interface CacheRulesListNextOptionalParams extends coreClient.OperationOptions {
532
- }
533
-
534
- /** Contains response data for the listNext operation. */
535
- export declare type CacheRulesListNextResponse = CacheRulesListResult;
536
-
537
- /** Optional parameters. */
538
- export declare interface CacheRulesListOptionalParams extends coreClient.OperationOptions {
539
- }
540
-
541
- /** Contains response data for the list operation. */
542
- export declare type CacheRulesListResponse = CacheRulesListResult;
543
-
544
- /** The result of a request to list cache rules for a container registry. */
545
- export declare interface CacheRulesListResult {
546
- /** The list of cache rules. */
547
- value?: CacheRule[];
548
- /** If provided, client must use NextLink URI to request next list of cache rules. */
549
- nextLink?: string;
550
- }
551
-
552
- /** Defines headers for CacheRules_update operation. */
553
- export declare interface CacheRulesUpdateHeaders {
554
- azureAsyncOperation?: string;
555
- }
556
-
557
- /** Optional parameters. */
558
- export declare interface CacheRulesUpdateOptionalParams extends coreClient.OperationOptions {
559
- /** Delay to wait until next poll, in milliseconds. */
560
- updateIntervalInMs?: number;
561
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
562
- resumeFrom?: string;
563
- }
564
-
565
- /** Contains response data for the update operation. */
566
- export declare type CacheRulesUpdateResponse = CacheRule;
567
-
568
- /** The parameters for updating a cache rule. */
569
- export declare interface CacheRuleUpdateParameters {
570
- /** The ARM resource ID of the credential store which is associated with the Cache rule. */
571
- credentialSetResourceId?: string;
572
- }
573
-
574
- /** The configuration of service URI and custom headers for the webhook. */
575
- export declare interface CallbackConfig {
576
- /** The service URI for the webhook to post notifications. */
577
- serviceUri: string;
578
- /** Custom headers that will be added to the webhook notifications. */
579
- customHeaders?: {
580
- [propertyName: string]: string;
581
- };
582
- }
583
-
584
- /**
585
- * Defines values for CertificateType. \
586
- * {@link KnownCertificateType} can be used interchangeably with CertificateType,
587
- * this enum contains the known values that the service supports.
588
- * ### Known values supported by the service
589
- * **LocalDirectory**
590
- */
591
- export declare type CertificateType = string;
592
-
593
- /** Interface representing a ConnectedRegistries. */
594
- export declare interface ConnectedRegistries {
595
- /**
596
- * Lists all connected registries for the specified container registry.
597
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
598
- * @param registryName The name of the container registry.
599
- * @param options The options parameters.
600
- */
601
- list(resourceGroupName: string, registryName: string, options?: ConnectedRegistriesListOptionalParams): PagedAsyncIterableIterator<ConnectedRegistry>;
602
- /**
603
- * Gets the properties of the connected registry.
604
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
605
- * @param registryName The name of the container registry.
606
- * @param connectedRegistryName The name of the connected registry.
607
- * @param options The options parameters.
608
- */
609
- get(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesGetOptionalParams): Promise<ConnectedRegistriesGetResponse>;
610
- /**
611
- * Creates a connected registry for a container registry with the specified parameters.
612
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
613
- * @param registryName The name of the container registry.
614
- * @param connectedRegistryName The name of the connected registry.
615
- * @param connectedRegistryCreateParameters The parameters for creating a connectedRegistry.
616
- * @param options The options parameters.
617
- */
618
- beginCreate(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryCreateParameters: ConnectedRegistry, options?: ConnectedRegistriesCreateOptionalParams): Promise<SimplePollerLike<OperationState<ConnectedRegistriesCreateResponse>, ConnectedRegistriesCreateResponse>>;
619
- /**
620
- * Creates a connected registry for a container registry with the specified parameters.
621
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
622
- * @param registryName The name of the container registry.
623
- * @param connectedRegistryName The name of the connected registry.
624
- * @param connectedRegistryCreateParameters The parameters for creating a connectedRegistry.
625
- * @param options The options parameters.
626
- */
627
- beginCreateAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryCreateParameters: ConnectedRegistry, options?: ConnectedRegistriesCreateOptionalParams): Promise<ConnectedRegistriesCreateResponse>;
628
- /**
629
- * Deletes a connected registry from a container registry.
630
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
631
- * @param registryName The name of the container registry.
632
- * @param connectedRegistryName The name of the connected registry.
633
- * @param options The options parameters.
634
- */
635
- beginDelete(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
636
- /**
637
- * Deletes a connected registry from a container registry.
638
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
639
- * @param registryName The name of the container registry.
640
- * @param connectedRegistryName The name of the connected registry.
641
- * @param options The options parameters.
642
- */
643
- beginDeleteAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeleteOptionalParams): Promise<void>;
644
- /**
645
- * Updates a connected registry with the specified parameters.
646
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
647
- * @param registryName The name of the container registry.
648
- * @param connectedRegistryName The name of the connected registry.
649
- * @param connectedRegistryUpdateParameters The parameters for updating a connectedRegistry.
650
- * @param options The options parameters.
651
- */
652
- beginUpdate(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryUpdateParameters: ConnectedRegistryUpdateParameters, options?: ConnectedRegistriesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ConnectedRegistriesUpdateResponse>, ConnectedRegistriesUpdateResponse>>;
653
- /**
654
- * Updates a connected registry with the specified parameters.
655
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
656
- * @param registryName The name of the container registry.
657
- * @param connectedRegistryName The name of the connected registry.
658
- * @param connectedRegistryUpdateParameters The parameters for updating a connectedRegistry.
659
- * @param options The options parameters.
660
- */
661
- beginUpdateAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryUpdateParameters: ConnectedRegistryUpdateParameters, options?: ConnectedRegistriesUpdateOptionalParams): Promise<ConnectedRegistriesUpdateResponse>;
662
- /**
663
- * Deactivates the connected registry instance.
664
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
665
- * @param registryName The name of the container registry.
666
- * @param connectedRegistryName The name of the connected registry.
667
- * @param options The options parameters.
668
- */
669
- beginDeactivate(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeactivateOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
670
- /**
671
- * Deactivates the connected registry instance.
672
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
673
- * @param registryName The name of the container registry.
674
- * @param connectedRegistryName The name of the connected registry.
675
- * @param options The options parameters.
676
- */
677
- beginDeactivateAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeactivateOptionalParams): Promise<void>;
678
- }
679
-
680
- /** Defines headers for ConnectedRegistries_create operation. */
681
- export declare interface ConnectedRegistriesCreateHeaders {
682
- azureAsyncOperation?: string;
683
- }
684
-
685
- /** Optional parameters. */
686
- export declare interface ConnectedRegistriesCreateOptionalParams extends coreClient.OperationOptions {
687
- /** Delay to wait until next poll, in milliseconds. */
688
- updateIntervalInMs?: number;
689
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
690
- resumeFrom?: string;
691
- }
692
-
693
- /** Contains response data for the create operation. */
694
- export declare type ConnectedRegistriesCreateResponse = ConnectedRegistry;
695
-
696
- /** Defines headers for ConnectedRegistries_deactivate operation. */
697
- export declare interface ConnectedRegistriesDeactivateHeaders {
698
- location?: string;
699
- }
700
-
701
- /** Optional parameters. */
702
- export declare interface ConnectedRegistriesDeactivateOptionalParams extends coreClient.OperationOptions {
703
- /** Delay to wait until next poll, in milliseconds. */
704
- updateIntervalInMs?: number;
705
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
706
- resumeFrom?: string;
707
- }
708
-
709
- /** Defines headers for ConnectedRegistries_delete operation. */
710
- export declare interface ConnectedRegistriesDeleteHeaders {
711
- location?: string;
712
- }
713
-
714
- /** Optional parameters. */
715
- export declare interface ConnectedRegistriesDeleteOptionalParams extends coreClient.OperationOptions {
716
- /** Delay to wait until next poll, in milliseconds. */
717
- updateIntervalInMs?: number;
718
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
719
- resumeFrom?: string;
720
- }
721
-
722
- /** Optional parameters. */
723
- export declare interface ConnectedRegistriesGetOptionalParams extends coreClient.OperationOptions {
724
- }
725
-
726
- /** Contains response data for the get operation. */
727
- export declare type ConnectedRegistriesGetResponse = ConnectedRegistry;
728
-
729
- /** Optional parameters. */
730
- export declare interface ConnectedRegistriesListNextOptionalParams extends coreClient.OperationOptions {
731
- }
732
-
733
- /** Contains response data for the listNext operation. */
734
- export declare type ConnectedRegistriesListNextResponse = ConnectedRegistryListResult;
735
-
736
- /** Optional parameters. */
737
- export declare interface ConnectedRegistriesListOptionalParams extends coreClient.OperationOptions {
738
- /** 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. */
739
- filter?: string;
740
- }
741
-
742
- /** Contains response data for the list operation. */
743
- export declare type ConnectedRegistriesListResponse = ConnectedRegistryListResult;
744
-
745
- /** Defines headers for ConnectedRegistries_update operation. */
746
- export declare interface ConnectedRegistriesUpdateHeaders {
747
- azureAsyncOperation?: string;
748
- }
749
-
750
- /** Optional parameters. */
751
- export declare interface ConnectedRegistriesUpdateOptionalParams extends coreClient.OperationOptions {
752
- /** Delay to wait until next poll, in milliseconds. */
753
- updateIntervalInMs?: number;
754
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
755
- resumeFrom?: string;
756
- }
757
-
758
- /** Contains response data for the update operation. */
759
- export declare type ConnectedRegistriesUpdateResponse = ConnectedRegistry;
760
-
761
- /** An object that represents a connected registry for a container registry. */
762
- export declare interface ConnectedRegistry extends ProxyResource {
763
- /**
764
- * Provisioning state of the resource.
765
- * NOTE: This property will not be serialized. It can only be populated by the server.
766
- */
767
- readonly provisioningState?: ProvisioningState;
768
- /** The mode of the connected registry resource that indicates the permissions of the registry. */
769
- mode?: ConnectedRegistryMode;
770
- /**
771
- * The current version of ACR runtime on the connected registry.
772
- * NOTE: This property will not be serialized. It can only be populated by the server.
773
- */
774
- readonly version?: string;
775
- /**
776
- * The current connection state of the connected registry.
777
- * NOTE: This property will not be serialized. It can only be populated by the server.
778
- */
779
- readonly connectionState?: ConnectionState;
780
- /**
781
- * The last activity time of the connected registry.
782
- * NOTE: This property will not be serialized. It can only be populated by the server.
783
- */
784
- readonly lastActivityTime?: Date;
785
- /**
786
- * The activation properties of the connected registry.
787
- * NOTE: This property will not be serialized. It can only be populated by the server.
788
- */
789
- readonly activation?: ActivationProperties;
790
- /** The parent of the connected registry. */
791
- parent?: ParentProperties;
792
- /** The list of the ACR token resource IDs used to authenticate clients to the connected registry. */
793
- clientTokenIds?: string[];
794
- /** The login server properties of the connected registry. */
795
- loginServer?: LoginServerProperties;
796
- /** The logging properties of the connected registry. */
797
- logging?: LoggingProperties;
798
- /**
799
- * The list of current statuses of the connected registry.
800
- * NOTE: This property will not be serialized. It can only be populated by the server.
801
- */
802
- readonly statusDetails?: StatusDetailProperties[];
803
- /** The list of notifications subscription information for the connected registry. */
804
- notificationsList?: string[];
805
- }
806
-
807
- /** The result of a request to list connected registries for a container registry. */
808
- export declare interface ConnectedRegistryListResult {
809
- /** 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. */
810
- value?: ConnectedRegistry[];
811
- /** The URI that can be used to request the next list of connected registries. */
812
- nextLink?: string;
813
- }
814
-
815
- /**
816
- * Defines values for ConnectedRegistryMode. \
817
- * {@link KnownConnectedRegistryMode} can be used interchangeably with ConnectedRegistryMode,
818
- * this enum contains the known values that the service supports.
819
- * ### Known values supported by the service
820
- * **ReadWrite** \
821
- * **ReadOnly** \
822
- * **Registry** \
823
- * **Mirror**
824
- */
825
- export declare type ConnectedRegistryMode = string;
826
-
827
- /** The parameters for updating a connected registry. */
828
- export declare interface ConnectedRegistryUpdateParameters {
829
- /** The sync properties of the connected registry with its parent. */
830
- syncProperties?: SyncUpdateProperties;
831
- /** The logging properties of the connected registry. */
832
- logging?: LoggingProperties;
833
- /** The list of the ACR token resource IDs used to authenticate clients to the connected registry. */
834
- clientTokenIds?: string[];
835
- /** The list of notifications subscription information for the connected registry. */
836
- notificationsList?: string[];
837
- }
838
-
839
- /**
840
- * Defines values for ConnectionState. \
841
- * {@link KnownConnectionState} can be used interchangeably with ConnectionState,
842
- * this enum contains the known values that the service supports.
843
- * ### Known values supported by the service
844
- * **Online** \
845
- * **Offline** \
846
- * **Syncing** \
847
- * **Unhealthy**
848
- */
849
- export declare type ConnectionState = string;
850
-
851
- /**
852
- * Defines values for ConnectionStatus. \
853
- * {@link KnownConnectionStatus} can be used interchangeably with ConnectionStatus,
854
- * this enum contains the known values that the service supports.
855
- * ### Known values supported by the service
856
- * **Approved** \
857
- * **Pending** \
858
- * **Rejected** \
859
- * **Disconnected**
860
- */
861
- export declare type ConnectionStatus = string;
862
-
863
- export declare class ContainerRegistryManagementClient extends coreClient.ServiceClient {
864
- $host: string;
865
- subscriptionId: string;
866
- /**
867
- * Initializes a new instance of the ContainerRegistryManagementClient class.
868
- * @param credentials Subscription credentials which uniquely identify client subscription.
869
- * @param subscriptionId The ID of the target subscription. The value must be an UUID.
870
- * @param options The parameter options
871
- */
872
- constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ContainerRegistryManagementClientOptionalParams);
873
- cacheRules: CacheRules;
874
- connectedRegistries: ConnectedRegistries;
875
- credentialSets: CredentialSets;
876
- exportPipelines: ExportPipelines;
877
- registries: Registries;
878
- importPipelines: ImportPipelines;
879
- operations: Operations;
880
- pipelineRuns: PipelineRuns;
881
- privateEndpointConnections: PrivateEndpointConnections;
882
- replications: Replications;
883
- scopeMaps: ScopeMaps;
884
- tokens: Tokens;
885
- webhooks: Webhooks;
886
- agentPools: AgentPools;
887
- runs: Runs;
888
- taskRuns: TaskRuns;
889
- tasks: Tasks;
890
- }
891
-
892
- /** Optional parameters. */
893
- export declare interface ContainerRegistryManagementClientOptionalParams extends coreClient.ServiceClientOptions {
894
- /** server parameter */
895
- $host?: string;
896
- /** Overrides client endpoint. */
897
- endpoint?: string;
898
- }
899
-
900
- /**
901
- * Defines values for CreatedByType. \
902
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
903
- * this enum contains the known values that the service supports.
904
- * ### Known values supported by the service
905
- * **User** \
906
- * **Application** \
907
- * **ManagedIdentity** \
908
- * **Key**
909
- */
910
- export declare type CreatedByType = string;
911
-
912
- /** The health of the auth credential. */
913
- export declare interface CredentialHealth {
914
- /** The health status of credential. */
915
- status?: CredentialHealthStatus;
916
- /** Error code representing the health check error. */
917
- errorCode?: string;
918
- /** Descriptive message representing the health check error. */
919
- errorMessage?: string;
920
- }
921
-
922
- /**
923
- * Defines values for CredentialHealthStatus. \
924
- * {@link KnownCredentialHealthStatus} can be used interchangeably with CredentialHealthStatus,
925
- * this enum contains the known values that the service supports.
926
- * ### Known values supported by the service
927
- * **Healthy** \
928
- * **Unhealthy**
929
- */
930
- export declare type CredentialHealthStatus = string;
931
-
932
- /**
933
- * Defines values for CredentialName. \
934
- * {@link KnownCredentialName} can be used interchangeably with CredentialName,
935
- * this enum contains the known values that the service supports.
936
- * ### Known values supported by the service
937
- * **Credential1**
938
- */
939
- export declare type CredentialName = string;
940
-
941
- /** The parameters that describes a set of credentials that will be used when a run is invoked. */
942
- export declare interface Credentials {
943
- /** Describes the credential parameters for accessing the source registry. */
944
- sourceRegistry?: SourceRegistryCredentials;
945
- /**
946
- * Describes the credential parameters for accessing other custom registries. The key
947
- * for the dictionary item will be the registry login server (myregistry.azurecr.io) and
948
- * the value of the item will be the registry credentials for accessing the registry.
949
- */
950
- customRegistries?: {
951
- [propertyName: string]: CustomRegistryCredentials;
952
- };
953
- }
954
-
955
- /** An object that represents a credential set resource for a container registry. */
956
- export declare interface CredentialSet extends ProxyResource {
957
- /** Identities associated with the resource. This is used to access the KeyVault secrets. */
958
- identity?: IdentityProperties;
959
- /** The credentials are stored for this upstream or login server. */
960
- loginServer?: string;
961
- /**
962
- * List of authentication credentials stored for an upstream.
963
- * Usually consists of a primary and an optional secondary credential.
964
- */
965
- authCredentials?: AuthCredential[];
966
- /**
967
- * The creation date of credential store resource.
968
- * NOTE: This property will not be serialized. It can only be populated by the server.
969
- */
970
- readonly creationDate?: Date;
971
- /**
972
- * Provisioning state of the resource.
973
- * NOTE: This property will not be serialized. It can only be populated by the server.
974
- */
975
- readonly provisioningState?: ProvisioningState;
976
- }
977
-
978
- /** The result of a request to list credential sets for a container registry. */
979
- export declare interface CredentialSetListResult {
980
- /** The list of credential sets. Since this list may be incomplete, the nextLink field should be used to request the next list of credential sets. */
981
- value?: CredentialSet[];
982
- /** The URI that can be used to request the next list of credential sets. */
983
- nextLink?: string;
984
- }
985
-
986
- /** Interface representing a CredentialSets. */
987
- export declare interface CredentialSets {
988
- /**
989
- * Lists all credential set resources for the specified container registry.
990
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
991
- * @param registryName The name of the container registry.
992
- * @param options The options parameters.
993
- */
994
- list(resourceGroupName: string, registryName: string, options?: CredentialSetsListOptionalParams): PagedAsyncIterableIterator<CredentialSet>;
995
- /**
996
- * Gets the properties of the specified credential set resource.
997
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
998
- * @param registryName The name of the container registry.
999
- * @param credentialSetName The name of the credential set.
1000
- * @param options The options parameters.
1001
- */
1002
- get(resourceGroupName: string, registryName: string, credentialSetName: string, options?: CredentialSetsGetOptionalParams): Promise<CredentialSetsGetResponse>;
1003
- /**
1004
- * Creates a credential set for a container registry with the specified parameters.
1005
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1006
- * @param registryName The name of the container registry.
1007
- * @param credentialSetName The name of the credential set.
1008
- * @param credentialSetCreateParameters The parameters for creating a credential set.
1009
- * @param options The options parameters.
1010
- */
1011
- beginCreate(resourceGroupName: string, registryName: string, credentialSetName: string, credentialSetCreateParameters: CredentialSet, options?: CredentialSetsCreateOptionalParams): Promise<SimplePollerLike<OperationState<CredentialSetsCreateResponse>, CredentialSetsCreateResponse>>;
1012
- /**
1013
- * Creates a credential set for a container registry with the specified parameters.
1014
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1015
- * @param registryName The name of the container registry.
1016
- * @param credentialSetName The name of the credential set.
1017
- * @param credentialSetCreateParameters The parameters for creating a credential set.
1018
- * @param options The options parameters.
1019
- */
1020
- beginCreateAndWait(resourceGroupName: string, registryName: string, credentialSetName: string, credentialSetCreateParameters: CredentialSet, options?: CredentialSetsCreateOptionalParams): Promise<CredentialSetsCreateResponse>;
1021
- /**
1022
- * Deletes a credential set from a container registry.
1023
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1024
- * @param registryName The name of the container registry.
1025
- * @param credentialSetName The name of the credential set.
1026
- * @param options The options parameters.
1027
- */
1028
- beginDelete(resourceGroupName: string, registryName: string, credentialSetName: string, options?: CredentialSetsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1029
- /**
1030
- * Deletes a credential set from a container registry.
1031
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1032
- * @param registryName The name of the container registry.
1033
- * @param credentialSetName The name of the credential set.
1034
- * @param options The options parameters.
1035
- */
1036
- beginDeleteAndWait(resourceGroupName: string, registryName: string, credentialSetName: string, options?: CredentialSetsDeleteOptionalParams): Promise<void>;
1037
- /**
1038
- * Updates a credential set for a container registry with the specified parameters.
1039
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1040
- * @param registryName The name of the container registry.
1041
- * @param credentialSetName The name of the credential set.
1042
- * @param credentialSetUpdateParameters The parameters for updating a credential set.
1043
- * @param options The options parameters.
1044
- */
1045
- beginUpdate(resourceGroupName: string, registryName: string, credentialSetName: string, credentialSetUpdateParameters: CredentialSetUpdateParameters, options?: CredentialSetsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<CredentialSetsUpdateResponse>, CredentialSetsUpdateResponse>>;
1046
- /**
1047
- * Updates a credential set for a container registry with the specified parameters.
1048
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1049
- * @param registryName The name of the container registry.
1050
- * @param credentialSetName The name of the credential set.
1051
- * @param credentialSetUpdateParameters The parameters for updating a credential set.
1052
- * @param options The options parameters.
1053
- */
1054
- beginUpdateAndWait(resourceGroupName: string, registryName: string, credentialSetName: string, credentialSetUpdateParameters: CredentialSetUpdateParameters, options?: CredentialSetsUpdateOptionalParams): Promise<CredentialSetsUpdateResponse>;
1055
- }
1056
-
1057
- /** Defines headers for CredentialSets_create operation. */
1058
- export declare interface CredentialSetsCreateHeaders {
1059
- azureAsyncOperation?: string;
1060
- }
1061
-
1062
- /** Optional parameters. */
1063
- export declare interface CredentialSetsCreateOptionalParams extends coreClient.OperationOptions {
1064
- /** Delay to wait until next poll, in milliseconds. */
1065
- updateIntervalInMs?: number;
1066
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1067
- resumeFrom?: string;
1068
- }
1069
-
1070
- /** Contains response data for the create operation. */
1071
- export declare type CredentialSetsCreateResponse = CredentialSet;
1072
-
1073
- /** Defines headers for CredentialSets_delete operation. */
1074
- export declare interface CredentialSetsDeleteHeaders {
1075
- location?: string;
1076
- }
1077
-
1078
- /** Optional parameters. */
1079
- export declare interface CredentialSetsDeleteOptionalParams extends coreClient.OperationOptions {
1080
- /** Delay to wait until next poll, in milliseconds. */
1081
- updateIntervalInMs?: number;
1082
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1083
- resumeFrom?: string;
1084
- }
1085
-
1086
- /** Optional parameters. */
1087
- export declare interface CredentialSetsGetOptionalParams extends coreClient.OperationOptions {
1088
- }
1089
-
1090
- /** Contains response data for the get operation. */
1091
- export declare type CredentialSetsGetResponse = CredentialSet;
1092
-
1093
- /** Optional parameters. */
1094
- export declare interface CredentialSetsListNextOptionalParams extends coreClient.OperationOptions {
330
+ /** The endpoint URL for receiving update triggers. */
331
+ updateTriggerEndpoint?: string;
332
+ /** Type of Payload body for Base image update triggers. */
333
+ updateTriggerPayloadType?: UpdateTriggerPayloadType;
334
+ /** The current status of trigger. */
335
+ status?: TriggerStatus;
336
+ /** The name of the trigger. */
337
+ name: string;
1095
338
  }
1096
339
 
1097
- /** Contains response data for the listNext operation. */
1098
- export declare type CredentialSetsListNextResponse = CredentialSetListResult;
1099
-
1100
- /** Optional parameters. */
1101
- export declare interface CredentialSetsListOptionalParams extends coreClient.OperationOptions {
340
+ /** The configuration of service URI and custom headers for the webhook. */
341
+ export declare interface CallbackConfig {
342
+ /** The service URI for the webhook to post notifications. */
343
+ serviceUri: string;
344
+ /** Custom headers that will be added to the webhook notifications. */
345
+ customHeaders?: {
346
+ [propertyName: string]: string;
347
+ };
1102
348
  }
1103
349
 
1104
- /** Contains response data for the list operation. */
1105
- export declare type CredentialSetsListResponse = CredentialSetListResult;
350
+ /**
351
+ * Defines values for ConnectionStatus. \
352
+ * {@link KnownConnectionStatus} can be used interchangeably with ConnectionStatus,
353
+ * this enum contains the known values that the service supports.
354
+ * ### Known values supported by the service
355
+ * **Approved** \
356
+ * **Pending** \
357
+ * **Rejected** \
358
+ * **Disconnected**
359
+ */
360
+ export declare type ConnectionStatus = string;
1106
361
 
1107
- /** Defines headers for CredentialSets_update operation. */
1108
- export declare interface CredentialSetsUpdateHeaders {
1109
- azureAsyncOperation?: string;
362
+ export declare class ContainerRegistryManagementClient extends coreClient.ServiceClient {
363
+ $host: string;
364
+ subscriptionId: string;
365
+ /**
366
+ * Initializes a new instance of the ContainerRegistryManagementClient class.
367
+ * @param credentials Subscription credentials which uniquely identify client subscription.
368
+ * @param subscriptionId The ID of the target subscription. The value must be an UUID.
369
+ * @param options The parameter options
370
+ */
371
+ constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ContainerRegistryManagementClientOptionalParams);
372
+ registries: Registries;
373
+ operations: Operations;
374
+ privateEndpointConnections: PrivateEndpointConnections;
375
+ replications: Replications;
376
+ scopeMaps: ScopeMaps;
377
+ tokens: Tokens;
378
+ webhooks: Webhooks;
379
+ agentPools: AgentPools;
380
+ runs: Runs;
381
+ taskRuns: TaskRuns;
382
+ tasks: Tasks;
1110
383
  }
1111
384
 
1112
385
  /** Optional parameters. */
1113
- export declare interface CredentialSetsUpdateOptionalParams extends coreClient.OperationOptions {
1114
- /** Delay to wait until next poll, in milliseconds. */
1115
- updateIntervalInMs?: number;
1116
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1117
- resumeFrom?: string;
386
+ export declare interface ContainerRegistryManagementClientOptionalParams extends coreClient.ServiceClientOptions {
387
+ /** server parameter */
388
+ $host?: string;
389
+ /** Overrides client endpoint. */
390
+ endpoint?: string;
1118
391
  }
1119
392
 
1120
- /** Contains response data for the update operation. */
1121
- export declare type CredentialSetsUpdateResponse = CredentialSet;
393
+ /**
394
+ * Defines values for CreatedByType. \
395
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
396
+ * this enum contains the known values that the service supports.
397
+ * ### Known values supported by the service
398
+ * **User** \
399
+ * **Application** \
400
+ * **ManagedIdentity** \
401
+ * **Key**
402
+ */
403
+ export declare type CreatedByType = string;
1122
404
 
1123
- /** The parameters for updating a credential set */
1124
- export declare interface CredentialSetUpdateParameters {
1125
- /** Identities associated with the resource. This is used to access the KeyVault secrets. */
1126
- identity?: IdentityProperties;
405
+ /** The parameters that describes a set of credentials that will be used when a run is invoked. */
406
+ export declare interface Credentials {
407
+ /** Describes the credential parameters for accessing the source registry. */
408
+ sourceRegistry?: SourceRegistryCredentials;
1127
409
  /**
1128
- * List of authentication credentials stored for an upstream.
1129
- * Usually consists of a primary and an optional secondary credential.
410
+ * Describes the credential parameters for accessing other custom registries. The key
411
+ * for the dictionary item will be the registry login server (myregistry.azurecr.io) and
412
+ * the value of the item will be the registry credentials for accessing the registry.
1130
413
  */
1131
- authCredentials?: AuthCredential[];
414
+ customRegistries?: {
415
+ [propertyName: string]: CustomRegistryCredentials;
416
+ };
1132
417
  }
1133
418
 
1134
419
  /** Describes the credentials that will be used to access a custom registry during a run. */
@@ -1384,148 +669,6 @@ export declare interface EventResponseMessage {
1384
669
  version?: string;
1385
670
  }
1386
671
 
1387
- /** An object that represents an export pipeline for a container registry. */
1388
- export declare interface ExportPipeline extends ProxyResource {
1389
- /** The location of the export pipeline. */
1390
- location?: string;
1391
- /** The identity of the export pipeline. */
1392
- identity?: IdentityProperties;
1393
- /** The target properties of the export pipeline. */
1394
- target?: ExportPipelineTargetProperties;
1395
- /** The list of all options configured for the pipeline. */
1396
- options?: PipelineOptions[];
1397
- /**
1398
- * The provisioning state of the pipeline at the time the operation was called.
1399
- * NOTE: This property will not be serialized. It can only be populated by the server.
1400
- */
1401
- readonly provisioningState?: ProvisioningState;
1402
- }
1403
-
1404
- /** The result of a request to list export pipelines for a container registry. */
1405
- export declare interface ExportPipelineListResult {
1406
- /** 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. */
1407
- value?: ExportPipeline[];
1408
- /** The URI that can be used to request the next list of pipeline runs. */
1409
- nextLink?: string;
1410
- }
1411
-
1412
- /** Interface representing a ExportPipelines. */
1413
- export declare interface ExportPipelines {
1414
- /**
1415
- * Lists all export pipelines for the specified container registry.
1416
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1417
- * @param registryName The name of the container registry.
1418
- * @param options The options parameters.
1419
- */
1420
- list(resourceGroupName: string, registryName: string, options?: ExportPipelinesListOptionalParams): PagedAsyncIterableIterator<ExportPipeline>;
1421
- /**
1422
- * Gets the properties of the export pipeline.
1423
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1424
- * @param registryName The name of the container registry.
1425
- * @param exportPipelineName The name of the export pipeline.
1426
- * @param options The options parameters.
1427
- */
1428
- get(resourceGroupName: string, registryName: string, exportPipelineName: string, options?: ExportPipelinesGetOptionalParams): Promise<ExportPipelinesGetResponse>;
1429
- /**
1430
- * Creates an export pipeline for a container registry with the specified parameters.
1431
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1432
- * @param registryName The name of the container registry.
1433
- * @param exportPipelineName The name of the export pipeline.
1434
- * @param exportPipelineCreateParameters The parameters for creating an export pipeline.
1435
- * @param options The options parameters.
1436
- */
1437
- beginCreate(resourceGroupName: string, registryName: string, exportPipelineName: string, exportPipelineCreateParameters: ExportPipeline, options?: ExportPipelinesCreateOptionalParams): Promise<SimplePollerLike<OperationState<ExportPipelinesCreateResponse>, ExportPipelinesCreateResponse>>;
1438
- /**
1439
- * Creates an export pipeline for a container registry with the specified parameters.
1440
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1441
- * @param registryName The name of the container registry.
1442
- * @param exportPipelineName The name of the export pipeline.
1443
- * @param exportPipelineCreateParameters The parameters for creating an export pipeline.
1444
- * @param options The options parameters.
1445
- */
1446
- beginCreateAndWait(resourceGroupName: string, registryName: string, exportPipelineName: string, exportPipelineCreateParameters: ExportPipeline, options?: ExportPipelinesCreateOptionalParams): Promise<ExportPipelinesCreateResponse>;
1447
- /**
1448
- * Deletes an export pipeline from a container registry.
1449
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1450
- * @param registryName The name of the container registry.
1451
- * @param exportPipelineName The name of the export pipeline.
1452
- * @param options The options parameters.
1453
- */
1454
- beginDelete(resourceGroupName: string, registryName: string, exportPipelineName: string, options?: ExportPipelinesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1455
- /**
1456
- * Deletes an export pipeline from a container registry.
1457
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1458
- * @param registryName The name of the container registry.
1459
- * @param exportPipelineName The name of the export pipeline.
1460
- * @param options The options parameters.
1461
- */
1462
- beginDeleteAndWait(resourceGroupName: string, registryName: string, exportPipelineName: string, options?: ExportPipelinesDeleteOptionalParams): Promise<void>;
1463
- }
1464
-
1465
- /** Defines headers for ExportPipelines_create operation. */
1466
- export declare interface ExportPipelinesCreateHeaders {
1467
- azureAsyncOperation?: string;
1468
- }
1469
-
1470
- /** Optional parameters. */
1471
- export declare interface ExportPipelinesCreateOptionalParams extends coreClient.OperationOptions {
1472
- /** Delay to wait until next poll, in milliseconds. */
1473
- updateIntervalInMs?: number;
1474
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1475
- resumeFrom?: string;
1476
- }
1477
-
1478
- /** Contains response data for the create operation. */
1479
- export declare type ExportPipelinesCreateResponse = ExportPipeline;
1480
-
1481
- /** Defines headers for ExportPipelines_delete operation. */
1482
- export declare interface ExportPipelinesDeleteHeaders {
1483
- location?: string;
1484
- }
1485
-
1486
- /** Optional parameters. */
1487
- export declare interface ExportPipelinesDeleteOptionalParams extends coreClient.OperationOptions {
1488
- /** Delay to wait until next poll, in milliseconds. */
1489
- updateIntervalInMs?: number;
1490
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1491
- resumeFrom?: string;
1492
- }
1493
-
1494
- /** Optional parameters. */
1495
- export declare interface ExportPipelinesGetOptionalParams extends coreClient.OperationOptions {
1496
- }
1497
-
1498
- /** Contains response data for the get operation. */
1499
- export declare type ExportPipelinesGetResponse = ExportPipeline;
1500
-
1501
- /** Optional parameters. */
1502
- export declare interface ExportPipelinesListNextOptionalParams extends coreClient.OperationOptions {
1503
- }
1504
-
1505
- /** Contains response data for the listNext operation. */
1506
- export declare type ExportPipelinesListNextResponse = ExportPipelineListResult;
1507
-
1508
- /** Optional parameters. */
1509
- export declare interface ExportPipelinesListOptionalParams extends coreClient.OperationOptions {
1510
- }
1511
-
1512
- /** Contains response data for the list operation. */
1513
- export declare type ExportPipelinesListResponse = ExportPipelineListResult;
1514
-
1515
- /** The properties of the export pipeline target. */
1516
- export declare interface ExportPipelineTargetProperties {
1517
- /** The type of target for the export pipeline. */
1518
- type?: string;
1519
- /**
1520
- * The target uri of the export pipeline.
1521
- * When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
1522
- * When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
1523
- */
1524
- uri?: string;
1525
- /** They key vault secret uri to obtain the target storage SAS token. */
1526
- keyVaultUri: string;
1527
- }
1528
-
1529
672
  /** The export policy for a container registry. */
1530
673
  export declare interface ExportPolicy {
1531
674
  /** The value that indicates whether the policy is enabled or not. */
@@ -1675,154 +818,10 @@ export declare interface ImportImageParameters {
1675
818
  * {@link KnownImportMode} can be used interchangeably with ImportMode,
1676
819
  * this enum contains the known values that the service supports.
1677
820
  * ### Known values supported by the service
1678
- * **NoForce** \
1679
- * **Force**
1680
- */
1681
- export declare type ImportMode = string;
1682
-
1683
- /** An object that represents an import pipeline for a container registry. */
1684
- export declare interface ImportPipeline extends ProxyResource {
1685
- /** The location of the import pipeline. */
1686
- location?: string;
1687
- /** The identity of the import pipeline. */
1688
- identity?: IdentityProperties;
1689
- /** The source properties of the import pipeline. */
1690
- source?: ImportPipelineSourceProperties;
1691
- /** The properties that describe the trigger of the import pipeline. */
1692
- trigger?: PipelineTriggerProperties;
1693
- /** The list of all options configured for the pipeline. */
1694
- options?: PipelineOptions[];
1695
- /**
1696
- * The provisioning state of the pipeline at the time the operation was called.
1697
- * NOTE: This property will not be serialized. It can only be populated by the server.
1698
- */
1699
- readonly provisioningState?: ProvisioningState;
1700
- }
1701
-
1702
- /** The result of a request to list import pipelines for a container registry. */
1703
- export declare interface ImportPipelineListResult {
1704
- /** 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. */
1705
- value?: ImportPipeline[];
1706
- /** The URI that can be used to request the next list of pipeline runs. */
1707
- nextLink?: string;
1708
- }
1709
-
1710
- /** Interface representing a ImportPipelines. */
1711
- export declare interface ImportPipelines {
1712
- /**
1713
- * Lists all import pipelines for the specified container registry.
1714
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1715
- * @param registryName The name of the container registry.
1716
- * @param options The options parameters.
1717
- */
1718
- list(resourceGroupName: string, registryName: string, options?: ImportPipelinesListOptionalParams): PagedAsyncIterableIterator<ImportPipeline>;
1719
- /**
1720
- * Gets the properties of the import pipeline.
1721
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1722
- * @param registryName The name of the container registry.
1723
- * @param importPipelineName The name of the import pipeline.
1724
- * @param options The options parameters.
1725
- */
1726
- get(resourceGroupName: string, registryName: string, importPipelineName: string, options?: ImportPipelinesGetOptionalParams): Promise<ImportPipelinesGetResponse>;
1727
- /**
1728
- * Creates an import pipeline for a container registry with the specified parameters.
1729
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1730
- * @param registryName The name of the container registry.
1731
- * @param importPipelineName The name of the import pipeline.
1732
- * @param importPipelineCreateParameters The parameters for creating an import pipeline.
1733
- * @param options The options parameters.
1734
- */
1735
- beginCreate(resourceGroupName: string, registryName: string, importPipelineName: string, importPipelineCreateParameters: ImportPipeline, options?: ImportPipelinesCreateOptionalParams): Promise<SimplePollerLike<OperationState<ImportPipelinesCreateResponse>, ImportPipelinesCreateResponse>>;
1736
- /**
1737
- * Creates an import pipeline for a container registry with the specified parameters.
1738
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1739
- * @param registryName The name of the container registry.
1740
- * @param importPipelineName The name of the import pipeline.
1741
- * @param importPipelineCreateParameters The parameters for creating an import pipeline.
1742
- * @param options The options parameters.
1743
- */
1744
- beginCreateAndWait(resourceGroupName: string, registryName: string, importPipelineName: string, importPipelineCreateParameters: ImportPipeline, options?: ImportPipelinesCreateOptionalParams): Promise<ImportPipelinesCreateResponse>;
1745
- /**
1746
- * Deletes an import pipeline from a container registry.
1747
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1748
- * @param registryName The name of the container registry.
1749
- * @param importPipelineName The name of the import pipeline.
1750
- * @param options The options parameters.
1751
- */
1752
- beginDelete(resourceGroupName: string, registryName: string, importPipelineName: string, options?: ImportPipelinesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
1753
- /**
1754
- * Deletes an import pipeline from a container registry.
1755
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
1756
- * @param registryName The name of the container registry.
1757
- * @param importPipelineName The name of the import pipeline.
1758
- * @param options The options parameters.
1759
- */
1760
- beginDeleteAndWait(resourceGroupName: string, registryName: string, importPipelineName: string, options?: ImportPipelinesDeleteOptionalParams): Promise<void>;
1761
- }
1762
-
1763
- /** Defines headers for ImportPipelines_create operation. */
1764
- export declare interface ImportPipelinesCreateHeaders {
1765
- azureAsyncOperation?: string;
1766
- }
1767
-
1768
- /** Optional parameters. */
1769
- export declare interface ImportPipelinesCreateOptionalParams extends coreClient.OperationOptions {
1770
- /** Delay to wait until next poll, in milliseconds. */
1771
- updateIntervalInMs?: number;
1772
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1773
- resumeFrom?: string;
1774
- }
1775
-
1776
- /** Contains response data for the create operation. */
1777
- export declare type ImportPipelinesCreateResponse = ImportPipeline;
1778
-
1779
- /** Defines headers for ImportPipelines_delete operation. */
1780
- export declare interface ImportPipelinesDeleteHeaders {
1781
- location?: string;
1782
- }
1783
-
1784
- /** Optional parameters. */
1785
- export declare interface ImportPipelinesDeleteOptionalParams extends coreClient.OperationOptions {
1786
- /** Delay to wait until next poll, in milliseconds. */
1787
- updateIntervalInMs?: number;
1788
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1789
- resumeFrom?: string;
1790
- }
1791
-
1792
- /** Optional parameters. */
1793
- export declare interface ImportPipelinesGetOptionalParams extends coreClient.OperationOptions {
1794
- }
1795
-
1796
- /** Contains response data for the get operation. */
1797
- export declare type ImportPipelinesGetResponse = ImportPipeline;
1798
-
1799
- /** Optional parameters. */
1800
- export declare interface ImportPipelinesListNextOptionalParams extends coreClient.OperationOptions {
1801
- }
1802
-
1803
- /** Contains response data for the listNext operation. */
1804
- export declare type ImportPipelinesListNextResponse = ImportPipelineListResult;
1805
-
1806
- /** Optional parameters. */
1807
- export declare interface ImportPipelinesListOptionalParams extends coreClient.OperationOptions {
1808
- }
1809
-
1810
- /** Contains response data for the list operation. */
1811
- export declare type ImportPipelinesListResponse = ImportPipelineListResult;
1812
-
1813
- /** The properties of the import pipeline source. */
1814
- export declare interface ImportPipelineSourceProperties {
1815
- /** The type of source for the import pipeline. */
1816
- type?: PipelineSourceType;
1817
- /**
1818
- * The source uri of the import pipeline.
1819
- * When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
1820
- * When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
1821
- */
1822
- uri?: string;
1823
- /** They key vault secret uri to obtain the source storage SAS token. */
1824
- keyVaultUri: string;
1825
- }
821
+ * **NoForce** \
822
+ * **Force**
823
+ */
824
+ export declare type ImportMode = string;
1826
825
 
1827
826
  export declare interface ImportSource {
1828
827
  /** The resource identifier of the source Azure Container Registry. */
@@ -1901,14 +900,6 @@ export declare enum KnownActionsRequired {
1901
900
  Recreate = "Recreate"
1902
901
  }
1903
902
 
1904
- /** Known values of {@link ActivationStatus} that the service accepts. */
1905
- export declare enum KnownActivationStatus {
1906
- /** Active */
1907
- Active = "Active",
1908
- /** Inactive */
1909
- Inactive = "Inactive"
1910
- }
1911
-
1912
903
  /** Known values of {@link Architecture} that the service accepts. */
1913
904
  export declare enum KnownArchitecture {
1914
905
  /** Amd64 */
@@ -1923,22 +914,6 @@ export declare enum KnownArchitecture {
1923
914
  Arm64 = "arm64"
1924
915
  }
1925
916
 
1926
- /** Known values of {@link AuditLogStatus} that the service accepts. */
1927
- export declare enum KnownAuditLogStatus {
1928
- /** Enabled */
1929
- Enabled = "Enabled",
1930
- /** Disabled */
1931
- Disabled = "Disabled"
1932
- }
1933
-
1934
- /** Known values of {@link AzureADAuthenticationAsArmPolicyStatus} that the service accepts. */
1935
- export declare enum KnownAzureADAuthenticationAsArmPolicyStatus {
1936
- /** Enabled */
1937
- Enabled = "enabled",
1938
- /** Disabled */
1939
- Disabled = "disabled"
1940
- }
1941
-
1942
917
  /** Known values of {@link BaseImageDependencyType} that the service accepts. */
1943
918
  export declare enum KnownBaseImageDependencyType {
1944
919
  /** BuildTime */
@@ -1955,36 +930,6 @@ export declare enum KnownBaseImageTriggerType {
1955
930
  Runtime = "Runtime"
1956
931
  }
1957
932
 
1958
- /** Known values of {@link CertificateType} that the service accepts. */
1959
- export declare enum KnownCertificateType {
1960
- /** LocalDirectory */
1961
- LocalDirectory = "LocalDirectory"
1962
- }
1963
-
1964
- /** Known values of {@link ConnectedRegistryMode} that the service accepts. */
1965
- export declare enum KnownConnectedRegistryMode {
1966
- /** ReadWrite */
1967
- ReadWrite = "ReadWrite",
1968
- /** ReadOnly */
1969
- ReadOnly = "ReadOnly",
1970
- /** Registry */
1971
- Registry = "Registry",
1972
- /** Mirror */
1973
- Mirror = "Mirror"
1974
- }
1975
-
1976
- /** Known values of {@link ConnectionState} that the service accepts. */
1977
- export declare enum KnownConnectionState {
1978
- /** Online */
1979
- Online = "Online",
1980
- /** Offline */
1981
- Offline = "Offline",
1982
- /** Syncing */
1983
- Syncing = "Syncing",
1984
- /** Unhealthy */
1985
- Unhealthy = "Unhealthy"
1986
- }
1987
-
1988
933
  /** Known values of {@link ConnectionStatus} that the service accepts. */
1989
934
  export declare enum KnownConnectionStatus {
1990
935
  /** Approved */
@@ -2009,20 +954,6 @@ export declare enum KnownCreatedByType {
2009
954
  Key = "Key"
2010
955
  }
2011
956
 
2012
- /** Known values of {@link CredentialHealthStatus} that the service accepts. */
2013
- export declare enum KnownCredentialHealthStatus {
2014
- /** Healthy */
2015
- Healthy = "Healthy",
2016
- /** Unhealthy */
2017
- Unhealthy = "Unhealthy"
2018
- }
2019
-
2020
- /** Known values of {@link CredentialName} that the service accepts. */
2021
- export declare enum KnownCredentialName {
2022
- /** Credential1 */
2023
- Credential1 = "Credential1"
2024
- }
2025
-
2026
957
  /** Known values of {@link DefaultAction} that the service accepts. */
2027
958
  export declare enum KnownDefaultAction {
2028
959
  /** Allow */
@@ -2067,20 +998,6 @@ export declare enum KnownLastModifiedByType {
2067
998
  Key = "Key"
2068
999
  }
2069
1000
 
2070
- /** Known values of {@link LogLevel} that the service accepts. */
2071
- export declare enum KnownLogLevel {
2072
- /** Debug */
2073
- Debug = "Debug",
2074
- /** Information */
2075
- Information = "Information",
2076
- /** Warning */
2077
- Warning = "Warning",
2078
- /** Error */
2079
- Error = "Error",
2080
- /** None */
2081
- None = "None"
2082
- }
2083
-
2084
1001
  /** Known values of {@link NetworkRuleBypassOptions} that the service accepts. */
2085
1002
  export declare enum KnownNetworkRuleBypassOptions {
2086
1003
  /** AzureServices */
@@ -2097,36 +1014,6 @@ export declare enum KnownOS {
2097
1014
  Linux = "Linux"
2098
1015
  }
2099
1016
 
2100
- /** Known values of {@link PipelineOptions} that the service accepts. */
2101
- export declare enum KnownPipelineOptions {
2102
- /** OverwriteTags */
2103
- OverwriteTags = "OverwriteTags",
2104
- /** OverwriteBlobs */
2105
- OverwriteBlobs = "OverwriteBlobs",
2106
- /** DeleteSourceBlobOnSuccess */
2107
- DeleteSourceBlobOnSuccess = "DeleteSourceBlobOnSuccess",
2108
- /** ContinueOnErrors */
2109
- ContinueOnErrors = "ContinueOnErrors"
2110
- }
2111
-
2112
- /** Known values of {@link PipelineRunSourceType} that the service accepts. */
2113
- export declare enum KnownPipelineRunSourceType {
2114
- /** AzureStorageBlob */
2115
- AzureStorageBlob = "AzureStorageBlob"
2116
- }
2117
-
2118
- /** Known values of {@link PipelineRunTargetType} that the service accepts. */
2119
- export declare enum KnownPipelineRunTargetType {
2120
- /** AzureStorageBlob */
2121
- AzureStorageBlob = "AzureStorageBlob"
2122
- }
2123
-
2124
- /** Known values of {@link PipelineSourceType} that the service accepts. */
2125
- export declare enum KnownPipelineSourceType {
2126
- /** AzureStorageBlobContainer */
2127
- AzureStorageBlobContainer = "AzureStorageBlobContainer"
2128
- }
2129
-
2130
1017
  /** Known values of {@link PolicyStatus} that the service accepts. */
2131
1018
  export declare enum KnownPolicyStatus {
2132
1019
  /** Enabled */
@@ -2273,14 +1160,6 @@ export declare enum KnownTaskStatus {
2273
1160
  Enabled = "Enabled"
2274
1161
  }
2275
1162
 
2276
- /** Known values of {@link TlsStatus} that the service accepts. */
2277
- export declare enum KnownTlsStatus {
2278
- /** Enabled */
2279
- Enabled = "Enabled",
2280
- /** Disabled */
2281
- Disabled = "Disabled"
2282
- }
2283
-
2284
1163
  /** Known values of {@link TokenCertificateName} that the service accepts. */
2285
1164
  export declare enum KnownTokenCertificateName {
2286
1165
  /** Certificate1 */
@@ -2387,41 +1266,6 @@ export declare enum KnownZoneRedundancy {
2387
1266
  */
2388
1267
  export declare type LastModifiedByType = string;
2389
1268
 
2390
- /** The logging properties of the connected registry. */
2391
- export declare interface LoggingProperties {
2392
- /** The verbosity of logs persisted on the connected registry. */
2393
- logLevel?: LogLevel;
2394
- /** Indicates whether audit logs are enabled on the connected registry. */
2395
- auditLogStatus?: AuditLogStatus;
2396
- }
2397
-
2398
- /** The login server properties of the connected registry. */
2399
- export declare interface LoginServerProperties {
2400
- /**
2401
- * The host of the connected registry. Can be FQDN or IP.
2402
- * NOTE: This property will not be serialized. It can only be populated by the server.
2403
- */
2404
- readonly host?: string;
2405
- /**
2406
- * The TLS properties of the connected registry login server.
2407
- * NOTE: This property will not be serialized. It can only be populated by the server.
2408
- */
2409
- readonly tls?: TlsProperties;
2410
- }
2411
-
2412
- /**
2413
- * Defines values for LogLevel. \
2414
- * {@link KnownLogLevel} can be used interchangeably with LogLevel,
2415
- * this enum contains the known values that the service supports.
2416
- * ### Known values supported by the service
2417
- * **Debug** \
2418
- * **Information** \
2419
- * **Warning** \
2420
- * **Error** \
2421
- * **None**
2422
- */
2423
- export declare type LogLevel = string;
2424
-
2425
1269
  /**
2426
1270
  * Defines values for NetworkRuleBypassOptions. \
2427
1271
  * {@link KnownNetworkRuleBypassOptions} can be used interchangeably with NetworkRuleBypassOptions,
@@ -2573,262 +1417,9 @@ export declare interface PackageType {
2573
1417
  readonly endpoint?: string;
2574
1418
  }
2575
1419
 
2576
- /** The properties of the connected registry parent. */
2577
- export declare interface ParentProperties {
2578
- /** The resource ID of the parent to which the connected registry will be associated. */
2579
- id?: string;
2580
- /** The sync properties of the connected registry with its parent. */
2581
- syncProperties: SyncProperties;
2582
- }
2583
-
2584
1420
  /** Defines values for PasswordName. */
2585
1421
  export declare type PasswordName = "password" | "password2";
2586
1422
 
2587
- /**
2588
- * Defines values for PipelineOptions. \
2589
- * {@link KnownPipelineOptions} can be used interchangeably with PipelineOptions,
2590
- * this enum contains the known values that the service supports.
2591
- * ### Known values supported by the service
2592
- * **OverwriteTags** \
2593
- * **OverwriteBlobs** \
2594
- * **DeleteSourceBlobOnSuccess** \
2595
- * **ContinueOnErrors**
2596
- */
2597
- export declare type PipelineOptions = string;
2598
-
2599
- /** An object that represents a pipeline run for a container registry. */
2600
- export declare interface PipelineRun extends ProxyResource {
2601
- /**
2602
- * The provisioning state of a pipeline run.
2603
- * NOTE: This property will not be serialized. It can only be populated by the server.
2604
- */
2605
- readonly provisioningState?: ProvisioningState;
2606
- /** The request parameters for a pipeline run. */
2607
- request?: PipelineRunRequest;
2608
- /**
2609
- * The response of a pipeline run.
2610
- * NOTE: This property will not be serialized. It can only be populated by the server.
2611
- */
2612
- readonly response?: PipelineRunResponse;
2613
- /** How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed. */
2614
- forceUpdateTag?: string;
2615
- }
2616
-
2617
- /** The result of a request to list pipeline runs for a container registry. */
2618
- export declare interface PipelineRunListResult {
2619
- /** 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. */
2620
- value?: PipelineRun[];
2621
- /** The URI that can be used to request the next list of pipeline runs. */
2622
- nextLink?: string;
2623
- }
2624
-
2625
- /** The request properties provided for a pipeline run. */
2626
- export declare interface PipelineRunRequest {
2627
- /** The resource ID of the pipeline to run. */
2628
- pipelineResourceId?: string;
2629
- /**
2630
- * List of source artifacts to be transferred by the pipeline.
2631
- * Specify an image by repository ('hello-world'). This will use the 'latest' tag.
2632
- * Specify an image by tag ('hello-world:latest').
2633
- * Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').
2634
- */
2635
- artifacts?: string[];
2636
- /** The source properties of the pipeline run. */
2637
- source?: PipelineRunSourceProperties;
2638
- /** The target properties of the pipeline run. */
2639
- target?: PipelineRunTargetProperties;
2640
- /** The digest of the tar used to transfer the artifacts. */
2641
- catalogDigest?: string;
2642
- }
2643
-
2644
- /** The response properties returned for a pipeline run. */
2645
- export declare interface PipelineRunResponse {
2646
- /** The current status of the pipeline run. */
2647
- status?: string;
2648
- /** The artifacts imported in the pipeline run. */
2649
- importedArtifacts?: string[];
2650
- /** The current progress of the copy operation. */
2651
- progress?: ProgressProperties;
2652
- /** The time the pipeline run started. */
2653
- startTime?: Date;
2654
- /** The time the pipeline run finished. */
2655
- finishTime?: Date;
2656
- /** The source of the pipeline run. */
2657
- source?: ImportPipelineSourceProperties;
2658
- /** The target of the pipeline run. */
2659
- target?: ExportPipelineTargetProperties;
2660
- /** The digest of the tar used to transfer the artifacts. */
2661
- catalogDigest?: string;
2662
- /** The trigger that caused the pipeline run. */
2663
- trigger?: PipelineTriggerDescriptor;
2664
- /** The detailed error message for the pipeline run in the case of failure. */
2665
- pipelineRunErrorMessage?: string;
2666
- }
2667
-
2668
- /** Interface representing a PipelineRuns. */
2669
- export declare interface PipelineRuns {
2670
- /**
2671
- * Lists all the pipeline runs for the specified container registry.
2672
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2673
- * @param registryName The name of the container registry.
2674
- * @param options The options parameters.
2675
- */
2676
- list(resourceGroupName: string, registryName: string, options?: PipelineRunsListOptionalParams): PagedAsyncIterableIterator<PipelineRun>;
2677
- /**
2678
- * Gets the detailed information for a given pipeline run.
2679
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2680
- * @param registryName The name of the container registry.
2681
- * @param pipelineRunName The name of the pipeline run.
2682
- * @param options The options parameters.
2683
- */
2684
- get(resourceGroupName: string, registryName: string, pipelineRunName: string, options?: PipelineRunsGetOptionalParams): Promise<PipelineRunsGetResponse>;
2685
- /**
2686
- * Creates a pipeline run for a container registry with the specified parameters
2687
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2688
- * @param registryName The name of the container registry.
2689
- * @param pipelineRunName The name of the pipeline run.
2690
- * @param pipelineRunCreateParameters The parameters for creating a pipeline run.
2691
- * @param options The options parameters.
2692
- */
2693
- beginCreate(resourceGroupName: string, registryName: string, pipelineRunName: string, pipelineRunCreateParameters: PipelineRun, options?: PipelineRunsCreateOptionalParams): Promise<SimplePollerLike<OperationState<PipelineRunsCreateResponse>, PipelineRunsCreateResponse>>;
2694
- /**
2695
- * Creates a pipeline run for a container registry with the specified parameters
2696
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2697
- * @param registryName The name of the container registry.
2698
- * @param pipelineRunName The name of the pipeline run.
2699
- * @param pipelineRunCreateParameters The parameters for creating a pipeline run.
2700
- * @param options The options parameters.
2701
- */
2702
- beginCreateAndWait(resourceGroupName: string, registryName: string, pipelineRunName: string, pipelineRunCreateParameters: PipelineRun, options?: PipelineRunsCreateOptionalParams): Promise<PipelineRunsCreateResponse>;
2703
- /**
2704
- * Deletes a pipeline run from a container registry.
2705
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2706
- * @param registryName The name of the container registry.
2707
- * @param pipelineRunName The name of the pipeline run.
2708
- * @param options The options parameters.
2709
- */
2710
- beginDelete(resourceGroupName: string, registryName: string, pipelineRunName: string, options?: PipelineRunsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
2711
- /**
2712
- * Deletes a pipeline run from a container registry.
2713
- * @param resourceGroupName The name of the resource group. The name is case insensitive.
2714
- * @param registryName The name of the container registry.
2715
- * @param pipelineRunName The name of the pipeline run.
2716
- * @param options The options parameters.
2717
- */
2718
- beginDeleteAndWait(resourceGroupName: string, registryName: string, pipelineRunName: string, options?: PipelineRunsDeleteOptionalParams): Promise<void>;
2719
- }
2720
-
2721
- /** Defines headers for PipelineRuns_create operation. */
2722
- export declare interface PipelineRunsCreateHeaders {
2723
- azureAsyncOperation?: string;
2724
- }
2725
-
2726
- /** Optional parameters. */
2727
- export declare interface PipelineRunsCreateOptionalParams extends coreClient.OperationOptions {
2728
- /** Delay to wait until next poll, in milliseconds. */
2729
- updateIntervalInMs?: number;
2730
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2731
- resumeFrom?: string;
2732
- }
2733
-
2734
- /** Contains response data for the create operation. */
2735
- export declare type PipelineRunsCreateResponse = PipelineRun;
2736
-
2737
- /** Defines headers for PipelineRuns_delete operation. */
2738
- export declare interface PipelineRunsDeleteHeaders {
2739
- location?: string;
2740
- }
2741
-
2742
- /** Optional parameters. */
2743
- export declare interface PipelineRunsDeleteOptionalParams extends coreClient.OperationOptions {
2744
- /** Delay to wait until next poll, in milliseconds. */
2745
- updateIntervalInMs?: number;
2746
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2747
- resumeFrom?: string;
2748
- }
2749
-
2750
- /** Optional parameters. */
2751
- export declare interface PipelineRunsGetOptionalParams extends coreClient.OperationOptions {
2752
- }
2753
-
2754
- /** Contains response data for the get operation. */
2755
- export declare type PipelineRunsGetResponse = PipelineRun;
2756
-
2757
- /** Optional parameters. */
2758
- export declare interface PipelineRunsListNextOptionalParams extends coreClient.OperationOptions {
2759
- }
2760
-
2761
- /** Contains response data for the listNext operation. */
2762
- export declare type PipelineRunsListNextResponse = PipelineRunListResult;
2763
-
2764
- /** Optional parameters. */
2765
- export declare interface PipelineRunsListOptionalParams extends coreClient.OperationOptions {
2766
- }
2767
-
2768
- /** Contains response data for the list operation. */
2769
- export declare type PipelineRunsListResponse = PipelineRunListResult;
2770
-
2771
- export declare interface PipelineRunSourceProperties {
2772
- /** The type of the source. */
2773
- type?: PipelineRunSourceType;
2774
- /** The name of the source. */
2775
- name?: string;
2776
- }
2777
-
2778
- /**
2779
- * Defines values for PipelineRunSourceType. \
2780
- * {@link KnownPipelineRunSourceType} can be used interchangeably with PipelineRunSourceType,
2781
- * this enum contains the known values that the service supports.
2782
- * ### Known values supported by the service
2783
- * **AzureStorageBlob**
2784
- */
2785
- export declare type PipelineRunSourceType = string;
2786
-
2787
- export declare interface PipelineRunTargetProperties {
2788
- /** The type of the target. */
2789
- type?: PipelineRunTargetType;
2790
- /** The name of the target. */
2791
- name?: string;
2792
- }
2793
-
2794
- /**
2795
- * Defines values for PipelineRunTargetType. \
2796
- * {@link KnownPipelineRunTargetType} can be used interchangeably with PipelineRunTargetType,
2797
- * this enum contains the known values that the service supports.
2798
- * ### Known values supported by the service
2799
- * **AzureStorageBlob**
2800
- */
2801
- export declare type PipelineRunTargetType = string;
2802
-
2803
- export declare interface PipelineSourceTriggerDescriptor {
2804
- /** The timestamp when the source update happened. */
2805
- timestamp?: Date;
2806
- }
2807
-
2808
- export declare interface PipelineSourceTriggerProperties {
2809
- /** The current status of the source trigger. */
2810
- status: TriggerStatus;
2811
- }
2812
-
2813
- /**
2814
- * Defines values for PipelineSourceType. \
2815
- * {@link KnownPipelineSourceType} can be used interchangeably with PipelineSourceType,
2816
- * this enum contains the known values that the service supports.
2817
- * ### Known values supported by the service
2818
- * **AzureStorageBlobContainer**
2819
- */
2820
- export declare type PipelineSourceType = string;
2821
-
2822
- export declare interface PipelineTriggerDescriptor {
2823
- /** The source trigger that caused the pipeline run. */
2824
- sourceTrigger?: PipelineSourceTriggerDescriptor;
2825
- }
2826
-
2827
- export declare interface PipelineTriggerProperties {
2828
- /** The source trigger properties of the pipeline. */
2829
- sourceTrigger?: PipelineSourceTriggerProperties;
2830
- }
2831
-
2832
1423
  /** The platform properties against which the run has to happen. */
2833
1424
  export declare interface PlatformProperties {
2834
1425
  /** The operating system type required for the run. */
@@ -2859,10 +1450,6 @@ export declare interface Policies {
2859
1450
  retentionPolicy?: RetentionPolicy;
2860
1451
  /** The export policy for a container registry. */
2861
1452
  exportPolicy?: ExportPolicy;
2862
- /** The policy for using ARM audience token for a container registry. */
2863
- azureADAuthenticationAsArmPolicy?: AzureADAuthenticationAsArmPolicy;
2864
- /** The soft delete policy for a container registry. */
2865
- softDeletePolicy?: SoftDeletePolicy;
2866
1453
  }
2867
1454
 
2868
1455
  /**
@@ -3042,11 +1629,6 @@ export declare interface PrivateLinkServiceConnectionState {
3042
1629
  actionsRequired?: ActionsRequired;
3043
1630
  }
3044
1631
 
3045
- export declare interface ProgressProperties {
3046
- /** The percentage complete of the copy operation. */
3047
- percentage?: string;
3048
- }
3049
-
3050
1632
  /**
3051
1633
  * Defines values for ProvisioningState. \
3052
1634
  * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
@@ -3503,8 +2085,6 @@ export declare interface Registry extends Resource {
3503
2085
  networkRuleBypassOptions?: NetworkRuleBypassOptions;
3504
2086
  /** Whether or not zone redundancy is enabled for this container registry */
3505
2087
  zoneRedundancy?: ZoneRedundancy;
3506
- /** Enables registry-wide pull from unauthenticated clients. */
3507
- anonymousPullEnabled?: boolean;
3508
2088
  }
3509
2089
 
3510
2090
  /** The response from the ListCredentials operation. */
@@ -3573,8 +2153,6 @@ export declare interface RegistryUpdateParameters {
3573
2153
  publicNetworkAccess?: PublicNetworkAccess;
3574
2154
  /** Whether to allow trusted Azure services to access a network restricted registry. */
3575
2155
  networkRuleBypassOptions?: NetworkRuleBypassOptions;
3576
- /** Enables registry-wide pull from unauthenticated clients. */
3577
- anonymousPullEnabled?: boolean;
3578
2156
  }
3579
2157
 
3580
2158
  /** The quota usage for a container registry. */
@@ -4348,19 +2926,6 @@ export declare type SkuName = string;
4348
2926
  */
4349
2927
  export declare type SkuTier = string;
4350
2928
 
4351
- /** The soft delete policy for a container registry */
4352
- export declare interface SoftDeletePolicy {
4353
- /** The number of days after which a soft-deleted item is permanently deleted. */
4354
- retentionDays?: number;
4355
- /**
4356
- * The timestamp when the policy was last updated.
4357
- * NOTE: This property will not be serialized. It can only be populated by the server.
4358
- */
4359
- readonly lastUpdatedTime?: Date;
4360
- /** The value that indicates whether the policy is enabled or not. */
4361
- status?: PolicyStatus;
4362
- }
4363
-
4364
2929
  /** The registry node that generated the event. Put differently, while the actor initiates the event, the source generates it. */
4365
2930
  export declare interface Source {
4366
2931
  /** The IP or hostname and the port of the registry node that generated the event. Generally, this will be resolved by os.Hostname() along with the running port. */
@@ -4508,35 +3073,6 @@ export declare interface Status {
4508
3073
  readonly timestamp?: Date;
4509
3074
  }
4510
3075
 
4511
- /** The status detail properties of the connected registry. */
4512
- export declare interface StatusDetailProperties {
4513
- /**
4514
- * The component of the connected registry corresponding to the status.
4515
- * NOTE: This property will not be serialized. It can only be populated by the server.
4516
- */
4517
- readonly type?: string;
4518
- /**
4519
- * The code of the status.
4520
- * NOTE: This property will not be serialized. It can only be populated by the server.
4521
- */
4522
- readonly code?: string;
4523
- /**
4524
- * The description of the status.
4525
- * NOTE: This property will not be serialized. It can only be populated by the server.
4526
- */
4527
- readonly description?: string;
4528
- /**
4529
- * The timestamp of the status.
4530
- * NOTE: This property will not be serialized. It can only be populated by the server.
4531
- */
4532
- readonly timestamp?: Date;
4533
- /**
4534
- * The correlation ID of the status.
4535
- * NOTE: This property will not be serialized. It can only be populated by the server.
4536
- */
4537
- readonly correlationId?: string;
4538
- }
4539
-
4540
3076
  /**
4541
3077
  * Defines values for StepType. \
4542
3078
  * {@link KnownStepType} can be used interchangeably with StepType,
@@ -4554,38 +3090,6 @@ export declare interface StorageAccountProperties {
4554
3090
  id: string;
4555
3091
  }
4556
3092
 
4557
- /** The sync properties of the connected registry with its parent. */
4558
- export declare interface SyncProperties {
4559
- /** The resource ID of the ACR token used to authenticate the connected registry to its parent during sync. */
4560
- tokenId: string;
4561
- /** The cron expression indicating the schedule that the connected registry will sync with its parent. */
4562
- schedule?: string;
4563
- /** 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. */
4564
- syncWindow?: string;
4565
- /** 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. */
4566
- messageTtl: string;
4567
- /**
4568
- * The last time a sync occurred between the connected registry and its parent.
4569
- * NOTE: This property will not be serialized. It can only be populated by the server.
4570
- */
4571
- readonly lastSyncTime?: Date;
4572
- /**
4573
- * The gateway endpoint used by the connected registry to communicate with its parent.
4574
- * NOTE: This property will not be serialized. It can only be populated by the server.
4575
- */
4576
- readonly gatewayEndpoint?: string;
4577
- }
4578
-
4579
- /** The parameters for updating the sync properties of the connected registry with its parent. */
4580
- export declare interface SyncUpdateProperties {
4581
- /** The cron expression indicating the schedule that the connected registry will sync with its parent. */
4582
- schedule?: string;
4583
- /** 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. */
4584
- syncWindow?: string;
4585
- /** 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. */
4586
- messageTtl?: string;
4587
- }
4588
-
4589
3093
  /** Metadata pertaining to creation and last modification of the resource. */
4590
3094
  export declare interface SystemData {
4591
3095
  /** The identity that created the resource. */
@@ -5098,44 +3602,6 @@ export declare interface TimerTriggerUpdateParameters {
5098
3602
  name: string;
5099
3603
  }
5100
3604
 
5101
- /** The TLS certificate properties of the connected registry login server. */
5102
- export declare interface TlsCertificateProperties {
5103
- /**
5104
- * The type of certificate location.
5105
- * NOTE: This property will not be serialized. It can only be populated by the server.
5106
- */
5107
- readonly type?: CertificateType;
5108
- /**
5109
- * Indicates the location of the certificates.
5110
- * NOTE: This property will not be serialized. It can only be populated by the server.
5111
- */
5112
- readonly location?: string;
5113
- }
5114
-
5115
- /** The TLS properties of the connected registry login server. */
5116
- export declare interface TlsProperties {
5117
- /**
5118
- * Indicates whether HTTPS is enabled for the login server.
5119
- * NOTE: This property will not be serialized. It can only be populated by the server.
5120
- */
5121
- readonly status?: TlsStatus;
5122
- /**
5123
- * The certificate used to configure HTTPS for the login server.
5124
- * NOTE: This property will not be serialized. It can only be populated by the server.
5125
- */
5126
- readonly certificate?: TlsCertificateProperties;
5127
- }
5128
-
5129
- /**
5130
- * Defines values for TlsStatus. \
5131
- * {@link KnownTlsStatus} can be used interchangeably with TlsStatus,
5132
- * this enum contains the known values that the service supports.
5133
- * ### Known values supported by the service
5134
- * **Enabled** \
5135
- * **Disabled**
5136
- */
5137
- export declare type TlsStatus = string;
5138
-
5139
3605
  /** An object that represents a token for a container registry. */
5140
3606
  export declare interface Token extends ProxyResource {
5141
3607
  /**