Skip to content

Commit c0326d1

Browse files
authored
acrolinx
1 parent f4b5565 commit c0326d1

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/tools/sqlcmd/sqlcmd-utility.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ This switch is used by the client when connecting to SQL Database or Azure Synap
192192
193193
> [!IMPORTANT]
194194
> The `-G` option only applies to Azure SQL Database and Azure Synapse Analytics.
195-
> AAD Interactive Authentication is not currently supported on Linux or macOS. Azure AD Integrated Authentication requires [Microsoft ODBC Driver 17 for SQL Server](../../connect/odbc/download-odbc-driver-for-sql-server.md) version 17.6.1 or higher and a properly [Configured Kerberos environment](../../connect/odbc/linux-mac/using-integrated-authentication.md).
195+
> Azure AD Interactive Authentication is not currently supported on Linux or macOS. Azure AD Integrated Authentication requires [Microsoft ODBC Driver 17 for SQL Server](../../connect/odbc/download-odbc-driver-for-sql-server.md) version 17.6.1 or higher and a properly [Configured Kerberos environment](../../connect/odbc/linux-mac/using-integrated-authentication.md).
196196
197197
- **Azure Active Directory Username and Password:**
198198
@@ -234,7 +234,7 @@ For Azure Active Directory Integrated authentication, provide the **-G** option
234234
235235
To enable interactive authentication, provide -G option with user name (-U) only, without a password.
236236
237-
The following example exports data using Azure AD interactive mode indicating username where user represents an AAD account. This is the same example used in the previous section: *Azure Active Directory Username and Password*.
237+
The following example exports data using Azure AD interactive mode indicating username where user represents an Azure AD account. This is the same example used in the previous section: *Azure Active Directory Username and Password*.
238238
239239
Interactive mode requires a password to be manually entered, or for accounts with multi-factor authentication enabled, complete your configured MFA authentication method.
240240

0 commit comments

Comments
 (0)