`az managedapp definition create` command doesn't provide an option to control the deployment mode
- Dominant language
- Python
- Stars
- 4.6k
- Forks
- 3.5k
- Avg merge
- 3d 10h
- Merged PRs (30d)
- 64
Description
**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](https://docs.microsoft.com/en-us/rest/api/managedapplications/application-definitions/create-or-update#applicationdeploymentpolicy)
**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](https://docs.microsoft.com/en-us/rest/api/managedapplications/application-definitions/create-or-update) directly, but this is a more complicated approach.
**Additional context**
Contributor guide
Assessment
This issue has not been assessed yet.