@azure/arm-datalake-analytics 1.1.1 → 2.0.0-alpha.20211220.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.
- package/CHANGELOG.md +26 -0
- package/{LICENSE.txt → LICENSE} +1 -1
- package/README.md +69 -91
- package/dist/index.js +4780 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.d.ts +22 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.js +29 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.d.ts +17 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.d.ts.map +1 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.js +50 -0
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClientContext.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +1346 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +31 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +56 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +1439 -1205
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +32 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +254 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/accounts.d.ts +120 -0
- package/dist-esm/src/operations/accounts.d.ts.map +1 -0
- package/dist-esm/src/operations/accounts.js +569 -0
- package/dist-esm/src/operations/accounts.js.map +1 -0
- package/dist-esm/src/operations/computePolicies.d.ts +76 -0
- package/dist-esm/src/operations/computePolicies.d.ts.map +1 -0
- package/dist-esm/src/operations/computePolicies.js +280 -0
- package/dist-esm/src/operations/computePolicies.js.map +1 -0
- package/dist-esm/src/operations/dataLakeStoreAccounts.d.ts +64 -0
- package/dist-esm/src/operations/dataLakeStoreAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/dataLakeStoreAccounts.js +250 -0
- package/dist-esm/src/operations/dataLakeStoreAccounts.js.map +1 -0
- package/dist-esm/src/operations/firewallRules.d.ts +72 -0
- package/dist-esm/src/operations/firewallRules.d.ts.map +1 -0
- package/dist-esm/src/operations/firewallRules.js +270 -0
- package/dist-esm/src/operations/firewallRules.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +0 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +1 -2
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/locations.d.ts +20 -0
- package/dist-esm/src/operations/locations.d.ts.map +1 -0
- package/dist-esm/src/operations/locations.js +53 -0
- package/dist-esm/src/operations/locations.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +18 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +46 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operations/storageAccounts.d.ts +153 -0
- package/dist-esm/src/operations/storageAccounts.d.ts.map +1 -0
- package/dist-esm/src/operations/storageAccounts.js +594 -0
- package/dist-esm/src/operations/storageAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts +82 -0
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +1 -0
- package/{esm/models/index.js → dist-esm/src/operationsInterfaces/accounts.js} +2 -1
- package/dist-esm/src/operationsInterfaces/accounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/computePolicies.d.ts +50 -0
- package/dist-esm/src/operationsInterfaces/computePolicies.d.ts.map +1 -0
- package/{src/models/locationsMappers.ts → dist-esm/src/operationsInterfaces/computePolicies.js} +2 -7
- package/dist-esm/src/operationsInterfaces/computePolicies.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
- package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
- package/{esm/models/locationsMappers.js → dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.js} +2 -2
- package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts +47 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.js +9 -0
- package/dist-esm/src/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +8 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +15 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/locations.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/locations.js +9 -0
- package/dist-esm/src/operationsInterfaces/locations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +10 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts +81 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.js +9 -0
- package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +4 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +89 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +65 -22
- package/review/arm-datalake-analytics.api.md +935 -0
- package/rollup.config.js +181 -30
- package/src/dataLakeAnalyticsAccountManagementClient.ts +45 -44
- package/src/dataLakeAnalyticsAccountManagementClientContext.ts +46 -43
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/models/index.ts +1160 -1948
- package/src/models/mappers.ts +1446 -1179
- package/src/models/parameters.ts +183 -93
- package/src/operations/accounts.ts +540 -372
- package/src/operations/computePolicies.ts +225 -254
- package/src/operations/dataLakeStoreAccounts.ts +213 -220
- package/src/operations/firewallRules.ts +222 -255
- package/src/operations/index.ts +1 -2
- package/src/operations/locations.ts +32 -44
- package/src/operations/operations.ts +24 -38
- package/src/operations/storageAccounts.ts +562 -476
- package/src/operationsInterfaces/accounts.ts +155 -0
- package/src/operationsInterfaces/computePolicies.ts +95 -0
- package/src/operationsInterfaces/dataLakeStoreAccounts.ts +73 -0
- package/src/operationsInterfaces/firewallRules.ts +92 -0
- package/src/operationsInterfaces/index.ts +15 -0
- package/src/operationsInterfaces/locations.ts +26 -0
- package/src/operationsInterfaces/operations.ts +21 -0
- package/src/operationsInterfaces/storageAccounts.ts +147 -0
- package/tsconfig.json +3 -3
- package/types/arm-datalake-analytics.d.ts +1829 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-datalake-analytics.js +0 -4239
- package/dist/arm-datalake-analytics.js.map +0 -1
- package/dist/arm-datalake-analytics.min.js +0 -1
- package/dist/arm-datalake-analytics.min.js.map +0 -1
- package/esm/dataLakeAnalyticsAccountManagementClient.d.ts +0 -31
- package/esm/dataLakeAnalyticsAccountManagementClient.d.ts.map +0 -1
- package/esm/dataLakeAnalyticsAccountManagementClient.js +0 -44
- package/esm/dataLakeAnalyticsAccountManagementClient.js.map +0 -1
- package/esm/dataLakeAnalyticsAccountManagementClientContext.d.ts +0 -23
- package/esm/dataLakeAnalyticsAccountManagementClientContext.d.ts.map +0 -1
- package/esm/dataLakeAnalyticsAccountManagementClientContext.js +0 -61
- package/esm/dataLakeAnalyticsAccountManagementClientContext.js.map +0 -1
- package/esm/models/accountsMappers.d.ts +0 -2
- package/esm/models/accountsMappers.d.ts.map +0 -1
- package/esm/models/accountsMappers.js +0 -9
- package/esm/models/accountsMappers.js.map +0 -1
- package/esm/models/computePoliciesMappers.d.ts +0 -2
- package/esm/models/computePoliciesMappers.d.ts.map +0 -1
- package/esm/models/computePoliciesMappers.js +0 -9
- package/esm/models/computePoliciesMappers.js.map +0 -1
- package/esm/models/dataLakeStoreAccountsMappers.d.ts +0 -2
- package/esm/models/dataLakeStoreAccountsMappers.d.ts.map +0 -1
- package/esm/models/dataLakeStoreAccountsMappers.js +0 -9
- package/esm/models/dataLakeStoreAccountsMappers.js.map +0 -1
- package/esm/models/firewallRulesMappers.d.ts +0 -2
- package/esm/models/firewallRulesMappers.d.ts.map +0 -1
- package/esm/models/firewallRulesMappers.js +0 -9
- package/esm/models/firewallRulesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -2162
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js.map +0 -1
- package/esm/models/locationsMappers.d.ts +0 -2
- package/esm/models/locationsMappers.d.ts.map +0 -1
- package/esm/models/locationsMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -56
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -9
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -20
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -208
- package/esm/models/parameters.js.map +0 -1
- package/esm/models/storageAccountsMappers.d.ts +0 -2
- package/esm/models/storageAccountsMappers.d.ts.map +0 -1
- package/esm/models/storageAccountsMappers.js +0 -9
- package/esm/models/storageAccountsMappers.js.map +0 -1
- package/esm/operations/accounts.d.ts +0 -188
- package/esm/operations/accounts.d.ts.map +0 -1
- package/esm/operations/accounts.js +0 -406
- package/esm/operations/accounts.js.map +0 -1
- package/esm/operations/computePolicies.d.ts +0 -158
- package/esm/operations/computePolicies.d.ts.map +0 -1
- package/esm/operations/computePolicies.js +0 -230
- package/esm/operations/computePolicies.js.map +0 -1
- package/esm/operations/dataLakeStoreAccounts.d.ts +0 -128
- package/esm/operations/dataLakeStoreAccounts.d.ts.map +0 -1
- package/esm/operations/dataLakeStoreAccounts.js +0 -200
- package/esm/operations/dataLakeStoreAccounts.js.map +0 -1
- package/esm/operations/firewallRules.d.ts +0 -152
- package/esm/operations/firewallRules.d.ts.map +0 -1
- package/esm/operations/firewallRules.js +0 -230
- package/esm/operations/firewallRules.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/locations.d.ts +0 -32
- package/esm/operations/locations.d.ts.map +0 -1
- package/esm/operations/locations.js +0 -56
- package/esm/operations/locations.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -28
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -50
- package/esm/operations/operations.js.map +0 -1
- package/esm/operations/storageAccounts.d.ts +0 -293
- package/esm/operations/storageAccounts.d.ts.map +0 -1
- package/esm/operations/storageAccounts.js +0 -398
- package/esm/operations/storageAccounts.js.map +0 -1
- package/src/models/accountsMappers.ts +0 -38
- package/src/models/computePoliciesMappers.ts +0 -28
- package/src/models/dataLakeStoreAccountsMappers.ts +0 -27
- package/src/models/firewallRulesMappers.ts +0 -28
- package/src/models/operationsMappers.ts +0 -21
- package/src/models/storageAccountsMappers.ts +0 -31
|
@@ -0,0 +1,594 @@
|
|
|
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 } 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
|
+
/// <reference lib="esnext.asynciterable" />
|
|
13
|
+
/** Class containing StorageAccounts operations. */
|
|
14
|
+
export class StorageAccountsImpl {
|
|
15
|
+
/**
|
|
16
|
+
* Initialize a new instance of the class StorageAccounts class.
|
|
17
|
+
* @param client Reference to the service client
|
|
18
|
+
*/
|
|
19
|
+
constructor(client) {
|
|
20
|
+
this.client = client;
|
|
21
|
+
}
|
|
22
|
+
/**
|
|
23
|
+
* Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics
|
|
24
|
+
* account. The response includes a link to the next page, if any.
|
|
25
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
26
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
listByAccount(resourceGroupName, accountName, options) {
|
|
30
|
+
const iter = this.listByAccountPagingAll(resourceGroupName, accountName, options);
|
|
31
|
+
return {
|
|
32
|
+
next() {
|
|
33
|
+
return iter.next();
|
|
34
|
+
},
|
|
35
|
+
[Symbol.asyncIterator]() {
|
|
36
|
+
return this;
|
|
37
|
+
},
|
|
38
|
+
byPage: () => {
|
|
39
|
+
return this.listByAccountPagingPage(resourceGroupName, accountName, options);
|
|
40
|
+
}
|
|
41
|
+
};
|
|
42
|
+
}
|
|
43
|
+
listByAccountPagingPage(resourceGroupName, accountName, options) {
|
|
44
|
+
return __asyncGenerator(this, arguments, function* listByAccountPagingPage_1() {
|
|
45
|
+
let result = yield __await(this._listByAccount(resourceGroupName, accountName, options));
|
|
46
|
+
yield yield __await(result.value || []);
|
|
47
|
+
let continuationToken = result.nextLink;
|
|
48
|
+
while (continuationToken) {
|
|
49
|
+
result = yield __await(this._listByAccountNext(resourceGroupName, accountName, continuationToken, options));
|
|
50
|
+
continuationToken = result.nextLink;
|
|
51
|
+
yield yield __await(result.value || []);
|
|
52
|
+
}
|
|
53
|
+
});
|
|
54
|
+
}
|
|
55
|
+
listByAccountPagingAll(resourceGroupName, accountName, options) {
|
|
56
|
+
return __asyncGenerator(this, arguments, function* listByAccountPagingAll_1() {
|
|
57
|
+
var e_1, _a;
|
|
58
|
+
try {
|
|
59
|
+
for (var _b = __asyncValues(this.listByAccountPagingPage(resourceGroupName, accountName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
60
|
+
const page = _c.value;
|
|
61
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
62
|
+
}
|
|
63
|
+
}
|
|
64
|
+
catch (e_1_1) { e_1 = { error: e_1_1 }; }
|
|
65
|
+
finally {
|
|
66
|
+
try {
|
|
67
|
+
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
68
|
+
}
|
|
69
|
+
finally { if (e_1) throw e_1.error; }
|
|
70
|
+
}
|
|
71
|
+
});
|
|
72
|
+
}
|
|
73
|
+
/**
|
|
74
|
+
* Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and
|
|
75
|
+
* Azure Storage account combination. The response includes a link to the next page of results, if any.
|
|
76
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
77
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
78
|
+
* @param storageAccountName The name of the Azure storage account from which to list blob containers.
|
|
79
|
+
* @param options The options parameters.
|
|
80
|
+
*/
|
|
81
|
+
listStorageContainers(resourceGroupName, accountName, storageAccountName, options) {
|
|
82
|
+
const iter = this.listStorageContainersPagingAll(resourceGroupName, accountName, storageAccountName, options);
|
|
83
|
+
return {
|
|
84
|
+
next() {
|
|
85
|
+
return iter.next();
|
|
86
|
+
},
|
|
87
|
+
[Symbol.asyncIterator]() {
|
|
88
|
+
return this;
|
|
89
|
+
},
|
|
90
|
+
byPage: () => {
|
|
91
|
+
return this.listStorageContainersPagingPage(resourceGroupName, accountName, storageAccountName, options);
|
|
92
|
+
}
|
|
93
|
+
};
|
|
94
|
+
}
|
|
95
|
+
listStorageContainersPagingPage(resourceGroupName, accountName, storageAccountName, options) {
|
|
96
|
+
return __asyncGenerator(this, arguments, function* listStorageContainersPagingPage_1() {
|
|
97
|
+
let result = yield __await(this._listStorageContainers(resourceGroupName, accountName, storageAccountName, options));
|
|
98
|
+
yield yield __await(result.value || []);
|
|
99
|
+
let continuationToken = result.nextLink;
|
|
100
|
+
while (continuationToken) {
|
|
101
|
+
result = yield __await(this._listStorageContainersNext(resourceGroupName, accountName, storageAccountName, continuationToken, options));
|
|
102
|
+
continuationToken = result.nextLink;
|
|
103
|
+
yield yield __await(result.value || []);
|
|
104
|
+
}
|
|
105
|
+
});
|
|
106
|
+
}
|
|
107
|
+
listStorageContainersPagingAll(resourceGroupName, accountName, storageAccountName, options) {
|
|
108
|
+
return __asyncGenerator(this, arguments, function* listStorageContainersPagingAll_1() {
|
|
109
|
+
var e_2, _a;
|
|
110
|
+
try {
|
|
111
|
+
for (var _b = __asyncValues(this.listStorageContainersPagingPage(resourceGroupName, accountName, storageAccountName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
112
|
+
const page = _c.value;
|
|
113
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
114
|
+
}
|
|
115
|
+
}
|
|
116
|
+
catch (e_2_1) { e_2 = { error: e_2_1 }; }
|
|
117
|
+
finally {
|
|
118
|
+
try {
|
|
119
|
+
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
120
|
+
}
|
|
121
|
+
finally { if (e_2) throw e_2.error; }
|
|
122
|
+
}
|
|
123
|
+
});
|
|
124
|
+
}
|
|
125
|
+
/**
|
|
126
|
+
* Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and
|
|
127
|
+
* container combination.
|
|
128
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
129
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
130
|
+
* @param storageAccountName The name of the Azure storage account for which the SAS token is being
|
|
131
|
+
* requested.
|
|
132
|
+
* @param containerName The name of the Azure storage container for which the SAS token is being
|
|
133
|
+
* requested.
|
|
134
|
+
* @param options The options parameters.
|
|
135
|
+
*/
|
|
136
|
+
listSasTokens(resourceGroupName, accountName, storageAccountName, containerName, options) {
|
|
137
|
+
const iter = this.listSasTokensPagingAll(resourceGroupName, accountName, storageAccountName, containerName, options);
|
|
138
|
+
return {
|
|
139
|
+
next() {
|
|
140
|
+
return iter.next();
|
|
141
|
+
},
|
|
142
|
+
[Symbol.asyncIterator]() {
|
|
143
|
+
return this;
|
|
144
|
+
},
|
|
145
|
+
byPage: () => {
|
|
146
|
+
return this.listSasTokensPagingPage(resourceGroupName, accountName, storageAccountName, containerName, options);
|
|
147
|
+
}
|
|
148
|
+
};
|
|
149
|
+
}
|
|
150
|
+
listSasTokensPagingPage(resourceGroupName, accountName, storageAccountName, containerName, options) {
|
|
151
|
+
return __asyncGenerator(this, arguments, function* listSasTokensPagingPage_1() {
|
|
152
|
+
let result = yield __await(this._listSasTokens(resourceGroupName, accountName, storageAccountName, containerName, options));
|
|
153
|
+
yield yield __await(result.value || []);
|
|
154
|
+
let continuationToken = result.nextLink;
|
|
155
|
+
while (continuationToken) {
|
|
156
|
+
result = yield __await(this._listSasTokensNext(resourceGroupName, accountName, storageAccountName, containerName, continuationToken, options));
|
|
157
|
+
continuationToken = result.nextLink;
|
|
158
|
+
yield yield __await(result.value || []);
|
|
159
|
+
}
|
|
160
|
+
});
|
|
161
|
+
}
|
|
162
|
+
listSasTokensPagingAll(resourceGroupName, accountName, storageAccountName, containerName, options) {
|
|
163
|
+
return __asyncGenerator(this, arguments, function* listSasTokensPagingAll_1() {
|
|
164
|
+
var e_3, _a;
|
|
165
|
+
try {
|
|
166
|
+
for (var _b = __asyncValues(this.listSasTokensPagingPage(resourceGroupName, accountName, storageAccountName, containerName, options)), _c; _c = yield __await(_b.next()), !_c.done;) {
|
|
167
|
+
const page = _c.value;
|
|
168
|
+
yield __await(yield* __asyncDelegator(__asyncValues(page)));
|
|
169
|
+
}
|
|
170
|
+
}
|
|
171
|
+
catch (e_3_1) { e_3 = { error: e_3_1 }; }
|
|
172
|
+
finally {
|
|
173
|
+
try {
|
|
174
|
+
if (_c && !_c.done && (_a = _b.return)) yield __await(_a.call(_b));
|
|
175
|
+
}
|
|
176
|
+
finally { if (e_3) throw e_3.error; }
|
|
177
|
+
}
|
|
178
|
+
});
|
|
179
|
+
}
|
|
180
|
+
/**
|
|
181
|
+
* Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics
|
|
182
|
+
* account. The response includes a link to the next page, if any.
|
|
183
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
184
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
185
|
+
* @param options The options parameters.
|
|
186
|
+
*/
|
|
187
|
+
_listByAccount(resourceGroupName, accountName, options) {
|
|
188
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, options }, listByAccountOperationSpec);
|
|
189
|
+
}
|
|
190
|
+
/**
|
|
191
|
+
* Updates the specified Data Lake Analytics account to add an Azure Storage account.
|
|
192
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
193
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
194
|
+
* @param storageAccountName The name of the Azure Storage account to add
|
|
195
|
+
* @param parameters The parameters containing the access key and optional suffix for the Azure Storage
|
|
196
|
+
* Account.
|
|
197
|
+
* @param options The options parameters.
|
|
198
|
+
*/
|
|
199
|
+
add(resourceGroupName, accountName, storageAccountName, parameters, options) {
|
|
200
|
+
return this.client.sendOperationRequest({
|
|
201
|
+
resourceGroupName,
|
|
202
|
+
accountName,
|
|
203
|
+
storageAccountName,
|
|
204
|
+
parameters,
|
|
205
|
+
options
|
|
206
|
+
}, addOperationSpec);
|
|
207
|
+
}
|
|
208
|
+
/**
|
|
209
|
+
* Gets the specified Azure Storage account linked to the given Data Lake Analytics account.
|
|
210
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
211
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
212
|
+
* @param storageAccountName The name of the Azure Storage account for which to retrieve the details.
|
|
213
|
+
* @param options The options parameters.
|
|
214
|
+
*/
|
|
215
|
+
get(resourceGroupName, accountName, storageAccountName, options) {
|
|
216
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, storageAccountName, options }, getOperationSpec);
|
|
217
|
+
}
|
|
218
|
+
/**
|
|
219
|
+
* Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the
|
|
220
|
+
* access key and/or suffix.
|
|
221
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
222
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
223
|
+
* @param storageAccountName The Azure Storage account to modify
|
|
224
|
+
* @param options The options parameters.
|
|
225
|
+
*/
|
|
226
|
+
update(resourceGroupName, accountName, storageAccountName, options) {
|
|
227
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, storageAccountName, options }, updateOperationSpec);
|
|
228
|
+
}
|
|
229
|
+
/**
|
|
230
|
+
* Updates the specified Data Lake Analytics account to remove an Azure Storage account.
|
|
231
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
232
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
233
|
+
* @param storageAccountName The name of the Azure Storage account to remove
|
|
234
|
+
* @param options The options parameters.
|
|
235
|
+
*/
|
|
236
|
+
delete(resourceGroupName, accountName, storageAccountName, options) {
|
|
237
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, storageAccountName, options }, deleteOperationSpec);
|
|
238
|
+
}
|
|
239
|
+
/**
|
|
240
|
+
* Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and
|
|
241
|
+
* Azure Storage account combination. The response includes a link to the next page of results, if any.
|
|
242
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
243
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
244
|
+
* @param storageAccountName The name of the Azure storage account from which to list blob containers.
|
|
245
|
+
* @param options The options parameters.
|
|
246
|
+
*/
|
|
247
|
+
_listStorageContainers(resourceGroupName, accountName, storageAccountName, options) {
|
|
248
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, storageAccountName, options }, listStorageContainersOperationSpec);
|
|
249
|
+
}
|
|
250
|
+
/**
|
|
251
|
+
* Gets the specified Azure Storage container associated with the given Data Lake Analytics and Azure
|
|
252
|
+
* Storage accounts.
|
|
253
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
254
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
255
|
+
* @param storageAccountName The name of the Azure storage account from which to retrieve the blob
|
|
256
|
+
* container.
|
|
257
|
+
* @param containerName The name of the Azure storage container to retrieve
|
|
258
|
+
* @param options The options parameters.
|
|
259
|
+
*/
|
|
260
|
+
getStorageContainer(resourceGroupName, accountName, storageAccountName, containerName, options) {
|
|
261
|
+
return this.client.sendOperationRequest({
|
|
262
|
+
resourceGroupName,
|
|
263
|
+
accountName,
|
|
264
|
+
storageAccountName,
|
|
265
|
+
containerName,
|
|
266
|
+
options
|
|
267
|
+
}, getStorageContainerOperationSpec);
|
|
268
|
+
}
|
|
269
|
+
/**
|
|
270
|
+
* Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and
|
|
271
|
+
* container combination.
|
|
272
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
273
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
274
|
+
* @param storageAccountName The name of the Azure storage account for which the SAS token is being
|
|
275
|
+
* requested.
|
|
276
|
+
* @param containerName The name of the Azure storage container for which the SAS token is being
|
|
277
|
+
* requested.
|
|
278
|
+
* @param options The options parameters.
|
|
279
|
+
*/
|
|
280
|
+
_listSasTokens(resourceGroupName, accountName, storageAccountName, containerName, options) {
|
|
281
|
+
return this.client.sendOperationRequest({
|
|
282
|
+
resourceGroupName,
|
|
283
|
+
accountName,
|
|
284
|
+
storageAccountName,
|
|
285
|
+
containerName,
|
|
286
|
+
options
|
|
287
|
+
}, listSasTokensOperationSpec);
|
|
288
|
+
}
|
|
289
|
+
/**
|
|
290
|
+
* ListByAccountNext
|
|
291
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
292
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
293
|
+
* @param nextLink The nextLink from the previous successful call to the ListByAccount method.
|
|
294
|
+
* @param options The options parameters.
|
|
295
|
+
*/
|
|
296
|
+
_listByAccountNext(resourceGroupName, accountName, nextLink, options) {
|
|
297
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, nextLink, options }, listByAccountNextOperationSpec);
|
|
298
|
+
}
|
|
299
|
+
/**
|
|
300
|
+
* ListStorageContainersNext
|
|
301
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
302
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
303
|
+
* @param storageAccountName The name of the Azure storage account from which to list blob containers.
|
|
304
|
+
* @param nextLink The nextLink from the previous successful call to the ListStorageContainers method.
|
|
305
|
+
* @param options The options parameters.
|
|
306
|
+
*/
|
|
307
|
+
_listStorageContainersNext(resourceGroupName, accountName, storageAccountName, nextLink, options) {
|
|
308
|
+
return this.client.sendOperationRequest({ resourceGroupName, accountName, storageAccountName, nextLink, options }, listStorageContainersNextOperationSpec);
|
|
309
|
+
}
|
|
310
|
+
/**
|
|
311
|
+
* ListSasTokensNext
|
|
312
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
313
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
314
|
+
* @param storageAccountName The name of the Azure storage account for which the SAS token is being
|
|
315
|
+
* requested.
|
|
316
|
+
* @param containerName The name of the Azure storage container for which the SAS token is being
|
|
317
|
+
* requested.
|
|
318
|
+
* @param nextLink The nextLink from the previous successful call to the ListSasTokens method.
|
|
319
|
+
* @param options The options parameters.
|
|
320
|
+
*/
|
|
321
|
+
_listSasTokensNext(resourceGroupName, accountName, storageAccountName, containerName, nextLink, options) {
|
|
322
|
+
return this.client.sendOperationRequest({
|
|
323
|
+
resourceGroupName,
|
|
324
|
+
accountName,
|
|
325
|
+
storageAccountName,
|
|
326
|
+
containerName,
|
|
327
|
+
nextLink,
|
|
328
|
+
options
|
|
329
|
+
}, listSasTokensNextOperationSpec);
|
|
330
|
+
}
|
|
331
|
+
}
|
|
332
|
+
// Operation Specifications
|
|
333
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
334
|
+
const listByAccountOperationSpec = {
|
|
335
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts",
|
|
336
|
+
httpMethod: "GET",
|
|
337
|
+
responses: {
|
|
338
|
+
200: {
|
|
339
|
+
bodyMapper: Mappers.StorageAccountInformationListResult
|
|
340
|
+
},
|
|
341
|
+
default: {
|
|
342
|
+
bodyMapper: Mappers.ErrorResponse
|
|
343
|
+
}
|
|
344
|
+
},
|
|
345
|
+
queryParameters: [
|
|
346
|
+
Parameters.filter,
|
|
347
|
+
Parameters.top,
|
|
348
|
+
Parameters.skip,
|
|
349
|
+
Parameters.select,
|
|
350
|
+
Parameters.orderby,
|
|
351
|
+
Parameters.count,
|
|
352
|
+
Parameters.apiVersion
|
|
353
|
+
],
|
|
354
|
+
urlParameters: [
|
|
355
|
+
Parameters.$host,
|
|
356
|
+
Parameters.subscriptionId,
|
|
357
|
+
Parameters.resourceGroupName,
|
|
358
|
+
Parameters.accountName
|
|
359
|
+
],
|
|
360
|
+
headerParameters: [Parameters.accept],
|
|
361
|
+
serializer
|
|
362
|
+
};
|
|
363
|
+
const addOperationSpec = {
|
|
364
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}",
|
|
365
|
+
httpMethod: "PUT",
|
|
366
|
+
responses: {
|
|
367
|
+
200: {},
|
|
368
|
+
default: {
|
|
369
|
+
bodyMapper: Mappers.ErrorResponse
|
|
370
|
+
}
|
|
371
|
+
},
|
|
372
|
+
requestBody: Parameters.parameters4,
|
|
373
|
+
queryParameters: [Parameters.apiVersion],
|
|
374
|
+
urlParameters: [
|
|
375
|
+
Parameters.$host,
|
|
376
|
+
Parameters.subscriptionId,
|
|
377
|
+
Parameters.resourceGroupName,
|
|
378
|
+
Parameters.accountName,
|
|
379
|
+
Parameters.storageAccountName
|
|
380
|
+
],
|
|
381
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
382
|
+
mediaType: "json",
|
|
383
|
+
serializer
|
|
384
|
+
};
|
|
385
|
+
const getOperationSpec = {
|
|
386
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}",
|
|
387
|
+
httpMethod: "GET",
|
|
388
|
+
responses: {
|
|
389
|
+
200: {
|
|
390
|
+
bodyMapper: Mappers.StorageAccountInformation
|
|
391
|
+
},
|
|
392
|
+
default: {
|
|
393
|
+
bodyMapper: Mappers.ErrorResponse
|
|
394
|
+
}
|
|
395
|
+
},
|
|
396
|
+
queryParameters: [Parameters.apiVersion],
|
|
397
|
+
urlParameters: [
|
|
398
|
+
Parameters.$host,
|
|
399
|
+
Parameters.subscriptionId,
|
|
400
|
+
Parameters.resourceGroupName,
|
|
401
|
+
Parameters.accountName,
|
|
402
|
+
Parameters.storageAccountName
|
|
403
|
+
],
|
|
404
|
+
headerParameters: [Parameters.accept],
|
|
405
|
+
serializer
|
|
406
|
+
};
|
|
407
|
+
const updateOperationSpec = {
|
|
408
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}",
|
|
409
|
+
httpMethod: "PATCH",
|
|
410
|
+
responses: {
|
|
411
|
+
200: {},
|
|
412
|
+
default: {
|
|
413
|
+
bodyMapper: Mappers.ErrorResponse
|
|
414
|
+
}
|
|
415
|
+
},
|
|
416
|
+
requestBody: Parameters.parameters5,
|
|
417
|
+
queryParameters: [Parameters.apiVersion],
|
|
418
|
+
urlParameters: [
|
|
419
|
+
Parameters.$host,
|
|
420
|
+
Parameters.subscriptionId,
|
|
421
|
+
Parameters.resourceGroupName,
|
|
422
|
+
Parameters.accountName,
|
|
423
|
+
Parameters.storageAccountName
|
|
424
|
+
],
|
|
425
|
+
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
426
|
+
mediaType: "json",
|
|
427
|
+
serializer
|
|
428
|
+
};
|
|
429
|
+
const deleteOperationSpec = {
|
|
430
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}",
|
|
431
|
+
httpMethod: "DELETE",
|
|
432
|
+
responses: {
|
|
433
|
+
200: {},
|
|
434
|
+
default: {
|
|
435
|
+
bodyMapper: Mappers.ErrorResponse
|
|
436
|
+
}
|
|
437
|
+
},
|
|
438
|
+
queryParameters: [Parameters.apiVersion],
|
|
439
|
+
urlParameters: [
|
|
440
|
+
Parameters.$host,
|
|
441
|
+
Parameters.subscriptionId,
|
|
442
|
+
Parameters.resourceGroupName,
|
|
443
|
+
Parameters.accountName,
|
|
444
|
+
Parameters.storageAccountName
|
|
445
|
+
],
|
|
446
|
+
headerParameters: [Parameters.accept],
|
|
447
|
+
serializer
|
|
448
|
+
};
|
|
449
|
+
const listStorageContainersOperationSpec = {
|
|
450
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}/containers",
|
|
451
|
+
httpMethod: "GET",
|
|
452
|
+
responses: {
|
|
453
|
+
200: {
|
|
454
|
+
bodyMapper: Mappers.StorageContainerListResult
|
|
455
|
+
},
|
|
456
|
+
default: {
|
|
457
|
+
bodyMapper: Mappers.ErrorResponse
|
|
458
|
+
}
|
|
459
|
+
},
|
|
460
|
+
queryParameters: [Parameters.apiVersion],
|
|
461
|
+
urlParameters: [
|
|
462
|
+
Parameters.$host,
|
|
463
|
+
Parameters.subscriptionId,
|
|
464
|
+
Parameters.resourceGroupName,
|
|
465
|
+
Parameters.accountName,
|
|
466
|
+
Parameters.storageAccountName
|
|
467
|
+
],
|
|
468
|
+
headerParameters: [Parameters.accept],
|
|
469
|
+
serializer
|
|
470
|
+
};
|
|
471
|
+
const getStorageContainerOperationSpec = {
|
|
472
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}/containers/{containerName}",
|
|
473
|
+
httpMethod: "GET",
|
|
474
|
+
responses: {
|
|
475
|
+
200: {
|
|
476
|
+
bodyMapper: Mappers.StorageContainer
|
|
477
|
+
},
|
|
478
|
+
default: {
|
|
479
|
+
bodyMapper: Mappers.ErrorResponse
|
|
480
|
+
}
|
|
481
|
+
},
|
|
482
|
+
queryParameters: [Parameters.apiVersion],
|
|
483
|
+
urlParameters: [
|
|
484
|
+
Parameters.$host,
|
|
485
|
+
Parameters.subscriptionId,
|
|
486
|
+
Parameters.resourceGroupName,
|
|
487
|
+
Parameters.accountName,
|
|
488
|
+
Parameters.storageAccountName,
|
|
489
|
+
Parameters.containerName
|
|
490
|
+
],
|
|
491
|
+
headerParameters: [Parameters.accept],
|
|
492
|
+
serializer
|
|
493
|
+
};
|
|
494
|
+
const listSasTokensOperationSpec = {
|
|
495
|
+
path: "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/storageAccounts/{storageAccountName}/containers/{containerName}/listSasTokens",
|
|
496
|
+
httpMethod: "POST",
|
|
497
|
+
responses: {
|
|
498
|
+
200: {
|
|
499
|
+
bodyMapper: Mappers.SasTokenInformationListResult
|
|
500
|
+
},
|
|
501
|
+
default: {
|
|
502
|
+
bodyMapper: Mappers.ErrorResponse
|
|
503
|
+
}
|
|
504
|
+
},
|
|
505
|
+
queryParameters: [Parameters.apiVersion],
|
|
506
|
+
urlParameters: [
|
|
507
|
+
Parameters.$host,
|
|
508
|
+
Parameters.subscriptionId,
|
|
509
|
+
Parameters.resourceGroupName,
|
|
510
|
+
Parameters.accountName,
|
|
511
|
+
Parameters.storageAccountName,
|
|
512
|
+
Parameters.containerName
|
|
513
|
+
],
|
|
514
|
+
headerParameters: [Parameters.accept],
|
|
515
|
+
serializer
|
|
516
|
+
};
|
|
517
|
+
const listByAccountNextOperationSpec = {
|
|
518
|
+
path: "{nextLink}",
|
|
519
|
+
httpMethod: "GET",
|
|
520
|
+
responses: {
|
|
521
|
+
200: {
|
|
522
|
+
bodyMapper: Mappers.StorageAccountInformationListResult
|
|
523
|
+
},
|
|
524
|
+
default: {
|
|
525
|
+
bodyMapper: Mappers.ErrorResponse
|
|
526
|
+
}
|
|
527
|
+
},
|
|
528
|
+
queryParameters: [
|
|
529
|
+
Parameters.filter,
|
|
530
|
+
Parameters.top,
|
|
531
|
+
Parameters.skip,
|
|
532
|
+
Parameters.select,
|
|
533
|
+
Parameters.orderby,
|
|
534
|
+
Parameters.count,
|
|
535
|
+
Parameters.apiVersion
|
|
536
|
+
],
|
|
537
|
+
urlParameters: [
|
|
538
|
+
Parameters.$host,
|
|
539
|
+
Parameters.subscriptionId,
|
|
540
|
+
Parameters.resourceGroupName,
|
|
541
|
+
Parameters.accountName,
|
|
542
|
+
Parameters.nextLink
|
|
543
|
+
],
|
|
544
|
+
headerParameters: [Parameters.accept],
|
|
545
|
+
serializer
|
|
546
|
+
};
|
|
547
|
+
const listStorageContainersNextOperationSpec = {
|
|
548
|
+
path: "{nextLink}",
|
|
549
|
+
httpMethod: "GET",
|
|
550
|
+
responses: {
|
|
551
|
+
200: {
|
|
552
|
+
bodyMapper: Mappers.StorageContainerListResult
|
|
553
|
+
},
|
|
554
|
+
default: {
|
|
555
|
+
bodyMapper: Mappers.ErrorResponse
|
|
556
|
+
}
|
|
557
|
+
},
|
|
558
|
+
queryParameters: [Parameters.apiVersion],
|
|
559
|
+
urlParameters: [
|
|
560
|
+
Parameters.$host,
|
|
561
|
+
Parameters.subscriptionId,
|
|
562
|
+
Parameters.resourceGroupName,
|
|
563
|
+
Parameters.accountName,
|
|
564
|
+
Parameters.nextLink,
|
|
565
|
+
Parameters.storageAccountName
|
|
566
|
+
],
|
|
567
|
+
headerParameters: [Parameters.accept],
|
|
568
|
+
serializer
|
|
569
|
+
};
|
|
570
|
+
const listSasTokensNextOperationSpec = {
|
|
571
|
+
path: "{nextLink}",
|
|
572
|
+
httpMethod: "GET",
|
|
573
|
+
responses: {
|
|
574
|
+
200: {
|
|
575
|
+
bodyMapper: Mappers.SasTokenInformationListResult
|
|
576
|
+
},
|
|
577
|
+
default: {
|
|
578
|
+
bodyMapper: Mappers.ErrorResponse
|
|
579
|
+
}
|
|
580
|
+
},
|
|
581
|
+
queryParameters: [Parameters.apiVersion],
|
|
582
|
+
urlParameters: [
|
|
583
|
+
Parameters.$host,
|
|
584
|
+
Parameters.subscriptionId,
|
|
585
|
+
Parameters.resourceGroupName,
|
|
586
|
+
Parameters.accountName,
|
|
587
|
+
Parameters.nextLink,
|
|
588
|
+
Parameters.storageAccountName,
|
|
589
|
+
Parameters.containerName
|
|
590
|
+
],
|
|
591
|
+
headerParameters: [Parameters.accept],
|
|
592
|
+
serializer
|
|
593
|
+
};
|
|
594
|
+
//# sourceMappingURL=storageAccounts.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"storageAccounts.js","sourceRoot":"","sources":["../../../src/operations/storageAccounts.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;AA4BnD,4CAA4C;AAC5C,mDAAmD;AACnD,MAAM,OAAO,mBAAmB;IAG9B;;;OAGG;IACH,YAAY,MAAuD;QACjE,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;;OAMG;IACI,aAAa,CAClB,iBAAyB,EACzB,WAAmB,EACnB,OAAoD;QAEpD,MAAM,IAAI,GAAG,IAAI,CAAC,sBAAsB,CACtC,iBAAiB,EACjB,WAAW,EACX,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,uBAAuB,CACjC,iBAAiB,EACjB,WAAW,EACX,OAAO,CACR,CAAC;YACJ,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,uBAAuB,CACpC,iBAAyB,EACzB,WAAmB,EACnB,OAAoD;;YAEpD,IAAI,MAAM,GAAG,cAAM,IAAI,CAAC,cAAc,CACpC,iBAAiB,EACjB,WAAW,EACX,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,kBAAkB,CACpC,iBAAiB,EACjB,WAAW,EACX,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,sBAAsB,CACnC,iBAAyB,EACzB,WAAmB,EACnB,OAAoD;;;;gBAEpD,KAAyB,IAAA,KAAA,cAAA,IAAI,CAAC,uBAAuB,CACnD,iBAAiB,EACjB,WAAW,EACX,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;;;;;;;OAOG;IACI,qBAAqB,CAC1B,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,OAA4D;QAE5D,MAAM,IAAI,GAAG,IAAI,CAAC,8BAA8B,CAC9C,iBAAiB,EACjB,WAAW,EACX,kBAAkB,EAClB,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,+BAA+B,CACzC,iBAAiB,EACjB,WAAW,EACX,kBAAkB,EAClB,OAAO,CACR,CAAC;YACJ,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,+BAA+B,CAC5C,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,OAA4D;;YAE5D,IAAI,MAAM,GAAG,cAAM,IAAI,CAAC,sBAAsB,CAC5C,iBAAiB,EACjB,WAAW,EACX,kBAAkB,EAClB,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,0BAA0B,CAC5C,iBAAiB,EACjB,WAAW,EACX,kBAAkB,EAClB,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,8BAA8B,CAC3C,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,OAA4D;;;;gBAE5D,KAAyB,IAAA,KAAA,cAAA,IAAI,CAAC,+BAA+B,CAC3D,iBAAiB,EACjB,WAAW,EACX,kBAAkB,EAClB,OAAO,CACR,CAAA,IAAA;oBALU,MAAM,IAAI,WAAA,CAAA;oBAMnB,cAAA,KAAK,CAAC,CAAC,iBAAA,cAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;QACH,CAAC;KAAA;IAED;;;;;;;;;;OAUG;IACI,aAAa,CAClB,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,aAAqB,EACrB,OAAoD;QAEpD,MAAM,IAAI,GAAG,IAAI,CAAC,sBAAsB,CACtC,iBAAiB,EACjB,WAAW,EACX,kBAAkB,EAClB,aAAa,EACb,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,uBAAuB,CACjC,iBAAiB,EACjB,WAAW,EACX,kBAAkB,EAClB,aAAa,EACb,OAAO,CACR,CAAC;YACJ,CAAC;SACF,CAAC;IACJ,CAAC;IAEc,uBAAuB,CACpC,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,aAAqB,EACrB,OAAoD;;YAEpD,IAAI,MAAM,GAAG,cAAM,IAAI,CAAC,cAAc,CACpC,iBAAiB,EACjB,WAAW,EACX,kBAAkB,EAClB,aAAa,EACb,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,kBAAkB,CACpC,iBAAiB,EACjB,WAAW,EACX,kBAAkB,EAClB,aAAa,EACb,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,sBAAsB,CACnC,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,aAAqB,EACrB,OAAoD;;;;gBAEpD,KAAyB,IAAA,KAAA,cAAA,IAAI,CAAC,uBAAuB,CACnD,iBAAiB,EACjB,WAAW,EACX,kBAAkB,EAClB,aAAa,EACb,OAAO,CACR,CAAA,IAAA;oBANU,MAAM,IAAI,WAAA,CAAA;oBAOnB,cAAA,KAAK,CAAC,CAAC,iBAAA,cAAA,IAAI,CAAA,CAAA,CAAA,CAAC;iBACb;;;;;;;;;QACH,CAAC;KAAA;IAED;;;;;;OAMG;IACK,cAAc,CACpB,iBAAyB,EACzB,WAAmB,EACnB,OAAoD;QAEpD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,OAAO,EAAE,EAC3C,0BAA0B,CAC3B,CAAC;IACJ,CAAC;IAED;;;;;;;;OAQG;IACH,GAAG,CACD,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,UAAuC,EACvC,OAA0C;QAE1C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,WAAW;YACX,kBAAkB;YAClB,UAAU;YACV,OAAO;SACR,EACD,gBAAgB,CACjB,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACH,GAAG,CACD,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,OAA0C;QAE1C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,kBAAkB,EAAE,OAAO,EAAE,EAC/D,gBAAgB,CACjB,CAAC;IACJ,CAAC;IAED;;;;;;;OAOG;IACH,MAAM,CACJ,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,OAA6C;QAE7C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,kBAAkB,EAAE,OAAO,EAAE,EAC/D,mBAAmB,CACpB,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACH,MAAM,CACJ,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,OAA6C;QAE7C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,kBAAkB,EAAE,OAAO,EAAE,EAC/D,mBAAmB,CACpB,CAAC;IACJ,CAAC;IAED;;;;;;;OAOG;IACK,sBAAsB,CAC5B,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,OAA4D;QAE5D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,kBAAkB,EAAE,OAAO,EAAE,EAC/D,kCAAkC,CACnC,CAAC;IACJ,CAAC;IAED;;;;;;;;;OASG;IACH,mBAAmB,CACjB,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,aAAqB,EACrB,OAA0D;QAE1D,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,WAAW;YACX,kBAAkB;YAClB,aAAa;YACb,OAAO;SACR,EACD,gCAAgC,CACjC,CAAC;IACJ,CAAC;IAED;;;;;;;;;;OAUG;IACK,cAAc,CACpB,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,aAAqB,EACrB,OAAoD;QAEpD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,WAAW;YACX,kBAAkB;YAClB,aAAa;YACb,OAAO;SACR,EACD,0BAA0B,CAC3B,CAAC;IACJ,CAAC;IAED;;;;;;OAMG;IACK,kBAAkB,CACxB,iBAAyB,EACzB,WAAmB,EACnB,QAAgB,EAChB,OAAwD;QAExD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrD,8BAA8B,CAC/B,CAAC;IACJ,CAAC;IAED;;;;;;;OAOG;IACK,0BAA0B,CAChC,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,QAAgB,EAChB,OAAgE;QAEhE,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,iBAAiB,EAAE,WAAW,EAAE,kBAAkB,EAAE,QAAQ,EAAE,OAAO,EAAE,EACzE,sCAAsC,CACvC,CAAC;IACJ,CAAC;IAED;;;;;;;;;;OAUG;IACK,kBAAkB,CACxB,iBAAyB,EACzB,WAAmB,EACnB,kBAA0B,EAC1B,aAAqB,EACrB,QAAgB,EAChB,OAAwD;QAExD,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC;YACE,iBAAiB;YACjB,WAAW;YACX,kBAAkB;YAClB,aAAa;YACb,QAAQ;YACR,OAAO;SACR,EACD,8BAA8B,CAC/B,CAAC;IACJ,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,0BAA0B,GAA6B;IAC3D,IAAI,EACF,iJAAiJ;IACnJ,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mCAAmC;SACxD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE;QACf,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,GAAG;QACd,UAAU,CAAC,IAAI;QACf,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,OAAO;QAClB,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,UAAU;KACtB;IACD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;KACvB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EACF,sKAAsK;IACxK,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,WAAW;IACnC,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,WAAW;QACtB,UAAU,CAAC,kBAAkB;KAC9B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,EAAE,UAAU,CAAC,WAAW,CAAC;IAC7D,SAAS,EAAE,MAAM;IACjB,UAAU;CACX,CAAC;AACF,MAAM,gBAAgB,GAA6B;IACjD,IAAI,EACF,sKAAsK;IACxK,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,yBAAyB;SAC9C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;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,WAAW;QACtB,UAAU,CAAC,kBAAkB;KAC9B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,mBAAmB,GAA6B;IACpD,IAAI,EACF,sKAAsK;IACxK,UAAU,EAAE,OAAO;IACnB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,WAAW,EAAE,UAAU,CAAC,WAAW;IACnC,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,WAAW;QACtB,UAAU,CAAC,kBAAkB;KAC9B;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,sKAAsK;IACxK,UAAU,EAAE,QAAQ;IACpB,SAAS,EAAE;QACT,GAAG,EAAE,EAAE;QACP,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;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,WAAW;QACtB,UAAU,CAAC,kBAAkB;KAC9B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,kCAAkC,GAA6B;IACnE,IAAI,EACF,iLAAiL;IACnL,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,0BAA0B;SAC/C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;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,WAAW;QACtB,UAAU,CAAC,kBAAkB;KAC9B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,gCAAgC,GAA6B;IACjE,IAAI,EACF,iMAAiM;IACnM,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,gBAAgB;SACrC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;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,WAAW;QACtB,UAAU,CAAC,kBAAkB;QAC7B,UAAU,CAAC,aAAa;KACzB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,0BAA0B,GAA6B;IAC3D,IAAI,EACF,+MAA+M;IACjN,UAAU,EAAE,MAAM;IAClB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,6BAA6B;SAClD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;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,WAAW;QACtB,UAAU,CAAC,kBAAkB;QAC7B,UAAU,CAAC,aAAa;KACzB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,8BAA8B,GAA6B;IAC/D,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mCAAmC;SACxD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE;QACf,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,GAAG;QACd,UAAU,CAAC,IAAI;QACf,UAAU,CAAC,MAAM;QACjB,UAAU,CAAC,OAAO;QAClB,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,UAAU;KACtB;IACD,aAAa,EAAE;QACb,UAAU,CAAC,KAAK;QAChB,UAAU,CAAC,cAAc;QACzB,UAAU,CAAC,iBAAiB;QAC5B,UAAU,CAAC,WAAW;QACtB,UAAU,CAAC,QAAQ;KACpB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,sCAAsC,GAA6B;IACvE,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,0BAA0B;SAC/C;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;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,WAAW;QACtB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,kBAAkB;KAC9B;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC;AACF,MAAM,8BAA8B,GAA6B;IAC/D,IAAI,EAAE,YAAY;IAClB,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,6BAA6B;SAClD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;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,WAAW;QACtB,UAAU,CAAC,QAAQ;QACnB,UAAU,CAAC,kBAAkB;QAC7B,UAAU,CAAC,aAAa;KACzB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC"}
|