Is your feature request related to a problem? Please describe.
az managedapp definition create command doesn't provide an option to control the deployment mode type (Incremental, Complete) and defaults to 'Complete'. The REST API provides a way to achieve this
Describe the solution you'd like
The CLI command would need a --deployment-mode parameter added, for example.
az managedapp definition create --deployment-mode=incremental
Describe alternatives you've considered
Use the REST API directly, but this is a more complicated approach.
Additional context
Is your feature request related to a problem? Please describe.
az managedapp definition createcommand doesn't provide an option to control the deployment mode type (Incremental, Complete) and defaults to 'Complete'. The REST API provides a way to achieve thisDescribe the solution you'd like
The CLI command would need a
--deployment-modeparameter added, for example.az managedapp definition create --deployment-mode=incrementalDescribe alternatives you've considered
Use the REST API directly, but this is a more complicated approach.
Additional context