PSRule.Rules.Azure
PSRule.Rules.Azure copied to clipboard
Rules to validate Azure resources and infrastructure as code (IaC) using PSRule.
## PR Summary Fixes #2904 Updated Azure.MySQL.DefenderCloud to also support the flexible deployment model. ## PR Checklist - [x] PR has a meaningful title - [x] Summarized changes - [x]...
### Existing rule _No response_ ### Description of the issue Better handling when references are not used. For example, the existing reference could fail with index out of bounds but...
### Existing rule Azure.MySQL.DefenderCloud ### Suggested rule The flexible deployment model now supports Defender for Cloud for Azure Database for MySQL. It is done by configuring `Microsoft.DBforMySQL/flexibleServers/advancedThreatProtectionSettings`. This resource resource...
### Existing rule _No response_ ### Suggested rule When running remote scripts in a build process, the remote script could be maliciously modified to execute unintended code. This is a...
### Existing rule _No response_ ### Description of the issue Running PSRule with PSRule.Rules.Azure throws an error `Bicep compilation hasn't completed within the timeout window. This can be caused by...
### Existing rule Azure.AppService.WebSecureFtp ### Description of the issue This happens with multiple rules, but let's take `Azure.AppService.WebSecureFtp` as an example. We have a `main.bicep` that creates a `br/public:avm/res/web/site:0.3.5` with...
## PR Summary Fixes #67 Added Azure.VM.ASDistributeTraffic. ## PR Checklist - [x] PR has a meaningful title - [x] Summarized changes - [x] Change is not breaking - [x] This...
Bumps [Microsoft.NET.Test.Sdk](https://github.com/microsoft/vstest) from 17.10.0 to 17.11.0. Release notes Sourced from Microsoft.NET.Test.Sdk's releases. v17.11.0 What's Changed Add reference to the AdapterUtilities library in the spec docs. by @peterwald in microsoft/vstest#4958 Stack...
### Your suggestion Currently the documentation for `Azure.AppService.PlanInstanceCount` doesn't mention anything about availability zones, more complete guidance and an up-to-date sample should be added. #2964 already checks for availability zones...
### Your suggestion When an Azure environment has many policy assignments exporting policy assignments from a scope may take an extended unreasonable time to complete or not complete at all....