Skip to content

Commit d399046

Browse files
authored
Out-of-band Release for Az.StackHCI (#24186)
1 parent 6c060a2 commit d399046

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

src/StackHCI/StackHCI/Az.StackHCI.psd1

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
# RootModule = ''
1313

1414
# Version number of this module.
15-
ModuleVersion = '2.3.0'
15+
ModuleVersion = '2.3.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -121,8 +121,7 @@ PrivateData = @{
121121
# IconUri = ''
122122

123123
# ReleaseNotes of this module
124-
ReleaseNotes = '* Fixed issue for WAC.
125-
* Restricted registration for 23H2 devices exclusively to cloud deployment.'
124+
ReleaseNotes = '* Updated Set-AzStackHCI to use HTTP PATCH for updating cluster resource instead of HTTP PUT and to only send updated properties.'
126125

127126
# Prerelease string of this module
128127
# Prerelease = ''

src/StackHCI/StackHCI/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,8 @@
1818
- Additional information about change #1
1919
-->
2020
## Upcoming Release
21+
22+
## Version 2.3.1
2123
* Updated `Set-AzStackHCI` to use HTTP PATCH for updating cluster resource instead of HTTP PUT and to only send updated properties.
2224

2325
## Version 2.3.0

0 commit comments

Comments
 (0)