Skip to content

Commit 3128525

Browse files
authored
Merge branch 'main' into patch-12
2 parents 83a6014 + bd88ec6 commit 3128525

File tree

22,982 files changed

+590522
-318240
lines changed

Some content is hidden

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

22,982 files changed

+590522
-318240
lines changed

.github/workflows/stale.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,11 +23,11 @@ jobs:
2323
# start-date: '2021-03-19'
2424
stale-pr-message: >
2525
This pull request has been inactive for at least 14 days.
26-
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?branch=main) for instructions.
26+
If you are finished with your changes, don't forget to sign off. See the [contributor guide](https://review.learn.microsoft.com/help/contribute/contribute-how-to-write-pull-request-automation?branch=main) for instructions.
2727
28-
[Get Help](https://review.docs.microsoft.com/help/contribute/help-options?branch=main)
28+
[Get Help](https://review.learn.microsoft.com/help/contribute/help-options?branch=main)
2929
3030
[Docs Support Teams Channel](https://teams.microsoft.com/l/channel/19%3a7ecffca1166a4a3986fed528cf0870ee%40thread.skype/General?groupId=de9ddba4-2574-4830-87ed-41668c07a1ca&tenantId=72f988bf-86f1-41af-91ab-2d7cd011db47)
3131
32-
[Resolve Merge Conflict](https://review.docs.microsoft.com/help/contribute/resolve-merge-conflicts?branch=main)
32+
[Resolve Merge Conflict](https://review.learn.microsoft.com/help/contribute/resolve-merge-conflicts?branch=main)
3333

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,3 +24,6 @@ AzureMigration.ps1
2424
.gitignore
2525
**/.vscode/settings.json
2626
*.pdn
27+
28+
# Pycharm
29+
.idea/*

.openpublishing.publish.config.json

Lines changed: 58 additions & 105 deletions
Original file line numberDiff line numberDiff line change
@@ -128,54 +128,6 @@
128128
"branch": "master",
129129
"branch_mapping": {}
130130
},
131-
{
132-
"path_to_root": "samples-mediaservices-integration",
133-
"url": "https://github.com/Azure-Samples/media-services-dotnet-functions-integration",
134-
"branch": "main",
135-
"branch_mapping": {}
136-
},
137-
{
138-
"path_to_root": "samples-mediaservices-encryptiondrm",
139-
"url": "https://github.com/Azure-Samples/media-services-dotnet-dynamic-encryption-with-drm",
140-
"branch": "master",
141-
"branch_mapping": {}
142-
},
143-
{
144-
"path_to_root": "samples-mediaservices-encryptionfairplay",
145-
"url": "https://github.com/Azure-Samples/media-services-dotnet-dynamic-encryption-with-fairplay",
146-
"branch": "master",
147-
"branch_mapping": {}
148-
},
149-
{
150-
"path_to_root": "samples-mediaservices-encryptionaes",
151-
"url": "https://github.com/Azure-Samples/media-services-dotnet-dynamic-encryption-with-aes",
152-
"branch": "master",
153-
"branch_mapping": {}
154-
},
155-
{
156-
"path_to_root": "samples-mediaservices-copyblob",
157-
"url": "https://github.com/Azure-Samples/media-services-dotnet-copy-blob-into-asset",
158-
"branch": "master",
159-
"branch_mapping": {}
160-
},
161-
{
162-
"path_to_root": "samples-mediaservices-deliverplayready",
163-
"url": "https://github.com/Azure-Samples/media-services-dotnet-deliver-playready-widevine-licenses",
164-
"branch": "master",
165-
"branch_mapping": {}
166-
},
167-
{
168-
"path_to_root": "samples-mediaservices-livestream",
169-
"url": "https://github.com/Azure-Samples/media-services-dotnet-encode-live-stream-with-ams-clear",
170-
"branch": "master",
171-
"branch_mapping": {}
172-
},
173-
{
174-
"path_to_root": "samples-mediaservices-encoderstandard",
175-
"url": "https://github.com/Azure-Samples/media-services-dotnet-on-demand-encoding-with-media-encoder-standard",
176-
"branch": "master",
177-
"branch_mapping": {}
178-
},
179131
{
180132
"path_to_root": "azure-app-service-multi-container",
181133
"url": "https://github.com/Azure-Samples/multicontainerwordpress",
@@ -212,6 +164,12 @@
212164
"branch": "dev",
213165
"branch_mapping": {}
214166
},
167+
{
168+
"path_to_root": "functions-quickstart-templates-v1",
169+
"url": "https://github.com/Azure/azure-functions-templates",
170+
"branch": "v1.x",
171+
"branch_mapping": {}
172+
},
215173
{
216174
"path_to_root": "azure-functions-samples-java",
217175
"url": "https://github.com/Azure-Samples/azure-functions-samples-java",
@@ -260,6 +218,12 @@
260218
"branch": "main",
261219
"branch_mapping": {}
262220
},
221+
{
222+
"path_to_root": "azure-functions-durable-js",
223+
"url": "https://github.com/Azure/azure-functions-durable-js",
224+
"branch": "main",
225+
"branch_mapping": {}
226+
},
263227
{
264228
"path_to_root": "azure-functions-kafka-extension",
265229
"url": "https://github.com/Azure/azure-functions-kafka-extension",
@@ -287,19 +251,19 @@
287251
{
288252
"path_to_root": "azure-search-javascript-samples",
289253
"url": "https://github.com/Azure-Samples/azure-search-javascript-samples",
290-
"branch": "master",
254+
"branch": "main",
291255
"branch_mapping": {}
292256
},
293257
{
294258
"path_to_root": "azure-search-dotnet-samples",
295259
"url": "https://github.com/Azure-Samples/azure-search-dotnet-samples",
296-
"branch": "master",
260+
"branch": "main",
297261
"branch_mapping": {}
298262
},
299263
{
300264
"path_to_root": "azure-search-python-samples",
301265
"url": "https://github.com/Azure-Samples/azure-search-python-samples",
302-
"branch": "master",
266+
"branch": "main",
303267
"branch_mapping": {}
304268
},
305269
{
@@ -374,36 +338,6 @@
374338
"branch": "master",
375339
"branch_mapping": {}
376340
},
377-
{
378-
"path_to_root": "media-services-v3-dotnet-quickstarts",
379-
"url": "https://github.com/Azure-Samples/media-services-v3-dotnet-quickstarts",
380-
"branch": "master",
381-
"branch_mapping": {}
382-
},
383-
{
384-
"path_to_root": "media-services-v3-dotnet-tutorials",
385-
"url": "https://github.com/Azure-Samples/media-services-v3-dotnet-tutorials",
386-
"branch": "main",
387-
"branch_mapping": {}
388-
},
389-
{
390-
"path_to_root": "media-services-v3-dotnet",
391-
"url": "https://github.com/Azure-Samples/media-services-v3-dotnet",
392-
"branch": "main",
393-
"branch_mapping": {}
394-
},
395-
{
396-
"path_to_root": "media-services-v3-dotnet-core-functions-integration",
397-
"url": "https://github.com/Azure-Samples/media-services-v3-dotnet-core-functions-integration",
398-
"branch": "main",
399-
"branch_mapping": {}
400-
},
401-
{
402-
"path_to_root": "media-services-v3-python",
403-
"url": "https://github.com/Azure-Samples/media-services-v3-python",
404-
"branch": "main",
405-
"branch_mapping": {}
406-
},
407341
{
408342
"path_to_root": "samples-javascript",
409343
"url": "https://github.com/Microsoft/tsiclient",
@@ -416,24 +350,6 @@
416350
"branch": "master",
417351
"branch_mapping": {}
418352
},
419-
{
420-
"path_to_root": "media-services-v3-dotnet-core-tutorials",
421-
"url": "https://github.com/Azure-Samples/media-services-v3-dotnet-core-tutorials",
422-
"branch": "master",
423-
"branch_mapping": {}
424-
},
425-
{
426-
"path_to_root": "media-services-v3-rest-postman",
427-
"url": "https://github.com/Azure-Samples/media-services-v3-rest-postman",
428-
"branch": "master",
429-
"branch_mapping": {}
430-
},
431-
{
432-
"path_to_root": "media-services-v3-node-tutorials",
433-
"url": "https://github.com/Azure-Samples/media-services-v3-node-tutorials",
434-
"branch": "main",
435-
"branch_mapping": {}
436-
},
437353
{
438354
"path_to_root": "media-services-video-indexer",
439355
"url": "https://github.com/Azure-Samples/media-services-video-indexer",
@@ -464,6 +380,12 @@
464380
"branch": "main",
465381
"branch_mapping": {}
466382
},
383+
{
384+
"path_to_root": "azureml-examples-v2samplesreorg",
385+
"url": "https://github.com/azure/azureml-examples",
386+
"branch": "v2samplesreorg",
387+
"branch_mapping": {}
388+
},
467389
{
468390
"path_to_root": "azureml-examples-sdk-preview",
469391
"url": "https://github.com/azure/azureml-examples",
@@ -680,6 +602,12 @@
680602
"branch": "main",
681603
"branch_mapping": {}
682604
},
605+
{
606+
"path_to_root": "cosmos-db-sql-api-javascript-samples",
607+
"url": "https://github.com/Azure-Samples/cosmos-db-sql-api-javascript-samples",
608+
"branch": "main",
609+
"branch_mapping": {}
610+
},
683611
{
684612
"path_to_root": "azure-cosmos-db-python-getting-started",
685613
"url": "https://github.com/Azure-Samples/azure-cosmos-db-python-getting-started",
@@ -933,9 +861,15 @@
933861
"branch_mapping": {}
934862
},
935863
{
936-
"path_to_root": "azure-cosmos-dotnet-v3",
937-
"url": "https://github.com/Azure-Samples/cosmos-db-sql-api-dotnet-samples",
938-
"branch": "v3",
864+
"path_to_root": "cosmos-db-nosql-dotnet-samples",
865+
"url": "https://github.com/azure-samples/cosmos-db-nosql-dotnet-samples",
866+
"branch": "main",
867+
"branch_mapping": {}
868+
},
869+
{
870+
"path_to_root": "cosmos-db-nosql-python-samples",
871+
"url": "https://github.com/azure-samples/cosmos-db-nosql-python-samples",
872+
"branch": "main",
939873
"branch_mapping": {}
940874
},
941875
{
@@ -949,6 +883,18 @@
949883
"url": "https://github.com/Azure-Samples/cosmos-db-mongodb-api-dotnet-samples",
950884
"branch": "main",
951885
"branch_mapping": {}
886+
},
887+
{
888+
"path_to_root": "articles/reusable-content",
889+
"url": "https://github.com/MicrosoftDocs/reusable-content",
890+
"branch": "main",
891+
"branch_mapping": {}
892+
},
893+
{
894+
"path_to_root": "azure-cosmos-db-mongodb-python-getting-started",
895+
"url": "https://github.com/Azure-Samples/azure-cosmos-db-mongodb-python-getting-started",
896+
"branch": "main",
897+
"branch_mapping": {}
952898
}
953899
],
954900
"branch_target_mapping": {
@@ -974,7 +920,7 @@
974920
".openpublishing.redirection.defender-for-cloud.json",
975921
".openpublishing.redirection.defender-for-iot.json",
976922
".openpublishing.redirection.healthcare-apis.json",
977-
".openpublishing.redirection.iot-hub.json",
923+
"articles/iot-hub/.openpublishing.redirection.iot-hub.json",
978924
".openpublishing.redirection.app-service.json",
979925
".openpublishing.redirection.key-vault.json",
980926
".openpublishing.redirection.sql-database.json",
@@ -986,6 +932,7 @@
986932
".openpublishing.redirection.azure-percept.json",
987933
".openpublishing.redirection.azure-productivity.json",
988934
".openpublishing.redirection.azure-australia.json",
935+
".openpublishing.redirection.iot-hub-device-update.json",
989936
"articles/azure-fluid-relay/.openpublishing.redirection.fluid-relay.json",
990937
"articles/azure-netapp-files/.openpublishing.redirection.azure-netapp-files.json",
991938
"articles/azure-relay/.openpublishing.redirection.relay.json",
@@ -1003,6 +950,7 @@
1003950
"articles/iot-accelerators/.openpublishing.redirection.iot-accelerators.json",
1004951
"articles/iot-develop/.openpublishing.redirection.iot-develop.json",
1005952
"articles/iot-edge/.openpublishing.redirection.iot-edge.json",
953+
"articles/iot-fundamentals/.openpublishing.redirection.iot-fundamentals.json",
1006954
"articles/mariadb/.openpublishing.redirection.mariadb.json",
1007955
"articles/marketplace/.openpublishing.redirection.marketplace.json",
1008956
"articles/mysql/.openpublishing.redirection.mysql.json",
@@ -1024,8 +972,13 @@
1024972
"articles/machine-learning/.openpublishing.redirection.machine-learning.json",
1025973
"articles/static-web-apps/.openpublishing.redirection.static-web-apps.json",
1026974
".openpublishing.redirection.virtual-desktop.json",
975+
".openpublishing.redirection.deployment-environments.json",
1027976
"articles/applied-ai-services/.openpublishing.redirection.applied-ai-services.json",
1028-
"articles/applied-ai-services/.openpublishing.archived.json",
1029-
"articles/cognitive-services/.openpublishing.redirection.cognitive-services.json"
977+
"articles/applied-ai-services/.openpublishing.redirection.applied-ai-old.json",
978+
"articles/cognitive-services/.openpublishing.redirection.cognitive-services.json",
979+
".openpublishing.redirection.baremetal-infrastructure.json",
980+
"articles/iot-dps/.openpublishing.redirection.iot-dps.json",
981+
"articles/cloud-shell/.openpublishing.redirection.cloud-shell.json",
982+
".openpublishing.redirection.azure-vmware.json"
1030983
]
1031984
}

0 commit comments

Comments
 (0)