Skip to content

Commit 5be210c

Browse files
Update Azure.Identity dependency to latest (#3456)
Disable RBAC tests while we work on re-enabling them
1 parent c673d37 commit 5be210c

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

e2e/test/E2ETests.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
</ItemGroup>
5050
<ItemGroup Condition=" '$(TargetFramework)' != 'net451' ">
5151
<PackageReference Include="Microsoft.Azure.Storage.Blob" Version="11.1.3" />
52-
<PackageReference Include="Azure.Identity" Version="1.10.4" />
52+
<PackageReference Include="Azure.Identity" Version="1.11.2" />
5353
</ItemGroup>
5454

5555
<ItemGroup Condition=" '$(AZURE_IOT_LOCALPACKAGES)' == '' ">

e2e/test/iothub/TokenCredentialAuthenticationTests.cs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@ public class TokenCredentialAuthenticationTests : E2EMsTestBase
3737

3838
[TestMethod]
3939
[Timeout(TestTimeoutMilliseconds)]
40+
[Ignore("Test infrastructure not currently available")]
4041
public async Task RegistryManager_Http_TokenCredentialAuth_Success()
4142
{
4243
// arrange
@@ -58,6 +59,7 @@ public async Task RegistryManager_Http_TokenCredentialAuth_Success()
5859

5960
[TestMethod]
6061
[Timeout(TestTimeoutMilliseconds)]
62+
[Ignore("Test infrastructure not currently available")]
6163
public async Task JobClient_Http_TokenCredentialAuth_Success()
6264
{
6365
// arrange
@@ -90,6 +92,7 @@ public async Task JobClient_Http_TokenCredentialAuth_Success()
9092

9193
[TestMethod]
9294
[Timeout(TestTimeoutMilliseconds)]
95+
[Ignore("Test infrastructure not currently available")]
9396
public async Task DigitalTwinClient_Http_TokenCredentialAuth_Success()
9497
{
9598
// arrange
@@ -125,6 +128,7 @@ public async Task DigitalTwinClient_Http_TokenCredentialAuth_Success()
125128

126129
[TestMethod]
127130
[Timeout(TestTimeoutMilliseconds)]
131+
[Ignore("Test infrastructure not currently available")]
128132
public async Task Service_Amqp_TokenCredentialAuth_Success()
129133
{
130134
// arrange

iothub/service/samples/how to guides/RoleBasedAuthenticationSample/RoleBasedAuthenticationSample.csproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@
77
</PropertyGroup>
88

99
<ItemGroup>
10-
<PackageReference Include="Azure.Core" Version="1.36.0" />
11-
<PackageReference Include="Azure.Identity" Version="1.10.4" />
10+
<PackageReference Include="Azure.Core" Version="1.39.0" />
11+
<PackageReference Include="Azure.Identity" Version="1.11.2" />
1212
<PackageReference Include="CommandLineParser" Version="2.9.1" />
1313
</ItemGroup>
1414

0 commit comments

Comments
 (0)