Skip to content

Commit

Permalink
review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
SmitaNachan committed Oct 11, 2023
1 parent d9cac49 commit de57e78
Show file tree
Hide file tree
Showing 20 changed files with 20 additions and 20 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ When using the `--clientSideComponentProperties` option it's possible to enter a

:::

This command can be used for configuring an application customizer on specific site. To configure a tenant-wide application customizer, view our dedicated [spo tenant applicationcustomizer add](../tenant/tenant-applicationcustomizer-add.mdx) command.
This command can be used for configuring an application customizer on a specific site. To configure an application customizer tenant-wide, view our dedicated [spo tenant applicationcustomizer add](../tenant/tenant-applicationcustomizer-add.mdx) command.

## Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ m365 spo applicationcustomizer get --title "Some customizer" --webUrl https://co

## Remarks

This command can be used for retrieving an application customizer from a specific site. To retrieve a tenant-wide application customizer, view our dedicated [spo tenant applicationcustomizer get](../tenant/tenant-applicationcustomizer-get.mdx) command.
This command can be used for retrieving an application customizer from a specific site. To retrieve an application customizer that's installed tenant-wide, view our dedicated [spo tenant applicationcustomizer get](../tenant/tenant-applicationcustomizer-get.mdx) command.

## Response

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ m365 spo applicationcustomizer list --webUrl https://contoso.sharepoint.com/site

## Remarks

This command can be used for retrieving a list of application customizers from a specific site. To retrieve a list of tenant-wide installed application customizers, view our dedicated [spo tenant applicationcustomizer list](../tenant/tenant-applicationcustomizer-list.mdx) command.
This command can be used for retrieving a list of application customizers from a specific site. To retrieve a list of application customizers that are installed tenant-wide, view our dedicated [spo tenant applicationcustomizer list](../tenant/tenant-applicationcustomizer-list.mdx) command.

## Response

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ m365 spo applicationcustomizer remove [options]

If the command finds multiple application customizers with the specified title or clientSideComponentId, it will prompt you to disambiguate which customizer it should remove, listing the discovered IDs.

This command can be used for removing an application customizer added to a specific site. To remove a tenant-wide application installed customizer, view our dedicated [spo tenant applicationcustomizer remove](../tenant/tenant-applicationcustomizer-remove.mdx) command.
This command can be used for removing an application customizer added to a specific site. To remove an application customizer that's installed tenant-wide, view our dedicated [spo tenant applicationcustomizer remove](../tenant/tenant-applicationcustomizer-remove.mdx) command.

## Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ When using the `--clientSideComponentProperties` option it's possible to enter a

:::

This command can be used for updating an application customizer from a specific site. To update a tenant-wide installed application customizer, view our dedicated [spo tenant applicationcustomizer set](../tenant/tenant-applicationcustomizer-set.mdx) command.
This command can be used for updating an application customizer on a specific site. To update an application customizer that's installed tenant-wide, view our dedicated [spo tenant applicationcustomizer set](../tenant/tenant-applicationcustomizer-set.mdx) command.

## Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cmd/spo/commandset/commandset-add.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ When using the `--clientSideComponentProperties` option it's possible to enter a

:::

This command can be used for configuring ListView Command Sets on specific site. To configure a tenant-wide ListView Command Set, view our dedicated [spo tenant commandset add](../tenant/tenant-commandset-add.mdx) command.
This command can be used for configuring ListView Command Sets on a specific site. To configure a ListView Command Set tenant-wide, view our dedicated [spo tenant commandset add](../tenant/tenant-commandset-add.mdx) command.

## Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cmd/spo/commandset/commandset-get.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ m365 spo commandset get [options]

If the command finds multiple command sets with the specified title, it will prompt you to disambiguate which command set it should use, listing the discovered IDs.

This command can be used for retrieving a ListView Command Set from a specific site. To retrieve a tenant-wide ListView Command Set, view our dedicated [spo tenant commandset get](../tenant/tenant-commandset-get.mdx) command.
This command can be used for retrieving a ListView Command Set from a specific site. To retrieve a ListView Command Set that's installed tenant-wide, view our dedicated [spo tenant commandset get](../tenant/tenant-commandset-get.mdx) command.

## Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cmd/spo/commandset/commandset-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ m365 spo commandset list [options]

## Remarks

This command can be used for retrieving a list of ListView Command Sets from a specific site. To retrieve a list of tenant-wide ListView Command Sets, view our dedicated [spo tenant commandset list](../tenant/tenant-commandset-list.mdx) command.
This command can be used for retrieving a list of ListView Command Sets from a specific site. To retrieve a list of ListView Command Sets that are installed tenant-wide, view our dedicated [spo tenant commandset list](../tenant/tenant-commandset-list.mdx) command.

## Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cmd/spo/commandset/commandset-remove.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ m365 spo commandset remove [options]

## Remarks

This command can be used for removing a ListView Command Set from a specific site. To remove a tenant-wide installed ListView Command Set, view our dedicated [spo tenant commandset remove](../tenant/tenant-commandset-remove.mdx) command.
This command can be used for removing a ListView Command Set from a specific site. To remove a ListView Command Set that's installed tenant-wide, view our dedicated [spo tenant commandset remove](../tenant/tenant-commandset-remove.mdx) command.

## Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cmd/spo/commandset/commandset-set.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ When using the `--clientSideComponentProperties` option it's possible to enter a

:::

This command can be used for updating a ListView Command Set on a specific site. To update a tenant-wide installed ListView Command Set, view our dedicated [spo tenant commandset set](../tenant/tenant-commandset-set.mdx) command.
This command can be used for updating a ListView Command Set on a specific site. To update a ListView Command Set that's installed tenant-wide, view our dedicated [spo tenant commandset set](../tenant/tenant-commandset-set.mdx) command.

## Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ To use this command, you need to be a SharePoint Admin.

:::

This command can be used for configuring tenant-wide application customizer. To configure an application customizer on a specific site, view our dedicated [spo applicationcustomizer add](../applicationcustomizer/applicationcustomizer-add.mdx) command.
This command can be used for configuring a tenant-wide application customizer. To configure an application customizer on a specific site, view our dedicated [spo applicationcustomizer add](../applicationcustomizer/applicationcustomizer-add.mdx) command.

## Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ m365 spo tenant applicationcustomizer get --clientSideComponentId 7096cded-b83d-

## Remarks

This command can be used for retrieving tenant-wide application customizer. To retrieve an application customizer from a specific site, view our dedicated [spo applicationcustomizer get](../applicationcustomizer/applicationcustomizer-get.mdx) command.
This command can be used for retrieving an application customizer that's installed tenant-wide. To retrieve an application customizer from a specific site, view our dedicated [spo applicationcustomizer get](../applicationcustomizer/applicationcustomizer-get.mdx) command.

## Response

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ m365 spo tenant applicationcustomizer list [options]

## Remarks

This command can be used for retrieving list of tenant-wide installed application customizers. To retrieve a list of application customizers from a specific site, view our dedicated [spo applicationcustomizer list](../applicationcustomizer/applicationcustomizer-list.mdx) command.
This command can be used for retrieving a list of tenant-wide installed application customizers. To retrieve a list of application customizers from a specific site, view our dedicated [spo applicationcustomizer list](../applicationcustomizer/applicationcustomizer-list.mdx) command.

## Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ m365 spo tenant applicationcustomizer remove [options]

## Remarks

This command can be used for removing an tenant-wide installed application customizer. To remove an application customizer from a specific site, view our dedicated [spo applicationcustomizer remove](../applicationcustomizer/applicationcustomizer-remove.mdx) command.
This command can be used for removing an application customizer that's installed tenant-wide. To remove an application customizer from a specific site, view our dedicated [spo applicationcustomizer remove](../applicationcustomizer/applicationcustomizer-remove.mdx) command.

## Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ When using the `--clientSideComponentProperties` option it's possible to enter a

:::

This command can be used for updating a tenant-wide installed application customizer. To update an application customizer from a specific site, view our dedicated [spo applicationcustomizer set](../applicationcustomizer/applicationcustomizer-set.mdx) command.
This command can be used for updating an application customizer that's installed tenant-wide. To update an application customizer from a specific site, view our dedicated [spo applicationcustomizer set](../applicationcustomizer/applicationcustomizer-set.mdx) command.

## Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cmd/spo/tenant/tenant-commandset-add.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ To use this command, you need to be a SharePoint Admin.

:::

This command can be used for configuring tenant-wide ListView Command Set. To configure a ListView Command Set on a specific site, view our dedicated [spo commandset add](../commandset/commandset-add.mdx) command.
This command can be used for configuring a tenant-wide ListView Command Set. To configure a ListView Command Set on a specific site, view our dedicated [spo commandset add](../commandset/commandset-add.mdx) command.

## Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cmd/spo/tenant/tenant-commandset-get.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ m365 spo tenant commandset get [options]

## Remarks

This command can be used for retrieving a tenant-wide installed ListView Command Set. To retrieve a ListView Command Set from a specific site, view our dedicated [spo commandset get](../commandset/commandset-get.mdx) command.
This command can be used for retrieving a ListView Command Set that's installed tenant-wide. To retrieve a ListView Command Set from a specific site, view our dedicated [spo commandset get](../commandset/commandset-get.mdx) command.

## Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cmd/spo/tenant/tenant-commandset-list.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ m365 spo tenant commandset list [options]

## Remarks

This command can be used for retrieving a list of tenant-wide installed ListView Command Sets. To retrieve a list of ListView Command Sets added from a specific site, view our dedicated [spo commandset list](../commandset/commandset-list.mdx) command.
This command can be used for retrieving a list of ListView Command Sets that are installed tenant-wide. To retrieve a list of ListView Command Sets added to a specific site, view our dedicated [spo commandset list](../commandset/commandset-list.mdx) command.

## Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cmd/spo/tenant/tenant-commandset-remove.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ m365 spo tenant commandset remove [options]

## Remarks

This command can be used for removing a tenant-wide installed ListView Command Set. To remove a ListView Command Set from a specific site, view our dedicated [spo commandset remove](../commandset/commandset-remove.mdx) command.
This command can be used for removing a ListView Command Set that's installed tenant-wide. To remove a ListView Command Set from a specific site, view our dedicated [spo commandset remove](../commandset/commandset-remove.mdx) command.

## Examples

Expand Down
2 changes: 1 addition & 1 deletion docs/docs/cmd/spo/tenant/tenant-commandset-set.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ When using the `--clientSideComponentProperties` option it's possible to enter a

:::

This command can be used for updating a tenant-wide installed ListView Command Set. To update a ListView Command Set from a specific site, view our dedicated [spo commandset set](../commandset/commandset-set.mdx) command.
This command can be used for updating a ListView Command Set that's installed tenant-wide. To update a ListView Command Set on a specific site, view our dedicated [spo commandset set](../commandset/commandset-set.mdx) command.

## Examples

Expand Down

0 comments on commit de57e78

Please sign in to comment.