Skip to content

New-AzVirtualNetworkSubnet #9022

Open
Open
@tcanelas

Description

@tcanelas

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)

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions