Skip to content

Commit edc55e1

Browse files
committed
Fix redirect warnings
1 parent 7c8b674 commit edc55e1

7 files changed

+38
-31
lines changed

.openpublishing.publish.config.json

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,12 @@
159159
"url": "https://github.com/Azure-Samples/azure-search-static-web-app",
160160
"branch": "main",
161161
"branch_mapping": {}
162+
},
163+
{
164+
"path_to_root": "azure-docs-pr-policy-includes",
165+
"url": "https://github.com/MicrosoftDocs/azure-docs-pr",
166+
"branch": "main",
167+
"branch_mapping": {}
162168
}
163169
],
164170
"git_repository_url_open_to_public_contributors": "https://github.com/MicrosoftDocs/azure-ai-docs",

.openpublishing.redirection.json

Lines changed: 1 addition & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,5 @@
11
{
22
"redirections": [
3-
{
4-
"source_path": "articles/ai-studio/how-to/commitment-tier.md",
5-
"redirect_url": "/azure/ai-services/commitment-tier.md",
6-
"redirect_document_id": false
7-
},
8-
{
9-
"source_path_from_root": "/articles/open-datasets/service/how-to-create-dataset-from-open-dataset.md",
10-
"redirect_url": "/azure/open-datasets/how-to-create-azure-machine-learning-dataset-from-open-dataset",
11-
"redirect_document_id": false
12-
},
13-
{
14-
"source_path_from_root": "/articles/open-datasets/tutorial-opendatasets-automl.md",
15-
"redirect_url": "/azure/machine-learning/tutorial-auto-train-models",
16-
"redirect_document_id": false
17-
}
3+
184
]
195
}

.openpublishing.redirection.security-benchmark.json

Lines changed: 0 additions & 14 deletions
This file was deleted.

articles/ai-studio/.openpublishing.redirection.ai-studio.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,11 @@
114114
"source_path_from_root": "/articles/ai-studio/how-to/deploy-models-open.md",
115115
"redirect_url": "/azure/ai-studio/how-to/deploy-models-managed",
116116
"redirect_document_id": false
117+
},
118+
{
119+
"source_path": "articles/ai-studio/how-to/commitment-tier.md",
120+
"redirect_url": "/azure/ai-services/commitment-tier.md",
121+
"redirect_document_id": false
117122
}
118123
]
119124
}

articles/machine-learning/.openpublishing.redirection.machine-learning.json

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -398,7 +398,7 @@
398398
{
399399
"source_path_from_root": "/articles/machine-learning/tutorial-convert-ml-experiment-to-production.md",
400400
"redirect_url": "/azure/machine-learning/v1/how-to-convert-ml-experiment-to-production",
401-
"redirect_document_id": true
401+
"redirect_document_id": false
402402
},
403403
{
404404
"source_path_from_root": "/articles/machine-learning/tutorial-train-deploy-notebook.md",
@@ -1478,7 +1478,7 @@
14781478
{
14791479
"source_path_from_root": "/articles/machine-learning/tutorial-auto-train-models.md",
14801480
"redirect_url": "/azure/machine-learning/v1/how-to-auto-train-models-v1",
1481-
"redirect_document_id": true
1481+
"redirect_document_id": false
14821482
},
14831483
{
14841484
"source_path_from_root": "/articles/machine-learning/service/tutorial-1st-r-experiment.md",
@@ -4294,6 +4294,11 @@
42944294
"source_path_from_root": "/articles/machine-learning/prompt-flow/tools-reference/faiss-index-lookup-tool.md",
42954295
"redirect_url": "/azure/machine-learning/prompt-flow/tools-reference/index-lookup-tool",
42964296
"redirect_document_id": false
4297+
},
4298+
{
4299+
"source_path_from_root": "/articles/machine-learning/security-baseline.md",
4300+
"redirect_url": "/security/benchmark/azure/baselines/machine-learning-security-baseline",
4301+
"redirect_document_id": false
42974302
}
42984303
]
42994304
}
Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{
2+
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/open-datasets/service/how-to-create-dataset-from-open-dataset.md",
5+
"redirect_url": "/azure/open-datasets/how-to-create-azure-machine-learning-dataset-from-open-dataset",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/open-datasets/tutorial-opendatasets-automl.md",
10+
"redirect_url": "/azure/machine-learning/tutorial-auto-train-models",
11+
"redirect_document_id": false
12+
}
13+
]
14+
}

articles/search/.openpublishing.redirection.search.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -345,6 +345,11 @@
345345
"source_path_from_root": "/articles/search/search-api-indexers-2015-02-28-preview.md",
346346
"redirect_url": "/rest/api/searchservice/indexer-operations",
347347
"redirect_document_id": false
348+
},
349+
{
350+
"source_path_from_root": "/articles/search/security-baseline.md",
351+
"redirect_url": "/security/benchmark/azure/baselines/cognitive-search-security-baseline",
352+
"redirect_document_id": false
348353
}
349354
]
350355
}

0 commit comments

Comments
 (0)