Skip to content

Commit cccf5e9

Browse files
committed
resolve conflict
2 parents 232147d + d05a411 commit cccf5e9

File tree

19,277 files changed

+442123
-255404
lines changed

Some content is hidden

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

19,277 files changed

+442123
-255404
lines changed
Lines changed: 68 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,68 @@
1+
name: "📄 Azure Kubernetes Services - Feedback control template"
2+
title: "Feedback"
3+
description: >-
4+
🛈 FYI - This issue template is intended for use by the feedback control on the bottom of Azure Kubernetes Services pages on the
5+
https://learn.microsoft.com/azure/aks site.
6+
labels:
7+
- "azure-kubernetes-services/svc"
8+
body:
9+
- type: markdown
10+
attributes:
11+
value: "## Enter your feedback"
12+
- type: markdown
13+
attributes:
14+
value: Select the issue type, and describe the issue in the text box below. Add as much detail as needed to help us resolve the issue.
15+
- type: dropdown
16+
id: issue-type
17+
attributes:
18+
label: Type of issue
19+
options:
20+
- Typo
21+
- Code doesn't work
22+
- Missing information
23+
- Outdated article
24+
- Other (describe below)
25+
validations:
26+
required: true
27+
- type: textarea
28+
id: userfeedback
29+
validations:
30+
required: true
31+
attributes:
32+
label: Feedback
33+
description: >-
34+
If possible, please provide extended details that will add context and help the team update
35+
the documentation. Additional details may not be useful for typos, grammar, formatting, etc.
36+
For technical or factual errors, please include code snippets and output to show how the
37+
documentation is incorrect.
38+
- type: markdown
39+
attributes:
40+
value: "## 🚧 Article information 🚧"
41+
- type: markdown
42+
attributes:
43+
value: "*Don't modify the following fields*. They are automatically filled in for you. Doing so will disconnect your issue from the affected article. *Don't edit them*."
44+
- type: input
45+
id: pageUrl
46+
validations:
47+
required: true
48+
attributes:
49+
label: Page URL
50+
- type: input
51+
id: contentSourceUrl
52+
validations:
53+
required: true
54+
attributes:
55+
label: Content source URL
56+
- type: input
57+
id: author
58+
validations:
59+
required: true
60+
attributes:
61+
label: Author
62+
description: GitHub Id of the author
63+
- type: input
64+
id: documentVersionIndependentId
65+
validations:
66+
required: true
67+
attributes:
68+
label: Document Id

.openpublishing.publish.config.json

Lines changed: 63 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -135,9 +135,9 @@
135135
"branch_mapping": {}
136136
},
137137
{
138-
"path_to_root": "ms-identity-dotnetcore-b2c-account-management",
138+
"path_to_root": "ms-identity-dotnetcore-b2c-account-management-archive",
139139
"url": "https://github.com/Azure-Samples/ms-identity-dotnetcore-b2c-account-management",
140-
"branch": "master",
140+
"branch": "archive",
141141
"branch_mapping": {}
142142
},
143143
{
@@ -236,6 +236,12 @@
236236
"branch": "main",
237237
"branch_mapping": {}
238238
},
239+
{
240+
"path_to_root": "functions-python-extensions",
241+
"url": "https://github.com/Azure/azure-functions-python-extensions",
242+
"branch": "dev",
243+
"branch_mapping": {}
244+
},
239245
{
240246
"path_to_root": "functions-python-tensorflow-tutorial",
241247
"url": "https://github.com/Azure-Samples/functions-python-tensorflow-tutorial",
@@ -247,7 +253,13 @@
247253
"url": "https://github.com/Azure-Samples/function-app-arm-templates",
248254
"branch": "main",
249255
"branch_mapping": {}
250-
},
256+
},
257+
{
258+
"path_to_root": "function-flex-consumption",
259+
"url": "https://github.com/Azure-Samples/azure-functions-flex-consumption-samples",
260+
"branch": "main",
261+
"branch_mapping": {}
262+
},
251263
{
252264
"path_to_root": "functions-azure-product",
253265
"url": "https://github.com/Azure/Azure-Functions",
@@ -500,6 +512,12 @@
500512
"branch": "sdk-codetest",
501513
"branch_mapping": {}
502514
},
515+
{
516+
"path_to_root": "rag-data-openai-python-promptflow-main",
517+
"url": "https://github.com/Azure-Samples/rag-data-openai-python-promptflow",
518+
"branch": "main",
519+
"branch_mapping": {}
520+
},
503521
{
504522
"path_to_root": "azureml-examples-main",
505523
"url": "https://github.com/azure/azureml-examples",
@@ -872,6 +890,12 @@
872890
"branch": "master",
873891
"branch_mapping": {}
874892
},
893+
{
894+
"path_to_root": "blob-devguide-go",
895+
"url": "https://github.com/Azure-Samples/blob-storage-devguide-go",
896+
"branch": "main",
897+
"branch_mapping": {}
898+
},
875899
{
876900
"path_to_root": "azure-sdk-for-net",
877901
"url": "https://github.com/Azure/azure-sdk-for-net/",
@@ -962,6 +986,12 @@
962986
"branch": "main",
963987
"branch_mapping": {}
964988
},
989+
{
990+
"path_to_root": "msdocs-fastapi-postgresql-sample-app",
991+
"url": "https://github.com/Azure-Samples/msdocs-fastapi-postgresql-sample-app",
992+
"branch": "main",
993+
"branch_mapping": {}
994+
},
965995
{
966996
"path_to_root": "msdocs-quarkus-postgresql-sample-app",
967997
"url": "https://github.com/Azure-Samples/msdocs-quarkus-postgresql-sample-app",
@@ -974,6 +1004,12 @@
9741004
"branch": "main",
9751005
"branch_mapping": {}
9761006
},
1007+
{
1008+
"path_to_root": "msdocs-app-service-sqldb-dotnetcore",
1009+
"url": "https://github.com/Azure-Samples/msdocs-app-service-sqldb-dotnetcore",
1010+
"branch": "main",
1011+
"branch_mapping": {}
1012+
},
9771013
{
9781014
"path_to_root": "azuresignalr-samples",
9791015
"url": "https://github.com/aspnet/AzureSignalR-samples",
@@ -998,6 +1034,12 @@
9981034
"branch": "docs-snippets",
9991035
"branch_mapping": {}
10001036
},
1037+
{
1038+
"path_to_root": "functions-openai-extension",
1039+
"url": "https://github.com/Azure/azure-functions-openai-extension",
1040+
"branch": "main",
1041+
"branch_mapping": {}
1042+
},
10011043
{
10021044
"path_to_root": "cosmos-db-nosql-dotnet-samples",
10031045
"url": "https://github.com/azure-samples/cosmos-db-nosql-dotnet-samples",
@@ -1201,6 +1243,12 @@
12011243
"url": "https://github.com/MicrosoftDocs/SupportArticles-docs",
12021244
"branch": "main",
12031245
"branch_mapping": {}
1246+
},
1247+
{
1248+
"path_to_root": "msdocs-python-fastapi-webapp-quickstart",
1249+
"url": "https://github.com/Azure-Samples/msdocs-python-fastapi-webapp-quickstart",
1250+
"branch": "main",
1251+
"branch_mapping": {}
12041252
}
12051253
],
12061254
"branch_target_mapping": {
@@ -1218,7 +1266,12 @@
12181266
},
12191267
"redirection_files": [
12201268
".openpublishing.redirection.active-directory.json",
1269+
".openpublishing.redirection.ai-services-from-applied.json",
1270+
".openpublishing.redirection.ai-services-from-cog.json",
1271+
".openpublishing.redirection.applied-ai-old.json",
1272+
".openpublishing.redirection.applied-ai-services.json",
12211273
".openpublishing.redirection.ansible.json",
1274+
".openpublishing.redirection.api-center.json",
12221275
".openpublishing.redirection.api-management.json",
12231276
".openpublishing.redirection.app-service.json",
12241277
".openpublishing.redirection.asc-for-iot.json",
@@ -1240,12 +1293,14 @@
12401293
".openpublishing.redirection.azure-web-pubsub.json",
12411294
".openpublishing.redirection.baremetal-infrastructure.json",
12421295
".openpublishing.redirection.blockchain.json",
1296+
".openpublishing.redirection.cognitive-services.json",
12431297
".openpublishing.redirection.container-service.json",
12441298
".openpublishing.redirection.data-lake-analytics.json",
12451299
".openpublishing.redirection.defender-for-cloud.json",
12461300
".openpublishing.redirection.defender-for-iot.json",
12471301
".openpublishing.redirection.dev-spaces.json",
12481302
".openpublishing.redirection.devops-project.json",
1303+
".openpublishing.redirection.document-db.json",
12491304
".openpublishing.redirection.germany.json",
12501305
".openpublishing.redirection.government.json",
12511306
".openpublishing.redirection.guidance.json",
@@ -1258,6 +1313,7 @@
12581313
".openpublishing.redirection.machine-configuration.json",
12591314
".openpublishing.redirection.marketplace.json",
12601315
".openpublishing.redirection.openshift.json",
1316+
".openpublishing.redirection.private-multi-access-edge-compute-mec.json",
12611317
".openpublishing.redirection.purview.json",
12621318
".openpublishing.redirection.remoteapp.json",
12631319
".openpublishing.redirection.security-benchmark.json",
@@ -1272,12 +1328,9 @@
12721328
".openpublishing.redirection.virtual-desktop.json",
12731329
".openpublishing.redirection.vmware-cloudsimple.json",
12741330
"articles/active-directory-b2c/.openpublishing.redirection.active-directory-b2c.json",
1275-
"articles/ai-services/.openpublishing.redirection.ai-services-from-applied.json",
1276-
"articles/ai-services/.openpublishing.redirection.ai-services-from-cog.json",
1277-
"articles/ai-services/.openpublishing.redirection.applied-ai-old.json",
1278-
"articles/ai-services/.openpublishing.redirection.applied-ai-services.json",
1279-
"articles/ai-services/.openpublishing.redirection.cognitive-services.json",
1331+
"articles/ai-services.openpublishing.redirection.ai-services.json",
12801332
"articles/ai-studio/.openpublishing.redirection.ai-studio.json",
1333+
"articles/aks/.openpublishing.redirection.aks.json",
12811334
"articles/analysis-services/.openpublishing.redirection.analysis-services.json",
12821335
"articles/application-gateway/.openpublishing.redirection.application-gateway.json",
12831336
"articles/automation/.openpublishing.redirection.automation.json",
@@ -1328,6 +1381,7 @@
13281381
"articles/logic-apps/.openpublishing.redirection.logic-apps.json",
13291382
"articles/machine-learning/.openpublishing.redirection.machine-learning.json",
13301383
"articles/machine-learning/v1/.openpublishing.redirection.machine-learning-v1.json",
1384+
"articles/managed-instance-apache-cassandra/.openpublishing.redirection.managed-instance-apache-cassandra.json",
13311385
"articles/mariadb/.openpublishing.redirection.mariadb.json",
13321386
"articles/migrate/.openpublishing.redirection.migrate.json",
13331387
"articles/mysql/.openpublishing.redirection.mysql.json",
@@ -1336,6 +1390,7 @@
13361390
"articles/object-anchors/.openpublishing.redirection.object-anchors.json",
13371391
"articles/operator-insights/.openpublishing.redirection.operator-insights.json",
13381392
"articles/operator-nexus/.openpublishing.redirection.operator-nexus.json",
1393+
"articles/operator-service-manager/.openpublishing.redirection.operator-service-manager.json",
13391394
"articles/peering-service/.openpublishing.redirection.peering-service.json",
13401395
"articles/postgresql/.openpublishing.redirection.postgresql.json",
13411396
"articles/route-server/.openpublishing.redirection.route-server.json",

articles/ai-services/.openpublishing.redirection.ai-services-from-applied.json renamed to .openpublishing.redirection.ai-services-from-applied.json

Lines changed: 0 additions & 122 deletions
Original file line numberDiff line numberDiff line change
@@ -539,128 +539,6 @@
539539
"source_path_from_root": "/articles/applied-ai-services/immersive-reader/context/context.md",
540540
"redirect_url": "/azure/ai-services/immersive-reader/?context=/azure/ai-services/immersive-reader/context/context",
541541
"redirect_document_id": false
542-
},
543-
{
544-
"source_path_from_root": "/articles/ai-services/document-intelligence/v3-migration-guide.md",
545-
"redirect_url": "/azure/ai-services/document-intelligence/v3-1-migration-guide",
546-
"redirect_document_id": true
547-
},
548-
549-
{
550-
"source_path_from_root": "/articles/ai-services/document-intelligence/sdk-overview.md",
551-
"redirect_url": "/azure/ai-services/document-intelligence/sdk-overview-v3-0",
552-
"redirect_document_id": true
553-
},
554-
{
555-
"source_path_from_root": "/articles/ai-services/document-intelligence/sdk-preview.md",
556-
"redirect_url": "/azure/ai-services/document-intelligence/sdk-overview-v3-1",
557-
"redirect_document_id": true
558-
},
559-
{
560-
"source_path_from_root": "/articles/ai-services/document-intelligence/quickstarts/includes/get-started/csharp.md",
561-
"redirect_url": "/azure/ai-services/document-intelligence/quickstarts/includes/v2-1/csharp",
562-
"redirect_document_id": true
563-
},
564-
{
565-
"source_path_from_root": "/articles/ai-services/document-intelligence/quickstarts/includes/get-started/java.md",
566-
"redirect_url": "/azure/ai-services/document-intelligence/quickstarts/includes/v2-1/java",
567-
"redirect_document_id": true
568-
},
569-
{
570-
"source_path_from_root": "/articles/ai-services/document-intelligence/quickstarts/includes/get-started/javascript.md",
571-
"redirect_url": "/azure/ai-services/document-intelligence/quickstarts/includes/v2-1/javascript",
572-
"redirect_document_id": true
573-
},
574-
{
575-
"source_path_from_root": "/articles/ai-services/document-intelligence/quickstarts/includes/get-started/python.md",
576-
"redirect_url": "/azure/ai-services/document-intelligence/quickstarts/includes/v2-1/python",
577-
"redirect_document_id": true
578-
},
579-
{
580-
"source_path_from_root": "/articles/ai-services/document-intelligence/quickstarts/includes/get-started/rest-api.md",
581-
"redirect_url": "/azure/ai-services/document-intelligence/quickstarts/includes/v2-1/rest-api",
582-
"redirect_document_id": true
583-
},
584-
{
585-
"source_path_from_root": "/articles/ai-services/document-intelligence/concept-insurance-card.md",
586-
"redirect_url": "/azure/ai-services/document-intelligence/concept-health-insurance-card",
587-
"redirect_document_id": true
588-
},
589-
{
590-
"source_path_from_root": "/articles/ai-services/document-intelligence/concept-w2.md",
591-
"redirect_url": "/azure/ai-services/document-intelligence/concept-tax-document",
592-
"redirect_document_id": true
593-
},
594-
{
595-
"source_path_from_root": "/articles/ai-services/document-intelligence/resource-customer-stories.md",
596-
"redirect_url": "/azure/ai-services/document-intelligence/overview",
597-
"redirect_document_id": true
598-
},
599-
{
600-
"source_path_from_root": "/articles/ai-services/document-intelligence/language-support.md",
601-
"redirect_url": "/azure/ai-services/document-intelligence/language-support-ocr",
602-
"redirect_document_id": true
603-
},
604-
{
605-
"source_path_from_root": "/articles/ai-services/document-intelligence/quickstarts/includes/v3-csharp-sdk.md",
606-
"redirect_url": "/azure/ai-services/document-intelligence/quickstarts/includes/csharp-sdk.md",
607-
"redirect_document_id": true
608-
},
609-
{
610-
"source_path_from_root": "/articles/ai-services/document-intelligence/quickstarts/includes/v3-javascript-sdk.md",
611-
"redirect_url": "/azure/ai-services/document-intelligence/quickstarts/includes/javascript-sdk.md",
612-
"redirect_document_id": true
613-
},
614-
{
615-
"source_path_from_root": "/articles/ai-services/document-intelligence/quickstarts/includes/v3-java-sdk.md",
616-
"redirect_url": "/azure/ai-services/document-intelligence/quickstarts/includes/java-sdk.md",
617-
"redirect_document_id": true
618-
},
619-
{
620-
"source_path_from_root": "/articles/ai-services/document-intelligence/quickstarts/includes/v3-python-sdk.md",
621-
"redirect_url": "/azure/ai-services/document-intelligence/quickstarts/includes/python-sdk.md",
622-
"redirect_document_id": true
623-
},
624-
{
625-
"source_path_from_root": "/articles/ai-services/document-intelligence/quickstarts/includes/v3-rest-api-sdk.md",
626-
"redirect_url": "/azure/ai-services/document-intelligence/quickstarts/includes/rest-api-sdk.md",
627-
"redirect_document_id": true
628-
},
629-
{
630-
"source_path_from_root": "/articles/ai-services/translator/document-translation/quickstarts/document-translation-sdk.md",
631-
"redirect_url": "/azure/ai-services/translator/document-translation/quickstarts/asynchronous-sdk",
632-
"redirect_document_id": true
633-
},
634-
{
635-
"source_path_from_root": "/articles/ai-services/translator/document-translation/quickstarts/document-translation-rest-api.md",
636-
"redirect_url": "/azure/ai-services/translator/document-translation/quickstarts/asynchronous-rest-api",
637-
"redirect_document_id": true
638-
},
639-
{
640-
"source_path_from_root": "/articles/ai-services/translator/containers/translator-container-configuration.md",
641-
"redirect_url": "/azure/ai-services/translator/containers/configuration",
642-
"redirect_document_id": true
643-
},
644-
{
645-
"source_path_from_root": "/articles/ai-services/translator/containers/translator-container-supported-parameters.md",
646-
"redirect_url": "/azure/ai-services/translator/containers/translate-text-parameters",
647-
"redirect_document_id": true
648-
},
649-
{
650-
"source_path_from_root": "/articles/ai-services/translator/containers/translator-disconnected-containers.md",
651-
"redirect_url": "/azure/ai-services/translator/containers/install-run",
652-
"redirect_document_id": false
653-
},
654-
{
655-
"source_path_from_root": "/articles/ai-services/translator/containers/translator-how-to-install-container.md",
656-
"redirect_url": "/azure/ai-services/translator/containers/install-run",
657-
"redirect_document_id": true
658-
},
659-
{
660-
"source_path_from_root": "/articles/ai-services/document-intelligence/concept-retrieval-augumented-generation.md",
661-
"redirect_url": "/azure/ai-services/document-intelligence/concept-retrieval-augmented-generation",
662-
"redirect_document_id": true
663542
}
664-
665543
]
666544
}

0 commit comments

Comments
 (0)