File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
src/ResourceManager/Profile/Commands.Profile/Models Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ public static implicit operator AzureEnvironment(PSAzureEnvironment environment)
40
40
} ;
41
41
newEnvironment . Endpoints [ AzureEnvironment . Endpoint . ActiveDirectoryServiceEndpointResourceId ] =
42
42
environment . ActiveDirectoryServiceEndpointResourceId ;
43
+ newEnvironment . Endpoints [ AzureEnvironment . Endpoint . ActiveDirectory ] = environment . ActiveDirectoryAuthority ;
43
44
newEnvironment . Endpoints [ AzureEnvironment . Endpoint . AdTenant ] = environment . AdTenant ;
44
45
newEnvironment . Endpoints [ AzureEnvironment . Endpoint . Gallery ] = environment . GalleryUrl ;
45
46
newEnvironment . Endpoints [ AzureEnvironment . Endpoint . ManagementPortalUrl ] = environment . ManagementPortalUrl ;
You can’t perform that action at this time.
0 commit comments