Skip to content

Commit 3ca1b0e

Browse files
sandorfrDanny McCormick
authored andcommitted
Add missing "type" on connectService string pattern (microsoft#384)
It is required for some tools (such as json2ts) to work properly. Other similar pattern have the type specified so I assume this has just been forgotten.
1 parent 2b465ae commit 3ca1b0e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks.schema.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -163,6 +163,7 @@
163163
]
164164
},
165165
{
166+
"type": "string",
166167
"pattern": "^connectedService\\:.+$"
167168
}
168169
]

0 commit comments

Comments
 (0)