Skip to content

Commit 458d2b6

Browse files
authored
Add Change Log for Az.DesktopVirtualization-preview and Bump Up Version (#24218)
1 parent 467ebaf commit 458d2b6

File tree

4 files changed

+33
-8
lines changed

4 files changed

+33
-8
lines changed

src/DesktopVirtualization/DesktopVirtualization/Az.DesktopVirtualization.psd1

Lines changed: 15 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 2/22/2024
6+
# Generated on: 2/23/2024
77
#
88

99
@{
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '4.3.0'
15+
ModuleVersion = '5.2.0'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -150,10 +150,21 @@ PrivateData = @{
150150
# IconUri = ''
151151

152152
# 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'''
154165

155166
# Prerelease string of this module
156-
# Prerelease = ''
167+
Prerelease = 'preview'
157168

158169
# Flag to indicate whether the module requires explicit user acceptance for install/update/save
159170
# RequireLicenseAcceptance = $false

src/DesktopVirtualization/DesktopVirtualization/ChangeLog.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,20 @@
1919
-->
2020
## Upcoming Release
2121

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+
2236
## Version 4.3.0
2337
* Removed AppAttach Cmdlets and ResetIcon parameter to Update-AzWvdApplication
2438

src/DesktopVirtualization/DesktopVirtualization/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[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")]

tools/Tools.Common/SerializedCmdlets/Az.DesktopVirtualization.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"ModuleName": "Az.DesktopVirtualization",
3-
"ModuleVersion": "4.3.0",
3+
"ModuleVersion": "5.2.0",
44
"Cmdlets": [
55
{
66
"VerbName": "Disconnect",
@@ -48108,4 +48108,4 @@
4810848108
}
4810948109
}
4811048110
}
48111-
}
48111+
}

0 commit comments

Comments
 (0)