@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
@@ -1,8 +1,8 @@
1
1
  import * as coreAuth from '@azure/core-auth';
2
2
  import * as coreClient from '@azure/core-client';
3
+ import { OperationState } from '@azure/core-lro';
3
4
  import { PagedAsyncIterableIterator } from '@azure/core-paging';
4
- import { PollerLike } from '@azure/core-lro';
5
- import { PollOperationState } from '@azure/core-lro';
5
+ import { SimplePollerLike } from '@azure/core-lro';
6
6
 
7
7
  /**
8
8
  * Defines values for Action. \
@@ -23,25 +23,6 @@ export declare type Action = string;
23
23
  */
24
24
  export declare type ActionsRequired = string;
25
25
 
26
- /** The activation properties of the connected registry. */
27
- export declare interface ActivationProperties {
28
- /**
29
- * The activation status of the connected registry.
30
- * NOTE: This property will not be serialized. It can only be populated by the server.
31
- */
32
- readonly status?: ActivationStatus;
33
- }
34
-
35
- /**
36
- * Defines values for ActivationStatus. \
37
- * {@link KnownActivationStatus} can be used interchangeably with ActivationStatus,
38
- * this enum contains the known values that the service supports.
39
- * ### Known values supported by the service
40
- * **Active** \
41
- * **Inactive**
42
- */
43
- export declare type ActivationStatus = string;
44
-
45
26
  /** The Active Directory Object that will be used for authenticating the token of a container registry. */
46
27
  export declare interface ActiveDirectoryObject {
47
28
  /** The user/group/application object ID for Active Directory Object that will be used for authenticating the token of a container registry. */
@@ -115,7 +96,7 @@ export declare interface AgentPools {
115
96
  * @param agentPool The parameters of an agent pool that needs to scheduled.
116
97
  * @param options The options parameters.
117
98
  */
118
- beginCreate(resourceGroupName: string, registryName: string, agentPoolName: string, agentPool: AgentPool, options?: AgentPoolsCreateOptionalParams): Promise<PollerLike<PollOperationState<AgentPoolsCreateResponse>, AgentPoolsCreateResponse>>;
99
+ beginCreate(resourceGroupName: string, registryName: string, agentPoolName: string, agentPool: AgentPool, options?: AgentPoolsCreateOptionalParams): Promise<SimplePollerLike<OperationState<AgentPoolsCreateResponse>, AgentPoolsCreateResponse>>;
119
100
  /**
120
101
  * Creates an agent pool for a container registry with the specified parameters.
121
102
  * @param resourceGroupName The name of the resource group to which the container registry belongs.
@@ -132,7 +113,7 @@ export declare interface AgentPools {
132
113
  * @param agentPoolName The name of the agent pool.
133
114
  * @param options The options parameters.
134
115
  */
135
- beginDelete(resourceGroupName: string, registryName: string, agentPoolName: string, options?: AgentPoolsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
116
+ beginDelete(resourceGroupName: string, registryName: string, agentPoolName: string, options?: AgentPoolsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
136
117
  /**
137
118
  * Deletes a specified agent pool resource.
138
119
  * @param resourceGroupName The name of the resource group to which the container registry belongs.
@@ -149,7 +130,7 @@ export declare interface AgentPools {
149
130
  * @param updateParameters The parameters for updating an agent pool.
150
131
  * @param options The options parameters.
151
132
  */
152
- beginUpdate(resourceGroupName: string, registryName: string, agentPoolName: string, updateParameters: AgentPoolUpdateParameters, options?: AgentPoolsUpdateOptionalParams): Promise<PollerLike<PollOperationState<AgentPoolsUpdateResponse>, AgentPoolsUpdateResponse>>;
133
+ beginUpdate(resourceGroupName: string, registryName: string, agentPoolName: string, updateParameters: AgentPoolUpdateParameters, options?: AgentPoolsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<AgentPoolsUpdateResponse>, AgentPoolsUpdateResponse>>;
153
134
  /**
154
135
  * Updates an agent pool with the specified parameters.
155
136
  * @param resourceGroupName The name of the resource group to which the container registry belongs.
@@ -266,16 +247,6 @@ export declare interface Argument {
266
247
  isSecret?: boolean;
267
248
  }
268
249
 
269
- /**
270
- * Defines values for AuditLogStatus. \
271
- * {@link KnownAuditLogStatus} can be used interchangeably with AuditLogStatus,
272
- * this enum contains the known values that the service supports.
273
- * ### Known values supported by the service
274
- * **Enabled** \
275
- * **Disabled**
276
- */
277
- export declare type AuditLogStatus = string;
278
-
279
250
  /** The authorization properties for accessing the source code repository. */
280
251
  export declare interface AuthInfo {
281
252
  /** The type of Auth token. */
@@ -304,22 +275,6 @@ export declare interface AuthInfoUpdateParameters {
304
275
  expiresIn?: number;
305
276
  }
306
277
 
307
- /** The policy for using ARM audience token for a container registry. */
308
- export declare interface AzureADAuthenticationAsArmPolicy {
309
- /** The value that indicates whether the policy is enabled or not. */
310
- status?: AzureADAuthenticationAsArmPolicyStatus;
311
- }
312
-
313
- /**
314
- * Defines values for AzureADAuthenticationAsArmPolicyStatus. \
315
- * {@link KnownAzureADAuthenticationAsArmPolicyStatus} can be used interchangeably with AzureADAuthenticationAsArmPolicyStatus,
316
- * this enum contains the known values that the service supports.
317
- * ### Known values supported by the service
318
- * **enabled** \
319
- * **disabled**
320
- */
321
- export declare type AzureADAuthenticationAsArmPolicyStatus = string;
322
-
323
278
  /** Properties that describe a base image dependency. */
324
279
  export declare interface BaseImageDependency {
325
280
  /** The type of the base image dependency. */
@@ -392,255 +347,6 @@ export declare interface CallbackConfig {
392
347
  };
393
348
  }
394
349
 
395
- /**
396
- * Defines values for CertificateType. \
397
- * {@link KnownCertificateType} can be used interchangeably with CertificateType,
398
- * this enum contains the known values that the service supports.
399
- * ### Known values supported by the service
400
- * **LocalDirectory**
401
- */
402
- export declare type CertificateType = string;
403
-
404
- /** Interface representing a ConnectedRegistries. */
405
- export declare interface ConnectedRegistries {
406
- /**
407
- * Lists all connected registries for the specified container registry.
408
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
409
- * @param registryName The name of the container registry.
410
- * @param options The options parameters.
411
- */
412
- list(resourceGroupName: string, registryName: string, options?: ConnectedRegistriesListOptionalParams): PagedAsyncIterableIterator<ConnectedRegistry>;
413
- /**
414
- * Gets the properties of the connected registry.
415
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
416
- * @param registryName The name of the container registry.
417
- * @param connectedRegistryName The name of the connected registry.
418
- * @param options The options parameters.
419
- */
420
- get(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesGetOptionalParams): Promise<ConnectedRegistriesGetResponse>;
421
- /**
422
- * Creates a connected registry for a container registry with the specified parameters.
423
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
424
- * @param registryName The name of the container registry.
425
- * @param connectedRegistryName The name of the connected registry.
426
- * @param connectedRegistryCreateParameters The parameters for creating a connectedRegistry.
427
- * @param options The options parameters.
428
- */
429
- beginCreate(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryCreateParameters: ConnectedRegistry, options?: ConnectedRegistriesCreateOptionalParams): Promise<PollerLike<PollOperationState<ConnectedRegistriesCreateResponse>, ConnectedRegistriesCreateResponse>>;
430
- /**
431
- * Creates a connected registry for a container registry with the specified parameters.
432
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
433
- * @param registryName The name of the container registry.
434
- * @param connectedRegistryName The name of the connected registry.
435
- * @param connectedRegistryCreateParameters The parameters for creating a connectedRegistry.
436
- * @param options The options parameters.
437
- */
438
- beginCreateAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryCreateParameters: ConnectedRegistry, options?: ConnectedRegistriesCreateOptionalParams): Promise<ConnectedRegistriesCreateResponse>;
439
- /**
440
- * Deletes a connected registry from a container registry.
441
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
442
- * @param registryName The name of the container registry.
443
- * @param connectedRegistryName The name of the connected registry.
444
- * @param options The options parameters.
445
- */
446
- beginDelete(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
447
- /**
448
- * Deletes a connected registry from a container registry.
449
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
450
- * @param registryName The name of the container registry.
451
- * @param connectedRegistryName The name of the connected registry.
452
- * @param options The options parameters.
453
- */
454
- beginDeleteAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeleteOptionalParams): Promise<void>;
455
- /**
456
- * Updates a connected registry with the specified parameters.
457
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
458
- * @param registryName The name of the container registry.
459
- * @param connectedRegistryName The name of the connected registry.
460
- * @param connectedRegistryUpdateParameters The parameters for updating a connectedRegistry.
461
- * @param options The options parameters.
462
- */
463
- beginUpdate(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryUpdateParameters: ConnectedRegistryUpdateParameters, options?: ConnectedRegistriesUpdateOptionalParams): Promise<PollerLike<PollOperationState<ConnectedRegistriesUpdateResponse>, ConnectedRegistriesUpdateResponse>>;
464
- /**
465
- * Updates a connected registry with the specified parameters.
466
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
467
- * @param registryName The name of the container registry.
468
- * @param connectedRegistryName The name of the connected registry.
469
- * @param connectedRegistryUpdateParameters The parameters for updating a connectedRegistry.
470
- * @param options The options parameters.
471
- */
472
- beginUpdateAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryUpdateParameters: ConnectedRegistryUpdateParameters, options?: ConnectedRegistriesUpdateOptionalParams): Promise<ConnectedRegistriesUpdateResponse>;
473
- /**
474
- * Deactivates the connected registry instance.
475
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
476
- * @param registryName The name of the container registry.
477
- * @param connectedRegistryName The name of the connected registry.
478
- * @param options The options parameters.
479
- */
480
- beginDeactivate(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeactivateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
481
- /**
482
- * Deactivates the connected registry instance.
483
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
484
- * @param registryName The name of the container registry.
485
- * @param connectedRegistryName The name of the connected registry.
486
- * @param options The options parameters.
487
- */
488
- beginDeactivateAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeactivateOptionalParams): Promise<void>;
489
- }
490
-
491
- /** Optional parameters. */
492
- export declare interface ConnectedRegistriesCreateOptionalParams extends coreClient.OperationOptions {
493
- /** Delay to wait until next poll, in milliseconds. */
494
- updateIntervalInMs?: number;
495
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
496
- resumeFrom?: string;
497
- }
498
-
499
- /** Contains response data for the create operation. */
500
- export declare type ConnectedRegistriesCreateResponse = ConnectedRegistry;
501
-
502
- /** Optional parameters. */
503
- export declare interface ConnectedRegistriesDeactivateOptionalParams extends coreClient.OperationOptions {
504
- /** Delay to wait until next poll, in milliseconds. */
505
- updateIntervalInMs?: number;
506
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
507
- resumeFrom?: string;
508
- }
509
-
510
- /** Optional parameters. */
511
- export declare interface ConnectedRegistriesDeleteOptionalParams extends coreClient.OperationOptions {
512
- /** Delay to wait until next poll, in milliseconds. */
513
- updateIntervalInMs?: number;
514
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
515
- resumeFrom?: string;
516
- }
517
-
518
- /** Optional parameters. */
519
- export declare interface ConnectedRegistriesGetOptionalParams extends coreClient.OperationOptions {
520
- }
521
-
522
- /** Contains response data for the get operation. */
523
- export declare type ConnectedRegistriesGetResponse = ConnectedRegistry;
524
-
525
- /** Optional parameters. */
526
- export declare interface ConnectedRegistriesListNextOptionalParams extends coreClient.OperationOptions {
527
- /** 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. */
528
- filter?: string;
529
- }
530
-
531
- /** Contains response data for the listNext operation. */
532
- export declare type ConnectedRegistriesListNextResponse = ConnectedRegistryListResult;
533
-
534
- /** Optional parameters. */
535
- export declare interface ConnectedRegistriesListOptionalParams extends coreClient.OperationOptions {
536
- /** 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. */
537
- filter?: string;
538
- }
539
-
540
- /** Contains response data for the list operation. */
541
- export declare type ConnectedRegistriesListResponse = ConnectedRegistryListResult;
542
-
543
- /** Optional parameters. */
544
- export declare interface ConnectedRegistriesUpdateOptionalParams extends coreClient.OperationOptions {
545
- /** Delay to wait until next poll, in milliseconds. */
546
- updateIntervalInMs?: number;
547
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
548
- resumeFrom?: string;
549
- }
550
-
551
- /** Contains response data for the update operation. */
552
- export declare type ConnectedRegistriesUpdateResponse = ConnectedRegistry;
553
-
554
- /** An object that represents a connected registry for a container registry. */
555
- export declare interface ConnectedRegistry extends ProxyResource {
556
- /**
557
- * Provisioning state of the resource.
558
- * NOTE: This property will not be serialized. It can only be populated by the server.
559
- */
560
- readonly provisioningState?: ProvisioningState;
561
- /** The mode of the connected registry resource that indicates the permissions of the registry. */
562
- mode?: ConnectedRegistryMode;
563
- /**
564
- * The current version of ACR runtime on the connected registry.
565
- * NOTE: This property will not be serialized. It can only be populated by the server.
566
- */
567
- readonly version?: string;
568
- /**
569
- * The current connection state of the connected registry.
570
- * NOTE: This property will not be serialized. It can only be populated by the server.
571
- */
572
- readonly connectionState?: ConnectionState;
573
- /**
574
- * The last activity time of the connected registry.
575
- * NOTE: This property will not be serialized. It can only be populated by the server.
576
- */
577
- readonly lastActivityTime?: Date;
578
- /**
579
- * The activation properties of the connected registry.
580
- * NOTE: This property will not be serialized. It can only be populated by the server.
581
- */
582
- readonly activation?: ActivationProperties;
583
- /** The parent of the connected registry. */
584
- parent?: ParentProperties;
585
- /** The list of the ACR token resource IDs used to authenticate clients to the connected registry. */
586
- clientTokenIds?: string[];
587
- /** The login server properties of the connected registry. */
588
- loginServer?: LoginServerProperties;
589
- /** The logging properties of the connected registry. */
590
- logging?: LoggingProperties;
591
- /**
592
- * The list of current statuses of the connected registry.
593
- * NOTE: This property will not be serialized. It can only be populated by the server.
594
- */
595
- readonly statusDetails?: StatusDetailProperties[];
596
- /** The list of notifications subscription information for the connected registry. */
597
- notificationsList?: string[];
598
- }
599
-
600
- /** The result of a request to list connected registries for a container registry. */
601
- export declare interface ConnectedRegistryListResult {
602
- /** 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. */
603
- value?: ConnectedRegistry[];
604
- /** The URI that can be used to request the next list of connected registries. */
605
- nextLink?: string;
606
- }
607
-
608
- /**
609
- * Defines values for ConnectedRegistryMode. \
610
- * {@link KnownConnectedRegistryMode} can be used interchangeably with ConnectedRegistryMode,
611
- * this enum contains the known values that the service supports.
612
- * ### Known values supported by the service
613
- * **ReadWrite** \
614
- * **ReadOnly** \
615
- * **Registry** \
616
- * **Mirror**
617
- */
618
- export declare type ConnectedRegistryMode = string;
619
-
620
- /** The parameters for updating a connected registry. */
621
- export declare interface ConnectedRegistryUpdateParameters {
622
- /** The sync properties of the connected registry with its parent. */
623
- syncProperties?: SyncUpdateProperties;
624
- /** The logging properties of the connected registry. */
625
- logging?: LoggingProperties;
626
- /** The list of the ACR token resource IDs used to authenticate clients to the connected registry. */
627
- clientTokenIds?: string[];
628
- /** The list of notifications subscription information for the connected registry. */
629
- notificationsList?: string[];
630
- }
631
-
632
- /**
633
- * Defines values for ConnectionState. \
634
- * {@link KnownConnectionState} can be used interchangeably with ConnectionState,
635
- * this enum contains the known values that the service supports.
636
- * ### Known values supported by the service
637
- * **Online** \
638
- * **Offline** \
639
- * **Syncing** \
640
- * **Unhealthy**
641
- */
642
- export declare type ConnectionState = string;
643
-
644
350
  /**
645
351
  * Defines values for ConnectionStatus. \
646
352
  * {@link KnownConnectionStatus} can be used interchangeably with ConnectionStatus,
@@ -659,16 +365,12 @@ export declare class ContainerRegistryManagementClient extends coreClient.Servic
659
365
  /**
660
366
  * Initializes a new instance of the ContainerRegistryManagementClient class.
661
367
  * @param credentials Subscription credentials which uniquely identify client subscription.
662
- * @param subscriptionId The Microsoft Azure subscription ID.
368
+ * @param subscriptionId The ID of the target subscription. The value must be an UUID.
663
369
  * @param options The parameter options
664
370
  */
665
371
  constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ContainerRegistryManagementClientOptionalParams);
666
- connectedRegistries: ConnectedRegistries;
667
- exportPipelines: ExportPipelines;
668
372
  registries: Registries;
669
- importPipelines: ImportPipelines;
670
373
  operations: Operations;
671
- pipelineRuns: PipelineRuns;
672
374
  privateEndpointConnections: PrivateEndpointConnections;
673
375
  replications: Replications;
674
376
  scopeMaps: ScopeMaps;
@@ -967,138 +669,6 @@ export declare interface EventResponseMessage {
967
669
  version?: string;
968
670
  }
969
671
 
970
- /** An object that represents an export pipeline for a container registry. */
971
- export declare interface ExportPipeline extends ProxyResource {
972
- /** The location of the export pipeline. */
973
- location?: string;
974
- /** The identity of the export pipeline. */
975
- identity?: IdentityProperties;
976
- /** The target properties of the export pipeline. */
977
- target?: ExportPipelineTargetProperties;
978
- /** The list of all options configured for the pipeline. */
979
- options?: PipelineOptions[];
980
- /**
981
- * The provisioning state of the pipeline at the time the operation was called.
982
- * NOTE: This property will not be serialized. It can only be populated by the server.
983
- */
984
- readonly provisioningState?: ProvisioningState;
985
- }
986
-
987
- /** The result of a request to list export pipelines for a container registry. */
988
- export declare interface ExportPipelineListResult {
989
- /** 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. */
990
- value?: ExportPipeline[];
991
- /** The URI that can be used to request the next list of pipeline runs. */
992
- nextLink?: string;
993
- }
994
-
995
- /** Interface representing a ExportPipelines. */
996
- export declare interface ExportPipelines {
997
- /**
998
- * Lists all export pipelines for the specified container registry.
999
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1000
- * @param registryName The name of the container registry.
1001
- * @param options The options parameters.
1002
- */
1003
- list(resourceGroupName: string, registryName: string, options?: ExportPipelinesListOptionalParams): PagedAsyncIterableIterator<ExportPipeline>;
1004
- /**
1005
- * Gets the properties of the export pipeline.
1006
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1007
- * @param registryName The name of the container registry.
1008
- * @param exportPipelineName The name of the export pipeline.
1009
- * @param options The options parameters.
1010
- */
1011
- get(resourceGroupName: string, registryName: string, exportPipelineName: string, options?: ExportPipelinesGetOptionalParams): Promise<ExportPipelinesGetResponse>;
1012
- /**
1013
- * Creates an export pipeline for a container registry with the specified parameters.
1014
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1015
- * @param registryName The name of the container registry.
1016
- * @param exportPipelineName The name of the export pipeline.
1017
- * @param exportPipelineCreateParameters The parameters for creating an export pipeline.
1018
- * @param options The options parameters.
1019
- */
1020
- beginCreate(resourceGroupName: string, registryName: string, exportPipelineName: string, exportPipelineCreateParameters: ExportPipeline, options?: ExportPipelinesCreateOptionalParams): Promise<PollerLike<PollOperationState<ExportPipelinesCreateResponse>, ExportPipelinesCreateResponse>>;
1021
- /**
1022
- * Creates an export pipeline for a container registry with the specified parameters.
1023
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1024
- * @param registryName The name of the container registry.
1025
- * @param exportPipelineName The name of the export pipeline.
1026
- * @param exportPipelineCreateParameters The parameters for creating an export pipeline.
1027
- * @param options The options parameters.
1028
- */
1029
- beginCreateAndWait(resourceGroupName: string, registryName: string, exportPipelineName: string, exportPipelineCreateParameters: ExportPipeline, options?: ExportPipelinesCreateOptionalParams): Promise<ExportPipelinesCreateResponse>;
1030
- /**
1031
- * Deletes an export pipeline from a container registry.
1032
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1033
- * @param registryName The name of the container registry.
1034
- * @param exportPipelineName The name of the export pipeline.
1035
- * @param options The options parameters.
1036
- */
1037
- beginDelete(resourceGroupName: string, registryName: string, exportPipelineName: string, options?: ExportPipelinesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1038
- /**
1039
- * Deletes an export pipeline from a container registry.
1040
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1041
- * @param registryName The name of the container registry.
1042
- * @param exportPipelineName The name of the export pipeline.
1043
- * @param options The options parameters.
1044
- */
1045
- beginDeleteAndWait(resourceGroupName: string, registryName: string, exportPipelineName: string, options?: ExportPipelinesDeleteOptionalParams): Promise<void>;
1046
- }
1047
-
1048
- /** Optional parameters. */
1049
- export declare interface ExportPipelinesCreateOptionalParams extends coreClient.OperationOptions {
1050
- /** Delay to wait until next poll, in milliseconds. */
1051
- updateIntervalInMs?: number;
1052
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1053
- resumeFrom?: string;
1054
- }
1055
-
1056
- /** Contains response data for the create operation. */
1057
- export declare type ExportPipelinesCreateResponse = ExportPipeline;
1058
-
1059
- /** Optional parameters. */
1060
- export declare interface ExportPipelinesDeleteOptionalParams extends coreClient.OperationOptions {
1061
- /** Delay to wait until next poll, in milliseconds. */
1062
- updateIntervalInMs?: number;
1063
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1064
- resumeFrom?: string;
1065
- }
1066
-
1067
- /** Optional parameters. */
1068
- export declare interface ExportPipelinesGetOptionalParams extends coreClient.OperationOptions {
1069
- }
1070
-
1071
- /** Contains response data for the get operation. */
1072
- export declare type ExportPipelinesGetResponse = ExportPipeline;
1073
-
1074
- /** Optional parameters. */
1075
- export declare interface ExportPipelinesListNextOptionalParams extends coreClient.OperationOptions {
1076
- }
1077
-
1078
- /** Contains response data for the listNext operation. */
1079
- export declare type ExportPipelinesListNextResponse = ExportPipelineListResult;
1080
-
1081
- /** Optional parameters. */
1082
- export declare interface ExportPipelinesListOptionalParams extends coreClient.OperationOptions {
1083
- }
1084
-
1085
- /** Contains response data for the list operation. */
1086
- export declare type ExportPipelinesListResponse = ExportPipelineListResult;
1087
-
1088
- /** The properties of the export pipeline target. */
1089
- export declare interface ExportPipelineTargetProperties {
1090
- /** The type of target for the export pipeline. */
1091
- type?: string;
1092
- /**
1093
- * The target uri of the export pipeline.
1094
- * When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
1095
- * When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
1096
- */
1097
- uri?: string;
1098
- /** They key vault secret uri to obtain the target storage SAS token. */
1099
- keyVaultUri: string;
1100
- }
1101
-
1102
672
  /** The export policy for a container registry. */
1103
673
  export declare interface ExportPolicy {
1104
674
  /** The value that indicates whether the policy is enabled or not. */
@@ -1183,11 +753,11 @@ export declare interface GenerateCredentialsResult {
1183
753
  }
1184
754
 
1185
755
  /**
1186
- * Given a result page from a pageable operation, returns a
1187
- * continuation token that can be used to begin paging from
756
+ * Given the last `.value` produced by the `byPage` iterator,
757
+ * returns a continuation token that can be used to begin paging from
1188
758
  * that point later.
1189
- * @param page A result object from calling .byPage() on a paged operation.
1190
- * @returns The continuation token that can be passed into byPage().
759
+ * @param page An object from accessing `value` on the IteratorResult from a `byPage` iterator.
760
+ * @returns The continuation token that can be passed into byPage() during future calls.
1191
761
  */
1192
762
  export declare function getContinuationToken(page: unknown): string | undefined;
1193
763
 
@@ -1253,140 +823,6 @@ export declare interface ImportImageParameters {
1253
823
  */
1254
824
  export declare type ImportMode = string;
1255
825
 
1256
- /** An object that represents an import pipeline for a container registry. */
1257
- export declare interface ImportPipeline extends ProxyResource {
1258
- /** The location of the import pipeline. */
1259
- location?: string;
1260
- /** The identity of the import pipeline. */
1261
- identity?: IdentityProperties;
1262
- /** The source properties of the import pipeline. */
1263
- source?: ImportPipelineSourceProperties;
1264
- /** The properties that describe the trigger of the import pipeline. */
1265
- trigger?: PipelineTriggerProperties;
1266
- /** The list of all options configured for the pipeline. */
1267
- options?: PipelineOptions[];
1268
- /**
1269
- * The provisioning state of the pipeline at the time the operation was called.
1270
- * NOTE: This property will not be serialized. It can only be populated by the server.
1271
- */
1272
- readonly provisioningState?: ProvisioningState;
1273
- }
1274
-
1275
- /** The result of a request to list import pipelines for a container registry. */
1276
- export declare interface ImportPipelineListResult {
1277
- /** 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. */
1278
- value?: ImportPipeline[];
1279
- /** The URI that can be used to request the next list of pipeline runs. */
1280
- nextLink?: string;
1281
- }
1282
-
1283
- /** Interface representing a ImportPipelines. */
1284
- export declare interface ImportPipelines {
1285
- /**
1286
- * Lists all import pipelines for the specified container registry.
1287
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1288
- * @param registryName The name of the container registry.
1289
- * @param options The options parameters.
1290
- */
1291
- list(resourceGroupName: string, registryName: string, options?: ImportPipelinesListOptionalParams): PagedAsyncIterableIterator<ImportPipeline>;
1292
- /**
1293
- * Gets the properties of the import pipeline.
1294
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1295
- * @param registryName The name of the container registry.
1296
- * @param importPipelineName The name of the import pipeline.
1297
- * @param options The options parameters.
1298
- */
1299
- get(resourceGroupName: string, registryName: string, importPipelineName: string, options?: ImportPipelinesGetOptionalParams): Promise<ImportPipelinesGetResponse>;
1300
- /**
1301
- * Creates an import pipeline for a container registry with the specified parameters.
1302
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1303
- * @param registryName The name of the container registry.
1304
- * @param importPipelineName The name of the import pipeline.
1305
- * @param importPipelineCreateParameters The parameters for creating an import pipeline.
1306
- * @param options The options parameters.
1307
- */
1308
- beginCreate(resourceGroupName: string, registryName: string, importPipelineName: string, importPipelineCreateParameters: ImportPipeline, options?: ImportPipelinesCreateOptionalParams): Promise<PollerLike<PollOperationState<ImportPipelinesCreateResponse>, ImportPipelinesCreateResponse>>;
1309
- /**
1310
- * Creates an import pipeline for a container registry with the specified parameters.
1311
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1312
- * @param registryName The name of the container registry.
1313
- * @param importPipelineName The name of the import pipeline.
1314
- * @param importPipelineCreateParameters The parameters for creating an import pipeline.
1315
- * @param options The options parameters.
1316
- */
1317
- beginCreateAndWait(resourceGroupName: string, registryName: string, importPipelineName: string, importPipelineCreateParameters: ImportPipeline, options?: ImportPipelinesCreateOptionalParams): Promise<ImportPipelinesCreateResponse>;
1318
- /**
1319
- * Deletes an import pipeline from a container registry.
1320
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1321
- * @param registryName The name of the container registry.
1322
- * @param importPipelineName The name of the import pipeline.
1323
- * @param options The options parameters.
1324
- */
1325
- beginDelete(resourceGroupName: string, registryName: string, importPipelineName: string, options?: ImportPipelinesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1326
- /**
1327
- * Deletes an import pipeline from a container registry.
1328
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1329
- * @param registryName The name of the container registry.
1330
- * @param importPipelineName The name of the import pipeline.
1331
- * @param options The options parameters.
1332
- */
1333
- beginDeleteAndWait(resourceGroupName: string, registryName: string, importPipelineName: string, options?: ImportPipelinesDeleteOptionalParams): Promise<void>;
1334
- }
1335
-
1336
- /** Optional parameters. */
1337
- export declare interface ImportPipelinesCreateOptionalParams extends coreClient.OperationOptions {
1338
- /** Delay to wait until next poll, in milliseconds. */
1339
- updateIntervalInMs?: number;
1340
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1341
- resumeFrom?: string;
1342
- }
1343
-
1344
- /** Contains response data for the create operation. */
1345
- export declare type ImportPipelinesCreateResponse = ImportPipeline;
1346
-
1347
- /** Optional parameters. */
1348
- export declare interface ImportPipelinesDeleteOptionalParams extends coreClient.OperationOptions {
1349
- /** Delay to wait until next poll, in milliseconds. */
1350
- updateIntervalInMs?: number;
1351
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
1352
- resumeFrom?: string;
1353
- }
1354
-
1355
- /** Optional parameters. */
1356
- export declare interface ImportPipelinesGetOptionalParams extends coreClient.OperationOptions {
1357
- }
1358
-
1359
- /** Contains response data for the get operation. */
1360
- export declare type ImportPipelinesGetResponse = ImportPipeline;
1361
-
1362
- /** Optional parameters. */
1363
- export declare interface ImportPipelinesListNextOptionalParams extends coreClient.OperationOptions {
1364
- }
1365
-
1366
- /** Contains response data for the listNext operation. */
1367
- export declare type ImportPipelinesListNextResponse = ImportPipelineListResult;
1368
-
1369
- /** Optional parameters. */
1370
- export declare interface ImportPipelinesListOptionalParams extends coreClient.OperationOptions {
1371
- }
1372
-
1373
- /** Contains response data for the list operation. */
1374
- export declare type ImportPipelinesListResponse = ImportPipelineListResult;
1375
-
1376
- /** The properties of the import pipeline source. */
1377
- export declare interface ImportPipelineSourceProperties {
1378
- /** The type of source for the import pipeline. */
1379
- type?: PipelineSourceType;
1380
- /**
1381
- * The source uri of the import pipeline.
1382
- * When 'AzureStorageBlob': "https://accountName.blob.core.windows.net/containerName/blobName"
1383
- * When 'AzureStorageBlobContainer': "https://accountName.blob.core.windows.net/containerName"
1384
- */
1385
- uri?: string;
1386
- /** They key vault secret uri to obtain the source storage SAS token. */
1387
- keyVaultUri: string;
1388
- }
1389
-
1390
826
  export declare interface ImportSource {
1391
827
  /** The resource identifier of the source Azure Container Registry. */
1392
828
  resourceId?: string;
@@ -1464,14 +900,6 @@ export declare enum KnownActionsRequired {
1464
900
  Recreate = "Recreate"
1465
901
  }
1466
902
 
1467
- /** Known values of {@link ActivationStatus} that the service accepts. */
1468
- export declare enum KnownActivationStatus {
1469
- /** Active */
1470
- Active = "Active",
1471
- /** Inactive */
1472
- Inactive = "Inactive"
1473
- }
1474
-
1475
903
  /** Known values of {@link Architecture} that the service accepts. */
1476
904
  export declare enum KnownArchitecture {
1477
905
  /** Amd64 */
@@ -1486,22 +914,6 @@ export declare enum KnownArchitecture {
1486
914
  Arm64 = "arm64"
1487
915
  }
1488
916
 
1489
- /** Known values of {@link AuditLogStatus} that the service accepts. */
1490
- export declare enum KnownAuditLogStatus {
1491
- /** Enabled */
1492
- Enabled = "Enabled",
1493
- /** Disabled */
1494
- Disabled = "Disabled"
1495
- }
1496
-
1497
- /** Known values of {@link AzureADAuthenticationAsArmPolicyStatus} that the service accepts. */
1498
- export declare enum KnownAzureADAuthenticationAsArmPolicyStatus {
1499
- /** Enabled */
1500
- Enabled = "enabled",
1501
- /** Disabled */
1502
- Disabled = "disabled"
1503
- }
1504
-
1505
917
  /** Known values of {@link BaseImageDependencyType} that the service accepts. */
1506
918
  export declare enum KnownBaseImageDependencyType {
1507
919
  /** BuildTime */
@@ -1518,36 +930,6 @@ export declare enum KnownBaseImageTriggerType {
1518
930
  Runtime = "Runtime"
1519
931
  }
1520
932
 
1521
- /** Known values of {@link CertificateType} that the service accepts. */
1522
- export declare enum KnownCertificateType {
1523
- /** LocalDirectory */
1524
- LocalDirectory = "LocalDirectory"
1525
- }
1526
-
1527
- /** Known values of {@link ConnectedRegistryMode} that the service accepts. */
1528
- export declare enum KnownConnectedRegistryMode {
1529
- /** ReadWrite */
1530
- ReadWrite = "ReadWrite",
1531
- /** ReadOnly */
1532
- ReadOnly = "ReadOnly",
1533
- /** Registry */
1534
- Registry = "Registry",
1535
- /** Mirror */
1536
- Mirror = "Mirror"
1537
- }
1538
-
1539
- /** Known values of {@link ConnectionState} that the service accepts. */
1540
- export declare enum KnownConnectionState {
1541
- /** Online */
1542
- Online = "Online",
1543
- /** Offline */
1544
- Offline = "Offline",
1545
- /** Syncing */
1546
- Syncing = "Syncing",
1547
- /** Unhealthy */
1548
- Unhealthy = "Unhealthy"
1549
- }
1550
-
1551
933
  /** Known values of {@link ConnectionStatus} that the service accepts. */
1552
934
  export declare enum KnownConnectionStatus {
1553
935
  /** Approved */
@@ -1616,20 +998,6 @@ export declare enum KnownLastModifiedByType {
1616
998
  Key = "Key"
1617
999
  }
1618
1000
 
1619
- /** Known values of {@link LogLevel} that the service accepts. */
1620
- export declare enum KnownLogLevel {
1621
- /** Debug */
1622
- Debug = "Debug",
1623
- /** Information */
1624
- Information = "Information",
1625
- /** Warning */
1626
- Warning = "Warning",
1627
- /** Error */
1628
- Error = "Error",
1629
- /** None */
1630
- None = "None"
1631
- }
1632
-
1633
1001
  /** Known values of {@link NetworkRuleBypassOptions} that the service accepts. */
1634
1002
  export declare enum KnownNetworkRuleBypassOptions {
1635
1003
  /** AzureServices */
@@ -1646,36 +1014,6 @@ export declare enum KnownOS {
1646
1014
  Linux = "Linux"
1647
1015
  }
1648
1016
 
1649
- /** Known values of {@link PipelineOptions} that the service accepts. */
1650
- export declare enum KnownPipelineOptions {
1651
- /** OverwriteTags */
1652
- OverwriteTags = "OverwriteTags",
1653
- /** OverwriteBlobs */
1654
- OverwriteBlobs = "OverwriteBlobs",
1655
- /** DeleteSourceBlobOnSuccess */
1656
- DeleteSourceBlobOnSuccess = "DeleteSourceBlobOnSuccess",
1657
- /** ContinueOnErrors */
1658
- ContinueOnErrors = "ContinueOnErrors"
1659
- }
1660
-
1661
- /** Known values of {@link PipelineRunSourceType} that the service accepts. */
1662
- export declare enum KnownPipelineRunSourceType {
1663
- /** AzureStorageBlob */
1664
- AzureStorageBlob = "AzureStorageBlob"
1665
- }
1666
-
1667
- /** Known values of {@link PipelineRunTargetType} that the service accepts. */
1668
- export declare enum KnownPipelineRunTargetType {
1669
- /** AzureStorageBlob */
1670
- AzureStorageBlob = "AzureStorageBlob"
1671
- }
1672
-
1673
- /** Known values of {@link PipelineSourceType} that the service accepts. */
1674
- export declare enum KnownPipelineSourceType {
1675
- /** AzureStorageBlobContainer */
1676
- AzureStorageBlobContainer = "AzureStorageBlobContainer"
1677
- }
1678
-
1679
1017
  /** Known values of {@link PolicyStatus} that the service accepts. */
1680
1018
  export declare enum KnownPolicyStatus {
1681
1019
  /** Enabled */
@@ -1822,14 +1160,6 @@ export declare enum KnownTaskStatus {
1822
1160
  Enabled = "Enabled"
1823
1161
  }
1824
1162
 
1825
- /** Known values of {@link TlsStatus} that the service accepts. */
1826
- export declare enum KnownTlsStatus {
1827
- /** Enabled */
1828
- Enabled = "Enabled",
1829
- /** Disabled */
1830
- Disabled = "Disabled"
1831
- }
1832
-
1833
1163
  /** Known values of {@link TokenCertificateName} that the service accepts. */
1834
1164
  export declare enum KnownTokenCertificateName {
1835
1165
  /** Certificate1 */
@@ -1936,41 +1266,6 @@ export declare enum KnownZoneRedundancy {
1936
1266
  */
1937
1267
  export declare type LastModifiedByType = string;
1938
1268
 
1939
- /** The logging properties of the connected registry. */
1940
- export declare interface LoggingProperties {
1941
- /** The verbosity of logs persisted on the connected registry. */
1942
- logLevel?: LogLevel;
1943
- /** Indicates whether audit logs are enabled on the connected registry. */
1944
- auditLogStatus?: AuditLogStatus;
1945
- }
1946
-
1947
- /** The login server properties of the connected registry. */
1948
- export declare interface LoginServerProperties {
1949
- /**
1950
- * The host of the connected registry. Can be FQDN or IP.
1951
- * NOTE: This property will not be serialized. It can only be populated by the server.
1952
- */
1953
- readonly host?: string;
1954
- /**
1955
- * The TLS properties of the connected registry login server.
1956
- * NOTE: This property will not be serialized. It can only be populated by the server.
1957
- */
1958
- readonly tls?: TlsProperties;
1959
- }
1960
-
1961
- /**
1962
- * Defines values for LogLevel. \
1963
- * {@link KnownLogLevel} can be used interchangeably with LogLevel,
1964
- * this enum contains the known values that the service supports.
1965
- * ### Known values supported by the service
1966
- * **Debug** \
1967
- * **Information** \
1968
- * **Warning** \
1969
- * **Error** \
1970
- * **None**
1971
- */
1972
- export declare type LogLevel = string;
1973
-
1974
1269
  /**
1975
1270
  * Defines values for NetworkRuleBypassOptions. \
1976
1271
  * {@link KnownNetworkRuleBypassOptions} can be used interchangeably with NetworkRuleBypassOptions,
@@ -2046,327 +1341,84 @@ export declare interface OperationMetricSpecificationDefinition {
2046
1341
  displayDescription?: string;
2047
1342
  /** Metric unit. */
2048
1343
  unit?: string;
2049
- /** Metric aggregation type. */
2050
- aggregationType?: string;
2051
- /** Internal metric name. */
2052
- internalMetricName?: string;
2053
- }
2054
-
2055
- /** Interface representing a Operations. */
2056
- export declare interface Operations {
2057
- /**
2058
- * Lists all of the available Azure Container Registry REST API operations.
2059
- * @param options The options parameters.
2060
- */
2061
- list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationDefinition>;
2062
- }
2063
-
2064
- /** The definition of Azure Monitoring list. */
2065
- export declare interface OperationServiceSpecificationDefinition {
2066
- /** A list of Azure Monitoring metrics definition. */
2067
- metricSpecifications?: OperationMetricSpecificationDefinition[];
2068
- /** A list of Azure Monitoring log definitions. */
2069
- logSpecifications?: OperationLogSpecificationDefinition[];
2070
- }
2071
-
2072
- /** Optional parameters. */
2073
- export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
2074
- }
2075
-
2076
- /** Contains response data for the listNext operation. */
2077
- export declare type OperationsListNextResponse = OperationListResult;
2078
-
2079
- /** Optional parameters. */
2080
- export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
2081
- }
2082
-
2083
- /** Contains response data for the list operation. */
2084
- export declare type OperationsListResponse = OperationListResult;
2085
-
2086
- /**
2087
- * Defines values for OS. \
2088
- * {@link KnownOS} can be used interchangeably with OS,
2089
- * this enum contains the known values that the service supports.
2090
- * ### Known values supported by the service
2091
- * **Windows** \
2092
- * **Linux**
2093
- */
2094
- export declare type OS = string;
2095
-
2096
- export declare interface OverrideTaskStepProperties {
2097
- /** The source context against which run has to be queued. */
2098
- contextPath?: string;
2099
- /** The file against which run has to be queued. */
2100
- file?: string;
2101
- /**
2102
- * Gets or sets the collection of override arguments to be used when
2103
- * executing a build step.
2104
- */
2105
- arguments?: Argument[];
2106
- /** The name of the target build stage for the docker build. */
2107
- target?: string;
2108
- /** The collection of overridable values that can be passed when running a Task. */
2109
- values?: SetValue[];
2110
- /** Base64 encoded update trigger token that will be attached with the base image trigger webhook. */
2111
- updateTriggerToken?: string;
2112
- }
2113
-
2114
- /** The properties of a package type. */
2115
- export declare interface PackageType {
2116
- /** The name of the package type. */
2117
- name?: string;
2118
- /**
2119
- * The endpoint of the package type.
2120
- * NOTE: This property will not be serialized. It can only be populated by the server.
2121
- */
2122
- readonly endpoint?: string;
2123
- }
2124
-
2125
- /** The properties of the connected registry parent. */
2126
- export declare interface ParentProperties {
2127
- /** The resource ID of the parent to which the connected registry will be associated. */
2128
- id?: string;
2129
- /** The sync properties of the connected registry with its parent. */
2130
- syncProperties: SyncProperties;
2131
- }
2132
-
2133
- /** Defines values for PasswordName. */
2134
- export declare type PasswordName = "password" | "password2";
2135
-
2136
- /**
2137
- * Defines values for PipelineOptions. \
2138
- * {@link KnownPipelineOptions} can be used interchangeably with PipelineOptions,
2139
- * this enum contains the known values that the service supports.
2140
- * ### Known values supported by the service
2141
- * **OverwriteTags** \
2142
- * **OverwriteBlobs** \
2143
- * **DeleteSourceBlobOnSuccess** \
2144
- * **ContinueOnErrors**
2145
- */
2146
- export declare type PipelineOptions = string;
2147
-
2148
- /** An object that represents a pipeline run for a container registry. */
2149
- export declare interface PipelineRun extends ProxyResource {
2150
- /**
2151
- * The provisioning state of a pipeline run.
2152
- * NOTE: This property will not be serialized. It can only be populated by the server.
2153
- */
2154
- readonly provisioningState?: ProvisioningState;
2155
- /** The request parameters for a pipeline run. */
2156
- request?: PipelineRunRequest;
2157
- /**
2158
- * The response of a pipeline run.
2159
- * NOTE: This property will not be serialized. It can only be populated by the server.
2160
- */
2161
- readonly response?: PipelineRunResponse;
2162
- /** How the pipeline run should be forced to recreate even if the pipeline run configuration has not changed. */
2163
- forceUpdateTag?: string;
2164
- }
2165
-
2166
- /** The result of a request to list pipeline runs for a container registry. */
2167
- export declare interface PipelineRunListResult {
2168
- /** 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. */
2169
- value?: PipelineRun[];
2170
- /** The URI that can be used to request the next list of pipeline runs. */
2171
- nextLink?: string;
2172
- }
2173
-
2174
- /** The request properties provided for a pipeline run. */
2175
- export declare interface PipelineRunRequest {
2176
- /** The resource ID of the pipeline to run. */
2177
- pipelineResourceId?: string;
2178
- /**
2179
- * List of source artifacts to be transferred by the pipeline.
2180
- * Specify an image by repository ('hello-world'). This will use the 'latest' tag.
2181
- * Specify an image by tag ('hello-world:latest').
2182
- * Specify an image by sha256-based manifest digest ('hello-world@sha256:abc123').
2183
- */
2184
- artifacts?: string[];
2185
- /** The source properties of the pipeline run. */
2186
- source?: PipelineRunSourceProperties;
2187
- /** The target properties of the pipeline run. */
2188
- target?: PipelineRunTargetProperties;
2189
- /** The digest of the tar used to transfer the artifacts. */
2190
- catalogDigest?: string;
2191
- }
2192
-
2193
- /** The response properties returned for a pipeline run. */
2194
- export declare interface PipelineRunResponse {
2195
- /** The current status of the pipeline run. */
2196
- status?: string;
2197
- /** The artifacts imported in the pipeline run. */
2198
- importedArtifacts?: string[];
2199
- /** The current progress of the copy operation. */
2200
- progress?: ProgressProperties;
2201
- /** The time the pipeline run started. */
2202
- startTime?: Date;
2203
- /** The time the pipeline run finished. */
2204
- finishTime?: Date;
2205
- /** The source of the pipeline run. */
2206
- source?: ImportPipelineSourceProperties;
2207
- /** The target of the pipeline run. */
2208
- target?: ExportPipelineTargetProperties;
2209
- /** The digest of the tar used to transfer the artifacts. */
2210
- catalogDigest?: string;
2211
- /** The trigger that caused the pipeline run. */
2212
- trigger?: PipelineTriggerDescriptor;
2213
- /** The detailed error message for the pipeline run in the case of failure. */
2214
- pipelineRunErrorMessage?: string;
2215
- }
2216
-
2217
- /** Interface representing a PipelineRuns. */
2218
- export declare interface PipelineRuns {
2219
- /**
2220
- * Lists all the pipeline runs for the specified container registry.
2221
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
2222
- * @param registryName The name of the container registry.
2223
- * @param options The options parameters.
2224
- */
2225
- list(resourceGroupName: string, registryName: string, options?: PipelineRunsListOptionalParams): PagedAsyncIterableIterator<PipelineRun>;
2226
- /**
2227
- * Gets the detailed information for a given pipeline run.
2228
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
2229
- * @param registryName The name of the container registry.
2230
- * @param pipelineRunName The name of the pipeline run.
2231
- * @param options The options parameters.
2232
- */
2233
- get(resourceGroupName: string, registryName: string, pipelineRunName: string, options?: PipelineRunsGetOptionalParams): Promise<PipelineRunsGetResponse>;
2234
- /**
2235
- * Creates a pipeline run for a container registry with the specified parameters
2236
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
2237
- * @param registryName The name of the container registry.
2238
- * @param pipelineRunName The name of the pipeline run.
2239
- * @param pipelineRunCreateParameters The parameters for creating a pipeline run.
2240
- * @param options The options parameters.
2241
- */
2242
- beginCreate(resourceGroupName: string, registryName: string, pipelineRunName: string, pipelineRunCreateParameters: PipelineRun, options?: PipelineRunsCreateOptionalParams): Promise<PollerLike<PollOperationState<PipelineRunsCreateResponse>, PipelineRunsCreateResponse>>;
2243
- /**
2244
- * Creates a pipeline run for a container registry with the specified parameters
2245
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
2246
- * @param registryName The name of the container registry.
2247
- * @param pipelineRunName The name of the pipeline run.
2248
- * @param pipelineRunCreateParameters The parameters for creating a pipeline run.
2249
- * @param options The options parameters.
2250
- */
2251
- beginCreateAndWait(resourceGroupName: string, registryName: string, pipelineRunName: string, pipelineRunCreateParameters: PipelineRun, options?: PipelineRunsCreateOptionalParams): Promise<PipelineRunsCreateResponse>;
2252
- /**
2253
- * Deletes a pipeline run from a container registry.
2254
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
2255
- * @param registryName The name of the container registry.
2256
- * @param pipelineRunName The name of the pipeline run.
2257
- * @param options The options parameters.
2258
- */
2259
- beginDelete(resourceGroupName: string, registryName: string, pipelineRunName: string, options?: PipelineRunsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2260
- /**
2261
- * Deletes a pipeline run from a container registry.
2262
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
2263
- * @param registryName The name of the container registry.
2264
- * @param pipelineRunName The name of the pipeline run.
2265
- * @param options The options parameters.
2266
- */
2267
- beginDeleteAndWait(resourceGroupName: string, registryName: string, pipelineRunName: string, options?: PipelineRunsDeleteOptionalParams): Promise<void>;
2268
- }
2269
-
2270
- /** Optional parameters. */
2271
- export declare interface PipelineRunsCreateOptionalParams extends coreClient.OperationOptions {
2272
- /** Delay to wait until next poll, in milliseconds. */
2273
- updateIntervalInMs?: number;
2274
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2275
- resumeFrom?: string;
1344
+ /** Metric aggregation type. */
1345
+ aggregationType?: string;
1346
+ /** Internal metric name. */
1347
+ internalMetricName?: string;
2276
1348
  }
2277
1349
 
2278
- /** Contains response data for the create operation. */
2279
- export declare type PipelineRunsCreateResponse = PipelineRun;
2280
-
2281
- /** Optional parameters. */
2282
- export declare interface PipelineRunsDeleteOptionalParams extends coreClient.OperationOptions {
2283
- /** Delay to wait until next poll, in milliseconds. */
2284
- updateIntervalInMs?: number;
2285
- /** A serialized poller which can be used to resume an existing paused Long-Running-Operation. */
2286
- resumeFrom?: string;
1350
+ /** Interface representing a Operations. */
1351
+ export declare interface Operations {
1352
+ /**
1353
+ * Lists all of the available Azure Container Registry REST API operations.
1354
+ * @param options The options parameters.
1355
+ */
1356
+ list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<OperationDefinition>;
2287
1357
  }
2288
1358
 
2289
- /** Optional parameters. */
2290
- export declare interface PipelineRunsGetOptionalParams extends coreClient.OperationOptions {
1359
+ /** The definition of Azure Monitoring list. */
1360
+ export declare interface OperationServiceSpecificationDefinition {
1361
+ /** A list of Azure Monitoring metrics definition. */
1362
+ metricSpecifications?: OperationMetricSpecificationDefinition[];
1363
+ /** A list of Azure Monitoring log definitions. */
1364
+ logSpecifications?: OperationLogSpecificationDefinition[];
2291
1365
  }
2292
1366
 
2293
- /** Contains response data for the get operation. */
2294
- export declare type PipelineRunsGetResponse = PipelineRun;
2295
-
2296
1367
  /** Optional parameters. */
2297
- export declare interface PipelineRunsListNextOptionalParams extends coreClient.OperationOptions {
1368
+ export declare interface OperationsListNextOptionalParams extends coreClient.OperationOptions {
2298
1369
  }
2299
1370
 
2300
1371
  /** Contains response data for the listNext operation. */
2301
- export declare type PipelineRunsListNextResponse = PipelineRunListResult;
1372
+ export declare type OperationsListNextResponse = OperationListResult;
2302
1373
 
2303
1374
  /** Optional parameters. */
2304
- export declare interface PipelineRunsListOptionalParams extends coreClient.OperationOptions {
1375
+ export declare interface OperationsListOptionalParams extends coreClient.OperationOptions {
2305
1376
  }
2306
1377
 
2307
1378
  /** Contains response data for the list operation. */
2308
- export declare type PipelineRunsListResponse = PipelineRunListResult;
2309
-
2310
- export declare interface PipelineRunSourceProperties {
2311
- /** The type of the source. */
2312
- type?: PipelineRunSourceType;
2313
- /** The name of the source. */
2314
- name?: string;
2315
- }
2316
-
2317
- /**
2318
- * Defines values for PipelineRunSourceType. \
2319
- * {@link KnownPipelineRunSourceType} can be used interchangeably with PipelineRunSourceType,
2320
- * this enum contains the known values that the service supports.
2321
- * ### Known values supported by the service
2322
- * **AzureStorageBlob**
2323
- */
2324
- export declare type PipelineRunSourceType = string;
2325
-
2326
- export declare interface PipelineRunTargetProperties {
2327
- /** The type of the target. */
2328
- type?: PipelineRunTargetType;
2329
- /** The name of the target. */
2330
- name?: string;
2331
- }
1379
+ export declare type OperationsListResponse = OperationListResult;
2332
1380
 
2333
1381
  /**
2334
- * Defines values for PipelineRunTargetType. \
2335
- * {@link KnownPipelineRunTargetType} can be used interchangeably with PipelineRunTargetType,
1382
+ * Defines values for OS. \
1383
+ * {@link KnownOS} can be used interchangeably with OS,
2336
1384
  * this enum contains the known values that the service supports.
2337
1385
  * ### Known values supported by the service
2338
- * **AzureStorageBlob**
1386
+ * **Windows** \
1387
+ * **Linux**
2339
1388
  */
2340
- export declare type PipelineRunTargetType = string;
2341
-
2342
- export declare interface PipelineSourceTriggerDescriptor {
2343
- /** The timestamp when the source update happened. */
2344
- timestamp?: Date;
2345
- }
1389
+ export declare type OS = string;
2346
1390
 
2347
- export declare interface PipelineSourceTriggerProperties {
2348
- /** The current status of the source trigger. */
2349
- status: TriggerStatus;
1391
+ export declare interface OverrideTaskStepProperties {
1392
+ /** The source context against which run has to be queued. */
1393
+ contextPath?: string;
1394
+ /** The file against which run has to be queued. */
1395
+ file?: string;
1396
+ /**
1397
+ * Gets or sets the collection of override arguments to be used when
1398
+ * executing a build step.
1399
+ */
1400
+ arguments?: Argument[];
1401
+ /** The name of the target build stage for the docker build. */
1402
+ target?: string;
1403
+ /** The collection of overridable values that can be passed when running a Task. */
1404
+ values?: SetValue[];
1405
+ /** Base64 encoded update trigger token that will be attached with the base image trigger webhook. */
1406
+ updateTriggerToken?: string;
2350
1407
  }
2351
1408
 
2352
- /**
2353
- * Defines values for PipelineSourceType. \
2354
- * {@link KnownPipelineSourceType} can be used interchangeably with PipelineSourceType,
2355
- * this enum contains the known values that the service supports.
2356
- * ### Known values supported by the service
2357
- * **AzureStorageBlobContainer**
2358
- */
2359
- export declare type PipelineSourceType = string;
2360
-
2361
- export declare interface PipelineTriggerDescriptor {
2362
- /** The source trigger that caused the pipeline run. */
2363
- sourceTrigger?: PipelineSourceTriggerDescriptor;
1409
+ /** The properties of a package type. */
1410
+ export declare interface PackageType {
1411
+ /** The name of the package type. */
1412
+ name?: string;
1413
+ /**
1414
+ * The endpoint of the package type.
1415
+ * NOTE: This property will not be serialized. It can only be populated by the server.
1416
+ */
1417
+ readonly endpoint?: string;
2364
1418
  }
2365
1419
 
2366
- export declare interface PipelineTriggerProperties {
2367
- /** The source trigger properties of the pipeline. */
2368
- sourceTrigger?: PipelineSourceTriggerProperties;
2369
- }
1420
+ /** Defines values for PasswordName. */
1421
+ export declare type PasswordName = "password" | "password2";
2370
1422
 
2371
1423
  /** The platform properties against which the run has to happen. */
2372
1424
  export declare interface PlatformProperties {
@@ -2398,10 +1450,6 @@ export declare interface Policies {
2398
1450
  retentionPolicy?: RetentionPolicy;
2399
1451
  /** The export policy for a container registry. */
2400
1452
  exportPolicy?: ExportPolicy;
2401
- /** The policy for using ARM audience token for a container registry. */
2402
- azureADAuthenticationAsArmPolicy?: AzureADAuthenticationAsArmPolicy;
2403
- /** The soft delete policy for a container registry. */
2404
- softDeletePolicy?: SoftDeletePolicy;
2405
1453
  }
2406
1454
 
2407
1455
  /**
@@ -2445,14 +1493,14 @@ export declare interface PrivateEndpointConnectionListResult {
2445
1493
  export declare interface PrivateEndpointConnections {
2446
1494
  /**
2447
1495
  * List all private endpoint connections in a container registry.
2448
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1496
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2449
1497
  * @param registryName The name of the container registry.
2450
1498
  * @param options The options parameters.
2451
1499
  */
2452
1500
  list(resourceGroupName: string, registryName: string, options?: PrivateEndpointConnectionsListOptionalParams): PagedAsyncIterableIterator<PrivateEndpointConnection>;
2453
1501
  /**
2454
1502
  * Get the specified private endpoint connection associated with the container registry.
2455
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1503
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2456
1504
  * @param registryName The name of the container registry.
2457
1505
  * @param privateEndpointConnectionName The name of the private endpoint connection.
2458
1506
  * @param options The options parameters.
@@ -2460,16 +1508,16 @@ export declare interface PrivateEndpointConnections {
2460
1508
  get(resourceGroupName: string, registryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsGetOptionalParams): Promise<PrivateEndpointConnectionsGetResponse>;
2461
1509
  /**
2462
1510
  * Update the state of specified private endpoint connection associated with the container registry.
2463
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1511
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2464
1512
  * @param registryName The name of the container registry.
2465
1513
  * @param privateEndpointConnectionName The name of the private endpoint connection.
2466
1514
  * @param privateEndpointConnection The parameters for creating a private endpoint connection.
2467
1515
  * @param options The options parameters.
2468
1516
  */
2469
- beginCreateOrUpdate(resourceGroupName: string, registryName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PollerLike<PollOperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
1517
+ beginCreateOrUpdate(resourceGroupName: string, registryName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<SimplePollerLike<OperationState<PrivateEndpointConnectionsCreateOrUpdateResponse>, PrivateEndpointConnectionsCreateOrUpdateResponse>>;
2470
1518
  /**
2471
1519
  * Update the state of specified private endpoint connection associated with the container registry.
2472
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1520
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2473
1521
  * @param registryName The name of the container registry.
2474
1522
  * @param privateEndpointConnectionName The name of the private endpoint connection.
2475
1523
  * @param privateEndpointConnection The parameters for creating a private endpoint connection.
@@ -2478,15 +1526,15 @@ export declare interface PrivateEndpointConnections {
2478
1526
  beginCreateOrUpdateAndWait(resourceGroupName: string, registryName: string, privateEndpointConnectionName: string, privateEndpointConnection: PrivateEndpointConnection, options?: PrivateEndpointConnectionsCreateOrUpdateOptionalParams): Promise<PrivateEndpointConnectionsCreateOrUpdateResponse>;
2479
1527
  /**
2480
1528
  * Deletes the specified private endpoint connection associated with the container registry.
2481
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1529
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2482
1530
  * @param registryName The name of the container registry.
2483
1531
  * @param privateEndpointConnectionName The name of the private endpoint connection.
2484
1532
  * @param options The options parameters.
2485
1533
  */
2486
- beginDelete(resourceGroupName: string, registryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1534
+ beginDelete(resourceGroupName: string, registryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
2487
1535
  /**
2488
1536
  * Deletes the specified private endpoint connection associated with the container registry.
2489
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1537
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2490
1538
  * @param registryName The name of the container registry.
2491
1539
  * @param privateEndpointConnectionName The name of the private endpoint connection.
2492
1540
  * @param options The options parameters.
@@ -2494,6 +1542,11 @@ export declare interface PrivateEndpointConnections {
2494
1542
  beginDeleteAndWait(resourceGroupName: string, registryName: string, privateEndpointConnectionName: string, options?: PrivateEndpointConnectionsDeleteOptionalParams): Promise<void>;
2495
1543
  }
2496
1544
 
1545
+ /** Defines headers for PrivateEndpointConnections_createOrUpdate operation. */
1546
+ export declare interface PrivateEndpointConnectionsCreateOrUpdateHeaders {
1547
+ azureAsyncOperation?: string;
1548
+ }
1549
+
2497
1550
  /** Optional parameters. */
2498
1551
  export declare interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams extends coreClient.OperationOptions {
2499
1552
  /** Delay to wait until next poll, in milliseconds. */
@@ -2505,6 +1558,11 @@ export declare interface PrivateEndpointConnectionsCreateOrUpdateOptionalParams
2505
1558
  /** Contains response data for the createOrUpdate operation. */
2506
1559
  export declare type PrivateEndpointConnectionsCreateOrUpdateResponse = PrivateEndpointConnection;
2507
1560
 
1561
+ /** Defines headers for PrivateEndpointConnections_delete operation. */
1562
+ export declare interface PrivateEndpointConnectionsDeleteHeaders {
1563
+ location?: string;
1564
+ }
1565
+
2508
1566
  /** Optional parameters. */
2509
1567
  export declare interface PrivateEndpointConnectionsDeleteOptionalParams extends coreClient.OperationOptions {
2510
1568
  /** Delay to wait until next poll, in milliseconds. */
@@ -2571,11 +1629,6 @@ export declare interface PrivateLinkServiceConnectionState {
2571
1629
  actionsRequired?: ActionsRequired;
2572
1630
  }
2573
1631
 
2574
- export declare interface ProgressProperties {
2575
- /** The percentage complete of the copy operation. */
2576
- percentage?: string;
2577
- }
2578
-
2579
1632
  /**
2580
1633
  * Defines values for ProvisioningState. \
2581
1634
  * {@link KnownProvisioningState} can be used interchangeably with ProvisioningState,
@@ -2645,28 +1698,28 @@ export declare interface Registries {
2645
1698
  list(options?: RegistriesListOptionalParams): PagedAsyncIterableIterator<Registry>;
2646
1699
  /**
2647
1700
  * Lists all the container registries under the specified resource group.
2648
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1701
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2649
1702
  * @param options The options parameters.
2650
1703
  */
2651
1704
  listByResourceGroup(resourceGroupName: string, options?: RegistriesListByResourceGroupOptionalParams): PagedAsyncIterableIterator<Registry>;
2652
1705
  /**
2653
1706
  * Lists the private link resources for a container registry.
2654
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1707
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2655
1708
  * @param registryName The name of the container registry.
2656
1709
  * @param options The options parameters.
2657
1710
  */
2658
1711
  listPrivateLinkResources(resourceGroupName: string, registryName: string, options?: RegistriesListPrivateLinkResourcesOptionalParams): PagedAsyncIterableIterator<PrivateLinkResource>;
2659
1712
  /**
2660
1713
  * Copies an image to this container registry from the specified container registry.
2661
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1714
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2662
1715
  * @param registryName The name of the container registry.
2663
1716
  * @param parameters The parameters specifying the image to copy and the source container registry.
2664
1717
  * @param options The options parameters.
2665
1718
  */
2666
- beginImportImage(resourceGroupName: string, registryName: string, parameters: ImportImageParameters, options?: RegistriesImportImageOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1719
+ beginImportImage(resourceGroupName: string, registryName: string, parameters: ImportImageParameters, options?: RegistriesImportImageOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
2667
1720
  /**
2668
1721
  * Copies an image to this container registry from the specified container registry.
2669
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1722
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2670
1723
  * @param registryName The name of the container registry.
2671
1724
  * @param parameters The parameters specifying the image to copy and the source container registry.
2672
1725
  * @param options The options parameters.
@@ -2681,22 +1734,22 @@ export declare interface Registries {
2681
1734
  checkNameAvailability(registryNameCheckRequest: RegistryNameCheckRequest, options?: RegistriesCheckNameAvailabilityOptionalParams): Promise<RegistriesCheckNameAvailabilityResponse>;
2682
1735
  /**
2683
1736
  * Gets the properties of the specified container registry.
2684
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1737
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2685
1738
  * @param registryName The name of the container registry.
2686
1739
  * @param options The options parameters.
2687
1740
  */
2688
1741
  get(resourceGroupName: string, registryName: string, options?: RegistriesGetOptionalParams): Promise<RegistriesGetResponse>;
2689
1742
  /**
2690
1743
  * Creates a container registry with the specified parameters.
2691
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1744
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2692
1745
  * @param registryName The name of the container registry.
2693
1746
  * @param registry The parameters for creating a container registry.
2694
1747
  * @param options The options parameters.
2695
1748
  */
2696
- beginCreate(resourceGroupName: string, registryName: string, registry: Registry, options?: RegistriesCreateOptionalParams): Promise<PollerLike<PollOperationState<RegistriesCreateResponse>, RegistriesCreateResponse>>;
1749
+ beginCreate(resourceGroupName: string, registryName: string, registry: Registry, options?: RegistriesCreateOptionalParams): Promise<SimplePollerLike<OperationState<RegistriesCreateResponse>, RegistriesCreateResponse>>;
2697
1750
  /**
2698
1751
  * Creates a container registry with the specified parameters.
2699
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1752
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2700
1753
  * @param registryName The name of the container registry.
2701
1754
  * @param registry The parameters for creating a container registry.
2702
1755
  * @param options The options parameters.
@@ -2704,29 +1757,29 @@ export declare interface Registries {
2704
1757
  beginCreateAndWait(resourceGroupName: string, registryName: string, registry: Registry, options?: RegistriesCreateOptionalParams): Promise<RegistriesCreateResponse>;
2705
1758
  /**
2706
1759
  * Deletes a container registry.
2707
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1760
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2708
1761
  * @param registryName The name of the container registry.
2709
1762
  * @param options The options parameters.
2710
1763
  */
2711
- beginDelete(resourceGroupName: string, registryName: string, options?: RegistriesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
1764
+ beginDelete(resourceGroupName: string, registryName: string, options?: RegistriesDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
2712
1765
  /**
2713
1766
  * Deletes a container registry.
2714
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1767
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2715
1768
  * @param registryName The name of the container registry.
2716
1769
  * @param options The options parameters.
2717
1770
  */
2718
1771
  beginDeleteAndWait(resourceGroupName: string, registryName: string, options?: RegistriesDeleteOptionalParams): Promise<void>;
2719
1772
  /**
2720
1773
  * Updates a container registry with the specified parameters.
2721
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1774
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2722
1775
  * @param registryName The name of the container registry.
2723
1776
  * @param registryUpdateParameters The parameters for updating a container registry.
2724
1777
  * @param options The options parameters.
2725
1778
  */
2726
- beginUpdate(resourceGroupName: string, registryName: string, registryUpdateParameters: RegistryUpdateParameters, options?: RegistriesUpdateOptionalParams): Promise<PollerLike<PollOperationState<RegistriesUpdateResponse>, RegistriesUpdateResponse>>;
1779
+ beginUpdate(resourceGroupName: string, registryName: string, registryUpdateParameters: RegistryUpdateParameters, options?: RegistriesUpdateOptionalParams): Promise<SimplePollerLike<OperationState<RegistriesUpdateResponse>, RegistriesUpdateResponse>>;
2727
1780
  /**
2728
1781
  * Updates a container registry with the specified parameters.
2729
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1782
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2730
1783
  * @param registryName The name of the container registry.
2731
1784
  * @param registryUpdateParameters The parameters for updating a container registry.
2732
1785
  * @param options The options parameters.
@@ -2734,14 +1787,14 @@ export declare interface Registries {
2734
1787
  beginUpdateAndWait(resourceGroupName: string, registryName: string, registryUpdateParameters: RegistryUpdateParameters, options?: RegistriesUpdateOptionalParams): Promise<RegistriesUpdateResponse>;
2735
1788
  /**
2736
1789
  * Gets the quota usages for the specified container registry.
2737
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1790
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2738
1791
  * @param registryName The name of the container registry.
2739
1792
  * @param options The options parameters.
2740
1793
  */
2741
1794
  listUsages(resourceGroupName: string, registryName: string, options?: RegistriesListUsagesOptionalParams): Promise<RegistriesListUsagesResponse>;
2742
1795
  /**
2743
1796
  * Gets a private link resource by a specified group name for a container registry.
2744
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1797
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2745
1798
  * @param registryName The name of the container registry.
2746
1799
  * @param groupName The name of the private link resource.
2747
1800
  * @param options The options parameters.
@@ -2749,14 +1802,14 @@ export declare interface Registries {
2749
1802
  getPrivateLinkResource(resourceGroupName: string, registryName: string, groupName: string, options?: RegistriesGetPrivateLinkResourceOptionalParams): Promise<RegistriesGetPrivateLinkResourceResponse>;
2750
1803
  /**
2751
1804
  * Lists the login credentials for the specified container registry.
2752
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1805
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2753
1806
  * @param registryName The name of the container registry.
2754
1807
  * @param options The options parameters.
2755
1808
  */
2756
1809
  listCredentials(resourceGroupName: string, registryName: string, options?: RegistriesListCredentialsOptionalParams): Promise<RegistriesListCredentialsResponse>;
2757
1810
  /**
2758
1811
  * Regenerates one of the login credentials for the specified container registry.
2759
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1812
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2760
1813
  * @param registryName The name of the container registry.
2761
1814
  * @param regenerateCredentialParameters Specifies name of the password which should be regenerated --
2762
1815
  * password or password2.
@@ -2765,15 +1818,15 @@ export declare interface Registries {
2765
1818
  regenerateCredential(resourceGroupName: string, registryName: string, regenerateCredentialParameters: RegenerateCredentialParameters, options?: RegistriesRegenerateCredentialOptionalParams): Promise<RegistriesRegenerateCredentialResponse>;
2766
1819
  /**
2767
1820
  * Generate keys for a token of a specified container registry.
2768
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1821
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2769
1822
  * @param registryName The name of the container registry.
2770
1823
  * @param generateCredentialsParameters The parameters for generating credentials.
2771
1824
  * @param options The options parameters.
2772
1825
  */
2773
- beginGenerateCredentials(resourceGroupName: string, registryName: string, generateCredentialsParameters: GenerateCredentialsParameters, options?: RegistriesGenerateCredentialsOptionalParams): Promise<PollerLike<PollOperationState<RegistriesGenerateCredentialsResponse>, RegistriesGenerateCredentialsResponse>>;
1826
+ beginGenerateCredentials(resourceGroupName: string, registryName: string, generateCredentialsParameters: GenerateCredentialsParameters, options?: RegistriesGenerateCredentialsOptionalParams): Promise<SimplePollerLike<OperationState<RegistriesGenerateCredentialsResponse>, RegistriesGenerateCredentialsResponse>>;
2774
1827
  /**
2775
1828
  * Generate keys for a token of a specified container registry.
2776
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
1829
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
2777
1830
  * @param registryName The name of the container registry.
2778
1831
  * @param generateCredentialsParameters The parameters for generating credentials.
2779
1832
  * @param options The options parameters.
@@ -2786,7 +1839,7 @@ export declare interface Registries {
2786
1839
  * @param runRequest The parameters of a run that needs to scheduled.
2787
1840
  * @param options The options parameters.
2788
1841
  */
2789
- beginScheduleRun(resourceGroupName: string, registryName: string, runRequest: RunRequestUnion, options?: RegistriesScheduleRunOptionalParams): Promise<PollerLike<PollOperationState<RegistriesScheduleRunResponse>, RegistriesScheduleRunResponse>>;
1842
+ beginScheduleRun(resourceGroupName: string, registryName: string, runRequest: RunRequestUnion, options?: RegistriesScheduleRunOptionalParams): Promise<SimplePollerLike<OperationState<RegistriesScheduleRunResponse>, RegistriesScheduleRunResponse>>;
2790
1843
  /**
2791
1844
  * Schedules a new run based on the request parameters and add it to the run queue.
2792
1845
  * @param resourceGroupName The name of the resource group to which the container registry belongs.
@@ -2811,6 +1864,11 @@ export declare interface RegistriesCheckNameAvailabilityOptionalParams extends c
2811
1864
  /** Contains response data for the checkNameAvailability operation. */
2812
1865
  export declare type RegistriesCheckNameAvailabilityResponse = RegistryNameStatus;
2813
1866
 
1867
+ /** Defines headers for Registries_create operation. */
1868
+ export declare interface RegistriesCreateHeaders {
1869
+ azureAsyncOperation?: string;
1870
+ }
1871
+
2814
1872
  /** Optional parameters. */
2815
1873
  export declare interface RegistriesCreateOptionalParams extends coreClient.OperationOptions {
2816
1874
  /** Delay to wait until next poll, in milliseconds. */
@@ -2822,6 +1880,11 @@ export declare interface RegistriesCreateOptionalParams extends coreClient.Opera
2822
1880
  /** Contains response data for the create operation. */
2823
1881
  export declare type RegistriesCreateResponse = Registry;
2824
1882
 
1883
+ /** Defines headers for Registries_delete operation. */
1884
+ export declare interface RegistriesDeleteHeaders {
1885
+ location?: string;
1886
+ }
1887
+
2825
1888
  /** Optional parameters. */
2826
1889
  export declare interface RegistriesDeleteOptionalParams extends coreClient.OperationOptions {
2827
1890
  /** Delay to wait until next poll, in milliseconds. */
@@ -2830,6 +1893,11 @@ export declare interface RegistriesDeleteOptionalParams extends coreClient.Opera
2830
1893
  resumeFrom?: string;
2831
1894
  }
2832
1895
 
1896
+ /** Defines headers for Registries_generateCredentials operation. */
1897
+ export declare interface RegistriesGenerateCredentialsHeaders {
1898
+ location?: string;
1899
+ }
1900
+
2833
1901
  /** Optional parameters. */
2834
1902
  export declare interface RegistriesGenerateCredentialsOptionalParams extends coreClient.OperationOptions {
2835
1903
  /** Delay to wait until next poll, in milliseconds. */
@@ -2862,6 +1930,11 @@ export declare type RegistriesGetPrivateLinkResourceResponse = PrivateLinkResour
2862
1930
  /** Contains response data for the get operation. */
2863
1931
  export declare type RegistriesGetResponse = Registry;
2864
1932
 
1933
+ /** Defines headers for Registries_importImage operation. */
1934
+ export declare interface RegistriesImportImageHeaders {
1935
+ location?: string;
1936
+ }
1937
+
2865
1938
  /** Optional parameters. */
2866
1939
  export declare interface RegistriesImportImageOptionalParams extends coreClient.OperationOptions {
2867
1940
  /** Delay to wait until next poll, in milliseconds. */
@@ -2944,6 +2017,11 @@ export declare interface RegistriesScheduleRunOptionalParams extends coreClient.
2944
2017
  /** Contains response data for the scheduleRun operation. */
2945
2018
  export declare type RegistriesScheduleRunResponse = Run;
2946
2019
 
2020
+ /** Defines headers for Registries_update operation. */
2021
+ export declare interface RegistriesUpdateHeaders {
2022
+ azureAsyncOperation?: string;
2023
+ }
2024
+
2947
2025
  /** Optional parameters. */
2948
2026
  export declare interface RegistriesUpdateOptionalParams extends coreClient.OperationOptions {
2949
2027
  /** Delay to wait until next poll, in milliseconds. */
@@ -3007,8 +2085,6 @@ export declare interface Registry extends Resource {
3007
2085
  networkRuleBypassOptions?: NetworkRuleBypassOptions;
3008
2086
  /** Whether or not zone redundancy is enabled for this container registry */
3009
2087
  zoneRedundancy?: ZoneRedundancy;
3010
- /** Enables registry-wide pull from unauthenticated clients. */
3011
- anonymousPullEnabled?: boolean;
3012
2088
  }
3013
2089
 
3014
2090
  /** The response from the ListCredentials operation. */
@@ -3077,8 +2153,6 @@ export declare interface RegistryUpdateParameters {
3077
2153
  publicNetworkAccess?: PublicNetworkAccess;
3078
2154
  /** Whether to allow trusted Azure services to access a network restricted registry. */
3079
2155
  networkRuleBypassOptions?: NetworkRuleBypassOptions;
3080
- /** Enables registry-wide pull from unauthenticated clients. */
3081
- anonymousPullEnabled?: boolean;
3082
2156
  }
3083
2157
 
3084
2158
  /** The quota usage for a container registry. */
@@ -3139,14 +2213,14 @@ export declare interface ReplicationListResult {
3139
2213
  export declare interface Replications {
3140
2214
  /**
3141
2215
  * Lists all the replications for the specified container registry.
3142
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
2216
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3143
2217
  * @param registryName The name of the container registry.
3144
2218
  * @param options The options parameters.
3145
2219
  */
3146
2220
  list(resourceGroupName: string, registryName: string, options?: ReplicationsListOptionalParams): PagedAsyncIterableIterator<Replication>;
3147
2221
  /**
3148
2222
  * Gets the properties of the specified replication.
3149
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
2223
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3150
2224
  * @param registryName The name of the container registry.
3151
2225
  * @param replicationName The name of the replication.
3152
2226
  * @param options The options parameters.
@@ -3154,16 +2228,16 @@ export declare interface Replications {
3154
2228
  get(resourceGroupName: string, registryName: string, replicationName: string, options?: ReplicationsGetOptionalParams): Promise<ReplicationsGetResponse>;
3155
2229
  /**
3156
2230
  * Creates a replication for a container registry with the specified parameters.
3157
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
2231
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3158
2232
  * @param registryName The name of the container registry.
3159
2233
  * @param replicationName The name of the replication.
3160
2234
  * @param replication The parameters for creating a replication.
3161
2235
  * @param options The options parameters.
3162
2236
  */
3163
- beginCreate(resourceGroupName: string, registryName: string, replicationName: string, replication: Replication, options?: ReplicationsCreateOptionalParams): Promise<PollerLike<PollOperationState<ReplicationsCreateResponse>, ReplicationsCreateResponse>>;
2237
+ beginCreate(resourceGroupName: string, registryName: string, replicationName: string, replication: Replication, options?: ReplicationsCreateOptionalParams): Promise<SimplePollerLike<OperationState<ReplicationsCreateResponse>, ReplicationsCreateResponse>>;
3164
2238
  /**
3165
2239
  * Creates a replication for a container registry with the specified parameters.
3166
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
2240
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3167
2241
  * @param registryName The name of the container registry.
3168
2242
  * @param replicationName The name of the replication.
3169
2243
  * @param replication The parameters for creating a replication.
@@ -3172,15 +2246,15 @@ export declare interface Replications {
3172
2246
  beginCreateAndWait(resourceGroupName: string, registryName: string, replicationName: string, replication: Replication, options?: ReplicationsCreateOptionalParams): Promise<ReplicationsCreateResponse>;
3173
2247
  /**
3174
2248
  * Deletes a replication from a container registry.
3175
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
2249
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3176
2250
  * @param registryName The name of the container registry.
3177
2251
  * @param replicationName The name of the replication.
3178
2252
  * @param options The options parameters.
3179
2253
  */
3180
- beginDelete(resourceGroupName: string, registryName: string, replicationName: string, options?: ReplicationsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2254
+ beginDelete(resourceGroupName: string, registryName: string, replicationName: string, options?: ReplicationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
3181
2255
  /**
3182
2256
  * Deletes a replication from a container registry.
3183
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
2257
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3184
2258
  * @param registryName The name of the container registry.
3185
2259
  * @param replicationName The name of the replication.
3186
2260
  * @param options The options parameters.
@@ -3188,16 +2262,16 @@ export declare interface Replications {
3188
2262
  beginDeleteAndWait(resourceGroupName: string, registryName: string, replicationName: string, options?: ReplicationsDeleteOptionalParams): Promise<void>;
3189
2263
  /**
3190
2264
  * Updates a replication for a container registry with the specified parameters.
3191
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
2265
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3192
2266
  * @param registryName The name of the container registry.
3193
2267
  * @param replicationName The name of the replication.
3194
2268
  * @param replicationUpdateParameters The parameters for updating a replication.
3195
2269
  * @param options The options parameters.
3196
2270
  */
3197
- beginUpdate(resourceGroupName: string, registryName: string, replicationName: string, replicationUpdateParameters: ReplicationUpdateParameters, options?: ReplicationsUpdateOptionalParams): Promise<PollerLike<PollOperationState<ReplicationsUpdateResponse>, ReplicationsUpdateResponse>>;
2271
+ beginUpdate(resourceGroupName: string, registryName: string, replicationName: string, replicationUpdateParameters: ReplicationUpdateParameters, options?: ReplicationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ReplicationsUpdateResponse>, ReplicationsUpdateResponse>>;
3198
2272
  /**
3199
2273
  * Updates a replication for a container registry with the specified parameters.
3200
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
2274
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3201
2275
  * @param registryName The name of the container registry.
3202
2276
  * @param replicationName The name of the replication.
3203
2277
  * @param replicationUpdateParameters The parameters for updating a replication.
@@ -3206,6 +2280,11 @@ export declare interface Replications {
3206
2280
  beginUpdateAndWait(resourceGroupName: string, registryName: string, replicationName: string, replicationUpdateParameters: ReplicationUpdateParameters, options?: ReplicationsUpdateOptionalParams): Promise<ReplicationsUpdateResponse>;
3207
2281
  }
3208
2282
 
2283
+ /** Defines headers for Replications_create operation. */
2284
+ export declare interface ReplicationsCreateHeaders {
2285
+ azureAsyncOperation?: string;
2286
+ }
2287
+
3209
2288
  /** Optional parameters. */
3210
2289
  export declare interface ReplicationsCreateOptionalParams extends coreClient.OperationOptions {
3211
2290
  /** Delay to wait until next poll, in milliseconds. */
@@ -3217,6 +2296,11 @@ export declare interface ReplicationsCreateOptionalParams extends coreClient.Ope
3217
2296
  /** Contains response data for the create operation. */
3218
2297
  export declare type ReplicationsCreateResponse = Replication;
3219
2298
 
2299
+ /** Defines headers for Replications_delete operation. */
2300
+ export declare interface ReplicationsDeleteHeaders {
2301
+ location?: string;
2302
+ }
2303
+
3220
2304
  /** Optional parameters. */
3221
2305
  export declare interface ReplicationsDeleteOptionalParams extends coreClient.OperationOptions {
3222
2306
  /** Delay to wait until next poll, in milliseconds. */
@@ -3246,6 +2330,11 @@ export declare interface ReplicationsListOptionalParams extends coreClient.Opera
3246
2330
  /** Contains response data for the list operation. */
3247
2331
  export declare type ReplicationsListResponse = ReplicationListResult;
3248
2332
 
2333
+ /** Defines headers for Replications_update operation. */
2334
+ export declare interface ReplicationsUpdateHeaders {
2335
+ azureAsyncOperation?: string;
2336
+ }
2337
+
3249
2338
  /** Optional parameters. */
3250
2339
  export declare interface ReplicationsUpdateOptionalParams extends coreClient.OperationOptions {
3251
2340
  /** Delay to wait until next poll, in milliseconds. */
@@ -3462,7 +2551,7 @@ export declare interface Runs {
3462
2551
  * @param runUpdateParameters The run update properties.
3463
2552
  * @param options The options parameters.
3464
2553
  */
3465
- beginUpdate(resourceGroupName: string, registryName: string, runId: string, runUpdateParameters: RunUpdateParameters, options?: RunsUpdateOptionalParams): Promise<PollerLike<PollOperationState<RunsUpdateResponse>, RunsUpdateResponse>>;
2554
+ beginUpdate(resourceGroupName: string, registryName: string, runId: string, runUpdateParameters: RunUpdateParameters, options?: RunsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<RunsUpdateResponse>, RunsUpdateResponse>>;
3466
2555
  /**
3467
2556
  * Patch the run properties.
3468
2557
  * @param resourceGroupName The name of the resource group to which the container registry belongs.
@@ -3487,7 +2576,7 @@ export declare interface Runs {
3487
2576
  * @param runId The run ID.
3488
2577
  * @param options The options parameters.
3489
2578
  */
3490
- beginCancel(resourceGroupName: string, registryName: string, runId: string, options?: RunsCancelOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2579
+ beginCancel(resourceGroupName: string, registryName: string, runId: string, options?: RunsCancelOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
3491
2580
  /**
3492
2581
  * Cancel an existing run.
3493
2582
  * @param resourceGroupName The name of the resource group to which the container registry belongs.
@@ -3522,10 +2611,6 @@ export declare type RunsGetResponse = Run;
3522
2611
 
3523
2612
  /** Optional parameters. */
3524
2613
  export declare interface RunsListNextOptionalParams extends coreClient.OperationOptions {
3525
- /** 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. */
3526
- filter?: string;
3527
- /** $top is supported for get list of runs, which limits the maximum number of runs to return. */
3528
- top?: number;
3529
2614
  }
3530
2615
 
3531
2616
  /** Contains response data for the listNext operation. */
@@ -3626,14 +2711,14 @@ export declare interface ScopeMapListResult {
3626
2711
  export declare interface ScopeMaps {
3627
2712
  /**
3628
2713
  * Lists all the scope maps for the specified container registry.
3629
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
2714
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3630
2715
  * @param registryName The name of the container registry.
3631
2716
  * @param options The options parameters.
3632
2717
  */
3633
2718
  list(resourceGroupName: string, registryName: string, options?: ScopeMapsListOptionalParams): PagedAsyncIterableIterator<ScopeMap>;
3634
2719
  /**
3635
2720
  * Gets the properties of the specified scope map.
3636
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
2721
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3637
2722
  * @param registryName The name of the container registry.
3638
2723
  * @param scopeMapName The name of the scope map.
3639
2724
  * @param options The options parameters.
@@ -3641,16 +2726,16 @@ export declare interface ScopeMaps {
3641
2726
  get(resourceGroupName: string, registryName: string, scopeMapName: string, options?: ScopeMapsGetOptionalParams): Promise<ScopeMapsGetResponse>;
3642
2727
  /**
3643
2728
  * Creates a scope map for a container registry with the specified parameters.
3644
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
2729
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3645
2730
  * @param registryName The name of the container registry.
3646
2731
  * @param scopeMapName The name of the scope map.
3647
2732
  * @param scopeMapCreateParameters The parameters for creating a scope map.
3648
2733
  * @param options The options parameters.
3649
2734
  */
3650
- beginCreate(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapCreateParameters: ScopeMap, options?: ScopeMapsCreateOptionalParams): Promise<PollerLike<PollOperationState<ScopeMapsCreateResponse>, ScopeMapsCreateResponse>>;
2735
+ beginCreate(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapCreateParameters: ScopeMap, options?: ScopeMapsCreateOptionalParams): Promise<SimplePollerLike<OperationState<ScopeMapsCreateResponse>, ScopeMapsCreateResponse>>;
3651
2736
  /**
3652
2737
  * Creates a scope map for a container registry with the specified parameters.
3653
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
2738
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3654
2739
  * @param registryName The name of the container registry.
3655
2740
  * @param scopeMapName The name of the scope map.
3656
2741
  * @param scopeMapCreateParameters The parameters for creating a scope map.
@@ -3659,15 +2744,15 @@ export declare interface ScopeMaps {
3659
2744
  beginCreateAndWait(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapCreateParameters: ScopeMap, options?: ScopeMapsCreateOptionalParams): Promise<ScopeMapsCreateResponse>;
3660
2745
  /**
3661
2746
  * Deletes a scope map from a container registry.
3662
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
2747
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3663
2748
  * @param registryName The name of the container registry.
3664
2749
  * @param scopeMapName The name of the scope map.
3665
2750
  * @param options The options parameters.
3666
2751
  */
3667
- beginDelete(resourceGroupName: string, registryName: string, scopeMapName: string, options?: ScopeMapsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
2752
+ beginDelete(resourceGroupName: string, registryName: string, scopeMapName: string, options?: ScopeMapsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
3668
2753
  /**
3669
2754
  * Deletes a scope map from a container registry.
3670
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
2755
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3671
2756
  * @param registryName The name of the container registry.
3672
2757
  * @param scopeMapName The name of the scope map.
3673
2758
  * @param options The options parameters.
@@ -3675,16 +2760,16 @@ export declare interface ScopeMaps {
3675
2760
  beginDeleteAndWait(resourceGroupName: string, registryName: string, scopeMapName: string, options?: ScopeMapsDeleteOptionalParams): Promise<void>;
3676
2761
  /**
3677
2762
  * Updates a scope map with the specified parameters.
3678
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
2763
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3679
2764
  * @param registryName The name of the container registry.
3680
2765
  * @param scopeMapName The name of the scope map.
3681
2766
  * @param scopeMapUpdateParameters The parameters for updating a scope map.
3682
2767
  * @param options The options parameters.
3683
2768
  */
3684
- beginUpdate(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapUpdateParameters: ScopeMapUpdateParameters, options?: ScopeMapsUpdateOptionalParams): Promise<PollerLike<PollOperationState<ScopeMapsUpdateResponse>, ScopeMapsUpdateResponse>>;
2769
+ beginUpdate(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapUpdateParameters: ScopeMapUpdateParameters, options?: ScopeMapsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ScopeMapsUpdateResponse>, ScopeMapsUpdateResponse>>;
3685
2770
  /**
3686
2771
  * Updates a scope map with the specified parameters.
3687
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
2772
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
3688
2773
  * @param registryName The name of the container registry.
3689
2774
  * @param scopeMapName The name of the scope map.
3690
2775
  * @param scopeMapUpdateParameters The parameters for updating a scope map.
@@ -3693,6 +2778,11 @@ export declare interface ScopeMaps {
3693
2778
  beginUpdateAndWait(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapUpdateParameters: ScopeMapUpdateParameters, options?: ScopeMapsUpdateOptionalParams): Promise<ScopeMapsUpdateResponse>;
3694
2779
  }
3695
2780
 
2781
+ /** Defines headers for ScopeMaps_create operation. */
2782
+ export declare interface ScopeMapsCreateHeaders {
2783
+ azureAsyncOperation?: string;
2784
+ }
2785
+
3696
2786
  /** Optional parameters. */
3697
2787
  export declare interface ScopeMapsCreateOptionalParams extends coreClient.OperationOptions {
3698
2788
  /** Delay to wait until next poll, in milliseconds. */
@@ -3704,6 +2794,11 @@ export declare interface ScopeMapsCreateOptionalParams extends coreClient.Operat
3704
2794
  /** Contains response data for the create operation. */
3705
2795
  export declare type ScopeMapsCreateResponse = ScopeMap;
3706
2796
 
2797
+ /** Defines headers for ScopeMaps_delete operation. */
2798
+ export declare interface ScopeMapsDeleteHeaders {
2799
+ location?: string;
2800
+ }
2801
+
3707
2802
  /** Optional parameters. */
3708
2803
  export declare interface ScopeMapsDeleteOptionalParams extends coreClient.OperationOptions {
3709
2804
  /** Delay to wait until next poll, in milliseconds. */
@@ -3733,6 +2828,11 @@ export declare interface ScopeMapsListOptionalParams extends coreClient.Operatio
3733
2828
  /** Contains response data for the list operation. */
3734
2829
  export declare type ScopeMapsListResponse = ScopeMapListResult;
3735
2830
 
2831
+ /** Defines headers for ScopeMaps_update operation. */
2832
+ export declare interface ScopeMapsUpdateHeaders {
2833
+ azureAsyncOperation?: string;
2834
+ }
2835
+
3736
2836
  /** Optional parameters. */
3737
2837
  export declare interface ScopeMapsUpdateOptionalParams extends coreClient.OperationOptions {
3738
2838
  /** Delay to wait until next poll, in milliseconds. */
@@ -3826,19 +2926,6 @@ export declare type SkuName = string;
3826
2926
  */
3827
2927
  export declare type SkuTier = string;
3828
2928
 
3829
- /** The soft delete policy for a container registry */
3830
- export declare interface SoftDeletePolicy {
3831
- /** The number of days after which a soft-deleted item is permanently deleted. */
3832
- retentionDays?: number;
3833
- /**
3834
- * The timestamp when the policy was last updated.
3835
- * NOTE: This property will not be serialized. It can only be populated by the server.
3836
- */
3837
- readonly lastUpdatedTime?: Date;
3838
- /** The value that indicates whether the policy is enabled or not. */
3839
- status?: PolicyStatus;
3840
- }
3841
-
3842
2929
  /** The registry node that generated the event. Put differently, while the actor initiates the event, the source generates it. */
3843
2930
  export declare interface Source {
3844
2931
  /** The IP or hostname and the port of the registry node that generated the event. Generally, this will be resolved by os.Hostname() along with the running port. */
@@ -3986,35 +3073,6 @@ export declare interface Status {
3986
3073
  readonly timestamp?: Date;
3987
3074
  }
3988
3075
 
3989
- /** The status detail properties of the connected registry. */
3990
- export declare interface StatusDetailProperties {
3991
- /**
3992
- * The component of the connected registry corresponding to the status.
3993
- * NOTE: This property will not be serialized. It can only be populated by the server.
3994
- */
3995
- readonly type?: string;
3996
- /**
3997
- * The code of the status.
3998
- * NOTE: This property will not be serialized. It can only be populated by the server.
3999
- */
4000
- readonly code?: string;
4001
- /**
4002
- * The description of the status.
4003
- * NOTE: This property will not be serialized. It can only be populated by the server.
4004
- */
4005
- readonly description?: string;
4006
- /**
4007
- * The timestamp of the status.
4008
- * NOTE: This property will not be serialized. It can only be populated by the server.
4009
- */
4010
- readonly timestamp?: Date;
4011
- /**
4012
- * The correlation ID of the status.
4013
- * NOTE: This property will not be serialized. It can only be populated by the server.
4014
- */
4015
- readonly correlationId?: string;
4016
- }
4017
-
4018
3076
  /**
4019
3077
  * Defines values for StepType. \
4020
3078
  * {@link KnownStepType} can be used interchangeably with StepType,
@@ -4032,38 +3090,6 @@ export declare interface StorageAccountProperties {
4032
3090
  id: string;
4033
3091
  }
4034
3092
 
4035
- /** The sync properties of the connected registry with its parent. */
4036
- export declare interface SyncProperties {
4037
- /** The resource ID of the ACR token used to authenticate the connected registry to its parent during sync. */
4038
- tokenId: string;
4039
- /** The cron expression indicating the schedule that the connected registry will sync with its parent. */
4040
- schedule?: string;
4041
- /** 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. */
4042
- syncWindow?: string;
4043
- /** 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. */
4044
- messageTtl: string;
4045
- /**
4046
- * The last time a sync occurred between the connected registry and its parent.
4047
- * NOTE: This property will not be serialized. It can only be populated by the server.
4048
- */
4049
- readonly lastSyncTime?: Date;
4050
- /**
4051
- * The gateway endpoint used by the connected registry to communicate with its parent.
4052
- * NOTE: This property will not be serialized. It can only be populated by the server.
4053
- */
4054
- readonly gatewayEndpoint?: string;
4055
- }
4056
-
4057
- /** The parameters for updating the sync properties of the connected registry with its parent. */
4058
- export declare interface SyncUpdateProperties {
4059
- /** The cron expression indicating the schedule that the connected registry will sync with its parent. */
4060
- schedule?: string;
4061
- /** 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. */
4062
- syncWindow?: string;
4063
- /** 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. */
4064
- messageTtl?: string;
4065
- }
4066
-
4067
3093
  /** Metadata pertaining to creation and last modification of the resource. */
4068
3094
  export declare interface SystemData {
4069
3095
  /** The identity that created the resource. */
@@ -4217,7 +3243,7 @@ export declare interface TaskRuns {
4217
3243
  * @param taskRun The parameters of a run that needs to scheduled.
4218
3244
  * @param options The options parameters.
4219
3245
  */
4220
- beginCreate(resourceGroupName: string, registryName: string, taskRunName: string, taskRun: TaskRun, options?: TaskRunsCreateOptionalParams): Promise<PollerLike<PollOperationState<TaskRunsCreateResponse>, TaskRunsCreateResponse>>;
3246
+ beginCreate(resourceGroupName: string, registryName: string, taskRunName: string, taskRun: TaskRun, options?: TaskRunsCreateOptionalParams): Promise<SimplePollerLike<OperationState<TaskRunsCreateResponse>, TaskRunsCreateResponse>>;
4221
3247
  /**
4222
3248
  * Creates a task run for a container registry with the specified parameters.
4223
3249
  * @param resourceGroupName The name of the resource group to which the container registry belongs.
@@ -4234,7 +3260,7 @@ export declare interface TaskRuns {
4234
3260
  * @param taskRunName The name of the task run.
4235
3261
  * @param options The options parameters.
4236
3262
  */
4237
- beginDelete(resourceGroupName: string, registryName: string, taskRunName: string, options?: TaskRunsDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
3263
+ beginDelete(resourceGroupName: string, registryName: string, taskRunName: string, options?: TaskRunsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
4238
3264
  /**
4239
3265
  * Deletes a specified task run resource.
4240
3266
  * @param resourceGroupName The name of the resource group to which the container registry belongs.
@@ -4251,7 +3277,7 @@ export declare interface TaskRuns {
4251
3277
  * @param updateParameters The parameters for updating a task run.
4252
3278
  * @param options The options parameters.
4253
3279
  */
4254
- beginUpdate(resourceGroupName: string, registryName: string, taskRunName: string, updateParameters: TaskRunUpdateParameters, options?: TaskRunsUpdateOptionalParams): Promise<PollerLike<PollOperationState<TaskRunsUpdateResponse>, TaskRunsUpdateResponse>>;
3280
+ beginUpdate(resourceGroupName: string, registryName: string, taskRunName: string, updateParameters: TaskRunUpdateParameters, options?: TaskRunsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TaskRunsUpdateResponse>, TaskRunsUpdateResponse>>;
4255
3281
  /**
4256
3282
  * Updates a task run with the specified parameters.
4257
3283
  * @param resourceGroupName The name of the resource group to which the container registry belongs.
@@ -4370,7 +3396,7 @@ export declare interface Tasks {
4370
3396
  * @param taskCreateParameters The parameters for creating a task.
4371
3397
  * @param options The options parameters.
4372
3398
  */
4373
- beginCreate(resourceGroupName: string, registryName: string, taskName: string, taskCreateParameters: Task, options?: TasksCreateOptionalParams): Promise<PollerLike<PollOperationState<TasksCreateResponse>, TasksCreateResponse>>;
3399
+ beginCreate(resourceGroupName: string, registryName: string, taskName: string, taskCreateParameters: Task, options?: TasksCreateOptionalParams): Promise<SimplePollerLike<OperationState<TasksCreateResponse>, TasksCreateResponse>>;
4374
3400
  /**
4375
3401
  * Creates a task for a container registry with the specified parameters.
4376
3402
  * @param resourceGroupName The name of the resource group to which the container registry belongs.
@@ -4387,7 +3413,7 @@ export declare interface Tasks {
4387
3413
  * @param taskName The name of the container registry task.
4388
3414
  * @param options The options parameters.
4389
3415
  */
4390
- beginDelete(resourceGroupName: string, registryName: string, taskName: string, options?: TasksDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
3416
+ beginDelete(resourceGroupName: string, registryName: string, taskName: string, options?: TasksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
4391
3417
  /**
4392
3418
  * Deletes a specified task.
4393
3419
  * @param resourceGroupName The name of the resource group to which the container registry belongs.
@@ -4404,7 +3430,7 @@ export declare interface Tasks {
4404
3430
  * @param taskUpdateParameters The parameters for updating a task.
4405
3431
  * @param options The options parameters.
4406
3432
  */
4407
- beginUpdate(resourceGroupName: string, registryName: string, taskName: string, taskUpdateParameters: TaskUpdateParameters, options?: TasksUpdateOptionalParams): Promise<PollerLike<PollOperationState<TasksUpdateResponse>, TasksUpdateResponse>>;
3433
+ beginUpdate(resourceGroupName: string, registryName: string, taskName: string, taskUpdateParameters: TaskUpdateParameters, options?: TasksUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TasksUpdateResponse>, TasksUpdateResponse>>;
4408
3434
  /**
4409
3435
  * Updates a task with the specified parameters.
4410
3436
  * @param resourceGroupName The name of the resource group to which the container registry belongs.
@@ -4576,44 +3602,6 @@ export declare interface TimerTriggerUpdateParameters {
4576
3602
  name: string;
4577
3603
  }
4578
3604
 
4579
- /** The TLS certificate properties of the connected registry login server. */
4580
- export declare interface TlsCertificateProperties {
4581
- /**
4582
- * The type of certificate location.
4583
- * NOTE: This property will not be serialized. It can only be populated by the server.
4584
- */
4585
- readonly type?: CertificateType;
4586
- /**
4587
- * Indicates the location of the certificates.
4588
- * NOTE: This property will not be serialized. It can only be populated by the server.
4589
- */
4590
- readonly location?: string;
4591
- }
4592
-
4593
- /** The TLS properties of the connected registry login server. */
4594
- export declare interface TlsProperties {
4595
- /**
4596
- * Indicates whether HTTPS is enabled for the login server.
4597
- * NOTE: This property will not be serialized. It can only be populated by the server.
4598
- */
4599
- readonly status?: TlsStatus;
4600
- /**
4601
- * The certificate used to configure HTTPS for the login server.
4602
- * NOTE: This property will not be serialized. It can only be populated by the server.
4603
- */
4604
- readonly certificate?: TlsCertificateProperties;
4605
- }
4606
-
4607
- /**
4608
- * Defines values for TlsStatus. \
4609
- * {@link KnownTlsStatus} can be used interchangeably with TlsStatus,
4610
- * this enum contains the known values that the service supports.
4611
- * ### Known values supported by the service
4612
- * **Enabled** \
4613
- * **Disabled**
4614
- */
4615
- export declare type TlsStatus = string;
4616
-
4617
3605
  /** An object that represents a token for a container registry. */
4618
3606
  export declare interface Token extends ProxyResource {
4619
3607
  /**
@@ -4698,14 +3686,14 @@ export declare type TokenPasswordName = string;
4698
3686
  export declare interface Tokens {
4699
3687
  /**
4700
3688
  * Lists all the tokens for the specified container registry.
4701
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
3689
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4702
3690
  * @param registryName The name of the container registry.
4703
3691
  * @param options The options parameters.
4704
3692
  */
4705
3693
  list(resourceGroupName: string, registryName: string, options?: TokensListOptionalParams): PagedAsyncIterableIterator<Token>;
4706
3694
  /**
4707
3695
  * Gets the properties of the specified token.
4708
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
3696
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4709
3697
  * @param registryName The name of the container registry.
4710
3698
  * @param tokenName The name of the token.
4711
3699
  * @param options The options parameters.
@@ -4713,16 +3701,16 @@ export declare interface Tokens {
4713
3701
  get(resourceGroupName: string, registryName: string, tokenName: string, options?: TokensGetOptionalParams): Promise<TokensGetResponse>;
4714
3702
  /**
4715
3703
  * Creates a token for a container registry with the specified parameters.
4716
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
3704
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4717
3705
  * @param registryName The name of the container registry.
4718
3706
  * @param tokenName The name of the token.
4719
3707
  * @param tokenCreateParameters The parameters for creating a token.
4720
3708
  * @param options The options parameters.
4721
3709
  */
4722
- beginCreate(resourceGroupName: string, registryName: string, tokenName: string, tokenCreateParameters: Token, options?: TokensCreateOptionalParams): Promise<PollerLike<PollOperationState<TokensCreateResponse>, TokensCreateResponse>>;
3710
+ beginCreate(resourceGroupName: string, registryName: string, tokenName: string, tokenCreateParameters: Token, options?: TokensCreateOptionalParams): Promise<SimplePollerLike<OperationState<TokensCreateResponse>, TokensCreateResponse>>;
4723
3711
  /**
4724
3712
  * Creates a token for a container registry with the specified parameters.
4725
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
3713
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4726
3714
  * @param registryName The name of the container registry.
4727
3715
  * @param tokenName The name of the token.
4728
3716
  * @param tokenCreateParameters The parameters for creating a token.
@@ -4731,15 +3719,15 @@ export declare interface Tokens {
4731
3719
  beginCreateAndWait(resourceGroupName: string, registryName: string, tokenName: string, tokenCreateParameters: Token, options?: TokensCreateOptionalParams): Promise<TokensCreateResponse>;
4732
3720
  /**
4733
3721
  * Deletes a token from a container registry.
4734
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
3722
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4735
3723
  * @param registryName The name of the container registry.
4736
3724
  * @param tokenName The name of the token.
4737
3725
  * @param options The options parameters.
4738
3726
  */
4739
- beginDelete(resourceGroupName: string, registryName: string, tokenName: string, options?: TokensDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
3727
+ beginDelete(resourceGroupName: string, registryName: string, tokenName: string, options?: TokensDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
4740
3728
  /**
4741
3729
  * Deletes a token from a container registry.
4742
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
3730
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4743
3731
  * @param registryName The name of the container registry.
4744
3732
  * @param tokenName The name of the token.
4745
3733
  * @param options The options parameters.
@@ -4747,16 +3735,16 @@ export declare interface Tokens {
4747
3735
  beginDeleteAndWait(resourceGroupName: string, registryName: string, tokenName: string, options?: TokensDeleteOptionalParams): Promise<void>;
4748
3736
  /**
4749
3737
  * Updates a token with the specified parameters.
4750
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
3738
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4751
3739
  * @param registryName The name of the container registry.
4752
3740
  * @param tokenName The name of the token.
4753
3741
  * @param tokenUpdateParameters The parameters for updating a token.
4754
3742
  * @param options The options parameters.
4755
3743
  */
4756
- beginUpdate(resourceGroupName: string, registryName: string, tokenName: string, tokenUpdateParameters: TokenUpdateParameters, options?: TokensUpdateOptionalParams): Promise<PollerLike<PollOperationState<TokensUpdateResponse>, TokensUpdateResponse>>;
3744
+ beginUpdate(resourceGroupName: string, registryName: string, tokenName: string, tokenUpdateParameters: TokenUpdateParameters, options?: TokensUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TokensUpdateResponse>, TokensUpdateResponse>>;
4757
3745
  /**
4758
3746
  * Updates a token with the specified parameters.
4759
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
3747
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4760
3748
  * @param registryName The name of the container registry.
4761
3749
  * @param tokenName The name of the token.
4762
3750
  * @param tokenUpdateParameters The parameters for updating a token.
@@ -4765,6 +3753,11 @@ export declare interface Tokens {
4765
3753
  beginUpdateAndWait(resourceGroupName: string, registryName: string, tokenName: string, tokenUpdateParameters: TokenUpdateParameters, options?: TokensUpdateOptionalParams): Promise<TokensUpdateResponse>;
4766
3754
  }
4767
3755
 
3756
+ /** Defines headers for Tokens_create operation. */
3757
+ export declare interface TokensCreateHeaders {
3758
+ azureAsyncOperation?: string;
3759
+ }
3760
+
4768
3761
  /** Optional parameters. */
4769
3762
  export declare interface TokensCreateOptionalParams extends coreClient.OperationOptions {
4770
3763
  /** Delay to wait until next poll, in milliseconds. */
@@ -4776,6 +3769,11 @@ export declare interface TokensCreateOptionalParams extends coreClient.Operation
4776
3769
  /** Contains response data for the create operation. */
4777
3770
  export declare type TokensCreateResponse = Token;
4778
3771
 
3772
+ /** Defines headers for Tokens_delete operation. */
3773
+ export declare interface TokensDeleteHeaders {
3774
+ location?: string;
3775
+ }
3776
+
4779
3777
  /** Optional parameters. */
4780
3778
  export declare interface TokensDeleteOptionalParams extends coreClient.OperationOptions {
4781
3779
  /** Delay to wait until next poll, in milliseconds. */
@@ -4815,6 +3813,11 @@ export declare type TokensListResponse = TokenListResult;
4815
3813
  */
4816
3814
  export declare type TokenStatus = string;
4817
3815
 
3816
+ /** Defines headers for Tokens_update operation. */
3817
+ export declare interface TokensUpdateHeaders {
3818
+ azureAsyncOperation?: string;
3819
+ }
3820
+
4818
3821
  /** Optional parameters. */
4819
3822
  export declare interface TokensUpdateOptionalParams extends coreClient.OperationOptions {
4820
3823
  /** Delay to wait until next poll, in milliseconds. */
@@ -4983,14 +3986,14 @@ export declare interface WebhookListResult {
4983
3986
  export declare interface Webhooks {
4984
3987
  /**
4985
3988
  * Lists all the webhooks for the specified container registry.
4986
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
3989
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4987
3990
  * @param registryName The name of the container registry.
4988
3991
  * @param options The options parameters.
4989
3992
  */
4990
3993
  list(resourceGroupName: string, registryName: string, options?: WebhooksListOptionalParams): PagedAsyncIterableIterator<Webhook>;
4991
3994
  /**
4992
3995
  * Lists recent events for the specified webhook.
4993
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
3996
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
4994
3997
  * @param registryName The name of the container registry.
4995
3998
  * @param webhookName The name of the webhook.
4996
3999
  * @param options The options parameters.
@@ -4998,7 +4001,7 @@ export declare interface Webhooks {
4998
4001
  listEvents(resourceGroupName: string, registryName: string, webhookName: string, options?: WebhooksListEventsOptionalParams): PagedAsyncIterableIterator<Event_2>;
4999
4002
  /**
5000
4003
  * Gets the properties of the specified webhook.
5001
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
4004
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
5002
4005
  * @param registryName The name of the container registry.
5003
4006
  * @param webhookName The name of the webhook.
5004
4007
  * @param options The options parameters.
@@ -5006,16 +4009,16 @@ export declare interface Webhooks {
5006
4009
  get(resourceGroupName: string, registryName: string, webhookName: string, options?: WebhooksGetOptionalParams): Promise<WebhooksGetResponse>;
5007
4010
  /**
5008
4011
  * Creates a webhook for a container registry with the specified parameters.
5009
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
4012
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
5010
4013
  * @param registryName The name of the container registry.
5011
4014
  * @param webhookName The name of the webhook.
5012
4015
  * @param webhookCreateParameters The parameters for creating a webhook.
5013
4016
  * @param options The options parameters.
5014
4017
  */
5015
- beginCreate(resourceGroupName: string, registryName: string, webhookName: string, webhookCreateParameters: WebhookCreateParameters, options?: WebhooksCreateOptionalParams): Promise<PollerLike<PollOperationState<WebhooksCreateResponse>, WebhooksCreateResponse>>;
4018
+ beginCreate(resourceGroupName: string, registryName: string, webhookName: string, webhookCreateParameters: WebhookCreateParameters, options?: WebhooksCreateOptionalParams): Promise<SimplePollerLike<OperationState<WebhooksCreateResponse>, WebhooksCreateResponse>>;
5016
4019
  /**
5017
4020
  * Creates a webhook for a container registry with the specified parameters.
5018
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
4021
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
5019
4022
  * @param registryName The name of the container registry.
5020
4023
  * @param webhookName The name of the webhook.
5021
4024
  * @param webhookCreateParameters The parameters for creating a webhook.
@@ -5024,15 +4027,15 @@ export declare interface Webhooks {
5024
4027
  beginCreateAndWait(resourceGroupName: string, registryName: string, webhookName: string, webhookCreateParameters: WebhookCreateParameters, options?: WebhooksCreateOptionalParams): Promise<WebhooksCreateResponse>;
5025
4028
  /**
5026
4029
  * Deletes a webhook from a container registry.
5027
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
4030
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
5028
4031
  * @param registryName The name of the container registry.
5029
4032
  * @param webhookName The name of the webhook.
5030
4033
  * @param options The options parameters.
5031
4034
  */
5032
- beginDelete(resourceGroupName: string, registryName: string, webhookName: string, options?: WebhooksDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
4035
+ beginDelete(resourceGroupName: string, registryName: string, webhookName: string, options?: WebhooksDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
5033
4036
  /**
5034
4037
  * Deletes a webhook from a container registry.
5035
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
4038
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
5036
4039
  * @param registryName The name of the container registry.
5037
4040
  * @param webhookName The name of the webhook.
5038
4041
  * @param options The options parameters.
@@ -5040,16 +4043,16 @@ export declare interface Webhooks {
5040
4043
  beginDeleteAndWait(resourceGroupName: string, registryName: string, webhookName: string, options?: WebhooksDeleteOptionalParams): Promise<void>;
5041
4044
  /**
5042
4045
  * Updates a webhook with the specified parameters.
5043
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
4046
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
5044
4047
  * @param registryName The name of the container registry.
5045
4048
  * @param webhookName The name of the webhook.
5046
4049
  * @param webhookUpdateParameters The parameters for updating a webhook.
5047
4050
  * @param options The options parameters.
5048
4051
  */
5049
- beginUpdate(resourceGroupName: string, registryName: string, webhookName: string, webhookUpdateParameters: WebhookUpdateParameters, options?: WebhooksUpdateOptionalParams): Promise<PollerLike<PollOperationState<WebhooksUpdateResponse>, WebhooksUpdateResponse>>;
4052
+ beginUpdate(resourceGroupName: string, registryName: string, webhookName: string, webhookUpdateParameters: WebhookUpdateParameters, options?: WebhooksUpdateOptionalParams): Promise<SimplePollerLike<OperationState<WebhooksUpdateResponse>, WebhooksUpdateResponse>>;
5050
4053
  /**
5051
4054
  * Updates a webhook with the specified parameters.
5052
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
4055
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
5053
4056
  * @param registryName The name of the container registry.
5054
4057
  * @param webhookName The name of the webhook.
5055
4058
  * @param webhookUpdateParameters The parameters for updating a webhook.
@@ -5058,7 +4061,7 @@ export declare interface Webhooks {
5058
4061
  beginUpdateAndWait(resourceGroupName: string, registryName: string, webhookName: string, webhookUpdateParameters: WebhookUpdateParameters, options?: WebhooksUpdateOptionalParams): Promise<WebhooksUpdateResponse>;
5059
4062
  /**
5060
4063
  * Triggers a ping event to be sent to the webhook.
5061
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
4064
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
5062
4065
  * @param registryName The name of the container registry.
5063
4066
  * @param webhookName The name of the webhook.
5064
4067
  * @param options The options parameters.
@@ -5066,7 +4069,7 @@ export declare interface Webhooks {
5066
4069
  ping(resourceGroupName: string, registryName: string, webhookName: string, options?: WebhooksPingOptionalParams): Promise<WebhooksPingResponse>;
5067
4070
  /**
5068
4071
  * Gets the configuration of service URI and custom headers for the webhook.
5069
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
4072
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
5070
4073
  * @param registryName The name of the container registry.
5071
4074
  * @param webhookName The name of the webhook.
5072
4075
  * @param options The options parameters.
@@ -5074,6 +4077,11 @@ export declare interface Webhooks {
5074
4077
  getCallbackConfig(resourceGroupName: string, registryName: string, webhookName: string, options?: WebhooksGetCallbackConfigOptionalParams): Promise<WebhooksGetCallbackConfigResponse>;
5075
4078
  }
5076
4079
 
4080
+ /** Defines headers for Webhooks_create operation. */
4081
+ export declare interface WebhooksCreateHeaders {
4082
+ azureAsyncOperation?: string;
4083
+ }
4084
+
5077
4085
  /** Optional parameters. */
5078
4086
  export declare interface WebhooksCreateOptionalParams extends coreClient.OperationOptions {
5079
4087
  /** Delay to wait until next poll, in milliseconds. */
@@ -5085,6 +4093,11 @@ export declare interface WebhooksCreateOptionalParams extends coreClient.Operati
5085
4093
  /** Contains response data for the create operation. */
5086
4094
  export declare type WebhooksCreateResponse = Webhook;
5087
4095
 
4096
+ /** Defines headers for Webhooks_delete operation. */
4097
+ export declare interface WebhooksDeleteHeaders {
4098
+ location?: string;
4099
+ }
4100
+
5088
4101
  /** Optional parameters. */
5089
4102
  export declare interface WebhooksDeleteOptionalParams extends coreClient.OperationOptions {
5090
4103
  /** Delay to wait until next poll, in milliseconds. */
@@ -5152,6 +4165,11 @@ export declare type WebhooksPingResponse = EventInfo;
5152
4165
  */
5153
4166
  export declare type WebhookStatus = string;
5154
4167
 
4168
+ /** Defines headers for Webhooks_update operation. */
4169
+ export declare interface WebhooksUpdateHeaders {
4170
+ azureAsyncOperation?: string;
4171
+ }
4172
+
5155
4173
  /** Optional parameters. */
5156
4174
  export declare interface WebhooksUpdateOptionalParams extends coreClient.OperationOptions {
5157
4175
  /** Delay to wait until next poll, in milliseconds. */