Skip to content

Commit 11baa27

Browse files
committed
Resolve conflicts
2 parents 4791e91 + 1b625a2 commit 11baa27

File tree

17,130 files changed

+392716
-278198
lines changed

Some content is hidden

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

17,130 files changed

+392716
-278198
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: 85 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -151,12 +151,58 @@
151151
"url": "https://github.com/Azure-Samples/functions-python-tensorflow-tutorial",
152152
"branch": "master",
153153
"branch_mapping": {}
154-
},
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+
},
155196
{
156197
"path_to_root": "samples-personalizer",
157198
"url": "https://github.com/Azure-Samples/cognitive-services-personalizer-samples",
158199
"branch": "master"
159200
},
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+
},
160206
{
161207
"path_to_root": "samples-luis",
162208
"url": "https://github.com/Azure-Samples/cognitive-services-language-understanding",
@@ -237,6 +283,11 @@
237283
"url": "https://github.com/Azure/pcs-remote-monitoring-webui.git",
238284
"branch": "master"
239285
},
286+
{
287+
"path_to_root": "MachineLearningNotebooks",
288+
"url": "https://github.com/Azure/MachineLearningNotebooks",
289+
"branch": "master"
290+
},
240291
{
241292
"path_to_root": "aml-sdk-samples",
242293
"url": "https://github.com/Azure/MachineLearningNotebooks",
@@ -312,6 +363,26 @@
312363
"url": "https://github.com/Azure-Samples/azure-sdk-for-go-samples",
313364
"branch": "master"
314365
},
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+
},
315386
{
316387
"path_to_root": "cosmos-dotnet-getting-started",
317388
"url": "https://github.com/Azure-Samples/cosmos-dotnet-getting-started",
@@ -419,10 +490,20 @@
419490
"url": "https://github.com/Azure/azure-cosmosdb-java",
420491
"branch": "master"
421492
},
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+
},
422498
{
423499
"path_to_root": "azure-cosmosdb-java-v4-getting-started",
424500
"url": "https://github.com/Azure-Samples/azure-cosmos-java-getting-started",
425501
"branch": "master"
502+
},
503+
{
504+
"path_to_root": "azure-storage-snippets",
505+
"url": "https://github.com/azure-samples/AzureStorageSnippets",
506+
"branch": "master"
426507
}
427508
],
428509
"branch_target_mapping": {
@@ -440,5 +521,8 @@
440521
"Pdf": {
441522
"template_folder": "_themes.pdf"
442523
}
524+
},
525+
"docs_build_engine": {
526+
"name": "docfx_v3"
443527
}
444528
}

0 commit comments

Comments
 (0)