Skip to content

Commit 03471c2

Browse files
authored
Fixed case
1 parent ef6e16d commit 03471c2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

articles/virtual-network-manager/how-to-exclude-elements.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ The advanced editor can be used to select virtual network during the creation of
9494
{
9595
"allOf": [
9696
{
97-
"field": "tags['Environment']",
97+
"field": "tags['environment']",
9898
"exists": true
9999
},
100100
{
@@ -113,7 +113,7 @@ The advanced editor can be used to select virtual network during the creation of
113113
{
114114
"allOf": [
115115
{
116-
"field": "tags['Environment']",
116+
"field": "tags['environment']",
117117
"exists": true
118118
},
119119
{
@@ -206,7 +206,7 @@ In this example, a conditional statement is created that finds virtual networks
206206
{
207207
"allOf": [
208208
{
209-
"field": "tags['Environment']",
209+
"field": "tags['environment']",
210210
"exists": true
211211
},
212212
{

0 commit comments

Comments
 (0)