Skip to content

Commit 2dfb9f3

Browse files
authored
[Scheduler] deprecate azure-mgmt-scheduler (#38228)
1 parent fc38319 commit 2dfb9f3

File tree

3 files changed

+8
-27
lines changed

3 files changed

+8
-27
lines changed

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

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Release History
22

3+
## 7.0.0 (2024-10-31)
4+
5+
### Other Changes
6+
7+
- This package has been deprecated and will no longer be maintained after 01-31-2022. This package will only receive security fixes until 01-31-2022. To receive updates on new features and non-security bug fixes, upgrade to the replacement service, [Azure Logic Apps](https://learn.microsoft.com/azure/logic-apps/logic-apps-overview). Refer to the migration guide (https://learn.microsoft.com/azure/scheduler/migrate-from-scheduler-to-logic-apps) for guidance on upgrading.
8+
39
## 7.0.0b1 (2020-10-22)
410

511
This is beta preview version.
+1-26
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,3 @@
11
# Microsoft Azure SDK for Python
22

3-
This is the Microsoft Azure Scheduler Management Client Library.
4-
This package has been tested with Python 3.7+.
5-
For a more complete view of Azure libraries, see the [azure sdk python release](https://aka.ms/azsdk/python/all).
6-
7-
## _Disclaimer_
8-
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_
10-
11-
# Usage
12-
13-
14-
To learn how to use this package, see the [quickstart guide](https://aka.ms/azsdk/python/mgmt)
15-
16-
For docs and references, see [Python SDK References](https://docs.microsoft.com/python/api/overview/azure/scheduler)
17-
Code samples for this package can be found at [Scheduler Management](https://docs.microsoft.com/samples/browse/?languages=python&term=Getting%20started%20-%20Managing&terms=Getting%20started%20-%20Managing) on docs.microsoft.com.
18-
Additional code samples for different Azure services are available at [Samples Repo](https://github.com/Azure-Samples/azure-samples-python-management/tree/main/samples/scheduler)
19-
20-
21-
# Provide Feedback
22-
23-
If you encounter any bugs or have suggestions, please file an issue in the
24-
[Issues](https://github.com/Azure/azure-sdk-for-python/issues)
25-
section of the project.
26-
27-
28-
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-mgmt-scheduler%2FREADME.png)
3+
This package has been deprecated and will no longer be maintained after 01-31-2022. This package will only receive security fixes until 01-31-2022. To receive updates on new features and non-security bug fixes, upgrade to the replacement service, [Azure Logic Apps](https://learn.microsoft.com/azure/logic-apps/logic-apps-overview). Refer to the migration guide (https://learn.microsoft.com/azure/scheduler/migrate-from-scheduler-to-logic-apps) for guidance on upgrading.

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

+1-1
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 = "7.0.0b1"
9+
VERSION = "7.0.0"

0 commit comments

Comments
 (0)