Skip to content

Commit d6a6b0b

Browse files
authored
Merge branch 'master' into kskvarci-private-hub-spoke
2 parents 6fd9d1d + b43b390 commit d6a6b0b

File tree

6,754 files changed

+114420
-73032
lines changed

Some content is hidden

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

6,754 files changed

+114420
-73032
lines changed

.openpublishing.publish.config.json

Lines changed: 46 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -151,17 +151,23 @@
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+
},
155161
{
156162
"path_to_root": "functions-quickstart-templates",
157163
"url": "https://github.com/Azure/azure-functions-templates",
158164
"branch": "dev"
159-
},
165+
},
160166
{
161167
"path_to_root": "functions-docs-csharp",
162168
"url": "https://github.com/Azure-Samples/functions-docs-csharp",
163169
"branch": "master"
164-
},
170+
},
165171
{
166172
"path_to_root": "functions-docs-javascript",
167173
"url": "https://github.com/Azure-Samples/functions-docs-javascript",
@@ -171,21 +177,27 @@
171177
"path_to_root": "functions-docs-typescript",
172178
"url": "https://github.com/Azure-Samples/functions-docs-typescript",
173179
"branch": "master"
174-
},
180+
},
175181
{
176182
"path_to_root": "functions-docs-python",
177183
"url": "https://github.com/Azure-Samples/functions-docs-python",
178184
"branch": "master"
179-
},
185+
},
180186
{
181187
"path_to_root": "functions-docs-powershell",
182188
"url": "https://github.com/Azure-Samples/functions-docs-powershell",
183189
"branch": "master"
184-
}, {
190+
},
191+
{
185192
"path_to_root": "samples-personalizer",
186193
"url": "https://github.com/Azure-Samples/cognitive-services-personalizer-samples",
187194
"branch": "master"
188195
},
196+
{
197+
"path_to_root": "samples-cognitive-services-data-files",
198+
"url": "https://github.com/Azure-Samples/cognitive-services-sample-data-files",
199+
"branch": "master"
200+
},
189201
{
190202
"path_to_root": "samples-luis",
191203
"url": "https://github.com/Azure-Samples/cognitive-services-language-understanding",
@@ -266,6 +278,11 @@
266278
"url": "https://github.com/Azure/pcs-remote-monitoring-webui.git",
267279
"branch": "master"
268280
},
281+
{
282+
"path_to_root": "MachineLearningNotebooks",
283+
"url": "https://github.com/Azure/MachineLearningNotebooks",
284+
"branch": "master"
285+
},
269286
{
270287
"path_to_root": "aml-sdk-samples",
271288
"url": "https://github.com/Azure/MachineLearningNotebooks",
@@ -341,6 +358,26 @@
341358
"url": "https://github.com/Azure-Samples/azure-sdk-for-go-samples",
342359
"branch": "master"
343360
},
361+
{
362+
"path_to_root": "azure-sdk-for-java-event-hubs",
363+
"url": "https://github.com/Azure/azure-sdk-for-java/",
364+
"branch": "master"
365+
},
366+
{
367+
"path_to_root": "azure-sdk-for-java-script-event-hubs",
368+
"url": "https://github.com/Azure/azure-sdk-for-js/",
369+
"branch": "master"
370+
},
371+
{
372+
"path_to_root": "azure-sdk-for-net-event-hubs",
373+
"url": "https://github.com/Azure/azure-sdk-for-net/",
374+
"branch": "master"
375+
},
376+
{
377+
"path_to_root": "azure-sdk-for-python-event-hubs",
378+
"url": "https://github.com/Azure/azure-sdk-for-python/",
379+
"branch": "master"
380+
},
344381
{
345382
"path_to_root": "cosmos-dotnet-getting-started",
346383
"url": "https://github.com/Azure-Samples/cosmos-dotnet-getting-started",
@@ -474,5 +511,8 @@
474511
"Pdf": {
475512
"template_folder": "_themes.pdf"
476513
}
514+
},
515+
"docs_build_engine": {
516+
"name": "docfx_v3"
477517
}
478518
}

0 commit comments

Comments
 (0)