Skip to content

Commit 454edbd

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-ai-docs-pr into cogserv
2 parents d4f58b1 + 9e19e81 commit 454edbd

File tree

4,330 files changed

+144613
-93588
lines changed

Some content is hidden

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

4,330 files changed

+144613
-93588
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: 66 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,18 @@ 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 "ai-services/personalizer" folder where the author isn't a member of the MicrosoftDocs org (i.e. PRs in public repo).
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).
2323
if:
2424
- payloadType: Pull_Request
2525
- isAction:
2626
action: Opened
27-
- filesMatchPattern:
28-
matchAny: true
29-
pattern: articles/ai-services/personalizer/*
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/*
3034
- not:
3135
activitySenderHasAssociation:
3236
association: Member
@@ -36,14 +40,50 @@ configuration:
3640
@${issueAuthor} - Pull requests that modify files in this folder aren't accepted from public contributors.
3741
- closePullRequest
3842

39-
- description: \@mention specific people when a PR is opened in the "ai-services/personalizer" folder.
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
78+
79+
- description: \@mention specific people when a PR is opened in the "ai-services/responsible-ai" folder.
4080
if:
4181
- payloadType: Pull_Request
4282
- isAction:
4383
action: Opened
4484
- filesMatchPattern:
4585
matchAny: true
46-
pattern: articles/ai-services/personalizer/*
86+
pattern: articles/ai-services/responsible-ai/*
4787
- activitySenderHasAssociation:
4888
association: Member
4989
- not:
@@ -54,6 +94,18 @@ configuration:
5494
user: nitinme
5595
- isActivitySender:
5696
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
57109
then:
58110
- addReply:
59111
reply: >-
@@ -63,5 +115,13 @@ configuration:
63115
- eric-urban
64116
- nitinme
65117
- mrbullwinkle
118+
- aahill
119+
- laujan
120+
- patrickfarley
121+
- jboback
122+
- heidisteen
123+
- haileytap
66124
replyTemplate: ${mentionees} - Please review this PR and sign off when you're ready to merge it.
67125
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: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,4 +9,14 @@ _site/
99
_themes*/
1010
_repo.*/
1111

12-
.openpublishing.buildcore.ps1
12+
.openpublishing.buildcore.ps1
13+
14+
.vscode/
15+
16+
*sec.endpointdlp
17+
18+
# CoPilot instructions and prompts
19+
.github/copilot-instructions.md
20+
.github/prompts/*.md
21+
.github/prompts/*.zip
22+
.github/patterns/*.md

.openpublishing.publish.config.json

Lines changed: 15 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
{
@@ -176,6 +182,12 @@
176182
"branch": "main",
177183
"branch_mapping": {}
178184
},
185+
{
186+
"path_to_root": "azure-search-javascript-samples",
187+
"url": "https://github.com/Azure-Samples/azure-search-javascript-samples",
188+
"branch": "main",
189+
"branch_mapping": {}
190+
},
179191
{
180192
"path_to_root": "azureai-model-inference-bicep",
181193
"url": "https://github.com/Azure-Samples/azureai-model-inference-bicep",

0 commit comments

Comments
 (0)