diff --git a/sdk/identity/Azure.Identity/tests/IdentityTestEnvironment.cs b/sdk/identity/Azure.Identity/tests/IdentityTestEnvironment.cs index e92328b2f3ec..4d6834b35c25 100644 --- a/sdk/identity/Azure.Identity/tests/IdentityTestEnvironment.cs +++ b/sdk/identity/Azure.Identity/tests/IdentityTestEnvironment.cs @@ -29,6 +29,6 @@ public IdentityTestEnvironment() : base("identity") public string ServicePrincipalClientSecret => GetOptionalVariable("IDENTITY_SP_CLIENT_SECRET") ?? "SANITIZED"; public string ServicePrincipalCertificatePfxPath => GetOptionalVariable("IDENTITY_SP_CERT_PFX") ?? Path.Combine(TestContext.CurrentContext.TestDirectory, "Data", "cert.pfx"); public string ServicePrincipalCertificatePemPath => GetOptionalVariable("IDENTITY_SP_CERT_PEM") ?? Path.Combine(TestContext.CurrentContext.TestDirectory, "Data", "cert.pem"); - public string ServicePrincipalSniCertificatePath => GetOptionalVariable("IDENTITY_SP_SNI_CERT") ?? Path.Combine(TestContext.CurrentContext.TestDirectory, "Data", "cert.pfx"); + public string ServicePrincipalSniCertificatePath => GetOptionalVariable("IDENTITY_SP_CERT_SNI") ?? Path.Combine(TestContext.CurrentContext.TestDirectory, "Data", "cert.pfx"); } } diff --git a/sdk/identity/tests.yml b/sdk/identity/tests.yml index 74eac9862bf5..6da10a227dcd 100644 --- a/sdk/identity/tests.yml +++ b/sdk/identity/tests.yml @@ -8,7 +8,7 @@ extends: OSVmImage: "ubuntu-18.04" TestTargetFramework: netcoreapp2.1 Container: - image: 'azsdkengsys.azurecr.io/dotnet/ubuntu_netcore2_keyring:504600' + image: 'azsdkengsys.azurecr.io/dotnet/ubuntu_netcore_keyring:523386' endpoint: 'azsdkengsys' options: -ti --cap-add=IPC_LOCK PreSteps: