From feed0bbad9ef1d4764b86013dbb11d319951c9ed Mon Sep 17 00:00:00 2001 From: Juan Ospina <70209456+jeo02@users.noreply.github.com> Date: Wed, 3 Dec 2025 14:50:21 -0800 Subject: [PATCH 1/2] instruction fix --- .../azsdk-tools/check-package-readiness.instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/common/instructions/azsdk-tools/check-package-readiness.instructions.md b/eng/common/instructions/azsdk-tools/check-package-readiness.instructions.md index bb4334dc586f..b0e0f52102f4 100644 --- a/eng/common/instructions/azsdk-tools/check-package-readiness.instructions.md +++ b/eng/common/instructions/azsdk-tools/check-package-readiness.instructions.md @@ -15,7 +15,7 @@ Check the release readiness of an SDK package by collecting the required informa - Go 2. **Execute Readiness Check**: - - Use the `azsdk_check_package_release_readiness` tool with the provided package name and selected language + - Use the `azsdk_release_sdk` tool with the provided package name, selected language, and set dryRun to true. - Do not check for existing pull requests to run this step. - Do not ask the user to create a release plan to run this step. From 5f1219095ed241885c98324845fbb003471edb9f Mon Sep 17 00:00:00 2001 From: Juan Ospina <70209456+jeo02@users.noreply.github.com> Date: Thu, 4 Dec 2025 13:57:26 -0800 Subject: [PATCH 2/2] description + instructions --- .../azsdk-tools/check-package-readiness.instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eng/common/instructions/azsdk-tools/check-package-readiness.instructions.md b/eng/common/instructions/azsdk-tools/check-package-readiness.instructions.md index b0e0f52102f4..486d59436bee 100644 --- a/eng/common/instructions/azsdk-tools/check-package-readiness.instructions.md +++ b/eng/common/instructions/azsdk-tools/check-package-readiness.instructions.md @@ -15,7 +15,7 @@ Check the release readiness of an SDK package by collecting the required informa - Go 2. **Execute Readiness Check**: - - Use the `azsdk_release_sdk` tool with the provided package name, selected language, and set dryRun to true. + - Use the `azsdk_release_sdk` tool with the provided package name, selected language, and set checkReady to true. - Do not check for existing pull requests to run this step. - Do not ask the user to create a release plan to run this step.