Skip to content

Conversation

VeryEarly
Copy link
Collaborator

Description

Mandatory Checklist

  • SHOULD update ChangeLog.md file(s) appropriately
    • Update 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.
    • Should not change ChangeLog.md if no new release is required, such as fixing test case only.
  • SHOULD regenerate markdown help files if there is cmdlet API change. Instruction
  • SHOULD have proper test coverage for changes in pull request.
  • SHOULD NOT adjust version of module manually in pull request

@Copilot Copilot AI review requested due to automatic review settings September 22, 2025 09:07
Copy link

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

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 promotes the Az.StorageDiscovery module from preview to general availability (GA) status. The change updates the module's availability status while maintaining version consistency across the Azure PowerShell module ecosystem.

  • Updates the minimal version tracking for Az.StorageDiscovery to 1.0.0
  • Adds Az.StorageDiscovery to the main Az module dependencies at version 0.1.0
  • Documents the general availability release in the module's changelog

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
tools/VersionController/MinimalVersion.csv Adds Az.StorageDiscovery with minimal version 1.0.0 for GA tracking
tools/Az/Az.psd1 Includes Az.StorageDiscovery 0.1.0 as a required module dependency
src/StorageDiscovery/StorageDiscovery/ChangeLog.md Documents the general availability release announcement

@@ -1 +1,2 @@
"Module","Minimal Version"
"Az.StorageDiscovery","1.0.0"
Copy link
Preview

Copilot AI Sep 22, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Version mismatch: MinimalVersion.csv specifies version 1.0.0 but Az.psd1 references version 0.1.0. For a GA release, both files should reference the same version number, typically 1.0.0.

Suggested change
"Az.StorageDiscovery","1.0.0"
"Az.StorageDiscovery","0.1.0"

Copilot uses AI. Check for mistakes.

@VeryEarly VeryEarly merged commit ebb3857 into main Sep 22, 2025
1 of 6 checks passed
@VeryEarly VeryEarly deleted the yabo/GA-StorageDiscovery branch September 22, 2025 09:10
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