@azure/arm-resources-subscriptions 2.1.2-alpha.20260310.1 → 3.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/LICENSE +1 -1
- package/README.md +12 -17
- package/dist/browser/api/index.d.ts +5 -0
- package/dist/browser/api/index.js +5 -0
- package/dist/browser/api/index.js.map +1 -0
- package/dist/browser/api/operations/index.d.ts +3 -0
- package/dist/browser/api/operations/index.js +4 -0
- 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 +31 -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/operations.d.ts +9 -0
- package/dist/browser/api/operations.js +35 -0
- package/dist/browser/api/operations.js.map +1 -0
- package/dist/browser/api/options.d.ts +8 -0
- package/dist/browser/api/options.js +4 -0
- package/dist/browser/api/options.js.map +1 -0
- package/dist/browser/api/subscriptionContext.d.ts +18 -0
- package/dist/browser/api/subscriptionContext.js +25 -0
- package/dist/browser/api/subscriptionContext.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 +22 -0
- package/dist/browser/api/subscriptions/operations.js +111 -0
- package/dist/browser/api/subscriptions/operations.js.map +1 -0
- package/dist/browser/api/subscriptions/options.d.ts +16 -0
- package/dist/browser/api/subscriptions/options.js +4 -0
- package/dist/browser/api/subscriptions/options.js.map +1 -0
- package/dist/browser/api/tenants/index.d.ts +3 -0
- package/dist/browser/api/tenants/index.js +4 -0
- package/dist/browser/api/tenants/index.js.map +1 -0
- package/dist/browser/api/tenants/operations.d.ts +10 -0
- package/dist/browser/api/tenants/operations.js +31 -0
- package/dist/browser/api/tenants/operations.js.map +1 -0
- package/dist/browser/api/tenants/options.d.ts +5 -0
- package/dist/browser/api/tenants/options.js +4 -0
- package/dist/browser/api/tenants/options.js.map +1 -0
- package/dist/browser/classic/index.d.ts +4 -0
- package/dist/browser/classic/index.js +4 -0
- 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/subscriptions/index.d.ts +17 -0
- package/dist/browser/classic/subscriptions/index.js +17 -0
- package/dist/browser/classic/subscriptions/index.js.map +1 -0
- package/dist/browser/classic/tenants/index.d.ts +11 -0
- package/dist/browser/classic/tenants/index.js +14 -0
- package/dist/browser/classic/tenants/index.js.map +1 -0
- package/dist/browser/index.d.ts +13 -3
- package/dist/browser/index.js +6 -11
- 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 -642
- package/dist/browser/models/index.js +3 -49
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +378 -0
- package/dist/browser/models/models.js +306 -0
- package/dist/browser/models/models.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/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 +22 -24
- package/dist/browser/subscriptionClient.js +31 -127
- package/dist/browser/subscriptionClient.js.map +1 -1
- package/dist/commonjs/api/index.d.ts +5 -0
- package/dist/commonjs/{operationsInterfaces → api}/index.js +15 -9
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/{operations → api/operations}/index.js +10 -7
- 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 +68 -0
- package/dist/commonjs/api/operations/operations.js.map +7 -0
- package/dist/commonjs/api/operations/options.d.ts +5 -0
- package/dist/commonjs/{operationsInterfaces/operations.js → api/operations/options.js} +3 -2
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/operations.d.ts +9 -0
- package/dist/commonjs/api/operations.js +64 -0
- package/dist/commonjs/api/operations.js.map +7 -0
- package/dist/commonjs/api/options.d.ts +8 -0
- package/dist/commonjs/{operationsInterfaces/subscriptions.js → api/options.js} +3 -2
- package/dist/commonjs/api/options.js.map +7 -0
- package/dist/commonjs/api/subscriptionContext.d.ts +18 -0
- package/dist/commonjs/api/subscriptionContext.js +47 -0
- package/dist/commonjs/api/subscriptionContext.js.map +7 -0
- package/dist/commonjs/api/subscriptions/index.d.ts +3 -0
- package/dist/commonjs/api/subscriptions/index.js +34 -0
- package/dist/commonjs/api/subscriptions/index.js.map +7 -0
- package/dist/commonjs/api/subscriptions/operations.d.ts +22 -0
- package/dist/commonjs/api/subscriptions/operations.js +181 -0
- package/dist/commonjs/api/subscriptions/operations.js.map +7 -0
- package/dist/commonjs/api/subscriptions/options.d.ts +16 -0
- package/dist/commonjs/api/subscriptions/options.js +16 -0
- package/dist/commonjs/api/subscriptions/options.js.map +7 -0
- package/dist/commonjs/api/tenants/index.d.ts +3 -0
- package/dist/commonjs/api/tenants/index.js +28 -0
- package/dist/commonjs/api/tenants/index.js.map +7 -0
- package/dist/commonjs/api/tenants/operations.d.ts +10 -0
- package/dist/commonjs/api/tenants/operations.js +68 -0
- package/dist/commonjs/api/tenants/operations.js.map +7 -0
- package/dist/commonjs/api/tenants/options.d.ts +5 -0
- package/dist/commonjs/api/tenants/options.js +16 -0
- package/dist/commonjs/api/tenants/options.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +4 -0
- package/dist/commonjs/{operationsInterfaces/tenants.js → classic/index.js} +3 -2
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/{pagingHelper.js → classic/operations/index.js} +15 -20
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/classic/subscriptions/index.d.ts +17 -0
- package/dist/commonjs/classic/subscriptions/index.js +41 -0
- package/dist/commonjs/classic/subscriptions/index.js.map +7 -0
- package/dist/commonjs/classic/tenants/index.d.ts +11 -0
- package/dist/commonjs/classic/tenants/index.js +38 -0
- package/dist/commonjs/classic/tenants/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +13 -3
- package/dist/commonjs/index.js +22 -8
- package/dist/commonjs/index.js.map +3 -3
- 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 -642
- package/dist/commonjs/models/index.js +10 -32
- package/dist/commonjs/models/index.js.map +4 -4
- package/dist/commonjs/models/models.d.ts +378 -0
- package/dist/commonjs/models/models.js +374 -0
- package/dist/commonjs/models/models.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/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 +22 -24
- package/dist/commonjs/subscriptionClient.js +28 -130
- package/dist/commonjs/subscriptionClient.js.map +4 -4
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/index.d.ts +5 -0
- package/dist/esm/api/index.js +5 -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 +31 -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/operations.d.ts +9 -0
- package/dist/esm/api/operations.js +35 -0
- package/dist/esm/api/operations.js.map +1 -0
- package/dist/esm/api/options.d.ts +8 -0
- package/dist/esm/api/options.js +4 -0
- package/dist/esm/api/options.js.map +1 -0
- package/dist/esm/api/subscriptionContext.d.ts +18 -0
- package/dist/esm/api/subscriptionContext.js +25 -0
- package/dist/esm/api/subscriptionContext.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 +22 -0
- package/dist/esm/api/subscriptions/operations.js +111 -0
- package/dist/esm/api/subscriptions/operations.js.map +1 -0
- package/dist/esm/api/subscriptions/options.d.ts +16 -0
- package/dist/esm/api/subscriptions/options.js +4 -0
- package/dist/esm/api/subscriptions/options.js.map +1 -0
- package/dist/esm/api/tenants/index.d.ts +3 -0
- package/dist/esm/api/tenants/index.js +4 -0
- package/dist/esm/api/tenants/index.js.map +1 -0
- package/dist/esm/api/tenants/operations.d.ts +10 -0
- package/dist/esm/api/tenants/operations.js +31 -0
- package/dist/esm/api/tenants/operations.js.map +1 -0
- package/dist/esm/api/tenants/options.d.ts +5 -0
- package/dist/esm/api/tenants/options.js +4 -0
- package/dist/esm/api/tenants/options.js.map +1 -0
- package/dist/esm/classic/index.d.ts +4 -0
- package/dist/esm/classic/index.js +4 -0
- 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/subscriptions/index.d.ts +17 -0
- package/dist/esm/classic/subscriptions/index.js +17 -0
- package/dist/esm/classic/subscriptions/index.js.map +1 -0
- package/dist/esm/classic/tenants/index.d.ts +11 -0
- package/dist/esm/classic/tenants/index.js +14 -0
- package/dist/esm/classic/tenants/index.js.map +1 -0
- package/dist/esm/index.d.ts +13 -3
- package/dist/esm/index.js +8 -8
- package/dist/esm/index.js.map +1 -7
- 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 -642
- package/dist/esm/models/index.js +4 -33
- package/dist/esm/models/index.js.map +1 -7
- package/dist/esm/models/models.d.ts +378 -0
- package/dist/esm/models/models.js +306 -0
- package/dist/esm/models/models.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/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 +22 -24
- package/dist/esm/subscriptionClient.js +34 -125
- package/dist/esm/subscriptionClient.js.map +1 -7
- package/package.json +156 -77
- package/CHANGELOG.md +0 -75
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -30
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -1009
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -11
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -91
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -4
- 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 -116
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operations/subscriptions.d.ts +0 -61
- package/dist/browser/operations/subscriptions.d.ts.map +0 -1
- package/dist/browser/operations/subscriptions.js +0 -225
- package/dist/browser/operations/subscriptions.js.map +0 -1
- package/dist/browser/operations/tenants.d.ts +0 -32
- package/dist/browser/operations/tenants.d.ts.map +0 -1
- package/dist/browser/operations/tenants.js +0 -116
- package/dist/browser/operations/tenants.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -4
- 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 +0 -9
- package/dist/browser/operationsInterfaces/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/subscriptions.d.ts +0 -31
- package/dist/browser/operationsInterfaces/subscriptions.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/subscriptions.js +0 -9
- package/dist/browser/operationsInterfaces/subscriptions.js.map +0 -1
- package/dist/browser/operationsInterfaces/tenants.d.ts +0 -11
- package/dist/browser/operationsInterfaces/tenants.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/tenants.js +0 -9
- package/dist/browser/operationsInterfaces/tenants.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 -30
- 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/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -30
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -1081
- package/dist/commonjs/models/mappers.js.map +0 -7
- package/dist/commonjs/models/parameters.d.ts +0 -11
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -125
- package/dist/commonjs/models/parameters.js.map +0 -7
- package/dist/commonjs/operations/index.d.ts +0 -4
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js.map +0 -7
- 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 -148
- package/dist/commonjs/operations/operations.js.map +0 -7
- package/dist/commonjs/operations/subscriptions.d.ts +0 -61
- package/dist/commonjs/operations/subscriptions.d.ts.map +0 -1
- package/dist/commonjs/operations/subscriptions.js +0 -269
- package/dist/commonjs/operations/subscriptions.js.map +0 -7
- package/dist/commonjs/operations/tenants.d.ts +0 -32
- package/dist/commonjs/operations/tenants.d.ts.map +0 -1
- package/dist/commonjs/operations/tenants.js +0 -148
- package/dist/commonjs/operations/tenants.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -4
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -7
- 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.map +0 -7
- package/dist/commonjs/operationsInterfaces/subscriptions.d.ts +0 -31
- package/dist/commonjs/operationsInterfaces/subscriptions.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/subscriptions.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/tenants.d.ts +0 -11
- package/dist/commonjs/operationsInterfaces/tenants.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/tenants.js.map +0 -7
- package/dist/commonjs/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js.map +0 -7
- package/dist/commonjs/subscriptionClient.d.ts.map +0 -1
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -30
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -1031
- package/dist/esm/models/mappers.js.map +0 -7
- package/dist/esm/models/parameters.d.ts +0 -11
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -97
- package/dist/esm/models/parameters.js.map +0 -7
- package/dist/esm/operations/index.d.ts +0 -4
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -3
- package/dist/esm/operations/index.js.map +0 -7
- 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 -115
- package/dist/esm/operations/operations.js.map +0 -7
- package/dist/esm/operations/subscriptions.d.ts +0 -61
- package/dist/esm/operations/subscriptions.d.ts.map +0 -1
- package/dist/esm/operations/subscriptions.js +0 -236
- package/dist/esm/operations/subscriptions.js.map +0 -7
- package/dist/esm/operations/tenants.d.ts +0 -32
- package/dist/esm/operations/tenants.d.ts.map +0 -1
- package/dist/esm/operations/tenants.js +0 -115
- package/dist/esm/operations/tenants.js.map +0 -7
- package/dist/esm/operationsInterfaces/index.d.ts +0 -4
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -3
- package/dist/esm/operationsInterfaces/index.js.map +0 -7
- 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 +0 -0
- package/dist/esm/operationsInterfaces/operations.js.map +0 -7
- package/dist/esm/operationsInterfaces/subscriptions.d.ts +0 -31
- package/dist/esm/operationsInterfaces/subscriptions.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/subscriptions.js +0 -0
- package/dist/esm/operationsInterfaces/subscriptions.js.map +0 -7
- package/dist/esm/operationsInterfaces/tenants.d.ts +0 -11
- package/dist/esm/operationsInterfaces/tenants.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/tenants.js +0 -0
- package/dist/esm/operationsInterfaces/tenants.js.map +0 -7
- package/dist/esm/pagingHelper.d.ts +0 -13
- package/dist/esm/pagingHelper.d.ts.map +0 -1
- package/dist/esm/pagingHelper.js +0 -19
- package/dist/esm/pagingHelper.js.map +0 -7
- 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 -13
- package/dist/react-native/index.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -643
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/index.js +0 -50
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -30
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -1009
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -11
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -91
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -4
- 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 -116
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operations/subscriptions.d.ts +0 -61
- package/dist/react-native/operations/subscriptions.d.ts.map +0 -1
- package/dist/react-native/operations/subscriptions.js +0 -225
- package/dist/react-native/operations/subscriptions.js.map +0 -1
- package/dist/react-native/operations/tenants.d.ts +0 -32
- package/dist/react-native/operations/tenants.d.ts.map +0 -1
- package/dist/react-native/operations/tenants.js +0 -116
- package/dist/react-native/operations/tenants.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -4
- 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 -9
- package/dist/react-native/operationsInterfaces/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/subscriptions.d.ts +0 -31
- package/dist/react-native/operationsInterfaces/subscriptions.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/subscriptions.js +0 -9
- package/dist/react-native/operationsInterfaces/subscriptions.js.map +0 -1
- package/dist/react-native/operationsInterfaces/tenants.d.ts +0 -11
- package/dist/react-native/operationsInterfaces/tenants.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/tenants.js +0 -9
- package/dist/react-native/operationsInterfaces/tenants.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 -30
- package/dist/react-native/pagingHelper.js.map +0 -1
- package/dist/react-native/subscriptionClient.d.ts +0 -26
- package/dist/react-native/subscriptionClient.d.ts.map +0 -1
- package/dist/react-native/subscriptionClient.js +0 -133
- package/dist/react-native/subscriptionClient.js.map +0 -1
- package/review/arm-resources-subscriptions-node.api.md +0 -401
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/resources-subscriptions/arm-resources-subscriptions/src/models/mappers.ts"],
|
|
4
|
-
"sourcesContent": ["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport * as coreClient from \"@azure/core-client\";\n\nexport const OperationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Operation\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Operation: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Operation\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\"\n }\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n actionType: {\n serializedName: \"actionType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplay: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplay\",\n modelProperties: {\n provider: {\n serializedName: \"provider\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n resource: {\n serializedName: \"resource\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n operation: {\n serializedName: \"operation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n description: {\n serializedName: \"description\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CloudError: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CloudError\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\"\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 readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorResponse\"\n }\n }\n }\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ErrorAdditionalInfo: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\",\n modelProperties: {\n type: {\n serializedName: \"type\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n info: {\n serializedName: \"info\",\n readOnly: true,\n type: {\n name: \"Dictionary\",\n value: { type: { name: \"any\" } }\n }\n }\n }\n }\n};\n\nexport const LocationListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LocationListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Location\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Location: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Location\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\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: \"Enum\",\n allowedValues: [\"Region\", \"EdgeZone\"]\n }\n },\n displayName: {\n serializedName: \"displayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n regionalDisplayName: {\n serializedName: \"regionalDisplayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n metadata: {\n serializedName: \"metadata\",\n type: {\n name: \"Composite\",\n className: \"LocationMetadata\"\n }\n },\n availabilityZoneMappings: {\n serializedName: \"availabilityZoneMappings\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AvailabilityZoneMappings\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const LocationMetadata: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"LocationMetadata\",\n modelProperties: {\n regionType: {\n serializedName: \"regionType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n regionCategory: {\n serializedName: \"regionCategory\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n geography: {\n serializedName: \"geography\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n geographyGroup: {\n serializedName: \"geographyGroup\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n longitude: {\n serializedName: \"longitude\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n latitude: {\n serializedName: \"latitude\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n physicalLocation: {\n serializedName: \"physicalLocation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n pairedRegion: {\n serializedName: \"pairedRegion\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"PairedRegion\"\n }\n }\n }\n },\n homeLocation: {\n serializedName: \"homeLocation\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const PairedRegion: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"PairedRegion\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const AvailabilityZoneMappings: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailabilityZoneMappings\",\n modelProperties: {\n logicalZone: {\n serializedName: \"logicalZone\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n physicalZone: {\n serializedName: \"physicalZone\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const Subscription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Subscription\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n subscriptionId: {\n serializedName: \"subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n state: {\n serializedName: \"state\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"Enabled\", \"Warned\", \"PastDue\", \"Disabled\", \"Deleted\"]\n }\n },\n subscriptionPolicies: {\n serializedName: \"subscriptionPolicies\",\n type: {\n name: \"Composite\",\n className: \"SubscriptionPolicies\"\n }\n },\n authorizationSource: {\n serializedName: \"authorizationSource\",\n type: {\n name: \"String\"\n }\n },\n managedByTenants: {\n serializedName: \"managedByTenants\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ManagedByTenant\"\n }\n }\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 SubscriptionPolicies: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionPolicies\",\n modelProperties: {\n locationPlacementId: {\n serializedName: \"locationPlacementId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n quotaId: {\n serializedName: \"quotaId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n spendingLimit: {\n serializedName: \"spendingLimit\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"On\", \"Off\", \"CurrentPeriodOff\"]\n }\n }\n }\n }\n};\n\nexport const ManagedByTenant: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ManagedByTenant\",\n modelProperties: {\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const SubscriptionListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"SubscriptionListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Subscription\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TenantListResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TenantListResult\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"TenantIdDescription\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const TenantIdDescription: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"TenantIdDescription\",\n modelProperties: {\n id: {\n serializedName: \"id\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tenantId: {\n serializedName: \"tenantId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tenantCategory: {\n serializedName: \"tenantCategory\",\n readOnly: true,\n type: {\n name: \"Enum\",\n allowedValues: [\"Home\", \"ProjectedBy\", \"ManagedBy\"]\n }\n },\n country: {\n serializedName: \"country\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n countryCode: {\n serializedName: \"countryCode\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n displayName: {\n serializedName: \"displayName\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n domains: {\n serializedName: \"domains\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n },\n defaultDomain: {\n serializedName: \"defaultDomain\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tenantType: {\n serializedName: \"tenantType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n tenantBrandingLogoUrl: {\n serializedName: \"tenantBrandingLogoUrl\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CheckZonePeersRequest: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckZonePeersRequest\",\n modelProperties: {\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n subscriptionIds: {\n serializedName: \"subscriptionIds\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"String\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const CheckZonePeersResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckZonePeersResult\",\n modelProperties: {\n subscriptionId: {\n serializedName: \"subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n location: {\n serializedName: \"location\",\n type: {\n name: \"String\"\n }\n },\n availabilityZonePeers: {\n serializedName: \"availabilityZonePeers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"AvailabilityZonePeers\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const AvailabilityZonePeers: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"AvailabilityZonePeers\",\n modelProperties: {\n availabilityZone: {\n serializedName: \"availabilityZone\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n peers: {\n serializedName: \"peers\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"Peers\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const Peers: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"Peers\",\n modelProperties: {\n subscriptionId: {\n serializedName: \"subscriptionId\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n availabilityZone: {\n serializedName: \"availabilityZone\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const ErrorResponseAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorResponseAutoGenerated\",\n modelProperties: {\n error: {\n serializedName: \"error\",\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n }\n};\n\nexport const ErrorDetail: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\",\n modelProperties: {\n code: {\n serializedName: \"code\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n message: {\n serializedName: \"message\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n target: {\n serializedName: \"target\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n details: {\n serializedName: \"details\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorDetail\"\n }\n }\n }\n },\n additionalInfo: {\n serializedName: \"additionalInfo\",\n readOnly: true,\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"ErrorAdditionalInfo\"\n }\n }\n }\n }\n }\n }\n};\n\nexport const ResourceName: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"ResourceName\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n required: true,\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const CheckResourceNameResult: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"CheckResourceNameResult\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n type: {\n serializedName: \"type\",\n type: {\n name: \"String\"\n }\n },\n status: {\n serializedName: \"status\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationAutoGenerated\",\n modelProperties: {\n name: {\n serializedName: \"name\",\n type: {\n name: \"String\"\n }\n },\n isDataAction: {\n serializedName: \"isDataAction\",\n readOnly: true,\n type: {\n name: \"Boolean\"\n }\n },\n display: {\n serializedName: \"display\",\n type: {\n name: \"Composite\",\n className: \"OperationDisplayAutoGenerated\"\n }\n },\n origin: {\n serializedName: \"origin\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n },\n actionType: {\n serializedName: \"actionType\",\n readOnly: true,\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n\nexport const OperationDisplayAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationDisplayAutoGenerated\",\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 OperationListResultAutoGenerated: coreClient.CompositeMapper = {\n type: {\n name: \"Composite\",\n className: \"OperationListResultAutoGenerated\",\n modelProperties: {\n value: {\n serializedName: \"value\",\n type: {\n name: \"Sequence\",\n element: {\n type: {\n name: \"Composite\",\n className: \"OperationAutoGenerated\"\n }\n }\n }\n },\n nextLink: {\n serializedName: \"nextLink\",\n type: {\n name: \"String\"\n }\n }\n }\n }\n};\n"],
|
|
5
|
-
"mappings": "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",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import { OperationParameter, OperationURLParameter, OperationQueryParameter } from "@azure/core-client";
|
|
2
|
-
export declare const accept: OperationParameter;
|
|
3
|
-
export declare const $host: OperationURLParameter;
|
|
4
|
-
export declare const apiVersion: OperationQueryParameter;
|
|
5
|
-
export declare const nextLink: OperationURLParameter;
|
|
6
|
-
export declare const subscriptionId: OperationURLParameter;
|
|
7
|
-
export declare const includeExtendedLocations: OperationQueryParameter;
|
|
8
|
-
export declare const contentType: OperationParameter;
|
|
9
|
-
export declare const parameters: OperationParameter;
|
|
10
|
-
export declare const resourceNameDefinition: OperationParameter;
|
|
11
|
-
//# sourceMappingURL=parameters.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"parameters.d.ts","sourceRoot":"","sources":["../../../src/models/parameters.ts"],"names":[],"mappings":"AAQA,OAAO,EACL,kBAAkB,EAClB,qBAAqB,EACrB,uBAAuB,EACxB,MAAM,oBAAoB,CAAC;AAM5B,eAAO,MAAM,MAAM,EAAE,kBAUpB,CAAC;AAEF,eAAO,MAAM,KAAK,EAAE,qBAUnB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,uBAUxB,CAAC;AAEF,eAAO,MAAM,QAAQ,EAAE,qBAUtB,CAAC;AAEF,eAAO,MAAM,cAAc,EAAE,qBAS5B,CAAC;AAEF,eAAO,MAAM,wBAAwB,EAAE,uBAQtC,CAAC;AAEF,eAAO,MAAM,WAAW,EAAE,kBAUzB,CAAC;AAEF,eAAO,MAAM,UAAU,EAAE,kBAGxB,CAAC;AAEF,eAAO,MAAM,sBAAsB,EAAE,kBAGpC,CAAC"}
|
|
@@ -1,97 +0,0 @@
|
|
|
1
|
-
import {
|
|
2
|
-
CheckZonePeersRequest as CheckZonePeersRequestMapper,
|
|
3
|
-
ResourceName as ResourceNameMapper
|
|
4
|
-
} from "../models/mappers.js";
|
|
5
|
-
const accept = {
|
|
6
|
-
parameterPath: "accept",
|
|
7
|
-
mapper: {
|
|
8
|
-
defaultValue: "application/json",
|
|
9
|
-
isConstant: true,
|
|
10
|
-
serializedName: "Accept",
|
|
11
|
-
type: {
|
|
12
|
-
name: "String"
|
|
13
|
-
}
|
|
14
|
-
}
|
|
15
|
-
};
|
|
16
|
-
const $host = {
|
|
17
|
-
parameterPath: "$host",
|
|
18
|
-
mapper: {
|
|
19
|
-
serializedName: "$host",
|
|
20
|
-
required: true,
|
|
21
|
-
type: {
|
|
22
|
-
name: "String"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
skipEncoding: true
|
|
26
|
-
};
|
|
27
|
-
const apiVersion = {
|
|
28
|
-
parameterPath: "apiVersion",
|
|
29
|
-
mapper: {
|
|
30
|
-
defaultValue: "2022-12-01",
|
|
31
|
-
isConstant: true,
|
|
32
|
-
serializedName: "api-version",
|
|
33
|
-
type: {
|
|
34
|
-
name: "String"
|
|
35
|
-
}
|
|
36
|
-
}
|
|
37
|
-
};
|
|
38
|
-
const nextLink = {
|
|
39
|
-
parameterPath: "nextLink",
|
|
40
|
-
mapper: {
|
|
41
|
-
serializedName: "nextLink",
|
|
42
|
-
required: true,
|
|
43
|
-
type: {
|
|
44
|
-
name: "String"
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
skipEncoding: true
|
|
48
|
-
};
|
|
49
|
-
const subscriptionId = {
|
|
50
|
-
parameterPath: "subscriptionId",
|
|
51
|
-
mapper: {
|
|
52
|
-
serializedName: "subscriptionId",
|
|
53
|
-
required: true,
|
|
54
|
-
type: {
|
|
55
|
-
name: "String"
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
};
|
|
59
|
-
const includeExtendedLocations = {
|
|
60
|
-
parameterPath: ["options", "includeExtendedLocations"],
|
|
61
|
-
mapper: {
|
|
62
|
-
serializedName: "includeExtendedLocations",
|
|
63
|
-
type: {
|
|
64
|
-
name: "Boolean"
|
|
65
|
-
}
|
|
66
|
-
}
|
|
67
|
-
};
|
|
68
|
-
const contentType = {
|
|
69
|
-
parameterPath: ["options", "contentType"],
|
|
70
|
-
mapper: {
|
|
71
|
-
defaultValue: "application/json",
|
|
72
|
-
isConstant: true,
|
|
73
|
-
serializedName: "Content-Type",
|
|
74
|
-
type: {
|
|
75
|
-
name: "String"
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
};
|
|
79
|
-
const parameters = {
|
|
80
|
-
parameterPath: "parameters",
|
|
81
|
-
mapper: CheckZonePeersRequestMapper
|
|
82
|
-
};
|
|
83
|
-
const resourceNameDefinition = {
|
|
84
|
-
parameterPath: ["options", "resourceNameDefinition"],
|
|
85
|
-
mapper: ResourceNameMapper
|
|
86
|
-
};
|
|
87
|
-
export {
|
|
88
|
-
$host,
|
|
89
|
-
accept,
|
|
90
|
-
apiVersion,
|
|
91
|
-
contentType,
|
|
92
|
-
includeExtendedLocations,
|
|
93
|
-
nextLink,
|
|
94
|
-
parameters,
|
|
95
|
-
resourceNameDefinition,
|
|
96
|
-
subscriptionId
|
|
97
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/resources-subscriptions/arm-resources-subscriptions/src/models/parameters.ts"],
|
|
4
|
-
"sourcesContent": ["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport {\n OperationParameter,\n OperationURLParameter,\n OperationQueryParameter\n} from \"@azure/core-client\";\nimport {\n CheckZonePeersRequest as CheckZonePeersRequestMapper,\n ResourceName as ResourceNameMapper\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 apiVersion: OperationQueryParameter = {\n parameterPath: \"apiVersion\",\n mapper: {\n defaultValue: \"2022-12-01\",\n isConstant: true,\n serializedName: \"api-version\",\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 subscriptionId: OperationURLParameter = {\n parameterPath: \"subscriptionId\",\n mapper: {\n serializedName: \"subscriptionId\",\n required: true,\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const includeExtendedLocations: OperationQueryParameter = {\n parameterPath: [\"options\", \"includeExtendedLocations\"],\n mapper: {\n serializedName: \"includeExtendedLocations\",\n type: {\n name: \"Boolean\"\n }\n }\n};\n\nexport const contentType: OperationParameter = {\n parameterPath: [\"options\", \"contentType\"],\n mapper: {\n defaultValue: \"application/json\",\n isConstant: true,\n serializedName: \"Content-Type\",\n type: {\n name: \"String\"\n }\n }\n};\n\nexport const parameters: OperationParameter = {\n parameterPath: \"parameters\",\n mapper: CheckZonePeersRequestMapper\n};\n\nexport const resourceNameDefinition: OperationParameter = {\n parameterPath: [\"options\", \"resourceNameDefinition\"],\n mapper: ResourceNameMapper\n};\n"],
|
|
5
|
-
"mappings": "AAaA;AAAA,EACE,yBAAyB;AAAA,EACzB,gBAAgB;AAAA,OACX;AAEA,MAAM,SAA6B;AAAA,EACxC,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,cAAc;AAAA,IACd,YAAY;AAAA,IACZ,gBAAgB;AAAA,IAChB,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,QAA+B;AAAA,EAC1C,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,gBAAgB;AAAA,IAChB,UAAU;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AAAA,EACA,cAAc;AAChB;AAEO,MAAM,aAAsC;AAAA,EACjD,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,cAAc;AAAA,IACd,YAAY;AAAA,IACZ,gBAAgB;AAAA,IAChB,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,WAAkC;AAAA,EAC7C,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,gBAAgB;AAAA,IAChB,UAAU;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AAAA,EACA,cAAc;AAChB;AAEO,MAAM,iBAAwC;AAAA,EACnD,eAAe;AAAA,EACf,QAAQ;AAAA,IACN,gBAAgB;AAAA,IAChB,UAAU;AAAA,IACV,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,2BAAoD;AAAA,EAC/D,eAAe,CAAC,WAAW,0BAA0B;AAAA,EACrD,QAAQ;AAAA,IACN,gBAAgB;AAAA,IAChB,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,cAAkC;AAAA,EAC7C,eAAe,CAAC,WAAW,aAAa;AAAA,EACxC,QAAQ;AAAA,IACN,cAAc;AAAA,IACd,YAAY;AAAA,IACZ,gBAAgB;AAAA,IAChB,MAAM;AAAA,MACJ,MAAM;AAAA,IACR;AAAA,EACF;AACF;AAEO,MAAM,aAAiC;AAAA,EAC5C,eAAe;AAAA,EACf,QAAQ;AACV;AAEO,MAAM,yBAA6C;AAAA,EACxD,eAAe,CAAC,WAAW,wBAAwB;AAAA,EACnD,QAAQ;AACV;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/operations/index.ts"],"names":[],"mappings":"AAQA,cAAc,iBAAiB,CAAC;AAChC,cAAc,oBAAoB,CAAC;AACnC,cAAc,cAAc,CAAC"}
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/resources-subscriptions/arm-resources-subscriptions/src/operations/index.ts"],
|
|
4
|
-
"sourcesContent": ["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nexport * from \"./operations.js\";\nexport * from \"./subscriptions.js\";\nexport * from \"./tenants.js\";\n"],
|
|
5
|
-
"mappings": "AAQA,cAAc;AACd,cAAc;AACd,cAAc;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Operations } from "../operationsInterfaces/index.js";
|
|
3
|
-
import { SubscriptionClient } from "../subscriptionClient.js";
|
|
4
|
-
import { Operation, OperationsListOptionalParams } from "../models/index.js";
|
|
5
|
-
/** Class containing Operations operations. */
|
|
6
|
-
export declare class OperationsImpl implements Operations {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class Operations class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: SubscriptionClient);
|
|
13
|
-
/**
|
|
14
|
-
* Lists all of the available Microsoft.Resources REST API operations.
|
|
15
|
-
* @param options The options parameters.
|
|
16
|
-
*/
|
|
17
|
-
list(options?: OperationsListOptionalParams): PagedAsyncIterableIterator<Operation>;
|
|
18
|
-
private listPagingPage;
|
|
19
|
-
private listPagingAll;
|
|
20
|
-
/**
|
|
21
|
-
* Lists all of the available Microsoft.Resources REST API operations.
|
|
22
|
-
* @param options The options parameters.
|
|
23
|
-
*/
|
|
24
|
-
private _list;
|
|
25
|
-
/**
|
|
26
|
-
* ListNext
|
|
27
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
28
|
-
* @param options The options parameters.
|
|
29
|
-
*/
|
|
30
|
-
private _listNext;
|
|
31
|
-
}
|
|
32
|
-
//# sourceMappingURL=operations.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"operations.d.ts","sourceRoot":"","sources":["../../../src/operations/operations.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,UAAU,EAAE,MAAM,kCAAkC,CAAC;AAI9D,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EACL,SAAS,EAET,4BAA4B,EAG7B,MAAM,oBAAoB,CAAC;AAG5B,8CAA8C;AAC9C,qBAAa,cAAe,YAAW,UAAU;IAC/C,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAqB;IAE5C;;;OAGG;gBACS,MAAM,EAAE,kBAAkB;IAItC;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,4BAA4B,GACrC,0BAA0B,CAAC,SAAS,CAAC;YAkBzB,cAAc;YAsBd,aAAa;IAQ5B;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
|
|
@@ -1,115 +0,0 @@
|
|
|
1
|
-
import { setContinuationToken } from "../pagingHelper.js";
|
|
2
|
-
import * as coreClient from "@azure/core-client";
|
|
3
|
-
import * as Mappers from "../models/mappers.js";
|
|
4
|
-
import * as Parameters from "../models/parameters.js";
|
|
5
|
-
class OperationsImpl {
|
|
6
|
-
client;
|
|
7
|
-
/**
|
|
8
|
-
* Initialize a new instance of the class Operations class.
|
|
9
|
-
* @param client Reference to the service client
|
|
10
|
-
*/
|
|
11
|
-
constructor(client) {
|
|
12
|
-
this.client = client;
|
|
13
|
-
}
|
|
14
|
-
/**
|
|
15
|
-
* Lists all of the available Microsoft.Resources REST API operations.
|
|
16
|
-
* @param options The options parameters.
|
|
17
|
-
*/
|
|
18
|
-
list(options) {
|
|
19
|
-
const iter = this.listPagingAll(options);
|
|
20
|
-
return {
|
|
21
|
-
next() {
|
|
22
|
-
return iter.next();
|
|
23
|
-
},
|
|
24
|
-
[Symbol.asyncIterator]() {
|
|
25
|
-
return this;
|
|
26
|
-
},
|
|
27
|
-
byPage: (settings) => {
|
|
28
|
-
if (settings?.maxPageSize) {
|
|
29
|
-
throw new Error("maxPageSize is not supported by this operation.");
|
|
30
|
-
}
|
|
31
|
-
return this.listPagingPage(options, settings);
|
|
32
|
-
}
|
|
33
|
-
};
|
|
34
|
-
}
|
|
35
|
-
async *listPagingPage(options, settings) {
|
|
36
|
-
let result;
|
|
37
|
-
let continuationToken = settings?.continuationToken;
|
|
38
|
-
if (!continuationToken) {
|
|
39
|
-
result = await this._list(options);
|
|
40
|
-
let page = result.value || [];
|
|
41
|
-
continuationToken = result.nextLink;
|
|
42
|
-
setContinuationToken(page, continuationToken);
|
|
43
|
-
yield page;
|
|
44
|
-
}
|
|
45
|
-
while (continuationToken) {
|
|
46
|
-
result = await this._listNext(continuationToken, options);
|
|
47
|
-
continuationToken = result.nextLink;
|
|
48
|
-
let page = result.value || [];
|
|
49
|
-
setContinuationToken(page, continuationToken);
|
|
50
|
-
yield page;
|
|
51
|
-
}
|
|
52
|
-
}
|
|
53
|
-
async *listPagingAll(options) {
|
|
54
|
-
for await (const page of this.listPagingPage(options)) {
|
|
55
|
-
yield* page;
|
|
56
|
-
}
|
|
57
|
-
}
|
|
58
|
-
/**
|
|
59
|
-
* Lists all of the available Microsoft.Resources REST API operations.
|
|
60
|
-
* @param options The options parameters.
|
|
61
|
-
*/
|
|
62
|
-
_list(options) {
|
|
63
|
-
return this.client.sendOperationRequest({ options }, listOperationSpec);
|
|
64
|
-
}
|
|
65
|
-
/**
|
|
66
|
-
* ListNext
|
|
67
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
68
|
-
* @param options The options parameters.
|
|
69
|
-
*/
|
|
70
|
-
_listNext(nextLink, options) {
|
|
71
|
-
return this.client.sendOperationRequest(
|
|
72
|
-
{ nextLink, options },
|
|
73
|
-
listNextOperationSpec
|
|
74
|
-
);
|
|
75
|
-
}
|
|
76
|
-
}
|
|
77
|
-
const serializer = coreClient.createSerializer(
|
|
78
|
-
Mappers,
|
|
79
|
-
/* isXml */
|
|
80
|
-
false
|
|
81
|
-
);
|
|
82
|
-
const listOperationSpec = {
|
|
83
|
-
path: "/providers/Microsoft.Resources/operations",
|
|
84
|
-
httpMethod: "GET",
|
|
85
|
-
responses: {
|
|
86
|
-
200: {
|
|
87
|
-
bodyMapper: Mappers.OperationListResult
|
|
88
|
-
},
|
|
89
|
-
default: {
|
|
90
|
-
bodyMapper: Mappers.CloudError
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
|
-
queryParameters: [Parameters.apiVersion],
|
|
94
|
-
urlParameters: [Parameters.$host],
|
|
95
|
-
headerParameters: [Parameters.accept],
|
|
96
|
-
serializer
|
|
97
|
-
};
|
|
98
|
-
const listNextOperationSpec = {
|
|
99
|
-
path: "{nextLink}",
|
|
100
|
-
httpMethod: "GET",
|
|
101
|
-
responses: {
|
|
102
|
-
200: {
|
|
103
|
-
bodyMapper: Mappers.OperationListResult
|
|
104
|
-
},
|
|
105
|
-
default: {
|
|
106
|
-
bodyMapper: Mappers.CloudError
|
|
107
|
-
}
|
|
108
|
-
},
|
|
109
|
-
urlParameters: [Parameters.$host, Parameters.nextLink],
|
|
110
|
-
headerParameters: [Parameters.accept],
|
|
111
|
-
serializer
|
|
112
|
-
};
|
|
113
|
-
export {
|
|
114
|
-
OperationsImpl
|
|
115
|
-
};
|
|
@@ -1,7 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"version": 3,
|
|
3
|
-
"sources": ["/mnt/vss/_work/1/s/sdk/resources-subscriptions/arm-resources-subscriptions/src/operations/operations.ts"],
|
|
4
|
-
"sourcesContent": ["/*\n * Copyright (c) Microsoft Corporation.\n * Licensed under the MIT License.\n *\n * Code generated by Microsoft (R) AutoRest Code Generator.\n * Changes may cause incorrect behavior and will be lost if the code is regenerated.\n */\n\nimport { PagedAsyncIterableIterator, PageSettings } from \"@azure/core-paging\";\nimport { setContinuationToken } from \"../pagingHelper.js\";\nimport { Operations } from \"../operationsInterfaces/index.js\";\nimport * as coreClient from \"@azure/core-client\";\nimport * as Mappers from \"../models/mappers.js\";\nimport * as Parameters from \"../models/parameters.js\";\nimport { SubscriptionClient } from \"../subscriptionClient.js\";\nimport {\n Operation,\n OperationsListNextOptionalParams,\n OperationsListOptionalParams,\n OperationsListResponse,\n OperationsListNextResponse\n} from \"../models/index.js\";\n\n/// <reference lib=\"esnext.asynciterable\" />\n/** Class containing Operations operations. */\nexport class OperationsImpl implements Operations {\n private readonly client: SubscriptionClient;\n\n /**\n * Initialize a new instance of the class Operations class.\n * @param client Reference to the service client\n */\n constructor(client: SubscriptionClient) {\n this.client = client;\n }\n\n /**\n * Lists all of the available Microsoft.Resources REST API operations.\n * @param options The options parameters.\n */\n public list(\n options?: OperationsListOptionalParams\n ): PagedAsyncIterableIterator<Operation> {\n const iter = this.listPagingAll(options);\n return {\n next() {\n return iter.next();\n },\n [Symbol.asyncIterator]() {\n return this;\n },\n byPage: (settings?: PageSettings) => {\n if (settings?.maxPageSize) {\n throw new Error(\"maxPageSize is not supported by this operation.\");\n }\n return this.listPagingPage(options, settings);\n }\n };\n }\n\n private async *listPagingPage(\n options?: OperationsListOptionalParams,\n settings?: PageSettings\n ): AsyncIterableIterator<Operation[]> {\n let result: OperationsListResponse;\n let continuationToken = settings?.continuationToken;\n if (!continuationToken) {\n result = await this._list(options);\n let page = result.value || [];\n continuationToken = result.nextLink;\n setContinuationToken(page, continuationToken);\n yield page;\n }\n while (continuationToken) {\n result = await this._listNext(continuationToken, options);\n continuationToken = result.nextLink;\n let page = result.value || [];\n setContinuationToken(page, continuationToken);\n yield page;\n }\n }\n\n private async *listPagingAll(\n options?: OperationsListOptionalParams\n ): AsyncIterableIterator<Operation> {\n for await (const page of this.listPagingPage(options)) {\n yield* page;\n }\n }\n\n /**\n * Lists all of the available Microsoft.Resources REST API operations.\n * @param options The options parameters.\n */\n private _list(\n options?: OperationsListOptionalParams\n ): Promise<OperationsListResponse> {\n return this.client.sendOperationRequest({ options }, listOperationSpec);\n }\n\n /**\n * ListNext\n * @param nextLink The nextLink from the previous successful call to the List method.\n * @param options The options parameters.\n */\n private _listNext(\n nextLink: string,\n options?: OperationsListNextOptionalParams\n ): Promise<OperationsListNextResponse> {\n return this.client.sendOperationRequest(\n { nextLink, options },\n listNextOperationSpec\n );\n }\n}\n// Operation Specifications\nconst serializer = coreClient.createSerializer(Mappers, /* isXml */ false);\n\nconst listOperationSpec: coreClient.OperationSpec = {\n path: \"/providers/Microsoft.Resources/operations\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n queryParameters: [Parameters.apiVersion],\n urlParameters: [Parameters.$host],\n headerParameters: [Parameters.accept],\n serializer\n};\nconst listNextOperationSpec: coreClient.OperationSpec = {\n path: \"{nextLink}\",\n httpMethod: \"GET\",\n responses: {\n 200: {\n bodyMapper: Mappers.OperationListResult\n },\n default: {\n bodyMapper: Mappers.CloudError\n }\n },\n urlParameters: [Parameters.$host, Parameters.nextLink],\n headerParameters: [Parameters.accept],\n serializer\n};\n"],
|
|
5
|
-
"mappings": "AASA,SAAS,4BAA4B;AAErC,YAAY,gBAAgB;AAC5B,YAAY,aAAa;AACzB,YAAY,gBAAgB;AAYrB,MAAM,eAAqC;AAAA,EAC/B;AAAA;AAAA;AAAA;AAAA;AAAA,EAMjB,YAAY,QAA4B;AACtC,SAAK,SAAS;AAAA,EAChB;AAAA;AAAA;AAAA;AAAA;AAAA,EAMO,KACL,SACuC;AACvC,UAAM,OAAO,KAAK,cAAc,OAAO;AACvC,WAAO;AAAA,MACL,OAAO;AACL,eAAO,KAAK,KAAK;AAAA,MACnB;AAAA,MACA,CAAC,OAAO,aAAa,IAAI;AACvB,eAAO;AAAA,MACT;AAAA,MACA,QAAQ,CAAC,aAA4B;AACnC,YAAI,UAAU,aAAa;AACzB,gBAAM,IAAI,MAAM,iDAAiD;AAAA,QACnE;AACA,eAAO,KAAK,eAAe,SAAS,QAAQ;AAAA,MAC9C;AAAA,IACF;AAAA,EACF;AAAA,EAEA,OAAe,eACb,SACA,UACoC;AACpC,QAAI;AACJ,QAAI,oBAAoB,UAAU;AAClC,QAAI,CAAC,mBAAmB;AACtB,eAAS,MAAM,KAAK,MAAM,OAAO;AACjC,UAAI,OAAO,OAAO,SAAS,CAAC;AAC5B,0BAAoB,OAAO;AAC3B,2BAAqB,MAAM,iBAAiB;AAC5C,YAAM;AAAA,IACR;AACA,WAAO,mBAAmB;AACxB,eAAS,MAAM,KAAK,UAAU,mBAAmB,OAAO;AACxD,0BAAoB,OAAO;AAC3B,UAAI,OAAO,OAAO,SAAS,CAAC;AAC5B,2BAAqB,MAAM,iBAAiB;AAC5C,YAAM;AAAA,IACR;AAAA,EACF;AAAA,EAEA,OAAe,cACb,SACkC;AAClC,qBAAiB,QAAQ,KAAK,eAAe,OAAO,GAAG;AACrD,aAAO;AAAA,IACT;AAAA,EACF;AAAA;AAAA;AAAA;AAAA;AAAA,EAMQ,MACN,SACiC;AACjC,WAAO,KAAK,OAAO,qBAAqB,EAAE,QAAQ,GAAG,iBAAiB;AAAA,EACxE;AAAA;AAAA;AAAA;AAAA;AAAA;AAAA,EAOQ,UACN,UACA,SACqC;AACrC,WAAO,KAAK,OAAO;AAAA,MACjB,EAAE,UAAU,QAAQ;AAAA,MACpB;AAAA,IACF;AAAA,EACF;AACF;AAEA,MAAM,aAAa,WAAW;AAAA,EAAiB;AAAA;AAAA,EAAqB;AAAK;AAEzE,MAAM,oBAA8C;AAAA,EAClD,MAAM;AAAA,EACN,YAAY;AAAA,EACZ,WAAW;AAAA,IACT,KAAK;AAAA,MACH,YAAY,QAAQ;AAAA,IACtB;AAAA,IACA,SAAS;AAAA,MACP,YAAY,QAAQ;AAAA,IACtB;AAAA,EACF;AAAA,EACA,iBAAiB,CAAC,WAAW,UAAU;AAAA,EACvC,eAAe,CAAC,WAAW,KAAK;AAAA,EAChC,kBAAkB,CAAC,WAAW,MAAM;AAAA,EACpC;AACF;AACA,MAAM,wBAAkD;AAAA,EACtD,MAAM;AAAA,EACN,YAAY;AAAA,EACZ,WAAW;AAAA,IACT,KAAK;AAAA,MACH,YAAY,QAAQ;AAAA,IACtB;AAAA,IACA,SAAS;AAAA,MACP,YAAY,QAAQ;AAAA,IACtB;AAAA,EACF;AAAA,EACA,eAAe,CAAC,WAAW,OAAO,WAAW,QAAQ;AAAA,EACrD,kBAAkB,CAAC,WAAW,MAAM;AAAA,EACpC;AACF;",
|
|
6
|
-
"names": []
|
|
7
|
-
}
|
|
@@ -1,61 +0,0 @@
|
|
|
1
|
-
import { PagedAsyncIterableIterator } from "@azure/core-paging";
|
|
2
|
-
import { Subscriptions } from "../operationsInterfaces/index.js";
|
|
3
|
-
import { SubscriptionClient } from "../subscriptionClient.js";
|
|
4
|
-
import { Location, SubscriptionsListLocationsOptionalParams, Subscription, SubscriptionsListOptionalParams, SubscriptionsGetOptionalParams, SubscriptionsGetResponse, CheckZonePeersRequest, SubscriptionsCheckZonePeersOptionalParams, SubscriptionsCheckZonePeersResponse } from "../models/index.js";
|
|
5
|
-
/** Class containing Subscriptions operations. */
|
|
6
|
-
export declare class SubscriptionsImpl implements Subscriptions {
|
|
7
|
-
private readonly client;
|
|
8
|
-
/**
|
|
9
|
-
* Initialize a new instance of the class Subscriptions class.
|
|
10
|
-
* @param client Reference to the service client
|
|
11
|
-
*/
|
|
12
|
-
constructor(client: SubscriptionClient);
|
|
13
|
-
/**
|
|
14
|
-
* This operation provides all the locations that are available for resource providers; however, each
|
|
15
|
-
* resource provider may support a subset of this list.
|
|
16
|
-
* @param subscriptionId The ID of the target subscription.
|
|
17
|
-
* @param options The options parameters.
|
|
18
|
-
*/
|
|
19
|
-
listLocations(subscriptionId: string, options?: SubscriptionsListLocationsOptionalParams): PagedAsyncIterableIterator<Location>;
|
|
20
|
-
private listLocationsPagingPage;
|
|
21
|
-
private listLocationsPagingAll;
|
|
22
|
-
/**
|
|
23
|
-
* Gets all subscriptions for a tenant.
|
|
24
|
-
* @param options The options parameters.
|
|
25
|
-
*/
|
|
26
|
-
list(options?: SubscriptionsListOptionalParams): PagedAsyncIterableIterator<Subscription>;
|
|
27
|
-
private listPagingPage;
|
|
28
|
-
private listPagingAll;
|
|
29
|
-
/**
|
|
30
|
-
* This operation provides all the locations that are available for resource providers; however, each
|
|
31
|
-
* resource provider may support a subset of this list.
|
|
32
|
-
* @param subscriptionId The ID of the target subscription.
|
|
33
|
-
* @param options The options parameters.
|
|
34
|
-
*/
|
|
35
|
-
private _listLocations;
|
|
36
|
-
/**
|
|
37
|
-
* Gets details about a specified subscription.
|
|
38
|
-
* @param subscriptionId The ID of the target subscription.
|
|
39
|
-
* @param options The options parameters.
|
|
40
|
-
*/
|
|
41
|
-
get(subscriptionId: string, options?: SubscriptionsGetOptionalParams): Promise<SubscriptionsGetResponse>;
|
|
42
|
-
/**
|
|
43
|
-
* Gets all subscriptions for a tenant.
|
|
44
|
-
* @param options The options parameters.
|
|
45
|
-
*/
|
|
46
|
-
private _list;
|
|
47
|
-
/**
|
|
48
|
-
* Compares a subscriptions logical zone mapping
|
|
49
|
-
* @param subscriptionId The ID of the target subscription.
|
|
50
|
-
* @param parameters Parameters for checking zone peers.
|
|
51
|
-
* @param options The options parameters.
|
|
52
|
-
*/
|
|
53
|
-
checkZonePeers(subscriptionId: string, parameters: CheckZonePeersRequest, options?: SubscriptionsCheckZonePeersOptionalParams): Promise<SubscriptionsCheckZonePeersResponse>;
|
|
54
|
-
/**
|
|
55
|
-
* ListNext
|
|
56
|
-
* @param nextLink The nextLink from the previous successful call to the List method.
|
|
57
|
-
* @param options The options parameters.
|
|
58
|
-
*/
|
|
59
|
-
private _listNext;
|
|
60
|
-
}
|
|
61
|
-
//# sourceMappingURL=subscriptions.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"subscriptions.d.ts","sourceRoot":"","sources":["../../../src/operations/subscriptions.ts"],"names":[],"mappings":"AAQA,OAAO,EAAE,0BAA0B,EAAgB,MAAM,oBAAoB,CAAC;AAE9E,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AAIjE,OAAO,EAAE,kBAAkB,EAAE,MAAM,0BAA0B,CAAC;AAC9D,OAAO,EACL,QAAQ,EACR,wCAAwC,EAExC,YAAY,EAEZ,+BAA+B,EAE/B,8BAA8B,EAC9B,wBAAwB,EACxB,qBAAqB,EACrB,yCAAyC,EACzC,mCAAmC,EAEpC,MAAM,oBAAoB,CAAC;AAG5B,iDAAiD;AACjD,qBAAa,iBAAkB,YAAW,aAAa;IACrD,OAAO,CAAC,QAAQ,CAAC,MAAM,CAAqB;IAE5C;;;OAGG;gBACS,MAAM,EAAE,kBAAkB;IAItC;;;;;OAKG;IACI,aAAa,CAClB,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,wCAAwC,GACjD,0BAA0B,CAAC,QAAQ,CAAC;YAkBxB,uBAAuB;YAUvB,sBAAsB;IAYrC;;;OAGG;IACI,IAAI,CACT,OAAO,CAAC,EAAE,+BAA+B,GACxC,0BAA0B,CAAC,YAAY,CAAC;YAkB5B,cAAc;YAsBd,aAAa;IAQ5B;;;;;OAKG;IACH,OAAO,CAAC,cAAc;IAUtB;;;;OAIG;IACH,GAAG,CACD,cAAc,EAAE,MAAM,EACtB,OAAO,CAAC,EAAE,8BAA8B,GACvC,OAAO,CAAC,wBAAwB,CAAC;IAOpC;;;OAGG;IACH,OAAO,CAAC,KAAK;IAMb;;;;;OAKG;IACH,cAAc,CACZ,cAAc,EAAE,MAAM,EACtB,UAAU,EAAE,qBAAqB,EACjC,OAAO,CAAC,EAAE,yCAAyC,GAClD,OAAO,CAAC,mCAAmC,CAAC;IAO/C;;;;OAIG;IACH,OAAO,CAAC,SAAS;CASlB"}
|