We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Once the service team has added data plane scopes, we will update our authentication_scope kwarg as follows:
authentication_scope
audience
/.default
In Python, we will also
credential_scopes
Please see Azure/azure-sdk-for-net#21603 for further details.
The text was updated successfully, but these errors were encountered:
@johanste @lmazuel @schaabs FYI
Sorry, something went wrong.
Fixed.
CodeGen from PR 19610 in Azure/azure-rest-api-specs
1162e39
update swagger and generate examples (Azure#19610)
YalinLi0312
No branches or pull requests
Once the service team has added data plane scopes, we will update our
authentication_scope
kwarg as follows:authentication_scope
kwargaudience
(or similarly named) kwargaudience
is an extensible enum, containing the audience strings for known clouds; the user can override with a string if neededaudience
is set, client library will append/.default
toaudience
value to specify the default scopeaudience
will default to data-plane scope root, which should be common across clouds [Note: this is not yet available from the service]audience
is not set and update samples to reflect thisIn Python, we will also
credential_scopes
kwargcredential_scopes
kwarg, raise an error if this is different from the scope determined fromaudience
Please see Azure/azure-sdk-for-net#21603 for further details.
The text was updated successfully, but these errors were encountered: