File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Resources/Resources.Test/ScenarioTests
StorageSync/StorageSync.Test Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -53,7 +53,7 @@ public sealed class ResourcesController
53
53
54
54
public FeatureClient FeatureClient { get ; private set ; }
55
55
56
- public Management . ResourceManager . Version2019_06_01 . SubscriptionClient SubscriptionClient { get ; private set ; }
56
+ public Management . ResourceManager . Version2021_01_01 . SubscriptionClient SubscriptionClient { get ; private set ; }
57
57
58
58
public AuthorizationManagementClient AuthorizationManagementClient { get ; private set ; }
59
59
@@ -220,9 +220,9 @@ private static DeploymentScriptsClient GetDeploymentScriptsClient(MockContext co
220
220
return context . GetServiceClient < DeploymentScriptsClient > ( TestEnvironmentFactory . GetTestEnvironment ( ) ) ;
221
221
}
222
222
223
- private static Management . ResourceManager . Version2019_06_01 . SubscriptionClient GetSubscriptionClient ( MockContext context )
223
+ private static Management . ResourceManager . Version2021_01_01 . SubscriptionClient GetSubscriptionClient ( MockContext context )
224
224
{
225
- return context . GetServiceClient < Management . ResourceManager . Version2019_06_01 . SubscriptionClient > ( TestEnvironmentFactory . GetTestEnvironment ( ) ) ;
225
+ return context . GetServiceClient < Management . ResourceManager . Version2021_01_01 . SubscriptionClient > ( TestEnvironmentFactory . GetTestEnvironment ( ) ) ;
226
226
}
227
227
228
228
private static ManagementGroupsAPIClient GetManagementGroupsApiClient ( MockContext context )
Original file line number Diff line number Diff line change 19
19
using Microsoft . Azure . Graph . RBAC . Version1_6_20190326 ;
20
20
using Microsoft . Azure . Management . Authorization . Version2015_07_01 ;
21
21
using Microsoft . Azure . Management . Internal . Resources ;
22
- using Microsoft . Azure . Management . ResourceManager . Version2019_06_01 ;
22
+ using Microsoft . Azure . Management . ResourceManager . Version2021_01_01 ;
23
23
using Microsoft . Azure . Management . Storage . Version2017_10_01 ;
24
24
using Microsoft . Azure . Management . StorageSync ;
25
25
using Microsoft . Azure . ServiceManagement . Common . Models ;
You can’t perform that action at this time.
0 commit comments