| description | Automatically generated file. DO NOT MODIFY |
|---|
mgc drives bundles create --drive-id {drive-id} --body '{
\
"name": "Just some files",
\
"@microsoft.graph.conflictBehavior" : "rename",
\
"bundle": { },
\
"children": [
\
{ "id": "1234asdf" },
\
{ "id": "1234qwerty" }
\
]
\
}
\
'