Skip to content

Commit bb16ceb

Browse files
committed
minor edits
1 parent 82c5fbf commit bb16ceb

4 files changed

Lines changed: 8 additions & 10 deletions

Instructions/Labs/LAB_AK_02_analyze_document_code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ Use the following steps to set up the library application:
5656

5757
1. Open a browser window in your lab environment.
5858

59-
1. To download a zip file containing the library application, navigate to the following URL: [GitHub Copilot lab - Analyze and document code](https://github.com/MicrosoftLearning/mslearn-github-copilot-dev/raw/refs/heads/main/DownloadableCodeProjects/Downloads/AZ2007LabAppM2.zip)
59+
1. To download a zip file containing the library application, paste the following URL into your browser's address bar: [GitHub Copilot lab - Analyze and document code](https://github.com/MicrosoftLearning/mslearn-github-copilot-dev/raw/refs/heads/main/DownloadableCodeProjects/Downloads/AZ2007LabAppM2.zip)
6060
6161
The zip file named AZ2007LabAppM2.zip will be downloaded to your lab environment.
6262

Instructions/Labs/LAB_AK_03_develop_code_features.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ Use the following steps to set up the library application:
8787

8888
1. Open a browser window in your lab environment.
8989

90-
1. To download a zip file containing the library application, navigate to the following URL: [GitHub Copilot lab - develop code features](https://github.com/MicrosoftLearning/mslearn-github-copilot-dev/raw/refs/heads/main/DownloadableCodeProjects/Downloads/AZ2007LabAppM3.zip)
90+
1. To download a zip file containing the library application, paste the following URL into your browser's address bar: [GitHub Copilot lab - develop code features](https://github.com/MicrosoftLearning/mslearn-github-copilot-dev/raw/refs/heads/main/DownloadableCodeProjects/Downloads/AZ2007LabAppM3.zip)
9191
9292
The zip file is named **AZ2007LabAppM3.zip**.
9393
@@ -151,7 +151,7 @@ Use the following steps to complete this section of the exercise:
151151

152152
1. Select **Publish to GitHub**.
153153

154-
1. Name for the repository **AccelerateDevGHCopilot** and then select **Publish to GitHub private repository**.
154+
1. Name for the repository **AccelerateDevGHCopilot**.
155155

156156
> **NOTE**: If you're not signed in to GitHub in Visual Studio Code, you'll be prompted to sign in. Once you're signed in, authorize Visual Studio Code with the requested permissions.
157157
@@ -162,7 +162,7 @@ Use the following steps to complete this section of the exercise:
162162
1. Select **Allow**, and then follow the prompts to sign in with the GitHub account that you're using for this exercise.
163163
1. Reselect **Publish to GitHub**.
164164
165-
1. Select **Publish to GitHub public repository**.
165+
1. Select **Publish to GitHub private repository**.
166166
167167
1. Notice that Visual Studio Code displays a status messages during the publish process.
168168
@@ -465,7 +465,7 @@ GitHub Copilot's Chat view provides a conversational and interactive environment
465465
- Edit mode: Edit mode is used to make changes to your code, such as refactoring or adding new features. Edit mode can make edits across multiple files in your project.
466466
- Agent mode: Agent mode is used to define a high-level task and to start an agentic code editing session to accomplish that task. In agent mode, Copilot autonomously plans the work needed and determines the relevant files and context. The agent can make changes to your code, run tests, and even deploy your application.
467467
468-
You'll be u the Ask and Edit modes to implement the **SearchBooks** method.
468+
You'll be using the Ask and Edit modes to implement the **SearchBooks** method.
469469
470470
Use the following steps to complete this section of the exercise:
471471
@@ -569,12 +569,10 @@ Use the following steps to complete this section of the exercise:
569569
- The SearchBooks method must be updated with logic that determines the availability of the book title and displays an appropriate message. The suggested code uses LINQ queries to check the loan status.
570570
- The Program.cs file must be updated to pass the JsonData object to the ConsoleApp class.
571571
572-
The final section of the response should look similar to the following explanation:
572+
The response should include the following information:
573573
574574
```plaintext
575575
576-
Explanation of Changes
577-
578576
1. Dependency Injection:
579577
580578
Added JsonData as a dependency to the ConsoleApp constructor to access the JSON data files.

Instructions/Labs/LAB_AK_04_develop_unit_tests_xunit.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Use the following steps to set up the library application:
6464
6565
1. Open a browser window in your lab environment.
6666
67-
1. To download a zip file containing the library application, navigate to the following URL: [GitHub Copilot lab - develop unit tests](https://github.com/MicrosoftLearning/mslearn-github-copilot-dev/raw/refs/heads/main/DownloadableCodeProjects/Downloads/AZ2007LabAppM4.zip)
67+
1. To download a zip file containing the library application, paste the following URL into your browser's address bar: [GitHub Copilot lab - develop unit tests](https://github.com/MicrosoftLearning/mslearn-github-copilot-dev/raw/refs/heads/main/DownloadableCodeProjects/Downloads/AZ2007LabAppM4.zip)
6868

6969
The zip file is named **AZ2007LabAppM4.zip**.
7070

Instructions/Labs/LAB_AK_05_refactor_improve_existing_code.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ Use the following steps to set up the library application:
7474
7575
1. Open a browser window in your lab environment.
7676
77-
1. To download a zip file containing the library application, navigate to the following URL: [GitHub Copilot lab - refactor existing code](https://github.com/MicrosoftLearning/mslearn-github-copilot-dev/raw/refs/heads/main/DownloadableCodeProjects/Downloads/AZ2007LabAppM5.zip)
77+
1. To download a zip file containing the library application, paste the following URL into your browser's address bar: [GitHub Copilot lab - refactor existing code](https://github.com/MicrosoftLearning/mslearn-github-copilot-dev/raw/refs/heads/main/DownloadableCodeProjects/Downloads/AZ2007LabAppM5.zip)
7878

7979
The zip file is named **AZ2007LabAppM5.zip**.
8080

0 commit comments

Comments
 (0)