From dc4a1410efe5feed27723a092a51efa2a1d85ae8 Mon Sep 17 00:00:00 2001 From: Mehtab Singh Date: Tue, 15 Sep 2026 16:08:48 +0530 Subject: [PATCH 1/3] Fix WeightsAndBiases deprecation guidance --- sdk/weightsandbiases/azure-mgmt-weightsandbiases/CHANGELOG.md | 2 +- sdk/weightsandbiases/azure-mgmt-weightsandbiases/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/sdk/weightsandbiases/azure-mgmt-weightsandbiases/CHANGELOG.md b/sdk/weightsandbiases/azure-mgmt-weightsandbiases/CHANGELOG.md index d632e144d62b..ea7063f9665d 100644 --- a/sdk/weightsandbiases/azure-mgmt-weightsandbiases/CHANGELOG.md +++ b/sdk/weightsandbiases/azure-mgmt-weightsandbiases/CHANGELOG.md @@ -4,7 +4,7 @@ ### Other Changes - - This package has been deprecated and will no longer be maintained after 09-30-2026. This package will only receive security fixes until 09-30-2026. To receive updates on new features and non-security bug fixes, upgrade to the replacement package, [azure-mgmt-weightsandbiases](https://pypi.org/project/azure-mgmt-weightsandbiases/). + - This package has been deprecated and will no longer be maintained after 09-30-2026. This package will only receive security fixes until 09-30-2026. There is no replacement package or migration path. ## 1.0.0 (2025-05-12) diff --git a/sdk/weightsandbiases/azure-mgmt-weightsandbiases/README.md b/sdk/weightsandbiases/azure-mgmt-weightsandbiases/README.md index 2eca81d3bae7..34a90e0238b5 100644 --- a/sdk/weightsandbiases/azure-mgmt-weightsandbiases/README.md +++ b/sdk/weightsandbiases/azure-mgmt-weightsandbiases/README.md @@ -1 +1 @@ -This package has been deprecated and will no longer be maintained after 09-30-2026. This package will only receive security fixes until 09-30-2026. To receive updates on new features and non-security bug fixes, upgrade to the replacement package, [azure-mgmt-weightsandbiases](https://pypi.org/project/azure-mgmt-weightsandbiases/). +This package has been deprecated and will no longer be maintained after 09-30-2026. This package will only receive security fixes until 09-30-2026. There is no replacement package or migration path. From 6894bb9bff5d02911a7c1d2005611f59a343e444 Mon Sep 17 00:00:00 2001 From: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com> Date: Thu, 17 Sep 2026 14:13:50 +0800 Subject: [PATCH 2/3] Update CHANGELOG.md --- .../azure-mgmt-weightsandbiases/CHANGELOG.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/sdk/weightsandbiases/azure-mgmt-weightsandbiases/CHANGELOG.md b/sdk/weightsandbiases/azure-mgmt-weightsandbiases/CHANGELOG.md index ea7063f9665d..890d69ba4783 100644 --- a/sdk/weightsandbiases/azure-mgmt-weightsandbiases/CHANGELOG.md +++ b/sdk/weightsandbiases/azure-mgmt-weightsandbiases/CHANGELOG.md @@ -1,11 +1,17 @@ # Release History -## 1.0.1 (2026-09-15) +## 1.0.2 (2026-09-16) ### Other Changes - This package has been deprecated and will no longer be maintained after 09-30-2026. This package will only receive security fixes until 09-30-2026. There is no replacement package or migration path. +## 1.0.1 (2026-09-15) + +### Other Changes + + - This package has been deprecated and will no longer be maintained after 09-30-2026. This package will only receive security fixes until 09-30-2026. To receive updates on new features and non-security bug fixes, upgrade to the replacement package, [azure-mgmt-weightsandbiases](https://pypi.org/project/azure-mgmt-weightsandbiases/). + ## 1.0.0 (2025-05-12) ### Other Changes From 9e0b97bddddd0ebfcb5b982804d9cc6f43a72f1b Mon Sep 17 00:00:00 2001 From: ChenxiJiang333 <119990644+ChenxiJiang333@users.noreply.github.com> Date: Thu, 17 Sep 2026 14:14:10 +0800 Subject: [PATCH 3/3] Update _version.py --- .../azure/mgmt/weightsandbiases/_version.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/weightsandbiases/azure-mgmt-weightsandbiases/azure/mgmt/weightsandbiases/_version.py b/sdk/weightsandbiases/azure-mgmt-weightsandbiases/azure/mgmt/weightsandbiases/_version.py index 83602e6274bc..8e44259d1a18 100644 --- a/sdk/weightsandbiases/azure-mgmt-weightsandbiases/azure/mgmt/weightsandbiases/_version.py +++ b/sdk/weightsandbiases/azure-mgmt-weightsandbiases/azure/mgmt/weightsandbiases/_version.py @@ -6,4 +6,4 @@ # Changes may cause incorrect behavior and will be lost if the code is regenerated. # -------------------------------------------------------------------------- -VERSION = "1.0.1" +VERSION = "1.0.2"