@microsoft/teamsfx 2.0.1-alpha.ba6cc7dba.0 → 2.0.1-alpha.f43656338.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
  */
@@ -1791,6 +1794,7 @@ class NotificationBot {
1791
1794
  }
1792
1795
  /**
1793
1796
  * Returns the first {@link Channel} where predicate is true, and undefined otherwise.
1797
+ * (Ensure the bot app is installed into the `General` channel, otherwise undefined will be returned.)
1794
1798
  *
1795
1799
  * @remarks
1796
1800
  * Only work on server side.
@@ -1819,6 +1823,7 @@ class NotificationBot {
1819
1823
  }
1820
1824
  /**
1821
1825
  * Returns all {@link Channel} where predicate is true, and empty array otherwise.
1826
+ * (Ensure the bot app is installed into the `General` channel, otherwise empty array will be returned.)
1822
1827
  *
1823
1828
  * @remarks
1824
1829
  * Only work on server side.