Skip to content

Commit 31c0eaf

Browse files
committed
Merge remote-tracking branch 'pr/main' into rhurey/1.45_notes
2 parents 731eb41 + 4be55fb commit 31c0eaf

File tree

933 files changed

+7718
-5871
lines changed

Some content is hidden

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

933 files changed

+7718
-5871
lines changed

.github/policies/disallow-edits.yml

Lines changed: 6 additions & 48 deletions
Original file line numberDiff line numberDiff line change
@@ -19,18 +19,14 @@ 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/*
27+
- filesMatchPattern:
28+
matchAny: true
29+
pattern: articles/ai-foundry/responsible-ai/*
3430
- not:
3531
activitySenderHasAssociation:
3632
association: Member
@@ -40,50 +36,15 @@ configuration:
4036
@${issueAuthor} - Pull requests that modify files in this folder aren't accepted from public contributors.
4137
- closePullRequest
4238

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
57-
- not:
58-
or:
59-
- isActivitySender:
60-
user: eric-urban
61-
- isActivitySender:
62-
user: nitinme
63-
- isActivitySender:
64-
user: mrbullwinkle
65-
then:
66-
- addReply:
67-
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
7839

79-
- description: \@mention specific people when a PR is opened in the "ai-services/responsible-ai" folder.
40+
- description: \@mention specific people when a PR is opened in the "ai-foundry/responsible-ai" folder.
8041
if:
8142
- payloadType: Pull_Request
8243
- isAction:
8344
action: Opened
8445
- filesMatchPattern:
8546
matchAny: true
86-
pattern: articles/ai-services/responsible-ai/*
47+
pattern: articles/ai-foundry/responsible-ai/*
8748
- activitySenderHasAssociation:
8849
association: Member
8950
- not:
@@ -100,8 +61,6 @@ configuration:
10061
user: laujan
10162
- isActivitySender:
10263
user: patrickfarley
103-
- isActivitySender:
104-
user: jboback
10564
- isActivitySender:
10665
user: heidisteen
10766
- isActivitySender:
@@ -118,7 +77,6 @@ configuration:
11877
- aahill
11978
- laujan
12079
- patrickfarley
121-
- jboback
12280
- heidisteen
12381
- haileytap
12482
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: 6 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",
@@ -486,4 +491,4 @@
486491
"redirect_document_id": false
487492
}
488493
]
489-
}
494+
}

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

Lines changed: 31 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",
@@ -1197,6 +1222,11 @@
11971222
"source_path_from_root": "/articles/ai-foundry/openai/context/context.json",
11981223
"redirect_url": "/azure/ai-foundry/context/context",
11991224
"redirect_document_id": false
1225+
},
1226+
{
1227+
"source_path_from_root": "/articles/ai-foundry/agents/concepts/agent-catalog.md",
1228+
"redirect_url": "/azure/ai-foundry/agents/overview",
1229+
"redirect_document_id": false
12001230
}
12011231
]
12021232
}

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

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

0 commit comments

Comments
 (0)