Files
microsoft--semantic-kernel/python/tests/assets/test_plugins/TestOpenAIPlugin/akv-openai.json
T
wehub-resource-sync b957a53def
CodeQL / Analyze (csharp) (push) Waiting to run
CodeQL / Analyze (python) (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:21:23 +08:00

20 lines
795 B
JSON

{
"schema_version": "v1",
"name_for_model": "AzureKeyVault",
"name_for_human": "AzureKeyVault",
"description_for_model": "An Azure Key Vault plugin for interacting with secrets.",
"description_for_human": "An Azure Key Vault plugin for interacting with secrets.",
"auth": {
"type": "oauth",
"scope": "https://vault.azure.net/.default",
"authorization_url": "https://login.microsoftonline.com/e80e3e25-bb8d-4b4d-ab3f-b91669dd8ae4/oauth2/v2.0/token",
"authorization_content_type": "application/x-www-form-urlencoded"
},
"api": {
"type": "openapi",
"url": "file:///./tests/assets/test_plugins/TestPlugin/TestOpenAPIPlugin/akv-openapi.yaml"
},
"logo_url": "",
"contact_email": "",
"legal_info_url": ""
}