Skip to content

Commit e90ce05

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into rolyon-iga-licensing
2 parents 502ccf7 + 716ca67 commit e90ce05

File tree

19,043 files changed

+348072
-212413
lines changed

Some content is hidden

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

19,043 files changed

+348072
-212413
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+
.gitignore
26+
**/.vscode/settings.json

.markdownlint.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
"MD007": false,
1010
"MD009": false,
1111
"MD010": false,
12+
"MD011": true,
1213
"MD012": false,
1314
"MD013": false,
1415
"MD014": false,
@@ -32,10 +33,28 @@
3233
"MD035": false,
3334
"MD036": false,
3435
"MD037": false,
36+
"MD038": true,
37+
"MD039": true,
3538
"MD040": false,
3639
"MD041": false,
3740
"MD042": false,
41+
"MD043": true,
42+
"MD044": {
43+
"code_blocks": false,
44+
"names": [
45+
".NET",
46+
"ASP.NET",
47+
"Azure",
48+
"JavaScript",
49+
"NuGet",
50+
"PowerShell",
51+
"macOS",
52+
"C#",
53+
"CLI"
54+
]
55+
},
3856
"MD045": false,
3957
"MD046": false,
40-
"MD047": false
58+
"MD047": false,
59+
"MD048": true
4160
}

.openpublishing.publish.config.json

Lines changed: 36 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@
194194
{
195195
"path_to_root": "samples-cognitive-services-speech-sdk",
196196
"url": "https://github.com/Azure-Samples/cognitive-services-speech-sdk",
197-
"branch": "docs-201809"
197+
"branch": "release-ignite-cogserv-speech-service"
198198
},
199199
{
200200
"path_to_root": "media-services-v3-dotnet-quickstarts",
@@ -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,12 +301,27 @@
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",
297312
"branch": "master",
298313
"branch_mapping": {}
299314
},
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+
},
300325
{
301326
"path_to_root": "samples-cosmosdb-dotnet-web-app",
302327
"url": "https://github.com/Azure-Samples/cosmos-dotnet-todo-app",
@@ -332,6 +357,11 @@
332357
"url": "https://github.com/Azure-Samples/azure-cosmos-db-sql-api-nodejs-getting-started",
333358
"branch": "master"
334359
},
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+
},
335365
{
336366
"path_to_root": "cognitive-services-content-moderator-samples",
337367
"url": "https://github.com/Azure-Samples/cognitive-services-content-moderator-samples",
@@ -382,6 +412,11 @@
382412
"path_to_root": "azure-cosmosdb-java-v2",
383413
"url": "https://github.com/Azure/azure-cosmosdb-java",
384414
"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"
385420
}
386421
],
387422
"branch_target_mapping": {

0 commit comments

Comments
 (0)