Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
PR comments
  • Loading branch information
gearama committed Jan 31, 2024
commit b80ec88322b459299d93761a6049bddcac199bdc
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ namespace Azure { namespace Identity { namespace Test {
{"TenantId", {"--tenantId"}, "The tenant Id for the authentication.", 1, true},
{"ClientId", {"--clientId"}, "The client Id for the authentication.", 1, true},
{"Secret", {"--secret"}, "The secret for authentication.", 1, true, true},
{"Scope", {"--scope"}, "One scope to request access to.", 1, true},
{"Scope", {"--scope"}, "One scope to request access to.", 1, true}};
{"Cache", {"--cache"}, "Use credential cache.", 1, false}};
}

Expand Down