Skip to content

Commit af01d54

Browse files
Bump up version for StackHCI
1 parent add755e commit af01d54

File tree

11 files changed

+578
-575
lines changed

11 files changed

+578
-575
lines changed

NuGet.Config

+2-4
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,9 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
44
<clear />
55
<!-- Do not add any additional feeds if new packages are needed they need to come from nuget.org or our azure-sdk-for-net DevOps feed -->
6-
<add key="local-feed" value="tools/LocalFeed" />
7-
<add key="azure-powershell" value="https://pkgs.dev.azure.com/azclitools/public/_packaging/azure-powershell/nuget/v3/index.json" />
8-
<add key="nuget.org" value="https://api.nuget.org/v3/index.json" />
6+
<add key="azure-powershell-prod" value="https://pkgs.dev.azure.com/azclitools/release/_packaging/azure-powershell-prod/nuget/v3/index.json" />
97
</packageSources>
108
<disabledPackageSources>
119
<clear />

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -194,7 +194,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '3.0.4'; },
194194
@{ModuleName = 'Az.Quota'; RequiredVersion = '0.1.2'; },
195195
@{ModuleName = 'Az.RecoveryServices'; RequiredVersion = '7.2.0'; },
196196
@{ModuleName = 'Az.RedisCache'; RequiredVersion = '1.10.0'; },
197-
@{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.2.1'; },
197+
@{ModuleName = 'Az.RedisEnterpriseCache'; RequiredVersion = '1.3.0'; },
198198
@{ModuleName = 'Az.Relay'; RequiredVersion = '2.0.1'; },
199199
@{ModuleName = 'Az.Reservations'; RequiredVersion = '0.13.0'; },
200200
@{ModuleName = 'Az.ResourceGraph'; RequiredVersion = '1.0.0'; },
@@ -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

+2-2
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ pac25,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea
2727
pac26,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Quota.0.1.2.zip;sourceType=sa]Az.Quota,0.1.2
2828
pac27,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RecoveryServices.7.2.0.zip;sourceType=sa]Az.RecoveryServices,7.2.0
2929
pac28,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RedisCache.1.10.0.zip;sourceType=sa]Az.RedisCache,1.10.0
30-
pac29,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RedisEnterpriseCache.1.2.1.zip;sourceType=sa]Az.RedisEnterpriseCache,1.2.1
30+
pac29,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.RedisEnterpriseCache.1.3.0.zip;sourceType=sa]Az.RedisEnterpriseCache,1.3.0
3131
pac30,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Relay.2.0.1.zip;sourceType=sa]Az.Relay,2.0.1
3232
pac31,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Reservations.0.13.0.zip;sourceType=sa]Az.Reservations,0.13.0
3333
pac32,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ResourceGraph.1.0.0.zip;sourceType=sa]Az.ResourceGraph,1.0.0
@@ -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

tools/NugetAuth/OneBranchNuget.Config

+2-2
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<packageSources>
44
<clear />
55
<!-- Do not add any additional feeds if new packages are needed they need to come from nuget.org or our azure-sdk-for-net DevOps feed -->
6-
<add key="azure-powershell-prod" value="https://pkgs.dev.azure.com/azclitools/public/_packaging/azure-powershell-prod/nuget/v3/index.json" />
6+
<add key="azure-powershell-prod" value="https://pkgs.dev.azure.com/azclitools/release/_packaging/azure-powershell-prod/nuget/v3/index.json" />
77
</packageSources>
88
<disabledPackageSources>
99
<clear />
1010
</disabledPackageSources>
11-
</configuration>
11+
</configuration>
+5-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,8 @@
11
$oneBranchConfigPath = Join-Path $PSScriptRoot 'OneBranchNuget.Config'
22
$devConfigPath = Join-Path ($PSScriptRoot | Split-path -Parent | Split-path -Parent) 'Nuget.Config'
33

4-
Get-Content $oneBranchConfigPath -Raw | Set-Content $devConfigPath -Force
4+
$oneBranchContent = Get-Content $oneBranchConfigPath -Raw
5+
$devContent = Get-Content $devConfigPath -Raw
6+
7+
$oneBranchContent | Set-Content $devConfigPath -Force
8+
$devContent | Set-Content oneBranchConfigPath -Force

0 commit comments

Comments
 (0)