Skip to content

Commit 67a33d9

Browse files
authored
Prefixed m365 for CLI for Microsoft 365 command. (SharePoint#7726)
1 parent 3208801 commit 67a33d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/general-development/site-collection-app-catalog.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ Add-PnPSiteCollectionAppCatalog -site https://contoso.sharepoint.com/sites/marke
8888
Alternatively, use the `spo site appcatalog add` command if you are using the CLI for Microsoft 365:
8989

9090
```console
91-
spo site appcatalog add --url https://contoso.sharepoint.com/sites/marketing
91+
m365 spo site appcatalog add --url https://contoso.sharepoint.com/sites/marketing
9292
```
9393

9494
After executing this script, the **Apps for SharePoint** library will be added to your site collection where you will be able to deploy SharePoint add-ins and SharePoint Framework solutions.
@@ -116,7 +116,7 @@ Remove-PnPSiteCollectionAppCatalog -site https://contoso.sharepoint.com/sites/ma
116116
Alternatively, use the `spo site appcatalog remove` command if you are using the CLI for Microsoft 365
117117

118118
```console
119-
spo site appcatalog remove --url https://contoso.sharepoint.com/sites/marketing
119+
m365 spo site appcatalog remove --url https://contoso.sharepoint.com/sites/marketing
120120
```
121121

122122
After executing this script, the **Apps for SharePoint** library will be still visible in your site collection, but you will not be able to deploy or use any solutions deployed in it.

0 commit comments

Comments
 (0)