Skip to content

Commit 22eafc6

Browse files
authored
{amg} Remove msrestazure for amg extension (#8846)
* Remove msrestazure for amg extension * fix style
1 parent 48d2c46 commit 22eafc6

File tree

3 files changed

+7
-3
lines changed

3 files changed

+7
-3
lines changed

src/amg/HISTORY.rst

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,3 +137,8 @@ Release History
137137
* `az grafana integrations monitor add`: support optional subscription id argument for multi-subscription scenarios
138138
* `az grafana integrations monitor delete`: support optional subscription id argument for multi-subscription scenarios
139139
* `az grafana notification-channel`: deprecate command group as part of Grafana legacy alerting deprecation
140+
141+
142+
2.6.1
143+
++++++
144+
* Remove msrestazure dependency

src/amg/azext_amg/_validators.py

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,13 +3,12 @@
33
# Licensed under the MIT License. See License.txt in the project root for license information.
44
# --------------------------------------------------------------------------------------------
55

6-
from msrestazure.tools import parse_resource_id
7-
86
from knack.util import CLIError
97

108
from azure.cli.core.commands.validators import get_default_location_from_resource_group, validate_tags
119
from azure.cli.core.commands.client_factory import get_mgmt_service_client
1210
from azure.cli.core.profiles import ResourceType
11+
from azure.mgmt.core.tools import parse_resource_id
1312

1413

1514
def process_grafana_create_namespace(cmd, namespace):

src/amg/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# TODO: Confirm this is the right version number you want and it matches your
1818
# HISTORY.rst entry.
19-
VERSION = '2.6.0'
19+
VERSION = '2.6.1'
2020

2121
# The full list of classifiers is available at
2222
# https://pypi.python.org/pypi?%3Aaction=list_classifiers

0 commit comments

Comments
 (0)