Azure / Azure/azure-powershell
New-AzVirtualNetworkSubnet
Open
act-quality-productivity-squad
customer-reported
feature-request
Network - Virtual Network
Service Attention
- Dominant language
- C#
- Stars
- 4.8k
- Forks
- 4.3k
- Avg merge
- 2d 17h
- Merged PRs (30d)
- 51
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
## Proposed implementation details (optional)
Contributor guide
Assessment
This issue has not been assessed yet.