-
Notifications
You must be signed in to change notification settings - Fork 9.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
provider/azurerm: Remove storage containers and blobs when storage accounts are not found #6855
Conversation
I don't think there's an easy way of testing this in the acceptance testing framework since it needs manual modification to the underlying infrastructure, correct? |
Correct :) I am going to run the tests to make sure all looks ok though first |
b919fef
to
459a118
Compare
This changes this:
to this
|
We could probably abuse testFunc here to just make API calls to delete the storage account - what do you think? |
accounts are not found
459a118
to
bff545b
Compare
@jen20 as requested :)
|
Great! LGTM pending Travis! Thanks @stack72 |
I'm going to lock this issue because it has been closed for 30 days ⏳. This helps our maintainers find and focus on the active issues. If you have found a problem that seems similar to this, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further. |
Fixes #6725