@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.
@@ -956,6 +956,9 @@ function createMicrosoftGraphClient(teamsfx, scopes) {
956
956
  // Copyright (c) Microsoft Corporation.
957
957
  /**
958
958
  * Generate connection configuration consumed by tedious.
959
+ *
960
+ * @deprecated we recommend you compose your own Tedious configuration for better flexibility.
961
+ *
959
962
  * @remarks
960
963
  * Only works in in server side.
961
964
  */
@@ -1848,6 +1851,7 @@ class NotificationBot {
1848
1851
  }
1849
1852
  /**
1850
1853
  * Returns the first {@link Channel} where predicate is true, and undefined otherwise.
1854
+ * (Ensure the bot app is installed into the `General` channel, otherwise undefined will be returned.)
1851
1855
  *
1852
1856
  * @remarks
1853
1857
  * Only work on server side.
@@ -1880,6 +1884,7 @@ class NotificationBot {
1880
1884
  }
1881
1885
  /**
1882
1886
  * Returns all {@link Channel} where predicate is true, and empty array otherwise.
1887
+ * (Ensure the bot app is installed into the `General` channel, otherwise empty array will be returned.)
1883
1888
  *
1884
1889
  * @remarks
1885
1890
  * Only work on server side.