Views/Get-AzBluePrint.ps1xml
<?xml version="1.0" encoding="utf-8" ?>
<Configuration> <SelectionSets> <SelectionSet> <Name>default</Name> <Types> <TypeName>BenTaylorWork.Az.BluePrint</TypeName> </Types> </SelectionSet> </SelectionSets> <ViewDefinitions> <View> <Name>default</Name> <ViewSelectedBy> <TypeName>BenTaylorWork.Az.BluePrint</TypeName> </ViewSelectedBy> <TableControl> <TableHeaders> <TableColumnHeader> <Width>35</Width> </TableColumnHeader> <TableColumnHeader> <Label>targetScope</Label> </TableColumnHeader> <TableColumnHeader> <Label>timeCreated</Label> </TableColumnHeader> <TableColumnHeader> <Label>lastModified</Label> </TableColumnHeader> </TableHeaders> <TableRowEntries> <TableRowEntry> <TableColumnItems> <TableColumnItem> <PropertyName>name</PropertyName> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.properties.targetScope</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.properties.status.timeCreated</ScriptBlock> </TableColumnItem> <TableColumnItem> <ScriptBlock>$_.properties.status.lastModified</ScriptBlock> </TableColumnItem> </TableColumnItems> </TableRowEntry> </TableRowEntries> </TableControl> </View> </ViewDefinitions> </Configuration> |