@azure/arm-containerregistry 11.0.0-alpha.20251104.1 → 11.0.0-alpha.20251106.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (748) hide show
  1. package/README.md +2 -2
  2. package/dist/browser/containerRegistryManagementClient.d.ts +5 -13
  3. package/dist/browser/containerRegistryManagementClient.d.ts.map +1 -1
  4. package/dist/browser/containerRegistryManagementClient.js +12 -55
  5. package/dist/browser/containerRegistryManagementClient.js.map +1 -1
  6. package/dist/browser/index.d.ts.map +1 -1
  7. package/dist/browser/index.js +4 -7
  8. package/dist/browser/index.js.map +1 -1
  9. package/dist/browser/lroImpl.d.ts +1 -1
  10. package/dist/browser/lroImpl.d.ts.map +1 -1
  11. package/dist/browser/lroImpl.js +2 -7
  12. package/dist/browser/lroImpl.js.map +1 -1
  13. package/dist/browser/models/index.d.ts +1458 -1961
  14. package/dist/browser/models/index.d.ts.map +1 -1
  15. package/dist/browser/models/index.js +160 -221
  16. package/dist/browser/models/index.js.map +1 -1
  17. package/dist/browser/models/mappers.d.ts +68 -109
  18. package/dist/browser/models/mappers.d.ts.map +1 -1
  19. package/dist/browser/models/mappers.js +2458 -3279
  20. package/dist/browser/models/mappers.js.map +1 -1
  21. package/dist/browser/models/parameters.d.ts +13 -23
  22. package/dist/browser/models/parameters.d.ts.map +1 -1
  23. package/dist/browser/models/parameters.js +65 -169
  24. package/dist/browser/models/parameters.js.map +1 -1
  25. package/dist/browser/operations/agentPools.d.ts +7 -7
  26. package/dist/browser/operations/agentPools.d.ts.map +1 -1
  27. package/dist/browser/operations/agentPools.js +23 -39
  28. package/dist/browser/operations/agentPools.js.map +1 -1
  29. package/dist/browser/operations/cacheRules.d.ts +15 -15
  30. package/dist/browser/operations/cacheRules.d.ts.map +1 -1
  31. package/dist/browser/operations/cacheRules.js +46 -51
  32. package/dist/browser/operations/cacheRules.js.map +1 -1
  33. package/dist/browser/operations/connectedRegistries.d.ts +15 -15
  34. package/dist/browser/operations/connectedRegistries.d.ts.map +1 -1
  35. package/dist/browser/operations/connectedRegistries.js +53 -58
  36. package/dist/browser/operations/connectedRegistries.js.map +1 -1
  37. package/dist/browser/operations/credentialSets.d.ts +15 -15
  38. package/dist/browser/operations/credentialSets.d.ts.map +1 -1
  39. package/dist/browser/operations/credentialSets.js +46 -51
  40. package/dist/browser/operations/credentialSets.js.map +1 -1
  41. package/dist/browser/operations/index.d.ts +2 -7
  42. package/dist/browser/operations/index.d.ts.map +1 -1
  43. package/dist/browser/operations/index.js +6 -14
  44. package/dist/browser/operations/index.js.map +1 -1
  45. package/dist/browser/operations/operations.d.ts +6 -6
  46. package/dist/browser/operations/operations.d.ts.map +1 -1
  47. package/dist/browser/operations/operations.js +12 -11
  48. package/dist/browser/operations/operations.js.map +1 -1
  49. package/dist/browser/operations/privateEndpointConnections.d.ts +5 -5
  50. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -1
  51. package/dist/browser/operations/privateEndpointConnections.js +28 -12
  52. package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
  53. package/dist/browser/operations/registries.d.ts +56 -48
  54. package/dist/browser/operations/registries.d.ts.map +1 -1
  55. package/dist/browser/operations/registries.js +290 -190
  56. package/dist/browser/operations/registries.js.map +1 -1
  57. package/dist/browser/operations/replications.d.ts +15 -15
  58. package/dist/browser/operations/replications.d.ts.map +1 -1
  59. package/dist/browser/operations/replications.js +68 -49
  60. package/dist/browser/operations/replications.js.map +1 -1
  61. package/dist/browser/operations/runs.d.ts +24 -6
  62. package/dist/browser/operations/runs.d.ts.map +1 -1
  63. package/dist/browser/operations/runs.js +137 -25
  64. package/dist/browser/operations/runs.js.map +1 -1
  65. package/dist/browser/operations/scopeMaps.d.ts +15 -15
  66. package/dist/browser/operations/scopeMaps.d.ts.map +1 -1
  67. package/dist/browser/operations/scopeMaps.js +53 -58
  68. package/dist/browser/operations/scopeMaps.js.map +1 -1
  69. package/dist/browser/operations/taskRuns.d.ts +14 -6
  70. package/dist/browser/operations/taskRuns.d.ts.map +1 -1
  71. package/dist/browser/operations/taskRuns.js +71 -28
  72. package/dist/browser/operations/taskRuns.js.map +1 -1
  73. package/dist/browser/operations/tasks.d.ts +34 -7
  74. package/dist/browser/operations/tasks.d.ts.map +1 -1
  75. package/dist/browser/operations/tasks.js +201 -41
  76. package/dist/browser/operations/tasks.js.map +1 -1
  77. package/dist/browser/operations/tokens.d.ts +15 -15
  78. package/dist/browser/operations/tokens.d.ts.map +1 -1
  79. package/dist/browser/operations/tokens.js +53 -58
  80. package/dist/browser/operations/tokens.js.map +1 -1
  81. package/dist/browser/operations/webhooks.d.ts +19 -19
  82. package/dist/browser/operations/webhooks.d.ts.map +1 -1
  83. package/dist/browser/operations/webhooks.js +95 -64
  84. package/dist/browser/operations/webhooks.js.map +1 -1
  85. package/dist/browser/operationsInterfaces/agentPools.d.ts +5 -5
  86. package/dist/browser/operationsInterfaces/agentPools.d.ts.map +1 -1
  87. package/dist/browser/operationsInterfaces/agentPools.js +2 -7
  88. package/dist/browser/operationsInterfaces/agentPools.js.map +1 -1
  89. package/dist/browser/operationsInterfaces/cacheRules.d.ts +13 -13
  90. package/dist/browser/operationsInterfaces/cacheRules.d.ts.map +1 -1
  91. package/dist/browser/operationsInterfaces/cacheRules.js +2 -7
  92. package/dist/browser/operationsInterfaces/cacheRules.js.map +1 -1
  93. package/dist/browser/operationsInterfaces/connectedRegistries.d.ts +13 -13
  94. package/dist/browser/operationsInterfaces/connectedRegistries.d.ts.map +1 -1
  95. package/dist/browser/operationsInterfaces/connectedRegistries.js +2 -7
  96. package/dist/browser/operationsInterfaces/connectedRegistries.js.map +1 -1
  97. package/dist/browser/operationsInterfaces/credentialSets.d.ts +13 -13
  98. package/dist/browser/operationsInterfaces/credentialSets.d.ts.map +1 -1
  99. package/dist/browser/operationsInterfaces/credentialSets.js +2 -7
  100. package/dist/browser/operationsInterfaces/credentialSets.js.map +1 -1
  101. package/dist/browser/operationsInterfaces/index.d.ts +2 -7
  102. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  103. package/dist/browser/operationsInterfaces/index.js +6 -14
  104. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  105. package/dist/browser/operationsInterfaces/operations.d.ts +3 -3
  106. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
  107. package/dist/browser/operationsInterfaces/operations.js +2 -7
  108. package/dist/browser/operationsInterfaces/operations.js.map +1 -1
  109. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
  110. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  111. package/dist/browser/operationsInterfaces/privateEndpointConnections.js +2 -7
  112. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  113. package/dist/browser/operationsInterfaces/registries.d.ts +50 -42
  114. package/dist/browser/operationsInterfaces/registries.d.ts.map +1 -1
  115. package/dist/browser/operationsInterfaces/registries.js +2 -7
  116. package/dist/browser/operationsInterfaces/registries.js.map +1 -1
  117. package/dist/browser/operationsInterfaces/replications.d.ts +13 -13
  118. package/dist/browser/operationsInterfaces/replications.d.ts.map +1 -1
  119. package/dist/browser/operationsInterfaces/replications.js +2 -7
  120. package/dist/browser/operationsInterfaces/replications.js.map +1 -1
  121. package/dist/browser/operationsInterfaces/runs.d.ts +22 -4
  122. package/dist/browser/operationsInterfaces/runs.d.ts.map +1 -1
  123. package/dist/browser/operationsInterfaces/runs.js +2 -7
  124. package/dist/browser/operationsInterfaces/runs.js.map +1 -1
  125. package/dist/browser/operationsInterfaces/scopeMaps.d.ts +13 -13
  126. package/dist/browser/operationsInterfaces/scopeMaps.d.ts.map +1 -1
  127. package/dist/browser/operationsInterfaces/scopeMaps.js +2 -7
  128. package/dist/browser/operationsInterfaces/scopeMaps.js.map +1 -1
  129. package/dist/browser/operationsInterfaces/taskRuns.d.ts +12 -4
  130. package/dist/browser/operationsInterfaces/taskRuns.d.ts.map +1 -1
  131. package/dist/browser/operationsInterfaces/taskRuns.js +2 -7
  132. package/dist/browser/operationsInterfaces/taskRuns.js.map +1 -1
  133. package/dist/browser/operationsInterfaces/tasks.d.ts +32 -5
  134. package/dist/browser/operationsInterfaces/tasks.d.ts.map +1 -1
  135. package/dist/browser/operationsInterfaces/tasks.js +2 -7
  136. package/dist/browser/operationsInterfaces/tasks.js.map +1 -1
  137. package/dist/browser/operationsInterfaces/tokens.d.ts +13 -13
  138. package/dist/browser/operationsInterfaces/tokens.d.ts.map +1 -1
  139. package/dist/browser/operationsInterfaces/tokens.js +2 -7
  140. package/dist/browser/operationsInterfaces/tokens.js.map +1 -1
  141. package/dist/browser/operationsInterfaces/webhooks.d.ts +17 -17
  142. package/dist/browser/operationsInterfaces/webhooks.d.ts.map +1 -1
  143. package/dist/browser/operationsInterfaces/webhooks.js +2 -7
  144. package/dist/browser/operationsInterfaces/webhooks.js.map +1 -1
  145. package/dist/browser/pagingHelper.d.ts.map +1 -1
  146. package/dist/browser/pagingHelper.js +2 -7
  147. package/dist/browser/pagingHelper.js.map +1 -1
  148. package/dist/commonjs/containerRegistryManagementClient.d.ts +5 -13
  149. package/dist/commonjs/containerRegistryManagementClient.d.ts.map +1 -1
  150. package/dist/commonjs/containerRegistryManagementClient.js +11 -54
  151. package/dist/commonjs/containerRegistryManagementClient.js.map +1 -1
  152. package/dist/commonjs/index.d.ts.map +1 -1
  153. package/dist/commonjs/index.js +4 -7
  154. package/dist/commonjs/index.js.map +1 -1
  155. package/dist/commonjs/lroImpl.d.ts +1 -1
  156. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  157. package/dist/commonjs/lroImpl.js +2 -7
  158. package/dist/commonjs/lroImpl.js.map +1 -1
  159. package/dist/commonjs/models/index.d.ts +1458 -1961
  160. package/dist/commonjs/models/index.d.ts.map +1 -1
  161. package/dist/commonjs/models/index.js +161 -223
  162. package/dist/commonjs/models/index.js.map +1 -1
  163. package/dist/commonjs/models/mappers.d.ts +68 -109
  164. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  165. package/dist/commonjs/models/mappers.js +2461 -3283
  166. package/dist/commonjs/models/mappers.js.map +1 -1
  167. package/dist/commonjs/models/parameters.d.ts +13 -23
  168. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  169. package/dist/commonjs/models/parameters.js +66 -170
  170. package/dist/commonjs/models/parameters.js.map +1 -1
  171. package/dist/commonjs/operations/agentPools.d.ts +7 -7
  172. package/dist/commonjs/operations/agentPools.d.ts.map +1 -1
  173. package/dist/commonjs/operations/agentPools.js +22 -38
  174. package/dist/commonjs/operations/agentPools.js.map +1 -1
  175. package/dist/commonjs/operations/cacheRules.d.ts +15 -15
  176. package/dist/commonjs/operations/cacheRules.d.ts.map +1 -1
  177. package/dist/commonjs/operations/cacheRules.js +45 -50
  178. package/dist/commonjs/operations/cacheRules.js.map +1 -1
  179. package/dist/commonjs/operations/connectedRegistries.d.ts +15 -15
  180. package/dist/commonjs/operations/connectedRegistries.d.ts.map +1 -1
  181. package/dist/commonjs/operations/connectedRegistries.js +52 -57
  182. package/dist/commonjs/operations/connectedRegistries.js.map +1 -1
  183. package/dist/commonjs/operations/credentialSets.d.ts +15 -15
  184. package/dist/commonjs/operations/credentialSets.d.ts.map +1 -1
  185. package/dist/commonjs/operations/credentialSets.js +45 -50
  186. package/dist/commonjs/operations/credentialSets.js.map +1 -1
  187. package/dist/commonjs/operations/index.d.ts +2 -7
  188. package/dist/commonjs/operations/index.d.ts.map +1 -1
  189. package/dist/commonjs/operations/index.js +6 -14
  190. package/dist/commonjs/operations/index.js.map +1 -1
  191. package/dist/commonjs/operations/operations.d.ts +6 -6
  192. package/dist/commonjs/operations/operations.d.ts.map +1 -1
  193. package/dist/commonjs/operations/operations.js +12 -11
  194. package/dist/commonjs/operations/operations.js.map +1 -1
  195. package/dist/commonjs/operations/privateEndpointConnections.d.ts +5 -5
  196. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -1
  197. package/dist/commonjs/operations/privateEndpointConnections.js +27 -11
  198. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
  199. package/dist/commonjs/operations/registries.d.ts +56 -48
  200. package/dist/commonjs/operations/registries.d.ts.map +1 -1
  201. package/dist/commonjs/operations/registries.js +289 -189
  202. package/dist/commonjs/operations/registries.js.map +1 -1
  203. package/dist/commonjs/operations/replications.d.ts +15 -15
  204. package/dist/commonjs/operations/replications.d.ts.map +1 -1
  205. package/dist/commonjs/operations/replications.js +67 -48
  206. package/dist/commonjs/operations/replications.js.map +1 -1
  207. package/dist/commonjs/operations/runs.d.ts +24 -6
  208. package/dist/commonjs/operations/runs.d.ts.map +1 -1
  209. package/dist/commonjs/operations/runs.js +137 -25
  210. package/dist/commonjs/operations/runs.js.map +1 -1
  211. package/dist/commonjs/operations/scopeMaps.d.ts +15 -15
  212. package/dist/commonjs/operations/scopeMaps.d.ts.map +1 -1
  213. package/dist/commonjs/operations/scopeMaps.js +52 -57
  214. package/dist/commonjs/operations/scopeMaps.js.map +1 -1
  215. package/dist/commonjs/operations/taskRuns.d.ts +14 -6
  216. package/dist/commonjs/operations/taskRuns.d.ts.map +1 -1
  217. package/dist/commonjs/operations/taskRuns.js +70 -27
  218. package/dist/commonjs/operations/taskRuns.js.map +1 -1
  219. package/dist/commonjs/operations/tasks.d.ts +34 -7
  220. package/dist/commonjs/operations/tasks.d.ts.map +1 -1
  221. package/dist/commonjs/operations/tasks.js +201 -41
  222. package/dist/commonjs/operations/tasks.js.map +1 -1
  223. package/dist/commonjs/operations/tokens.d.ts +15 -15
  224. package/dist/commonjs/operations/tokens.d.ts.map +1 -1
  225. package/dist/commonjs/operations/tokens.js +52 -57
  226. package/dist/commonjs/operations/tokens.js.map +1 -1
  227. package/dist/commonjs/operations/webhooks.d.ts +19 -19
  228. package/dist/commonjs/operations/webhooks.d.ts.map +1 -1
  229. package/dist/commonjs/operations/webhooks.js +94 -63
  230. package/dist/commonjs/operations/webhooks.js.map +1 -1
  231. package/dist/commonjs/operationsInterfaces/agentPools.d.ts +5 -5
  232. package/dist/commonjs/operationsInterfaces/agentPools.d.ts.map +1 -1
  233. package/dist/commonjs/operationsInterfaces/agentPools.js +2 -7
  234. package/dist/commonjs/operationsInterfaces/agentPools.js.map +1 -1
  235. package/dist/commonjs/operationsInterfaces/cacheRules.d.ts +13 -13
  236. package/dist/commonjs/operationsInterfaces/cacheRules.d.ts.map +1 -1
  237. package/dist/commonjs/operationsInterfaces/cacheRules.js +2 -7
  238. package/dist/commonjs/operationsInterfaces/cacheRules.js.map +1 -1
  239. package/dist/commonjs/operationsInterfaces/connectedRegistries.d.ts +13 -13
  240. package/dist/commonjs/operationsInterfaces/connectedRegistries.d.ts.map +1 -1
  241. package/dist/commonjs/operationsInterfaces/connectedRegistries.js +2 -7
  242. package/dist/commonjs/operationsInterfaces/connectedRegistries.js.map +1 -1
  243. package/dist/commonjs/operationsInterfaces/credentialSets.d.ts +13 -13
  244. package/dist/commonjs/operationsInterfaces/credentialSets.d.ts.map +1 -1
  245. package/dist/commonjs/operationsInterfaces/credentialSets.js +2 -7
  246. package/dist/commonjs/operationsInterfaces/credentialSets.js.map +1 -1
  247. package/dist/commonjs/operationsInterfaces/index.d.ts +2 -7
  248. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  249. package/dist/commonjs/operationsInterfaces/index.js +6 -14
  250. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  251. package/dist/commonjs/operationsInterfaces/operations.d.ts +3 -3
  252. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
  253. package/dist/commonjs/operationsInterfaces/operations.js +2 -7
  254. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
  255. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
  256. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  257. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +2 -7
  258. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  259. package/dist/commonjs/operationsInterfaces/registries.d.ts +50 -42
  260. package/dist/commonjs/operationsInterfaces/registries.d.ts.map +1 -1
  261. package/dist/commonjs/operationsInterfaces/registries.js +2 -7
  262. package/dist/commonjs/operationsInterfaces/registries.js.map +1 -1
  263. package/dist/commonjs/operationsInterfaces/replications.d.ts +13 -13
  264. package/dist/commonjs/operationsInterfaces/replications.d.ts.map +1 -1
  265. package/dist/commonjs/operationsInterfaces/replications.js +2 -7
  266. package/dist/commonjs/operationsInterfaces/replications.js.map +1 -1
  267. package/dist/commonjs/operationsInterfaces/runs.d.ts +22 -4
  268. package/dist/commonjs/operationsInterfaces/runs.d.ts.map +1 -1
  269. package/dist/commonjs/operationsInterfaces/runs.js +2 -7
  270. package/dist/commonjs/operationsInterfaces/runs.js.map +1 -1
  271. package/dist/commonjs/operationsInterfaces/scopeMaps.d.ts +13 -13
  272. package/dist/commonjs/operationsInterfaces/scopeMaps.d.ts.map +1 -1
  273. package/dist/commonjs/operationsInterfaces/scopeMaps.js +2 -7
  274. package/dist/commonjs/operationsInterfaces/scopeMaps.js.map +1 -1
  275. package/dist/commonjs/operationsInterfaces/taskRuns.d.ts +12 -4
  276. package/dist/commonjs/operationsInterfaces/taskRuns.d.ts.map +1 -1
  277. package/dist/commonjs/operationsInterfaces/taskRuns.js +2 -7
  278. package/dist/commonjs/operationsInterfaces/taskRuns.js.map +1 -1
  279. package/dist/commonjs/operationsInterfaces/tasks.d.ts +32 -5
  280. package/dist/commonjs/operationsInterfaces/tasks.d.ts.map +1 -1
  281. package/dist/commonjs/operationsInterfaces/tasks.js +2 -7
  282. package/dist/commonjs/operationsInterfaces/tasks.js.map +1 -1
  283. package/dist/commonjs/operationsInterfaces/tokens.d.ts +13 -13
  284. package/dist/commonjs/operationsInterfaces/tokens.d.ts.map +1 -1
  285. package/dist/commonjs/operationsInterfaces/tokens.js +2 -7
  286. package/dist/commonjs/operationsInterfaces/tokens.js.map +1 -1
  287. package/dist/commonjs/operationsInterfaces/webhooks.d.ts +17 -17
  288. package/dist/commonjs/operationsInterfaces/webhooks.d.ts.map +1 -1
  289. package/dist/commonjs/operationsInterfaces/webhooks.js +2 -7
  290. package/dist/commonjs/operationsInterfaces/webhooks.js.map +1 -1
  291. package/dist/commonjs/pagingHelper.d.ts.map +1 -1
  292. package/dist/commonjs/pagingHelper.js +2 -7
  293. package/dist/commonjs/pagingHelper.js.map +1 -1
  294. package/dist/esm/containerRegistryManagementClient.d.ts +5 -13
  295. package/dist/esm/containerRegistryManagementClient.d.ts.map +1 -1
  296. package/dist/esm/containerRegistryManagementClient.js +12 -55
  297. package/dist/esm/containerRegistryManagementClient.js.map +1 -1
  298. package/dist/esm/index.d.ts.map +1 -1
  299. package/dist/esm/index.js +4 -7
  300. package/dist/esm/index.js.map +1 -1
  301. package/dist/esm/lroImpl.d.ts +1 -1
  302. package/dist/esm/lroImpl.d.ts.map +1 -1
  303. package/dist/esm/lroImpl.js +2 -7
  304. package/dist/esm/lroImpl.js.map +1 -1
  305. package/dist/esm/models/index.d.ts +1458 -1961
  306. package/dist/esm/models/index.d.ts.map +1 -1
  307. package/dist/esm/models/index.js +160 -221
  308. package/dist/esm/models/index.js.map +1 -1
  309. package/dist/esm/models/mappers.d.ts +68 -109
  310. package/dist/esm/models/mappers.d.ts.map +1 -1
  311. package/dist/esm/models/mappers.js +2458 -3279
  312. package/dist/esm/models/mappers.js.map +1 -1
  313. package/dist/esm/models/parameters.d.ts +13 -23
  314. package/dist/esm/models/parameters.d.ts.map +1 -1
  315. package/dist/esm/models/parameters.js +65 -169
  316. package/dist/esm/models/parameters.js.map +1 -1
  317. package/dist/esm/operations/agentPools.d.ts +7 -7
  318. package/dist/esm/operations/agentPools.d.ts.map +1 -1
  319. package/dist/esm/operations/agentPools.js +23 -39
  320. package/dist/esm/operations/agentPools.js.map +1 -1
  321. package/dist/esm/operations/cacheRules.d.ts +15 -15
  322. package/dist/esm/operations/cacheRules.d.ts.map +1 -1
  323. package/dist/esm/operations/cacheRules.js +46 -51
  324. package/dist/esm/operations/cacheRules.js.map +1 -1
  325. package/dist/esm/operations/connectedRegistries.d.ts +15 -15
  326. package/dist/esm/operations/connectedRegistries.d.ts.map +1 -1
  327. package/dist/esm/operations/connectedRegistries.js +53 -58
  328. package/dist/esm/operations/connectedRegistries.js.map +1 -1
  329. package/dist/esm/operations/credentialSets.d.ts +15 -15
  330. package/dist/esm/operations/credentialSets.d.ts.map +1 -1
  331. package/dist/esm/operations/credentialSets.js +46 -51
  332. package/dist/esm/operations/credentialSets.js.map +1 -1
  333. package/dist/esm/operations/index.d.ts +2 -7
  334. package/dist/esm/operations/index.d.ts.map +1 -1
  335. package/dist/esm/operations/index.js +6 -14
  336. package/dist/esm/operations/index.js.map +1 -1
  337. package/dist/esm/operations/operations.d.ts +6 -6
  338. package/dist/esm/operations/operations.d.ts.map +1 -1
  339. package/dist/esm/operations/operations.js +12 -11
  340. package/dist/esm/operations/operations.js.map +1 -1
  341. package/dist/esm/operations/privateEndpointConnections.d.ts +5 -5
  342. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -1
  343. package/dist/esm/operations/privateEndpointConnections.js +28 -12
  344. package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
  345. package/dist/esm/operations/registries.d.ts +56 -48
  346. package/dist/esm/operations/registries.d.ts.map +1 -1
  347. package/dist/esm/operations/registries.js +290 -190
  348. package/dist/esm/operations/registries.js.map +1 -1
  349. package/dist/esm/operations/replications.d.ts +15 -15
  350. package/dist/esm/operations/replications.d.ts.map +1 -1
  351. package/dist/esm/operations/replications.js +68 -49
  352. package/dist/esm/operations/replications.js.map +1 -1
  353. package/dist/esm/operations/runs.d.ts +24 -6
  354. package/dist/esm/operations/runs.d.ts.map +1 -1
  355. package/dist/esm/operations/runs.js +137 -25
  356. package/dist/esm/operations/runs.js.map +1 -1
  357. package/dist/esm/operations/scopeMaps.d.ts +15 -15
  358. package/dist/esm/operations/scopeMaps.d.ts.map +1 -1
  359. package/dist/esm/operations/scopeMaps.js +53 -58
  360. package/dist/esm/operations/scopeMaps.js.map +1 -1
  361. package/dist/esm/operations/taskRuns.d.ts +14 -6
  362. package/dist/esm/operations/taskRuns.d.ts.map +1 -1
  363. package/dist/esm/operations/taskRuns.js +71 -28
  364. package/dist/esm/operations/taskRuns.js.map +1 -1
  365. package/dist/esm/operations/tasks.d.ts +34 -7
  366. package/dist/esm/operations/tasks.d.ts.map +1 -1
  367. package/dist/esm/operations/tasks.js +201 -41
  368. package/dist/esm/operations/tasks.js.map +1 -1
  369. package/dist/esm/operations/tokens.d.ts +15 -15
  370. package/dist/esm/operations/tokens.d.ts.map +1 -1
  371. package/dist/esm/operations/tokens.js +53 -58
  372. package/dist/esm/operations/tokens.js.map +1 -1
  373. package/dist/esm/operations/webhooks.d.ts +19 -19
  374. package/dist/esm/operations/webhooks.d.ts.map +1 -1
  375. package/dist/esm/operations/webhooks.js +95 -64
  376. package/dist/esm/operations/webhooks.js.map +1 -1
  377. package/dist/esm/operationsInterfaces/agentPools.d.ts +5 -5
  378. package/dist/esm/operationsInterfaces/agentPools.d.ts.map +1 -1
  379. package/dist/esm/operationsInterfaces/agentPools.js +2 -7
  380. package/dist/esm/operationsInterfaces/agentPools.js.map +1 -1
  381. package/dist/esm/operationsInterfaces/cacheRules.d.ts +13 -13
  382. package/dist/esm/operationsInterfaces/cacheRules.d.ts.map +1 -1
  383. package/dist/esm/operationsInterfaces/cacheRules.js +2 -7
  384. package/dist/esm/operationsInterfaces/cacheRules.js.map +1 -1
  385. package/dist/esm/operationsInterfaces/connectedRegistries.d.ts +13 -13
  386. package/dist/esm/operationsInterfaces/connectedRegistries.d.ts.map +1 -1
  387. package/dist/esm/operationsInterfaces/connectedRegistries.js +2 -7
  388. package/dist/esm/operationsInterfaces/connectedRegistries.js.map +1 -1
  389. package/dist/esm/operationsInterfaces/credentialSets.d.ts +13 -13
  390. package/dist/esm/operationsInterfaces/credentialSets.d.ts.map +1 -1
  391. package/dist/esm/operationsInterfaces/credentialSets.js +2 -7
  392. package/dist/esm/operationsInterfaces/credentialSets.js.map +1 -1
  393. package/dist/esm/operationsInterfaces/index.d.ts +2 -7
  394. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  395. package/dist/esm/operationsInterfaces/index.js +6 -14
  396. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  397. package/dist/esm/operationsInterfaces/operations.d.ts +3 -3
  398. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
  399. package/dist/esm/operationsInterfaces/operations.js +2 -7
  400. package/dist/esm/operationsInterfaces/operations.js.map +1 -1
  401. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
  402. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  403. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +2 -7
  404. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  405. package/dist/esm/operationsInterfaces/registries.d.ts +50 -42
  406. package/dist/esm/operationsInterfaces/registries.d.ts.map +1 -1
  407. package/dist/esm/operationsInterfaces/registries.js +2 -7
  408. package/dist/esm/operationsInterfaces/registries.js.map +1 -1
  409. package/dist/esm/operationsInterfaces/replications.d.ts +13 -13
  410. package/dist/esm/operationsInterfaces/replications.d.ts.map +1 -1
  411. package/dist/esm/operationsInterfaces/replications.js +2 -7
  412. package/dist/esm/operationsInterfaces/replications.js.map +1 -1
  413. package/dist/esm/operationsInterfaces/runs.d.ts +22 -4
  414. package/dist/esm/operationsInterfaces/runs.d.ts.map +1 -1
  415. package/dist/esm/operationsInterfaces/runs.js +2 -7
  416. package/dist/esm/operationsInterfaces/runs.js.map +1 -1
  417. package/dist/esm/operationsInterfaces/scopeMaps.d.ts +13 -13
  418. package/dist/esm/operationsInterfaces/scopeMaps.d.ts.map +1 -1
  419. package/dist/esm/operationsInterfaces/scopeMaps.js +2 -7
  420. package/dist/esm/operationsInterfaces/scopeMaps.js.map +1 -1
  421. package/dist/esm/operationsInterfaces/taskRuns.d.ts +12 -4
  422. package/dist/esm/operationsInterfaces/taskRuns.d.ts.map +1 -1
  423. package/dist/esm/operationsInterfaces/taskRuns.js +2 -7
  424. package/dist/esm/operationsInterfaces/taskRuns.js.map +1 -1
  425. package/dist/esm/operationsInterfaces/tasks.d.ts +32 -5
  426. package/dist/esm/operationsInterfaces/tasks.d.ts.map +1 -1
  427. package/dist/esm/operationsInterfaces/tasks.js +2 -7
  428. package/dist/esm/operationsInterfaces/tasks.js.map +1 -1
  429. package/dist/esm/operationsInterfaces/tokens.d.ts +13 -13
  430. package/dist/esm/operationsInterfaces/tokens.d.ts.map +1 -1
  431. package/dist/esm/operationsInterfaces/tokens.js +2 -7
  432. package/dist/esm/operationsInterfaces/tokens.js.map +1 -1
  433. package/dist/esm/operationsInterfaces/webhooks.d.ts +17 -17
  434. package/dist/esm/operationsInterfaces/webhooks.d.ts.map +1 -1
  435. package/dist/esm/operationsInterfaces/webhooks.js +2 -7
  436. package/dist/esm/operationsInterfaces/webhooks.js.map +1 -1
  437. package/dist/esm/pagingHelper.d.ts.map +1 -1
  438. package/dist/esm/pagingHelper.js +2 -7
  439. package/dist/esm/pagingHelper.js.map +1 -1
  440. package/dist/react-native/containerRegistryManagementClient.d.ts +5 -13
  441. package/dist/react-native/containerRegistryManagementClient.d.ts.map +1 -1
  442. package/dist/react-native/containerRegistryManagementClient.js +12 -55
  443. package/dist/react-native/containerRegistryManagementClient.js.map +1 -1
  444. package/dist/react-native/index.d.ts.map +1 -1
  445. package/dist/react-native/index.js +4 -7
  446. package/dist/react-native/index.js.map +1 -1
  447. package/dist/react-native/lroImpl.d.ts +1 -1
  448. package/dist/react-native/lroImpl.d.ts.map +1 -1
  449. package/dist/react-native/lroImpl.js +2 -7
  450. package/dist/react-native/lroImpl.js.map +1 -1
  451. package/dist/react-native/models/index.d.ts +1458 -1961
  452. package/dist/react-native/models/index.d.ts.map +1 -1
  453. package/dist/react-native/models/index.js +160 -221
  454. package/dist/react-native/models/index.js.map +1 -1
  455. package/dist/react-native/models/mappers.d.ts +68 -109
  456. package/dist/react-native/models/mappers.d.ts.map +1 -1
  457. package/dist/react-native/models/mappers.js +2458 -3279
  458. package/dist/react-native/models/mappers.js.map +1 -1
  459. package/dist/react-native/models/parameters.d.ts +13 -23
  460. package/dist/react-native/models/parameters.d.ts.map +1 -1
  461. package/dist/react-native/models/parameters.js +65 -169
  462. package/dist/react-native/models/parameters.js.map +1 -1
  463. package/dist/react-native/operations/agentPools.d.ts +7 -7
  464. package/dist/react-native/operations/agentPools.d.ts.map +1 -1
  465. package/dist/react-native/operations/agentPools.js +23 -39
  466. package/dist/react-native/operations/agentPools.js.map +1 -1
  467. package/dist/react-native/operations/cacheRules.d.ts +15 -15
  468. package/dist/react-native/operations/cacheRules.d.ts.map +1 -1
  469. package/dist/react-native/operations/cacheRules.js +46 -51
  470. package/dist/react-native/operations/cacheRules.js.map +1 -1
  471. package/dist/react-native/operations/connectedRegistries.d.ts +15 -15
  472. package/dist/react-native/operations/connectedRegistries.d.ts.map +1 -1
  473. package/dist/react-native/operations/connectedRegistries.js +53 -58
  474. package/dist/react-native/operations/connectedRegistries.js.map +1 -1
  475. package/dist/react-native/operations/credentialSets.d.ts +15 -15
  476. package/dist/react-native/operations/credentialSets.d.ts.map +1 -1
  477. package/dist/react-native/operations/credentialSets.js +46 -51
  478. package/dist/react-native/operations/credentialSets.js.map +1 -1
  479. package/dist/react-native/operations/index.d.ts +2 -7
  480. package/dist/react-native/operations/index.d.ts.map +1 -1
  481. package/dist/react-native/operations/index.js +6 -14
  482. package/dist/react-native/operations/index.js.map +1 -1
  483. package/dist/react-native/operations/operations.d.ts +6 -6
  484. package/dist/react-native/operations/operations.d.ts.map +1 -1
  485. package/dist/react-native/operations/operations.js +12 -11
  486. package/dist/react-native/operations/operations.js.map +1 -1
  487. package/dist/react-native/operations/privateEndpointConnections.d.ts +5 -5
  488. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -1
  489. package/dist/react-native/operations/privateEndpointConnections.js +28 -12
  490. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
  491. package/dist/react-native/operations/registries.d.ts +56 -48
  492. package/dist/react-native/operations/registries.d.ts.map +1 -1
  493. package/dist/react-native/operations/registries.js +290 -190
  494. package/dist/react-native/operations/registries.js.map +1 -1
  495. package/dist/react-native/operations/replications.d.ts +15 -15
  496. package/dist/react-native/operations/replications.d.ts.map +1 -1
  497. package/dist/react-native/operations/replications.js +68 -49
  498. package/dist/react-native/operations/replications.js.map +1 -1
  499. package/dist/react-native/operations/runs.d.ts +24 -6
  500. package/dist/react-native/operations/runs.d.ts.map +1 -1
  501. package/dist/react-native/operations/runs.js +137 -25
  502. package/dist/react-native/operations/runs.js.map +1 -1
  503. package/dist/react-native/operations/scopeMaps.d.ts +15 -15
  504. package/dist/react-native/operations/scopeMaps.d.ts.map +1 -1
  505. package/dist/react-native/operations/scopeMaps.js +53 -58
  506. package/dist/react-native/operations/scopeMaps.js.map +1 -1
  507. package/dist/react-native/operations/taskRuns.d.ts +14 -6
  508. package/dist/react-native/operations/taskRuns.d.ts.map +1 -1
  509. package/dist/react-native/operations/taskRuns.js +71 -28
  510. package/dist/react-native/operations/taskRuns.js.map +1 -1
  511. package/dist/react-native/operations/tasks.d.ts +34 -7
  512. package/dist/react-native/operations/tasks.d.ts.map +1 -1
  513. package/dist/react-native/operations/tasks.js +201 -41
  514. package/dist/react-native/operations/tasks.js.map +1 -1
  515. package/dist/react-native/operations/tokens.d.ts +15 -15
  516. package/dist/react-native/operations/tokens.d.ts.map +1 -1
  517. package/dist/react-native/operations/tokens.js +53 -58
  518. package/dist/react-native/operations/tokens.js.map +1 -1
  519. package/dist/react-native/operations/webhooks.d.ts +19 -19
  520. package/dist/react-native/operations/webhooks.d.ts.map +1 -1
  521. package/dist/react-native/operations/webhooks.js +95 -64
  522. package/dist/react-native/operations/webhooks.js.map +1 -1
  523. package/dist/react-native/operationsInterfaces/agentPools.d.ts +5 -5
  524. package/dist/react-native/operationsInterfaces/agentPools.d.ts.map +1 -1
  525. package/dist/react-native/operationsInterfaces/agentPools.js +2 -7
  526. package/dist/react-native/operationsInterfaces/agentPools.js.map +1 -1
  527. package/dist/react-native/operationsInterfaces/cacheRules.d.ts +13 -13
  528. package/dist/react-native/operationsInterfaces/cacheRules.d.ts.map +1 -1
  529. package/dist/react-native/operationsInterfaces/cacheRules.js +2 -7
  530. package/dist/react-native/operationsInterfaces/cacheRules.js.map +1 -1
  531. package/dist/react-native/operationsInterfaces/connectedRegistries.d.ts +13 -13
  532. package/dist/react-native/operationsInterfaces/connectedRegistries.d.ts.map +1 -1
  533. package/dist/react-native/operationsInterfaces/connectedRegistries.js +2 -7
  534. package/dist/react-native/operationsInterfaces/connectedRegistries.js.map +1 -1
  535. package/dist/react-native/operationsInterfaces/credentialSets.d.ts +13 -13
  536. package/dist/react-native/operationsInterfaces/credentialSets.d.ts.map +1 -1
  537. package/dist/react-native/operationsInterfaces/credentialSets.js +2 -7
  538. package/dist/react-native/operationsInterfaces/credentialSets.js.map +1 -1
  539. package/dist/react-native/operationsInterfaces/index.d.ts +2 -7
  540. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  541. package/dist/react-native/operationsInterfaces/index.js +6 -14
  542. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  543. package/dist/react-native/operationsInterfaces/operations.d.ts +3 -3
  544. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
  545. package/dist/react-native/operationsInterfaces/operations.js +2 -7
  546. package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
  547. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
  548. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  549. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +2 -7
  550. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  551. package/dist/react-native/operationsInterfaces/registries.d.ts +50 -42
  552. package/dist/react-native/operationsInterfaces/registries.d.ts.map +1 -1
  553. package/dist/react-native/operationsInterfaces/registries.js +2 -7
  554. package/dist/react-native/operationsInterfaces/registries.js.map +1 -1
  555. package/dist/react-native/operationsInterfaces/replications.d.ts +13 -13
  556. package/dist/react-native/operationsInterfaces/replications.d.ts.map +1 -1
  557. package/dist/react-native/operationsInterfaces/replications.js +2 -7
  558. package/dist/react-native/operationsInterfaces/replications.js.map +1 -1
  559. package/dist/react-native/operationsInterfaces/runs.d.ts +22 -4
  560. package/dist/react-native/operationsInterfaces/runs.d.ts.map +1 -1
  561. package/dist/react-native/operationsInterfaces/runs.js +2 -7
  562. package/dist/react-native/operationsInterfaces/runs.js.map +1 -1
  563. package/dist/react-native/operationsInterfaces/scopeMaps.d.ts +13 -13
  564. package/dist/react-native/operationsInterfaces/scopeMaps.d.ts.map +1 -1
  565. package/dist/react-native/operationsInterfaces/scopeMaps.js +2 -7
  566. package/dist/react-native/operationsInterfaces/scopeMaps.js.map +1 -1
  567. package/dist/react-native/operationsInterfaces/taskRuns.d.ts +12 -4
  568. package/dist/react-native/operationsInterfaces/taskRuns.d.ts.map +1 -1
  569. package/dist/react-native/operationsInterfaces/taskRuns.js +2 -7
  570. package/dist/react-native/operationsInterfaces/taskRuns.js.map +1 -1
  571. package/dist/react-native/operationsInterfaces/tasks.d.ts +32 -5
  572. package/dist/react-native/operationsInterfaces/tasks.d.ts.map +1 -1
  573. package/dist/react-native/operationsInterfaces/tasks.js +2 -7
  574. package/dist/react-native/operationsInterfaces/tasks.js.map +1 -1
  575. package/dist/react-native/operationsInterfaces/tokens.d.ts +13 -13
  576. package/dist/react-native/operationsInterfaces/tokens.d.ts.map +1 -1
  577. package/dist/react-native/operationsInterfaces/tokens.js +2 -7
  578. package/dist/react-native/operationsInterfaces/tokens.js.map +1 -1
  579. package/dist/react-native/operationsInterfaces/webhooks.d.ts +17 -17
  580. package/dist/react-native/operationsInterfaces/webhooks.d.ts.map +1 -1
  581. package/dist/react-native/operationsInterfaces/webhooks.js +2 -7
  582. package/dist/react-native/operationsInterfaces/webhooks.js.map +1 -1
  583. package/dist/react-native/pagingHelper.d.ts.map +1 -1
  584. package/dist/react-native/pagingHelper.js +2 -7
  585. package/dist/react-native/pagingHelper.js.map +1 -1
  586. package/package.json +44 -45
  587. package/CHANGELOG.md +0 -1066
  588. package/dist/browser/operations/archiveVersions.d.ts +0 -95
  589. package/dist/browser/operations/archiveVersions.d.ts.map +0 -1
  590. package/dist/browser/operations/archiveVersions.js +0 -401
  591. package/dist/browser/operations/archiveVersions.js.map +0 -1
  592. package/dist/browser/operations/archives.d.ts +0 -99
  593. package/dist/browser/operations/archives.d.ts.map +0 -1
  594. package/dist/browser/operations/archives.js +0 -421
  595. package/dist/browser/operations/archives.js.map +0 -1
  596. package/dist/browser/operations/exportPipelines.d.ts +0 -81
  597. package/dist/browser/operations/exportPipelines.d.ts.map +0 -1
  598. package/dist/browser/operations/exportPipelines.js +0 -349
  599. package/dist/browser/operations/exportPipelines.js.map +0 -1
  600. package/dist/browser/operations/importPipelines.d.ts +0 -81
  601. package/dist/browser/operations/importPipelines.d.ts.map +0 -1
  602. package/dist/browser/operations/importPipelines.js +0 -349
  603. package/dist/browser/operations/importPipelines.js.map +0 -1
  604. package/dist/browser/operations/pipelineRuns.d.ts +0 -81
  605. package/dist/browser/operations/pipelineRuns.d.ts.map +0 -1
  606. package/dist/browser/operations/pipelineRuns.js +0 -349
  607. package/dist/browser/operations/pipelineRuns.js.map +0 -1
  608. package/dist/browser/operationsInterfaces/archiveVersions.d.ts +0 -66
  609. package/dist/browser/operationsInterfaces/archiveVersions.d.ts.map +0 -1
  610. package/dist/browser/operationsInterfaces/archiveVersions.js +0 -9
  611. package/dist/browser/operationsInterfaces/archiveVersions.js.map +0 -1
  612. package/dist/browser/operationsInterfaces/archives.d.ts +0 -72
  613. package/dist/browser/operationsInterfaces/archives.d.ts.map +0 -1
  614. package/dist/browser/operationsInterfaces/archives.js +0 -9
  615. package/dist/browser/operationsInterfaces/archives.js.map +0 -1
  616. package/dist/browser/operationsInterfaces/exportPipelines.d.ts +0 -56
  617. package/dist/browser/operationsInterfaces/exportPipelines.d.ts.map +0 -1
  618. package/dist/browser/operationsInterfaces/exportPipelines.js +0 -9
  619. package/dist/browser/operationsInterfaces/exportPipelines.js.map +0 -1
  620. package/dist/browser/operationsInterfaces/importPipelines.d.ts +0 -56
  621. package/dist/browser/operationsInterfaces/importPipelines.d.ts.map +0 -1
  622. package/dist/browser/operationsInterfaces/importPipelines.js +0 -9
  623. package/dist/browser/operationsInterfaces/importPipelines.js.map +0 -1
  624. package/dist/browser/operationsInterfaces/pipelineRuns.d.ts +0 -56
  625. package/dist/browser/operationsInterfaces/pipelineRuns.d.ts.map +0 -1
  626. package/dist/browser/operationsInterfaces/pipelineRuns.js +0 -9
  627. package/dist/browser/operationsInterfaces/pipelineRuns.js.map +0 -1
  628. package/dist/commonjs/operations/archiveVersions.d.ts +0 -95
  629. package/dist/commonjs/operations/archiveVersions.d.ts.map +0 -1
  630. package/dist/commonjs/operations/archiveVersions.js +0 -406
  631. package/dist/commonjs/operations/archiveVersions.js.map +0 -1
  632. package/dist/commonjs/operations/archives.d.ts +0 -99
  633. package/dist/commonjs/operations/archives.d.ts.map +0 -1
  634. package/dist/commonjs/operations/archives.js +0 -426
  635. package/dist/commonjs/operations/archives.js.map +0 -1
  636. package/dist/commonjs/operations/exportPipelines.d.ts +0 -81
  637. package/dist/commonjs/operations/exportPipelines.d.ts.map +0 -1
  638. package/dist/commonjs/operations/exportPipelines.js +0 -354
  639. package/dist/commonjs/operations/exportPipelines.js.map +0 -1
  640. package/dist/commonjs/operations/importPipelines.d.ts +0 -81
  641. package/dist/commonjs/operations/importPipelines.d.ts.map +0 -1
  642. package/dist/commonjs/operations/importPipelines.js +0 -354
  643. package/dist/commonjs/operations/importPipelines.js.map +0 -1
  644. package/dist/commonjs/operations/pipelineRuns.d.ts +0 -81
  645. package/dist/commonjs/operations/pipelineRuns.d.ts.map +0 -1
  646. package/dist/commonjs/operations/pipelineRuns.js +0 -354
  647. package/dist/commonjs/operations/pipelineRuns.js.map +0 -1
  648. package/dist/commonjs/operationsInterfaces/archiveVersions.d.ts +0 -66
  649. package/dist/commonjs/operationsInterfaces/archiveVersions.d.ts.map +0 -1
  650. package/dist/commonjs/operationsInterfaces/archiveVersions.js +0 -10
  651. package/dist/commonjs/operationsInterfaces/archiveVersions.js.map +0 -1
  652. package/dist/commonjs/operationsInterfaces/archives.d.ts +0 -72
  653. package/dist/commonjs/operationsInterfaces/archives.d.ts.map +0 -1
  654. package/dist/commonjs/operationsInterfaces/archives.js +0 -10
  655. package/dist/commonjs/operationsInterfaces/archives.js.map +0 -1
  656. package/dist/commonjs/operationsInterfaces/exportPipelines.d.ts +0 -56
  657. package/dist/commonjs/operationsInterfaces/exportPipelines.d.ts.map +0 -1
  658. package/dist/commonjs/operationsInterfaces/exportPipelines.js +0 -10
  659. package/dist/commonjs/operationsInterfaces/exportPipelines.js.map +0 -1
  660. package/dist/commonjs/operationsInterfaces/importPipelines.d.ts +0 -56
  661. package/dist/commonjs/operationsInterfaces/importPipelines.d.ts.map +0 -1
  662. package/dist/commonjs/operationsInterfaces/importPipelines.js +0 -10
  663. package/dist/commonjs/operationsInterfaces/importPipelines.js.map +0 -1
  664. package/dist/commonjs/operationsInterfaces/pipelineRuns.d.ts +0 -56
  665. package/dist/commonjs/operationsInterfaces/pipelineRuns.d.ts.map +0 -1
  666. package/dist/commonjs/operationsInterfaces/pipelineRuns.js +0 -10
  667. package/dist/commonjs/operationsInterfaces/pipelineRuns.js.map +0 -1
  668. package/dist/esm/operations/archiveVersions.d.ts +0 -95
  669. package/dist/esm/operations/archiveVersions.d.ts.map +0 -1
  670. package/dist/esm/operations/archiveVersions.js +0 -401
  671. package/dist/esm/operations/archiveVersions.js.map +0 -1
  672. package/dist/esm/operations/archives.d.ts +0 -99
  673. package/dist/esm/operations/archives.d.ts.map +0 -1
  674. package/dist/esm/operations/archives.js +0 -421
  675. package/dist/esm/operations/archives.js.map +0 -1
  676. package/dist/esm/operations/exportPipelines.d.ts +0 -81
  677. package/dist/esm/operations/exportPipelines.d.ts.map +0 -1
  678. package/dist/esm/operations/exportPipelines.js +0 -349
  679. package/dist/esm/operations/exportPipelines.js.map +0 -1
  680. package/dist/esm/operations/importPipelines.d.ts +0 -81
  681. package/dist/esm/operations/importPipelines.d.ts.map +0 -1
  682. package/dist/esm/operations/importPipelines.js +0 -349
  683. package/dist/esm/operations/importPipelines.js.map +0 -1
  684. package/dist/esm/operations/pipelineRuns.d.ts +0 -81
  685. package/dist/esm/operations/pipelineRuns.d.ts.map +0 -1
  686. package/dist/esm/operations/pipelineRuns.js +0 -349
  687. package/dist/esm/operations/pipelineRuns.js.map +0 -1
  688. package/dist/esm/operationsInterfaces/archiveVersions.d.ts +0 -66
  689. package/dist/esm/operationsInterfaces/archiveVersions.d.ts.map +0 -1
  690. package/dist/esm/operationsInterfaces/archiveVersions.js +0 -9
  691. package/dist/esm/operationsInterfaces/archiveVersions.js.map +0 -1
  692. package/dist/esm/operationsInterfaces/archives.d.ts +0 -72
  693. package/dist/esm/operationsInterfaces/archives.d.ts.map +0 -1
  694. package/dist/esm/operationsInterfaces/archives.js +0 -9
  695. package/dist/esm/operationsInterfaces/archives.js.map +0 -1
  696. package/dist/esm/operationsInterfaces/exportPipelines.d.ts +0 -56
  697. package/dist/esm/operationsInterfaces/exportPipelines.d.ts.map +0 -1
  698. package/dist/esm/operationsInterfaces/exportPipelines.js +0 -9
  699. package/dist/esm/operationsInterfaces/exportPipelines.js.map +0 -1
  700. package/dist/esm/operationsInterfaces/importPipelines.d.ts +0 -56
  701. package/dist/esm/operationsInterfaces/importPipelines.d.ts.map +0 -1
  702. package/dist/esm/operationsInterfaces/importPipelines.js +0 -9
  703. package/dist/esm/operationsInterfaces/importPipelines.js.map +0 -1
  704. package/dist/esm/operationsInterfaces/pipelineRuns.d.ts +0 -56
  705. package/dist/esm/operationsInterfaces/pipelineRuns.d.ts.map +0 -1
  706. package/dist/esm/operationsInterfaces/pipelineRuns.js +0 -9
  707. package/dist/esm/operationsInterfaces/pipelineRuns.js.map +0 -1
  708. package/dist/react-native/operations/archiveVersions.d.ts +0 -95
  709. package/dist/react-native/operations/archiveVersions.d.ts.map +0 -1
  710. package/dist/react-native/operations/archiveVersions.js +0 -401
  711. package/dist/react-native/operations/archiveVersions.js.map +0 -1
  712. package/dist/react-native/operations/archives.d.ts +0 -99
  713. package/dist/react-native/operations/archives.d.ts.map +0 -1
  714. package/dist/react-native/operations/archives.js +0 -421
  715. package/dist/react-native/operations/archives.js.map +0 -1
  716. package/dist/react-native/operations/exportPipelines.d.ts +0 -81
  717. package/dist/react-native/operations/exportPipelines.d.ts.map +0 -1
  718. package/dist/react-native/operations/exportPipelines.js +0 -349
  719. package/dist/react-native/operations/exportPipelines.js.map +0 -1
  720. package/dist/react-native/operations/importPipelines.d.ts +0 -81
  721. package/dist/react-native/operations/importPipelines.d.ts.map +0 -1
  722. package/dist/react-native/operations/importPipelines.js +0 -349
  723. package/dist/react-native/operations/importPipelines.js.map +0 -1
  724. package/dist/react-native/operations/pipelineRuns.d.ts +0 -81
  725. package/dist/react-native/operations/pipelineRuns.d.ts.map +0 -1
  726. package/dist/react-native/operations/pipelineRuns.js +0 -349
  727. package/dist/react-native/operations/pipelineRuns.js.map +0 -1
  728. package/dist/react-native/operationsInterfaces/archiveVersions.d.ts +0 -66
  729. package/dist/react-native/operationsInterfaces/archiveVersions.d.ts.map +0 -1
  730. package/dist/react-native/operationsInterfaces/archiveVersions.js +0 -9
  731. package/dist/react-native/operationsInterfaces/archiveVersions.js.map +0 -1
  732. package/dist/react-native/operationsInterfaces/archives.d.ts +0 -72
  733. package/dist/react-native/operationsInterfaces/archives.d.ts.map +0 -1
  734. package/dist/react-native/operationsInterfaces/archives.js +0 -9
  735. package/dist/react-native/operationsInterfaces/archives.js.map +0 -1
  736. package/dist/react-native/operationsInterfaces/exportPipelines.d.ts +0 -56
  737. package/dist/react-native/operationsInterfaces/exportPipelines.d.ts.map +0 -1
  738. package/dist/react-native/operationsInterfaces/exportPipelines.js +0 -9
  739. package/dist/react-native/operationsInterfaces/exportPipelines.js.map +0 -1
  740. package/dist/react-native/operationsInterfaces/importPipelines.d.ts +0 -56
  741. package/dist/react-native/operationsInterfaces/importPipelines.d.ts.map +0 -1
  742. package/dist/react-native/operationsInterfaces/importPipelines.js +0 -9
  743. package/dist/react-native/operationsInterfaces/importPipelines.js.map +0 -1
  744. package/dist/react-native/operationsInterfaces/pipelineRuns.d.ts +0 -56
  745. package/dist/react-native/operationsInterfaces/pipelineRuns.d.ts.map +0 -1
  746. package/dist/react-native/operationsInterfaces/pipelineRuns.js +0 -9
  747. package/dist/react-native/operationsInterfaces/pipelineRuns.js.map +0 -1
  748. package/review/arm-containerregistry-node.api.md +0 -3486
@@ -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,25 +575,35 @@ 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;
586
+ }
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;
383
607
  }
384
608
  export interface ImportImageParameters {
385
609
  /** The source of the image. */
@@ -412,582 +636,139 @@ 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;
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[];
438
645
  }
439
- export interface PipelineSourceTriggerProperties {
440
- /** The current status of the source trigger. */
441
- status: TriggerStatus;
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;
442
652
  }
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;
653
+ /** The result of a request to get container registry quota usages. */
654
+ export interface RegistryUsageListResult {
655
+ /** The list of container registry quota usages. */
656
+ value?: RegistryUsage[];
449
657
  }
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}. */
658
+ /** The quota usage for a container registry. */
659
+ export interface RegistryUsage {
660
+ /** The name of the usage. */
455
661
  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;
662
+ /** The limit of the usage. */
663
+ limit?: number;
664
+ /** The current value of the usage. */
665
+ currentValue?: number;
666
+ /** The unit of measurement. */
667
+ unit?: RegistryUsageUnit;
476
668
  }
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[];
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;
483
675
  }
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;
676
+ /** The result of a request to list private link resources for a container registry. */
677
+ export interface PrivateLinkResourceListResult {
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. */
679
+ value?: PrivateLinkResource[];
680
+ /** The URI that can be used to request the next list of private link resources. */
681
+ nextLink?: string;
498
682
  }
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;
683
+ /** The parameters used to regenerate the login credential. */
684
+ export interface RegenerateCredentialParameters {
685
+ /** Specifies name of the password which should be regenerated -- password or password2. */
686
+ name: PasswordName;
507
687
  }
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;
688
+ /** The result of a request to list replications for a container registry. */
689
+ export interface ReplicationListResult {
690
+ /** The list of replications. Since this list may be incomplete, the nextLink field should be used to request the next list of replications. */
691
+ value?: Replication[];
692
+ /** The URI that can be used to request the next list of replications. */
693
+ nextLink?: string;
518
694
  }
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;
695
+ /** The parameters for updating a replication. */
696
+ export interface ReplicationUpdateParameters {
697
+ /** The tags for the replication. */
698
+ tags?: {
699
+ [propertyName: string]: string;
700
+ };
701
+ /** Specifies whether the replication's regional endpoint is enabled. Requests will not be routed to a replication whose regional endpoint is disabled, however its data will continue to be synced with other replications. */
702
+ regionEndpointEnabled?: boolean;
529
703
  }
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. */
704
+ /** The result of a request to list scope maps for a container registry. */
705
+ export interface ScopeMapListResult {
706
+ /** The list of scope maps. Since this list may be incomplete, the nextLink field should be used to request the next list of scope maps. */
707
+ value?: ScopeMap[];
708
+ /** The URI that can be used to request the next list of scope maps. */
535
709
  nextLink?: string;
536
710
  }
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;
711
+ /** The properties for updating the scope map. */
712
+ export interface ScopeMapUpdateParameters {
713
+ /** The user friendly description of the scope map. */
714
+ description?: string;
541
715
  /**
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').
716
+ * The list of scope permissions for registry artifacts.
717
+ * E.g. repositories/repository-name/pull,
718
+ * repositories/repository-name/delete
546
719
  */
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;
720
+ actions?: string[];
601
721
  }
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. */
722
+ /** The result of a request to list tokens for a container registry. */
723
+ export interface TokenListResult {
724
+ /** The list of tokens. Since this list may be incomplete, the nextLink field should be used to request the next list of tokens. */
725
+ value?: Token[];
726
+ /** The URI that can be used to request the next list of tokens. */
607
727
  nextLink?: string;
608
728
  }
609
- /** The Private Endpoint resource. */
610
- export interface PrivateEndpoint {
611
- /** This is private endpoint resource created with Microsoft.Network resource provider. */
612
- id?: string;
729
+ /** The properties of the credentials that can be used for authenticating the token. */
730
+ export interface TokenCredentialsProperties {
731
+ certificates?: TokenCertificate[];
732
+ passwords?: TokenPassword[];
613
733
  }
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;
734
+ /** The properties of a certificate used for authenticating a token. */
735
+ export interface TokenCertificate {
736
+ name?: TokenCertificateName;
737
+ /** The expiry datetime of the certificate. */
738
+ expiry?: Date;
739
+ /** The thumbprint of the certificate. */
740
+ thumbprint?: string;
741
+ /** Base 64 encoded string of the public certificate1 in PEM format that will be used for authenticating the token. */
742
+ encodedPemCertificate?: string;
622
743
  }
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. */
744
+ /** The parameters for updating a token. */
745
+ export interface TokenUpdateParameters {
746
+ /** The resource ID of the scope map to which the token will be associated with. */
747
+ scopeMapId?: string;
748
+ /** The status of the token example enabled or disabled. */
749
+ status?: TokenStatus;
750
+ /** The credentials that can be used for authenticating the token. */
751
+ credentials?: TokenCredentialsProperties;
752
+ }
753
+ /** The result of a request to list webhooks for a container registry. */
754
+ export interface WebhookListResult {
755
+ /** The list of webhooks. Since this list may be incomplete, the nextLink field should be used to request the next list of webhooks. */
756
+ value?: Webhook[];
757
+ /** The URI that can be used to request the next list of webhooks. */
628
758
  nextLink?: string;
629
759
  }
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;
760
+ /** The parameters for creating a webhook. */
761
+ export interface WebhookCreateParameters {
762
+ /** The tags for the webhook. */
763
+ tags?: {
764
+ [propertyName: string]: string;
765
+ };
766
+ /** The location of the webhook. This cannot be changed after the resource is created. */
767
+ location: string;
634
768
  /**
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.
769
+ * The service URI for the webhook to post notifications.
770
+ * This value contains a credential. Consider obscuring before showing to users
637
771
  */
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;
817
- /** Determines registry role assignment mode. */
818
- roleAssignmentMode?: RoleAssignmentMode;
819
- }
820
- /** The result of a request to get container registry quota usages. */
821
- export interface RegistryUsageListResult {
822
- /** The list of container registry quota usages. */
823
- value?: RegistryUsage[];
824
- }
825
- /** The quota usage for a container registry. */
826
- export interface RegistryUsage {
827
- /** The name of the usage. */
828
- name?: string;
829
- /** The limit of the usage. */
830
- limit?: number;
831
- /** The current value of the usage. */
832
- currentValue?: number;
833
- /** The unit of measurement. */
834
- unit?: RegistryUsageUnit;
835
- }
836
- /** The result of a request to list private link resources for a container registry. */
837
- export interface PrivateLinkResourceListResult {
838
- /** 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. */
839
- value?: PrivateLinkResource[];
840
- /** The URI that can be used to request the next list of private link resources. */
841
- nextLink?: string;
842
- }
843
- /** A resource that supports private link capabilities. */
844
- export interface PrivateLinkResource {
845
- /**
846
- * The resource type is private link resource.
847
- * NOTE: This property will not be serialized. It can only be populated by the server.
848
- */
849
- readonly type?: string;
850
- /** The resource ID. */
851
- id?: string;
852
- /** The name of the resource. */
853
- name?: string;
854
- /** The private link resource group id. */
855
- groupId?: string;
856
- /** The private link resource required member names. */
857
- requiredMembers?: string[];
858
- /** The private link resource Private link DNS zone name. */
859
- requiredZoneNames?: string[];
860
- }
861
- /** The response from the ListCredentials operation. */
862
- export interface RegistryListCredentialsResult {
863
- /** The username for a container registry. */
864
- username?: string;
865
- /** The list of passwords for a container registry. */
866
- passwords?: RegistryPassword[];
867
- }
868
- /** The login password for the container registry. */
869
- export interface RegistryPassword {
870
- /** The password name. */
871
- name?: PasswordName;
872
- /** The password value. */
873
- value?: string;
874
- }
875
- /** The parameters used to regenerate the login credential. */
876
- export interface RegenerateCredentialParameters {
877
- /** Specifies name of the password which should be regenerated -- password or password2. */
878
- name: PasswordName;
879
- }
880
- /** The result of a request to list replications for a container registry. */
881
- export interface ReplicationListResult {
882
- /** The list of replications. Since this list may be incomplete, the nextLink field should be used to request the next list of replications. */
883
- value?: Replication[];
884
- /** The URI that can be used to request the next list of replications. */
885
- nextLink?: string;
886
- }
887
- /** The parameters for updating a replication. */
888
- export interface ReplicationUpdateParameters {
889
- /** The tags for the replication. */
890
- tags?: {
891
- [propertyName: string]: string;
892
- };
893
- /** Specifies whether the replication's regional endpoint is enabled. Requests will not be routed to a replication whose regional endpoint is disabled, however its data will continue to be synced with other replications. */
894
- regionEndpointEnabled?: boolean;
895
- }
896
- /** The result of a request to list scope maps for a container registry. */
897
- export interface ScopeMapListResult {
898
- /** The list of scope maps. Since this list may be incomplete, the nextLink field should be used to request the next list of scope maps. */
899
- value?: ScopeMap[];
900
- /** The URI that can be used to request the next list of scope maps. */
901
- nextLink?: string;
902
- }
903
- /** The properties for updating the scope map. */
904
- export interface ScopeMapUpdateParameters {
905
- /** The user friendly description of the scope map. */
906
- description?: string;
907
- /**
908
- * The list of scope permissions for registry artifacts.
909
- * E.g. repositories/repository-name/pull,
910
- * repositories/repository-name/delete
911
- */
912
- actions?: string[];
913
- }
914
- /** The result of a request to list tokens for a container registry. */
915
- export interface TokenListResult {
916
- /** The list of tokens. Since this list may be incomplete, the nextLink field should be used to request the next list of tokens. */
917
- value?: Token[];
918
- /** The URI that can be used to request the next list of tokens. */
919
- nextLink?: string;
920
- }
921
- /** The properties of the credentials that can be used for authenticating the token. */
922
- export interface TokenCredentialsProperties {
923
- certificates?: TokenCertificate[];
924
- passwords?: TokenPassword[];
925
- }
926
- /** The properties of a certificate used for authenticating a token. */
927
- export interface TokenCertificate {
928
- name?: TokenCertificateName;
929
- /** The expiry datetime of the certificate. */
930
- expiry?: Date;
931
- /** The thumbprint of the certificate. */
932
- thumbprint?: string;
933
- /** Base 64 encoded string of the public certificate1 in PEM format that will be used for authenticating the token. */
934
- encodedPemCertificate?: string;
935
- }
936
- /** The password that will be used for authenticating the token of a container registry. */
937
- export interface TokenPassword {
938
- /** The creation datetime of the password. */
939
- creationTime?: Date;
940
- /** The expiry datetime of the password. */
941
- expiry?: Date;
942
- /** The password name "password1" or "password2" */
943
- name?: TokenPasswordName;
944
- /**
945
- * The password value.
946
- * NOTE: This property will not be serialized. It can only be populated by the server.
947
- */
948
- readonly value?: string;
949
- }
950
- /** The parameters for updating a token. */
951
- export interface TokenUpdateParameters {
952
- /** The resource ID of the scope map to which the token will be associated with. */
953
- scopeMapId?: string;
954
- /** The status of the token example enabled or disabled. */
955
- status?: TokenStatus;
956
- /** The credentials that can be used for authenticating the token. */
957
- credentials?: TokenCredentialsProperties;
958
- }
959
- /** The parameters used to generate credentials for a specified token or user of a container registry. */
960
- export interface GenerateCredentialsParameters {
961
- /** The resource ID of the token for which credentials have to be generated. */
962
- tokenId?: string;
963
- /** The expiry date of the generated credentials after which the credentials become invalid. */
964
- expiry?: Date;
965
- /** Specifies name of the password which should be regenerated if any -- password1 or password2. */
966
- name?: TokenPasswordName;
967
- }
968
- /** The response from the GenerateCredentials operation. */
969
- export interface GenerateCredentialsResult {
970
- /** The username for a container registry. */
971
- username?: string;
972
- /** The list of passwords for a container registry. */
973
- passwords?: TokenPassword[];
974
- }
975
- /** The result of a request to list webhooks for a container registry. */
976
- export interface WebhookListResult {
977
- /** The list of webhooks. Since this list may be incomplete, the nextLink field should be used to request the next list of webhooks. */
978
- value?: Webhook[];
979
- /** The URI that can be used to request the next list of webhooks. */
980
- nextLink?: string;
981
- }
982
- /** The parameters for creating a webhook. */
983
- export interface WebhookCreateParameters {
984
- /** The tags for the webhook. */
985
- tags?: {
986
- [propertyName: string]: string;
987
- };
988
- /** The location of the webhook. This cannot be changed after the resource is created. */
989
- location: string;
990
- /** The service URI for the webhook to post notifications. */
991
772
  serviceUri?: string;
992
773
  /** Custom headers that will be added to the webhook notifications. */
993
774
  customHeaders?: {
@@ -1006,7 +787,10 @@ export interface WebhookUpdateParameters {
1006
787
  tags?: {
1007
788
  [propertyName: string]: string;
1008
789
  };
1009
- /** 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
+ */
1010
794
  serviceUri?: string;
1011
795
  /** Custom headers that will be added to the webhook notifications. */
1012
796
  customHeaders?: {
@@ -1019,10 +803,14 @@ export interface WebhookUpdateParameters {
1019
803
  /** The list of actions that trigger the webhook to post notifications. */
1020
804
  actions?: WebhookAction[];
1021
805
  }
1022
- /** The basic information of an event. */
1023
- export interface EventInfo {
1024
- /** The event ID. */
1025
- 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
+ };
1026
814
  }
1027
815
  /** The result of a request to list events for a webhook. */
1028
816
  export interface EventListResult {
@@ -1124,14 +912,35 @@ export interface EventResponseMessage {
1124
912
  /** The HTTP message version. */
1125
913
  version?: string;
1126
914
  }
1127
- /** The configuration of service URI and custom headers for the webhook. */
1128
- export interface CallbackConfig {
1129
- /** The service URI for the webhook to post notifications. */
1130
- serviceUri: string;
1131
- /** Custom headers that will be added to the webhook notifications. */
1132
- customHeaders?: {
1133
- [propertyName: string]: string;
1134
- };
915
+ /** The basic information of an event. */
916
+ export interface EventInfo {
917
+ /** The event ID. */
918
+ id?: string;
919
+ }
920
+ /** An error response from the Azure Container Registry service. */
921
+ export interface ErrorResponseForContainerRegistry {
922
+ /** Azure container registry build API error body. */
923
+ error?: ErrorResponseBody;
924
+ }
925
+ /** An error response from the Azure Container Registry service. */
926
+ export interface ErrorResponseBody {
927
+ /** error code. */
928
+ code: string;
929
+ /** error message. */
930
+ message: string;
931
+ /** target of the particular error. */
932
+ target?: string;
933
+ /** an array of additional nested error response info objects, as described by this contract. */
934
+ details?: InnerErrorDescription[];
935
+ }
936
+ /** inner error. */
937
+ export interface InnerErrorDescription {
938
+ /** error code. */
939
+ code: string;
940
+ /** error message. */
941
+ message: string;
942
+ /** target of the particular error. */
943
+ target?: string;
1135
944
  }
1136
945
  /** The parameters for updating an agent pool. */
1137
946
  export interface AgentPoolUpdateParameters {
@@ -1388,12 +1197,6 @@ export interface Credentials {
1388
1197
  }
1389
1198
  /** Describes the credential parameters for accessing the source registry. */
1390
1199
  export interface SourceRegistryCredentials {
1391
- /**
1392
- * The Entra identity used for source registry login.
1393
- * The value is `[system]` for system-assigned managed identity, `[caller]` for caller identity,
1394
- * and client ID for user-assigned managed identity.
1395
- */
1396
- identity?: string;
1397
1200
  /**
1398
1201
  * The authentication mode which determines the source registry login scope. The credentials for the source registry
1399
1202
  * will be generated using the given scope. These credentials will be used to login to
@@ -1547,28 +1350,6 @@ export interface BaseImageTriggerUpdateParameters {
1547
1350
  /** The name of the trigger. */
1548
1351
  name: string;
1549
1352
  }
1550
- /** The properties of a storage account for a container registry. Only applicable to Classic SKU. */
1551
- export interface StorageAccountProperties {
1552
- /** The resource ID of the storage account. */
1553
- id: string;
1554
- }
1555
- /** The properties of a package type. */
1556
- export interface PackageType {
1557
- /** The name of the package type. */
1558
- name?: string;
1559
- /**
1560
- * The endpoint of the package type.
1561
- * NOTE: This property will not be serialized. It can only be populated by the server.
1562
- */
1563
- readonly endpoint?: string;
1564
- }
1565
- /** The Active Directory Object that will be used for authenticating the token of a container registry. */
1566
- export interface ActiveDirectoryObject {
1567
- /** The user/group/application object ID for Active Directory Object that will be used for authenticating the token of a container registry. */
1568
- objectId?: string;
1569
- /** The tenant ID of user/group/application object Active Directory Object that will be used for authenticating the token of a container registry. */
1570
- tenantId?: string;
1571
- }
1572
1353
  /** Properties that are enabled for Odata querying on runs. */
1573
1354
  export interface RunFilter {
1574
1355
  /** The unique identifier for the run. */
@@ -1628,40 +1409,216 @@ export interface OverrideTaskStepProperties {
1628
1409
  /** Base64 encoded update trigger token that will be attached with the base image trigger webhook. */
1629
1410
  updateTriggerToken?: string;
1630
1411
  }
1631
- /** The properties of the Debian package Archive. */
1632
- export interface DebianArchiveProperties extends ArchiveProperties {
1633
- /** Debian distribution Name. */
1634
- distributionName?: string;
1635
- }
1636
- /** The properties of the archive package source. */
1637
- export interface DebianArchivePackageSourceProperties extends ArchivePackageSourceProperties {
1638
- /** Upstream Debian distribution Name. */
1639
- distributionName?: string;
1640
- }
1641
- /** An object that represents a archive for a container registry. */
1642
- export interface Archive extends ProxyResource {
1643
- /** The package source of the archive. */
1644
- packageSource?: ArchivePackageSourceProperties;
1645
- /** The published version of the archive. */
1646
- publishedVersion?: string;
1647
- repositoryEndpointPrefix?: string;
1648
- /** NOTE: This property will not be serialized. It can only be populated by the server. */
1649
- readonly repositoryEndpoint?: string;
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 {
1650
1426
  /**
1651
- * The provisioning state of the archive at the time the operation was called.
1427
+ * The private link resource group id.
1652
1428
  * NOTE: This property will not be serialized. It can only be populated by the server.
1653
1429
  */
1654
- readonly provisioningState?: ProvisioningState;
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. */
1598
+ values?: SetValue[];
1599
+ }
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[];
1655
1610
  }
1656
- /** An object that represents an export pipeline for a container registry. */
1657
- 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;
1658
1617
  /**
1659
- * The provisioning state of the archive at the time the operation was called.
1618
+ * The provisioning state of private endpoint connection resource.
1660
1619
  * NOTE: This property will not be serialized. It can only be populated by the server.
1661
1620
  */
1662
1621
  readonly provisioningState?: ProvisioningState;
1663
- /** The detailed error message for the archive version in the case of failure. */
1664
- archiveVersionErrorMessage?: string;
1665
1622
  }
1666
1623
  /** An object that represents a cache rule for a container registry. */
1667
1624
  export interface CacheRule extends ProxyResource {
@@ -1734,85 +1691,22 @@ export interface ConnectedRegistry extends ProxyResource {
1734
1691
  }
1735
1692
  /** An object that represents a credential set resource for a container registry. */
1736
1693
  export interface CredentialSet extends ProxyResource {
1737
- /** Identities associated with the resource. This is used to access the KeyVault secrets. */
1738
- identity?: IdentityProperties;
1739
- /** The credentials are stored for this upstream or login server. */
1740
- loginServer?: string;
1741
- /**
1742
- * List of authentication credentials stored for an upstream.
1743
- * Usually consists of a primary and an optional secondary credential.
1744
- */
1745
- authCredentials?: AuthCredential[];
1746
- /**
1747
- * The creation date of credential store resource.
1748
- * NOTE: This property will not be serialized. It can only be populated by the server.
1749
- */
1750
- readonly creationDate?: Date;
1751
- /**
1752
- * Provisioning state of the resource.
1753
- * NOTE: This property will not be serialized. It can only be populated by the server.
1754
- */
1755
- readonly provisioningState?: ProvisioningState;
1756
- }
1757
- /** An object that represents an export pipeline for a container registry. */
1758
- export interface ExportPipeline extends ProxyResource {
1759
- /** The location of the export pipeline. */
1760
- location?: string;
1761
- /** The identity of the export pipeline. */
1762
- identity?: IdentityProperties;
1763
- /** The target properties of the export pipeline. */
1764
- target?: ExportPipelineTargetProperties;
1765
- /** The list of all options configured for the pipeline. */
1766
- options?: PipelineOptions[];
1767
- /**
1768
- * The provisioning state of the pipeline at the time the operation was called.
1769
- * NOTE: This property will not be serialized. It can only be populated by the server.
1770
- */
1771
- readonly provisioningState?: ProvisioningState;
1772
- }
1773
- /** An object that represents an import pipeline for a container registry. */
1774
- export interface ImportPipeline extends ProxyResource {
1775
- /** The location of the import pipeline. */
1776
- location?: string;
1777
- /** The identity of the import pipeline. */
1778
- identity?: IdentityProperties;
1779
- /** The source properties of the import pipeline. */
1780
- source?: ImportPipelineSourceProperties;
1781
- /** The properties that describe the trigger of the import pipeline. */
1782
- trigger?: PipelineTriggerProperties;
1783
- /** The list of all options configured for the pipeline. */
1784
- options?: PipelineOptions[];
1785
- /**
1786
- * The provisioning state of the pipeline at the time the operation was called.
1787
- * NOTE: This property will not be serialized. It can only be populated by the server.
1788
- */
1789
- readonly provisioningState?: ProvisioningState;
1790
- }
1791
- /** An object that represents a pipeline run for a container registry. */
1792
- export interface PipelineRun extends ProxyResource {
1694
+ /** Identities associated with the resource. This is used to access the KeyVault secrets. */
1695
+ identity?: IdentityProperties;
1696
+ /** The credentials are stored for this upstream or login server. */
1697
+ loginServer?: string;
1793
1698
  /**
1794
- * The provisioning state of a pipeline run.
1795
- * NOTE: This property will not be serialized. It can only be populated by the server.
1699
+ * List of authentication credentials stored for an upstream.
1700
+ * Usually consists of a primary and an optional secondary credential.
1796
1701
  */
1797
- readonly provisioningState?: ProvisioningState;
1798
- /** The request parameters for a pipeline run. */
1799
- request?: PipelineRunRequest;
1702
+ authCredentials?: AuthCredential[];
1800
1703
  /**
1801
- * The response of a pipeline run.
1704
+ * The creation date of credential store resource.
1802
1705
  * NOTE: This property will not be serialized. It can only be populated by the server.
1803
1706
  */
1804
- readonly response?: PipelineRunResponse;
1805
- /** How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed. */
1806
- forceUpdateTag?: string;
1807
- }
1808
- /** An object that represents a private endpoint connection for a container registry. */
1809
- export interface PrivateEndpointConnection extends ProxyResource {
1810
- /** The resource of private endpoint. */
1811
- privateEndpoint?: PrivateEndpoint;
1812
- /** A collection of information about the state of the connection between service consumer and provider. */
1813
- privateLinkServiceConnectionState?: PrivateLinkServiceConnectionState;
1707
+ readonly creationDate?: Date;
1814
1708
  /**
1815
- * The provisioning state of private endpoint connection resource.
1709
+ * Provisioning state of the resource.
1816
1710
  * NOTE: This property will not be serialized. It can only be populated by the server.
1817
1711
  */
1818
1712
  readonly provisioningState?: ProvisioningState;
@@ -1940,7 +1834,7 @@ export interface TaskRun extends ProxyResource {
1940
1834
  forceUpdateTag?: string;
1941
1835
  }
1942
1836
  /** An object that represents a container registry. */
1943
- export interface Registry extends Resource {
1837
+ export interface Registry extends TrackedResource {
1944
1838
  /** The SKU of the container registry. */
1945
1839
  sku: Sku;
1946
1840
  /** The identity of the container registry. */
@@ -1989,19 +1883,19 @@ export interface Registry extends Resource {
1989
1883
  publicNetworkAccess?: PublicNetworkAccess;
1990
1884
  /** Whether to allow trusted Azure services to access a network restricted registry. */
1991
1885
  networkRuleBypassOptions?: NetworkRuleBypassOptions;
1886
+ /** Whether or not Tasks allowed to bypass the network rules for this container registry. */
1887
+ networkRuleBypassAllowedForTasks?: boolean;
1992
1888
  /** Whether or not zone redundancy is enabled for this container registry */
1993
1889
  zoneRedundancy?: ZoneRedundancy;
1994
1890
  /** Enables registry-wide pull from unauthenticated clients. */
1995
1891
  anonymousPullEnabled?: boolean;
1996
- /** Determines whether registry artifacts are indexed for metadata search. */
1997
- metadataSearch?: MetadataSearch;
1998
1892
  /** Determines the domain name label reuse scope. */
1999
1893
  autoGeneratedDomainNameLabelScope?: AutoGeneratedDomainNameLabelScope;
2000
1894
  /** Determines registry role assignment mode. */
2001
1895
  roleAssignmentMode?: RoleAssignmentMode;
2002
1896
  }
2003
1897
  /** An object that represents a replication for a container registry. */
2004
- export interface Replication extends Resource {
1898
+ export interface Replication extends TrackedResource {
2005
1899
  /**
2006
1900
  * The provisioning state of the replication at the time the operation was called.
2007
1901
  * NOTE: This property will not be serialized. It can only be populated by the server.
@@ -2018,7 +1912,7 @@ export interface Replication extends Resource {
2018
1912
  zoneRedundancy?: ZoneRedundancy;
2019
1913
  }
2020
1914
  /** An object that represents a webhook for a container registry. */
2021
- export interface Webhook extends Resource {
1915
+ export interface Webhook extends TrackedResource {
2022
1916
  /** The status of the webhook at the time the operation was called. */
2023
1917
  status?: WebhookStatus;
2024
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. */
@@ -2035,7 +1929,7 @@ export interface Webhook extends Resource {
2035
1929
  * The agentpool that has the ARM resource and properties.
2036
1930
  * The agentpool will have all information to create an agent pool.
2037
1931
  */
2038
- export interface AgentPool extends Resource {
1932
+ export interface AgentPool extends TrackedResource {
2039
1933
  /** The count of agent machine */
2040
1934
  count?: number;
2041
1935
  /** The Tier of agent machine */
@@ -2054,7 +1948,7 @@ export interface AgentPool extends Resource {
2054
1948
  * The task that has the ARM resource and task properties.
2055
1949
  * The task will have all information to schedule a run against it.
2056
1950
  */
2057
- export interface Task extends Resource {
1951
+ export interface Task extends TrackedResource {
2058
1952
  /** Identity for the resource. */
2059
1953
  identity?: IdentityProperties;
2060
1954
  /**
@@ -2088,716 +1982,368 @@ export interface Task extends Resource {
2088
1982
  /** The value of this property indicates whether the task resource is system task or not. */
2089
1983
  isSystemTask?: boolean;
2090
1984
  }
2091
- /** The event for a webhook. */
2092
- export interface Event extends EventInfo {
2093
- /** The event request message sent to the service URI. */
2094
- eventRequestMessage?: EventRequestMessage;
2095
- /** The event response message received from the service URI. */
2096
- eventResponseMessage?: EventResponseMessage;
2097
- }
2098
- /** The parameters for a docker quick build. */
2099
- export interface DockerBuildRequest extends RunRequest {
2100
- /** Polymorphic discriminator, which specifies the different types this object can be */
2101
- type: "DockerBuildRequest";
2102
- /** The fully qualified image names including the repository and tag. */
2103
- imageNames?: string[];
2104
- /** The value of this property indicates whether the image built should be pushed to the registry or not. */
2105
- isPushEnabled?: boolean;
2106
- /** The value of this property indicates whether the image cache is enabled or not. */
2107
- noCache?: boolean;
2108
- /** The Docker file path relative to the source location. */
2109
- dockerFilePath: string;
2110
- /** The name of the target build stage for the docker build. */
2111
- target?: string;
2112
- /** The collection of override arguments to be used when executing the run. */
2113
- arguments?: Argument[];
2114
- /** Run timeout in seconds. */
2115
- timeout?: number;
2116
- /** The platform properties against which the run has to happen. */
2117
- platform: PlatformProperties;
2118
- /** The machine configuration of the run agent. */
2119
- agentConfiguration?: AgentProperties;
2120
- /**
2121
- * The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository.
2122
- * If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
2123
- */
2124
- sourceLocation?: string;
2125
- /** The properties that describes a set of credentials that will be used when this run is invoked. */
2126
- credentials?: Credentials;
2127
- }
2128
- /** The request parameters for a scheduling run against a task file. */
2129
- export interface FileTaskRunRequest extends RunRequest {
2130
- /** Polymorphic discriminator, which specifies the different types this object can be */
2131
- type: "FileTaskRunRequest";
2132
- /** The template/definition file path relative to the source. */
2133
- taskFilePath: string;
2134
- /** The values/parameters file path relative to the source. */
2135
- valuesFilePath?: string;
2136
- /** The collection of overridable values that can be passed when running a task. */
2137
- values?: SetValue[];
2138
- /** Run timeout in seconds. */
2139
- timeout?: number;
2140
- /** The platform properties against which the run has to happen. */
2141
- platform: PlatformProperties;
2142
- /** The machine configuration of the run agent. */
2143
- agentConfiguration?: AgentProperties;
2144
- /**
2145
- * The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository.
2146
- * If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
2147
- */
2148
- sourceLocation?: string;
2149
- /** The properties that describes a set of credentials that will be used when this run is invoked. */
2150
- credentials?: Credentials;
2151
- }
2152
- /** The parameters for a task run request. */
2153
- export interface TaskRunRequest extends RunRequest {
2154
- /** Polymorphic discriminator, which specifies the different types this object can be */
2155
- type: "TaskRunRequest";
2156
- /** The resource ID of task against which run has to be queued. */
2157
- taskId: string;
2158
- /** Set of overridable parameters that can be passed when running a Task. */
2159
- overrideTaskStepProperties?: OverrideTaskStepProperties;
2160
- }
2161
- /** The parameters for a quick task run request. */
2162
- export interface EncodedTaskRunRequest extends RunRequest {
2163
- /** Polymorphic discriminator, which specifies the different types this object can be */
2164
- type: "EncodedTaskRunRequest";
2165
- /** Base64 encoded value of the template/definition file content. */
2166
- encodedTaskContent: string;
2167
- /** Base64 encoded value of the parameters/values file content. */
2168
- encodedValuesContent?: string;
2169
- /** The collection of overridable values that can be passed when running a task. */
2170
- values?: SetValue[];
2171
- /** Run timeout in seconds. */
2172
- timeout?: number;
2173
- /** The platform properties against which the run has to happen. */
2174
- platform: PlatformProperties;
2175
- /** The machine configuration of the run agent. */
2176
- agentConfiguration?: AgentProperties;
2177
- /**
2178
- * The URL(absolute or relative) of the source context. It can be an URL to a tar or git repository.
2179
- * If it is relative URL, the relative path should be obtained from calling listBuildSourceUploadUrl API.
2180
- */
2181
- sourceLocation?: string;
2182
- /** The properties that describes a set of credentials that will be used when this run is invoked. */
2183
- credentials?: Credentials;
2184
- }
2185
- /** The Docker build step. */
2186
- export interface DockerBuildStep extends TaskStepProperties {
2187
- /** Polymorphic discriminator, which specifies the different types this object can be */
2188
- type: "Docker";
2189
- /** The fully qualified image names including the repository and tag. */
2190
- imageNames?: string[];
2191
- /** The value of this property indicates whether the image built should be pushed to the registry or not. */
2192
- isPushEnabled?: boolean;
2193
- /** The value of this property indicates whether the image cache is enabled or not. */
2194
- noCache?: boolean;
2195
- /** The Docker file path relative to the source context. */
2196
- dockerFilePath: string;
2197
- /** The name of the target build stage for the docker build. */
2198
- target?: string;
2199
- /** The collection of override arguments to be used when executing this build step. */
2200
- arguments?: Argument[];
2201
- }
2202
- /** The properties of a task step. */
2203
- export interface FileTaskStep extends TaskStepProperties {
2204
- /** Polymorphic discriminator, which specifies the different types this object can be */
2205
- type: "FileTask";
2206
- /** The task template/definition file path relative to the source context. */
2207
- taskFilePath: string;
2208
- /** The task values/parameters file path relative to the source context. */
2209
- valuesFilePath?: string;
2210
- /** The collection of overridable values that can be passed when running a task. */
2211
- values?: SetValue[];
2212
- }
2213
- /** The properties of a encoded task step. */
2214
- export interface EncodedTaskStep extends TaskStepProperties {
2215
- /** Polymorphic discriminator, which specifies the different types this object can be */
2216
- type: "EncodedTask";
2217
- /** Base64 encoded value of the template/definition file content. */
2218
- encodedTaskContent: string;
2219
- /** Base64 encoded value of the parameters/values file content. */
2220
- encodedValuesContent?: string;
2221
- /** The collection of overridable values that can be passed when running a task. */
2222
- values?: SetValue[];
2223
- }
2224
- /** The properties for updating a docker build step. */
2225
- export interface DockerBuildStepUpdateParameters extends TaskStepUpdateParameters {
2226
- /** Polymorphic discriminator, which specifies the different types this object can be */
2227
- type: "Docker";
2228
- /** The fully qualified image names including the repository and tag. */
2229
- imageNames?: string[];
2230
- /** The value of this property indicates whether the image built should be pushed to the registry or not. */
2231
- isPushEnabled?: boolean;
2232
- /** The value of this property indicates whether the image cache is enabled or not. */
2233
- noCache?: boolean;
2234
- /** The Docker file path relative to the source context. */
2235
- dockerFilePath?: string;
2236
- /** The collection of override arguments to be used when executing this build step. */
2237
- arguments?: Argument[];
2238
- /** The name of the target build stage for the docker build. */
2239
- target?: string;
2240
- }
2241
- /** The properties of updating a task step. */
2242
- export interface FileTaskStepUpdateParameters extends TaskStepUpdateParameters {
2243
- /** Polymorphic discriminator, which specifies the different types this object can be */
2244
- type: "FileTask";
2245
- /** The task template/definition file path relative to the source context. */
2246
- taskFilePath?: string;
2247
- /** The values/parameters file path relative to the source context. */
2248
- valuesFilePath?: string;
2249
- /** The collection of overridable values that can be passed when running a task. */
2250
- values?: SetValue[];
2251
- }
2252
- /** The properties for updating encoded task step. */
2253
- export interface EncodedTaskStepUpdateParameters extends TaskStepUpdateParameters {
2254
- /** Polymorphic discriminator, which specifies the different types this object can be */
2255
- type: "EncodedTask";
2256
- /** Base64 encoded value of the template/definition file content. */
2257
- encodedTaskContent?: string;
2258
- /** Base64 encoded value of the parameters/values file content. */
2259
- encodedValuesContent?: string;
2260
- /** The collection of overridable values that can be passed when running a task. */
2261
- 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;
2262
1991
  }
2263
- /** Defines headers for Archives_create operation. */
2264
- export interface ArchivesCreateHeaders {
1992
+ /** Defines headers for Registries_update operation. */
1993
+ export interface RegistriesUpdateHeaders {
1994
+ /** A link to the status monitor */
2265
1995
  azureAsyncOperation?: string;
1996
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
1997
+ retryAfter?: number;
2266
1998
  }
2267
- /** Defines headers for Archives_delete operation. */
2268
- 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. */
2269
2002
  location?: string;
2003
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2004
+ retryAfter?: number;
2270
2005
  }
2271
- /** Defines headers for ArchiveVersions_create operation. */
2272
- export interface ArchiveVersionsCreateHeaders {
2273
- 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;
2274
2012
  }
2275
- /** Defines headers for ArchiveVersions_delete operation. */
2276
- 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. */
2277
2016
  location?: string;
2017
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2018
+ retryAfter?: number;
2278
2019
  }
2279
2020
  /** Defines headers for CacheRules_create operation. */
2280
2021
  export interface CacheRulesCreateHeaders {
2022
+ /** A link to the status monitor */
2281
2023
  azureAsyncOperation?: string;
2282
- }
2283
- /** Defines headers for CacheRules_delete operation. */
2284
- export interface CacheRulesDeleteHeaders {
2285
- location?: string;
2024
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2025
+ retryAfter?: number;
2286
2026
  }
2287
2027
  /** Defines headers for CacheRules_update operation. */
2288
2028
  export interface CacheRulesUpdateHeaders {
2029
+ /** A link to the status monitor */
2289
2030
  azureAsyncOperation?: string;
2031
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2032
+ retryAfter?: number;
2290
2033
  }
2291
- /** Defines headers for ConnectedRegistries_create operation. */
2292
- export interface ConnectedRegistriesCreateHeaders {
2293
- azureAsyncOperation?: string;
2294
- }
2295
- /** Defines headers for ConnectedRegistries_delete operation. */
2296
- export interface ConnectedRegistriesDeleteHeaders {
2297
- location?: string;
2298
- }
2299
- /** Defines headers for ConnectedRegistries_update operation. */
2300
- export interface ConnectedRegistriesUpdateHeaders {
2301
- azureAsyncOperation?: string;
2302
- }
2303
- /** Defines headers for ConnectedRegistries_deactivate operation. */
2304
- export interface ConnectedRegistriesDeactivateHeaders {
2305
- location?: string;
2306
- }
2307
- /** Defines headers for CredentialSets_create operation. */
2308
- export interface CredentialSetsCreateHeaders {
2309
- azureAsyncOperation?: string;
2310
- }
2311
- /** Defines headers for CredentialSets_delete operation. */
2312
- export interface CredentialSetsDeleteHeaders {
2313
- location?: string;
2314
- }
2315
- /** Defines headers for CredentialSets_update operation. */
2316
- export interface CredentialSetsUpdateHeaders {
2317
- azureAsyncOperation?: string;
2318
- }
2319
- /** Defines headers for ExportPipelines_create operation. */
2320
- export interface ExportPipelinesCreateHeaders {
2321
- azureAsyncOperation?: string;
2322
- }
2323
- /** Defines headers for ExportPipelines_delete operation. */
2324
- export interface ExportPipelinesDeleteHeaders {
2325
- location?: string;
2326
- }
2327
- /** Defines headers for Registries_importImage operation. */
2328
- export interface RegistriesImportImageHeaders {
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. */
2329
2037
  location?: string;
2038
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2039
+ retryAfter?: number;
2330
2040
  }
2331
- /** Defines headers for Registries_create operation. */
2332
- export interface RegistriesCreateHeaders {
2041
+ /** Defines headers for ConnectedRegistries_create operation. */
2042
+ export interface ConnectedRegistriesCreateHeaders {
2043
+ /** A link to the status monitor */
2333
2044
  azureAsyncOperation?: string;
2334
- }
2335
- /** Defines headers for Registries_delete operation. */
2336
- export interface RegistriesDeleteHeaders {
2337
- location?: string;
2338
- }
2339
- /** Defines headers for Registries_update operation. */
2340
- export interface RegistriesUpdateHeaders {
2045
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2046
+ retryAfter?: number;
2047
+ }
2048
+ /** Defines headers for ConnectedRegistries_update operation. */
2049
+ export interface ConnectedRegistriesUpdateHeaders {
2050
+ /** A link to the status monitor */
2341
2051
  azureAsyncOperation?: string;
2052
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2053
+ retryAfter?: number;
2342
2054
  }
2343
- /** Defines headers for Registries_generateCredentials operation. */
2344
- export interface RegistriesGenerateCredentialsHeaders {
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. */
2345
2058
  location?: string;
2059
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2060
+ retryAfter?: number;
2346
2061
  }
2347
- /** Defines headers for ImportPipelines_create operation. */
2348
- export interface ImportPipelinesCreateHeaders {
2349
- azureAsyncOperation?: string;
2350
- }
2351
- /** Defines headers for ImportPipelines_delete operation. */
2352
- export interface ImportPipelinesDeleteHeaders {
2062
+ /** Defines headers for ConnectedRegistries_deactivate operation. */
2063
+ export interface ConnectedRegistriesDeactivateHeaders {
2064
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
2353
2065
  location?: string;
2066
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2067
+ retryAfter?: number;
2068
+ }
2069
+ /** Defines headers for CredentialSets_create operation. */
2070
+ export interface CredentialSetsCreateHeaders {
2071
+ /** A link to the status monitor */
2072
+ azureAsyncOperation?: string;
2073
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2074
+ retryAfter?: number;
2354
2075
  }
2355
- /** Defines headers for PipelineRuns_create operation. */
2356
- export interface PipelineRunsCreateHeaders {
2076
+ /** Defines headers for CredentialSets_update operation. */
2077
+ export interface CredentialSetsUpdateHeaders {
2078
+ /** A link to the status monitor */
2357
2079
  azureAsyncOperation?: string;
2080
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2081
+ retryAfter?: number;
2358
2082
  }
2359
- /** Defines headers for PipelineRuns_delete operation. */
2360
- 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. */
2361
2086
  location?: string;
2087
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2088
+ retryAfter?: number;
2362
2089
  }
2363
2090
  /** Defines headers for PrivateEndpointConnections_createOrUpdate operation. */
2364
2091
  export interface PrivateEndpointConnectionsCreateOrUpdateHeaders {
2092
+ /** A link to the status monitor */
2365
2093
  azureAsyncOperation?: string;
2094
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2095
+ retryAfter?: number;
2366
2096
  }
2367
2097
  /** Defines headers for PrivateEndpointConnections_delete operation. */
2368
2098
  export interface PrivateEndpointConnectionsDeleteHeaders {
2099
+ /** The Location header contains the URL where the status of the long running operation can be checked. */
2369
2100
  location?: string;
2101
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2102
+ retryAfter?: number;
2370
2103
  }
2371
2104
  /** Defines headers for Replications_create operation. */
2372
2105
  export interface ReplicationsCreateHeaders {
2106
+ /** A link to the status monitor */
2373
2107
  azureAsyncOperation?: string;
2374
- }
2375
- /** Defines headers for Replications_delete operation. */
2376
- export interface ReplicationsDeleteHeaders {
2377
- location?: string;
2108
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2109
+ retryAfter?: number;
2378
2110
  }
2379
2111
  /** Defines headers for Replications_update operation. */
2380
2112
  export interface ReplicationsUpdateHeaders {
2113
+ /** A link to the status monitor */
2381
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;
2382
2124
  }
2383
2125
  /** Defines headers for ScopeMaps_create operation. */
2384
2126
  export interface ScopeMapsCreateHeaders {
2127
+ /** A link to the status monitor */
2385
2128
  azureAsyncOperation?: string;
2386
- }
2387
- /** Defines headers for ScopeMaps_delete operation. */
2388
- export interface ScopeMapsDeleteHeaders {
2389
- location?: string;
2129
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2130
+ retryAfter?: number;
2390
2131
  }
2391
2132
  /** Defines headers for ScopeMaps_update operation. */
2392
2133
  export interface ScopeMapsUpdateHeaders {
2134
+ /** A link to the status monitor */
2393
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;
2394
2145
  }
2395
2146
  /** Defines headers for Tokens_create operation. */
2396
2147
  export interface TokensCreateHeaders {
2148
+ /** A link to the status monitor */
2397
2149
  azureAsyncOperation?: string;
2398
- }
2399
- /** Defines headers for Tokens_delete operation. */
2400
- export interface TokensDeleteHeaders {
2401
- location?: string;
2150
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2151
+ retryAfter?: number;
2402
2152
  }
2403
2153
  /** Defines headers for Tokens_update operation. */
2404
2154
  export interface TokensUpdateHeaders {
2155
+ /** A link to the status monitor */
2405
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;
2406
2166
  }
2407
2167
  /** Defines headers for Webhooks_create operation. */
2408
2168
  export interface WebhooksCreateHeaders {
2169
+ /** A link to the status monitor */
2409
2170
  azureAsyncOperation?: string;
2410
- }
2411
- /** Defines headers for Webhooks_delete operation. */
2412
- export interface WebhooksDeleteHeaders {
2413
- location?: string;
2171
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2172
+ retryAfter?: number;
2414
2173
  }
2415
2174
  /** Defines headers for Webhooks_update operation. */
2416
2175
  export interface WebhooksUpdateHeaders {
2176
+ /** A link to the status monitor */
2417
2177
  azureAsyncOperation?: string;
2178
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2179
+ retryAfter?: number;
2418
2180
  }
2419
- /** Defines headers for AgentPools_create operation. */
2420
- export interface AgentPoolsCreateHeaders {
2421
- azureAsyncOperation?: string;
2422
- }
2423
- /** Defines headers for AgentPools_delete operation. */
2424
- export interface AgentPoolsDeleteHeaders {
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. */
2425
2184
  location?: string;
2185
+ /** The Retry-After header can indicate how long the client should wait before polling the operation status. */
2186
+ retryAfter?: number;
2426
2187
  }
2427
- /** Defines headers for AgentPools_update operation. */
2428
- export interface AgentPoolsUpdateHeaders {
2429
- azureAsyncOperation?: string;
2430
- }
2431
- /** Defines headers for TaskRuns_create operation. */
2432
- export interface TaskRunsCreateHeaders {
2433
- azureAsyncOperation?: string;
2434
- }
2435
- /** Defines headers for TaskRuns_update operation. */
2436
- export interface TaskRunsUpdateHeaders {
2437
- azureAsyncOperation?: string;
2438
- }
2439
- /** Known values of {@link PackageSourceType} that the service accepts. */
2440
- export declare enum KnownPackageSourceType {
2441
- /** Remote */
2442
- Remote = "remote"
2443
- }
2444
- /**
2445
- * Defines values for PackageSourceType. \
2446
- * {@link KnownPackageSourceType} can be used interchangeably with PackageSourceType,
2447
- * this enum contains the known values that the service supports.
2448
- * ### Known values supported by the service
2449
- * **remote**
2450
- */
2451
- export type PackageSourceType = string;
2452
- /** Known values of {@link ProvisioningState} that the service accepts. */
2453
- export declare enum KnownProvisioningState {
2454
- /** Creating */
2455
- Creating = "Creating",
2456
- /** Updating */
2457
- Updating = "Updating",
2458
- /** Deleting */
2459
- Deleting = "Deleting",
2460
- /** Succeeded */
2461
- Succeeded = "Succeeded",
2462
- /** Failed */
2463
- Failed = "Failed",
2464
- /** Canceled */
2465
- Canceled = "Canceled"
2466
- }
2467
- /**
2468
- * Defines values for ProvisioningState. \
2469
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
2470
- * this enum contains the known values that the service supports.
2471
- * ### Known values supported by the service
2472
- * **Creating** \
2473
- * **Updating** \
2474
- * **Deleting** \
2475
- * **Succeeded** \
2476
- * **Failed** \
2477
- * **Canceled**
2478
- */
2479
- export type ProvisioningState = string;
2480
- /** Known values of {@link CreatedByType} that the service accepts. */
2481
- export declare enum KnownCreatedByType {
2482
- /** User */
2483
- User = "User",
2484
- /** Application */
2485
- Application = "Application",
2486
- /** ManagedIdentity */
2487
- ManagedIdentity = "ManagedIdentity",
2488
- /** Key */
2489
- Key = "Key"
2490
- }
2491
- /**
2492
- * Defines values for CreatedByType. \
2493
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
2494
- * this enum contains the known values that the service supports.
2495
- * ### Known values supported by the service
2496
- * **User** \
2497
- * **Application** \
2498
- * **ManagedIdentity** \
2499
- * **Key**
2500
- */
2501
- export type CreatedByType = string;
2502
- /** Known values of {@link LastModifiedByType} that the service accepts. */
2503
- export declare enum KnownLastModifiedByType {
2504
- /** User */
2505
- User = "User",
2506
- /** Application */
2507
- Application = "Application",
2508
- /** ManagedIdentity */
2509
- ManagedIdentity = "ManagedIdentity",
2510
- /** Key */
2511
- Key = "Key"
2512
- }
2513
- /**
2514
- * Defines values for LastModifiedByType. \
2515
- * {@link KnownLastModifiedByType} can be used interchangeably with LastModifiedByType,
2516
- * this enum contains the known values that the service supports.
2517
- * ### Known values supported by the service
2518
- * **User** \
2519
- * **Application** \
2520
- * **ManagedIdentity** \
2521
- * **Key**
2522
- */
2523
- export type LastModifiedByType = string;
2524
- /** Known values of {@link ConnectedRegistryMode} that the service accepts. */
2525
- export declare enum KnownConnectedRegistryMode {
2526
- /** ReadWrite */
2527
- ReadWrite = "ReadWrite",
2528
- /** ReadOnly */
2529
- ReadOnly = "ReadOnly",
2530
- /** Registry */
2531
- Registry = "Registry",
2532
- /** Mirror */
2533
- Mirror = "Mirror"
2534
- }
2535
- /**
2536
- * Defines values for ConnectedRegistryMode. \
2537
- * {@link KnownConnectedRegistryMode} can be used interchangeably with ConnectedRegistryMode,
2538
- * this enum contains the known values that the service supports.
2539
- * ### Known values supported by the service
2540
- * **ReadWrite** \
2541
- * **ReadOnly** \
2542
- * **Registry** \
2543
- * **Mirror**
2544
- */
2545
- export type ConnectedRegistryMode = string;
2546
- /** Known values of {@link ConnectionState} that the service accepts. */
2547
- export declare enum KnownConnectionState {
2548
- /** Online */
2549
- Online = "Online",
2550
- /** Offline */
2551
- Offline = "Offline",
2552
- /** Syncing */
2553
- Syncing = "Syncing",
2554
- /** Unhealthy */
2555
- Unhealthy = "Unhealthy"
2556
- }
2557
- /**
2558
- * Defines values for ConnectionState. \
2559
- * {@link KnownConnectionState} can be used interchangeably with ConnectionState,
2560
- * this enum contains the known values that the service supports.
2561
- * ### Known values supported by the service
2562
- * **Online** \
2563
- * **Offline** \
2564
- * **Syncing** \
2565
- * **Unhealthy**
2566
- */
2567
- export type ConnectionState = string;
2568
- /** Known values of {@link ActivationStatus} that the service accepts. */
2569
- export declare enum KnownActivationStatus {
2570
- /** Active */
2571
- Active = "Active",
2572
- /** Inactive */
2573
- Inactive = "Inactive"
2574
- }
2575
- /**
2576
- * Defines values for ActivationStatus. \
2577
- * {@link KnownActivationStatus} can be used interchangeably with ActivationStatus,
2578
- * this enum contains the known values that the service supports.
2579
- * ### Known values supported by the service
2580
- * **Active** \
2581
- * **Inactive**
2582
- */
2583
- export type ActivationStatus = string;
2584
- /** Known values of {@link TlsStatus} that the service accepts. */
2585
- export declare enum KnownTlsStatus {
2586
- /** Enabled */
2587
- Enabled = "Enabled",
2588
- /** Disabled */
2589
- Disabled = "Disabled"
2590
- }
2591
- /**
2592
- * Defines values for TlsStatus. \
2593
- * {@link KnownTlsStatus} can be used interchangeably with TlsStatus,
2594
- * this enum contains the known values that the service supports.
2595
- * ### Known values supported by the service
2596
- * **Enabled** \
2597
- * **Disabled**
2598
- */
2599
- export type TlsStatus = string;
2600
- /** Known values of {@link CertificateType} that the service accepts. */
2601
- export declare enum KnownCertificateType {
2602
- /** LocalDirectory */
2603
- LocalDirectory = "LocalDirectory"
2604
- }
2605
- /**
2606
- * Defines values for CertificateType. \
2607
- * {@link KnownCertificateType} can be used interchangeably with CertificateType,
2608
- * this enum contains the known values that the service supports.
2609
- * ### Known values supported by the service
2610
- * **LocalDirectory**
2611
- */
2612
- export type CertificateType = string;
2613
- /** Known values of {@link LogLevel} that the service accepts. */
2614
- export declare enum KnownLogLevel {
2615
- /** Debug */
2616
- Debug = "Debug",
2617
- /** Information */
2618
- Information = "Information",
2619
- /** Warning */
2620
- Warning = "Warning",
2621
- /** Error */
2622
- Error = "Error",
2623
- /** None */
2624
- None = "None"
2625
- }
2626
- /**
2627
- * Defines values for LogLevel. \
2628
- * {@link KnownLogLevel} can be used interchangeably with LogLevel,
2629
- * this enum contains the known values that the service supports.
2630
- * ### Known values supported by the service
2631
- * **Debug** \
2632
- * **Information** \
2633
- * **Warning** \
2634
- * **Error** \
2635
- * **None**
2636
- */
2637
- export type LogLevel = string;
2638
- /** Known values of {@link AuditLogStatus} that the service accepts. */
2639
- export declare enum KnownAuditLogStatus {
2640
- /** Enabled */
2641
- Enabled = "Enabled",
2642
- /** Disabled */
2643
- Disabled = "Disabled"
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"
2644
2200
  }
2645
2201
  /**
2646
- * Defines values for AuditLogStatus. \
2647
- * {@link KnownAuditLogStatus} can be used interchangeably with AuditLogStatus,
2202
+ * Defines values for AutoGeneratedDomainNameLabelScope. \
2203
+ * {@link KnownAutoGeneratedDomainNameLabelScope} can be used interchangeably with AutoGeneratedDomainNameLabelScope,
2648
2204
  * this enum contains the known values that the service supports.
2649
2205
  * ### Known values supported by the service
2650
- * **Enabled** \
2651
- * **Disabled**
2206
+ * **Unsecure** \
2207
+ * **TenantReuse** \
2208
+ * **SubscriptionReuse** \
2209
+ * **ResourceGroupReuse** \
2210
+ * **NoReuse**
2652
2211
  */
2653
- export type AuditLogStatus = string;
2654
- /** Known values of {@link CredentialName} that the service accepts. */
2655
- export declare enum KnownCredentialName {
2656
- /** Credential1 */
2657
- Credential1 = "Credential1"
2212
+ export type AutoGeneratedDomainNameLabelScope = string;
2213
+ /** Known values of {@link ProvisioningState} that the service accepts. */
2214
+ export declare enum KnownProvisioningState {
2215
+ /** Creating */
2216
+ Creating = "Creating",
2217
+ /** Updating */
2218
+ Updating = "Updating",
2219
+ /** Deleting */
2220
+ Deleting = "Deleting",
2221
+ /** Succeeded */
2222
+ Succeeded = "Succeeded",
2223
+ /** Failed */
2224
+ Failed = "Failed",
2225
+ /** Canceled */
2226
+ Canceled = "Canceled"
2658
2227
  }
2659
2228
  /**
2660
- * Defines values for CredentialName. \
2661
- * {@link KnownCredentialName} can be used interchangeably with CredentialName,
2229
+ * Defines values for ProvisioningState. \
2230
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
2662
2231
  * this enum contains the known values that the service supports.
2663
2232
  * ### Known values supported by the service
2664
- * **Credential1**
2233
+ * **Creating** \
2234
+ * **Updating** \
2235
+ * **Deleting** \
2236
+ * **Succeeded** \
2237
+ * **Failed** \
2238
+ * **Canceled**
2665
2239
  */
2666
- export type CredentialName = string;
2667
- /** Known values of {@link CredentialHealthStatus} that the service accepts. */
2668
- export declare enum KnownCredentialHealthStatus {
2669
- /** Healthy */
2670
- Healthy = "Healthy",
2671
- /** Unhealthy */
2672
- Unhealthy = "Unhealthy"
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"
2673
2247
  }
2674
2248
  /**
2675
- * Defines values for CredentialHealthStatus. \
2676
- * {@link KnownCredentialHealthStatus} can be used interchangeably with CredentialHealthStatus,
2249
+ * Defines values for DefaultAction. \
2250
+ * {@link KnownDefaultAction} can be used interchangeably with DefaultAction,
2677
2251
  * this enum contains the known values that the service supports.
2678
2252
  * ### Known values supported by the service
2679
- * **Healthy** \
2680
- * **Unhealthy**
2253
+ * **Allow** \
2254
+ * **Deny**
2681
2255
  */
2682
- export type CredentialHealthStatus = string;
2683
- /** Known values of {@link PipelineOptions} that the service accepts. */
2684
- export declare enum KnownPipelineOptions {
2685
- /** OverwriteTags */
2686
- OverwriteTags = "OverwriteTags",
2687
- /** OverwriteBlobs */
2688
- OverwriteBlobs = "OverwriteBlobs",
2689
- /** DeleteSourceBlobOnSuccess */
2690
- DeleteSourceBlobOnSuccess = "DeleteSourceBlobOnSuccess",
2691
- /** ContinueOnErrors */
2692
- ContinueOnErrors = "ContinueOnErrors"
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"
2693
2261
  }
2694
2262
  /**
2695
- * Defines values for PipelineOptions. \
2696
- * {@link KnownPipelineOptions} can be used interchangeably with PipelineOptions,
2263
+ * Defines values for Action. \
2264
+ * {@link KnownAction} can be used interchangeably with Action,
2697
2265
  * this enum contains the known values that the service supports.
2698
2266
  * ### Known values supported by the service
2699
- * **OverwriteTags** \
2700
- * **OverwriteBlobs** \
2701
- * **DeleteSourceBlobOnSuccess** \
2702
- * **ContinueOnErrors**
2267
+ * **Allow**
2703
2268
  */
2704
- export type PipelineOptions = string;
2705
- /** Known values of {@link ImportMode} that the service accepts. */
2706
- export declare enum KnownImportMode {
2707
- /** NoForce */
2708
- NoForce = "NoForce",
2709
- /** Force */
2710
- Force = "Force"
2269
+ export type Action = string;
2270
+ /** Known values of {@link PolicyStatus} that the service accepts. */
2271
+ export declare enum KnownPolicyStatus {
2272
+ /** Enabled */
2273
+ Enabled = "enabled",
2274
+ /** Disabled */
2275
+ Disabled = "disabled"
2711
2276
  }
2712
2277
  /**
2713
- * Defines values for ImportMode. \
2714
- * {@link KnownImportMode} can be used interchangeably with ImportMode,
2278
+ * Defines values for PolicyStatus. \
2279
+ * {@link KnownPolicyStatus} can be used interchangeably with PolicyStatus,
2715
2280
  * this enum contains the known values that the service supports.
2716
2281
  * ### Known values supported by the service
2717
- * **NoForce** \
2718
- * **Force**
2282
+ * **enabled** \
2283
+ * **disabled**
2719
2284
  */
2720
- export type ImportMode = string;
2721
- /** Known values of {@link PipelineSourceType} that the service accepts. */
2722
- export declare enum KnownPipelineSourceType {
2723
- /** AzureStorageBlobContainer */
2724
- AzureStorageBlobContainer = "AzureStorageBlobContainer"
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"
2725
2290
  }
2726
2291
  /**
2727
- * Defines values for PipelineSourceType. \
2728
- * {@link KnownPipelineSourceType} can be used interchangeably with PipelineSourceType,
2292
+ * Defines values for TrustPolicyType. \
2293
+ * {@link KnownTrustPolicyType} can be used interchangeably with TrustPolicyType,
2729
2294
  * this enum contains the known values that the service supports.
2730
2295
  * ### Known values supported by the service
2731
- * **AzureStorageBlobContainer**
2296
+ * **Notary**
2732
2297
  */
2733
- export type PipelineSourceType = string;
2734
- /** Known values of {@link TriggerStatus} that the service accepts. */
2735
- export declare enum KnownTriggerStatus {
2298
+ export type TrustPolicyType = string;
2299
+ /** Known values of {@link ExportPolicyStatus} that the service accepts. */
2300
+ export declare enum KnownExportPolicyStatus {
2736
2301
  /** Enabled */
2737
- Enabled = "Enabled",
2302
+ Enabled = "enabled",
2738
2303
  /** Disabled */
2739
- Disabled = "Disabled"
2740
- }
2741
- /**
2742
- * Defines values for TriggerStatus. \
2743
- * {@link KnownTriggerStatus} can be used interchangeably with TriggerStatus,
2744
- * this enum contains the known values that the service supports.
2745
- * ### Known values supported by the service
2746
- * **Enabled** \
2747
- * **Disabled**
2748
- */
2749
- export type TriggerStatus = string;
2750
- /** Known values of {@link AutoGeneratedDomainNameLabelScope} that the service accepts. */
2751
- export declare enum KnownAutoGeneratedDomainNameLabelScope {
2752
- /** Unsecure */
2753
- Unsecure = "Unsecure",
2754
- /** TenantReuse */
2755
- TenantReuse = "TenantReuse",
2756
- /** SubscriptionReuse */
2757
- SubscriptionReuse = "SubscriptionReuse",
2758
- /** ResourceGroupReuse */
2759
- ResourceGroupReuse = "ResourceGroupReuse",
2760
- /** NoReuse */
2761
- NoReuse = "NoReuse"
2304
+ Disabled = "disabled"
2762
2305
  }
2763
2306
  /**
2764
- * Defines values for AutoGeneratedDomainNameLabelScope. \
2765
- * {@link KnownAutoGeneratedDomainNameLabelScope} can be used interchangeably with AutoGeneratedDomainNameLabelScope,
2307
+ * Defines values for ExportPolicyStatus. \
2308
+ * {@link KnownExportPolicyStatus} can be used interchangeably with ExportPolicyStatus,
2766
2309
  * this enum contains the known values that the service supports.
2767
2310
  * ### Known values supported by the service
2768
- * **Unsecure** \
2769
- * **TenantReuse** \
2770
- * **SubscriptionReuse** \
2771
- * **ResourceGroupReuse** \
2772
- * **NoReuse**
2311
+ * **enabled** \
2312
+ * **disabled**
2773
2313
  */
2774
- export type AutoGeneratedDomainNameLabelScope = string;
2775
- /** Known values of {@link PipelineRunSourceType} that the service accepts. */
2776
- export declare enum KnownPipelineRunSourceType {
2777
- /** AzureStorageBlob */
2778
- AzureStorageBlob = "AzureStorageBlob"
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"
2779
2321
  }
2780
2322
  /**
2781
- * Defines values for PipelineRunSourceType. \
2782
- * {@link KnownPipelineRunSourceType} can be used interchangeably with PipelineRunSourceType,
2323
+ * Defines values for AzureADAuthenticationAsArmPolicyStatus. \
2324
+ * {@link KnownAzureADAuthenticationAsArmPolicyStatus} can be used interchangeably with AzureADAuthenticationAsArmPolicyStatus,
2783
2325
  * this enum contains the known values that the service supports.
2784
2326
  * ### Known values supported by the service
2785
- * **AzureStorageBlob**
2327
+ * **enabled** \
2328
+ * **disabled**
2786
2329
  */
2787
- export type PipelineRunSourceType = string;
2788
- /** Known values of {@link PipelineRunTargetType} that the service accepts. */
2789
- export declare enum KnownPipelineRunTargetType {
2790
- /** AzureStorageBlob */
2791
- AzureStorageBlob = "AzureStorageBlob"
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"
2792
2337
  }
2793
2338
  /**
2794
- * Defines values for PipelineRunTargetType. \
2795
- * {@link KnownPipelineRunTargetType} can be used interchangeably with PipelineRunTargetType,
2339
+ * Defines values for EncryptionStatus. \
2340
+ * {@link KnownEncryptionStatus} can be used interchangeably with EncryptionStatus,
2796
2341
  * this enum contains the known values that the service supports.
2797
2342
  * ### Known values supported by the service
2798
- * **AzureStorageBlob**
2343
+ * **enabled** \
2344
+ * **disabled**
2799
2345
  */
2800
- export type PipelineRunTargetType = string;
2346
+ export type EncryptionStatus = string;
2801
2347
  /** Known values of {@link ConnectionStatus} that the service accepts. */
2802
2348
  export declare enum KnownConnectionStatus {
2803
2349
  /** Approved */
@@ -2819,23 +2365,109 @@ export declare enum KnownConnectionStatus {
2819
2365
  * **Rejected** \
2820
2366
  * **Disconnected**
2821
2367
  */
2822
- export type ConnectionStatus = string;
2823
- /** Known values of {@link ActionsRequired} that the service accepts. */
2824
- export declare enum KnownActionsRequired {
2825
- /** None */
2826
- None = "None",
2827
- /** Recreate */
2828
- Recreate = "Recreate"
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"
2375
+ }
2376
+ /**
2377
+ * Defines values for ActionsRequired. \
2378
+ * {@link KnownActionsRequired} can be used interchangeably with ActionsRequired,
2379
+ * this enum contains the known values that the service supports.
2380
+ * ### Known values supported by the service
2381
+ * **None** \
2382
+ * **Recreate**
2383
+ */
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"
2395
+ }
2396
+ /**
2397
+ * Defines values for CreatedByType. \
2398
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
2399
+ * this enum contains the known values that the service supports.
2400
+ * ### Known values supported by the service
2401
+ * **User** \
2402
+ * **Application** \
2403
+ * **ManagedIdentity** \
2404
+ * **Key**
2405
+ */
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"
2413
+ }
2414
+ /**
2415
+ * Defines values for PublicNetworkAccess. \
2416
+ * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
2417
+ * this enum contains the known values that the service supports.
2418
+ * ### Known values supported by the service
2419
+ * **Enabled** \
2420
+ * **Disabled**
2421
+ */
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"
2429
+ }
2430
+ /**
2431
+ * Defines values for NetworkRuleBypassOptions. \
2432
+ * {@link KnownNetworkRuleBypassOptions} can be used interchangeably with NetworkRuleBypassOptions,
2433
+ * this enum contains the known values that the service supports.
2434
+ * ### Known values supported by the service
2435
+ * **AzureServices** \
2436
+ * **None**
2437
+ */
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"
2445
+ }
2446
+ /**
2447
+ * Defines values for ZoneRedundancy. \
2448
+ * {@link KnownZoneRedundancy} can be used interchangeably with ZoneRedundancy,
2449
+ * this enum contains the known values that the service supports.
2450
+ * ### Known values supported by the service
2451
+ * **Enabled** \
2452
+ * **Disabled**
2453
+ */
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"
2829
2461
  }
2830
2462
  /**
2831
- * Defines values for ActionsRequired. \
2832
- * {@link KnownActionsRequired} can be used interchangeably with ActionsRequired,
2463
+ * Defines values for RoleAssignmentMode. \
2464
+ * {@link KnownRoleAssignmentMode} can be used interchangeably with RoleAssignmentMode,
2833
2465
  * this enum contains the known values that the service supports.
2834
2466
  * ### Known values supported by the service
2835
- * **None** \
2836
- * **Recreate**
2467
+ * **AbacRepositoryPermissions** \
2468
+ * **LegacyRegistryPermissions**
2837
2469
  */
2838
- export type ActionsRequired = string;
2470
+ export type RoleAssignmentMode = string;
2839
2471
  /** Known values of {@link SkuName} that the service accepts. */
2840
2472
  export declare enum KnownSkuName {
2841
2473
  /** Classic */
@@ -2880,192 +2512,197 @@ export declare enum KnownSkuTier {
2880
2512
  * **Premium**
2881
2513
  */
2882
2514
  export type SkuTier = string;
2883
- /** Known values of {@link DefaultAction} that the service accepts. */
2884
- export declare enum KnownDefaultAction {
2885
- /** Allow */
2886
- Allow = "Allow",
2887
- /** Deny */
2888
- Deny = "Deny"
2889
- }
2890
- /**
2891
- * Defines values for DefaultAction. \
2892
- * {@link KnownDefaultAction} can be used interchangeably with DefaultAction,
2893
- * this enum contains the known values that the service supports.
2894
- * ### Known values supported by the service
2895
- * **Allow** \
2896
- * **Deny**
2897
- */
2898
- export type DefaultAction = string;
2899
- /** Known values of {@link Action} that the service accepts. */
2900
- export declare enum KnownAction {
2901
- /** Allow */
2902
- 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"
2903
2525
  }
2904
2526
  /**
2905
- * Defines values for Action. \
2906
- * {@link KnownAction} can be used interchangeably with Action,
2527
+ * Defines values for ConnectedRegistryMode. \
2528
+ * {@link KnownConnectedRegistryMode} can be used interchangeably with ConnectedRegistryMode,
2907
2529
  * this enum contains the known values that the service supports.
2908
2530
  * ### Known values supported by the service
2909
- * **Allow**
2531
+ * **ReadWrite** \
2532
+ * **ReadOnly** \
2533
+ * **Registry** \
2534
+ * **Mirror**
2910
2535
  */
2911
- export type Action = string;
2912
- /** Known values of {@link PolicyStatus} that the service accepts. */
2913
- export declare enum KnownPolicyStatus {
2914
- /** Enabled */
2915
- Enabled = "enabled",
2916
- /** Disabled */
2917
- 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"
2918
2547
  }
2919
2548
  /**
2920
- * Defines values for PolicyStatus. \
2921
- * {@link KnownPolicyStatus} can be used interchangeably with PolicyStatus,
2549
+ * Defines values for ConnectionState. \
2550
+ * {@link KnownConnectionState} can be used interchangeably with ConnectionState,
2922
2551
  * this enum contains the known values that the service supports.
2923
2552
  * ### Known values supported by the service
2924
- * **enabled** \
2925
- * **disabled**
2553
+ * **Online** \
2554
+ * **Offline** \
2555
+ * **Syncing** \
2556
+ * **Unhealthy**
2926
2557
  */
2927
- export type PolicyStatus = string;
2928
- /** Known values of {@link TrustPolicyType} that the service accepts. */
2929
- export declare enum KnownTrustPolicyType {
2930
- /** Notary */
2931
- 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"
2932
2565
  }
2933
2566
  /**
2934
- * Defines values for TrustPolicyType. \
2935
- * {@link KnownTrustPolicyType} can be used interchangeably with TrustPolicyType,
2567
+ * Defines values for ActivationStatus. \
2568
+ * {@link KnownActivationStatus} can be used interchangeably with ActivationStatus,
2936
2569
  * this enum contains the known values that the service supports.
2937
2570
  * ### Known values supported by the service
2938
- * **Notary**
2571
+ * **Active** \
2572
+ * **Inactive**
2939
2573
  */
2940
- export type TrustPolicyType = string;
2941
- /** Known values of {@link ExportPolicyStatus} that the service accepts. */
2942
- export declare enum KnownExportPolicyStatus {
2574
+ export type ActivationStatus = string;
2575
+ /** Known values of {@link TlsStatus} that the service accepts. */
2576
+ export declare enum KnownTlsStatus {
2943
2577
  /** Enabled */
2944
- Enabled = "enabled",
2578
+ Enabled = "Enabled",
2945
2579
  /** Disabled */
2946
- Disabled = "disabled"
2580
+ Disabled = "Disabled"
2947
2581
  }
2948
2582
  /**
2949
- * Defines values for ExportPolicyStatus. \
2950
- * {@link KnownExportPolicyStatus} can be used interchangeably with ExportPolicyStatus,
2583
+ * Defines values for TlsStatus. \
2584
+ * {@link KnownTlsStatus} can be used interchangeably with TlsStatus,
2951
2585
  * this enum contains the known values that the service supports.
2952
2586
  * ### Known values supported by the service
2953
- * **enabled** \
2954
- * **disabled**
2587
+ * **Enabled** \
2588
+ * **Disabled**
2955
2589
  */
2956
- export type ExportPolicyStatus = string;
2957
- /** Known values of {@link AzureADAuthenticationAsArmPolicyStatus} that the service accepts. */
2958
- export declare enum KnownAzureADAuthenticationAsArmPolicyStatus {
2959
- /** Enabled */
2960
- Enabled = "enabled",
2961
- /** Disabled */
2962
- 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"
2963
2595
  }
2964
2596
  /**
2965
- * Defines values for AzureADAuthenticationAsArmPolicyStatus. \
2966
- * {@link KnownAzureADAuthenticationAsArmPolicyStatus} can be used interchangeably with AzureADAuthenticationAsArmPolicyStatus,
2597
+ * Defines values for CertificateType. \
2598
+ * {@link KnownCertificateType} can be used interchangeably with CertificateType,
2967
2599
  * this enum contains the known values that the service supports.
2968
2600
  * ### Known values supported by the service
2969
- * **enabled** \
2970
- * **disabled**
2601
+ * **LocalDirectory**
2971
2602
  */
2972
- export type AzureADAuthenticationAsArmPolicyStatus = string;
2973
- /** Known values of {@link EncryptionStatus} that the service accepts. */
2974
- export declare enum KnownEncryptionStatus {
2975
- /** Enabled */
2976
- Enabled = "enabled",
2977
- /** Disabled */
2978
- 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"
2979
2616
  }
2980
2617
  /**
2981
- * Defines values for EncryptionStatus. \
2982
- * {@link KnownEncryptionStatus} can be used interchangeably with EncryptionStatus,
2618
+ * Defines values for LogLevel. \
2619
+ * {@link KnownLogLevel} can be used interchangeably with LogLevel,
2983
2620
  * this enum contains the known values that the service supports.
2984
2621
  * ### Known values supported by the service
2985
- * **enabled** \
2986
- * **disabled**
2622
+ * **Debug** \
2623
+ * **Information** \
2624
+ * **Warning** \
2625
+ * **Error** \
2626
+ * **None**
2987
2627
  */
2988
- export type EncryptionStatus = string;
2989
- /** Known values of {@link PublicNetworkAccess} that the service accepts. */
2990
- export declare enum KnownPublicNetworkAccess {
2628
+ export type LogLevel = string;
2629
+ /** Known values of {@link AuditLogStatus} that the service accepts. */
2630
+ export declare enum KnownAuditLogStatus {
2991
2631
  /** Enabled */
2992
2632
  Enabled = "Enabled",
2993
2633
  /** Disabled */
2994
2634
  Disabled = "Disabled"
2995
2635
  }
2996
2636
  /**
2997
- * Defines values for PublicNetworkAccess. \
2998
- * {@link KnownPublicNetworkAccess} can be used interchangeably with PublicNetworkAccess,
2637
+ * Defines values for AuditLogStatus. \
2638
+ * {@link KnownAuditLogStatus} can be used interchangeably with AuditLogStatus,
2999
2639
  * this enum contains the known values that the service supports.
3000
2640
  * ### Known values supported by the service
3001
2641
  * **Enabled** \
3002
2642
  * **Disabled**
3003
2643
  */
3004
- export type PublicNetworkAccess = string;
3005
- /** Known values of {@link NetworkRuleBypassOptions} that the service accepts. */
3006
- export declare enum KnownNetworkRuleBypassOptions {
3007
- /** AzureServices */
3008
- AzureServices = "AzureServices",
3009
- /** None */
3010
- 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"
3011
2649
  }
3012
2650
  /**
3013
- * Defines values for NetworkRuleBypassOptions. \
3014
- * {@link KnownNetworkRuleBypassOptions} can be used interchangeably with NetworkRuleBypassOptions,
2651
+ * Defines values for CredentialName. \
2652
+ * {@link KnownCredentialName} can be used interchangeably with CredentialName,
3015
2653
  * this enum contains the known values that the service supports.
3016
2654
  * ### Known values supported by the service
3017
- * **AzureServices** \
3018
- * **None**
2655
+ * **Credential1**
3019
2656
  */
3020
- export type NetworkRuleBypassOptions = string;
3021
- /** Known values of {@link ZoneRedundancy} that the service accepts. */
3022
- export declare enum KnownZoneRedundancy {
3023
- /** Enabled */
3024
- Enabled = "Enabled",
3025
- /** Disabled */
3026
- 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"
3027
2664
  }
3028
2665
  /**
3029
- * Defines values for ZoneRedundancy. \
3030
- * {@link KnownZoneRedundancy} can be used interchangeably with ZoneRedundancy,
2666
+ * Defines values for CredentialHealthStatus. \
2667
+ * {@link KnownCredentialHealthStatus} can be used interchangeably with CredentialHealthStatus,
3031
2668
  * this enum contains the known values that the service supports.
3032
2669
  * ### Known values supported by the service
3033
- * **Enabled** \
3034
- * **Disabled**
2670
+ * **Healthy** \
2671
+ * **Unhealthy**
3035
2672
  */
3036
- export type ZoneRedundancy = string;
3037
- /** Known values of {@link MetadataSearch} that the service accepts. */
3038
- export declare enum KnownMetadataSearch {
3039
- /** Enabled */
3040
- Enabled = "Enabled",
3041
- /** Disabled */
3042
- 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"
3043
2680
  }
3044
2681
  /**
3045
- * Defines values for MetadataSearch. \
3046
- * {@link KnownMetadataSearch} can be used interchangeably with MetadataSearch,
2682
+ * Defines values for TokenPasswordName. \
2683
+ * {@link KnownTokenPasswordName} can be used interchangeably with TokenPasswordName,
3047
2684
  * this enum contains the known values that the service supports.
3048
2685
  * ### Known values supported by the service
3049
- * **Enabled** \
3050
- * **Disabled**
3051
- */
3052
- export type MetadataSearch = string;
3053
- /** Known values of {@link RoleAssignmentMode} that the service accepts. */
3054
- export declare enum KnownRoleAssignmentMode {
3055
- /** AbacRepositoryPermissions */
3056
- AbacRepositoryPermissions = "AbacRepositoryPermissions",
3057
- /** LegacyRegistryPermissions */
3058
- LegacyRegistryPermissions = "LegacyRegistryPermissions"
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"
3059
2696
  }
3060
2697
  /**
3061
- * Defines values for RoleAssignmentMode. \
3062
- * {@link KnownRoleAssignmentMode} can be used interchangeably with RoleAssignmentMode,
2698
+ * Defines values for ImportMode. \
2699
+ * {@link KnownImportMode} can be used interchangeably with ImportMode,
3063
2700
  * this enum contains the known values that the service supports.
3064
2701
  * ### Known values supported by the service
3065
- * **AbacRepositoryPermissions** \
3066
- * **LegacyRegistryPermissions**
2702
+ * **NoForce** \
2703
+ * **Force**
3067
2704
  */
3068
- export type RoleAssignmentMode = string;
2705
+ export type ImportMode = string;
3069
2706
  /** Known values of {@link RegistryUsageUnit} that the service accepts. */
3070
2707
  export declare enum KnownRegistryUsageUnit {
3071
2708
  /** Count */
@@ -3098,22 +2735,6 @@ export declare enum KnownTokenCertificateName {
3098
2735
  * **certificate2**
3099
2736
  */
3100
2737
  export type TokenCertificateName = string;
3101
- /** Known values of {@link TokenPasswordName} that the service accepts. */
3102
- export declare enum KnownTokenPasswordName {
3103
- /** Password1 */
3104
- Password1 = "password1",
3105
- /** Password2 */
3106
- Password2 = "password2"
3107
- }
3108
- /**
3109
- * Defines values for TokenPasswordName. \
3110
- * {@link KnownTokenPasswordName} can be used interchangeably with TokenPasswordName,
3111
- * this enum contains the known values that the service supports.
3112
- * ### Known values supported by the service
3113
- * **password1** \
3114
- * **password2**
3115
- */
3116
- export type TokenPasswordName = string;
3117
2738
  /** Known values of {@link TokenStatus} that the service accepts. */
3118
2739
  export declare enum KnownTokenStatus {
3119
2740
  /** Enabled */
@@ -3338,6 +2959,22 @@ export declare enum KnownBaseImageDependencyType {
3338
2959
  * **RunTime**
3339
2960
  */
3340
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;
3341
2978
  /** Known values of {@link SourceControlType} that the service accepts. */
3342
2979
  export declare enum KnownSourceControlType {
3343
2980
  /** Github */
@@ -3425,277 +3062,45 @@ export declare enum KnownSourceRegistryLoginMode {
3425
3062
  /** Default */
3426
3063
  Default = "Default"
3427
3064
  }
3428
- /**
3429
- * Defines values for SourceRegistryLoginMode. \
3430
- * {@link KnownSourceRegistryLoginMode} can be used interchangeably with SourceRegistryLoginMode,
3431
- * this enum contains the known values that the service supports.
3432
- * ### Known values supported by the service
3433
- * **None** \
3434
- * **Default**
3435
- */
3436
- export type SourceRegistryLoginMode = string;
3437
- /** Known values of {@link SecretObjectType} that the service accepts. */
3438
- export declare enum KnownSecretObjectType {
3439
- /** Opaque */
3440
- Opaque = "Opaque",
3441
- /** Vaultsecret */
3442
- Vaultsecret = "Vaultsecret"
3443
- }
3444
- /**
3445
- * Defines values for SecretObjectType. \
3446
- * {@link KnownSecretObjectType} can be used interchangeably with SecretObjectType,
3447
- * this enum contains the known values that the service supports.
3448
- * ### Known values supported by the service
3449
- * **Opaque** \
3450
- * **Vaultsecret**
3451
- */
3452
- export type SecretObjectType = string;
3453
- /** Defines values for ResourceIdentityType. */
3454
- export type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "SystemAssigned, UserAssigned" | "None";
3455
- /** Defines values for PasswordName. */
3456
- export type PasswordName = "password" | "password2";
3457
- /** Optional parameters. */
3458
- export interface ArchivesListOptionalParams extends coreClient.OperationOptions {
3459
- }
3460
- /** Contains response data for the list operation. */
3461
- export type ArchivesListResponse = ArchiveListResult;
3462
- /** Optional parameters. */
3463
- export interface ArchivesGetOptionalParams extends coreClient.OperationOptions {
3464
- }
3465
- /** Contains response data for the get operation. */
3466
- export type ArchivesGetResponse = Archive;
3467
- /** Optional parameters. */
3468
- export interface ArchivesCreateOptionalParams extends coreClient.OperationOptions {
3469
- /** Delay to wait until next poll, in milliseconds. */
3470
- updateIntervalInMs?: number;
3471
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3472
- resumeFrom?: string;
3473
- }
3474
- /** Contains response data for the create operation. */
3475
- export type ArchivesCreateResponse = Archive;
3476
- /** Optional parameters. */
3477
- export interface ArchivesDeleteOptionalParams extends coreClient.OperationOptions {
3478
- /** Delay to wait until next poll, in milliseconds. */
3479
- updateIntervalInMs?: number;
3480
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3481
- resumeFrom?: string;
3482
- }
3483
- /** Contains response data for the delete operation. */
3484
- export type ArchivesDeleteResponse = ArchivesDeleteHeaders;
3485
- /** Optional parameters. */
3486
- export interface ArchivesUpdateOptionalParams extends coreClient.OperationOptions {
3487
- }
3488
- /** Contains response data for the update operation. */
3489
- export type ArchivesUpdateResponse = Archive;
3490
- /** Optional parameters. */
3491
- export interface ArchivesListNextOptionalParams extends coreClient.OperationOptions {
3492
- }
3493
- /** Contains response data for the listNext operation. */
3494
- export type ArchivesListNextResponse = ArchiveListResult;
3495
- /** Optional parameters. */
3496
- export interface ArchiveVersionsListOptionalParams extends coreClient.OperationOptions {
3497
- }
3498
- /** Contains response data for the list operation. */
3499
- export type ArchiveVersionsListResponse = ArchiveVersionListResult;
3500
- /** Optional parameters. */
3501
- export interface ArchiveVersionsGetOptionalParams extends coreClient.OperationOptions {
3502
- }
3503
- /** Contains response data for the get operation. */
3504
- export type ArchiveVersionsGetResponse = ArchiveVersion;
3505
- /** Optional parameters. */
3506
- export interface ArchiveVersionsCreateOptionalParams extends coreClient.OperationOptions {
3507
- /** Delay to wait until next poll, in milliseconds. */
3508
- updateIntervalInMs?: number;
3509
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3510
- resumeFrom?: string;
3511
- }
3512
- /** Contains response data for the create operation. */
3513
- export type ArchiveVersionsCreateResponse = ArchiveVersion;
3514
- /** Optional parameters. */
3515
- export interface ArchiveVersionsDeleteOptionalParams extends coreClient.OperationOptions {
3516
- /** Delay to wait until next poll, in milliseconds. */
3517
- updateIntervalInMs?: number;
3518
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3519
- resumeFrom?: string;
3520
- }
3521
- /** Contains response data for the delete operation. */
3522
- export type ArchiveVersionsDeleteResponse = ArchiveVersionsDeleteHeaders;
3523
- /** Optional parameters. */
3524
- export interface ArchiveVersionsListNextOptionalParams extends coreClient.OperationOptions {
3525
- }
3526
- /** Contains response data for the listNext operation. */
3527
- export type ArchiveVersionsListNextResponse = ArchiveVersionListResult;
3528
- /** Optional parameters. */
3529
- export interface CacheRulesListOptionalParams extends coreClient.OperationOptions {
3530
- }
3531
- /** Contains response data for the list operation. */
3532
- export type CacheRulesListResponse = CacheRulesListResult;
3533
- /** Optional parameters. */
3534
- export interface CacheRulesGetOptionalParams extends coreClient.OperationOptions {
3535
- }
3536
- /** Contains response data for the get operation. */
3537
- export type CacheRulesGetResponse = CacheRule;
3538
- /** Optional parameters. */
3539
- export interface CacheRulesCreateOptionalParams extends coreClient.OperationOptions {
3540
- /** Delay to wait until next poll, in milliseconds. */
3541
- updateIntervalInMs?: number;
3542
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3543
- resumeFrom?: string;
3544
- }
3545
- /** Contains response data for the create operation. */
3546
- export type CacheRulesCreateResponse = CacheRule;
3547
- /** Optional parameters. */
3548
- export interface CacheRulesDeleteOptionalParams extends coreClient.OperationOptions {
3549
- /** Delay to wait until next poll, in milliseconds. */
3550
- updateIntervalInMs?: number;
3551
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3552
- resumeFrom?: string;
3553
- }
3554
- /** Contains response data for the delete operation. */
3555
- export type CacheRulesDeleteResponse = CacheRulesDeleteHeaders;
3556
- /** Optional parameters. */
3557
- export interface CacheRulesUpdateOptionalParams extends coreClient.OperationOptions {
3558
- /** Delay to wait until next poll, in milliseconds. */
3559
- updateIntervalInMs?: number;
3560
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3561
- resumeFrom?: string;
3562
- }
3563
- /** Contains response data for the update operation. */
3564
- export type CacheRulesUpdateResponse = CacheRule;
3565
- /** Optional parameters. */
3566
- export interface CacheRulesListNextOptionalParams extends coreClient.OperationOptions {
3567
- }
3568
- /** Contains response data for the listNext operation. */
3569
- export type CacheRulesListNextResponse = CacheRulesListResult;
3570
- /** Optional parameters. */
3571
- export interface ConnectedRegistriesListOptionalParams extends coreClient.OperationOptions {
3572
- /** 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. */
3573
- filter?: string;
3574
- }
3575
- /** Contains response data for the list operation. */
3576
- export type ConnectedRegistriesListResponse = ConnectedRegistryListResult;
3577
- /** Optional parameters. */
3578
- export interface ConnectedRegistriesGetOptionalParams extends coreClient.OperationOptions {
3579
- }
3580
- /** Contains response data for the get operation. */
3581
- export type ConnectedRegistriesGetResponse = ConnectedRegistry;
3582
- /** Optional parameters. */
3583
- export interface ConnectedRegistriesCreateOptionalParams extends coreClient.OperationOptions {
3584
- /** Delay to wait until next poll, in milliseconds. */
3585
- updateIntervalInMs?: number;
3586
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3587
- resumeFrom?: string;
3588
- }
3589
- /** Contains response data for the create operation. */
3590
- export type ConnectedRegistriesCreateResponse = ConnectedRegistry;
3591
- /** Optional parameters. */
3592
- export interface ConnectedRegistriesDeleteOptionalParams extends coreClient.OperationOptions {
3593
- /** Delay to wait until next poll, in milliseconds. */
3594
- updateIntervalInMs?: number;
3595
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3596
- resumeFrom?: string;
3597
- }
3598
- /** Optional parameters. */
3599
- export interface ConnectedRegistriesUpdateOptionalParams extends coreClient.OperationOptions {
3600
- /** Delay to wait until next poll, in milliseconds. */
3601
- updateIntervalInMs?: number;
3602
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3603
- resumeFrom?: string;
3604
- }
3605
- /** Contains response data for the update operation. */
3606
- export type ConnectedRegistriesUpdateResponse = ConnectedRegistry;
3607
- /** Optional parameters. */
3608
- export interface ConnectedRegistriesDeactivateOptionalParams extends coreClient.OperationOptions {
3609
- /** Delay to wait until next poll, in milliseconds. */
3610
- updateIntervalInMs?: number;
3611
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3612
- resumeFrom?: string;
3613
- }
3614
- /** Optional parameters. */
3615
- export interface ConnectedRegistriesListNextOptionalParams extends coreClient.OperationOptions {
3616
- }
3617
- /** Contains response data for the listNext operation. */
3618
- export type ConnectedRegistriesListNextResponse = ConnectedRegistryListResult;
3619
- /** Optional parameters. */
3620
- export interface CredentialSetsListOptionalParams extends coreClient.OperationOptions {
3621
- }
3622
- /** Contains response data for the list operation. */
3623
- export type CredentialSetsListResponse = CredentialSetListResult;
3624
- /** Optional parameters. */
3625
- export interface CredentialSetsGetOptionalParams extends coreClient.OperationOptions {
3626
- }
3627
- /** Contains response data for the get operation. */
3628
- export type CredentialSetsGetResponse = CredentialSet;
3629
- /** Optional parameters. */
3630
- export interface CredentialSetsCreateOptionalParams extends coreClient.OperationOptions {
3631
- /** Delay to wait until next poll, in milliseconds. */
3632
- updateIntervalInMs?: number;
3633
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3634
- resumeFrom?: string;
3635
- }
3636
- /** Contains response data for the create operation. */
3637
- export type CredentialSetsCreateResponse = CredentialSet;
3638
- /** Optional parameters. */
3639
- export interface CredentialSetsDeleteOptionalParams extends coreClient.OperationOptions {
3640
- /** Delay to wait until next poll, in milliseconds. */
3641
- updateIntervalInMs?: number;
3642
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3643
- resumeFrom?: string;
3644
- }
3645
- /** Contains response data for the delete operation. */
3646
- export type CredentialSetsDeleteResponse = CredentialSetsDeleteHeaders;
3647
- /** Optional parameters. */
3648
- export interface CredentialSetsUpdateOptionalParams extends coreClient.OperationOptions {
3649
- /** Delay to wait until next poll, in milliseconds. */
3650
- updateIntervalInMs?: number;
3651
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3652
- resumeFrom?: string;
3653
- }
3654
- /** Contains response data for the update operation. */
3655
- export type CredentialSetsUpdateResponse = CredentialSet;
3656
- /** Optional parameters. */
3657
- 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"
3658
3080
  }
3659
- /** Contains response data for the listNext operation. */
3660
- 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";
3661
3094
  /** Optional parameters. */
3662
- export interface ExportPipelinesListOptionalParams extends coreClient.OperationOptions {
3095
+ export interface OperationsListOptionalParams extends coreClient.OperationOptions {
3663
3096
  }
3664
3097
  /** Contains response data for the list operation. */
3665
- export type ExportPipelinesListResponse = ExportPipelineListResult;
3666
- /** Optional parameters. */
3667
- export interface ExportPipelinesGetOptionalParams extends coreClient.OperationOptions {
3668
- }
3669
- /** Contains response data for the get operation. */
3670
- export type ExportPipelinesGetResponse = ExportPipeline;
3671
- /** Optional parameters. */
3672
- export interface ExportPipelinesCreateOptionalParams 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
- }
3678
- /** Contains response data for the create operation. */
3679
- export type ExportPipelinesCreateResponse = ExportPipeline;
3680
- /** Optional parameters. */
3681
- export interface ExportPipelinesDeleteOptionalParams extends coreClient.OperationOptions {
3682
- /** Delay to wait until next poll, in milliseconds. */
3683
- updateIntervalInMs?: number;
3684
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3685
- resumeFrom?: string;
3686
- }
3098
+ export type OperationsListResponse = OperationListResult;
3687
3099
  /** Optional parameters. */
3688
- export interface ExportPipelinesListNextOptionalParams extends coreClient.OperationOptions {
3100
+ export interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
3689
3101
  }
3690
3102
  /** Contains response data for the listNext operation. */
3691
- export type ExportPipelinesListNextResponse = ExportPipelineListResult;
3692
- /** Optional parameters. */
3693
- export interface RegistriesImportImageOptionalParams extends coreClient.OperationOptions {
3694
- /** Delay to wait until next poll, in milliseconds. */
3695
- updateIntervalInMs?: number;
3696
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3697
- resumeFrom?: string;
3698
- }
3103
+ export type OperationsListNextResponse = OperationListResult;
3699
3104
  /** Optional parameters. */
3700
3105
  export interface RegistriesCheckNameAvailabilityOptionalParams extends coreClient.OperationOptions {
3701
3106
  }
@@ -3726,6 +3131,15 @@ export interface RegistriesCreateOptionalParams extends coreClient.OperationOpti
3726
3131
  /** Contains response data for the create operation. */
3727
3132
  export type RegistriesCreateResponse = Registry;
3728
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. */
3729
3143
  export interface RegistriesDeleteOptionalParams extends coreClient.OperationOptions {
3730
3144
  /** Delay to wait until next poll, in milliseconds. */
3731
3145
  updateIntervalInMs?: number;
@@ -3733,14 +3147,26 @@ export interface RegistriesDeleteOptionalParams extends coreClient.OperationOpti
3733
3147
  resumeFrom?: string;
3734
3148
  }
3735
3149
  /** Optional parameters. */
3736
- export interface RegistriesUpdateOptionalParams extends coreClient.OperationOptions {
3150
+ export interface RegistriesGenerateCredentialsOptionalParams extends coreClient.OperationOptions {
3737
3151
  /** Delay to wait until next poll, in milliseconds. */
3738
3152
  updateIntervalInMs?: number;
3739
3153
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3740
3154
  resumeFrom?: string;
3741
3155
  }
3742
- /** Contains response data for the update operation. */
3743
- 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;
3744
3170
  /** Optional parameters. */
3745
3171
  export interface RegistriesListUsagesOptionalParams extends coreClient.OperationOptions {
3746
3172
  }
@@ -3757,27 +3183,17 @@ export interface RegistriesGetPrivateLinkResourceOptionalParams extends coreClie
3757
3183
  /** Contains response data for the getPrivateLinkResource operation. */
3758
3184
  export type RegistriesGetPrivateLinkResourceResponse = PrivateLinkResource;
3759
3185
  /** Optional parameters. */
3760
- export interface RegistriesListCredentialsOptionalParams extends coreClient.OperationOptions {
3761
- }
3762
- /** Contains response data for the listCredentials operation. */
3763
- export type RegistriesListCredentialsResponse = RegistryListCredentialsResult;
3764
- /** Optional parameters. */
3765
3186
  export interface RegistriesRegenerateCredentialOptionalParams extends coreClient.OperationOptions {
3766
3187
  }
3767
3188
  /** Contains response data for the regenerateCredential operation. */
3768
3189
  export type RegistriesRegenerateCredentialResponse = RegistryListCredentialsResult;
3769
3190
  /** Optional parameters. */
3770
- export interface RegistriesGenerateCredentialsOptionalParams extends coreClient.OperationOptions {
3191
+ export interface RegistriesScheduleRunOptionalParams extends coreClient.OperationOptions {
3771
3192
  /** Delay to wait until next poll, in milliseconds. */
3772
3193
  updateIntervalInMs?: number;
3773
3194
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3774
3195
  resumeFrom?: string;
3775
3196
  }
3776
- /** Contains response data for the generateCredentials operation. */
3777
- export type RegistriesGenerateCredentialsResponse = GenerateCredentialsResult;
3778
- /** Optional parameters. */
3779
- export interface RegistriesScheduleRunOptionalParams extends coreClient.OperationOptions {
3780
- }
3781
3197
  /** Contains response data for the scheduleRun operation. */
3782
3198
  export type RegistriesScheduleRunResponse = Run;
3783
3199
  /** Optional parameters. */
@@ -3801,77 +3217,138 @@ export interface RegistriesListPrivateLinkResourcesNextOptionalParams extends co
3801
3217
  /** Contains response data for the listPrivateLinkResourcesNext operation. */
3802
3218
  export type RegistriesListPrivateLinkResourcesNextResponse = PrivateLinkResourceListResult;
3803
3219
  /** Optional parameters. */
3804
- export interface ImportPipelinesListOptionalParams extends coreClient.OperationOptions {
3220
+ export interface CacheRulesListOptionalParams extends coreClient.OperationOptions {
3805
3221
  }
3806
3222
  /** Contains response data for the list operation. */
3807
- export type ImportPipelinesListResponse = ImportPipelineListResult;
3223
+ export type CacheRulesListResponse = CacheRulesListResult;
3808
3224
  /** Optional parameters. */
3809
- export interface ImportPipelinesGetOptionalParams extends coreClient.OperationOptions {
3225
+ export interface CacheRulesGetOptionalParams extends coreClient.OperationOptions {
3810
3226
  }
3811
3227
  /** Contains response data for the get operation. */
3812
- export type ImportPipelinesGetResponse = ImportPipeline;
3228
+ export type CacheRulesGetResponse = CacheRule;
3813
3229
  /** Optional parameters. */
3814
- export interface ImportPipelinesCreateOptionalParams extends coreClient.OperationOptions {
3230
+ export interface CacheRulesCreateOptionalParams extends coreClient.OperationOptions {
3815
3231
  /** Delay to wait until next poll, in milliseconds. */
3816
3232
  updateIntervalInMs?: number;
3817
3233
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3818
3234
  resumeFrom?: string;
3819
3235
  }
3820
3236
  /** Contains response data for the create operation. */
3821
- 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;
3822
3247
  /** Optional parameters. */
3823
- export interface ImportPipelinesDeleteOptionalParams extends coreClient.OperationOptions {
3248
+ export interface CacheRulesDeleteOptionalParams extends coreClient.OperationOptions {
3824
3249
  /** Delay to wait until next poll, in milliseconds. */
3825
3250
  updateIntervalInMs?: number;
3826
3251
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3827
3252
  resumeFrom?: string;
3828
3253
  }
3254
+ /** Contains response data for the delete operation. */
3255
+ export type CacheRulesDeleteResponse = CacheRulesDeleteHeaders;
3829
3256
  /** Optional parameters. */
3830
- export interface ImportPipelinesListNextOptionalParams extends coreClient.OperationOptions {
3257
+ export interface CacheRulesListNextOptionalParams extends coreClient.OperationOptions {
3831
3258
  }
3832
3259
  /** Contains response data for the listNext operation. */
3833
- export type ImportPipelinesListNextResponse = ImportPipelineListResult;
3260
+ export type CacheRulesListNextResponse = CacheRulesListResult;
3834
3261
  /** Optional parameters. */
3835
- 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;
3836
3265
  }
3837
3266
  /** Contains response data for the list operation. */
3838
- export type OperationsListResponse = OperationListResult;
3267
+ export type ConnectedRegistriesListResponse = ConnectedRegistryListResult;
3839
3268
  /** Optional parameters. */
3840
- 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 {
3841
3307
  }
3842
3308
  /** Contains response data for the listNext operation. */
3843
- export type OperationsListNextResponse = OperationListResult;
3309
+ export type ConnectedRegistriesListNextResponse = ConnectedRegistryListResult;
3844
3310
  /** Optional parameters. */
3845
- export interface PipelineRunsListOptionalParams extends coreClient.OperationOptions {
3311
+ export interface CredentialSetsListOptionalParams extends coreClient.OperationOptions {
3846
3312
  }
3847
3313
  /** Contains response data for the list operation. */
3848
- export type PipelineRunsListResponse = PipelineRunListResult;
3314
+ export type CredentialSetsListResponse = CredentialSetListResult;
3849
3315
  /** Optional parameters. */
3850
- export interface PipelineRunsGetOptionalParams extends coreClient.OperationOptions {
3316
+ export interface CredentialSetsGetOptionalParams extends coreClient.OperationOptions {
3851
3317
  }
3852
3318
  /** Contains response data for the get operation. */
3853
- export type PipelineRunsGetResponse = PipelineRun;
3319
+ export type CredentialSetsGetResponse = CredentialSet;
3854
3320
  /** Optional parameters. */
3855
- export interface PipelineRunsCreateOptionalParams extends coreClient.OperationOptions {
3321
+ export interface CredentialSetsCreateOptionalParams extends coreClient.OperationOptions {
3856
3322
  /** Delay to wait until next poll, in milliseconds. */
3857
3323
  updateIntervalInMs?: number;
3858
3324
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3859
3325
  resumeFrom?: string;
3860
3326
  }
3861
3327
  /** Contains response data for the create operation. */
3862
- 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;
3863
3338
  /** Optional parameters. */
3864
- export interface PipelineRunsDeleteOptionalParams extends coreClient.OperationOptions {
3339
+ export interface CredentialSetsDeleteOptionalParams extends coreClient.OperationOptions {
3865
3340
  /** Delay to wait until next poll, in milliseconds. */
3866
3341
  updateIntervalInMs?: number;
3867
3342
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3868
3343
  resumeFrom?: string;
3869
3344
  }
3345
+ /** Contains response data for the delete operation. */
3346
+ export type CredentialSetsDeleteResponse = CredentialSetsDeleteHeaders;
3870
3347
  /** Optional parameters. */
3871
- export interface PipelineRunsListNextOptionalParams extends coreClient.OperationOptions {
3348
+ export interface CredentialSetsListNextOptionalParams extends coreClient.OperationOptions {
3872
3349
  }
3873
3350
  /** Contains response data for the listNext operation. */
3874
- export type PipelineRunsListNextResponse = PipelineRunListResult;
3351
+ export type CredentialSetsListNextResponse = CredentialSetListResult;
3875
3352
  /** Optional parameters. */
3876
3353
  export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
3877
3354
  }
@@ -3923,21 +3400,21 @@ export interface ReplicationsCreateOptionalParams extends coreClient.OperationOp
3923
3400
  /** Contains response data for the create operation. */
3924
3401
  export type ReplicationsCreateResponse = Replication;
3925
3402
  /** Optional parameters. */
3926
- export interface ReplicationsDeleteOptionalParams extends coreClient.OperationOptions {
3403
+ export interface ReplicationsUpdateOptionalParams extends coreClient.OperationOptions {
3927
3404
  /** Delay to wait until next poll, in milliseconds. */
3928
3405
  updateIntervalInMs?: number;
3929
3406
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3930
3407
  resumeFrom?: string;
3931
3408
  }
3409
+ /** Contains response data for the update operation. */
3410
+ export type ReplicationsUpdateResponse = Replication;
3932
3411
  /** Optional parameters. */
3933
- export interface ReplicationsUpdateOptionalParams extends coreClient.OperationOptions {
3412
+ export interface ReplicationsDeleteOptionalParams extends coreClient.OperationOptions {
3934
3413
  /** Delay to wait until next poll, in milliseconds. */
3935
3414
  updateIntervalInMs?: number;
3936
3415
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3937
3416
  resumeFrom?: string;
3938
3417
  }
3939
- /** Contains response data for the update operation. */
3940
- export type ReplicationsUpdateResponse = Replication;
3941
3418
  /** Optional parameters. */
3942
3419
  export interface ReplicationsListNextOptionalParams extends coreClient.OperationOptions {
3943
3420
  }
@@ -3963,21 +3440,21 @@ export interface ScopeMapsCreateOptionalParams extends coreClient.OperationOptio
3963
3440
  /** Contains response data for the create operation. */
3964
3441
  export type ScopeMapsCreateResponse = ScopeMap;
3965
3442
  /** Optional parameters. */
3966
- export interface ScopeMapsDeleteOptionalParams extends coreClient.OperationOptions {
3443
+ export interface ScopeMapsUpdateOptionalParams extends coreClient.OperationOptions {
3967
3444
  /** Delay to wait until next poll, in milliseconds. */
3968
3445
  updateIntervalInMs?: number;
3969
3446
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3970
3447
  resumeFrom?: string;
3971
3448
  }
3449
+ /** Contains response data for the update operation. */
3450
+ export type ScopeMapsUpdateResponse = ScopeMap;
3972
3451
  /** Optional parameters. */
3973
- export interface ScopeMapsUpdateOptionalParams extends coreClient.OperationOptions {
3452
+ export interface ScopeMapsDeleteOptionalParams extends coreClient.OperationOptions {
3974
3453
  /** Delay to wait until next poll, in milliseconds. */
3975
3454
  updateIntervalInMs?: number;
3976
3455
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3977
3456
  resumeFrom?: string;
3978
3457
  }
3979
- /** Contains response data for the update operation. */
3980
- export type ScopeMapsUpdateResponse = ScopeMap;
3981
3458
  /** Optional parameters. */
3982
3459
  export interface ScopeMapsListNextOptionalParams extends coreClient.OperationOptions {
3983
3460
  }
@@ -4003,21 +3480,21 @@ export interface TokensCreateOptionalParams extends coreClient.OperationOptions
4003
3480
  /** Contains response data for the create operation. */
4004
3481
  export type TokensCreateResponse = Token;
4005
3482
  /** Optional parameters. */
4006
- export interface TokensDeleteOptionalParams extends coreClient.OperationOptions {
3483
+ export interface TokensUpdateOptionalParams extends coreClient.OperationOptions {
4007
3484
  /** Delay to wait until next poll, in milliseconds. */
4008
3485
  updateIntervalInMs?: number;
4009
3486
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4010
3487
  resumeFrom?: string;
4011
3488
  }
3489
+ /** Contains response data for the update operation. */
3490
+ export type TokensUpdateResponse = Token;
4012
3491
  /** Optional parameters. */
4013
- export interface TokensUpdateOptionalParams extends coreClient.OperationOptions {
3492
+ export interface TokensDeleteOptionalParams extends coreClient.OperationOptions {
4014
3493
  /** Delay to wait until next poll, in milliseconds. */
4015
3494
  updateIntervalInMs?: number;
4016
3495
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4017
3496
  resumeFrom?: string;
4018
3497
  }
4019
- /** Contains response data for the update operation. */
4020
- export type TokensUpdateResponse = Token;
4021
3498
  /** Optional parameters. */
4022
3499
  export interface TokensListNextOptionalParams extends coreClient.OperationOptions {
4023
3500
  }
@@ -4043,36 +3520,36 @@ export interface WebhooksCreateOptionalParams extends coreClient.OperationOption
4043
3520
  /** Contains response data for the create operation. */
4044
3521
  export type WebhooksCreateResponse = Webhook;
4045
3522
  /** Optional parameters. */
4046
- export interface WebhooksDeleteOptionalParams extends coreClient.OperationOptions {
3523
+ export interface WebhooksUpdateOptionalParams extends coreClient.OperationOptions {
4047
3524
  /** Delay to wait until next poll, in milliseconds. */
4048
3525
  updateIntervalInMs?: number;
4049
3526
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4050
3527
  resumeFrom?: string;
4051
3528
  }
3529
+ /** Contains response data for the update operation. */
3530
+ export type WebhooksUpdateResponse = Webhook;
4052
3531
  /** Optional parameters. */
4053
- export interface WebhooksUpdateOptionalParams extends coreClient.OperationOptions {
3532
+ export interface WebhooksDeleteOptionalParams extends coreClient.OperationOptions {
4054
3533
  /** Delay to wait until next poll, in milliseconds. */
4055
3534
  updateIntervalInMs?: number;
4056
3535
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4057
3536
  resumeFrom?: string;
4058
3537
  }
4059
- /** Contains response data for the update operation. */
4060
- export type WebhooksUpdateResponse = Webhook;
4061
3538
  /** Optional parameters. */
4062
- export interface WebhooksPingOptionalParams extends coreClient.OperationOptions {
3539
+ export interface WebhooksGetCallbackConfigOptionalParams extends coreClient.OperationOptions {
4063
3540
  }
4064
- /** Contains response data for the ping operation. */
4065
- export type WebhooksPingResponse = EventInfo;
3541
+ /** Contains response data for the getCallbackConfig operation. */
3542
+ export type WebhooksGetCallbackConfigResponse = CallbackConfig;
4066
3543
  /** Optional parameters. */
4067
3544
  export interface WebhooksListEventsOptionalParams extends coreClient.OperationOptions {
4068
3545
  }
4069
3546
  /** Contains response data for the listEvents operation. */
4070
3547
  export type WebhooksListEventsResponse = EventListResult;
4071
3548
  /** Optional parameters. */
4072
- export interface WebhooksGetCallbackConfigOptionalParams extends coreClient.OperationOptions {
3549
+ export interface WebhooksPingOptionalParams extends coreClient.OperationOptions {
4073
3550
  }
4074
- /** Contains response data for the getCallbackConfig operation. */
4075
- export type WebhooksGetCallbackConfigResponse = CallbackConfig;
3551
+ /** Contains response data for the ping operation. */
3552
+ export type WebhooksPingResponse = EventInfo;
4076
3553
  /** Optional parameters. */
4077
3554
  export interface WebhooksListNextOptionalParams extends coreClient.OperationOptions {
4078
3555
  }
@@ -4104,8 +3581,6 @@ export interface AgentPoolsDeleteOptionalParams extends coreClient.OperationOpti
4104
3581
  /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
4105
3582
  resumeFrom?: string;
4106
3583
  }
4107
- /** Contains response data for the delete operation. */
4108
- export type AgentPoolsDeleteResponse = AgentPoolsDeleteHeaders;
4109
3584
  /** Optional parameters. */
4110
3585
  export interface AgentPoolsUpdateOptionalParams extends coreClient.OperationOptions {
4111
3586
  /** Delay to wait until next poll, in milliseconds. */
@@ -4146,6 +3621,10 @@ export interface RunsGetOptionalParams extends coreClient.OperationOptions {
4146
3621
  export type RunsGetResponse = Run;
4147
3622
  /** Optional parameters. */
4148
3623
  export interface RunsUpdateOptionalParams extends coreClient.OperationOptions {
3624
+ /** Delay to wait until next poll, in milliseconds. */
3625
+ updateIntervalInMs?: number;
3626
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3627
+ resumeFrom?: string;
4149
3628
  }
4150
3629
  /** Contains response data for the update operation. */
4151
3630
  export type RunsUpdateResponse = Run;
@@ -4156,6 +3635,10 @@ export interface RunsGetLogSasUrlOptionalParams extends coreClient.OperationOpti
4156
3635
  export type RunsGetLogSasUrlResponse = RunGetLogResult;
4157
3636
  /** Optional parameters. */
4158
3637
  export interface RunsCancelOptionalParams extends coreClient.OperationOptions {
3638
+ /** Delay to wait until next poll, in milliseconds. */
3639
+ updateIntervalInMs?: number;
3640
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3641
+ resumeFrom?: string;
4159
3642
  }
4160
3643
  /** Optional parameters. */
4161
3644
  export interface RunsListNextOptionalParams extends coreClient.OperationOptions {
@@ -4178,6 +3661,10 @@ export interface TaskRunsCreateOptionalParams extends coreClient.OperationOption
4178
3661
  export type TaskRunsCreateResponse = TaskRun;
4179
3662
  /** Optional parameters. */
4180
3663
  export interface TaskRunsDeleteOptionalParams extends coreClient.OperationOptions {
3664
+ /** Delay to wait until next poll, in milliseconds. */
3665
+ updateIntervalInMs?: number;
3666
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3667
+ resumeFrom?: string;
4181
3668
  }
4182
3669
  /** Optional parameters. */
4183
3670
  export interface TaskRunsUpdateOptionalParams extends coreClient.OperationOptions {
@@ -4215,14 +3702,26 @@ export interface TasksGetOptionalParams extends coreClient.OperationOptions {
4215
3702
  export type TasksGetResponse = Task;
4216
3703
  /** Optional parameters. */
4217
3704
  export interface TasksCreateOptionalParams extends coreClient.OperationOptions {
3705
+ /** Delay to wait until next poll, in milliseconds. */
3706
+ updateIntervalInMs?: number;
3707
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3708
+ resumeFrom?: string;
4218
3709
  }
4219
3710
  /** Contains response data for the create operation. */
4220
3711
  export type TasksCreateResponse = Task;
4221
3712
  /** Optional parameters. */
4222
3713
  export interface TasksDeleteOptionalParams extends coreClient.OperationOptions {
3714
+ /** Delay to wait until next poll, in milliseconds. */
3715
+ updateIntervalInMs?: number;
3716
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3717
+ resumeFrom?: string;
4223
3718
  }
4224
3719
  /** Optional parameters. */
4225
3720
  export interface TasksUpdateOptionalParams extends coreClient.OperationOptions {
3721
+ /** Delay to wait until next poll, in milliseconds. */
3722
+ updateIntervalInMs?: number;
3723
+ /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3724
+ resumeFrom?: string;
4226
3725
  }
4227
3726
  /** Contains response data for the update operation. */
4228
3727
  export type TasksUpdateResponse = Task;
@@ -4240,8 +3739,6 @@ export type TasksListNextResponse = TaskListResult;
4240
3739
  export interface ContainerRegistryManagementClientOptionalParams extends coreClient.ServiceClientOptions {
4241
3740
  /** server parameter */
4242
3741
  $host?: string;
4243
- /** Api Version */
4244
- apiVersion?: string;
4245
3742
  /** Overrides client endpoint. */
4246
3743
  endpoint?: string;
4247
3744
  }