From 0b6e8c1bd717ed50fdaf1b78e486d25da2f15e2a Mon Sep 17 00:00:00 2001 From: Vanessa Date: Fri, 26 Sep 2025 17:39:38 +1000 Subject: [PATCH 1/2] Fix broken link to Azure API Center (#57706) Co-authored-by: Ben Ahmady <32935794+subatoi@users.noreply.github.com> --- .../how-tos/administer-copilot/configure-mcp-server-access.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/copilot/how-tos/administer-copilot/configure-mcp-server-access.md b/content/copilot/how-tos/administer-copilot/configure-mcp-server-access.md index ab055080d7b7..94ca02fb093c 100644 --- a/content/copilot/how-tos/administer-copilot/configure-mcp-server-access.md +++ b/content/copilot/how-tos/administer-copilot/configure-mcp-server-access.md @@ -197,4 +197,4 @@ For enterprises that want a dynamic and fully managed option, Azure API Center ( > [!NOTE] > Azure API Center includes a free tier for basic API cataloging and discovery. Larger organizations may choose to use paid Azure API Management plans for higher scale and advanced governance. -For more information, see [Azure API Center Documentation](https://docs.microsoft.com/en-us/azure/api-center/) and [Azure API Center Quickstart](https://docs.microsoft.com/en-us/azure/api-center/quickstart-create-api-center). +For more information, see [Azure API Center Documentation](https://learn.microsoft.com/en-us/azure/api-center/) and [Azure API Center Quickstart](https://learn.microsoft.com/en-us/azure/api-center/set-up-api-center). From c071002f760e3e7b1439ab31953d91d62af2d212 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Fri, 26 Sep 2025 01:33:52 -0700 Subject: [PATCH 2/2] Sync secret scanning data (#57695) Co-authored-by: Anne-Marie <102995847+am-stead@users.noreply.github.com> --- src/secret-scanning/data/public-docs.yml | 2 +- src/secret-scanning/lib/config.json | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/secret-scanning/data/public-docs.yml b/src/secret-scanning/data/public-docs.yml index be00fb246ee6..ab9098f05487 100644 --- a/src/secret-scanning/data/public-docs.yml +++ b/src/secret-scanning/data/public-docs.yml @@ -2449,7 +2449,7 @@ isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: false + hasValidityCheck: '{% ifversion fpt or ghes %}false{% else %}true{% endif %}' base64Supported: false isduplicate: false - provider: Fastly diff --git a/src/secret-scanning/lib/config.json b/src/secret-scanning/lib/config.json index edfffef238af..750012b7daec 100644 --- a/src/secret-scanning/lib/config.json +++ b/src/secret-scanning/lib/config.json @@ -1,5 +1,5 @@ { - "sha": "ff16526540b69b2a5971ce041b2dfcf3efc6b6f9", - "blob-sha": "518f994ed0d364cfd578d732eff6d2ac4ba4b443", + "sha": "145ca132711fe1f6e74b2267ac61a98b12bf379f", + "blob-sha": "c3f0fc41ae4825e34c7726f5c6c50ff0426caffd", "targetFilename": "code-security/secret-scanning/introduction/supported-secret-scanning-patterns" } \ No newline at end of file