Skip to content

Commit

Permalink
Microsoft.AzureCLI-Add-ZIP-version-too (#156657)
Browse files Browse the repository at this point in the history
Co-authored-by: Olav Rønnestad Birkeland <o-l-a-v@users.noreply.github.com>
  • Loading branch information
o-l-a-v and o-l-a-v authored Jun 6, 2024
1 parent c9573c1 commit 3b77aea
Showing 1 changed file with 13 additions and 3 deletions.
Original file line number Diff line number Diff line change
@@ -1,25 +1,35 @@
# Created using wingetcreate 1.6.1.0
# Created using wingetcreate 1.6.1.0, ZIP portable added manually
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json

PackageIdentifier: Microsoft.AzureCLI
PackageVersion: 2.61.0
InstallerLocale: en-US
InstallerType: wix
Scope: machine
Installers:
- Architecture: x86
InstallerUrl: https://azcliprod.blob.core.windows.net/msi/azure-cli-2.61.0.msi
InstallerSha256: F765B484F8279FDD909D884539ADA5BAF2AAF897E30C2EF3DE33CDAE42180956
InstallerType: wix
ProductCode: '{CF2A4F06-ADB3-421F-95FD-39C879A65111}'
Scope: machine
AppsAndFeaturesEntries:
- DisplayName: Microsoft Azure CLI (32-bit)
UpgradeCode: '{DFF82AF0-3F95-4AC9-8EFD-948604FDB028}'
- Architecture: x64
InstallerUrl: https://azcliprod.blob.core.windows.net/msi/azure-cli-2.61.0-x64.msi
InstallerSha256: E6906997110D6ACFB51A934B1D18B21FB2F314DAB6B653644FD7D769E72E668C
InstallerType: wix
ProductCode: '{5934FDDD-9F20-4873-AEE8-3E4D5832329D}'
Scope: machine
AppsAndFeaturesEntries:
- DisplayName: Microsoft Azure CLI (64-bit)
UpgradeCode: '{90762FEC-9554-4729-A107-C6A8EA316698}'
- Architecture: x64
InstallerUrl: https://azcliprod.blob.core.windows.net/zip/azure-cli-2.61.0-x64.zip
InstallerSha256: 8B5F12064AAF40EECCD17C5043DF9CB5676A3845EA1BCE4ADDE33261F4AF05CD
InstallerType: zip
NestedInstallerType: portable
NestedInstallerFiles:
- RelativeFilePath: bin\az.cmd
PortableCommandAlias: az
ManifestType: installer
ManifestVersion: 1.6.0

0 comments on commit 3b77aea

Please sign in to comment.