Skip to content

Commit 9857584

Browse files
(AzureCXP) Fix for GitHub Issue 52112
Fix for https://github.com/MicrosoftDocs/azure-docs/issues/52112 ------- cc: @jmprieur
1 parent 8ff2af5 commit 9857584

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

articles/active-directory/develop/quickstart-v2-netcore-daemon.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,6 @@ app = ConfidentialClientApplicationBuilder.Create(config.ClientId)
193193
.WithClientSecret(config.ClientSecret)
194194
.WithAuthority(new Uri(config.Authority))
195195
.Build();
196-
);
197196
```
198197

199198
> | Where: ||

0 commit comments

Comments
 (0)