mikew3432
mikew3432
@JeremyTBradshaw are we meant to use Invoke-WebRequest? this is how I see it done [here](https://pnp.github.io/script-samples/graph-upload-file-to-sharepoint/README.html?tabs=azure-cli)... (ref. the last several lines of code)
I got a file uploaded to SharePoint @JeremyTBradshaw (throughput was slow....) I used New-MgDriveItemChild to create an empty item in a drive folder (New-MgDriveItem would be similar) # tell the...
Having 'rfc3339_to_unix()' and 'unix_to_rfc3339()' functions would enable use of arithmetic operators and comparison operations on dates and times for scheduling puposes. E.g. calculate desired start and end windows, based on...
> I expect that once we can support functions contributed by providers the `hashicorp/time` provider would be a natural home for those functions, because that provider already has awareness of...
At the moment the time_rotating doesn't work like a clock. "if timestamp()>rotation_rfc3339 then delete the resource" and then terraform says "the resource does not exist - create from code" and...