Bernie White

Results 206 comments of Bernie White

@vors so the intent would be to convert to maml on the fly and render the output as it would be rendered from Get-Help?

@vors Could we just extend the existing `Get-HelpPreview` to handle markdown files and just do the render based on the type of file passed to `-Path`?

Hmm looks like it is actually `-Session` that is incorrect. A dump from `Get-Help` without a MAML using the engine I get this: |name|position| |----|--------| |AlphabeticParamsOrder|Named| |Encoding|1| |LogAppend|Named| |LogPath|2| |Path|0|...

@wonsil Thanks for your interest in PSDocs. Ideally a walk though similar to [Azure template](https://github.com/BernieWhite/PSDocs/blob/main/docs/scenarios/arm-template/arm-template.md), but anything in between is great. It's more about the process so that someone can...

@majorku5anagi You can create a custom baseline or override settings in `ps-rule.yaml`. --- Creating baselines is covered in https://microsoft.github.io/PSRule/v2/concepts/PSRule/en-US/about_PSRule_Baseline/. You can create a custom baseline in the `.ps-rule/` directory and...

@Gordonby Thanks for reporting this issue. Yes. Looks like a bug. Double-checking your linked GitHub action results it does not appear that you are overriding the `CAF_PublicIPPrefix` configuration option so...

@silverl Thanks for reporting the issue. The task currently ships with support for PSRule v2.1.0. And will try to install this version. To use PSRule v2.2.0. Set the `version:` property...

@samsmithnz Thanks for your interest in PSRule and the question/ request. Previously there were some internal restrictions about how this process occurs. The process for onboarding a verified GitHub Action...