Open jgross-aspire opened 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:
remoteGateways
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:
To Reproduce Attempt to set the remoteGateways property on a Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2024-01-01 in Bicep.
Microsoft.Network/virtualNetworks/virtualNetworkPeerings@2024-01-01
Additional context NA
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.
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: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:
To Reproduce Attempt to set the
remoteGateways
property on aMicrosoft.Network/virtualNetworks/virtualNetworkPeerings@2024-01-01
in Bicep.Additional context NA