Bernie White
Bernie White
@gengle Not at the time. At the time i wasn't aware of the project. Thanks. How would you see that working?
@gengle Thanks for the suggestion, I'll have a look at this. However any thoughts on how you would like it to work would be great.
#322 could be used to set a block downstream to Requirements.
Requires further integration via webhook.
@ArmaanMcleod Thanks. Agreed.
@ArmaanMcleod I was thinking something like this: ```yaml - field: 'tags.businessUnit' in: $: configuration: 'allowedBusinessUnits' ``` It should be easy to update the schema to support all the advanced use...
This should be addressed by initial function support.
@chriskuech I have also been getting this for a while. It's is flaky. I have `Invoke-PSScriptAnalyzer` included in a Azure Pipeline as part of a CI process. Sometimes it will...
@chriskuech interesting, I did bulk testing in the same PowerShell process and the issue doesn't predictably reoccur. Can't say on what happens without `Export-ModuleMember` because I haven't done any testing,...
@asears It's a good point. You can expand templates without a parameter file using [Export-AzRuleTemplateData](https://github.com/Azure/PSRule.Rules.Azure/blob/main/docs/commands/Export-AzRuleTemplateData.md) if called directly. That doesn't currently allow a `-ParametersObject` parameter with a hashtable to pass...