File tree Expand file tree Collapse file tree 5 files changed +11
-11
lines changed
ql/test/library-tests/frameworks Expand file tree Collapse file tree 5 files changed +11
-11
lines changed File renamed without changes.
Original file line number Diff line number Diff line change 1+ import bicep
2+
3+ query predicate mcr ( AKS:: ManagedContainerResource mcr ) { any ( ) }
4+
5+ query predicate mcrAgents (
6+ AKS:: ManagedContainerResource mcr ,
7+ AKS:: ManagedContainerProperties:: AgentPoolProfiles agents
8+ ) {
9+ mcr .getAgentPoolProfiles ( ) = agents
10+ }
File renamed without changes.
Original file line number Diff line number Diff line change 11cache
22| app.bicep:1:1:17:1 | RedisCacheResource |
33cacheProps
4- | app.bicep:1:1:17:1 | RedisCacheResource | app.bicep:9:15:16:3 | CacheProperties |
4+ | app.bicep:1:1:17:1 | RedisCacheResource | app.bicep:9:15:16:3 | CacheProperties[myRedisCache] |
55cacheConfig
66| app.bicep:1:1:17:1 | RedisCacheResource | app.bicep:13:25:15:5 | RedisConfiguration |
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments