PowerShellForGitHub/Tests
Giuseppe Campanelli a6a27aa0aa
BREAKING CHANGE: Add confirmation prompts and examples for Remove- functions (#174)
Updates all Remove-* functions to set `ConfirmImpact='High'`, wraps the execution in `$PSCmdlet.ShouldProcess()`, and adds examples which show how to call the functions with `-Confirm:$false` to avoid the confirmation prompt.

## Breaking Change
This will be considered a breaking change for anyone using this module in an automated, scripted basis and calling any Remove-* methods.  They will need to add `-Confirm:$false` to those API calls, similar to what was done for the unit tests.

Fixes #171
2020-06-01 11:03:30 -07:00
..
Config Reducing warning messages during unit tests configuration (#132) 2019-11-11 13:13:37 -05:00
Common.ps1 Disable the module update check during Pester Tests (#210) 2020-05-31 17:17:48 -07:00
GitHubAnalytics.tests.ps1 BREAKING CHANGE: Add confirmation prompts and examples for Remove- functions (#174) 2020-06-01 11:03:30 -07:00
GitHubAssignees.tests.ps1 BREAKING CHANGE: Add confirmation prompts and examples for Remove- functions (#174) 2020-06-01 11:03:30 -07:00
GitHubComments.tests.ps1 BREAKING CHANGE: Add confirmation prompts and examples for Remove- functions (#174) 2020-06-01 11:03:30 -07:00
GitHubContents.tests.ps1 BREAKING CHANGE: Add confirmation prompts and examples for Remove- functions (#174) 2020-06-01 11:03:30 -07:00
GitHubCore.Tests.ps1 Minor test cleanup (#126) 2019-07-29 09:55:26 -07:00
GitHubEvents.tests.ps1 BREAKING CHANGE: Add confirmation prompts and examples for Remove- functions (#174) 2020-06-01 11:03:30 -07:00
GitHubLabels.tests.ps1 BREAKING CHANGE: Add confirmation prompts and examples for Remove- functions (#174) 2020-06-01 11:03:30 -07:00
GitHubMilestones.tests.ps1 BREAKING CHANGE: Add confirmation prompts and examples for Remove- functions (#174) 2020-06-01 11:03:30 -07:00
GitHubProjectCards.tests.ps1 Fix multi-result behavior across all versions of PowerShell (fixes CI UT's on all platforms) (#199) 2020-05-30 15:42:04 -07:00
GitHubProjectColumns.tests.ps1 Fix multi-result behavior across all versions of PowerShell (fixes CI UT's on all platforms) (#199) 2020-05-30 15:42:04 -07:00
GitHubProjects.tests.ps1 BREAKING CHANGE: Add confirmation prompts and examples for Remove- functions (#174) 2020-06-01 11:03:30 -07:00
GitHubReleases.tests.ps1 Fix multi-result behavior across all versions of PowerShell (fixes CI UT's on all platforms) (#199) 2020-05-30 15:42:04 -07:00
GitHubRepositories.tests.ps1 BREAKING CHANGE: Add confirmation prompts and examples for Remove- functions (#174) 2020-06-01 11:03:30 -07:00
GitHubRepositoryForks.tests.ps1 BREAKING CHANGE: Add confirmation prompts and examples for Remove- functions (#174) 2020-06-01 11:03:30 -07:00
GitHubRepositoryTraffic.tests.ps1 BREAKING CHANGE: Add confirmation prompts and examples for Remove- functions (#174) 2020-06-01 11:03:30 -07:00