-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
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
[ACR] [Before GA] Update cloud configuration API #22695
Comments
@srnagar adding you to the thread to get guidance on this one. |
@annelo-msft, after reading the issue filed in the .NET repository it appears that there is an options bag specific to Container Registry that is being used to pass the cc: @srnagar |
@alzimmermsft, I don't have a good enough understanding of the difference between If adding it to Java's |
Yes, that is correct, |
Azure SignalR - Adding new api-version 2023-02-01 (Azure#22695) * copy from existing api-version before adding new one * add new api-version 2023-02-01 * remove minLength * add back minLength
Azure SignalR - Adding new api-version 2023-02-01 (Azure#22695) * copy from existing api-version before adding new one * add new api-version 2023-02-01 * remove minLength * add back minLength
Once the service team has added data plane scopes, we will update the
AuthenticationScope
property onClientOptions
as follows:AuthenticationScope
propertyAudience
(or similarly named) property insteadAudience
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 cloudsIn Java, we will need to determine whether we will also use prior approach with Credential Scope
Please see Azure/azure-sdk-for-net#21603 for more details.
The text was updated successfully, but these errors were encountered: