cli-microsoft365 icon indicating copy to clipboard operation
cli-microsoft365 copied to clipboard

Add a `containerName` option to `spe container permission list` command

Open Adam-it opened this issue 8 months ago • 2 comments

The aim is to update the spe container permission list to allow getting the container by its display name and make the current id option optional.

Options

Option Description
-n, --containerName [containerName] Display name of the Container. Specify either containerId or containerName but not both.

Also, change the id to optional.

Also when using name option we will need to run the /fileStorage/containers to list all containers and match the container by name.

Adam-it avatar May 12 '25 21:05 Adam-it

thanks @milanholemans for the quick reaction. I updated and noticed just now it should be containerName not name as the name would refer to permission name in this case

Adam-it avatar May 12 '25 21:05 Adam-it

True, let's also not forget to update the description :)

milanholemans avatar May 12 '25 21:05 milanholemans