Skip to content

Commit b7a235b

Browse files
rob-windsorandrewconnell
authored andcommitted
FY23Q1 content refresh
- run through all exercise steps in associated MSLearn module to validate good working order - updated steps & fixed typos where necessary - updated slides where necessary - update code samples to reflect MSLearn HOL exercise refresh & updates - any & all users/names/company names/pictures/IDs are not real people/tenants... all are from M365 demo tenants provided by Microsoft
1 parent bec7ab2 commit b7a235b

18 files changed

+43759
-7893
lines changed

01-intro.pptx

38 KB
Binary file not shown.

Demos/01-appcatalog/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This completed project is the result of the lab exercise **Create and Configure
44

55
## Prerequisites
66

7-
- [Microsoft 365 tenant](https://developer.microsoft.com/office/dev-program?ocid=MSlearn)
7+
- [Microsoft 365 tenant](https://developer.microsoft.com/en-us/microsoft-365/dev-program?ocid=MSlearn)
88

99
## Instructions
1010

Demos/02-setup-env/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This completed project is the result of the lab exercise **Configure your ShareP
44

55
## Prerequisites
66

7-
- [Microsoft 365 tenant](https://developer.microsoft.com/office/dev-program?ocid=MSlearn)
7+
- [Microsoft 365 tenant](https://developer.microsoft.com/en-us/microsoft-365/dev-program?ocid=MSlearn)
88
- [Visual Studio Code](https://code.visualstudio.com/)
99

1010
## Instructions

Demos/03-webpart/.eslintrc.js

+378
Large diffs are not rendered by default.

Demos/03-webpart/.gitignore

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ release
1313
solution
1414
temp
1515
*.sppkg
16+
.heft
1617

1718
# Coverage directory used by tools like istanbul
1819
coverage

Demos/03-webpart/.yo-rc.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
"@microsoft/generator-sharepoint": {
33
"plusBeta": false,
44
"isCreatingSolution": true,
5-
"version": "1.14.0",
5+
"version": "1.15.2",
66
"libraryName": "hello-world",
7-
"libraryId": "0f2d0b28-63e3-4e6d-93e2-e5999dafed01",
7+
"libraryId": "6248934a-78a3-493a-a901-3a734099b90d",
88
"environment": "spo",
99
"packageManager": "npm",
1010
"solutionName": "HelloWorld",

Demos/03-webpart/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This completed project is the result of the lab exercise **Interact with SPFx Cl
44

55
## Prerequisites
66

7-
- [Microsoft 365 tenant](https://developer.microsoft.com/office/dev-program?ocid=MSlearn)
7+
- [Microsoft 365 tenant](https://developer.microsoft.com/en-us/microsoft-365/dev-program?ocid=MSlearn)
88
- [Configured SharePoint Framework development environment](https://docs.microsoft.com/sharepoint/dev/spfx/set-up-your-development-environment)
99
- [Visual Studio Code](https://code.visualstudio.com/)
1010

Demos/03-webpart/config/package-solution.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
33
"solution": {
44
"name": "hello-world-client-side-solution",
5-
"id": "0f2d0b28-63e3-4e6d-93e2-e5999dafed01",
5+
"id": "6248934a-78a3-493a-a901-3a734099b90d",
66
"version": "1.0.0.0",
77
"includeClientSideAssets": true,
88
"skipFeatureDeployment": true,
@@ -12,7 +12,7 @@
1212
"websiteUrl": "",
1313
"privacyUrl": "",
1414
"termsOfUseUrl": "",
15-
"mpnId": "Undefined-1.14.0"
15+
"mpnId": "Undefined-1.15.2"
1616
},
1717
"metadata": {
1818
"shortDescription": {
@@ -29,7 +29,7 @@
2929
{
3030
"title": "hello-world Feature",
3131
"description": "The feature that activates elements of the hello-world solution.",
32-
"id": "833ca873-6fb1-4b81-8de5-0e472d5e3ef9",
32+
"id": "25b76983-cf01-40a9-aa43-c80a50973b50",
3333
"version": "1.0.0.0"
3434
}
3535
]

Demos/03-webpart/config/serve.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"$schema": "https://developer.microsoft.com/json-schemas/core-build/serve.schema.json",
2+
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/spfx-serve.schema.json",
33
"port": 4321,
44
"https": true,
55
"initialPage": "https://enter-your-SharePoint-site/_layouts/workbench.aspx"

0 commit comments

Comments
 (0)