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

New command: m365 spe container get

Open Adam-it opened this issue 1 year ago • 1 comments

Usage

m365 spe container get [options]

Description

Gets a container of a specific type

Options

Option Description
-i, --id <id> Container id

Examples

Gets a container of a specific type

m365 spe container get --id "b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z" 

Default properties

No response

Additional Info

In order to do that we may use the following GET request:

/storage/fileStorage/containers/{containerId}

https://learn.microsoft.com/en-us/graph/api/filestoragecontainer-get?view=graph-rest-1.0&tabs=http

Adam-it avatar Jun 09 '24 21:06 Adam-it

@pnp/cli-for-microsoft-365-maintainers any feed?

Adam-it avatar Jun 22 '24 21:06 Adam-it

Looks good to me. Maybe one small detail would be to align the description a bit like you did with m365 spe container list

Jwaegebaert avatar Jul 09 '24 09:07 Jwaegebaert

Can I work on this?

nanddeepn avatar Sep 25 '24 00:09 nanddeepn