File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
src/ResourceManager/Compute/Commands.Compute.Test/Common Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -161,7 +161,7 @@ private void SetupManagementClients()
161
161
NetworkResourceProviderClient = GetNetworkResourceProviderClient ( ) ;
162
162
ComputeManagementClient = GetComputeManagementClient ( ) ;
163
163
AuthorizationManagementClient = GetAuthorizationManagementClient ( ) ;
164
- GraphClient = GetGraphClient ( ) ;
164
+ // GraphClient = GetGraphClient();
165
165
166
166
helper . SetupManagementClients (
167
167
ResourceManagementClient ,
@@ -171,8 +171,8 @@ private void SetupManagementClients()
171
171
//eventsClient,
172
172
NetworkResourceProviderClient ,
173
173
ComputeManagementClient ,
174
- AuthorizationManagementClient ,
175
- GraphClient ) ;
174
+ AuthorizationManagementClient ) ;
175
+ // GraphClient);
176
176
}
177
177
178
178
private GraphRbacManagementClient GetGraphClient ( )
You can’t perform that action at this time.
0 commit comments