Skip to content

Commit 949d93d

Browse files
committed
feat: Update tests
1 parent 1979a61 commit 949d93d

File tree

5 files changed

+11
-11
lines changed

5 files changed

+11
-11
lines changed
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
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+
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
cache
22
| app.bicep:1:1:17:1 | RedisCacheResource |
33
cacheProps
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] |
55
cacheConfig
66
| app.bicep:1:1:17:1 | RedisCacheResource | app.bicep:13:25:15:5 | RedisConfiguration |

ql/test/library-tests/frameworks/managed-containers/ManagedContainers.ql

Lines changed: 0 additions & 10 deletions
This file was deleted.

0 commit comments

Comments
 (0)