@azure/arm-managementgroups 1.2.1 → 2.0.0-alpha.20211220.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/CHANGELOG.md +26 -0
- package/{LICENSE.txt → LICENSE} +2 -2
- package/README.md +72 -83
- package/dist/index.js +2881 -0
- package/dist/index.js.map +1 -0
- package/dist/index.min.js +1 -0
- package/dist/index.min.js.map +1 -0
- package/dist-esm/src/index.d.ts +6 -0
- package/dist-esm/src/index.d.ts.map +1 -0
- package/dist-esm/src/index.js +13 -0
- package/dist-esm/src/index.js.map +1 -0
- package/dist-esm/src/lroImpl.d.ts +16 -0
- package/dist-esm/src/lroImpl.d.ts.map +1 -0
- package/dist-esm/src/lroImpl.js +29 -0
- package/dist-esm/src/lroImpl.js.map +1 -0
- package/dist-esm/src/managementGroupsAPI.d.ts +34 -0
- package/dist-esm/src/managementGroupsAPI.d.ts.map +1 -0
- package/dist-esm/src/managementGroupsAPI.js +102 -0
- package/dist-esm/src/managementGroupsAPI.js.map +1 -0
- package/dist-esm/src/managementGroupsAPIContext.d.ts +14 -0
- package/dist-esm/src/managementGroupsAPIContext.d.ts.map +1 -0
- package/dist-esm/src/managementGroupsAPIContext.js +43 -0
- package/dist-esm/src/managementGroupsAPIContext.js.map +1 -0
- package/dist-esm/src/models/index.d.ts +956 -0
- package/dist-esm/src/models/index.d.ts.map +1 -0
- package/dist-esm/src/models/index.js +46 -0
- package/dist-esm/src/models/index.js.map +1 -0
- package/dist-esm/src/models/mappers.d.ts +39 -0
- package/dist-esm/src/models/mappers.d.ts.map +1 -0
- package/{esm → dist-esm/src}/models/mappers.js +776 -396
- package/dist-esm/src/models/mappers.js.map +1 -0
- package/dist-esm/src/models/parameters.d.ts +24 -0
- package/dist-esm/src/models/parameters.d.ts.map +1 -0
- package/dist-esm/src/models/parameters.js +200 -0
- package/dist-esm/src/models/parameters.js.map +1 -0
- package/dist-esm/src/operations/entities.d.ts +34 -0
- package/dist-esm/src/operations/entities.d.ts.map +1 -0
- package/dist-esm/src/operations/entities.js +142 -0
- package/dist-esm/src/operations/entities.js.map +1 -0
- package/dist-esm/src/operations/hierarchySettingsOperations.d.ts +52 -0
- package/dist-esm/src/operations/hierarchySettingsOperations.d.ts.map +1 -0
- package/dist-esm/src/operations/hierarchySettingsOperations.js +154 -0
- package/dist-esm/src/operations/hierarchySettingsOperations.js.map +1 -0
- package/{esm → dist-esm/src}/operations/index.d.ts +1 -0
- package/dist-esm/src/operations/index.d.ts.map +1 -0
- package/{esm → dist-esm/src}/operations/index.js +4 -5
- package/dist-esm/src/operations/index.js.map +1 -0
- package/dist-esm/src/operations/managementGroupSubscriptions.d.ts +62 -0
- package/dist-esm/src/operations/managementGroupSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operations/managementGroupSubscriptions.js +215 -0
- package/dist-esm/src/operations/managementGroupSubscriptions.js.map +1 -0
- package/dist-esm/src/operations/managementGroups.d.ts +109 -0
- package/dist-esm/src/operations/managementGroups.d.ts.map +1 -0
- package/dist-esm/src/operations/managementGroups.js +462 -0
- package/dist-esm/src/operations/managementGroups.js.map +1 -0
- package/dist-esm/src/operations/operations.d.ts +32 -0
- package/dist-esm/src/operations/operations.d.ts.map +1 -0
- package/dist-esm/src/operations/operations.js +120 -0
- package/dist-esm/src/operations/operations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/entities.d.ts +12 -0
- package/dist-esm/src/operationsInterfaces/entities.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/entities.js +9 -0
- package/dist-esm/src/operationsInterfaces/entities.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/hierarchySettingsOperations.d.ts +44 -0
- package/dist-esm/src/operationsInterfaces/hierarchySettingsOperations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/hierarchySettingsOperations.js +9 -0
- package/dist-esm/src/operationsInterfaces/hierarchySettingsOperations.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts +6 -0
- package/dist-esm/src/operationsInterfaces/index.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/index.js +13 -0
- package/dist-esm/src/operationsInterfaces/index.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/managementGroupSubscriptions.d.ts +37 -0
- package/dist-esm/src/operationsInterfaces/managementGroupSubscriptions.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managementGroupSubscriptions.js +9 -0
- package/dist-esm/src/operationsInterfaces/managementGroupSubscriptions.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/managementGroups.d.ts +71 -0
- package/dist-esm/src/operationsInterfaces/managementGroups.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/managementGroups.js +9 -0
- package/dist-esm/src/operationsInterfaces/managementGroups.js.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts +11 -0
- package/dist-esm/src/operationsInterfaces/operations.d.ts.map +1 -0
- package/dist-esm/src/operationsInterfaces/operations.js +9 -0
- package/dist-esm/src/operationsInterfaces/operations.js.map +1 -0
- package/dist-esm/test/sampleTest.d.ts +2 -0
- package/dist-esm/test/sampleTest.d.ts.map +1 -0
- package/dist-esm/test/sampleTest.js +40 -0
- package/dist-esm/test/sampleTest.js.map +1 -0
- package/package.json +69 -24
- package/review/arm-managementgroups.api.md +667 -0
- package/rollup.config.js +184 -27
- package/src/index.ts +13 -0
- package/src/lroImpl.ts +34 -0
- package/src/managementGroupsAPI.ts +93 -130
- package/src/managementGroupsAPIContext.ts +45 -45
- package/src/models/index.ts +801 -1185
- package/src/models/mappers.ts +792 -400
- package/src/models/parameters.ts +130 -94
- package/src/operations/entities.ts +105 -79
- package/src/operations/hierarchySettingsOperations.ts +214 -0
- package/src/operations/index.ts +4 -5
- package/src/operations/managementGroupSubscriptions.ts +226 -72
- package/src/operations/managementGroups.ts +449 -222
- package/src/operations/operations.ts +84 -70
- package/src/operationsInterfaces/entities.ts +23 -0
- package/src/operationsInterfaces/hierarchySettingsOperations.ts +80 -0
- package/src/operationsInterfaces/index.ts +13 -0
- package/src/operationsInterfaces/managementGroupSubscriptions.ts +69 -0
- package/src/operationsInterfaces/managementGroups.ts +131 -0
- package/src/operationsInterfaces/operations.ts +22 -0
- package/tsconfig.json +4 -4
- package/types/arm-managementgroups.d.ts +1266 -0
- package/types/tsdoc-metadata.json +11 -0
- package/dist/arm-managementgroups.js +0 -2017
- package/dist/arm-managementgroups.js.map +0 -1
- package/dist/arm-managementgroups.min.js +0 -1
- package/dist/arm-managementgroups.min.js.map +0 -1
- package/esm/managementGroupsAPI.d.ts +0 -74
- package/esm/managementGroupsAPI.d.ts.map +0 -1
- package/esm/managementGroupsAPI.js +0 -120
- package/esm/managementGroupsAPI.js.map +0 -1
- package/esm/managementGroupsAPIContext.d.ts +0 -20
- package/esm/managementGroupsAPIContext.d.ts.map +0 -1
- package/esm/managementGroupsAPIContext.js +0 -56
- package/esm/managementGroupsAPIContext.js.map +0 -1
- package/esm/models/entitiesMappers.d.ts +0 -2
- package/esm/models/entitiesMappers.d.ts.map +0 -1
- package/esm/models/entitiesMappers.js +0 -11
- package/esm/models/entitiesMappers.js.map +0 -1
- package/esm/models/index.d.ts +0 -1390
- package/esm/models/index.d.ts.map +0 -1
- package/esm/models/index.js +0 -10
- package/esm/models/index.js.map +0 -1
- package/esm/models/managementGroupSubscriptionsMappers.d.ts +0 -2
- package/esm/models/managementGroupSubscriptionsMappers.d.ts.map +0 -1
- package/esm/models/managementGroupSubscriptionsMappers.js +0 -11
- package/esm/models/managementGroupSubscriptionsMappers.js.map +0 -1
- package/esm/models/managementGroupsMappers.d.ts +0 -2
- package/esm/models/managementGroupsMappers.d.ts.map +0 -1
- package/esm/models/managementGroupsMappers.js +0 -11
- package/esm/models/managementGroupsMappers.js.map +0 -1
- package/esm/models/mappers.d.ts +0 -28
- package/esm/models/mappers.d.ts.map +0 -1
- package/esm/models/mappers.js.map +0 -1
- package/esm/models/operationsMappers.d.ts +0 -2
- package/esm/models/operationsMappers.d.ts.map +0 -1
- package/esm/models/operationsMappers.js +0 -11
- package/esm/models/operationsMappers.js.map +0 -1
- package/esm/models/parameters.d.ts +0 -18
- package/esm/models/parameters.d.ts.map +0 -1
- package/esm/models/parameters.js +0 -194
- package/esm/models/parameters.js.map +0 -1
- package/esm/operations/entities.d.ts +0 -46
- package/esm/operations/entities.d.ts.map +0 -1
- package/esm/operations/entities.js +0 -87
- package/esm/operations/entities.js.map +0 -1
- package/esm/operations/index.d.ts.map +0 -1
- package/esm/operations/index.js.map +0 -1
- package/esm/operations/managementGroupSubscriptions.d.ts +0 -55
- package/esm/operations/managementGroupSubscriptions.d.ts.map +0 -1
- package/esm/operations/managementGroupSubscriptions.js +0 -85
- package/esm/operations/managementGroupSubscriptions.js.map +0 -1
- package/esm/operations/managementGroups.d.ts +0 -120
- package/esm/operations/managementGroups.d.ts.map +0 -1
- package/esm/operations/managementGroups.js +0 -252
- package/esm/operations/managementGroups.js.map +0 -1
- package/esm/operations/operations.d.ts +0 -46
- package/esm/operations/operations.d.ts.map +0 -1
- package/esm/operations/operations.js +0 -77
- package/esm/operations/operations.js.map +0 -1
- package/src/models/entitiesMappers.ts +0 -18
- package/src/models/managementGroupSubscriptionsMappers.ts +0 -15
- package/src/models/managementGroupsMappers.ts +0 -29
- package/src/models/operationsMappers.ts +0 -18
|
@@ -1,35 +1,30 @@
|
|
|
1
1
|
/*
|
|
2
|
-
* Copyright (c) Microsoft Corporation.
|
|
3
|
-
* Licensed under the MIT License.
|
|
4
|
-
* license information.
|
|
2
|
+
* Copyright (c) Microsoft Corporation.
|
|
3
|
+
* Licensed under the MIT License.
|
|
5
4
|
*
|
|
6
5
|
* Code generated by Microsoft (R) AutoRest Code Generator.
|
|
7
|
-
* Changes may cause incorrect behavior and will be lost if the code is
|
|
8
|
-
* regenerated.
|
|
6
|
+
* Changes may cause incorrect behavior and will be lost if the code is regenerated.
|
|
9
7
|
*/
|
|
10
|
-
|
|
11
|
-
export var CloudError = CloudErrorMapper;
|
|
12
|
-
export var BaseResource = BaseResourceMapper;
|
|
13
|
-
export var ErrorDetails = {
|
|
14
|
-
serializedName: "ErrorDetails",
|
|
8
|
+
export const ManagementGroupListResult = {
|
|
15
9
|
type: {
|
|
16
10
|
name: "Composite",
|
|
17
|
-
className: "
|
|
11
|
+
className: "ManagementGroupListResult",
|
|
18
12
|
modelProperties: {
|
|
19
|
-
|
|
20
|
-
serializedName: "
|
|
21
|
-
type: {
|
|
22
|
-
name: "String"
|
|
23
|
-
}
|
|
24
|
-
},
|
|
25
|
-
message: {
|
|
26
|
-
serializedName: "message",
|
|
13
|
+
value: {
|
|
14
|
+
serializedName: "value",
|
|
27
15
|
type: {
|
|
28
|
-
name: "
|
|
16
|
+
name: "Sequence",
|
|
17
|
+
element: {
|
|
18
|
+
type: {
|
|
19
|
+
name: "Composite",
|
|
20
|
+
className: "ManagementGroupInfo"
|
|
21
|
+
}
|
|
22
|
+
}
|
|
29
23
|
}
|
|
30
24
|
},
|
|
31
|
-
|
|
32
|
-
serializedName: "
|
|
25
|
+
nextLink: {
|
|
26
|
+
serializedName: "nextLink",
|
|
27
|
+
readOnly: true,
|
|
33
28
|
type: {
|
|
34
29
|
name: "String"
|
|
35
30
|
}
|
|
@@ -37,52 +32,40 @@ export var ErrorDetails = {
|
|
|
37
32
|
}
|
|
38
33
|
}
|
|
39
34
|
};
|
|
40
|
-
export
|
|
41
|
-
serializedName: "ErrorResponse",
|
|
35
|
+
export const ManagementGroupInfo = {
|
|
42
36
|
type: {
|
|
43
37
|
name: "Composite",
|
|
44
|
-
className: "
|
|
38
|
+
className: "ManagementGroupInfo",
|
|
45
39
|
modelProperties: {
|
|
46
|
-
|
|
47
|
-
serializedName: "
|
|
40
|
+
id: {
|
|
41
|
+
serializedName: "id",
|
|
42
|
+
readOnly: true,
|
|
48
43
|
type: {
|
|
49
|
-
name: "
|
|
50
|
-
className: "ErrorDetails"
|
|
44
|
+
name: "String"
|
|
51
45
|
}
|
|
52
|
-
}
|
|
53
|
-
|
|
54
|
-
|
|
55
|
-
};
|
|
56
|
-
export var OperationDisplayProperties = {
|
|
57
|
-
serializedName: "OperationDisplayProperties",
|
|
58
|
-
type: {
|
|
59
|
-
name: "Composite",
|
|
60
|
-
className: "OperationDisplayProperties",
|
|
61
|
-
modelProperties: {
|
|
62
|
-
provider: {
|
|
46
|
+
},
|
|
47
|
+
type: {
|
|
48
|
+
serializedName: "type",
|
|
63
49
|
readOnly: true,
|
|
64
|
-
serializedName: "provider",
|
|
65
50
|
type: {
|
|
66
51
|
name: "String"
|
|
67
52
|
}
|
|
68
53
|
},
|
|
69
|
-
|
|
54
|
+
name: {
|
|
55
|
+
serializedName: "name",
|
|
70
56
|
readOnly: true,
|
|
71
|
-
serializedName: "resource",
|
|
72
57
|
type: {
|
|
73
58
|
name: "String"
|
|
74
59
|
}
|
|
75
60
|
},
|
|
76
|
-
|
|
77
|
-
|
|
78
|
-
serializedName: "operation",
|
|
61
|
+
tenantId: {
|
|
62
|
+
serializedName: "properties.tenantId",
|
|
79
63
|
type: {
|
|
80
64
|
name: "String"
|
|
81
65
|
}
|
|
82
66
|
},
|
|
83
|
-
|
|
84
|
-
|
|
85
|
-
serializedName: "description",
|
|
67
|
+
displayName: {
|
|
68
|
+
serializedName: "properties.displayName",
|
|
86
69
|
type: {
|
|
87
70
|
name: "String"
|
|
88
71
|
}
|
|
@@ -90,117 +73,69 @@ export var OperationDisplayProperties = {
|
|
|
90
73
|
}
|
|
91
74
|
}
|
|
92
75
|
};
|
|
93
|
-
export
|
|
94
|
-
serializedName: "Operation",
|
|
76
|
+
export const ErrorResponse = {
|
|
95
77
|
type: {
|
|
96
78
|
name: "Composite",
|
|
97
|
-
className: "
|
|
79
|
+
className: "ErrorResponse",
|
|
98
80
|
modelProperties: {
|
|
99
|
-
|
|
100
|
-
|
|
101
|
-
serializedName: "name",
|
|
102
|
-
type: {
|
|
103
|
-
name: "String"
|
|
104
|
-
}
|
|
105
|
-
},
|
|
106
|
-
display: {
|
|
107
|
-
serializedName: "display",
|
|
81
|
+
error: {
|
|
82
|
+
serializedName: "error",
|
|
108
83
|
type: {
|
|
109
84
|
name: "Composite",
|
|
110
|
-
className: "
|
|
85
|
+
className: "ErrorDetails"
|
|
111
86
|
}
|
|
112
87
|
}
|
|
113
88
|
}
|
|
114
89
|
}
|
|
115
90
|
};
|
|
116
|
-
export
|
|
117
|
-
serializedName: "CheckNameAvailabilityResult",
|
|
91
|
+
export const ErrorDetails = {
|
|
118
92
|
type: {
|
|
119
93
|
name: "Composite",
|
|
120
|
-
className: "
|
|
94
|
+
className: "ErrorDetails",
|
|
121
95
|
modelProperties: {
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
serializedName: "nameAvailable",
|
|
125
|
-
type: {
|
|
126
|
-
name: "Boolean"
|
|
127
|
-
}
|
|
128
|
-
},
|
|
129
|
-
reason: {
|
|
130
|
-
readOnly: true,
|
|
131
|
-
serializedName: "reason",
|
|
96
|
+
code: {
|
|
97
|
+
serializedName: "code",
|
|
132
98
|
type: {
|
|
133
|
-
name: "
|
|
134
|
-
allowedValues: [
|
|
135
|
-
"Invalid",
|
|
136
|
-
"AlreadyExists"
|
|
137
|
-
]
|
|
99
|
+
name: "String"
|
|
138
100
|
}
|
|
139
101
|
},
|
|
140
102
|
message: {
|
|
141
|
-
readOnly: true,
|
|
142
103
|
serializedName: "message",
|
|
143
104
|
type: {
|
|
144
105
|
name: "String"
|
|
145
106
|
}
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
};
|
|
150
|
-
export var TenantBackfillStatusResult = {
|
|
151
|
-
serializedName: "TenantBackfillStatusResult",
|
|
152
|
-
type: {
|
|
153
|
-
name: "Composite",
|
|
154
|
-
className: "TenantBackfillStatusResult",
|
|
155
|
-
modelProperties: {
|
|
156
|
-
tenantId: {
|
|
157
|
-
readOnly: true,
|
|
158
|
-
serializedName: "tenantId",
|
|
159
|
-
type: {
|
|
160
|
-
name: "String"
|
|
161
|
-
}
|
|
162
107
|
},
|
|
163
|
-
|
|
164
|
-
|
|
165
|
-
serializedName: "status",
|
|
108
|
+
details: {
|
|
109
|
+
serializedName: "details",
|
|
166
110
|
type: {
|
|
167
|
-
name: "
|
|
168
|
-
allowedValues: [
|
|
169
|
-
"NotStarted",
|
|
170
|
-
"NotStartedButGroupsExist",
|
|
171
|
-
"Started",
|
|
172
|
-
"Failed",
|
|
173
|
-
"Cancelled",
|
|
174
|
-
"Completed"
|
|
175
|
-
]
|
|
111
|
+
name: "String"
|
|
176
112
|
}
|
|
177
113
|
}
|
|
178
114
|
}
|
|
179
115
|
}
|
|
180
116
|
};
|
|
181
|
-
export
|
|
182
|
-
serializedName: "ManagementGroupInfo",
|
|
117
|
+
export const ManagementGroup = {
|
|
183
118
|
type: {
|
|
184
119
|
name: "Composite",
|
|
185
|
-
className: "
|
|
120
|
+
className: "ManagementGroup",
|
|
186
121
|
modelProperties: {
|
|
187
122
|
id: {
|
|
188
|
-
readOnly: true,
|
|
189
123
|
serializedName: "id",
|
|
124
|
+
readOnly: true,
|
|
190
125
|
type: {
|
|
191
126
|
name: "String"
|
|
192
127
|
}
|
|
193
128
|
},
|
|
194
129
|
type: {
|
|
195
|
-
readOnly: true,
|
|
196
130
|
serializedName: "type",
|
|
131
|
+
readOnly: true,
|
|
197
132
|
type: {
|
|
198
133
|
name: "String"
|
|
199
134
|
}
|
|
200
135
|
},
|
|
201
136
|
name: {
|
|
202
|
-
readOnly: true,
|
|
203
137
|
serializedName: "name",
|
|
138
|
+
readOnly: true,
|
|
204
139
|
type: {
|
|
205
140
|
name: "String"
|
|
206
141
|
}
|
|
@@ -216,39 +151,31 @@ export var ManagementGroupInfo = {
|
|
|
216
151
|
type: {
|
|
217
152
|
name: "String"
|
|
218
153
|
}
|
|
219
|
-
}
|
|
220
|
-
}
|
|
221
|
-
}
|
|
222
|
-
};
|
|
223
|
-
export var ParentGroupInfo = {
|
|
224
|
-
serializedName: "ParentGroupInfo",
|
|
225
|
-
type: {
|
|
226
|
-
name: "Composite",
|
|
227
|
-
className: "ParentGroupInfo",
|
|
228
|
-
modelProperties: {
|
|
229
|
-
id: {
|
|
230
|
-
serializedName: "id",
|
|
231
|
-
type: {
|
|
232
|
-
name: "String"
|
|
233
|
-
}
|
|
234
154
|
},
|
|
235
|
-
|
|
236
|
-
serializedName: "
|
|
155
|
+
details: {
|
|
156
|
+
serializedName: "properties.details",
|
|
237
157
|
type: {
|
|
238
|
-
name: "
|
|
158
|
+
name: "Composite",
|
|
159
|
+
className: "ManagementGroupDetails"
|
|
239
160
|
}
|
|
240
161
|
},
|
|
241
|
-
|
|
242
|
-
serializedName: "
|
|
162
|
+
children: {
|
|
163
|
+
serializedName: "properties.children",
|
|
164
|
+
nullable: true,
|
|
243
165
|
type: {
|
|
244
|
-
name: "
|
|
166
|
+
name: "Sequence",
|
|
167
|
+
element: {
|
|
168
|
+
type: {
|
|
169
|
+
name: "Composite",
|
|
170
|
+
className: "ManagementGroupChildInfo"
|
|
171
|
+
}
|
|
172
|
+
}
|
|
245
173
|
}
|
|
246
174
|
}
|
|
247
175
|
}
|
|
248
176
|
}
|
|
249
177
|
};
|
|
250
|
-
export
|
|
251
|
-
serializedName: "ManagementGroupDetails",
|
|
178
|
+
export const ManagementGroupDetails = {
|
|
252
179
|
type: {
|
|
253
180
|
name: "Composite",
|
|
254
181
|
className: "ManagementGroupDetails",
|
|
@@ -277,12 +204,95 @@ export var ManagementGroupDetails = {
|
|
|
277
204
|
name: "Composite",
|
|
278
205
|
className: "ParentGroupInfo"
|
|
279
206
|
}
|
|
207
|
+
},
|
|
208
|
+
path: {
|
|
209
|
+
serializedName: "path",
|
|
210
|
+
nullable: true,
|
|
211
|
+
type: {
|
|
212
|
+
name: "Sequence",
|
|
213
|
+
element: {
|
|
214
|
+
type: {
|
|
215
|
+
name: "Composite",
|
|
216
|
+
className: "ManagementGroupPathElement"
|
|
217
|
+
}
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
},
|
|
221
|
+
managementGroupAncestors: {
|
|
222
|
+
serializedName: "managementGroupAncestors",
|
|
223
|
+
nullable: true,
|
|
224
|
+
type: {
|
|
225
|
+
name: "Sequence",
|
|
226
|
+
element: {
|
|
227
|
+
type: {
|
|
228
|
+
name: "String"
|
|
229
|
+
}
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
},
|
|
233
|
+
managementGroupAncestorsChain: {
|
|
234
|
+
serializedName: "managementGroupAncestorsChain",
|
|
235
|
+
nullable: true,
|
|
236
|
+
type: {
|
|
237
|
+
name: "Sequence",
|
|
238
|
+
element: {
|
|
239
|
+
type: {
|
|
240
|
+
name: "Composite",
|
|
241
|
+
className: "ManagementGroupPathElement"
|
|
242
|
+
}
|
|
243
|
+
}
|
|
244
|
+
}
|
|
245
|
+
}
|
|
246
|
+
}
|
|
247
|
+
}
|
|
248
|
+
};
|
|
249
|
+
export const ParentGroupInfo = {
|
|
250
|
+
type: {
|
|
251
|
+
name: "Composite",
|
|
252
|
+
className: "ParentGroupInfo",
|
|
253
|
+
modelProperties: {
|
|
254
|
+
id: {
|
|
255
|
+
serializedName: "id",
|
|
256
|
+
type: {
|
|
257
|
+
name: "String"
|
|
258
|
+
}
|
|
259
|
+
},
|
|
260
|
+
name: {
|
|
261
|
+
serializedName: "name",
|
|
262
|
+
type: {
|
|
263
|
+
name: "String"
|
|
264
|
+
}
|
|
265
|
+
},
|
|
266
|
+
displayName: {
|
|
267
|
+
serializedName: "displayName",
|
|
268
|
+
type: {
|
|
269
|
+
name: "String"
|
|
270
|
+
}
|
|
271
|
+
}
|
|
272
|
+
}
|
|
273
|
+
}
|
|
274
|
+
};
|
|
275
|
+
export const ManagementGroupPathElement = {
|
|
276
|
+
type: {
|
|
277
|
+
name: "Composite",
|
|
278
|
+
className: "ManagementGroupPathElement",
|
|
279
|
+
modelProperties: {
|
|
280
|
+
name: {
|
|
281
|
+
serializedName: "name",
|
|
282
|
+
type: {
|
|
283
|
+
name: "String"
|
|
284
|
+
}
|
|
285
|
+
},
|
|
286
|
+
displayName: {
|
|
287
|
+
serializedName: "displayName",
|
|
288
|
+
type: {
|
|
289
|
+
name: "String"
|
|
290
|
+
}
|
|
280
291
|
}
|
|
281
292
|
}
|
|
282
293
|
}
|
|
283
294
|
};
|
|
284
|
-
export
|
|
285
|
-
serializedName: "ManagementGroupChildInfo",
|
|
295
|
+
export const ManagementGroupChildInfo = {
|
|
286
296
|
type: {
|
|
287
297
|
name: "Composite",
|
|
288
298
|
className: "ManagementGroupChildInfo",
|
|
@@ -311,17 +321,6 @@ export var ManagementGroupChildInfo = {
|
|
|
311
321
|
name: "String"
|
|
312
322
|
}
|
|
313
323
|
},
|
|
314
|
-
roles: {
|
|
315
|
-
serializedName: "roles",
|
|
316
|
-
type: {
|
|
317
|
-
name: "Sequence",
|
|
318
|
-
element: {
|
|
319
|
-
type: {
|
|
320
|
-
name: "String"
|
|
321
|
-
}
|
|
322
|
-
}
|
|
323
|
-
}
|
|
324
|
-
},
|
|
325
324
|
children: {
|
|
326
325
|
serializedName: "children",
|
|
327
326
|
type: {
|
|
@@ -337,28 +336,26 @@ export var ManagementGroupChildInfo = {
|
|
|
337
336
|
}
|
|
338
337
|
}
|
|
339
338
|
};
|
|
340
|
-
export
|
|
341
|
-
serializedName: "ManagementGroup",
|
|
339
|
+
export const CreateManagementGroupRequest = {
|
|
342
340
|
type: {
|
|
343
341
|
name: "Composite",
|
|
344
|
-
className: "
|
|
342
|
+
className: "CreateManagementGroupRequest",
|
|
345
343
|
modelProperties: {
|
|
346
344
|
id: {
|
|
347
|
-
readOnly: true,
|
|
348
345
|
serializedName: "id",
|
|
346
|
+
readOnly: true,
|
|
349
347
|
type: {
|
|
350
348
|
name: "String"
|
|
351
349
|
}
|
|
352
350
|
},
|
|
353
351
|
type: {
|
|
354
|
-
readOnly: true,
|
|
355
352
|
serializedName: "type",
|
|
353
|
+
readOnly: true,
|
|
356
354
|
type: {
|
|
357
355
|
name: "String"
|
|
358
356
|
}
|
|
359
357
|
},
|
|
360
358
|
name: {
|
|
361
|
-
readOnly: true,
|
|
362
359
|
serializedName: "name",
|
|
363
360
|
type: {
|
|
364
361
|
name: "String"
|
|
@@ -366,44 +363,35 @@ export var ManagementGroup = {
|
|
|
366
363
|
},
|
|
367
364
|
tenantId: {
|
|
368
365
|
serializedName: "properties.tenantId",
|
|
366
|
+
readOnly: true,
|
|
369
367
|
type: {
|
|
370
368
|
name: "String"
|
|
371
369
|
}
|
|
372
370
|
},
|
|
373
371
|
displayName: {
|
|
374
372
|
serializedName: "properties.displayName",
|
|
373
|
+
nullable: true,
|
|
375
374
|
type: {
|
|
376
375
|
name: "String"
|
|
377
376
|
}
|
|
378
377
|
},
|
|
379
|
-
roles: {
|
|
380
|
-
nullable: true,
|
|
381
|
-
serializedName: "properties.roles",
|
|
382
|
-
type: {
|
|
383
|
-
name: "Sequence",
|
|
384
|
-
element: {
|
|
385
|
-
type: {
|
|
386
|
-
name: "String"
|
|
387
|
-
}
|
|
388
|
-
}
|
|
389
|
-
}
|
|
390
|
-
},
|
|
391
378
|
details: {
|
|
392
379
|
serializedName: "properties.details",
|
|
393
380
|
type: {
|
|
394
381
|
name: "Composite",
|
|
395
|
-
className: "
|
|
382
|
+
className: "CreateManagementGroupDetails"
|
|
396
383
|
}
|
|
397
384
|
},
|
|
398
385
|
children: {
|
|
399
|
-
nullable: true,
|
|
400
386
|
serializedName: "properties.children",
|
|
387
|
+
readOnly: true,
|
|
388
|
+
nullable: true,
|
|
401
389
|
type: {
|
|
402
390
|
name: "Sequence",
|
|
403
391
|
element: {
|
|
404
392
|
type: {
|
|
405
393
|
name: "Composite",
|
|
406
|
-
className: "
|
|
394
|
+
className: "CreateManagementGroupChildInfo"
|
|
407
395
|
}
|
|
408
396
|
}
|
|
409
397
|
}
|
|
@@ -411,161 +399,112 @@ export var ManagementGroup = {
|
|
|
411
399
|
}
|
|
412
400
|
}
|
|
413
401
|
};
|
|
414
|
-
export
|
|
415
|
-
serializedName: "OperationResults",
|
|
402
|
+
export const CreateManagementGroupDetails = {
|
|
416
403
|
type: {
|
|
417
404
|
name: "Composite",
|
|
418
|
-
className: "
|
|
405
|
+
className: "CreateManagementGroupDetails",
|
|
419
406
|
modelProperties: {
|
|
420
|
-
|
|
407
|
+
version: {
|
|
408
|
+
serializedName: "version",
|
|
421
409
|
readOnly: true,
|
|
422
|
-
serializedName: "id",
|
|
423
410
|
type: {
|
|
424
|
-
name: "
|
|
411
|
+
name: "Number"
|
|
425
412
|
}
|
|
426
413
|
},
|
|
427
|
-
|
|
414
|
+
updatedTime: {
|
|
415
|
+
serializedName: "updatedTime",
|
|
428
416
|
readOnly: true,
|
|
429
|
-
serializedName: "type",
|
|
430
417
|
type: {
|
|
431
|
-
name: "
|
|
418
|
+
name: "DateTime"
|
|
432
419
|
}
|
|
433
420
|
},
|
|
434
|
-
|
|
421
|
+
updatedBy: {
|
|
422
|
+
serializedName: "updatedBy",
|
|
435
423
|
readOnly: true,
|
|
436
|
-
serializedName: "name",
|
|
437
424
|
type: {
|
|
438
425
|
name: "String"
|
|
439
426
|
}
|
|
440
427
|
},
|
|
441
|
-
|
|
442
|
-
serializedName: "
|
|
428
|
+
parent: {
|
|
429
|
+
serializedName: "parent",
|
|
443
430
|
type: {
|
|
444
|
-
name: "
|
|
431
|
+
name: "Composite",
|
|
432
|
+
className: "CreateParentGroupInfo"
|
|
445
433
|
}
|
|
446
434
|
}
|
|
447
435
|
}
|
|
448
436
|
}
|
|
449
437
|
};
|
|
450
|
-
export
|
|
451
|
-
serializedName: "EntityParentGroupInfo",
|
|
438
|
+
export const CreateParentGroupInfo = {
|
|
452
439
|
type: {
|
|
453
440
|
name: "Composite",
|
|
454
|
-
className: "
|
|
441
|
+
className: "CreateParentGroupInfo",
|
|
455
442
|
modelProperties: {
|
|
456
443
|
id: {
|
|
457
444
|
serializedName: "id",
|
|
458
445
|
type: {
|
|
459
446
|
name: "String"
|
|
460
447
|
}
|
|
448
|
+
},
|
|
449
|
+
name: {
|
|
450
|
+
serializedName: "name",
|
|
451
|
+
readOnly: true,
|
|
452
|
+
type: {
|
|
453
|
+
name: "String"
|
|
454
|
+
}
|
|
455
|
+
},
|
|
456
|
+
displayName: {
|
|
457
|
+
serializedName: "displayName",
|
|
458
|
+
readOnly: true,
|
|
459
|
+
type: {
|
|
460
|
+
name: "String"
|
|
461
|
+
}
|
|
461
462
|
}
|
|
462
463
|
}
|
|
463
464
|
}
|
|
464
465
|
};
|
|
465
|
-
export
|
|
466
|
-
serializedName: "EntityInfo",
|
|
466
|
+
export const CreateManagementGroupChildInfo = {
|
|
467
467
|
type: {
|
|
468
468
|
name: "Composite",
|
|
469
|
-
className: "
|
|
469
|
+
className: "CreateManagementGroupChildInfo",
|
|
470
470
|
modelProperties: {
|
|
471
|
-
|
|
472
|
-
|
|
471
|
+
type: {
|
|
472
|
+
serializedName: "type",
|
|
473
473
|
readOnly: true,
|
|
474
|
-
serializedName: "id",
|
|
475
474
|
type: {
|
|
476
475
|
name: "String"
|
|
477
476
|
}
|
|
478
477
|
},
|
|
479
|
-
|
|
480
|
-
|
|
478
|
+
id: {
|
|
479
|
+
serializedName: "id",
|
|
481
480
|
readOnly: true,
|
|
482
|
-
serializedName: "type",
|
|
483
481
|
type: {
|
|
484
482
|
name: "String"
|
|
485
483
|
}
|
|
486
484
|
},
|
|
487
485
|
name: {
|
|
488
|
-
readOnly: true,
|
|
489
486
|
serializedName: "name",
|
|
490
|
-
|
|
491
|
-
name: "String"
|
|
492
|
-
}
|
|
493
|
-
},
|
|
494
|
-
tenantId: {
|
|
495
|
-
nullable: true,
|
|
496
|
-
serializedName: "properties.tenantId",
|
|
487
|
+
readOnly: true,
|
|
497
488
|
type: {
|
|
498
489
|
name: "String"
|
|
499
490
|
}
|
|
500
491
|
},
|
|
501
492
|
displayName: {
|
|
502
|
-
|
|
503
|
-
|
|
504
|
-
type: {
|
|
505
|
-
name: "String"
|
|
506
|
-
}
|
|
507
|
-
},
|
|
508
|
-
parent: {
|
|
509
|
-
nullable: true,
|
|
510
|
-
serializedName: "properties.parent",
|
|
511
|
-
type: {
|
|
512
|
-
name: "Composite",
|
|
513
|
-
className: "EntityParentGroupInfo"
|
|
514
|
-
}
|
|
515
|
-
},
|
|
516
|
-
permissions: {
|
|
517
|
-
serializedName: "properties.permissions",
|
|
518
|
-
type: {
|
|
519
|
-
name: "String"
|
|
520
|
-
}
|
|
521
|
-
},
|
|
522
|
-
inheritedPermissions: {
|
|
523
|
-
serializedName: "properties.inheritedPermissions",
|
|
493
|
+
serializedName: "displayName",
|
|
494
|
+
readOnly: true,
|
|
524
495
|
type: {
|
|
525
496
|
name: "String"
|
|
526
497
|
}
|
|
527
498
|
},
|
|
528
|
-
|
|
529
|
-
|
|
530
|
-
|
|
531
|
-
type: {
|
|
532
|
-
name: "Number"
|
|
533
|
-
}
|
|
534
|
-
},
|
|
535
|
-
numberOfChildren: {
|
|
536
|
-
nullable: true,
|
|
537
|
-
serializedName: "properties.numberOfChildren",
|
|
538
|
-
type: {
|
|
539
|
-
name: "Number"
|
|
540
|
-
}
|
|
541
|
-
},
|
|
542
|
-
numberOfChildGroups: {
|
|
543
|
-
nullable: true,
|
|
544
|
-
serializedName: "properties.numberOfChildGroups",
|
|
545
|
-
type: {
|
|
546
|
-
name: "Number"
|
|
547
|
-
}
|
|
548
|
-
},
|
|
549
|
-
parentDisplayNameChain: {
|
|
550
|
-
nullable: true,
|
|
551
|
-
serializedName: "properties.parentDisplayNameChain",
|
|
552
|
-
type: {
|
|
553
|
-
name: "Sequence",
|
|
554
|
-
element: {
|
|
555
|
-
type: {
|
|
556
|
-
name: "String"
|
|
557
|
-
}
|
|
558
|
-
}
|
|
559
|
-
}
|
|
560
|
-
},
|
|
561
|
-
parentNameChain: {
|
|
562
|
-
nullable: true,
|
|
563
|
-
serializedName: "properties.parentNameChain",
|
|
499
|
+
children: {
|
|
500
|
+
serializedName: "children",
|
|
501
|
+
readOnly: true,
|
|
564
502
|
type: {
|
|
565
503
|
name: "Sequence",
|
|
566
504
|
element: {
|
|
567
505
|
type: {
|
|
568
|
-
name: "
|
|
506
|
+
name: "Composite",
|
|
507
|
+
className: "CreateManagementGroupChildInfo"
|
|
569
508
|
}
|
|
570
509
|
}
|
|
571
510
|
}
|
|
@@ -573,77 +512,69 @@ export var EntityInfo = {
|
|
|
573
512
|
}
|
|
574
513
|
}
|
|
575
514
|
};
|
|
576
|
-
export
|
|
577
|
-
serializedName: "EntityHierarchyItem",
|
|
515
|
+
export const AzureAsyncOperationResults = {
|
|
578
516
|
type: {
|
|
579
517
|
name: "Composite",
|
|
580
|
-
className: "
|
|
518
|
+
className: "AzureAsyncOperationResults",
|
|
581
519
|
modelProperties: {
|
|
582
520
|
id: {
|
|
583
|
-
readOnly: true,
|
|
584
521
|
serializedName: "id",
|
|
522
|
+
readOnly: true,
|
|
585
523
|
type: {
|
|
586
524
|
name: "String"
|
|
587
525
|
}
|
|
588
526
|
},
|
|
589
527
|
type: {
|
|
590
|
-
readOnly: true,
|
|
591
528
|
serializedName: "type",
|
|
529
|
+
readOnly: true,
|
|
592
530
|
type: {
|
|
593
531
|
name: "String"
|
|
594
532
|
}
|
|
595
533
|
},
|
|
596
534
|
name: {
|
|
597
|
-
readOnly: true,
|
|
598
535
|
serializedName: "name",
|
|
536
|
+
readOnly: true,
|
|
599
537
|
type: {
|
|
600
538
|
name: "String"
|
|
601
539
|
}
|
|
602
540
|
},
|
|
603
|
-
|
|
604
|
-
serializedName: "
|
|
541
|
+
status: {
|
|
542
|
+
serializedName: "status",
|
|
543
|
+
readOnly: true,
|
|
605
544
|
type: {
|
|
606
545
|
name: "String"
|
|
607
546
|
}
|
|
608
547
|
},
|
|
609
|
-
|
|
610
|
-
serializedName: "properties.
|
|
548
|
+
tenantId: {
|
|
549
|
+
serializedName: "properties.tenantId",
|
|
611
550
|
type: {
|
|
612
551
|
name: "String"
|
|
613
552
|
}
|
|
614
553
|
},
|
|
615
|
-
|
|
616
|
-
|
|
617
|
-
serializedName: "properties.children",
|
|
554
|
+
displayName: {
|
|
555
|
+
serializedName: "properties.displayName",
|
|
618
556
|
type: {
|
|
619
|
-
name: "
|
|
620
|
-
element: {
|
|
621
|
-
type: {
|
|
622
|
-
name: "Composite",
|
|
623
|
-
className: "EntityHierarchyItem"
|
|
624
|
-
}
|
|
625
|
-
}
|
|
557
|
+
name: "String"
|
|
626
558
|
}
|
|
627
559
|
}
|
|
628
560
|
}
|
|
629
561
|
}
|
|
630
562
|
};
|
|
631
|
-
export
|
|
632
|
-
serializedName: "PatchManagementGroupRequest",
|
|
563
|
+
export const PatchManagementGroupRequest = {
|
|
633
564
|
type: {
|
|
634
565
|
name: "Composite",
|
|
635
566
|
className: "PatchManagementGroupRequest",
|
|
636
567
|
modelProperties: {
|
|
637
568
|
displayName: {
|
|
638
|
-
nullable: true,
|
|
639
569
|
serializedName: "displayName",
|
|
570
|
+
nullable: true,
|
|
640
571
|
type: {
|
|
641
572
|
name: "String"
|
|
642
573
|
}
|
|
643
574
|
},
|
|
644
|
-
|
|
575
|
+
parentGroupId: {
|
|
576
|
+
serializedName: "parentGroupId",
|
|
645
577
|
nullable: true,
|
|
646
|
-
serializedName: "parentId",
|
|
647
578
|
type: {
|
|
648
579
|
name: "String"
|
|
649
580
|
}
|
|
@@ -651,28 +582,26 @@ export var PatchManagementGroupRequest = {
|
|
|
651
582
|
}
|
|
652
583
|
}
|
|
653
584
|
};
|
|
654
|
-
export
|
|
655
|
-
serializedName: "CreateParentGroupInfo",
|
|
585
|
+
export const DescendantListResult = {
|
|
656
586
|
type: {
|
|
657
587
|
name: "Composite",
|
|
658
|
-
className: "
|
|
588
|
+
className: "DescendantListResult",
|
|
659
589
|
modelProperties: {
|
|
660
|
-
|
|
661
|
-
serializedName: "
|
|
662
|
-
type: {
|
|
663
|
-
name: "String"
|
|
664
|
-
}
|
|
665
|
-
},
|
|
666
|
-
name: {
|
|
667
|
-
readOnly: true,
|
|
668
|
-
serializedName: "name",
|
|
590
|
+
value: {
|
|
591
|
+
serializedName: "value",
|
|
669
592
|
type: {
|
|
670
|
-
name: "
|
|
593
|
+
name: "Sequence",
|
|
594
|
+
element: {
|
|
595
|
+
type: {
|
|
596
|
+
name: "Composite",
|
|
597
|
+
className: "DescendantInfo"
|
|
598
|
+
}
|
|
599
|
+
}
|
|
671
600
|
}
|
|
672
601
|
},
|
|
673
|
-
|
|
602
|
+
nextLink: {
|
|
603
|
+
serializedName: "nextLink",
|
|
674
604
|
readOnly: true,
|
|
675
|
-
serializedName: "displayName",
|
|
676
605
|
type: {
|
|
677
606
|
name: "String"
|
|
678
607
|
}
|
|
@@ -680,184 +609,374 @@ export var CreateParentGroupInfo = {
|
|
|
680
609
|
}
|
|
681
610
|
}
|
|
682
611
|
};
|
|
683
|
-
export
|
|
684
|
-
serializedName: "CreateManagementGroupDetails",
|
|
612
|
+
export const DescendantInfo = {
|
|
685
613
|
type: {
|
|
686
614
|
name: "Composite",
|
|
687
|
-
className: "
|
|
615
|
+
className: "DescendantInfo",
|
|
688
616
|
modelProperties: {
|
|
689
|
-
|
|
617
|
+
id: {
|
|
618
|
+
serializedName: "id",
|
|
690
619
|
readOnly: true,
|
|
691
|
-
|
|
620
|
+
nullable: true,
|
|
692
621
|
type: {
|
|
693
|
-
name: "
|
|
622
|
+
name: "String"
|
|
694
623
|
}
|
|
695
624
|
},
|
|
696
|
-
|
|
625
|
+
type: {
|
|
626
|
+
serializedName: "type",
|
|
697
627
|
readOnly: true,
|
|
698
|
-
|
|
628
|
+
nullable: true,
|
|
699
629
|
type: {
|
|
700
|
-
name: "
|
|
630
|
+
name: "String"
|
|
701
631
|
}
|
|
702
632
|
},
|
|
703
|
-
|
|
633
|
+
name: {
|
|
634
|
+
serializedName: "name",
|
|
704
635
|
readOnly: true,
|
|
705
|
-
|
|
636
|
+
type: {
|
|
637
|
+
name: "String"
|
|
638
|
+
}
|
|
639
|
+
},
|
|
640
|
+
displayName: {
|
|
641
|
+
serializedName: "properties.displayName",
|
|
642
|
+
nullable: true,
|
|
706
643
|
type: {
|
|
707
644
|
name: "String"
|
|
708
645
|
}
|
|
709
646
|
},
|
|
710
647
|
parent: {
|
|
711
|
-
serializedName: "parent",
|
|
648
|
+
serializedName: "properties.parent",
|
|
712
649
|
type: {
|
|
713
650
|
name: "Composite",
|
|
714
|
-
className: "
|
|
651
|
+
className: "DescendantParentGroupInfo"
|
|
715
652
|
}
|
|
716
653
|
}
|
|
717
654
|
}
|
|
718
655
|
}
|
|
719
656
|
};
|
|
720
|
-
export
|
|
721
|
-
serializedName: "CreateManagementGroupChildInfo",
|
|
657
|
+
export const DescendantParentGroupInfo = {
|
|
722
658
|
type: {
|
|
723
659
|
name: "Composite",
|
|
724
|
-
className: "
|
|
660
|
+
className: "DescendantParentGroupInfo",
|
|
725
661
|
modelProperties: {
|
|
726
|
-
|
|
662
|
+
id: {
|
|
663
|
+
serializedName: "id",
|
|
664
|
+
type: {
|
|
665
|
+
name: "String"
|
|
666
|
+
}
|
|
667
|
+
}
|
|
668
|
+
}
|
|
669
|
+
}
|
|
670
|
+
};
|
|
671
|
+
export const SubscriptionUnderManagementGroup = {
|
|
672
|
+
type: {
|
|
673
|
+
name: "Composite",
|
|
674
|
+
className: "SubscriptionUnderManagementGroup",
|
|
675
|
+
modelProperties: {
|
|
676
|
+
id: {
|
|
677
|
+
serializedName: "id",
|
|
727
678
|
readOnly: true,
|
|
728
|
-
serializedName: "type",
|
|
729
679
|
type: {
|
|
730
680
|
name: "String"
|
|
731
681
|
}
|
|
732
682
|
},
|
|
733
|
-
|
|
683
|
+
type: {
|
|
684
|
+
serializedName: "type",
|
|
734
685
|
readOnly: true,
|
|
735
|
-
serializedName: "id",
|
|
736
686
|
type: {
|
|
737
687
|
name: "String"
|
|
738
688
|
}
|
|
739
689
|
},
|
|
740
690
|
name: {
|
|
741
|
-
readOnly: true,
|
|
742
691
|
serializedName: "name",
|
|
692
|
+
readOnly: true,
|
|
743
693
|
type: {
|
|
744
694
|
name: "String"
|
|
745
695
|
}
|
|
746
696
|
},
|
|
747
|
-
|
|
748
|
-
|
|
749
|
-
serializedName: "displayName",
|
|
697
|
+
tenant: {
|
|
698
|
+
serializedName: "properties.tenant",
|
|
750
699
|
type: {
|
|
751
700
|
name: "String"
|
|
752
701
|
}
|
|
753
702
|
},
|
|
754
|
-
|
|
755
|
-
|
|
756
|
-
serializedName: "roles",
|
|
703
|
+
displayName: {
|
|
704
|
+
serializedName: "properties.displayName",
|
|
757
705
|
type: {
|
|
758
|
-
name: "
|
|
759
|
-
|
|
706
|
+
name: "String"
|
|
707
|
+
}
|
|
708
|
+
},
|
|
709
|
+
parent: {
|
|
710
|
+
serializedName: "properties.parent",
|
|
711
|
+
type: {
|
|
712
|
+
name: "Composite",
|
|
713
|
+
className: "DescendantParentGroupInfo"
|
|
714
|
+
}
|
|
715
|
+
},
|
|
716
|
+
state: {
|
|
717
|
+
serializedName: "properties.state",
|
|
718
|
+
type: {
|
|
719
|
+
name: "String"
|
|
720
|
+
}
|
|
721
|
+
}
|
|
722
|
+
}
|
|
723
|
+
}
|
|
724
|
+
};
|
|
725
|
+
export const ListSubscriptionUnderManagementGroup = {
|
|
726
|
+
type: {
|
|
727
|
+
name: "Composite",
|
|
728
|
+
className: "ListSubscriptionUnderManagementGroup",
|
|
729
|
+
modelProperties: {
|
|
730
|
+
value: {
|
|
731
|
+
serializedName: "value",
|
|
732
|
+
type: {
|
|
733
|
+
name: "Sequence",
|
|
734
|
+
element: {
|
|
760
735
|
type: {
|
|
761
|
-
name: "
|
|
736
|
+
name: "Composite",
|
|
737
|
+
className: "SubscriptionUnderManagementGroup"
|
|
762
738
|
}
|
|
763
739
|
}
|
|
764
740
|
}
|
|
765
741
|
},
|
|
766
|
-
|
|
742
|
+
nextLink: {
|
|
743
|
+
serializedName: "nextLink",
|
|
767
744
|
readOnly: true,
|
|
768
|
-
|
|
745
|
+
type: {
|
|
746
|
+
name: "String"
|
|
747
|
+
}
|
|
748
|
+
}
|
|
749
|
+
}
|
|
750
|
+
}
|
|
751
|
+
};
|
|
752
|
+
export const HierarchySettingsList = {
|
|
753
|
+
type: {
|
|
754
|
+
name: "Composite",
|
|
755
|
+
className: "HierarchySettingsList",
|
|
756
|
+
modelProperties: {
|
|
757
|
+
value: {
|
|
758
|
+
serializedName: "value",
|
|
769
759
|
type: {
|
|
770
760
|
name: "Sequence",
|
|
771
761
|
element: {
|
|
772
762
|
type: {
|
|
773
763
|
name: "Composite",
|
|
774
|
-
className: "
|
|
764
|
+
className: "HierarchySettingsInfo"
|
|
775
765
|
}
|
|
776
766
|
}
|
|
777
767
|
}
|
|
768
|
+
},
|
|
769
|
+
nextLink: {
|
|
770
|
+
serializedName: "nextLink",
|
|
771
|
+
readOnly: true,
|
|
772
|
+
type: {
|
|
773
|
+
name: "String"
|
|
774
|
+
}
|
|
778
775
|
}
|
|
779
776
|
}
|
|
780
777
|
}
|
|
781
778
|
};
|
|
782
|
-
export
|
|
783
|
-
serializedName: "CreateManagementGroupRequest",
|
|
779
|
+
export const HierarchySettingsInfo = {
|
|
784
780
|
type: {
|
|
785
781
|
name: "Composite",
|
|
786
|
-
className: "
|
|
782
|
+
className: "HierarchySettingsInfo",
|
|
787
783
|
modelProperties: {
|
|
788
784
|
id: {
|
|
789
|
-
readOnly: true,
|
|
790
785
|
serializedName: "id",
|
|
786
|
+
readOnly: true,
|
|
791
787
|
type: {
|
|
792
788
|
name: "String"
|
|
793
789
|
}
|
|
794
790
|
},
|
|
795
791
|
type: {
|
|
796
|
-
readOnly: true,
|
|
797
792
|
serializedName: "type",
|
|
793
|
+
readOnly: true,
|
|
798
794
|
type: {
|
|
799
795
|
name: "String"
|
|
800
796
|
}
|
|
801
797
|
},
|
|
802
798
|
name: {
|
|
803
799
|
serializedName: "name",
|
|
800
|
+
readOnly: true,
|
|
804
801
|
type: {
|
|
805
802
|
name: "String"
|
|
806
803
|
}
|
|
807
804
|
},
|
|
808
805
|
tenantId: {
|
|
806
|
+
serializedName: "properties.tenantId",
|
|
807
|
+
type: {
|
|
808
|
+
name: "String"
|
|
809
|
+
}
|
|
810
|
+
},
|
|
811
|
+
requireAuthorizationForGroupCreation: {
|
|
812
|
+
serializedName: "properties.requireAuthorizationForGroupCreation",
|
|
813
|
+
type: {
|
|
814
|
+
name: "Boolean"
|
|
815
|
+
}
|
|
816
|
+
},
|
|
817
|
+
defaultManagementGroup: {
|
|
818
|
+
serializedName: "properties.defaultManagementGroup",
|
|
819
|
+
type: {
|
|
820
|
+
name: "String"
|
|
821
|
+
}
|
|
822
|
+
}
|
|
823
|
+
}
|
|
824
|
+
}
|
|
825
|
+
};
|
|
826
|
+
export const HierarchySettings = {
|
|
827
|
+
type: {
|
|
828
|
+
name: "Composite",
|
|
829
|
+
className: "HierarchySettings",
|
|
830
|
+
modelProperties: {
|
|
831
|
+
id: {
|
|
832
|
+
serializedName: "id",
|
|
809
833
|
readOnly: true,
|
|
834
|
+
type: {
|
|
835
|
+
name: "String"
|
|
836
|
+
}
|
|
837
|
+
},
|
|
838
|
+
type: {
|
|
839
|
+
serializedName: "type",
|
|
840
|
+
readOnly: true,
|
|
841
|
+
type: {
|
|
842
|
+
name: "String"
|
|
843
|
+
}
|
|
844
|
+
},
|
|
845
|
+
name: {
|
|
846
|
+
serializedName: "name",
|
|
847
|
+
readOnly: true,
|
|
848
|
+
type: {
|
|
849
|
+
name: "String"
|
|
850
|
+
}
|
|
851
|
+
},
|
|
852
|
+
tenantId: {
|
|
810
853
|
serializedName: "properties.tenantId",
|
|
811
854
|
type: {
|
|
812
855
|
name: "String"
|
|
813
856
|
}
|
|
814
857
|
},
|
|
815
|
-
|
|
816
|
-
|
|
817
|
-
|
|
858
|
+
requireAuthorizationForGroupCreation: {
|
|
859
|
+
serializedName: "properties.requireAuthorizationForGroupCreation",
|
|
860
|
+
type: {
|
|
861
|
+
name: "Boolean"
|
|
862
|
+
}
|
|
863
|
+
},
|
|
864
|
+
defaultManagementGroup: {
|
|
865
|
+
serializedName: "properties.defaultManagementGroup",
|
|
818
866
|
type: {
|
|
819
867
|
name: "String"
|
|
820
868
|
}
|
|
869
|
+
}
|
|
870
|
+
}
|
|
871
|
+
}
|
|
872
|
+
};
|
|
873
|
+
export const CreateOrUpdateSettingsRequest = {
|
|
874
|
+
type: {
|
|
875
|
+
name: "Composite",
|
|
876
|
+
className: "CreateOrUpdateSettingsRequest",
|
|
877
|
+
modelProperties: {
|
|
878
|
+
requireAuthorizationForGroupCreation: {
|
|
879
|
+
serializedName: "properties.requireAuthorizationForGroupCreation",
|
|
880
|
+
type: {
|
|
881
|
+
name: "Boolean"
|
|
882
|
+
}
|
|
821
883
|
},
|
|
822
|
-
|
|
823
|
-
|
|
884
|
+
defaultManagementGroup: {
|
|
885
|
+
serializedName: "properties.defaultManagementGroup",
|
|
886
|
+
type: {
|
|
887
|
+
name: "String"
|
|
888
|
+
}
|
|
889
|
+
}
|
|
890
|
+
}
|
|
891
|
+
}
|
|
892
|
+
};
|
|
893
|
+
export const OperationListResult = {
|
|
894
|
+
type: {
|
|
895
|
+
name: "Composite",
|
|
896
|
+
className: "OperationListResult",
|
|
897
|
+
modelProperties: {
|
|
898
|
+
value: {
|
|
899
|
+
serializedName: "value",
|
|
824
900
|
readOnly: true,
|
|
825
|
-
serializedName: "properties.roles",
|
|
826
901
|
type: {
|
|
827
902
|
name: "Sequence",
|
|
828
903
|
element: {
|
|
829
904
|
type: {
|
|
830
|
-
name: "
|
|
905
|
+
name: "Composite",
|
|
906
|
+
className: "Operation"
|
|
831
907
|
}
|
|
832
908
|
}
|
|
833
909
|
}
|
|
834
910
|
},
|
|
835
|
-
|
|
836
|
-
serializedName: "
|
|
911
|
+
nextLink: {
|
|
912
|
+
serializedName: "nextLink",
|
|
913
|
+
readOnly: true,
|
|
914
|
+
type: {
|
|
915
|
+
name: "String"
|
|
916
|
+
}
|
|
917
|
+
}
|
|
918
|
+
}
|
|
919
|
+
}
|
|
920
|
+
};
|
|
921
|
+
export const Operation = {
|
|
922
|
+
type: {
|
|
923
|
+
name: "Composite",
|
|
924
|
+
className: "Operation",
|
|
925
|
+
modelProperties: {
|
|
926
|
+
name: {
|
|
927
|
+
serializedName: "name",
|
|
928
|
+
readOnly: true,
|
|
929
|
+
type: {
|
|
930
|
+
name: "String"
|
|
931
|
+
}
|
|
932
|
+
},
|
|
933
|
+
display: {
|
|
934
|
+
serializedName: "display",
|
|
837
935
|
type: {
|
|
838
936
|
name: "Composite",
|
|
839
|
-
className: "
|
|
937
|
+
className: "OperationDisplayProperties"
|
|
938
|
+
}
|
|
939
|
+
}
|
|
940
|
+
}
|
|
941
|
+
}
|
|
942
|
+
};
|
|
943
|
+
export const OperationDisplayProperties = {
|
|
944
|
+
type: {
|
|
945
|
+
name: "Composite",
|
|
946
|
+
className: "OperationDisplayProperties",
|
|
947
|
+
modelProperties: {
|
|
948
|
+
provider: {
|
|
949
|
+
serializedName: "provider",
|
|
950
|
+
readOnly: true,
|
|
951
|
+
type: {
|
|
952
|
+
name: "String"
|
|
840
953
|
}
|
|
841
954
|
},
|
|
842
|
-
|
|
843
|
-
|
|
955
|
+
resource: {
|
|
956
|
+
serializedName: "resource",
|
|
844
957
|
readOnly: true,
|
|
845
|
-
serializedName: "properties.children",
|
|
846
958
|
type: {
|
|
847
|
-
name: "
|
|
848
|
-
|
|
849
|
-
|
|
850
|
-
|
|
851
|
-
|
|
852
|
-
|
|
853
|
-
|
|
959
|
+
name: "String"
|
|
960
|
+
}
|
|
961
|
+
},
|
|
962
|
+
operation: {
|
|
963
|
+
serializedName: "operation",
|
|
964
|
+
readOnly: true,
|
|
965
|
+
type: {
|
|
966
|
+
name: "String"
|
|
967
|
+
}
|
|
968
|
+
},
|
|
969
|
+
description: {
|
|
970
|
+
serializedName: "description",
|
|
971
|
+
readOnly: true,
|
|
972
|
+
type: {
|
|
973
|
+
name: "String"
|
|
854
974
|
}
|
|
855
975
|
}
|
|
856
976
|
}
|
|
857
977
|
}
|
|
858
978
|
};
|
|
859
|
-
export
|
|
860
|
-
serializedName: "CheckNameAvailabilityRequest",
|
|
979
|
+
export const CheckNameAvailabilityRequest = {
|
|
861
980
|
type: {
|
|
862
981
|
name: "Composite",
|
|
863
982
|
className: "CheckNameAvailabilityRequest",
|
|
@@ -869,38 +988,73 @@ export var CheckNameAvailabilityRequest = {
|
|
|
869
988
|
}
|
|
870
989
|
},
|
|
871
990
|
type: {
|
|
991
|
+
defaultValue: "Microsoft.Management/managementGroups",
|
|
992
|
+
isConstant: true,
|
|
872
993
|
serializedName: "type",
|
|
994
|
+
type: {
|
|
995
|
+
name: "String"
|
|
996
|
+
}
|
|
997
|
+
}
|
|
998
|
+
}
|
|
999
|
+
}
|
|
1000
|
+
};
|
|
1001
|
+
export const CheckNameAvailabilityResult = {
|
|
1002
|
+
type: {
|
|
1003
|
+
name: "Composite",
|
|
1004
|
+
className: "CheckNameAvailabilityResult",
|
|
1005
|
+
modelProperties: {
|
|
1006
|
+
nameAvailable: {
|
|
1007
|
+
serializedName: "nameAvailable",
|
|
1008
|
+
readOnly: true,
|
|
1009
|
+
type: {
|
|
1010
|
+
name: "Boolean"
|
|
1011
|
+
}
|
|
1012
|
+
},
|
|
1013
|
+
reason: {
|
|
1014
|
+
serializedName: "reason",
|
|
1015
|
+
readOnly: true,
|
|
873
1016
|
type: {
|
|
874
1017
|
name: "Enum",
|
|
875
|
-
allowedValues: [
|
|
876
|
-
|
|
877
|
-
|
|
1018
|
+
allowedValues: ["Invalid", "AlreadyExists"]
|
|
1019
|
+
}
|
|
1020
|
+
},
|
|
1021
|
+
message: {
|
|
1022
|
+
serializedName: "message",
|
|
1023
|
+
readOnly: true,
|
|
1024
|
+
type: {
|
|
1025
|
+
name: "String"
|
|
878
1026
|
}
|
|
879
1027
|
}
|
|
880
1028
|
}
|
|
881
1029
|
}
|
|
882
1030
|
};
|
|
883
|
-
export
|
|
884
|
-
serializedName: "ManagementGroupListResult",
|
|
1031
|
+
export const EntityListResult = {
|
|
885
1032
|
type: {
|
|
886
1033
|
name: "Composite",
|
|
887
|
-
className: "
|
|
1034
|
+
className: "EntityListResult",
|
|
888
1035
|
modelProperties: {
|
|
889
1036
|
value: {
|
|
890
|
-
serializedName: "",
|
|
1037
|
+
serializedName: "value",
|
|
891
1038
|
type: {
|
|
892
1039
|
name: "Sequence",
|
|
893
1040
|
element: {
|
|
894
1041
|
type: {
|
|
895
1042
|
name: "Composite",
|
|
896
|
-
className: "
|
|
1043
|
+
className: "EntityInfo"
|
|
897
1044
|
}
|
|
898
1045
|
}
|
|
899
1046
|
}
|
|
900
1047
|
},
|
|
901
|
-
|
|
1048
|
+
count: {
|
|
1049
|
+
serializedName: "count",
|
|
902
1050
|
readOnly: true,
|
|
1051
|
+
type: {
|
|
1052
|
+
name: "Number"
|
|
1053
|
+
}
|
|
1054
|
+
},
|
|
1055
|
+
nextLink: {
|
|
903
1056
|
serializedName: "nextLink",
|
|
1057
|
+
readOnly: true,
|
|
904
1058
|
type: {
|
|
905
1059
|
name: "String"
|
|
906
1060
|
}
|
|
@@ -908,28 +1062,195 @@ export var ManagementGroupListResult = {
|
|
|
908
1062
|
}
|
|
909
1063
|
}
|
|
910
1064
|
};
|
|
911
|
-
export
|
|
912
|
-
serializedName: "OperationListResult",
|
|
1065
|
+
export const EntityInfo = {
|
|
913
1066
|
type: {
|
|
914
1067
|
name: "Composite",
|
|
915
|
-
className: "
|
|
1068
|
+
className: "EntityInfo",
|
|
916
1069
|
modelProperties: {
|
|
917
|
-
|
|
1070
|
+
id: {
|
|
1071
|
+
serializedName: "id",
|
|
1072
|
+
readOnly: true,
|
|
1073
|
+
nullable: true,
|
|
1074
|
+
type: {
|
|
1075
|
+
name: "String"
|
|
1076
|
+
}
|
|
1077
|
+
},
|
|
1078
|
+
type: {
|
|
1079
|
+
serializedName: "type",
|
|
1080
|
+
readOnly: true,
|
|
1081
|
+
nullable: true,
|
|
1082
|
+
type: {
|
|
1083
|
+
name: "String"
|
|
1084
|
+
}
|
|
1085
|
+
},
|
|
1086
|
+
name: {
|
|
1087
|
+
serializedName: "name",
|
|
918
1088
|
readOnly: true,
|
|
919
|
-
|
|
1089
|
+
type: {
|
|
1090
|
+
name: "String"
|
|
1091
|
+
}
|
|
1092
|
+
},
|
|
1093
|
+
tenantId: {
|
|
1094
|
+
serializedName: "properties.tenantId",
|
|
1095
|
+
nullable: true,
|
|
1096
|
+
type: {
|
|
1097
|
+
name: "String"
|
|
1098
|
+
}
|
|
1099
|
+
},
|
|
1100
|
+
displayName: {
|
|
1101
|
+
serializedName: "properties.displayName",
|
|
1102
|
+
nullable: true,
|
|
1103
|
+
type: {
|
|
1104
|
+
name: "String"
|
|
1105
|
+
}
|
|
1106
|
+
},
|
|
1107
|
+
parent: {
|
|
1108
|
+
serializedName: "properties.parent",
|
|
1109
|
+
type: {
|
|
1110
|
+
name: "Composite",
|
|
1111
|
+
className: "EntityParentGroupInfo"
|
|
1112
|
+
}
|
|
1113
|
+
},
|
|
1114
|
+
permissions: {
|
|
1115
|
+
serializedName: "properties.permissions",
|
|
1116
|
+
nullable: true,
|
|
1117
|
+
type: {
|
|
1118
|
+
name: "String"
|
|
1119
|
+
}
|
|
1120
|
+
},
|
|
1121
|
+
inheritedPermissions: {
|
|
1122
|
+
serializedName: "properties.inheritedPermissions",
|
|
1123
|
+
nullable: true,
|
|
1124
|
+
type: {
|
|
1125
|
+
name: "String"
|
|
1126
|
+
}
|
|
1127
|
+
},
|
|
1128
|
+
numberOfDescendants: {
|
|
1129
|
+
serializedName: "properties.numberOfDescendants",
|
|
1130
|
+
nullable: true,
|
|
1131
|
+
type: {
|
|
1132
|
+
name: "Number"
|
|
1133
|
+
}
|
|
1134
|
+
},
|
|
1135
|
+
numberOfChildren: {
|
|
1136
|
+
serializedName: "properties.numberOfChildren",
|
|
1137
|
+
nullable: true,
|
|
1138
|
+
type: {
|
|
1139
|
+
name: "Number"
|
|
1140
|
+
}
|
|
1141
|
+
},
|
|
1142
|
+
numberOfChildGroups: {
|
|
1143
|
+
serializedName: "properties.numberOfChildGroups",
|
|
1144
|
+
nullable: true,
|
|
1145
|
+
type: {
|
|
1146
|
+
name: "Number"
|
|
1147
|
+
}
|
|
1148
|
+
},
|
|
1149
|
+
parentDisplayNameChain: {
|
|
1150
|
+
serializedName: "properties.parentDisplayNameChain",
|
|
1151
|
+
nullable: true,
|
|
920
1152
|
type: {
|
|
921
1153
|
name: "Sequence",
|
|
922
1154
|
element: {
|
|
923
1155
|
type: {
|
|
924
|
-
name: "
|
|
925
|
-
className: "Operation"
|
|
1156
|
+
name: "String"
|
|
926
1157
|
}
|
|
927
1158
|
}
|
|
928
1159
|
}
|
|
929
1160
|
},
|
|
930
|
-
|
|
1161
|
+
parentNameChain: {
|
|
1162
|
+
serializedName: "properties.parentNameChain",
|
|
1163
|
+
nullable: true,
|
|
1164
|
+
type: {
|
|
1165
|
+
name: "Sequence",
|
|
1166
|
+
element: {
|
|
1167
|
+
type: {
|
|
1168
|
+
name: "String"
|
|
1169
|
+
}
|
|
1170
|
+
}
|
|
1171
|
+
}
|
|
1172
|
+
}
|
|
1173
|
+
}
|
|
1174
|
+
}
|
|
1175
|
+
};
|
|
1176
|
+
export const EntityParentGroupInfo = {
|
|
1177
|
+
type: {
|
|
1178
|
+
name: "Composite",
|
|
1179
|
+
className: "EntityParentGroupInfo",
|
|
1180
|
+
modelProperties: {
|
|
1181
|
+
id: {
|
|
1182
|
+
serializedName: "id",
|
|
1183
|
+
type: {
|
|
1184
|
+
name: "String"
|
|
1185
|
+
}
|
|
1186
|
+
}
|
|
1187
|
+
}
|
|
1188
|
+
}
|
|
1189
|
+
};
|
|
1190
|
+
export const TenantBackfillStatusResult = {
|
|
1191
|
+
type: {
|
|
1192
|
+
name: "Composite",
|
|
1193
|
+
className: "TenantBackfillStatusResult",
|
|
1194
|
+
modelProperties: {
|
|
1195
|
+
tenantId: {
|
|
1196
|
+
serializedName: "tenantId",
|
|
1197
|
+
readOnly: true,
|
|
1198
|
+
type: {
|
|
1199
|
+
name: "String"
|
|
1200
|
+
}
|
|
1201
|
+
},
|
|
1202
|
+
status: {
|
|
1203
|
+
serializedName: "status",
|
|
1204
|
+
readOnly: true,
|
|
1205
|
+
type: {
|
|
1206
|
+
name: "Enum",
|
|
1207
|
+
allowedValues: [
|
|
1208
|
+
"NotStarted",
|
|
1209
|
+
"NotStartedButGroupsExist",
|
|
1210
|
+
"Started",
|
|
1211
|
+
"Failed",
|
|
1212
|
+
"Cancelled",
|
|
1213
|
+
"Completed"
|
|
1214
|
+
]
|
|
1215
|
+
}
|
|
1216
|
+
}
|
|
1217
|
+
}
|
|
1218
|
+
}
|
|
1219
|
+
};
|
|
1220
|
+
export const OperationResults = {
|
|
1221
|
+
type: {
|
|
1222
|
+
name: "Composite",
|
|
1223
|
+
className: "OperationResults",
|
|
1224
|
+
modelProperties: {
|
|
1225
|
+
id: {
|
|
1226
|
+
serializedName: "id",
|
|
931
1227
|
readOnly: true,
|
|
932
|
-
|
|
1228
|
+
type: {
|
|
1229
|
+
name: "String"
|
|
1230
|
+
}
|
|
1231
|
+
},
|
|
1232
|
+
type: {
|
|
1233
|
+
serializedName: "type",
|
|
1234
|
+
readOnly: true,
|
|
1235
|
+
type: {
|
|
1236
|
+
name: "String"
|
|
1237
|
+
}
|
|
1238
|
+
},
|
|
1239
|
+
name: {
|
|
1240
|
+
serializedName: "name",
|
|
1241
|
+
readOnly: true,
|
|
1242
|
+
type: {
|
|
1243
|
+
name: "String"
|
|
1244
|
+
}
|
|
1245
|
+
},
|
|
1246
|
+
tenantId: {
|
|
1247
|
+
serializedName: "properties.tenantId",
|
|
1248
|
+
type: {
|
|
1249
|
+
name: "String"
|
|
1250
|
+
}
|
|
1251
|
+
},
|
|
1252
|
+
displayName: {
|
|
1253
|
+
serializedName: "properties.displayName",
|
|
933
1254
|
type: {
|
|
934
1255
|
name: "String"
|
|
935
1256
|
}
|
|
@@ -937,34 +1258,93 @@ export var OperationListResult = {
|
|
|
937
1258
|
}
|
|
938
1259
|
}
|
|
939
1260
|
};
|
|
940
|
-
export
|
|
941
|
-
serializedName: "EntityListResult",
|
|
1261
|
+
export const EntityHierarchyItem = {
|
|
942
1262
|
type: {
|
|
943
1263
|
name: "Composite",
|
|
944
|
-
className: "
|
|
1264
|
+
className: "EntityHierarchyItem",
|
|
945
1265
|
modelProperties: {
|
|
946
|
-
|
|
947
|
-
serializedName: "",
|
|
1266
|
+
id: {
|
|
1267
|
+
serializedName: "id",
|
|
1268
|
+
readOnly: true,
|
|
1269
|
+
type: {
|
|
1270
|
+
name: "String"
|
|
1271
|
+
}
|
|
1272
|
+
},
|
|
1273
|
+
type: {
|
|
1274
|
+
serializedName: "type",
|
|
1275
|
+
readOnly: true,
|
|
1276
|
+
type: {
|
|
1277
|
+
name: "String"
|
|
1278
|
+
}
|
|
1279
|
+
},
|
|
1280
|
+
name: {
|
|
1281
|
+
serializedName: "name",
|
|
1282
|
+
readOnly: true,
|
|
1283
|
+
type: {
|
|
1284
|
+
name: "String"
|
|
1285
|
+
}
|
|
1286
|
+
},
|
|
1287
|
+
displayName: {
|
|
1288
|
+
serializedName: "properties.displayName",
|
|
1289
|
+
type: {
|
|
1290
|
+
name: "String"
|
|
1291
|
+
}
|
|
1292
|
+
},
|
|
1293
|
+
permissions: {
|
|
1294
|
+
serializedName: "properties.permissions",
|
|
1295
|
+
type: {
|
|
1296
|
+
name: "String"
|
|
1297
|
+
}
|
|
1298
|
+
},
|
|
1299
|
+
children: {
|
|
1300
|
+
serializedName: "properties.children",
|
|
1301
|
+
nullable: true,
|
|
948
1302
|
type: {
|
|
949
1303
|
name: "Sequence",
|
|
950
1304
|
element: {
|
|
951
1305
|
type: {
|
|
952
1306
|
name: "Composite",
|
|
953
|
-
className: "
|
|
1307
|
+
className: "EntityHierarchyItem"
|
|
954
1308
|
}
|
|
955
1309
|
}
|
|
956
1310
|
}
|
|
1311
|
+
}
|
|
1312
|
+
}
|
|
1313
|
+
}
|
|
1314
|
+
};
|
|
1315
|
+
export const ManagementGroupsCreateOrUpdateHeaders = {
|
|
1316
|
+
type: {
|
|
1317
|
+
name: "Composite",
|
|
1318
|
+
className: "ManagementGroupsCreateOrUpdateHeaders",
|
|
1319
|
+
modelProperties: {
|
|
1320
|
+
location: {
|
|
1321
|
+
serializedName: "location",
|
|
1322
|
+
type: {
|
|
1323
|
+
name: "String"
|
|
1324
|
+
}
|
|
957
1325
|
},
|
|
958
|
-
|
|
959
|
-
|
|
960
|
-
serializedName: "count",
|
|
1326
|
+
azureAsyncOperation: {
|
|
1327
|
+
serializedName: "azure-asyncoperation",
|
|
961
1328
|
type: {
|
|
962
|
-
name: "
|
|
1329
|
+
name: "String"
|
|
1330
|
+
}
|
|
1331
|
+
}
|
|
1332
|
+
}
|
|
1333
|
+
}
|
|
1334
|
+
};
|
|
1335
|
+
export const ManagementGroupsDeleteHeaders = {
|
|
1336
|
+
type: {
|
|
1337
|
+
name: "Composite",
|
|
1338
|
+
className: "ManagementGroupsDeleteHeaders",
|
|
1339
|
+
modelProperties: {
|
|
1340
|
+
location: {
|
|
1341
|
+
serializedName: "location",
|
|
1342
|
+
type: {
|
|
1343
|
+
name: "String"
|
|
963
1344
|
}
|
|
964
1345
|
},
|
|
965
|
-
|
|
966
|
-
|
|
967
|
-
serializedName: "nextLink",
|
|
1346
|
+
azureAsyncOperation: {
|
|
1347
|
+
serializedName: "azure-asyncoperation",
|
|
968
1348
|
type: {
|
|
969
1349
|
name: "String"
|
|
970
1350
|
}
|