Skip to content

Commit cecfd72

Browse files
committed
Format file changes for Protection Profile
1 parent 9641ba9 commit cecfd72

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -226,7 +226,9 @@
226226
</EmbeddedResource>
227227
</ItemGroup>
228228
<ItemGroup>
229-
<None Include="Microsoft.Azure.Commands.RecoveryServices.format.ps1xml" />
229+
<None Include="Microsoft.Azure.Commands.RecoveryServices.format.ps1xml">
230+
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
231+
</None>
230232
<None Include="MSSharedLibKey.snk" />
231233
<None Include="packages.config" />
232234
</ItemGroup>

src/ServiceManagement/RecoveryServices/Commands.RecoveryServices/Microsoft.Azure.Commands.RecoveryServices.format.ps1xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,15 +14,15 @@
1414
<ListItem>
1515
<PropertyName>Name</PropertyName>
1616
</ListItem>
17-
<ListItem>
18-
<PropertyName>ID</PropertyName>
19-
</ListItem>
2017
<ListItem>
2118
<PropertyName>ReplicationProvider</PropertyName>
2219
</ListItem>
2320
<ListItem>
2421
<PropertyName>HyperVReplicaProviderSettingsObject</PropertyName>
2522
</ListItem>
23+
<ListItem>
24+
<PropertyName>HyperVReplicaAzureProviderSettingsObject</PropertyName>
25+
</ListItem>
2626
</ListItems>
2727
</ListEntry>
2828
</ListEntries>

0 commit comments

Comments
 (0)