I have an azure dashboard with many tiles that are deployed via command line (the code is written in bicep files). I can set Auto refresh manually but I also want to set a default value into the Bicep file. Is that possible?
I tried to add 'Microsoft.Dashboard/displayCache.Auto refresh': 'Every 5 minutes' and refreshInterval: '300' into the bicep file, but the Auto refresh property was not changed.