@azure/arm-subscriptions 6.0.0 → 7.0.0-beta.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +10 -10
- package/dist/browser/api/alias/index.d.ts +3 -0
- package/dist/browser/api/alias/index.js +4 -0
- package/dist/browser/api/alias/index.js.map +1 -0
- package/dist/browser/api/alias/operations.d.ts +23 -0
- package/dist/browser/api/alias/operations.js +118 -0
- package/dist/browser/api/alias/operations.js.map +1 -0
- package/dist/browser/api/alias/options.d.ts +16 -0
- package/dist/{esm/operationsInterfaces/alias.js → browser/api/alias/options.js} +1 -1
- package/dist/browser/api/alias/options.js.map +1 -0
- package/dist/browser/api/billingAccount/index.d.ts +3 -0
- package/dist/browser/api/billingAccount/index.js +4 -0
- package/dist/browser/api/billingAccount/index.js.map +1 -0
- package/dist/browser/api/billingAccount/operations.d.ts +9 -0
- package/dist/browser/api/billingAccount/operations.js +32 -0
- package/dist/browser/api/billingAccount/operations.js.map +1 -0
- package/dist/browser/api/billingAccount/options.d.ts +5 -0
- package/dist/{esm/operationsInterfaces/operations.js → browser/api/billingAccount/options.js} +1 -1
- package/dist/browser/api/billingAccount/options.js.map +1 -0
- package/dist/browser/api/index.d.ts +3 -0
- package/dist/browser/api/index.js +4 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/{operationsInterfaces/subscription.js → api/operations/index.js} +2 -2
- package/dist/browser/api/operations/index.js.map +1 -0
- package/dist/browser/api/operations/operations.d.ts +10 -0
- package/dist/browser/api/operations/operations.js +35 -0
- package/dist/browser/api/operations/operations.js.map +1 -0
- package/dist/browser/api/operations/options.d.ts +5 -0
- package/dist/browser/api/operations/options.js +4 -0
- package/dist/browser/api/operations/options.js.map +1 -0
- package/dist/browser/api/subscription/index.d.ts +3 -0
- package/dist/browser/api/subscription/index.js +4 -0
- package/dist/browser/api/subscription/index.js.map +1 -0
- package/dist/browser/api/subscription/operations.d.ts +26 -0
- package/dist/browser/api/subscription/operations.js +145 -0
- package/dist/browser/api/subscription/operations.js.map +1 -0
- package/dist/browser/api/subscription/options.d.ts +19 -0
- package/dist/browser/api/subscription/options.js +4 -0
- package/dist/browser/api/subscription/options.js.map +1 -0
- package/dist/browser/api/subscriptionContext.d.ts +18 -0
- package/dist/browser/api/subscriptionContext.js +23 -0
- package/dist/browser/api/subscriptionContext.js.map +1 -0
- package/dist/browser/api/subscriptionOperation/index.d.ts +3 -0
- package/dist/browser/{operationsInterfaces/operations.js → api/subscriptionOperation/index.js} +2 -2
- package/dist/browser/api/subscriptionOperation/index.js.map +1 -0
- package/dist/browser/api/subscriptionOperation/operations.d.ts +9 -0
- package/dist/browser/api/subscriptionOperation/operations.js +32 -0
- package/dist/browser/api/subscriptionOperation/operations.js.map +1 -0
- package/dist/browser/api/subscriptionOperation/options.d.ts +5 -0
- package/dist/browser/api/subscriptionOperation/options.js +4 -0
- package/dist/browser/api/subscriptionOperation/options.js.map +1 -0
- package/dist/browser/api/subscriptionPolicy/index.d.ts +3 -0
- package/dist/browser/api/subscriptionPolicy/index.js +4 -0
- package/dist/browser/api/subscriptionPolicy/index.js.map +1 -0
- package/dist/browser/api/subscriptionPolicy/operations.d.ts +18 -0
- package/dist/browser/api/subscriptionPolicy/operations.js +87 -0
- package/dist/browser/api/subscriptionPolicy/operations.js.map +1 -0
- package/dist/browser/api/subscriptionPolicy/options.d.ts +11 -0
- package/dist/browser/api/subscriptionPolicy/options.js +4 -0
- package/dist/browser/api/subscriptionPolicy/options.js.map +1 -0
- package/dist/browser/api/subscriptions/index.d.ts +3 -0
- package/dist/browser/api/subscriptions/index.js +4 -0
- package/dist/browser/api/subscriptions/index.js.map +1 -0
- package/dist/browser/api/subscriptions/operations.d.ts +30 -0
- package/dist/browser/api/subscriptions/operations.js +162 -0
- package/dist/browser/api/subscriptions/operations.js.map +1 -0
- package/dist/browser/api/subscriptions/options.d.ts +20 -0
- package/dist/browser/api/subscriptions/options.js +4 -0
- package/dist/browser/api/subscriptions/options.js.map +1 -0
- package/dist/browser/classic/alias/index.d.ts +23 -0
- package/dist/browser/classic/alias/index.js +26 -0
- package/dist/browser/classic/alias/index.js.map +1 -0
- package/dist/browser/classic/billingAccount/index.d.ts +10 -0
- package/dist/browser/classic/billingAccount/index.js +14 -0
- package/dist/browser/classic/billingAccount/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +8 -0
- package/dist/{react-native/operationsInterfaces/alias.js → browser/classic/index.js} +1 -1
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/operations/index.d.ts +11 -0
- package/dist/browser/classic/operations/index.js +14 -0
- package/dist/browser/classic/operations/index.js.map +1 -0
- package/dist/browser/classic/subscription/index.d.ts +24 -0
- package/dist/browser/classic/subscription/index.js +27 -0
- package/dist/browser/classic/subscription/index.js.map +1 -0
- package/dist/browser/classic/subscriptionOperation/index.d.ts +10 -0
- package/dist/browser/classic/subscriptionOperation/index.js +14 -0
- package/dist/browser/classic/subscriptionOperation/index.js.map +1 -0
- package/dist/browser/classic/subscriptionPolicy/index.d.ts +15 -0
- package/dist/browser/classic/subscriptionPolicy/index.js +16 -0
- package/dist/browser/classic/subscriptionPolicy/index.js.map +1 -0
- package/dist/browser/classic/subscriptions/index.d.ts +21 -0
- package/dist/browser/classic/subscriptions/index.js +19 -0
- package/dist/browser/classic/subscriptions/index.js.map +1 -0
- package/dist/browser/index.d.ts +19 -3
- package/dist/browser/index.js +4 -6
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/logger.d.ts +2 -0
- package/dist/browser/logger.js +5 -0
- package/dist/browser/logger.js.map +1 -0
- package/dist/browser/models/index.d.ts +2 -568
- package/dist/browser/models/index.js +1 -50
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +517 -0
- package/dist/browser/models/models.js +428 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +102 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/browser/subscriptionClient.d.ts +30 -21
- package/dist/browser/subscriptionClient.js +40 -96
- package/dist/browser/subscriptionClient.js.map +1 -1
- package/dist/commonjs/api/alias/index.d.ts +3 -0
- package/dist/commonjs/api/alias/index.js +34 -0
- package/dist/commonjs/api/alias/index.js.map +7 -0
- package/dist/commonjs/api/alias/operations.d.ts +23 -0
- package/dist/commonjs/api/alias/operations.js +182 -0
- package/dist/commonjs/api/alias/operations.js.map +7 -0
- package/dist/commonjs/api/alias/options.d.ts +16 -0
- package/dist/commonjs/api/alias/options.js +16 -0
- package/dist/commonjs/api/alias/options.js.map +7 -0
- package/dist/commonjs/api/billingAccount/index.d.ts +3 -0
- package/dist/commonjs/api/billingAccount/index.js +28 -0
- package/dist/commonjs/api/billingAccount/index.js.map +7 -0
- package/dist/commonjs/api/billingAccount/operations.d.ts +9 -0
- package/dist/commonjs/api/billingAccount/operations.js +63 -0
- package/dist/commonjs/api/billingAccount/operations.js.map +7 -0
- package/dist/commonjs/api/billingAccount/options.d.ts +5 -0
- package/dist/commonjs/api/billingAccount/options.js +16 -0
- package/dist/commonjs/api/billingAccount/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +3 -0
- package/dist/commonjs/api/index.js +28 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +72 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/subscription/index.d.ts +3 -0
- package/dist/commonjs/api/subscription/index.js +36 -0
- package/dist/commonjs/api/subscription/index.js.map +7 -0
- package/dist/commonjs/api/subscription/operations.d.ts +26 -0
- package/dist/commonjs/api/subscription/operations.js +212 -0
- package/dist/commonjs/api/subscription/operations.js.map +7 -0
- package/dist/commonjs/api/subscription/options.d.ts +19 -0
- package/dist/commonjs/api/subscription/options.js +16 -0
- package/dist/commonjs/api/subscription/options.js.map +7 -0
- package/dist/commonjs/api/subscriptionContext.d.ts +18 -0
- package/dist/commonjs/api/subscriptionContext.js +45 -0
- package/dist/commonjs/api/subscriptionContext.js.map +7 -0
- package/dist/commonjs/api/subscriptionOperation/index.d.ts +3 -0
- package/dist/commonjs/api/subscriptionOperation/index.js +28 -0
- package/dist/commonjs/api/subscriptionOperation/index.js.map +7 -0
- package/dist/commonjs/api/subscriptionOperation/operations.d.ts +9 -0
- package/dist/commonjs/api/subscriptionOperation/operations.js +63 -0
- package/dist/commonjs/api/subscriptionOperation/operations.js.map +7 -0
- package/dist/commonjs/api/subscriptionOperation/options.d.ts +5 -0
- package/dist/commonjs/api/subscriptionOperation/options.js +16 -0
- package/dist/commonjs/api/subscriptionOperation/options.js.map +7 -0
- package/dist/commonjs/api/subscriptionPolicy/index.d.ts +3 -0
- package/dist/commonjs/api/subscriptionPolicy/index.js +32 -0
- package/dist/commonjs/api/subscriptionPolicy/index.js.map +7 -0
- package/dist/commonjs/api/subscriptionPolicy/operations.d.ts +18 -0
- package/dist/commonjs/api/subscriptionPolicy/operations.js +142 -0
- package/dist/commonjs/api/subscriptionPolicy/operations.js.map +7 -0
- package/dist/commonjs/api/subscriptionPolicy/options.d.ts +11 -0
- package/dist/commonjs/api/subscriptionPolicy/options.js +16 -0
- package/dist/commonjs/api/subscriptionPolicy/options.js.map +7 -0
- package/dist/commonjs/api/subscriptions/index.d.ts +3 -0
- package/dist/commonjs/api/subscriptions/index.js +38 -0
- package/dist/commonjs/api/subscriptions/index.js.map +7 -0
- package/dist/commonjs/api/subscriptions/operations.d.ts +30 -0
- package/dist/commonjs/api/subscriptions/operations.js +244 -0
- package/dist/commonjs/api/subscriptions/operations.js.map +7 -0
- package/dist/commonjs/api/subscriptions/options.d.ts +20 -0
- package/dist/commonjs/api/subscriptions/options.js +16 -0
- package/dist/commonjs/api/subscriptions/options.js.map +7 -0
- package/dist/commonjs/classic/alias/index.d.ts +23 -0
- package/dist/commonjs/classic/alias/index.js +50 -0
- package/dist/commonjs/classic/alias/index.js.map +7 -0
- package/dist/commonjs/classic/billingAccount/index.d.ts +10 -0
- package/dist/commonjs/classic/billingAccount/index.js +38 -0
- package/dist/commonjs/classic/billingAccount/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +8 -0
- package/dist/commonjs/classic/index.js +16 -0
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/classic/operations/index.js +38 -0
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/subscription/index.d.ts +24 -0
- package/dist/commonjs/classic/subscription/index.js +51 -0
- package/dist/commonjs/classic/subscription/index.js.map +7 -0
- package/dist/commonjs/classic/subscriptionOperation/index.d.ts +10 -0
- package/dist/commonjs/classic/subscriptionOperation/index.js +38 -0
- package/dist/commonjs/classic/subscriptionOperation/index.js.map +7 -0
- package/dist/commonjs/classic/subscriptionPolicy/index.d.ts +15 -0
- package/dist/commonjs/classic/subscriptionPolicy/index.js +40 -0
- package/dist/commonjs/classic/subscriptionPolicy/index.js.map +7 -0
- package/dist/commonjs/classic/subscriptions/index.d.ts +21 -0
- package/dist/commonjs/classic/subscriptions/index.js +43 -0
- package/dist/commonjs/classic/subscriptions/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +19 -3
- package/dist/commonjs/index.js +53 -16
- package/dist/commonjs/index.js.map +7 -1
- package/dist/commonjs/logger.d.ts +2 -0
- package/dist/commonjs/logger.js +29 -0
- package/dist/commonjs/logger.js.map +7 -0
- package/dist/commonjs/models/index.d.ts +2 -568
- package/dist/commonjs/models/index.js +44 -56
- package/dist/commonjs/models/index.js.map +7 -1
- package/dist/commonjs/models/models.d.ts +517 -0
- package/dist/commonjs/models/models.js +476 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +115 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/subscriptionClient.d.ts +30 -21
- package/dist/commonjs/subscriptionClient.js +69 -108
- package/dist/commonjs/subscriptionClient.js.map +7 -1
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/alias/index.d.ts +3 -0
- package/dist/esm/api/alias/index.js +4 -0
- package/dist/esm/api/alias/index.js.map +1 -0
- package/dist/esm/api/alias/operations.d.ts +23 -0
- package/dist/esm/api/alias/operations.js +118 -0
- package/dist/esm/api/alias/operations.js.map +1 -0
- package/dist/esm/api/alias/options.d.ts +16 -0
- package/dist/esm/api/alias/options.js +4 -0
- package/dist/esm/api/alias/options.js.map +1 -0
- package/dist/esm/api/billingAccount/index.d.ts +3 -0
- package/dist/esm/api/billingAccount/index.js +4 -0
- package/dist/esm/api/billingAccount/index.js.map +1 -0
- package/dist/esm/api/billingAccount/operations.d.ts +9 -0
- package/dist/esm/api/billingAccount/operations.js +32 -0
- package/dist/esm/api/billingAccount/operations.js.map +1 -0
- package/dist/esm/api/billingAccount/options.d.ts +5 -0
- package/dist/esm/api/billingAccount/options.js +4 -0
- package/dist/esm/api/billingAccount/options.js.map +1 -0
- package/dist/esm/api/index.d.ts +3 -0
- package/dist/esm/api/index.js +4 -0
- package/dist/esm/api/index.js.map +1 -0
- package/dist/esm/api/operations/index.d.ts +3 -0
- package/dist/esm/api/operations/index.js +4 -0
- package/dist/esm/api/operations/index.js.map +1 -0
- package/dist/esm/api/operations/operations.d.ts +10 -0
- package/dist/esm/api/operations/operations.js +35 -0
- package/dist/esm/api/operations/operations.js.map +1 -0
- package/dist/esm/api/operations/options.d.ts +5 -0
- package/dist/esm/api/operations/options.js +4 -0
- package/dist/esm/api/operations/options.js.map +1 -0
- package/dist/esm/api/subscription/index.d.ts +3 -0
- package/dist/esm/api/subscription/index.js +4 -0
- package/dist/esm/api/subscription/index.js.map +1 -0
- package/dist/esm/api/subscription/operations.d.ts +26 -0
- package/dist/esm/api/subscription/operations.js +145 -0
- package/dist/esm/api/subscription/operations.js.map +1 -0
- package/dist/esm/api/subscription/options.d.ts +19 -0
- package/dist/esm/api/subscription/options.js +4 -0
- package/dist/esm/api/subscription/options.js.map +1 -0
- package/dist/esm/api/subscriptionContext.d.ts +18 -0
- package/dist/esm/api/subscriptionContext.js +23 -0
- package/dist/esm/api/subscriptionContext.js.map +1 -0
- package/dist/esm/api/subscriptionOperation/index.d.ts +3 -0
- package/dist/{browser/operationsInterfaces/billingAccount.js → esm/api/subscriptionOperation/index.js} +2 -2
- package/dist/esm/api/subscriptionOperation/index.js.map +1 -0
- package/dist/esm/api/subscriptionOperation/operations.d.ts +9 -0
- package/dist/esm/api/subscriptionOperation/operations.js +32 -0
- package/dist/esm/api/subscriptionOperation/operations.js.map +1 -0
- package/dist/esm/api/subscriptionOperation/options.d.ts +5 -0
- package/dist/esm/api/subscriptionOperation/options.js +4 -0
- package/dist/esm/api/subscriptionOperation/options.js.map +1 -0
- package/dist/esm/api/subscriptionPolicy/index.d.ts +3 -0
- package/dist/esm/api/subscriptionPolicy/index.js +4 -0
- package/dist/esm/api/subscriptionPolicy/index.js.map +1 -0
- package/dist/esm/api/subscriptionPolicy/operations.d.ts +18 -0
- package/dist/esm/api/subscriptionPolicy/operations.js +87 -0
- package/dist/esm/api/subscriptionPolicy/operations.js.map +1 -0
- package/dist/esm/api/subscriptionPolicy/options.d.ts +11 -0
- package/dist/esm/api/subscriptionPolicy/options.js +4 -0
- package/dist/esm/api/subscriptionPolicy/options.js.map +1 -0
- package/dist/esm/api/subscriptions/index.d.ts +3 -0
- package/dist/esm/api/subscriptions/index.js +4 -0
- package/dist/esm/api/subscriptions/index.js.map +1 -0
- package/dist/esm/api/subscriptions/operations.d.ts +30 -0
- package/dist/esm/api/subscriptions/operations.js +162 -0
- package/dist/esm/api/subscriptions/operations.js.map +1 -0
- package/dist/esm/api/subscriptions/options.d.ts +20 -0
- package/dist/esm/api/subscriptions/options.js +4 -0
- package/dist/esm/api/subscriptions/options.js.map +1 -0
- package/dist/esm/classic/alias/index.d.ts +23 -0
- package/dist/esm/classic/alias/index.js +26 -0
- package/dist/esm/classic/alias/index.js.map +1 -0
- package/dist/esm/classic/billingAccount/index.d.ts +10 -0
- package/dist/esm/classic/billingAccount/index.js +14 -0
- package/dist/esm/classic/billingAccount/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +8 -0
- package/dist/{browser/operationsInterfaces/alias.js → esm/classic/index.js} +1 -1
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/operations/index.d.ts +11 -0
- package/dist/esm/classic/operations/index.js +14 -0
- package/dist/esm/classic/operations/index.js.map +1 -0
- package/dist/esm/classic/subscription/index.d.ts +24 -0
- package/dist/esm/classic/subscription/index.js +27 -0
- package/dist/esm/classic/subscription/index.js.map +1 -0
- package/dist/esm/classic/subscriptionOperation/index.d.ts +10 -0
- package/dist/esm/classic/subscriptionOperation/index.js +14 -0
- package/dist/esm/classic/subscriptionOperation/index.js.map +1 -0
- package/dist/esm/classic/subscriptionPolicy/index.d.ts +15 -0
- package/dist/esm/classic/subscriptionPolicy/index.js +16 -0
- package/dist/esm/classic/subscriptionPolicy/index.js.map +1 -0
- package/dist/esm/classic/subscriptions/index.d.ts +21 -0
- package/dist/esm/classic/subscriptions/index.js +19 -0
- package/dist/esm/classic/subscriptions/index.js.map +1 -0
- package/dist/esm/index.d.ts +19 -3
- package/dist/esm/index.js +4 -6
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/logger.d.ts +2 -0
- package/dist/esm/logger.js +5 -0
- package/dist/esm/logger.js.map +1 -0
- package/dist/esm/models/index.d.ts +2 -568
- package/dist/esm/models/index.js +1 -50
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/models.d.ts +517 -0
- package/dist/esm/models/models.js +428 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +102 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/dist/esm/subscriptionClient.d.ts +30 -21
- package/dist/esm/subscriptionClient.js +40 -96
- package/dist/esm/subscriptionClient.js.map +1 -1
- package/package.json +205 -96
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -11
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -20
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -31
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -867
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -15
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -115
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/alias.d.ts +0 -53
- package/dist/browser/operations/alias.d.ts.map +0 -1
- package/dist/browser/operations/alias.js +0 -182
- package/dist/browser/operations/alias.js.map +0 -1
- package/dist/browser/operations/billingAccount.d.ts +0 -19
- package/dist/browser/operations/billingAccount.d.ts.map +0 -1
- package/dist/browser/operations/billingAccount.js +0 -43
- package/dist/browser/operations/billingAccount.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -7
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -11
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/operations.d.ts +0 -32
- package/dist/browser/operations/operations.d.ts.map +0 -1
- package/dist/browser/operations/operations.js +0 -111
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/subscription.d.ts +0 -53
- package/dist/browser/operations/subscription.d.ts.map +0 -1
- package/dist/browser/operations/subscription.js +0 -203
- package/dist/browser/operations/subscription.js.map +0 -1
- package/dist/browser/operations/subscriptionOperation.d.ts +0 -20
- package/dist/browser/operations/subscriptionOperation.d.ts.map +0 -1
- package/dist/browser/operations/subscriptionOperation.js +0 -47
- package/dist/browser/operations/subscriptionOperation.js.map +0 -1
- package/dist/browser/operations/subscriptionPolicy.d.ts +0 -43
- package/dist/browser/operations/subscriptionPolicy.d.ts.map +0 -1
- package/dist/browser/operations/subscriptionPolicy.js +0 -160
- package/dist/browser/operations/subscriptionPolicy.js.map +0 -1
- package/dist/browser/operationsInterfaces/alias.d.ts +0 -45
- package/dist/browser/operationsInterfaces/alias.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/alias.js.map +0 -1
- package/dist/browser/operationsInterfaces/billingAccount.d.ts +0 -11
- package/dist/browser/operationsInterfaces/billingAccount.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/billingAccount.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -7
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -11
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +0 -11
- package/dist/browser/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/subscription.d.ts +0 -45
- package/dist/browser/operationsInterfaces/subscription.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/subscription.js.map +0 -1
- package/dist/browser/operationsInterfaces/subscriptionOperation.d.ts +0 -12
- package/dist/browser/operationsInterfaces/subscriptionOperation.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/subscriptionOperation.js +0 -4
- package/dist/browser/operationsInterfaces/subscriptionOperation.js.map +0 -1
- package/dist/browser/operationsInterfaces/subscriptionPolicy.d.ts +0 -22
- package/dist/browser/operationsInterfaces/subscriptionPolicy.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/subscriptionPolicy.js +0 -4
- package/dist/browser/operationsInterfaces/subscriptionPolicy.js.map +0 -1
- package/dist/browser/pagingHelper.d.ts +0 -13
- package/dist/browser/pagingHelper.d.ts.map +0 -1
- package/dist/browser/pagingHelper.js +0 -25
- package/dist/browser/pagingHelper.js.map +0 -1
- package/dist/browser/subscriptionClient.d.ts.map +0 -1
- package/dist/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -11
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js +0 -23
- package/dist/commonjs/lroImpl.js.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -31
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -870
- package/dist/commonjs/models/mappers.js.map +0 -1
- package/dist/commonjs/models/parameters.d.ts +0 -15
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -118
- package/dist/commonjs/models/parameters.js.map +0 -1
- package/dist/commonjs/operations/alias.d.ts +0 -53
- package/dist/commonjs/operations/alias.d.ts.map +0 -1
- package/dist/commonjs/operations/alias.js +0 -187
- package/dist/commonjs/operations/alias.js.map +0 -1
- package/dist/commonjs/operations/billingAccount.d.ts +0 -19
- package/dist/commonjs/operations/billingAccount.d.ts.map +0 -1
- package/dist/commonjs/operations/billingAccount.js +0 -48
- package/dist/commonjs/operations/billingAccount.js.map +0 -1
- package/dist/commonjs/operations/index.d.ts +0 -7
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js +0 -14
- package/dist/commonjs/operations/index.js.map +0 -1
- package/dist/commonjs/operations/operations.d.ts +0 -32
- package/dist/commonjs/operations/operations.d.ts.map +0 -1
- package/dist/commonjs/operations/operations.js +0 -116
- package/dist/commonjs/operations/operations.js.map +0 -1
- package/dist/commonjs/operations/subscription.d.ts +0 -53
- package/dist/commonjs/operations/subscription.d.ts.map +0 -1
- package/dist/commonjs/operations/subscription.js +0 -208
- package/dist/commonjs/operations/subscription.js.map +0 -1
- package/dist/commonjs/operations/subscriptionOperation.d.ts +0 -20
- package/dist/commonjs/operations/subscriptionOperation.d.ts.map +0 -1
- package/dist/commonjs/operations/subscriptionOperation.js +0 -52
- package/dist/commonjs/operations/subscriptionOperation.js.map +0 -1
- package/dist/commonjs/operations/subscriptionPolicy.d.ts +0 -43
- package/dist/commonjs/operations/subscriptionPolicy.d.ts.map +0 -1
- package/dist/commonjs/operations/subscriptionPolicy.js +0 -165
- package/dist/commonjs/operations/subscriptionPolicy.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/alias.d.ts +0 -45
- package/dist/commonjs/operationsInterfaces/alias.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/alias.js +0 -5
- package/dist/commonjs/operationsInterfaces/alias.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/billingAccount.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/billingAccount.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/billingAccount.js +0 -5
- package/dist/commonjs/operationsInterfaces/billingAccount.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -7
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -14
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/operations.js +0 -5
- package/dist/commonjs/operationsInterfaces/operations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/subscription.d.ts +0 -45
- package/dist/commonjs/operationsInterfaces/subscription.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/subscription.js +0 -5
- package/dist/commonjs/operationsInterfaces/subscription.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/subscriptionOperation.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/subscriptionOperation.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/subscriptionOperation.js +0 -5
- package/dist/commonjs/operationsInterfaces/subscriptionOperation.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/subscriptionPolicy.d.ts +0 -22
- package/dist/commonjs/operationsInterfaces/subscriptionPolicy.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/subscriptionPolicy.js +0 -5
- package/dist/commonjs/operationsInterfaces/subscriptionPolicy.js.map +0 -1
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js +0 -29
- package/dist/commonjs/pagingHelper.js.map +0 -1
- package/dist/commonjs/subscriptionClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -11
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -20
- package/dist/esm/lroImpl.js.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -31
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -867
- package/dist/esm/models/mappers.js.map +0 -1
- package/dist/esm/models/parameters.d.ts +0 -15
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -115
- package/dist/esm/models/parameters.js.map +0 -1
- package/dist/esm/operations/alias.d.ts +0 -53
- package/dist/esm/operations/alias.d.ts.map +0 -1
- package/dist/esm/operations/alias.js +0 -182
- package/dist/esm/operations/alias.js.map +0 -1
- package/dist/esm/operations/billingAccount.d.ts +0 -19
- package/dist/esm/operations/billingAccount.d.ts.map +0 -1
- package/dist/esm/operations/billingAccount.js +0 -43
- package/dist/esm/operations/billingAccount.js.map +0 -1
- package/dist/esm/operations/index.d.ts +0 -7
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -11
- package/dist/esm/operations/index.js.map +0 -1
- package/dist/esm/operations/operations.d.ts +0 -32
- package/dist/esm/operations/operations.d.ts.map +0 -1
- package/dist/esm/operations/operations.js +0 -111
- package/dist/esm/operations/operations.js.map +0 -1
- package/dist/esm/operations/subscription.d.ts +0 -53
- package/dist/esm/operations/subscription.d.ts.map +0 -1
- package/dist/esm/operations/subscription.js +0 -203
- package/dist/esm/operations/subscription.js.map +0 -1
- package/dist/esm/operations/subscriptionOperation.d.ts +0 -20
- package/dist/esm/operations/subscriptionOperation.d.ts.map +0 -1
- package/dist/esm/operations/subscriptionOperation.js +0 -47
- package/dist/esm/operations/subscriptionOperation.js.map +0 -1
- package/dist/esm/operations/subscriptionPolicy.d.ts +0 -43
- package/dist/esm/operations/subscriptionPolicy.d.ts.map +0 -1
- package/dist/esm/operations/subscriptionPolicy.js +0 -160
- package/dist/esm/operations/subscriptionPolicy.js.map +0 -1
- package/dist/esm/operationsInterfaces/alias.d.ts +0 -45
- package/dist/esm/operationsInterfaces/alias.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/alias.js.map +0 -1
- package/dist/esm/operationsInterfaces/billingAccount.d.ts +0 -11
- package/dist/esm/operationsInterfaces/billingAccount.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/billingAccount.js +0 -4
- package/dist/esm/operationsInterfaces/billingAccount.js.map +0 -1
- package/dist/esm/operationsInterfaces/index.d.ts +0 -7
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -11
- package/dist/esm/operationsInterfaces/index.js.map +0 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +0 -11
- package/dist/esm/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/operations.js.map +0 -1
- package/dist/esm/operationsInterfaces/subscription.d.ts +0 -45
- package/dist/esm/operationsInterfaces/subscription.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/subscription.js +0 -4
- package/dist/esm/operationsInterfaces/subscription.js.map +0 -1
- package/dist/esm/operationsInterfaces/subscriptionOperation.d.ts +0 -12
- package/dist/esm/operationsInterfaces/subscriptionOperation.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/subscriptionOperation.js +0 -4
- package/dist/esm/operationsInterfaces/subscriptionOperation.js.map +0 -1
- package/dist/esm/operationsInterfaces/subscriptionPolicy.d.ts +0 -22
- package/dist/esm/operationsInterfaces/subscriptionPolicy.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/subscriptionPolicy.js +0 -4
- package/dist/esm/operationsInterfaces/subscriptionPolicy.js.map +0 -1
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -25
- package/dist/esm/pagingHelper.js.map +0 -1
- package/dist/esm/subscriptionClient.d.ts.map +0 -1
- package/dist/react-native/index.d.ts +0 -5
- package/dist/react-native/index.d.ts.map +0 -1
- package/dist/react-native/index.js +0 -10
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/lroImpl.d.ts +0 -11
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -20
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -569
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/index.js +0 -53
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -31
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -867
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -15
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -115
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/alias.d.ts +0 -53
- package/dist/react-native/operations/alias.d.ts.map +0 -1
- package/dist/react-native/operations/alias.js +0 -182
- package/dist/react-native/operations/alias.js.map +0 -1
- package/dist/react-native/operations/billingAccount.d.ts +0 -19
- package/dist/react-native/operations/billingAccount.d.ts.map +0 -1
- package/dist/react-native/operations/billingAccount.js +0 -43
- package/dist/react-native/operations/billingAccount.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -7
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -11
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/operations.d.ts +0 -32
- package/dist/react-native/operations/operations.d.ts.map +0 -1
- package/dist/react-native/operations/operations.js +0 -111
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/subscription.d.ts +0 -53
- package/dist/react-native/operations/subscription.d.ts.map +0 -1
- package/dist/react-native/operations/subscription.js +0 -203
- package/dist/react-native/operations/subscription.js.map +0 -1
- package/dist/react-native/operations/subscriptionOperation.d.ts +0 -20
- package/dist/react-native/operations/subscriptionOperation.d.ts.map +0 -1
- package/dist/react-native/operations/subscriptionOperation.js +0 -47
- package/dist/react-native/operations/subscriptionOperation.js.map +0 -1
- package/dist/react-native/operations/subscriptionPolicy.d.ts +0 -43
- package/dist/react-native/operations/subscriptionPolicy.d.ts.map +0 -1
- package/dist/react-native/operations/subscriptionPolicy.js +0 -160
- package/dist/react-native/operations/subscriptionPolicy.js.map +0 -1
- package/dist/react-native/operationsInterfaces/alias.d.ts +0 -45
- package/dist/react-native/operationsInterfaces/alias.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/alias.js.map +0 -1
- package/dist/react-native/operationsInterfaces/billingAccount.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/billingAccount.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/billingAccount.js +0 -4
- package/dist/react-native/operationsInterfaces/billingAccount.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -7
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -11
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/operations.js +0 -4
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/subscription.d.ts +0 -45
- package/dist/react-native/operationsInterfaces/subscription.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/subscription.js +0 -4
- package/dist/react-native/operationsInterfaces/subscription.js.map +0 -1
- package/dist/react-native/operationsInterfaces/subscriptionOperation.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/subscriptionOperation.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/subscriptionOperation.js +0 -4
- package/dist/react-native/operationsInterfaces/subscriptionOperation.js.map +0 -1
- package/dist/react-native/operationsInterfaces/subscriptionPolicy.d.ts +0 -22
- package/dist/react-native/operationsInterfaces/subscriptionPolicy.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/subscriptionPolicy.js +0 -4
- package/dist/react-native/operationsInterfaces/subscriptionPolicy.js.map +0 -1
- package/dist/react-native/package.json +0 -3
- package/dist/react-native/pagingHelper.d.ts +0 -13
- package/dist/react-native/pagingHelper.d.ts.map +0 -1
- package/dist/react-native/pagingHelper.js +0 -25
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/dist/react-native/subscriptionClient.d.ts +0 -23
- package/dist/react-native/subscriptionClient.d.ts.map +0 -1
- package/dist/react-native/subscriptionClient.js +0 -104
- package/dist/react-native/subscriptionClient.js.map +0 -1
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"mappers.js","sourceRoot":"","sources":["../../../src/models/mappers.ts"],"names":[],"mappings":"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","sourcesContent":["// 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\nimport type * as coreClient from \"@azure/core-client\";\n\nexport const CanceledSubscriptionId: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CanceledSubscriptionId\",\n modelProperties: {\n subscriptionId: {\n serializedName: \"subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponseBody: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseBody\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n },\n },\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const ErrorResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n type: {\n name: \"String\",\n },\n },\n message: {\n serializedName: \"message\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionName\",\n modelProperties: {\n subscriptionName: {\n serializedName: \"subscriptionName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const RenamedSubscriptionId: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"RenamedSubscriptionId\",\n modelProperties: {\n subscriptionId: {\n serializedName: \"subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const EnabledSubscriptionId: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"EnabledSubscriptionId\",\n modelProperties: {\n subscriptionId: {\n serializedName: \"subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionCreationResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionCreationResult\",\n modelProperties: {\n subscriptionLink: {\n serializedName: \"subscriptionLink\",\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 type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n },\n },\n },\n },\n nextLink: {\n serializedName: \"nextLink\",\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 type: {\n name: \"String\",\n },\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n type: {\n name: \"Boolean\",\n },\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\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 type: {\n name: \"String\",\n },\n },\n resource: {\n serializedName: \"resource\",\n type: {\n name: \"String\",\n },\n },\n operation: {\n serializedName: \"operation\",\n type: {\n name: \"String\",\n },\n },\n description: {\n serializedName: \"description\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const PutAliasRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PutAliasRequest\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"PutAliasRequestProperties\",\n },\n },\n },\n },\n};\n\nexport const PutAliasRequestProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PutAliasRequestProperties\",\n modelProperties: {\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n workload: {\n serializedName: \"workload\",\n type: {\n name: \"String\",\n },\n },\n billingScope: {\n serializedName: \"billingScope\",\n type: {\n name: \"String\",\n },\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n type: {\n name: \"String\",\n },\n },\n resellerId: {\n serializedName: \"resellerId\",\n type: {\n name: \"String\",\n },\n },\n additionalProperties: {\n serializedName: \"additionalProperties\",\n type: {\n name: \"Composite\",\n className: \"PutAliasRequestAdditionalProperties\",\n },\n },\n },\n },\n};\n\nexport const PutAliasRequestAdditionalProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PutAliasRequestAdditionalProperties\",\n modelProperties: {\n managementGroupId: {\n serializedName: \"managementGroupId\",\n type: {\n name: \"String\",\n },\n },\n subscriptionTenantId: {\n serializedName: \"subscriptionTenantId\",\n type: {\n name: \"String\",\n },\n },\n subscriptionOwnerId: {\n serializedName: \"subscriptionOwnerId\",\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 },\n },\n};\n\nexport const SubscriptionAliasResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionAliasResponse\",\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 properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"SubscriptionAliasResponseProperties\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionAliasResponseProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionAliasResponseProperties\",\n modelProperties: {\n subscriptionId: {\n serializedName: \"subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n type: {\n name: \"String\",\n },\n },\n acceptOwnershipUrl: {\n serializedName: \"acceptOwnershipUrl\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n acceptOwnershipState: {\n serializedName: \"acceptOwnershipState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n billingScope: {\n serializedName: \"billingScope\",\n type: {\n name: \"String\",\n },\n },\n workload: {\n serializedName: \"workload\",\n type: {\n name: \"String\",\n },\n },\n resellerId: {\n serializedName: \"resellerId\",\n type: {\n name: \"String\",\n },\n },\n subscriptionOwnerId: {\n serializedName: \"subscriptionOwnerId\",\n type: {\n name: \"String\",\n },\n },\n managementGroupId: {\n serializedName: \"managementGroupId\",\n type: {\n name: \"String\",\n },\n },\n createdTime: {\n serializedName: \"createdTime\",\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 },\n },\n};\n\nexport const SystemData: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n modelProperties: {\n createdBy: {\n serializedName: \"createdBy\",\n type: {\n name: \"String\",\n },\n },\n createdByType: {\n serializedName: \"createdByType\",\n type: {\n name: \"String\",\n },\n },\n createdAt: {\n serializedName: \"createdAt\",\n type: {\n name: \"DateTime\",\n },\n },\n lastModifiedBy: {\n serializedName: \"lastModifiedBy\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedByType: {\n serializedName: \"lastModifiedByType\",\n type: {\n name: \"String\",\n },\n },\n lastModifiedAt: {\n serializedName: \"lastModifiedAt\",\n type: {\n name: \"DateTime\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionAliasListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionAliasListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"SubscriptionAliasResponse\",\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 AcceptOwnershipRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AcceptOwnershipRequest\",\n modelProperties: {\n properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"AcceptOwnershipRequestProperties\",\n },\n },\n },\n },\n};\n\nexport const AcceptOwnershipRequestProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AcceptOwnershipRequestProperties\",\n modelProperties: {\n displayName: {\n serializedName: \"displayName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n managementGroupId: {\n serializedName: \"managementGroupId\",\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 },\n },\n};\n\nexport const AcceptOwnershipStatusResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AcceptOwnershipStatusResponse\",\n modelProperties: {\n subscriptionId: {\n serializedName: \"subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n acceptOwnershipState: {\n serializedName: \"acceptOwnershipState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n provisioningState: {\n serializedName: \"provisioningState\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n billingOwner: {\n serializedName: \"billingOwner\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n subscriptionTenantId: {\n serializedName: \"subscriptionTenantId\",\n type: {\n name: \"String\",\n },\n },\n displayName: {\n serializedName: \"displayName\",\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 },\n },\n};\n\nexport const PutTenantPolicyRequestProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PutTenantPolicyRequestProperties\",\n modelProperties: {\n blockSubscriptionsLeavingTenant: {\n serializedName: \"blockSubscriptionsLeavingTenant\",\n type: {\n name: \"Boolean\",\n },\n },\n blockSubscriptionsIntoTenant: {\n serializedName: \"blockSubscriptionsIntoTenant\",\n type: {\n name: \"Boolean\",\n },\n },\n exemptedPrincipals: {\n serializedName: \"exemptedPrincipals\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Uuid\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GetTenantPolicyResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetTenantPolicyResponse\",\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 properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"TenantPolicy\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const TenantPolicy: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TenantPolicy\",\n modelProperties: {\n policyId: {\n serializedName: \"policyId\",\n readOnly: true,\n type: {\n name: \"String\",\n },\n },\n blockSubscriptionsLeavingTenant: {\n serializedName: \"blockSubscriptionsLeavingTenant\",\n type: {\n name: \"Boolean\",\n },\n },\n blockSubscriptionsIntoTenant: {\n serializedName: \"blockSubscriptionsIntoTenant\",\n type: {\n name: \"Boolean\",\n },\n },\n exemptedPrincipals: {\n serializedName: \"exemptedPrincipals\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Uuid\",\n },\n },\n },\n },\n },\n },\n};\n\nexport const GetTenantPolicyListResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"GetTenantPolicyListResponse\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"GetTenantPolicyResponse\",\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 BillingAccountPoliciesResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BillingAccountPoliciesResponse\",\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 properties: {\n serializedName: \"properties\",\n type: {\n name: \"Composite\",\n className: \"BillingAccountPoliciesResponseProperties\",\n },\n },\n systemData: {\n serializedName: \"systemData\",\n type: {\n name: \"Composite\",\n className: \"SystemData\",\n },\n },\n },\n },\n};\n\nexport const BillingAccountPoliciesResponseProperties: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"BillingAccountPoliciesResponseProperties\",\n modelProperties: {\n serviceTenants: {\n serializedName: \"serviceTenants\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ServiceTenantResponse\",\n },\n },\n },\n },\n allowTransfers: {\n serializedName: \"allowTransfers\",\n type: {\n name: \"Boolean\",\n },\n },\n },\n },\n};\n\nexport const ServiceTenantResponse: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ServiceTenantResponse\",\n modelProperties: {\n tenantId: {\n serializedName: \"tenantId\",\n type: {\n name: \"String\",\n },\n },\n tenantName: {\n serializedName: \"tenantName\",\n type: {\n name: \"String\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionAcceptOwnershipHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionAcceptOwnershipHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n\nexport const SubscriptionOperationGetHeaders: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionOperationGetHeaders\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\",\n },\n },\n retryAfter: {\n serializedName: \"retry-after\",\n type: {\n name: \"Number\",\n },\n },\n },\n },\n};\n"]}
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import type { 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 apiVersion: OperationQueryParameter;
|
|
6
|
-
export declare const contentType: OperationParameter;
|
|
7
|
-
export declare const body: OperationParameter;
|
|
8
|
-
export declare const body1: OperationParameter;
|
|
9
|
-
export declare const operationId: OperationURLParameter;
|
|
10
|
-
export declare const nextLink: OperationURLParameter;
|
|
11
|
-
export declare const body2: OperationParameter;
|
|
12
|
-
export declare const aliasName: OperationURLParameter;
|
|
13
|
-
export declare const body3: OperationParameter;
|
|
14
|
-
export declare const billingAccountId: OperationURLParameter;
|
|
15
|
-
//# sourceMappingURL=parameters.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EACV,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAQ5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,IAAI,EAAE,kBAGlB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,qBASzB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,SAAS,EAAE,qBASvB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,kBAGnB,CAAC;AAEF,eAAO,MAAM,gBAAgB,EAAE,qBAS9B,CAAC"}
|
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
// Copyright (c) Microsoft Corporation.
|
|
2
|
-
// Licensed under the MIT License.
|
|
3
|
-
import { SubscriptionName as SubscriptionNameMapper, AcceptOwnershipRequest as AcceptOwnershipRequestMapper, PutAliasRequest as PutAliasRequestMapper, PutTenantPolicyRequestProperties as PutTenantPolicyRequestPropertiesMapper, } from "../models/mappers.js";
|
|
4
|
-
export const accept = {
|
|
5
|
-
parameterPath: "accept",
|
|
6
|
-
mapper: {
|
|
7
|
-
defaultValue: "application/json",
|
|
8
|
-
isConstant: true,
|
|
9
|
-
serializedName: "Accept",
|
|
10
|
-
type: {
|
|
11
|
-
name: "String",
|
|
12
|
-
},
|
|
13
|
-
},
|
|
14
|
-
};
|
|
15
|
-
export const $host = {
|
|
16
|
-
parameterPath: "$host",
|
|
17
|
-
mapper: {
|
|
18
|
-
serializedName: "$host",
|
|
19
|
-
required: true,
|
|
20
|
-
type: {
|
|
21
|
-
name: "String",
|
|
22
|
-
},
|
|
23
|
-
},
|
|
24
|
-
skipEncoding: true,
|
|
25
|
-
};
|
|
26
|
-
export const subscriptionId = {
|
|
27
|
-
parameterPath: "subscriptionId",
|
|
28
|
-
mapper: {
|
|
29
|
-
serializedName: "subscriptionId",
|
|
30
|
-
required: true,
|
|
31
|
-
type: {
|
|
32
|
-
name: "String",
|
|
33
|
-
},
|
|
34
|
-
},
|
|
35
|
-
};
|
|
36
|
-
export const apiVersion = {
|
|
37
|
-
parameterPath: "apiVersion",
|
|
38
|
-
mapper: {
|
|
39
|
-
defaultValue: "2021-10-01",
|
|
40
|
-
isConstant: true,
|
|
41
|
-
serializedName: "api-version",
|
|
42
|
-
type: {
|
|
43
|
-
name: "String",
|
|
44
|
-
},
|
|
45
|
-
},
|
|
46
|
-
};
|
|
47
|
-
export const contentType = {
|
|
48
|
-
parameterPath: ["options", "contentType"],
|
|
49
|
-
mapper: {
|
|
50
|
-
defaultValue: "application/json",
|
|
51
|
-
isConstant: true,
|
|
52
|
-
serializedName: "Content-Type",
|
|
53
|
-
type: {
|
|
54
|
-
name: "String",
|
|
55
|
-
},
|
|
56
|
-
},
|
|
57
|
-
};
|
|
58
|
-
export const body = {
|
|
59
|
-
parameterPath: "body",
|
|
60
|
-
mapper: SubscriptionNameMapper,
|
|
61
|
-
};
|
|
62
|
-
export const body1 = {
|
|
63
|
-
parameterPath: "body",
|
|
64
|
-
mapper: AcceptOwnershipRequestMapper,
|
|
65
|
-
};
|
|
66
|
-
export const operationId = {
|
|
67
|
-
parameterPath: "operationId",
|
|
68
|
-
mapper: {
|
|
69
|
-
serializedName: "operationId",
|
|
70
|
-
required: true,
|
|
71
|
-
type: {
|
|
72
|
-
name: "String",
|
|
73
|
-
},
|
|
74
|
-
},
|
|
75
|
-
};
|
|
76
|
-
export const nextLink = {
|
|
77
|
-
parameterPath: "nextLink",
|
|
78
|
-
mapper: {
|
|
79
|
-
serializedName: "nextLink",
|
|
80
|
-
required: true,
|
|
81
|
-
type: {
|
|
82
|
-
name: "String",
|
|
83
|
-
},
|
|
84
|
-
},
|
|
85
|
-
skipEncoding: true,
|
|
86
|
-
};
|
|
87
|
-
export const body2 = {
|
|
88
|
-
parameterPath: "body",
|
|
89
|
-
mapper: PutAliasRequestMapper,
|
|
90
|
-
};
|
|
91
|
-
export const aliasName = {
|
|
92
|
-
parameterPath: "aliasName",
|
|
93
|
-
mapper: {
|
|
94
|
-
serializedName: "aliasName",
|
|
95
|
-
required: true,
|
|
96
|
-
type: {
|
|
97
|
-
name: "String",
|
|
98
|
-
},
|
|
99
|
-
},
|
|
100
|
-
};
|
|
101
|
-
export const body3 = {
|
|
102
|
-
parameterPath: "body",
|
|
103
|
-
mapper: PutTenantPolicyRequestPropertiesMapper,
|
|
104
|
-
};
|
|
105
|
-
export const billingAccountId = {
|
|
106
|
-
parameterPath: "billingAccountId",
|
|
107
|
-
mapper: {
|
|
108
|
-
serializedName: "billingAccountId",
|
|
109
|
-
required: true,
|
|
110
|
-
type: {
|
|
111
|
-
name: "String",
|
|
112
|
-
},
|
|
113
|
-
},
|
|
114
|
-
};
|
|
115
|
-
//# sourceMappingURL=parameters.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.js","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"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","sourcesContent":["// 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\nimport type {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter,\n} from \"@azure/core-client\";\nimport {\n SubscriptionName as SubscriptionNameMapper,\n AcceptOwnershipRequest as AcceptOwnershipRequestMapper,\n PutAliasRequest as PutAliasRequestMapper,\n PutTenantPolicyRequestProperties as PutTenantPolicyRequestPropertiesMapper,\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 apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2021-10-01\",\n isConstant: true,\n serializedName: \"api-version\",\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 body: OperationParameter = {\n parameterPath: \"body\",\n mapper: SubscriptionNameMapper,\n};\n\nexport const body1: OperationParameter = {\n parameterPath: \"body\",\n mapper: AcceptOwnershipRequestMapper,\n};\n\nexport const operationId: OperationURLParameter = {\n parameterPath: \"operationId\",\n mapper: {\n serializedName: \"operationId\",\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 body2: OperationParameter = {\n parameterPath: \"body\",\n mapper: PutAliasRequestMapper,\n};\n\nexport const aliasName: OperationURLParameter = {\n parameterPath: \"aliasName\",\n mapper: {\n serializedName: \"aliasName\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n\nexport const body3: OperationParameter = {\n parameterPath: \"body\",\n mapper: PutTenantPolicyRequestPropertiesMapper,\n};\n\nexport const billingAccountId: OperationURLParameter = {\n parameterPath: \"billingAccountId\",\n mapper: {\n serializedName: \"billingAccountId\",\n required: true,\n type: {\n name: \"String\",\n },\n },\n};\n"]}
|
|
@@ -1,53 +0,0 @@
|
|
|
1
|
-
import type { Alias } from "../operationsInterfaces/index.js";
|
|
2
|
-
import type { SubscriptionClient } from "../subscriptionClient.js";
|
|
3
|
-
import type { SimplePollerLike, OperationState } from "@azure/core-lro";
|
|
4
|
-
import type { PutAliasRequest, AliasCreateOptionalParams, AliasCreateResponse, AliasGetOptionalParams, AliasGetResponse, AliasDeleteOptionalParams, AliasListOptionalParams, AliasListResponse } from "../models/index.js";
|
|
5
|
-
/** Class containing Alias operations. */
|
|
6
|
-
export declare class AliasImpl implements Alias {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class Alias class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: SubscriptionClient);
|
|
13
|
-
/**
|
|
14
|
-
* Create Alias Subscription.
|
|
15
|
-
* @param aliasName AliasName is the name for the subscription creation request. Note that this is not
|
|
16
|
-
* the same as subscription name and this doesn’t have any other lifecycle need beyond the request for
|
|
17
|
-
* subscription creation.
|
|
18
|
-
* @param body The parameters required to create a new subscription.
|
|
19
|
-
* @param options The options parameters.
|
|
20
|
-
*/
|
|
21
|
-
beginCreate(aliasName: string, body: PutAliasRequest, options?: AliasCreateOptionalParams): Promise<SimplePollerLike<OperationState<AliasCreateResponse>, AliasCreateResponse>>;
|
|
22
|
-
/**
|
|
23
|
-
* Create Alias Subscription.
|
|
24
|
-
* @param aliasName AliasName is the name for the subscription creation request. Note that this is not
|
|
25
|
-
* the same as subscription name and this doesn’t have any other lifecycle need beyond the request for
|
|
26
|
-
* subscription creation.
|
|
27
|
-
* @param body The parameters required to create a new subscription.
|
|
28
|
-
* @param options The options parameters.
|
|
29
|
-
*/
|
|
30
|
-
beginCreateAndWait(aliasName: string, body: PutAliasRequest, options?: AliasCreateOptionalParams): Promise<AliasCreateResponse>;
|
|
31
|
-
/**
|
|
32
|
-
* Get Alias Subscription.
|
|
33
|
-
* @param aliasName AliasName is the name for the subscription creation request. Note that this is not
|
|
34
|
-
* the same as subscription name and this doesn’t have any other lifecycle need beyond the request for
|
|
35
|
-
* subscription creation.
|
|
36
|
-
* @param options The options parameters.
|
|
37
|
-
*/
|
|
38
|
-
get(aliasName: string, options?: AliasGetOptionalParams): Promise<AliasGetResponse>;
|
|
39
|
-
/**
|
|
40
|
-
* Delete Alias.
|
|
41
|
-
* @param aliasName AliasName is the name for the subscription creation request. Note that this is not
|
|
42
|
-
* the same as subscription name and this doesn’t have any other lifecycle need beyond the request for
|
|
43
|
-
* subscription creation.
|
|
44
|
-
* @param options The options parameters.
|
|
45
|
-
*/
|
|
46
|
-
delete(aliasName: string, options?: AliasDeleteOptionalParams): Promise<void>;
|
|
47
|
-
/**
|
|
48
|
-
* List Alias Subscription.
|
|
49
|
-
* @param options The options parameters.
|
|
50
|
-
*/
|
|
51
|
-
list(options?: AliasListOptionalParams): Promise<AliasListResponse>;
|
|
52
|
-
}
|
|
53
|
-
//# sourceMappingURL=alias.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"alias.d.ts","sourceRoot":"","sources":["../../../src/operations/alias.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,KAAK,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AACnE,OAAO,KAAK,EAAE,gBAAgB,EAAE,cAAc,EAAE,MAAM,iBAAiB,CAAC;AAGxE,OAAO,KAAK,EACV,eAAe,EACf,yBAAyB,EACzB,mBAAmB,EACnB,sBAAsB,EACtB,gBAAgB,EAChB,yBAAyB,EACzB,uBAAuB,EACvB,iBAAiB,EAClB,MAAM,oBAAoB,CAAC;AAE5B,yCAAyC;AACzC,qBAAa,SAAU,YAAW,KAAK;IACrC,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAqB;IAE5C;;;OAGG;gBACS,MAAM,EAAE,kBAAkB;IAItC;;;;;;;OAOG;IACG,WAAW,CACf,SAAS,EAAE,MAAM,EACjB,IAAI,EAAE,eAAe,EACrB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,gBAAgB,CAAC,cAAc,CAAC,mBAAmB,CAAC,EAAE,mBAAmB,CAAC,CAAC;IAsDtF;;;;;;;OAOG;IACG,kBAAkB,CACtB,SAAS,EAAE,MAAM,EACjB,IAAI,EAAE,eAAe,EACrB,OAAO,CAAC,EAAE,yBAAyB,GAClC,OAAO,CAAC,mBAAmB,CAAC;IAK/B;;;;;;OAMG;IACH,GAAG,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,sBAAsB,GAAG,OAAO,CAAC,gBAAgB,CAAC;IAInF;;;;;;OAMG;IACH,MAAM,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,CAAC,EAAE,yBAAyB,GAAG,OAAO,CAAC,IAAI,CAAC;IAI7E;;;OAGG;IACH,IAAI,CAAC,OAAO,CAAC,EAAE,uBAAuB,GAAG,OAAO,CAAC,iBAAiB,CAAC;CAGpE"}
|
|
@@ -1,182 +0,0 @@
|
|
|
1
|
-
// Copyright (c) Microsoft Corporation.
|
|
2
|
-
// Licensed under the MIT License.
|
|
3
|
-
import * as coreClient from "@azure/core-client";
|
|
4
|
-
import * as Mappers from "../models/mappers.js";
|
|
5
|
-
import * as Parameters from "../models/parameters.js";
|
|
6
|
-
import { createHttpPoller } from "@azure/core-lro";
|
|
7
|
-
import { createLroSpec } from "../lroImpl.js";
|
|
8
|
-
/** Class containing Alias operations. */
|
|
9
|
-
export class AliasImpl {
|
|
10
|
-
client;
|
|
11
|
-
/**
|
|
12
|
-
* Initialize a new instance of the class Alias class.
|
|
13
|
-
* @param client Reference to the service client
|
|
14
|
-
*/
|
|
15
|
-
constructor(client) {
|
|
16
|
-
this.client = client;
|
|
17
|
-
}
|
|
18
|
-
/**
|
|
19
|
-
* Create Alias Subscription.
|
|
20
|
-
* @param aliasName AliasName is the name for the subscription creation request. Note that this is not
|
|
21
|
-
* the same as subscription name and this doesn’t have any other lifecycle need beyond the request for
|
|
22
|
-
* subscription creation.
|
|
23
|
-
* @param body The parameters required to create a new subscription.
|
|
24
|
-
* @param options The options parameters.
|
|
25
|
-
*/
|
|
26
|
-
async beginCreate(aliasName, body, options) {
|
|
27
|
-
const directSendOperation = async (args, spec) => {
|
|
28
|
-
return this.client.sendOperationRequest(args, spec);
|
|
29
|
-
};
|
|
30
|
-
const sendOperationFn = async (args, spec) => {
|
|
31
|
-
let currentRawResponse = undefined;
|
|
32
|
-
const providedCallback = args.options?.onResponse;
|
|
33
|
-
const callback = (rawResponse, flatResponse) => {
|
|
34
|
-
currentRawResponse = rawResponse;
|
|
35
|
-
providedCallback?.(rawResponse, flatResponse);
|
|
36
|
-
};
|
|
37
|
-
const updatedArgs = {
|
|
38
|
-
...args,
|
|
39
|
-
options: {
|
|
40
|
-
...args.options,
|
|
41
|
-
onResponse: callback,
|
|
42
|
-
},
|
|
43
|
-
};
|
|
44
|
-
const flatResponse = await directSendOperation(updatedArgs, spec);
|
|
45
|
-
return {
|
|
46
|
-
flatResponse,
|
|
47
|
-
rawResponse: {
|
|
48
|
-
statusCode: currentRawResponse.status,
|
|
49
|
-
body: currentRawResponse.parsedBody,
|
|
50
|
-
headers: currentRawResponse.headers.toJSON(),
|
|
51
|
-
},
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
const lro = createLroSpec({
|
|
55
|
-
sendOperationFn,
|
|
56
|
-
args: { aliasName, body, options },
|
|
57
|
-
spec: createOperationSpec,
|
|
58
|
-
});
|
|
59
|
-
const poller = await createHttpPoller(lro, {
|
|
60
|
-
restoreFrom: options?.resumeFrom,
|
|
61
|
-
intervalInMs: options?.updateIntervalInMs,
|
|
62
|
-
});
|
|
63
|
-
await poller.poll();
|
|
64
|
-
return poller;
|
|
65
|
-
}
|
|
66
|
-
/**
|
|
67
|
-
* Create Alias Subscription.
|
|
68
|
-
* @param aliasName AliasName is the name for the subscription creation request. Note that this is not
|
|
69
|
-
* the same as subscription name and this doesn’t have any other lifecycle need beyond the request for
|
|
70
|
-
* subscription creation.
|
|
71
|
-
* @param body The parameters required to create a new subscription.
|
|
72
|
-
* @param options The options parameters.
|
|
73
|
-
*/
|
|
74
|
-
async beginCreateAndWait(aliasName, body, options) {
|
|
75
|
-
const poller = await this.beginCreate(aliasName, body, options);
|
|
76
|
-
return poller.pollUntilDone();
|
|
77
|
-
}
|
|
78
|
-
/**
|
|
79
|
-
* Get Alias Subscription.
|
|
80
|
-
* @param aliasName AliasName is the name for the subscription creation request. Note that this is not
|
|
81
|
-
* the same as subscription name and this doesn’t have any other lifecycle need beyond the request for
|
|
82
|
-
* subscription creation.
|
|
83
|
-
* @param options The options parameters.
|
|
84
|
-
*/
|
|
85
|
-
get(aliasName, options) {
|
|
86
|
-
return this.client.sendOperationRequest({ aliasName, options }, getOperationSpec);
|
|
87
|
-
}
|
|
88
|
-
/**
|
|
89
|
-
* Delete Alias.
|
|
90
|
-
* @param aliasName AliasName is the name for the subscription creation request. Note that this is not
|
|
91
|
-
* the same as subscription name and this doesn’t have any other lifecycle need beyond the request for
|
|
92
|
-
* subscription creation.
|
|
93
|
-
* @param options The options parameters.
|
|
94
|
-
*/
|
|
95
|
-
delete(aliasName, options) {
|
|
96
|
-
return this.client.sendOperationRequest({ aliasName, options }, deleteOperationSpec);
|
|
97
|
-
}
|
|
98
|
-
/**
|
|
99
|
-
* List Alias Subscription.
|
|
100
|
-
* @param options The options parameters.
|
|
101
|
-
*/
|
|
102
|
-
list(options) {
|
|
103
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
// Operation Specifications
|
|
107
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
108
|
-
const createOperationSpec = {
|
|
109
|
-
path: "/providers/Microsoft.Subscription/aliases/{aliasName}",
|
|
110
|
-
httpMethod: "PUT",
|
|
111
|
-
responses: {
|
|
112
|
-
200: {
|
|
113
|
-
bodyMapper: Mappers.SubscriptionAliasResponse,
|
|
114
|
-
},
|
|
115
|
-
201: {
|
|
116
|
-
bodyMapper: Mappers.SubscriptionAliasResponse,
|
|
117
|
-
},
|
|
118
|
-
202: {
|
|
119
|
-
bodyMapper: Mappers.SubscriptionAliasResponse,
|
|
120
|
-
},
|
|
121
|
-
204: {
|
|
122
|
-
bodyMapper: Mappers.SubscriptionAliasResponse,
|
|
123
|
-
},
|
|
124
|
-
default: {
|
|
125
|
-
bodyMapper: Mappers.ErrorResponseBody,
|
|
126
|
-
},
|
|
127
|
-
},
|
|
128
|
-
requestBody: Parameters.body2,
|
|
129
|
-
queryParameters: [Parameters.apiVersion],
|
|
130
|
-
urlParameters: [Parameters.$host, Parameters.aliasName],
|
|
131
|
-
headerParameters: [Parameters.accept, Parameters.contentType],
|
|
132
|
-
mediaType: "json",
|
|
133
|
-
serializer,
|
|
134
|
-
};
|
|
135
|
-
const getOperationSpec = {
|
|
136
|
-
path: "/providers/Microsoft.Subscription/aliases/{aliasName}",
|
|
137
|
-
httpMethod: "GET",
|
|
138
|
-
responses: {
|
|
139
|
-
200: {
|
|
140
|
-
bodyMapper: Mappers.SubscriptionAliasResponse,
|
|
141
|
-
},
|
|
142
|
-
default: {
|
|
143
|
-
bodyMapper: Mappers.ErrorResponseBody,
|
|
144
|
-
},
|
|
145
|
-
},
|
|
146
|
-
queryParameters: [Parameters.apiVersion],
|
|
147
|
-
urlParameters: [Parameters.$host, Parameters.aliasName],
|
|
148
|
-
headerParameters: [Parameters.accept],
|
|
149
|
-
serializer,
|
|
150
|
-
};
|
|
151
|
-
const deleteOperationSpec = {
|
|
152
|
-
path: "/providers/Microsoft.Subscription/aliases/{aliasName}",
|
|
153
|
-
httpMethod: "DELETE",
|
|
154
|
-
responses: {
|
|
155
|
-
200: {},
|
|
156
|
-
204: {},
|
|
157
|
-
default: {
|
|
158
|
-
bodyMapper: Mappers.ErrorResponseBody,
|
|
159
|
-
},
|
|
160
|
-
},
|
|
161
|
-
queryParameters: [Parameters.apiVersion],
|
|
162
|
-
urlParameters: [Parameters.$host, Parameters.aliasName],
|
|
163
|
-
headerParameters: [Parameters.accept],
|
|
164
|
-
serializer,
|
|
165
|
-
};
|
|
166
|
-
const listOperationSpec = {
|
|
167
|
-
path: "/providers/Microsoft.Subscription/aliases",
|
|
168
|
-
httpMethod: "GET",
|
|
169
|
-
responses: {
|
|
170
|
-
200: {
|
|
171
|
-
bodyMapper: Mappers.SubscriptionAliasListResult,
|
|
172
|
-
},
|
|
173
|
-
default: {
|
|
174
|
-
bodyMapper: Mappers.ErrorResponseBody,
|
|
175
|
-
},
|
|
176
|
-
},
|
|
177
|
-
queryParameters: [Parameters.apiVersion],
|
|
178
|
-
urlParameters: [Parameters.$host],
|
|
179
|
-
headerParameters: [Parameters.accept],
|
|
180
|
-
serializer,
|
|
181
|
-
};
|
|
182
|
-
//# sourceMappingURL=alias.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"alias.js","sourceRoot":"","sources":["../../../src/operations/alias.ts"],"names":[],"mappings":"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","sourcesContent":["// 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\nimport type { Alias } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { SubscriptionClient } from \"../subscriptionClient.js\";\nimport type { SimplePollerLike, OperationState } from \"@azure/core-lro\";\nimport { createHttpPoller } from \"@azure/core-lro\";\nimport { createLroSpec } from \"../lroImpl.js\";\nimport type {\n PutAliasRequest,\n AliasCreateOptionalParams,\n AliasCreateResponse,\n AliasGetOptionalParams,\n AliasGetResponse,\n AliasDeleteOptionalParams,\n AliasListOptionalParams,\n AliasListResponse,\n} from \"../models/index.js\";\n\n/** Class containing Alias operations. */\nexport class AliasImpl implements Alias {\n private readonly client: SubscriptionClient;\n\n /**\n * Initialize a new instance of the class Alias class.\n * @param client Reference to the service client\n */\n constructor(client: SubscriptionClient) {\n this.client = client;\n }\n\n /**\n * Create Alias Subscription.\n * @param aliasName AliasName is the name for the subscription creation request. Note that this is not\n * the same as subscription name and this doesn’t have any other lifecycle need beyond the request for\n * subscription creation.\n * @param body The parameters required to create a new subscription.\n * @param options The options parameters.\n */\n async beginCreate(\n aliasName: string,\n body: PutAliasRequest,\n options?: AliasCreateOptionalParams,\n ): Promise<SimplePollerLike<OperationState<AliasCreateResponse>, AliasCreateResponse>> {\n const directSendOperation = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ): Promise<AliasCreateResponse> => {\n return this.client.sendOperationRequest(args, spec);\n };\n const sendOperationFn = async (\n args: coreClient.OperationArguments,\n spec: coreClient.OperationSpec,\n ) => {\n let currentRawResponse: coreClient.FullOperationResponse | undefined = undefined;\n const providedCallback = args.options?.onResponse;\n const callback: coreClient.RawResponseCallback = (\n rawResponse: coreClient.FullOperationResponse,\n flatResponse: unknown,\n ) => {\n currentRawResponse = rawResponse;\n providedCallback?.(rawResponse, flatResponse);\n };\n const updatedArgs = {\n ...args,\n options: {\n ...args.options,\n onResponse: callback,\n },\n };\n const flatResponse = await directSendOperation(updatedArgs, spec);\n return {\n flatResponse,\n rawResponse: {\n statusCode: currentRawResponse!.status,\n body: currentRawResponse!.parsedBody,\n headers: currentRawResponse!.headers.toJSON(),\n },\n };\n };\n\n const lro = createLroSpec({\n sendOperationFn,\n args: { aliasName, body, options },\n spec: createOperationSpec,\n });\n const poller = await createHttpPoller<AliasCreateResponse, OperationState<AliasCreateResponse>>(\n lro,\n {\n restoreFrom: options?.resumeFrom,\n intervalInMs: options?.updateIntervalInMs,\n },\n );\n await poller.poll();\n return poller;\n }\n\n /**\n * Create Alias Subscription.\n * @param aliasName AliasName is the name for the subscription creation request. Note that this is not\n * the same as subscription name and this doesn’t have any other lifecycle need beyond the request for\n * subscription creation.\n * @param body The parameters required to create a new subscription.\n * @param options The options parameters.\n */\n async beginCreateAndWait(\n aliasName: string,\n body: PutAliasRequest,\n options?: AliasCreateOptionalParams,\n ): Promise<AliasCreateResponse> {\n const poller = await this.beginCreate(aliasName, body, options);\n return poller.pollUntilDone();\n }\n\n /**\n * Get Alias Subscription.\n * @param aliasName AliasName is the name for the subscription creation request. Note that this is not\n * the same as subscription name and this doesn’t have any other lifecycle need beyond the request for\n * subscription creation.\n * @param options The options parameters.\n */\n get(aliasName: string, options?: AliasGetOptionalParams): Promise<AliasGetResponse> {\n return this.client.sendOperationRequest({ aliasName, options }, getOperationSpec);\n }\n\n /**\n * Delete Alias.\n * @param aliasName AliasName is the name for the subscription creation request. Note that this is not\n * the same as subscription name and this doesn’t have any other lifecycle need beyond the request for\n * subscription creation.\n * @param options The options parameters.\n */\n delete(aliasName: string, options?: AliasDeleteOptionalParams): Promise<void> {\n return this.client.sendOperationRequest({ aliasName, options }, deleteOperationSpec);\n }\n\n /**\n * List Alias Subscription.\n * @param options The options parameters.\n */\n list(options?: AliasListOptionalParams): Promise<AliasListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst createOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Subscription/aliases/{aliasName}\",\n httpMethod: \"PUT\",\n responses: {\n 200: {\n bodyMapper: Mappers.SubscriptionAliasResponse,\n },\n 201: {\n bodyMapper: Mappers.SubscriptionAliasResponse,\n },\n 202: {\n bodyMapper: Mappers.SubscriptionAliasResponse,\n },\n 204: {\n bodyMapper: Mappers.SubscriptionAliasResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorResponseBody,\n },\n },\n requestBody: Parameters.body2,\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.aliasName],\n headerParameters: [Parameters.accept, Parameters.contentType],\n mediaType: \"json\",\n serializer,\n};\nconst getOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Subscription/aliases/{aliasName}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SubscriptionAliasResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorResponseBody,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.aliasName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst deleteOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Subscription/aliases/{aliasName}\",\n httpMethod: \"DELETE\",\n responses: {\n 200: {},\n 204: {},\n default: {\n bodyMapper: Mappers.ErrorResponseBody,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.aliasName],\n headerParameters: [Parameters.accept],\n serializer,\n};\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Subscription/aliases\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.SubscriptionAliasListResult,\n },\n default: {\n bodyMapper: Mappers.ErrorResponseBody,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
import type { BillingAccount } from "../operationsInterfaces/index.js";
|
|
2
|
-
import type { SubscriptionClient } from "../subscriptionClient.js";
|
|
3
|
-
import type { BillingAccountGetPolicyOptionalParams, BillingAccountGetPolicyResponse } from "../models/index.js";
|
|
4
|
-
/** Class containing BillingAccount operations. */
|
|
5
|
-
export declare class BillingAccountImpl implements BillingAccount {
|
|
6
|
-
private readonly client;
|
|
7
|
-
/**
|
|
8
|
-
* Initialize a new instance of the class BillingAccount class.
|
|
9
|
-
* @param client Reference to the service client
|
|
10
|
-
*/
|
|
11
|
-
constructor(client: SubscriptionClient);
|
|
12
|
-
/**
|
|
13
|
-
* Get Billing Account Policy.
|
|
14
|
-
* @param billingAccountId Billing Account Id.
|
|
15
|
-
* @param options The options parameters.
|
|
16
|
-
*/
|
|
17
|
-
getPolicy(billingAccountId: string, options?: BillingAccountGetPolicyOptionalParams): Promise<BillingAccountGetPolicyResponse>;
|
|
18
|
-
}
|
|
19
|
-
//# sourceMappingURL=billingAccount.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"billingAccount.d.ts","sourceRoot":"","sources":["../../../src/operations/billingAccount.ts"],"names":[],"mappings":"AAMA,OAAO,KAAK,EAAE,cAAc,EAAE,MAAM,kCAAkC,CAAC;AAIvE,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AACnE,OAAO,KAAK,EACV,qCAAqC,EACrC,+BAA+B,EAChC,MAAM,oBAAoB,CAAC;AAE5B,kDAAkD;AAClD,qBAAa,kBAAmB,YAAW,cAAc;IACvD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAqB;IAE5C;;;OAGG;gBACS,MAAM,EAAE,kBAAkB;IAItC;;;;OAIG;IACH,SAAS,CACP,gBAAgB,EAAE,MAAM,EACxB,OAAO,CAAC,EAAE,qCAAqC,GAC9C,OAAO,CAAC,+BAA+B,CAAC;CAG5C"}
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
// Copyright (c) Microsoft Corporation.
|
|
2
|
-
// Licensed under the MIT License.
|
|
3
|
-
import * as coreClient from "@azure/core-client";
|
|
4
|
-
import * as Mappers from "../models/mappers.js";
|
|
5
|
-
import * as Parameters from "../models/parameters.js";
|
|
6
|
-
/** Class containing BillingAccount operations. */
|
|
7
|
-
export class BillingAccountImpl {
|
|
8
|
-
client;
|
|
9
|
-
/**
|
|
10
|
-
* Initialize a new instance of the class BillingAccount class.
|
|
11
|
-
* @param client Reference to the service client
|
|
12
|
-
*/
|
|
13
|
-
constructor(client) {
|
|
14
|
-
this.client = client;
|
|
15
|
-
}
|
|
16
|
-
/**
|
|
17
|
-
* Get Billing Account Policy.
|
|
18
|
-
* @param billingAccountId Billing Account Id.
|
|
19
|
-
* @param options The options parameters.
|
|
20
|
-
*/
|
|
21
|
-
getPolicy(billingAccountId, options) {
|
|
22
|
-
return this.client.sendOperationRequest({ billingAccountId, options }, getPolicyOperationSpec);
|
|
23
|
-
}
|
|
24
|
-
}
|
|
25
|
-
// Operation Specifications
|
|
26
|
-
const serializer = coreClient.createSerializer(Mappers, /* isXml */ false);
|
|
27
|
-
const getPolicyOperationSpec = {
|
|
28
|
-
path: "/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Subscription/policies/default",
|
|
29
|
-
httpMethod: "GET",
|
|
30
|
-
responses: {
|
|
31
|
-
200: {
|
|
32
|
-
bodyMapper: Mappers.BillingAccountPoliciesResponse,
|
|
33
|
-
},
|
|
34
|
-
default: {
|
|
35
|
-
bodyMapper: Mappers.ErrorResponseBody,
|
|
36
|
-
},
|
|
37
|
-
},
|
|
38
|
-
queryParameters: [Parameters.apiVersion],
|
|
39
|
-
urlParameters: [Parameters.$host, Parameters.billingAccountId],
|
|
40
|
-
headerParameters: [Parameters.accept],
|
|
41
|
-
serializer,
|
|
42
|
-
};
|
|
43
|
-
//# sourceMappingURL=billingAccount.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"billingAccount.js","sourceRoot":"","sources":["../../../src/operations/billingAccount.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAMlC,OAAO,KAAK,UAAU,MAAM,oBAAoB,CAAC;AACjD,OAAO,KAAK,OAAO,MAAM,sBAAsB,CAAC;AAChD,OAAO,KAAK,UAAU,MAAM,yBAAyB,CAAC;AAOtD,kDAAkD;AAClD,MAAM,OAAO,kBAAkB;IACZ,MAAM,CAAqB;IAE5C;;;OAGG;IACH,YAAY,MAA0B;QACpC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAED;;;;OAIG;IACH,SAAS,CACP,gBAAwB,EACxB,OAA+C;QAE/C,OAAO,IAAI,CAAC,MAAM,CAAC,oBAAoB,CAAC,EAAE,gBAAgB,EAAE,OAAO,EAAE,EAAE,sBAAsB,CAAC,CAAC;IACjG,CAAC;CACF;AACD,2BAA2B;AAC3B,MAAM,UAAU,GAAG,UAAU,CAAC,gBAAgB,CAAC,OAAO,EAAE,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3E,MAAM,sBAAsB,GAA6B;IACvD,IAAI,EAAE,mHAAmH;IACzH,UAAU,EAAE,KAAK;IACjB,SAAS,EAAE;QACT,GAAG,EAAE;YACH,UAAU,EAAE,OAAO,CAAC,8BAA8B;SACnD;QACD,OAAO,EAAE;YACP,UAAU,EAAE,OAAO,CAAC,iBAAiB;SACtC;KACF;IACD,eAAe,EAAE,CAAC,UAAU,CAAC,UAAU,CAAC;IACxC,aAAa,EAAE,CAAC,UAAU,CAAC,KAAK,EAAE,UAAU,CAAC,gBAAgB,CAAC;IAC9D,gBAAgB,EAAE,CAAC,UAAU,CAAC,MAAM,CAAC;IACrC,UAAU;CACX,CAAC","sourcesContent":["// 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\nimport type { BillingAccount } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport type { SubscriptionClient } from \"../subscriptionClient.js\";\nimport type {\n BillingAccountGetPolicyOptionalParams,\n BillingAccountGetPolicyResponse,\n} from \"../models/index.js\";\n\n/** Class containing BillingAccount operations. */\nexport class BillingAccountImpl implements BillingAccount {\n private readonly client: SubscriptionClient;\n\n /**\n * Initialize a new instance of the class BillingAccount class.\n * @param client Reference to the service client\n */\n constructor(client: SubscriptionClient) {\n this.client = client;\n }\n\n /**\n * Get Billing Account Policy.\n * @param billingAccountId Billing Account Id.\n * @param options The options parameters.\n */\n getPolicy(\n billingAccountId: string,\n options?: BillingAccountGetPolicyOptionalParams,\n ): Promise<BillingAccountGetPolicyResponse> {\n return this.client.sendOperationRequest({ billingAccountId, options }, getPolicyOperationSpec);\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst getPolicyOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Billing/billingAccounts/{billingAccountId}/providers/Microsoft.Subscription/policies/default\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.BillingAccountPoliciesResponse,\n },\n default: {\n bodyMapper: Mappers.ErrorResponseBody,\n },\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host, Parameters.billingAccountId],\n headerParameters: [Parameters.accept],\n serializer,\n};\n"]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAMA,cAAc,mBAAmB,CAAC;AAClC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC"}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
// Copyright (c) Microsoft Corporation.
|
|
2
|
-
// Licensed under the MIT License.
|
|
3
|
-
// Code generated by Microsoft (R) AutoRest Code Generator.
|
|
4
|
-
// Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
5
|
-
export * from "./subscription.js";
|
|
6
|
-
export * from "./subscriptionOperation.js";
|
|
7
|
-
export * from "./operations.js";
|
|
8
|
-
export * from "./alias.js";
|
|
9
|
-
export * from "./subscriptionPolicy.js";
|
|
10
|
-
export * from "./billingAccount.js";
|
|
11
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,2DAA2D;AAC3D,oFAAoF;AAEpF,cAAc,mBAAmB,CAAC;AAClC,cAAc,4BAA4B,CAAC;AAC3C,cAAc,iBAAiB,CAAC;AAChC,cAAc,YAAY,CAAC;AAC3B,cAAc,yBAAyB,CAAC;AACxC,cAAc,qBAAqB,CAAC","sourcesContent":["// 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\nexport * from \"./subscription.js\";\nexport * from \"./subscriptionOperation.js\";\nexport * from \"./operations.js\";\nexport * from \"./alias.js\";\nexport * from \"./subscriptionPolicy.js\";\nexport * from \"./billingAccount.js\";\n"]}
|