Skip to content

Commit 75b9cb7

Browse files
msyyclmazuel
andauthored
[work load monitor] deprecte (Azure#27680)
* deprecte info * Update CHANGELOG.md * update .toml * version update * Update README.md * Update CHANGELOG.md Co-authored-by: Laurent Mazuel <[email protected]>
1 parent 78aa5a1 commit 75b9cb7

File tree

5 files changed

+10
-30
lines changed

5 files changed

+10
-30
lines changed

sdk/workloadmonitor/azure-mgmt-workloadmonitor/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.0.0b4 (2022-11-29)
4+
5+
### Other Changes
6+
7+
- Deprecated this package. For more info, please see https://github.com/azure-deprecation/dashboard/issues/239
8+
39
## 1.0.0b3 (2022-10-27)
410

511
### Other Changes
Lines changed: 1 addition & 28 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1 @@
1-
# Microsoft Azure SDK for Python
2-
3-
This is the Microsoft Azure Workload Monitor 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/)
17-
Code samples for this package can be found at [Workload Monitor 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://aka.ms/azsdk/python/mgmt/samples)
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-workloadmonitor%2FREADME.png)
1+
The package has been deprecated. For more info, please see https://github.com/azure-deprecation/dashboard/issues/239

sdk/workloadmonitor/azure-mgmt-workloadmonitor/azure/mgmt/workloadmonitor/_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.0.0b3"
9+
VERSION = "1.0.0b4"

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ package_pprint_name = "Workload Monitor Management"
55
package_doc_id = ""
66
is_stable = false
77
is_arm = true
8+
auto_update = false

sdk/workloadmonitor/azure-mgmt-workloadmonitor/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)