@azure/arm-containerregistry 10.1.1-alpha.20230918.1 → 11.0.0-alpha.20230920.2

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 (342) hide show
  1. package/CHANGELOG.md +347 -95
  2. package/README.md +1 -1
  3. package/dist/index.js +9587 -4023
  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/archiveVersionsCreateSample.d.ts +2 -0
  8. package/dist-esm/samples-dev/archiveVersionsCreateSample.d.ts.map +1 -0
  9. package/dist-esm/samples-dev/archiveVersionsCreateSample.js +42 -0
  10. package/dist-esm/samples-dev/archiveVersionsCreateSample.js.map +1 -0
  11. package/dist-esm/samples-dev/archiveVersionsDeleteSample.d.ts +2 -0
  12. package/dist-esm/samples-dev/archiveVersionsDeleteSample.d.ts.map +1 -0
  13. package/dist-esm/samples-dev/archiveVersionsDeleteSample.js +42 -0
  14. package/dist-esm/samples-dev/archiveVersionsDeleteSample.js.map +1 -0
  15. package/dist-esm/samples-dev/archiveVersionsGetSample.d.ts +2 -0
  16. package/dist-esm/samples-dev/archiveVersionsGetSample.d.ts.map +1 -0
  17. package/dist-esm/samples-dev/archiveVersionsGetSample.js +42 -0
  18. package/dist-esm/samples-dev/archiveVersionsGetSample.js.map +1 -0
  19. package/dist-esm/samples-dev/archiveVersionsListSample.d.ts +2 -0
  20. package/dist-esm/samples-dev/archiveVersionsListSample.d.ts.map +1 -0
  21. package/dist-esm/samples-dev/archiveVersionsListSample.js +62 -0
  22. package/dist-esm/samples-dev/archiveVersionsListSample.js.map +1 -0
  23. package/dist-esm/samples-dev/archivesCreateSample.d.ts +2 -0
  24. package/dist-esm/samples-dev/archivesCreateSample.d.ts.map +1 -0
  25. package/dist-esm/samples-dev/archivesCreateSample.js +46 -0
  26. package/dist-esm/samples-dev/archivesCreateSample.js.map +1 -0
  27. package/dist-esm/samples-dev/archivesDeleteSample.d.ts +2 -0
  28. package/dist-esm/samples-dev/archivesDeleteSample.d.ts.map +1 -0
  29. package/dist-esm/samples-dev/archivesDeleteSample.js +41 -0
  30. package/dist-esm/samples-dev/archivesDeleteSample.js.map +1 -0
  31. package/dist-esm/samples-dev/archivesGetSample.d.ts +2 -0
  32. package/dist-esm/samples-dev/archivesGetSample.d.ts.map +1 -0
  33. package/dist-esm/samples-dev/archivesGetSample.js +41 -0
  34. package/dist-esm/samples-dev/archivesGetSample.js.map +1 -0
  35. package/dist-esm/samples-dev/archivesListSample.d.ts +2 -0
  36. package/dist-esm/samples-dev/archivesListSample.d.ts.map +1 -0
  37. package/dist-esm/samples-dev/archivesListSample.js +61 -0
  38. package/dist-esm/samples-dev/archivesListSample.js.map +1 -0
  39. package/dist-esm/samples-dev/archivesUpdateSample.d.ts +2 -0
  40. package/dist-esm/samples-dev/archivesUpdateSample.d.ts.map +1 -0
  41. package/dist-esm/samples-dev/archivesUpdateSample.js +44 -0
  42. package/dist-esm/samples-dev/archivesUpdateSample.js.map +1 -0
  43. package/dist-esm/samples-dev/cacheRulesCreateSample.d.ts +2 -0
  44. package/dist-esm/samples-dev/cacheRulesCreateSample.d.ts.map +1 -0
  45. package/dist-esm/samples-dev/cacheRulesCreateSample.js +45 -0
  46. package/dist-esm/samples-dev/cacheRulesCreateSample.js.map +1 -0
  47. package/dist-esm/samples-dev/cacheRulesDeleteSample.d.ts +2 -0
  48. package/dist-esm/samples-dev/cacheRulesDeleteSample.d.ts.map +1 -0
  49. package/dist-esm/samples-dev/cacheRulesDeleteSample.js +40 -0
  50. package/dist-esm/samples-dev/cacheRulesDeleteSample.js.map +1 -0
  51. package/dist-esm/samples-dev/cacheRulesGetSample.d.ts +2 -0
  52. package/dist-esm/samples-dev/cacheRulesGetSample.d.ts.map +1 -0
  53. package/dist-esm/samples-dev/cacheRulesGetSample.js +40 -0
  54. package/dist-esm/samples-dev/cacheRulesGetSample.js.map +1 -0
  55. package/dist-esm/samples-dev/cacheRulesListSample.d.ts +2 -0
  56. package/dist-esm/samples-dev/cacheRulesListSample.d.ts.map +1 -0
  57. package/dist-esm/samples-dev/cacheRulesListSample.js +60 -0
  58. package/dist-esm/samples-dev/cacheRulesListSample.js.map +1 -0
  59. package/dist-esm/samples-dev/cacheRulesUpdateSample.d.ts +2 -0
  60. package/dist-esm/samples-dev/cacheRulesUpdateSample.d.ts.map +1 -0
  61. package/dist-esm/samples-dev/cacheRulesUpdateSample.js +43 -0
  62. package/dist-esm/samples-dev/cacheRulesUpdateSample.js.map +1 -0
  63. package/dist-esm/samples-dev/connectedRegistriesCreateSample.d.ts +2 -0
  64. package/dist-esm/samples-dev/connectedRegistriesCreateSample.d.ts.map +1 -0
  65. package/dist-esm/samples-dev/connectedRegistriesCreateSample.js +55 -0
  66. package/dist-esm/samples-dev/connectedRegistriesCreateSample.js.map +1 -0
  67. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.d.ts +2 -0
  68. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.d.ts.map +1 -0
  69. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.js +40 -0
  70. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.js.map +1 -0
  71. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.d.ts +2 -0
  72. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.d.ts.map +1 -0
  73. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.js +40 -0
  74. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.js.map +1 -0
  75. package/dist-esm/samples-dev/connectedRegistriesGetSample.d.ts +2 -0
  76. package/dist-esm/samples-dev/connectedRegistriesGetSample.d.ts.map +1 -0
  77. package/dist-esm/samples-dev/connectedRegistriesGetSample.js +40 -0
  78. package/dist-esm/samples-dev/connectedRegistriesGetSample.js.map +1 -0
  79. package/dist-esm/samples-dev/connectedRegistriesListSample.d.ts +2 -0
  80. package/dist-esm/samples-dev/connectedRegistriesListSample.d.ts.map +1 -0
  81. package/dist-esm/samples-dev/connectedRegistriesListSample.js +60 -0
  82. package/dist-esm/samples-dev/connectedRegistriesListSample.js.map +1 -0
  83. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.d.ts +2 -0
  84. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.d.ts.map +1 -0
  85. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.js +53 -0
  86. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.js.map +1 -0
  87. package/dist-esm/samples-dev/credentialSetsCreateSample.d.ts +2 -0
  88. package/dist-esm/samples-dev/credentialSetsCreateSample.d.ts.map +1 -0
  89. package/dist-esm/samples-dev/credentialSetsCreateSample.js +51 -0
  90. package/dist-esm/samples-dev/credentialSetsCreateSample.js.map +1 -0
  91. package/dist-esm/samples-dev/credentialSetsDeleteSample.d.ts +2 -0
  92. package/dist-esm/samples-dev/credentialSetsDeleteSample.d.ts.map +1 -0
  93. package/dist-esm/samples-dev/credentialSetsDeleteSample.js +40 -0
  94. package/dist-esm/samples-dev/credentialSetsDeleteSample.js.map +1 -0
  95. package/dist-esm/samples-dev/credentialSetsGetSample.d.ts +2 -0
  96. package/dist-esm/samples-dev/credentialSetsGetSample.d.ts.map +1 -0
  97. package/dist-esm/samples-dev/credentialSetsGetSample.js +40 -0
  98. package/dist-esm/samples-dev/credentialSetsGetSample.js.map +1 -0
  99. package/dist-esm/samples-dev/credentialSetsListSample.d.ts +2 -0
  100. package/dist-esm/samples-dev/credentialSetsListSample.d.ts.map +1 -0
  101. package/dist-esm/samples-dev/credentialSetsListSample.js +60 -0
  102. package/dist-esm/samples-dev/credentialSetsListSample.js.map +1 -0
  103. package/dist-esm/samples-dev/credentialSetsUpdateSample.d.ts +2 -0
  104. package/dist-esm/samples-dev/credentialSetsUpdateSample.d.ts.map +1 -0
  105. package/dist-esm/samples-dev/credentialSetsUpdateSample.js +49 -0
  106. package/dist-esm/samples-dev/credentialSetsUpdateSample.js.map +1 -0
  107. package/dist-esm/samples-dev/exportPipelinesCreateSample.d.ts +2 -0
  108. package/dist-esm/samples-dev/exportPipelinesCreateSample.d.ts.map +1 -0
  109. package/dist-esm/samples-dev/exportPipelinesCreateSample.js +50 -0
  110. package/dist-esm/samples-dev/exportPipelinesCreateSample.js.map +1 -0
  111. package/dist-esm/samples-dev/exportPipelinesDeleteSample.d.ts +2 -0
  112. package/dist-esm/samples-dev/exportPipelinesDeleteSample.d.ts.map +1 -0
  113. package/dist-esm/samples-dev/exportPipelinesDeleteSample.js +40 -0
  114. package/dist-esm/samples-dev/exportPipelinesDeleteSample.js.map +1 -0
  115. package/dist-esm/samples-dev/exportPipelinesGetSample.d.ts +2 -0
  116. package/dist-esm/samples-dev/exportPipelinesGetSample.d.ts.map +1 -0
  117. package/dist-esm/samples-dev/exportPipelinesGetSample.js +40 -0
  118. package/dist-esm/samples-dev/exportPipelinesGetSample.js.map +1 -0
  119. package/dist-esm/samples-dev/exportPipelinesListSample.d.ts +2 -0
  120. package/dist-esm/samples-dev/exportPipelinesListSample.d.ts.map +1 -0
  121. package/dist-esm/samples-dev/exportPipelinesListSample.js +60 -0
  122. package/dist-esm/samples-dev/exportPipelinesListSample.js.map +1 -0
  123. package/dist-esm/samples-dev/importPipelinesCreateSample.d.ts +2 -0
  124. package/dist-esm/samples-dev/importPipelinesCreateSample.d.ts.map +1 -0
  125. package/dist-esm/samples-dev/importPipelinesCreateSample.js +55 -0
  126. package/dist-esm/samples-dev/importPipelinesCreateSample.js.map +1 -0
  127. package/dist-esm/samples-dev/importPipelinesDeleteSample.d.ts +2 -0
  128. package/dist-esm/samples-dev/importPipelinesDeleteSample.d.ts.map +1 -0
  129. package/dist-esm/samples-dev/importPipelinesDeleteSample.js +40 -0
  130. package/dist-esm/samples-dev/importPipelinesDeleteSample.js.map +1 -0
  131. package/dist-esm/samples-dev/importPipelinesGetSample.d.ts +2 -0
  132. package/dist-esm/samples-dev/importPipelinesGetSample.d.ts.map +1 -0
  133. package/dist-esm/samples-dev/importPipelinesGetSample.js +40 -0
  134. package/dist-esm/samples-dev/importPipelinesGetSample.js.map +1 -0
  135. package/dist-esm/samples-dev/importPipelinesListSample.d.ts +2 -0
  136. package/dist-esm/samples-dev/importPipelinesListSample.d.ts.map +1 -0
  137. package/dist-esm/samples-dev/importPipelinesListSample.js +60 -0
  138. package/dist-esm/samples-dev/importPipelinesListSample.js.map +1 -0
  139. package/dist-esm/samples-dev/operationsListSample.js +1 -1
  140. package/dist-esm/samples-dev/pipelineRunsCreateSample.d.ts +2 -0
  141. package/dist-esm/samples-dev/pipelineRunsCreateSample.d.ts.map +1 -0
  142. package/dist-esm/samples-dev/pipelineRunsCreateSample.js +78 -0
  143. package/dist-esm/samples-dev/pipelineRunsCreateSample.js.map +1 -0
  144. package/dist-esm/samples-dev/pipelineRunsDeleteSample.d.ts +2 -0
  145. package/dist-esm/samples-dev/pipelineRunsDeleteSample.d.ts.map +1 -0
  146. package/dist-esm/samples-dev/pipelineRunsDeleteSample.js +40 -0
  147. package/dist-esm/samples-dev/pipelineRunsDeleteSample.js.map +1 -0
  148. package/dist-esm/samples-dev/pipelineRunsGetSample.d.ts +2 -0
  149. package/dist-esm/samples-dev/pipelineRunsGetSample.d.ts.map +1 -0
  150. package/dist-esm/samples-dev/pipelineRunsGetSample.js +40 -0
  151. package/dist-esm/samples-dev/pipelineRunsGetSample.js.map +1 -0
  152. package/dist-esm/samples-dev/pipelineRunsListSample.d.ts +2 -0
  153. package/dist-esm/samples-dev/pipelineRunsListSample.d.ts.map +1 -0
  154. package/dist-esm/samples-dev/pipelineRunsListSample.js +60 -0
  155. package/dist-esm/samples-dev/pipelineRunsListSample.js.map +1 -0
  156. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +1 -1
  157. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +1 -1
  158. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
  159. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +1 -1
  160. package/dist-esm/samples-dev/registriesCheckNameAvailabilitySample.js +2 -2
  161. package/dist-esm/samples-dev/registriesCreateSample.js +2 -2
  162. package/dist-esm/samples-dev/registriesDeleteSample.js +1 -1
  163. package/dist-esm/samples-dev/registriesGenerateCredentialsSample.js +1 -1
  164. package/dist-esm/samples-dev/registriesGetPrivateLinkResourceSample.js +1 -1
  165. package/dist-esm/samples-dev/registriesGetSample.js +1 -1
  166. package/dist-esm/samples-dev/registriesImportImageSample.js +3 -3
  167. package/dist-esm/samples-dev/registriesListByResourceGroupSample.js +1 -1
  168. package/dist-esm/samples-dev/registriesListCredentialsSample.js +1 -1
  169. package/dist-esm/samples-dev/registriesListPrivateLinkResourcesSample.js +1 -1
  170. package/dist-esm/samples-dev/registriesListSample.js +1 -1
  171. package/dist-esm/samples-dev/registriesListUsagesSample.js +1 -1
  172. package/dist-esm/samples-dev/registriesRegenerateCredentialSample.js +1 -1
  173. package/dist-esm/samples-dev/registriesUpdateSample.js +1 -1
  174. package/dist-esm/samples-dev/replicationsCreateSample.js +2 -2
  175. package/dist-esm/samples-dev/replicationsDeleteSample.js +1 -1
  176. package/dist-esm/samples-dev/replicationsGetSample.js +1 -1
  177. package/dist-esm/samples-dev/replicationsListSample.js +1 -1
  178. package/dist-esm/samples-dev/replicationsUpdateSample.js +1 -1
  179. package/dist-esm/samples-dev/scopeMapsCreateSample.js +1 -1
  180. package/dist-esm/samples-dev/scopeMapsDeleteSample.js +1 -1
  181. package/dist-esm/samples-dev/scopeMapsGetSample.js +1 -1
  182. package/dist-esm/samples-dev/scopeMapsListSample.js +1 -1
  183. package/dist-esm/samples-dev/scopeMapsUpdateSample.js +1 -1
  184. package/dist-esm/samples-dev/tokensCreateSample.js +1 -1
  185. package/dist-esm/samples-dev/tokensDeleteSample.js +1 -1
  186. package/dist-esm/samples-dev/tokensGetSample.js +1 -1
  187. package/dist-esm/samples-dev/tokensListSample.js +1 -1
  188. package/dist-esm/samples-dev/tokensUpdateSample.js +1 -1
  189. package/dist-esm/samples-dev/webhooksCreateSample.js +2 -4
  190. package/dist-esm/samples-dev/webhooksCreateSample.js.map +1 -1
  191. package/dist-esm/samples-dev/webhooksDeleteSample.js +1 -1
  192. package/dist-esm/samples-dev/webhooksGetCallbackConfigSample.js +1 -1
  193. package/dist-esm/samples-dev/webhooksGetSample.js +1 -1
  194. package/dist-esm/samples-dev/webhooksListEventsSample.js +1 -1
  195. package/dist-esm/samples-dev/webhooksListSample.js +1 -1
  196. package/dist-esm/samples-dev/webhooksPingSample.js +1 -1
  197. package/dist-esm/samples-dev/webhooksUpdateSample.js +2 -4
  198. package/dist-esm/samples-dev/webhooksUpdateSample.js.map +1 -1
  199. package/dist-esm/src/containerRegistryManagementClient.d.ts +9 -1
  200. package/dist-esm/src/containerRegistryManagementClient.d.ts.map +1 -1
  201. package/dist-esm/src/containerRegistryManagementClient.js +10 -2
  202. package/dist-esm/src/containerRegistryManagementClient.js.map +1 -1
  203. package/dist-esm/src/models/index.d.ts +1407 -173
  204. package/dist-esm/src/models/index.d.ts.map +1 -1
  205. package/dist-esm/src/models/index.js +162 -36
  206. package/dist-esm/src/models/index.js.map +1 -1
  207. package/dist-esm/src/models/mappers.d.ts +78 -7
  208. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  209. package/dist-esm/src/models/mappers.js +3402 -1636
  210. package/dist-esm/src/models/mappers.js.map +1 -1
  211. package/dist-esm/src/models/parameters.d.ts +25 -5
  212. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  213. package/dist-esm/src/models/parameters.js +208 -29
  214. package/dist-esm/src/models/parameters.js.map +1 -1
  215. package/dist-esm/src/operations/agentPools.js +11 -11
  216. package/dist-esm/src/operations/agentPools.js.map +1 -1
  217. package/dist-esm/src/operations/archiveVersions.d.ts +95 -0
  218. package/dist-esm/src/operations/archiveVersions.d.ts.map +1 -0
  219. package/dist-esm/src/operations/archiveVersions.js +421 -0
  220. package/dist-esm/src/operations/archiveVersions.js.map +1 -0
  221. package/dist-esm/src/operations/archives.d.ts +99 -0
  222. package/dist-esm/src/operations/archives.d.ts.map +1 -0
  223. package/dist-esm/src/operations/archives.js +441 -0
  224. package/dist-esm/src/operations/archives.js.map +1 -0
  225. package/dist-esm/src/operations/cacheRules.d.ts +99 -0
  226. package/dist-esm/src/operations/cacheRules.d.ts.map +1 -0
  227. package/dist-esm/src/operations/cacheRules.js +476 -0
  228. package/dist-esm/src/operations/cacheRules.js.map +1 -0
  229. package/dist-esm/src/operations/connectedRegistries.d.ts +115 -0
  230. package/dist-esm/src/operations/connectedRegistries.d.ts.map +1 -0
  231. package/dist-esm/src/operations/connectedRegistries.js +549 -0
  232. package/dist-esm/src/operations/connectedRegistries.js.map +1 -0
  233. package/dist-esm/src/operations/credentialSets.d.ts +99 -0
  234. package/dist-esm/src/operations/credentialSets.d.ts.map +1 -0
  235. package/dist-esm/src/operations/credentialSets.js +476 -0
  236. package/dist-esm/src/operations/credentialSets.js.map +1 -0
  237. package/dist-esm/src/operations/exportPipelines.d.ts +81 -0
  238. package/dist-esm/src/operations/exportPipelines.d.ts.map +1 -0
  239. package/dist-esm/src/operations/exportPipelines.js +369 -0
  240. package/dist-esm/src/operations/exportPipelines.js.map +1 -0
  241. package/dist-esm/src/operations/importPipelines.d.ts +81 -0
  242. package/dist-esm/src/operations/importPipelines.d.ts.map +1 -0
  243. package/dist-esm/src/operations/importPipelines.js +369 -0
  244. package/dist-esm/src/operations/importPipelines.js.map +1 -0
  245. package/dist-esm/src/operations/index.d.ts +8 -0
  246. package/dist-esm/src/operations/index.d.ts.map +1 -1
  247. package/dist-esm/src/operations/index.js +8 -0
  248. package/dist-esm/src/operations/index.js.map +1 -1
  249. package/dist-esm/src/operations/pipelineRuns.d.ts +81 -0
  250. package/dist-esm/src/operations/pipelineRuns.d.ts.map +1 -0
  251. package/dist-esm/src/operations/pipelineRuns.js +369 -0
  252. package/dist-esm/src/operations/pipelineRuns.js.map +1 -0
  253. package/dist-esm/src/operations/privateEndpointConnections.js +1 -1
  254. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
  255. package/dist-esm/src/operations/registries.js +8 -8
  256. package/dist-esm/src/operations/registries.js.map +1 -1
  257. package/dist-esm/src/operations/replications.js +2 -2
  258. package/dist-esm/src/operations/replications.js.map +1 -1
  259. package/dist-esm/src/operations/runs.js +10 -10
  260. package/dist-esm/src/operations/runs.js.map +1 -1
  261. package/dist-esm/src/operations/scopeMaps.js +2 -2
  262. package/dist-esm/src/operations/scopeMaps.js.map +1 -1
  263. package/dist-esm/src/operations/taskRuns.js +11 -11
  264. package/dist-esm/src/operations/taskRuns.js.map +1 -1
  265. package/dist-esm/src/operations/tasks.js +11 -11
  266. package/dist-esm/src/operations/tasks.js.map +1 -1
  267. package/dist-esm/src/operations/tokens.js +2 -2
  268. package/dist-esm/src/operations/tokens.js.map +1 -1
  269. package/dist-esm/src/operations/webhooks.js +2 -2
  270. package/dist-esm/src/operations/webhooks.js.map +1 -1
  271. package/dist-esm/src/operationsInterfaces/archiveVersions.d.ts +66 -0
  272. package/dist-esm/src/operationsInterfaces/archiveVersions.d.ts.map +1 -0
  273. package/dist-esm/src/operationsInterfaces/archiveVersions.js +9 -0
  274. package/dist-esm/src/operationsInterfaces/archiveVersions.js.map +1 -0
  275. package/dist-esm/src/operationsInterfaces/archives.d.ts +72 -0
  276. package/dist-esm/src/operationsInterfaces/archives.d.ts.map +1 -0
  277. package/dist-esm/src/operationsInterfaces/archives.js +9 -0
  278. package/dist-esm/src/operationsInterfaces/archives.js.map +1 -0
  279. package/dist-esm/src/operationsInterfaces/cacheRules.d.ts +74 -0
  280. package/dist-esm/src/operationsInterfaces/cacheRules.d.ts.map +1 -0
  281. package/dist-esm/src/operationsInterfaces/cacheRules.js +9 -0
  282. package/dist-esm/src/operationsInterfaces/cacheRules.js.map +1 -0
  283. package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts +90 -0
  284. package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts.map +1 -0
  285. package/dist-esm/src/operationsInterfaces/connectedRegistries.js +9 -0
  286. package/dist-esm/src/operationsInterfaces/connectedRegistries.js.map +1 -0
  287. package/dist-esm/src/operationsInterfaces/credentialSets.d.ts +74 -0
  288. package/dist-esm/src/operationsInterfaces/credentialSets.d.ts.map +1 -0
  289. package/dist-esm/src/operationsInterfaces/credentialSets.js +9 -0
  290. package/dist-esm/src/operationsInterfaces/credentialSets.js.map +1 -0
  291. package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts +56 -0
  292. package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts.map +1 -0
  293. package/dist-esm/src/operationsInterfaces/exportPipelines.js +9 -0
  294. package/dist-esm/src/operationsInterfaces/exportPipelines.js.map +1 -0
  295. package/dist-esm/src/operationsInterfaces/importPipelines.d.ts +56 -0
  296. package/dist-esm/src/operationsInterfaces/importPipelines.d.ts.map +1 -0
  297. package/dist-esm/src/operationsInterfaces/importPipelines.js +9 -0
  298. package/dist-esm/src/operationsInterfaces/importPipelines.js.map +1 -0
  299. package/dist-esm/src/operationsInterfaces/index.d.ts +8 -0
  300. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  301. package/dist-esm/src/operationsInterfaces/index.js +8 -0
  302. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  303. package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts +56 -0
  304. package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts.map +1 -0
  305. package/dist-esm/src/operationsInterfaces/pipelineRuns.js +9 -0
  306. package/dist-esm/src/operationsInterfaces/pipelineRuns.js.map +1 -0
  307. package/package.json +7 -7
  308. package/review/arm-containerregistry.api.md +1090 -25
  309. package/src/containerRegistryManagementClient.ts +33 -1
  310. package/src/models/index.ts +2084 -642
  311. package/src/models/mappers.ts +4223 -2319
  312. package/src/models/parameters.ts +240 -30
  313. package/src/operations/agentPools.ts +11 -11
  314. package/src/operations/archiveVersions.ts +600 -0
  315. package/src/operations/archives.ts +621 -0
  316. package/src/operations/cacheRules.ts +661 -0
  317. package/src/operations/connectedRegistries.ts +757 -0
  318. package/src/operations/credentialSets.ts +661 -0
  319. package/src/operations/exportPipelines.ts +500 -0
  320. package/src/operations/importPipelines.ts +500 -0
  321. package/src/operations/index.ts +8 -0
  322. package/src/operations/pipelineRuns.ts +500 -0
  323. package/src/operations/privateEndpointConnections.ts +1 -1
  324. package/src/operations/registries.ts +8 -8
  325. package/src/operations/replications.ts +2 -2
  326. package/src/operations/runs.ts +10 -10
  327. package/src/operations/scopeMaps.ts +2 -2
  328. package/src/operations/taskRuns.ts +11 -11
  329. package/src/operations/tasks.ts +11 -11
  330. package/src/operations/tokens.ts +2 -2
  331. package/src/operations/webhooks.ts +2 -2
  332. package/src/operationsInterfaces/archiveVersions.ts +135 -0
  333. package/src/operationsInterfaces/archives.ts +147 -0
  334. package/src/operationsInterfaces/cacheRules.ts +153 -0
  335. package/src/operationsInterfaces/connectedRegistries.ts +174 -0
  336. package/src/operationsInterfaces/credentialSets.ts +153 -0
  337. package/src/operationsInterfaces/exportPipelines.ts +109 -0
  338. package/src/operationsInterfaces/importPipelines.ts +109 -0
  339. package/src/operationsInterfaces/index.ts +8 -0
  340. package/src/operationsInterfaces/pipelineRuns.ts +109 -0
  341. package/types/arm-containerregistry.d.ts +2019 -71
  342. package/types/tsdoc-metadata.json +1 -1
@@ -25,6 +25,405 @@ export type TaskStepUpdateParametersUnion =
25
25
  | FileTaskStepUpdateParameters
26
26
  | EncodedTaskStepUpdateParameters;
27
27
 
28
+ /** The result of a request to list archives for a container registry. */
29
+ export interface ArchiveListResult {
30
+ /** The list of archives. Since this list may be incomplete, the nextLink field should be used to request the next list of distributions. */
31
+ value?: Archive[];
32
+ /** The URI that can be used to request the next list of archives. */
33
+ nextLink?: string;
34
+ }
35
+
36
+ /** The properties of a archive. */
37
+ export interface ArchiveProperties {
38
+ /** The package source of the archive. */
39
+ packageSource?: ArchivePackageSourceProperties;
40
+ /** The published version of the archive. */
41
+ publishedVersion?: string;
42
+ repositoryEndpointPrefix?: string;
43
+ /** NOTE: This property will not be serialized. It can only be populated by the server. */
44
+ readonly repositoryEndpoint?: string;
45
+ /**
46
+ * The provisioning state of the archive at the time the operation was called.
47
+ * NOTE: This property will not be serialized. It can only be populated by the server.
48
+ */
49
+ readonly provisioningState?: ProvisioningState;
50
+ }
51
+
52
+ /** The properties of the archive package source. */
53
+ export interface ArchivePackageSourceProperties {
54
+ /** The type of package source for a archive. */
55
+ type?: PackageSourceType;
56
+ /** The external repository url. */
57
+ url?: string;
58
+ }
59
+
60
+ /** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. */
61
+ export interface ProxyResource {
62
+ /**
63
+ * The resource ID.
64
+ * NOTE: This property will not be serialized. It can only be populated by the server.
65
+ */
66
+ readonly id?: string;
67
+ /**
68
+ * The name of the resource.
69
+ * NOTE: This property will not be serialized. It can only be populated by the server.
70
+ */
71
+ readonly name?: string;
72
+ /**
73
+ * The type of the resource.
74
+ * NOTE: This property will not be serialized. It can only be populated by the server.
75
+ */
76
+ readonly type?: string;
77
+ /**
78
+ * Metadata pertaining to creation and last modification of the resource.
79
+ * NOTE: This property will not be serialized. It can only be populated by the server.
80
+ */
81
+ readonly systemData?: SystemData;
82
+ }
83
+
84
+ /** Metadata pertaining to creation and last modification of the resource. */
85
+ export interface SystemData {
86
+ /** The identity that created the resource. */
87
+ createdBy?: string;
88
+ /** The type of identity that created the resource. */
89
+ createdByType?: CreatedByType;
90
+ /** The timestamp of resource creation (UTC). */
91
+ createdAt?: Date;
92
+ /** The identity that last modified the resource. */
93
+ lastModifiedBy?: string;
94
+ /** The type of identity that last modified the resource. */
95
+ lastModifiedByType?: LastModifiedByType;
96
+ /** The timestamp of resource modification (UTC). */
97
+ lastModifiedAt?: Date;
98
+ }
99
+
100
+ /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
101
+ export interface ErrorResponse {
102
+ /** The error object. */
103
+ error?: ErrorDetail;
104
+ }
105
+
106
+ /** The error detail. */
107
+ export interface ErrorDetail {
108
+ /**
109
+ * The error code.
110
+ * NOTE: This property will not be serialized. It can only be populated by the server.
111
+ */
112
+ readonly code?: string;
113
+ /**
114
+ * The error message.
115
+ * NOTE: This property will not be serialized. It can only be populated by the server.
116
+ */
117
+ readonly message?: string;
118
+ /**
119
+ * The error target.
120
+ * NOTE: This property will not be serialized. It can only be populated by the server.
121
+ */
122
+ readonly target?: string;
123
+ /**
124
+ * The error details.
125
+ * NOTE: This property will not be serialized. It can only be populated by the server.
126
+ */
127
+ readonly details?: ErrorDetail[];
128
+ /**
129
+ * The error additional info.
130
+ * NOTE: This property will not be serialized. It can only be populated by the server.
131
+ */
132
+ readonly additionalInfo?: ErrorAdditionalInfo[];
133
+ }
134
+
135
+ /** The resource management error additional info. */
136
+ export interface ErrorAdditionalInfo {
137
+ /**
138
+ * The additional info type.
139
+ * NOTE: This property will not be serialized. It can only be populated by the server.
140
+ */
141
+ readonly type?: string;
142
+ /**
143
+ * The additional info.
144
+ * NOTE: This property will not be serialized. It can only be populated by the server.
145
+ */
146
+ readonly info?: Record<string, unknown>;
147
+ }
148
+
149
+ /** The parameters for updating a archive. */
150
+ export interface ArchiveUpdateParameters {
151
+ /** The published version of the archive. */
152
+ publishedVersion?: string;
153
+ }
154
+
155
+ /** The result of a request to list export pipelines for a container registry. */
156
+ export interface ArchiveVersionListResult {
157
+ /** 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. */
158
+ value?: ArchiveVersion[];
159
+ /** The URI that can be used to request the next list of pipeline runs. */
160
+ nextLink?: string;
161
+ }
162
+
163
+ /** The result of a request to list cache rules for a container registry. */
164
+ export interface CacheRulesListResult {
165
+ /** The list of cache rules. */
166
+ value?: CacheRule[];
167
+ /** If provided, client must use NextLink URI to request next list of cache rules. */
168
+ nextLink?: string;
169
+ }
170
+
171
+ /** The parameters for updating a cache rule. */
172
+ export interface CacheRuleUpdateParameters {
173
+ /** The ARM resource ID of the credential store which is associated with the Cache rule. */
174
+ credentialSetResourceId?: string;
175
+ }
176
+
177
+ /** The result of a request to list connected registries for a container registry. */
178
+ export interface ConnectedRegistryListResult {
179
+ /** 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. */
180
+ value?: ConnectedRegistry[];
181
+ /** The URI that can be used to request the next list of connected registries. */
182
+ nextLink?: string;
183
+ }
184
+
185
+ /** The activation properties of the connected registry. */
186
+ export interface ActivationProperties {
187
+ /**
188
+ * The activation status of the connected registry.
189
+ * NOTE: This property will not be serialized. It can only be populated by the server.
190
+ */
191
+ readonly status?: ActivationStatus;
192
+ }
193
+
194
+ /** The properties of the connected registry parent. */
195
+ export interface ParentProperties {
196
+ /** The resource ID of the parent to which the connected registry will be associated. */
197
+ id?: string;
198
+ /** The sync properties of the connected registry with its parent. */
199
+ syncProperties: SyncProperties;
200
+ }
201
+
202
+ /** The sync properties of the connected registry with its parent. */
203
+ export interface SyncProperties {
204
+ /** The resource ID of the ACR token used to authenticate the connected registry to its parent during sync. */
205
+ tokenId: string;
206
+ /** The cron expression indicating the schedule that the connected registry will sync with its parent. */
207
+ schedule?: string;
208
+ /** 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. */
209
+ syncWindow?: string;
210
+ /** 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. */
211
+ messageTtl: string;
212
+ /**
213
+ * The last time a sync occurred between the connected registry and its parent.
214
+ * NOTE: This property will not be serialized. It can only be populated by the server.
215
+ */
216
+ readonly lastSyncTime?: Date;
217
+ /**
218
+ * The gateway endpoint used by the connected registry to communicate with its parent.
219
+ * NOTE: This property will not be serialized. It can only be populated by the server.
220
+ */
221
+ readonly gatewayEndpoint?: string;
222
+ }
223
+
224
+ /** The login server properties of the connected registry. */
225
+ export interface LoginServerProperties {
226
+ /**
227
+ * The host of the connected registry. Can be FQDN or IP.
228
+ * NOTE: This property will not be serialized. It can only be populated by the server.
229
+ */
230
+ readonly host?: string;
231
+ /**
232
+ * The TLS properties of the connected registry login server.
233
+ * NOTE: This property will not be serialized. It can only be populated by the server.
234
+ */
235
+ readonly tls?: TlsProperties;
236
+ }
237
+
238
+ /** The TLS properties of the connected registry login server. */
239
+ export interface TlsProperties {
240
+ /**
241
+ * Indicates whether HTTPS is enabled for the login server.
242
+ * NOTE: This property will not be serialized. It can only be populated by the server.
243
+ */
244
+ readonly status?: TlsStatus;
245
+ /**
246
+ * The certificate used to configure HTTPS for the login server.
247
+ * NOTE: This property will not be serialized. It can only be populated by the server.
248
+ */
249
+ readonly certificate?: TlsCertificateProperties;
250
+ }
251
+
252
+ /** The TLS certificate properties of the connected registry login server. */
253
+ export interface TlsCertificateProperties {
254
+ /**
255
+ * The type of certificate location.
256
+ * NOTE: This property will not be serialized. It can only be populated by the server.
257
+ */
258
+ readonly type?: CertificateType;
259
+ /**
260
+ * Indicates the location of the certificates.
261
+ * NOTE: This property will not be serialized. It can only be populated by the server.
262
+ */
263
+ readonly location?: string;
264
+ }
265
+
266
+ /** The logging properties of the connected registry. */
267
+ export interface LoggingProperties {
268
+ /** The verbosity of logs persisted on the connected registry. */
269
+ logLevel?: LogLevel;
270
+ /** Indicates whether audit logs are enabled on the connected registry. */
271
+ auditLogStatus?: AuditLogStatus;
272
+ }
273
+
274
+ /** The status detail properties of the connected registry. */
275
+ export interface StatusDetailProperties {
276
+ /**
277
+ * The component of the connected registry corresponding to the status.
278
+ * NOTE: This property will not be serialized. It can only be populated by the server.
279
+ */
280
+ readonly type?: string;
281
+ /**
282
+ * The code of the status.
283
+ * NOTE: This property will not be serialized. It can only be populated by the server.
284
+ */
285
+ readonly code?: string;
286
+ /**
287
+ * The description of the status.
288
+ * NOTE: This property will not be serialized. It can only be populated by the server.
289
+ */
290
+ readonly description?: string;
291
+ /**
292
+ * The timestamp of the status.
293
+ * NOTE: This property will not be serialized. It can only be populated by the server.
294
+ */
295
+ readonly timestamp?: Date;
296
+ /**
297
+ * The correlation ID of the status.
298
+ * NOTE: This property will not be serialized. It can only be populated by the server.
299
+ */
300
+ readonly correlationId?: string;
301
+ }
302
+
303
+ /** The parameters for updating a connected registry. */
304
+ export interface ConnectedRegistryUpdateParameters {
305
+ /** The sync properties of the connected registry with its parent. */
306
+ syncProperties?: SyncUpdateProperties;
307
+ /** The logging properties of the connected registry. */
308
+ logging?: LoggingProperties;
309
+ /** The list of the ACR token resource IDs used to authenticate clients to the connected registry. */
310
+ clientTokenIds?: string[];
311
+ /** The list of notifications subscription information for the connected registry. */
312
+ notificationsList?: string[];
313
+ }
314
+
315
+ /** The parameters for updating the sync properties of the connected registry with its parent. */
316
+ export interface SyncUpdateProperties {
317
+ /** The cron expression indicating the schedule that the connected registry will sync with its parent. */
318
+ schedule?: string;
319
+ /** 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. */
320
+ syncWindow?: string;
321
+ /** 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. */
322
+ messageTtl?: string;
323
+ }
324
+
325
+ /** The result of a request to list credential sets for a container registry. */
326
+ export interface CredentialSetListResult {
327
+ /** 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. */
328
+ value?: CredentialSet[];
329
+ /** The URI that can be used to request the next list of credential sets. */
330
+ nextLink?: string;
331
+ }
332
+
333
+ /** Managed identity for the resource. */
334
+ export interface IdentityProperties {
335
+ /**
336
+ * The principal ID of resource identity.
337
+ * NOTE: This property will not be serialized. It can only be populated by the server.
338
+ */
339
+ readonly principalId?: string;
340
+ /**
341
+ * The tenant ID of resource.
342
+ * NOTE: This property will not be serialized. It can only be populated by the server.
343
+ */
344
+ readonly tenantId?: string;
345
+ /** The identity type. */
346
+ type?: ResourceIdentityType;
347
+ /**
348
+ * The list of user identities associated with the resource. The user identity
349
+ * dictionary key references will be ARM resource ids in the form:
350
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/
351
+ * providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
352
+ */
353
+ userAssignedIdentities?: { [propertyName: string]: UserIdentityProperties };
354
+ }
355
+
356
+ export interface UserIdentityProperties {
357
+ /**
358
+ * The principal id of user assigned identity.
359
+ * NOTE: This property will not be serialized. It can only be populated by the server.
360
+ */
361
+ readonly principalId?: string;
362
+ /**
363
+ * The client id of user assigned identity.
364
+ * NOTE: This property will not be serialized. It can only be populated by the server.
365
+ */
366
+ readonly clientId?: string;
367
+ }
368
+
369
+ /** Authentication credential stored for an upstream. */
370
+ export interface AuthCredential {
371
+ /** The name of the credential. */
372
+ name?: CredentialName;
373
+ /** KeyVault Secret URI for accessing the username. */
374
+ usernameSecretIdentifier?: string;
375
+ /** KeyVault Secret URI for accessing the password. */
376
+ passwordSecretIdentifier?: string;
377
+ /**
378
+ * This provides data pertaining to the health of the auth credential.
379
+ * NOTE: This property will not be serialized. It can only be populated by the server.
380
+ */
381
+ readonly credentialHealth?: CredentialHealth;
382
+ }
383
+
384
+ /** The health of the auth credential. */
385
+ export interface CredentialHealth {
386
+ /** The health status of credential. */
387
+ status?: CredentialHealthStatus;
388
+ /** Error code representing the health check error. */
389
+ errorCode?: string;
390
+ /** Descriptive message representing the health check error. */
391
+ errorMessage?: string;
392
+ }
393
+
394
+ /** The parameters for updating a credential set */
395
+ export interface CredentialSetUpdateParameters {
396
+ /** Identities associated with the resource. This is used to access the KeyVault secrets. */
397
+ identity?: IdentityProperties;
398
+ /**
399
+ * List of authentication credentials stored for an upstream.
400
+ * Usually consists of a primary and an optional secondary credential.
401
+ */
402
+ authCredentials?: AuthCredential[];
403
+ }
404
+
405
+ /** The result of a request to list export pipelines for a container registry. */
406
+ export interface ExportPipelineListResult {
407
+ /** 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. */
408
+ value?: ExportPipeline[];
409
+ /** The URI that can be used to request the next list of pipeline runs. */
410
+ nextLink?: string;
411
+ }
412
+
413
+ /** The properties of the export pipeline target. */
414
+ export interface ExportPipelineTargetProperties {
415
+ /** The type of target for the export pipeline. */
416
+ type?: string;
417
+ /**
418
+ * The target uri of the export pipeline.
419
+ * When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
420
+ * When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
421
+ */
422
+ uri?: string;
423
+ /** They key vault secret uri to obtain the target storage SAS token. */
424
+ keyVaultUri: string;
425
+ }
426
+
28
427
  export interface ImportImageParameters {
29
428
  /** The source of the image. */
30
429
  source: ImportSource;
@@ -59,6 +458,38 @@ export interface ImportSourceCredentials {
59
458
  password: string;
60
459
  }
61
460
 
461
+ /** The result of a request to list import pipelines for a container registry. */
462
+ export interface ImportPipelineListResult {
463
+ /** 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. */
464
+ value?: ImportPipeline[];
465
+ /** The URI that can be used to request the next list of pipeline runs. */
466
+ nextLink?: string;
467
+ }
468
+
469
+ /** The properties of the import pipeline source. */
470
+ export interface ImportPipelineSourceProperties {
471
+ /** The type of source for the import pipeline. */
472
+ type?: PipelineSourceType;
473
+ /**
474
+ * The source uri of the import pipeline.
475
+ * When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
476
+ * When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
477
+ */
478
+ uri?: string;
479
+ /** They key vault secret uri to obtain the source storage SAS token. */
480
+ keyVaultUri: string;
481
+ }
482
+
483
+ export interface PipelineTriggerProperties {
484
+ /** The source trigger properties of the pipeline. */
485
+ sourceTrigger?: PipelineSourceTriggerProperties;
486
+ }
487
+
488
+ export interface PipelineSourceTriggerProperties {
489
+ /** The current status of the source trigger. */
490
+ status: TriggerStatus;
491
+ }
492
+
62
493
  /** The result of a request to list container registry operations. */
63
494
  export interface OperationListResult {
64
495
  /** The list of container registry operations. Since this list may be incomplete, the nextLink field should be used to request the next list of operations. */
@@ -148,6 +579,86 @@ export interface RegistryNameStatus {
148
579
  message?: string;
149
580
  }
150
581
 
582
+ /** The result of a request to list pipeline runs for a container registry. */
583
+ export interface PipelineRunListResult {
584
+ /** 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. */
585
+ value?: PipelineRun[];
586
+ /** The URI that can be used to request the next list of pipeline runs. */
587
+ nextLink?: string;
588
+ }
589
+
590
+ /** The request properties provided for a pipeline run. */
591
+ export interface PipelineRunRequest {
592
+ /** The resource ID of the pipeline to run. */
593
+ pipelineResourceId?: string;
594
+ /**
595
+ * List of source artifacts to be transferred by the pipeline.
596
+ * Specify an image by repository ('hello-world'). This will use the 'latest' tag.
597
+ * Specify an image by tag ('hello-world:latest').
598
+ * Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').
599
+ */
600
+ artifacts?: string[];
601
+ /** The source properties of the pipeline run. */
602
+ source?: PipelineRunSourceProperties;
603
+ /** The target properties of the pipeline run. */
604
+ target?: PipelineRunTargetProperties;
605
+ /** The digest of the tar used to transfer the artifacts. */
606
+ catalogDigest?: string;
607
+ }
608
+
609
+ export interface PipelineRunSourceProperties {
610
+ /** The type of the source. */
611
+ type?: PipelineRunSourceType;
612
+ /** The name of the source. */
613
+ name?: string;
614
+ }
615
+
616
+ export interface PipelineRunTargetProperties {
617
+ /** The type of the target. */
618
+ type?: PipelineRunTargetType;
619
+ /** The name of the target. */
620
+ name?: string;
621
+ }
622
+
623
+ /** The response properties returned for a pipeline run. */
624
+ export interface PipelineRunResponse {
625
+ /** The current status of the pipeline run. */
626
+ status?: string;
627
+ /** The artifacts imported in the pipeline run. */
628
+ importedArtifacts?: string[];
629
+ /** The current progress of the copy operation. */
630
+ progress?: ProgressProperties;
631
+ /** The time the pipeline run started. */
632
+ startTime?: Date;
633
+ /** The time the pipeline run finished. */
634
+ finishTime?: Date;
635
+ /** The source of the pipeline run. */
636
+ source?: ImportPipelineSourceProperties;
637
+ /** The target of the pipeline run. */
638
+ target?: ExportPipelineTargetProperties;
639
+ /** The digest of the tar used to transfer the artifacts. */
640
+ catalogDigest?: string;
641
+ /** The trigger that caused the pipeline run. */
642
+ trigger?: PipelineTriggerDescriptor;
643
+ /** The detailed error message for the pipeline run in the case of failure. */
644
+ pipelineRunErrorMessage?: string;
645
+ }
646
+
647
+ export interface ProgressProperties {
648
+ /** The percentage complete of the copy operation. */
649
+ percentage?: string;
650
+ }
651
+
652
+ export interface PipelineTriggerDescriptor {
653
+ /** The source trigger that caused the pipeline run. */
654
+ sourceTrigger?: PipelineSourceTriggerDescriptor;
655
+ }
656
+
657
+ export interface PipelineSourceTriggerDescriptor {
658
+ /** The timestamp when the source update happened. */
659
+ timestamp?: Date;
660
+ }
661
+
151
662
  /** The result of a request to list private endpoint connections for a container registry. */
152
663
  export interface PrivateEndpointConnectionListResult {
153
664
  /** The list of private endpoint connections. Since this list may be incomplete, the nextLink field should be used to request the next list of private endpoint connections. */
@@ -172,46 +683,6 @@ export interface PrivateLinkServiceConnectionState {
172
683
  actionsRequired?: ActionsRequired;
173
684
  }
174
685
 
175
- /** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. */
176
- export interface ProxyResource {
177
- /**
178
- * The resource ID.
179
- * NOTE: This property will not be serialized. It can only be populated by the server.
180
- */
181
- readonly id?: string;
182
- /**
183
- * The name of the resource.
184
- * NOTE: This property will not be serialized. It can only be populated by the server.
185
- */
186
- readonly name?: string;
187
- /**
188
- * The type of the resource.
189
- * NOTE: This property will not be serialized. It can only be populated by the server.
190
- */
191
- readonly type?: string;
192
- /**
193
- * Metadata pertaining to creation and last modification of the resource.
194
- * NOTE: This property will not be serialized. It can only be populated by the server.
195
- */
196
- readonly systemData?: SystemData;
197
- }
198
-
199
- /** Metadata pertaining to creation and last modification of the resource. */
200
- export interface SystemData {
201
- /** The identity that created the resource. */
202
- createdBy?: string;
203
- /** The type of identity that created the resource. */
204
- createdByType?: CreatedByType;
205
- /** The timestamp of resource creation (UTC). */
206
- createdAt?: Date;
207
- /** The identity that last modified the resource. */
208
- lastModifiedBy?: string;
209
- /** The type of identity that last modified the resource. */
210
- lastModifiedByType?: LastModifiedByType;
211
- /** The timestamp of resource modification (UTC). */
212
- lastModifiedAt?: Date;
213
- }
214
-
215
686
  /** The result of a request to list container registries. */
216
687
  export interface RegistryListResult {
217
688
  /** The list of container registries. Since this list may be incomplete, the nextLink field should be used to request the next list of container registries. */
@@ -231,30 +702,6 @@ export interface Sku {
231
702
  readonly tier?: SkuTier;
232
703
  }
233
704
 
234
- /** Managed identity for the resource. */
235
- export interface IdentityProperties {
236
- /** The principal ID of resource identity. */
237
- principalId?: string;
238
- /** The tenant ID of resource. */
239
- tenantId?: string;
240
- /** The identity type. */
241
- type?: ResourceIdentityType;
242
- /**
243
- * The list of user identities associated with the resource. The user identity
244
- * dictionary key references will be ARM resource ids in the form:
245
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/
246
- * providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
247
- */
248
- userAssignedIdentities?: { [propertyName: string]: UserIdentityProperties };
249
- }
250
-
251
- export interface UserIdentityProperties {
252
- /** The principal id of user assigned identity. */
253
- principalId?: string;
254
- /** The client id of user assigned identity. */
255
- clientId?: string;
256
- }
257
-
258
705
  /** The status of an Azure resource at the time the operation was called. */
259
706
  export interface Status {
260
707
  /**
@@ -300,6 +747,10 @@ export interface Policies {
300
747
  retentionPolicy?: RetentionPolicy;
301
748
  /** The export policy for a container registry. */
302
749
  exportPolicy?: ExportPolicy;
750
+ /** The policy for using ARM audience token for a container registry. */
751
+ azureADAuthenticationAsArmPolicy?: AzureADAuthenticationAsArmPolicy;
752
+ /** The soft delete policy for a container registry. */
753
+ softDeletePolicy?: SoftDeletePolicy;
303
754
  }
304
755
 
305
756
  /** The quarantine policy for a container registry. */
@@ -335,6 +786,25 @@ export interface ExportPolicy {
335
786
  status?: ExportPolicyStatus;
336
787
  }
337
788
 
789
+ /** The policy for using ARM audience token for a container registry. */
790
+ export interface AzureADAuthenticationAsArmPolicy {
791
+ /** The value that indicates whether the policy is enabled or not. */
792
+ status?: AzureADAuthenticationAsArmPolicyStatus;
793
+ }
794
+
795
+ /** The soft delete policy for a container registry */
796
+ export interface SoftDeletePolicy {
797
+ /** The number of days after which a soft-deleted item is permanently deleted. */
798
+ retentionDays?: number;
799
+ /**
800
+ * The timestamp when the policy was last updated.
801
+ * NOTE: This property will not be serialized. It can only be populated by the server.
802
+ */
803
+ readonly lastUpdatedTime?: Date;
804
+ /** The value that indicates whether the policy is enabled or not. */
805
+ status?: PolicyStatus;
806
+ }
807
+
338
808
  export interface EncryptionProperty {
339
809
  /** Indicates whether or not the encryption is enabled for container registry. */
340
810
  status?: EncryptionStatus;
@@ -414,6 +884,8 @@ export interface RegistryUpdateParameters {
414
884
  publicNetworkAccess?: PublicNetworkAccess;
415
885
  /** Whether to allow trusted Azure services to access a network restricted registry. */
416
886
  networkRuleBypassOptions?: NetworkRuleBypassOptions;
887
+ /** Enables registry-wide pull from unauthenticated clients. */
888
+ anonymousPullEnabled?: boolean;
417
889
  }
418
890
 
419
891
  /** The result of a request to get container registry quota usages. */
@@ -461,34 +933,6 @@ export interface PrivateLinkResource {
461
933
  requiredZoneNames?: string[];
462
934
  }
463
935
 
464
- /** An error response from the Azure Container Registry service. */
465
- export interface ErrorResponse {
466
- /** Azure container registry build API error body. */
467
- error?: ErrorResponseBody;
468
- }
469
-
470
- /** An error response from the Azure Container Registry service. */
471
- export interface ErrorResponseBody {
472
- /** error code. */
473
- code: string;
474
- /** error message. */
475
- message: string;
476
- /** target of the particular error. */
477
- target?: string;
478
- /** an array of additional nested error response info objects, as described by this contract. */
479
- details?: InnerErrorDescription[];
480
- }
481
-
482
- /** inner error. */
483
- export interface InnerErrorDescription {
484
- /** error code. */
485
- code: string;
486
- /** error message. */
487
- message: string;
488
- /** target of the particular error. */
489
- target?: string;
490
- }
491
-
492
936
  /** The response from the ListCredentials operation. */
493
937
  export interface RegistryListCredentialsResult {
494
938
  /** The username for a container registry. */
@@ -775,6 +1219,34 @@ export interface CallbackConfig {
775
1219
  customHeaders?: { [propertyName: string]: string };
776
1220
  }
777
1221
 
1222
+ /** An error response from the Azure Container Registry service. */
1223
+ export interface ErrorResponseForContainerRegistry {
1224
+ /** Azure container registry build API error body. */
1225
+ error?: ErrorResponseBody;
1226
+ }
1227
+
1228
+ /** An error response from the Azure Container Registry service. */
1229
+ export interface ErrorResponseBody {
1230
+ /** error code. */
1231
+ code: string;
1232
+ /** error message. */
1233
+ message: string;
1234
+ /** target of the particular error. */
1235
+ target?: string;
1236
+ /** an array of additional nested error response info objects, as described by this contract. */
1237
+ details?: InnerErrorDescription[];
1238
+ }
1239
+
1240
+ /** inner error. */
1241
+ export interface InnerErrorDescription {
1242
+ /** error code. */
1243
+ code: string;
1244
+ /** error message. */
1245
+ message: string;
1246
+ /** target of the particular error. */
1247
+ target?: string;
1248
+ }
1249
+
778
1250
  /** The parameters for updating an agent pool. */
779
1251
  export interface AgentPoolUpdateParameters {
780
1252
  /** The ARM resource tags. */
@@ -1305,6 +1777,192 @@ export interface OverrideTaskStepProperties {
1305
1777
  updateTriggerToken?: string;
1306
1778
  }
1307
1779
 
1780
+ /** The properties of the Debian package Archive. */
1781
+ export interface DebianArchiveProperties extends ArchiveProperties {
1782
+ /** Debian distribution Name. */
1783
+ distributionName?: string;
1784
+ }
1785
+
1786
+ /** The properties of the archive package source. */
1787
+ export interface DebianArchivePackageSourceProperties
1788
+ extends ArchivePackageSourceProperties {
1789
+ /** Upstream Debian distribution Name. */
1790
+ distributionName?: string;
1791
+ }
1792
+
1793
+ /** An object that represents a archive for a container registry. */
1794
+ export interface Archive extends ProxyResource {
1795
+ /** The package source of the archive. */
1796
+ packageSource?: ArchivePackageSourceProperties;
1797
+ /** The published version of the archive. */
1798
+ publishedVersion?: string;
1799
+ repositoryEndpointPrefix?: string;
1800
+ /** NOTE: This property will not be serialized. It can only be populated by the server. */
1801
+ readonly repositoryEndpoint?: string;
1802
+ /**
1803
+ * The provisioning state of the archive at the time the operation was called.
1804
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1805
+ */
1806
+ readonly provisioningState?: ProvisioningState;
1807
+ }
1808
+
1809
+ /** An object that represents an export pipeline for a container registry. */
1810
+ export interface ArchiveVersion extends ProxyResource {
1811
+ /**
1812
+ * The provisioning state of the archive at the time the operation was called.
1813
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1814
+ */
1815
+ readonly provisioningState?: ProvisioningState;
1816
+ /** The detailed error message for the archive version in the case of failure. */
1817
+ archiveVersionErrorMessage?: string;
1818
+ }
1819
+
1820
+ /** An object that represents a cache rule for a container registry. */
1821
+ export interface CacheRule extends ProxyResource {
1822
+ /** The ARM resource ID of the credential store which is associated with the cache rule. */
1823
+ credentialSetResourceId?: string;
1824
+ /** Source repository pulled from upstream. */
1825
+ sourceRepository?: string;
1826
+ /**
1827
+ * Target repository specified in docker pull command.
1828
+ * Eg: docker pull myregistry.azurecr.io/{targetRepository}:{tag}
1829
+ */
1830
+ targetRepository?: string;
1831
+ /**
1832
+ * The creation date of the cache rule.
1833
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1834
+ */
1835
+ readonly creationDate?: Date;
1836
+ /**
1837
+ * Provisioning state of the resource.
1838
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1839
+ */
1840
+ readonly provisioningState?: ProvisioningState;
1841
+ }
1842
+
1843
+ /** An object that represents a connected registry for a container registry. */
1844
+ export interface ConnectedRegistry extends ProxyResource {
1845
+ /**
1846
+ * Provisioning state of the resource.
1847
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1848
+ */
1849
+ readonly provisioningState?: ProvisioningState;
1850
+ /** The mode of the connected registry resource that indicates the permissions of the registry. */
1851
+ mode?: ConnectedRegistryMode;
1852
+ /**
1853
+ * The current version of ACR runtime on the connected registry.
1854
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1855
+ */
1856
+ readonly version?: string;
1857
+ /**
1858
+ * The current connection state of the connected registry.
1859
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1860
+ */
1861
+ readonly connectionState?: ConnectionState;
1862
+ /**
1863
+ * The last activity time of the connected registry.
1864
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1865
+ */
1866
+ readonly lastActivityTime?: Date;
1867
+ /**
1868
+ * The activation properties of the connected registry.
1869
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1870
+ */
1871
+ readonly activation?: ActivationProperties;
1872
+ /** The parent of the connected registry. */
1873
+ parent?: ParentProperties;
1874
+ /** The list of the ACR token resource IDs used to authenticate clients to the connected registry. */
1875
+ clientTokenIds?: string[];
1876
+ /** The login server properties of the connected registry. */
1877
+ loginServer?: LoginServerProperties;
1878
+ /** The logging properties of the connected registry. */
1879
+ logging?: LoggingProperties;
1880
+ /**
1881
+ * The list of current statuses of the connected registry.
1882
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1883
+ */
1884
+ readonly statusDetails?: StatusDetailProperties[];
1885
+ /** The list of notifications subscription information for the connected registry. */
1886
+ notificationsList?: string[];
1887
+ }
1888
+
1889
+ /** An object that represents a credential set resource for a container registry. */
1890
+ export interface CredentialSet extends ProxyResource {
1891
+ /** Identities associated with the resource. This is used to access the KeyVault secrets. */
1892
+ identity?: IdentityProperties;
1893
+ /** The credentials are stored for this upstream or login server. */
1894
+ loginServer?: string;
1895
+ /**
1896
+ * List of authentication credentials stored for an upstream.
1897
+ * Usually consists of a primary and an optional secondary credential.
1898
+ */
1899
+ authCredentials?: AuthCredential[];
1900
+ /**
1901
+ * The creation date of credential store resource.
1902
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1903
+ */
1904
+ readonly creationDate?: Date;
1905
+ /**
1906
+ * Provisioning state of the resource.
1907
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1908
+ */
1909
+ readonly provisioningState?: ProvisioningState;
1910
+ }
1911
+
1912
+ /** An object that represents an export pipeline for a container registry. */
1913
+ export interface ExportPipeline extends ProxyResource {
1914
+ /** The location of the export pipeline. */
1915
+ location?: string;
1916
+ /** The identity of the export pipeline. */
1917
+ identity?: IdentityProperties;
1918
+ /** The target properties of the export pipeline. */
1919
+ target?: ExportPipelineTargetProperties;
1920
+ /** The list of all options configured for the pipeline. */
1921
+ options?: PipelineOptions[];
1922
+ /**
1923
+ * The provisioning state of the pipeline at the time the operation was called.
1924
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1925
+ */
1926
+ readonly provisioningState?: ProvisioningState;
1927
+ }
1928
+
1929
+ /** An object that represents an import pipeline for a container registry. */
1930
+ export interface ImportPipeline extends ProxyResource {
1931
+ /** The location of the import pipeline. */
1932
+ location?: string;
1933
+ /** The identity of the import pipeline. */
1934
+ identity?: IdentityProperties;
1935
+ /** The source properties of the import pipeline. */
1936
+ source?: ImportPipelineSourceProperties;
1937
+ /** The properties that describe the trigger of the import pipeline. */
1938
+ trigger?: PipelineTriggerProperties;
1939
+ /** The list of all options configured for the pipeline. */
1940
+ options?: PipelineOptions[];
1941
+ /**
1942
+ * The provisioning state of the pipeline at the time the operation was called.
1943
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1944
+ */
1945
+ readonly provisioningState?: ProvisioningState;
1946
+ }
1947
+
1948
+ /** An object that represents a pipeline run for a container registry. */
1949
+ export interface PipelineRun extends ProxyResource {
1950
+ /**
1951
+ * The provisioning state of a pipeline run.
1952
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1953
+ */
1954
+ readonly provisioningState?: ProvisioningState;
1955
+ /** The request parameters for a pipeline run. */
1956
+ request?: PipelineRunRequest;
1957
+ /**
1958
+ * The response of a pipeline run.
1959
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1960
+ */
1961
+ readonly response?: PipelineRunResponse;
1962
+ /** How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed. */
1963
+ forceUpdateTag?: string;
1964
+ }
1965
+
1308
1966
  /** An object that represents a private endpoint connection for a container registry. */
1309
1967
  export interface PrivateEndpointConnection extends ProxyResource {
1310
1968
  /** The resource of private endpoint. */
@@ -1496,6 +2154,8 @@ export interface Registry extends Resource {
1496
2154
  networkRuleBypassOptions?: NetworkRuleBypassOptions;
1497
2155
  /** Whether or not zone redundancy is enabled for this container registry */
1498
2156
  zoneRedundancy?: ZoneRedundancy;
2157
+ /** Enables registry-wide pull from unauthenticated clients. */
2158
+ anonymousPullEnabled?: boolean;
1499
2159
  }
1500
2160
 
1501
2161
  /** An object that represents a replication for a container registry. */
@@ -1775,160 +2435,215 @@ export interface EncodedTaskStepUpdateParameters
1775
2435
  values?: SetValue[];
1776
2436
  }
1777
2437
 
1778
- /** Defines headers for Registries_importImage operation. */
1779
- export interface RegistriesImportImageHeaders {
1780
- location?: string;
1781
- }
1782
-
1783
- /** Defines headers for Registries_create operation. */
1784
- export interface RegistriesCreateHeaders {
2438
+ /** Defines headers for Archives_create operation. */
2439
+ export interface ArchivesCreateHeaders {
1785
2440
  azureAsyncOperation?: string;
1786
2441
  }
1787
2442
 
1788
- /** Defines headers for Registries_delete operation. */
1789
- export interface RegistriesDeleteHeaders {
2443
+ /** Defines headers for Archives_delete operation. */
2444
+ export interface ArchivesDeleteHeaders {
1790
2445
  location?: string;
1791
2446
  }
1792
2447
 
1793
- /** Defines headers for Registries_update operation. */
1794
- export interface RegistriesUpdateHeaders {
2448
+ /** Defines headers for ArchiveVersions_create operation. */
2449
+ export interface ArchiveVersionsCreateHeaders {
1795
2450
  azureAsyncOperation?: string;
1796
2451
  }
1797
2452
 
1798
- /** Defines headers for Registries_generateCredentials operation. */
1799
- export interface RegistriesGenerateCredentialsHeaders {
2453
+ /** Defines headers for ArchiveVersions_delete operation. */
2454
+ export interface ArchiveVersionsDeleteHeaders {
1800
2455
  location?: string;
1801
2456
  }
1802
2457
 
1803
- /** Defines headers for PrivateEndpointConnections_createOrUpdate operation. */
1804
- export interface PrivateEndpointConnectionsCreateOrUpdateHeaders {
2458
+ /** Defines headers for CacheRules_create operation. */
2459
+ export interface CacheRulesCreateHeaders {
1805
2460
  azureAsyncOperation?: string;
1806
2461
  }
1807
2462
 
1808
- /** Defines headers for PrivateEndpointConnections_delete operation. */
1809
- export interface PrivateEndpointConnectionsDeleteHeaders {
2463
+ /** Defines headers for CacheRules_delete operation. */
2464
+ export interface CacheRulesDeleteHeaders {
1810
2465
  location?: string;
1811
2466
  }
1812
2467
 
1813
- /** Defines headers for Replications_create operation. */
1814
- export interface ReplicationsCreateHeaders {
2468
+ /** Defines headers for CacheRules_update operation. */
2469
+ export interface CacheRulesUpdateHeaders {
1815
2470
  azureAsyncOperation?: string;
1816
2471
  }
1817
2472
 
1818
- /** Defines headers for Replications_delete operation. */
1819
- export interface ReplicationsDeleteHeaders {
2473
+ /** Defines headers for ConnectedRegistries_create operation. */
2474
+ export interface ConnectedRegistriesCreateHeaders {
2475
+ azureAsyncOperation?: string;
2476
+ }
2477
+
2478
+ /** Defines headers for ConnectedRegistries_delete operation. */
2479
+ export interface ConnectedRegistriesDeleteHeaders {
1820
2480
  location?: string;
1821
2481
  }
1822
2482
 
1823
- /** Defines headers for Replications_update operation. */
1824
- export interface ReplicationsUpdateHeaders {
2483
+ /** Defines headers for ConnectedRegistries_update operation. */
2484
+ export interface ConnectedRegistriesUpdateHeaders {
1825
2485
  azureAsyncOperation?: string;
1826
2486
  }
1827
2487
 
1828
- /** Defines headers for ScopeMaps_create operation. */
1829
- export interface ScopeMapsCreateHeaders {
2488
+ /** Defines headers for ConnectedRegistries_deactivate operation. */
2489
+ export interface ConnectedRegistriesDeactivateHeaders {
2490
+ location?: string;
2491
+ }
2492
+
2493
+ /** Defines headers for CredentialSets_create operation. */
2494
+ export interface CredentialSetsCreateHeaders {
1830
2495
  azureAsyncOperation?: string;
1831
2496
  }
1832
2497
 
1833
- /** Defines headers for ScopeMaps_delete operation. */
1834
- export interface ScopeMapsDeleteHeaders {
2498
+ /** Defines headers for CredentialSets_delete operation. */
2499
+ export interface CredentialSetsDeleteHeaders {
1835
2500
  location?: string;
1836
2501
  }
1837
2502
 
1838
- /** Defines headers for ScopeMaps_update operation. */
1839
- export interface ScopeMapsUpdateHeaders {
2503
+ /** Defines headers for CredentialSets_update operation. */
2504
+ export interface CredentialSetsUpdateHeaders {
1840
2505
  azureAsyncOperation?: string;
1841
2506
  }
1842
2507
 
1843
- /** Defines headers for Tokens_create operation. */
1844
- export interface TokensCreateHeaders {
2508
+ /** Defines headers for ExportPipelines_create operation. */
2509
+ export interface ExportPipelinesCreateHeaders {
1845
2510
  azureAsyncOperation?: string;
1846
2511
  }
1847
2512
 
1848
- /** Defines headers for Tokens_delete operation. */
1849
- export interface TokensDeleteHeaders {
2513
+ /** Defines headers for ExportPipelines_delete operation. */
2514
+ export interface ExportPipelinesDeleteHeaders {
1850
2515
  location?: string;
1851
2516
  }
1852
2517
 
1853
- /** Defines headers for Tokens_update operation. */
1854
- export interface TokensUpdateHeaders {
1855
- azureAsyncOperation?: string;
2518
+ /** Defines headers for Registries_importImage operation. */
2519
+ export interface RegistriesImportImageHeaders {
2520
+ location?: string;
1856
2521
  }
1857
2522
 
1858
- /** Defines headers for Webhooks_create operation. */
1859
- export interface WebhooksCreateHeaders {
2523
+ /** Defines headers for Registries_create operation. */
2524
+ export interface RegistriesCreateHeaders {
1860
2525
  azureAsyncOperation?: string;
1861
2526
  }
1862
2527
 
1863
- /** Defines headers for Webhooks_delete operation. */
1864
- export interface WebhooksDeleteHeaders {
2528
+ /** Defines headers for Registries_delete operation. */
2529
+ export interface RegistriesDeleteHeaders {
1865
2530
  location?: string;
1866
2531
  }
1867
2532
 
1868
- /** Defines headers for Webhooks_update operation. */
1869
- export interface WebhooksUpdateHeaders {
2533
+ /** Defines headers for Registries_update operation. */
2534
+ export interface RegistriesUpdateHeaders {
1870
2535
  azureAsyncOperation?: string;
1871
2536
  }
1872
2537
 
1873
- /** Known values of {@link ImportMode} that the service accepts. */
1874
- export enum KnownImportMode {
1875
- /** NoForce */
1876
- NoForce = "NoForce",
1877
- /** Force */
1878
- Force = "Force"
2538
+ /** Defines headers for Registries_generateCredentials operation. */
2539
+ export interface RegistriesGenerateCredentialsHeaders {
2540
+ location?: string;
1879
2541
  }
1880
2542
 
1881
- /**
1882
- * Defines values for ImportMode. \
1883
- * {@link KnownImportMode} can be used interchangeably with ImportMode,
1884
- * this enum contains the known values that the service supports.
1885
- * ### Known values supported by the service
1886
- * **NoForce** \
1887
- * **Force**
1888
- */
1889
- export type ImportMode = string;
2543
+ /** Defines headers for ImportPipelines_create operation. */
2544
+ export interface ImportPipelinesCreateHeaders {
2545
+ azureAsyncOperation?: string;
2546
+ }
1890
2547
 
1891
- /** Known values of {@link ConnectionStatus} that the service accepts. */
1892
- export enum KnownConnectionStatus {
1893
- /** Approved */
1894
- Approved = "Approved",
1895
- /** Pending */
1896
- Pending = "Pending",
1897
- /** Rejected */
1898
- Rejected = "Rejected",
1899
- /** Disconnected */
1900
- Disconnected = "Disconnected"
2548
+ /** Defines headers for ImportPipelines_delete operation. */
2549
+ export interface ImportPipelinesDeleteHeaders {
2550
+ location?: string;
1901
2551
  }
1902
2552
 
1903
- /**
1904
- * Defines values for ConnectionStatus. \
1905
- * {@link KnownConnectionStatus} can be used interchangeably with ConnectionStatus,
1906
- * this enum contains the known values that the service supports.
1907
- * ### Known values supported by the service
1908
- * **Approved** \
1909
- * **Pending** \
1910
- * **Rejected** \
1911
- * **Disconnected**
1912
- */
1913
- export type ConnectionStatus = string;
2553
+ /** Defines headers for PipelineRuns_create operation. */
2554
+ export interface PipelineRunsCreateHeaders {
2555
+ azureAsyncOperation?: string;
2556
+ }
1914
2557
 
1915
- /** Known values of {@link ActionsRequired} that the service accepts. */
1916
- export enum KnownActionsRequired {
1917
- /** None */
1918
- None = "None",
1919
- /** Recreate */
1920
- Recreate = "Recreate"
2558
+ /** Defines headers for PipelineRuns_delete operation. */
2559
+ export interface PipelineRunsDeleteHeaders {
2560
+ location?: string;
2561
+ }
2562
+
2563
+ /** Defines headers for PrivateEndpointConnections_createOrUpdate operation. */
2564
+ export interface PrivateEndpointConnectionsCreateOrUpdateHeaders {
2565
+ azureAsyncOperation?: string;
2566
+ }
2567
+
2568
+ /** Defines headers for PrivateEndpointConnections_delete operation. */
2569
+ export interface PrivateEndpointConnectionsDeleteHeaders {
2570
+ location?: string;
2571
+ }
2572
+
2573
+ /** Defines headers for Replications_create operation. */
2574
+ export interface ReplicationsCreateHeaders {
2575
+ azureAsyncOperation?: string;
2576
+ }
2577
+
2578
+ /** Defines headers for Replications_delete operation. */
2579
+ export interface ReplicationsDeleteHeaders {
2580
+ location?: string;
2581
+ }
2582
+
2583
+ /** Defines headers for Replications_update operation. */
2584
+ export interface ReplicationsUpdateHeaders {
2585
+ azureAsyncOperation?: string;
2586
+ }
2587
+
2588
+ /** Defines headers for ScopeMaps_create operation. */
2589
+ export interface ScopeMapsCreateHeaders {
2590
+ azureAsyncOperation?: string;
2591
+ }
2592
+
2593
+ /** Defines headers for ScopeMaps_delete operation. */
2594
+ export interface ScopeMapsDeleteHeaders {
2595
+ location?: string;
2596
+ }
2597
+
2598
+ /** Defines headers for ScopeMaps_update operation. */
2599
+ export interface ScopeMapsUpdateHeaders {
2600
+ azureAsyncOperation?: string;
2601
+ }
2602
+
2603
+ /** Defines headers for Tokens_create operation. */
2604
+ export interface TokensCreateHeaders {
2605
+ azureAsyncOperation?: string;
2606
+ }
2607
+
2608
+ /** Defines headers for Tokens_delete operation. */
2609
+ export interface TokensDeleteHeaders {
2610
+ location?: string;
2611
+ }
2612
+
2613
+ /** Defines headers for Tokens_update operation. */
2614
+ export interface TokensUpdateHeaders {
2615
+ azureAsyncOperation?: string;
2616
+ }
2617
+
2618
+ /** Defines headers for Webhooks_create operation. */
2619
+ export interface WebhooksCreateHeaders {
2620
+ azureAsyncOperation?: string;
2621
+ }
2622
+
2623
+ /** Defines headers for Webhooks_delete operation. */
2624
+ export interface WebhooksDeleteHeaders {
2625
+ location?: string;
2626
+ }
2627
+
2628
+ /** Defines headers for Webhooks_update operation. */
2629
+ export interface WebhooksUpdateHeaders {
2630
+ azureAsyncOperation?: string;
2631
+ }
2632
+
2633
+ /** Known values of {@link PackageSourceType} that the service accepts. */
2634
+ export enum KnownPackageSourceType {
2635
+ /** Remote */
2636
+ Remote = "remote"
1921
2637
  }
1922
2638
 
1923
2639
  /**
1924
- * Defines values for ActionsRequired. \
1925
- * {@link KnownActionsRequired} can be used interchangeably with ActionsRequired,
2640
+ * Defines values for PackageSourceType. \
2641
+ * {@link KnownPackageSourceType} can be used interchangeably with PackageSourceType,
1926
2642
  * this enum contains the known values that the service supports.
1927
2643
  * ### Known values supported by the service
1928
- * **None** \
1929
- * **Recreate**
2644
+ * **remote**
1930
2645
  */
1931
- export type ActionsRequired = string;
2646
+ export type PackageSourceType = string;
1932
2647
 
1933
2648
  /** Known values of {@link ProvisioningState} that the service accepts. */
1934
2649
  export enum KnownProvisioningState {
@@ -2008,661 +2723,1304 @@ export enum KnownLastModifiedByType {
2008
2723
  */
2009
2724
  export type LastModifiedByType = string;
2010
2725
 
2011
- /** Known values of {@link SkuName} that the service accepts. */
2012
- export enum KnownSkuName {
2013
- /** Classic */
2014
- Classic = "Classic",
2015
- /** Basic */
2016
- Basic = "Basic",
2017
- /** Standard */
2018
- Standard = "Standard",
2019
- /** Premium */
2020
- Premium = "Premium"
2726
+ /** Known values of {@link ConnectedRegistryMode} that the service accepts. */
2727
+ export enum KnownConnectedRegistryMode {
2728
+ /** ReadWrite */
2729
+ ReadWrite = "ReadWrite",
2730
+ /** ReadOnly */
2731
+ ReadOnly = "ReadOnly",
2732
+ /** Registry */
2733
+ Registry = "Registry",
2734
+ /** Mirror */
2735
+ Mirror = "Mirror"
2021
2736
  }
2022
2737
 
2023
2738
  /**
2024
- * Defines values for SkuName. \
2025
- * {@link KnownSkuName} can be used interchangeably with SkuName,
2739
+ * Defines values for ConnectedRegistryMode. \
2740
+ * {@link KnownConnectedRegistryMode} can be used interchangeably with ConnectedRegistryMode,
2026
2741
  * this enum contains the known values that the service supports.
2027
2742
  * ### Known values supported by the service
2028
- * **Classic** \
2029
- * **Basic** \
2030
- * **Standard** \
2031
- * **Premium**
2743
+ * **ReadWrite** \
2744
+ * **ReadOnly** \
2745
+ * **Registry** \
2746
+ * **Mirror**
2032
2747
  */
2033
- export type SkuName = string;
2748
+ export type ConnectedRegistryMode = string;
2034
2749
 
2035
- /** Known values of {@link SkuTier} that the service accepts. */
2036
- export enum KnownSkuTier {
2037
- /** Classic */
2038
- Classic = "Classic",
2039
- /** Basic */
2040
- Basic = "Basic",
2041
- /** Standard */
2042
- Standard = "Standard",
2043
- /** Premium */
2044
- Premium = "Premium"
2750
+ /** Known values of {@link ConnectionState} that the service accepts. */
2751
+ export enum KnownConnectionState {
2752
+ /** Online */
2753
+ Online = "Online",
2754
+ /** Offline */
2755
+ Offline = "Offline",
2756
+ /** Syncing */
2757
+ Syncing = "Syncing",
2758
+ /** Unhealthy */
2759
+ Unhealthy = "Unhealthy"
2045
2760
  }
2046
2761
 
2047
2762
  /**
2048
- * Defines values for SkuTier. \
2049
- * {@link KnownSkuTier} can be used interchangeably with SkuTier,
2763
+ * Defines values for ConnectionState. \
2764
+ * {@link KnownConnectionState} can be used interchangeably with ConnectionState,
2050
2765
  * this enum contains the known values that the service supports.
2051
2766
  * ### Known values supported by the service
2052
- * **Classic** \
2053
- * **Basic** \
2054
- * **Standard** \
2055
- * **Premium**
2767
+ * **Online** \
2768
+ * **Offline** \
2769
+ * **Syncing** \
2770
+ * **Unhealthy**
2056
2771
  */
2057
- export type SkuTier = string;
2772
+ export type ConnectionState = string;
2058
2773
 
2059
- /** Known values of {@link DefaultAction} that the service accepts. */
2060
- export enum KnownDefaultAction {
2061
- /** Allow */
2062
- Allow = "Allow",
2063
- /** Deny */
2064
- Deny = "Deny"
2774
+ /** Known values of {@link ActivationStatus} that the service accepts. */
2775
+ export enum KnownActivationStatus {
2776
+ /** Active */
2777
+ Active = "Active",
2778
+ /** Inactive */
2779
+ Inactive = "Inactive"
2065
2780
  }
2066
2781
 
2067
2782
  /**
2068
- * Defines values for DefaultAction. \
2069
- * {@link KnownDefaultAction} can be used interchangeably with DefaultAction,
2783
+ * Defines values for ActivationStatus. \
2784
+ * {@link KnownActivationStatus} can be used interchangeably with ActivationStatus,
2070
2785
  * this enum contains the known values that the service supports.
2071
2786
  * ### Known values supported by the service
2072
- * **Allow** \
2073
- * **Deny**
2787
+ * **Active** \
2788
+ * **Inactive**
2074
2789
  */
2075
- export type DefaultAction = string;
2790
+ export type ActivationStatus = string;
2076
2791
 
2077
- /** Known values of {@link Action} that the service accepts. */
2078
- export enum KnownAction {
2079
- /** Allow */
2080
- Allow = "Allow"
2792
+ /** Known values of {@link TlsStatus} that the service accepts. */
2793
+ export enum KnownTlsStatus {
2794
+ /** Enabled */
2795
+ Enabled = "Enabled",
2796
+ /** Disabled */
2797
+ Disabled = "Disabled"
2081
2798
  }
2082
2799
 
2083
2800
  /**
2084
- * Defines values for Action. \
2085
- * {@link KnownAction} can be used interchangeably with Action,
2801
+ * Defines values for TlsStatus. \
2802
+ * {@link KnownTlsStatus} can be used interchangeably with TlsStatus,
2086
2803
  * this enum contains the known values that the service supports.
2087
2804
  * ### Known values supported by the service
2088
- * **Allow**
2805
+ * **Enabled** \
2806
+ * **Disabled**
2089
2807
  */
2090
- export type Action = string;
2808
+ export type TlsStatus = string;
2091
2809
 
2092
- /** Known values of {@link PolicyStatus} that the service accepts. */
2093
- export enum KnownPolicyStatus {
2094
- /** Enabled */
2095
- Enabled = "enabled",
2096
- /** Disabled */
2097
- Disabled = "disabled"
2810
+ /** Known values of {@link CertificateType} that the service accepts. */
2811
+ export enum KnownCertificateType {
2812
+ /** LocalDirectory */
2813
+ LocalDirectory = "LocalDirectory"
2098
2814
  }
2099
2815
 
2100
2816
  /**
2101
- * Defines values for PolicyStatus. \
2102
- * {@link KnownPolicyStatus} can be used interchangeably with PolicyStatus,
2817
+ * Defines values for CertificateType. \
2818
+ * {@link KnownCertificateType} can be used interchangeably with CertificateType,
2103
2819
  * this enum contains the known values that the service supports.
2104
2820
  * ### Known values supported by the service
2105
- * **enabled** \
2106
- * **disabled**
2821
+ * **LocalDirectory**
2107
2822
  */
2108
- export type PolicyStatus = string;
2109
-
2110
- /** Known values of {@link TrustPolicyType} that the service accepts. */
2111
- export enum KnownTrustPolicyType {
2112
- /** Notary */
2113
- Notary = "Notary"
2823
+ export type CertificateType = string;
2824
+
2825
+ /** Known values of {@link LogLevel} that the service accepts. */
2826
+ export enum KnownLogLevel {
2827
+ /** Debug */
2828
+ Debug = "Debug",
2829
+ /** Information */
2830
+ Information = "Information",
2831
+ /** Warning */
2832
+ Warning = "Warning",
2833
+ /** Error */
2834
+ Error = "Error",
2835
+ /** None */
2836
+ None = "None"
2114
2837
  }
2115
2838
 
2116
2839
  /**
2117
- * Defines values for TrustPolicyType. \
2118
- * {@link KnownTrustPolicyType} can be used interchangeably with TrustPolicyType,
2840
+ * Defines values for LogLevel. \
2841
+ * {@link KnownLogLevel} can be used interchangeably with LogLevel,
2119
2842
  * this enum contains the known values that the service supports.
2120
2843
  * ### Known values supported by the service
2121
- * **Notary**
2844
+ * **Debug** \
2845
+ * **Information** \
2846
+ * **Warning** \
2847
+ * **Error** \
2848
+ * **None**
2122
2849
  */
2123
- export type TrustPolicyType = string;
2850
+ export type LogLevel = string;
2124
2851
 
2125
- /** Known values of {@link ExportPolicyStatus} that the service accepts. */
2126
- export enum KnownExportPolicyStatus {
2852
+ /** Known values of {@link AuditLogStatus} that the service accepts. */
2853
+ export enum KnownAuditLogStatus {
2127
2854
  /** Enabled */
2128
- Enabled = "enabled",
2855
+ Enabled = "Enabled",
2129
2856
  /** Disabled */
2130
- Disabled = "disabled"
2857
+ Disabled = "Disabled"
2131
2858
  }
2132
2859
 
2133
2860
  /**
2134
- * Defines values for ExportPolicyStatus. \
2135
- * {@link KnownExportPolicyStatus} can be used interchangeably with ExportPolicyStatus,
2861
+ * Defines values for AuditLogStatus. \
2862
+ * {@link KnownAuditLogStatus} can be used interchangeably with AuditLogStatus,
2136
2863
  * this enum contains the known values that the service supports.
2137
2864
  * ### Known values supported by the service
2138
- * **enabled** \
2139
- * **disabled**
2865
+ * **Enabled** \
2866
+ * **Disabled**
2140
2867
  */
2141
- export type ExportPolicyStatus = string;
2868
+ export type AuditLogStatus = string;
2142
2869
 
2143
- /** Known values of {@link EncryptionStatus} that the service accepts. */
2144
- export enum KnownEncryptionStatus {
2145
- /** Enabled */
2146
- Enabled = "enabled",
2147
- /** Disabled */
2148
- Disabled = "disabled"
2870
+ /** Known values of {@link CredentialName} that the service accepts. */
2871
+ export enum KnownCredentialName {
2872
+ /** Credential1 */
2873
+ Credential1 = "Credential1"
2149
2874
  }
2150
2875
 
2151
2876
  /**
2152
- * Defines values for EncryptionStatus. \
2153
- * {@link KnownEncryptionStatus} can be used interchangeably with EncryptionStatus,
2877
+ * Defines values for CredentialName. \
2878
+ * {@link KnownCredentialName} can be used interchangeably with CredentialName,
2154
2879
  * this enum contains the known values that the service supports.
2155
2880
  * ### Known values supported by the service
2156
- * **enabled** \
2157
- * **disabled**
2881
+ * **Credential1**
2158
2882
  */
2159
- export type EncryptionStatus = string;
2883
+ export type CredentialName = string;
2160
2884
 
2161
- /** Known values of {@link PublicNetworkAccess} that the service accepts. */
2162
- export enum KnownPublicNetworkAccess {
2163
- /** Enabled */
2164
- Enabled = "Enabled",
2165
- /** Disabled */
2166
- Disabled = "Disabled"
2885
+ /** Known values of {@link CredentialHealthStatus} that the service accepts. */
2886
+ export enum KnownCredentialHealthStatus {
2887
+ /** Healthy */
2888
+ Healthy = "Healthy",
2889
+ /** Unhealthy */
2890
+ Unhealthy = "Unhealthy"
2167
2891
  }
2168
2892
 
2169
2893
  /**
2170
- * Defines values for PublicNetworkAccess. \
2171
- * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
2894
+ * Defines values for CredentialHealthStatus. \
2895
+ * {@link KnownCredentialHealthStatus} can be used interchangeably with CredentialHealthStatus,
2172
2896
  * this enum contains the known values that the service supports.
2173
2897
  * ### Known values supported by the service
2174
- * **Enabled** \
2175
- * **Disabled**
2898
+ * **Healthy** \
2899
+ * **Unhealthy**
2176
2900
  */
2177
- export type PublicNetworkAccess = string;
2901
+ export type CredentialHealthStatus = string;
2178
2902
 
2179
- /** Known values of {@link NetworkRuleBypassOptions} that the service accepts. */
2180
- export enum KnownNetworkRuleBypassOptions {
2181
- /** AzureServices */
2182
- AzureServices = "AzureServices",
2183
- /** None */
2184
- None = "None"
2903
+ /** Known values of {@link PipelineOptions} that the service accepts. */
2904
+ export enum KnownPipelineOptions {
2905
+ /** OverwriteTags */
2906
+ OverwriteTags = "OverwriteTags",
2907
+ /** OverwriteBlobs */
2908
+ OverwriteBlobs = "OverwriteBlobs",
2909
+ /** DeleteSourceBlobOnSuccess */
2910
+ DeleteSourceBlobOnSuccess = "DeleteSourceBlobOnSuccess",
2911
+ /** ContinueOnErrors */
2912
+ ContinueOnErrors = "ContinueOnErrors"
2185
2913
  }
2186
2914
 
2187
2915
  /**
2188
- * Defines values for NetworkRuleBypassOptions. \
2189
- * {@link KnownNetworkRuleBypassOptions} can be used interchangeably with NetworkRuleBypassOptions,
2916
+ * Defines values for PipelineOptions. \
2917
+ * {@link KnownPipelineOptions} can be used interchangeably with PipelineOptions,
2190
2918
  * this enum contains the known values that the service supports.
2191
2919
  * ### Known values supported by the service
2192
- * **AzureServices** \
2193
- * **None**
2920
+ * **OverwriteTags** \
2921
+ * **OverwriteBlobs** \
2922
+ * **DeleteSourceBlobOnSuccess** \
2923
+ * **ContinueOnErrors**
2194
2924
  */
2195
- export type NetworkRuleBypassOptions = string;
2925
+ export type PipelineOptions = string;
2196
2926
 
2197
- /** Known values of {@link ZoneRedundancy} that the service accepts. */
2198
- export enum KnownZoneRedundancy {
2199
- /** Enabled */
2200
- Enabled = "Enabled",
2201
- /** Disabled */
2202
- Disabled = "Disabled"
2927
+ /** Known values of {@link ImportMode} that the service accepts. */
2928
+ export enum KnownImportMode {
2929
+ /** NoForce */
2930
+ NoForce = "NoForce",
2931
+ /** Force */
2932
+ Force = "Force"
2203
2933
  }
2204
2934
 
2205
2935
  /**
2206
- * Defines values for ZoneRedundancy. \
2207
- * {@link KnownZoneRedundancy} can be used interchangeably with ZoneRedundancy,
2936
+ * Defines values for ImportMode. \
2937
+ * {@link KnownImportMode} can be used interchangeably with ImportMode,
2208
2938
  * this enum contains the known values that the service supports.
2209
2939
  * ### Known values supported by the service
2210
- * **Enabled** \
2211
- * **Disabled**
2940
+ * **NoForce** \
2941
+ * **Force**
2212
2942
  */
2213
- export type ZoneRedundancy = string;
2943
+ export type ImportMode = string;
2214
2944
 
2215
- /** Known values of {@link RegistryUsageUnit} that the service accepts. */
2216
- export enum KnownRegistryUsageUnit {
2217
- /** Count */
2218
- Count = "Count",
2219
- /** Bytes */
2220
- Bytes = "Bytes"
2945
+ /** Known values of {@link PipelineSourceType} that the service accepts. */
2946
+ export enum KnownPipelineSourceType {
2947
+ /** AzureStorageBlobContainer */
2948
+ AzureStorageBlobContainer = "AzureStorageBlobContainer"
2221
2949
  }
2222
2950
 
2223
2951
  /**
2224
- * Defines values for RegistryUsageUnit. \
2225
- * {@link KnownRegistryUsageUnit} can be used interchangeably with RegistryUsageUnit,
2952
+ * Defines values for PipelineSourceType. \
2953
+ * {@link KnownPipelineSourceType} can be used interchangeably with PipelineSourceType,
2226
2954
  * this enum contains the known values that the service supports.
2227
2955
  * ### Known values supported by the service
2228
- * **Count** \
2229
- * **Bytes**
2956
+ * **AzureStorageBlobContainer**
2230
2957
  */
2231
- export type RegistryUsageUnit = string;
2958
+ export type PipelineSourceType = string;
2232
2959
 
2233
- /** Known values of {@link TokenCertificateName} that the service accepts. */
2234
- export enum KnownTokenCertificateName {
2235
- /** Certificate1 */
2236
- Certificate1 = "certificate1",
2237
- /** Certificate2 */
2238
- Certificate2 = "certificate2"
2960
+ /** Known values of {@link TriggerStatus} that the service accepts. */
2961
+ export enum KnownTriggerStatus {
2962
+ /** Disabled */
2963
+ Disabled = "Disabled",
2964
+ /** Enabled */
2965
+ Enabled = "Enabled"
2239
2966
  }
2240
2967
 
2241
2968
  /**
2242
- * Defines values for TokenCertificateName. \
2243
- * {@link KnownTokenCertificateName} can be used interchangeably with TokenCertificateName,
2969
+ * Defines values for TriggerStatus. \
2970
+ * {@link KnownTriggerStatus} can be used interchangeably with TriggerStatus,
2244
2971
  * this enum contains the known values that the service supports.
2245
2972
  * ### Known values supported by the service
2246
- * **certificate1** \
2247
- * **certificate2**
2973
+ * **Disabled** \
2974
+ * **Enabled**
2248
2975
  */
2249
- export type TokenCertificateName = string;
2976
+ export type TriggerStatus = string;
2250
2977
 
2251
- /** Known values of {@link TokenPasswordName} that the service accepts. */
2252
- export enum KnownTokenPasswordName {
2253
- /** Password1 */
2254
- Password1 = "password1",
2255
- /** Password2 */
2256
- Password2 = "password2"
2978
+ /** Known values of {@link PipelineRunSourceType} that the service accepts. */
2979
+ export enum KnownPipelineRunSourceType {
2980
+ /** AzureStorageBlob */
2981
+ AzureStorageBlob = "AzureStorageBlob"
2257
2982
  }
2258
2983
 
2259
2984
  /**
2260
- * Defines values for TokenPasswordName. \
2261
- * {@link KnownTokenPasswordName} can be used interchangeably with TokenPasswordName,
2985
+ * Defines values for PipelineRunSourceType. \
2986
+ * {@link KnownPipelineRunSourceType} can be used interchangeably with PipelineRunSourceType,
2262
2987
  * this enum contains the known values that the service supports.
2263
2988
  * ### Known values supported by the service
2264
- * **password1** \
2265
- * **password2**
2989
+ * **AzureStorageBlob**
2266
2990
  */
2267
- export type TokenPasswordName = string;
2991
+ export type PipelineRunSourceType = string;
2268
2992
 
2269
- /** Known values of {@link TokenStatus} that the service accepts. */
2270
- export enum KnownTokenStatus {
2271
- /** Enabled */
2272
- Enabled = "enabled",
2273
- /** Disabled */
2274
- Disabled = "disabled"
2993
+ /** Known values of {@link PipelineRunTargetType} that the service accepts. */
2994
+ export enum KnownPipelineRunTargetType {
2995
+ /** AzureStorageBlob */
2996
+ AzureStorageBlob = "AzureStorageBlob"
2275
2997
  }
2276
2998
 
2277
2999
  /**
2278
- * Defines values for TokenStatus. \
2279
- * {@link KnownTokenStatus} can be used interchangeably with TokenStatus,
3000
+ * Defines values for PipelineRunTargetType. \
3001
+ * {@link KnownPipelineRunTargetType} can be used interchangeably with PipelineRunTargetType,
2280
3002
  * this enum contains the known values that the service supports.
2281
3003
  * ### Known values supported by the service
2282
- * **enabled** \
2283
- * **disabled**
3004
+ * **AzureStorageBlob**
2284
3005
  */
2285
- export type TokenStatus = string;
3006
+ export type PipelineRunTargetType = string;
2286
3007
 
2287
- /** Known values of {@link WebhookStatus} that the service accepts. */
2288
- export enum KnownWebhookStatus {
2289
- /** Enabled */
2290
- Enabled = "enabled",
2291
- /** Disabled */
2292
- Disabled = "disabled"
3008
+ /** Known values of {@link ConnectionStatus} that the service accepts. */
3009
+ export enum KnownConnectionStatus {
3010
+ /** Approved */
3011
+ Approved = "Approved",
3012
+ /** Pending */
3013
+ Pending = "Pending",
3014
+ /** Rejected */
3015
+ Rejected = "Rejected",
3016
+ /** Disconnected */
3017
+ Disconnected = "Disconnected"
2293
3018
  }
2294
3019
 
2295
3020
  /**
2296
- * Defines values for WebhookStatus. \
2297
- * {@link KnownWebhookStatus} can be used interchangeably with WebhookStatus,
3021
+ * Defines values for ConnectionStatus. \
3022
+ * {@link KnownConnectionStatus} can be used interchangeably with ConnectionStatus,
2298
3023
  * this enum contains the known values that the service supports.
2299
3024
  * ### Known values supported by the service
2300
- * **enabled** \
2301
- * **disabled**
3025
+ * **Approved** \
3026
+ * **Pending** \
3027
+ * **Rejected** \
3028
+ * **Disconnected**
2302
3029
  */
2303
- export type WebhookStatus = string;
3030
+ export type ConnectionStatus = string;
2304
3031
 
2305
- /** Known values of {@link WebhookAction} that the service accepts. */
2306
- export enum KnownWebhookAction {
2307
- /** Push */
2308
- Push = "push",
2309
- /** Delete */
2310
- Delete = "delete",
2311
- /** Quarantine */
2312
- Quarantine = "quarantine",
2313
- /** ChartPush */
2314
- ChartPush = "chart_push",
2315
- /** ChartDelete */
2316
- ChartDelete = "chart_delete"
3032
+ /** Known values of {@link ActionsRequired} that the service accepts. */
3033
+ export enum KnownActionsRequired {
3034
+ /** None */
3035
+ None = "None",
3036
+ /** Recreate */
3037
+ Recreate = "Recreate"
2317
3038
  }
2318
3039
 
2319
3040
  /**
2320
- * Defines values for WebhookAction. \
2321
- * {@link KnownWebhookAction} can be used interchangeably with WebhookAction,
3041
+ * Defines values for ActionsRequired. \
3042
+ * {@link KnownActionsRequired} can be used interchangeably with ActionsRequired,
2322
3043
  * this enum contains the known values that the service supports.
2323
3044
  * ### Known values supported by the service
2324
- * **push** \
2325
- * **delete** \
2326
- * **quarantine** \
2327
- * **chart_push** \
2328
- * **chart_delete**
3045
+ * **None** \
3046
+ * **Recreate**
2329
3047
  */
2330
- export type WebhookAction = string;
3048
+ export type ActionsRequired = string;
2331
3049
 
2332
- /** Known values of {@link OS} that the service accepts. */
2333
- export enum KnownOS {
2334
- /** Windows */
2335
- Windows = "Windows",
2336
- /** Linux */
2337
- Linux = "Linux"
3050
+ /** Known values of {@link SkuName} that the service accepts. */
3051
+ export enum KnownSkuName {
3052
+ /** Classic */
3053
+ Classic = "Classic",
3054
+ /** Basic */
3055
+ Basic = "Basic",
3056
+ /** Standard */
3057
+ Standard = "Standard",
3058
+ /** Premium */
3059
+ Premium = "Premium"
2338
3060
  }
2339
3061
 
2340
3062
  /**
2341
- * Defines values for OS. \
2342
- * {@link KnownOS} can be used interchangeably with OS,
3063
+ * Defines values for SkuName. \
3064
+ * {@link KnownSkuName} can be used interchangeably with SkuName,
2343
3065
  * this enum contains the known values that the service supports.
2344
3066
  * ### Known values supported by the service
2345
- * **Windows** \
2346
- * **Linux**
3067
+ * **Classic** \
3068
+ * **Basic** \
3069
+ * **Standard** \
3070
+ * **Premium**
2347
3071
  */
2348
- export type OS = string;
3072
+ export type SkuName = string;
2349
3073
 
2350
- /** Known values of {@link RunStatus} that the service accepts. */
2351
- export enum KnownRunStatus {
2352
- /** Queued */
2353
- Queued = "Queued",
2354
- /** Started */
2355
- Started = "Started",
2356
- /** Running */
2357
- Running = "Running",
2358
- /** Succeeded */
2359
- Succeeded = "Succeeded",
2360
- /** Failed */
2361
- Failed = "Failed",
2362
- /** Canceled */
2363
- Canceled = "Canceled",
2364
- /** Error */
2365
- Error = "Error",
2366
- /** Timeout */
2367
- Timeout = "Timeout"
3074
+ /** Known values of {@link SkuTier} that the service accepts. */
3075
+ export enum KnownSkuTier {
3076
+ /** Classic */
3077
+ Classic = "Classic",
3078
+ /** Basic */
3079
+ Basic = "Basic",
3080
+ /** Standard */
3081
+ Standard = "Standard",
3082
+ /** Premium */
3083
+ Premium = "Premium"
2368
3084
  }
2369
3085
 
2370
3086
  /**
2371
- * Defines values for RunStatus. \
2372
- * {@link KnownRunStatus} can be used interchangeably with RunStatus,
3087
+ * Defines values for SkuTier. \
3088
+ * {@link KnownSkuTier} can be used interchangeably with SkuTier,
2373
3089
  * this enum contains the known values that the service supports.
2374
3090
  * ### Known values supported by the service
2375
- * **Queued** \
2376
- * **Started** \
2377
- * **Running** \
2378
- * **Succeeded** \
2379
- * **Failed** \
2380
- * **Canceled** \
2381
- * **Error** \
2382
- * **Timeout**
3091
+ * **Classic** \
3092
+ * **Basic** \
3093
+ * **Standard** \
3094
+ * **Premium**
2383
3095
  */
2384
- export type RunStatus = string;
3096
+ export type SkuTier = string;
2385
3097
 
2386
- /** Known values of {@link RunType} that the service accepts. */
2387
- export enum KnownRunType {
2388
- /** QuickBuild */
2389
- QuickBuild = "QuickBuild",
2390
- /** QuickRun */
2391
- QuickRun = "QuickRun",
2392
- /** AutoBuild */
2393
- AutoBuild = "AutoBuild",
2394
- /** AutoRun */
2395
- AutoRun = "AutoRun"
3098
+ /** Known values of {@link DefaultAction} that the service accepts. */
3099
+ export enum KnownDefaultAction {
3100
+ /** Allow */
3101
+ Allow = "Allow",
3102
+ /** Deny */
3103
+ Deny = "Deny"
2396
3104
  }
2397
3105
 
2398
3106
  /**
2399
- * Defines values for RunType. \
2400
- * {@link KnownRunType} can be used interchangeably with RunType,
3107
+ * Defines values for DefaultAction. \
3108
+ * {@link KnownDefaultAction} can be used interchangeably with DefaultAction,
2401
3109
  * this enum contains the known values that the service supports.
2402
3110
  * ### Known values supported by the service
2403
- * **QuickBuild** \
2404
- * **QuickRun** \
2405
- * **AutoBuild** \
2406
- * **AutoRun**
3111
+ * **Allow** \
3112
+ * **Deny**
2407
3113
  */
2408
- export type RunType = string;
3114
+ export type DefaultAction = string;
2409
3115
 
2410
- /** Known values of {@link Architecture} that the service accepts. */
2411
- export enum KnownArchitecture {
2412
- /** Amd64 */
2413
- Amd64 = "amd64",
2414
- /** X86 */
2415
- X86 = "x86",
2416
- /** ThreeHundredEightySix */
2417
- ThreeHundredEightySix = "386",
2418
- /** Arm */
2419
- Arm = "arm",
2420
- /** Arm64 */
2421
- Arm64 = "arm64"
3116
+ /** Known values of {@link Action} that the service accepts. */
3117
+ export enum KnownAction {
3118
+ /** Allow */
3119
+ Allow = "Allow"
2422
3120
  }
2423
3121
 
2424
3122
  /**
2425
- * Defines values for Architecture. \
2426
- * {@link KnownArchitecture} can be used interchangeably with Architecture,
3123
+ * Defines values for Action. \
3124
+ * {@link KnownAction} can be used interchangeably with Action,
2427
3125
  * this enum contains the known values that the service supports.
2428
3126
  * ### Known values supported by the service
2429
- * **amd64** \
2430
- * **x86** \
2431
- * **386** \
2432
- * **arm** \
2433
- * **arm64**
3127
+ * **Allow**
2434
3128
  */
2435
- export type Architecture = string;
3129
+ export type Action = string;
2436
3130
 
2437
- /** Known values of {@link Variant} that the service accepts. */
2438
- export enum KnownVariant {
2439
- /** V6 */
2440
- V6 = "v6",
2441
- /** V7 */
2442
- V7 = "v7",
2443
- /** V8 */
2444
- V8 = "v8"
3131
+ /** Known values of {@link PolicyStatus} that the service accepts. */
3132
+ export enum KnownPolicyStatus {
3133
+ /** Enabled */
3134
+ Enabled = "enabled",
3135
+ /** Disabled */
3136
+ Disabled = "disabled"
2445
3137
  }
2446
3138
 
2447
3139
  /**
2448
- * Defines values for Variant. \
2449
- * {@link KnownVariant} can be used interchangeably with Variant,
3140
+ * Defines values for PolicyStatus. \
3141
+ * {@link KnownPolicyStatus} can be used interchangeably with PolicyStatus,
2450
3142
  * this enum contains the known values that the service supports.
2451
3143
  * ### Known values supported by the service
2452
- * **v6** \
2453
- * **v7** \
2454
- * **v8**
3144
+ * **enabled** \
3145
+ * **disabled**
2455
3146
  */
2456
- export type Variant = string;
3147
+ export type PolicyStatus = string;
2457
3148
 
2458
- /** Known values of {@link TaskStatus} that the service accepts. */
2459
- export enum KnownTaskStatus {
3149
+ /** Known values of {@link TrustPolicyType} that the service accepts. */
3150
+ export enum KnownTrustPolicyType {
3151
+ /** Notary */
3152
+ Notary = "Notary"
3153
+ }
3154
+
3155
+ /**
3156
+ * Defines values for TrustPolicyType. \
3157
+ * {@link KnownTrustPolicyType} can be used interchangeably with TrustPolicyType,
3158
+ * this enum contains the known values that the service supports.
3159
+ * ### Known values supported by the service
3160
+ * **Notary**
3161
+ */
3162
+ export type TrustPolicyType = string;
3163
+
3164
+ /** Known values of {@link ExportPolicyStatus} that the service accepts. */
3165
+ export enum KnownExportPolicyStatus {
3166
+ /** Enabled */
3167
+ Enabled = "enabled",
2460
3168
  /** Disabled */
2461
- Disabled = "Disabled",
3169
+ Disabled = "disabled"
3170
+ }
3171
+
3172
+ /**
3173
+ * Defines values for ExportPolicyStatus. \
3174
+ * {@link KnownExportPolicyStatus} can be used interchangeably with ExportPolicyStatus,
3175
+ * this enum contains the known values that the service supports.
3176
+ * ### Known values supported by the service
3177
+ * **enabled** \
3178
+ * **disabled**
3179
+ */
3180
+ export type ExportPolicyStatus = string;
3181
+
3182
+ /** Known values of {@link AzureADAuthenticationAsArmPolicyStatus} that the service accepts. */
3183
+ export enum KnownAzureADAuthenticationAsArmPolicyStatus {
2462
3184
  /** Enabled */
2463
- Enabled = "Enabled"
3185
+ Enabled = "enabled",
3186
+ /** Disabled */
3187
+ Disabled = "disabled"
2464
3188
  }
2465
3189
 
2466
3190
  /**
2467
- * Defines values for TaskStatus. \
2468
- * {@link KnownTaskStatus} can be used interchangeably with TaskStatus,
3191
+ * Defines values for AzureADAuthenticationAsArmPolicyStatus. \
3192
+ * {@link KnownAzureADAuthenticationAsArmPolicyStatus} can be used interchangeably with AzureADAuthenticationAsArmPolicyStatus,
2469
3193
  * this enum contains the known values that the service supports.
2470
3194
  * ### Known values supported by the service
2471
- * **Disabled** \
2472
- * **Enabled**
3195
+ * **enabled** \
3196
+ * **disabled**
2473
3197
  */
2474
- export type TaskStatus = string;
3198
+ export type AzureADAuthenticationAsArmPolicyStatus = string;
2475
3199
 
2476
- /** Known values of {@link StepType} that the service accepts. */
2477
- export enum KnownStepType {
2478
- /** Docker */
2479
- Docker = "Docker",
2480
- /** FileTask */
2481
- FileTask = "FileTask",
2482
- /** EncodedTask */
2483
- EncodedTask = "EncodedTask"
3200
+ /** Known values of {@link EncryptionStatus} that the service accepts. */
3201
+ export enum KnownEncryptionStatus {
3202
+ /** Enabled */
3203
+ Enabled = "enabled",
3204
+ /** Disabled */
3205
+ Disabled = "disabled"
2484
3206
  }
2485
3207
 
2486
3208
  /**
2487
- * Defines values for StepType. \
2488
- * {@link KnownStepType} can be used interchangeably with StepType,
3209
+ * Defines values for EncryptionStatus. \
3210
+ * {@link KnownEncryptionStatus} can be used interchangeably with EncryptionStatus,
2489
3211
  * this enum contains the known values that the service supports.
2490
3212
  * ### Known values supported by the service
2491
- * **Docker** \
2492
- * **FileTask** \
2493
- * **EncodedTask**
3213
+ * **enabled** \
3214
+ * **disabled**
2494
3215
  */
2495
- export type StepType = string;
3216
+ export type EncryptionStatus = string;
2496
3217
 
2497
- /** Known values of {@link BaseImageDependencyType} that the service accepts. */
2498
- export enum KnownBaseImageDependencyType {
2499
- /** BuildTime */
2500
- BuildTime = "BuildTime",
2501
- /** RunTime */
2502
- RunTime = "RunTime"
3218
+ /** Known values of {@link PublicNetworkAccess} that the service accepts. */
3219
+ export enum KnownPublicNetworkAccess {
3220
+ /** Enabled */
3221
+ Enabled = "Enabled",
3222
+ /** Disabled */
3223
+ Disabled = "Disabled"
3224
+ }
3225
+
3226
+ /**
3227
+ * Defines values for PublicNetworkAccess. \
3228
+ * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
3229
+ * this enum contains the known values that the service supports.
3230
+ * ### Known values supported by the service
3231
+ * **Enabled** \
3232
+ * **Disabled**
3233
+ */
3234
+ export type PublicNetworkAccess = string;
3235
+
3236
+ /** Known values of {@link NetworkRuleBypassOptions} that the service accepts. */
3237
+ export enum KnownNetworkRuleBypassOptions {
3238
+ /** AzureServices */
3239
+ AzureServices = "AzureServices",
3240
+ /** None */
3241
+ None = "None"
3242
+ }
3243
+
3244
+ /**
3245
+ * Defines values for NetworkRuleBypassOptions. \
3246
+ * {@link KnownNetworkRuleBypassOptions} can be used interchangeably with NetworkRuleBypassOptions,
3247
+ * this enum contains the known values that the service supports.
3248
+ * ### Known values supported by the service
3249
+ * **AzureServices** \
3250
+ * **None**
3251
+ */
3252
+ export type NetworkRuleBypassOptions = string;
3253
+
3254
+ /** Known values of {@link ZoneRedundancy} that the service accepts. */
3255
+ export enum KnownZoneRedundancy {
3256
+ /** Enabled */
3257
+ Enabled = "Enabled",
3258
+ /** Disabled */
3259
+ Disabled = "Disabled"
3260
+ }
3261
+
3262
+ /**
3263
+ * Defines values for ZoneRedundancy. \
3264
+ * {@link KnownZoneRedundancy} can be used interchangeably with ZoneRedundancy,
3265
+ * this enum contains the known values that the service supports.
3266
+ * ### Known values supported by the service
3267
+ * **Enabled** \
3268
+ * **Disabled**
3269
+ */
3270
+ export type ZoneRedundancy = string;
3271
+
3272
+ /** Known values of {@link RegistryUsageUnit} that the service accepts. */
3273
+ export enum KnownRegistryUsageUnit {
3274
+ /** Count */
3275
+ Count = "Count",
3276
+ /** Bytes */
3277
+ Bytes = "Bytes"
3278
+ }
3279
+
3280
+ /**
3281
+ * Defines values for RegistryUsageUnit. \
3282
+ * {@link KnownRegistryUsageUnit} can be used interchangeably with RegistryUsageUnit,
3283
+ * this enum contains the known values that the service supports.
3284
+ * ### Known values supported by the service
3285
+ * **Count** \
3286
+ * **Bytes**
3287
+ */
3288
+ export type RegistryUsageUnit = string;
3289
+
3290
+ /** Known values of {@link TokenCertificateName} that the service accepts. */
3291
+ export enum KnownTokenCertificateName {
3292
+ /** Certificate1 */
3293
+ Certificate1 = "certificate1",
3294
+ /** Certificate2 */
3295
+ Certificate2 = "certificate2"
3296
+ }
3297
+
3298
+ /**
3299
+ * Defines values for TokenCertificateName. \
3300
+ * {@link KnownTokenCertificateName} can be used interchangeably with TokenCertificateName,
3301
+ * this enum contains the known values that the service supports.
3302
+ * ### Known values supported by the service
3303
+ * **certificate1** \
3304
+ * **certificate2**
3305
+ */
3306
+ export type TokenCertificateName = string;
3307
+
3308
+ /** Known values of {@link TokenPasswordName} that the service accepts. */
3309
+ export enum KnownTokenPasswordName {
3310
+ /** Password1 */
3311
+ Password1 = "password1",
3312
+ /** Password2 */
3313
+ Password2 = "password2"
3314
+ }
3315
+
3316
+ /**
3317
+ * Defines values for TokenPasswordName. \
3318
+ * {@link KnownTokenPasswordName} can be used interchangeably with TokenPasswordName,
3319
+ * this enum contains the known values that the service supports.
3320
+ * ### Known values supported by the service
3321
+ * **password1** \
3322
+ * **password2**
3323
+ */
3324
+ export type TokenPasswordName = string;
3325
+
3326
+ /** Known values of {@link TokenStatus} that the service accepts. */
3327
+ export enum KnownTokenStatus {
3328
+ /** Enabled */
3329
+ Enabled = "enabled",
3330
+ /** Disabled */
3331
+ Disabled = "disabled"
3332
+ }
3333
+
3334
+ /**
3335
+ * Defines values for TokenStatus. \
3336
+ * {@link KnownTokenStatus} can be used interchangeably with TokenStatus,
3337
+ * this enum contains the known values that the service supports.
3338
+ * ### Known values supported by the service
3339
+ * **enabled** \
3340
+ * **disabled**
3341
+ */
3342
+ export type TokenStatus = string;
3343
+
3344
+ /** Known values of {@link WebhookStatus} that the service accepts. */
3345
+ export enum KnownWebhookStatus {
3346
+ /** Enabled */
3347
+ Enabled = "enabled",
3348
+ /** Disabled */
3349
+ Disabled = "disabled"
2503
3350
  }
2504
3351
 
2505
- /**
2506
- * Defines values for BaseImageDependencyType. \
2507
- * {@link KnownBaseImageDependencyType} can be used interchangeably with BaseImageDependencyType,
2508
- * this enum contains the known values that the service supports.
2509
- * ### Known values supported by the service
2510
- * **BuildTime** \
2511
- * **RunTime**
2512
- */
2513
- export type BaseImageDependencyType = string;
3352
+ /**
3353
+ * Defines values for WebhookStatus. \
3354
+ * {@link KnownWebhookStatus} can be used interchangeably with WebhookStatus,
3355
+ * this enum contains the known values that the service supports.
3356
+ * ### Known values supported by the service
3357
+ * **enabled** \
3358
+ * **disabled**
3359
+ */
3360
+ export type WebhookStatus = string;
3361
+
3362
+ /** Known values of {@link WebhookAction} that the service accepts. */
3363
+ export enum KnownWebhookAction {
3364
+ /** Push */
3365
+ Push = "push",
3366
+ /** Delete */
3367
+ Delete = "delete",
3368
+ /** Quarantine */
3369
+ Quarantine = "quarantine",
3370
+ /** ChartPush */
3371
+ ChartPush = "chart_push",
3372
+ /** ChartDelete */
3373
+ ChartDelete = "chart_delete"
3374
+ }
3375
+
3376
+ /**
3377
+ * Defines values for WebhookAction. \
3378
+ * {@link KnownWebhookAction} can be used interchangeably with WebhookAction,
3379
+ * this enum contains the known values that the service supports.
3380
+ * ### Known values supported by the service
3381
+ * **push** \
3382
+ * **delete** \
3383
+ * **quarantine** \
3384
+ * **chart_push** \
3385
+ * **chart_delete**
3386
+ */
3387
+ export type WebhookAction = string;
3388
+
3389
+ /** Known values of {@link OS} that the service accepts. */
3390
+ export enum KnownOS {
3391
+ /** Windows */
3392
+ Windows = "Windows",
3393
+ /** Linux */
3394
+ Linux = "Linux"
3395
+ }
3396
+
3397
+ /**
3398
+ * Defines values for OS. \
3399
+ * {@link KnownOS} can be used interchangeably with OS,
3400
+ * this enum contains the known values that the service supports.
3401
+ * ### Known values supported by the service
3402
+ * **Windows** \
3403
+ * **Linux**
3404
+ */
3405
+ export type OS = string;
3406
+
3407
+ /** Known values of {@link RunStatus} that the service accepts. */
3408
+ export enum KnownRunStatus {
3409
+ /** Queued */
3410
+ Queued = "Queued",
3411
+ /** Started */
3412
+ Started = "Started",
3413
+ /** Running */
3414
+ Running = "Running",
3415
+ /** Succeeded */
3416
+ Succeeded = "Succeeded",
3417
+ /** Failed */
3418
+ Failed = "Failed",
3419
+ /** Canceled */
3420
+ Canceled = "Canceled",
3421
+ /** Error */
3422
+ Error = "Error",
3423
+ /** Timeout */
3424
+ Timeout = "Timeout"
3425
+ }
3426
+
3427
+ /**
3428
+ * Defines values for RunStatus. \
3429
+ * {@link KnownRunStatus} can be used interchangeably with RunStatus,
3430
+ * this enum contains the known values that the service supports.
3431
+ * ### Known values supported by the service
3432
+ * **Queued** \
3433
+ * **Started** \
3434
+ * **Running** \
3435
+ * **Succeeded** \
3436
+ * **Failed** \
3437
+ * **Canceled** \
3438
+ * **Error** \
3439
+ * **Timeout**
3440
+ */
3441
+ export type RunStatus = string;
3442
+
3443
+ /** Known values of {@link RunType} that the service accepts. */
3444
+ export enum KnownRunType {
3445
+ /** QuickBuild */
3446
+ QuickBuild = "QuickBuild",
3447
+ /** QuickRun */
3448
+ QuickRun = "QuickRun",
3449
+ /** AutoBuild */
3450
+ AutoBuild = "AutoBuild",
3451
+ /** AutoRun */
3452
+ AutoRun = "AutoRun"
3453
+ }
3454
+
3455
+ /**
3456
+ * Defines values for RunType. \
3457
+ * {@link KnownRunType} can be used interchangeably with RunType,
3458
+ * this enum contains the known values that the service supports.
3459
+ * ### Known values supported by the service
3460
+ * **QuickBuild** \
3461
+ * **QuickRun** \
3462
+ * **AutoBuild** \
3463
+ * **AutoRun**
3464
+ */
3465
+ export type RunType = string;
3466
+
3467
+ /** Known values of {@link Architecture} that the service accepts. */
3468
+ export enum KnownArchitecture {
3469
+ /** Amd64 */
3470
+ Amd64 = "amd64",
3471
+ /** X86 */
3472
+ X86 = "x86",
3473
+ /** ThreeHundredEightySix */
3474
+ ThreeHundredEightySix = "386",
3475
+ /** Arm */
3476
+ Arm = "arm",
3477
+ /** Arm64 */
3478
+ Arm64 = "arm64"
3479
+ }
3480
+
3481
+ /**
3482
+ * Defines values for Architecture. \
3483
+ * {@link KnownArchitecture} can be used interchangeably with Architecture,
3484
+ * this enum contains the known values that the service supports.
3485
+ * ### Known values supported by the service
3486
+ * **amd64** \
3487
+ * **x86** \
3488
+ * **386** \
3489
+ * **arm** \
3490
+ * **arm64**
3491
+ */
3492
+ export type Architecture = string;
3493
+
3494
+ /** Known values of {@link Variant} that the service accepts. */
3495
+ export enum KnownVariant {
3496
+ /** V6 */
3497
+ V6 = "v6",
3498
+ /** V7 */
3499
+ V7 = "v7",
3500
+ /** V8 */
3501
+ V8 = "v8"
3502
+ }
3503
+
3504
+ /**
3505
+ * Defines values for Variant. \
3506
+ * {@link KnownVariant} can be used interchangeably with Variant,
3507
+ * this enum contains the known values that the service supports.
3508
+ * ### Known values supported by the service
3509
+ * **v6** \
3510
+ * **v7** \
3511
+ * **v8**
3512
+ */
3513
+ export type Variant = string;
3514
+
3515
+ /** Known values of {@link TaskStatus} that the service accepts. */
3516
+ export enum KnownTaskStatus {
3517
+ /** Disabled */
3518
+ Disabled = "Disabled",
3519
+ /** Enabled */
3520
+ Enabled = "Enabled"
3521
+ }
3522
+
3523
+ /**
3524
+ * Defines values for TaskStatus. \
3525
+ * {@link KnownTaskStatus} can be used interchangeably with TaskStatus,
3526
+ * this enum contains the known values that the service supports.
3527
+ * ### Known values supported by the service
3528
+ * **Disabled** \
3529
+ * **Enabled**
3530
+ */
3531
+ export type TaskStatus = string;
3532
+
3533
+ /** Known values of {@link StepType} that the service accepts. */
3534
+ export enum KnownStepType {
3535
+ /** Docker */
3536
+ Docker = "Docker",
3537
+ /** FileTask */
3538
+ FileTask = "FileTask",
3539
+ /** EncodedTask */
3540
+ EncodedTask = "EncodedTask"
3541
+ }
3542
+
3543
+ /**
3544
+ * Defines values for StepType. \
3545
+ * {@link KnownStepType} can be used interchangeably with StepType,
3546
+ * this enum contains the known values that the service supports.
3547
+ * ### Known values supported by the service
3548
+ * **Docker** \
3549
+ * **FileTask** \
3550
+ * **EncodedTask**
3551
+ */
3552
+ export type StepType = string;
3553
+
3554
+ /** Known values of {@link BaseImageDependencyType} that the service accepts. */
3555
+ export enum KnownBaseImageDependencyType {
3556
+ /** BuildTime */
3557
+ BuildTime = "BuildTime",
3558
+ /** RunTime */
3559
+ RunTime = "RunTime"
3560
+ }
3561
+
3562
+ /**
3563
+ * Defines values for BaseImageDependencyType. \
3564
+ * {@link KnownBaseImageDependencyType} can be used interchangeably with BaseImageDependencyType,
3565
+ * this enum contains the known values that the service supports.
3566
+ * ### Known values supported by the service
3567
+ * **BuildTime** \
3568
+ * **RunTime**
3569
+ */
3570
+ export type BaseImageDependencyType = string;
3571
+
3572
+ /** Known values of {@link SourceControlType} that the service accepts. */
3573
+ export enum KnownSourceControlType {
3574
+ /** Github */
3575
+ Github = "Github",
3576
+ /** VisualStudioTeamService */
3577
+ VisualStudioTeamService = "VisualStudioTeamService"
3578
+ }
3579
+
3580
+ /**
3581
+ * Defines values for SourceControlType. \
3582
+ * {@link KnownSourceControlType} can be used interchangeably with SourceControlType,
3583
+ * this enum contains the known values that the service supports.
3584
+ * ### Known values supported by the service
3585
+ * **Github** \
3586
+ * **VisualStudioTeamService**
3587
+ */
3588
+ export type SourceControlType = string;
3589
+
3590
+ /** Known values of {@link TokenType} that the service accepts. */
3591
+ export enum KnownTokenType {
3592
+ /** PAT */
3593
+ PAT = "PAT",
3594
+ /** OAuth */
3595
+ OAuth = "OAuth"
3596
+ }
3597
+
3598
+ /**
3599
+ * Defines values for TokenType. \
3600
+ * {@link KnownTokenType} can be used interchangeably with TokenType,
3601
+ * this enum contains the known values that the service supports.
3602
+ * ### Known values supported by the service
3603
+ * **PAT** \
3604
+ * **OAuth**
3605
+ */
3606
+ export type TokenType = string;
3607
+
3608
+ /** Known values of {@link SourceTriggerEvent} that the service accepts. */
3609
+ export enum KnownSourceTriggerEvent {
3610
+ /** Commit */
3611
+ Commit = "commit",
3612
+ /** Pullrequest */
3613
+ Pullrequest = "pullrequest"
3614
+ }
3615
+
3616
+ /**
3617
+ * Defines values for SourceTriggerEvent. \
3618
+ * {@link KnownSourceTriggerEvent} can be used interchangeably with SourceTriggerEvent,
3619
+ * this enum contains the known values that the service supports.
3620
+ * ### Known values supported by the service
3621
+ * **commit** \
3622
+ * **pullrequest**
3623
+ */
3624
+ export type SourceTriggerEvent = string;
3625
+
3626
+ /** Known values of {@link BaseImageTriggerType} that the service accepts. */
3627
+ export enum KnownBaseImageTriggerType {
3628
+ /** All */
3629
+ All = "All",
3630
+ /** Runtime */
3631
+ Runtime = "Runtime"
3632
+ }
3633
+
3634
+ /**
3635
+ * Defines values for BaseImageTriggerType. \
3636
+ * {@link KnownBaseImageTriggerType} can be used interchangeably with BaseImageTriggerType,
3637
+ * this enum contains the known values that the service supports.
3638
+ * ### Known values supported by the service
3639
+ * **All** \
3640
+ * **Runtime**
3641
+ */
3642
+ export type BaseImageTriggerType = string;
3643
+
3644
+ /** Known values of {@link UpdateTriggerPayloadType} that the service accepts. */
3645
+ export enum KnownUpdateTriggerPayloadType {
3646
+ /** Default */
3647
+ Default = "Default",
3648
+ /** Token */
3649
+ Token = "Token"
3650
+ }
3651
+
3652
+ /**
3653
+ * Defines values for UpdateTriggerPayloadType. \
3654
+ * {@link KnownUpdateTriggerPayloadType} can be used interchangeably with UpdateTriggerPayloadType,
3655
+ * this enum contains the known values that the service supports.
3656
+ * ### Known values supported by the service
3657
+ * **Default** \
3658
+ * **Token**
3659
+ */
3660
+ export type UpdateTriggerPayloadType = string;
3661
+
3662
+ /** Known values of {@link SourceRegistryLoginMode} that the service accepts. */
3663
+ export enum KnownSourceRegistryLoginMode {
3664
+ /** None */
3665
+ None = "None",
3666
+ /** Default */
3667
+ Default = "Default"
3668
+ }
3669
+
3670
+ /**
3671
+ * Defines values for SourceRegistryLoginMode. \
3672
+ * {@link KnownSourceRegistryLoginMode} can be used interchangeably with SourceRegistryLoginMode,
3673
+ * this enum contains the known values that the service supports.
3674
+ * ### Known values supported by the service
3675
+ * **None** \
3676
+ * **Default**
3677
+ */
3678
+ export type SourceRegistryLoginMode = string;
3679
+
3680
+ /** Known values of {@link SecretObjectType} that the service accepts. */
3681
+ export enum KnownSecretObjectType {
3682
+ /** Opaque */
3683
+ Opaque = "Opaque",
3684
+ /** Vaultsecret */
3685
+ Vaultsecret = "Vaultsecret"
3686
+ }
3687
+
3688
+ /**
3689
+ * Defines values for SecretObjectType. \
3690
+ * {@link KnownSecretObjectType} can be used interchangeably with SecretObjectType,
3691
+ * this enum contains the known values that the service supports.
3692
+ * ### Known values supported by the service
3693
+ * **Opaque** \
3694
+ * **Vaultsecret**
3695
+ */
3696
+ export type SecretObjectType = string;
3697
+ /** Defines values for ResourceIdentityType. */
3698
+ export type ResourceIdentityType =
3699
+ | "SystemAssigned"
3700
+ | "UserAssigned"
3701
+ | "SystemAssigned, UserAssigned"
3702
+ | "None";
3703
+ /** Defines values for PasswordName. */
3704
+ export type PasswordName = "password" | "password2";
3705
+
3706
+ /** Optional parameters. */
3707
+ export interface ArchivesListOptionalParams
3708
+ extends coreClient.OperationOptions {}
3709
+
3710
+ /** Contains response data for the list operation. */
3711
+ export type ArchivesListResponse = ArchiveListResult;
3712
+
3713
+ /** Optional parameters. */
3714
+ export interface ArchivesGetOptionalParams
3715
+ extends coreClient.OperationOptions {}
3716
+
3717
+ /** Contains response data for the get operation. */
3718
+ export type ArchivesGetResponse = Archive;
3719
+
3720
+ /** Optional parameters. */
3721
+ export interface ArchivesCreateOptionalParams
3722
+ extends coreClient.OperationOptions {
3723
+ /** Delay to wait until next poll, in milliseconds. */
3724
+ updateIntervalInMs?: number;
3725
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3726
+ resumeFrom?: string;
3727
+ }
3728
+
3729
+ /** Contains response data for the create operation. */
3730
+ export type ArchivesCreateResponse = Archive;
3731
+
3732
+ /** Optional parameters. */
3733
+ export interface ArchivesDeleteOptionalParams
3734
+ extends coreClient.OperationOptions {
3735
+ /** Delay to wait until next poll, in milliseconds. */
3736
+ updateIntervalInMs?: number;
3737
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3738
+ resumeFrom?: string;
3739
+ }
3740
+
3741
+ /** Contains response data for the delete operation. */
3742
+ export type ArchivesDeleteResponse = ArchivesDeleteHeaders;
3743
+
3744
+ /** Optional parameters. */
3745
+ export interface ArchivesUpdateOptionalParams
3746
+ extends coreClient.OperationOptions {}
3747
+
3748
+ /** Contains response data for the update operation. */
3749
+ export type ArchivesUpdateResponse = Archive;
3750
+
3751
+ /** Optional parameters. */
3752
+ export interface ArchivesListNextOptionalParams
3753
+ extends coreClient.OperationOptions {}
3754
+
3755
+ /** Contains response data for the listNext operation. */
3756
+ export type ArchivesListNextResponse = ArchiveListResult;
3757
+
3758
+ /** Optional parameters. */
3759
+ export interface ArchiveVersionsListOptionalParams
3760
+ extends coreClient.OperationOptions {}
3761
+
3762
+ /** Contains response data for the list operation. */
3763
+ export type ArchiveVersionsListResponse = ArchiveVersionListResult;
3764
+
3765
+ /** Optional parameters. */
3766
+ export interface ArchiveVersionsGetOptionalParams
3767
+ extends coreClient.OperationOptions {}
3768
+
3769
+ /** Contains response data for the get operation. */
3770
+ export type ArchiveVersionsGetResponse = ArchiveVersion;
3771
+
3772
+ /** Optional parameters. */
3773
+ export interface ArchiveVersionsCreateOptionalParams
3774
+ extends coreClient.OperationOptions {
3775
+ /** Delay to wait until next poll, in milliseconds. */
3776
+ updateIntervalInMs?: number;
3777
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3778
+ resumeFrom?: string;
3779
+ }
3780
+
3781
+ /** Contains response data for the create operation. */
3782
+ export type ArchiveVersionsCreateResponse = ArchiveVersion;
3783
+
3784
+ /** Optional parameters. */
3785
+ export interface ArchiveVersionsDeleteOptionalParams
3786
+ extends coreClient.OperationOptions {
3787
+ /** Delay to wait until next poll, in milliseconds. */
3788
+ updateIntervalInMs?: number;
3789
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3790
+ resumeFrom?: string;
3791
+ }
3792
+
3793
+ /** Contains response data for the delete operation. */
3794
+ export type ArchiveVersionsDeleteResponse = ArchiveVersionsDeleteHeaders;
3795
+
3796
+ /** Optional parameters. */
3797
+ export interface ArchiveVersionsListNextOptionalParams
3798
+ extends coreClient.OperationOptions {}
3799
+
3800
+ /** Contains response data for the listNext operation. */
3801
+ export type ArchiveVersionsListNextResponse = ArchiveVersionListResult;
3802
+
3803
+ /** Optional parameters. */
3804
+ export interface CacheRulesListOptionalParams
3805
+ extends coreClient.OperationOptions {}
3806
+
3807
+ /** Contains response data for the list operation. */
3808
+ export type CacheRulesListResponse = CacheRulesListResult;
3809
+
3810
+ /** Optional parameters. */
3811
+ export interface CacheRulesGetOptionalParams
3812
+ extends coreClient.OperationOptions {}
3813
+
3814
+ /** Contains response data for the get operation. */
3815
+ export type CacheRulesGetResponse = CacheRule;
3816
+
3817
+ /** Optional parameters. */
3818
+ export interface CacheRulesCreateOptionalParams
3819
+ extends coreClient.OperationOptions {
3820
+ /** Delay to wait until next poll, in milliseconds. */
3821
+ updateIntervalInMs?: number;
3822
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3823
+ resumeFrom?: string;
3824
+ }
3825
+
3826
+ /** Contains response data for the create operation. */
3827
+ export type CacheRulesCreateResponse = CacheRule;
3828
+
3829
+ /** Optional parameters. */
3830
+ export interface CacheRulesDeleteOptionalParams
3831
+ extends coreClient.OperationOptions {
3832
+ /** Delay to wait until next poll, in milliseconds. */
3833
+ updateIntervalInMs?: number;
3834
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3835
+ resumeFrom?: string;
3836
+ }
3837
+
3838
+ /** Contains response data for the delete operation. */
3839
+ export type CacheRulesDeleteResponse = CacheRulesDeleteHeaders;
3840
+
3841
+ /** Optional parameters. */
3842
+ export interface CacheRulesUpdateOptionalParams
3843
+ extends coreClient.OperationOptions {
3844
+ /** Delay to wait until next poll, in milliseconds. */
3845
+ updateIntervalInMs?: number;
3846
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3847
+ resumeFrom?: string;
3848
+ }
3849
+
3850
+ /** Contains response data for the update operation. */
3851
+ export type CacheRulesUpdateResponse = CacheRule;
3852
+
3853
+ /** Optional parameters. */
3854
+ export interface CacheRulesListNextOptionalParams
3855
+ extends coreClient.OperationOptions {}
3856
+
3857
+ /** Contains response data for the listNext operation. */
3858
+ export type CacheRulesListNextResponse = CacheRulesListResult;
3859
+
3860
+ /** Optional parameters. */
3861
+ export interface ConnectedRegistriesListOptionalParams
3862
+ extends coreClient.OperationOptions {
3863
+ /** 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. */
3864
+ filter?: string;
3865
+ }
3866
+
3867
+ /** Contains response data for the list operation. */
3868
+ export type ConnectedRegistriesListResponse = ConnectedRegistryListResult;
3869
+
3870
+ /** Optional parameters. */
3871
+ export interface ConnectedRegistriesGetOptionalParams
3872
+ extends coreClient.OperationOptions {}
3873
+
3874
+ /** Contains response data for the get operation. */
3875
+ export type ConnectedRegistriesGetResponse = ConnectedRegistry;
3876
+
3877
+ /** Optional parameters. */
3878
+ export interface ConnectedRegistriesCreateOptionalParams
3879
+ extends coreClient.OperationOptions {
3880
+ /** Delay to wait until next poll, in milliseconds. */
3881
+ updateIntervalInMs?: number;
3882
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3883
+ resumeFrom?: string;
3884
+ }
3885
+
3886
+ /** Contains response data for the create operation. */
3887
+ export type ConnectedRegistriesCreateResponse = ConnectedRegistry;
3888
+
3889
+ /** Optional parameters. */
3890
+ export interface ConnectedRegistriesDeleteOptionalParams
3891
+ extends coreClient.OperationOptions {
3892
+ /** Delay to wait until next poll, in milliseconds. */
3893
+ updateIntervalInMs?: number;
3894
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3895
+ resumeFrom?: string;
3896
+ }
3897
+
3898
+ /** Optional parameters. */
3899
+ export interface ConnectedRegistriesUpdateOptionalParams
3900
+ extends coreClient.OperationOptions {
3901
+ /** Delay to wait until next poll, in milliseconds. */
3902
+ updateIntervalInMs?: number;
3903
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3904
+ resumeFrom?: string;
3905
+ }
3906
+
3907
+ /** Contains response data for the update operation. */
3908
+ export type ConnectedRegistriesUpdateResponse = ConnectedRegistry;
3909
+
3910
+ /** Optional parameters. */
3911
+ export interface ConnectedRegistriesDeactivateOptionalParams
3912
+ extends coreClient.OperationOptions {
3913
+ /** Delay to wait until next poll, in milliseconds. */
3914
+ updateIntervalInMs?: number;
3915
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3916
+ resumeFrom?: string;
3917
+ }
3918
+
3919
+ /** Optional parameters. */
3920
+ export interface ConnectedRegistriesListNextOptionalParams
3921
+ extends coreClient.OperationOptions {}
3922
+
3923
+ /** Contains response data for the listNext operation. */
3924
+ export type ConnectedRegistriesListNextResponse = ConnectedRegistryListResult;
3925
+
3926
+ /** Optional parameters. */
3927
+ export interface CredentialSetsListOptionalParams
3928
+ extends coreClient.OperationOptions {}
3929
+
3930
+ /** Contains response data for the list operation. */
3931
+ export type CredentialSetsListResponse = CredentialSetListResult;
3932
+
3933
+ /** Optional parameters. */
3934
+ export interface CredentialSetsGetOptionalParams
3935
+ extends coreClient.OperationOptions {}
2514
3936
 
2515
- /** Known values of {@link TriggerStatus} that the service accepts. */
2516
- export enum KnownTriggerStatus {
2517
- /** Disabled */
2518
- Disabled = "Disabled",
2519
- /** Enabled */
2520
- Enabled = "Enabled"
3937
+ /** Contains response data for the get operation. */
3938
+ export type CredentialSetsGetResponse = CredentialSet;
3939
+
3940
+ /** Optional parameters. */
3941
+ export interface CredentialSetsCreateOptionalParams
3942
+ extends coreClient.OperationOptions {
3943
+ /** Delay to wait until next poll, in milliseconds. */
3944
+ updateIntervalInMs?: number;
3945
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3946
+ resumeFrom?: string;
2521
3947
  }
2522
3948
 
2523
- /**
2524
- * Defines values for TriggerStatus. \
2525
- * {@link KnownTriggerStatus} can be used interchangeably with TriggerStatus,
2526
- * this enum contains the known values that the service supports.
2527
- * ### Known values supported by the service
2528
- * **Disabled** \
2529
- * **Enabled**
2530
- */
2531
- export type TriggerStatus = string;
3949
+ /** Contains response data for the create operation. */
3950
+ export type CredentialSetsCreateResponse = CredentialSet;
2532
3951
 
2533
- /** Known values of {@link SourceControlType} that the service accepts. */
2534
- export enum KnownSourceControlType {
2535
- /** Github */
2536
- Github = "Github",
2537
- /** VisualStudioTeamService */
2538
- VisualStudioTeamService = "VisualStudioTeamService"
3952
+ /** Optional parameters. */
3953
+ export interface CredentialSetsDeleteOptionalParams
3954
+ extends coreClient.OperationOptions {
3955
+ /** Delay to wait until next poll, in milliseconds. */
3956
+ updateIntervalInMs?: number;
3957
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3958
+ resumeFrom?: string;
2539
3959
  }
2540
3960
 
2541
- /**
2542
- * Defines values for SourceControlType. \
2543
- * {@link KnownSourceControlType} can be used interchangeably with SourceControlType,
2544
- * this enum contains the known values that the service supports.
2545
- * ### Known values supported by the service
2546
- * **Github** \
2547
- * **VisualStudioTeamService**
2548
- */
2549
- export type SourceControlType = string;
3961
+ /** Contains response data for the delete operation. */
3962
+ export type CredentialSetsDeleteResponse = CredentialSetsDeleteHeaders;
2550
3963
 
2551
- /** Known values of {@link TokenType} that the service accepts. */
2552
- export enum KnownTokenType {
2553
- /** PAT */
2554
- PAT = "PAT",
2555
- /** OAuth */
2556
- OAuth = "OAuth"
3964
+ /** Optional parameters. */
3965
+ export interface CredentialSetsUpdateOptionalParams
3966
+ extends coreClient.OperationOptions {
3967
+ /** Delay to wait until next poll, in milliseconds. */
3968
+ updateIntervalInMs?: number;
3969
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3970
+ resumeFrom?: string;
2557
3971
  }
2558
3972
 
2559
- /**
2560
- * Defines values for TokenType. \
2561
- * {@link KnownTokenType} can be used interchangeably with TokenType,
2562
- * this enum contains the known values that the service supports.
2563
- * ### Known values supported by the service
2564
- * **PAT** \
2565
- * **OAuth**
2566
- */
2567
- export type TokenType = string;
3973
+ /** Contains response data for the update operation. */
3974
+ export type CredentialSetsUpdateResponse = CredentialSet;
2568
3975
 
2569
- /** Known values of {@link SourceTriggerEvent} that the service accepts. */
2570
- export enum KnownSourceTriggerEvent {
2571
- /** Commit */
2572
- Commit = "commit",
2573
- /** Pullrequest */
2574
- Pullrequest = "pullrequest"
2575
- }
3976
+ /** Optional parameters. */
3977
+ export interface CredentialSetsListNextOptionalParams
3978
+ extends coreClient.OperationOptions {}
2576
3979
 
2577
- /**
2578
- * Defines values for SourceTriggerEvent. \
2579
- * {@link KnownSourceTriggerEvent} can be used interchangeably with SourceTriggerEvent,
2580
- * this enum contains the known values that the service supports.
2581
- * ### Known values supported by the service
2582
- * **commit** \
2583
- * **pullrequest**
2584
- */
2585
- export type SourceTriggerEvent = string;
3980
+ /** Contains response data for the listNext operation. */
3981
+ export type CredentialSetsListNextResponse = CredentialSetListResult;
2586
3982
 
2587
- /** Known values of {@link BaseImageTriggerType} that the service accepts. */
2588
- export enum KnownBaseImageTriggerType {
2589
- /** All */
2590
- All = "All",
2591
- /** Runtime */
2592
- Runtime = "Runtime"
2593
- }
3983
+ /** Optional parameters. */
3984
+ export interface ExportPipelinesListOptionalParams
3985
+ extends coreClient.OperationOptions {}
2594
3986
 
2595
- /**
2596
- * Defines values for BaseImageTriggerType. \
2597
- * {@link KnownBaseImageTriggerType} can be used interchangeably with BaseImageTriggerType,
2598
- * this enum contains the known values that the service supports.
2599
- * ### Known values supported by the service
2600
- * **All** \
2601
- * **Runtime**
2602
- */
2603
- export type BaseImageTriggerType = string;
3987
+ /** Contains response data for the list operation. */
3988
+ export type ExportPipelinesListResponse = ExportPipelineListResult;
2604
3989
 
2605
- /** Known values of {@link UpdateTriggerPayloadType} that the service accepts. */
2606
- export enum KnownUpdateTriggerPayloadType {
2607
- /** Default */
2608
- Default = "Default",
2609
- /** Token */
2610
- Token = "Token"
2611
- }
3990
+ /** Optional parameters. */
3991
+ export interface ExportPipelinesGetOptionalParams
3992
+ extends coreClient.OperationOptions {}
2612
3993
 
2613
- /**
2614
- * Defines values for UpdateTriggerPayloadType. \
2615
- * {@link KnownUpdateTriggerPayloadType} can be used interchangeably with UpdateTriggerPayloadType,
2616
- * this enum contains the known values that the service supports.
2617
- * ### Known values supported by the service
2618
- * **Default** \
2619
- * **Token**
2620
- */
2621
- export type UpdateTriggerPayloadType = string;
3994
+ /** Contains response data for the get operation. */
3995
+ export type ExportPipelinesGetResponse = ExportPipeline;
2622
3996
 
2623
- /** Known values of {@link SourceRegistryLoginMode} that the service accepts. */
2624
- export enum KnownSourceRegistryLoginMode {
2625
- /** None */
2626
- None = "None",
2627
- /** Default */
2628
- Default = "Default"
3997
+ /** Optional parameters. */
3998
+ export interface ExportPipelinesCreateOptionalParams
3999
+ extends coreClient.OperationOptions {
4000
+ /** Delay to wait until next poll, in milliseconds. */
4001
+ updateIntervalInMs?: number;
4002
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4003
+ resumeFrom?: string;
2629
4004
  }
2630
4005
 
2631
- /**
2632
- * Defines values for SourceRegistryLoginMode. \
2633
- * {@link KnownSourceRegistryLoginMode} can be used interchangeably with SourceRegistryLoginMode,
2634
- * this enum contains the known values that the service supports.
2635
- * ### Known values supported by the service
2636
- * **None** \
2637
- * **Default**
2638
- */
2639
- export type SourceRegistryLoginMode = string;
4006
+ /** Contains response data for the create operation. */
4007
+ export type ExportPipelinesCreateResponse = ExportPipeline;
2640
4008
 
2641
- /** Known values of {@link SecretObjectType} that the service accepts. */
2642
- export enum KnownSecretObjectType {
2643
- /** Opaque */
2644
- Opaque = "Opaque",
2645
- /** Vaultsecret */
2646
- Vaultsecret = "Vaultsecret"
4009
+ /** Optional parameters. */
4010
+ export interface ExportPipelinesDeleteOptionalParams
4011
+ extends coreClient.OperationOptions {
4012
+ /** Delay to wait until next poll, in milliseconds. */
4013
+ updateIntervalInMs?: number;
4014
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4015
+ resumeFrom?: string;
2647
4016
  }
2648
4017
 
2649
- /**
2650
- * Defines values for SecretObjectType. \
2651
- * {@link KnownSecretObjectType} can be used interchangeably with SecretObjectType,
2652
- * this enum contains the known values that the service supports.
2653
- * ### Known values supported by the service
2654
- * **Opaque** \
2655
- * **Vaultsecret**
2656
- */
2657
- export type SecretObjectType = string;
2658
- /** Defines values for ResourceIdentityType. */
2659
- export type ResourceIdentityType =
2660
- | "SystemAssigned"
2661
- | "UserAssigned"
2662
- | "SystemAssigned, UserAssigned"
2663
- | "None";
2664
- /** Defines values for PasswordName. */
2665
- export type PasswordName = "password" | "password2";
4018
+ /** Optional parameters. */
4019
+ export interface ExportPipelinesListNextOptionalParams
4020
+ extends coreClient.OperationOptions {}
4021
+
4022
+ /** Contains response data for the listNext operation. */
4023
+ export type ExportPipelinesListNextResponse = ExportPipelineListResult;
2666
4024
 
2667
4025
  /** Optional parameters. */
2668
4026
  export interface RegistriesImportImageOptionalParams
@@ -2821,6 +4179,48 @@ export interface RegistriesListPrivateLinkResourcesNextOptionalParams
2821
4179
  /** Contains response data for the listPrivateLinkResourcesNext operation. */
2822
4180
  export type RegistriesListPrivateLinkResourcesNextResponse = PrivateLinkResourceListResult;
2823
4181
 
4182
+ /** Optional parameters. */
4183
+ export interface ImportPipelinesListOptionalParams
4184
+ extends coreClient.OperationOptions {}
4185
+
4186
+ /** Contains response data for the list operation. */
4187
+ export type ImportPipelinesListResponse = ImportPipelineListResult;
4188
+
4189
+ /** Optional parameters. */
4190
+ export interface ImportPipelinesGetOptionalParams
4191
+ extends coreClient.OperationOptions {}
4192
+
4193
+ /** Contains response data for the get operation. */
4194
+ export type ImportPipelinesGetResponse = ImportPipeline;
4195
+
4196
+ /** Optional parameters. */
4197
+ export interface ImportPipelinesCreateOptionalParams
4198
+ extends coreClient.OperationOptions {
4199
+ /** Delay to wait until next poll, in milliseconds. */
4200
+ updateIntervalInMs?: number;
4201
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4202
+ resumeFrom?: string;
4203
+ }
4204
+
4205
+ /** Contains response data for the create operation. */
4206
+ export type ImportPipelinesCreateResponse = ImportPipeline;
4207
+
4208
+ /** Optional parameters. */
4209
+ export interface ImportPipelinesDeleteOptionalParams
4210
+ extends coreClient.OperationOptions {
4211
+ /** Delay to wait until next poll, in milliseconds. */
4212
+ updateIntervalInMs?: number;
4213
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4214
+ resumeFrom?: string;
4215
+ }
4216
+
4217
+ /** Optional parameters. */
4218
+ export interface ImportPipelinesListNextOptionalParams
4219
+ extends coreClient.OperationOptions {}
4220
+
4221
+ /** Contains response data for the listNext operation. */
4222
+ export type ImportPipelinesListNextResponse = ImportPipelineListResult;
4223
+
2824
4224
  /** Optional parameters. */
2825
4225
  export interface OperationsListOptionalParams
2826
4226
  extends coreClient.OperationOptions {}
@@ -2835,6 +4235,48 @@ export interface OperationsListNextOptionalParams
2835
4235
  /** Contains response data for the listNext operation. */
2836
4236
  export type OperationsListNextResponse = OperationListResult;
2837
4237
 
4238
+ /** Optional parameters. */
4239
+ export interface PipelineRunsListOptionalParams
4240
+ extends coreClient.OperationOptions {}
4241
+
4242
+ /** Contains response data for the list operation. */
4243
+ export type PipelineRunsListResponse = PipelineRunListResult;
4244
+
4245
+ /** Optional parameters. */
4246
+ export interface PipelineRunsGetOptionalParams
4247
+ extends coreClient.OperationOptions {}
4248
+
4249
+ /** Contains response data for the get operation. */
4250
+ export type PipelineRunsGetResponse = PipelineRun;
4251
+
4252
+ /** Optional parameters. */
4253
+ export interface PipelineRunsCreateOptionalParams
4254
+ extends coreClient.OperationOptions {
4255
+ /** Delay to wait until next poll, in milliseconds. */
4256
+ updateIntervalInMs?: number;
4257
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4258
+ resumeFrom?: string;
4259
+ }
4260
+
4261
+ /** Contains response data for the create operation. */
4262
+ export type PipelineRunsCreateResponse = PipelineRun;
4263
+
4264
+ /** Optional parameters. */
4265
+ export interface PipelineRunsDeleteOptionalParams
4266
+ extends coreClient.OperationOptions {
4267
+ /** Delay to wait until next poll, in milliseconds. */
4268
+ updateIntervalInMs?: number;
4269
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4270
+ resumeFrom?: string;
4271
+ }
4272
+
4273
+ /** Optional parameters. */
4274
+ export interface PipelineRunsListNextOptionalParams
4275
+ extends coreClient.OperationOptions {}
4276
+
4277
+ /** Contains response data for the listNext operation. */
4278
+ export type PipelineRunsListNextResponse = PipelineRunListResult;
4279
+
2838
4280
  /** Optional parameters. */
2839
4281
  export interface PrivateEndpointConnectionsListOptionalParams
2840
4282
  extends coreClient.OperationOptions {}