Skip to content

Commit

Permalink
Enable testing of public_exponent against MHSM (#18283)
Browse files Browse the repository at this point in the history
Resolves #16789
  • Loading branch information
heaths authored Jan 29, 2021
1 parent 2c1a609 commit f1bfb3a
Show file tree
Hide file tree
Showing 3 changed files with 196 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ public ManagedHsmLiveTests(bool isAsync, KeyClientOptions.ServiceVersion service
: throw new IgnoreException($"Required variable 'AZURE_MANAGEDHSM_URL' is not defined");

[Test]
[Ignore("Service issue: https://github.com/Azure/azure-sdk-for-net/issues/16789")]
public async Task CreateRsaWithPublicExponent()
{
CreateRsaKeyOptions options = new CreateRsaKeyOptions(Recording.GenerateId())
Expand Down

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.

0 comments on commit f1bfb3a

Please sign in to comment.