Skip to content

Commit 080ada1

Browse files
authored
Merge pull request #49834 from MicrosoftDocs/main
Sync main to NEW-choose-budgeting-tool
2 parents 3a1fb58 + 0cf955b commit 080ada1

File tree

117 files changed

+1445
-1162
lines changed

Some content is hidden

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

117 files changed

+1445
-1162
lines changed

.openpublishing.redirection.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16073,7 +16073,12 @@
1607316073
{
1607416074
"source_path_from_root": "/learn-pr/languages/python-if-elif-else/index.md",
1607516075
"redirect_url": "/training/modules/python-boolean-types"
16076-
},
16076+
},
16077+
{
16078+
"source_path_from_root": "/learn-pr/wwl-data-ai/fundamentals-machine-learning/9-azure-machine-learning.yml",
16079+
"redirect_url": "https://learn.microsoft.com/training/modules/fundamentals-machine-learning/",
16080+
"redirect_document_id": false
16081+
},
1607716082
{
1607816083
"source_path_from_root": "/learn-pr/wwl-data-ai/fundamentals-generative-ai/3-language models.yml",
1607916084
"redirect_url": "https://learn.microsoft.com/training/modules/fundamentals-generative-ai/",

learn-pr/github/github-copilot-agent-mode/4-exercise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ metadata:
1010
ms.topic: unit
1111
ms.collection:
1212
- ce-skilling-ai-copilot
13-
durationInMinutes: 3
13+
durationInMinutes: 28
1414
content: |
15-
[!include[](includes/4-exercise.md)]
15+
[!include[](includes/4-exercise.md)]

learn-pr/language/fsharp-first-steps/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: introduction
66
title: "Introduction"
77
description: "What is F# and what can you build with it?"
8-
ms.date: 02/22/2023
8+
ms.date: 03/26/2025
99
author: baronfel
1010
ms.author: chethusk
1111
ms.topic: unit

learn-pr/language/fsharp-first-steps/2-what-is-fsharp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: learning-content
66
title: "What is F#?"
77
description: "F# is an open-source, cross-platform programming language that makes it easy to write succinct, performant, robust, and practical code"
8-
ms.date: 02/22/2023
8+
ms.date: 03/26/2025
99
author: baronfel
1010
ms.author: chethusk
1111
ms.topic: unit

learn-pr/language/fsharp-first-steps/3-fsharp-development-environment.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: learning-content
66
title: "F# development environment"
77
description: "Overview of tools to help you build F# applications"
8-
ms.date: 02/22/2023
8+
ms.date: 03/26/2025
99
author: baronfel
1010
ms.author: chethusk
1111
ms.topic: unit

learn-pr/language/fsharp-first-steps/4-set-up-development-environment-exercise.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: Exercise - Set up your F# development environment
44
metadata:
55
unitType: exercise
66
title: "Exercise - Set up your F# development environment"
7-
description: "Install the .NET SDK, Visual Studio Code, and Ionide F# extension to develop your F# applications"
8-
ms.date: 02/22/2023
7+
description: "Install the .NET SDK, Visual Studio Code, and Ionide F# extension for developing your F# application."
8+
ms.date: 03/26/2025
99
author: baronfel
1010
ms.author: chethusk
1111
ms.topic: unit

learn-pr/language/fsharp-first-steps/5-fsharp-interactive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ metadata:
55
unitType: learning-content
66
title: "What is F# Interactive?"
77
description: "Learn what F# Interactive is and how you can use it to evaluate code and scripts in real-time"
8-
ms.date: 02/22/2023
8+
ms.date: 03/26/2025
99
author: baronfel
1010
ms.author: chethusk
1111
ms.topic: unit

learn-pr/language/fsharp-first-steps/6-write-your-first.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: Exercise - Write your first line of F# code
44
metadata:
55
unitType: exercise
66
title: "Exercise - Write your first line of F# code"
7-
description: "Use F# Interactive to print Hello World to the console"
8-
ms.date: 02/22/2023
7+
description: "Use F# Interactive to print Hello World to the console."
8+
ms.date: 03/26/2025
99
author: baronfel
1010
ms.author: chethusk
1111
ms.topic: unit

learn-pr/language/fsharp-first-steps/7-fsharp-build-application.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: Create F# applications
44
metadata:
55
unitType: learning-content
66
title: "Create F# applications"
7-
description: "Overview of .NET templates and how they can help you build your first F# application"
8-
ms.date: 02/22/2023
7+
description: "Overview of .NET templates and how they can help you build your first F# application."
8+
ms.date: 03/26/2025
99
author: baronfel
1010
ms.author: chethusk
1111
ms.topic: unit

learn-pr/language/fsharp-first-steps/8-build-your-first.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ title: Exercise - Create your first F# application
44
metadata:
55
unitType: exercise
66
title: "Exercise - Create your first F# application"
7-
description: "Create an F# application to print out a message to a text console"
8-
ms.date: 02/22/2023
7+
description: "Create an F# application to print a message to a text console."
8+
ms.date: 03/26/2025
99
author: baronfel
1010
ms.author: chethusk
1111
ms.topic: unit

0 commit comments

Comments
 (0)