## Summary Add a support for `spo list view remove` command in order to : - [x] Remove specific SharePoint view based on his ID or Title (ID or Title not both) - [x] Here the list of necessary parameters : - [x] `--listId` / `--listTitle` (ID or Title not both) - [x] `--viewId` / `--viewTitle` (ID or Title not both) - [x] `-u, --webUrl` Web URL - [x] `--confirm` (to suppress prompt) - [x] Support at least the following additional parameters : - [x] `-o, --output` - [x] `--verbose` - [x] `--debug` ## To Do - [x] Add command from solution - [x] Add documentation of usage (MkDocs) - [x] Validate cmdlet usage - [x] Validate Unit test
Summary
Add a support for
spo list view removecommand in order to :--listId/--listTitle(ID or Title not both)--viewId/--viewTitle(ID or Title not both)-u, --webUrlWeb URL--confirm(to suppress prompt)-o, --output--verbose--debugTo Do