mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Adapt Code to Azure SDK 2.0.0RC4 (#2319)
This commit is contained in:
parent
c3a1efee4f
commit
23e0c6246b
1 changed files with 2 additions and 2 deletions
|
@ -371,8 +371,8 @@ try:
|
||||||
Deployment,
|
Deployment,
|
||||||
ResourceGroup,
|
ResourceGroup,
|
||||||
Dependency)
|
Dependency)
|
||||||
from azure.mgmt.resource.resources import ResourceManagementClient, ResourceManagementClientConfiguration
|
from azure.mgmt.resource.resources import ResourceManagementClient
|
||||||
from azure.mgmt.network import NetworkManagementClient, NetworkManagementClientConfiguration
|
from azure.mgmt.network import NetworkManagementClient
|
||||||
|
|
||||||
except ImportError:
|
except ImportError:
|
||||||
# This is handled in azure_rm_common
|
# This is handled in azure_rm_common
|
||||||
|
|
Loading…
Reference in a new issue