diff --git a/NuGet.Config b/NuGet.Config index 6dd04515c692..bb609e3bc76a 100644 --- a/NuGet.Config +++ b/NuGet.Config @@ -1,4 +1,4 @@ - + diff --git a/src/Storage/Storage.Management.Sdk/Properties/Assemblyinfo.cs b/src/Storage/Storage.Management.Sdk/Properties/Assemblyinfo.cs index 2b2ad63c6f33..d3a5a40f264c 100644 --- a/src/Storage/Storage.Management.Sdk/Properties/Assemblyinfo.cs +++ b/src/Storage/Storage.Management.Sdk/Properties/Assemblyinfo.cs @@ -26,5 +26,5 @@ [assembly: CLSCompliant(false)] [assembly: Guid("5470d6bc-50a5-4ae1-a5ba-1109ff68c826")] -[assembly: AssemblyVersion("9.3.0")] -[assembly: AssemblyFileVersion("9.3.0")] +[assembly: AssemblyVersion("9.3.1")] +[assembly: AssemblyFileVersion("9.3.1")] diff --git a/src/Storage/Storage.Management/Az.Storage.psd1 b/src/Storage/Storage.Management/Az.Storage.psd1 index 6c1087668487..09623b904f50 100644 --- a/src/Storage/Storage.Management/Az.Storage.psd1 +++ b/src/Storage/Storage.Management/Az.Storage.psd1 @@ -3,7 +3,7 @@ # # Generated by: Microsoft Corporation # -# Generated on: 10/29/2025 +# Generated on: 11/11/2025 # @{ @@ -12,7 +12,7 @@ # RootModule = '' # Version number of this module. -ModuleVersion = '9.3.0' +ModuleVersion = '9.3.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -250,14 +250,9 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Supported Blob Geo Replication SLA on Storage accounts - - ''New-AzStorageAccount'' - - ''Set-AzStorageAccount'' -* Supported enable Priority Replication when set object replication policy - - ''Set-AzStorageObjectReplicationPolicy'' -* Supported get and reconcile NSP Configuration on a Storage account: - - ''Get-AzStorageNetworkSecurityPerimeterConfiguration'' - - ''Invoke-AzStorageReconcileNetworkSecurityPerimeterConfiguration''' + ReleaseNotes = '* Supported ''-DryRun'' and ''-ExportBicep'' +* Updated Azure.Core from 1.45.0 to 1.47.3 +* Supported Storage account planned failover: ''Invoke-AzStorageAccountFailover'', ''Get-AzStorageAccount''' # Prerelease string of this module Prerelease = 'preview' diff --git a/src/Storage/Storage.Management/ChangeLog.md b/src/Storage/Storage.Management/ChangeLog.md index 492376c1e1e3..29ea3ad5e6af 100644 --- a/src/Storage/Storage.Management/ChangeLog.md +++ b/src/Storage/Storage.Management/ChangeLog.md @@ -18,6 +18,8 @@ - Additional information about change #1 --> ## Upcoming Release + +## Version 9.3.1 * Supported `-DryRun` and `-ExportBicep` * Updated Azure.Core from 1.45.0 to 1.47.3 * Supported Storage account planned failover: `Invoke-AzStorageAccountFailover`, `Get-AzStorageAccount` diff --git a/src/Storage/Storage.Management/Properties/AssemblyInfo.cs b/src/Storage/Storage.Management/Properties/AssemblyInfo.cs index f14cac67ba6f..be5525283582 100644 --- a/src/Storage/Storage.Management/Properties/AssemblyInfo.cs +++ b/src/Storage/Storage.Management/Properties/AssemblyInfo.cs @@ -46,5 +46,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: -[assembly: AssemblyVersion("9.3.0")] -[assembly: AssemblyFileVersion("9.3.0")] +[assembly: AssemblyVersion("9.3.1")] +[assembly: AssemblyFileVersion("9.3.1")] diff --git a/src/Storage/Storage/Properties/AssemblyInfo.cs b/src/Storage/Storage/Properties/AssemblyInfo.cs index be9a98b1990a..d126e7f953ef 100644 --- a/src/Storage/Storage/Properties/AssemblyInfo.cs +++ b/src/Storage/Storage/Properties/AssemblyInfo.cs @@ -44,8 +44,8 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.0")] -[assembly: AssemblyVersion("9.3.0")] -[assembly: AssemblyFileVersion("9.3.0")] +[assembly: AssemblyVersion("9.3.1")] +[assembly: AssemblyFileVersion("9.3.1")] [assembly: CLSCompliant(false)] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Storage.Test")] diff --git a/tools/AzPreview/AzPreview.psd1 b/tools/AzPreview/AzPreview.psd1 index aeac033b82ec..b39f35a815e1 100644 --- a/tools/AzPreview/AzPreview.psd1 +++ b/tools/AzPreview/AzPreview.psd1 @@ -231,7 +231,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; }, @{ModuleName = 'Az.StackHCI'; RequiredVersion = '2.6.4'; }, @{ModuleName = 'Az.StackHCIVM'; RequiredVersion = '1.1.0'; }, @{ModuleName = 'Az.StandbyPool'; RequiredVersion = '0.3.0'; }, - @{ModuleName = 'Az.Storage'; RequiredVersion = '9.3.0'; }, + @{ModuleName = 'Az.Storage'; RequiredVersion = '9.3.1'; }, @{ModuleName = 'Az.StorageAction'; RequiredVersion = '1.0.0'; }, @{ModuleName = 'Az.StorageCache'; RequiredVersion = '0.3.0'; }, @{ModuleName = 'Az.StorageDiscovery'; RequiredVersion = '1.0.0'; }, diff --git a/tools/Docs/az-ps-latest-2.csv b/tools/Docs/az-ps-latest-2.csv index a6b2f5b044fb..ba38c12da125 100644 --- a/tools/Docs/az-ps-latest-2.csv +++ b/tools/Docs/az-ps-latest-2.csv @@ -55,7 +55,7 @@ pac53,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-relea pac54,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCI.2.6.4.zip;sourceType=sa]Az.StackHCI,2.6.4 pac55,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StackHCIVM.1.1.0.zip;sourceType=sa]Az.StackHCIVM,1.1.0 pac56,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StandbyPool.0.3.0.zip;sourceType=sa]Az.StandbyPool,0.3.0 -pac57,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Storage.9.3.0.zip;sourceType=sa]Az.Storage,9.3.0 +pac57,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Storage.9.3.1.zip;sourceType=sa]Az.Storage,9.3.1 pac58,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageAction.1.0.0.zip;sourceType=sa]Az.StorageAction,1.0.0 pac59,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageCache.0.3.0.zip;sourceType=sa]Az.StorageCache,0.3.0 pac60,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.StorageDiscovery.1.0.0.zip;sourceType=sa]Az.StorageDiscovery,1.0.0 diff --git a/tools/NugetAuth/OneBranchNuget.Config b/tools/NugetAuth/OneBranchNuget.Config index 256d6ebdd527..9588fa1ca933 100644 --- a/tools/NugetAuth/OneBranchNuget.Config +++ b/tools/NugetAuth/OneBranchNuget.Config @@ -1,4 +1,4 @@ - + @@ -8,5 +8,4 @@ - - + \ No newline at end of file diff --git a/tools/NugetAuth/ReplaceOneBranchConfig.ps1 b/tools/NugetAuth/ReplaceOneBranchConfig.ps1 index f799315e4483..9a2ffdd13581 100644 --- a/tools/NugetAuth/ReplaceOneBranchConfig.ps1 +++ b/tools/NugetAuth/ReplaceOneBranchConfig.ps1 @@ -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 \ No newline at end of file +# 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)