Skip to content

Commit 91b4ee8

Browse files
authored
Fix core pipeline failure (Azure#50625)
* Remove ignore attribute for failing test in Keys * re-record test
1 parent 9077cfe commit 91b4ee8

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

sdk/keyvault/Azure.Security.KeyVault.Keys/assets.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22
"AssetsRepo": "Azure/azure-sdk-assets",
33
"AssetsRepoPrefixPath": "net",
44
"TagPrefix": "net/keyvault/Azure.Security.KeyVault.Keys",
5-
"Tag": "net/keyvault/Azure.Security.KeyVault.Keys_4ff0b56582"
5+
"Tag": "net/keyvault/Azure.Security.KeyVault.Keys_8691bc60be"
66
}

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,6 @@ public async Task ResolveKeyId()
9393
}
9494

9595
[RecordedTest]
96-
[Ignore("https://github.com/Azure/azure-sdk-for-net/issues/50620")]
9796
public async Task ResolveSecretId()
9897
{
9998
SecretClient secretClient = GetSecretClient();

0 commit comments

Comments
 (0)