You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: src/PSRule.Rules.Azure/en/PSRule-rules.psd1
+3-1
Original file line number
Diff line number
Diff line change
@@ -66,7 +66,9 @@
66
66
PremiumRedisCacheAvailabilityZone="The premium redis cache ({0}) deployed to region ({1}) should use a minimum of two availability zones from the following [{2}]."
67
67
EnterpriseRedisCacheAvailabilityZone="The enterprise redis cache ({0}) deployed to region ({1}) should be zone-redundant."
68
68
AKSMinimumVersionReplace="The configuration option 'Azure_AKSMinimumVersion' has been replaced with 'AZURE_AKS_CLUSTER_MINIMUM_VERSION'. The option 'Azure_AKSMinimumVersion' is deprecated and will no longer work in the next major version. Please update your configuration to the new name. See https://aka.ms/ps-rule-azure/upgrade."
69
+
AKSNodeMinimumMaxPodsReplace="The configuration option 'Azure_AKSNodeMinimumMaxPods' has been replaced with 'AZURE_AKS_POOL_MINIMUM_MAXPODS'. The option 'Azure_AKSNodeMinimumMaxPods' is deprecated and will no longer work in the next major version. Please update your configuration to the new name. See https://aka.ms/ps-rule-azure/upgrade."
69
70
AzureAllowedRegionsReplace="The configuration option 'Azure_AllowedRegions' has been replaced with 'AZURE_RESOURCE_ALLOWED_LOCATIONS'. The option 'Azure_AllowedRegions' is deprecated and will no longer work in the next major version. Please update your configuration to the new name. See https://aka.ms/ps-rule-azure/upgrade."
71
+
APIMMinimumCertificateLifetimeReplace="The configuration option 'Azure_MinimumCertificateLifetime' has been replaced with 'AZURE_APIM_MINIMUM_CERTIFICATE_LIFETIME'. The option 'Azure_MinimumCertificateLifetime' is deprecated and will no longer work in the next major version. Please update your configuration to the new name. See https://aka.ms/ps-rule-azure/upgrade."
70
72
# DeprecatedSupportsTags = "The 'SupportsTags' PowerShell function has been replaced with the selector 'Azure.Resource.SupportsTags'. The 'SupportsTags' function is deprecated and will no longer work in the next major version. Please update your PowerShell rules to the selector instead. See https://aka.ms/ps-rule-azure/upgrade."
71
73
KeyVaultAutoRotationPolicy="The key ({0}) should enable a auto-rotation policy."
72
74
ReplicaNotFound="A replica was not found."
@@ -122,4 +124,4 @@
122
124
VMSSPublicIPAttached="The virtual machine scale set instances should not have public IP addresses directly attached to their network interfaces."
123
125
VMMultiTenantHostingRights="The Windows 0S installed on the virtual machine ({0}) should use multi-tenant hosting rights."
124
126
VMAvailabilitySetDistributeTraffic="The availability set member ({0}) should be a part of a backend pool."
0 commit comments