Skip to content

Commit 4b6fa61

Browse files
committed
Merge pull request #67 from khoatle/dev
Remove GraphClient from the Compute.Test Authentication
2 parents 157aa6c + a761c3c commit 4b6fa61

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/ResourceManager/Compute/Commands.Compute.Test/Common/ComputeTestController.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ private void SetupManagementClients()
161161
NetworkResourceProviderClient = GetNetworkResourceProviderClient();
162162
ComputeManagementClient = GetComputeManagementClient();
163163
AuthorizationManagementClient = GetAuthorizationManagementClient();
164-
GraphClient = GetGraphClient();
164+
// GraphClient = GetGraphClient();
165165

166166
helper.SetupManagementClients(
167167
ResourceManagementClient,
@@ -171,8 +171,8 @@ private void SetupManagementClients()
171171
//eventsClient,
172172
NetworkResourceProviderClient,
173173
ComputeManagementClient,
174-
AuthorizationManagementClient,
175-
GraphClient);
174+
AuthorizationManagementClient);
175+
// GraphClient);
176176
}
177177

178178
private GraphRbacManagementClient GetGraphClient()

0 commit comments

Comments
 (0)