diff --git a/src/acrcssc/HISTORY.rst b/src/acrcssc/HISTORY.rst index 08b21d1c1b0..5d285d45f71 100644 --- a/src/acrcssc/HISTORY.rst +++ b/src/acrcssc/HISTORY.rst @@ -2,6 +2,11 @@ Release History =============== + +1.0.0b4 ++++++++ +* Fix resource SDK import error + 1.0.0b3 +++++++ * Remove msrestazure dependency diff --git a/src/acrcssc/azext_acrcssc/azext_metadata.json b/src/acrcssc/azext_acrcssc/azext_metadata.json index b165ea04b95..baed5e324b5 100644 --- a/src/acrcssc/azext_acrcssc/azext_metadata.json +++ b/src/acrcssc/azext_acrcssc/azext_metadata.json @@ -1,4 +1,4 @@ { "azext.isPreview": true, - "azext.minCliCoreVersion": "2.60.0" + "azext.minCliCoreVersion": "2.76.0" } \ No newline at end of file diff --git a/src/acrcssc/azext_acrcssc/helper/_deployment.py b/src/acrcssc/azext_acrcssc/helper/_deployment.py index f00653aef6c..2b52bae1a1c 100644 --- a/src/acrcssc/azext_acrcssc/helper/_deployment.py +++ b/src/acrcssc/azext_acrcssc/helper/_deployment.py @@ -9,7 +9,7 @@ from azure.cli.core.util import get_file_json from azure.cli.core.azclierror import AzCLIError from azure.cli.core.commands import LongRunningOperation -from azure.mgmt.resource.resources.models import ( +from azure.mgmt.resource.deployments.models import ( DeploymentExtended, DeploymentProperties, DeploymentMode, diff --git a/src/acrcssc/setup.py b/src/acrcssc/setup.py index 5175d918901..72c8ee1d25c 100644 --- a/src/acrcssc/setup.py +++ b/src/acrcssc/setup.py @@ -13,7 +13,7 @@ from distutils import log as logger logger.warn("Wheel is not available, disabling bdist_wheel hook") -VERSION = '1.0.0b3' +VERSION = '1.0.0b4' # The full list of classifiers is available at # https://pypi.python.org/pypi?%3Aaction=list_classifiers