@azure/arm-containerregistry 11.0.0-beta.5 → 12.0.0-alpha.20251224.3

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 (749) hide show
  1. package/README.md +3 -3
  2. package/dist/browser/containerRegistryManagementClient.d.ts +5 -13
  3. package/dist/browser/containerRegistryManagementClient.d.ts.map +1 -1
  4. package/dist/browser/containerRegistryManagementClient.js +34 -50
  5. package/dist/browser/containerRegistryManagementClient.js.map +1 -1
  6. package/dist/browser/index.d.ts.map +1 -1
  7. package/dist/browser/index.js +4 -7
  8. package/dist/browser/index.js.map +1 -1
  9. package/dist/browser/lroImpl.d.ts +1 -1
  10. package/dist/browser/lroImpl.d.ts.map +1 -1
  11. package/dist/browser/lroImpl.js +9 -10
  12. package/dist/browser/lroImpl.js.map +1 -1
  13. package/dist/browser/models/index.d.ts +1377 -1914
  14. package/dist/browser/models/index.d.ts.map +1 -1
  15. package/dist/browser/models/index.js +160 -221
  16. package/dist/browser/models/index.js.map +1 -1
  17. package/dist/browser/models/mappers.d.ts +74 -114
  18. package/dist/browser/models/mappers.d.ts.map +1 -1
  19. package/dist/browser/models/mappers.js +2829 -3438
  20. package/dist/browser/models/mappers.js.map +1 -1
  21. package/dist/browser/models/parameters.d.ts +12 -23
  22. package/dist/browser/models/parameters.d.ts.map +1 -1
  23. package/dist/browser/models/parameters.js +58 -175
  24. package/dist/browser/models/parameters.js.map +1 -1
  25. package/dist/browser/operations/agentPools.d.ts +41 -41
  26. package/dist/browser/operations/agentPools.d.ts.map +1 -1
  27. package/dist/browser/operations/agentPools.js +155 -162
  28. package/dist/browser/operations/agentPools.js.map +1 -1
  29. package/dist/browser/operations/cacheRules.d.ts +15 -15
  30. package/dist/browser/operations/cacheRules.d.ts.map +1 -1
  31. package/dist/browser/operations/cacheRules.js +100 -107
  32. package/dist/browser/operations/cacheRules.js.map +1 -1
  33. package/dist/browser/operations/connectedRegistries.d.ts +15 -15
  34. package/dist/browser/operations/connectedRegistries.d.ts.map +1 -1
  35. package/dist/browser/operations/connectedRegistries.js +118 -120
  36. package/dist/browser/operations/connectedRegistries.js.map +1 -1
  37. package/dist/browser/operations/credentialSets.d.ts +15 -15
  38. package/dist/browser/operations/credentialSets.d.ts.map +1 -1
  39. package/dist/browser/operations/credentialSets.js +100 -107
  40. package/dist/browser/operations/credentialSets.js.map +1 -1
  41. package/dist/browser/operations/index.d.ts +2 -7
  42. package/dist/browser/operations/index.d.ts.map +1 -1
  43. package/dist/browser/operations/index.js +6 -14
  44. package/dist/browser/operations/index.js.map +1 -1
  45. package/dist/browser/operations/operations.d.ts +6 -6
  46. package/dist/browser/operations/operations.d.ts.map +1 -1
  47. package/dist/browser/operations/operations.js +33 -49
  48. package/dist/browser/operations/operations.js.map +1 -1
  49. package/dist/browser/operations/privateEndpointConnections.d.ts +5 -5
  50. package/dist/browser/operations/privateEndpointConnections.d.ts.map +1 -1
  51. package/dist/browser/operations/privateEndpointConnections.js +71 -62
  52. package/dist/browser/operations/privateEndpointConnections.js.map +1 -1
  53. package/dist/browser/operations/registries.d.ts +53 -53
  54. package/dist/browser/operations/registries.d.ts.map +1 -1
  55. package/dist/browser/operations/registries.js +390 -373
  56. package/dist/browser/operations/registries.js.map +1 -1
  57. package/dist/browser/operations/replications.d.ts +15 -15
  58. package/dist/browser/operations/replications.d.ts.map +1 -1
  59. package/dist/browser/operations/replications.js +122 -105
  60. package/dist/browser/operations/replications.js.map +1 -1
  61. package/dist/browser/operations/runs.d.ts +22 -22
  62. package/dist/browser/operations/runs.d.ts.map +1 -1
  63. package/dist/browser/operations/runs.js +65 -87
  64. package/dist/browser/operations/runs.js.map +1 -1
  65. package/dist/browser/operations/scopeMaps.d.ts +15 -15
  66. package/dist/browser/operations/scopeMaps.d.ts.map +1 -1
  67. package/dist/browser/operations/scopeMaps.js +107 -114
  68. package/dist/browser/operations/scopeMaps.js.map +1 -1
  69. package/dist/browser/operations/taskRuns.d.ts +35 -35
  70. package/dist/browser/operations/taskRuns.d.ts.map +1 -1
  71. package/dist/browser/operations/taskRuns.js +125 -137
  72. package/dist/browser/operations/taskRuns.js.map +1 -1
  73. package/dist/browser/operations/tasks.d.ts +25 -25
  74. package/dist/browser/operations/tasks.d.ts.map +1 -1
  75. package/dist/browser/operations/tasks.js +76 -98
  76. package/dist/browser/operations/tasks.js.map +1 -1
  77. package/dist/browser/operations/tokens.d.ts +15 -15
  78. package/dist/browser/operations/tokens.d.ts.map +1 -1
  79. package/dist/browser/operations/tokens.js +107 -114
  80. package/dist/browser/operations/tokens.js.map +1 -1
  81. package/dist/browser/operations/webhooks.d.ts +19 -19
  82. package/dist/browser/operations/webhooks.d.ts.map +1 -1
  83. package/dist/browser/operations/webhooks.js +169 -157
  84. package/dist/browser/operations/webhooks.js.map +1 -1
  85. package/dist/browser/operationsInterfaces/agentPools.d.ts +31 -31
  86. package/dist/browser/operationsInterfaces/agentPools.d.ts.map +1 -1
  87. package/dist/browser/operationsInterfaces/agentPools.js +2 -7
  88. package/dist/browser/operationsInterfaces/agentPools.js.map +1 -1
  89. package/dist/browser/operationsInterfaces/cacheRules.d.ts +13 -13
  90. package/dist/browser/operationsInterfaces/cacheRules.d.ts.map +1 -1
  91. package/dist/browser/operationsInterfaces/cacheRules.js +2 -7
  92. package/dist/browser/operationsInterfaces/cacheRules.js.map +1 -1
  93. package/dist/browser/operationsInterfaces/connectedRegistries.d.ts +13 -13
  94. package/dist/browser/operationsInterfaces/connectedRegistries.d.ts.map +1 -1
  95. package/dist/browser/operationsInterfaces/connectedRegistries.js +2 -7
  96. package/dist/browser/operationsInterfaces/connectedRegistries.js.map +1 -1
  97. package/dist/browser/operationsInterfaces/credentialSets.d.ts +13 -13
  98. package/dist/browser/operationsInterfaces/credentialSets.d.ts.map +1 -1
  99. package/dist/browser/operationsInterfaces/credentialSets.js +2 -7
  100. package/dist/browser/operationsInterfaces/credentialSets.js.map +1 -1
  101. package/dist/browser/operationsInterfaces/index.d.ts +2 -7
  102. package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
  103. package/dist/browser/operationsInterfaces/index.js +6 -14
  104. package/dist/browser/operationsInterfaces/index.js.map +1 -1
  105. package/dist/browser/operationsInterfaces/operations.d.ts +3 -3
  106. package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
  107. package/dist/browser/operationsInterfaces/operations.js +2 -7
  108. package/dist/browser/operationsInterfaces/operations.js.map +1 -1
  109. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
  110. package/dist/browser/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  111. package/dist/browser/operationsInterfaces/privateEndpointConnections.js +2 -7
  112. package/dist/browser/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  113. package/dist/browser/operationsInterfaces/registries.d.ts +48 -48
  114. package/dist/browser/operationsInterfaces/registries.d.ts.map +1 -1
  115. package/dist/browser/operationsInterfaces/registries.js +2 -7
  116. package/dist/browser/operationsInterfaces/registries.js.map +1 -1
  117. package/dist/browser/operationsInterfaces/replications.d.ts +13 -13
  118. package/dist/browser/operationsInterfaces/replications.d.ts.map +1 -1
  119. package/dist/browser/operationsInterfaces/replications.js +2 -7
  120. package/dist/browser/operationsInterfaces/replications.js.map +1 -1
  121. package/dist/browser/operationsInterfaces/runs.d.ts +16 -16
  122. package/dist/browser/operationsInterfaces/runs.d.ts.map +1 -1
  123. package/dist/browser/operationsInterfaces/runs.js +2 -7
  124. package/dist/browser/operationsInterfaces/runs.js.map +1 -1
  125. package/dist/browser/operationsInterfaces/scopeMaps.d.ts +13 -13
  126. package/dist/browser/operationsInterfaces/scopeMaps.d.ts.map +1 -1
  127. package/dist/browser/operationsInterfaces/scopeMaps.js +2 -7
  128. package/dist/browser/operationsInterfaces/scopeMaps.js.map +1 -1
  129. package/dist/browser/operationsInterfaces/taskRuns.d.ts +25 -25
  130. package/dist/browser/operationsInterfaces/taskRuns.d.ts.map +1 -1
  131. package/dist/browser/operationsInterfaces/taskRuns.js +2 -7
  132. package/dist/browser/operationsInterfaces/taskRuns.js.map +1 -1
  133. package/dist/browser/operationsInterfaces/tasks.d.ts +19 -19
  134. package/dist/browser/operationsInterfaces/tasks.d.ts.map +1 -1
  135. package/dist/browser/operationsInterfaces/tasks.js +2 -7
  136. package/dist/browser/operationsInterfaces/tasks.js.map +1 -1
  137. package/dist/browser/operationsInterfaces/tokens.d.ts +13 -13
  138. package/dist/browser/operationsInterfaces/tokens.d.ts.map +1 -1
  139. package/dist/browser/operationsInterfaces/tokens.js +2 -7
  140. package/dist/browser/operationsInterfaces/tokens.js.map +1 -1
  141. package/dist/browser/operationsInterfaces/webhooks.d.ts +17 -17
  142. package/dist/browser/operationsInterfaces/webhooks.d.ts.map +1 -1
  143. package/dist/browser/operationsInterfaces/webhooks.js +2 -7
  144. package/dist/browser/operationsInterfaces/webhooks.js.map +1 -1
  145. package/dist/browser/pagingHelper.d.ts.map +1 -1
  146. package/dist/browser/pagingHelper.js +4 -11
  147. package/dist/browser/pagingHelper.js.map +1 -1
  148. package/dist/commonjs/containerRegistryManagementClient.d.ts +5 -13
  149. package/dist/commonjs/containerRegistryManagementClient.d.ts.map +1 -1
  150. package/dist/commonjs/containerRegistryManagementClient.js +33 -49
  151. package/dist/commonjs/containerRegistryManagementClient.js.map +1 -1
  152. package/dist/commonjs/index.d.ts.map +1 -1
  153. package/dist/commonjs/index.js +4 -7
  154. package/dist/commonjs/index.js.map +1 -1
  155. package/dist/commonjs/lroImpl.d.ts +1 -1
  156. package/dist/commonjs/lroImpl.d.ts.map +1 -1
  157. package/dist/commonjs/lroImpl.js +9 -10
  158. package/dist/commonjs/lroImpl.js.map +1 -1
  159. package/dist/commonjs/models/index.d.ts +1377 -1914
  160. package/dist/commonjs/models/index.d.ts.map +1 -1
  161. package/dist/commonjs/models/index.js +161 -223
  162. package/dist/commonjs/models/index.js.map +1 -1
  163. package/dist/commonjs/models/mappers.d.ts +74 -114
  164. package/dist/commonjs/models/mappers.d.ts.map +1 -1
  165. package/dist/commonjs/models/mappers.js +2832 -3442
  166. package/dist/commonjs/models/mappers.js.map +1 -1
  167. package/dist/commonjs/models/parameters.d.ts +12 -23
  168. package/dist/commonjs/models/parameters.d.ts.map +1 -1
  169. package/dist/commonjs/models/parameters.js +59 -176
  170. package/dist/commonjs/models/parameters.js.map +1 -1
  171. package/dist/commonjs/operations/agentPools.d.ts +41 -41
  172. package/dist/commonjs/operations/agentPools.d.ts.map +1 -1
  173. package/dist/commonjs/operations/agentPools.js +154 -160
  174. package/dist/commonjs/operations/agentPools.js.map +1 -1
  175. package/dist/commonjs/operations/cacheRules.d.ts +15 -15
  176. package/dist/commonjs/operations/cacheRules.d.ts.map +1 -1
  177. package/dist/commonjs/operations/cacheRules.js +99 -105
  178. package/dist/commonjs/operations/cacheRules.js.map +1 -1
  179. package/dist/commonjs/operations/connectedRegistries.d.ts +15 -15
  180. package/dist/commonjs/operations/connectedRegistries.d.ts.map +1 -1
  181. package/dist/commonjs/operations/connectedRegistries.js +117 -118
  182. package/dist/commonjs/operations/connectedRegistries.js.map +1 -1
  183. package/dist/commonjs/operations/credentialSets.d.ts +15 -15
  184. package/dist/commonjs/operations/credentialSets.d.ts.map +1 -1
  185. package/dist/commonjs/operations/credentialSets.js +99 -105
  186. package/dist/commonjs/operations/credentialSets.js.map +1 -1
  187. package/dist/commonjs/operations/index.d.ts +2 -7
  188. package/dist/commonjs/operations/index.d.ts.map +1 -1
  189. package/dist/commonjs/operations/index.js +6 -14
  190. package/dist/commonjs/operations/index.js.map +1 -1
  191. package/dist/commonjs/operations/operations.d.ts +6 -6
  192. package/dist/commonjs/operations/operations.d.ts.map +1 -1
  193. package/dist/commonjs/operations/operations.js +33 -48
  194. package/dist/commonjs/operations/operations.js.map +1 -1
  195. package/dist/commonjs/operations/privateEndpointConnections.d.ts +5 -5
  196. package/dist/commonjs/operations/privateEndpointConnections.d.ts.map +1 -1
  197. package/dist/commonjs/operations/privateEndpointConnections.js +70 -60
  198. package/dist/commonjs/operations/privateEndpointConnections.js.map +1 -1
  199. package/dist/commonjs/operations/registries.d.ts +53 -53
  200. package/dist/commonjs/operations/registries.d.ts.map +1 -1
  201. package/dist/commonjs/operations/registries.js +389 -371
  202. package/dist/commonjs/operations/registries.js.map +1 -1
  203. package/dist/commonjs/operations/replications.d.ts +15 -15
  204. package/dist/commonjs/operations/replications.d.ts.map +1 -1
  205. package/dist/commonjs/operations/replications.js +121 -103
  206. package/dist/commonjs/operations/replications.js.map +1 -1
  207. package/dist/commonjs/operations/runs.d.ts +22 -22
  208. package/dist/commonjs/operations/runs.d.ts.map +1 -1
  209. package/dist/commonjs/operations/runs.js +65 -86
  210. package/dist/commonjs/operations/runs.js.map +1 -1
  211. package/dist/commonjs/operations/scopeMaps.d.ts +15 -15
  212. package/dist/commonjs/operations/scopeMaps.d.ts.map +1 -1
  213. package/dist/commonjs/operations/scopeMaps.js +106 -112
  214. package/dist/commonjs/operations/scopeMaps.js.map +1 -1
  215. package/dist/commonjs/operations/taskRuns.d.ts +35 -35
  216. package/dist/commonjs/operations/taskRuns.d.ts.map +1 -1
  217. package/dist/commonjs/operations/taskRuns.js +124 -135
  218. package/dist/commonjs/operations/taskRuns.js.map +1 -1
  219. package/dist/commonjs/operations/tasks.d.ts +25 -25
  220. package/dist/commonjs/operations/tasks.d.ts.map +1 -1
  221. package/dist/commonjs/operations/tasks.js +76 -97
  222. package/dist/commonjs/operations/tasks.js.map +1 -1
  223. package/dist/commonjs/operations/tokens.d.ts +15 -15
  224. package/dist/commonjs/operations/tokens.d.ts.map +1 -1
  225. package/dist/commonjs/operations/tokens.js +106 -112
  226. package/dist/commonjs/operations/tokens.js.map +1 -1
  227. package/dist/commonjs/operations/webhooks.d.ts +19 -19
  228. package/dist/commonjs/operations/webhooks.d.ts.map +1 -1
  229. package/dist/commonjs/operations/webhooks.js +168 -155
  230. package/dist/commonjs/operations/webhooks.js.map +1 -1
  231. package/dist/commonjs/operationsInterfaces/agentPools.d.ts +31 -31
  232. package/dist/commonjs/operationsInterfaces/agentPools.d.ts.map +1 -1
  233. package/dist/commonjs/operationsInterfaces/agentPools.js +2 -7
  234. package/dist/commonjs/operationsInterfaces/agentPools.js.map +1 -1
  235. package/dist/commonjs/operationsInterfaces/cacheRules.d.ts +13 -13
  236. package/dist/commonjs/operationsInterfaces/cacheRules.d.ts.map +1 -1
  237. package/dist/commonjs/operationsInterfaces/cacheRules.js +2 -7
  238. package/dist/commonjs/operationsInterfaces/cacheRules.js.map +1 -1
  239. package/dist/commonjs/operationsInterfaces/connectedRegistries.d.ts +13 -13
  240. package/dist/commonjs/operationsInterfaces/connectedRegistries.d.ts.map +1 -1
  241. package/dist/commonjs/operationsInterfaces/connectedRegistries.js +2 -7
  242. package/dist/commonjs/operationsInterfaces/connectedRegistries.js.map +1 -1
  243. package/dist/commonjs/operationsInterfaces/credentialSets.d.ts +13 -13
  244. package/dist/commonjs/operationsInterfaces/credentialSets.d.ts.map +1 -1
  245. package/dist/commonjs/operationsInterfaces/credentialSets.js +2 -7
  246. package/dist/commonjs/operationsInterfaces/credentialSets.js.map +1 -1
  247. package/dist/commonjs/operationsInterfaces/index.d.ts +2 -7
  248. package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
  249. package/dist/commonjs/operationsInterfaces/index.js +6 -14
  250. package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
  251. package/dist/commonjs/operationsInterfaces/operations.d.ts +3 -3
  252. package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
  253. package/dist/commonjs/operationsInterfaces/operations.js +2 -7
  254. package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
  255. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
  256. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  257. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js +2 -7
  258. package/dist/commonjs/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  259. package/dist/commonjs/operationsInterfaces/registries.d.ts +48 -48
  260. package/dist/commonjs/operationsInterfaces/registries.d.ts.map +1 -1
  261. package/dist/commonjs/operationsInterfaces/registries.js +2 -7
  262. package/dist/commonjs/operationsInterfaces/registries.js.map +1 -1
  263. package/dist/commonjs/operationsInterfaces/replications.d.ts +13 -13
  264. package/dist/commonjs/operationsInterfaces/replications.d.ts.map +1 -1
  265. package/dist/commonjs/operationsInterfaces/replications.js +2 -7
  266. package/dist/commonjs/operationsInterfaces/replications.js.map +1 -1
  267. package/dist/commonjs/operationsInterfaces/runs.d.ts +16 -16
  268. package/dist/commonjs/operationsInterfaces/runs.d.ts.map +1 -1
  269. package/dist/commonjs/operationsInterfaces/runs.js +2 -7
  270. package/dist/commonjs/operationsInterfaces/runs.js.map +1 -1
  271. package/dist/commonjs/operationsInterfaces/scopeMaps.d.ts +13 -13
  272. package/dist/commonjs/operationsInterfaces/scopeMaps.d.ts.map +1 -1
  273. package/dist/commonjs/operationsInterfaces/scopeMaps.js +2 -7
  274. package/dist/commonjs/operationsInterfaces/scopeMaps.js.map +1 -1
  275. package/dist/commonjs/operationsInterfaces/taskRuns.d.ts +25 -25
  276. package/dist/commonjs/operationsInterfaces/taskRuns.d.ts.map +1 -1
  277. package/dist/commonjs/operationsInterfaces/taskRuns.js +2 -7
  278. package/dist/commonjs/operationsInterfaces/taskRuns.js.map +1 -1
  279. package/dist/commonjs/operationsInterfaces/tasks.d.ts +19 -19
  280. package/dist/commonjs/operationsInterfaces/tasks.d.ts.map +1 -1
  281. package/dist/commonjs/operationsInterfaces/tasks.js +2 -7
  282. package/dist/commonjs/operationsInterfaces/tasks.js.map +1 -1
  283. package/dist/commonjs/operationsInterfaces/tokens.d.ts +13 -13
  284. package/dist/commonjs/operationsInterfaces/tokens.d.ts.map +1 -1
  285. package/dist/commonjs/operationsInterfaces/tokens.js +2 -7
  286. package/dist/commonjs/operationsInterfaces/tokens.js.map +1 -1
  287. package/dist/commonjs/operationsInterfaces/webhooks.d.ts +17 -17
  288. package/dist/commonjs/operationsInterfaces/webhooks.d.ts.map +1 -1
  289. package/dist/commonjs/operationsInterfaces/webhooks.js +2 -7
  290. package/dist/commonjs/operationsInterfaces/webhooks.js.map +1 -1
  291. package/dist/commonjs/pagingHelper.d.ts.map +1 -1
  292. package/dist/commonjs/pagingHelper.js +4 -11
  293. package/dist/commonjs/pagingHelper.js.map +1 -1
  294. package/dist/commonjs/tsdoc-metadata.json +11 -11
  295. package/dist/esm/containerRegistryManagementClient.d.ts +5 -13
  296. package/dist/esm/containerRegistryManagementClient.d.ts.map +1 -1
  297. package/dist/esm/containerRegistryManagementClient.js +34 -50
  298. package/dist/esm/containerRegistryManagementClient.js.map +1 -1
  299. package/dist/esm/index.d.ts.map +1 -1
  300. package/dist/esm/index.js +4 -7
  301. package/dist/esm/index.js.map +1 -1
  302. package/dist/esm/lroImpl.d.ts +1 -1
  303. package/dist/esm/lroImpl.d.ts.map +1 -1
  304. package/dist/esm/lroImpl.js +9 -10
  305. package/dist/esm/lroImpl.js.map +1 -1
  306. package/dist/esm/models/index.d.ts +1377 -1914
  307. package/dist/esm/models/index.d.ts.map +1 -1
  308. package/dist/esm/models/index.js +160 -221
  309. package/dist/esm/models/index.js.map +1 -1
  310. package/dist/esm/models/mappers.d.ts +74 -114
  311. package/dist/esm/models/mappers.d.ts.map +1 -1
  312. package/dist/esm/models/mappers.js +2829 -3438
  313. package/dist/esm/models/mappers.js.map +1 -1
  314. package/dist/esm/models/parameters.d.ts +12 -23
  315. package/dist/esm/models/parameters.d.ts.map +1 -1
  316. package/dist/esm/models/parameters.js +58 -175
  317. package/dist/esm/models/parameters.js.map +1 -1
  318. package/dist/esm/operations/agentPools.d.ts +41 -41
  319. package/dist/esm/operations/agentPools.d.ts.map +1 -1
  320. package/dist/esm/operations/agentPools.js +155 -162
  321. package/dist/esm/operations/agentPools.js.map +1 -1
  322. package/dist/esm/operations/cacheRules.d.ts +15 -15
  323. package/dist/esm/operations/cacheRules.d.ts.map +1 -1
  324. package/dist/esm/operations/cacheRules.js +100 -107
  325. package/dist/esm/operations/cacheRules.js.map +1 -1
  326. package/dist/esm/operations/connectedRegistries.d.ts +15 -15
  327. package/dist/esm/operations/connectedRegistries.d.ts.map +1 -1
  328. package/dist/esm/operations/connectedRegistries.js +118 -120
  329. package/dist/esm/operations/connectedRegistries.js.map +1 -1
  330. package/dist/esm/operations/credentialSets.d.ts +15 -15
  331. package/dist/esm/operations/credentialSets.d.ts.map +1 -1
  332. package/dist/esm/operations/credentialSets.js +100 -107
  333. package/dist/esm/operations/credentialSets.js.map +1 -1
  334. package/dist/esm/operations/index.d.ts +2 -7
  335. package/dist/esm/operations/index.d.ts.map +1 -1
  336. package/dist/esm/operations/index.js +6 -14
  337. package/dist/esm/operations/index.js.map +1 -1
  338. package/dist/esm/operations/operations.d.ts +6 -6
  339. package/dist/esm/operations/operations.d.ts.map +1 -1
  340. package/dist/esm/operations/operations.js +33 -49
  341. package/dist/esm/operations/operations.js.map +1 -1
  342. package/dist/esm/operations/privateEndpointConnections.d.ts +5 -5
  343. package/dist/esm/operations/privateEndpointConnections.d.ts.map +1 -1
  344. package/dist/esm/operations/privateEndpointConnections.js +71 -62
  345. package/dist/esm/operations/privateEndpointConnections.js.map +1 -1
  346. package/dist/esm/operations/registries.d.ts +53 -53
  347. package/dist/esm/operations/registries.d.ts.map +1 -1
  348. package/dist/esm/operations/registries.js +390 -373
  349. package/dist/esm/operations/registries.js.map +1 -1
  350. package/dist/esm/operations/replications.d.ts +15 -15
  351. package/dist/esm/operations/replications.d.ts.map +1 -1
  352. package/dist/esm/operations/replications.js +122 -105
  353. package/dist/esm/operations/replications.js.map +1 -1
  354. package/dist/esm/operations/runs.d.ts +22 -22
  355. package/dist/esm/operations/runs.d.ts.map +1 -1
  356. package/dist/esm/operations/runs.js +65 -87
  357. package/dist/esm/operations/runs.js.map +1 -1
  358. package/dist/esm/operations/scopeMaps.d.ts +15 -15
  359. package/dist/esm/operations/scopeMaps.d.ts.map +1 -1
  360. package/dist/esm/operations/scopeMaps.js +107 -114
  361. package/dist/esm/operations/scopeMaps.js.map +1 -1
  362. package/dist/esm/operations/taskRuns.d.ts +35 -35
  363. package/dist/esm/operations/taskRuns.d.ts.map +1 -1
  364. package/dist/esm/operations/taskRuns.js +125 -137
  365. package/dist/esm/operations/taskRuns.js.map +1 -1
  366. package/dist/esm/operations/tasks.d.ts +25 -25
  367. package/dist/esm/operations/tasks.d.ts.map +1 -1
  368. package/dist/esm/operations/tasks.js +76 -98
  369. package/dist/esm/operations/tasks.js.map +1 -1
  370. package/dist/esm/operations/tokens.d.ts +15 -15
  371. package/dist/esm/operations/tokens.d.ts.map +1 -1
  372. package/dist/esm/operations/tokens.js +107 -114
  373. package/dist/esm/operations/tokens.js.map +1 -1
  374. package/dist/esm/operations/webhooks.d.ts +19 -19
  375. package/dist/esm/operations/webhooks.d.ts.map +1 -1
  376. package/dist/esm/operations/webhooks.js +169 -157
  377. package/dist/esm/operations/webhooks.js.map +1 -1
  378. package/dist/esm/operationsInterfaces/agentPools.d.ts +31 -31
  379. package/dist/esm/operationsInterfaces/agentPools.d.ts.map +1 -1
  380. package/dist/esm/operationsInterfaces/agentPools.js +2 -7
  381. package/dist/esm/operationsInterfaces/agentPools.js.map +1 -1
  382. package/dist/esm/operationsInterfaces/cacheRules.d.ts +13 -13
  383. package/dist/esm/operationsInterfaces/cacheRules.d.ts.map +1 -1
  384. package/dist/esm/operationsInterfaces/cacheRules.js +2 -7
  385. package/dist/esm/operationsInterfaces/cacheRules.js.map +1 -1
  386. package/dist/esm/operationsInterfaces/connectedRegistries.d.ts +13 -13
  387. package/dist/esm/operationsInterfaces/connectedRegistries.d.ts.map +1 -1
  388. package/dist/esm/operationsInterfaces/connectedRegistries.js +2 -7
  389. package/dist/esm/operationsInterfaces/connectedRegistries.js.map +1 -1
  390. package/dist/esm/operationsInterfaces/credentialSets.d.ts +13 -13
  391. package/dist/esm/operationsInterfaces/credentialSets.d.ts.map +1 -1
  392. package/dist/esm/operationsInterfaces/credentialSets.js +2 -7
  393. package/dist/esm/operationsInterfaces/credentialSets.js.map +1 -1
  394. package/dist/esm/operationsInterfaces/index.d.ts +2 -7
  395. package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
  396. package/dist/esm/operationsInterfaces/index.js +6 -14
  397. package/dist/esm/operationsInterfaces/index.js.map +1 -1
  398. package/dist/esm/operationsInterfaces/operations.d.ts +3 -3
  399. package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
  400. package/dist/esm/operationsInterfaces/operations.js +2 -7
  401. package/dist/esm/operationsInterfaces/operations.js.map +1 -1
  402. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
  403. package/dist/esm/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  404. package/dist/esm/operationsInterfaces/privateEndpointConnections.js +2 -7
  405. package/dist/esm/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  406. package/dist/esm/operationsInterfaces/registries.d.ts +48 -48
  407. package/dist/esm/operationsInterfaces/registries.d.ts.map +1 -1
  408. package/dist/esm/operationsInterfaces/registries.js +2 -7
  409. package/dist/esm/operationsInterfaces/registries.js.map +1 -1
  410. package/dist/esm/operationsInterfaces/replications.d.ts +13 -13
  411. package/dist/esm/operationsInterfaces/replications.d.ts.map +1 -1
  412. package/dist/esm/operationsInterfaces/replications.js +2 -7
  413. package/dist/esm/operationsInterfaces/replications.js.map +1 -1
  414. package/dist/esm/operationsInterfaces/runs.d.ts +16 -16
  415. package/dist/esm/operationsInterfaces/runs.d.ts.map +1 -1
  416. package/dist/esm/operationsInterfaces/runs.js +2 -7
  417. package/dist/esm/operationsInterfaces/runs.js.map +1 -1
  418. package/dist/esm/operationsInterfaces/scopeMaps.d.ts +13 -13
  419. package/dist/esm/operationsInterfaces/scopeMaps.d.ts.map +1 -1
  420. package/dist/esm/operationsInterfaces/scopeMaps.js +2 -7
  421. package/dist/esm/operationsInterfaces/scopeMaps.js.map +1 -1
  422. package/dist/esm/operationsInterfaces/taskRuns.d.ts +25 -25
  423. package/dist/esm/operationsInterfaces/taskRuns.d.ts.map +1 -1
  424. package/dist/esm/operationsInterfaces/taskRuns.js +2 -7
  425. package/dist/esm/operationsInterfaces/taskRuns.js.map +1 -1
  426. package/dist/esm/operationsInterfaces/tasks.d.ts +19 -19
  427. package/dist/esm/operationsInterfaces/tasks.d.ts.map +1 -1
  428. package/dist/esm/operationsInterfaces/tasks.js +2 -7
  429. package/dist/esm/operationsInterfaces/tasks.js.map +1 -1
  430. package/dist/esm/operationsInterfaces/tokens.d.ts +13 -13
  431. package/dist/esm/operationsInterfaces/tokens.d.ts.map +1 -1
  432. package/dist/esm/operationsInterfaces/tokens.js +2 -7
  433. package/dist/esm/operationsInterfaces/tokens.js.map +1 -1
  434. package/dist/esm/operationsInterfaces/webhooks.d.ts +17 -17
  435. package/dist/esm/operationsInterfaces/webhooks.d.ts.map +1 -1
  436. package/dist/esm/operationsInterfaces/webhooks.js +2 -7
  437. package/dist/esm/operationsInterfaces/webhooks.js.map +1 -1
  438. package/dist/esm/pagingHelper.d.ts.map +1 -1
  439. package/dist/esm/pagingHelper.js +4 -11
  440. package/dist/esm/pagingHelper.js.map +1 -1
  441. package/dist/react-native/containerRegistryManagementClient.d.ts +5 -13
  442. package/dist/react-native/containerRegistryManagementClient.d.ts.map +1 -1
  443. package/dist/react-native/containerRegistryManagementClient.js +34 -50
  444. package/dist/react-native/containerRegistryManagementClient.js.map +1 -1
  445. package/dist/react-native/index.d.ts.map +1 -1
  446. package/dist/react-native/index.js +4 -7
  447. package/dist/react-native/index.js.map +1 -1
  448. package/dist/react-native/lroImpl.d.ts +1 -1
  449. package/dist/react-native/lroImpl.d.ts.map +1 -1
  450. package/dist/react-native/lroImpl.js +9 -10
  451. package/dist/react-native/lroImpl.js.map +1 -1
  452. package/dist/react-native/models/index.d.ts +1377 -1914
  453. package/dist/react-native/models/index.d.ts.map +1 -1
  454. package/dist/react-native/models/index.js +160 -221
  455. package/dist/react-native/models/index.js.map +1 -1
  456. package/dist/react-native/models/mappers.d.ts +74 -114
  457. package/dist/react-native/models/mappers.d.ts.map +1 -1
  458. package/dist/react-native/models/mappers.js +2829 -3438
  459. package/dist/react-native/models/mappers.js.map +1 -1
  460. package/dist/react-native/models/parameters.d.ts +12 -23
  461. package/dist/react-native/models/parameters.d.ts.map +1 -1
  462. package/dist/react-native/models/parameters.js +58 -175
  463. package/dist/react-native/models/parameters.js.map +1 -1
  464. package/dist/react-native/operations/agentPools.d.ts +41 -41
  465. package/dist/react-native/operations/agentPools.d.ts.map +1 -1
  466. package/dist/react-native/operations/agentPools.js +155 -162
  467. package/dist/react-native/operations/agentPools.js.map +1 -1
  468. package/dist/react-native/operations/cacheRules.d.ts +15 -15
  469. package/dist/react-native/operations/cacheRules.d.ts.map +1 -1
  470. package/dist/react-native/operations/cacheRules.js +100 -107
  471. package/dist/react-native/operations/cacheRules.js.map +1 -1
  472. package/dist/react-native/operations/connectedRegistries.d.ts +15 -15
  473. package/dist/react-native/operations/connectedRegistries.d.ts.map +1 -1
  474. package/dist/react-native/operations/connectedRegistries.js +118 -120
  475. package/dist/react-native/operations/connectedRegistries.js.map +1 -1
  476. package/dist/react-native/operations/credentialSets.d.ts +15 -15
  477. package/dist/react-native/operations/credentialSets.d.ts.map +1 -1
  478. package/dist/react-native/operations/credentialSets.js +100 -107
  479. package/dist/react-native/operations/credentialSets.js.map +1 -1
  480. package/dist/react-native/operations/index.d.ts +2 -7
  481. package/dist/react-native/operations/index.d.ts.map +1 -1
  482. package/dist/react-native/operations/index.js +6 -14
  483. package/dist/react-native/operations/index.js.map +1 -1
  484. package/dist/react-native/operations/operations.d.ts +6 -6
  485. package/dist/react-native/operations/operations.d.ts.map +1 -1
  486. package/dist/react-native/operations/operations.js +33 -49
  487. package/dist/react-native/operations/operations.js.map +1 -1
  488. package/dist/react-native/operations/privateEndpointConnections.d.ts +5 -5
  489. package/dist/react-native/operations/privateEndpointConnections.d.ts.map +1 -1
  490. package/dist/react-native/operations/privateEndpointConnections.js +71 -62
  491. package/dist/react-native/operations/privateEndpointConnections.js.map +1 -1
  492. package/dist/react-native/operations/registries.d.ts +53 -53
  493. package/dist/react-native/operations/registries.d.ts.map +1 -1
  494. package/dist/react-native/operations/registries.js +390 -373
  495. package/dist/react-native/operations/registries.js.map +1 -1
  496. package/dist/react-native/operations/replications.d.ts +15 -15
  497. package/dist/react-native/operations/replications.d.ts.map +1 -1
  498. package/dist/react-native/operations/replications.js +122 -105
  499. package/dist/react-native/operations/replications.js.map +1 -1
  500. package/dist/react-native/operations/runs.d.ts +22 -22
  501. package/dist/react-native/operations/runs.d.ts.map +1 -1
  502. package/dist/react-native/operations/runs.js +65 -87
  503. package/dist/react-native/operations/runs.js.map +1 -1
  504. package/dist/react-native/operations/scopeMaps.d.ts +15 -15
  505. package/dist/react-native/operations/scopeMaps.d.ts.map +1 -1
  506. package/dist/react-native/operations/scopeMaps.js +107 -114
  507. package/dist/react-native/operations/scopeMaps.js.map +1 -1
  508. package/dist/react-native/operations/taskRuns.d.ts +35 -35
  509. package/dist/react-native/operations/taskRuns.d.ts.map +1 -1
  510. package/dist/react-native/operations/taskRuns.js +125 -137
  511. package/dist/react-native/operations/taskRuns.js.map +1 -1
  512. package/dist/react-native/operations/tasks.d.ts +25 -25
  513. package/dist/react-native/operations/tasks.d.ts.map +1 -1
  514. package/dist/react-native/operations/tasks.js +76 -98
  515. package/dist/react-native/operations/tasks.js.map +1 -1
  516. package/dist/react-native/operations/tokens.d.ts +15 -15
  517. package/dist/react-native/operations/tokens.d.ts.map +1 -1
  518. package/dist/react-native/operations/tokens.js +107 -114
  519. package/dist/react-native/operations/tokens.js.map +1 -1
  520. package/dist/react-native/operations/webhooks.d.ts +19 -19
  521. package/dist/react-native/operations/webhooks.d.ts.map +1 -1
  522. package/dist/react-native/operations/webhooks.js +169 -157
  523. package/dist/react-native/operations/webhooks.js.map +1 -1
  524. package/dist/react-native/operationsInterfaces/agentPools.d.ts +31 -31
  525. package/dist/react-native/operationsInterfaces/agentPools.d.ts.map +1 -1
  526. package/dist/react-native/operationsInterfaces/agentPools.js +2 -7
  527. package/dist/react-native/operationsInterfaces/agentPools.js.map +1 -1
  528. package/dist/react-native/operationsInterfaces/cacheRules.d.ts +13 -13
  529. package/dist/react-native/operationsInterfaces/cacheRules.d.ts.map +1 -1
  530. package/dist/react-native/operationsInterfaces/cacheRules.js +2 -7
  531. package/dist/react-native/operationsInterfaces/cacheRules.js.map +1 -1
  532. package/dist/react-native/operationsInterfaces/connectedRegistries.d.ts +13 -13
  533. package/dist/react-native/operationsInterfaces/connectedRegistries.d.ts.map +1 -1
  534. package/dist/react-native/operationsInterfaces/connectedRegistries.js +2 -7
  535. package/dist/react-native/operationsInterfaces/connectedRegistries.js.map +1 -1
  536. package/dist/react-native/operationsInterfaces/credentialSets.d.ts +13 -13
  537. package/dist/react-native/operationsInterfaces/credentialSets.d.ts.map +1 -1
  538. package/dist/react-native/operationsInterfaces/credentialSets.js +2 -7
  539. package/dist/react-native/operationsInterfaces/credentialSets.js.map +1 -1
  540. package/dist/react-native/operationsInterfaces/index.d.ts +2 -7
  541. package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
  542. package/dist/react-native/operationsInterfaces/index.js +6 -14
  543. package/dist/react-native/operationsInterfaces/index.js.map +1 -1
  544. package/dist/react-native/operationsInterfaces/operations.d.ts +3 -3
  545. package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
  546. package/dist/react-native/operationsInterfaces/operations.js +2 -7
  547. package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
  548. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts +3 -3
  549. package/dist/react-native/operationsInterfaces/privateEndpointConnections.d.ts.map +1 -1
  550. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js +2 -7
  551. package/dist/react-native/operationsInterfaces/privateEndpointConnections.js.map +1 -1
  552. package/dist/react-native/operationsInterfaces/registries.d.ts +48 -48
  553. package/dist/react-native/operationsInterfaces/registries.d.ts.map +1 -1
  554. package/dist/react-native/operationsInterfaces/registries.js +2 -7
  555. package/dist/react-native/operationsInterfaces/registries.js.map +1 -1
  556. package/dist/react-native/operationsInterfaces/replications.d.ts +13 -13
  557. package/dist/react-native/operationsInterfaces/replications.d.ts.map +1 -1
  558. package/dist/react-native/operationsInterfaces/replications.js +2 -7
  559. package/dist/react-native/operationsInterfaces/replications.js.map +1 -1
  560. package/dist/react-native/operationsInterfaces/runs.d.ts +16 -16
  561. package/dist/react-native/operationsInterfaces/runs.d.ts.map +1 -1
  562. package/dist/react-native/operationsInterfaces/runs.js +2 -7
  563. package/dist/react-native/operationsInterfaces/runs.js.map +1 -1
  564. package/dist/react-native/operationsInterfaces/scopeMaps.d.ts +13 -13
  565. package/dist/react-native/operationsInterfaces/scopeMaps.d.ts.map +1 -1
  566. package/dist/react-native/operationsInterfaces/scopeMaps.js +2 -7
  567. package/dist/react-native/operationsInterfaces/scopeMaps.js.map +1 -1
  568. package/dist/react-native/operationsInterfaces/taskRuns.d.ts +25 -25
  569. package/dist/react-native/operationsInterfaces/taskRuns.d.ts.map +1 -1
  570. package/dist/react-native/operationsInterfaces/taskRuns.js +2 -7
  571. package/dist/react-native/operationsInterfaces/taskRuns.js.map +1 -1
  572. package/dist/react-native/operationsInterfaces/tasks.d.ts +19 -19
  573. package/dist/react-native/operationsInterfaces/tasks.d.ts.map +1 -1
  574. package/dist/react-native/operationsInterfaces/tasks.js +2 -7
  575. package/dist/react-native/operationsInterfaces/tasks.js.map +1 -1
  576. package/dist/react-native/operationsInterfaces/tokens.d.ts +13 -13
  577. package/dist/react-native/operationsInterfaces/tokens.d.ts.map +1 -1
  578. package/dist/react-native/operationsInterfaces/tokens.js +2 -7
  579. package/dist/react-native/operationsInterfaces/tokens.js.map +1 -1
  580. package/dist/react-native/operationsInterfaces/webhooks.d.ts +17 -17
  581. package/dist/react-native/operationsInterfaces/webhooks.d.ts.map +1 -1
  582. package/dist/react-native/operationsInterfaces/webhooks.js +2 -7
  583. package/dist/react-native/operationsInterfaces/webhooks.js.map +1 -1
  584. package/dist/react-native/pagingHelper.d.ts.map +1 -1
  585. package/dist/react-native/pagingHelper.js +4 -11
  586. package/dist/react-native/pagingHelper.js.map +1 -1
  587. package/package.json +58 -67
  588. package/CHANGELOG.md +0 -1066
  589. package/dist/browser/operations/archiveVersions.d.ts +0 -95
  590. package/dist/browser/operations/archiveVersions.d.ts.map +0 -1
  591. package/dist/browser/operations/archiveVersions.js +0 -408
  592. package/dist/browser/operations/archiveVersions.js.map +0 -1
  593. package/dist/browser/operations/archives.d.ts +0 -99
  594. package/dist/browser/operations/archives.d.ts.map +0 -1
  595. package/dist/browser/operations/archives.js +0 -428
  596. package/dist/browser/operations/archives.js.map +0 -1
  597. package/dist/browser/operations/exportPipelines.d.ts +0 -81
  598. package/dist/browser/operations/exportPipelines.d.ts.map +0 -1
  599. package/dist/browser/operations/exportPipelines.js +0 -356
  600. package/dist/browser/operations/exportPipelines.js.map +0 -1
  601. package/dist/browser/operations/importPipelines.d.ts +0 -81
  602. package/dist/browser/operations/importPipelines.d.ts.map +0 -1
  603. package/dist/browser/operations/importPipelines.js +0 -356
  604. package/dist/browser/operations/importPipelines.js.map +0 -1
  605. package/dist/browser/operations/pipelineRuns.d.ts +0 -81
  606. package/dist/browser/operations/pipelineRuns.d.ts.map +0 -1
  607. package/dist/browser/operations/pipelineRuns.js +0 -356
  608. package/dist/browser/operations/pipelineRuns.js.map +0 -1
  609. package/dist/browser/operationsInterfaces/archiveVersions.d.ts +0 -66
  610. package/dist/browser/operationsInterfaces/archiveVersions.d.ts.map +0 -1
  611. package/dist/browser/operationsInterfaces/archiveVersions.js +0 -9
  612. package/dist/browser/operationsInterfaces/archiveVersions.js.map +0 -1
  613. package/dist/browser/operationsInterfaces/archives.d.ts +0 -72
  614. package/dist/browser/operationsInterfaces/archives.d.ts.map +0 -1
  615. package/dist/browser/operationsInterfaces/archives.js +0 -9
  616. package/dist/browser/operationsInterfaces/archives.js.map +0 -1
  617. package/dist/browser/operationsInterfaces/exportPipelines.d.ts +0 -56
  618. package/dist/browser/operationsInterfaces/exportPipelines.d.ts.map +0 -1
  619. package/dist/browser/operationsInterfaces/exportPipelines.js +0 -9
  620. package/dist/browser/operationsInterfaces/exportPipelines.js.map +0 -1
  621. package/dist/browser/operationsInterfaces/importPipelines.d.ts +0 -56
  622. package/dist/browser/operationsInterfaces/importPipelines.d.ts.map +0 -1
  623. package/dist/browser/operationsInterfaces/importPipelines.js +0 -9
  624. package/dist/browser/operationsInterfaces/importPipelines.js.map +0 -1
  625. package/dist/browser/operationsInterfaces/pipelineRuns.d.ts +0 -56
  626. package/dist/browser/operationsInterfaces/pipelineRuns.d.ts.map +0 -1
  627. package/dist/browser/operationsInterfaces/pipelineRuns.js +0 -9
  628. package/dist/browser/operationsInterfaces/pipelineRuns.js.map +0 -1
  629. package/dist/commonjs/operations/archiveVersions.d.ts +0 -95
  630. package/dist/commonjs/operations/archiveVersions.d.ts.map +0 -1
  631. package/dist/commonjs/operations/archiveVersions.js +0 -412
  632. package/dist/commonjs/operations/archiveVersions.js.map +0 -1
  633. package/dist/commonjs/operations/archives.d.ts +0 -99
  634. package/dist/commonjs/operations/archives.d.ts.map +0 -1
  635. package/dist/commonjs/operations/archives.js +0 -432
  636. package/dist/commonjs/operations/archives.js.map +0 -1
  637. package/dist/commonjs/operations/exportPipelines.d.ts +0 -81
  638. package/dist/commonjs/operations/exportPipelines.d.ts.map +0 -1
  639. package/dist/commonjs/operations/exportPipelines.js +0 -360
  640. package/dist/commonjs/operations/exportPipelines.js.map +0 -1
  641. package/dist/commonjs/operations/importPipelines.d.ts +0 -81
  642. package/dist/commonjs/operations/importPipelines.d.ts.map +0 -1
  643. package/dist/commonjs/operations/importPipelines.js +0 -360
  644. package/dist/commonjs/operations/importPipelines.js.map +0 -1
  645. package/dist/commonjs/operations/pipelineRuns.d.ts +0 -81
  646. package/dist/commonjs/operations/pipelineRuns.d.ts.map +0 -1
  647. package/dist/commonjs/operations/pipelineRuns.js +0 -360
  648. package/dist/commonjs/operations/pipelineRuns.js.map +0 -1
  649. package/dist/commonjs/operationsInterfaces/archiveVersions.d.ts +0 -66
  650. package/dist/commonjs/operationsInterfaces/archiveVersions.d.ts.map +0 -1
  651. package/dist/commonjs/operationsInterfaces/archiveVersions.js +0 -10
  652. package/dist/commonjs/operationsInterfaces/archiveVersions.js.map +0 -1
  653. package/dist/commonjs/operationsInterfaces/archives.d.ts +0 -72
  654. package/dist/commonjs/operationsInterfaces/archives.d.ts.map +0 -1
  655. package/dist/commonjs/operationsInterfaces/archives.js +0 -10
  656. package/dist/commonjs/operationsInterfaces/archives.js.map +0 -1
  657. package/dist/commonjs/operationsInterfaces/exportPipelines.d.ts +0 -56
  658. package/dist/commonjs/operationsInterfaces/exportPipelines.d.ts.map +0 -1
  659. package/dist/commonjs/operationsInterfaces/exportPipelines.js +0 -10
  660. package/dist/commonjs/operationsInterfaces/exportPipelines.js.map +0 -1
  661. package/dist/commonjs/operationsInterfaces/importPipelines.d.ts +0 -56
  662. package/dist/commonjs/operationsInterfaces/importPipelines.d.ts.map +0 -1
  663. package/dist/commonjs/operationsInterfaces/importPipelines.js +0 -10
  664. package/dist/commonjs/operationsInterfaces/importPipelines.js.map +0 -1
  665. package/dist/commonjs/operationsInterfaces/pipelineRuns.d.ts +0 -56
  666. package/dist/commonjs/operationsInterfaces/pipelineRuns.d.ts.map +0 -1
  667. package/dist/commonjs/operationsInterfaces/pipelineRuns.js +0 -10
  668. package/dist/commonjs/operationsInterfaces/pipelineRuns.js.map +0 -1
  669. package/dist/esm/operations/archiveVersions.d.ts +0 -95
  670. package/dist/esm/operations/archiveVersions.d.ts.map +0 -1
  671. package/dist/esm/operations/archiveVersions.js +0 -408
  672. package/dist/esm/operations/archiveVersions.js.map +0 -1
  673. package/dist/esm/operations/archives.d.ts +0 -99
  674. package/dist/esm/operations/archives.d.ts.map +0 -1
  675. package/dist/esm/operations/archives.js +0 -428
  676. package/dist/esm/operations/archives.js.map +0 -1
  677. package/dist/esm/operations/exportPipelines.d.ts +0 -81
  678. package/dist/esm/operations/exportPipelines.d.ts.map +0 -1
  679. package/dist/esm/operations/exportPipelines.js +0 -356
  680. package/dist/esm/operations/exportPipelines.js.map +0 -1
  681. package/dist/esm/operations/importPipelines.d.ts +0 -81
  682. package/dist/esm/operations/importPipelines.d.ts.map +0 -1
  683. package/dist/esm/operations/importPipelines.js +0 -356
  684. package/dist/esm/operations/importPipelines.js.map +0 -1
  685. package/dist/esm/operations/pipelineRuns.d.ts +0 -81
  686. package/dist/esm/operations/pipelineRuns.d.ts.map +0 -1
  687. package/dist/esm/operations/pipelineRuns.js +0 -356
  688. package/dist/esm/operations/pipelineRuns.js.map +0 -1
  689. package/dist/esm/operationsInterfaces/archiveVersions.d.ts +0 -66
  690. package/dist/esm/operationsInterfaces/archiveVersions.d.ts.map +0 -1
  691. package/dist/esm/operationsInterfaces/archiveVersions.js +0 -9
  692. package/dist/esm/operationsInterfaces/archiveVersions.js.map +0 -1
  693. package/dist/esm/operationsInterfaces/archives.d.ts +0 -72
  694. package/dist/esm/operationsInterfaces/archives.d.ts.map +0 -1
  695. package/dist/esm/operationsInterfaces/archives.js +0 -9
  696. package/dist/esm/operationsInterfaces/archives.js.map +0 -1
  697. package/dist/esm/operationsInterfaces/exportPipelines.d.ts +0 -56
  698. package/dist/esm/operationsInterfaces/exportPipelines.d.ts.map +0 -1
  699. package/dist/esm/operationsInterfaces/exportPipelines.js +0 -9
  700. package/dist/esm/operationsInterfaces/exportPipelines.js.map +0 -1
  701. package/dist/esm/operationsInterfaces/importPipelines.d.ts +0 -56
  702. package/dist/esm/operationsInterfaces/importPipelines.d.ts.map +0 -1
  703. package/dist/esm/operationsInterfaces/importPipelines.js +0 -9
  704. package/dist/esm/operationsInterfaces/importPipelines.js.map +0 -1
  705. package/dist/esm/operationsInterfaces/pipelineRuns.d.ts +0 -56
  706. package/dist/esm/operationsInterfaces/pipelineRuns.d.ts.map +0 -1
  707. package/dist/esm/operationsInterfaces/pipelineRuns.js +0 -9
  708. package/dist/esm/operationsInterfaces/pipelineRuns.js.map +0 -1
  709. package/dist/react-native/operations/archiveVersions.d.ts +0 -95
  710. package/dist/react-native/operations/archiveVersions.d.ts.map +0 -1
  711. package/dist/react-native/operations/archiveVersions.js +0 -408
  712. package/dist/react-native/operations/archiveVersions.js.map +0 -1
  713. package/dist/react-native/operations/archives.d.ts +0 -99
  714. package/dist/react-native/operations/archives.d.ts.map +0 -1
  715. package/dist/react-native/operations/archives.js +0 -428
  716. package/dist/react-native/operations/archives.js.map +0 -1
  717. package/dist/react-native/operations/exportPipelines.d.ts +0 -81
  718. package/dist/react-native/operations/exportPipelines.d.ts.map +0 -1
  719. package/dist/react-native/operations/exportPipelines.js +0 -356
  720. package/dist/react-native/operations/exportPipelines.js.map +0 -1
  721. package/dist/react-native/operations/importPipelines.d.ts +0 -81
  722. package/dist/react-native/operations/importPipelines.d.ts.map +0 -1
  723. package/dist/react-native/operations/importPipelines.js +0 -356
  724. package/dist/react-native/operations/importPipelines.js.map +0 -1
  725. package/dist/react-native/operations/pipelineRuns.d.ts +0 -81
  726. package/dist/react-native/operations/pipelineRuns.d.ts.map +0 -1
  727. package/dist/react-native/operations/pipelineRuns.js +0 -356
  728. package/dist/react-native/operations/pipelineRuns.js.map +0 -1
  729. package/dist/react-native/operationsInterfaces/archiveVersions.d.ts +0 -66
  730. package/dist/react-native/operationsInterfaces/archiveVersions.d.ts.map +0 -1
  731. package/dist/react-native/operationsInterfaces/archiveVersions.js +0 -9
  732. package/dist/react-native/operationsInterfaces/archiveVersions.js.map +0 -1
  733. package/dist/react-native/operationsInterfaces/archives.d.ts +0 -72
  734. package/dist/react-native/operationsInterfaces/archives.d.ts.map +0 -1
  735. package/dist/react-native/operationsInterfaces/archives.js +0 -9
  736. package/dist/react-native/operationsInterfaces/archives.js.map +0 -1
  737. package/dist/react-native/operationsInterfaces/exportPipelines.d.ts +0 -56
  738. package/dist/react-native/operationsInterfaces/exportPipelines.d.ts.map +0 -1
  739. package/dist/react-native/operationsInterfaces/exportPipelines.js +0 -9
  740. package/dist/react-native/operationsInterfaces/exportPipelines.js.map +0 -1
  741. package/dist/react-native/operationsInterfaces/importPipelines.d.ts +0 -56
  742. package/dist/react-native/operationsInterfaces/importPipelines.d.ts.map +0 -1
  743. package/dist/react-native/operationsInterfaces/importPipelines.js +0 -9
  744. package/dist/react-native/operationsInterfaces/importPipelines.js.map +0 -1
  745. package/dist/react-native/operationsInterfaces/pipelineRuns.d.ts +0 -56
  746. package/dist/react-native/operationsInterfaces/pipelineRuns.d.ts.map +0 -1
  747. package/dist/react-native/operationsInterfaces/pipelineRuns.js +0 -9
  748. package/dist/react-native/operationsInterfaces/pipelineRuns.js.map +0 -1
  749. package/review/arm-containerregistry.api.md +0 -3486
@@ -1 +1 @@
1
- {"version":3,"file":"registries.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/registries.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Registry,\n RegistriesListOptionalParams,\n RegistriesListByResourceGroupOptionalParams,\n PrivateLinkResource,\n RegistriesListPrivateLinkResourcesOptionalParams,\n ImportImageParameters,\n RegistriesImportImageOptionalParams,\n RegistryNameCheckRequest,\n RegistriesCheckNameAvailabilityOptionalParams,\n RegistriesCheckNameAvailabilityResponse,\n RegistriesGetOptionalParams,\n RegistriesGetResponse,\n RegistriesCreateOptionalParams,\n RegistriesCreateResponse,\n RegistriesDeleteOptionalParams,\n RegistryUpdateParameters,\n RegistriesUpdateOptionalParams,\n RegistriesUpdateResponse,\n RegistriesListUsagesOptionalParams,\n RegistriesListUsagesResponse,\n RegistriesGetPrivateLinkResourceOptionalParams,\n RegistriesGetPrivateLinkResourceResponse,\n RegistriesListCredentialsOptionalParams,\n RegistriesListCredentialsResponse,\n RegenerateCredentialParameters,\n RegistriesRegenerateCredentialOptionalParams,\n RegistriesRegenerateCredentialResponse,\n GenerateCredentialsParameters,\n RegistriesGenerateCredentialsOptionalParams,\n RegistriesGenerateCredentialsResponse,\n RunRequestUnion,\n RegistriesScheduleRunOptionalParams,\n RegistriesScheduleRunResponse,\n RegistriesGetBuildSourceUploadUrlOptionalParams,\n RegistriesGetBuildSourceUploadUrlResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Registries. */\nexport interface Registries {\n /**\n * Lists all the container registries under the specified subscription.\n * @param options The options parameters.\n */\n list(\n options?: RegistriesListOptionalParams,\n ): PagedAsyncIterableIterator<Registry>;\n /**\n * Lists all the container registries under the specified resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: RegistriesListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<Registry>;\n /**\n * Lists the private link resources for a container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param options The options parameters.\n */\n listPrivateLinkResources(\n resourceGroupName: string,\n registryName: string,\n options?: RegistriesListPrivateLinkResourcesOptionalParams,\n ): PagedAsyncIterableIterator<PrivateLinkResource>;\n /**\n * Copies an image to this container registry from the specified container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param parameters The parameters specifying the image to copy and the source container registry.\n * @param options The options parameters.\n */\n beginImportImage(\n resourceGroupName: string,\n registryName: string,\n parameters: ImportImageParameters,\n options?: RegistriesImportImageOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Copies an image to this container registry from the specified container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param parameters The parameters specifying the image to copy and the source container registry.\n * @param options The options parameters.\n */\n beginImportImageAndWait(\n resourceGroupName: string,\n registryName: string,\n parameters: ImportImageParameters,\n options?: RegistriesImportImageOptionalParams,\n ): Promise<void>;\n /**\n * Checks whether the container registry name is available for use. The name must contain only\n * alphanumeric characters, be globally unique, and between 5 and 50 characters in length.\n * @param registryNameCheckRequest The object containing information for the availability request.\n * @param options The options parameters.\n */\n checkNameAvailability(\n registryNameCheckRequest: RegistryNameCheckRequest,\n options?: RegistriesCheckNameAvailabilityOptionalParams,\n ): Promise<RegistriesCheckNameAvailabilityResponse>;\n /**\n * Gets the properties of the specified container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n registryName: string,\n options?: RegistriesGetOptionalParams,\n ): Promise<RegistriesGetResponse>;\n /**\n * Creates a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param registry The parameters for creating a container registry.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n registryName: string,\n registry: Registry,\n options?: RegistriesCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<RegistriesCreateResponse>,\n RegistriesCreateResponse\n >\n >;\n /**\n * Creates a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param registry The parameters for creating a container registry.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n registryName: string,\n registry: Registry,\n options?: RegistriesCreateOptionalParams,\n ): Promise<RegistriesCreateResponse>;\n /**\n * Deletes a container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n registryName: string,\n options?: RegistriesDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n registryName: string,\n options?: RegistriesDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Updates a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param registryUpdateParameters The parameters for updating a container registry.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n registryName: string,\n registryUpdateParameters: RegistryUpdateParameters,\n options?: RegistriesUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<RegistriesUpdateResponse>,\n RegistriesUpdateResponse\n >\n >;\n /**\n * Updates a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param registryUpdateParameters The parameters for updating a container registry.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n registryName: string,\n registryUpdateParameters: RegistryUpdateParameters,\n options?: RegistriesUpdateOptionalParams,\n ): Promise<RegistriesUpdateResponse>;\n /**\n * Gets the quota usages for the specified container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param options The options parameters.\n */\n listUsages(\n resourceGroupName: string,\n registryName: string,\n options?: RegistriesListUsagesOptionalParams,\n ): Promise<RegistriesListUsagesResponse>;\n /**\n * Gets a private link resource by a specified group name for a container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param groupName The name of the private link resource.\n * @param options The options parameters.\n */\n getPrivateLinkResource(\n resourceGroupName: string,\n registryName: string,\n groupName: string,\n options?: RegistriesGetPrivateLinkResourceOptionalParams,\n ): Promise<RegistriesGetPrivateLinkResourceResponse>;\n /**\n * Lists the login credentials for the specified container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param options The options parameters.\n */\n listCredentials(\n resourceGroupName: string,\n registryName: string,\n options?: RegistriesListCredentialsOptionalParams,\n ): Promise<RegistriesListCredentialsResponse>;\n /**\n * Regenerates one of the login credentials for the specified container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param regenerateCredentialParameters Specifies name of the password which should be regenerated --\n * password or password2.\n * @param options The options parameters.\n */\n regenerateCredential(\n resourceGroupName: string,\n registryName: string,\n regenerateCredentialParameters: RegenerateCredentialParameters,\n options?: RegistriesRegenerateCredentialOptionalParams,\n ): Promise<RegistriesRegenerateCredentialResponse>;\n /**\n * Generate keys for a token of a specified container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param generateCredentialsParameters The parameters for generating credentials.\n * @param options The options parameters.\n */\n beginGenerateCredentials(\n resourceGroupName: string,\n registryName: string,\n generateCredentialsParameters: GenerateCredentialsParameters,\n options?: RegistriesGenerateCredentialsOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<RegistriesGenerateCredentialsResponse>,\n RegistriesGenerateCredentialsResponse\n >\n >;\n /**\n * Generate keys for a token of a specified container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param generateCredentialsParameters The parameters for generating credentials.\n * @param options The options parameters.\n */\n beginGenerateCredentialsAndWait(\n resourceGroupName: string,\n registryName: string,\n generateCredentialsParameters: GenerateCredentialsParameters,\n options?: RegistriesGenerateCredentialsOptionalParams,\n ): Promise<RegistriesGenerateCredentialsResponse>;\n /**\n * Schedules a new run based on the request parameters and add it to the run queue.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param runRequest The parameters of a run that needs to scheduled.\n * @param options The options parameters.\n */\n scheduleRun(\n resourceGroupName: string,\n registryName: string,\n runRequest: RunRequestUnion,\n options?: RegistriesScheduleRunOptionalParams,\n ): Promise<RegistriesScheduleRunResponse>;\n /**\n * Get the upload location for the user to be able to upload the source.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param options The options parameters.\n */\n getBuildSourceUploadUrl(\n resourceGroupName: string,\n registryName: string,\n options?: RegistriesGetBuildSourceUploadUrlOptionalParams,\n ): Promise<RegistriesGetBuildSourceUploadUrlResponse>;\n}\n"]}
1
+ {"version":3,"file":"registries.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/registries.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport type {\n Registry,\n RegistriesListOptionalParams,\n RegistriesListByResourceGroupOptionalParams,\n PrivateLinkResource,\n RegistriesListPrivateLinkResourcesOptionalParams,\n RegistryNameCheckRequest,\n RegistriesCheckNameAvailabilityOptionalParams,\n RegistriesCheckNameAvailabilityResponse,\n RegistriesGetOptionalParams,\n RegistriesGetResponse,\n RegistriesCreateOptionalParams,\n RegistriesCreateResponse,\n RegistryUpdateParameters,\n RegistriesUpdateOptionalParams,\n RegistriesUpdateResponse,\n RegistriesDeleteOptionalParams,\n GenerateCredentialsParameters,\n RegistriesGenerateCredentialsOptionalParams,\n RegistriesGenerateCredentialsResponse,\n ImportImageParameters,\n RegistriesImportImageOptionalParams,\n RegistriesListCredentialsOptionalParams,\n RegistriesListCredentialsResponse,\n RegistriesListUsagesOptionalParams,\n RegistriesListUsagesResponse,\n RegistriesGetPrivateLinkResourceOptionalParams,\n RegistriesGetPrivateLinkResourceResponse,\n RegenerateCredentialParameters,\n RegistriesRegenerateCredentialOptionalParams,\n RegistriesRegenerateCredentialResponse,\n RegistriesGetBuildSourceUploadUrlOptionalParams,\n RegistriesGetBuildSourceUploadUrlResponse,\n RunRequestUnion,\n RegistriesScheduleRunOptionalParams,\n RegistriesScheduleRunResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Registries. */\nexport interface Registries {\n /**\n * Lists all the container registries under the specified subscription.\n * @param options The options parameters.\n */\n list(options?: RegistriesListOptionalParams): PagedAsyncIterableIterator<Registry>;\n /**\n * Lists all the container registries under the specified resource group.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param options The options parameters.\n */\n listByResourceGroup(\n resourceGroupName: string,\n options?: RegistriesListByResourceGroupOptionalParams,\n ): PagedAsyncIterableIterator<Registry>;\n /**\n * Lists the private link resources for a container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param options The options parameters.\n */\n listPrivateLinkResources(\n resourceGroupName: string,\n registryName: string,\n options?: RegistriesListPrivateLinkResourcesOptionalParams,\n ): PagedAsyncIterableIterator<PrivateLinkResource>;\n /**\n * Checks whether the container registry name is available for use. The name must contain only\n * alphanumeric characters, be globally unique, and between 5 and 50 characters in length.\n * @param registryNameCheckRequest The request body\n * @param options The options parameters.\n */\n checkNameAvailability(\n registryNameCheckRequest: RegistryNameCheckRequest,\n options?: RegistriesCheckNameAvailabilityOptionalParams,\n ): Promise<RegistriesCheckNameAvailabilityResponse>;\n /**\n * Gets the properties of the specified container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n registryName: string,\n options?: RegistriesGetOptionalParams,\n ): Promise<RegistriesGetResponse>;\n /**\n * Creates a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param registry The parameters for creating a container registry.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n registryName: string,\n registry: Registry,\n options?: RegistriesCreateOptionalParams,\n ): Promise<SimplePollerLike<OperationState<RegistriesCreateResponse>, RegistriesCreateResponse>>;\n /**\n * Creates a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param registry The parameters for creating a container registry.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n registryName: string,\n registry: Registry,\n options?: RegistriesCreateOptionalParams,\n ): Promise<RegistriesCreateResponse>;\n /**\n * Updates a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param registryUpdateParameters The parameters for updating a container registry.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n registryName: string,\n registryUpdateParameters: RegistryUpdateParameters,\n options?: RegistriesUpdateOptionalParams,\n ): Promise<SimplePollerLike<OperationState<RegistriesUpdateResponse>, RegistriesUpdateResponse>>;\n /**\n * Updates a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param registryUpdateParameters The parameters for updating a container registry.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n registryName: string,\n registryUpdateParameters: RegistryUpdateParameters,\n options?: RegistriesUpdateOptionalParams,\n ): Promise<RegistriesUpdateResponse>;\n /**\n * Deletes a container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n registryName: string,\n options?: RegistriesDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n registryName: string,\n options?: RegistriesDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Generate keys for a token of a specified container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param generateCredentialsParameters The parameters for generating credentials.\n * @param options The options parameters.\n */\n beginGenerateCredentials(\n resourceGroupName: string,\n registryName: string,\n generateCredentialsParameters: GenerateCredentialsParameters,\n options?: RegistriesGenerateCredentialsOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<RegistriesGenerateCredentialsResponse>,\n RegistriesGenerateCredentialsResponse\n >\n >;\n /**\n * Generate keys for a token of a specified container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param generateCredentialsParameters The parameters for generating credentials.\n * @param options The options parameters.\n */\n beginGenerateCredentialsAndWait(\n resourceGroupName: string,\n registryName: string,\n generateCredentialsParameters: GenerateCredentialsParameters,\n options?: RegistriesGenerateCredentialsOptionalParams,\n ): Promise<RegistriesGenerateCredentialsResponse>;\n /**\n * Copies an image to this container registry from the specified container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param parameters The parameters specifying the image to copy and the source container registry.\n * @param options The options parameters.\n */\n beginImportImage(\n resourceGroupName: string,\n registryName: string,\n parameters: ImportImageParameters,\n options?: RegistriesImportImageOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Copies an image to this container registry from the specified container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param parameters The parameters specifying the image to copy and the source container registry.\n * @param options The options parameters.\n */\n beginImportImageAndWait(\n resourceGroupName: string,\n registryName: string,\n parameters: ImportImageParameters,\n options?: RegistriesImportImageOptionalParams,\n ): Promise<void>;\n /**\n * Lists the login credentials for the specified container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param options The options parameters.\n */\n listCredentials(\n resourceGroupName: string,\n registryName: string,\n options?: RegistriesListCredentialsOptionalParams,\n ): Promise<RegistriesListCredentialsResponse>;\n /**\n * Gets the quota usages for the specified container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param options The options parameters.\n */\n listUsages(\n resourceGroupName: string,\n registryName: string,\n options?: RegistriesListUsagesOptionalParams,\n ): Promise<RegistriesListUsagesResponse>;\n /**\n * Gets a private link resource by a specified group name for a container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param groupName The name of the private link associated with the Azure resource.\n * @param options The options parameters.\n */\n getPrivateLinkResource(\n resourceGroupName: string,\n registryName: string,\n groupName: string,\n options?: RegistriesGetPrivateLinkResourceOptionalParams,\n ): Promise<RegistriesGetPrivateLinkResourceResponse>;\n /**\n * Regenerates one of the login credentials for the specified container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param regenerateCredentialParameters Specifies name of the password which should be regenerated --\n * password or password2.\n * @param options The options parameters.\n */\n regenerateCredential(\n resourceGroupName: string,\n registryName: string,\n regenerateCredentialParameters: RegenerateCredentialParameters,\n options?: RegistriesRegenerateCredentialOptionalParams,\n ): Promise<RegistriesRegenerateCredentialResponse>;\n /**\n * Get the upload location for the user to be able to upload the source.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param options The options parameters.\n */\n getBuildSourceUploadUrl(\n resourceGroupName: string,\n registryName: string,\n options?: RegistriesGetBuildSourceUploadUrlOptionalParams,\n ): Promise<RegistriesGetBuildSourceUploadUrlResponse>;\n /**\n * Schedules a new run based on the request parameters and add it to the run queue.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param runRequest The request body\n * @param options The options parameters.\n */\n scheduleRun(\n resourceGroupName: string,\n registryName: string,\n runRequest: RunRequestUnion,\n options?: RegistriesScheduleRunOptionalParams,\n ): Promise<RegistriesScheduleRunResponse>;\n}\n"]}
@@ -1,6 +1,6 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
- import { Replication, ReplicationsListOptionalParams, ReplicationsGetOptionalParams, ReplicationsGetResponse, ReplicationsCreateOptionalParams, ReplicationsCreateResponse, ReplicationsDeleteOptionalParams, ReplicationUpdateParameters, ReplicationsUpdateOptionalParams, ReplicationsUpdateResponse } from "../models/index.js";
1
+ import type { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import type { SimplePollerLike, OperationState } from "@azure/core-lro";
3
+ import type { Replication, ReplicationsListOptionalParams, ReplicationsGetOptionalParams, ReplicationsGetResponse, ReplicationsCreateOptionalParams, ReplicationsCreateResponse, ReplicationUpdateParameters, ReplicationsUpdateOptionalParams, ReplicationsUpdateResponse, ReplicationsDeleteOptionalParams } from "../models/index.js";
4
4
  /** Interface representing a Replications. */
5
5
  export interface Replications {
6
6
  /**
@@ -37,38 +37,38 @@ export interface Replications {
37
37
  */
38
38
  beginCreateAndWait(resourceGroupName: string, registryName: string, replicationName: string, replication: Replication, options?: ReplicationsCreateOptionalParams): Promise<ReplicationsCreateResponse>;
39
39
  /**
40
- * Deletes a replication from a container registry.
40
+ * Updates a replication for a container registry with the specified parameters.
41
41
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
42
42
  * @param registryName The name of the container registry.
43
43
  * @param replicationName The name of the replication.
44
+ * @param replicationUpdateParameters The parameters for updating a replication.
44
45
  * @param options The options parameters.
45
46
  */
46
- beginDelete(resourceGroupName: string, registryName: string, replicationName: string, options?: ReplicationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
47
+ beginUpdate(resourceGroupName: string, registryName: string, replicationName: string, replicationUpdateParameters: ReplicationUpdateParameters, options?: ReplicationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ReplicationsUpdateResponse>, ReplicationsUpdateResponse>>;
47
48
  /**
48
- * Deletes a replication from a container registry.
49
+ * Updates a replication for a container registry with the specified parameters.
49
50
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
50
51
  * @param registryName The name of the container registry.
51
52
  * @param replicationName The name of the replication.
53
+ * @param replicationUpdateParameters The parameters for updating a replication.
52
54
  * @param options The options parameters.
53
55
  */
54
- beginDeleteAndWait(resourceGroupName: string, registryName: string, replicationName: string, options?: ReplicationsDeleteOptionalParams): Promise<void>;
56
+ beginUpdateAndWait(resourceGroupName: string, registryName: string, replicationName: string, replicationUpdateParameters: ReplicationUpdateParameters, options?: ReplicationsUpdateOptionalParams): Promise<ReplicationsUpdateResponse>;
55
57
  /**
56
- * Updates a replication for a container registry with the specified parameters.
58
+ * Deletes a replication from a container registry.
57
59
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
58
60
  * @param registryName The name of the container registry.
59
61
  * @param replicationName The name of the replication.
60
- * @param replicationUpdateParameters The parameters for updating a replication.
61
62
  * @param options The options parameters.
62
63
  */
63
- beginUpdate(resourceGroupName: string, registryName: string, replicationName: string, replicationUpdateParameters: ReplicationUpdateParameters, options?: ReplicationsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ReplicationsUpdateResponse>, ReplicationsUpdateResponse>>;
64
+ beginDelete(resourceGroupName: string, registryName: string, replicationName: string, options?: ReplicationsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
64
65
  /**
65
- * Updates a replication for a container registry with the specified parameters.
66
+ * Deletes a replication from a container registry.
66
67
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
67
68
  * @param registryName The name of the container registry.
68
69
  * @param replicationName The name of the replication.
69
- * @param replicationUpdateParameters The parameters for updating a replication.
70
70
  * @param options The options parameters.
71
71
  */
72
- beginUpdateAndWait(resourceGroupName: string, registryName: string, replicationName: string, replicationUpdateParameters: ReplicationUpdateParameters, options?: ReplicationsUpdateOptionalParams): Promise<ReplicationsUpdateResponse>;
72
+ beginDeleteAndWait(resourceGroupName: string, registryName: string, replicationName: string, options?: ReplicationsDeleteOptionalParams): Promise<void>;
73
73
  }
74
74
  //# sourceMappingURL=replications.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"replications.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/replications.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,WAAW,EACX,8BAA8B,EAC9B,6BAA6B,EAC7B,uBAAuB,EACvB,gCAAgC,EAChC,0BAA0B,EAC1B,gCAAgC,EAChC,2BAA2B,EAC3B,gCAAgC,EAChC,0BAA0B,EAC3B,MAAM,oBAAoB,CAAC;AAG5B,6CAA6C;AAC7C,MAAM,WAAW,YAAY;IAC3B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,8BAA8B,GACvC,0BAA0B,CAAC,WAAW,CAAC,CAAC;IAC3C;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;IACpC;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,WAAW,EAAE,WAAW,EACxB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,0BAA0B,CAAC,EAC1C,0BAA0B,CAC3B,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,WAAW,EAAE,WAAW,EACxB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,2BAA2B,EAAE,2BAA2B,EACxD,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,0BAA0B,CAAC,EAC1C,0BAA0B,CAC3B,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,2BAA2B,EAAE,2BAA2B,EACxD,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;CACxC"}
1
+ {"version":3,"file":"replications.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/replications.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,KAAK,EACV,WAAW,EACX,8BAA8B,EAC9B,6BAA6B,EAC7B,uBAAuB,EACvB,gCAAgC,EAChC,0BAA0B,EAC1B,2BAA2B,EAC3B,gCAAgC,EAChC,0BAA0B,EAC1B,gCAAgC,EACjC,MAAM,oBAAoB,CAAC;AAG5B,6CAA6C;AAC7C,MAAM,WAAW,YAAY;IAC3B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,8BAA8B,GACvC,0BAA0B,CAAC,WAAW,CAAC,CAAC;IAC3C;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;IACpC;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,WAAW,EAAE,WAAW,EACxB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,0BAA0B,CAAC,EAAE,0BAA0B,CAAC,CACzF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,WAAW,EAAE,WAAW,EACxB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,2BAA2B,EAAE,2BAA2B,EACxD,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CACR,gBAAgB,CAAC,cAAc,CAAC,0BAA0B,CAAC,EAAE,0BAA0B,CAAC,CACzF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,2BAA2B,EAAE,2BAA2B,EACxD,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,eAAe,EAAE,MAAM,EACvB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -1,10 +1,5 @@
1
1
  "use strict";
2
- /*
3
- * Copyright (c) Microsoft Corporation.
4
- * Licensed under the MIT License.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
- */
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT License.
9
4
  Object.defineProperty(exports, "__esModule", { value: true });
10
5
  //# sourceMappingURL=replications.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"replications.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/replications.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n Replication,\n ReplicationsListOptionalParams,\n ReplicationsGetOptionalParams,\n ReplicationsGetResponse,\n ReplicationsCreateOptionalParams,\n ReplicationsCreateResponse,\n ReplicationsDeleteOptionalParams,\n ReplicationUpdateParameters,\n ReplicationsUpdateOptionalParams,\n ReplicationsUpdateResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Replications. */\nexport interface Replications {\n /**\n * Lists all the replications for the specified container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n registryName: string,\n options?: ReplicationsListOptionalParams,\n ): PagedAsyncIterableIterator<Replication>;\n /**\n * Gets the properties of the specified replication.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param replicationName The name of the replication.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n registryName: string,\n replicationName: string,\n options?: ReplicationsGetOptionalParams,\n ): Promise<ReplicationsGetResponse>;\n /**\n * Creates a replication for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param replicationName The name of the replication.\n * @param replication The parameters for creating a replication.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n registryName: string,\n replicationName: string,\n replication: Replication,\n options?: ReplicationsCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ReplicationsCreateResponse>,\n ReplicationsCreateResponse\n >\n >;\n /**\n * Creates a replication for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param replicationName The name of the replication.\n * @param replication The parameters for creating a replication.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n registryName: string,\n replicationName: string,\n replication: Replication,\n options?: ReplicationsCreateOptionalParams,\n ): Promise<ReplicationsCreateResponse>;\n /**\n * Deletes a replication from a container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param replicationName The name of the replication.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n registryName: string,\n replicationName: string,\n options?: ReplicationsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a replication from a container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param replicationName The name of the replication.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n registryName: string,\n replicationName: string,\n options?: ReplicationsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Updates a replication for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param replicationName The name of the replication.\n * @param replicationUpdateParameters The parameters for updating a replication.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n registryName: string,\n replicationName: string,\n replicationUpdateParameters: ReplicationUpdateParameters,\n options?: ReplicationsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ReplicationsUpdateResponse>,\n ReplicationsUpdateResponse\n >\n >;\n /**\n * Updates a replication for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param replicationName The name of the replication.\n * @param replicationUpdateParameters The parameters for updating a replication.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n registryName: string,\n replicationName: string,\n replicationUpdateParameters: ReplicationUpdateParameters,\n options?: ReplicationsUpdateOptionalParams,\n ): Promise<ReplicationsUpdateResponse>;\n}\n"]}
1
+ {"version":3,"file":"replications.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/replications.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport type {\n Replication,\n ReplicationsListOptionalParams,\n ReplicationsGetOptionalParams,\n ReplicationsGetResponse,\n ReplicationsCreateOptionalParams,\n ReplicationsCreateResponse,\n ReplicationUpdateParameters,\n ReplicationsUpdateOptionalParams,\n ReplicationsUpdateResponse,\n ReplicationsDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Replications. */\nexport interface Replications {\n /**\n * Lists all the replications for the specified container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n registryName: string,\n options?: ReplicationsListOptionalParams,\n ): PagedAsyncIterableIterator<Replication>;\n /**\n * Gets the properties of the specified replication.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param replicationName The name of the replication.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n registryName: string,\n replicationName: string,\n options?: ReplicationsGetOptionalParams,\n ): Promise<ReplicationsGetResponse>;\n /**\n * Creates a replication for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param replicationName The name of the replication.\n * @param replication The parameters for creating a replication.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n registryName: string,\n replicationName: string,\n replication: Replication,\n options?: ReplicationsCreateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<ReplicationsCreateResponse>, ReplicationsCreateResponse>\n >;\n /**\n * Creates a replication for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param replicationName The name of the replication.\n * @param replication The parameters for creating a replication.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n registryName: string,\n replicationName: string,\n replication: Replication,\n options?: ReplicationsCreateOptionalParams,\n ): Promise<ReplicationsCreateResponse>;\n /**\n * Updates a replication for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param replicationName The name of the replication.\n * @param replicationUpdateParameters The parameters for updating a replication.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n registryName: string,\n replicationName: string,\n replicationUpdateParameters: ReplicationUpdateParameters,\n options?: ReplicationsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<OperationState<ReplicationsUpdateResponse>, ReplicationsUpdateResponse>\n >;\n /**\n * Updates a replication for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param replicationName The name of the replication.\n * @param replicationUpdateParameters The parameters for updating a replication.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n registryName: string,\n replicationName: string,\n replicationUpdateParameters: ReplicationUpdateParameters,\n options?: ReplicationsUpdateOptionalParams,\n ): Promise<ReplicationsUpdateResponse>;\n /**\n * Deletes a replication from a container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param replicationName The name of the replication.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n registryName: string,\n replicationName: string,\n options?: ReplicationsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a replication from a container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param replicationName The name of the replication.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n registryName: string,\n replicationName: string,\n options?: ReplicationsDeleteOptionalParams,\n ): Promise<void>;\n}\n"]}
@@ -1,46 +1,46 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { Run, RunsListOptionalParams, RunsGetOptionalParams, RunsGetResponse, RunUpdateParameters, RunsUpdateOptionalParams, RunsUpdateResponse, RunsGetLogSasUrlOptionalParams, RunsGetLogSasUrlResponse, RunsCancelOptionalParams } from "../models/index.js";
1
+ import type { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import type { Run, RunsListOptionalParams, RunsGetOptionalParams, RunsGetResponse, RunUpdateParameters, RunsUpdateOptionalParams, RunsUpdateResponse, RunsCancelOptionalParams, RunsGetLogSasUrlOptionalParams, RunsGetLogSasUrlResponse } from "../models/index.js";
3
3
  /** Interface representing a Runs. */
4
4
  export interface Runs {
5
5
  /**
6
6
  * Gets all the runs for a registry.
7
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
8
- * @param registryName The name of the container registry.
7
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
8
+ * @param registryName The name of the Registry
9
9
  * @param options The options parameters.
10
10
  */
11
11
  list(resourceGroupName: string, registryName: string, options?: RunsListOptionalParams): PagedAsyncIterableIterator<Run>;
12
12
  /**
13
13
  * Gets the detailed information for a given run.
14
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
15
- * @param registryName The name of the container registry.
14
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
15
+ * @param registryName The name of the Registry
16
16
  * @param runId The run ID.
17
17
  * @param options The options parameters.
18
18
  */
19
19
  get(resourceGroupName: string, registryName: string, runId: string, options?: RunsGetOptionalParams): Promise<RunsGetResponse>;
20
20
  /**
21
21
  * Patch the run properties.
22
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
23
- * @param registryName The name of the container registry.
22
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
23
+ * @param registryName The name of the Registry
24
24
  * @param runId The run ID.
25
25
  * @param runUpdateParameters The run update properties.
26
26
  * @param options The options parameters.
27
27
  */
28
28
  update(resourceGroupName: string, registryName: string, runId: string, runUpdateParameters: RunUpdateParameters, options?: RunsUpdateOptionalParams): Promise<RunsUpdateResponse>;
29
29
  /**
30
- * Gets a link to download the run logs.
31
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
32
- * @param registryName The name of the container registry.
30
+ * Cancel an existing run.
31
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
32
+ * @param registryName The name of the Registry
33
33
  * @param runId The run ID.
34
34
  * @param options The options parameters.
35
35
  */
36
- getLogSasUrl(resourceGroupName: string, registryName: string, runId: string, options?: RunsGetLogSasUrlOptionalParams): Promise<RunsGetLogSasUrlResponse>;
36
+ cancel(resourceGroupName: string, registryName: string, runId: string, options?: RunsCancelOptionalParams): Promise<void>;
37
37
  /**
38
- * Cancel an existing run.
39
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
40
- * @param registryName The name of the container registry.
38
+ * Gets a link to download the run logs.
39
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
40
+ * @param registryName The name of the Registry
41
41
  * @param runId The run ID.
42
42
  * @param options The options parameters.
43
43
  */
44
- cancel(resourceGroupName: string, registryName: string, runId: string, options?: RunsCancelOptionalParams): Promise<void>;
44
+ getLogSasUrl(resourceGroupName: string, registryName: string, runId: string, options?: RunsGetLogSasUrlOptionalParams): Promise<RunsGetLogSasUrlResponse>;
45
45
  }
46
46
  //# sourceMappingURL=runs.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"runs.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/runs.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,GAAG,EACH,sBAAsB,EACtB,qBAAqB,EACrB,eAAe,EACf,mBAAmB,EACnB,wBAAwB,EACxB,kBAAkB,EAClB,8BAA8B,EAC9B,wBAAwB,EACxB,wBAAwB,EACzB,MAAM,oBAAoB,CAAC;AAG5B,qCAAqC;AACrC,MAAM,WAAW,IAAI;IACnB;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,sBAAsB,GAC/B,0BAA0B,CAAC,GAAG,CAAC,CAAC;IACnC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,qBAAqB,GAC9B,OAAO,CAAC,eAAe,CAAC,CAAC;IAC5B;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,mBAAmB,EAAE,mBAAmB,EACxC,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC/B;;;;;;OAMG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;IACrC;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
1
+ {"version":3,"file":"runs.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/runs.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EACV,GAAG,EACH,sBAAsB,EACtB,qBAAqB,EACrB,eAAe,EACf,mBAAmB,EACnB,wBAAwB,EACxB,kBAAkB,EAClB,wBAAwB,EACxB,8BAA8B,EAC9B,wBAAwB,EACzB,MAAM,oBAAoB,CAAC;AAG5B,qCAAqC;AACrC,MAAM,WAAW,IAAI;IACnB;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,sBAAsB,GAC/B,0BAA0B,CAAC,GAAG,CAAC,CAAC;IACnC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,qBAAqB,GAC9B,OAAO,CAAC,eAAe,CAAC,CAAC;IAC5B;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,mBAAmB,EAAE,mBAAmB,EACxC,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,kBAAkB,CAAC,CAAC;IAC/B;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,wBAAwB,GACjC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,YAAY,CACV,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,KAAK,EAAE,MAAM,EACb,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC,CAAC;CACtC"}
@@ -1,10 +1,5 @@
1
1
  "use strict";
2
- /*
3
- * Copyright (c) Microsoft Corporation.
4
- * Licensed under the MIT License.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
- */
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT License.
9
4
  Object.defineProperty(exports, "__esModule", { value: true });
10
5
  //# sourceMappingURL=runs.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"runs.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/runs.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport {\n Run,\n RunsListOptionalParams,\n RunsGetOptionalParams,\n RunsGetResponse,\n RunUpdateParameters,\n RunsUpdateOptionalParams,\n RunsUpdateResponse,\n RunsGetLogSasUrlOptionalParams,\n RunsGetLogSasUrlResponse,\n RunsCancelOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Runs. */\nexport interface Runs {\n /**\n * Gets all the runs for a registry.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n registryName: string,\n options?: RunsListOptionalParams,\n ): PagedAsyncIterableIterator<Run>;\n /**\n * Gets the detailed information for a given run.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param runId The run ID.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n registryName: string,\n runId: string,\n options?: RunsGetOptionalParams,\n ): Promise<RunsGetResponse>;\n /**\n * Patch the run properties.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param runId The run ID.\n * @param runUpdateParameters The run update properties.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n registryName: string,\n runId: string,\n runUpdateParameters: RunUpdateParameters,\n options?: RunsUpdateOptionalParams,\n ): Promise<RunsUpdateResponse>;\n /**\n * Gets a link to download the run logs.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param runId The run ID.\n * @param options The options parameters.\n */\n getLogSasUrl(\n resourceGroupName: string,\n registryName: string,\n runId: string,\n options?: RunsGetLogSasUrlOptionalParams,\n ): Promise<RunsGetLogSasUrlResponse>;\n /**\n * Cancel an existing run.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param runId The run ID.\n * @param options The options parameters.\n */\n cancel(\n resourceGroupName: string,\n registryName: string,\n runId: string,\n options?: RunsCancelOptionalParams,\n ): Promise<void>;\n}\n"]}
1
+ {"version":3,"file":"runs.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/runs.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type {\n Run,\n RunsListOptionalParams,\n RunsGetOptionalParams,\n RunsGetResponse,\n RunUpdateParameters,\n RunsUpdateOptionalParams,\n RunsUpdateResponse,\n RunsCancelOptionalParams,\n RunsGetLogSasUrlOptionalParams,\n RunsGetLogSasUrlResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a Runs. */\nexport interface Runs {\n /**\n * Gets all the runs for a registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the Registry\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n registryName: string,\n options?: RunsListOptionalParams,\n ): PagedAsyncIterableIterator<Run>;\n /**\n * Gets the detailed information for a given run.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the Registry\n * @param runId The run ID.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n registryName: string,\n runId: string,\n options?: RunsGetOptionalParams,\n ): Promise<RunsGetResponse>;\n /**\n * Patch the run properties.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the Registry\n * @param runId The run ID.\n * @param runUpdateParameters The run update properties.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n registryName: string,\n runId: string,\n runUpdateParameters: RunUpdateParameters,\n options?: RunsUpdateOptionalParams,\n ): Promise<RunsUpdateResponse>;\n /**\n * Cancel an existing run.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the Registry\n * @param runId The run ID.\n * @param options The options parameters.\n */\n cancel(\n resourceGroupName: string,\n registryName: string,\n runId: string,\n options?: RunsCancelOptionalParams,\n ): Promise<void>;\n /**\n * Gets a link to download the run logs.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the Registry\n * @param runId The run ID.\n * @param options The options parameters.\n */\n getLogSasUrl(\n resourceGroupName: string,\n registryName: string,\n runId: string,\n options?: RunsGetLogSasUrlOptionalParams,\n ): Promise<RunsGetLogSasUrlResponse>;\n}\n"]}
@@ -1,6 +1,6 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
- import { ScopeMap, ScopeMapsListOptionalParams, ScopeMapsGetOptionalParams, ScopeMapsGetResponse, ScopeMapsCreateOptionalParams, ScopeMapsCreateResponse, ScopeMapsDeleteOptionalParams, ScopeMapUpdateParameters, ScopeMapsUpdateOptionalParams, ScopeMapsUpdateResponse } from "../models/index.js";
1
+ import type { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import type { SimplePollerLike, OperationState } from "@azure/core-lro";
3
+ import type { ScopeMap, ScopeMapsListOptionalParams, ScopeMapsGetOptionalParams, ScopeMapsGetResponse, ScopeMapsCreateOptionalParams, ScopeMapsCreateResponse, ScopeMapUpdateParameters, ScopeMapsUpdateOptionalParams, ScopeMapsUpdateResponse, ScopeMapsDeleteOptionalParams } from "../models/index.js";
4
4
  /** Interface representing a ScopeMaps. */
5
5
  export interface ScopeMaps {
6
6
  /**
@@ -37,38 +37,38 @@ export interface ScopeMaps {
37
37
  */
38
38
  beginCreateAndWait(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapCreateParameters: ScopeMap, options?: ScopeMapsCreateOptionalParams): Promise<ScopeMapsCreateResponse>;
39
39
  /**
40
- * Deletes a scope map from a container registry.
40
+ * Updates a scope map with the specified parameters.
41
41
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
42
42
  * @param registryName The name of the container registry.
43
43
  * @param scopeMapName The name of the scope map.
44
+ * @param scopeMapUpdateParameters The parameters for updating a scope map.
44
45
  * @param options The options parameters.
45
46
  */
46
- beginDelete(resourceGroupName: string, registryName: string, scopeMapName: string, options?: ScopeMapsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
47
+ beginUpdate(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapUpdateParameters: ScopeMapUpdateParameters, options?: ScopeMapsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ScopeMapsUpdateResponse>, ScopeMapsUpdateResponse>>;
47
48
  /**
48
- * Deletes a scope map from a container registry.
49
+ * Updates a scope map with the specified parameters.
49
50
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
50
51
  * @param registryName The name of the container registry.
51
52
  * @param scopeMapName The name of the scope map.
53
+ * @param scopeMapUpdateParameters The parameters for updating a scope map.
52
54
  * @param options The options parameters.
53
55
  */
54
- beginDeleteAndWait(resourceGroupName: string, registryName: string, scopeMapName: string, options?: ScopeMapsDeleteOptionalParams): Promise<void>;
56
+ beginUpdateAndWait(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapUpdateParameters: ScopeMapUpdateParameters, options?: ScopeMapsUpdateOptionalParams): Promise<ScopeMapsUpdateResponse>;
55
57
  /**
56
- * Updates a scope map with the specified parameters.
58
+ * Deletes a scope map from a container registry.
57
59
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
58
60
  * @param registryName The name of the container registry.
59
61
  * @param scopeMapName The name of the scope map.
60
- * @param scopeMapUpdateParameters The parameters for updating a scope map.
61
62
  * @param options The options parameters.
62
63
  */
63
- beginUpdate(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapUpdateParameters: ScopeMapUpdateParameters, options?: ScopeMapsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<ScopeMapsUpdateResponse>, ScopeMapsUpdateResponse>>;
64
+ beginDelete(resourceGroupName: string, registryName: string, scopeMapName: string, options?: ScopeMapsDeleteOptionalParams): Promise<SimplePollerLike<OperationState<void>, void>>;
64
65
  /**
65
- * Updates a scope map with the specified parameters.
66
+ * Deletes a scope map from a container registry.
66
67
  * @param resourceGroupName The name of the resource group. The name is case insensitive.
67
68
  * @param registryName The name of the container registry.
68
69
  * @param scopeMapName The name of the scope map.
69
- * @param scopeMapUpdateParameters The parameters for updating a scope map.
70
70
  * @param options The options parameters.
71
71
  */
72
- beginUpdateAndWait(resourceGroupName: string, registryName: string, scopeMapName: string, scopeMapUpdateParameters: ScopeMapUpdateParameters, options?: ScopeMapsUpdateOptionalParams): Promise<ScopeMapsUpdateResponse>;
72
+ beginDeleteAndWait(resourceGroupName: string, registryName: string, scopeMapName: string, options?: ScopeMapsDeleteOptionalParams): Promise<void>;
73
73
  }
74
74
  //# sourceMappingURL=scopeMaps.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"scopeMaps.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/scopeMaps.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,QAAQ,EACR,2BAA2B,EAC3B,0BAA0B,EAC1B,oBAAoB,EACpB,6BAA6B,EAC7B,uBAAuB,EACvB,6BAA6B,EAC7B,wBAAwB,EACxB,6BAA6B,EAC7B,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAG5B,0CAA0C;AAC1C,MAAM,WAAW,SAAS;IACxB;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,2BAA2B,GACpC,0BAA0B,CAAC,QAAQ,CAAC,CAAC;IACxC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACjC;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,wBAAwB,EAAE,QAAQ,EAClC,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,uBAAuB,CAAC,EACvC,uBAAuB,CACxB,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,wBAAwB,EAAE,QAAQ,EAClC,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;IACpC;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,wBAAwB,EAAE,wBAAwB,EAClD,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,uBAAuB,CAAC,EACvC,uBAAuB,CACxB,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,wBAAwB,EAAE,wBAAwB,EAClD,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;CACrC"}
1
+ {"version":3,"file":"scopeMaps.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/scopeMaps.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,KAAK,EACV,QAAQ,EACR,2BAA2B,EAC3B,0BAA0B,EAC1B,oBAAoB,EACpB,6BAA6B,EAC7B,uBAAuB,EACvB,wBAAwB,EACxB,6BAA6B,EAC7B,uBAAuB,EACvB,6BAA6B,EAC9B,MAAM,oBAAoB,CAAC;AAG5B,0CAA0C;AAC1C,MAAM,WAAW,SAAS;IACxB;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,2BAA2B,GACpC,0BAA0B,CAAC,QAAQ,CAAC,CAAC;IACxC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,0BAA0B,GACnC,OAAO,CAAC,oBAAoB,CAAC,CAAC;IACjC;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,wBAAwB,EAAE,QAAQ,EAClC,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,uBAAuB,CAAC,EAAE,uBAAuB,CAAC,CAAC,CAAC;IAC/F;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,wBAAwB,EAAE,QAAQ,EAClC,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;IACpC;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,wBAAwB,EAAE,wBAAwB,EAClD,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,uBAAuB,CAAC,EAAE,uBAAuB,CAAC,CAAC,CAAC;IAC/F;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,wBAAwB,EAAE,wBAAwB,EAClD,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,uBAAuB,CAAC,CAAC;IACpC;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACzD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,6BAA6B,GACtC,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -1,10 +1,5 @@
1
1
  "use strict";
2
- /*
3
- * Copyright (c) Microsoft Corporation.
4
- * Licensed under the MIT License.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
- */
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT License.
9
4
  Object.defineProperty(exports, "__esModule", { value: true });
10
5
  //# sourceMappingURL=scopeMaps.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"scopeMaps.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/scopeMaps.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n ScopeMap,\n ScopeMapsListOptionalParams,\n ScopeMapsGetOptionalParams,\n ScopeMapsGetResponse,\n ScopeMapsCreateOptionalParams,\n ScopeMapsCreateResponse,\n ScopeMapsDeleteOptionalParams,\n ScopeMapUpdateParameters,\n ScopeMapsUpdateOptionalParams,\n ScopeMapsUpdateResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ScopeMaps. */\nexport interface ScopeMaps {\n /**\n * Lists all the scope maps for the specified container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n registryName: string,\n options?: ScopeMapsListOptionalParams,\n ): PagedAsyncIterableIterator<ScopeMap>;\n /**\n * Gets the properties of the specified scope map.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param scopeMapName The name of the scope map.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n registryName: string,\n scopeMapName: string,\n options?: ScopeMapsGetOptionalParams,\n ): Promise<ScopeMapsGetResponse>;\n /**\n * Creates a scope map for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param scopeMapName The name of the scope map.\n * @param scopeMapCreateParameters The parameters for creating a scope map.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n registryName: string,\n scopeMapName: string,\n scopeMapCreateParameters: ScopeMap,\n options?: ScopeMapsCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ScopeMapsCreateResponse>,\n ScopeMapsCreateResponse\n >\n >;\n /**\n * Creates a scope map for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param scopeMapName The name of the scope map.\n * @param scopeMapCreateParameters The parameters for creating a scope map.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n registryName: string,\n scopeMapName: string,\n scopeMapCreateParameters: ScopeMap,\n options?: ScopeMapsCreateOptionalParams,\n ): Promise<ScopeMapsCreateResponse>;\n /**\n * Deletes a scope map from a container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param scopeMapName The name of the scope map.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n registryName: string,\n scopeMapName: string,\n options?: ScopeMapsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a scope map from a container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param scopeMapName The name of the scope map.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n registryName: string,\n scopeMapName: string,\n options?: ScopeMapsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Updates a scope map with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param scopeMapName The name of the scope map.\n * @param scopeMapUpdateParameters The parameters for updating a scope map.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n registryName: string,\n scopeMapName: string,\n scopeMapUpdateParameters: ScopeMapUpdateParameters,\n options?: ScopeMapsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<ScopeMapsUpdateResponse>,\n ScopeMapsUpdateResponse\n >\n >;\n /**\n * Updates a scope map with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param scopeMapName The name of the scope map.\n * @param scopeMapUpdateParameters The parameters for updating a scope map.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n registryName: string,\n scopeMapName: string,\n scopeMapUpdateParameters: ScopeMapUpdateParameters,\n options?: ScopeMapsUpdateOptionalParams,\n ): Promise<ScopeMapsUpdateResponse>;\n}\n"]}
1
+ {"version":3,"file":"scopeMaps.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/scopeMaps.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport type {\n ScopeMap,\n ScopeMapsListOptionalParams,\n ScopeMapsGetOptionalParams,\n ScopeMapsGetResponse,\n ScopeMapsCreateOptionalParams,\n ScopeMapsCreateResponse,\n ScopeMapUpdateParameters,\n ScopeMapsUpdateOptionalParams,\n ScopeMapsUpdateResponse,\n ScopeMapsDeleteOptionalParams,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a ScopeMaps. */\nexport interface ScopeMaps {\n /**\n * Lists all the scope maps for the specified container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n registryName: string,\n options?: ScopeMapsListOptionalParams,\n ): PagedAsyncIterableIterator<ScopeMap>;\n /**\n * Gets the properties of the specified scope map.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param scopeMapName The name of the scope map.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n registryName: string,\n scopeMapName: string,\n options?: ScopeMapsGetOptionalParams,\n ): Promise<ScopeMapsGetResponse>;\n /**\n * Creates a scope map for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param scopeMapName The name of the scope map.\n * @param scopeMapCreateParameters The parameters for creating a scope map.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n registryName: string,\n scopeMapName: string,\n scopeMapCreateParameters: ScopeMap,\n options?: ScopeMapsCreateOptionalParams,\n ): Promise<SimplePollerLike<OperationState<ScopeMapsCreateResponse>, ScopeMapsCreateResponse>>;\n /**\n * Creates a scope map for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param scopeMapName The name of the scope map.\n * @param scopeMapCreateParameters The parameters for creating a scope map.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n registryName: string,\n scopeMapName: string,\n scopeMapCreateParameters: ScopeMap,\n options?: ScopeMapsCreateOptionalParams,\n ): Promise<ScopeMapsCreateResponse>;\n /**\n * Updates a scope map with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param scopeMapName The name of the scope map.\n * @param scopeMapUpdateParameters The parameters for updating a scope map.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n registryName: string,\n scopeMapName: string,\n scopeMapUpdateParameters: ScopeMapUpdateParameters,\n options?: ScopeMapsUpdateOptionalParams,\n ): Promise<SimplePollerLike<OperationState<ScopeMapsUpdateResponse>, ScopeMapsUpdateResponse>>;\n /**\n * Updates a scope map with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param scopeMapName The name of the scope map.\n * @param scopeMapUpdateParameters The parameters for updating a scope map.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n registryName: string,\n scopeMapName: string,\n scopeMapUpdateParameters: ScopeMapUpdateParameters,\n options?: ScopeMapsUpdateOptionalParams,\n ): Promise<ScopeMapsUpdateResponse>;\n /**\n * Deletes a scope map from a container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param scopeMapName The name of the scope map.\n * @param options The options parameters.\n */\n beginDelete(\n resourceGroupName: string,\n registryName: string,\n scopeMapName: string,\n options?: ScopeMapsDeleteOptionalParams,\n ): Promise<SimplePollerLike<OperationState<void>, void>>;\n /**\n * Deletes a scope map from a container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the container registry.\n * @param scopeMapName The name of the scope map.\n * @param options The options parameters.\n */\n beginDeleteAndWait(\n resourceGroupName: string,\n registryName: string,\n scopeMapName: string,\n options?: ScopeMapsDeleteOptionalParams,\n ): Promise<void>;\n}\n"]}
@@ -1,27 +1,27 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { SimplePollerLike, OperationState } from "@azure/core-lro";
3
- import { TaskRun, TaskRunsListOptionalParams, TaskRunsGetOptionalParams, TaskRunsGetResponse, TaskRunsCreateOptionalParams, TaskRunsCreateResponse, TaskRunsDeleteOptionalParams, TaskRunUpdateParameters, TaskRunsUpdateOptionalParams, TaskRunsUpdateResponse, TaskRunsGetDetailsOptionalParams, TaskRunsGetDetailsResponse } from "../models/index.js";
1
+ import type { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import type { SimplePollerLike, OperationState } from "@azure/core-lro";
3
+ import type { TaskRun, TaskRunsListOptionalParams, TaskRunsGetOptionalParams, TaskRunsGetResponse, TaskRunsCreateOptionalParams, TaskRunsCreateResponse, TaskRunUpdateParameters, TaskRunsUpdateOptionalParams, TaskRunsUpdateResponse, TaskRunsDeleteOptionalParams, TaskRunsGetDetailsOptionalParams, TaskRunsGetDetailsResponse } from "../models/index.js";
4
4
  /** Interface representing a TaskRuns. */
5
5
  export interface TaskRuns {
6
6
  /**
7
7
  * Lists all the task runs for a specified container registry.
8
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
9
- * @param registryName The name of the container registry.
8
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
9
+ * @param registryName The name of the Registry
10
10
  * @param options The options parameters.
11
11
  */
12
12
  list(resourceGroupName: string, registryName: string, options?: TaskRunsListOptionalParams): PagedAsyncIterableIterator<TaskRun>;
13
13
  /**
14
14
  * Gets the detailed information for a given task run.
15
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
16
- * @param registryName The name of the container registry.
15
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
16
+ * @param registryName The name of the Registry
17
17
  * @param taskRunName The name of the task run.
18
18
  * @param options The options parameters.
19
19
  */
20
20
  get(resourceGroupName: string, registryName: string, taskRunName: string, options?: TaskRunsGetOptionalParams): Promise<TaskRunsGetResponse>;
21
21
  /**
22
22
  * Creates a task run for a container registry with the specified parameters.
23
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
24
- * @param registryName The name of the container registry.
23
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
24
+ * @param registryName The name of the Registry
25
25
  * @param taskRunName The name of the task run.
26
26
  * @param taskRun The parameters of a run that needs to scheduled.
27
27
  * @param options The options parameters.
@@ -29,25 +29,17 @@ export interface TaskRuns {
29
29
  beginCreate(resourceGroupName: string, registryName: string, taskRunName: string, taskRun: TaskRun, options?: TaskRunsCreateOptionalParams): Promise<SimplePollerLike<OperationState<TaskRunsCreateResponse>, TaskRunsCreateResponse>>;
30
30
  /**
31
31
  * Creates a task run for a container registry with the specified parameters.
32
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
33
- * @param registryName The name of the container registry.
32
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
33
+ * @param registryName The name of the Registry
34
34
  * @param taskRunName The name of the task run.
35
35
  * @param taskRun The parameters of a run that needs to scheduled.
36
36
  * @param options The options parameters.
37
37
  */
38
38
  beginCreateAndWait(resourceGroupName: string, registryName: string, taskRunName: string, taskRun: TaskRun, options?: TaskRunsCreateOptionalParams): Promise<TaskRunsCreateResponse>;
39
- /**
40
- * Deletes a specified task run resource.
41
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
42
- * @param registryName The name of the container registry.
43
- * @param taskRunName The name of the task run.
44
- * @param options The options parameters.
45
- */
46
- delete(resourceGroupName: string, registryName: string, taskRunName: string, options?: TaskRunsDeleteOptionalParams): Promise<void>;
47
39
  /**
48
40
  * Updates a task run with the specified parameters.
49
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
50
- * @param registryName The name of the container registry.
41
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
42
+ * @param registryName The name of the Registry
51
43
  * @param taskRunName The name of the task run.
52
44
  * @param updateParameters The parameters for updating a task run.
53
45
  * @param options The options parameters.
@@ -55,17 +47,25 @@ export interface TaskRuns {
55
47
  beginUpdate(resourceGroupName: string, registryName: string, taskRunName: string, updateParameters: TaskRunUpdateParameters, options?: TaskRunsUpdateOptionalParams): Promise<SimplePollerLike<OperationState<TaskRunsUpdateResponse>, TaskRunsUpdateResponse>>;
56
48
  /**
57
49
  * Updates a task run with the specified parameters.
58
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
59
- * @param registryName The name of the container registry.
50
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
51
+ * @param registryName The name of the Registry
60
52
  * @param taskRunName The name of the task run.
61
53
  * @param updateParameters The parameters for updating a task run.
62
54
  * @param options The options parameters.
63
55
  */
64
56
  beginUpdateAndWait(resourceGroupName: string, registryName: string, taskRunName: string, updateParameters: TaskRunUpdateParameters, options?: TaskRunsUpdateOptionalParams): Promise<TaskRunsUpdateResponse>;
57
+ /**
58
+ * Deletes a specified task run resource.
59
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
60
+ * @param registryName The name of the Registry
61
+ * @param taskRunName The name of the task run.
62
+ * @param options The options parameters.
63
+ */
64
+ delete(resourceGroupName: string, registryName: string, taskRunName: string, options?: TaskRunsDeleteOptionalParams): Promise<void>;
65
65
  /**
66
66
  * Gets the detailed information for a given task run that includes all secrets.
67
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
68
- * @param registryName The name of the container registry.
67
+ * @param resourceGroupName The name of the resource group. The name is case insensitive.
68
+ * @param registryName The name of the Registry
69
69
  * @param taskRunName The name of the task run.
70
70
  * @param options The options parameters.
71
71
  */
@@ -1 +1 @@
1
- {"version":3,"file":"taskRuns.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/taskRuns.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACnE,OAAO,EACL,OAAO,EACP,0BAA0B,EAC1B,yBAAyB,EACzB,mBAAmB,EACnB,4BAA4B,EAC5B,sBAAsB,EACtB,4BAA4B,EAC5B,uBAAuB,EACvB,4BAA4B,EAC5B,sBAAsB,EACtB,gCAAgC,EAChC,0BAA0B,EAC3B,MAAM,oBAAoB,CAAC;AAG5B,yCAAyC;AACzC,MAAM,WAAW,QAAQ;IACvB;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,0BAA0B,GACnC,0BAA0B,CAAC,OAAO,CAAC,CAAC;IACvC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChC;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,OAAO,EAChB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sBAAsB,CAAC,EACtC,sBAAsB,CACvB,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,OAAO,EAChB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,uBAAuB,EACzC,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CACR,gBAAgB,CACd,cAAc,CAAC,sBAAsB,CAAC,EACtC,sBAAsB,CACvB,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,uBAAuB,EACzC,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;;OAMG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;CACxC"}
1
+ {"version":3,"file":"taskRuns.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/taskRuns.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AACrE,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AACxE,OAAO,KAAK,EACV,OAAO,EACP,0BAA0B,EAC1B,yBAAyB,EACzB,mBAAmB,EACnB,4BAA4B,EAC5B,sBAAsB,EACtB,uBAAuB,EACvB,4BAA4B,EAC5B,sBAAsB,EACtB,4BAA4B,EAC5B,gCAAgC,EAChC,0BAA0B,EAC3B,MAAM,oBAAoB,CAAC;AAG5B,yCAAyC;AACzC,MAAM,WAAW,QAAQ;IACvB;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,0BAA0B,GACnC,0BAA0B,CAAC,OAAO,CAAC,CAAC;IACvC;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC,CAAC;IAChC;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,OAAO,EAChB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,sBAAsB,CAAC,EAAE,sBAAsB,CAAC,CAAC,CAAC;IAC7F;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EACnB,OAAO,EAAE,OAAO,EAChB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,uBAAuB,EACzC,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,sBAAsB,CAAC,EAAE,sBAAsB,CAAC,CAAC,CAAC;IAC7F;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EACnB,gBAAgB,EAAE,uBAAuB,EACzC,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC,CAAC;IACnC;;;;;;OAMG;IACH,MAAM,CACJ,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,IAAI,CAAC,CAAC;IACjB;;;;;;OAMG;IACH,UAAU,CACR,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,WAAW,EAAE,MAAM,EACnB,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;CACxC"}
@@ -1,10 +1,5 @@
1
1
  "use strict";
2
- /*
3
- * Copyright (c) Microsoft Corporation.
4
- * Licensed under the MIT License.
5
- *
6
- * Code generated by Microsoft (R) AutoRest Code Generator.
7
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
8
- */
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT License.
9
4
  Object.defineProperty(exports, "__esModule", { value: true });
10
5
  //# sourceMappingURL=taskRuns.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"taskRuns.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/taskRuns.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport {\n TaskRun,\n TaskRunsListOptionalParams,\n TaskRunsGetOptionalParams,\n TaskRunsGetResponse,\n TaskRunsCreateOptionalParams,\n TaskRunsCreateResponse,\n TaskRunsDeleteOptionalParams,\n TaskRunUpdateParameters,\n TaskRunsUpdateOptionalParams,\n TaskRunsUpdateResponse,\n TaskRunsGetDetailsOptionalParams,\n TaskRunsGetDetailsResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a TaskRuns. */\nexport interface TaskRuns {\n /**\n * Lists all the task runs for a specified container registry.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n registryName: string,\n options?: TaskRunsListOptionalParams,\n ): PagedAsyncIterableIterator<TaskRun>;\n /**\n * Gets the detailed information for a given task run.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param taskRunName The name of the task run.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n registryName: string,\n taskRunName: string,\n options?: TaskRunsGetOptionalParams,\n ): Promise<TaskRunsGetResponse>;\n /**\n * Creates a task run for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param taskRunName The name of the task run.\n * @param taskRun The parameters of a run that needs to scheduled.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n registryName: string,\n taskRunName: string,\n taskRun: TaskRun,\n options?: TaskRunsCreateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<TaskRunsCreateResponse>,\n TaskRunsCreateResponse\n >\n >;\n /**\n * Creates a task run for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param taskRunName The name of the task run.\n * @param taskRun The parameters of a run that needs to scheduled.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n registryName: string,\n taskRunName: string,\n taskRun: TaskRun,\n options?: TaskRunsCreateOptionalParams,\n ): Promise<TaskRunsCreateResponse>;\n /**\n * Deletes a specified task run resource.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param taskRunName The name of the task run.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n registryName: string,\n taskRunName: string,\n options?: TaskRunsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Updates a task run with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param taskRunName The name of the task run.\n * @param updateParameters The parameters for updating a task run.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n registryName: string,\n taskRunName: string,\n updateParameters: TaskRunUpdateParameters,\n options?: TaskRunsUpdateOptionalParams,\n ): Promise<\n SimplePollerLike<\n OperationState<TaskRunsUpdateResponse>,\n TaskRunsUpdateResponse\n >\n >;\n /**\n * Updates a task run with the specified parameters.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param taskRunName The name of the task run.\n * @param updateParameters The parameters for updating a task run.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n registryName: string,\n taskRunName: string,\n updateParameters: TaskRunUpdateParameters,\n options?: TaskRunsUpdateOptionalParams,\n ): Promise<TaskRunsUpdateResponse>;\n /**\n * Gets the detailed information for a given task run that includes all secrets.\n * @param resourceGroupName The name of the resource group to which the container registry belongs.\n * @param registryName The name of the container registry.\n * @param taskRunName The name of the task run.\n * @param options The options parameters.\n */\n getDetails(\n resourceGroupName: string,\n registryName: string,\n taskRunName: string,\n options?: TaskRunsGetDetailsOptionalParams,\n ): Promise<TaskRunsGetDetailsResponse>;\n}\n"]}
1
+ {"version":3,"file":"taskRuns.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/taskRuns.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC","sourcesContent":["// Copyright (c) Microsoft Corporation.\n// Licensed under the MIT License.\n\n// Code generated by Microsoft (R) AutoRest Code Generator.\n// Changes may cause incorrect behavior and will be lost if the code is regenerated.\n\nimport type { PagedAsyncIterableIterator } from \"@azure/core-paging\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport type {\n TaskRun,\n TaskRunsListOptionalParams,\n TaskRunsGetOptionalParams,\n TaskRunsGetResponse,\n TaskRunsCreateOptionalParams,\n TaskRunsCreateResponse,\n TaskRunUpdateParameters,\n TaskRunsUpdateOptionalParams,\n TaskRunsUpdateResponse,\n TaskRunsDeleteOptionalParams,\n TaskRunsGetDetailsOptionalParams,\n TaskRunsGetDetailsResponse,\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Interface representing a TaskRuns. */\nexport interface TaskRuns {\n /**\n * Lists all the task runs for a specified container registry.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the Registry\n * @param options The options parameters.\n */\n list(\n resourceGroupName: string,\n registryName: string,\n options?: TaskRunsListOptionalParams,\n ): PagedAsyncIterableIterator<TaskRun>;\n /**\n * Gets the detailed information for a given task run.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the Registry\n * @param taskRunName The name of the task run.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n registryName: string,\n taskRunName: string,\n options?: TaskRunsGetOptionalParams,\n ): Promise<TaskRunsGetResponse>;\n /**\n * Creates a task run for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the Registry\n * @param taskRunName The name of the task run.\n * @param taskRun The parameters of a run that needs to scheduled.\n * @param options The options parameters.\n */\n beginCreate(\n resourceGroupName: string,\n registryName: string,\n taskRunName: string,\n taskRun: TaskRun,\n options?: TaskRunsCreateOptionalParams,\n ): Promise<SimplePollerLike<OperationState<TaskRunsCreateResponse>, TaskRunsCreateResponse>>;\n /**\n * Creates a task run for a container registry with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the Registry\n * @param taskRunName The name of the task run.\n * @param taskRun The parameters of a run that needs to scheduled.\n * @param options The options parameters.\n */\n beginCreateAndWait(\n resourceGroupName: string,\n registryName: string,\n taskRunName: string,\n taskRun: TaskRun,\n options?: TaskRunsCreateOptionalParams,\n ): Promise<TaskRunsCreateResponse>;\n /**\n * Updates a task run with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the Registry\n * @param taskRunName The name of the task run.\n * @param updateParameters The parameters for updating a task run.\n * @param options The options parameters.\n */\n beginUpdate(\n resourceGroupName: string,\n registryName: string,\n taskRunName: string,\n updateParameters: TaskRunUpdateParameters,\n options?: TaskRunsUpdateOptionalParams,\n ): Promise<SimplePollerLike<OperationState<TaskRunsUpdateResponse>, TaskRunsUpdateResponse>>;\n /**\n * Updates a task run with the specified parameters.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the Registry\n * @param taskRunName The name of the task run.\n * @param updateParameters The parameters for updating a task run.\n * @param options The options parameters.\n */\n beginUpdateAndWait(\n resourceGroupName: string,\n registryName: string,\n taskRunName: string,\n updateParameters: TaskRunUpdateParameters,\n options?: TaskRunsUpdateOptionalParams,\n ): Promise<TaskRunsUpdateResponse>;\n /**\n * Deletes a specified task run resource.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the Registry\n * @param taskRunName The name of the task run.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n registryName: string,\n taskRunName: string,\n options?: TaskRunsDeleteOptionalParams,\n ): Promise<void>;\n /**\n * Gets the detailed information for a given task run that includes all secrets.\n * @param resourceGroupName The name of the resource group. The name is case insensitive.\n * @param registryName The name of the Registry\n * @param taskRunName The name of the task run.\n * @param options The options parameters.\n */\n getDetails(\n resourceGroupName: string,\n registryName: string,\n taskRunName: string,\n options?: TaskRunsGetDetailsOptionalParams,\n ): Promise<TaskRunsGetDetailsResponse>;\n}\n"]}