@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":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.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 * as coreClient from \"@azure/core-client\";\n\nexport const DataLakeAnalyticsAccountListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataLakeAnalyticsAccountListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataLakeAnalyticsAccountBasic\"\n }\n }\n }\n },\n count: {\n serializedName: \"count\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataLakeAnalyticsAccountPropertiesBasic: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataLakeAnalyticsAccountPropertiesBasic\",\n modelProperties: {\n accountId: {\n serializedName: \"accountId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Failed\",\n \"Creating\",\n \"Running\",\n \"Succeeded\",\n \"Patching\",\n \"Suspending\",\n \"Resuming\",\n \"Deleting\",\n \"Deleted\",\n \"Undeleting\",\n \"Canceled\"\n ]\n }\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"Active\", \"Suspended\"]\n }\n },\n creationTime: {\n serializedName: \"creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n serializedName: \"lastModifiedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endpoint: {\n serializedName: \"endpoint\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Resource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Resource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n }\n }\n }\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const CreateDataLakeAnalyticsAccountParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CreateDataLakeAnalyticsAccountParameters\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n defaultDataLakeStoreAccount: {\n serializedName: \"properties.defaultDataLakeStoreAccount\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n dataLakeStoreAccounts: {\n serializedName: \"properties.dataLakeStoreAccounts\",\n required: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AddDataLakeStoreWithAccountParameters\"\n }\n }\n }\n },\n storageAccounts: {\n serializedName: \"properties.storageAccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AddStorageAccountWithAccountParameters\"\n }\n }\n }\n },\n computePolicies: {\n serializedName: \"properties.computePolicies\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CreateComputePolicyWithAccountParameters\"\n }\n }\n }\n },\n firewallRules: {\n serializedName: \"properties.firewallRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"CreateFirewallRuleWithAccountParameters\"\n }\n }\n }\n },\n firewallState: {\n serializedName: \"properties.firewallState\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Enabled\", \"Disabled\"]\n }\n },\n firewallAllowAzureIps: {\n serializedName: \"properties.firewallAllowAzureIps\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Enabled\", \"Disabled\"]\n }\n },\n newTier: {\n serializedName: \"properties.newTier\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Consumption\",\n \"Commitment_100AUHours\",\n \"Commitment_500AUHours\",\n \"Commitment_1000AUHours\",\n \"Commitment_5000AUHours\",\n \"Commitment_10000AUHours\",\n \"Commitment_50000AUHours\",\n \"Commitment_100000AUHours\",\n \"Commitment_500000AUHours\"\n ]\n }\n },\n maxJobCount: {\n defaultValue: 3,\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"properties.maxJobCount\",\n type: {\n name: \"Number\"\n }\n },\n maxDegreeOfParallelism: {\n defaultValue: 30,\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"properties.maxDegreeOfParallelism\",\n type: {\n name: \"Number\"\n }\n },\n maxDegreeOfParallelismPerJob: {\n defaultValue: 32,\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"properties.maxDegreeOfParallelismPerJob\",\n type: {\n name: \"Number\"\n }\n },\n minPriorityPerJob: {\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"properties.minPriorityPerJob\",\n type: {\n name: \"Number\"\n }\n },\n queryStoreRetention: {\n defaultValue: 30,\n constraints: {\n InclusiveMaximum: 180,\n InclusiveMinimum: 1\n },\n serializedName: \"properties.queryStoreRetention\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const AddDataLakeStoreWithAccountParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AddDataLakeStoreWithAccountParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n suffix: {\n serializedName: \"properties.suffix\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AddStorageAccountWithAccountParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AddStorageAccountWithAccountParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n accessKey: {\n serializedName: \"properties.accessKey\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n suffix: {\n defaultValue: \"azuredatalakestore.net\",\n serializedName: \"properties.suffix\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CreateComputePolicyWithAccountParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CreateComputePolicyWithAccountParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n objectId: {\n serializedName: \"properties.objectId\",\n required: true,\n type: {\n name: \"Uuid\"\n }\n },\n objectType: {\n serializedName: \"properties.objectType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n maxDegreeOfParallelismPerJob: {\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"properties.maxDegreeOfParallelismPerJob\",\n type: {\n name: \"Number\"\n }\n },\n minPriorityPerJob: {\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"properties.minPriorityPerJob\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const CreateFirewallRuleWithAccountParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CreateFirewallRuleWithAccountParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n startIpAddress: {\n serializedName: \"properties.startIpAddress\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n endIpAddress: {\n serializedName: \"properties.endIpAddress\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SubResource: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubResource\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UpdateDataLakeAnalyticsAccountParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateDataLakeAnalyticsAccountParameters\",\n modelProperties: {\n tags: {\n serializedName: \"tags\",\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"String\" } }\n }\n },\n dataLakeStoreAccounts: {\n serializedName: \"properties.dataLakeStoreAccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UpdateDataLakeStoreWithAccountParameters\"\n }\n }\n }\n },\n storageAccounts: {\n serializedName: \"properties.storageAccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UpdateStorageAccountWithAccountParameters\"\n }\n }\n }\n },\n computePolicies: {\n serializedName: \"properties.computePolicies\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UpdateComputePolicyWithAccountParameters\"\n }\n }\n }\n },\n firewallRules: {\n serializedName: \"properties.firewallRules\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"UpdateFirewallRuleWithAccountParameters\"\n }\n }\n }\n },\n firewallState: {\n serializedName: \"properties.firewallState\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Enabled\", \"Disabled\"]\n }\n },\n firewallAllowAzureIps: {\n serializedName: \"properties.firewallAllowAzureIps\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Enabled\", \"Disabled\"]\n }\n },\n newTier: {\n serializedName: \"properties.newTier\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Consumption\",\n \"Commitment_100AUHours\",\n \"Commitment_500AUHours\",\n \"Commitment_1000AUHours\",\n \"Commitment_5000AUHours\",\n \"Commitment_10000AUHours\",\n \"Commitment_50000AUHours\",\n \"Commitment_100000AUHours\",\n \"Commitment_500000AUHours\"\n ]\n }\n },\n maxJobCount: {\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"properties.maxJobCount\",\n type: {\n name: \"Number\"\n }\n },\n maxDegreeOfParallelism: {\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"properties.maxDegreeOfParallelism\",\n type: {\n name: \"Number\"\n }\n },\n maxDegreeOfParallelismPerJob: {\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"properties.maxDegreeOfParallelismPerJob\",\n type: {\n name: \"Number\"\n }\n },\n minPriorityPerJob: {\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"properties.minPriorityPerJob\",\n type: {\n name: \"Number\"\n }\n },\n queryStoreRetention: {\n constraints: {\n InclusiveMaximum: 180,\n InclusiveMinimum: 1\n },\n serializedName: \"properties.queryStoreRetention\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const UpdateDataLakeStoreWithAccountParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateDataLakeStoreWithAccountParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n suffix: {\n serializedName: \"properties.suffix\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UpdateStorageAccountWithAccountParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateStorageAccountWithAccountParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n accessKey: {\n serializedName: \"properties.accessKey\",\n type: {\n name: \"String\"\n }\n },\n suffix: {\n serializedName: \"properties.suffix\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UpdateComputePolicyWithAccountParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateComputePolicyWithAccountParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n objectId: {\n serializedName: \"properties.objectId\",\n type: {\n name: \"Uuid\"\n }\n },\n objectType: {\n serializedName: \"properties.objectType\",\n type: {\n name: \"String\"\n }\n },\n maxDegreeOfParallelismPerJob: {\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"properties.maxDegreeOfParallelismPerJob\",\n type: {\n name: \"Number\"\n }\n },\n minPriorityPerJob: {\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"properties.minPriorityPerJob\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const UpdateFirewallRuleWithAccountParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateFirewallRuleWithAccountParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n startIpAddress: {\n serializedName: \"properties.startIpAddress\",\n type: {\n name: \"String\"\n }\n },\n endIpAddress: {\n serializedName: \"properties.endIpAddress\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataLakeStoreAccountInformationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataLakeStoreAccountInformationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataLakeStoreAccountInformation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AddDataLakeStoreParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AddDataLakeStoreParameters\",\n modelProperties: {\n suffix: {\n serializedName: \"properties.suffix\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageAccountInformationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageAccountInformationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageAccountInformation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AddStorageAccountParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AddStorageAccountParameters\",\n modelProperties: {\n accessKey: {\n serializedName: \"properties.accessKey\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n suffix: {\n defaultValue: \"azuredatalakestore.net\",\n serializedName: \"properties.suffix\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UpdateStorageAccountParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateStorageAccountParameters\",\n modelProperties: {\n accessKey: {\n serializedName: \"properties.accessKey\",\n type: {\n name: \"String\"\n }\n },\n suffix: {\n serializedName: \"properties.suffix\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageContainerListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageContainerListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageContainer\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SasTokenInformationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SasTokenInformationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SasTokenInformation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SasTokenInformation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SasTokenInformation\",\n modelProperties: {\n accessToken: {\n serializedName: \"accessToken\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ComputePolicyListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ComputePolicyListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ComputePolicy\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CreateOrUpdateComputePolicyParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CreateOrUpdateComputePolicyParameters\",\n modelProperties: {\n objectId: {\n serializedName: \"properties.objectId\",\n required: true,\n type: {\n name: \"Uuid\"\n }\n },\n objectType: {\n serializedName: \"properties.objectType\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n maxDegreeOfParallelismPerJob: {\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"properties.maxDegreeOfParallelismPerJob\",\n type: {\n name: \"Number\"\n }\n },\n minPriorityPerJob: {\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"properties.minPriorityPerJob\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const UpdateComputePolicyParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateComputePolicyParameters\",\n modelProperties: {\n objectId: {\n serializedName: \"properties.objectId\",\n type: {\n name: \"Uuid\"\n }\n },\n objectType: {\n serializedName: \"properties.objectType\",\n type: {\n name: \"String\"\n }\n },\n maxDegreeOfParallelismPerJob: {\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"properties.maxDegreeOfParallelismPerJob\",\n type: {\n name: \"Number\"\n }\n },\n minPriorityPerJob: {\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"properties.minPriorityPerJob\",\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const FirewallRuleListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FirewallRuleListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FirewallRule\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CreateOrUpdateFirewallRuleParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CreateOrUpdateFirewallRuleParameters\",\n modelProperties: {\n startIpAddress: {\n serializedName: \"properties.startIpAddress\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n endIpAddress: {\n serializedName: \"properties.endIpAddress\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const UpdateFirewallRuleParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"UpdateFirewallRuleParameters\",\n modelProperties: {\n startIpAddress: {\n serializedName: \"properties.startIpAddress\",\n type: {\n name: \"String\"\n }\n },\n endIpAddress: {\n serializedName: \"properties.endIpAddress\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"OperationMetaPropertyInfo\"\n }\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationMetaPropertyInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationMetaPropertyInfo\",\n modelProperties: {\n serviceSpecification: {\n serializedName: \"serviceSpecification\",\n type: {\n name: \"Composite\",\n className: \"OperationMetaServiceSpecification\"\n }\n }\n }\n }\n};\n\nexport const OperationMetaServiceSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationMetaServiceSpecification\",\n modelProperties: {\n metricSpecifications: {\n serializedName: \"metricSpecifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationMetaMetricSpecification\"\n }\n }\n }\n },\n logSpecifications: {\n serializedName: \"logSpecifications\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationMetaLogSpecification\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OperationMetaMetricSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationMetaMetricSpecification\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n displayDescription: {\n serializedName: \"displayDescription\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n unit: {\n serializedName: \"unit\",\n type: {\n name: \"String\"\n }\n },\n aggregationType: {\n serializedName: \"aggregationType\",\n type: {\n name: \"String\"\n }\n },\n availabilities: {\n serializedName: \"availabilities\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationMetaMetricAvailabilitiesSpecification\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const OperationMetaMetricAvailabilitiesSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationMetaMetricAvailabilitiesSpecification\",\n modelProperties: {\n timeGrain: {\n serializedName: \"timeGrain\",\n type: {\n name: \"String\"\n }\n },\n blobDuration: {\n serializedName: \"blobDuration\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationMetaLogSpecification: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationMetaLogSpecification\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\"\n }\n },\n blobDuration: {\n serializedName: \"blobDuration\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CapabilityInformation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CapabilityInformation\",\n modelProperties: {\n subscriptionId: {\n serializedName: \"subscriptionId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n maxAccountCount: {\n serializedName: \"maxAccountCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n accountCount: {\n serializedName: \"accountCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n migrationState: {\n serializedName: \"migrationState\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n }\n }\n }\n};\n\nexport const CheckNameAvailabilityParameters: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckNameAvailabilityParameters\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n defaultValue: \"Microsoft.DataLakeAnalytics/accounts\",\n isConstant: true,\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const NameAvailabilityInformation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"NameAvailabilityInformation\",\n modelProperties: {\n nameAvailable: {\n serializedName: \"nameAvailable\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n reason: {\n serializedName: \"reason\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const VirtualNetworkRuleListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkRuleListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkRule\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const HiveMetastoreListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HiveMetastoreListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HiveMetastore\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataLakeAnalyticsAccountProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataLakeAnalyticsAccountProperties\",\n modelProperties: {\n ...DataLakeAnalyticsAccountPropertiesBasic.type.modelProperties,\n defaultDataLakeStoreAccountType: {\n serializedName: \"defaultDataLakeStoreAccountType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n defaultDataLakeStoreAccount: {\n serializedName: \"defaultDataLakeStoreAccount\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n dataLakeStoreAccounts: {\n serializedName: \"dataLakeStoreAccounts\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataLakeStoreAccountInformation\"\n }\n }\n }\n },\n publicDataLakeStoreAccounts: {\n serializedName: \"publicDataLakeStoreAccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataLakeStoreAccountInformation\"\n }\n }\n }\n },\n storageAccounts: {\n serializedName: \"storageAccounts\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageAccountInformation\"\n }\n }\n }\n },\n computePolicies: {\n serializedName: \"computePolicies\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ComputePolicy\"\n }\n }\n }\n },\n hiveMetastores: {\n serializedName: \"hiveMetastores\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HiveMetastore\"\n }\n }\n }\n },\n virtualNetworkRules: {\n serializedName: \"virtualNetworkRules\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkRule\"\n }\n }\n }\n },\n firewallRules: {\n serializedName: \"firewallRules\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FirewallRule\"\n }\n }\n }\n },\n firewallState: {\n serializedName: \"firewallState\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Enabled\", \"Disabled\"]\n }\n },\n firewallAllowAzureIps: {\n serializedName: \"firewallAllowAzureIps\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Enabled\", \"Disabled\"]\n }\n },\n newTier: {\n serializedName: \"newTier\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Consumption\",\n \"Commitment_100AUHours\",\n \"Commitment_500AUHours\",\n \"Commitment_1000AUHours\",\n \"Commitment_5000AUHours\",\n \"Commitment_10000AUHours\",\n \"Commitment_50000AUHours\",\n \"Commitment_100000AUHours\",\n \"Commitment_500000AUHours\"\n ]\n }\n },\n currentTier: {\n serializedName: \"currentTier\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Consumption\",\n \"Commitment_100AUHours\",\n \"Commitment_500AUHours\",\n \"Commitment_1000AUHours\",\n \"Commitment_5000AUHours\",\n \"Commitment_10000AUHours\",\n \"Commitment_50000AUHours\",\n \"Commitment_100000AUHours\",\n \"Commitment_500000AUHours\"\n ]\n }\n },\n maxJobCount: {\n defaultValue: 3,\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"maxJobCount\",\n type: {\n name: \"Number\"\n }\n },\n maxActiveJobCountPerUser: {\n serializedName: \"maxActiveJobCountPerUser\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n maxQueuedJobCountPerUser: {\n serializedName: \"maxQueuedJobCountPerUser\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n maxJobRunningTimeInMin: {\n serializedName: \"maxJobRunningTimeInMin\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n systemMaxJobCount: {\n serializedName: \"systemMaxJobCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n maxDegreeOfParallelism: {\n defaultValue: 30,\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"maxDegreeOfParallelism\",\n type: {\n name: \"Number\"\n }\n },\n systemMaxDegreeOfParallelism: {\n serializedName: \"systemMaxDegreeOfParallelism\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n maxDegreeOfParallelismPerJob: {\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"maxDegreeOfParallelismPerJob\",\n type: {\n name: \"Number\"\n }\n },\n minPriorityPerJob: {\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"minPriorityPerJob\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n queryStoreRetention: {\n defaultValue: 30,\n constraints: {\n InclusiveMaximum: 180,\n InclusiveMinimum: 1\n },\n serializedName: \"queryStoreRetention\",\n type: {\n name: \"Number\"\n }\n },\n debugDataAccessLevel: {\n serializedName: \"debugDataAccessLevel\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"All\", \"Customer\", \"None\"]\n }\n }\n }\n }\n};\n\nexport const DataLakeAnalyticsAccountBasic: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataLakeAnalyticsAccountBasic\",\n modelProperties: {\n ...Resource.type.modelProperties,\n accountId: {\n serializedName: \"properties.accountId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Failed\",\n \"Creating\",\n \"Running\",\n \"Succeeded\",\n \"Patching\",\n \"Suspending\",\n \"Resuming\",\n \"Deleting\",\n \"Deleted\",\n \"Undeleting\",\n \"Canceled\"\n ]\n }\n },\n state: {\n serializedName: \"properties.state\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"Active\", \"Suspended\"]\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endpoint: {\n serializedName: \"properties.endpoint\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const DataLakeAnalyticsAccount: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataLakeAnalyticsAccount\",\n modelProperties: {\n ...Resource.type.modelProperties,\n accountId: {\n serializedName: \"properties.accountId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n provisioningState: {\n serializedName: \"properties.provisioningState\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Failed\",\n \"Creating\",\n \"Running\",\n \"Succeeded\",\n \"Patching\",\n \"Suspending\",\n \"Resuming\",\n \"Deleting\",\n \"Deleted\",\n \"Undeleting\",\n \"Canceled\"\n ]\n }\n },\n state: {\n serializedName: \"properties.state\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"Active\", \"Suspended\"]\n }\n },\n creationTime: {\n serializedName: \"properties.creationTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n },\n endpoint: {\n serializedName: \"properties.endpoint\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n defaultDataLakeStoreAccountType: {\n serializedName: \"properties.defaultDataLakeStoreAccountType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n defaultDataLakeStoreAccount: {\n serializedName: \"properties.defaultDataLakeStoreAccount\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n dataLakeStoreAccounts: {\n serializedName: \"properties.dataLakeStoreAccounts\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataLakeStoreAccountInformation\"\n }\n }\n }\n },\n publicDataLakeStoreAccounts: {\n serializedName: \"properties.publicDataLakeStoreAccounts\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"DataLakeStoreAccountInformation\"\n }\n }\n }\n },\n storageAccounts: {\n serializedName: \"properties.storageAccounts\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"StorageAccountInformation\"\n }\n }\n }\n },\n computePolicies: {\n serializedName: \"properties.computePolicies\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ComputePolicy\"\n }\n }\n }\n },\n hiveMetastores: {\n serializedName: \"properties.hiveMetastores\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"HiveMetastore\"\n }\n }\n }\n },\n virtualNetworkRules: {\n serializedName: \"properties.virtualNetworkRules\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkRule\"\n }\n }\n }\n },\n firewallRules: {\n serializedName: \"properties.firewallRules\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"FirewallRule\"\n }\n }\n }\n },\n firewallState: {\n serializedName: \"properties.firewallState\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Enabled\", \"Disabled\"]\n }\n },\n firewallAllowAzureIps: {\n serializedName: \"properties.firewallAllowAzureIps\",\n type: {\n name: \"Enum\",\n allowedValues: [\"Enabled\", \"Disabled\"]\n }\n },\n newTier: {\n serializedName: \"properties.newTier\",\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Consumption\",\n \"Commitment_100AUHours\",\n \"Commitment_500AUHours\",\n \"Commitment_1000AUHours\",\n \"Commitment_5000AUHours\",\n \"Commitment_10000AUHours\",\n \"Commitment_50000AUHours\",\n \"Commitment_100000AUHours\",\n \"Commitment_500000AUHours\"\n ]\n }\n },\n currentTier: {\n serializedName: \"properties.currentTier\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\n \"Consumption\",\n \"Commitment_100AUHours\",\n \"Commitment_500AUHours\",\n \"Commitment_1000AUHours\",\n \"Commitment_5000AUHours\",\n \"Commitment_10000AUHours\",\n \"Commitment_50000AUHours\",\n \"Commitment_100000AUHours\",\n \"Commitment_500000AUHours\"\n ]\n }\n },\n maxJobCount: {\n defaultValue: 3,\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"properties.maxJobCount\",\n type: {\n name: \"Number\"\n }\n },\n maxActiveJobCountPerUser: {\n serializedName: \"properties.maxActiveJobCountPerUser\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n maxQueuedJobCountPerUser: {\n serializedName: \"properties.maxQueuedJobCountPerUser\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n maxJobRunningTimeInMin: {\n serializedName: \"properties.maxJobRunningTimeInMin\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n systemMaxJobCount: {\n serializedName: \"properties.systemMaxJobCount\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n maxDegreeOfParallelism: {\n defaultValue: 30,\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"properties.maxDegreeOfParallelism\",\n type: {\n name: \"Number\"\n }\n },\n systemMaxDegreeOfParallelism: {\n serializedName: \"properties.systemMaxDegreeOfParallelism\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n maxDegreeOfParallelismPerJob: {\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"properties.maxDegreeOfParallelismPerJob\",\n type: {\n name: \"Number\"\n }\n },\n minPriorityPerJob: {\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"properties.minPriorityPerJob\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n queryStoreRetention: {\n defaultValue: 30,\n constraints: {\n InclusiveMaximum: 180,\n InclusiveMinimum: 1\n },\n serializedName: \"properties.queryStoreRetention\",\n type: {\n name: \"Number\"\n }\n },\n debugDataAccessLevel: {\n serializedName: \"properties.debugDataAccessLevel\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"All\", \"Customer\", \"None\"]\n }\n }\n }\n }\n};\n\nexport const DataLakeStoreAccountInformation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"DataLakeStoreAccountInformation\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n suffix: {\n serializedName: \"properties.suffix\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageAccountInformation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageAccountInformation\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n suffix: {\n serializedName: \"properties.suffix\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ComputePolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ComputePolicy\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n objectId: {\n serializedName: \"properties.objectId\",\n readOnly: true,\n type: {\n name: \"Uuid\"\n }\n },\n objectType: {\n serializedName: \"properties.objectType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n maxDegreeOfParallelismPerJob: {\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"properties.maxDegreeOfParallelismPerJob\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n },\n minPriorityPerJob: {\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"properties.minPriorityPerJob\",\n readOnly: true,\n type: {\n name: \"Number\"\n }\n }\n }\n }\n};\n\nexport const HiveMetastore: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"HiveMetastore\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n serverUri: {\n serializedName: \"properties.serverUri\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n databaseName: {\n serializedName: \"properties.databaseName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n runtimeVersion: {\n serializedName: \"properties.runtimeVersion\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n userName: {\n serializedName: \"properties.userName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n password: {\n serializedName: \"properties.password\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n nestedResourceProvisioningState: {\n serializedName: \"properties.nestedResourceProvisioningState\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"Succeeded\", \"Canceled\", \"Failed\"]\n }\n }\n }\n }\n};\n\nexport const VirtualNetworkRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"VirtualNetworkRule\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n subnetId: {\n serializedName: \"properties.subnetId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n virtualNetworkRuleState: {\n serializedName: \"properties.virtualNetworkRuleState\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"Active\", \"NetworkSourceDeleted\", \"Failed\"]\n }\n }\n }\n }\n};\n\nexport const FirewallRule: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"FirewallRule\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n startIpAddress: {\n serializedName: \"properties.startIpAddress\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n endIpAddress: {\n serializedName: \"properties.endIpAddress\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const StorageContainer: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"StorageContainer\",\n modelProperties: {\n ...SubResource.type.modelProperties,\n lastModifiedTime: {\n serializedName: \"properties.lastModifiedTime\",\n readOnly: true,\n type: {\n name: \"DateTime\"\n }\n }\n }\n }\n};\n"]}
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
|
|
2
|
+
export declare const accept: OperationParameter;
|
|
3
|
+
export declare const $host: OperationURLParameter;
|
|
4
|
+
export declare const subscriptionId: OperationURLParameter;
|
|
5
|
+
export declare const filter: OperationQueryParameter;
|
|
6
|
+
export declare const top: OperationQueryParameter;
|
|
7
|
+
export declare const skip: OperationQueryParameter;
|
|
8
|
+
export declare const select: OperationQueryParameter;
|
|
9
|
+
export declare const orderby: OperationQueryParameter;
|
|
10
|
+
export declare const count: OperationQueryParameter;
|
|
11
|
+
export declare const apiVersion: OperationQueryParameter;
|
|
12
|
+
export declare const resourceGroupName: OperationURLParameter;
|
|
13
|
+
export declare const contentType: OperationParameter;
|
|
14
|
+
export declare const parameters: OperationParameter;
|
|
15
|
+
export declare const accountName: OperationURLParameter;
|
|
16
|
+
export declare const parameters1: OperationParameter;
|
|
17
|
+
export declare const parameters2: OperationParameter;
|
|
18
|
+
export declare const location: OperationURLParameter;
|
|
19
|
+
export declare const nextLink: OperationURLParameter;
|
|
20
|
+
export declare const parameters3: OperationParameter;
|
|
21
|
+
export declare const dataLakeStoreAccountName: OperationURLParameter;
|
|
22
|
+
export declare const parameters4: OperationParameter;
|
|
23
|
+
export declare const storageAccountName: OperationURLParameter;
|
|
24
|
+
export declare const parameters5: OperationParameter;
|
|
25
|
+
export declare const containerName: OperationURLParameter;
|
|
26
|
+
export declare const parameters6: OperationParameter;
|
|
27
|
+
export declare const computePolicyName: OperationURLParameter;
|
|
28
|
+
export declare const parameters7: OperationParameter;
|
|
29
|
+
export declare const parameters8: OperationParameter;
|
|
30
|
+
export declare const firewallRuleName: OperationURLParameter;
|
|
31
|
+
export declare const parameters9: OperationParameter;
|
|
32
|
+
//# sourceMappingURL=parameters.d.ts.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAc5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,uBAQpB,CAAC;AAEF,eAAO,MAAM,GAAG,EAAE,uBAWjB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,uBAWlB,CAAC;AAEF,eAAO,MAAM,MAAM,EAAE,uBAQpB,CAAC;AAEF,eAAO,MAAM,OAAO,EAAE,uBAQrB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,uBAQnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAS/B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBASzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAStB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,qBAStC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,kBAAkB,EAAE,qBAShC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,aAAa,EAAE,qBAS3B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,iBAAiB,EAAE,qBAS/B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,qBAS9B,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAGzB,CAAC"}
|
|
@@ -0,0 +1,254 @@
|
|
|
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 { CreateDataLakeAnalyticsAccountParameters as CreateDataLakeAnalyticsAccountParametersMapper, UpdateDataLakeAnalyticsAccountParameters as UpdateDataLakeAnalyticsAccountParametersMapper, CheckNameAvailabilityParameters as CheckNameAvailabilityParametersMapper, AddDataLakeStoreParameters as AddDataLakeStoreParametersMapper, AddStorageAccountParameters as AddStorageAccountParametersMapper, UpdateStorageAccountParameters as UpdateStorageAccountParametersMapper, CreateOrUpdateComputePolicyParameters as CreateOrUpdateComputePolicyParametersMapper, UpdateComputePolicyParameters as UpdateComputePolicyParametersMapper, CreateOrUpdateFirewallRuleParameters as CreateOrUpdateFirewallRuleParametersMapper, UpdateFirewallRuleParameters as UpdateFirewallRuleParametersMapper } from "../models/mappers.js";
|
|
9
|
+
export const accept = {
|
|
10
|
+
parameterPath: "accept",
|
|
11
|
+
mapper: {
|
|
12
|
+
defaultValue: "application/json",
|
|
13
|
+
isConstant: true,
|
|
14
|
+
serializedName: "Accept",
|
|
15
|
+
type: {
|
|
16
|
+
name: "String"
|
|
17
|
+
}
|
|
18
|
+
}
|
|
19
|
+
};
|
|
20
|
+
export const $host = {
|
|
21
|
+
parameterPath: "$host",
|
|
22
|
+
mapper: {
|
|
23
|
+
serializedName: "$host",
|
|
24
|
+
required: true,
|
|
25
|
+
type: {
|
|
26
|
+
name: "String"
|
|
27
|
+
}
|
|
28
|
+
},
|
|
29
|
+
skipEncoding: true
|
|
30
|
+
};
|
|
31
|
+
export const subscriptionId = {
|
|
32
|
+
parameterPath: "subscriptionId",
|
|
33
|
+
mapper: {
|
|
34
|
+
serializedName: "subscriptionId",
|
|
35
|
+
required: true,
|
|
36
|
+
type: {
|
|
37
|
+
name: "String"
|
|
38
|
+
}
|
|
39
|
+
}
|
|
40
|
+
};
|
|
41
|
+
export const filter = {
|
|
42
|
+
parameterPath: ["options", "filter"],
|
|
43
|
+
mapper: {
|
|
44
|
+
serializedName: "$filter",
|
|
45
|
+
type: {
|
|
46
|
+
name: "String"
|
|
47
|
+
}
|
|
48
|
+
}
|
|
49
|
+
};
|
|
50
|
+
export const top = {
|
|
51
|
+
parameterPath: ["options", "top"],
|
|
52
|
+
mapper: {
|
|
53
|
+
constraints: {
|
|
54
|
+
InclusiveMinimum: 1
|
|
55
|
+
},
|
|
56
|
+
serializedName: "$top",
|
|
57
|
+
type: {
|
|
58
|
+
name: "Number"
|
|
59
|
+
}
|
|
60
|
+
}
|
|
61
|
+
};
|
|
62
|
+
export const skip = {
|
|
63
|
+
parameterPath: ["options", "skip"],
|
|
64
|
+
mapper: {
|
|
65
|
+
constraints: {
|
|
66
|
+
InclusiveMinimum: 1
|
|
67
|
+
},
|
|
68
|
+
serializedName: "$skip",
|
|
69
|
+
type: {
|
|
70
|
+
name: "Number"
|
|
71
|
+
}
|
|
72
|
+
}
|
|
73
|
+
};
|
|
74
|
+
export const select = {
|
|
75
|
+
parameterPath: ["options", "select"],
|
|
76
|
+
mapper: {
|
|
77
|
+
serializedName: "$select",
|
|
78
|
+
type: {
|
|
79
|
+
name: "String"
|
|
80
|
+
}
|
|
81
|
+
}
|
|
82
|
+
};
|
|
83
|
+
export const orderby = {
|
|
84
|
+
parameterPath: ["options", "orderby"],
|
|
85
|
+
mapper: {
|
|
86
|
+
serializedName: "$orderby",
|
|
87
|
+
type: {
|
|
88
|
+
name: "String"
|
|
89
|
+
}
|
|
90
|
+
}
|
|
91
|
+
};
|
|
92
|
+
export const count = {
|
|
93
|
+
parameterPath: ["options", "count"],
|
|
94
|
+
mapper: {
|
|
95
|
+
serializedName: "$count",
|
|
96
|
+
type: {
|
|
97
|
+
name: "Boolean"
|
|
98
|
+
}
|
|
99
|
+
}
|
|
100
|
+
};
|
|
101
|
+
export const apiVersion = {
|
|
102
|
+
parameterPath: "apiVersion",
|
|
103
|
+
mapper: {
|
|
104
|
+
defaultValue: "2019-11-01-preview",
|
|
105
|
+
isConstant: true,
|
|
106
|
+
serializedName: "api-version",
|
|
107
|
+
type: {
|
|
108
|
+
name: "String"
|
|
109
|
+
}
|
|
110
|
+
}
|
|
111
|
+
};
|
|
112
|
+
export const resourceGroupName = {
|
|
113
|
+
parameterPath: "resourceGroupName",
|
|
114
|
+
mapper: {
|
|
115
|
+
serializedName: "resourceGroupName",
|
|
116
|
+
required: true,
|
|
117
|
+
type: {
|
|
118
|
+
name: "String"
|
|
119
|
+
}
|
|
120
|
+
}
|
|
121
|
+
};
|
|
122
|
+
export const contentType = {
|
|
123
|
+
parameterPath: ["options", "contentType"],
|
|
124
|
+
mapper: {
|
|
125
|
+
defaultValue: "application/json",
|
|
126
|
+
isConstant: true,
|
|
127
|
+
serializedName: "Content-Type",
|
|
128
|
+
type: {
|
|
129
|
+
name: "String"
|
|
130
|
+
}
|
|
131
|
+
}
|
|
132
|
+
};
|
|
133
|
+
export const parameters = {
|
|
134
|
+
parameterPath: "parameters",
|
|
135
|
+
mapper: CreateDataLakeAnalyticsAccountParametersMapper
|
|
136
|
+
};
|
|
137
|
+
export const accountName = {
|
|
138
|
+
parameterPath: "accountName",
|
|
139
|
+
mapper: {
|
|
140
|
+
serializedName: "accountName",
|
|
141
|
+
required: true,
|
|
142
|
+
type: {
|
|
143
|
+
name: "String"
|
|
144
|
+
}
|
|
145
|
+
}
|
|
146
|
+
};
|
|
147
|
+
export const parameters1 = {
|
|
148
|
+
parameterPath: ["options", "parameters"],
|
|
149
|
+
mapper: UpdateDataLakeAnalyticsAccountParametersMapper
|
|
150
|
+
};
|
|
151
|
+
export const parameters2 = {
|
|
152
|
+
parameterPath: "parameters",
|
|
153
|
+
mapper: CheckNameAvailabilityParametersMapper
|
|
154
|
+
};
|
|
155
|
+
export const location = {
|
|
156
|
+
parameterPath: "location",
|
|
157
|
+
mapper: {
|
|
158
|
+
serializedName: "location",
|
|
159
|
+
required: true,
|
|
160
|
+
type: {
|
|
161
|
+
name: "String"
|
|
162
|
+
}
|
|
163
|
+
}
|
|
164
|
+
};
|
|
165
|
+
export const nextLink = {
|
|
166
|
+
parameterPath: "nextLink",
|
|
167
|
+
mapper: {
|
|
168
|
+
serializedName: "nextLink",
|
|
169
|
+
required: true,
|
|
170
|
+
type: {
|
|
171
|
+
name: "String"
|
|
172
|
+
}
|
|
173
|
+
},
|
|
174
|
+
skipEncoding: true
|
|
175
|
+
};
|
|
176
|
+
export const parameters3 = {
|
|
177
|
+
parameterPath: ["options", "parameters"],
|
|
178
|
+
mapper: AddDataLakeStoreParametersMapper
|
|
179
|
+
};
|
|
180
|
+
export const dataLakeStoreAccountName = {
|
|
181
|
+
parameterPath: "dataLakeStoreAccountName",
|
|
182
|
+
mapper: {
|
|
183
|
+
serializedName: "dataLakeStoreAccountName",
|
|
184
|
+
required: true,
|
|
185
|
+
type: {
|
|
186
|
+
name: "String"
|
|
187
|
+
}
|
|
188
|
+
}
|
|
189
|
+
};
|
|
190
|
+
export const parameters4 = {
|
|
191
|
+
parameterPath: "parameters",
|
|
192
|
+
mapper: AddStorageAccountParametersMapper
|
|
193
|
+
};
|
|
194
|
+
export const storageAccountName = {
|
|
195
|
+
parameterPath: "storageAccountName",
|
|
196
|
+
mapper: {
|
|
197
|
+
serializedName: "storageAccountName",
|
|
198
|
+
required: true,
|
|
199
|
+
type: {
|
|
200
|
+
name: "String"
|
|
201
|
+
}
|
|
202
|
+
}
|
|
203
|
+
};
|
|
204
|
+
export const parameters5 = {
|
|
205
|
+
parameterPath: ["options", "parameters"],
|
|
206
|
+
mapper: UpdateStorageAccountParametersMapper
|
|
207
|
+
};
|
|
208
|
+
export const containerName = {
|
|
209
|
+
parameterPath: "containerName",
|
|
210
|
+
mapper: {
|
|
211
|
+
serializedName: "containerName",
|
|
212
|
+
required: true,
|
|
213
|
+
type: {
|
|
214
|
+
name: "String"
|
|
215
|
+
}
|
|
216
|
+
}
|
|
217
|
+
};
|
|
218
|
+
export const parameters6 = {
|
|
219
|
+
parameterPath: "parameters",
|
|
220
|
+
mapper: CreateOrUpdateComputePolicyParametersMapper
|
|
221
|
+
};
|
|
222
|
+
export const computePolicyName = {
|
|
223
|
+
parameterPath: "computePolicyName",
|
|
224
|
+
mapper: {
|
|
225
|
+
serializedName: "computePolicyName",
|
|
226
|
+
required: true,
|
|
227
|
+
type: {
|
|
228
|
+
name: "String"
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
};
|
|
232
|
+
export const parameters7 = {
|
|
233
|
+
parameterPath: ["options", "parameters"],
|
|
234
|
+
mapper: UpdateComputePolicyParametersMapper
|
|
235
|
+
};
|
|
236
|
+
export const parameters8 = {
|
|
237
|
+
parameterPath: "parameters",
|
|
238
|
+
mapper: CreateOrUpdateFirewallRuleParametersMapper
|
|
239
|
+
};
|
|
240
|
+
export const firewallRuleName = {
|
|
241
|
+
parameterPath: "firewallRuleName",
|
|
242
|
+
mapper: {
|
|
243
|
+
serializedName: "firewallRuleName",
|
|
244
|
+
required: true,
|
|
245
|
+
type: {
|
|
246
|
+
name: "String"
|
|
247
|
+
}
|
|
248
|
+
}
|
|
249
|
+
};
|
|
250
|
+
export const parameters9 = {
|
|
251
|
+
parameterPath: ["options", "parameters"],
|
|
252
|
+
mapper: UpdateFirewallRuleParametersMapper
|
|
253
|
+
};
|
|
254
|
+
//# sourceMappingURL=parameters.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.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 {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n CreateDataLakeAnalyticsAccountParameters as CreateDataLakeAnalyticsAccountParametersMapper,\n UpdateDataLakeAnalyticsAccountParameters as UpdateDataLakeAnalyticsAccountParametersMapper,\n CheckNameAvailabilityParameters as CheckNameAvailabilityParametersMapper,\n AddDataLakeStoreParameters as AddDataLakeStoreParametersMapper,\n AddStorageAccountParameters as AddStorageAccountParametersMapper,\n UpdateStorageAccountParameters as UpdateStorageAccountParametersMapper,\n CreateOrUpdateComputePolicyParameters as CreateOrUpdateComputePolicyParametersMapper,\n UpdateComputePolicyParameters as UpdateComputePolicyParametersMapper,\n CreateOrUpdateFirewallRuleParameters as CreateOrUpdateFirewallRuleParametersMapper,\n UpdateFirewallRuleParameters as UpdateFirewallRuleParametersMapper\n} from \"../models/mappers.js\";\n\nexport const accept: OperationParameter = {\n parameterPath: \"accept\",\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Accept\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const $host: OperationURLParameter = {\n parameterPath: \"$host\",\n mapper: {\n serializedName: \"$host\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const filter: OperationQueryParameter = {\n parameterPath: [\"options\", \"filter\"],\n mapper: {\n serializedName: \"$filter\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const top: OperationQueryParameter = {\n parameterPath: [\"options\", \"top\"],\n mapper: {\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"$top\",\n type: {\n name: \"Number\"\n }\n }\n};\n\nexport const skip: OperationQueryParameter = {\n parameterPath: [\"options\", \"skip\"],\n mapper: {\n constraints: {\n InclusiveMinimum: 1\n },\n serializedName: \"$skip\",\n type: {\n name: \"Number\"\n }\n }\n};\n\nexport const select: OperationQueryParameter = {\n parameterPath: [\"options\", \"select\"],\n mapper: {\n serializedName: \"$select\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const orderby: OperationQueryParameter = {\n parameterPath: [\"options\", \"orderby\"],\n mapper: {\n serializedName: \"$orderby\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const count: OperationQueryParameter = {\n parameterPath: [\"options\", \"count\"],\n mapper: {\n serializedName: \"$count\",\n type: {\n name: \"Boolean\"\n }\n }\n};\n\nexport const apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2019-11-01-preview\",\n isConstant: true,\n serializedName: \"api-version\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const resourceGroupName: OperationURLParameter = {\n parameterPath: \"resourceGroupName\",\n mapper: {\n serializedName: \"resourceGroupName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: CreateDataLakeAnalyticsAccountParametersMapper\n};\n\nexport const accountName: OperationURLParameter = {\n parameterPath: \"accountName\",\n mapper: {\n serializedName: \"accountName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters1: OperationParameter = {\n parameterPath: [\"options\", \"parameters\"],\n mapper: UpdateDataLakeAnalyticsAccountParametersMapper\n};\n\nexport const parameters2: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: CheckNameAvailabilityParametersMapper\n};\n\nexport const location: OperationURLParameter = {\n parameterPath: \"location\",\n mapper: {\n serializedName: \"location\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const nextLink: OperationURLParameter = {\n parameterPath: \"nextLink\",\n mapper: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n skipEncoding: true\n};\n\nexport const parameters3: OperationParameter = {\n parameterPath: [\"options\", \"parameters\"],\n mapper: AddDataLakeStoreParametersMapper\n};\n\nexport const dataLakeStoreAccountName: OperationURLParameter = {\n parameterPath: \"dataLakeStoreAccountName\",\n mapper: {\n serializedName: \"dataLakeStoreAccountName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters4: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: AddStorageAccountParametersMapper\n};\n\nexport const storageAccountName: OperationURLParameter = {\n parameterPath: \"storageAccountName\",\n mapper: {\n serializedName: \"storageAccountName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters5: OperationParameter = {\n parameterPath: [\"options\", \"parameters\"],\n mapper: UpdateStorageAccountParametersMapper\n};\n\nexport const containerName: OperationURLParameter = {\n parameterPath: \"containerName\",\n mapper: {\n serializedName: \"containerName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters6: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: CreateOrUpdateComputePolicyParametersMapper\n};\n\nexport const computePolicyName: OperationURLParameter = {\n parameterPath: \"computePolicyName\",\n mapper: {\n serializedName: \"computePolicyName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters7: OperationParameter = {\n parameterPath: [\"options\", \"parameters\"],\n mapper: UpdateComputePolicyParametersMapper\n};\n\nexport const parameters8: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: CreateOrUpdateFirewallRuleParametersMapper\n};\n\nexport const firewallRuleName: OperationURLParameter = {\n parameterPath: \"firewallRuleName\",\n mapper: {\n serializedName: \"firewallRuleName\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters9: OperationParameter = {\n parameterPath: [\"options\", \"parameters\"],\n mapper: UpdateFirewallRuleParametersMapper\n};\n"]}
|