Skip to content

Conversation

azure-powershell-bot
Copy link
Collaborator

Description

FirmwareAnalysis OOB Release

Checklist

  • SHOULD select appropriate branch. Cmdlets from Autorest.PowerShell should go to generation branch.
  • SHOULD make the title of PR clear and informative, and in the present imperative tense.
  • SHOULD update ChangeLog.md file(s) appropriately
    • For any service, the ChangeLog.md file can be found at src/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
    • A snippet outlining the change(s) made in the PR should be written under the ## Upcoming Release header in the past tense. Add changelog in description section if PR goes into generation branch.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD have approved design review for the changes in this repository (Microsoft internal only) with following situations
    • Create new module from scratch
    • Create new resource types which are not easy to conform to Azure PowerShell Design Guidelines
    • Create new resource type which name doesn't use module name as prefix
    • Have design question before implementation
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT introduce breaking changes in Az minor release except preview version.
  • SHOULD NOT adjust version of module manually in pull request

Copy link

Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status.

@VeryEarly VeryEarly marked this pull request as ready for review September 13, 2025 06:16
@Copilot Copilot AI review requested due to automatic review settings September 13, 2025 06:16
@VeryEarly VeryEarly merged commit 768c851 into main Sep 13, 2025
12 checks passed
@VeryEarly VeryEarly deleted the oob/FirmwareAnalysis branch September 13, 2025 06:17
Copy link
Contributor

@Copilot Copilot AI left a 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 = @()
Copy link

Copilot AI Sep 13, 2025

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.

Suggested change
# ScriptsToProcess = @()
ScriptsToProcess = @()

Copilot uses AI. Check for mistakes.


# Type files (.ps1xml) to be loaded when importing this module
TypesToProcess = @()
# TypesToProcess = @()
Copy link

Copilot AI Sep 13, 2025

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.

Suggested change
# TypesToProcess = @()
TypesToProcess = @()

Copilot uses AI. Check for mistakes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants