Metadata-Version: 2.1
Name: azure-cli-monitor
Version: 0.2.8
Summary: Microsoft Azure Command-Line Tools Monitor Command Module
Home-page: https://github.com/Azure/azure-cli
Author: Microsoft Corporation
Author-email: azpycli@microsoft.com
License: MIT
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Requires-Dist: azure-cli-core
Requires-Dist: azure-mgmt-monitor (==0.5.2)
Requires-Dist: azure-cli-command-modules-nspkg (>=2.0.0)

Microsoft Azure CLI 'Monitor' Command Module
============================================



.. :changelog:

Release History
===============

0.2.8
+++++
* Minor fixes

0.2.7
+++++
* Minor fixes

0.2.6
+++++
* `monitor metrics alert create/update`: `--condition` now supports metric names which include characters forward-slash (/) and period (.).

0.2.5
+++++
* `monitor activity-log list`:
    Allow listing all events at the subscription level.
    Added `--offset` parameter to more easily create time queries.
    Improved validation for --start-time and --end-time to use wider range of ISO8601 formats and more user-friendly datetime formats.
    Added `--namespace` as alias for deprecated option `--resource-provider`.
    Deprecated `--filters` because no values other than those with strongly-typed options are supported by the service.
* `monitor metrics list`:
    Added `--offset` parameter to more easily create time queries.
    Improved validation for --start-time and --end-time to use wider range of ISO8601 formats and more user-friendly datetime formats.
* `monitor diagnostic-settings create`: Improve validation for arguments `--event-hub` and `--event-hub-rule`.

0.2.4
+++++
* Minor fixes

0.2.3
+++++
* Added `monitor metrics alert` commands for near-realtime metric alerts.
* Deprecated `monitor alert` commands.

0.2.2
+++++
* Minor fixes

0.2.1
+++++
* Minor fixes

0.2.0
+++++
* BREAKING CHANGE: 'show' commands log error message and fail with exit code of 3 upon a missing resource.

0.1.8
++++++
* Minor fixes.

0.1.7
+++++
* Minor fixes.

0.1.6
+++++
* Minor fixes.

0.1.5
+++++
* Minor fixes.
* `sdist` is now compatible with wheel 0.31.0

0.1.4
+++++
* `metrics list`: Added support for `--top`, `--orderby` and `--namespace`. [Closes #5785](https://github.com/Azure/azure-cli/issues/5785)
* `metrics list`: Accepts a space-separated list of metrics to retrieve. [Fixes #4529](https://github.com/Azure/azure-cli/issues/5785)
* `metrics list-definitions`: Added support for `--namespace`. [Closes #5785](https://github.com/Azure/azure-cli/issues/5785)

0.1.3
+++++
* Deprecates the `monitor autoscale-settings` commands.
* Adds the `monitor autoscale` command group.
* Adds the `monitor autoscale profile` command group.
* Adds the `monitor autoscale rule` command group.

0.1.2
+++++
* Fix az monitor log-profiles create command

0.1.1
+++++
* Minor fixes.

0.1.0
+++++
* BC: Add multi-diagnostic settings support. `--name` is required in `monitor diagnostic-settings create`.
* Add command to get diagnostic settings category.

0.0.14
++++++
* Update for CLI core changes.

0.0.13
++++++
* Update managed SDK reference to 0.4.0
* Remove data plane SDK reference
* BREAKING CHANGE: Add multi-dimension support to metrics command

0.0.12
++++++
* Add activity-log alert commands
* Minor fixes.

0.0.11
++++++
* Add action-group commands

0.0.10 (2017-09-22)
+++++++++++++++++++
* minor fixes

0.0.9 (2017-08-28)
++++++++++++++++++
* minor fixes

0.0.8 (2017-07-07)
++++++++++++++++++
* minor fixes

0.0.7 (2017-06-21)
++++++++++++++++++
* No changes.

0.0.6 (2017-06-13)
++++++++++++++++++
* Minor fixes.

0.0.5 (2017-05-30)
+++++++++++++++++++++

* Include autoscale template file to fix `az monitor autoscale-settings get-parameters-template` command (#3349)
* BC: `monitor alert-rule-incidents list` renamed `monitor alert list-incidents`
* BC: `monitor alert-rule-incidents show` renamed `monitor alert show-incident`
* BC: `monitor metric-defintions list` renamed `monitor metrics list-definitions`
* BC: `monitor alert-rules` renamed `monitor alert`
* BC: `monitor alert create` completely revamped. `condition` and `action` no longer accepts JSON.
	  Adds numerous parameters to simplify the rule creation process. `location` no longer required.
	  Added name or ID support for target.
	  `--alert-rule-resource-name` removed. `is-enabled` renamed `enabled` and no longer required.
	  `description` defaults based on the supplied condition. Added examples to help clarifiy the
	  new format.
* BC: Support names or IDs for `monitor metric` commands.
* `monitor alert rule update` - Added numerous convenience arguments to improve usability. Added
  examples to explain usage of the new arguments.

0.0.4 (2017-05-09)
+++++++++++++++++++++

* Minor fixes.

0.0.3 (2017-04-28)
+++++++++++++++++++++

* Bug Fix: Modeling `--actions` of `az alert-rules create` to consume JSON string (#3009)
* Bug fix - diagnostic settings create does not accept logs/metrics from show commands (#2913)

0.0.2 (2017-04-17)
+++++++++++++++++++++

* Apply core changes required for JSON string parsing from shell (#2705)

0.0.1 (2017-04-03)
+++++++++++++++++++++

* Preview release.


