We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9dd6c1b commit 75f33a3Copy full SHA for 75f33a3
src/ResourceManager/AzureBackup/Commands.AzureBackup/Microsoft.Azure.Commands.AzureBackup.format.ps1xml
@@ -12,6 +12,10 @@
12
<Label>Name</Label>
13
<Width>18</Width>
14
</TableColumnHeader>
15
+ <TableColumnHeader>
16
+ <Label>ResourceGroupName</Label>
17
+ <Width>18</Width>
18
+ </TableColumnHeader>
19
<TableColumnHeader>
20
<Label>Region</Label>
21
@@ -27,6 +31,9 @@
27
31
<TableColumnItem>
28
32
<PropertyName>Name</PropertyName>
29
33
</TableColumnItem>
34
+ <TableColumnItem>
35
+ <PropertyName>ResourceGroupName</PropertyName>
36
+ </TableColumnItem>
30
37
38
<PropertyName>Region</PropertyName>
39
0 commit comments