Skip to content

Commit

Permalink
make Log analytics track1 obselete (#21730)
Browse files Browse the repository at this point in the history
* Update sdk_packaging.toml

* Update README.md

* Update version.py

* Update CHANGELOG.md

* Update setup.py
  • Loading branch information
Rakshith Bhyravabhotla authored Nov 11, 2021
1 parent 535e43f commit cd452cd
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 38 deletions.
6 changes: 5 additions & 1 deletion sdk/loganalytics/azure-loganalytics/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Release History

## 0.1.1 (2021-11-11)

* This package is no longer maintained. Please use https://pypi.org/project/azure-monitor-query/

## 0.1.0 (2018-07-11)

* Initial Release
* Initial Release
37 changes: 2 additions & 35 deletions sdk/loganalytics/azure-loganalytics/README.md
Original file line number Diff line number Diff line change
@@ -1,40 +1,7 @@
## Microsoft Azure SDK for Python

This is the Microsoft Azure Log Analytics Client Library.
This package is no longer being maintained. Please use our latest package [azure-monitor-query](https://pypi.org/project/azure-monitor-query/).

This package has been tested with Python 2.7, 3.4, 3.5, 3.6 and 3.7.

For a more complete set of Azure libraries, see the
[azure sdk python release](https://aka.ms/azsdk/python/all).

## Compatibility

**IMPORTANT**: If you have an earlier version of the azure package
(version < 1.0), you should uninstall it before installing this
package.

You can check the version using pip:

``` shell
pip freeze
```

If you see azure==0.11.0 (or any version below 1.0), uninstall it first:

``` shell
pip uninstall azure
```

## Usage

For code examples, see [Log
Analytics](https://docs.microsoft.com/python/api/overview/azure/) on
docs.microsoft.com.

## Provide Feedback

If you encounter any bugs or have suggestions, please file an issue in
the [Issues](https://github.com/Azure/azure-sdk-for-python/issues)
section of the project.
A [migration guide](https://github.com/Azure/azure-sdk-for-python/blob/main/sdk/monitor/azure-monitor-query/migration_guide.md) has been provided for the same.

![image](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-loganalytics%2FREADME.png)
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@
# regenerated.
# --------------------------------------------------------------------------

VERSION = "0.1.0"
VERSION = "0.1.1"

2 changes: 2 additions & 0 deletions sdk/loganalytics/azure-loganalytics/sdk_packaging.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,5 @@ package_pprint_name = "Log Analytics"
package_doc_id = ""
is_stable = false
is_arm = false
auto_update = false
need_msrestazure = false
2 changes: 1 addition & 1 deletion sdk/loganalytics/azure-loganalytics/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
author_email='[email protected]',
url='https://github.com/Azure/azure-sdk-for-python',
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 7 - Inactive',
'Programming Language :: Python',
'Programming Language :: Python :: 2',
'Programming Language :: Python :: 2.7',
Expand Down

0 comments on commit cd452cd

Please sign in to comment.