@microsoft/teamsfx-core 1.22.0 → 1.22.1-alpha.034f24ebd.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.
Files changed (325) hide show
  1. package/build/common/azure-hosting/hostingConstant.d.ts +9 -9
  2. package/build/common/azure-hosting/hostingConstant.d.ts.map +1 -1
  3. package/build/common/azure-hosting/hostingConstant.js +9 -9
  4. package/build/common/azure-hosting/hostingConstant.js.map +1 -1
  5. package/build/common/azure-hosting/hostingError.js +7 -7
  6. package/build/common/azure-hosting/hostingError.js.map +1 -1
  7. package/build/common/azure-hosting/utils.js +2 -2
  8. package/build/common/azure-hosting/utils.js.map +1 -1
  9. package/build/common/deps-checker/constant/message.d.ts +27 -31
  10. package/build/common/deps-checker/constant/message.d.ts.map +1 -1
  11. package/build/common/deps-checker/constant/message.js +33 -31
  12. package/build/common/deps-checker/constant/message.js.map +1 -1
  13. package/build/common/deps-checker/internal/dotnetChecker.js +12 -10
  14. package/build/common/deps-checker/internal/dotnetChecker.js.map +1 -1
  15. package/build/common/deps-checker/internal/funcToolChecker.js +11 -9
  16. package/build/common/deps-checker/internal/funcToolChecker.js.map +1 -1
  17. package/build/common/deps-checker/internal/ngrokChecker.d.ts.map +1 -1
  18. package/build/common/deps-checker/internal/ngrokChecker.js +5 -5
  19. package/build/common/deps-checker/internal/ngrokChecker.js.map +1 -1
  20. package/build/common/deps-checker/internal/nodeChecker.d.ts.map +1 -1
  21. package/build/common/deps-checker/internal/nodeChecker.js +7 -3
  22. package/build/common/deps-checker/internal/nodeChecker.js.map +1 -1
  23. package/build/common/deps-checker/internal/vxTestAppChecker.js +4 -4
  24. package/build/common/deps-checker/internal/vxTestAppChecker.js.map +1 -1
  25. package/build/common/local/localCertificateManager.d.ts.map +1 -1
  26. package/build/common/local/localCertificateManager.js +11 -11
  27. package/build/common/local/localCertificateManager.js.map +1 -1
  28. package/build/common/projectSettingsHelper.d.ts.map +1 -1
  29. package/build/common/projectSettingsHelper.js +21 -16
  30. package/build/common/projectSettingsHelper.js.map +1 -1
  31. package/build/common/samples-config-v3.json +24 -0
  32. package/build/common/samples-config.json +2 -32
  33. package/build/common/templates-config.json +2 -2
  34. package/build/common/tools.d.ts.map +1 -1
  35. package/build/common/tools.js +21 -60
  36. package/build/common/tools.js.map +1 -1
  37. package/build/component/code/api/depsChecker/funcHelper.js +2 -2
  38. package/build/component/code/api/depsChecker/funcHelper.js.map +1 -1
  39. package/build/component/code/tab/tabCode.js +4 -4
  40. package/build/component/code/tab/tabCode.js.map +1 -1
  41. package/build/component/configManager/lifecycle.d.ts.map +1 -1
  42. package/build/component/configManager/lifecycle.js +10 -10
  43. package/build/component/configManager/lifecycle.js.map +1 -1
  44. package/build/component/constants.d.ts +25 -25
  45. package/build/component/constants.d.ts.map +1 -1
  46. package/build/component/constants.js +281 -213
  47. package/build/component/constants.js.map +1 -1
  48. package/build/component/coordinator/index.d.ts +2 -0
  49. package/build/component/coordinator/index.d.ts.map +1 -1
  50. package/build/component/coordinator/index.js +78 -40
  51. package/build/component/coordinator/index.js.map +1 -1
  52. package/build/component/core.d.ts.map +1 -1
  53. package/build/component/core.js +11 -11
  54. package/build/component/core.js.map +1 -1
  55. package/build/component/deployUtils.d.ts +2 -0
  56. package/build/component/deployUtils.d.ts.map +1 -1
  57. package/build/component/deployUtils.js +11 -0
  58. package/build/component/deployUtils.js.map +1 -1
  59. package/build/component/developerPortalScaffoldUtils.d.ts +4 -0
  60. package/build/component/developerPortalScaffoldUtils.d.ts.map +1 -1
  61. package/build/component/developerPortalScaffoldUtils.js +40 -6
  62. package/build/component/developerPortalScaffoldUtils.js.map +1 -1
  63. package/build/component/driver/botAadApp/create.d.ts.map +1 -1
  64. package/build/component/driver/botAadApp/create.js +15 -1
  65. package/build/component/driver/botAadApp/create.js.map +1 -1
  66. package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.d.ts.map +1 -1
  67. package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.js +21 -9
  68. package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.js.map +1 -1
  69. package/build/component/driver/deploy/azure/azureDeployDriver.d.ts.map +1 -1
  70. package/build/component/driver/deploy/azure/azureDeployDriver.js +3 -0
  71. package/build/component/driver/deploy/azure/azureDeployDriver.js.map +1 -1
  72. package/build/component/driver/deploy/azure/azureFunctionDeployDriver.d.ts.map +1 -1
  73. package/build/component/driver/deploy/azure/azureFunctionDeployDriver.js +17 -7
  74. package/build/component/driver/deploy/azure/azureFunctionDeployDriver.js.map +1 -1
  75. package/build/component/driver/deploy/azure/baseDeployDriver.d.ts.map +1 -1
  76. package/build/component/driver/deploy/azure/baseDeployDriver.js +3 -1
  77. package/build/component/driver/deploy/azure/baseDeployDriver.js.map +1 -1
  78. package/build/component/driver/deploy/spfx/deployDriver.js +9 -9
  79. package/build/component/driver/deploy/spfx/deployDriver.js.map +1 -1
  80. package/build/component/driver/deploy/spfx/utility/constants.d.ts +5 -5
  81. package/build/component/driver/deploy/spfx/utility/constants.d.ts.map +1 -1
  82. package/build/component/driver/deploy/spfx/utility/constants.js +5 -5
  83. package/build/component/driver/deploy/spfx/utility/constants.js.map +1 -1
  84. package/build/component/driver/interface/baseDeployStepDriver.d.ts +1 -0
  85. package/build/component/driver/interface/baseDeployStepDriver.d.ts.map +1 -1
  86. package/build/component/driver/interface/baseDeployStepDriver.js +1 -0
  87. package/build/component/driver/interface/baseDeployStepDriver.js.map +1 -1
  88. package/build/component/driver/interface/buildAndDeployArgs.d.ts +1 -0
  89. package/build/component/driver/interface/buildAndDeployArgs.d.ts.map +1 -1
  90. package/build/component/driver/teamsApp/configure.d.ts +6 -0
  91. package/build/component/driver/teamsApp/configure.d.ts.map +1 -1
  92. package/build/component/driver/teamsApp/configure.js +21 -5
  93. package/build/component/driver/teamsApp/configure.js.map +1 -1
  94. package/build/component/driver/teamsApp/create.d.ts +1 -0
  95. package/build/component/driver/teamsApp/create.d.ts.map +1 -1
  96. package/build/component/driver/teamsApp/create.js +16 -0
  97. package/build/component/driver/teamsApp/create.js.map +1 -1
  98. package/build/component/driver/teamsApp/createAppPackage.d.ts +1 -0
  99. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  100. package/build/component/driver/teamsApp/createAppPackage.js +27 -5
  101. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  102. package/build/component/driver/teamsApp/interfaces/CreateAppPackageArgs.d.ts +1 -1
  103. package/build/component/driver/teamsApp/interfaces/CreateAppPackageArgs.d.ts.map +1 -1
  104. package/build/component/driver/teamsApp/interfaces/ValidateTeamsAppArgs.d.ts +1 -1
  105. package/build/component/driver/teamsApp/interfaces/ValidateTeamsAppArgs.d.ts.map +1 -1
  106. package/build/component/driver/teamsApp/publishAppPackage.d.ts +1 -0
  107. package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
  108. package/build/component/driver/teamsApp/publishAppPackage.js +16 -0
  109. package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
  110. package/build/component/driver/teamsApp/validate.d.ts +1 -0
  111. package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
  112. package/build/component/driver/teamsApp/validate.js +17 -1
  113. package/build/component/driver/teamsApp/validate.js.map +1 -1
  114. package/build/component/feature/apiconnector/ApiConnectorImpl.js +22 -22
  115. package/build/component/feature/apiconnector/ApiConnectorImpl.js.map +1 -1
  116. package/build/component/feature/apiconnector/questions.d.ts +15 -15
  117. package/build/component/feature/apiconnector/questions.d.ts.map +1 -1
  118. package/build/component/feature/apiconnector/questions.js +138 -93
  119. package/build/component/feature/apiconnector/questions.js.map +1 -1
  120. package/build/component/feature/apiconnector/utils.d.ts +1 -1
  121. package/build/component/feature/apiconnector/utils.d.ts.map +1 -1
  122. package/build/component/feature/apiconnector/utils.js +1 -1
  123. package/build/component/feature/apiconnector/utils.js.map +1 -1
  124. package/build/component/feature/bot/bot.js +14 -14
  125. package/build/component/feature/bot/bot.js.map +1 -1
  126. package/build/component/feature/bot/question.js +4 -4
  127. package/build/component/feature/bot/question.js.map +1 -1
  128. package/build/component/feature/cicd/cicd.js +2 -2
  129. package/build/component/feature/cicd/cicd.js.map +1 -1
  130. package/build/component/feature/cicd/constants.d.ts +3 -3
  131. package/build/component/feature/cicd/constants.d.ts.map +1 -1
  132. package/build/component/feature/cicd/constants.js +3 -3
  133. package/build/component/feature/cicd/constants.js.map +1 -1
  134. package/build/component/feature/cicd/errors.js +3 -3
  135. package/build/component/feature/cicd/errors.js.map +1 -1
  136. package/build/component/feature/cicd/existingTemplatesStat.js +2 -2
  137. package/build/component/feature/cicd/existingTemplatesStat.js.map +1 -1
  138. package/build/component/feature/cicd/questions.d.ts +5 -5
  139. package/build/component/feature/cicd/questions.d.ts.map +1 -1
  140. package/build/component/feature/cicd/questions.js +38 -25
  141. package/build/component/feature/cicd/questions.js.map +1 -1
  142. package/build/component/feature/spfx.js +1 -1
  143. package/build/component/feature/spfx.js.map +1 -1
  144. package/build/component/feature/sso.js +2 -2
  145. package/build/component/feature/sso.js.map +1 -1
  146. package/build/component/feature/tab.js +1 -1
  147. package/build/component/feature/tab.js.map +1 -1
  148. package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
  149. package/build/component/generator/officeAddin/generator.js +3 -2
  150. package/build/component/generator/officeAddin/generator.js.map +1 -1
  151. package/build/component/generator/officeAddin/question.d.ts +2 -2
  152. package/build/component/generator/officeAddin/question.d.ts.map +1 -1
  153. package/build/component/generator/officeAddin/question.js +14 -12
  154. package/build/component/generator/officeAddin/question.js.map +1 -1
  155. package/build/component/generator/spfxGenerator.js +1 -1
  156. package/build/component/generator/spfxGenerator.js.map +1 -1
  157. package/build/component/generator/utils.d.ts +1 -0
  158. package/build/component/generator/utils.d.ts.map +1 -1
  159. package/build/component/generator/utils.js +8 -3
  160. package/build/component/generator/utils.js.map +1 -1
  161. package/build/component/middleware/envMW.js +1 -1
  162. package/build/component/middleware/envMW.js.map +1 -1
  163. package/build/component/migrate.js +3 -3
  164. package/build/component/migrate.js.map +1 -1
  165. package/build/component/provisionUtils.d.ts.map +1 -1
  166. package/build/component/provisionUtils.js +1 -0
  167. package/build/component/provisionUtils.js.map +1 -1
  168. package/build/component/question.d.ts +12 -13
  169. package/build/component/question.d.ts.map +1 -1
  170. package/build/component/question.js +176 -159
  171. package/build/component/question.js.map +1 -1
  172. package/build/component/resource/apim/services/apimService.d.ts.map +1 -1
  173. package/build/component/resource/apim/services/apimService.js +23 -44
  174. package/build/component/resource/apim/services/apimService.js.map +1 -1
  175. package/build/component/resource/appManifest/appManifest.js +3 -3
  176. package/build/component/resource/appManifest/appManifest.js.map +1 -1
  177. package/build/component/resource/appManifest/appStudio.d.ts +1 -1
  178. package/build/component/resource/appManifest/appStudio.d.ts.map +1 -1
  179. package/build/component/resource/appManifest/appStudio.js +54 -18
  180. package/build/component/resource/appManifest/appStudio.js.map +1 -1
  181. package/build/component/resource/appManifest/appStudioClient.d.ts +8 -1
  182. package/build/component/resource/appManifest/appStudioClient.d.ts.map +1 -1
  183. package/build/component/resource/appManifest/appStudioClient.js +82 -10
  184. package/build/component/resource/appManifest/appStudioClient.js.map +1 -1
  185. package/build/component/resource/appManifest/authSvcClient.d.ts +1 -1
  186. package/build/component/resource/appManifest/authSvcClient.d.ts.map +1 -1
  187. package/build/component/resource/appManifest/authSvcClient.js +4 -3
  188. package/build/component/resource/appManifest/authSvcClient.js.map +1 -1
  189. package/build/component/resource/appManifest/constants.d.ts +1 -0
  190. package/build/component/resource/appManifest/constants.d.ts.map +1 -1
  191. package/build/component/resource/appManifest/constants.js +1 -0
  192. package/build/component/resource/appManifest/constants.js.map +1 -1
  193. package/build/component/resource/appManifest/errors.d.ts +2 -46
  194. package/build/component/resource/appManifest/errors.d.ts.map +1 -1
  195. package/build/component/resource/appManifest/errors.js +9 -89
  196. package/build/component/resource/appManifest/errors.js.map +1 -1
  197. package/build/component/resource/appManifest/interfaces/IValidationResult.d.ts +28 -0
  198. package/build/component/resource/appManifest/interfaces/IValidationResult.d.ts.map +1 -0
  199. package/build/component/resource/appManifest/interfaces/IValidationResult.js +5 -0
  200. package/build/component/resource/appManifest/interfaces/IValidationResult.js.map +1 -0
  201. package/build/component/resource/appManifest/questions.d.ts +2 -2
  202. package/build/component/resource/appManifest/questions.d.ts.map +1 -1
  203. package/build/component/resource/appManifest/questions.js +16 -10
  204. package/build/component/resource/appManifest/questions.js.map +1 -1
  205. package/build/component/resource/appManifest/utils/ManifestUtils.js +4 -4
  206. package/build/component/resource/appManifest/utils/ManifestUtils.js.map +1 -1
  207. package/build/component/resource/azureSql/clients/management.js +1 -1
  208. package/build/component/resource/azureSql/clients/management.js.map +1 -1
  209. package/build/component/resource/azureStorage/configs.js +2 -2
  210. package/build/component/resource/azureStorage/configs.js.map +1 -1
  211. package/build/component/resource/botService/appStudio/appStudioClient.d.ts +5 -0
  212. package/build/component/resource/botService/appStudio/appStudioClient.d.ts.map +1 -1
  213. package/build/component/resource/botService/appStudio/appStudioClient.js +7 -0
  214. package/build/component/resource/botService/appStudio/appStudioClient.js.map +1 -1
  215. package/build/component/utils/ResourceGroupHelper.js +2 -2
  216. package/build/component/utils/ResourceGroupHelper.js.map +1 -1
  217. package/build/component/utils/depsChecker/bicepChecker.js +11 -11
  218. package/build/component/utils/depsChecker/bicepChecker.js.map +1 -1
  219. package/build/component/utils/depsChecker/common.d.ts +7 -7
  220. package/build/component/utils/depsChecker/common.js +7 -7
  221. package/build/component/utils/depsChecker/common.js.map +1 -1
  222. package/build/core/FxCore.js +2 -2
  223. package/build/core/FxCore.js.map +1 -1
  224. package/build/core/FxCoreImplementV3.d.ts.map +1 -1
  225. package/build/core/FxCoreImplementV3.js +5 -10
  226. package/build/core/FxCoreImplementV3.js.map +1 -1
  227. package/build/core/downloadSample.js +1 -1
  228. package/build/core/downloadSample.js.map +1 -1
  229. package/build/core/error.d.ts +2 -1
  230. package/build/core/error.d.ts.map +1 -1
  231. package/build/core/error.js +8 -2
  232. package/build/core/error.js.map +1 -1
  233. package/build/core/middleware/envInfoLoaderV3.js +2 -2
  234. package/build/core/middleware/envInfoLoaderV3.js.map +1 -1
  235. package/build/core/middleware/projectMigrator.js +4 -4
  236. package/build/core/middleware/projectMigrator.js.map +1 -1
  237. package/build/core/middleware/projectMigratorV3.d.ts +2 -0
  238. package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
  239. package/build/core/middleware/projectMigratorV3.js +43 -12
  240. package/build/core/middleware/projectMigratorV3.js.map +1 -1
  241. package/build/core/middleware/questionModel.js +20 -20
  242. package/build/core/middleware/questionModel.js.map +1 -1
  243. package/build/core/middleware/utils/MigrationUtils.d.ts.map +1 -1
  244. package/build/core/middleware/utils/MigrationUtils.js +1 -0
  245. package/build/core/middleware/utils/MigrationUtils.js.map +1 -1
  246. package/build/core/middleware/utils/appYmlGenerator.d.ts +1 -0
  247. package/build/core/middleware/utils/appYmlGenerator.d.ts.map +1 -1
  248. package/build/core/middleware/utils/appYmlGenerator.js +9 -0
  249. package/build/core/middleware/utils/appYmlGenerator.js.map +1 -1
  250. package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts +1 -0
  251. package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts.map +1 -1
  252. package/build/core/middleware/utils/debug/appLocalYmlGenerator.js +5 -2
  253. package/build/core/middleware/utils/debug/appLocalYmlGenerator.js.map +1 -1
  254. package/build/core/middleware/utils/debug/debugV3MigrationUtils.d.ts +2 -0
  255. package/build/core/middleware/utils/debug/debugV3MigrationUtils.d.ts.map +1 -1
  256. package/build/core/middleware/utils/debug/debugV3MigrationUtils.js +54 -2
  257. package/build/core/middleware/utils/debug/debugV3MigrationUtils.js.map +1 -1
  258. package/build/core/middleware/utils/debug/taskMigrator.d.ts +3 -0
  259. package/build/core/middleware/utils/debug/taskMigrator.d.ts.map +1 -1
  260. package/build/core/middleware/utils/debug/taskMigrator.js +175 -9
  261. package/build/core/middleware/utils/debug/taskMigrator.js.map +1 -1
  262. package/build/core/middleware/utils/v3MigrationUtils.d.ts +1 -0
  263. package/build/core/middleware/utils/v3MigrationUtils.d.ts.map +1 -1
  264. package/build/core/middleware/utils/v3MigrationUtils.js +6 -3
  265. package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
  266. package/build/core/question.d.ts +16 -16
  267. package/build/core/question.d.ts.map +1 -1
  268. package/build/core/question.js +264 -209
  269. package/build/core/question.js.map +1 -1
  270. package/package.json +4 -4
  271. package/resource/package.nls.json +13 -16
  272. package/templates/core/v3Migration/csharp.app.local.yml +2 -2
  273. package/templates/core/v3Migration/csharp.app.yml +5 -5
  274. package/templates/core/v3Migration/js.ts.app.local.yml +7 -2
  275. package/templates/core/v3Migration/js.ts.app.yml +30 -8
  276. package/templates/core/v3Migration/spfx.app.yml +4 -4
  277. package/templates/fallback/bot.csharp.command-and-response.zip +0 -0
  278. package/templates/fallback/bot.csharp.default.zip +0 -0
  279. package/templates/fallback/bot.csharp.notification-function-base.zip +0 -0
  280. package/templates/fallback/bot.csharp.notification-trigger-http.zip +0 -0
  281. package/templates/fallback/bot.csharp.notification-trigger-timer.zip +0 -0
  282. package/templates/fallback/bot.csharp.notification-webapi.zip +0 -0
  283. package/templates/fallback/bot.csharp.workflow.zip +0 -0
  284. package/templates/fallback/bot.js.command-and-response.zip +0 -0
  285. package/templates/fallback/bot.js.default.zip +0 -0
  286. package/templates/fallback/bot.js.m365.zip +0 -0
  287. package/templates/fallback/bot.js.notification-function-base.zip +0 -0
  288. package/templates/fallback/bot.js.notification-restify.zip +0 -0
  289. package/templates/fallback/bot.js.notification-trigger-http.zip +0 -0
  290. package/templates/fallback/bot.js.notification-trigger-timer.zip +0 -0
  291. package/templates/fallback/bot.js.workflow.zip +0 -0
  292. package/templates/fallback/bot.ts.command-and-response.zip +0 -0
  293. package/templates/fallback/bot.ts.default.zip +0 -0
  294. package/templates/fallback/bot.ts.m365.zip +0 -0
  295. package/templates/fallback/bot.ts.notification-function-base.zip +0 -0
  296. package/templates/fallback/bot.ts.notification-restify.zip +0 -0
  297. package/templates/fallback/bot.ts.notification-trigger-http.zip +0 -0
  298. package/templates/fallback/bot.ts.notification-trigger-timer.zip +0 -0
  299. package/templates/fallback/bot.ts.workflow.zip +0 -0
  300. package/templates/fallback/common.zip +0 -0
  301. package/templates/fallback/csharp.zip +0 -0
  302. package/templates/fallback/function-base.js.default.zip +0 -0
  303. package/templates/fallback/function-base.ts.default.zip +0 -0
  304. package/templates/fallback/function-triggers.js.HTTPTrigger.zip +0 -0
  305. package/templates/fallback/function-triggers.ts.HTTPTrigger.zip +0 -0
  306. package/templates/fallback/js.zip +0 -0
  307. package/templates/fallback/tab.csharp.default.zip +0 -0
  308. package/templates/fallback/tab.csharp.non-sso.zip +0 -0
  309. package/templates/fallback/tab.js.dashboard.zip +0 -0
  310. package/templates/fallback/tab.js.default.zip +0 -0
  311. package/templates/fallback/tab.js.m365.zip +0 -0
  312. package/templates/fallback/tab.js.non-sso.zip +0 -0
  313. package/templates/fallback/tab.ts.dashboard.zip +0 -0
  314. package/templates/fallback/tab.ts.default.zip +0 -0
  315. package/templates/fallback/tab.ts.m365.zip +0 -0
  316. package/templates/fallback/tab.ts.non-sso.zip +0 -0
  317. package/templates/fallback/ts.zip +0 -0
  318. package/templates/plugins/resource/aad/auth/V3/Bot/Pages/BotAuthorizeEndPage.cshtml +19 -19
  319. package/templates/plugins/resource/aad/auth/bot/csharp/Pages/BotAuthorizeEndPage.cshtml +19 -19
  320. package/templates/plugins/resource/aad/auth/bot/js/public/auth-end.html +19 -22
  321. package/templates/plugins/resource/aad/auth/bot/ts/public/auth-end.html +18 -22
  322. package/templates/plugins/resource/aad/auth/tab/js/public/auth-end.html +2 -6
  323. package/templates/plugins/resource/aad/auth/tab/js/public/auth-start.html +1 -5
  324. package/templates/plugins/resource/aad/auth/tab/ts/public/auth-end.html +2 -6
  325. package/templates/plugins/resource/aad/auth/tab/ts/public/auth-start.html +1 -5
@@ -1 +1 @@
1
- {"version":3,"file":"question.js","sourceRoot":"","sources":["../../src/core/question.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"question.js","sourceRoot":"","sources":["../../src/core/question.ts"],"names":[],"mappings":"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"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teamsfx-core",
3
- "version": "1.22.0",
3
+ "version": "1.22.1-alpha.034f24ebd.0",
4
4
  "main": "build/index.js",
5
5
  "types": "build/index.d.ts",
6
6
  "license": "MIT",
@@ -65,7 +65,7 @@
65
65
  "@azure/storage-blob": "^12.7.0",
66
66
  "@dbpiper/timer": "1.0.0-beta.2",
67
67
  "@feathersjs/hooks": "^0.6.5",
68
- "@microsoft/teamsfx-api": "^0.22.0",
68
+ "@microsoft/teamsfx-api": "0.22.1-alpha.034f24ebd.0",
69
69
  "@npmcli/arborist": "^4.2.0",
70
70
  "@types/jwt-decode": "3.1.0",
71
71
  "@types/proper-lockfile": "^4.1.1",
@@ -167,7 +167,7 @@
167
167
  "faker": "^5.5.2",
168
168
  "find-process": "^1.4.4",
169
169
  "lint-staged": "^10.5.4",
170
- "mocha": "^9.2.0",
170
+ "mocha": "^9.2.2",
171
171
  "mocha-junit-reporter": "^2.0.2",
172
172
  "mock-fs": "^4.13.0",
173
173
  "mocked-env": "^1.3.5",
@@ -192,7 +192,7 @@
192
192
  "resource/**/*",
193
193
  "templates/**/*"
194
194
  ],
195
- "gitHead": "184ac2d6376d1d7a0fbc68260f0b638b03eb9a9b",
195
+ "gitHead": "b108cff6de4c4125f54e16112d75963b9faaddca",
196
196
  "publishConfig": {
197
197
  "access": "public"
198
198
  },
@@ -16,6 +16,7 @@
16
16
  "core.provision.confirmEnvAndCostNotice": "Cost may incur according to the usage. Do you want to provision resources in %s environment using accounts listed above?",
17
17
  "core.provision.confirmEnvOnlyNotice": "Do you want to provision resources in %s environment using the account listed above?",
18
18
  "core.deploy.confirmEnvNotice": "Do you want to deploy resources in %s environment?\nAzure account (%s) with subscription (%s) will be used for deployment.",
19
+ "core.deploy.confirmEnvNoticeV3": "Do you want to deploy resources in %s environment?",
19
20
  "core.provision.successAzure": "Azure resources successfully provisioned in the cloud.",
20
21
  "core.provision.successNotice": "'%s' successfully provisioned in the cloud.",
21
22
  "core.provision.failNotice": "fail to provision '%s' in the cloud!",
@@ -129,8 +130,9 @@
129
130
  "core.localDebug.tenantConfirmNotice": "You already run debug for the Teams app in another tenant '%s'. You can sign out %s and sign in with the matched Mirosoft 365 account to re-use the previous debug resource. If you really want to switch tenant for debug, you can delete the local file(s) (%s) and re-run debug.",
130
131
  "core.localDebug.tenantConfirmNoticeWhenAllowSwitchAccount": "You already run debug for the Teams app in another tenant '%s'. If you really want to switch tenant for debug, you can delete the local file(s) (%s) and re-run debug.",
131
132
  "core.migrationToArmAndMultiEnv.Message": "Teams Toolkit will upgrade your project configuration files to support the latest features. The upgrade process will not change your custom code and create the backup files in case revert is needed.\nNotice this upgrade is a must-have to continue to use current version Teams Toolkit. If you are not ready to upgrade and want to continue to use the old version, please find Teams Toolkit in Extension and install the version <= 2.10.0",
132
- "core.migrationV3.Message": "The Teams Toolkit related configurations are older version. Upgrading project is required to continue. Please confirm you are agree to upgrade the TeamsFx configurations.\nThe upgrading will not impact your business source code, but just the configuration used by Teams Toolkit, and backups will be generated for reverting. If you don't agree to upgrade, you can download previouse version %s of Teams Toolkit to continue working with current config. You can also download from this link %s.",
133
+ "core.migrationV3.Message": "The Teams Toolkit related configurations are older version. Upgrading project is required to continue. Please confirm you are agree to upgrade the TeamsFx configurations.\nThe upgrading will not impact your business source code, but just the configuration used by Teams Toolkit, and backups will be generated for reverting. If you don't agree to upgrade, you can download previouse version %s of Teams Toolkit to continue working with current config. Click Learn More to get more information.",
133
134
  "core.migrationV3.VS.Message": "The installed version of Teams Toolkit (%s) requires configuration changes to this project that can be done automatically. Before upgrading, select Learn more to read about the required changes or select Upgrade to perform the changes automatically.",
135
+ "core.migrationV3.CreateNewProject": "Teams toolkit's pre-released version supports new project configuration and is incompatible with previous versions. Please try it by creating a new project, auto upgrade support will be added in the coming release.",
134
136
  "core.migrationToArmAndMultiEnv.SuccessMessage": "Upgrade succeeded. Your project is upgraded to new configuration files.",
135
137
  "core.migrationToArmAndMultiEnv.ErrorMessage": "Upgrade Failed. Please check the error message in Output window to troubleshoot and fix. You can also click Learn More for the FAQ and how to upgrade manually.",
136
138
  "core.migrationToArmAndMultiEnv.PreCheckErrorMessage": "Upgrade Failed. '%s' doesn't exist or is not in json format. Please fix it and try again by running command (Teams: Upgrade project).\nYou can also click Learn More for the FAQ.",
@@ -508,28 +510,18 @@
508
510
  "error.frontend.FailedLoadEnv": "Failed to load environment variables from %s. Your App may not work.",
509
511
  "error.appstudio.executeUserTaskRouteFailed": "Failed to route function call: %s}",
510
512
  "error.appstudio.fileNotFoundError": "File %s not found.",
511
- "error.appstudio.notADirectoryError": "%s is not a directory.",
512
- "error.appstudio.remoteTeamsAppCreateFailed": "Failed to create remote Teams app in Developer Portal, due to %s",
513
- "error.appstudio.remoteTeamsAppUpdateFailed": "Failed to update remote Teams app in Developer Portal, due to %s",
514
- "error.appstudio.localTeamsAppCreateFailed": "Failed to create debug Teams app in Developer Portal, due to %s",
515
- "error.appstudio.localTeamsAppUpdateFailed": "Failed to update debug Teams app in Developer Portal, due to %s",
516
513
  "error.appstudio.teamsAppCreateFailed": "Failed to create Teams app in Developer Portal, due to %s",
517
514
  "error.appstudio.teamsAppUpdateFailed": "Failed to update Teams app with ID %s.",
518
515
  "error.appstudio.apiFailed": "API call to Developer Portal failed: %s, %s, Request path: %s, X-Correlation-ID: %s. This may come from some intermittent service error. Please wait for a few minutes and retry the current step.",
519
516
  "_error.appstudio.apiFailed.comment": " This is to describe API call, not need to translate 'X-Correlation-ID'. ",
520
517
  "error.appstudio.apiFailed.telemetry": "API call to Developer Portal failed: %s, %s, API name: %s, X-Correlation-ID: %s. This may come from some intermittent service error. Please wait for a few minutes and retry the current step.",
521
518
  "_error.appstudio.apiFailed.telemetry.comment": " This is to describe API call, not need to translate 'X-Correlation-ID'.",
522
- "error.appstudio.teamsAppNotFound": "Cannot found teams app with id %s",
519
+ "error.appstudio.authServiceApiFailed": "API call to Developer Portal failed: %s, %s, Request path: %s",
523
520
  "error.appstudio.noAppStudioToken": "Failed to get app studio token.",
524
- "error.appstudio.invalidManifest": "Failed to parse manifest string, dut to error: %s. This might be caused by invalid configurations. %s",
525
- "error.appstudio.loadManifest": "Failed to read manifest file. Error: %s.",
526
521
  "error.appstudio.getLocalConfigFailed": "Missing configuration data for manifest. You may need to run 'debug' first. %s",
527
- "error.appstudio.incorrectLocalConfig": "Missing configuration data for manifest. %s Please remove the state.local.json file and try again.",
528
522
  "error.appstudio.getRemoteConfigFailed": "Missing configuration data for manifest. %s",
529
523
  "error.appstudio.publishFailed": "Failed to publish Teams app with ID %s.",
530
- "error.appstudio.publishCancelled": "Publish Teams app with name %s has been cancelled.",
531
524
  "error.appstudio.buildError": "Teams Package built failed!",
532
- "error.appstudio.scaffoldFailed": "Teams app scaffold failed!",
533
525
  "error.appstudio.checkPermissionFailed": "Check permission failed. Reason: %s",
534
526
  "error.appstudio.grantPermissionFailed": "Grant permission failed. Reason: %s",
535
527
  "error.appstudio.listCollaboratorFailed": "List collaborator failed. Reason: %s",
@@ -541,8 +533,11 @@
541
533
  "error.appstudio.staticTabNotExist": "Cannot find static tab with entity id %s, failed to update.",
542
534
  "error.appstudio.capabilityNotExist": "Capability %s does not exist in manifest, failed to update.",
543
535
  "error.appstudio.noEnvInfo": "Failed to get target environment name from plugin context.",
536
+ "error.appstudio.noManifestError": "Could not find manifest file.",
537
+ "error.appstudio.noManifestId": "Invalid id found in manifest find.",
544
538
  "error.appstudio.validateFetchSchemaFailed": "Failed to get schema from %s, message: %s",
545
539
  "error.appstudio.validateSchemaNotDefined": "Manifest schema is not defined",
540
+ "error.appstudio.publishInDevPortalSuggestionForValidationError": "Please try to generate package from \"Zip Teams app package\" and try again.",
546
541
  "error.appstudio.teamsAppCreateConflict": "Failed to create Teams app with 409 Conflict error. That may come from your app id is conflicting with another app in your tenant. Click Get Help to learn more.",
547
542
  "error.appstudio.teamsAppCreateConflictWithPublishedApp": "A Teams app with that id already exists in your organization's app store. Please manually update the app id and try again.",
548
543
  "error.function.FunctionNameConflictError": "Function already exists, please choose another name.",
@@ -699,8 +694,8 @@
699
694
  "core.QuestionNewResourceGroupName.title": "New resource group name",
700
695
  "core.QuestionNewResourceGroupName.validation": "The name can only contain alphanumeric characters or the symbols ._-()",
701
696
  "core.QuestionNewResourceGroupLocation.title": "Location for the new resource group",
702
- "core.question.manifestForPublishInDeveloperPortal.title": "Manifest file",
703
- "core.question.manifestForPublishInDeveloperPortal.placeholder": "Select your manifest file",
697
+ "core.question.appPackageForPublishInDeveloperPortal.title": "Teams App Package",
698
+ "core.question.appPackageForPublishInDeveloperPortal.placeholder": "Select your Teams app package",
704
699
  "core.question.workspaceFolder.title": "Workspace folder",
705
700
  "core.question.workspaceFolder.placeholder": "Select the folder that will contain your project root folder",
706
701
  "core.ScratchOptionYesVSC.label": "Create a new Teams app",
@@ -724,8 +719,8 @@
724
719
  "core.HostTypeOptionSPFx.label": "SharePoint Framework (SPFx)",
725
720
  "core.updateBotIdsQuestion.title": "We will create a new bot for you to get started with Teams Toolkit",
726
721
  "core.updateBotIdsQuestion.placeholder": "Unselect to keep with the original one.",
727
- "core.updateContentUrlQuestion.title": "We will update the following tabs' content url for you to get start with Teams Toolkit",
728
- "core.updateWebsiteUrlQuestion.title": "We will update the following tabs' website url for you to get started with Teams Toolkit",
722
+ "core.updateContentUrlQuestion.title": "We will update the content url of following tab(s) for you to get started with Teams Toolkit",
723
+ "core.updateWebsiteUrlQuestion.title": "We will update the website url of following tab(s) for you to get started with Teams Toolkit",
729
724
  "core.updateContentUrlOption.description": "update the content url from %s to %s",
730
725
  "core.updateWebsiteUrlOption.description": "update the website url from %s to %s",
731
726
  "core.updateUrlQuestion.placeholder": "Unselect to keep with the original url",
@@ -1151,6 +1146,7 @@
1151
1146
  "driver.deploy.error.unknownError": "Unknown error happened: %s",
1152
1147
  "driver.deploy.notice.deployAcceleration": "Deploying to Azure App Service takes a long time. Consider referring to this document to optimize your deployment:",
1153
1148
  "driver.deploy.error.noFileFindInDistributionFolder": "No file is found in distribution folder. Please check if the distribution folder is empty or you have ignored everything.",
1149
+ "driver.deploy.notice.deployDryRunComplete": "Preparations of deployment are complete. ",
1154
1150
  "driver.deploy.azureAppServiceDeploySummary": "Project deployed to Azure App Service successfully.",
1155
1151
  "driver.deploy.azureFunctionsDeploySummary": "Project deployed to Azure Functions successfully.",
1156
1152
  "driver.deploy.azureStorageDeploySummary": "Project deployed to Azure Storage successfully.",
@@ -1186,6 +1182,7 @@
1186
1182
  "driver.teamsApp.summary.publishTeamsAppSuccess": "Teams app %s successfully published to the admin portal.",
1187
1183
  "driver.teamsApp.summary.copyAppPackageSuccess": "Teams app %s was successfully copyed to %s.",
1188
1184
  "driver.teamsApp.summary.copyIconSuccess": "%s icon(s) were successfully updated under %s.",
1185
+ "driver.teamsApp.invalidParameter": "Following parameter is missing or invalid for %s action: %s.",
1189
1186
  "driver.botFramework.error.invalidParameter": "Following parameter is missing or invalid for %s action: %s.",
1190
1187
  "driver.botFramework.error.unhandledError": "Unhandled error happened in %s action: %s",
1191
1188
  "driver.botFramework.description": "creates or updates the bot registration on dev.botframework.com",
@@ -85,10 +85,10 @@ configureApp:
85
85
  {{/if}}
86
86
  - uses: teamsApp/validate
87
87
  with:
88
- manifestTemplatePath: ./appPackage/manifest.template.json # Path to manifest template
88
+ manifestPath: ./appPackage/manifest.template.json # Path to manifest template
89
89
  - uses: teamsApp/zipAppPackage # Build Teams app package with latest env value
90
90
  with:
91
- manifestTemplatePath: ./appPackage/manifest.template.json # Path to manifest template
91
+ manifestPath: ./appPackage/manifest.template.json # Path to manifest template
92
92
  outputZipPath: ./build/appPackage/appPackage.$\{{TEAMSFX_ENV}}.zip
93
93
  outputJsonPath: ./build/appPackage/manifest.$\{{TEAMSFX_ENV}}.json
94
94
  - uses: teamsApp/update # Apply the Teams app manifest to an existing Teams app. Will use the app id in manifest file to determine which Teams app to update.
@@ -36,14 +36,14 @@ deploy:
36
36
  with:
37
37
  # deploy base folder
38
38
  distributionPath: ./bin/Release/net6.0/win-x86/publish
39
- # the resource id of the cloud resource to be deployed to
39
+ # The resource id of the cloud resource to be deployed to. This key will be generated by arm/deploy action automatically. You can replace it with your existing Azure Resource id or add it to your environment variable file.
40
40
  resourceId: $\{{ {{~placeholderMappings.[state.fx-resource-bot.functionAppResourceId]~}} }}
41
41
  {{else}}
42
42
  - uses: azureAppService/deploy
43
43
  with:
44
44
  # deploy base folder
45
45
  distributionPath: ./bin/Release/net6.0/win-x86/publish
46
- # the resource id of the cloud resource to be deployed to
46
+ # The resource id of the cloud resource to be deployed to. This key will be generated by arm/deploy action automatically. You can replace it with your existing Azure Resource id or add it to your environment variable file.
47
47
  resourceId: $\{{ {{~placeholderMappings.[state.fx-resource-bot.resourceId]~}} }}
48
48
  {{/if}}
49
49
  {{else if activePlugins.fx-resource-frontend-hosting}}
@@ -51,7 +51,7 @@ deploy:
51
51
  with:
52
52
  # deploy base folder
53
53
  distributionPath: ./bin/Release/net6.0/win-x86/publish
54
- # the resource id of the cloud resource to be deployed to
54
+ # The resource id of the cloud resource to be deployed to. This key will be generated by arm/deploy action automatically. You can replace it with your existing Azure Resource id or add it to your environment variable file.
55
55
  resourceId: $\{{ {{~placeholderMappings.[state.fx-resource-frontend-hosting.resourceId]~}} }}
56
56
  {{/if}}
57
57
 
@@ -86,10 +86,10 @@ configureApp:
86
86
  {{/if}}
87
87
  - uses: teamsApp/validate
88
88
  with:
89
- manifestTemplatePath: ./appPackage/manifest.template.json # Path to manifest template
89
+ manifestPath: ./appPackage/manifest.template.json # Path to manifest template
90
90
  - uses: teamsApp/zipAppPackage # Build Teams app package with latest env value
91
91
  with:
92
- manifestTemplatePath: ./appPackage/manifest.template.json # Path to manifest template
92
+ manifestPath: ./appPackage/manifest.template.json # Path to manifest template
93
93
  outputZipPath: ./build/appPackage/appPackage.$\{{TEAMSFX_ENV}}.zip
94
94
  outputJsonPath: ./build/appPackage/manifest.$\{{TEAMSFX_ENV}}.json
95
95
  - uses: teamsApp/update # Apply the Teams app manifest to an existing Teams app. Will use the app id in manifest file to determine which Teams app to update.
@@ -29,6 +29,11 @@ provision:
29
29
  name: $\{{CONFIG__MANIFEST__APPNAME__SHORT}}-bot
30
30
  messagingEndpoint: {{messagingEndpoint}}
31
31
  description: ""
32
+ channels:
33
+ - name: msteams
34
+ {{#if isM365}}
35
+ - name: outlook
36
+ {{/if}}
32
37
  {{/bot}}
33
38
 
34
39
  {{/config.provision}}
@@ -58,11 +63,11 @@ configureApp:
58
63
  {{else}}
59
64
  - uses: teamsApp/validate
60
65
  with:
61
- manifestTemplatePath: ./appPackage/manifest.template.json
66
+ manifestPath: ./appPackage/manifest.template.json
62
67
 
63
68
  - uses: teamsApp/zipAppPackage
64
69
  with:
65
- manifestTemplatePath: ./appPackage/manifest.template.json
70
+ manifestPath: ./appPackage/manifest.template.json
66
71
  outputZipPath: ./build/appPackage/appPackage.$\{{TEAMSFX_ENV}}.zip
67
72
  outputJsonPath: ./build/appPackage/manifest.$\{{TEAMSFX_ENV}}.json
68
73
 
@@ -52,25 +52,46 @@ deploy:
52
52
  workingDirectory: tabs
53
53
  distributionPath: build # Deploy base folder. This folder includes manifest files for AAD app and Teams app that should be ignored using the ignoreFile.
54
54
  ignoreFile: # Can be changed to any ignore file location, leave blank will ignore nothing
55
- resourceId: $\{{ {{~placeholderMappings.[state.fx-resource-frontend-hosting.storageResourceId]~}} }} # The resource id of the cloud resource to be deployed to
55
+ resourceId: $\{{ {{~placeholderMappings.[state.fx-resource-frontend-hosting.storageResourceId]~}} }} # The resource id of the cloud resource to be deployed to. This key will be generated by arm/deploy action automatically. You can replace it with your existing Azure Resource id or add it to your environment variable file.
56
56
  {{/if}}
57
57
  {{#if activePlugins.fx-resource-bot}}
58
58
  {{#if isFunctionBot}}
59
59
  - uses: cli/runNpmCommand
60
60
  with:
61
+ workingDirectory: bot
61
62
  args: install
62
63
  {{#if isTypescript}}
63
64
  - uses: cli/runNpmCommand
64
65
  with:
66
+ workingDirectory: bot
65
67
  args: run build --if-present
66
68
  {{/if}}
67
69
  - uses: azureFunctions/deploy
68
70
  with:
71
+ workingDirectory: bot
69
72
  distributionPath: . # Deploy base folder
70
73
  ignoreFile: .funcignore # Can be changed to any ignore file location, leave blank will ignore nothing
71
- # the resource id of the cloud resource to be deployed to
74
+ # the resource id of the cloud resource to be deployed to. This key will be generated by arm/deploy action automatically. You can replace it with your existing Azure Resource id or add it to your environment variable file.
72
75
  resourceId: $\{{ {{~placeholderMappings.[state.fx-resource-bot.functionAppResourceId]~}} }}
73
76
  {{else}}
77
+ {{#if isWebAppBot}}
78
+ - uses: cli/runNpmCommand # Run npm command
79
+ with:
80
+ workingDirectory: bot
81
+ args: install
82
+ {{#if isTypescript}}
83
+ - uses: cli/runNpmCommand # Run npm command
84
+ with:
85
+ workingDirectory: bot
86
+ args: run build --if-present
87
+ {{/if}}
88
+ - uses: azureAppService/deploy # Deploy bits to Azure App Service
89
+ with:
90
+ workingDirectory: bot
91
+ distributionPath: . # Deploy base folder.
92
+ ignoreFile: # Can be changed to any ignore file location, leave blank will ignore nothing
93
+ resourceId: $\{{ {{~placeholderMappings.[state.fx-resource-bot.botWebAppResourceId]~}} }} # The resource id of the cloud resource to be deployed to. This key will be generated by arm/deploy action automatically. You can replace it with your existing Azure Resource id or add it to your environment variable file.
94
+ {{else}}
74
95
  - uses: cli/runNpmCommand # Run npm command
75
96
  with:
76
97
  workingDirectory: bot
@@ -86,7 +107,8 @@ deploy:
86
107
  workingDirectory: bot
87
108
  distributionPath: . # Deploy base folder.
88
109
  ignoreFile: # Can be changed to any ignore file location, leave blank will ignore nothing
89
- resourceId: $\{{ {{~placeholderMappings.[state.fx-resource-bot.resourceId]~}} }} # The resource id of the cloud resource to be deployed to
110
+ resourceId: $\{{ {{~placeholderMappings.[state.fx-resource-bot.resourceId]~}} }} # The resource id of the cloud resource to be deployed to. This key will be generated by arm/deploy action automatically. You can replace it with your existing Azure Resource id or add it to your environment variable file.
111
+ {{/if}}
90
112
  {{/if}}
91
113
  {{/if}}
92
114
  {{#if activePlugins.fx-resource-function}}
@@ -109,7 +131,7 @@ deploy:
109
131
  workingDirectory: api
110
132
  distributionPath: . # Deploy base folder
111
133
  ignoreFile: .funcignore # Can be changed to any ignore file location, leave blank will ignore nothing
112
- resourceId: $\{{ {{~placeholderMappings.[state.fx-resource-function.functionAppResourceId]~}} }} # The resource id of the cloud resource to be deployed to
134
+ resourceId: $\{{ {{~placeholderMappings.[state.fx-resource-function.functionAppResourceId]~}} }} # The resource id of the cloud resource to be deployed to. This key will be generated by arm/deploy action automatically. You can replace it with your existing Azure Resource id or add it to your environment variable file.
113
135
  {{/if}}
114
136
 
115
137
  registerApp:
@@ -143,10 +165,10 @@ configureApp:
143
165
  {{/if}}
144
166
  - uses: teamsApp/validate
145
167
  with:
146
- manifestTemplatePath: ./appPackage/manifest.template.json # Path to manifest template
168
+ manifestPath: ./appPackage/manifest.template.json # Path to manifest template
147
169
  - uses: teamsApp/zipAppPackage # Build Teams app package with latest env value
148
170
  with:
149
- manifestTemplatePath: ./appPackage/manifest.template.json # Path to manifest template
171
+ manifestPath: ./appPackage/manifest.template.json # Path to manifest template
150
172
  outputZipPath: ./build/appPackage/appPackage.$\{{TEAMSFX_ENV}}.zip
151
173
  outputJsonPath: ./build/appPackage/manifest.$\{{TEAMSFX_ENV}}.json
152
174
  - uses: teamsApp/update # Apply the Teams app manifest to an existing Teams app. Will use the app id in manifest file to determine which Teams app to update.
@@ -158,10 +180,10 @@ configureApp:
158
180
  publish:
159
181
  - uses: teamsApp/validate
160
182
  with:
161
- manifestTemplatePath: ./appPackage/manifest.template.json # Path to manifest template
183
+ manifestPath: ./appPackage/manifest.template.json # Path to manifest template
162
184
  - uses: teamsApp/zipAppPackage
163
185
  with:
164
- manifestTemplatePath: ./appPackage/manifest.template.json # Path to manifest template
186
+ manifestPath: ./appPackage/manifest.template.json # Path to manifest template
165
187
  outputZipPath: ./build/appPackage/appPackage.$\{{TEAMSFX_ENV}}.zip
166
188
  outputJsonPath: ./build/appPackage/manifest.$\{{TEAMSFX_ENV}}.json
167
189
  - uses: teamsApp/publishAppPackage # Publish the app to Teams app catalog
@@ -28,10 +28,10 @@ registerApp:
28
28
  configureApp:
29
29
  - uses: teamsApp/validate
30
30
  with:
31
- manifestTemplatePath: ./appPackage/manifest.template.json # Path to manifest template
31
+ manifestPath: ./appPackage/manifest.template.json # Path to manifest template
32
32
  - uses: teamsApp/zipAppPackage # Build Teams app package with latest env value
33
33
  with:
34
- manifestTemplatePath: ./appPackage/manifest.template.json # Path to manifest template
34
+ manifestPath: ./appPackage/manifest.template.json # Path to manifest template
35
35
  outputZipPath: ./build/appPackage/appPackage.$\{{TEAMSFX_ENV}}.zip
36
36
  outputJsonPath: ./build/appPackage/manifest.$\{{TEAMSFX_ENV}}.json
37
37
  - uses: teamsApp/update # Apply the Teams app manifest to an existing Teams app. Will use the app id in manifest file to determine which Teams app to update.
@@ -43,10 +43,10 @@ configureApp:
43
43
  publish:
44
44
  - uses: teamsApp/validate
45
45
  with:
46
- manifestTemplatePath: ./appPackage/manifest.template.json # Path to manifest template
46
+ manifestPath: ./appPackage/manifest.template.json # Path to manifest template
47
47
  - uses: teamsApp/zipAppPackage
48
48
  with:
49
- manifestTemplatePath: ./appPackage/manifest.template.json # Path to manifest template
49
+ manifestPath: ./appPackage/manifest.template.json # Path to manifest template
50
50
  outputZipPath: ./build/appPackage/appPackage.$\{{TEAMSFX_ENV}}.zip
51
51
  outputJsonPath: ./build/appPackage/manifest.$\{{TEAMSFX_ENV}}.json
52
52
  - uses: teamsApp/copyAppPackageForSPFx
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -7,29 +7,29 @@
7
7
  </head>
8
8
 
9
9
  <body>
10
- <script src="https://statics.teams.cdn.office.net/sdk/v1.6.0/js/MicrosoftTeams.min.js"
11
- integrity="sha384-mhp2E+BLMiZLe7rDIzj19WjgXJeI32NkPvrvvZBrMi5IvWup/1NUfS5xuYN5S3VT"
12
- crossorigin="anonymous"></script>
10
+ <script src="https://res.cdn.office.net/teams-js/2.7.1/js/MicrosoftTeams.min.js" integrity="sha384-4Gy2G+qxzDVdrdemcVqKVQvaSK1Ghg3x6xcsaMLPc/pw7KPtiogHGM97LTWF2PWg" crossorigin="anonymous"></script>
13
11
  <div id="divError"></div>
14
12
  <script type="text/javascript">
15
- microsoftTeams.initialize();
16
- let hashParams = getHashParameters();
17
- if (hashParams["error"]) {
18
- // Authentication failed
19
- handleAuthError(hashParams["error"], hashParams);
20
- } else if (hashParams["code"]) {
21
- // Get the stored state parameter and compare with incoming state
22
- let expectedState = localStorage.getItem("state");
23
- if (expectedState !== hashParams["state"]) {
24
- // State does not match, report error
25
- handleAuthError("StateDoesNotMatch", hashParams);
13
+ microsoftTeams.app.initialize().then(()=>{
14
+ let hashParams = getHashParameters();
15
+ if (hashParams["error"]) {
16
+ // Authentication failed
17
+ handleAuthError(hashParams["error"], hashParams);
18
+ } else if (hashParams["code"]) {
19
+ // Get the stored state parameter and compare with incoming state
20
+ let expectedState = localStorage.getItem("state");
21
+ if (expectedState !== hashParams["state"]) {
22
+ // State does not match, report error
23
+ handleAuthError("StateDoesNotMatch", hashParams);
24
+ } else {
25
+ microsoftTeams.authentication.notifySuccess();
26
+ }
26
27
  } else {
27
- microsoftTeams.authentication.notifySuccess();
28
+ // Unexpected condition: hash does not contain error or access_token parameter
29
+ handleAuthError("UnexpectedFailure", hashParams);
28
30
  }
29
- } else {
30
- // Unexpected condition: hash does not contain error or access_token parameter
31
- handleAuthError("UnexpectedFailure", hashParams);
32
- }
31
+ });
32
+
33
33
  // Parse hash parameters into key-value pairs
34
34
  function getHashParameters() {
35
35
  let hashParams = {};