Skip to content

Commit f395f00

Browse files
committed
Manually add session records to csproj
1 parent db9515f commit f395f00

File tree

1 file changed

+21
-0
lines changed

1 file changed

+21
-0
lines changed

src/ResourceManager/Sql/Commands.Sql.Test/Commands.Sql.Test.csproj

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -652,15 +652,27 @@
652652
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseCrudTests\TestDatabaseCreateWithSampleName.json">
653653
<CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
654654
</None>
655+
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseCrudTests\TestDatabaseCreateWithZoneRedundancy.json">
656+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
657+
</None>
655658
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseCrudTests\TestDatabaseGet.json">
656659
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
657660
</None>
661+
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseCrudTests\TestDatabaseGetWithZoneRedundancy.json">
662+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
663+
</None>
658664
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseCrudTests\TestDatabaseRemove.json">
659665
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
660666
</None>
661667
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseCrudTests\TestDatabaseUpdate.json">
662668
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
663669
</None>
670+
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseCrudTests\TestDatabaseUpdateWithZoneRedundancy.json">
671+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
672+
</None>
673+
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseCrudTests\TestDatabaseUpdateWithZoneRedundancyNotSpecified.json">
674+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
675+
</None>
664676
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseReplicationTests\TestCreateDatabaseCopy.json">
665677
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
666678
</None>
@@ -742,15 +754,24 @@
742754
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ElasticPoolCrudTests\TestElasticPoolCreate.json">
743755
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
744756
</None>
757+
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ElasticPoolCrudTests\TestElasticPoolCreateWithZoneRedundancy.json">
758+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
759+
</None>
745760
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ElasticPoolCrudTests\TestElasticPoolGet.json">
746761
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
747762
</None>
763+
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ElasticPoolCrudTests\TestElasticPoolGetWithZoneRedundancy.json">
764+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
765+
</None>
748766
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ElasticPoolCrudTests\TestElasticPoolRemove.json">
749767
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
750768
</None>
751769
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ElasticPoolCrudTests\TestElasticPoolUpdate.json">
752770
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
753771
</None>
772+
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.ElasticPoolCrudTests\TestElasticPoolUpdateWithZoneRedundancy.json">
773+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
774+
</None>
754775
<None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.FailoverGroupTests\TestCreateFailoverGroup_AutomaticPolicy.json">
755776
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
756777
</None>

0 commit comments

Comments
 (0)