-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Closed
Labels
bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.
Description
Description
The content type for the Az .tar.gz file was previously application/x-gzip. Starting with Az 13.5.0, it changed to application/octet-stream, which breaks step 3 in our offline installation script in this installation guide.

Issue script & Debug output
See our offline installation guide: https://learn.microsoft.com/powershell/azure/install-azps-offline for the issue script.
Debug output is not relevant to this issue.
Environment data
PS C:\> $PSVersionTable
Name Value
---- -----
PSVersion 7.5.2
PSEdition Core
GitCommitId 7.5.2
OS Microsoft Windows 10.0.26100
Platform Win32NT
PSCompatibleVersions {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion 2.3
SerializationVersion 1.1.0.1
WSManStackVersion 3.0
PS C:\>
Module versions
PS C:\> Get-Module -Name AzPreview -ListAvailable
Directory: C:\Program Files\PowerShell\Modules
ModuleType Version PreRelease Name PSEdition ExportedCommands
---------- ------- ---------- ---- --------- ----------------
Script 14.3.0 AzPreview Core,Desk
PS C:\>
Error output
Copilot
Metadata
Metadata
Assignees
Labels
bugThis issue requires a change to an existing behavior in the product in order to be resolved.This issue requires a change to an existing behavior in the product in order to be resolved.