Skip to content

Commit 4758915

Browse files
committed
Merge branch 'DNSLimitUpdate' of https://github.com/rohinkoul/azure-docs-pr into DNSLimitUpdate
2 parents 811fea4 + e96261a commit 4758915

File tree

25,164 files changed

+593328
-375821
lines changed

Some content is hidden

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

25,164 files changed

+593328
-375821
lines changed

.gitignore

Lines changed: 3 additions & 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/
@@ -22,3 +21,6 @@ articles/directories.txt
2221
AzureMigration.ps1
2322

2423
!/.vscode/extensions.json
24+
.gitignore
25+
**/.vscode/settings.json
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: 47 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -146,6 +146,12 @@
146146
"url": "https://github.com/Azure/azure-functions-durable-extension",
147147
"branch": "master"
148148
},
149+
{
150+
"path_to_root": "functions-python-tensorflow-tutorial",
151+
"url": "https://github.com/Azure-Samples/functions-python-tensorflow-tutorial",
152+
"branch": "master",
153+
"branch_mapping": {}
154+
},
149155
{
150156
"path_to_root": "samples-personalizer",
151157
"url": "https://github.com/Azure-Samples/cognitive-services-personalizer-samples",
@@ -194,7 +200,7 @@
194200
{
195201
"path_to_root": "samples-cognitive-services-speech-sdk",
196202
"url": "https://github.com/Azure-Samples/cognitive-services-speech-sdk",
197-
"branch": "docs-201809"
203+
"branch": "release-ignite-cogserv-speech-service"
198204
},
199205
{
200206
"path_to_root": "media-services-v3-dotnet-quickstarts",
@@ -271,6 +277,16 @@
271277
"url": "https://github.com/Azure-Samples/cognitive-services-java-sdk-samples",
272278
"branch": "master"
273279
},
280+
{
281+
"path_to_root": "cognitive-services-node-sdk-samples",
282+
"url": "https://github.com/Azure-Samples/cognitive-services-node-sdk-samples",
283+
"branch": "master"
284+
},
285+
{
286+
"path_to_root": "cognitive-services-ruby-sdk-samples",
287+
"url": "https://github.com/Azure-Samples/cognitive-services-ruby-sdk-samples",
288+
"branch": "master"
289+
},
274290
{
275291
"path_to_root": "cognitive-services-rest-samples",
276292
"url": "https://github.com/Azure-Samples/cognitive-services-REST-api-samples",
@@ -291,12 +307,27 @@
291307
"url": "https://github.com/Azure-Samples/cognitive-services-face-android-detect",
292308
"branch": "master"
293309
},
310+
{
311+
"path_to_root": "azure-sdk-for-go-samples",
312+
"url": "https://github.com/Azure-Samples/azure-sdk-for-go-samples",
313+
"branch": "master"
314+
},
294315
{
295316
"path_to_root": "cosmos-dotnet-getting-started",
296317
"url": "https://github.com/Azure-Samples/cosmos-dotnet-getting-started",
297318
"branch": "master",
298319
"branch_mapping": {}
299320
},
321+
{
322+
"path_to_root": "cosmos-dotnet-v4-getting-started",
323+
"url": "https://github.com/Azure-Samples/cosmos-dotnet-v4-getting-started",
324+
"branch": "master"
325+
},
326+
{
327+
"path_to_root": "cosmos-dotnet-bulk-import",
328+
"url": "https://github.com/Azure-Samples/cosmos-dotnet-bulk-import-throughput-optimizer",
329+
"branch": "master"
330+
},
300331
{
301332
"path_to_root": "samples-cosmosdb-dotnet-web-app",
302333
"url": "https://github.com/Azure-Samples/cosmos-dotnet-todo-app",
@@ -332,6 +363,11 @@
332363
"url": "https://github.com/Azure-Samples/azure-cosmos-db-sql-api-nodejs-getting-started",
333364
"branch": "master"
334365
},
366+
{
367+
"path_to_root": "azure-cosmos-db-python-getting-started",
368+
"url": "https://github.com/Azure-Samples/azure-cosmos-db-python-getting-started",
369+
"branch": "master"
370+
},
335371
{
336372
"path_to_root": "cognitive-services-content-moderator-samples",
337373
"url": "https://github.com/Azure-Samples/cognitive-services-content-moderator-samples",
@@ -377,6 +413,16 @@
377413
"url": "https://github.com/microsoft/immersive-reader-sdk",
378414
"branch": "master",
379415
"branch_mapping": {}
416+
},
417+
{
418+
"path_to_root": "azure-cosmosdb-java-v2",
419+
"url": "https://github.com/Azure/azure-cosmosdb-java",
420+
"branch": "master"
421+
},
422+
{
423+
"path_to_root": "azure-cosmosdb-java-v4-getting-started",
424+
"url": "https://github.com/Azure-Samples/azure-cosmos-java-getting-started",
425+
"branch": "master"
380426
}
381427
],
382428
"branch_target_mapping": {
@@ -387,14 +433,6 @@
387433
"master": [
388434
"Publish",
389435
"PDF"
390-
],
391-
"release-event-grid": [
392-
"Publish",
393-
"PDF"
394-
],
395-
"hd-insight-pdf": [
396-
"Publish",
397-
"PDF"
398436
]
399437
},
400438
"need_generate_pdf_url_template": true,

0 commit comments

Comments
 (0)