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
.--orgAssetType [orgAssetType]
Specifies the type of organizational library. Allowed values
ImageDocumentLibrary
,OfficeTemplateLibrary
,OfficeFontLibrary
. Defaults toImageDocumentLibrary
.
-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 isoptions
.--query [query]
JMESPath query string. See http://jmespath.org/ for more information and examples.
-o, --output [output]
Output type.
json
,text
,csv
,md
,none
. Defaultjson
.--verbose
Runs command with verbose logging.
--debug
Runs command with debug logging.
Remarks
To use this command you must be either SharePoint Administrator or Global Administrator.
To enable CDN in your tenant use the spo cdn set command.
The document library on which you run the command must at least have read permissions for all users, except external users.
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"
Promotes an existing library to become an organization assets Office template library
m365 spo orgassetslibrary add --libraryUrl "https://contoso.sharepoint.com/SiteAssets" --orgAssetType "OfficeTemplateLibrary"
Response
The command won't return a response on success.