openclaw/extensions/microsoft-foundry/openclaw.plugin.json
haxudev a0c6a614dc rename: azure-foundry → microsoft-foundry
Rebrand to match Microsoft Foundry product name.
Provider ID: microsoft-foundry
All labels, group IDs, and references updated.
2026-03-19 15:04:58 +08:00

39 lines
1.2 KiB
JSON

{
"id": "microsoft-foundry",
"providers": ["microsoft-foundry"],
"providerAuthEnvVars": {
"microsoft-foundry": ["AZURE_OPENAI_API_KEY", "AZURE_OPENAI_ENDPOINT"]
},
"providerAuthChoices": [
{
"provider": "microsoft-foundry",
"method": "entra-id",
"choiceId": "microsoft-foundry-entra",
"choiceLabel": "Microsoft Foundry (Entra ID / az login)",
"choiceHint": "Use your Azure login — no API key needed",
"groupId": "microsoft-foundry",
"groupLabel": "Microsoft Foundry",
"groupHint": "Entra ID + API key"
},
{
"provider": "microsoft-foundry",
"method": "api-key",
"choiceId": "microsoft-foundry-apikey",
"choiceLabel": "Microsoft Foundry (API key)",
"choiceHint": "Use an Azure OpenAI API key directly",
"groupId": "microsoft-foundry",
"groupLabel": "Microsoft Foundry",
"groupHint": "Entra ID + API key",
"optionKey": "azureOpenaiApiKey",
"cliFlag": "--azure-openai-api-key",
"cliOption": "--azure-openai-api-key <key>",
"cliDescription": "Azure OpenAI API key"
}
],
"configSchema": {
"type": "object",
"additionalProperties": false,
"properties": {}
}
}