@azure/arm-containerregistry 10.0.0-alpha.20211215.1 → 10.0.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (158) hide show
  1. package/CHANGELOG.md +6 -32
  2. package/README.md +4 -0
  3. package/dist/index.js +3431 -7196
  4. package/dist/index.js.map +1 -1
  5. package/dist/index.min.js +1 -1
  6. package/dist/index.min.js.map +1 -1
  7. package/dist-esm/src/containerRegistryManagementClient.d.ts +5 -9
  8. package/dist-esm/src/containerRegistryManagementClient.d.ts.map +1 -1
  9. package/dist-esm/src/containerRegistryManagementClient.js +32 -10
  10. package/dist-esm/src/containerRegistryManagementClient.js.map +1 -1
  11. package/dist-esm/src/index.d.ts +0 -1
  12. package/dist-esm/src/index.d.ts.map +1 -1
  13. package/dist-esm/src/index.js +0 -1
  14. package/dist-esm/src/index.js.map +1 -1
  15. package/dist-esm/src/models/index.d.ts +200 -1116
  16. package/dist-esm/src/models/index.d.ts.map +1 -1
  17. package/dist-esm/src/models/index.js +32 -121
  18. package/dist-esm/src/models/index.js.map +1 -1
  19. package/dist-esm/src/models/mappers.d.ts +10 -50
  20. package/dist-esm/src/models/mappers.d.ts.map +1 -1
  21. package/dist-esm/src/models/mappers.js +320 -1560
  22. package/dist-esm/src/models/mappers.js.map +1 -1
  23. package/dist-esm/src/models/parameters.d.ts +6 -21
  24. package/dist-esm/src/models/parameters.d.ts.map +1 -1
  25. package/dist-esm/src/models/parameters.js +38 -158
  26. package/dist-esm/src/models/parameters.js.map +1 -1
  27. package/dist-esm/src/operations/agentPools.d.ts +2 -2
  28. package/dist-esm/src/operations/agentPools.d.ts.map +1 -1
  29. package/dist-esm/src/operations/agentPools.js +2 -2
  30. package/dist-esm/src/operations/agentPools.js.map +1 -1
  31. package/dist-esm/src/operations/index.d.ts +0 -6
  32. package/dist-esm/src/operations/index.d.ts.map +1 -1
  33. package/dist-esm/src/operations/index.js +0 -6
  34. package/dist-esm/src/operations/index.js.map +1 -1
  35. package/dist-esm/src/operations/operations.d.ts +2 -2
  36. package/dist-esm/src/operations/operations.d.ts.map +1 -1
  37. package/dist-esm/src/operations/operations.js.map +1 -1
  38. package/dist-esm/src/operations/privateEndpointConnections.d.ts +2 -2
  39. package/dist-esm/src/operations/privateEndpointConnections.d.ts.map +1 -1
  40. package/dist-esm/src/operations/privateEndpointConnections.js +1 -1
  41. package/dist-esm/src/operations/privateEndpointConnections.js.map +1 -1
  42. package/dist-esm/src/operations/registries.d.ts +11 -19
  43. package/dist-esm/src/operations/registries.d.ts.map +1 -1
  44. package/dist-esm/src/operations/registries.js +31 -84
  45. package/dist-esm/src/operations/registries.js.map +1 -1
  46. package/dist-esm/src/operations/replications.d.ts +2 -2
  47. package/dist-esm/src/operations/replications.d.ts.map +1 -1
  48. package/dist-esm/src/operations/replications.js +2 -2
  49. package/dist-esm/src/operations/replications.js.map +1 -1
  50. package/dist-esm/src/operations/runs.d.ts +2 -2
  51. package/dist-esm/src/operations/runs.d.ts.map +1 -1
  52. package/dist-esm/src/operations/runs.js +3 -3
  53. package/dist-esm/src/operations/runs.js.map +1 -1
  54. package/dist-esm/src/operations/taskRuns.d.ts +2 -2
  55. package/dist-esm/src/operations/taskRuns.d.ts.map +1 -1
  56. package/dist-esm/src/operations/taskRuns.js +2 -2
  57. package/dist-esm/src/operations/taskRuns.js.map +1 -1
  58. package/dist-esm/src/operations/tasks.d.ts +2 -2
  59. package/dist-esm/src/operations/tasks.d.ts.map +1 -1
  60. package/dist-esm/src/operations/tasks.js +2 -2
  61. package/dist-esm/src/operations/tasks.js.map +1 -1
  62. package/dist-esm/src/operations/webhooks.d.ts +2 -2
  63. package/dist-esm/src/operations/webhooks.d.ts.map +1 -1
  64. package/dist-esm/src/operations/webhooks.js +2 -2
  65. package/dist-esm/src/operations/webhooks.js.map +1 -1
  66. package/dist-esm/src/operationsInterfaces/index.d.ts +0 -6
  67. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -1
  68. package/dist-esm/src/operationsInterfaces/index.js +0 -6
  69. package/dist-esm/src/operationsInterfaces/index.js.map +1 -1
  70. package/dist-esm/src/operationsInterfaces/registries.d.ts +9 -17
  71. package/dist-esm/src/operationsInterfaces/registries.d.ts.map +1 -1
  72. package/dist-esm/test/containerregistry_examples.js +80 -140
  73. package/dist-esm/test/containerregistry_examples.js.map +1 -1
  74. package/package.json +8 -17
  75. package/review/arm-containerregistry.api.md +17 -815
  76. package/src/containerRegistryManagementClient.ts +44 -27
  77. package/src/index.ts +0 -1
  78. package/src/models/index.ts +323 -1385
  79. package/src/models/mappers.ts +1508 -2838
  80. package/src/models/parameters.ts +39 -184
  81. package/src/operations/agentPools.ts +5 -5
  82. package/src/operations/index.ts +0 -6
  83. package/src/operations/operations.ts +3 -3
  84. package/src/operations/privateEndpointConnections.ts +4 -4
  85. package/src/operations/registries.ts +45 -129
  86. package/src/operations/replications.ts +5 -5
  87. package/src/operations/runs.ts +6 -6
  88. package/src/operations/taskRuns.ts +5 -5
  89. package/src/operations/tasks.ts +5 -5
  90. package/src/operations/webhooks.ts +5 -5
  91. package/src/operationsInterfaces/index.ts +0 -6
  92. package/src/operationsInterfaces/registries.ts +15 -34
  93. package/types/arm-containerregistry.d.ts +135 -1592
  94. package/dist-esm/src/containerRegistryManagementClientContext.d.ts +0 -15
  95. package/dist-esm/src/containerRegistryManagementClientContext.d.ts.map +0 -1
  96. package/dist-esm/src/containerRegistryManagementClientContext.js +0 -48
  97. package/dist-esm/src/containerRegistryManagementClientContext.js.map +0 -1
  98. package/dist-esm/src/operations/connectedRegistries.d.ts +0 -115
  99. package/dist-esm/src/operations/connectedRegistries.d.ts.map +0 -1
  100. package/dist-esm/src/operations/connectedRegistries.js +0 -503
  101. package/dist-esm/src/operations/connectedRegistries.js.map +0 -1
  102. package/dist-esm/src/operations/exportPipelines.d.ts +0 -81
  103. package/dist-esm/src/operations/exportPipelines.d.ts.map +0 -1
  104. package/dist-esm/src/operations/exportPipelines.js +0 -316
  105. package/dist-esm/src/operations/exportPipelines.js.map +0 -1
  106. package/dist-esm/src/operations/importPipelines.d.ts +0 -81
  107. package/dist-esm/src/operations/importPipelines.d.ts.map +0 -1
  108. package/dist-esm/src/operations/importPipelines.js +0 -316
  109. package/dist-esm/src/operations/importPipelines.js.map +0 -1
  110. package/dist-esm/src/operations/pipelineRuns.d.ts +0 -81
  111. package/dist-esm/src/operations/pipelineRuns.d.ts.map +0 -1
  112. package/dist-esm/src/operations/pipelineRuns.js +0 -316
  113. package/dist-esm/src/operations/pipelineRuns.js.map +0 -1
  114. package/dist-esm/src/operations/scopeMaps.d.ts +0 -99
  115. package/dist-esm/src/operations/scopeMaps.d.ts.map +0 -1
  116. package/dist-esm/src/operations/scopeMaps.js +0 -405
  117. package/dist-esm/src/operations/scopeMaps.js.map +0 -1
  118. package/dist-esm/src/operations/tokens.d.ts +0 -99
  119. package/dist-esm/src/operations/tokens.d.ts.map +0 -1
  120. package/dist-esm/src/operations/tokens.js +0 -405
  121. package/dist-esm/src/operations/tokens.js.map +0 -1
  122. package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts +0 -90
  123. package/dist-esm/src/operationsInterfaces/connectedRegistries.d.ts.map +0 -1
  124. package/dist-esm/src/operationsInterfaces/connectedRegistries.js +0 -9
  125. package/dist-esm/src/operationsInterfaces/connectedRegistries.js.map +0 -1
  126. package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts +0 -56
  127. package/dist-esm/src/operationsInterfaces/exportPipelines.d.ts.map +0 -1
  128. package/dist-esm/src/operationsInterfaces/exportPipelines.js +0 -9
  129. package/dist-esm/src/operationsInterfaces/exportPipelines.js.map +0 -1
  130. package/dist-esm/src/operationsInterfaces/importPipelines.d.ts +0 -56
  131. package/dist-esm/src/operationsInterfaces/importPipelines.d.ts.map +0 -1
  132. package/dist-esm/src/operationsInterfaces/importPipelines.js +0 -9
  133. package/dist-esm/src/operationsInterfaces/importPipelines.js.map +0 -1
  134. package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts +0 -56
  135. package/dist-esm/src/operationsInterfaces/pipelineRuns.d.ts.map +0 -1
  136. package/dist-esm/src/operationsInterfaces/pipelineRuns.js +0 -9
  137. package/dist-esm/src/operationsInterfaces/pipelineRuns.js.map +0 -1
  138. package/dist-esm/src/operationsInterfaces/scopeMaps.d.ts +0 -74
  139. package/dist-esm/src/operationsInterfaces/scopeMaps.d.ts.map +0 -1
  140. package/dist-esm/src/operationsInterfaces/scopeMaps.js +0 -9
  141. package/dist-esm/src/operationsInterfaces/scopeMaps.js.map +0 -1
  142. package/dist-esm/src/operationsInterfaces/tokens.d.ts +0 -74
  143. package/dist-esm/src/operationsInterfaces/tokens.d.ts.map +0 -1
  144. package/dist-esm/src/operationsInterfaces/tokens.js +0 -9
  145. package/dist-esm/src/operationsInterfaces/tokens.js.map +0 -1
  146. package/src/containerRegistryManagementClientContext.ts +0 -68
  147. package/src/operations/connectedRegistries.ts +0 -718
  148. package/src/operations/exportPipelines.ts +0 -449
  149. package/src/operations/importPipelines.ts +0 -449
  150. package/src/operations/pipelineRuns.ts +0 -449
  151. package/src/operations/scopeMaps.ts +0 -584
  152. package/src/operations/tokens.ts +0 -578
  153. package/src/operationsInterfaces/connectedRegistries.ts +0 -174
  154. package/src/operationsInterfaces/exportPipelines.ts +0 -109
  155. package/src/operationsInterfaces/importPipelines.ts +0 -109
  156. package/src/operationsInterfaces/pipelineRuns.ts +0 -109
  157. package/src/operationsInterfaces/scopeMaps.ts +0 -147
  158. package/src/operationsInterfaces/tokens.ts +0 -141
@@ -1,405 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- import { __asyncDelegator, __asyncGenerator, __asyncValues, __await, __awaiter } from "tslib";
9
- import * as coreClient from "@azure/core-client";
10
- import * as Mappers from "../models/mappers";
11
- import * as Parameters from "../models/parameters";
12
- import { LroEngine } from "@azure/core-lro";
13
- import { LroImpl } from "../lroImpl";
14
- /// <reference lib="esnext.asynciterable" />
15
- /** Class containing Tokens operations. */
16
- export class TokensImpl {
17
- /**
18
- * Initialize a new instance of the class Tokens class.
19
- * @param client Reference to the service client
20
- */
21
- constructor(client) {
22
- this.client = client;
23
- }
24
- /**
25
- * Lists all the tokens for the specified container registry.
26
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
27
- * @param registryName The name of the container registry.
28
- * @param options The options parameters.
29
- */
30
- list(resourceGroupName, registryName, options) {
31
- const iter = this.listPagingAll(resourceGroupName, registryName, options);
32
- return {
33
- next() {
34
- return iter.next();
35
- },
36
- [Symbol.asyncIterator]() {
37
- return this;
38
- },
39
- byPage: () => {
40
- return this.listPagingPage(resourceGroupName, registryName, options);
41
- }
42
- };
43
- }
44
- listPagingPage(resourceGroupName, registryName, options) {
45
- return __asyncGenerator(this, arguments, function* listPagingPage_1() {
46
- let result = yield __await(this._list(resourceGroupName, registryName, options));
47
- yield yield __await(result.value || []);
48
- let continuationToken = result.nextLink;
49
- while (continuationToken) {
50
- result = yield __await(this._listNext(resourceGroupName, registryName, continuationToken, options));
51
- continuationToken = result.nextLink;
52
- yield yield __await(result.value || []);
53
- }
54
- });
55
- }
56
- listPagingAll(resourceGroupName, registryName, options) {
57
- return __asyncGenerator(this, arguments, function* listPagingAll_1() {
58
- var e_1, _a;
59
- try {
60
- for (var _b = __asyncValues(this.listPagingPage(resourceGroupName, registryName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
61
- const page = _c.value;
62
- yield __await(yield* __asyncDelegator(__asyncValues(page)));
63
- }
64
- }
65
- catch (e_1_1) { e_1 = { error: e_1_1 }; }
66
- finally {
67
- try {
68
- if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
69
- }
70
- finally { if (e_1) throw e_1.error; }
71
- }
72
- });
73
- }
74
- /**
75
- * Lists all the tokens for the specified container registry.
76
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
77
- * @param registryName The name of the container registry.
78
- * @param options The options parameters.
79
- */
80
- _list(resourceGroupName, registryName, options) {
81
- return this.client.sendOperationRequest({ resourceGroupName, registryName, options }, listOperationSpec);
82
- }
83
- /**
84
- * Gets the properties of the specified token.
85
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
86
- * @param registryName The name of the container registry.
87
- * @param tokenName The name of the token.
88
- * @param options The options parameters.
89
- */
90
- get(resourceGroupName, registryName, tokenName, options) {
91
- return this.client.sendOperationRequest({ resourceGroupName, registryName, tokenName, options }, getOperationSpec);
92
- }
93
- /**
94
- * Creates a token for a container registry with the specified parameters.
95
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
96
- * @param registryName The name of the container registry.
97
- * @param tokenName The name of the token.
98
- * @param tokenCreateParameters The parameters for creating a token.
99
- * @param options The options parameters.
100
- */
101
- beginCreate(resourceGroupName, registryName, tokenName, tokenCreateParameters, options) {
102
- return __awaiter(this, void 0, void 0, function* () {
103
- const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
104
- return this.client.sendOperationRequest(args, spec);
105
- });
106
- const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
107
- var _a;
108
- let currentRawResponse = undefined;
109
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
110
- const callback = (rawResponse, flatResponse) => {
111
- currentRawResponse = rawResponse;
112
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
113
- };
114
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
115
- const flatResponse = yield directSendOperation(updatedArgs, spec);
116
- return {
117
- flatResponse,
118
- rawResponse: {
119
- statusCode: currentRawResponse.status,
120
- body: currentRawResponse.parsedBody,
121
- headers: currentRawResponse.headers.toJSON()
122
- }
123
- };
124
- });
125
- const lro = new LroImpl(sendOperation, {
126
- resourceGroupName,
127
- registryName,
128
- tokenName,
129
- tokenCreateParameters,
130
- options
131
- }, createOperationSpec);
132
- return new LroEngine(lro, {
133
- resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
134
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
135
- });
136
- });
137
- }
138
- /**
139
- * Creates a token for a container registry with the specified parameters.
140
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
141
- * @param registryName The name of the container registry.
142
- * @param tokenName The name of the token.
143
- * @param tokenCreateParameters The parameters for creating a token.
144
- * @param options The options parameters.
145
- */
146
- beginCreateAndWait(resourceGroupName, registryName, tokenName, tokenCreateParameters, options) {
147
- return __awaiter(this, void 0, void 0, function* () {
148
- const poller = yield this.beginCreate(resourceGroupName, registryName, tokenName, tokenCreateParameters, options);
149
- return poller.pollUntilDone();
150
- });
151
- }
152
- /**
153
- * Deletes a token from a container registry.
154
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
155
- * @param registryName The name of the container registry.
156
- * @param tokenName The name of the token.
157
- * @param options The options parameters.
158
- */
159
- beginDelete(resourceGroupName, registryName, tokenName, options) {
160
- return __awaiter(this, void 0, void 0, function* () {
161
- const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
162
- return this.client.sendOperationRequest(args, spec);
163
- });
164
- const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
165
- var _a;
166
- let currentRawResponse = undefined;
167
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
168
- const callback = (rawResponse, flatResponse) => {
169
- currentRawResponse = rawResponse;
170
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
171
- };
172
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
173
- const flatResponse = yield directSendOperation(updatedArgs, spec);
174
- return {
175
- flatResponse,
176
- rawResponse: {
177
- statusCode: currentRawResponse.status,
178
- body: currentRawResponse.parsedBody,
179
- headers: currentRawResponse.headers.toJSON()
180
- }
181
- };
182
- });
183
- const lro = new LroImpl(sendOperation, { resourceGroupName, registryName, tokenName, options }, deleteOperationSpec);
184
- return new LroEngine(lro, {
185
- resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
186
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
187
- });
188
- });
189
- }
190
- /**
191
- * Deletes a token from a container registry.
192
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
193
- * @param registryName The name of the container registry.
194
- * @param tokenName The name of the token.
195
- * @param options The options parameters.
196
- */
197
- beginDeleteAndWait(resourceGroupName, registryName, tokenName, options) {
198
- return __awaiter(this, void 0, void 0, function* () {
199
- const poller = yield this.beginDelete(resourceGroupName, registryName, tokenName, options);
200
- return poller.pollUntilDone();
201
- });
202
- }
203
- /**
204
- * Updates a token with the specified parameters.
205
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
206
- * @param registryName The name of the container registry.
207
- * @param tokenName The name of the token.
208
- * @param tokenUpdateParameters The parameters for updating a token.
209
- * @param options The options parameters.
210
- */
211
- beginUpdate(resourceGroupName, registryName, tokenName, tokenUpdateParameters, options) {
212
- return __awaiter(this, void 0, void 0, function* () {
213
- const directSendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
214
- return this.client.sendOperationRequest(args, spec);
215
- });
216
- const sendOperation = (args, spec) => __awaiter(this, void 0, void 0, function* () {
217
- var _a;
218
- let currentRawResponse = undefined;
219
- const providedCallback = (_a = args.options) === null || _a === void 0 ? void 0 : _a.onResponse;
220
- const callback = (rawResponse, flatResponse) => {
221
- currentRawResponse = rawResponse;
222
- providedCallback === null || providedCallback === void 0 ? void 0 : providedCallback(rawResponse, flatResponse);
223
- };
224
- const updatedArgs = Object.assign(Object.assign({}, args), { options: Object.assign(Object.assign({}, args.options), { onResponse: callback }) });
225
- const flatResponse = yield directSendOperation(updatedArgs, spec);
226
- return {
227
- flatResponse,
228
- rawResponse: {
229
- statusCode: currentRawResponse.status,
230
- body: currentRawResponse.parsedBody,
231
- headers: currentRawResponse.headers.toJSON()
232
- }
233
- };
234
- });
235
- const lro = new LroImpl(sendOperation, {
236
- resourceGroupName,
237
- registryName,
238
- tokenName,
239
- tokenUpdateParameters,
240
- options
241
- }, updateOperationSpec);
242
- return new LroEngine(lro, {
243
- resumeFrom: options === null || options === void 0 ? void 0 : options.resumeFrom,
244
- intervalInMs: options === null || options === void 0 ? void 0 : options.updateIntervalInMs
245
- });
246
- });
247
- }
248
- /**
249
- * Updates a token with the specified parameters.
250
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
251
- * @param registryName The name of the container registry.
252
- * @param tokenName The name of the token.
253
- * @param tokenUpdateParameters The parameters for updating a token.
254
- * @param options The options parameters.
255
- */
256
- beginUpdateAndWait(resourceGroupName, registryName, tokenName, tokenUpdateParameters, options) {
257
- return __awaiter(this, void 0, void 0, function* () {
258
- const poller = yield this.beginUpdate(resourceGroupName, registryName, tokenName, tokenUpdateParameters, options);
259
- return poller.pollUntilDone();
260
- });
261
- }
262
- /**
263
- * ListNext
264
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
265
- * @param registryName The name of the container registry.
266
- * @param nextLink The nextLink from the previous successful call to the List method.
267
- * @param options The options parameters.
268
- */
269
- _listNext(resourceGroupName, registryName, nextLink, options) {
270
- return this.client.sendOperationRequest({ resourceGroupName, registryName, nextLink, options }, listNextOperationSpec);
271
- }
272
- }
273
- // Operation Specifications
274
- const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
275
- const listOperationSpec = {
276
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/tokens",
277
- httpMethod: "GET",
278
- responses: {
279
- 200: {
280
- bodyMapper: Mappers.TokenListResult
281
- }
282
- },
283
- queryParameters: [Parameters.apiVersion],
284
- urlParameters: [
285
- Parameters.$host,
286
- Parameters.subscriptionId,
287
- Parameters.resourceGroupName,
288
- Parameters.registryName
289
- ],
290
- headerParameters: [Parameters.accept],
291
- serializer
292
- };
293
- const getOperationSpec = {
294
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/tokens/{tokenName}",
295
- httpMethod: "GET",
296
- responses: {
297
- 200: {
298
- bodyMapper: Mappers.Token
299
- }
300
- },
301
- queryParameters: [Parameters.apiVersion],
302
- urlParameters: [
303
- Parameters.$host,
304
- Parameters.subscriptionId,
305
- Parameters.resourceGroupName,
306
- Parameters.registryName,
307
- Parameters.tokenName
308
- ],
309
- headerParameters: [Parameters.accept],
310
- serializer
311
- };
312
- const createOperationSpec = {
313
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/tokens/{tokenName}",
314
- httpMethod: "PUT",
315
- responses: {
316
- 200: {
317
- bodyMapper: Mappers.Token
318
- },
319
- 201: {
320
- bodyMapper: Mappers.Token
321
- },
322
- 202: {
323
- bodyMapper: Mappers.Token
324
- },
325
- 204: {
326
- bodyMapper: Mappers.Token
327
- }
328
- },
329
- requestBody: Parameters.tokenCreateParameters,
330
- queryParameters: [Parameters.apiVersion],
331
- urlParameters: [
332
- Parameters.$host,
333
- Parameters.subscriptionId,
334
- Parameters.resourceGroupName,
335
- Parameters.registryName,
336
- Parameters.tokenName
337
- ],
338
- headerParameters: [Parameters.accept, Parameters.contentType],
339
- mediaType: "json",
340
- serializer
341
- };
342
- const deleteOperationSpec = {
343
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/tokens/{tokenName}",
344
- httpMethod: "DELETE",
345
- responses: { 200: {}, 201: {}, 202: {}, 204: {} },
346
- queryParameters: [Parameters.apiVersion],
347
- urlParameters: [
348
- Parameters.$host,
349
- Parameters.subscriptionId,
350
- Parameters.resourceGroupName,
351
- Parameters.registryName,
352
- Parameters.tokenName
353
- ],
354
- serializer
355
- };
356
- const updateOperationSpec = {
357
- path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ContainerRegistry/registries/{registryName}/tokens/{tokenName}",
358
- httpMethod: "PATCH",
359
- responses: {
360
- 200: {
361
- bodyMapper: Mappers.Token
362
- },
363
- 201: {
364
- bodyMapper: Mappers.Token
365
- },
366
- 202: {
367
- bodyMapper: Mappers.Token
368
- },
369
- 204: {
370
- bodyMapper: Mappers.Token
371
- }
372
- },
373
- requestBody: Parameters.tokenUpdateParameters,
374
- queryParameters: [Parameters.apiVersion],
375
- urlParameters: [
376
- Parameters.$host,
377
- Parameters.subscriptionId,
378
- Parameters.resourceGroupName,
379
- Parameters.registryName,
380
- Parameters.tokenName
381
- ],
382
- headerParameters: [Parameters.accept, Parameters.contentType],
383
- mediaType: "json",
384
- serializer
385
- };
386
- const listNextOperationSpec = {
387
- path: "{nextLink}",
388
- httpMethod: "GET",
389
- responses: {
390
- 200: {
391
- bodyMapper: Mappers.TokenListResult
392
- }
393
- },
394
- queryParameters: [Parameters.apiVersion],
395
- urlParameters: [
396
- Parameters.$host,
397
- Parameters.subscriptionId,
398
- Parameters.resourceGroupName,
399
- Parameters.registryName,
400
- Parameters.nextLink
401
- ],
402
- headerParameters: [Parameters.accept],
403
- serializer
404
- };
405
- //# sourceMappingURL=tokens.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tokens.js","sourceRoot":"","sources":["../../../src/operations/tokens.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;;AAIH,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,mBAAmB,CAAC;AAC7C,OAAO,KAAK,UAAU,MAAM,sBAAsB,CAAC;AAEnD,OAAO,EAAkC,SAAS,EAAE,MAAM,iBAAiB,CAAC;AAC5E,OAAO,EAAE,OAAO,EAAE,MAAM,YAAY,CAAC;AAiBrC,4CAA4C;AAC5C,0CAA0C;AAC1C,MAAM,OAAO,UAAU;IAGrB;;;OAGG;IACH,YAAY,MAAgD;QAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;OAKG;IACI,IAAI,CACT,iBAAyB,EACzB,YAAoB,EACpB,OAAkC;QAElC,MAAM,IAAI,GAAG,IAAI,CAAC,aAAa,CAAC,iBAAiB,EAAE,YAAY,EAAE,OAAO,CAAC,CAAC;QAC1E,OAAO;YACL,IAAI;gBACF,OAAO,IAAI,CAAC,IAAI,EAAE,CAAC;YACrB,CAAC;YACD,CAAC,MAAM,CAAC,aAAa,CAAC;gBACpB,OAAO,IAAI,CAAC;YACd,CAAC;YACD,MAAM,EAAE,GAAG,EAAE;gBACX,OAAO,IAAI,CAAC,cAAc,CAAC,iBAAiB,EAAE,YAAY,EAAE,OAAO,CAAC,CAAC;YACvE,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,cAAc,CAC3B,iBAAyB,EACzB,YAAoB,EACpB,OAAkC;;YAElC,IAAI,MAAM,GAAG,cAAM,IAAI,CAAC,KAAK,CAAC,iBAAiB,EAAE,YAAY,EAAE,OAAO,CAAC,CAAA,CAAC;YACxE,oBAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;YACzB,IAAI,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;YACxC,OAAO,iBAAiB,EAAE;gBACxB,MAAM,GAAG,cAAM,IAAI,CAAC,SAAS,CAC3B,iBAAiB,EACjB,YAAY,EACZ,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;gBACF,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,oBAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;QACH,CAAC;KAAA;IAEc,aAAa,CAC1B,iBAAyB,EACzB,YAAoB,EACpB,OAAkC;;;;gBAElC,KAAyB,IAAA,KAAA,cAAA,IAAI,CAAC,cAAc,CAC1C,iBAAiB,EACjB,YAAY,EACZ,OAAO,CACR,CAAA,IAAA;oBAJU,MAAM,IAAI,WAAA,CAAA;oBAKnB,cAAA,KAAK,CAAC,CAAC,iBAAA,cAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;QACH,CAAC;KAAA;IAED;;;;;OAKG;IACK,KAAK,CACX,iBAAyB,EACzB,YAAoB,EACpB,OAAkC;QAElC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,OAAO,EAAE,EAC5C,iBAAiB,CAClB,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACH,GAAG,CACD,iBAAyB,EACzB,YAAoB,EACpB,SAAiB,EACjB,OAAiC;QAEjC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,SAAS,EAAE,OAAO,EAAE,EACvD,gBAAgB,CACjB,CAAC;IACJ,CAAC;IAED;;;;;;;OAOG;IACG,WAAW,CACf,iBAAyB,EACzB,YAAoB,EACpB,SAAiB,EACjB,qBAA4B,EAC5B,OAAoC;;YAIpC,MAAM,mBAAmB,GAAG,CAC1B,IAAmC,EACnC,IAA8B,EACC,EAAE;gBACjC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;YACtD,CAAC,CAAA,CAAC;YACF,MAAM,aAAa,GAAG,CACpB,IAAmC,EACnC,IAA8B,EAC9B,EAAE;;gBACF,IAAI,kBAAkB,GAEN,SAAS,CAAC;gBAC1B,MAAM,gBAAgB,GAAG,MAAA,IAAI,CAAC,OAAO,0CAAE,UAAU,CAAC;gBAClD,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,EACrB,EAAE;oBACF,kBAAkB,GAAG,WAAW,CAAC;oBACjC,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACF,MAAM,WAAW,mCACZ,IAAI,KACP,OAAO,kCACF,IAAI,CAAC,OAAO,KACf,UAAU,EAAE,QAAQ,MAEvB,CAAC;gBACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;gBAClE,OAAO;oBACL,YAAY;oBACZ,WAAW,EAAE;wBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;wBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;wBACpC,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;qBAC9C;iBACF,CAAC;YACJ,CAAC,CAAA,CAAC;YAEF,MAAM,GAAG,GAAG,IAAI,OAAO,CACrB,aAAa,EACb;gBACE,iBAAiB;gBACjB,YAAY;gBACZ,SAAS;gBACT,qBAAqB;gBACrB,OAAO;aACR,EACD,mBAAmB,CACpB,CAAC;YACF,OAAO,IAAI,SAAS,CAAC,GAAG,EAAE;gBACxB,UAAU,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,UAAU;gBAC/B,YAAY,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,kBAAkB;aAC1C,CAAC,CAAC;QACL,CAAC;KAAA;IAED;;;;;;;OAOG;IACG,kBAAkB,CACtB,iBAAyB,EACzB,YAAoB,EACpB,SAAiB,EACjB,qBAA4B,EAC5B,OAAoC;;YAEpC,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,WAAW,CACnC,iBAAiB,EACjB,YAAY,EACZ,SAAS,EACT,qBAAqB,EACrB,OAAO,CACR,CAAC;YACF,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;QAChC,CAAC;KAAA;IAED;;;;;;OAMG;IACG,WAAW,CACf,iBAAyB,EACzB,YAAoB,EACpB,SAAiB,EACjB,OAAoC;;YAEpC,MAAM,mBAAmB,GAAG,CAC1B,IAAmC,EACnC,IAA8B,EACf,EAAE;gBACjB,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;YACtD,CAAC,CAAA,CAAC;YACF,MAAM,aAAa,GAAG,CACpB,IAAmC,EACnC,IAA8B,EAC9B,EAAE;;gBACF,IAAI,kBAAkB,GAEN,SAAS,CAAC;gBAC1B,MAAM,gBAAgB,GAAG,MAAA,IAAI,CAAC,OAAO,0CAAE,UAAU,CAAC;gBAClD,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,EACrB,EAAE;oBACF,kBAAkB,GAAG,WAAW,CAAC;oBACjC,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACF,MAAM,WAAW,mCACZ,IAAI,KACP,OAAO,kCACF,IAAI,CAAC,OAAO,KACf,UAAU,EAAE,QAAQ,MAEvB,CAAC;gBACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;gBAClE,OAAO;oBACL,YAAY;oBACZ,WAAW,EAAE;wBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;wBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;wBACpC,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;qBAC9C;iBACF,CAAC;YACJ,CAAC,CAAA,CAAC;YAEF,MAAM,GAAG,GAAG,IAAI,OAAO,CACrB,aAAa,EACb,EAAE,iBAAiB,EAAE,YAAY,EAAE,SAAS,EAAE,OAAO,EAAE,EACvD,mBAAmB,CACpB,CAAC;YACF,OAAO,IAAI,SAAS,CAAC,GAAG,EAAE;gBACxB,UAAU,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,UAAU;gBAC/B,YAAY,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,kBAAkB;aAC1C,CAAC,CAAC;QACL,CAAC;KAAA;IAED;;;;;;OAMG;IACG,kBAAkB,CACtB,iBAAyB,EACzB,YAAoB,EACpB,SAAiB,EACjB,OAAoC;;YAEpC,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,WAAW,CACnC,iBAAiB,EACjB,YAAY,EACZ,SAAS,EACT,OAAO,CACR,CAAC;YACF,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;QAChC,CAAC;KAAA;IAED;;;;;;;OAOG;IACG,WAAW,CACf,iBAAyB,EACzB,YAAoB,EACpB,SAAiB,EACjB,qBAA4C,EAC5C,OAAoC;;YAIpC,MAAM,mBAAmB,GAAG,CAC1B,IAAmC,EACnC,IAA8B,EACC,EAAE;gBACjC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,IAAI,EAAE,IAAI,CAAC,CAAC;YACtD,CAAC,CAAA,CAAC;YACF,MAAM,aAAa,GAAG,CACpB,IAAmC,EACnC,IAA8B,EAC9B,EAAE;;gBACF,IAAI,kBAAkB,GAEN,SAAS,CAAC;gBAC1B,MAAM,gBAAgB,GAAG,MAAA,IAAI,CAAC,OAAO,0CAAE,UAAU,CAAC;gBAClD,MAAM,QAAQ,GAAmC,CAC/C,WAA6C,EAC7C,YAAqB,EACrB,EAAE;oBACF,kBAAkB,GAAG,WAAW,CAAC;oBACjC,gBAAgB,aAAhB,gBAAgB,uBAAhB,gBAAgB,CAAG,WAAW,EAAE,YAAY,CAAC,CAAC;gBAChD,CAAC,CAAC;gBACF,MAAM,WAAW,mCACZ,IAAI,KACP,OAAO,kCACF,IAAI,CAAC,OAAO,KACf,UAAU,EAAE,QAAQ,MAEvB,CAAC;gBACF,MAAM,YAAY,GAAG,MAAM,mBAAmB,CAAC,WAAW,EAAE,IAAI,CAAC,CAAC;gBAClE,OAAO;oBACL,YAAY;oBACZ,WAAW,EAAE;wBACX,UAAU,EAAE,kBAAmB,CAAC,MAAM;wBACtC,IAAI,EAAE,kBAAmB,CAAC,UAAU;wBACpC,OAAO,EAAE,kBAAmB,CAAC,OAAO,CAAC,MAAM,EAAE;qBAC9C;iBACF,CAAC;YACJ,CAAC,CAAA,CAAC;YAEF,MAAM,GAAG,GAAG,IAAI,OAAO,CACrB,aAAa,EACb;gBACE,iBAAiB;gBACjB,YAAY;gBACZ,SAAS;gBACT,qBAAqB;gBACrB,OAAO;aACR,EACD,mBAAmB,CACpB,CAAC;YACF,OAAO,IAAI,SAAS,CAAC,GAAG,EAAE;gBACxB,UAAU,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,UAAU;gBAC/B,YAAY,EAAE,OAAO,aAAP,OAAO,uBAAP,OAAO,CAAE,kBAAkB;aAC1C,CAAC,CAAC;QACL,CAAC;KAAA;IAED;;;;;;;OAOG;IACG,kBAAkB,CACtB,iBAAyB,EACzB,YAAoB,EACpB,SAAiB,EACjB,qBAA4C,EAC5C,OAAoC;;YAEpC,MAAM,MAAM,GAAG,MAAM,IAAI,CAAC,WAAW,CACnC,iBAAiB,EACjB,YAAY,EACZ,SAAS,EACT,qBAAqB,EACrB,OAAO,CACR,CAAC;YACF,OAAO,MAAM,CAAC,aAAa,EAAE,CAAC;QAChC,CAAC;KAAA;IAED;;;;;;OAMG;IACK,SAAS,CACf,iBAAyB,EACzB,YAAoB,EACpB,QAAgB,EAChB,OAAsC;QAEtC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,YAAY,EAAE,QAAQ,EAAE,OAAO,EAAE,EACtD,qBAAqB,CACtB,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EACF,2IAA2I;IAC7I,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,eAAe;SACpC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EACF,uJAAuJ;IACzJ,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,KAAK;SAC1B;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,SAAS;KACrB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EACF,uJAAuJ;IACzJ,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,KAAK;SAC1B;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,KAAK;SAC1B;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,KAAK;SAC1B;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,KAAK;SAC1B;KACF;IACD,WAAW,EAAE,UAAU,CAAC,qBAAqB;IAC7C,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,SAAS;KACrB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EACF,uJAAuJ;IACzJ,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE;IACjD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,SAAS;KACrB;IACD,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EACF,uJAAuJ;IACzJ,UAAU,EAAE,OAAO;IACnB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,KAAK;SAC1B;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,KAAK;SAC1B;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,KAAK;SAC1B;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,KAAK;SAC1B;KACF;IACD,WAAW,EAAE,UAAU,CAAC,qBAAqB;IAC7C,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,SAAS;KACrB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,qBAAqB,GAA6B;IACtD,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,eAAe;SACpC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,QAAQ;KACpB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC"}
@@ -1,90 +0,0 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { PollerLike, PollOperationState } from "@azure/core-lro";
3
- import { ConnectedRegistry, ConnectedRegistriesListOptionalParams, ConnectedRegistriesGetOptionalParams, ConnectedRegistriesGetResponse, ConnectedRegistriesCreateOptionalParams, ConnectedRegistriesCreateResponse, ConnectedRegistriesDeleteOptionalParams, ConnectedRegistryUpdateParameters, ConnectedRegistriesUpdateOptionalParams, ConnectedRegistriesUpdateResponse, ConnectedRegistriesDeactivateOptionalParams } from "../models";
4
- /** Interface representing a ConnectedRegistries. */
5
- export interface ConnectedRegistries {
6
- /**
7
- * Lists all connected registries for the 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.
10
- * @param options The options parameters.
11
- */
12
- list(resourceGroupName: string, registryName: string, options?: ConnectedRegistriesListOptionalParams): PagedAsyncIterableIterator<ConnectedRegistry>;
13
- /**
14
- * Gets the properties of the connected registry.
15
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
16
- * @param registryName The name of the container registry.
17
- * @param connectedRegistryName The name of the connected registry.
18
- * @param options The options parameters.
19
- */
20
- get(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesGetOptionalParams): Promise<ConnectedRegistriesGetResponse>;
21
- /**
22
- * Creates a connected registry 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.
25
- * @param connectedRegistryName The name of the connected registry.
26
- * @param connectedRegistryCreateParameters The parameters for creating a connectedRegistry.
27
- * @param options The options parameters.
28
- */
29
- beginCreate(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryCreateParameters: ConnectedRegistry, options?: ConnectedRegistriesCreateOptionalParams): Promise<PollerLike<PollOperationState<ConnectedRegistriesCreateResponse>, ConnectedRegistriesCreateResponse>>;
30
- /**
31
- * Creates a connected registry 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.
34
- * @param connectedRegistryName The name of the connected registry.
35
- * @param connectedRegistryCreateParameters The parameters for creating a connectedRegistry.
36
- * @param options The options parameters.
37
- */
38
- beginCreateAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryCreateParameters: ConnectedRegistry, options?: ConnectedRegistriesCreateOptionalParams): Promise<ConnectedRegistriesCreateResponse>;
39
- /**
40
- * Deletes a connected registry from a container registry.
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 connectedRegistryName The name of the connected registry.
44
- * @param options The options parameters.
45
- */
46
- beginDelete(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
47
- /**
48
- * Deletes a connected registry from a container registry.
49
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
50
- * @param registryName The name of the container registry.
51
- * @param connectedRegistryName The name of the connected registry.
52
- * @param options The options parameters.
53
- */
54
- beginDeleteAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeleteOptionalParams): Promise<void>;
55
- /**
56
- * Updates a connected registry with the specified parameters.
57
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
58
- * @param registryName The name of the container registry.
59
- * @param connectedRegistryName The name of the connected registry.
60
- * @param connectedRegistryUpdateParameters The parameters for updating a connectedRegistry.
61
- * @param options The options parameters.
62
- */
63
- beginUpdate(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryUpdateParameters: ConnectedRegistryUpdateParameters, options?: ConnectedRegistriesUpdateOptionalParams): Promise<PollerLike<PollOperationState<ConnectedRegistriesUpdateResponse>, ConnectedRegistriesUpdateResponse>>;
64
- /**
65
- * Updates a connected registry with the specified parameters.
66
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
67
- * @param registryName The name of the container registry.
68
- * @param connectedRegistryName The name of the connected registry.
69
- * @param connectedRegistryUpdateParameters The parameters for updating a connectedRegistry.
70
- * @param options The options parameters.
71
- */
72
- beginUpdateAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, connectedRegistryUpdateParameters: ConnectedRegistryUpdateParameters, options?: ConnectedRegistriesUpdateOptionalParams): Promise<ConnectedRegistriesUpdateResponse>;
73
- /**
74
- * Deactivates the connected registry instance.
75
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
76
- * @param registryName The name of the container registry.
77
- * @param connectedRegistryName The name of the connected registry.
78
- * @param options The options parameters.
79
- */
80
- beginDeactivate(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeactivateOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
81
- /**
82
- * Deactivates the connected registry instance.
83
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
84
- * @param registryName The name of the container registry.
85
- * @param connectedRegistryName The name of the connected registry.
86
- * @param options The options parameters.
87
- */
88
- beginDeactivateAndWait(resourceGroupName: string, registryName: string, connectedRegistryName: string, options?: ConnectedRegistriesDeactivateOptionalParams): Promise<void>;
89
- }
90
- //# sourceMappingURL=connectedRegistries.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"connectedRegistries.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/connectedRegistries.ts"],"names":[],"mappings":"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"}
@@ -1,9 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export {};
9
- //# sourceMappingURL=connectedRegistries.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"connectedRegistries.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/connectedRegistries.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -1,56 +0,0 @@
1
- import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
- import { PollerLike, PollOperationState } from "@azure/core-lro";
3
- import { ExportPipeline, ExportPipelinesListOptionalParams, ExportPipelinesGetOptionalParams, ExportPipelinesGetResponse, ExportPipelinesCreateOptionalParams, ExportPipelinesCreateResponse, ExportPipelinesDeleteOptionalParams } from "../models";
4
- /** Interface representing a ExportPipelines. */
5
- export interface ExportPipelines {
6
- /**
7
- * Lists all export pipelines for the 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.
10
- * @param options The options parameters.
11
- */
12
- list(resourceGroupName: string, registryName: string, options?: ExportPipelinesListOptionalParams): PagedAsyncIterableIterator<ExportPipeline>;
13
- /**
14
- * Gets the properties of the export pipeline.
15
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
16
- * @param registryName The name of the container registry.
17
- * @param exportPipelineName The name of the export pipeline.
18
- * @param options The options parameters.
19
- */
20
- get(resourceGroupName: string, registryName: string, exportPipelineName: string, options?: ExportPipelinesGetOptionalParams): Promise<ExportPipelinesGetResponse>;
21
- /**
22
- * Creates an export pipeline 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.
25
- * @param exportPipelineName The name of the export pipeline.
26
- * @param exportPipelineCreateParameters The parameters for creating an export pipeline.
27
- * @param options The options parameters.
28
- */
29
- beginCreate(resourceGroupName: string, registryName: string, exportPipelineName: string, exportPipelineCreateParameters: ExportPipeline, options?: ExportPipelinesCreateOptionalParams): Promise<PollerLike<PollOperationState<ExportPipelinesCreateResponse>, ExportPipelinesCreateResponse>>;
30
- /**
31
- * Creates an export pipeline 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.
34
- * @param exportPipelineName The name of the export pipeline.
35
- * @param exportPipelineCreateParameters The parameters for creating an export pipeline.
36
- * @param options The options parameters.
37
- */
38
- beginCreateAndWait(resourceGroupName: string, registryName: string, exportPipelineName: string, exportPipelineCreateParameters: ExportPipeline, options?: ExportPipelinesCreateOptionalParams): Promise<ExportPipelinesCreateResponse>;
39
- /**
40
- * Deletes an export pipeline from a container registry.
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 exportPipelineName The name of the export pipeline.
44
- * @param options The options parameters.
45
- */
46
- beginDelete(resourceGroupName: string, registryName: string, exportPipelineName: string, options?: ExportPipelinesDeleteOptionalParams): Promise<PollerLike<PollOperationState<void>, void>>;
47
- /**
48
- * Deletes an export pipeline from a container registry.
49
- * @param resourceGroupName The name of the resource group to which the container registry belongs.
50
- * @param registryName The name of the container registry.
51
- * @param exportPipelineName The name of the export pipeline.
52
- * @param options The options parameters.
53
- */
54
- beginDeleteAndWait(resourceGroupName: string, registryName: string, exportPipelineName: string, options?: ExportPipelinesDeleteOptionalParams): Promise<void>;
55
- }
56
- //# sourceMappingURL=exportPipelines.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"exportPipelines.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/exportPipelines.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EAAE,UAAU,EAAE,kBAAkB,EAAE,MAAM,iBAAiB,CAAC;AACjE,OAAO,EACL,cAAc,EACd,iCAAiC,EACjC,gCAAgC,EAChC,0BAA0B,EAC1B,mCAAmC,EACnC,6BAA6B,EAC7B,mCAAmC,EACpC,MAAM,WAAW,CAAC;AAGnB,gDAAgD;AAChD,MAAM,WAAW,eAAe;IAC9B;;;;;OAKG;IACH,IAAI,CACF,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,OAAO,CAAC,EAAE,iCAAiC,GAC1C,0BAA0B,CAAC,cAAc,CAAC,CAAC;IAC9C;;;;;;OAMG;IACH,GAAG,CACD,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,gCAAgC,GACzC,OAAO,CAAC,0BAA0B,CAAC,CAAC;IACvC;;;;;;;OAOG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,kBAAkB,EAAE,MAAM,EAC1B,8BAA8B,EAAE,cAAc,EAC9C,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CACR,UAAU,CACR,kBAAkB,CAAC,6BAA6B,CAAC,EACjD,6BAA6B,CAC9B,CACF,CAAC;IACF;;;;;;;OAOG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,kBAAkB,EAAE,MAAM,EAC1B,8BAA8B,EAAE,cAAc,EAC9C,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,6BAA6B,CAAC,CAAC;IAC1C;;;;;;OAMG;IACH,WAAW,CACT,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,UAAU,CAAC,kBAAkB,CAAC,IAAI,CAAC,EAAE,IAAI,CAAC,CAAC,CAAC;IACvD;;;;;;OAMG;IACH,kBAAkB,CAChB,iBAAiB,EAAE,MAAM,EACzB,YAAY,EAAE,MAAM,EACpB,kBAAkB,EAAE,MAAM,EAC1B,OAAO,CAAC,EAAE,mCAAmC,GAC5C,OAAO,CAAC,IAAI,CAAC,CAAC;CAClB"}
@@ -1,9 +0,0 @@
1
- /*
2
- * Copyright (c) Microsoft Corporation.
3
- * Licensed under the MIT License.
4
- *
5
- * Code generated by Microsoft (R) AutoRest Code Generator.
6
- * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
- */
8
- export {};
9
- //# sourceMappingURL=exportPipelines.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"exportPipelines.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/exportPipelines.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}