|
1 | 1 | <?xml version="1.0" encoding="utf-8" ?>
|
2 | 2 | <Configuration>
|
3 | 3 | <ViewDefinitions>
|
4 |
| - <View> |
5 |
| - <Name>Microsoft.Azure.Commands.Profile.Models.PSAzureProfile</Name> |
| 4 | + <View> |
| 5 | + <Name>Microsoft.Azure.Commands.Models.PSAzureProfile</Name> |
6 | 6 | <ViewSelectedBy>
|
7 |
| - <TypeName>Microsoft.Azure.Commands.Profile.Models.PSAzureProfile</TypeName> |
| 7 | + <TypeName>Microsoft.Azure.Commands.Models.PSAzureProfile</TypeName> |
8 | 8 | </ViewSelectedBy>
|
9 | 9 | <ListControl>
|
10 | 10 | <ListEntries>
|
11 | 11 | <ListEntry>
|
12 | 12 | <ListItems>
|
13 | 13 | <ListItem>
|
14 | 14 | <Label>Context</Label>
|
15 |
| - |
16 | 15 | <Property>Context</Property>
|
17 | 16 | </ListItem>
|
18 |
| - </ListItems> |
| 17 | + <ListItem> |
| 18 | + <Label>Environments</Label> |
| 19 | + <Property>EnvironmentNames</Property> |
| 20 | + </ListItem> |
| 21 | + </ListItems> |
19 | 22 | </ListEntry>
|
20 | 23 | </ListEntries>
|
21 | 24 | </ListControl>
|
22 |
| - </View> |
| 25 | + </View>--> |
23 | 26 | <View>
|
24 |
| - <Name>Microsoft.Azure.Commands.Profile.Models.PSAzureContext</Name> |
| 27 | + <Name>Microsoft.Azure.Commands.Models.PSAzureContext</Name> |
25 | 28 | <ViewSelectedBy>
|
26 |
| - <TypeName>Microsoft.Azure.Commands.Profile.Models.PSAzureContext</TypeName> |
| 29 | + <TypeName>Microsoft.Azure.Commands.Models.PSAzureContext</TypeName> |
27 | 30 | </ViewSelectedBy>
|
28 | 31 | <ListControl>
|
29 | 32 | <ListEntries>
|
30 | 33 | <ListEntry>
|
31 | 34 | <ListItems>
|
32 | 35 | <ListItem>
|
| 36 | + <Label>Environment</Label> |
33 | 37 | <PropertyName>Environment</PropertyName>
|
34 | 38 | </ListItem>
|
35 | 39 | <ListItem>
|
| 40 | + <Label>Account</Label> |
36 | 41 | <PropertyName>Account</PropertyName>
|
37 | 42 | </ListItem>
|
38 | 43 | <ListItem>
|
39 | 44 | <Label>TenantId</Label>
|
40 |
| - <Property>Tenant</Property> |
| 45 | + <PropertyName>Tenant</PropertyName> |
41 | 46 | </ListItem>
|
42 | 47 | <ListItem>
|
43 | 48 | <Label>SubscriptionId</Label>
|
44 |
| - <Property>Subscription</Property> |
| 49 | + <PropertyName>Subscription</PropertyName> |
45 | 50 | </ListItem>
|
46 | 51 | </ListItems>
|
47 | 52 | </ListEntry>
|
48 | 53 | </ListEntries>
|
49 | 54 | </ListControl>
|
50 | 55 | </View>
|
51 | 56 | <View>
|
52 |
| - <Name>Microsoft.Azure.Commands.Profile.Models.PSAzureSubscription</Name> |
| 57 | + <Name>Microsoft.Azure.Commands.Models.PSAzureSubscription</Name> |
53 | 58 | <ViewSelectedBy>
|
54 |
| - <TypeName>Microsoft.Azure.Commands.Profile.Models.PSAzureSubscription</TypeName> |
| 59 | + <TypeName>Microsoft.Azure.Commands.Models.PSAzureSubscription</TypeName> |
55 | 60 | </ViewSelectedBy>
|
56 | 61 | <ListControl>
|
57 | 62 | <ListEntries>
|
|
75 | 80 | </ListControl>
|
76 | 81 | </View>
|
77 | 82 | <View>
|
78 |
| - <Name>Microsoft.Azure.Commands.Profile.Models.PSAzureTenant</Name> |
| 83 | + <Name>Microsoft.Azure.Commands.Models.PSAzureTenant</Name> |
79 | 84 | <ViewSelectedBy>
|
80 |
| - <TypeName>Microsoft.Azure.Commands.Profile.Models.PSAzureTenant</TypeName> |
| 85 | + <TypeName>Microsoft.Azure.Commands.Models.PSAzureTenant</TypeName> |
81 | 86 | </ViewSelectedBy>
|
82 | 87 | <ListControl>
|
83 | 88 | <ListEntries>
|
|
94 | 99 | </ListEntries>
|
95 | 100 | </ListControl>
|
96 | 101 | </View>
|
| 102 | + <View> |
| 103 | + <Name>Microsoft.Azure.Commands.Models.PSAzureEnvironment</Name> |
| 104 | + <ViewSelectedBy> |
| 105 | + <TypeName>Microsoft.Azure.Commands.Models.PSAzureEnvironment</TypeName> |
| 106 | + </ViewSelectedBy> |
| 107 | + <ListControl> |
| 108 | + <ListEntries> |
| 109 | + <ListEntry> |
| 110 | + <ListItems> |
| 111 | + <ListItem> |
| 112 | + <PropertyName>Name</PropertyName> |
| 113 | + </ListItem> |
| 114 | + <ListItem> |
| 115 | + <Label>ActiveDirectory</Label> |
| 116 | + <Property>ActiveDirectoryAuthority</Property> |
| 117 | + </ListItem> |
| 118 | + <ListItem> |
| 119 | + <Label>ResourceManager</Label> |
| 120 | + <Property>ResourceManagerUrl</Property> |
| 121 | + </ListItem> |
| 122 | + <ListItem> |
| 123 | + <Label>Graph</Label> |
| 124 | + <Property>GraphUrl</Property> |
| 125 | + </ListItem> |
| 126 | + <ListItem> |
| 127 | + <Label>Gallery</Label> |
| 128 | + <Property>GalleryUrl</Property> |
| 129 | + </ListItem> |
| 130 | + <ListItem> |
| 131 | + <Label>DefaultTenant</Label> |
| 132 | + <Property>AdTenant</Property> |
| 133 | + </ListItem> |
| 134 | + <ListItem> |
| 135 | + <Label>TokenAudience</Label> |
| 136 | + <Property>ActiveDirectoryServiceEndpointResourceId</Property> |
| 137 | + </ListItem> |
| 138 | + <ListItem> |
| 139 | + <Label>KeyVaultAudience</Label> |
| 140 | + <Property>AzureKeyVaultServiceEndpointResourceId</Property> |
| 141 | + </ListItem> |
| 142 | + <ListItem> |
| 143 | + <Label>KeyVaultSuffix</Label> |
| 144 | + <Property>AzureKeyVaultDnsSuffix</Property> |
| 145 | + </ListItem> |
| 146 | + <ListItem> |
| 147 | + <Label>ADFS</Label> |
| 148 | + <Property>EnableAdfsAuthentication</Property> |
| 149 | + </ListItem> |
| 150 | + </ListItems> |
| 151 | + </ListEntry> |
| 152 | + </ListEntries> |
| 153 | + </ListControl> |
| 154 | + </View> |
97 | 155 | </ViewDefinitions>
|
98 | 156 | </Configuration>
|
0 commit comments