Azure / data-management-zone

Template to deploy the Data Management Zone of Cloud Scale Analytics (former Enterprise-Scale Analytics). The Data Management Zone provides data governance and management capabilities for the data platform of an organization.
MIT License
169 stars 87 forks source link

Invalid policy parameters #319

Open vanwinkelseppe opened 1 year ago

vanwinkelseppe commented 1 year ago

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'."}]}