-
Notifications
You must be signed in to change notification settings - Fork 4.1k
GA Az.ArizeAI and Az.LambdaTest #28166
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
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 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" |
Copilot
AI
Jul 10, 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.
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" |
Copilot
AI
Jul 10, 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.
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.
"Az.LambdaTest","1.0.0" | |
"Az.LambdaTest","0.1.0" |
Copilot uses AI. Check for mistakes.
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.
LGTM
Description
Mandatory Checklist
Please choose the target release of Azure PowerShell. (⚠️ Target release is a different concept from API readiness. Please click below links for details.)
Check this box to confirm: I have read the Submitting Changes section of
CONTRIBUTING.md
and reviewed the following information:ChangeLog.md
file(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md
.## Upcoming Release
header in the past tense.ChangeLog.md
if no new release is required, such as fixing test case only.