@microsoft/teamsfx 2.0.1-alpha.12611228.0 → 2.0.1-alpha.5cda7f549.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.
@@ -939,6 +939,9 @@ function createMicrosoftGraphClient(teamsfx, scopes) {
939
939
  // Copyright (c) Microsoft Corporation.
940
940
  /**
941
941
  * Generate connection configuration consumed by tedious.
942
+ *
943
+ * @deprecated we recommend you compose your own Tedious configuration for better flexibility.
944
+ *
942
945
  * @remarks
943
946
  * Only works in in server side.
944
947
  */