Skip to content

Commit 9c04d81

Browse files
authored
Merge pull request #36251 from github/repo-sync
Repo sync
2 parents 1fa5506 + 39e7094 commit 9c04d81

File tree

7 files changed

+13
-10
lines changed

7 files changed

+13
-10
lines changed

content/admin/enforcing-policies/enforcing-policies-for-your-enterprise/enforcing-policies-for-code-security-and-analysis-for-your-enterprise.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ Additionally, you can enforce policies for the use of {% data variables.product.
3939

4040
## Enforcing a policy for visibility of dependency insights
4141

42-
Dependency insights show all packages that repositories within your enterprise's organizations depend on. Dependency insights include aggregated information about security advisories and licenses. For more information, see [AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-dependencies-in-your-organization).
42+
Dependency insights show all open source projects that repositories within your enterprise's organizations depend on. Dependency insights include aggregated information about security advisories and licenses. For more information, see [AUTOTITLE](/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-dependencies-in-your-organization).
4343

4444
Across all organizations owned by your enterprise, you can control whether organization members can view dependency insights. You can also allow owners to administer the setting on the organization level. For more information, see [AUTOTITLE](/organizations/managing-organization-settings/changing-the-visibility-of-your-organizations-dependency-insights).
4545

content/admin/installing-your-enterprise-server/setting-up-a-github-enterprise-server-instance/installing-github-enterprise-server-on-vmware.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -40,10 +40,10 @@ shortTitle: Install on VMware
4040

4141
{% data reusables.enterprise_installation.create-ghe-instance %}
4242

43-
1. Using the vSphere Windows Client or the vCenter Web Client, import the {% data variables.product.prodname_ghe_server %} image you downloaded. For instructions, see the VMware guide [Deploy an OVF or OVA Template](https://docs.vmware.com/en/VMware-vSphere/6.5/com.vmware.vsphere.vm_admin.doc/GUID-17BEDA21-43F6-41F4-8FB2-E01D275FE9B4.html).
43+
1. Using the vSphere Windows Client or the vCenter Web Client, import the {% data variables.product.prodname_ghe_server %} image you downloaded. For instructions, see the VMware guide [Deploy an OVF or OVA Template](https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/6-5/vsphere-virtual-machine-administration-guide-6-5/deploying-ovf-templates/deploy-an-ovf-template-flex-and-h5.html).
4444
* When selecting a datastore, choose one with sufficient space to host the VM's disks. For the minimum hardware specifications recommended for your instance size, see [Hardware considerations](#hardware-considerations). We recommend thick provisioning with lazy zeroing.
4545
* Leave the **Power on after deployment** box unchecked, as you will need to add an attached storage volume for your repository data after provisioning the VM.
46-
{% data reusables.enterprise_installation.create-attached-storage-volume %} For instructions, see the VMware guide [Add a New Hard Disk to a Virtual Machine](https://docs.vmware.com/en/VMware-vSphere/6.5/com.vmware.vsphere.vm_admin.doc/GUID-F4917C61-3D24-4DB9-B347-B5722A84368C.html).
46+
{% data reusables.enterprise_installation.create-attached-storage-volume %} For instructions, see the VMware guide [Add a New Hard Disk to a Virtual Machine](https://techdocs.broadcom.com/us/en/vmware-cis/vsphere/vsphere/6-5/add-a-new-hard-disk-to-a-virtual-machine.html).
4747

4848
## Configuring the {% data variables.product.prodname_ghe_server %} instance
4949

content/billing/managing-the-plan-for-your-github-account/connecting-an-azure-subscription.md

+4-6
Original file line numberDiff line numberDiff line change
@@ -117,9 +117,8 @@ To connect your Azure subscription, you must have owner permissions to the Azure
117117
To connect your Azure subscription, you must have owner permissions to the Azure subscription and be an enterprise owner on {% data variables.product.prodname_dotcom %}.
118118

119119
{% data reusables.enterprise-accounts.access-enterprise %}
120-
{% data reusables.enterprise-accounts.settings-tab %}
121-
{% data reusables.enterprise-accounts.billing-tab %}
122-
{% data reusables.enterprise-accounts.payment-information-tab %}
120+
{% data reusables.enterprise-accounts.billing-tab-both-platforms %}
121+
{% data reusables.enterprise-accounts.payment-information-tab-both-platforms %}
123122

124123
1. Under "Payment Information", click **Add Azure Subscription**.
125124
1. To sign in to your Microsoft account, follow the prompts.
@@ -155,9 +154,8 @@ After you disconnect your Azure subscription from your organization account, you
155154
After you disconnect your Azure subscription from your enterprise account, your usage can no longer exceed the amounts included with your plan.
156155

157156
{% data reusables.enterprise-accounts.access-enterprise %}
158-
{% data reusables.enterprise-accounts.settings-tab %}
159-
{% data reusables.enterprise-accounts.billing-tab %}
160-
{% data reusables.enterprise-accounts.payment-information-tab %}
157+
{% data reusables.enterprise-accounts.billing-tab-both-platforms %}
158+
{% data reusables.enterprise-accounts.payment-information-tab-both-platforms %}
161159

162160
1. Under "Azure subscription", to the right of the subscription ID you want to disconnect, click **{% octicon "trash" aria-label="The trash icon" %}**.
163161
1. Review the prompt, then click **Remove**.

content/copilot/building-copilot-extensions/quickstart-for-github-copilot-extensions-using-agents.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ Rather than deploying the Blackbeard agent as a web app, you can host your agent
9393

9494
To make the Blackbeard agent accessible to the {% data variables.product.prodname_copilot_short %} platform and {% data variables.product.github %}, you need to expose your local server so it's reachable by HTTP requests. You can use any port forwarding or tunneling service to achieve this. For the following steps, we'll use ngrok.
9595

96-
1. Navigate to [ngrok's download page](https://ngrok.com/download), then install the appropriate version of ngrok for your operating system.
96+
1. Navigate to [ngrok's download page](https://ngrok.com/downloads/), then install the appropriate version of ngrok for your operating system.
9797
1. Navigate to the [ngrok setup and installation page](https://dashboard.ngrok.com/get-started/setup/), then log in or sign up for an ngrok account.
9898
1. To expose your local server, in a new window of your command line application, run the following command:
9999

content/organizations/collaborating-with-groups-in-organizations/viewing-insights-for-dependencies-in-your-organization.md

+3
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@ Dependency insights can help you track, report, and act on your organization's o
2626
2727
With dependency insights you can view vulnerabilities, licenses, and other important information for the open source projects your organization depends on.
2828

29+
> [!NOTE]
30+
> Dependency insights don't include information for private dependencies.
31+
2932
{% data reusables.profile.access_org %}
3033
{% data reusables.user-settings.access_org %}
3134
{% data reusables.organizations.insights %}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1. On the left side of the page, in the enterprise account sidebar, click **{% octicon "credit-card" aria-hidden="true" %} Billing & Licensing** (visible if you use the new billing platform). Alternatively, click **{% octicon "gear" aria-hidden="true" %} Settings** and then **Billing**.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
1. Under "Billing & Licensing" (new platform) or "Billing", click **Payment information**.

0 commit comments

Comments
 (0)