-
Notifications
You must be signed in to change notification settings - Fork 336
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
azure_rm_virtualnetwork error 'APIVersion 2019-06-01 is not available' #156
Comments
And azure_rm_securitygroup. |
The network_client in azure_rm_common requires it
|
Looking through the azure_rm_common.py code, it appears that the latest default version for this client is
|
@Chaffelson Thank you for reporting this problem, this problem should be caused by your network API version library version is old. Can you upgrade azure-mgmt-network and try again?
|
SUMMARY
When using azure.azcollection.azure_rm_virtualnetwork it throws the error APIVersion 2019-06-01 is not available. Tested in published master and current dev
ISSUE TYPE
COMPONENT NAME
azure_rm_virtualnetwork
ANSIBLE VERSION
CONFIGURATION
OS / ENVIRONMENT
MacOX Catalina 10.15.5
STEPS TO REPRODUCE
EXPECTED RESULTS
In this case, the vnet should be created, which works fine with the module version i.e. using
azure_rm_virtualnetwork
instead ofazure.azcollection.azure_rm_virtualnetwork
ACTUAL RESULTS
The text was updated successfully, but these errors were encountered: