Skip to content

Commit 3e1c180

Browse files
committed
Azure#1779 Fix display issue for subscription with extended details
1 parent f4cc6e3 commit 3e1c180

File tree

1 file changed

+114
-0
lines changed

1 file changed

+114
-0
lines changed

src/ServiceManagement/Profile/Commands.Profile/Microsoft.WindowsAzure.Commands.Profile.format.ps1xml

Lines changed: 114 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -84,5 +84,119 @@
8484
</ListEntries>
8585
</ListControl>
8686
</View>
87+
<View>
88+
<Name>Microsoft.WindowsAzure.Commands.Profile.Models.PSAzureSubscriptionExtended</Name>
89+
<ViewSelectedBy>
90+
<TypeName>Microsoft.WindowsAzure.Commands.Profile.Models.PSAzureSubscriptionExtended</TypeName>
91+
</ViewSelectedBy>
92+
<ListControl>
93+
<ListEntries>
94+
<ListEntry>
95+
<ListItems>
96+
<ListItem>
97+
<PropertyName>ActiveDirectoryUserId</PropertyName>
98+
</ListItem>
99+
<ListItem>
100+
<PropertyName>Account</PropertyName>
101+
</ListItem>
102+
<ListItem>
103+
<PropertyName>Certificate</PropertyName>
104+
</ListItem>
105+
<ListItem>
106+
<PropertyName>AccountAdminLiveEmailId</PropertyName>
107+
</ListItem>
108+
<ListItem>
109+
<PropertyName>CurrentCoreCount</PropertyName>
110+
</ListItem>
111+
<ListItem>
112+
<PropertyName>CurrentHostedServices</PropertyName>
113+
</ListItem>
114+
<ListItem>
115+
<PropertyName>CurrentDnsServers</PropertyName>
116+
</ListItem>
117+
<ListItem>
118+
<PropertyName>CurrentLocalNetworkSites</PropertyName>
119+
</ListItem>
120+
<ListItem>
121+
<PropertyName>CurrentVirtualNetworkSites</PropertyName>
122+
</ListItem>
123+
<ListItem>
124+
<PropertyName>CurrentStorageAccounts</PropertyName>
125+
</ListItem>
126+
<ListItem>
127+
<PropertyName>MaxCoreCount</PropertyName>
128+
</ListItem>
129+
<ListItem>
130+
<PropertyName>MaxDnsServers</PropertyName>
131+
</ListItem>
132+
<ListItem>
133+
<PropertyName>MaxHostedServices</PropertyName>
134+
</ListItem>
135+
<ListItem>
136+
<PropertyName>MaxLocalNetworkSites</PropertyName>
137+
</ListItem>
138+
<ListItem>
139+
<PropertyName>MaxVirtualNetworkSites</PropertyName>
140+
</ListItem>
141+
<ListItem>
142+
<PropertyName>MaxStorageAccounts</PropertyName>
143+
</ListItem>
144+
<ListItem>
145+
<PropertyName>ServiceAdminLiveEmailId</PropertyName>
146+
</ListItem>
147+
<ListItem>
148+
<PropertyName>SubscriptionRealName</PropertyName>
149+
</ListItem>
150+
<ListItem>
151+
<PropertyName>SubscriptionStatus</PropertyName>
152+
</ListItem>
153+
<ListItem>
154+
<PropertyName>OperationDescription</PropertyName>
155+
</ListItem>
156+
<ListItem>
157+
<PropertyName>OperationId</PropertyName>
158+
</ListItem>
159+
<ListItem>
160+
<PropertyName>OperationStatus</PropertyName>
161+
</ListItem>
162+
<ListItem>
163+
<PropertyName>ServiceEndpoint</PropertyName>
164+
</ListItem>
165+
<ListItem>
166+
<PropertyName>ResourceManagerEndpoint</PropertyName>
167+
</ListItem>
168+
<ListItem>
169+
<PropertyName>GalleryEndpoint</PropertyName>
170+
</ListItem>
171+
<ListItem>
172+
<PropertyName>SubscriptionId</PropertyName>
173+
</ListItem>
174+
<ListItem>
175+
<PropertyName>SubscriptionName</PropertyName>
176+
</ListItem>
177+
<ListItem>
178+
<PropertyName>Environment</PropertyName>
179+
</ListItem>
180+
<ListItem>
181+
<PropertyName>DefaultAccount</PropertyName>
182+
</ListItem>
183+
<ListItem>
184+
<PropertyName>IsDefault</PropertyName>
185+
</ListItem>
186+
<ListItem>
187+
<PropertyName>IsCurrent</PropertyName>
188+
</ListItem>
189+
<ListItem>
190+
<PropertyName>TenantId</PropertyName>
191+
</ListItem>
192+
<ListItem>
193+
<Label>CurrentStorageAccountName</Label>
194+
<ScriptBlock>$_.GetAccountName()</ScriptBlock>
195+
</ListItem>
196+
</ListItems>
197+
</ListEntry>
198+
</ListEntries>
199+
</ListControl>
200+
</View>
87201
</ViewDefinitions>
88202
</Configuration>

0 commit comments

Comments
 (0)