Skip to content

Commit c3bf546

Browse files
praveenkuttappanazure-sdk
authored andcommitted
Fixed step number issues
1 parent 1ad2c1a commit c3bf546

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

eng/common/instructions/azsdk-tools/local-sdk-workflow.instructions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,15 +134,15 @@ High level steps involved:
134134

135135
---
136136

137-
### Step 3: Run package tests
137+
### Step 4: Run package tests
138138

139139
**Actions**:
140140

141141
- Run `azsdk_package_run_tests` MCP tool to run tests on the generated SDK package in the identified project directory.
142142

143143
---
144144

145-
### Step 3: Update change log, metadata and version
145+
### Step 5: Update change log, metadata and version
146146

147147
**Actions**:
148148

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Generate SDK using pipeline:
3131
### Generate SDK locally:
3232

3333
**Condition**: If user chooses to generate SDK locally
34-
**Message to user**: "Generating SDKs locally requires you to have the development environment setup for each language. Prompt the user to create a pull request for each language after completing the following steps successfully: generation, validation, build, test and update of metadata, change log, and version."
34+
**Message to user**: "Generating SDKs locally requires you to have the development environment set up for each language. Prompt the user to create a pull request for each language after completing the following steps successfully: generation, validation, build, test and update of metadata, change log, and version."
3535
**Actions**:
3636
Follow the steps in #file:local-sdk-workflow.instructions.md to generate and build SDKs locally from TypeSpec project.
3737

0 commit comments

Comments
 (0)