spo orgassetslibrary add
Promotes an existing library to become an organization assets library
Usage
m365 spo orgassetslibrary add [options]
Options
--libraryUrl <libraryUrl>
The URL of the library to promote.
--thumbnailUrl <thumbnailUrl>
The URL of the thumbnail to render.
--cdnType [cdnType]
Specifies the CDN type. Allowed values
Public
,Private
. DefaultPrivate
.
-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 isfull
.--query [query]
JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]
Output type.
json
,text
,csv
,md
. Defaultjson
.--verbose
Runs command with verbose logging.
--debug
Runs command with debug logging.
Remarks
To use this command you have to have permissions to access the tenant admin site.
Examples
Promotes an existing library to become an organization assets library
m365 spo orgassetslibrary add --libraryUrl "https://contoso.sharepoint.com/SiteAssets"
Promotes an existing library to become an organization assets library with Thumbnail
m365 spo orgassetslibrary --libraryUrl "https://contoso.sharepoint.com/SiteAssets" --thumbnailUrl "https://contoso.sharepoint.com/assets/logo.png"
Response
The command won't return a response on success.