Skip to content

Commit 4edb3c5

Browse files
author
Qian Wen
committed
merge conflicts
2 parents ec0dfd5 + bcc53d2 commit 4edb3c5

File tree

20,510 files changed

+489062
-342885
lines changed

Some content is hidden

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

20,510 files changed

+489062
-342885
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
Thumbs.db
44

55
# Visual Studio and VS Code files
6-
.settings.json
76
.vscode/*
87
.vs/*
98
log/
@@ -24,3 +23,4 @@ AzureMigration.ps1
2423
!/.vscode/extensions.json
2524
.gitignore
2625
**/.vscode/settings.json
26+
!/.vscode/settings.json

.openpublishing.publish.config.json

Lines changed: 90 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -146,11 +146,63 @@
146146
"url": "https://github.com/Azure/azure-functions-durable-extension",
147147
"branch": "master"
148148
},
149+
{
150+
"path_to_root": "functions-python-tensorflow-tutorial",
151+
"url": "https://github.com/Azure-Samples/functions-python-tensorflow-tutorial",
152+
"branch": "master",
153+
"branch_mapping": {}
154+
},
155+
{
156+
"path_to_root": "functions-pytorch",
157+
"url": "https://github.com/Azure-Samples/functions-python-pytorch-tutorial",
158+
"branch": "master",
159+
"branch_mapping": {}
160+
},
161+
{
162+
"path_to_root": "functions-quickstart-templates",
163+
"url": "https://github.com/Azure/azure-functions-templates",
164+
"branch": "dev"
165+
},
166+
{
167+
"path_to_root": "functions-quickstart-java",
168+
"url": "https://github.com/Azure-Samples/functions-quickstarts-java",
169+
"branch": "master"
170+
},
171+
{
172+
"path_to_root": "functions-docs-csharp",
173+
"url": "https://github.com/Azure-Samples/functions-docs-csharp",
174+
"branch": "master"
175+
},
176+
{
177+
"path_to_root": "functions-docs-javascript",
178+
"url": "https://github.com/Azure-Samples/functions-docs-javascript",
179+
"branch": "master"
180+
},
181+
{
182+
"path_to_root": "functions-docs-typescript",
183+
"url": "https://github.com/Azure-Samples/functions-docs-typescript",
184+
"branch": "master"
185+
},
186+
{
187+
"path_to_root": "functions-docs-python",
188+
"url": "https://github.com/Azure-Samples/functions-docs-python",
189+
"branch": "master"
190+
},
191+
{
192+
"path_to_root": "functions-docs-powershell",
193+
"url": "https://github.com/Azure-Samples/functions-docs-powershell",
194+
"branch": "master"
195+
},
149196
{
150197
"path_to_root": "samples-personalizer",
151198
"url": "https://github.com/Azure-Samples/cognitive-services-personalizer-samples",
152199
"branch": "master"
153200
},
201+
{
202+
"path_to_root": "samples-cognitive-services-data-files",
203+
"url": "https://github.com/Azure-Samples/cognitive-services-sample-data-files",
204+
"branch": "master"
205+
},
154206
{
155207
"path_to_root": "samples-luis",
156208
"url": "https://github.com/Azure-Samples/cognitive-services-language-understanding",
@@ -231,6 +283,11 @@
231283
"url": "https://github.com/Azure/pcs-remote-monitoring-webui.git",
232284
"branch": "master"
233285
},
286+
{
287+
"path_to_root": "MachineLearningNotebooks",
288+
"url": "https://github.com/Azure/MachineLearningNotebooks",
289+
"branch": "master"
290+
},
234291
{
235292
"path_to_root": "aml-sdk-samples",
236293
"url": "https://github.com/Azure/MachineLearningNotebooks",
@@ -306,6 +363,26 @@
306363
"url": "https://github.com/Azure-Samples/azure-sdk-for-go-samples",
307364
"branch": "master"
308365
},
366+
{
367+
"path_to_root": "azure-sdk-for-java-event-hubs",
368+
"url": "https://github.com/Azure/azure-sdk-for-java/",
369+
"branch": "master"
370+
},
371+
{
372+
"path_to_root": "azure-sdk-for-java-script-event-hubs",
373+
"url": "https://github.com/Azure/azure-sdk-for-js/",
374+
"branch": "master"
375+
},
376+
{
377+
"path_to_root": "azure-sdk-for-net-event-hubs",
378+
"url": "https://github.com/Azure/azure-sdk-for-net/",
379+
"branch": "master"
380+
},
381+
{
382+
"path_to_root": "azure-sdk-for-python-event-hubs",
383+
"url": "https://github.com/Azure/azure-sdk-for-python/",
384+
"branch": "master"
385+
},
309386
{
310387
"path_to_root": "cosmos-dotnet-getting-started",
311388
"url": "https://github.com/Azure-Samples/cosmos-dotnet-getting-started",
@@ -413,10 +490,20 @@
413490
"url": "https://github.com/Azure/azure-cosmosdb-java",
414491
"branch": "master"
415492
},
493+
{
494+
"path_to_root": "azure-cosmosdb-graph-dotnet",
495+
"url": "https://github.com/Azure-Samples/azure-cosmos-db-graph-gremlindotnet-getting-started",
496+
"branch": "master"
497+
},
416498
{
417499
"path_to_root": "azure-cosmosdb-java-v4-getting-started",
418500
"url": "https://github.com/Azure-Samples/azure-cosmos-java-getting-started",
419501
"branch": "master"
502+
},
503+
{
504+
"path_to_root": "azure-storage-snippets",
505+
"url": "https://github.com/azure-samples/AzureStorageSnippets",
506+
"branch": "master"
420507
}
421508
],
422509
"branch_target_mapping": {
@@ -427,20 +514,15 @@
427514
"master": [
428515
"Publish",
429516
"PDF"
430-
],
431-
"release-event-grid": [
432-
"Publish",
433-
"PDF"
434-
],
435-
"hd-insight-pdf": [
436-
"Publish",
437-
"PDF"
438517
]
439518
},
440519
"need_generate_pdf_url_template": true,
441520
"targets": {
442521
"Pdf": {
443522
"template_folder": "_themes.pdf"
444523
}
524+
},
525+
"docs_build_engine": {
526+
"name": "docfx_v3"
445527
}
446528
}

0 commit comments

Comments
 (0)