From fc14931be93be7cd1c135b379034bcdaa1cd38bd Mon Sep 17 00:00:00 2001 From: Marc Abramowitz Date: Fri, 11 Apr 2025 15:08:57 -0700 Subject: [PATCH] Fix typo: Entrata -> Entra in docs (#9921) --- docs/my-website/docs/providers/azure.md | 6 +++--- docs/my-website/release_notes/v1.57.8-stable/index.md | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/my-website/docs/providers/azure.md b/docs/my-website/docs/providers/azure.md index dfb7761822..30bf3be1e4 100644 --- a/docs/my-website/docs/providers/azure.md +++ b/docs/my-website/docs/providers/azure.md @@ -478,7 +478,7 @@ response.stream_to_file(speech_file_path) ## **Authentication** -### Entrata ID - use `azure_ad_token` +### Entra ID - use `azure_ad_token` This is a walkthrough on how to use Azure Active Directory Tokens - Microsoft Entra ID to make `litellm.completion()` calls @@ -545,7 +545,7 @@ model_list: -### Entrata ID - use tenant_id, client_id, client_secret +### Entra ID - use tenant_id, client_id, client_secret Here is an example of setting up `tenant_id`, `client_id`, `client_secret` in your litellm proxy `config.yaml` ```yaml @@ -581,7 +581,7 @@ Example video of using `tenant_id`, `client_id`, `client_secret` with LiteLLM Pr -### Entrata ID - use client_id, username, password +### Entra ID - use client_id, username, password Here is an example of setting up `client_id`, `azure_username`, `azure_password` in your litellm proxy `config.yaml` ```yaml diff --git a/docs/my-website/release_notes/v1.57.8-stable/index.md b/docs/my-website/release_notes/v1.57.8-stable/index.md index 56eb09a20f..ea712f0f77 100644 --- a/docs/my-website/release_notes/v1.57.8-stable/index.md +++ b/docs/my-website/release_notes/v1.57.8-stable/index.md @@ -38,7 +38,7 @@ hide_table_of_contents: false 2. OpenAI Moderations - `omni-moderation-latest` support. [Start Here](https://docs.litellm.ai/docs/moderation) 3. Azure O1 - fake streaming support. This ensures if a `stream=true` is passed, the response is streamed. [Start Here](https://docs.litellm.ai/docs/providers/azure) 4. Anthropic - non-whitespace char stop sequence handling - [PR](https://github.com/BerriAI/litellm/pull/7484) -5. Azure OpenAI - support entrata id username + password based auth. [Start Here](https://docs.litellm.ai/docs/providers/azure#entrata-id---use-tenant_id-client_id-client_secret) +5. Azure OpenAI - support Entra id username + password based auth. [Start Here](https://docs.litellm.ai/docs/providers/azure#entrata-id---use-tenant_id-client_id-client_secret) 6. LM Studio - embedding route support. [Start Here](https://docs.litellm.ai/docs/providers/lm-studio) 7. WatsonX - ZenAPIKeyAuth support. [Start Here](https://docs.litellm.ai/docs/providers/watsonx)