@azure/arm-subscriptions 5.1.2-alpha.20251027.1 → 6.0.0
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 +6 -11
- package/dist/browser/index.d.ts.map +1 -1
- package/dist/browser/index.js +4 -7
- package/dist/browser/index.js.map +1 -1
- package/dist/browser/lroImpl.d.ts +7 -12
- package/dist/browser/lroImpl.d.ts.map +1 -1
- package/dist/browser/lroImpl.js +18 -31
- package/dist/browser/lroImpl.js.map +1 -1
- package/dist/browser/models/index.d.ts +20 -189
- package/dist/browser/models/index.d.ts.map +1 -1
- package/dist/browser/models/index.js +2 -7
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/mappers.d.ts +3 -8
- package/dist/browser/models/mappers.d.ts.map +1 -1
- package/dist/browser/models/mappers.js +309 -568
- package/dist/browser/models/mappers.js.map +1 -1
- package/dist/browser/models/parameters.d.ts +3 -3
- package/dist/browser/models/parameters.d.ts.map +1 -1
- package/dist/browser/models/parameters.js +49 -55
- package/dist/browser/models/parameters.js.map +1 -1
- package/dist/browser/operations/alias.d.ts +5 -5
- package/dist/browser/operations/alias.d.ts.map +1 -1
- package/dist/browser/operations/alias.js +39 -40
- package/dist/browser/operations/alias.js.map +1 -1
- package/dist/browser/operations/billingAccount.d.ts +3 -3
- package/dist/browser/operations/billingAccount.d.ts.map +1 -1
- package/dist/browser/operations/billingAccount.js +7 -12
- package/dist/browser/operations/billingAccount.js.map +1 -1
- package/dist/browser/operations/index.d.ts +2 -3
- package/dist/browser/operations/index.d.ts.map +1 -1
- package/dist/browser/operations/index.js +6 -10
- package/dist/browser/operations/index.js.map +1 -1
- package/dist/browser/operations/operations.d.ts +4 -4
- package/dist/browser/operations/operations.d.ts.map +1 -1
- package/dist/browser/operations/operations.js +14 -20
- package/dist/browser/operations/operations.js.map +1 -1
- package/dist/{esm/operations/subscriptionOperations.d.ts → browser/operations/subscription.d.ts} +9 -9
- package/dist/browser/operations/subscription.d.ts.map +1 -0
- package/dist/{esm/operations/subscriptionOperations.js → browser/operations/subscription.js} +49 -50
- package/dist/browser/operations/subscription.js.map +1 -0
- package/dist/browser/operations/subscriptionOperation.d.ts +20 -0
- package/dist/browser/operations/subscriptionOperation.d.ts.map +1 -0
- package/dist/browser/operations/subscriptionOperation.js +47 -0
- package/dist/browser/operations/subscriptionOperation.js.map +1 -0
- package/dist/browser/operations/subscriptionPolicy.d.ts +4 -4
- package/dist/browser/operations/subscriptionPolicy.d.ts.map +1 -1
- package/dist/browser/operations/subscriptionPolicy.js +24 -30
- package/dist/browser/operations/subscriptionPolicy.js.map +1 -1
- package/dist/browser/operationsInterfaces/alias.d.ts +3 -3
- package/dist/browser/operationsInterfaces/alias.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/alias.js +2 -7
- package/dist/browser/operationsInterfaces/alias.js.map +1 -1
- package/dist/browser/operationsInterfaces/billingAccount.d.ts +1 -1
- package/dist/browser/operationsInterfaces/billingAccount.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/billingAccount.js +2 -7
- package/dist/browser/operationsInterfaces/billingAccount.js.map +1 -1
- package/dist/browser/operationsInterfaces/index.d.ts +2 -3
- package/dist/browser/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/index.js +6 -10
- package/dist/browser/operationsInterfaces/index.js.map +1 -1
- package/dist/browser/operationsInterfaces/operations.d.ts +2 -2
- package/dist/browser/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/operations.js +2 -7
- package/dist/browser/operationsInterfaces/operations.js.map +1 -1
- package/dist/{commonjs/operationsInterfaces/subscriptionOperations.d.ts → browser/operationsInterfaces/subscription.d.ts} +6 -6
- package/dist/browser/operationsInterfaces/subscription.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/subscription.js +4 -0
- package/dist/browser/operationsInterfaces/subscription.js.map +1 -0
- package/dist/browser/operationsInterfaces/subscriptionOperation.d.ts +12 -0
- package/dist/browser/operationsInterfaces/subscriptionOperation.d.ts.map +1 -0
- package/dist/browser/operationsInterfaces/subscriptionOperation.js +4 -0
- package/dist/browser/operationsInterfaces/subscriptionOperation.js.map +1 -0
- package/dist/browser/operationsInterfaces/subscriptionPolicy.d.ts +2 -2
- package/dist/browser/operationsInterfaces/subscriptionPolicy.d.ts.map +1 -1
- package/dist/browser/operationsInterfaces/subscriptionPolicy.js +2 -7
- package/dist/browser/operationsInterfaces/subscriptionPolicy.js.map +1 -1
- package/dist/browser/pagingHelper.d.ts +4 -4
- package/dist/browser/pagingHelper.d.ts.map +1 -1
- package/dist/browser/pagingHelper.js +6 -11
- package/dist/browser/pagingHelper.js.map +1 -1
- package/dist/browser/subscriptionClient.d.ts +8 -6
- package/dist/browser/subscriptionClient.d.ts.map +1 -1
- package/dist/browser/subscriptionClient.js +46 -25
- package/dist/browser/subscriptionClient.js.map +1 -1
- package/dist/commonjs/index.d.ts.map +1 -1
- package/dist/commonjs/index.js +4 -7
- package/dist/commonjs/index.js.map +1 -1
- package/dist/commonjs/lroImpl.d.ts +7 -12
- package/dist/commonjs/lroImpl.d.ts.map +1 -1
- package/dist/commonjs/lroImpl.js +19 -33
- package/dist/commonjs/lroImpl.js.map +1 -1
- package/dist/commonjs/models/index.d.ts +20 -189
- package/dist/commonjs/models/index.d.ts.map +1 -1
- package/dist/commonjs/models/index.js +2 -7
- package/dist/commonjs/models/index.js.map +1 -1
- package/dist/commonjs/models/mappers.d.ts +3 -8
- package/dist/commonjs/models/mappers.d.ts.map +1 -1
- package/dist/commonjs/models/mappers.js +310 -569
- package/dist/commonjs/models/mappers.js.map +1 -1
- package/dist/commonjs/models/parameters.d.ts +3 -3
- package/dist/commonjs/models/parameters.d.ts.map +1 -1
- package/dist/commonjs/models/parameters.js +49 -55
- package/dist/commonjs/models/parameters.js.map +1 -1
- package/dist/commonjs/operations/alias.d.ts +5 -5
- package/dist/commonjs/operations/alias.d.ts.map +1 -1
- package/dist/commonjs/operations/alias.js +37 -38
- package/dist/commonjs/operations/alias.js.map +1 -1
- package/dist/commonjs/operations/billingAccount.d.ts +3 -3
- package/dist/commonjs/operations/billingAccount.d.ts.map +1 -1
- package/dist/commonjs/operations/billingAccount.js +7 -12
- package/dist/commonjs/operations/billingAccount.js.map +1 -1
- package/dist/commonjs/operations/index.d.ts +2 -3
- package/dist/commonjs/operations/index.d.ts.map +1 -1
- package/dist/commonjs/operations/index.js +6 -10
- package/dist/commonjs/operations/index.js.map +1 -1
- package/dist/commonjs/operations/operations.d.ts +4 -4
- package/dist/commonjs/operations/operations.d.ts.map +1 -1
- package/dist/commonjs/operations/operations.js +14 -20
- package/dist/commonjs/operations/operations.js.map +1 -1
- package/dist/{browser/operations/subscriptionOperations.d.ts → commonjs/operations/subscription.d.ts} +9 -9
- package/dist/commonjs/operations/subscription.d.ts.map +1 -0
- package/dist/commonjs/operations/{subscriptionOperations.js → subscription.js} +49 -50
- package/dist/commonjs/operations/subscription.js.map +1 -0
- package/dist/commonjs/operations/subscriptionOperation.d.ts +20 -0
- package/dist/commonjs/operations/subscriptionOperation.d.ts.map +1 -0
- package/dist/commonjs/operations/subscriptionOperation.js +52 -0
- package/dist/commonjs/operations/subscriptionOperation.js.map +1 -0
- package/dist/commonjs/operations/subscriptionPolicy.d.ts +4 -4
- package/dist/commonjs/operations/subscriptionPolicy.d.ts.map +1 -1
- package/dist/commonjs/operations/subscriptionPolicy.js +24 -30
- package/dist/commonjs/operations/subscriptionPolicy.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/alias.d.ts +3 -3
- package/dist/commonjs/operationsInterfaces/alias.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/alias.js +2 -7
- package/dist/commonjs/operationsInterfaces/alias.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/billingAccount.d.ts +1 -1
- package/dist/commonjs/operationsInterfaces/billingAccount.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/billingAccount.js +2 -7
- package/dist/commonjs/operationsInterfaces/billingAccount.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.d.ts +2 -3
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/index.js +6 -10
- package/dist/commonjs/operationsInterfaces/index.js.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/operations.js +2 -7
- package/dist/commonjs/operationsInterfaces/operations.js.map +1 -1
- package/dist/{esm/operationsInterfaces/subscriptionOperations.d.ts → commonjs/operationsInterfaces/subscription.d.ts} +6 -6
- package/dist/commonjs/operationsInterfaces/subscription.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/subscription.js +5 -0
- package/dist/commonjs/operationsInterfaces/subscription.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/subscriptionOperation.d.ts +12 -0
- package/dist/commonjs/operationsInterfaces/subscriptionOperation.d.ts.map +1 -0
- package/dist/commonjs/operationsInterfaces/subscriptionOperation.js +5 -0
- package/dist/commonjs/operationsInterfaces/subscriptionOperation.js.map +1 -0
- package/dist/commonjs/operationsInterfaces/subscriptionPolicy.d.ts +2 -2
- package/dist/commonjs/operationsInterfaces/subscriptionPolicy.d.ts.map +1 -1
- package/dist/commonjs/operationsInterfaces/subscriptionPolicy.js +2 -7
- package/dist/commonjs/operationsInterfaces/subscriptionPolicy.js.map +1 -1
- package/dist/commonjs/pagingHelper.d.ts +4 -4
- package/dist/commonjs/pagingHelper.d.ts.map +1 -1
- package/dist/commonjs/pagingHelper.js +6 -11
- package/dist/commonjs/pagingHelper.js.map +1 -1
- package/dist/commonjs/subscriptionClient.d.ts +8 -6
- package/dist/commonjs/subscriptionClient.d.ts.map +1 -1
- package/dist/commonjs/subscriptionClient.js +45 -24
- package/dist/commonjs/subscriptionClient.js.map +1 -1
- package/dist/esm/index.d.ts.map +1 -1
- package/dist/esm/index.js +4 -7
- package/dist/esm/index.js.map +1 -1
- package/dist/esm/lroImpl.d.ts +7 -12
- package/dist/esm/lroImpl.d.ts.map +1 -1
- package/dist/esm/lroImpl.js +18 -31
- package/dist/esm/lroImpl.js.map +1 -1
- package/dist/esm/models/index.d.ts +20 -189
- package/dist/esm/models/index.d.ts.map +1 -1
- package/dist/esm/models/index.js +2 -7
- package/dist/esm/models/index.js.map +1 -1
- package/dist/esm/models/mappers.d.ts +3 -8
- package/dist/esm/models/mappers.d.ts.map +1 -1
- package/dist/esm/models/mappers.js +309 -568
- package/dist/esm/models/mappers.js.map +1 -1
- package/dist/esm/models/parameters.d.ts +3 -3
- package/dist/esm/models/parameters.d.ts.map +1 -1
- package/dist/esm/models/parameters.js +49 -55
- package/dist/esm/models/parameters.js.map +1 -1
- package/dist/esm/operations/alias.d.ts +5 -5
- package/dist/esm/operations/alias.d.ts.map +1 -1
- package/dist/esm/operations/alias.js +39 -40
- package/dist/esm/operations/alias.js.map +1 -1
- package/dist/esm/operations/billingAccount.d.ts +3 -3
- package/dist/esm/operations/billingAccount.d.ts.map +1 -1
- package/dist/esm/operations/billingAccount.js +7 -12
- package/dist/esm/operations/billingAccount.js.map +1 -1
- package/dist/esm/operations/index.d.ts +2 -3
- package/dist/esm/operations/index.d.ts.map +1 -1
- package/dist/esm/operations/index.js +6 -10
- package/dist/esm/operations/index.js.map +1 -1
- package/dist/esm/operations/operations.d.ts +4 -4
- package/dist/esm/operations/operations.d.ts.map +1 -1
- package/dist/esm/operations/operations.js +14 -20
- package/dist/esm/operations/operations.js.map +1 -1
- package/dist/{commonjs/operations/subscriptionOperations.d.ts → esm/operations/subscription.d.ts} +9 -9
- package/dist/esm/operations/subscription.d.ts.map +1 -0
- package/dist/{react-native/operations/subscriptionOperations.js → esm/operations/subscription.js} +49 -50
- package/dist/esm/operations/subscription.js.map +1 -0
- package/dist/esm/operations/subscriptionOperation.d.ts +20 -0
- package/dist/esm/operations/subscriptionOperation.d.ts.map +1 -0
- package/dist/esm/operations/subscriptionOperation.js +47 -0
- package/dist/esm/operations/subscriptionOperation.js.map +1 -0
- package/dist/esm/operations/subscriptionPolicy.d.ts +4 -4
- package/dist/esm/operations/subscriptionPolicy.d.ts.map +1 -1
- package/dist/esm/operations/subscriptionPolicy.js +24 -30
- package/dist/esm/operations/subscriptionPolicy.js.map +1 -1
- package/dist/esm/operationsInterfaces/alias.d.ts +3 -3
- package/dist/esm/operationsInterfaces/alias.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/alias.js +2 -7
- package/dist/esm/operationsInterfaces/alias.js.map +1 -1
- package/dist/esm/operationsInterfaces/billingAccount.d.ts +1 -1
- package/dist/esm/operationsInterfaces/billingAccount.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/billingAccount.js +2 -7
- package/dist/esm/operationsInterfaces/billingAccount.js.map +1 -1
- package/dist/esm/operationsInterfaces/index.d.ts +2 -3
- package/dist/esm/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/index.js +6 -10
- package/dist/esm/operationsInterfaces/index.js.map +1 -1
- package/dist/esm/operationsInterfaces/operations.d.ts +2 -2
- package/dist/esm/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/operations.js +2 -7
- package/dist/esm/operationsInterfaces/operations.js.map +1 -1
- package/dist/{react-native/operationsInterfaces/subscriptionOperations.d.ts → esm/operationsInterfaces/subscription.d.ts} +6 -6
- package/dist/esm/operationsInterfaces/subscription.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/subscription.js +4 -0
- package/dist/esm/operationsInterfaces/subscription.js.map +1 -0
- package/dist/esm/operationsInterfaces/subscriptionOperation.d.ts +12 -0
- package/dist/esm/operationsInterfaces/subscriptionOperation.d.ts.map +1 -0
- package/dist/esm/operationsInterfaces/subscriptionOperation.js +4 -0
- package/dist/esm/operationsInterfaces/subscriptionOperation.js.map +1 -0
- package/dist/esm/operationsInterfaces/subscriptionPolicy.d.ts +2 -2
- package/dist/esm/operationsInterfaces/subscriptionPolicy.d.ts.map +1 -1
- package/dist/esm/operationsInterfaces/subscriptionPolicy.js +2 -7
- package/dist/esm/operationsInterfaces/subscriptionPolicy.js.map +1 -1
- package/dist/esm/pagingHelper.d.ts +4 -4
- package/dist/esm/pagingHelper.d.ts.map +1 -1
- package/dist/esm/pagingHelper.js +6 -11
- package/dist/esm/pagingHelper.js.map +1 -1
- package/dist/esm/subscriptionClient.d.ts +8 -6
- package/dist/esm/subscriptionClient.d.ts.map +1 -1
- package/dist/esm/subscriptionClient.js +46 -25
- package/dist/esm/subscriptionClient.js.map +1 -1
- package/dist/react-native/index.d.ts.map +1 -1
- package/dist/react-native/index.js +4 -7
- package/dist/react-native/index.js.map +1 -1
- package/dist/react-native/lroImpl.d.ts +7 -12
- package/dist/react-native/lroImpl.d.ts.map +1 -1
- package/dist/react-native/lroImpl.js +18 -31
- package/dist/react-native/lroImpl.js.map +1 -1
- package/dist/react-native/models/index.d.ts +20 -189
- package/dist/react-native/models/index.d.ts.map +1 -1
- package/dist/react-native/models/index.js +2 -7
- package/dist/react-native/models/index.js.map +1 -1
- package/dist/react-native/models/mappers.d.ts +3 -8
- package/dist/react-native/models/mappers.d.ts.map +1 -1
- package/dist/react-native/models/mappers.js +309 -568
- package/dist/react-native/models/mappers.js.map +1 -1
- package/dist/react-native/models/parameters.d.ts +3 -3
- package/dist/react-native/models/parameters.d.ts.map +1 -1
- package/dist/react-native/models/parameters.js +49 -55
- package/dist/react-native/models/parameters.js.map +1 -1
- package/dist/react-native/operations/alias.d.ts +5 -5
- package/dist/react-native/operations/alias.d.ts.map +1 -1
- package/dist/react-native/operations/alias.js +39 -40
- package/dist/react-native/operations/alias.js.map +1 -1
- package/dist/react-native/operations/billingAccount.d.ts +3 -3
- package/dist/react-native/operations/billingAccount.d.ts.map +1 -1
- package/dist/react-native/operations/billingAccount.js +7 -12
- package/dist/react-native/operations/billingAccount.js.map +1 -1
- package/dist/react-native/operations/index.d.ts +2 -3
- package/dist/react-native/operations/index.d.ts.map +1 -1
- package/dist/react-native/operations/index.js +6 -10
- package/dist/react-native/operations/index.js.map +1 -1
- package/dist/react-native/operations/operations.d.ts +4 -4
- package/dist/react-native/operations/operations.d.ts.map +1 -1
- package/dist/react-native/operations/operations.js +14 -20
- package/dist/react-native/operations/operations.js.map +1 -1
- package/dist/react-native/operations/{subscriptionOperations.d.ts → subscription.d.ts} +9 -9
- package/dist/react-native/operations/subscription.d.ts.map +1 -0
- package/dist/{browser/operations/subscriptionOperations.js → react-native/operations/subscription.js} +49 -50
- package/dist/react-native/operations/subscription.js.map +1 -0
- package/dist/react-native/operations/subscriptionOperation.d.ts +20 -0
- package/dist/react-native/operations/subscriptionOperation.d.ts.map +1 -0
- package/dist/react-native/operations/subscriptionOperation.js +47 -0
- package/dist/react-native/operations/subscriptionOperation.js.map +1 -0
- package/dist/react-native/operations/subscriptionPolicy.d.ts +4 -4
- package/dist/react-native/operations/subscriptionPolicy.d.ts.map +1 -1
- package/dist/react-native/operations/subscriptionPolicy.js +24 -30
- package/dist/react-native/operations/subscriptionPolicy.js.map +1 -1
- package/dist/react-native/operationsInterfaces/alias.d.ts +3 -3
- package/dist/react-native/operationsInterfaces/alias.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/alias.js +2 -7
- package/dist/react-native/operationsInterfaces/alias.js.map +1 -1
- package/dist/react-native/operationsInterfaces/billingAccount.d.ts +1 -1
- package/dist/react-native/operationsInterfaces/billingAccount.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/billingAccount.js +2 -7
- package/dist/react-native/operationsInterfaces/billingAccount.js.map +1 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +2 -3
- package/dist/react-native/operationsInterfaces/index.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/index.js +6 -10
- package/dist/react-native/operationsInterfaces/index.js.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/operations.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/operations.js +2 -7
- package/dist/react-native/operationsInterfaces/operations.js.map +1 -1
- package/dist/{browser/operationsInterfaces/subscriptionOperations.d.ts → react-native/operationsInterfaces/subscription.d.ts} +6 -6
- package/dist/react-native/operationsInterfaces/subscription.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/subscription.js +4 -0
- package/dist/react-native/operationsInterfaces/subscription.js.map +1 -0
- package/dist/react-native/operationsInterfaces/subscriptionOperation.d.ts +12 -0
- package/dist/react-native/operationsInterfaces/subscriptionOperation.d.ts.map +1 -0
- package/dist/react-native/operationsInterfaces/subscriptionOperation.js +4 -0
- package/dist/react-native/operationsInterfaces/subscriptionOperation.js.map +1 -0
- package/dist/react-native/operationsInterfaces/subscriptionPolicy.d.ts +2 -2
- package/dist/react-native/operationsInterfaces/subscriptionPolicy.d.ts.map +1 -1
- package/dist/react-native/operationsInterfaces/subscriptionPolicy.js +2 -7
- package/dist/react-native/operationsInterfaces/subscriptionPolicy.js.map +1 -1
- package/dist/react-native/pagingHelper.d.ts +4 -4
- package/dist/react-native/pagingHelper.d.ts.map +1 -1
- package/dist/react-native/pagingHelper.js +6 -11
- package/dist/react-native/pagingHelper.js.map +1 -1
- package/dist/react-native/subscriptionClient.d.ts +8 -6
- package/dist/react-native/subscriptionClient.d.ts.map +1 -1
- package/dist/react-native/subscriptionClient.js +46 -25
- package/dist/react-native/subscriptionClient.js.map +1 -1
- package/package.json +44 -44
- package/CHANGELOG.md +0 -97
- package/dist/browser/operations/subscriptionOperations.d.ts.map +0 -1
- package/dist/browser/operations/subscriptionOperations.js.map +0 -1
- package/dist/browser/operations/subscriptions.d.ts +0 -54
- package/dist/browser/operations/subscriptions.d.ts.map +0 -1
- package/dist/browser/operations/subscriptions.js +0 -187
- 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 -111
- package/dist/browser/operations/tenants.js.map +0 -1
- package/dist/browser/operationsInterfaces/subscriptionOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/subscriptionOperations.js +0 -9
- package/dist/browser/operationsInterfaces/subscriptionOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/subscriptions.d.ts +0 -24
- 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/commonjs/operations/subscriptionOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/subscriptionOperations.js.map +0 -1
- package/dist/commonjs/operations/subscriptions.d.ts +0 -54
- package/dist/commonjs/operations/subscriptions.d.ts.map +0 -1
- package/dist/commonjs/operations/subscriptions.js +0 -192
- package/dist/commonjs/operations/subscriptions.js.map +0 -1
- 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 -116
- package/dist/commonjs/operations/tenants.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/subscriptionOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/subscriptionOperations.js +0 -10
- package/dist/commonjs/operationsInterfaces/subscriptionOperations.js.map +0 -1
- package/dist/commonjs/operationsInterfaces/subscriptions.d.ts +0 -24
- package/dist/commonjs/operationsInterfaces/subscriptions.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/subscriptions.js +0 -10
- package/dist/commonjs/operationsInterfaces/subscriptions.js.map +0 -1
- 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 +0 -10
- package/dist/commonjs/operationsInterfaces/tenants.js.map +0 -1
- package/dist/esm/operations/subscriptionOperations.d.ts.map +0 -1
- package/dist/esm/operations/subscriptionOperations.js.map +0 -1
- package/dist/esm/operations/subscriptions.d.ts +0 -54
- package/dist/esm/operations/subscriptions.d.ts.map +0 -1
- package/dist/esm/operations/subscriptions.js +0 -187
- package/dist/esm/operations/subscriptions.js.map +0 -1
- 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 -111
- package/dist/esm/operations/tenants.js.map +0 -1
- package/dist/esm/operationsInterfaces/subscriptionOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/subscriptionOperations.js +0 -9
- package/dist/esm/operationsInterfaces/subscriptionOperations.js.map +0 -1
- package/dist/esm/operationsInterfaces/subscriptions.d.ts +0 -24
- package/dist/esm/operationsInterfaces/subscriptions.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/subscriptions.js +0 -9
- package/dist/esm/operationsInterfaces/subscriptions.js.map +0 -1
- 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 -9
- package/dist/esm/operationsInterfaces/tenants.js.map +0 -1
- package/dist/react-native/operations/subscriptionOperations.d.ts.map +0 -1
- package/dist/react-native/operations/subscriptionOperations.js.map +0 -1
- package/dist/react-native/operations/subscriptions.d.ts +0 -54
- package/dist/react-native/operations/subscriptions.d.ts.map +0 -1
- package/dist/react-native/operations/subscriptions.js +0 -187
- 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 -111
- package/dist/react-native/operations/tenants.js.map +0 -1
- package/dist/react-native/operationsInterfaces/subscriptionOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/subscriptionOperations.js +0 -9
- package/dist/react-native/operationsInterfaces/subscriptionOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/subscriptions.d.ts +0 -24
- 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/review/arm-subscriptions-node.api.md +0 -571
package/LICENSE
CHANGED
|
@@ -18,4 +18,4 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
|
|
18
18
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
|
19
19
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
|
20
20
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
|
21
|
-
SOFTWARE.
|
|
21
|
+
SOFTWARE.
|
package/README.md
CHANGED
|
@@ -6,7 +6,7 @@ The subscription client
|
|
|
6
6
|
|
|
7
7
|
[Source code](https://github.com/Azure/azure-sdk-for-js/tree/main/sdk/subscription/arm-subscriptions) |
|
|
8
8
|
[Package (NPM)](https://www.npmjs.com/package/@azure/arm-subscriptions) |
|
|
9
|
-
[API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-subscriptions) |
|
|
9
|
+
[API reference documentation](https://learn.microsoft.com/javascript/api/@azure/arm-subscriptions?view=azure-node-preview) |
|
|
10
10
|
[Samples](https://github.com/Azure-Samples/azure-samples-js-management)
|
|
11
11
|
|
|
12
12
|
## Getting started
|
|
@@ -44,36 +44,32 @@ npm install @azure/identity
|
|
|
44
44
|
```
|
|
45
45
|
|
|
46
46
|
You will also need to **register a new AAD application and grant access to Azure Subscription** by assigning the suitable role to your service principal (note: roles such as `"Owner"` will not grant the necessary permissions).
|
|
47
|
-
Set the values of the client ID, tenant ID, and client secret of the AAD application as environment variables: `AZURE_CLIENT_ID`, `AZURE_TENANT_ID`, `AZURE_CLIENT_SECRET`.
|
|
48
47
|
|
|
49
48
|
For more information about how to create an Azure AD Application check out [this guide](https://learn.microsoft.com/azure/active-directory/develop/howto-create-service-principal-portal).
|
|
50
49
|
|
|
51
50
|
Using Node.js and Node-like environments, you can use the `DefaultAzureCredential` class to authenticate the client.
|
|
52
|
-
|
|
51
|
+
|
|
53
52
|
```ts snippet:ReadmeSampleCreateClient_Node
|
|
54
53
|
import { SubscriptionClient } from "@azure/arm-subscriptions";
|
|
55
54
|
import { DefaultAzureCredential } from "@azure/identity";
|
|
56
55
|
|
|
57
|
-
const
|
|
58
|
-
const client = new SubscriptionClient(new DefaultAzureCredential(), subscriptionId);
|
|
56
|
+
const client = new SubscriptionClient(new DefaultAzureCredential());
|
|
59
57
|
```
|
|
60
|
-
|
|
58
|
+
|
|
61
59
|
For browser environments, use the `InteractiveBrowserCredential` from the `@azure/identity` package to authenticate.
|
|
62
|
-
|
|
60
|
+
|
|
63
61
|
```ts snippet:ReadmeSampleCreateClient_Browser
|
|
64
62
|
import { InteractiveBrowserCredential } from "@azure/identity";
|
|
65
63
|
import { SubscriptionClient } from "@azure/arm-subscriptions";
|
|
66
64
|
|
|
67
|
-
const subscriptionId = "00000000-0000-0000-0000-000000000000";
|
|
68
65
|
const credential = new InteractiveBrowserCredential({
|
|
69
66
|
tenantId: "<YOUR_TENANT_ID>",
|
|
70
67
|
clientId: "<YOUR_CLIENT_ID>",
|
|
71
68
|
});
|
|
72
|
-
const client = new SubscriptionClient(credential
|
|
69
|
+
const client = new SubscriptionClient(credential);
|
|
73
70
|
```
|
|
74
71
|
|
|
75
72
|
### JavaScript Bundle
|
|
76
|
-
|
|
77
73
|
To use this client library in the browser, first you need to use a bundler. For details on how to do this, please refer to our [bundling documentation](https://aka.ms/AzureSDKBundling).
|
|
78
74
|
|
|
79
75
|
## Key concepts
|
|
@@ -109,7 +105,6 @@ If you'd like to contribute to this library, please read the [contributing guide
|
|
|
109
105
|
- [Microsoft Azure SDK for JavaScript](https://github.com/Azure/azure-sdk-for-js)
|
|
110
106
|
|
|
111
107
|
|
|
112
|
-
|
|
113
108
|
[azure_cli]: https://learn.microsoft.com/cli/azure
|
|
114
109
|
[azure_sub]: https://azure.microsoft.com/free/
|
|
115
110
|
[azure_sub]: https://azure.microsoft.com/free/
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAOA,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,cAAc,iCAAiC,CAAC"}
|
package/dist/browser/index.js
CHANGED
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
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.
|
|
8
5
|
/// <reference lib="esnext.asynciterable" />
|
|
9
6
|
export { getContinuationToken } from "./pagingHelper.js";
|
|
10
7
|
export * from "./models/index.js";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAElC,2DAA2D;AAC3D,oFAAoF;AAEpF,4CAA4C;AAC5C,OAAO,EAAE,oBAAoB,EAAE,MAAM,mBAAmB,CAAC;AACzD,cAAc,mBAAmB,CAAC;AAClC,OAAO,EAAE,kBAAkB,EAAE,MAAM,yBAAyB,CAAC;AAC7D,cAAc,iCAAiC,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\n/// <reference lib=\"esnext.asynciterable\" />\nexport { getContinuationToken } from \"./pagingHelper.js\";\nexport * from \"./models/index.js\";\nexport { SubscriptionClient } from \"./subscriptionClient.js\";\nexport * from \"./operationsInterfaces/index.js\";\n"]}
|
|
@@ -1,16 +1,11 @@
|
|
|
1
|
-
import { LongRunningOperation, LroResponse } from "@azure/core-lro";
|
|
2
|
-
export declare
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
requestPath: string;
|
|
7
|
-
requestMethod: string;
|
|
8
|
-
constructor(sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>, args: Record<string, unknown>, spec: {
|
|
1
|
+
import type { LongRunningOperation, LroResponse } from "@azure/core-lro";
|
|
2
|
+
export declare function createLroSpec<T>(inputs: {
|
|
3
|
+
sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;
|
|
4
|
+
args: Record<string, unknown>;
|
|
5
|
+
spec: {
|
|
9
6
|
readonly requestBody?: unknown;
|
|
10
7
|
readonly path?: string;
|
|
11
8
|
readonly httpMethod: string;
|
|
12
|
-
} & Record<string, any
|
|
13
|
-
|
|
14
|
-
sendPollRequest(path: string): Promise<LroResponse<T>>;
|
|
15
|
-
}
|
|
9
|
+
} & Record<string, any>;
|
|
10
|
+
}): LongRunningOperation<T>;
|
|
16
11
|
//# sourceMappingURL=lroImpl.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"lroImpl.d.ts","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAOA,OAAO,KAAK,EAAE,oBAAoB,EAAE,WAAW,EAAE,MAAM,iBAAiB,CAAC;AAEzE,wBAAgB,aAAa,CAAC,CAAC,EAAE,MAAM,EAAE;IACvC,eAAe,EAAE,CAAC,IAAI,EAAE,GAAG,EAAE,IAAI,EAAE,GAAG,KAAK,OAAO,CAAC,WAAW,CAAC,CAAC,CAAC,CAAC,CAAC;IACnE,IAAI,EAAE,MAAM,CAAC,MAAM,EAAE,OAAO,CAAC,CAAC;IAC9B,IAAI,EAAE;QACJ,QAAQ,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC;QAC/B,QAAQ,CAAC,IAAI,CAAC,EAAE,MAAM,CAAC;QACvB,QAAQ,CAAC,UAAU,EAAE,MAAM,CAAC;KAC7B,GAAG,MAAM,CAAC,MAAM,EAAE,GAAG,CAAC,CAAC;CACzB,GAAG,oBAAoB,CAAC,CAAC,CAAC,CAgB1B"}
|
package/dist/browser/lroImpl.js
CHANGED
|
@@ -1,33 +1,20 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
this.requestMethod = requestMethod;
|
|
20
|
-
}
|
|
21
|
-
async sendInitialRequest() {
|
|
22
|
-
return this.sendOperationFn(this.args, this.spec);
|
|
23
|
-
}
|
|
24
|
-
async sendPollRequest(path) {
|
|
25
|
-
const { requestBody, ...restSpec } = this.spec;
|
|
26
|
-
return this.sendOperationFn(this.args, {
|
|
27
|
-
...restSpec,
|
|
28
|
-
path,
|
|
29
|
-
httpMethod: "GET"
|
|
30
|
-
});
|
|
31
|
-
}
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
3
|
+
export function createLroSpec(inputs) {
|
|
4
|
+
const { args, spec, sendOperationFn } = inputs;
|
|
5
|
+
return {
|
|
6
|
+
requestMethod: spec.httpMethod,
|
|
7
|
+
requestPath: spec.path,
|
|
8
|
+
sendInitialRequest: () => sendOperationFn(args, spec),
|
|
9
|
+
sendPollRequest: (path, options) => {
|
|
10
|
+
const { requestBody, ...restSpec } = spec;
|
|
11
|
+
return sendOperationFn(args, {
|
|
12
|
+
...restSpec,
|
|
13
|
+
httpMethod: "GET",
|
|
14
|
+
path,
|
|
15
|
+
abortSignal: options?.abortSignal,
|
|
16
|
+
});
|
|
17
|
+
},
|
|
18
|
+
};
|
|
32
19
|
}
|
|
33
20
|
//# sourceMappingURL=lroImpl.js.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"lroImpl.js","sourceRoot":"","sources":["../../src/lroImpl.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAQlC,MAAM,UAAU,aAAa,CAAI,MAQhC;IACC,MAAM,EAAE,IAAI,EAAE,IAAI,EAAE,eAAe,EAAE,GAAG,MAAM,CAAC;IAC/C,OAAO;QACL,aAAa,EAAE,IAAI,CAAC,UAAU;QAC9B,WAAW,EAAE,IAAI,CAAC,IAAK;QACvB,kBAAkB,EAAE,GAAG,EAAE,CAAC,eAAe,CAAC,IAAI,EAAE,IAAI,CAAC;QACrD,eAAe,EAAE,CAAC,IAAY,EAAE,OAA2C,EAAE,EAAE;YAC7E,MAAM,EAAE,WAAW,EAAE,GAAG,QAAQ,EAAE,GAAG,IAAI,CAAC;YAC1C,OAAO,eAAe,CAAC,IAAI,EAAE;gBAC3B,GAAG,QAAQ;gBACX,UAAU,EAAE,KAAK;gBACjB,IAAI;gBACJ,WAAW,EAAE,OAAO,EAAE,WAAW;aAClC,CAAC,CAAC;QACL,CAAC;KACF,CAAC;AACJ,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 { AbortSignalLike } from \"@azure/abort-controller\";\nimport type { LongRunningOperation, LroResponse } from \"@azure/core-lro\";\n\nexport function createLroSpec<T>(inputs: {\n sendOperationFn: (args: any, spec: any) => Promise<LroResponse<T>>;\n args: Record<string, unknown>;\n spec: {\n readonly requestBody?: unknown;\n readonly path?: string;\n readonly httpMethod: string;\n } & Record<string, any>;\n}): LongRunningOperation<T> {\n const { args, spec, sendOperationFn } = inputs;\n return {\n requestMethod: spec.httpMethod,\n requestPath: spec.path!,\n sendInitialRequest: () => sendOperationFn(args, spec),\n sendPollRequest: (path: string, options?: { abortSignal?: AbortSignalLike }) => {\n const { requestBody, ...restSpec } = spec;\n return sendOperationFn(args, {\n ...restSpec,\n httpMethod: \"GET\",\n path,\n abortSignal: options?.abortSignal,\n });\n },\n };\n}\n"]}
|
|
@@ -1,158 +1,4 @@
|
|
|
1
|
-
import * as coreClient from "@azure/core-client";
|
|
2
|
-
/** Location list operation response. */
|
|
3
|
-
export interface LocationListResult {
|
|
4
|
-
/** An array of locations. */
|
|
5
|
-
value?: Location[];
|
|
6
|
-
}
|
|
7
|
-
/** Location information. */
|
|
8
|
-
export interface Location {
|
|
9
|
-
/**
|
|
10
|
-
* The fully qualified ID of the location. For example, /subscriptions/00000000-0000-0000-0000-000000000000/locations/westus.
|
|
11
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
12
|
-
*/
|
|
13
|
-
readonly id?: string;
|
|
14
|
-
/**
|
|
15
|
-
* The subscription ID.
|
|
16
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
17
|
-
*/
|
|
18
|
-
readonly subscriptionId?: string;
|
|
19
|
-
/**
|
|
20
|
-
* The location name.
|
|
21
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
22
|
-
*/
|
|
23
|
-
readonly name?: string;
|
|
24
|
-
/**
|
|
25
|
-
* The display name of the location.
|
|
26
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
27
|
-
*/
|
|
28
|
-
readonly displayName?: string;
|
|
29
|
-
/**
|
|
30
|
-
* The latitude of the location.
|
|
31
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
32
|
-
*/
|
|
33
|
-
readonly latitude?: string;
|
|
34
|
-
/**
|
|
35
|
-
* The longitude of the location.
|
|
36
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
37
|
-
*/
|
|
38
|
-
readonly longitude?: string;
|
|
39
|
-
}
|
|
40
|
-
/** Subscription information. */
|
|
41
|
-
export interface Subscription {
|
|
42
|
-
/**
|
|
43
|
-
* The fully qualified ID for the subscription. For example, /subscriptions/00000000-0000-0000-0000-000000000000.
|
|
44
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
45
|
-
*/
|
|
46
|
-
readonly id?: string;
|
|
47
|
-
/**
|
|
48
|
-
* The subscription ID.
|
|
49
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
50
|
-
*/
|
|
51
|
-
readonly subscriptionId?: string;
|
|
52
|
-
/**
|
|
53
|
-
* The subscription display name.
|
|
54
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
55
|
-
*/
|
|
56
|
-
readonly displayName?: string;
|
|
57
|
-
/**
|
|
58
|
-
* The subscription state. Possible values are Enabled, Warned, PastDue, Disabled, and Deleted.
|
|
59
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
60
|
-
*/
|
|
61
|
-
readonly state?: SubscriptionState;
|
|
62
|
-
/**
|
|
63
|
-
* The tenant ID. For example, 00000000-0000-0000-0000-000000000000.
|
|
64
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
65
|
-
*/
|
|
66
|
-
readonly tenantId?: string;
|
|
67
|
-
/** Tags for the subscription */
|
|
68
|
-
tags?: {
|
|
69
|
-
[propertyName: string]: string;
|
|
70
|
-
};
|
|
71
|
-
/** The subscription policies. */
|
|
72
|
-
subscriptionPolicies?: SubscriptionPolicies;
|
|
73
|
-
/** The authorization source of the request. Valid values are one or more combinations of Legacy, RoleBased, Bypassed, Direct and Management. For example, 'Legacy, RoleBased'. */
|
|
74
|
-
authorizationSource?: string;
|
|
75
|
-
}
|
|
76
|
-
/** Subscription policies. */
|
|
77
|
-
export interface SubscriptionPolicies {
|
|
78
|
-
/**
|
|
79
|
-
* The subscription location placement ID. The ID indicates which regions are visible for a subscription. For example, a subscription with a location placement Id of Public_2014-09-01 has access to Azure public regions.
|
|
80
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
81
|
-
*/
|
|
82
|
-
readonly locationPlacementId?: string;
|
|
83
|
-
/**
|
|
84
|
-
* The subscription quota ID.
|
|
85
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
86
|
-
*/
|
|
87
|
-
readonly quotaId?: string;
|
|
88
|
-
/**
|
|
89
|
-
* The subscription spending limit.
|
|
90
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
91
|
-
*/
|
|
92
|
-
readonly spendingLimit?: SpendingLimit;
|
|
93
|
-
}
|
|
94
|
-
/** Subscription list operation response. */
|
|
95
|
-
export interface SubscriptionListResult {
|
|
96
|
-
/** An array of subscriptions. */
|
|
97
|
-
value?: Subscription[];
|
|
98
|
-
/** The URL to get the next set of results. */
|
|
99
|
-
nextLink?: string;
|
|
100
|
-
}
|
|
101
|
-
/** Tenant Ids information. */
|
|
102
|
-
export interface TenantListResult {
|
|
103
|
-
/** An array of tenants. */
|
|
104
|
-
value?: TenantIdDescription[];
|
|
105
|
-
/** The URL to use for getting the next set of results. */
|
|
106
|
-
nextLink: string;
|
|
107
|
-
}
|
|
108
|
-
/** Tenant Id information. */
|
|
109
|
-
export interface TenantIdDescription {
|
|
110
|
-
/**
|
|
111
|
-
* The fully qualified ID of the tenant. For example, /tenants/00000000-0000-0000-0000-000000000000.
|
|
112
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
113
|
-
*/
|
|
114
|
-
readonly id?: string;
|
|
115
|
-
/**
|
|
116
|
-
* The tenant ID. For example, 00000000-0000-0000-0000-000000000000.
|
|
117
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
118
|
-
*/
|
|
119
|
-
readonly tenantId?: string;
|
|
120
|
-
/**
|
|
121
|
-
* The category of the tenant. Possible values are TenantCategoryHome,TenantCategoryProjectedBy,TenantCategoryManagedBy
|
|
122
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
123
|
-
*/
|
|
124
|
-
readonly tenantCategory?: string;
|
|
125
|
-
/**
|
|
126
|
-
* The country/region name of the address for the tenant.
|
|
127
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
128
|
-
*/
|
|
129
|
-
readonly country?: string;
|
|
130
|
-
/**
|
|
131
|
-
* The Country/region abbreviation for the tenant.
|
|
132
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
133
|
-
*/
|
|
134
|
-
readonly countryCode?: string;
|
|
135
|
-
/**
|
|
136
|
-
* The display name of the tenant.
|
|
137
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
138
|
-
*/
|
|
139
|
-
readonly displayName?: string;
|
|
140
|
-
/**
|
|
141
|
-
* The list of domains for the tenant.
|
|
142
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
143
|
-
*/
|
|
144
|
-
readonly domains?: string;
|
|
145
|
-
/**
|
|
146
|
-
* The default domain for the tenant.
|
|
147
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
148
|
-
*/
|
|
149
|
-
readonly defaultDomain?: string;
|
|
150
|
-
/**
|
|
151
|
-
* The tenant type. Only available for Home tenant category.
|
|
152
|
-
* NOTE: This property will not be serialized. It can only be populated by the server.
|
|
153
|
-
*/
|
|
154
|
-
readonly tenantType?: string;
|
|
155
|
-
}
|
|
1
|
+
import type * as coreClient from "@azure/core-client";
|
|
156
2
|
/** The ID of the canceled subscription */
|
|
157
3
|
export interface CanceledSubscriptionId {
|
|
158
4
|
/**
|
|
@@ -198,6 +44,11 @@ export interface EnabledSubscriptionId {
|
|
|
198
44
|
*/
|
|
199
45
|
readonly subscriptionId?: string;
|
|
200
46
|
}
|
|
47
|
+
/** The created subscription object. */
|
|
48
|
+
export interface SubscriptionCreationResult {
|
|
49
|
+
/** The link to the new subscription. Use this link to check the status of subscription creation operation. */
|
|
50
|
+
subscriptionLink?: string;
|
|
51
|
+
}
|
|
201
52
|
/** Result of the request to list operations. It contains a list of operations and a URL link to get the next set of results. */
|
|
202
53
|
export interface OperationListResult {
|
|
203
54
|
/** List of operations. */
|
|
@@ -513,6 +364,13 @@ export interface SubscriptionAcceptOwnershipHeaders {
|
|
|
513
364
|
/** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */
|
|
514
365
|
retryAfter?: number;
|
|
515
366
|
}
|
|
367
|
+
/** Defines headers for SubscriptionOperation_get operation. */
|
|
368
|
+
export interface SubscriptionOperationGetHeaders {
|
|
369
|
+
/** The URL where the status of the asynchronous operation can be checked. */
|
|
370
|
+
location?: string;
|
|
371
|
+
/** The amount of delay to use while the status of the operation is checked. The value is expressed in seconds. */
|
|
372
|
+
retryAfter?: number;
|
|
373
|
+
}
|
|
516
374
|
/** Known values of {@link Workload} that the service accepts. */
|
|
517
375
|
export declare enum KnownWorkload {
|
|
518
376
|
/** Production */
|
|
@@ -608,40 +466,6 @@ export declare enum KnownProvisioning {
|
|
|
608
466
|
* **Succeeded**
|
|
609
467
|
*/
|
|
610
468
|
export type Provisioning = string;
|
|
611
|
-
/** Defines values for SubscriptionState. */
|
|
612
|
-
export type SubscriptionState = "Enabled" | "Warned" | "PastDue" | "Disabled" | "Deleted";
|
|
613
|
-
/** Defines values for SpendingLimit. */
|
|
614
|
-
export type SpendingLimit = "On" | "Off" | "CurrentPeriodOff";
|
|
615
|
-
/** Optional parameters. */
|
|
616
|
-
export interface SubscriptionsListLocationsOptionalParams extends coreClient.OperationOptions {
|
|
617
|
-
}
|
|
618
|
-
/** Contains response data for the listLocations operation. */
|
|
619
|
-
export type SubscriptionsListLocationsResponse = LocationListResult;
|
|
620
|
-
/** Optional parameters. */
|
|
621
|
-
export interface SubscriptionsGetOptionalParams extends coreClient.OperationOptions {
|
|
622
|
-
}
|
|
623
|
-
/** Contains response data for the get operation. */
|
|
624
|
-
export type SubscriptionsGetResponse = Subscription;
|
|
625
|
-
/** Optional parameters. */
|
|
626
|
-
export interface SubscriptionsListOptionalParams extends coreClient.OperationOptions {
|
|
627
|
-
}
|
|
628
|
-
/** Contains response data for the list operation. */
|
|
629
|
-
export type SubscriptionsListResponse = SubscriptionListResult;
|
|
630
|
-
/** Optional parameters. */
|
|
631
|
-
export interface SubscriptionsListNextOptionalParams extends coreClient.OperationOptions {
|
|
632
|
-
}
|
|
633
|
-
/** Contains response data for the listNext operation. */
|
|
634
|
-
export type SubscriptionsListNextResponse = SubscriptionListResult;
|
|
635
|
-
/** Optional parameters. */
|
|
636
|
-
export interface TenantsListOptionalParams extends coreClient.OperationOptions {
|
|
637
|
-
}
|
|
638
|
-
/** Contains response data for the list operation. */
|
|
639
|
-
export type TenantsListResponse = TenantListResult;
|
|
640
|
-
/** Optional parameters. */
|
|
641
|
-
export interface TenantsListNextOptionalParams extends coreClient.OperationOptions {
|
|
642
|
-
}
|
|
643
|
-
/** Contains response data for the listNext operation. */
|
|
644
|
-
export type TenantsListNextResponse = TenantListResult;
|
|
645
469
|
/** Optional parameters. */
|
|
646
470
|
export interface SubscriptionCancelOptionalParams extends coreClient.OperationOptions {
|
|
647
471
|
}
|
|
@@ -672,6 +496,11 @@ export interface SubscriptionAcceptOwnershipStatusOptionalParams extends coreCli
|
|
|
672
496
|
/** Contains response data for the acceptOwnershipStatus operation. */
|
|
673
497
|
export type SubscriptionAcceptOwnershipStatusResponse = AcceptOwnershipStatusResponse;
|
|
674
498
|
/** Optional parameters. */
|
|
499
|
+
export interface SubscriptionOperationGetOptionalParams extends coreClient.OperationOptions {
|
|
500
|
+
}
|
|
501
|
+
/** Contains response data for the get operation. */
|
|
502
|
+
export type SubscriptionOperationGetResponse = SubscriptionCreationResult;
|
|
503
|
+
/** Optional parameters. */
|
|
675
504
|
export interface OperationsListOptionalParams extends coreClient.OperationOptions {
|
|
676
505
|
}
|
|
677
506
|
/** Contains response data for the list operation. */
|
|
@@ -732,6 +561,8 @@ export type BillingAccountGetPolicyResponse = BillingAccountPoliciesResponse;
|
|
|
732
561
|
export interface SubscriptionClientOptionalParams extends coreClient.ServiceClientOptions {
|
|
733
562
|
/** server parameter */
|
|
734
563
|
$host?: string;
|
|
564
|
+
/** Api Version */
|
|
565
|
+
apiVersion?: string;
|
|
735
566
|
/** Overrides client endpoint. */
|
|
736
567
|
endpoint?: string;
|
|
737
568
|
}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/models/index.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,10 +1,5 @@
|
|
|
1
|
-
|
|
2
|
-
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
*
|
|
5
|
-
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
6
|
-
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
7
|
-
*/
|
|
1
|
+
// Copyright (c) Microsoft Corporation.
|
|
2
|
+
// Licensed under the MIT License.
|
|
8
3
|
/** Known values of {@link Workload} that the service accepts. */
|
|
9
4
|
export var KnownWorkload;
|
|
10
5
|
(function (KnownWorkload) {
|