Cli-microsoft365: New command: Remove organization asset library

Created on 23 Jul 2019  路  5Comments  路  Source: pnp/cli-microsoft365

Removes a library that was designated as a central location for organization assets across the tenant.

spo orgassetslibrary remove --libraryUrl<url> --confirm
--confirm: prompt before deletion

For more information see the Remove-SPOOrgAssetsLibrary cmdlet

Feel free to assign to me

good first issue new feature work in progress

Most helpful comment

Suggestion; the parameter removeFromCdn is no longer present in my PowerShell commands (it is no longer described in the docs either; https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/remove-spoorgassetslibrary?view=sharepoint-ps eventhough it is present in the sample). I would suggest we ommit that parameter from our implementation as well. ( running version (16.0.19515.0) of PowerShell)

All 5 comments

All yours @appieschot. Thanks!

Hey @appieschot 馃憢馃徎 are you still working on this?

Hi @garrytrinder due to some work related issues haven't done much on this. Hope to start working on it on friday again :)

Suggestion; the parameter removeFromCdn is no longer present in my PowerShell commands (it is no longer described in the docs either; https://docs.microsoft.com/en-us/powershell/module/sharepoint-online/remove-spoorgassetslibrary?view=sharepoint-ps eventhough it is present in the sample). I would suggest we ommit that parameter from our implementation as well. ( running version (16.0.19515.0) of PowerShell)

Sounds good to me @appieschot we can always implement the removeFromCdn command at a later date as an enhancement.

Lets remove the parameter from your spec so that we don't get confused when we come to review 馃憤馃徎

Was this page helpful?
0 / 5 - 0 ratings