File tree Expand file tree Collapse file tree 3 files changed +7
-3
lines changed
Expand file tree Collapse file tree 3 files changed +7
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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-
86from knack .util import CLIError
97
108from azure .cli .core .commands .validators import get_default_location_from_resource_group , validate_tags
119from azure .cli .core .commands .client_factory import get_mgmt_service_client
1210from azure .cli .core .profiles import ResourceType
11+ from azure .mgmt .core .tools import parse_resource_id
1312
1413
1514def process_grafana_create_namespace (cmd , namespace ):
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments