From 22c49da9591c0bb06989c1c2f9965db5372f9950 Mon Sep 17 00:00:00 2001 From: swathipil <76007337+swathipil@users.noreply.github.com> Date: Thu, 31 Oct 2024 16:31:15 -0500 Subject: [PATCH] [GraphRBAC] deprecating package (#38224) * [GraphRBAC] updating docs to point to replacement repo * update version file * fix link --- sdk/graphrbac/azure-graphrbac/CHANGELOG.md | 8 ++++++++ sdk/graphrbac/azure-graphrbac/README.md | 11 ++--------- .../azure-graphrbac/azure/graphrbac/version.py | 2 +- 3 files changed, 11 insertions(+), 10 deletions(-) diff --git a/sdk/graphrbac/azure-graphrbac/CHANGELOG.md b/sdk/graphrbac/azure-graphrbac/CHANGELOG.md index d2952d17c4d5..6170d09df654 100644 --- a/sdk/graphrbac/azure-graphrbac/CHANGELOG.md +++ b/sdk/graphrbac/azure-graphrbac/CHANGELOG.md @@ -1,5 +1,13 @@ # Release History +## 0.61.2 (2024-10-31) + +### Other Changes + +- 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. + +- 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. + ## 0.61.1 (2019-05-29) **Bugfix** diff --git a/sdk/graphrbac/azure-graphrbac/README.md b/sdk/graphrbac/azure-graphrbac/README.md index 53b63b13bbdd..04e484d0fdc3 100644 --- a/sdk/graphrbac/azure-graphrbac/README.md +++ b/sdk/graphrbac/azure-graphrbac/README.md @@ -1,12 +1,5 @@ # Microsoft Azure SDK for Python -This is the Microsoft Azure Graph RBAC Client Library. +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. -`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: -https://github.com/azure-deprecation/dashboard/issues/60 - -The recommendation is to use MSGraph and its SDK instead to replace it: -https://github.com/microsoftgraph/msgraph-sdk-python - - -![Impressions](https://azure-sdk-impressions.azurewebsites.net/api/impressions/azure-sdk-for-python%2Fazure-graphrbac%2FREADME.png) +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. diff --git a/sdk/graphrbac/azure-graphrbac/azure/graphrbac/version.py b/sdk/graphrbac/azure-graphrbac/azure/graphrbac/version.py index cf4b7d7eeb59..c44db3ffd4a2 100644 --- a/sdk/graphrbac/azure-graphrbac/azure/graphrbac/version.py +++ b/sdk/graphrbac/azure-graphrbac/azure/graphrbac/version.py @@ -9,5 +9,5 @@ # regenerated. # -------------------------------------------------------------------------- -VERSION = "0.61.1" +VERSION = "0.61.2"