Skip to content

Commit fcea322

Browse files
committed
Merge pull request #60 from AsrOneSdk/neha-dev
Adding format file for display of ProtectionProfileObject
2 parents 5b2fdef + cecfd72 commit fcea322

File tree

2 files changed

+36
-0
lines changed

2 files changed

+36
-0
lines changed

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/Commands.RecoveryServices.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,9 @@
226226
</EmbeddedResource>
227227
</ItemGroup>
228228
<ItemGroup>
229+
<None Include="Microsoft.Azure.Commands.RecoveryServices.format.ps1xml">
230+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
231+
</None>
229232
<None Include="MSSharedLibKey.snk" />
230233
<None Include="packages.config" />
231234
</ItemGroup>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
<?xml version="1.0" encoding="utf-8" ?>
2+
<Configuration>
3+
<ViewDefinitions>
4+
5+
<View>
6+
<Name>Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionProfile</Name>
7+
<ViewSelectedBy>
8+
<TypeName>Microsoft.Azure.Commands.RecoveryServices.SiteRecovery.ASRProtectionProfile</TypeName>
9+
</ViewSelectedBy>
10+
<ListControl>
11+
<ListEntries>
12+
<ListEntry>
13+
<ListItems>
14+
<ListItem>
15+
<PropertyName>Name</PropertyName>
16+
</ListItem>
17+
<ListItem>
18+
<PropertyName>ReplicationProvider</PropertyName>
19+
</ListItem>
20+
<ListItem>
21+
<PropertyName>HyperVReplicaProviderSettingsObject</PropertyName>
22+
</ListItem>
23+
<ListItem>
24+
<PropertyName>HyperVReplicaAzureProviderSettingsObject</PropertyName>
25+
</ListItem>
26+
</ListItems>
27+
</ListEntry>
28+
</ListEntries>
29+
</ListControl>
30+
</View>
31+
32+
</ViewDefinitions>
33+
</Configuration>

0 commit comments

Comments
 (0)