@azure/arm-locks 2.0.0-beta.1 → 2.0.1-alpha.20211215.1

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 (95) hide show
  1. package/CHANGELOG.md +15 -10
  2. package/README.md +15 -9
  3. package/dist/index.js +6 -432
  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/index.d.ts +5 -0
  8. package/dist-esm/src/index.d.ts.map +1 -0
  9. package/{esm → dist-esm/src}/index.js +0 -1
  10. package/dist-esm/src/index.js.map +1 -0
  11. package/{esm → dist-esm/src}/managementLockClient.d.ts +5 -2
  12. package/dist-esm/src/managementLockClient.d.ts.map +1 -0
  13. package/{esm/managementLockClientContext.js → dist-esm/src/managementLockClient.js} +7 -4
  14. package/dist-esm/src/managementLockClient.js.map +1 -0
  15. package/{esm → dist-esm/src}/models/index.d.ts +0 -33
  16. package/dist-esm/src/models/index.d.ts.map +1 -0
  17. package/{esm → dist-esm/src}/models/index.js +0 -0
  18. package/dist-esm/src/models/index.js.map +1 -0
  19. package/{esm → dist-esm/src}/models/mappers.d.ts +0 -0
  20. package/dist-esm/src/models/mappers.d.ts.map +1 -0
  21. package/{esm → dist-esm/src}/models/mappers.js +0 -0
  22. package/dist-esm/src/models/mappers.js.map +1 -0
  23. package/{esm → dist-esm/src}/models/parameters.d.ts +0 -0
  24. package/dist-esm/src/models/parameters.d.ts.map +1 -0
  25. package/{esm → dist-esm/src}/models/parameters.js +0 -0
  26. package/dist-esm/src/models/parameters.js.map +1 -0
  27. package/{esm → dist-esm/src}/operations/authorizationOperations.d.ts +4 -19
  28. package/dist-esm/src/operations/authorizationOperations.d.ts.map +1 -0
  29. package/{esm → dist-esm/src}/operations/authorizationOperations.js +1 -72
  30. package/dist-esm/src/operations/authorizationOperations.js.map +1 -0
  31. package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
  32. package/dist-esm/src/operations/index.d.ts.map +1 -0
  33. package/{esm → dist-esm/src}/operations/index.js +0 -0
  34. package/dist-esm/src/operations/index.js.map +1 -0
  35. package/{esm/operationsInterfaces → dist-esm/src/operations}/managementLocks.d.ts +89 -42
  36. package/dist-esm/src/operations/managementLocks.d.ts.map +1 -0
  37. package/{esm → dist-esm/src}/operations/managementLocks.js +1 -337
  38. package/dist-esm/src/operations/managementLocks.js.map +1 -0
  39. package/dist-esm/src/operationsInterfaces/authorizationOperations.d.ts +11 -0
  40. package/dist-esm/src/operationsInterfaces/authorizationOperations.d.ts.map +1 -0
  41. package/{esm → dist-esm/src}/operationsInterfaces/authorizationOperations.js +1 -1
  42. package/dist-esm/src/operationsInterfaces/authorizationOperations.js.map +1 -0
  43. package/{esm → dist-esm/src}/operationsInterfaces/index.d.ts +0 -0
  44. package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
  45. package/{esm → dist-esm/src}/operationsInterfaces/index.js +0 -0
  46. package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
  47. package/dist-esm/src/operationsInterfaces/managementLocks.d.ts +159 -0
  48. package/dist-esm/src/operationsInterfaces/managementLocks.d.ts.map +1 -0
  49. package/{esm → dist-esm/src}/operationsInterfaces/managementLocks.js +1 -1
  50. package/dist-esm/src/operationsInterfaces/managementLocks.js.map +1 -0
  51. package/dist-esm/test/locks_examples.d.ts +4 -0
  52. package/dist-esm/test/locks_examples.d.ts.map +1 -0
  53. package/dist-esm/test/locks_examples.js +106 -0
  54. package/dist-esm/test/locks_examples.js.map +1 -0
  55. package/package.json +24 -20
  56. package/review/arm-locks.api.md +5 -55
  57. package/src/index.ts +0 -1
  58. package/src/managementLockClient.ts +46 -3
  59. package/src/models/index.ts +0 -47
  60. package/src/operations/authorizationOperations.ts +5 -82
  61. package/src/operations/managementLocks.ts +5 -467
  62. package/src/operationsInterfaces/authorizationOperations.ts +0 -11
  63. package/src/operationsInterfaces/managementLocks.ts +0 -62
  64. package/tsconfig.json +2 -3
  65. package/{esm/index.d.ts → types/arm-locks.d.ts} +4 -101
  66. package/types/tsdoc-metadata.json +11 -0
  67. package/esm/index.d.ts.map +0 -1
  68. package/esm/index.js.map +0 -1
  69. package/esm/managementLockClient.d.ts.map +0 -1
  70. package/esm/managementLockClient.js +0 -23
  71. package/esm/managementLockClient.js.map +0 -1
  72. package/esm/managementLockClientContext.d.ts +0 -16
  73. package/esm/managementLockClientContext.d.ts.map +0 -1
  74. package/esm/managementLockClientContext.js.map +0 -1
  75. package/esm/models/index.d.ts.map +0 -1
  76. package/esm/models/index.js.map +0 -1
  77. package/esm/models/mappers.d.ts.map +0 -1
  78. package/esm/models/mappers.js.map +0 -1
  79. package/esm/models/parameters.d.ts.map +0 -1
  80. package/esm/models/parameters.js.map +0 -1
  81. package/esm/operations/authorizationOperations.d.ts.map +0 -1
  82. package/esm/operations/authorizationOperations.js.map +0 -1
  83. package/esm/operations/index.d.ts.map +0 -1
  84. package/esm/operations/index.js.map +0 -1
  85. package/esm/operations/managementLocks.d.ts +0 -331
  86. package/esm/operations/managementLocks.d.ts.map +0 -1
  87. package/esm/operations/managementLocks.js.map +0 -1
  88. package/esm/operationsInterfaces/authorizationOperations.d.ts +0 -18
  89. package/esm/operationsInterfaces/authorizationOperations.d.ts.map +0 -1
  90. package/esm/operationsInterfaces/authorizationOperations.js.map +0 -1
  91. package/esm/operationsInterfaces/index.d.ts.map +0 -1
  92. package/esm/operationsInterfaces/index.js.map +0 -1
  93. package/esm/operationsInterfaces/managementLocks.d.ts.map +0 -1
  94. package/esm/operationsInterfaces/managementLocks.js.map +0 -1
  95. package/src/managementLockClientContext.ts +0 -70
@@ -1,14 +1,23 @@
1
- import "@azure/core-paging";
2
1
  import { PagedAsyncIterableIterator } from "@azure/core-paging";
3
- import { ManagementLockObject, ManagementLocksListAtResourceGroupLevelNextOptionalParams, ManagementLocksListAtResourceGroupLevelOptionalParams, ManagementLocksListAtResourceLevelNextOptionalParams, ManagementLocksListAtResourceLevelOptionalParams, ManagementLocksListAtSubscriptionLevelNextOptionalParams, ManagementLocksListAtSubscriptionLevelOptionalParams, ManagementLocksListByScopeNextOptionalParams, ManagementLocksListByScopeOptionalParams, ManagementLocksCreateOrUpdateAtResourceGroupLevelOptionalParams, ManagementLocksCreateOrUpdateAtResourceGroupLevelResponse, ManagementLocksDeleteAtResourceGroupLevelOptionalParams, ManagementLocksGetAtResourceGroupLevelOptionalParams, ManagementLocksGetAtResourceGroupLevelResponse, ManagementLocksCreateOrUpdateByScopeOptionalParams, ManagementLocksCreateOrUpdateByScopeResponse, ManagementLocksDeleteByScopeOptionalParams, ManagementLocksGetByScopeOptionalParams, ManagementLocksGetByScopeResponse, ManagementLocksCreateOrUpdateAtResourceLevelOptionalParams, ManagementLocksCreateOrUpdateAtResourceLevelResponse, ManagementLocksDeleteAtResourceLevelOptionalParams, ManagementLocksGetAtResourceLevelOptionalParams, ManagementLocksGetAtResourceLevelResponse, ManagementLocksCreateOrUpdateAtSubscriptionLevelOptionalParams, ManagementLocksCreateOrUpdateAtSubscriptionLevelResponse, ManagementLocksDeleteAtSubscriptionLevelOptionalParams, ManagementLocksGetAtSubscriptionLevelOptionalParams, ManagementLocksGetAtSubscriptionLevelResponse } from "../models";
4
- /** Interface representing a ManagementLocks. */
5
- export interface ManagementLocks {
2
+ import { ManagementLocks } from "../operationsInterfaces";
3
+ import { ManagementLockClient } from "../managementLockClient";
4
+ import { ManagementLockObject, ManagementLocksListAtResourceGroupLevelOptionalParams, ManagementLocksListAtResourceLevelOptionalParams, ManagementLocksListAtSubscriptionLevelOptionalParams, ManagementLocksListByScopeOptionalParams, ManagementLocksCreateOrUpdateAtResourceGroupLevelOptionalParams, ManagementLocksCreateOrUpdateAtResourceGroupLevelResponse, ManagementLocksDeleteAtResourceGroupLevelOptionalParams, ManagementLocksGetAtResourceGroupLevelOptionalParams, ManagementLocksGetAtResourceGroupLevelResponse, ManagementLocksCreateOrUpdateByScopeOptionalParams, ManagementLocksCreateOrUpdateByScopeResponse, ManagementLocksDeleteByScopeOptionalParams, ManagementLocksGetByScopeOptionalParams, ManagementLocksGetByScopeResponse, ManagementLocksCreateOrUpdateAtResourceLevelOptionalParams, ManagementLocksCreateOrUpdateAtResourceLevelResponse, ManagementLocksDeleteAtResourceLevelOptionalParams, ManagementLocksGetAtResourceLevelOptionalParams, ManagementLocksGetAtResourceLevelResponse, ManagementLocksCreateOrUpdateAtSubscriptionLevelOptionalParams, ManagementLocksCreateOrUpdateAtSubscriptionLevelResponse, ManagementLocksDeleteAtSubscriptionLevelOptionalParams, ManagementLocksGetAtSubscriptionLevelOptionalParams, ManagementLocksGetAtSubscriptionLevelResponse } from "../models";
5
+ /** Class containing ManagementLocks operations. */
6
+ export declare class ManagementLocksImpl implements ManagementLocks {
7
+ private readonly client;
8
+ /**
9
+ * Initialize a new instance of the class ManagementLocks class.
10
+ * @param client Reference to the service client
11
+ */
12
+ constructor(client: ManagementLockClient);
6
13
  /**
7
14
  * Gets all the management locks for a resource group.
8
15
  * @param resourceGroupName The name of the resource group containing the locks to get.
9
16
  * @param options The options parameters.
10
17
  */
11
18
  listAtResourceGroupLevel(resourceGroupName: string, options?: ManagementLocksListAtResourceGroupLevelOptionalParams): PagedAsyncIterableIterator<ManagementLockObject>;
19
+ private listAtResourceGroupLevelPagingPage;
20
+ private listAtResourceGroupLevelPagingAll;
12
21
  /**
13
22
  * Gets all the management locks for a resource or any level below resource.
14
23
  * @param resourceGroupName The name of the resource group containing the locked resource. The name is
@@ -20,11 +29,15 @@ export interface ManagementLocks {
20
29
  * @param options The options parameters.
21
30
  */
22
31
  listAtResourceLevel(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, options?: ManagementLocksListAtResourceLevelOptionalParams): PagedAsyncIterableIterator<ManagementLockObject>;
32
+ private listAtResourceLevelPagingPage;
33
+ private listAtResourceLevelPagingAll;
23
34
  /**
24
35
  * Gets all the management locks for a subscription.
25
36
  * @param options The options parameters.
26
37
  */
27
38
  listAtSubscriptionLevel(options?: ManagementLocksListAtSubscriptionLevelOptionalParams): PagedAsyncIterableIterator<ManagementLockObject>;
39
+ private listAtSubscriptionLevelPagingPage;
40
+ private listAtSubscriptionLevelPagingAll;
28
41
  /**
29
42
  * Gets all the management locks for a scope.
30
43
  * @param scope The scope for the lock. When providing a scope for the assignment, use
@@ -35,44 +48,8 @@ export interface ManagementLocks {
35
48
  * @param options The options parameters.
36
49
  */
37
50
  listByScope(scope: string, options?: ManagementLocksListByScopeOptionalParams): PagedAsyncIterableIterator<ManagementLockObject>;
38
- /**
39
- * ListAtResourceGroupLevelNext
40
- * @param resourceGroupName The name of the resource group containing the locks to get.
41
- * @param nextLink The nextLink from the previous successful call to the ListAtResourceGroupLevel
42
- * method.
43
- * @param options The options parameters.
44
- */
45
- listAtResourceGroupLevelNext(resourceGroupName: string, nextLink: string, options?: ManagementLocksListAtResourceGroupLevelNextOptionalParams): PagedAsyncIterableIterator<ManagementLockObject>;
46
- /**
47
- * ListAtResourceLevelNext
48
- * @param resourceGroupName The name of the resource group containing the locked resource. The name is
49
- * case insensitive.
50
- * @param resourceProviderNamespace The namespace of the resource provider.
51
- * @param parentResourcePath The parent resource identity.
52
- * @param resourceType The resource type of the locked resource.
53
- * @param resourceName The name of the locked resource.
54
- * @param nextLink The nextLink from the previous successful call to the ListAtResourceLevel method.
55
- * @param options The options parameters.
56
- */
57
- listAtResourceLevelNext(resourceGroupName: string, resourceProviderNamespace: string, parentResourcePath: string, resourceType: string, resourceName: string, nextLink: string, options?: ManagementLocksListAtResourceLevelNextOptionalParams): PagedAsyncIterableIterator<ManagementLockObject>;
58
- /**
59
- * ListAtSubscriptionLevelNext
60
- * @param nextLink The nextLink from the previous successful call to the ListAtSubscriptionLevel
61
- * method.
62
- * @param options The options parameters.
63
- */
64
- listAtSubscriptionLevelNext(nextLink: string, options?: ManagementLocksListAtSubscriptionLevelNextOptionalParams): PagedAsyncIterableIterator<ManagementLockObject>;
65
- /**
66
- * ListByScopeNext
67
- * @param scope The scope for the lock. When providing a scope for the assignment, use
68
- * '/subscriptions/{subscriptionId}' for subscriptions,
69
- * '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}' for resource groups, and
70
- * '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePathIfPresent}/{resourceType}/{resourceName}'
71
- * for resources.
72
- * @param nextLink The nextLink from the previous successful call to the ListByScope method.
73
- * @param options The options parameters.
74
- */
75
- listByScopeNext(scope: string, nextLink: string, options?: ManagementLocksListByScopeNextOptionalParams): PagedAsyncIterableIterator<ManagementLockObject>;
51
+ private listByScopePagingPage;
52
+ private listByScopePagingAll;
76
53
  /**
77
54
  * When you apply a lock at a parent scope, all child resources inherit the same lock. To create
78
55
  * management locks, you must have access to Microsoft.Authorization/* or
@@ -194,5 +171,75 @@ export interface ManagementLocks {
194
171
  * @param options The options parameters.
195
172
  */
196
173
  getAtSubscriptionLevel(lockName: string, options?: ManagementLocksGetAtSubscriptionLevelOptionalParams): Promise<ManagementLocksGetAtSubscriptionLevelResponse>;
174
+ /**
175
+ * Gets all the management locks for a resource group.
176
+ * @param resourceGroupName The name of the resource group containing the locks to get.
177
+ * @param options The options parameters.
178
+ */
179
+ private _listAtResourceGroupLevel;
180
+ /**
181
+ * Gets all the management locks for a resource or any level below resource.
182
+ * @param resourceGroupName The name of the resource group containing the locked resource. The name is
183
+ * case insensitive.
184
+ * @param resourceProviderNamespace The namespace of the resource provider.
185
+ * @param parentResourcePath The parent resource identity.
186
+ * @param resourceType The resource type of the locked resource.
187
+ * @param resourceName The name of the locked resource.
188
+ * @param options The options parameters.
189
+ */
190
+ private _listAtResourceLevel;
191
+ /**
192
+ * Gets all the management locks for a subscription.
193
+ * @param options The options parameters.
194
+ */
195
+ private _listAtSubscriptionLevel;
196
+ /**
197
+ * Gets all the management locks for a scope.
198
+ * @param scope The scope for the lock. When providing a scope for the assignment, use
199
+ * '/subscriptions/{subscriptionId}' for subscriptions,
200
+ * '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}' for resource groups, and
201
+ * '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePathIfPresent}/{resourceType}/{resourceName}'
202
+ * for resources.
203
+ * @param options The options parameters.
204
+ */
205
+ private _listByScope;
206
+ /**
207
+ * ListAtResourceGroupLevelNext
208
+ * @param resourceGroupName The name of the resource group containing the locks to get.
209
+ * @param nextLink The nextLink from the previous successful call to the ListAtResourceGroupLevel
210
+ * method.
211
+ * @param options The options parameters.
212
+ */
213
+ private _listAtResourceGroupLevelNext;
214
+ /**
215
+ * ListAtResourceLevelNext
216
+ * @param resourceGroupName The name of the resource group containing the locked resource. The name is
217
+ * case insensitive.
218
+ * @param resourceProviderNamespace The namespace of the resource provider.
219
+ * @param parentResourcePath The parent resource identity.
220
+ * @param resourceType The resource type of the locked resource.
221
+ * @param resourceName The name of the locked resource.
222
+ * @param nextLink The nextLink from the previous successful call to the ListAtResourceLevel method.
223
+ * @param options The options parameters.
224
+ */
225
+ private _listAtResourceLevelNext;
226
+ /**
227
+ * ListAtSubscriptionLevelNext
228
+ * @param nextLink The nextLink from the previous successful call to the ListAtSubscriptionLevel
229
+ * method.
230
+ * @param options The options parameters.
231
+ */
232
+ private _listAtSubscriptionLevelNext;
233
+ /**
234
+ * ListByScopeNext
235
+ * @param scope The scope for the lock. When providing a scope for the assignment, use
236
+ * '/subscriptions/{subscriptionId}' for subscriptions,
237
+ * '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}' for resource groups, and
238
+ * '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePathIfPresent}/{resourceType}/{resourceName}'
239
+ * for resources.
240
+ * @param nextLink The nextLink from the previous successful call to the ListByScope method.
241
+ * @param options The options parameters.
242
+ */
243
+ private _listByScopeNext;
197
244
  }
198
245
  //# sourceMappingURL=managementLocks.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"managementLocks.d.ts","sourceRoot":"","sources":["../../../src/operations/managementLocks.ts"],"names":[],"mappings":"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"}
@@ -6,12 +6,11 @@
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
8
  import { __asyncDelegator, __asyncGenerator, __asyncValues, __await } from "tslib";
9
- import "@azure/core-paging";
10
9
  import * as coreClient from "@azure/core-client";
11
10
  import * as Mappers from "../models/mappers";
12
11
  import * as Parameters from "../models/parameters";
13
12
  /// <reference lib="esnext.asynciterable" />
14
- /** Class representing a ManagementLocks. */
13
+ /** Class containing ManagementLocks operations. */
15
14
  export class ManagementLocksImpl {
16
15
  /**
17
16
  * Initialize a new instance of the class ManagementLocks class.
@@ -224,216 +223,6 @@ export class ManagementLocksImpl {
224
223
  }
225
224
  });
226
225
  }
227
- /**
228
- * ListAtResourceGroupLevelNext
229
- * @param resourceGroupName The name of the resource group containing the locks to get.
230
- * @param nextLink The nextLink from the previous successful call to the ListAtResourceGroupLevel
231
- * method.
232
- * @param options The options parameters.
233
- */
234
- listAtResourceGroupLevelNext(resourceGroupName, nextLink, options) {
235
- const iter = this.listAtResourceGroupLevelNextPagingAll(resourceGroupName, nextLink, options);
236
- return {
237
- next() {
238
- return iter.next();
239
- },
240
- [Symbol.asyncIterator]() {
241
- return this;
242
- },
243
- byPage: () => {
244
- return this.listAtResourceGroupLevelNextPagingPage(resourceGroupName, nextLink, options);
245
- }
246
- };
247
- }
248
- listAtResourceGroupLevelNextPagingPage(resourceGroupName, nextLink, options) {
249
- return __asyncGenerator(this, arguments, function* listAtResourceGroupLevelNextPagingPage_1() {
250
- let result = yield __await(this._listAtResourceGroupLevelNext(resourceGroupName, nextLink, options));
251
- yield yield __await(result.value || []);
252
- let continuationToken = result.nextLink;
253
- while (continuationToken) {
254
- result = yield __await(this._listAtResourceGroupLevelNextNext(resourceGroupName, continuationToken, options));
255
- continuationToken = result.nextLink;
256
- yield yield __await(result.value || []);
257
- }
258
- });
259
- }
260
- listAtResourceGroupLevelNextPagingAll(resourceGroupName, nextLink, options) {
261
- return __asyncGenerator(this, arguments, function* listAtResourceGroupLevelNextPagingAll_1() {
262
- var e_5, _a;
263
- try {
264
- for (var _b = __asyncValues(this.listAtResourceGroupLevelNextPagingPage(resourceGroupName, nextLink, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
265
- const page = _c.value;
266
- yield __await(yield* __asyncDelegator(__asyncValues(page)));
267
- }
268
- }
269
- catch (e_5_1) { e_5 = { error: e_5_1 }; }
270
- finally {
271
- try {
272
- if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
273
- }
274
- finally { if (e_5) throw e_5.error; }
275
- }
276
- });
277
- }
278
- /**
279
- * ListAtResourceLevelNext
280
- * @param resourceGroupName The name of the resource group containing the locked resource. The name is
281
- * case insensitive.
282
- * @param resourceProviderNamespace The namespace of the resource provider.
283
- * @param parentResourcePath The parent resource identity.
284
- * @param resourceType The resource type of the locked resource.
285
- * @param resourceName The name of the locked resource.
286
- * @param nextLink The nextLink from the previous successful call to the ListAtResourceLevel method.
287
- * @param options The options parameters.
288
- */
289
- listAtResourceLevelNext(resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, nextLink, options) {
290
- const iter = this.listAtResourceLevelNextPagingAll(resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, nextLink, options);
291
- return {
292
- next() {
293
- return iter.next();
294
- },
295
- [Symbol.asyncIterator]() {
296
- return this;
297
- },
298
- byPage: () => {
299
- return this.listAtResourceLevelNextPagingPage(resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, nextLink, options);
300
- }
301
- };
302
- }
303
- listAtResourceLevelNextPagingPage(resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, nextLink, options) {
304
- return __asyncGenerator(this, arguments, function* listAtResourceLevelNextPagingPage_1() {
305
- let result = yield __await(this._listAtResourceLevelNext(resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, nextLink, options));
306
- yield yield __await(result.value || []);
307
- let continuationToken = result.nextLink;
308
- while (continuationToken) {
309
- result = yield __await(this._listAtResourceLevelNextNext(resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, continuationToken, options));
310
- continuationToken = result.nextLink;
311
- yield yield __await(result.value || []);
312
- }
313
- });
314
- }
315
- listAtResourceLevelNextPagingAll(resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, nextLink, options) {
316
- return __asyncGenerator(this, arguments, function* listAtResourceLevelNextPagingAll_1() {
317
- var e_6, _a;
318
- try {
319
- for (var _b = __asyncValues(this.listAtResourceLevelNextPagingPage(resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, nextLink, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
320
- const page = _c.value;
321
- yield __await(yield* __asyncDelegator(__asyncValues(page)));
322
- }
323
- }
324
- catch (e_6_1) { e_6 = { error: e_6_1 }; }
325
- finally {
326
- try {
327
- if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
328
- }
329
- finally { if (e_6) throw e_6.error; }
330
- }
331
- });
332
- }
333
- /**
334
- * ListAtSubscriptionLevelNext
335
- * @param nextLink The nextLink from the previous successful call to the ListAtSubscriptionLevel
336
- * method.
337
- * @param options The options parameters.
338
- */
339
- listAtSubscriptionLevelNext(nextLink, options) {
340
- const iter = this.listAtSubscriptionLevelNextPagingAll(nextLink, options);
341
- return {
342
- next() {
343
- return iter.next();
344
- },
345
- [Symbol.asyncIterator]() {
346
- return this;
347
- },
348
- byPage: () => {
349
- return this.listAtSubscriptionLevelNextPagingPage(nextLink, options);
350
- }
351
- };
352
- }
353
- listAtSubscriptionLevelNextPagingPage(nextLink, options) {
354
- return __asyncGenerator(this, arguments, function* listAtSubscriptionLevelNextPagingPage_1() {
355
- let result = yield __await(this._listAtSubscriptionLevelNext(nextLink, options));
356
- yield yield __await(result.value || []);
357
- let continuationToken = result.nextLink;
358
- while (continuationToken) {
359
- result = yield __await(this._listAtSubscriptionLevelNextNext(continuationToken, options));
360
- continuationToken = result.nextLink;
361
- yield yield __await(result.value || []);
362
- }
363
- });
364
- }
365
- listAtSubscriptionLevelNextPagingAll(nextLink, options) {
366
- return __asyncGenerator(this, arguments, function* listAtSubscriptionLevelNextPagingAll_1() {
367
- var e_7, _a;
368
- try {
369
- for (var _b = __asyncValues(this.listAtSubscriptionLevelNextPagingPage(nextLink, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
370
- const page = _c.value;
371
- yield __await(yield* __asyncDelegator(__asyncValues(page)));
372
- }
373
- }
374
- catch (e_7_1) { e_7 = { error: e_7_1 }; }
375
- finally {
376
- try {
377
- if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
378
- }
379
- finally { if (e_7) throw e_7.error; }
380
- }
381
- });
382
- }
383
- /**
384
- * ListByScopeNext
385
- * @param scope The scope for the lock. When providing a scope for the assignment, use
386
- * '/subscriptions/{subscriptionId}' for subscriptions,
387
- * '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}' for resource groups, and
388
- * '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePathIfPresent}/{resourceType}/{resourceName}'
389
- * for resources.
390
- * @param nextLink The nextLink from the previous successful call to the ListByScope method.
391
- * @param options The options parameters.
392
- */
393
- listByScopeNext(scope, nextLink, options) {
394
- const iter = this.listByScopeNextPagingAll(scope, nextLink, options);
395
- return {
396
- next() {
397
- return iter.next();
398
- },
399
- [Symbol.asyncIterator]() {
400
- return this;
401
- },
402
- byPage: () => {
403
- return this.listByScopeNextPagingPage(scope, nextLink, options);
404
- }
405
- };
406
- }
407
- listByScopeNextPagingPage(scope, nextLink, options) {
408
- return __asyncGenerator(this, arguments, function* listByScopeNextPagingPage_1() {
409
- let result = yield __await(this._listByScopeNext(scope, nextLink, options));
410
- yield yield __await(result.value || []);
411
- let continuationToken = result.nextLink;
412
- while (continuationToken) {
413
- result = yield __await(this._listByScopeNextNext(scope, continuationToken, options));
414
- continuationToken = result.nextLink;
415
- yield yield __await(result.value || []);
416
- }
417
- });
418
- }
419
- listByScopeNextPagingAll(scope, nextLink, options) {
420
- return __asyncGenerator(this, arguments, function* listByScopeNextPagingAll_1() {
421
- var e_8, _a;
422
- try {
423
- for (var _b = __asyncValues(this.listByScopeNextPagingPage(scope, nextLink, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
424
- const page = _c.value;
425
- yield __await(yield* __asyncDelegator(__asyncValues(page)));
426
- }
427
- }
428
- catch (e_8_1) { e_8 = { error: e_8_1 }; }
429
- finally {
430
- try {
431
- if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
432
- }
433
- finally { if (e_8) throw e_8.error; }
434
- }
435
- });
436
- }
437
226
  /**
438
227
  * When you apply a lock at a parent scope, all child resources inherit the same lock. To create
439
228
  * management locks, you must have access to Microsoft.Authorization/* or
@@ -705,61 +494,6 @@ export class ManagementLocksImpl {
705
494
  _listByScopeNext(scope, nextLink, options) {
706
495
  return this.client.sendOperationRequest({ scope, nextLink, options }, listByScopeNextOperationSpec);
707
496
  }
708
- /**
709
- * ListAtResourceGroupLevelNextNext
710
- * @param resourceGroupName The name of the resource group containing the locks to get.
711
- * @param nextLink The nextLink from the previous successful call to the ListAtResourceGroupLevelNext
712
- * method.
713
- * @param options The options parameters.
714
- */
715
- _listAtResourceGroupLevelNextNext(resourceGroupName, nextLink, options) {
716
- return this.client.sendOperationRequest({ resourceGroupName, nextLink, options }, listAtResourceGroupLevelNextNextOperationSpec);
717
- }
718
- /**
719
- * ListAtResourceLevelNextNext
720
- * @param resourceGroupName The name of the resource group containing the locked resource. The name is
721
- * case insensitive.
722
- * @param resourceProviderNamespace The namespace of the resource provider.
723
- * @param parentResourcePath The parent resource identity.
724
- * @param resourceType The resource type of the locked resource.
725
- * @param resourceName The name of the locked resource.
726
- * @param nextLink The nextLink from the previous successful call to the ListAtResourceLevelNext
727
- * method.
728
- * @param options The options parameters.
729
- */
730
- _listAtResourceLevelNextNext(resourceGroupName, resourceProviderNamespace, parentResourcePath, resourceType, resourceName, nextLink, options) {
731
- return this.client.sendOperationRequest({
732
- resourceGroupName,
733
- resourceProviderNamespace,
734
- parentResourcePath,
735
- resourceType,
736
- resourceName,
737
- nextLink,
738
- options
739
- }, listAtResourceLevelNextNextOperationSpec);
740
- }
741
- /**
742
- * ListAtSubscriptionLevelNextNext
743
- * @param nextLink The nextLink from the previous successful call to the ListAtSubscriptionLevelNext
744
- * method.
745
- * @param options The options parameters.
746
- */
747
- _listAtSubscriptionLevelNextNext(nextLink, options) {
748
- return this.client.sendOperationRequest({ nextLink, options }, listAtSubscriptionLevelNextNextOperationSpec);
749
- }
750
- /**
751
- * ListByScopeNextNext
752
- * @param scope The scope for the lock. When providing a scope for the assignment, use
753
- * '/subscriptions/{subscriptionId}' for subscriptions,
754
- * '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}' for resource groups, and
755
- * '/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{parentResourcePathIfPresent}/{resourceType}/{resourceName}'
756
- * for resources.
757
- * @param nextLink The nextLink from the previous successful call to the ListByScopeNext method.
758
- * @param options The options parameters.
759
- */
760
- _listByScopeNextNext(scope, nextLink, options) {
761
- return this.client.sendOperationRequest({ scope, nextLink, options }, listByScopeNextNextOperationSpec);
762
- }
763
497
  }
764
498
  // Operation Specifications
765
499
  const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
@@ -1107,74 +841,4 @@ const listByScopeNextOperationSpec = {
1107
841
  headerParameters: [Parameters.accept],
1108
842
  serializer
1109
843
  };
1110
- const listAtResourceGroupLevelNextNextOperationSpec = {
1111
- path: "{nextLink}",
1112
- httpMethod: "GET",
1113
- responses: {
1114
- 200: {
1115
- bodyMapper: Mappers.ManagementLockListResult
1116
- }
1117
- },
1118
- queryParameters: [Parameters.apiVersion, Parameters.filter],
1119
- urlParameters: [
1120
- Parameters.$host,
1121
- Parameters.nextLink,
1122
- Parameters.resourceGroupName,
1123
- Parameters.subscriptionId
1124
- ],
1125
- headerParameters: [Parameters.accept],
1126
- serializer
1127
- };
1128
- const listAtResourceLevelNextNextOperationSpec = {
1129
- path: "{nextLink}",
1130
- httpMethod: "GET",
1131
- responses: {
1132
- 200: {
1133
- bodyMapper: Mappers.ManagementLockListResult
1134
- }
1135
- },
1136
- queryParameters: [Parameters.apiVersion, Parameters.filter],
1137
- urlParameters: [
1138
- Parameters.$host,
1139
- Parameters.nextLink,
1140
- Parameters.resourceGroupName,
1141
- Parameters.subscriptionId,
1142
- Parameters.resourceProviderNamespace,
1143
- Parameters.parentResourcePath,
1144
- Parameters.resourceType,
1145
- Parameters.resourceName
1146
- ],
1147
- headerParameters: [Parameters.accept],
1148
- serializer
1149
- };
1150
- const listAtSubscriptionLevelNextNextOperationSpec = {
1151
- path: "{nextLink}",
1152
- httpMethod: "GET",
1153
- responses: {
1154
- 200: {
1155
- bodyMapper: Mappers.ManagementLockListResult
1156
- }
1157
- },
1158
- queryParameters: [Parameters.apiVersion, Parameters.filter],
1159
- urlParameters: [
1160
- Parameters.$host,
1161
- Parameters.nextLink,
1162
- Parameters.subscriptionId
1163
- ],
1164
- headerParameters: [Parameters.accept],
1165
- serializer
1166
- };
1167
- const listByScopeNextNextOperationSpec = {
1168
- path: "{nextLink}",
1169
- httpMethod: "GET",
1170
- responses: {
1171
- 200: {
1172
- bodyMapper: Mappers.ManagementLockListResult
1173
- }
1174
- },
1175
- queryParameters: [Parameters.apiVersion, Parameters.filter],
1176
- urlParameters: [Parameters.$host, Parameters.nextLink, Parameters.scope],
1177
- headerParameters: [Parameters.accept],
1178
- serializer
1179
- };
1180
844
  //# sourceMappingURL=managementLocks.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"managementLocks.js","sourceRoot":"","sources":["../../../src/operations/managementLocks.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;AA0CnD,4CAA4C;AAC5C,mDAAmD;AACnD,MAAM,OAAO,mBAAmB;IAG9B;;;OAGG;IACH,YAAY,MAA4B;QACtC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;OAIG;IACI,wBAAwB,CAC7B,iBAAyB,EACzB,OAA+D;QAE/D,MAAM,IAAI,GAAG,IAAI,CAAC,iCAAiC,CACjD,iBAAiB,EACjB,OAAO,CACR,CAAC;QACF,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,kCAAkC,CAC5C,iBAAiB,EACjB,OAAO,CACR,CAAC;YACJ,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,kCAAkC,CAC/C,iBAAyB,EACzB,OAA+D;;YAE/D,IAAI,MAAM,GAAG,cAAM,IAAI,CAAC,yBAAyB,CAC/C,iBAAiB,EACjB,OAAO,CACR,CAAA,CAAC;YACF,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,6BAA6B,CAC/C,iBAAiB,EACjB,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,iCAAiC,CAC9C,iBAAyB,EACzB,OAA+D;;;;gBAE/D,KAAyB,IAAA,KAAA,cAAA,IAAI,CAAC,kCAAkC,CAC9D,iBAAiB,EACjB,OAAO,CACR,CAAA,IAAA;oBAHU,MAAM,IAAI,WAAA,CAAA;oBAInB,cAAA,KAAK,CAAC,CAAC,iBAAA,cAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;QACH,CAAC;KAAA;IAED;;;;;;;;;OASG;IACI,mBAAmB,CACxB,iBAAyB,EACzB,yBAAiC,EACjC,kBAA0B,EAC1B,YAAoB,EACpB,YAAoB,EACpB,OAA0D;QAE1D,MAAM,IAAI,GAAG,IAAI,CAAC,4BAA4B,CAC5C,iBAAiB,EACjB,yBAAyB,EACzB,kBAAkB,EAClB,YAAY,EACZ,YAAY,EACZ,OAAO,CACR,CAAC;QACF,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,6BAA6B,CACvC,iBAAiB,EACjB,yBAAyB,EACzB,kBAAkB,EAClB,YAAY,EACZ,YAAY,EACZ,OAAO,CACR,CAAC;YACJ,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,6BAA6B,CAC1C,iBAAyB,EACzB,yBAAiC,EACjC,kBAA0B,EAC1B,YAAoB,EACpB,YAAoB,EACpB,OAA0D;;YAE1D,IAAI,MAAM,GAAG,cAAM,IAAI,CAAC,oBAAoB,CAC1C,iBAAiB,EACjB,yBAAyB,EACzB,kBAAkB,EAClB,YAAY,EACZ,YAAY,EACZ,OAAO,CACR,CAAA,CAAC;YACF,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,wBAAwB,CAC1C,iBAAiB,EACjB,yBAAyB,EACzB,kBAAkB,EAClB,YAAY,EACZ,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,4BAA4B,CACzC,iBAAyB,EACzB,yBAAiC,EACjC,kBAA0B,EAC1B,YAAoB,EACpB,YAAoB,EACpB,OAA0D;;;;gBAE1D,KAAyB,IAAA,KAAA,cAAA,IAAI,CAAC,6BAA6B,CACzD,iBAAiB,EACjB,yBAAyB,EACzB,kBAAkB,EAClB,YAAY,EACZ,YAAY,EACZ,OAAO,CACR,CAAA,IAAA;oBAPU,MAAM,IAAI,WAAA,CAAA;oBAQnB,cAAA,KAAK,CAAC,CAAC,iBAAA,cAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;QACH,CAAC;KAAA;IAED;;;OAGG;IACI,uBAAuB,CAC5B,OAA8D;QAE9D,MAAM,IAAI,GAAG,IAAI,CAAC,gCAAgC,CAAC,OAAO,CAAC,CAAC;QAC5D,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,iCAAiC,CAAC,OAAO,CAAC,CAAC;YACzD,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,iCAAiC,CAC9C,OAA8D;;YAE9D,IAAI,MAAM,GAAG,cAAM,IAAI,CAAC,wBAAwB,CAAC,OAAO,CAAC,CAAA,CAAC;YAC1D,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,4BAA4B,CAC9C,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,gCAAgC,CAC7C,OAA8D;;;;gBAE9D,KAAyB,IAAA,KAAA,cAAA,IAAI,CAAC,iCAAiC,CAAC,OAAO,CAAC,CAAA,IAAA;oBAA7D,MAAM,IAAI,WAAA,CAAA;oBACnB,cAAA,KAAK,CAAC,CAAC,iBAAA,cAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;QACH,CAAC;KAAA;IAED;;;;;;;;OAQG;IACI,WAAW,CAChB,KAAa,EACb,OAAkD;QAElD,MAAM,IAAI,GAAG,IAAI,CAAC,oBAAoB,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;QACvD,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,qBAAqB,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;YACpD,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,qBAAqB,CAClC,KAAa,EACb,OAAkD;;YAElD,IAAI,MAAM,GAAG,cAAM,IAAI,CAAC,YAAY,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA,CAAC;YACrD,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,gBAAgB,CAAC,KAAK,EAAE,iBAAiB,EAAE,OAAO,CAAC,CAAA,CAAC;gBACxE,iBAAiB,GAAG,MAAM,CAAC,QAAQ,CAAC;gBACpC,oBAAM,MAAM,CAAC,KAAK,IAAI,EAAE,CAAA,CAAC;aAC1B;QACH,CAAC;KAAA;IAEc,oBAAoB,CACjC,KAAa,EACb,OAAkD;;;;gBAElD,KAAyB,IAAA,KAAA,cAAA,IAAI,CAAC,qBAAqB,CAAC,KAAK,EAAE,OAAO,CAAC,CAAA,IAAA;oBAAxD,MAAM,IAAI,WAAA,CAAA;oBACnB,cAAA,KAAK,CAAC,CAAC,iBAAA,cAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;QACH,CAAC;KAAA;IAED;;;;;;;;;;OAUG;IACH,kCAAkC,CAChC,iBAAyB,EACzB,QAAgB,EAChB,UAAgC,EAChC,OAAyE;QAEzE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,UAAU,EAAE,OAAO,EAAE,EACpD,+CAA+C,CAChD,CAAC;IACJ,CAAC;IAED;;;;;;;OAOG;IACH,0BAA0B,CACxB,iBAAyB,EACzB,QAAgB,EAChB,OAAiE;QAEjE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxC,uCAAuC,CACxC,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,uBAAuB,CACrB,iBAAyB,EACzB,QAAgB,EAChB,OAA8D;QAE9D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxC,oCAAoC,CACrC,CAAC;IACJ,CAAC;IAED;;;;;;;;;;OAUG;IACH,qBAAqB,CACnB,KAAa,EACb,QAAgB,EAChB,UAAgC,EAChC,OAA4D;QAE5D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,QAAQ,EAAE,UAAU,EAAE,OAAO,EAAE,EACxC,kCAAkC,CACnC,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,aAAa,CACX,KAAa,EACb,QAAgB,EAChB,OAAoD;QAEpD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC5B,0BAA0B,CAC3B,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACH,UAAU,CACR,KAAa,EACb,QAAgB,EAChB,OAAiD;QAEjD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC5B,uBAAuB,CACxB,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;;;OAcG;IACH,6BAA6B,CAC3B,iBAAyB,EACzB,yBAAiC,EACjC,kBAA0B,EAC1B,YAAoB,EACpB,YAAoB,EACpB,QAAgB,EAChB,UAAgC,EAChC,OAAoE;QAEpE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,yBAAyB;YACzB,kBAAkB;YAClB,YAAY;YACZ,YAAY;YACZ,QAAQ;YACR,UAAU;YACV,OAAO;SACR,EACD,0CAA0C,CAC3C,CAAC;IACJ,CAAC;IAED;;;;;;;;;;;;;OAaG;IACH,qBAAqB,CACnB,iBAAyB,EACzB,yBAAiC,EACjC,kBAA0B,EAC1B,YAAoB,EACpB,YAAoB,EACpB,QAAgB,EAChB,OAA4D;QAE5D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,yBAAyB;YACzB,kBAAkB;YAClB,YAAY;YACZ,YAAY;YACZ,QAAQ;YACR,OAAO;SACR,EACD,kCAAkC,CACnC,CAAC;IACJ,CAAC;IAED;;;;;;;;;OASG;IACH,kBAAkB,CAChB,iBAAyB,EACzB,yBAAiC,EACjC,kBAA0B,EAC1B,YAAoB,EACpB,YAAoB,EACpB,QAAgB,EAChB,OAAyD;QAEzD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,yBAAyB;YACzB,kBAAkB;YAClB,YAAY;YACZ,YAAY;YACZ,QAAQ;YACR,OAAO;SACR,EACD,+BAA+B,CAChC,CAAC;IACJ,CAAC;IAED;;;;;;;;;OASG;IACH,iCAAiC,CAC/B,QAAgB,EAChB,UAAgC,EAChC,OAAwE;QAExE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,UAAU,EAAE,OAAO,EAAE,EACjC,8CAA8C,CAC/C,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACH,yBAAyB,CACvB,QAAgB,EAChB,OAAgE;QAEhE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB,sCAAsC,CACvC,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACH,sBAAsB,CACpB,QAAgB,EAChB,OAA6D;QAE7D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB,mCAAmC,CACpC,CAAC;IACJ,CAAC;IAED;;;;OAIG;IACK,yBAAyB,CAC/B,iBAAyB,EACzB,OAA+D;QAE/D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,OAAO,EAAE,EAC9B,qCAAqC,CACtC,CAAC;IACJ,CAAC;IAED;;;;;;;;;OASG;IACK,oBAAoB,CAC1B,iBAAyB,EACzB,yBAAiC,EACjC,kBAA0B,EAC1B,YAAoB,EACpB,YAAoB,EACpB,OAA0D;QAE1D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,yBAAyB;YACzB,kBAAkB;YAClB,YAAY;YACZ,YAAY;YACZ,OAAO;SACR,EACD,gCAAgC,CACjC,CAAC;IACJ,CAAC;IAED;;;OAGG;IACK,wBAAwB,CAC9B,OAA8D;QAE9D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,OAAO,EAAE,EACX,oCAAoC,CACrC,CAAC;IACJ,CAAC;IAED;;;;;;;;OAQG;IACK,YAAY,CAClB,KAAa,EACb,OAAkD;QAElD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,OAAO,EAAE,EAClB,wBAAwB,CACzB,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACK,6BAA6B,CACnC,iBAAyB,EACzB,QAAgB,EAChB,OAAmE;QAEnE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACxC,yCAAyC,CAC1C,CAAC;IACJ,CAAC;IAED;;;;;;;;;;OAUG;IACK,wBAAwB,CAC9B,iBAAyB,EACzB,yBAAiC,EACjC,kBAA0B,EAC1B,YAAoB,EACpB,YAAoB,EACpB,QAAgB,EAChB,OAA8D;QAE9D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,yBAAyB;YACzB,kBAAkB;YAClB,YAAY;YACZ,YAAY;YACZ,QAAQ;YACR,OAAO;SACR,EACD,oCAAoC,CACrC,CAAC;IACJ,CAAC;IAED;;;;;OAKG;IACK,4BAA4B,CAClC,QAAgB,EAChB,OAAkE;QAElE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB,wCAAwC,CACzC,CAAC;IACJ,CAAC;IAED;;;;;;;;;OASG;IACK,gBAAgB,CACtB,KAAa,EACb,QAAgB,EAChB,OAAsD;QAEtD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,KAAK,EAAE,QAAQ,EAAE,OAAO,EAAE,EAC5B,4BAA4B,CAC7B,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,+CAA+C,GAA6B;IAChF,IAAI,EACF,uHAAuH;IACzH,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,oBAAoB;SACzC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,oBAAoB;SACzC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,UAAU;IAClC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,cAAc;KAC1B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,uCAAuC,GAA6B;IACxE,IAAI,EACF,uHAAuH;IACzH,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE;IAC/B,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,cAAc;KAC1B;IACD,UAAU;CACX,CAAC;AACF,MAAM,oCAAoC,GAA6B;IACrE,IAAI,EACF,uHAAuH;IACzH,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,oBAAoB;SACzC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,cAAc;KAC1B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,kCAAkC,GAA6B;IACnE,IAAI,EAAE,6DAA6D;IACnE,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,oBAAoB;SACzC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,oBAAoB;SACzC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,UAAU;IAClC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,KAAK,CAAC;IACxE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,0BAA0B,GAA6B;IAC3D,IAAI,EAAE,6DAA6D;IACnE,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE;IAC/B,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,KAAK,CAAC;IACxE,UAAU;CACX,CAAC;AACF,MAAM,uBAAuB,GAA6B;IACxD,IAAI,EAAE,6DAA6D;IACnE,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,oBAAoB;SACzC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,KAAK,CAAC;IACxE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,0CAA0C,GAA6B;IAC3E,IAAI,EACF,gNAAgN;IAClN,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,oBAAoB;SACzC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,oBAAoB;SACzC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,UAAU;IAClC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,yBAAyB;QACpC,UAAU,CAAC,kBAAkB;QAC7B,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,kCAAkC,GAA6B;IACnE,IAAI,EACF,gNAAgN;IAClN,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE;IAC/B,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,yBAAyB;QACpC,UAAU,CAAC,kBAAkB;QAC7B,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,YAAY;KACxB;IACD,UAAU;CACX,CAAC;AACF,MAAM,+BAA+B,GAA6B;IAChE,IAAI,EACF,gNAAgN;IAClN,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,oBAAoB;SACzC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,yBAAyB;QACpC,UAAU,CAAC,kBAAkB;QAC7B,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,8CAA8C,GAA6B;IAC/E,IAAI,EACF,oFAAoF;IACtF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,oBAAoB;SACzC;QACD,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,oBAAoB;SACzC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,UAAU;IAClC,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,cAAc;KAC1B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,sCAAsC,GAA6B;IACvE,IAAI,EACF,oFAAoF;IACtF,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE,GAAG,EAAE,EAAE,EAAE;IAC/B,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,cAAc;KAC1B;IACD,UAAU;CACX,CAAC;AACF,MAAM,mCAAmC,GAA6B;IACpE,IAAI,EACF,oFAAoF;IACtF,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,oBAAoB;SACzC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,cAAc;KAC1B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,qCAAqC,GAA6B;IACtE,IAAI,EACF,4GAA4G;IAC9G,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,wBAAwB;SAC7C;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,MAAM,CAAC;IAC3D,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,cAAc;KAC1B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,gCAAgC,GAA6B;IACjE,IAAI,EACF,qMAAqM;IACvM,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,wBAAwB;SAC7C;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,MAAM,CAAC;IAC3D,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,yBAAyB;QACpC,UAAU,CAAC,kBAAkB;QAC7B,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,oCAAoC,GAA6B;IACrE,IAAI,EACF,yEAAyE;IAC3E,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,wBAAwB;SAC7C;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,MAAM,CAAC;IAC3D,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,cAAc,CAAC;IAC5D,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,wBAAwB,GAA6B;IACzD,IAAI,EAAE,kDAAkD;IACxD,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,wBAAwB;SAC7C;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,MAAM,CAAC;IAC3D,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,KAAK,CAAC;IACnD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,yCAAyC,GAA6B;IAC1E,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,wBAAwB;SAC7C;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,MAAM,CAAC;IAC3D,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,cAAc;KAC1B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,oCAAoC,GAA6B;IACrE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,wBAAwB;SAC7C;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,MAAM,CAAC;IAC3D,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,yBAAyB;QACpC,UAAU,CAAC,kBAAkB;QAC7B,UAAU,CAAC,YAAY;QACvB,UAAU,CAAC,YAAY;KACxB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,wCAAwC,GAA6B;IACzE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,wBAAwB;SAC7C;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,MAAM,CAAC;IAC3D,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,cAAc;KAC1B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,4BAA4B,GAA6B;IAC7D,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,wBAAwB;SAC7C;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,EAAE,UAAU,CAAC,MAAM,CAAC;IAC3D,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,QAAQ,EAAE,UAAU,CAAC,KAAK,CAAC;IACxE,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { PagedAsyncIterableIterator } from "@azure/core-paging";
2
+ import { Operation, AuthorizationOperationsListOptionalParams } from "../models";
3
+ /** Interface representing a AuthorizationOperations. */
4
+ export interface AuthorizationOperations {
5
+ /**
6
+ * Lists all of the available Microsoft.Authorization REST API operations.
7
+ * @param options The options parameters.
8
+ */
9
+ list(options?: AuthorizationOperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
10
+ }
11
+ //# sourceMappingURL=authorizationOperations.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"authorizationOperations.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/authorizationOperations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAE,MAAM,oBAAoB,CAAC;AAChE,OAAO,EACL,SAAS,EACT,yCAAyC,EAC1C,MAAM,WAAW,CAAC;AAGnB,wDAAwD;AACxD,MAAM,WAAW,uBAAuB;IACtC;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,yCAAyC,GAClD,0BAA0B,CAAC,SAAS,CAAC,CAAC;CAC1C"}
@@ -5,5 +5,5 @@
5
5
  * Code generated by Microsoft (R) AutoRest Code Generator.
6
6
  * Changes may cause incorrect behavior and will be lost if the code is regenerated.
7
7
  */
8
- import "@azure/core-paging";
8
+ export {};
9
9
  //# sourceMappingURL=authorizationOperations.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"authorizationOperations.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/authorizationOperations.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAQA,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC"}
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operationsInterfaces/index.ts"],"names":[],"mappings":"AAAA;;;;;;GAMG;AAEH,cAAc,2BAA2B,CAAC;AAC1C,cAAc,mBAAmB,CAAC"}