Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Automation] Generate Fluent Lite from datafactory#package-2018-06 #29297

Merged
Merged
Show file tree
Hide file tree
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
4 changes: 4 additions & 0 deletions eng/CredScanSuppression.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,10 @@
"placeholder": "JdppJP5eH1w/CQ0cx4RGYWoC7NmQ0nmDbYR2PYWSDTXojV9bI1ck0Eh0sUIg8xj4KYj7tv+ZPLICu3BgLt6mMz==",
"_justification": "Mocked key used in performance testing."
},
{
"placeholder": "OAuth2ClientCredential",
"_justification": "This is not a credential key"
haolingdong-msft marked this conversation as resolved.
Show resolved Hide resolved
},
{
"file":[
"eng/common/testproxy/dotnet-devcert.pfx",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ public final class RestServiceAuthenticationType extends ExpandableStringEnum<Re
/** Static value ManagedServiceIdentity for RestServiceAuthenticationType. */
public static final RestServiceAuthenticationType MANAGED_SERVICE_IDENTITY = fromString("ManagedServiceIdentity");

/** Static value for RestServiceAuthenticationType. */
/** Static value OAuth2ClientCredential for RestServiceAuthenticationType. */
public static final RestServiceAuthenticationType OAUTH2CLIENT_CREDENTIAL = fromString("OAuth2ClientCredential");

/**
Expand Down