Skip to content

Commit 3b41de4

Browse files
committed
Update Format Files
1 parent 3045498 commit 3b41de4

File tree

1 file changed

+122
-2
lines changed

1 file changed

+122
-2
lines changed

src/CLU/Microsoft.Azure.Commands.Compute/Microsoft.Azure.Commands.Compute.format.ps1xml

Lines changed: 122 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -636,7 +636,128 @@
636636
</ListEntries>
637637
</ListControl>
638638
</View>
639-
639+
<View>
640+
<Name>Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet</Name>
641+
<ViewSelectedBy>
642+
<TypeName>Microsoft.Azure.Commands.Compute.Models.PSAvailabilitySet</TypeName>
643+
</ViewSelectedBy>
644+
<ListControl>
645+
<ListEntries>
646+
<ListEntry>
647+
<ListItems>
648+
<ListItem>
649+
<Label>ResourceGroupName</Label>
650+
<PropertyName>ResourceGroupName</PropertyName>
651+
</ListItem>
652+
<ListItem>
653+
<Label>Id</Label>
654+
<PropertyName>Id</PropertyName>
655+
</ListItem>
656+
<ListItem>
657+
<Label>Name</Label>
658+
<PropertyName>Name</PropertyName>
659+
</ListItem>
660+
<ListItem>
661+
<Label>Type</Label>
662+
<PropertyName>Type</PropertyName>
663+
</ListItem>
664+
<ListItem>
665+
<Label>Location</Label>
666+
<PropertyName>Location</PropertyName>
667+
</ListItem>
668+
<ListItem>
669+
<Label>Tags</Label>
670+
<PropertyName>TagsText</PropertyName>
671+
</ListItem>
672+
<ListItem>
673+
<Label>PlatformFaultDomainCount</Label>
674+
<PropertyName>PlatformFaultDomainCount</PropertyName>
675+
</ListItem>
676+
<ListItem>
677+
<Label>PlatformUpdateDomainCount</Label>
678+
<PropertyName>PlatformUpdateDomainCount</PropertyName>
679+
</ListItem>
680+
<ListItem>
681+
<Label>Statuses</Label>
682+
<PropertyName>StatusesText</PropertyName>
683+
</ListItem>
684+
<ListItem>
685+
<Label>VirtualMachinesReferences</Label>
686+
<PropertyName>VirtualMachinesReferencesText</PropertyName>
687+
</ListItem>
688+
</ListItems>
689+
</ListEntry>
690+
</ListEntries>
691+
</ListControl>
692+
</View>
693+
<View>
694+
<Name>Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize</Name>
695+
<ViewSelectedBy>
696+
<TypeName>Microsoft.Azure.Commands.Compute.Models.PSVirtualMachineSize</TypeName>
697+
</ViewSelectedBy>
698+
<ListControl>
699+
<ListEntries>
700+
<ListEntry>
701+
<ListItems>
702+
<ListItem>
703+
<Label>MaxDataDiskCount</Label>
704+
<PropertyName>MaxDataDiskCount</PropertyName>
705+
</ListItem>
706+
<ListItem>
707+
<Label>MemoryInMB</Label>
708+
<PropertyName>MemoryInMB</PropertyName>
709+
</ListItem>
710+
<ListItem>
711+
<Label>Name</Label>
712+
<PropertyName>Name</PropertyName>
713+
</ListItem>
714+
<ListItem>
715+
<Label>NumberOfCores</Label>
716+
<PropertyName>NumberOfCores</PropertyName>
717+
</ListItem>
718+
<ListItem>
719+
<Label>OSDiskSizeInMB</Label>
720+
<PropertyName>OSDiskSizeInMB</PropertyName>
721+
</ListItem>
722+
<ListItem>
723+
<Label>ResourceDiskSizeInMB</Label>
724+
<PropertyName>ResourceDiskSizeInMB</PropertyName>
725+
</ListItem>
726+
</ListItems>
727+
</ListEntry>
728+
</ListEntries>
729+
</ListControl>
730+
</View>
731+
<View>
732+
<Name>Microsoft.Azure.Commands.Compute.Models.PSUsage</Name>
733+
<ViewSelectedBy>
734+
<TypeName>Microsoft.Azure.Commands.Compute.Models.PSUsage</TypeName>
735+
</ViewSelectedBy>
736+
<ListControl>
737+
<ListEntries>
738+
<ListEntry>
739+
<ListItems>
740+
<ListItem>
741+
<Label>CurrentValue</Label>
742+
<PropertyName>CurrentValue</PropertyName>
743+
</ListItem>
744+
<ListItem>
745+
<Label>Limit</Label>
746+
<PropertyName>Limit</PropertyName>
747+
</ListItem>
748+
<ListItem>
749+
<Label>Name</Label>
750+
<PropertyName>NameText</PropertyName>
751+
</ListItem>
752+
<ListItem>
753+
<Label>Unit</Label>
754+
<PropertyName>UnitText</PropertyName>
755+
</ListItem>
756+
</ListItems>
757+
</ListEntry>
758+
</ListEntries>
759+
</ListControl>
760+
</View>
640761
<View>
641762
<Name>Microsoft.Azure.Commands.Compute.Models.PSVirtualMachine</Name>
642763
<ViewSelectedBy>
@@ -723,6 +844,5 @@
723844
</ListEntries>
724845
</ListControl>
725846
</View>
726-
727847
</ViewDefinitions>
728848
</Configuration>

0 commit comments

Comments
 (0)