Skip to content

Commit 75f33a3

Browse files
Adding ResourceGroupName in output of Get-AzureRMBackupVault
1 parent 9dd6c1b commit 75f33a3

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

src/ResourceManager/AzureBackup/Commands.AzureBackup/Microsoft.Azure.Commands.AzureBackup.format.ps1xml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@
1212
<Label>Name</Label>
1313
<Width>18</Width>
1414
</TableColumnHeader>
15+
<TableColumnHeader>
16+
<Label>ResourceGroupName</Label>
17+
<Width>18</Width>
18+
</TableColumnHeader>
1519
<TableColumnHeader>
1620
<Label>Region</Label>
1721
<Width>18</Width>
@@ -27,6 +31,9 @@
2731
<TableColumnItem>
2832
<PropertyName>Name</PropertyName>
2933
</TableColumnItem>
34+
<TableColumnItem>
35+
<PropertyName>ResourceGroupName</PropertyName>
36+
</TableColumnItem>
3037
<TableColumnItem>
3138
<PropertyName>Region</PropertyName>
3239
</TableColumnItem>

0 commit comments

Comments
 (0)