From a42fbeb452009ddb1f1c56acf1b57bf36d38e564 Mon Sep 17 00:00:00 2001 From: Azure SDK Bot <53356347+azure-sdk@users.noreply.github.com> Date: Wed, 8 Oct 2025 14:13:50 -0700 Subject: [PATCH] Fix typespec tool reference (#6774) Co-authored-by: Ben Broderick Phillips --- .../instructions/azsdk-tools/typespec-to-sdk.instructions.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/eng/common/instructions/azsdk-tools/typespec-to-sdk.instructions.md b/eng/common/instructions/azsdk-tools/typespec-to-sdk.instructions.md index ba2750bc4..4e9249e0b 100644 --- a/eng/common/instructions/azsdk-tools/typespec-to-sdk.instructions.md +++ b/eng/common/instructions/azsdk-tools/typespec-to-sdk.instructions.md @@ -33,7 +33,7 @@ Wait for the user to respond with a confirmation before proceeding to Step 1. Us 1. Run `azsdk_get_github_user_details` to verify login status 2. If not logged in, prompt: "Please login to GitHub using `gh auth login`" 3. Once logged in, display user details to confirm identity -4. Run `azsdk_check_typespec_project_in_public_repo` to verify repository +4. Run `azsdk_typespec_check_project_in_public_repo` to verify repository 5. If not in public repo, inform: "Please make spec changes in Azure/azure-rest-api-specs public repo to generate SDKs" **Success Criteria**: User authenticated and working in public Azure repo @@ -113,4 +113,4 @@ Wait for the user to respond with a confirmation before proceeding to Step 1. Us 2. Inform user to approve the package release using release pipeline. ## Process Complete -Display summary of all created PRs and next steps for user. \ No newline at end of file +Display summary of all created PRs and next steps for user.