@azure/arm-containerregistry 11.0.0-beta.4 → 11.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (750) hide show
  1. package/LICENSE +1 -1
  2. package/README.md +3 -3
  3. package/dist/browser/containerRegistryManagementClient.d.ts +5 -10
  4. package/dist/browser/containerRegistryManagementClient.d.ts.map +1 -1
  5. package/dist/browser/containerRegistryManagementClient.js +34 -23
  6. package/dist/browser/containerRegistryManagementClient.js.map +1 -1
  7. package/dist/browser/index.d.ts.map +1 -1
  8. package/dist/browser/index.js +4 -7
  9. package/dist/browser/index.js.map +1 -1
  10. package/dist/browser/lroImpl.d.ts +1 -1
  11. package/dist/browser/lroImpl.d.ts.map +1 -1
  12. package/dist/browser/lroImpl.js +9 -10
  13. package/dist/browser/lroImpl.js.map +1 -1
  14. package/dist/browser/models/index.d.ts +1319 -1825
  15. package/dist/browser/models/index.d.ts.map +1 -1
  16. package/dist/browser/models/index.js +160 -213
  17. package/dist/browser/models/index.js.map +1 -1
  18. package/dist/browser/models/mappers.d.ts +65 -104
  19. package/dist/browser/models/mappers.d.ts.map +1 -1
  20. package/dist/browser/models/mappers.js +2929 -3495
  21. package/dist/browser/models/mappers.js.map +1 -1
  22. package/dist/browser/models/parameters.d.ts +13 -24
  23. package/dist/browser/models/parameters.d.ts.map +1 -1
  24. package/dist/browser/models/parameters.js +65 -180
  25. package/dist/browser/models/parameters.js.map +1 -1
  26. package/dist/browser/operations/agentPools.d.ts +5 -5
  27. package/dist/browser/operations/agentPools.d.ts.map +1 -1
  28. package/dist/browser/operations/agentPools.js +60 -67
  29. package/dist/browser/operations/agentPools.js.map +1 -1
  30. package/dist/browser/operations/cacheRules.d.ts +15 -15
  31. package/dist/browser/operations/cacheRules.d.ts.map +1 -1
  32. package/dist/browser/operations/cacheRules.js +100 -107
  33. package/dist/browser/operations/cacheRules.js.map +1 -1
  34. package/dist/browser/operations/connectedRegistries.d.ts +15 -15
  35. package/dist/browser/operations/connectedRegistries.d.ts.map +1 -1
  36. package/dist/browser/operations/connectedRegistries.js +118 -120
  37. package/dist/browser/operations/connectedRegistries.js.map +1 -1
  38. package/dist/browser/operations/credentialSets.d.ts +15 -15
  39. package/dist/browser/operations/credentialSets.d.ts.map +1 -1
  40. package/dist/browser/operations/credentialSets.js +100 -107
  41. package/dist/browser/operations/credentialSets.js.map +1 -1
  42. package/dist/browser/operations/index.d.ts +2 -7
  43. package/dist/browser/operations/index.d.ts.map +1 -1
  44. package/dist/browser/operations/index.js +6 -14
  45. package/dist/browser/operations/index.js.map +1 -1
  46. package/dist/browser/operations/operations.d.ts +6 -6
  47. package/dist/browser/operations/operations.d.ts.map +1 -1
  48. package/dist/browser/operations/operations.js +33 -49
  49. package/dist/browser/operations/operations.js.map +1 -1
  50. package/dist/browser/operations/privateEndpointConnections.d.ts +5 -5
  51. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -1
  52. package/dist/browser/operations/privateEndpointConnections.js +71 -62
  53. package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
  54. package/dist/browser/operations/registries.d.ts +47 -47
  55. package/dist/browser/operations/registries.d.ts.map +1 -1
  56. package/dist/browser/operations/registries.js +381 -359
  57. package/dist/browser/operations/registries.js.map +1 -1
  58. package/dist/browser/operations/replications.d.ts +15 -15
  59. package/dist/browser/operations/replications.d.ts.map +1 -1
  60. package/dist/browser/operations/replications.js +122 -105
  61. package/dist/browser/operations/replications.js.map +1 -1
  62. package/dist/browser/operations/runs.d.ts +5 -5
  63. package/dist/browser/operations/runs.d.ts.map +1 -1
  64. package/dist/browser/operations/runs.js +50 -62
  65. package/dist/browser/operations/runs.js.map +1 -1
  66. package/dist/browser/operations/scopeMaps.d.ts +15 -15
  67. package/dist/browser/operations/scopeMaps.d.ts.map +1 -1
  68. package/dist/browser/operations/scopeMaps.js +107 -114
  69. package/dist/browser/operations/scopeMaps.js.map +1 -1
  70. package/dist/browser/operations/taskRuns.d.ts +5 -5
  71. package/dist/browser/operations/taskRuns.d.ts.map +1 -1
  72. package/dist/browser/operations/taskRuns.js +60 -67
  73. package/dist/browser/operations/taskRuns.js.map +1 -1
  74. package/dist/browser/operations/tasks.d.ts +5 -5
  75. package/dist/browser/operations/tasks.d.ts.map +1 -1
  76. package/dist/browser/operations/tasks.js +60 -67
  77. package/dist/browser/operations/tasks.js.map +1 -1
  78. package/dist/browser/operations/tokens.d.ts +15 -15
  79. package/dist/browser/operations/tokens.d.ts.map +1 -1
  80. package/dist/browser/operations/tokens.js +107 -114
  81. package/dist/browser/operations/tokens.js.map +1 -1
  82. package/dist/browser/operations/webhooks.d.ts +19 -19
  83. package/dist/browser/operations/webhooks.d.ts.map +1 -1
  84. package/dist/browser/operations/webhooks.js +169 -157
  85. package/dist/browser/operations/webhooks.js.map +1 -1
  86. package/dist/browser/operationsInterfaces/agentPools.d.ts +3 -3
  87. package/dist/browser/operationsInterfaces/agentPools.d.ts.map +1 -1
  88. package/dist/browser/operationsInterfaces/agentPools.js +2 -7
  89. package/dist/browser/operationsInterfaces/agentPools.js.map +1 -1
  90. package/dist/browser/operationsInterfaces/cacheRules.d.ts +13 -13
  91. package/dist/browser/operationsInterfaces/cacheRules.d.ts.map +1 -1
  92. package/dist/browser/operationsInterfaces/cacheRules.js +2 -7
  93. package/dist/browser/operationsInterfaces/cacheRules.js.map +1 -1
  94. package/dist/browser/operationsInterfaces/connectedRegistries.d.ts +13 -13
  95. package/dist/browser/operationsInterfaces/connectedRegistries.d.ts.map +1 -1
  96. package/dist/browser/operationsInterfaces/connectedRegistries.js +2 -7
  97. package/dist/browser/operationsInterfaces/connectedRegistries.js.map +1 -1
  98. package/dist/browser/operationsInterfaces/credentialSets.d.ts +13 -13
  99. package/dist/browser/operationsInterfaces/credentialSets.d.ts.map +1 -1
  100. package/dist/browser/operationsInterfaces/credentialSets.js +2 -7
  101. package/dist/browser/operationsInterfaces/credentialSets.js.map +1 -1
  102. package/dist/browser/operationsInterfaces/index.d.ts +2 -7
  103. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  104. package/dist/browser/operationsInterfaces/index.js +6 -14
  105. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  106. package/dist/browser/operationsInterfaces/operations.d.ts +3 -3
  107. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
  108. package/dist/browser/operationsInterfaces/operations.js +2 -7
  109. package/dist/browser/operationsInterfaces/operations.js.map +1 -1
  110. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
  111. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  112. package/dist/browser/operationsInterfaces/privateEndpointConnections.js +2 -7
  113. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  114. package/dist/browser/operationsInterfaces/registries.d.ts +41 -41
  115. package/dist/browser/operationsInterfaces/registries.d.ts.map +1 -1
  116. package/dist/browser/operationsInterfaces/registries.js +2 -7
  117. package/dist/browser/operationsInterfaces/registries.js.map +1 -1
  118. package/dist/browser/operationsInterfaces/replications.d.ts +13 -13
  119. package/dist/browser/operationsInterfaces/replications.d.ts.map +1 -1
  120. package/dist/browser/operationsInterfaces/replications.js +2 -7
  121. package/dist/browser/operationsInterfaces/replications.js.map +1 -1
  122. package/dist/browser/operationsInterfaces/runs.d.ts +3 -3
  123. package/dist/browser/operationsInterfaces/runs.d.ts.map +1 -1
  124. package/dist/browser/operationsInterfaces/runs.js +2 -7
  125. package/dist/browser/operationsInterfaces/runs.js.map +1 -1
  126. package/dist/browser/operationsInterfaces/scopeMaps.d.ts +13 -13
  127. package/dist/browser/operationsInterfaces/scopeMaps.d.ts.map +1 -1
  128. package/dist/browser/operationsInterfaces/scopeMaps.js +2 -7
  129. package/dist/browser/operationsInterfaces/scopeMaps.js.map +1 -1
  130. package/dist/browser/operationsInterfaces/taskRuns.d.ts +3 -3
  131. package/dist/browser/operationsInterfaces/taskRuns.d.ts.map +1 -1
  132. package/dist/browser/operationsInterfaces/taskRuns.js +2 -7
  133. package/dist/browser/operationsInterfaces/taskRuns.js.map +1 -1
  134. package/dist/browser/operationsInterfaces/tasks.d.ts +3 -3
  135. package/dist/browser/operationsInterfaces/tasks.d.ts.map +1 -1
  136. package/dist/browser/operationsInterfaces/tasks.js +2 -7
  137. package/dist/browser/operationsInterfaces/tasks.js.map +1 -1
  138. package/dist/browser/operationsInterfaces/tokens.d.ts +13 -13
  139. package/dist/browser/operationsInterfaces/tokens.d.ts.map +1 -1
  140. package/dist/browser/operationsInterfaces/tokens.js +2 -7
  141. package/dist/browser/operationsInterfaces/tokens.js.map +1 -1
  142. package/dist/browser/operationsInterfaces/webhooks.d.ts +17 -17
  143. package/dist/browser/operationsInterfaces/webhooks.d.ts.map +1 -1
  144. package/dist/browser/operationsInterfaces/webhooks.js +2 -7
  145. package/dist/browser/operationsInterfaces/webhooks.js.map +1 -1
  146. package/dist/browser/pagingHelper.d.ts.map +1 -1
  147. package/dist/browser/pagingHelper.js +4 -11
  148. package/dist/browser/pagingHelper.js.map +1 -1
  149. package/dist/commonjs/containerRegistryManagementClient.d.ts +5 -10
  150. package/dist/commonjs/containerRegistryManagementClient.d.ts.map +1 -1
  151. package/dist/commonjs/containerRegistryManagementClient.js +33 -22
  152. package/dist/commonjs/containerRegistryManagementClient.js.map +1 -1
  153. package/dist/commonjs/index.d.ts.map +1 -1
  154. package/dist/commonjs/index.js +4 -7
  155. package/dist/commonjs/index.js.map +1 -1
  156. package/dist/commonjs/lroImpl.d.ts +1 -1
  157. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  158. package/dist/commonjs/lroImpl.js +9 -10
  159. package/dist/commonjs/lroImpl.js.map +1 -1
  160. package/dist/commonjs/models/index.d.ts +1319 -1825
  161. package/dist/commonjs/models/index.d.ts.map +1 -1
  162. package/dist/commonjs/models/index.js +161 -215
  163. package/dist/commonjs/models/index.js.map +1 -1
  164. package/dist/commonjs/models/mappers.d.ts +65 -104
  165. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  166. package/dist/commonjs/models/mappers.js +2932 -3499
  167. package/dist/commonjs/models/mappers.js.map +1 -1
  168. package/dist/commonjs/models/parameters.d.ts +13 -24
  169. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  170. package/dist/commonjs/models/parameters.js +66 -181
  171. package/dist/commonjs/models/parameters.js.map +1 -1
  172. package/dist/commonjs/operations/agentPools.d.ts +5 -5
  173. package/dist/commonjs/operations/agentPools.d.ts.map +1 -1
  174. package/dist/commonjs/operations/agentPools.js +59 -65
  175. package/dist/commonjs/operations/agentPools.js.map +1 -1
  176. package/dist/commonjs/operations/cacheRules.d.ts +15 -15
  177. package/dist/commonjs/operations/cacheRules.d.ts.map +1 -1
  178. package/dist/commonjs/operations/cacheRules.js +99 -105
  179. package/dist/commonjs/operations/cacheRules.js.map +1 -1
  180. package/dist/commonjs/operations/connectedRegistries.d.ts +15 -15
  181. package/dist/commonjs/operations/connectedRegistries.d.ts.map +1 -1
  182. package/dist/commonjs/operations/connectedRegistries.js +117 -118
  183. package/dist/commonjs/operations/connectedRegistries.js.map +1 -1
  184. package/dist/commonjs/operations/credentialSets.d.ts +15 -15
  185. package/dist/commonjs/operations/credentialSets.d.ts.map +1 -1
  186. package/dist/commonjs/operations/credentialSets.js +99 -105
  187. package/dist/commonjs/operations/credentialSets.js.map +1 -1
  188. package/dist/commonjs/operations/index.d.ts +2 -7
  189. package/dist/commonjs/operations/index.d.ts.map +1 -1
  190. package/dist/commonjs/operations/index.js +6 -14
  191. package/dist/commonjs/operations/index.js.map +1 -1
  192. package/dist/commonjs/operations/operations.d.ts +6 -6
  193. package/dist/commonjs/operations/operations.d.ts.map +1 -1
  194. package/dist/commonjs/operations/operations.js +33 -48
  195. package/dist/commonjs/operations/operations.js.map +1 -1
  196. package/dist/commonjs/operations/privateEndpointConnections.d.ts +5 -5
  197. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -1
  198. package/dist/commonjs/operations/privateEndpointConnections.js +70 -60
  199. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
  200. package/dist/commonjs/operations/registries.d.ts +47 -47
  201. package/dist/commonjs/operations/registries.d.ts.map +1 -1
  202. package/dist/commonjs/operations/registries.js +380 -357
  203. package/dist/commonjs/operations/registries.js.map +1 -1
  204. package/dist/commonjs/operations/replications.d.ts +15 -15
  205. package/dist/commonjs/operations/replications.d.ts.map +1 -1
  206. package/dist/commonjs/operations/replications.js +121 -103
  207. package/dist/commonjs/operations/replications.js.map +1 -1
  208. package/dist/commonjs/operations/runs.d.ts +5 -5
  209. package/dist/commonjs/operations/runs.d.ts.map +1 -1
  210. package/dist/commonjs/operations/runs.js +49 -60
  211. package/dist/commonjs/operations/runs.js.map +1 -1
  212. package/dist/commonjs/operations/scopeMaps.d.ts +15 -15
  213. package/dist/commonjs/operations/scopeMaps.d.ts.map +1 -1
  214. package/dist/commonjs/operations/scopeMaps.js +106 -112
  215. package/dist/commonjs/operations/scopeMaps.js.map +1 -1
  216. package/dist/commonjs/operations/taskRuns.d.ts +5 -5
  217. package/dist/commonjs/operations/taskRuns.d.ts.map +1 -1
  218. package/dist/commonjs/operations/taskRuns.js +59 -65
  219. package/dist/commonjs/operations/taskRuns.js.map +1 -1
  220. package/dist/commonjs/operations/tasks.d.ts +5 -5
  221. package/dist/commonjs/operations/tasks.d.ts.map +1 -1
  222. package/dist/commonjs/operations/tasks.js +59 -65
  223. package/dist/commonjs/operations/tasks.js.map +1 -1
  224. package/dist/commonjs/operations/tokens.d.ts +15 -15
  225. package/dist/commonjs/operations/tokens.d.ts.map +1 -1
  226. package/dist/commonjs/operations/tokens.js +106 -112
  227. package/dist/commonjs/operations/tokens.js.map +1 -1
  228. package/dist/commonjs/operations/webhooks.d.ts +19 -19
  229. package/dist/commonjs/operations/webhooks.d.ts.map +1 -1
  230. package/dist/commonjs/operations/webhooks.js +168 -155
  231. package/dist/commonjs/operations/webhooks.js.map +1 -1
  232. package/dist/commonjs/operationsInterfaces/agentPools.d.ts +3 -3
  233. package/dist/commonjs/operationsInterfaces/agentPools.d.ts.map +1 -1
  234. package/dist/commonjs/operationsInterfaces/agentPools.js +2 -7
  235. package/dist/commonjs/operationsInterfaces/agentPools.js.map +1 -1
  236. package/dist/commonjs/operationsInterfaces/cacheRules.d.ts +13 -13
  237. package/dist/commonjs/operationsInterfaces/cacheRules.d.ts.map +1 -1
  238. package/dist/commonjs/operationsInterfaces/cacheRules.js +2 -7
  239. package/dist/commonjs/operationsInterfaces/cacheRules.js.map +1 -1
  240. package/dist/commonjs/operationsInterfaces/connectedRegistries.d.ts +13 -13
  241. package/dist/commonjs/operationsInterfaces/connectedRegistries.d.ts.map +1 -1
  242. package/dist/commonjs/operationsInterfaces/connectedRegistries.js +2 -7
  243. package/dist/commonjs/operationsInterfaces/connectedRegistries.js.map +1 -1
  244. package/dist/commonjs/operationsInterfaces/credentialSets.d.ts +13 -13
  245. package/dist/commonjs/operationsInterfaces/credentialSets.d.ts.map +1 -1
  246. package/dist/commonjs/operationsInterfaces/credentialSets.js +2 -7
  247. package/dist/commonjs/operationsInterfaces/credentialSets.js.map +1 -1
  248. package/dist/commonjs/operationsInterfaces/index.d.ts +2 -7
  249. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  250. package/dist/commonjs/operationsInterfaces/index.js +6 -14
  251. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  252. package/dist/commonjs/operationsInterfaces/operations.d.ts +3 -3
  253. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
  254. package/dist/commonjs/operationsInterfaces/operations.js +2 -7
  255. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
  256. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
  257. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  258. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +2 -7
  259. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  260. package/dist/commonjs/operationsInterfaces/registries.d.ts +41 -41
  261. package/dist/commonjs/operationsInterfaces/registries.d.ts.map +1 -1
  262. package/dist/commonjs/operationsInterfaces/registries.js +2 -7
  263. package/dist/commonjs/operationsInterfaces/registries.js.map +1 -1
  264. package/dist/commonjs/operationsInterfaces/replications.d.ts +13 -13
  265. package/dist/commonjs/operationsInterfaces/replications.d.ts.map +1 -1
  266. package/dist/commonjs/operationsInterfaces/replications.js +2 -7
  267. package/dist/commonjs/operationsInterfaces/replications.js.map +1 -1
  268. package/dist/commonjs/operationsInterfaces/runs.d.ts +3 -3
  269. package/dist/commonjs/operationsInterfaces/runs.d.ts.map +1 -1
  270. package/dist/commonjs/operationsInterfaces/runs.js +2 -7
  271. package/dist/commonjs/operationsInterfaces/runs.js.map +1 -1
  272. package/dist/commonjs/operationsInterfaces/scopeMaps.d.ts +13 -13
  273. package/dist/commonjs/operationsInterfaces/scopeMaps.d.ts.map +1 -1
  274. package/dist/commonjs/operationsInterfaces/scopeMaps.js +2 -7
  275. package/dist/commonjs/operationsInterfaces/scopeMaps.js.map +1 -1
  276. package/dist/commonjs/operationsInterfaces/taskRuns.d.ts +3 -3
  277. package/dist/commonjs/operationsInterfaces/taskRuns.d.ts.map +1 -1
  278. package/dist/commonjs/operationsInterfaces/taskRuns.js +2 -7
  279. package/dist/commonjs/operationsInterfaces/taskRuns.js.map +1 -1
  280. package/dist/commonjs/operationsInterfaces/tasks.d.ts +3 -3
  281. package/dist/commonjs/operationsInterfaces/tasks.d.ts.map +1 -1
  282. package/dist/commonjs/operationsInterfaces/tasks.js +2 -7
  283. package/dist/commonjs/operationsInterfaces/tasks.js.map +1 -1
  284. package/dist/commonjs/operationsInterfaces/tokens.d.ts +13 -13
  285. package/dist/commonjs/operationsInterfaces/tokens.d.ts.map +1 -1
  286. package/dist/commonjs/operationsInterfaces/tokens.js +2 -7
  287. package/dist/commonjs/operationsInterfaces/tokens.js.map +1 -1
  288. package/dist/commonjs/operationsInterfaces/webhooks.d.ts +17 -17
  289. package/dist/commonjs/operationsInterfaces/webhooks.d.ts.map +1 -1
  290. package/dist/commonjs/operationsInterfaces/webhooks.js +2 -7
  291. package/dist/commonjs/operationsInterfaces/webhooks.js.map +1 -1
  292. package/dist/commonjs/pagingHelper.d.ts.map +1 -1
  293. package/dist/commonjs/pagingHelper.js +4 -11
  294. package/dist/commonjs/pagingHelper.js.map +1 -1
  295. package/dist/commonjs/tsdoc-metadata.json +11 -11
  296. package/dist/esm/containerRegistryManagementClient.d.ts +5 -10
  297. package/dist/esm/containerRegistryManagementClient.d.ts.map +1 -1
  298. package/dist/esm/containerRegistryManagementClient.js +34 -23
  299. package/dist/esm/containerRegistryManagementClient.js.map +1 -1
  300. package/dist/esm/index.d.ts.map +1 -1
  301. package/dist/esm/index.js +4 -7
  302. package/dist/esm/index.js.map +1 -1
  303. package/dist/esm/lroImpl.d.ts +1 -1
  304. package/dist/esm/lroImpl.d.ts.map +1 -1
  305. package/dist/esm/lroImpl.js +9 -10
  306. package/dist/esm/lroImpl.js.map +1 -1
  307. package/dist/esm/models/index.d.ts +1319 -1825
  308. package/dist/esm/models/index.d.ts.map +1 -1
  309. package/dist/esm/models/index.js +160 -213
  310. package/dist/esm/models/index.js.map +1 -1
  311. package/dist/esm/models/mappers.d.ts +65 -104
  312. package/dist/esm/models/mappers.d.ts.map +1 -1
  313. package/dist/esm/models/mappers.js +2929 -3495
  314. package/dist/esm/models/mappers.js.map +1 -1
  315. package/dist/esm/models/parameters.d.ts +13 -24
  316. package/dist/esm/models/parameters.d.ts.map +1 -1
  317. package/dist/esm/models/parameters.js +65 -180
  318. package/dist/esm/models/parameters.js.map +1 -1
  319. package/dist/esm/operations/agentPools.d.ts +5 -5
  320. package/dist/esm/operations/agentPools.d.ts.map +1 -1
  321. package/dist/esm/operations/agentPools.js +60 -67
  322. package/dist/esm/operations/agentPools.js.map +1 -1
  323. package/dist/esm/operations/cacheRules.d.ts +15 -15
  324. package/dist/esm/operations/cacheRules.d.ts.map +1 -1
  325. package/dist/esm/operations/cacheRules.js +100 -107
  326. package/dist/esm/operations/cacheRules.js.map +1 -1
  327. package/dist/esm/operations/connectedRegistries.d.ts +15 -15
  328. package/dist/esm/operations/connectedRegistries.d.ts.map +1 -1
  329. package/dist/esm/operations/connectedRegistries.js +118 -120
  330. package/dist/esm/operations/connectedRegistries.js.map +1 -1
  331. package/dist/esm/operations/credentialSets.d.ts +15 -15
  332. package/dist/esm/operations/credentialSets.d.ts.map +1 -1
  333. package/dist/esm/operations/credentialSets.js +100 -107
  334. package/dist/esm/operations/credentialSets.js.map +1 -1
  335. package/dist/esm/operations/index.d.ts +2 -7
  336. package/dist/esm/operations/index.d.ts.map +1 -1
  337. package/dist/esm/operations/index.js +6 -14
  338. package/dist/esm/operations/index.js.map +1 -1
  339. package/dist/esm/operations/operations.d.ts +6 -6
  340. package/dist/esm/operations/operations.d.ts.map +1 -1
  341. package/dist/esm/operations/operations.js +33 -49
  342. package/dist/esm/operations/operations.js.map +1 -1
  343. package/dist/esm/operations/privateEndpointConnections.d.ts +5 -5
  344. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -1
  345. package/dist/esm/operations/privateEndpointConnections.js +71 -62
  346. package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
  347. package/dist/esm/operations/registries.d.ts +47 -47
  348. package/dist/esm/operations/registries.d.ts.map +1 -1
  349. package/dist/esm/operations/registries.js +381 -359
  350. package/dist/esm/operations/registries.js.map +1 -1
  351. package/dist/esm/operations/replications.d.ts +15 -15
  352. package/dist/esm/operations/replications.d.ts.map +1 -1
  353. package/dist/esm/operations/replications.js +122 -105
  354. package/dist/esm/operations/replications.js.map +1 -1
  355. package/dist/esm/operations/runs.d.ts +5 -5
  356. package/dist/esm/operations/runs.d.ts.map +1 -1
  357. package/dist/esm/operations/runs.js +50 -62
  358. package/dist/esm/operations/runs.js.map +1 -1
  359. package/dist/esm/operations/scopeMaps.d.ts +15 -15
  360. package/dist/esm/operations/scopeMaps.d.ts.map +1 -1
  361. package/dist/esm/operations/scopeMaps.js +107 -114
  362. package/dist/esm/operations/scopeMaps.js.map +1 -1
  363. package/dist/esm/operations/taskRuns.d.ts +5 -5
  364. package/dist/esm/operations/taskRuns.d.ts.map +1 -1
  365. package/dist/esm/operations/taskRuns.js +60 -67
  366. package/dist/esm/operations/taskRuns.js.map +1 -1
  367. package/dist/esm/operations/tasks.d.ts +5 -5
  368. package/dist/esm/operations/tasks.d.ts.map +1 -1
  369. package/dist/esm/operations/tasks.js +60 -67
  370. package/dist/esm/operations/tasks.js.map +1 -1
  371. package/dist/esm/operations/tokens.d.ts +15 -15
  372. package/dist/esm/operations/tokens.d.ts.map +1 -1
  373. package/dist/esm/operations/tokens.js +107 -114
  374. package/dist/esm/operations/tokens.js.map +1 -1
  375. package/dist/esm/operations/webhooks.d.ts +19 -19
  376. package/dist/esm/operations/webhooks.d.ts.map +1 -1
  377. package/dist/esm/operations/webhooks.js +169 -157
  378. package/dist/esm/operations/webhooks.js.map +1 -1
  379. package/dist/esm/operationsInterfaces/agentPools.d.ts +3 -3
  380. package/dist/esm/operationsInterfaces/agentPools.d.ts.map +1 -1
  381. package/dist/esm/operationsInterfaces/agentPools.js +2 -7
  382. package/dist/esm/operationsInterfaces/agentPools.js.map +1 -1
  383. package/dist/esm/operationsInterfaces/cacheRules.d.ts +13 -13
  384. package/dist/esm/operationsInterfaces/cacheRules.d.ts.map +1 -1
  385. package/dist/esm/operationsInterfaces/cacheRules.js +2 -7
  386. package/dist/esm/operationsInterfaces/cacheRules.js.map +1 -1
  387. package/dist/esm/operationsInterfaces/connectedRegistries.d.ts +13 -13
  388. package/dist/esm/operationsInterfaces/connectedRegistries.d.ts.map +1 -1
  389. package/dist/esm/operationsInterfaces/connectedRegistries.js +2 -7
  390. package/dist/esm/operationsInterfaces/connectedRegistries.js.map +1 -1
  391. package/dist/esm/operationsInterfaces/credentialSets.d.ts +13 -13
  392. package/dist/esm/operationsInterfaces/credentialSets.d.ts.map +1 -1
  393. package/dist/esm/operationsInterfaces/credentialSets.js +2 -7
  394. package/dist/esm/operationsInterfaces/credentialSets.js.map +1 -1
  395. package/dist/esm/operationsInterfaces/index.d.ts +2 -7
  396. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  397. package/dist/esm/operationsInterfaces/index.js +6 -14
  398. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  399. package/dist/esm/operationsInterfaces/operations.d.ts +3 -3
  400. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
  401. package/dist/esm/operationsInterfaces/operations.js +2 -7
  402. package/dist/esm/operationsInterfaces/operations.js.map +1 -1
  403. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
  404. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  405. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +2 -7
  406. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  407. package/dist/esm/operationsInterfaces/registries.d.ts +41 -41
  408. package/dist/esm/operationsInterfaces/registries.d.ts.map +1 -1
  409. package/dist/esm/operationsInterfaces/registries.js +2 -7
  410. package/dist/esm/operationsInterfaces/registries.js.map +1 -1
  411. package/dist/esm/operationsInterfaces/replications.d.ts +13 -13
  412. package/dist/esm/operationsInterfaces/replications.d.ts.map +1 -1
  413. package/dist/esm/operationsInterfaces/replications.js +2 -7
  414. package/dist/esm/operationsInterfaces/replications.js.map +1 -1
  415. package/dist/esm/operationsInterfaces/runs.d.ts +3 -3
  416. package/dist/esm/operationsInterfaces/runs.d.ts.map +1 -1
  417. package/dist/esm/operationsInterfaces/runs.js +2 -7
  418. package/dist/esm/operationsInterfaces/runs.js.map +1 -1
  419. package/dist/esm/operationsInterfaces/scopeMaps.d.ts +13 -13
  420. package/dist/esm/operationsInterfaces/scopeMaps.d.ts.map +1 -1
  421. package/dist/esm/operationsInterfaces/scopeMaps.js +2 -7
  422. package/dist/esm/operationsInterfaces/scopeMaps.js.map +1 -1
  423. package/dist/esm/operationsInterfaces/taskRuns.d.ts +3 -3
  424. package/dist/esm/operationsInterfaces/taskRuns.d.ts.map +1 -1
  425. package/dist/esm/operationsInterfaces/taskRuns.js +2 -7
  426. package/dist/esm/operationsInterfaces/taskRuns.js.map +1 -1
  427. package/dist/esm/operationsInterfaces/tasks.d.ts +3 -3
  428. package/dist/esm/operationsInterfaces/tasks.d.ts.map +1 -1
  429. package/dist/esm/operationsInterfaces/tasks.js +2 -7
  430. package/dist/esm/operationsInterfaces/tasks.js.map +1 -1
  431. package/dist/esm/operationsInterfaces/tokens.d.ts +13 -13
  432. package/dist/esm/operationsInterfaces/tokens.d.ts.map +1 -1
  433. package/dist/esm/operationsInterfaces/tokens.js +2 -7
  434. package/dist/esm/operationsInterfaces/tokens.js.map +1 -1
  435. package/dist/esm/operationsInterfaces/webhooks.d.ts +17 -17
  436. package/dist/esm/operationsInterfaces/webhooks.d.ts.map +1 -1
  437. package/dist/esm/operationsInterfaces/webhooks.js +2 -7
  438. package/dist/esm/operationsInterfaces/webhooks.js.map +1 -1
  439. package/dist/esm/pagingHelper.d.ts.map +1 -1
  440. package/dist/esm/pagingHelper.js +4 -11
  441. package/dist/esm/pagingHelper.js.map +1 -1
  442. package/dist/react-native/containerRegistryManagementClient.d.ts +5 -10
  443. package/dist/react-native/containerRegistryManagementClient.d.ts.map +1 -1
  444. package/dist/react-native/containerRegistryManagementClient.js +34 -23
  445. package/dist/react-native/containerRegistryManagementClient.js.map +1 -1
  446. package/dist/react-native/index.d.ts.map +1 -1
  447. package/dist/react-native/index.js +4 -7
  448. package/dist/react-native/index.js.map +1 -1
  449. package/dist/react-native/lroImpl.d.ts +1 -1
  450. package/dist/react-native/lroImpl.d.ts.map +1 -1
  451. package/dist/react-native/lroImpl.js +9 -10
  452. package/dist/react-native/lroImpl.js.map +1 -1
  453. package/dist/react-native/models/index.d.ts +1319 -1825
  454. package/dist/react-native/models/index.d.ts.map +1 -1
  455. package/dist/react-native/models/index.js +160 -213
  456. package/dist/react-native/models/index.js.map +1 -1
  457. package/dist/react-native/models/mappers.d.ts +65 -104
  458. package/dist/react-native/models/mappers.d.ts.map +1 -1
  459. package/dist/react-native/models/mappers.js +2929 -3495
  460. package/dist/react-native/models/mappers.js.map +1 -1
  461. package/dist/react-native/models/parameters.d.ts +13 -24
  462. package/dist/react-native/models/parameters.d.ts.map +1 -1
  463. package/dist/react-native/models/parameters.js +65 -180
  464. package/dist/react-native/models/parameters.js.map +1 -1
  465. package/dist/react-native/operations/agentPools.d.ts +5 -5
  466. package/dist/react-native/operations/agentPools.d.ts.map +1 -1
  467. package/dist/react-native/operations/agentPools.js +60 -67
  468. package/dist/react-native/operations/agentPools.js.map +1 -1
  469. package/dist/react-native/operations/cacheRules.d.ts +15 -15
  470. package/dist/react-native/operations/cacheRules.d.ts.map +1 -1
  471. package/dist/react-native/operations/cacheRules.js +100 -107
  472. package/dist/react-native/operations/cacheRules.js.map +1 -1
  473. package/dist/react-native/operations/connectedRegistries.d.ts +15 -15
  474. package/dist/react-native/operations/connectedRegistries.d.ts.map +1 -1
  475. package/dist/react-native/operations/connectedRegistries.js +118 -120
  476. package/dist/react-native/operations/connectedRegistries.js.map +1 -1
  477. package/dist/react-native/operations/credentialSets.d.ts +15 -15
  478. package/dist/react-native/operations/credentialSets.d.ts.map +1 -1
  479. package/dist/react-native/operations/credentialSets.js +100 -107
  480. package/dist/react-native/operations/credentialSets.js.map +1 -1
  481. package/dist/react-native/operations/index.d.ts +2 -7
  482. package/dist/react-native/operations/index.d.ts.map +1 -1
  483. package/dist/react-native/operations/index.js +6 -14
  484. package/dist/react-native/operations/index.js.map +1 -1
  485. package/dist/react-native/operations/operations.d.ts +6 -6
  486. package/dist/react-native/operations/operations.d.ts.map +1 -1
  487. package/dist/react-native/operations/operations.js +33 -49
  488. package/dist/react-native/operations/operations.js.map +1 -1
  489. package/dist/react-native/operations/privateEndpointConnections.d.ts +5 -5
  490. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -1
  491. package/dist/react-native/operations/privateEndpointConnections.js +71 -62
  492. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
  493. package/dist/react-native/operations/registries.d.ts +47 -47
  494. package/dist/react-native/operations/registries.d.ts.map +1 -1
  495. package/dist/react-native/operations/registries.js +381 -359
  496. package/dist/react-native/operations/registries.js.map +1 -1
  497. package/dist/react-native/operations/replications.d.ts +15 -15
  498. package/dist/react-native/operations/replications.d.ts.map +1 -1
  499. package/dist/react-native/operations/replications.js +122 -105
  500. package/dist/react-native/operations/replications.js.map +1 -1
  501. package/dist/react-native/operations/runs.d.ts +5 -5
  502. package/dist/react-native/operations/runs.d.ts.map +1 -1
  503. package/dist/react-native/operations/runs.js +50 -62
  504. package/dist/react-native/operations/runs.js.map +1 -1
  505. package/dist/react-native/operations/scopeMaps.d.ts +15 -15
  506. package/dist/react-native/operations/scopeMaps.d.ts.map +1 -1
  507. package/dist/react-native/operations/scopeMaps.js +107 -114
  508. package/dist/react-native/operations/scopeMaps.js.map +1 -1
  509. package/dist/react-native/operations/taskRuns.d.ts +5 -5
  510. package/dist/react-native/operations/taskRuns.d.ts.map +1 -1
  511. package/dist/react-native/operations/taskRuns.js +60 -67
  512. package/dist/react-native/operations/taskRuns.js.map +1 -1
  513. package/dist/react-native/operations/tasks.d.ts +5 -5
  514. package/dist/react-native/operations/tasks.d.ts.map +1 -1
  515. package/dist/react-native/operations/tasks.js +60 -67
  516. package/dist/react-native/operations/tasks.js.map +1 -1
  517. package/dist/react-native/operations/tokens.d.ts +15 -15
  518. package/dist/react-native/operations/tokens.d.ts.map +1 -1
  519. package/dist/react-native/operations/tokens.js +107 -114
  520. package/dist/react-native/operations/tokens.js.map +1 -1
  521. package/dist/react-native/operations/webhooks.d.ts +19 -19
  522. package/dist/react-native/operations/webhooks.d.ts.map +1 -1
  523. package/dist/react-native/operations/webhooks.js +169 -157
  524. package/dist/react-native/operations/webhooks.js.map +1 -1
  525. package/dist/react-native/operationsInterfaces/agentPools.d.ts +3 -3
  526. package/dist/react-native/operationsInterfaces/agentPools.d.ts.map +1 -1
  527. package/dist/react-native/operationsInterfaces/agentPools.js +2 -7
  528. package/dist/react-native/operationsInterfaces/agentPools.js.map +1 -1
  529. package/dist/react-native/operationsInterfaces/cacheRules.d.ts +13 -13
  530. package/dist/react-native/operationsInterfaces/cacheRules.d.ts.map +1 -1
  531. package/dist/react-native/operationsInterfaces/cacheRules.js +2 -7
  532. package/dist/react-native/operationsInterfaces/cacheRules.js.map +1 -1
  533. package/dist/react-native/operationsInterfaces/connectedRegistries.d.ts +13 -13
  534. package/dist/react-native/operationsInterfaces/connectedRegistries.d.ts.map +1 -1
  535. package/dist/react-native/operationsInterfaces/connectedRegistries.js +2 -7
  536. package/dist/react-native/operationsInterfaces/connectedRegistries.js.map +1 -1
  537. package/dist/react-native/operationsInterfaces/credentialSets.d.ts +13 -13
  538. package/dist/react-native/operationsInterfaces/credentialSets.d.ts.map +1 -1
  539. package/dist/react-native/operationsInterfaces/credentialSets.js +2 -7
  540. package/dist/react-native/operationsInterfaces/credentialSets.js.map +1 -1
  541. package/dist/react-native/operationsInterfaces/index.d.ts +2 -7
  542. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  543. package/dist/react-native/operationsInterfaces/index.js +6 -14
  544. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  545. package/dist/react-native/operationsInterfaces/operations.d.ts +3 -3
  546. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
  547. package/dist/react-native/operationsInterfaces/operations.js +2 -7
  548. package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
  549. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
  550. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  551. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +2 -7
  552. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  553. package/dist/react-native/operationsInterfaces/registries.d.ts +41 -41
  554. package/dist/react-native/operationsInterfaces/registries.d.ts.map +1 -1
  555. package/dist/react-native/operationsInterfaces/registries.js +2 -7
  556. package/dist/react-native/operationsInterfaces/registries.js.map +1 -1
  557. package/dist/react-native/operationsInterfaces/replications.d.ts +13 -13
  558. package/dist/react-native/operationsInterfaces/replications.d.ts.map +1 -1
  559. package/dist/react-native/operationsInterfaces/replications.js +2 -7
  560. package/dist/react-native/operationsInterfaces/replications.js.map +1 -1
  561. package/dist/react-native/operationsInterfaces/runs.d.ts +3 -3
  562. package/dist/react-native/operationsInterfaces/runs.d.ts.map +1 -1
  563. package/dist/react-native/operationsInterfaces/runs.js +2 -7
  564. package/dist/react-native/operationsInterfaces/runs.js.map +1 -1
  565. package/dist/react-native/operationsInterfaces/scopeMaps.d.ts +13 -13
  566. package/dist/react-native/operationsInterfaces/scopeMaps.d.ts.map +1 -1
  567. package/dist/react-native/operationsInterfaces/scopeMaps.js +2 -7
  568. package/dist/react-native/operationsInterfaces/scopeMaps.js.map +1 -1
  569. package/dist/react-native/operationsInterfaces/taskRuns.d.ts +3 -3
  570. package/dist/react-native/operationsInterfaces/taskRuns.d.ts.map +1 -1
  571. package/dist/react-native/operationsInterfaces/taskRuns.js +2 -7
  572. package/dist/react-native/operationsInterfaces/taskRuns.js.map +1 -1
  573. package/dist/react-native/operationsInterfaces/tasks.d.ts +3 -3
  574. package/dist/react-native/operationsInterfaces/tasks.d.ts.map +1 -1
  575. package/dist/react-native/operationsInterfaces/tasks.js +2 -7
  576. package/dist/react-native/operationsInterfaces/tasks.js.map +1 -1
  577. package/dist/react-native/operationsInterfaces/tokens.d.ts +13 -13
  578. package/dist/react-native/operationsInterfaces/tokens.d.ts.map +1 -1
  579. package/dist/react-native/operationsInterfaces/tokens.js +2 -7
  580. package/dist/react-native/operationsInterfaces/tokens.js.map +1 -1
  581. package/dist/react-native/operationsInterfaces/webhooks.d.ts +17 -17
  582. package/dist/react-native/operationsInterfaces/webhooks.d.ts.map +1 -1
  583. package/dist/react-native/operationsInterfaces/webhooks.js +2 -7
  584. package/dist/react-native/operationsInterfaces/webhooks.js.map +1 -1
  585. package/dist/react-native/pagingHelper.d.ts.map +1 -1
  586. package/dist/react-native/pagingHelper.js +4 -11
  587. package/dist/react-native/pagingHelper.js.map +1 -1
  588. package/package.json +56 -65
  589. package/CHANGELOG.md +0 -800
  590. package/dist/browser/operations/archiveVersions.d.ts +0 -95
  591. package/dist/browser/operations/archiveVersions.d.ts.map +0 -1
  592. package/dist/browser/operations/archiveVersions.js +0 -408
  593. package/dist/browser/operations/archiveVersions.js.map +0 -1
  594. package/dist/browser/operations/archives.d.ts +0 -99
  595. package/dist/browser/operations/archives.d.ts.map +0 -1
  596. package/dist/browser/operations/archives.js +0 -428
  597. package/dist/browser/operations/archives.js.map +0 -1
  598. package/dist/browser/operations/exportPipelines.d.ts +0 -81
  599. package/dist/browser/operations/exportPipelines.d.ts.map +0 -1
  600. package/dist/browser/operations/exportPipelines.js +0 -356
  601. package/dist/browser/operations/exportPipelines.js.map +0 -1
  602. package/dist/browser/operations/importPipelines.d.ts +0 -81
  603. package/dist/browser/operations/importPipelines.d.ts.map +0 -1
  604. package/dist/browser/operations/importPipelines.js +0 -356
  605. package/dist/browser/operations/importPipelines.js.map +0 -1
  606. package/dist/browser/operations/pipelineRuns.d.ts +0 -81
  607. package/dist/browser/operations/pipelineRuns.d.ts.map +0 -1
  608. package/dist/browser/operations/pipelineRuns.js +0 -356
  609. package/dist/browser/operations/pipelineRuns.js.map +0 -1
  610. package/dist/browser/operationsInterfaces/archiveVersions.d.ts +0 -66
  611. package/dist/browser/operationsInterfaces/archiveVersions.d.ts.map +0 -1
  612. package/dist/browser/operationsInterfaces/archiveVersions.js +0 -9
  613. package/dist/browser/operationsInterfaces/archiveVersions.js.map +0 -1
  614. package/dist/browser/operationsInterfaces/archives.d.ts +0 -72
  615. package/dist/browser/operationsInterfaces/archives.d.ts.map +0 -1
  616. package/dist/browser/operationsInterfaces/archives.js +0 -9
  617. package/dist/browser/operationsInterfaces/archives.js.map +0 -1
  618. package/dist/browser/operationsInterfaces/exportPipelines.d.ts +0 -56
  619. package/dist/browser/operationsInterfaces/exportPipelines.d.ts.map +0 -1
  620. package/dist/browser/operationsInterfaces/exportPipelines.js +0 -9
  621. package/dist/browser/operationsInterfaces/exportPipelines.js.map +0 -1
  622. package/dist/browser/operationsInterfaces/importPipelines.d.ts +0 -56
  623. package/dist/browser/operationsInterfaces/importPipelines.d.ts.map +0 -1
  624. package/dist/browser/operationsInterfaces/importPipelines.js +0 -9
  625. package/dist/browser/operationsInterfaces/importPipelines.js.map +0 -1
  626. package/dist/browser/operationsInterfaces/pipelineRuns.d.ts +0 -56
  627. package/dist/browser/operationsInterfaces/pipelineRuns.d.ts.map +0 -1
  628. package/dist/browser/operationsInterfaces/pipelineRuns.js +0 -9
  629. package/dist/browser/operationsInterfaces/pipelineRuns.js.map +0 -1
  630. package/dist/commonjs/operations/archiveVersions.d.ts +0 -95
  631. package/dist/commonjs/operations/archiveVersions.d.ts.map +0 -1
  632. package/dist/commonjs/operations/archiveVersions.js +0 -412
  633. package/dist/commonjs/operations/archiveVersions.js.map +0 -1
  634. package/dist/commonjs/operations/archives.d.ts +0 -99
  635. package/dist/commonjs/operations/archives.d.ts.map +0 -1
  636. package/dist/commonjs/operations/archives.js +0 -432
  637. package/dist/commonjs/operations/archives.js.map +0 -1
  638. package/dist/commonjs/operations/exportPipelines.d.ts +0 -81
  639. package/dist/commonjs/operations/exportPipelines.d.ts.map +0 -1
  640. package/dist/commonjs/operations/exportPipelines.js +0 -360
  641. package/dist/commonjs/operations/exportPipelines.js.map +0 -1
  642. package/dist/commonjs/operations/importPipelines.d.ts +0 -81
  643. package/dist/commonjs/operations/importPipelines.d.ts.map +0 -1
  644. package/dist/commonjs/operations/importPipelines.js +0 -360
  645. package/dist/commonjs/operations/importPipelines.js.map +0 -1
  646. package/dist/commonjs/operations/pipelineRuns.d.ts +0 -81
  647. package/dist/commonjs/operations/pipelineRuns.d.ts.map +0 -1
  648. package/dist/commonjs/operations/pipelineRuns.js +0 -360
  649. package/dist/commonjs/operations/pipelineRuns.js.map +0 -1
  650. package/dist/commonjs/operationsInterfaces/archiveVersions.d.ts +0 -66
  651. package/dist/commonjs/operationsInterfaces/archiveVersions.d.ts.map +0 -1
  652. package/dist/commonjs/operationsInterfaces/archiveVersions.js +0 -10
  653. package/dist/commonjs/operationsInterfaces/archiveVersions.js.map +0 -1
  654. package/dist/commonjs/operationsInterfaces/archives.d.ts +0 -72
  655. package/dist/commonjs/operationsInterfaces/archives.d.ts.map +0 -1
  656. package/dist/commonjs/operationsInterfaces/archives.js +0 -10
  657. package/dist/commonjs/operationsInterfaces/archives.js.map +0 -1
  658. package/dist/commonjs/operationsInterfaces/exportPipelines.d.ts +0 -56
  659. package/dist/commonjs/operationsInterfaces/exportPipelines.d.ts.map +0 -1
  660. package/dist/commonjs/operationsInterfaces/exportPipelines.js +0 -10
  661. package/dist/commonjs/operationsInterfaces/exportPipelines.js.map +0 -1
  662. package/dist/commonjs/operationsInterfaces/importPipelines.d.ts +0 -56
  663. package/dist/commonjs/operationsInterfaces/importPipelines.d.ts.map +0 -1
  664. package/dist/commonjs/operationsInterfaces/importPipelines.js +0 -10
  665. package/dist/commonjs/operationsInterfaces/importPipelines.js.map +0 -1
  666. package/dist/commonjs/operationsInterfaces/pipelineRuns.d.ts +0 -56
  667. package/dist/commonjs/operationsInterfaces/pipelineRuns.d.ts.map +0 -1
  668. package/dist/commonjs/operationsInterfaces/pipelineRuns.js +0 -10
  669. package/dist/commonjs/operationsInterfaces/pipelineRuns.js.map +0 -1
  670. package/dist/esm/operations/archiveVersions.d.ts +0 -95
  671. package/dist/esm/operations/archiveVersions.d.ts.map +0 -1
  672. package/dist/esm/operations/archiveVersions.js +0 -408
  673. package/dist/esm/operations/archiveVersions.js.map +0 -1
  674. package/dist/esm/operations/archives.d.ts +0 -99
  675. package/dist/esm/operations/archives.d.ts.map +0 -1
  676. package/dist/esm/operations/archives.js +0 -428
  677. package/dist/esm/operations/archives.js.map +0 -1
  678. package/dist/esm/operations/exportPipelines.d.ts +0 -81
  679. package/dist/esm/operations/exportPipelines.d.ts.map +0 -1
  680. package/dist/esm/operations/exportPipelines.js +0 -356
  681. package/dist/esm/operations/exportPipelines.js.map +0 -1
  682. package/dist/esm/operations/importPipelines.d.ts +0 -81
  683. package/dist/esm/operations/importPipelines.d.ts.map +0 -1
  684. package/dist/esm/operations/importPipelines.js +0 -356
  685. package/dist/esm/operations/importPipelines.js.map +0 -1
  686. package/dist/esm/operations/pipelineRuns.d.ts +0 -81
  687. package/dist/esm/operations/pipelineRuns.d.ts.map +0 -1
  688. package/dist/esm/operations/pipelineRuns.js +0 -356
  689. package/dist/esm/operations/pipelineRuns.js.map +0 -1
  690. package/dist/esm/operationsInterfaces/archiveVersions.d.ts +0 -66
  691. package/dist/esm/operationsInterfaces/archiveVersions.d.ts.map +0 -1
  692. package/dist/esm/operationsInterfaces/archiveVersions.js +0 -9
  693. package/dist/esm/operationsInterfaces/archiveVersions.js.map +0 -1
  694. package/dist/esm/operationsInterfaces/archives.d.ts +0 -72
  695. package/dist/esm/operationsInterfaces/archives.d.ts.map +0 -1
  696. package/dist/esm/operationsInterfaces/archives.js +0 -9
  697. package/dist/esm/operationsInterfaces/archives.js.map +0 -1
  698. package/dist/esm/operationsInterfaces/exportPipelines.d.ts +0 -56
  699. package/dist/esm/operationsInterfaces/exportPipelines.d.ts.map +0 -1
  700. package/dist/esm/operationsInterfaces/exportPipelines.js +0 -9
  701. package/dist/esm/operationsInterfaces/exportPipelines.js.map +0 -1
  702. package/dist/esm/operationsInterfaces/importPipelines.d.ts +0 -56
  703. package/dist/esm/operationsInterfaces/importPipelines.d.ts.map +0 -1
  704. package/dist/esm/operationsInterfaces/importPipelines.js +0 -9
  705. package/dist/esm/operationsInterfaces/importPipelines.js.map +0 -1
  706. package/dist/esm/operationsInterfaces/pipelineRuns.d.ts +0 -56
  707. package/dist/esm/operationsInterfaces/pipelineRuns.d.ts.map +0 -1
  708. package/dist/esm/operationsInterfaces/pipelineRuns.js +0 -9
  709. package/dist/esm/operationsInterfaces/pipelineRuns.js.map +0 -1
  710. package/dist/react-native/operations/archiveVersions.d.ts +0 -95
  711. package/dist/react-native/operations/archiveVersions.d.ts.map +0 -1
  712. package/dist/react-native/operations/archiveVersions.js +0 -408
  713. package/dist/react-native/operations/archiveVersions.js.map +0 -1
  714. package/dist/react-native/operations/archives.d.ts +0 -99
  715. package/dist/react-native/operations/archives.d.ts.map +0 -1
  716. package/dist/react-native/operations/archives.js +0 -428
  717. package/dist/react-native/operations/archives.js.map +0 -1
  718. package/dist/react-native/operations/exportPipelines.d.ts +0 -81
  719. package/dist/react-native/operations/exportPipelines.d.ts.map +0 -1
  720. package/dist/react-native/operations/exportPipelines.js +0 -356
  721. package/dist/react-native/operations/exportPipelines.js.map +0 -1
  722. package/dist/react-native/operations/importPipelines.d.ts +0 -81
  723. package/dist/react-native/operations/importPipelines.d.ts.map +0 -1
  724. package/dist/react-native/operations/importPipelines.js +0 -356
  725. package/dist/react-native/operations/importPipelines.js.map +0 -1
  726. package/dist/react-native/operations/pipelineRuns.d.ts +0 -81
  727. package/dist/react-native/operations/pipelineRuns.d.ts.map +0 -1
  728. package/dist/react-native/operations/pipelineRuns.js +0 -356
  729. package/dist/react-native/operations/pipelineRuns.js.map +0 -1
  730. package/dist/react-native/operationsInterfaces/archiveVersions.d.ts +0 -66
  731. package/dist/react-native/operationsInterfaces/archiveVersions.d.ts.map +0 -1
  732. package/dist/react-native/operationsInterfaces/archiveVersions.js +0 -9
  733. package/dist/react-native/operationsInterfaces/archiveVersions.js.map +0 -1
  734. package/dist/react-native/operationsInterfaces/archives.d.ts +0 -72
  735. package/dist/react-native/operationsInterfaces/archives.d.ts.map +0 -1
  736. package/dist/react-native/operationsInterfaces/archives.js +0 -9
  737. package/dist/react-native/operationsInterfaces/archives.js.map +0 -1
  738. package/dist/react-native/operationsInterfaces/exportPipelines.d.ts +0 -56
  739. package/dist/react-native/operationsInterfaces/exportPipelines.d.ts.map +0 -1
  740. package/dist/react-native/operationsInterfaces/exportPipelines.js +0 -9
  741. package/dist/react-native/operationsInterfaces/exportPipelines.js.map +0 -1
  742. package/dist/react-native/operationsInterfaces/importPipelines.d.ts +0 -56
  743. package/dist/react-native/operationsInterfaces/importPipelines.d.ts.map +0 -1
  744. package/dist/react-native/operationsInterfaces/importPipelines.js +0 -9
  745. package/dist/react-native/operationsInterfaces/importPipelines.js.map +0 -1
  746. package/dist/react-native/operationsInterfaces/pipelineRuns.d.ts +0 -56
  747. package/dist/react-native/operationsInterfaces/pipelineRuns.d.ts.map +0 -1
  748. package/dist/react-native/operationsInterfaces/pipelineRuns.js +0 -9
  749. package/dist/react-native/operationsInterfaces/pipelineRuns.js.map +0 -1
  750. package/review/arm-containerregistry.api.md +0 -3479
@@ -1,73 +1,71 @@
1
- import * as coreClient from "@azure/core-client";
1
+ import type * as coreClient from "@azure/core-client";
2
2
  export type RunRequestUnion = RunRequest | DockerBuildRequest | FileTaskRunRequest | TaskRunRequest | EncodedTaskRunRequest;
3
3
  export type TaskStepPropertiesUnion = TaskStepProperties | DockerBuildStep | FileTaskStep | EncodedTaskStep;
4
4
  export type TaskStepUpdateParametersUnion = TaskStepUpdateParameters | DockerBuildStepUpdateParameters | FileTaskStepUpdateParameters | EncodedTaskStepUpdateParameters;
5
- /** The result of a request to list archives for a container registry. */
6
- export interface ArchiveListResult {
7
- /** The list of archives. Since this list may be incomplete, the nextLink field should be used to request the next list of distributions. */
8
- value?: Archive[];
9
- /** The URI that can be used to request the next list of archives. */
5
+ /** The result of a request to list container registry operations. */
6
+ export interface OperationListResult {
7
+ /** 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. */
8
+ value?: OperationDefinition[];
9
+ /** The URI that can be used to request the next list of container registry operations. */
10
10
  nextLink?: string;
11
11
  }
12
- /** The properties of a archive. */
13
- export interface ArchiveProperties {
14
- /** The package source of the archive. */
15
- packageSource?: ArchivePackageSourceProperties;
16
- /** The published version of the archive. */
17
- publishedVersion?: string;
18
- repositoryEndpointPrefix?: string;
19
- /** NOTE: This property will not be serialized. It can only be populated by the server. */
20
- readonly repositoryEndpoint?: string;
12
+ /** The definition of a container registry operation. */
13
+ export interface OperationDefinition {
14
+ /** The origin information of the container registry operation. */
15
+ origin?: string;
16
+ /** Operation name: {provider}/{resource}/{operation}. */
17
+ name?: string;
18
+ /** The display information for the container registry operation. */
19
+ display?: OperationDisplayDefinition;
21
20
  /**
22
- * The provisioning state of the archive at the time the operation was called.
23
- * NOTE: This property will not be serialized. It can only be populated by the server.
21
+ * This property indicates if the operation is an action or a data action
22
+ * ref: https://docs.microsoft.com/en-us/azure/role-based-access-control/role-definitions#management-and-data-operations
24
23
  */
25
- readonly provisioningState?: ProvisioningState;
24
+ isDataAction?: boolean;
25
+ /** The definition of Azure Monitoring service. */
26
+ serviceSpecification?: OperationServiceSpecificationDefinition;
26
27
  }
27
- /** The properties of the archive package source. */
28
- export interface ArchivePackageSourceProperties {
29
- /** The type of package source for a archive. */
30
- type?: PackageSourceType;
31
- /** The external repository url. */
32
- url?: string;
28
+ /** The display information for a container registry operation. */
29
+ export interface OperationDisplayDefinition {
30
+ /** The resource provider name: Microsoft.ContainerRegistry. */
31
+ provider?: string;
32
+ /** The resource on which the operation is performed. */
33
+ resource?: string;
34
+ /** The operation that users can perform. */
35
+ operation?: string;
36
+ /** The description for the operation. */
37
+ description?: string;
33
38
  }
34
- /** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. */
35
- export interface ProxyResource {
36
- /**
37
- * The resource ID.
38
- * NOTE: This property will not be serialized. It can only be populated by the server.
39
- */
40
- readonly id?: string;
41
- /**
42
- * The name of the resource.
43
- * NOTE: This property will not be serialized. It can only be populated by the server.
44
- */
45
- readonly name?: string;
46
- /**
47
- * The type of the resource.
48
- * NOTE: This property will not be serialized. It can only be populated by the server.
49
- */
50
- readonly type?: string;
51
- /**
52
- * Metadata pertaining to creation and last modification of the resource.
53
- * NOTE: This property will not be serialized. It can only be populated by the server.
54
- */
55
- readonly systemData?: SystemData;
39
+ /** The definition of Azure Monitoring list. */
40
+ export interface OperationServiceSpecificationDefinition {
41
+ /** A list of Azure Monitoring metrics definition. */
42
+ metricSpecifications?: OperationMetricSpecificationDefinition[];
43
+ /** A list of Azure Monitoring log definitions. */
44
+ logSpecifications?: OperationLogSpecificationDefinition[];
56
45
  }
57
- /** Metadata pertaining to creation and last modification of the resource. */
58
- export interface SystemData {
59
- /** The identity that created the resource. */
60
- createdBy?: string;
61
- /** The type of identity that created the resource. */
62
- createdByType?: CreatedByType;
63
- /** The timestamp of resource creation (UTC). */
64
- createdAt?: Date;
65
- /** The identity that last modified the resource. */
66
- lastModifiedBy?: string;
67
- /** The type of identity that last modified the resource. */
68
- lastModifiedByType?: LastModifiedByType;
69
- /** The timestamp of resource modification (UTC). */
70
- lastModifiedAt?: Date;
46
+ /** The definition of Azure Monitoring metric. */
47
+ export interface OperationMetricSpecificationDefinition {
48
+ /** Metric name. */
49
+ name?: string;
50
+ /** Metric display name. */
51
+ displayName?: string;
52
+ /** Metric description. */
53
+ displayDescription?: string;
54
+ /** Metric unit. */
55
+ unit?: string;
56
+ /** Metric aggregation type. */
57
+ aggregationType?: string;
58
+ /** Internal metric name. */
59
+ internalMetricName?: string;
60
+ }
61
+ /** The definition of Azure Monitoring log. */
62
+ export interface OperationLogSpecificationDefinition {
63
+ /** Log name. */
64
+ name?: string;
65
+ /** Log display name. */
66
+ displayName?: string;
67
+ /** Log blob duration. */
68
+ blobDuration?: string;
71
69
  }
72
70
  /** Common error response for all Azure Resource Manager APIs to return error details for failed operations. (This also follows the OData error response format.). */
73
71
  export interface ErrorResponse {
@@ -115,108 +113,360 @@ export interface ErrorAdditionalInfo {
115
113
  */
116
114
  readonly info?: Record<string, unknown>;
117
115
  }
118
- /** The parameters for updating a archive. */
119
- export interface ArchiveUpdateParameters {
120
- /** The published version of the archive. */
121
- publishedVersion?: string;
122
- }
123
- /** The result of a request to list export pipelines for a container registry. */
124
- export interface ArchiveVersionListResult {
125
- /** The list of export pipelines. Since this list may be incomplete, the nextLink field should be used to request the next list of export pipelines. */
126
- value?: ArchiveVersion[];
127
- /** The URI that can be used to request the next list of pipeline runs. */
128
- nextLink?: string;
129
- }
130
- /** The result of a request to list cache rules for a container registry. */
131
- export interface CacheRulesListResult {
132
- /** The list of cache rules. */
133
- value?: CacheRule[];
134
- /** If provided, client must use NextLink URI to request next list of cache rules. */
135
- nextLink?: string;
116
+ /** A request to check whether a container registry name is available. */
117
+ export interface RegistryNameCheckRequest {
118
+ /** The name of the container registry. */
119
+ name: string;
120
+ /** The resource type of the container registry. This field must be set to 'Microsoft.ContainerRegistry/registries'. */
121
+ type: "Microsoft.ContainerRegistry/registries";
122
+ /** The resource group name of the container registry. */
123
+ resourceGroupName?: string;
124
+ /** The auto generated domain name label of the container registry. This value defaults to "Unsecure". */
125
+ autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;
136
126
  }
137
- /** The parameters for updating a cache rule. */
138
- export interface CacheRuleUpdateParameters {
139
- /** The ARM resource ID of the credential store which is associated with the Cache rule. */
140
- credentialSetResourceId?: string;
127
+ /** The result of a request to check the availability of a container registry name. */
128
+ export interface RegistryNameStatus {
129
+ /** The complete login server name with domain name label (DNL) hash, if available */
130
+ availableLoginServerName?: string;
131
+ /** The value that indicates whether the name is available. */
132
+ nameAvailable?: boolean;
133
+ /** If any, the reason that the name is not available. */
134
+ reason?: string;
135
+ /** If any, the error message that provides more detail for the reason that the name is not available. */
136
+ message?: string;
141
137
  }
142
- /** The result of a request to list connected registries for a container registry. */
143
- export interface ConnectedRegistryListResult {
144
- /** The list of connected registries. Since this list may be incomplete, the nextLink field should be used to request the next list of connected registries. */
145
- value?: ConnectedRegistry[];
146
- /** The URI that can be used to request the next list of connected registries. */
138
+ /** The result of a request to list container registries. */
139
+ export interface RegistryListResult {
140
+ /** 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. */
141
+ value?: Registry[];
142
+ /** The URI that can be used to request the next list of container registries. */
147
143
  nextLink?: string;
148
144
  }
149
- /** The activation properties of the connected registry. */
150
- export interface ActivationProperties {
145
+ /** The status of an Azure resource at the time the operation was called. */
146
+ export interface Status {
151
147
  /**
152
- * The activation status of the connected registry.
148
+ * The short label for the status.
153
149
  * NOTE: This property will not be serialized. It can only be populated by the server.
154
150
  */
155
- readonly status?: ActivationStatus;
156
- }
157
- /** The properties of the connected registry parent. */
158
- export interface ParentProperties {
159
- /** The resource ID of the parent to which the connected registry will be associated. */
160
- id?: string;
161
- /** The sync properties of the connected registry with its parent. */
162
- syncProperties: SyncProperties;
163
- }
164
- /** The sync properties of the connected registry with its parent. */
165
- export interface SyncProperties {
166
- /** The resource ID of the ACR token used to authenticate the connected registry to its parent during sync. */
167
- tokenId: string;
168
- /** The cron expression indicating the schedule that the connected registry will sync with its parent. */
169
- schedule?: string;
170
- /** The time window during which sync is enabled for each schedule occurrence. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601. */
171
- syncWindow?: string;
172
- /** The period of time for which a message is available to sync before it is expired. Specify the duration using the format P[n]Y[n]M[n]DT[n]H[n]M[n]S as per ISO8601. */
173
- messageTtl: string;
151
+ readonly displayStatus?: string;
174
152
  /**
175
- * The last time a sync occurred between the connected registry and its parent.
153
+ * The detailed message for the status, including alerts and error messages.
176
154
  * NOTE: This property will not be serialized. It can only be populated by the server.
177
155
  */
178
- readonly lastSyncTime?: Date;
156
+ readonly message?: string;
179
157
  /**
180
- * The gateway endpoint used by the connected registry to communicate with its parent.
158
+ * The timestamp when the status was changed to the current value.
181
159
  * NOTE: This property will not be serialized. It can only be populated by the server.
182
160
  */
183
- readonly gatewayEndpoint?: string;
161
+ readonly timestamp?: Date;
184
162
  }
185
- /** The login server properties of the connected registry. */
186
- export interface LoginServerProperties {
187
- /**
188
- * The host of the connected registry. Can be FQDN or IP.
189
- * NOTE: This property will not be serialized. It can only be populated by the server.
190
- */
191
- readonly host?: string;
163
+ /** The network rule set for a container registry. */
164
+ export interface NetworkRuleSet {
165
+ /** The default action of allow or deny when no other rules match. */
166
+ defaultAction: DefaultAction;
167
+ /** The IP ACL rules. */
168
+ ipRules?: IPRule[];
169
+ }
170
+ /** IP rule with specific IP or IP range in CIDR format. */
171
+ export interface IPRule {
172
+ /** The action of IP ACL rule. */
173
+ action?: Action;
174
+ /** Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed. */
175
+ iPAddressOrRange: string;
176
+ }
177
+ /** The policies for a container registry. */
178
+ export interface Policies {
179
+ /** The quarantine policy for a container registry. */
180
+ quarantinePolicy?: QuarantinePolicy;
181
+ /** The content trust policy for a container registry. */
182
+ trustPolicy?: TrustPolicy;
183
+ /** The retention policy for a container registry. */
184
+ retentionPolicy?: RetentionPolicy;
185
+ /** The export policy for a container registry. */
186
+ exportPolicy?: ExportPolicy;
187
+ /** The policy for using Azure Resource Manager audience token for a container registry. */
188
+ azureADAuthenticationAsArmPolicy?: AzureADAuthenticationAsArmPolicy;
189
+ }
190
+ /** The quarantine policy for a container registry. */
191
+ export interface QuarantinePolicy {
192
+ /** The value that indicates whether the policy is enabled or not. */
193
+ status?: PolicyStatus;
194
+ }
195
+ /** The content trust policy for a container registry. */
196
+ export interface TrustPolicy {
197
+ /** The type of trust policy. */
198
+ type?: TrustPolicyType;
199
+ /** The value that indicates whether the policy is enabled or not. */
200
+ status?: PolicyStatus;
201
+ }
202
+ /** The retention policy for a container registry. */
203
+ export interface RetentionPolicy {
204
+ /** The number of days to retain an untagged manifest after which it gets purged. */
205
+ days?: number;
192
206
  /**
193
- * The TLS properties of the connected registry login server.
207
+ * The timestamp when the policy was last updated.
194
208
  * NOTE: This property will not be serialized. It can only be populated by the server.
195
209
  */
196
- readonly tls?: TlsProperties;
210
+ readonly lastUpdatedTime?: Date;
211
+ /** The value that indicates whether the policy is enabled or not. */
212
+ status?: PolicyStatus;
197
213
  }
198
- /** The TLS properties of the connected registry login server. */
199
- export interface TlsProperties {
214
+ /** The export policy for a container registry. */
215
+ export interface ExportPolicy {
216
+ /** The value that indicates whether the policy is enabled or not. */
217
+ status?: ExportPolicyStatus;
218
+ }
219
+ /** The policy for using Azure Resource Manager audience token for a container registry. */
220
+ export interface AzureADAuthenticationAsArmPolicy {
221
+ /** The value that indicates whether the policy is enabled or not. */
222
+ status?: AzureADAuthenticationAsArmPolicyStatus;
223
+ }
224
+ export interface EncryptionProperty {
225
+ /** Indicates whether or not the encryption is enabled for container registry. */
226
+ status?: EncryptionStatus;
227
+ /** Key vault properties. */
228
+ keyVaultProperties?: KeyVaultProperties;
229
+ }
230
+ export interface KeyVaultProperties {
231
+ /** Key vault uri to access the encryption key. */
232
+ keyIdentifier?: string;
200
233
  /**
201
- * Indicates whether HTTPS is enabled for the login server.
234
+ * The fully qualified key identifier that includes the version of the key that is actually used for encryption.
202
235
  * NOTE: This property will not be serialized. It can only be populated by the server.
203
236
  */
204
- readonly status?: TlsStatus;
237
+ readonly versionedKeyIdentifier?: string;
238
+ /** The client id of the identity which will be used to access key vault. */
239
+ identity?: string;
205
240
  /**
206
- * The certificate used to configure HTTPS for the login server.
241
+ * Auto key rotation status for a CMK enabled registry.
207
242
  * NOTE: This property will not be serialized. It can only be populated by the server.
208
243
  */
209
- readonly certificate?: TlsCertificateProperties;
210
- }
211
- /** The TLS certificate properties of the connected registry login server. */
212
- export interface TlsCertificateProperties {
244
+ readonly keyRotationEnabled?: boolean;
213
245
  /**
214
- * The type of certificate location.
246
+ * Timestamp of the last successful key rotation.
215
247
  * NOTE: This property will not be serialized. It can only be populated by the server.
216
248
  */
217
- readonly type?: CertificateType;
218
- /**
219
- * Indicates the location of the certificates.
249
+ readonly lastKeyRotationTimestamp?: Date;
250
+ }
251
+ /** The Private Endpoint resource. */
252
+ export interface PrivateEndpoint {
253
+ /** This is private endpoint resource created with Microsoft.Network resource provider. */
254
+ id?: string;
255
+ }
256
+ /** The state of a private link service connection. */
257
+ export interface PrivateLinkServiceConnectionState {
258
+ /** The private link service connection status. */
259
+ status?: ConnectionStatus;
260
+ /** The description for connection status. For example if connection is rejected it can indicate reason for rejection. */
261
+ description?: string;
262
+ /** A message indicating if changes on the service provider require any updates on the consumer. */
263
+ actionsRequired?: ActionsRequired;
264
+ }
265
+ /** Common fields that are returned in the response for all Azure Resource Manager resources */
266
+ export interface Resource {
267
+ /**
268
+ * Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"
269
+ * NOTE: This property will not be serialized. It can only be populated by the server.
270
+ */
271
+ readonly id?: string;
272
+ /**
273
+ * The name of the resource
274
+ * NOTE: This property will not be serialized. It can only be populated by the server.
275
+ */
276
+ readonly name?: string;
277
+ /**
278
+ * The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"
279
+ * NOTE: This property will not be serialized. It can only be populated by the server.
280
+ */
281
+ readonly type?: string;
282
+ /**
283
+ * Azure Resource Manager metadata containing createdBy and modifiedBy information.
284
+ * NOTE: This property will not be serialized. It can only be populated by the server.
285
+ */
286
+ readonly systemData?: SystemData;
287
+ }
288
+ /** Metadata pertaining to creation and last modification of the resource. */
289
+ export interface SystemData {
290
+ /** The identity that created the resource. */
291
+ createdBy?: string;
292
+ /** The type of identity that created the resource. */
293
+ createdByType?: CreatedByType;
294
+ /** The timestamp of resource creation (UTC). */
295
+ createdAt?: Date;
296
+ /** The identity that last modified the resource. */
297
+ lastModifiedBy?: string;
298
+ /** The type of identity that last modified the resource. */
299
+ lastModifiedByType?: CreatedByType;
300
+ /** The timestamp of resource last modification (UTC) */
301
+ lastModifiedAt?: Date;
302
+ }
303
+ /** The SKU of a container registry. */
304
+ export interface Sku {
305
+ /** The SKU name of the container registry. Required for registry creation. */
306
+ name: SkuName;
307
+ /**
308
+ * The SKU tier based on the SKU name.
309
+ * NOTE: This property will not be serialized. It can only be populated by the server.
310
+ */
311
+ readonly tier?: SkuTier;
312
+ }
313
+ /** Managed identity for the resource. */
314
+ export interface IdentityProperties {
315
+ /**
316
+ * The principal ID of resource identity.
317
+ * NOTE: This property will not be serialized. It can only be populated by the server.
318
+ */
319
+ readonly principalId?: string;
320
+ /**
321
+ * The tenant ID of resource.
322
+ * NOTE: This property will not be serialized. It can only be populated by the server.
323
+ */
324
+ readonly tenantId?: string;
325
+ /** The identity type. */
326
+ type?: ResourceIdentityType;
327
+ /**
328
+ * The list of user identities associated with the resource. The user identity
329
+ * dictionary key references will be ARM resource ids in the form:
330
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/
331
+ * providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
332
+ */
333
+ userAssignedIdentities?: {
334
+ [propertyName: string]: UserIdentityProperties;
335
+ };
336
+ }
337
+ export interface UserIdentityProperties {
338
+ /**
339
+ * The principal id of user assigned identity.
340
+ * NOTE: This property will not be serialized. It can only be populated by the server.
341
+ */
342
+ readonly principalId?: string;
343
+ /**
344
+ * The client id of user assigned identity.
345
+ * NOTE: This property will not be serialized. It can only be populated by the server.
346
+ */
347
+ readonly clientId?: string;
348
+ }
349
+ /** The parameters for updating a container registry. */
350
+ export interface RegistryUpdateParameters {
351
+ /** The identity of the container registry. */
352
+ identity?: IdentityProperties;
353
+ /** The tags for the container registry. */
354
+ tags?: {
355
+ [propertyName: string]: string;
356
+ };
357
+ /** The SKU of the container registry. */
358
+ sku?: Sku;
359
+ /** The value that indicates whether the admin user is enabled. */
360
+ adminUserEnabled?: boolean;
361
+ /** The network rule set for a container registry. */
362
+ networkRuleSet?: NetworkRuleSet;
363
+ /** The policies for a container registry. */
364
+ policies?: Policies;
365
+ /** The encryption settings of container registry. */
366
+ encryption?: EncryptionProperty;
367
+ /** Enable a single data endpoint per region for serving data. */
368
+ dataEndpointEnabled?: boolean;
369
+ /** Whether or not public network access is allowed for the container registry. */
370
+ publicNetworkAccess?: PublicNetworkAccess;
371
+ /** Whether to allow trusted Azure services to access a network restricted registry. */
372
+ networkRuleBypassOptions?: NetworkRuleBypassOptions;
373
+ /** Whether to allow ACR Tasks service to access a network restricted registry. */
374
+ networkRuleBypassAllowedForTasks?: boolean;
375
+ /** Enables registry-wide pull from unauthenticated clients. */
376
+ anonymousPullEnabled?: boolean;
377
+ /** Determines registry role assignment mode. */
378
+ roleAssignmentMode?: RoleAssignmentMode;
379
+ }
380
+ /** The result of a request to list cache rules for a container registry. */
381
+ export interface CacheRulesListResult {
382
+ /** The list of cache rules. Since this list may be incomplete, the nextLink field should be used to request the next list of cache rules. */
383
+ value?: CacheRule[];
384
+ /** The URI that can be used to request the next list of cache rules. */
385
+ nextLink?: string;
386
+ }
387
+ /** The parameters for updating a cache rule. */
388
+ export interface CacheRuleUpdateParameters {
389
+ /** The ARM resource ID of the credential store which is associated with the Cache rule. */
390
+ credentialSetResourceId?: string;
391
+ }
392
+ /** The result of a request to list connected registries for a container registry. */
393
+ export interface ConnectedRegistryListResult {
394
+ /** 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. */
395
+ value?: ConnectedRegistry[];
396
+ /** The URI that can be used to request the next list of connected registries. */
397
+ nextLink?: string;
398
+ }
399
+ /** The activation properties of the connected registry. */
400
+ export interface ActivationProperties {
401
+ /**
402
+ * The activation status of the connected registry.
403
+ * NOTE: This property will not be serialized. It can only be populated by the server.
404
+ */
405
+ readonly status?: ActivationStatus;
406
+ }
407
+ /** The properties of the connected registry parent. */
408
+ export interface ParentProperties {
409
+ /** The resource ID of the parent to which the connected registry will be associated. */
410
+ id?: string;
411
+ /** The sync properties of the connected registry with its parent. */
412
+ syncProperties: SyncProperties;
413
+ }
414
+ /** The sync properties of the connected registry with its parent. */
415
+ export interface SyncProperties {
416
+ /** The resource ID of the ACR token used to authenticate the connected registry to its parent during sync. */
417
+ tokenId: string;
418
+ /** The cron expression indicating the schedule that the connected registry will sync with its parent. */
419
+ schedule?: string;
420
+ /** 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. */
421
+ syncWindow?: string;
422
+ /** 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. */
423
+ messageTtl: string;
424
+ /**
425
+ * The last time a sync occurred between the connected registry and its parent.
426
+ * NOTE: This property will not be serialized. It can only be populated by the server.
427
+ */
428
+ readonly lastSyncTime?: Date;
429
+ /**
430
+ * The gateway endpoint used by the connected registry to communicate with its parent.
431
+ * NOTE: This property will not be serialized. It can only be populated by the server.
432
+ */
433
+ readonly gatewayEndpoint?: string;
434
+ }
435
+ /** The login server properties of the connected registry. */
436
+ export interface LoginServerProperties {
437
+ /**
438
+ * The host of the connected registry. Can be FQDN or IP.
439
+ * NOTE: This property will not be serialized. It can only be populated by the server.
440
+ */
441
+ readonly host?: string;
442
+ /**
443
+ * The TLS properties of the connected registry login server.
444
+ * NOTE: This property will not be serialized. It can only be populated by the server.
445
+ */
446
+ readonly tls?: TlsProperties;
447
+ }
448
+ /** The TLS properties of the connected registry login server. */
449
+ export interface TlsProperties {
450
+ /**
451
+ * Indicates whether HTTPS is enabled for the login server.
452
+ * NOTE: This property will not be serialized. It can only be populated by the server.
453
+ */
454
+ readonly status?: TlsStatus;
455
+ /**
456
+ * The certificate used to configure HTTPS for the login server.
457
+ * NOTE: This property will not be serialized. It can only be populated by the server.
458
+ */
459
+ readonly certificate?: TlsCertificateProperties;
460
+ }
461
+ /** The TLS certificate properties of the connected registry login server. */
462
+ export interface TlsCertificateProperties {
463
+ /**
464
+ * The type of certificate location.
465
+ * NOTE: This property will not be serialized. It can only be populated by the server.
466
+ */
467
+ readonly type?: CertificateType;
468
+ /**
469
+ * Indicates the location of the certificates.
220
470
  * NOTE: This property will not be serialized. It can only be populated by the server.
221
471
  */
222
472
  readonly location?: string;
@@ -236,7 +486,7 @@ export interface StatusDetailProperties {
236
486
  */
237
487
  readonly type?: string;
238
488
  /**
239
- * The code of the status.
489
+ * The HTTP status code.
240
490
  * NOTE: This property will not be serialized. It can only be populated by the server.
241
491
  */
242
492
  readonly code?: string;
@@ -292,42 +542,6 @@ export interface CredentialSetListResult {
292
542
  /** The URI that can be used to request the next list of credential sets. */
293
543
  nextLink?: string;
294
544
  }
295
- /** Managed identity for the resource. */
296
- export interface IdentityProperties {
297
- /**
298
- * The principal ID of resource identity.
299
- * NOTE: This property will not be serialized. It can only be populated by the server.
300
- */
301
- readonly principalId?: string;
302
- /**
303
- * The tenant ID of resource.
304
- * NOTE: This property will not be serialized. It can only be populated by the server.
305
- */
306
- readonly tenantId?: string;
307
- /** The identity type. */
308
- type?: ResourceIdentityType;
309
- /**
310
- * The list of user identities associated with the resource. The user identity
311
- * dictionary key references will be ARM resource ids in the form:
312
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/
313
- * providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
314
- */
315
- userAssignedIdentities?: {
316
- [propertyName: string]: UserIdentityProperties;
317
- };
318
- }
319
- export interface UserIdentityProperties {
320
- /**
321
- * The principal id of user assigned identity.
322
- * NOTE: This property will not be serialized. It can only be populated by the server.
323
- */
324
- readonly principalId?: string;
325
- /**
326
- * The client id of user assigned identity.
327
- * NOTE: This property will not be serialized. It can only be populated by the server.
328
- */
329
- readonly clientId?: string;
330
- }
331
545
  /** Authentication credential stored for an upstream. */
332
546
  export interface AuthCredential {
333
547
  /** The name of the credential. */
@@ -361,28 +575,38 @@ export interface CredentialSetUpdateParameters {
361
575
  */
362
576
  authCredentials?: AuthCredential[];
363
577
  }
364
- /** The result of a request to list export pipelines for a container registry. */
365
- export interface ExportPipelineListResult {
366
- /** 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. */
367
- value?: ExportPipeline[];
368
- /** The URI that can be used to request the next list of pipeline runs. */
369
- nextLink?: string;
370
- }
371
- /** The properties of the export pipeline target. */
372
- export interface ExportPipelineTargetProperties {
373
- /** The type of target for the export pipeline. */
374
- type?: string;
375
- /**
376
- * The target uri of the export pipeline.
377
- * When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
378
- * When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
379
- */
380
- uri?: string;
381
- /** They key vault secret uri to obtain the target storage SAS token. */
382
- keyVaultUri: string;
578
+ /** The parameters used to generate credentials for a specified token or user of a container registry. */
579
+ export interface GenerateCredentialsParameters {
580
+ /** The resource ID of the token for which credentials have to be generated. */
581
+ tokenId?: string;
582
+ /** The expiry date of the generated credentials after which the credentials become invalid. */
583
+ expiry?: Date;
584
+ /** Specifies name of the password which should be regenerated if any -- password1 or password2. */
585
+ name?: TokenPasswordName;
383
586
  }
384
- export interface ImportImageParameters {
385
- /** The source of the image. */
587
+ /** The response from the GenerateCredentials operation. */
588
+ export interface GenerateCredentialsResult {
589
+ /** The username for a container registry. */
590
+ username?: string;
591
+ /** The list of passwords for a container registry. */
592
+ passwords?: TokenPassword[];
593
+ }
594
+ /** The password that will be used for authenticating the token of a container registry. */
595
+ export interface TokenPassword {
596
+ /** The creation datetime of the password. */
597
+ creationTime?: Date;
598
+ /** The expiry datetime of the password. */
599
+ expiry?: Date;
600
+ /** The password name "password1" or "password2" */
601
+ name?: TokenPasswordName;
602
+ /**
603
+ * The password value.
604
+ * NOTE: This property will not be serialized. It can only be populated by the server.
605
+ */
606
+ readonly value?: string;
607
+ }
608
+ export interface ImportImageParameters {
609
+ /** The source of the image. */
386
610
  source: ImportSource;
387
611
  /** List of strings of the form repo[:tag]. When tag is omitted the source will be used (or 'latest' if source tag is also omitted). */
388
612
  targetTags?: string[];
@@ -412,408 +636,19 @@ export interface ImportSourceCredentials {
412
636
  /** The password used to authenticate with the source registry. */
413
637
  password: string;
414
638
  }
415
- /** The result of a request to list import pipelines for a container registry. */
416
- export interface ImportPipelineListResult {
417
- /** 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. */
418
- value?: ImportPipeline[];
419
- /** The URI that can be used to request the next list of pipeline runs. */
420
- nextLink?: string;
421
- }
422
- /** The properties of the import pipeline source. */
423
- export interface ImportPipelineSourceProperties {
424
- /** The type of source for the import pipeline. */
425
- type?: PipelineSourceType;
426
- /**
427
- * The source uri of the import pipeline.
428
- * When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
429
- * When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
430
- */
431
- uri?: string;
432
- /** They key vault secret uri to obtain the source storage SAS token. */
433
- keyVaultUri: string;
434
- }
435
- export interface PipelineTriggerProperties {
436
- /** The source trigger properties of the pipeline. */
437
- sourceTrigger?: PipelineSourceTriggerProperties;
438
- }
439
- export interface PipelineSourceTriggerProperties {
440
- /** The current status of the source trigger. */
441
- status: TriggerStatus;
442
- }
443
- /** The result of a request to list container registry operations. */
444
- export interface OperationListResult {
445
- /** 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. */
446
- value?: OperationDefinition[];
447
- /** The URI that can be used to request the next list of container registry operations. */
448
- nextLink?: string;
449
- }
450
- /** The definition of a container registry operation. */
451
- export interface OperationDefinition {
452
- /** The origin information of the container registry operation. */
453
- origin?: string;
454
- /** Operation name: {provider}/{resource}/{operation}. */
455
- name?: string;
456
- /** The display information for the container registry operation. */
457
- display?: OperationDisplayDefinition;
458
- /**
459
- * This property indicates if the operation is an action or a data action
460
- * ref: https://docs.microsoft.com/en-us/azure/role-based-access-control/role-definitions#management-and-data-operations
461
- */
462
- isDataAction?: boolean;
463
- /** The definition of Azure Monitoring service. */
464
- serviceSpecification?: OperationServiceSpecificationDefinition;
465
- }
466
- /** The display information for a container registry operation. */
467
- export interface OperationDisplayDefinition {
468
- /** The resource provider name: Microsoft.ContainerRegistry. */
469
- provider?: string;
470
- /** The resource on which the operation is performed. */
471
- resource?: string;
472
- /** The operation that users can perform. */
473
- operation?: string;
474
- /** The description for the operation. */
475
- description?: string;
476
- }
477
- /** The definition of Azure Monitoring list. */
478
- export interface OperationServiceSpecificationDefinition {
479
- /** A list of Azure Monitoring metrics definition. */
480
- metricSpecifications?: OperationMetricSpecificationDefinition[];
481
- /** A list of Azure Monitoring log definitions. */
482
- logSpecifications?: OperationLogSpecificationDefinition[];
483
- }
484
- /** The definition of Azure Monitoring metric. */
485
- export interface OperationMetricSpecificationDefinition {
486
- /** Metric name. */
487
- name?: string;
488
- /** Metric display name. */
489
- displayName?: string;
490
- /** Metric description. */
491
- displayDescription?: string;
492
- /** Metric unit. */
493
- unit?: string;
494
- /** Metric aggregation type. */
495
- aggregationType?: string;
496
- /** Internal metric name. */
497
- internalMetricName?: string;
498
- }
499
- /** The definition of Azure Monitoring log. */
500
- export interface OperationLogSpecificationDefinition {
501
- /** Log name. */
502
- name?: string;
503
- /** Log display name. */
504
- displayName?: string;
505
- /** Log blob duration. */
506
- blobDuration?: string;
507
- }
508
- /** A request to check whether a container registry name is available. */
509
- export interface RegistryNameCheckRequest {
510
- /** The name of the container registry. */
511
- name: string;
512
- /** The resource type of the container registry. This field must be set to 'Microsoft.ContainerRegistry/registries'. */
513
- type: "Microsoft.ContainerRegistry/registries";
514
- /** The resource group name of the container registry. */
515
- resourceGroupName?: string;
516
- /** The auto generated domain name label of the container registry. This value defaults to "Unsecure". */
517
- autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;
518
- }
519
- /** The result of a request to check the availability of a container registry name. */
520
- export interface RegistryNameStatus {
521
- /** The complete login server name with domain name label (DNL) hash, if available */
522
- availableLoginServerName?: string;
523
- /** The value that indicates whether the name is available. */
524
- nameAvailable?: boolean;
525
- /** If any, the reason that the name is not available. */
526
- reason?: string;
527
- /** If any, the error message that provides more detail for the reason that the name is not available. */
528
- message?: string;
529
- }
530
- /** The result of a request to list pipeline runs for a container registry. */
531
- export interface PipelineRunListResult {
532
- /** 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. */
533
- value?: PipelineRun[];
534
- /** The URI that can be used to request the next list of pipeline runs. */
535
- nextLink?: string;
536
- }
537
- /** The request properties provided for a pipeline run. */
538
- export interface PipelineRunRequest {
539
- /** The resource ID of the pipeline to run. */
540
- pipelineResourceId?: string;
541
- /**
542
- * List of source artifacts to be transferred by the pipeline.
543
- * Specify an image by repository ('hello-world'). This will use the 'latest' tag.
544
- * Specify an image by tag ('hello-world:latest').
545
- * Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').
546
- */
547
- artifacts?: string[];
548
- /** The source properties of the pipeline run. */
549
- source?: PipelineRunSourceProperties;
550
- /** The target properties of the pipeline run. */
551
- target?: PipelineRunTargetProperties;
552
- /** The digest of the tar used to transfer the artifacts. */
553
- catalogDigest?: string;
554
- }
555
- export interface PipelineRunSourceProperties {
556
- /** The type of the source. */
557
- type?: PipelineRunSourceType;
558
- /** The name of the source. */
559
- name?: string;
560
- }
561
- export interface PipelineRunTargetProperties {
562
- /** The type of the target. */
563
- type?: PipelineRunTargetType;
564
- /** The name of the target. */
565
- name?: string;
566
- }
567
- /** The response properties returned for a pipeline run. */
568
- export interface PipelineRunResponse {
569
- /** The current status of the pipeline run. */
570
- status?: string;
571
- /** The artifacts imported in the pipeline run. */
572
- importedArtifacts?: string[];
573
- /** The current progress of the copy operation. */
574
- progress?: ProgressProperties;
575
- /** The time the pipeline run started. */
576
- startTime?: Date;
577
- /** The time the pipeline run finished. */
578
- finishTime?: Date;
579
- /** The source of the pipeline run. */
580
- source?: ImportPipelineSourceProperties;
581
- /** The target of the pipeline run. */
582
- target?: ExportPipelineTargetProperties;
583
- /** The digest of the tar used to transfer the artifacts. */
584
- catalogDigest?: string;
585
- /** The trigger that caused the pipeline run. */
586
- trigger?: PipelineTriggerDescriptor;
587
- /** The detailed error message for the pipeline run in the case of failure. */
588
- pipelineRunErrorMessage?: string;
589
- }
590
- export interface ProgressProperties {
591
- /** The percentage complete of the copy operation. */
592
- percentage?: string;
593
- }
594
- export interface PipelineTriggerDescriptor {
595
- /** The source trigger that caused the pipeline run. */
596
- sourceTrigger?: PipelineSourceTriggerDescriptor;
597
- }
598
- export interface PipelineSourceTriggerDescriptor {
599
- /** The timestamp when the source update happened. */
600
- timestamp?: Date;
601
- }
602
- /** The result of a request to list private endpoint connections for a container registry. */
603
- export interface PrivateEndpointConnectionListResult {
604
- /** 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. */
605
- value?: PrivateEndpointConnection[];
606
- /** The URI that can be used to request the next list of private endpoint connections. */
607
- nextLink?: string;
608
- }
609
- /** The Private Endpoint resource. */
610
- export interface PrivateEndpoint {
611
- /** This is private endpoint resource created with Microsoft.Network resource provider. */
612
- id?: string;
613
- }
614
- /** The state of a private link service connection. */
615
- export interface PrivateLinkServiceConnectionState {
616
- /** The private link service connection status. */
617
- status?: ConnectionStatus;
618
- /** The description for connection status. For example if connection is rejected it can indicate reason for rejection. */
619
- description?: string;
620
- /** A message indicating if changes on the service provider require any updates on the consumer. */
621
- actionsRequired?: ActionsRequired;
622
- }
623
- /** The result of a request to list container registries. */
624
- export interface RegistryListResult {
625
- /** 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. */
626
- value?: Registry[];
627
- /** The URI that can be used to request the next list of container registries. */
628
- nextLink?: string;
629
- }
630
- /** The SKU of a container registry. */
631
- export interface Sku {
632
- /** The SKU name of the container registry. Required for registry creation. */
633
- name: SkuName;
634
- /**
635
- * The SKU tier based on the SKU name.
636
- * NOTE: This property will not be serialized. It can only be populated by the server.
637
- */
638
- readonly tier?: SkuTier;
639
- }
640
- /** The status of an Azure resource at the time the operation was called. */
641
- export interface Status {
642
- /**
643
- * The short label for the status.
644
- * NOTE: This property will not be serialized. It can only be populated by the server.
645
- */
646
- readonly displayStatus?: string;
647
- /**
648
- * The detailed message for the status, including alerts and error messages.
649
- * NOTE: This property will not be serialized. It can only be populated by the server.
650
- */
651
- readonly message?: string;
652
- /**
653
- * The timestamp when the status was changed to the current value.
654
- * NOTE: This property will not be serialized. It can only be populated by the server.
655
- */
656
- readonly timestamp?: Date;
657
- }
658
- /** The network rule set for a container registry. */
659
- export interface NetworkRuleSet {
660
- /** The default action of allow or deny when no other rules match. */
661
- defaultAction: DefaultAction;
662
- /** The IP ACL rules. */
663
- ipRules?: IPRule[];
664
- }
665
- /** IP rule with specific IP or IP range in CIDR format. */
666
- export interface IPRule {
667
- /** The action of IP ACL rule. */
668
- action?: Action;
669
- /** Specifies the IP or IP range in CIDR format. Only IPV4 address is allowed. */
670
- iPAddressOrRange: string;
671
- }
672
- /** The policies for a container registry. */
673
- export interface Policies {
674
- /** The quarantine policy for a container registry. */
675
- quarantinePolicy?: QuarantinePolicy;
676
- /** The content trust policy for a container registry. */
677
- trustPolicy?: TrustPolicy;
678
- /** The retention policy for a container registry. */
679
- retentionPolicy?: RetentionPolicy;
680
- /** The export policy for a container registry. */
681
- exportPolicy?: ExportPolicy;
682
- /** The policy for using ARM audience token for a container registry. */
683
- azureADAuthenticationAsArmPolicy?: AzureADAuthenticationAsArmPolicy;
684
- /** The soft delete policy for a container registry. */
685
- softDeletePolicy?: SoftDeletePolicy;
686
- }
687
- /** The quarantine policy for a container registry. */
688
- export interface QuarantinePolicy {
689
- /** The value that indicates whether the policy is enabled or not. */
690
- status?: PolicyStatus;
691
- }
692
- /** The content trust policy for a container registry. */
693
- export interface TrustPolicy {
694
- /** The type of trust policy. */
695
- type?: TrustPolicyType;
696
- /** The value that indicates whether the policy is enabled or not. */
697
- status?: PolicyStatus;
698
- }
699
- /** The retention policy for a container registry. */
700
- export interface RetentionPolicy {
701
- /** The number of days to retain an untagged manifest after which it gets purged. */
702
- days?: number;
703
- /**
704
- * The timestamp when the policy was last updated.
705
- * NOTE: This property will not be serialized. It can only be populated by the server.
706
- */
707
- readonly lastUpdatedTime?: Date;
708
- /** The value that indicates whether the policy is enabled or not. */
709
- status?: PolicyStatus;
710
- }
711
- /** The export policy for a container registry. */
712
- export interface ExportPolicy {
713
- /** The value that indicates whether the policy is enabled or not. */
714
- status?: ExportPolicyStatus;
715
- }
716
- /** The policy for using ARM audience token for a container registry. */
717
- export interface AzureADAuthenticationAsArmPolicy {
718
- /** The value that indicates whether the policy is enabled or not. */
719
- status?: AzureADAuthenticationAsArmPolicyStatus;
720
- }
721
- /** The soft delete policy for a container registry */
722
- export interface SoftDeletePolicy {
723
- /** The number of days after which a soft-deleted item is permanently deleted. */
724
- retentionDays?: number;
725
- /**
726
- * The timestamp when the policy was last updated.
727
- * NOTE: This property will not be serialized. It can only be populated by the server.
728
- */
729
- readonly lastUpdatedTime?: Date;
730
- /** The value that indicates whether the policy is enabled or not. */
731
- status?: PolicyStatus;
732
- }
733
- export interface EncryptionProperty {
734
- /** Indicates whether or not the encryption is enabled for container registry. */
735
- status?: EncryptionStatus;
736
- /** Key vault properties. */
737
- keyVaultProperties?: KeyVaultProperties;
738
- }
739
- export interface KeyVaultProperties {
740
- /** Key vault uri to access the encryption key. */
741
- keyIdentifier?: string;
742
- /**
743
- * The fully qualified key identifier that includes the version of the key that is actually used for encryption.
744
- * NOTE: This property will not be serialized. It can only be populated by the server.
745
- */
746
- readonly versionedKeyIdentifier?: string;
747
- /** The client id of the identity which will be used to access key vault. */
748
- identity?: string;
749
- /**
750
- * Auto key rotation status for a CMK enabled registry.
751
- * NOTE: This property will not be serialized. It can only be populated by the server.
752
- */
753
- readonly keyRotationEnabled?: boolean;
754
- /**
755
- * Timestamp of the last successful key rotation.
756
- * NOTE: This property will not be serialized. It can only be populated by the server.
757
- */
758
- readonly lastKeyRotationTimestamp?: Date;
759
- }
760
- /** An Azure resource. */
761
- export interface Resource {
762
- /**
763
- * The resource ID.
764
- * NOTE: This property will not be serialized. It can only be populated by the server.
765
- */
766
- readonly id?: string;
767
- /**
768
- * The name of the resource.
769
- * NOTE: This property will not be serialized. It can only be populated by the server.
770
- */
771
- readonly name?: string;
772
- /**
773
- * The type of the resource.
774
- * NOTE: This property will not be serialized. It can only be populated by the server.
775
- */
776
- readonly type?: string;
777
- /** The location of the resource. This cannot be changed after the resource is created. */
778
- location: string;
779
- /** The tags of the resource. */
780
- tags?: {
781
- [propertyName: string]: string;
782
- };
783
- /**
784
- * Metadata pertaining to creation and last modification of the resource.
785
- * NOTE: This property will not be serialized. It can only be populated by the server.
786
- */
787
- readonly systemData?: SystemData;
788
- }
789
- /** The parameters for updating a container registry. */
790
- export interface RegistryUpdateParameters {
791
- /** The identity of the container registry. */
792
- identity?: IdentityProperties;
793
- /** The tags for the container registry. */
794
- tags?: {
795
- [propertyName: string]: string;
796
- };
797
- /** The SKU of the container registry. */
798
- sku?: Sku;
799
- /** The value that indicates whether the admin user is enabled. */
800
- adminUserEnabled?: boolean;
801
- /** The network rule set for a container registry. */
802
- networkRuleSet?: NetworkRuleSet;
803
- /** The policies for a container registry. */
804
- policies?: Policies;
805
- /** The encryption settings of container registry. */
806
- encryption?: EncryptionProperty;
807
- /** Enable a single data endpoint per region for serving data. */
808
- dataEndpointEnabled?: boolean;
809
- /** Whether or not public network access is allowed for the container registry. */
810
- publicNetworkAccess?: PublicNetworkAccess;
811
- /** Whether to allow trusted Azure services to access a network restricted registry. */
812
- networkRuleBypassOptions?: NetworkRuleBypassOptions;
813
- /** Enables registry-wide pull from unauthenticated clients. */
814
- anonymousPullEnabled?: boolean;
815
- /** Determines whether registry artifacts are indexed for metadata search. */
816
- metadataSearch?: MetadataSearch;
639
+ /** The response from the ListCredentials operation. */
640
+ export interface RegistryListCredentialsResult {
641
+ /** The username for a container registry. */
642
+ username?: string;
643
+ /** The list of passwords for a container registry. */
644
+ passwords?: RegistryPassword[];
645
+ }
646
+ /** The login password for the container registry. */
647
+ export interface RegistryPassword {
648
+ /** The password name. */
649
+ name?: PasswordName;
650
+ /** The password value. */
651
+ value?: string;
817
652
  }
818
653
  /** The result of a request to get container registry quota usages. */
819
654
  export interface RegistryUsageListResult {
@@ -831,6 +666,13 @@ export interface RegistryUsage {
831
666
  /** The unit of measurement. */
832
667
  unit?: RegistryUsageUnit;
833
668
  }
669
+ /** The result of a request to list private endpoint connections for a container registry. */
670
+ export interface PrivateEndpointConnectionListResult {
671
+ /** 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. */
672
+ value?: PrivateEndpointConnection[];
673
+ /** The URI that can be used to request the next list of private endpoint connections. */
674
+ nextLink?: string;
675
+ }
834
676
  /** The result of a request to list private link resources for a container registry. */
835
677
  export interface PrivateLinkResourceListResult {
836
678
  /** The list of private link resources. Since this list may be incomplete, the nextLink field should be used to request the next list of private link resources. */
@@ -838,38 +680,6 @@ export interface PrivateLinkResourceListResult {
838
680
  /** The URI that can be used to request the next list of private link resources. */
839
681
  nextLink?: string;
840
682
  }
841
- /** A resource that supports private link capabilities. */
842
- export interface PrivateLinkResource {
843
- /**
844
- * The resource type is private link resource.
845
- * NOTE: This property will not be serialized. It can only be populated by the server.
846
- */
847
- readonly type?: string;
848
- /** The resource ID. */
849
- id?: string;
850
- /** The name of the resource. */
851
- name?: string;
852
- /** The private link resource group id. */
853
- groupId?: string;
854
- /** The private link resource required member names. */
855
- requiredMembers?: string[];
856
- /** The private link resource Private link DNS zone name. */
857
- requiredZoneNames?: string[];
858
- }
859
- /** The response from the ListCredentials operation. */
860
- export interface RegistryListCredentialsResult {
861
- /** The username for a container registry. */
862
- username?: string;
863
- /** The list of passwords for a container registry. */
864
- passwords?: RegistryPassword[];
865
- }
866
- /** The login password for the container registry. */
867
- export interface RegistryPassword {
868
- /** The password name. */
869
- name?: PasswordName;
870
- /** The password value. */
871
- value?: string;
872
- }
873
683
  /** The parameters used to regenerate the login credential. */
874
684
  export interface RegenerateCredentialParameters {
875
685
  /** Specifies name of the password which should be regenerated -- password or password2. */
@@ -931,20 +741,6 @@ export interface TokenCertificate {
931
741
  /** Base 64 encoded string of the public certificate1 in PEM format that will be used for authenticating the token. */
932
742
  encodedPemCertificate?: string;
933
743
  }
934
- /** The password that will be used for authenticating the token of a container registry. */
935
- export interface TokenPassword {
936
- /** The creation datetime of the password. */
937
- creationTime?: Date;
938
- /** The expiry datetime of the password. */
939
- expiry?: Date;
940
- /** The password name "password1" or "password2" */
941
- name?: TokenPasswordName;
942
- /**
943
- * The password value.
944
- * NOTE: This property will not be serialized. It can only be populated by the server.
945
- */
946
- readonly value?: string;
947
- }
948
744
  /** The parameters for updating a token. */
949
745
  export interface TokenUpdateParameters {
950
746
  /** The resource ID of the scope map to which the token will be associated with. */
@@ -954,22 +750,6 @@ export interface TokenUpdateParameters {
954
750
  /** The credentials that can be used for authenticating the token. */
955
751
  credentials?: TokenCredentialsProperties;
956
752
  }
957
- /** The parameters used to generate credentials for a specified token or user of a container registry. */
958
- export interface GenerateCredentialsParameters {
959
- /** The resource ID of the token for which credentials have to be generated. */
960
- tokenId?: string;
961
- /** The expiry date of the generated credentials after which the credentials become invalid. */
962
- expiry?: Date;
963
- /** Specifies name of the password which should be regenerated if any -- password1 or password2. */
964
- name?: TokenPasswordName;
965
- }
966
- /** The response from the GenerateCredentials operation. */
967
- export interface GenerateCredentialsResult {
968
- /** The username for a container registry. */
969
- username?: string;
970
- /** The list of passwords for a container registry. */
971
- passwords?: TokenPassword[];
972
- }
973
753
  /** The result of a request to list webhooks for a container registry. */
974
754
  export interface WebhookListResult {
975
755
  /** The list of webhooks. Since this list may be incomplete, the nextLink field should be used to request the next list of webhooks. */
@@ -985,7 +765,10 @@ export interface WebhookCreateParameters {
985
765
  };
986
766
  /** The location of the webhook. This cannot be changed after the resource is created. */
987
767
  location: string;
988
- /** The service URI for the webhook to post notifications. */
768
+ /**
769
+ * The service URI for the webhook to post notifications.
770
+ * This value contains a credential. Consider obscuring before showing to users
771
+ */
989
772
  serviceUri?: string;
990
773
  /** Custom headers that will be added to the webhook notifications. */
991
774
  customHeaders?: {
@@ -1004,7 +787,10 @@ export interface WebhookUpdateParameters {
1004
787
  tags?: {
1005
788
  [propertyName: string]: string;
1006
789
  };
1007
- /** The service URI for the webhook to post notifications. */
790
+ /**
791
+ * The service URI for the webhook to post notifications.
792
+ * This value contains a credential. Consider obscuring before showing to users
793
+ */
1008
794
  serviceUri?: string;
1009
795
  /** Custom headers that will be added to the webhook notifications. */
1010
796
  customHeaders?: {
@@ -1017,10 +803,14 @@ export interface WebhookUpdateParameters {
1017
803
  /** The list of actions that trigger the webhook to post notifications. */
1018
804
  actions?: WebhookAction[];
1019
805
  }
1020
- /** The basic information of an event. */
1021
- export interface EventInfo {
1022
- /** The event ID. */
1023
- id?: string;
806
+ /** The configuration of service URI and custom headers for the webhook. */
807
+ export interface CallbackConfig {
808
+ /** The service URI for the webhook to post notifications. */
809
+ serviceUri: string;
810
+ /** Custom headers that will be added to the webhook notifications. */
811
+ customHeaders?: {
812
+ [propertyName: string]: string;
813
+ };
1024
814
  }
1025
815
  /** The result of a request to list events for a webhook. */
1026
816
  export interface EventListResult {
@@ -1122,14 +912,10 @@ export interface EventResponseMessage {
1122
912
  /** The HTTP message version. */
1123
913
  version?: string;
1124
914
  }
1125
- /** The configuration of service URI and custom headers for the webhook. */
1126
- export interface CallbackConfig {
1127
- /** The service URI for the webhook to post notifications. */
1128
- serviceUri: string;
1129
- /** Custom headers that will be added to the webhook notifications. */
1130
- customHeaders?: {
1131
- [propertyName: string]: string;
1132
- };
915
+ /** The basic information of an event. */
916
+ export interface EventInfo {
917
+ /** The event ID. */
918
+ id?: string;
1133
919
  }
1134
920
  /** An error response from the Azure Container Registry service. */
1135
921
  export interface ErrorResponseForContainerRegistry {
@@ -1564,28 +1350,6 @@ export interface BaseImageTriggerUpdateParameters {
1564
1350
  /** The name of the trigger. */
1565
1351
  name: string;
1566
1352
  }
1567
- /** The properties of a storage account for a container registry. Only applicable to Classic SKU. */
1568
- export interface StorageAccountProperties {
1569
- /** The resource ID of the storage account. */
1570
- id: string;
1571
- }
1572
- /** The properties of a package type. */
1573
- export interface PackageType {
1574
- /** The name of the package type. */
1575
- name?: string;
1576
- /**
1577
- * The endpoint of the package type.
1578
- * NOTE: This property will not be serialized. It can only be populated by the server.
1579
- */
1580
- readonly endpoint?: string;
1581
- }
1582
- /** The Active Directory Object that will be used for authenticating the token of a container registry. */
1583
- export interface ActiveDirectoryObject {
1584
- /** The user/group/application object ID for Active Directory Object that will be used for authenticating the token of a container registry. */
1585
- objectId?: string;
1586
- /** The tenant ID of user/group/application object Active Directory Object that will be used for authenticating the token of a container registry. */
1587
- tenantId?: string;
1588
- }
1589
1353
  /** Properties that are enabled for Odata querying on runs. */
1590
1354
  export interface RunFilter {
1591
1355
  /** The unique identifier for the run. */
@@ -1640,45 +1404,221 @@ export interface OverrideTaskStepProperties {
1640
1404
  arguments?: Argument[];
1641
1405
  /** The name of the target build stage for the docker build. */
1642
1406
  target?: string;
1643
- /** The collection of overridable values that can be passed when running a Task. */
1407
+ /** The collection of overridable values that can be passed when running a Task. */
1408
+ values?: SetValue[];
1409
+ /** Base64 encoded update trigger token that will be attached with the base image trigger webhook. */
1410
+ updateTriggerToken?: string;
1411
+ }
1412
+ /** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
1413
+ export interface ProxyResource extends Resource {
1414
+ }
1415
+ /** The resource model definition for an Azure Resource Manager tracked top level resource which has 'tags' and a 'location' */
1416
+ export interface TrackedResource extends Resource {
1417
+ /** Resource tags. */
1418
+ tags?: {
1419
+ [propertyName: string]: string;
1420
+ };
1421
+ /** The geo-location where the resource lives */
1422
+ location: string;
1423
+ }
1424
+ /** A private link resource. */
1425
+ export interface PrivateLinkResource extends Resource {
1426
+ /**
1427
+ * The private link resource group id.
1428
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1429
+ */
1430
+ readonly groupId?: string;
1431
+ /**
1432
+ * The private link resource required member names.
1433
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1434
+ */
1435
+ readonly requiredMembers?: string[];
1436
+ /** The private link resource private link DNS zone name. */
1437
+ requiredZoneNames?: string[];
1438
+ }
1439
+ /** The event for a webhook. */
1440
+ export interface Event extends EventInfo {
1441
+ /** The event request message sent to the service URI. */
1442
+ eventRequestMessage?: EventRequestMessage;
1443
+ /** The event response message received from the service URI. */
1444
+ eventResponseMessage?: EventResponseMessage;
1445
+ }
1446
+ /** The parameters for a docker quick build. */
1447
+ export interface DockerBuildRequest extends RunRequest {
1448
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1449
+ type: "DockerBuildRequest";
1450
+ /** The fully qualified image names including the repository and tag. */
1451
+ imageNames?: string[];
1452
+ /** The value of this property indicates whether the image built should be pushed to the registry or not. */
1453
+ isPushEnabled?: boolean;
1454
+ /** The value of this property indicates whether the image cache is enabled or not. */
1455
+ noCache?: boolean;
1456
+ /** The Docker file path relative to the source location. */
1457
+ dockerFilePath: string;
1458
+ /** The name of the target build stage for the docker build. */
1459
+ target?: string;
1460
+ /** The collection of override arguments to be used when executing the run. */
1461
+ arguments?: Argument[];
1462
+ /** Run timeout in seconds. */
1463
+ timeout?: number;
1464
+ /** The platform properties against which the run has to happen. */
1465
+ platform: PlatformProperties;
1466
+ /** The machine configuration of the run agent. */
1467
+ agentConfiguration?: AgentProperties;
1468
+ /**
1469
+ * The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository.
1470
+ * If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
1471
+ */
1472
+ sourceLocation?: string;
1473
+ /** The properties that describes a set of credentials that will be used when this run is invoked. */
1474
+ credentials?: Credentials;
1475
+ }
1476
+ /** The request parameters for a scheduling run against a task file. */
1477
+ export interface FileTaskRunRequest extends RunRequest {
1478
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1479
+ type: "FileTaskRunRequest";
1480
+ /** The template/definition file path relative to the source. */
1481
+ taskFilePath: string;
1482
+ /** The values/parameters file path relative to the source. */
1483
+ valuesFilePath?: string;
1484
+ /** The collection of overridable values that can be passed when running a task. */
1485
+ values?: SetValue[];
1486
+ /** Run timeout in seconds. */
1487
+ timeout?: number;
1488
+ /** The platform properties against which the run has to happen. */
1489
+ platform: PlatformProperties;
1490
+ /** The machine configuration of the run agent. */
1491
+ agentConfiguration?: AgentProperties;
1492
+ /**
1493
+ * The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository.
1494
+ * If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
1495
+ */
1496
+ sourceLocation?: string;
1497
+ /** The properties that describes a set of credentials that will be used when this run is invoked. */
1498
+ credentials?: Credentials;
1499
+ }
1500
+ /** The parameters for a task run request. */
1501
+ export interface TaskRunRequest extends RunRequest {
1502
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1503
+ type: "TaskRunRequest";
1504
+ /** The resource ID of task against which run has to be queued. */
1505
+ taskId: string;
1506
+ /** Set of overridable parameters that can be passed when running a Task. */
1507
+ overrideTaskStepProperties?: OverrideTaskStepProperties;
1508
+ }
1509
+ /** The parameters for a quick task run request. */
1510
+ export interface EncodedTaskRunRequest extends RunRequest {
1511
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1512
+ type: "EncodedTaskRunRequest";
1513
+ /** Base64 encoded value of the template/definition file content. */
1514
+ encodedTaskContent: string;
1515
+ /** Base64 encoded value of the parameters/values file content. */
1516
+ encodedValuesContent?: string;
1517
+ /** The collection of overridable values that can be passed when running a task. */
1518
+ values?: SetValue[];
1519
+ /** Run timeout in seconds. */
1520
+ timeout?: number;
1521
+ /** The platform properties against which the run has to happen. */
1522
+ platform: PlatformProperties;
1523
+ /** The machine configuration of the run agent. */
1524
+ agentConfiguration?: AgentProperties;
1525
+ /**
1526
+ * The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository.
1527
+ * If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
1528
+ */
1529
+ sourceLocation?: string;
1530
+ /** The properties that describes a set of credentials that will be used when this run is invoked. */
1531
+ credentials?: Credentials;
1532
+ }
1533
+ /** The Docker build step. */
1534
+ export interface DockerBuildStep extends TaskStepProperties {
1535
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1536
+ type: "Docker";
1537
+ /** The fully qualified image names including the repository and tag. */
1538
+ imageNames?: string[];
1539
+ /** The value of this property indicates whether the image built should be pushed to the registry or not. */
1540
+ isPushEnabled?: boolean;
1541
+ /** The value of this property indicates whether the image cache is enabled or not. */
1542
+ noCache?: boolean;
1543
+ /** The Docker file path relative to the source context. */
1544
+ dockerFilePath: string;
1545
+ /** The name of the target build stage for the docker build. */
1546
+ target?: string;
1547
+ /** The collection of override arguments to be used when executing this build step. */
1548
+ arguments?: Argument[];
1549
+ }
1550
+ /** The properties of a task step. */
1551
+ export interface FileTaskStep extends TaskStepProperties {
1552
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1553
+ type: "FileTask";
1554
+ /** The task template/definition file path relative to the source context. */
1555
+ taskFilePath: string;
1556
+ /** The task values/parameters file path relative to the source context. */
1557
+ valuesFilePath?: string;
1558
+ /** The collection of overridable values that can be passed when running a task. */
1559
+ values?: SetValue[];
1560
+ }
1561
+ /** The properties of a encoded task step. */
1562
+ export interface EncodedTaskStep extends TaskStepProperties {
1563
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1564
+ type: "EncodedTask";
1565
+ /** Base64 encoded value of the template/definition file content. */
1566
+ encodedTaskContent: string;
1567
+ /** Base64 encoded value of the parameters/values file content. */
1568
+ encodedValuesContent?: string;
1569
+ /** The collection of overridable values that can be passed when running a task. */
1570
+ values?: SetValue[];
1571
+ }
1572
+ /** The properties for updating a docker build step. */
1573
+ export interface DockerBuildStepUpdateParameters extends TaskStepUpdateParameters {
1574
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1575
+ type: "Docker";
1576
+ /** The fully qualified image names including the repository and tag. */
1577
+ imageNames?: string[];
1578
+ /** The value of this property indicates whether the image built should be pushed to the registry or not. */
1579
+ isPushEnabled?: boolean;
1580
+ /** The value of this property indicates whether the image cache is enabled or not. */
1581
+ noCache?: boolean;
1582
+ /** The Docker file path relative to the source context. */
1583
+ dockerFilePath?: string;
1584
+ /** The collection of override arguments to be used when executing this build step. */
1585
+ arguments?: Argument[];
1586
+ /** The name of the target build stage for the docker build. */
1587
+ target?: string;
1588
+ }
1589
+ /** The properties of updating a task step. */
1590
+ export interface FileTaskStepUpdateParameters extends TaskStepUpdateParameters {
1591
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1592
+ type: "FileTask";
1593
+ /** The task template/definition file path relative to the source context. */
1594
+ taskFilePath?: string;
1595
+ /** The values/parameters file path relative to the source context. */
1596
+ valuesFilePath?: string;
1597
+ /** The collection of overridable values that can be passed when running a task. */
1644
1598
  values?: SetValue[];
1645
- /** Base64 encoded update trigger token that will be attached with the base image trigger webhook. */
1646
- updateTriggerToken?: string;
1647
1599
  }
1648
- /** The properties of the Debian package Archive. */
1649
- export interface DebianArchiveProperties extends ArchiveProperties {
1650
- /** Debian distribution Name. */
1651
- distributionName?: string;
1652
- }
1653
- /** The properties of the archive package source. */
1654
- export interface DebianArchivePackageSourceProperties extends ArchivePackageSourceProperties {
1655
- /** Upstream Debian distribution Name. */
1656
- distributionName?: string;
1657
- }
1658
- /** An object that represents a archive for a container registry. */
1659
- export interface Archive extends ProxyResource {
1660
- /** The package source of the archive. */
1661
- packageSource?: ArchivePackageSourceProperties;
1662
- /** The published version of the archive. */
1663
- publishedVersion?: string;
1664
- repositoryEndpointPrefix?: string;
1665
- /** NOTE: This property will not be serialized. It can only be populated by the server. */
1666
- readonly repositoryEndpoint?: string;
1667
- /**
1668
- * The provisioning state of the archive at the time the operation was called.
1669
- * NOTE: This property will not be serialized. It can only be populated by the server.
1670
- */
1671
- readonly provisioningState?: ProvisioningState;
1600
+ /** The properties for updating encoded task step. */
1601
+ export interface EncodedTaskStepUpdateParameters extends TaskStepUpdateParameters {
1602
+ /** Polymorphic discriminator, which specifies the different types this object can be */
1603
+ type: "EncodedTask";
1604
+ /** Base64 encoded value of the template/definition file content. */
1605
+ encodedTaskContent?: string;
1606
+ /** Base64 encoded value of the parameters/values file content. */
1607
+ encodedValuesContent?: string;
1608
+ /** The collection of overridable values that can be passed when running a task. */
1609
+ values?: SetValue[];
1672
1610
  }
1673
- /** An object that represents an export pipeline for a container registry. */
1674
- export interface ArchiveVersion extends ProxyResource {
1611
+ /** An object that represents a private endpoint connection for a container registry. */
1612
+ export interface PrivateEndpointConnection extends ProxyResource {
1613
+ /** The resource of private endpoint. */
1614
+ privateEndpoint?: PrivateEndpoint;
1615
+ /** A collection of information about the state of the connection between service consumer and provider. */
1616
+ privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
1675
1617
  /**
1676
- * The provisioning state of the archive at the time the operation was called.
1618
+ * The provisioning state of private endpoint connection resource.
1677
1619
  * NOTE: This property will not be serialized. It can only be populated by the server.
1678
1620
  */
1679
1621
  readonly provisioningState?: ProvisioningState;
1680
- /** The detailed error message for the archive version in the case of failure. */
1681
- archiveVersionErrorMessage?: string;
1682
1622
  }
1683
1623
  /** An object that represents a cache rule for a container registry. */
1684
1624
  export interface CacheRule extends ProxyResource {
@@ -1771,69 +1711,6 @@ export interface CredentialSet extends ProxyResource {
1771
1711
  */
1772
1712
  readonly provisioningState?: ProvisioningState;
1773
1713
  }
1774
- /** An object that represents an export pipeline for a container registry. */
1775
- export interface ExportPipeline extends ProxyResource {
1776
- /** The location of the export pipeline. */
1777
- location?: string;
1778
- /** The identity of the export pipeline. */
1779
- identity?: IdentityProperties;
1780
- /** The target properties of the export pipeline. */
1781
- target?: ExportPipelineTargetProperties;
1782
- /** The list of all options configured for the pipeline. */
1783
- options?: PipelineOptions[];
1784
- /**
1785
- * The provisioning state of the pipeline at the time the operation was called.
1786
- * NOTE: This property will not be serialized. It can only be populated by the server.
1787
- */
1788
- readonly provisioningState?: ProvisioningState;
1789
- }
1790
- /** An object that represents an import pipeline for a container registry. */
1791
- export interface ImportPipeline extends ProxyResource {
1792
- /** The location of the import pipeline. */
1793
- location?: string;
1794
- /** The identity of the import pipeline. */
1795
- identity?: IdentityProperties;
1796
- /** The source properties of the import pipeline. */
1797
- source?: ImportPipelineSourceProperties;
1798
- /** The properties that describe the trigger of the import pipeline. */
1799
- trigger?: PipelineTriggerProperties;
1800
- /** The list of all options configured for the pipeline. */
1801
- options?: PipelineOptions[];
1802
- /**
1803
- * The provisioning state of the pipeline 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
- /** An object that represents a pipeline run for a container registry. */
1809
- export interface PipelineRun extends ProxyResource {
1810
- /**
1811
- * The provisioning state of a pipeline run.
1812
- * NOTE: This property will not be serialized. It can only be populated by the server.
1813
- */
1814
- readonly provisioningState?: ProvisioningState;
1815
- /** The request parameters for a pipeline run. */
1816
- request?: PipelineRunRequest;
1817
- /**
1818
- * The response of a pipeline run.
1819
- * NOTE: This property will not be serialized. It can only be populated by the server.
1820
- */
1821
- readonly response?: PipelineRunResponse;
1822
- /** How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed. */
1823
- forceUpdateTag?: string;
1824
- }
1825
- /** An object that represents a private endpoint connection for a container registry. */
1826
- export interface PrivateEndpointConnection extends ProxyResource {
1827
- /** The resource of private endpoint. */
1828
- privateEndpoint?: PrivateEndpoint;
1829
- /** A collection of information about the state of the connection between service consumer and provider. */
1830
- privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
1831
- /**
1832
- * The provisioning state of private endpoint connection resource.
1833
- * NOTE: This property will not be serialized. It can only be populated by the server.
1834
- */
1835
- readonly provisioningState?: ProvisioningState;
1836
- }
1837
1714
  /** An object that represents a scope map for a container registry. */
1838
1715
  export interface ScopeMap extends ProxyResource {
1839
1716
  /** The user friendly description of the scope map. */
@@ -1957,7 +1834,7 @@ export interface TaskRun extends ProxyResource {
1957
1834
  forceUpdateTag?: string;
1958
1835
  }
1959
1836
  /** An object that represents a container registry. */
1960
- export interface Registry extends Resource {
1837
+ export interface Registry extends TrackedResource {
1961
1838
  /** The SKU of the container registry. */
1962
1839
  sku: Sku;
1963
1840
  /** The identity of the container registry. */
@@ -2006,17 +1883,19 @@ export interface Registry extends Resource {
2006
1883
  publicNetworkAccess?: PublicNetworkAccess;
2007
1884
  /** Whether to allow trusted Azure services to access a network restricted registry. */
2008
1885
  networkRuleBypassOptions?: NetworkRuleBypassOptions;
1886
+ /** Whether or not Tasks allowed to bypass the network rules for this container registry. */
1887
+ networkRuleBypassAllowedForTasks?: boolean;
2009
1888
  /** Whether or not zone redundancy is enabled for this container registry */
2010
1889
  zoneRedundancy?: ZoneRedundancy;
2011
1890
  /** Enables registry-wide pull from unauthenticated clients. */
2012
1891
  anonymousPullEnabled?: boolean;
2013
- /** Determines whether registry artifacts are indexed for metadata search. */
2014
- metadataSearch?: MetadataSearch;
2015
1892
  /** Determines the domain name label reuse scope. */
2016
1893
  autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;
1894
+ /** Determines registry role assignment mode. */
1895
+ roleAssignmentMode?: RoleAssignmentMode;
2017
1896
  }
2018
1897
  /** An object that represents a replication for a container registry. */
2019
- export interface Replication extends Resource {
1898
+ export interface Replication extends TrackedResource {
2020
1899
  /**
2021
1900
  * The provisioning state of the replication at the time the operation was called.
2022
1901
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2033,7 +1912,7 @@ export interface Replication extends Resource {
2033
1912
  zoneRedundancy?: ZoneRedundancy;
2034
1913
  }
2035
1914
  /** An object that represents a webhook for a container registry. */
2036
- export interface Webhook extends Resource {
1915
+ export interface Webhook extends TrackedResource {
2037
1916
  /** The status of the webhook at the time the operation was called. */
2038
1917
  status?: WebhookStatus;
2039
1918
  /** The scope of repositories where the event can be triggered. For example, 'foo:*' means events for all tags under repository 'foo'. 'foo:bar' means events for 'foo:bar' only. 'foo' is equivalent to 'foo:latest'. Empty means all events. */
@@ -2050,7 +1929,7 @@ export interface Webhook extends Resource {
2050
1929
  * The agentpool that has the ARM resource and properties.
2051
1930
  * The agentpool will have all information to create an agent pool.
2052
1931
  */
2053
- export interface AgentPool extends Resource {
1932
+ export interface AgentPool extends TrackedResource {
2054
1933
  /** The count of agent machine */
2055
1934
  count?: number;
2056
1935
  /** The Tier of agent machine */
@@ -2069,7 +1948,7 @@ export interface AgentPool extends Resource {
2069
1948
  * The task that has the ARM resource and task properties.
2070
1949
  * The task will have all information to schedule a run against it.
2071
1950
  */
2072
- export interface Task extends Resource {
1951
+ export interface Task extends TrackedResource {
2073
1952
  /** Identity for the resource. */
2074
1953
  identity?: IdentityProperties;
2075
1954
  /**
@@ -2094,356 +1973,243 @@ export interface Task extends Resource {
2094
1973
  timeout?: number;
2095
1974
  /** The properties of a task step. */
2096
1975
  step?: TaskStepPropertiesUnion;
2097
- /** The properties that describe all triggers for the task. */
2098
- trigger?: TriggerProperties;
2099
- /** The properties that describes a set of credentials that will be used when this run is invoked. */
2100
- credentials?: Credentials;
2101
- /** The template that describes the repository and tag information for run log artifact. */
2102
- logTemplate?: string;
2103
- /** The value of this property indicates whether the task resource is system task or not. */
2104
- isSystemTask?: boolean;
2105
- }
2106
- /** The event for a webhook. */
2107
- export interface Event extends EventInfo {
2108
- /** The event request message sent to the service URI. */
2109
- eventRequestMessage?: EventRequestMessage;
2110
- /** The event response message received from the service URI. */
2111
- eventResponseMessage?: EventResponseMessage;
2112
- }
2113
- /** The parameters for a docker quick build. */
2114
- export interface DockerBuildRequest extends RunRequest {
2115
- /** Polymorphic discriminator, which specifies the different types this object can be */
2116
- type: "DockerBuildRequest";
2117
- /** The fully qualified image names including the repository and tag. */
2118
- imageNames?: string[];
2119
- /** The value of this property indicates whether the image built should be pushed to the registry or not. */
2120
- isPushEnabled?: boolean;
2121
- /** The value of this property indicates whether the image cache is enabled or not. */
2122
- noCache?: boolean;
2123
- /** The Docker file path relative to the source location. */
2124
- dockerFilePath: string;
2125
- /** The name of the target build stage for the docker build. */
2126
- target?: string;
2127
- /** The collection of override arguments to be used when executing the run. */
2128
- arguments?: Argument[];
2129
- /** Run timeout in seconds. */
2130
- timeout?: number;
2131
- /** The platform properties against which the run has to happen. */
2132
- platform: PlatformProperties;
2133
- /** The machine configuration of the run agent. */
2134
- agentConfiguration?: AgentProperties;
2135
- /**
2136
- * The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository.
2137
- * If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
2138
- */
2139
- sourceLocation?: string;
2140
- /** The properties that describes a set of credentials that will be used when this run is invoked. */
2141
- credentials?: Credentials;
2142
- }
2143
- /** The request parameters for a scheduling run against a task file. */
2144
- export interface FileTaskRunRequest extends RunRequest {
2145
- /** Polymorphic discriminator, which specifies the different types this object can be */
2146
- type: "FileTaskRunRequest";
2147
- /** The template/definition file path relative to the source. */
2148
- taskFilePath: string;
2149
- /** The values/parameters file path relative to the source. */
2150
- valuesFilePath?: string;
2151
- /** The collection of overridable values that can be passed when running a task. */
2152
- values?: SetValue[];
2153
- /** Run timeout in seconds. */
2154
- timeout?: number;
2155
- /** The platform properties against which the run has to happen. */
2156
- platform: PlatformProperties;
2157
- /** The machine configuration of the run agent. */
2158
- agentConfiguration?: AgentProperties;
2159
- /**
2160
- * The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository.
2161
- * If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
2162
- */
2163
- sourceLocation?: string;
2164
- /** The properties that describes a set of credentials that will be used when this run is invoked. */
2165
- credentials?: Credentials;
2166
- }
2167
- /** The parameters for a task run request. */
2168
- export interface TaskRunRequest extends RunRequest {
2169
- /** Polymorphic discriminator, which specifies the different types this object can be */
2170
- type: "TaskRunRequest";
2171
- /** The resource ID of task against which run has to be queued. */
2172
- taskId: string;
2173
- /** Set of overridable parameters that can be passed when running a Task. */
2174
- overrideTaskStepProperties?: OverrideTaskStepProperties;
2175
- }
2176
- /** The parameters for a quick task run request. */
2177
- export interface EncodedTaskRunRequest extends RunRequest {
2178
- /** Polymorphic discriminator, which specifies the different types this object can be */
2179
- type: "EncodedTaskRunRequest";
2180
- /** Base64 encoded value of the template/definition file content. */
2181
- encodedTaskContent: string;
2182
- /** Base64 encoded value of the parameters/values file content. */
2183
- encodedValuesContent?: string;
2184
- /** The collection of overridable values that can be passed when running a task. */
2185
- values?: SetValue[];
2186
- /** Run timeout in seconds. */
2187
- timeout?: number;
2188
- /** The platform properties against which the run has to happen. */
2189
- platform: PlatformProperties;
2190
- /** The machine configuration of the run agent. */
2191
- agentConfiguration?: AgentProperties;
2192
- /**
2193
- * The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository.
2194
- * If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
2195
- */
2196
- sourceLocation?: string;
2197
- /** The properties that describes a set of credentials that will be used when this run is invoked. */
2198
- credentials?: Credentials;
2199
- }
2200
- /** The Docker build step. */
2201
- export interface DockerBuildStep extends TaskStepProperties {
2202
- /** Polymorphic discriminator, which specifies the different types this object can be */
2203
- type: "Docker";
2204
- /** The fully qualified image names including the repository and tag. */
2205
- imageNames?: string[];
2206
- /** The value of this property indicates whether the image built should be pushed to the registry or not. */
2207
- isPushEnabled?: boolean;
2208
- /** The value of this property indicates whether the image cache is enabled or not. */
2209
- noCache?: boolean;
2210
- /** The Docker file path relative to the source context. */
2211
- dockerFilePath: string;
2212
- /** The name of the target build stage for the docker build. */
2213
- target?: string;
2214
- /** The collection of override arguments to be used when executing this build step. */
2215
- arguments?: Argument[];
2216
- }
2217
- /** The properties of a task step. */
2218
- export interface FileTaskStep extends TaskStepProperties {
2219
- /** Polymorphic discriminator, which specifies the different types this object can be */
2220
- type: "FileTask";
2221
- /** The task template/definition file path relative to the source context. */
2222
- taskFilePath: string;
2223
- /** The task values/parameters file path relative to the source context. */
2224
- valuesFilePath?: string;
2225
- /** The collection of overridable values that can be passed when running a task. */
2226
- values?: SetValue[];
2227
- }
2228
- /** The properties of a encoded task step. */
2229
- export interface EncodedTaskStep extends TaskStepProperties {
2230
- /** Polymorphic discriminator, which specifies the different types this object can be */
2231
- type: "EncodedTask";
2232
- /** Base64 encoded value of the template/definition file content. */
2233
- encodedTaskContent: string;
2234
- /** Base64 encoded value of the parameters/values file content. */
2235
- encodedValuesContent?: string;
2236
- /** The collection of overridable values that can be passed when running a task. */
2237
- values?: SetValue[];
2238
- }
2239
- /** The properties for updating a docker build step. */
2240
- export interface DockerBuildStepUpdateParameters extends TaskStepUpdateParameters {
2241
- /** Polymorphic discriminator, which specifies the different types this object can be */
2242
- type: "Docker";
2243
- /** The fully qualified image names including the repository and tag. */
2244
- imageNames?: string[];
2245
- /** The value of this property indicates whether the image built should be pushed to the registry or not. */
2246
- isPushEnabled?: boolean;
2247
- /** The value of this property indicates whether the image cache is enabled or not. */
2248
- noCache?: boolean;
2249
- /** The Docker file path relative to the source context. */
2250
- dockerFilePath?: string;
2251
- /** The collection of override arguments to be used when executing this build step. */
2252
- arguments?: Argument[];
2253
- /** The name of the target build stage for the docker build. */
2254
- target?: string;
2255
- }
2256
- /** The properties of updating a task step. */
2257
- export interface FileTaskStepUpdateParameters extends TaskStepUpdateParameters {
2258
- /** Polymorphic discriminator, which specifies the different types this object can be */
2259
- type: "FileTask";
2260
- /** The task template/definition file path relative to the source context. */
2261
- taskFilePath?: string;
2262
- /** The values/parameters file path relative to the source context. */
2263
- valuesFilePath?: string;
2264
- /** The collection of overridable values that can be passed when running a task. */
2265
- values?: SetValue[];
1976
+ /** The properties that describe all triggers for the task. */
1977
+ trigger?: TriggerProperties;
1978
+ /** The properties that describes a set of credentials that will be used when this run is invoked. */
1979
+ credentials?: Credentials;
1980
+ /** The template that describes the repository and tag information for run log artifact. */
1981
+ logTemplate?: string;
1982
+ /** The value of this property indicates whether the task resource is system task or not. */
1983
+ isSystemTask?: boolean;
2266
1984
  }
2267
- /** The properties for updating encoded task step. */
2268
- export interface EncodedTaskStepUpdateParameters extends TaskStepUpdateParameters {
2269
- /** Polymorphic discriminator, which specifies the different types this object can be */
2270
- type: "EncodedTask";
2271
- /** Base64 encoded value of the template/definition file content. */
2272
- encodedTaskContent?: string;
2273
- /** Base64 encoded value of the parameters/values file content. */
2274
- encodedValuesContent?: string;
2275
- /** The collection of overridable values that can be passed when running a task. */
2276
- values?: SetValue[];
1985
+ /** Defines headers for Registries_create operation. */
1986
+ export interface RegistriesCreateHeaders {
1987
+ /** A link to the status monitor */
1988
+ azureAsyncOperation?: string;
1989
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1990
+ retryAfter?: number;
2277
1991
  }
2278
- /** Defines headers for Archives_create operation. */
2279
- export interface ArchivesCreateHeaders {
1992
+ /** Defines headers for Registries_update operation. */
1993
+ export interface RegistriesUpdateHeaders {
1994
+ /** A link to the status monitor */
2280
1995
  azureAsyncOperation?: string;
1996
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1997
+ retryAfter?: number;
2281
1998
  }
2282
- /** Defines headers for Archives_delete operation. */
2283
- export interface ArchivesDeleteHeaders {
1999
+ /** Defines headers for Registries_delete operation. */
2000
+ export interface RegistriesDeleteHeaders {
2001
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
2284
2002
  location?: string;
2003
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2004
+ retryAfter?: number;
2285
2005
  }
2286
- /** Defines headers for ArchiveVersions_create operation. */
2287
- export interface ArchiveVersionsCreateHeaders {
2288
- azureAsyncOperation?: string;
2006
+ /** Defines headers for Registries_generateCredentials operation. */
2007
+ export interface RegistriesGenerateCredentialsHeaders {
2008
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
2009
+ location?: string;
2010
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2011
+ retryAfter?: number;
2289
2012
  }
2290
- /** Defines headers for ArchiveVersions_delete operation. */
2291
- export interface ArchiveVersionsDeleteHeaders {
2013
+ /** Defines headers for Registries_importImage operation. */
2014
+ export interface RegistriesImportImageHeaders {
2015
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
2292
2016
  location?: string;
2017
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2018
+ retryAfter?: number;
2293
2019
  }
2294
2020
  /** Defines headers for CacheRules_create operation. */
2295
2021
  export interface CacheRulesCreateHeaders {
2022
+ /** A link to the status monitor */
2296
2023
  azureAsyncOperation?: string;
2297
- }
2298
- /** Defines headers for CacheRules_delete operation. */
2299
- export interface CacheRulesDeleteHeaders {
2300
- location?: string;
2024
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2025
+ retryAfter?: number;
2301
2026
  }
2302
2027
  /** Defines headers for CacheRules_update operation. */
2303
2028
  export interface CacheRulesUpdateHeaders {
2029
+ /** A link to the status monitor */
2304
2030
  azureAsyncOperation?: string;
2031
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2032
+ retryAfter?: number;
2033
+ }
2034
+ /** Defines headers for CacheRules_delete operation. */
2035
+ export interface CacheRulesDeleteHeaders {
2036
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
2037
+ location?: string;
2038
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2039
+ retryAfter?: number;
2305
2040
  }
2306
2041
  /** Defines headers for ConnectedRegistries_create operation. */
2307
2042
  export interface ConnectedRegistriesCreateHeaders {
2043
+ /** A link to the status monitor */
2308
2044
  azureAsyncOperation?: string;
2309
- }
2310
- /** Defines headers for ConnectedRegistries_delete operation. */
2311
- export interface ConnectedRegistriesDeleteHeaders {
2312
- location?: string;
2045
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2046
+ retryAfter?: number;
2313
2047
  }
2314
2048
  /** Defines headers for ConnectedRegistries_update operation. */
2315
2049
  export interface ConnectedRegistriesUpdateHeaders {
2050
+ /** A link to the status monitor */
2316
2051
  azureAsyncOperation?: string;
2052
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2053
+ retryAfter?: number;
2054
+ }
2055
+ /** Defines headers for ConnectedRegistries_delete operation. */
2056
+ export interface ConnectedRegistriesDeleteHeaders {
2057
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
2058
+ location?: string;
2059
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2060
+ retryAfter?: number;
2317
2061
  }
2318
2062
  /** Defines headers for ConnectedRegistries_deactivate operation. */
2319
2063
  export interface ConnectedRegistriesDeactivateHeaders {
2064
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
2320
2065
  location?: string;
2066
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2067
+ retryAfter?: number;
2321
2068
  }
2322
2069
  /** Defines headers for CredentialSets_create operation. */
2323
2070
  export interface CredentialSetsCreateHeaders {
2071
+ /** A link to the status monitor */
2324
2072
  azureAsyncOperation?: string;
2325
- }
2326
- /** Defines headers for CredentialSets_delete operation. */
2327
- export interface CredentialSetsDeleteHeaders {
2328
- location?: string;
2073
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2074
+ retryAfter?: number;
2329
2075
  }
2330
2076
  /** Defines headers for CredentialSets_update operation. */
2331
2077
  export interface CredentialSetsUpdateHeaders {
2078
+ /** A link to the status monitor */
2332
2079
  azureAsyncOperation?: string;
2080
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2081
+ retryAfter?: number;
2333
2082
  }
2334
- /** Defines headers for ExportPipelines_create operation. */
2335
- export interface ExportPipelinesCreateHeaders {
2336
- azureAsyncOperation?: string;
2337
- }
2338
- /** Defines headers for ExportPipelines_delete operation. */
2339
- export interface ExportPipelinesDeleteHeaders {
2340
- location?: string;
2341
- }
2342
- /** Defines headers for Registries_importImage operation. */
2343
- export interface RegistriesImportImageHeaders {
2344
- location?: string;
2345
- }
2346
- /** Defines headers for Registries_create operation. */
2347
- export interface RegistriesCreateHeaders {
2348
- azureAsyncOperation?: string;
2349
- }
2350
- /** Defines headers for Registries_delete operation. */
2351
- export interface RegistriesDeleteHeaders {
2352
- location?: string;
2353
- }
2354
- /** Defines headers for Registries_update operation. */
2355
- export interface RegistriesUpdateHeaders {
2356
- azureAsyncOperation?: string;
2357
- }
2358
- /** Defines headers for Registries_generateCredentials operation. */
2359
- export interface RegistriesGenerateCredentialsHeaders {
2360
- location?: string;
2361
- }
2362
- /** Defines headers for ImportPipelines_create operation. */
2363
- export interface ImportPipelinesCreateHeaders {
2364
- azureAsyncOperation?: string;
2365
- }
2366
- /** Defines headers for ImportPipelines_delete operation. */
2367
- export interface ImportPipelinesDeleteHeaders {
2368
- location?: string;
2369
- }
2370
- /** Defines headers for PipelineRuns_create operation. */
2371
- export interface PipelineRunsCreateHeaders {
2372
- azureAsyncOperation?: string;
2373
- }
2374
- /** Defines headers for PipelineRuns_delete operation. */
2375
- export interface PipelineRunsDeleteHeaders {
2083
+ /** Defines headers for CredentialSets_delete operation. */
2084
+ export interface CredentialSetsDeleteHeaders {
2085
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
2376
2086
  location?: string;
2087
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2088
+ retryAfter?: number;
2377
2089
  }
2378
2090
  /** Defines headers for PrivateEndpointConnections_createOrUpdate operation. */
2379
2091
  export interface PrivateEndpointConnectionsCreateOrUpdateHeaders {
2092
+ /** A link to the status monitor */
2380
2093
  azureAsyncOperation?: string;
2094
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2095
+ retryAfter?: number;
2381
2096
  }
2382
2097
  /** Defines headers for PrivateEndpointConnections_delete operation. */
2383
2098
  export interface PrivateEndpointConnectionsDeleteHeaders {
2099
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
2384
2100
  location?: string;
2101
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2102
+ retryAfter?: number;
2385
2103
  }
2386
2104
  /** Defines headers for Replications_create operation. */
2387
2105
  export interface ReplicationsCreateHeaders {
2106
+ /** A link to the status monitor */
2388
2107
  azureAsyncOperation?: string;
2389
- }
2390
- /** Defines headers for Replications_delete operation. */
2391
- export interface ReplicationsDeleteHeaders {
2392
- location?: string;
2108
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2109
+ retryAfter?: number;
2393
2110
  }
2394
2111
  /** Defines headers for Replications_update operation. */
2395
2112
  export interface ReplicationsUpdateHeaders {
2113
+ /** A link to the status monitor */
2396
2114
  azureAsyncOperation?: string;
2115
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2116
+ retryAfter?: number;
2117
+ }
2118
+ /** Defines headers for Replications_delete operation. */
2119
+ export interface ReplicationsDeleteHeaders {
2120
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
2121
+ location?: string;
2122
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2123
+ retryAfter?: number;
2397
2124
  }
2398
2125
  /** Defines headers for ScopeMaps_create operation. */
2399
2126
  export interface ScopeMapsCreateHeaders {
2127
+ /** A link to the status monitor */
2400
2128
  azureAsyncOperation?: string;
2401
- }
2402
- /** Defines headers for ScopeMaps_delete operation. */
2403
- export interface ScopeMapsDeleteHeaders {
2404
- location?: string;
2129
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2130
+ retryAfter?: number;
2405
2131
  }
2406
2132
  /** Defines headers for ScopeMaps_update operation. */
2407
2133
  export interface ScopeMapsUpdateHeaders {
2134
+ /** A link to the status monitor */
2408
2135
  azureAsyncOperation?: string;
2136
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2137
+ retryAfter?: number;
2138
+ }
2139
+ /** Defines headers for ScopeMaps_delete operation. */
2140
+ export interface ScopeMapsDeleteHeaders {
2141
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
2142
+ location?: string;
2143
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2144
+ retryAfter?: number;
2409
2145
  }
2410
2146
  /** Defines headers for Tokens_create operation. */
2411
2147
  export interface TokensCreateHeaders {
2148
+ /** A link to the status monitor */
2412
2149
  azureAsyncOperation?: string;
2413
- }
2414
- /** Defines headers for Tokens_delete operation. */
2415
- export interface TokensDeleteHeaders {
2416
- location?: string;
2150
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2151
+ retryAfter?: number;
2417
2152
  }
2418
2153
  /** Defines headers for Tokens_update operation. */
2419
2154
  export interface TokensUpdateHeaders {
2155
+ /** A link to the status monitor */
2420
2156
  azureAsyncOperation?: string;
2157
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2158
+ retryAfter?: number;
2159
+ }
2160
+ /** Defines headers for Tokens_delete operation. */
2161
+ export interface TokensDeleteHeaders {
2162
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
2163
+ location?: string;
2164
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2165
+ retryAfter?: number;
2421
2166
  }
2422
2167
  /** Defines headers for Webhooks_create operation. */
2423
2168
  export interface WebhooksCreateHeaders {
2169
+ /** A link to the status monitor */
2424
2170
  azureAsyncOperation?: string;
2425
- }
2426
- /** Defines headers for Webhooks_delete operation. */
2427
- export interface WebhooksDeleteHeaders {
2428
- location?: string;
2171
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2172
+ retryAfter?: number;
2429
2173
  }
2430
2174
  /** Defines headers for Webhooks_update operation. */
2431
2175
  export interface WebhooksUpdateHeaders {
2176
+ /** A link to the status monitor */
2432
2177
  azureAsyncOperation?: string;
2178
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2179
+ retryAfter?: number;
2180
+ }
2181
+ /** Defines headers for Webhooks_delete operation. */
2182
+ export interface WebhooksDeleteHeaders {
2183
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
2184
+ location?: string;
2185
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2186
+ retryAfter?: number;
2433
2187
  }
2434
- /** Known values of {@link PackageSourceType} that the service accepts. */
2435
- export declare enum KnownPackageSourceType {
2436
- /** Remote */
2437
- Remote = "remote"
2188
+ /** Known values of {@link AutoGeneratedDomainNameLabelScope} that the service accepts. */
2189
+ export declare enum KnownAutoGeneratedDomainNameLabelScope {
2190
+ /** Unsecure */
2191
+ Unsecure = "Unsecure",
2192
+ /** TenantReuse */
2193
+ TenantReuse = "TenantReuse",
2194
+ /** SubscriptionReuse */
2195
+ SubscriptionReuse = "SubscriptionReuse",
2196
+ /** ResourceGroupReuse */
2197
+ ResourceGroupReuse = "ResourceGroupReuse",
2198
+ /** NoReuse */
2199
+ NoReuse = "NoReuse"
2438
2200
  }
2439
2201
  /**
2440
- * Defines values for PackageSourceType. \
2441
- * {@link KnownPackageSourceType} can be used interchangeably with PackageSourceType,
2202
+ * Defines values for AutoGeneratedDomainNameLabelScope. \
2203
+ * {@link KnownAutoGeneratedDomainNameLabelScope} can be used interchangeably with AutoGeneratedDomainNameLabelScope,
2442
2204
  * this enum contains the known values that the service supports.
2443
2205
  * ### Known values supported by the service
2444
- * **remote**
2206
+ * **Unsecure** \
2207
+ * **TenantReuse** \
2208
+ * **SubscriptionReuse** \
2209
+ * **ResourceGroupReuse** \
2210
+ * **NoReuse**
2445
2211
  */
2446
- export type PackageSourceType = string;
2212
+ export type AutoGeneratedDomainNameLabelScope = string;
2447
2213
  /** Known values of {@link ProvisioningState} that the service accepts. */
2448
2214
  export declare enum KnownProvisioningState {
2449
2215
  /** Creating */
@@ -2460,377 +2226,248 @@ export declare enum KnownProvisioningState {
2460
2226
  Canceled = "Canceled"
2461
2227
  }
2462
2228
  /**
2463
- * Defines values for ProvisioningState. \
2464
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
2465
- * this enum contains the known values that the service supports.
2466
- * ### Known values supported by the service
2467
- * **Creating** \
2468
- * **Updating** \
2469
- * **Deleting** \
2470
- * **Succeeded** \
2471
- * **Failed** \
2472
- * **Canceled**
2473
- */
2474
- export type ProvisioningState = string;
2475
- /** Known values of {@link CreatedByType} that the service accepts. */
2476
- export declare enum KnownCreatedByType {
2477
- /** User */
2478
- User = "User",
2479
- /** Application */
2480
- Application = "Application",
2481
- /** ManagedIdentity */
2482
- ManagedIdentity = "ManagedIdentity",
2483
- /** Key */
2484
- Key = "Key"
2485
- }
2486
- /**
2487
- * Defines values for CreatedByType. \
2488
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
2489
- * this enum contains the known values that the service supports.
2490
- * ### Known values supported by the service
2491
- * **User** \
2492
- * **Application** \
2493
- * **ManagedIdentity** \
2494
- * **Key**
2495
- */
2496
- export type CreatedByType = string;
2497
- /** Known values of {@link LastModifiedByType} that the service accepts. */
2498
- export declare enum KnownLastModifiedByType {
2499
- /** User */
2500
- User = "User",
2501
- /** Application */
2502
- Application = "Application",
2503
- /** ManagedIdentity */
2504
- ManagedIdentity = "ManagedIdentity",
2505
- /** Key */
2506
- Key = "Key"
2507
- }
2508
- /**
2509
- * Defines values for LastModifiedByType. \
2510
- * {@link KnownLastModifiedByType} can be used interchangeably with LastModifiedByType,
2511
- * this enum contains the known values that the service supports.
2512
- * ### Known values supported by the service
2513
- * **User** \
2514
- * **Application** \
2515
- * **ManagedIdentity** \
2516
- * **Key**
2517
- */
2518
- export type LastModifiedByType = string;
2519
- /** Known values of {@link ConnectedRegistryMode} that the service accepts. */
2520
- export declare enum KnownConnectedRegistryMode {
2521
- /** ReadWrite */
2522
- ReadWrite = "ReadWrite",
2523
- /** ReadOnly */
2524
- ReadOnly = "ReadOnly",
2525
- /** Registry */
2526
- Registry = "Registry",
2527
- /** Mirror */
2528
- Mirror = "Mirror"
2529
- }
2530
- /**
2531
- * Defines values for ConnectedRegistryMode. \
2532
- * {@link KnownConnectedRegistryMode} can be used interchangeably with ConnectedRegistryMode,
2533
- * this enum contains the known values that the service supports.
2534
- * ### Known values supported by the service
2535
- * **ReadWrite** \
2536
- * **ReadOnly** \
2537
- * **Registry** \
2538
- * **Mirror**
2539
- */
2540
- export type ConnectedRegistryMode = string;
2541
- /** Known values of {@link ConnectionState} that the service accepts. */
2542
- export declare enum KnownConnectionState {
2543
- /** Online */
2544
- Online = "Online",
2545
- /** Offline */
2546
- Offline = "Offline",
2547
- /** Syncing */
2548
- Syncing = "Syncing",
2549
- /** Unhealthy */
2550
- Unhealthy = "Unhealthy"
2551
- }
2552
- /**
2553
- * Defines values for ConnectionState. \
2554
- * {@link KnownConnectionState} can be used interchangeably with ConnectionState,
2555
- * this enum contains the known values that the service supports.
2556
- * ### Known values supported by the service
2557
- * **Online** \
2558
- * **Offline** \
2559
- * **Syncing** \
2560
- * **Unhealthy**
2561
- */
2562
- export type ConnectionState = string;
2563
- /** Known values of {@link ActivationStatus} that the service accepts. */
2564
- export declare enum KnownActivationStatus {
2565
- /** Active */
2566
- Active = "Active",
2567
- /** Inactive */
2568
- Inactive = "Inactive"
2569
- }
2570
- /**
2571
- * Defines values for ActivationStatus. \
2572
- * {@link KnownActivationStatus} can be used interchangeably with ActivationStatus,
2573
- * this enum contains the known values that the service supports.
2574
- * ### Known values supported by the service
2575
- * **Active** \
2576
- * **Inactive**
2577
- */
2578
- export type ActivationStatus = string;
2579
- /** Known values of {@link TlsStatus} that the service accepts. */
2580
- export declare enum KnownTlsStatus {
2581
- /** Enabled */
2582
- Enabled = "Enabled",
2583
- /** Disabled */
2584
- Disabled = "Disabled"
2585
- }
2586
- /**
2587
- * Defines values for TlsStatus. \
2588
- * {@link KnownTlsStatus} can be used interchangeably with TlsStatus,
2229
+ * Defines values for ProvisioningState. \
2230
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
2589
2231
  * this enum contains the known values that the service supports.
2590
2232
  * ### Known values supported by the service
2591
- * **Enabled** \
2592
- * **Disabled**
2233
+ * **Creating** \
2234
+ * **Updating** \
2235
+ * **Deleting** \
2236
+ * **Succeeded** \
2237
+ * **Failed** \
2238
+ * **Canceled**
2593
2239
  */
2594
- export type TlsStatus = string;
2595
- /** Known values of {@link CertificateType} that the service accepts. */
2596
- export declare enum KnownCertificateType {
2597
- /** LocalDirectory */
2598
- LocalDirectory = "LocalDirectory"
2240
+ export type ProvisioningState = string;
2241
+ /** Known values of {@link DefaultAction} that the service accepts. */
2242
+ export declare enum KnownDefaultAction {
2243
+ /** Allow */
2244
+ Allow = "Allow",
2245
+ /** Deny */
2246
+ Deny = "Deny"
2599
2247
  }
2600
2248
  /**
2601
- * Defines values for CertificateType. \
2602
- * {@link KnownCertificateType} can be used interchangeably with CertificateType,
2249
+ * Defines values for DefaultAction. \
2250
+ * {@link KnownDefaultAction} can be used interchangeably with DefaultAction,
2603
2251
  * this enum contains the known values that the service supports.
2604
2252
  * ### Known values supported by the service
2605
- * **LocalDirectory**
2253
+ * **Allow** \
2254
+ * **Deny**
2606
2255
  */
2607
- export type CertificateType = string;
2608
- /** Known values of {@link LogLevel} that the service accepts. */
2609
- export declare enum KnownLogLevel {
2610
- /** Debug */
2611
- Debug = "Debug",
2612
- /** Information */
2613
- Information = "Information",
2614
- /** Warning */
2615
- Warning = "Warning",
2616
- /** Error */
2617
- Error = "Error",
2618
- /** None */
2619
- None = "None"
2256
+ export type DefaultAction = string;
2257
+ /** Known values of {@link Action} that the service accepts. */
2258
+ export declare enum KnownAction {
2259
+ /** Allow */
2260
+ Allow = "Allow"
2620
2261
  }
2621
2262
  /**
2622
- * Defines values for LogLevel. \
2623
- * {@link KnownLogLevel} can be used interchangeably with LogLevel,
2263
+ * Defines values for Action. \
2264
+ * {@link KnownAction} can be used interchangeably with Action,
2624
2265
  * this enum contains the known values that the service supports.
2625
2266
  * ### Known values supported by the service
2626
- * **Debug** \
2627
- * **Information** \
2628
- * **Warning** \
2629
- * **Error** \
2630
- * **None**
2267
+ * **Allow**
2631
2268
  */
2632
- export type LogLevel = string;
2633
- /** Known values of {@link AuditLogStatus} that the service accepts. */
2634
- export declare enum KnownAuditLogStatus {
2269
+ export type Action = string;
2270
+ /** Known values of {@link PolicyStatus} that the service accepts. */
2271
+ export declare enum KnownPolicyStatus {
2635
2272
  /** Enabled */
2636
- Enabled = "Enabled",
2273
+ Enabled = "enabled",
2637
2274
  /** Disabled */
2638
- Disabled = "Disabled"
2275
+ Disabled = "disabled"
2639
2276
  }
2640
2277
  /**
2641
- * Defines values for AuditLogStatus. \
2642
- * {@link KnownAuditLogStatus} can be used interchangeably with AuditLogStatus,
2278
+ * Defines values for PolicyStatus. \
2279
+ * {@link KnownPolicyStatus} can be used interchangeably with PolicyStatus,
2643
2280
  * this enum contains the known values that the service supports.
2644
2281
  * ### Known values supported by the service
2645
- * **Enabled** \
2646
- * **Disabled**
2282
+ * **enabled** \
2283
+ * **disabled**
2647
2284
  */
2648
- export type AuditLogStatus = string;
2649
- /** Known values of {@link CredentialName} that the service accepts. */
2650
- export declare enum KnownCredentialName {
2651
- /** Credential1 */
2652
- Credential1 = "Credential1"
2285
+ export type PolicyStatus = string;
2286
+ /** Known values of {@link TrustPolicyType} that the service accepts. */
2287
+ export declare enum KnownTrustPolicyType {
2288
+ /** Notary */
2289
+ Notary = "Notary"
2653
2290
  }
2654
2291
  /**
2655
- * Defines values for CredentialName. \
2656
- * {@link KnownCredentialName} can be used interchangeably with CredentialName,
2292
+ * Defines values for TrustPolicyType. \
2293
+ * {@link KnownTrustPolicyType} can be used interchangeably with TrustPolicyType,
2657
2294
  * this enum contains the known values that the service supports.
2658
2295
  * ### Known values supported by the service
2659
- * **Credential1**
2296
+ * **Notary**
2660
2297
  */
2661
- export type CredentialName = string;
2662
- /** Known values of {@link CredentialHealthStatus} that the service accepts. */
2663
- export declare enum KnownCredentialHealthStatus {
2664
- /** Healthy */
2665
- Healthy = "Healthy",
2666
- /** Unhealthy */
2667
- Unhealthy = "Unhealthy"
2298
+ export type TrustPolicyType = string;
2299
+ /** Known values of {@link ExportPolicyStatus} that the service accepts. */
2300
+ export declare enum KnownExportPolicyStatus {
2301
+ /** Enabled */
2302
+ Enabled = "enabled",
2303
+ /** Disabled */
2304
+ Disabled = "disabled"
2668
2305
  }
2669
2306
  /**
2670
- * Defines values for CredentialHealthStatus. \
2671
- * {@link KnownCredentialHealthStatus} can be used interchangeably with CredentialHealthStatus,
2307
+ * Defines values for ExportPolicyStatus. \
2308
+ * {@link KnownExportPolicyStatus} can be used interchangeably with ExportPolicyStatus,
2672
2309
  * this enum contains the known values that the service supports.
2673
2310
  * ### Known values supported by the service
2674
- * **Healthy** \
2675
- * **Unhealthy**
2311
+ * **enabled** \
2312
+ * **disabled**
2676
2313
  */
2677
- export type CredentialHealthStatus = string;
2678
- /** Known values of {@link PipelineOptions} that the service accepts. */
2679
- export declare enum KnownPipelineOptions {
2680
- /** OverwriteTags */
2681
- OverwriteTags = "OverwriteTags",
2682
- /** OverwriteBlobs */
2683
- OverwriteBlobs = "OverwriteBlobs",
2684
- /** DeleteSourceBlobOnSuccess */
2685
- DeleteSourceBlobOnSuccess = "DeleteSourceBlobOnSuccess",
2686
- /** ContinueOnErrors */
2687
- ContinueOnErrors = "ContinueOnErrors"
2314
+ export type ExportPolicyStatus = string;
2315
+ /** Known values of {@link AzureADAuthenticationAsArmPolicyStatus} that the service accepts. */
2316
+ export declare enum KnownAzureADAuthenticationAsArmPolicyStatus {
2317
+ /** Enabled */
2318
+ Enabled = "enabled",
2319
+ /** Disabled */
2320
+ Disabled = "disabled"
2688
2321
  }
2689
2322
  /**
2690
- * Defines values for PipelineOptions. \
2691
- * {@link KnownPipelineOptions} can be used interchangeably with PipelineOptions,
2323
+ * Defines values for AzureADAuthenticationAsArmPolicyStatus. \
2324
+ * {@link KnownAzureADAuthenticationAsArmPolicyStatus} can be used interchangeably with AzureADAuthenticationAsArmPolicyStatus,
2692
2325
  * this enum contains the known values that the service supports.
2693
2326
  * ### Known values supported by the service
2694
- * **OverwriteTags** \
2695
- * **OverwriteBlobs** \
2696
- * **DeleteSourceBlobOnSuccess** \
2697
- * **ContinueOnErrors**
2327
+ * **enabled** \
2328
+ * **disabled**
2698
2329
  */
2699
- export type PipelineOptions = string;
2700
- /** Known values of {@link ImportMode} that the service accepts. */
2701
- export declare enum KnownImportMode {
2702
- /** NoForce */
2703
- NoForce = "NoForce",
2704
- /** Force */
2705
- Force = "Force"
2330
+ export type AzureADAuthenticationAsArmPolicyStatus = string;
2331
+ /** Known values of {@link EncryptionStatus} that the service accepts. */
2332
+ export declare enum KnownEncryptionStatus {
2333
+ /** Enabled */
2334
+ Enabled = "enabled",
2335
+ /** Disabled */
2336
+ Disabled = "disabled"
2706
2337
  }
2707
2338
  /**
2708
- * Defines values for ImportMode. \
2709
- * {@link KnownImportMode} can be used interchangeably with ImportMode,
2339
+ * Defines values for EncryptionStatus. \
2340
+ * {@link KnownEncryptionStatus} can be used interchangeably with EncryptionStatus,
2710
2341
  * this enum contains the known values that the service supports.
2711
2342
  * ### Known values supported by the service
2712
- * **NoForce** \
2713
- * **Force**
2343
+ * **enabled** \
2344
+ * **disabled**
2714
2345
  */
2715
- export type ImportMode = string;
2716
- /** Known values of {@link PipelineSourceType} that the service accepts. */
2717
- export declare enum KnownPipelineSourceType {
2718
- /** AzureStorageBlobContainer */
2719
- AzureStorageBlobContainer = "AzureStorageBlobContainer"
2346
+ export type EncryptionStatus = string;
2347
+ /** Known values of {@link ConnectionStatus} that the service accepts. */
2348
+ export declare enum KnownConnectionStatus {
2349
+ /** Approved */
2350
+ Approved = "Approved",
2351
+ /** Pending */
2352
+ Pending = "Pending",
2353
+ /** Rejected */
2354
+ Rejected = "Rejected",
2355
+ /** Disconnected */
2356
+ Disconnected = "Disconnected"
2720
2357
  }
2721
2358
  /**
2722
- * Defines values for PipelineSourceType. \
2723
- * {@link KnownPipelineSourceType} can be used interchangeably with PipelineSourceType,
2359
+ * Defines values for ConnectionStatus. \
2360
+ * {@link KnownConnectionStatus} can be used interchangeably with ConnectionStatus,
2724
2361
  * this enum contains the known values that the service supports.
2725
2362
  * ### Known values supported by the service
2726
- * **AzureStorageBlobContainer**
2363
+ * **Approved** \
2364
+ * **Pending** \
2365
+ * **Rejected** \
2366
+ * **Disconnected**
2727
2367
  */
2728
- export type PipelineSourceType = string;
2729
- /** Known values of {@link TriggerStatus} that the service accepts. */
2730
- export declare enum KnownTriggerStatus {
2731
- /** Disabled */
2732
- Disabled = "Disabled",
2733
- /** Enabled */
2734
- Enabled = "Enabled"
2368
+ export type ConnectionStatus = string;
2369
+ /** Known values of {@link ActionsRequired} that the service accepts. */
2370
+ export declare enum KnownActionsRequired {
2371
+ /** None */
2372
+ None = "None",
2373
+ /** Recreate */
2374
+ Recreate = "Recreate"
2735
2375
  }
2736
2376
  /**
2737
- * Defines values for TriggerStatus. \
2738
- * {@link KnownTriggerStatus} can be used interchangeably with TriggerStatus,
2377
+ * Defines values for ActionsRequired. \
2378
+ * {@link KnownActionsRequired} can be used interchangeably with ActionsRequired,
2739
2379
  * this enum contains the known values that the service supports.
2740
2380
  * ### Known values supported by the service
2741
- * **Disabled** \
2742
- * **Enabled**
2381
+ * **None** \
2382
+ * **Recreate**
2743
2383
  */
2744
- export type TriggerStatus = string;
2745
- /** Known values of {@link AutoGeneratedDomainNameLabelScope} that the service accepts. */
2746
- export declare enum KnownAutoGeneratedDomainNameLabelScope {
2747
- /** Unsecure */
2748
- Unsecure = "Unsecure",
2749
- /** TenantReuse */
2750
- TenantReuse = "TenantReuse",
2751
- /** SubscriptionReuse */
2752
- SubscriptionReuse = "SubscriptionReuse",
2753
- /** ResourceGroupReuse */
2754
- ResourceGroupReuse = "ResourceGroupReuse",
2755
- /** NoReuse */
2756
- NoReuse = "NoReuse"
2384
+ export type ActionsRequired = string;
2385
+ /** Known values of {@link CreatedByType} that the service accepts. */
2386
+ export declare enum KnownCreatedByType {
2387
+ /** User */
2388
+ User = "User",
2389
+ /** Application */
2390
+ Application = "Application",
2391
+ /** ManagedIdentity */
2392
+ ManagedIdentity = "ManagedIdentity",
2393
+ /** Key */
2394
+ Key = "Key"
2757
2395
  }
2758
2396
  /**
2759
- * Defines values for AutoGeneratedDomainNameLabelScope. \
2760
- * {@link KnownAutoGeneratedDomainNameLabelScope} can be used interchangeably with AutoGeneratedDomainNameLabelScope,
2397
+ * Defines values for CreatedByType. \
2398
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
2761
2399
  * this enum contains the known values that the service supports.
2762
2400
  * ### Known values supported by the service
2763
- * **Unsecure** \
2764
- * **TenantReuse** \
2765
- * **SubscriptionReuse** \
2766
- * **ResourceGroupReuse** \
2767
- * **NoReuse**
2401
+ * **User** \
2402
+ * **Application** \
2403
+ * **ManagedIdentity** \
2404
+ * **Key**
2768
2405
  */
2769
- export type AutoGeneratedDomainNameLabelScope = string;
2770
- /** Known values of {@link PipelineRunSourceType} that the service accepts. */
2771
- export declare enum KnownPipelineRunSourceType {
2772
- /** AzureStorageBlob */
2773
- AzureStorageBlob = "AzureStorageBlob"
2406
+ export type CreatedByType = string;
2407
+ /** Known values of {@link PublicNetworkAccess} that the service accepts. */
2408
+ export declare enum KnownPublicNetworkAccess {
2409
+ /** Enabled */
2410
+ Enabled = "Enabled",
2411
+ /** Disabled */
2412
+ Disabled = "Disabled"
2774
2413
  }
2775
2414
  /**
2776
- * Defines values for PipelineRunSourceType. \
2777
- * {@link KnownPipelineRunSourceType} can be used interchangeably with PipelineRunSourceType,
2415
+ * Defines values for PublicNetworkAccess. \
2416
+ * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
2778
2417
  * this enum contains the known values that the service supports.
2779
2418
  * ### Known values supported by the service
2780
- * **AzureStorageBlob**
2419
+ * **Enabled** \
2420
+ * **Disabled**
2781
2421
  */
2782
- export type PipelineRunSourceType = string;
2783
- /** Known values of {@link PipelineRunTargetType} that the service accepts. */
2784
- export declare enum KnownPipelineRunTargetType {
2785
- /** AzureStorageBlob */
2786
- AzureStorageBlob = "AzureStorageBlob"
2422
+ export type PublicNetworkAccess = string;
2423
+ /** Known values of {@link NetworkRuleBypassOptions} that the service accepts. */
2424
+ export declare enum KnownNetworkRuleBypassOptions {
2425
+ /** AzureServices */
2426
+ AzureServices = "AzureServices",
2427
+ /** None */
2428
+ None = "None"
2787
2429
  }
2788
2430
  /**
2789
- * Defines values for PipelineRunTargetType. \
2790
- * {@link KnownPipelineRunTargetType} can be used interchangeably with PipelineRunTargetType,
2431
+ * Defines values for NetworkRuleBypassOptions. \
2432
+ * {@link KnownNetworkRuleBypassOptions} can be used interchangeably with NetworkRuleBypassOptions,
2791
2433
  * this enum contains the known values that the service supports.
2792
2434
  * ### Known values supported by the service
2793
- * **AzureStorageBlob**
2435
+ * **AzureServices** \
2436
+ * **None**
2794
2437
  */
2795
- export type PipelineRunTargetType = string;
2796
- /** Known values of {@link ConnectionStatus} that the service accepts. */
2797
- export declare enum KnownConnectionStatus {
2798
- /** Approved */
2799
- Approved = "Approved",
2800
- /** Pending */
2801
- Pending = "Pending",
2802
- /** Rejected */
2803
- Rejected = "Rejected",
2804
- /** Disconnected */
2805
- Disconnected = "Disconnected"
2438
+ export type NetworkRuleBypassOptions = string;
2439
+ /** Known values of {@link ZoneRedundancy} that the service accepts. */
2440
+ export declare enum KnownZoneRedundancy {
2441
+ /** Enabled */
2442
+ Enabled = "Enabled",
2443
+ /** Disabled */
2444
+ Disabled = "Disabled"
2806
2445
  }
2807
2446
  /**
2808
- * Defines values for ConnectionStatus. \
2809
- * {@link KnownConnectionStatus} can be used interchangeably with ConnectionStatus,
2447
+ * Defines values for ZoneRedundancy. \
2448
+ * {@link KnownZoneRedundancy} can be used interchangeably with ZoneRedundancy,
2810
2449
  * this enum contains the known values that the service supports.
2811
2450
  * ### Known values supported by the service
2812
- * **Approved** \
2813
- * **Pending** \
2814
- * **Rejected** \
2815
- * **Disconnected**
2451
+ * **Enabled** \
2452
+ * **Disabled**
2816
2453
  */
2817
- export type ConnectionStatus = string;
2818
- /** Known values of {@link ActionsRequired} that the service accepts. */
2819
- export declare enum KnownActionsRequired {
2820
- /** None */
2821
- None = "None",
2822
- /** Recreate */
2823
- Recreate = "Recreate"
2454
+ export type ZoneRedundancy = string;
2455
+ /** Known values of {@link RoleAssignmentMode} that the service accepts. */
2456
+ export declare enum KnownRoleAssignmentMode {
2457
+ /** AbacRepositoryPermissions */
2458
+ AbacRepositoryPermissions = "AbacRepositoryPermissions",
2459
+ /** LegacyRegistryPermissions */
2460
+ LegacyRegistryPermissions = "LegacyRegistryPermissions"
2824
2461
  }
2825
2462
  /**
2826
- * Defines values for ActionsRequired. \
2827
- * {@link KnownActionsRequired} can be used interchangeably with ActionsRequired,
2463
+ * Defines values for RoleAssignmentMode. \
2464
+ * {@link KnownRoleAssignmentMode} can be used interchangeably with RoleAssignmentMode,
2828
2465
  * this enum contains the known values that the service supports.
2829
2466
  * ### Known values supported by the service
2830
- * **None** \
2831
- * **Recreate**
2467
+ * **AbacRepositoryPermissions** \
2468
+ * **LegacyRegistryPermissions**
2832
2469
  */
2833
- export type ActionsRequired = string;
2470
+ export type RoleAssignmentMode = string;
2834
2471
  /** Known values of {@link SkuName} that the service accepts. */
2835
2472
  export declare enum KnownSkuName {
2836
2473
  /** Classic */
@@ -2875,176 +2512,197 @@ export declare enum KnownSkuTier {
2875
2512
  * **Premium**
2876
2513
  */
2877
2514
  export type SkuTier = string;
2878
- /** Known values of {@link DefaultAction} that the service accepts. */
2879
- export declare enum KnownDefaultAction {
2880
- /** Allow */
2881
- Allow = "Allow",
2882
- /** Deny */
2883
- Deny = "Deny"
2884
- }
2885
- /**
2886
- * Defines values for DefaultAction. \
2887
- * {@link KnownDefaultAction} can be used interchangeably with DefaultAction,
2888
- * this enum contains the known values that the service supports.
2889
- * ### Known values supported by the service
2890
- * **Allow** \
2891
- * **Deny**
2892
- */
2893
- export type DefaultAction = string;
2894
- /** Known values of {@link Action} that the service accepts. */
2895
- export declare enum KnownAction {
2896
- /** Allow */
2897
- Allow = "Allow"
2515
+ /** Known values of {@link ConnectedRegistryMode} that the service accepts. */
2516
+ export declare enum KnownConnectedRegistryMode {
2517
+ /** ReadWrite */
2518
+ ReadWrite = "ReadWrite",
2519
+ /** ReadOnly */
2520
+ ReadOnly = "ReadOnly",
2521
+ /** Registry */
2522
+ Registry = "Registry",
2523
+ /** Mirror */
2524
+ Mirror = "Mirror"
2898
2525
  }
2899
2526
  /**
2900
- * Defines values for Action. \
2901
- * {@link KnownAction} can be used interchangeably with Action,
2527
+ * Defines values for ConnectedRegistryMode. \
2528
+ * {@link KnownConnectedRegistryMode} can be used interchangeably with ConnectedRegistryMode,
2902
2529
  * this enum contains the known values that the service supports.
2903
2530
  * ### Known values supported by the service
2904
- * **Allow**
2531
+ * **ReadWrite** \
2532
+ * **ReadOnly** \
2533
+ * **Registry** \
2534
+ * **Mirror**
2905
2535
  */
2906
- export type Action = string;
2907
- /** Known values of {@link PolicyStatus} that the service accepts. */
2908
- export declare enum KnownPolicyStatus {
2909
- /** Enabled */
2910
- Enabled = "enabled",
2911
- /** Disabled */
2912
- Disabled = "disabled"
2536
+ export type ConnectedRegistryMode = string;
2537
+ /** Known values of {@link ConnectionState} that the service accepts. */
2538
+ export declare enum KnownConnectionState {
2539
+ /** Online */
2540
+ Online = "Online",
2541
+ /** Offline */
2542
+ Offline = "Offline",
2543
+ /** Syncing */
2544
+ Syncing = "Syncing",
2545
+ /** Unhealthy */
2546
+ Unhealthy = "Unhealthy"
2913
2547
  }
2914
2548
  /**
2915
- * Defines values for PolicyStatus. \
2916
- * {@link KnownPolicyStatus} can be used interchangeably with PolicyStatus,
2549
+ * Defines values for ConnectionState. \
2550
+ * {@link KnownConnectionState} can be used interchangeably with ConnectionState,
2917
2551
  * this enum contains the known values that the service supports.
2918
2552
  * ### Known values supported by the service
2919
- * **enabled** \
2920
- * **disabled**
2553
+ * **Online** \
2554
+ * **Offline** \
2555
+ * **Syncing** \
2556
+ * **Unhealthy**
2921
2557
  */
2922
- export type PolicyStatus = string;
2923
- /** Known values of {@link TrustPolicyType} that the service accepts. */
2924
- export declare enum KnownTrustPolicyType {
2925
- /** Notary */
2926
- Notary = "Notary"
2558
+ export type ConnectionState = string;
2559
+ /** Known values of {@link ActivationStatus} that the service accepts. */
2560
+ export declare enum KnownActivationStatus {
2561
+ /** Active */
2562
+ Active = "Active",
2563
+ /** Inactive */
2564
+ Inactive = "Inactive"
2927
2565
  }
2928
2566
  /**
2929
- * Defines values for TrustPolicyType. \
2930
- * {@link KnownTrustPolicyType} can be used interchangeably with TrustPolicyType,
2567
+ * Defines values for ActivationStatus. \
2568
+ * {@link KnownActivationStatus} can be used interchangeably with ActivationStatus,
2931
2569
  * this enum contains the known values that the service supports.
2932
2570
  * ### Known values supported by the service
2933
- * **Notary**
2571
+ * **Active** \
2572
+ * **Inactive**
2934
2573
  */
2935
- export type TrustPolicyType = string;
2936
- /** Known values of {@link ExportPolicyStatus} that the service accepts. */
2937
- export declare enum KnownExportPolicyStatus {
2574
+ export type ActivationStatus = string;
2575
+ /** Known values of {@link TlsStatus} that the service accepts. */
2576
+ export declare enum KnownTlsStatus {
2938
2577
  /** Enabled */
2939
- Enabled = "enabled",
2578
+ Enabled = "Enabled",
2940
2579
  /** Disabled */
2941
- Disabled = "disabled"
2580
+ Disabled = "Disabled"
2942
2581
  }
2943
2582
  /**
2944
- * Defines values for ExportPolicyStatus. \
2945
- * {@link KnownExportPolicyStatus} can be used interchangeably with ExportPolicyStatus,
2583
+ * Defines values for TlsStatus. \
2584
+ * {@link KnownTlsStatus} can be used interchangeably with TlsStatus,
2946
2585
  * this enum contains the known values that the service supports.
2947
2586
  * ### Known values supported by the service
2948
- * **enabled** \
2949
- * **disabled**
2587
+ * **Enabled** \
2588
+ * **Disabled**
2950
2589
  */
2951
- export type ExportPolicyStatus = string;
2952
- /** Known values of {@link AzureADAuthenticationAsArmPolicyStatus} that the service accepts. */
2953
- export declare enum KnownAzureADAuthenticationAsArmPolicyStatus {
2954
- /** Enabled */
2955
- Enabled = "enabled",
2956
- /** Disabled */
2957
- Disabled = "disabled"
2590
+ export type TlsStatus = string;
2591
+ /** Known values of {@link CertificateType} that the service accepts. */
2592
+ export declare enum KnownCertificateType {
2593
+ /** LocalDirectory */
2594
+ LocalDirectory = "LocalDirectory"
2958
2595
  }
2959
2596
  /**
2960
- * Defines values for AzureADAuthenticationAsArmPolicyStatus. \
2961
- * {@link KnownAzureADAuthenticationAsArmPolicyStatus} can be used interchangeably with AzureADAuthenticationAsArmPolicyStatus,
2597
+ * Defines values for CertificateType. \
2598
+ * {@link KnownCertificateType} can be used interchangeably with CertificateType,
2962
2599
  * this enum contains the known values that the service supports.
2963
2600
  * ### Known values supported by the service
2964
- * **enabled** \
2965
- * **disabled**
2601
+ * **LocalDirectory**
2966
2602
  */
2967
- export type AzureADAuthenticationAsArmPolicyStatus = string;
2968
- /** Known values of {@link EncryptionStatus} that the service accepts. */
2969
- export declare enum KnownEncryptionStatus {
2970
- /** Enabled */
2971
- Enabled = "enabled",
2972
- /** Disabled */
2973
- Disabled = "disabled"
2603
+ export type CertificateType = string;
2604
+ /** Known values of {@link LogLevel} that the service accepts. */
2605
+ export declare enum KnownLogLevel {
2606
+ /** Debug */
2607
+ Debug = "Debug",
2608
+ /** Information */
2609
+ Information = "Information",
2610
+ /** Warning */
2611
+ Warning = "Warning",
2612
+ /** Error */
2613
+ Error = "Error",
2614
+ /** None */
2615
+ None = "None"
2974
2616
  }
2975
2617
  /**
2976
- * Defines values for EncryptionStatus. \
2977
- * {@link KnownEncryptionStatus} can be used interchangeably with EncryptionStatus,
2618
+ * Defines values for LogLevel. \
2619
+ * {@link KnownLogLevel} can be used interchangeably with LogLevel,
2978
2620
  * this enum contains the known values that the service supports.
2979
2621
  * ### Known values supported by the service
2980
- * **enabled** \
2981
- * **disabled**
2622
+ * **Debug** \
2623
+ * **Information** \
2624
+ * **Warning** \
2625
+ * **Error** \
2626
+ * **None**
2982
2627
  */
2983
- export type EncryptionStatus = string;
2984
- /** Known values of {@link PublicNetworkAccess} that the service accepts. */
2985
- export declare enum KnownPublicNetworkAccess {
2628
+ export type LogLevel = string;
2629
+ /** Known values of {@link AuditLogStatus} that the service accepts. */
2630
+ export declare enum KnownAuditLogStatus {
2986
2631
  /** Enabled */
2987
2632
  Enabled = "Enabled",
2988
2633
  /** Disabled */
2989
2634
  Disabled = "Disabled"
2990
2635
  }
2991
2636
  /**
2992
- * Defines values for PublicNetworkAccess. \
2993
- * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
2637
+ * Defines values for AuditLogStatus. \
2638
+ * {@link KnownAuditLogStatus} can be used interchangeably with AuditLogStatus,
2994
2639
  * this enum contains the known values that the service supports.
2995
2640
  * ### Known values supported by the service
2996
2641
  * **Enabled** \
2997
2642
  * **Disabled**
2998
2643
  */
2999
- export type PublicNetworkAccess = string;
3000
- /** Known values of {@link NetworkRuleBypassOptions} that the service accepts. */
3001
- export declare enum KnownNetworkRuleBypassOptions {
3002
- /** AzureServices */
3003
- AzureServices = "AzureServices",
3004
- /** None */
3005
- None = "None"
2644
+ export type AuditLogStatus = string;
2645
+ /** Known values of {@link CredentialName} that the service accepts. */
2646
+ export declare enum KnownCredentialName {
2647
+ /** Credential1 */
2648
+ Credential1 = "Credential1"
3006
2649
  }
3007
2650
  /**
3008
- * Defines values for NetworkRuleBypassOptions. \
3009
- * {@link KnownNetworkRuleBypassOptions} can be used interchangeably with NetworkRuleBypassOptions,
2651
+ * Defines values for CredentialName. \
2652
+ * {@link KnownCredentialName} can be used interchangeably with CredentialName,
3010
2653
  * this enum contains the known values that the service supports.
3011
2654
  * ### Known values supported by the service
3012
- * **AzureServices** \
3013
- * **None**
2655
+ * **Credential1**
3014
2656
  */
3015
- export type NetworkRuleBypassOptions = string;
3016
- /** Known values of {@link ZoneRedundancy} that the service accepts. */
3017
- export declare enum KnownZoneRedundancy {
3018
- /** Enabled */
3019
- Enabled = "Enabled",
3020
- /** Disabled */
3021
- Disabled = "Disabled"
2657
+ export type CredentialName = string;
2658
+ /** Known values of {@link CredentialHealthStatus} that the service accepts. */
2659
+ export declare enum KnownCredentialHealthStatus {
2660
+ /** Healthy */
2661
+ Healthy = "Healthy",
2662
+ /** Unhealthy */
2663
+ Unhealthy = "Unhealthy"
3022
2664
  }
3023
2665
  /**
3024
- * Defines values for ZoneRedundancy. \
3025
- * {@link KnownZoneRedundancy} can be used interchangeably with ZoneRedundancy,
2666
+ * Defines values for CredentialHealthStatus. \
2667
+ * {@link KnownCredentialHealthStatus} can be used interchangeably with CredentialHealthStatus,
3026
2668
  * this enum contains the known values that the service supports.
3027
2669
  * ### Known values supported by the service
3028
- * **Enabled** \
3029
- * **Disabled**
2670
+ * **Healthy** \
2671
+ * **Unhealthy**
3030
2672
  */
3031
- export type ZoneRedundancy = string;
3032
- /** Known values of {@link MetadataSearch} that the service accepts. */
3033
- export declare enum KnownMetadataSearch {
3034
- /** Enabled */
3035
- Enabled = "Enabled",
3036
- /** Disabled */
3037
- Disabled = "Disabled"
2673
+ export type CredentialHealthStatus = string;
2674
+ /** Known values of {@link TokenPasswordName} that the service accepts. */
2675
+ export declare enum KnownTokenPasswordName {
2676
+ /** Password1 */
2677
+ Password1 = "password1",
2678
+ /** Password2 */
2679
+ Password2 = "password2"
2680
+ }
2681
+ /**
2682
+ * Defines values for TokenPasswordName. \
2683
+ * {@link KnownTokenPasswordName} can be used interchangeably with TokenPasswordName,
2684
+ * this enum contains the known values that the service supports.
2685
+ * ### Known values supported by the service
2686
+ * **password1** \
2687
+ * **password2**
2688
+ */
2689
+ export type TokenPasswordName = string;
2690
+ /** Known values of {@link ImportMode} that the service accepts. */
2691
+ export declare enum KnownImportMode {
2692
+ /** NoForce */
2693
+ NoForce = "NoForce",
2694
+ /** Force */
2695
+ Force = "Force"
3038
2696
  }
3039
2697
  /**
3040
- * Defines values for MetadataSearch. \
3041
- * {@link KnownMetadataSearch} can be used interchangeably with MetadataSearch,
2698
+ * Defines values for ImportMode. \
2699
+ * {@link KnownImportMode} can be used interchangeably with ImportMode,
3042
2700
  * this enum contains the known values that the service supports.
3043
2701
  * ### Known values supported by the service
3044
- * **Enabled** \
3045
- * **Disabled**
2702
+ * **NoForce** \
2703
+ * **Force**
3046
2704
  */
3047
- export type MetadataSearch = string;
2705
+ export type ImportMode = string;
3048
2706
  /** Known values of {@link RegistryUsageUnit} that the service accepts. */
3049
2707
  export declare enum KnownRegistryUsageUnit {
3050
2708
  /** Count */
@@ -3077,22 +2735,6 @@ export declare enum KnownTokenCertificateName {
3077
2735
  * **certificate2**
3078
2736
  */
3079
2737
  export type TokenCertificateName = string;
3080
- /** Known values of {@link TokenPasswordName} that the service accepts. */
3081
- export declare enum KnownTokenPasswordName {
3082
- /** Password1 */
3083
- Password1 = "password1",
3084
- /** Password2 */
3085
- Password2 = "password2"
3086
- }
3087
- /**
3088
- * Defines values for TokenPasswordName. \
3089
- * {@link KnownTokenPasswordName} can be used interchangeably with TokenPasswordName,
3090
- * this enum contains the known values that the service supports.
3091
- * ### Known values supported by the service
3092
- * **password1** \
3093
- * **password2**
3094
- */
3095
- export type TokenPasswordName = string;
3096
2738
  /** Known values of {@link TokenStatus} that the service accepts. */
3097
2739
  export declare enum KnownTokenStatus {
3098
2740
  /** Enabled */
@@ -3317,6 +2959,22 @@ export declare enum KnownBaseImageDependencyType {
3317
2959
  * **RunTime**
3318
2960
  */
3319
2961
  export type BaseImageDependencyType = string;
2962
+ /** Known values of {@link TriggerStatus} that the service accepts. */
2963
+ export declare enum KnownTriggerStatus {
2964
+ /** Disabled */
2965
+ Disabled = "Disabled",
2966
+ /** Enabled */
2967
+ Enabled = "Enabled"
2968
+ }
2969
+ /**
2970
+ * Defines values for TriggerStatus. \
2971
+ * {@link KnownTriggerStatus} can be used interchangeably with TriggerStatus,
2972
+ * this enum contains the known values that the service supports.
2973
+ * ### Known values supported by the service
2974
+ * **Disabled** \
2975
+ * **Enabled**
2976
+ */
2977
+ export type TriggerStatus = string;
3320
2978
  /** Known values of {@link SourceControlType} that the service accepts. */
3321
2979
  export declare enum KnownSourceControlType {
3322
2980
  /** Github */
@@ -3388,293 +3046,61 @@ export declare enum KnownUpdateTriggerPayloadType {
3388
3046
  /** Token */
3389
3047
  Token = "Token"
3390
3048
  }
3391
- /**
3392
- * Defines values for UpdateTriggerPayloadType. \
3393
- * {@link KnownUpdateTriggerPayloadType} can be used interchangeably with UpdateTriggerPayloadType,
3394
- * this enum contains the known values that the service supports.
3395
- * ### Known values supported by the service
3396
- * **Default** \
3397
- * **Token**
3398
- */
3399
- export type UpdateTriggerPayloadType = string;
3400
- /** Known values of {@link SourceRegistryLoginMode} that the service accepts. */
3401
- export declare enum KnownSourceRegistryLoginMode {
3402
- /** None */
3403
- None = "None",
3404
- /** Default */
3405
- Default = "Default"
3406
- }
3407
- /**
3408
- * Defines values for SourceRegistryLoginMode. \
3409
- * {@link KnownSourceRegistryLoginMode} can be used interchangeably with SourceRegistryLoginMode,
3410
- * this enum contains the known values that the service supports.
3411
- * ### Known values supported by the service
3412
- * **None** \
3413
- * **Default**
3414
- */
3415
- export type SourceRegistryLoginMode = string;
3416
- /** Known values of {@link SecretObjectType} that the service accepts. */
3417
- export declare enum KnownSecretObjectType {
3418
- /** Opaque */
3419
- Opaque = "Opaque",
3420
- /** Vaultsecret */
3421
- Vaultsecret = "Vaultsecret"
3422
- }
3423
- /**
3424
- * Defines values for SecretObjectType. \
3425
- * {@link KnownSecretObjectType} can be used interchangeably with SecretObjectType,
3426
- * this enum contains the known values that the service supports.
3427
- * ### Known values supported by the service
3428
- * **Opaque** \
3429
- * **Vaultsecret**
3430
- */
3431
- export type SecretObjectType = string;
3432
- /** Defines values for ResourceIdentityType. */
3433
- export type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
3434
- /** Defines values for PasswordName. */
3435
- export type PasswordName = "password" | "password2";
3436
- /** Optional parameters. */
3437
- export interface ArchivesListOptionalParams extends coreClient.OperationOptions {
3438
- }
3439
- /** Contains response data for the list operation. */
3440
- export type ArchivesListResponse = ArchiveListResult;
3441
- /** Optional parameters. */
3442
- export interface ArchivesGetOptionalParams extends coreClient.OperationOptions {
3443
- }
3444
- /** Contains response data for the get operation. */
3445
- export type ArchivesGetResponse = Archive;
3446
- /** Optional parameters. */
3447
- export interface ArchivesCreateOptionalParams extends coreClient.OperationOptions {
3448
- /** Delay to wait until next poll, in milliseconds. */
3449
- updateIntervalInMs?: number;
3450
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3451
- resumeFrom?: string;
3452
- }
3453
- /** Contains response data for the create operation. */
3454
- export type ArchivesCreateResponse = Archive;
3455
- /** Optional parameters. */
3456
- export interface ArchivesDeleteOptionalParams extends coreClient.OperationOptions {
3457
- /** Delay to wait until next poll, in milliseconds. */
3458
- updateIntervalInMs?: number;
3459
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3460
- resumeFrom?: string;
3461
- }
3462
- /** Contains response data for the delete operation. */
3463
- export type ArchivesDeleteResponse = ArchivesDeleteHeaders;
3464
- /** Optional parameters. */
3465
- export interface ArchivesUpdateOptionalParams extends coreClient.OperationOptions {
3466
- }
3467
- /** Contains response data for the update operation. */
3468
- export type ArchivesUpdateResponse = Archive;
3469
- /** Optional parameters. */
3470
- export interface ArchivesListNextOptionalParams extends coreClient.OperationOptions {
3471
- }
3472
- /** Contains response data for the listNext operation. */
3473
- export type ArchivesListNextResponse = ArchiveListResult;
3474
- /** Optional parameters. */
3475
- export interface ArchiveVersionsListOptionalParams extends coreClient.OperationOptions {
3476
- }
3477
- /** Contains response data for the list operation. */
3478
- export type ArchiveVersionsListResponse = ArchiveVersionListResult;
3479
- /** Optional parameters. */
3480
- export interface ArchiveVersionsGetOptionalParams extends coreClient.OperationOptions {
3481
- }
3482
- /** Contains response data for the get operation. */
3483
- export type ArchiveVersionsGetResponse = ArchiveVersion;
3484
- /** Optional parameters. */
3485
- export interface ArchiveVersionsCreateOptionalParams extends coreClient.OperationOptions {
3486
- /** Delay to wait until next poll, in milliseconds. */
3487
- updateIntervalInMs?: number;
3488
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3489
- resumeFrom?: string;
3490
- }
3491
- /** Contains response data for the create operation. */
3492
- export type ArchiveVersionsCreateResponse = ArchiveVersion;
3493
- /** Optional parameters. */
3494
- export interface ArchiveVersionsDeleteOptionalParams extends coreClient.OperationOptions {
3495
- /** Delay to wait until next poll, in milliseconds. */
3496
- updateIntervalInMs?: number;
3497
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3498
- resumeFrom?: string;
3499
- }
3500
- /** Contains response data for the delete operation. */
3501
- export type ArchiveVersionsDeleteResponse = ArchiveVersionsDeleteHeaders;
3502
- /** Optional parameters. */
3503
- export interface ArchiveVersionsListNextOptionalParams extends coreClient.OperationOptions {
3504
- }
3505
- /** Contains response data for the listNext operation. */
3506
- export type ArchiveVersionsListNextResponse = ArchiveVersionListResult;
3507
- /** Optional parameters. */
3508
- export interface CacheRulesListOptionalParams extends coreClient.OperationOptions {
3509
- }
3510
- /** Contains response data for the list operation. */
3511
- export type CacheRulesListResponse = CacheRulesListResult;
3512
- /** Optional parameters. */
3513
- export interface CacheRulesGetOptionalParams extends coreClient.OperationOptions {
3514
- }
3515
- /** Contains response data for the get operation. */
3516
- export type CacheRulesGetResponse = CacheRule;
3517
- /** Optional parameters. */
3518
- export interface CacheRulesCreateOptionalParams extends coreClient.OperationOptions {
3519
- /** Delay to wait until next poll, in milliseconds. */
3520
- updateIntervalInMs?: number;
3521
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3522
- resumeFrom?: string;
3523
- }
3524
- /** Contains response data for the create operation. */
3525
- export type CacheRulesCreateResponse = CacheRule;
3526
- /** Optional parameters. */
3527
- export interface CacheRulesDeleteOptionalParams extends coreClient.OperationOptions {
3528
- /** Delay to wait until next poll, in milliseconds. */
3529
- updateIntervalInMs?: number;
3530
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3531
- resumeFrom?: string;
3532
- }
3533
- /** Contains response data for the delete operation. */
3534
- export type CacheRulesDeleteResponse = CacheRulesDeleteHeaders;
3535
- /** Optional parameters. */
3536
- export interface CacheRulesUpdateOptionalParams extends coreClient.OperationOptions {
3537
- /** Delay to wait until next poll, in milliseconds. */
3538
- updateIntervalInMs?: number;
3539
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3540
- resumeFrom?: string;
3541
- }
3542
- /** Contains response data for the update operation. */
3543
- export type CacheRulesUpdateResponse = CacheRule;
3544
- /** Optional parameters. */
3545
- export interface CacheRulesListNextOptionalParams extends coreClient.OperationOptions {
3546
- }
3547
- /** Contains response data for the listNext operation. */
3548
- export type CacheRulesListNextResponse = CacheRulesListResult;
3549
- /** Optional parameters. */
3550
- export interface ConnectedRegistriesListOptionalParams extends coreClient.OperationOptions {
3551
- /** 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. */
3552
- filter?: string;
3553
- }
3554
- /** Contains response data for the list operation. */
3555
- export type ConnectedRegistriesListResponse = ConnectedRegistryListResult;
3556
- /** Optional parameters. */
3557
- export interface ConnectedRegistriesGetOptionalParams extends coreClient.OperationOptions {
3558
- }
3559
- /** Contains response data for the get operation. */
3560
- export type ConnectedRegistriesGetResponse = ConnectedRegistry;
3561
- /** Optional parameters. */
3562
- export interface ConnectedRegistriesCreateOptionalParams extends coreClient.OperationOptions {
3563
- /** Delay to wait until next poll, in milliseconds. */
3564
- updateIntervalInMs?: number;
3565
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3566
- resumeFrom?: string;
3567
- }
3568
- /** Contains response data for the create operation. */
3569
- export type ConnectedRegistriesCreateResponse = ConnectedRegistry;
3570
- /** Optional parameters. */
3571
- export interface ConnectedRegistriesDeleteOptionalParams extends coreClient.OperationOptions {
3572
- /** Delay to wait until next poll, in milliseconds. */
3573
- updateIntervalInMs?: number;
3574
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3575
- resumeFrom?: string;
3576
- }
3577
- /** Optional parameters. */
3578
- export interface ConnectedRegistriesUpdateOptionalParams extends coreClient.OperationOptions {
3579
- /** Delay to wait until next poll, in milliseconds. */
3580
- updateIntervalInMs?: number;
3581
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3582
- resumeFrom?: string;
3583
- }
3584
- /** Contains response data for the update operation. */
3585
- export type ConnectedRegistriesUpdateResponse = ConnectedRegistry;
3586
- /** Optional parameters. */
3587
- export interface ConnectedRegistriesDeactivateOptionalParams extends coreClient.OperationOptions {
3588
- /** Delay to wait until next poll, in milliseconds. */
3589
- updateIntervalInMs?: number;
3590
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3591
- resumeFrom?: string;
3592
- }
3593
- /** Optional parameters. */
3594
- export interface ConnectedRegistriesListNextOptionalParams extends coreClient.OperationOptions {
3595
- }
3596
- /** Contains response data for the listNext operation. */
3597
- export type ConnectedRegistriesListNextResponse = ConnectedRegistryListResult;
3598
- /** Optional parameters. */
3599
- export interface CredentialSetsListOptionalParams extends coreClient.OperationOptions {
3600
- }
3601
- /** Contains response data for the list operation. */
3602
- export type CredentialSetsListResponse = CredentialSetListResult;
3603
- /** Optional parameters. */
3604
- export interface CredentialSetsGetOptionalParams extends coreClient.OperationOptions {
3605
- }
3606
- /** Contains response data for the get operation. */
3607
- export type CredentialSetsGetResponse = CredentialSet;
3608
- /** Optional parameters. */
3609
- export interface CredentialSetsCreateOptionalParams extends coreClient.OperationOptions {
3610
- /** Delay to wait until next poll, in milliseconds. */
3611
- updateIntervalInMs?: number;
3612
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3613
- resumeFrom?: string;
3614
- }
3615
- /** Contains response data for the create operation. */
3616
- export type CredentialSetsCreateResponse = CredentialSet;
3617
- /** Optional parameters. */
3618
- export interface CredentialSetsDeleteOptionalParams extends coreClient.OperationOptions {
3619
- /** Delay to wait until next poll, in milliseconds. */
3620
- updateIntervalInMs?: number;
3621
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3622
- resumeFrom?: string;
3623
- }
3624
- /** Contains response data for the delete operation. */
3625
- export type CredentialSetsDeleteResponse = CredentialSetsDeleteHeaders;
3626
- /** Optional parameters. */
3627
- export interface CredentialSetsUpdateOptionalParams extends coreClient.OperationOptions {
3628
- /** Delay to wait until next poll, in milliseconds. */
3629
- updateIntervalInMs?: number;
3630
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3631
- resumeFrom?: string;
3049
+ /**
3050
+ * Defines values for UpdateTriggerPayloadType. \
3051
+ * {@link KnownUpdateTriggerPayloadType} can be used interchangeably with UpdateTriggerPayloadType,
3052
+ * this enum contains the known values that the service supports.
3053
+ * ### Known values supported by the service
3054
+ * **Default** \
3055
+ * **Token**
3056
+ */
3057
+ export type UpdateTriggerPayloadType = string;
3058
+ /** Known values of {@link SourceRegistryLoginMode} that the service accepts. */
3059
+ export declare enum KnownSourceRegistryLoginMode {
3060
+ /** None */
3061
+ None = "None",
3062
+ /** Default */
3063
+ Default = "Default"
3632
3064
  }
3633
- /** Contains response data for the update operation. */
3634
- export type CredentialSetsUpdateResponse = CredentialSet;
3635
- /** Optional parameters. */
3636
- export interface CredentialSetsListNextOptionalParams extends coreClient.OperationOptions {
3065
+ /**
3066
+ * Defines values for SourceRegistryLoginMode. \
3067
+ * {@link KnownSourceRegistryLoginMode} can be used interchangeably with SourceRegistryLoginMode,
3068
+ * this enum contains the known values that the service supports.
3069
+ * ### Known values supported by the service
3070
+ * **None** \
3071
+ * **Default**
3072
+ */
3073
+ export type SourceRegistryLoginMode = string;
3074
+ /** Known values of {@link SecretObjectType} that the service accepts. */
3075
+ export declare enum KnownSecretObjectType {
3076
+ /** Opaque */
3077
+ Opaque = "Opaque",
3078
+ /** Vaultsecret */
3079
+ Vaultsecret = "Vaultsecret"
3637
3080
  }
3638
- /** Contains response data for the listNext operation. */
3639
- export type CredentialSetsListNextResponse = CredentialSetListResult;
3081
+ /**
3082
+ * Defines values for SecretObjectType. \
3083
+ * {@link KnownSecretObjectType} can be used interchangeably with SecretObjectType,
3084
+ * this enum contains the known values that the service supports.
3085
+ * ### Known values supported by the service
3086
+ * **Opaque** \
3087
+ * **Vaultsecret**
3088
+ */
3089
+ export type SecretObjectType = string;
3090
+ /** Defines values for ResourceIdentityType. */
3091
+ export type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
3092
+ /** Defines values for PasswordName. */
3093
+ export type PasswordName = "password" | "password2";
3640
3094
  /** Optional parameters. */
3641
- export interface ExportPipelinesListOptionalParams extends coreClient.OperationOptions {
3095
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
3642
3096
  }
3643
3097
  /** Contains response data for the list operation. */
3644
- export type ExportPipelinesListResponse = ExportPipelineListResult;
3645
- /** Optional parameters. */
3646
- export interface ExportPipelinesGetOptionalParams extends coreClient.OperationOptions {
3647
- }
3648
- /** Contains response data for the get operation. */
3649
- export type ExportPipelinesGetResponse = ExportPipeline;
3650
- /** Optional parameters. */
3651
- export interface ExportPipelinesCreateOptionalParams extends coreClient.OperationOptions {
3652
- /** Delay to wait until next poll, in milliseconds. */
3653
- updateIntervalInMs?: number;
3654
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3655
- resumeFrom?: string;
3656
- }
3657
- /** Contains response data for the create operation. */
3658
- export type ExportPipelinesCreateResponse = ExportPipeline;
3659
- /** Optional parameters. */
3660
- export interface ExportPipelinesDeleteOptionalParams extends coreClient.OperationOptions {
3661
- /** Delay to wait until next poll, in milliseconds. */
3662
- updateIntervalInMs?: number;
3663
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3664
- resumeFrom?: string;
3665
- }
3098
+ export type OperationsListResponse = OperationListResult;
3666
3099
  /** Optional parameters. */
3667
- export interface ExportPipelinesListNextOptionalParams extends coreClient.OperationOptions {
3100
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
3668
3101
  }
3669
3102
  /** Contains response data for the listNext operation. */
3670
- export type ExportPipelinesListNextResponse = ExportPipelineListResult;
3671
- /** Optional parameters. */
3672
- export interface RegistriesImportImageOptionalParams extends coreClient.OperationOptions {
3673
- /** Delay to wait until next poll, in milliseconds. */
3674
- updateIntervalInMs?: number;
3675
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3676
- resumeFrom?: string;
3677
- }
3103
+ export type OperationsListNextResponse = OperationListResult;
3678
3104
  /** Optional parameters. */
3679
3105
  export interface RegistriesCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
3680
3106
  }
@@ -3705,6 +3131,15 @@ export interface RegistriesCreateOptionalParams extends coreClient.OperationOpti
3705
3131
  /** Contains response data for the create operation. */
3706
3132
  export type RegistriesCreateResponse = Registry;
3707
3133
  /** Optional parameters. */
3134
+ export interface RegistriesUpdateOptionalParams extends coreClient.OperationOptions {
3135
+ /** Delay to wait until next poll, in milliseconds. */
3136
+ updateIntervalInMs?: number;
3137
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3138
+ resumeFrom?: string;
3139
+ }
3140
+ /** Contains response data for the update operation. */
3141
+ export type RegistriesUpdateResponse = Registry;
3142
+ /** Optional parameters. */
3708
3143
  export interface RegistriesDeleteOptionalParams extends coreClient.OperationOptions {
3709
3144
  /** Delay to wait until next poll, in milliseconds. */
3710
3145
  updateIntervalInMs?: number;
@@ -3712,14 +3147,26 @@ export interface RegistriesDeleteOptionalParams extends coreClient.OperationOpti
3712
3147
  resumeFrom?: string;
3713
3148
  }
3714
3149
  /** Optional parameters. */
3715
- export interface RegistriesUpdateOptionalParams extends coreClient.OperationOptions {
3150
+ export interface RegistriesGenerateCredentialsOptionalParams extends coreClient.OperationOptions {
3716
3151
  /** Delay to wait until next poll, in milliseconds. */
3717
3152
  updateIntervalInMs?: number;
3718
3153
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3719
3154
  resumeFrom?: string;
3720
3155
  }
3721
- /** Contains response data for the update operation. */
3722
- export type RegistriesUpdateResponse = Registry;
3156
+ /** Contains response data for the generateCredentials operation. */
3157
+ export type RegistriesGenerateCredentialsResponse = GenerateCredentialsResult;
3158
+ /** Optional parameters. */
3159
+ export interface RegistriesImportImageOptionalParams extends coreClient.OperationOptions {
3160
+ /** Delay to wait until next poll, in milliseconds. */
3161
+ updateIntervalInMs?: number;
3162
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3163
+ resumeFrom?: string;
3164
+ }
3165
+ /** Optional parameters. */
3166
+ export interface RegistriesListCredentialsOptionalParams extends coreClient.OperationOptions {
3167
+ }
3168
+ /** Contains response data for the listCredentials operation. */
3169
+ export type RegistriesListCredentialsResponse = RegistryListCredentialsResult;
3723
3170
  /** Optional parameters. */
3724
3171
  export interface RegistriesListUsagesOptionalParams extends coreClient.OperationOptions {
3725
3172
  }
@@ -3736,25 +3183,11 @@ export interface RegistriesGetPrivateLinkResourceOptionalParams extends coreClie
3736
3183
  /** Contains response data for the getPrivateLinkResource operation. */
3737
3184
  export type RegistriesGetPrivateLinkResourceResponse = PrivateLinkResource;
3738
3185
  /** Optional parameters. */
3739
- export interface RegistriesListCredentialsOptionalParams extends coreClient.OperationOptions {
3740
- }
3741
- /** Contains response data for the listCredentials operation. */
3742
- export type RegistriesListCredentialsResponse = RegistryListCredentialsResult;
3743
- /** Optional parameters. */
3744
3186
  export interface RegistriesRegenerateCredentialOptionalParams extends coreClient.OperationOptions {
3745
3187
  }
3746
3188
  /** Contains response data for the regenerateCredential operation. */
3747
3189
  export type RegistriesRegenerateCredentialResponse = RegistryListCredentialsResult;
3748
3190
  /** Optional parameters. */
3749
- export interface RegistriesGenerateCredentialsOptionalParams extends coreClient.OperationOptions {
3750
- /** Delay to wait until next poll, in milliseconds. */
3751
- updateIntervalInMs?: number;
3752
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3753
- resumeFrom?: string;
3754
- }
3755
- /** Contains response data for the generateCredentials operation. */
3756
- export type RegistriesGenerateCredentialsResponse = GenerateCredentialsResult;
3757
- /** Optional parameters. */
3758
3191
  export interface RegistriesScheduleRunOptionalParams extends coreClient.OperationOptions {
3759
3192
  /** Delay to wait until next poll, in milliseconds. */
3760
3193
  updateIntervalInMs?: number;
@@ -3784,77 +3217,138 @@ export interface RegistriesListPrivateLinkResourcesNextOptionalParams extends co
3784
3217
  /** Contains response data for the listPrivateLinkResourcesNext operation. */
3785
3218
  export type RegistriesListPrivateLinkResourcesNextResponse = PrivateLinkResourceListResult;
3786
3219
  /** Optional parameters. */
3787
- export interface ImportPipelinesListOptionalParams extends coreClient.OperationOptions {
3220
+ export interface CacheRulesListOptionalParams extends coreClient.OperationOptions {
3788
3221
  }
3789
3222
  /** Contains response data for the list operation. */
3790
- export type ImportPipelinesListResponse = ImportPipelineListResult;
3223
+ export type CacheRulesListResponse = CacheRulesListResult;
3791
3224
  /** Optional parameters. */
3792
- export interface ImportPipelinesGetOptionalParams extends coreClient.OperationOptions {
3225
+ export interface CacheRulesGetOptionalParams extends coreClient.OperationOptions {
3793
3226
  }
3794
3227
  /** Contains response data for the get operation. */
3795
- export type ImportPipelinesGetResponse = ImportPipeline;
3228
+ export type CacheRulesGetResponse = CacheRule;
3796
3229
  /** Optional parameters. */
3797
- export interface ImportPipelinesCreateOptionalParams extends coreClient.OperationOptions {
3230
+ export interface CacheRulesCreateOptionalParams extends coreClient.OperationOptions {
3798
3231
  /** Delay to wait until next poll, in milliseconds. */
3799
3232
  updateIntervalInMs?: number;
3800
3233
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3801
3234
  resumeFrom?: string;
3802
3235
  }
3803
3236
  /** Contains response data for the create operation. */
3804
- export type ImportPipelinesCreateResponse = ImportPipeline;
3237
+ export type CacheRulesCreateResponse = CacheRule;
3238
+ /** Optional parameters. */
3239
+ export interface CacheRulesUpdateOptionalParams extends coreClient.OperationOptions {
3240
+ /** Delay to wait until next poll, in milliseconds. */
3241
+ updateIntervalInMs?: number;
3242
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3243
+ resumeFrom?: string;
3244
+ }
3245
+ /** Contains response data for the update operation. */
3246
+ export type CacheRulesUpdateResponse = CacheRule;
3805
3247
  /** Optional parameters. */
3806
- export interface ImportPipelinesDeleteOptionalParams extends coreClient.OperationOptions {
3248
+ export interface CacheRulesDeleteOptionalParams extends coreClient.OperationOptions {
3807
3249
  /** Delay to wait until next poll, in milliseconds. */
3808
3250
  updateIntervalInMs?: number;
3809
3251
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3810
3252
  resumeFrom?: string;
3811
3253
  }
3254
+ /** Contains response data for the delete operation. */
3255
+ export type CacheRulesDeleteResponse = CacheRulesDeleteHeaders;
3812
3256
  /** Optional parameters. */
3813
- export interface ImportPipelinesListNextOptionalParams extends coreClient.OperationOptions {
3257
+ export interface CacheRulesListNextOptionalParams extends coreClient.OperationOptions {
3814
3258
  }
3815
3259
  /** Contains response data for the listNext operation. */
3816
- export type ImportPipelinesListNextResponse = ImportPipelineListResult;
3260
+ export type CacheRulesListNextResponse = CacheRulesListResult;
3817
3261
  /** Optional parameters. */
3818
- export interface OperationsListOptionalParams extends coreClient.OperationOptions {
3262
+ export interface ConnectedRegistriesListOptionalParams extends coreClient.OperationOptions {
3263
+ /** 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. */
3264
+ filter?: string;
3819
3265
  }
3820
3266
  /** Contains response data for the list operation. */
3821
- export type OperationsListResponse = OperationListResult;
3267
+ export type ConnectedRegistriesListResponse = ConnectedRegistryListResult;
3822
3268
  /** Optional parameters. */
3823
- export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
3269
+ export interface ConnectedRegistriesGetOptionalParams extends coreClient.OperationOptions {
3270
+ }
3271
+ /** Contains response data for the get operation. */
3272
+ export type ConnectedRegistriesGetResponse = ConnectedRegistry;
3273
+ /** Optional parameters. */
3274
+ export interface ConnectedRegistriesCreateOptionalParams extends coreClient.OperationOptions {
3275
+ /** Delay to wait until next poll, in milliseconds. */
3276
+ updateIntervalInMs?: number;
3277
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3278
+ resumeFrom?: string;
3279
+ }
3280
+ /** Contains response data for the create operation. */
3281
+ export type ConnectedRegistriesCreateResponse = ConnectedRegistry;
3282
+ /** Optional parameters. */
3283
+ export interface ConnectedRegistriesUpdateOptionalParams extends coreClient.OperationOptions {
3284
+ /** Delay to wait until next poll, in milliseconds. */
3285
+ updateIntervalInMs?: number;
3286
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3287
+ resumeFrom?: string;
3288
+ }
3289
+ /** Contains response data for the update operation. */
3290
+ export type ConnectedRegistriesUpdateResponse = ConnectedRegistry;
3291
+ /** Optional parameters. */
3292
+ export interface ConnectedRegistriesDeleteOptionalParams extends coreClient.OperationOptions {
3293
+ /** Delay to wait until next poll, in milliseconds. */
3294
+ updateIntervalInMs?: number;
3295
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3296
+ resumeFrom?: string;
3297
+ }
3298
+ /** Optional parameters. */
3299
+ export interface ConnectedRegistriesDeactivateOptionalParams extends coreClient.OperationOptions {
3300
+ /** Delay to wait until next poll, in milliseconds. */
3301
+ updateIntervalInMs?: number;
3302
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3303
+ resumeFrom?: string;
3304
+ }
3305
+ /** Optional parameters. */
3306
+ export interface ConnectedRegistriesListNextOptionalParams extends coreClient.OperationOptions {
3824
3307
  }
3825
3308
  /** Contains response data for the listNext operation. */
3826
- export type OperationsListNextResponse = OperationListResult;
3309
+ export type ConnectedRegistriesListNextResponse = ConnectedRegistryListResult;
3827
3310
  /** Optional parameters. */
3828
- export interface PipelineRunsListOptionalParams extends coreClient.OperationOptions {
3311
+ export interface CredentialSetsListOptionalParams extends coreClient.OperationOptions {
3829
3312
  }
3830
3313
  /** Contains response data for the list operation. */
3831
- export type PipelineRunsListResponse = PipelineRunListResult;
3314
+ export type CredentialSetsListResponse = CredentialSetListResult;
3832
3315
  /** Optional parameters. */
3833
- export interface PipelineRunsGetOptionalParams extends coreClient.OperationOptions {
3316
+ export interface CredentialSetsGetOptionalParams extends coreClient.OperationOptions {
3834
3317
  }
3835
3318
  /** Contains response data for the get operation. */
3836
- export type PipelineRunsGetResponse = PipelineRun;
3319
+ export type CredentialSetsGetResponse = CredentialSet;
3837
3320
  /** Optional parameters. */
3838
- export interface PipelineRunsCreateOptionalParams extends coreClient.OperationOptions {
3321
+ export interface CredentialSetsCreateOptionalParams extends coreClient.OperationOptions {
3839
3322
  /** Delay to wait until next poll, in milliseconds. */
3840
3323
  updateIntervalInMs?: number;
3841
3324
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3842
3325
  resumeFrom?: string;
3843
3326
  }
3844
3327
  /** Contains response data for the create operation. */
3845
- export type PipelineRunsCreateResponse = PipelineRun;
3328
+ export type CredentialSetsCreateResponse = CredentialSet;
3329
+ /** Optional parameters. */
3330
+ export interface CredentialSetsUpdateOptionalParams extends coreClient.OperationOptions {
3331
+ /** Delay to wait until next poll, in milliseconds. */
3332
+ updateIntervalInMs?: number;
3333
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3334
+ resumeFrom?: string;
3335
+ }
3336
+ /** Contains response data for the update operation. */
3337
+ export type CredentialSetsUpdateResponse = CredentialSet;
3846
3338
  /** Optional parameters. */
3847
- export interface PipelineRunsDeleteOptionalParams extends coreClient.OperationOptions {
3339
+ export interface CredentialSetsDeleteOptionalParams extends coreClient.OperationOptions {
3848
3340
  /** Delay to wait until next poll, in milliseconds. */
3849
3341
  updateIntervalInMs?: number;
3850
3342
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3851
3343
  resumeFrom?: string;
3852
3344
  }
3345
+ /** Contains response data for the delete operation. */
3346
+ export type CredentialSetsDeleteResponse = CredentialSetsDeleteHeaders;
3853
3347
  /** Optional parameters. */
3854
- export interface PipelineRunsListNextOptionalParams extends coreClient.OperationOptions {
3348
+ export interface CredentialSetsListNextOptionalParams extends coreClient.OperationOptions {
3855
3349
  }
3856
3350
  /** Contains response data for the listNext operation. */
3857
- export type PipelineRunsListNextResponse = PipelineRunListResult;
3351
+ export type CredentialSetsListNextResponse = CredentialSetListResult;
3858
3352
  /** Optional parameters. */
3859
3353
  export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
3860
3354
  }
@@ -3906,21 +3400,21 @@ export interface ReplicationsCreateOptionalParams extends coreClient.OperationOp
3906
3400
  /** Contains response data for the create operation. */
3907
3401
  export type ReplicationsCreateResponse = Replication;
3908
3402
  /** Optional parameters. */
3909
- export interface ReplicationsDeleteOptionalParams extends coreClient.OperationOptions {
3403
+ export interface ReplicationsUpdateOptionalParams extends coreClient.OperationOptions {
3910
3404
  /** Delay to wait until next poll, in milliseconds. */
3911
3405
  updateIntervalInMs?: number;
3912
3406
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3913
3407
  resumeFrom?: string;
3914
3408
  }
3409
+ /** Contains response data for the update operation. */
3410
+ export type ReplicationsUpdateResponse = Replication;
3915
3411
  /** Optional parameters. */
3916
- export interface ReplicationsUpdateOptionalParams extends coreClient.OperationOptions {
3412
+ export interface ReplicationsDeleteOptionalParams extends coreClient.OperationOptions {
3917
3413
  /** Delay to wait until next poll, in milliseconds. */
3918
3414
  updateIntervalInMs?: number;
3919
3415
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3920
3416
  resumeFrom?: string;
3921
3417
  }
3922
- /** Contains response data for the update operation. */
3923
- export type ReplicationsUpdateResponse = Replication;
3924
3418
  /** Optional parameters. */
3925
3419
  export interface ReplicationsListNextOptionalParams extends coreClient.OperationOptions {
3926
3420
  }
@@ -3946,21 +3440,21 @@ export interface ScopeMapsCreateOptionalParams extends coreClient.OperationOptio
3946
3440
  /** Contains response data for the create operation. */
3947
3441
  export type ScopeMapsCreateResponse = ScopeMap;
3948
3442
  /** Optional parameters. */
3949
- export interface ScopeMapsDeleteOptionalParams extends coreClient.OperationOptions {
3443
+ export interface ScopeMapsUpdateOptionalParams extends coreClient.OperationOptions {
3950
3444
  /** Delay to wait until next poll, in milliseconds. */
3951
3445
  updateIntervalInMs?: number;
3952
3446
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3953
3447
  resumeFrom?: string;
3954
3448
  }
3449
+ /** Contains response data for the update operation. */
3450
+ export type ScopeMapsUpdateResponse = ScopeMap;
3955
3451
  /** Optional parameters. */
3956
- export interface ScopeMapsUpdateOptionalParams extends coreClient.OperationOptions {
3452
+ export interface ScopeMapsDeleteOptionalParams extends coreClient.OperationOptions {
3957
3453
  /** Delay to wait until next poll, in milliseconds. */
3958
3454
  updateIntervalInMs?: number;
3959
3455
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3960
3456
  resumeFrom?: string;
3961
3457
  }
3962
- /** Contains response data for the update operation. */
3963
- export type ScopeMapsUpdateResponse = ScopeMap;
3964
3458
  /** Optional parameters. */
3965
3459
  export interface ScopeMapsListNextOptionalParams extends coreClient.OperationOptions {
3966
3460
  }
@@ -3986,21 +3480,21 @@ export interface TokensCreateOptionalParams extends coreClient.OperationOptions
3986
3480
  /** Contains response data for the create operation. */
3987
3481
  export type TokensCreateResponse = Token;
3988
3482
  /** Optional parameters. */
3989
- export interface TokensDeleteOptionalParams extends coreClient.OperationOptions {
3483
+ export interface TokensUpdateOptionalParams extends coreClient.OperationOptions {
3990
3484
  /** Delay to wait until next poll, in milliseconds. */
3991
3485
  updateIntervalInMs?: number;
3992
3486
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3993
3487
  resumeFrom?: string;
3994
3488
  }
3489
+ /** Contains response data for the update operation. */
3490
+ export type TokensUpdateResponse = Token;
3995
3491
  /** Optional parameters. */
3996
- export interface TokensUpdateOptionalParams extends coreClient.OperationOptions {
3492
+ export interface TokensDeleteOptionalParams extends coreClient.OperationOptions {
3997
3493
  /** Delay to wait until next poll, in milliseconds. */
3998
3494
  updateIntervalInMs?: number;
3999
3495
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4000
3496
  resumeFrom?: string;
4001
3497
  }
4002
- /** Contains response data for the update operation. */
4003
- export type TokensUpdateResponse = Token;
4004
3498
  /** Optional parameters. */
4005
3499
  export interface TokensListNextOptionalParams extends coreClient.OperationOptions {
4006
3500
  }
@@ -4026,36 +3520,36 @@ export interface WebhooksCreateOptionalParams extends coreClient.OperationOption
4026
3520
  /** Contains response data for the create operation. */
4027
3521
  export type WebhooksCreateResponse = Webhook;
4028
3522
  /** Optional parameters. */
4029
- export interface WebhooksDeleteOptionalParams extends coreClient.OperationOptions {
3523
+ export interface WebhooksUpdateOptionalParams extends coreClient.OperationOptions {
4030
3524
  /** Delay to wait until next poll, in milliseconds. */
4031
3525
  updateIntervalInMs?: number;
4032
3526
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4033
3527
  resumeFrom?: string;
4034
3528
  }
3529
+ /** Contains response data for the update operation. */
3530
+ export type WebhooksUpdateResponse = Webhook;
4035
3531
  /** Optional parameters. */
4036
- export interface WebhooksUpdateOptionalParams extends coreClient.OperationOptions {
3532
+ export interface WebhooksDeleteOptionalParams extends coreClient.OperationOptions {
4037
3533
  /** Delay to wait until next poll, in milliseconds. */
4038
3534
  updateIntervalInMs?: number;
4039
3535
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4040
3536
  resumeFrom?: string;
4041
3537
  }
4042
- /** Contains response data for the update operation. */
4043
- export type WebhooksUpdateResponse = Webhook;
4044
3538
  /** Optional parameters. */
4045
- export interface WebhooksPingOptionalParams extends coreClient.OperationOptions {
3539
+ export interface WebhooksGetCallbackConfigOptionalParams extends coreClient.OperationOptions {
4046
3540
  }
4047
- /** Contains response data for the ping operation. */
4048
- export type WebhooksPingResponse = EventInfo;
3541
+ /** Contains response data for the getCallbackConfig operation. */
3542
+ export type WebhooksGetCallbackConfigResponse = CallbackConfig;
4049
3543
  /** Optional parameters. */
4050
3544
  export interface WebhooksListEventsOptionalParams extends coreClient.OperationOptions {
4051
3545
  }
4052
3546
  /** Contains response data for the listEvents operation. */
4053
3547
  export type WebhooksListEventsResponse = EventListResult;
4054
3548
  /** Optional parameters. */
4055
- export interface WebhooksGetCallbackConfigOptionalParams extends coreClient.OperationOptions {
3549
+ export interface WebhooksPingOptionalParams extends coreClient.OperationOptions {
4056
3550
  }
4057
- /** Contains response data for the getCallbackConfig operation. */
4058
- export type WebhooksGetCallbackConfigResponse = CallbackConfig;
3551
+ /** Contains response data for the ping operation. */
3552
+ export type WebhooksPingResponse = EventInfo;
4059
3553
  /** Optional parameters. */
4060
3554
  export interface WebhooksListNextOptionalParams extends coreClient.OperationOptions {
4061
3555
  }