Skip to content

Commit e7f4f31

Browse files
committed
Merge branch 'main' of https://github.com/laujan/azure-ai-docs-pr into 308234-microsoft-translator-pro
2 parents def08fd + 0c75683 commit e7f4f31

File tree

1,857 files changed

+41054
-28850
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,857 files changed

+41054
-28850
lines changed

.github/policies/disallow-edits.yml

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
name: GitOps.PullRequestIssueManagement
2+
description: GitOps.PullRequestIssueManagement primitive
3+
resource: repository
4+
5+
configuration:
6+
resourceManagementConfiguration:
7+
eventResponderTasks:
8+
- description: Close PRs that introduce an index file into the repository.
9+
if:
10+
- payloadType: Pull_Request
11+
- isAction:
12+
action: Opened
13+
- or:
14+
- filesMatchPattern:
15+
matchAny: true
16+
pattern: articles/index.*
17+
then:
18+
- addReply:
19+
reply: >-
20+
@${issueAuthor} - You tried to add an index file to this repository; this is not permitted so your pull request will be closed automatically.
21+
- closePullRequest

.openpublishing.publish.config.json

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,18 @@
33
{
44
"docset_name": "azure-ai",
55
"build_source_folder": ".",
6+
"build_output_subfolder": "azure-ai",
7+
"locale": "en-us",
8+
"monikers": [],
9+
"moniker_ranges": [],
610
"xref_query_tags": [
711
"/dotnet",
812
"/python"
913
],
10-
"build_output_subfolder": "azure-ai",
11-
"locale": "en-us",
12-
"monikers": [],
1314
"open_to_public_contributors": true,
1415
"type_mapping": {
15-
"Conceptual": "Content"
16+
"Conceptual": "Content",
17+
"ZonePivotGroups": "Toc"
1618
},
1719
"build_entry_point": "docs"
1820
}
@@ -169,8 +171,6 @@
169171
"branch_mapping": {}
170172
}
171173
],
172-
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/azure-ai-docs",
173-
"git_repository_branch_open_to_public_contributors": "main",
174174
"branch_target_mapping": {},
175175
"targets": {}
176-
}
176+
}

.openpublishing.redirection.json

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
{
22
"redirections": [
3-
3+
{
4+
"source_path_from_root": "/articles/ai-services/openai/concepts/use-your-image-data.md",
5+
"redirect_url": "/azure/ai-services/openai/concepts/use-your-data",
6+
"redirect_document_id": true
7+
},
8+
{
9+
"source_path_from_root": "/articles/search/search-howto-create-indexers.md",
10+
"redirect_url": "/azure/search/search-how-to-create-indexers",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/search/search-howto-dotnet-sdk.md",
15+
"redirect_url": "/azure/search/search-how-to-dotnet-sdk",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path_from_root": "/articles/search/search-howto-index-csv-blobs.md",
20+
"redirect_url": "/azure/search/search-how-to-index-csv-blobs",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path_from_root": "/articles/search/search-howto-large-index.md",
25+
"redirect_url": "/azure/search/search-how-to-large-index",
26+
"redirect_document_id": false
27+
}
428
]
529
}

0 commit comments

Comments
 (0)