mirror of
https://github.com/microsoft/BCQuality.git
synced 2026-08-09 02:41:37 +01:00
Sync knowledge articles with review agent instructions
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
This commit is contained in:
parent
f562fba837
commit
5bcdc55df9
62 changed files with 768 additions and 58 deletions
|
|
@ -10,6 +10,7 @@ codeunit 50209 "Sec Sample IsolatedStorage Bad"
|
|||
var
|
||||
ApiKey: Text;
|
||||
begin
|
||||
// Public wrapper: another extension can call this to read the secret.
|
||||
if IsolatedStorage.Get('ApiKey', DataScope::Module, ApiKey) then
|
||||
exit(ApiKey);
|
||||
exit('');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue