On Demand Pool Configuration & Policy definition

n1399
New Contributor II

I'm using Job cluster and created compute policies for library management and now I'm trying to use pools in databricks. I'm getting error like this : 

Cluster validation error: Validation failed for azure_attributes.spot_bid_max_price from pool, the value must be present

here is the policy definition in cluster policy 

"azure_attributes.spot_bid_max_price": {
    "type": "unlimited",
    "defaultValue": 100,
    "hidden": false
  },

 

This definition is already inherited in the policy definition, I'm unable to remove them