forked from microsoft/winget-pkgs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New version: Microsoft.AzureCLI version 2.65.0 (microsoft#180041)
- Loading branch information
Showing
3 changed files
with
77 additions
and
0 deletions.
There are no files selected for viewing
45 changes: 45 additions & 0 deletions
45
manifests/m/Microsoft/AzureCLI/2.65.0/Microsoft.AzureCLI.installer.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,45 @@ | ||
# Created with komac v2.5.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.6.0.schema.json | ||
|
||
PackageIdentifier: Microsoft.AzureCLI | ||
PackageVersion: 2.65.0 | ||
ReleaseDate: 2024-10-08 | ||
Installers: | ||
- Architecture: x64 | ||
InstallerType: zip | ||
NestedInstallerType: portable | ||
NestedInstallerFiles: | ||
- RelativeFilePath: python.exe | ||
PortableCommandAlias: az | ||
InstallerUrl: https://github.com/Azure/azure-cli/releases/download/azure-cli-2.65.0/azure-cli-2.65.0-x64.zip | ||
InstallerSha256: E30C6838FD2AF64CC1FE2B09787575A39B724BB16858C23E84B8CEB93B75C7FC | ||
- InstallerLocale: en-US | ||
Architecture: x86 | ||
InstallerType: wix | ||
Scope: machine | ||
InstallerUrl: https://github.com/Azure/azure-cli/releases/download/azure-cli-2.65.0/azure-cli-2.65.0.msi | ||
InstallerSha256: 384D13E03F9A601B30274C386BC4DB382C4FC6EFFB03B4FFB2FA08FC95188BE5 | ||
ProductCode: '{6673E735-B654-49E7-A560-AAC68BA774FC}' | ||
AppsAndFeaturesEntries: | ||
- DisplayName: Microsoft Azure CLI (32-bit) | ||
Publisher: Microsoft Corporation | ||
ProductCode: '{6673E735-B654-49E7-A560-AAC68BA774FC}' | ||
UpgradeCode: '{DFF82AF0-3F95-4AC9-8EFD-948604FDB028}' | ||
InstallationMetadata: | ||
DefaultInstallLocation: '%ProgramFiles(x86)%\Microsoft SDKs\Azure\CLI2' | ||
- InstallerLocale: en-US | ||
Architecture: x64 | ||
InstallerType: wix | ||
Scope: machine | ||
InstallerUrl: https://github.com/Azure/azure-cli/releases/download/azure-cli-2.65.0/azure-cli-2.65.0-x64.msi | ||
InstallerSha256: 210E89AA2A671B373FD3645F0D542CF530CB994ABAB83A118969D13801090AC4 | ||
ProductCode: '{A797B4C2-D039-4A84-8BA2-06FE153C7326}' | ||
AppsAndFeaturesEntries: | ||
- DisplayName: Microsoft Azure CLI (64-bit) | ||
Publisher: Microsoft Corporation | ||
ProductCode: '{A797B4C2-D039-4A84-8BA2-06FE153C7326}' | ||
UpgradeCode: '{90762FEC-9554-4729-A107-C6A8EA316698}' | ||
InstallationMetadata: | ||
DefaultInstallLocation: '%ProgramFiles%\Microsoft SDKs\Azure\CLI2' | ||
ManifestType: installer | ||
ManifestVersion: 1.6.0 |
24 changes: 24 additions & 0 deletions
24
manifests/m/Microsoft/AzureCLI/2.65.0/Microsoft.AzureCLI.locale.en-US.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# Created with komac v2.5.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.6.0.schema.json | ||
|
||
PackageIdentifier: Microsoft.AzureCLI | ||
PackageVersion: 2.65.0 | ||
PackageLocale: en-US | ||
Publisher: Microsoft Corporation | ||
PublisherUrl: https://github.com/Azure/azure-cli | ||
PublisherSupportUrl: https://github.com/Azure/azure-cli/issues | ||
PackageName: Microsoft Azure CLI | ||
PackageUrl: https://docs.microsoft.com/en-us/cli/azure/ | ||
License: MIT | ||
LicenseUrl: https://github.com/Azure/azure-cli/blob/HEAD/LICENSE | ||
Copyright: Copyright (C) Microsoft Corporation. | ||
CopyrightUrl: https://github.com/Azure/azure-cli/blob/release/LICENSE | ||
ShortDescription: The Azure command-line interface (Azure CLI) is a set of commands used to create and manage Azure resources. The Azure CLI is available across Azure services and is designed to get you working quickly with Azure, with an emphasis on automation. | ||
Tags: | ||
- Command-Line | ||
- azure | ||
- cli | ||
ReleaseNotesUrl: https://github.com/Azure/azure-cli/releases/tag/azure-cli-2.65.0 | ||
InstallationNotes: 'Winget installs the 64-bit CLI on 64-bit OS by default now. If you have used the 32-bit CLI before, please follow this guide to migrate to 64-bit version: https://learn.microsoft.com/cli/azure/install-azure-cli-windows#migrate-to-64-bit-azure-cli' | ||
ManifestType: defaultLocale | ||
ManifestVersion: 1.6.0 |
8 changes: 8 additions & 0 deletions
8
manifests/m/Microsoft/AzureCLI/2.65.0/Microsoft.AzureCLI.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
# Created with komac v2.5.0 | ||
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.6.0.schema.json | ||
|
||
PackageIdentifier: Microsoft.AzureCLI | ||
PackageVersion: 2.65.0 | ||
DefaultLocale: en-US | ||
ManifestType: version | ||
ManifestVersion: 1.6.0 |