Skip to content

Commit 6901973

Browse files
authored
Merge branch 'release-aisvcs-move-rai-docs' into patch-2
2 parents 64d9fe4 + 2c2a26d commit 6901973

File tree

3,295 files changed

+88857
-56863
lines changed

Some content is hidden

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

3,295 files changed

+88857
-56863
lines changed

.acrolinx-config.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{:allowed-branchname-matches ["main" "release-.*"]
2-
:allowed-filename-matches ["(?i)articles/(?:(?!active-directory/saas-apps/toc.yml|role-based-access-control/resource-provider-operations.md|.*policy/samples/|.*resource-graph/samples/))" "(?i)includes/(?:(?!policy/reference/|policy/standards/|resource-graph/samples/))"]}
2+
:allowed-filename-matches ["articles"]}

.github/policies/disallow-edits.yml

Lines changed: 54 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ configuration:
2424
- payloadType: Pull_Request
2525
- isAction:
2626
action: Opened
27-
-or
27+
- or:
2828
- filesMatchPattern:
2929
matchAny: true
3030
pattern: articles/ai-foundry/responsible-ai/*
@@ -45,7 +45,7 @@ configuration:
4545
- payloadType: Pull_Request
4646
- isAction:
4747
action: Opened
48-
-or
48+
-or:
4949
- filesMatchPattern:
5050
matchAny: true
5151
pattern: articles/ai-foundry/responsible-ai/*
@@ -73,3 +73,55 @@ configuration:
7373
- mrbullwinkle
7474
replyTemplate: ${mentionees} - Please review this PR and sign off when you're ready to merge it.
7575
assignMentionees: True # This part probably won't work since the bot doesn't have write perms.
76+
- addLabel:
77+
label: needs-human-review
78+
79+
- description: \@mention specific people when a PR is opened in the "ai-services/responsible-ai" folder.
80+
if:
81+
- payloadType: Pull_Request
82+
- isAction:
83+
action: Opened
84+
- filesMatchPattern:
85+
matchAny: true
86+
pattern: articles/ai-services/responsible-ai/*
87+
- activitySenderHasAssociation:
88+
association: Member
89+
- not:
90+
or:
91+
- isActivitySender:
92+
user: eric-urban
93+
- isActivitySender:
94+
user: nitinme
95+
- isActivitySender:
96+
user: mrbullwinkle
97+
- isActivitySender:
98+
user: aahill
99+
- isActivitySender:
100+
user: laujan
101+
- isActivitySender:
102+
user: patrickfarley
103+
- isActivitySender:
104+
user: jboback
105+
- isActivitySender:
106+
user: heidisteen
107+
- isActivitySender:
108+
user: haileytap
109+
then:
110+
- addReply:
111+
reply: >-
112+
@${issueAuthor} - Please don't sign off on this PR. The area owners will sign off once they've reviewed your contribution.
113+
- mentionUsers:
114+
mentionees:
115+
- eric-urban
116+
- nitinme
117+
- mrbullwinkle
118+
- aahill
119+
- laujan
120+
- patrickfarley
121+
- jboback
122+
- heidisteen
123+
- haileytap
124+
replyTemplate: ${mentionees} - Please review this PR and sign off when you're ready to merge it.
125+
assignMentionees: True # This part probably won't work since the bot doesn't have write perms.
126+
- addLabel:
127+
label: needs-human-review

.gitignore

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,10 @@ _site/
99
_themes*/
1010
_repo.*/
1111

12-
.openpublishing.buildcore.ps1
12+
.openpublishing.buildcore.ps1
13+
14+
*sec.endpointdlp
15+
16+
# CoPilot instructions and prompts
17+
.github/copilot-instructions.md
18+
.github/prompts/*.md

.openpublishing.publish.config.json

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -92,6 +92,12 @@
9292
"branch": "main",
9393
"branch_mapping": {}
9494
},
95+
{
96+
"path_to_root": "azure-functions-ai-services-agent-javascript",
97+
"url": "https://github.com/Azure-Samples/azure-functions-ai-services-agent-javascript",
98+
"branch": "main",
99+
"branch_mapping": {}
100+
},
95101
{
96102
"path_to_root": "samples-cognitive-services-speech-sdk",
97103
"url": "https://github.com/Azure-Samples/cognitive-services-speech-sdk",
@@ -111,9 +117,9 @@
111117
"branch_mapping": {}
112118
},
113119
{
114-
"path_to_root": "azureai-samples-csharp",
115-
"url": "https://github.com/Azure-Samples/azureai-samples",
116-
"branch": "dantaylo/csharp",
120+
"path_to_root": "foundry-samples-main",
121+
"url": "https://github.com/azure-ai-foundry/foundry-samples",
122+
"branch": "main",
117123
"branch_mapping": {}
118124
},
119125
{

.openpublishing.redirection.json

Lines changed: 63 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
1-
{
1+
{
22
"redirections": [
3+
{
4+
"source_path": "articles/ai-foundry/concepts/connections.md",
5+
"redirect_url": "/azure/ai-foundry/how-to/connections-add",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path": "articles/ai-foundry/azure-openai-in-azure-ai-foundry.md",
10+
"redirect_url": "/azure/ai-foundry/what-is-azure-ai-foundry",
11+
"redirect_document_id": false
12+
},
313
{
414
"source_path": "articles/search/performance-benchmarks.md",
515
"redirect_url": "/previous-versions/azure/search/performance-benchmarks",
@@ -91,8 +101,8 @@
91101
"redirect_document_id": false
92102
},
93103
{
94-
"source_path_from_root": "/articles/ai-services/agents/how-to/tools/overview.md",
95-
"redirect_url": "/azure/ai-services/agents/overview",
104+
"source_path_from_root": "/articles/ai-services/agents/how-to/tools/licensed-data.md",
105+
"redirect_url": "/azure/ai-services/agents/how-to/tools/overview",
96106
"redirect_document_id": false
97107
},
98108
{
@@ -110,6 +120,11 @@
110120
"redirect_url": "/azure/ai-services/agents/overview",
111121
"redirect_document_id": false
112122
},
123+
{
124+
"source_path_from_root": "/articles/ai-services/openai/assistants-quickstart.md",
125+
"redirect_url": "/azure/ai-services/agents/quickstart",
126+
"redirect_document_id": true
127+
},
113128
{
114129
"source_path_from_root": "/articles/ai-services/openai/how-to/use-your-data-securely.md",
115130
"redirect_url": "/azure/ai-services/openai/how-to/on-your-data-configuration",
@@ -259,6 +274,51 @@
259274
"source_path_from_root": "/articles/open-datasets/dataset-genomics-data-lake.md",
260275
"redirect_url": "/azure/open-datasets/dataset-catalog",
261276
"redirect_document_id": false
277+
},
278+
{
279+
"source_path_from_root": "/articles/ai-services/openai/concepts/provisioned-reservation-update.md",
280+
"redirect_url": "/azure/ai-services/openai/concepts/provisioned-migration",
281+
"redirect_document_id": true
282+
},
283+
{
284+
"source_path_from_root": "/articles/ai-services/custom-vision-service/logo-detector-mobile.md",
285+
"redirect_url": "/azure/ai-services/custom-vision-service",
286+
"redirect_document_id": false
287+
},
288+
{
289+
"source_path": "articles/ai-services/index.yml",
290+
"redirect_url": "/azure/ai-foundry",
291+
"redirect_document_id": false
292+
},
293+
{
294+
"source_path_from_root": "/articles/ai-services/speech-service/text-to-speech-avatar/custom-avatar-endpoint.md",
295+
"redirect_url": "/azure/ai-services/speech-service/custom-avatar-create",
296+
"redirect_document_id": false
297+
},
298+
{
299+
"source_path_from_root": "/articles/ai-services/speech-service/migration-overview-neural-voice.md",
300+
"redirect_url": "/azure/ai-services/speech-service/custom-neural-voice",
301+
"redirect_document_id": false
302+
},
303+
{
304+
"source_path_from_root": "/articles/ai-services/speech-service/how-to-migrate-to-custom-neural-voice.md",
305+
"redirect_url": "/azure/ai-services/speech-service/custom-neural-voice",
306+
"redirect_document_id": false
307+
},
308+
{
309+
"source_path_from_root": "/articles/ai-services/speech-service/how-to-migrate-to-prebuilt-neural-voice.md",
310+
"redirect_url": "/azure/ai-services/speech-service/custom-neural-voice",
311+
"redirect_document_id": false
312+
},
313+
{
314+
"source_path_from_root": "/articles/ai-foundry/quickstarts/hear-speak-playground.md",
315+
"redirect_url": "/azure/ai-foundry/quickstarts/get-started-playground",
316+
"redirect_document_id": false
317+
},
318+
{
319+
"source_path_from_root": "/articles/ai-services/language-service/tutorials/prompt-flow.md",
320+
"redirect_url": "/azure/ai-services/language-service/tutorials/power-automate",
321+
"redirect_document_id": false
262322
}
263323
]
264324
}

.whatsnew.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,22 +9,22 @@
99
"navigationOptions": {
1010
"maximumNumberOfArticles": 5,
1111
"tocParentNode": "Latest documentation updates",
12-
"repoTocFolder": "articles/ai-services",
12+
"repoTocFolder": "articles/whats-new",
1313
"indexParentNode": "Latest documentation updates",
14-
"repoIndexFolder": "articles/ai-services"
14+
"repoIndexFolder": "articles/whats-new"
1515
},
1616
"areas": [
1717
{
1818
"names": [ "ai-services" ],
1919
"heading": "Azure AI Services"
2020
},
2121
{
22-
"names": [ "ai-studio" ],
23-
"heading": "Azure AI Foundry"
22+
"names": [ "ai-foundry" ],
23+
"heading": "Azure Foundry"
2424
},
2525
{
2626
"names": [ "machine-learning" ],
27-
"heading": "Azure Machine Learning"
27+
"heading": "Machine Learning"
2828
},
2929
{
3030
"names": [ "search" ],

0 commit comments

Comments
 (0)