pnp / cli-microsoft365

Manage Microsoft 365 and SharePoint Framework projects on any platform
https://aka.ms/cli-m365
MIT License
882 stars 312 forks source link

New command: m365 spe container get #6083

Open Adam-it opened 3 weeks ago

Adam-it commented 3 weeks ago

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 commented 1 week ago

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