PSRule.Rules.AzureDevOps
PSRule.Rules.AzureDevOps copied to clipboard
Expand unit test cases to cover TokenTypes for all cmdlets
As a product owner I want to ensure all cmdlets are covered in unit testing for the various TokenType settings and PATs. Not just for the cmdlets that actually expect different behaviour, but all cmdlets should be covered by the various connections
Acceptance Criteria
- All module cmdlets that depend on the
$script:connectionobject created byConnect-AzDevOpsshould have a test case for the workflowADO_PAT,ADO_PAT_READONLYandADO_PAT_FINEGRAINEDpersonal access tokens.