We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
m365 spe container get [options]
Gets a container of a specific container type.
-i, --id <id>
Gets a container of a specific type
m365 spe container get --id "b!ISJs1WRro0y0EWgkUYcktDa0mE8zSlFEqFzqRn70Zwp1CEtDEBZgQICPkRbil_5Z"
No response
In order to do that we may use the following GET request:
GET
/storage/fileStorage/containers/{containerId}
https://learn.microsoft.com/en-us/graph/api/filestoragecontainer-get?view=graph-rest-1.0&tabs=http
The text was updated successfully, but these errors were encountered:
@pnp/cli-for-microsoft-365-maintainers any feed?
Sorry, something went wrong.
Looks good to me. Maybe one small detail would be to align the description a bit like you did with m365 spe container list
m365 spe container list
Can I work on this?
nanddeepn
Successfully merging a pull request may close this issue.
Usage
m365 spe container get [options]
Description
Gets a container of a specific container type.
Options
-i, --id <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:https://learn.microsoft.com/en-us/graph/api/filestoragecontainer-get?view=graph-rest-1.0&tabs=http
The text was updated successfully, but these errors were encountered: