Skip to content

Commit 92d7785

Browse files
committed
format.ps1xml changes
1 parent ea445b0 commit 92d7785

File tree

1 file changed

+44
-0
lines changed

1 file changed

+44
-0
lines changed

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

Lines changed: 44 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -119,5 +119,49 @@
119119
</TableRowEntries>
120120
</TableControl>
121121
</View>
122+
<View>
123+
<Name>Microsoft.Azure.Commands.AzureBackup.Models.AzureBackupItem</Name>
124+
<ViewSelectedBy>
125+
<TypeName>Microsoft.Azure.Commands.AzureBackup.Models.AzureBackupItem</TypeName>
126+
</ViewSelectedBy>
127+
<TableControl>
128+
<TableHeaders>
129+
<TableColumnHeader>
130+
<Label>ItemName</Label>
131+
<Width>18</Width>
132+
</TableColumnHeader>
133+
<TableColumnHeader>
134+
<Label>ProtectionStatus</Label>
135+
<Width>18</Width>
136+
</TableColumnHeader>
137+
<TableColumnHeader>
138+
<Label>RecoveryPointsCount</Label>
139+
<Width>22</Width>
140+
</TableColumnHeader>
141+
<TableColumnHeader>
142+
<Label>ProtectionPolicyName</Label>
143+
<Width>36</Width>
144+
</TableColumnHeader>
145+
</TableHeaders>
146+
<TableRowEntries>
147+
<TableRowEntry>
148+
<TableColumnItems>
149+
<TableColumnItem>
150+
<PropertyName>ItemName</PropertyName>
151+
</TableColumnItem>
152+
<TableColumnItem>
153+
<PropertyName>ProtectionStatus</PropertyName>
154+
</TableColumnItem>
155+
<TableColumnItem>
156+
<PropertyName>RecoveryPointsCount</PropertyName>
157+
</TableColumnItem>
158+
<TableColumnItem>
159+
<PropertyName>ProtectionPolicyName</PropertyName>
160+
</TableColumnItem>
161+
</TableColumnItems>
162+
</TableRowEntry>
163+
</TableRowEntries>
164+
</TableControl>
165+
</View>
122166
</ViewDefinitions>
123167
</Configuration>

0 commit comments

Comments
 (0)