Skip to content

Commit 0638c3b

Browse files
committed
User Story 367663: Q&M: Retire Rust path and training modules (3 of 6)
1 parent 42de340 commit 0638c3b

40 files changed

+111
-1608
lines changed

.openpublishing.redirection.json

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43697,6 +43697,106 @@
4369743697
"source_path": "learn-pr/wwl-azure/microsoft-defender-cloud-threat-protection/31-summary.md",
4369843698
"redirect_url": "/training/modules/microsoft-defender-cloud-threat-protection/34-summary",
4369943699
"redirect_document_id": false
43700+
},
43701+
{
43702+
"source_path": "learn-pr/language/rust-error-handling/1-introduction.yml",
43703+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43704+
"redirect_document_id": false
43705+
},
43706+
{
43707+
"source_path": "learn-pr/language/rust-error-handling/2-fatal-errors-with-panic.yml",
43708+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43709+
"redirect_document_id": false
43710+
},
43711+
{
43712+
"source_path": "learn-pr/language/rust-error-handling/3-use-option-type-deal-with-absence.yml",
43713+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43714+
"redirect_document_id": false
43715+
},
43716+
{
43717+
"source_path": "learn-pr/language/rust-error-handling/4-exercise-use-option-type.yml",
43718+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43719+
"redirect_document_id": false
43720+
},
43721+
{
43722+
"source_path": "learn-pr/language/rust-error-handling/5-use-result-type.yml",
43723+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43724+
"redirect_document_id": false
43725+
},
43726+
{
43727+
"source_path": "learn-pr/language/rust-error-handling/6-exercise-use-result-type.yml",
43728+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43729+
"redirect_document_id": false
43730+
},
43731+
{
43732+
"source_path": "learn-pr/language/rust-error-handling/7-check.yml",
43733+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43734+
"redirect_document_id": false
43735+
},
43736+
{
43737+
"source_path": "learn-pr/language/rust-error-handling/8-summary.yml",
43738+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43739+
"redirect_document_id": false
43740+
},
43741+
{
43742+
"source_path": "learn-pr/language/rust-error-handling/index.yml",
43743+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43744+
"redirect_document_id": false
43745+
},
43746+
{
43747+
"source_path": "learn-pr/language/rust-generic-types-traits/0-introduction.yml",
43748+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43749+
"redirect_document_id": false
43750+
},
43751+
{
43752+
"source_path": "learn-pr/language/rust-generic-types-traits/1-what-are-generic-data-types.yml",
43753+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43754+
"redirect_document_id": false
43755+
},
43756+
{
43757+
"source_path": "learn-pr/language/rust-generic-types-traits/2-define-shared-behavior-with-traits.yml",
43758+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43759+
"redirect_document_id": false
43760+
},
43761+
{
43762+
"source_path": "learn-pr/language/rust-generic-types-traits/3-derive.yml",
43763+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43764+
"redirect_document_id": false
43765+
},
43766+
{
43767+
"source_path": "learn-pr/language/rust-generic-types-traits/4-trait-bounds.yml",
43768+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43769+
"redirect_document_id": false
43770+
},
43771+
{
43772+
"source_path": "learn-pr/language/rust-generic-types-traits/5-iterators.yml",
43773+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43774+
"redirect_document_id": false
43775+
},
43776+
{
43777+
"source_path": "learn-pr/language/rust-generic-types-traits/6-exercise-implement-generic-type.yml",
43778+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43779+
"redirect_document_id": false
43780+
},
43781+
{
43782+
"source_path": "learn-pr/language/rust-generic-types-traits/7-exercise-implement-iterator.yml",
43783+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43784+
"redirect_document_id": false
43785+
},
43786+
{
43787+
"source_path": "learn-pr/language/rust-generic-types-traits/8-knowledge-check.yml",
43788+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43789+
"redirect_document_id": false
43790+
},
43791+
{
43792+
"source_path": "learn-pr/language/rust-generic-types-traits/9-summary.yml",
43793+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43794+
"redirect_document_id": false
43795+
},
43796+
{
43797+
"source_path": "learn-pr/language/rust-generic-types-traits/index.yml",
43798+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43799+
"redirect_document_id": false
4370043800
}
4370143801
]
4370243802
}

learn-pr/achievements.yml

Lines changed: 11 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5259,4 +5259,14 @@ achievements:
52595259
type: badge
52605260
title: Prepare to develop AI solutions on Azure
52615261
summary: As an aspiring Azure AI Engineer, you should understand core concepts and principles of AI development, and the capabilities of Azure services used in AI solutions.
5262-
iconUrl: /training/achievements/azure-develop-ai-solutions.svg
5262+
iconUrl: /training/achievements/azure-develop-ai-solutions.svg
5263+
- uid: learn.language.rust-generic-types-traits.badge
5264+
type: badge
5265+
title: Implement generic types and traits
5266+
summary: Understand what generic types and traits are and how to use them in Rust.
5267+
iconUrl: /training/achievements/rust-generic-types-traits.svg
5268+
- uid: learn.language.rust-error-handling.badge
5269+
type: badge
5270+
title: Handle errors in Rust
5271+
summary: UIn this module, you'll learn about ways to handle errors in Rust.
5272+
iconUrl: /training/achievements/rust-error-handling.svg

learn-pr/language/rust-error-handling/1-introduction.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/language/rust-error-handling/2-fatal-errors-with-panic.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/language/rust-error-handling/3-use-option-type-deal-with-absence.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/language/rust-error-handling/4-exercise-use-option-type.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/language/rust-error-handling/5-use-result-type.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/language/rust-error-handling/6-exercise-use-result-type.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

learn-pr/language/rust-error-handling/7-check.yml

Lines changed: 0 additions & 58 deletions
This file was deleted.

learn-pr/language/rust-error-handling/8-summary.yml

Lines changed: 0 additions & 14 deletions
This file was deleted.

0 commit comments

Comments
 (0)