File tree Expand file tree Collapse file tree 1 file changed +1
-0
lines changed
src/ResourceManager/Common/Commands.ScenarioTests.ResourceManager.Common Expand file tree Collapse file tree 1 file changed +1
-0
lines changed Original file line number Diff line number Diff line change @@ -164,6 +164,7 @@ private void SetupAzureEnvironmentFromEnvironmentVariables(AzureModule mode)
164
164
environment . Endpoints [ AzureEnvironment . Endpoint . ActiveDirectory ] = currentEnvironment . Endpoints . AADAuthUri . AbsoluteUri ;
165
165
environment . Endpoints [ AzureEnvironment . Endpoint . Gallery ] = currentEnvironment . Endpoints . GalleryUri . AbsoluteUri ;
166
166
environment . Endpoints [ AzureEnvironment . Endpoint . ServiceManagement ] = currentEnvironment . BaseUri . AbsoluteUri ;
167
+ environment . Endpoints [ AzureEnvironment . Endpoint . ResourceManager ] = currentEnvironment . Endpoints . ResourceManagementUri . AbsoluteUri ;
167
168
168
169
if ( ! ProfileClient . Profile . Environments . ContainsKey ( testEnvironmentName ) )
169
170
{
You can’t perform that action at this time.
0 commit comments