Rename group/command/parameter in one step
Why do you need this feature?
Is your feature request related to a problem? Please describe.
Currently if you want to rename group: network express-route-circuit-connection to group: network express-route peering connection, you need set configuration as follows in readme.az.md
- where:
group: network express-route-circuit-connection
set:
group: network express-route-peering-connection
- where:
group: network express-route-peering-connection
set:
group: network express-route peering-connection
- where:
group: network express-route peering-connection
set:
group: network express-route peering connection
Describe the solution you'd like
can we just config as follows to achieve the goal to make the config easier for us?
- where:
group: network express-route-circuit-connection
set:
group: network express-route peering connection
Describe alternatives you've considered
Additional context
If the group express-route-circuit-connection is originally come from swagger, then I think it has already been supported. If the group express-route-circuit-connection is from previous command layer directive, then I think the above directive won't work either
@kairu-ms, please verify it works or not now.