Skip to content

Commit

Permalink
Enable testing of public_exponent against MHSM
Browse files Browse the repository at this point in the history
Resolves Azure#16789
  • Loading branch information
heaths committed Jan 29, 2021
1 parent ed747d9 commit f6079f1
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 f6079f1

Please sign in to comment.