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

Migrate Identity to azure-json #41523

Merged
merged 38 commits into from
Sep 5, 2024
Merged

Conversation

billwert
Copy link
Contributor

@billwert billwert commented Aug 14, 2024

In addition to the migration there's a couple other changes in here (that were prompted by these things needing migration, and then me realizing we just don't need them anymore.)

  1. Removal of legacy storage mechanism for credentials for the IntelliJCredential. (all the kdbx stuff.)
  2. Removal of a wrapper type we had for missing MSAL functionality which has since been implemented.

Also includes a fix to azure-json to allow parsing jsonc, which we need for VisualStudioCodeCredential.

Fixes #39799

@billwert
Copy link
Contributor Author

/check-enforcer evaluate

@billwert billwert closed this Aug 15, 2024
@billwert billwert reopened this Aug 15, 2024
@billwert
Copy link
Contributor Author

/check-enforcer evaluate

@azure-sdk
Copy link
Collaborator

azure-sdk commented Aug 15, 2024

API change check

APIView has identified API level changes in this PR and created following API reviews.

com.azure:azure-identity
com.azure:azure-json

@billwert
Copy link
Contributor Author

/azp run azure - identity

Copy link

No pipelines are associated with this pull request.

@billwert
Copy link
Contributor Author

/azp run java - identity

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

Copy link
Member

@g2vinay g2vinay left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR touches the pipeline layer.
We should also run manual e2e tests for all credentials to ensure they're working fine.

@billwert
Copy link
Contributor Author

billwert commented Sep 4, 2024

/azp run java - identity

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@billwert
Copy link
Contributor Author

billwert commented Sep 4, 2024

/azp run java - identity

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@billwert
Copy link
Contributor Author

billwert commented Sep 4, 2024

/azp run java - identity

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@billwert
Copy link
Contributor Author

billwert commented Sep 4, 2024

/azp run java - identity

Copy link

Azure Pipelines successfully started running 1 pipeline(s).

@billwert billwert merged commit a048c1f into Azure:main Sep 5, 2024
59 checks passed
@billwert billwert deleted the identity-azure-json branch September 5, 2024 17:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
Development

Successfully merging this pull request may close these issues.

[BUG] Azure Toolkit for IntelliJ - IntelliJCredential does not find logged in creds in keychain on Mac
4 participants