Closed rohityadavcloud closed 1 year ago
cc @resmo
@weizhouapache well, didn't test it yet but in the past, cloudstack just ignored unknown flags? So for earlier versions, this shouldn't break backwards compatibility right?
@weizhouapache well, didn't test it yet but in the past, cloudstack just ignored unknown flags? So for earlier versions, this shouldn't break backwards compatibility right?
@resmo
this PR also works with the earlier cloudstack versions which do not support the cleanup
flag.
There will be a warning message in log (just a warning) like
Received unknown parameters for command deleteProject. Unknown parameters : cleanup
Patch and project coverage have no change.
Comparison is base (
dc89b6d
) 83.77% compared to head (ac35926
) 83.77%.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.
Pass cleanup=true in the delete project module, refer: https://cloudstack.apache.org/api/apidocs-4.18/apis/deleteProject.html