Skip to content

Commit

Permalink
Merge branch 'pnp:main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
tmaestrini authored Oct 22, 2024
2 parents 329ef17 + 1a88ed2 commit 3d0335a
Show file tree
Hide file tree
Showing 311 changed files with 5,563 additions and 4,424 deletions.
1 change: 1 addition & 0 deletions .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ const dictionary = [
'logout',
'management',
'member',
'membership',
'messaging',
'model',
'multitenant',
Expand Down
24 changes: 22 additions & 2 deletions docs/docs/about/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,27 @@ sidebar_position: 3

## v10.0.0 (beta)

### New commands

**SharePoint:**

- [spo tenant site membership list](../cmd/spo/tenant/tenant-site-membership-list.mdx) - retrieves information about default site groups' membership [#5980](https://github.com/pnp/cli-microsoft365/issues/5980)

**SharePoint Premium:**

- [spp model list](../cmd/spp/model/model-list.mdx) - retrieves the list of unstructured document processing models [#6103](https://github.com/pnp/cli-microsoft365/issues/6103)

### Changes

- extended `m365 login` with `--ensure` [#5217](https://github.com/pnp/cli-microsoft365/issues/5217)
- extended [login](../cmd/login.mdx) command with `--ensure` option [#5217](https://github.com/pnp/cli-microsoft365/issues/5217)
- updated docs thumbnail [#6302](https://github.com/pnp/cli-microsoft365/issues/6302)
- fixed casing and autocomplete for enums based on zod [#6373](https://github.com/pnp/cli-microsoft365/pull/6373)
- updated docs contribution guide with Zod [#6322](https://github.com/pnp/cli-microsoft365/issues/6322)
- removed obsolete docs example [#6272](https://github.com/pnp/cli-microsoft365/issues/6272)
- fixed [setup](../cmd/setup.mdx) command's app registration name [#6367](https://github.com/pnp/cli-microsoft365/issues/6367)
- added ability to specify multiple users for command [entra m365group user remove](../cmd/entra/m365group/m365group-user-remove.mdx) command [#6058](https://github.com/pnp/cli-microsoft365/issues/6058)
- enhanced [spo list remove](../cmd/spo/list/list-remove.mdx) command with `--recylce` flag [#6270](https://github.com/pnp/cli-microsoft365/issues/6270)
- enhanced [spo file remove](../cmd/spo/file/file-remove.mdx) command with `--bypassSharedLock` flag [#6313](https://github.com/pnp/cli-microsoft365/issues/6313)

### ⚠️ Breaking changes

Expand Down Expand Up @@ -40,7 +57,10 @@ sidebar_position: 3
- updated [cli doctor](../cmd/cli/cli-doctor.mdx) command output [#5923](https://github.com/pnp/cli-microsoft365/issues/5923)
- removed duplicate properties from [teams tab list](../cmd/teams/tab/tab-list.mdx) command [#5900](https://github.com/pnp/cli-microsoft365/issues/5900)
- renamed `entra group user <verb>` to `entra group member <verb>`. [#6396](https://github.com/pnp/cli-microsoft365/issues/6396)
- Updates setting users in `entra m365group set` [#6061](https://github.com/pnp/cli-microsoft365/issues/6061)
- updated setting users in [entra m365group set](../cmd/entra/m365group/m365group-set.mdx) [#6061](https://github.com/pnp/cli-microsoft365/issues/6061)
- removed aad options and aliasses [#5823](https://github.com/pnp/cli-microsoft365/issues/5823), [#5676](https://github.com/pnp/cli-microsoft365/issues/5676)
- removed deprecated option `username` from [entra m365group user set](../cmd/entra/m365group/m365group-user-set.mdx) command [#6224](https://github.com/pnp/cli-microsoft365/issues/6224)
- updated endpoint for [spo folder move](../cmd/spo/folder/folder-move.mdx) command [#6154](https://github.com/pnp/cli-microsoft365/issues/6154)

## [v9.1.0](https://github.com/pnp/cli-microsoft365/releases/tag/v9.1.0)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ Creates a new administrative unit
m365 entra administrativeunit add [options]
```

## Alias

```sh
m365 aad administrativeunit add [options]
```

## Options

```md definition-list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ Gets information about a specific administrative unit
m365 entra administrativeunit get [options]
```

## Alias

```sh
m365 aad administrativeunit get [options]
```

## Options

```md definition-list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ Retrieves a list of administrative units
m365 entra administrativeunit list [options]
```

## Alias

```sh
m365 aad administrativeunit list [options]
```

## Options

<Global />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ Add a member (user, group, or device) to an administrative unit
m365 entra administrativeunit member add [options]
```

## Alias

```sh
m365 aad administrativeunit member add [options]
```

## Options

```md definition-list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ Retrieves info about a specific member of an administrative unit
m365 entra administrativeunit member get [options]
```

## Alias

```sh
m365 aad administrativeunit member get [options]
```

## Options

```md definition-list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ Retrieves members (users, groups, or devices) of an administrative unit
m365 entra administrativeunit member list [options]
```

## Alias

```sh
m365 aad administrativeunit member list [options]
```

## Options

```md definition-list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ Removes an administrative unit
m365 entra administrativeunit remove [options]
```

## Alias

```sh
m365 aad administrativeunit remove [options]
```

## options

```md definition-list
Expand Down
1 change: 0 additions & 1 deletion docs/docs/cmd/entra/app/app-add.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ m365 entra app add [options]
## Alias

```sh
m365 aad app add [options]
m365 entra appregistration add [options]
```

Expand Down
1 change: 0 additions & 1 deletion docs/docs/cmd/entra/app/app-get.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ m365 entra app get [options]
## Alias

```sh
m365 aad app get [options]
m365 entra appregistration get [options]
```

Expand Down
1 change: 0 additions & 1 deletion docs/docs/cmd/entra/app/app-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ m365 entra app list [options]
## Alias

```sh
m365 aad app list [options]
m365 entra appregistration list [options]
```

Expand Down
1 change: 0 additions & 1 deletion docs/docs/cmd/entra/app/app-permission-add.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ m365 entra app permission add [options]
## Alias

```sh
m365 aad app permission add [options]
m365 entra appregistration permission add [options]
```

Expand Down
6 changes: 0 additions & 6 deletions docs/docs/cmd/entra/app/app-permission-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ Lists the application and delegated permissions for a specified Entra Applicatio
m365 entra app permission list [options]
```

## Alias

```sh
m365 aad app permission list [options]
```

## Options

```md definition-list
Expand Down
1 change: 0 additions & 1 deletion docs/docs/cmd/entra/app/app-remove.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ m365 entra app remove [options]
## Alias

```sh
m365 aad app remove [options]
m365 entra appregistration remove [options]
```

Expand Down
1 change: 0 additions & 1 deletion docs/docs/cmd/entra/app/app-role-add.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ m365 entra app role add [options]
## Alias

```sh
m365 aad app role add [options]
m365 entra appregistration role add [options]
```

Expand Down
1 change: 0 additions & 1 deletion docs/docs/cmd/entra/app/app-role-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ m365 entra app role list [options]
## Alias

```sh
m365 aad app role list [options]
m365 entra appregistration role list [options]
```

Expand Down
1 change: 0 additions & 1 deletion docs/docs/cmd/entra/app/app-role-remove.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ m365 entra app role remove [options]
## Alias

```sh
m365 aad app role remove [options]
m365 entra appregistration role remove [options]
```

Expand Down
1 change: 0 additions & 1 deletion docs/docs/cmd/entra/app/app-set.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ m365 entra app set [options]
## Alias

```sh
m365 aad app set [options]
m365 entra appregistration set [options]
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ Adds service principal permissions also known as scopes and app role assignments
m365 entra approleassignment add [options]
```

## Alias

```sh
m365 aad approleassignment add [options]
```

## Options

```md definition-list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ Lists app role assignments for the specified application registration
m365 entra approleassignment list [options]
```

## Alias

```sh
m365 aad approleassignment list [options]
```

## Options

```md definition-list
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ Deletes an app role assignment for the specified Entra application registration
m365 entra approleassignment remove [options]
```

## Alias

```sh
m365 aad approleassignment remove [options]
```

## Options

```md definition-list
Expand Down
1 change: 0 additions & 1 deletion docs/docs/cmd/entra/enterpriseapp/enterpriseapp-add.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ m365 entra enterpriseapp add [options]
## Alias

```sh
m365 aad sp add [options]
m365 entra sp add [options]
```

Expand Down
1 change: 0 additions & 1 deletion docs/docs/cmd/entra/enterpriseapp/enterpriseapp-get.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ m365 entra enterpriseapp get [options]
## Alias

```sh
m365 aad sp get [options]
m365 entra sp get [options]
```

Expand Down
1 change: 0 additions & 1 deletion docs/docs/cmd/entra/enterpriseapp/enterpriseapp-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ m365 entra enterpriseapp list [options]
## Alias

```sh
m365 aad sp list [options]
m365 entra sp list [options]
```

Expand Down
6 changes: 0 additions & 6 deletions docs/docs/cmd/entra/group/group-add.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ Creates a Microsoft Entra group
m365 entra group add [options]
```

## Alias

```sh
m365 aad group add [options]
```

## Options

```md definition-list
Expand Down
6 changes: 0 additions & 6 deletions docs/docs/cmd/entra/group/group-get.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ Gets information about the specified Entra group
m365 entra group get [options]
```

## Alias

```sh
m365 aad group get [options]
```

## Options

```md definition-list
Expand Down
6 changes: 0 additions & 6 deletions docs/docs/cmd/entra/group/group-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ Lists Entra groups
m365 entra group list [options]
```

## Alias

```sh
m365 aad group list [options]
```

## Options

```md definition-list
Expand Down
6 changes: 0 additions & 6 deletions docs/docs/cmd/entra/group/group-member-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ Lists members of a specific Entra group
m365 entra group member list [options]
```

## Alias

```sh
m365 aad group user list [options]
```

## Options

```md definition-list
Expand Down
6 changes: 0 additions & 6 deletions docs/docs/cmd/entra/group/group-remove.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,6 @@ Removes an Entra group
m365 entra group remove [options]
```

## Alias

```sh
m365 aad group remove [options]
```

## Options

```md definition-list
Expand Down
6 changes: 0 additions & 6 deletions docs/docs/cmd/entra/groupsetting/groupsetting-add.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ Creates a group setting
m365 entra groupsetting add [options]
```

## Alias

```sh
m365 aad groupsetting add [options]
```

## Options

```md definition-list
Expand Down
6 changes: 0 additions & 6 deletions docs/docs/cmd/entra/groupsetting/groupsetting-get.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ Gets information about the particular group setting
m365 entra groupsetting get [options]
```

## Alias

```sh
m365 aad groupsetting get [options]
```

## Options

```md definition-list
Expand Down
6 changes: 0 additions & 6 deletions docs/docs/cmd/entra/groupsetting/groupsetting-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,12 +12,6 @@ Lists Entra group settings
m365 entra groupsetting list [options]
```

## Alias

```sh
m365 aad groupsetting list [options]
```

## Options

<Global />
Expand Down
Loading

0 comments on commit 3d0335a

Please sign in to comment.