Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhances spo theme list #5346

Closed
wants to merge 24 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
35c9312
Renames confirm to force. Closes #4551
waldekmastykarz Jul 1, 2023
037fa95
Updates release notes
martinlingstuyl Jul 6, 2023
c41a286
removes option 'folder' in 'spo folder list'. Closes #4803
nanddeepn Jul 1, 2023
b002ff0
removes 'spo list label get' and 'spo list label set' aliases. Close…
nanddeepn Jul 5, 2023
94c8377
Updates release notes
plamber Jul 22, 2023
6789438
Updates option names. Closes #4467
Saurabh7019 Jul 15, 2023
31eb827
Removes option schemaXml from 'spo list' commands. Closes #4370
nanddeepn Jul 2, 2023
44d0c8b
Updates release notes
milanholemans Jul 24, 2023
fc6612d
Remove --deleted option. Closes #4516
SmitaNachan Jul 3, 2023
c4c31ed
Extends `spo tenant commandset set`. Closes #4961
nanddeepn Jul 10, 2023
8826fbb
Updates release notes
arjunumenon Jul 27, 2023
ca5c4f8
Update response of few 'flow' commands. Closes #4444
MathijsVerbeeck Jul 25, 2023
a34c2e8
Updates release notes and upgrade guidance
milanholemans Jul 29, 2023
724fc8a
Migrates CLI to esm. Closes #4306
waldekmastykarz Jul 1, 2023
f25b4eb
Updates release notes
Adam-it Aug 5, 2023
4dea7c9
Fixes update package version script
Adam-it Aug 5, 2023
1c9fdc3
Fixes npm publish script
Adam-it Aug 5, 2023
decb2c0
Updates release notes
Adam-it Aug 5, 2023
4393cd1
Updates 'spo tenant applicationcustomizer get' command. Closes #4872
nanddeepn Jul 11, 2023
19d28c9
Update default help mode to 'options'. Closes #5182
Saurabh7019 Jul 24, 2023
d7c35d3
Removes deprecated options from 'spo retentionlabel ensure'. Closes #…
MathijsVerbeeck Jul 27, 2023
eeb6bb0
Updates 'teams meeting list' command response. Closes #4782
milanholemans Jul 26, 2023
b7c2a8d
Updates release notes and upgrade guidance
Adam-it Aug 5, 2023
151f0d4
Changes to upgrade guidance
MathijsVerbeeck Jul 27, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
2 changes: 1 addition & 1 deletion .eslintrc.js → .eslintrc.cjs
Original file line number Diff line number Diff line change
Expand Up @@ -236,4 +236,4 @@ module.exports = {
}
}
]
}
};
2 changes: 1 addition & 1 deletion docs/docs/_clisettings.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Setting name|Definition|Default value
`csvQuotedEmpty`|Quote empty strings and overrides quoted_string on empty strings when defined|`false`
`disableTelemetry`|Disables sending of telemetry data|`false`
`errorOutput`|Defines if errors should be written to `stdout` or `stderr`|`stderr`
`helpMode`|Defines what part of command's help to display. Allowed values are `options`, `examples`, `remarks`, `response`, `full`|`full`
`helpMode`|Defines what part of command's help to display. Allowed values are `options`, `examples`, `remarks`, `response`, `full`|`options`
`output`|Defines the default output when issuing a command. Allowed values are `json`, `text`, `csv`, `md`, `none`|`json`
`printErrorsAsPlainText`|When output mode is set to `json`, print error messages as plain-text rather than JSON|`true`
`prompt`|Prompts for missing values in required options and enables interactive selection when multiple values are available for a command that requires a specific value to be retrieved.|`false`
Expand Down
19 changes: 19 additions & 0 deletions docs/docs/about/release-notes.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ sidebar_position: 4

# Release notes

## [v7.0.0 (beta)](https://github.com/pnp/cli-microsoft365/releases/tag/v7.0.0)

### Changes

- renamed confirm to force [#4551](https://github.com/pnp/cli-microsoft365/issues/4551)
- removed 'spo list label get' and 'spo list label set' aliases [#4177](https://github.com/pnp/cli-microsoft365/issues/4177)
- removed option 'folder' in 'spo folder list' [#4803](https://github.com/pnp/cli-microsoft365/issues/4803)
- renamed various options [#4467](https://github.com/pnp/cli-microsoft365/issues/4467)
- removed schemaXml option from 'spo list' commands [#4370](https://github.com/pnp/cli-microsoft365/issues/4370)
- removed 'deleted' option from 'aad user list' command [#4516](https://github.com/pnp/cli-microsoft365/issues/4516)
- extended 'spo tenant commandset set' with get options 'id', 'title' or 'clientSideComponentId' [#4961](https://github.com/pnp/cli-microsoft365/issues/4961)
- updated command output of few 'flow' commands [#4444](https://github.com/pnp/cli-microsoft365/issues/4444)
- migrated CLI to esm [#4306](https://github.com/pnp/cli-microsoft365/issues/4306)
- migrated scripts to esm
- updated 'spo tenant applicationcustomizer get' command [#4872](https://github.com/pnp/cli-microsoft365/issues/4872)
- updated default help mode to 'options' [#5182](https://github.com/pnp/cli-microsoft365/issues/5182)
- removed deprecated options from 'spo retentionlabel ensure' [#4207](https://github.com/pnp/cli-microsoft365/issues/4207)
- updated 'teams meeting list' command response [#4782](https://github.com/pnp/cli-microsoft365/issues/4782)

## [v6.11.0 (beta)](https://github.com/pnp/cli-microsoft365/releases/tag/v6.11.0)

### New commands
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cmd/_global.mdx
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
```md definition-list
`-h, --help [help]`
: Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are `options`, `examples`, `remarks`, `response`, `full`. Default is `full`.
: Output usage information. Optionally, specify which section of command's help you want to see. Allowed values are `options`, `examples`, `remarks`, `response`, `full`. Default is `options`.

`--query [query]`
: JMESPath query string. See [http://jmespath.org/](http://jmespath.org/) for more information and examples.
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/cmd/aad/app/app-remove.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ m365 aad app remove [options]
`--name [name]`
: Name of the Azure AD application registration to remove. Specify either `appId`, `objectId` or `name` but not multiple.

`--confirm`
`-f, --force`
: Don't prompt for confirmation to remove the app.
```

Expand Down Expand Up @@ -51,7 +51,7 @@ m365 aad app remove --objectId d75be2e1-0204-4f95-857d-51a37cf40be8
Remove the Azure AD application registration by its name. Will NOT prompt for confirmation before deleting.

```sh
m365 aad app remove --name "My app" --confirm
m365 aad app remove --name "My app" --force
```

## Response
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/cmd/aad/app/app-role-remove.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ m365 aad app role remove [options]
`-c, --claim [claim]`
: Claim value of the role to remove. Specify either `name`, `id` or `claim`

`--confirm`
`-f, --force`
: Don't prompt for confirmation to remove the role.
```

Expand Down Expand Up @@ -70,7 +70,7 @@ m365 aad app role remove --appName "My app" --claim "Product.Get"
Remove role from a Azure AD application registration using object ID and role id options. Will NOT prompt for confirmation before deleting the role.

```sh
m365 aad app role remove --appObjectId d75be2e1-0204-4f95-857d-51a37cf40be8 --id 15927ce6-1933-4b2f-b029-4dee3d53f4dd --confirm
m365 aad app role remove --appObjectId d75be2e1-0204-4f95-857d-51a37cf40be8 --id 15927ce6-1933-4b2f-b029-4dee3d53f4dd --force
```

## Response
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ m365 aad approleassignment remove [options]
`-s, --scope <scope>`
: Permissions known also as scopes and roles to be deleted from the application. If multiple permissions have to be deleted, they have to be comma-separated e.g. `Sites.Read.All`,`Sites.ReadWrite.All`

`--confirm`
`-f, --force`
: Don't prompt for confirming removing the all role assignment
```

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/cmd/aad/groupsetting/groupsetting-remove.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ m365 aad groupsetting remove [options]
`-i, --id <id>`
: The ID of the group setting to remove

`--confirm`
`-f, --force`
: Don't prompt for confirming removing the group setting
```

Expand All @@ -37,7 +37,7 @@ m365 aad groupsetting remove --id 28beab62-7540-4db1-a23f-29a6018a3848
Remove group setting with id _28beab62-7540-4db1-a23f-29a6018a3848_ without prompting for confirmation

```sh
m365 aad groupsetting remove --id 28beab62-7540-4db1-a23f-29a6018a3848 --confirm
m365 aad groupsetting remove --id 28beab62-7540-4db1-a23f-29a6018a3848 --force
```

## Response
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ m365 aad o365group recyclebinitem clear [options]
## Options

```md definition-list
`--confirm`
`-f, --force`
: Don't prompt for confirmation to clear the recycle bin items.
```

Expand All @@ -30,7 +30,7 @@ m365 aad o365group recyclebinitem clear
Removes all deleted Microsoft 365 Groups in the tenant. Will NOT prompt for confirmation before permanently removing groups.

```sh
m365 aad o365group recyclebinitem clear --confirm
m365 aad o365group recyclebinitem clear --force
```

## Response
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ m365 aad o365group recyclebinitem remove [options]
`-m, --mailNickname [mailNickname]`
: Name of the group e-mail (part before the @). Specify either `id`, `displayName` or `mailNickname` but not multiple.

`--confirm`
`-f, --force`
: Don't prompt for confirmation.
```

Expand All @@ -45,7 +45,7 @@ m365 aad o365group recyclebinitem remove --displayName "My Group"
Remove the Microsoft 365 Group with specific mail nickname without confirmation

```sh
m365 aad o365group recyclebinitem remove --mailNickname "Mygroup" --confirm
m365 aad o365group recyclebinitem remove --mailNickname "Mygroup" --force
```

## Response
Expand Down
6 changes: 3 additions & 3 deletions docs/docs/cmd/aad/o365group/o365group-remove.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ m365 aad o365group remove [options]
`-i, --id <id>`
: The ID of the Microsoft 365 Group to remove

`--confirm`
`-f, --force`
: Don't prompt for confirming removing the group

`--skipRecycleBin`
Expand All @@ -40,13 +40,13 @@ m365 aad o365group remove --id 28beab62-7540-4db1-a23f-29a6018a3848
Remove group with id _28beab62-7540-4db1-a23f-29a6018a3848_ without prompting for confirmation

```sh
m365 aad o365group remove --id 28beab62-7540-4db1-a23f-29a6018a3848 --confirm
m365 aad o365group remove --id 28beab62-7540-4db1-a23f-29a6018a3848 --force
```

Remove group with id _28beab62-7540-4db1-a23f-29a6018a3848_ without prompting for confirmation and without moving it to the Recycle Bin

```sh
m365 aad o365group remove --id 28beab62-7540-4db1-a23f-29a6018a3848 --confirm --skipRecycleBin
m365 aad o365group remove --id 28beab62-7540-4db1-a23f-29a6018a3848 --force --skipRecycleBin
```

## Response
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ m365 aad o365group report activitycounts [options]
`-p, --period <period>`
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`

`-f, --outputFile [outputFile]`
`--outputFile [outputFile]`
: Path to the file where the Microsoft 365 Groups activities across group workloads report should be stored in
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ m365 aad o365group report activitydetail [options]
`-d, --date [date]`
: The date for which you would like to view the users who performed any activity. Supported date format is `YYYY-MM-DD`. Specify the `date` or `period`, but not both.

`-f, --outputFile [outputFile]`
`--outputFile [outputFile]`
: Path to the file where the Microsoft 365 Groups activity by group report should be stored in
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ m365 aad o365group report activityfilecounts [options]
`-p, --period <period>`
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`

`-f, --outputFile [outputFile]`
`--outputFile [outputFile]`
: Path to the file where the Microsoft 365 Groups activities across group workloads report should be stored in
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ m365 aad o365group report activitygroupcounts [options]
`-p, --period <period>`
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`

`-f, --outputFile [outputFile]`
`--outputFile [outputFile]`
: Path to the file where the Microsoft 365 Groups activities report should be stored in
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ m365 aad o365group report activitystorage [options]
`-p, --period <period>`
: The length of time over which the report is aggregated. Supported values `D7`, `D30`, `D90`, `D180`

`-f, --outputFile [outputFile]`
`--outputFile [outputFile]`
: Path to the file where the Microsoft 365 Groups activities report should be stored in
```

Expand Down
4 changes: 2 additions & 2 deletions docs/docs/cmd/aad/o365group/o365group-user-remove.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ m365 aad teams user remove
`-n, --userName <userName>`
: User's UPN (user principal name), eg. `[email protected]`

`--confirm`
`-f, --force`
: Don't prompt for confirming removing the user from the specified Microsoft 365 Group or Microsoft Teams team
```

Expand All @@ -49,7 +49,7 @@ m365 aad o365group user remove --groupId '00000000-0000-0000-0000-000000000000'
Removes user from the specified Microsoft 365 Group without confirmation

```sh
m365 aad o365group user remove --groupId '00000000-0000-0000-0000-000000000000' --userName '[email protected]' --confirm
m365 aad o365group user remove --groupId '00000000-0000-0000-0000-000000000000' --userName '[email protected]' --force
```

Removes user from the specified Microsoft Teams team
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/cmd/aad/oauth2grant/oauth2grant-remove.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ m365 aad oauth2grant remove [options]
`-i, --grantId <grantId>`
: `objectId` of OAuth2 permission grant to remove

`--confirm`
`-f, --force`
: Do not prompt for confirmation before removing OAuth2 permission grant
```

Expand All @@ -43,7 +43,7 @@ m365 aad oauth2grant remove --grantId YgA60KYa4UOPSdc-lpxYEnQkr8KVLDpCsOXkiV8i-e
Remove the OAuth2 permission grant with ID _YgA60KYa4UOPSdc-lpxYEnQkr8KVLDpCsOXkiV8i-ek_ without being asked for confirmation

```sh
m365 aad oauth2grant remove --grantId YgA60KYa4UOPSdc-lpxYEnQkr8KVLDpCsOXkiV8i-ek --confirm
m365 aad oauth2grant remove --grantId YgA60KYa4UOPSdc-lpxYEnQkr8KVLDpCsOXkiV8i-ek --force
```

## Response
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ m365 aad siteclassification disable [options]
## Options

```md definition-list
`--confirm`
`-f, --force`
: Don't prompt for confirming disabling site classification
```

Expand All @@ -30,7 +30,7 @@ m365 aad siteclassification disable
Disable site classification without confirmation

```sh
m365 aad siteclassification disable --confirm
m365 aad siteclassification disable --force
```

## Response
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cmd/aad/user/user-license-remove.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ m365 aad user license remove [options]
`--ids <ids>`
: A comma separated list of IDs that specify the licenses to remove.

`--confirm`
`-f, --force`
: Don't prompt for confirmation.
```

Expand Down
9 changes: 0 additions & 9 deletions docs/docs/cmd/aad/user/user-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,6 @@ m365 aad user list [options]
```md definition-list
`-p, --properties [properties]`
: Comma-separated list of properties to retrieve

`-d, --deleted`
: Use to retrieve deleted users
```

<Global />
Expand All @@ -40,12 +37,6 @@ List all users in the tenant
m365 aad user list
```

List all recently deleted users in the tenant

```sh
m365 aad user list --deleted
```

List all users in the tenant. For each one return the display name and e-mail address

```sh
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/cmd/aad/user/user-recyclebinitem-clear.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ m365 aad user recyclebinitem clear [options]
## Options

```md definition-list
`--confirm`
`-f, --force`
: Don't prompt for confirmation.
```

Expand Down Expand Up @@ -44,7 +44,7 @@ m365 aad user recyclebinitem clear
Removes all users from the tenant recycle bin without confirmation prompt

```sh
m365 aad user recyclebinitem clear --confirm
m365 aad user recyclebinitem clear --force
```

## Response
Expand Down
4 changes: 2 additions & 2 deletions docs/docs/cmd/aad/user/user-recyclebinitem-remove.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ m365 aad user recyclebinitem remove [options]
`--id <id>`
: ID of the deleted user.

`--confirm`
`-f, --force`
: Don't prompt for confirmation.
```

Expand Down Expand Up @@ -47,7 +47,7 @@ m365 aad user recyclebinitem remove --id 59f80e08-24b1-41f8-8586-16765fd830d3
Removes a specific user from the recycle bin without confirmation prompt

```sh
m365 aad user recyclebinitem remove --id 59f80e08-24b1-41f8-8586-16765fd830d3 --confirm
m365 aad user recyclebinitem remove --id 59f80e08-24b1-41f8-8586-16765fd830d3 --force
```

## Response
Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cmd/aad/user/user-remove.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ m365 aad user remove [options]
`--userName [userName]`
: User principal name of the user. Specify either `id` or `userName` but not both.

`--confirm`
`-f, --force`
: Don't prompt for confirmation.
```

Expand Down
Loading