### Task name HelmDeploy@1 ### Describe your feature request here As per [documentation](https://learn.microsoft.com/en-us/azure/devops/pipelines/tasks/reference/helm-deploy-v1?view=azure-pipelines), Arguments should be effective for all helm commands except login and logout. ``` #arguments: # string. Optional. Use when command != login && command != logout. Arguments. ``` However, they are not effective for `uninstall` command, even though `helm` will accept them. Its causing issues when we try to uninstall and install helm chart in same run. It would be great to have this feature at the earliest.