wrong KQL query marks redis enterprise for deprecation
Open
- Dominant language
- No language data
- Stars
- 13
- Forks
- 10
- PR merge metrics
- No merged PRs in 30d
Description
The condition "type contains 'Microsoft.Cache/Redis'" wrongly matches enterprise redis for deprecation. The condition should be:
type =~ 'Microsoft.Cache/Redis'
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.