-
Notifications
You must be signed in to change notification settings - Fork 4k
ArizeAI GA Powershell Cmdlets #28151
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 finalizes the GA release of the ArizeAI PowerShell cmdlets by updating help text, bumping dependency versions, and integrating the generated Autorest project into the solution.
- Fixed capitalization and standardized descriptions in cmdlet help and docs
- Bumped
Az.Accounts
dependency and updated module metadata - Added/configured the
ArizeAI.Autorest
project in the solution and refreshed generated IDs/examples
Reviewed Changes
Copilot reviewed 12 out of 12 changed files in this pull request and generated 2 comments.
Show a summary per file
File | Description |
---|---|
src/ArizeAI/ArizeAI/help/Update-AzArizeAIOrganization.md | Capitalization fix in Synopsis/Description |
src/ArizeAI/ArizeAI/help/New-AzArizeAIOrganization.md | Capitalization fix in Synopsis/Description |
src/ArizeAI/ArizeAI/Az.ArizeAI.psd1 | Updated Generated On date and RequiredModules version |
src/ArizeAI/ArizeAI.sln | Added Autorest project, new build configurations, updated GUIDs |
src/ArizeAI/ArizeAI.Autorest/generate-info.json | Refreshed generate_Id |
src/ArizeAI/ArizeAI.Autorest/examples/README.md | Added examples README stub |
src/ArizeAI/ArizeAI.Autorest/docs/Update-AzArizeAIOrganization.md | Capitalization and CoreLib version update |
src/ArizeAI/ArizeAI.Autorest/docs/New-AzArizeAIOrganization.md | Capitalization fix |
src/ArizeAI/ArizeAI.Autorest/docs/Az.ArizeAI.md | Updated Module GUID and capitalization |
src/ArizeAI/ArizeAI.Autorest/UX/ArizeAi.ObservabilityEval/organizations.json | Bumped API version to GA |
src/ArizeAI/ArizeAI.Autorest/README.md | Updated pinned commit |
src/ArizeAI/ArizeAI.Autorest/Properties/AssemblyInfo.cs | Removed trailing whitespace |
Comments suppressed due to low confidence (3)
src/ArizeAI/ArizeAI/help/New-AzArizeAIOrganization.md:11
- [nitpick] Grammar suggestion: use 'an OrganizationResource' instead of 'a OrganizationResource' for better readability.
Create a OrganizationResource
src/ArizeAI/ArizeAI/help/Update-AzArizeAIOrganization.md:11
- [nitpick] Grammar suggestion: use 'an OrganizationResource' instead of 'a OrganizationResource' for better readability.
Update a OrganizationResource
src/ArizeAI/ArizeAI.Autorest/docs/Update-AzArizeAIOrganization.md:134
- The CoreLib version is set to 9.0.0.0, but the module targets .NET 8; please verify whether this should reference Version=8.0.0.0 instead.
Type: System.Nullable`1[[System.Boolean, System.Private.CoreLib, Version=9.0.0.0, Culture=neutral, PublicKeyToken=7cec85d7bea7798e]]
/azp run azure-powershell - security-tools |
Azure Pipelines successfully started running 1 pipeline(s). |
Please fix test errors. |
/azp run azure-powershell - security-tools |
Azure Pipelines successfully started running 1 pipeline(s). |
Please update |
/azp run azure-powershell - security-tools |
Azure Pipelines successfully started running 1 pipeline(s). |
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.