Skip to content

Conversation

YanaXu
Copy link
Contributor

@YanaXu YanaXu commented Jul 10, 2025

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 July 10, 2025 07:36
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 prepares the Az.ArizeAI and Az.LambdaTest modules for general availability by updating their configuration files and changelog entries. The changes establish minimum version requirements and integrate the modules into the main Az PowerShell module.

  • Added minimal version requirements for both Az.ArizeAI and Az.LambdaTest modules
  • Integrated both modules as required dependencies in the main Az module
  • Updated changelog files to document general availability status

Reviewed Changes

Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.

File Description
tools/VersionController/MinimalVersion.csv Added minimum version entries for Az.ArizeAI and Az.LambdaTest
tools/Az/Az.psd1 Added module dependencies for Az.ArizeAI and Az.LambdaTest
src/LambdaTest/LambdaTest/ChangeLog.md Added general availability announcement
src/ArizeAI/ArizeAI/ChangeLog.md Added general availability announcement

@@ -1 +1,3 @@
"Module","Minimal Version"
"Az.ArizeAI","1.0.0"
Copy link

Copilot AI Jul 10, 2025

Choose a reason for hiding this comment

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

The minimal version is set to 1.0.0, but the Az.psd1 file specifies RequiredVersion = '0.1.0' for Az.ArizeAI. This version mismatch could cause dependency resolution issues.

Copilot uses AI. Check for mistakes.

@@ -1 +1,3 @@
"Module","Minimal Version"
"Az.ArizeAI","1.0.0"
"Az.LambdaTest","1.0.0"
Copy link

Copilot AI Jul 10, 2025

Choose a reason for hiding this comment

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

The minimal version is set to 1.0.0, but the Az.psd1 file specifies RequiredVersion = '0.1.0' for Az.LambdaTest. This version mismatch could cause dependency resolution issues.

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

Copilot uses AI. Check for mistakes.

@YanaXu YanaXu closed this Jul 10, 2025
@YanaXu YanaXu reopened this Jul 10, 2025
Copy link
Contributor

@vidai-msft vidai-msft left a comment

Choose a reason for hiding this comment

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

LGTM

@YanaXu YanaXu merged commit ecd9acc into main Jul 11, 2025
11 checks passed
@YanaXu YanaXu deleted the yanxu/ga branch July 11, 2025 08:31
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