Skip to content

Commit 641e1d1

Browse files
Resolving merge issues.
2 parents d8104de + 0a360a7 commit 641e1d1

File tree

3,648 files changed

+37830
-28430
lines changed

Some content is hidden

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

3,648 files changed

+37830
-28430
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: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,16 @@
271271
"url": "https://github.com/Azure-Samples/cognitive-services-java-sdk-samples",
272272
"branch": "master"
273273
},
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+
},
274284
{
275285
"path_to_root": "cognitive-services-rest-samples",
276286
"url": "https://github.com/Azure-Samples/cognitive-services-REST-api-samples",
@@ -291,6 +301,11 @@
291301
"url": "https://github.com/Azure-Samples/cognitive-services-face-android-detect",
292302
"branch": "master"
293303
},
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+
},
294309
{
295310
"path_to_root": "cosmos-dotnet-getting-started",
296311
"url": "https://github.com/Azure-Samples/cosmos-dotnet-getting-started",
@@ -342,6 +357,11 @@
342357
"url": "https://github.com/Azure-Samples/azure-cosmos-db-sql-api-nodejs-getting-started",
343358
"branch": "master"
344359
},
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+
},
345365
{
346366
"path_to_root": "cognitive-services-content-moderator-samples",
347367
"url": "https://github.com/Azure-Samples/cognitive-services-content-moderator-samples",
@@ -392,6 +412,11 @@
392412
"path_to_root": "azure-cosmosdb-java-v2",
393413
"url": "https://github.com/Azure/azure-cosmosdb-java",
394414
"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"
395420
}
396421
],
397422
"branch_target_mapping": {

0 commit comments

Comments
 (0)