Skip to content

Commit 4dbecfe

Browse files
jeo02azure-sdk
authored andcommitted
run to refer to
1 parent 54bba9c commit 4dbecfe

File tree

2 files changed

+9
-9
lines changed

2 files changed

+9
-9
lines changed

eng/common/instructions/azsdk-tools/create-release-plan.instructions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ If any details are missing, prompt the user accordingly:
3838
- Refer [sdk details in release plan](sdk-details-in-release-plan.instructions.md) to identify languages configured in the TypeSpec project and add them to the release plan
3939

4040
## Step 5: Update SDK Details in Release Plan
41-
- Run [sdk details in release plan](sdk-details-in-release-plan.instructions.md) to add languages and package names to the release plan
41+
- Refer [sdk details in release plan](sdk-details-in-release-plan.instructions.md) to add languages and package names to the release plan
4242
- If the TypeSpec project is for a management plane, run [verify namespace approval](verify-namespace-approval.instructions.md) if this is first release of SDK.
4343

4444
## Step 6: Link SDK Pull Requests (if applicable)

eng/common/instructions/azsdk-tools/typespec-to-sdk.instructions.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Your goal is to guide user through the process of generating SDKs from TypeSpec
2020
## Step 2: Validate TypeSpec Specification
2121
**Goal**: Ensure TypeSpec specification compiles without errors
2222
**Actions**:
23-
1. Run [validate typespec](validate-typespec.instructions.md) command
23+
1. Refer to [validate typespec](validate-typespec.instructions.md)
2424
2. If validation succeeds, proceed to Step 3
2525
3. If validation fails:
2626
- Display all compilation errors to user
@@ -60,7 +60,7 @@ Your goal is to guide user through the process of generating SDKs from TypeSpec
6060
- Option A: "Generate SDK locally". This is currently supported only for Python. Do not recommend this for other languages.
6161
- Option B: "Use SDK generation pipeline"
6262
2. Based on selection:
63-
- If Option A: Run [create sdk locally](create-sdk-locally.instructions.md) and then proceed to Step 6
63+
- If Option A: Refer to [create sdk locally](create-sdk-locally.instructions.md) and then proceed to Step 6
6464
- If Option B: Continue to Step 6
6565
**Success Criteria**: SDK generation method selected
6666

@@ -70,20 +70,20 @@ Your goal is to guide user through the process of generating SDKs from TypeSpec
7070
1. Check if spec PR already exists using `GetPullRequestForCurrentBranch`
7171
2. If PR exists, display PR details and proceed to Step 7
7272
3. If no PR exists:
73-
- Run [create spec pullrequest](create-spec-pullrequest.instructions.md)
73+
- Refer to [create spec pullrequest](create-spec-pullrequest.instructions.md)
7474
- Wait for PR creation confirmation
7575
- Display created PR details
7676
**Success Criteria**: Specification pull request exists
7777

7878
## Step 7: Generate SDKs via Pipeline
7979
**Goal**: Create release plan and generate SDKs
8080
**Actions**:
81-
1. Run [create release plan](create-release-plan.instructions.md)
81+
1. Refer to [create release plan](create-release-plan.instructions.md)
8282
2. If SDK PRs exist, link them to the release plan
83-
3. Run [sdk details in release plan](sdk-details-in-release-plan.instructions.md) to add languages and package names to the release plan
83+
3. Refer [sdk details in release plan](sdk-details-in-release-plan.instructions.md) to add languages and package names to the release plan
8484
4. If TypeSpec project is for management plane, run [verify namespace approval](verify-namespace-approval.instructions.md) to check package namespace approval.
85-
5. Run [run SDK gen pipeline](run-sdk-gen-pipeline.instructions.md) with the spec PR
86-
6. Monitor pipeline status and provide updates
85+
5. Refer to [run SDK gen pipeline](run-sdk-gen-pipeline.instructions.md) with the spec PR
86+
6. Monitor pipeline status and provide updates`
8787
7. Display generated SDK PR links when available
8888
**Success Criteria**: SDK generation pipeline initiated and SDKs generated
8989

@@ -95,7 +95,7 @@ Your goal is to guide user through the process of generating SDKs from TypeSpec
9595
## Step 9: Create release plan
9696
**Goal**: Create a release plan for the generated SDKs
9797
**Actions**:
98-
1. Run [create release plan](create-release-plan.instructions.md) to create a release plan using the spec pull request.
98+
1. Refer [create release plan](create-release-plan.instructions.md) to create a release plan using the spec pull request.
9999
2. If the release plan already exists, display the existing plan details.
100100

101101
## Step 10: Mark Spec PR as Ready for Review

0 commit comments

Comments
 (0)