Skip to content

Commit

Permalink
Add test coverage for MHSM and local cryptography (#18902)
Browse files Browse the repository at this point in the history
* Add test coverage for MHSM and local cryptography

Resolves #16713
Resolves #18864

Temporarily works around #18800 by trimming leading zeros coming back from the service after updating a key and before asserting equality.

* Add comments explaining CreateRSAProvider private method

* Resolve PR feedback
  • Loading branch information
heaths authored Feb 22, 2021
1 parent 5e3db86 commit dfbb155
Show file tree
Hide file tree
Showing 545 changed files with 60,049 additions and 22,433 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ namespace Azure.Security.KeyVault.Certificates.Tests
{
[ClientTestFixture(
CertificateClientOptions.ServiceVersion.V7_0,
CertificateClientOptions.ServiceVersion.V7_1)]
CertificateClientOptions.ServiceVersion.V7_1,
CertificateClientOptions.ServiceVersion.V7_2)]
[NonParallelizable]
public abstract class CertificatesTestBase : RecordedTestBase<KeyVaultTestEnvironment>
{
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit dfbb155

Please sign in to comment.