|
60 | 60 | <HintPath>..\..\..\packages\Microsoft.Azure.Management.Authorization.2.0.0\lib\net40\Microsoft.Azure.Management.Authorization.dll</HintPath>
|
61 | 61 | <Private>True</Private>
|
62 | 62 | </Reference>
|
| 63 | + <Reference Include="Microsoft.Azure.Management.Storage, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 64 | + <HintPath>..\..\..\packages\Microsoft.Azure.Management.Storage.3.0.0\lib\net40\Microsoft.Azure.Management.Storage.dll</HintPath> |
| 65 | + <Private>True</Private> |
| 66 | + </Reference> |
63 | 67 | <Reference Include="Microsoft.Azure.Management.Websites, Version=1.0.0.2, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
64 |
| - <HintPath>..\..\..\packages\Microsoft.Azure.Management.Websites.1.1.0-preview\lib\net45\Microsoft.Azure.Management.Websites.dll</HintPath> |
| 68 | + <HintPath>..\..\..\packages\Microsoft.Azure.Management.Websites.1.2.0-preview\lib\net45\Microsoft.Azure.Management.Websites.dll</HintPath> |
65 | 69 | <Private>True</Private>
|
66 | 70 | </Reference>
|
67 | 71 | <Reference Include="Microsoft.Azure.ResourceManager, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
|
140 | 144 | </ItemGroup>
|
141 | 145 | <ItemGroup>
|
142 | 146 | <Compile Include="ScenarioTests\AppServicePlanTests.cs" />
|
| 147 | + <Compile Include="ScenarioTests\WebAppBackupRestoreTests.cs" /> |
143 | 148 | <Compile Include="ScenarioTests\SSLBindingTests.cs" />
|
144 | 149 | <Compile Include="ScenarioTests\WebAppSlotTests.cs" />
|
145 | 150 | <Compile Include="ScenarioTests\WebsitesController.cs" />
|
|
157 | 162 | <None Include="ScenarioTests\AppServicePlanTests.ps1">
|
158 | 163 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
159 | 164 | </None>
|
| 165 | + <None Include="ScenarioTests\WebAppBackupRestoreTests.ps1"> |
| 166 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 167 | + </None> |
160 | 168 | <None Include="ScenarioTests\SSLBindingTests.ps1">
|
161 | 169 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
162 | 170 | </None>
|
|
199 | 207 | <None Include="SessionRecords\Microsoft.Azure.Commands.Websites.Test.ScenarioTests.SSLBindingTests\TestWebAppSSLBindingPipeSupport.json">
|
200 | 208 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
201 | 209 | </None>
|
| 210 | + <None Include="SessionRecords\Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppBackupRestoreTests\TestCreateNewWebAppBackup.json"> |
| 211 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 212 | + </None> |
| 213 | + <None Include="SessionRecords\Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppBackupRestoreTests\TestCreateNewWebAppBackupPiping.json"> |
| 214 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 215 | + </None> |
| 216 | + <None Include="SessionRecords\Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppBackupRestoreTests\TestEditAndGetWebAppBackupConfiguration.json"> |
| 217 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 218 | + </None> |
| 219 | + <None Include="SessionRecords\Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppBackupRestoreTests\TestEditAndGetWebAppBackupConfigurationPiping.json"> |
| 220 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 221 | + </None> |
| 222 | + <None Include="SessionRecords\Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppBackupRestoreTests\TestGetWebAppBackup.json"> |
| 223 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 224 | + </None> |
| 225 | + <None Include="SessionRecords\Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppBackupRestoreTests\TestGetWebAppBackupList.json"> |
| 226 | + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> |
| 227 | + </None> |
202 | 228 | <None Include="SessionRecords\Microsoft.Azure.Commands.Websites.Test.ScenarioTests.WebAppSlotTests\TestCloneWebAppSlot.json">
|
203 | 229 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
204 | 230 | </None>
|
|
278 | 304 | <Project>{e1f5201d-6067-430e-b303-4e367652991b}</Project>
|
279 | 305 | <Name>Commands.Resources</Name>
|
280 | 306 | </ProjectReference>
|
| 307 | + <ProjectReference Include="..\..\Storage\Commands.Management.Storage\Commands.Management.Storage.csproj"> |
| 308 | + <Project>{a50ab133-5c04-4a17-9054-f8343683ec23}</Project> |
| 309 | + <Name>Commands.Management.Storage</Name> |
| 310 | + </ProjectReference> |
281 | 311 | <ProjectReference Include="..\Commands.Websites\Commands.Websites.csproj">
|
282 | 312 | <Project>{80a92297-7c92-456b-8ee7-9fb6ce30149d}</Project>
|
283 | 313 | <Name>Commands.Websites</Name>
|
|
0 commit comments