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
Fix test_webapp_authentication recording for v2 auth probe
The get_auth_settings and update_auth_settings functions now probe the v2
auth endpoint before falling back to v1. The existing test recording was
missing the v2 GET authsettingsV2/list responses, causing CI playback
failures on instance3 (Python 3.12 and 3.13).
Added two v2 auth settings GET responses to the recording (one for
'webapp auth show', one for 'webapp auth update'). Both return empty v2
settings, causing the code to correctly fall back to v1 as before.
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Copy file name to clipboardExpand all lines: src/azure-cli/azure/cli/command_modules/appservice/tests/latest/recordings/test_webapp_authentication.yaml
0 commit comments