@microsoft/teamsfx-core 2.0.7-alpha.a10762b45.0 → 2.0.7-alpha.a372ccf67.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 (350) hide show
  1. package/build/common/constants.d.ts +6 -1
  2. package/build/common/constants.d.ts.map +1 -1
  3. package/build/common/constants.js +6 -1
  4. package/build/common/constants.js.map +1 -1
  5. package/build/common/deps-checker/constant/helpLink.d.ts +1 -1
  6. package/build/common/deps-checker/constant/helpLink.d.ts.map +1 -1
  7. package/build/common/deps-checker/constant/helpLink.js +1 -1
  8. package/build/common/deps-checker/constant/helpLink.js.map +1 -1
  9. package/build/common/featureFlags.d.ts +5 -0
  10. package/build/common/featureFlags.d.ts.map +1 -1
  11. package/build/common/featureFlags.js +25 -3
  12. package/build/common/featureFlags.js.map +1 -1
  13. package/build/common/jsonUtils.js.map +1 -1
  14. package/build/common/local/packageJsonHelper.d.ts.map +1 -1
  15. package/build/common/local/packageJsonHelper.js +1 -2
  16. package/build/common/local/packageJsonHelper.js.map +1 -1
  17. package/build/common/m365/packageService.d.ts +1 -0
  18. package/build/common/m365/packageService.d.ts.map +1 -1
  19. package/build/common/m365/packageService.js +17 -3
  20. package/build/common/m365/packageService.js.map +1 -1
  21. package/build/common/projectSettingsHelper.d.ts +3 -0
  22. package/build/common/projectSettingsHelper.d.ts.map +1 -1
  23. package/build/common/projectSettingsHelper.js +29 -1
  24. package/build/common/projectSettingsHelper.js.map +1 -1
  25. package/build/common/projectTypeChecker.d.ts.map +1 -1
  26. package/build/common/projectTypeChecker.js +1 -2
  27. package/build/common/projectTypeChecker.js.map +1 -1
  28. package/build/common/samples.d.ts +4 -3
  29. package/build/common/samples.d.ts.map +1 -1
  30. package/build/common/samples.js +85 -41
  31. package/build/common/samples.js.map +1 -1
  32. package/build/common/telemetry.d.ts +3 -1
  33. package/build/common/telemetry.d.ts.map +1 -1
  34. package/build/common/telemetry.js +2 -0
  35. package/build/common/telemetry.js.map +1 -1
  36. package/build/common/templates-config.json +1 -0
  37. package/build/common/tools.d.ts.map +1 -1
  38. package/build/common/tools.js +5 -2
  39. package/build/common/tools.js.map +1 -1
  40. package/build/common/wrappedAxiosClient.d.ts +59 -0
  41. package/build/common/wrappedAxiosClient.d.ts.map +1 -0
  42. package/build/common/wrappedAxiosClient.js +247 -0
  43. package/build/common/wrappedAxiosClient.js.map +1 -0
  44. package/build/component/configManager/lifecycle.js +1 -1
  45. package/build/component/configManager/lifecycle.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/constant/commonConstant.d.ts +5 -0
  49. package/build/component/constant/commonConstant.d.ts.map +1 -1
  50. package/build/component/constant/commonConstant.js +7 -1
  51. package/build/component/constant/commonConstant.js.map +1 -1
  52. package/build/component/coordinator/index.d.ts +12 -1
  53. package/build/component/coordinator/index.d.ts.map +1 -1
  54. package/build/component/coordinator/index.js +107 -21
  55. package/build/component/coordinator/index.js.map +1 -1
  56. package/build/component/developerPortalScaffoldUtils.d.ts.map +1 -1
  57. package/build/component/developerPortalScaffoldUtils.js +0 -2
  58. package/build/component/developerPortalScaffoldUtils.js.map +1 -1
  59. package/build/component/driver/aad/create.d.ts +1 -1
  60. package/build/component/driver/aad/create.d.ts.map +1 -1
  61. package/build/component/driver/aad/create.js +11 -11
  62. package/build/component/driver/aad/create.js.map +1 -1
  63. package/build/component/driver/aad/update.d.ts +1 -1
  64. package/build/component/driver/aad/update.d.ts.map +1 -1
  65. package/build/component/driver/aad/update.js +10 -8
  66. package/build/component/driver/aad/update.js.map +1 -1
  67. package/build/component/driver/aad/utility/aadAppClient.d.ts +1 -0
  68. package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -1
  69. package/build/component/driver/aad/utility/aadAppClient.js +16 -2
  70. package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
  71. package/build/component/driver/apiKey/create.d.ts +1 -2
  72. package/build/component/driver/apiKey/create.d.ts.map +1 -1
  73. package/build/component/driver/apiKey/create.js +29 -34
  74. package/build/component/driver/apiKey/create.js.map +1 -1
  75. package/build/component/driver/apiKey/error/apiKeyClientSecretInvalid.d.ts.map +1 -1
  76. package/build/component/driver/apiKey/error/apiKeyClientSecretInvalid.js +2 -3
  77. package/build/component/driver/apiKey/error/apiKeyClientSecretInvalid.js.map +1 -1
  78. package/build/component/driver/apiKey/interface/createApiKeyArgs.d.ts +2 -1
  79. package/build/component/driver/apiKey/interface/createApiKeyArgs.d.ts.map +1 -1
  80. package/build/component/driver/apiKey/utility/constants.d.ts +2 -1
  81. package/build/component/driver/apiKey/utility/constants.d.ts.map +1 -1
  82. package/build/component/driver/apiKey/utility/constants.js +3 -2
  83. package/build/component/driver/apiKey/utility/constants.js.map +1 -1
  84. package/build/component/driver/botAadApp/create.d.ts +2 -2
  85. package/build/component/driver/botAadApp/create.d.ts.map +1 -1
  86. package/build/component/driver/botAadApp/create.js +18 -18
  87. package/build/component/driver/botAadApp/create.js.map +1 -1
  88. package/build/component/driver/botFramework/createOrUpdateBot.d.ts.map +1 -1
  89. package/build/component/driver/botFramework/createOrUpdateBot.js +9 -11
  90. package/build/component/driver/botFramework/createOrUpdateBot.js.map +1 -1
  91. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts.map +1 -1
  92. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +5 -5
  93. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -1
  94. package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts.map +1 -1
  95. package/build/component/driver/file/createOrUpdateEnvironmentFile.js +6 -6
  96. package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -1
  97. package/build/component/driver/file/createOrUpdateJsonFile.d.ts.map +1 -1
  98. package/build/component/driver/file/createOrUpdateJsonFile.js +8 -8
  99. package/build/component/driver/file/createOrUpdateJsonFile.js.map +1 -1
  100. package/build/component/driver/m365/acquire.d.ts.map +1 -1
  101. package/build/component/driver/m365/acquire.js +9 -10
  102. package/build/component/driver/m365/acquire.js.map +1 -1
  103. package/build/component/driver/middleware/addSWADeployTelemetry.js +1 -2
  104. package/build/component/driver/middleware/addSWADeployTelemetry.js.map +1 -1
  105. package/build/component/driver/teamsApp/appStudio.d.ts.map +1 -1
  106. package/build/component/driver/teamsApp/appStudio.js +0 -2
  107. package/build/component/driver/teamsApp/appStudio.js.map +1 -1
  108. package/build/component/driver/teamsApp/clients/appStudioClient.d.ts +33 -9
  109. package/build/component/driver/teamsApp/clients/appStudioClient.d.ts.map +1 -1
  110. package/build/component/driver/teamsApp/clients/appStudioClient.js +142 -112
  111. package/build/component/driver/teamsApp/clients/appStudioClient.js.map +1 -1
  112. package/build/component/driver/teamsApp/clients/authSvcClient.d.ts.map +1 -1
  113. package/build/component/driver/teamsApp/clients/authSvcClient.js +3 -24
  114. package/build/component/driver/teamsApp/clients/authSvcClient.js.map +1 -1
  115. package/build/component/driver/teamsApp/configure.d.ts.map +1 -1
  116. package/build/component/driver/teamsApp/configure.js +0 -2
  117. package/build/component/driver/teamsApp/configure.js.map +1 -1
  118. package/build/component/driver/teamsApp/constants.d.ts +7 -0
  119. package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
  120. package/build/component/driver/teamsApp/constants.js +7 -0
  121. package/build/component/driver/teamsApp/constants.js.map +1 -1
  122. package/build/component/driver/teamsApp/create.d.ts.map +1 -1
  123. package/build/component/driver/teamsApp/create.js +0 -2
  124. package/build/component/driver/teamsApp/create.js.map +1 -1
  125. package/build/component/driver/teamsApp/createAppPackage.d.ts +3 -0
  126. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  127. package/build/component/driver/teamsApp/createAppPackage.js +61 -14
  128. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  129. package/build/component/driver/teamsApp/errors.d.ts +4 -0
  130. package/build/component/driver/teamsApp/errors.d.ts.map +1 -1
  131. package/build/component/driver/teamsApp/errors.js +7 -0
  132. package/build/component/driver/teamsApp/errors.js.map +1 -1
  133. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationDetailsResponse.d.ts +21 -0
  134. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationDetailsResponse.d.ts.map +1 -0
  135. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationDetailsResponse.js +5 -0
  136. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationDetailsResponse.js.map +1 -0
  137. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResponse.d.ts +17 -0
  138. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResponse.d.ts.map +1 -0
  139. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResponse.js +16 -0
  140. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResponse.js.map +1 -0
  141. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResultsResponse.d.ts +41 -0
  142. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResultsResponse.d.ts.map +1 -0
  143. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResultsResponse.js +5 -0
  144. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResultsResponse.js.map +1 -0
  145. package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
  146. package/build/component/driver/teamsApp/publishAppPackage.js +3 -5
  147. package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
  148. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +1 -0
  149. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
  150. package/build/component/driver/teamsApp/utils/ManifestUtils.js +17 -0
  151. package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
  152. package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts +8 -0
  153. package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts.map +1 -0
  154. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +63 -0
  155. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js.map +1 -0
  156. package/build/component/driver/teamsApp/utils/telemetry.d.ts +0 -31
  157. package/build/component/driver/teamsApp/utils/telemetry.d.ts.map +1 -1
  158. package/build/component/driver/teamsApp/utils/telemetry.js +1 -53
  159. package/build/component/driver/teamsApp/utils/telemetry.js.map +1 -1
  160. package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
  161. package/build/component/driver/teamsApp/validate.js +0 -1
  162. package/build/component/driver/teamsApp/validate.js.map +1 -1
  163. package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
  164. package/build/component/driver/teamsApp/validateAppPackage.js +0 -1
  165. package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
  166. package/build/component/feature/collaboration.d.ts +1 -1
  167. package/build/component/feature/collaboration.d.ts.map +1 -1
  168. package/build/component/feature/collaboration.js +10 -12
  169. package/build/component/feature/collaboration.js.map +1 -1
  170. package/build/component/generator/copilotPlugin/generator.d.ts +5 -2
  171. package/build/component/generator/copilotPlugin/generator.d.ts.map +1 -1
  172. package/build/component/generator/copilotPlugin/generator.js +101 -26
  173. package/build/component/generator/copilotPlugin/generator.js.map +1 -1
  174. package/build/component/generator/copilotPlugin/helper.d.ts +8 -3
  175. package/build/component/generator/copilotPlugin/helper.d.ts.map +1 -1
  176. package/build/component/generator/copilotPlugin/helper.js +239 -28
  177. package/build/component/generator/copilotPlugin/helper.js.map +1 -1
  178. package/build/component/generator/error.d.ts +1 -1
  179. package/build/component/generator/error.d.ts.map +1 -1
  180. package/build/component/generator/error.js +4 -4
  181. package/build/component/generator/error.js.map +1 -1
  182. package/build/component/generator/generator.d.ts +6 -1
  183. package/build/component/generator/generator.d.ts.map +1 -1
  184. package/build/component/generator/generator.js +32 -26
  185. package/build/component/generator/generator.js.map +1 -1
  186. package/build/component/generator/generatorAction.d.ts +5 -16
  187. package/build/component/generator/generatorAction.d.ts.map +1 -1
  188. package/build/component/generator/generatorAction.js +46 -87
  189. package/build/component/generator/generatorAction.js.map +1 -1
  190. package/build/component/generator/officeAddin/config/projectProperties.d.ts +32 -1
  191. package/build/component/generator/officeAddin/config/projectProperties.d.ts.map +1 -1
  192. package/build/component/generator/officeAddin/config/projectProperties.js +33 -2
  193. package/build/component/generator/officeAddin/config/projectProperties.js.map +1 -1
  194. package/build/component/generator/officeAddin/config/projectsJsonData.d.ts +7 -1
  195. package/build/component/generator/officeAddin/config/projectsJsonData.d.ts.map +1 -1
  196. package/build/component/generator/officeAddin/config/projectsJsonData.js +54 -4
  197. package/build/component/generator/officeAddin/config/projectsJsonData.js.map +1 -1
  198. package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
  199. package/build/component/generator/officeAddin/generator.js +31 -10
  200. package/build/component/generator/officeAddin/generator.js.map +1 -1
  201. package/build/component/generator/officeAddin/helperMethods.d.ts +2 -1
  202. package/build/component/generator/officeAddin/helperMethods.d.ts.map +1 -1
  203. package/build/component/generator/officeAddin/helperMethods.js +21 -10
  204. package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
  205. package/build/component/generator/officeXMLAddin/generator.d.ts +9 -0
  206. package/build/component/generator/officeXMLAddin/generator.d.ts.map +1 -0
  207. package/build/component/generator/officeXMLAddin/generator.js +90 -0
  208. package/build/component/generator/officeXMLAddin/generator.js.map +1 -0
  209. package/build/component/generator/officeXMLAddin/projectConfig.d.ts +36 -0
  210. package/build/component/generator/officeXMLAddin/projectConfig.d.ts.map +1 -0
  211. package/build/component/generator/officeXMLAddin/projectConfig.js +127 -0
  212. package/build/component/generator/officeXMLAddin/projectConfig.js.map +1 -0
  213. package/build/component/generator/spfx/error.d.ts +1 -0
  214. package/build/component/generator/spfx/error.d.ts.map +1 -1
  215. package/build/component/generator/spfx/error.js +11 -1
  216. package/build/component/generator/spfx/error.js.map +1 -1
  217. package/build/component/generator/spfx/spfxGenerator.d.ts +1 -0
  218. package/build/component/generator/spfx/spfxGenerator.d.ts.map +1 -1
  219. package/build/component/generator/spfx/spfxGenerator.js +33 -0
  220. package/build/component/generator/spfx/spfxGenerator.js.map +1 -1
  221. package/build/component/generator/spfx/utils/constants.d.ts +2 -0
  222. package/build/component/generator/spfx/utils/constants.d.ts.map +1 -1
  223. package/build/component/generator/spfx/utils/constants.js +2 -0
  224. package/build/component/generator/spfx/utils/constants.js.map +1 -1
  225. package/build/component/generator/spfx/utils/telemetryEvents.d.ts +2 -1
  226. package/build/component/generator/spfx/utils/telemetryEvents.d.ts.map +1 -1
  227. package/build/component/generator/spfx/utils/telemetryEvents.js +1 -0
  228. package/build/component/generator/spfx/utils/telemetryEvents.js.map +1 -1
  229. package/build/component/generator/utils.d.ts +2 -1
  230. package/build/component/generator/utils.d.ts.map +1 -1
  231. package/build/component/generator/utils.js +35 -16
  232. package/build/component/generator/utils.js.map +1 -1
  233. package/build/component/middleware/envMW.d.ts.map +1 -1
  234. package/build/component/middleware/envMW.js +9 -6
  235. package/build/component/middleware/envMW.js.map +1 -1
  236. package/build/component/resource/botService/appStudio/appStudioClient.d.ts +2 -0
  237. package/build/component/resource/botService/appStudio/appStudioClient.d.ts.map +1 -1
  238. package/build/component/resource/botService/appStudio/appStudioClient.js +46 -31
  239. package/build/component/resource/botService/appStudio/appStudioClient.js.map +1 -1
  240. package/build/component/utils/envUtil.d.ts +2 -0
  241. package/build/component/utils/envUtil.d.ts.map +1 -1
  242. package/build/component/utils/envUtil.js +23 -0
  243. package/build/component/utils/envUtil.js.map +1 -1
  244. package/build/component/utils/pathUtils.d.ts.map +1 -1
  245. package/build/component/utils/pathUtils.js +3 -1
  246. package/build/component/utils/pathUtils.js.map +1 -1
  247. package/build/core/FxCore.d.ts.map +1 -1
  248. package/build/core/FxCore.js +26 -15
  249. package/build/core/FxCore.js.map +1 -1
  250. package/build/core/collaborator.js +3 -3
  251. package/build/core/collaborator.js.map +1 -1
  252. package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
  253. package/build/core/middleware/projectMigratorV3.js +6 -1
  254. package/build/core/middleware/projectMigratorV3.js.map +1 -1
  255. package/build/error/arm.d.ts.map +1 -1
  256. package/build/error/arm.js +0 -2
  257. package/build/error/arm.js.map +1 -1
  258. package/build/error/common.d.ts +4 -0
  259. package/build/error/common.d.ts.map +1 -1
  260. package/build/error/common.js +36 -2
  261. package/build/error/common.js.map +1 -1
  262. package/build/error/deploy.d.ts.map +1 -1
  263. package/build/error/deploy.js +17 -6
  264. package/build/error/deploy.js.map +1 -1
  265. package/build/error/teamsApp.d.ts.map +1 -1
  266. package/build/error/teamsApp.js +3 -1
  267. package/build/error/teamsApp.js.map +1 -1
  268. package/build/index.d.ts +0 -1
  269. package/build/index.d.ts.map +1 -1
  270. package/build/index.js +1 -3
  271. package/build/index.js.map +1 -1
  272. package/build/question/constants.d.ts +1 -0
  273. package/build/question/constants.d.ts.map +1 -1
  274. package/build/question/constants.js +2 -1
  275. package/build/question/constants.js.map +1 -1
  276. package/build/question/create.d.ts +43 -2
  277. package/build/question/create.d.ts.map +1 -1
  278. package/build/question/create.js +620 -74
  279. package/build/question/create.js.map +1 -1
  280. package/build/question/inputs/CreateProjectInputs.d.ts +23 -7
  281. package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
  282. package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
  283. package/build/question/options/CreateProjectOptions.js +64 -11
  284. package/build/question/options/CreateProjectOptions.js.map +1 -1
  285. package/build/question/other.d.ts.map +1 -1
  286. package/build/question/other.js +2 -1
  287. package/build/question/other.js.map +1 -1
  288. package/build/question/questionNames.d.ts +11 -1
  289. package/build/question/questionNames.d.ts.map +1 -1
  290. package/build/question/questionNames.js +10 -0
  291. package/build/question/questionNames.js.map +1 -1
  292. package/package.json +8 -8
  293. package/resource/package.nls.json +206 -117
  294. package/resource/yaml-schema/v1.3/yaml.schema.json +6 -43
  295. package/resource/yaml-schema/v1.4/yaml.schema.json +1588 -0
  296. package/resource/yaml-schema/yaml.schema.json +1588 -0
  297. package/templates/fallback/common.zip +0 -0
  298. package/templates/fallback/csharp.zip +0 -0
  299. package/templates/fallback/js.zip +0 -0
  300. package/templates/fallback/python.zip +0 -0
  301. package/templates/fallback/ts.zip +0 -0
  302. package/templates/plugins/resource/aad/auth/V3/Enable SSO.txt +1 -1
  303. package/build/common/spec-parser/adaptiveCardGenerator.d.ts +0 -7
  304. package/build/common/spec-parser/adaptiveCardGenerator.d.ts.map +0 -1
  305. package/build/common/spec-parser/adaptiveCardGenerator.js +0 -168
  306. package/build/common/spec-parser/adaptiveCardGenerator.js.map +0 -1
  307. package/build/common/spec-parser/adaptiveCardWrapper.d.ts +0 -15
  308. package/build/common/spec-parser/adaptiveCardWrapper.d.ts.map +0 -1
  309. package/build/common/spec-parser/adaptiveCardWrapper.js +0 -98
  310. package/build/common/spec-parser/adaptiveCardWrapper.js.map +0 -1
  311. package/build/common/spec-parser/constants.d.ts +0 -41
  312. package/build/common/spec-parser/constants.d.ts.map +0 -1
  313. package/build/common/spec-parser/constants.js +0 -95
  314. package/build/common/spec-parser/constants.js.map +0 -1
  315. package/build/common/spec-parser/index.browser.d.ts +0 -6
  316. package/build/common/spec-parser/index.browser.d.ts.map +0 -1
  317. package/build/common/spec-parser/index.browser.js +0 -16
  318. package/build/common/spec-parser/index.browser.js.map +0 -1
  319. package/build/common/spec-parser/index.d.ts +0 -5
  320. package/build/common/spec-parser/index.d.ts.map +0 -1
  321. package/build/common/spec-parser/index.js +0 -16
  322. package/build/common/spec-parser/index.js.map +0 -1
  323. package/build/common/spec-parser/interfaces.d.ts +0 -180
  324. package/build/common/spec-parser/interfaces.d.ts.map +0 -1
  325. package/build/common/spec-parser/interfaces.js +0 -51
  326. package/build/common/spec-parser/interfaces.js.map +0 -1
  327. package/build/common/spec-parser/manifestUpdater.d.ts +0 -7
  328. package/build/common/spec-parser/manifestUpdater.d.ts.map +0 -1
  329. package/build/common/spec-parser/manifestUpdater.js +0 -98
  330. package/build/common/spec-parser/manifestUpdater.js.map +0 -1
  331. package/build/common/spec-parser/specFilter.d.ts +0 -3
  332. package/build/common/spec-parser/specFilter.d.ts.map +0 -1
  333. package/build/common/spec-parser/specFilter.js +0 -40
  334. package/build/common/spec-parser/specFilter.js.map +0 -1
  335. package/build/common/spec-parser/specParser.browser.d.ts +0 -46
  336. package/build/common/spec-parser/specParser.browser.d.ts.map +0 -1
  337. package/build/common/spec-parser/specParser.browser.js +0 -139
  338. package/build/common/spec-parser/specParser.browser.js.map +0 -1
  339. package/build/common/spec-parser/specParser.d.ts +0 -46
  340. package/build/common/spec-parser/specParser.d.ts.map +0 -1
  341. package/build/common/spec-parser/specParser.js +0 -244
  342. package/build/common/spec-parser/specParser.js.map +0 -1
  343. package/build/common/spec-parser/specParserError.d.ts +0 -6
  344. package/build/common/spec-parser/specParserError.d.ts.map +0 -1
  345. package/build/common/spec-parser/specParserError.js +0 -13
  346. package/build/common/spec-parser/specParserError.js.map +0 -1
  347. package/build/common/spec-parser/utils.d.ts +0 -43
  348. package/build/common/spec-parser/utils.d.ts.map +0 -1
  349. package/build/common/spec-parser/utils.js +0 -587
  350. package/build/common/spec-parser/utils.js.map +0 -1
@@ -4,13 +4,13 @@
4
4
  "core.provision.azureAccount": "Azure account: %s",
5
5
  "core.provision.azureSubscription": "Azure subscription: %s",
6
6
  "core.provision.m365Account": "Microsoft 365 account: %s",
7
- "core.provision.confirmEnvAndCostNotice": "Cost may incur according to the usage. Do you want to provision resources in %s environment using accounts listed above?",
7
+ "core.provision.confirmEnvAndCostNotice": "Costs may apply based on usage. Do you want to provision resources in %s environment using listed accounts?",
8
8
  "core.deploy.confirmEnvNoticeV3": "Do you want to deploy resources in %s environment?",
9
9
  "core.provision.viewResources": "View provisioned resources",
10
- "core.deploy.aadManifestSuccessNotice": "Your Microsoft Entra application has been successfully deployed. Click \"Learn more\" to check how to view your Microsoft Entra application.",
11
- "core.deploy.aadManifestOnCLISuccessNotice": "Your Microsoft Entra application has been successfully updated.",
10
+ "core.deploy.aadManifestSuccessNotice": "Your Microsoft Entra app has been deployed successfully. To view that, click \"Learn more\"",
11
+ "core.deploy.aadManifestOnCLISuccessNotice": "Your Microsoft Entra app has been updated successfully.",
12
12
  "core.deploy.aadManifestLearnMore": "Learn more",
13
- "core.deploy.botTroubleShoot": "To troubleshoot bot application in azure, please click learn more for documentation.",
13
+ "core.deploy.botTroubleShoot": "To troubleshoot your bot application in Azure, click \"Learn more\" for documentation.",
14
14
  "core.deploy.botTroubleShoot.learnMore": "Learn more",
15
15
  "core.option.deploy": "Deploy",
16
16
  "core.option.confirm": "Confirm",
@@ -18,8 +18,8 @@
18
18
  "core.option.upgrade": "Upgrade",
19
19
  "core.option.moreInfo": "More Info",
20
20
  "core.progress.create": "Create",
21
- "core.progress.createFromTemplate": "Downloading app template.",
22
- "core.progress.createFromSample": "Downloading sample %s",
21
+ "core.progress.createFromTemplate": "App template download in progress...",
22
+ "core.progress.createFromSample": "Sample %s download in progress...",
23
23
  "core.progress.deploy": "Deploy",
24
24
  "core.progress.publish": "Publish",
25
25
  "core.progress.provision": "Provision",
@@ -38,15 +38,15 @@
38
38
  "core.projectVersionChecker.incompatibleProject": "The current project is incompatible with the installed version of Teams Toolkit.",
39
39
  "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
40
  "core.deployArmTemplates.ActionSuccess": "Successfully deployed ARM templates. Resource group name: %s. Deployment name: %s",
41
- "core.collaboration.ListCollaboratorsSuccess": "'List Microsoft 365 App owners' succeeded, you can view it in [Output panel](%s).",
41
+ "core.collaboration.ListCollaboratorsSuccess": "'List of Microsoft 365 App owners is successful, you can view it in [Output panel](%s).",
42
42
  "core.collaboration.GrantingPermission": "Granting permission",
43
- "core.collaboration.EmailCannotBeEmptyOrSame": "Collaborator's email cannot be null or same as current user",
44
- "core.collaboration.CannotFindUserInCurrentTenant": "Cannot find user in current tenant, check whether your email address is correct",
43
+ "core.collaboration.EmailCannotBeEmptyOrSame": "Provide collaborator's email and make sure it's not the current user's email.",
44
+ "core.collaboration.CannotFindUserInCurrentTenant": "User not found in current tenant. Provide correct email address",
45
45
  "core.collaboration.GrantPermissionForUser": "Grant permission for user %s",
46
46
  "core.collaboration.AccountToGrantPermission": "Account to grant permission: ",
47
47
  "core.collaboration.StartingGrantPermission": "Starting to grant permission for environment: ",
48
48
  "core.collaboration.TenantId": "Tenant ID: ",
49
- "core.collaboration.PermissionHasBeenGrantTo": "permission has been granted to ",
49
+ "core.collaboration.PermissionHasBeenGrantTo": "Permission granted to ",
50
50
  "core.collaboration.GrantPermissionResourceId": ", Resource ID: ",
51
51
  "core.collaboration.ListingM365Permission": "Listing Microsoft 365 permissions\n",
52
52
  "core.collaboration.AccountUsedToCheck": "Account used to check: ",
@@ -61,189 +61,192 @@
61
61
  "core.collaboration.Undefined": "undefined",
62
62
  "core.collaboration.ResourceName": ", Resource Name: ",
63
63
  "core.collaboration.Permission": ", Permission: ",
64
- "core.developerPortal.scaffold.CannotFindManifest": "Could not find manifest from the downloaded package for teams app %s.",
64
+ "core.developerPortal.scaffold.CannotFindManifest": "Manifest not found from the downloaded package for Teams app %s.",
65
65
  "plugins.spfx.questions.framework.title": "Framework",
66
66
  "plugins.spfx.questions.webpartName": "Name for SharePoint Framework Web Part",
67
67
  "plugins.spfx.questions.webpartName.error.duplicate": "The folder %s already exists. Choose a different name for your component.",
68
68
  "plugins.spfx.questions.webpartName.error.notMatch": "%s doesn't match pattern: %s",
69
69
  "plugins.spfx.questions.packageSelect.title": "SharePoint Framework",
70
- "plugins.spfx.questions.packageSelect.placeholder": "Select an option for scaffolding",
70
+ "plugins.spfx.questions.packageSelect.placeholder": "Select option for scaffolding",
71
71
  "plugins.spfx.questions.packageSelect.useGlobalPackage.withVersion.label": "Use globally installed SPFx (%s)",
72
72
  "plugins.spfx.questions.packageSelect.useGlobalPackage.noVersion.label": "Use globally installed SPFx",
73
73
  "plugins.spfx.questions.packageSelect.useGlobalPackage.detail": "SPFx %s or later",
74
74
  "plugins.spfx.questions.packageSelect.installLocally.withVersion.label": "Install the latest SPFx (%s) locally in Teams Toolkit directory ",
75
75
  "plugins.spfx.questions.packageSelect.installLocally.noVersion.label": "Install the latest SPFx locally in Teams Toolkit directory ",
76
76
  "plugins.spfx.questions.spfxSolution.title": "SharePoint Solution",
77
- "plugins.spfx.questions.spfxSolution.createNew": "Create a New SPFx Solution",
78
- "plugins.spfx.questions.spfxSolution.createNew.detail": "Create a Teams Tab application using SPFx web parts",
79
- "plugins.spfx.questions.spfxSolution.importExisting": "Import an Existing SPFx Solution",
77
+ "plugins.spfx.questions.spfxSolution.createNew": "Create New SPFx Solution",
78
+ "plugins.spfx.questions.spfxSolution.createNew.detail": "Create Teams Tab application using SPFx web parts",
79
+ "plugins.spfx.questions.spfxSolution.importExisting": "Import Existing SPFx Solution",
80
80
  "plugins.spfx.questions.spfxSolution.importExisting.detail": "Expose SPFx client-side web part as Microsoft Teams tab or personal app",
81
- "plugins.spfx.deployNotice": "SharePoint package %s has been successfully deployed to [%s](%s).",
82
- "plugins.spfx.cannotFindPackage": "Cannot find SharePoint package %s",
83
- "plugins.spfx.cannotGetSPOToken": "Cannot get SPO access token",
84
- "plugins.spfx.cannotGetGraphToken": "Cannot get Graph access token",
85
- "plugins.spfx.insufficientPermission": "Unable to upload and deploy package to App Catalog %s. You need your org's Microsoft 365 tenant admin permissions. You can get free Microsoft 365 tenant from [Microsoft 365 developer program](%s) for testing purpose.",
86
- "plugins.spfx.createAppcatalogFail": "Unable to create tenant app catalog, due to %s, stack: %s",
87
- "plugins.spfx.uploadAppcatalogFail": "Unable to upload app package, due to %s",
81
+ "plugins.spfx.deployNotice": "SharePoint package %s deployed successfully to [%s](%s).",
82
+ "plugins.spfx.cannotFindPackage": "Unable to find SharePoint package %s",
83
+ "plugins.spfx.cannotGetSPOToken": "Unable to get SPO access token",
84
+ "plugins.spfx.cannotGetGraphToken": "Unable to get Graph access token",
85
+ "plugins.spfx.insufficientPermission": "To upload and deploy package to App Catalog %s, you need org's Microsoft 365 tenant admin permissions. Get free Microsoft 365 tenant from [Microsoft 365 developer program](%s) for testing.",
86
+ "plugins.spfx.createAppcatalogFail": "Unable to create tenant app catalog due to %s, stack: %s",
87
+ "plugins.spfx.uploadAppcatalogFail": "Unable to upload app package due to %s",
88
88
  "plugins.spfx.buildSharepointPackage": "Building SharePoint package",
89
89
  "plugins.spfx.deploy.title": "Upload and deploy SharePoint package",
90
90
  "plugins.spfx.scaffold.title": "Scaffolding project",
91
91
  "plugins.spfx.error.npmInstallFailed": "Unable to run 'npm install' due to %s",
92
92
  "plugins.spfx.error.invalidDependency": "Unable to validate package %s",
93
93
  "plugins.spfx.error.noConfiguration": "There's no .yo-rc.json file in your SPFx project, add the configuration file and try again.",
94
- "plugins.spfx.error.devEnvironmentNotSetup": "SPFx development environment has not been set up correctly. You can click \"Get Help\" to follow the guide to set up right environment.",
94
+ "plugins.spfx.error.devEnvironmentNotSetup": "Your SPFx development environment is not set up correctly. Click \"Get Help\" to set up the right environment.",
95
95
  "plugins.spfx.scaffold.dependencyCheck": "Checking dependencies...",
96
- "plugins.spfx.scaffold.dependencyInstall": "Installing dependencies. This may take more than 5 minutes to finish.",
96
+ "plugins.spfx.scaffold.dependencyInstall": "Installing dependencies. This may take more than 5 minutes.",
97
97
  "plugins.spfx.scaffold.scaffoldProject": "Generate SPFx project using Yeoman CLI",
98
98
  "plugins.spfx.scaffold.updateManifest": "Update webpart manifest",
99
- "plugins.spfx.GetTenantFailedError": "Cannot get tenant %s %s",
100
- "plugins.spfx.error.installLatestDependencyError": "Encountered unknown issues when setting up SPFx environment in %s folder. Follow [Set up your SharePoint Framework development environment | Microsoft Learn](%s) to set up global SPFx environment.",
101
- "_plugins.spfx.error.installLatestDependencyError.comment": "'Microsoft Learn' and 'SharePoint' are the product brand names which should not be localized.",
102
- "plugins.spfx.error.scaffoldError": "Project creation failed. A possible reason could be from Yeoman SharePoint Generator. Check [Output panel](%s) for details.",
103
- "plugins.spfx.error.import.retrieveSolutionInfo": "Failed to retrieve existing SPFx solution information. Please make sure your SPFx solution is valid.",
104
- "plugins.spfx.error.import.copySPFxSolution": "Failed to copy existing SPFx solution: %s",
105
- "plugins.spfx.error.import.updateSPFxTemplate": "Failed to update project templates with existing SPFx solution: %s",
106
- "plugins.spfx.error.import.common": "Failed to import existing SPFx solution to Teams Toolkit: %s",
99
+ "plugins.spfx.GetTenantFailedError": "Unable to get tenant %s %s",
100
+ "plugins.spfx.error.installLatestDependencyError": "Unable to set up SPFx environment in %s folder. To set up global SPFx environment, follow [Set up your SharePoint Framework development environment | Microsoft Learn](%s).",
101
+ "_plugins.spfx.error.installLatestDependencyError.comment": "The product brand names 'Microsoft Learn' and 'SharePoint' should not be localized.",
102
+ "plugins.spfx.error.scaffoldError": "Project creation is unsuccessful, which may be due to Yeoman SharePoint Generator. Check [Output panel](%s) for details.",
103
+ "plugins.spfx.error.import.retrieveSolutionInfo": "Unable to get existing SPFx solution information. Ensure your SPFx solution is valid.",
104
+ "plugins.spfx.error.import.copySPFxSolution": "Unable to copy existing SPFx solution: %s",
105
+ "plugins.spfx.error.import.updateSPFxTemplate": "Unable to update project templates with existing SPFx solution: %s",
106
+ "plugins.spfx.error.import.common": "Unable to import existing SPFx solution to Teams Toolkit: %s",
107
107
  "plugins.spfx.import.title": "Importing SPFx solution",
108
108
  "plugins.spfx.import.copyExistingSPFxSolution": "Copying existing SPFx solution...",
109
109
  "plugins.spfx.import.generateSPFxTemplates": "Generating templates based on solution info...",
110
110
  "plugins.spfx.import.updateTemplates": "Updating templates...",
111
- "plugins.spfx.import.success": "Your SPFx solution has been successfully imported to %s.",
112
- "plugins.spfx.import.log.success": "Teams Toolkit has imported your SPFx solution successfully. A complete log of import details can be found in %s.",
113
- "plugins.spfx.import.log.fail": "Teams Toolkit failed to import your SPFx solution. A complete log of import details can be found in %s.",
114
- "plugins.spfx.addWebPart.confirmInstall": "SPFx version in your solution is %s, not yet installed on your machine. Do you want to install SPFx %s in Teams Toolkit directory to continue adding web part?",
111
+ "plugins.spfx.import.success": "Your SPFx solution is successfully imported to %s.",
112
+ "plugins.spfx.import.log.success": "Teams Toolkit has successfully imported your SPFx solution. Find complete log of import details in %s.",
113
+ "plugins.spfx.import.log.fail": "Teams Toolkit is unable to import your SPFx solution. Find complete log of important details in %s.",
114
+ "plugins.spfx.addWebPart.confirmInstall": "SPFx %s version in your solution isn't installed on your machine. Do you want to install it in Teams Toolkit directory to continue adding web parts?",
115
115
  "plugins.spfx.addWebPart.install": "Install",
116
- "plugins.spfx.addWebPart.confirmUpgrade": "Teams Toolkit is using SPFx version %s, but SPFx version in your solution is %s. Do you want to upgrade SPFx version in Teams Toolkit directory to %s and add web part?",
116
+ "plugins.spfx.addWebPart.confirmUpgrade": "Teams Toolkit is using SPFx version %s and your solution has SPFx version %s. Do you want to upgrade it to version %s in Teams Toolkit directory and add web parts?",
117
117
  "plugins.spfx.addWebPart.upgrade": "Upgrade",
118
- "plugins.spfx.addWebPart.versionMismatch.continueConfirm": "SPFx version in your solution is %s, not yet installed on this machine. Teams Toolkit uses SPFx installed in Teams Toolkit directory by default (%s). The version mismatch may cause unexpected error. Do you want to continue?",
118
+ "plugins.spfx.addWebPart.versionMismatch.continueConfirm": "SPFx version %s in your solution isn't installed on this machine. Teams Toolkit uses the SPFx installed in its directory by default (%s). The version mismatch may cause unexpected error. Do you still want to continue?",
119
119
  "plugins.spfx.addWebPart.versionMismatch.help": "Help",
120
120
  "plugins.spfx.addWebPart.versionMismatch.continue": "Continue",
121
- "plugins.spfx.addWebPart.versionMismatch.output": "SPFx version in your solution is %s. You have %s installed globally and %s installed in Teams Toolkit directory. Teams Toolkit uses SPFx installed in Teams Toolkit directory by default (%s). The version mismatch may cause unexpected error. Find possible solutions in %s.",
122
- "plugins.spfx.addWebPart.versionMismatch.localOnly.output": "SPFx version in your solution is %s. You have %s installed in Teams Toolkit directory. Teams Toolkit uses SPFx installed in Teams Toolkit directory by default (%s). The version mismatch may cause unexpected error. Find possible solutions in %s.",
121
+ "plugins.spfx.addWebPart.versionMismatch.output": "SPFx version in your solution is %s. You've installed %s globally and %s in Teams Toolkit directory, which is used as default (%s) by Teams Toolkit. The version mismatch may cause unexpected error. Find possible solutions in %s.",
122
+ "plugins.spfx.addWebPart.versionMismatch.localOnly.output": "SPFx version in your solution is %s. You've installed %s in Teams Toolkit directory, which is used as default in Teams Toolkit (%s). The version mismatch may cause unexpected error. Find possible solutions in %s.",
123
123
  "plugins.spfx.addWebPart.cannotFindSolutionVersion": "Unable to find SPFx version in your solution in %s",
124
- "plugins.spfx.error.installDependencyError": "Encountered unknown issues when setting up SPFx environment in %s folder. Follow %s to install %s to set up global SPFx environment.",
124
+ "plugins.spfx.error.installDependencyError": "It looks like you're facing problem setting up SPFx environment in %s folder. Follow %s to install %s for global SPFx environment setup.",
125
125
  "plugins.frontend.checkNetworkTip": "Check your network connection.",
126
126
  "plugins.frontend.checkFsPermissionsTip": "Check if you have Read/Write permissions to your file system.",
127
127
  "plugins.frontend.checkStoragePermissionsTip": "Check if you have permissions to your Azure Storage Account.",
128
- "plugins.frontend.checkSystemTimeTip": "You may get expired credentials, check if your system time is correct.",
128
+ "plugins.frontend.checkSystemTimeTip": "Incorrect system time may lead to expired credentials. Make sure your system time is correct.",
129
129
  "suggestions.retryTheCurrentStep": "Retry the current step.",
130
130
  "plugins.appstudio.buildSucceedNotice": "Teams package is successfully built at [local address](%s).",
131
131
  "plugins.appstudio.buildSucceedNotice.fallback": "Teams package is successfully built at %s.",
132
132
  "plugins.appstudio.createPackage.progressBar.message": "Building Teams app package...",
133
- "plugins.appstudio.validationFailedNotice": "Manifest Validation failed!",
133
+ "plugins.appstudio.validationFailedNotice": "Manifest Validation is unsuccessful!",
134
134
  "plugins.appstudio.validateManifest.progressBar.message": "Validating manifest...",
135
135
  "plugins.appstudio.validateAppPackage.progressBar.message": "Validating app package...",
136
136
  "plugins.appstudio.adminPortal": "Go to admin portal",
137
- "plugins.appstudio.publishSucceedNotice.cli": "[%s] has been successfully published to the Admin Portal (%s). Once approved, your app will be available for your organization. Learn more from %s.",
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.",
138
138
  "plugins.appstudio.updatePublihsedAppConfirm": "Do you want to submit a new update?",
139
- "plugins.appstudio.teamsAppCreatedNotice": "Teams app created %s",
140
- "plugins.appstudio.teamsAppUpdatedLog": "Teams app updated %s",
141
- "plugins.appstudio.teamsAppUpdatedNotice": "Your Teams application manifest has been successfully deployed. Click \"View in Developer Portal\" to view your application in Teams Developer Portal.",
142
- "plugins.appstudio.teamsAppUpdatedCLINotice": "Your Teams application manifest has been successfully deployed to ",
143
- "plugins.appstudio.updateManifestTip": "The manifest file configurations has been modified already. Do you want to continue to regenerate the manifest file and update to Teams platform?",
144
- "plugins.appstudio.updateOverwriteTip": "The manifest file on Teams platform has been changed since your last update. Do you want to continue to update and overwrite the manifest file on Teams platform?",
145
- "plugins.appstudio.pubWarn": "The app %s has already been submitted to tenant App Catalog.\nStatus: %s\n",
139
+ "plugins.appstudio.teamsAppCreatedNotice": "Teams app %s created successfully",
140
+ "plugins.appstudio.teamsAppUpdatedLog": "Teams app %s updated successfully",
141
+ "plugins.appstudio.teamsAppUpdatedNotice": "Your Teams app manifest is deployed successfully. To see your app in Teams Developer Portal, click \"View in Developer Portal\".",
142
+ "plugins.appstudio.teamsAppUpdatedCLINotice": "Your Teams app manifest is deployed successfully to ",
143
+ "plugins.appstudio.updateManifestTip": "The manifest file configurations are already modified. Do you want to regenerate the manifest file and update to Teams platform?",
144
+ "plugins.appstudio.updateOverwriteTip": "The manifest file on Teams platform is modified since your last update. Do you want to update and overwrite it on Teams platform?",
145
+ "plugins.appstudio.pubWarn": "The app %s is already submitted to tenant App Catalog.\nStatus: %s\n",
146
146
  "plugins.appstudio.lastModified": "Last Modified: %s\n",
147
147
  "plugins.appstudio.previewOnly": "Preview only",
148
148
  "plugins.appstudio.previewAndUpdate": "Preview and update",
149
149
  "plugins.appstudio.overwriteAndUpdate": "Overwrite and update",
150
- "plugins.appstudio.emptyAppPackage": "Could not find any files in the package of app %s.",
151
- "plugins.appstudio.unprocessedFile": "%s was not processed by Teams Toolkit.",
150
+ "plugins.appstudio.emptyAppPackage": "Unable to find any files in the app %s package.",
151
+ "plugins.appstudio.unprocessedFile": "Teams Toolkit did not process %s.",
152
152
  "plugins.appstudio.viewDeveloperPortal": "View in Developer Portal",
153
- "plugins.bot.questionHostTypeTrigger.title": "Choose triggers",
154
- "plugins.bot.questionHostTypeTrigger.placeholder": "Choose triggers",
153
+ "plugins.bot.questionHostTypeTrigger.title": "Select triggers",
154
+ "plugins.bot.questionHostTypeTrigger.placeholder": "Select triggers",
155
155
  "plugins.bot.triggers.http-functions.description": "Azure Functions",
156
- "plugins.bot.triggers.http-functions.detail": "A running function hosted on Azure Functions can listen to HTTP requests.",
156
+ "plugins.bot.triggers.http-functions.detail": "A function running on Azure Functions can respond to HTTP requests.",
157
157
  "plugins.bot.triggers.http-functions.label": "HTTP Trigger",
158
158
  "plugins.bot.triggers.http-and-timer-functions.description": "Azure Functions",
159
- "plugins.bot.triggers.http-and-timer-functions.detail": "A running function hosted on Azure Functions can listen to HTTP requests and respond based on a specific schedule.",
159
+ "plugins.bot.triggers.http-and-timer-functions.detail": "A function running on Azure Functions can respond to HTTP requests based on a specific schedule.",
160
160
  "plugins.bot.triggers.http-and-timer-functions.label": "HTTP and Timer Trigger",
161
161
  "plugins.bot.triggers.http-restify.description": "Restify Server",
162
- "plugins.bot.triggers.http-restify.detail": "A running restify server hosted on Azure App Service can listen to HTTP requests.",
162
+ "plugins.bot.triggers.http-restify.detail": "A restify server running on Azure App Service can respond to HTTP requests.",
163
163
  "plugins.bot.triggers.http-restify.label": "HTTP Trigger",
164
164
  "plugins.bot.triggers.http-webapi.description": "Web API Server",
165
- "plugins.bot.triggers.http-webapi.detail": "A running Web API server hosted on Azure App Service can listen to HTTP requests.",
165
+ "plugins.bot.triggers.http-webapi.detail": "A Web API server running on Azure App Service can respond to HTTP requests.",
166
166
  "plugins.bot.triggers.http-webapi.label": "HTTP Trigger",
167
167
  "plugins.bot.triggers.timer-functions.description": "Azure Functions",
168
- "plugins.bot.triggers.timer-functions.detail": "A running function hosted on Azure Functions can respond based on a specific schedule.",
168
+ "plugins.bot.triggers.timer-functions.detail": "A function running on Azure Functions can respond based on a specific schedule.",
169
169
  "plugins.bot.triggers.timer-functions.label": "Timer Trigger",
170
- "error.NoProjectOpenedError": "No project opened, you can create a new project or open an existing one.",
170
+ "error.NoProjectOpenedError": "No project is currently open. Create a new project or open an existing one.",
171
171
  "error.InvalidEnvNameError": "Environment name can only contain letters, digits, _ and -.",
172
- "error.UpgradeV3CanceledError": "If you are not ready to upgrade, please continue to use the old version of Teams Toolkit",
172
+ "error.UpgradeV3CanceledError": "Don't want to upgrade? Continue using old version of Teams Toolkit",
173
173
  "error.InvalidInputError": "Invalid inputs: %s",
174
174
  "error.ProjectEnvAlreadyExistError": "Project environment %s already exists.",
175
175
  "error.NotImplementedError": "Method not implemented: %s",
176
176
  "error.FailedToParseResourceIdError": "Unable to get '%s' from resource id: '%s'",
177
177
  "error.NoSubscriptionFound": "Unable to find a subscription.",
178
- "error.TrustCertificateCancelError": "User canceled. For Teams to trust the self-signed SSL certificate used by the toolkit, a self-signed certificate must be added to your certificate store.",
179
- "error.VideoFilterAppNotRemoteSupported": "Video filter app in remote is not supported by Teams Toolkit. Check the README.md file in project root folder.",
180
- "error.appstudio.teamsAppCreateFailed": "Unable to create Teams app in Teams Developer Portal, due to %s",
181
- "error.appstudio.teamsAppUpdateFailed": "Unable to update Teams app with ID %s in Teams Developer Portal, due to %s",
182
- "error.appstudio.apiFailed": "API call to Developer Portal failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
178
+ "error.TrustCertificateCancelError": "User canceled. For Teams to trust the self-signed SSL certificate used by the toolkit, add the certificate to your certificate store.",
179
+ "error.VideoFilterAppNotRemoteSupported": "Teams Toolkit doesn't support video filter app in remote. Check the README.md file in project root folder.",
180
+ "error.appstudio.teamsAppRequiredPropertyMissing": "Missing required property \"%s\" in \"%s\"",
181
+ "error.appstudio.teamsAppCreateFailed": "Unable to create Teams app in Teams Developer Portal due to %s",
182
+ "error.appstudio.teamsAppUpdateFailed": "Unable to update Teams app with ID %s in Teams Developer Portal due to %s",
183
+ "error.appstudio.apiFailed": "Unable to make API call to Developer Portal. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
183
184
  "_error.appstudio.apiFailed.comment": " This is to describe API call, no need to translate '(command:fx-extension.showOutputChannel)'. ",
184
- "error.appstudio.apiFailed.telemetry": "API call to Developer Portal failed: %s, %s, API name: %s, X-Correlation-ID: %s. This may come from some intermittent service error. Please wait for a few minutes and retry the current step.",
185
- "_error.appstudio.apiFailed.telemetry.comment": " This is to describe API call, no need to translate 'X-Correlation-ID'.",
186
- "error.appstudio.authServiceApiFailed": "API call to Developer Portal failed: %s, %s, Request path: %s",
185
+ "error.appstudio.apiFailed.telemetry": "Unable to make API call to Developer Portal: %s, %s, API name: %s, X-Correlation-ID: %s. This may be due to a temporary service error. Try again after a few minutes.",
186
+ "_error.appstudio.apiFailed.telemetry.comment": "This is to describe API call, no need to translate 'X-Correlation-ID'.",
187
+ "error.appstudio.authServiceApiFailed": "Unable to make API call to Developer Portal: %s, %s, Request path: %s",
187
188
  "error.appstudio.publishFailed": "Unable to publish Teams app with ID %s.",
188
- "error.appstudio.buildError": "Teams Package built failed!",
189
- "error.appstudio.checkPermissionFailed": "Check permission failed. Reason: %s",
190
- "error.appstudio.grantPermissionFailed": "Grant permission failed. Reason: %s",
191
- "error.appstudio.listCollaboratorFailed": "List collaborator failed. Reason: %s",
192
- "error.appstudio.updateManifestInvalidApp": "Cannot find teams app with id %s. You must run debug or provision first before updating manifest to Teams platform.",
189
+ "error.appstudio.buildError": "Unable to build Teams Package!",
190
+ "error.appstudio.checkPermissionFailed": "Unable to check permission. Reason: %s",
191
+ "error.appstudio.grantPermissionFailed": "Unable to grant permission. Reason: %s",
192
+ "error.appstudio.listCollaboratorFailed": "Unable to list collaborators. Reason: %s",
193
+ "error.appstudio.updateManifestInvalidApp": "Unable to find Teams app with ID %s. Run debug or provision before updating manifest to Teams platform.",
193
194
  "error.appstudio.invalidCapability": "Invalid capability: %s",
194
- "error.appstudio.capabilityExceedLimit": "Cannot add capability %s, it reaches the limit.",
195
- "error.appstudio.staticTabNotExist": "Cannot find static tab with entity id %s, unable to update.",
196
- "error.appstudio.capabilityNotExist": "Capability %s does not exist in manifest, unable to update.",
197
- "error.appstudio.noManifestId": "Invalid id found in manifest find.",
195
+ "error.appstudio.capabilityExceedLimit": "Unable to add capability %s as it has reached its limit.",
196
+ "error.appstudio.staticTabNotExist": "As static tab with entity ID %s is not found, we can't update it.",
197
+ "error.appstudio.capabilityNotExist": "As capability %s doesn't exist in manifest, we can't update it.",
198
+ "error.appstudio.noManifestId": "Invalid ID found in manifest find.",
198
199
  "error.appstudio.validateFetchSchemaFailed": "Unable to get schema from %s, message: %s",
199
200
  "error.appstudio.validateSchemaNotDefined": "Manifest schema is not defined",
200
- "error.appstudio.publishInDevPortalSuggestionForValidationError": "Please try to generate package from \"Zip Teams app package\" and try again.",
201
- "error.appstudio.teamsAppCreateConflict": "Unable to create Teams app with 409 Conflict error. That may come from your app id is conflicting with another app in your tenant. Click Get Help to learn more.",
202
- "error.appstudio.teamsAppCreateConflictWithPublishedApp": "A Teams app with that id already exists in your organization's app store. Manually update the app id and try again.",
203
- "error.appstudio.teamsAppPublishConflict": "Unable to publish Teams app. Teams app with id %s already exists in the staged apps. Manually update the app id and try again.",
204
- "error.appstudio.NotAllowedToAcquireBotFrameworkToken": "The current account is not allowed to acquire botframework token.",
201
+ "error.appstudio.publishInDevPortalSuggestionForValidationError": "Generate package from \"Zip Teams app package\" and try again.",
202
+ "error.appstudio.teamsAppCreateConflict": "Unable to create Teams app, which may be because your app ID is conflicting with another app's ID in your tenant. Click 'Get Help' to resolve this issue.",
203
+ "error.appstudio.teamsAppCreateConflictWithPublishedApp": "Teams app with the same ID already exists in your organization's app store. Update the app and try again.",
204
+ "error.appstudio.teamsAppPublishConflict": "Unable to publish Teams app because Teams app with this ID already exists in staged apps. Update the app ID and try again.",
205
+ "error.appstudio.NotAllowedToAcquireBotFrameworkToken": "This account can't get a botframework token.",
205
206
  "_error.appstudio.NotAllowedToAcquireBotFrameworkToken.comment": "This is to describe API call, no need to translate 'botframework'.",
206
- "error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework provisioning returns forbidden result from attempting to create bot registration.",
207
+ "error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework provisioning returns forbidden result when attempting to create bot registration.",
207
208
  "_error.appstudio.BotProvisionReturnsForbiddenResult.comment": "This is to describe API call, no need to translate 'Botframework'.",
208
- "error.appstudio.BotProvisionReturnsConflictResult": "Botframework provisioning returns conflict result from attempting to create bot registration.",
209
+ "error.appstudio.BotProvisionReturnsConflictResult": "Botframework provisioning returns conflict result when attempting to create bot registration.",
209
210
  "_error.appstudio.BotProvisionReturnsConflictResult.comment": "This is to describe API call, no need to translate 'Botframework'.",
210
- "error.generator.TemplateZipFallbackError": "Unable to download zip package and open local zip package.",
211
+ "error.generator.ScaffoldLocalTemplateError": "Unable to scaffold template based on local zip package.",
211
212
  "error.generator.TemplateNotFoundError": "Unable to find template: %s.",
212
213
  "error.generator.SampleNotFoundError": "Unable to find sample: %s.",
213
- "error.generator.UnzipError": "Unable to unzip templates and write to disk.",
214
+ "error.generator.UnzipError": "Unable to extract templates and save them to disk.",
214
215
  "error.generator.MissKeyError": "Unable to find key %s",
215
216
  "error.generator.FetchSampleInfoError": "Unable to fetch sample info",
216
- "error.generator.DownloadSampleApiLimitError": "Unable to download sample due to throttling. Retry later after rate limit reset (This may take up to 1 hour). Alternatively, you can go to %s to git clone the repo manually",
217
- "error.generator.DownloadSampleNetworkError": "Unable to download sample due to network error. Check your network connection and retry. Alternatively, you can go to %s to git clone the repo manually",
217
+ "error.generator.DownloadSampleApiLimitError": "Unable to download sample due to rate limitation. Try again in an hour after rate limit reset or you can manually clone the repo from %s.",
218
+ "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
+ "error.copilotPlugin.apiSpecNotUsedInPlugin": "\"%s\" is not used in the plugin.",
218
220
  "error.copilotPlugin.openAiPluginManifest.CannotGetManifest": "Unable to get OpenAI plugin manifest from '%s'.",
219
- "error.copilotPlugin.noExtraAPICanBeAdded": "No API can be added. Only GET and POST methods with at most one required parameter and no auth are supported. Methods defined in manifest.json are not listed.",
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.",
220
222
  "error.m365.NotExtendedToM365Error": "Unable to extend Teams app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend your Teams app to Microsoft 365.",
221
- "core.QuestionAppName.validation.pattern": "Application name must start with letters and contain at least two letters or digits. It can not contain some special characters.",
222
- "core.QuestionAppName.validation.maxlength": "Application name is longer than the maximum length of 30.",
223
- "core.QuestionAppName.validation.pathExist": "Path exists: %s. Select a different application name.",
224
- "core.QuestionAppName.validation.lengthWarning": "Your application name may exceed the maximum length of 30 characters because Teams Toolkit will automatically append a \"local\" suffix for the Teams application registered for local debugging purposes. You may continue, but make sure to update your application name in the \"manifest.json\" file.",
225
- "core.ProgrammingLanguageQuestion.placeholder": "Select a programming language.",
223
+ "core.QuestionAppName.validation.pattern": "App name needs to begin with letters, include minimum two letters or digits, and exclude certain special characters.",
224
+ "core.QuestionAppName.validation.maxlength": "App name is longer than the 30 characters.",
225
+ "core.QuestionAppName.validation.pathExist": "Path exists: %s. Select a different app name.",
226
+ "core.QuestionAppName.validation.lengthWarning": "Your app name may exceed 30 characters due to a \"local\" suffix added by Teams Toolkit for local debugging. Please update your app name in \"manifest.json\" file.",
227
+ "core.ProgrammingLanguageQuestion.title": "Programming Language",
228
+ "core.ProgrammingLanguageQuestion.placeholder": "Select a programming language",
226
229
  "core.ProgrammingLanguageQuestion.placeholder.spfx": "SPFx is currently supporting TypeScript only.",
227
230
  "core.option.tutorial": "Open tutorial",
228
231
  "core.option.github": "Open a GitHub guide",
229
- "core.option.inProduct": "Open a in-product guide",
232
+ "core.option.inProduct": "Open an in-product guide",
230
233
  "core.TabOption.label": "Tab",
231
- "core.generator.officeAddin.importProject.title": "Importing an existing Outlook add-in project",
232
- "core.generator.officeAddin.importProject.copyFiles": "Copying files",
233
- "core.generator.officeAddin.importProject.convertProject": "Converting project",
234
- "core.generator.officeAddin.importProject.updateManifest": "Modifying manifest",
234
+ "core.generator.officeAddin.importProject.title": "Importing Existing Outlook Add-in Project",
235
+ "core.generator.officeAddin.importProject.copyFiles": "Copying files...",
236
+ "core.generator.officeAddin.importProject.convertProject": "Converting project...",
237
+ "core.generator.officeAddin.importProject.updateManifest": "Modifying manifest...",
235
238
  "core.TabOption.description": "UI-based app",
236
239
  "core.TabOption.detail": "Teams-aware webpages embedded in Microsoft Teams",
237
240
  "core.DashboardOption.label": "Dashboard",
238
241
  "core.DashboardOption.detail": "A canvas with cards and widgets for displaying important information",
239
242
  "core.BotNewUIOption.label": "Basic Bot",
240
- "core.BotNewUIOption.detail": "A simple implementation of an echo bot that's ready to customize",
243
+ "core.BotNewUIOption.detail": "A simple implementation of an echo bot that's ready for customization",
241
244
  "core.LinkUnfurlingOption.label": "Link Unfurling",
242
- "core.LinkUnfurlingOption.detail": "Display information and actions when a URL is pasted into the compose message area",
245
+ "core.LinkUnfurlingOption.detail": "Display information and actions when a URL is pasted into the text input field",
243
246
  "core.MessageExtensionOption.labelNew": "Collect Form Input and Process Data",
244
247
  "core.MessageExtensionOption.label": "Message Extension",
245
248
  "core.MessageExtensionOption.description": "Custom UI when users compose messages in Teams",
246
- "core.MessageExtensionOption.detail": "Get user input, do something with it, and send customized results back",
249
+ "core.MessageExtensionOption.detail": "Receive user input, process it, and send customized results",
247
250
  "core.NotificationOption.label": "Chat Notification Message",
248
251
  "core.NotificationOption.detail": "Notify and inform with a message that displays in Teams chats",
249
252
  "core.CommandAndResponseOption.label": "Chat Command",
@@ -271,7 +274,6 @@
271
274
  "core.createCapabilityQuestion.titleNew": "Capabilities",
272
275
  "core.createCapabilityQuestion.placeholder": "Select a capability",
273
276
  "core.createProjectQuestion.option.description.preview": "Preview",
274
- "core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
275
277
  "core.createProjectQuestion.option.description.worksInOutlook": "Works in Teams and Outlook",
276
278
  "core.createProjectQuestion.option.description.worksInOutlookM365": "Works in Teams, Outlook and the Microsoft 365 app",
277
279
  "core.createProjectQuestion.option.description.worksInOutlookCopilot": "Works in Teams, Outlook and Copilot",
@@ -284,21 +286,66 @@
284
286
  "core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content",
285
287
  "core.createProjectQuestion.projectType.outlookAddin.label": "Outlook Add-in",
286
288
  "core.createProjectQuestion.projectType.outlookAddin.title": "App Features Using an Outlook Add-in",
289
+ "core.createProjectQuestion.projectType.officeAddin.detail": "Extend Office apps to interact with content in Office documents and Outlook mails",
290
+ "core.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
291
+ "core.createProjectQuestion.projectType.officeAddin.title": "App Features Using an Office Add-in",
292
+ "core.createProjectQuestion.projectType.officeAddin.framework.title": "Framework",
293
+ "core.createProjectQuestion.projectType.officeAddin.framework.placeholder": "Select a framework.",
287
294
  "core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Microsoft 365 app",
288
295
  "core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
289
- "core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Microsoft 365 Copilot using your APIs",
290
- "core.createProjectQuestion.projectType.copilotPlugin.label": "Plugin",
291
- "core.createProjectQuestion.projectType.copilotPlugin.title": "Plugin for Copilot",
296
+ "core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Microsoft Copilot for Microsoft 365 using your APIs",
297
+ "core.createProjectQuestion.projectType.copilotPlugin.label": "Copilot Plugin",
298
+ "core.createProjectQuestion.projectType.copilotPlugin.title": "Copilot Plugin",
292
299
  "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",
301
+ "core.createProjectQuestion.projectType.customCopilot.label": "Custom Copilot",
302
+ "core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Teams AI Library",
303
+ "core.createProjectQuestion.projectType.customCopilot.placeholder": "Select an option",
293
304
  "core.createProjectQuestion.title": "New Project",
294
305
  "core.createProjectQuestion.capability.botMessageExtension.label": "Start with a Bot",
295
- "core.createProjectQuestion.capability.botMessageExtension.detail": "Create a Message extension using Bot Framework",
306
+ "core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Bot Framework",
296
307
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Start with a new API",
297
- "core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create a Message extension with a new API from Azure Functions",
308
+ "core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create an API plugin with a new API from Azure Functions",
309
+ "core.createProjectQuestion.capability.messageExtensionNewApiOption.detail": "Create a message extension with a new API from Azure Functions",
298
310
  "core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
299
- "core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create a Message extension from your existing API",
311
+ "core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create an API plugin from your existing API",
312
+ "core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "Create a message extension from your existing API",
300
313
  "core.createProjectQuestion.capability.copilotPluginAIPluginOption.label": "Start with an OpenAI Plugin",
301
314
  "core.createProjectQuestion.capability.copilotPluginAIPluginOption.detail": "Convert an OpenAI Plugin to Microsoft 365 Copilot plugin",
315
+ "core.createProjectQuestion.capability.customCopilotBasicOption.label": "Basic AI Chatbot",
316
+ "core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Build a basic AI chatbot in Teams",
317
+ "core.createProjectQuestion.capability.customCopilotRagOption.label": "Chat With Your Data",
318
+ "core.createProjectQuestion.capability.customCopilotRagOption.detail": "Expand AI bot's knowledge with your content to get accurate answers to your questions",
319
+ "core.createProjectQuestion.capability.customCopilotAssistantOption.label": "AI Agent",
320
+ "core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Build an AI agent in Teams that can make decisions and perform actions based on LLM reasoning",
321
+ "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.label": "Customize",
322
+ "core.createProjectQuestion.capability.customCopilotRagCustomizeOption.detail": "Decide how to load your data",
323
+ "core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.label": "Azure AI Search",
324
+ "core.createProjectQuestion.capability.customCopilotRagAzureAISearchOption.detail": "Load your data from Azure AI Search service",
325
+ "core.createProjectQuestion.capability.customCopilotRagCustomApiOption.label": "Custom API",
326
+ "core.createProjectQuestion.capability.customCopilotRagCustomApiOption.detail": "Load your data from custom APIs based on OpenAPI description document",
327
+ "core.createProjectQuestion.capability.customCopilotRagMicrosoft365Option.label": "Microsoft 365",
328
+ "core.createProjectQuestion.capability.customCopilotRagMicrosoft365Option.detail": "Load your data from Microsoft Graph and SharePoint",
329
+ "core.createProjectQuestion.capability.customCopilotRag.title": "Chat With Your Data",
330
+ "core.createProjectQuestion.capability.customCopilotRag.placeholder": "Select an option to load your data",
331
+ "core.createProjectQuestion.capability.customCopilotAssistantNewOption.label": "Build New",
332
+ "core.createProjectQuestion.capability.customCopilotAssistantNewOption.detail": "Build your own AI Agent from scratch using Teams AI Library",
333
+ "core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.label": "Build with Assistants API",
334
+ "core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.detail": "Build an AI agent with OpenAI Assistants API and Teams AI Library",
335
+ "core.createProjectQuestion.capability.customCopilotAssistant.title": "AI Agent",
336
+ "core.createProjectQuestion.capability.customCopilotAssistant.placeholder": "Choose how you want to manage your AI tasks",
337
+ "core.createProjectQuestion.llmService.title": "Service for Large Language Model (LLM)",
338
+ "core.createProjectQuestion.llmService.placeholder": "Select a service to access LLMs",
339
+ "core.createProjectQuestion.llmServiceOpenAIOption.label": "OpenAI",
340
+ "core.createProjectQuestion.llmServiceOpenAIOption.detail": "Access LLMs developed by OpenAI",
341
+ "core.createProjectQuestion.llmServiceAzureOpenAIOption.label": "Azure OpenAI",
342
+ "core.createProjectQuestion.llmServiceAzureOpenAIOption.detail": "Access powerful LLMs in OpenAI with Azure security and reliability",
343
+ "core.createProjectQuestion.llmService.openAIKey.title": "OpenAI Key",
344
+ "core.createProjectQuestion.llmService.openAIKey.placeholder": "Input OpenAI service key now or set it later in the project",
345
+ "core.createProjectQuestion.llmService.azureOpenAIKey.title": "Azure OpenAI Key",
346
+ "core.createProjectQuestion.llmService.azureOpenAIKey.placeholder": "Input Azure OpenAI service key now or set it later in the project",
347
+ "core.createProjectQuestion.llmService.azureOpenAIEndpoint.title": "Azure OpenAI Endpoint",
348
+ "core.createProjectQuestion.llmService.azureOpenAIEndpoint.placeholder": "Input Azure OpenAI service endpoint now or set it later in the project",
302
349
  "core.createProjectQuestion.apiSpec.title": "OpenAPI Description Document",
303
350
  "core.createProjectQuestion.apiSpec.placeholder": "Enter OpenAPI Description Document URL",
304
351
  "core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Description Document Location",
@@ -306,11 +353,14 @@
306
353
  "core.createProjectQuestion.OpenAIPluginDomain.placeholder": "Enter your website domain or manifest URL",
307
354
  "core.createProjectQuestion.ApiKey": "Enter API Key in OpenAPI Description Document",
308
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.",
356
+ "core.createProjectQuestion.apiMessageExtensionAuth.title": "Authentication Type",
357
+ "core.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
309
358
  "core.createProjectQuestion.invalidApiKey.message": "Client secret is invalid. The length of secret should be >= 10 and <= 128",
310
359
  "core.createProjectQuestion.invalidUrl.message": "Enter a valid HTTP URL without authentication to access your OpenAPI description document.",
311
360
  "core.createProjectQuestion.apiSpec.operation.title": "Select Operation(s) Teams Can Interact with",
312
- "core.createProjectQuestion.apiSpec.operation.placeholder": "GET/POST methods with at most one required parameter and no auth are listed",
313
- "core.createProjectQuestion.apiSpec.operation.apikey.placeholder": "GET/POST methods with at most one required parameter and API key are listed",
361
+ "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
+ "core.createProjectQuestion.apiSpec.operation.apikey.placeholder": "GET/POST methods with at most 5 required parameter and API key are listed",
314
364
  "core.createProjectQuestion.apiSpec.operation.invalidMessage": "%s API(s) selected. You can select at least one and at most %s APIs.",
315
365
  "core.createProjectQuestion.apiSpec.operation.multipleAuth": "Your selected APIs have multiple authorizations %s which are not supported.",
316
366
  "core.createProjectQuestion.apiSpec.operation.multipleServer": "Your selected APIs have multiple server URLs %s which are not supported.",
@@ -321,6 +371,40 @@
321
371
  "core.createProjectQuestion.openAiPluginManifest.validationError.missingApiUrl": "Missing URL in \"%s\".",
322
372
  "core.createProjectQuestion.openAiPluginManifest.validationError.authNotSupported": "Auth type is not supported. Supported auth type: \"%s\".",
323
373
  "core.createProjectQuestion.meArchitecture.title": "Architecture of Search Based Message Extension",
374
+ "core.createProjectQuestion.officeXMLAddin.bar.title": "Office Add-in",
375
+ "core.createProjectQuestion.officeXMLAddin.bar.detail": "Creating Project.",
376
+ "core.createProjectQuestion.officeXMLAddin.mainEntry.title": "Office Add-in",
377
+ "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",
379
+ "core.createProjectQuestion.officeXMLAddin.word.title": "Word Add-in",
380
+ "core.createProjectQuestion.officeXMLAddin.word.detail": "Create an add-in that can run in Word across multiple platforms",
381
+ "core.createProjectQuestion.officeXMLAddin.word.sso.title": "Add-in with Single Sign On",
382
+ "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",
384
+ "core.createProjectQuestion.officeXMLAddin.word.react.detail": "Create a Word add-in with React framework",
385
+ "core.createProjectQuestion.officeXMLAddin.word.create.title": "Create a Word Add-in",
386
+ "core.createProjectQuestion.officeXMLAddin.excel.title": "Excel Add-in",
387
+ "core.createProjectQuestion.officeXMLAddin.excel.detail": "Extend Excel functionality and access Excel data on multiple platforms",
388
+ "core.createProjectQuestion.officeXMLAddin.excel.sso.title": "Add-in with Single Sign On",
389
+ "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",
391
+ "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",
393
+ "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",
395
+ "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",
397
+ "core.createProjectQuestion.officeXMLAddin.powerpoint.title": "PowerPoint Add-in",
398
+ "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",
400
+ "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",
402
+ "core.createProjectQuestion.officeXMLAddin.powerpoint.react.detail": "Create a PowerPoint add-in with React framework",
403
+ "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",
324
408
  "core.aiAssistantBotOption.label": "AI Assistant Bot",
325
409
  "core.aiAssistantBotOption.detail": "A custom AI assistant bot in Teams using Teams AI library and OpenAI Assistants API",
326
410
  "core.aiBotOption.label": "AI Chat Bot",
@@ -342,8 +426,10 @@
342
426
  "core.QuestionNewResourceGroupLocation.title": "Location for the new resource group",
343
427
  "core.QuestionNewResourceGroupLocation.group.recommended": "Recommended",
344
428
  "core.QuestionNewResourceGroupLocation.group.others": "Others",
345
- "core.question.workspaceFolder.title": "Workspace folder",
429
+ "core.question.workspaceFolder.title": "Workspace Folder",
346
430
  "core.question.workspaceFolder.placeholder": "Select the folder that will contain your project root folder",
431
+ "core.question.appName.title": "Application Name",
432
+ "core.question.appName.placeholder": "Input an application name",
347
433
  "core.ScratchOptionYes.label": "Create a new app",
348
434
  "core.ScratchOptionYes.detail": "Use the Teams Toolkit to create a new Teams application.",
349
435
  "core.ScratchOptionNo.label": "Start from a sample",
@@ -414,10 +500,10 @@
414
500
  "core.common.OutlookWebClientName2": "Outlook web access client id 2",
415
501
  "core.common.CancelledMessage": "Operation is cancelled.",
416
502
  "core.common.SwaggerNotSupported": "Swagger 2.0 is not supported. Please convert it to OpenAPI 3.0 first.",
417
- "core.common.NoServerInformation": "No server information is found in the OpenAPI description document.",
503
+ "core.common.NoServerInformation": "No server information is found in the OpenAPI description document.",
418
504
  "core.common.RemoteRefNotSupported": "Remote reference is not supported: %s.",
419
505
  "core.common.MissingOperationId": "Missing operationIds: %s.",
420
- "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 one required parameter, and no auth is allowed. \nFor more information visit: \"https://aka.ms/build-api-based-message-extension\".",
506
+ "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\".",
421
507
  "core.common.UrlProtocolNotSupported": "Server url is not correct: protocol %s is not supported, you should use https protocol instead.",
422
508
  "core.common.RelativeServerUrlNotSupported": "Server url is not correct: relative server url is not supported.",
423
509
  "core.common.ErrorFetchApiSpec": "Your OpenAPI description document should be accessible without authentication, otherwise download and start from a local copy.",
@@ -425,6 +511,7 @@
425
511
  "core.common.ReceiveApiResponse": "Received API response: %s.",
426
512
  "core.importAddin.label": "Import an Existing Outlook Add-ins",
427
513
  "core.importAddin.detail": "Upgrade an Add-ins project to the latest app manifest and project structure",
514
+ "core.importOfficeAddin.label": "Import an Existing Office Add-ins",
428
515
  "core.newTaskpaneAddin.label": "Taskpane",
429
516
  "core.newTaskpaneAddin.detail": "Customize the Ribbon with a button and embed content in the Taskpane",
430
517
  "core.summary.actionDescription": "Action %s%s",
@@ -657,6 +744,8 @@
657
744
  "error.common.HttpServerError": "A http server error happened while performing the %s task. Please try again later. The error response is: %s",
658
745
  "error.common.AccessGithubError": "Access GitHub (%s) Error: %s",
659
746
  "error.common.ConcurrentError": "Previous task is still running. Wait until your previous task is finished and try again.",
747
+ "error.common.NetworkError": "Network error: %s",
748
+ "error.common.NetworkError.EAI_AGAIN": "DNS cannot resolve domain %s.",
660
749
  "error.upgrade.NoNeedUpgrade": "This project is already the latest, no need to upgrade.",
661
750
  "error.collaboration.InvalidManifestError": "Unable to process your manifest file ('%s') due to the absence of the 'id' key. To identify your application correctly, please make sure that the 'id' key is present in the manifest file.",
662
751
  "error.collaboration.FailedToLoadManifest": "Unable to load manifest file. Reason: %s.",
@@ -709,7 +798,7 @@
709
798
  "driver.apiKey.log.skipCreateApiKey": "Environment variable %s exists. Skip creating API key.",
710
799
  "driver.apiKey.log.apiKeyNotFound": "Environment variable %s exists but failed to retrieve API key from Developer Portal. Check manually if API key exists.",
711
800
  "driver.apiKey.error.nameTooLong": "The name for API key is too long. The maximum length is 128.",
712
- "driver.apiKey.error.clientSecretInvalid": "Client secret is invalid. Client secret should follow: 1. Max %d secrets per API key. 2. Use comma to separate secrets. 3. Length of every secret >= 10 and <= 128",
801
+ "driver.apiKey.error.clientSecretInvalid": "Client secret is invalid. The length of client secret should be in this range: >=10 and <=128",
713
802
  "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",
714
803
  "driver.apiKey.error.failedToGetDomain": "Failed to get domain from API specification. Please make sure your API specification is valid.",
715
804
  "driver.apiKey.log.successCreateApiKey": "Created API key with id %s",