Skip to content

Commit 1349841

Browse files
authored
Merge pull request #170 from Azure-Samples/yuanyang
[Face] Fix Face build failing
2 parents b910ee5 + 95416c1 commit 1349841

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/Face/Program.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ static void Main(string[] args)
1919
FindSimilarInLargeFaceList.Run(endpoint, subscriptionKey).Wait();
2020

2121
// Group sample.
22-
Group.Run(endpoint, apiKey).Wait();
22+
Group.Run(endpoint, subscriptionKey).Wait();
2323

2424
// Identify sample.
2525
IdentifyInPersonGroup.Run(endpoint, subscriptionKey).Wait();

0 commit comments

Comments
 (0)