Skip to content

Commit 2a7d402

Browse files
StackHCI OOB Release (#26342)
* Bump up version for StackHCI * Update NuGet.Config --------- Co-authored-by: NanxiangLiu <[email protected]>
1 parent 14dc07e commit 2a7d402

File tree

8 files changed

+567
-566
lines changed

8 files changed

+567
-566
lines changed

src/StackHCI/StackHCI.Autorest/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("46bc6ec8-8e52-42a7-8b01-ec8bcbbf9f92")]
27-
[assembly: AssemblyVersion("2.4.0")]
28-
[assembly: AssemblyFileVersion("2.4.0")]
27+
[assembly: AssemblyVersion("2.4.1")]
28+
[assembly: AssemblyFileVersion("2.4.1")]

src/StackHCI/StackHCI/Az.StackHCI.psd1

+7-8
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 10/10/2024
6+
# Generated on: 10/15/2024
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '2.4.0'
15+
ModuleVersion = '2.4.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -57,10 +57,10 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; })
5757
RequiredAssemblies = 'StackHCI.Autorest/bin/Az.StackHCI.private.dll'
5858

5959
# Script files (.ps1) that are run in the caller's environment prior to importing this module.
60-
ScriptsToProcess = @()
60+
# ScriptsToProcess = @()
6161

6262
# Type files (.ps1xml) to be loaded when importing this module
63-
TypesToProcess = @()
63+
# TypesToProcess = @()
6464

6565
# Format files (.ps1xml) to be loaded when importing this module
6666
FormatsToProcess = 'StackHCI.Autorest/Az.StackHCI.format.ps1xml'
@@ -121,7 +121,7 @@ PrivateData = @{
121121
PSData = @{
122122

123123
# Tags applied to this module. These help with module discovery in online galleries.
124-
Tags = 'Azure', 'ResourceManager', 'ARM', 'PSModule', 'StackHci'
124+
Tags = 'Azure','ResourceManager','ARM','PSModule','StackHci'
125125

126126
# A URL to the license for this module.
127127
LicenseUri = 'https://aka.ms/azps-license'
@@ -133,8 +133,7 @@ PrivateData = @{
133133
# IconUri = ''
134134

135135
# ReleaseNotes of this module
136-
ReleaseNotes = '* Upgraded API version to 2024-04-01
137-
* Allowed registration for 23H2 and above versions of the device'
136+
ReleaseNotes = '* added support for new environment'
138137

139138
# Prerelease string of this module
140139
# Prerelease = ''
@@ -147,7 +146,7 @@ PrivateData = @{
147146

148147
} # End of PSData hashtable
149148

150-
} # End of PrivateData hashtable
149+
} # End of PrivateData hashtable
151150

152151
# HelpInfo URI of this module
153152
# HelpInfoURI = ''

src/StackHCI/StackHCI/ChangeLog.md

+2
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.4.1
2123
* added support for new environment
2224

2325
## Version 2.4.0

src/StackHCI/StackHCI/Properties/AssemblyInfo.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@
2424
[assembly: ComVisible(false)]
2525
[assembly: CLSCompliant(false)]
2626
[assembly: Guid("8853A329-2E41-4A6A-808B-9D1170A5BBB4")]
27-
[assembly: AssemblyVersion("2.4.0")]
28-
[assembly: AssemblyFileVersion("2.4.0")]
27+
[assembly: AssemblyVersion("2.4.1")]
28+
[assembly: AssemblyFileVersion("2.4.1")]

tools/Az/Az.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; },
132132
@{ModuleName = 'Az.SignalR'; RequiredVersion = '2.0.2'; },
133133
@{ModuleName = 'Az.Sql'; RequiredVersion = '5.3.0'; },
134134
@{ModuleName = 'Az.SqlVirtualMachine'; RequiredVersion = '2.3.1'; },
135-
@{ModuleName = 'Az.StackHCI'; RequiredVersion = '2.4.0'; },
135+
@{ModuleName = 'Az.StackHCI'; RequiredVersion = '2.4.1'; },
136136
@{ModuleName = 'Az.StackHCIVM'; RequiredVersion = '1.0.5'; },
137137
@{ModuleName = 'Az.Storage'; RequiredVersion = '7.4.0'; },
138138
@{ModuleName = 'Az.StorageMover'; RequiredVersion = '1.4.0'; },

tools/AzPreview/AzPreview.psd1

+1-1
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; },
213213
@{ModuleName = 'Az.Sql'; RequiredVersion = '5.3.0'; },
214214
@{ModuleName = 'Az.SqlVirtualMachine'; RequiredVersion = '2.3.1'; },
215215
@{ModuleName = 'Az.Ssh'; RequiredVersion = '0.2.1'; },
216-
@{ModuleName = 'Az.StackHCI'; RequiredVersion = '2.4.0'; },
216+
@{ModuleName = 'Az.StackHCI'; RequiredVersion = '2.4.1'; },
217217
@{ModuleName = 'Az.StackHCIVM'; RequiredVersion = '1.0.5'; },
218218
@{ModuleName = 'Az.StandbyPool'; RequiredVersion = '0.2.0'; },
219219
@{ModuleName = 'Az.Storage'; RequiredVersion = '7.4.0'; },

tools/Docs/az-ps-latest-2.csv

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ pac44,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea
4646
pac45,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Sql.5.3.0.zip;sourceType=sa]Az.Sql,5.3.0
4747
pac46,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.SqlVirtualMachine.2.3.1.zip;sourceType=sa]Az.SqlVirtualMachine,2.3.1
4848
pac47,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Ssh.0.2.1.zip;sourceType=sa]Az.Ssh,0.2.1
49-
pac48,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCI.2.4.0.zip;sourceType=sa]Az.StackHCI,2.4.0
49+
pac48,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCI.2.4.1.zip;sourceType=sa]Az.StackHCI,2.4.1
5050
pac49,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCIVM.1.0.5.zip;sourceType=sa]Az.StackHCIVM,1.0.5
5151
pac50,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StandbyPool.0.2.0.zip;sourceType=sa]Az.StandbyPool,0.2.0
5252
pac51,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Storage.7.4.0.zip;sourceType=sa]Az.Storage,7.4.0

0 commit comments

Comments
 (0)