Skip to content

Commit

Permalink
Merge pull request #5 from TianoMS/MoveRG
Browse files Browse the repository at this point in the history
Fix output format.
  • Loading branch information
vivsriaus committed May 13, 2016
2 parents 04d10f7 + c8df584 commit b25255c
Showing 1 changed file with 58 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@
</ListControl>
</View>
<View>
<Name>Microsoft.Azure.Commands.Resources.Models.PSResourceManagerError</Name>
<Name>Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError</Name>
<ViewSelectedBy>
<TypeName>Microsoft.Azure.Commands.Resources.Models.PSResourceManagerError</TypeName>
<TypeName>Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError</TypeName>
</ViewSelectedBy>
<ListControl>
<ListEntries>
Expand All @@ -58,9 +58,9 @@
</ListControl>
</View>
<View>
<Name>Microsoft.Azure.Commands.Resources.Models.PSResourceProviderLocation</Name>
<Name>Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderLocation</Name>
<ViewSelectedBy>
<TypeName>Microsoft.Azure.Commands.Resources.Models.PSResourceProviderLocation</TypeName>
<TypeName>Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderLocation</TypeName>
</ViewSelectedBy>
<ListControl>
<ListEntries>
Expand Down Expand Up @@ -134,9 +134,9 @@
</ListControl>
</View>
<View>
<Name>Microsoft.Azure.Commands.Resources.Models.PSResourceGroup</Name>
<Name>Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup</Name>
<ViewSelectedBy>
<TypeName>Microsoft.Azure.Commands.Resources.Models.PSResourceGroup</TypeName>
<TypeName>Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup</TypeName>
</ViewSelectedBy>
<ListControl>
<ListEntries>
Expand Down Expand Up @@ -232,9 +232,59 @@
</ListControl>
</View>
<View>
<Name>Microsoft.Azure.Commands.Resources.Models.PSResourceProviderType</Name>
<Name>Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment</Name>
<ViewSelectedBy>
<TypeName>Microsoft.Azure.Commands.Resources.Models.PSResourceProviderType</TypeName>
<TypeName>Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment</TypeName>
</ViewSelectedBy>
<ListControl>
<ListEntries>
<ListEntry>
<ListItems>
<ListItem>
<Label>DeploymentName</Label>
<PropertyName>DeploymentName</PropertyName>
</ListItem>
<ListItem>
<Label>ResourceGroupName</Label>
<PropertyName>ResourceGroupName</PropertyName>
</ListItem>
<ListItem>
<Label>ProvisioningState</Label>
<PropertyName>ProvisioningState</PropertyName>
</ListItem>
<ListItem>
<Label>Timestamp</Label>
<PropertyName>Timestamp</PropertyName>
</ListItem>
<ListItem>
<Label>Mode</Label>
<PropertyName>Mode</PropertyName>
</ListItem>
<ListItem>
<Label>TemplateLink</Label>
<PropertyName>TemplateLinkString</PropertyName>
</ListItem>
<ListItem>
<Label>Parameters</Label>
<PropertyName>ParametersString</PropertyName>
</ListItem>
<ListItem>
<Label>Outputs</Label>
<PropertyName>OutputsString</PropertyName>
</ListItem>
<ListItem>
<Label>DeploymentDebugLogLevel</Label>
<PropertyName>DeploymentDebugLogLevel</PropertyName>
</ListItem>
</ListItems>
</ListEntry>
</ListEntries>
</ListControl>
</View>
<View>
<Name>Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderType</Name>
<ViewSelectedBy>
<TypeName>Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderType</TypeName>
</ViewSelectedBy>
<TableControl>
<TableHeaders>
Expand Down

0 comments on commit b25255c

Please sign in to comment.