Skip to content

Commit 930bf52

Browse files
authored
Merge pull request #10 from andrewconnell/fy2019q2-qa-refresh
FY2019Q2 quarterly QA refresh
2 parents 5b71275 + 7775200 commit 930bf52

Some content is hidden

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

54 files changed

+14903
-15712
lines changed

Demos/01-personal-info/.yo-rc.json

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,10 +2,11 @@
22
"@microsoft/generator-sharepoint": {
33
"isCreatingSolution": true,
44
"environment": "spo",
5-
"version": "1.6.0",
5+
"version": "1.7.0",
66
"libraryName": "ms-graph-sp-fx",
7-
"libraryId": "129c8ccd-4dea-4b50-9a4d-96e04563ccd7",
7+
"libraryId": "077bd998-bec8-413a-8c44-1981ef9787b2",
88
"packageManager": "npm",
9+
"isDomainIsolated": false,
910
"componentType": "webpart"
1011
}
1112
}

Demos/01-personal-info/README.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,15 @@ In this demo you will show a new SPFx project with a single client-side web part
6767
>
6868
>Once this has been done and your browser has been cookied by the Azure AD authentication process, you can leverage local webserver and SharePoint Online-hosted workbench for testing the solution.
6969
70+
1. Add the web part to your site collection.
71+
1. In a browser, navigate to a SharePoint Online site.
72+
73+
1. In the Office 365 gear, select **Add an App**.
74+
75+
1. In site navigation, select **From your Organization**.
76+
77+
1. Select `ms-graph-sp-fx-client-side-solution` to add your web part.
78+
7079
1. Setup environment to test the web part on a real SharePoint Online modern page:
7180
7281
1. In a browser, navigate to a SharePoint Online site.
@@ -75,7 +84,7 @@ In this demo you will show a new SPFx project with a single client-side web part
7584
7685
![Screenshot of the SharePoint Online Pages library](../../Images/graph-test-01.png)
7786
78-
*Continue with the test by skipping the next section to add the web part to the page.*
87+
*If you haven't cookied the Azure AD authentication process continue with the test by skipping the next section to add the web part to the page.*
7988

8089
1. Setup environment to test the from the local webserver and hosted workbench:
8190
1. In the command prompt for the project, execute the following command to start the local web server:

Demos/01-personal-info/config/package-solution.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,15 +2,15 @@
22
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
33
"solution": {
44
"name": "ms-graph-sp-fx-client-side-solution",
5-
"id": "129c8ccd-4dea-4b50-9a4d-96e04563ccd7",
5+
"id": "077bd998-bec8-413a-8c44-1981ef9787b2",
66
"version": "1.0.0.0",
7-
"includeClientSideAssets": true,
8-
"webApiPermissionRequests": [
7+
"includeClientSideAssets": true,"webApiPermissionRequests": [
98
{
109
"resource": "Microsoft Graph",
1110
"scope": "User.ReadBasic.All"
1211
}
13-
]
12+
],
13+
"isDomainIsolated": false
1414
},
1515
"paths": {
1616
"zippedPackage": "solution/ms-graph-sp-fx.sppkg"

0 commit comments

Comments
 (0)