Jake Morrison

Results 19 comments of Jake Morrison

Thanks @Snozzberries - opened #71 regarding this issue.

#71 is now closed with a patch for the fix. When the platyPS rewrite is complete and evaluated the patch should be removed. Making a note for later.

@theJasonHelmick - can you clarify a bit further? Where can one access the `Microsoft.PowerShell.PlatyPS 1.0` release?

This one is odd because I don't see `Set-DynamicDistributionGroup` referenced anywhere in the code-base. Not sure what it's involvement is here. This error is occurring on `Test-DSCConfiguation` so I wouldn't...

Downgrading to `1.24.207.2` resolved the issue for the time being. > Are there plenty of other EXO Resource prior to this error happening? No, this is failing on the first...

This is not currently possible due to: > matrix job does not support to set shell as configuration options `shell: ${{ matrix.shell }}` fails ❌ . Reference: https://github.com/orgs/community/discussions/25544 Open Feature...

``` Failed to call UpdateProject, reason: Windows Server 2022 not supported for on-demand compute (Service: AWSCodeBuild; Status Code: 400; Error Code: InvalidInputException; ``` Server 2022 images still not natively supported.

This isn't intended for broader use in current form, but I laid down a basic foundation for this for some of my PowerShell CDK projects. Code is here: [cdk_pwsh_runtime_bootstrap.ps1](https://gist.github.com/techthoughts2/d5d994d6d2d336b4ad397fc5f99c0f1a) A...