Skip to content

Commit 7a02498

Browse files
authored
Merge pull request #119057 from Joshua-Donovan/main
Update author-policies-for-arrays.md
2 parents 72fdef2 + 9b3f5a8 commit 7a02498

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

articles/governance/policy/how-to/author-policies-for-arrays.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,9 @@ can be rewritten as follows:
5959
"displayName": "Allowed locations",
6060
"strongType": "location"
6161
},
62-
"defaultValue": "eastus2",
62+
"defaultValue": [
63+
"eastus2"
64+
],
6365
"allowedValues": [
6466
"eastus2",
6567
"eastus",

0 commit comments

Comments
 (0)