Fix creating folders in root and accept new conflict option
Passing a directory_conflict_behavior
key in the $options
array now allows you to define the @microsoft.graph.conflictBehavior
passed with requests to create directories.
Supported values are fail
, rename
, replace
.