Skip to content

Property 'PeeredRemoteAddressSpace' not filled in Az.Network current released versions #27585

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
miaoyinchan opened this issue Apr 16, 2025 · 3 comments
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. customer-reported Network - Virtual Network Service Attention This issue is responsible by Azure service team.

Comments

@miaoyinchan
Copy link

Description

The property 'PeeredRemoteAddressSpace' is not filled when running the command Get-AzVirtualNetworkPeering -VirtualNetworkName $VirtualNetworkName -ResourceGroupName $ResourceGroupName.
This issue happens in Az.Network version 7.16.0, 7.15.1, 7.15.0, and 7.13.0. The issue didn't happen in Az.Network version 7.10.0 and 7.14.0. The versions not mentioned here weren't tested.

Issue script & Debug output

$virtualNetworkPeeringAll = Get-AzVirtualNetworkPeering -VirtualNetworkName $VirtualNetworkName -ResourceGroupName $ResourceGroupName

$virtualNetworkPeeringAll | format-List

Environment data

$PSVersionTable

Name                           Value
----                           -----
PSVersion                      7.5.0
PSEdition                      Core
GitCommitId                    7.5.0
OS                             Microsoft Windows 10.0.20348
Platform                       Win32NT
PSCompatibleVersions           {1.0, 2.0, 3.0, 4.0…}
PSRemotingProtocolVersion      2.3
SerializationVersion           1.1.0.1
WSManStackVersion              3.0

Module versions

Get-Module Az*

ModuleType Version    PreRelease Name                                ExportedCommands
---------- -------    ---------- ----                                ----------------
Script     4.1.0                 Az.Accounts                         {Add-AzEnvironment, Clear-AzConfig, Clear-AzContext, Clear-AzDefault…}
Script     7.16.0                Az.Network                          {Add-AzApplicationGatewayAuthenticationCertificate, Add-AzApplicationGatewayBackendAddressPool, Add-AzApplicationGatewayBackendHttpSetting, Add-Az

Error output

...
EnableOnlyIPv6Peering                : 
RemoteSubnetNames                    : {}
LocalSubnetNames                     : {}
RemoteGateways                       : 
PeeredRemoteAddressSpace             : 
RemoteVirtualNetworkAddressSpace     : Microsoft.Azure.Commands.Network.Models.PSAddressSpace
....
@miaoyinchan miaoyinchan added bug This issue requires a change to an existing behavior in the product in order to be resolved. needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Apr 16, 2025
@microsoft-github-policy-service microsoft-github-policy-service bot added customer-reported needs-triage This is a new issue that needs to be triaged to the appropriate team. and removed needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Apr 16, 2025
@isra-fel isra-fel added Service Attention This issue is responsible by Azure service team. Network - Virtual Network and removed needs-triage This is a new issue that needs to be triaged to the appropriate team. labels Apr 17, 2025
Copy link
Contributor

Thanks for the feedback! We are routing this to the appropriate team for follow-up. cc @vnetsuppgithub.

@miaoyinchan
Copy link
Author

Hi, do you have any updates?

@miaoyinchan
Copy link
Author

is dit bug fixed?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug This issue requires a change to an existing behavior in the product in order to be resolved. customer-reported Network - Virtual Network Service Attention This issue is responsible by Azure service team.
Projects
None yet
Development

No branches or pull requests

2 participants