Skip to content

Commit fa8e769

Browse files
authored
Merge branch 'main' into patch-4
2 parents 11cbdce + 36759a3 commit fa8e769

File tree

11,714 files changed

+262724
-119196
lines changed

Some content is hidden

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

11,714 files changed

+262724
-119196
lines changed

.gitattributes

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@
66
*.c text
77
*.h text
88

9+
# Include Markdown in the GitHub language breakdown statistics
10+
*.md linguist-detectable
11+
912
# Denote all files that are truly binary and should not be modified.
1013
*.gif binary
1114
*.ico binary

.openpublishing.publish.config.json

Lines changed: 37 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -410,6 +410,18 @@
410410
"branch": "main",
411411
"branch_mapping": {}
412412
},
413+
{
414+
"path_to_root": "azureml-examples-vj",
415+
"url": "https://github.com/azure/azureml-examples",
416+
"branch": "vijetajo-patch-2",
417+
"branch_mapping": {}
418+
},
419+
{
420+
"path_to_root": "azureml-examples-batch-pup",
421+
"url": "https://github.com/azure/azureml-examples",
422+
"branch": "santiagxf/batch-pup",
423+
"branch_mapping": {}
424+
},
413425
{
414426
"path_to_root": "azureml-examples-mavaisma-r-azureml",
415427
"url": "https://github.com/azure/azureml-examples",
@@ -434,6 +446,12 @@
434446
"branch": "main",
435447
"branch_mapping": {}
436448
},
449+
{
450+
"path_to_root": "azureml-examples-featurestore",
451+
"url": "https://github.com/Azure/azureml-examples",
452+
"branch": "featurestore/pup",
453+
"branch_mapping": {}
454+
},
437455
{
438456
"path_to_root": "terraform",
439457
"url": "https://github.com/Azure/terraform",
@@ -728,6 +746,12 @@
728746
"branch": "main",
729747
"branch_mapping": {}
730748
},
749+
{
750+
"path_to_root": "web-apps-node-iot-hub-data-visualization",
751+
"url": "https://github.com/azure-samples/web-apps-node-iot-hub-data-visualization",
752+
"branch": "master",
753+
"branch_mapping": {}
754+
},
731755
{
732756
"path_to_root": "ImmersiveReaderSdk",
733757
"url": "https://github.com/microsoft/immersive-reader-sdk",
@@ -897,15 +921,15 @@
897921
"branch_mapping": {}
898922
},
899923
{
900-
"path_to_root": "ms-identity-python-webapp",
924+
"path_to_root": "ms-identity-python-webapp-quickstart",
901925
"url": "https://github.com/Azure-Samples/ms-identity-python-webapp",
902-
"branch": "main",
926+
"branch": "0.7.0",
903927
"branch_mapping": {}
904928
},
905929
{
906930
"path_to_root": "ms-identity-python-webapp-tutorial",
907931
"url": "https://github.com/Azure-Samples/ms-identity-python-webapp",
908-
"branch": "0.5.0",
932+
"branch": "0.6.0",
909933
"branch_mapping": {}
910934
},
911935
{
@@ -979,7 +1003,13 @@
9791003
"url": "https://github.com/MicrosoftGraph/microsoft-graph-docs",
9801004
"branch": "main",
9811005
"branch_mapping": {}
982-
}
1006+
},
1007+
{
1008+
"path_to_root": "azure-actions-workflow-samples",
1009+
"url": "https://github.com/Azure/actions-workflow-samples",
1010+
"branch": "master",
1011+
"branch_mapping": {}
1012+
}
9831013
],
9841014
"branch_target_mapping": {
9851015
"live": ["Publish", "PDF"],
@@ -1056,6 +1086,7 @@
10561086
"articles/load-testing/.openpublishing.redirection.azure-load-testing.json",
10571087
"articles/logic-apps/.openpublishing.redirection.logic-apps.json",
10581088
"articles/machine-learning/.openpublishing.redirection.machine-learning.json",
1089+
"articles/machine-learning/v1/.openpublishing.redirection.machine-learning-v1.json",
10591090
"articles/mariadb/.openpublishing.redirection.mariadb.json",
10601091
"articles/marketplace/.openpublishing.redirection.marketplace.json",
10611092
"articles/mysql/.openpublishing.redirection.mysql.json",
@@ -1073,6 +1104,7 @@
10731104
"articles/virtual-machine-scale-sets/.openpublishing.redirection.virtual-machine-scale-sets.json",
10741105
"articles/virtual-machines/.openpublishing.redirection.virtual-machines.json",
10751106
"articles/dev-box/.openpublishing.redirection.dev-box.json",
1076-
"articles/deployment-environments/.openpublishing.redirection.deployment-environments.json"
1107+
"articles/deployment-environments/.openpublishing.redirection.deployment-environments.json",
1108+
"articles/network-watcher/.openpublishing.redirection.network-watcher.json"
10771109
]
10781110
}

0 commit comments

Comments
 (0)