Skip to content

Commit 787a443

Browse files
authored
Add deprecation note for Microsoft.Logz (Azure#39638)
* Add deprecation note for Microsoft.Logz * Address review comments
1 parent 2b6e638 commit 787a443

File tree

5 files changed

+11
-2
lines changed

5 files changed

+11
-2
lines changed

sdk/logz/azure-mgmt-logz/CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 1.1.1 (2025-02-10)
4+
5+
### Other Changes
6+
7+
- 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.
8+
39
## 1.1.0b1 (2022-11-08)
410

511
### Other Changes

sdk/logz/azure-mgmt-logz/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
# Microsoft Azure SDK for Python
22

3+
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.
4+
35
This is the Microsoft Azure Logz Management Client Library.
46
This package has been tested with Python 3.7+.
57
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).

sdk/logz/azure-mgmt-logz/azure/mgmt/logz/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@
66
# Changes may cause incorrect behavior and will be lost if the code is regenerated.
77
# --------------------------------------------------------------------------
88

9-
VERSION = "1.1.0b1"
9+
VERSION = "1.1.1"

sdk/logz/azure-mgmt-logz/sdk_packaging.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,3 +8,4 @@ is_arm = true
88
need_msrestazure = false
99
need_azuremgmtcore = true
1010
title = "MicrosoftLogz"
11+
auto_update = false

sdk/logz/azure-mgmt-logz/setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
url='https://github.com/Azure/azure-sdk-for-python',
4848
keywords="azure, azure sdk", # update with search keywords relevant to the azure service / product
4949
classifiers=[
50-
'Development Status :: 4 - Beta',
50+
'Development Status :: 7 - Inactive',
5151
'Programming Language :: Python',
5252
'Programming Language :: Python :: 3 :: Only',
5353
'Programming Language :: Python :: 3',

0 commit comments

Comments
 (0)