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/Network/Network/Az.Network.psd1 b/src/Network/Network/Az.Network.psd1 index 58ad99298b34..03ef721d9434 100644 --- a/src/Network/Network/Az.Network.psd1 +++ b/src/Network/Network/Az.Network.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 = '7.23.0' +ModuleVersion = '7.23.1' # Supported PSEditions CompatiblePSEditions = 'Core', 'Desktop' @@ -810,8 +810,8 @@ PrivateData = @{ # IconUri = '' # ReleaseNotes of this module - ReleaseNotes = '* Added ''GeoLocationXFFHeader'' and ''ClientAddrXFFHeader'' as valid VariableNames in ''NewAzureApplicationGatewayFirewallCustomRuleGroupByVariable''. -* Bug fix for ''AzureFirewallPolicy'' to ensure ''BasePolicy'' is properly set via ''Set-AzFirewallPolicy'' cmdlet either via pipe or direct value.' + ReleaseNotes = '* Supported ''-DryRun'' and ''-ExportBicep'' +* Onboarded ''Microsoft.Security/privateLinks'' to Private Link Common Cmdlets' # Prerelease string of this module Prerelease = 'preview' diff --git a/src/Network/Network/ChangeLog.md b/src/Network/Network/ChangeLog.md index 6673ff1b058a..078ad8dfcc31 100644 --- a/src/Network/Network/ChangeLog.md +++ b/src/Network/Network/ChangeLog.md @@ -19,6 +19,8 @@ ---> ## Upcoming Release + +## Version 7.23.1 * Supported `-DryRun` and `-ExportBicep` * Onboarded `Microsoft.Security/privateLinks` to Private Link Common Cmdlets diff --git a/src/Network/Network/Properties/AssemblyInfo.cs b/src/Network/Network/Properties/AssemblyInfo.cs index 7f38dadc9f4c..6158a3bd355b 100644 --- a/src/Network/Network/Properties/AssemblyInfo.cs +++ b/src/Network/Network/Properties/AssemblyInfo.cs @@ -25,8 +25,8 @@ [assembly: ComVisible(false)] [assembly: CLSCompliant(false)] [assembly: Guid("be2ca022-590c-48ba-b465-9ab61d6e2ea0")] -[assembly: AssemblyVersion("7.23.0")] -[assembly: AssemblyFileVersion("7.23.0")] +[assembly: AssemblyVersion("7.23.1")] +[assembly: AssemblyFileVersion("7.23.1")] #if !SIGN [assembly: InternalsVisibleTo("Microsoft.Azure.PowerShell.Cmdlets.Network.Test")] #endif diff --git a/tools/AzPreview/AzPreview.psd1 b/tools/AzPreview/AzPreview.psd1 index aeac033b82ec..d6dd7694a368 100644 --- a/tools/AzPreview/AzPreview.psd1 +++ b/tools/AzPreview/AzPreview.psd1 @@ -181,7 +181,7 @@ RequiredModules = @(@{ModuleName = 'Az.Accounts'; ModuleVersion = '5.3.0'; }, @{ModuleName = 'Az.MySql'; RequiredVersion = '1.5.0'; }, @{ModuleName = 'Az.NeonPostgres'; RequiredVersion = '0.2.0'; }, @{ModuleName = 'Az.NetAppFiles'; RequiredVersion = '0.25.0'; }, - @{ModuleName = 'Az.Network'; RequiredVersion = '7.23.0'; }, + @{ModuleName = 'Az.Network'; RequiredVersion = '7.23.1'; }, @{ModuleName = 'Az.NetworkAnalytics'; RequiredVersion = '0.1.2'; }, @{ModuleName = 'Az.NetworkCloud'; RequiredVersion = '1.2.1'; }, @{ModuleName = 'Az.NetworkFunction'; RequiredVersion = '0.2.0'; }, diff --git a/tools/Docs/az-ps-latest-2.csv b/tools/Docs/az-ps-latest-2.csv index a6b2f5b044fb..a111cd079c10 100644 --- a/tools/Docs/az-ps-latest-2.csv +++ b/tools/Docs/az-ps-latest-2.csv @@ -5,7 +5,7 @@ pac3,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-releas pac4,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.MySql.1.5.0.zip;sourceType=sa]Az.MySql,1.5.0 pac5,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NeonPostgres.0.2.0.zip;sourceType=sa]Az.NeonPostgres,0.2.0 pac6,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetAppFiles.0.25.0.zip;sourceType=sa]Az.NetAppFiles,0.25.0 -pac7,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Network.7.23.0.zip;sourceType=sa]Az.Network,7.23.0 +pac7,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.Network.7.23.1.zip;sourceType=sa]Az.Network,7.23.1 pac8,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkAnalytics.0.1.2.zip;sourceType=sa]Az.NetworkAnalytics,0.1.2 pac9,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkCloud.1.2.1.zip;sourceType=sa]Az.NetworkCloud,1.2.1 pac10,[ps=true;customSource=https://azpspackage.blob.core.windows.net/docs-release/Az.NetworkFunction.0.2.0.zip;sourceType=sa]Az.NetworkFunction,0.2.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)