Skip to content

Commit 847780c

Browse files
committed
Merge branch 'master' of https://github.com/MicrosoftDocs/azure-docs-pr into rest
2 parents cfa108d + 6c0da88 commit 847780c

File tree

17,018 files changed

+239685
-168203
lines changed

Some content is hidden

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

17,018 files changed

+239685
-168203
lines changed

.github/workflows/stale.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Mark stale pull requests
22

33
on:
44
schedule:
5-
- cron: "0 */6 * * *"
5+
- cron: "0 */4 * * *"
66

77
jobs:
88
stale:
@@ -18,9 +18,8 @@ jobs:
1818
stale-pr-label: inactive
1919
close-pr-label: auto-close
2020
exempt-pr-labels: keep-open
21-
operations-per-run: 700
22-
ascending: true
23-
start-date: '2020-12-17'
21+
operations-per-run: 1200
22+
ascending: false
2423
stale-pr-message: >
2524
This pull request has been inactive for at least 14 days.
2625
If you are finished with your changes, don't forget to sign off. See the [contributor guide](https://review.docs.microsoft.com/help/contribute/contribute-how-to-write-pull-request-automation) for instructions.

.openpublishing.publish.config.json

Lines changed: 21 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -357,6 +357,12 @@
357357
"branch": "main",
358358
"branch_mapping": {}
359359
},
360+
{
361+
"path_to_root": "media-services-v3-dotnet-core-functions-integration",
362+
"url": "https://github.com/Azure-Samples/media-services-v3-dotnet-core-functions-integration",
363+
"branch": "main",
364+
"branch_mapping": {}
365+
},
360366
{
361367
"path_to_root": "samples-javascript",
362368
"url": "https://github.com/Microsoft/tsiclient",
@@ -782,6 +788,12 @@
782788
"url": "https://github.com/dotnet/samples",
783789
"branch": "main",
784790
"branch_mapping": {}
791+
},
792+
{
793+
"path_to_root": "azure-docs-bicep-samples",
794+
"url": "https://github.com/Azure/azure-docs-bicep-samples/",
795+
"branch": "main",
796+
"branch_mapping": {}
785797
}
786798
],
787799
"branch_target_mapping": {
@@ -805,14 +817,17 @@
805817
},
806818
"redirection_files": [
807819
".openpublishing.redirection.json",
820+
".openpublishing.redirection.active-directory.json",
808821
".openpublishing.redirection.data-factory.json",
809822
".openpublishing.redirection.defender-for-iot.json",
810823
".openpublishing.redirection.healthcare-apis.json",
824+
".openpublishing.redirection.iot-hub.json",
825+
".openpublishing.redirection.key-vault.json",
811826
".openpublishing.redirection.media-services.json",
812827
".openpublishing.redirection.security-benchmark.json",
813-
".openpublishing.redirection.key-vault.json",
814-
".openpublishing.redirection.iot-hub.json",
828+
".openpublishing.redirection.synapse-analytics.json",
815829
"articles/azure-relay/.openpublishing.redirection.relay.json",
830+
"articles/communication-services/.openpublishing.redirection.communication-services.json",
816831
"articles/cosmos-db/.openpublishing.redirection.cosmos-db.json",
817832
"articles/cost-management-billing/.openpublishing.redirection.cost-management-billing.json",
818833
"articles/data-catalog/.openpublishing.redirection.data-catalog.json",
@@ -822,12 +837,14 @@
822837
"articles/event-hubs/.openpublishing.redirection.event-hubs.json",
823838
"articles/hdinsight/.openpublishing.redirection.hdinsight.json",
824839
"articles/iot-central/.openpublishing.redirection.iot-central.json",
840+
"articles/iot-accelerators/.openpublishing.redirection.iot-accelerators.json",
825841
"articles/iot-develop/.openpublishing.redirection.iot-develop.json",
826842
"articles/iot-edge/.openpublishing.redirection.iot-edge.json",
827843
"articles/marketplace/.openpublishing.redirection.marketplace.json",
844+
"articles/object-anchors/.openpublishing.redirection.object-anchors.json",
828845
"articles/purview/.openpublishing.redirection.purview.json",
829-
"articles/virtual-machines/.openpublishing.redirection.virtual-machines.json",
830846
"articles/service-bus-messaging/.openpublishing.redirection.service-bus-messaging.json",
831-
"articles/stream-analytics/.openpublishing.redirection.stream-analytics.json"
847+
"articles/stream-analytics/.openpublishing.redirection.stream-analytics.json",
848+
"articles/virtual-machines/.openpublishing.redirection.virtual-machines.json"
832849
]
833850
}

.openpublishing.redirection.active-directory.json

Lines changed: 10514 additions & 0 deletions
Large diffs are not rendered by default.

.openpublishing.redirection.data-factory.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,11 @@
99
"source_path_from_root": "/articles/data-factory/turorial-push-lineage-to-purview.md",
1010
"redirect_url": "/azure/data-factory/tutorial-push-lineage-to-purview",
1111
"redirect_document_id": false
12+
},
13+
{
14+
"source_path_from_root": "/articles/data-factory/continuous-integration-deployment.md",
15+
"redirect_url": "/azure/data-factory/continuous-integration-delivery",
16+
"redirect_document_id": false
1217
}
1318
]
1419
}

.openpublishing.redirection.healthcare-apis.json

Lines changed: 12 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -177,11 +177,6 @@
177177
"redirect_url": "/azure/healthcare-apis/fhir/register-service-azure-ad-client-app",
178178
"redirect_document_id": true
179179
},
180-
{
181-
"source_path_from_root": "/articles/healthcare-apis/security-controls-policy.md",
182-
"redirect_url": "/azure/healthcare-apis/fhir/security-controls-policy",
183-
"redirect_document_id": true
184-
},
185180
{
186181
"source_path_from_root": "/articles/healthcare-apis/tutorial-web-app-fhir-server.md",
187182
"redirect_url": "/azure/healthcare-apis/fhir/tutorial-web-app-fhir-server",
@@ -334,7 +329,7 @@
334329
},
335330
{
336331
"source_path_from_root": "/articles/healthcare-apis/fhir/partner-ecosystem.md",
337-
"redirect_url": "/azure/healthcare-apis/azure-api-for-fhir/partner-ecosystem",
332+
"redirect_url": "/azure/healthcare-apis/azure-api-for-fhir/fhir-features-supported",
338333
"redirect_document_id": true
339334
},
340335
{
@@ -451,6 +446,16 @@
451446
"source_path_from_root": "/articles/healthcare-apis/fhir/fhir-arm-template-quickstart.md",
452447
"redirect_url": "/azure/healthcare-apis/fhir/fhir-service-resource-manager-template",
453448
"redirect_document_id": true
454-
}
449+
},
450+
{
451+
"source_path_from_root": "/articles/healthcare-apis/azure-api-for-fhir/access-fhir-postman-tutorial.md",
452+
"redirect_url": "/azure/healthcare-apis/use-postman",
453+
"redirect_document_id": true
454+
},
455+
{
456+
"source_path_from_root": "/articles/healthcare-apis/fhir/security-controls-policy.md",
457+
"redirect_url": "/azure/healthcare-apis/security-controls-policy",
458+
"redirect_document_id": true
459+
},
455460
]
456461
}

0 commit comments

Comments
 (0)