Skip to content

Commit 390d644

Browse files
authored
Update test recordings for Managed HSM (Azure#22657)
1 parent 324aed5 commit 390d644

File tree

208 files changed

+6433
-6429
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

208 files changed

+6433
-6429
lines changed

sdk/keyvault/Azure.Security.KeyVault.Keys/tests/ManagedHsmCryptographyClientLiveTests.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010

1111
namespace Azure.Security.KeyVault.Keys.Tests
1212
{
13-
[ClientTestFixture(KeyClientOptions.ServiceVersion.V7_2)]
13+
[ClientTestFixture(
14+
KeyClientOptions.ServiceVersion.V7_2,
15+
KeyClientOptions.ServiceVersion.V7_3_Preview)]
1416
public class ManagedHsmCryptographyClientLiveTests : CryptographyClientLiveTests
1517
{
1618
private static readonly IEnumerable<KeyOperation> s_aesKeyOps = new[]

sdk/keyvault/Azure.Security.KeyVault.Keys/tests/ManagedHsmLiveTests.cs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,9 @@
99

1010
namespace Azure.Security.KeyVault.Keys.Tests
1111
{
12-
[ClientTestFixture(KeyClientOptions.ServiceVersion.V7_2)]
12+
[ClientTestFixture(
13+
KeyClientOptions.ServiceVersion.V7_2,
14+
KeyClientOptions.ServiceVersion.V7_3_Preview)]
1315
public class ManagedHsmLiveTests : KeyClientLiveTests
1416
{
1517
public ManagedHsmLiveTests(bool isAsync, KeyClientOptions.ServiceVersion serviceVersion)

sdk/keyvault/Azure.Security.KeyVault.Keys/tests/SessionRecords/ManagedHsmCryptographyClientLiveTests/AesGcmEncryptDecrypt(A128GCM).json

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

sdk/keyvault/Azure.Security.KeyVault.Keys/tests/SessionRecords/ManagedHsmCryptographyClientLiveTests/AesGcmEncryptDecrypt(A128GCM)Async.json

Lines changed: 30 additions & 30 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)