You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
/// <param name="schema">The SQL schema name to use. Defaults to 'dbo' if <see langword="null" />.</param>
36
-
/// <param name="resource">Resource to access. e.g. https://management.azure.com/.</param>
17
+
/// <param name="tokenCredential">The credentials used. If null, 'DefaultAzureCredential' is used.</param>
18
+
/// <param name="resource">Resource to access. e.g. https://database.windows.net/.</param>
37
19
/// <param name="tenantId">If not specified, default tenant is used. Managed Service Identity REST protocols do not accept tenantId, so this can only be used with certificate and client secret based authentication.</param>
38
-
/// <param name="azureAdInstance">Specify a value for clouds other than the Public Cloud.</param>
39
20
/// <returns>A builder for a database upgrader designed for Azure SQL Server databases.</returns>
0 commit comments