Open
Description
Description of the new feature
Add the possibility to manage subnets when the user doesn't have the Microsoft.Network/virtualNetworks/write permission
Actually, creating a subnet from the portal, an IaC tool, az CLI, etc (API) doesn't require the Microsoft.Network/virtualNetworks/write permission.
Whereas in powershell it's done with
Get-AzVirtualNetwork | Add-AZVirtualNetworkSubnetConfig | Set-AzVirtualNetwork