Azure / bicep-types-az

Bicep type definitions for ARM resources
MIT License
86 stars 27 forks source link

remoteGateways not included in Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2024-01-01 resource #2247

Open jgross-aspire opened 3 months ago

jgross-aspire commented 3 months ago

Bicep version Bicep CLI version 0.28.1 (ba1e9f8c1e)

Describe the bug remoteGateways is a property on Virtual Network Peerings and it is not supported in Bicep. Below is an example of the JSON view in Azure showing the property:

image

PowerShell also supposedly supports it but does not populate the property: https://learn.microsoft.com/en-us/dotnet/api/microsoft.azure.commands.network.models.psvirtualnetworkpeering?view=az-ps-latest

Warning in Bicep, although you can supply the property: image

To Reproduce Attempt to set the remoteGateways property on a Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2024-01-01 in Bicep.

Additional context NA

stephaniezyen commented 3 months ago

Unfortunately this is a Microsoft.Network RP issue. Please open a support ticket with that team and we will try to route it on our end.