Skip to content

Commit 637a38e

Browse files
jeo02azure-sdk
authored andcommitted
api version optional/removed
1 parent 0ea22af commit 637a38e

2 files changed

Lines changed: 3 additions & 4 deletions

File tree

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,10 +29,9 @@ If any details are missing, prompt the user accordingly:
2929
- **Service Tree ID**: GUID format identifier for the service in Service Tree. Before creating release plan, always show the value to user and ask them to confirm it's a valid value in service tree.
3030
- **Product Service Tree ID**: GUID format identifier for the product in Service Tree. Before creating release plan, always show the value to user and ask them to confirm it's a valid value in service tree.
3131
- **Expected Release Timeline**: Format must be in "Month YYYY"
32-
- **API Version**: The version of the API being released
3332
- **SDK Release Type**: Value must be beta or stable.
34-
- "beta" for preview API versions
35-
- "stable" for GA API versions
33+
- "beta"
34+
- "stable"
3635

3736
## Step 4: Create Release Plan
3837
- If the user doesn't know the required details, direct them to create a release plan using the release planner

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ Follow the steps in #file:local-sdk-workflow.instructions.md to generate and bui
4444
- Execute the SDK generation pipeline with the following required parameters for all languages:
4545
- TypeSpec project root path
4646
- API spec pull request number (if the API spec is not merged to the main branch, otherwise use 0)
47-
- API version
47+
- API version (optional)
4848
- SDK release type (`beta` for preview API versions, `stable` otherwise)
4949
- Language options:
5050
For management plane: `Python`, `.NET`, `JavaScript`, `Java`, `Go`

0 commit comments

Comments
 (0)