pnp/cli-microsoft365

New command: m365 spe container get

Opened this issue · 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

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