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

Add service principal resource #1074

Open
wants to merge 22 commits into
base: main
Choose a base branch
from

Conversation

Anthony1128
Copy link
Collaborator

No description provided.

@Anthony1128 Anthony1128 force-pushed the feature/service-principal-resource branch from 7de3333 to 428b8d0 Compare December 16, 2024 17:34
account_client = get_account_client()

if physical_resource_id:
return update_service_principal_secrets(properties, physical_resource_id, account_client)

Choose a reason for hiding this comment

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

in case have a use case and we want to recreate the secret again, will we have to delete it first?

)


def update_service_principal_secrets(

Choose a reason for hiding this comment

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

I would change the function name here, because we are not updating. Maybe get_service_principal_secrets?

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.

2 participants