-
Notifications
You must be signed in to change notification settings - Fork 4.1k
Update Az.Dashboard #28781
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
base: main
Are you sure you want to change the base?
Update Az.Dashboard #28781
Conversation
| Thanks for your contribution! The pull request validation has started. Please revisit this comment for updated status. |
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
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 updates the Az.Dashboard module to API version 2025-08-01, adding support for dashboard operations including managed dashboards, managed private endpoints, and integration fabrics. The changes include new cmdlets, updated help documentation, test files, and configuration updates.
Reviewed Changes
Copilot reviewed 70 out of 70 changed files in this pull request and generated 5 comments.
Show a summary per file
| File | Description |
|---|---|
| src/Dashboard/Dashboard/ChangeLog.md | Added version 0.3.0 entry documenting swagger update to 2025-08-01 |
| src/Dashboard/Dashboard/Az.Dashboard.psd1 | Updated module metadata, version, required modules, and exported functions |
| src/Dashboard/Dashboard.sln | Updated project GUID references |
| src/Dashboard/Dashboard/help/*.md | Added help documentation for 12 new cmdlets |
| src/Dashboard/Dashboard.Autorest/test/*.Tests.ps1 | Added test files for new cmdlets (all skipped) |
| src/Dashboard/Dashboard.Autorest/examples/*.md | Added placeholder examples for new cmdlets |
| src/Dashboard/Dashboard.Autorest/docs/*.md | Added internal documentation for new cmdlets |
| src/Dashboard/Dashboard.Autorest/UX/*.json | Added UX metadata for new resource types |
| src/Dashboard/Dashboard.Autorest/README.md | Updated commit hash and API version |
| src/Dashboard/Dashboard.Autorest/generate-info.json | Updated generate ID |
Comments suppressed due to low confidence (1)
src/Dashboard/Dashboard/Az.Dashboard.psd1:1
- The required Az.Accounts module version has been updated from 4.2.0 to 5.3.0. Ensure this version dependency is documented in the ChangeLog.md and that users are aware of this breaking change, as they will need to update Az.Accounts.
|
/azp run |
|
Azure Pipelines successfully started running 3 pipeline(s). |
Description
Update Az.Dashboard API version from 2022-08-01 to 2025-08-01. It includes dashboard and private endpoint operations,
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.mdand reviewed the following information:ChangeLog.mdfile(s) appropriatelysrc/{{SERVICE}}/{{SERVICE}}/ChangeLog.md.## Upcoming Releaseheader in the past tense.ChangeLog.mdif no new release is required, such as fixing test case only.