File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ npm install @microsoft/generator-sharepoint@next --global
32
32
npm uninstall @microsoft/[email protected]
33
33
```
34
34
35
- 2. Install the new v1.14 preview package:
35
+ 2. Install the new v1.15 preview package:
36
36
37
37
```console
38
38
npm install @microsoft/generator-sharepoint@next --save --save-exact
@@ -42,12 +42,12 @@ npm install @microsoft/generator-sharepoint@next --global
42
42
43
43
## New features and capabilities
44
44
45
- ### Microsoft Graph V3 Support
45
+ ### Microsoft Graph JavaScript SDK v3 Support
46
46
47
- ` MSGraphClientFactory` allows a developer to select the version of the Microsoft Graph API to use.
47
+ The ** MSGraphClientFactory** allows a developer to select the version of the Microsoft Graph JavaScript SDK to use.
48
48
49
49
> [! NOTE]
50
- > Default behavior is to use v1 of the Microsoft Graph API for backward compatibility.
50
+ > Default behavior is to use v1 of the Microsoft Graph JavaScript SDK for backward compatibility.
51
51
52
52
```typescript
53
53
this.context.msGraphClientFactory.getClient('3');
You can’t perform that action at this time.
0 commit comments