Skip to content

Commit 1e2b515

Browse files
authored
Merge pull request #44568 from github/repo-sync
Repo sync
2 parents d98214d + a06db39 commit 1e2b515

25 files changed

Lines changed: 1846 additions & 85 deletions

File tree

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

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,15 @@ category:
1515
---
1616
You can deploy {% data variables.product.prodname_ghe_server %} on global Azure or Azure Government.
1717

18+
{% ifversion ghes = 3.20 %}
19+
## Azure Local
20+
21+
> [!NOTE] {% data variables.product.prodname_ghe_server %} on Azure Local is now in public preview. During this public preview, you can only use GHES version 3.20.
22+
23+
If your organization requires sovereign deployments or operates in regulated environments, Azure Local is Microsoft's distributed infrastructure solution that enables this. Supporting regulated deployments, you can now host {% data variables.product.prodname_ghe_server %} on Azure Local. For more information, see [GitHub Enterprise Local](https://learn.microsoft.com/en-us/azure/azure-sovereign-clouds/private/github-local/github-local-overview).
24+
25+
{% endif %}
26+
1827
## Prerequisites
1928

2029
* {% data reusables.enterprise_installation.software-license %}

content/copilot/how-tos/github-copilot-app/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ For a conceptual overview of the {% data variables.copilot.github_copilot_app %}
2727
* **{% data variables.copilot.copilot_business_short %} or {% data variables.copilot.copilot_enterprise_short %} users**: You have access, as long as your organization or enterprise has enabled preview features and enabled {% data variables.copilot.copilot_cli_short %}. You can download the app directly from the [{% data variables.copilot.github_copilot_app %} repository](https://gh.io/github-copilot-app-repo?utm_source=docs-github-copilot-app-get-started&utm_medium=docs&utm_campaign=msbuild-2026).
2828
* **{% data variables.copilot.copilot_pro_short %} or {% data variables.copilot.copilot_pro_plus_short %} users**: You have access and can download the app directly from the [{% data variables.copilot.github_copilot_app %} repository](https://gh.io/github-copilot-app-repo?utm_source=docs-github-copilot-app-get-started&utm_medium=docs&utm_campaign=msbuild-2026).
2929
* **{% data variables.copilot.copilot_free_short %} users and users without a {% data variables.product.prodname_copilot_short %} plan**: Join the [waitlist](https://gh.io/github-copilot-app?utm_source=docs-github-copilot-app-get-started&utm_medium=docs&utm_campaign=msbuild-2026) to request access.
30-
* The {% data variables.copilot.github_copilot_app %} installed on macOS, Windows, or Linux. Once you have access, you can download and install the application from the [{% data variables.copilot.github_copilot_app %} repository](https://github.com/github/app#install?utm_source=docs-github-copilot-app-get-started-install&utm_medium=docs&utm_campaign=msbuild-2026).
30+
* The {% data variables.copilot.github_copilot_app %} installed on macOS, Windows, or Linux. Once you have access, you can download and install the application from the [{% data variables.copilot.github_copilot_app %} repository](https://github.com/github/app?utm_source=docs-github-copilot-app-get-started-install&utm_medium=docs&utm_campaign=msbuild-2026#install).
3131

3232
## Opening the {% data variables.copilot.github_copilot_app %} for the first time
3333

content/copilot/reference/copilot-billing/models-and-pricing.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -71,6 +71,14 @@ Anthropic models include a cache write cost in addition to cached input.
7171

7272
[^7]: {% data variables.copilot.copilot_raptor_mini %} uses {% data variables.copilot.copilot_gpt_5_mini %} pricing.
7373

74+
### Microsoft
75+
76+
| Model | Release status | Category | Input | Cached input | Output |
77+
| --- | --- | --- | ---: | ---: | ---: |
78+
| {% for entry in tables.copilot.models-and-pricing %}{% if entry.provider == "microsoft" %} |
79+
| {{ entry.model }} | {{ entry.release_status }} | {{ entry.category }} | {{ entry.input }} | {{ entry.cached_input }} | {{ entry.output }} |
80+
| {% endif %}{% endfor %} |
81+
7482
## Code completions
7583

7684
{% data reusables.copilot.tbb-completions %}

src/data-directory/lib/data-schemas/tables/copilot/models-and-pricing.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ const modelsAndPricingSchema = {
2626
},
2727
provider: {
2828
type: 'string',
29-
enum: ['openai', 'anthropic', 'google', 'xai', 'github'],
29+
enum: ['openai', 'anthropic', 'google', 'microsoft', 'xai', 'github'],
3030
},
3131
release_status: {
3232
type: 'string',

src/github-apps/data/fpt-2022-11-28/fine-grained-pat-permissions.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,15 @@
126126
"additional-permissions": false,
127127
"access": "write"
128128
},
129+
{
130+
"category": "billing",
131+
"slug": "get-billing-ai-credit-usage-report-for-an-organization",
132+
"subcategory": "usage",
133+
"verb": "get",
134+
"requestPath": "/organizations/{org}/settings/billing/ai_credit/usage",
135+
"additional-permissions": false,
136+
"access": "read"
137+
},
129138
{
130139
"category": "billing",
131140
"slug": "get-all-budgets-for-an-organization",
@@ -9219,6 +9228,15 @@
92199228
"title": "Plan",
92209229
"displayTitle": "User permissions for \"Plan\"",
92219230
"permissions": [
9231+
{
9232+
"category": "billing",
9233+
"slug": "get-billing-ai-credit-usage-report-for-a-user",
9234+
"subcategory": "usage",
9235+
"verb": "get",
9236+
"requestPath": "/users/{username}/settings/billing/ai_credit/usage",
9237+
"additional-permissions": false,
9238+
"access": "read"
9239+
},
92229240
{
92239241
"category": "billing",
92249242
"slug": "get-billing-premium-request-usage-report-for-a-user",

src/github-apps/data/fpt-2022-11-28/fine-grained-pat.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1374,6 +1374,12 @@
13741374
}
13751375
],
13761376
"billing": [
1377+
{
1378+
"slug": "get-billing-ai-credit-usage-report-for-an-organization",
1379+
"subcategory": "usage",
1380+
"verb": "get",
1381+
"requestPath": "/organizations/{org}/settings/billing/ai_credit/usage"
1382+
},
13771383
{
13781384
"slug": "get-all-budgets-for-an-organization",
13791385
"subcategory": "budgets",
@@ -1416,6 +1422,12 @@
14161422
"verb": "get",
14171423
"requestPath": "/organizations/{org}/settings/billing/usage/summary"
14181424
},
1425+
{
1426+
"slug": "get-billing-ai-credit-usage-report-for-a-user",
1427+
"subcategory": "usage",
1428+
"verb": "get",
1429+
"requestPath": "/users/{username}/settings/billing/ai_credit/usage"
1430+
},
14191431
{
14201432
"slug": "get-billing-premium-request-usage-report-for-a-user",
14211433
"subcategory": "usage",

src/github-apps/data/fpt-2022-11-28/server-to-server-permissions.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -406,6 +406,17 @@
406406
"server-to-server": true,
407407
"additional-permissions": false
408408
},
409+
{
410+
"category": "billing",
411+
"slug": "get-billing-ai-credit-usage-report-for-an-organization",
412+
"subcategory": "usage",
413+
"verb": "get",
414+
"requestPath": "/organizations/{org}/settings/billing/ai_credit/usage",
415+
"access": "read",
416+
"user-to-server": true,
417+
"server-to-server": true,
418+
"additional-permissions": false
419+
},
409420
{
410421
"category": "billing",
411422
"slug": "get-all-budgets-for-an-organization",
@@ -11715,6 +11726,17 @@
1171511726
"title": "Plan",
1171611727
"displayTitle": "User permissions for \"Plan\"",
1171711728
"permissions": [
11729+
{
11730+
"category": "billing",
11731+
"slug": "get-billing-ai-credit-usage-report-for-a-user",
11732+
"subcategory": "usage",
11733+
"verb": "get",
11734+
"requestPath": "/users/{username}/settings/billing/ai_credit/usage",
11735+
"access": "read",
11736+
"user-to-server": true,
11737+
"server-to-server": false,
11738+
"additional-permissions": false
11739+
},
1171811740
{
1171911741
"category": "billing",
1172011742
"slug": "get-billing-premium-request-usage-report-for-a-user",

src/github-apps/data/fpt-2022-11-28/server-to-server-rest.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1454,6 +1454,12 @@
14541454
}
14551455
],
14561456
"billing": [
1457+
{
1458+
"slug": "get-billing-ai-credit-usage-report-for-an-organization",
1459+
"subcategory": "usage",
1460+
"verb": "get",
1461+
"requestPath": "/organizations/{org}/settings/billing/ai_credit/usage"
1462+
},
14571463
{
14581464
"slug": "get-all-budgets-for-an-organization",
14591465
"subcategory": "budgets",

src/github-apps/data/fpt-2022-11-28/user-to-server-rest.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1496,6 +1496,12 @@
14961496
}
14971497
],
14981498
"billing": [
1499+
{
1500+
"slug": "get-billing-ai-credit-usage-report-for-an-organization",
1501+
"subcategory": "usage",
1502+
"verb": "get",
1503+
"requestPath": "/organizations/{org}/settings/billing/ai_credit/usage"
1504+
},
14991505
{
15001506
"slug": "get-all-budgets-for-an-organization",
15011507
"subcategory": "budgets",
@@ -1538,6 +1544,12 @@
15381544
"verb": "get",
15391545
"requestPath": "/organizations/{org}/settings/billing/usage/summary"
15401546
},
1547+
{
1548+
"slug": "get-billing-ai-credit-usage-report-for-a-user",
1549+
"subcategory": "usage",
1550+
"verb": "get",
1551+
"requestPath": "/users/{username}/settings/billing/ai_credit/usage"
1552+
},
15411553
{
15421554
"slug": "get-billing-premium-request-usage-report-for-a-user",
15431555
"subcategory": "usage",

src/github-apps/data/fpt-2026-03-10/fine-grained-pat-permissions.json

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,15 @@
126126
"additional-permissions": false,
127127
"access": "write"
128128
},
129+
{
130+
"category": "billing",
131+
"slug": "get-billing-ai-credit-usage-report-for-an-organization",
132+
"subcategory": "usage",
133+
"verb": "get",
134+
"requestPath": "/organizations/{org}/settings/billing/ai_credit/usage",
135+
"additional-permissions": false,
136+
"access": "read"
137+
},
129138
{
130139
"category": "billing",
131140
"slug": "get-all-budgets-for-an-organization",
@@ -9219,6 +9228,15 @@
92199228
"title": "Plan",
92209229
"displayTitle": "User permissions for \"Plan\"",
92219230
"permissions": [
9231+
{
9232+
"category": "billing",
9233+
"slug": "get-billing-ai-credit-usage-report-for-a-user",
9234+
"subcategory": "usage",
9235+
"verb": "get",
9236+
"requestPath": "/users/{username}/settings/billing/ai_credit/usage",
9237+
"additional-permissions": false,
9238+
"access": "read"
9239+
},
92229240
{
92239241
"category": "billing",
92249242
"slug": "get-billing-premium-request-usage-report-for-a-user",

0 commit comments

Comments
 (0)