Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion NuGet.Config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
Expand Down
4 changes: 2 additions & 2 deletions src/Compute/Compute.Helpers/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("ba0d06e0-118c-4f34-b01c-7f6335577747")]

[assembly: AssemblyVersion("10.5.0")]
[assembly: AssemblyFileVersion("10.5.0")]
[assembly: AssemblyVersion("10.5.1")]
[assembly: AssemblyFileVersion("10.5.1")]
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,5 @@
[assembly: CLSCompliant(false)]
[assembly: Guid("9d9ad6c2-c449-4f97-95d1-252f737c4e96")]

[assembly: AssemblyVersion("10.5.0")]
[assembly: AssemblyFileVersion("10.5.0")]
[assembly: AssemblyVersion("10.5.1")]
[assembly: AssemblyFileVersion("10.5.1")]
22 changes: 11 additions & 11 deletions src/Compute/Compute/Az.Compute.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#
# Generated by: Microsoft Corporation
#
# Generated on: 10/29/2025
# Generated on: 11/11/2025
#

@{
Expand All @@ -12,7 +12,7 @@
# RootModule = ''

# Version number of this module.
ModuleVersion = '10.5.0'
ModuleVersion = '10.5.1'

# Supported PSEditions
CompatiblePSEditions = 'Core', 'Desktop'
Expand Down Expand Up @@ -65,10 +65,10 @@ RequiredAssemblies = 'Compute.Autorest/bin/Az.Compute.private.dll',
'Microsoft.WindowsAzure.Storage.dll'

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

# Type files (.ps1xml) to be loaded when importing this module
TypesToProcess = @()
# TypesToProcess = @()

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

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

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

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

# Prerelease string of this module
Prerelease = 'preview'
Expand All @@ -273,7 +273,7 @@ PrivateData = @{

} # End of PSData hashtable

} # End of PrivateData hashtable
} # End of PrivateData hashtable

# HelpInfo URI of this module
# HelpInfoURI = ''
Expand Down
2 changes: 2 additions & 0 deletions src/Compute/Compute/ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@

-->
## Upcoming Release

## Version 10.5.1
* Supported `-DryRun` and `-ExportBicep`
* Improved user experience and consistency. This may introduce breaking changes. Please refer to [here](https://go.microsoft.com/fwlink/?linkid=2340249).
* Updated Azure.Core from 1.45.0 to 1.47.3
Expand Down
4 changes: 2 additions & 2 deletions src/Compute/Compute/Properties/AssemblyInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@
[assembly: ComVisible(false)]
[assembly: CLSCompliant(false)]
[assembly: Guid("91792853-487B-4DC2-BE6C-DD09A0A1BC10")]
[assembly: AssemblyVersion("10.5.0")]
[assembly: AssemblyFileVersion("10.5.0")]
[assembly: AssemblyVersion("10.5.1")]
[assembly: AssemblyFileVersion("10.5.1")]
#if !SIGN
[assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Compute.Test")]
#endif
2 changes: 1 addition & 1 deletion tools/AzPreview/AzPreview.psd1
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; },
@{ModuleName = 'Az.CloudService'; RequiredVersion = '2.1.1'; },
@{ModuleName = 'Az.CognitiveServices'; RequiredVersion = '1.16.0'; },
@{ModuleName = 'Az.Communication'; RequiredVersion = '0.6.0'; },
@{ModuleName = 'Az.Compute'; RequiredVersion = '10.5.0'; },
@{ModuleName = 'Az.Compute'; RequiredVersion = '10.5.1'; },
@{ModuleName = 'Az.ComputeFleet'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.ComputeSchedule'; RequiredVersion = '0.1.1'; },
@{ModuleName = 'Az.ConfidentialLedger'; RequiredVersion = '1.1.1'; },
Expand Down
2 changes: 1 addition & 1 deletion tools/Docs/az-ps-latest-1.csv
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ pac30,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea
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
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
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
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
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
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
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
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
Expand Down
5 changes: 2 additions & 3 deletions tools/NugetAuth/OneBranchNuget.Config
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear />
Expand All @@ -8,5 +8,4 @@
<disabledPackageSources>
<clear />
</disabledPackageSources>
</configuration>

</configuration>
12 changes: 8 additions & 4 deletions tools/NugetAuth/ReplaceOneBranchConfig.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
# Exchange the contents of OneBranchNuget.Config and Nuget.Config

$oneBranchConfigPath = Join-Path $PSScriptRoot 'OneBranchNuget.Config'
$devConfigPath = Join-Path ($PSScriptRoot | Split-path -Parent | Split-path -Parent) 'Nuget.Config'

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

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