Metadata-Version: 2.4
Name: azure-cli-telemetry
Version: 1.1.0
Summary: Microsoft Azure CLI Telemetry Package
Home-page: https://github.com/Azure/azure-cli
Author: Microsoft Corporation
Author-email: azpycli@microsoft.com
License: MIT
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: System Administrators
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: License :: OSI Approved :: MIT License
License-File: LICENSE.txt
Requires-Dist: applicationinsights<0.12,>=0.11.1
Requires-Dist: portalocker<3,>=1.6
Dynamic: author
Dynamic: author-email
Dynamic: classifier
Dynamic: description
Dynamic: home-page
Dynamic: license
Dynamic: license-file
Dynamic: requires-dist
Dynamic: summary

Microsoft Azure CLI Telemetry Package
=====================================

This is the Microsoft Azure CLI Telemetry package. It is not intended to be installed directly by the end user.

This package includes:
1. Support API for Azure CLI to gather telemetry.
2. Telemetry upload process.



.. :changelog:

Release History
===============
1.1.0
+++++
* Drop telemetry cache strategy. Records will be uploaded immediately

1.0.8
+++++
* Keep storing telemetry to CLI AppInsights in local cache but send telemetry to other AppInsights immediately

1.0.7
+++++
* Support specifying `telemetry.push_interval_in_hours` to force push telemetry cache file

1.0.6
+++++
* Add `__version__` in `__init__.py`

1.0.5
+++++
* Support PEP420 namespace package

1.0.4
+++++
* MANIFEST file change to fix wheel install

1.0.3
+++++
* Indicate Python 3.7 support

1.0.2
+++++
* Minor fixes

1.0.1
+++++
* Minor fixes

1.0.0
+++++
* Initialize the azure-cli-telemetry package.
