Commit 665ce71
Fix auth scope for ARM management endpoint
The generated code used 'user_impersonation' as the auth scope which
resolves to Microsoft Graph instead of Azure Management. Changed to
'https://management.azure.com/.default' to correctly authenticate
against the ARM API. This is a workaround for a typespec-rust emitter
bug that should be fixed upstream.1 parent 94b06c8 commit 665ce71
1 file changed
Lines changed: 1 addition & 1 deletion
Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments