Skip to content

Commit b51b77f

Browse files
committedFeb 15, 2022
Upd manage doc & add preview note
2 parents f63f51a + d895846 commit b51b77f

File tree

5,449 files changed

+129949
-61961
lines changed

Some content is hidden

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

5,449 files changed

+129949
-61961
lines changed
 

‎.acrolinx-config.edn

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
{:allowed-branchname-matches ["main" "master" "release-.*"]
1+
{:allowed-branchname-matches ["main" "release-.*"]
22
:allowed-filename-matches ["(?i)articles/(?:(?!active-directory/saas-apps/toc.yml|role-based-access-control/resource-provider-operations.md))" "includes/"]}

‎.openpublishing.publish.config.json

+42-11
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@
6060
{
6161
"path_to_root": "_themes",
6262
"url": "https://github.com/Microsoft/templates.docs.msft",
63-
"branch": "master",
63+
"branch": "main",
6464
"branch_mapping": {}
6565
},
6666
{
6767
"path_to_root": "_themes.pdf",
6868
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
69-
"branch": "master",
69+
"branch": "main",
7070
"branch_mapping": {}
7171
},
7272
{
@@ -772,10 +772,10 @@
772772
"branch_mapping": {}
773773
},
774774
{
775-
"path_to_root": "digital-twins-docs-samples-getting-started",
776-
"url": "https://github.com/Azure-Samples/azure-digital-twins-getting-started",
777-
"branch": "main",
778-
"branch_mapping": {}
775+
"path_to_root": "digital-twins-docs-samples-getting-started",
776+
"url": "https://github.com/Azure-Samples/azure-digital-twins-getting-started",
777+
"branch": "main",
778+
"branch_mapping": {}
779779
},
780780
{
781781
"path_to_root": "dotnet-samples",
@@ -788,14 +788,44 @@
788788
"url": "https://github.com/Azure/azure-docs-bicep-samples/",
789789
"branch": "main",
790790
"branch_mapping": {}
791+
},
792+
{
793+
"path_to_root": "active-directory-b2c-msal-node-sign-in-sign-out-webapp",
794+
"url": "https://github.com/Azure-Samples/active-directory-b2c-msal-node-sign-in-sign-out-webapp",
795+
"branch": "main",
796+
"branch_mapping": {}
797+
},
798+
{
799+
"path_to_root": "active-directory-b2c-javascript-nodejs-webapi",
800+
"url": "https://github.com/Azure-Samples/active-directory-b2c-javascript-nodejs-webapi",
801+
"branch": "master",
802+
"branch_mapping": {}
803+
},
804+
{
805+
"path_to_root": "msdocs-python-flask-webapp-quickstart",
806+
"url": "https://github.com/Azure-Samples/msdocs-python-flask-webapp-quickstart",
807+
"branch": "main",
808+
"branch_mapping": {}
809+
},
810+
{
811+
"path_to_root": "msdocs-python-django-webapp-quickstart",
812+
"url": "https://github.com/Azure-Samples/msdocs-python-django-webapp-quickstart",
813+
"branch": "main",
814+
"branch_mapping": {}
815+
},
816+
{
817+
"path_to_root": "msdocs-nodejs-mongodb-azure-sample-app",
818+
"url": "https://github.com/Azure-Samples/msdocs-nodejs-mongodb-azure-sample-app",
819+
"branch": "main",
820+
"branch_mapping": {}
791821
}
792822
],
793823
"branch_target_mapping": {
794824
"live": [
795825
"Publish",
796826
"PDF"
797827
],
798-
"master": [
828+
"main": [
799829
"Publish",
800830
"PDF"
801831
]
@@ -813,7 +843,7 @@
813843
".openpublishing.redirection.json",
814844
".openpublishing.redirection.active-directory.json",
815845
".openpublishing.redirection.azure-sql.json",
816-
".openpublishing.redirection.data-factory.json",
846+
"articles/data-factory/.openpublishing.redirection.data-factory.json",
817847
".openpublishing.redirection.defender-for-cloud.json",
818848
".openpublishing.redirection.defender-for-iot.json",
819849
".openpublishing.redirection.healthcare-apis.json",
@@ -822,13 +852,13 @@
822852
".openpublishing.redirection.media-services.json",
823853
".openpublishing.redirection.security-benchmark.json",
824854
".openpublishing.redirection.sql-database.json",
825-
".openpublishing.redirection.synapse-analytics.json",
855+
"articles/synapse-analytics/.openpublishing.redirection.synapse-analytics.json",
826856
".openpublishing.redirection.azure-web-pubsub.json",
827857
".openpublishing.redirection.azure-monitor.json",
828858
".openpublishing.redirection.azure-percept.json",
829859
".openpublishing.redirection.azure-productivity.json",
830860
"articles/azure-fluid-relay/.openpublishing.redirection.fluid-relay.json",
831-
"articles/azure-netapp-files/.openpublishing.redirection.azure-netapp-files.json",
861+
"articles/azure-netapp-files/.openpublishing.redirection.azure-netapp-files.json",
832862
"articles/azure-relay/.openpublishing.redirection.relay.json",
833863
"articles/communication-services/.openpublishing.redirection.communication-services.json",
834864
"articles/cosmos-db/.openpublishing.redirection.cosmos-db.json",
@@ -853,6 +883,7 @@
853883
"articles/stream-analytics/.openpublishing.redirection.stream-analytics.json",
854884
"articles/azure-video-analyzer/.openpublishing.redirection.azure-video-analyzer.json",
855885
"articles/virtual-machines/.openpublishing.redirection.virtual-machines.json",
886+
"articles/virtual-machine-scale-sets/.openpublishing.redirection.virtual-machine-scale-sets.json",
856887
"articles/mysql/.openpublishing.redirection.mysql.json"
857888
]
858-
}
889+
}

0 commit comments

Comments
 (0)