Skip to content

Commit

Permalink
Update createOrUpdateSqlDatastore.json to remove sensitive info (#28688)
Browse files Browse the repository at this point in the history
Co-authored-by: Josephine Qiu <josefree@users.noreply.github.com>
  • Loading branch information
lirenhe and josefree authored Apr 16, 2024
1 parent 15c4ed2 commit f434b7a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@
"databaseName": "dataset",
"endpoint": "database.windows.net",
"userId": "demo_user",
"userPassword": "dataset#1234",
"userPassword": "<PASSWORD>",
"portNumber": null,
"credentialType": "SqlAuthentication",
"clientId": "00000000-0000-0000-0000-000000000000",
Expand Down

0 comments on commit f434b7a

Please sign in to comment.