@microsoft/teamsfx-core 2.0.0-alpha.df941b6ed.0 → 2.0.0-alpha.e49547890.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 (450) hide show
  1. package/build/common/armInterface.d.ts +0 -5
  2. package/build/common/armInterface.d.ts.map +1 -1
  3. package/build/common/deps-checker/constant/helpLink.d.ts +6 -6
  4. package/build/common/deps-checker/constant/helpLink.d.ts.map +1 -1
  5. package/build/common/deps-checker/constant/helpLink.js +14 -7
  6. package/build/common/deps-checker/constant/helpLink.js.map +1 -1
  7. package/build/common/deps-checker/constant/message.d.ts +6 -5
  8. package/build/common/deps-checker/constant/message.d.ts.map +1 -1
  9. package/build/common/deps-checker/constant/message.js +13 -9
  10. package/build/common/deps-checker/constant/message.js.map +1 -1
  11. package/build/common/deps-checker/constant/telemetry.d.ts +12 -1
  12. package/build/common/deps-checker/constant/telemetry.d.ts.map +1 -1
  13. package/build/common/deps-checker/constant/telemetry.js +11 -0
  14. package/build/common/deps-checker/constant/telemetry.js.map +1 -1
  15. package/build/common/deps-checker/depsChecker.d.ts +6 -1
  16. package/build/common/deps-checker/depsChecker.d.ts.map +1 -1
  17. package/build/common/deps-checker/depsChecker.js.map +1 -1
  18. package/build/common/deps-checker/internal/funcToolChecker.d.ts +20 -40
  19. package/build/common/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
  20. package/build/common/deps-checker/internal/funcToolChecker.js +208 -295
  21. package/build/common/deps-checker/internal/funcToolChecker.js.map +1 -1
  22. package/build/common/deps-checker/internal/nodeChecker.d.ts +3 -3
  23. package/build/common/deps-checker/internal/nodeChecker.d.ts.map +1 -1
  24. package/build/common/deps-checker/internal/nodeChecker.js +4 -6
  25. package/build/common/deps-checker/internal/nodeChecker.js.map +1 -1
  26. package/build/common/deps-checker/internal/vxTestAppChecker.d.ts +0 -1
  27. package/build/common/deps-checker/internal/vxTestAppChecker.d.ts.map +1 -1
  28. package/build/common/deps-checker/internal/vxTestAppChecker.js +3 -21
  29. package/build/common/deps-checker/internal/vxTestAppChecker.js.map +1 -1
  30. package/build/common/deps-checker/util/fileHelper.d.ts +4 -0
  31. package/build/common/deps-checker/util/fileHelper.d.ts.map +1 -0
  32. package/build/common/deps-checker/util/fileHelper.js +45 -0
  33. package/build/common/deps-checker/util/fileHelper.js.map +1 -0
  34. package/build/common/local/constants.d.ts +7 -0
  35. package/build/common/local/constants.d.ts.map +1 -1
  36. package/build/common/local/constants.js +7 -0
  37. package/build/common/local/constants.js.map +1 -1
  38. package/build/common/local/localEnvManager.d.ts.map +1 -1
  39. package/build/common/local/localEnvManager.js +2 -3
  40. package/build/common/local/localEnvManager.js.map +1 -1
  41. package/build/common/m365/errors.d.ts +1 -1
  42. package/build/common/m365/errors.d.ts.map +1 -1
  43. package/build/common/m365/errors.js +7 -7
  44. package/build/common/m365/errors.js.map +1 -1
  45. package/build/common/m365/launchHelper.js +2 -2
  46. package/build/common/m365/launchHelper.js.map +1 -1
  47. package/build/common/samples-config-v3.json +23 -0
  48. package/build/common/samples.js +1 -1
  49. package/build/common/samples.js.map +1 -1
  50. package/build/common/telemetry.d.ts +1 -0
  51. package/build/common/telemetry.d.ts.map +1 -1
  52. package/build/common/telemetry.js +1 -0
  53. package/build/common/telemetry.js.map +1 -1
  54. package/build/common/tools.d.ts +1 -0
  55. package/build/common/tools.d.ts.map +1 -1
  56. package/build/common/tools.js +6 -2
  57. package/build/common/tools.js.map +1 -1
  58. package/build/common/versionMetadata.d.ts +5 -0
  59. package/build/common/versionMetadata.d.ts.map +1 -1
  60. package/build/common/versionMetadata.js +11 -0
  61. package/build/common/versionMetadata.js.map +1 -1
  62. package/build/component/code/utils.d.ts +3 -0
  63. package/build/component/code/utils.d.ts.map +1 -1
  64. package/build/component/code/utils.js +19 -8
  65. package/build/component/code/utils.js.map +1 -1
  66. package/build/component/configManager/diagnostic.d.ts +9 -0
  67. package/build/component/configManager/diagnostic.d.ts.map +1 -0
  68. package/build/component/configManager/diagnostic.js +47 -0
  69. package/build/component/configManager/diagnostic.js.map +1 -0
  70. package/build/component/configManager/parser.d.ts.map +1 -1
  71. package/build/component/configManager/parser.js +11 -5
  72. package/build/component/configManager/parser.js.map +1 -1
  73. package/build/component/constants.d.ts +7 -0
  74. package/build/component/constants.d.ts.map +1 -1
  75. package/build/component/constants.js +60 -26
  76. package/build/component/constants.js.map +1 -1
  77. package/build/component/coordinator/index.d.ts +2 -2
  78. package/build/component/coordinator/index.d.ts.map +1 -1
  79. package/build/component/coordinator/index.js +57 -72
  80. package/build/component/coordinator/index.js.map +1 -1
  81. package/build/component/debugHandler/appManifest.js +2 -1
  82. package/build/component/debugHandler/appManifest.js.map +1 -1
  83. package/build/component/debugHandler/error.d.ts +0 -1
  84. package/build/component/debugHandler/error.d.ts.map +1 -1
  85. package/build/component/debugHandler/error.js +1 -5
  86. package/build/component/debugHandler/error.js.map +1 -1
  87. package/build/component/developerPortalScaffoldUtils.d.ts +4 -1
  88. package/build/component/developerPortalScaffoldUtils.d.ts.map +1 -1
  89. package/build/component/developerPortalScaffoldUtils.js +5 -5
  90. package/build/component/developerPortalScaffoldUtils.js.map +1 -1
  91. package/build/component/driver/aad/create.d.ts.map +1 -1
  92. package/build/component/driver/aad/create.js +5 -14
  93. package/build/component/driver/aad/create.js.map +1 -1
  94. package/build/component/driver/aad/update.d.ts.map +1 -1
  95. package/build/component/driver/aad/update.js +3 -4
  96. package/build/component/driver/aad/update.js.map +1 -1
  97. package/build/component/driver/aad/utility/buildAadManifest.js +1 -1
  98. package/build/component/driver/aad/utility/buildAadManifest.js.map +1 -1
  99. package/build/component/driver/add/utility/constants.d.ts +1 -1
  100. package/build/component/driver/add/utility/constants.d.ts.map +1 -1
  101. package/build/component/driver/add/utility/constants.js +1 -1
  102. package/build/component/driver/add/utility/constants.js.map +1 -1
  103. package/build/component/driver/arm/deployImpl.d.ts.map +1 -1
  104. package/build/component/driver/arm/deployImpl.js +4 -1
  105. package/build/component/driver/arm/deployImpl.js.map +1 -1
  106. package/build/component/driver/arm/validator.d.ts.map +1 -1
  107. package/build/component/driver/arm/validator.js +0 -15
  108. package/build/component/driver/arm/validator.js.map +1 -1
  109. package/build/component/driver/botAadApp/create.d.ts.map +1 -1
  110. package/build/component/driver/botAadApp/create.js +5 -6
  111. package/build/component/driver/botAadApp/create.js.map +1 -1
  112. package/build/component/driver/botFramework/createOrUpdateBot.d.ts.map +1 -1
  113. package/build/component/driver/botFramework/createOrUpdateBot.js +1 -2
  114. package/build/component/driver/botFramework/createOrUpdateBot.js.map +1 -1
  115. package/build/component/driver/deploy/azure/azureStorageDeployDriver.d.ts.map +1 -1
  116. package/build/component/driver/deploy/azure/azureStorageDeployDriver.js +10 -17
  117. package/build/component/driver/deploy/azure/azureStorageDeployDriver.js.map +1 -1
  118. package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.d.ts.map +1 -1
  119. package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js +3 -3
  120. package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js.map +1 -1
  121. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts +1 -1
  122. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts.map +1 -1
  123. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +13 -13
  124. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -1
  125. package/build/component/driver/deploy/azure/impl/azureDeployImpl.d.ts +2 -3
  126. package/build/component/driver/deploy/azure/impl/azureDeployImpl.d.ts.map +1 -1
  127. package/build/component/driver/deploy/azure/impl/azureDeployImpl.js +45 -13
  128. package/build/component/driver/deploy/azure/impl/azureDeployImpl.js.map +1 -1
  129. package/build/component/driver/deploy/azure/impl/baseDeployImpl.d.ts +1 -1
  130. package/build/component/driver/deploy/azure/impl/baseDeployImpl.d.ts.map +1 -1
  131. package/build/component/driver/deploy/azure/impl/baseDeployImpl.js +6 -0
  132. package/build/component/driver/deploy/azure/impl/baseDeployImpl.js.map +1 -1
  133. package/build/component/driver/devTool/constant.d.ts.map +1 -0
  134. package/build/component/driver/devTool/constant.js.map +1 -0
  135. package/build/component/driver/devTool/error/dotnetInstallationUserError.d.ts +5 -0
  136. package/build/component/driver/devTool/error/dotnetInstallationUserError.d.ts.map +1 -0
  137. package/build/component/driver/{prerequisite → devTool}/error/dotnetInstallationUserError.js +2 -1
  138. package/build/component/driver/devTool/error/dotnetInstallationUserError.js.map +1 -0
  139. package/build/component/driver/devTool/error/funcInstallationUserError.d.ts +5 -0
  140. package/build/component/driver/devTool/error/funcInstallationUserError.d.ts.map +1 -0
  141. package/build/component/driver/{prerequisite → devTool}/error/funcInstallationUserError.js +2 -1
  142. package/build/component/driver/devTool/error/funcInstallationUserError.js.map +1 -0
  143. package/build/component/driver/{prerequisite → devTool}/installDriver.d.ts +1 -1
  144. package/build/component/driver/devTool/installDriver.d.ts.map +1 -0
  145. package/build/component/driver/{prerequisite → devTool}/installDriver.js +46 -17
  146. package/build/component/driver/devTool/installDriver.js.map +1 -0
  147. package/build/component/driver/{prerequisite → devTool}/interfaces/InstallToolArgs.d.ts +5 -1
  148. package/build/component/driver/devTool/interfaces/InstallToolArgs.d.ts.map +1 -0
  149. package/build/component/driver/devTool/interfaces/InstallToolArgs.js.map +1 -0
  150. package/build/component/driver/error/outputEnvironmentVariableUndefinedError.d.ts +5 -0
  151. package/build/component/driver/error/outputEnvironmentVariableUndefinedError.d.ts.map +1 -0
  152. package/build/component/driver/error/outputEnvironmentVariableUndefinedError.js +22 -0
  153. package/build/component/driver/error/outputEnvironmentVariableUndefinedError.js.map +1 -0
  154. package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts.map +1 -1
  155. package/build/component/driver/file/createOrUpdateEnvironmentFile.js +1 -2
  156. package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -1
  157. package/build/component/driver/file/createOrUpdateJsonFile.d.ts.map +1 -1
  158. package/build/component/driver/file/createOrUpdateJsonFile.js +1 -2
  159. package/build/component/driver/file/createOrUpdateJsonFile.js.map +1 -1
  160. package/build/component/driver/index.d.ts +1 -1
  161. package/build/component/driver/index.d.ts.map +1 -1
  162. package/build/component/driver/index.js +1 -1
  163. package/build/component/driver/index.js.map +1 -1
  164. package/build/component/driver/m365/acquire.d.ts.map +1 -1
  165. package/build/component/driver/m365/acquire.js +5 -6
  166. package/build/component/driver/m365/acquire.js.map +1 -1
  167. package/build/component/driver/middleware/addStartAndEndTelemetry.d.ts.map +1 -1
  168. package/build/component/driver/middleware/addStartAndEndTelemetry.js +14 -6
  169. package/build/component/driver/middleware/addStartAndEndTelemetry.js.map +1 -1
  170. package/build/component/driver/script/scriptDriver.js +4 -2
  171. package/build/component/driver/script/scriptDriver.js.map +1 -1
  172. package/build/component/driver/teamsApp/createAppPackage.d.ts +0 -1
  173. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  174. package/build/component/driver/teamsApp/createAppPackage.js +1 -11
  175. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  176. package/build/component/driver/teamsApp/interfaces/ValidateManifestArgs.d.ts +5 -0
  177. package/build/component/driver/teamsApp/interfaces/ValidateManifestArgs.d.ts.map +1 -1
  178. package/build/component/driver/teamsApp/validate.d.ts +0 -1
  179. package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
  180. package/build/component/driver/teamsApp/validate.js +54 -20
  181. package/build/component/driver/teamsApp/validate.js.map +1 -1
  182. package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
  183. package/build/component/driver/teamsApp/validateAppPackage.js +80 -13
  184. package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
  185. package/build/component/driver/util/wrapUtil.js +1 -1
  186. package/build/component/driver/util/wrapUtil.js.map +1 -1
  187. package/build/component/error/deployError.d.ts +0 -17
  188. package/build/component/error/deployError.d.ts.map +1 -1
  189. package/build/component/error/deployError.js +0 -80
  190. package/build/component/error/deployError.js.map +1 -1
  191. package/build/component/feature/apiconnector/errors.d.ts +0 -4
  192. package/build/component/feature/apiconnector/errors.d.ts.map +1 -1
  193. package/build/component/feature/apiconnector/errors.js +12 -16
  194. package/build/component/feature/apiconnector/errors.js.map +1 -1
  195. package/build/component/feature/bot/bot.js +8 -8
  196. package/build/component/feature/bot/bot.js.map +1 -1
  197. package/build/component/feature/bot/question.d.ts +6 -6
  198. package/build/component/feature/bot/question.d.ts.map +1 -1
  199. package/build/component/feature/bot/question.js +69 -38
  200. package/build/component/feature/bot/question.js.map +1 -1
  201. package/build/component/generator/constant.d.ts +2 -0
  202. package/build/component/generator/constant.d.ts.map +1 -1
  203. package/build/component/generator/constant.js +3 -1
  204. package/build/component/generator/constant.js.map +1 -1
  205. package/build/component/generator/error.d.ts +9 -0
  206. package/build/component/generator/error.d.ts.map +1 -1
  207. package/build/component/generator/error.js +19 -1
  208. package/build/component/generator/error.js.map +1 -1
  209. package/build/component/generator/generator.d.ts +1 -1
  210. package/build/component/generator/generator.d.ts.map +1 -1
  211. package/build/component/generator/generator.js +25 -8
  212. package/build/component/generator/generator.js.map +1 -1
  213. package/build/component/generator/generatorAction.d.ts +5 -2
  214. package/build/component/generator/generatorAction.d.ts.map +1 -1
  215. package/build/component/generator/generatorAction.js +20 -10
  216. package/build/component/generator/generatorAction.js.map +1 -1
  217. package/build/component/generator/officeAddin/question.d.ts.map +1 -1
  218. package/build/component/generator/officeAddin/question.js +3 -3
  219. package/build/component/generator/officeAddin/question.js.map +1 -1
  220. package/build/component/generator/utils.d.ts +2 -0
  221. package/build/component/generator/utils.d.ts.map +1 -1
  222. package/build/component/generator/utils.js +64 -2
  223. package/build/component/generator/utils.js.map +1 -1
  224. package/build/component/messages.d.ts +3 -2
  225. package/build/component/messages.d.ts.map +1 -1
  226. package/build/component/messages.js +3 -2
  227. package/build/component/messages.js.map +1 -1
  228. package/build/component/question.d.ts +1 -0
  229. package/build/component/question.d.ts.map +1 -1
  230. package/build/component/question.js +15 -11
  231. package/build/component/question.js.map +1 -1
  232. package/build/component/resource/appManifest/appManifest.d.ts.map +1 -1
  233. package/build/component/resource/appManifest/appManifest.js +3 -4
  234. package/build/component/resource/appManifest/appManifest.js.map +1 -1
  235. package/build/component/resource/appManifest/appStudio.d.ts.map +1 -1
  236. package/build/component/resource/appManifest/appStudio.js +8 -12
  237. package/build/component/resource/appManifest/appStudio.js.map +1 -1
  238. package/build/component/resource/appManifest/constants.d.ts +1 -0
  239. package/build/component/resource/appManifest/constants.d.ts.map +1 -1
  240. package/build/component/resource/appManifest/constants.js +1 -0
  241. package/build/component/resource/appManifest/constants.js.map +1 -1
  242. package/build/component/resource/appManifest/errors.d.ts +0 -4
  243. package/build/component/resource/appManifest/errors.d.ts.map +1 -1
  244. package/build/component/resource/appManifest/errors.js +0 -7
  245. package/build/component/resource/appManifest/errors.js.map +1 -1
  246. package/build/component/resource/appManifest/utils/ManifestUtils.d.ts +2 -1
  247. package/build/component/resource/appManifest/utils/ManifestUtils.d.ts.map +1 -1
  248. package/build/component/resource/appManifest/utils/ManifestUtils.js +9 -14
  249. package/build/component/resource/appManifest/utils/ManifestUtils.js.map +1 -1
  250. package/build/component/resource/appManifest/utils/telemetry.d.ts +2 -0
  251. package/build/component/resource/appManifest/utils/telemetry.d.ts.map +1 -1
  252. package/build/component/resource/appManifest/utils/telemetry.js +2 -0
  253. package/build/component/resource/appManifest/utils/telemetry.js.map +1 -1
  254. package/build/component/resource/appManifest/utils/utils.d.ts.map +1 -1
  255. package/build/component/resource/appManifest/utils/utils.js +5 -1
  256. package/build/component/resource/appManifest/utils/utils.js.map +1 -1
  257. package/build/component/resource/azureSql/errors.js +28 -28
  258. package/build/component/resource/azureSql/errors.js.map +1 -1
  259. package/build/component/resource/azureStorage/configs.d.ts +1 -1
  260. package/build/component/resource/spfx/utils/question-helper.js +1 -1
  261. package/build/component/resource/spfx/utils/question-helper.js.map +1 -1
  262. package/build/component/utils/ResourceGroupHelper.d.ts +1 -6
  263. package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -1
  264. package/build/component/utils/ResourceGroupHelper.js +65 -131
  265. package/build/component/utils/ResourceGroupHelper.js.map +1 -1
  266. package/build/component/utils/azureSdkErrorHandler.d.ts +2 -1
  267. package/build/component/utils/azureSdkErrorHandler.d.ts.map +1 -1
  268. package/build/component/utils/azureSdkErrorHandler.js.map +1 -1
  269. package/build/component/utils/depsChecker/bicepChecker.d.ts.map +1 -1
  270. package/build/component/utils/depsChecker/bicepChecker.js +4 -7
  271. package/build/component/utils/depsChecker/bicepChecker.js.map +1 -1
  272. package/build/component/utils/envUtil.d.ts.map +1 -1
  273. package/build/component/utils/envUtil.js +5 -8
  274. package/build/component/utils/envUtil.js.map +1 -1
  275. package/build/component/utils/pathUtils.js +2 -2
  276. package/build/component/utils/pathUtils.js.map +1 -1
  277. package/build/component/utils/settingsUtil.js +3 -3
  278. package/build/component/utils/settingsUtil.js.map +1 -1
  279. package/build/core/FxCore.d.ts +89 -31
  280. package/build/core/FxCore.d.ts.map +1 -1
  281. package/build/core/FxCore.js +144 -607
  282. package/build/core/FxCore.js.map +1 -1
  283. package/build/core/FxCoreImplementV3.d.ts +12 -3
  284. package/build/core/FxCoreImplementV3.d.ts.map +1 -1
  285. package/build/core/FxCoreImplementV3.js +88 -31
  286. package/build/core/FxCoreImplementV3.js.map +1 -1
  287. package/build/core/environment.d.ts.map +1 -1
  288. package/build/core/environment.js +2 -13
  289. package/build/core/environment.js.map +1 -1
  290. package/build/core/error.d.ts +1 -13
  291. package/build/core/error.d.ts.map +1 -1
  292. package/build/core/error.js +1 -57
  293. package/build/core/error.js.map +1 -1
  294. package/build/core/middleware/concurrentLocker.d.ts.map +1 -1
  295. package/build/core/middleware/concurrentLocker.js +3 -10
  296. package/build/core/middleware/concurrentLocker.js.map +1 -1
  297. package/build/core/middleware/envInfoLoaderV3.d.ts +1 -10
  298. package/build/core/middleware/envInfoLoaderV3.d.ts.map +1 -1
  299. package/build/core/middleware/envInfoLoaderV3.js +1 -207
  300. package/build/core/middleware/envInfoLoaderV3.js.map +1 -1
  301. package/build/core/middleware/projectMigratorV3.d.ts +3 -1
  302. package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
  303. package/build/core/middleware/projectMigratorV3.js +81 -35
  304. package/build/core/middleware/projectMigratorV3.js.map +1 -1
  305. package/build/core/middleware/questionModel.d.ts +0 -1
  306. package/build/core/middleware/questionModel.d.ts.map +1 -1
  307. package/build/core/middleware/questionModel.js +110 -32
  308. package/build/core/middleware/questionModel.js.map +1 -1
  309. package/build/core/middleware/utils/MigrationUtils.d.ts.map +1 -1
  310. package/build/core/middleware/utils/MigrationUtils.js +1 -0
  311. package/build/core/middleware/utils/MigrationUtils.js.map +1 -1
  312. package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts +1 -1
  313. package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts.map +1 -1
  314. package/build/core/middleware/utils/debug/debugV3MigrationUtils.d.ts +2 -0
  315. package/build/core/middleware/utils/debug/debugV3MigrationUtils.d.ts.map +1 -1
  316. package/build/core/middleware/utils/debug/debugV3MigrationUtils.js +12 -8
  317. package/build/core/middleware/utils/debug/debugV3MigrationUtils.js.map +1 -1
  318. package/build/core/middleware/utils/debug/taskMigrator.d.ts +1 -0
  319. package/build/core/middleware/utils/debug/taskMigrator.d.ts.map +1 -1
  320. package/build/core/middleware/utils/debug/taskMigrator.js +134 -37
  321. package/build/core/middleware/utils/debug/taskMigrator.js.map +1 -1
  322. package/build/core/middleware/utils/migrationContext.d.ts +1 -0
  323. package/build/core/middleware/utils/migrationContext.d.ts.map +1 -1
  324. package/build/core/middleware/utils/migrationContext.js +1 -0
  325. package/build/core/middleware/utils/migrationContext.js.map +1 -1
  326. package/build/core/middleware/utils/v3MigrationUtils.d.ts +9 -1
  327. package/build/core/middleware/utils/v3MigrationUtils.d.ts.map +1 -1
  328. package/build/core/middleware/utils/v3MigrationUtils.js +49 -18
  329. package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
  330. package/build/core/question.d.ts +10 -3
  331. package/build/core/question.d.ts.map +1 -1
  332. package/build/core/question.js +181 -90
  333. package/build/core/question.js.map +1 -1
  334. package/build/core/types.d.ts +3 -3
  335. package/build/core/types.d.ts.map +1 -1
  336. package/build/error/arm.d.ts +6 -0
  337. package/build/error/arm.d.ts.map +1 -1
  338. package/build/error/arm.js +17 -1
  339. package/build/error/arm.js.map +1 -1
  340. package/build/error/azure.d.ts +30 -0
  341. package/build/error/azure.d.ts.map +1 -1
  342. package/build/error/azure.js +81 -1
  343. package/build/error/azure.js.map +1 -1
  344. package/build/error/common.d.ts +14 -2
  345. package/build/error/common.d.ts.map +1 -1
  346. package/build/error/common.js +59 -11
  347. package/build/error/common.js.map +1 -1
  348. package/build/error/deploy.d.ts +28 -0
  349. package/build/error/deploy.d.ts.map +1 -1
  350. package/build/error/deploy.js +100 -1
  351. package/build/error/deploy.js.map +1 -1
  352. package/build/error/script.d.ts +14 -0
  353. package/build/error/script.d.ts.map +1 -0
  354. package/build/error/script.js +38 -0
  355. package/build/error/script.js.map +1 -0
  356. package/build/error/upgrade.d.ts +5 -0
  357. package/build/error/upgrade.d.ts.map +1 -0
  358. package/build/error/upgrade.js +16 -0
  359. package/build/error/upgrade.js.map +1 -0
  360. package/build/error/yml.d.ts +1 -1
  361. package/build/error/yml.d.ts.map +1 -1
  362. package/build/error/yml.js +5 -5
  363. package/build/error/yml.js.map +1 -1
  364. package/package.json +13 -8
  365. package/resource/package.nls.cs.json +307 -366
  366. package/resource/package.nls.de.json +307 -366
  367. package/resource/package.nls.es.json +307 -366
  368. package/resource/package.nls.fr.json +307 -366
  369. package/resource/package.nls.it.json +307 -366
  370. package/resource/package.nls.ja.json +307 -366
  371. package/resource/package.nls.json +118 -112
  372. package/resource/package.nls.ko.json +307 -366
  373. package/resource/package.nls.pl.json +307 -366
  374. package/resource/package.nls.pt-BR.json +307 -366
  375. package/resource/package.nls.ru.json +307 -366
  376. package/resource/package.nls.tr.json +307 -366
  377. package/resource/package.nls.zh-Hans.json +307 -366
  378. package/resource/package.nls.zh-Hant.json +307 -366
  379. package/resource/yaml.schema.json +33 -12
  380. package/templates/core/v3Migration/csharp.app.local.yml +13 -20
  381. package/templates/core/v3Migration/csharp.app.yml +20 -9
  382. package/templates/core/v3Migration/js.ts.app.local.yml +105 -53
  383. package/templates/core/v3Migration/js.ts.app.yml +149 -54
  384. package/templates/core/v3Migration/spfx.app.yml +61 -17
  385. package/templates/core/v3Migration/upgradeReport.md +4 -2
  386. package/templates/fallback/common.zip +0 -0
  387. package/templates/fallback/csharp.zip +0 -0
  388. package/templates/fallback/js.zip +0 -0
  389. package/templates/fallback/ts.zip +0 -0
  390. package/templates/plugins/resource/aad/auth/V3/Bot/SSO/SsoOperations.cs +23 -8
  391. package/templates/plugins/resource/aad/auth/V3/Tab/GetUserProfile.razor +2 -1
  392. package/build/component/driver/aad/error/invalidParameterUserError.d.ts +0 -5
  393. package/build/component/driver/aad/error/invalidParameterUserError.d.ts.map +0 -1
  394. package/build/component/driver/aad/error/invalidParameterUserError.js +0 -29
  395. package/build/component/driver/aad/error/invalidParameterUserError.js.map +0 -1
  396. package/build/component/driver/aad/error/unhandledError.d.ts +0 -8
  397. package/build/component/driver/aad/error/unhandledError.d.ts.map +0 -1
  398. package/build/component/driver/aad/error/unhandledError.js +0 -33
  399. package/build/component/driver/aad/error/unhandledError.js.map +0 -1
  400. package/build/component/driver/botAadApp/error/invalidParameterUserError.d.ts +0 -5
  401. package/build/component/driver/botAadApp/error/invalidParameterUserError.d.ts.map +0 -1
  402. package/build/component/driver/botAadApp/error/invalidParameterUserError.js +0 -30
  403. package/build/component/driver/botAadApp/error/invalidParameterUserError.js.map +0 -1
  404. package/build/component/driver/botAadApp/error/unhandledError.d.ts +0 -8
  405. package/build/component/driver/botAadApp/error/unhandledError.d.ts.map +0 -1
  406. package/build/component/driver/botAadApp/error/unhandledError.js +0 -33
  407. package/build/component/driver/botAadApp/error/unhandledError.js.map +0 -1
  408. package/build/component/driver/botFramework/error/unhandledError.d.ts +0 -5
  409. package/build/component/driver/botFramework/error/unhandledError.d.ts.map +0 -1
  410. package/build/component/driver/botFramework/error/unhandledError.js +0 -25
  411. package/build/component/driver/botFramework/error/unhandledError.js.map +0 -1
  412. package/build/component/driver/file/error/unhandledError.d.ts +0 -5
  413. package/build/component/driver/file/error/unhandledError.d.ts.map +0 -1
  414. package/build/component/driver/file/error/unhandledError.js +0 -25
  415. package/build/component/driver/file/error/unhandledError.js.map +0 -1
  416. package/build/component/driver/m365/error/FileNotFoundUserError.d.ts +0 -5
  417. package/build/component/driver/m365/error/FileNotFoundUserError.d.ts.map +0 -1
  418. package/build/component/driver/m365/error/FileNotFoundUserError.js +0 -22
  419. package/build/component/driver/m365/error/FileNotFoundUserError.js.map +0 -1
  420. package/build/component/driver/m365/error/unhandledError.d.ts +0 -5
  421. package/build/component/driver/m365/error/unhandledError.d.ts.map +0 -1
  422. package/build/component/driver/m365/error/unhandledError.js +0 -25
  423. package/build/component/driver/m365/error/unhandledError.js.map +0 -1
  424. package/build/component/driver/prerequisite/constant.d.ts.map +0 -1
  425. package/build/component/driver/prerequisite/constant.js.map +0 -1
  426. package/build/component/driver/prerequisite/error/dotnetInstallationUserError.d.ts +0 -5
  427. package/build/component/driver/prerequisite/error/dotnetInstallationUserError.d.ts.map +0 -1
  428. package/build/component/driver/prerequisite/error/dotnetInstallationUserError.js.map +0 -1
  429. package/build/component/driver/prerequisite/error/funcInstallationUserError.d.ts +0 -5
  430. package/build/component/driver/prerequisite/error/funcInstallationUserError.d.ts.map +0 -1
  431. package/build/component/driver/prerequisite/error/funcInstallationUserError.js.map +0 -1
  432. package/build/component/driver/prerequisite/installDriver.d.ts.map +0 -1
  433. package/build/component/driver/prerequisite/installDriver.js.map +0 -1
  434. package/build/component/driver/prerequisite/interfaces/InstallToolArgs.d.ts.map +0 -1
  435. package/build/component/driver/prerequisite/interfaces/InstallToolArgs.js.map +0 -1
  436. package/build/core/middleware/envInfoWriter.d.ts +0 -8
  437. package/build/core/middleware/envInfoWriter.d.ts.map +0 -1
  438. package/build/core/middleware/envInfoWriter.js +0 -76
  439. package/build/core/middleware/envInfoWriter.js.map +0 -1
  440. package/build/core/middleware/envInfoWriterV3.d.ts +0 -6
  441. package/build/core/middleware/envInfoWriterV3.d.ts.map +0 -1
  442. package/build/core/middleware/envInfoWriterV3.js +0 -67
  443. package/build/core/middleware/envInfoWriterV3.js.map +0 -1
  444. package/build/core/middleware/projectSettingsWriter.d.ts +0 -6
  445. package/build/core/middleware/projectSettingsWriter.d.ts.map +0 -1
  446. package/build/core/middleware/projectSettingsWriter.js +0 -52
  447. package/build/core/middleware/projectSettingsWriter.js.map +0 -1
  448. /package/build/component/driver/{prerequisite → devTool}/constant.d.ts +0 -0
  449. /package/build/component/driver/{prerequisite → devTool}/constant.js +0 -0
  450. /package/build/component/driver/{prerequisite → devTool}/interfaces/InstallToolArgs.js +0 -0
@@ -1,6 +1,4 @@
1
1
  {
2
- "core.create.successNotice": "Scaffold successfully.",
3
- "core.init.successNotice": "Your project has been successfully initialized to operate with TeamsFx.\n\nSome next steps:\nteamsfx add <feature> will allow you to add features like single sign on or Teams notification integration.\n\nPro tip:\nRead on aka.ms/teams-manifest to learn more about updating manifest file to connect with your existing launch page experience.",
4
2
  "core.provision.provision": "Provision",
5
3
  "core.provision.learnMore": "Learn more",
6
4
  "core.provision.switchedM365AccountNotice": "You are now using a different Microsoft 365 tenant from what you previously used.",
@@ -18,11 +16,11 @@
18
16
  "core.provision.configurationFinishNotice": "[%s] Configuration finished.",
19
17
  "core.provision.ProvisionFinishNotice": "[%s] Provision finished!",
20
18
  "core.provision.viewResources": "View provisioned resources",
21
- "core.error.NoEnvFilesError": "Unable to find .env files.",
22
19
  "core.deploy.FailedToDeployBeforeProvision": "Unable to deploy because the resources have not been provisioned yet. Make sure you do the provision first. Click Get Help to learn more about why you need to provision.",
23
20
  "core.deploy.noCapabilityFound": "No capability found to %s. Click Get Help to learn more about how to add capabilities.",
24
21
  "core.deploy.successNotice": "'%s' successfully deployed.",
25
22
  "core.deploy.aadManifestSuccessNotice": "Your Azure Active Directory application has been successfully deployed. Click \"Learn more\" to check how to view your Azure Active Directory application.",
23
+ "core.deploy.aadManifestOnCLISuccessNotice": "Your Azure Active Directory application has been successfully updated.",
26
24
  "core.deploy.aadManifestLearnMore": "Learn more",
27
25
  "core.deploy.failNotice": "Unable to deploy '%s'!",
28
26
  "core.deploy.botTroubleShoot": "To troubleshoot bot application in azure, please click learn more for documentation.",
@@ -72,9 +70,9 @@
72
70
  "core.progress.buildingBot.detail": "Installing dependencies.",
73
71
  "core.progress.provisionBot": "Registering Bot",
74
72
  "core.progress.generateTemplate": "Generating Template",
75
- "core.progress.generateTemplate.detail": "Downloading and unzipping Template",
73
+ "core.progress.generateTemplate.detail": "Downloading Template %s",
76
74
  "core.progress.generateSample": "Generating Sample",
77
- "core.progress.generateSample.detail": "Downloading and unzipping Sample",
75
+ "core.progress.generateSample.detail": "Downloading Sample %s",
78
76
  "core.progress.configureStorage": "Configuring Tab",
79
77
  "core.progress.packingCode": "Creating application package.",
80
78
  "core.progress.deploy": "Deploy",
@@ -86,6 +84,7 @@
86
84
  "core.progress.uploadTabToStorage": "Uploading Tab front end to Azure Storage account.",
87
85
  "core.progress.configureAzureStorage": "Configuring Azure Storage, enable static website setting.",
88
86
  "core.progress.runCommand": "Run command %s at %s",
87
+ "core.progress.deployToAzure": "Deploying %s to %s.",
89
88
  "core.log.updateFunctionAppSettings": "Updating Azure Functions app settings.",
90
89
  "core.error.programmingLanguageInvalid": "Invalid programming language found in project settings.",
91
90
  "core.Notification.ReadMore": "Read more",
@@ -96,11 +95,12 @@
96
95
  "core.migrationV3.VS.Message": "The Teams Toolkit preview feature - Teams App Configuration Improvements is turned on. This project is required to be upgraded to work with the preview features. Select \"Learn more\" to read about the required changes or select \"Upgrade\" to perform the changes automatically. If you don't want to upgrade, you can turn off the preview feature.",
97
96
  "core.migrationV3.aadManifestNotExist": "templates/appPackage/aad.manifest.template.json does not exist. You may be trying to upgrade a project created by Teams Toolkit for Visual Studio Code v3.x / Teams Toolkit CLI v0.x / Teams Toolkit for Visual Studio v17.3. Please install Teams Toolkit for Visual Studio Code v4.x / Teams Toolkit CLI v1.x / Teams Toolkit for Visual Studio v17.4 and run upgrade first.",
98
97
  "core.migrationV3.manifestNotExist": "templates/appPackage/manifest.template.json does not exist. You may be trying to upgrade a project created by Teams Toolkit for Visual Studio Code v3.x / Teams Toolkit CLI v0.x / Teams Toolkit for Visual Studio v17.3. Please install Teams Toolkit for Visual Studio Code v4.x / Teams Toolkit CLI v1.x / Teams Toolkit for Visual Studio v17.4 and run upgrade first.",
98
+ "core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json is invalid.",
99
99
  "core.migrationV3.CreateNewProject": "Teams Toolkit (pre-release) does not support migrating projects from previous versions. Project migration will be added in an upcoming release.",
100
100
  "core.migrationV3.abandonedProject": "This project is only for previewing and will not be supported by Teams Toolkit. Please try Teams Toolkit by creating a new project",
101
101
  "core.migrationV3.notAllowedMigration": "Teams Toolkit's Pre-Release version supports new project configuration and is incompatible with previous versions. Try it by creating a new project or run \"teamsfx upgrade\" to upgrade your project first.",
102
102
  "core.migrationToArmAndMultiEnv.SuccessMessage": "Upgrade succeeded.",
103
- "core.migrationToArmAndMultiEnv.ErrorMessage": "The upgrade process has failed. To troubleshoot and resolve the issue, please check the error message in the [output channel](command:fx-extension.showOutputChannel).\n If you prefer to upgrade manually, please click on 'Learn More' to view the FAQ section.",
103
+ "core.migrationToArmAndMultiEnv.ErrorMessage": "The upgrade process has failed. To troubleshoot and resolve the issue, please check the error message in the [Output panel](command:fx-extension.showOutputChannel).\n If you prefer to upgrade manually, please click on 'Learn More' to view the FAQ section.",
104
104
  "core.migrationToArmAndMultiEnv.PreCheckErrorMessage": "The upgrade process has failed. The file '%s' either does not exist or is not in JSON format. To proceed with the upgrade, please fix the file and try again by running the command \"Teams: Upgrade project\".\n If you prefer to upgrade manually, please click on \"Learn More\" to access the FAQ section.",
105
105
  "core.consolidateLocalRemote.Message": "Your project will be upgraded to work with the latest version of Teams Toolkit. The upgrade will only add config.local.json, manifest.template.json files and backup manifest.remote.template.json, manifest.local.template.json files without changing your custom code. If you do not want to upgrade, install an older version of Teams Toolkit (<= 3.7.0)",
106
106
  "core.consolidateLocalRemoteWithAadManifest.Message": "Your project will be upgraded to work with the latest version of Teams Toolkit. The upgrade will only add config.local.json, manifest.template.json, aad.template.json files, update projectSettings.json file and backup manifest.remote.template.json, manifest.local.template.json, projectSettings.json files without changing your custom code. If you do not want to upgrade, install an older version of Teams Toolkit (<= 3.7.0)",
@@ -110,7 +110,6 @@
110
110
  "core.aadManifestMigration.outputMsg": "Congratulations! AAD manifest has been added, and please start to use this file to customize your AAD App registration. We have added aad.template.json, updated your projectSettings.json file and backed up projectSettings.json to .backup folder.",
111
111
  "core.aadManifestMigration.SuccessMessage": "Detect that your project is a previous version and auto update your project for new Teams Toolkit version. The following changes have been made:\n1. 'aad.template.json' is created under 'templates/appPackage'. For more information about AAD manifest, please refer %s\n2. '.fx/configs/projectSettings.json' is updated to include authentication related configuration. You can find a backup of old version in .backup folder.\nCongratulations! Your project now is updated and ready to run in latest version of Teams Toolkit.",
112
112
  "core.aadManifestMigration.ParsePermissionsFailedWarning": "Cannot parse permissions.json file when migration, and please follow this link to update permissions in aad.template.json file if necessary: https://aka.ms/teamsfx-aad-manifest#customize-requiredresourceaccess",
113
- "core.projectVersionChecker.vscodeUseNewVersion": "The current project is incompatible with the installed Teams Toolkit, please install %s or above and reopen this project.",
114
113
  "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/teamsfx-cli@latest",
115
114
  "core.projectVersionChecker.incompatibleProject": "The current project is incompatible with the installed version of Teams Toolkit.",
116
115
  "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.",
@@ -128,13 +127,12 @@
128
127
  "core.deployArmTemplates.FailedToGetEnvironmentName": "Unable to get target environment name from solution context.",
129
128
  "core.deployArmTemplates.ParameterNotExist": "%s does not exist.",
130
129
  "core.deployArmTemplates.FailedToExpandParameter": "Unable to get expanded parameter from %s",
131
- "core.deployArmTemplates.InvalidAzureCredential": "Azure Credential is invalid.",
132
130
  "core.deployArmTemplates.FailedToGetSubsId": "Unable to get subscription id.",
133
131
  "core.deployArmTemplates.ActionSuccess": "Successfully deployed ARM templates. Resource group name: %s. Deployment name: %s",
134
132
  "core.handleConfigFile.FailedToUpdateAzureParameters": "Unable to update Azure parameters for %s environment.",
135
133
  "core.appSettingsUtil.FailedToResetAppSettingsDevelopment": "Unable to reset values in appsettings.Development.json.",
136
134
  "core.backupFiles.FailedToBackupFiles": "Unable to backup %s.",
137
- "core.collaboration.ListCollaboratorsSuccess": "'List Microsoft 365 App owners' succeeded, you can view it in [output channel](%s).",
135
+ "core.collaboration.ListCollaboratorsSuccess": "'List Microsoft 365 App owners' succeeded, you can view it in [Output panel](%s).",
138
136
  "core.collaboration.GrantingPermission": "Granting permission",
139
137
  "core.collaboration.EmailCannotBeEmptyOrSame": "Collaborator's email cannot be null or same as current user",
140
138
  "core.collaboration.CannotFindUserInCurrentTenant": "Cannot find user in current tenant, check whether your email address is correct",
@@ -154,7 +152,6 @@
154
152
  "core.collaboration.SsoAadAppId": "SSO AAD App (ID: ",
155
153
  "core.collaboration.TeamsAppOwner": "Teams App Owner: ",
156
154
  "core.collaboration.AadAppOwner": "Azure Active Directory App Owner: ",
157
- "core.collaboration.NotOwnerOfSsoAadApp": "(Not owner of SSO AAD app)",
158
155
  "core.collaboration.StaringCheckPermission": "Starting to check permission for environment: ",
159
156
  "core.collaboration.CheckPermissionResourceId": "Resource ID: ",
160
157
  "core.collaboration.Undefined": "undefined",
@@ -171,7 +168,7 @@
171
168
  "plugins.spfx.questions.packageSelect.placeholder": "Select an option for scaffolding",
172
169
  "plugins.spfx.questions.packageSelect.useGlobalPackage.withVersion.label": "Use globally installed SPFx (%s)",
173
170
  "plugins.spfx.questions.packageSelect.useGlobalPackage.noVersion.label": "Use globally installed SPFx",
174
- "plugins.spfx.questions.packageSelect.useGlobalPackage.detail": "Recommend SPFx %s or later",
171
+ "plugins.spfx.questions.packageSelect.useGlobalPackage.detail": "SPFx %s or later",
175
172
  "plugins.spfx.questions.packageSelect.installLocally.withVersion.label": "Install the latest SPFx (%s) locally in Teams Toolkit directory ",
176
173
  "plugins.spfx.questions.packageSelect.installLocally.noVersion.label": "Install the latest SPFx locally in Teams Toolkit directory ",
177
174
  "plugins.spfx.buildNotice": "SharePoint package successfully built at %s.",
@@ -204,7 +201,7 @@
204
201
  "plugins.spfx.GetTenantFailedError": "Cannot get tenant %s %s",
205
202
  "plugins.spfx.error.installLatestDependencyError": "Encountered unknown issues when setting up SPFx environment in %s folder. You could follow [Set up your SharePoint Framework development environment | Microsoft Learn](%s) to set up global SPFx environment.",
206
203
  "_plugins.spfx.error.installLatestDependencyError.comment": "'Microsoft Learn' and 'SharePoint' are the product brand names which should not be localized.",
207
- "plugins.spfx.error.scaffoldError": "Project creation failed. A possible reason could be from Yeoman SharePoint Generator. Check [output window](%s) for details.",
204
+ "plugins.spfx.error.scaffoldError": "Project creation failed. A possible reason could be from Yeoman SharePoint Generator. Check [Output panel](%s) for details.",
208
205
  "plugins.frontend.checkNetworkTip": "Check your network connection.",
209
206
  "plugins.frontend.checkFsPermissionsTip": "Check if you have Read/Write permissions to your file system.",
210
207
  "plugins.frontend.checkStoragePermissionsTip": "Check if you have permissions to your Azure Storage Account.",
@@ -235,7 +232,6 @@
235
232
  "plugins.appstudio.provisionTitle": "Provision Teams app",
236
233
  "plugins.appstudio.provisionProgress": "Registering Teams app %s...",
237
234
  "plugins.appstudio.postProvisionProgress": "Updating Teams app %s...",
238
- "plugins.appstudio.dataRequired": "Data required: %s.",
239
235
  "plugins.appstudio.manuallySubmitTip": "Manually submit Teams app package file",
240
236
  "plugins.appstudio.manuallySubmitDescription": "Build the Teams app package. You will need to send it to your Teams administrator manually",
241
237
  "plugins.appstudio.autoPublishTip": "Install for your organization",
@@ -250,8 +246,6 @@
250
246
  "plugins.appstudio.viewDeveloperPortal": "View in Developer Portal",
251
247
  "plugins.bot.questionHostTypeTrigger.title": "Choose triggers",
252
248
  "plugins.bot.questionHostTypeTrigger.placeholder": "Choose triggers",
253
- "plugins.bot.questionHostTypeTrigger.error.emptySelection": "You have to select at least one trigger.",
254
- "plugins.bot.questionHostTypeTrigger.error.hostTypeConflict": "Azure Functions and Azure App Service host types are in conflict.",
255
249
  "plugins.bot.triggers.http-functions.cliName": "http-functions",
256
250
  "plugins.bot.triggers.http-functions.description": "Azure Functions",
257
251
  "plugins.bot.triggers.http-functions.detail": "A running function hosted on Azure Functions can listen to HTTP requests.",
@@ -352,18 +346,11 @@
352
346
  "error.UpgradeV3CanceledError": "If you are not ready to upgrade, please continue to use the old version of Teams Toolkit",
353
347
  "error.ConsolidateCanceledError": "If you don't want to upgrade your project, install another version of Teams Toolkit (version <= 3.7.0).",
354
348
  "error.OperationNotPermittedError": "Operation is not permitted: %s",
355
- "error.InvalidInputError": "Unable to update context: %s",
356
- "error.ContextUpgradeError": "Invalid inputs: %s",
349
+ "error.InvalidInputError": "Invalid inputs: %s",
357
350
  "error.ProjectSettingsUndefinedError": "Project settings is undefined",
358
351
  "error.MultipleEnvNotEnabledError": "MultipleEnv feature is not enabled",
359
- "error.PluginHasNoTaskImpl": "Plugin %s has not implemented method: %s",
360
- "error.FunctionRouterError": "Unable to route function call: %s",
361
352
  "error.ProjectEnvAlreadyExistError": "Project environment %s already exists.",
362
- "error.TaskNotSupportError": "Operation is not supported: %s.",
363
353
  "error.InvalidEnvConfigError": "The configuration %s is invalid, details: %s.",
364
- "error.NonExistEnvNameError": "Can not find environment %s.",
365
- "error.ModifiedSecretError": "The secret file has been changed.",
366
- "error.LoadSolutionError": "Unable to load solution",
367
354
  "error.NotImplementedError": "Method not implemented: %s",
368
355
  "error.LoadPluginError": "Unable to load plugin",
369
356
  "error.SPFxConfigError": "Load SPFx config %s failed.",
@@ -373,20 +360,15 @@
373
360
  "error.MissingSubscriptionInConfig": "Please provide the subscription id of the resource group (%s) in (%s)",
374
361
  "error.NoSubscriptionFound": "Unable to find a subscription.",
375
362
  "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.",
376
- "error.FailedToCreateResourceGroup": "Unable to create resource group \"%s\": the resource group exists",
377
- "error.FailedToListResourceGroupLocation": "Unable to list resource group locations",
378
363
  "error.BicepGenerationError": "Unable to generate Bicep file %s. Reason: %s",
379
364
  "error.LocalBotEndpointNotConfigured": "Local bot endpoint is not configured. Set \"bot.siteEndpoint\" in \".fx/configs/config.local.json\" and try again.",
380
365
  "error.NgrokTunnelNotConnected": "Ngrok tunnel is not connected. Check your network settings and try again.",
381
366
  "error.VideoFilterAppNotRemoteSupported": "Video filter app in remote is not supported by Teams Toolkit. Check the README.md file in project root folder.",
382
- "error.frontend.ClearStorageError": "Unable to clear Azure Storage Account.",
383
- "error.frontend.UploadToStorageError": "Unable to upload local path %s to Azure Storage Account.",
384
- "error.frontend.GetContainerError": "Unable to get container %s from Azure Storage Account.",
385
367
  "error.frontend.FailedSaveEnv": "Unable to save environment variables to %s. Your App may not work.",
386
368
  "error.frontend.FailedLoadEnv": "Unable to load environment variables from %s. Your App may not work.",
387
369
  "error.appstudio.teamsAppCreateFailed": "Unable to create Teams app in Developer Portal, due to %s",
388
370
  "error.appstudio.teamsAppUpdateFailed": "Unable to update Teams app with ID %s.",
389
- "error.appstudio.apiFailed": "API call to Developer Portal failed. Check [output window](command:fx-extension.showOutputChannel) for details.",
371
+ "error.appstudio.apiFailed": "API call to Developer Portal failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
390
372
  "_error.appstudio.apiFailed.comment": " This is to describe API call, no need to translate '(command:fx-extension.showOutputChannel)'. ",
391
373
  "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.",
392
374
  "_error.appstudio.apiFailed.telemetry.comment": " This is to describe API call, no need to translate 'X-Correlation-ID'.",
@@ -397,7 +379,6 @@
397
379
  "error.appstudio.grantPermissionFailed": "Grant permission failed. Reason: %s",
398
380
  "error.appstudio.listCollaboratorFailed": "List collaborator failed. Reason: %s",
399
381
  "error.appstudio.updateManifestInvalidApp": "Cannot find teams app with id %s. You must run debug or provision first before updating manifest to Teams platform.",
400
- "error.appstudio.updateManifestFailed": "Update manifest failed. ",
401
382
  "error.appstudio.invalidCapability": "Invalid capability: %s",
402
383
  "error.appstudio.capabilityExceedLimit": "Cannot add capability %s, it reaches the limit.",
403
384
  "error.appstudio.staticTabNotExist": "Cannot find static tab with entity id %s, unable to update.",
@@ -419,7 +400,10 @@
419
400
  "error.generator.FetchZipFromUrlError": "Unable to download zip package from %s.",
420
401
  "error.generator.UnzipError": "Unable to unzip templates and write to disk.",
421
402
  "error.generator.MissKeyError": "Unable to find key %s",
422
- "error.sql.GetDetail": "Get the detailed error message in [output](command:fx-extension.showOutputChannel).",
403
+ "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",
404
+ "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",
405
+ "error.generator.ParseUrlError": "Unable to parse url %s",
406
+ "error.sql.GetDetail": "Get the detailed error message in [Output panel](command:fx-extension.showOutputChannel).",
423
407
  "error.sql.LinkHelpMessage": "You can follow %s to handle it.",
424
408
  "error.sql.SqlInputError": "SQL admin name or password is empty",
425
409
  "error.sql.SqlAskInputError": "Unable to get answer for SQL questions",
@@ -454,7 +438,7 @@
454
438
  "error.debugHandler.InvalidExistingBotArgsError": "botId and botPassword need to be set together if you use existing bot.",
455
439
  "error.debugHandler.DebugArgumentEmptyError": "Debug argument '%s' is empty.",
456
440
  "error.debugHandler.InvalidTabBaseUrlError": "baseUrl must be a valid https url.",
457
- "error.m365.M365TitleNotAcquiredError": "Microsoft 365 title is not acquired yet, please use m365Title/acquire action to acquire Microsoft 365 title.",
441
+ "error.m365.NotExtendedToM365Error": "Unable to extend Teams app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend your Teams app to Microsoft 365.",
458
442
  "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.",
459
443
  "core.QuestionAppName.validation.maxlength": "Application name is longer than the maximum length of 30.",
460
444
  "core.QuestionAppName.validation.pathExist": "Path exists: %s. Select a different application name.",
@@ -468,46 +452,58 @@
468
452
  "core.TabOption.description": "UI-based app",
469
453
  "core.TabOption.detail": "Teams-aware webpages embedded in Microsoft Teams",
470
454
  "core.TabOption.detailNew": "Teams identity aware webpages embedded in Microsoft Teams",
471
- "core.DashboardOption.label": "Dashboard tab",
472
- "core.DashboardOption.detail": "Embed a canvas containing multiple cards that provide an overview of data or content in Microsoft Teams",
455
+ "core.DashboardOption.label": "Dashboard",
456
+ "core.DashboardOption.detail": "A canvas with cards and widgets for displaying important information",
473
457
  "core.BotOption.description": "Conversational Agent",
474
458
  "core.BotOption.detail": "Running simple and repetitive automated tasks through conversations",
475
- "core.BotNewUIOption.label": "Bot",
476
- "core.BotNewUIOption.detail": "Hello world chatbot to run simple and repetitive tasks by user",
477
- "core.MessageExtensionOption.labelNew": "Message extension",
459
+ "core.BotNewUIOption.label": "Basic Bot",
460
+ "core.BotNewUIOption.detail": "A simple implementation of a bot that's ready to customize",
461
+ "core.MessageExtensionOption.labelNew": "Collect Form Input and Process Data",
478
462
  "core.MessageExtensionOption.label": "Message Extension",
479
463
  "core.MessageExtensionOption.description": "Custom UI when users compose messages in Teams",
480
- "core.MessageExtensionOption.detail": "Hello world message extension allowing interactions via buttons and forms",
481
- "core.NotificationOption.label": "Notification bot",
482
- "core.NotificationOption.detail": "Send notification to Microsoft Teams via various triggers",
483
- "core.Option.recommend": "Recommended",
484
- "core.Option.preview": "Preview",
485
- "core.CommandAndResponseOption.label": "Command bot",
486
- "core.CommandAndResponseOption.detail": "Respond to simple commands in Microsoft Teams chat",
487
- "core.WorkflowOption.label": "Workflow bot",
488
- "core.WorkflowOption.detail": "Automate repetitive workflows for common business processes in Microsoft Teams chat",
464
+ "core.MessageExtensionOption.detail": "Get user input, do something with it, and send customized results back",
465
+ "core.NotificationOption.label": "Chat Notification Message",
466
+ "core.NotificationOption.detail": "Notify and inform with a message that displays in Teams chats",
467
+ "core.CommandAndResponseOption.label": "Chat Command",
468
+ "core.CommandAndResponseOption.detail": "Trigger work with custom chat commands in Teams chats",
469
+ "core.WorkflowOption.label": "Sequential Workflow in Chat",
470
+ "core.WorkflowOption.detail": "Interact with multi-step processes in Teams chats",
489
471
  "core.ExistingTabOption.label": "Embed existing web app",
490
472
  "core.ExistingTabOption.detail": "Bring your own static webpages and embed in Microsoft Teams",
491
473
  "core.ExistingTabEndpointQuestion.placeholder": "Input your existing tab endpoint",
492
474
  "core.ExistingTabEndpointQuestion.title": "Enter your web app's local endpoint",
493
475
  "core.ExistingTabEndpointQuestion.validation": "Please enter a valid URL started with https://",
494
476
  "core.TabSPFxOption.label": "Tab (SPFx)",
495
- "core.TabSPFxOption.labelNew": "SPFx tab",
477
+ "core.TabSPFxOption.labelNew": "SPFx",
496
478
  "core.TabSPFxOption.description": "Client-side app with SharePoint Framework",
497
479
  "core.TabSPFxOption.detail": "Auto-hosted SPFx web part tightly integrated with Microsoft Teams",
498
- "core.TabSPFxOption.detailNew": "SPFx components hosted in Microsoft 365 and embeded in Microsoft Teams",
480
+ "core.TabSPFxOption.detailNew": "Build UI with SharePoint Framework",
499
481
  "core.TabSso.description": "Single Sign On for Tab",
500
482
  "core.TabSso.detail": "Enable Single Sign On in your Teams Tab app",
501
483
  "core.BotSso.description": "Single Sign On for Bot",
502
484
  "core.BotSso.detail": "Enable Single Sign On in your Teams Bot app",
503
- "core.TabNonSso.label": "Tab",
504
- "core.TabNonSso.detail": "Hello world webpages embedded in Microsoft Teams",
485
+ "core.TabNonSso.label": "Basic Tab",
486
+ "core.TabNonSso.detail": "A simple implementation of a web app that's ready to customize",
505
487
  "core.addCapabilityQuestion.title": "Choose Capabilities",
506
488
  "core.addCapabilityQuestion.titleNew": "Capabilities",
507
489
  "core.addFeatureQuestion.title": "Add features",
508
490
  "core.createCapabilityQuestion.title": "Select capabilities",
509
491
  "core.createCapabilityQuestion.titleNew": "Capabilities",
510
492
  "core.createCapabilityQuestion.placeholder": "Select a capability",
493
+ "core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
494
+ "core.createProjectQuestion.option.description.worksInOutlook": "Works in Teams and Outlook",
495
+ "core.createProjectQuestion.option.description.worksInOutlookM365": "Works in Teams, Outlook and the Microsoft 365 app",
496
+ "core.createProjectQuestion.projectType.bot.detail": "Conversational or informative chat experiences that can automate repetitive tasks",
497
+ "core.createProjectQuestion.projectType.bot.label": "Bot",
498
+ "core.createProjectQuestion.projectType.bot.title": "App Features Using a Bot",
499
+ "core.createProjectQuestion.projectType.messageExtension.detail": "Search or initiate actions from the chat compose area of Teams and Outlook",
500
+ "core.createProjectQuestion.projectType.messageExtension.title": "App Features Using a Message Extension",
501
+ "core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content",
502
+ "core.createProjectQuestion.projectType.outlookAddin.label": "Outlook Add-in",
503
+ "core.createProjectQuestion.projectType.outlookAddin.title": "App Features Using an Outlook Add-in",
504
+ "core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Micosoft 365 app",
505
+ "core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
506
+ "core.createProjectQuestion.title": "New Project",
511
507
  "core.capability.validation": "Invalid capability combinations: %s, option sets: %s are mutually exclusive",
512
508
  "core.spfxFolder.title": "SPFx solution folder",
513
509
  "core.spfxFolder.placeholder": "Select the folder that contains your SPFx solution",
@@ -586,29 +582,31 @@
586
582
  "core.getUserEmailQuestion.validation1": "Email address cannot be null or empty",
587
583
  "core.getUserEmailQuestion.validation2": "Please change [UserName] to the real user name",
588
584
  "core.collaboration.error.failedToLoadDotEnvFile": "Unable to load your .env File. Reason: %s",
589
- "core.collaboration.error.failedToGetTeamsAppId": "Unable to find Teams app id in your .env file. Please correctly set the value with key '%s' in your .env file.",
585
+ "core.collaboration.error.failedToGetTeamsAppId": "Unable to find Teams app id in your .env file. Make sure you have already run 'Provision' or correctly set the value with key '%s' in your .env file.",
590
586
  "core.selectAadAppManifestQuestion.title": "Select Azure Active Directory manifest.json file",
591
587
  "core.selectTeamsAppManifestQuestion.title": "Select Teams manifest.json file",
592
588
  "core.selectTeamsAppPackageQuestion.title": "Select Teams app package file",
593
589
  "core.selectLocalTeamsAppManifestQuestion.title": "Select local Teams manifest.json file",
594
590
  "core.selectCollaborationAppTypeQuestion.title": "Select app you want to manage the collaborators",
591
+ "core.selectValidateMethodQuestion.validate.selectTitle": "Select a validation method",
592
+ "core.selectValidateMethodQuestion.validate.schemaOption": "Validate using manifest schema",
593
+ "core.selectValidateMethodQuestion.validate.schemaOptionDescription": "Validate using manifest schema",
594
+ "core.selectValidateMethodQuestion.validate.appPackageOption": "Validate app package using validation rules",
595
+ "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Validate app package using validation rules",
595
596
  "core.confirmManifestQuestion.placeholder": "Confirm manifest is correctly selected",
596
597
  "core.aadAppQuestion.label": "Azure Active Directory app",
597
598
  "core.aadAppQuestion.description": "Your Azure Active Directory app for Single Sign On",
598
599
  "core.teamsAppQuestion.label": "Teams app",
599
600
  "core.teamsAppQuestion.description": "Your Teams app",
600
- "core.M365SsoLaunchPageOptionItem.label": "SSO enabled personal tab",
601
- "core.M365SsoLaunchPageOptionItem.detail": "Identity aware webpages embedded in Microsoft Teams, Outlook and the Microsoft 365 app",
602
- "core.M365SearchAppOptionItem.label": "Search-based message extension",
603
- "core.M365SearchAppOptionItem.detail": "Insert search result when user composes messages in Microsoft Teams or emails in Outlook",
601
+ "core.M365SsoLaunchPageOptionItem.label": "React with Fluent UI",
602
+ "core.M365SsoLaunchPageOptionItem.detail": "A web app that uses Fluent UI React components to get a Teams look and feel",
603
+ "core.M365SearchAppOptionItem.label": "Custom Search Results",
604
+ "core.M365SearchAppOptionItem.detail": "Display data directly in Teams and Outlook search results from search or the chat area",
604
605
  "core.M365HostQuestion.title": "Platform",
605
606
  "core.M365HostQuestion.placeholder": "Select a platform to preview the app",
606
607
  "core.options.separator.scenario": "Scenario-based Teams apps",
607
- "core.options.separator.basic": "Basic Teams apps",
608
608
  "core.options.separator.resource": "Cloud resources",
609
609
  "core.options.separator.additional": "Additional features",
610
- "core.options.separator.m365": "Extended Teams apps across Microsoft 365",
611
- "core.options.separator.addin": "Office add-ins",
612
610
  "core.common.LifecycleComplete.provision": "Successfully executed %s/%s actions in provision stage.",
613
611
  "core.common.LifecycleComplete.deploy": "Successfully executed %s/%s actions in deploy stage.",
614
612
  "core.common.LifecycleComplete.publish": "Successfully executed %s/%s actions in publish stage.",
@@ -621,11 +619,11 @@
621
619
  "core.common.OutlookWebClientName1": "Outlook web access client id 1",
622
620
  "core.common.OutlookWebClientName2": "Outlook web access client id 2",
623
621
  "core.NewOfficeAddinOptionVSC.label": "Start with an Outlook add-in",
624
- "core.NewOfficeAddinOptionVSC.detail": "Use the Teams Toolkit to create a new Office add-in application.",
625
- "core.importAddin.label": "Import an existing Outlook add-in (Preview on Windows)",
626
- "core.importAddin.detail": "Import an existing Outlook add-in project to the latest app manifest schema and project structure",
627
- "core.newTaskpaneAddin.label": "Outlook Taskpane add-in (Preview on Windows)",
628
- "core.newTaskpaneAddin.detail": "A ribbon button and taskpane for use with Outlook",
622
+ "core.NewOfficeAddinOptionVSC.detail": "Use the Teams Toolkit to create a new Outlook add-in application.",
623
+ "core.importAddin.label": "Import an Existing Outlook Add-in",
624
+ "core.importAddin.detail": "Upgrade and add-in project to the latest app manifest and project structure",
625
+ "core.newTaskpaneAddin.label": "Taskpane",
626
+ "core.newTaskpaneAddin.detail": "Customize the Ribbon with a button and embed content in the Taskpane",
629
627
  "core.summary.actionDescription": "Action %s%s",
630
628
  "core.summary.lifecycleDescription": "Lifecycle stage: %s(%s step(s) in total). The following actions will be executed: %s",
631
629
  "core.summary.lifecycleNotExecuted": "%s Lifecycle stage %s was not executed.",
@@ -666,7 +664,6 @@
666
664
  "error.aad.AadManifestNotProvisioned": "Unable to generate AAD manifest because the resources have not been provisioned yet. You need to run provision or debug first. Click Get Help to learn more about why you need to provision or debug.",
667
665
  "error.aad.UpdateAadAppError": "Unable to update application in Azure Active Directory: %s",
668
666
  "error.aad.UpdateAadAppUsingManifestError": "Unable to update application in Azure Active Directory. Please make sure 'templates/appPackage/aad.template.json' is valid: %s",
669
- "error.aad.AadManifestNotFoundError": "Aad manifest file not found",
670
667
  "error.aad.GetDisplayNameError": "Unable to get display name.",
671
668
  "error.aad.GetConfigError": "Unable to get configuration value \"%s\" for %s.",
672
669
  "error.aad.FormatError": "Invalid format for %s. Value: %s.",
@@ -782,9 +779,6 @@
782
779
  "_plugins.bot.FailedToGetAlreadyCreatedBot.comment": " This is to describe API call, no need to translate 'X-Correlation-ID'.",
783
780
  "plugins.bot.FailedToProvision": "Unable to provision %s.",
784
781
  "plugins.bot.FailedToUpdateConfigs": "Unable to update configs for %s",
785
- "plugins.bot.FailedListPublishingCredentials": "Unable to list publishing credentials.",
786
- "plugins.bot.FailedDeployZipFile": "Unable to deploy zip file.",
787
- "plugins.bot.FailedCheckDeployStatus": "Unable to check deployment status.",
788
782
  "plugins.bot.BotRegistrationNotFoundWith": "Bot registration was not found with botId %s. Click 'Get Help' button to learn more about how to check bot registrations.",
789
783
  "plugins.bot.FailedUpdateMessageEndpoint": "Unable to update message endpoint with %s.",
790
784
  "plugins.bot.FailToRun": "Unable to run %s.",
@@ -798,7 +792,7 @@
798
792
  "plugins.bot.RecreateProject": "Please recreate the project.",
799
793
  "plugins.bot.CheckCommandOutput": "Please check the command output and try to fix it.",
800
794
  "plugins.bot.RunFailedCommand": "Please run failed command '%s' in the folder: '%s'.",
801
- "plugins.bot.CheckLogAndFix": "Please check log in output channel and try to fix this issue.",
795
+ "plugins.bot.CheckLogAndFix": "Please check log in Output panel and try to fix this issue.",
802
796
  "plugins.bot.CheckPathWriteAccess": "Please check whether the path %s exists and you have write access to it, if no, please move the project to a valid path.",
803
797
  "plugins.bot.AadApp": "AAD app",
804
798
  "plugins.bot.AadClientSecret": "AAD client secret",
@@ -811,13 +805,13 @@
811
805
  "plugins.function.functionAlreadyExists": "Function already exists.",
812
806
  "error.depChecker.DefaultErrorMessage": "Install the required dependencies manually.",
813
807
  "depChecker.learnMoreButtonText": "Learn more",
814
- "depChecker.startInstallFunctionCoreTool": "Downloading and installing @NameVersion.",
815
- "depChecker.finishInstallFunctionCoreTool": "Successfully installed @NameVersion.",
816
- "depChecker.needReplaceWithFuncCoreToolV3": "You must update to @NameVersion to debug your local functions.",
817
- "depChecker.needInstallFuncCoreTool": "You must have @NameVersion installed to debug your local functions.",
818
- "depChecker.failToValidateFuncCoreTool": "Unable to validate @NameVersion after installation.",
819
- "depChecker.globalFuncNodeNotMatched": "Your Node.js (@NodeVersion) is incompatible with your Azure Functions Core Tools (@FuncVersion). Please make sure your Azure Functions Core Tools works with your Node.js version. See (@link) for Azure Functions supported Node.js versions.",
820
- "depChecker.portableFuncNodeNotMatched": "Your Node.js (@NodeVersion) is incompatible with Teams Toolkit Azure Functions Core Tools (@FuncVersion). Go to @Link to install Node.js (@RecommendedVersion is recommended).",
808
+ "depChecker.needInstallNpm": "You must have NPM installed to debug your local functions.",
809
+ "depChecker.failToValidateFuncCoreTool": "Unable to validate Azure Functions Core Tools after installation.",
810
+ "depChecker.symlinkDirAlreadyExist": "The destination of the symlink already exists",
811
+ "depChecker.portableFuncNodeNotMatched": "Your Node.js (@NodeVersion) is incompatible with Teams Toolkit Azure Functions Core Tools (@FuncVersion).",
812
+ "depChecker.invalidFuncVersion": "The format of version %s is invalid.",
813
+ "depChecker.noSentinelFile": "Azure Functions Core Tools installation is incomplete.",
814
+ "depChecker.funcVersionNotMatch": "The version of Azure Functions Core Tools (%s) is not compatible with the specified version range (%s).",
821
815
  "depChecker.startInstallNgrok": "Downloading and installing @NameVersion.",
822
816
  "depChecker.finishInstallNgrok": "Successfully installed @NameVersion.",
823
817
  "depChecker.finishInstallBicep": "Successfully installed @NameVersion.",
@@ -829,10 +823,10 @@
829
823
  "depChecker.useGlobalDotnet": "Using dotnet from PATH:",
830
824
  "depChecker.dotnetInstallStderr": "dotnet-install command failed without error exit code but with non-empty standard error.",
831
825
  "depChecker.dotnetInstallErrorCode": "dotnet-install command failed.",
832
- "depChecker.NodeNotFound": "Cannot find Node.js.\n\nTeams Toolkit requires Node.js; the recommended version is @NodeVersion.\n\nClick \"Learn more\" to learn how to install the Node.js.\n\n(If you just installed Node.js, restart Visual Studio Code for the change to take effect.)",
826
+ "depChecker.NodeNotFound": "Cannot find Node.js. The supported node versions are specified in the package.json. Go to %s to install a supported Node.js. Restart all your Visual Studio Code instances after the installation is finished.",
833
827
  "depChecker.NodeNotSupported": "Node.js (@CurrentVersion) is not in the supported version list (@SupportedVersions).\n\nClick \"Learn more\" to learn more about the supported Node.js versions.\n\n(If you just installed Node.js (@SupportedVersions), restart Visual Studio Code for the change to take effect.)",
834
- "depChecker.V3NodeNotSupported": "Node.js (%s) is not the officially supported version (%s). Your project may continue to work but we recommend to install the supported version. The supported node versions are specified in the package.json. Go to https://nodejs.org/about/releases/ to install a supported Node.js.",
835
- "depChecker.NodeNotLts": "Node.js (%s) is not a LTS version (%s). Go to https://nodejs.org/about/releases/ to install a LTS Node.js.",
828
+ "depChecker.V3NodeNotSupported": "Node.js (%s) is not the officially supported version (%s). Your project may continue to work but we recommend to install the supported version. The supported node versions are specified in the package.json. Go to %s to install a supported Node.js.",
829
+ "depChecker.NodeNotLts": "Node.js (%s) is not a LTS version (%s). Go to %s to install a LTS Node.js.",
836
830
  "depChecker.dotnetNotFound": "Cannot find @NameVersion. For the details why .NET SDK is needed, refer to @HelpLink",
837
831
  "depChecker.depsNotFound": "Cannot find @SupportedPackages.\n\nTeams Toolkit requires these dependencies.\n\nClick \"Install\" to install @InstallPackages.",
838
832
  "depChecker.linuxDepsNotFound": "Cannot find @SupportedPackages. Install @SupportedPackages manually and restart Visual Studio Code.",
@@ -843,9 +837,9 @@
843
837
  "error.BadComponent": "Component '%s' lacks of property: %s.",
844
838
  "error.InvalidFeature": "This feature is not applicable for your project.",
845
839
  "error.UpdateAadManifest.MissingEnvHint": "If you are developing with a new project created with Teams Toolkit, running provision or debug will register correct values for these environment variables.",
840
+ "error.driver.outputEnvironmentVariableUndefined": "The output environment variable name(s) are not defined.",
846
841
  "driver.aadApp.description.create": "Create an Azure Active Directory app to authenticate users",
847
842
  "driver.aadApp.description.update": "Apply Azure Active Directory app manifest to an existing app",
848
- "driver.aadApp.error.invalidParameter": "Following parameter is missing or invalid for %s action: %s.",
849
843
  "driver.aadApp.error.missingEnv": "Environment variable %s is not set.",
850
844
  "driver.aadApp.error.missingEnvInFile": "Environment variable %s referenced in %s has no value.",
851
845
  "driver.aadApp.error.generateSecretFailed": "Cannot generate client secret.",
@@ -876,7 +870,7 @@
876
870
  "driver.botAadApp.log.successCreateBotAad": "Created Azure Active Directory application with client id %s.",
877
871
  "driver.botAadApp.log.useExistingBotAad": "Used existing Azure Active Directory application with client id %s.",
878
872
  "driver.botAadApp.error.unexpectedEmptyBotPassword": "Bot password is empty. Add it in env file or clear bot id to have bot id/password pair regenerated. action: %s.",
879
- "driver.arm.description.deploy": "Deploy the given ARM templates to Azure",
873
+ "driver.arm.description.deploy": "Deploy the given ARM templates to Azure.",
880
874
  "driver.arm.deploy.progressBar.message": "Deploying the ARM templates to Azure...",
881
875
  "debug.warningMessage": "To debug applications in Teams, your localhost server must be on HTTPS.\nFor Teams to trust the self-signed SSL certificate used by the toolkit, a self-signed certificate must be added to your certificate store.\n You may skip this step, but you'll have to manually trust the secure connection in a new browser window when debugging your apps in Teams.\nFor more information \"https://aka.ms/teamsfx-ca-certificate\".",
882
876
  "debug.warningMessage2": " You may be asked for your account credentials when installing the certificate.",
@@ -898,7 +892,7 @@
898
892
  "driver.prerequisite.error.funcInstallationError": "Unable to check and install Azure Functions Core Tools.",
899
893
  "driver.prerequisite.error.dotnetInstallationError": "Unable to check and install .NET Core SDK.",
900
894
  "driver.prerequisite.description": "installing dependencies",
901
- "driver.prerequisite.progressBar": "Checking and installing dependencies.",
895
+ "driver.prerequisite.progressBar": "Checking and installing development tool(s).",
902
896
  "driver.prerequisite.summary.devCert.trusted.succuss": "Development certificate for localhost is installed.",
903
897
  "driver.prerequisite.summary.devCert.notTrusted.succuss": "Development certificate for localhost is generated.",
904
898
  "driver.prerequisite.summary.devCert.skipped": "Skip trusting development certificate for localhost.",
@@ -912,16 +906,9 @@
912
906
  "driver.file.createOrUpdateJsonFile.summary": "The appsettings have been generated successfully to %s.",
913
907
  "driver.file.progressBar.appsettings": "Generating appsettings...",
914
908
  "driver.file.progressBar.env": "Generating environment variables...",
915
- "driver.deploy.FailedListPublishingCredentialsRemoteError": "Unable to list publishing credentials due to remote service error. \nPlease check your account and try again.",
916
909
  "driver.deploy.error.restartWebAppError": "Unable to restart web app.\nPlease try to restart the web app manually if the app doesn't work properly.",
917
- "driver.deploy.UploadToStorageRemoteError": "Unable to upload local path %s to Azure Storage Account due to remote service error.",
918
- "driver.deploy.ClearStorageRemoteError": "Unable to clear Azure Storage Account due to remote service error.",
919
- "driver.deploy.error.deployToAzureRemoteFailed": "Remote service error, upload failed.",
920
910
  "driver.deploy.notice.deployAcceleration": "Deploying to Azure App Service takes a long time. Consider referring to this document to optimize your deployment:",
921
911
  "driver.deploy.notice.deployDryRunComplete": "Deployment preparations are completed. You can find the package in `%s`",
922
- "driver.deploy.azureAppServiceDeploySummary": "Project deployed to Azure App Service successfully.",
923
- "driver.deploy.azureFunctionsDeploySummary": "Project deployed to Azure Functions successfully.",
924
- "driver.deploy.azureStorageDeploySummary": "Project deployed to Azure Storage successfully.",
925
912
  "driver.deploy.azureAppServiceDeployDetailSummary": "Successfully deployed `%s` to Azure App Service.",
926
913
  "driver.deploy.azureFunctionsDeployDetailSummary": "Successfully deployed `%s` to Azure Functions.",
927
914
  "driver.deploy.azureStorageDeployDetailSummary": "Successfully deployed `%s` to Azure Storage.",
@@ -930,16 +917,8 @@
930
917
  "driver.deploy.deployToAzureFunctionsDescription": "deploy the project to the Azure Functions.",
931
918
  "driver.deploy.deployToAzureStorageDescription": "deploy the project to the Azure Storage.",
932
919
  "driver.deploy.enableStaticWebsiteInAzureStorageDescription": "enable static website setting in Azure Storage.",
933
- "driver.deploy.getStorageContainerError": "Unable to get storage container %s.",
934
- "driver.deploy.checkContainerStaticWebsiteError": "Unable to check if the container %s enabled static website option.",
935
- "driver.deploy.checkContainerStaticWebsiteRemoteError": "Unable to check if the container %s enabled static website option due to remote service error.",
936
- "driver.deploy.enableStaticWebsiteError": "Unable to enable static website option for the container %s.",
937
- "driver.deploy.enableStaticWebsiteRemoteError": "Unable to enable static website option for the container %s due to remote service error.",
938
920
  "driver.common.suggestion.retryLater": "Please try again.",
939
921
  "driver.common.FailRetrieveAzureCredentialsRemoteError": "Unable to retrieve Azure credentials due to remote service error.",
940
- "driver.common.GetContainerRemoteError": "Unable to get container %s from Azure Storage Account.",
941
- "driver.deploy.zipDeploymentRemoteStartError": "Zip Deploy success but remote start failed.",
942
- "driver.script.buildSummary": "Running command `%s` at `%s` successfully.",
943
922
  "driver.script.dotnetDescription": "running dotnet command.",
944
923
  "driver.script.npmDescription": "running npm command.",
945
924
  "driver.script.npxDescription": "running npx command.",
@@ -947,7 +926,6 @@
947
926
  "driver.m365.acquire.description": "acquire an Microsoft 365 title with the app package",
948
927
  "driver.m365.acquire.progress.message": "Acquiring Microsoft 365 title with the app package...",
949
928
  "driver.m365.acquire.summary": "The Microsoft 365 title has been acquired successfully (%s).",
950
- "driver.m365.error.fileNotFound": "The input file not found for %s action: %s.",
951
929
  "driver.teamsApp.description.copyAppPackageToSPFxDriver": "copies the generated Teams app package to SPFx solution.",
952
930
  "driver.teamsApp.description.createDriver": "create a Teams app.",
953
931
  "driver.teamsApp.description.updateDriver": "update a Teams app.",
@@ -955,11 +933,8 @@
955
933
  "driver.teamsApp.description.validateDriver": "validate a Teams app.",
956
934
  "driver.teamsApp.description.createAppPackageDriver": "build a Teams app package.",
957
935
  "driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "Copying Teams app package to SPFx solution...",
958
- "driver.teamsApp.progressBar.createTeamsAppTitle": "Create Teams app",
959
936
  "driver.teamsApp.progressBar.createTeamsAppStepMessage": "Creating Teams app...",
960
- "driver.teamsApp.progressBar.updateTeamsAppTitle": "Update Teams app",
961
937
  "driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Updating Teams app...",
962
- "driver.teamsApp.progressBar.publishTeamsAppTitle": "Publish Teams app",
963
938
  "driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the Teams app has already been submitted to tenant App Catalog",
964
939
  "driver.teamsApp.progressBar.publishTeamsAppStep2.1": "Update published Teams app",
965
940
  "driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing Teams app...",
@@ -969,33 +944,39 @@
969
944
  "driver.teamsApp.summary.publishTeamsAppSuccess": "Teams app %s successfully published to the admin portal.",
970
945
  "driver.teamsApp.summary.copyAppPackageSuccess": "Teams app %s was successfully copied to %s.",
971
946
  "driver.teamsApp.summary.copyIconSuccess": "%s icon(s) were successfully updated under %s.",
972
- "driver.teamsApp.summary.validate": "Teams Toolkit has checked against all validation rules:\n\nSummary:\n%s failed, %s passed.\n%s\n%s\n\nA complete log of validations can be found in %s",
973
- "driver.teamsApp.validate.skip": "%s action is currently skipped, will be updated in the future version.",
974
- "driver.teamsApp.invalidParameter": "Following parameter is missing or invalid for %s action: %s.",
975
- "driver.teamsApp.validate.invalidParameter": "Parameter %s should be provided for action %s",
976
- "driver.teamsApp.validate.result": "Teams Toolkit has completed checking your app package against validation rules. %s failed, %s passed. Check [output window](%s) for details.",
947
+ "driver.teamsApp.summary.validate": "Teams Toolkit has checked against all validation rules:\n\nSummary:\n%s.\n%s\n%s\n\nA complete log of validations can be found in %s",
948
+ "driver.teamsApp.summary.validateManifest": "Teams Toolkit has checked manifest with its schema:\n\nSummary:\n%s.\n%s\n",
949
+ "driver.teamsApp.summary.validate.succeed": "%s passed",
950
+ "driver.teamsApp.summary.validate.failed": "%s failed",
951
+ "driver.teamsApp.summary.validate.warning": "%s warning",
952
+ "driver.teamsApp.summary.validate.all": "All",
953
+ "driver.teamsApp.validate.result": "Teams Toolkit has completed checking your app package against validation rules. %s.",
954
+ "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.",
977
955
  "error.teamsApp.validate.apiFailed": "Teams app package validation failed due to %s",
978
- "error.teamsApp.validate.apiFailed.display": "Teams app pacakge validation failed. Check [output window](%s) for details.",
956
+ "error.teamsApp.validate.apiFailed.display": "Teams app pacakge validation failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
979
957
  "error.teamsApp.AppIdNotExistError": "Teams app with ID %s does not exist in Teams Developer Portal.",
980
958
  "error.teamsApp.InvalidAppIdError": "Teams app ID %s is invalid, must be a GUID.",
981
959
  "driver.botFramework.description": "creates or updates the bot registration on dev.botframework.com",
982
960
  "driver.botFramework.summary.create": "The bot registration has been created successfully (%s).",
983
961
  "driver.botFramework.summary.update": "The bot registration has been updated successfully (%s).",
984
962
  "driver.botFramework.progressBar.createOrUpdateBot": "Creating or updating bot registration.",
985
- "driver.generateAppsettings.description": "Add or update environment variables to appsettings file.",
986
- "error.yaml.InvalidYamlSchemaError": "Unable to parse yaml file: %s",
987
- "error.yaml.InvalidYamlSchemaErrorWithReason": "Unable to parse yaml file: %s. Reason: %s",
963
+ "error.yaml.InvalidYamlSchemaError": "Unable to parse yaml file: %s. Please review the yaml file.",
964
+ "error.yaml.InvalidYamlSchemaErrorWithReason": "Unable to parse yaml file: %s. Reason: %s Please review the yaml file.",
988
965
  "error.yaml.YamlFieldTypeError": "Field '%s' should have %s type, yaml file: %s",
989
966
  "error.yaml.YamlFieldMissingError": "Field '%s' is missing, yaml file: %s",
990
967
  "error.yaml.InvalidYmlActionNameError": "Action '%s' not found, yaml file: %s",
991
968
  "error.yaml.LifeCycleUndefinedError": "Lifecycle '%s' is undefined, yaml file: %s",
992
969
  "error.yaml.InvalidActionInputError": "The '%s' action cannot be completed as the following parameter(s): %s, are either missing or have an invalid value in the provided yaml file: %s. Ensure that the required parameters are provided and have valid values and try again.",
993
970
  "error.common.InstallSoftwareError": "Unable to install %s. You can install it manually and restart Visual Studio Code if you are using the Toolkit in Visual Studio Code.",
994
- "error.common.UnresolvedPlaceholderError": "The program cannot proceed as the following environment variables are missing: '%s', which are required for file: %s.",
971
+ "error.common.MissingEnvironmentVariablesError": "The program cannot proceed as the following environment variables are missing: '%s', which are required for file: %s. Make sure the required variables are set either by editing the .env file '%s' with the correct names and values , or by setting the system environment variables with the correct names and values. If you are developing with a new project created with Teams Toolkit, running provision or debug will register correct values for these environment variables.",
995
972
  "error.common.InvalidProjectError": "This command only works for project created by Teams Toolkit.",
996
973
  "error.common.FileNotFoundError": "The file or directory is not found: '%s'. Check if it exists and you have permission to access it.",
997
974
  "error.common.JSONSyntaxError": "JSON syntax error: %s. Check the JSON syntax to ensure it is properly formatted.",
998
975
  "error.common.UnhandledError": "An unexpected error has occurred while performing the %s task. The reason for this error is: %s. Welcome to report this issue by clicking on the provided \"Issue Link\", so that we can investigate and resolve the problem as soon as possible.",
976
+ "error.common.MissingRequiredInputError": "Missing required input: %s",
977
+ "error.common.InputValidationError": "Input '%s' validation failed: %s",
978
+ "error.common.NoEnvFilesError": "Unable to find .env files.",
979
+ "error.upgrade.NoNeedUpgrade": "This project is already the latest, no need to upgrade.",
999
980
  "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.",
1000
981
  "error.collaboration.FailedToLoadManifest": "Unable to load manifest file. Reason: %s.",
1001
982
  "error.azure.InvalidAzureCredentialError": "Unable to obtain your Azure credentials. Ensure that your Azure account is properly authenticated and try again.",
@@ -1003,14 +984,39 @@
1003
984
  "error.azure.ResourceGroupConflictError": "Resource group '%s' already exists in subscription '%s'. Consider choosing a different name or using the existing resource group for your task.",
1004
985
  "error.azure.SelectSubscriptionError": "Unable to select subscription in current account.",
1005
986
  "error.azure.ResourceGroupNotExistError": "The resource group '%s' cannot be found in subscription '%s'.",
987
+ "error.azure.CreateResourceGroupError": "Unable to create resource group '%s' in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
988
+ "error.azure.CheckResourceGroupExistenceError": "Unable to check existence of resource group '%s' in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
989
+ "error.azure.ListResourceGroupsError": "Unable to get resource groups in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
990
+ "error.azure.GetResourceGroupError": "Unable to get information of resource group '%s' in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
991
+ "error.azure.ListResourceGroupLocationsError": "Unable to get available resource group locations for subscription '%s'.",
1006
992
  "error.m365.M365TokenJSONNotFoundError": "Unable to obtain JSON object for Microsoft 365 token. Ensure that your account is authorized to access the tenant and that the token JSON object is valid.",
1007
993
  "error.m365.M365TenantIdNotFoundInTokenError": "Unable to obtain Microsoft 365 tenant ID in token JSON object. Ensure that your account is authorized to access the tenant and that the token JSON object is valid.",
1008
994
  "error.m365.M365TenantIdNotMatchError": "Authentication failed. You are currently signed in to Microsoft 365 tenant '%s', which is different from the one specified in the .env file (TEAMS_APP_TENANT_ID='%s'). To resolve this issue and switch to your current signed-in tenant, please remove the values of '%s' from the .env file and try again.",
1009
995
  "error.arm.CompileBicepError": "Unable to compile Bicep files located in path '%s' to JSON ARM templates. The error message returned was: %s. Check the Bicep files for any syntax or configuration errors and try again.",
1010
- "error.arm.DeployArmError.Notification": "The ARM templates for deployment name: '%s' could not be deployed in resource group '%s'. Refer to the [output channel](command:fx-extension.showOutputChannel) for more detailed error information and try again.",
996
+ "error.arm.DownloadBicepCliError": "Unable to download Bicep cli from '%s'. The error message was: %s. Fix the error and try again. Or remove the bicepCliVersion config in the config file teamsapp.yml and Teams Toolkit will use bicep CLI in PATH",
997
+ "error.arm.DeployArmError.Notification": "The ARM templates for deployment name: '%s' could not be deployed in resource group '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
1011
998
  "error.arm.DeployArmError": "The ARM templates for deployment name: '%s' could not be deployed in resource group '%s' for reason: %s",
1012
999
  "error.arm.GetArmDeploymentError": "The ARM templates for deployment name: '%s' could not be deployed in resource group '%s' for reason: %s. \nUnable to get detailed error message due to: %s. \nRefer to the resource group %s in portal for deployment error.",
1013
1000
  "error.arm.ConvertArmOutputError": "Unable to convert ARM deployment result to action output, there is a duplicated key '%s' in ARM deployment result.",
1014
1001
  "error.deploy.DeployEmptyFolderError": "Unable to locate any files in the distribution folder: '%s'. Please ensure that the folder is not empty and that all necessary files have been included.",
1015
- "error.deploy.CheckDeploymentStatusTimeoutError": "Unable to check deployment status because the process timed out. Check your internet connection and try again. If the issue persists, please review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred."
1002
+ "error.deploy.CheckDeploymentStatusTimeoutError": "Unable to check deployment status because the process timed out. Check your internet connection and try again. If the issue persists, please review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
1003
+ "error.deploy.GetPublishingCredentialsError.Notification": "Unable to obtain publishing credentials of app '%s' in resource group '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
1004
+ "error.deploy.GetPublishingCredentialsError": "Unable to obtain publishing credentials of app '%s' in resource group '%s' for reason:\n %s.\n Suggestions:\n 1. Verify that the app name and resource group name are spelled correctly and are valid. \n 2. Verify that your Azure account has the necessary permissions to access the API. You may need to elevate your role or request additional permissions from an administrator. \n 3. If the error message includes a specific reason, such as an authentication failure or a network issue, investigate that issue specifically to resolve the error and try again. \n 4. You can test the API in this page: '%s'",
1005
+ "error.deploy.DeployZipPackageError.Notification": "Unable to deploy zip package to endpoint: '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details and try again.",
1006
+ "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'",
1007
+ "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.",
1008
+ "error.deploy.DeployRemoteStartError.Notification": "The package has been successfully deployed to Azure for location: '%s', but the application is not able to start. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more suggestions.",
1009
+ "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.",
1010
+ "error.script.ScriptTimeoutError": "Script execution timeout: %s. Adjust 'timeout' parameter in yaml or improve your script's efficiency.",
1011
+ "error.script.ScriptExecutionError": "%s",
1012
+ "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.",
1013
+ "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.",
1014
+ "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.",
1015
+ "error.deploy.AzureStorageUploadFilesError": "Unable to upload local folder '%s' to 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.",
1016
+ "error.deploy.AzureStorageGetContainerError.Notification": "Unable to get Azure Storage container '%s' in Azure Storage Account '%s' due to error: %s. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
1017
+ "error.deploy.AzureStorageGetContainerError": "Unable to get Azure Storage container '%s' in Azure Storage Account '%s' due to error: %s. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
1018
+ "error.deploy.AzureStorageGetContainerPropertiesError.Notification": "Unable to get properties of container '%s' in Azure Storage Account '%s' due to error: %s. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
1019
+ "error.deploy.AzureStorageGetContainerPropertiesError": "Unable to get properties of container '%s' in Azure Storage Account '%s' due to error: %s. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
1020
+ "error.deploy.AzureStorageSetContainerPropertiesError.Notification": "Unable to set properties of container '%s' in Azure Storage Account '%s' due to error: %s. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
1021
+ "error.deploy.AzureStorageSetContainerPropertiesError": "Unable to set properties of container '%s' in Azure Storage Account '%s' due to error: %s. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again."
1016
1022
  }