Skip to content

Commit ec44aab

Browse files
authored
{aosm} Remove msrestazure for aosm (#8847)
* Remove msrestazure for aosm * test recording
1 parent 91b0969 commit ec44aab

4 files changed

Lines changed: 36 additions & 33 deletions

File tree

src/aosm/HISTORY.rst

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
33
Release History
44
===============
5+
2.0.0b2
6+
++++++++
7+
* Remove msrestazure dependency
58

69
2.0.0b1
710
++++++++

src/aosm/azext_aosm/_validators.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ def example_name_or_id_validator(cmd, namespace):
99
# See:
1010
# https://github.com/Azure/azure-cli/blob/dev/doc/authoring_command_modules/authoring_commands.md#supporting-name-or-id-parameters
1111
from azure.cli.core.commands.client_factory import get_subscription_id
12-
from msrestazure.tools import is_valid_resource_id, resource_id
12+
from azure.mgmt.core.tools import is_valid_resource_id, resource_id
1313

1414
if namespace.storage_account:
1515
if not is_valid_resource_id(namespace.RESOURCE):

0 commit comments

Comments
 (0)