Is there an az cli equivalent to AWS "--cli-input-json"?
Hello all,
I worked for some time with AWS CLI. One thing I used to do to quickly create resources was describe the resource, collect the JSON, change it slightly and create another by using the "--cli-input-json". It worked quite consistently across services.
Is there an equivalent input in Azure CLI? One that takes the JSON output of the "show" and can use it as input to "create" or "update"?
I found some alternatives by googling but they seem limited to some commands or parts of commands.
Thank you.