Skip to content

Commit 937e102

Browse files
authored
changed files by pdets auto publish service, publishid[9c3af455-f0f1-4be7-a240-4978584acee9] and do [publish].
1 parent 3fe4c9f commit 937e102

10 files changed

+11
-11
lines changed

learn-pr/wwl-azure/develop-unit-tests-using-github-copilot-tools/1-introduction.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Introduction
44
metadata:
55
title: Introduction
66
description: "Introduction"
7-
ms.date: 05/24/2025
7+
ms.date: 05/26/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/develop-unit-tests-using-github-copilot-tools/2-examine-github-copilot-support-unit-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Examine the unit testing tools and environment
44
metadata:
55
title: Examine the unit testing tools and environment
66
description: "Examine the unit testing tools and environment"
7-
ms.date: 05/24/2025
7+
ms.date: 05/26/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/develop-unit-tests-using-github-copilot-tools/3-create-unit-tests-generate-tests-smart-action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Create unit tests using the Generate Tests smart action
44
metadata:
55
title: Create unit tests using the Generate Tests smart action
66
description: "Create unit tests using the Generate Tests smart action"
7-
ms.date: 05/24/2025
7+
ms.date: 05/26/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/develop-unit-tests-using-github-copilot-tools/4-create-unit-tests-inline-chat.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Create unit tests using Inline Chat
44
metadata:
55
title: Create unit tests using Inline Chat
66
description: "Create unit tests using Inline Chat"
7-
ms.date: 05/24/2025
7+
ms.date: 05/26/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/develop-unit-tests-using-github-copilot-tools/5-create-unit-tests-chat-view-modes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Create unit tests using Chat view modes
44
metadata:
55
title: Create unit tests using Chat view modes
66
description: "Create unit tests using Chat view modes"
7-
ms.date: 05/24/2025
7+
ms.date: 05/26/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/develop-unit-tests-using-github-copilot-tools/6-exercise-develop-unit-tests-github-copliot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Exercise - Develop unit tests using GitHub Copilot
44
metadata:
55
title: Exercise - Develop unit tests using GitHub Copilot
66
description: "Exercise - Develop unit tests using GitHub Copilot."
7-
ms.date: 05/24/2025
7+
ms.date: 05/26/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/develop-unit-tests-using-github-copilot-tools/7-knowledge-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Module assessment
44
metadata:
55
title: Module assessment
66
description: "Knowledge check"
7-
ms.date: 05/24/2025
7+
ms.date: 05/26/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/develop-unit-tests-using-github-copilot-tools/8-summary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ title: Summary
44
metadata:
55
title: Summary
66
description: "Summary"
7-
ms.date: 05/24/2025
7+
ms.date: 05/26/2025
88
author: wwlpublish
99
ms.author: cahowd
1010
ms.topic: unit

learn-pr/wwl-azure/develop-unit-tests-using-github-copilot-tools/includes/1-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ The topics covered in this module include:
1414
By the end of this module, you're able to use GitHub Copilot and Visual Studio Code tools to efficiently create, manage, and run unit tests. Using GitHub Copilot improves the reliability of your codebase and saves valuable development time.
1515

1616
> [!IMPORTANT]
17-
> To complete this GitHub Copilot training, you must have an active subscription for GitHub Copilot in your personal GitHub account (includes the GitHub Copilot Free plan), or you must be assigned to a subscription managed by an organization or enterprise. Module activities may include GitHub Copilot suggestions that match public code. If you're a member of an organization on GitHub Enterprise Cloud who has been assigned a GitHub Copilot seat through your organization, the setting for suggestions matching public code will be inherited from your organization or enterprise. If your account blocks suggestions that match public code, module activities may not work as expected.
17+
> To complete this GitHub Copilot training, you must have an active subscription for GitHub Copilot in your personal GitHub account (includes the GitHub Copilot Free plan), or you must be assigned to a subscription managed by an organization or enterprise. Module activities may include GitHub Copilot suggestions that match public code. If you're a member of an organization on GitHub Enterprise Cloud who has been assigned a GitHub Copilot subscription through your organization, the setting for suggestions matching public code may be inherited from your organization or enterprise. If your account blocks suggestions that match public code, module activities may not work as expected.

learn-pr/wwl-azure/develop-unit-tests-using-github-copilot-tools/index.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
### YamlMime:Module
22
uid: learn.wwl.develop-unit-tests-using-github-copilot-tools
33
metadata:
4-
title: Develop unit tests using GitHub Copilot tools
4+
title: Develop Unit Tests using GitHub Copilot Tools
55
description: "This module explores using GitHub Copilot and GitHub Copilot Chat to create unit tests. Exercises provide practical experience creating unit test projects and running unit tests in Visual Studio Code."
6-
ms.date: 05/24/2025
6+
ms.date: 05/26/2025
77
author: wwlpublish
88
ms.author: cahowd
99
ms.topic: module-standard-task-based

0 commit comments

Comments
 (0)