All notable changes to this Az.Avd PowerShell will be documented in this file.
-
In Export-AvdConfig output renamed: -- ipAddress => privateIPAddress -- nicName => nicId -- nsgName => subnetNsgId -- subnetName => subnetId
-
In Get-AvdImageVersionStatus output removed: -- vmLatestVersion => Removed -- vmName => Removed -- vmId => Removed -- resourceGroupName => Removed -- subscriptionId => Removed -- hostpoolName => Removed -- domain => Removed
-
In Get-AvdImageVersionStatus output renamed -- sessionHostName => Name -- lastVersion => latestVersion -- imageGallery => GalleryName -- vmLatestVersion => isLatestVersion
-
In Get-AvdNetworkInfo required module Az.ResourceGraph removed
-
In Get-AvdSessionHostResources required module Az.Recouces removed
-
In Get-AvdImageVersionStatus required module Az.ResourceGraph removed
-
Coding optimizations
-
Bug fixed in New-AvdVmTemplate, osdisktype was default empty. Default value removed.
-
Bug fixed in New-AvdVmTemplate, typo in URL.
-
New-AvdAutoScaleRole (Creating an AVD scaling plan role in Azure AD)
-
New-AvdScalingPlan (Creating an AVD scaling plan)
-
Get-AvdHostpoolInfo is changed into Get-AvdHostpool 6ab2683
-
Create-AvdVmTemplate is changed into New-AvdVmTemplate eae7dfa
-
Synopis changed at several commands.
-
Several help and examples updated.
-
Removed last legacy Az.DesktopVirtualization PowerShell module dependencies
-
New-AvdHostpool accepting VM template parameter
-
The following commands now accepting a resourceId:
-
Get-AvdApplicationGroup
-
Get-AvdWorkspace
-
Get-AvdHostpool
-
Update-AvdWorkspace
-
[Bug-Fix] New-AvdHostpool now accepting Persistant loadBalancerType
-
[Bug-Fix] Get-AvdSessionHost output null when requesting a single session host
-
Add-AvdApplicationGroupPermissions (Adds permissions to an Azure Virtual Desktop Applicationgroup)
-
Copy-AvdApplicationGroupPermissions (Copies application group assignments to another one)
-
Get-AvdWorkspace (Gets a new Azure Virtual Desktop workspace)
-
New-AvdWorkspace (Creates a new Azure Virtual Desktop workspace)
-
Update-AvdDesktopApplication (Updates the Virtual Desktop ApplicationGroup desktop application)
-
Get-AvdApplicationGroup (Get AVD applicationgroup information INCLUDING the assigned permissions)
-
Update-AvdWorkspace (Updates a new Azure Virtual Desktop workspace)
-
Update-AvdDesktopApplication (Updates the default SessionDesktop application, for example the displayname)
- [Update] Removed old WVD commands, examples and synopsis 66548f1
-
Create-AvdVmTemplate (Creates a session host VM template in a hostpool)
-
Update-AvdSessionhost (For updating sessions host, for example drain mode)
- [Bug fix] Multiple DELETE method in remove-avdsessionhosts 973940f
-
Update-AvdHostpool (Used to update the AVD Hostpool settings, like RDP properties)
-
Move-AvdSessionHost (Moving session hosts to an other host pool)
-
Fixed initial number to 0 if no sessionhosts. 318e445
-
Verbose logging output changed in several commands.
-
Changed the Update-AvdRegistrationGoken code to REST API 97dad92
-
Get-AvdHostPoolInfo
-
Get-AvdNetworkInfo
-
Get-AvdSessionHost (Get the session hosts from a hostpool)
-
Update-AvdRegistrationToken
-
Update-AvdSessionhostDrainMode
-
Remove-AvdSessionHost (For removing sesssion hosts from the hostpool)
-
Update-AvdDiagnostics (Configuring hostpool diagnostics to log analytics)
-
Changed the name from Az.Wvd -> Az.Avd 952d2c4
-
Added numonly switch parameter in Get-AvdLatestSessionHost command 50eca1d
No commands added
-
[Bug fix] In export AVD environment, PSscriptRoot location added. ff2d60b
-
[Bug fix] Required module typo in WVDImageVersionStatus 5fe2751
- Initial Version