You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
dolauli
changed the title
[Feature] Generate cmdlet to Add/remove elements from a complex array parameter
[Feature] Generate cmdlet to Add/remove elements for a complex array parameter
Jan 18, 2024
We can even expand the scope to not only complex objects, but also primitive types.
Also, since enabling this will introduce a lot of new cmdlets, we should probably design it to be a property level directive. For example:
Following is a valid user case from the user side.
Let's say we have the cmdlet as below.
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.
The text was updated successfully, but these errors were encountered: