@azure/arm-managementgroups 2.0.4-alpha.20260309.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 +18 -19
- package/dist/browser/api/entities/index.d.ts +3 -0
- package/dist/browser/api/entities/index.js +4 -0
- package/dist/browser/api/entities/index.js.map +1 -0
- package/dist/browser/api/entities/operations.d.ts +10 -0
- package/dist/browser/api/entities/operations.js +43 -0
- package/dist/browser/api/entities/operations.js.map +1 -0
- package/dist/browser/api/entities/options.d.ts +34 -0
- package/dist/browser/api/entities/options.js +4 -0
- package/dist/browser/api/entities/options.js.map +1 -0
- package/dist/browser/api/hierarchySettings/index.d.ts +3 -0
- package/dist/browser/api/hierarchySettings/index.js +4 -0
- package/dist/browser/api/hierarchySettings/index.js.map +1 -0
- package/dist/browser/api/hierarchySettings/operations.d.ts +25 -0
- package/dist/browser/api/hierarchySettings/operations.js +137 -0
- package/dist/browser/api/hierarchySettings/operations.js.map +1 -0
- package/dist/browser/api/hierarchySettings/options.d.ts +17 -0
- package/dist/browser/api/hierarchySettings/options.js +4 -0
- package/dist/browser/api/hierarchySettings/options.js.map +1 -0
- 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/managementGroupSubscriptions/index.d.ts +3 -0
- package/dist/browser/api/managementGroupSubscriptions/index.js +4 -0
- package/dist/browser/api/managementGroupSubscriptions/index.js.map +1 -0
- package/dist/browser/api/managementGroupSubscriptions/operations.d.ts +22 -0
- package/dist/browser/api/managementGroupSubscriptions/operations.js +129 -0
- package/dist/browser/api/managementGroupSubscriptions/operations.js.map +1 -0
- package/dist/browser/api/managementGroupSubscriptions/options.d.ts +25 -0
- package/dist/browser/api/managementGroupSubscriptions/options.js +4 -0
- package/dist/browser/api/managementGroupSubscriptions/options.js.map +1 -0
- package/dist/browser/api/managementGroups/index.d.ts +3 -0
- package/dist/browser/api/managementGroups/index.js +4 -0
- package/dist/browser/api/managementGroups/index.js.map +1 -0
- package/dist/browser/api/managementGroups/operations.d.ts +37 -0
- package/dist/browser/api/managementGroups/operations.js +207 -0
- package/dist/browser/api/managementGroups/operations.js.map +1 -0
- package/dist/browser/api/managementGroups/options.d.ts +53 -0
- package/dist/browser/api/managementGroups/options.js +4 -0
- package/dist/browser/api/managementGroups/options.js.map +1 -0
- package/dist/browser/api/managementGroupsAPIContext.d.ts +28 -0
- package/dist/browser/api/managementGroupsAPIContext.js +30 -0
- package/dist/browser/api/managementGroupsAPIContext.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 +17 -0
- package/dist/browser/api/operations.js +83 -0
- package/dist/browser/api/operations.js.map +1 -0
- package/dist/browser/api/options.d.ts +11 -0
- package/dist/browser/api/options.js +4 -0
- package/dist/browser/api/options.js.map +1 -0
- package/dist/browser/classic/entities/index.d.ts +11 -0
- package/dist/browser/classic/entities/index.js +14 -0
- package/dist/browser/classic/entities/index.js.map +1 -0
- package/dist/browser/classic/hierarchySettings/index.d.ts +18 -0
- package/dist/browser/classic/hierarchySettings/index.js +18 -0
- package/dist/browser/classic/hierarchySettings/index.js.map +1 -0
- package/dist/browser/classic/index.d.ts +6 -0
- package/dist/browser/classic/index.js +4 -0
- package/dist/browser/classic/index.js.map +1 -0
- package/dist/browser/classic/managementGroupSubscriptions/index.d.ts +17 -0
- package/dist/browser/classic/managementGroupSubscriptions/index.js +17 -0
- package/dist/browser/classic/managementGroupSubscriptions/index.js.map +1 -0
- package/dist/browser/classic/managementGroups/index.d.ts +37 -0
- package/dist/browser/classic/managementGroups/index.js +36 -0
- package/dist/browser/classic/managementGroups/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/index.d.ts +18 -3
- package/dist/browser/index.js +7 -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/managementGroupsAPI.d.ts +35 -34
- package/dist/browser/managementGroupsAPI.js +47 -172
- package/dist/browser/managementGroupsAPI.js.map +1 -1
- package/dist/browser/models/index.d.ts +2 -973
- package/dist/browser/models/index.js +3 -63
- package/dist/browser/models/index.js.map +1 -1
- package/dist/browser/models/models.d.ts +666 -0
- package/dist/browser/models/models.js +586 -0
- package/dist/browser/models/models.js.map +1 -0
- package/dist/browser/restorePollerHelpers.d.ts +21 -0
- package/dist/browser/restorePollerHelpers.js +101 -0
- package/dist/browser/restorePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/browser/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/browser/static-helpers/pagingHelpers.js +143 -0
- package/dist/browser/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/browser/static-helpers/pollingHelpers.js +95 -0
- package/dist/browser/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/browser/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/browser/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/browser/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/browser/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/browser/static-helpers/urlTemplate.js +200 -0
- package/dist/browser/static-helpers/urlTemplate.js.map +1 -0
- package/dist/commonjs/api/entities/index.d.ts +3 -0
- package/dist/commonjs/{operationsInterfaces/managementGroupSubscriptions.js → api/entities/index.js} +15 -2
- package/dist/commonjs/api/entities/index.js.map +7 -0
- package/dist/commonjs/api/entities/operations.d.ts +10 -0
- package/dist/commonjs/api/entities/operations.js +80 -0
- package/dist/commonjs/api/entities/operations.js.map +7 -0
- package/dist/commonjs/api/entities/options.d.ts +34 -0
- package/dist/commonjs/{operationsInterfaces/entities.js → api/entities/options.js} +3 -2
- package/dist/commonjs/api/entities/options.js.map +7 -0
- package/dist/commonjs/api/hierarchySettings/index.d.ts +3 -0
- package/dist/commonjs/api/hierarchySettings/index.js +36 -0
- package/dist/commonjs/api/hierarchySettings/index.js.map +7 -0
- package/dist/commonjs/api/hierarchySettings/operations.d.ts +25 -0
- package/dist/commonjs/api/hierarchySettings/operations.js +204 -0
- package/dist/commonjs/api/hierarchySettings/operations.js.map +7 -0
- package/dist/commonjs/api/hierarchySettings/options.d.ts +17 -0
- package/dist/commonjs/{operationsInterfaces/managementGroups.js → api/hierarchySettings/options.js} +3 -2
- package/dist/commonjs/api/hierarchySettings/options.js.map +7 -0
- package/dist/commonjs/api/index.d.ts +5 -0
- package/dist/commonjs/api/index.js +35 -0
- package/dist/commonjs/api/index.js.map +7 -0
- package/dist/commonjs/api/managementGroupSubscriptions/index.d.ts +3 -0
- package/dist/commonjs/api/managementGroupSubscriptions/index.js +34 -0
- package/dist/commonjs/api/managementGroupSubscriptions/index.js.map +7 -0
- package/dist/commonjs/api/managementGroupSubscriptions/operations.d.ts +22 -0
- package/dist/commonjs/api/managementGroupSubscriptions/operations.js +193 -0
- package/dist/commonjs/api/managementGroupSubscriptions/operations.js.map +7 -0
- package/dist/commonjs/api/managementGroupSubscriptions/options.d.ts +25 -0
- package/dist/commonjs/{operationsInterfaces/hierarchySettingsOperations.js → api/managementGroupSubscriptions/options.js} +3 -2
- package/dist/commonjs/api/managementGroupSubscriptions/options.js.map +7 -0
- package/dist/commonjs/api/managementGroups/index.d.ts +3 -0
- package/dist/commonjs/api/managementGroups/index.js +38 -0
- package/dist/commonjs/api/managementGroups/index.js.map +7 -0
- package/dist/commonjs/api/managementGroups/operations.d.ts +37 -0
- package/dist/commonjs/api/managementGroups/operations.js +289 -0
- package/dist/commonjs/api/managementGroups/operations.js.map +7 -0
- package/dist/commonjs/api/managementGroups/options.d.ts +53 -0
- package/dist/commonjs/api/managementGroups/options.js +16 -0
- package/dist/commonjs/api/managementGroups/options.js.map +7 -0
- package/dist/commonjs/api/managementGroupsAPIContext.d.ts +28 -0
- package/dist/commonjs/api/managementGroupsAPIContext.js +47 -0
- package/dist/commonjs/api/managementGroupsAPIContext.js.map +7 -0
- package/dist/commonjs/api/operations/index.d.ts +3 -0
- package/dist/commonjs/api/operations/index.js +28 -0
- package/dist/commonjs/api/operations/index.js.map +7 -0
- package/dist/commonjs/api/operations/operations.d.ts +10 -0
- package/dist/commonjs/api/operations/operations.js +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/api/operations/options.js +16 -0
- package/dist/commonjs/api/operations/options.js.map +7 -0
- package/dist/commonjs/api/operations.d.ts +17 -0
- package/dist/commonjs/api/operations.js +132 -0
- package/dist/commonjs/api/operations.js.map +7 -0
- package/dist/commonjs/api/options.d.ts +11 -0
- package/dist/commonjs/api/options.js +16 -0
- package/dist/commonjs/api/options.js.map +7 -0
- package/dist/commonjs/classic/entities/index.d.ts +11 -0
- package/dist/commonjs/{pagingHelper.js → classic/entities/index.js} +15 -20
- package/dist/commonjs/classic/entities/index.js.map +7 -0
- package/dist/commonjs/classic/hierarchySettings/index.d.ts +18 -0
- package/dist/commonjs/classic/hierarchySettings/index.js +42 -0
- package/dist/commonjs/classic/hierarchySettings/index.js.map +7 -0
- package/dist/commonjs/classic/index.d.ts +6 -0
- package/dist/commonjs/{operationsInterfaces/operations.js → classic/index.js} +3 -2
- package/dist/commonjs/classic/index.js.map +7 -0
- package/dist/commonjs/classic/managementGroupSubscriptions/index.d.ts +17 -0
- package/dist/commonjs/classic/managementGroupSubscriptions/index.js +41 -0
- package/dist/commonjs/classic/managementGroupSubscriptions/index.js.map +7 -0
- package/dist/commonjs/classic/managementGroups/index.d.ts +37 -0
- package/dist/commonjs/classic/managementGroups/index.js +60 -0
- package/dist/commonjs/classic/managementGroups/index.js.map +7 -0
- package/dist/commonjs/classic/operations/index.d.ts +11 -0
- package/dist/commonjs/{operations → classic/operations}/index.js +20 -11
- package/dist/commonjs/classic/operations/index.js.map +7 -0
- package/dist/commonjs/index.d.ts +18 -3
- package/dist/commonjs/index.js +27 -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/managementGroupsAPI.d.ts +35 -34
- package/dist/commonjs/managementGroupsAPI.js +44 -185
- package/dist/commonjs/managementGroupsAPI.js.map +4 -4
- package/dist/commonjs/models/index.d.ts +2 -973
- package/dist/commonjs/models/index.js +16 -43
- package/dist/commonjs/models/index.js.map +4 -4
- package/dist/commonjs/models/models.d.ts +666 -0
- package/dist/commonjs/models/models.js +658 -0
- package/dist/commonjs/models/models.js.map +7 -0
- package/dist/commonjs/restorePollerHelpers.d.ts +21 -0
- package/dist/commonjs/restorePollerHelpers.js +114 -0
- package/dist/commonjs/restorePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js +52 -0
- package/dist/commonjs/static-helpers/cloudSettingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js +143 -0
- package/dist/commonjs/static-helpers/pagingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js +101 -0
- package/dist/commonjs/static-helpers/pollingHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/commonjs/{lroImpl.js → static-helpers/serialization/check-prop-undefined.js} +12 -23
- package/dist/commonjs/static-helpers/serialization/check-prop-undefined.js.map +7 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js +67 -0
- package/dist/commonjs/static-helpers/simplePollerHelpers.js.map +7 -0
- package/dist/commonjs/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/commonjs/static-helpers/urlTemplate.js +197 -0
- package/dist/commonjs/static-helpers/urlTemplate.js.map +7 -0
- package/dist/commonjs/tsdoc-metadata.json +1 -1
- package/dist/esm/api/entities/index.d.ts +3 -0
- package/dist/esm/api/entities/index.js +4 -0
- package/dist/esm/api/entities/index.js.map +1 -0
- package/dist/esm/api/entities/operations.d.ts +10 -0
- package/dist/esm/api/entities/operations.js +43 -0
- package/dist/esm/api/entities/operations.js.map +1 -0
- package/dist/esm/api/entities/options.d.ts +34 -0
- package/dist/esm/api/entities/options.js +4 -0
- package/dist/esm/api/entities/options.js.map +1 -0
- package/dist/esm/api/hierarchySettings/index.d.ts +3 -0
- package/dist/esm/api/hierarchySettings/index.js +4 -0
- package/dist/esm/api/hierarchySettings/index.js.map +1 -0
- package/dist/esm/api/hierarchySettings/operations.d.ts +25 -0
- package/dist/esm/api/hierarchySettings/operations.js +137 -0
- package/dist/esm/api/hierarchySettings/operations.js.map +1 -0
- package/dist/esm/api/hierarchySettings/options.d.ts +17 -0
- package/dist/esm/api/hierarchySettings/options.js +4 -0
- package/dist/esm/api/hierarchySettings/options.js.map +1 -0
- 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/managementGroupSubscriptions/index.d.ts +3 -0
- package/dist/esm/api/managementGroupSubscriptions/index.js +4 -0
- package/dist/esm/api/managementGroupSubscriptions/index.js.map +1 -0
- package/dist/esm/api/managementGroupSubscriptions/operations.d.ts +22 -0
- package/dist/esm/api/managementGroupSubscriptions/operations.js +129 -0
- package/dist/esm/api/managementGroupSubscriptions/operations.js.map +1 -0
- package/dist/esm/api/managementGroupSubscriptions/options.d.ts +25 -0
- package/dist/esm/api/managementGroupSubscriptions/options.js +4 -0
- package/dist/esm/api/managementGroupSubscriptions/options.js.map +1 -0
- package/dist/esm/api/managementGroups/index.d.ts +3 -0
- package/dist/esm/api/managementGroups/index.js +4 -0
- package/dist/esm/api/managementGroups/index.js.map +1 -0
- package/dist/esm/api/managementGroups/operations.d.ts +37 -0
- package/dist/esm/api/managementGroups/operations.js +207 -0
- package/dist/esm/api/managementGroups/operations.js.map +1 -0
- package/dist/esm/api/managementGroups/options.d.ts +53 -0
- package/dist/esm/api/managementGroups/options.js +4 -0
- package/dist/esm/api/managementGroups/options.js.map +1 -0
- package/dist/esm/api/managementGroupsAPIContext.d.ts +28 -0
- package/dist/esm/api/managementGroupsAPIContext.js +30 -0
- package/dist/esm/api/managementGroupsAPIContext.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 +17 -0
- package/dist/esm/api/operations.js +83 -0
- package/dist/esm/api/operations.js.map +1 -0
- package/dist/esm/api/options.d.ts +11 -0
- package/dist/esm/api/options.js +4 -0
- package/dist/esm/api/options.js.map +1 -0
- package/dist/esm/classic/entities/index.d.ts +11 -0
- package/dist/esm/classic/entities/index.js +14 -0
- package/dist/esm/classic/entities/index.js.map +1 -0
- package/dist/esm/classic/hierarchySettings/index.d.ts +18 -0
- package/dist/esm/classic/hierarchySettings/index.js +18 -0
- package/dist/esm/classic/hierarchySettings/index.js.map +1 -0
- package/dist/esm/classic/index.d.ts +6 -0
- package/dist/esm/classic/index.js +4 -0
- package/dist/esm/classic/index.js.map +1 -0
- package/dist/esm/classic/managementGroupSubscriptions/index.d.ts +17 -0
- package/dist/esm/classic/managementGroupSubscriptions/index.js +17 -0
- package/dist/esm/classic/managementGroupSubscriptions/index.js.map +1 -0
- package/dist/esm/classic/managementGroups/index.d.ts +37 -0
- package/dist/esm/classic/managementGroups/index.js +36 -0
- package/dist/esm/classic/managementGroups/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/index.d.ts +18 -3
- package/dist/esm/index.js +9 -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/managementGroupsAPI.d.ts +35 -34
- package/dist/esm/managementGroupsAPI.js +57 -193
- package/dist/esm/managementGroupsAPI.js.map +1 -7
- package/dist/esm/models/index.d.ts +2 -973
- package/dist/esm/models/index.js +4 -40
- package/dist/esm/models/index.js.map +1 -7
- package/dist/esm/models/models.d.ts +666 -0
- package/dist/esm/models/models.js +586 -0
- package/dist/esm/models/models.js.map +1 -0
- package/dist/esm/restorePollerHelpers.d.ts +21 -0
- package/dist/esm/restorePollerHelpers.js +101 -0
- package/dist/esm/restorePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.d.ts +22 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js +38 -0
- package/dist/esm/static-helpers/cloudSettingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pagingHelpers.d.ts +74 -0
- package/dist/esm/static-helpers/pagingHelpers.js +143 -0
- package/dist/esm/static-helpers/pagingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/pollingHelpers.d.ts +34 -0
- package/dist/esm/static-helpers/pollingHelpers.js +95 -0
- package/dist/esm/static-helpers/pollingHelpers.js.map +1 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.d.ts +8 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js +17 -0
- package/dist/esm/static-helpers/serialization/check-prop-undefined.js.map +1 -0
- package/dist/esm/static-helpers/simplePollerHelpers.d.ts +73 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js +44 -0
- package/dist/esm/static-helpers/simplePollerHelpers.js.map +1 -0
- package/dist/esm/static-helpers/urlTemplate.d.ts +5 -0
- package/dist/esm/static-helpers/urlTemplate.js +200 -0
- package/dist/esm/static-helpers/urlTemplate.js.map +1 -0
- package/package.json +190 -79
- package/CHANGELOG.md +0 -43
- package/dist/browser/index.d.ts.map +0 -1
- package/dist/browser/lroImpl.d.ts +0 -16
- package/dist/browser/lroImpl.d.ts.map +0 -1
- package/dist/browser/lroImpl.js +0 -33
- package/dist/browser/lroImpl.js.map +0 -1
- package/dist/browser/managementGroupsAPI.d.ts.map +0 -1
- package/dist/browser/models/index.d.ts.map +0 -1
- package/dist/browser/models/mappers.d.ts +0 -39
- package/dist/browser/models/mappers.d.ts.map +0 -1
- package/dist/browser/models/mappers.js +0 -1355
- package/dist/browser/models/mappers.js.map +0 -1
- package/dist/browser/models/parameters.d.ts +0 -24
- package/dist/browser/models/parameters.d.ts.map +0 -1
- package/dist/browser/models/parameters.js +0 -200
- package/dist/browser/models/parameters.js.map +0 -1
- package/dist/browser/operations/entities.d.ts +0 -34
- package/dist/browser/operations/entities.d.ts.map +0 -1
- package/dist/browser/operations/entities.js +0 -139
- package/dist/browser/operations/entities.js.map +0 -1
- package/dist/browser/operations/hierarchySettingsOperations.d.ts +0 -52
- package/dist/browser/operations/hierarchySettingsOperations.d.ts.map +0 -1
- package/dist/browser/operations/hierarchySettingsOperations.js +0 -155
- package/dist/browser/operations/hierarchySettingsOperations.js.map +0 -1
- package/dist/browser/operations/index.d.ts +0 -6
- package/dist/browser/operations/index.d.ts.map +0 -1
- package/dist/browser/operations/index.js +0 -13
- package/dist/browser/operations/index.js.map +0 -1
- package/dist/browser/operations/managementGroupSubscriptions.d.ts +0 -62
- package/dist/browser/operations/managementGroupSubscriptions.d.ts.map +0 -1
- package/dist/browser/operations/managementGroupSubscriptions.js +0 -212
- package/dist/browser/operations/managementGroupSubscriptions.js.map +0 -1
- package/dist/browser/operations/managementGroups.d.ts +0 -109
- package/dist/browser/operations/managementGroups.d.ts.map +0 -1
- package/dist/browser/operations/managementGroups.js +0 -461
- package/dist/browser/operations/managementGroups.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 -117
- package/dist/browser/operations/operations.js.map +0 -1
- package/dist/browser/operationsInterfaces/entities.d.ts +0 -12
- package/dist/browser/operationsInterfaces/entities.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/entities.js +0 -9
- package/dist/browser/operationsInterfaces/entities.js.map +0 -1
- package/dist/browser/operationsInterfaces/hierarchySettingsOperations.d.ts +0 -44
- package/dist/browser/operationsInterfaces/hierarchySettingsOperations.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/hierarchySettingsOperations.js +0 -9
- package/dist/browser/operationsInterfaces/hierarchySettingsOperations.js.map +0 -1
- package/dist/browser/operationsInterfaces/index.d.ts +0 -6
- package/dist/browser/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/index.js +0 -13
- package/dist/browser/operationsInterfaces/index.js.map +0 -1
- package/dist/browser/operationsInterfaces/managementGroupSubscriptions.d.ts +0 -37
- package/dist/browser/operationsInterfaces/managementGroupSubscriptions.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/managementGroupSubscriptions.js +0 -9
- package/dist/browser/operationsInterfaces/managementGroupSubscriptions.js.map +0 -1
- package/dist/browser/operationsInterfaces/managementGroups.d.ts +0 -71
- package/dist/browser/operationsInterfaces/managementGroups.d.ts.map +0 -1
- package/dist/browser/operationsInterfaces/managementGroups.js +0 -9
- package/dist/browser/operationsInterfaces/managementGroups.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/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/commonjs/index.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.d.ts +0 -16
- package/dist/commonjs/lroImpl.d.ts.map +0 -1
- package/dist/commonjs/lroImpl.js.map +0 -7
- package/dist/commonjs/managementGroupsAPI.d.ts.map +0 -1
- package/dist/commonjs/models/index.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.d.ts +0 -39
- package/dist/commonjs/models/mappers.d.ts.map +0 -1
- package/dist/commonjs/models/mappers.js +0 -1445
- package/dist/commonjs/models/mappers.js.map +0 -7
- package/dist/commonjs/models/parameters.d.ts +0 -24
- package/dist/commonjs/models/parameters.d.ts.map +0 -1
- package/dist/commonjs/models/parameters.js +0 -260
- package/dist/commonjs/models/parameters.js.map +0 -7
- package/dist/commonjs/operations/entities.d.ts +0 -34
- package/dist/commonjs/operations/entities.d.ts.map +0 -1
- package/dist/commonjs/operations/entities.js +0 -171
- package/dist/commonjs/operations/entities.js.map +0 -7
- package/dist/commonjs/operations/hierarchySettingsOperations.d.ts +0 -52
- package/dist/commonjs/operations/hierarchySettingsOperations.d.ts.map +0 -1
- package/dist/commonjs/operations/hierarchySettingsOperations.js +0 -200
- package/dist/commonjs/operations/hierarchySettingsOperations.js.map +0 -7
- package/dist/commonjs/operations/index.d.ts +0 -6
- package/dist/commonjs/operations/index.d.ts.map +0 -1
- package/dist/commonjs/operations/index.js.map +0 -7
- package/dist/commonjs/operations/managementGroupSubscriptions.d.ts +0 -62
- package/dist/commonjs/operations/managementGroupSubscriptions.d.ts.map +0 -1
- package/dist/commonjs/operations/managementGroupSubscriptions.js +0 -273
- package/dist/commonjs/operations/managementGroupSubscriptions.js.map +0 -7
- package/dist/commonjs/operations/managementGroups.d.ts +0 -109
- package/dist/commonjs/operations/managementGroups.d.ts.map +0 -1
- package/dist/commonjs/operations/managementGroups.js +0 -521
- package/dist/commonjs/operations/managementGroups.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 -149
- package/dist/commonjs/operations/operations.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/entities.d.ts +0 -12
- package/dist/commonjs/operationsInterfaces/entities.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/entities.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/hierarchySettingsOperations.d.ts +0 -44
- package/dist/commonjs/operationsInterfaces/hierarchySettingsOperations.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/hierarchySettingsOperations.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/index.d.ts +0 -6
- package/dist/commonjs/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/index.js +0 -29
- package/dist/commonjs/operationsInterfaces/index.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/managementGroupSubscriptions.d.ts +0 -37
- package/dist/commonjs/operationsInterfaces/managementGroupSubscriptions.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/managementGroupSubscriptions.js.map +0 -7
- package/dist/commonjs/operationsInterfaces/managementGroups.d.ts +0 -71
- package/dist/commonjs/operationsInterfaces/managementGroups.d.ts.map +0 -1
- package/dist/commonjs/operationsInterfaces/managementGroups.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/pagingHelper.d.ts +0 -13
- package/dist/commonjs/pagingHelper.d.ts.map +0 -1
- package/dist/commonjs/pagingHelper.js.map +0 -7
- package/dist/esm/index.d.ts.map +0 -1
- package/dist/esm/lroImpl.d.ts +0 -16
- package/dist/esm/lroImpl.d.ts.map +0 -1
- package/dist/esm/lroImpl.js +0 -23
- package/dist/esm/lroImpl.js.map +0 -7
- package/dist/esm/managementGroupsAPI.d.ts.map +0 -1
- package/dist/esm/models/index.d.ts.map +0 -1
- package/dist/esm/models/mappers.d.ts +0 -39
- package/dist/esm/models/mappers.d.ts.map +0 -1
- package/dist/esm/models/mappers.js +0 -1386
- package/dist/esm/models/mappers.js.map +0 -7
- package/dist/esm/models/parameters.d.ts +0 -24
- package/dist/esm/models/parameters.d.ts.map +0 -1
- package/dist/esm/models/parameters.js +0 -221
- package/dist/esm/models/parameters.js.map +0 -7
- package/dist/esm/operations/entities.d.ts +0 -34
- package/dist/esm/operations/entities.d.ts.map +0 -1
- package/dist/esm/operations/entities.js +0 -138
- package/dist/esm/operations/entities.js.map +0 -7
- package/dist/esm/operations/hierarchySettingsOperations.d.ts +0 -52
- package/dist/esm/operations/hierarchySettingsOperations.d.ts.map +0 -1
- package/dist/esm/operations/hierarchySettingsOperations.js +0 -167
- package/dist/esm/operations/hierarchySettingsOperations.js.map +0 -7
- package/dist/esm/operations/index.d.ts +0 -6
- package/dist/esm/operations/index.d.ts.map +0 -1
- package/dist/esm/operations/index.js +0 -5
- package/dist/esm/operations/index.js.map +0 -7
- package/dist/esm/operations/managementGroupSubscriptions.d.ts +0 -62
- package/dist/esm/operations/managementGroupSubscriptions.d.ts.map +0 -1
- package/dist/esm/operations/managementGroupSubscriptions.js +0 -240
- package/dist/esm/operations/managementGroupSubscriptions.js.map +0 -7
- package/dist/esm/operations/managementGroups.d.ts +0 -109
- package/dist/esm/operations/managementGroups.d.ts.map +0 -1
- package/dist/esm/operations/managementGroups.js +0 -488
- package/dist/esm/operations/managementGroups.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 -116
- package/dist/esm/operations/operations.js.map +0 -7
- package/dist/esm/operationsInterfaces/entities.d.ts +0 -12
- package/dist/esm/operationsInterfaces/entities.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/entities.js +0 -0
- package/dist/esm/operationsInterfaces/entities.js.map +0 -7
- package/dist/esm/operationsInterfaces/hierarchySettingsOperations.d.ts +0 -44
- package/dist/esm/operationsInterfaces/hierarchySettingsOperations.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/hierarchySettingsOperations.js +0 -0
- package/dist/esm/operationsInterfaces/hierarchySettingsOperations.js.map +0 -7
- package/dist/esm/operationsInterfaces/index.d.ts +0 -6
- package/dist/esm/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/index.js +0 -5
- package/dist/esm/operationsInterfaces/index.js.map +0 -7
- package/dist/esm/operationsInterfaces/managementGroupSubscriptions.d.ts +0 -37
- package/dist/esm/operationsInterfaces/managementGroupSubscriptions.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/managementGroupSubscriptions.js +0 -0
- package/dist/esm/operationsInterfaces/managementGroupSubscriptions.js.map +0 -7
- package/dist/esm/operationsInterfaces/managementGroups.d.ts +0 -71
- package/dist/esm/operationsInterfaces/managementGroups.d.ts.map +0 -1
- package/dist/esm/operationsInterfaces/managementGroups.js +0 -0
- package/dist/esm/operationsInterfaces/managementGroups.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/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/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/lroImpl.d.ts +0 -16
- package/dist/react-native/lroImpl.d.ts.map +0 -1
- package/dist/react-native/lroImpl.js +0 -33
- package/dist/react-native/lroImpl.js.map +0 -1
- package/dist/react-native/managementGroupsAPI.d.ts +0 -38
- package/dist/react-native/managementGroupsAPI.d.ts.map +0 -1
- package/dist/react-native/managementGroupsAPI.js +0 -183
- package/dist/react-native/managementGroupsAPI.js.map +0 -1
- package/dist/react-native/models/index.d.ts +0 -974
- package/dist/react-native/models/index.d.ts.map +0 -1
- package/dist/react-native/models/index.js +0 -64
- package/dist/react-native/models/index.js.map +0 -1
- package/dist/react-native/models/mappers.d.ts +0 -39
- package/dist/react-native/models/mappers.d.ts.map +0 -1
- package/dist/react-native/models/mappers.js +0 -1355
- package/dist/react-native/models/mappers.js.map +0 -1
- package/dist/react-native/models/parameters.d.ts +0 -24
- package/dist/react-native/models/parameters.d.ts.map +0 -1
- package/dist/react-native/models/parameters.js +0 -200
- package/dist/react-native/models/parameters.js.map +0 -1
- package/dist/react-native/operations/entities.d.ts +0 -34
- package/dist/react-native/operations/entities.d.ts.map +0 -1
- package/dist/react-native/operations/entities.js +0 -139
- package/dist/react-native/operations/entities.js.map +0 -1
- package/dist/react-native/operations/hierarchySettingsOperations.d.ts +0 -52
- package/dist/react-native/operations/hierarchySettingsOperations.d.ts.map +0 -1
- package/dist/react-native/operations/hierarchySettingsOperations.js +0 -155
- package/dist/react-native/operations/hierarchySettingsOperations.js.map +0 -1
- package/dist/react-native/operations/index.d.ts +0 -6
- package/dist/react-native/operations/index.d.ts.map +0 -1
- package/dist/react-native/operations/index.js +0 -13
- package/dist/react-native/operations/index.js.map +0 -1
- package/dist/react-native/operations/managementGroupSubscriptions.d.ts +0 -62
- package/dist/react-native/operations/managementGroupSubscriptions.d.ts.map +0 -1
- package/dist/react-native/operations/managementGroupSubscriptions.js +0 -212
- package/dist/react-native/operations/managementGroupSubscriptions.js.map +0 -1
- package/dist/react-native/operations/managementGroups.d.ts +0 -109
- package/dist/react-native/operations/managementGroups.d.ts.map +0 -1
- package/dist/react-native/operations/managementGroups.js +0 -461
- package/dist/react-native/operations/managementGroups.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 -117
- package/dist/react-native/operations/operations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/entities.d.ts +0 -12
- package/dist/react-native/operationsInterfaces/entities.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/entities.js +0 -9
- package/dist/react-native/operationsInterfaces/entities.js.map +0 -1
- package/dist/react-native/operationsInterfaces/hierarchySettingsOperations.d.ts +0 -44
- package/dist/react-native/operationsInterfaces/hierarchySettingsOperations.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/hierarchySettingsOperations.js +0 -9
- package/dist/react-native/operationsInterfaces/hierarchySettingsOperations.js.map +0 -1
- package/dist/react-native/operationsInterfaces/index.d.ts +0 -6
- package/dist/react-native/operationsInterfaces/index.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/index.js +0 -13
- package/dist/react-native/operationsInterfaces/index.js.map +0 -1
- package/dist/react-native/operationsInterfaces/managementGroupSubscriptions.d.ts +0 -37
- package/dist/react-native/operationsInterfaces/managementGroupSubscriptions.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/managementGroupSubscriptions.js +0 -9
- package/dist/react-native/operationsInterfaces/managementGroupSubscriptions.js.map +0 -1
- package/dist/react-native/operationsInterfaces/managementGroups.d.ts +0 -71
- package/dist/react-native/operationsInterfaces/managementGroups.d.ts.map +0 -1
- package/dist/react-native/operationsInterfaces/managementGroups.js +0 -9
- package/dist/react-native/operationsInterfaces/managementGroups.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/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/review/arm-managementgroups-node.api.md +0 -646
|
@@ -0,0 +1,666 @@
|
|
|
1
|
+
/**
|
|
2
|
+
* This file contains only generated model types and their (de)serializers.
|
|
3
|
+
* Disable the following rules for internal models with '_' prefix and deserializers which require 'any' for raw JSON input.
|
|
4
|
+
*/
|
|
5
|
+
/** Management group name availability check parameters. */
|
|
6
|
+
export interface CheckNameAvailabilityRequest {
|
|
7
|
+
/** the name to check for availability */
|
|
8
|
+
name?: string;
|
|
9
|
+
/** fully qualified resource type which includes provider namespace */
|
|
10
|
+
type?: "Microsoft.Management/managementGroups";
|
|
11
|
+
}
|
|
12
|
+
export declare function checkNameAvailabilityRequestSerializer(item: CheckNameAvailabilityRequest): any;
|
|
13
|
+
/** Describes the result of the request to check management group name availability. */
|
|
14
|
+
export interface CheckNameAvailabilityResult {
|
|
15
|
+
/** Required. True indicates name is valid and available. False indicates the name is invalid, unavailable, or both. */
|
|
16
|
+
readonly nameAvailable?: boolean;
|
|
17
|
+
/** Required if nameAvailable == false. Invalid indicates the name provided does not match the resource provider's naming requirements (incorrect length, unsupported characters, etc.) AlreadyExists indicates that the name is already in use and is therefore unavailable. */
|
|
18
|
+
readonly reason?: Reason;
|
|
19
|
+
/** Required if nameAvailable == false. Localized. If reason == invalid, provide the user with the reason why the given name is invalid, and provide the resource naming requirements so that the user can select a valid name. If reason == AlreadyExists, explain that is already in use, and direct them to select a different name. */
|
|
20
|
+
readonly message?: string;
|
|
21
|
+
}
|
|
22
|
+
export declare function checkNameAvailabilityResultDeserializer(item: any): CheckNameAvailabilityResult;
|
|
23
|
+
/** Required if nameAvailable == false. Invalid indicates the name provided does not match the resource provider's naming requirements (incorrect length, unsupported characters, etc.) AlreadyExists indicates that the name is already in use and is therefore unavailable. */
|
|
24
|
+
export type Reason = "Invalid" | "AlreadyExists";
|
|
25
|
+
/** Common error response for all Azure Resource Manager APIs to return error details for failed operations. */
|
|
26
|
+
export interface ErrorResponse {
|
|
27
|
+
/** The error object. */
|
|
28
|
+
error?: ErrorDetail;
|
|
29
|
+
}
|
|
30
|
+
export declare function errorResponseDeserializer(item: any): ErrorResponse;
|
|
31
|
+
/** The error detail. */
|
|
32
|
+
export interface ErrorDetail {
|
|
33
|
+
/** The error code. */
|
|
34
|
+
readonly code?: string;
|
|
35
|
+
/** The error message. */
|
|
36
|
+
readonly message?: string;
|
|
37
|
+
/** The error target. */
|
|
38
|
+
readonly target?: string;
|
|
39
|
+
/** The error details. */
|
|
40
|
+
readonly details?: ErrorDetail[];
|
|
41
|
+
/** The error additional info. */
|
|
42
|
+
readonly additionalInfo?: ErrorAdditionalInfo[];
|
|
43
|
+
}
|
|
44
|
+
export declare function errorDetailDeserializer(item: any): ErrorDetail;
|
|
45
|
+
export declare function errorDetailArrayDeserializer(result: Array<ErrorDetail>): any[];
|
|
46
|
+
export declare function errorAdditionalInfoArrayDeserializer(result: Array<ErrorAdditionalInfo>): any[];
|
|
47
|
+
/** The resource management error additional info. */
|
|
48
|
+
export interface ErrorAdditionalInfo {
|
|
49
|
+
/** The additional info type. */
|
|
50
|
+
readonly type?: string;
|
|
51
|
+
/** The additional info. */
|
|
52
|
+
readonly info?: any;
|
|
53
|
+
}
|
|
54
|
+
export declare function errorAdditionalInfoDeserializer(item: any): ErrorAdditionalInfo;
|
|
55
|
+
/** The tenant backfill status */
|
|
56
|
+
export interface TenantBackfillStatusResult {
|
|
57
|
+
/** The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000 */
|
|
58
|
+
readonly tenantId?: string;
|
|
59
|
+
/** The status of the Tenant Backfill */
|
|
60
|
+
readonly status?: Status;
|
|
61
|
+
}
|
|
62
|
+
export declare function tenantBackfillStatusResultDeserializer(item: any): TenantBackfillStatusResult;
|
|
63
|
+
/** The status of the Tenant Backfill */
|
|
64
|
+
export type Status = "NotStarted" | "NotStartedButGroupsExist" | "Started" | "Failed" | "Cancelled" | "Completed";
|
|
65
|
+
/** A list of REST API operations supported by an Azure Resource Provider. It contains an URL link to get the next set of results. */
|
|
66
|
+
export interface _OperationListResult {
|
|
67
|
+
/** The Operation items on this page */
|
|
68
|
+
value: Operation[];
|
|
69
|
+
/** The link to the next page of items */
|
|
70
|
+
nextLink?: string;
|
|
71
|
+
}
|
|
72
|
+
export declare function _operationListResultDeserializer(item: any): _OperationListResult;
|
|
73
|
+
export declare function operationArrayDeserializer(result: Array<Operation>): any[];
|
|
74
|
+
/** Details of a REST API operation, returned from the Resource Provider Operations API */
|
|
75
|
+
export interface Operation {
|
|
76
|
+
/** The name of the operation, as per Resource-Based Access Control (RBAC). Examples: "Microsoft.Compute/virtualMachines/write", "Microsoft.Compute/virtualMachines/capture/action" */
|
|
77
|
+
readonly name?: string;
|
|
78
|
+
/** Whether the operation applies to data-plane. This is "true" for data-plane operations and "false" for Azure Resource Manager/control-plane operations. */
|
|
79
|
+
readonly isDataAction?: boolean;
|
|
80
|
+
/** Localized display information for this particular operation. */
|
|
81
|
+
display?: OperationDisplay;
|
|
82
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
83
|
+
readonly origin?: Origin;
|
|
84
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
85
|
+
readonly actionType?: ActionType;
|
|
86
|
+
}
|
|
87
|
+
export declare function operationDeserializer(item: any): Operation;
|
|
88
|
+
/** Localized display information for an operation. */
|
|
89
|
+
export interface OperationDisplay {
|
|
90
|
+
/** The localized friendly form of the resource provider name, e.g. "Microsoft Monitoring Insights" or "Microsoft Compute". */
|
|
91
|
+
readonly provider?: string;
|
|
92
|
+
/** The localized friendly name of the resource type related to this operation. E.g. "Virtual Machines" or "Job Schedule Collections". */
|
|
93
|
+
readonly resource?: string;
|
|
94
|
+
/** The concise, localized friendly name for the operation; suitable for dropdowns. E.g. "Create or Update Virtual Machine", "Restart Virtual Machine". */
|
|
95
|
+
readonly operation?: string;
|
|
96
|
+
/** The short, localized friendly description of the operation; suitable for tool tips and detailed views. */
|
|
97
|
+
readonly description?: string;
|
|
98
|
+
}
|
|
99
|
+
export declare function operationDisplayDeserializer(item: any): OperationDisplay;
|
|
100
|
+
/** The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" */
|
|
101
|
+
export declare enum KnownOrigin {
|
|
102
|
+
/** Indicates the operation is initiated by a user. */
|
|
103
|
+
User = "user",
|
|
104
|
+
/** Indicates the operation is initiated by a system. */
|
|
105
|
+
System = "system",
|
|
106
|
+
/** Indicates the operation is initiated by a user or system. */
|
|
107
|
+
UserSystem = "user,system"
|
|
108
|
+
}
|
|
109
|
+
/**
|
|
110
|
+
* The intended executor of the operation; as in Resource Based Access Control (RBAC) and audit logs UX. Default value is "user,system" \
|
|
111
|
+
* {@link KnownOrigin} can be used interchangeably with Origin,
|
|
112
|
+
* this enum contains the known values that the service supports.
|
|
113
|
+
* ### Known values supported by the service
|
|
114
|
+
* **user**: Indicates the operation is initiated by a user. \
|
|
115
|
+
* **system**: Indicates the operation is initiated by a system. \
|
|
116
|
+
* **user,system**: Indicates the operation is initiated by a user or system.
|
|
117
|
+
*/
|
|
118
|
+
export type Origin = string;
|
|
119
|
+
/** Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. */
|
|
120
|
+
export declare enum KnownActionType {
|
|
121
|
+
/** Actions are for internal-only APIs. */
|
|
122
|
+
Internal = "Internal"
|
|
123
|
+
}
|
|
124
|
+
/**
|
|
125
|
+
* Extensible enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. \
|
|
126
|
+
* {@link KnownActionType} can be used interchangeably with ActionType,
|
|
127
|
+
* this enum contains the known values that the service supports.
|
|
128
|
+
* ### Known values supported by the service
|
|
129
|
+
* **Internal**: Actions are for internal-only APIs.
|
|
130
|
+
*/
|
|
131
|
+
export type ActionType = string;
|
|
132
|
+
/** The management group details. */
|
|
133
|
+
export interface ManagementGroup extends ProxyResource {
|
|
134
|
+
/** The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000 */
|
|
135
|
+
tenantId?: string;
|
|
136
|
+
/** The friendly name of the management group. */
|
|
137
|
+
displayName?: string;
|
|
138
|
+
/** The details of a management group. */
|
|
139
|
+
details?: ManagementGroupDetails;
|
|
140
|
+
/** The list of children. */
|
|
141
|
+
children?: ManagementGroupChildInfo[];
|
|
142
|
+
}
|
|
143
|
+
export declare function managementGroupDeserializer(item: any): ManagementGroup;
|
|
144
|
+
/** The generic properties of a management group. */
|
|
145
|
+
export interface ManagementGroupProperties {
|
|
146
|
+
/** The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000 */
|
|
147
|
+
tenantId?: string;
|
|
148
|
+
/** The friendly name of the management group. */
|
|
149
|
+
displayName?: string;
|
|
150
|
+
/** The details of a management group. */
|
|
151
|
+
details?: ManagementGroupDetails;
|
|
152
|
+
/** The list of children. */
|
|
153
|
+
children?: ManagementGroupChildInfo[];
|
|
154
|
+
}
|
|
155
|
+
export declare function managementGroupPropertiesDeserializer(item: any): ManagementGroupProperties;
|
|
156
|
+
/** The details of a management group. */
|
|
157
|
+
export interface ManagementGroupDetails {
|
|
158
|
+
/** The version number of the object. */
|
|
159
|
+
version?: number;
|
|
160
|
+
/** The date and time when this object was last updated. */
|
|
161
|
+
updatedTime?: Date;
|
|
162
|
+
/** The identity of the principal or process that updated the object. */
|
|
163
|
+
updatedBy?: string;
|
|
164
|
+
/** (Optional) The ID of the parent management group. */
|
|
165
|
+
parent?: ParentGroupInfo;
|
|
166
|
+
/** The path from the root to the current group. */
|
|
167
|
+
path?: ManagementGroupPathElement[];
|
|
168
|
+
/** The ancestors of the management group. */
|
|
169
|
+
managementGroupAncestors?: string[];
|
|
170
|
+
/** The ancestors of the management group displayed in reversed order, from immediate parent to the root. */
|
|
171
|
+
managementGroupAncestorsChain?: ManagementGroupPathElement[];
|
|
172
|
+
}
|
|
173
|
+
export declare function managementGroupDetailsDeserializer(item: any): ManagementGroupDetails;
|
|
174
|
+
/** (Optional) The ID of the parent management group. */
|
|
175
|
+
export interface ParentGroupInfo {
|
|
176
|
+
/** The fully qualified ID for the parent management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 */
|
|
177
|
+
id?: string;
|
|
178
|
+
/** The name of the parent management group */
|
|
179
|
+
name?: string;
|
|
180
|
+
/** The friendly name of the parent management group. */
|
|
181
|
+
displayName?: string;
|
|
182
|
+
}
|
|
183
|
+
export declare function parentGroupInfoDeserializer(item: any): ParentGroupInfo;
|
|
184
|
+
export declare function managementGroupPathElementArrayDeserializer(result: Array<ManagementGroupPathElement>): any[];
|
|
185
|
+
/** A path element of a management group ancestors. */
|
|
186
|
+
export interface ManagementGroupPathElement {
|
|
187
|
+
/** The name of the group. */
|
|
188
|
+
name?: string;
|
|
189
|
+
/** The friendly name of the group. */
|
|
190
|
+
displayName?: string;
|
|
191
|
+
}
|
|
192
|
+
export declare function managementGroupPathElementDeserializer(item: any): ManagementGroupPathElement;
|
|
193
|
+
export declare function managementGroupChildInfoArrayDeserializer(result: Array<ManagementGroupChildInfo>): any[];
|
|
194
|
+
/** The child information of a management group. */
|
|
195
|
+
export interface ManagementGroupChildInfo {
|
|
196
|
+
/** The fully qualified resource type which includes provider namespace (e.g. Microsoft.Management/managementGroups) */
|
|
197
|
+
type?: ManagementGroupChildType;
|
|
198
|
+
/** The fully qualified ID for the child resource (management group or subscription). For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 */
|
|
199
|
+
id?: string;
|
|
200
|
+
/** The name of the child entity. */
|
|
201
|
+
name?: string;
|
|
202
|
+
/** The friendly name of the child resource. */
|
|
203
|
+
displayName?: string;
|
|
204
|
+
/** The list of children. */
|
|
205
|
+
children?: ManagementGroupChildInfo[];
|
|
206
|
+
}
|
|
207
|
+
export declare function managementGroupChildInfoDeserializer(item: any): ManagementGroupChildInfo;
|
|
208
|
+
/** The type of child resource. */
|
|
209
|
+
export type ManagementGroupChildType = "Microsoft.Management/managementGroups" | "/subscriptions";
|
|
210
|
+
/** The resource model definition for a Azure Resource Manager proxy resource. It will not have tags and a location */
|
|
211
|
+
export interface ProxyResource extends Resource {
|
|
212
|
+
}
|
|
213
|
+
export declare function proxyResourceDeserializer(item: any): ProxyResource;
|
|
214
|
+
/** Common fields that are returned in the response for all Azure Resource Manager resources */
|
|
215
|
+
export interface Resource {
|
|
216
|
+
/** Fully qualified resource ID for the resource. Ex - /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName} */
|
|
217
|
+
readonly id?: string;
|
|
218
|
+
/** The name of the resource */
|
|
219
|
+
readonly name?: string;
|
|
220
|
+
/** The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts" */
|
|
221
|
+
readonly type?: string;
|
|
222
|
+
/** Azure Resource Manager metadata containing createdBy and modifiedBy information. */
|
|
223
|
+
readonly systemData?: SystemData;
|
|
224
|
+
}
|
|
225
|
+
export declare function resourceDeserializer(item: any): Resource;
|
|
226
|
+
/** Metadata pertaining to creation and last modification of the resource. */
|
|
227
|
+
export interface SystemData {
|
|
228
|
+
/** The identity that created the resource. */
|
|
229
|
+
createdBy?: string;
|
|
230
|
+
/** The type of identity that created the resource. */
|
|
231
|
+
createdByType?: CreatedByType;
|
|
232
|
+
/** The timestamp of resource creation (UTC). */
|
|
233
|
+
createdAt?: Date;
|
|
234
|
+
/** The identity that last modified the resource. */
|
|
235
|
+
lastModifiedBy?: string;
|
|
236
|
+
/** The type of identity that last modified the resource. */
|
|
237
|
+
lastModifiedByType?: CreatedByType;
|
|
238
|
+
/** The timestamp of resource last modification (UTC) */
|
|
239
|
+
lastModifiedAt?: Date;
|
|
240
|
+
}
|
|
241
|
+
export declare function systemDataDeserializer(item: any): SystemData;
|
|
242
|
+
/** The kind of entity that created the resource. */
|
|
243
|
+
export declare enum KnownCreatedByType {
|
|
244
|
+
/** The entity was created by a user. */
|
|
245
|
+
User = "User",
|
|
246
|
+
/** The entity was created by an application. */
|
|
247
|
+
Application = "Application",
|
|
248
|
+
/** The entity was created by a managed identity. */
|
|
249
|
+
ManagedIdentity = "ManagedIdentity",
|
|
250
|
+
/** The entity was created by a key. */
|
|
251
|
+
Key = "Key"
|
|
252
|
+
}
|
|
253
|
+
/**
|
|
254
|
+
* The kind of entity that created the resource. \
|
|
255
|
+
* {@link KnownCreatedByType} can be used interchangeably with CreatedByType,
|
|
256
|
+
* this enum contains the known values that the service supports.
|
|
257
|
+
* ### Known values supported by the service
|
|
258
|
+
* **User**: The entity was created by a user. \
|
|
259
|
+
* **Application**: The entity was created by an application. \
|
|
260
|
+
* **ManagedIdentity**: The entity was created by a managed identity. \
|
|
261
|
+
* **Key**: The entity was created by a key.
|
|
262
|
+
*/
|
|
263
|
+
export type CreatedByType = string;
|
|
264
|
+
/** Management group creation parameters. */
|
|
265
|
+
export interface CreateManagementGroupRequest {
|
|
266
|
+
/** The fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 */
|
|
267
|
+
readonly id?: string;
|
|
268
|
+
/** The type of the resource. For example, Microsoft.Management/managementGroups */
|
|
269
|
+
readonly type?: string;
|
|
270
|
+
/** The name of the management group. For example, 00000000-0000-0000-0000-000000000000 */
|
|
271
|
+
name?: string;
|
|
272
|
+
/** The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000 */
|
|
273
|
+
readonly tenantId?: string;
|
|
274
|
+
/** The friendly name of the management group. If no value is passed then this field will be set to the groupId. */
|
|
275
|
+
displayName?: string;
|
|
276
|
+
/** The details of a management group used during creation. */
|
|
277
|
+
details?: CreateManagementGroupDetails;
|
|
278
|
+
/** The list of children. */
|
|
279
|
+
readonly children?: CreateManagementGroupChildInfo[];
|
|
280
|
+
}
|
|
281
|
+
export declare function createManagementGroupRequestSerializer(item: CreateManagementGroupRequest): any;
|
|
282
|
+
/** The generic properties of a management group used during creation. */
|
|
283
|
+
export interface CreateManagementGroupProperties {
|
|
284
|
+
/** The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000 */
|
|
285
|
+
readonly tenantId?: string;
|
|
286
|
+
/** The friendly name of the management group. If no value is passed then this field will be set to the groupId. */
|
|
287
|
+
displayName?: string;
|
|
288
|
+
/** The details of a management group used during creation. */
|
|
289
|
+
details?: CreateManagementGroupDetails;
|
|
290
|
+
/** The list of children. */
|
|
291
|
+
readonly children?: CreateManagementGroupChildInfo[];
|
|
292
|
+
}
|
|
293
|
+
export declare function createManagementGroupPropertiesSerializer(item: CreateManagementGroupProperties): any;
|
|
294
|
+
/** The details of a management group used during creation. */
|
|
295
|
+
export interface CreateManagementGroupDetails {
|
|
296
|
+
/** The version number of the object. */
|
|
297
|
+
readonly version?: number;
|
|
298
|
+
/** The date and time when this object was last updated. */
|
|
299
|
+
readonly updatedTime?: Date;
|
|
300
|
+
/** The identity of the principal or process that updated the object. */
|
|
301
|
+
readonly updatedBy?: string;
|
|
302
|
+
/** (Optional) The ID of the parent management group used during creation. */
|
|
303
|
+
parent?: CreateParentGroupInfo;
|
|
304
|
+
}
|
|
305
|
+
export declare function createManagementGroupDetailsSerializer(item: CreateManagementGroupDetails): any;
|
|
306
|
+
/** (Optional) The ID of the parent management group used during creation. */
|
|
307
|
+
export interface CreateParentGroupInfo {
|
|
308
|
+
/** The fully qualified ID for the parent management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 */
|
|
309
|
+
id?: string;
|
|
310
|
+
/** The name of the parent management group */
|
|
311
|
+
readonly name?: string;
|
|
312
|
+
/** The friendly name of the parent management group. */
|
|
313
|
+
readonly displayName?: string;
|
|
314
|
+
}
|
|
315
|
+
export declare function createParentGroupInfoSerializer(item: CreateParentGroupInfo): any;
|
|
316
|
+
export declare function createManagementGroupChildInfoArraySerializer(result: Array<CreateManagementGroupChildInfo>): any[];
|
|
317
|
+
/** The child information of a management group used during creation. */
|
|
318
|
+
export interface CreateManagementGroupChildInfo {
|
|
319
|
+
/** The fully qualified resource type which includes provider namespace (e.g. Microsoft.Management/managementGroups) */
|
|
320
|
+
readonly type?: ManagementGroupChildType;
|
|
321
|
+
/** The fully qualified ID for the child resource (management group or subscription). For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 */
|
|
322
|
+
readonly id?: string;
|
|
323
|
+
/** The name of the child entity. */
|
|
324
|
+
readonly name?: string;
|
|
325
|
+
/** The friendly name of the child resource. */
|
|
326
|
+
readonly displayName?: string;
|
|
327
|
+
/** The list of children. */
|
|
328
|
+
readonly children?: CreateManagementGroupChildInfo[];
|
|
329
|
+
}
|
|
330
|
+
export declare function createManagementGroupChildInfoSerializer(_item: CreateManagementGroupChildInfo): any;
|
|
331
|
+
/** The generic properties of a management group. */
|
|
332
|
+
export interface ManagementGroupInfoProperties {
|
|
333
|
+
/** The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000 */
|
|
334
|
+
tenantId?: string;
|
|
335
|
+
/** The friendly name of the management group. */
|
|
336
|
+
displayName?: string;
|
|
337
|
+
}
|
|
338
|
+
export declare function managementGroupInfoPropertiesDeserializer(item: any): ManagementGroupInfoProperties;
|
|
339
|
+
/** Management group patch parameters. */
|
|
340
|
+
export interface PatchManagementGroupRequest {
|
|
341
|
+
/** The friendly name of the management group. */
|
|
342
|
+
displayName?: string;
|
|
343
|
+
/** (Optional) The fully qualified ID for the parent management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 */
|
|
344
|
+
parentGroupId?: string;
|
|
345
|
+
}
|
|
346
|
+
export declare function patchManagementGroupRequestSerializer(item: PatchManagementGroupRequest): any;
|
|
347
|
+
/** Paged collection of DescendantInfo items */
|
|
348
|
+
export interface _DescendantListResult {
|
|
349
|
+
/** The DescendantInfo items on this page */
|
|
350
|
+
value: DescendantInfo[];
|
|
351
|
+
/** The link to the next page of items */
|
|
352
|
+
nextLink?: string;
|
|
353
|
+
}
|
|
354
|
+
export declare function _descendantListResultDeserializer(item: any): _DescendantListResult;
|
|
355
|
+
export declare function descendantInfoArrayDeserializer(result: Array<DescendantInfo>): any[];
|
|
356
|
+
/** The descendant. */
|
|
357
|
+
export interface DescendantInfo {
|
|
358
|
+
/** The fully qualified ID for the descendant. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 or /subscriptions/0000000-0000-0000-0000-000000000000 */
|
|
359
|
+
readonly id?: string;
|
|
360
|
+
/** The type of the resource. For example, Microsoft.Management/managementGroups or /subscriptions */
|
|
361
|
+
readonly type?: string;
|
|
362
|
+
/** The name of the descendant. For example, 00000000-0000-0000-0000-000000000000 */
|
|
363
|
+
readonly name?: string;
|
|
364
|
+
/** The friendly name of the management group. */
|
|
365
|
+
displayName?: string;
|
|
366
|
+
/** The ID of the parent management group. */
|
|
367
|
+
parent?: DescendantParentGroupInfo;
|
|
368
|
+
}
|
|
369
|
+
export declare function descendantInfoDeserializer(item: any): DescendantInfo;
|
|
370
|
+
/** The generic properties of an descendant. */
|
|
371
|
+
export interface DescendantInfoProperties {
|
|
372
|
+
/** The friendly name of the management group. */
|
|
373
|
+
displayName?: string;
|
|
374
|
+
/** The ID of the parent management group. */
|
|
375
|
+
parent?: DescendantParentGroupInfo;
|
|
376
|
+
}
|
|
377
|
+
export declare function descendantInfoPropertiesDeserializer(item: any): DescendantInfoProperties;
|
|
378
|
+
/** The ID of the parent management group. */
|
|
379
|
+
export interface DescendantParentGroupInfo {
|
|
380
|
+
/** The fully qualified ID for the parent management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 */
|
|
381
|
+
id?: string;
|
|
382
|
+
}
|
|
383
|
+
export declare function descendantParentGroupInfoDeserializer(item: any): DescendantParentGroupInfo;
|
|
384
|
+
/** Describes the result of the request to list management groups. */
|
|
385
|
+
export interface _ManagementGroupListResult {
|
|
386
|
+
/** The list of management groups. */
|
|
387
|
+
value?: ManagementGroupInfo[];
|
|
388
|
+
/** The URL to use for getting the next set of results. */
|
|
389
|
+
readonly nextLink?: string;
|
|
390
|
+
}
|
|
391
|
+
export declare function _managementGroupListResultDeserializer(item: any): _ManagementGroupListResult;
|
|
392
|
+
export declare function managementGroupInfoArrayDeserializer(result: Array<ManagementGroupInfo>): any[];
|
|
393
|
+
/** The management group resource. */
|
|
394
|
+
export interface ManagementGroupInfo {
|
|
395
|
+
/** The fully qualified ID for the management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 */
|
|
396
|
+
readonly id?: string;
|
|
397
|
+
/** The type of the resource. For example, Microsoft.Management/managementGroups */
|
|
398
|
+
readonly type?: string;
|
|
399
|
+
/** The name of the management group. For example, 00000000-0000-0000-0000-000000000000 */
|
|
400
|
+
readonly name?: string;
|
|
401
|
+
/** The AAD Tenant ID associated with the management group. For example, 00000000-0000-0000-0000-000000000000 */
|
|
402
|
+
tenantId?: string;
|
|
403
|
+
/** The friendly name of the management group. */
|
|
404
|
+
displayName?: string;
|
|
405
|
+
}
|
|
406
|
+
export declare function managementGroupInfoDeserializer(item: any): ManagementGroupInfo;
|
|
407
|
+
/** Lists all hierarchy settings. */
|
|
408
|
+
export interface HierarchySettingsList {
|
|
409
|
+
/** The list of hierarchy settings. */
|
|
410
|
+
value?: HierarchySettingsInfo[];
|
|
411
|
+
/** The URL to use for getting the next set of results. */
|
|
412
|
+
readonly nextLink?: string;
|
|
413
|
+
}
|
|
414
|
+
export declare function hierarchySettingsListDeserializer(item: any): HierarchySettingsList;
|
|
415
|
+
export declare function hierarchySettingsInfoArrayDeserializer(result: Array<HierarchySettingsInfo>): any[];
|
|
416
|
+
/** The hierarchy settings resource. */
|
|
417
|
+
export interface HierarchySettingsInfo {
|
|
418
|
+
/** The fully qualified ID for the settings object. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000/settings/default. */
|
|
419
|
+
readonly id?: string;
|
|
420
|
+
/** The type of the resource. For example, Microsoft.Management/managementGroups/settings. */
|
|
421
|
+
readonly type?: string;
|
|
422
|
+
/** The name of the object. In this case, default. */
|
|
423
|
+
readonly name?: string;
|
|
424
|
+
/** The AAD Tenant ID associated with the hierarchy settings. For example, 00000000-0000-0000-0000-000000000000 */
|
|
425
|
+
tenantId?: string;
|
|
426
|
+
/** Indicates whether RBAC access is required upon group creation under the root Management Group. If set to true, user will require Microsoft.Management/managementGroups/write action on the root Management Group scope in order to create new Groups directly under the root. This will prevent new users from creating new Management Groups, unless they are given access. */
|
|
427
|
+
requireAuthorizationForGroupCreation?: boolean;
|
|
428
|
+
/** Settings that sets the default Management Group under which new subscriptions get added in this tenant. For example, /providers/Microsoft.Management/managementGroups/defaultGroup */
|
|
429
|
+
defaultManagementGroup?: string;
|
|
430
|
+
}
|
|
431
|
+
export declare function hierarchySettingsInfoDeserializer(item: any): HierarchySettingsInfo;
|
|
432
|
+
/** The generic properties of hierarchy settings. */
|
|
433
|
+
export interface HierarchySettingsProperties {
|
|
434
|
+
/** The AAD Tenant ID associated with the hierarchy settings. For example, 00000000-0000-0000-0000-000000000000 */
|
|
435
|
+
tenantId?: string;
|
|
436
|
+
/** Indicates whether RBAC access is required upon group creation under the root Management Group. If set to true, user will require Microsoft.Management/managementGroups/write action on the root Management Group scope in order to create new Groups directly under the root. This will prevent new users from creating new Management Groups, unless they are given access. */
|
|
437
|
+
requireAuthorizationForGroupCreation?: boolean;
|
|
438
|
+
/** Settings that sets the default Management Group under which new subscriptions get added in this tenant. For example, /providers/Microsoft.Management/managementGroups/defaultGroup */
|
|
439
|
+
defaultManagementGroup?: string;
|
|
440
|
+
}
|
|
441
|
+
export declare function hierarchySettingsPropertiesDeserializer(item: any): HierarchySettingsProperties;
|
|
442
|
+
/** Settings defined at the Management Group scope. */
|
|
443
|
+
export interface HierarchySettings extends ProxyResource {
|
|
444
|
+
/** The AAD Tenant ID associated with the hierarchy settings. For example, 00000000-0000-0000-0000-000000000000 */
|
|
445
|
+
tenantId?: string;
|
|
446
|
+
/** Indicates whether RBAC access is required upon group creation under the root Management Group. If set to true, user will require Microsoft.Management/managementGroups/write action on the root Management Group scope in order to create new Groups directly under the root. This will prevent new users from creating new Management Groups, unless they are given access. */
|
|
447
|
+
requireAuthorizationForGroupCreation?: boolean;
|
|
448
|
+
/** Settings that sets the default Management Group under which new subscriptions get added in this tenant. For example, /providers/Microsoft.Management/managementGroups/defaultGroup */
|
|
449
|
+
defaultManagementGroup?: string;
|
|
450
|
+
}
|
|
451
|
+
export declare function hierarchySettingsDeserializer(item: any): HierarchySettings;
|
|
452
|
+
/** Parameters for creating or updating Management Group settings */
|
|
453
|
+
export interface CreateOrUpdateSettingsRequest {
|
|
454
|
+
/** Indicates whether RBAC access is required upon group creation under the root Management Group. If set to true, user will require Microsoft.Management/managementGroups/write action on the root Management Group scope in order to create new Groups directly under the root. This will prevent new users from creating new Management Groups, unless they are given access. */
|
|
455
|
+
requireAuthorizationForGroupCreation?: boolean;
|
|
456
|
+
/** Settings that sets the default Management Group under which new subscriptions get added in this tenant. For example, /providers/Microsoft.Management/managementGroups/defaultGroup */
|
|
457
|
+
defaultManagementGroup?: string;
|
|
458
|
+
}
|
|
459
|
+
export declare function createOrUpdateSettingsRequestSerializer(item: CreateOrUpdateSettingsRequest): any;
|
|
460
|
+
/** The properties of the request to create or update Management Group settings */
|
|
461
|
+
export interface CreateOrUpdateSettingsProperties {
|
|
462
|
+
/** Indicates whether RBAC access is required upon group creation under the root Management Group. If set to true, user will require Microsoft.Management/managementGroups/write action on the root Management Group scope in order to create new Groups directly under the root. This will prevent new users from creating new Management Groups, unless they are given access. */
|
|
463
|
+
requireAuthorizationForGroupCreation?: boolean;
|
|
464
|
+
/** Settings that sets the default Management Group under which new subscriptions get added in this tenant. For example, /providers/Microsoft.Management/managementGroups/defaultGroup */
|
|
465
|
+
defaultManagementGroup?: string;
|
|
466
|
+
}
|
|
467
|
+
export declare function createOrUpdateSettingsPropertiesSerializer(item: CreateOrUpdateSettingsProperties): any;
|
|
468
|
+
/** The details of subscription under management group. */
|
|
469
|
+
export interface SubscriptionUnderManagementGroup extends ProxyResource {
|
|
470
|
+
/** The AAD Tenant ID associated with the subscription. For example, 00000000-0000-0000-0000-000000000000 */
|
|
471
|
+
tenant?: string;
|
|
472
|
+
/** The friendly name of the subscription. */
|
|
473
|
+
displayName?: string;
|
|
474
|
+
/** The ID of the parent management group. */
|
|
475
|
+
parent?: DescendantParentGroupInfo;
|
|
476
|
+
/** The state of the subscription. */
|
|
477
|
+
state?: string;
|
|
478
|
+
}
|
|
479
|
+
export declare function subscriptionUnderManagementGroupDeserializer(item: any): SubscriptionUnderManagementGroup;
|
|
480
|
+
/** The generic properties of subscription under a management group. */
|
|
481
|
+
export interface SubscriptionUnderManagementGroupProperties {
|
|
482
|
+
/** The AAD Tenant ID associated with the subscription. For example, 00000000-0000-0000-0000-000000000000 */
|
|
483
|
+
tenant?: string;
|
|
484
|
+
/** The friendly name of the subscription. */
|
|
485
|
+
displayName?: string;
|
|
486
|
+
/** The ID of the parent management group. */
|
|
487
|
+
parent?: DescendantParentGroupInfo;
|
|
488
|
+
/** The state of the subscription. */
|
|
489
|
+
state?: string;
|
|
490
|
+
}
|
|
491
|
+
export declare function subscriptionUnderManagementGroupPropertiesDeserializer(item: any): SubscriptionUnderManagementGroupProperties;
|
|
492
|
+
/** The details of all subscriptions under management group. */
|
|
493
|
+
export interface _ListSubscriptionUnderManagementGroup {
|
|
494
|
+
/** The SubscriptionUnderManagementGroup items on this page */
|
|
495
|
+
value: SubscriptionUnderManagementGroup[];
|
|
496
|
+
/** The link to the next page of items */
|
|
497
|
+
nextLink?: string;
|
|
498
|
+
}
|
|
499
|
+
export declare function _listSubscriptionUnderManagementGroupDeserializer(item: any): _ListSubscriptionUnderManagementGroup;
|
|
500
|
+
export declare function subscriptionUnderManagementGroupArrayDeserializer(result: Array<SubscriptionUnderManagementGroup>): any[];
|
|
501
|
+
/** Describes the result of the request to view entities. */
|
|
502
|
+
export interface _EntityListResult {
|
|
503
|
+
/** The EntityInfo items on this page */
|
|
504
|
+
value: EntityInfo[];
|
|
505
|
+
/** The link to the next page of items */
|
|
506
|
+
nextLink?: string;
|
|
507
|
+
/** Total count of records that match the filter. */
|
|
508
|
+
count?: number;
|
|
509
|
+
}
|
|
510
|
+
export declare function _entityListResultDeserializer(item: any): _EntityListResult;
|
|
511
|
+
export declare function entityInfoArrayDeserializer(result: Array<EntityInfo>): any[];
|
|
512
|
+
/** The entity. */
|
|
513
|
+
export interface EntityInfo {
|
|
514
|
+
/** The fully qualified ID for the entity. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 */
|
|
515
|
+
readonly id?: string;
|
|
516
|
+
/** The type of the resource. For example, Microsoft.Management/managementGroups */
|
|
517
|
+
readonly type?: string;
|
|
518
|
+
/** The name of the entity. For example, 00000000-0000-0000-0000-000000000000 */
|
|
519
|
+
readonly name?: string;
|
|
520
|
+
/** The AAD Tenant ID associated with the entity. For example, 00000000-0000-0000-0000-000000000000 */
|
|
521
|
+
tenantId?: string;
|
|
522
|
+
/** The friendly name of the management group. */
|
|
523
|
+
displayName?: string;
|
|
524
|
+
/** (Optional) The ID of the parent management group. */
|
|
525
|
+
parent?: EntityParentGroupInfo;
|
|
526
|
+
/** The users specific permissions to this item. */
|
|
527
|
+
permissions?: Permissions;
|
|
528
|
+
/** The users specific permissions to this item. */
|
|
529
|
+
inheritedPermissions?: Permissions;
|
|
530
|
+
/** Number of Descendants */
|
|
531
|
+
numberOfDescendants?: number;
|
|
532
|
+
/** Number of children is the number of Groups and Subscriptions that are exactly one level underneath the current Group. */
|
|
533
|
+
numberOfChildren?: number;
|
|
534
|
+
/** Number of children is the number of Groups that are exactly one level underneath the current Group. */
|
|
535
|
+
numberOfChildGroups?: number;
|
|
536
|
+
/** The parent display name chain from the root group to the immediate parent */
|
|
537
|
+
parentDisplayNameChain?: string[];
|
|
538
|
+
/** The parent name chain from the root group to the immediate parent */
|
|
539
|
+
parentNameChain?: string[];
|
|
540
|
+
}
|
|
541
|
+
export declare function entityInfoDeserializer(item: any): EntityInfo;
|
|
542
|
+
/** The generic properties of an entity. */
|
|
543
|
+
export interface EntityInfoProperties {
|
|
544
|
+
/** The AAD Tenant ID associated with the entity. For example, 00000000-0000-0000-0000-000000000000 */
|
|
545
|
+
tenantId?: string;
|
|
546
|
+
/** The friendly name of the management group. */
|
|
547
|
+
displayName?: string;
|
|
548
|
+
/** (Optional) The ID of the parent management group. */
|
|
549
|
+
parent?: EntityParentGroupInfo;
|
|
550
|
+
/** The users specific permissions to this item. */
|
|
551
|
+
permissions?: Permissions;
|
|
552
|
+
/** The users specific permissions to this item. */
|
|
553
|
+
inheritedPermissions?: Permissions;
|
|
554
|
+
/** Number of Descendants */
|
|
555
|
+
numberOfDescendants?: number;
|
|
556
|
+
/** Number of children is the number of Groups and Subscriptions that are exactly one level underneath the current Group. */
|
|
557
|
+
numberOfChildren?: number;
|
|
558
|
+
/** Number of children is the number of Groups that are exactly one level underneath the current Group. */
|
|
559
|
+
numberOfChildGroups?: number;
|
|
560
|
+
/** The parent display name chain from the root group to the immediate parent */
|
|
561
|
+
parentDisplayNameChain?: string[];
|
|
562
|
+
/** The parent name chain from the root group to the immediate parent */
|
|
563
|
+
parentNameChain?: string[];
|
|
564
|
+
}
|
|
565
|
+
export declare function entityInfoPropertiesDeserializer(item: any): EntityInfoProperties;
|
|
566
|
+
/** (Optional) The ID of the parent management group. */
|
|
567
|
+
export interface EntityParentGroupInfo {
|
|
568
|
+
/** The fully qualified ID for the parent management group. For example, /providers/Microsoft.Management/managementGroups/0000000-0000-0000-0000-000000000000 */
|
|
569
|
+
id?: string;
|
|
570
|
+
}
|
|
571
|
+
export declare function entityParentGroupInfoDeserializer(item: any): EntityParentGroupInfo;
|
|
572
|
+
/** The users specific permissions to this item. */
|
|
573
|
+
export type Permissions = "noaccess" | "view" | "edit" | "delete";
|
|
574
|
+
/** Known values of {@link ManagementGroupExpandType} that the service accepts. */
|
|
575
|
+
export declare enum KnownManagementGroupExpandType {
|
|
576
|
+
/** children */
|
|
577
|
+
Children = "children",
|
|
578
|
+
/** path */
|
|
579
|
+
Path = "path",
|
|
580
|
+
/** ancestors */
|
|
581
|
+
Ancestors = "ancestors"
|
|
582
|
+
}
|
|
583
|
+
/** Type of ManagementGroupExpandType */
|
|
584
|
+
export type ManagementGroupExpandType = string;
|
|
585
|
+
/** Known values of {@link EntitySearchType} that the service accepts. */
|
|
586
|
+
export declare enum KnownEntitySearchType {
|
|
587
|
+
/** AllowedParents */
|
|
588
|
+
AllowedParents = "AllowedParents",
|
|
589
|
+
/** AllowedChildren */
|
|
590
|
+
AllowedChildren = "AllowedChildren",
|
|
591
|
+
/** ParentAndFirstLevelChildren */
|
|
592
|
+
ParentAndFirstLevelChildren = "ParentAndFirstLevelChildren",
|
|
593
|
+
/** ParentOnly */
|
|
594
|
+
ParentOnly = "ParentOnly",
|
|
595
|
+
/** ChildrenOnly */
|
|
596
|
+
ChildrenOnly = "ChildrenOnly"
|
|
597
|
+
}
|
|
598
|
+
/** Type of EntitySearchType */
|
|
599
|
+
export type EntitySearchType = string;
|
|
600
|
+
/** Known values of {@link EntityViewParameterType} that the service accepts. */
|
|
601
|
+
export declare enum KnownEntityViewParameterType {
|
|
602
|
+
/** FullHierarchy */
|
|
603
|
+
FullHierarchy = "FullHierarchy",
|
|
604
|
+
/** GroupsOnly */
|
|
605
|
+
GroupsOnly = "GroupsOnly",
|
|
606
|
+
/** SubscriptionsOnly */
|
|
607
|
+
SubscriptionsOnly = "SubscriptionsOnly",
|
|
608
|
+
/** Audit */
|
|
609
|
+
Audit = "Audit"
|
|
610
|
+
}
|
|
611
|
+
/** Type of EntityViewParameterType */
|
|
612
|
+
export type EntityViewParameterType = string;
|
|
613
|
+
/** The available API versions. */
|
|
614
|
+
export declare enum KnownVersions {
|
|
615
|
+
/** The 2023-04-01 API version. */
|
|
616
|
+
V20230401 = "2023-04-01"
|
|
617
|
+
}
|
|
618
|
+
export declare function _managementGroupPropertiesDeserializer(item: any): {
|
|
619
|
+
tenantId: any;
|
|
620
|
+
displayName: any;
|
|
621
|
+
details: any;
|
|
622
|
+
children: any;
|
|
623
|
+
};
|
|
624
|
+
export declare function _createManagementGroupRequestPropertiesSerializer(item: CreateManagementGroupRequest): any;
|
|
625
|
+
export declare function _azureAsyncOperationResultsPropertiesDeserializer(item: any): {
|
|
626
|
+
tenantId: any;
|
|
627
|
+
displayName: any;
|
|
628
|
+
};
|
|
629
|
+
export declare function _descendantInfoPropertiesDeserializer(item: any): {
|
|
630
|
+
displayName: any;
|
|
631
|
+
parent: any;
|
|
632
|
+
};
|
|
633
|
+
export declare function _managementGroupInfoPropertiesDeserializer(item: any): {
|
|
634
|
+
tenantId: any;
|
|
635
|
+
displayName: any;
|
|
636
|
+
};
|
|
637
|
+
export declare function _hierarchySettingsInfoPropertiesDeserializer(item: any): {
|
|
638
|
+
tenantId: any;
|
|
639
|
+
requireAuthorizationForGroupCreation: any;
|
|
640
|
+
defaultManagementGroup: any;
|
|
641
|
+
};
|
|
642
|
+
export declare function _hierarchySettingsPropertiesDeserializer(item: any): {
|
|
643
|
+
tenantId: any;
|
|
644
|
+
requireAuthorizationForGroupCreation: any;
|
|
645
|
+
defaultManagementGroup: any;
|
|
646
|
+
};
|
|
647
|
+
export declare function _createOrUpdateSettingsRequestPropertiesSerializer(item: CreateOrUpdateSettingsRequest): any;
|
|
648
|
+
export declare function _subscriptionUnderManagementGroupPropertiesDeserializer(item: any): {
|
|
649
|
+
tenant: any;
|
|
650
|
+
displayName: any;
|
|
651
|
+
parent: any;
|
|
652
|
+
state: any;
|
|
653
|
+
};
|
|
654
|
+
export declare function _entityInfoPropertiesDeserializer(item: any): {
|
|
655
|
+
tenantId: any;
|
|
656
|
+
displayName: any;
|
|
657
|
+
parent: any;
|
|
658
|
+
permissions: any;
|
|
659
|
+
inheritedPermissions: any;
|
|
660
|
+
numberOfDescendants: any;
|
|
661
|
+
numberOfChildren: any;
|
|
662
|
+
numberOfChildGroups: any;
|
|
663
|
+
parentDisplayNameChain: any;
|
|
664
|
+
parentNameChain: any;
|
|
665
|
+
};
|
|
666
|
+
//# sourceMappingURL=models.d.ts.map
|