Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-21-2024 03:17 AM
It seems, it is expecting a "value" parameter in your policy something like this.
"azure_attributes.spot_bid_max_price": {
"type": "unlimited","value": 100,"defaultValue": 100,"hidden": false
},
If it still fails try to remove the defaultValue parameter in your policy.
Sashank Kotta