Skip to content

Commit f056757

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-ai-docs-pr into imagen
2 parents 98c21f2 + dbebfe6 commit f056757

File tree

1,302 files changed

+21238
-11857
lines changed

Some content is hidden

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

1,302 files changed

+21238
-11857
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: 26 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -460,6 +460,11 @@
460460
"redirect_url": "../foundry-models/overview",
461461
"redirect_document_id": false
462462
},
463+
{
464+
"source_path": "articles/ai-foundry/concepts/concept-model-distillation.md",
465+
"redirect_url": "../openai/how-to/stored-completions",
466+
"redirect_document_id": false
467+
},
463468
{
464469
"source_path": "articles/ai-foundry/model-inference/quotas-limits.md",
465470
"redirect_url": "../foundry-models/quotas-limits",
@@ -484,6 +489,26 @@
484489
"source_path": "articles/ai-foundry/model-inference/index.yml",
485490
"redirect_url": "../foundry-models/index",
486491
"redirect_document_id": false
492+
},
493+
{
494+
"source_path": "articles/machine-learning/concept-package-models.md",
495+
"redirect_url": "/azure/machine-learning/concept-endpoints",
496+
"redirect_document_id": false
497+
},
498+
{
499+
"source_path": "articles/machine-learning/how-to-package-models-moe.md",
500+
"redirect_url": "/azure/machine-learning/concept-endpoints",
501+
"redirect_document_id": false
502+
},
503+
{
504+
"source_path": "articles/machine-learning/how-to-package-models-app-service.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.md",
510+
"redirect_url": "/azure/machine-learning/concept-endpoints",
511+
"redirect_document_id": false
487512
}
488513
]
489-
}
514+
}

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

Lines changed: 56 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,11 @@
110110
"redirect_url": "/azure/ai-foundry/how-to/data-add",
111111
"redirect_document_id": true
112112
},
113+
{
114+
"source_path_from_root": "/articles/ai-foundry/concepts/models-featured.md",
115+
"redirect_url": "/azure/ai-foundry/concepts/models-inference-examples",
116+
"redirect_document_id": false
117+
},
113118
{
114119
"source_path_from_root": "/articles/ai-foundry/model-inference/reference/api-version-updates.md",
115120
"redirect_url": "/rest/api/aifoundry/modelinference",
@@ -450,9 +455,19 @@
450455
"redirect_url": "/azure/ai-foundry/how-to/troubleshoot-secure-connection-project",
451456
"redirect_document_id": true
452457
},
458+
{
459+
"source_path_from_root": "/articles/ai-foundry/foundry-models/supported-languages-openai.md",
460+
"redirect_url": "/azure/ai-services/openai/supported-languages",
461+
"redirect_document_id": false
462+
},
453463
{
454464
"source_path_from_root": "/articles/ai-studio/how-to/use-blocklists.md",
455-
"redirect_url": "/azure/ai-foundry/how-to/use-blocklists",
465+
"redirect_url": "/azure/ai-foundry/foundry-models/how-to/use-blocklists",
466+
"redirect_document_id": false
467+
},
468+
{
469+
"source_path_from_root": "/articles/ai-foundry/how-to/use-blocklists.md",
470+
"redirect_url": "/azure/ai-foundry/foundry-models/how-to/use-blocklists",
456471
"redirect_document_id": true
457472
},
458473
{
@@ -772,6 +787,16 @@
772787
"redirect_url": "/azure/ai-foundry/context/context.json",
773788
"redirect_document_id": false
774789
},
790+
{
791+
"source_path_from_root": "/articles/ai-foundry/foundry-models/index.yml",
792+
"redirect_url": "/azure/ai-foundry/",
793+
"redirect_document_id": false
794+
},
795+
{
796+
"source_path_from_root": "/articles/ai-foundry/foundry-models/context/context.yml",
797+
"redirect_url": "/azure/ai-foundry/context/context",
798+
"redirect_document_id": false
799+
},
775800
{
776801
"source_path_from_root": "/articles/ai-studio/responsible-use-of-ai-overview.md",
777802
"redirect_url": "/azure/ai-foundry/responsible-use-of-ai-overview",
@@ -1178,10 +1203,40 @@
11781203
"redirect_url": "/azure/ai-foundry/how-to/develop/trace-application#visualize-your-traces",
11791204
"redirect_document_id": false
11801205
},
1206+
{
1207+
"source_path_from_root": "/articles/ai-foundry/agents/index.yml",
1208+
"redirect_url": "/azure/ai-foundry/",
1209+
"redirect_document_id": false
1210+
},
11811211
{
11821212
"source_path_from_root": "/articles/ai-foundry/how-to/online-evaluation.md",
11831213
"redirect_url": "/azure/ai-foundry/how-to/monitor-applications",
11841214
"redirect_document_id": false
1215+
},
1216+
{
1217+
"source_path_from_root": "/articles/ai-foundry/openai/index.yml",
1218+
"redirect_url": "/azure/ai-foundry/",
1219+
"redirect_document_id": false
1220+
},
1221+
{
1222+
"source_path_from_root": "/articles/ai-foundry/openai/context/context.yml",
1223+
"redirect_url": "/azure/ai-foundry/context/context",
1224+
"redirect_document_id": false
1225+
},
1226+
{
1227+
"source_path_from_root": "/articles/ai-foundry/openai/context/context.json",
1228+
"redirect_url": "/azure/ai-foundry/context/context",
1229+
"redirect_document_id": false
1230+
},
1231+
{
1232+
"source_path_from_root": "/articles/ai-foundry/agents/concepts/agent-catalog.md",
1233+
"redirect_url": "/azure/ai-foundry/agents/overview",
1234+
"redirect_document_id": false
1235+
},
1236+
{
1237+
"source_path_from_root": "/articles/ai-foundry/how-to/evaluate-prompts-playground.md",
1238+
"redirect_url": "/azure/ai-foundry/concepts/observability",
1239+
"redirect_document_id": false
11851240
}
11861241
]
11871242
}

articles/ai-foundry/agents/concepts/agent-catalog.md

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)