Compute/Microsoft.WindowsAzure.Commands.ServiceManagement.Preview.format.ps1xml

<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
  <ViewDefinitions>
    <View>
      <Name>Microsoft.WindowsAzure.Commands.Compute.Automation.Models.PSArgument</Name>
      <ViewSelectedBy>
        <TypeName>Microsoft.WindowsAzure.Commands.Compute.Automation.Models.PSArgument</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Name</Label>
                <PropertyName>Name</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Type</Label>
                <PropertyName>Type</PropertyName>
              </ListItem>
              <ListItem>
                <Label>Value</Label>
                <ScriptBlock>
                  ConvertTo-Json $_.Value
                </ScriptBlock>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
  </ViewDefinitions>
</Configuration>