Skip to content

Commit

Permalink
Revert "[TestFramework] Downgrade Azure.Identity for maximum compat (#…
Browse files Browse the repository at this point in the history
…18153)" (#18450)

- Azure.Identity 1.0.0 does not work on sovereign cloud which is required for our functional tests
- Reverting until we can find a better solution for both perf and functional tests
- This reverts commit 0f409d2.
  • Loading branch information
mikeharder authored Feb 4, 2021
1 parent 08d3d9a commit d6e3311
Showing 1 changed file with 1 addition and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@
</PropertyGroup>

<ItemGroup>
<!--
Test framework should depend on lowest version of Azure.Identity for maximum compatibility, allowing test
projects to choose a higher version if desired.
-->
<PackageReference Include="Azure.Identity" VersionOverride="1.0.0" />
<PackageReference Include="Azure.Identity" />
<PackageReference Include="Newtonsoft.Json" />
<PackageReference Include="NUnit" />
<PackageReference Include="NUnit3TestAdapter" />
Expand Down

0 comments on commit d6e3311

Please sign in to comment.