Skip to content

Commit 22c49da

Browse files
authored
[GraphRBAC] deprecating package (#38224)
* [GraphRBAC] updating docs to point to replacement repo * update version file * fix link
1 parent a22dfc9 commit 22c49da

File tree

3 files changed

+11
-10
lines changed

3 files changed

+11
-10
lines changed

sdk/graphrbac/azure-graphrbac/CHANGELOG.md

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

3+
## 0.61.2 (2024-10-31)
4+
5+
### Other Changes
6+
7+
- This package has been deprecated and will no longer be maintained after 10-31-2024. This package will only receive security fixes until 10-31-2024. Refer to the samples in the [MS Graph SDK for Python repo](https://github.com/microsoftgraph/msgraph-sdk-python) instead.
8+
9+
- For additional support, open a new issue in the [Issues](https://github.com/microsoftgraph/msgraph-sdk-python/issues) section of the MS Graph SDK for Python repo.
10+
311
## 0.61.1 (2019-05-29)
412

513
**Bugfix**
+2-9
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# Microsoft Azure SDK for Python
22

3-
This is the Microsoft Azure Graph RBAC Client Library.
3+
This package has been deprecated and will no longer be maintained after 10-31-2024. This package will only receive security fixes until 10-31-2024. Refer to the samples in the [MS Graph SDK for Python repo](https://github.com/microsoftgraph/msgraph-sdk-python) instead.
44

5-
`azure-graphrbac` is about Azure AD Graph API, which is now deprecated. We do not support SDK fixes to this product anymore. Please refer to this issue for additional way to get support to move to Microsoft Graph API:
6-
https://github.com/azure-deprecation/dashboard/issues/60
7-
8-
The recommendation is to use MSGraph and its SDK instead to replace it:
9-
https://github.com/microsoftgraph/msgraph-sdk-python
10-
11-
12-
![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-graphrbac%2FREADME.png)
5+
For additional support, open a new issue in the [Issues](https://github.com/microsoftgraph/msgraph-sdk-python/issues) section of the MS Graph SDK for Python repo.

sdk/graphrbac/azure-graphrbac/azure/graphrbac/version.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@
99
# regenerated.
1010
# --------------------------------------------------------------------------
1111

12-
VERSION = "0.61.1"
12+
VERSION = "0.61.2"
1313

0 commit comments

Comments
 (0)