From 9197226a00e583ec2dc9cc4ff820dddba9ab4bf5 Mon Sep 17 00:00:00 2001 From: docs-bot <77750099+docs-bot@users.noreply.github.com> Date: Wed, 13 May 2026 22:28:17 -0700 Subject: [PATCH 1/4] Sync secret scanning data (#61215) Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- .../data/pattern-docs/fpt/public-docs.yml | 12 +++++++++++- .../data/pattern-docs/ghec/public-docs.yml | 12 +++++++++++- 2 files changed, 22 insertions(+), 2 deletions(-) diff --git a/src/secret-scanning/data/pattern-docs/fpt/public-docs.yml b/src/secret-scanning/data/pattern-docs/fpt/public-docs.yml index f5869b131633..d64de97c6987 100644 --- a/src/secret-scanning/data/pattern-docs/fpt/public-docs.yml +++ b/src/secret-scanning/data/pattern-docs/fpt/public-docs.yml @@ -2042,6 +2042,16 @@ hasExtendedMetadata: false base64Supported: false isduplicate: false +- provider: Elastic + supportedSecret: Elastic Stack API Key + secretType: elastic_stack_api_key,
elastic_stack_environment + isPublic: false + isPrivateWithGhas: true + hasPushProtection: false + hasValidityCheck: false + hasExtendedMetadata: false + base64Supported: true + isduplicate: true - provider: Facebook supportedSecret: Facebook Access Token secretType: facebook_access_token @@ -4442,7 +4452,7 @@ isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: true + hasValidityCheck: false hasExtendedMetadata: false base64Supported: false isduplicate: true diff --git a/src/secret-scanning/data/pattern-docs/ghec/public-docs.yml b/src/secret-scanning/data/pattern-docs/ghec/public-docs.yml index f5869b131633..d64de97c6987 100644 --- a/src/secret-scanning/data/pattern-docs/ghec/public-docs.yml +++ b/src/secret-scanning/data/pattern-docs/ghec/public-docs.yml @@ -2042,6 +2042,16 @@ hasExtendedMetadata: false base64Supported: false isduplicate: false +- provider: Elastic + supportedSecret: Elastic Stack API Key + secretType: elastic_stack_api_key,
elastic_stack_environment + isPublic: false + isPrivateWithGhas: true + hasPushProtection: false + hasValidityCheck: false + hasExtendedMetadata: false + base64Supported: true + isduplicate: true - provider: Facebook supportedSecret: Facebook Access Token secretType: facebook_access_token @@ -4442,7 +4452,7 @@ isPublic: true isPrivateWithGhas: true hasPushProtection: true - hasValidityCheck: true + hasValidityCheck: false hasExtendedMetadata: false base64Supported: false isduplicate: true From 4dc9912e9393658cbd39c6037204893a538c4801 Mon Sep 17 00:00:00 2001 From: Dhruv Chand Date: Wed, 13 May 2026 22:31:04 -0700 Subject: [PATCH 2/4] remove 0036P from list of unsupported subscription types (#61219) Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- content/billing/reference/supported-payment-methods.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/billing/reference/supported-payment-methods.md b/content/billing/reference/supported-payment-methods.md index 2989e0f12d3c..3cafd453bf32 100644 --- a/content/billing/reference/supported-payment-methods.md +++ b/content/billing/reference/supported-payment-methods.md @@ -44,7 +44,6 @@ The following Azure subscription types cannot be used as a payment method for {% | `DreamSpark_2015-02-01` | MS-AZR-0144P | | `AzurePass_2014-09-01` | MS-AZR-0120P, MS-AZR-0122P–MS-AZR-0125P, MS-AZR-0128P–MS-AZR-0130P | | `PayAsYouGo_2014-09-01` | MS-AZR-0017G | -| `Sponsored_2016-01-01` | MS-AZR-0036P | {% ifversion fpt or ghec %} From ba6f81bc3415f4b1f02c92d2363677e362d1a599 Mon Sep 17 00:00:00 2001 From: Tomoko Tanaka <28242405+tallzeebaa@users.noreply.github.com> Date: Thu, 14 May 2026 16:00:48 +1000 Subject: [PATCH 3/4] Configuring user display names is available only for 3.21 and above for GHES (#61231) Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: mc <42146119+mchammer01@users.noreply.github.com> --- .../configuring-user-display-names-for-your-enterprise.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/admin/managing-your-enterprise-account/configuring-user-display-names-for-your-enterprise.md b/content/admin/managing-your-enterprise-account/configuring-user-display-names-for-your-enterprise.md index 1798fbd7a73d..e2025f36668c 100644 --- a/content/admin/managing-your-enterprise-account/configuring-user-display-names-for-your-enterprise.md +++ b/content/admin/managing-your-enterprise-account/configuring-user-display-names-for-your-enterprise.md @@ -3,7 +3,7 @@ title: 'Configuring user display names for your enterprise' intro: 'You can choose whether the profile name (first and last name) of your enterprise members appear alongside their username across {% data variables.product.github %}.' versions: ghec: '*' - ghes: '*' + ghes: '>= 3.21' contentType: how-tos permissions: Enterprise and organization admins can configure whether profile names (first and last name) appear alongside usernames across {% data variables.product.github %}. shortTitle: Configure user display names From 6683346f99f6adf8b7b84498a3479627538eb53a Mon Sep 17 00:00:00 2001 From: hubwriter Date: Thu, 14 May 2026 08:53:49 +0100 Subject: [PATCH 4/4] Add link to enable Copilot CLI remote control for JetBrains (#61235) --- .../how-tos/copilot-cli/use-copilot-cli/steer-remotely.md | 1 + 1 file changed, 1 insertion(+) diff --git a/content/copilot/how-tos/copilot-cli/use-copilot-cli/steer-remotely.md b/content/copilot/how-tos/copilot-cli/use-copilot-cli/steer-remotely.md index 2844aee0dcce..95e32d8be690 100644 --- a/content/copilot/how-tos/copilot-cli/use-copilot-cli/steer-remotely.md +++ b/content/copilot/how-tos/copilot-cli/use-copilot-cli/steer-remotely.md @@ -155,3 +155,4 @@ Remote control is disabled by default, but may be enabled in your {% data variab ## Further reading * [{% data variables.copilot.copilot_cli_short %} sessions in {% data variables.product.prodname_vscode %}](https://code.visualstudio.com/docs/copilot/agents/copilot-cli) in the {% data variables.product.prodname_vscode_shortname %} documentation. +* [Enable {% data variables.copilot.copilot_cli_short %} remote control](https://github.com/microsoft/copilot-intellij-feedback/wiki/Enable-Copilot-CLI-Remote-Control) for JetBrains IDEs, in the `microsoft/copilot-intellij-feedback` repository.