File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
iothub/service/samples/how to guides/RoleBasedAuthenticationSample Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 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)' == '' " >
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments