Skip to content

Commit b25255c

Browse files
committed
Merge pull request #5 from TianoMS/MoveRG
Fix output format.
2 parents 04d10f7 + c8df584 commit b25255c

File tree

1 file changed

+58
-8
lines changed

1 file changed

+58
-8
lines changed

src/ResourceManager/Resources/Commands.ResourceManager/Cmdlets/Microsoft.Azure.Commands.ResourceManager.Cmdlets.format.ps1xml

Lines changed: 58 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
</ListControl>
3333
</View>
3434
<View>
35-
<Name>Microsoft.Azure.Commands.Resources.Models.PSResourceManagerError</Name>
35+
<Name>Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError</Name>
3636
<ViewSelectedBy>
37-
<TypeName>Microsoft.Azure.Commands.Resources.Models.PSResourceManagerError</TypeName>
37+
<TypeName>Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceManagerError</TypeName>
3838
</ViewSelectedBy>
3939
<ListControl>
4040
<ListEntries>
@@ -58,9 +58,9 @@
5858
</ListControl>
5959
</View>
6060
<View>
61-
<Name>Microsoft.Azure.Commands.Resources.Models.PSResourceProviderLocation</Name>
61+
<Name>Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderLocation</Name>
6262
<ViewSelectedBy>
63-
<TypeName>Microsoft.Azure.Commands.Resources.Models.PSResourceProviderLocation</TypeName>
63+
<TypeName>Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderLocation</TypeName>
6464
</ViewSelectedBy>
6565
<ListControl>
6666
<ListEntries>
@@ -134,9 +134,9 @@
134134
</ListControl>
135135
</View>
136136
<View>
137-
<Name>Microsoft.Azure.Commands.Resources.Models.PSResourceGroup</Name>
137+
<Name>Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup</Name>
138138
<ViewSelectedBy>
139-
<TypeName>Microsoft.Azure.Commands.Resources.Models.PSResourceGroup</TypeName>
139+
<TypeName>Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroup</TypeName>
140140
</ViewSelectedBy>
141141
<ListControl>
142142
<ListEntries>
@@ -232,9 +232,59 @@
232232
</ListControl>
233233
</View>
234234
<View>
235-
<Name>Microsoft.Azure.Commands.Resources.Models.PSResourceProviderType</Name>
235+
<Name>Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment</Name>
236236
<ViewSelectedBy>
237-
<TypeName>Microsoft.Azure.Commands.Resources.Models.PSResourceProviderType</TypeName>
237+
<TypeName>Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceGroupDeployment</TypeName>
238+
</ViewSelectedBy>
239+
<ListControl>
240+
<ListEntries>
241+
<ListEntry>
242+
<ListItems>
243+
<ListItem>
244+
<Label>DeploymentName</Label>
245+
<PropertyName>DeploymentName</PropertyName>
246+
</ListItem>
247+
<ListItem>
248+
<Label>ResourceGroupName</Label>
249+
<PropertyName>ResourceGroupName</PropertyName>
250+
</ListItem>
251+
<ListItem>
252+
<Label>ProvisioningState</Label>
253+
<PropertyName>ProvisioningState</PropertyName>
254+
</ListItem>
255+
<ListItem>
256+
<Label>Timestamp</Label>
257+
<PropertyName>Timestamp</PropertyName>
258+
</ListItem>
259+
<ListItem>
260+
<Label>Mode</Label>
261+
<PropertyName>Mode</PropertyName>
262+
</ListItem>
263+
<ListItem>
264+
<Label>TemplateLink</Label>
265+
<PropertyName>TemplateLinkString</PropertyName>
266+
</ListItem>
267+
<ListItem>
268+
<Label>Parameters</Label>
269+
<PropertyName>ParametersString</PropertyName>
270+
</ListItem>
271+
<ListItem>
272+
<Label>Outputs</Label>
273+
<PropertyName>OutputsString</PropertyName>
274+
</ListItem>
275+
<ListItem>
276+
<Label>DeploymentDebugLogLevel</Label>
277+
<PropertyName>DeploymentDebugLogLevel</PropertyName>
278+
</ListItem>
279+
</ListItems>
280+
</ListEntry>
281+
</ListEntries>
282+
</ListControl>
283+
</View>
284+
<View>
285+
<Name>Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderType</Name>
286+
<ViewSelectedBy>
287+
<TypeName>Microsoft.Azure.Commands.ResourceManager.Cmdlets.SdkModels.PSResourceProviderType</TypeName>
238288
</ViewSelectedBy>
239289
<TableControl>
240290
<TableHeaders>

0 commit comments

Comments
 (0)