1
- <?xml version =" 1.0" ?>
1
+ <?xml version =" 1.0" encoding = " utf-8 " ?>
2
2
<Configuration >
3
3
<ViewDefinitions >
4
4
<View >
5
- <Name >Microsoft.Azure.Commands.Profile.Models.PSAzureEnvironment </Name >
5
+ <Name >Microsoft.Azure.Commands.Profile.Models.Core.PSAzureProfile </Name >
6
6
<ViewSelectedBy >
7
- <TypeName >Microsoft.Azure.Commands.Profile.Models.PSAzureEnvironment </TypeName >
7
+ <TypeName >Microsoft.Azure.Commands.Profile.Models.Core.PSAzureProfile </TypeName >
8
8
</ViewSelectedBy >
9
9
<TableControl >
10
10
<TableHeaders >
11
11
<TableColumnHeader >
12
12
<Alignment >Left</Alignment >
13
- <Label >Name </Label >
13
+ <Label >Account </Label >
14
14
</TableColumnHeader >
15
15
<TableColumnHeader >
16
16
<Alignment >Left</Alignment >
17
- <Label >Resource Manager Url </Label >
17
+ <Label >SubscriptionName </Label >
18
18
</TableColumnHeader >
19
19
<TableColumnHeader >
20
20
<Alignment >Left</Alignment >
21
- <Label >ActiveDirectory Authority </Label >
21
+ <Label >TenantId </Label >
22
22
</TableColumnHeader >
23
23
<TableColumnHeader >
24
24
<Alignment >Left</Alignment >
25
- <Label >Type </Label >
25
+ <Label >Environment </Label >
26
26
</TableColumnHeader >
27
27
</TableHeaders >
28
28
<TableRowEntries >
29
29
<TableRowEntry >
30
30
<TableColumnItems >
31
31
<TableColumnItem >
32
32
<Alignment >Left</Alignment >
33
- <PropertyName >Name</ PropertyName >
33
+ <ScriptBlock >$_.Context.Account.ToString()</ ScriptBlock >
34
34
</TableColumnItem >
35
35
<TableColumnItem >
36
36
<Alignment >Left</Alignment >
37
- <PropertyName >ResourceManagerUrl</ PropertyName >
37
+ <ScriptBlock >$_.Context.Subscription.Name</ ScriptBlock >
38
38
</TableColumnItem >
39
39
<TableColumnItem >
40
40
<Alignment >Left</Alignment >
41
- <PropertyName >ActiveDirectoryAuthority</ PropertyName >
41
+ <ScriptBlock >$_.Context.Tenant.ToString()</ ScriptBlock >
42
42
</TableColumnItem >
43
43
<TableColumnItem >
44
44
<Alignment >Left</Alignment >
45
- <PropertyName >Type</ PropertyName >
45
+ <ScriptBlock >$_.Context.Environment.ToString()</ ScriptBlock >
46
46
</TableColumnItem >
47
47
</TableColumnItems >
48
48
</TableRowEntry >
49
49
</TableRowEntries >
50
50
</TableControl >
51
51
</View >
52
52
<View >
53
- <Name >Microsoft.Azure.Commands.Profile.Models.PSAzureSubscription </Name >
53
+ <Name >Microsoft.Azure.Commands.Profile.Models.Core.PSAzureContext </Name >
54
54
<ViewSelectedBy >
55
- <TypeName >Microsoft.Azure.Commands.Profile.Models.PSAzureSubscription </TypeName >
55
+ <TypeName >Microsoft.Azure.Commands.Profile.Models.Core.PSAzureContext </TypeName >
56
56
</ViewSelectedBy >
57
57
<TableControl >
58
58
<TableHeaders >
59
59
<TableColumnHeader >
60
60
<Alignment >Left</Alignment >
61
- <Label >Name </Label >
61
+ <Label >SubscriptionName </Label >
62
62
</TableColumnHeader >
63
63
<TableColumnHeader >
64
64
<Alignment >Left</Alignment >
65
- <Label >Id </Label >
65
+ <Label >SubscriptionId </Label >
66
66
</TableColumnHeader >
67
67
<TableColumnHeader >
68
68
<Alignment >Left</Alignment >
69
- <Label >TenantId </Label >
69
+ <Label >Account </Label >
70
70
</TableColumnHeader >
71
71
<TableColumnHeader >
72
72
<Alignment >Left</Alignment >
73
- <Label >State </Label >
73
+ <Label >Environment </Label >
74
74
</TableColumnHeader >
75
75
</TableHeaders >
76
76
<TableRowEntries >
77
77
<TableRowEntry >
78
78
<TableColumnItems >
79
79
<TableColumnItem >
80
80
<Alignment >Left</Alignment >
81
- <PropertyName > Name</PropertyName >
82
- </TableColumnItem >
83
- <TableColumnItem >
84
- <Alignment >Left</Alignment >
85
- < PropertyName > Id</PropertyName >
86
- </TableColumnItem >
81
+ <ScriptBlock >$_.Subscription. Name</ScriptBlock >
82
+ </TableColumnItem >
83
+ <TableColumnItem >
84
+ <Alignment >Left</Alignment >
85
+ < ScriptBlock >$_.Subscription. Id</ScriptBlock >
86
+ </TableColumnItem >
87
87
<TableColumnItem >
88
88
<Alignment >Left</Alignment >
89
- <PropertyName >TenantId </PropertyName >
89
+ <PropertyName >Account </PropertyName >
90
90
</TableColumnItem >
91
91
<TableColumnItem >
92
92
<Alignment >Left</Alignment >
93
- <PropertyName >State </PropertyName >
93
+ <PropertyName >Environment </PropertyName >
94
94
</TableColumnItem >
95
95
</TableColumnItems >
96
96
</TableRowEntry >
97
97
</TableRowEntries >
98
98
</TableControl >
99
+ <GroupBy >
100
+ <ScriptBlock >$_.Tenant.Id</ScriptBlock >
101
+ <Label >TenantId</Label >
102
+ </GroupBy >
99
103
</View >
100
104
<View >
101
- <Name >Microsoft.Azure.Commands.Profile.Models.Core.PSAzureProfile </Name >
105
+ <Name >Microsoft.Azure.Commands.Profile.Models.PSAzureEnvironment </Name >
102
106
<ViewSelectedBy >
103
- <TypeName >Microsoft.Azure.Commands.Profile.Models.Core.PSAzureProfile </TypeName >
107
+ <TypeName >Microsoft.Azure.Commands.Profile.Models.PSAzureEnvironment </TypeName >
104
108
</ViewSelectedBy >
105
109
<TableControl >
106
110
<TableHeaders >
107
111
<TableColumnHeader >
108
112
<Alignment >Left</Alignment >
109
- <Label >Account</Label >
110
- </TableColumnHeader >
111
- <TableColumnHeader >
112
- <Alignment >Left</Alignment >
113
- <Label >SubscriptionName</Label >
113
+ <Label >Name</Label >
114
114
</TableColumnHeader >
115
115
<TableColumnHeader >
116
116
<Alignment >Left</Alignment >
117
- <Label >TenantId </Label >
117
+ <Label >Resource Manager Url </Label >
118
118
</TableColumnHeader >
119
119
<TableColumnHeader >
120
120
<Alignment >Left</Alignment >
121
- <Label >Environment </Label >
121
+ <Label >ActiveDirectory Authority </Label >
122
122
</TableColumnHeader >
123
123
</TableHeaders >
124
124
<TableRowEntries >
125
125
<TableRowEntry >
126
126
<TableColumnItems >
127
127
<TableColumnItem >
128
128
<Alignment >Left</Alignment >
129
- <ScriptBlock >$_.Context.Account.ToString()</ScriptBlock >
130
- </TableColumnItem >
131
- <TableColumnItem >
132
- <Alignment >Left</Alignment >
133
- <ScriptBlock >$_.Context.Subscription.Name</ScriptBlock >
129
+ <PropertyName >Name</PropertyName >
134
130
</TableColumnItem >
135
131
<TableColumnItem >
136
132
<Alignment >Left</Alignment >
137
- <ScriptBlock >$_.Context.Tenant.ToString()</ ScriptBlock >
133
+ <PropertyName >ResourceManagerUrl</ PropertyName >
138
134
</TableColumnItem >
139
135
<TableColumnItem >
140
136
<Alignment >Left</Alignment >
141
- <ScriptBlock >$_.Context.Environment.ToString()</ ScriptBlock >
137
+ <PropertyName >ActiveDirectoryAuthority</ PropertyName >
142
138
</TableColumnItem >
143
139
</TableColumnItems >
144
140
</TableRowEntry >
145
141
</TableRowEntries >
146
142
</TableControl >
147
143
</View >
148
144
<View >
149
- <Name >Microsoft.Azure.Commands.Profile.Models.Core.PSAzureContext </Name >
145
+ <Name >Microsoft.Azure.Commands.Profile.Models.PSAzureSubscription </Name >
150
146
<ViewSelectedBy >
151
- <TypeName >Microsoft.Azure.Commands.Profile.Models.Core.PSAzureContext </TypeName >
147
+ <TypeName >Microsoft.Azure.Commands.Profile.Models.PSAzureSubscription </TypeName >
152
148
</ViewSelectedBy >
153
149
<TableControl >
154
150
<TableHeaders >
155
151
<TableColumnHeader >
156
- <Width >40</Width >
157
152
<Alignment >Left</Alignment >
158
153
<Label >Name</Label >
159
154
</TableColumnHeader >
160
155
<TableColumnHeader >
161
156
<Alignment >Left</Alignment >
162
- <Label >Account</Label >
163
- </TableColumnHeader >
164
- <TableColumnHeader >
165
- <Alignment >Left</Alignment >
166
- <Label >SubscriptionName</Label >
167
- </TableColumnHeader >
168
- <TableColumnHeader >
169
- <Alignment >Left</Alignment >
170
- <Label >Environment</Label >
157
+ <Label >Id</Label >
171
158
</TableColumnHeader >
172
159
<TableColumnHeader >
173
160
<Alignment >Left</Alignment >
174
- <Label >TenantId </Label >
161
+ <Label >State </Label >
175
162
</TableColumnHeader >
176
163
</TableHeaders >
177
164
<TableRowEntries >
183
170
</TableColumnItem >
184
171
<TableColumnItem >
185
172
<Alignment >Left</Alignment >
186
- <PropertyName >Account</PropertyName >
187
- </TableColumnItem >
188
- <TableColumnItem >
189
- <Alignment >Left</Alignment >
190
- <ScriptBlock >$_.Subscription.Name</ScriptBlock >
191
- </TableColumnItem >
192
- <TableColumnItem >
193
- <Alignment >Left</Alignment >
194
- <PropertyName >Environment</PropertyName >
173
+ <PropertyName >Id</PropertyName >
195
174
</TableColumnItem >
196
175
<TableColumnItem >
197
176
<Alignment >Left</Alignment >
198
- <ScriptBlock >$_.Tenant.ToString()</ ScriptBlock >
177
+ <PropertyName >State</ PropertyName >
199
178
</TableColumnItem >
200
179
</TableColumnItems >
201
180
</TableRowEntry >
202
181
</TableRowEntries >
203
182
</TableControl >
183
+ <GroupBy >
184
+ <PropertyName >TenantId</PropertyName >
185
+ <Label >TenantId</Label >
186
+ </GroupBy >
204
187
</View >
205
188
<View >
206
189
<Name >Microsoft.Azure.Commands.Profile.Models.PSAzureTenant</Name >
211
194
<TableHeaders >
212
195
<TableColumnHeader >
213
196
<Alignment >Left</Alignment >
214
- <Label >Id </Label >
197
+ <Label >Name </Label >
215
198
</TableColumnHeader >
216
199
<TableColumnHeader >
217
200
<Alignment >Left</Alignment >
218
- <Label >Name </Label >
201
+ <Label >Id </Label >
219
202
</TableColumnHeader >
220
203
<TableColumnHeader >
221
204
<Alignment >Left</Alignment >
222
- <Label >Category </Label >
205
+ <Label >TenantCategory </Label >
223
206
</TableColumnHeader >
224
207
<TableColumnHeader >
225
208
<Alignment >Left</Alignment >
231
214
<TableColumnItems >
232
215
<TableColumnItem >
233
216
<Alignment >Left</Alignment >
234
- <PropertyName >Id </PropertyName >
217
+ <PropertyName >Name </PropertyName >
235
218
</TableColumnItem >
236
219
<TableColumnItem >
237
220
<Alignment >Left</Alignment >
238
- <ScriptBlock >$_.Name</ ScriptBlock >
221
+ <PropertyName >Id</ PropertyName >
239
222
</TableColumnItem >
240
223
<TableColumnItem >
241
224
<Alignment >Left</Alignment >
242
- <ScriptBlock >$_. TenantCategory</ScriptBlock >
225
+ <PropertyName > TenantCategory</PropertyName >
243
226
</TableColumnItem >
244
227
<TableColumnItem >
245
228
<Alignment >Left</Alignment >
246
- <ScriptBlock >$_. Domains</ScriptBlock >
229
+ <PropertyName > Domains</PropertyName >
247
230
</TableColumnItem >
248
231
</TableColumnItems >
249
232
</TableRowEntry >
250
233
</TableRowEntries >
251
234
</TableControl >
252
235
</View >
236
+ <View >
237
+ <Name >Microsoft.Azure.Commands.Profile.Models.PSHttpResponse</Name >
238
+ <ViewSelectedBy >
239
+ <TypeName >Microsoft.Azure.Commands.Profile.Models.PSHttpResponse</TypeName >
240
+ </ViewSelectedBy >
241
+ <ListControl >
242
+ <ListEntries >
243
+ <ListEntry >
244
+ <ListItems >
245
+ <ListItem >
246
+ <PropertyName >StatusCode</PropertyName >
247
+ <Label >StatusCode</Label >
248
+ </ListItem >
249
+ <ListItem >
250
+ <PropertyName >Content</PropertyName >
251
+ <Label >Content</Label >
252
+ </ListItem >
253
+ <ListItem >
254
+ <ScriptBlock >[Microsoft.Rest.HttpExtensions]::ToJson($_.Headers).ToString()</ScriptBlock >
255
+ <Label >Headers</Label >
256
+ </ListItem >
257
+ <ListItem >
258
+ <PropertyName >Method</PropertyName >
259
+ <Label >Method</Label >
260
+ </ListItem >
261
+ <ListItem >
262
+ <PropertyName >RequestUri</PropertyName >
263
+ <Label >RequestUri</Label >
264
+ </ListItem >
265
+ <ListItem >
266
+ <PropertyName >Version</PropertyName >
267
+ <Label >Version</Label >
268
+ </ListItem >
269
+ </ListItems >
270
+ </ListEntry >
271
+ </ListEntries >
272
+ </ListControl >
273
+ </View >
253
274
</ViewDefinitions >
254
275
</Configuration >
0 commit comments