|
78 | 78 | <Reference Include="Microsoft.Azure.Management.KeyVault">
|
79 | 79 | <HintPath>..\..\..\packages\Microsoft.Azure.Management.KeyVault.2.4.1-alpha\lib\net452\Microsoft.Azure.Management.KeyVault.dll</HintPath>
|
80 | 80 | </Reference>
|
| 81 | + <Reference Include="Microsoft.Azure.Management.ResourceManager, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 82 | + <SpecificVersion>False</SpecificVersion> |
| 83 | + <HintPath>..\..\..\packages\Microsoft.Azure.Management.ResourceManager.1.6.0-preview\lib\net452\Microsoft.Azure.Management.ResourceManager.dll</HintPath> |
| 84 | + </Reference> |
81 | 85 | <Reference Include="Microsoft.Azure.ResourceManager, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
|
82 | 86 | <SpecificVersion>False</SpecificVersion>
|
83 | 87 | <HintPath>..\..\..\packages\Microsoft.Azure.Management.Resources.2.20.0-preview\lib\net40\Microsoft.Azure.ResourceManager.dll</HintPath>
|
|
86 | 90 | <SpecificVersion>False</SpecificVersion>
|
87 | 91 | <HintPath>..\..\..\packages\Microsoft.Azure.Test.Framework.1.0.6179.26854-prerelease\lib\net45\Microsoft.Azure.Test.Framework.dll</HintPath>
|
88 | 92 | </Reference>
|
89 |
| - <Reference Include="Microsoft.Azure.Test.HttpRecorder"> |
90 |
| - <HintPath>..\..\..\packages\Microsoft.Azure.Test.HttpRecorder.1.6.7-preview\lib\net45\Microsoft.Azure.Test.HttpRecorder.dll</HintPath> |
| 93 | + <Reference Include="Microsoft.Azure.Test.HttpRecorder, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 94 | + <HintPath>..\..\..\packages\Microsoft.Azure.Test.HttpRecorder.1.8.1\lib\net452\Microsoft.Azure.Test.HttpRecorder.dll</HintPath> |
91 | 95 | <Private>True</Private>
|
92 | 96 | </Reference>
|
93 | 97 | <Reference Include="Microsoft.CSharp" />
|
|
103 | 107 | <HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.Authentication.2.2.9-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.Authentication.dll</HintPath>
|
104 | 108 | <Private>True</Private>
|
105 | 109 | </Reference>
|
106 |
| - <Reference Include="Microsoft.Rest.ClientRuntime.Azure.TestFramework, Version=1.5.1.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
107 |
| - <HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.TestFramework.1.5.1-preview\lib\net45\Microsoft.Rest.ClientRuntime.Azure.TestFramework.dll</HintPath> |
| 110 | + <Reference Include="Microsoft.Rest.ClientRuntime.Azure.TestFramework, Version=1.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
| 111 | + <HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.TestFramework.1.7.2\lib\net452\Microsoft.Rest.ClientRuntime.Azure.TestFramework.dll</HintPath> |
108 | 112 | <Private>True</Private>
|
109 | 113 | </Reference>
|
110 | 114 | <Reference Include="Microsoft.Threading.Tasks">
|
|
190 | 194 | <None Include="Scripts\bvtdata\pfxtest.pfx" />
|
191 | 195 | <None Include="Scripts\bvtdata\pfxtest1024.pfx" />
|
192 | 196 | <None Include="Scripts\Common.ps1" />
|
193 |
| - <None Include="Scripts\ControlPlane\Common.ps1" /> |
194 | 197 | <None Include="Scripts\ControlPlane\KeyVaultManagementTests.ps1">
|
195 | 198 | <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory>
|
196 | 199 | </None>
|
|
206 | 209 | <None Include="Scripts\VaultManagementTests.ps1" />
|
207 | 210 | <None Include="Scripts\VaultSecretTests.ps1" />
|
208 | 211 | <None Include="Scripts\VaultUITests.ps1" />
|
209 |
| - <None Include="SessionRecords\Microsoft.Azure.Commands.KeyVault.Test.ScenarioTests.KeyVaultManagementTests\TestCreateDeleteVaultWithPiping.json"> |
210 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
211 |
| - </None> |
212 |
| - <None Include="SessionRecords\Microsoft.Azure.Commands.KeyVault.Test.ScenarioTests.KeyVaultManagementTests\TestCreateNewPremiumVaultEnabledForDeployment.json"> |
213 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
214 |
| - </None> |
215 | 212 | <None Include="SessionRecords\Microsoft.Azure.Commands.KeyVault.Test.ScenarioTests.KeyVaultManagementTests\TestCreateNewVault.json">
|
216 | 213 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
217 | 214 | </None>
|
218 |
| - <None Include="SessionRecords\Microsoft.Azure.Commands.KeyVault.Test.ScenarioTests.KeyVaultManagementTests\TestCreateVaultInUnknownResGrpFails.json"> |
219 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
220 |
| - </None> |
221 |
| - <None Include="SessionRecords\Microsoft.Azure.Commands.KeyVault.Test.ScenarioTests.KeyVaultManagementTests\TestCreateVaultPositionalParams.json"> |
222 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
223 |
| - </None> |
224 |
| - <None Include="SessionRecords\Microsoft.Azure.Commands.KeyVault.Test.ScenarioTests.KeyVaultManagementTests\TestDeleteUnknownVaultFails.json"> |
225 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
226 |
| - </None> |
227 |
| - <None Include="SessionRecords\Microsoft.Azure.Commands.KeyVault.Test.ScenarioTests.KeyVaultManagementTests\TestDeleteVaultByName.json"> |
228 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
229 |
| - </None> |
230 |
| - <None Include="SessionRecords\Microsoft.Azure.Commands.KeyVault.Test.ScenarioTests.KeyVaultManagementTests\TestGetUnknownVaultFails.json"> |
231 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
232 |
| - </None> |
233 |
| - <None Include="SessionRecords\Microsoft.Azure.Commands.KeyVault.Test.ScenarioTests.KeyVaultManagementTests\TestGetVaultByName.json"> |
234 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
235 |
| - </None> |
236 |
| - <None Include="SessionRecords\Microsoft.Azure.Commands.KeyVault.Test.ScenarioTests.KeyVaultManagementTests\TestGetVaultByNameAndResourceGroup.json"> |
237 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
238 |
| - </None> |
239 |
| - <None Include="SessionRecords\Microsoft.Azure.Commands.KeyVault.Test.ScenarioTests.KeyVaultManagementTests\TestGetVaultByNameAndResourceGroupPositionalParams.json"> |
240 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
241 |
| - </None> |
242 |
| - <None Include="SessionRecords\Microsoft.Azure.Commands.KeyVault.Test.ScenarioTests.KeyVaultManagementTests\TestGetVaultByNameCapitalized.json"> |
| 215 | + <None Include="SessionRecords\Microsoft.Azure.Commands.KeyVault.Test.ScenarioTests.KeyVaultManagementTests\TestDeleteVault.json"> |
243 | 216 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
244 | 217 | </None>
|
245 |
| - <None Include="SessionRecords\Microsoft.Azure.Commands.KeyVault.Test.ScenarioTests.KeyVaultManagementTests\TestGetVaultFromUnknownResourceGroupFails.json"> |
| 218 | + <None Include="SessionRecords\Microsoft.Azure.Commands.KeyVault.Test.ScenarioTests.KeyVaultManagementTests\TestGetVault.json"> |
246 | 219 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
247 | 220 | </None>
|
248 |
| - <None Include="SessionRecords\Microsoft.Azure.Commands.KeyVault.Test.ScenarioTests.KeyVaultManagementTests\TestListAllVaultsInSubscription.json"> |
249 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
250 |
| - </None> |
251 |
| - <None Include="SessionRecords\Microsoft.Azure.Commands.KeyVault.Test.ScenarioTests.KeyVaultManagementTests\TestListVaultsByResourceGroup.json"> |
252 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
253 |
| - </None> |
254 |
| - <None Include="SessionRecords\Microsoft.Azure.Commands.KeyVault.Test.ScenarioTests.KeyVaultManagementTests\TestListVaultsByTag.json"> |
255 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
256 |
| - </None> |
257 |
| - <None Include="SessionRecords\Microsoft.Azure.Commands.KeyVault.Test.ScenarioTests.KeyVaultManagementTests\TestListVaultsByUnknownResourceGroupFails.json"> |
| 221 | + <None Include="SessionRecords\Microsoft.Azure.Commands.KeyVault.Test.ScenarioTests.KeyVaultManagementTests\TestListVaults.json"> |
258 | 222 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
259 | 223 | </None>
|
260 | 224 | <None Include="SessionRecords\Microsoft.Azure.Commands.KeyVault.Test.ScenarioTests.KeyVaultManagementTests\TestModifyAccessPolicy.json">
|
|
269 | 233 | <None Include="SessionRecords\Microsoft.Azure.Commands.KeyVault.Test.ScenarioTests.KeyVaultManagementTests\TestModifyAccessPolicyEnabledForTemplateDeployment.json">
|
270 | 234 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
271 | 235 | </None>
|
272 |
| - <None Include="SessionRecords\Microsoft.Azure.Commands.KeyVault.Test.ScenarioTests.KeyVaultManagementTests\TestRecreateVaultFails.json"> |
273 |
| - <CopyToOutputDirectory>Always</CopyToOutputDirectory> |
274 |
| - </None> |
275 | 236 | <None Include="SessionRecords\Microsoft.Azure.Commands.KeyVault.Test.ScenarioTests.KeyVaultManagementTests\TestRemoveAccessPolicyWithCompoundIdPolicies.json">
|
276 | 237 | <CopyToOutputDirectory>Always</CopyToOutputDirectory>
|
277 | 238 | </None>
|
|
0 commit comments