-
Notifications
You must be signed in to change notification settings - Fork 2.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
make Log analytics track1 obselete (#21730)
* 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
Showing
5 changed files
with
11 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
|
||
 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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', | ||
|