Skip to content

Commit 89c2913

Browse files
committed
User Story 367663: Q&M: Retire Rust path and training modules (5 of 6)
1 parent ec627a2 commit 89c2913

35 files changed

+86
-2170
lines changed

.openpublishing.redirection.json

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43697,6 +43697,81 @@
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-loop-expressions/0-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-loop-expressions/1-hash-maps.yml",
43708+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43709+
"redirect_document_id": false
43710+
},
43711+
{
43712+
"source_path": "learn-pr/language/rust-loop-expressions/2-exercise-hash-map.yml",
43713+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43714+
"redirect_document_id": false
43715+
},
43716+
{
43717+
"source_path": "learn-pr/language/rust-loop-expressions/3-for-while-loop.yml",
43718+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43719+
"redirect_document_id": false
43720+
},
43721+
{
43722+
"source_path": "learn-pr/language/rust-loop-expressions/4-exercise-loop.yml",
43723+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43724+
"redirect_document_id": false
43725+
},
43726+
{
43727+
"source_path": "learn-pr/language/rust-loop-expressions/5-summary.yml",
43728+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43729+
"redirect_document_id": false
43730+
},
43731+
{
43732+
"source_path": "learn-pr/language/rust-loop-expressions/index.yml",
43733+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43734+
"redirect_document_id": false
43735+
},
43736+
{
43737+
"source_path": "learn-pr/language/rust-memory-management/0-introduction.yml",
43738+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43739+
"redirect_document_id": false
43740+
},
43741+
{
43742+
"source_path": "learn-pr/language/rust-memory-management/1-what-is-ownership.yml",
43743+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43744+
"redirect_document_id": false
43745+
},
43746+
{
43747+
"source_path": "learn-pr/language/rust-memory-management/2-learn-about-borrowing.yml",
43748+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43749+
"redirect_document_id": false
43750+
},
43751+
{
43752+
"source_path": "learn-pr/language/rust-memory-management/3-validate-references-with-lifetimes.yml",
43753+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43754+
"redirect_document_id": false
43755+
},
43756+
{
43757+
"source_path": "learn-pr/language/rust-memory-management/4-exercise-lifetimes.yml",
43758+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43759+
"redirect_document_id": false
43760+
},
43761+
{
43762+
"source_path": "learn-pr/language/rust-memory-management/5-knowledge-check.yml",
43763+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43764+
"redirect_document_id": false
43765+
},
43766+
{
43767+
"source_path": "learn-pr/language/rust-memory-management/6-summary.yml",
43768+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43769+
"redirect_document_id": false
43770+
},
43771+
{
43772+
"source_path": "learn-pr/language/rust-memory-management/index.yml",
43773+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43774+
"redirect_document_id": false
4370043775
}
4370143776
]
4370243777
}

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.languages.rust-memory-management.badge
5264+
type: badge
5265+
title: Understand how Rust manages memory
5266+
summary: Discover the features that make Rust so unique - ownership and borrowing.
5267+
iconUrl: /training/achievements/rust-memory-management.svg
5268+
- uid: learn.language.rust-loop-expressions.badge
5269+
type: badge
5270+
title: Use loops to iterate through data in Rust
5271+
summary: Explore how to use hash maps in Rust. Discover how to use loop expressions to iterate through data.
5272+
iconUrl: /training/achievements/rust-understand-common-concepts.svg

learn-pr/language/rust-if-else-expressions/includes/3-exercise-data-types.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ Even though orders 2 and 3 are for Used cars, our `car_quality` function only re
187187
You can compare your program output to the solution for this exercise in this [Rust Playground][RustPlay-answer].
188188

189189
<!-- Links -->
190-
<!-- [Rust-loops]: /learn/modules/rust-loop-expressions/index?azure-portal=true -->
191190

192191
[RustPlay-answer]: https://play.rust-lang.org/?version=stable&mode=debug&edition=2018&gist=713ad42aab739f31e3a5dec8eacc56db?azure-portal=true
193192

learn-pr/language/rust-loop-expressions/0-introduction.yml

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

learn-pr/language/rust-loop-expressions/1-hash-maps.yml

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

learn-pr/language/rust-loop-expressions/2-exercise-hash-map.yml

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

learn-pr/language/rust-loop-expressions/3-for-while-loop.yml

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

learn-pr/language/rust-loop-expressions/4-exercise-loop.yml

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

learn-pr/language/rust-loop-expressions/5-summary.yml

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

learn-pr/language/rust-loop-expressions/includes/0-introduction.md

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

0 commit comments

Comments
 (0)