Anthony Martinet
Anthony Martinet
Listing bucket size for large bucket is inefficient using boto or other tools. I look at the API calls from console and create a new API class.
I think auto retry would be a nice feature. What do you think about the following approach ? It use backoff and by default has the same behavior as the...
Following https://github.com/ovh/python-ovh/pull/69 I think auto retry would be a nice feature. What do you think about the following approach ? It use backoff and by default has the same behavior...
Hello there, I'm trying to find the documentation associated to this call in Win10_PrimaryUser_Set.ps1 (https://github.com/microsoftgraph/powershell-intune-samples/blob/master/ManagedDevices/Win10_PrimaryUser_Set.ps1) ``` $graphApiVersion = "beta" $Resource = "deviceManagement/managedDevices('$IntuneDeviceId')/users/`$ref" ... $uri = "https://graph.microsoft.com/$graphApiVersion/$($Resource)" $userUri = "https://graph.microsoft.com/$graphApiVersion/users/" +...