@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
@@ -2,250 +2,6 @@ import * as coreClient from "@azure/core-client";
2
2
  export declare type RunRequestUnion = RunRequest | DockerBuildRequest | FileTaskRunRequest | TaskRunRequest | EncodedTaskRunRequest;
3
3
  export declare type TaskStepPropertiesUnion = TaskStepProperties | DockerBuildStep | FileTaskStep | EncodedTaskStep;
4
4
  export declare type TaskStepUpdateParametersUnion = TaskStepUpdateParameters | DockerBuildStepUpdateParameters | FileTaskStepUpdateParameters | EncodedTaskStepUpdateParameters;
5
- /** The result of a request to list connected registries for a container registry. */
6
- export interface ConnectedRegistryListResult {
7
- /** 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. */
8
- value?: ConnectedRegistry[];
9
- /** The URI that can be used to request the next list of connected registries. */
10
- nextLink?: string;
11
- }
12
- /** The activation properties of the connected registry. */
13
- export interface ActivationProperties {
14
- /**
15
- * The activation status of the connected registry.
16
- * NOTE: This property will not be serialized. It can only be populated by the server.
17
- */
18
- readonly status?: ActivationStatus;
19
- }
20
- /** The properties of the connected registry parent. */
21
- export interface ParentProperties {
22
- /** The resource ID of the parent to which the connected registry will be associated. */
23
- id?: string;
24
- /** The sync properties of the connected registry with its parent. */
25
- syncProperties: SyncProperties;
26
- }
27
- /** The sync properties of the connected registry with its parent. */
28
- export interface SyncProperties {
29
- /** The resource ID of the ACR token used to authenticate the connected registry to its parent during sync. */
30
- tokenId: string;
31
- /** The cron expression indicating the schedule that the connected registry will sync with its parent. */
32
- schedule?: string;
33
- /** 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. */
34
- syncWindow?: string;
35
- /** 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. */
36
- messageTtl: string;
37
- /**
38
- * The last time a sync occurred between the connected registry and its parent.
39
- * NOTE: This property will not be serialized. It can only be populated by the server.
40
- */
41
- readonly lastSyncTime?: Date;
42
- /**
43
- * The gateway endpoint used by the connected registry to communicate with its parent.
44
- * NOTE: This property will not be serialized. It can only be populated by the server.
45
- */
46
- readonly gatewayEndpoint?: string;
47
- }
48
- /** The login server properties of the connected registry. */
49
- export interface LoginServerProperties {
50
- /**
51
- * The host of the connected registry. Can be FQDN or IP.
52
- * NOTE: This property will not be serialized. It can only be populated by the server.
53
- */
54
- readonly host?: string;
55
- /**
56
- * The TLS properties of the connected registry login server.
57
- * NOTE: This property will not be serialized. It can only be populated by the server.
58
- */
59
- readonly tls?: TlsProperties;
60
- }
61
- /** The TLS properties of the connected registry login server. */
62
- export interface TlsProperties {
63
- /**
64
- * Indicates whether HTTPS is enabled for the login server.
65
- * NOTE: This property will not be serialized. It can only be populated by the server.
66
- */
67
- readonly status?: TlsStatus;
68
- /**
69
- * The certificate used to configure HTTPS for the login server.
70
- * NOTE: This property will not be serialized. It can only be populated by the server.
71
- */
72
- readonly certificate?: TlsCertificateProperties;
73
- }
74
- /** The TLS certificate properties of the connected registry login server. */
75
- export interface TlsCertificateProperties {
76
- /**
77
- * The type of certificate location.
78
- * NOTE: This property will not be serialized. It can only be populated by the server.
79
- */
80
- readonly type?: CertificateType;
81
- /**
82
- * Indicates the location of the certificates.
83
- * NOTE: This property will not be serialized. It can only be populated by the server.
84
- */
85
- readonly location?: string;
86
- }
87
- /** The logging properties of the connected registry. */
88
- export interface LoggingProperties {
89
- /** The verbosity of logs persisted on the connected registry. */
90
- logLevel?: LogLevel;
91
- /** Indicates whether audit logs are enabled on the connected registry. */
92
- auditLogStatus?: AuditLogStatus;
93
- }
94
- /** The status detail properties of the connected registry. */
95
- export interface StatusDetailProperties {
96
- /**
97
- * The component of the connected registry corresponding to the status.
98
- * NOTE: This property will not be serialized. It can only be populated by the server.
99
- */
100
- readonly type?: string;
101
- /**
102
- * The code of the status.
103
- * NOTE: This property will not be serialized. It can only be populated by the server.
104
- */
105
- readonly code?: string;
106
- /**
107
- * The description of the status.
108
- * NOTE: This property will not be serialized. It can only be populated by the server.
109
- */
110
- readonly description?: string;
111
- /**
112
- * The timestamp of the status.
113
- * NOTE: This property will not be serialized. It can only be populated by the server.
114
- */
115
- readonly timestamp?: Date;
116
- /**
117
- * The correlation ID of the status.
118
- * NOTE: This property will not be serialized. It can only be populated by the server.
119
- */
120
- readonly correlationId?: string;
121
- }
122
- /** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. */
123
- export interface ProxyResource {
124
- /**
125
- * The resource ID.
126
- * NOTE: This property will not be serialized. It can only be populated by the server.
127
- */
128
- readonly id?: string;
129
- /**
130
- * The name of the resource.
131
- * NOTE: This property will not be serialized. It can only be populated by the server.
132
- */
133
- readonly name?: string;
134
- /**
135
- * The type of the resource.
136
- * NOTE: This property will not be serialized. It can only be populated by the server.
137
- */
138
- readonly type?: string;
139
- /**
140
- * Metadata pertaining to creation and last modification of the resource.
141
- * NOTE: This property will not be serialized. It can only be populated by the server.
142
- */
143
- readonly systemData?: SystemData;
144
- }
145
- /** Metadata pertaining to creation and last modification of the resource. */
146
- export interface SystemData {
147
- /** The identity that created the resource. */
148
- createdBy?: string;
149
- /** The type of identity that created the resource. */
150
- createdByType?: CreatedByType;
151
- /** The timestamp of resource creation (UTC). */
152
- createdAt?: Date;
153
- /** The identity that last modified the resource. */
154
- lastModifiedBy?: string;
155
- /** The type of identity that last modified the resource. */
156
- lastModifiedByType?: LastModifiedByType;
157
- /** The timestamp of resource modification (UTC). */
158
- lastModifiedAt?: Date;
159
- }
160
- /** An error response from the Azure Container Registry service. */
161
- export interface ErrorResponse {
162
- /** Azure container registry build API error body. */
163
- error?: ErrorResponseBody;
164
- }
165
- /** An error response from the Azure Container Registry service. */
166
- export interface ErrorResponseBody {
167
- /** error code. */
168
- code: string;
169
- /** error message. */
170
- message: string;
171
- /** target of the particular error. */
172
- target?: string;
173
- /** an array of additional nested error response info objects, as described by this contract. */
174
- details?: InnerErrorDescription[];
175
- }
176
- /** inner error. */
177
- export interface InnerErrorDescription {
178
- /** error code. */
179
- code: string;
180
- /** error message. */
181
- message: string;
182
- /** target of the particular error. */
183
- target?: string;
184
- }
185
- /** The parameters for updating a connected registry. */
186
- export interface ConnectedRegistryUpdateParameters {
187
- /** The sync properties of the connected registry with its parent. */
188
- syncProperties?: SyncUpdateProperties;
189
- /** The logging properties of the connected registry. */
190
- logging?: LoggingProperties;
191
- /** The list of the ACR token resource IDs used to authenticate clients to the connected registry. */
192
- clientTokenIds?: string[];
193
- /** The list of notifications subscription information for the connected registry. */
194
- notificationsList?: string[];
195
- }
196
- /** The parameters for updating the sync properties of the connected registry with its parent. */
197
- export interface SyncUpdateProperties {
198
- /** The cron expression indicating the schedule that the connected registry will sync with its parent. */
199
- schedule?: string;
200
- /** 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. */
201
- syncWindow?: string;
202
- /** 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. */
203
- messageTtl?: string;
204
- }
205
- /** The result of a request to list export pipelines for a container registry. */
206
- export interface ExportPipelineListResult {
207
- /** 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. */
208
- value?: ExportPipeline[];
209
- /** The URI that can be used to request the next list of pipeline runs. */
210
- nextLink?: string;
211
- }
212
- /** Managed identity for the resource. */
213
- export interface IdentityProperties {
214
- /** The principal ID of resource identity. */
215
- principalId?: string;
216
- /** The tenant ID of resource. */
217
- tenantId?: string;
218
- /** The identity type. */
219
- type?: ResourceIdentityType;
220
- /**
221
- * The list of user identities associated with the resource. The user identity
222
- * dictionary key references will be ARM resource ids in the form:
223
- * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/
224
- * providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
225
- */
226
- userAssignedIdentities?: {
227
- [propertyName: string]: UserIdentityProperties;
228
- };
229
- }
230
- export interface UserIdentityProperties {
231
- /** The principal id of user assigned identity. */
232
- principalId?: string;
233
- /** The client id of user assigned identity. */
234
- clientId?: string;
235
- }
236
- /** The properties of the export pipeline target. */
237
- export interface ExportPipelineTargetProperties {
238
- /** The type of target for the export pipeline. */
239
- type?: string;
240
- /**
241
- * The target uri of the export pipeline.
242
- * When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
243
- * When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
244
- */
245
- uri?: string;
246
- /** They key vault secret uri to obtain the target storage SAS token. */
247
- keyVaultUri: string;
248
- }
249
5
  export interface ImportImageParameters {
250
6
  /** The source of the image. */
251
7
  source: ImportSource;
@@ -277,34 +33,6 @@ export interface ImportSourceCredentials {
277
33
  /** The password used to authenticate with the source registry. */
278
34
  password: string;
279
35
  }
280
- /** The result of a request to list import pipelines for a container registry. */
281
- export interface ImportPipelineListResult {
282
- /** 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. */
283
- value?: ImportPipeline[];
284
- /** The URI that can be used to request the next list of pipeline runs. */
285
- nextLink?: string;
286
- }
287
- /** The properties of the import pipeline source. */
288
- export interface ImportPipelineSourceProperties {
289
- /** The type of source for the import pipeline. */
290
- type?: PipelineSourceType;
291
- /**
292
- * The source uri of the import pipeline.
293
- * When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
294
- * When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
295
- */
296
- uri?: string;
297
- /** They key vault secret uri to obtain the source storage SAS token. */
298
- keyVaultUri: string;
299
- }
300
- export interface PipelineTriggerProperties {
301
- /** The source trigger properties of the pipeline. */
302
- sourceTrigger?: PipelineSourceTriggerProperties;
303
- }
304
- export interface PipelineSourceTriggerProperties {
305
- /** The current status of the source trigger. */
306
- status: TriggerStatus;
307
- }
308
36
  /** The result of a request to list container registry operations. */
309
37
  export interface OperationListResult {
310
38
  /** 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. */
@@ -386,78 +114,6 @@ export interface RegistryNameStatus {
386
114
  /** If any, the error message that provides more detail for the reason that the name is not available. */
387
115
  message?: string;
388
116
  }
389
- /** The result of a request to list pipeline runs for a container registry. */
390
- export interface PipelineRunListResult {
391
- /** 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. */
392
- value?: PipelineRun[];
393
- /** The URI that can be used to request the next list of pipeline runs. */
394
- nextLink?: string;
395
- }
396
- /** The request properties provided for a pipeline run. */
397
- export interface PipelineRunRequest {
398
- /** The resource ID of the pipeline to run. */
399
- pipelineResourceId?: string;
400
- /**
401
- * List of source artifacts to be transferred by the pipeline.
402
- * Specify an image by repository ('hello-world'). This will use the 'latest' tag.
403
- * Specify an image by tag ('hello-world:latest').
404
- * Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').
405
- */
406
- artifacts?: string[];
407
- /** The source properties of the pipeline run. */
408
- source?: PipelineRunSourceProperties;
409
- /** The target properties of the pipeline run. */
410
- target?: PipelineRunTargetProperties;
411
- /** The digest of the tar used to transfer the artifacts. */
412
- catalogDigest?: string;
413
- }
414
- export interface PipelineRunSourceProperties {
415
- /** The type of the source. */
416
- type?: PipelineRunSourceType;
417
- /** The name of the source. */
418
- name?: string;
419
- }
420
- export interface PipelineRunTargetProperties {
421
- /** The type of the target. */
422
- type?: PipelineRunTargetType;
423
- /** The name of the target. */
424
- name?: string;
425
- }
426
- /** The response properties returned for a pipeline run. */
427
- export interface PipelineRunResponse {
428
- /** The current status of the pipeline run. */
429
- status?: string;
430
- /** The artifacts imported in the pipeline run. */
431
- importedArtifacts?: string[];
432
- /** The current progress of the copy operation. */
433
- progress?: ProgressProperties;
434
- /** The time the pipeline run started. */
435
- startTime?: Date;
436
- /** The time the pipeline run finished. */
437
- finishTime?: Date;
438
- /** The source of the pipeline run. */
439
- source?: ImportPipelineSourceProperties;
440
- /** The target of the pipeline run. */
441
- target?: ExportPipelineTargetProperties;
442
- /** The digest of the tar used to transfer the artifacts. */
443
- catalogDigest?: string;
444
- /** The trigger that caused the pipeline run. */
445
- trigger?: PipelineTriggerDescriptor;
446
- /** The detailed error message for the pipeline run in the case of failure. */
447
- pipelineRunErrorMessage?: string;
448
- }
449
- export interface ProgressProperties {
450
- /** The percentage complete of the copy operation. */
451
- percentage?: string;
452
- }
453
- export interface PipelineTriggerDescriptor {
454
- /** The source trigger that caused the pipeline run. */
455
- sourceTrigger?: PipelineSourceTriggerDescriptor;
456
- }
457
- export interface PipelineSourceTriggerDescriptor {
458
- /** The timestamp when the source update happened. */
459
- timestamp?: Date;
460
- }
461
117
  /** The result of a request to list private endpoint connections for a container registry. */
462
118
  export interface PrivateEndpointConnectionListResult {
463
119
  /** 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. */
@@ -479,6 +135,44 @@ export interface PrivateLinkServiceConnectionState {
479
135
  /** A message indicating if changes on the service provider require any updates on the consumer. */
480
136
  actionsRequired?: ActionsRequired;
481
137
  }
138
+ /** The resource model definition for a ARM proxy resource. It will have everything other than required location and tags. */
139
+ export interface ProxyResource {
140
+ /**
141
+ * The resource ID.
142
+ * NOTE: This property will not be serialized. It can only be populated by the server.
143
+ */
144
+ readonly id?: string;
145
+ /**
146
+ * The name of the resource.
147
+ * NOTE: This property will not be serialized. It can only be populated by the server.
148
+ */
149
+ readonly name?: string;
150
+ /**
151
+ * The type of the resource.
152
+ * NOTE: This property will not be serialized. It can only be populated by the server.
153
+ */
154
+ readonly type?: string;
155
+ /**
156
+ * Metadata pertaining to creation and last modification of the resource.
157
+ * NOTE: This property will not be serialized. It can only be populated by the server.
158
+ */
159
+ readonly systemData?: SystemData;
160
+ }
161
+ /** Metadata pertaining to creation and last modification of the resource. */
162
+ export interface SystemData {
163
+ /** The identity that created the resource. */
164
+ createdBy?: string;
165
+ /** The type of identity that created the resource. */
166
+ createdByType?: CreatedByType;
167
+ /** The timestamp of resource creation (UTC). */
168
+ createdAt?: Date;
169
+ /** The identity that last modified the resource. */
170
+ lastModifiedBy?: string;
171
+ /** The type of identity that last modified the resource. */
172
+ lastModifiedByType?: LastModifiedByType;
173
+ /** The timestamp of resource modification (UTC). */
174
+ lastModifiedAt?: Date;
175
+ }
482
176
  /** The result of a request to list container registries. */
483
177
  export interface RegistryListResult {
484
178
  /** 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. */
@@ -496,6 +190,30 @@ export interface Sku {
496
190
  */
497
191
  readonly tier?: SkuTier;
498
192
  }
193
+ /** Managed identity for the resource. */
194
+ export interface IdentityProperties {
195
+ /** The principal ID of resource identity. */
196
+ principalId?: string;
197
+ /** The tenant ID of resource. */
198
+ tenantId?: string;
199
+ /** The identity type. */
200
+ type?: ResourceIdentityType;
201
+ /**
202
+ * The list of user identities associated with the resource. The user identity
203
+ * dictionary key references will be ARM resource ids in the form:
204
+ * '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/
205
+ * providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}'.
206
+ */
207
+ userAssignedIdentities?: {
208
+ [propertyName: string]: UserIdentityProperties;
209
+ };
210
+ }
211
+ export interface UserIdentityProperties {
212
+ /** The principal id of user assigned identity. */
213
+ principalId?: string;
214
+ /** The client id of user assigned identity. */
215
+ clientId?: string;
216
+ }
499
217
  /** The status of an Azure resource at the time the operation was called. */
500
218
  export interface Status {
501
219
  /**
@@ -538,10 +256,6 @@ export interface Policies {
538
256
  retentionPolicy?: RetentionPolicy;
539
257
  /** The export policy for a container registry. */
540
258
  exportPolicy?: ExportPolicy;
541
- /** The policy for using ARM audience token for a container registry. */
542
- azureADAuthenticationAsArmPolicy?: AzureADAuthenticationAsArmPolicy;
543
- /** The soft delete policy for a container registry. */
544
- softDeletePolicy?: SoftDeletePolicy;
545
259
  }
546
260
  /** The quarantine policy for a container registry. */
547
261
  export interface QuarantinePolicy {
@@ -572,23 +286,6 @@ export interface ExportPolicy {
572
286
  /** The value that indicates whether the policy is enabled or not. */
573
287
  status?: ExportPolicyStatus;
574
288
  }
575
- /** The policy for using ARM audience token for a container registry. */
576
- export interface AzureADAuthenticationAsArmPolicy {
577
- /** The value that indicates whether the policy is enabled or not. */
578
- status?: AzureADAuthenticationAsArmPolicyStatus;
579
- }
580
- /** The soft delete policy for a container registry */
581
- export interface SoftDeletePolicy {
582
- /** The number of days after which a soft-deleted item is permanently deleted. */
583
- retentionDays?: number;
584
- /**
585
- * The timestamp when the policy was last updated.
586
- * NOTE: This property will not be serialized. It can only be populated by the server.
587
- */
588
- readonly lastUpdatedTime?: Date;
589
- /** The value that indicates whether the policy is enabled or not. */
590
- status?: PolicyStatus;
591
- }
592
289
  export interface EncryptionProperty {
593
290
  /** Indicates whether or not the encryption is enabled for container registry. */
594
291
  status?: EncryptionStatus;
@@ -669,8 +366,6 @@ export interface RegistryUpdateParameters {
669
366
  publicNetworkAccess?: PublicNetworkAccess;
670
367
  /** Whether to allow trusted Azure services to access a network restricted registry. */
671
368
  networkRuleBypassOptions?: NetworkRuleBypassOptions;
672
- /** Enables registry-wide pull from unauthenticated clients. */
673
- anonymousPullEnabled?: boolean;
674
369
  }
675
370
  /** The result of a request to get container registry quota usages. */
676
371
  export interface RegistryUsageListResult {
@@ -713,6 +408,31 @@ export interface PrivateLinkResource {
713
408
  /** The private link resource Private link DNS zone name. */
714
409
  requiredZoneNames?: string[];
715
410
  }
411
+ /** An error response from the Azure Container Registry service. */
412
+ export interface ErrorResponse {
413
+ /** Azure container registry build API error body. */
414
+ error?: ErrorResponseBody;
415
+ }
416
+ /** An error response from the Azure Container Registry service. */
417
+ export interface ErrorResponseBody {
418
+ /** error code. */
419
+ code: string;
420
+ /** error message. */
421
+ message: string;
422
+ /** target of the particular error. */
423
+ target?: string;
424
+ /** an array of additional nested error response info objects, as described by this contract. */
425
+ details?: InnerErrorDescription[];
426
+ }
427
+ /** inner error. */
428
+ export interface InnerErrorDescription {
429
+ /** error code. */
430
+ code: string;
431
+ /** error message. */
432
+ message: string;
433
+ /** target of the particular error. */
434
+ target?: string;
435
+ }
716
436
  /** The response from the ListCredentials operation. */
717
437
  export interface RegistryListCredentialsResult {
718
438
  /** The username for a container registry. */
@@ -1477,102 +1197,6 @@ export interface OverrideTaskStepProperties {
1477
1197
  /** Base64 encoded update trigger token that will be attached with the base image trigger webhook. */
1478
1198
  updateTriggerToken?: string;
1479
1199
  }
1480
- /** An object that represents a connected registry for a container registry. */
1481
- export interface ConnectedRegistry extends ProxyResource {
1482
- /**
1483
- * Provisioning state of the resource.
1484
- * NOTE: This property will not be serialized. It can only be populated by the server.
1485
- */
1486
- readonly provisioningState?: ProvisioningState;
1487
- /** The mode of the connected registry resource that indicates the permissions of the registry. */
1488
- mode?: ConnectedRegistryMode;
1489
- /**
1490
- * The current version of ACR runtime on the connected registry.
1491
- * NOTE: This property will not be serialized. It can only be populated by the server.
1492
- */
1493
- readonly version?: string;
1494
- /**
1495
- * The current connection state of the connected registry.
1496
- * NOTE: This property will not be serialized. It can only be populated by the server.
1497
- */
1498
- readonly connectionState?: ConnectionState;
1499
- /**
1500
- * The last activity time of the connected registry.
1501
- * NOTE: This property will not be serialized. It can only be populated by the server.
1502
- */
1503
- readonly lastActivityTime?: Date;
1504
- /**
1505
- * The activation properties of the connected registry.
1506
- * NOTE: This property will not be serialized. It can only be populated by the server.
1507
- */
1508
- readonly activation?: ActivationProperties;
1509
- /** The parent of the connected registry. */
1510
- parent?: ParentProperties;
1511
- /** The list of the ACR token resource IDs used to authenticate clients to the connected registry. */
1512
- clientTokenIds?: string[];
1513
- /** The login server properties of the connected registry. */
1514
- loginServer?: LoginServerProperties;
1515
- /** The logging properties of the connected registry. */
1516
- logging?: LoggingProperties;
1517
- /**
1518
- * The list of current statuses of the connected registry.
1519
- * NOTE: This property will not be serialized. It can only be populated by the server.
1520
- */
1521
- readonly statusDetails?: StatusDetailProperties[];
1522
- /** The list of notifications subscription information for the connected registry. */
1523
- notificationsList?: string[];
1524
- }
1525
- /** An object that represents an export pipeline for a container registry. */
1526
- export interface ExportPipeline extends ProxyResource {
1527
- /** The location of the export pipeline. */
1528
- location?: string;
1529
- /** The identity of the export pipeline. */
1530
- identity?: IdentityProperties;
1531
- /** The target properties of the export pipeline. */
1532
- target?: ExportPipelineTargetProperties;
1533
- /** The list of all options configured for the pipeline. */
1534
- options?: PipelineOptions[];
1535
- /**
1536
- * The provisioning state of the pipeline at the time the operation was called.
1537
- * NOTE: This property will not be serialized. It can only be populated by the server.
1538
- */
1539
- readonly provisioningState?: ProvisioningState;
1540
- }
1541
- /** An object that represents an import pipeline for a container registry. */
1542
- export interface ImportPipeline extends ProxyResource {
1543
- /** The location of the import pipeline. */
1544
- location?: string;
1545
- /** The identity of the import pipeline. */
1546
- identity?: IdentityProperties;
1547
- /** The source properties of the import pipeline. */
1548
- source?: ImportPipelineSourceProperties;
1549
- /** The properties that describe the trigger of the import pipeline. */
1550
- trigger?: PipelineTriggerProperties;
1551
- /** The list of all options configured for the pipeline. */
1552
- options?: PipelineOptions[];
1553
- /**
1554
- * The provisioning state of the pipeline at the time the operation was called.
1555
- * NOTE: This property will not be serialized. It can only be populated by the server.
1556
- */
1557
- readonly provisioningState?: ProvisioningState;
1558
- }
1559
- /** An object that represents a pipeline run for a container registry. */
1560
- export interface PipelineRun extends ProxyResource {
1561
- /**
1562
- * The provisioning state of a pipeline run.
1563
- * NOTE: This property will not be serialized. It can only be populated by the server.
1564
- */
1565
- readonly provisioningState?: ProvisioningState;
1566
- /** The request parameters for a pipeline run. */
1567
- request?: PipelineRunRequest;
1568
- /**
1569
- * The response of a pipeline run.
1570
- * NOTE: This property will not be serialized. It can only be populated by the server.
1571
- */
1572
- readonly response?: PipelineRunResponse;
1573
- /** How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed. */
1574
- forceUpdateTag?: string;
1575
- }
1576
1200
  /** An object that represents a private endpoint connection for a container registry. */
1577
1201
  export interface PrivateEndpointConnection extends ProxyResource {
1578
1202
  /** The resource of private endpoint. */
@@ -1759,8 +1383,6 @@ export interface Registry extends Resource {
1759
1383
  networkRuleBypassOptions?: NetworkRuleBypassOptions;
1760
1384
  /** Whether or not zone redundancy is enabled for this container registry */
1761
1385
  zoneRedundancy?: ZoneRedundancy;
1762
- /** Enables registry-wide pull from unauthenticated clients. */
1763
- anonymousPullEnabled?: boolean;
1764
1386
  }
1765
1387
  /** An object that represents a replication for a container registry. */
1766
1388
  export interface Replication extends Resource {
@@ -2022,230 +1644,82 @@ export interface EncodedTaskStepUpdateParameters extends TaskStepUpdateParameter
2022
1644
  /** The collection of overridable values that can be passed when running a task. */
2023
1645
  values?: SetValue[];
2024
1646
  }
2025
- /** Known values of {@link ProvisioningState} that the service accepts. */
2026
- export declare enum KnownProvisioningState {
2027
- /** Creating */
2028
- Creating = "Creating",
2029
- /** Updating */
2030
- Updating = "Updating",
2031
- /** Deleting */
2032
- Deleting = "Deleting",
2033
- /** Succeeded */
2034
- Succeeded = "Succeeded",
2035
- /** Failed */
2036
- Failed = "Failed",
2037
- /** Canceled */
2038
- Canceled = "Canceled"
1647
+ /** Defines headers for Registries_importImage operation. */
1648
+ export interface RegistriesImportImageHeaders {
1649
+ location?: string;
2039
1650
  }
2040
- /**
2041
- * Defines values for ProvisioningState. \
2042
- * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
2043
- * this enum contains the known values that the service supports.
2044
- * ### Known values supported by the service
2045
- * **Creating** \
2046
- * **Updating** \
2047
- * **Deleting** \
2048
- * **Succeeded** \
2049
- * **Failed** \
2050
- * **Canceled**
2051
- */
2052
- export declare type ProvisioningState = string;
2053
- /** Known values of {@link ConnectedRegistryMode} that the service accepts. */
2054
- export declare enum KnownConnectedRegistryMode {
2055
- /** ReadWrite */
2056
- ReadWrite = "ReadWrite",
2057
- /** ReadOnly */
2058
- ReadOnly = "ReadOnly",
2059
- /** Registry */
2060
- Registry = "Registry",
2061
- /** Mirror */
2062
- Mirror = "Mirror"
1651
+ /** Defines headers for Registries_create operation. */
1652
+ export interface RegistriesCreateHeaders {
1653
+ azureAsyncOperation?: string;
2063
1654
  }
2064
- /**
2065
- * Defines values for ConnectedRegistryMode. \
2066
- * {@link KnownConnectedRegistryMode} can be used interchangeably with ConnectedRegistryMode,
2067
- * this enum contains the known values that the service supports.
2068
- * ### Known values supported by the service
2069
- * **ReadWrite** \
2070
- * **ReadOnly** \
2071
- * **Registry** \
2072
- * **Mirror**
2073
- */
2074
- export declare type ConnectedRegistryMode = string;
2075
- /** Known values of {@link ConnectionState} that the service accepts. */
2076
- export declare enum KnownConnectionState {
2077
- /** Online */
2078
- Online = "Online",
2079
- /** Offline */
2080
- Offline = "Offline",
2081
- /** Syncing */
2082
- Syncing = "Syncing",
2083
- /** Unhealthy */
2084
- Unhealthy = "Unhealthy"
1655
+ /** Defines headers for Registries_delete operation. */
1656
+ export interface RegistriesDeleteHeaders {
1657
+ location?: string;
2085
1658
  }
2086
- /**
2087
- * Defines values for ConnectionState. \
2088
- * {@link KnownConnectionState} can be used interchangeably with ConnectionState,
2089
- * this enum contains the known values that the service supports.
2090
- * ### Known values supported by the service
2091
- * **Online** \
2092
- * **Offline** \
2093
- * **Syncing** \
2094
- * **Unhealthy**
2095
- */
2096
- export declare type ConnectionState = string;
2097
- /** Known values of {@link ActivationStatus} that the service accepts. */
2098
- export declare enum KnownActivationStatus {
2099
- /** Active */
2100
- Active = "Active",
2101
- /** Inactive */
2102
- Inactive = "Inactive"
1659
+ /** Defines headers for Registries_update operation. */
1660
+ export interface RegistriesUpdateHeaders {
1661
+ azureAsyncOperation?: string;
2103
1662
  }
2104
- /**
2105
- * Defines values for ActivationStatus. \
2106
- * {@link KnownActivationStatus} can be used interchangeably with ActivationStatus,
2107
- * this enum contains the known values that the service supports.
2108
- * ### Known values supported by the service
2109
- * **Active** \
2110
- * **Inactive**
2111
- */
2112
- export declare type ActivationStatus = string;
2113
- /** Known values of {@link TlsStatus} that the service accepts. */
2114
- export declare enum KnownTlsStatus {
2115
- /** Enabled */
2116
- Enabled = "Enabled",
2117
- /** Disabled */
2118
- Disabled = "Disabled"
1663
+ /** Defines headers for Registries_generateCredentials operation. */
1664
+ export interface RegistriesGenerateCredentialsHeaders {
1665
+ location?: string;
2119
1666
  }
2120
- /**
2121
- * Defines values for TlsStatus. \
2122
- * {@link KnownTlsStatus} can be used interchangeably with TlsStatus,
2123
- * this enum contains the known values that the service supports.
2124
- * ### Known values supported by the service
2125
- * **Enabled** \
2126
- * **Disabled**
2127
- */
2128
- export declare type TlsStatus = string;
2129
- /** Known values of {@link CertificateType} that the service accepts. */
2130
- export declare enum KnownCertificateType {
2131
- /** LocalDirectory */
2132
- LocalDirectory = "LocalDirectory"
1667
+ /** Defines headers for PrivateEndpointConnections_createOrUpdate operation. */
1668
+ export interface PrivateEndpointConnectionsCreateOrUpdateHeaders {
1669
+ azureAsyncOperation?: string;
2133
1670
  }
2134
- /**
2135
- * Defines values for CertificateType. \
2136
- * {@link KnownCertificateType} can be used interchangeably with CertificateType,
2137
- * this enum contains the known values that the service supports.
2138
- * ### Known values supported by the service
2139
- * **LocalDirectory**
2140
- */
2141
- export declare type CertificateType = string;
2142
- /** Known values of {@link LogLevel} that the service accepts. */
2143
- export declare enum KnownLogLevel {
2144
- /** Debug */
2145
- Debug = "Debug",
2146
- /** Information */
2147
- Information = "Information",
2148
- /** Warning */
2149
- Warning = "Warning",
2150
- /** Error */
2151
- Error = "Error",
2152
- /** None */
2153
- None = "None"
1671
+ /** Defines headers for PrivateEndpointConnections_delete operation. */
1672
+ export interface PrivateEndpointConnectionsDeleteHeaders {
1673
+ location?: string;
2154
1674
  }
2155
- /**
2156
- * Defines values for LogLevel. \
2157
- * {@link KnownLogLevel} can be used interchangeably with LogLevel,
2158
- * this enum contains the known values that the service supports.
2159
- * ### Known values supported by the service
2160
- * **Debug** \
2161
- * **Information** \
2162
- * **Warning** \
2163
- * **Error** \
2164
- * **None**
2165
- */
2166
- export declare type LogLevel = string;
2167
- /** Known values of {@link AuditLogStatus} that the service accepts. */
2168
- export declare enum KnownAuditLogStatus {
2169
- /** Enabled */
2170
- Enabled = "Enabled",
2171
- /** Disabled */
2172
- Disabled = "Disabled"
1675
+ /** Defines headers for Replications_create operation. */
1676
+ export interface ReplicationsCreateHeaders {
1677
+ azureAsyncOperation?: string;
2173
1678
  }
2174
- /**
2175
- * Defines values for AuditLogStatus. \
2176
- * {@link KnownAuditLogStatus} can be used interchangeably with AuditLogStatus,
2177
- * this enum contains the known values that the service supports.
2178
- * ### Known values supported by the service
2179
- * **Enabled** \
2180
- * **Disabled**
2181
- */
2182
- export declare type AuditLogStatus = string;
2183
- /** Known values of {@link CreatedByType} that the service accepts. */
2184
- export declare enum KnownCreatedByType {
2185
- /** User */
2186
- User = "User",
2187
- /** Application */
2188
- Application = "Application",
2189
- /** ManagedIdentity */
2190
- ManagedIdentity = "ManagedIdentity",
2191
- /** Key */
2192
- Key = "Key"
1679
+ /** Defines headers for Replications_delete operation. */
1680
+ export interface ReplicationsDeleteHeaders {
1681
+ location?: string;
2193
1682
  }
2194
- /**
2195
- * Defines values for CreatedByType. \
2196
- * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
2197
- * this enum contains the known values that the service supports.
2198
- * ### Known values supported by the service
2199
- * **User** \
2200
- * **Application** \
2201
- * **ManagedIdentity** \
2202
- * **Key**
2203
- */
2204
- export declare type CreatedByType = string;
2205
- /** Known values of {@link LastModifiedByType} that the service accepts. */
2206
- export declare enum KnownLastModifiedByType {
2207
- /** User */
2208
- User = "User",
2209
- /** Application */
2210
- Application = "Application",
2211
- /** ManagedIdentity */
2212
- ManagedIdentity = "ManagedIdentity",
2213
- /** Key */
2214
- Key = "Key"
1683
+ /** Defines headers for Replications_update operation. */
1684
+ export interface ReplicationsUpdateHeaders {
1685
+ azureAsyncOperation?: string;
1686
+ }
1687
+ /** Defines headers for ScopeMaps_create operation. */
1688
+ export interface ScopeMapsCreateHeaders {
1689
+ azureAsyncOperation?: string;
1690
+ }
1691
+ /** Defines headers for ScopeMaps_delete operation. */
1692
+ export interface ScopeMapsDeleteHeaders {
1693
+ location?: string;
1694
+ }
1695
+ /** Defines headers for ScopeMaps_update operation. */
1696
+ export interface ScopeMapsUpdateHeaders {
1697
+ azureAsyncOperation?: string;
1698
+ }
1699
+ /** Defines headers for Tokens_create operation. */
1700
+ export interface TokensCreateHeaders {
1701
+ azureAsyncOperation?: string;
1702
+ }
1703
+ /** Defines headers for Tokens_delete operation. */
1704
+ export interface TokensDeleteHeaders {
1705
+ location?: string;
2215
1706
  }
2216
- /**
2217
- * Defines values for LastModifiedByType. \
2218
- * {@link KnownLastModifiedByType} can be used interchangeably with LastModifiedByType,
2219
- * this enum contains the known values that the service supports.
2220
- * ### Known values supported by the service
2221
- * **User** \
2222
- * **Application** \
2223
- * **ManagedIdentity** \
2224
- * **Key**
2225
- */
2226
- export declare type LastModifiedByType = string;
2227
- /** Known values of {@link PipelineOptions} that the service accepts. */
2228
- export declare enum KnownPipelineOptions {
2229
- /** OverwriteTags */
2230
- OverwriteTags = "OverwriteTags",
2231
- /** OverwriteBlobs */
2232
- OverwriteBlobs = "OverwriteBlobs",
2233
- /** DeleteSourceBlobOnSuccess */
2234
- DeleteSourceBlobOnSuccess = "DeleteSourceBlobOnSuccess",
2235
- /** ContinueOnErrors */
2236
- ContinueOnErrors = "ContinueOnErrors"
1707
+ /** Defines headers for Tokens_update operation. */
1708
+ export interface TokensUpdateHeaders {
1709
+ azureAsyncOperation?: string;
1710
+ }
1711
+ /** Defines headers for Webhooks_create operation. */
1712
+ export interface WebhooksCreateHeaders {
1713
+ azureAsyncOperation?: string;
1714
+ }
1715
+ /** Defines headers for Webhooks_delete operation. */
1716
+ export interface WebhooksDeleteHeaders {
1717
+ location?: string;
1718
+ }
1719
+ /** Defines headers for Webhooks_update operation. */
1720
+ export interface WebhooksUpdateHeaders {
1721
+ azureAsyncOperation?: string;
2237
1722
  }
2238
- /**
2239
- * Defines values for PipelineOptions. \
2240
- * {@link KnownPipelineOptions} can be used interchangeably with PipelineOptions,
2241
- * this enum contains the known values that the service supports.
2242
- * ### Known values supported by the service
2243
- * **OverwriteTags** \
2244
- * **OverwriteBlobs** \
2245
- * **DeleteSourceBlobOnSuccess** \
2246
- * **ContinueOnErrors**
2247
- */
2248
- export declare type PipelineOptions = string;
2249
1723
  /** Known values of {@link ImportMode} that the service accepts. */
2250
1724
  export declare enum KnownImportMode {
2251
1725
  /** NoForce */
@@ -2262,61 +1736,6 @@ export declare enum KnownImportMode {
2262
1736
  * **Force**
2263
1737
  */
2264
1738
  export declare type ImportMode = string;
2265
- /** Known values of {@link PipelineSourceType} that the service accepts. */
2266
- export declare enum KnownPipelineSourceType {
2267
- /** AzureStorageBlobContainer */
2268
- AzureStorageBlobContainer = "AzureStorageBlobContainer"
2269
- }
2270
- /**
2271
- * Defines values for PipelineSourceType. \
2272
- * {@link KnownPipelineSourceType} can be used interchangeably with PipelineSourceType,
2273
- * this enum contains the known values that the service supports.
2274
- * ### Known values supported by the service
2275
- * **AzureStorageBlobContainer**
2276
- */
2277
- export declare type PipelineSourceType = string;
2278
- /** Known values of {@link TriggerStatus} that the service accepts. */
2279
- export declare enum KnownTriggerStatus {
2280
- /** Disabled */
2281
- Disabled = "Disabled",
2282
- /** Enabled */
2283
- Enabled = "Enabled"
2284
- }
2285
- /**
2286
- * Defines values for TriggerStatus. \
2287
- * {@link KnownTriggerStatus} can be used interchangeably with TriggerStatus,
2288
- * this enum contains the known values that the service supports.
2289
- * ### Known values supported by the service
2290
- * **Disabled** \
2291
- * **Enabled**
2292
- */
2293
- export declare type TriggerStatus = string;
2294
- /** Known values of {@link PipelineRunSourceType} that the service accepts. */
2295
- export declare enum KnownPipelineRunSourceType {
2296
- /** AzureStorageBlob */
2297
- AzureStorageBlob = "AzureStorageBlob"
2298
- }
2299
- /**
2300
- * Defines values for PipelineRunSourceType. \
2301
- * {@link KnownPipelineRunSourceType} can be used interchangeably with PipelineRunSourceType,
2302
- * this enum contains the known values that the service supports.
2303
- * ### Known values supported by the service
2304
- * **AzureStorageBlob**
2305
- */
2306
- export declare type PipelineRunSourceType = string;
2307
- /** Known values of {@link PipelineRunTargetType} that the service accepts. */
2308
- export declare enum KnownPipelineRunTargetType {
2309
- /** AzureStorageBlob */
2310
- AzureStorageBlob = "AzureStorageBlob"
2311
- }
2312
- /**
2313
- * Defines values for PipelineRunTargetType. \
2314
- * {@link KnownPipelineRunTargetType} can be used interchangeably with PipelineRunTargetType,
2315
- * this enum contains the known values that the service supports.
2316
- * ### Known values supported by the service
2317
- * **AzureStorageBlob**
2318
- */
2319
- export declare type PipelineRunTargetType = string;
2320
1739
  /** Known values of {@link ConnectionStatus} that the service accepts. */
2321
1740
  export declare enum KnownConnectionStatus {
2322
1741
  /** Approved */
@@ -2355,6 +1774,78 @@ export declare enum KnownActionsRequired {
2355
1774
  * **Recreate**
2356
1775
  */
2357
1776
  export declare type ActionsRequired = string;
1777
+ /** Known values of {@link ProvisioningState} that the service accepts. */
1778
+ export declare enum KnownProvisioningState {
1779
+ /** Creating */
1780
+ Creating = "Creating",
1781
+ /** Updating */
1782
+ Updating = "Updating",
1783
+ /** Deleting */
1784
+ Deleting = "Deleting",
1785
+ /** Succeeded */
1786
+ Succeeded = "Succeeded",
1787
+ /** Failed */
1788
+ Failed = "Failed",
1789
+ /** Canceled */
1790
+ Canceled = "Canceled"
1791
+ }
1792
+ /**
1793
+ * Defines values for ProvisioningState. \
1794
+ * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
1795
+ * this enum contains the known values that the service supports.
1796
+ * ### Known values supported by the service
1797
+ * **Creating** \
1798
+ * **Updating** \
1799
+ * **Deleting** \
1800
+ * **Succeeded** \
1801
+ * **Failed** \
1802
+ * **Canceled**
1803
+ */
1804
+ export declare type ProvisioningState = string;
1805
+ /** Known values of {@link CreatedByType} that the service accepts. */
1806
+ export declare enum KnownCreatedByType {
1807
+ /** User */
1808
+ User = "User",
1809
+ /** Application */
1810
+ Application = "Application",
1811
+ /** ManagedIdentity */
1812
+ ManagedIdentity = "ManagedIdentity",
1813
+ /** Key */
1814
+ Key = "Key"
1815
+ }
1816
+ /**
1817
+ * Defines values for CreatedByType. \
1818
+ * {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
1819
+ * this enum contains the known values that the service supports.
1820
+ * ### Known values supported by the service
1821
+ * **User** \
1822
+ * **Application** \
1823
+ * **ManagedIdentity** \
1824
+ * **Key**
1825
+ */
1826
+ export declare type CreatedByType = string;
1827
+ /** Known values of {@link LastModifiedByType} that the service accepts. */
1828
+ export declare enum KnownLastModifiedByType {
1829
+ /** User */
1830
+ User = "User",
1831
+ /** Application */
1832
+ Application = "Application",
1833
+ /** ManagedIdentity */
1834
+ ManagedIdentity = "ManagedIdentity",
1835
+ /** Key */
1836
+ Key = "Key"
1837
+ }
1838
+ /**
1839
+ * Defines values for LastModifiedByType. \
1840
+ * {@link KnownLastModifiedByType} can be used interchangeably with LastModifiedByType,
1841
+ * this enum contains the known values that the service supports.
1842
+ * ### Known values supported by the service
1843
+ * **User** \
1844
+ * **Application** \
1845
+ * **ManagedIdentity** \
1846
+ * **Key**
1847
+ */
1848
+ export declare type LastModifiedByType = string;
2358
1849
  /** Known values of {@link SkuName} that the service accepts. */
2359
1850
  export declare enum KnownSkuName {
2360
1851
  /** Classic */
@@ -2473,22 +1964,6 @@ export declare enum KnownExportPolicyStatus {
2473
1964
  * **disabled**
2474
1965
  */
2475
1966
  export declare type ExportPolicyStatus = string;
2476
- /** Known values of {@link AzureADAuthenticationAsArmPolicyStatus} that the service accepts. */
2477
- export declare enum KnownAzureADAuthenticationAsArmPolicyStatus {
2478
- /** Enabled */
2479
- Enabled = "enabled",
2480
- /** Disabled */
2481
- Disabled = "disabled"
2482
- }
2483
- /**
2484
- * Defines values for AzureADAuthenticationAsArmPolicyStatus. \
2485
- * {@link KnownAzureADAuthenticationAsArmPolicyStatus} can be used interchangeably with AzureADAuthenticationAsArmPolicyStatus,
2486
- * this enum contains the known values that the service supports.
2487
- * ### Known values supported by the service
2488
- * **enabled** \
2489
- * **disabled**
2490
- */
2491
- export declare type AzureADAuthenticationAsArmPolicyStatus = string;
2492
1967
  /** Known values of {@link EncryptionStatus} that the service accepts. */
2493
1968
  export declare enum KnownEncryptionStatus {
2494
1969
  /** Enabled */
@@ -2825,6 +2300,22 @@ export declare enum KnownBaseImageDependencyType {
2825
2300
  * **RunTime**
2826
2301
  */
2827
2302
  export declare type BaseImageDependencyType = string;
2303
+ /** Known values of {@link TriggerStatus} that the service accepts. */
2304
+ export declare enum KnownTriggerStatus {
2305
+ /** Disabled */
2306
+ Disabled = "Disabled",
2307
+ /** Enabled */
2308
+ Enabled = "Enabled"
2309
+ }
2310
+ /**
2311
+ * Defines values for TriggerStatus. \
2312
+ * {@link KnownTriggerStatus} can be used interchangeably with TriggerStatus,
2313
+ * this enum contains the known values that the service supports.
2314
+ * ### Known values supported by the service
2315
+ * **Disabled** \
2316
+ * **Enabled**
2317
+ */
2318
+ export declare type TriggerStatus = string;
2828
2319
  /** Known values of {@link SourceControlType} that the service accepts. */
2829
2320
  export declare enum KnownSourceControlType {
2830
2321
  /** Github */
@@ -2942,88 +2433,6 @@ export declare type ResourceIdentityType = "SystemAssigned" | "UserAssigned" | "
2942
2433
  /** Defines values for PasswordName. */
2943
2434
  export declare type PasswordName = "password" | "password2";
2944
2435
  /** Optional parameters. */
2945
- export interface ConnectedRegistriesListOptionalParams extends coreClient.OperationOptions {
2946
- /** 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. */
2947
- filter?: string;
2948
- }
2949
- /** Contains response data for the list operation. */
2950
- export declare type ConnectedRegistriesListResponse = ConnectedRegistryListResult;
2951
- /** Optional parameters. */
2952
- export interface ConnectedRegistriesGetOptionalParams extends coreClient.OperationOptions {
2953
- }
2954
- /** Contains response data for the get operation. */
2955
- export declare type ConnectedRegistriesGetResponse = ConnectedRegistry;
2956
- /** Optional parameters. */
2957
- export interface ConnectedRegistriesCreateOptionalParams extends coreClient.OperationOptions {
2958
- /** Delay to wait until next poll, in milliseconds. */
2959
- updateIntervalInMs?: number;
2960
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2961
- resumeFrom?: string;
2962
- }
2963
- /** Contains response data for the create operation. */
2964
- export declare type ConnectedRegistriesCreateResponse = ConnectedRegistry;
2965
- /** Optional parameters. */
2966
- export interface ConnectedRegistriesDeleteOptionalParams extends coreClient.OperationOptions {
2967
- /** Delay to wait until next poll, in milliseconds. */
2968
- updateIntervalInMs?: number;
2969
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2970
- resumeFrom?: string;
2971
- }
2972
- /** Optional parameters. */
2973
- export interface ConnectedRegistriesUpdateOptionalParams extends coreClient.OperationOptions {
2974
- /** Delay to wait until next poll, in milliseconds. */
2975
- updateIntervalInMs?: number;
2976
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2977
- resumeFrom?: string;
2978
- }
2979
- /** Contains response data for the update operation. */
2980
- export declare type ConnectedRegistriesUpdateResponse = ConnectedRegistry;
2981
- /** Optional parameters. */
2982
- export interface ConnectedRegistriesDeactivateOptionalParams extends coreClient.OperationOptions {
2983
- /** Delay to wait until next poll, in milliseconds. */
2984
- updateIntervalInMs?: number;
2985
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2986
- resumeFrom?: string;
2987
- }
2988
- /** Optional parameters. */
2989
- export interface ConnectedRegistriesListNextOptionalParams extends coreClient.OperationOptions {
2990
- /** 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. */
2991
- filter?: string;
2992
- }
2993
- /** Contains response data for the listNext operation. */
2994
- export declare type ConnectedRegistriesListNextResponse = ConnectedRegistryListResult;
2995
- /** Optional parameters. */
2996
- export interface ExportPipelinesListOptionalParams extends coreClient.OperationOptions {
2997
- }
2998
- /** Contains response data for the list operation. */
2999
- export declare type ExportPipelinesListResponse = ExportPipelineListResult;
3000
- /** Optional parameters. */
3001
- export interface ExportPipelinesGetOptionalParams extends coreClient.OperationOptions {
3002
- }
3003
- /** Contains response data for the get operation. */
3004
- export declare type ExportPipelinesGetResponse = ExportPipeline;
3005
- /** Optional parameters. */
3006
- export interface ExportPipelinesCreateOptionalParams extends coreClient.OperationOptions {
3007
- /** Delay to wait until next poll, in milliseconds. */
3008
- updateIntervalInMs?: number;
3009
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3010
- resumeFrom?: string;
3011
- }
3012
- /** Contains response data for the create operation. */
3013
- export declare type ExportPipelinesCreateResponse = ExportPipeline;
3014
- /** Optional parameters. */
3015
- export interface ExportPipelinesDeleteOptionalParams extends coreClient.OperationOptions {
3016
- /** Delay to wait until next poll, in milliseconds. */
3017
- updateIntervalInMs?: number;
3018
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3019
- resumeFrom?: string;
3020
- }
3021
- /** Optional parameters. */
3022
- export interface ExportPipelinesListNextOptionalParams extends coreClient.OperationOptions {
3023
- }
3024
- /** Contains response data for the listNext operation. */
3025
- export declare type ExportPipelinesListNextResponse = ExportPipelineListResult;
3026
- /** Optional parameters. */
3027
2436
  export interface RegistriesImportImageOptionalParams extends coreClient.OperationOptions {
3028
2437
  /** Delay to wait until next poll, in milliseconds. */
3029
2438
  updateIntervalInMs?: number;
@@ -3139,37 +2548,6 @@ export interface RegistriesListPrivateLinkResourcesNextOptionalParams extends co
3139
2548
  /** Contains response data for the listPrivateLinkResourcesNext operation. */
3140
2549
  export declare type RegistriesListPrivateLinkResourcesNextResponse = PrivateLinkResourceListResult;
3141
2550
  /** Optional parameters. */
3142
- export interface ImportPipelinesListOptionalParams extends coreClient.OperationOptions {
3143
- }
3144
- /** Contains response data for the list operation. */
3145
- export declare type ImportPipelinesListResponse = ImportPipelineListResult;
3146
- /** Optional parameters. */
3147
- export interface ImportPipelinesGetOptionalParams extends coreClient.OperationOptions {
3148
- }
3149
- /** Contains response data for the get operation. */
3150
- export declare type ImportPipelinesGetResponse = ImportPipeline;
3151
- /** Optional parameters. */
3152
- export interface ImportPipelinesCreateOptionalParams extends coreClient.OperationOptions {
3153
- /** Delay to wait until next poll, in milliseconds. */
3154
- updateIntervalInMs?: number;
3155
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3156
- resumeFrom?: string;
3157
- }
3158
- /** Contains response data for the create operation. */
3159
- export declare type ImportPipelinesCreateResponse = ImportPipeline;
3160
- /** Optional parameters. */
3161
- export interface ImportPipelinesDeleteOptionalParams extends coreClient.OperationOptions {
3162
- /** Delay to wait until next poll, in milliseconds. */
3163
- updateIntervalInMs?: number;
3164
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3165
- resumeFrom?: string;
3166
- }
3167
- /** Optional parameters. */
3168
- export interface ImportPipelinesListNextOptionalParams extends coreClient.OperationOptions {
3169
- }
3170
- /** Contains response data for the listNext operation. */
3171
- export declare type ImportPipelinesListNextResponse = ImportPipelineListResult;
3172
- /** Optional parameters. */
3173
2551
  export interface OperationsListOptionalParams extends coreClient.OperationOptions {
3174
2552
  }
3175
2553
  /** Contains response data for the list operation. */
@@ -3180,37 +2558,6 @@ export interface OperationsListNextOptionalParams extends coreClient.OperationOp
3180
2558
  /** Contains response data for the listNext operation. */
3181
2559
  export declare type OperationsListNextResponse = OperationListResult;
3182
2560
  /** Optional parameters. */
3183
- export interface PipelineRunsListOptionalParams extends coreClient.OperationOptions {
3184
- }
3185
- /** Contains response data for the list operation. */
3186
- export declare type PipelineRunsListResponse = PipelineRunListResult;
3187
- /** Optional parameters. */
3188
- export interface PipelineRunsGetOptionalParams extends coreClient.OperationOptions {
3189
- }
3190
- /** Contains response data for the get operation. */
3191
- export declare type PipelineRunsGetResponse = PipelineRun;
3192
- /** Optional parameters. */
3193
- export interface PipelineRunsCreateOptionalParams extends coreClient.OperationOptions {
3194
- /** Delay to wait until next poll, in milliseconds. */
3195
- updateIntervalInMs?: number;
3196
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3197
- resumeFrom?: string;
3198
- }
3199
- /** Contains response data for the create operation. */
3200
- export declare type PipelineRunsCreateResponse = PipelineRun;
3201
- /** Optional parameters. */
3202
- export interface PipelineRunsDeleteOptionalParams extends coreClient.OperationOptions {
3203
- /** Delay to wait until next poll, in milliseconds. */
3204
- updateIntervalInMs?: number;
3205
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
3206
- resumeFrom?: string;
3207
- }
3208
- /** Optional parameters. */
3209
- export interface PipelineRunsListNextOptionalParams extends coreClient.OperationOptions {
3210
- }
3211
- /** Contains response data for the listNext operation. */
3212
- export declare type PipelineRunsListNextResponse = PipelineRunListResult;
3213
- /** Optional parameters. */
3214
2561
  export interface PrivateEndpointConnectionsListOptionalParams extends coreClient.OperationOptions {
3215
2562
  }
3216
2563
  /** Contains response data for the list operation. */
@@ -3503,10 +2850,6 @@ export interface RunsCancelOptionalParams extends coreClient.OperationOptions {
3503
2850
  }
3504
2851
  /** Optional parameters. */
3505
2852
  export interface RunsListNextOptionalParams extends coreClient.OperationOptions {
3506
- /** 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. */
3507
- filter?: string;
3508
- /** $top is supported for get list of runs, which limits the maximum number of runs to return. */
3509
- top?: number;
3510
2853
  }
3511
2854
  /** Contains response data for the listNext operation. */
3512
2855
  export declare type RunsListNextResponse = RunListResult;