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 API for managed identity #4107

Merged
merged 18 commits into from
May 9, 2023
Merged

Update API for managed identity #4107

merged 18 commits into from
May 9, 2023

Conversation

neha-bhargava
Copy link
Contributor

@neha-bhargava neha-bhargava commented Apr 26, 2023

Fixes #4114

Changes proposed in this request

  • Update managed identity api to specify managed identity with .Create() method.
  • Remove cache extensibility APIs from managed identity builder.

Testing
Update unit and integration tests

Performance impact

Documentation

  • All relevant documentation is updated.

@neha-bhargava neha-bhargava marked this pull request as ready for review April 27, 2023 18:57
Copy link
Member

@bgavrilMS bgavrilMS left a comment

Choose a reason for hiding this comment

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

Better to use object instead of interface. See comment.

Copy link
Contributor

@pmaytak pmaytak left a comment

Choose a reason for hiding this comment

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

I would just rename ManagedIdentityConfiguration to ManagedIdentityId.

Copy link
Contributor

@gladjohn gladjohn left a comment

Choose a reason for hiding this comment

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

Looks good Neha

@neha-bhargava neha-bhargava merged commit e7533b0 into main May 9, 2023
8 checks passed
@neha-bhargava neha-bhargava deleted the nebharg/ApiUpdates branch May 9, 2023 17:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Update managed identity API to specify the identity when creating the application.
7 participants