Skip to content

Commit 91ff665

Browse files
authored
Merge pull request #49364 from ShawnKupfer/WB1687
User Story 367663: Q&M: Retire Rust path and training modules (4 of 6)
2 parents 725c461 + f8c5644 commit 91ff665

Some content is hidden

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

43 files changed

+86
-1663
lines changed

.openpublishing.redirection.json

Lines changed: 75 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43962,6 +43962,81 @@
4396243962
"source_path": "learn-pr/language/rust-generic-types-traits/index.yml",
4396343963
"redirect_url": "https://learn.microsoft.com/training/browse/",
4396443964
"redirect_document_id": false
43965+
},
43966+
{
43967+
"source_path": "learn-pr/language/rust-if-else-expressions/0-introduction.yml",
43968+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43969+
"redirect_document_id": false
43970+
},
43971+
{
43972+
"source_path": "learn-pr/language/rust-if-else-expressions/1-arrays.yml",
43973+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43974+
"redirect_document_id": false
43975+
},
43976+
{
43977+
"source_path": "learn-pr/language/rust-if-else-expressions/2-vectors.yml",
43978+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43979+
"redirect_document_id": false
43980+
},
43981+
{
43982+
"source_path": "learn-pr/language/rust-if-else-expressions/3-exercise-data-types.yml",
43983+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43984+
"redirect_document_id": false
43985+
},
43986+
{
43987+
"source_path": "learn-pr/language/rust-if-else-expressions/4-if-else-expressions.yml",
43988+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43989+
"redirect_document_id": false
43990+
},
43991+
{
43992+
"source_path": "learn-pr/language/rust-if-else-expressions/5-exercise-if-else.yml",
43993+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43994+
"redirect_document_id": false
43995+
},
43996+
{
43997+
"source_path": "learn-pr/language/rust-if-else-expressions/6-summary.yml",
43998+
"redirect_url": "https://learn.microsoft.com/training/browse/",
43999+
"redirect_document_id": false
44000+
},
44001+
{
44002+
"source_path": "learn-pr/language/rust-if-else-expressions/index.yml",
44003+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44004+
"redirect_document_id": false
44005+
},
44006+
{
44007+
"source_path": "learn-pr/language/rust-introduction/1-introduction.yml",
44008+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44009+
"redirect_document_id": false
44010+
},
44011+
{
44012+
"source_path": "learn-pr/language/rust-introduction/2-rust-overview.yml",
44013+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44014+
"redirect_document_id": false
44015+
},
44016+
{
44017+
"source_path": "learn-pr/language/rust-introduction/3-rust-features.yml",
44018+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44019+
"redirect_document_id": false
44020+
},
44021+
{
44022+
"source_path": "learn-pr/language/rust-introduction/4-rust-playground.yml",
44023+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44024+
"redirect_document_id": false
44025+
},
44026+
{
44027+
"source_path": "learn-pr/language/rust-introduction/5-summary.yml",
44028+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44029+
"redirect_document_id": false
44030+
},
44031+
{
44032+
"source_path": "learn-pr/language/rust-introduction/exercise.yml",
44033+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44034+
"redirect_document_id": false
44035+
},
44036+
{
44037+
"source_path": "learn-pr/language/rust-introduction/index.yml",
44038+
"redirect_url": "https://learn.microsoft.com/training/browse/",
44039+
"redirect_document_id": false
4396544040
}
4396644041
]
4396744042
}

learn-pr/achievements.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5260,6 +5260,16 @@ achievements:
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.
52625262
iconUrl: /training/achievements/azure-develop-ai-solutions.svg
5263+
- uid: learn.language.rust-introduction.badge
5264+
type: badge
5265+
title: What is Rust
5266+
summary: A quick introduction to Rust language features and how Rust compares with other programming languages.
5267+
iconUrl: /training/achievements/rust-get-started.svg
5268+
- uid: learn.language.rust-if-else-expressions.badge
5269+
type: badge
5270+
title: Test conditions with if/else expressions in Rust
5271+
summary: Explore Rust compound data types like arrays and vectors. Discover how to use if/else statements to test conditions.
5272+
iconUrl: /training/achievements/rust-understand-common-concepts.svg
52635273
- uid: learn.language.rust-generic-types-traits.badge
52645274
type: badge
52655275
title: Implement generic types and traits

learn-pr/language/rust-if-else-expressions/0-introduction.yml

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

learn-pr/language/rust-if-else-expressions/1-arrays.yml

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

learn-pr/language/rust-if-else-expressions/2-vectors.yml

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

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

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

learn-pr/language/rust-if-else-expressions/4-if-else-expressions.yml

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

learn-pr/language/rust-if-else-expressions/5-exercise-if-else.yml

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

learn-pr/language/rust-if-else-expressions/6-summary.yml

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

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

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

0 commit comments

Comments
 (0)