Skip to content

Commit d29f163

Browse files
authored
New version: Microsoft.Azure.QuickReview version 2.7.0 (microsoft#273678)
1 parent 5972b65 commit d29f163

File tree

3 files changed

+66
-0
lines changed

3 files changed

+66
-0
lines changed
Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Created with komac v2.12.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.installer.1.10.0.schema.json
3+
4+
PackageIdentifier: Microsoft.Azure.QuickReview
5+
PackageVersion: 2.7.0
6+
InstallerLocale: en-US
7+
InstallerType: portable
8+
Commands:
9+
- azqr
10+
ReleaseDate: 2025-07-03
11+
Installers:
12+
- Architecture: x64
13+
InstallerUrl: https://github.com/Azure/azqr/releases/download/v.2.7.0/azqr-windows-latest-amd64.exe
14+
InstallerSha256: 2CA48CB03C15CE5225E1A66F098501C80AD101FA743D263CC5C444BAD62EB84C
15+
ManifestType: installer
16+
ManifestVersion: 1.10.0
Lines changed: 42 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
# Created with komac v2.12.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.defaultLocale.1.10.0.schema.json
3+
4+
PackageIdentifier: Microsoft.Azure.QuickReview
5+
PackageVersion: 2.7.0
6+
PackageLocale: en-US
7+
Publisher: Microsoft Corporation
8+
PublisherUrl: https://github.com/Azure/azqr
9+
PublisherSupportUrl: https://github.com/Azure/azqr/issues
10+
PackageName: Microsoft Azure Quick Review
11+
PackageUrl: https://github.com/Azure/azqr
12+
License: MIT
13+
LicenseUrl: https://github.com/Azure/azqr/blob/HEAD/LICENSE
14+
Copyright: Copyright (c) Microsoft Corporation
15+
ShortDescription: A tool to check compliance of Azure resources with Azure best practices and recommendations.
16+
Description: Azure Quick Review (azqr) is a CLI tool used to identify Azure resources that may be or not compliant with Azure best practices and recommendations.
17+
Moniker: azqr
18+
Tags:
19+
- azqr
20+
- azure
21+
ReleaseNotes: |-
22+
What's Changed
23+
- Move log output from stdout to stderr by @copilot-swe-agent in #491
24+
- Remove deprecated ForceAzureCliCredential parameter by @copilot-swe-agent in #490
25+
- Consolidate JSON output to generate single file instead of multiple files by @copilot-swe-agent in #493
26+
- feat: scan prints impacted services json to stdout #496 by @cmendible in #497
27+
- git command corrected by @aammirmirza in #483
28+
- build(deps-dev): bump hugo-extended from 0.147.8 to 0.147.9 in /docs by @dependabot in #485
29+
- build(deps): bump github/codeql-action from 3.29.0 to 3.29.1 by @dependabot in #484
30+
- build(deps): bump github/codeql-action from 3.29.1 to 3.29.2 by @dependabot in #487
31+
- build(deps): bump step-security/harden-runner from 2.12.1 to 2.12.2 by @dependabot in #486
32+
- build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/resourcemanager/storage/armstorage from 1.8.0 to 1.8.1 by @dependabot in #494
33+
New Contributors
34+
- @aammirmirza made their first contribution in #483
35+
- @copilot-swe-agent made their first contribution in #491
36+
Full Changelog: v.2.6.1...v.2.7.0
37+
ReleaseNotesUrl: https://github.com/Azure/azqr/releases/tag/v.2.7.0
38+
Documentations:
39+
- DocumentLabel: Wiki
40+
DocumentUrl: https://github.com/Azure/azqr/wiki
41+
ManifestType: defaultLocale
42+
ManifestVersion: 1.10.0
Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
# Created with komac v2.12.0
2+
# yaml-language-server: $schema=https://aka.ms/winget-manifest.version.1.10.0.schema.json
3+
4+
PackageIdentifier: Microsoft.Azure.QuickReview
5+
PackageVersion: 2.7.0
6+
DefaultLocale: en-US
7+
ManifestType: version
8+
ManifestVersion: 1.10.0

0 commit comments

Comments
 (0)