Skip to content

Commit 4f38c16

Browse files
authored
Deprecate mobilenetwork package (#44427)
* deprecate mobilenetwork package * Updating _version.py
1 parent b8b89a3 commit 4f38c16

File tree

5 files changed

+9
-3
lines changed

5 files changed

+9
-3
lines changed

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

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

3+
## 3.3.1 (2025-12-15)
4+
5+
### Other Changes
6+
- This package has been deprecated and will no longer be maintained after 09-30-2025. This package will only receive security fixes until 09-30-2025.
7+
38
## 3.3.0 (2024-06-17)
49

510
### Features Added

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ For a more complete view of Azure libraries, see the [azure sdk python release](
66

77
## _Disclaimer_
88

9-
_Azure SDK Python packages support for Python 2.7 has ended 01 January 2022. For more information and questions, please refer to https://github.com/Azure/azure-sdk-for-python/issues/20691_
9+
This package has been deprecated and will no longer be maintained after 09-30-2025. This package will only receive security fixes until 09-30-2025.
1010

1111
## Getting started
1212

sdk/mobilenetwork/azure-mgmt-mobilenetwork/azure/mgmt/mobilenetwork/_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 = "3.3.0"
9+
VERSION = "3.3.1"

sdk/mobilenetwork/azure-mgmt-mobilenetwork/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 = "MobileNetworkManagementClient"
11+
auto_update = false

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@
4949
url="https://github.com/Azure/azure-sdk-for-python",
5050
keywords="azure, azure sdk", # update with search keywords relevant to the azure service / product
5151
classifiers=[
52-
"Development Status :: 5 - Production/Stable",
52+
"Development Status :: 7 - Inactive",
5353
"Programming Language :: Python",
5454
"Programming Language :: Python :: 3 :: Only",
5555
"Programming Language :: Python :: 3",

0 commit comments

Comments
 (0)