Azure / Azure/autorest.powershell

[Feature] Generate cmdlet to Add/remove elements for a complex array parameter

Open
#1,300 1 comment 0 reactions 0 assignees View on GitHub
feature-request Tracking
Dominant language
C#
Stars
123
Forks
99
PR merge metrics
No merged PRs in 30d

Description

Following is a valid user case from the user side.

Let's say we have the cmdlet as below.

```
New-AzResourceA [-network ] -Name ...
```

Users may need to update the network configuration for ResoureA by adding/removing elements.

So it is better We could generate two cmdlets like add-AzResourceANetwork, remove-AzResourceANetwork to support this scenario.

Contributor guide

No contributing guide indexed for this repository

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.