From 5f729a78315f1afc1cc39dd375fabba53baa5394 Mon Sep 17 00:00:00 2001 From: swathipil Date: Wed, 30 Oct 2024 21:56:04 -0700 Subject: [PATCH 1/3] [GraphRBAC] updating docs to point to replacement repo --- sdk/graphrbac/azure-graphrbac/CHANGELOG.md | 8 ++++++++ sdk/graphrbac/azure-graphrbac/README.md | 11 ++--------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/sdk/graphrbac/azure-graphrbac/CHANGELOG.md b/sdk/graphrbac/azure-graphrbac/CHANGELOG.md index d2952d17c4d5..456d13413e39 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/microsoft/my-new-service/tree/main) 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..15be15d8d95a 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/microsoft/my-new-service/tree/main) section of the MS Graph SDK for Python repo. From 7b92024bd2ad43a697e9eb8a7cbecec7be0d8d2a Mon Sep 17 00:00:00 2001 From: swathipil Date: Wed, 30 Oct 2024 22:27:56 -0700 Subject: [PATCH 2/3] update version file --- sdk/graphrbac/azure-graphrbac/azure/graphrbac/version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" From 1e6d106a039bbfad7c93e14a64a97463b5672d62 Mon Sep 17 00:00:00 2001 From: swathipil Date: Wed, 30 Oct 2024 22:44:03 -0700 Subject: [PATCH 3/3] fix link --- sdk/graphrbac/azure-graphrbac/CHANGELOG.md | 2 +- sdk/graphrbac/azure-graphrbac/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/graphrbac/azure-graphrbac/CHANGELOG.md b/sdk/graphrbac/azure-graphrbac/CHANGELOG.md index 456d13413e39..6170d09df654 100644 --- a/sdk/graphrbac/azure-graphrbac/CHANGELOG.md +++ b/sdk/graphrbac/azure-graphrbac/CHANGELOG.md @@ -6,7 +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. -- For additional support, open a new issue in the [Issues](https://github.com/microsoft/my-new-service/tree/main) section of the MS Graph SDK for Python repo. +- 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) diff --git a/sdk/graphrbac/azure-graphrbac/README.md b/sdk/graphrbac/azure-graphrbac/README.md index 15be15d8d95a..04e484d0fdc3 100644 --- a/sdk/graphrbac/azure-graphrbac/README.md +++ b/sdk/graphrbac/azure-graphrbac/README.md @@ -2,4 +2,4 @@ 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/microsoft/my-new-service/tree/main) section of the MS Graph SDK for Python repo. +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.