3.1 changes

This commit is contained in:
Mikael Karlsson
2021-06-08 19:02:25 +10:00
parent c7f8cbe760
commit 18533494b2
318 changed files with 163882 additions and 137 deletions

View File

@@ -10,7 +10,7 @@ This module manages Application objects in Intune e.g. uploading application fil
#>
function Get-ModuleVersion
{
'3.0.0'
'3.1.1'
}
#########################################################################################
@@ -431,6 +431,8 @@ function Write-AzureStorageChunk
"x-ms-blob-type" = "BlockBlob"
}
$curProgressPreference = $ProgressPreference
$ProgressPreference = 'SilentlyContinue'
try
{
$response = Invoke-WebRequest $uri -Method Put -Headers $headers -Body $encodedBody
@@ -439,6 +441,7 @@ function Write-AzureStorageChunk
{
Write-Log "Failed to upload file chunk. $($_.Exception.Message)" 3
}
$ProgressPreference = $curProgressPreference
}
function Get-IntuneKey