Skip to content

Az .tar.gz Content Type Change (application/x-gzip → application/octet-stream) Breaks Offline Install #28395

@mikefrobbins

Description

@mikefrobbins

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.

Image

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

Metadata

Metadata

Assignees

Labels

bugThis issue requires a change to an existing behavior in the product in order to be resolved.

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions