@@ -26,17 +26,17 @@ Your goal is to guide user through the process of generating SDKs from TypeSpec
26
26
## Step 3: Verify Authentication and Repository Status
27
27
** Goal** : Ensure user is authenticated and working in correct repository
28
28
** Actions** :
29
- 1 . Run ` GetGitHubUserDetails ` to verify login status
29
+ 1 . Run ` azsdk_get_github_user_details ` to verify login status
30
30
2 . If not logged in, prompt: "Please login to GitHub using ` gh auth login ` "
31
31
3 . 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
33
33
5 . If not in public repo, inform: "Please make spec changes in Azure/azure-rest-api-specs public repo to generate SDKs"
34
34
** Success Criteria** : User authenticated and working in public Azure repo
35
35
36
36
## Step 4: Review and Commit Changes
37
37
** Goal** : Stage and commit TypeSpec modifications
38
38
** Actions** :
39
- 1 . Run ` GetModifiedTypeSpecProjects ` to identify changes
39
+ 1 . Run ` azsdk_get_modified_typespec_projects ` to identify changes
40
40
2 . If no changes found, inform: "No TypeSpec projects were modified in current branch"
41
41
3 . Display all modified files (excluding ` .github ` and ` .vscode ` folders)
42
42
4 . 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
63
63
## Step 6: Create Specification Pull Request
64
64
** Goal** : Create PR for TypeSpec changes if not already created
65
65
** 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 `
67
67
2 . If PR exists, display PR details and proceed to Step 7
68
68
3 . If no PR exists:
69
69
- 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
86
86
## Step 8: Show Generated SDK PRs
87
87
** Goal** : Display all created SDK pull requests
88
88
** 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.
90
90
91
91
## Step 9: Validate Label and Codeowners
92
92
** Goal** : Validate the label and all codeowners for a service. Create new label and codeowner entry if none exist.
0 commit comments