Skip to content

Commit e5e9ce9

Browse files
authored
Merge branch 'main' into liseupdates
2 parents f818206 + a971d35 commit e5e9ce9

File tree

17,004 files changed

+337708
-188775
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,004 files changed

+337708
-188775
lines changed

.acrolinx-config.edn

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
{:allowed-branchname-matches ["master" "release-.*"]
2-
:allowed-filename-matches ["articles/" "includes/"]}
1+
{: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/"]}

.github/workflows/stale.yml

Lines changed: 4 additions & 3 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 */4 * * *"
5+
- cron: "0 */6 * * *"
66

77
jobs:
88
stale:
@@ -14,12 +14,13 @@ jobs:
1414
with:
1515
repo-token: ${{ secrets.GITHUB_TOKEN }}
1616
days-before-pr-stale: 14
17-
days-before-pr-close: 9999
17+
days-before-pr-close: 90
1818
stale-pr-label: inactive
1919
close-pr-label: auto-close
2020
exempt-pr-labels: keep-open
21-
operations-per-run: 1200
21+
operations-per-run: 1300
2222
ascending: false
23+
# start-date: '2021-03-19'
2324
stale-pr-message: >
2425
This pull request has been inactive for at least 14 days.
2526
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.

.gitignore

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,5 +23,5 @@ AzureMigration.ps1
2323
!/.vscode/extensions.json
2424
.gitignore
2525
**/.vscode/settings.json
26-
27-
desktop.ini
26+
*.pdn
27+
articles/azure-cache-for-redis/media/cache-managed-identity/Screenshot 2022-01-20 092913.pdn

.openpublishing.publish.config.json

Lines changed: 46 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -60,13 +60,13 @@
6060
{
6161
"path_to_root": "_themes",
6262
"url": "https://github.com/Microsoft/templates.docs.msft",
63-
"branch": "master",
63+
"branch": "main",
6464
"branch_mapping": {}
6565
},
6666
{
6767
"path_to_root": "_themes.pdf",
6868
"url": "https://github.com/Microsoft/templates.docs.msft.pdf",
69-
"branch": "master",
69+
"branch": "main",
7070
"branch_mapping": {}
7171
},
7272
{
@@ -75,6 +75,12 @@
7575
"branch": "master",
7676
"branch_mapping": {}
7777
},
78+
{
79+
"path_to_root": "azure_cli_scripts",
80+
"url": "https://github.com/Azure-Samples/azure-cli-samples",
81+
"branch": "master",
82+
"branch_mapping": {}
83+
},
7884
{
7985
"path_to_root": "powershell_scripts",
8086
"url": "https://github.com/Azure/azure-docs-powershell-samples",
@@ -324,13 +330,13 @@
324330
{
325331
"path_to_root": "azure-iot-sdk-node",
326332
"url": "https://github.com/Azure/azure-iot-sdk-node",
327-
"branch": "master",
333+
"branch": "main",
328334
"branch_mapping": {}
329335
},
330336
{
331337
"path_to_root": "iot-samples-c",
332338
"url": "https://github.com/Azure/azure-iot-sdk-c",
333-
"branch": "master",
339+
"branch": "main",
334340
"branch_mapping": {}
335341
},
336342
{
@@ -525,12 +531,6 @@
525531
"branch": "main",
526532
"branch_mapping": {}
527533
},
528-
{
529-
"path_to_root": "azure-sdk-for-java-cosmos-db",
530-
"url": "https://github.com/Azure/azure-sdk-for-java/",
531-
"branch": "main",
532-
"branch_mapping": {}
533-
},
534534
{
535535
"path_to_root": "azure-sdk-for-java-script-event-hubs",
536536
"url": "https://github.com/Azure/azure-sdk-for-js/",
@@ -772,10 +772,10 @@
772772
"branch_mapping": {}
773773
},
774774
{
775-
"path_to_root": "digital-twins-docs-samples-getting-started",
776-
"url": "https://github.com/Azure-Samples/azure-digital-twins-getting-started",
777-
"branch": "main",
778-
"branch_mapping": {}
775+
"path_to_root": "digital-twins-docs-samples-getting-started",
776+
"url": "https://github.com/Azure-Samples/azure-digital-twins-getting-started",
777+
"branch": "main",
778+
"branch_mapping": {}
779779
},
780780
{
781781
"path_to_root": "dotnet-samples",
@@ -788,14 +788,32 @@
788788
"url": "https://github.com/Azure/azure-docs-bicep-samples/",
789789
"branch": "main",
790790
"branch_mapping": {}
791+
},
792+
{
793+
"path_to_root": "msdocs-python-flask-webapp-quickstart",
794+
"url": "https://github.com/Azure-Samples/msdocs-python-flask-webapp-quickstart",
795+
"branch": "main",
796+
"branch_mapping": {}
797+
},
798+
{
799+
"path_to_root": "msdocs-python-django-webapp-quickstart",
800+
"url": "https://github.com/Azure-Samples/msdocs-python-django-webapp-quickstart",
801+
"branch": "main",
802+
"branch_mapping": {}
803+
},
804+
{
805+
"path_to_root": "msdocs-nodejs-mongodb-azure-sample-app",
806+
"url": "https://github.com/Azure-Samples/msdocs-nodejs-mongodb-azure-sample-app",
807+
"branch": "main",
808+
"branch_mapping": {}
791809
}
792810
],
793811
"branch_target_mapping": {
794812
"live": [
795813
"Publish",
796814
"PDF"
797815
],
798-
"master": [
816+
"main": [
799817
"Publish",
800818
"PDF"
801819
]
@@ -812,18 +830,23 @@
812830
"redirection_files": [
813831
".openpublishing.redirection.json",
814832
".openpublishing.redirection.active-directory.json",
815-
".openpublishing.redirection.data-factory.json",
833+
".openpublishing.redirection.azure-sql.json",
834+
"articles/data-factory/.openpublishing.redirection.data-factory.json",
816835
".openpublishing.redirection.defender-for-cloud.json",
817836
".openpublishing.redirection.defender-for-iot.json",
818837
".openpublishing.redirection.healthcare-apis.json",
819838
".openpublishing.redirection.iot-hub.json",
820839
".openpublishing.redirection.key-vault.json",
821840
".openpublishing.redirection.media-services.json",
822841
".openpublishing.redirection.security-benchmark.json",
823-
".openpublishing.redirection.synapse-analytics.json",
842+
".openpublishing.redirection.sql-database.json",
843+
"articles/synapse-analytics/.openpublishing.redirection.synapse-analytics.json",
824844
".openpublishing.redirection.azure-web-pubsub.json",
845+
".openpublishing.redirection.azure-monitor.json",
846+
".openpublishing.redirection.azure-percept.json",
847+
".openpublishing.redirection.azure-productivity.json",
825848
"articles/azure-fluid-relay/.openpublishing.redirection.fluid-relay.json",
826-
"articles/azure-netapp-files/.openpublishing.redirection.azure-netapp-files.json",
849+
"articles/azure-netapp-files/.openpublishing.redirection.azure-netapp-files.json",
827850
"articles/azure-relay/.openpublishing.redirection.relay.json",
828851
"articles/communication-services/.openpublishing.redirection.communication-services.json",
829852
"articles/cosmos-db/.openpublishing.redirection.cosmos-db.json",
@@ -838,13 +861,17 @@
838861
"articles/iot-accelerators/.openpublishing.redirection.iot-accelerators.json",
839862
"articles/iot-develop/.openpublishing.redirection.iot-develop.json",
840863
"articles/iot-edge/.openpublishing.redirection.iot-edge.json",
864+
"articles/mariadb/.openpublishing.redirection.mariadb.json",
841865
"articles/marketplace/.openpublishing.redirection.marketplace.json",
866+
"articles/mysql/.openpublishing.redirection.mysql.json",
842867
"articles/object-anchors/.openpublishing.redirection.object-anchors.json",
868+
"articles/postgresql/.openpublishing.redirection.postgresql.json",
843869
"articles/purview/.openpublishing.redirection.purview.json",
844870
"articles/service-bus-messaging/.openpublishing.redirection.service-bus-messaging.json",
845871
"articles/stream-analytics/.openpublishing.redirection.stream-analytics.json",
846872
"articles/azure-video-analyzer/.openpublishing.redirection.azure-video-analyzer.json",
847873
"articles/virtual-machines/.openpublishing.redirection.virtual-machines.json",
874+
"articles/virtual-machine-scale-sets/.openpublishing.redirection.virtual-machine-scale-sets.json",
848875
"articles/mysql/.openpublishing.redirection.mysql.json"
849876
]
850-
}
877+
}

0 commit comments

Comments
 (0)