Adapt Code to Azure SDK 2.0.0RC4 (#2319)

This commit is contained in:
Laurent Mazuel 2016-06-04 15:14:16 -07:00 committed by Matt Clay
commit 23e0c6246b

View file

@ -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