Skip to content

Commit 23964e2

Browse files
isaacmbrownCopilot
andauthored
Document billing restrictions for enterprise plugin settings (#61509)
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
1 parent 1d5e34f commit 23964e2

4 files changed

Lines changed: 9 additions & 4 deletions

File tree

content/copilot/concepts/agents/copilot-cli/about-cli-plugins.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ Examples of marketplaces include:
5959

6060
For more about adding marketplaces and installing plugins from them, see [AUTOTITLE](/copilot/how-tos/copilot-cli/customize-copilot/plugins-finding-installing).
6161

62-
Enterprise administrators can also define plugin standards that apply across the enterprise, including specifying additional marketplaces and plugins that are automatically installed for all {% data variables.copilot.copilot_cli_short %} users. See [AUTOTITLE](/copilot/concepts/agents/copilot-cli/about-enterprise-plugin-standards).
62+
Enterprise administrators can define plugin standards that apply to users on the enterprise's {% data variables.product.prodname_copilot_short %} plan, including specifying additional marketplaces and plugins that are automatically installed for {% data variables.copilot.copilot_cli_short %} users. See [AUTOTITLE](/copilot/concepts/agents/copilot-cli/about-enterprise-plugin-standards).
6363

6464
## Plugins compared with manual configuration
6565

content/copilot/concepts/agents/copilot-cli/about-enterprise-plugin-standards.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ docsTeamMetrics:
1515

1616
> [!NOTE] This feature is in {% data variables.release-phases.public_preview %} and subject to change.
1717
18-
Enterprise-managed plugin standards allow administrators to **define and enforce policies for plugin availability** in {% data variables.copilot.copilot_cli_short %} across their enterprise. By configuring a `settings.json` file in the enterprise's `.github-private` repository, administrators can specify which plugin marketplaces are available to users and which plugins are automatically installed for all enterprise users.
18+
Enterprise-managed plugin standards allow administrators to **define and enforce policies for plugin availability** in {% data variables.copilot.copilot_cli_short %} for users on the enterprise's {% data variables.product.prodname_copilot_short %} plan. By configuring a `settings.json` file in the enterprise's `.github-private` repository, administrators can specify which plugin marketplaces are available to users and which plugins are installed automatically.
1919

2020
## How plugin standards work
2121

@@ -24,7 +24,7 @@ Enterprise plugin standards use a configuration file stored in your enterprise's
2424
For plugin standards, the file can define:
2525

2626
* **Known marketplaces**. Plugin marketplaces that are available to users for browsing and installing plugins.
27-
* **Default-enabled plugins**. Specific plugins that are automatically installed for all enterprise users when they authenticate with the CLI.
27+
* **Default-enabled plugins**. Specific plugins that are automatically installed when users authenticate with the CLI.
2828

2929
When a user signs in to {% data variables.copilot.copilot_cli_short %}, the client queries an API endpoint that reads the `settings.json` from the enterprise's `.github-private` repository. The policies defined in the file are then applied to the user's CLI session.
3030

content/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-agents/configure-enterprise-plugin-standards.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ category:
1414

1515
> [!NOTE] This feature is in {% data variables.release-phases.public_preview %} and subject to change.
1616
17+
You can apply settings to control users' available plugin marketplaces and default-installed plugins. These settings apply to users on your enterprise's {% data variables.product.prodname_copilot_short %} plan. For more information, see [AUTOTITLE](/copilot/concepts/agents/copilot-cli/about-enterprise-plugin-standards).
18+
1719
1. In your enterprise's `.github-private` repository, navigate to the `.github/copilot/` directory. If you don't have a `.github-private` repository yet, see [AUTOTITLE](/copilot/how-tos/administer-copilot/manage-for-enterprise/manage-agents/prepare-for-custom-agents).
1820
1. Create or edit the `settings.json` file at `.github/copilot/settings.json`.
1921
1. Add your plugin policy configuration to the file. The `settings.json` file supports the following top-level properties:
@@ -39,4 +41,6 @@ category:
3941

4042
1. Commit and push your changes to the default branch of the `.github-private` repository.
4143

42-
Once the configuration is committed, enterprise users will see the specified marketplaces and pre-installed plugins the next time they authenticate with {% data variables.copilot.copilot_cli_short %}.
44+
Once the configuration is committed, users will see the specified marketplaces and pre-installed plugins the next time they authenticate with {% data variables.copilot.copilot_cli_short %}.
45+
46+
If a user does not see these settings, ensure they receive access to {% data variables.product.prodname_copilot_short %} through your enterprise or one of its organizations. If a user receives a license from multiple billing entities, ensure they have selected your enterprise in the "Usage billed to" dropdown in their [personal {% data variables.product.prodname_copilot_short %} settings](https://github.com/settings/copilot/features).

content/enterprise-onboarding/index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ journeyTracks:
3939
title: 'Automating processes with GitHub Apps'
4040
description: 'Create and install apps to automate processes securely in your enterprise and organizations.'
4141
guides:
42+
- href: '/enterprise-onboarding/github-apps/automations-in-your-enterprise'
4243
- href: '/enterprise-onboarding/github-apps/create-enterprise-apps'
4344
- href: '/enterprise-onboarding/github-apps/install-enterprise-apps'
4445
- id: 'support_for_your_enterprise'

0 commit comments

Comments
 (0)