Bernie White

Results 291 issues of Bernie White

Add walkthrough for using PSRule as a quality gate within an Azure DevOps release pipeline.

documentation

Currently a number of supporting projects within the solution target .NET Core 3.1. These projects can be upgraded to .NET 6. Including: - `PSRule.Rules.Azure.Benchmark` - `PSRule.Rules.Azure.BuildTool` - `PSRule.Rules.Azure.Tests`

dependencies

Currently expansion of template files relies on triggering of a file. Instead we should be able to handle when a JSON object with a matching schema is passed. Related to...

enhancement
integration: defender-for-devops

Additional functions are planned to be added to ARM ~August: - `filter` - `sort` - `map` - `reduce` - `flatten` - `lambdaVariables` - `lambda` https://docs.microsoft.com/azure/azure-resource-manager/templates/template-functions https://github.com/Azure/bicep/tree/8e74bc9e42bc65c57cfd4518c321e3ca125e015a/src/Bicep.Core.Samples/Files/Lambdas_LF

enhancement

**Description of the issue** For high volume subscriptions with many or complex resources, calls to `Export-AzRuleData` request may get throttled. ```text Get-AzResource: TooManyRequests : The request is being throttled as...

bug
.NET
ms-hack-2022

Update rule code to provide better reporting of which property caused the rule to fail. This is related to microsoft/PSRule#1092 which is also a dependency. Since there is varying complexity...

enhancement
integration: defender-for-devops

This is tracking for adding support for Terraform HCL to PSRule originally discussed here Microsoft/PSRule#907 by @jbla9028. --- **Is your feature request related to a problem? Please describe.** It appears...

enhancement
hot

# Rule request ## Suggested rule change By default when a Redis Cache is not VNET integrated access from an IP address is permitted. Network access to the cache should...

help wanted
good first issue
rule: redis

# Rule request ## Suggested rule change Policy assignments can configure a non-compliance message. The default non-compliance message should be set to provide a human readable reason for any denies...

help wanted
good first issue
rule: policy
pillar: operational-execellence

# Rule request ## Suggested rule change Deployments using an outer scope should not use any `secureObject` or `secureString` parameters. ## Applies to the following The rule applies to the...

help wanted
rule: deployment
integration: template-analyzer