You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
azurerm_network_connection_monitor should create sucessfully.
Actual Behavior
azurerm_network_connection_monitor failed to create with properties source and destination in API version 2020-03-01 and threw below error message. After do more testing, it works fine with previous api version.
Error: Error creating Connection Monitor "acctestcm-test01" (Watcher "acctnw-test01" / Resource Group "acctestRG-watcher-test01"): network.ConnectionMonitorsClient#CreateOrUpdate: Failure sending request: StatusCode=400 -- Original Error: Code="IncorrectAPIVersionToCreateSingleSourceDestinationConnectionMonitor" Message="Cannot create single-source-destination connection monitor /subscriptions//resourceGroups//providers/Microsoft.Network/networkWatchers//connectionMonitors/ using this api version 2020-03-01. Supported version is 2019-06-01 or lower." Details=[]
Steps to Reproduce
terraform apply
Important Factoids
References
#0000
The text was updated successfully, but these errors were encountered:
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 👉 [email protected]. Thanks!
ghost
locked as resolved and limited conversation to collaborators
Dec 11, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Community Note
Terraform (and AzureRM Provider) Version
Terraform v0.12.26
provider.azurerm v2.14.0
Affected Resource(s)
azurerm_network_connection_monitor
Terraform Configuration Files
Debug Output
Panic Output
Expected Behavior
azurerm_network_connection_monitor should create sucessfully.
Actual Behavior
azurerm_network_connection_monitor failed to create with properties source and destination in API version 2020-03-01 and threw below error message. After do more testing, it works fine with previous api version.
Steps to Reproduce
terraform apply
Important Factoids
References
The text was updated successfully, but these errors were encountered: