Brandon Olin
Brandon Olin
Thanks for the issue @GreatTeacherBasshead. I can repo this, but the cause isn't immediately obvious. I suspect we have some funny things with scoping going on.
@enyim If some specs can be created that validate this functionality I think it would be a great addition. The AppVeyor builds are working now as well.
> In the end I gave up, the creator of this project seems to have abandoned it. I decided to use wsl2 and it has been the best decision I...
I like the idea @ThePSAdmin. The way to accomplish this right now is with [POSHOrigin modules](https://github.com/devblackops/POSHOrigin/wiki/Modules). They work very similar to (and were inspired by) Terraform modules and allow you...
Thanks for reporting this @bwright86. I'll take a look.
As far as categorizing sets of tests, you can use Pester's [Tag](https://github.com/pester/Pester/wiki/Describe) property for that. So something like: ```powershell describe 'my tests' -tag 'onprem' { } describe 'my tests' -tag...
@JamesWTruher, Can you push version `v1.1.0` to the gallery or give me the ability to do so?
I think that's a great idea! Yes, multiple parameters sets like you mentioned would be the way to go. Probably also create a private function that actually implements `Invoke-RestMethod` to...
Thanks for reporting this! I'll take a look.
You're right @glatzert. I plan to improve the readme (and documentation in general) to make it clearer what the project's goal is, how to use it, etc.