@azure/arm-datalake-analytics 2.0.0-beta.3 → 2.0.0-beta.5
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 +14 -4
- package/LICENSE +4 -4
- package/README.md +31 -19
- package/{dist-esm/src → dist/browser}/dataLakeAnalyticsAccountManagementClient.d.ts +4 -2
- package/dist/browser/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/dataLakeAnalyticsAccountManagementClient.js +64 -21
- package/dist/browser/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
- package/dist/browser/index.d.ts +5 -0
- package/dist/browser/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/index.js +4 -3
- package/dist/browser/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/lroImpl.js +13 -9
- package/dist/browser/lroImpl.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.d.ts +73 -62
- package/dist/browser/models/index.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/models/index.js +11 -0
- package/dist/browser/models/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/mappers.js +184 -87
- package/dist/browser/models/mappers.js.map +1 -0
- package/{dist-esm/src → dist/browser}/models/parameters.js +1 -1
- package/dist/browser/models/parameters.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/accounts.d.ts +3 -3
- package/dist/browser/operations/accounts.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/accounts.js +168 -172
- package/dist/browser/operations/accounts.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/computePolicies.d.ts +3 -3
- package/dist/browser/operations/computePolicies.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/computePolicies.js +30 -33
- package/dist/browser/operations/computePolicies.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dataLakeStoreAccounts.d.ts +3 -3
- package/dist/browser/operations/dataLakeStoreAccounts.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/dataLakeStoreAccounts.js +30 -33
- package/dist/browser/operations/dataLakeStoreAccounts.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/firewallRules.d.ts +3 -3
- package/dist/browser/operations/firewallRules.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/firewallRules.js +30 -33
- package/dist/browser/operations/firewallRules.js.map +1 -0
- package/dist/browser/operations/index.d.ts +8 -0
- package/dist/browser/operations/index.d.ts.map +1 -0
- package/dist/browser/operations/index.js +15 -0
- package/dist/browser/operations/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/locations.d.ts +3 -3
- package/dist/browser/operations/locations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/locations.js +3 -2
- package/dist/browser/operations/locations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.d.ts +3 -3
- package/dist/browser/operations/operations.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/operations.js +3 -2
- package/dist/browser/operations/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/storageAccounts.d.ts +3 -3
- package/dist/browser/operations/storageAccounts.d.ts.map +1 -0
- package/{dist-esm/src → dist/browser}/operations/storageAccounts.js +82 -93
- package/dist/browser/operations/storageAccounts.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.d.ts +1 -1
- package/dist/browser/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/accounts.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/computePolicies.d.ts +1 -1
- package/dist/browser/operationsInterfaces/computePolicies.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/computePolicies.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/dataLakeStoreAccounts.d.ts +1 -1
- package/dist/browser/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallRules.d.ts +1 -1
- package/dist/browser/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/browser/operationsInterfaces/index.d.ts +8 -0
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/index.js +15 -0
- package/dist/browser/operationsInterfaces/index.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/locations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.d.ts +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/operations.js.map +1 -0
- package/{dist-esm/src → dist/browser}/operationsInterfaces/storageAccounts.d.ts +1 -1
- package/dist/browser/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist/browser/package.json +3 -0
- package/dist/browser/pagingHelper.d.ts +13 -0
- package/dist/browser/pagingHelper.d.ts.map +1 -0
- package/dist/browser/pagingHelper.js +30 -0
- package/dist/browser/pagingHelper.js.map +1 -0
- package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.d.ts +27 -0
- package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
- package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.js +124 -0
- package/dist/commonjs/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
- package/dist/commonjs/index.d.ts +5 -0
- package/dist/commonjs/index.d.ts.map +1 -0
- package/dist/commonjs/index.js +19 -0
- package/dist/commonjs/index.js.map +1 -0
- package/dist/commonjs/lroImpl.d.ts +16 -0
- package/dist/commonjs/lroImpl.d.ts.map +1 -0
- package/dist/commonjs/lroImpl.js +37 -0
- package/dist/commonjs/lroImpl.js.map +1 -0
- package/{types/arm-datalake-analytics.d.ts → dist/commonjs/models/index.d.ts} +1357 -1818
- package/dist/commonjs/models/index.d.ts.map +1 -0
- package/dist/commonjs/models/index.js +45 -0
- package/dist/commonjs/models/index.js.map +1 -0
- package/dist/commonjs/models/mappers.d.ts +56 -0
- package/dist/commonjs/models/mappers.d.ts.map +1 -0
- package/dist/commonjs/models/mappers.js +2396 -0
- package/dist/commonjs/models/mappers.js.map +1 -0
- package/dist/commonjs/models/parameters.d.ts +32 -0
- package/dist/commonjs/models/parameters.d.ts.map +1 -0
- package/dist/commonjs/models/parameters.js +257 -0
- package/dist/commonjs/models/parameters.js.map +1 -0
- package/dist/commonjs/operations/accounts.d.ts +120 -0
- package/dist/commonjs/operations/accounts.d.ts.map +1 -0
- package/dist/commonjs/operations/accounts.js +576 -0
- package/dist/commonjs/operations/accounts.js.map +1 -0
- package/dist/commonjs/operations/computePolicies.d.ts +76 -0
- package/dist/commonjs/operations/computePolicies.d.ts.map +1 -0
- package/dist/commonjs/operations/computePolicies.js +282 -0
- package/dist/commonjs/operations/computePolicies.js.map +1 -0
- package/dist/commonjs/operations/dataLakeStoreAccounts.d.ts +64 -0
- package/dist/commonjs/operations/dataLakeStoreAccounts.d.ts.map +1 -0
- package/dist/commonjs/operations/dataLakeStoreAccounts.js +252 -0
- package/dist/commonjs/operations/dataLakeStoreAccounts.js.map +1 -0
- package/dist/commonjs/operations/firewallRules.d.ts +72 -0
- package/dist/commonjs/operations/firewallRules.d.ts.map +1 -0
- package/dist/commonjs/operations/firewallRules.js +272 -0
- package/dist/commonjs/operations/firewallRules.js.map +1 -0
- package/dist/commonjs/operations/index.d.ts +8 -0
- package/dist/commonjs/operations/index.d.ts.map +1 -0
- package/dist/commonjs/operations/index.js +18 -0
- package/dist/commonjs/operations/index.js.map +1 -0
- package/dist/commonjs/operations/locations.d.ts +20 -0
- package/dist/commonjs/operations/locations.d.ts.map +1 -0
- package/dist/commonjs/operations/locations.js +59 -0
- package/dist/commonjs/operations/locations.js.map +1 -0
- package/dist/commonjs/operations/operations.d.ts +18 -0
- package/dist/commonjs/operations/operations.d.ts.map +1 -0
- package/dist/commonjs/operations/operations.js +52 -0
- package/dist/commonjs/operations/operations.js.map +1 -0
- package/dist/commonjs/operations/storageAccounts.d.ts +153 -0
- package/dist/commonjs/operations/storageAccounts.d.ts.map +1 -0
- package/dist/commonjs/operations/storageAccounts.js +588 -0
- package/dist/commonjs/operations/storageAccounts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/accounts.d.ts +82 -0
- package/dist/commonjs/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/accounts.js +10 -0
- package/dist/commonjs/operationsInterfaces/accounts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/computePolicies.d.ts +50 -0
- package/dist/commonjs/operationsInterfaces/computePolicies.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/computePolicies.js +10 -0
- package/dist/commonjs/operationsInterfaces/computePolicies.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
- package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.js +10 -0
- package/dist/commonjs/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.d.ts +47 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.js +10 -0
- package/dist/commonjs/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts +8 -0
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/index.js +18 -0
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/locations.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/locations.js +10 -0
- package/dist/commonjs/operationsInterfaces/locations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts +10 -0
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/operations.js +10 -0
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageAccounts.d.ts +81 -0
- package/dist/commonjs/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/storageAccounts.js +10 -0
- package/dist/commonjs/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist/commonjs/package.json +3 -0
- package/dist/commonjs/pagingHelper.d.ts +13 -0
- package/dist/commonjs/pagingHelper.d.ts.map +1 -0
- package/dist/commonjs/pagingHelper.js +34 -0
- package/dist/commonjs/pagingHelper.js.map +1 -0
- package/{types → dist/commonjs}/tsdoc-metadata.json +11 -11
- package/dist/esm/dataLakeAnalyticsAccountManagementClient.d.ts +27 -0
- package/dist/esm/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
- package/dist/esm/dataLakeAnalyticsAccountManagementClient.js +119 -0
- package/dist/esm/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
- package/dist/esm/index.d.ts +5 -0
- package/dist/esm/index.d.ts.map +1 -0
- package/{src/index.ts → dist/esm/index.js} +5 -4
- package/dist/esm/index.js.map +1 -0
- package/dist/esm/lroImpl.d.ts +16 -0
- package/dist/esm/lroImpl.d.ts.map +1 -0
- package/dist/esm/lroImpl.js +33 -0
- package/dist/esm/lroImpl.js.map +1 -0
- package/dist/esm/models/index.d.ts +1357 -0
- package/dist/esm/models/index.d.ts.map +1 -0
- package/dist/esm/models/index.js +42 -0
- package/dist/esm/models/index.js.map +1 -0
- package/dist/esm/models/mappers.d.ts +56 -0
- package/dist/esm/models/mappers.d.ts.map +1 -0
- package/dist/esm/models/mappers.js +2392 -0
- package/dist/esm/models/mappers.js.map +1 -0
- package/dist/esm/models/parameters.d.ts +32 -0
- package/dist/esm/models/parameters.d.ts.map +1 -0
- package/dist/esm/models/parameters.js +254 -0
- package/dist/esm/models/parameters.js.map +1 -0
- package/dist/esm/operations/accounts.d.ts +120 -0
- package/dist/esm/operations/accounts.d.ts.map +1 -0
- package/dist/esm/operations/accounts.js +571 -0
- package/dist/esm/operations/accounts.js.map +1 -0
- package/dist/esm/operations/computePolicies.d.ts +76 -0
- package/dist/esm/operations/computePolicies.d.ts.map +1 -0
- package/dist/esm/operations/computePolicies.js +277 -0
- package/dist/esm/operations/computePolicies.js.map +1 -0
- package/dist/esm/operations/dataLakeStoreAccounts.d.ts +64 -0
- package/dist/esm/operations/dataLakeStoreAccounts.d.ts.map +1 -0
- package/dist/esm/operations/dataLakeStoreAccounts.js +247 -0
- package/dist/esm/operations/dataLakeStoreAccounts.js.map +1 -0
- package/dist/esm/operations/firewallRules.d.ts +72 -0
- package/dist/esm/operations/firewallRules.d.ts.map +1 -0
- package/dist/esm/operations/firewallRules.js +267 -0
- package/dist/esm/operations/firewallRules.js.map +1 -0
- package/dist/esm/operations/index.d.ts +8 -0
- package/dist/esm/operations/index.d.ts.map +1 -0
- package/dist/esm/operations/index.js +15 -0
- package/dist/esm/operations/index.js.map +1 -0
- package/dist/esm/operations/locations.d.ts +20 -0
- package/dist/esm/operations/locations.d.ts.map +1 -0
- package/dist/esm/operations/locations.js +54 -0
- package/dist/esm/operations/locations.js.map +1 -0
- package/dist/esm/operations/operations.d.ts +18 -0
- package/dist/esm/operations/operations.d.ts.map +1 -0
- package/dist/esm/operations/operations.js +47 -0
- package/dist/esm/operations/operations.js.map +1 -0
- package/dist/esm/operations/storageAccounts.d.ts +153 -0
- package/dist/esm/operations/storageAccounts.d.ts.map +1 -0
- package/dist/esm/operations/storageAccounts.js +583 -0
- package/dist/esm/operations/storageAccounts.js.map +1 -0
- package/dist/esm/operationsInterfaces/accounts.d.ts +82 -0
- package/dist/esm/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/accounts.js +9 -0
- package/dist/esm/operationsInterfaces/accounts.js.map +1 -0
- package/dist/esm/operationsInterfaces/computePolicies.d.ts +50 -0
- package/dist/esm/operationsInterfaces/computePolicies.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/computePolicies.js +9 -0
- package/dist/esm/operationsInterfaces/computePolicies.js.map +1 -0
- package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
- package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.js +9 -0
- package/dist/esm/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
- package/dist/esm/operationsInterfaces/firewallRules.d.ts +47 -0
- package/dist/esm/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/firewallRules.js +9 -0
- package/dist/esm/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/esm/operationsInterfaces/index.d.ts +8 -0
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/index.js +15 -0
- package/dist/esm/operationsInterfaces/index.js.map +1 -0
- package/dist/esm/operationsInterfaces/locations.d.ts +12 -0
- package/dist/esm/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/locations.js +9 -0
- package/dist/esm/operationsInterfaces/locations.js.map +1 -0
- package/dist/esm/operationsInterfaces/operations.d.ts +10 -0
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/operations.js +9 -0
- package/dist/esm/operationsInterfaces/operations.js.map +1 -0
- package/dist/esm/operationsInterfaces/storageAccounts.d.ts +81 -0
- package/dist/esm/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/storageAccounts.js +9 -0
- package/dist/esm/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist/esm/package.json +3 -0
- package/dist/esm/pagingHelper.d.ts +13 -0
- package/dist/esm/pagingHelper.d.ts.map +1 -0
- package/dist/esm/pagingHelper.js +30 -0
- package/dist/esm/pagingHelper.js.map +1 -0
- package/dist/react-native/dataLakeAnalyticsAccountManagementClient.d.ts +27 -0
- package/dist/react-native/dataLakeAnalyticsAccountManagementClient.d.ts.map +1 -0
- package/dist/react-native/dataLakeAnalyticsAccountManagementClient.js +119 -0
- package/dist/react-native/dataLakeAnalyticsAccountManagementClient.js.map +1 -0
- package/dist/react-native/index.d.ts +5 -0
- package/dist/react-native/index.d.ts.map +1 -0
- package/dist/react-native/index.js +13 -0
- package/dist/react-native/index.js.map +1 -0
- package/dist/react-native/lroImpl.d.ts +16 -0
- package/dist/react-native/lroImpl.d.ts.map +1 -0
- package/dist/react-native/lroImpl.js +33 -0
- package/dist/react-native/lroImpl.js.map +1 -0
- package/dist/react-native/models/index.d.ts +1357 -0
- package/dist/react-native/models/index.d.ts.map +1 -0
- package/dist/react-native/models/index.js +42 -0
- package/dist/react-native/models/index.js.map +1 -0
- package/dist/react-native/models/mappers.d.ts +56 -0
- package/dist/react-native/models/mappers.d.ts.map +1 -0
- package/dist/react-native/models/mappers.js +2392 -0
- package/dist/react-native/models/mappers.js.map +1 -0
- package/dist/react-native/models/parameters.d.ts +32 -0
- package/dist/react-native/models/parameters.d.ts.map +1 -0
- package/dist/react-native/models/parameters.js +254 -0
- package/dist/react-native/models/parameters.js.map +1 -0
- package/dist/react-native/operations/accounts.d.ts +120 -0
- package/dist/react-native/operations/accounts.d.ts.map +1 -0
- package/dist/react-native/operations/accounts.js +571 -0
- package/dist/react-native/operations/accounts.js.map +1 -0
- package/dist/react-native/operations/computePolicies.d.ts +76 -0
- package/dist/react-native/operations/computePolicies.d.ts.map +1 -0
- package/dist/react-native/operations/computePolicies.js +277 -0
- package/dist/react-native/operations/computePolicies.js.map +1 -0
- package/dist/react-native/operations/dataLakeStoreAccounts.d.ts +64 -0
- package/dist/react-native/operations/dataLakeStoreAccounts.d.ts.map +1 -0
- package/dist/react-native/operations/dataLakeStoreAccounts.js +247 -0
- package/dist/react-native/operations/dataLakeStoreAccounts.js.map +1 -0
- package/dist/react-native/operations/firewallRules.d.ts +72 -0
- package/dist/react-native/operations/firewallRules.d.ts.map +1 -0
- package/dist/react-native/operations/firewallRules.js +267 -0
- package/dist/react-native/operations/firewallRules.js.map +1 -0
- package/dist/react-native/operations/index.d.ts +8 -0
- package/dist/react-native/operations/index.d.ts.map +1 -0
- package/dist/react-native/operations/index.js +15 -0
- package/dist/react-native/operations/index.js.map +1 -0
- package/dist/react-native/operations/locations.d.ts +20 -0
- package/dist/react-native/operations/locations.d.ts.map +1 -0
- package/dist/react-native/operations/locations.js +54 -0
- package/dist/react-native/operations/locations.js.map +1 -0
- package/dist/react-native/operations/operations.d.ts +18 -0
- package/dist/react-native/operations/operations.d.ts.map +1 -0
- package/dist/react-native/operations/operations.js +47 -0
- package/dist/react-native/operations/operations.js.map +1 -0
- package/dist/react-native/operations/storageAccounts.d.ts +153 -0
- package/dist/react-native/operations/storageAccounts.d.ts.map +1 -0
- package/dist/react-native/operations/storageAccounts.js +583 -0
- package/dist/react-native/operations/storageAccounts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/accounts.d.ts +82 -0
- package/dist/react-native/operationsInterfaces/accounts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/accounts.js +9 -0
- package/dist/react-native/operationsInterfaces/accounts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/computePolicies.d.ts +50 -0
- package/dist/react-native/operationsInterfaces/computePolicies.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/computePolicies.js +9 -0
- package/dist/react-native/operationsInterfaces/computePolicies.js.map +1 -0
- package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.d.ts +38 -0
- package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.js +9 -0
- package/dist/react-native/operationsInterfaces/dataLakeStoreAccounts.js.map +1 -0
- package/dist/react-native/operationsInterfaces/firewallRules.d.ts +47 -0
- package/dist/react-native/operationsInterfaces/firewallRules.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/firewallRules.js +9 -0
- package/dist/react-native/operationsInterfaces/firewallRules.js.map +1 -0
- package/dist/react-native/operationsInterfaces/index.d.ts +8 -0
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/index.js +15 -0
- package/dist/react-native/operationsInterfaces/index.js.map +1 -0
- package/dist/react-native/operationsInterfaces/locations.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/locations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/locations.js +9 -0
- package/dist/react-native/operationsInterfaces/locations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts +10 -0
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/operations.js +9 -0
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -0
- package/dist/react-native/operationsInterfaces/storageAccounts.d.ts +81 -0
- package/dist/react-native/operationsInterfaces/storageAccounts.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/storageAccounts.js +9 -0
- package/dist/react-native/operationsInterfaces/storageAccounts.js.map +1 -0
- package/dist/react-native/package.json +3 -0
- package/dist/react-native/pagingHelper.d.ts +13 -0
- package/dist/react-native/pagingHelper.d.ts.map +1 -0
- package/dist/react-native/pagingHelper.js +30 -0
- package/dist/react-native/pagingHelper.js.map +1 -0
- package/package.json +86 -73
- package/review/{arm-datalake-analytics.api.md → arm-datalake-analytics-node.api.md} +68 -76
- package/dist/index.js +0 -4810
- package/dist/index.js.map +0 -1
- package/dist/index.min.js +0 -1
- package/dist/index.min.js.map +0 -1
- package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.js +0 -34
- package/dist-esm/samples-dev/accountsCheckNameAvailabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/accountsCreateSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsCreateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsCreateSample.js +0 -64
- package/dist-esm/samples-dev/accountsCreateSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsDeleteSample.js +0 -31
- package/dist-esm/samples-dev/accountsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsGetSample.js +0 -31
- package/dist-esm/samples-dev/accountsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.js +0 -58
- package/dist-esm/samples-dev/accountsListByResourceGroupSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsListSample.js +0 -57
- package/dist-esm/samples-dev/accountsListSample.js.map +0 -1
- package/dist-esm/samples-dev/accountsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/accountsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/accountsUpdateSample.js +0 -55
- package/dist-esm/samples-dev/accountsUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.js +0 -38
- package/dist-esm/samples-dev/computePoliciesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/computePoliciesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/computePoliciesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/computePoliciesDeleteSample.js +0 -32
- package/dist-esm/samples-dev/computePoliciesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/computePoliciesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/computePoliciesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/computePoliciesGetSample.js +0 -32
- package/dist-esm/samples-dev/computePoliciesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/computePoliciesListByAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/computePoliciesListByAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/computePoliciesListByAccountSample.js +0 -45
- package/dist-esm/samples-dev/computePoliciesListByAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/computePoliciesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/computePoliciesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/computePoliciesUpdateSample.js +0 -37
- package/dist-esm/samples-dev/computePoliciesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.js +0 -34
- package/dist-esm/samples-dev/dataLakeStoreAccountsAddSample.js.map +0 -1
- package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.js +0 -32
- package/dist-esm/samples-dev/dataLakeStoreAccountsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.js +0 -32
- package/dist-esm/samples-dev/dataLakeStoreAccountsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.js +0 -59
- package/dist-esm/samples-dev/dataLakeStoreAccountsListByAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js +0 -36
- package/dist-esm/samples-dev/firewallRulesCreateOrUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesDeleteSample.js +0 -32
- package/dist-esm/samples-dev/firewallRulesDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesGetSample.js +0 -32
- package/dist-esm/samples-dev/firewallRulesGetSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesListByAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesListByAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesListByAccountSample.js +0 -45
- package/dist-esm/samples-dev/firewallRulesListByAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/firewallRulesUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/firewallRulesUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/firewallRulesUpdateSample.js +0 -37
- package/dist-esm/samples-dev/firewallRulesUpdateSample.js.map +0 -1
- package/dist-esm/samples-dev/locationsGetCapabilitySample.d.ts +0 -2
- package/dist-esm/samples-dev/locationsGetCapabilitySample.d.ts.map +0 -1
- package/dist-esm/samples-dev/locationsGetCapabilitySample.js +0 -30
- package/dist-esm/samples-dev/locationsGetCapabilitySample.js.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.d.ts +0 -2
- package/dist-esm/samples-dev/operationsListSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/operationsListSample.js +0 -29
- package/dist-esm/samples-dev/operationsListSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsAddSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsAddSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsAddSample.js +0 -36
- package/dist-esm/samples-dev/storageAccountsAddSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsDeleteSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsDeleteSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsDeleteSample.js +0 -32
- package/dist-esm/samples-dev/storageAccountsDeleteSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsGetSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsGetSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsGetSample.js +0 -32
- package/dist-esm/samples-dev/storageAccountsGetSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.js +0 -33
- package/dist-esm/samples-dev/storageAccountsGetStorageContainerSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListByAccountSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsListByAccountSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListByAccountSample.js +0 -59
- package/dist-esm/samples-dev/storageAccountsListByAccountSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListSasTokensSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsListSasTokensSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListSasTokensSample.js +0 -47
- package/dist-esm/samples-dev/storageAccountsListSasTokensSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.js +0 -46
- package/dist-esm/samples-dev/storageAccountsListStorageContainersSample.js.map +0 -1
- package/dist-esm/samples-dev/storageAccountsUpdateSample.d.ts +0 -2
- package/dist-esm/samples-dev/storageAccountsUpdateSample.d.ts.map +0 -1
- package/dist-esm/samples-dev/storageAccountsUpdateSample.js +0 -37
- package/dist-esm/samples-dev/storageAccountsUpdateSample.js.map +0 -1
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.d.ts.map +0 -1
- package/dist-esm/src/dataLakeAnalyticsAccountManagementClient.js.map +0 -1
- package/dist-esm/src/index.d.ts +0 -5
- package/dist-esm/src/index.d.ts.map +0 -1
- package/dist-esm/src/index.js.map +0 -1
- package/dist-esm/src/lroImpl.js.map +0 -1
- package/dist-esm/src/models/index.d.ts.map +0 -1
- package/dist-esm/src/models/index.js.map +0 -1
- package/dist-esm/src/models/mappers.js.map +0 -1
- package/dist-esm/src/models/parameters.js.map +0 -1
- package/dist-esm/src/operations/accounts.d.ts.map +0 -1
- package/dist-esm/src/operations/accounts.js.map +0 -1
- package/dist-esm/src/operations/computePolicies.d.ts.map +0 -1
- package/dist-esm/src/operations/computePolicies.js.map +0 -1
- package/dist-esm/src/operations/dataLakeStoreAccounts.d.ts.map +0 -1
- package/dist-esm/src/operations/dataLakeStoreAccounts.js.map +0 -1
- package/dist-esm/src/operations/firewallRules.d.ts.map +0 -1
- package/dist-esm/src/operations/firewallRules.js.map +0 -1
- package/dist-esm/src/operations/index.d.ts +0 -8
- package/dist-esm/src/operations/index.d.ts.map +0 -1
- package/dist-esm/src/operations/index.js +0 -15
- package/dist-esm/src/operations/index.js.map +0 -1
- package/dist-esm/src/operations/locations.d.ts.map +0 -1
- package/dist-esm/src/operations/locations.js.map +0 -1
- package/dist-esm/src/operations/operations.d.ts.map +0 -1
- package/dist-esm/src/operations/operations.js.map +0 -1
- package/dist-esm/src/operations/storageAccounts.d.ts.map +0 -1
- package/dist-esm/src/operations/storageAccounts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/accounts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/accounts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/computePolicies.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/computePolicies.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/dataLakeStoreAccounts.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/firewallRules.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/firewallRules.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.d.ts +0 -8
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/index.js +0 -15
- package/dist-esm/src/operationsInterfaces/index.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/locations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/locations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/operations.js.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageAccounts.d.ts.map +0 -1
- package/dist-esm/src/operationsInterfaces/storageAccounts.js.map +0 -1
- package/dist-esm/test/sampleTest.d.ts +0 -4
- package/dist-esm/test/sampleTest.d.ts.map +0 -1
- package/dist-esm/test/sampleTest.js +0 -89
- package/dist-esm/test/sampleTest.js.map +0 -1
- package/rollup.config.js +0 -122
- package/src/dataLakeAnalyticsAccountManagementClient.ts +0 -129
- package/src/lroImpl.ts +0 -34
- package/src/models/index.ts +0 -1520
- package/src/models/mappers.ts +0 -2447
- package/src/models/parameters.ts +0 -300
- package/src/operations/accounts.ts +0 -755
- package/src/operations/computePolicies.ts +0 -381
- package/src/operations/dataLakeStoreAccounts.ts +0 -336
- package/src/operations/firewallRules.ts +0 -371
- package/src/operations/index.ts +0 -15
- package/src/operations/locations.ts +0 -71
- package/src/operations/operations.ts +0 -59
- package/src/operations/storageAccounts.ts +0 -824
- package/src/operationsInterfaces/accounts.ts +0 -155
- package/src/operationsInterfaces/computePolicies.ts +0 -95
- package/src/operationsInterfaces/dataLakeStoreAccounts.ts +0 -73
- package/src/operationsInterfaces/firewallRules.ts +0 -92
- package/src/operationsInterfaces/index.ts +0 -15
- package/src/operationsInterfaces/locations.ts +0 -26
- package/src/operationsInterfaces/operations.ts +0 -21
- package/src/operationsInterfaces/storageAccounts.ts +0 -147
- package/tsconfig.json +0 -33
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/lroImpl.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/mappers.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts +0 -0
- /package/{dist-esm/src → dist/browser}/models/parameters.d.ts.map +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/accounts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/computePolicies.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/dataLakeStoreAccounts.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/firewallRules.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/locations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/operations.js +0 -0
- /package/{dist-esm/src → dist/browser}/operationsInterfaces/storageAccounts.js +0 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"firewallRules.js","sourceRoot":"","sources":["../../../src/operations/firewallRules.ts"],"names":[],"mappings":"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","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { FirewallRules } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { DataLakeAnalyticsAccountManagementClient } from \"../dataLakeAnalyticsAccountManagementClient.js\";\nimport {\n FirewallRule,\n FirewallRulesListByAccountNextOptionalParams,\n FirewallRulesListByAccountOptionalParams,\n FirewallRulesListByAccountResponse,\n CreateOrUpdateFirewallRuleParameters,\n FirewallRulesCreateOrUpdateOptionalParams,\n FirewallRulesCreateOrUpdateResponse,\n FirewallRulesGetOptionalParams,\n FirewallRulesGetResponse,\n FirewallRulesUpdateOptionalParams,\n FirewallRulesUpdateResponse,\n FirewallRulesDeleteOptionalParams,\n FirewallRulesListByAccountNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing FirewallRules operations. */\nexport class FirewallRulesImpl implements FirewallRules {\n private readonly client: DataLakeAnalyticsAccountManagementClient;\n\n /**\n * Initialize a new instance of the class FirewallRules class.\n * @param client Reference to the service client\n */\n constructor(client: DataLakeAnalyticsAccountManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param options The options parameters.\n */\n public listByAccount(\n resourceGroupName: string,\n accountName: string,\n options?: FirewallRulesListByAccountOptionalParams\n ): PagedAsyncIterableIterator<FirewallRule> {\n const iter = this.listByAccountPagingAll(\n resourceGroupName,\n accountName,\n options\n );\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listByAccountPagingPage(\n resourceGroupName,\n accountName,\n options,\n settings\n );\n }\n };\n }\n\n private async *listByAccountPagingPage(\n resourceGroupName: string,\n accountName: string,\n options?: FirewallRulesListByAccountOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<FirewallRule[]> {\n let result: FirewallRulesListByAccountResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._listByAccount(\n resourceGroupName,\n accountName,\n options\n );\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listByAccountNext(\n resourceGroupName,\n accountName,\n continuationToken,\n options\n );\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listByAccountPagingAll(\n resourceGroupName: string,\n accountName: string,\n options?: FirewallRulesListByAccountOptionalParams\n ): AsyncIterableIterator<FirewallRule> {\n for await (const page of this.listByAccountPagingPage(\n resourceGroupName,\n accountName,\n options\n )) {\n yield* page;\n }\n }\n\n /**\n * Lists the Data Lake Analytics firewall rules within the specified Data Lake Analytics account.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param options The options parameters.\n */\n private _listByAccount(\n resourceGroupName: string,\n accountName: string,\n options?: FirewallRulesListByAccountOptionalParams\n ): Promise<FirewallRulesListByAccountResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, options },\n listByAccountOperationSpec\n );\n }\n\n /**\n * Creates or updates the specified firewall rule. During update, the firewall rule with the specified\n * name will be replaced with this new firewall rule.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param firewallRuleName The name of the firewall rule to create or update.\n * @param parameters Parameters supplied to create or update the firewall rule.\n * @param options The options parameters.\n */\n createOrUpdate(\n resourceGroupName: string,\n accountName: string,\n firewallRuleName: string,\n parameters: CreateOrUpdateFirewallRuleParameters,\n options?: FirewallRulesCreateOrUpdateOptionalParams\n ): Promise<FirewallRulesCreateOrUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, firewallRuleName, parameters, options },\n createOrUpdateOperationSpec\n );\n }\n\n /**\n * Gets the specified Data Lake Analytics firewall rule.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param firewallRuleName The name of the firewall rule to retrieve.\n * @param options The options parameters.\n */\n get(\n resourceGroupName: string,\n accountName: string,\n firewallRuleName: string,\n options?: FirewallRulesGetOptionalParams\n ): Promise<FirewallRulesGetResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, firewallRuleName, options },\n getOperationSpec\n );\n }\n\n /**\n * Updates the specified firewall rule.\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param firewallRuleName The name of the firewall rule to update.\n * @param options The options parameters.\n */\n update(\n resourceGroupName: string,\n accountName: string,\n firewallRuleName: string,\n options?: FirewallRulesUpdateOptionalParams\n ): Promise<FirewallRulesUpdateResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, firewallRuleName, options },\n updateOperationSpec\n );\n }\n\n /**\n * Deletes the specified firewall rule from the specified Data Lake Analytics account\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param firewallRuleName The name of the firewall rule to delete.\n * @param options The options parameters.\n */\n delete(\n resourceGroupName: string,\n accountName: string,\n firewallRuleName: string,\n options?: FirewallRulesDeleteOptionalParams\n ): Promise<void> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, firewallRuleName, options },\n deleteOperationSpec\n );\n }\n\n /**\n * ListByAccountNext\n * @param resourceGroupName The name of the Azure resource group.\n * @param accountName The name of the Data Lake Analytics account.\n * @param nextLink The nextLink from the previous successful call to the ListByAccount method.\n * @param options The options parameters.\n */\n private _listByAccountNext(\n resourceGroupName: string,\n accountName: string,\n nextLink: string,\n options?: FirewallRulesListByAccountNextOptionalParams\n ): Promise<FirewallRulesListByAccountNextResponse> {\n return this.client.sendOperationRequest(\n { resourceGroupName, accountName, nextLink, options },\n listByAccountNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listByAccountOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/firewallRules\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.FirewallRuleListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst createOrUpdateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/firewallRules/{firewallRuleName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.FirewallRule\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters8,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.firewallRuleName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/firewallRules/{firewallRuleName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.FirewallRule\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.firewallRuleName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst updateOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/firewallRules/{firewallRuleName}\",\n httpMethod: \"PATCH\",\n responses: {\n 200: {\n bodyMapper: Mappers.FirewallRule\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n requestBody: Parameters.parameters9,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.firewallRuleName\n ],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataLakeAnalytics/accounts/{accountName}/firewallRules/{firewallRuleName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.firewallRuleName\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listByAccountNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.FirewallRuleListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.resourceGroupName,\n Parameters.accountName,\n Parameters.nextLink\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
export * from "./accounts.js";
|
|
2
|
+
export * from "./dataLakeStoreAccounts.js";
|
|
3
|
+
export * from "./storageAccounts.js";
|
|
4
|
+
export * from "./computePolicies.js";
|
|
5
|
+
export * from "./firewallRules.js";
|
|
6
|
+
export * from "./operations.js";
|
|
7
|
+
export * from "./locations.js";
|
|
8
|
+
//# sourceMappingURL=index.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,eAAe,CAAC;AAC9B,cAAc,4BAA4B,CAAC;AAC3C,cAAc,sBAAsB,CAAC;AACrC,cAAc,sBAAsB,CAAC;AACrC,cAAc,oBAAoB,CAAC;AACnC,cAAc,iBAAiB,CAAC;AAChC,cAAc,gBAAgB,CAAC"}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
const tslib_1 = require("tslib");
|
|
11
|
+
tslib_1.__exportStar(require("./accounts.js"), exports);
|
|
12
|
+
tslib_1.__exportStar(require("./dataLakeStoreAccounts.js"), exports);
|
|
13
|
+
tslib_1.__exportStar(require("./storageAccounts.js"), exports);
|
|
14
|
+
tslib_1.__exportStar(require("./computePolicies.js"), exports);
|
|
15
|
+
tslib_1.__exportStar(require("./firewallRules.js"), exports);
|
|
16
|
+
tslib_1.__exportStar(require("./operations.js"), exports);
|
|
17
|
+
tslib_1.__exportStar(require("./locations.js"), exports);
|
|
18
|
+
//# sourceMappingURL=index.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;AAEH,wDAA8B;AAC9B,qEAA2C;AAC3C,+DAAqC;AACrC,+DAAqC;AACrC,6DAAmC;AACnC,0DAAgC;AAChC,yDAA+B","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./accounts.js\";\nexport * from \"./dataLakeStoreAccounts.js\";\nexport * from \"./storageAccounts.js\";\nexport * from \"./computePolicies.js\";\nexport * from \"./firewallRules.js\";\nexport * from \"./operations.js\";\nexport * from \"./locations.js\";\n"]}
|
|
@@ -0,0 +1,20 @@
|
|
|
1
|
+
import { Locations } from "../operationsInterfaces/index.js";
|
|
2
|
+
import { DataLakeAnalyticsAccountManagementClient } from "../dataLakeAnalyticsAccountManagementClient.js";
|
|
3
|
+
import { LocationsGetCapabilityOptionalParams, LocationsGetCapabilityResponse } from "../models/index.js";
|
|
4
|
+
/** Class containing Locations operations. */
|
|
5
|
+
export declare class LocationsImpl implements Locations {
|
|
6
|
+
private readonly client;
|
|
7
|
+
/**
|
|
8
|
+
* Initialize a new instance of the class Locations class.
|
|
9
|
+
* @param client Reference to the service client
|
|
10
|
+
*/
|
|
11
|
+
constructor(client: DataLakeAnalyticsAccountManagementClient);
|
|
12
|
+
/**
|
|
13
|
+
* Gets subscription-level properties and limits for Data Lake Analytics specified by resource
|
|
14
|
+
* location.
|
|
15
|
+
* @param location The resource location without whitespace.
|
|
16
|
+
* @param options The options parameters.
|
|
17
|
+
*/
|
|
18
|
+
getCapability(location: string, options?: LocationsGetCapabilityOptionalParams): Promise<LocationsGetCapabilityResponse>;
|
|
19
|
+
}
|
|
20
|
+
//# sourceMappingURL=locations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"locations.d.ts","sourceRoot":"","sources":["../../../src/operations/locations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,SAAS,EAAE,MAAM,kCAAkC,CAAC;AAI7D,OAAO,EAAE,wCAAwC,EAAE,MAAM,gDAAgD,CAAC;AAC1G,OAAO,EACL,oCAAoC,EACpC,8BAA8B,EAC/B,MAAM,oBAAoB,CAAC;AAE5B,6CAA6C;AAC7C,qBAAa,aAAc,YAAW,SAAS;IAC7C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2C;IAElE;;;OAGG;gBACS,MAAM,EAAE,wCAAwC;IAI5D;;;;;OAKG;IACH,aAAa,CACX,QAAQ,EAAE,MAAM,EAChB,OAAO,CAAC,EAAE,oCAAoC,GAC7C,OAAO,CAAC,8BAA8B,CAAC;CAM3C"}
|
|
@@ -0,0 +1,59 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.LocationsImpl = void 0;
|
|
11
|
+
const tslib_1 = require("tslib");
|
|
12
|
+
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
13
|
+
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
14
|
+
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
15
|
+
/** Class containing Locations operations. */
|
|
16
|
+
class LocationsImpl {
|
|
17
|
+
client;
|
|
18
|
+
/**
|
|
19
|
+
* Initialize a new instance of the class Locations class.
|
|
20
|
+
* @param client Reference to the service client
|
|
21
|
+
*/
|
|
22
|
+
constructor(client) {
|
|
23
|
+
this.client = client;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Gets subscription-level properties and limits for Data Lake Analytics specified by resource
|
|
27
|
+
* location.
|
|
28
|
+
* @param location The resource location without whitespace.
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
getCapability(location, options) {
|
|
32
|
+
return this.client.sendOperationRequest({ location, options }, getCapabilityOperationSpec);
|
|
33
|
+
}
|
|
34
|
+
}
|
|
35
|
+
exports.LocationsImpl = LocationsImpl;
|
|
36
|
+
// Operation Specifications
|
|
37
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
38
|
+
const getCapabilityOperationSpec = {
|
|
39
|
+
path: "/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/capability",
|
|
40
|
+
httpMethod: "GET",
|
|
41
|
+
responses: {
|
|
42
|
+
200: {
|
|
43
|
+
bodyMapper: Mappers.CapabilityInformation
|
|
44
|
+
},
|
|
45
|
+
404: {},
|
|
46
|
+
default: {
|
|
47
|
+
bodyMapper: Mappers.ErrorResponse
|
|
48
|
+
}
|
|
49
|
+
},
|
|
50
|
+
queryParameters: [Parameters.apiVersion],
|
|
51
|
+
urlParameters: [
|
|
52
|
+
Parameters.$host,
|
|
53
|
+
Parameters.subscriptionId,
|
|
54
|
+
Parameters.location
|
|
55
|
+
],
|
|
56
|
+
headerParameters: [Parameters.accept],
|
|
57
|
+
serializer
|
|
58
|
+
};
|
|
59
|
+
//# sourceMappingURL=locations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"locations.js","sourceRoot":"","sources":["../../../src/operations/locations.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAGH,uEAAiD;AACjD,sEAAgD;AAChD,4EAAsD;AAOtD,6CAA6C;AAC7C,MAAa,aAAa;IACP,MAAM,CAA2C;IAElE;;;OAGG;IACH,YAAY,MAAgD;QAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;;OAKG;IACH,aAAa,CACX,QAAgB,EAChB,OAA8C;QAE9C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CACrC,EAAE,QAAQ,EAAE,OAAO,EAAE,EACrB,0BAA0B,CAC3B,CAAC;IACJ,CAAC;CACF;AA1BD,sCA0BC;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,0BAA0B,GAA6B;IAC3D,IAAI,EACF,uGAAuG;IACzG,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,qBAAqB;SAC1C;QACD,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,QAAQ;KACpB;IACD,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { Locations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { DataLakeAnalyticsAccountManagementClient } from \"../dataLakeAnalyticsAccountManagementClient.js\";\nimport {\n LocationsGetCapabilityOptionalParams,\n LocationsGetCapabilityResponse\n} from \"../models/index.js\";\n\n/** Class containing Locations operations. */\nexport class LocationsImpl implements Locations {\n private readonly client: DataLakeAnalyticsAccountManagementClient;\n\n /**\n * Initialize a new instance of the class Locations class.\n * @param client Reference to the service client\n */\n constructor(client: DataLakeAnalyticsAccountManagementClient) {\n this.client = client;\n }\n\n /**\n * Gets subscription-level properties and limits for Data Lake Analytics specified by resource\n * location.\n * @param location The resource location without whitespace.\n * @param options The options parameters.\n */\n getCapability(\n location: string,\n options?: LocationsGetCapabilityOptionalParams\n ): Promise<LocationsGetCapabilityResponse> {\n return this.client.sendOperationRequest(\n { location, options },\n getCapabilityOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getCapabilityOperationSpec: coreClient.OperationSpec = {\n path:\n \"/subscriptions/{subscriptionId}/providers/Microsoft.DataLakeAnalytics/locations/{location}/capability\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.CapabilityInformation\n },\n 404: {},\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [\n Parameters.$host,\n Parameters.subscriptionId,\n Parameters.location\n ],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
|
@@ -0,0 +1,18 @@
|
|
|
1
|
+
import { Operations } from "../operationsInterfaces/index.js";
|
|
2
|
+
import { DataLakeAnalyticsAccountManagementClient } from "../dataLakeAnalyticsAccountManagementClient.js";
|
|
3
|
+
import { OperationsListOptionalParams, OperationsListResponse } from "../models/index.js";
|
|
4
|
+
/** Class containing Operations operations. */
|
|
5
|
+
export declare class OperationsImpl implements Operations {
|
|
6
|
+
private readonly client;
|
|
7
|
+
/**
|
|
8
|
+
* Initialize a new instance of the class Operations class.
|
|
9
|
+
* @param client Reference to the service client
|
|
10
|
+
*/
|
|
11
|
+
constructor(client: DataLakeAnalyticsAccountManagementClient);
|
|
12
|
+
/**
|
|
13
|
+
* Lists all of the available Data Lake Analytics REST API operations.
|
|
14
|
+
* @param options The options parameters.
|
|
15
|
+
*/
|
|
16
|
+
list(options?: OperationsListOptionalParams): Promise<OperationsListResponse>;
|
|
17
|
+
}
|
|
18
|
+
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,wCAAwC,EAAE,MAAM,gDAAgD,CAAC;AAC1G,OAAO,EACL,4BAA4B,EAC5B,sBAAsB,EACvB,MAAM,oBAAoB,CAAC;AAE5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAA2C;IAElE;;;OAGG;gBACS,MAAM,EAAE,wCAAwC;IAI5D;;;OAGG;IACH,IAAI,CACF,OAAO,CAAC,EAAE,4BAA4B,GACrC,OAAO,CAAC,sBAAsB,CAAC;CAGnC"}
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
/*
|
|
3
|
+
* Copyright (c) Microsoft Corporation.
|
|
4
|
+
* Licensed under the MIT License.
|
|
5
|
+
*
|
|
6
|
+
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
8
|
+
*/
|
|
9
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
|
+
exports.OperationsImpl = void 0;
|
|
11
|
+
const tslib_1 = require("tslib");
|
|
12
|
+
const coreClient = tslib_1.__importStar(require("@azure/core-client"));
|
|
13
|
+
const Mappers = tslib_1.__importStar(require("../models/mappers.js"));
|
|
14
|
+
const Parameters = tslib_1.__importStar(require("../models/parameters.js"));
|
|
15
|
+
/** Class containing Operations operations. */
|
|
16
|
+
class OperationsImpl {
|
|
17
|
+
client;
|
|
18
|
+
/**
|
|
19
|
+
* Initialize a new instance of the class Operations class.
|
|
20
|
+
* @param client Reference to the service client
|
|
21
|
+
*/
|
|
22
|
+
constructor(client) {
|
|
23
|
+
this.client = client;
|
|
24
|
+
}
|
|
25
|
+
/**
|
|
26
|
+
* Lists all of the available Data Lake Analytics REST API operations.
|
|
27
|
+
* @param options The options parameters.
|
|
28
|
+
*/
|
|
29
|
+
list(options) {
|
|
30
|
+
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
31
|
+
}
|
|
32
|
+
}
|
|
33
|
+
exports.OperationsImpl = OperationsImpl;
|
|
34
|
+
// Operation Specifications
|
|
35
|
+
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
36
|
+
const listOperationSpec = {
|
|
37
|
+
path: "/providers/Microsoft.DataLakeAnalytics/operations",
|
|
38
|
+
httpMethod: "GET",
|
|
39
|
+
responses: {
|
|
40
|
+
200: {
|
|
41
|
+
bodyMapper: Mappers.OperationListResult
|
|
42
|
+
},
|
|
43
|
+
default: {
|
|
44
|
+
bodyMapper: Mappers.ErrorResponse
|
|
45
|
+
}
|
|
46
|
+
},
|
|
47
|
+
queryParameters: [Parameters.apiVersion],
|
|
48
|
+
urlParameters: [Parameters.$host],
|
|
49
|
+
headerParameters: [Parameters.accept],
|
|
50
|
+
serializer
|
|
51
|
+
};
|
|
52
|
+
//# sourceMappingURL=operations.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"operations.js","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":";AAAA;;;;;;GAMG;;;;AAGH,uEAAiD;AACjD,sEAAgD;AAChD,4EAAsD;AAOtD,8CAA8C;AAC9C,MAAa,cAAc;IACR,MAAM,CAA2C;IAElE;;;OAGG;IACH,YAAY,MAAgD;QAC1D,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;OAGG;IACH,IAAI,CACF,OAAsC;QAEtC,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,OAAO,EAAE,EAAE,iBAAiB,CAAC,CAAC;IAC1E,CAAC;CACF;AApBD,wCAoBC;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,iBAAiB,GAA6B;IAClD,IAAI,EAAE,mDAAmD;IACzD,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,mBAAmB;SACxC;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,aAAa;SAClC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,CAAC;IACjC,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { Operations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { DataLakeAnalyticsAccountManagementClient } from \"../dataLakeAnalyticsAccountManagementClient.js\";\nimport {\n OperationsListOptionalParams,\n OperationsListResponse\n} from \"../models/index.js\";\n\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: DataLakeAnalyticsAccountManagementClient;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: DataLakeAnalyticsAccountManagementClient) {\n this.client = client;\n }\n\n /**\n * Lists all of the available Data Lake Analytics REST API operations.\n * @param options The options parameters.\n */\n list(\n options?: OperationsListOptionalParams\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.DataLakeAnalytics/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.ErrorResponse\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\n"]}
|
|
@@ -0,0 +1,153 @@
|
|
|
1
|
+
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
+
import { StorageAccounts } from "../operationsInterfaces/index.js";
|
|
3
|
+
import { DataLakeAnalyticsAccountManagementClient } from "../dataLakeAnalyticsAccountManagementClient.js";
|
|
4
|
+
import { StorageAccountInformation, StorageAccountsListByAccountOptionalParams, StorageContainer, StorageAccountsListStorageContainersOptionalParams, SasTokenInformation, StorageAccountsListSasTokensOptionalParams, AddStorageAccountParameters, StorageAccountsAddOptionalParams, StorageAccountsGetOptionalParams, StorageAccountsGetResponse, StorageAccountsUpdateOptionalParams, StorageAccountsDeleteOptionalParams, StorageAccountsGetStorageContainerOptionalParams, StorageAccountsGetStorageContainerResponse } from "../models/index.js";
|
|
5
|
+
/** Class containing StorageAccounts operations. */
|
|
6
|
+
export declare class StorageAccountsImpl implements StorageAccounts {
|
|
7
|
+
private readonly client;
|
|
8
|
+
/**
|
|
9
|
+
* Initialize a new instance of the class StorageAccounts class.
|
|
10
|
+
* @param client Reference to the service client
|
|
11
|
+
*/
|
|
12
|
+
constructor(client: DataLakeAnalyticsAccountManagementClient);
|
|
13
|
+
/**
|
|
14
|
+
* Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics
|
|
15
|
+
* account. The response includes a link to the next page, if any.
|
|
16
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
17
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
18
|
+
* @param options The options parameters.
|
|
19
|
+
*/
|
|
20
|
+
listByAccount(resourceGroupName: string, accountName: string, options?: StorageAccountsListByAccountOptionalParams): PagedAsyncIterableIterator<StorageAccountInformation>;
|
|
21
|
+
private listByAccountPagingPage;
|
|
22
|
+
private listByAccountPagingAll;
|
|
23
|
+
/**
|
|
24
|
+
* Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and
|
|
25
|
+
* Azure Storage account combination. The response includes a link to the next page of results, if any.
|
|
26
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
27
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
28
|
+
* @param storageAccountName The name of the Azure storage account from which to list blob containers.
|
|
29
|
+
* @param options The options parameters.
|
|
30
|
+
*/
|
|
31
|
+
listStorageContainers(resourceGroupName: string, accountName: string, storageAccountName: string, options?: StorageAccountsListStorageContainersOptionalParams): PagedAsyncIterableIterator<StorageContainer>;
|
|
32
|
+
private listStorageContainersPagingPage;
|
|
33
|
+
private listStorageContainersPagingAll;
|
|
34
|
+
/**
|
|
35
|
+
* Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and
|
|
36
|
+
* container combination.
|
|
37
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
38
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
39
|
+
* @param storageAccountName The name of the Azure storage account for which the SAS token is being
|
|
40
|
+
* requested.
|
|
41
|
+
* @param containerName The name of the Azure storage container for which the SAS token is being
|
|
42
|
+
* requested.
|
|
43
|
+
* @param options The options parameters.
|
|
44
|
+
*/
|
|
45
|
+
listSasTokens(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, options?: StorageAccountsListSasTokensOptionalParams): PagedAsyncIterableIterator<SasTokenInformation>;
|
|
46
|
+
private listSasTokensPagingPage;
|
|
47
|
+
private listSasTokensPagingAll;
|
|
48
|
+
/**
|
|
49
|
+
* Gets the first page of Azure Storage accounts, if any, linked to the specified Data Lake Analytics
|
|
50
|
+
* account. The response includes a link to the next page, if any.
|
|
51
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
52
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
53
|
+
* @param options The options parameters.
|
|
54
|
+
*/
|
|
55
|
+
private _listByAccount;
|
|
56
|
+
/**
|
|
57
|
+
* Updates the specified Data Lake Analytics account to add an Azure Storage account.
|
|
58
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
59
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
60
|
+
* @param storageAccountName The name of the Azure Storage account to add
|
|
61
|
+
* @param parameters The parameters containing the access key and optional suffix for the Azure Storage
|
|
62
|
+
* Account.
|
|
63
|
+
* @param options The options parameters.
|
|
64
|
+
*/
|
|
65
|
+
add(resourceGroupName: string, accountName: string, storageAccountName: string, parameters: AddStorageAccountParameters, options?: StorageAccountsAddOptionalParams): Promise<void>;
|
|
66
|
+
/**
|
|
67
|
+
* Gets the specified Azure Storage account linked to the given Data Lake Analytics account.
|
|
68
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
69
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
70
|
+
* @param storageAccountName The name of the Azure Storage account for which to retrieve the details.
|
|
71
|
+
* @param options The options parameters.
|
|
72
|
+
*/
|
|
73
|
+
get(resourceGroupName: string, accountName: string, storageAccountName: string, options?: StorageAccountsGetOptionalParams): Promise<StorageAccountsGetResponse>;
|
|
74
|
+
/**
|
|
75
|
+
* Updates the Data Lake Analytics account to replace Azure Storage blob account details, such as the
|
|
76
|
+
* access key and/or suffix.
|
|
77
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
78
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
79
|
+
* @param storageAccountName The Azure Storage account to modify
|
|
80
|
+
* @param options The options parameters.
|
|
81
|
+
*/
|
|
82
|
+
update(resourceGroupName: string, accountName: string, storageAccountName: string, options?: StorageAccountsUpdateOptionalParams): Promise<void>;
|
|
83
|
+
/**
|
|
84
|
+
* Updates the specified Data Lake Analytics account to remove an Azure Storage account.
|
|
85
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
86
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
87
|
+
* @param storageAccountName The name of the Azure Storage account to remove
|
|
88
|
+
* @param options The options parameters.
|
|
89
|
+
*/
|
|
90
|
+
delete(resourceGroupName: string, accountName: string, storageAccountName: string, options?: StorageAccountsDeleteOptionalParams): Promise<void>;
|
|
91
|
+
/**
|
|
92
|
+
* Lists the Azure Storage containers, if any, associated with the specified Data Lake Analytics and
|
|
93
|
+
* Azure Storage account combination. The response includes a link to the next page of results, if any.
|
|
94
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
95
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
96
|
+
* @param storageAccountName The name of the Azure storage account from which to list blob containers.
|
|
97
|
+
* @param options The options parameters.
|
|
98
|
+
*/
|
|
99
|
+
private _listStorageContainers;
|
|
100
|
+
/**
|
|
101
|
+
* Gets the specified Azure Storage container associated with the given Data Lake Analytics and Azure
|
|
102
|
+
* Storage accounts.
|
|
103
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
104
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
105
|
+
* @param storageAccountName The name of the Azure storage account from which to retrieve the blob
|
|
106
|
+
* container.
|
|
107
|
+
* @param containerName The name of the Azure storage container to retrieve
|
|
108
|
+
* @param options The options parameters.
|
|
109
|
+
*/
|
|
110
|
+
getStorageContainer(resourceGroupName: string, accountName: string, storageAccountName: string, containerName: string, options?: StorageAccountsGetStorageContainerOptionalParams): Promise<StorageAccountsGetStorageContainerResponse>;
|
|
111
|
+
/**
|
|
112
|
+
* Gets the SAS token associated with the specified Data Lake Analytics and Azure Storage account and
|
|
113
|
+
* container combination.
|
|
114
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
115
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
116
|
+
* @param storageAccountName The name of the Azure storage account for which the SAS token is being
|
|
117
|
+
* requested.
|
|
118
|
+
* @param containerName The name of the Azure storage container for which the SAS token is being
|
|
119
|
+
* requested.
|
|
120
|
+
* @param options The options parameters.
|
|
121
|
+
*/
|
|
122
|
+
private _listSasTokens;
|
|
123
|
+
/**
|
|
124
|
+
* ListByAccountNext
|
|
125
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
126
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
127
|
+
* @param nextLink The nextLink from the previous successful call to the ListByAccount method.
|
|
128
|
+
* @param options The options parameters.
|
|
129
|
+
*/
|
|
130
|
+
private _listByAccountNext;
|
|
131
|
+
/**
|
|
132
|
+
* ListStorageContainersNext
|
|
133
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
134
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
135
|
+
* @param storageAccountName The name of the Azure storage account from which to list blob containers.
|
|
136
|
+
* @param nextLink The nextLink from the previous successful call to the ListStorageContainers method.
|
|
137
|
+
* @param options The options parameters.
|
|
138
|
+
*/
|
|
139
|
+
private _listStorageContainersNext;
|
|
140
|
+
/**
|
|
141
|
+
* ListSasTokensNext
|
|
142
|
+
* @param resourceGroupName The name of the Azure resource group.
|
|
143
|
+
* @param accountName The name of the Data Lake Analytics account.
|
|
144
|
+
* @param storageAccountName The name of the Azure storage account for which the SAS token is being
|
|
145
|
+
* requested.
|
|
146
|
+
* @param containerName The name of the Azure storage container for which the SAS token is being
|
|
147
|
+
* requested.
|
|
148
|
+
* @param nextLink The nextLink from the previous successful call to the ListSasTokens method.
|
|
149
|
+
* @param options The options parameters.
|
|
150
|
+
*/
|
|
151
|
+
private _listSasTokensNext;
|
|
152
|
+
}
|
|
153
|
+
//# sourceMappingURL=storageAccounts.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"storageAccounts.d.ts","sourceRoot":"","sources":["../../../src/operations/storageAccounts.ts"],"names":[],"mappings":"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"}
|