Skip to content

Commit 7dfa7e3

Browse files
author
Learn-Build-Service
committed
[migrate-content] Migrate OP Config
1 parent 2ceff79 commit 7dfa7e3

File tree

1 file changed

+90
-2
lines changed

1 file changed

+90
-2
lines changed

.openpublishing.publish.config.json

Lines changed: 90 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@
33
{
44
"docset_name": "azure-ai",
55
"build_source_folder": ".",
6+
"xref_query_tags": [
7+
"/dotnet",
8+
"/python"
9+
],
610
"build_output_subfolder": "azure-ai",
711
"locale": "en-us",
812
"monikers": [],
@@ -16,17 +20,101 @@
1620
"notification_subscribers": [],
1721
"sync_notification_subscribers": [],
1822
"branches_to_filter": [],
19-
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/azure-ai-docs",
20-
"git_repository_branch_open_to_public_contributors": "main",
2123
"need_preview_pull_request": true,
2224
"dependent_repositories": [
2325
{
2426
"path_to_root": "_themes",
2527
"url": "https://github.com/Microsoft/templates.docs.msft",
2628
"branch": "main",
2729
"branch_mapping": {}
30+
},
31+
{
32+
"path_to_root": "reusable-content",
33+
"url": "https://github.com/MicrosoftDocs/reusable-content",
34+
"branch": "main",
35+
"branch_mapping": {}
36+
},
37+
{
38+
"path_to_root": "cognitive-services-quickstart-code",
39+
"url": "https://github.com/Azure-Samples/cognitive-services-quickstart-code",
40+
"branch": "master",
41+
"branch_mapping": {}
42+
},
43+
{
44+
"path_to_root": "samples-cognitive-services-data-files",
45+
"url": "https://github.com/Azure-Samples/cognitive-services-sample-data-files",
46+
"branch": "master",
47+
"branch_mapping": {}
48+
},
49+
{
50+
"path_to_root": "samples-luis",
51+
"url": "https://github.com/Azure-Samples/cognitive-services-language-understanding",
52+
"branch": "master",
53+
"branch_mapping": {}
54+
},
55+
{
56+
"path_to_root": "samples-cogserv-containers",
57+
"url": "https://github.com/Azure-Samples/cognitive-services-containers-samples",
58+
"branch": "master",
59+
"branch_mapping": {}
60+
},
61+
{
62+
"path_to_root": "quickstart-templates",
63+
"url": "https://github.com/Azure/azure-quickstart-templates",
64+
"branch": "master",
65+
"branch_mapping": {}
66+
},
67+
{
68+
"path_to_root": "azure-dev-docs-pr",
69+
"url": "https://github.com/MicrosoftDocs/azure-dev-docs-pr",
70+
"branch": "main",
71+
"branch_mapping": {}
72+
},
73+
{
74+
"path_to_root": "terraform_samples",
75+
"url": "https://github.com/Azure/terraform",
76+
"branch": "master",
77+
"branch_mapping": {}
78+
},
79+
{
80+
"path_to_root": "AIVisualProvision",
81+
"url": "https://github.com/Microsoft/AIVisualProvision",
82+
"branch": "master",
83+
"branch_mapping": {}
84+
},
85+
{
86+
"path_to_root": "azure-typescript-e2e-apps",
87+
"url": "https://github.com/Azure-Samples/azure-typescript-e2e-apps",
88+
"branch": "main",
89+
"branch_mapping": {}
90+
},
91+
{
92+
"path_to_root": "samples-cognitive-services-speech-sdk",
93+
"url": "https://github.com/Azure-Samples/cognitive-services-speech-sdk",
94+
"branch": "master",
95+
"branch_mapping": {}
96+
},
97+
{
98+
"path_to_root": "cognitive-services-rest-samples",
99+
"url": "https://github.com/Azure-Samples/cognitive-services-REST-api-samples",
100+
"branch": "master",
101+
"branch_mapping": {}
102+
},
103+
{
104+
"path_to_root": "azureml-examples-main",
105+
"url": "https://github.com/azure/azureml-examples",
106+
"branch": "main",
107+
"branch_mapping": {}
108+
},
109+
{
110+
"path_to_root": "rag-data-openai-python-promptflow-main",
111+
"url": "https://github.com/Azure-Samples/rag-data-openai-python-promptflow",
112+
"branch": "main",
113+
"branch_mapping": {}
28114
}
29115
],
116+
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/azure-ai-docs",
117+
"git_repository_branch_open_to_public_contributors": "main",
30118
"branch_target_mapping": {},
31119
"targets": {}
32120
}

0 commit comments

Comments
 (0)