cli-microsoft365
cli-microsoft365 copied to clipboard
New command: m365 spe container get
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
@pnp/cli-for-microsoft-365-maintainers any feed?
Looks good to me. Maybe one small detail would be to align the description a bit like you did with m365 spe container list
Can I work on this?