-
Notifications
You must be signed in to change notification settings - Fork 83
Add service keys verification tool: fix for #1814 #1815
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
base: main
Are you sure you want to change the base?
Conversation
bmerkle
commented
Jan 8, 2026
- Introduced a new script `testServiceKeys.ts` for validating service keys configured in the .env file. - Implemented detailed checks for various services including Azure OpenAI, OpenAI, Microsoft Graph, and others. - Added color-coded console output for better visibility of test results. - Updated `package.json` to include `dotenv` as a development dependency for loading environment variables. - fix for microsoft#1814
|
The policy check failure will pass once #1813 is merged. |
|
I have read the CLA Document and I hereby sign the CLA |
|
@robgruen I have signed the CLA and fixed the copyright (moved two first to lines) |
Looks great, thank you! Just FYI - I just added EnvVars for GPT5 & 5.2 in case you felt like adding them to them this script at some point. Feel free to merge once all the checks pass. |