Skip to content
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

Update identity api september 2021 #24512

Merged
merged 15 commits into from
Oct 13, 2021

Conversation

g2vinay
Copy link
Member

@g2vinay g2vinay commented Oct 4, 2021

Fixes #24432 , #24728, #24610, #24282

Hides:
AzureApplicationCredential API
RegionalAuthority API

Addresses Arch board feedback.

Updates README.

Updates Tests.

Updates Multi Tenant Auth API as mentioned in #24432

@ghost ghost added the Azure.Identity label Oct 4, 2021
@azure-sdk
Copy link
Collaborator

API changes have been detected in com.azure:azure-identity. You can review API changes here

API changes

+         public AzureCliCredentialBuilder tenantId(String tenantId) 
+         public AzurePowerShellCredentialBuilder tenantId(String tenantId) 
-         public T allowMultiTenantAuthentication() 

@g2vinay g2vinay requested review from srnagar and pallavit October 8, 2021 17:30
@azure-sdk
Copy link
Collaborator

API changes have been detected in com.azure:azure-identity. You can review API changes here

@g2vinay g2vinay requested review from vcolin7 and schaabs October 8, 2021 19:14
@g2vinay g2vinay marked this pull request as ready for review October 8, 2021 19:22
@g2vinay g2vinay requested a review from joshfree as a code owner October 8, 2021 19:22
@azure-sdk
Copy link
Collaborator

API changes have been detected in com.azure:azure-identity. You can review API changes here

API changes

-         public OnBehalfOfCredential(String clientId, String tenantId, String clientSecret, String certificatePath, String certificatePassword, IdentityClientOptions identityClientOptions) 
+         // This class does not have any public constructors, and is not able to be instantiated using 'new'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update Multi-Tenant support to incorporate Arch Board Feedback
5 participants