Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,4 @@
[assembly: System.Runtime.InteropServices.ComVisibleAttribute(false)]
[assembly: System.CLSCompliantAttribute(false)]


Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,13 @@ In this directory, run AutoRest:
> see https://aka.ms/autorest

``` yaml
commit: 329a4253c5cd315641a0f87636c25f70dccc4700
commit: 436fd672014049415ceb6aac6ef64a36a683bb6c
require:
- $(this-folder)/../../readme.azure.noprofile.md
sanitize-names: true
subject-prefix: 'Wvd'
input-file:
- $(repo)/specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/preview/2025-03-01-preview/desktopvirtualization.json
- $(repo)/specification/desktopvirtualization/resource-manager/Microsoft.DesktopVirtualization/DesktopVirtualization/preview/2025-04-01-preview/desktopvirtualization.json

module-version: 2.1.0
title: DesktopVirtualizationClient
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "appAttachPackages",
"apiVersion": "2025-03-01-preview",
"apiVersion": "2025-04-01-preview",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "applicationGroups/applications",
"apiVersion": "2025-03-01-preview",
"apiVersion": "2025-04-01-preview",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "applicationGroups/desktops",
"apiVersion": "2025-03-01-preview",
"apiVersion": "2025-04-01-preview",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "applicationGroups",
"apiVersion": "2025-03-01-preview",
"apiVersion": "2025-04-01-preview",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
{
"resourceType": "hostPools/msixPackages",
"apiVersion": "2025-03-01-preview",
"apiVersion": "2025-04-01-preview",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization"
},
"commands": [
{
"name": "Get-AzWvdMsixPackage",
"description": "Get a msixpackage.",
"path": "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}/msixPackages/{msixPackageFullName}",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}/msixPackages/{msixPackageFullName}",
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization/get-azwvdmsixpackage"
Expand Down Expand Up @@ -51,7 +51,7 @@
{
"name": "Remove-AzWvdMsixPackage",
"description": "Remove an MSIX Package.",
"path": "/subscriptions/{subscriptionId}/resourcegroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}/msixPackages/{msixPackageFullName}",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}/msixPackages/{msixPackageFullName}",
"help": {
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization/remove-azwvdmsixpackage"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"resourceType": "hostPools/privateEndpointConnections",
"apiVersion": "2025-03-01-preview",
"apiVersion": "2025-04-01-preview",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization"
},
"commands": [
{
"name": "Get-AzWvdPrivateEndpointConnection",
"description": "Get a private endpoint connection.",
"description": "Get a PrivateEndpointConnectionWithSystemData",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}/privateEndpointConnections/{privateEndpointConnectionName}",
"help": {
"learnMore": {
Expand All @@ -26,7 +26,7 @@
},
"examples": [
{
"description": "Get a private endpoint connection.",
"description": "Get a PrivateEndpointConnectionWithSystemData",
"parameters": [
{
"name": "-HostPoolName",
Expand All @@ -50,7 +50,7 @@
},
{
"name": "Remove-AzWvdPrivateEndpointConnection",
"description": "Remove a connection.",
"description": "Delete a PrivateEndpointConnectionWithSystemData",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}/privateEndpointConnections/{privateEndpointConnectionName}",
"help": {
"learnMore": {
Expand All @@ -69,7 +69,7 @@
},
"examples": [
{
"description": "Remove a connection.",
"description": "Delete a PrivateEndpointConnectionWithSystemData",
"parameters": [
{
"name": "-HostPoolName",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "hostPools/sessionHosts/userSessions",
"apiVersion": "2025-03-01-preview",
"apiVersion": "2025-04-01-preview",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "hostPools/sessionHosts",
"apiVersion": "2025-03-01-preview",
"apiVersion": "2025-04-01-preview",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"resourceType": "hostPools",
"apiVersion": "2025-03-01-preview",
"apiVersion": "2025-04-01-preview",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization"
},
"commands": [
{
"name": "Get-AzWvdActiveSessionHostConfiguration",
"description": "Get the ActiveSessionHostConfiguration for the hostPool that is currently being used for get operations.",
"description": "Get a ActiveSessionHostConfiguration.",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}/activeSessionHostConfigurations/default",
"help": {
"learnMore": {
Expand All @@ -25,7 +25,7 @@
},
"examples": [
{
"description": "Get the ActiveSessionHostConfiguration for the hostPool that is currently being used for get operations.",
"description": "Get a ActiveSessionHostConfiguration.",
"parameters": [
{
"name": "-HostPoolName",
Expand Down Expand Up @@ -159,7 +159,7 @@
},
{
"name": "Get-AzWvdSessionHostManagementsUpdateStatus",
"description": "Get the session host get status for a given hostpool.",
"description": "Get a SessionHostManagementUpdateStatus.",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/hostPools/{hostPoolName}/sessionHostManagements/default/sessionHostUpdateStatuses/default",
"help": {
"learnMore": {
Expand All @@ -177,7 +177,7 @@
},
"examples": [
{
"description": "Get the session host get status for a given hostpool.",
"description": "Get a SessionHostManagementUpdateStatus.",
"parameters": [
{
"name": "-HostPoolName",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "scalingPlans/personalSchedules",
"apiVersion": "2025-03-01-preview",
"apiVersion": "2025-04-01-preview",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "scalingPlans/pooledSchedules",
"apiVersion": "2025-03-01-preview",
"apiVersion": "2025-04-01-preview",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "scalingPlans",
"apiVersion": "2025-03-01-preview",
"apiVersion": "2025-04-01-preview",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"resourceType": "workspaces/privateEndpointConnections",
"apiVersion": "2025-03-01-preview",
"apiVersion": "2025-04-01-preview",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization"
},
"commands": [
{
"name": "Get-AzWvdPrivateEndpointConnection",
"description": "Get a private endpoint connection.",
"description": "Get a PrivateEndpointConnectionWithSystemData",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}",
"help": {
"learnMore": {
Expand All @@ -26,7 +26,7 @@
},
"examples": [
{
"description": "Get a private endpoint connection.",
"description": "Get a PrivateEndpointConnectionWithSystemData",
"parameters": [
{
"name": "-Name",
Expand All @@ -50,7 +50,7 @@
},
{
"name": "Remove-AzWvdPrivateEndpointConnection",
"description": "Remove a connection.",
"description": "Delete a PrivateEndpointConnectionWithSystemData",
"path": "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DesktopVirtualization/workspaces/{workspaceName}/privateEndpointConnections/{privateEndpointConnectionName}",
"help": {
"learnMore": {
Expand All @@ -69,7 +69,7 @@
},
"examples": [
{
"description": "Remove a connection.",
"description": "Delete a PrivateEndpointConnectionWithSystemData",
"parameters": [
{
"name": "-Name",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"resourceType": "workspaces",
"apiVersion": "2025-03-01-preview",
"apiVersion": "2025-04-01-preview",
"learnMore": {
"url": "https://learn.microsoft.com/powershell/module/az.desktopvirtualization"
},
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
---
Module Name: Az.DesktopVirtualization
Module Guid: 74e391e3-55f0-4351-b932-a45952324e52
Module Guid: 23090a50-c247-4784-860c-db6a0e507631
Download Help Link: https://learn.microsoft.com/powershell/module/az.desktopvirtualization
Help Version: 1.0.0.0
Locale: en-US
Expand All @@ -15,10 +15,10 @@ Microsoft Azure PowerShell: DesktopVirtualization cmdlets
Disconnect a userSession.

### [Expand-AzWvdMsixImage](Expand-AzWvdMsixImage.md)
Expands and Lists MSIX packages in an Image, given the Image Path.
Expands and Lists MSIX packages in an Image, given the Image Path.\nThis action uses incorrect Msix casing intentionally to match the previous APIs.

### [Get-AzWvdActiveSessionHostConfiguration](Get-AzWvdActiveSessionHostConfiguration.md)
Get the ActiveSessionHostConfiguration for the hostPool that is currently being used for get operations.
Get a ActiveSessionHostConfiguration.

### [Get-AzWvdAppAttachPackage](Get-AzWvdAppAttachPackage.md)
Get an app attach package.
Expand All @@ -42,10 +42,10 @@ Operation to list the RegistrationTokens associated with the HostPool.
Get a msixpackage.

### [Get-AzWvdPrivateEndpointConnection](Get-AzWvdPrivateEndpointConnection.md)
Get a private endpoint connection.
Get a PrivateEndpointConnectionWithSystemData

### [Get-AzWvdPrivateLinkResource](Get-AzWvdPrivateLinkResource.md)
List the private link resources available for this workspace.
List the private link resources available for this hostpool.

### [Get-AzWvdRegistrationInfo](Get-AzWvdRegistrationInfo.md)
Get the Azure Virtual Desktop registration info.
Expand All @@ -69,7 +69,7 @@ Get a SessionHostConfiguration.
Get a SessionHostManagement.

### [Get-AzWvdSessionHostManagementsUpdateStatus](Get-AzWvdSessionHostManagementsUpdateStatus.md)
Get the session host get status for a given hostpool.
Get a SessionHostManagementUpdateStatus.

### [Get-AzWvdSessionHostProvisioningStatus](Get-AzWvdSessionHostProvisioningStatus.md)
Get the session host provisioning status for a given hostpool.
Expand All @@ -90,7 +90,7 @@ Gets information from a package given the path to the package.
Control provisioning of a hostpool.

### [Invoke-AzWvdControlSessionHostUpdate](Invoke-AzWvdControlSessionHostUpdate.md)
Control post of a hostpool.
Control actions on a session host post

### [Invoke-AzWvdInitiateSessionHostUpdate](Invoke-AzWvdInitiateSessionHostUpdate.md)
Initiates a hostpool post or schedule an post for the future.
Expand Down Expand Up @@ -153,7 +153,7 @@ Remove a host pool.
Remove an MSIX Package.

### [Remove-AzWvdPrivateEndpointConnection](Remove-AzWvdPrivateEndpointConnection.md)
Remove a connection.
Delete a PrivateEndpointConnectionWithSystemData

### [Remove-AzWvdRegistrationInfo](Remove-AzWvdRegistrationInfo.md)
Remove the Azure Virtual Desktop registration info.
Expand Down Expand Up @@ -200,6 +200,9 @@ Update a host pool.
### [Update-AzWvdMsixPackage](Update-AzWvdMsixPackage.md)
Update an MSIX Package.

### [Update-AzWvdPrivateEndpointConnection](Update-AzWvdPrivateEndpointConnection.md)
Approve or reject a private endpoint connection.

### [Update-AzWvdScalingPlan](Update-AzWvdScalingPlan.md)
Update a scaling plan.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# Expand-AzWvdMsixImage

## SYNOPSIS
Expands and Lists MSIX packages in an Image, given the Image Path.
Expands and Lists MSIX packages in an Image, given the Image Path.\nThis action uses incorrect Msix casing intentionally to match the previous APIs.

## SYNTAX

Expand Down Expand Up @@ -49,7 +49,7 @@ Expand-AzWvdMsixImage -HostPoolName <String> -ResourceGroupName <String> -JsonSt
```

## DESCRIPTION
Expands and Lists MSIX packages in an Image, given the Image Path.
Expands and Lists MSIX packages in an Image, given the Image Path.\nThis action uses incorrect Msix casing intentionally to match the previous APIs.

## EXAMPLES

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ schema: 2.0.0
# Get-AzWvdActiveSessionHostConfiguration

## SYNOPSIS
Get the ActiveSessionHostConfiguration for the hostPool that is currently being used for get operations.
Get a ActiveSessionHostConfiguration.

## SYNTAX

Expand All @@ -31,7 +31,7 @@ Get-AzWvdActiveSessionHostConfiguration -HostPoolName <String> -ResourceGroupNam
```

## DESCRIPTION
Get the ActiveSessionHostConfiguration for the hostPool that is currently being used for get operations.
Get a ActiveSessionHostConfiguration.

## EXAMPLES

Expand Down
Loading
Loading