Björn Sundling
Björn Sundling
Related to #8 It would be super neat to have this in vscode, automatically notifying me if a secret is in my code, the same style as the git plugin...
I'm still missing patterns for the regex pattern tests for the following: - _Cloudinary - _Firebase_URL - _Amazon_MWS_Auth_Token - _Facebook_Access_Token - _Facebook_OAuth - _GitHub - _Generic_API_Key - _Generic_Secret - _Google_API_Key...
This doc still contained some bad / old references, erroneous error messages, and straight up misspellings. Fixed to the best of my knowledge.
The removed text was duplicated and already included in the Azure portal / ARM Template setting description. No need to have the exact same text twice in a row.
This PR removes an unnecessary backtick. The PowerShell example had an accidental backtick in the command line making the single command multiline...
### Description of Issue https://forums.ironmansoftware.com/t/json-object-oddities-with-new-udautocompleteoption/11385 I have a function that fetches data, and constructs a dropdown using `New-UDAutocompleteOption`, however, if the `-Value` parameter contains json it throws an error. The...