Frode Flaten

Results 118 issues of Frode Flaten

Related to #2490 Add missing Description sections to new `Should-*` functions. --- For more details, open the [Copilot Workspace session](https://copilot-workspace.githubnext.com/pester/Pester/issues/2490?shareId=ba3621fe-3370-498a-9a9a-d1c4cea782c0).

## PR Summary **WIP** When a command is mocked by only parameterized mocks, throw for calls not matching any filters unless `-AllowFallback` is specified. Fix #2166 Fix #2178 TODO -...

## PR Summary Updates website links to use versioned URLs to make sure they don't break when v6 is released. Fix #2503 ⚠️ Pending this PR for new links to...

### Checklist - [X] Issue has a meaningful title - [X] I have searched the existing issues. See [all issues](https://github.com/pester/Pester/issues?q=is%3Aissue) - [X] I have tested using the latest version of...

## Describe the feature Update Maester to support Exchange Online's [RBAC for Application](https://learn.microsoft.com/en-us/exchange/permissions-exo/application-rbac#how-to-migrate-from-application-access-policies-to-rbac-for-applications) which replaces the global `Mail.Send` graph permission + application access policies currently mentioned in docs to limit...

enhancement

## Describe the feature When adding new features, tests, breaking changes etc. any updated website docs are published immediately on merge, while the change may not reach stable version for...

## Describe the feature Suggestions for new tests: - Check for service principals with tenant-wide application Graph permissions that could be converted to RBAC for Applications for improved security. Recommendation/tip....

Completions does not filter elements based on `maxOccurs` when triggering completion above the existing elements. See example below. The schema validation will fail as expected when the duplicate exists, but...