Skip to content

Commit

Permalink
[Managed Identity] Enable Azure ARC Integration Tests (#4103)
Browse files Browse the repository at this point in the history
* Update ManagedIdentityTests.cs

* Update ManagedIdentityTests.cs

* Update ManagedIdentityTests.cs
  • Loading branch information
gladjohn committed May 8, 2023
1 parent da1371c commit 446a348
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ public class ManagedIdentityTests
[DataRow(MsiAzureResource.WebApp, UamiResourceId, DisplayName = "ResourceID_Web_App")]
[DataRow(MsiAzureResource.Function, UamiResourceId, DisplayName = "ResourceID_Function_App")]
[DataRow(MsiAzureResource.VM, UamiResourceId, DisplayName = "ResourceID_Virtual_Machine")]
//[DataRow(MsiAzureResource.AzureArc, "", DisplayName = "Azure_ARC")]
[DataRow(MsiAzureResource.AzureArc, "", DisplayName = "Azure_ARC")]
public async Task AcquireMSITokenAsync(MsiAzureResource azureResource, string userIdentity)
{
//Arrange
Expand Down

0 comments on commit 446a348

Please sign in to comment.