Skip to content

Commit 309ad13

Browse files
authored
Merge pull request #60014 from github/repo-sync
Repo sync
2 parents f3d979e + e165ddc commit 309ad13

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

content/copilot/how-tos/use-copilot-agents/coding-agent/extend-coding-agent-with-mcp.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ The [Notion MCP server](https://github.com/makenotion/notion-mcp-server) gives {
159159

160160
### Example: Azure
161161

162-
The [Azure MCP Server](https://github.com/Azure/azure-mcp) allows {% data variables.product.prodname_copilot_short %} to understand your Azure-specific files and Azure resources within your subscription when making code changes.
162+
The [Microsoft MCP repository](https://github.com/microsoft/mcp) includes the Azure MCP server, which allows {% data variables.product.prodname_copilot_short %} to understand your Azure-specific files and Azure resources within your subscription when making code changes.
163163

164164
To automatically configure your repository with a `copilot-setup-steps.yml` file to authenticate with Azure, plus secrets for authentication, clone the repository locally then run the [Azure Developer CLI](https://learn.microsoft.com/en-us/azure/developer/azure-developer-cli/?ref_product=copilot&ref_type=engagement&ref_style=button)'s `azd coding-agent config` command in the root of the repository.
165165

data/reusables/actions/supported-github-runners.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ For public repositories, jobs using the workflow labels shown in the table below
6969
<td> Intel </td>
7070
<td>
7171
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md">macos-15-intel</a></code>,
72-
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-26-intel-Readme.md">macos-26-intel</a></code>
72+
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-26-Readme.md">macos-26-intel</a></code>
7373
</td>
7474
</tr>
7575
<tr>
@@ -159,7 +159,7 @@ For {% ifversion ghec %}internal and{% endif %} private repositories, jobs using
159159
<td> Intel </td>
160160
<td>
161161
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-15-Readme.md">macos-15-intel</a></code>,
162-
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-26-intel-Readme.md">macos-26-intel</a></code>
162+
<code><a href="https://github.com/actions/runner-images/blob/main/images/macos/macos-26-Readme.md">macos-26-intel</a></code>
163163
</td>
164164
</tr>
165165
<tr>

0 commit comments

Comments
 (0)