|
47 | 47 | <Reference Include="Hyak.Common">
|
48 | 48 | <HintPath>..\..\..\packages\Hyak.Common.1.0.2\lib\net45\Hyak.Common.dll</HintPath>
|
49 | 49 | </Reference>
|
| 50 | + <Reference Include="Microsoft.Azure.Management.Sql"> |
| 51 | + <HintPath>..\..\..\packages\Microsoft.Azure.Management.Sql.0.29.0-prerelease\lib\net40\Microsoft.Azure.Management.Sql.dll</HintPath> |
| 52 | + </Reference> |
50 | 53 | <Reference Include="Microsoft.Azure.Common">
|
51 | 54 | <HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.dll</HintPath>
|
52 | 55 | </Reference>
|
|
64 | 67 | <SpecificVersion>False</SpecificVersion>
|
65 | 68 | <HintPath>..\..\..\packages\Microsoft.Azure.Management.Authorization.0.18.2-preview\lib\net40\Microsoft.Azure.Management.Authorization.dll</HintPath>
|
66 | 69 | </Reference>
|
67 |
| - <Reference Include="Microsoft.Azure.Management.Sql"> |
68 |
| - <HintPath>..\..\..\packages\Microsoft.Azure.Management.Sql.0.28.0-prerelease\lib\net40\Microsoft.Azure.Management.Sql.dll</HintPath> |
69 |
| - </Reference> |
70 | 70 | <Reference Include="Microsoft.Azure.ResourceManager, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
71 | 71 | <SpecificVersion>False</SpecificVersion>
|
72 | 72 | <HintPath>..\..\..\packages\Microsoft.Azure.Management.Resources.2.18.0-preview\lib\net40\Microsoft.Azure.ResourceManager.dll</HintPath>
|
|
150 | 150 | <DependentUpon>Resources.resx</DependentUpon>
|
151 | 151 | </Compile>
|
152 | 152 | <Compile Include="ScenarioTests\DatabaseActivationTests.cs" />
|
| 153 | + <Compile Include="ScenarioTests\DatabaseBackupTests.cs" /> |
153 | 154 | <Compile Include="ScenarioTests\DatabaseCrudTests.cs" />
|
154 | 155 | <Compile Include="ScenarioTests\DataMaskingTests.cs" />
|
155 | 156 | <None Include="ScenarioTests\DatabaseActivationTests.ps1">
|
156 | 157 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
157 | 158 | </None>
|
| 159 | + <None Include="ScenarioTests\DatabaseBackupTests.ps1"> |
| 160 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 161 | + </None> |
158 | 162 | <None Include="ScenarioTests\RecommendedElasticPoolTests.ps1">
|
159 | 163 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
160 | 164 | </None>
|
|
175 | 179 | <Compile Include="UnitTests\AzureSqlDatabaseServerFirewallRuleAttributeTests.cs" />
|
176 | 180 | <Compile Include="UnitTests\AzureSqlDatabaseServerAttributeTests.cs" />
|
177 | 181 | <Compile Include="UnitTests\AzureSqlServerUpgradeAttributeTests.cs" />
|
| 182 | + <Compile Include="UnitTests\AzureSqlDatabaseBackupAttributeTests.cs" /> |
178 | 183 | <Compile Include="Utilities\UnitTestHelper.cs" />
|
179 | 184 | </ItemGroup>
|
180 | 185 | <ItemGroup>
|
|
337 | 342 | <None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseActivationTests\TestDatabasePauseResumePiped.json">
|
338 | 343 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
339 | 344 | </None>
|
| 345 | + <None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseBackupTests\TestListDatabaseRestorePoints.json"> |
| 346 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 347 | + </None> |
340 | 348 | <None Include="SessionRecords\Microsoft.Azure.Commands.Sql.Test.ScenarioTests.DatabaseCrudTests\TestDatabaseCreate.json">
|
341 | 349 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
342 | 350 | </None>
|
|
0 commit comments