@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.
- package/dist/index.esm2017.js +3 -0
- package/dist/index.esm2017.js.map +1 -1
- package/dist/index.esm2017.mjs +2 -0
- package/dist/index.esm2017.mjs.map +1 -1
- package/dist/index.esm5.js +3 -0
- package/dist/index.esm5.js.map +1 -1
- package/dist/index.node.cjs.js +2 -0
- package/dist/index.node.cjs.js.map +1 -1
- package/package.json +3 -3
- package/types/teamsfx.d.ts +2 -0
package/dist/index.esm5.js
CHANGED
|
@@ -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
|
*/
|