mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 21:32:49 +00:00
Adapt Code to Azure SDK 2.0.0RC4 (#2319)
This commit is contained in:
committed by
Matt Clay
parent
c3a1efee4f
commit
23e0c6246b
@@ -371,8 +371,8 @@ try:
|
||||
Deployment,
|
||||
ResourceGroup,
|
||||
Dependency)
|
||||
from azure.mgmt.resource.resources import ResourceManagementClient, ResourceManagementClientConfiguration
|
||||
from azure.mgmt.network import NetworkManagementClient, NetworkManagementClientConfiguration
|
||||
from azure.mgmt.resource.resources import ResourceManagementClient
|
||||
from azure.mgmt.network import NetworkManagementClient
|
||||
|
||||
except ImportError:
|
||||
# This is handled in azure_rm_common
|
||||
|
||||
Reference in New Issue
Block a user