File tree Expand file tree Collapse file tree 4 files changed +33
-8
lines changed
src/DesktopVirtualization/DesktopVirtualization
tools/Tools.Common/SerializedCmdlets Expand file tree Collapse file tree 4 files changed +33
-8
lines changed Original file line number Diff line number Diff line change 3
3
#
4
4
# Generated by: Microsoft Corporation
5
5
#
6
- # Generated on: 2/22 /2024
6
+ # Generated on: 2/23 /2024
7
7
#
8
8
9
9
@ {
12
12
# RootModule = ''
13
13
14
14
# Version number of this module.
15
- ModuleVersion = ' 4.3 .0'
15
+ ModuleVersion = ' 5.2 .0'
16
16
17
17
# Supported PSEditions
18
18
CompatiblePSEditions = ' Core' , ' Desktop'
@@ -150,10 +150,21 @@ PrivateData = @{
150
150
# IconUri = ''
151
151
152
152
# ReleaseNotes of this module
153
- ReleaseNotes = ' * Removed AppAttach Cmdlets and ResetIcon parameter to Update-AzWvdApplication'
153
+ ReleaseNotes = ' * Generated cmdlets of api version 2023-11-01-preview. Includes support for the following operations:
154
+ - '' Get-ActiveSessionHostConfiguration''
155
+ - '' Create-SessionHostConfiguration''
156
+ - '' Get-SessionHostConfiguration''
157
+ - '' Update-SessionHostConfiguration''
158
+ - '' Get-SessionHostConfigurationOperationStatus''
159
+ - '' Create-SessionHostManagement''
160
+ - '' Get-SessionHostManagement''
161
+ - '' Update-SessionHostManagement''
162
+ - '' Get-SessionHostManagementOperationStatus''
163
+ - '' Invoke-ControlSessionHostUpdate''
164
+ - '' Invoke-InitiateSessionHostUpdate'' '
154
165
155
166
# Prerelease string of this module
156
- # Prerelease = ''
167
+ Prerelease = ' preview '
157
168
158
169
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
159
170
# RequireLicenseAcceptance = $false
Original file line number Diff line number Diff line change 19
19
-->
20
20
## Upcoming Release
21
21
22
+ ## Version 5.2.0
23
+ * Generated cmdlets of api version 2023-11-01-preview. Includes support for the following operations:
24
+ - ` Get-ActiveSessionHostConfiguration `
25
+ - ` Create-SessionHostConfiguration `
26
+ - ` Get-SessionHostConfiguration `
27
+ - ` Update-SessionHostConfiguration `
28
+ - ` Get-SessionHostConfigurationOperationStatus `
29
+ - ` Create-SessionHostManagement `
30
+ - ` Get-SessionHostManagement `
31
+ - ` Update-SessionHostManagement `
32
+ - ` Get-SessionHostManagementOperationStatus `
33
+ - ` Invoke-ControlSessionHostUpdate `
34
+ - ` Invoke-InitiateSessionHostUpdate `
35
+
22
36
## Version 4.3.0
23
37
* Removed AppAttach Cmdlets and ResetIcon parameter to Update-AzWvdApplication
24
38
Original file line number Diff line number Diff line change 24
24
[ assembly: ComVisible ( false ) ]
25
25
[ assembly: CLSCompliant ( false ) ]
26
26
[ assembly: Guid ( "5FAC4032-09B2-4E1D-A7CB-078DEA39CAF1" ) ]
27
- [ assembly: AssemblyVersion ( "4.3 .0" ) ]
28
- [ assembly: AssemblyFileVersion ( "4.3 .0" ) ]
27
+ [ assembly: AssemblyVersion ( "5.2 .0" ) ]
28
+ [ assembly: AssemblyFileVersion ( "5.2 .0" ) ]
Original file line number Diff line number Diff line change 1
1
{
2
2
"ModuleName": "Az.DesktopVirtualization",
3
- "ModuleVersion": "4.3 .0",
3
+ "ModuleVersion": "5.2 .0",
4
4
"Cmdlets": [
5
5
{
6
6
"VerbName": "Disconnect",
48108
48108
}
48109
48109
}
48110
48110
}
48111
- }
48111
+ }
You can’t perform that action at this time.
0 commit comments