You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user tried to set Resource_Manager_Url and SERVICE_MANAGEMENT_URL to record against a non-default Azure endpoint.
Test framework throws while running test on record mode.
It tries to fetch ServiceManagementUrl from recording, and it throws here because it is not allowed to fetch recording value while recording.
Expected behavior
It should not throw
Actual behavior
It throws
Reproduction Steps
Set Resource_Manager_Url to non-default endpoint and run tests in record mode.
Environment
No response
The text was updated successfully, but these errors were encountered:
live1206
changed the title
[TestFramework] Unable to set env Resource_Manager_Url in reacord mode
[TestFramework] Unable to set env Resource_Manager_Url in record mode
Jul 4, 2024
Library name and version
test
Describe the bug
The user tried to set Resource_Manager_Url and SERVICE_MANAGEMENT_URL to record against a non-default Azure endpoint.
Test framework throws while running test on record mode.
It tries to fetch ServiceManagementUrl from recording, and it throws here because it is not allowed to fetch recording value while recording.
Expected behavior
It should not throw
Actual behavior
It throws
Reproduction Steps
Set Resource_Manager_Url to non-default endpoint and run tests in record mode.
Environment
No response
The text was updated successfully, but these errors were encountered: