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

fixes ApplicationsById to ByApplicationId #105

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

ssyno
Copy link
Contributor

@ssyno ssyno commented Dec 8, 2023

No description provided.

@ssyno ssyno requested a review from a team as a code owner December 8, 2023 14:32
@@ -244,7 +247,8 @@ func (a *Azure) CreateOrUpdateSecret(id string, config provider.AppConfig, ctx c

// Create secret if it does not exist
if needsCreation {
secret, err = a.Client.ApplicationsById(id).AddPassword().Post(ctx, GetSecretCreateRequestBody(config), nil)
passwordRequestBody := applications.NewItemAddPasswordPostRequestBody()
Copy link
Contributor

Choose a reason for hiding this comment

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

Does this work/get the same result as GetSecretCreateRequestBody(config)?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I am not really sure, this is what I understood from what I saw in the library

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