-
Notifications
You must be signed in to change notification settings - Fork 4.1k
FirmwareAnalysis OOB Release #28552
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
FirmwareAnalysis OOB Release #28552
Conversation
Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR releases Az.FirmwareAnalysis module version 1.0.0 as a General Availability (GA) release, promoting it from preview version 0.1.4. The release includes API support upgrades to version 2025-08-02 and adds a new Get-AzFirmwareAnalysisUsageMetric cmdlet.
Key changes:
- Version bump from 0.1.4 to 1.0.0 across all configuration files
- Updated changelog and release notes with GA status and new features
- Removed module from minimal version requirements (indicating it's no longer preview)
Reviewed Changes
Copilot reviewed 7 out of 8 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
tools/VersionController/MinimalVersion.csv | Removes Az.FirmwareAnalysis from minimal version requirements |
tools/Docs/az-ps-latest-1.csv | Updates package reference from version 0.1.4 to 1.0.0 |
tools/AzPreview/AzPreview.psd1 | Updates required module version from 0.1.4 to 1.0.0 |
src/FirmwareAnalysis/FirmwareAnalysis/Properties/AssemblyInfo.cs | Updates assembly version attributes to 1.0.0 |
src/FirmwareAnalysis/FirmwareAnalysis/ChangeLog.md | Adds version 1.0.0 release notes with GA announcement |
src/FirmwareAnalysis/FirmwareAnalysis/Az.FirmwareAnalysis.psd1 | Updates module version, generation date, and release notes |
NuGet.Config | Adds empty lines (no functional change) |
|
||
# Script files (.ps1) that are run in the caller's environment prior to importing this module. | ||
ScriptsToProcess = @() | ||
# ScriptsToProcess = @() |
Copilot
AI
Sep 13, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line should remain uncommented as ScriptsToProcess = @()
to maintain consistency with the original format. Commenting out required module manifest properties can cause confusion about their intended state.
# ScriptsToProcess = @() | |
ScriptsToProcess = @() |
Copilot uses AI. Check for mistakes.
|
||
# Type files (.ps1xml) to be loaded when importing this module | ||
TypesToProcess = @() | ||
# TypesToProcess = @() |
Copilot
AI
Sep 13, 2025
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This line should remain uncommented as TypesToProcess = @()
to maintain consistency with the original format. Commenting out required module manifest properties can cause confusion about their intended state.
# TypesToProcess = @() | |
TypesToProcess = @() |
Copilot uses AI. Check for mistakes.
Description
FirmwareAnalysis OOB Release
Checklist