I'd like to be able to execute the following command:
m365 spo list get --webUrl "<site-url>" --id "<list-id>" --properties "RootFolder/ServerRelativeUrl"
RootFolder (or any object that we try to expand) should be automatically added to the $expand list of the underlying API-call (as we do with spo listitem list and spo file list, but it's currently not.
Let's get that fixed! 😊
I'd like to be able to execute the following command:
RootFolder (or any object that we try to expand) should be automatically added to the
$expandlist of the underlying API-call (as we do withspo listitem listandspo file list, but it's currently not.Let's get that fixed! 😊