Add Azure Virtual Desktop (AVD) reporting support#27
Merged
tpcarman merged 2 commits intoFeb 5, 2026
Conversation
New function Get-AbrAzDesktopVirtualization with 4 InfoLevel tiers: - Level 1: Summary tables for host pools, app groups, workspaces, scaling plans - Level 2: Per-host-pool detail sections with RDP properties, agent config, session host tables - Level 3: Registration token info, per-app-group detail with published apps, scaling plan schedules - Level 4: Per-session-host vertical detail, active user sessions per host pool Health checks: SessionHostHealth, DrainMode, RegistrationExpiry, NoSessionHosts, HostPoolCapacity Requires Az.DesktopVirtualization module. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
|
@cse-gh Thanks for this. It looks good. What's your comfort level for adding in language support for your function? If you wish to add it then I will leave the PR open for the changes to be made. Or if you prefer, I can merge the PR and implement language support for you. |
Contributor
Author
|
I can certainly give it a shot. |
- Refactor Get-AbrAzDesktopVirtualization to use $LocalizedData pattern - Add AVD strings to en-US and en-GB language files - Add new es-ES, fr-FR, de-DE language files with: - Full module translations (all existing sections in English) - AVD section translated to Spanish, French, German respectively Follows AsBuiltReport i18n framework per: https://www.asbuiltreport.com/dev-guide/creating-a-report-module/#implementing-language-support-in-your-module Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Contributor
Author
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.


Description
Adds a new
Get-AbrAzDesktopVirtualizationprivate function that documents Azure Virtual Desktop resources with four InfoLevel tiers:Health Checks
AllowNewSession = falseAzure Cmdlets Used
Get-AzWvdHostPool,Get-AzWvdSessionHost,Get-AzWvdUserSessionGet-AzWvdApplicationGroup,Get-AzWvdApplicationGet-AzWvdWorkspace,Get-AzWvdScalingPlanFiles Changed
Src/Private/Get-AbrAzDesktopVirtualization.ps1— the AVD reporting function (~587 lines)Src/Public/Invoke-AsBuiltReport.Microsoft.Azure.ps1— addedDesktopVirtualizationto$DefaultSectionOrderand$SectionFunctionMapAsBuiltReport.Microsoft.Azure.json— addedDesktopVirtualizationtoSectionOrder,InfoLevel, andHealthChecksectionsRelated Issue
New feature — no existing issue. Discussed with @tpcarman.
Motivation and Context
Azure Virtual Desktop is a significant Azure service not currently covered by the report. This addition provides comprehensive AVD documentation covering host pools, session hosts, application groups, workspaces, and scaling plans — consistent with the existing module patterns.
How Has This Been Tested?
TrackedResourceTagstype (uses.Keysand.AdditionalProperties[])Requires
Az.DesktopVirtualizationmodule.Types of changes
Checklist: