-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
azurerm_container_app - Remove 'cannot remove secrets' check #25743
azurerm_container_app - Remove 'cannot remove secrets' check #25743
Conversation
The underling [issue](microsoft/azure-container-apps#395) has been fixed; hence the check is no longer needed.
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 @cgraf-spiria - Can you add a tests to prove the underlying fix on the service actually works for a removing a secret, and another that checks we get the correct error behaviours described in the issue linked? Once those are added we can continue review.
Thanks!
My bad, didn't quite understand how testing worked. First time contributing to this project :) |
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 @cgraf-spiria - LGTM 📚
I'm going to lock this pull request because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active contributions. |
Community Note
Description
Fix for issue #24945
Removing a check that was added to print an error when a container app secret is removed.
This check is no longer needed since the underlying issue in azure-container-apps was fixed.
PR Checklist
For example: “
resource_name_here
- description of change e.g. adding propertynew_property_name_here
”Changes to existing Resource / Data Source
Testing
I tested locally by updating a container app's secrets. Adding and removing one or multiple secrets worked.
Since I'm removing code, I didn't include additional tests/coverage.
Change Log
azurerm_container_app
- Remove 'cannot remove secrets' checkRelated Issue(s)
Fixes #24945
Note
If this PR changes meaningfully during the course of review please update the title and description as required.