@microsoft/teamsfx-core 2.0.8-alpha.d1a09e202.0 → 2.0.8-alpha.ded43fb2d.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 (313) hide show
  1. package/build/common/constants.d.ts +5 -5
  2. package/build/common/constants.d.ts.map +1 -1
  3. package/build/common/constants.js +5 -5
  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 +74 -6
  12. package/build/common/featureFlags.d.ts.map +1 -1
  13. package/build/common/featureFlags.js +72 -32
  14. package/build/common/featureFlags.js.map +1 -1
  15. package/build/common/m365/launchHelper.d.ts.map +1 -1
  16. package/build/common/m365/launchHelper.js +3 -2
  17. package/build/common/m365/launchHelper.js.map +1 -1
  18. package/build/common/projectSettingsHelper.d.ts +7 -2
  19. package/build/common/projectSettingsHelper.d.ts.map +1 -1
  20. package/build/common/projectSettingsHelper.js +25 -7
  21. package/build/common/projectSettingsHelper.js.map +1 -1
  22. package/build/common/projectTypeChecker.d.ts +2 -0
  23. package/build/common/projectTypeChecker.d.ts.map +1 -1
  24. package/build/common/projectTypeChecker.js +13 -0
  25. package/build/common/projectTypeChecker.js.map +1 -1
  26. package/build/common/samples.d.ts +1 -2
  27. package/build/common/samples.d.ts.map +1 -1
  28. package/build/common/samples.js +37 -83
  29. package/build/common/samples.js.map +1 -1
  30. package/build/common/stringUtils.d.ts +10 -0
  31. package/build/common/stringUtils.d.ts.map +1 -0
  32. package/build/common/stringUtils.js +121 -0
  33. package/build/common/stringUtils.js.map +1 -0
  34. package/build/common/telemetry.d.ts +6 -1
  35. package/build/common/telemetry.d.ts.map +1 -1
  36. package/build/common/telemetry.js +29 -6
  37. package/build/common/telemetry.js.map +1 -1
  38. package/build/common/templates-config.json +1 -1
  39. package/build/common/wrappedAxiosClient.d.ts.map +1 -1
  40. package/build/common/wrappedAxiosClient.js +7 -5
  41. package/build/common/wrappedAxiosClient.js.map +1 -1
  42. package/build/component/configManager/constant.d.ts +2 -1
  43. package/build/component/configManager/constant.d.ts.map +1 -1
  44. package/build/component/configManager/constant.js +1 -0
  45. package/build/component/configManager/constant.js.map +1 -1
  46. package/build/component/configManager/validator.js +1 -1
  47. package/build/component/configManager/validator.js.map +1 -1
  48. package/build/component/constants.js +2 -2
  49. package/build/component/constants.js.map +1 -1
  50. package/build/component/coordinator/index.d.ts +0 -39
  51. package/build/component/coordinator/index.d.ts.map +1 -1
  52. package/build/component/coordinator/index.js +118 -202
  53. package/build/component/coordinator/index.js.map +1 -1
  54. package/build/component/driver/aad/create.d.ts +1 -0
  55. package/build/component/driver/aad/create.d.ts.map +1 -1
  56. package/build/component/driver/aad/create.js +22 -11
  57. package/build/component/driver/aad/create.js.map +1 -1
  58. package/build/component/driver/aad/error/aadManifestError.d.ts +6 -0
  59. package/build/component/driver/aad/error/aadManifestError.d.ts.map +1 -1
  60. package/build/component/driver/aad/error/aadManifestError.js +25 -1
  61. package/build/component/driver/aad/error/aadManifestError.js.map +1 -1
  62. package/build/component/driver/aad/error/clientSecretNotAllowedError.d.ts +5 -0
  63. package/build/component/driver/aad/error/clientSecretNotAllowedError.d.ts.map +1 -0
  64. package/build/component/driver/aad/error/clientSecretNotAllowedError.js +23 -0
  65. package/build/component/driver/aad/error/clientSecretNotAllowedError.js.map +1 -0
  66. package/build/component/driver/aad/error/credentialInvalidLifetimeError.d.ts +5 -0
  67. package/build/component/driver/aad/error/credentialInvalidLifetimeError.d.ts.map +1 -0
  68. package/build/component/driver/aad/error/credentialInvalidLifetimeError.js +23 -0
  69. package/build/component/driver/aad/error/credentialInvalidLifetimeError.js.map +1 -0
  70. package/build/component/driver/aad/interface/IAADDefinition.d.ts +1 -0
  71. package/build/component/driver/aad/interface/IAADDefinition.d.ts.map +1 -1
  72. package/build/component/driver/aad/interface/createAadAppArgs.d.ts +3 -0
  73. package/build/component/driver/aad/interface/createAadAppArgs.d.ts.map +1 -1
  74. package/build/component/driver/aad/permissions/index.d.ts.map +1 -1
  75. package/build/component/driver/aad/permissions/index.js +9 -0
  76. package/build/component/driver/aad/permissions/index.js.map +1 -1
  77. package/build/component/driver/aad/utility/aadAppClient.d.ts +3 -2
  78. package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -1
  79. package/build/component/driver/aad/utility/aadAppClient.js +35 -17
  80. package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
  81. package/build/component/driver/aad/utility/aadManifestHelper.d.ts.map +1 -1
  82. package/build/component/driver/aad/utility/aadManifestHelper.js +9 -1
  83. package/build/component/driver/aad/utility/aadManifestHelper.js.map +1 -1
  84. package/build/component/driver/aad/utility/constants.d.ts +6 -0
  85. package/build/component/driver/aad/utility/constants.d.ts.map +1 -1
  86. package/build/component/driver/aad/utility/constants.js +8 -2
  87. package/build/component/driver/aad/utility/constants.js.map +1 -1
  88. package/build/component/driver/apiKey/create.d.ts +0 -3
  89. package/build/component/driver/apiKey/create.d.ts.map +1 -1
  90. package/build/component/driver/apiKey/create.js +23 -48
  91. package/build/component/driver/apiKey/create.js.map +1 -1
  92. package/build/component/driver/apiKey/interface/createApiKeyArgs.d.ts +2 -0
  93. package/build/component/driver/apiKey/interface/createApiKeyArgs.d.ts.map +1 -1
  94. package/build/component/driver/apiKey/interface/updateApiKeyArgs.d.ts +9 -0
  95. package/build/component/driver/apiKey/interface/updateApiKeyArgs.d.ts.map +1 -0
  96. package/build/component/driver/apiKey/interface/updateApiKeyArgs.js +5 -0
  97. package/build/component/driver/apiKey/interface/updateApiKeyArgs.js.map +1 -0
  98. package/build/component/driver/apiKey/update.d.ts +13 -0
  99. package/build/component/driver/apiKey/update.d.ts.map +1 -0
  100. package/build/component/driver/apiKey/update.js +182 -0
  101. package/build/component/driver/apiKey/update.js.map +1 -0
  102. package/build/component/driver/apiKey/utility/constants.d.ts +2 -0
  103. package/build/component/driver/apiKey/utility/constants.d.ts.map +1 -1
  104. package/build/component/driver/apiKey/utility/constants.js +2 -0
  105. package/build/component/driver/apiKey/utility/constants.js.map +1 -1
  106. package/build/component/driver/apiKey/utility/utility.d.ts +7 -0
  107. package/build/component/driver/apiKey/utility/utility.d.ts.map +1 -0
  108. package/build/component/driver/apiKey/utility/utility.js +55 -0
  109. package/build/component/driver/apiKey/utility/utility.js.map +1 -0
  110. package/build/component/driver/deploy/spfx/utility/spoClient.d.ts.map +1 -1
  111. package/build/component/driver/deploy/spfx/utility/spoClient.js +3 -1
  112. package/build/component/driver/deploy/spfx/utility/spoClient.js.map +1 -1
  113. package/build/component/driver/index.d.ts +1 -0
  114. package/build/component/driver/index.d.ts.map +1 -1
  115. package/build/component/driver/index.js +1 -0
  116. package/build/component/driver/index.js.map +1 -1
  117. package/build/component/driver/middleware/addSWADeployTelemetry.js +2 -2
  118. package/build/component/driver/middleware/addSWADeployTelemetry.js.map +1 -1
  119. package/build/component/driver/oauth/create.d.ts +12 -0
  120. package/build/component/driver/oauth/create.d.ts.map +1 -0
  121. package/build/component/driver/oauth/create.js +179 -0
  122. package/build/component/driver/oauth/create.js.map +1 -0
  123. package/build/component/driver/oauth/error/oauthAuthInfoInvalid.d.ts +5 -0
  124. package/build/component/driver/oauth/error/oauthAuthInfoInvalid.d.ts.map +1 -0
  125. package/build/component/driver/oauth/error/oauthAuthInfoInvalid.js +21 -0
  126. package/build/component/driver/oauth/error/oauthAuthInfoInvalid.js.map +1 -0
  127. package/build/component/driver/oauth/error/oauthDomainInvalid.d.ts +5 -0
  128. package/build/component/driver/oauth/error/oauthDomainInvalid.d.ts.map +1 -0
  129. package/build/component/driver/oauth/error/oauthDomainInvalid.js +22 -0
  130. package/build/component/driver/oauth/error/oauthDomainInvalid.js.map +1 -0
  131. package/build/component/driver/oauth/error/oauthFailedToGetDomain.d.ts +5 -0
  132. package/build/component/driver/oauth/error/oauthFailedToGetDomain.d.ts.map +1 -0
  133. package/build/component/driver/oauth/error/oauthFailedToGetDomain.js +21 -0
  134. package/build/component/driver/oauth/error/oauthFailedToGetDomain.js.map +1 -0
  135. package/build/component/driver/oauth/error/oauthNameTooLong.d.ts +5 -0
  136. package/build/component/driver/oauth/error/oauthNameTooLong.d.ts.map +1 -0
  137. package/build/component/driver/oauth/error/oauthNameTooLong.js +21 -0
  138. package/build/component/driver/oauth/error/oauthNameTooLong.js.map +1 -0
  139. package/build/component/driver/oauth/interface/createOauthArgs.d.ts +12 -0
  140. package/build/component/driver/oauth/interface/createOauthArgs.d.ts.map +1 -0
  141. package/build/component/driver/oauth/interface/createOauthArgs.js +5 -0
  142. package/build/component/driver/oauth/interface/createOauthArgs.js.map +1 -0
  143. package/build/component/driver/oauth/interface/createOauthOutputs.d.ts +7 -0
  144. package/build/component/driver/oauth/interface/createOauthOutputs.d.ts.map +1 -0
  145. package/build/component/driver/oauth/interface/createOauthOutputs.js +10 -0
  146. package/build/component/driver/oauth/interface/createOauthOutputs.js.map +1 -0
  147. package/build/component/driver/oauth/utility/constants.d.ts +11 -0
  148. package/build/component/driver/oauth/utility/constants.d.ts.map +1 -0
  149. package/build/component/driver/oauth/utility/constants.js +16 -0
  150. package/build/component/driver/oauth/utility/constants.js.map +1 -0
  151. package/build/component/driver/oauth/utility/utility.d.ts +11 -0
  152. package/build/component/driver/oauth/utility/utility.d.ts.map +1 -0
  153. package/build/component/driver/oauth/utility/utility.js +83 -0
  154. package/build/component/driver/oauth/utility/utility.js.map +1 -0
  155. package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
  156. package/build/component/driver/script/scriptDriver.js +8 -8
  157. package/build/component/driver/script/scriptDriver.js.map +1 -1
  158. package/build/component/driver/teamsApp/clients/appStudioClient.d.ts +10 -3
  159. package/build/component/driver/teamsApp/clients/appStudioClient.d.ts.map +1 -1
  160. package/build/component/driver/teamsApp/clients/appStudioClient.js +54 -2
  161. package/build/component/driver/teamsApp/clients/appStudioClient.js.map +1 -1
  162. package/build/component/driver/teamsApp/constants.d.ts +4 -0
  163. package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
  164. package/build/component/driver/teamsApp/constants.js +4 -0
  165. package/build/component/driver/teamsApp/constants.js.map +1 -1
  166. package/build/component/driver/teamsApp/createAppPackage.d.ts +2 -1
  167. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  168. package/build/component/driver/teamsApp/createAppPackage.js +38 -23
  169. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  170. package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.d.ts +20 -0
  171. package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.d.ts.map +1 -1
  172. package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.js.map +1 -1
  173. package/build/component/driver/teamsApp/interfaces/OauthRegistration.d.ts +44 -0
  174. package/build/component/driver/teamsApp/interfaces/OauthRegistration.d.ts.map +1 -0
  175. package/build/component/driver/teamsApp/interfaces/OauthRegistration.js +21 -0
  176. package/build/component/driver/teamsApp/interfaces/OauthRegistration.js.map +1 -0
  177. package/build/component/driver/teamsApp/teamsappMgr.d.ts.map +1 -1
  178. package/build/component/driver/teamsApp/teamsappMgr.js +22 -8
  179. package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
  180. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
  181. package/build/component/driver/teamsApp/utils/ManifestUtils.js +3 -15
  182. package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
  183. package/build/component/driver/teamsApp/utils/telemetry.d.ts +1 -0
  184. package/build/component/driver/teamsApp/utils/telemetry.d.ts.map +1 -1
  185. package/build/component/driver/teamsApp/utils/telemetry.js +1 -0
  186. package/build/component/driver/teamsApp/utils/telemetry.js.map +1 -1
  187. package/build/component/driver/teamsApp/utils/utils.d.ts +1 -0
  188. package/build/component/driver/teamsApp/utils/utils.d.ts.map +1 -1
  189. package/build/component/driver/teamsApp/utils/utils.js +5 -1
  190. package/build/component/driver/teamsApp/utils/utils.js.map +1 -1
  191. package/build/component/driver/teamsApp/validateTestCases.d.ts +18 -0
  192. package/build/component/driver/teamsApp/validateTestCases.d.ts.map +1 -1
  193. package/build/component/driver/teamsApp/validateTestCases.js +132 -50
  194. package/build/component/driver/teamsApp/validateTestCases.js.map +1 -1
  195. package/build/component/generator/copilotPlugin/generator.d.ts.map +1 -1
  196. package/build/component/generator/copilotPlugin/generator.js +4 -5
  197. package/build/component/generator/copilotPlugin/generator.js.map +1 -1
  198. package/build/component/generator/copilotPlugin/helper.d.ts +2 -2
  199. package/build/component/generator/copilotPlugin/helper.d.ts.map +1 -1
  200. package/build/component/generator/copilotPlugin/helper.js +94 -42
  201. package/build/component/generator/copilotPlugin/helper.js.map +1 -1
  202. package/build/component/generator/generator.d.ts +2 -1
  203. package/build/component/generator/generator.d.ts.map +1 -1
  204. package/build/component/generator/generator.js +5 -3
  205. package/build/component/generator/generator.js.map +1 -1
  206. package/build/component/generator/generatorProvider.d.ts +3 -0
  207. package/build/component/generator/generatorProvider.d.ts.map +1 -0
  208. package/build/component/generator/generatorProvider.js +9 -0
  209. package/build/component/generator/generatorProvider.js.map +1 -0
  210. package/build/component/generator/officeAddin/generator.d.ts +16 -2
  211. package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
  212. package/build/component/generator/officeAddin/generator.js +97 -44
  213. package/build/component/generator/officeAddin/generator.js.map +1 -1
  214. package/build/component/generator/officeAddin/helperMethods.d.ts +0 -3
  215. package/build/component/generator/officeAddin/helperMethods.d.ts.map +1 -1
  216. package/build/component/generator/officeAddin/helperMethods.js +0 -65
  217. package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
  218. package/build/component/generator/officeXMLAddin/generator.d.ts +6 -2
  219. package/build/component/generator/officeXMLAddin/generator.d.ts.map +1 -1
  220. package/build/component/generator/officeXMLAddin/generator.js +39 -19
  221. package/build/component/generator/officeXMLAddin/generator.js.map +1 -1
  222. package/build/component/generator/officeXMLAddin/projectConfig.d.ts +21 -33
  223. package/build/component/generator/officeXMLAddin/projectConfig.d.ts.map +1 -1
  224. package/build/component/generator/officeXMLAddin/projectConfig.js +85 -86
  225. package/build/component/generator/officeXMLAddin/projectConfig.js.map +1 -1
  226. package/build/component/generator/templates/templateGenerator.d.ts +13 -0
  227. package/build/component/generator/templates/templateGenerator.d.ts.map +1 -0
  228. package/build/component/generator/templates/templateGenerator.js +136 -0
  229. package/build/component/generator/templates/templateGenerator.js.map +1 -0
  230. package/build/component/generator/templates/templateInfo.d.ts +10 -0
  231. package/build/component/generator/templates/templateInfo.d.ts.map +1 -0
  232. package/build/component/generator/templates/templateInfo.js +3 -0
  233. package/build/component/generator/templates/templateInfo.js.map +1 -0
  234. package/build/component/generator/templates/templateNames.d.ts +44 -0
  235. package/build/component/generator/templates/templateNames.d.ts.map +1 -0
  236. package/build/component/generator/templates/templateNames.js +88 -0
  237. package/build/component/generator/templates/templateNames.js.map +1 -0
  238. package/build/component/generator/templates/templateReplaceMap.d.ts +5 -0
  239. package/build/component/generator/templates/templateReplaceMap.d.ts.map +1 -0
  240. package/build/component/generator/templates/templateReplaceMap.js +39 -0
  241. package/build/component/generator/templates/templateReplaceMap.js.map +1 -0
  242. package/build/component/generator/utils.d.ts +1 -0
  243. package/build/component/generator/utils.d.ts.map +1 -1
  244. package/build/component/generator/utils.js +2 -1
  245. package/build/component/generator/utils.js.map +1 -1
  246. package/build/component/middleware/actionExecutionMW.d.ts.map +1 -1
  247. package/build/component/middleware/actionExecutionMW.js +5 -4
  248. package/build/component/middleware/actionExecutionMW.js.map +1 -1
  249. package/build/component/middleware/questionMW.d.ts.map +1 -1
  250. package/build/component/middleware/questionMW.js +9 -1
  251. package/build/component/middleware/questionMW.js.map +1 -1
  252. package/build/component/utils/envUtil.d.ts +0 -1
  253. package/build/component/utils/envUtil.d.ts.map +1 -1
  254. package/build/component/utils/envUtil.js +1 -13
  255. package/build/component/utils/envUtil.js.map +1 -1
  256. package/build/component/utils/metadataGraphPermssion.d.ts +8 -6
  257. package/build/component/utils/metadataGraphPermssion.d.ts.map +1 -1
  258. package/build/component/utils/metadataGraphPermssion.js +10 -2
  259. package/build/component/utils/metadataGraphPermssion.js.map +1 -1
  260. package/build/component/utils/metadataRscPermission.d.ts +16 -0
  261. package/build/component/utils/metadataRscPermission.d.ts.map +1 -0
  262. package/build/component/utils/metadataRscPermission.js +69 -0
  263. package/build/component/utils/metadataRscPermission.js.map +1 -0
  264. package/build/component/utils/metadataUtil.d.ts.map +1 -1
  265. package/build/component/utils/metadataUtil.js +2 -0
  266. package/build/component/utils/metadataUtil.js.map +1 -1
  267. package/build/component/utils.d.ts +2 -1
  268. package/build/component/utils.d.ts.map +1 -1
  269. package/build/component/utils.js +43 -1
  270. package/build/component/utils.js.map +1 -1
  271. package/build/core/FxCore.d.ts +3 -3
  272. package/build/core/FxCore.d.ts.map +1 -1
  273. package/build/core/FxCore.js +82 -17
  274. package/build/core/FxCore.js.map +1 -1
  275. package/build/error/common.js +1 -1
  276. package/build/error/common.js.map +1 -1
  277. package/build/error/script.d.ts +2 -2
  278. package/build/error/script.d.ts.map +1 -1
  279. package/build/error/script.js +6 -6
  280. package/build/error/script.js.map +1 -1
  281. package/build/index.d.ts +3 -0
  282. package/build/index.d.ts.map +1 -1
  283. package/build/index.js +5 -1
  284. package/build/index.js.map +1 -1
  285. package/build/question/constants.d.ts.map +1 -1
  286. package/build/question/constants.js +6 -1
  287. package/build/question/constants.js.map +1 -1
  288. package/build/question/create.d.ts +17 -8
  289. package/build/question/create.d.ts.map +1 -1
  290. package/build/question/create.js +323 -236
  291. package/build/question/create.js.map +1 -1
  292. package/build/question/inputs/CreateProjectInputs.d.ts +8 -6
  293. package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
  294. package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
  295. package/build/question/options/CreateProjectOptions.js +37 -11
  296. package/build/question/options/CreateProjectOptions.js.map +1 -1
  297. package/build/question/questionNames.d.ts +1 -1
  298. package/build/question/questionNames.d.ts.map +1 -1
  299. package/build/question/questionNames.js +1 -1
  300. package/build/question/questionNames.js.map +1 -1
  301. package/package.json +11 -6
  302. package/resource/package.nls.json +96 -46
  303. package/resource/yaml-schema/v1.5/yaml.schema.json +1663 -0
  304. package/resource/yaml-schema/yaml.schema.json +77 -2
  305. package/templates/fallback/common.zip +0 -0
  306. package/templates/fallback/csharp.zip +0 -0
  307. package/templates/fallback/js.zip +0 -0
  308. package/templates/fallback/python.zip +0 -0
  309. package/templates/fallback/ts.zip +0 -0
  310. package/build/component/generator/officeAddin/config/projectsJsonData.d.ts +0 -26
  311. package/build/component/generator/officeAddin/config/projectsJsonData.d.ts.map +0 -1
  312. package/build/component/generator/officeAddin/config/projectsJsonData.js +0 -165
  313. 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",
@@ -280,27 +284,31 @@
280
284
  "core.createProjectQuestion.projectType.bot.detail": "Conversational or informative chat experiences that can automate repetitive tasks",
281
285
  "core.createProjectQuestion.projectType.bot.label": "Bot",
282
286
  "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",
287
+ "core.createProjectQuestion.projectType.messageExtension.detail": "Search and take actions from the text input box in Teams and Outlook",
284
288
  "core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Search or initiate actions from the message composing area of Teams, Outlook and Copilot",
285
289
  "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",
290
+ "core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content for seamless user experience",
287
291
  "core.createProjectQuestion.projectType.outlookAddin.label": "Outlook Add-in",
288
292
  "core.createProjectQuestion.projectType.outlookAddin.title": "App Features Using an Outlook Add-in",
289
293
  "core.createProjectQuestion.projectType.officeAddin.detail": "Extend Office apps to interact with content in Office documents and Outlook mails",
290
294
  "core.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
291
295
  "core.createProjectQuestion.projectType.officeAddin.title": "App Features Using an Office Add-in",
292
296
  "core.createProjectQuestion.projectType.officeAddin.framework.title": "Framework",
293
- "core.createProjectQuestion.projectType.officeAddin.framework.placeholder": "Select a framework.",
297
+ "core.createProjectQuestion.projectType.officeAddin.framework.placeholder": "Select a framework",
294
298
  "core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Microsoft 365 app",
295
299
  "core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
296
300
  "core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Microsoft Copilot for Microsoft 365 using your APIs",
297
301
  "core.createProjectQuestion.projectType.copilotPlugin.label": "Copilot Plugin",
298
302
  "core.createProjectQuestion.projectType.copilotPlugin.title": "Copilot Plugin",
299
303
  "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",
304
+ "core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent chatbot in Microsoft Teams easily using Teams AI Library",
301
305
  "core.createProjectQuestion.projectType.customCopilot.label": "Custom Copilot",
302
306
  "core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Teams AI Library",
303
307
  "core.createProjectQuestion.projectType.customCopilot.placeholder": "Select an option",
308
+ "core.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use Github Copilot Chat",
309
+ "core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with Github Copilot and get step-by-step instructions to develop your Teams app",
310
+ "core.createProjectQuestion.projectType.copilotGroup.title": "Use Copilot",
311
+ "core.createProjectQuestion.projectType.createGroup.title": "Create",
304
312
  "core.createProjectQuestion.title": "New Project",
305
313
  "core.createProjectQuestion.capability.botMessageExtension.label": "Start with a Bot",
306
314
  "core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Bot Framework",
@@ -345,7 +353,9 @@
345
353
  "core.createProjectQuestion.llmService.azureOpenAIKey.title": "Azure OpenAI Key",
346
354
  "core.createProjectQuestion.llmService.azureOpenAIKey.placeholder": "Input Azure OpenAI service key now or set it later in the project",
347
355
  "core.createProjectQuestion.llmService.azureOpenAIEndpoint.title": "Azure OpenAI Endpoint",
356
+ "core.createProjectQuestion.llmService.azureOpenAIDeploymentName.title": "Azure OpenAI Deployment Name",
348
357
  "core.createProjectQuestion.llmService.azureOpenAIEndpoint.placeholder": "Input Azure OpenAI service endpoint now or set it later in the project",
358
+ "core.createProjectQuestion.llmService.azureOpenAIDeploymentName.placeholder": "Input Azure OpenAI deployment name now or set it later in the project",
349
359
  "core.createProjectQuestion.apiSpec.title": "OpenAPI Description Document",
350
360
  "core.createProjectQuestion.apiSpec.placeholder": "Enter OpenAPI Description Document URL",
351
361
  "core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Description Document Location",
@@ -359,14 +369,13 @@
359
369
  "core.createProjectQuestion.invalidUrl.message": "Enter a valid HTTP URL without authentication to access your OpenAPI description document.",
360
370
  "core.createProjectQuestion.apiSpec.operation.title": "Select Operation(s) Teams Can Interact with",
361
371
  "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
372
  "core.createProjectQuestion.apiSpec.operation.apikey.placeholder": "GET/POST methods with at most 5 required parameter and API key are listed",
364
373
  "core.createProjectQuestion.apiSpec.operation.invalidMessage": "%s API(s) selected. You can select at least one and at most %s APIs.",
365
374
  "core.createProjectQuestion.apiSpec.operation.multipleAuth": "Your selected APIs have multiple authorizations %s which are not supported.",
366
375
  "core.createProjectQuestion.apiSpec.operation.multipleServer": "Your selected APIs have multiple server URLs %s which are not supported.",
367
376
  "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.",
377
+ "core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "Incompatible OpenAPI description document. Check output panel for details.",
378
+ "core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "Incompatible OpenAPI description document. Check [output panel](command:fx-extension.showOutputChannel) for details.",
370
379
  "core.createProjectQuestion.openAiPluginManifest.multipleValidationErrors.vscode.message": "Invalid OpenAI plugin manifest. Check [output panel](command:fx-extension.showOutputChannel) for details.",
371
380
  "core.createProjectQuestion.openAiPluginManifest.validationError.missingApiUrl": "Missing URL in \"%s\".",
372
381
  "core.createProjectQuestion.openAiPluginManifest.validationError.authNotSupported": "Auth type is not supported. Supported auth type: \"%s\".",
@@ -375,36 +384,36 @@
375
384
  "core.createProjectQuestion.officeXMLAddin.bar.detail": "Creating Project.",
376
385
  "core.createProjectQuestion.officeXMLAddin.mainEntry.title": "Office Add-in",
377
386
  "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",
387
+ "core.createProjectQuestion.officeXMLAddin.create.title": "Select to Create an Outlook, Word, Excel, or PowerPoint Add-in",
379
388
  "core.createProjectQuestion.officeXMLAddin.word.title": "Word Add-in",
380
389
  "core.createProjectQuestion.officeXMLAddin.word.detail": "Create an add-in that can run in Word across multiple platforms",
381
390
  "core.createProjectQuestion.officeXMLAddin.word.sso.title": "Add-in with Single Sign On",
382
391
  "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",
392
+ "core.createProjectQuestion.officeXMLAddin.word.react.title": "Add-in with React Framework",
384
393
  "core.createProjectQuestion.officeXMLAddin.word.react.detail": "Create a Word add-in with React framework",
385
394
  "core.createProjectQuestion.officeXMLAddin.word.create.title": "Create a Word Add-in",
386
395
  "core.createProjectQuestion.officeXMLAddin.excel.title": "Excel Add-in",
387
396
  "core.createProjectQuestion.officeXMLAddin.excel.detail": "Extend Excel functionality and access Excel data on multiple platforms",
388
397
  "core.createProjectQuestion.officeXMLAddin.excel.sso.title": "Add-in with Single Sign On",
389
398
  "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",
399
+ "core.createProjectQuestion.officeXMLAddin.excel.react.title": "Add-in with React Framework",
391
400
  "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",
401
+ "core.createProjectQuestion.officeXMLAddin.excel.cf.shared.title": "Excel Custom Functions Using a Shared Runtime",
393
402
  "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",
403
+ "core.createProjectQuestion.officeXMLAddin.excel.cf.js.title": "Excel Custom Functions Using a JavaScript-only Runtime",
395
404
  "core.createProjectQuestion.officeXMLAddin.excel.cf.js.detail": "Create an Excel add-in leveraging Custom Functions using a JavaScript-only Runtime",
396
405
  "core.createProjectQuestion.officeXMLAddin.excel.create.title": "Create an Excel Add-in",
397
406
  "core.createProjectQuestion.officeXMLAddin.powerpoint.title": "PowerPoint Add-in",
398
407
  "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",
408
+ "core.createProjectQuestion.officeXMLAddin.powerpoint.sso.title": "Add-in with Single Sign On",
400
409
  "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",
410
+ "core.createProjectQuestion.officeXMLAddin.powerpoint.react.title": "Add-in with React Framework",
402
411
  "core.createProjectQuestion.officeXMLAddin.powerpoint.react.detail": "Create a PowerPoint add-in with React framework",
403
412
  "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",
413
+ "core.createProjectQuestion.officeXMLAddin.taskpane.title": "Add-in with Basic Task Pane",
414
+ "core.createProjectQuestion.officeXMLAddin.taskpane.detail": "Customize the Ribbon with a button and create a dashboard in the Task Pane",
415
+ "core.createProjectQuestion.officeXMLAddin.manifestOnly.title": "Add-in Project With only Manifest File",
416
+ "core.createProjectQuestion.officeXMLAddin.manifestOnly.detail": "Create an add-in project that includes only the manifest file",
408
417
  "core.aiAssistantBotOption.label": "AI Assistant Bot",
409
418
  "core.aiAssistantBotOption.detail": "A custom AI assistant bot in Teams using Teams AI library and OpenAI Assistants API",
410
419
  "core.aiBotOption.label": "AI Chat Bot",
@@ -443,37 +452,37 @@
443
452
  "core.SampleSelect.placeholder": "Select a sample",
444
453
  "core.SampleSelect.buttons.viewSamples": "View samples",
445
454
  "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.",
455
+ "core.updateBotIdsQuestion.placeholder": "Deselect to keep the original botId value",
456
+ "_core.updateBotIdsQuestion.placeholder.comment": "'botId' is the field name that shouldn't be localized.",
448
457
  "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.",
458
+ "_core.updateBotIdForBot.description.comment": "'botId' and '${{BOT_ID}}' shouldn't be localized. 'manifest.json' is the file name that shouldn't be localized.",
450
459
  "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.",
460
+ "_core.updateBotIdForMessageExtension.description.comment": "'botId' and '${{BOT_ID}}' shouldn't be localized. 'manifest.json' is the file name that shouldn't be localized.",
452
461
  "core.updateBotIdForBot.label": "Bot",
453
462
  "core.updateBotIdForMessageExtension.label": "Message extension",
454
463
  "core.updateContentUrlQuestion.title": "Configure content URL(s) for debugging",
455
464
  "core.updateWebsiteUrlQuestion.title": "Configure website URL(s) for debugging",
456
465
  "core.updateContentUrlOption.description": "Update the content URL from %s to %s",
457
466
  "core.updateWebsiteUrlOption.description": "Update the website URL from %s to %s",
458
- "core.updateUrlQuestion.placeholder": "Unselect to keep with the original URL",
467
+ "core.updateUrlQuestion.placeholder": "Deselect to keep the original URL",
459
468
  "core.SingleSignOnOption.label": "Single Sign-On",
460
469
  "core.SingleSignOnOption.detail": "Develop a Single Sign-On feature for Teams Launch pages and Bot capability",
461
470
  "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",
471
+ "core.getUserEmailQuestion.validation1": "Enter email address",
472
+ "core.getUserEmailQuestion.validation2": "Change [UserName] to the real user name",
464
473
  "core.collaboration.error.failedToLoadDotEnvFile": "Unable to load your .env File. Reason: %s",
465
474
  "core.selectAadAppManifestQuestion.title": "Select Microsoft Entra manifest.json file",
466
475
  "core.selectTeamsAppManifestQuestion.title": "Select Teams manifest.json file",
467
476
  "core.selectTeamsAppPackageQuestion.title": "Select Teams app package file",
468
477
  "core.selectLocalTeamsAppManifestQuestion.title": "Select local Teams manifest.json file",
469
- "core.selectCollaborationAppTypeQuestion.title": "Select app you want to manage the collaborators",
478
+ "core.selectCollaborationAppTypeQuestion.title": "Select the app for which you want to manage collaborators",
470
479
  "core.selectValidateMethodQuestion.validate.selectTitle": "Select a validation method",
471
480
  "core.selectValidateMethodQuestion.validate.schemaOption": "Validate using manifest schema",
472
481
  "core.selectValidateMethodQuestion.validate.schemaOptionDescription": "Validate using manifest schema",
473
482
  "core.selectValidateMethodQuestion.validate.appPackageOption": "Validate app package using validation rules",
474
483
  "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Validate app package using validation rules",
475
484
  "core.selectValidateMethodQuestion.validate.testCasesOption": "Publish Readiness",
476
- "core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Check your app with the test cases Microsoft uses before they publish it",
485
+ "core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Check your app with Microsoft's test cases before publishing",
477
486
  "core.confirmManifestQuestion.placeholder": "Confirm you've selected the correct manifest file",
478
487
  "core.aadAppQuestion.label": "Microsoft Entra app",
479
488
  "core.aadAppQuestion.description": "Your Microsoft Entra app for Single Sign On",
@@ -502,10 +511,29 @@
502
511
  "core.common.OutlookWebClientName2": "Outlook web access client id 2",
503
512
  "core.common.CancelledMessage": "Operation is cancelled.",
504
513
  "core.common.SwaggerNotSupported": "Swagger 2.0 is not supported. Please convert it to OpenAPI 3.0 first.",
514
+ "core.common.SpecVersionNotSupported": "Unsupported OpenAPI version %s. Please use version 3.0.x.",
505
515
  "core.common.NoServerInformation": "No server information is found in the OpenAPI description document.",
506
516
  "core.common.RemoteRefNotSupported": "Remote reference is not supported: %s.",
507
517
  "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\".",
518
+ "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",
519
+ "core.common.NoSupportedApiCopilot": "No supported API is found in the OpenAPI description document. \nReasons for API incompatibility are listed below:\n%s",
520
+ "core.common.invalidReason.AuthTypeIsNotSupported": "authorization type is not supported",
521
+ "core.common.invalidReason.MissingOperationId": "operation id is missing",
522
+ "core.common.invalidReason.PostBodyContainMultipleMediaTypes": "post body contains multiple media types",
523
+ "core.common.invalidReason.ResponseContainMultipleMediaTypes": "response contains multiple media types",
524
+ "core.common.invalidReason.ResponseJsonIsEmpty": "response json is empty",
525
+ "core.common.invalidReason.PostBodySchemaIsNotJson": "post body schema is not json",
526
+ "core.common.invalidReason.PostBodyContainsRequiredUnsupportedSchema": "post body contains required unsupported schema",
527
+ "core.common.invalidReason.ParamsContainRequiredUnsupportedSchema": "params contain required unsupported schema",
528
+ "core.common.invalidReason.ParamsContainsNestedObject": "params contain nested object",
529
+ "core.common.invalidReason.RequestBodyContainsNestedObject": "request body contains nested object",
530
+ "core.common.invalidReason.ExceededRequiredParamsLimit": "exceeded required params limit",
531
+ "core.common.invalidReason.NoParameter": "no parameter",
532
+ "core.common.invalidReason.NoAPIInfo": "no API info",
533
+ "core.common.invalidReason.MethodNotAllowed": "method not allowed",
534
+ "core.common.invalidReason.UrlPathNotExist": "url path does not exist",
535
+ "core.common.invalidReason.NoAPIs": "No APIs were found in the OpenAPI description document.",
536
+
509
537
  "core.common.UrlProtocolNotSupported": "Server url is not correct: protocol %s is not supported, you should use https protocol instead.",
510
538
  "core.common.RelativeServerUrlNotSupported": "Server url is not correct: relative server url is not supported.",
511
539
  "core.common.ErrorFetchApiSpec": "Your OpenAPI description document should be accessible without authentication, otherwise download and start from a local copy.",
@@ -514,6 +542,8 @@
514
542
  "core.importAddin.label": "Import an Existing Outlook Add-ins",
515
543
  "core.importAddin.detail": "Upgrade an Add-ins project to the latest app manifest and project structure",
516
544
  "core.importOfficeAddin.label": "Import an Existing Office Add-ins",
545
+ "core.officeContentAddin.label": "Content Add-in",
546
+ "core.officeContentAddin.detail": "Create new objects for Excel or PowerPoint",
517
547
  "core.newTaskpaneAddin.label": "Taskpane",
518
548
  "core.newTaskpaneAddin.detail": "Customize the Ribbon with a button and embed content in the Taskpane",
519
549
  "core.summary.actionDescription": "Action %s%s",
@@ -536,6 +566,8 @@
536
566
  "error.aad.manifest.PreAuthorizedApplicationsIsMissing": "preAuthorizedApplications is missing\n",
537
567
  "error.aad.manifest.ResourceAppIdIsMissing": "Some item(s) in requiredResourceAccess misses resourceAppId property.",
538
568
  "error.aad.manifest.ResourceAccessIdIsMissing": "Some item(s) in resourceAccess misses id property.",
569
+ "error.aad.manifest.ResourceAccessShouldBeArray": "resourceAccess should be an array.",
570
+ "error.aad.manifest.RequiredResourceAccessShouldBeArray": "requiredResourceAccess should be an array.",
539
571
  "error.aad.manifest.AccessTokenAcceptedVersionIs1": "accessTokenAcceptedVersion is 1\n",
540
572
  "error.aad.manifest.OptionalClaimsIsMissing": "optionalClaims is missing\n",
541
573
  "error.aad.manifest.OptionalClaimsMissingIdtypClaim": "optionalClaims access token doesn't contain idtyp claim\n",
@@ -553,7 +585,7 @@
553
585
  "plugins.bot.SomethingIsMissing": "%s is missing.",
554
586
  "plugins.bot.FailedToProvision": "Unable to provision %s.",
555
587
  "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.",
588
+ "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
589
  "plugins.bot.BotResourceExists": "Bot resource already existed on %s, skip creating Bot resource.",
558
590
  "plugins.bot.FailRetrieveAzureCredentials": "Unable to retrieve Azure credentials.",
559
591
  "plugins.bot.ProvisionBotRegistration": "Provisioning bot registration.",
@@ -562,10 +594,10 @@
562
594
  "plugins.bot.AppStudioBotRegistration": "Developer Portal bot registration",
563
595
  "plugins.function.getTemplateFromLocal": "Unable to get newest template from github, trying to use the local template.",
564
596
  "error.depChecker.DefaultErrorMessage": "Install the required dependencies manually.",
565
- "depChecker.learnMoreButtonText": "Learn more",
597
+ "depChecker.learnMoreButtonText": "Get more info",
566
598
  "depChecker.needInstallNpm": "You must have NPM installed to debug your local functions.",
567
599
  "depChecker.failToValidateFuncCoreTool": "Unable to validate Azure Functions Core Tools after installation.",
568
- "depChecker.symlinkDirAlreadyExist": "The destination of the symlink already exists",
600
+ "depChecker.symlinkDirAlreadyExist": "The destination of the symlink (%s) already exists, please remove it and try again.",
569
601
  "depChecker.portableFuncNodeNotMatched": "Your Node.js (@NodeVersion) is incompatible with Teams Toolkit Azure Functions Core Tools (@FuncVersion).",
570
602
  "depChecker.invalidFuncVersion": "The format of version %s is invalid.",
571
603
  "depChecker.noSentinelFile": "Azure Functions Core Tools installation is incomplete.",
@@ -596,6 +628,8 @@
596
628
  "driver.aadApp.error.generateSecretFailed": "Cannot generate client secret.",
597
629
  "driver.aadApp.error.invalidFieldInManifest": "Field %s is missing or invalid in Microsoft Entra app manifest.",
598
630
  "driver.aadApp.error.appNameTooLong": "The name for this Microsoft Entra app is too long. The maximum length is 120.",
631
+ "driver.aadApp.error.credentialInvalidLifetimeAsPerAppPolicy": "The client secret lifetime is too long for your tenant. Use a shorter value with the clientSecretExpireDays parameter.",
632
+ "driver.aadApp.error.credentialTypeNotAllowedAsPerAppPolicy": "Your tenant doesn't allow creating a client secret for Microsoft Entra app. Create and configure the app manually.",
599
633
  "driver.aadApp.progressBar.createAadAppTitle": "Creating Microsoft Entra application...",
600
634
  "driver.aadApp.progressBar.updateAadAppTitle": "Updating Microsoft Entra application...",
601
635
  "driver.aadApp.log.startExecuteDriver": "Executing action %s",
@@ -695,6 +729,7 @@
695
729
  "driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing Teams app...",
696
730
  "driver.teamsApp.progressBar.validateWithTestCases": "Submitting validation request...",
697
731
  "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).",
732
+ "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
733
  "driver.teamsApp.summary.createTeamsAppAlreadyExists": "Teams app with id %s already exists, skipped creating a new Teams app.",
699
734
  "driver.teamsApp.summary.publishTeamsAppExists": "Teams app with id %s already exists in the organization's app store.",
700
735
  "driver.teamsApp.summary.publishTeamsAppNotExists": "Teams app with id %s does not exist in the organization's app store.",
@@ -708,10 +743,11 @@
708
743
  "driver.teamsApp.summary.validate.succeed": "%s passed",
709
744
  "driver.teamsApp.summary.validate.failed": "%s failed",
710
745
  "driver.teamsApp.summary.validate.warning": "%s warning",
746
+ "driver.teamsApp.summary.validate.skipped": "%s skipped",
711
747
  "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",
748
+ "driver.teamsApp.summary.validateWithTestCases": "Validation request completed, status: %s. \n\nSummary:\n%s. View the result from: %s.%s",
749
+ "driver.teamsApp.summary.validateWithTestCases.result": "Validation request completed, status: %s. %s. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
750
+ "driver.teamsApp.summary.validateWithTestCases.result.detail": "%s Validation title: %s. Message: %s",
715
751
  "driver.teamsApp.validate.result": "Teams Toolkit has completed checking your app package against validation rules. %s.",
716
752
  "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
753
  "error.teamsApp.validate.apiFailed": "Teams app package validation failed due to %s",
@@ -785,8 +821,8 @@
785
821
  "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
822
  "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
823
  "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",
824
+ "error.script.ScriptTimeoutError": "Script execution timeout. Adjust 'timeout' parameter in yaml or improve your script's efficiency.",
825
+ "error.script.ScriptExecutionError": "Unable to execute script action.",
790
826
  "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
827
  "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
828
  "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 +837,12 @@
801
837
  "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
838
  "driver.apiKey.description.create": "Create an API key on Developer Portal for authentication in Open API spec.",
803
839
  "driver.aadApp.apiKey.title.create": "Creating API key...",
840
+ "driver.apiKey.description.update": "Update an API key on Developer Portal for authentication in Open API spec.",
841
+ "driver.aadApp.apiKey.title.update": "Updating API key...",
842
+ "driver.apiKey.log.skipUpdateApiKey": "Skip updating API key as the same property exists.",
843
+ "driver.apiKey.log.successUpdateApiKey": "API key updated successfully!",
844
+ "driver.apiKey.confirm.update": "The following parameters will be updated:\n%s\nDo you want to continue?",
845
+ "driver.apiKey.info.update": "API key updated successfully! The following parameters have been updated:\n%s",
804
846
  "driver.apiKey.log.startExecuteDriver": "Executing action %s",
805
847
  "driver.apiKey.log.skipCreateApiKey": "Environment variable %s exists. Skip creating API key.",
806
848
  "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 +851,13 @@
809
851
  "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
852
  "driver.apiKey.error.failedToGetDomain": "Failed to get domain from API specification. Please make sure your API specification is valid.",
811
853
  "driver.apiKey.log.successCreateApiKey": "Created API key with id %s",
812
- "driver.apiKey.log.failedExecuteDriver": "Unable to execute action %s. Error message: %s"
854
+ "driver.apiKey.log.failedExecuteDriver": "Unable to execute action %s. Error message: %s",
855
+ "driver.oauth.description.create": "Create an Oauth registration on Developer Portal for authentication in Open API spec.",
856
+ "driver.oauth.title.create": "Creating Oauth registration...",
857
+ "driver.oauth.log.skipCreateOauth": "Environment variable %s exists. Skip creating API key.",
858
+ "driver.oauth.log.oauthNotFound": "Environment variable %s exists but unable to retrieve Oauth registration from Developer Portal. Check manually if it exists.",
859
+ "driver.oauth.error.nameTooLong": "The Oauth name is too long. The maximum character length is 128.",
860
+ "driver.oauth.log.successCreateOauth": "Oauth registration created successfully with id %s!",
861
+ "driver.oauth.error.domainInvalid": "Maximum %d domains allowed per Oauth registration.",
862
+ "driver.apiKey.error.oauthAuthInfoInvalid": "Unable to parse Oauth2 authScheme from spec. Make sure your API specification is valid."
813
863
  }