@microsoft/teamsfx-core 2.0.8-alpha.e17ffd4d1.0 → 2.0.8-alpha.f2bd7316b.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 (346) hide show
  1. package/build/common/constants.d.ts +6 -19
  2. package/build/common/constants.d.ts.map +1 -1
  3. package/build/common/constants.js +6 -20
  4. package/build/common/constants.js.map +1 -1
  5. package/build/common/deps-checker/constant/message.d.ts +1 -1
  6. package/build/common/deps-checker/constant/message.d.ts.map +1 -1
  7. package/build/common/deps-checker/constant/message.js +1 -1
  8. package/build/common/deps-checker/constant/message.js.map +1 -1
  9. package/build/common/deps-checker/util/fileHelper.js +1 -1
  10. package/build/common/deps-checker/util/fileHelper.js.map +1 -1
  11. package/build/common/featureFlags.d.ts +70 -7
  12. package/build/common/featureFlags.d.ts.map +1 -1
  13. package/build/common/featureFlags.js +66 -42
  14. package/build/common/featureFlags.js.map +1 -1
  15. package/build/common/m365/launchHelper.d.ts +1 -1
  16. package/build/common/m365/launchHelper.d.ts.map +1 -1
  17. package/build/common/m365/launchHelper.js +3 -6
  18. package/build/common/m365/launchHelper.js.map +1 -1
  19. package/build/common/m365/packageService.d.ts +1 -1
  20. package/build/common/m365/packageService.d.ts.map +1 -1
  21. package/build/common/m365/packageService.js +18 -39
  22. package/build/common/m365/packageService.js.map +1 -1
  23. package/build/common/projectSettingsHelper.d.ts +7 -2
  24. package/build/common/projectSettingsHelper.d.ts.map +1 -1
  25. package/build/common/projectSettingsHelper.js +25 -7
  26. package/build/common/projectSettingsHelper.js.map +1 -1
  27. package/build/common/projectTypeChecker.d.ts +2 -0
  28. package/build/common/projectTypeChecker.d.ts.map +1 -1
  29. package/build/common/projectTypeChecker.js +13 -0
  30. package/build/common/projectTypeChecker.js.map +1 -1
  31. package/build/common/samples.d.ts +1 -2
  32. package/build/common/samples.d.ts.map +1 -1
  33. package/build/common/samples.js +37 -83
  34. package/build/common/samples.js.map +1 -1
  35. package/build/common/stringUtils.d.ts +10 -0
  36. package/build/common/stringUtils.d.ts.map +1 -0
  37. package/build/common/stringUtils.js +121 -0
  38. package/build/common/stringUtils.js.map +1 -0
  39. package/build/common/telemetry.d.ts +14 -2
  40. package/build/common/telemetry.d.ts.map +1 -1
  41. package/build/common/telemetry.js +36 -6
  42. package/build/common/telemetry.js.map +1 -1
  43. package/build/common/templates-config.json +1 -1
  44. package/build/common/wrappedAxiosClient.d.ts.map +1 -1
  45. package/build/common/wrappedAxiosClient.js +7 -5
  46. package/build/common/wrappedAxiosClient.js.map +1 -1
  47. package/build/component/configManager/constant.d.ts +2 -1
  48. package/build/component/configManager/constant.d.ts.map +1 -1
  49. package/build/component/configManager/constant.js +1 -0
  50. package/build/component/configManager/constant.js.map +1 -1
  51. package/build/component/configManager/validator.js +1 -1
  52. package/build/component/configManager/validator.js.map +1 -1
  53. package/build/component/constants.js +2 -2
  54. package/build/component/constants.js.map +1 -1
  55. package/build/component/coordinator/index.d.ts +0 -38
  56. package/build/component/coordinator/index.d.ts.map +1 -1
  57. package/build/component/coordinator/index.js +133 -199
  58. package/build/component/coordinator/index.js.map +1 -1
  59. package/build/component/driver/aad/create.d.ts +1 -0
  60. package/build/component/driver/aad/create.d.ts.map +1 -1
  61. package/build/component/driver/aad/create.js +22 -11
  62. package/build/component/driver/aad/create.js.map +1 -1
  63. package/build/component/driver/aad/error/aadManifestError.d.ts +6 -0
  64. package/build/component/driver/aad/error/aadManifestError.d.ts.map +1 -1
  65. package/build/component/driver/aad/error/aadManifestError.js +25 -1
  66. package/build/component/driver/aad/error/aadManifestError.js.map +1 -1
  67. package/build/component/driver/aad/error/clientSecretNotAllowedError.d.ts +5 -0
  68. package/build/component/driver/aad/error/clientSecretNotAllowedError.d.ts.map +1 -0
  69. package/build/component/driver/aad/error/clientSecretNotAllowedError.js +23 -0
  70. package/build/component/driver/aad/error/clientSecretNotAllowedError.js.map +1 -0
  71. package/build/component/driver/aad/error/credentialInvalidLifetimeError.d.ts +5 -0
  72. package/build/component/driver/aad/error/credentialInvalidLifetimeError.d.ts.map +1 -0
  73. package/build/component/driver/aad/error/credentialInvalidLifetimeError.js +23 -0
  74. package/build/component/driver/aad/error/credentialInvalidLifetimeError.js.map +1 -0
  75. package/build/component/driver/aad/interface/IAADDefinition.d.ts +1 -0
  76. package/build/component/driver/aad/interface/IAADDefinition.d.ts.map +1 -1
  77. package/build/component/driver/aad/interface/createAadAppArgs.d.ts +3 -0
  78. package/build/component/driver/aad/interface/createAadAppArgs.d.ts.map +1 -1
  79. package/build/component/driver/aad/permissions/index.d.ts.map +1 -1
  80. package/build/component/driver/aad/permissions/index.js +9 -0
  81. package/build/component/driver/aad/permissions/index.js.map +1 -1
  82. package/build/component/driver/aad/utility/aadAppClient.d.ts +3 -2
  83. package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -1
  84. package/build/component/driver/aad/utility/aadAppClient.js +35 -17
  85. package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
  86. package/build/component/driver/aad/utility/aadManifestHelper.d.ts.map +1 -1
  87. package/build/component/driver/aad/utility/aadManifestHelper.js +9 -1
  88. package/build/component/driver/aad/utility/aadManifestHelper.js.map +1 -1
  89. package/build/component/driver/aad/utility/constants.d.ts +6 -0
  90. package/build/component/driver/aad/utility/constants.d.ts.map +1 -1
  91. package/build/component/driver/aad/utility/constants.js +8 -2
  92. package/build/component/driver/aad/utility/constants.js.map +1 -1
  93. package/build/component/driver/apiKey/create.d.ts +0 -3
  94. package/build/component/driver/apiKey/create.d.ts.map +1 -1
  95. package/build/component/driver/apiKey/create.js +23 -48
  96. package/build/component/driver/apiKey/create.js.map +1 -1
  97. package/build/component/driver/apiKey/interface/createApiKeyArgs.d.ts +2 -0
  98. package/build/component/driver/apiKey/interface/createApiKeyArgs.d.ts.map +1 -1
  99. package/build/component/driver/apiKey/interface/updateApiKeyArgs.d.ts +9 -0
  100. package/build/component/driver/apiKey/interface/updateApiKeyArgs.d.ts.map +1 -0
  101. package/build/component/driver/apiKey/interface/updateApiKeyArgs.js +5 -0
  102. package/build/component/driver/apiKey/interface/updateApiKeyArgs.js.map +1 -0
  103. package/build/component/driver/apiKey/update.d.ts +13 -0
  104. package/build/component/driver/apiKey/update.d.ts.map +1 -0
  105. package/build/component/driver/apiKey/update.js +182 -0
  106. package/build/component/driver/apiKey/update.js.map +1 -0
  107. package/build/component/driver/apiKey/utility/constants.d.ts +2 -0
  108. package/build/component/driver/apiKey/utility/constants.d.ts.map +1 -1
  109. package/build/component/driver/apiKey/utility/constants.js +2 -0
  110. package/build/component/driver/apiKey/utility/constants.js.map +1 -1
  111. package/build/component/driver/apiKey/utility/utility.d.ts +7 -0
  112. package/build/component/driver/apiKey/utility/utility.d.ts.map +1 -0
  113. package/build/component/driver/apiKey/utility/utility.js +55 -0
  114. package/build/component/driver/apiKey/utility/utility.js.map +1 -0
  115. package/build/component/driver/deploy/spfx/utility/spoClient.d.ts.map +1 -1
  116. package/build/component/driver/deploy/spfx/utility/spoClient.js +3 -1
  117. package/build/component/driver/deploy/spfx/utility/spoClient.js.map +1 -1
  118. package/build/component/driver/index.d.ts +3 -0
  119. package/build/component/driver/index.d.ts.map +1 -1
  120. package/build/component/driver/index.js +3 -0
  121. package/build/component/driver/index.js.map +1 -1
  122. package/build/component/driver/middleware/addSWADeployTelemetry.js +2 -2
  123. package/build/component/driver/middleware/addSWADeployTelemetry.js.map +1 -1
  124. package/build/component/driver/oauth/create.d.ts +12 -0
  125. package/build/component/driver/oauth/create.d.ts.map +1 -0
  126. package/build/component/driver/oauth/create.js +193 -0
  127. package/build/component/driver/oauth/create.js.map +1 -0
  128. package/build/component/driver/oauth/error/oauthAuthInfoInvalid.d.ts +5 -0
  129. package/build/component/driver/oauth/error/oauthAuthInfoInvalid.d.ts.map +1 -0
  130. package/build/component/driver/oauth/error/oauthAuthInfoInvalid.js +21 -0
  131. package/build/component/driver/oauth/error/oauthAuthInfoInvalid.js.map +1 -0
  132. package/build/component/driver/oauth/error/oauthDomainInvalid.d.ts +5 -0
  133. package/build/component/driver/oauth/error/oauthDomainInvalid.d.ts.map +1 -0
  134. package/build/component/driver/oauth/error/oauthDomainInvalid.js +22 -0
  135. package/build/component/driver/oauth/error/oauthDomainInvalid.js.map +1 -0
  136. package/build/component/driver/oauth/error/oauthFailedToGetDomain.d.ts +5 -0
  137. package/build/component/driver/oauth/error/oauthFailedToGetDomain.d.ts.map +1 -0
  138. package/build/component/driver/oauth/error/oauthFailedToGetDomain.js +21 -0
  139. package/build/component/driver/oauth/error/oauthFailedToGetDomain.js.map +1 -0
  140. package/build/component/driver/oauth/error/oauthNameTooLong.d.ts +5 -0
  141. package/build/component/driver/oauth/error/oauthNameTooLong.d.ts.map +1 -0
  142. package/build/component/driver/oauth/error/oauthNameTooLong.js +21 -0
  143. package/build/component/driver/oauth/error/oauthNameTooLong.js.map +1 -0
  144. package/build/component/driver/oauth/interface/createOauthArgs.d.ts +12 -0
  145. package/build/component/driver/oauth/interface/createOauthArgs.d.ts.map +1 -0
  146. package/build/component/driver/oauth/interface/createOauthArgs.js +5 -0
  147. package/build/component/driver/oauth/interface/createOauthArgs.js.map +1 -0
  148. package/build/component/driver/oauth/interface/createOauthOutputs.d.ts +7 -0
  149. package/build/component/driver/oauth/interface/createOauthOutputs.d.ts.map +1 -0
  150. package/build/component/driver/oauth/interface/createOauthOutputs.js +10 -0
  151. package/build/component/driver/oauth/interface/createOauthOutputs.js.map +1 -0
  152. package/build/component/driver/oauth/interface/updateOauthArgs.d.ts +9 -0
  153. package/build/component/driver/oauth/interface/updateOauthArgs.d.ts.map +1 -0
  154. package/build/component/driver/oauth/interface/updateOauthArgs.js +5 -0
  155. package/build/component/driver/oauth/interface/updateOauthArgs.js.map +1 -0
  156. package/build/component/driver/oauth/update.d.ts +13 -0
  157. package/build/component/driver/oauth/update.d.ts.map +1 -0
  158. package/build/component/driver/oauth/update.js +181 -0
  159. package/build/component/driver/oauth/update.js.map +1 -0
  160. package/build/component/driver/oauth/utility/constants.d.ts +13 -0
  161. package/build/component/driver/oauth/utility/constants.d.ts.map +1 -0
  162. package/build/component/driver/oauth/utility/constants.js +18 -0
  163. package/build/component/driver/oauth/utility/constants.js.map +1 -0
  164. package/build/component/driver/oauth/utility/utility.d.ts +12 -0
  165. package/build/component/driver/oauth/utility/utility.d.ts.map +1 -0
  166. package/build/component/driver/oauth/utility/utility.js +90 -0
  167. package/build/component/driver/oauth/utility/utility.js.map +1 -0
  168. package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
  169. package/build/component/driver/script/scriptDriver.js +8 -8
  170. package/build/component/driver/script/scriptDriver.js.map +1 -1
  171. package/build/component/driver/teamsApp/clients/appStudioClient.d.ts +11 -3
  172. package/build/component/driver/teamsApp/clients/appStudioClient.d.ts.map +1 -1
  173. package/build/component/driver/teamsApp/clients/appStudioClient.js +54 -2
  174. package/build/component/driver/teamsApp/clients/appStudioClient.js.map +1 -1
  175. package/build/component/driver/teamsApp/constants.d.ts +4 -0
  176. package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
  177. package/build/component/driver/teamsApp/constants.js +4 -0
  178. package/build/component/driver/teamsApp/constants.js.map +1 -1
  179. package/build/component/driver/teamsApp/createAppPackage.d.ts +19 -1
  180. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  181. package/build/component/driver/teamsApp/createAppPackage.js +97 -26
  182. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  183. package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.d.ts +20 -0
  184. package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.d.ts.map +1 -1
  185. package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.js.map +1 -1
  186. package/build/component/driver/teamsApp/interfaces/OauthConfigurationId.d.ts +7 -0
  187. package/build/component/driver/teamsApp/interfaces/OauthConfigurationId.d.ts.map +1 -0
  188. package/build/component/driver/teamsApp/interfaces/OauthConfigurationId.js +5 -0
  189. package/build/component/driver/teamsApp/interfaces/OauthConfigurationId.js.map +1 -0
  190. package/build/component/driver/teamsApp/interfaces/OauthRegistration.d.ts +44 -0
  191. package/build/component/driver/teamsApp/interfaces/OauthRegistration.d.ts.map +1 -0
  192. package/build/component/driver/teamsApp/interfaces/OauthRegistration.js +21 -0
  193. package/build/component/driver/teamsApp/interfaces/OauthRegistration.js.map +1 -0
  194. package/build/component/driver/teamsApp/teamsappMgr.d.ts.map +1 -1
  195. package/build/component/driver/teamsApp/teamsappMgr.js +22 -8
  196. package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
  197. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts +8 -0
  198. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -0
  199. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +65 -0
  200. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -0
  201. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
  202. package/build/component/driver/teamsApp/utils/ManifestUtils.js +3 -15
  203. package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
  204. package/build/component/driver/teamsApp/utils/telemetry.d.ts +2 -0
  205. package/build/component/driver/teamsApp/utils/telemetry.d.ts.map +1 -1
  206. package/build/component/driver/teamsApp/utils/telemetry.js +2 -0
  207. package/build/component/driver/teamsApp/utils/telemetry.js.map +1 -1
  208. package/build/component/driver/teamsApp/utils/utils.d.ts +1 -0
  209. package/build/component/driver/teamsApp/utils/utils.d.ts.map +1 -1
  210. package/build/component/driver/teamsApp/utils/utils.js +5 -1
  211. package/build/component/driver/teamsApp/utils/utils.js.map +1 -1
  212. package/build/component/driver/teamsApp/validateTestCases.d.ts +18 -0
  213. package/build/component/driver/teamsApp/validateTestCases.d.ts.map +1 -1
  214. package/build/component/driver/teamsApp/validateTestCases.js +132 -50
  215. package/build/component/driver/teamsApp/validateTestCases.js.map +1 -1
  216. package/build/component/generator/copilotPlugin/generator.d.ts.map +1 -1
  217. package/build/component/generator/copilotPlugin/generator.js +16 -18
  218. package/build/component/generator/copilotPlugin/generator.js.map +1 -1
  219. package/build/component/generator/copilotPlugin/helper.d.ts +3 -2
  220. package/build/component/generator/copilotPlugin/helper.d.ts.map +1 -1
  221. package/build/component/generator/copilotPlugin/helper.js +152 -51
  222. package/build/component/generator/copilotPlugin/helper.js.map +1 -1
  223. package/build/component/generator/generator.d.ts +4 -2
  224. package/build/component/generator/generator.d.ts.map +1 -1
  225. package/build/component/generator/generator.js +11 -7
  226. package/build/component/generator/generator.js.map +1 -1
  227. package/build/component/generator/generatorProvider.d.ts +3 -0
  228. package/build/component/generator/generatorProvider.d.ts.map +1 -0
  229. package/build/component/generator/generatorProvider.js +15 -0
  230. package/build/component/generator/generatorProvider.js.map +1 -0
  231. package/build/component/generator/officeAddin/generator.d.ts +16 -2
  232. package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
  233. package/build/component/generator/officeAddin/generator.js +96 -44
  234. package/build/component/generator/officeAddin/generator.js.map +1 -1
  235. package/build/component/generator/officeAddin/helperMethods.d.ts +0 -3
  236. package/build/component/generator/officeAddin/helperMethods.d.ts.map +1 -1
  237. package/build/component/generator/officeAddin/helperMethods.js +1 -67
  238. package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
  239. package/build/component/generator/officeXMLAddin/generator.d.ts +6 -2
  240. package/build/component/generator/officeXMLAddin/generator.d.ts.map +1 -1
  241. package/build/component/generator/officeXMLAddin/generator.js +39 -19
  242. package/build/component/generator/officeXMLAddin/generator.js.map +1 -1
  243. package/build/component/generator/officeXMLAddin/projectConfig.d.ts +21 -33
  244. package/build/component/generator/officeXMLAddin/projectConfig.d.ts.map +1 -1
  245. package/build/component/generator/officeXMLAddin/projectConfig.js +85 -86
  246. package/build/component/generator/officeXMLAddin/projectConfig.js.map +1 -1
  247. package/build/component/generator/templates/ssrTabGenerator.d.ts +12 -0
  248. package/build/component/generator/templates/ssrTabGenerator.d.ts.map +1 -0
  249. package/build/component/generator/templates/ssrTabGenerator.js +36 -0
  250. package/build/component/generator/templates/ssrTabGenerator.js.map +1 -0
  251. package/build/component/generator/templates/templateGenerator.d.ts +12 -0
  252. package/build/component/generator/templates/templateGenerator.d.ts.map +1 -0
  253. package/build/component/generator/templates/templateGenerator.js +99 -0
  254. package/build/component/generator/templates/templateGenerator.js.map +1 -0
  255. package/build/component/generator/templates/templateInfo.d.ts +10 -0
  256. package/build/component/generator/templates/templateInfo.d.ts.map +1 -0
  257. package/build/component/generator/templates/templateInfo.js +3 -0
  258. package/build/component/generator/templates/templateInfo.js.map +1 -0
  259. package/build/component/generator/templates/templateNames.d.ts +52 -0
  260. package/build/component/generator/templates/templateNames.d.ts.map +1 -0
  261. package/build/component/generator/templates/templateNames.js +303 -0
  262. package/build/component/generator/templates/templateNames.js.map +1 -0
  263. package/build/component/generator/templates/templateReplaceMap.d.ts +5 -0
  264. package/build/component/generator/templates/templateReplaceMap.d.ts.map +1 -0
  265. package/build/component/generator/templates/templateReplaceMap.js +39 -0
  266. package/build/component/generator/templates/templateReplaceMap.js.map +1 -0
  267. package/build/component/generator/utils.d.ts +1 -0
  268. package/build/component/generator/utils.d.ts.map +1 -1
  269. package/build/component/generator/utils.js +2 -1
  270. package/build/component/generator/utils.js.map +1 -1
  271. package/build/component/middleware/actionExecutionMW.d.ts.map +1 -1
  272. package/build/component/middleware/actionExecutionMW.js +5 -4
  273. package/build/component/middleware/actionExecutionMW.js.map +1 -1
  274. package/build/component/middleware/questionMW.d.ts.map +1 -1
  275. package/build/component/middleware/questionMW.js +9 -1
  276. package/build/component/middleware/questionMW.js.map +1 -1
  277. package/build/component/utils/envUtil.d.ts +0 -1
  278. package/build/component/utils/envUtil.d.ts.map +1 -1
  279. package/build/component/utils/envUtil.js +1 -13
  280. package/build/component/utils/envUtil.js.map +1 -1
  281. package/build/component/utils/metadataGraphPermssion.d.ts +8 -6
  282. package/build/component/utils/metadataGraphPermssion.d.ts.map +1 -1
  283. package/build/component/utils/metadataGraphPermssion.js +10 -2
  284. package/build/component/utils/metadataGraphPermssion.js.map +1 -1
  285. package/build/component/utils/metadataRscPermission.d.ts +16 -0
  286. package/build/component/utils/metadataRscPermission.d.ts.map +1 -0
  287. package/build/component/utils/metadataRscPermission.js +69 -0
  288. package/build/component/utils/metadataRscPermission.js.map +1 -0
  289. package/build/component/utils/metadataUtil.d.ts.map +1 -1
  290. package/build/component/utils/metadataUtil.js +2 -0
  291. package/build/component/utils/metadataUtil.js.map +1 -1
  292. package/build/component/utils.d.ts +2 -1
  293. package/build/component/utils.d.ts.map +1 -1
  294. package/build/component/utils.js +43 -1
  295. package/build/component/utils.js.map +1 -1
  296. package/build/core/FxCore.d.ts +6 -5
  297. package/build/core/FxCore.d.ts.map +1 -1
  298. package/build/core/FxCore.js +138 -26
  299. package/build/core/FxCore.js.map +1 -1
  300. package/build/error/common.js +1 -1
  301. package/build/error/common.js.map +1 -1
  302. package/build/error/script.d.ts +2 -2
  303. package/build/error/script.d.ts.map +1 -1
  304. package/build/error/script.js +6 -6
  305. package/build/error/script.js.map +1 -1
  306. package/build/index.d.ts +4 -0
  307. package/build/index.d.ts.map +1 -1
  308. package/build/index.js +7 -1
  309. package/build/index.js.map +1 -1
  310. package/build/question/constants.d.ts.map +1 -1
  311. package/build/question/constants.js +6 -1
  312. package/build/question/constants.js.map +1 -1
  313. package/build/question/create.d.ts +22 -8
  314. package/build/question/create.d.ts.map +1 -1
  315. package/build/question/create.js +386 -235
  316. package/build/question/create.js.map +1 -1
  317. package/build/question/index.d.ts +1 -0
  318. package/build/question/index.d.ts.map +1 -1
  319. package/build/question/index.js +3 -0
  320. package/build/question/index.js.map +1 -1
  321. package/build/question/inputs/CreateProjectInputs.d.ts +9 -7
  322. package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
  323. package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
  324. package/build/question/options/CreateProjectOptions.js +40 -12
  325. package/build/question/options/CreateProjectOptions.js.map +1 -1
  326. package/build/question/other.d.ts +1 -0
  327. package/build/question/other.d.ts.map +1 -1
  328. package/build/question/other.js +86 -1
  329. package/build/question/other.js.map +1 -1
  330. package/build/question/questionNames.d.ts +4 -1
  331. package/build/question/questionNames.d.ts.map +1 -1
  332. package/build/question/questionNames.js +4 -1
  333. package/build/question/questionNames.js.map +1 -1
  334. package/package.json +15 -11
  335. package/resource/package.nls.json +115 -56
  336. package/resource/yaml-schema/v1.5/yaml.schema.json +1784 -0
  337. package/resource/yaml-schema/yaml.schema.json +198 -2
  338. package/templates/fallback/common.zip +0 -0
  339. package/templates/fallback/csharp.zip +0 -0
  340. package/templates/fallback/js.zip +0 -0
  341. package/templates/fallback/python.zip +0 -0
  342. package/templates/fallback/ts.zip +0 -0
  343. package/build/component/generator/officeAddin/config/projectsJsonData.d.ts +0 -26
  344. package/build/component/generator/officeAddin/config/projectsJsonData.d.ts.map +0 -1
  345. package/build/component/generator/officeAddin/config/projectsJsonData.js +0 -165
  346. package/build/component/generator/officeAddin/config/projectsJsonData.js.map +0 -1
@@ -1,20 +1,22 @@
1
1
  {
2
+ "core.addApi.confirm":"Teams Toolkit will modify files in your \"%s\" folder based on the new OpenAPI document you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
3
+ "core.addApi.continue": "Add",
2
4
  "core.provision.provision": "Provision",
3
- "core.provision.learnMore": "Learn more",
5
+ "core.provision.learnMore": "More info",
4
6
  "core.provision.azureAccount": "Azure account: %s",
5
7
  "core.provision.azureSubscription": "Azure subscription: %s",
6
8
  "core.provision.m365Account": "Microsoft 365 account: %s",
7
9
  "core.provision.confirmEnvAndCostNotice": "Costs may apply based on usage. Do you want to provision resources in %s environment using listed accounts?",
8
10
  "core.deploy.confirmEnvNoticeV3": "Do you want to deploy resources in %s environment?",
9
11
  "core.provision.viewResources": "View provisioned resources",
10
- "core.deploy.aadManifestSuccessNotice": "Your Microsoft Entra app has been deployed successfully. To view that, click \"Learn more\"",
12
+ "core.deploy.aadManifestSuccessNotice": "Your Microsoft Entra app has been deployed successfully. To view that, click \"More info\"",
11
13
  "core.deploy.aadManifestOnCLISuccessNotice": "Your Microsoft Entra app has been updated successfully.",
12
- "core.deploy.aadManifestLearnMore": "Learn more",
13
- "core.deploy.botTroubleShoot": "To troubleshoot your bot application in Azure, click \"Learn more\" for documentation.",
14
- "core.deploy.botTroubleShoot.learnMore": "Learn more",
14
+ "core.deploy.aadManifestLearnMore": "More info",
15
+ "core.deploy.botTroubleShoot": "To troubleshoot your bot application in Azure, click \"More info\" for documentation.",
16
+ "core.deploy.botTroubleShoot.learnMore": "More info",
15
17
  "core.option.deploy": "Deploy",
16
18
  "core.option.confirm": "Confirm",
17
- "core.option.learnMore": "Learn more",
19
+ "core.option.learnMore": "More info",
18
20
  "core.option.upgrade": "Upgrade",
19
21
  "core.option.moreInfo": "More Info",
20
22
  "core.progress.create": "Create",
@@ -37,7 +39,7 @@
37
39
  "core.projectVersionChecker.cliUseNewVersion": "Your TeamFx CLI version is old and it doesn't support current project, please upgrade to the latest version using command below:\nnpm install -g @microsoft/teamsapp-cli@latest",
38
40
  "core.projectVersionChecker.incompatibleProject": "The current project is incompatible with the installed version of Teams Toolkit.",
39
41
  "core.projectVersionChecker.vs.incompatibleProject": "The project in the solution is created with Teams Toolkit preview feature - Teams App Configuration Improvements. You can turn on the preview feature to continue.",
40
- "core.deployArmTemplates.ActionSuccess": "Successfully deployed ARM templates. Resource group name: %s. Deployment name: %s",
42
+ "core.deployArmTemplates.ActionSuccess": "ARM templates are deployed successfully. Resource group name: %s. Deployment name: %s",
41
43
  "core.collaboration.ListCollaboratorsSuccess": "'List of Microsoft 365 App owners is successful, you can view it in [Output panel](%s).",
42
44
  "core.collaboration.GrantingPermission": "Granting permission",
43
45
  "core.collaboration.EmailCannotBeEmptyOrSame": "Provide collaborator's email and make sure it's not the current user's email.",
@@ -134,7 +136,7 @@
134
136
  "plugins.appstudio.validateManifest.progressBar.message": "Validating manifest...",
135
137
  "plugins.appstudio.validateAppPackage.progressBar.message": "Validating app package...",
136
138
  "plugins.appstudio.adminPortal": "Go to admin portal",
137
- "plugins.appstudio.publishSucceedNotice.cli": "[%s] is published successfully to Admin Portal (%s). After approval, your app will be available for your organization. Learn more from %s.",
139
+ "plugins.appstudio.publishSucceedNotice.cli": "[%s] is published successfully to Admin Portal (%s). After approval, your app will be available for your organization. Get more info from %s.",
138
140
  "plugins.appstudio.updatePublihsedAppConfirm": "Do you want to submit a new update?",
139
141
  "plugins.appstudio.teamsAppCreatedNotice": "Teams app %s created successfully",
140
142
  "plugins.appstudio.teamsAppUpdatedLog": "Teams app %s updated successfully",
@@ -218,7 +220,8 @@
218
220
  "error.generator.DownloadSampleNetworkError": "Unable to download sample due to network error. Check your network connection and try again or you can manually clone the repo from %s",
219
221
  "error.copilotPlugin.apiSpecNotUsedInPlugin": "\"%s\" is not used in the plugin.",
220
222
  "error.copilotPlugin.openAiPluginManifest.CannotGetManifest": "Unable to get OpenAI plugin manifest from '%s'.",
221
- "error.copilotPlugin.noExtraAPICanBeAdded": "Unable to add API as only GET and POST methods with at most 5 required parameter and no authentication are supported. Also, methods defined in manifest.json are not listed.",
223
+ "error.apime.noExtraAPICanBeAdded": "Unable to add API because only GET and POST methods are supported, with a maximum of 5 required parameters and no authentication. Also, methods defined in the manifest are not listed.",
224
+ "error.copilot.noExtraAPICanBeAdded": "Unable to add API because no authentication is supported. Also, methods defined in the current OpenAPI description document are not listed.",
222
225
  "error.m365.NotExtendedToM365Error": "Unable to extend Teams app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend your Teams app to Microsoft 365.",
223
226
  "core.QuestionAppName.validation.pattern": "App name needs to begin with letters, include minimum two letters or digits, and exclude certain special characters.",
224
227
  "core.QuestionAppName.validation.maxlength": "App name is longer than the 30 characters.",
@@ -235,6 +238,7 @@
235
238
  "core.generator.officeAddin.importProject.copyFiles": "Copying files...",
236
239
  "core.generator.officeAddin.importProject.convertProject": "Converting project...",
237
240
  "core.generator.officeAddin.importProject.updateManifest": "Modifying manifest...",
241
+ "core.generator.officeAddin.importOfficeProject.title": "Importing Existing Office Add-in Project",
238
242
  "core.TabOption.description": "UI-based app",
239
243
  "core.TabOption.detail": "Teams-aware webpages embedded in Microsoft Teams",
240
244
  "core.DashboardOption.label": "Dashboard",
@@ -257,6 +261,9 @@
257
261
  "core.TabSPFxOption.detailNew": "Build UI with SharePoint Framework",
258
262
  "core.TabNonSso.label": "Basic Tab",
259
263
  "core.TabNonSso.detail": "A simple implementation of a web app that's ready to customize",
264
+ "core.copilotPlugin.api.noAuth": "None auth",
265
+ "core.copilotPlugin.api.apiKeyAuth": "API key auth(Bearer token auth)",
266
+ "core.copilotPlugin.api.oauth": "OAuth(Auth code flow)",
260
267
  "core.copilotPlugin.validate.apiSpec.summary": "Teams Toolkit has checked your OpenAPI description document:\n\nSummary:\n%s.\n%s\n%s",
261
268
  "core.copilotPlugin.validate.openAIPluginManifest.summary": "Teams Toolkit has checked your OpenAI plugin manifest:\n\nSummary:\n%s.\n%s\n%s",
262
269
  "core.copilotPlugin.validate.summary.validate.failed": "%s failed",
@@ -280,35 +287,39 @@
280
287
  "core.createProjectQuestion.projectType.bot.detail": "Conversational or informative chat experiences that can automate repetitive tasks",
281
288
  "core.createProjectQuestion.projectType.bot.label": "Bot",
282
289
  "core.createProjectQuestion.projectType.bot.title": "App Features Using a Bot",
283
- "core.createProjectQuestion.projectType.messageExtension.detail": "Search or initiate actions from the message composing area of Teams and Outlook",
290
+ "core.createProjectQuestion.projectType.messageExtension.detail": "Search and take actions from the text input box in Teams and Outlook",
284
291
  "core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Search or initiate actions from the message composing area of Teams, Outlook and Copilot",
285
292
  "core.createProjectQuestion.projectType.messageExtension.title": "App Features Using a Message Extension",
286
- "core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content",
293
+ "core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content for seamless user experience",
287
294
  "core.createProjectQuestion.projectType.outlookAddin.label": "Outlook Add-in",
288
295
  "core.createProjectQuestion.projectType.outlookAddin.title": "App Features Using an Outlook Add-in",
289
296
  "core.createProjectQuestion.projectType.officeAddin.detail": "Extend Office apps to interact with content in Office documents and Outlook mails",
290
297
  "core.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
291
298
  "core.createProjectQuestion.projectType.officeAddin.title": "App Features Using an Office Add-in",
292
299
  "core.createProjectQuestion.projectType.officeAddin.framework.title": "Framework",
293
- "core.createProjectQuestion.projectType.officeAddin.framework.placeholder": "Select a framework.",
300
+ "core.createProjectQuestion.projectType.officeAddin.framework.placeholder": "Select a framework",
294
301
  "core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Microsoft 365 app",
295
302
  "core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
296
303
  "core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Microsoft Copilot for Microsoft 365 using your APIs",
297
304
  "core.createProjectQuestion.projectType.copilotPlugin.label": "Copilot Plugin",
298
305
  "core.createProjectQuestion.projectType.copilotPlugin.title": "Copilot Plugin",
299
306
  "core.createProjectQuestion.projectType.copilotPlugin.placeholder": "Select an option",
300
- "core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent chatbot as your own copilot in Microsoft Teams using Teams AI Library",
307
+ "core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent chatbot in Microsoft Teams easily using Teams AI Library",
301
308
  "core.createProjectQuestion.projectType.customCopilot.label": "Custom Copilot",
302
309
  "core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Teams AI Library",
303
310
  "core.createProjectQuestion.projectType.customCopilot.placeholder": "Select an option",
311
+ "core.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use Github Copilot Chat",
312
+ "core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with Github Copilot and get step-by-step instructions to develop your Teams app",
313
+ "core.createProjectQuestion.projectType.copilotGroup.title": "Use Copilot",
314
+ "core.createProjectQuestion.projectType.createGroup.title": "Create",
304
315
  "core.createProjectQuestion.title": "New Project",
305
316
  "core.createProjectQuestion.capability.botMessageExtension.label": "Start with a Bot",
306
317
  "core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Bot Framework",
307
318
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Start with a new API",
308
- "core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create an API plugin with a new API from Azure Functions",
319
+ "core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create a plugin with a new API from Azure Functions",
309
320
  "core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Create a message extension with a new API from Azure Functions",
310
321
  "core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
311
- "core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create an API plugin from your existing API",
322
+ "core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create a plugin from your existing API",
312
323
  "core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "Create a message extension from your existing API",
313
324
  "core.createProjectQuestion.capability.copilotPluginAIPluginOption.label": "Start with an OpenAI Plugin",
314
325
  "core.createProjectQuestion.capability.copilotPluginAIPluginOption.detail": "Convert an OpenAI Plugin to Microsoft 365 Copilot plugin",
@@ -345,28 +356,32 @@
345
356
  "core.createProjectQuestion.llmService.azureOpenAIKey.title": "Azure OpenAI Key",
346
357
  "core.createProjectQuestion.llmService.azureOpenAIKey.placeholder": "Input Azure OpenAI service key now or set it later in the project",
347
358
  "core.createProjectQuestion.llmService.azureOpenAIEndpoint.title": "Azure OpenAI Endpoint",
359
+ "core.createProjectQuestion.llmService.azureOpenAIDeploymentName.title": "Azure OpenAI Deployment Name",
348
360
  "core.createProjectQuestion.llmService.azureOpenAIEndpoint.placeholder": "Input Azure OpenAI service endpoint now or set it later in the project",
361
+ "core.createProjectQuestion.llmService.azureOpenAIDeploymentName.placeholder": "Input Azure OpenAI deployment name now or set it later in the project",
349
362
  "core.createProjectQuestion.apiSpec.title": "OpenAPI Description Document",
350
363
  "core.createProjectQuestion.apiSpec.placeholder": "Enter OpenAPI Description Document URL",
351
364
  "core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Description Document Location",
352
365
  "core.createProjectQuestion.OpenAIPluginDomain": "OpenAI Plugin Manifest",
353
366
  "core.createProjectQuestion.OpenAIPluginDomain.placeholder": "Enter your website domain or manifest URL",
354
367
  "core.createProjectQuestion.ApiKey": "Enter API Key in OpenAPI Description Document",
355
- "core.createProjectQuestion.ApiKeyConfirm": "Teams Toolkit will upload the API key to Teams Developer Portal. The API key will be used by Teams client to securely access your API in runtime when API-Based Message Extension is triggered. Teams Toolkit will not store your API key.",
368
+ "core.createProjectQuestion.ApiKeyConfirm": "Teams Toolkit will upload the API key to Teams Developer Portal. The API key will be used by Teams client to securely access your API in runtime. Teams Toolkit will not store your API key.",
369
+ "core.createProjectQuestion.OauthClientId": "Enter client id for OAuth registration in OpenAPI Description Document",
370
+ "core.createProjectQuestion.OauthClientSecret": "Enter client secret for OAuth registration in OpenAPI Description Document",
371
+ "core.createProjectQuestion.OauthClientSecretConfirm": "Teams Toolkit uploads the client id/secret for OAuth Registration to Teams Developer Portal. It is used by Teams client to securely access your API at runtime. Teams Toolkit doesn't store your client id/secret.",
356
372
  "core.createProjectQuestion.apiMessageExtensionAuth.title": "Authentication Type",
357
373
  "core.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
358
374
  "core.createProjectQuestion.invalidApiKey.message": "Client secret is invalid. The length of secret should be >= 10 and <= 128",
359
375
  "core.createProjectQuestion.invalidUrl.message": "Enter a valid HTTP URL without authentication to access your OpenAPI description document.",
360
376
  "core.createProjectQuestion.apiSpec.operation.title": "Select Operation(s) Teams Can Interact with",
361
377
  "core.createProjectQuestion.apiSpec.copilotOperation.title": "Select Operation(s) Copilot Can Interact with",
362
- "core.createProjectQuestion.apiSpec.operation.placeholder": "GET/POST methods with at most 5 required parameter and no auth are listed",
363
378
  "core.createProjectQuestion.apiSpec.operation.apikey.placeholder": "GET/POST methods with at most 5 required parameter and API key are listed",
364
379
  "core.createProjectQuestion.apiSpec.operation.invalidMessage": "%s API(s) selected. You can select at least one and at most %s APIs.",
365
380
  "core.createProjectQuestion.apiSpec.operation.multipleAuth": "Your selected APIs have multiple authorizations %s which are not supported.",
366
381
  "core.createProjectQuestion.apiSpec.operation.multipleServer": "Your selected APIs have multiple server URLs %s which are not supported.",
367
382
  "core.createProjectQuestion.apiSpec.operation.placeholder.skipExisting": "Methods defined in manifest.json are not listed",
368
- "core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "Invalid OpenAPI description document. Check output panel for details.",
369
- "core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "Invalid OpenAPI description document. Check [output panel](command:fx-extension.showOutputChannel) for details.",
383
+ "core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "Incompatible OpenAPI description document. Check output panel for details.",
384
+ "core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "Incompatible OpenAPI description document. Check [output panel](command:fx-extension.showOutputChannel) for details.",
370
385
  "core.createProjectQuestion.openAiPluginManifest.multipleValidationErrors.vscode.message": "Invalid OpenAI plugin manifest. Check [output panel](command:fx-extension.showOutputChannel) for details.",
371
386
  "core.createProjectQuestion.openAiPluginManifest.validationError.missingApiUrl": "Missing URL in \"%s\".",
372
387
  "core.createProjectQuestion.openAiPluginManifest.validationError.authNotSupported": "Auth type is not supported. Supported auth type: \"%s\".",
@@ -375,36 +390,36 @@
375
390
  "core.createProjectQuestion.officeXMLAddin.bar.detail": "Creating Project.",
376
391
  "core.createProjectQuestion.officeXMLAddin.mainEntry.title": "Office Add-in",
377
392
  "core.createProjectQuestion.officeXMLAddin.mainEntry.detail": "Create integration with Outlook, Word, Excel, or PowerPoint",
378
- "core.createProjectQuestion.officeXMLAddin.create.title": "Select to create an Outlook, Word, Excel, or PowerPoint Add-in",
393
+ "core.createProjectQuestion.officeXMLAddin.create.title": "Select to Create an Outlook, Word, Excel, or PowerPoint Add-in",
379
394
  "core.createProjectQuestion.officeXMLAddin.word.title": "Word Add-in",
380
395
  "core.createProjectQuestion.officeXMLAddin.word.detail": "Create an add-in that can run in Word across multiple platforms",
381
396
  "core.createProjectQuestion.officeXMLAddin.word.sso.title": "Add-in with Single Sign On",
382
397
  "core.createProjectQuestion.officeXMLAddin.word.sso.detail": "Create a Word add-in with Single Sign On capabilities",
383
- "core.createProjectQuestion.officeXMLAddin.word.react.title": "Add-in with React framework",
398
+ "core.createProjectQuestion.officeXMLAddin.word.react.title": "Add-in with React Framework",
384
399
  "core.createProjectQuestion.officeXMLAddin.word.react.detail": "Create a Word add-in with React framework",
385
400
  "core.createProjectQuestion.officeXMLAddin.word.create.title": "Create a Word Add-in",
386
401
  "core.createProjectQuestion.officeXMLAddin.excel.title": "Excel Add-in",
387
402
  "core.createProjectQuestion.officeXMLAddin.excel.detail": "Extend Excel functionality and access Excel data on multiple platforms",
388
403
  "core.createProjectQuestion.officeXMLAddin.excel.sso.title": "Add-in with Single Sign On",
389
404
  "core.createProjectQuestion.officeXMLAddin.excel.sso.detail": "Create an Excel add-in with Single Sign On capabilities",
390
- "core.createProjectQuestion.officeXMLAddin.excel.react.title": "Add-in with React framework",
405
+ "core.createProjectQuestion.officeXMLAddin.excel.react.title": "Add-in with React Framework",
391
406
  "core.createProjectQuestion.officeXMLAddin.excel.react.detail": "Create an Excel add-in with React framework",
392
- "core.createProjectQuestion.officeXMLAddin.excel.cf.shared.title": "Excel Custom Functions using a Shared Runtime",
407
+ "core.createProjectQuestion.officeXMLAddin.excel.cf.shared.title": "Excel Custom Functions Using a Shared Runtime",
393
408
  "core.createProjectQuestion.officeXMLAddin.excel.cf.shared.detail": "Create an Excel add-in leveraging Custom Functions using a Shared Runtime",
394
- "core.createProjectQuestion.officeXMLAddin.excel.cf.js.title": "Excel Custom Functions using a JavaScript-only Runtime",
409
+ "core.createProjectQuestion.officeXMLAddin.excel.cf.js.title": "Excel Custom Functions Using a JavaScript-only Runtime",
395
410
  "core.createProjectQuestion.officeXMLAddin.excel.cf.js.detail": "Create an Excel add-in leveraging Custom Functions using a JavaScript-only Runtime",
396
411
  "core.createProjectQuestion.officeXMLAddin.excel.create.title": "Create an Excel Add-in",
397
412
  "core.createProjectQuestion.officeXMLAddin.powerpoint.title": "PowerPoint Add-in",
398
413
  "core.createProjectQuestion.officeXMLAddin.powerpoint.detail": "Build engaging solutions for presentations across platform",
399
- "core.createProjectQuestion.officeXMLAddin.powerpoint.sso.title": "Create a PowerPoint add-in with Single Sign On capabilities",
414
+ "core.createProjectQuestion.officeXMLAddin.powerpoint.sso.title": "Add-in with Single Sign On",
400
415
  "core.createProjectQuestion.officeXMLAddin.powerpoint.sso.detail": "PowerPoint add-in with Single Sign On capabilities",
401
- "core.createProjectQuestion.officeXMLAddin.powerpoint.react.title": "Add-in with React framework",
416
+ "core.createProjectQuestion.officeXMLAddin.powerpoint.react.title": "Add-in with React Framework",
402
417
  "core.createProjectQuestion.officeXMLAddin.powerpoint.react.detail": "Create a PowerPoint add-in with React framework",
403
418
  "core.createProjectQuestion.officeXMLAddin.powerpoint.create.title": "Create a PowerPoint Add-in",
404
- "core.createProjectQuestion.officeXMLAddin.taskpane.title": "Add-in with Basic Taskpane",
405
- "core.createProjectQuestion.officeXMLAddin.taskpane.detail": "Customize the Ribbon with a button and embed content in the Taskpane",
406
- "core.createProjectQuestion.officeXMLAddin.manifestOnly.title": "Add-in project containing the manifest only",
407
- "core.createProjectQuestion.officeXMLAddin.manifestOnly.detail": "Create a simple add-in project with a manifest file only",
419
+ "core.createProjectQuestion.officeXMLAddin.taskpane.title": "Add-in with Basic Task Pane",
420
+ "core.createProjectQuestion.officeXMLAddin.taskpane.detail": "Customize the Ribbon with a button and create a dashboard in the Task Pane",
421
+ "core.createProjectQuestion.officeXMLAddin.manifestOnly.title": "Add-in Project With only Manifest File",
422
+ "core.createProjectQuestion.officeXMLAddin.manifestOnly.detail": "Create an add-in project that includes only the manifest file",
408
423
  "core.aiAssistantBotOption.label": "AI Assistant Bot",
409
424
  "core.aiAssistantBotOption.detail": "A custom AI assistant bot in Teams using Teams AI library and OpenAI Assistants API",
410
425
  "core.aiBotOption.label": "AI Chat Bot",
@@ -443,37 +458,37 @@
443
458
  "core.SampleSelect.placeholder": "Select a sample",
444
459
  "core.SampleSelect.buttons.viewSamples": "View samples",
445
460
  "core.updateBotIdsQuestion.title": "Create new bot(s) for debugging",
446
- "core.updateBotIdsQuestion.placeholder": "Unselect to keep with the original value of botId",
447
- "_core.updateBotIdsQuestion.placeholder.comment": "'botId' is the field name which should not be localized.",
461
+ "core.updateBotIdsQuestion.placeholder": "Deselect to keep the original botId value",
462
+ "_core.updateBotIdsQuestion.placeholder.comment": "'botId' is the field name that shouldn't be localized.",
448
463
  "core.updateBotIdForBot.description": "Update botId %s to \"${{BOT_ID}}\" in manifest.json",
449
- "_core.updateBotIdForBot.description.comment": "'botId' and '${{BOT_ID}}' should not be localized. 'manifest.json' is the file name which should not be localized.",
464
+ "_core.updateBotIdForBot.description.comment": "'botId' and '${{BOT_ID}}' shouldn't be localized. 'manifest.json' is the file name that shouldn't be localized.",
450
465
  "core.updateBotIdForMessageExtension.description": "Update botId %s to \"${{BOT_ID}}\" in manifest.json",
451
- "_core.updateBotIdForMessageExtension.description.comment": "'botId' and '${{BOT_ID}}' should not be localized. 'manifest.json' is the file name which should not be localized.",
466
+ "_core.updateBotIdForMessageExtension.description.comment": "'botId' and '${{BOT_ID}}' shouldn't be localized. 'manifest.json' is the file name that shouldn't be localized.",
452
467
  "core.updateBotIdForBot.label": "Bot",
453
468
  "core.updateBotIdForMessageExtension.label": "Message extension",
454
469
  "core.updateContentUrlQuestion.title": "Configure content URL(s) for debugging",
455
470
  "core.updateWebsiteUrlQuestion.title": "Configure website URL(s) for debugging",
456
471
  "core.updateContentUrlOption.description": "Update the content URL from %s to %s",
457
472
  "core.updateWebsiteUrlOption.description": "Update the website URL from %s to %s",
458
- "core.updateUrlQuestion.placeholder": "Unselect to keep with the original URL",
473
+ "core.updateUrlQuestion.placeholder": "Deselect to keep the original URL",
459
474
  "core.SingleSignOnOption.label": "Single Sign-On",
460
475
  "core.SingleSignOnOption.detail": "Develop a Single Sign-On feature for Teams Launch pages and Bot capability",
461
476
  "core.getUserEmailQuestion.title": "Add owner to Teams/Microsoft Entra app for the account under the same Microsoft 365 tenant (email)",
462
- "core.getUserEmailQuestion.validation1": "Email address cannot be null or empty",
463
- "core.getUserEmailQuestion.validation2": "Please change [UserName] to the real user name",
477
+ "core.getUserEmailQuestion.validation1": "Enter email address",
478
+ "core.getUserEmailQuestion.validation2": "Change [UserName] to the real user name",
464
479
  "core.collaboration.error.failedToLoadDotEnvFile": "Unable to load your .env File. Reason: %s",
465
480
  "core.selectAadAppManifestQuestion.title": "Select Microsoft Entra manifest.json file",
466
481
  "core.selectTeamsAppManifestQuestion.title": "Select Teams manifest.json file",
467
482
  "core.selectTeamsAppPackageQuestion.title": "Select Teams app package file",
468
483
  "core.selectLocalTeamsAppManifestQuestion.title": "Select local Teams manifest.json file",
469
- "core.selectCollaborationAppTypeQuestion.title": "Select app you want to manage the collaborators",
484
+ "core.selectCollaborationAppTypeQuestion.title": "Select the app for which you want to manage collaborators",
470
485
  "core.selectValidateMethodQuestion.validate.selectTitle": "Select a validation method",
471
486
  "core.selectValidateMethodQuestion.validate.schemaOption": "Validate using manifest schema",
472
487
  "core.selectValidateMethodQuestion.validate.schemaOptionDescription": "Validate using manifest schema",
473
488
  "core.selectValidateMethodQuestion.validate.appPackageOption": "Validate app package using validation rules",
474
489
  "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Validate app package using validation rules",
475
490
  "core.selectValidateMethodQuestion.validate.testCasesOption": "Publish Readiness",
476
- "core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Check your app with the test cases Microsoft uses before they publish it",
491
+ "core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Check your app with Microsoft's test cases before publishing",
477
492
  "core.confirmManifestQuestion.placeholder": "Confirm you've selected the correct manifest file",
478
493
  "core.aadAppQuestion.label": "Microsoft Entra app",
479
494
  "core.aadAppQuestion.description": "Your Microsoft Entra app for Single Sign On",
@@ -483,15 +498,15 @@
483
498
  "core.M365SsoLaunchPageOptionItem.detail": "A web app that uses Fluent UI React components to get a Teams look and feel",
484
499
  "core.M365SearchAppOptionItem.label": "Custom Search Results",
485
500
  "core.M365SearchAppOptionItem.detail": "Display data directly in Teams and Outlook search results from search or the chat area",
486
- "core.M365SearchAppOptionItem.copilot.detail": "Display data directly in Teams chat, Outlook email and Copilot response from search result",
501
+ "core.M365SearchAppOptionItem.copilot.detail": "Display data directly in Teams chat, Outlook email, and Copilot response from search results",
487
502
  "core.SearchAppOptionItem.detail": "Display data directly in Teams search results from search or the chat area",
488
503
  "core.M365HostQuestion.title": "Platform",
489
504
  "core.M365HostQuestion.placeholder": "Select a platform to preview the app",
490
505
  "core.options.separator.additional": "Additional features",
491
- "core.common.LifecycleComplete.prepareTeamsApp": "Successfully prepared Teams app.",
492
- "core.common.LifecycleComplete.provision": "Successfully executed %s/%s actions in provision stage.",
493
- "core.common.LifecycleComplete.deploy": "Successfully executed %s/%s actions in deploy stage.",
494
- "core.common.LifecycleComplete.publish": "Successfully executed %s/%s actions in publish stage.",
506
+ "core.common.LifecycleComplete.prepareTeamsApp": "Teams app prepared successfully.",
507
+ "core.common.LifecycleComplete.provision": "%s/%s actions in provision stage executed successfully.",
508
+ "core.common.LifecycleComplete.deploy": "%s/%s actions in deploy stage executed successfully.",
509
+ "core.common.LifecycleComplete.publish": "%s/%s actions in publish stage executed successfully.",
495
510
  "core.common.TeamsMobileDesktopClientName": "Teams desktop, mobile client id",
496
511
  "core.common.TeamsWebClientName": "Teams web client id",
497
512
  "core.common.OfficeDesktopClientName": "The Microsoft 365 app for desktop client id",
@@ -500,12 +515,30 @@
500
515
  "core.common.OutlookDesktopClientName": "Outlook desktop client id",
501
516
  "core.common.OutlookWebClientName1": "Outlook web access client id 1",
502
517
  "core.common.OutlookWebClientName2": "Outlook web access client id 2",
503
- "core.common.CancelledMessage": "Operation is cancelled.",
504
- "core.common.SwaggerNotSupported": "Swagger 2.0 is not supported. Please convert it to OpenAPI 3.0 first.",
518
+ "core.common.CancelledMessage": "Operation is canceled.",
519
+ "core.common.SwaggerNotSupported": "Swagger 2.0 is not supported. Convert it to OpenAPI 3.0 first.",
520
+ "core.common.SpecVersionNotSupported": "OpenAPI version %s is not supported. Use version 3.0.x.",
505
521
  "core.common.NoServerInformation": "No server information is found in the OpenAPI description document.",
506
522
  "core.common.RemoteRefNotSupported": "Remote reference is not supported: %s.",
507
523
  "core.common.MissingOperationId": "Missing operationIds: %s.",
508
- "core.common.NoSupportedApi": "No supported API is found in the OpenAPI description document: only GET and POST methods are supported, additionally, there can be at most 5 required parameter, and no auth is allowed. \nFor more information visit: \"https://aka.ms/build-api-based-message-extension\".",
524
+ "core.common.NoSupportedApi": "No supported API found in the OpenAPI document.\nFor more information visit: \"https://aka.ms/build-api-based-message-extension\". \nReasons for API incompatibility are listed below:\n%s",
525
+ "core.common.NoSupportedApiCopilot": "No supported API is found in the OpenAPI description document. \nReasons for API incompatibility are listed below:\n%s",
526
+ "core.common.invalidReason.AuthTypeIsNotSupported": "authorization type is not supported",
527
+ "core.common.invalidReason.MissingOperationId": "operation id is missing",
528
+ "core.common.invalidReason.PostBodyContainMultipleMediaTypes": "post body contains multiple media types",
529
+ "core.common.invalidReason.ResponseContainMultipleMediaTypes": "response contains multiple media types",
530
+ "core.common.invalidReason.ResponseJsonIsEmpty": "response json is empty",
531
+ "core.common.invalidReason.PostBodySchemaIsNotJson": "post body schema is not json",
532
+ "core.common.invalidReason.PostBodyContainsRequiredUnsupportedSchema": "post body contains required unsupported schema",
533
+ "core.common.invalidReason.ParamsContainRequiredUnsupportedSchema": "params contain required unsupported schema",
534
+ "core.common.invalidReason.ParamsContainsNestedObject": "params contain nested object",
535
+ "core.common.invalidReason.RequestBodyContainsNestedObject": "request body contains nested object",
536
+ "core.common.invalidReason.ExceededRequiredParamsLimit": "exceeded required params limit",
537
+ "core.common.invalidReason.NoParameter": "no parameter",
538
+ "core.common.invalidReason.NoAPIInfo": "no API info",
539
+ "core.common.invalidReason.MethodNotAllowed": "method not allowed",
540
+ "core.common.invalidReason.UrlPathNotExist": "url path does not exist",
541
+ "core.common.invalidReason.NoAPIs": "No APIs were found in the OpenAPI description document.",
509
542
  "core.common.UrlProtocolNotSupported": "Server url is not correct: protocol %s is not supported, you should use https protocol instead.",
510
543
  "core.common.RelativeServerUrlNotSupported": "Server url is not correct: relative server url is not supported.",
511
544
  "core.common.ErrorFetchApiSpec": "Your OpenAPI description document should be accessible without authentication, otherwise download and start from a local copy.",
@@ -514,6 +547,8 @@
514
547
  "core.importAddin.label": "Import an Existing Outlook Add-ins",
515
548
  "core.importAddin.detail": "Upgrade an Add-ins project to the latest app manifest and project structure",
516
549
  "core.importOfficeAddin.label": "Import an Existing Office Add-ins",
550
+ "core.officeContentAddin.label": "Content Add-in",
551
+ "core.officeContentAddin.detail": "Create new objects for Excel or PowerPoint",
517
552
  "core.newTaskpaneAddin.label": "Taskpane",
518
553
  "core.newTaskpaneAddin.detail": "Customize the Ribbon with a button and embed content in the Taskpane",
519
554
  "core.summary.actionDescription": "Action %s%s",
@@ -536,6 +571,8 @@
536
571
  "error.aad.manifest.PreAuthorizedApplicationsIsMissing": "preAuthorizedApplications is missing\n",
537
572
  "error.aad.manifest.ResourceAppIdIsMissing": "Some item(s) in requiredResourceAccess misses resourceAppId property.",
538
573
  "error.aad.manifest.ResourceAccessIdIsMissing": "Some item(s) in resourceAccess misses id property.",
574
+ "error.aad.manifest.ResourceAccessShouldBeArray": "resourceAccess should be an array.",
575
+ "error.aad.manifest.RequiredResourceAccessShouldBeArray": "requiredResourceAccess should be an array.",
539
576
  "error.aad.manifest.AccessTokenAcceptedVersionIs1": "accessTokenAcceptedVersion is 1\n",
540
577
  "error.aad.manifest.OptionalClaimsIsMissing": "optionalClaims is missing\n",
541
578
  "error.aad.manifest.OptionalClaimsMissingIdtypClaim": "optionalClaims access token doesn't contain idtyp claim\n",
@@ -553,7 +590,7 @@
553
590
  "plugins.bot.SomethingIsMissing": "%s is missing.",
554
591
  "plugins.bot.FailedToProvision": "Unable to provision %s.",
555
592
  "plugins.bot.FailedToUpdateConfigs": "Unable to update configs for %s",
556
- "plugins.bot.BotRegistrationNotFoundWith": "Bot registration was not found with botId %s. Click 'Get Help' button to learn more about how to check bot registrations.",
593
+ "plugins.bot.BotRegistrationNotFoundWith": "Bot registration was not found with botId %s. Click 'Get Help' button to get more info about how to check bot registrations.",
557
594
  "plugins.bot.BotResourceExists": "Bot resource already existed on %s, skip creating Bot resource.",
558
595
  "plugins.bot.FailRetrieveAzureCredentials": "Unable to retrieve Azure credentials.",
559
596
  "plugins.bot.ProvisionBotRegistration": "Provisioning bot registration.",
@@ -562,10 +599,10 @@
562
599
  "plugins.bot.AppStudioBotRegistration": "Developer Portal bot registration",
563
600
  "plugins.function.getTemplateFromLocal": "Unable to get newest template from github, trying to use the local template.",
564
601
  "error.depChecker.DefaultErrorMessage": "Install the required dependencies manually.",
565
- "depChecker.learnMoreButtonText": "Learn more",
602
+ "depChecker.learnMoreButtonText": "Get more info",
566
603
  "depChecker.needInstallNpm": "You must have NPM installed to debug your local functions.",
567
604
  "depChecker.failToValidateFuncCoreTool": "Unable to validate Azure Functions Core Tools after installation.",
568
- "depChecker.symlinkDirAlreadyExist": "The destination of the symlink already exists",
605
+ "depChecker.symlinkDirAlreadyExist": "The destination of the symlink (%s) already exists, please remove it and try again.",
569
606
  "depChecker.portableFuncNodeNotMatched": "Your Node.js (@NodeVersion) is incompatible with Teams Toolkit Azure Functions Core Tools (@FuncVersion).",
570
607
  "depChecker.invalidFuncVersion": "The format of version %s is invalid.",
571
608
  "depChecker.noSentinelFile": "Azure Functions Core Tools installation is incomplete.",
@@ -596,6 +633,8 @@
596
633
  "driver.aadApp.error.generateSecretFailed": "Cannot generate client secret.",
597
634
  "driver.aadApp.error.invalidFieldInManifest": "Field %s is missing or invalid in Microsoft Entra app manifest.",
598
635
  "driver.aadApp.error.appNameTooLong": "The name for this Microsoft Entra app is too long. The maximum length is 120.",
636
+ "driver.aadApp.error.credentialInvalidLifetimeAsPerAppPolicy": "The client secret lifetime is too long for your tenant. Use a shorter value with the clientSecretExpireDays parameter.",
637
+ "driver.aadApp.error.credentialTypeNotAllowedAsPerAppPolicy": "Your tenant doesn't allow creating a client secret for Microsoft Entra app. Create and configure the app manually.",
599
638
  "driver.aadApp.progressBar.createAadAppTitle": "Creating Microsoft Entra application...",
600
639
  "driver.aadApp.progressBar.updateAadAppTitle": "Updating Microsoft Entra application...",
601
640
  "driver.aadApp.log.startExecuteDriver": "Executing action %s",
@@ -695,6 +734,7 @@
695
734
  "driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing Teams app...",
696
735
  "driver.teamsApp.progressBar.validateWithTestCases": "Submitting validation request...",
697
736
  "driver.teamsApp.progressBar.validateWithTestCases.step": "Validation request submitted, status: %s. You will be notified when the result is ready or you can check all your validation records in [Teams Developer Portal](%s).",
737
+ "driver.teamsApp.progressBar.validateWithTestCases.conflict": "A validation is currently in progress, please submit later. You can find this existing validation in [Teams Developer Portal](%s).",
698
738
  "driver.teamsApp.summary.createTeamsAppAlreadyExists": "Teams app with id %s already exists, skipped creating a new Teams app.",
699
739
  "driver.teamsApp.summary.publishTeamsAppExists": "Teams app with id %s already exists in the organization's app store.",
700
740
  "driver.teamsApp.summary.publishTeamsAppNotExists": "Teams app with id %s does not exist in the organization's app store.",
@@ -708,10 +748,11 @@
708
748
  "driver.teamsApp.summary.validate.succeed": "%s passed",
709
749
  "driver.teamsApp.summary.validate.failed": "%s failed",
710
750
  "driver.teamsApp.summary.validate.warning": "%s warning",
751
+ "driver.teamsApp.summary.validate.skipped": "%s skipped",
711
752
  "driver.teamsApp.summary.validate.all": "All",
712
- "driver.teamsApp.summary.validateWithTestCases": "Validation request completed, status: %s.",
713
- "driver.teamsApp.summary.validateWithTestCases.result": "Validation request completed, status: %s. View the result from [Teams Developer Portal](%s).",
714
- "driver.teamsApp.summary.validateWithTestCases.viewResult": "View Validation Results",
753
+ "driver.teamsApp.summary.validateWithTestCases": "Validation request completed, status: %s. \n\nSummary:\n%s. View the result from: %s.%s",
754
+ "driver.teamsApp.summary.validateWithTestCases.result": "Validation request completed, status: %s. %s. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
755
+ "driver.teamsApp.summary.validateWithTestCases.result.detail": "%s Validation title: %s. Message: %s",
715
756
  "driver.teamsApp.validate.result": "Teams Toolkit has completed checking your app package against validation rules. %s.",
716
757
  "driver.teamsApp.validate.result.display": "Teams Toolkit has completed checking your app package against validation rules. %s. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
717
758
  "error.teamsApp.validate.apiFailed": "Teams app package validation failed due to %s",
@@ -785,8 +826,8 @@
785
826
  "error.deploy.DeployZipPackageError": "Unable to deploy zip package to endpoint '%s' in Azure due to error: %s. \nSuggestions:\n 1. Verify that your Azure account has the necessary permissions to access the API. \n 2. Verify that the endpoint is properly configured in Azure and that the required resources have been provisioned. \n 3. Ensure that the zip package is valid and free of errors. \n 4. If the error message specifies the reason, such as an authentication failure or a network issue, fix the error and try again. \n 5. If the error still persists, you can attempt to deploy the package manually following the guidelines in this link: '%s'",
786
827
  "error.deploy.CheckDeploymentStatusError": "Unable to check deployment status for location: '%s' due to error: %s. If the issue persists, please review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
787
828
  "error.deploy.DeployRemoteStartError": "The package has been successfully deployed to Azure for location: '%s', but the application is not able to start due to error: %s.\n If the reason is not clearly specified, here are some suggestions to troubleshoot:\n 1. Check the application logs: Look for any error messages or stack traces in the application logs to identify the root cause of the problem.\n 2. Check the Azure configuration: Ensure that the Azure configuration is correct, including connection strings and application settings.\n 3. Check the application code: Review the code to see if there are any syntax or logic errors that could be causing the issue.\n 4. Check the dependencies: Verify that all dependencies required by the application are correctly installed and updated.\n 5. Restart the application: Try restarting the application in Azure to see if that resolves the issue.\n 6. Check the resource allocation: Make sure that the resource allocation for the Azure instance is appropriate for the application and its workload.\n 7. Seek help from Azure support: If the issue persists, reach out to Azure support for further assistance.",
788
- "error.script.ScriptTimeoutError": "Script execution timeout: %s. Adjust 'timeout' parameter in yaml or improve your script's efficiency.",
789
- "error.script.ScriptExecutionError": "Script ('%s') execution error: %s",
829
+ "error.script.ScriptTimeoutError": "Script execution timeout. Adjust 'timeout' parameter in yaml or improve your script's efficiency.",
830
+ "error.script.ScriptExecutionError": "Unable to execute script action.",
790
831
  "error.deploy.AzureStorageClearBlobsError.Notification": "Unable to clear blob files in Azure Storage Account '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
791
832
  "error.deploy.AzureStorageClearBlobsError": "Unable to clear blob files in Azure Storage Account '%s'. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
792
833
  "error.deploy.AzureStorageUploadFilesError.Notification": "Unable to upload local folder '%s' to Azure Storage Account '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
@@ -801,6 +842,12 @@
801
842
  "error.core.appIdNotExist": "Cannot find app id: %s. Either your current M365 account does not have permission, or the app has alredy been deleted.",
802
843
  "driver.apiKey.description.create": "Create an API key on Developer Portal for authentication in Open API spec.",
803
844
  "driver.aadApp.apiKey.title.create": "Creating API key...",
845
+ "driver.apiKey.description.update": "Update an API key on Developer Portal for authentication in Open API spec.",
846
+ "driver.aadApp.apiKey.title.update": "Updating API key...",
847
+ "driver.apiKey.log.skipUpdateApiKey": "Skip updating API key as the same property exists.",
848
+ "driver.apiKey.log.successUpdateApiKey": "API key updated successfully!",
849
+ "driver.apiKey.confirm.update": "The following parameters will be updated:\n%s\nDo you want to continue?",
850
+ "driver.apiKey.info.update": "API key updated successfully! The following parameters have been updated:\n%s",
804
851
  "driver.apiKey.log.startExecuteDriver": "Executing action %s",
805
852
  "driver.apiKey.log.skipCreateApiKey": "Environment variable %s exists. Skip creating API key.",
806
853
  "driver.apiKey.log.apiKeyNotFound": "Environment variable %s exists but failed to retrieve API key from Developer Portal. Check manually if API key exists.",
@@ -809,5 +856,17 @@
809
856
  "driver.apiKey.error.domainInvalid": "Domain is invalid. Domain for API key should follow: 1. Max %d domain per API key. 2. Use comma to separate domains",
810
857
  "driver.apiKey.error.failedToGetDomain": "Failed to get domain from API specification. Please make sure your API specification is valid.",
811
858
  "driver.apiKey.log.successCreateApiKey": "Created API key with id %s",
812
- "driver.apiKey.log.failedExecuteDriver": "Unable to execute action %s. Error message: %s"
859
+ "driver.apiKey.log.failedExecuteDriver": "Unable to execute action %s. Error message: %s",
860
+ "driver.oauth.description.create": "Create an OAuth registration on Developer Portal for authentication in Open API spec.",
861
+ "driver.oauth.title.create": "Creating OAuth registration...",
862
+ "driver.oauth.log.skipCreateOauth": "Environment variable %s exists. Skip creating API key.",
863
+ "driver.oauth.log.oauthNotFound": "Environment variable %s exists but unable to retrieve OAuth registration from Developer Portal. Check manually if it exists.",
864
+ "driver.oauth.error.nameTooLong": "The OAuth name is too long. The maximum character length is 128.",
865
+ "driver.oauth.log.successCreateOauth": "OAuth registration created successfully with id %s!",
866
+ "driver.oauth.error.domainInvalid": "Maximum %d domains allowed per OAuth registration.",
867
+ "driver.apiKey.error.oauthAuthInfoInvalid": "Unable to parse OAuth2 authScheme from spec. Make sure your API specification is valid.",
868
+ "driver.oauth.log.skipUpdateOauth": "Skip updating OAuth registration as the same property exists.",
869
+ "driver.oauth.confirm.update": "The following parameters will be updated:\n%s\nDo you want to continue?",
870
+ "driver.oauth.log.successUpdateOauth": "OAuth registration updated successfully!",
871
+ "driver.oauth.info.update": "OAuth registration updated successfully! The following parameters have been updated:\n%s"
813
872
  }