Skip to content
Merged
Show file tree
Hide file tree
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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 0 additions & 1 deletion content/billing/reference/supported-payment-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 %}

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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.
12 changes: 11 additions & 1 deletion src/secret-scanning/data/pattern-docs/fpt/public-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2042,6 +2042,16 @@
hasExtendedMetadata: false
base64Supported: false
isduplicate: false
- provider: Elastic
supportedSecret: Elastic Stack API Key
secretType: elastic_stack_api_key, </br>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
Expand Down Expand Up @@ -4442,7 +4452,7 @@
isPublic: true
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: true
hasValidityCheck: false
hasExtendedMetadata: false
base64Supported: false
isduplicate: true
Expand Down
12 changes: 11 additions & 1 deletion src/secret-scanning/data/pattern-docs/ghec/public-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2042,6 +2042,16 @@
hasExtendedMetadata: false
base64Supported: false
isduplicate: false
- provider: Elastic
supportedSecret: Elastic Stack API Key
secretType: elastic_stack_api_key, </br>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
Expand Down Expand Up @@ -4442,7 +4452,7 @@
isPublic: true
isPrivateWithGhas: true
hasPushProtection: true
hasValidityCheck: true
hasValidityCheck: false
hasExtendedMetadata: false
base64Supported: false
isduplicate: true
Expand Down
Loading