From 0fdc936fda020e57e5a53527697afe62082ba437 Mon Sep 17 00:00:00 2001 From: yuta-suggs <56773358+yuta-suggs@users.noreply.github.com> Date: Mon, 19 Feb 2024 20:23:21 +0900 Subject: [PATCH] Update mssql-setup.md MSI->ActiveDirectoryMsi --- website/docs/docs/core/connect-data-platform/mssql-setup.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/website/docs/docs/core/connect-data-platform/mssql-setup.md b/website/docs/docs/core/connect-data-platform/mssql-setup.md index f58827c3554..fadf8cc4d4d 100644 --- a/website/docs/docs/core/connect-data-platform/mssql-setup.md +++ b/website/docs/docs/core/connect-data-platform/mssql-setup.md @@ -243,7 +243,7 @@ your_profile_name: port: 1433 database: exampledb schema: schema_name - authentication: MSI + authentication: ActiveDirectoryMsi ``` @@ -457,6 +457,6 @@ Valid values for `authentication`: * `ActiveDirectoryIntegrated`: Active Directory authentication using the current user's credentials * `ServicePrincipal`: Azure Active Directory authentication using a service principal * `CLI`: Azure Active Directory authentication using the account you're logged in with in the Azure CLI -* `MSI`: Azure Active Directory authentication using a managed identity available on the system +* `ActiveDirectoryMsi`: Azure Active Directory authentication using a managed identity available on the system * `environment`: Azure Active Directory authentication using environment variables as documented [here](https://learn.microsoft.com/en-us/python/api/azure-identity/azure.identity.environmentcredential?view=azure-python) * `auto`: Azure Active Directory authentication trying the previous authentication methods until it finds one that works