Azure / Azure/azure-powershell

New-AzVirtualNetworkSubnet

Open
#9,022 5 comments 0 reactions 2 assignees Claimed by @chandrasekarsrinivasan View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.