Skip to content

Commit

Permalink
Update Azure.Identity dependency to latest (#3456)
Browse files Browse the repository at this point in the history
Disable RBAC tests while we work on re-enabling them
  • Loading branch information
timtay-microsoft authored May 2, 2024
1 parent c673d37 commit 5be210c
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 3 deletions.
2 changes: 1 addition & 1 deletion e2e/test/E2ETests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
</ItemGroup>
<ItemGroup Condition=" '$(TargetFramework)' != 'net451' ">
<PackageReference Include="Microsoft.Azure.Storage.Blob" Version="11.1.3" />
<PackageReference Include="Azure.Identity" Version="1.10.4" />
<PackageReference Include="Azure.Identity" Version="1.11.2" />
</ItemGroup>

<ItemGroup Condition=" '$(AZURE_IOT_LOCALPACKAGES)' == '' ">
Expand Down
4 changes: 4 additions & 0 deletions e2e/test/iothub/TokenCredentialAuthenticationTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
</PropertyGroup>

<ItemGroup>
<PackageReference Include="Azure.Core" Version="1.36.0" />
<PackageReference Include="Azure.Identity" Version="1.10.4" />
<PackageReference Include="Azure.Core" Version="1.39.0" />
<PackageReference Include="Azure.Identity" Version="1.11.2" />
<PackageReference Include="CommandLineParser" Version="2.9.1" />
</ItemGroup>

Expand Down

0 comments on commit 5be210c

Please sign in to comment.