Jake Morrison
Jake Morrison
### Description An overhauled version of platyPS is [now available](https://devblogs.microsoft.com/powershell/announcing-platyps-2-0-0-preview1/). Evaluate this new version and determine if it resolves some of the help creation issues previosly faced allowing for an...
Haven't determined a way to properly mock Invoke-WebRequest exceptions yet - which this function depends on. If anyone has any suggestions I'd love to hear them. ``` powershell File Function...
## Description AWS PowerShell Lambda does not currently permit the use of any cmdlets/functions from an Azure Az module. ### Expectation ``` #Requires -Modules @{ModuleName='Az.Accounts';ModuleVersion='2.7.2'} ``` With an Az module...
Steps to reproduce ------------------ Create new markdown help using WithModulePage parameter against a module with platyPS v0.13.0 ```powershell New-MarkdownHelp -Module slate -WithModulePage -OutputFolder .\docs\ ``` Expected behavior (v.0.12.0) ----------------- ```...
### Description [Assert-MockCalled](https://pester.dev/docs/commands/Assert-MockCalled) is being deprecated in Pester 5: > THIS COMMAND IS OBSOLETE AND WILL BE REMOVED SOMEWHERE DURING v5 LIFETIME, USE Should -Invoke INSTEAD. ### Describe the solution...
### Description of the issue When updating from `1.24.207.2` to `1.24.214.2` we are now experiencing an error with the `EXOAddressBookPolicy ` resource: ```powershell PowerShell DSC resource MSFT_EXOAddressBookPolicy failed to execute...
### Description of the issue `AADConditionalAccessPolicy` does not currently support Conditional Access (CA) policy settings related to Authentication flows: - Device Code Flow - Authentication transfer See attached photo for...
This isn't an issue or feature request but more of a discussion topic as we explore vault creation on various platforms. I'm finding that in certain scenarios that the concept...
### Description GitLab 17 is being released May 16 and includes several breaking changes. https://about.gitlab.com/blog/2024/04/10/a-guide-to-the-high-impact-breaking-changes-in-gitlab-17-0/ ### Describe the solution you'd like Review the blog post and determine if any changes...