@pnp/cli-microsoft365 7.4.0-beta.5820537 → 7.4.0-beta.8d6724f

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -18,24 +18,27 @@ m365 spo user ensure [options]
18
18
  `-u, --webUrl <webUrl>`
19
19
  : Absolute URL of the site.
20
20
 
21
+ `--entraId [--entraId]`
22
+ : Id of the user in Entra. Specify either `aadId`, `entraId`, or `userName`.
23
+
21
24
  `--aadId [--aadId]`
22
- : Id of the user in Azure AD. Specify either `aadId` or `userName` but not both.
25
+ : (deprecated. Use `entraId` instead) Id of the user in Azure AD. Specify either `aadId`, `entraId`, or `userName`.
23
26
 
24
27
  `--userName [userName]`
25
- : User's UPN (user principal name, e.g. john@contoso.com). Specify either `aadId` or `userName` but not both.
28
+ : User's UPN (user principal name, e.g. john@contoso.com). Specify either `aadId`, `entraId`, or `userName`.
26
29
  ```
27
30
 
28
31
  <Global />
29
32
 
30
33
  ## Examples
31
34
 
32
- Ensures a user by its Azure AD Id
35
+ Ensures a user by its Entra Id.
33
36
 
34
37
  ```sh
35
- m365 spo user ensure --webUrl https://contoso.sharepoint.com/sites/project --aadId e254750a-eaa4-44f6-9517-b74f65cdb747
38
+ m365 spo user ensure --webUrl https://contoso.sharepoint.com/sites/project --entraId e254750a-eaa4-44f6-9517-b74f65cdb747
36
39
  ```
37
40
 
38
- Ensures a user by its user principal name
41
+ Ensures a user by its user principal name.
39
42
 
40
43
  ```sh
41
44
  m365 spo user ensure --webUrl https://contoso.sharepoint.com/sites/project --userName john@contoso.com
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pnp/cli-microsoft365",
3
- "version": "7.4.0-beta.5820537",
3
+ "version": "7.4.0-beta.8d6724f",
4
4
  "description": "Manage Microsoft 365 and SharePoint Framework projects on any platform",
5
5
  "license": "MIT",
6
6
  "main": "./dist/api.js",