--- provision-promote-DJNQQ2RA.ps1 +++ provision-promote-VGCTKD7A.ps1 @@ -60,7 +60,7 @@ } } function Read-Json([string]$Path) { - return ConvertFrom-Json -InputObject ([IO.File]::ReadAllText($Path, $Utf8)) -AsHashtable + return ConvertFrom-Json -InputObject ([IO.File]::ReadAllText($Path, $Utf8)) -AsHashtable -DateKind String } function New-Bytes([string]$Path, [byte[]]$Bytes) { $stream = [IO.FileStream]::new($Path, [IO.FileMode]::CreateNew, [IO.FileAccess]::Write, [IO.FileShare]::Read)