Skip to content

Commit 02dcd1e

Browse files
committed
Merge branch 'master' of https://github.com/iriaosara/azure-docs-pr into cassandraapi_error_code_doc
2 parents d44a5cf + 7b6fea7 commit 02dcd1e

File tree

5,150 files changed

+80096
-41664
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,150 files changed

+80096
-41664
lines changed

.github/workflows/stale.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,7 @@ jobs:
1919
close-pr-label: auto-close
2020
exempt-pr-labels: keep-open
2121
operations-per-run: 1200
22-
ascending: true
23-
start-date: '2021-04-12'
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: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -429,6 +429,12 @@
429429
"branch": "cli-preview",
430430
"branch_mapping": {}
431431
},
432+
{
433+
"path_to_root": "terraform",
434+
"url": "https://github.com/Azure/terraform",
435+
"branch": "master",
436+
"branch_mapping": {}
437+
},
432438
{
433439
"path_to_root": "samples-qnamaker-nodejs",
434440
"url": "https://github.com/Azure-Samples/cognitive-services-qnamaker-nodejs",
@@ -826,6 +832,8 @@
826832
".openpublishing.redirection.media-services.json",
827833
".openpublishing.redirection.security-benchmark.json",
828834
".openpublishing.redirection.synapse-analytics.json",
835+
"articles/azure-fluid-relay/.openpublishing.redirection.fluid-relay.json",
836+
"articles/azure-netapp-files/.openpublishing.redirection.azure-netapp-files.json",
829837
"articles/azure-relay/.openpublishing.redirection.relay.json",
830838
"articles/communication-services/.openpublishing.redirection.communication-services.json",
831839
"articles/cosmos-db/.openpublishing.redirection.cosmos-db.json",

.openpublishing.redirection.active-directory.json

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
{
22
"redirections": [
3+
{
4+
"source_path_from_root": "/articles/active-directory/manage-apps/common-scenarios.md",
5+
"redirect_url": "/azure/active-directory/manage-apps/what-is-application-management",
6+
"redirect_document_id": false
7+
},
8+
{
9+
"source_path_from_root": "/articles/active-directory/manage-apps/application-management-fundamentals.md",
10+
"redirect_url": "/azure/active-directory/manage-apps/what-is-application-management",
11+
"redirect_document_id": false
12+
},
313
{
414
"source_path_from_root": "/articles/active-directory/develop/active-directory-v2-limitations.md",
515
"redirect_url": "/azure/active-directory/azuread-dev/azure-ad-endpoint-comparison",
@@ -10509,6 +10519,11 @@
1050910519
"source_path": "articles/active-directory/privileged-identity-management/pim-resource-roles-start-access-review.md",
1051010520
"redirect_url": "/azure/active-directory/privileged-identity-management/pim-create-azure-ad-roles-and-resource-roles-review",
1051110521
"redirect_document_id": false
10512-
}
10522+
},
10523+
{
10524+
"source_path_from_root": "/articles/active-directory-b2c/troubleshoot-custom-policies.md",
10525+
"redirect_url": "/azure/active-directory-b2c/troubleshoot",
10526+
"redirect_document_id": false
10527+
}
1051310528
]
1051410529
}

.openpublishing.redirection.iot-hub.json

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,16 @@
125125
"redirect_url": "/azure/iot-hub/about-iot-hub",
126126
"redirect_document_id": false
127127
},
128+
{
129+
"source_path_from_root": "/articles/iot-hub/about-iot-hub.md",
130+
"redirect_url": "/azure/iot-hub/iot-concepts-and-iot-hub",
131+
"redirect_document_id": false
132+
},
133+
{
134+
"source_path_from_root": "/articles/iot-hub/iot-concepts.md",
135+
"redirect_url": "/azure/iot-hub/iot-concepts-and-iot-hub",
136+
"redirect_document_id": false
137+
},
128138
{
129139
"source_path_from_root": "/articles/iot-hub/quickstart-send-telemetry-xamarinforms.md",
130140
"redirect_url": "/azure/iot-hub/about-iot-hub",
@@ -928,7 +938,6 @@
928938
"redirect_url": "/azure/iot-hub/tutorial-x509-scripts",
929939
"redirect_document_id": false
930940
},
931-
932941
{
933942
"source_path_from_root": "/articles/iot-hub/iot-hub-gateway-kit-c-iot-gateway-connect-device-to-cloud.md",
934943
"redirect_url": "https://github.com/Azure/iot-edge/tree/master/v1/doc/commercial_gateway_kit/iot-hub-gateway-kit-c-iot-gateway-connect-device-to-cloud.md",
@@ -995,7 +1004,11 @@
9951004
"redirect_url": "https://github.com/Azure/iot-edge/tree/master/v1/samples/simulated_device_cloud_upload/iot-hub-windows-iot-edge-simulated-device.md",
9961005
"redirect_document_id": false
9971006
},
998-
1007+
{
1008+
"source_path_from_root": "/articles/iot-hub/tutorial-firmware-update.md",
1009+
"redirect_url": "/azure/iot-hub-device-update/device-update-raspberry-pi",
1010+
"redirect_document_id": false
1011+
}
9991012

10001013
]
10011014
}

0 commit comments

Comments
 (0)