data-management-zone icon indicating copy to clipboard operation
data-management-zone copied to clipboard

Invalid policy parameters

Open vanwinkelseppe opened this issue 2 years ago • 0 comments

Summary of the Pull Request

Update the policy parameters from Int to Integer because it is not deployable.

References

PR Checklist

Validation Steps Performed

Deployed previous version and current one in Azure. Error from previous deployment: {"code":"DeploymentFailed","message":"At least one resource deployment operation failed. Please list deployment operations for details. Please see https://aka.ms/arm-deployment-operations for usage details.","details":[{"code":"InvalidPolicyParameterType","message":"The policy 'Deny-Batch-Scale' has parameter(s) 'maxTargetDedicatedNodes,maxTargetLowPriorityNodes' with invalid types. The allowed parameter definition types are 'String,Array,Object,Boolean,Integer,Float,DateTime'."}]}

vanwinkelseppe avatar May 25 '23 12:05 vanwinkelseppe