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

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (380) hide show
  1. package/CHANGELOG.md +23 -108
  2. package/LICENSE +1 -1
  3. package/README.md +1 -1
  4. package/dist/index.js +3777 -6073
  5. package/dist/index.js.map +1 -1
  6. package/dist/index.min.js +1 -1
  7. package/dist/index.min.js.map +1 -1
  8. package/dist-esm/samples-dev/agentPoolsCreateSample.js +11 -3
  9. package/dist-esm/samples-dev/agentPoolsCreateSample.js.map +1 -1
  10. package/dist-esm/samples-dev/agentPoolsDeleteSample.js +11 -3
  11. package/dist-esm/samples-dev/agentPoolsDeleteSample.js.map +1 -1
  12. package/dist-esm/samples-dev/agentPoolsGetQueueStatusSample.js +11 -3
  13. package/dist-esm/samples-dev/agentPoolsGetQueueStatusSample.js.map +1 -1
  14. package/dist-esm/samples-dev/agentPoolsGetSample.js +11 -3
  15. package/dist-esm/samples-dev/agentPoolsGetSample.js.map +1 -1
  16. package/dist-esm/samples-dev/agentPoolsListSample.js +11 -3
  17. package/dist-esm/samples-dev/agentPoolsListSample.js.map +1 -1
  18. package/dist-esm/samples-dev/agentPoolsUpdateSample.js +11 -3
  19. package/dist-esm/samples-dev/agentPoolsUpdateSample.js.map +1 -1
  20. package/dist-esm/samples-dev/operationsListSample.js +11 -3
  21. package/dist-esm/samples-dev/operationsListSample.js.map +1 -1
  22. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +12 -4
  23. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js.map +1 -1
  24. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +12 -4
  25. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js.map +1 -1
  26. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +12 -4
  27. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js.map +1 -1
  28. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +12 -4
  29. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js.map +1 -1
  30. package/dist-esm/samples-dev/registriesCheckNameAvailabilitySample.js +15 -6
  31. package/dist-esm/samples-dev/registriesCheckNameAvailabilitySample.js.map +1 -1
  32. package/dist-esm/samples-dev/registriesCreateSample.js +17 -8
  33. package/dist-esm/samples-dev/registriesCreateSample.js.map +1 -1
  34. package/dist-esm/samples-dev/registriesDeleteSample.js +12 -4
  35. package/dist-esm/samples-dev/registriesDeleteSample.js.map +1 -1
  36. package/dist-esm/samples-dev/registriesGenerateCredentialsSample.js +12 -4
  37. package/dist-esm/samples-dev/registriesGenerateCredentialsSample.js.map +1 -1
  38. package/dist-esm/samples-dev/registriesGetBuildSourceUploadUrlSample.js +11 -3
  39. package/dist-esm/samples-dev/registriesGetBuildSourceUploadUrlSample.js.map +1 -1
  40. package/dist-esm/samples-dev/registriesGetPrivateLinkResourceSample.js +12 -4
  41. package/dist-esm/samples-dev/registriesGetPrivateLinkResourceSample.js.map +1 -1
  42. package/dist-esm/samples-dev/registriesGetSample.js +12 -4
  43. package/dist-esm/samples-dev/registriesGetSample.js.map +1 -1
  44. package/dist-esm/samples-dev/registriesImportImageSample.js +22 -12
  45. package/dist-esm/samples-dev/registriesImportImageSample.js.map +1 -1
  46. package/dist-esm/samples-dev/registriesListByResourceGroupSample.js +12 -4
  47. package/dist-esm/samples-dev/registriesListByResourceGroupSample.js.map +1 -1
  48. package/dist-esm/samples-dev/registriesListCredentialsSample.js +12 -4
  49. package/dist-esm/samples-dev/registriesListCredentialsSample.js.map +1 -1
  50. package/dist-esm/samples-dev/registriesListPrivateLinkResourcesSample.js +12 -4
  51. package/dist-esm/samples-dev/registriesListPrivateLinkResourcesSample.js.map +1 -1
  52. package/dist-esm/samples-dev/registriesListSample.js +11 -3
  53. package/dist-esm/samples-dev/registriesListSample.js.map +1 -1
  54. package/dist-esm/samples-dev/registriesListUsagesSample.js +12 -4
  55. package/dist-esm/samples-dev/registriesListUsagesSample.js.map +1 -1
  56. package/dist-esm/samples-dev/registriesRegenerateCredentialSample.js +12 -4
  57. package/dist-esm/samples-dev/registriesRegenerateCredentialSample.js.map +1 -1
  58. package/dist-esm/samples-dev/registriesScheduleRunSample.js +35 -21
  59. package/dist-esm/samples-dev/registriesScheduleRunSample.js.map +1 -1
  60. package/dist-esm/samples-dev/registriesUpdateSample.js +12 -4
  61. package/dist-esm/samples-dev/registriesUpdateSample.js.map +1 -1
  62. package/dist-esm/samples-dev/replicationsCreateSample.js +17 -8
  63. package/dist-esm/samples-dev/replicationsCreateSample.js.map +1 -1
  64. package/dist-esm/samples-dev/replicationsDeleteSample.js +12 -4
  65. package/dist-esm/samples-dev/replicationsDeleteSample.js.map +1 -1
  66. package/dist-esm/samples-dev/replicationsGetSample.js +12 -4
  67. package/dist-esm/samples-dev/replicationsGetSample.js.map +1 -1
  68. package/dist-esm/samples-dev/replicationsListSample.js +12 -4
  69. package/dist-esm/samples-dev/replicationsListSample.js.map +1 -1
  70. package/dist-esm/samples-dev/replicationsUpdateSample.js +12 -4
  71. package/dist-esm/samples-dev/replicationsUpdateSample.js.map +1 -1
  72. package/dist-esm/samples-dev/runsCancelSample.js +11 -3
  73. package/dist-esm/samples-dev/runsCancelSample.js.map +1 -1
  74. package/dist-esm/samples-dev/runsGetLogSasUrlSample.js +11 -3
  75. package/dist-esm/samples-dev/runsGetLogSasUrlSample.js.map +1 -1
  76. package/dist-esm/samples-dev/runsGetSample.js +11 -3
  77. package/dist-esm/samples-dev/runsGetSample.js.map +1 -1
  78. package/dist-esm/samples-dev/runsListSample.js +11 -3
  79. package/dist-esm/samples-dev/runsListSample.js.map +1 -1
  80. package/dist-esm/samples-dev/runsUpdateSample.js +11 -3
  81. package/dist-esm/samples-dev/runsUpdateSample.js.map +1 -1
  82. package/dist-esm/samples-dev/scopeMapsCreateSample.js +12 -4
  83. package/dist-esm/samples-dev/scopeMapsCreateSample.js.map +1 -1
  84. package/dist-esm/samples-dev/scopeMapsDeleteSample.js +12 -4
  85. package/dist-esm/samples-dev/scopeMapsDeleteSample.js.map +1 -1
  86. package/dist-esm/samples-dev/scopeMapsGetSample.js +12 -4
  87. package/dist-esm/samples-dev/scopeMapsGetSample.js.map +1 -1
  88. package/dist-esm/samples-dev/scopeMapsListSample.js +12 -4
  89. package/dist-esm/samples-dev/scopeMapsListSample.js.map +1 -1
  90. package/dist-esm/samples-dev/scopeMapsUpdateSample.js +12 -4
  91. package/dist-esm/samples-dev/scopeMapsUpdateSample.js.map +1 -1
  92. package/dist-esm/samples-dev/taskRunsCreateSample.js +11 -3
  93. package/dist-esm/samples-dev/taskRunsCreateSample.js.map +1 -1
  94. package/dist-esm/samples-dev/taskRunsDeleteSample.js +11 -3
  95. package/dist-esm/samples-dev/taskRunsDeleteSample.js.map +1 -1
  96. package/dist-esm/samples-dev/taskRunsGetDetailsSample.js +11 -3
  97. package/dist-esm/samples-dev/taskRunsGetDetailsSample.js.map +1 -1
  98. package/dist-esm/samples-dev/taskRunsGetSample.js +11 -3
  99. package/dist-esm/samples-dev/taskRunsGetSample.js.map +1 -1
  100. package/dist-esm/samples-dev/taskRunsListSample.js +11 -3
  101. package/dist-esm/samples-dev/taskRunsListSample.js.map +1 -1
  102. package/dist-esm/samples-dev/taskRunsUpdateSample.js +11 -3
  103. package/dist-esm/samples-dev/taskRunsUpdateSample.js.map +1 -1
  104. package/dist-esm/samples-dev/tasksCreateSample.js +27 -15
  105. package/dist-esm/samples-dev/tasksCreateSample.js.map +1 -1
  106. package/dist-esm/samples-dev/tasksDeleteSample.js +11 -3
  107. package/dist-esm/samples-dev/tasksDeleteSample.js.map +1 -1
  108. package/dist-esm/samples-dev/tasksGetDetailsSample.js +11 -3
  109. package/dist-esm/samples-dev/tasksGetDetailsSample.js.map +1 -1
  110. package/dist-esm/samples-dev/tasksGetSample.js +11 -3
  111. package/dist-esm/samples-dev/tasksGetSample.js.map +1 -1
  112. package/dist-esm/samples-dev/tasksListSample.js +11 -3
  113. package/dist-esm/samples-dev/tasksListSample.js.map +1 -1
  114. package/dist-esm/samples-dev/tasksUpdateSample.js +27 -15
  115. package/dist-esm/samples-dev/tasksUpdateSample.js.map +1 -1
  116. package/dist-esm/samples-dev/tokensCreateSample.js +12 -4
  117. package/dist-esm/samples-dev/tokensCreateSample.js.map +1 -1
  118. package/dist-esm/samples-dev/tokensDeleteSample.js +12 -4
  119. package/dist-esm/samples-dev/tokensDeleteSample.js.map +1 -1
  120. package/dist-esm/samples-dev/tokensGetSample.js +12 -4
  121. package/dist-esm/samples-dev/tokensGetSample.js.map +1 -1
  122. package/dist-esm/samples-dev/tokensListSample.js +12 -4
  123. package/dist-esm/samples-dev/tokensListSample.js.map +1 -1
  124. package/dist-esm/samples-dev/tokensUpdateSample.js +12 -4
  125. package/dist-esm/samples-dev/tokensUpdateSample.js.map +1 -1
  126. package/dist-esm/samples-dev/webhooksCreateSample.js +13 -5
  127. package/dist-esm/samples-dev/webhooksCreateSample.js.map +1 -1
  128. package/dist-esm/samples-dev/webhooksDeleteSample.js +12 -4
  129. package/dist-esm/samples-dev/webhooksDeleteSample.js.map +1 -1
  130. package/dist-esm/samples-dev/webhooksGetCallbackConfigSample.js +12 -4
  131. package/dist-esm/samples-dev/webhooksGetCallbackConfigSample.js.map +1 -1
  132. package/dist-esm/samples-dev/webhooksGetSample.js +12 -4
  133. package/dist-esm/samples-dev/webhooksGetSample.js.map +1 -1
  134. package/dist-esm/samples-dev/webhooksListEventsSample.js +12 -4
  135. package/dist-esm/samples-dev/webhooksListEventsSample.js.map +1 -1
  136. package/dist-esm/samples-dev/webhooksListSample.js +12 -4
  137. package/dist-esm/samples-dev/webhooksListSample.js.map +1 -1
  138. package/dist-esm/samples-dev/webhooksPingSample.js +12 -4
  139. package/dist-esm/samples-dev/webhooksPingSample.js.map +1 -1
  140. package/dist-esm/samples-dev/webhooksUpdateSample.js +13 -5
  141. package/dist-esm/samples-dev/webhooksUpdateSample.js.map +1 -1
  142. package/dist-esm/src/containerRegistryManagementClient.d.ts +2 -6
  143. package/dist-esm/src/containerRegistryManagementClient.d.ts.map +1 -1
  144. package/dist-esm/src/containerRegistryManagementClient.js +3 -7
  145. package/dist-esm/src/containerRegistryManagementClient.js.map +1 -1
  146. package/dist-esm/src/lroImpl.d.ts +6 -11
  147. package/dist-esm/src/lroImpl.d.ts.map +1 -1
  148. package/dist-esm/src/lroImpl.js +12 -20
  149. package/dist-esm/src/lroImpl.js.map +1 -1
  150. package/dist-esm/src/models/index.d.ts +240 -897
  151. package/dist-esm/src/models/index.d.ts.map +1 -1
  152. package/dist-esm/src/models/index.js +36 -142
  153. package/dist-esm/src/models/index.js.map +1 -1
  154. package/dist-esm/src/models/mappers.d.ts +26 -38
  155. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  156. package/dist-esm/src/models/mappers.js +590 -1282
  157. package/dist-esm/src/models/mappers.js.map +1 -1
  158. package/dist-esm/src/models/parameters.d.ts +6 -14
  159. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  160. package/dist-esm/src/models/parameters.js +43 -109
  161. package/dist-esm/src/models/parameters.js.map +1 -1
  162. package/dist-esm/src/operations/agentPools.d.ts +4 -4
  163. package/dist-esm/src/operations/agentPools.d.ts.map +1 -1
  164. package/dist-esm/src/operations/agentPools.js +48 -31
  165. package/dist-esm/src/operations/agentPools.js.map +1 -1
  166. package/dist-esm/src/operations/index.d.ts +0 -4
  167. package/dist-esm/src/operations/index.d.ts.map +1 -1
  168. package/dist-esm/src/operations/index.js +0 -4
  169. package/dist-esm/src/operations/index.js.map +1 -1
  170. package/dist-esm/src/operations/operations.js +0 -1
  171. package/dist-esm/src/operations/operations.js.map +1 -1
  172. package/dist-esm/src/operations/privateEndpointConnections.d.ts +11 -11
  173. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
  174. package/dist-esm/src/operations/privateEndpointConnections.js +42 -33
  175. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
  176. package/dist-esm/src/operations/registries.d.ts +28 -28
  177. package/dist-esm/src/operations/registries.d.ts.map +1 -1
  178. package/dist-esm/src/operations/registries.js +101 -70
  179. package/dist-esm/src/operations/registries.js.map +1 -1
  180. package/dist-esm/src/operations/replications.d.ts +14 -14
  181. package/dist-esm/src/operations/replications.d.ts.map +1 -1
  182. package/dist-esm/src/operations/replications.js +56 -42
  183. package/dist-esm/src/operations/replications.js.map +1 -1
  184. package/dist-esm/src/operations/runs.d.ts +3 -3
  185. package/dist-esm/src/operations/runs.d.ts.map +1 -1
  186. package/dist-esm/src/operations/runs.js +33 -20
  187. package/dist-esm/src/operations/runs.js.map +1 -1
  188. package/dist-esm/src/operations/scopeMaps.d.ts +14 -14
  189. package/dist-esm/src/operations/scopeMaps.d.ts.map +1 -1
  190. package/dist-esm/src/operations/scopeMaps.js +56 -42
  191. package/dist-esm/src/operations/scopeMaps.js.map +1 -1
  192. package/dist-esm/src/operations/taskRuns.d.ts +4 -4
  193. package/dist-esm/src/operations/taskRuns.d.ts.map +1 -1
  194. package/dist-esm/src/operations/taskRuns.js +42 -31
  195. package/dist-esm/src/operations/taskRuns.js.map +1 -1
  196. package/dist-esm/src/operations/tasks.d.ts +4 -4
  197. package/dist-esm/src/operations/tasks.d.ts.map +1 -1
  198. package/dist-esm/src/operations/tasks.js +48 -37
  199. package/dist-esm/src/operations/tasks.js.map +1 -1
  200. package/dist-esm/src/operations/tokens.d.ts +14 -14
  201. package/dist-esm/src/operations/tokens.d.ts.map +1 -1
  202. package/dist-esm/src/operations/tokens.js +56 -42
  203. package/dist-esm/src/operations/tokens.js.map +1 -1
  204. package/dist-esm/src/operations/webhooks.d.ts +19 -19
  205. package/dist-esm/src/operations/webhooks.d.ts.map +1 -1
  206. package/dist-esm/src/operations/webhooks.js +61 -48
  207. package/dist-esm/src/operations/webhooks.js.map +1 -1
  208. package/dist-esm/src/operationsInterfaces/agentPools.d.ts +4 -4
  209. package/dist-esm/src/operationsInterfaces/agentPools.d.ts.map +1 -1
  210. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -4
  211. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  212. package/dist-esm/src/operationsInterfaces/index.js +0 -4
  213. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  214. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts +9 -9
  215. package/dist-esm/src/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  216. package/dist-esm/src/operationsInterfaces/registries.d.ts +24 -24
  217. package/dist-esm/src/operationsInterfaces/registries.d.ts.map +1 -1
  218. package/dist-esm/src/operationsInterfaces/replications.d.ts +12 -12
  219. package/dist-esm/src/operationsInterfaces/replications.d.ts.map +1 -1
  220. package/dist-esm/src/operationsInterfaces/runs.d.ts +3 -3
  221. package/dist-esm/src/operationsInterfaces/runs.d.ts.map +1 -1
  222. package/dist-esm/src/operationsInterfaces/scopeMaps.d.ts +12 -12
  223. package/dist-esm/src/operationsInterfaces/scopeMaps.d.ts.map +1 -1
  224. package/dist-esm/src/operationsInterfaces/taskRuns.d.ts +4 -4
  225. package/dist-esm/src/operationsInterfaces/taskRuns.d.ts.map +1 -1
  226. package/dist-esm/src/operationsInterfaces/tasks.d.ts +4 -4
  227. package/dist-esm/src/operationsInterfaces/tasks.d.ts.map +1 -1
  228. package/dist-esm/src/operationsInterfaces/tokens.d.ts +12 -12
  229. package/dist-esm/src/operationsInterfaces/tokens.d.ts.map +1 -1
  230. package/dist-esm/src/operationsInterfaces/webhooks.d.ts +15 -15
  231. package/dist-esm/src/operationsInterfaces/webhooks.d.ts.map +1 -1
  232. package/dist-esm/src/pagingHelper.d.ts +4 -4
  233. package/dist-esm/src/pagingHelper.js +4 -4
  234. package/dist-esm/test/containerregistry_examples.js +1 -1
  235. package/dist-esm/test/containerregistry_examples.js.map +1 -1
  236. package/package.json +11 -10
  237. package/review/arm-containerregistry.api.md +147 -587
  238. package/src/containerRegistryManagementClient.ts +2 -18
  239. package/src/lroImpl.ts +31 -23
  240. package/src/models/index.ts +261 -1006
  241. package/src/models/mappers.ts +514 -1254
  242. package/src/models/parameters.ts +44 -123
  243. package/src/operations/agentPools.ts +57 -42
  244. package/src/operations/index.ts +0 -4
  245. package/src/operations/operations.ts +0 -1
  246. package/src/operations/privateEndpointConnections.ts +41 -33
  247. package/src/operations/registries.ts +122 -99
  248. package/src/operations/replications.ts +59 -47
  249. package/src/operations/runs.ts +42 -30
  250. package/src/operations/scopeMaps.ts +59 -47
  251. package/src/operations/taskRuns.ts +51 -42
  252. package/src/operations/tasks.ts +49 -40
  253. package/src/operations/tokens.ts +57 -45
  254. package/src/operations/webhooks.ts +64 -53
  255. package/src/operationsInterfaces/agentPools.ts +6 -6
  256. package/src/operationsInterfaces/index.ts +0 -4
  257. package/src/operationsInterfaces/privateEndpointConnections.ts +10 -10
  258. package/src/operationsInterfaces/registries.ts +28 -28
  259. package/src/operationsInterfaces/replications.ts +14 -14
  260. package/src/operationsInterfaces/runs.ts +3 -3
  261. package/src/operationsInterfaces/scopeMaps.ts +14 -14
  262. package/src/operationsInterfaces/taskRuns.ts +6 -6
  263. package/src/operationsInterfaces/tasks.ts +4 -4
  264. package/src/operationsInterfaces/tokens.ts +12 -12
  265. package/src/operationsInterfaces/webhooks.ts +17 -17
  266. package/src/pagingHelper.ts +4 -4
  267. package/types/arm-containerregistry.d.ts +244 -1226
  268. package/types/tsdoc-metadata.json +1 -1
  269. package/dist-esm/samples-dev/connectedRegistriesCreateSample.d.ts +0 -2
  270. package/dist-esm/samples-dev/connectedRegistriesCreateSample.d.ts.map +0 -1
  271. package/dist-esm/samples-dev/connectedRegistriesCreateSample.js +0 -47
  272. package/dist-esm/samples-dev/connectedRegistriesCreateSample.js.map +0 -1
  273. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.d.ts +0 -2
  274. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.d.ts.map +0 -1
  275. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.js +0 -32
  276. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.js.map +0 -1
  277. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.d.ts +0 -2
  278. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.d.ts.map +0 -1
  279. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.js +0 -32
  280. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.js.map +0 -1
  281. package/dist-esm/samples-dev/connectedRegistriesGetSample.d.ts +0 -2
  282. package/dist-esm/samples-dev/connectedRegistriesGetSample.d.ts.map +0 -1
  283. package/dist-esm/samples-dev/connectedRegistriesGetSample.js +0 -32
  284. package/dist-esm/samples-dev/connectedRegistriesGetSample.js.map +0 -1
  285. package/dist-esm/samples-dev/connectedRegistriesListSample.d.ts +0 -2
  286. package/dist-esm/samples-dev/connectedRegistriesListSample.d.ts.map +0 -1
  287. package/dist-esm/samples-dev/connectedRegistriesListSample.js +0 -45
  288. package/dist-esm/samples-dev/connectedRegistriesListSample.js.map +0 -1
  289. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.d.ts +0 -2
  290. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.d.ts.map +0 -1
  291. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.js +0 -45
  292. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.js.map +0 -1
  293. package/dist-esm/samples-dev/exportPipelinesCreateSample.d.ts +0 -2
  294. package/dist-esm/samples-dev/exportPipelinesCreateSample.d.ts.map +0 -1
  295. package/dist-esm/samples-dev/exportPipelinesCreateSample.js +0 -42
  296. package/dist-esm/samples-dev/exportPipelinesCreateSample.js.map +0 -1
  297. package/dist-esm/samples-dev/exportPipelinesDeleteSample.d.ts +0 -2
  298. package/dist-esm/samples-dev/exportPipelinesDeleteSample.d.ts.map +0 -1
  299. package/dist-esm/samples-dev/exportPipelinesDeleteSample.js +0 -32
  300. package/dist-esm/samples-dev/exportPipelinesDeleteSample.js.map +0 -1
  301. package/dist-esm/samples-dev/exportPipelinesGetSample.d.ts +0 -2
  302. package/dist-esm/samples-dev/exportPipelinesGetSample.d.ts.map +0 -1
  303. package/dist-esm/samples-dev/exportPipelinesGetSample.js +0 -32
  304. package/dist-esm/samples-dev/exportPipelinesGetSample.js.map +0 -1
  305. package/dist-esm/samples-dev/exportPipelinesListSample.d.ts +0 -2
  306. package/dist-esm/samples-dev/exportPipelinesListSample.d.ts.map +0 -1
  307. package/dist-esm/samples-dev/exportPipelinesListSample.js +0 -45
  308. package/dist-esm/samples-dev/exportPipelinesListSample.js.map +0 -1
  309. package/dist-esm/samples-dev/importPipelinesCreateSample.d.ts +0 -2
  310. package/dist-esm/samples-dev/importPipelinesCreateSample.d.ts.map +0 -1
  311. package/dist-esm/samples-dev/importPipelinesCreateSample.js +0 -47
  312. package/dist-esm/samples-dev/importPipelinesCreateSample.js.map +0 -1
  313. package/dist-esm/samples-dev/importPipelinesDeleteSample.d.ts +0 -2
  314. package/dist-esm/samples-dev/importPipelinesDeleteSample.d.ts.map +0 -1
  315. package/dist-esm/samples-dev/importPipelinesDeleteSample.js +0 -32
  316. package/dist-esm/samples-dev/importPipelinesDeleteSample.js.map +0 -1
  317. package/dist-esm/samples-dev/importPipelinesGetSample.d.ts +0 -2
  318. package/dist-esm/samples-dev/importPipelinesGetSample.d.ts.map +0 -1
  319. package/dist-esm/samples-dev/importPipelinesGetSample.js +0 -32
  320. package/dist-esm/samples-dev/importPipelinesGetSample.js.map +0 -1
  321. package/dist-esm/samples-dev/importPipelinesListSample.d.ts +0 -2
  322. package/dist-esm/samples-dev/importPipelinesListSample.d.ts.map +0 -1
  323. package/dist-esm/samples-dev/importPipelinesListSample.js +0 -45
  324. package/dist-esm/samples-dev/importPipelinesListSample.js.map +0 -1
  325. package/dist-esm/samples-dev/pipelineRunsCreateSample.d.ts +0 -2
  326. package/dist-esm/samples-dev/pipelineRunsCreateSample.d.ts.map +0 -1
  327. package/dist-esm/samples-dev/pipelineRunsCreateSample.js +0 -69
  328. package/dist-esm/samples-dev/pipelineRunsCreateSample.js.map +0 -1
  329. package/dist-esm/samples-dev/pipelineRunsDeleteSample.d.ts +0 -2
  330. package/dist-esm/samples-dev/pipelineRunsDeleteSample.d.ts.map +0 -1
  331. package/dist-esm/samples-dev/pipelineRunsDeleteSample.js +0 -32
  332. package/dist-esm/samples-dev/pipelineRunsDeleteSample.js.map +0 -1
  333. package/dist-esm/samples-dev/pipelineRunsGetSample.d.ts +0 -2
  334. package/dist-esm/samples-dev/pipelineRunsGetSample.d.ts.map +0 -1
  335. package/dist-esm/samples-dev/pipelineRunsGetSample.js +0 -32
  336. package/dist-esm/samples-dev/pipelineRunsGetSample.js.map +0 -1
  337. package/dist-esm/samples-dev/pipelineRunsListSample.d.ts +0 -2
  338. package/dist-esm/samples-dev/pipelineRunsListSample.d.ts.map +0 -1
  339. package/dist-esm/samples-dev/pipelineRunsListSample.js +0 -45
  340. package/dist-esm/samples-dev/pipelineRunsListSample.js.map +0 -1
  341. package/dist-esm/src/operations/connectedRegistries.d.ts +0 -115
  342. package/dist-esm/src/operations/connectedRegistries.d.ts.map +0 -1
  343. package/dist-esm/src/operations/connectedRegistries.js +0 -523
  344. package/dist-esm/src/operations/connectedRegistries.js.map +0 -1
  345. package/dist-esm/src/operations/exportPipelines.d.ts +0 -81
  346. package/dist-esm/src/operations/exportPipelines.d.ts.map +0 -1
  347. package/dist-esm/src/operations/exportPipelines.js +0 -353
  348. package/dist-esm/src/operations/exportPipelines.js.map +0 -1
  349. package/dist-esm/src/operations/importPipelines.d.ts +0 -81
  350. package/dist-esm/src/operations/importPipelines.d.ts.map +0 -1
  351. package/dist-esm/src/operations/importPipelines.js +0 -353
  352. package/dist-esm/src/operations/importPipelines.js.map +0 -1
  353. package/dist-esm/src/operations/pipelineRuns.d.ts +0 -81
  354. package/dist-esm/src/operations/pipelineRuns.d.ts.map +0 -1
  355. package/dist-esm/src/operations/pipelineRuns.js +0 -353
  356. package/dist-esm/src/operations/pipelineRuns.js.map +0 -1
  357. package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts +0 -90
  358. package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts.map +0 -1
  359. package/dist-esm/src/operationsInterfaces/connectedRegistries.js +0 -9
  360. package/dist-esm/src/operationsInterfaces/connectedRegistries.js.map +0 -1
  361. package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts +0 -56
  362. package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts.map +0 -1
  363. package/dist-esm/src/operationsInterfaces/exportPipelines.js +0 -9
  364. package/dist-esm/src/operationsInterfaces/exportPipelines.js.map +0 -1
  365. package/dist-esm/src/operationsInterfaces/importPipelines.d.ts +0 -56
  366. package/dist-esm/src/operationsInterfaces/importPipelines.d.ts.map +0 -1
  367. package/dist-esm/src/operationsInterfaces/importPipelines.js +0 -9
  368. package/dist-esm/src/operationsInterfaces/importPipelines.js.map +0 -1
  369. package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts +0 -56
  370. package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts.map +0 -1
  371. package/dist-esm/src/operationsInterfaces/pipelineRuns.js +0 -9
  372. package/dist-esm/src/operationsInterfaces/pipelineRuns.js.map +0 -1
  373. package/src/operations/connectedRegistries.ts +0 -744
  374. package/src/operations/exportPipelines.ts +0 -492
  375. package/src/operations/importPipelines.ts +0 -492
  376. package/src/operations/pipelineRuns.ts +0 -492
  377. package/src/operationsInterfaces/connectedRegistries.ts +0 -174
  378. package/src/operationsInterfaces/exportPipelines.ts +0 -109
  379. package/src/operationsInterfaces/importPipelines.ts +0 -109
  380. package/src/operationsInterfaces/pipelineRuns.ts +0 -109
@@ -25,268 +25,6 @@ export type TaskStepUpdateParametersUnion =
25
25
  | FileTaskStepUpdateParameters
26
26
  | EncodedTaskStepUpdateParameters;
27
27
 
28
- /** The result of a request to list connected registries for a container registry. */
29
- export interface ConnectedRegistryListResult {
30
- /** 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. */
31
- value?: ConnectedRegistry[];
32
- /** The URI that can be used to request the next list of connected registries. */
33
- nextLink?: string;
34
- }
35
-
36
- /** The activation properties of the connected registry. */
37
- export interface ActivationProperties {
38
- /**
39
- * The activation status of the connected registry.
40
- * NOTE: This property will not be serialized. It can only be populated by the server.
41
- */
42
- readonly status?: ActivationStatus;
43
- }
44
-
45
- /** The properties of the connected registry parent. */
46
- export interface ParentProperties {
47
- /** The resource ID of the parent to which the connected registry will be associated. */
48
- id?: string;
49
- /** The sync properties of the connected registry with its parent. */
50
- syncProperties: SyncProperties;
51
- }
52
-
53
- /** The sync properties of the connected registry with its parent. */
54
- export interface SyncProperties {
55
- /** The resource ID of the ACR token used to authenticate the connected registry to its parent during sync. */
56
- tokenId: string;
57
- /** The cron expression indicating the schedule that the connected registry will sync with its parent. */
58
- schedule?: string;
59
- /** 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. */
60
- syncWindow?: string;
61
- /** 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. */
62
- messageTtl: string;
63
- /**
64
- * The last time a sync occurred between the connected registry and its parent.
65
- * NOTE: This property will not be serialized. It can only be populated by the server.
66
- */
67
- readonly lastSyncTime?: Date;
68
- /**
69
- * The gateway endpoint used by the connected registry to communicate with its parent.
70
- * NOTE: This property will not be serialized. It can only be populated by the server.
71
- */
72
- readonly gatewayEndpoint?: string;
73
- }
74
-
75
- /** The login server properties of the connected registry. */
76
- export interface LoginServerProperties {
77
- /**
78
- * The host of the connected registry. Can be FQDN or IP.
79
- * NOTE: This property will not be serialized. It can only be populated by the server.
80
- */
81
- readonly host?: string;
82
- /**
83
- * The TLS properties of the connected registry login server.
84
- * NOTE: This property will not be serialized. It can only be populated by the server.
85
- */
86
- readonly tls?: TlsProperties;
87
- }
88
-
89
- /** The TLS properties of the connected registry login server. */
90
- export interface TlsProperties {
91
- /**
92
- * Indicates whether HTTPS is enabled for the login server.
93
- * NOTE: This property will not be serialized. It can only be populated by the server.
94
- */
95
- readonly status?: TlsStatus;
96
- /**
97
- * The certificate used to configure HTTPS for the login server.
98
- * NOTE: This property will not be serialized. It can only be populated by the server.
99
- */
100
- readonly certificate?: TlsCertificateProperties;
101
- }
102
-
103
- /** The TLS certificate properties of the connected registry login server. */
104
- export interface TlsCertificateProperties {
105
- /**
106
- * The type of certificate location.
107
- * NOTE: This property will not be serialized. It can only be populated by the server.
108
- */
109
- readonly type?: CertificateType;
110
- /**
111
- * Indicates the location of the certificates.
112
- * NOTE: This property will not be serialized. It can only be populated by the server.
113
- */
114
- readonly location?: string;
115
- }
116
-
117
- /** The logging properties of the connected registry. */
118
- export interface LoggingProperties {
119
- /** The verbosity of logs persisted on the connected registry. */
120
- logLevel?: LogLevel;
121
- /** Indicates whether audit logs are enabled on the connected registry. */
122
- auditLogStatus?: AuditLogStatus;
123
- }
124
-
125
- /** The status detail properties of the connected registry. */
126
- export interface StatusDetailProperties {
127
- /**
128
- * The component of the connected registry corresponding to the status.
129
- * NOTE: This property will not be serialized. It can only be populated by the server.
130
- */
131
- readonly type?: string;
132
- /**
133
- * The code of the status.
134
- * NOTE: This property will not be serialized. It can only be populated by the server.
135
- */
136
- readonly code?: string;
137
- /**
138
- * The description of the status.
139
- * NOTE: This property will not be serialized. It can only be populated by the server.
140
- */
141
- readonly description?: string;
142
- /**
143
- * The timestamp of the status.
144
- * NOTE: This property will not be serialized. It can only be populated by the server.
145
- */
146
- readonly timestamp?: Date;
147
- /**
148
- * The correlation ID of the status.
149
- * NOTE: This property will not be serialized. It can only be populated by the server.
150
- */
151
- readonly correlationId?: string;
152
- }
153
-
154
- /** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. */
155
- export interface ProxyResource {
156
- /**
157
- * The resource ID.
158
- * NOTE: This property will not be serialized. It can only be populated by the server.
159
- */
160
- readonly id?: string;
161
- /**
162
- * The name of the resource.
163
- * NOTE: This property will not be serialized. It can only be populated by the server.
164
- */
165
- readonly name?: string;
166
- /**
167
- * The type of the resource.
168
- * NOTE: This property will not be serialized. It can only be populated by the server.
169
- */
170
- readonly type?: string;
171
- /**
172
- * Metadata pertaining to creation and last modification of the resource.
173
- * NOTE: This property will not be serialized. It can only be populated by the server.
174
- */
175
- readonly systemData?: SystemData;
176
- }
177
-
178
- /** Metadata pertaining to creation and last modification of the resource. */
179
- export interface SystemData {
180
- /** The identity that created the resource. */
181
- createdBy?: string;
182
- /** The type of identity that created the resource. */
183
- createdByType?: CreatedByType;
184
- /** The timestamp of resource creation (UTC). */
185
- createdAt?: Date;
186
- /** The identity that last modified the resource. */
187
- lastModifiedBy?: string;
188
- /** The type of identity that last modified the resource. */
189
- lastModifiedByType?: LastModifiedByType;
190
- /** The timestamp of resource modification (UTC). */
191
- lastModifiedAt?: Date;
192
- }
193
-
194
- /** An error response from the Azure Container Registry service. */
195
- export interface ErrorResponse {
196
- /** Azure container registry build API error body. */
197
- error?: ErrorResponseBody;
198
- }
199
-
200
- /** An error response from the Azure Container Registry service. */
201
- export interface ErrorResponseBody {
202
- /** error code. */
203
- code: string;
204
- /** error message. */
205
- message: string;
206
- /** target of the particular error. */
207
- target?: string;
208
- /** an array of additional nested error response info objects, as described by this contract. */
209
- details?: InnerErrorDescription[];
210
- }
211
-
212
- /** inner error. */
213
- export interface InnerErrorDescription {
214
- /** error code. */
215
- code: string;
216
- /** error message. */
217
- message: string;
218
- /** target of the particular error. */
219
- target?: string;
220
- }
221
-
222
- /** The parameters for updating a connected registry. */
223
- export interface ConnectedRegistryUpdateParameters {
224
- /** The sync properties of the connected registry with its parent. */
225
- syncProperties?: SyncUpdateProperties;
226
- /** The logging properties of the connected registry. */
227
- logging?: LoggingProperties;
228
- /** The list of the ACR token resource IDs used to authenticate clients to the connected registry. */
229
- clientTokenIds?: string[];
230
- /** The list of notifications subscription information for the connected registry. */
231
- notificationsList?: string[];
232
- }
233
-
234
- /** The parameters for updating the sync properties of the connected registry with its parent. */
235
- export interface SyncUpdateProperties {
236
- /** The cron expression indicating the schedule that the connected registry will sync with its parent. */
237
- schedule?: string;
238
- /** 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. */
239
- syncWindow?: string;
240
- /** 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. */
241
- messageTtl?: string;
242
- }
243
-
244
- /** The result of a request to list export pipelines for a container registry. */
245
- export interface ExportPipelineListResult {
246
- /** 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. */
247
- value?: ExportPipeline[];
248
- /** The URI that can be used to request the next list of pipeline runs. */
249
- nextLink?: string;
250
- }
251
-
252
- /** Managed identity for the resource. */
253
- export interface IdentityProperties {
254
- /** The principal ID of resource identity. */
255
- principalId?: string;
256
- /** The tenant ID of resource. */
257
- tenantId?: string;
258
- /** The identity type. */
259
- type?: ResourceIdentityType;
260
- /**
261
- * The list of user identities associated with the resource. The user identity
262
- * dictionary key references will be ARM resource ids in the form:
263
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/
264
- * providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
265
- */
266
- userAssignedIdentities?: { [propertyName: string]: UserIdentityProperties };
267
- }
268
-
269
- export interface UserIdentityProperties {
270
- /** The principal id of user assigned identity. */
271
- principalId?: string;
272
- /** The client id of user assigned identity. */
273
- clientId?: string;
274
- }
275
-
276
- /** The properties of the export pipeline target. */
277
- export interface ExportPipelineTargetProperties {
278
- /** The type of target for the export pipeline. */
279
- type?: string;
280
- /**
281
- * The target uri of the export pipeline.
282
- * When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
283
- * When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
284
- */
285
- uri?: string;
286
- /** They key vault secret uri to obtain the target storage SAS token. */
287
- keyVaultUri: string;
288
- }
289
-
290
28
  export interface ImportImageParameters {
291
29
  /** The source of the image. */
292
30
  source: ImportSource;
@@ -321,38 +59,6 @@ export interface ImportSourceCredentials {
321
59
  password: string;
322
60
  }
323
61
 
324
- /** The result of a request to list import pipelines for a container registry. */
325
- export interface ImportPipelineListResult {
326
- /** 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. */
327
- value?: ImportPipeline[];
328
- /** The URI that can be used to request the next list of pipeline runs. */
329
- nextLink?: string;
330
- }
331
-
332
- /** The properties of the import pipeline source. */
333
- export interface ImportPipelineSourceProperties {
334
- /** The type of source for the import pipeline. */
335
- type?: PipelineSourceType;
336
- /**
337
- * The source uri of the import pipeline.
338
- * When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
339
- * When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
340
- */
341
- uri?: string;
342
- /** They key vault secret uri to obtain the source storage SAS token. */
343
- keyVaultUri: string;
344
- }
345
-
346
- export interface PipelineTriggerProperties {
347
- /** The source trigger properties of the pipeline. */
348
- sourceTrigger?: PipelineSourceTriggerProperties;
349
- }
350
-
351
- export interface PipelineSourceTriggerProperties {
352
- /** The current status of the source trigger. */
353
- status: TriggerStatus;
354
- }
355
-
356
62
  /** The result of a request to list container registry operations. */
357
63
  export interface OperationListResult {
358
64
  /** 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. */
@@ -442,86 +148,6 @@ export interface RegistryNameStatus {
442
148
  message?: string;
443
149
  }
444
150
 
445
- /** The result of a request to list pipeline runs for a container registry. */
446
- export interface PipelineRunListResult {
447
- /** 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. */
448
- value?: PipelineRun[];
449
- /** The URI that can be used to request the next list of pipeline runs. */
450
- nextLink?: string;
451
- }
452
-
453
- /** The request properties provided for a pipeline run. */
454
- export interface PipelineRunRequest {
455
- /** The resource ID of the pipeline to run. */
456
- pipelineResourceId?: string;
457
- /**
458
- * List of source artifacts to be transferred by the pipeline.
459
- * Specify an image by repository ('hello-world'). This will use the 'latest' tag.
460
- * Specify an image by tag ('hello-world:latest').
461
- * Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').
462
- */
463
- artifacts?: string[];
464
- /** The source properties of the pipeline run. */
465
- source?: PipelineRunSourceProperties;
466
- /** The target properties of the pipeline run. */
467
- target?: PipelineRunTargetProperties;
468
- /** The digest of the tar used to transfer the artifacts. */
469
- catalogDigest?: string;
470
- }
471
-
472
- export interface PipelineRunSourceProperties {
473
- /** The type of the source. */
474
- type?: PipelineRunSourceType;
475
- /** The name of the source. */
476
- name?: string;
477
- }
478
-
479
- export interface PipelineRunTargetProperties {
480
- /** The type of the target. */
481
- type?: PipelineRunTargetType;
482
- /** The name of the target. */
483
- name?: string;
484
- }
485
-
486
- /** The response properties returned for a pipeline run. */
487
- export interface PipelineRunResponse {
488
- /** The current status of the pipeline run. */
489
- status?: string;
490
- /** The artifacts imported in the pipeline run. */
491
- importedArtifacts?: string[];
492
- /** The current progress of the copy operation. */
493
- progress?: ProgressProperties;
494
- /** The time the pipeline run started. */
495
- startTime?: Date;
496
- /** The time the pipeline run finished. */
497
- finishTime?: Date;
498
- /** The source of the pipeline run. */
499
- source?: ImportPipelineSourceProperties;
500
- /** The target of the pipeline run. */
501
- target?: ExportPipelineTargetProperties;
502
- /** The digest of the tar used to transfer the artifacts. */
503
- catalogDigest?: string;
504
- /** The trigger that caused the pipeline run. */
505
- trigger?: PipelineTriggerDescriptor;
506
- /** The detailed error message for the pipeline run in the case of failure. */
507
- pipelineRunErrorMessage?: string;
508
- }
509
-
510
- export interface ProgressProperties {
511
- /** The percentage complete of the copy operation. */
512
- percentage?: string;
513
- }
514
-
515
- export interface PipelineTriggerDescriptor {
516
- /** The source trigger that caused the pipeline run. */
517
- sourceTrigger?: PipelineSourceTriggerDescriptor;
518
- }
519
-
520
- export interface PipelineSourceTriggerDescriptor {
521
- /** The timestamp when the source update happened. */
522
- timestamp?: Date;
523
- }
524
-
525
151
  /** The result of a request to list private endpoint connections for a container registry. */
526
152
  export interface PrivateEndpointConnectionListResult {
527
153
  /** 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. */
@@ -546,6 +172,46 @@ export interface PrivateLinkServiceConnectionState {
546
172
  actionsRequired?: ActionsRequired;
547
173
  }
548
174
 
175
+ /** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. */
176
+ export interface ProxyResource {
177
+ /**
178
+ * The resource ID.
179
+ * NOTE: This property will not be serialized. It can only be populated by the server.
180
+ */
181
+ readonly id?: string;
182
+ /**
183
+ * The name of the resource.
184
+ * NOTE: This property will not be serialized. It can only be populated by the server.
185
+ */
186
+ readonly name?: string;
187
+ /**
188
+ * The type of the resource.
189
+ * NOTE: This property will not be serialized. It can only be populated by the server.
190
+ */
191
+ readonly type?: string;
192
+ /**
193
+ * Metadata pertaining to creation and last modification of the resource.
194
+ * NOTE: This property will not be serialized. It can only be populated by the server.
195
+ */
196
+ readonly systemData?: SystemData;
197
+ }
198
+
199
+ /** Metadata pertaining to creation and last modification of the resource. */
200
+ export interface SystemData {
201
+ /** The identity that created the resource. */
202
+ createdBy?: string;
203
+ /** The type of identity that created the resource. */
204
+ createdByType?: CreatedByType;
205
+ /** The timestamp of resource creation (UTC). */
206
+ createdAt?: Date;
207
+ /** The identity that last modified the resource. */
208
+ lastModifiedBy?: string;
209
+ /** The type of identity that last modified the resource. */
210
+ lastModifiedByType?: LastModifiedByType;
211
+ /** The timestamp of resource modification (UTC). */
212
+ lastModifiedAt?: Date;
213
+ }
214
+
549
215
  /** The result of a request to list container registries. */
550
216
  export interface RegistryListResult {
551
217
  /** 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. */
@@ -565,6 +231,30 @@ export interface Sku {
565
231
  readonly tier?: SkuTier;
566
232
  }
567
233
 
234
+ /** Managed identity for the resource. */
235
+ export interface IdentityProperties {
236
+ /** The principal ID of resource identity. */
237
+ principalId?: string;
238
+ /** The tenant ID of resource. */
239
+ tenantId?: string;
240
+ /** The identity type. */
241
+ type?: ResourceIdentityType;
242
+ /**
243
+ * The list of user identities associated with the resource. The user identity
244
+ * dictionary key references will be ARM resource ids in the form:
245
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/
246
+ * providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
247
+ */
248
+ userAssignedIdentities?: { [propertyName: string]: UserIdentityProperties };
249
+ }
250
+
251
+ export interface UserIdentityProperties {
252
+ /** The principal id of user assigned identity. */
253
+ principalId?: string;
254
+ /** The client id of user assigned identity. */
255
+ clientId?: string;
256
+ }
257
+
568
258
  /** The status of an Azure resource at the time the operation was called. */
569
259
  export interface Status {
570
260
  /**
@@ -610,10 +300,6 @@ export interface Policies {
610
300
  retentionPolicy?: RetentionPolicy;
611
301
  /** The export policy for a container registry. */
612
302
  exportPolicy?: ExportPolicy;
613
- /** The policy for using ARM audience token for a container registry. */
614
- azureADAuthenticationAsArmPolicy?: AzureADAuthenticationAsArmPolicy;
615
- /** The soft delete policy for a container registry. */
616
- softDeletePolicy?: SoftDeletePolicy;
617
303
  }
618
304
 
619
305
  /** The quarantine policy for a container registry. */
@@ -649,25 +335,6 @@ export interface ExportPolicy {
649
335
  status?: ExportPolicyStatus;
650
336
  }
651
337
 
652
- /** The policy for using ARM audience token for a container registry. */
653
- export interface AzureADAuthenticationAsArmPolicy {
654
- /** The value that indicates whether the policy is enabled or not. */
655
- status?: AzureADAuthenticationAsArmPolicyStatus;
656
- }
657
-
658
- /** The soft delete policy for a container registry */
659
- export interface SoftDeletePolicy {
660
- /** The number of days after which a soft-deleted item is permanently deleted. */
661
- retentionDays?: number;
662
- /**
663
- * The timestamp when the policy was last updated.
664
- * NOTE: This property will not be serialized. It can only be populated by the server.
665
- */
666
- readonly lastUpdatedTime?: Date;
667
- /** The value that indicates whether the policy is enabled or not. */
668
- status?: PolicyStatus;
669
- }
670
-
671
338
  export interface EncryptionProperty {
672
339
  /** Indicates whether or not the encryption is enabled for container registry. */
673
340
  status?: EncryptionStatus;
@@ -747,8 +414,6 @@ export interface RegistryUpdateParameters {
747
414
  publicNetworkAccess?: PublicNetworkAccess;
748
415
  /** Whether to allow trusted Azure services to access a network restricted registry. */
749
416
  networkRuleBypassOptions?: NetworkRuleBypassOptions;
750
- /** Enables registry-wide pull from unauthenticated clients. */
751
- anonymousPullEnabled?: boolean;
752
417
  }
753
418
 
754
419
  /** The result of a request to get container registry quota usages. */
@@ -796,6 +461,34 @@ export interface PrivateLinkResource {
796
461
  requiredZoneNames?: string[];
797
462
  }
798
463
 
464
+ /** An error response from the Azure Container Registry service. */
465
+ export interface ErrorResponse {
466
+ /** Azure container registry build API error body. */
467
+ error?: ErrorResponseBody;
468
+ }
469
+
470
+ /** An error response from the Azure Container Registry service. */
471
+ export interface ErrorResponseBody {
472
+ /** error code. */
473
+ code: string;
474
+ /** error message. */
475
+ message: string;
476
+ /** target of the particular error. */
477
+ target?: string;
478
+ /** an array of additional nested error response info objects, as described by this contract. */
479
+ details?: InnerErrorDescription[];
480
+ }
481
+
482
+ /** inner error. */
483
+ export interface InnerErrorDescription {
484
+ /** error code. */
485
+ code: string;
486
+ /** error message. */
487
+ message: string;
488
+ /** target of the particular error. */
489
+ target?: string;
490
+ }
491
+
799
492
  /** The response from the ListCredentials operation. */
800
493
  export interface RegistryListCredentialsResult {
801
494
  /** The username for a container registry. */
@@ -1612,106 +1305,6 @@ export interface OverrideTaskStepProperties {
1612
1305
  updateTriggerToken?: string;
1613
1306
  }
1614
1307
 
1615
- /** An object that represents a connected registry for a container registry. */
1616
- export interface ConnectedRegistry extends ProxyResource {
1617
- /**
1618
- * Provisioning state of the resource.
1619
- * NOTE: This property will not be serialized. It can only be populated by the server.
1620
- */
1621
- readonly provisioningState?: ProvisioningState;
1622
- /** The mode of the connected registry resource that indicates the permissions of the registry. */
1623
- mode?: ConnectedRegistryMode;
1624
- /**
1625
- * The current version of ACR runtime on the connected registry.
1626
- * NOTE: This property will not be serialized. It can only be populated by the server.
1627
- */
1628
- readonly version?: string;
1629
- /**
1630
- * The current connection state of the connected registry.
1631
- * NOTE: This property will not be serialized. It can only be populated by the server.
1632
- */
1633
- readonly connectionState?: ConnectionState;
1634
- /**
1635
- * The last activity time of the connected registry.
1636
- * NOTE: This property will not be serialized. It can only be populated by the server.
1637
- */
1638
- readonly lastActivityTime?: Date;
1639
- /**
1640
- * The activation properties of the connected registry.
1641
- * NOTE: This property will not be serialized. It can only be populated by the server.
1642
- */
1643
- readonly activation?: ActivationProperties;
1644
- /** The parent of the connected registry. */
1645
- parent?: ParentProperties;
1646
- /** The list of the ACR token resource IDs used to authenticate clients to the connected registry. */
1647
- clientTokenIds?: string[];
1648
- /** The login server properties of the connected registry. */
1649
- loginServer?: LoginServerProperties;
1650
- /** The logging properties of the connected registry. */
1651
- logging?: LoggingProperties;
1652
- /**
1653
- * The list of current statuses of the connected registry.
1654
- * NOTE: This property will not be serialized. It can only be populated by the server.
1655
- */
1656
- readonly statusDetails?: StatusDetailProperties[];
1657
- /** The list of notifications subscription information for the connected registry. */
1658
- notificationsList?: string[];
1659
- }
1660
-
1661
- /** An object that represents an export pipeline for a container registry. */
1662
- export interface ExportPipeline extends ProxyResource {
1663
- /** The location of the export pipeline. */
1664
- location?: string;
1665
- /** The identity of the export pipeline. */
1666
- identity?: IdentityProperties;
1667
- /** The target properties of the export pipeline. */
1668
- target?: ExportPipelineTargetProperties;
1669
- /** The list of all options configured for the pipeline. */
1670
- options?: PipelineOptions[];
1671
- /**
1672
- * The provisioning state of the pipeline at the time the operation was called.
1673
- * NOTE: This property will not be serialized. It can only be populated by the server.
1674
- */
1675
- readonly provisioningState?: ProvisioningState;
1676
- }
1677
-
1678
- /** An object that represents an import pipeline for a container registry. */
1679
- export interface ImportPipeline extends ProxyResource {
1680
- /** The location of the import pipeline. */
1681
- location?: string;
1682
- /** The identity of the import pipeline. */
1683
- identity?: IdentityProperties;
1684
- /** The source properties of the import pipeline. */
1685
- source?: ImportPipelineSourceProperties;
1686
- /** The properties that describe the trigger of the import pipeline. */
1687
- trigger?: PipelineTriggerProperties;
1688
- /** The list of all options configured for the pipeline. */
1689
- options?: PipelineOptions[];
1690
- /**
1691
- * The provisioning state of the pipeline at the time the operation was called.
1692
- * NOTE: This property will not be serialized. It can only be populated by the server.
1693
- */
1694
- readonly provisioningState?: ProvisioningState;
1695
- }
1696
-
1697
- /** An object that represents a pipeline run for a container registry. */
1698
- export interface PipelineRun extends ProxyResource {
1699
- /**
1700
- * The provisioning state of a pipeline run.
1701
- * NOTE: This property will not be serialized. It can only be populated by the server.
1702
- */
1703
- readonly provisioningState?: ProvisioningState;
1704
- /** The request parameters for a pipeline run. */
1705
- request?: PipelineRunRequest;
1706
- /**
1707
- * The response of a pipeline run.
1708
- * NOTE: This property will not be serialized. It can only be populated by the server.
1709
- */
1710
- readonly response?: PipelineRunResponse;
1711
- /** How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed. */
1712
- forceUpdateTag?: string;
1713
- }
1714
-
1715
1308
  /** An object that represents a private endpoint connection for a container registry. */
1716
1309
  export interface PrivateEndpointConnection extends ProxyResource {
1717
1310
  /** The resource of private endpoint. */
@@ -1903,8 +1496,6 @@ export interface Registry extends Resource {
1903
1496
  networkRuleBypassOptions?: NetworkRuleBypassOptions;
1904
1497
  /** Whether or not zone redundancy is enabled for this container registry */
1905
1498
  zoneRedundancy?: ZoneRedundancy;
1906
- /** Enables registry-wide pull from unauthenticated clients. */
1907
- anonymousPullEnabled?: boolean;
1908
1499
  }
1909
1500
 
1910
1501
  /** An object that represents a replication for a container registry. */
@@ -2184,251 +1775,100 @@ export interface EncodedTaskStepUpdateParameters
2184
1775
  values?: SetValue[];
2185
1776
  }
2186
1777
 
2187
- /** Known values of {@link ProvisioningState} that the service accepts. */
2188
- export enum KnownProvisioningState {
2189
- /** Creating */
2190
- Creating = "Creating",
2191
- /** Updating */
2192
- Updating = "Updating",
2193
- /** Deleting */
2194
- Deleting = "Deleting",
2195
- /** Succeeded */
2196
- Succeeded = "Succeeded",
2197
- /** Failed */
2198
- Failed = "Failed",
2199
- /** Canceled */
2200
- Canceled = "Canceled"
1778
+ /** Defines headers for Registries_importImage operation. */
1779
+ export interface RegistriesImportImageHeaders {
1780
+ location?: string;
2201
1781
  }
2202
1782
 
2203
- /**
2204
- * Defines values for ProvisioningState. \
2205
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
2206
- * this enum contains the known values that the service supports.
2207
- * ### Known values supported by the service
2208
- * **Creating** \
2209
- * **Updating** \
2210
- * **Deleting** \
2211
- * **Succeeded** \
2212
- * **Failed** \
2213
- * **Canceled**
2214
- */
2215
- export type ProvisioningState = string;
2216
-
2217
- /** Known values of {@link ConnectedRegistryMode} that the service accepts. */
2218
- export enum KnownConnectedRegistryMode {
2219
- /** ReadWrite */
2220
- ReadWrite = "ReadWrite",
2221
- /** ReadOnly */
2222
- ReadOnly = "ReadOnly",
2223
- /** Registry */
2224
- Registry = "Registry",
2225
- /** Mirror */
2226
- Mirror = "Mirror"
1783
+ /** Defines headers for Registries_create operation. */
1784
+ export interface RegistriesCreateHeaders {
1785
+ azureAsyncOperation?: string;
2227
1786
  }
2228
1787
 
2229
- /**
2230
- * Defines values for ConnectedRegistryMode. \
2231
- * {@link KnownConnectedRegistryMode} can be used interchangeably with ConnectedRegistryMode,
2232
- * this enum contains the known values that the service supports.
2233
- * ### Known values supported by the service
2234
- * **ReadWrite** \
2235
- * **ReadOnly** \
2236
- * **Registry** \
2237
- * **Mirror**
2238
- */
2239
- export type ConnectedRegistryMode = string;
2240
-
2241
- /** Known values of {@link ConnectionState} that the service accepts. */
2242
- export enum KnownConnectionState {
2243
- /** Online */
2244
- Online = "Online",
2245
- /** Offline */
2246
- Offline = "Offline",
2247
- /** Syncing */
2248
- Syncing = "Syncing",
2249
- /** Unhealthy */
2250
- Unhealthy = "Unhealthy"
1788
+ /** Defines headers for Registries_delete operation. */
1789
+ export interface RegistriesDeleteHeaders {
1790
+ location?: string;
2251
1791
  }
2252
1792
 
2253
- /**
2254
- * Defines values for ConnectionState. \
2255
- * {@link KnownConnectionState} can be used interchangeably with ConnectionState,
2256
- * this enum contains the known values that the service supports.
2257
- * ### Known values supported by the service
2258
- * **Online** \
2259
- * **Offline** \
2260
- * **Syncing** \
2261
- * **Unhealthy**
2262
- */
2263
- export type ConnectionState = string;
1793
+ /** Defines headers for Registries_update operation. */
1794
+ export interface RegistriesUpdateHeaders {
1795
+ azureAsyncOperation?: string;
1796
+ }
2264
1797
 
2265
- /** Known values of {@link ActivationStatus} that the service accepts. */
2266
- export enum KnownActivationStatus {
2267
- /** Active */
2268
- Active = "Active",
2269
- /** Inactive */
2270
- Inactive = "Inactive"
1798
+ /** Defines headers for Registries_generateCredentials operation. */
1799
+ export interface RegistriesGenerateCredentialsHeaders {
1800
+ location?: string;
2271
1801
  }
2272
1802
 
2273
- /**
2274
- * Defines values for ActivationStatus. \
2275
- * {@link KnownActivationStatus} can be used interchangeably with ActivationStatus,
2276
- * this enum contains the known values that the service supports.
2277
- * ### Known values supported by the service
2278
- * **Active** \
2279
- * **Inactive**
2280
- */
2281
- export type ActivationStatus = string;
1803
+ /** Defines headers for PrivateEndpointConnections_createOrUpdate operation. */
1804
+ export interface PrivateEndpointConnectionsCreateOrUpdateHeaders {
1805
+ azureAsyncOperation?: string;
1806
+ }
2282
1807
 
2283
- /** Known values of {@link TlsStatus} that the service accepts. */
2284
- export enum KnownTlsStatus {
2285
- /** Enabled */
2286
- Enabled = "Enabled",
2287
- /** Disabled */
2288
- Disabled = "Disabled"
1808
+ /** Defines headers for PrivateEndpointConnections_delete operation. */
1809
+ export interface PrivateEndpointConnectionsDeleteHeaders {
1810
+ location?: string;
2289
1811
  }
2290
1812
 
2291
- /**
2292
- * Defines values for TlsStatus. \
2293
- * {@link KnownTlsStatus} can be used interchangeably with TlsStatus,
2294
- * this enum contains the known values that the service supports.
2295
- * ### Known values supported by the service
2296
- * **Enabled** \
2297
- * **Disabled**
2298
- */
2299
- export type TlsStatus = string;
1813
+ /** Defines headers for Replications_create operation. */
1814
+ export interface ReplicationsCreateHeaders {
1815
+ azureAsyncOperation?: string;
1816
+ }
2300
1817
 
2301
- /** Known values of {@link CertificateType} that the service accepts. */
2302
- export enum KnownCertificateType {
2303
- /** LocalDirectory */
2304
- LocalDirectory = "LocalDirectory"
1818
+ /** Defines headers for Replications_delete operation. */
1819
+ export interface ReplicationsDeleteHeaders {
1820
+ location?: string;
2305
1821
  }
2306
1822
 
2307
- /**
2308
- * Defines values for CertificateType. \
2309
- * {@link KnownCertificateType} can be used interchangeably with CertificateType,
2310
- * this enum contains the known values that the service supports.
2311
- * ### Known values supported by the service
2312
- * **LocalDirectory**
2313
- */
2314
- export type CertificateType = string;
2315
-
2316
- /** Known values of {@link LogLevel} that the service accepts. */
2317
- export enum KnownLogLevel {
2318
- /** Debug */
2319
- Debug = "Debug",
2320
- /** Information */
2321
- Information = "Information",
2322
- /** Warning */
2323
- Warning = "Warning",
2324
- /** Error */
2325
- Error = "Error",
2326
- /** None */
2327
- None = "None"
1823
+ /** Defines headers for Replications_update operation. */
1824
+ export interface ReplicationsUpdateHeaders {
1825
+ azureAsyncOperation?: string;
2328
1826
  }
2329
1827
 
2330
- /**
2331
- * Defines values for LogLevel. \
2332
- * {@link KnownLogLevel} can be used interchangeably with LogLevel,
2333
- * this enum contains the known values that the service supports.
2334
- * ### Known values supported by the service
2335
- * **Debug** \
2336
- * **Information** \
2337
- * **Warning** \
2338
- * **Error** \
2339
- * **None**
2340
- */
2341
- export type LogLevel = string;
1828
+ /** Defines headers for ScopeMaps_create operation. */
1829
+ export interface ScopeMapsCreateHeaders {
1830
+ azureAsyncOperation?: string;
1831
+ }
2342
1832
 
2343
- /** Known values of {@link AuditLogStatus} that the service accepts. */
2344
- export enum KnownAuditLogStatus {
2345
- /** Enabled */
2346
- Enabled = "Enabled",
2347
- /** Disabled */
2348
- Disabled = "Disabled"
1833
+ /** Defines headers for ScopeMaps_delete operation. */
1834
+ export interface ScopeMapsDeleteHeaders {
1835
+ location?: string;
2349
1836
  }
2350
1837
 
2351
- /**
2352
- * Defines values for AuditLogStatus. \
2353
- * {@link KnownAuditLogStatus} can be used interchangeably with AuditLogStatus,
2354
- * this enum contains the known values that the service supports.
2355
- * ### Known values supported by the service
2356
- * **Enabled** \
2357
- * **Disabled**
2358
- */
2359
- export type AuditLogStatus = string;
1838
+ /** Defines headers for ScopeMaps_update operation. */
1839
+ export interface ScopeMapsUpdateHeaders {
1840
+ azureAsyncOperation?: string;
1841
+ }
2360
1842
 
2361
- /** Known values of {@link CreatedByType} that the service accepts. */
2362
- export enum KnownCreatedByType {
2363
- /** User */
2364
- User = "User",
2365
- /** Application */
2366
- Application = "Application",
2367
- /** ManagedIdentity */
2368
- ManagedIdentity = "ManagedIdentity",
2369
- /** Key */
2370
- Key = "Key"
1843
+ /** Defines headers for Tokens_create operation. */
1844
+ export interface TokensCreateHeaders {
1845
+ azureAsyncOperation?: string;
2371
1846
  }
2372
1847
 
2373
- /**
2374
- * Defines values for CreatedByType. \
2375
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
2376
- * this enum contains the known values that the service supports.
2377
- * ### Known values supported by the service
2378
- * **User** \
2379
- * **Application** \
2380
- * **ManagedIdentity** \
2381
- * **Key**
2382
- */
2383
- export type CreatedByType = string;
1848
+ /** Defines headers for Tokens_delete operation. */
1849
+ export interface TokensDeleteHeaders {
1850
+ location?: string;
1851
+ }
2384
1852
 
2385
- /** Known values of {@link LastModifiedByType} that the service accepts. */
2386
- export enum KnownLastModifiedByType {
2387
- /** User */
2388
- User = "User",
2389
- /** Application */
2390
- Application = "Application",
2391
- /** ManagedIdentity */
2392
- ManagedIdentity = "ManagedIdentity",
2393
- /** Key */
2394
- Key = "Key"
1853
+ /** Defines headers for Tokens_update operation. */
1854
+ export interface TokensUpdateHeaders {
1855
+ azureAsyncOperation?: string;
2395
1856
  }
2396
1857
 
2397
- /**
2398
- * Defines values for LastModifiedByType. \
2399
- * {@link KnownLastModifiedByType} can be used interchangeably with LastModifiedByType,
2400
- * this enum contains the known values that the service supports.
2401
- * ### Known values supported by the service
2402
- * **User** \
2403
- * **Application** \
2404
- * **ManagedIdentity** \
2405
- * **Key**
2406
- */
2407
- export type LastModifiedByType = string;
1858
+ /** Defines headers for Webhooks_create operation. */
1859
+ export interface WebhooksCreateHeaders {
1860
+ azureAsyncOperation?: string;
1861
+ }
2408
1862
 
2409
- /** Known values of {@link PipelineOptions} that the service accepts. */
2410
- export enum KnownPipelineOptions {
2411
- /** OverwriteTags */
2412
- OverwriteTags = "OverwriteTags",
2413
- /** OverwriteBlobs */
2414
- OverwriteBlobs = "OverwriteBlobs",
2415
- /** DeleteSourceBlobOnSuccess */
2416
- DeleteSourceBlobOnSuccess = "DeleteSourceBlobOnSuccess",
2417
- /** ContinueOnErrors */
2418
- ContinueOnErrors = "ContinueOnErrors"
1863
+ /** Defines headers for Webhooks_delete operation. */
1864
+ export interface WebhooksDeleteHeaders {
1865
+ location?: string;
2419
1866
  }
2420
1867
 
2421
- /**
2422
- * Defines values for PipelineOptions. \
2423
- * {@link KnownPipelineOptions} can be used interchangeably with PipelineOptions,
2424
- * this enum contains the known values that the service supports.
2425
- * ### Known values supported by the service
2426
- * **OverwriteTags** \
2427
- * **OverwriteBlobs** \
2428
- * **DeleteSourceBlobOnSuccess** \
2429
- * **ContinueOnErrors**
2430
- */
2431
- export type PipelineOptions = string;
1868
+ /** Defines headers for Webhooks_update operation. */
1869
+ export interface WebhooksUpdateHeaders {
1870
+ azureAsyncOperation?: string;
1871
+ }
2432
1872
 
2433
1873
  /** Known values of {@link ImportMode} that the service accepts. */
2434
1874
  export enum KnownImportMode {
@@ -2448,110 +1888,125 @@ export enum KnownImportMode {
2448
1888
  */
2449
1889
  export type ImportMode = string;
2450
1890
 
2451
- /** Known values of {@link PipelineSourceType} that the service accepts. */
2452
- export enum KnownPipelineSourceType {
2453
- /** AzureStorageBlobContainer */
2454
- AzureStorageBlobContainer = "AzureStorageBlobContainer"
2455
- }
2456
-
2457
- /**
2458
- * Defines values for PipelineSourceType. \
2459
- * {@link KnownPipelineSourceType} can be used interchangeably with PipelineSourceType,
2460
- * this enum contains the known values that the service supports.
2461
- * ### Known values supported by the service
2462
- * **AzureStorageBlobContainer**
2463
- */
2464
- export type PipelineSourceType = string;
2465
-
2466
- /** Known values of {@link TriggerStatus} that the service accepts. */
2467
- export enum KnownTriggerStatus {
2468
- /** Disabled */
2469
- Disabled = "Disabled",
2470
- /** Enabled */
2471
- Enabled = "Enabled"
1891
+ /** Known values of {@link ConnectionStatus} that the service accepts. */
1892
+ export enum KnownConnectionStatus {
1893
+ /** Approved */
1894
+ Approved = "Approved",
1895
+ /** Pending */
1896
+ Pending = "Pending",
1897
+ /** Rejected */
1898
+ Rejected = "Rejected",
1899
+ /** Disconnected */
1900
+ Disconnected = "Disconnected"
2472
1901
  }
2473
1902
 
2474
1903
  /**
2475
- * Defines values for TriggerStatus. \
2476
- * {@link KnownTriggerStatus} can be used interchangeably with TriggerStatus,
1904
+ * Defines values for ConnectionStatus. \
1905
+ * {@link KnownConnectionStatus} can be used interchangeably with ConnectionStatus,
2477
1906
  * this enum contains the known values that the service supports.
2478
1907
  * ### Known values supported by the service
2479
- * **Disabled** \
2480
- * **Enabled**
1908
+ * **Approved** \
1909
+ * **Pending** \
1910
+ * **Rejected** \
1911
+ * **Disconnected**
2481
1912
  */
2482
- export type TriggerStatus = string;
1913
+ export type ConnectionStatus = string;
2483
1914
 
2484
- /** Known values of {@link PipelineRunSourceType} that the service accepts. */
2485
- export enum KnownPipelineRunSourceType {
2486
- /** AzureStorageBlob */
2487
- AzureStorageBlob = "AzureStorageBlob"
1915
+ /** Known values of {@link ActionsRequired} that the service accepts. */
1916
+ export enum KnownActionsRequired {
1917
+ /** None */
1918
+ None = "None",
1919
+ /** Recreate */
1920
+ Recreate = "Recreate"
2488
1921
  }
2489
1922
 
2490
1923
  /**
2491
- * Defines values for PipelineRunSourceType. \
2492
- * {@link KnownPipelineRunSourceType} can be used interchangeably with PipelineRunSourceType,
1924
+ * Defines values for ActionsRequired. \
1925
+ * {@link KnownActionsRequired} can be used interchangeably with ActionsRequired,
2493
1926
  * this enum contains the known values that the service supports.
2494
1927
  * ### Known values supported by the service
2495
- * **AzureStorageBlob**
1928
+ * **None** \
1929
+ * **Recreate**
2496
1930
  */
2497
- export type PipelineRunSourceType = string;
1931
+ export type ActionsRequired = string;
2498
1932
 
2499
- /** Known values of {@link PipelineRunTargetType} that the service accepts. */
2500
- export enum KnownPipelineRunTargetType {
2501
- /** AzureStorageBlob */
2502
- AzureStorageBlob = "AzureStorageBlob"
1933
+ /** Known values of {@link ProvisioningState} that the service accepts. */
1934
+ export enum KnownProvisioningState {
1935
+ /** Creating */
1936
+ Creating = "Creating",
1937
+ /** Updating */
1938
+ Updating = "Updating",
1939
+ /** Deleting */
1940
+ Deleting = "Deleting",
1941
+ /** Succeeded */
1942
+ Succeeded = "Succeeded",
1943
+ /** Failed */
1944
+ Failed = "Failed",
1945
+ /** Canceled */
1946
+ Canceled = "Canceled"
2503
1947
  }
2504
1948
 
2505
1949
  /**
2506
- * Defines values for PipelineRunTargetType. \
2507
- * {@link KnownPipelineRunTargetType} can be used interchangeably with PipelineRunTargetType,
1950
+ * Defines values for ProvisioningState. \
1951
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
2508
1952
  * this enum contains the known values that the service supports.
2509
1953
  * ### Known values supported by the service
2510
- * **AzureStorageBlob**
1954
+ * **Creating** \
1955
+ * **Updating** \
1956
+ * **Deleting** \
1957
+ * **Succeeded** \
1958
+ * **Failed** \
1959
+ * **Canceled**
2511
1960
  */
2512
- export type PipelineRunTargetType = string;
1961
+ export type ProvisioningState = string;
2513
1962
 
2514
- /** Known values of {@link ConnectionStatus} that the service accepts. */
2515
- export enum KnownConnectionStatus {
2516
- /** Approved */
2517
- Approved = "Approved",
2518
- /** Pending */
2519
- Pending = "Pending",
2520
- /** Rejected */
2521
- Rejected = "Rejected",
2522
- /** Disconnected */
2523
- Disconnected = "Disconnected"
1963
+ /** Known values of {@link CreatedByType} that the service accepts. */
1964
+ export enum KnownCreatedByType {
1965
+ /** User */
1966
+ User = "User",
1967
+ /** Application */
1968
+ Application = "Application",
1969
+ /** ManagedIdentity */
1970
+ ManagedIdentity = "ManagedIdentity",
1971
+ /** Key */
1972
+ Key = "Key"
2524
1973
  }
2525
1974
 
2526
1975
  /**
2527
- * Defines values for ConnectionStatus. \
2528
- * {@link KnownConnectionStatus} can be used interchangeably with ConnectionStatus,
1976
+ * Defines values for CreatedByType. \
1977
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
2529
1978
  * this enum contains the known values that the service supports.
2530
1979
  * ### Known values supported by the service
2531
- * **Approved** \
2532
- * **Pending** \
2533
- * **Rejected** \
2534
- * **Disconnected**
1980
+ * **User** \
1981
+ * **Application** \
1982
+ * **ManagedIdentity** \
1983
+ * **Key**
2535
1984
  */
2536
- export type ConnectionStatus = string;
1985
+ export type CreatedByType = string;
2537
1986
 
2538
- /** Known values of {@link ActionsRequired} that the service accepts. */
2539
- export enum KnownActionsRequired {
2540
- /** None */
2541
- None = "None",
2542
- /** Recreate */
2543
- Recreate = "Recreate"
1987
+ /** Known values of {@link LastModifiedByType} that the service accepts. */
1988
+ export enum KnownLastModifiedByType {
1989
+ /** User */
1990
+ User = "User",
1991
+ /** Application */
1992
+ Application = "Application",
1993
+ /** ManagedIdentity */
1994
+ ManagedIdentity = "ManagedIdentity",
1995
+ /** Key */
1996
+ Key = "Key"
2544
1997
  }
2545
1998
 
2546
1999
  /**
2547
- * Defines values for ActionsRequired. \
2548
- * {@link KnownActionsRequired} can be used interchangeably with ActionsRequired,
2000
+ * Defines values for LastModifiedByType. \
2001
+ * {@link KnownLastModifiedByType} can be used interchangeably with LastModifiedByType,
2549
2002
  * this enum contains the known values that the service supports.
2550
2003
  * ### Known values supported by the service
2551
- * **None** \
2552
- * **Recreate**
2004
+ * **User** \
2005
+ * **Application** \
2006
+ * **ManagedIdentity** \
2007
+ * **Key**
2553
2008
  */
2554
- export type ActionsRequired = string;
2009
+ export type LastModifiedByType = string;
2555
2010
 
2556
2011
  /** Known values of {@link SkuName} that the service accepts. */
2557
2012
  export enum KnownSkuName {
@@ -2685,24 +2140,6 @@ export enum KnownExportPolicyStatus {
2685
2140
  */
2686
2141
  export type ExportPolicyStatus = string;
2687
2142
 
2688
- /** Known values of {@link AzureADAuthenticationAsArmPolicyStatus} that the service accepts. */
2689
- export enum KnownAzureADAuthenticationAsArmPolicyStatus {
2690
- /** Enabled */
2691
- Enabled = "enabled",
2692
- /** Disabled */
2693
- Disabled = "disabled"
2694
- }
2695
-
2696
- /**
2697
- * Defines values for AzureADAuthenticationAsArmPolicyStatus. \
2698
- * {@link KnownAzureADAuthenticationAsArmPolicyStatus} can be used interchangeably with AzureADAuthenticationAsArmPolicyStatus,
2699
- * this enum contains the known values that the service supports.
2700
- * ### Known values supported by the service
2701
- * **enabled** \
2702
- * **disabled**
2703
- */
2704
- export type AzureADAuthenticationAsArmPolicyStatus = string;
2705
-
2706
2143
  /** Known values of {@link EncryptionStatus} that the service accepts. */
2707
2144
  export enum KnownEncryptionStatus {
2708
2145
  /** Enabled */
@@ -3075,6 +2512,24 @@ export enum KnownBaseImageDependencyType {
3075
2512
  */
3076
2513
  export type BaseImageDependencyType = string;
3077
2514
 
2515
+ /** Known values of {@link TriggerStatus} that the service accepts. */
2516
+ export enum KnownTriggerStatus {
2517
+ /** Disabled */
2518
+ Disabled = "Disabled",
2519
+ /** Enabled */
2520
+ Enabled = "Enabled"
2521
+ }
2522
+
2523
+ /**
2524
+ * Defines values for TriggerStatus. \
2525
+ * {@link KnownTriggerStatus} can be used interchangeably with TriggerStatus,
2526
+ * this enum contains the known values that the service supports.
2527
+ * ### Known values supported by the service
2528
+ * **Disabled** \
2529
+ * **Enabled**
2530
+ */
2531
+ export type TriggerStatus = string;
2532
+
3078
2533
  /** Known values of {@link SourceControlType} that the service accepts. */
3079
2534
  export enum KnownSourceControlType {
3080
2535
  /** Github */
@@ -3209,117 +2664,6 @@ export type ResourceIdentityType =
3209
2664
  /** Defines values for PasswordName. */
3210
2665
  export type PasswordName = "password" | "password2";
3211
2666
 
3212
- /** Optional parameters. */
3213
- export interface ConnectedRegistriesListOptionalParams
3214
- extends coreClient.OperationOptions {
3215
- /** 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. */
3216
- filter?: string;
3217
- }
3218
-
3219
- /** Contains response data for the list operation. */
3220
- export type ConnectedRegistriesListResponse = ConnectedRegistryListResult;
3221
-
3222
- /** Optional parameters. */
3223
- export interface ConnectedRegistriesGetOptionalParams
3224
- extends coreClient.OperationOptions {}
3225
-
3226
- /** Contains response data for the get operation. */
3227
- export type ConnectedRegistriesGetResponse = ConnectedRegistry;
3228
-
3229
- /** Optional parameters. */
3230
- export interface ConnectedRegistriesCreateOptionalParams
3231
- extends coreClient.OperationOptions {
3232
- /** Delay to wait until next poll, in milliseconds. */
3233
- updateIntervalInMs?: number;
3234
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3235
- resumeFrom?: string;
3236
- }
3237
-
3238
- /** Contains response data for the create operation. */
3239
- export type ConnectedRegistriesCreateResponse = ConnectedRegistry;
3240
-
3241
- /** Optional parameters. */
3242
- export interface ConnectedRegistriesDeleteOptionalParams
3243
- extends coreClient.OperationOptions {
3244
- /** Delay to wait until next poll, in milliseconds. */
3245
- updateIntervalInMs?: number;
3246
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3247
- resumeFrom?: string;
3248
- }
3249
-
3250
- /** Optional parameters. */
3251
- export interface ConnectedRegistriesUpdateOptionalParams
3252
- extends coreClient.OperationOptions {
3253
- /** Delay to wait until next poll, in milliseconds. */
3254
- updateIntervalInMs?: number;
3255
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3256
- resumeFrom?: string;
3257
- }
3258
-
3259
- /** Contains response data for the update operation. */
3260
- export type ConnectedRegistriesUpdateResponse = ConnectedRegistry;
3261
-
3262
- /** Optional parameters. */
3263
- export interface ConnectedRegistriesDeactivateOptionalParams
3264
- extends coreClient.OperationOptions {
3265
- /** Delay to wait until next poll, in milliseconds. */
3266
- updateIntervalInMs?: number;
3267
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3268
- resumeFrom?: string;
3269
- }
3270
-
3271
- /** Optional parameters. */
3272
- export interface ConnectedRegistriesListNextOptionalParams
3273
- extends coreClient.OperationOptions {
3274
- /** 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. */
3275
- filter?: string;
3276
- }
3277
-
3278
- /** Contains response data for the listNext operation. */
3279
- export type ConnectedRegistriesListNextResponse = ConnectedRegistryListResult;
3280
-
3281
- /** Optional parameters. */
3282
- export interface ExportPipelinesListOptionalParams
3283
- extends coreClient.OperationOptions {}
3284
-
3285
- /** Contains response data for the list operation. */
3286
- export type ExportPipelinesListResponse = ExportPipelineListResult;
3287
-
3288
- /** Optional parameters. */
3289
- export interface ExportPipelinesGetOptionalParams
3290
- extends coreClient.OperationOptions {}
3291
-
3292
- /** Contains response data for the get operation. */
3293
- export type ExportPipelinesGetResponse = ExportPipeline;
3294
-
3295
- /** Optional parameters. */
3296
- export interface ExportPipelinesCreateOptionalParams
3297
- extends coreClient.OperationOptions {
3298
- /** Delay to wait until next poll, in milliseconds. */
3299
- updateIntervalInMs?: number;
3300
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3301
- resumeFrom?: string;
3302
- }
3303
-
3304
- /** Contains response data for the create operation. */
3305
- export type ExportPipelinesCreateResponse = ExportPipeline;
3306
-
3307
- /** Optional parameters. */
3308
- export interface ExportPipelinesDeleteOptionalParams
3309
- extends coreClient.OperationOptions {
3310
- /** Delay to wait until next poll, in milliseconds. */
3311
- updateIntervalInMs?: number;
3312
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3313
- resumeFrom?: string;
3314
- }
3315
-
3316
- /** Optional parameters. */
3317
- export interface ExportPipelinesListNextOptionalParams
3318
- extends coreClient.OperationOptions {}
3319
-
3320
- /** Contains response data for the listNext operation. */
3321
- export type ExportPipelinesListNextResponse = ExportPipelineListResult;
3322
-
3323
2667
  /** Optional parameters. */
3324
2668
  export interface RegistriesImportImageOptionalParams
3325
2669
  extends coreClient.OperationOptions {
@@ -3477,48 +2821,6 @@ export interface RegistriesListPrivateLinkResourcesNextOptionalParams
3477
2821
  /** Contains response data for the listPrivateLinkResourcesNext operation. */
3478
2822
  export type RegistriesListPrivateLinkResourcesNextResponse = PrivateLinkResourceListResult;
3479
2823
 
3480
- /** Optional parameters. */
3481
- export interface ImportPipelinesListOptionalParams
3482
- extends coreClient.OperationOptions {}
3483
-
3484
- /** Contains response data for the list operation. */
3485
- export type ImportPipelinesListResponse = ImportPipelineListResult;
3486
-
3487
- /** Optional parameters. */
3488
- export interface ImportPipelinesGetOptionalParams
3489
- extends coreClient.OperationOptions {}
3490
-
3491
- /** Contains response data for the get operation. */
3492
- export type ImportPipelinesGetResponse = ImportPipeline;
3493
-
3494
- /** Optional parameters. */
3495
- export interface ImportPipelinesCreateOptionalParams
3496
- extends coreClient.OperationOptions {
3497
- /** Delay to wait until next poll, in milliseconds. */
3498
- updateIntervalInMs?: number;
3499
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3500
- resumeFrom?: string;
3501
- }
3502
-
3503
- /** Contains response data for the create operation. */
3504
- export type ImportPipelinesCreateResponse = ImportPipeline;
3505
-
3506
- /** Optional parameters. */
3507
- export interface ImportPipelinesDeleteOptionalParams
3508
- extends coreClient.OperationOptions {
3509
- /** Delay to wait until next poll, in milliseconds. */
3510
- updateIntervalInMs?: number;
3511
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3512
- resumeFrom?: string;
3513
- }
3514
-
3515
- /** Optional parameters. */
3516
- export interface ImportPipelinesListNextOptionalParams
3517
- extends coreClient.OperationOptions {}
3518
-
3519
- /** Contains response data for the listNext operation. */
3520
- export type ImportPipelinesListNextResponse = ImportPipelineListResult;
3521
-
3522
2824
  /** Optional parameters. */
3523
2825
  export interface OperationsListOptionalParams
3524
2826
  extends coreClient.OperationOptions {}
@@ -3533,48 +2835,6 @@ export interface OperationsListNextOptionalParams
3533
2835
  /** Contains response data for the listNext operation. */
3534
2836
  export type OperationsListNextResponse = OperationListResult;
3535
2837
 
3536
- /** Optional parameters. */
3537
- export interface PipelineRunsListOptionalParams
3538
- extends coreClient.OperationOptions {}
3539
-
3540
- /** Contains response data for the list operation. */
3541
- export type PipelineRunsListResponse = PipelineRunListResult;
3542
-
3543
- /** Optional parameters. */
3544
- export interface PipelineRunsGetOptionalParams
3545
- extends coreClient.OperationOptions {}
3546
-
3547
- /** Contains response data for the get operation. */
3548
- export type PipelineRunsGetResponse = PipelineRun;
3549
-
3550
- /** Optional parameters. */
3551
- export interface PipelineRunsCreateOptionalParams
3552
- extends coreClient.OperationOptions {
3553
- /** Delay to wait until next poll, in milliseconds. */
3554
- updateIntervalInMs?: number;
3555
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3556
- resumeFrom?: string;
3557
- }
3558
-
3559
- /** Contains response data for the create operation. */
3560
- export type PipelineRunsCreateResponse = PipelineRun;
3561
-
3562
- /** Optional parameters. */
3563
- export interface PipelineRunsDeleteOptionalParams
3564
- extends coreClient.OperationOptions {
3565
- /** Delay to wait until next poll, in milliseconds. */
3566
- updateIntervalInMs?: number;
3567
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3568
- resumeFrom?: string;
3569
- }
3570
-
3571
- /** Optional parameters. */
3572
- export interface PipelineRunsListNextOptionalParams
3573
- extends coreClient.OperationOptions {}
3574
-
3575
- /** Contains response data for the listNext operation. */
3576
- export type PipelineRunsListNextResponse = PipelineRunListResult;
3577
-
3578
2838
  /** Optional parameters. */
3579
2839
  export interface PrivateEndpointConnectionsListOptionalParams
3580
2840
  extends coreClient.OperationOptions {}
@@ -3965,12 +3225,7 @@ export interface RunsCancelOptionalParams extends coreClient.OperationOptions {
3965
3225
 
3966
3226
  /** Optional parameters. */
3967
3227
  export interface RunsListNextOptionalParams
3968
- extends coreClient.OperationOptions {
3969
- /** The runs filter to apply on the operation. Arithmetic operators are not supported. The allowed string function is 'contains'. All logical operators except 'Not', 'Has', 'All' are allowed. */
3970
- filter?: string;
3971
- /** $top is supported for get list of runs, which limits the maximum number of runs to return. */
3972
- top?: number;
3973
- }
3228
+ extends coreClient.OperationOptions {}
3974
3229
 
3975
3230
  /** Contains response data for the listNext operation. */
3976
3231
  export type RunsListNextResponse = RunListResult;