@microsoft/teamsfx-core 2.0.8-rc-hotfix.0 → 2.0.8-rc-hotfix.2

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 (383) hide show
  1. package/build/common/constants.d.ts +5 -17
  2. package/build/common/constants.d.ts.map +1 -1
  3. package/build/common/constants.js +5 -18
  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 +69 -6
  12. package/build/common/featureFlags.d.ts.map +1 -1
  13. package/build/common/featureFlags.js +65 -88
  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 +5 -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 +22 -40
  22. package/build/common/m365/packageService.js.map +1 -1
  23. package/build/common/projectTypeChecker.d.ts.map +1 -1
  24. package/build/common/projectTypeChecker.js +8 -0
  25. package/build/common/projectTypeChecker.js.map +1 -1
  26. package/build/common/samples.d.ts +1 -1
  27. package/build/common/samples.js +1 -1
  28. package/build/common/stringUtils.d.ts +10 -0
  29. package/build/common/stringUtils.d.ts.map +1 -0
  30. package/build/common/stringUtils.js +121 -0
  31. package/build/common/stringUtils.js.map +1 -0
  32. package/build/common/telemetry.d.ts +18 -1
  33. package/build/common/telemetry.d.ts.map +1 -1
  34. package/build/common/telemetry.js +41 -6
  35. package/build/common/telemetry.js.map +1 -1
  36. package/build/common/templates-config.json +1 -1
  37. package/build/common/wrappedAxiosClient.d.ts.map +1 -1
  38. package/build/common/wrappedAxiosClient.js +7 -5
  39. package/build/common/wrappedAxiosClient.js.map +1 -1
  40. package/build/component/configManager/actionInjector.d.ts +8 -0
  41. package/build/component/configManager/actionInjector.d.ts.map +1 -0
  42. package/build/component/configManager/actionInjector.js +102 -0
  43. package/build/component/configManager/actionInjector.js.map +1 -0
  44. package/build/component/configManager/constant.d.ts +2 -1
  45. package/build/component/configManager/constant.d.ts.map +1 -1
  46. package/build/component/configManager/constant.js +1 -0
  47. package/build/component/configManager/constant.js.map +1 -1
  48. package/build/component/configManager/validator.js +1 -1
  49. package/build/component/configManager/validator.js.map +1 -1
  50. package/build/component/constants.js +2 -2
  51. package/build/component/constants.js.map +1 -1
  52. package/build/component/coordinator/index.d.ts +0 -38
  53. package/build/component/coordinator/index.d.ts.map +1 -1
  54. package/build/component/coordinator/index.js +126 -178
  55. package/build/component/coordinator/index.js.map +1 -1
  56. package/build/component/driver/aad/create.d.ts +1 -0
  57. package/build/component/driver/aad/create.d.ts.map +1 -1
  58. package/build/component/driver/aad/create.js +22 -11
  59. package/build/component/driver/aad/create.js.map +1 -1
  60. package/build/component/driver/aad/error/aadManifestError.d.ts +6 -0
  61. package/build/component/driver/aad/error/aadManifestError.d.ts.map +1 -1
  62. package/build/component/driver/aad/error/aadManifestError.js +25 -1
  63. package/build/component/driver/aad/error/aadManifestError.js.map +1 -1
  64. package/build/component/driver/aad/error/clientSecretNotAllowedError.d.ts +5 -0
  65. package/build/component/driver/aad/error/clientSecretNotAllowedError.d.ts.map +1 -0
  66. package/build/component/driver/aad/error/clientSecretNotAllowedError.js +23 -0
  67. package/build/component/driver/aad/error/clientSecretNotAllowedError.js.map +1 -0
  68. package/build/component/driver/aad/error/credentialInvalidLifetimeError.d.ts +5 -0
  69. package/build/component/driver/aad/error/credentialInvalidLifetimeError.d.ts.map +1 -0
  70. package/build/component/driver/aad/error/credentialInvalidLifetimeError.js +23 -0
  71. package/build/component/driver/aad/error/credentialInvalidLifetimeError.js.map +1 -0
  72. package/build/component/driver/aad/interface/IAADDefinition.d.ts +1 -0
  73. package/build/component/driver/aad/interface/IAADDefinition.d.ts.map +1 -1
  74. package/build/component/driver/aad/interface/createAadAppArgs.d.ts +3 -0
  75. package/build/component/driver/aad/interface/createAadAppArgs.d.ts.map +1 -1
  76. package/build/component/driver/aad/permissions/index.d.ts.map +1 -1
  77. package/build/component/driver/aad/permissions/index.js +9 -0
  78. package/build/component/driver/aad/permissions/index.js.map +1 -1
  79. package/build/component/driver/aad/utility/aadAppClient.d.ts +3 -2
  80. package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -1
  81. package/build/component/driver/aad/utility/aadAppClient.js +35 -17
  82. package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
  83. package/build/component/driver/aad/utility/aadManifestHelper.d.ts.map +1 -1
  84. package/build/component/driver/aad/utility/aadManifestHelper.js +9 -1
  85. package/build/component/driver/aad/utility/aadManifestHelper.js.map +1 -1
  86. package/build/component/driver/aad/utility/constants.d.ts +6 -0
  87. package/build/component/driver/aad/utility/constants.d.ts.map +1 -1
  88. package/build/component/driver/aad/utility/constants.js +8 -2
  89. package/build/component/driver/aad/utility/constants.js.map +1 -1
  90. package/build/component/driver/apiKey/create.d.ts +0 -3
  91. package/build/component/driver/apiKey/create.d.ts.map +1 -1
  92. package/build/component/driver/apiKey/create.js +23 -48
  93. package/build/component/driver/apiKey/create.js.map +1 -1
  94. package/build/component/driver/apiKey/interface/createApiKeyArgs.d.ts +2 -0
  95. package/build/component/driver/apiKey/interface/createApiKeyArgs.d.ts.map +1 -1
  96. package/build/component/driver/apiKey/interface/updateApiKeyArgs.d.ts +9 -0
  97. package/build/component/driver/apiKey/interface/updateApiKeyArgs.d.ts.map +1 -0
  98. package/build/component/driver/apiKey/interface/updateApiKeyArgs.js +5 -0
  99. package/build/component/driver/apiKey/interface/updateApiKeyArgs.js.map +1 -0
  100. package/build/component/driver/apiKey/update.d.ts +13 -0
  101. package/build/component/driver/apiKey/update.d.ts.map +1 -0
  102. package/build/component/driver/apiKey/update.js +182 -0
  103. package/build/component/driver/apiKey/update.js.map +1 -0
  104. package/build/component/driver/apiKey/utility/constants.d.ts +2 -0
  105. package/build/component/driver/apiKey/utility/constants.d.ts.map +1 -1
  106. package/build/component/driver/apiKey/utility/constants.js +2 -0
  107. package/build/component/driver/apiKey/utility/constants.js.map +1 -1
  108. package/build/component/driver/apiKey/utility/utility.d.ts +7 -0
  109. package/build/component/driver/apiKey/utility/utility.d.ts.map +1 -0
  110. package/build/component/driver/apiKey/utility/utility.js +55 -0
  111. package/build/component/driver/apiKey/utility/utility.js.map +1 -0
  112. package/build/component/driver/deploy/spfx/utility/spoClient.d.ts.map +1 -1
  113. package/build/component/driver/deploy/spfx/utility/spoClient.js +3 -1
  114. package/build/component/driver/deploy/spfx/utility/spoClient.js.map +1 -1
  115. package/build/component/driver/index.d.ts +3 -0
  116. package/build/component/driver/index.d.ts.map +1 -1
  117. package/build/component/driver/index.js +3 -0
  118. package/build/component/driver/index.js.map +1 -1
  119. package/build/component/driver/middleware/addSWADeployTelemetry.js +2 -2
  120. package/build/component/driver/middleware/addSWADeployTelemetry.js.map +1 -1
  121. package/build/component/driver/oauth/create.d.ts +12 -0
  122. package/build/component/driver/oauth/create.d.ts.map +1 -0
  123. package/build/component/driver/oauth/create.js +193 -0
  124. package/build/component/driver/oauth/create.js.map +1 -0
  125. package/build/component/driver/oauth/error/oauthAuthInfoInvalid.d.ts +5 -0
  126. package/build/component/driver/oauth/error/oauthAuthInfoInvalid.d.ts.map +1 -0
  127. package/build/component/driver/oauth/error/oauthAuthInfoInvalid.js +21 -0
  128. package/build/component/driver/oauth/error/oauthAuthInfoInvalid.js.map +1 -0
  129. package/build/component/driver/oauth/error/oauthDomainInvalid.d.ts +5 -0
  130. package/build/component/driver/oauth/error/oauthDomainInvalid.d.ts.map +1 -0
  131. package/build/component/driver/oauth/error/oauthDomainInvalid.js +22 -0
  132. package/build/component/driver/oauth/error/oauthDomainInvalid.js.map +1 -0
  133. package/build/component/driver/oauth/error/oauthFailedToGetDomain.d.ts +5 -0
  134. package/build/component/driver/oauth/error/oauthFailedToGetDomain.d.ts.map +1 -0
  135. package/build/component/driver/oauth/error/oauthFailedToGetDomain.js +21 -0
  136. package/build/component/driver/oauth/error/oauthFailedToGetDomain.js.map +1 -0
  137. package/build/component/driver/oauth/error/oauthNameTooLong.d.ts +5 -0
  138. package/build/component/driver/oauth/error/oauthNameTooLong.d.ts.map +1 -0
  139. package/build/component/driver/oauth/error/oauthNameTooLong.js +21 -0
  140. package/build/component/driver/oauth/error/oauthNameTooLong.js.map +1 -0
  141. package/build/component/driver/oauth/interface/createOauthArgs.d.ts +12 -0
  142. package/build/component/driver/oauth/interface/createOauthArgs.d.ts.map +1 -0
  143. package/build/component/driver/oauth/interface/createOauthArgs.js +5 -0
  144. package/build/component/driver/oauth/interface/createOauthArgs.js.map +1 -0
  145. package/build/component/driver/oauth/interface/createOauthOutputs.d.ts +7 -0
  146. package/build/component/driver/oauth/interface/createOauthOutputs.d.ts.map +1 -0
  147. package/build/component/driver/oauth/interface/createOauthOutputs.js +10 -0
  148. package/build/component/driver/oauth/interface/createOauthOutputs.js.map +1 -0
  149. package/build/component/driver/oauth/interface/updateOauthArgs.d.ts +9 -0
  150. package/build/component/driver/oauth/interface/updateOauthArgs.d.ts.map +1 -0
  151. package/build/component/driver/oauth/interface/updateOauthArgs.js +5 -0
  152. package/build/component/driver/oauth/interface/updateOauthArgs.js.map +1 -0
  153. package/build/component/driver/oauth/update.d.ts +13 -0
  154. package/build/component/driver/oauth/update.d.ts.map +1 -0
  155. package/build/component/driver/oauth/update.js +181 -0
  156. package/build/component/driver/oauth/update.js.map +1 -0
  157. package/build/component/driver/oauth/utility/constants.d.ts +13 -0
  158. package/build/component/driver/oauth/utility/constants.d.ts.map +1 -0
  159. package/build/component/driver/oauth/utility/constants.js +18 -0
  160. package/build/component/driver/oauth/utility/constants.js.map +1 -0
  161. package/build/component/driver/oauth/utility/utility.d.ts +12 -0
  162. package/build/component/driver/oauth/utility/utility.d.ts.map +1 -0
  163. package/build/component/driver/oauth/utility/utility.js +90 -0
  164. package/build/component/driver/oauth/utility/utility.js.map +1 -0
  165. package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
  166. package/build/component/driver/script/scriptDriver.js +8 -8
  167. package/build/component/driver/script/scriptDriver.js.map +1 -1
  168. package/build/component/driver/teamsApp/clients/appStudioClient.d.ts +11 -3
  169. package/build/component/driver/teamsApp/clients/appStudioClient.d.ts.map +1 -1
  170. package/build/component/driver/teamsApp/clients/appStudioClient.js +54 -2
  171. package/build/component/driver/teamsApp/clients/appStudioClient.js.map +1 -1
  172. package/build/component/driver/teamsApp/constants.d.ts +4 -0
  173. package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
  174. package/build/component/driver/teamsApp/constants.js +4 -0
  175. package/build/component/driver/teamsApp/constants.js.map +1 -1
  176. package/build/component/driver/teamsApp/createAppPackage.d.ts +19 -1
  177. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  178. package/build/component/driver/teamsApp/createAppPackage.js +100 -26
  179. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  180. package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.d.ts +20 -0
  181. package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.d.ts.map +1 -1
  182. package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.js.map +1 -1
  183. package/build/component/driver/teamsApp/interfaces/OauthConfigurationId.d.ts +7 -0
  184. package/build/component/driver/teamsApp/interfaces/OauthConfigurationId.d.ts.map +1 -0
  185. package/build/component/driver/teamsApp/interfaces/OauthConfigurationId.js +5 -0
  186. package/build/component/driver/teamsApp/interfaces/OauthConfigurationId.js.map +1 -0
  187. package/build/component/driver/teamsApp/interfaces/OauthRegistration.d.ts +44 -0
  188. package/build/component/driver/teamsApp/interfaces/OauthRegistration.d.ts.map +1 -0
  189. package/build/component/driver/teamsApp/interfaces/OauthRegistration.js +21 -0
  190. package/build/component/driver/teamsApp/interfaces/OauthRegistration.js.map +1 -0
  191. package/build/component/driver/teamsApp/teamsappMgr.d.ts.map +1 -1
  192. package/build/component/driver/teamsApp/teamsappMgr.js +22 -8
  193. package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
  194. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts +8 -0
  195. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -0
  196. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +65 -0
  197. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -0
  198. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
  199. package/build/component/driver/teamsApp/utils/ManifestUtils.js +4 -16
  200. package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
  201. package/build/component/driver/teamsApp/utils/telemetry.d.ts +2 -0
  202. package/build/component/driver/teamsApp/utils/telemetry.d.ts.map +1 -1
  203. package/build/component/driver/teamsApp/utils/telemetry.js +2 -0
  204. package/build/component/driver/teamsApp/utils/telemetry.js.map +1 -1
  205. package/build/component/driver/teamsApp/utils/utils.d.ts +1 -0
  206. package/build/component/driver/teamsApp/utils/utils.d.ts.map +1 -1
  207. package/build/component/driver/teamsApp/utils/utils.js +5 -1
  208. package/build/component/driver/teamsApp/utils/utils.js.map +1 -1
  209. package/build/component/driver/teamsApp/validateTestCases.d.ts +18 -0
  210. package/build/component/driver/teamsApp/validateTestCases.d.ts.map +1 -1
  211. package/build/component/driver/teamsApp/validateTestCases.js +132 -50
  212. package/build/component/driver/teamsApp/validateTestCases.js.map +1 -1
  213. package/build/component/generator/copilotPlugin/generator.d.ts.map +1 -1
  214. package/build/component/generator/copilotPlugin/generator.js +20 -26
  215. package/build/component/generator/copilotPlugin/generator.js.map +1 -1
  216. package/build/component/generator/copilotPlugin/helper.d.ts +7 -2
  217. package/build/component/generator/copilotPlugin/helper.d.ts.map +1 -1
  218. package/build/component/generator/copilotPlugin/helper.js +159 -51
  219. package/build/component/generator/copilotPlugin/helper.js.map +1 -1
  220. package/build/component/generator/generator.d.ts +4 -2
  221. package/build/component/generator/generator.d.ts.map +1 -1
  222. package/build/component/generator/generator.js +11 -7
  223. package/build/component/generator/generator.js.map +1 -1
  224. package/build/component/generator/generatorProvider.d.ts +3 -0
  225. package/build/component/generator/generatorProvider.d.ts.map +1 -0
  226. package/build/component/generator/generatorProvider.js +18 -0
  227. package/build/component/generator/generatorProvider.js.map +1 -0
  228. package/build/component/generator/officeAddin/generator.d.ts +12 -0
  229. package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
  230. package/build/component/generator/officeAddin/generator.js +63 -14
  231. package/build/component/generator/officeAddin/generator.js.map +1 -1
  232. package/build/component/generator/officeAddin/helperMethods.d.ts +0 -3
  233. package/build/component/generator/officeAddin/helperMethods.d.ts.map +1 -1
  234. package/build/component/generator/officeAddin/helperMethods.js +1 -67
  235. package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
  236. package/build/component/generator/officeXMLAddin/generator.d.ts.map +1 -1
  237. package/build/component/generator/officeXMLAddin/generator.js +5 -2
  238. package/build/component/generator/officeXMLAddin/generator.js.map +1 -1
  239. package/build/component/generator/officeXMLAddin/projectConfig.d.ts.map +1 -1
  240. package/build/component/generator/officeXMLAddin/projectConfig.js +12 -0
  241. package/build/component/generator/officeXMLAddin/projectConfig.js.map +1 -1
  242. package/build/component/generator/spfx/spfxGenerator.d.ts +18 -5
  243. package/build/component/generator/spfx/spfxGenerator.d.ts.map +1 -1
  244. package/build/component/generator/spfx/spfxGenerator.js +123 -20
  245. package/build/component/generator/spfx/spfxGenerator.js.map +1 -1
  246. package/build/component/generator/templates/ssrTabGenerator.d.ts +12 -0
  247. package/build/component/generator/templates/ssrTabGenerator.d.ts.map +1 -0
  248. package/build/component/generator/templates/ssrTabGenerator.js +36 -0
  249. package/build/component/generator/templates/ssrTabGenerator.js.map +1 -0
  250. package/build/component/generator/templates/templateGenerator.d.ts +12 -0
  251. package/build/component/generator/templates/templateGenerator.d.ts.map +1 -0
  252. package/build/component/generator/templates/templateGenerator.js +99 -0
  253. package/build/component/generator/templates/templateGenerator.js.map +1 -0
  254. package/build/component/generator/templates/templateInfo.d.ts +10 -0
  255. package/build/component/generator/templates/templateInfo.d.ts.map +1 -0
  256. package/build/component/generator/templates/templateInfo.js +3 -0
  257. package/build/component/generator/templates/templateInfo.js.map +1 -0
  258. package/build/component/generator/templates/templateNames.d.ts +52 -0
  259. package/build/component/generator/templates/templateNames.d.ts.map +1 -0
  260. package/build/component/generator/templates/templateNames.js +304 -0
  261. package/build/component/generator/templates/templateNames.js.map +1 -0
  262. package/build/component/generator/templates/templateReplaceMap.d.ts +5 -0
  263. package/build/component/generator/templates/templateReplaceMap.d.ts.map +1 -0
  264. package/build/component/generator/templates/templateReplaceMap.js +39 -0
  265. package/build/component/generator/templates/templateReplaceMap.js.map +1 -0
  266. package/build/component/generator/utils.d.ts +1 -0
  267. package/build/component/generator/utils.d.ts.map +1 -1
  268. package/build/component/generator/utils.js +2 -1
  269. package/build/component/generator/utils.js.map +1 -1
  270. package/build/component/middleware/actionExecutionMW.d.ts.map +1 -1
  271. package/build/component/middleware/actionExecutionMW.js +5 -4
  272. package/build/component/middleware/actionExecutionMW.js.map +1 -1
  273. package/build/component/middleware/questionMW.d.ts.map +1 -1
  274. package/build/component/middleware/questionMW.js +9 -1
  275. package/build/component/middleware/questionMW.js.map +1 -1
  276. package/build/component/utils/envUtil.d.ts +0 -1
  277. package/build/component/utils/envUtil.d.ts.map +1 -1
  278. package/build/component/utils/envUtil.js +1 -13
  279. package/build/component/utils/envUtil.js.map +1 -1
  280. package/build/component/utils/metadataGraphPermssion.d.ts +8 -6
  281. package/build/component/utils/metadataGraphPermssion.d.ts.map +1 -1
  282. package/build/component/utils/metadataGraphPermssion.js +10 -2
  283. package/build/component/utils/metadataGraphPermssion.js.map +1 -1
  284. package/build/component/utils/metadataRscPermission.d.ts +17 -0
  285. package/build/component/utils/metadataRscPermission.d.ts.map +1 -0
  286. package/build/component/utils/metadataRscPermission.js +81 -0
  287. package/build/component/utils/metadataRscPermission.js.map +1 -0
  288. package/build/component/utils/metadataUtil.d.ts.map +1 -1
  289. package/build/component/utils/metadataUtil.js +2 -0
  290. package/build/component/utils/metadataUtil.js.map +1 -1
  291. package/build/component/utils.d.ts +2 -1
  292. package/build/component/utils.d.ts.map +1 -1
  293. package/build/component/utils.js +43 -1
  294. package/build/component/utils.js.map +1 -1
  295. package/build/core/FxCore.d.ts +10 -6
  296. package/build/core/FxCore.d.ts.map +1 -1
  297. package/build/core/FxCore.js +307 -82
  298. package/build/core/FxCore.js.map +1 -1
  299. package/build/error/common.d.ts +3 -0
  300. package/build/error/common.d.ts.map +1 -1
  301. package/build/error/common.js +13 -2
  302. package/build/error/common.js.map +1 -1
  303. package/build/error/index.d.ts +1 -0
  304. package/build/error/index.d.ts.map +1 -1
  305. package/build/error/index.js +1 -0
  306. package/build/error/index.js.map +1 -1
  307. package/build/error/script.d.ts +2 -2
  308. package/build/error/script.d.ts.map +1 -1
  309. package/build/error/script.js +6 -6
  310. package/build/error/script.js.map +1 -1
  311. package/build/index.d.ts +4 -0
  312. package/build/index.d.ts.map +1 -1
  313. package/build/index.js +7 -1
  314. package/build/index.js.map +1 -1
  315. package/build/question/constants.d.ts.map +1 -1
  316. package/build/question/constants.js +6 -1
  317. package/build/question/constants.js.map +1 -1
  318. package/build/question/create.d.ts +12 -2
  319. package/build/question/create.d.ts.map +1 -1
  320. package/build/question/create.js +211 -74
  321. package/build/question/create.js.map +1 -1
  322. package/build/question/generator.js +2 -0
  323. package/build/question/generator.js.map +1 -1
  324. package/build/question/index.d.ts +2 -0
  325. package/build/question/index.d.ts.map +1 -1
  326. package/build/question/index.js +6 -0
  327. package/build/question/index.js.map +1 -1
  328. package/build/question/inputs/AddPluginInputs.d.ts +18 -0
  329. package/build/question/inputs/AddPluginInputs.d.ts.map +1 -0
  330. package/build/question/inputs/AddPluginInputs.js +5 -0
  331. package/build/question/inputs/AddPluginInputs.js.map +1 -0
  332. package/build/question/inputs/CreateProjectInputs.d.ts +7 -3
  333. package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
  334. package/build/question/inputs/PermissionGrantInputs.d.ts +1 -1
  335. package/build/question/inputs/PermissionListInputs.d.ts +1 -1
  336. package/build/question/inputs/PreviewTeamsAppInputs.d.ts +1 -1
  337. package/build/question/inputs/SPFxAddWebpartInputs.d.ts +1 -1
  338. package/build/question/inputs/SelectTeamsManifestInputs.d.ts +1 -1
  339. package/build/question/inputs/ValidateTeamsAppInputs.d.ts +2 -2
  340. package/build/question/inputs/index.d.ts +1 -0
  341. package/build/question/inputs/index.d.ts.map +1 -1
  342. package/build/question/inputs/index.js +1 -0
  343. package/build/question/inputs/index.js.map +1 -1
  344. package/build/question/options/AddPluginOptions.d.ts +10 -0
  345. package/build/question/options/AddPluginOptions.d.ts.map +1 -0
  346. package/build/question/options/AddPluginOptions.js +39 -0
  347. package/build/question/options/AddPluginOptions.js.map +1 -0
  348. package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
  349. package/build/question/options/CreateProjectOptions.js +23 -3
  350. package/build/question/options/CreateProjectOptions.js.map +1 -1
  351. package/build/question/options/PermissionGrantOptions.js +1 -1
  352. package/build/question/options/PermissionGrantOptions.js.map +1 -1
  353. package/build/question/options/PermissionListOptions.js +1 -1
  354. package/build/question/options/PermissionListOptions.js.map +1 -1
  355. package/build/question/options/PreviewTeamsAppOptions.js +1 -1
  356. package/build/question/options/PreviewTeamsAppOptions.js.map +1 -1
  357. package/build/question/options/SPFxAddWebpartOptions.js +1 -1
  358. package/build/question/options/SPFxAddWebpartOptions.js.map +1 -1
  359. package/build/question/options/SelectTeamsManifestOptions.js +1 -1
  360. package/build/question/options/SelectTeamsManifestOptions.js.map +1 -1
  361. package/build/question/options/ValidateTeamsAppOptions.js +1 -1
  362. package/build/question/options/ValidateTeamsAppOptions.js.map +1 -1
  363. package/build/question/options/index.d.ts +1 -0
  364. package/build/question/options/index.d.ts.map +1 -1
  365. package/build/question/options/index.js +1 -0
  366. package/build/question/options/index.js.map +1 -1
  367. package/build/question/other.d.ts +9 -0
  368. package/build/question/other.d.ts.map +1 -1
  369. package/build/question/other.js +168 -8
  370. package/build/question/other.js.map +1 -1
  371. package/build/question/questionNames.d.ts +6 -1
  372. package/build/question/questionNames.d.ts.map +1 -1
  373. package/build/question/questionNames.js +5 -0
  374. package/build/question/questionNames.js.map +1 -1
  375. package/package.json +15 -11
  376. package/resource/package.nls.json +146 -71
  377. package/resource/yaml-schema/v1.5/yaml.schema.json +1784 -0
  378. package/resource/yaml-schema/yaml.schema.json +198 -2
  379. package/templates/fallback/common.zip +0 -0
  380. package/templates/fallback/csharp.zip +0 -0
  381. package/templates/fallback/js.zip +0 -0
  382. package/templates/fallback/python.zip +0 -0
  383. package/templates/fallback/ts.zip +0 -0
@@ -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,41 @@
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",
315
+ "core.createProjectQuestion.projectType.declarativeCopilot.label": "Declarative Copilot",
316
+ "core.createProjectQuestion.projectType.declarativeCopilot.title": "Author a Declarative Copilot",
304
317
  "core.createProjectQuestion.title": "New Project",
305
318
  "core.createProjectQuestion.capability.botMessageExtension.label": "Start with a Bot",
306
319
  "core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Bot Framework",
307
320
  "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",
321
+ "core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create a plugin with a new API from Azure Functions",
309
322
  "core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Create a message extension with a new API from Azure Functions",
310
323
  "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",
324
+ "core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create a plugin from your existing API",
312
325
  "core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "Create a message extension from your existing API",
313
326
  "core.createProjectQuestion.capability.copilotPluginAIPluginOption.label": "Start with an OpenAI Plugin",
314
327
  "core.createProjectQuestion.capability.copilotPluginAIPluginOption.detail": "Convert an OpenAI Plugin to Microsoft 365 Copilot plugin",
@@ -334,6 +347,11 @@
334
347
  "core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.detail": "Build an AI agent with OpenAI Assistants API and Teams AI Library",
335
348
  "core.createProjectQuestion.capability.customCopilotAssistant.title": "AI Agent",
336
349
  "core.createProjectQuestion.capability.customCopilotAssistant.placeholder": "Choose how you want to manage your AI tasks",
350
+ "core.createProjectQuestion.capability.declarativeCopilotBasic.title": "Basic Declarative Copilot",
351
+ "core.createProjectQuestion.capability.declarativeCopilotBasic.detail": "A declarative Copilot skeleton you can author without any plugin",
352
+ "core.createProjectQuestion.capability.declarativeCopilotWithPlugin.title": "Declarative Copilot with a plugin using Azure Functions",
353
+ "core.createProjectQuestion.capability.declarativeCopilotWithPlugin.detail": "A declarative Copilot containing a Copilot plugin with a new API from Azure Functions",
354
+ "core.createProjectQuestion.declarativeCopilotType.title": "Choose Declarative Copilot Type",
337
355
  "core.createProjectQuestion.llmService.title": "Service for Large Language Model (LLM)",
338
356
  "core.createProjectQuestion.llmService.placeholder": "Select a service to access LLMs",
339
357
  "core.createProjectQuestion.llmServiceOpenAIOption.label": "OpenAI",
@@ -345,28 +363,32 @@
345
363
  "core.createProjectQuestion.llmService.azureOpenAIKey.title": "Azure OpenAI Key",
346
364
  "core.createProjectQuestion.llmService.azureOpenAIKey.placeholder": "Input Azure OpenAI service key now or set it later in the project",
347
365
  "core.createProjectQuestion.llmService.azureOpenAIEndpoint.title": "Azure OpenAI Endpoint",
366
+ "core.createProjectQuestion.llmService.azureOpenAIDeploymentName.title": "Azure OpenAI Deployment Name",
348
367
  "core.createProjectQuestion.llmService.azureOpenAIEndpoint.placeholder": "Input Azure OpenAI service endpoint now or set it later in the project",
368
+ "core.createProjectQuestion.llmService.azureOpenAIDeploymentName.placeholder": "Input Azure OpenAI deployment name now or set it later in the project",
349
369
  "core.createProjectQuestion.apiSpec.title": "OpenAPI Description Document",
350
370
  "core.createProjectQuestion.apiSpec.placeholder": "Enter OpenAPI Description Document URL",
351
371
  "core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Description Document Location",
352
372
  "core.createProjectQuestion.OpenAIPluginDomain": "OpenAI Plugin Manifest",
353
373
  "core.createProjectQuestion.OpenAIPluginDomain.placeholder": "Enter your website domain or manifest URL",
354
374
  "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.",
375
+ "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.",
376
+ "core.createProjectQuestion.OauthClientId": "Enter client id for OAuth registration in OpenAPI Description Document",
377
+ "core.createProjectQuestion.OauthClientSecret": "Enter client secret for OAuth registration in OpenAPI Description Document",
378
+ "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
379
  "core.createProjectQuestion.apiMessageExtensionAuth.title": "Authentication Type",
357
380
  "core.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
358
381
  "core.createProjectQuestion.invalidApiKey.message": "Client secret is invalid. The length of secret should be >= 10 and <= 128",
359
382
  "core.createProjectQuestion.invalidUrl.message": "Enter a valid HTTP URL without authentication to access your OpenAPI description document.",
360
383
  "core.createProjectQuestion.apiSpec.operation.title": "Select Operation(s) Teams Can Interact with",
361
384
  "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
385
  "core.createProjectQuestion.apiSpec.operation.apikey.placeholder": "GET/POST methods with at most 5 required parameter and API key are listed",
364
386
  "core.createProjectQuestion.apiSpec.operation.invalidMessage": "%s API(s) selected. You can select at least one and at most %s APIs.",
365
387
  "core.createProjectQuestion.apiSpec.operation.multipleAuth": "Your selected APIs have multiple authorizations %s which are not supported.",
366
388
  "core.createProjectQuestion.apiSpec.operation.multipleServer": "Your selected APIs have multiple server URLs %s which are not supported.",
367
389
  "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.",
390
+ "core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "Incompatible OpenAPI description document. Check output panel for details.",
391
+ "core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "Incompatible OpenAPI description document. Check [output panel](command:fx-extension.showOutputChannel) for details.",
370
392
  "core.createProjectQuestion.openAiPluginManifest.multipleValidationErrors.vscode.message": "Invalid OpenAI plugin manifest. Check [output panel](command:fx-extension.showOutputChannel) for details.",
371
393
  "core.createProjectQuestion.openAiPluginManifest.validationError.missingApiUrl": "Missing URL in \"%s\".",
372
394
  "core.createProjectQuestion.openAiPluginManifest.validationError.authNotSupported": "Auth type is not supported. Supported auth type: \"%s\".",
@@ -389,11 +411,11 @@
389
411
  "core.createProjectQuestion.officeXMLAddin.excel.sso.detail": "Create an Excel add-in with Single Sign On capabilities",
390
412
  "core.createProjectQuestion.officeXMLAddin.excel.react.title": "Add-in with React Framework",
391
413
  "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",
414
+ "core.createProjectQuestion.officeXMLAddin.excel.cf.shared.title": "Excel Custom Functions Using Shared Runtime",
393
415
  "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",
416
+ "core.createProjectQuestion.officeXMLAddin.excel.cf.js.title": "Excel Custom Functions Using JavaScript-only Runtime",
395
417
  "core.createProjectQuestion.officeXMLAddin.excel.cf.js.detail": "Create an Excel add-in leveraging Custom Functions using a JavaScript-only Runtime",
396
- "core.createProjectQuestion.officeXMLAddin.excel.create.title": "Create an Excel Add-in",
418
+ "core.createProjectQuestion.officeXMLAddin.excel.create.title": "Create Excel Add-in",
397
419
  "core.createProjectQuestion.officeXMLAddin.powerpoint.title": "PowerPoint Add-in",
398
420
  "core.createProjectQuestion.officeXMLAddin.powerpoint.detail": "Build engaging solutions for presentations across platform",
399
421
  "core.createProjectQuestion.officeXMLAddin.powerpoint.sso.title": "Add-in with Single Sign On",
@@ -405,35 +427,35 @@
405
427
  "core.createProjectQuestion.officeXMLAddin.taskpane.detail": "Customize the Ribbon with a button and create a dashboard in the Task Pane",
406
428
  "core.createProjectQuestion.officeXMLAddin.manifestOnly.title": "Add-in Project With only Manifest File",
407
429
  "core.createProjectQuestion.officeXMLAddin.manifestOnly.detail": "Create an add-in project that includes only the manifest file",
408
- "core.aiAssistantBotOption.label": "AI Assistant Bot",
409
- "core.aiAssistantBotOption.detail": "A custom AI assistant bot in Teams using Teams AI library and OpenAI Assistants API",
430
+ "core.aiAssistantBotOption.label": "AI Agent Bot",
431
+ "core.aiAssistantBotOption.detail": "A custom AI Agent bot in Teams using Teams AI library and OpenAI Assistants API",
410
432
  "core.aiBotOption.label": "AI Chat Bot",
411
433
  "core.aiBotOption.detail": "A basic AI chat bot in Teams using Teams AI library",
412
434
  "core.spfxFolder.title": "SPFx solution folder",
413
- "core.spfxFolder.placeholder": "Select the folder that contains your SPFx solution",
435
+ "core.spfxFolder.placeholder": "Select the folder containing your SPFx solution",
414
436
  "core.QuestionSelectTargetEnvironment.title": "Select an environment",
415
437
  "core.getQuestionNewTargetEnvironmentName.title": "New environment name",
416
438
  "core.getQuestionNewTargetEnvironmentName.placeholder": "New environment name",
417
439
  "core.getQuestionNewTargetEnvironmentName.validation1": "Environment name can only contain letters, digits, _ and -.",
418
- "core.getQuestionNewTargetEnvironmentName.validation3": "Cannot create an environment '%s'",
440
+ "core.getQuestionNewTargetEnvironmentName.validation3": "Unable to create an environment '%s'",
419
441
  "core.getQuestionNewTargetEnvironmentName.validation4": "Unable to list env configs",
420
442
  "core.getQuestionNewTargetEnvironmentName.validation5": "Project environment %s already exists.",
421
443
  "core.QuestionSelectSourceEnvironment.title": "Select an environment to create copy",
422
444
  "core.QuestionSelectResourceGroup.title": "Select a resource group",
423
445
  "core.QuestionNewResourceGroupName.placeholder": "New resource group name",
424
446
  "core.QuestionNewResourceGroupName.title": "New resource group name",
425
- "core.QuestionNewResourceGroupName.validation": "The name can only contain alphanumeric characters or the symbols ._-()",
447
+ "core.QuestionNewResourceGroupName.validation": "The name can only contain alphanumeric characters or symbols ._-()",
426
448
  "core.QuestionNewResourceGroupLocation.title": "Location for the new resource group",
427
449
  "core.QuestionNewResourceGroupLocation.group.recommended": "Recommended",
428
450
  "core.QuestionNewResourceGroupLocation.group.others": "Others",
429
451
  "core.question.workspaceFolder.title": "Workspace Folder",
430
- "core.question.workspaceFolder.placeholder": "Select the folder that will contain your project root folder",
452
+ "core.question.workspaceFolder.placeholder": "Choose the folder where your project root folder will be located",
431
453
  "core.question.appName.title": "Application Name",
432
454
  "core.question.appName.placeholder": "Input an application name",
433
455
  "core.ScratchOptionYes.label": "Create a new app",
434
- "core.ScratchOptionYes.detail": "Use the Teams Toolkit to create a new Teams application.",
435
- "core.ScratchOptionNo.label": "Start from a sample",
436
- "core.ScratchOptionNo.detail": "Use an existing sample as a starting point for your new application.",
456
+ "core.ScratchOptionYes.detail": "Use the Teams Toolkit to create a new Teams app.",
457
+ "core.ScratchOptionNo.label": "Start with a sample",
458
+ "core.ScratchOptionNo.detail": "Start your new app with an existing sample.",
437
459
  "core.RuntimeOptionNodeJS.detail": "A fast JavaScript server runtime",
438
460
  "core.RuntimeOptionDotNet.detail": "Free. Cross-platform. Open Source.",
439
461
  "core.getRuntimeQuestion.title": "Teams Toolkit: select runtime for your app",
@@ -442,38 +464,45 @@
442
464
  "core.SampleSelect.title": "Start from a sample",
443
465
  "core.SampleSelect.placeholder": "Select a sample",
444
466
  "core.SampleSelect.buttons.viewSamples": "View samples",
467
+ "core.question.pluginAvailability.title": "Select Plugin Availability",
468
+ "core.pluginAvailability.declarativeCopilot": "Declarative Copilot",
469
+ "core.pluginAvailability.copilotForM365": "Copilot for Microsoft 365",
470
+ "core.pluginAvailability.declarativeCopilotAndM365": "Both declarative Copilot and Copilot for Microsoft 365",
471
+ "core.addPlugin.success": "Plugin \"%s\" added to the project successfully.",
472
+ "core.addAction.success": "Action \"%s\" added to the project successfully.",
473
+ "core.addActionAndPlugin.success": "Action \"%s\" and plugin \"%s\" added to the project successfully.",
445
474
  "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.",
475
+ "core.updateBotIdsQuestion.placeholder": "Deselect to keep the original botId value",
476
+ "_core.updateBotIdsQuestion.placeholder.comment": "'botId' is the field name that shouldn't be localized.",
448
477
  "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.",
478
+ "_core.updateBotIdForBot.description.comment": "'botId' and '${{BOT_ID}}' shouldn't be localized. 'manifest.json' is the file name that shouldn't be localized.",
450
479
  "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.",
480
+ "_core.updateBotIdForMessageExtension.description.comment": "'botId' and '${{BOT_ID}}' shouldn't be localized. 'manifest.json' is the file name that shouldn't be localized.",
452
481
  "core.updateBotIdForBot.label": "Bot",
453
482
  "core.updateBotIdForMessageExtension.label": "Message extension",
454
483
  "core.updateContentUrlQuestion.title": "Configure content URL(s) for debugging",
455
484
  "core.updateWebsiteUrlQuestion.title": "Configure website URL(s) for debugging",
456
485
  "core.updateContentUrlOption.description": "Update the content URL from %s to %s",
457
486
  "core.updateWebsiteUrlOption.description": "Update the website URL from %s to %s",
458
- "core.updateUrlQuestion.placeholder": "Unselect to keep with the original URL",
487
+ "core.updateUrlQuestion.placeholder": "Deselect to keep the original URL",
459
488
  "core.SingleSignOnOption.label": "Single Sign-On",
460
489
  "core.SingleSignOnOption.detail": "Develop a Single Sign-On feature for Teams Launch pages and Bot capability",
461
490
  "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",
491
+ "core.getUserEmailQuestion.validation1": "Enter email address",
492
+ "core.getUserEmailQuestion.validation2": "Change [UserName] to the real user name",
464
493
  "core.collaboration.error.failedToLoadDotEnvFile": "Unable to load your .env File. Reason: %s",
465
494
  "core.selectAadAppManifestQuestion.title": "Select Microsoft Entra manifest.json file",
466
- "core.selectTeamsAppManifestQuestion.title": "Select Teams manifest.json file",
467
- "core.selectTeamsAppPackageQuestion.title": "Select Teams app package file",
495
+ "core.selectTeamsAppManifestQuestion.title": "Select Teams manifest.json File",
496
+ "core.selectTeamsAppPackageQuestion.title": "Select Teams App Package File",
468
497
  "core.selectLocalTeamsAppManifestQuestion.title": "Select local Teams manifest.json file",
469
- "core.selectCollaborationAppTypeQuestion.title": "Select app you want to manage the collaborators",
498
+ "core.selectCollaborationAppTypeQuestion.title": "Select the app for which you want to manage collaborators",
470
499
  "core.selectValidateMethodQuestion.validate.selectTitle": "Select a validation method",
471
500
  "core.selectValidateMethodQuestion.validate.schemaOption": "Validate using manifest schema",
472
501
  "core.selectValidateMethodQuestion.validate.schemaOptionDescription": "Validate using manifest schema",
473
502
  "core.selectValidateMethodQuestion.validate.appPackageOption": "Validate app package using validation rules",
474
503
  "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Validate app package using validation rules",
475
504
  "core.selectValidateMethodQuestion.validate.testCasesOption": "Publish Readiness",
476
- "core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Check your app with the test cases Microsoft uses before they publish it",
505
+ "core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Check your app with Microsoft's test cases before publishing",
477
506
  "core.confirmManifestQuestion.placeholder": "Confirm you've selected the correct manifest file",
478
507
  "core.aadAppQuestion.label": "Microsoft Entra app",
479
508
  "core.aadAppQuestion.description": "Your Microsoft Entra app for Single Sign On",
@@ -483,15 +512,15 @@
483
512
  "core.M365SsoLaunchPageOptionItem.detail": "A web app that uses Fluent UI React components to get a Teams look and feel",
484
513
  "core.M365SearchAppOptionItem.label": "Custom Search Results",
485
514
  "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",
515
+ "core.M365SearchAppOptionItem.copilot.detail": "Display data directly in Teams chat, Outlook email, and Copilot response from search results",
487
516
  "core.SearchAppOptionItem.detail": "Display data directly in Teams search results from search or the chat area",
488
517
  "core.M365HostQuestion.title": "Platform",
489
518
  "core.M365HostQuestion.placeholder": "Select a platform to preview the app",
490
519
  "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.",
520
+ "core.common.LifecycleComplete.prepareTeamsApp": "Teams app prepared successfully.",
521
+ "core.common.LifecycleComplete.provision": "%s/%s actions in provision stage executed successfully.",
522
+ "core.common.LifecycleComplete.deploy": "%s/%s actions in deploy stage executed successfully.",
523
+ "core.common.LifecycleComplete.publish": "%s/%s actions in publish stage executed successfully.",
495
524
  "core.common.TeamsMobileDesktopClientName": "Teams desktop, mobile client id",
496
525
  "core.common.TeamsWebClientName": "Teams web client id",
497
526
  "core.common.OfficeDesktopClientName": "The Microsoft 365 app for desktop client id",
@@ -500,12 +529,31 @@
500
529
  "core.common.OutlookDesktopClientName": "Outlook desktop client id",
501
530
  "core.common.OutlookWebClientName1": "Outlook web access client id 1",
502
531
  "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.",
532
+ "core.common.CancelledMessage": "Operation is canceled.",
533
+ "core.common.SwaggerNotSupported": "Swagger 2.0 is not supported. Convert it to OpenAPI 3.0 first.",
534
+ "core.common.SpecVersionNotSupported": "OpenAPI version %s is not supported. Use version 3.0.x.",
505
535
  "core.common.NoServerInformation": "No server information is found in the OpenAPI description document.",
536
+ "core.common.CircularReferenceNotSupported": "Circular reference inside the OpenAPI description document is not supported",
506
537
  "core.common.RemoteRefNotSupported": "Remote reference is not supported: %s.",
507
538
  "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\".",
539
+ "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",
540
+ "core.common.NoSupportedApiCopilot": "No supported API is found in the OpenAPI description document. \nReasons for API incompatibility are listed below:\n%s",
541
+ "core.common.invalidReason.AuthTypeIsNotSupported": "authorization type is not supported",
542
+ "core.common.invalidReason.MissingOperationId": "operation id is missing",
543
+ "core.common.invalidReason.PostBodyContainMultipleMediaTypes": "post body contains multiple media types",
544
+ "core.common.invalidReason.ResponseContainMultipleMediaTypes": "response contains multiple media types",
545
+ "core.common.invalidReason.ResponseJsonIsEmpty": "response json is empty",
546
+ "core.common.invalidReason.PostBodySchemaIsNotJson": "post body schema is not json",
547
+ "core.common.invalidReason.PostBodyContainsRequiredUnsupportedSchema": "post body contains required unsupported schema",
548
+ "core.common.invalidReason.ParamsContainRequiredUnsupportedSchema": "params contain required unsupported schema",
549
+ "core.common.invalidReason.ParamsContainsNestedObject": "params contain nested object",
550
+ "core.common.invalidReason.RequestBodyContainsNestedObject": "request body contains nested object",
551
+ "core.common.invalidReason.ExceededRequiredParamsLimit": "exceeded required params limit",
552
+ "core.common.invalidReason.NoParameter": "no parameter",
553
+ "core.common.invalidReason.NoAPIInfo": "no API info",
554
+ "core.common.invalidReason.MethodNotAllowed": "method not allowed",
555
+ "core.common.invalidReason.UrlPathNotExist": "url path does not exist",
556
+ "core.common.invalidReason.NoAPIs": "No APIs were found in the OpenAPI description document.",
509
557
  "core.common.UrlProtocolNotSupported": "Server url is not correct: protocol %s is not supported, you should use https protocol instead.",
510
558
  "core.common.RelativeServerUrlNotSupported": "Server url is not correct: relative server url is not supported.",
511
559
  "core.common.ErrorFetchApiSpec": "Your OpenAPI description document should be accessible without authentication, otherwise download and start from a local copy.",
@@ -514,6 +562,8 @@
514
562
  "core.importAddin.label": "Import an Existing Outlook Add-ins",
515
563
  "core.importAddin.detail": "Upgrade an Add-ins project to the latest app manifest and project structure",
516
564
  "core.importOfficeAddin.label": "Import an Existing Office Add-ins",
565
+ "core.officeContentAddin.label": "Content Add-in",
566
+ "core.officeContentAddin.detail": "Create new objects for Excel or PowerPoint",
517
567
  "core.newTaskpaneAddin.label": "Taskpane",
518
568
  "core.newTaskpaneAddin.detail": "Customize the Ribbon with a button and embed content in the Taskpane",
519
569
  "core.summary.actionDescription": "Action %s%s",
@@ -526,7 +576,8 @@
526
576
  "core.summary.actionSucceeded": "%s was executed successfully.",
527
577
  "core.summary.createdEnvFile": "Environment file was created at",
528
578
  "core.copilot.addAPI.success": "%s have(has) been successfully added to %s",
529
- "core.copilot.addAPI.InjectAPIKeyActionFailed": "Inject API key action to teamsapp.yaml file failed, please make sure that file contains teamsApp/create action in provision section.",
579
+ "core.copilot.addAPI.InjectAPIKeyActionFailed": "Inject API key action to teamsapp.yaml file unsuccessful, make sure the file contains teamsApp/create action in provision section.",
580
+ "core.copilot.addAPI.InjectOAuthActionFailed": "Inject OAuth action to teamsapp.yaml file unsuccessful, make sure the file contains teamsApp/create action in provision section.",
530
581
  "ui.select.LoadingOptionsPlaceholder": "Loading options ...",
531
582
  "ui.select.LoadingDefaultPlaceholder": "Loading default value ...",
532
583
  "error.aad.manifest.NameIsMissing": "name is missing\n",
@@ -536,6 +587,8 @@
536
587
  "error.aad.manifest.PreAuthorizedApplicationsIsMissing": "preAuthorizedApplications is missing\n",
537
588
  "error.aad.manifest.ResourceAppIdIsMissing": "Some item(s) in requiredResourceAccess misses resourceAppId property.",
538
589
  "error.aad.manifest.ResourceAccessIdIsMissing": "Some item(s) in resourceAccess misses id property.",
590
+ "error.aad.manifest.ResourceAccessShouldBeArray": "resourceAccess should be an array.",
591
+ "error.aad.manifest.RequiredResourceAccessShouldBeArray": "requiredResourceAccess should be an array.",
539
592
  "error.aad.manifest.AccessTokenAcceptedVersionIs1": "accessTokenAcceptedVersion is 1\n",
540
593
  "error.aad.manifest.OptionalClaimsIsMissing": "optionalClaims is missing\n",
541
594
  "error.aad.manifest.OptionalClaimsMissingIdtypClaim": "optionalClaims access token doesn't contain idtyp claim\n",
@@ -553,7 +606,7 @@
553
606
  "plugins.bot.SomethingIsMissing": "%s is missing.",
554
607
  "plugins.bot.FailedToProvision": "Unable to provision %s.",
555
608
  "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.",
609
+ "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
610
  "plugins.bot.BotResourceExists": "Bot resource already existed on %s, skip creating Bot resource.",
558
611
  "plugins.bot.FailRetrieveAzureCredentials": "Unable to retrieve Azure credentials.",
559
612
  "plugins.bot.ProvisionBotRegistration": "Provisioning bot registration.",
@@ -562,30 +615,30 @@
562
615
  "plugins.bot.AppStudioBotRegistration": "Developer Portal bot registration",
563
616
  "plugins.function.getTemplateFromLocal": "Unable to get newest template from github, trying to use the local template.",
564
617
  "error.depChecker.DefaultErrorMessage": "Install the required dependencies manually.",
565
- "depChecker.learnMoreButtonText": "Learn more",
618
+ "depChecker.learnMoreButtonText": "Get more info",
566
619
  "depChecker.needInstallNpm": "You must have NPM installed to debug your local functions.",
567
620
  "depChecker.failToValidateFuncCoreTool": "Unable to validate Azure Functions Core Tools after installation.",
568
- "depChecker.symlinkDirAlreadyExist": "The destination of the symlink already exists",
569
- "depChecker.portableFuncNodeNotMatched": "Your Node.js (@NodeVersion) is incompatible with Teams Toolkit Azure Functions Core Tools (@FuncVersion).",
570
- "depChecker.invalidFuncVersion": "The format of version %s is invalid.",
571
- "depChecker.noSentinelFile": "Azure Functions Core Tools installation is incomplete.",
621
+ "depChecker.symlinkDirAlreadyExist": "Symlink (%s) destination already exists, remove it and try again.",
622
+ "depChecker.portableFuncNodeNotMatched": "Your Node.js (@NodeVersion) is not compatible with Teams Toolkit Azure Functions Core Tools (@FuncVersion).",
623
+ "depChecker.invalidFuncVersion": "Version %s format is invalid.",
624
+ "depChecker.noSentinelFile": "Azure Functions Core Tools installation is unsuccessful.",
572
625
  "depChecker.funcVersionNotMatch": "The version of Azure Functions Core Tools (%s) is not compatible with the specified version range (%s).",
573
- "depChecker.finishInstallBicep": "Successfully installed @NameVersion.",
574
- "depChecker.downloadDotnet": "Downloading and installing the portable version of @NameVersion, which will be installed to @InstallDir and will not affect your environment.",
626
+ "depChecker.finishInstallBicep": "@NameVersion installed successfully.",
627
+ "depChecker.downloadDotnet": "Downloading and installing the portable version of @NameVersion, which will be installed to @InstallDir and won't affect your environment.",
575
628
  "depChecker.downloadBicep": "Downloading and installing the portable version of @NameVersion, which will be installed to @InstallDir and will not affect your environment.",
576
- "depChecker.finishInstallDotnet": "Successfully installed @NameVersion.",
629
+ "depChecker.finishInstallDotnet": "@NameVersion installed successfully.",
577
630
  "depChecker.useGlobalDotnet": "Using dotnet from PATH:",
578
631
  "depChecker.dotnetInstallStderr": "dotnet-install command failed without error exit code but with non-empty standard error.",
579
632
  "depChecker.dotnetInstallErrorCode": "dotnet-install command failed.",
580
633
  "depChecker.NodeNotFound": "Cannot find Node.js. The supported node versions are specified in the package.json. Go to %s to install a supported Node.js. Restart all your Visual Studio Code instances after the installation is finished.",
581
634
  "depChecker.V3NodeNotSupported": "Node.js (%s) is not the officially supported version (%s). Your project may continue to work but we recommend to install the supported version. The supported node versions are specified in the package.json. Go to %s to install a supported Node.js.",
582
635
  "depChecker.NodeNotLts": "Node.js (%s) is not a LTS version (%s). Go to %s to install a LTS Node.js.",
583
- "depChecker.dotnetNotFound": "Cannot find @NameVersion. For the details why .NET SDK is needed, refer to @HelpLink",
584
- "depChecker.depsNotFound": "Cannot find @SupportedPackages.\n\nTeams Toolkit requires these dependencies.\n\nClick \"Install\" to install @InstallPackages.",
585
- "depChecker.linuxDepsNotFound": "Cannot find @SupportedPackages. Install @SupportedPackages manually and restart Visual Studio Code.",
586
- "depChecker.linuxDepsNotFoundHelpLinkMessage": "Cannot find @SupportedPackages.\n\nTeams Toolkit requires these dependencies.",
636
+ "depChecker.dotnetNotFound": "Unable to find @NameVersion. To know why .NET SDK is needed, refer @HelpLink",
637
+ "depChecker.depsNotFound": "Unable to find @SupportedPackages.\n\nTeams Toolkit requires these dependencies.\n\nClick \"Install\" to install @InstallPackages.",
638
+ "depChecker.linuxDepsNotFound": "Unable to find @SupportedPackages. Install @SupportedPackages manually and restart Visual Studio Code.",
639
+ "depChecker.linuxDepsNotFoundHelpLinkMessage": "Unable to find @SupportedPackages.\n\nTeams Toolkit requires these dependencies.",
587
640
  "depChecker.failToDownloadFromUrl": "Unable to download file from '@Url', HTTP status '@Status'.",
588
- "depChecker.failToValidateVxTestAppInstallOptions": "Invalid argument for video extensibility test app prerequisites checker. Please check tasks.json file.",
641
+ "depChecker.failToValidateVxTestAppInstallOptions": "Invalid argument for video extensibility test app prerequisites checker. Please review tasks.json file to ensure all arguments are correctly formatted and valid.",
589
642
  "depChecker.failToValidateVxTestApp": "Unable to validate video extensibility test app after installation.",
590
643
  "depChecker.testToolVersionNotMatch": "The version of Teams App Test Tool (%s) is not compatible with the specified version range (%s).",
591
644
  "depChecker.failedToValidateTestTool": "Unable to validate Teams App Test Tool after installation. %s",
@@ -596,6 +649,8 @@
596
649
  "driver.aadApp.error.generateSecretFailed": "Cannot generate client secret.",
597
650
  "driver.aadApp.error.invalidFieldInManifest": "Field %s is missing or invalid in Microsoft Entra app manifest.",
598
651
  "driver.aadApp.error.appNameTooLong": "The name for this Microsoft Entra app is too long. The maximum length is 120.",
652
+ "driver.aadApp.error.credentialInvalidLifetimeAsPerAppPolicy": "The client secret lifetime is too long for your tenant. Use a shorter value with the clientSecretExpireDays parameter.",
653
+ "driver.aadApp.error.credentialTypeNotAllowedAsPerAppPolicy": "Your tenant doesn't allow creating a client secret for Microsoft Entra app. Create and configure the app manually.",
599
654
  "driver.aadApp.progressBar.createAadAppTitle": "Creating Microsoft Entra application...",
600
655
  "driver.aadApp.progressBar.updateAadAppTitle": "Updating Microsoft Entra application...",
601
656
  "driver.aadApp.log.startExecuteDriver": "Executing action %s",
@@ -695,6 +750,7 @@
695
750
  "driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing Teams app...",
696
751
  "driver.teamsApp.progressBar.validateWithTestCases": "Submitting validation request...",
697
752
  "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).",
753
+ "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
754
  "driver.teamsApp.summary.createTeamsAppAlreadyExists": "Teams app with id %s already exists, skipped creating a new Teams app.",
699
755
  "driver.teamsApp.summary.publishTeamsAppExists": "Teams app with id %s already exists in the organization's app store.",
700
756
  "driver.teamsApp.summary.publishTeamsAppNotExists": "Teams app with id %s does not exist in the organization's app store.",
@@ -708,10 +764,11 @@
708
764
  "driver.teamsApp.summary.validate.succeed": "%s passed",
709
765
  "driver.teamsApp.summary.validate.failed": "%s failed",
710
766
  "driver.teamsApp.summary.validate.warning": "%s warning",
767
+ "driver.teamsApp.summary.validate.skipped": "%s skipped",
711
768
  "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",
769
+ "driver.teamsApp.summary.validateWithTestCases": "Validation request completed, status: %s. \n\nSummary:\n%s. View the result from: %s.%s",
770
+ "driver.teamsApp.summary.validateWithTestCases.result": "Validation request completed, status: %s. %s. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
771
+ "driver.teamsApp.summary.validateWithTestCases.result.detail": "%s Validation title: %s. Message: %s",
715
772
  "driver.teamsApp.validate.result": "Teams Toolkit has completed checking your app package against validation rules. %s.",
716
773
  "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
774
  "error.teamsApp.validate.apiFailed": "Teams app package validation failed due to %s",
@@ -785,8 +842,8 @@
785
842
  "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
843
  "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
844
  "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",
845
+ "error.script.ScriptTimeoutError": "Script execution timeout. Adjust 'timeout' parameter in yaml or improve your script's efficiency.",
846
+ "error.script.ScriptExecutionError": "Unable to execute script action.",
790
847
  "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
848
  "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
849
  "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 +858,12 @@
801
858
  "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
859
  "driver.apiKey.description.create": "Create an API key on Developer Portal for authentication in Open API spec.",
803
860
  "driver.aadApp.apiKey.title.create": "Creating API key...",
861
+ "driver.apiKey.description.update": "Update an API key on Developer Portal for authentication in Open API spec.",
862
+ "driver.aadApp.apiKey.title.update": "Updating API key...",
863
+ "driver.apiKey.log.skipUpdateApiKey": "Skip updating API key as the same property exists.",
864
+ "driver.apiKey.log.successUpdateApiKey": "API key updated successfully!",
865
+ "driver.apiKey.confirm.update": "The following parameters will be updated:\n%s\nDo you want to continue?",
866
+ "driver.apiKey.info.update": "API key updated successfully! The following parameters have been updated:\n%s",
804
867
  "driver.apiKey.log.startExecuteDriver": "Executing action %s",
805
868
  "driver.apiKey.log.skipCreateApiKey": "Environment variable %s exists. Skip creating API key.",
806
869
  "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 +872,17 @@
809
872
  "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
873
  "driver.apiKey.error.failedToGetDomain": "Failed to get domain from API specification. Please make sure your API specification is valid.",
811
874
  "driver.apiKey.log.successCreateApiKey": "Created API key with id %s",
812
- "driver.apiKey.log.failedExecuteDriver": "Unable to execute action %s. Error message: %s"
875
+ "driver.apiKey.log.failedExecuteDriver": "Unable to execute action %s. Error message: %s",
876
+ "driver.oauth.description.create": "Create an OAuth registration on Developer Portal for authentication in Open API spec.",
877
+ "driver.oauth.title.create": "Creating OAuth registration...",
878
+ "driver.oauth.log.skipCreateOauth": "Environment variable %s exists. Skip creating API key.",
879
+ "driver.oauth.log.oauthNotFound": "Environment variable %s exists but unable to retrieve OAuth registration from Developer Portal. Check manually if it exists.",
880
+ "driver.oauth.error.nameTooLong": "The OAuth name is too long. The maximum character length is 128.",
881
+ "driver.oauth.log.successCreateOauth": "OAuth registration created successfully with id %s!",
882
+ "driver.oauth.error.domainInvalid": "Maximum %d domains allowed per OAuth registration.",
883
+ "driver.apiKey.error.oauthAuthInfoInvalid": "Unable to parse OAuth2 authScheme from spec. Make sure your API specification is valid.",
884
+ "driver.oauth.log.skipUpdateOauth": "Skip updating OAuth registration as the same property exists.",
885
+ "driver.oauth.confirm.update": "The following parameters will be updated:\n%s\nDo you want to continue?",
886
+ "driver.oauth.log.successUpdateOauth": "OAuth registration updated successfully!",
887
+ "driver.oauth.info.update": "OAuth registration updated successfully! The following parameters have been updated:\n%s"
813
888
  }