You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/admin/administering-your-instance/administering-your-instance-from-the-command-line/command-line-utilities.md
This utility allows you to enforce an even distribution of allocations across your cluster nodes by checking the status of your cluster's allocations, then rebalancing problematic allocations. For more information, see [AUTOTITLE](/admin/enterprise-management/configuring-clustering/rebalancing-cluster-workloads).
@@ -608,8 +606,6 @@ To display a short description of the utility and any valid subcommands:
608
606
ghe-cluster-balance help
609
607
```
610
608
611
-
{% endif %}
612
-
613
609
### ghe-cluster-maintenance
614
610
615
611
With the `ghe-cluster-maintenance` utility, you can set or unset maintenance mode for every node in a cluster.
Copy file name to clipboardExpand all lines: content/admin/backing-up-and-restoring-your-instance/configuring-backups-on-your-instance.md
-4
Original file line number
Diff line number
Diff line change
@@ -188,8 +188,6 @@ On an instance in a high-availability configuration, after you restore to new di
188
188
189
189
To remediate after the restoration completes and before starting replication, you can tear down stale UUIDs using `ghe-repl-teardown`. If you need further assistance, visit {% data variables.contact.contact_ent_support %}.
190
190
191
-
{% ifversion backup-utilities-progress %}
192
-
193
191
## Monitoring backup or restoration progress
194
192
195
193
During a backup or restoration operation, you can use the `ghe-backup-progress` utility on your backup host to monitor the operation's progress. The utility prints the progress of each job sequentially.
@@ -207,5 +205,3 @@ Optionally, you can run the following command to print the current progress, the
Copy file name to clipboardExpand all lines: content/admin/configuring-settings/configuring-user-applications-for-your-enterprise/configuring-applications.md
-2
Original file line number
Diff line number
Diff line change
@@ -36,12 +36,10 @@ You can enable a retention policy for checks, actions, and associated data by se
36
36
1. Under "Delete threshold (days)", type the number of days for the deletion threshold. An archived check exists in an archived state for the number of days specified here. After this threshold, the check will be permanently deleted.
37
37
{% data reusables.enterprise_management_console.save-settings %}
38
38
39
-
{% ifversion azure-maps %}
40
39
{% ifversion ghes < 3.13 %}
41
40
42
41
## Enabling interactive maps
43
42
44
43
You can enable the display of interactive maps in the web interface for users of {% data variables.location.product_location %}. For more information, see [AUTOTITLE](/admin/configuration/configuring-user-applications-for-your-enterprise/configuring-interactive-maps).
Copy file name to clipboardExpand all lines: content/admin/configuring-settings/configuring-user-applications-for-your-enterprise/configuring-interactive-maps.md
+3-21
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ intro: 'You can enable the display of interactive maps in the web interface for
4
4
shortTitle: Configure interactive maps
5
5
permissions: 'People with access to the {% data variables.enterprise.management_console %} can configure interactive maps.'
6
6
versions:
7
-
feature: azure-maps
7
+
ghes: '*'
8
8
type: how_to
9
9
topics:
10
10
- Enterprise
@@ -18,33 +18,27 @@ You can allow users of {% data variables.location.product_location %} to create
18
18
19
19
To enable interactive maps, you must provide authentication credentials for Azure Maps.
20
20
21
-
{% ifversion azure-maps-auth-2023 %}
22
21
{% ifversion ghes < 3.13 %}
23
22
24
23
> [!WARNING]
25
24
> Authentication with Azure Maps using an API token is {% data variables.release-phases.retired %} in {% data variables.product.product_name %} {{ allVersions[currentVersion].currentRelease }}.{% ifversion ghes = 3.10 %}4{% elsif ghes = 3.11 %}1{% endif %} and later. If you upgrade to the latest release of {% data variables.product.product_name %} on an instance already configured to authenticate with an API token, interactive maps will be disabled. You must reconfigure authentication using role-based access control (RBAC) for an application on a Microsoft Entra ID (previously known as Azure AD) tenant. {% data reusables.enterprise.azure-maps-auth-deprecation-link %}
26
25
27
-
{% endif %}
28
26
{% endif %}
29
27
30
28
## Prerequisites
31
29
32
-
{% ifversion azure-maps-auth-2023 %}
33
-
34
30
{% ifversion ghes < 3.12 %}
35
31
36
32
The following prerequisites apply if your instance runs {% data variables.product.product_name %} {{ allVersions[currentVersion].currentRelease }}.{% ifversion ghes = 3.10 %}4{% elsif ghes = 3.11 %}1{% endif %} or later.
37
33
38
34
{% endif %}
39
35
40
-
* To configure interactive maps for your instance, you must have {% ifversion azure-maps-auth-2023 %}administrative access to a tenant in Microsoft Entra ID. For more information, contact the administrator for Microsoft resources at your company, or see [Quickstart: Create a new tenant in Microsoft Entra ID](https://learn.microsoft.com/entra/fundamentals/create-new-tenant) on Microsoft Learn{% else %}an API token for Azure Maps{% endif %}.
36
+
* To configure interactive maps for your instance, you must have administrative access to a tenant in Microsoft Entra ID. For more information, contact the administrator for Microsoft resources at your company, or see [Quickstart: Create a new tenant in Microsoft Entra ID](https://learn.microsoft.com/entra/fundamentals/create-new-tenant) on Microsoft Learn.
41
37
42
38
* You must know the tenant ID for your tenant in Entra ID. For more information, see [Get subscription and tenant IDs in the Azure portal](https://learn.microsoft.com/en-us/azure/azure-portal/get-subscription-tenant-id#find-your-microsoft-entra-tenant) on Microsoft Learn.
43
39
44
40
* Your instance must be able to access https://login.microsoftonline.com.
45
41
46
-
{% endif %}
47
-
48
42
{% ifversion ghes < 3.12 %}
49
43
50
44
If your instance runs {% ifversion ghes < 3.11 %}a release of {% data variables.product.product_name %} in the {{ allVersions[currentVersion].currentRelease }} series earlier than {% else %}{% data variables.product.product_name %} {% endif %}{{ allVersions[currentVersion].currentRelease }}.{% ifversion ghes = 3.10 %}3{% elsif ghes = 3.11 %}0{% endif %}, you must provide an API token for Azure Maps instead.
@@ -53,8 +47,6 @@ If your instance runs {% ifversion ghes < 3.11 %}a release of {% data variables.
53
47
54
48
{% endif %}
55
49
56
-
{% ifversion azure-maps-auth-2023 %}
57
-
58
50
## Generating credentials for Azure Maps
59
51
60
52
{% ifversion ghes < 3.12 %}
@@ -83,16 +75,10 @@ To generate credentials for Azure Maps, you must create an application for your
83
75
84
76
* On your Entra ID tenant, from **Access control (IAM)**, you must assign the role of "Azure Maps Data Reader" to "User, group, or service principal", select the application you created earlier in these instructions, and complete the form.
85
77
86
-
{% endif %}
87
-
88
78
## Enabling interactive maps
89
79
90
-
{% ifversion azure-maps-auth-2023 %}
91
-
92
80
After you create an application on your Entra ID tenant and generate a secret for the use of Azure Maps, you can configure interactive maps on {% data variables.location.product_location %}.
93
81
94
-
{% endif %}
95
-
96
82
{% data reusables.enterprise_site_admin_settings.access-settings %}
97
83
{% data reusables.enterprise_site_admin_settings.management-console %}
98
84
{% data reusables.enterprise_management_console.privacy %}
@@ -104,16 +90,15 @@ After you create an application on your Entra ID tenant and generate a secret fo
104
90
```
105
91
106
92
Store the string in a secure location that you can reference in the next step.
107
-
{%- ifversion azure-maps-auth-2023 %}
108
93
1. {% ifversion ghes > 3.11 %}Below the headings, type or paste{% else %}Enter{% endif %} your authentication details for Azure Maps.
109
94
110
95
{%- ifversion ghes < 3.11 %}
111
96
* If your instance runs {% ifversion ghes < 3.11 %}a release of {% data variables.product.product_name %} in the {{ allVersions[currentVersion].currentRelease }} series earlier than {% else %}{% data variables.product.product_name %} {% endif %}{{ allVersions[currentVersion].currentRelease }}.{% ifversion ghes = 3.10 %}3{% elsif ghes = 3.11 %}0{% endif %}, below "Azure Maps API Token", type or paste your token.
112
97
113
98
{% data reusables.enterprise.azure-maps-auth-warning %}
114
99
* If your instance runs {% data variables.product.product_name %} {{ allVersions[currentVersion].currentRelease }}.{% ifversion ghes = 3.10 %}4{% elsif ghes = 3.11 %}1{% endif %} or later, below the headings, type or paste the following information.
100
+
{%- endif %}
115
101
116
-
{%- endif %}
117
102
* Optionally, to change the style of rendered maps, under "Basemap ID", type the ID for the style you'd like to use.
118
103
* Under the headings, type or paste your authentication details.
119
104
@@ -124,9 +109,6 @@ After you create an application on your Entra ID tenant and generate a secret fo
124
109
| Azure Tenant ID | ID for your tenant on Entra ID |[Prerequisites](#prerequisites)|
125
110
| Azure App Client Secret | Client secret that you generated for the application on your Entra ID tenant | [Generating credentials for Azure Maps](#generating-credentials-for-azure-maps)
126
111
| CSRF Secret | 32-character string to prevent CSRF attacks | See previous step. |
127
-
{%- else %}
128
-
1. To configure authentication, under "Azure Maps API Token", paste your token.
129
-
{%- endif %}
130
112
{% data reusables.enterprise_management_console.save-settings %}
Copy file name to clipboardExpand all lines: content/admin/monitoring-and-managing-your-instance/configuring-clustering/rebalancing-cluster-workloads.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ intro: 'You can force your {% data variables.product.product_name %} cluster to
5
5
product: '{% data reusables.gated-features.cluster %}'
6
6
permissions: 'People with administrative SSH access to a {% data variables.product.product_name %} instance can rebalance cluster workloads on the instance.'
Copy file name to clipboardExpand all lines: content/admin/monitoring-and-managing-your-instance/configuring-clustering/replacing-a-cluster-node.md
-2
Original file line number
Diff line number
Diff line change
@@ -21,9 +21,7 @@ topics:
21
21
22
22
You can replace a functional node in a {% data variables.product.product_name %} cluster, or you can replace a node that has failed unexpectedly.
23
23
24
-
{% ifversion cluster-rebalancing %}
25
24
After you replace a node, {% data variables.location.product_location %} does not automatically distribute jobs to the new node. You can force your instance to balance jobs across nodes. For more information, see [AUTOTITLE](/admin/enterprise-management/configuring-clustering/rebalancing-cluster-workloads).
26
-
{% endif %}
27
25
28
26
> [!WARNING]
29
27
> To avoid conflicts, do not reuse a hostname that was previously assigned to a node in the cluster.
Copy file name to clipboardExpand all lines: content/code-security/code-scanning/enabling-code-scanning/configuring-default-setup-for-code-scanning.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -50,7 +50,7 @@ If you need more granular control over your {% data variables.product.prodname_c
50
50
Your repository is eligible for default setup for {% data variables.product.prodname_code_scanning %} if:{% ifversion default-setup-pre-enablement %}
51
51
<!-- No restrictions on languages. Can be set up before CodeQL supported languages are added. -->
52
52
{% else %}
53
-
* It includes at least one {% data variables.product.prodname_codeql %}-supported language{% ifversion codeql-swift-advanced-setup %} aside from Swift{% endif %}.{% endif %}
53
+
* It includes at least one {% data variables.product.prodname_codeql %}-supported language{% ifversion ghes = 3.10 %} aside from Swift{% endif %}.{% endif %}
54
54
* {% data variables.product.prodname_actions %} are enabled.{% ifversion fpt %}
55
55
* It is publicly visible.{%- elsif ghec %}
56
56
* It is publicly visible, or {% data variables.product.prodname_GH_advanced_security %} is enabled.{%- elsif ghes %}
@@ -62,7 +62,7 @@ Your repository is eligible for default setup for {% data variables.product.prod
62
62
If your repository includes at least one {% data variables.product.prodname_codeql %}-supported language, you can use default setup even if your repository also includes languages that aren't supported by {% data variables.product.prodname_codeql %}, such as R. Unsupported languages will not be scanned by default setup. For more information on {% data variables.product.prodname_codeql %}-supported languages, see [AUTOTITLE](/code-security/code-scanning/introduction-to-code-scanning/about-code-scanning-with-codeql#about-codeql).
63
63
{% endif %}
64
64
65
-
You can use default setup for all {% data variables.product.prodname_codeql %}-supported languages{% ifversion codeql-swift-advanced-setup %} except Swift{% endif %} for self-hosted runners or {% data variables.product.prodname_dotcom %}-hosted runners. See [Assigning labels to runners](#assigning-labels-to-runners), later in this article.
65
+
You can use default setup for all {% data variables.product.prodname_codeql %}-supported languages{% ifversion ghes = 3.10 %} except Swift{% endif %} for self-hosted runners or {% data variables.product.prodname_dotcom %}-hosted runners. See [Assigning labels to runners](#assigning-labels-to-runners), later in this article.
66
66
67
67
{% ifversion codeql-no-build %}Default setup uses the `none` build mode for {% data variables.code-scanning.no_build_support %} and uses the `autobuild` build mode for other compiled languages. You should configure your self-hosted runners to make sure they can run all the necessary commands for C/C++, C#, and Swift analysis. Analysis of JavaScript/TypeScript, Go, Ruby, Python, and Kotlin code does not currently require special configuration.{% else %}Default setup runs the `autobuild` action, so you should configure your self-hosted runners to make sure they can run all the necessary commands for {% data variables.code-scanning.compiled_languages %} analysis. Analysis of JavaScript/TypeScript, Go, Ruby, Python, and Kotlin code does not currently require special configuration.{% endif %}
68
68
@@ -78,7 +78,7 @@ We recommend that you start using {% data variables.product.prodname_code_scanni
78
78
If the code in a repository changes to include Go, JavaScript/TypeScript, Python, or Ruby, {% data variables.product.prodname_dotcom %} will automatically update the {% data variables.product.prodname_code_scanning %} configuration to include the new language. If {% data variables.product.prodname_code_scanning %} fails with the new configuration, {% data variables.product.prodname_dotcom %} will resume the previous configuration automatically so the repository does not lose {% data variables.product.prodname_code_scanning %} coverage.
79
79
{% endif %}
80
80
81
-
Compiled languages are not automatically included in default setup configuration because they often require more advanced configuration, but you can manually select any {% data variables.product.prodname_codeql %}-supported compiled language{% ifversion codeql-swift-advanced-setup %} other than Swift{% endif %} for analysis.
81
+
Compiled languages are not automatically included in default setup configuration because they often require more advanced configuration, but you can manually select any {% data variables.product.prodname_codeql %}-supported compiled language{% ifversion ghes = 3.10 %} other than Swift{% endif %} for analysis.
Copy file name to clipboardExpand all lines: content/issues/organizing-your-work-with-project-boards/managing-project-boards/about-project-boards.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -34,7 +34,7 @@ Types of {% data variables.projects.projects_v1_boards %}:
34
34
35
35
To create a {% data variables.projects.projects_v1_board %} for your organization, you must be an organization member. Organization owners and people with {% data variables.projects.projects_v1_board %} admin permissions can customize access to the {% data variables.projects.projects_v1_board %}.
36
36
37
-
{% ifversion classic-project-visibility-permissions %}{% data reusables.projects.owners-can-limit-visibility-permissions %}{% endif %}
37
+
{% data reusables.projects.owners-can-limit-visibility-permissions %}
Copy file name to clipboardExpand all lines: content/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility.md
{% data reusables.project-management.project-board-visibility %}
18
18
19
19
> [!NOTE]
20
-
> {% ifversion classic-project-visibility-permissions %}{% data reusables.projects.owners-can-limit-visibility-permissions %}
21
-
> *{% endif %}When you make your {% data variables.projects.projects_v1_board %} public, organization members are given read access by default. You can give specific organization members write or admin permissions by giving access to teams they're on or by adding them to the {% data variables.projects.projects_v1_board %} as a collaborator. For more information, see [AUTOTITLE](/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization).
20
+
> {% data reusables.projects.owners-can-limit-visibility-permissions %}
21
+
> * When you make your {% data variables.projects.projects_v1_board %} public, organization members are given read access by default. You can give specific organization members write or admin permissions by giving access to teams they're on or by adding them to the {% data variables.projects.projects_v1_board %} as a collaborator. For more information, see [AUTOTITLE](/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization).
22
22
23
23
1. Navigate to the {% data variables.projects.projects_v1_board %} you want to make public or private.
24
24
{% data reusables.project-management.click-menu %}
Copy file name to clipboardExpand all lines: content/issues/organizing-your-work-with-project-boards/managing-project-boards/creating-a-project-board.md
-4
Original file line number
Diff line number
Diff line change
@@ -59,13 +59,9 @@ You can also configure workflow automations to keep your {% data variables.proje
59
59
60
60
{% data reusables.projects.classic-project-creation %}
Copy file name to clipboardExpand all lines: content/organizations/managing-access-to-your-organizations-project-boards/project-board-permissions-for-an-organization.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -36,7 +36,7 @@ For example, if an organization owner has given all organization members read pe
36
36
37
37
## {% data variables.projects.projects_v1_board_caps %} visibility
38
38
39
-
{% ifversion classic-project-visibility-permissions %}{% data reusables.projects.owners-can-limit-visibility-permissions %}{% endif %}
39
+
{% data reusables.projects.owners-can-limit-visibility-permissions %}
40
40
41
41
{% data reusables.project-management.project-board-visibility %} You can change the {% data variables.projects.projects_v1_board %}'s visibility from private to public and back again. For more information, see [AUTOTITLE](/issues/organizing-your-work-with-project-boards/managing-project-boards/changing-project-board-visibility).
Copy file name to clipboardExpand all lines: content/organizations/managing-organization-settings/allowing-project-visibility-changes-in-your-organization.md
+3-1
Original file line number
Diff line number
Diff line change
@@ -2,7 +2,9 @@
2
2
title: Allowing project visibility changes in your organization
3
3
intro: 'Organization owners can allow members with admin permissions to adjust the visibility of {% data variables.projects.projects_v2_and_v1 %} in their organization.'
Copy file name to clipboardExpand all lines: data/reusables/advanced-formatting/administrator-must-enable-mapping.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,4 @@
1
-
{% ifversion azure-maps %}
1
+
{% ifversion ghes %}
2
2
3
3
To display interactive maps, a site administrator must configure the feature for {% data variables.location.product_location %}. For more information, see [AUTOTITLE](/admin/configuration/configuring-user-applications-for-your-enterprise/configuring-interactive-maps).
0 commit comments