Commands.Profile/Models/Microsoft.VaaS.PowerShell.Profile.Models.ps1xml

<?xml version="1.0" encoding="utf-8" ?>
<Configuration>
  <ViewDefinitions>
    <View>
      <Name>Microsoft.VaaS.PowerShell.Profile.Models.PSVaaSProfile</Name>
      <ViewSelectedBy>
        <TypeName>Microsoft.VaaS.PowerShell.Profile.Models.PSVaaSProfile</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <Label>Account</Label>
                <ScriptBlock>$_.Context.Account.ToString()</ScriptBlock>
              </ListItem>
              <ListItem>
                <Label>TenantId</Label>
                <ScriptBlock>$_.Context.Tenant.ToString()</ScriptBlock>
              </ListItem>
              <ListItem>
                <Label>ApplicationId</Label>
                <ScriptBlock>$_.Context.Account.ClientId.ToString()</ScriptBlock>
              </ListItem>
              <ListItem>
                <Label>ApplicationUri</Label>
                <ScriptBlock>$_.Context.Account.ClientUri.ToString()</ScriptBlock>
              </ListItem>
              <ListItem>
                <Label>ResourceId</Label>
                <ScriptBlock>$_.Context.Account.ResourceId.ToString()</ScriptBlock>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <View>
      <Name>Microsoft.VaaS.PowerShell.Profile.Models.PSVaaSContext</Name>
      <ViewSelectedBy>
        <TypeName>Microsoft.VaaS.PowerShell.Profile.Models.PSVaaSContext</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <PropertyName>Account</PropertyName>
              </ListItem>
              <ListItem>
                <Label>TenantId</Label>
                <ScriptBlock>$_.Tenant.ToString()</ScriptBlock>
              </ListItem>
              <ListItem>
                <PropertyName>TenantServiceBaseUri</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
    <View>
      <Name>Microsoft.VaaS.PowerShell.Profile.Models.PSVaaSTenant</Name>
      <ViewSelectedBy>
        <TypeName>Microsoft.VaaS.PowerShell.Profile.Models.PSVaaSTenant</TypeName>
      </ViewSelectedBy>
      <ListControl>
        <ListEntries>
          <ListEntry>
            <ListItems>
              <ListItem>
                <PropertyName>TenantId</PropertyName>
              </ListItem>
              <ListItem>
                <PropertyName>Domain</PropertyName>
              </ListItem>
            </ListItems>
          </ListEntry>
        </ListEntries>
      </ListControl>
    </View>
  </ViewDefinitions>
</Configuration>