@azure/arm-containerregistry 10.1.1-alpha.20230918.1 → 11.0.0-alpha.20230920.2

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 (342) hide show
  1. package/CHANGELOG.md +347 -95
  2. package/README.md +1 -1
  3. package/dist/index.js +9587 -4023
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/samples-dev/archiveVersionsCreateSample.d.ts +2 -0
  8. package/dist-esm/samples-dev/archiveVersionsCreateSample.d.ts.map +1 -0
  9. package/dist-esm/samples-dev/archiveVersionsCreateSample.js +42 -0
  10. package/dist-esm/samples-dev/archiveVersionsCreateSample.js.map +1 -0
  11. package/dist-esm/samples-dev/archiveVersionsDeleteSample.d.ts +2 -0
  12. package/dist-esm/samples-dev/archiveVersionsDeleteSample.d.ts.map +1 -0
  13. package/dist-esm/samples-dev/archiveVersionsDeleteSample.js +42 -0
  14. package/dist-esm/samples-dev/archiveVersionsDeleteSample.js.map +1 -0
  15. package/dist-esm/samples-dev/archiveVersionsGetSample.d.ts +2 -0
  16. package/dist-esm/samples-dev/archiveVersionsGetSample.d.ts.map +1 -0
  17. package/dist-esm/samples-dev/archiveVersionsGetSample.js +42 -0
  18. package/dist-esm/samples-dev/archiveVersionsGetSample.js.map +1 -0
  19. package/dist-esm/samples-dev/archiveVersionsListSample.d.ts +2 -0
  20. package/dist-esm/samples-dev/archiveVersionsListSample.d.ts.map +1 -0
  21. package/dist-esm/samples-dev/archiveVersionsListSample.js +62 -0
  22. package/dist-esm/samples-dev/archiveVersionsListSample.js.map +1 -0
  23. package/dist-esm/samples-dev/archivesCreateSample.d.ts +2 -0
  24. package/dist-esm/samples-dev/archivesCreateSample.d.ts.map +1 -0
  25. package/dist-esm/samples-dev/archivesCreateSample.js +46 -0
  26. package/dist-esm/samples-dev/archivesCreateSample.js.map +1 -0
  27. package/dist-esm/samples-dev/archivesDeleteSample.d.ts +2 -0
  28. package/dist-esm/samples-dev/archivesDeleteSample.d.ts.map +1 -0
  29. package/dist-esm/samples-dev/archivesDeleteSample.js +41 -0
  30. package/dist-esm/samples-dev/archivesDeleteSample.js.map +1 -0
  31. package/dist-esm/samples-dev/archivesGetSample.d.ts +2 -0
  32. package/dist-esm/samples-dev/archivesGetSample.d.ts.map +1 -0
  33. package/dist-esm/samples-dev/archivesGetSample.js +41 -0
  34. package/dist-esm/samples-dev/archivesGetSample.js.map +1 -0
  35. package/dist-esm/samples-dev/archivesListSample.d.ts +2 -0
  36. package/dist-esm/samples-dev/archivesListSample.d.ts.map +1 -0
  37. package/dist-esm/samples-dev/archivesListSample.js +61 -0
  38. package/dist-esm/samples-dev/archivesListSample.js.map +1 -0
  39. package/dist-esm/samples-dev/archivesUpdateSample.d.ts +2 -0
  40. package/dist-esm/samples-dev/archivesUpdateSample.d.ts.map +1 -0
  41. package/dist-esm/samples-dev/archivesUpdateSample.js +44 -0
  42. package/dist-esm/samples-dev/archivesUpdateSample.js.map +1 -0
  43. package/dist-esm/samples-dev/cacheRulesCreateSample.d.ts +2 -0
  44. package/dist-esm/samples-dev/cacheRulesCreateSample.d.ts.map +1 -0
  45. package/dist-esm/samples-dev/cacheRulesCreateSample.js +45 -0
  46. package/dist-esm/samples-dev/cacheRulesCreateSample.js.map +1 -0
  47. package/dist-esm/samples-dev/cacheRulesDeleteSample.d.ts +2 -0
  48. package/dist-esm/samples-dev/cacheRulesDeleteSample.d.ts.map +1 -0
  49. package/dist-esm/samples-dev/cacheRulesDeleteSample.js +40 -0
  50. package/dist-esm/samples-dev/cacheRulesDeleteSample.js.map +1 -0
  51. package/dist-esm/samples-dev/cacheRulesGetSample.d.ts +2 -0
  52. package/dist-esm/samples-dev/cacheRulesGetSample.d.ts.map +1 -0
  53. package/dist-esm/samples-dev/cacheRulesGetSample.js +40 -0
  54. package/dist-esm/samples-dev/cacheRulesGetSample.js.map +1 -0
  55. package/dist-esm/samples-dev/cacheRulesListSample.d.ts +2 -0
  56. package/dist-esm/samples-dev/cacheRulesListSample.d.ts.map +1 -0
  57. package/dist-esm/samples-dev/cacheRulesListSample.js +60 -0
  58. package/dist-esm/samples-dev/cacheRulesListSample.js.map +1 -0
  59. package/dist-esm/samples-dev/cacheRulesUpdateSample.d.ts +2 -0
  60. package/dist-esm/samples-dev/cacheRulesUpdateSample.d.ts.map +1 -0
  61. package/dist-esm/samples-dev/cacheRulesUpdateSample.js +43 -0
  62. package/dist-esm/samples-dev/cacheRulesUpdateSample.js.map +1 -0
  63. package/dist-esm/samples-dev/connectedRegistriesCreateSample.d.ts +2 -0
  64. package/dist-esm/samples-dev/connectedRegistriesCreateSample.d.ts.map +1 -0
  65. package/dist-esm/samples-dev/connectedRegistriesCreateSample.js +55 -0
  66. package/dist-esm/samples-dev/connectedRegistriesCreateSample.js.map +1 -0
  67. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.d.ts +2 -0
  68. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.d.ts.map +1 -0
  69. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.js +40 -0
  70. package/dist-esm/samples-dev/connectedRegistriesDeactivateSample.js.map +1 -0
  71. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.d.ts +2 -0
  72. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.d.ts.map +1 -0
  73. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.js +40 -0
  74. package/dist-esm/samples-dev/connectedRegistriesDeleteSample.js.map +1 -0
  75. package/dist-esm/samples-dev/connectedRegistriesGetSample.d.ts +2 -0
  76. package/dist-esm/samples-dev/connectedRegistriesGetSample.d.ts.map +1 -0
  77. package/dist-esm/samples-dev/connectedRegistriesGetSample.js +40 -0
  78. package/dist-esm/samples-dev/connectedRegistriesGetSample.js.map +1 -0
  79. package/dist-esm/samples-dev/connectedRegistriesListSample.d.ts +2 -0
  80. package/dist-esm/samples-dev/connectedRegistriesListSample.d.ts.map +1 -0
  81. package/dist-esm/samples-dev/connectedRegistriesListSample.js +60 -0
  82. package/dist-esm/samples-dev/connectedRegistriesListSample.js.map +1 -0
  83. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.d.ts +2 -0
  84. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.d.ts.map +1 -0
  85. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.js +53 -0
  86. package/dist-esm/samples-dev/connectedRegistriesUpdateSample.js.map +1 -0
  87. package/dist-esm/samples-dev/credentialSetsCreateSample.d.ts +2 -0
  88. package/dist-esm/samples-dev/credentialSetsCreateSample.d.ts.map +1 -0
  89. package/dist-esm/samples-dev/credentialSetsCreateSample.js +51 -0
  90. package/dist-esm/samples-dev/credentialSetsCreateSample.js.map +1 -0
  91. package/dist-esm/samples-dev/credentialSetsDeleteSample.d.ts +2 -0
  92. package/dist-esm/samples-dev/credentialSetsDeleteSample.d.ts.map +1 -0
  93. package/dist-esm/samples-dev/credentialSetsDeleteSample.js +40 -0
  94. package/dist-esm/samples-dev/credentialSetsDeleteSample.js.map +1 -0
  95. package/dist-esm/samples-dev/credentialSetsGetSample.d.ts +2 -0
  96. package/dist-esm/samples-dev/credentialSetsGetSample.d.ts.map +1 -0
  97. package/dist-esm/samples-dev/credentialSetsGetSample.js +40 -0
  98. package/dist-esm/samples-dev/credentialSetsGetSample.js.map +1 -0
  99. package/dist-esm/samples-dev/credentialSetsListSample.d.ts +2 -0
  100. package/dist-esm/samples-dev/credentialSetsListSample.d.ts.map +1 -0
  101. package/dist-esm/samples-dev/credentialSetsListSample.js +60 -0
  102. package/dist-esm/samples-dev/credentialSetsListSample.js.map +1 -0
  103. package/dist-esm/samples-dev/credentialSetsUpdateSample.d.ts +2 -0
  104. package/dist-esm/samples-dev/credentialSetsUpdateSample.d.ts.map +1 -0
  105. package/dist-esm/samples-dev/credentialSetsUpdateSample.js +49 -0
  106. package/dist-esm/samples-dev/credentialSetsUpdateSample.js.map +1 -0
  107. package/dist-esm/samples-dev/exportPipelinesCreateSample.d.ts +2 -0
  108. package/dist-esm/samples-dev/exportPipelinesCreateSample.d.ts.map +1 -0
  109. package/dist-esm/samples-dev/exportPipelinesCreateSample.js +50 -0
  110. package/dist-esm/samples-dev/exportPipelinesCreateSample.js.map +1 -0
  111. package/dist-esm/samples-dev/exportPipelinesDeleteSample.d.ts +2 -0
  112. package/dist-esm/samples-dev/exportPipelinesDeleteSample.d.ts.map +1 -0
  113. package/dist-esm/samples-dev/exportPipelinesDeleteSample.js +40 -0
  114. package/dist-esm/samples-dev/exportPipelinesDeleteSample.js.map +1 -0
  115. package/dist-esm/samples-dev/exportPipelinesGetSample.d.ts +2 -0
  116. package/dist-esm/samples-dev/exportPipelinesGetSample.d.ts.map +1 -0
  117. package/dist-esm/samples-dev/exportPipelinesGetSample.js +40 -0
  118. package/dist-esm/samples-dev/exportPipelinesGetSample.js.map +1 -0
  119. package/dist-esm/samples-dev/exportPipelinesListSample.d.ts +2 -0
  120. package/dist-esm/samples-dev/exportPipelinesListSample.d.ts.map +1 -0
  121. package/dist-esm/samples-dev/exportPipelinesListSample.js +60 -0
  122. package/dist-esm/samples-dev/exportPipelinesListSample.js.map +1 -0
  123. package/dist-esm/samples-dev/importPipelinesCreateSample.d.ts +2 -0
  124. package/dist-esm/samples-dev/importPipelinesCreateSample.d.ts.map +1 -0
  125. package/dist-esm/samples-dev/importPipelinesCreateSample.js +55 -0
  126. package/dist-esm/samples-dev/importPipelinesCreateSample.js.map +1 -0
  127. package/dist-esm/samples-dev/importPipelinesDeleteSample.d.ts +2 -0
  128. package/dist-esm/samples-dev/importPipelinesDeleteSample.d.ts.map +1 -0
  129. package/dist-esm/samples-dev/importPipelinesDeleteSample.js +40 -0
  130. package/dist-esm/samples-dev/importPipelinesDeleteSample.js.map +1 -0
  131. package/dist-esm/samples-dev/importPipelinesGetSample.d.ts +2 -0
  132. package/dist-esm/samples-dev/importPipelinesGetSample.d.ts.map +1 -0
  133. package/dist-esm/samples-dev/importPipelinesGetSample.js +40 -0
  134. package/dist-esm/samples-dev/importPipelinesGetSample.js.map +1 -0
  135. package/dist-esm/samples-dev/importPipelinesListSample.d.ts +2 -0
  136. package/dist-esm/samples-dev/importPipelinesListSample.d.ts.map +1 -0
  137. package/dist-esm/samples-dev/importPipelinesListSample.js +60 -0
  138. package/dist-esm/samples-dev/importPipelinesListSample.js.map +1 -0
  139. package/dist-esm/samples-dev/operationsListSample.js +1 -1
  140. package/dist-esm/samples-dev/pipelineRunsCreateSample.d.ts +2 -0
  141. package/dist-esm/samples-dev/pipelineRunsCreateSample.d.ts.map +1 -0
  142. package/dist-esm/samples-dev/pipelineRunsCreateSample.js +78 -0
  143. package/dist-esm/samples-dev/pipelineRunsCreateSample.js.map +1 -0
  144. package/dist-esm/samples-dev/pipelineRunsDeleteSample.d.ts +2 -0
  145. package/dist-esm/samples-dev/pipelineRunsDeleteSample.d.ts.map +1 -0
  146. package/dist-esm/samples-dev/pipelineRunsDeleteSample.js +40 -0
  147. package/dist-esm/samples-dev/pipelineRunsDeleteSample.js.map +1 -0
  148. package/dist-esm/samples-dev/pipelineRunsGetSample.d.ts +2 -0
  149. package/dist-esm/samples-dev/pipelineRunsGetSample.d.ts.map +1 -0
  150. package/dist-esm/samples-dev/pipelineRunsGetSample.js +40 -0
  151. package/dist-esm/samples-dev/pipelineRunsGetSample.js.map +1 -0
  152. package/dist-esm/samples-dev/pipelineRunsListSample.d.ts +2 -0
  153. package/dist-esm/samples-dev/pipelineRunsListSample.d.ts.map +1 -0
  154. package/dist-esm/samples-dev/pipelineRunsListSample.js +60 -0
  155. package/dist-esm/samples-dev/pipelineRunsListSample.js.map +1 -0
  156. package/dist-esm/samples-dev/privateEndpointConnectionsCreateOrUpdateSample.js +1 -1
  157. package/dist-esm/samples-dev/privateEndpointConnectionsDeleteSample.js +1 -1
  158. package/dist-esm/samples-dev/privateEndpointConnectionsGetSample.js +1 -1
  159. package/dist-esm/samples-dev/privateEndpointConnectionsListSample.js +1 -1
  160. package/dist-esm/samples-dev/registriesCheckNameAvailabilitySample.js +2 -2
  161. package/dist-esm/samples-dev/registriesCreateSample.js +2 -2
  162. package/dist-esm/samples-dev/registriesDeleteSample.js +1 -1
  163. package/dist-esm/samples-dev/registriesGenerateCredentialsSample.js +1 -1
  164. package/dist-esm/samples-dev/registriesGetPrivateLinkResourceSample.js +1 -1
  165. package/dist-esm/samples-dev/registriesGetSample.js +1 -1
  166. package/dist-esm/samples-dev/registriesImportImageSample.js +3 -3
  167. package/dist-esm/samples-dev/registriesListByResourceGroupSample.js +1 -1
  168. package/dist-esm/samples-dev/registriesListCredentialsSample.js +1 -1
  169. package/dist-esm/samples-dev/registriesListPrivateLinkResourcesSample.js +1 -1
  170. package/dist-esm/samples-dev/registriesListSample.js +1 -1
  171. package/dist-esm/samples-dev/registriesListUsagesSample.js +1 -1
  172. package/dist-esm/samples-dev/registriesRegenerateCredentialSample.js +1 -1
  173. package/dist-esm/samples-dev/registriesUpdateSample.js +1 -1
  174. package/dist-esm/samples-dev/replicationsCreateSample.js +2 -2
  175. package/dist-esm/samples-dev/replicationsDeleteSample.js +1 -1
  176. package/dist-esm/samples-dev/replicationsGetSample.js +1 -1
  177. package/dist-esm/samples-dev/replicationsListSample.js +1 -1
  178. package/dist-esm/samples-dev/replicationsUpdateSample.js +1 -1
  179. package/dist-esm/samples-dev/scopeMapsCreateSample.js +1 -1
  180. package/dist-esm/samples-dev/scopeMapsDeleteSample.js +1 -1
  181. package/dist-esm/samples-dev/scopeMapsGetSample.js +1 -1
  182. package/dist-esm/samples-dev/scopeMapsListSample.js +1 -1
  183. package/dist-esm/samples-dev/scopeMapsUpdateSample.js +1 -1
  184. package/dist-esm/samples-dev/tokensCreateSample.js +1 -1
  185. package/dist-esm/samples-dev/tokensDeleteSample.js +1 -1
  186. package/dist-esm/samples-dev/tokensGetSample.js +1 -1
  187. package/dist-esm/samples-dev/tokensListSample.js +1 -1
  188. package/dist-esm/samples-dev/tokensUpdateSample.js +1 -1
  189. package/dist-esm/samples-dev/webhooksCreateSample.js +2 -4
  190. package/dist-esm/samples-dev/webhooksCreateSample.js.map +1 -1
  191. package/dist-esm/samples-dev/webhooksDeleteSample.js +1 -1
  192. package/dist-esm/samples-dev/webhooksGetCallbackConfigSample.js +1 -1
  193. package/dist-esm/samples-dev/webhooksGetSample.js +1 -1
  194. package/dist-esm/samples-dev/webhooksListEventsSample.js +1 -1
  195. package/dist-esm/samples-dev/webhooksListSample.js +1 -1
  196. package/dist-esm/samples-dev/webhooksPingSample.js +1 -1
  197. package/dist-esm/samples-dev/webhooksUpdateSample.js +2 -4
  198. package/dist-esm/samples-dev/webhooksUpdateSample.js.map +1 -1
  199. package/dist-esm/src/containerRegistryManagementClient.d.ts +9 -1
  200. package/dist-esm/src/containerRegistryManagementClient.d.ts.map +1 -1
  201. package/dist-esm/src/containerRegistryManagementClient.js +10 -2
  202. package/dist-esm/src/containerRegistryManagementClient.js.map +1 -1
  203. package/dist-esm/src/models/index.d.ts +1407 -173
  204. package/dist-esm/src/models/index.d.ts.map +1 -1
  205. package/dist-esm/src/models/index.js +162 -36
  206. package/dist-esm/src/models/index.js.map +1 -1
  207. package/dist-esm/src/models/mappers.d.ts +78 -7
  208. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  209. package/dist-esm/src/models/mappers.js +3402 -1636
  210. package/dist-esm/src/models/mappers.js.map +1 -1
  211. package/dist-esm/src/models/parameters.d.ts +25 -5
  212. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  213. package/dist-esm/src/models/parameters.js +208 -29
  214. package/dist-esm/src/models/parameters.js.map +1 -1
  215. package/dist-esm/src/operations/agentPools.js +11 -11
  216. package/dist-esm/src/operations/agentPools.js.map +1 -1
  217. package/dist-esm/src/operations/archiveVersions.d.ts +95 -0
  218. package/dist-esm/src/operations/archiveVersions.d.ts.map +1 -0
  219. package/dist-esm/src/operations/archiveVersions.js +421 -0
  220. package/dist-esm/src/operations/archiveVersions.js.map +1 -0
  221. package/dist-esm/src/operations/archives.d.ts +99 -0
  222. package/dist-esm/src/operations/archives.d.ts.map +1 -0
  223. package/dist-esm/src/operations/archives.js +441 -0
  224. package/dist-esm/src/operations/archives.js.map +1 -0
  225. package/dist-esm/src/operations/cacheRules.d.ts +99 -0
  226. package/dist-esm/src/operations/cacheRules.d.ts.map +1 -0
  227. package/dist-esm/src/operations/cacheRules.js +476 -0
  228. package/dist-esm/src/operations/cacheRules.js.map +1 -0
  229. package/dist-esm/src/operations/connectedRegistries.d.ts +115 -0
  230. package/dist-esm/src/operations/connectedRegistries.d.ts.map +1 -0
  231. package/dist-esm/src/operations/connectedRegistries.js +549 -0
  232. package/dist-esm/src/operations/connectedRegistries.js.map +1 -0
  233. package/dist-esm/src/operations/credentialSets.d.ts +99 -0
  234. package/dist-esm/src/operations/credentialSets.d.ts.map +1 -0
  235. package/dist-esm/src/operations/credentialSets.js +476 -0
  236. package/dist-esm/src/operations/credentialSets.js.map +1 -0
  237. package/dist-esm/src/operations/exportPipelines.d.ts +81 -0
  238. package/dist-esm/src/operations/exportPipelines.d.ts.map +1 -0
  239. package/dist-esm/src/operations/exportPipelines.js +369 -0
  240. package/dist-esm/src/operations/exportPipelines.js.map +1 -0
  241. package/dist-esm/src/operations/importPipelines.d.ts +81 -0
  242. package/dist-esm/src/operations/importPipelines.d.ts.map +1 -0
  243. package/dist-esm/src/operations/importPipelines.js +369 -0
  244. package/dist-esm/src/operations/importPipelines.js.map +1 -0
  245. package/dist-esm/src/operations/index.d.ts +8 -0
  246. package/dist-esm/src/operations/index.d.ts.map +1 -1
  247. package/dist-esm/src/operations/index.js +8 -0
  248. package/dist-esm/src/operations/index.js.map +1 -1
  249. package/dist-esm/src/operations/pipelineRuns.d.ts +81 -0
  250. package/dist-esm/src/operations/pipelineRuns.d.ts.map +1 -0
  251. package/dist-esm/src/operations/pipelineRuns.js +369 -0
  252. package/dist-esm/src/operations/pipelineRuns.js.map +1 -0
  253. package/dist-esm/src/operations/privateEndpointConnections.js +1 -1
  254. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
  255. package/dist-esm/src/operations/registries.js +8 -8
  256. package/dist-esm/src/operations/registries.js.map +1 -1
  257. package/dist-esm/src/operations/replications.js +2 -2
  258. package/dist-esm/src/operations/replications.js.map +1 -1
  259. package/dist-esm/src/operations/runs.js +10 -10
  260. package/dist-esm/src/operations/runs.js.map +1 -1
  261. package/dist-esm/src/operations/scopeMaps.js +2 -2
  262. package/dist-esm/src/operations/scopeMaps.js.map +1 -1
  263. package/dist-esm/src/operations/taskRuns.js +11 -11
  264. package/dist-esm/src/operations/taskRuns.js.map +1 -1
  265. package/dist-esm/src/operations/tasks.js +11 -11
  266. package/dist-esm/src/operations/tasks.js.map +1 -1
  267. package/dist-esm/src/operations/tokens.js +2 -2
  268. package/dist-esm/src/operations/tokens.js.map +1 -1
  269. package/dist-esm/src/operations/webhooks.js +2 -2
  270. package/dist-esm/src/operations/webhooks.js.map +1 -1
  271. package/dist-esm/src/operationsInterfaces/archiveVersions.d.ts +66 -0
  272. package/dist-esm/src/operationsInterfaces/archiveVersions.d.ts.map +1 -0
  273. package/dist-esm/src/operationsInterfaces/archiveVersions.js +9 -0
  274. package/dist-esm/src/operationsInterfaces/archiveVersions.js.map +1 -0
  275. package/dist-esm/src/operationsInterfaces/archives.d.ts +72 -0
  276. package/dist-esm/src/operationsInterfaces/archives.d.ts.map +1 -0
  277. package/dist-esm/src/operationsInterfaces/archives.js +9 -0
  278. package/dist-esm/src/operationsInterfaces/archives.js.map +1 -0
  279. package/dist-esm/src/operationsInterfaces/cacheRules.d.ts +74 -0
  280. package/dist-esm/src/operationsInterfaces/cacheRules.d.ts.map +1 -0
  281. package/dist-esm/src/operationsInterfaces/cacheRules.js +9 -0
  282. package/dist-esm/src/operationsInterfaces/cacheRules.js.map +1 -0
  283. package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts +90 -0
  284. package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts.map +1 -0
  285. package/dist-esm/src/operationsInterfaces/connectedRegistries.js +9 -0
  286. package/dist-esm/src/operationsInterfaces/connectedRegistries.js.map +1 -0
  287. package/dist-esm/src/operationsInterfaces/credentialSets.d.ts +74 -0
  288. package/dist-esm/src/operationsInterfaces/credentialSets.d.ts.map +1 -0
  289. package/dist-esm/src/operationsInterfaces/credentialSets.js +9 -0
  290. package/dist-esm/src/operationsInterfaces/credentialSets.js.map +1 -0
  291. package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts +56 -0
  292. package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts.map +1 -0
  293. package/dist-esm/src/operationsInterfaces/exportPipelines.js +9 -0
  294. package/dist-esm/src/operationsInterfaces/exportPipelines.js.map +1 -0
  295. package/dist-esm/src/operationsInterfaces/importPipelines.d.ts +56 -0
  296. package/dist-esm/src/operationsInterfaces/importPipelines.d.ts.map +1 -0
  297. package/dist-esm/src/operationsInterfaces/importPipelines.js +9 -0
  298. package/dist-esm/src/operationsInterfaces/importPipelines.js.map +1 -0
  299. package/dist-esm/src/operationsInterfaces/index.d.ts +8 -0
  300. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  301. package/dist-esm/src/operationsInterfaces/index.js +8 -0
  302. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  303. package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts +56 -0
  304. package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts.map +1 -0
  305. package/dist-esm/src/operationsInterfaces/pipelineRuns.js +9 -0
  306. package/dist-esm/src/operationsInterfaces/pipelineRuns.js.map +1 -0
  307. package/package.json +7 -7
  308. package/review/arm-containerregistry.api.md +1090 -25
  309. package/src/containerRegistryManagementClient.ts +33 -1
  310. package/src/models/index.ts +2084 -642
  311. package/src/models/mappers.ts +4223 -2319
  312. package/src/models/parameters.ts +240 -30
  313. package/src/operations/agentPools.ts +11 -11
  314. package/src/operations/archiveVersions.ts +600 -0
  315. package/src/operations/archives.ts +621 -0
  316. package/src/operations/cacheRules.ts +661 -0
  317. package/src/operations/connectedRegistries.ts +757 -0
  318. package/src/operations/credentialSets.ts +661 -0
  319. package/src/operations/exportPipelines.ts +500 -0
  320. package/src/operations/importPipelines.ts +500 -0
  321. package/src/operations/index.ts +8 -0
  322. package/src/operations/pipelineRuns.ts +500 -0
  323. package/src/operations/privateEndpointConnections.ts +1 -1
  324. package/src/operations/registries.ts +8 -8
  325. package/src/operations/replications.ts +2 -2
  326. package/src/operations/runs.ts +10 -10
  327. package/src/operations/scopeMaps.ts +2 -2
  328. package/src/operations/taskRuns.ts +11 -11
  329. package/src/operations/tasks.ts +11 -11
  330. package/src/operations/tokens.ts +2 -2
  331. package/src/operations/webhooks.ts +2 -2
  332. package/src/operationsInterfaces/archiveVersions.ts +135 -0
  333. package/src/operationsInterfaces/archives.ts +147 -0
  334. package/src/operationsInterfaces/cacheRules.ts +153 -0
  335. package/src/operationsInterfaces/connectedRegistries.ts +174 -0
  336. package/src/operationsInterfaces/credentialSets.ts +153 -0
  337. package/src/operationsInterfaces/exportPipelines.ts +109 -0
  338. package/src/operationsInterfaces/importPipelines.ts +109 -0
  339. package/src/operationsInterfaces/index.ts +8 -0
  340. package/src/operationsInterfaces/pipelineRuns.ts +109 -0
  341. package/types/arm-containerregistry.d.ts +2019 -71
  342. package/types/tsdoc-metadata.json +1 -1
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Lists the login credentials for the specified container registry.
17
17
  *
18
18
  * @summary Lists the login credentials for the specified container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/RegistryListCredentials.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/RegistryListCredentials.json
20
20
  */
21
21
  function registryListCredentials() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Lists the private link resources for a container registry.
17
17
  *
18
18
  * @summary Lists the private link resources for a container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/RegistryListPrivateLinkResources.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/RegistryListPrivateLinkResources.json
20
20
  */
21
21
  function registryListPrivateLinkResources() {
22
22
  var _a, e_1, _b, _c;
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Lists all the container registries under the specified subscription.
17
17
  *
18
18
  * @summary Lists all the container registries under the specified subscription.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/RegistryList.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/RegistryList.json
20
20
  */
21
21
  function registryList() {
22
22
  var _a, e_1, _b, _c;
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Gets the quota usages for the specified container registry.
17
17
  *
18
18
  * @summary Gets the quota usages for the specified container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/RegistryListUsages.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/RegistryListUsages.json
20
20
  */
21
21
  function registryListUsages() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Regenerates one of the login credentials for the specified container registry.
17
17
  *
18
18
  * @summary Regenerates one of the login credentials for the specified container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/RegistryRegenerateCredential.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/RegistryRegenerateCredential.json
20
20
  */
21
21
  function registryRegenerateCredential() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Updates a container registry with the specified parameters.
17
17
  *
18
18
  * @summary Updates a container registry with the specified parameters.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/RegistryUpdate.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/RegistryUpdate.json
20
20
  */
21
21
  function registryUpdate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Creates a replication for a container registry with the specified parameters.
17
17
  *
18
18
  * @summary Creates a replication for a container registry with the specified parameters.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/ReplicationCreate.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/ReplicationCreate.json
20
20
  */
21
21
  function replicationCreate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -39,7 +39,7 @@ function replicationCreate() {
39
39
  * This sample demonstrates how to Creates a replication for a container registry with the specified parameters.
40
40
  *
41
41
  * @summary Creates a replication for a container registry with the specified parameters.
42
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/ReplicationCreateZoneRedundant.json
42
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/ReplicationCreateZoneRedundant.json
43
43
  */
44
44
  function replicationCreateZoneRedundant() {
45
45
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Deletes a replication from a container registry.
17
17
  *
18
18
  * @summary Deletes a replication from a container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/ReplicationDelete.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/ReplicationDelete.json
20
20
  */
21
21
  function replicationDelete() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Gets the properties of the specified replication.
17
17
  *
18
18
  * @summary Gets the properties of the specified replication.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/ReplicationGet.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/ReplicationGet.json
20
20
  */
21
21
  function replicationGet() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Lists all the replications for the specified container registry.
17
17
  *
18
18
  * @summary Lists all the replications for the specified container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/ReplicationList.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/ReplicationList.json
20
20
  */
21
21
  function replicationList() {
22
22
  var _a, e_1, _b, _c;
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Updates a replication for a container registry with the specified parameters.
17
17
  *
18
18
  * @summary Updates a replication for a container registry with the specified parameters.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/ReplicationUpdate.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/ReplicationUpdate.json
20
20
  */
21
21
  function replicationUpdate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Creates a scope map for a container registry with the specified parameters.
17
17
  *
18
18
  * @summary Creates a scope map for a container registry with the specified parameters.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/ScopeMapCreate.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/ScopeMapCreate.json
20
20
  */
21
21
  function scopeMapCreate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Deletes a scope map from a container registry.
17
17
  *
18
18
  * @summary Deletes a scope map from a container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/ScopeMapDelete.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/ScopeMapDelete.json
20
20
  */
21
21
  function scopeMapDelete() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Gets the properties of the specified scope map.
17
17
  *
18
18
  * @summary Gets the properties of the specified scope map.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/ScopeMapGet.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/ScopeMapGet.json
20
20
  */
21
21
  function scopeMapGet() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Lists all the scope maps for the specified container registry.
17
17
  *
18
18
  * @summary Lists all the scope maps for the specified container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/ScopeMapList.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/ScopeMapList.json
20
20
  */
21
21
  function scopeMapList() {
22
22
  var _a, e_1, _b, _c;
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Updates a scope map with the specified parameters.
17
17
  *
18
18
  * @summary Updates a scope map with the specified parameters.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/ScopeMapUpdate.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/ScopeMapUpdate.json
20
20
  */
21
21
  function scopeMapUpdate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Creates a token for a container registry with the specified parameters.
17
17
  *
18
18
  * @summary Creates a token for a container registry with the specified parameters.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/TokenCreate.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/TokenCreate.json
20
20
  */
21
21
  function tokenCreate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Deletes a token from a container registry.
17
17
  *
18
18
  * @summary Deletes a token from a container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/TokenDelete.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/TokenDelete.json
20
20
  */
21
21
  function tokenDelete() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Gets the properties of the specified token.
17
17
  *
18
18
  * @summary Gets the properties of the specified token.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/TokenGet.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/TokenGet.json
20
20
  */
21
21
  function tokenGet() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Lists all the tokens for the specified container registry.
17
17
  *
18
18
  * @summary Lists all the tokens for the specified container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/TokenList.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/TokenList.json
20
20
  */
21
21
  function tokenList() {
22
22
  var _a, e_1, _b, _c;
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Updates a token with the specified parameters.
17
17
  *
18
18
  * @summary Updates a token with the specified parameters.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/TokenUpdate.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/TokenUpdate.json
20
20
  */
21
21
  function tokenUpdate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Creates a webhook for a container registry with the specified parameters.
17
17
  *
18
18
  * @summary Creates a webhook for a container registry with the specified parameters.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/WebhookCreate.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/WebhookCreate.json
20
20
  */
21
21
  function webhookCreate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -27,9 +27,7 @@ function webhookCreate() {
27
27
  const webhookName = "myWebhook";
28
28
  const webhookCreateParameters = {
29
29
  actions: ["push"],
30
- customHeaders: {
31
- authorization: "******"
32
- },
30
+ customHeaders: { authorization: "******" },
33
31
  location: "westus",
34
32
  scope: "myRepository",
35
33
  serviceUri: "http://myservice.com",
@@ -1 +1 @@
1
- {"version":3,"file":"webhooksCreateSample.js","sourceRoot":"","sources":["../../samples-dev/webhooksCreateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,iCAAiC,EAClC,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,aAAa;;QAC1B,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,mCAAmC,CAAC;YAChD,sCAAsC,CAAC;QACzC,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,kCAAkC,CAAC,IAAI,iBAAiB,CAAC;QACvE,MAAM,YAAY,GAAG,YAAY,CAAC;QAClC,MAAM,WAAW,GAAG,WAAW,CAAC;QAChC,MAAM,uBAAuB,GAA4B;YACvD,OAAO,EAAE,CAAC,MAAM,CAAC;YACjB,aAAa,EAAE;gBACb,aAAa,EAAE,QAAQ;aACxB;YACD,QAAQ,EAAE,QAAQ;YAClB,KAAK,EAAE,cAAc;YACrB,UAAU,EAAE,sBAAsB;YAClC,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,EAAE,GAAG,EAAE,OAAO,EAAE;SACvB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,kBAAkB,CACrD,iBAAiB,EACjB,YAAY,EACZ,WAAW,EACX,uBAAuB,CACxB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,aAAa,EAAE,CAAC;IAClB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
1
+ {"version":3,"file":"webhooksCreateSample.js","sourceRoot":"","sources":["../../samples-dev/webhooksCreateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,iCAAiC,EAClC,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,aAAa;;QAC1B,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,mCAAmC,CAAC;YAChD,sCAAsC,CAAC;QACzC,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,kCAAkC,CAAC,IAAI,iBAAiB,CAAC;QACvE,MAAM,YAAY,GAAG,YAAY,CAAC;QAClC,MAAM,WAAW,GAAG,WAAW,CAAC;QAChC,MAAM,uBAAuB,GAA4B;YACvD,OAAO,EAAE,CAAC,MAAM,CAAC;YACjB,aAAa,EAAE,EAAE,aAAa,EAAE,QAAQ,EAAE;YAC1C,QAAQ,EAAE,QAAQ;YAClB,KAAK,EAAE,cAAc;YACrB,UAAU,EAAE,sBAAsB;YAClC,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,EAAE,GAAG,EAAE,OAAO,EAAE;SACvB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,kBAAkB,CACrD,iBAAiB,EACjB,YAAY,EACZ,WAAW,EACX,uBAAuB,CACxB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,aAAa,EAAE,CAAC;IAClB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Deletes a webhook from a container registry.
17
17
  *
18
18
  * @summary Deletes a webhook from a container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/WebhookDelete.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/WebhookDelete.json
20
20
  */
21
21
  function webhookDelete() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Gets the configuration of service URI and custom headers for the webhook.
17
17
  *
18
18
  * @summary Gets the configuration of service URI and custom headers for the webhook.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/WebhookGetCallbackConfig.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/WebhookGetCallbackConfig.json
20
20
  */
21
21
  function webhookGetCallbackConfig() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Gets the properties of the specified webhook.
17
17
  *
18
18
  * @summary Gets the properties of the specified webhook.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/WebhookGet.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/WebhookGet.json
20
20
  */
21
21
  function webhookGet() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Lists recent events for the specified webhook.
17
17
  *
18
18
  * @summary Lists recent events for the specified webhook.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/WebhookListEvents.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/WebhookListEvents.json
20
20
  */
21
21
  function webhookListEvents() {
22
22
  var _a, e_1, _b, _c;
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Lists all the webhooks for the specified container registry.
17
17
  *
18
18
  * @summary Lists all the webhooks for the specified container registry.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/WebhookList.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/WebhookList.json
20
20
  */
21
21
  function webhookList() {
22
22
  var _a, e_1, _b, _c;
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Triggers a ping event to be sent to the webhook.
17
17
  *
18
18
  * @summary Triggers a ping event to be sent to the webhook.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/WebhookPing.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/WebhookPing.json
20
20
  */
21
21
  function webhookPing() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -16,7 +16,7 @@ dotenv.config();
16
16
  * This sample demonstrates how to Updates a webhook with the specified parameters.
17
17
  *
18
18
  * @summary Updates a webhook with the specified parameters.
19
- * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/stable/2022-12-01/examples/WebhookUpdate.json
19
+ * x-ms-original-file: specification/containerregistry/resource-manager/Microsoft.ContainerRegistry/preview/2023-08-01-preview/examples/WebhookUpdate.json
20
20
  */
21
21
  function webhookUpdate() {
22
22
  return __awaiter(this, void 0, void 0, function* () {
@@ -27,9 +27,7 @@ function webhookUpdate() {
27
27
  const webhookName = "myWebhook";
28
28
  const webhookUpdateParameters = {
29
29
  actions: ["push"],
30
- customHeaders: {
31
- authorization: "******"
32
- },
30
+ customHeaders: { authorization: "******" },
33
31
  scope: "myRepository",
34
32
  serviceUri: "http://myservice.com",
35
33
  status: "enabled",
@@ -1 +1 @@
1
- {"version":3,"file":"webhooksUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/webhooksUpdateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,iCAAiC,EAClC,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,aAAa;;QAC1B,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,mCAAmC,CAAC;YAChD,sCAAsC,CAAC;QACzC,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,kCAAkC,CAAC,IAAI,iBAAiB,CAAC;QACvE,MAAM,YAAY,GAAG,YAAY,CAAC;QAClC,MAAM,WAAW,GAAG,WAAW,CAAC;QAChC,MAAM,uBAAuB,GAA4B;YACvD,OAAO,EAAE,CAAC,MAAM,CAAC;YACjB,aAAa,EAAE;gBACb,aAAa,EAAE,QAAQ;aACxB;YACD,KAAK,EAAE,cAAc;YACrB,UAAU,EAAE,sBAAsB;YAClC,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,EAAE,GAAG,EAAE,OAAO,EAAE;SACvB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,kBAAkB,CACrD,iBAAiB,EACjB,YAAY,EACZ,WAAW,EACX,uBAAuB,CACxB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,aAAa,EAAE,CAAC;IAClB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
1
+ {"version":3,"file":"webhooksUpdateSample.js","sourceRoot":"","sources":["../../samples-dev/webhooksUpdateSample.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAEH,uCAAuC;AACvC,kCAAkC;AAClC,OAAO,EAEL,iCAAiC,EAClC,MAAM,8BAA8B,CAAC;AACtC,OAAO,EAAE,sBAAsB,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,KAAK,MAAM,MAAM,QAAQ,CAAC;AAEjC,MAAM,CAAC,MAAM,EAAE,CAAC;AAEhB;;;;;GAKG;AACH,SAAe,aAAa;;QAC1B,MAAM,cAAc,GAClB,OAAO,CAAC,GAAG,CAAC,mCAAmC,CAAC;YAChD,sCAAsC,CAAC;QACzC,MAAM,iBAAiB,GACrB,OAAO,CAAC,GAAG,CAAC,kCAAkC,CAAC,IAAI,iBAAiB,CAAC;QACvE,MAAM,YAAY,GAAG,YAAY,CAAC;QAClC,MAAM,WAAW,GAAG,WAAW,CAAC;QAChC,MAAM,uBAAuB,GAA4B;YACvD,OAAO,EAAE,CAAC,MAAM,CAAC;YACjB,aAAa,EAAE,EAAE,aAAa,EAAE,QAAQ,EAAE;YAC1C,KAAK,EAAE,cAAc;YACrB,UAAU,EAAE,sBAAsB;YAClC,MAAM,EAAE,SAAS;YACjB,IAAI,EAAE,EAAE,GAAG,EAAE,OAAO,EAAE;SACvB,CAAC;QACF,MAAM,UAAU,GAAG,IAAI,sBAAsB,EAAE,CAAC;QAChD,MAAM,MAAM,GAAG,IAAI,iCAAiC,CAClD,UAAU,EACV,cAAc,CACf,CAAC;QACF,MAAM,MAAM,GAAG,MAAM,MAAM,CAAC,QAAQ,CAAC,kBAAkB,CACrD,iBAAiB,EACjB,YAAY,EACZ,WAAW,EACX,uBAAuB,CACxB,CAAC;QACF,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;IACtB,CAAC;CAAA;AAED,SAAe,IAAI;;QACjB,aAAa,EAAE,CAAC;IAClB,CAAC;CAAA;AAED,IAAI,EAAE,CAAC,KAAK,CAAC,OAAO,CAAC,KAAK,CAAC,CAAC"}
@@ -1,6 +1,6 @@
1
1
  import * as coreClient from "@azure/core-client";
2
2
  import * as coreAuth from "@azure/core-auth";
3
- import { Registries, Operations, PrivateEndpointConnections, Replications, ScopeMaps, Tokens, Webhooks, AgentPools, Runs, TaskRuns, Tasks } from "./operationsInterfaces";
3
+ import { Archives, ArchiveVersions, CacheRules, ConnectedRegistries, CredentialSets, ExportPipelines, Registries, ImportPipelines, Operations, PipelineRuns, PrivateEndpointConnections, Replications, ScopeMaps, Tokens, Webhooks, AgentPools, Runs, TaskRuns, Tasks } from "./operationsInterfaces";
4
4
  import { ContainerRegistryManagementClientOptionalParams } from "./models";
5
5
  export declare class ContainerRegistryManagementClient extends coreClient.ServiceClient {
6
6
  $host: string;
@@ -12,8 +12,16 @@ export declare class ContainerRegistryManagementClient extends coreClient.Servic
12
12
  * @param options The parameter options
13
13
  */
14
14
  constructor(credentials: coreAuth.TokenCredential, subscriptionId: string, options?: ContainerRegistryManagementClientOptionalParams);
15
+ archives: Archives;
16
+ archiveVersions: ArchiveVersions;
17
+ cacheRules: CacheRules;
18
+ connectedRegistries: ConnectedRegistries;
19
+ credentialSets: CredentialSets;
20
+ exportPipelines: ExportPipelines;
15
21
  registries: Registries;
22
+ importPipelines: ImportPipelines;
16
23
  operations: Operations;
24
+ pipelineRuns: PipelineRuns;
17
25
  privateEndpointConnections: PrivateEndpointConnections;
18
26
  replications: Replications;
19
27
  scopeMaps: ScopeMaps;
@@ -1 +1 @@
1
- {"version":3,"file":"containerRegistryManagementClient.d.ts","sourceRoot":"","sources":["../../src/containerRegistryManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAc7C,OAAO,EACL,UAAU,EACV,UAAU,EACV,0BAA0B,EAC1B,YAAY,EACZ,SAAS,EACT,MAAM,EACN,QAAQ,EACR,UAAU,EACV,IAAI,EACJ,QAAQ,EACR,KAAK,EACN,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,+CAA+C,EAAE,MAAM,UAAU,CAAC;AAE3E,qBAAa,iCAAkC,SAAQ,UAAU,CAAC,aAAa;IAC7E,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,+CAA+C;IAoF3D,UAAU,EAAE,UAAU,CAAC;IACvB,UAAU,EAAE,UAAU,CAAC;IACvB,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,YAAY,EAAE,YAAY,CAAC;IAC3B,SAAS,EAAE,SAAS,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,QAAQ,CAAC;IACnB,UAAU,EAAE,UAAU,CAAC;IACvB,IAAI,EAAE,IAAI,CAAC;IACX,QAAQ,EAAE,QAAQ,CAAC;IACnB,KAAK,EAAE,KAAK,CAAC;CACd"}
1
+ {"version":3,"file":"containerRegistryManagementClient.d.ts","sourceRoot":"","sources":["../../src/containerRegistryManagementClient.ts"],"names":[],"mappings":"AAQA,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AAEjD,OAAO,KAAK,QAAQ,MAAM,kBAAkB,CAAC;AAsB7C,OAAO,EACL,QAAQ,EACR,eAAe,EACf,UAAU,EACV,mBAAmB,EACnB,cAAc,EACd,eAAe,EACf,UAAU,EACV,eAAe,EACf,UAAU,EACV,YAAY,EACZ,0BAA0B,EAC1B,YAAY,EACZ,SAAS,EACT,MAAM,EACN,QAAQ,EACR,UAAU,EACV,IAAI,EACJ,QAAQ,EACR,KAAK,EACN,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,+CAA+C,EAAE,MAAM,UAAU,CAAC;AAE3E,qBAAa,iCAAkC,SAAQ,UAAU,CAAC,aAAa;IAC7E,KAAK,EAAE,MAAM,CAAC;IACd,cAAc,EAAE,MAAM,CAAC;IAEvB;;;;;OAKG;gBAED,WAAW,EAAE,QAAQ,CAAC,eAAe,EACrC,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,+CAA+C;IA4F3D,QAAQ,EAAE,QAAQ,CAAC;IACnB,eAAe,EAAE,eAAe,CAAC;IACjC,UAAU,EAAE,UAAU,CAAC;IACvB,mBAAmB,EAAE,mBAAmB,CAAC;IACzC,cAAc,EAAE,cAAc,CAAC;IAC/B,eAAe,EAAE,eAAe,CAAC;IACjC,UAAU,EAAE,UAAU,CAAC;IACvB,eAAe,EAAE,eAAe,CAAC;IACjC,UAAU,EAAE,UAAU,CAAC;IACvB,YAAY,EAAE,YAAY,CAAC;IAC3B,0BAA0B,EAAE,0BAA0B,CAAC;IACvD,YAAY,EAAE,YAAY,CAAC;IAC3B,SAAS,EAAE,SAAS,CAAC;IACrB,MAAM,EAAE,MAAM,CAAC;IACf,QAAQ,EAAE,QAAQ,CAAC;IACnB,UAAU,EAAE,UAAU,CAAC;IACvB,IAAI,EAAE,IAAI,CAAC;IACX,QAAQ,EAAE,QAAQ,CAAC;IACnB,KAAK,EAAE,KAAK,CAAC;CACd"}
@@ -7,7 +7,7 @@
7
7
  */
8
8
  import * as coreClient from "@azure/core-client";
9
9
  import * as coreRestPipeline from "@azure/core-rest-pipeline";
10
- import { RegistriesImpl, OperationsImpl, PrivateEndpointConnectionsImpl, ReplicationsImpl, ScopeMapsImpl, TokensImpl, WebhooksImpl, AgentPoolsImpl, RunsImpl, TaskRunsImpl, TasksImpl } from "./operations";
10
+ import { ArchivesImpl, ArchiveVersionsImpl, CacheRulesImpl, ConnectedRegistriesImpl, CredentialSetsImpl, ExportPipelinesImpl, RegistriesImpl, ImportPipelinesImpl, OperationsImpl, PipelineRunsImpl, PrivateEndpointConnectionsImpl, ReplicationsImpl, ScopeMapsImpl, TokensImpl, WebhooksImpl, AgentPoolsImpl, RunsImpl, TaskRunsImpl, TasksImpl } from "./operations";
11
11
  export class ContainerRegistryManagementClient extends coreClient.ServiceClient {
12
12
  /**
13
13
  * Initializes a new instance of the ContainerRegistryManagementClient class.
@@ -31,7 +31,7 @@ export class ContainerRegistryManagementClient extends coreClient.ServiceClient
31
31
  requestContentType: "application/json; charset=utf-8",
32
32
  credential: credentials
33
33
  };
34
- const packageDetails = `azsdk-js-arm-containerregistry/10.1.1`;
34
+ const packageDetails = `azsdk-js-arm-containerregistry/11.0.0-beta.2`;
35
35
  const userAgentPrefix = options.userAgentOptions && options.userAgentOptions.userAgentPrefix
36
36
  ? `${options.userAgentOptions.userAgentPrefix} ${packageDetails}`
37
37
  : `${packageDetails}`;
@@ -64,8 +64,16 @@ export class ContainerRegistryManagementClient extends coreClient.ServiceClient
64
64
  this.subscriptionId = subscriptionId;
65
65
  // Assigning values to Constant parameters
66
66
  this.$host = options.$host || "https://management.azure.com";
67
+ this.archives = new ArchivesImpl(this);
68
+ this.archiveVersions = new ArchiveVersionsImpl(this);
69
+ this.cacheRules = new CacheRulesImpl(this);
70
+ this.connectedRegistries = new ConnectedRegistriesImpl(this);
71
+ this.credentialSets = new CredentialSetsImpl(this);
72
+ this.exportPipelines = new ExportPipelinesImpl(this);
67
73
  this.registries = new RegistriesImpl(this);
74
+ this.importPipelines = new ImportPipelinesImpl(this);
68
75
  this.operations = new OperationsImpl(this);
76
+ this.pipelineRuns = new PipelineRunsImpl(this);
69
77
  this.privateEndpointConnections = new PrivateEndpointConnectionsImpl(this);
70
78
  this.replications = new ReplicationsImpl(this);
71
79
  this.scopeMaps = new ScopeMapsImpl(this);
@@ -1 +1 @@
1
- {"version":3,"file":"containerRegistryManagementClient.js","sourceRoot":"","sources":["../../src/containerRegistryManagementClient.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,gBAAgB,MAAM,2BAA2B,CAAC;AAE9D,OAAO,EACL,cAAc,EACd,cAAc,EACd,8BAA8B,EAC9B,gBAAgB,EAChB,aAAa,EACb,UAAU,EACV,YAAY,EACZ,cAAc,EACd,QAAQ,EACR,YAAY,EACZ,SAAS,EACV,MAAM,cAAc,CAAC;AAgBtB,MAAM,OAAO,iCAAkC,SAAQ,UAAU,CAAC,aAAa;IAI7E;;;;;OAKG;IACH,YACE,WAAqC,EACrC,cAAsB,EACtB,OAAyD;;QAEzD,IAAI,WAAW,KAAK,SAAS,EAAE;YAC7B,MAAM,IAAI,KAAK,CAAC,8BAA8B,CAAC,CAAC;SACjD;QACD,IAAI,cAAc,KAAK,SAAS,EAAE;YAChC,MAAM,IAAI,KAAK,CAAC,iCAAiC,CAAC,CAAC;SACpD;QAED,0CAA0C;QAC1C,IAAI,CAAC,OAAO,EAAE;YACZ,OAAO,GAAG,EAAE,CAAC;SACd;QACD,MAAM,QAAQ,GAAoD;YAChE,kBAAkB,EAAE,iCAAiC;YACrD,UAAU,EAAE,WAAW;SACxB,CAAC;QAEF,MAAM,cAAc,GAAG,uCAAuC,CAAC;QAC/D,MAAM,eAAe,GACnB,OAAO,CAAC,gBAAgB,IAAI,OAAO,CAAC,gBAAgB,CAAC,eAAe;YAClE,CAAC,CAAC,GAAG,OAAO,CAAC,gBAAgB,CAAC,eAAe,IAAI,cAAc,EAAE;YACjE,CAAC,CAAC,GAAG,cAAc,EAAE,CAAC;QAE1B,MAAM,mBAAmB,iDACpB,QAAQ,GACR,OAAO,KACV,gBAAgB,EAAE;gBAChB,eAAe;aAChB,EACD,QAAQ,EACN,MAAA,MAAA,OAAO,CAAC,QAAQ,mCAAI,OAAO,CAAC,OAAO,mCAAI,8BAA8B,GACxE,CAAC;QACF,KAAK,CAAC,mBAAmB,CAAC,CAAC;QAE3B,IAAI,oCAAoC,GAAY,KAAK,CAAC;QAC1D,IAAI,CAAA,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,QAAQ,KAAI,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,GAAG,CAAC,EAAE;YACzE,MAAM,gBAAgB,GAAsC,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC;YAClG,oCAAoC,GAAG,gBAAgB,CAAC,IAAI,CAC1D,CAAC,cAAc,EAAE,EAAE,CACjB,cAAc,CAAC,IAAI;gBACnB,gBAAgB,CAAC,mCAAmC,CACvD,CAAC;SACH;QACD,IACE,CAAC,OAAO;YACR,CAAC,OAAO,CAAC,QAAQ;YACjB,OAAO,CAAC,QAAQ,CAAC,kBAAkB,EAAE,CAAC,MAAM,IAAI,CAAC;YACjD,CAAC,oCAAoC,EACrC;YACA,IAAI,CAAC,QAAQ,CAAC,YAAY,CAAC;gBACzB,IAAI,EAAE,gBAAgB,CAAC,mCAAmC;aAC3D,CAAC,CAAC;YACH,IAAI,CAAC,QAAQ,CAAC,SAAS,CACrB,gBAAgB,CAAC,+BAA+B,CAAC;gBAC/C,UAAU,EAAE,WAAW;gBACvB,MAAM,EACJ,MAAA,mBAAmB,CAAC,gBAAgB,mCACpC,GAAG,mBAAmB,CAAC,QAAQ,WAAW;gBAC5C,kBAAkB,EAAE;oBAClB,2BAA2B,EACzB,UAAU,CAAC,gCAAgC;iBAC9C;aACF,CAAC,CACH,CAAC;SACH;QACD,wBAAwB;QACxB,IAAI,CAAC,cAAc,GAAG,cAAc,CAAC;QAErC,0CAA0C;QAC1C,IAAI,CAAC,KAAK,GAAG,OAAO,CAAC,KAAK,IAAI,8BAA8B,CAAC;QAC7D,IAAI,CAAC,UAAU,GAAG,IAAI,cAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,UAAU,GAAG,IAAI,cAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,0BAA0B,GAAG,IAAI,8BAA8B,CAAC,IAAI,CAAC,CAAC;QAC3E,IAAI,CAAC,YAAY,GAAG,IAAI,gBAAgB,CAAC,IAAI,CAAC,CAAC;QAC/C,IAAI,CAAC,SAAS,GAAG,IAAI,aAAa,CAAC,IAAI,CAAC,CAAC;QACzC,IAAI,CAAC,MAAM,GAAG,IAAI,UAAU,CAAC,IAAI,CAAC,CAAC;QACnC,IAAI,CAAC,QAAQ,GAAG,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC;QACvC,IAAI,CAAC,UAAU,GAAG,IAAI,cAAc,CAAC,IAAI,CAAC,CAAC;QAC3C,IAAI,CAAC,IAAI,GAAG,IAAI,QAAQ,CAAC,IAAI,CAAC,CAAC;QAC/B,IAAI,CAAC,QAAQ,GAAG,IAAI,YAAY,CAAC,IAAI,CAAC,CAAC;QACvC,IAAI,CAAC,KAAK,GAAG,IAAI,SAAS,CAAC,IAAI,CAAC,CAAC;IACnC,CAAC;CAaF"}
1
+ {"version":3,"file":"containerRegistryManagementClient.js","sourceRoot":"","sources":["../../src/containerRegistryManagementClient.ts"],"names":[],"mappings":"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"}