Skip to content

Commit e88aa0c

Browse files
authored
Merge branch 'MicrosoftDocs:main' into patch-1
2 parents 2d85601 + bd55dc7 commit e88aa0c

File tree

3,305 files changed

+104496
-54313
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,305 files changed

+104496
-54313
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: 25 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
}
@@ -102,6 +104,18 @@
102104
"branch": "master",
103105
"branch_mapping": {}
104106
},
107+
{
108+
"path_to_root": "azureai-samples-main",
109+
"url": "https://github.com/Azure-Samples/azureai-samples",
110+
"branch": "main",
111+
"branch_mapping": {}
112+
},
113+
{
114+
"path_to_root": "azureai-samples-csharp",
115+
"url": "https://github.com/Azure-Samples/azureai-samples",
116+
"branch": "dantaylo/csharp",
117+
"branch_mapping": {}
118+
},
105119
{
106120
"path_to_root": "azureml-examples-main",
107121
"url": "https://github.com/azure/azureml-examples",
@@ -162,15 +176,19 @@
162176
"branch": "main",
163177
"branch_mapping": {}
164178
},
179+
{
180+
"path_to_root": "azureai-model-inference-bicep",
181+
"url": "https://github.com/Azure-Samples/azureai-model-inference-bicep",
182+
"branch": "main",
183+
"branch_mapping": {}
184+
},
165185
{
166186
"path_to_root": "azure-docs-pr-policy-includes",
167187
"url": "https://github.com/MicrosoftDocs/azure-docs-pr",
168188
"branch": "main",
169189
"branch_mapping": {}
170190
}
171191
],
172-
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/azure-ai-docs",
173-
"git_repository_branch_open_to_public_contributors": "main",
174192
"branch_target_mapping": {},
175193
"targets": {}
176-
}
194+
}

.openpublishing.redirection.json

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
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+
},
28+
{
29+
"source_path_from_root": "/articles/ai-services/openai/how-to/use-your-data-securely.md",
30+
"redirect_url": "/azure/ai-services/openai/how-to/on-your-data-configuration",
31+
"redirect_document_id": false
32+
}
433
]
534
}
Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
- name: Azure
2+
tocHref: /azure/
3+
topicHref: /azure/index
4+
items:
5+
- name: Azure AI services
6+
tocHref: /azure/ai-services/
7+
topicHref: /azure/ai-services/index
8+
items:
9+
- name: Azure AI Model Inference
10+
tocHref: /azure/ai-foundry/
11+
topicHref: /azure/ai-foundry/model-inference/index

0 commit comments

Comments
 (0)