PSRule.Rules.Azure icon indicating copy to clipboard operation
PSRule.Rules.Azure copied to clipboard

Redis Enterprise cache minumum TLS version

Open ArmaanMcleod opened this issue 3 years ago • 0 comments

Rule request

Suggested rule change

Similar to Azure.Redis.MinTLS, we should include Microsoft.Cache/redisEnterprise type as well to check the minumumTlsVersion property: https://docs.microsoft.com/en-us/azure/templates/microsoft.cache/redisenterprise?tabs=bicep#clusterproperties.

I guess we need to decide if this should be a new rule or simply add this type to the existing rule, given the property path is the same for both types. Makes sense to just add the type to the existing rule.

Applies to the following

The rule applies to the following:

  • Resource type: Microsoft.Cache/redisEnterprise

Additional context

Data encryption in Azure

ArmaanMcleod avatar Dec 27 '21 16:12 ArmaanMcleod