Skip to content

Commit

Permalink
{Monitor-control-service} Use extension module name to avoid index te…
Browse files Browse the repository at this point in the history
…st failure (Azure#7129)
  • Loading branch information
AllyW authored and ddouglas-msft committed Jan 10, 2024
1 parent aba8d1f commit c3a714f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions src/monitor-control-service/HISTORY.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@
Release History
===============
1.0.1
++++++
* Normalization module name in setup

1.0.0
++++++
* Enable all of the facilities of `data-collection` in stable version `2022-06-01`
Expand Down
4 changes: 2 additions & 2 deletions src/monitor-control-service/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
from setuptools import setup, find_packages

# HISTORY.rst entry.
VERSION = '1.0.0'
VERSION = '1.0.1'

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

setup(
name='monitor_control_service',
name='monitor-control-service',
version=VERSION,
description='Microsoft Azure Command-Line Tools MonitorClient Extension',
author='Microsoft Corporation',
Expand Down

0 comments on commit c3a714f

Please sign in to comment.