Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow a force argument in the delete() method for a Project #204

Open
DanDavies2 opened this issue Nov 27, 2024 · 2 comments
Open

Allow a force argument in the delete() method for a Project #204

DanDavies2 opened this issue Nov 27, 2024 · 2 comments
Labels
backlog Created in internal backlog (does not guarantee actual plan and implementation) enhancement New feature or request

Comments

@DanDavies2
Copy link

Allow the need to answer the confirmation prompt when calling the delete() method on a Project object to be overridden perhaps with an optional force argument

Having this required prompt means that code cannot be run from within Workstation for example as the prompt cannot be answered

@apiotrowskiMicroStrategy
Copy link
Contributor

Hi @DanDavies2

The lack of force flag for deleting the Project object specifically is by design, as Project deletion is a destructive process in such a scale, that something like this should never be done without explicit confirmation required. Therefore it is possible only via standalone mstrio, outside WorkStation, and with further interaction during script evaluation.

I will confirm internally if a change in approach may be approved, but cannot guarantee anything at this point.

Will get back to you on that.

@apiotrowskiMicroStrategy apiotrowskiMicroStrategy added enhancement New feature or request backlog Created in internal backlog (does not guarantee actual plan and implementation) labels Dec 10, 2024
@DanDavies2
Copy link
Author

No problem I understand
Thank you for the response :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backlog Created in internal backlog (does not guarantee actual plan and implementation) enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants