From 5be210c3afcf0fa3465e70f25b4f9a1343ea07c8 Mon Sep 17 00:00:00 2001 From: Tim Taylor Date: Thu, 2 May 2024 10:29:53 -0700 Subject: [PATCH] Update Azure.Identity dependency to latest (#3456) Disable RBAC tests while we work on re-enabling them --- e2e/test/E2ETests.csproj | 2 +- e2e/test/iothub/TokenCredentialAuthenticationTests.cs | 4 ++++ .../RoleBasedAuthenticationSample.csproj | 4 ++-- 3 files changed, 7 insertions(+), 3 deletions(-) diff --git a/e2e/test/E2ETests.csproj b/e2e/test/E2ETests.csproj index f311ccf202..711755f9d0 100644 --- a/e2e/test/E2ETests.csproj +++ b/e2e/test/E2ETests.csproj @@ -49,7 +49,7 @@ - + diff --git a/e2e/test/iothub/TokenCredentialAuthenticationTests.cs b/e2e/test/iothub/TokenCredentialAuthenticationTests.cs index b4ca1bbe15..58046bf29a 100644 --- a/e2e/test/iothub/TokenCredentialAuthenticationTests.cs +++ b/e2e/test/iothub/TokenCredentialAuthenticationTests.cs @@ -37,6 +37,7 @@ public class TokenCredentialAuthenticationTests : E2EMsTestBase [TestMethod] [Timeout(TestTimeoutMilliseconds)] + [Ignore("Test infrastructure not currently available")] public async Task RegistryManager_Http_TokenCredentialAuth_Success() { // arrange @@ -58,6 +59,7 @@ public async Task RegistryManager_Http_TokenCredentialAuth_Success() [TestMethod] [Timeout(TestTimeoutMilliseconds)] + [Ignore("Test infrastructure not currently available")] public async Task JobClient_Http_TokenCredentialAuth_Success() { // arrange @@ -90,6 +92,7 @@ public async Task JobClient_Http_TokenCredentialAuth_Success() [TestMethod] [Timeout(TestTimeoutMilliseconds)] + [Ignore("Test infrastructure not currently available")] public async Task DigitalTwinClient_Http_TokenCredentialAuth_Success() { // arrange @@ -125,6 +128,7 @@ public async Task DigitalTwinClient_Http_TokenCredentialAuth_Success() [TestMethod] [Timeout(TestTimeoutMilliseconds)] + [Ignore("Test infrastructure not currently available")] public async Task Service_Amqp_TokenCredentialAuth_Success() { // arrange diff --git a/iothub/service/samples/how to guides/RoleBasedAuthenticationSample/RoleBasedAuthenticationSample.csproj b/iothub/service/samples/how to guides/RoleBasedAuthenticationSample/RoleBasedAuthenticationSample.csproj index 105901c66f..1c8394fab9 100644 --- a/iothub/service/samples/how to guides/RoleBasedAuthenticationSample/RoleBasedAuthenticationSample.csproj +++ b/iothub/service/samples/how to guides/RoleBasedAuthenticationSample/RoleBasedAuthenticationSample.csproj @@ -7,8 +7,8 @@ - - + +