Skip to content

Commit 1c7ecd3

Browse files
authored
Merge branch 'master' into cmdlet-optimize-filter
2 parents dea7e18 + b82b341 commit 1c7ecd3

File tree

24,618 files changed

+507027
-358971
lines changed

Some content is hidden

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

24,618 files changed

+507027
-358971
lines changed

.gitignore

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,3 +22,5 @@ articles/directories.txt
2222
AzureMigration.ps1
2323

2424
!/.vscode/extensions.json
25+
articles/data-lake-analytics/.vscode/settings.json
26+
.gitignore

.openpublishing.publish.config.json

Lines changed: 80 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
"moniker_ranges": [],
1111
"open_to_public_contributors": true,
1212
"type_mapping": {
13+
"ZonePivotGroups": "Toc",
1314
"Conceptual": "Content",
1415
"ManagedReference": "Content",
1516
"LandingData": "Content",
@@ -89,6 +90,12 @@
8990
"url": "https://github.com/Azure/azure-docs-json-samples",
9091
"branch": "master"
9192
},
93+
{
94+
"path_to_root": "samples-key-vault-dotnet-quickstart",
95+
"url": "https://github.com/Azure-Samples/key-vault-dotnet-core-quickstart",
96+
"branch": "master",
97+
"branch_mapping": {}
98+
},
9299
{
93100
"path_to_root": "samples-mediaservices-integration",
94101
"url": "https://github.com/Azure-Samples/media-services-dotnet-functions-integration",
@@ -139,6 +146,11 @@
139146
"url": "https://github.com/Azure/azure-functions-durable-extension",
140147
"branch": "master"
141148
},
149+
{
150+
"path_to_root": "samples-personalizer",
151+
"url": "https://github.com/Azure-Samples/cognitive-services-personalizer-samples",
152+
"branch": "master"
153+
},
142154
{
143155
"path_to_root": "samples-luis",
144156
"url": "https://github.com/Azure-Samples/cognitive-services-language-understanding",
@@ -174,10 +186,15 @@
174186
"url": "https://github.com/Azure/azure-iot-sdk-c",
175187
"branch": "master"
176188
},
189+
{
190+
"path_to_root": "samples-cognitive-services-python-sdk",
191+
"url": "https://github.com/Azure-Samples/cognitive-services-python-sdk-samples",
192+
"branch": "master"
193+
},
177194
{
178195
"path_to_root": "samples-cognitive-services-speech-sdk",
179196
"url": "https://github.com/Azure-Samples/cognitive-services-speech-sdk",
180-
"branch": "docs-201809"
197+
"branch": "rhurey/quickstart.refactor"
181198
},
182199
{
183200
"path_to_root": "media-services-v3-dotnet-quickstarts",
@@ -254,6 +271,21 @@
254271
"url": "https://github.com/Azure-Samples/cognitive-services-java-sdk-samples",
255272
"branch": "master"
256273
},
274+
{
275+
"path_to_root": "cognitive-services-node-sdk-samples",
276+
"url": "https://github.com/Azure-Samples/cognitive-services-node-sdk-samples",
277+
"branch": "master"
278+
},
279+
{
280+
"path_to_root": "cognitive-services-ruby-sdk-samples",
281+
"url": "https://github.com/Azure-Samples/cognitive-services-ruby-sdk-samples",
282+
"branch": "master"
283+
},
284+
{
285+
"path_to_root": "cognitive-services-rest-samples",
286+
"url": "https://github.com/Azure-Samples/cognitive-services-REST-api-samples",
287+
"branch": "master"
288+
},
257289
{
258290
"path_to_root": "cognitive-services-vision-csharp-sdk-quickstarts",
259291
"url": "https://github.com/Azure-Samples/cognitive-services-vision-csharp-sdk-quickstarts",
@@ -269,22 +301,42 @@
269301
"url": "https://github.com/Azure-Samples/cognitive-services-face-android-detect",
270302
"branch": "master"
271303
},
304+
{
305+
"path_to_root": "azure-sdk-for-go-samples",
306+
"url": "https://github.com/Azure-Samples/azure-sdk-for-go-samples",
307+
"branch": "master"
308+
},
272309
{
273310
"path_to_root": "cosmos-dotnet-getting-started",
274311
"url": "https://github.com/Azure-Samples/cosmos-dotnet-getting-started",
275312
"branch": "master",
276313
"branch_mapping": {}
277314
},
315+
{
316+
"path_to_root": "cosmos-dotnet-v4-getting-started",
317+
"url": "https://github.com/Azure-Samples/cosmos-dotnet-v4-getting-started",
318+
"branch": "master"
319+
},
320+
{
321+
"path_to_root": "cosmos-dotnet-bulk-import",
322+
"url": "https://github.com/Azure-Samples/cosmos-dotnet-bulk-import-throughput-optimizer",
323+
"branch": "master"
324+
},
278325
{
279326
"path_to_root": "samples-cosmosdb-dotnet-web-app",
280327
"url": "https://github.com/Azure-Samples/cosmos-dotnet-todo-app",
281328
"branch": "master"
282329
},
283-
{
330+
{
284331
"path_to_root": "samples-cosmosdb-dotnet-v3",
285332
"url": "https://github.com/Azure/azure-cosmos-dotnet-v3",
286333
"branch": "master"
287334
},
335+
{
336+
"path_to_root": "samples-cosmosdb-dotnet-v2",
337+
"url": "https://github.com/Azure/azure-cosmos-dotnet-v2",
338+
"branch": "master"
339+
},
288340
{
289341
"path_to_root": "samples-cosmosdb-dotnet-change-feed-processor",
290342
"url": "https://github.com/Azure-Samples/cosmos-dotnet-change-feed-processor",
@@ -295,11 +347,21 @@
295347
"url": "https://github.com/Azure-Samples/cosmos-dotnet-core-todo-app",
296348
"branch": "master"
297349
},
350+
{
351+
"path_to_root": "samples-cosmosdb-xamarin",
352+
"url": "https://github.com/Azure-Samples/azure-cosmos-db-sql-xamarin-getting-started",
353+
"branch": "master"
354+
},
298355
{
299356
"path_to_root": "cosmosdb-nodejs-get-started",
300357
"url": "https://github.com/Azure-Samples/azure-cosmos-db-sql-api-nodejs-getting-started",
301358
"branch": "master"
302359
},
360+
{
361+
"path_to_root": "azure-cosmos-db-python-getting-started",
362+
"url": "https://github.com/Azure-Samples/azure-cosmos-db-python-getting-started",
363+
"branch": "master"
364+
},
303365
{
304366
"path_to_root": "cognitive-services-content-moderator-samples",
305367
"url": "https://github.com/Azure-Samples/cognitive-services-content-moderator-samples",
@@ -339,6 +401,22 @@
339401
"path_to_root": "cognitive-services-quickstart-code",
340402
"url": "https://github.com/Azure-Samples/cognitive-services-quickstart-code",
341403
"branch": "master"
404+
},
405+
{
406+
"path_to_root": "ImmersiveReaderSdk",
407+
"url": "https://github.com/microsoft/immersive-reader-sdk",
408+
"branch": "master",
409+
"branch_mapping": {}
410+
},
411+
{
412+
"path_to_root": "azure-cosmosdb-java-v2",
413+
"url": "https://github.com/Azure/azure-cosmosdb-java",
414+
"branch": "master"
415+
},
416+
{
417+
"path_to_root": "azure-cosmosdb-java-v4-getting-started",
418+
"url": "https://github.com/Azure-Samples/azure-cosmos-java-getting-started",
419+
"branch": "master"
342420
}
343421
],
344422
"branch_target_mapping": {

0 commit comments

Comments
 (0)