From a866372894f0837ffdbb7e2e697f502d3eec7c92 Mon Sep 17 00:00:00 2001 From: jenny <63012604+JennyPng@users.noreply.github.com> Date: Wed, 20 Aug 2025 09:42:51 -0700 Subject: [PATCH 1/3] Add Powershell Installation Instructions for Copilot --- .github/copilot-instructions.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index d5ce0ff3daf8..7238faeeb000 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -13,6 +13,9 @@ - Use this as the authoritative source for SDK development guidance ### RULE 3: VERIFY ENVIRONMENT FIRST +**REQUIRED CONDITIONS:** +- To use MCP tool calls, user must have PowerShell installed. Provide [PowerShell installation instructions](https://learn.microsoft.com/powershell/scripting/install/installing-powershell?view=powershell-7.5) if not installed, and recommend restarting VSCode to start the MCP server. + **BEFORE any commands:** 1. Get path to azure-sdk-for-python repo root, and path to tox.ini file 2. Use `verify_setup` tool from azure-sdk-python-mcp server From 6e074389416aa24a6c658bafe863c74c2ef66f95 Mon Sep 17 00:00:00 2001 From: jenny <63012604+JennyPng@users.noreply.github.com> Date: Wed, 20 Aug 2025 15:27:26 -0700 Subject: [PATCH 2/3] Update copilot-instructions.md --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 7238faeeb000..ae6365a3b628 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -14,7 +14,7 @@ ### RULE 3: VERIFY ENVIRONMENT FIRST **REQUIRED CONDITIONS:** -- To use MCP tool calls, user must have PowerShell installed. Provide [PowerShell installation instructions](https://learn.microsoft.com/powershell/scripting/install/installing-powershell?view=powershell-7.5) if not installed, and recommend restarting VSCode to start the MCP server. +- To use MCP tool calls, users must have PowerShell installed. Provide [PowerShell installation instructions](https://learn.microsoft.com/powershell/scripting/install/installing-powershell) if not installed, and recommend restarting the IDE to start the MCP server. **BEFORE any commands:** 1. Get path to azure-sdk-for-python repo root, and path to tox.ini file From 763b9ee1dc9a8347ebc6de70643bcf370aae23b3 Mon Sep 17 00:00:00 2001 From: jenny <63012604+JennyPng@users.noreply.github.com> Date: Fri, 22 Aug 2025 09:43:11 -0700 Subject: [PATCH 3/3] more specific --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index ae6365a3b628..e633e49a7c12 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -14,7 +14,7 @@ ### RULE 3: VERIFY ENVIRONMENT FIRST **REQUIRED CONDITIONS:** -- To use MCP tool calls, users must have PowerShell installed. Provide [PowerShell installation instructions](https://learn.microsoft.com/powershell/scripting/install/installing-powershell) if not installed, and recommend restarting the IDE to start the MCP server. +- To use Azure MCP tool calls, users must have PowerShell installed. Provide [PowerShell installation instructions](https://learn.microsoft.com/powershell/scripting/install/installing-powershell) if not installed, and recommend restarting the IDE to start the MCP server. **BEFORE any commands:** 1. Get path to azure-sdk-for-python repo root, and path to tox.ini file