Skip to content

Commit 32c4e11

Browse files
authored
Merge branch 'MicrosoftDocs:main' into main
2 parents caa2efc + 3afd8f7 commit 32c4e11

File tree

2,892 files changed

+53931
-29703
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

2,892 files changed

+53931
-29703
lines changed

.github/policies/disallow-edits.yml

Lines changed: 11 additions & 51 deletions
Original file line numberDiff line numberDiff line change
@@ -19,71 +19,34 @@ configuration:
1919
@${issueAuthor} - You tried to add an index file to this repository; this is not permitted so your pull request will be closed automatically.
2020
- closePullRequest
2121

22-
- description: Close PRs to the "personalizer" and "responsible-ai" folders where the author isn't a member of the MicrosoftDocs org (i.e. PRs in public repo).
22+
- description: Close PRs to the "responsible-ai" folders where the author isn't a member of the MicrosoftDocs org (i.e. PRs in public repo).
2323
if:
2424
- payloadType: Pull_Request
2525
- isAction:
2626
action: Opened
27-
- or:
28-
- filesMatchPattern:
29-
matchAny: true
30-
pattern: articles/ai-foundry/responsible-ai/*
31-
- filesMatchPattern:
32-
matchAny: true
33-
pattern: articles/ai-services/personalizer/*
34-
- not:
35-
activitySenderHasAssociation:
36-
association: Member
37-
then:
38-
- addReply:
39-
reply: >-
40-
@${issueAuthor} - Pull requests that modify files in this folder aren't accepted from public contributors.
41-
- closePullRequest
42-
43-
- description: \@mention specific people when a PR is opened in the "personalizer" or "responsible-ai" folder.
44-
if:
45-
- payloadType: Pull_Request
46-
- isAction:
47-
action: Opened
48-
- or:
49-
- filesMatchPattern:
50-
matchAny: true
51-
pattern: articles/ai-foundry/responsible-ai/*
52-
- filesMatchPattern:
53-
matchAny: true
54-
pattern: articles/ai-services/personalizer/*
55-
- activitySenderHasAssociation:
56-
association: Member
27+
- filesMatchPattern:
28+
matchAny: true
29+
pattern: articles/ai-foundry/responsible-ai/*
5730
- not:
5831
or:
32+
- activitySenderHasAssociation:
33+
association: Member
5934
- isActivitySender:
60-
user: eric-urban
61-
- isActivitySender:
62-
user: nitinme
63-
- isActivitySender:
64-
user: mrbullwinkle
35+
user: learn-build-service-prod[bot]
6536
then:
6637
- addReply:
6738
reply: >-
68-
@${issueAuthor} - Please don't sign off on this PR. The area owners will sign off once they've reviewed your contribution.
69-
- mentionUsers:
70-
mentionees:
71-
- eric-urban
72-
- nitinme
73-
- mrbullwinkle
74-
replyTemplate: ${mentionees} - Please review this PR and sign off when you're ready to merge it.
75-
assignMentionees: True # This part probably won't work since the bot doesn't have write perms.
76-
- addLabel:
77-
label: needs-human-review
39+
@${issueAuthor} - Pull requests that modify files in this folder aren't accepted from public contributors.
40+
- closePullRequest
7841

79-
- description: \@mention specific people when a PR is opened in the "ai-services/responsible-ai" folder.
42+
- description: \@mention specific people when a PR is opened in the "ai-foundry/responsible-ai" folder.
8043
if:
8144
- payloadType: Pull_Request
8245
- isAction:
8346
action: Opened
8447
- filesMatchPattern:
8548
matchAny: true
86-
pattern: articles/ai-services/responsible-ai/*
49+
pattern: articles/ai-foundry/responsible-ai/*
8750
- activitySenderHasAssociation:
8851
association: Member
8952
- not:
@@ -100,8 +63,6 @@ configuration:
10063
user: laujan
10164
- isActivitySender:
10265
user: patrickfarley
103-
- isActivitySender:
104-
user: jboback
10566
- isActivitySender:
10667
user: heidisteen
10768
- isActivitySender:
@@ -118,7 +79,6 @@ configuration:
11879
- aahill
11980
- laujan
12081
- patrickfarley
121-
- jboback
12282
- heidisteen
12383
- haileytap
12484
replyTemplate: ${mentionees} - Please review this PR and sign off when you're ready to merge it.

.openpublishing.publish.config.json

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,12 @@
188188
"branch": "main",
189189
"branch_mapping": {}
190190
},
191+
{
192+
"path_to_root": "azure-search-dotnet-samples",
193+
"url": "https://github.com/Azure-Samples/azure-search-dotnet-samples",
194+
"branch": "main",
195+
"branch_mapping": {}
196+
},
191197
{
192198
"path_to_root": "azureai-model-inference-bicep",
193199
"url": "https://github.com/Azure-Samples/azureai-model-inference-bicep",
@@ -199,6 +205,12 @@
199205
"url": "https://github.com/MicrosoftDocs/azure-docs-pr",
200206
"branch": "main",
201207
"branch_mapping": {}
208+
},
209+
{
210+
"path_to_root": "azure-policy-autogen-docs",
211+
"url": "https://github.com/MicrosoftDocs/azure-policy-autogen-docs",
212+
"branch": "main",
213+
"branch_mapping": {}
202214
}
203215
],
204216
"branch_target_mapping": {},

.openpublishing.redirection.json

Lines changed: 46 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,16 @@
66
"redirect_document_id": false
77
},
88
{
9+
"source_path": "articles/ai-foundry/how-to/develop/connections-add-sdk.md",
10+
"redirect_url": "/azure/ai-foundry/how-to/connections-add?pivots=hub-project",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path": "articles/ai-foundry/how-to/develop/vscode.md",
15+
"redirect_url": "/azure/ai-foundry/how-to/develop/get-started-projects-vs-code",
16+
"redirect_document_id": false
17+
},
18+
{
919
"source_path": "articles/ai-foundry/azure-openai-in-azure-ai-foundry.md",
1020
"redirect_url": "/azure/ai-foundry/what-is-azure-ai-foundry",
1121
"redirect_document_id": false
@@ -460,6 +470,11 @@
460470
"redirect_url": "../foundry-models/overview",
461471
"redirect_document_id": false
462472
},
473+
{
474+
"source_path": "articles/ai-foundry/concepts/concept-model-distillation.md",
475+
"redirect_url": "../openai/how-to/stored-completions",
476+
"redirect_document_id": false
477+
},
463478
{
464479
"source_path": "articles/ai-foundry/model-inference/quotas-limits.md",
465480
"redirect_url": "../foundry-models/quotas-limits",
@@ -484,6 +499,36 @@
484499
"source_path": "articles/ai-foundry/model-inference/index.yml",
485500
"redirect_url": "../foundry-models/index",
486501
"redirect_document_id": false
502+
},
503+
{
504+
"source_path": "articles/machine-learning/concept-package-models.md",
505+
"redirect_url": "/azure/machine-learning/concept-endpoints",
506+
"redirect_document_id": false
507+
},
508+
{
509+
"source_path": "articles/machine-learning/how-to-package-models-moe.md",
510+
"redirect_url": "/azure/machine-learning/concept-endpoints",
511+
"redirect_document_id": false
512+
},
513+
{
514+
"source_path": "articles/machine-learning/how-to-package-models-app-service.md",
515+
"redirect_url": "/azure/machine-learning/concept-endpoints",
516+
"redirect_document_id": false
517+
},
518+
{
519+
"source_path": "articles/machine-learning/how-to-package-models.md",
520+
"redirect_url": "/azure/machine-learning/concept-endpoints",
521+
"redirect_document_id": false
522+
},
523+
{
524+
"source_path": "articles/ai-services/create-account-terraform.md",
525+
"redirect_url": "/azure/ai-foundry/how-to/create-resource-terraform",
526+
"redirect_document_id": false
527+
},
528+
{
529+
"source_path": "articles/ai-services/create-account-bicep.md",
530+
"redirect_url": "/azure/ai-foundry/how-to/create-resource-template",
531+
"redirect_document_id": false
487532
}
488533
]
489-
}
534+
}

articles/ai-foundry/.openpublishing.redirection.ai-studio.json

Lines changed: 84 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@
1010
"redirect_url": "/azure/ai-foundry/what-is-azure-ai-foundry",
1111
"redirect_document_id": false
1212
},
13+
{
14+
"source_path_from_root": "/articles/ai-foundry/how-to/deploy-models-mistral-open.md",
15+
"redirect_url": "/azure/ai-foundry/foundry-models/concepts/models#mistral-ai",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-gretel-navigator.md",
20+
"redirect_url": "/azure/ai-foundry/concepts/models-inference-examples",
21+
"redirect_document_id": true
22+
},
1323
{
1424
"source_path_from_root": "/articles/ai-foundry/whats-new-ai-foundry.md",
1525
"redirect_url": "/azure/ai-foundry/whats-new-azure-ai-foundry",
@@ -110,6 +120,11 @@
110120
"redirect_url": "/azure/ai-foundry/how-to/data-add",
111121
"redirect_document_id": true
112122
},
123+
{
124+
"source_path_from_root": "/articles/ai-foundry/concepts/models-featured.md",
125+
"redirect_url": "/azure/ai-foundry/concepts/models-inference-examples",
126+
"redirect_document_id": false
127+
},
113128
{
114129
"source_path_from_root": "/articles/ai-foundry/model-inference/reference/api-version-updates.md",
115130
"redirect_url": "/rest/api/aifoundry/modelinference",
@@ -145,6 +160,16 @@
145160
"redirect_url": "/azure/ai-foundry/concepts/models-featured#cohere-rerank",
146161
"redirect_document_id": false
147162
},
163+
{
164+
"source_path_from_root": "/articles/ai-foundry/foundry-models/overview.md",
165+
"redirect_url": "/azure/ai-foundry/foundry-models/concepts/models",
166+
"redirect_document_id": false
167+
},
168+
{
169+
"source_path_from_root": "/articles/ai-foundry/how-to/deploy-models-gretel-navigator.md",
170+
"redirect_url": "/azure/ai-foundry/concepts/models-inference-examples#gretel-navigator",
171+
"redirect_document_id": false
172+
},
148173
{
149174
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-deepseek.md",
150175
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-deepseek",
@@ -155,11 +180,6 @@
155180
"redirect_url": "/azure/ai-foundry/model-inference/tutorials/get-started-deepseek-r1?context=%2Fazure%2Fai-foundry%2Fcontext%2Fcontext",
156181
"redirect_document_id": false
157182
},
158-
{
159-
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-gretel-navigator.md",
160-
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-gretel-navigator",
161-
"redirect_document_id": true
162-
},
163183
{
164184
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-jais.md",
165185
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-jais",
@@ -220,11 +240,6 @@
220240
"redirect_url": "/azure/ai-foundry/concepts/foundry-models-overview",
221241
"redirect_document_id": false
222242
},
223-
{
224-
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-mistral-open.md",
225-
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-mistral-open",
226-
"redirect_document_id": true
227-
},
228243
{
229244
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-mistral.md",
230245
"redirect_url": "/azure/ai-foundry/how-to/deploy-models-mistral",
@@ -450,9 +465,19 @@
450465
"redirect_url": "/azure/ai-foundry/how-to/troubleshoot-secure-connection-project",
451466
"redirect_document_id": true
452467
},
468+
{
469+
"source_path_from_root": "/articles/ai-foundry/foundry-models/supported-languages-openai.md",
470+
"redirect_url": "/azure/ai-foundry/openai/supported-languages",
471+
"redirect_document_id": false
472+
},
453473
{
454474
"source_path_from_root": "/articles/ai-studio/how-to/use-blocklists.md",
455-
"redirect_url": "/azure/ai-foundry/how-to/use-blocklists",
475+
"redirect_url": "/azure/ai-foundry/foundry-models/how-to/use-blocklists",
476+
"redirect_document_id": false
477+
},
478+
{
479+
"source_path_from_root": "/articles/ai-foundry/how-to/use-blocklists.md",
480+
"redirect_url": "/azure/ai-foundry/foundry-models/how-to/use-blocklists",
456481
"redirect_document_id": true
457482
},
458483
{
@@ -560,6 +585,11 @@
560585
"redirect_url": "/azure/ai-foundry/how-to/prompt-flow-tools/embedding-tool",
561586
"redirect_document_id": true
562587
},
588+
{
589+
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-mistral-open.md",
590+
"redirect_url": "/azure/ai-foundry/foundry-models/concepts/models",
591+
"redirect_document_id": true
592+
},
563593
{
564594
"source_path_from_root": "/articles/ai-studio/how-to/prompt-flow-tools/index-lookup-tool.md",
565595
"redirect_url": "/azure/ai-foundry/how-to/prompt-flow-tools/index-lookup-tool",
@@ -772,6 +802,16 @@
772802
"redirect_url": "/azure/ai-foundry/context/context.json",
773803
"redirect_document_id": false
774804
},
805+
{
806+
"source_path_from_root": "/articles/ai-foundry/foundry-models/index.yml",
807+
"redirect_url": "/azure/ai-foundry/",
808+
"redirect_document_id": false
809+
},
810+
{
811+
"source_path_from_root": "/articles/ai-foundry/foundry-models/context/context.yml",
812+
"redirect_url": "/azure/ai-foundry/context/context",
813+
"redirect_document_id": false
814+
},
775815
{
776816
"source_path_from_root": "/articles/ai-studio/responsible-use-of-ai-overview.md",
777817
"redirect_url": "/azure/ai-foundry/responsible-use-of-ai-overview",
@@ -905,8 +945,8 @@
905945
},
906946
{
907947
"source_path_from_root": "/articles/ai-studio/quickstarts/assistants.md",
908-
"redirect_url": "/azure/ai-services/openai/assistants-quickstart",
909-
"redirect_document_id": true
948+
"redirect_url": "/azure/ai-foundry/openai/how-to/assistant",
949+
"redirect_document_id": false
910950
},
911951
{
912952
"source_path_from_root": "/articles/ai-studio/how-to/prompt-flow-tools/vector-db-lookup-tool.md",
@@ -1070,7 +1110,7 @@
10701110
},
10711111
{
10721112
"source_path_from_root": "/articles/ai-studio/quickstarts/multimodal-vision.md",
1073-
"redirect_url": "/azure/ai-services/openai/gpt-v-quickstart",
1113+
"redirect_url": "/azure/ai-foundry/openai/gpt-v-quickstart",
10741114
"redirect_document_id": false
10751115
},
10761116
{
@@ -1178,10 +1218,40 @@
11781218
"redirect_url": "/azure/ai-foundry/how-to/develop/trace-application#visualize-your-traces",
11791219
"redirect_document_id": false
11801220
},
1221+
{
1222+
"source_path_from_root": "/articles/ai-foundry/agents/index.yml",
1223+
"redirect_url": "/azure/ai-foundry/",
1224+
"redirect_document_id": false
1225+
},
11811226
{
11821227
"source_path_from_root": "/articles/ai-foundry/how-to/online-evaluation.md",
11831228
"redirect_url": "/azure/ai-foundry/how-to/monitor-applications",
11841229
"redirect_document_id": false
1230+
},
1231+
{
1232+
"source_path_from_root": "/articles/ai-foundry/openai/index.yml",
1233+
"redirect_url": "/azure/ai-foundry/",
1234+
"redirect_document_id": false
1235+
},
1236+
{
1237+
"source_path_from_root": "/articles/ai-foundry/openai/context/context.yml",
1238+
"redirect_url": "/azure/ai-foundry/context/context",
1239+
"redirect_document_id": false
1240+
},
1241+
{
1242+
"source_path_from_root": "/articles/ai-foundry/openai/context/context.json",
1243+
"redirect_url": "/azure/ai-foundry/context/context",
1244+
"redirect_document_id": false
1245+
},
1246+
{
1247+
"source_path_from_root": "/articles/ai-foundry/agents/concepts/agent-catalog.md",
1248+
"redirect_url": "/azure/ai-foundry/agents/overview",
1249+
"redirect_document_id": false
1250+
},
1251+
{
1252+
"source_path_from_root": "/articles/ai-foundry/how-to/evaluate-prompts-playground.md",
1253+
"redirect_url": "/azure/ai-foundry/concepts/observability",
1254+
"redirect_document_id": false
11851255
}
11861256
]
11871257
}

0 commit comments

Comments
 (0)