Skip to content

Commit 2f3c79e

Browse files
authored
Fix metrics tests (#4476)
* Fix metrics tests * Packaging update of azure-mgmt-monitor
1 parent 26eb888 commit 2f3c79e

File tree

4 files changed

+115
-60
lines changed

4 files changed

+115
-60
lines changed

azure-mgmt-monitor/MANIFEST.in

+4
Original file line numberDiff line numberDiff line change
@@ -1 +1,5 @@
1+
recursive-include tests *.py *.yaml
12
include *.rst
3+
include azure/__init__.py
4+
include azure/mgmt/__init__.py
5+

azure-mgmt-monitor/README.rst

-19
Original file line numberDiff line numberDiff line change
@@ -14,25 +14,6 @@ For the older Azure Service Management (ASM) libraries, see
1414
For a more complete set of Azure libraries, see the `azure <https://pypi.python.org/pypi/azure>`__ bundle package.
1515

1616

17-
Compatibility
18-
=============
19-
20-
**IMPORTANT**: If you have an earlier version of the azure package
21-
(version < 1.0), you should uninstall it before installing this package.
22-
23-
You can check the version using pip:
24-
25-
.. code:: shell
26-
27-
pip freeze
28-
29-
If you see azure==0.11.0 (or any version below 1.0), uninstall it first:
30-
31-
.. code:: shell
32-
33-
pip uninstall azure
34-
35-
3617
Usage
3718
=====
3819

0 commit comments

Comments
 (0)