-
Notifications
You must be signed in to change notification settings - Fork 45
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
New field added client-secret for Azure client secret ID. (#555)
* New field added azure-client-secret for Azure client secret ID. * Updated test cases
- Loading branch information
1 parent
67fd5d3
commit cdf8e7e
Showing
7 changed files
with
221 additions
and
277 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,28 +1,27 @@ | ||
mock_input_text1_anonymize_snippet_true = """ | ||
<PERSON>'s SSN is <US_SSN>. | ||
Sachin's SSN is <US_SSN>. | ||
ITIN number <US_ITIN> | ||
His AWS Access Key is: <AWS_ACCESS_KEY>. | ||
And <PERSON> is: <GITHUB_TOKEN> | ||
And Github Token is: <GITHUB_TOKEN> | ||
""" | ||
|
||
mock_input_text2_anonymize_snippet_true = """ | ||
Content | ||
"<PERSON> board on <DATE_TIME> announced an interim dividend of Re 1 per equity share of the face value of Rs 2 each, i.e., a 50 per cent payout for <DATE_TIME> along with financial results for the <DATE_TIME> period of the company for <DATE_TIME>." | ||
"<PERSON> reminded the board of the scheduled retreat coming up in <DATE_TIME>, and provided a drafted retreat schedule. The board provided feedback on the agenda and the consensus was that, outside of making a few minor changes, the committee should move forward as planned. No board action required." | ||
"Wipros board on Friday, January 12 announced an interim dividend of Re 1 per equity share of the face value of Rs 2 each, i.e., a 50 per cent payout for the current financial year along with financial results for the October-December period of the company for the financial year ending March 2024." | ||
"Roberts reminded the board of the scheduled retreat coming up in three months, and provided a drafted retreat schedule. The board provided feedback on the agenda and the consensus was that, outside of making a few minor changes, the committee should move forward as planned. No board action required." | ||
"Claims: An adaptive pacing system for implantable cardiac devices, comprising a pulse generator, multiple sensing electrodes, a microprocessor-based control unit, a wireless communication module, and memory for dynamically adjusting pacing parameters based on real-time physiological data. The system of claim 1, wherein the adaptive pacing algorithms include rate-responsive pacing based on physical activity. The system of claim 1, further comprising an external monitoring system for remote data access and modification of pacing parameters." | ||
"<PERSON>'s SSN is <US_SSN>. His passport ID is 5484880UA. | ||
<PERSON>'s driver's license number is <NRP>. | ||
<PERSON>'s bank account number is 70048841700216300. | ||
His <NRP> express credit card number is <CREDIT_CARD>. | ||
His UK IBAN Code is <IBAN_CODE>. | ||
ITIN number <US_ITIN>. | ||
Azure client secret : c4cb6f91-15a7-4e6d-a824-abcdef012345. | ||
AWS Access Key is: <AWS_ACCESS_KEY> | ||
AWS Secret Key is : <AWS_SECRET_KEY> | ||
Github Token is: <GITHUB_TOKEN> | ||
Google API key: <PERSON><PERSON> is: <SLACK_TOKEN> | ||
Azure Client Secret - c4cb6f91-15a7-4e6d-a824-abcdef012345 | ||
<PERSON> - <SLACK_TOKEN> | ||
"Sachin's SSN is <US_SSN>. His passport ID is 5484880UA. | ||
Sachin's driver's license number is <US_DRIVER_LICENSE>. | ||
Sachin's bank account number is <US_BANK_NUMBER>. | ||
His American express credit card number is <CREDIT_CARD>. | ||
His UK IBAN Code is <IBAN_CODE>. | ||
ITIN number <US_ITIN>. | ||
AWS Access Key is: <AWS_ACCESS_KEY> | ||
AWS Secret Key is : <AWS_SECRET_KEY>Github Token is: <GITHUB_TOKEN> | ||
Google API key: zaCELgL0imfnc8mVLWwsAawjYr4Rx-Af50DDqtlx | ||
Slack Token is: <SLACK_TOKEN> | ||
Slack Token - <SLACK_TOKEN> | ||
Google API key- KLzaSyB_tWrbmfWx8g2bzL7Vhq7znuTUn0JPKmY" | ||
IP Address - <IP_ADDRESS> | ||
My IP Address - <IP_ADDRESS> | ||
Azure client_secret is <AZURE_CLIENT_SECRET> | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.