-
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_network_watcher_flow_log
destroy fails
#7154
Conversation
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 @yupwei68
Thanks for this PR - taking a look through this is looking good, if we can revert the changes to the test function then this otherwise LGTM 👍
Thanks!
azurerm/internal/services/network/tests/network_watcher_flow_log_resource_test.go
Outdated
Show resolved
Hide resolved
…form-provider-azurerm into wyp-network-watcherFlow
@tombuildsstuff @katbyte Thanks for your comments. Please continue reviewing. |
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 @yupwei68 - LGTM 👍
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 feel this issue should be reopened, we encourage creating a new issue linking back to this one for added context. If you feel I made an error 🤖 🙉 , please reach out to my human friends 👉 hashibot-feedback@hashicorp.com. Thanks! |
Fix #6913
=== RUN TestAccAzureRMNetworkWatcherFlowLog_basic
--- PASS: TestAccAzureRMNetworkWatcherFlowLog_basic (160.70s)
=== RUN TestAccAzureRMNetworkWatcherFlowLog_disabled
--- PASS: TestAccAzureRMNetworkWatcherFlowLog_disabled (143.00s)
=== RUN TestAccAzureRMNetworkWatcherFlowLog_reenabled
--- PASS: TestAccAzureRMNetworkWatcherFlowLog_reenabled (207.17s)
=== RUN TestAccAzureRMNetworkWatcherFlowLog_retentionPolicy
--- PASS: TestAccAzureRMNetworkWatcherFlowLog_retentionPolicy (201.46s)
=== RUN TestAccAzureRMNetworkWatcherFlowLog_updateStorageAccount
--- PASS: TestAccAzureRMNetworkWatcherFlowLog_updateStorageAccount (228.93s)
=== RUN TestAccAzureRMNetworkWatcherFlowLog_trafficAnalytics
--- PASS: TestAccAzureRMNetworkWatcherFlowLog_trafficAnalytics (359.23s)
=== RUN TestAccAzureRMNetworkWatcherFlowLog_version
--- PASS: TestAccAzureRMNetworkWatcherFlowLog_version (198.51s)
PASS