Skip to content

Commit 68f63ca

Browse files
Bump up version for Compute
1 parent 3a78c24 commit 68f63ca

File tree

10 files changed

+32
-27
lines changed

10 files changed

+32
-27
lines changed

NuGet.Config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
44
<clear />

src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("ba0d06e0-118c-4f34-b01c-7f6335577747")]
2828

29-
[assembly: AssemblyVersion("10.5.0")]
30-
[assembly: AssemblyFileVersion("10.5.0")]
29+
[assembly: AssemblyVersion("10.5.1")]
30+
[assembly: AssemblyFileVersion("10.5.1")]

src/Compute/Compute.Management.Sdk/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,5 @@
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("9d9ad6c2-c449-4f97-95d1-252f737c4e96")]
2828

29-
[assembly: AssemblyVersion("10.5.0")]
30-
[assembly: AssemblyFileVersion("10.5.0")]
29+
[assembly: AssemblyVersion("10.5.1")]
30+
[assembly: AssemblyFileVersion("10.5.1")]

src/Compute/Compute/Az.Compute.psd1

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# Generated by: Microsoft Corporation
55
#
6-
# Generated on: 10/29/2025
6+
# Generated on: 11/11/2025
77
#
88

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

1414
# Version number of this module.
15-
ModuleVersion = '10.5.0'
15+
ModuleVersion = '10.5.1'
1616

1717
# Supported PSEditions
1818
CompatiblePSEditions = 'Core', 'Desktop'
@@ -65,10 +65,10 @@ RequiredAssemblies = 'Compute.Autorest/bin/Az.Compute.private.dll',
6565
'Microsoft.WindowsAzure.Storage.dll'
6666

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

7070
# Type files (.ps1xml) to be loaded when importing this module
71-
TypesToProcess = @()
71+
# TypesToProcess = @()
7272

7373
# Format files (.ps1xml) to be loaded when importing this module
7474
FormatsToProcess = 'Compute.Automation.generated.format.ps1xml',
@@ -244,7 +244,7 @@ PrivateData = @{
244244
PSData = @{
245245

246246
# Tags applied to this module. These help with module discovery in online galleries.
247-
Tags = 'Azure', 'ResourceManager', 'ARM', 'Compute', 'IAAS', 'VM', 'VirtualMachine'
247+
Tags = 'Azure','ResourceManager','ARM','Compute','IAAS','VM','VirtualMachine'
248248

249249
# A URL to the license for this module.
250250
LicenseUri = 'https://aka.ms/azps-license'
@@ -256,11 +256,11 @@ PrivateData = @{
256256
# IconUri = ''
257257

258258
# ReleaseNotes of this module
259-
ReleaseNotes = '* Added ''-Redeploy'' switch parameter for ''Update-AzHost'' cmdlet to enable dedicated host redeployment.
260-
* Added ''-SupportedSecurityOption'' parameter to ''New-AzDiskConfig'' cmdlet.
261-
* ComputeRP related cmdlets will now use 2025-04-01 version of the ComputeRP API.
262-
* Added ''-AddProxyAgentExtension'' parameter (Switch) to ''New-AzVmss'' and ''New-AzVM''
263-
* Added ''-AddProxyAgentExtension'' parameter (Bool) to ''Set-AzVMProxyAgentSetting'' and ''Set-AzVmssProxyAgentSetting'''
259+
ReleaseNotes = '* Supported ''-DryRun'' and ''-ExportBicep''
260+
* Improved user experience and consistency. This may introduce breaking changes. Please refer to [here](https://go.microsoft.com/fwlink/?linkid=2340249).
261+
* Updated Azure.Core from 1.45.0 to 1.47.3
262+
* Added ''-EnableAutomaticUpgrade'' and ''-TreatFailureAsDeploymentFailure'' parameters (Bool) to ''New-AzVmGalleryApplication'' and ''New-AzVmssGalleryApplication'' cmdlets.
263+
* Added ''-EnableAutomaticUpgrade'' and ''-TreatFailureAsDeploymentFailure'' parameters (Switch) to ''Add-AzVmGalleryApplication'' and ''Add-AzVmssGalleryApplication'' cmdlets.'
264264

265265
# Prerelease string of this module
266266
Prerelease = 'preview'
@@ -273,7 +273,7 @@ PrivateData = @{
273273

274274
} # End of PSData hashtable
275275

276-
} # End of PrivateData hashtable
276+
} # End of PrivateData hashtable
277277

278278
# HelpInfo URI of this module
279279
# HelpInfoURI = ''

src/Compute/Compute/ChangeLog.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@
2020
2121
-->
2222
## Upcoming Release
23+
24+
## Version 10.5.1
2325
* Supported `-DryRun` and `-ExportBicep`
2426
* Improved user experience and consistency. This may introduce breaking changes. Please refer to [here](https://go.microsoft.com/fwlink/?linkid=2340249).
2527
* Updated Azure.Core from 1.45.0 to 1.47.3

src/Compute/Compute/Properties/AssemblyInfo.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
[assembly: ComVisible(false)]
2626
[assembly: CLSCompliant(false)]
2727
[assembly: Guid("91792853-487B-4DC2-BE6C-DD09A0A1BC10")]
28-
[assembly: AssemblyVersion("10.5.0")]
29-
[assembly: AssemblyFileVersion("10.5.0")]
28+
[assembly: AssemblyVersion("10.5.1")]
29+
[assembly: AssemblyFileVersion("10.5.1")]
3030
#if !SIGN
3131
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Compute.Test")]
3232
#endif

tools/AzPreview/AzPreview.psd1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; },
8686
@{ModuleName = 'Az.CloudService'; RequiredVersion = '2.1.1'; },
8787
@{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.16.0'; },
8888
@{ModuleName = 'Az.Communication'; RequiredVersion = '0.6.0'; },
89-
@{ModuleName = 'Az.Compute'; RequiredVersion = '10.5.0'; },
89+
@{ModuleName = 'Az.Compute'; RequiredVersion = '10.5.1'; },
9090
@{ModuleName = 'Az.ComputeFleet'; RequiredVersion = '0.1.1'; },
9191
@{ModuleName = 'Az.ComputeSchedule'; RequiredVersion = '0.1.1'; },
9292
@{ModuleName = 'Az.ConfidentialLedger'; RequiredVersion = '1.1.1'; },

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ pac30,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea
3232
pac31,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CloudService.2.1.1.zip;sourceType=sa]Az.CloudService,2.1.1
3333
pac32,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.CognitiveServices.1.16.0.zip;sourceType=sa]Az.CognitiveServices,1.16.0
3434
pac33,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Communication.0.6.0.zip;sourceType=sa]Az.Communication,0.6.0
35-
pac34,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Compute.10.5.0.zip;sourceType=sa]Az.Compute,10.5.0
35+
pac34,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Compute.10.5.1.zip;sourceType=sa]Az.Compute,10.5.1
3636
pac35,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ComputeFleet.0.1.1.zip;sourceType=sa]Az.ComputeFleet,0.1.1
3737
pac36,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ComputeSchedule.0.1.1.zip;sourceType=sa]Az.ComputeSchedule,0.1.1
3838
pac37,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.ConfidentialLedger.1.1.1.zip;sourceType=sa]Az.ConfidentialLedger,1.1.1
Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<?xml version="1.0" encoding="utf-8"?>
1+
<?xml version="1.0" encoding="utf-8"?>
22
<configuration>
33
<packageSources>
44
<clear />
@@ -8,5 +8,4 @@
88
<disabledPackageSources>
99
<clear />
1010
</disabledPackageSources>
11-
</configuration>
12-
11+
</configuration>
Lines changed: 8 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,12 @@
1+
# Exchange the contents of OneBranchNuget.Config and Nuget.Config
2+
13
$oneBranchConfigPath = Join-Path $PSScriptRoot 'OneBranchNuget.Config'
24
$devConfigPath = Join-Path ($PSScriptRoot | Split-path -Parent | Split-path -Parent) 'Nuget.Config'
35

4-
$oneBranchContent = Get-Content $oneBranchConfigPath -Raw
5-
$devContent = Get-Content $devConfigPath -Raw
6+
# Read content as byte arrays to preserve exact formatting
7+
$oneBranchContent = [System.IO.File]::ReadAllText($oneBranchConfigPath, [System.Text.Encoding]::UTF8)
8+
$devContent = [System.IO.File]::ReadAllText($devConfigPath, [System.Text.Encoding]::UTF8)
69

7-
$oneBranchContent | Set-Content $devConfigPath -Force
8-
$devContent | Set-Content $oneBranchConfigPath -Force
10+
# Write content as byte arrays to preserve exact formatting
11+
[System.IO.File]::WriteAllText($devConfigPath, $oneBranchContent, [System.Text.Encoding]::UTF8)
12+
[System.IO.File]::WriteAllText($oneBranchConfigPath, $devContent, [System.Text.Encoding]::UTF8)

0 commit comments

Comments
 (0)