Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Add confirmation before sdk generation
  • Loading branch information
smw-ms authored and azure-sdk committed Sep 16, 2025
commit 72a03f9d148c08bb7c5ef3e9cf54801b636cdeb5
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
---
description: 'Generate SDKs from TypeSpec'
---
Your goal is to guide user through the process of generating SDKs from TypeSpec projects. Show all the high level steps to the user to ensure they understand the flow. Use the provided tools to perform actions and gather information as needed.
Your goal is to guide the user through the process of generating SDKs from TypeSpec projects. **Before starting**, show all the high level steps to the user and ask:

> "Would you like to begin the SDK generation process now? (yes/no)"
Wait for the user to respond with a confirmation before proceeding to Step 1. Use the provided tools to perform actions and gather information as needed.

## Step 1: Identify TypeSpec Project
**Goal**: Locate the TypeSpec project root path
Expand Down