-
Notifications
You must be signed in to change notification settings - Fork 301
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
bugfix: azuread_application - delete password block #1430
Conversation
89227cd
to
d1fb644
Compare
00f3897
to
8709641
Compare
8709641
to
ccdebd9
Compare
Hi @katbyte I update the pr and run all the required tests: make testacc TESTARGS='-run=TestAccApplicationPassword_with_ApplicationInlinePassword' Both passed without any issue. Can you please take a look the the rebased pr? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hi @HappyTobi - Thanks for this, just a couple minor changes to take a look at below if you could, and then I think this will be good to go.
internal/services/applications/application_password_resource_test.go
Outdated
Show resolved
Hide resolved
internal/services/applications/application_password_resource_test.go
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @HappyTobi - this LGTM now 👍
FIX:
Update function of application resource to update / remove the password when the inline
password
block is removed.