Skip to content

Commit 546c90b

Browse files
Add deprecation note for media services (#41305)
* Add deprecation note for media services * Update CHANGELOG.md * Update CHANGELOG.md * Update README.md
1 parent 1120907 commit 546c90b

File tree

5 files changed

+15
-2
lines changed

5 files changed

+15
-2
lines changed

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

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

3+
## 10.2.1 (2025-06-03)
4+
5+
### Other Changes
6+
7+
- Please note, this package has been deprecated and will no longer be maintained after 06/30/2024.
8+
Refer to [Azure Media Services retirement guide](https://learn.microsoft.com/azure/media-services/latest/azure-media-services-retirement) for more retirement details and how to migrate to the new services.
9+
Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details.
10+
311
## 10.2.0 (2023-01-12)
412

513
### Features Added

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

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

3+
Please note, this package has been deprecated and will no longer be maintained after 06/30/2024.
4+
Refer to [Azure Media Services retirement guide](https://learn.microsoft.com/azure/media-services/latest/azure-media-services-retirement) for more retirement details and how to migrate to the new services.
5+
Refer to our deprecation policy (https://aka.ms/azsdk/support-policies) for more details.
6+
37
This is the Microsoft Azure Media Services Client Library.
48
This package has been tested with Python 3.7+.
59
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).

sdk/media/azure-mgmt-media/azure/mgmt/media/_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 = "10.2.0"
9+
VERSION = "10.2.1"

sdk/media/azure-mgmt-media/pyproject.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,3 +4,4 @@ mypy = false
44
pyright = false
55
type_check_samples = false
66
verifytypes = false
7+
auto_update = false

sdk/media/azure-mgmt-media/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 :: 5 - Production/Stable',
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)