@@ -26,17 +26,17 @@ Your goal is to guide user through the process of generating SDKs from TypeSpec
2626## Step 3: Verify Authentication and Repository Status
2727** Goal** : Ensure user is authenticated and working in correct repository
2828** Actions** :
29- 1 . Run ` GetGitHubUserDetails ` to verify login status
29+ 1 . Run ` azsdk_get_github_user_details ` to verify login status
30302 . If not logged in, prompt: "Please login to GitHub using ` gh auth login ` "
31313 . Once logged in, display user details to confirm identity
32- 4 . Run ` CheckIfSpecInPublicRepo ` to verify repository
32+ 4 . Run ` azsdk_check_typespec_project_in_public_repo ` to verify repository
33335 . If not in public repo, inform: "Please make spec changes in Azure/azure-rest-api-specs public repo to generate SDKs"
3434** Success Criteria** : User authenticated and working in public Azure repo
3535
3636## Step 4: Review and Commit Changes
3737** Goal** : Stage and commit TypeSpec modifications
3838** Actions** :
39- 1 . Run ` GetModifiedTypeSpecProjects ` to identify changes
39+ 1 . Run ` azsdk_get_modified_typespec_projects ` to identify changes
40402 . If no changes found, inform: "No TypeSpec projects were modified in current branch"
41413 . Display all modified files (excluding ` .github ` and ` .vscode ` folders)
42424 . Prompt user: "Please review the modified files. Do you want to commit these changes? (yes/no)"
@@ -63,7 +63,7 @@ Your goal is to guide user through the process of generating SDKs from TypeSpec
6363## Step 6: Create Specification Pull Request
6464** Goal** : Create PR for TypeSpec changes if not already created
6565** Actions** :
66- 1 . Check if spec PR already exists using ` GetPullRequestForCurrentBranch `
66+ 1 . Check if spec PR already exists using ` azsdk_get_pull_request_link_for_current_branch `
67672 . If PR exists, display PR details and proceed to Step 7
68683 . If no PR exists:
6969 - Refer to #file: create-spec-pullrequest .instructions.md
@@ -86,7 +86,7 @@ Your goal is to guide user through the process of generating SDKs from TypeSpec
8686## Step 8: Show Generated SDK PRs
8787** Goal** : Display all created SDK pull requests
8888** Actions** :
89- 1 . Run ` GetSDKPullRequestDetails ` to fetch generated SDK PR info.
89+ 1 . Run ` azsdk_get_sdk_pull_request_link ` to fetch generated SDK PR info.
9090
9191## Step 9: Validate Label and Codeowners
9292** Goal** : Validate the label and all codeowners for a service. Create new label and codeowner entry if none exist.
0 commit comments