-
Notifications
You must be signed in to change notification settings - Fork 339
New command: m365 spe container add #6081
New issue
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
Comments
Hi @Adam-it, few remarks from my side:
|
good feed. I updated the spec. Thanks |
@Adam-it, looking at the docs, it seems like we can provide 3 values as settings:
Shouldn't we add these as command options as well? |
Since we're creating a container, it would be clearer to name them |
@waldekmastykarz, @milanholemans good point. Yes I think we might add this as well |
Usage
m365 spe container add [options]
Description
Creates a new container
Options
-n, --name <name>
-d, --description [description]
--containerTypeId [containerTypeId]
containerTypeId
orcontainerTypeName
but not both--containerTypeName [containerTypeName]
containerTypeId
orcontainerTypeName
but not both.Examples
Adds a new container specifying the container type by id
Adds a new container specifying the container type by name
Default properties
No response
Additional Info
we may base this functionality on the following
POST
requestpassing in body the:
https://learn.microsoft.com/en-us/graph/api/filestoragecontainer-post?view=graph-rest-1.0&tabs=http
The text was updated successfully, but these errors were encountered: