@microsoft/teamsfx 1.2.1-rc.1 → 2.0.0-alpha.86a326bbb.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -890,6 +890,8 @@ const defaultSQLScope = "https://database.windows.net/";
890
890
  /**
891
891
  * Generate connection configuration consumed by tedious.
892
892
  *
893
+ * @deprecated we recommend you compose your own Tedious configuration for better flexibility.
894
+ *
893
895
  * @param {TeamsFx} teamsfx - Used to provide configuration and auth
894
896
  * @param { string? } databaseName - specify database name to override default one if there are multiple databases.
895
897
  *