From e1e047c0fb0b82f72356749c84ff325c3250ced2 Mon Sep 17 00:00:00 2001 From: guptakashish Date: Tue, 9 Sep 2025 12:09:52 +0530 Subject: [PATCH 1/2] fix(playwrighttesting): Deprecation date update --- .../playwrighttesting/armplaywrighttesting/CHANGELOG.md | 6 ++++++ .../playwrighttesting/armplaywrighttesting/README.md | 2 +- .../playwrighttesting/armplaywrighttesting/constants.go | 2 +- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/sdk/resourcemanager/playwrighttesting/armplaywrighttesting/CHANGELOG.md b/sdk/resourcemanager/playwrighttesting/armplaywrighttesting/CHANGELOG.md index 16cc01bc7523..167139aa7c3a 100644 --- a/sdk/resourcemanager/playwrighttesting/armplaywrighttesting/CHANGELOG.md +++ b/sdk/resourcemanager/playwrighttesting/armplaywrighttesting/CHANGELOG.md @@ -1,5 +1,11 @@ # Release History +## 1.0.2 (2025-09-00) + +### Other Changes + +- This module is now DEPRECATED. The latest supported version of this module is at [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/playwright/armplaywright](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/playwright/armplaywright) + ## 1.0.1 (2025-09-08) ### Other Changes diff --git a/sdk/resourcemanager/playwrighttesting/armplaywrighttesting/README.md b/sdk/resourcemanager/playwrighttesting/armplaywrighttesting/README.md index 4a97752b992f..f2e6d5d59421 100644 --- a/sdk/resourcemanager/playwrighttesting/armplaywrighttesting/README.md +++ b/sdk/resourcemanager/playwrighttesting/armplaywrighttesting/README.md @@ -1,6 +1,6 @@ # Azure Playwrighttesting Module for Go -> Deprecated: use [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/playwright/armplaywright](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/playwright/armplaywright) instead. Refer to the [migration guide](https://aka.ms/mpt/migration-guidance) for guidance on upgrading. Refer to our [deprecation policy](https://azure.github.io/azure-sdk/policies_support.html) for more details.[github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/playwrighttesting/armplaywrighttesting](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/playwrighttesting/armplaywrighttesting) package has been deprecated and will no longer be maintained after February 9, 2026. +> Deprecated: use [github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/playwright/armplaywright](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/playwright/armplaywright) instead. Refer to the [migration guide](https://aka.ms/mpt/migration-guidance) for guidance on upgrading. Refer to our [deprecation policy](https://azure.github.io/azure-sdk/policies_support.html) for more details.[github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/playwrighttesting/armplaywrighttesting](https://pkg.go.dev/github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/playwrighttesting/armplaywrighttesting) package has been deprecated and will no longer be maintained after March 8, 2026. The `armplaywrighttesting` module provides operations for working with Azure Playwrighttesting. diff --git a/sdk/resourcemanager/playwrighttesting/armplaywrighttesting/constants.go b/sdk/resourcemanager/playwrighttesting/armplaywrighttesting/constants.go index 011477ba7c0d..a669d1cebe33 100644 --- a/sdk/resourcemanager/playwrighttesting/armplaywrighttesting/constants.go +++ b/sdk/resourcemanager/playwrighttesting/armplaywrighttesting/constants.go @@ -10,7 +10,7 @@ package armplaywrighttesting const ( moduleName = "github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/playwrighttesting/armplaywrighttesting" - moduleVersion = "v1.0.1" + moduleVersion = "v1.0.2" ) // ActionType - Enum. Indicates the action type. "Internal" refers to actions that are for internal only APIs. From 622636daf10fdf24e1f1c1356a31d3e4b4f7e4d4 Mon Sep 17 00:00:00 2001 From: guptakashish Date: Tue, 9 Sep 2025 12:10:31 +0530 Subject: [PATCH 2/2] changelog date update --- .../playwrighttesting/armplaywrighttesting/CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/resourcemanager/playwrighttesting/armplaywrighttesting/CHANGELOG.md b/sdk/resourcemanager/playwrighttesting/armplaywrighttesting/CHANGELOG.md index 167139aa7c3a..ccd905ff175e 100644 --- a/sdk/resourcemanager/playwrighttesting/armplaywrighttesting/CHANGELOG.md +++ b/sdk/resourcemanager/playwrighttesting/armplaywrighttesting/CHANGELOG.md @@ -1,6 +1,6 @@ # Release History -## 1.0.2 (2025-09-00) +## 1.0.2 (2025-09-09) ### Other Changes