Skip to content

Commit 64cc54d

Browse files
authored
{Monitor-control-service} Use extension module name to avoid index test failure (#7129)
1 parent 0a730d6 commit 64cc54d

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

src/monitor-control-service/HISTORY.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
33
Release History
44
===============
5+
1.0.1
6+
++++++
7+
* Normalization module name in setup
8+
59
1.0.0
610
++++++
711
* Enable all of the facilities of `data-collection` in stable version `2022-06-01`

src/monitor-control-service/setup.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
from setuptools import setup, find_packages
1111

1212
# HISTORY.rst entry.
13-
VERSION = '1.0.0'
13+
VERSION = '1.0.1'
1414

1515
# The full list of classifiers is available at
1616
# https://pypi.python.org/pypi?%3Aaction=list_classifiers
@@ -34,7 +34,7 @@
3434
HISTORY = f.read()
3535

3636
setup(
37-
name='monitor_control_service',
37+
name='monitor-control-service',
3838
version=VERSION,
3939
description='Microsoft Azure Command-Line Tools MonitorClient Extension',
4040
author='Microsoft Corporation',

0 commit comments

Comments
 (0)