Skip to content

Commit

Permalink
Add deprecation note for Microsoft.Logz (#39638)
Browse files Browse the repository at this point in the history
* Add deprecation note for Microsoft.Logz

* Address review comments
  • Loading branch information
pachaturvedi authored Feb 10, 2025
1 parent 2b6e638 commit 787a443
Show file tree
Hide file tree
Showing 5 changed files with 11 additions and 2 deletions.
6 changes: 6 additions & 0 deletions sdk/logz/azure-mgmt-logz/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Release History

## 1.1.1 (2025-02-10)

### Other Changes

- This package has been deprecated and will no longer be maintained after 02-10-2025. This package will only receive security fixes until 02-10-2025.

## 1.1.0b1 (2022-11-08)

### Other Changes
Expand Down
2 changes: 2 additions & 0 deletions sdk/logz/azure-mgmt-logz/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Microsoft Azure SDK for Python

This package has been deprecated and will no longer be maintained after 02-10-2025. This package will only receive security fixes until 02-10-2025.

This is the Microsoft Azure Logz Management Client Library.
This package has been tested with Python 3.7+.
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
Expand Down
2 changes: 1 addition & 1 deletion sdk/logz/azure-mgmt-logz/azure/mgmt/logz/_version.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
# --------------------------------------------------------------------------

VERSION = "1.1.0b1"
VERSION = "1.1.1"
1 change: 1 addition & 0 deletions sdk/logz/azure-mgmt-logz/sdk_packaging.toml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,4 @@ is_arm = true
need_msrestazure = false
need_azuremgmtcore = true
title = "MicrosoftLogz"
auto_update = false
2 changes: 1 addition & 1 deletion sdk/logz/azure-mgmt-logz/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
url='https://github.com/Azure/azure-sdk-for-python',
keywords="azure, azure sdk", # update with search keywords relevant to the azure service / product
classifiers=[
'Development Status :: 4 - Beta',
'Development Status :: 7 - Inactive',
'Programming Language :: Python',
'Programming Language :: Python :: 3 :: Only',
'Programming Language :: Python :: 3',
Expand Down

0 comments on commit 787a443

Please sign in to comment.