Skip to content

Commit

Permalink
{Image-copy} Remove direct call to msrestazure (#8232)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jing-song authored Nov 7, 2024
1 parent 0cc00fe commit 96fdc9c
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions src/image-copy/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@
Release History
===============

1.0.0
++++++
* Remove direct call to `msrestazure`

0.2.13
++++++
* [BREAKING CHANGE] Deprecated non-compliant parameter name '--temporary_resource_group_name'.
Expand Down
2 changes: 1 addition & 1 deletion src/image-copy/azext_imagecopy/azext_metadata.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"azext.minCliCoreVersion": "2.0.24"
"azext.minCliCoreVersion": "2.66.0"
}
2 changes: 1 addition & 1 deletion src/image-copy/azext_imagecopy/cli_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def prepare_cli_command(cmd, output_as_json=True, tags=None, subscription=None,


def get_storage_account_id_from_blob_path(blob_path, resource_group, subscription_id):
from msrestazure.tools import resource_id
from azure.mgmt.core.tools import resource_id

logger.debug('Getting storage account id for blob: %s', blob_path)

Expand Down
2 changes: 1 addition & 1 deletion src/image-copy/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
from codecs import open
from setuptools import setup, find_packages

VERSION = "0.2.13"
VERSION = "1.0.0"

CLASSIFIERS = [
'Development Status :: 4 - Beta',
Expand Down

0 comments on commit 96fdc9c

Please sign in to comment.