Skip to content

Commit ed85501

Browse files
committed
Merge branch 'main' of https://github.com/MicrosoftDocs/azure-docs-pr into patricka-archive-devops
2 parents 840e072 + 10da527 commit ed85501

File tree

7,564 files changed

+110590
-93032
lines changed

Some content is hidden

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

7,564 files changed

+110590
-93032
lines changed

.acrolinx-config.edn

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
{:allowed-branchname-matches ["main" "release-.*"]
2-
:allowed-filename-matches ["(?i)articles/(?:(?!active-directory/saas-apps/toc.yml|role-based-access-control/resource-provider-operations.md))" "includes/"]}
2+
:allowed-filename-matches ["(?i)articles/(?:(?!active-directory/saas-apps/toc.yml|role-based-access-control/resource-provider-operations.md|.*policy/samples/|.*resource-graph/samples/))" "(?i)includes/(?:(?!policy/reference/|policy/standards/))"]}

.openpublishing.publish.config.json

Lines changed: 35 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,6 +188,12 @@
188188
"branch": "master",
189189
"branch_mapping": {}
190190
},
191+
{
192+
"path_to_root": "new_powershell_scripts",
193+
"url": "https://github.com/Azure-Samples/azure-docs-powershell-samples",
194+
"branch": "main",
195+
"branch_mapping": {}
196+
},
191197
{
192198
"path_to_root": "policy-templates",
193199
"url": "https://github.com/Azure/azure-policy",
@@ -515,7 +521,7 @@
515521
{
516522
"path_to_root": "azureml-examples-temp-fix",
517523
"url": "https://github.com/Azure/azureml-examples",
518-
"branch": "temp-fix-doc-error",
524+
"branch": "temp-fix",
519525
"branch_mapping": {}
520526
},
521527
{
@@ -992,12 +998,36 @@
992998
"branch": "main",
993999
"branch_mapping": {}
9941000
},
1001+
{
1002+
"path_to_root": "cosmos-db-nosql-nodejs-quickstart",
1003+
"url": "https://github.com/azure-samples/cosmos-db-nosql-nodejs-quickstart",
1004+
"branch": "main",
1005+
"branch_mapping": {}
1006+
},
9951007
{
9961008
"path_to_root": "cosmos-db-nosql-python-samples",
9971009
"url": "https://github.com/azure-samples/cosmos-db-nosql-python-samples",
9981010
"branch": "main",
9991011
"branch_mapping": {}
10001012
},
1013+
{
1014+
"path_to_root": "cosmos-db-nosql-python-quickstart",
1015+
"url": "https://github.com/azure-samples/cosmos-db-nosql-python-quickstart",
1016+
"branch": "main",
1017+
"branch_mapping": {}
1018+
},
1019+
{
1020+
"path_to_root": "cosmos-db-nosql-java-quickstart",
1021+
"url": "https://github.com/azure-samples/cosmos-db-nosql-java-quickstart",
1022+
"branch": "main",
1023+
"branch_mapping": {}
1024+
},
1025+
{
1026+
"path_to_root": "cosmos-db-nosql-go-quickstart",
1027+
"url": "https://github.com/azure-samples/cosmos-db-nosql-go-quickstart",
1028+
"branch": "main",
1029+
"branch_mapping": {}
1030+
},
10011031
{
10021032
"path_to_root": "cosmos-db-mongodb-dotnet-samples",
10031033
"url": "https://github.com/azure-samples/cosmos-db-mongodb-dotnet-samples",
@@ -1198,6 +1228,7 @@
11981228
"articles/ai-services/.openpublishing.redirection.applied-ai-old.json",
11991229
"articles/ai-services/.openpublishing.redirection.applied-ai-services.json",
12001230
"articles/ai-services/.openpublishing.redirection.cognitive-services.json",
1231+
"articles/energy-data-services/.openpublishing.redirection.energy-data-services.json",
12011232
"articles/azure-fluid-relay/.openpublishing.redirection.fluid-relay.json",
12021233
"articles/azure-netapp-files/.openpublishing.redirection.azure-netapp-files.json",
12031234
"articles/azure-relay/.openpublishing.redirection.relay.json",
@@ -1248,9 +1279,11 @@
12481279
"articles/spring-apps/.openpublishing.redirection.spring-apps.json",
12491280
"articles/spring-cloud/.openpublishing.redirection.spring-cloud.json",
12501281
"articles/static-web-apps/.openpublishing.redirection.static-web-apps.json",
1282+
"articles/storsimple/.openpublishing.redirection.storsimple.json",
12511283
"articles/stream-analytics/.openpublishing.redirection.stream-analytics.json",
12521284
"articles/synapse-analytics/.openpublishing.redirection.synapse-analytics.json",
12531285
"articles/virtual-machine-scale-sets/.openpublishing.redirection.virtual-machine-scale-sets.json",
1254-
"articles/virtual-machines/.openpublishing.redirection.virtual-machines.json"
1286+
"articles/virtual-machines/.openpublishing.redirection.virtual-machines.json",
1287+
"articles/operator-nexus/.openpublishing.redirection.operator-nexus.json"
12551288
]
12561289
}

.openpublishing.redirection.api-management.json

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,80 @@
11
{
22
"redirections": [
3+
{
4+
"source_path": "articles/api-management/set-graphql-resolver-policy.md",
5+
"redirect_url": "/previous-versions/azure/api-management/set-graphql-resolver-policy",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path": "articles/api-management/api-management-api-templates.md",
10+
"redirect_url": "/previous-versions/azure/api-management/api-management-api-templates",
11+
"redirect_document_id": false
12+
},
13+
{
14+
"source_path": "articles/api-management/api-management-application-templates.md",
15+
"redirect_url": "/previous-versions/azure/api-management/api-management-application-templates",
16+
"redirect_document_id": false
17+
},
18+
{
19+
"source_path": "articles/api-management/api-management-customize-styles.md",
20+
"redirect_url": "/previous-versions/azure/api-management/api-management-customize-styles",
21+
"redirect_document_id": false
22+
},
23+
{
24+
"source_path": "articles/api-management/api-management-developer-portal-templates-reference.md",
25+
"redirect_url": "/previous-versions/azure/api-management/api-management-developer-portal-templates-reference",
26+
"redirect_document_id": false
27+
},
28+
{
29+
"source_path": "articles/api-management/api-management-developer-portal-templates.md",
30+
"redirect_url": "/previous-versions/azure/api-management/api-management-developer-portal-templates",
31+
"redirect_document_id": false
32+
},
33+
{
34+
"source_path": "articles/api-management/api-management-issue-templates.md",
35+
"redirect_url": "/previous-versions/azure/api-management/api-management-issue-templates",
36+
"redirect_document_id": false
37+
},
38+
{
39+
"source_path": "articles/api-management/api-management-modify-content-layout.md",
40+
"redirect_url": "/previous-versions/azure/api-management/api-management-modify-content-layout",
41+
"redirect_document_id": false
42+
},
43+
{
44+
"source_path": "articles/api-management/api-management-page-controls.md",
45+
"redirect_url": "/previous-versions/azure/api-management/api-management-page-controls",
46+
"redirect_document_id": false
47+
},
48+
{
49+
"source_path": "articles/api-management/api-management-page-templates.md",
50+
"redirect_url": "/previous-versions/azure/api-management/api-management-page-templates",
51+
"redirect_document_id": false
52+
},
53+
{
54+
"source_path": "articles/api-management/api-management-product-templates.md",
55+
"redirect_url": "/previous-versions/azure/api-management/api-management-product-templates",
56+
"redirect_document_id": false
57+
},
58+
{
59+
"source_path": "articles/api-management/api-management-template-data-model-reference.md",
60+
"redirect_url": "/previous-versions/azure/api-management/api-management-template-data-model-reference",
61+
"redirect_document_id": false
62+
},
63+
{
64+
"source_path": "articles/api-management/api-management-template-resources.md",
65+
"redirect_url": "/previous-versions/azure/api-management/api-management-template-resources",
66+
"redirect_document_id": false
67+
},
68+
{
69+
"source_path": "articles/api-management/api-management-user-profile-templates.md",
70+
"redirect_url": "/previous-versions/azure/api-management/api-management-user-profile-templates",
71+
"redirect_document_id": false
72+
},
73+
{
74+
"source_path": "articles/api-management/developer-portal-deprecated-migration.md",
75+
"redirect_url": "/previous-versions/azure/api-management/developer-portal-deprecated-migration",
76+
"redirect_document_id": false
77+
},
378
{
479
"source_path_from_root": "/articles/api-management/authorizations-overview.md",
580
"redirect_url": "/azure/api-management/credentials-overview",

0 commit comments

Comments
 (0)