@microsoft/teamsfx-core 2.0.0-alpha.2c2e7a109.0 → 2.0.0-alpha.34e31d6eb.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 (718) hide show
  1. package/build/common/deps-checker/constant/helpLink.d.ts +6 -6
  2. package/build/common/deps-checker/constant/helpLink.d.ts.map +1 -1
  3. package/build/common/deps-checker/constant/helpLink.js +14 -7
  4. package/build/common/deps-checker/constant/helpLink.js.map +1 -1
  5. package/build/common/deps-checker/constant/message.d.ts +6 -8
  6. package/build/common/deps-checker/constant/message.d.ts.map +1 -1
  7. package/build/common/deps-checker/constant/message.js +13 -12
  8. package/build/common/deps-checker/constant/message.js.map +1 -1
  9. package/build/common/deps-checker/constant/telemetry.d.ts +12 -1
  10. package/build/common/deps-checker/constant/telemetry.d.ts.map +1 -1
  11. package/build/common/deps-checker/constant/telemetry.js +11 -0
  12. package/build/common/deps-checker/constant/telemetry.js.map +1 -1
  13. package/build/common/deps-checker/depsChecker.d.ts +6 -1
  14. package/build/common/deps-checker/depsChecker.d.ts.map +1 -1
  15. package/build/common/deps-checker/depsChecker.js.map +1 -1
  16. package/build/common/deps-checker/internal/dotnetChecker.d.ts.map +1 -1
  17. package/build/common/deps-checker/internal/dotnetChecker.js +5 -10
  18. package/build/common/deps-checker/internal/dotnetChecker.js.map +1 -1
  19. package/build/common/deps-checker/internal/funcToolChecker.d.ts +20 -40
  20. package/build/common/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
  21. package/build/common/deps-checker/internal/funcToolChecker.js +208 -294
  22. package/build/common/deps-checker/internal/funcToolChecker.js.map +1 -1
  23. package/build/common/deps-checker/internal/ngrokChecker.d.ts.map +1 -1
  24. package/build/common/deps-checker/internal/ngrokChecker.js +2 -1
  25. package/build/common/deps-checker/internal/ngrokChecker.js.map +1 -1
  26. package/build/common/deps-checker/internal/nodeChecker.d.ts +3 -3
  27. package/build/common/deps-checker/internal/nodeChecker.d.ts.map +1 -1
  28. package/build/common/deps-checker/internal/nodeChecker.js +4 -6
  29. package/build/common/deps-checker/internal/nodeChecker.js.map +1 -1
  30. package/build/common/deps-checker/internal/vxTestAppChecker.d.ts +0 -1
  31. package/build/common/deps-checker/internal/vxTestAppChecker.d.ts.map +1 -1
  32. package/build/common/deps-checker/internal/vxTestAppChecker.js +3 -21
  33. package/build/common/deps-checker/internal/vxTestAppChecker.js.map +1 -1
  34. package/build/common/deps-checker/util/fileHelper.d.ts +4 -0
  35. package/build/common/deps-checker/util/fileHelper.d.ts.map +1 -0
  36. package/build/common/deps-checker/util/fileHelper.js +45 -0
  37. package/build/common/deps-checker/util/fileHelper.js.map +1 -0
  38. package/build/common/local/constants.d.ts +8 -2
  39. package/build/common/local/constants.d.ts.map +1 -1
  40. package/build/common/local/constants.js +8 -2
  41. package/build/common/local/constants.js.map +1 -1
  42. package/build/common/local/localEnvManager.d.ts.map +1 -1
  43. package/build/common/local/localEnvManager.js +2 -3
  44. package/build/common/local/localEnvManager.js.map +1 -1
  45. package/build/common/m365/constants.d.ts +6 -0
  46. package/build/common/m365/constants.d.ts.map +1 -0
  47. package/build/common/m365/constants.js +12 -0
  48. package/build/common/m365/constants.js.map +1 -0
  49. package/build/common/m365/errors.d.ts +5 -0
  50. package/build/common/m365/errors.d.ts.map +1 -0
  51. package/build/common/m365/errors.js +20 -0
  52. package/build/common/m365/errors.js.map +1 -0
  53. package/build/common/m365/launchHelper.d.ts +12 -0
  54. package/build/common/m365/launchHelper.d.ts.map +1 -0
  55. package/build/common/m365/launchHelper.js +109 -0
  56. package/build/common/m365/launchHelper.js.map +1 -0
  57. package/build/common/projectSettingsHelperV3.d.ts +0 -1
  58. package/build/common/projectSettingsHelperV3.d.ts.map +1 -1
  59. package/build/common/projectSettingsHelperV3.js +1 -8
  60. package/build/common/projectSettingsHelperV3.js.map +1 -1
  61. package/build/common/samples-config-v3.json +3 -3
  62. package/build/common/samples.js +1 -1
  63. package/build/common/samples.js.map +1 -1
  64. package/build/common/telemetry.d.ts +1 -0
  65. package/build/common/telemetry.d.ts.map +1 -1
  66. package/build/common/telemetry.js +1 -0
  67. package/build/common/telemetry.js.map +1 -1
  68. package/build/common/tools.d.ts +1 -0
  69. package/build/common/tools.d.ts.map +1 -1
  70. package/build/common/tools.js +6 -2
  71. package/build/common/tools.js.map +1 -1
  72. package/build/common/versionMetadata.d.ts +5 -0
  73. package/build/common/versionMetadata.d.ts.map +1 -1
  74. package/build/common/versionMetadata.js +11 -0
  75. package/build/common/versionMetadata.js.map +1 -1
  76. package/build/component/arm.d.ts +3 -1
  77. package/build/component/arm.d.ts.map +1 -1
  78. package/build/component/arm.js +31 -42
  79. package/build/component/arm.js.map +1 -1
  80. package/build/component/code/api/apiCode.d.ts +1 -1
  81. package/build/component/code/api/apiCode.d.ts.map +1 -1
  82. package/build/component/code/api/apiCode.js +2 -1
  83. package/build/component/code/api/apiCode.js.map +1 -1
  84. package/build/component/code/spfxTabCode.d.ts.map +1 -1
  85. package/build/component/code/spfxTabCode.js +4 -3
  86. package/build/component/code/spfxTabCode.js.map +1 -1
  87. package/build/component/code/utils.d.ts +3 -0
  88. package/build/component/code/utils.d.ts.map +1 -1
  89. package/build/component/code/utils.js +19 -8
  90. package/build/component/code/utils.js.map +1 -1
  91. package/build/component/configManager/diagnostic.d.ts +9 -0
  92. package/build/component/configManager/diagnostic.d.ts.map +1 -0
  93. package/build/component/configManager/diagnostic.js +47 -0
  94. package/build/component/configManager/diagnostic.js.map +1 -0
  95. package/build/component/configManager/interface.d.ts +1 -1
  96. package/build/component/configManager/interface.d.ts.map +1 -1
  97. package/build/component/configManager/parser.d.ts +1 -1
  98. package/build/component/configManager/parser.d.ts.map +1 -1
  99. package/build/component/configManager/parser.js +25 -6
  100. package/build/component/configManager/parser.js.map +1 -1
  101. package/build/component/constant/commonConstant.d.ts +1 -0
  102. package/build/component/constant/commonConstant.d.ts.map +1 -1
  103. package/build/component/constant/commonConstant.js +1 -0
  104. package/build/component/constant/commonConstant.js.map +1 -1
  105. package/build/component/constant/deployConstant.d.ts +0 -5
  106. package/build/component/constant/deployConstant.d.ts.map +1 -1
  107. package/build/component/constant/deployConstant.js +1 -19
  108. package/build/component/constant/deployConstant.js.map +1 -1
  109. package/build/component/constants.d.ts +4 -0
  110. package/build/component/constants.d.ts.map +1 -1
  111. package/build/component/constants.js +49 -26
  112. package/build/component/constants.js.map +1 -1
  113. package/build/component/coordinator/index.d.ts +3 -3
  114. package/build/component/coordinator/index.d.ts.map +1 -1
  115. package/build/component/coordinator/index.js +110 -88
  116. package/build/component/coordinator/index.js.map +1 -1
  117. package/build/component/debug/util/ngrok.js +1 -1
  118. package/build/component/debugHandler/appManifest.js +2 -1
  119. package/build/component/debugHandler/appManifest.js.map +1 -1
  120. package/build/component/debugHandler/error.d.ts +0 -1
  121. package/build/component/debugHandler/error.d.ts.map +1 -1
  122. package/build/component/debugHandler/error.js +1 -5
  123. package/build/component/debugHandler/error.js.map +1 -1
  124. package/build/component/developerPortalScaffoldUtils.d.ts +4 -1
  125. package/build/component/developerPortalScaffoldUtils.d.ts.map +1 -1
  126. package/build/component/developerPortalScaffoldUtils.js +7 -5
  127. package/build/component/developerPortalScaffoldUtils.js.map +1 -1
  128. package/build/component/driver/aad/create.d.ts +1 -3
  129. package/build/component/driver/aad/create.d.ts.map +1 -1
  130. package/build/component/driver/aad/create.js +55 -63
  131. package/build/component/driver/aad/create.js.map +1 -1
  132. package/build/component/driver/aad/interface/createAadAppArgs.d.ts +2 -0
  133. package/build/component/driver/aad/interface/createAadAppArgs.d.ts.map +1 -1
  134. package/build/component/driver/aad/interface/createAadAppOutput.d.ts +16 -8
  135. package/build/component/driver/aad/interface/createAadAppOutput.d.ts.map +1 -1
  136. package/build/component/driver/aad/interface/createAadAppOutput.js +10 -0
  137. package/build/component/driver/aad/interface/createAadAppOutput.js.map +1 -1
  138. package/build/component/driver/aad/interface/signInAudience.d.ts +7 -0
  139. package/build/component/driver/aad/interface/signInAudience.d.ts.map +1 -0
  140. package/build/component/driver/aad/interface/signInAudience.js +13 -0
  141. package/build/component/driver/aad/interface/signInAudience.js.map +1 -0
  142. package/build/component/driver/aad/update.d.ts +0 -1
  143. package/build/component/driver/aad/update.d.ts.map +1 -1
  144. package/build/component/driver/aad/update.js +29 -25
  145. package/build/component/driver/aad/update.js.map +1 -1
  146. package/build/component/driver/aad/utility/aadAppClient.d.ts +2 -1
  147. package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -1
  148. package/build/component/driver/aad/utility/aadAppClient.js +3 -2
  149. package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
  150. package/build/component/driver/aad/utility/buildAadManifest.js +1 -1
  151. package/build/component/driver/aad/utility/buildAadManifest.js.map +1 -1
  152. package/build/component/driver/add/utility/constants.d.ts +1 -1
  153. package/build/component/driver/add/utility/constants.d.ts.map +1 -1
  154. package/build/component/driver/add/utility/constants.js +1 -1
  155. package/build/component/driver/add/utility/constants.js.map +1 -1
  156. package/build/component/driver/arm/deploy.d.ts.map +1 -1
  157. package/build/component/driver/arm/deploy.js +8 -0
  158. package/build/component/driver/arm/deploy.js.map +1 -1
  159. package/build/component/driver/arm/deployImpl.d.ts +1 -1
  160. package/build/component/driver/arm/deployImpl.d.ts.map +1 -1
  161. package/build/component/driver/arm/deployImpl.js +12 -10
  162. package/build/component/driver/arm/deployImpl.js.map +1 -1
  163. package/build/component/driver/arm/util/util.d.ts.map +1 -1
  164. package/build/component/driver/arm/util/util.js +2 -2
  165. package/build/component/driver/arm/util/util.js.map +1 -1
  166. package/build/component/driver/arm/validator.d.ts.map +1 -1
  167. package/build/component/driver/arm/validator.js +0 -15
  168. package/build/component/driver/arm/validator.js.map +1 -1
  169. package/build/component/driver/botAadApp/create.d.ts +2 -3
  170. package/build/component/driver/botAadApp/create.d.ts.map +1 -1
  171. package/build/component/driver/botAadApp/create.js +43 -37
  172. package/build/component/driver/botAadApp/create.js.map +1 -1
  173. package/build/component/driver/botAadApp/error/unexpectedEmptyBotPasswordError.d.ts +5 -0
  174. package/build/component/driver/botAadApp/error/unexpectedEmptyBotPasswordError.d.ts.map +1 -0
  175. package/build/component/driver/{m365/error/FileNotFoundUserError.js → botAadApp/error/unexpectedEmptyBotPasswordError.js} +9 -9
  176. package/build/component/driver/botAadApp/error/unexpectedEmptyBotPasswordError.js.map +1 -0
  177. package/build/component/driver/botAadApp/interface/createBotAadAppOutput.d.ts +4 -4
  178. package/build/component/driver/botAadApp/interface/createBotAadAppOutput.d.ts.map +1 -1
  179. package/build/component/driver/botFramework/createOrUpdateBot.d.ts.map +1 -1
  180. package/build/component/driver/botFramework/createOrUpdateBot.js +20 -13
  181. package/build/component/driver/botFramework/createOrUpdateBot.js.map +1 -1
  182. package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.js +1 -1
  183. package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.js.map +1 -1
  184. package/build/component/driver/deploy/azure/azureFunctionDeployDriver.js +1 -1
  185. package/build/component/driver/deploy/azure/azureFunctionDeployDriver.js.map +1 -1
  186. package/build/component/driver/deploy/azure/azureStorageDeployDriver.d.ts +2 -4
  187. package/build/component/driver/deploy/azure/azureStorageDeployDriver.d.ts.map +1 -1
  188. package/build/component/driver/deploy/azure/azureStorageDeployDriver.js +10 -23
  189. package/build/component/driver/deploy/azure/azureStorageDeployDriver.js.map +1 -1
  190. package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.d.ts +2 -8
  191. package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.d.ts.map +1 -1
  192. package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js +6 -20
  193. package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js.map +1 -1
  194. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts +3 -7
  195. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts.map +1 -1
  196. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +27 -33
  197. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -1
  198. package/build/component/driver/deploy/azure/impl/azureDeployImpl.d.ts +2 -3
  199. package/build/component/driver/deploy/azure/impl/azureDeployImpl.d.ts.map +1 -1
  200. package/build/component/driver/deploy/azure/impl/azureDeployImpl.js +9 -19
  201. package/build/component/driver/deploy/azure/impl/azureDeployImpl.js.map +1 -1
  202. package/build/component/driver/deploy/azure/impl/baseDeployImpl.d.ts +2 -3
  203. package/build/component/driver/deploy/azure/impl/baseDeployImpl.d.ts.map +1 -1
  204. package/build/component/driver/deploy/azure/impl/baseDeployImpl.js +13 -5
  205. package/build/component/driver/deploy/azure/impl/baseDeployImpl.js.map +1 -1
  206. package/build/component/driver/deploy/spfx/deployDriver.d.ts.map +1 -1
  207. package/build/component/driver/deploy/spfx/deployDriver.js +72 -83
  208. package/build/component/driver/deploy/spfx/deployDriver.js.map +1 -1
  209. package/build/component/driver/deploy/spfx/error/insufficientPermissionError.js +2 -2
  210. package/build/component/driver/deploy/spfx/error/insufficientPermissionError.js.map +1 -1
  211. package/build/component/driver/deploy/spfx/utility/constants.d.ts +1 -0
  212. package/build/component/driver/deploy/spfx/utility/constants.d.ts.map +1 -1
  213. package/build/component/driver/deploy/spfx/utility/constants.js +1 -0
  214. package/build/component/driver/deploy/spfx/utility/constants.js.map +1 -1
  215. package/build/component/driver/devTool/constant.d.ts.map +1 -0
  216. package/build/component/driver/devTool/constant.js.map +1 -0
  217. package/build/component/driver/devTool/error/dotnetInstallationUserError.d.ts.map +1 -0
  218. package/build/component/driver/devTool/error/dotnetInstallationUserError.js.map +1 -0
  219. package/build/component/driver/devTool/error/funcInstallationUserError.d.ts.map +1 -0
  220. package/build/component/driver/devTool/error/funcInstallationUserError.js.map +1 -0
  221. package/build/component/driver/{prerequisite → devTool}/installDriver.d.ts +5 -7
  222. package/build/component/driver/devTool/installDriver.d.ts.map +1 -0
  223. package/build/component/driver/{prerequisite → devTool}/installDriver.js +111 -55
  224. package/build/component/driver/devTool/installDriver.js.map +1 -0
  225. package/build/component/driver/{prerequisite → devTool}/interfaces/InstallToolArgs.d.ts +5 -1
  226. package/build/component/driver/devTool/interfaces/InstallToolArgs.d.ts.map +1 -0
  227. package/build/component/driver/devTool/interfaces/InstallToolArgs.js.map +1 -0
  228. package/build/component/driver/error/outputEnvironmentVariableUndefinedError.d.ts +5 -0
  229. package/build/component/driver/error/outputEnvironmentVariableUndefinedError.d.ts.map +1 -0
  230. package/build/component/driver/error/outputEnvironmentVariableUndefinedError.js +22 -0
  231. package/build/component/driver/error/outputEnvironmentVariableUndefinedError.js.map +1 -0
  232. package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts.map +1 -1
  233. package/build/component/driver/file/createOrUpdateEnvironmentFile.js +15 -3
  234. package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -1
  235. package/build/component/driver/file/createOrUpdateJsonFile.d.ts.map +1 -1
  236. package/build/component/driver/file/createOrUpdateJsonFile.js +15 -3
  237. package/build/component/driver/file/createOrUpdateJsonFile.js.map +1 -1
  238. package/build/component/driver/index.d.ts +2 -3
  239. package/build/component/driver/index.d.ts.map +1 -1
  240. package/build/component/driver/index.js +2 -3
  241. package/build/component/driver/index.js.map +1 -1
  242. package/build/component/driver/interface/buildAndDeployArgs.d.ts +2 -1
  243. package/build/component/driver/interface/buildAndDeployArgs.d.ts.map +1 -1
  244. package/build/component/driver/interface/commonArgs.d.ts +2 -1
  245. package/build/component/driver/interface/commonArgs.d.ts.map +1 -1
  246. package/build/component/driver/m365/acquire.d.ts +2 -1
  247. package/build/component/driver/m365/acquire.d.ts.map +1 -1
  248. package/build/component/driver/m365/acquire.js +39 -22
  249. package/build/component/driver/m365/acquire.js.map +1 -1
  250. package/build/component/driver/middleware/addStartAndEndTelemetry.d.ts.map +1 -1
  251. package/build/component/driver/middleware/addStartAndEndTelemetry.js +14 -6
  252. package/build/component/driver/middleware/addStartAndEndTelemetry.js.map +1 -1
  253. package/build/component/driver/middleware/updateProgress.d.ts +6 -0
  254. package/build/component/driver/middleware/updateProgress.d.ts.map +1 -0
  255. package/build/component/driver/middleware/updateProgress.js +15 -0
  256. package/build/component/driver/middleware/updateProgress.js.map +1 -0
  257. package/build/component/driver/script/baseBuildDriver.d.ts +1 -8
  258. package/build/component/driver/script/baseBuildDriver.d.ts.map +1 -1
  259. package/build/component/driver/script/baseBuildDriver.js +4 -16
  260. package/build/component/driver/script/baseBuildDriver.js.map +1 -1
  261. package/build/component/driver/script/dotnetBuildDriver.d.ts +0 -2
  262. package/build/component/driver/script/dotnetBuildDriver.d.ts.map +1 -1
  263. package/build/component/driver/script/dotnetBuildDriver.js +0 -2
  264. package/build/component/driver/script/dotnetBuildDriver.js.map +1 -1
  265. package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
  266. package/build/component/driver/script/scriptDriver.js +7 -2
  267. package/build/component/driver/script/scriptDriver.js.map +1 -1
  268. package/build/component/driver/teamsApp/configure.d.ts +5 -6
  269. package/build/component/driver/teamsApp/configure.d.ts.map +1 -1
  270. package/build/component/driver/teamsApp/configure.js +16 -24
  271. package/build/component/driver/teamsApp/configure.js.map +1 -1
  272. package/build/component/driver/teamsApp/copyAppPackageToSPFx.d.ts.map +1 -1
  273. package/build/component/driver/teamsApp/copyAppPackageToSPFx.js +5 -1
  274. package/build/component/driver/teamsApp/copyAppPackageToSPFx.js.map +1 -1
  275. package/build/component/driver/teamsApp/create.d.ts +5 -2
  276. package/build/component/driver/teamsApp/create.d.ts.map +1 -1
  277. package/build/component/driver/teamsApp/create.js +27 -25
  278. package/build/component/driver/teamsApp/create.js.map +1 -1
  279. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  280. package/build/component/driver/teamsApp/createAppPackage.js +6 -14
  281. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  282. package/build/component/driver/teamsApp/interfaces/ValidateAppPackageArgs.d.ts +5 -0
  283. package/build/component/driver/teamsApp/interfaces/ValidateAppPackageArgs.d.ts.map +1 -1
  284. package/build/component/driver/teamsApp/interfaces/ValidateManifestArgs.d.ts +5 -0
  285. package/build/component/driver/teamsApp/interfaces/ValidateManifestArgs.d.ts.map +1 -1
  286. package/build/component/driver/teamsApp/publishAppPackage.d.ts +2 -2
  287. package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
  288. package/build/component/driver/teamsApp/publishAppPackage.js +20 -31
  289. package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
  290. package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
  291. package/build/component/driver/teamsApp/validate.js +35 -16
  292. package/build/component/driver/teamsApp/validate.js.map +1 -1
  293. package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
  294. package/build/component/driver/teamsApp/validateAppPackage.js +151 -25
  295. package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
  296. package/build/component/driver/util/utils.d.ts +3 -0
  297. package/build/component/driver/util/utils.d.ts.map +1 -0
  298. package/build/component/driver/util/utils.js +26 -0
  299. package/build/component/driver/util/utils.js.map +1 -0
  300. package/build/component/driver/util/wrapUtil.js +1 -1
  301. package/build/component/driver/util/wrapUtil.js.map +1 -1
  302. package/build/component/error/componentError.js +2 -2
  303. package/build/component/error/componentError.js.map +1 -1
  304. package/build/component/error/deployError.d.ts +1 -32
  305. package/build/component/error/deployError.d.ts.map +1 -1
  306. package/build/component/error/deployError.js +1 -108
  307. package/build/component/error/deployError.js.map +1 -1
  308. package/build/component/error.d.ts +0 -6
  309. package/build/component/error.d.ts.map +1 -1
  310. package/build/component/error.js +1 -21
  311. package/build/component/error.js.map +1 -1
  312. package/build/component/feature/apiconnector/errors.d.ts +0 -4
  313. package/build/component/feature/apiconnector/errors.d.ts.map +1 -1
  314. package/build/component/feature/apiconnector/errors.js +12 -16
  315. package/build/component/feature/apiconnector/errors.js.map +1 -1
  316. package/build/component/feature/bot/bot.js +8 -8
  317. package/build/component/feature/bot/bot.js.map +1 -1
  318. package/build/component/feature/bot/question.d.ts +6 -6
  319. package/build/component/feature/bot/question.d.ts.map +1 -1
  320. package/build/component/feature/bot/question.js +69 -38
  321. package/build/component/feature/bot/question.js.map +1 -1
  322. package/build/component/feature/spfx.d.ts +2 -2
  323. package/build/component/feature/spfx.d.ts.map +1 -1
  324. package/build/component/feature/spfx.js +14 -7
  325. package/build/component/feature/spfx.js.map +1 -1
  326. package/build/component/generator/constant.d.ts +3 -0
  327. package/build/component/generator/constant.d.ts.map +1 -1
  328. package/build/component/generator/constant.js +5 -2
  329. package/build/component/generator/constant.js.map +1 -1
  330. package/build/component/generator/error.d.ts +9 -0
  331. package/build/component/generator/error.d.ts.map +1 -1
  332. package/build/component/generator/error.js +19 -1
  333. package/build/component/generator/error.js.map +1 -1
  334. package/build/component/generator/generator.d.ts +1 -1
  335. package/build/component/generator/generator.d.ts.map +1 -1
  336. package/build/component/generator/generator.js +25 -8
  337. package/build/component/generator/generator.js.map +1 -1
  338. package/build/component/generator/generatorAction.d.ts +5 -2
  339. package/build/component/generator/generatorAction.d.ts.map +1 -1
  340. package/build/component/generator/generatorAction.js +20 -10
  341. package/build/component/generator/generatorAction.js.map +1 -1
  342. package/build/component/generator/officeAddin/question.d.ts.map +1 -1
  343. package/build/component/generator/officeAddin/question.js +3 -3
  344. package/build/component/generator/officeAddin/question.js.map +1 -1
  345. package/build/component/generator/spfxGenerator.d.ts.map +1 -1
  346. package/build/component/generator/spfxGenerator.js +6 -0
  347. package/build/component/generator/spfxGenerator.js.map +1 -1
  348. package/build/component/generator/utils.d.ts +3 -0
  349. package/build/component/generator/utils.d.ts.map +1 -1
  350. package/build/component/generator/utils.js +90 -4
  351. package/build/component/generator/utils.js.map +1 -1
  352. package/build/component/messages.d.ts +4 -15
  353. package/build/component/messages.d.ts.map +1 -1
  354. package/build/component/messages.js +4 -15
  355. package/build/component/messages.js.map +1 -1
  356. package/build/component/middleware/envMW.d.ts +8 -2
  357. package/build/component/middleware/envMW.d.ts.map +1 -1
  358. package/build/component/middleware/envMW.js +13 -7
  359. package/build/component/middleware/envMW.js.map +1 -1
  360. package/build/component/middleware/logger.d.ts +1 -0
  361. package/build/component/middleware/logger.d.ts.map +1 -1
  362. package/build/component/middleware/logger.js +3 -0
  363. package/build/component/middleware/logger.js.map +1 -1
  364. package/build/component/provisionUtils.d.ts.map +1 -1
  365. package/build/component/provisionUtils.js +8 -6
  366. package/build/component/provisionUtils.js.map +1 -1
  367. package/build/component/question.d.ts +1 -0
  368. package/build/component/question.d.ts.map +1 -1
  369. package/build/component/question.js +8 -1
  370. package/build/component/question.js.map +1 -1
  371. package/build/component/resource/aadApp/aadAppManifestManager.d.ts.map +1 -1
  372. package/build/component/resource/aadApp/aadAppManifestManager.js +2 -1
  373. package/build/component/resource/aadApp/aadAppManifestManager.js.map +1 -1
  374. package/build/component/resource/aadApp/errors.d.ts +0 -1
  375. package/build/component/resource/aadApp/errors.d.ts.map +1 -1
  376. package/build/component/resource/aadApp/errors.js +3 -10
  377. package/build/component/resource/aadApp/errors.js.map +1 -1
  378. package/build/component/resource/aadApp/utils.d.ts +1 -1
  379. package/build/component/resource/aadApp/utils.d.ts.map +1 -1
  380. package/build/component/resource/aadApp/utils.js +6 -5
  381. package/build/component/resource/aadApp/utils.js.map +1 -1
  382. package/build/component/resource/apim/error.d.ts +0 -1
  383. package/build/component/resource/apim/error.d.ts.map +1 -1
  384. package/build/component/resource/apim/error.js +1 -9
  385. package/build/component/resource/apim/error.js.map +1 -1
  386. package/build/component/resource/appManifest/appManifest.d.ts.map +1 -1
  387. package/build/component/resource/appManifest/appManifest.js +3 -4
  388. package/build/component/resource/appManifest/appManifest.js.map +1 -1
  389. package/build/component/resource/appManifest/appStudio.d.ts.map +1 -1
  390. package/build/component/resource/appManifest/appStudio.js +23 -40
  391. package/build/component/resource/appManifest/appStudio.js.map +1 -1
  392. package/build/component/resource/appManifest/appStudioClient.d.ts.map +1 -1
  393. package/build/component/resource/appManifest/appStudioClient.js +16 -1
  394. package/build/component/resource/appManifest/appStudioClient.js.map +1 -1
  395. package/build/component/resource/appManifest/constants.d.ts +1 -0
  396. package/build/component/resource/appManifest/constants.d.ts.map +1 -1
  397. package/build/component/resource/appManifest/constants.js +1 -0
  398. package/build/component/resource/appManifest/constants.js.map +1 -1
  399. package/build/component/resource/appManifest/errors.d.ts +0 -12
  400. package/build/component/resource/appManifest/errors.d.ts.map +1 -1
  401. package/build/component/resource/appManifest/errors.js +3 -26
  402. package/build/component/resource/appManifest/errors.js.map +1 -1
  403. package/build/component/resource/appManifest/utils/ManifestUtils.d.ts +2 -1
  404. package/build/component/resource/appManifest/utils/ManifestUtils.d.ts.map +1 -1
  405. package/build/component/resource/appManifest/utils/ManifestUtils.js +30 -22
  406. package/build/component/resource/appManifest/utils/ManifestUtils.js.map +1 -1
  407. package/build/component/resource/appManifest/utils/telemetry.d.ts +2 -0
  408. package/build/component/resource/appManifest/utils/telemetry.d.ts.map +1 -1
  409. package/build/component/resource/appManifest/utils/telemetry.js +2 -0
  410. package/build/component/resource/appManifest/utils/telemetry.js.map +1 -1
  411. package/build/component/resource/appManifest/utils/utils.d.ts.map +1 -1
  412. package/build/component/resource/appManifest/utils/utils.js +5 -1
  413. package/build/component/resource/appManifest/utils/utils.js.map +1 -1
  414. package/build/component/resource/azureSql/errors.js +28 -28
  415. package/build/component/resource/azureSql/errors.js.map +1 -1
  416. package/build/component/resource/azureStorage/configs.d.ts +1 -1
  417. package/build/component/resource/botService/errors.d.ts +0 -6
  418. package/build/component/resource/botService/errors.d.ts.map +1 -1
  419. package/build/component/resource/botService/errors.js +8 -15
  420. package/build/component/resource/botService/errors.js.map +1 -1
  421. package/build/component/resource/simpleAuth/errors.js +2 -2
  422. package/build/component/resource/simpleAuth/errors.js.map +1 -1
  423. package/build/component/resource/spfx/error.d.ts +0 -1
  424. package/build/component/resource/spfx/error.d.ts.map +1 -1
  425. package/build/component/resource/spfx/error.js +2 -6
  426. package/build/component/resource/spfx/error.js.map +1 -1
  427. package/build/component/resource/spfx/utils/constants.d.ts +1 -0
  428. package/build/component/resource/spfx/utils/constants.d.ts.map +1 -1
  429. package/build/component/resource/spfx/utils/constants.js +1 -0
  430. package/build/component/resource/spfx/utils/constants.js.map +1 -1
  431. package/build/component/resource/spfx/utils/question-helper.d.ts +3 -2
  432. package/build/component/resource/spfx/utils/question-helper.d.ts.map +1 -1
  433. package/build/component/resource/spfx/utils/question-helper.js +13 -3
  434. package/build/component/resource/spfx/utils/question-helper.js.map +1 -1
  435. package/build/component/resource/spfx/utils/questions.d.ts +1 -1
  436. package/build/component/resource/spfx/utils/questions.d.ts.map +1 -1
  437. package/build/component/resource/spfx/utils/questions.js +1 -1
  438. package/build/component/resource/spfx/utils/questions.js.map +1 -1
  439. package/build/component/resource/spfx/utils/telemetryEvents.d.ts +2 -1
  440. package/build/component/resource/spfx/utils/telemetryEvents.d.ts.map +1 -1
  441. package/build/component/resource/spfx/utils/telemetryEvents.js +1 -0
  442. package/build/component/resource/spfx/utils/telemetryEvents.js.map +1 -1
  443. package/build/component/utils/ResourceGroupHelper.d.ts +1 -6
  444. package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -1
  445. package/build/component/utils/ResourceGroupHelper.js +65 -131
  446. package/build/component/utils/ResourceGroupHelper.js.map +1 -1
  447. package/build/component/utils/azureSdkErrorHandler.d.ts +2 -1
  448. package/build/component/utils/azureSdkErrorHandler.d.ts.map +1 -1
  449. package/build/component/utils/azureSdkErrorHandler.js.map +1 -1
  450. package/build/component/utils/depsChecker/bicepChecker.d.ts.map +1 -1
  451. package/build/component/utils/depsChecker/bicepChecker.js +10 -23
  452. package/build/component/utils/depsChecker/bicepChecker.js.map +1 -1
  453. package/build/component/utils/depsChecker/common.d.ts +0 -4
  454. package/build/component/utils/depsChecker/common.d.ts.map +1 -1
  455. package/build/component/utils/depsChecker/common.js +0 -4
  456. package/build/component/utils/depsChecker/common.js.map +1 -1
  457. package/build/component/utils/envUtil.d.ts.map +1 -1
  458. package/build/component/utils/envUtil.js +5 -6
  459. package/build/component/utils/envUtil.js.map +1 -1
  460. package/build/component/utils/fileOperation.js +3 -3
  461. package/build/component/utils/fileOperation.js.map +1 -1
  462. package/build/component/utils/metadataUtil.js +1 -1
  463. package/build/component/utils/metadataUtil.js.map +1 -1
  464. package/build/component/utils/settingsUtil.d.ts.map +1 -1
  465. package/build/component/utils/settingsUtil.js +3 -3
  466. package/build/component/utils/settingsUtil.js.map +1 -1
  467. package/build/component/utils.d.ts.map +1 -1
  468. package/build/component/utils.js +1 -0
  469. package/build/component/utils.js.map +1 -1
  470. package/build/core/FxCore.d.ts +83 -9
  471. package/build/core/FxCore.d.ts.map +1 -1
  472. package/build/core/FxCore.js +158 -68
  473. package/build/core/FxCore.js.map +1 -1
  474. package/build/core/FxCoreImplementV3.d.ts +7 -2
  475. package/build/core/FxCoreImplementV3.d.ts.map +1 -1
  476. package/build/core/FxCoreImplementV3.js +182 -65
  477. package/build/core/FxCoreImplementV3.js.map +1 -1
  478. package/build/core/collaborator.d.ts.map +1 -1
  479. package/build/core/collaborator.js +4 -8
  480. package/build/core/collaborator.js.map +1 -1
  481. package/build/core/environment.d.ts.map +1 -1
  482. package/build/core/environment.js +9 -19
  483. package/build/core/environment.js.map +1 -1
  484. package/build/core/error.d.ts +2 -23
  485. package/build/core/error.d.ts.map +1 -1
  486. package/build/core/error.js +5 -91
  487. package/build/core/error.js.map +1 -1
  488. package/build/core/globalVars.d.ts +1 -0
  489. package/build/core/globalVars.d.ts.map +1 -1
  490. package/build/core/globalVars.js.map +1 -1
  491. package/build/core/middleware/concurrentLocker.d.ts.map +1 -1
  492. package/build/core/middleware/concurrentLocker.js +4 -11
  493. package/build/core/middleware/concurrentLocker.js.map +1 -1
  494. package/build/core/middleware/envInfoLoaderV3.d.ts.map +1 -1
  495. package/build/core/middleware/envInfoLoaderV3.js +2 -1
  496. package/build/core/middleware/envInfoLoaderV3.js.map +1 -1
  497. package/build/core/middleware/projectMigratorV3.d.ts +3 -1
  498. package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
  499. package/build/core/middleware/projectMigratorV3.js +85 -35
  500. package/build/core/middleware/projectMigratorV3.js.map +1 -1
  501. package/build/core/middleware/projectSettingsLoader.d.ts.map +1 -1
  502. package/build/core/middleware/projectSettingsLoader.js +2 -1
  503. package/build/core/middleware/projectSettingsLoader.js.map +1 -1
  504. package/build/core/middleware/projectVersionChecker.d.ts.map +1 -1
  505. package/build/core/middleware/projectVersionChecker.js +24 -12
  506. package/build/core/middleware/projectVersionChecker.js.map +1 -1
  507. package/build/core/middleware/questionModel.d.ts +0 -1
  508. package/build/core/middleware/questionModel.d.ts.map +1 -1
  509. package/build/core/middleware/questionModel.js +142 -60
  510. package/build/core/middleware/questionModel.js.map +1 -1
  511. package/build/core/middleware/utils/MigrationUtils.d.ts.map +1 -1
  512. package/build/core/middleware/utils/MigrationUtils.js +2 -0
  513. package/build/core/middleware/utils/MigrationUtils.js.map +1 -1
  514. package/build/core/middleware/utils/appYmlGenerator.d.ts +1 -2
  515. package/build/core/middleware/utils/appYmlGenerator.d.ts.map +1 -1
  516. package/build/core/middleware/utils/appYmlGenerator.js +17 -6
  517. package/build/core/middleware/utils/appYmlGenerator.js.map +1 -1
  518. package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts +1 -1
  519. package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts.map +1 -1
  520. package/build/core/middleware/utils/debug/debugV3MigrationUtils.d.ts +2 -0
  521. package/build/core/middleware/utils/debug/debugV3MigrationUtils.d.ts.map +1 -1
  522. package/build/core/middleware/utils/debug/debugV3MigrationUtils.js +10 -6
  523. package/build/core/middleware/utils/debug/debugV3MigrationUtils.js.map +1 -1
  524. package/build/core/middleware/utils/debug/taskMigrator.d.ts +1 -0
  525. package/build/core/middleware/utils/debug/taskMigrator.d.ts.map +1 -1
  526. package/build/core/middleware/utils/debug/taskMigrator.js +139 -42
  527. package/build/core/middleware/utils/debug/taskMigrator.js.map +1 -1
  528. package/build/core/middleware/utils/migrationContext.d.ts +1 -0
  529. package/build/core/middleware/utils/migrationContext.d.ts.map +1 -1
  530. package/build/core/middleware/utils/migrationContext.js +1 -0
  531. package/build/core/middleware/utils/migrationContext.js.map +1 -1
  532. package/build/core/middleware/utils/v3MigrationUtils.d.ts +8 -1
  533. package/build/core/middleware/utils/v3MigrationUtils.d.ts.map +1 -1
  534. package/build/core/middleware/utils/v3MigrationUtils.js +38 -28
  535. package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
  536. package/build/core/question.d.ts +16 -4
  537. package/build/core/question.d.ts.map +1 -1
  538. package/build/core/question.js +246 -92
  539. package/build/core/question.js.map +1 -1
  540. package/build/error/arm.d.ts +32 -0
  541. package/build/error/arm.d.ts.map +1 -0
  542. package/build/error/arm.js +87 -0
  543. package/build/error/arm.js.map +1 -0
  544. package/build/error/azure.d.ts +30 -0
  545. package/build/error/azure.d.ts.map +1 -1
  546. package/build/error/azure.js +81 -1
  547. package/build/error/azure.js.map +1 -1
  548. package/build/error/common.d.ts +17 -2
  549. package/build/error/common.d.ts.map +1 -1
  550. package/build/error/common.js +79 -18
  551. package/build/error/common.js.map +1 -1
  552. package/build/error/deploy.d.ts +36 -0
  553. package/build/error/deploy.d.ts.map +1 -0
  554. package/build/error/deploy.js +126 -0
  555. package/build/error/deploy.js.map +1 -0
  556. package/build/error/m365.d.ts +20 -0
  557. package/build/error/m365.d.ts.map +1 -0
  558. package/build/error/m365.js +56 -0
  559. package/build/error/m365.js.map +1 -0
  560. package/build/error/script.d.ts +14 -0
  561. package/build/error/script.d.ts.map +1 -0
  562. package/build/error/script.js +38 -0
  563. package/build/error/script.js.map +1 -0
  564. package/build/error/upgrade.d.ts +5 -0
  565. package/build/error/upgrade.d.ts.map +1 -0
  566. package/build/error/upgrade.js +16 -0
  567. package/build/error/upgrade.js.map +1 -0
  568. package/build/error/yml.d.ts +5 -2
  569. package/build/error/yml.d.ts.map +1 -1
  570. package/build/error/yml.js +14 -4
  571. package/build/error/yml.js.map +1 -1
  572. package/package.json +19 -9
  573. package/resource/package.nls.cs.json +62 -42
  574. package/resource/package.nls.de.json +62 -42
  575. package/resource/package.nls.es.json +62 -42
  576. package/resource/package.nls.fr.json +62 -42
  577. package/resource/package.nls.it.json +62 -42
  578. package/resource/package.nls.ja.json +62 -42
  579. package/resource/package.nls.json +283 -335
  580. package/resource/package.nls.ko.json +62 -42
  581. package/resource/package.nls.pl.json +62 -42
  582. package/resource/package.nls.pt-BR.json +62 -42
  583. package/resource/package.nls.ru.json +62 -42
  584. package/resource/package.nls.tr.json +62 -42
  585. package/resource/package.nls.zh-Hans.json +62 -42
  586. package/resource/package.nls.zh-Hant.json +62 -42
  587. package/resource/package.nls.zh-cn.json +200 -329
  588. package/resource/package.nls.zh-tw.json +200 -329
  589. package/resource/yaml.schema.json +1458 -0
  590. package/templates/core/v3Migration/csharp.app.local.yml +28 -36
  591. package/templates/core/v3Migration/csharp.app.yml +44 -29
  592. package/templates/core/v3Migration/js.ts.app.local.yml +75 -56
  593. package/templates/core/v3Migration/js.ts.app.yml +100 -79
  594. package/templates/core/v3Migration/spfx.app.yml +16 -11
  595. package/templates/core/v3Migration/upgradeReport.md +3 -1
  596. package/templates/fallback/common.zip +0 -0
  597. package/templates/fallback/csharp.zip +0 -0
  598. package/templates/fallback/js.zip +0 -0
  599. package/templates/fallback/ts.zip +0 -0
  600. package/templates/plugins/resource/aad/auth/V3/Bot/SSO/SsoOperations.cs +23 -8
  601. package/templates/plugins/resource/aad/auth/V3/Tab/GetUserProfile.razor +2 -1
  602. package/build/component/configManager/error.d.ts +0 -21
  603. package/build/component/configManager/error.d.ts.map +0 -1
  604. package/build/component/configManager/error.js +0 -84
  605. package/build/component/configManager/error.js.map +0 -1
  606. package/build/component/driver/aad/error/invalidParameterUserError.d.ts +0 -5
  607. package/build/component/driver/aad/error/invalidParameterUserError.d.ts.map +0 -1
  608. package/build/component/driver/aad/error/invalidParameterUserError.js +0 -29
  609. package/build/component/driver/aad/error/invalidParameterUserError.js.map +0 -1
  610. package/build/component/driver/aad/error/unhandledError.d.ts +0 -8
  611. package/build/component/driver/aad/error/unhandledError.d.ts.map +0 -1
  612. package/build/component/driver/aad/error/unhandledError.js +0 -33
  613. package/build/component/driver/aad/error/unhandledError.js.map +0 -1
  614. package/build/component/driver/botAadApp/error/invalidParameterUserError.d.ts +0 -5
  615. package/build/component/driver/botAadApp/error/invalidParameterUserError.d.ts.map +0 -1
  616. package/build/component/driver/botAadApp/error/invalidParameterUserError.js +0 -29
  617. package/build/component/driver/botAadApp/error/invalidParameterUserError.js.map +0 -1
  618. package/build/component/driver/botAadApp/error/unhandledError.d.ts +0 -8
  619. package/build/component/driver/botAadApp/error/unhandledError.d.ts.map +0 -1
  620. package/build/component/driver/botAadApp/error/unhandledError.js +0 -33
  621. package/build/component/driver/botAadApp/error/unhandledError.js.map +0 -1
  622. package/build/component/driver/botFramework/error/invalidParameterUserError.d.ts +0 -5
  623. package/build/component/driver/botFramework/error/invalidParameterUserError.d.ts.map +0 -1
  624. package/build/component/driver/botFramework/error/invalidParameterUserError.js +0 -29
  625. package/build/component/driver/botFramework/error/invalidParameterUserError.js.map +0 -1
  626. package/build/component/driver/botFramework/error/unhandledError.d.ts +0 -5
  627. package/build/component/driver/botFramework/error/unhandledError.d.ts.map +0 -1
  628. package/build/component/driver/botFramework/error/unhandledError.js +0 -25
  629. package/build/component/driver/botFramework/error/unhandledError.js.map +0 -1
  630. package/build/component/driver/deploy/azure/impl/progressBarHelper.d.ts +0 -3
  631. package/build/component/driver/deploy/azure/impl/progressBarHelper.d.ts.map +0 -1
  632. package/build/component/driver/deploy/azure/impl/progressBarHelper.js +0 -15
  633. package/build/component/driver/deploy/azure/impl/progressBarHelper.js.map +0 -1
  634. package/build/component/driver/file/error/invalidParameterUserError.d.ts +0 -5
  635. package/build/component/driver/file/error/invalidParameterUserError.d.ts.map +0 -1
  636. package/build/component/driver/file/error/invalidParameterUserError.js +0 -29
  637. package/build/component/driver/file/error/invalidParameterUserError.js.map +0 -1
  638. package/build/component/driver/file/error/unhandledError.d.ts +0 -5
  639. package/build/component/driver/file/error/unhandledError.d.ts.map +0 -1
  640. package/build/component/driver/file/error/unhandledError.js +0 -25
  641. package/build/component/driver/file/error/unhandledError.js.map +0 -1
  642. package/build/component/driver/file/updateEnv.d.ts +0 -17
  643. package/build/component/driver/file/updateEnv.d.ts.map +0 -1
  644. package/build/component/driver/file/updateEnv.js +0 -129
  645. package/build/component/driver/file/updateEnv.js.map +0 -1
  646. package/build/component/driver/file/updateJson.d.ts +0 -16
  647. package/build/component/driver/file/updateJson.d.ts.map +0 -1
  648. package/build/component/driver/file/updateJson.js +0 -124
  649. package/build/component/driver/file/updateJson.js.map +0 -1
  650. package/build/component/driver/m365/error/FileNotFoundUserError.d.ts +0 -5
  651. package/build/component/driver/m365/error/FileNotFoundUserError.d.ts.map +0 -1
  652. package/build/component/driver/m365/error/FileNotFoundUserError.js.map +0 -1
  653. package/build/component/driver/m365/error/invalidParameterUserError.d.ts +0 -5
  654. package/build/component/driver/m365/error/invalidParameterUserError.d.ts.map +0 -1
  655. package/build/component/driver/m365/error/invalidParameterUserError.js +0 -29
  656. package/build/component/driver/m365/error/invalidParameterUserError.js.map +0 -1
  657. package/build/component/driver/m365/error/unhandledError.d.ts +0 -5
  658. package/build/component/driver/m365/error/unhandledError.d.ts.map +0 -1
  659. package/build/component/driver/m365/error/unhandledError.js +0 -25
  660. package/build/component/driver/m365/error/unhandledError.js.map +0 -1
  661. package/build/component/driver/prerequisite/constant.d.ts.map +0 -1
  662. package/build/component/driver/prerequisite/constant.js.map +0 -1
  663. package/build/component/driver/prerequisite/error/dotnetInstallationUserError.d.ts.map +0 -1
  664. package/build/component/driver/prerequisite/error/dotnetInstallationUserError.js.map +0 -1
  665. package/build/component/driver/prerequisite/error/funcInstallationUserError.d.ts.map +0 -1
  666. package/build/component/driver/prerequisite/error/funcInstallationUserError.js.map +0 -1
  667. package/build/component/driver/prerequisite/error/invalidParameterUserError.d.ts +0 -5
  668. package/build/component/driver/prerequisite/error/invalidParameterUserError.d.ts.map +0 -1
  669. package/build/component/driver/prerequisite/error/invalidParameterUserError.js +0 -29
  670. package/build/component/driver/prerequisite/error/invalidParameterUserError.js.map +0 -1
  671. package/build/component/driver/prerequisite/installDriver.d.ts.map +0 -1
  672. package/build/component/driver/prerequisite/installDriver.js.map +0 -1
  673. package/build/component/driver/prerequisite/interfaces/InstallToolArgs.d.ts.map +0 -1
  674. package/build/component/driver/prerequisite/interfaces/InstallToolArgs.js.map +0 -1
  675. package/templates/fallback/bot.csharp.command-and-response.zip +0 -0
  676. package/templates/fallback/bot.csharp.default.zip +0 -0
  677. package/templates/fallback/bot.csharp.notification-function-base.zip +0 -0
  678. package/templates/fallback/bot.csharp.notification-trigger-http.zip +0 -0
  679. package/templates/fallback/bot.csharp.notification-trigger-timer.zip +0 -0
  680. package/templates/fallback/bot.csharp.notification-webapi.zip +0 -0
  681. package/templates/fallback/bot.csharp.workflow.zip +0 -0
  682. package/templates/fallback/bot.js.command-and-response.zip +0 -0
  683. package/templates/fallback/bot.js.default.zip +0 -0
  684. package/templates/fallback/bot.js.m365.zip +0 -0
  685. package/templates/fallback/bot.js.notification-function-base.zip +0 -0
  686. package/templates/fallback/bot.js.notification-restify.zip +0 -0
  687. package/templates/fallback/bot.js.notification-trigger-http.zip +0 -0
  688. package/templates/fallback/bot.js.notification-trigger-timer.zip +0 -0
  689. package/templates/fallback/bot.js.workflow.zip +0 -0
  690. package/templates/fallback/bot.ts.command-and-response.zip +0 -0
  691. package/templates/fallback/bot.ts.default.zip +0 -0
  692. package/templates/fallback/bot.ts.m365.zip +0 -0
  693. package/templates/fallback/bot.ts.notification-function-base.zip +0 -0
  694. package/templates/fallback/bot.ts.notification-restify.zip +0 -0
  695. package/templates/fallback/bot.ts.notification-trigger-http.zip +0 -0
  696. package/templates/fallback/bot.ts.notification-trigger-timer.zip +0 -0
  697. package/templates/fallback/bot.ts.workflow.zip +0 -0
  698. package/templates/fallback/function-base.js.default.zip +0 -0
  699. package/templates/fallback/function-base.ts.default.zip +0 -0
  700. package/templates/fallback/function-triggers.js.HTTPTrigger.zip +0 -0
  701. package/templates/fallback/function-triggers.ts.HTTPTrigger.zip +0 -0
  702. package/templates/fallback/tab.csharp.default.zip +0 -0
  703. package/templates/fallback/tab.csharp.non-sso.zip +0 -0
  704. package/templates/fallback/tab.js.dashboard.zip +0 -0
  705. package/templates/fallback/tab.js.default.zip +0 -0
  706. package/templates/fallback/tab.js.m365.zip +0 -0
  707. package/templates/fallback/tab.js.non-sso.zip +0 -0
  708. package/templates/fallback/tab.ts.dashboard.zip +0 -0
  709. package/templates/fallback/tab.ts.default.zip +0 -0
  710. package/templates/fallback/tab.ts.m365.zip +0 -0
  711. package/templates/fallback/tab.ts.non-sso.zip +0 -0
  712. /package/build/component/driver/{prerequisite → devTool}/constant.d.ts +0 -0
  713. /package/build/component/driver/{prerequisite → devTool}/constant.js +0 -0
  714. /package/build/component/driver/{prerequisite → devTool}/error/dotnetInstallationUserError.d.ts +0 -0
  715. /package/build/component/driver/{prerequisite → devTool}/error/dotnetInstallationUserError.js +0 -0
  716. /package/build/component/driver/{prerequisite → devTool}/error/funcInstallationUserError.d.ts +0 -0
  717. /package/build/component/driver/{prerequisite → devTool}/error/funcInstallationUserError.js +0 -0
  718. /package/build/component/driver/{prerequisite → devTool}/interfaces/InstallToolArgs.js +0 -0
@@ -1,5 +1,4 @@
1
1
  {
2
- "core.create.successNotice": "Scaffold successfully.",
3
2
  "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
3
  "core.provision.provision": "Provision",
5
4
  "core.provision.learnMore": "Learn more",
@@ -18,14 +17,13 @@
18
17
  "core.provision.configurationFinishNotice": "[%s] Configuration finished.",
19
18
  "core.provision.ProvisionFinishNotice": "[%s] Provision finished!",
20
19
  "core.provision.viewResources": "View provisioned resources",
21
- "core.error.NoEnvFilesError": "Failed to find .env files.",
22
- "core.error.unresolvedPlaceholders": "There are unresolved placeholders: '%s' in the selected yml file: %s",
23
- "core.deploy.FailedToDeployBeforeProvision": "Failed 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.",
20
+ "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.",
24
21
  "core.deploy.noCapabilityFound": "No capability found to %s. Click Get Help to learn more about how to add capabilities.",
25
22
  "core.deploy.successNotice": "'%s' successfully deployed.",
26
23
  "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.",
24
+ "core.deploy.aadManifestOnCLISuccessNotice": "Your Azure Active Directory application has been successfully updated.",
27
25
  "core.deploy.aadManifestLearnMore": "Learn more",
28
- "core.deploy.failNotice": "fail to deploy '%s'!",
26
+ "core.deploy.failNotice": "Unable to deploy '%s'!",
29
27
  "core.deploy.botTroubleShoot": "To troubleshoot bot application in azure, please click learn more for documentation.",
30
28
  "core.deploy.botTroubleShoot.learnMore": "Learn more",
31
29
  "core.deploy.startNotice": "[%s] Deployment start.",
@@ -73,27 +71,21 @@
73
71
  "core.progress.buildingBot.detail": "Installing dependencies.",
74
72
  "core.progress.provisionBot": "Registering Bot",
75
73
  "core.progress.generateTemplate": "Generating Template",
76
- "core.progress.generateTemplate.detail": "Downloading and unzipping Template",
74
+ "core.progress.generateTemplate.detail": "Downloading Template %s",
77
75
  "core.progress.generateSample": "Generating Sample",
78
- "core.progress.generateSample.detail": "Downloading and unzipping Sample",
76
+ "core.progress.generateSample.detail": "Downloading Sample %s",
79
77
  "core.progress.configureStorage": "Configuring Tab",
80
78
  "core.progress.packingCode": "Creating application package.",
79
+ "core.progress.deploy": "Deploy",
80
+ "core.progress.publish": "Publish",
81
+ "core.progress.provision": "Provision",
81
82
  "core.progress.enableStaticWebsite": "Enabling Azure Storage account static website.",
82
83
  "core.progress.getDeploymentSrcAndDest": "Retrieving deployment source and destination.",
83
84
  "core.progress.clearStorageAccount": "Cleaning up Azure Storage account.",
84
85
  "core.progress.uploadTabToStorage": "Uploading Tab front end to Azure Storage account.",
85
- "core.progress.getAzureAccountInfoForDeploy": "Retrieving Azure account information.",
86
- "core.progress.getAzureUploadEndpoint": "Retrieving Azure upload endpoint.",
87
- "core.progress.uploadZipFileToAzure": "Uploading application package to Azure.",
88
- "core.progress.checkAzureDeployStatus": "Waiting for Azure deployment to complete.",
89
- "core.progress.restartAzureFunctionApp": "Restarting Azure Functions App.",
90
86
  "core.progress.configureAzureStorage": "Configuring Azure Storage, enable static website setting.",
91
- "core.progress.checkAzureStorageStaticWebsite": "Checking the setting of Azure Storage static website status.",
92
- "core.progress.azureStorageStaticWebsiteEnabled": "Azure Storage static website setting already enabled.",
93
- "core.progress.enableAzureStorageStaticWebsite": "Enabling Azure Storage static website setting.",
94
- "core.progress.getAzureStorageDeployCredential": "Retrieving Azure Storage account deployment credential.",
95
- "core.progress.clearStorageExistsBlobs": "Delete all files in Azure Storage $web container.",
96
- "core.progress.uploadFilesToStorage": "Uploading files to Azure Storage account.",
87
+ "core.progress.runCommand": "Run command %s at %s",
88
+ "core.progress.deployToAzure": "Deploying %s to %s.",
97
89
  "core.log.updateFunctionAppSettings": "Updating Azure Functions app settings.",
98
90
  "core.error.programmingLanguageInvalid": "Invalid programming language found in project settings.",
99
91
  "core.Notification.ReadMore": "Read more",
@@ -104,12 +96,13 @@
104
96
  "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.",
105
97
  "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.",
106
98
  "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.",
99
+ "core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json is invalid.",
107
100
  "core.migrationV3.CreateNewProject": "Teams Toolkit (pre-release) does not support migrating projects from previous versions. Project migration will be added in an upcoming release.",
108
101
  "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",
109
102
  "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.",
110
103
  "core.migrationToArmAndMultiEnv.SuccessMessage": "Upgrade succeeded.",
111
- "core.migrationToArmAndMultiEnv.ErrorMessage": "Upgrade Failed. Check the error message in [output channel](command:fx-extension.showOutputChannel) to troubleshoot and fix. To upgrade manually, click Learn More for the FAQ.",
112
- "core.migrationToArmAndMultiEnv.PreCheckErrorMessage": "Upgrade Failed. '%s' doesn't exist or is not in JSON format. Please fix it and try again by running command (Teams: Upgrade project).\nTo upgrade manually, click Learn More for the FAQ.",
104
+ "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.",
105
+ "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.",
113
106
  "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)",
114
107
  "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)",
115
108
  "core.consolidateLocalRemote.DifferentManifest": "Since Teams Toolkit will use manifest.remote.template.json as a single manifest template file after the upgrade, if you have customized the manifest.local.template.json, you will need to update the manifest.template.json to include your change.",
@@ -118,8 +111,7 @@
118
111
  "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.",
119
112
  "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.",
120
113
  "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",
121
- "core.projectVersionChecker.vscodeUseNewVersion": "The current project is incompatible with the installed Teams Toolkit, please install %s or above and reopen this project.",
122
- "core.projectVersionChecker.cliUseNewVersion": "[core] Your TeamsFx CLI is too old to support current project, please upgrade to the latest version using command below:\nnpm install -g @microsoft/teamsfx-cli@latest",
114
+ "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",
123
115
  "core.projectVersionChecker.incompatibleProject": "The current project is incompatible with the installed version of Teams Toolkit.",
124
116
  "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.",
125
117
  "core.aad.includeAadQuestionTitle": "Whether to deploy aad manifest",
@@ -127,28 +119,21 @@
127
119
  "core.deployArmTemplates.StartNotice": "[%s] Start deploying ARM templates.",
128
120
  "core.deployArmTemplates.CompileBicepSuccessNotice": "[%s] Successfully compile Bicep files to JSON.",
129
121
  "core.deployArmTemplates.SuccessNotice": "[%s] Successfully deploy ARM templates. Resource group name: %s. Deployment name: %s",
130
- "core.deployArmTemplates.FailNotice": "[%s] Failed to deploy ARM templates. Resource group name: %s. Deployment name: %s",
131
122
  "core.deployArmTemplates.PollDeploymentStatusNotice": "[%s] Polling deployment status...",
132
123
  "core.deployArmTemplates.Progress.Title": "Deploying ARM Templates",
133
124
  "core.deployArmTemplates.Progress.Start": "Preparing.",
134
125
  "core.deployArmTemplates.Progress.ExecuteDeployment": "Deploying solution ARM templates to Azure. This could take several minutes.",
135
126
  "core.deployArmTemplates.RetryGetDeploymentStatus": "%s -> waiting to get deployment status [Retry time: %s]",
136
- "core.deployArmTemplates.FailedToReadResourceGroup": "Failed to get resource group from project solution settings.",
137
- "core.deployArmTemplates.DeploymentErrorWithHelplink": "\nError message: %s\nDetailed message: \n%s\nGet toolkit help from %s.",
138
- "core.deployArmTemplates.FailedToGetEnvironmentName": "Failed to get target environment name from solution context.",
127
+ "core.deployArmTemplates.FailedToReadResourceGroup": "Unable to get resource group from project solution settings.",
128
+ "core.deployArmTemplates.FailedToGetEnvironmentName": "Unable to get target environment name from solution context.",
139
129
  "core.deployArmTemplates.ParameterNotExist": "%s does not exist.",
140
- "core.deployArmTemplates.FailedToExpandParameter": "Failed to get expanded parameter from %s",
141
- "core.deployArmTemplates.InvalidAzureCredential": "Azure Credential is invalid.",
142
- "core.deployArmTemplates.FailedToGetSubsId": "Failed to get subscription id.",
143
- "core.deployArmTemplates.CompileBicepFailed": "Failed to compile Bicep files to JSON ARM templates file: %s",
144
- "core.deployArmTemplates.FailedToGetDeploymentError": "Failed to get deployment error for %s",
145
- "core.deployArmTemplates.FailedToGetDeploymentErrorNotification": "Resource deployments (%s module) for your project failed and get the error message failed. Refer to the resource group %s in portal for deployment error.",
146
- "core.deployArmTemplates.DeploymentFailedNotification": "Resource deployments (%s) for your project failed. Refer to [output channel](command:fx-extension.showOutputChannel) for more error details.",
130
+ "core.deployArmTemplates.FailedToExpandParameter": "Unable to get expanded parameter from %s",
131
+ "core.deployArmTemplates.FailedToGetSubsId": "Unable to get subscription id.",
147
132
  "core.deployArmTemplates.ActionSuccess": "Successfully deployed ARM templates. Resource group name: %s. Deployment name: %s",
148
- "core.handleConfigFile.FailedToUpdateAzureParameters": "Failed to update Azure parameters for %s environment.",
149
- "core.appSettingsUtil.FailedToResetAppSettingsDevelopment": "Failed to reset values in appsettings.Development.json.",
150
- "core.backupFiles.FailedToBackupFiles": "Failed to backup %s.",
151
- "core.collaboration.ListCollaboratorsSuccess": "'List Microsoft 365 App owners' succeeded, you can view it in [output channel](%s).",
133
+ "core.handleConfigFile.FailedToUpdateAzureParameters": "Unable to update Azure parameters for %s environment.",
134
+ "core.appSettingsUtil.FailedToResetAppSettingsDevelopment": "Unable to reset values in appsettings.Development.json.",
135
+ "core.backupFiles.FailedToBackupFiles": "Unable to backup %s.",
136
+ "core.collaboration.ListCollaboratorsSuccess": "'List Microsoft 365 App owners' succeeded, you can view it in [Output panel](%s).",
152
137
  "core.collaboration.GrantingPermission": "Granting permission",
153
138
  "core.collaboration.EmailCannotBeEmptyOrSame": "Collaborator's email cannot be null or same as current user",
154
139
  "core.collaboration.CannotFindUserInCurrentTenant": "Cannot find user in current tenant, check whether your email address is correct",
@@ -168,7 +153,6 @@
168
153
  "core.collaboration.SsoAadAppId": "SSO AAD App (ID: ",
169
154
  "core.collaboration.TeamsAppOwner": "Teams App Owner: ",
170
155
  "core.collaboration.AadAppOwner": "Azure Active Directory App Owner: ",
171
- "core.collaboration.NotOwnerOfSsoAadApp": "(Not owner of SSO AAD app)",
172
156
  "core.collaboration.StaringCheckPermission": "Starting to check permission for environment: ",
173
157
  "core.collaboration.CheckPermissionResourceId": "Resource ID: ",
174
158
  "core.collaboration.Undefined": "undefined",
@@ -185,7 +169,7 @@
185
169
  "plugins.spfx.questions.packageSelect.placeholder": "Select an option for scaffolding",
186
170
  "plugins.spfx.questions.packageSelect.useGlobalPackage.withVersion.label": "Use globally installed SPFx (%s)",
187
171
  "plugins.spfx.questions.packageSelect.useGlobalPackage.noVersion.label": "Use globally installed SPFx",
188
- "plugins.spfx.questions.packageSelect.useGlobalPackage.detail": "Recommend SPFx %s or later",
172
+ "plugins.spfx.questions.packageSelect.useGlobalPackage.detail": "SPFx %s or later",
189
173
  "plugins.spfx.questions.packageSelect.installLocally.withVersion.label": "Install the latest SPFx (%s) locally in Teams Toolkit directory ",
190
174
  "plugins.spfx.questions.packageSelect.installLocally.noVersion.label": "Install the latest SPFx locally in Teams Toolkit directory ",
191
175
  "plugins.spfx.buildNotice": "SharePoint package successfully built at %s.",
@@ -196,9 +180,9 @@
196
180
  "plugins.spfx.cannotFindManifest": "Cannot find manifest file %s",
197
181
  "plugins.spfx.cannotGetSPOToken": "Cannot get SPO access token",
198
182
  "plugins.spfx.cannotGetGraphToken": "Cannot get Graph access token",
199
- "plugins.spfx.insufficientPermission": "You don't have permission to upload and deploy package to App Catalog %s, use site admin account.",
200
- "plugins.spfx.createAppcatalogFail": "Failed to create tenant app catalog, due to %s, stack: %s",
201
- "plugins.spfx.uploadAppcatalogFail": "Failed to upload app package, due to %s",
183
+ "plugins.spfx.insufficientPermission": "Unable to upload and deploy package to App Catalog %s. You need your org's Microsoft 365 tenant admin permissions. You can get free Microsoft 365 tenant from [Microsoft 365 developer program](%s) for testing purpose.",
184
+ "plugins.spfx.createAppcatalogFail": "Unable to create tenant app catalog, due to %s, stack: %s",
185
+ "plugins.spfx.uploadAppcatalogFail": "Unable to upload app package, due to %s",
202
186
  "plugins.spfx.buildSharepointPackage": "Building SharePoint package",
203
187
  "plugins.spfx.deploy.title": "Upload and deploy SharePoint package",
204
188
  "plugins.spfx.deploy.createAppcatalog": "Create SharePoint app catalog",
@@ -207,9 +191,8 @@
207
191
  "plugins.spfx.error.npmNotFound": "NPM not found on your machine. Install the supported version.",
208
192
  "plugins.spfx.error.npmVersionNotSupported": "NPM version v%s is not supported for SPFx v%s.",
209
193
  "plugins.spfx.error.nodeVersionNotSupported": "Node.js version v%s is not supported for SPFx v%s.",
210
- "plugins.spfx.error.npmInstallFailed": "Failed to run 'npm install' due to %s",
211
- "plugins.spfx.error.invalidDependency": "Failed to validate package %s",
212
- "plugins.spfx.error.installDependency": "Failed to install package %s. Learn how to remediate in the [output](command:fx-extension.showOutputChannel).",
194
+ "plugins.spfx.error.npmInstallFailed": "Unable to run 'npm install' due to %s",
195
+ "plugins.spfx.error.invalidDependency": "Unable to validate package %s",
213
196
  "plugins.spfx.error.noConfiguration": "There's no .yo-rc.json file in your SPFx project, add the configuration file and try again.",
214
197
  "plugins.spfx.error.devEnvironmentNotSetup": "SPFx development environment has not been set up correctly. You can click \"Get Help\" to follow the guide to set up right environment.",
215
198
  "plugins.spfx.scaffold.dependencyCheck": "Checking dependencies...",
@@ -219,7 +202,7 @@
219
202
  "plugins.spfx.GetTenantFailedError": "Cannot get tenant %s %s",
220
203
  "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.",
221
204
  "_plugins.spfx.error.installLatestDependencyError.comment": "'Microsoft Learn' and 'SharePoint' are the product brand names which should not be localized.",
222
- "plugins.spfx.error.scaffoldError": "Project creation failed. A possible reason could be from Yeoman SharePoint Generator. Check [output window](%s) for details.",
205
+ "plugins.spfx.error.scaffoldError": "Project creation failed. A possible reason could be from Yeoman SharePoint Generator. Check [Output panel](%s) for details.",
223
206
  "plugins.frontend.checkNetworkTip": "Check your network connection.",
224
207
  "plugins.frontend.checkFsPermissionsTip": "Check if you have Read/Write permissions to your file system.",
225
208
  "plugins.frontend.checkStoragePermissionsTip": "Check if you have permissions to your Azure Storage Account.",
@@ -228,10 +211,13 @@
228
211
  "suggestions.retryTheCurrentStep": "Retry the current step.",
229
212
  "plugins.appstudio.buildSucceedNotice": "Teams package is successfully built at [local address](%s).",
230
213
  "plugins.appstudio.buildSucceedNotice.fallback": "Teams package is successfully built at %s.",
214
+ "plugins.appstudio.createPackage.progressBar.message": "Building Teams app package...",
231
215
  "plugins.appstudio.publishTip": "Teams: Publish to Teams",
232
216
  "plugins.appstudio.whetherToDeployManifest": "Whether to deploy app manifest to Teams platform",
233
217
  "plugins.appstudio.validationFailedNotice": "Manifest Validation failed!",
234
218
  "plugins.appstudio.validationSucceedNotice": "Manifest Validation succeed!",
219
+ "plugins.appstudio.validateManifest.progressBar.message": "Validating manifest...",
220
+ "plugins.appstudio.validateAppPackage.progressBar.message": "Validating app package...",
235
221
  "plugins.appstudio.adminApprovalTip": "Successfully created %s app package file at %s. Send this to your administrator for approval.",
236
222
  "plugins.appstudio.adminPortal": "Go to admin portal",
237
223
  "plugins.appstudio.publishSucceedNotice": "[%s] successfully published to the admin portal. Once approved, your app will be available for your organization. [Learn more](%s)",
@@ -247,7 +233,6 @@
247
233
  "plugins.appstudio.provisionTitle": "Provision Teams app",
248
234
  "plugins.appstudio.provisionProgress": "Registering Teams app %s...",
249
235
  "plugins.appstudio.postProvisionProgress": "Updating Teams app %s...",
250
- "plugins.appstudio.dataRequired": "Data required: %s.",
251
236
  "plugins.appstudio.manuallySubmitTip": "Manually submit Teams app package file",
252
237
  "plugins.appstudio.manuallySubmitDescription": "Build the Teams app package. You will need to send it to your Teams administrator manually",
253
238
  "plugins.appstudio.autoPublishTip": "Install for your organization",
@@ -262,8 +247,6 @@
262
247
  "plugins.appstudio.viewDeveloperPortal": "View in Developer Portal",
263
248
  "plugins.bot.questionHostTypeTrigger.title": "Choose triggers",
264
249
  "plugins.bot.questionHostTypeTrigger.placeholder": "Choose triggers",
265
- "plugins.bot.questionHostTypeTrigger.error.emptySelection": "You have to select at least one trigger.",
266
- "plugins.bot.questionHostTypeTrigger.error.hostTypeConflict": "Azure Functions and Azure App Service host types are in conflict.",
267
250
  "plugins.bot.triggers.http-functions.cliName": "http-functions",
268
251
  "plugins.bot.triggers.http-functions.description": "Azure Functions",
269
252
  "plugins.bot.triggers.http-functions.detail": "A running function hosted on Azure Functions can listen to HTTP requests.",
@@ -310,7 +293,7 @@
310
293
  "plugins.cicd.result.scaffold.skipped": "You have already created template(s) of %s using %s for %s environment, customize it or remove it to create a new one.",
311
294
  "plugins.cicd.suggestions.checkPermission": "Check if you got sufficient permission.",
312
295
  "plugins.cicd.suggestions.createProjectOrOpenExisting": "You can create a new project or open an existing one.",
313
- "error.cicd.FailedToListMultiEnv": "Failed to list multi env: %s.",
296
+ "error.cicd.FailedToListMultiEnv": "Unable to list multi env: %s.",
314
297
  "error.cicd.PreconditionNotMet": "Some preconditions of inputs are not met.",
315
298
  "plugins.apiConnector.getQuestionApiName.title": "Enter a friendly name for your API.",
316
299
  "plugins.apiConnector.getQuestionApiName.placeholder": "API alias will be used to generate app setting names.",
@@ -351,84 +334,61 @@
351
334
  "plugins.apiConnector.Notification.GenerateFiles": "We have generated sample code to call your API at %s. Open the file(s) and follow the instructions in it to start invoking your APIs.",
352
335
  "plugins.apiConnector.Notification.LinkNotification": "You can visit %s to understand how to call your API with TeamsFx SDK.",
353
336
  "plugins.apiConnector.Log.CommandSuccess": "We have successfully updated your project to call target API. Here is a list of created/updated files:\n\n%s",
354
- "error.rgCheckBaseError": "Failed to check the existence of resource group '%s' in subscription '%'",
337
+ "error.rgCheckBaseError": "Unable to check the existence of resource group '%s' in subscription '%'",
355
338
  "error.rgUnauthorizedError": "Unauthorized to check the existence of resource group '%s' in subscription '%s'. Check your Azure subscription.",
356
339
  "error.ProjectFolderExistError": "Path %s already exists. Select a different folder.",
357
- "error.PathNotExistError": "Path does not exist: %s",
358
340
  "error.ProjectFolderInvalidError": "Path %s is invalid, set valid root folder in user settings(Use absolute directory or relative directory start with \\${homeDir} ).",
359
341
  "error.NoProjectOpenedError": "No project opened, you can create a new project or open an existing one.",
360
342
  "error.InitializedFileExistError": "Initialized file(s) %s already exist, clean up and try again.",
361
- "error.InvalidProjectError": "The command only works for project created by Teams Toolkit. %s",
362
343
  "error.InvalidProjectSettingsFileError": "The projectSettings.json file is invalid: %s.",
363
- "error.FetchSampleError": "Failed to get data from remote repository for %s.",
364
- "error.ProjectEnvNotExistError": "Environment %s not found. Make sure the config.%s.json file exist.",
365
- "error.DotEnvFileNotExistError": "Environment %s not found. Make sure the .env.%s file exist.",
344
+ "error.FetchSampleError": "Unable to get data from remote repository for %s.",
366
345
  "error.InvalidEnvNameError": "Environment name can only contain letters, digits, _ and -.",
367
346
  "error.UpgradeCanceledError": "If you don't want to upgrade your project, install another version of Teams Toolkit (version <= 2.10.0).",
368
347
  "error.UpgradeV3CanceledError": "If you are not ready to upgrade, please continue to use the old version of Teams Toolkit",
369
348
  "error.ConsolidateCanceledError": "If you don't want to upgrade your project, install another version of Teams Toolkit (version <= 3.7.0).",
370
349
  "error.OperationNotPermittedError": "Operation is not permitted: %s",
371
- "error.InvalidInputError": "Failed to update context: %s",
372
- "error.ContextUpgradeError": "Invalid inputs: %s",
350
+ "error.InvalidInputError": "Invalid inputs: %s",
373
351
  "error.ProjectSettingsUndefinedError": "Project settings is undefined",
374
352
  "error.MultipleEnvNotEnabledError": "MultipleEnv feature is not enabled",
375
- "error.PluginHasNoTaskImpl": "Plugin %s has not implemented method: %s",
376
- "error.FunctionRouterError": "Failed to route function call: %s",
377
353
  "error.ProjectEnvAlreadyExistError": "Project environment %s already exists.",
378
- "error.TaskNotSupportError": "Operation is not supported: %s.",
379
354
  "error.InvalidEnvConfigError": "The configuration %s is invalid, details: %s.",
380
- "error.NonExistEnvNameError": "Can not find environment %s.",
381
- "error.ModifiedSecretError": "The secret file has been changed.",
382
- "error.LoadSolutionError": "Failed to load solution",
383
355
  "error.NotImplementedError": "Method not implemented: %s",
384
- "error.LoadPluginError": "Failed to load plugin",
356
+ "error.LoadPluginError": "Unable to load plugin",
385
357
  "error.SPFxConfigError": "Load SPFx config %s failed.",
386
358
  "error.ProjectSettingError": "Load project settings failed.",
387
359
  "error.SolutionConfigError": "Load solution context failed.",
388
- "error.FailedToParseResourceIdError": "Failed to get '%s' from resource id: '%s'",
360
+ "error.FailedToParseResourceIdError": "Unable to get '%s' from resource id: '%s'",
389
361
  "error.MissingSubscriptionInConfig": "Please provide the subscription id of the resource group (%s) in (%s)",
390
- "error.NoSubscriptionFound": "Failed to find a subscription.",
362
+ "error.NoSubscriptionFound": "Unable to find a subscription.",
391
363
  "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.",
392
- "error.NoTeamsAppTenantId": "Failed to get Teams app tenant id",
393
- "error.NoM365Token": "Failed to get M365 token JSON object",
394
- "error.FailedToCreateResourceGroup": "Failed to create resource group \"%s\": the resource group exists",
395
- "error.FailedToListResourceGroupLocation": "Failed to list resource group locations",
396
- "error.BicepGenerationError": "Failed to generate Bicep file %s. Reason: %s",
364
+ "error.BicepGenerationError": "Unable to generate Bicep file %s. Reason: %s",
397
365
  "error.LocalBotEndpointNotConfigured": "Local bot endpoint is not configured. Set \"bot.siteEndpoint\" in \".fx/configs/config.local.json\" and try again.",
398
366
  "error.NgrokTunnelNotConnected": "Ngrok tunnel is not connected. Check your network settings and try again.",
399
367
  "error.VideoFilterAppNotRemoteSupported": "Video filter app in remote is not supported by Teams Toolkit. Check the README.md file in project root folder.",
400
- "error.frontend.ClearStorageError": "Failed to clear Azure Storage Account.",
401
- "error.frontend.UploadToStorageError": "Failed to upload local path %s to Azure Storage Account.",
402
- "error.frontend.GetContainerError": "Failed to get container %s from Azure Storage Account.",
403
- "error.frontend.FailedSaveEnv": "Failed to save environment variables to %s. Your App may not work.",
404
- "error.frontend.FailedLoadEnv": "Failed to load environment variables from %s. Your App may not work.",
405
- "error.appstudio.fileNotFoundError": "File %s not found.",
406
- "error.appstudio.teamsAppCreateFailed": "Failed to create Teams app in Developer Portal, due to %s",
407
- "error.appstudio.teamsAppUpdateFailed": "Failed to update Teams app with ID %s.",
408
- "error.appstudio.apiFailed": "API call to Developer Portal failed: %s, %s, Request path: %s, X-Correlation-ID: %s. This may come from some intermittent service error. Please wait for a few minutes and retry the current step.",
409
- "_error.appstudio.apiFailed.comment": " This is to describe API call, no need to translate 'X-Correlation-ID'. ",
368
+ "error.frontend.FailedSaveEnv": "Unable to save environment variables to %s. Your App may not work.",
369
+ "error.frontend.FailedLoadEnv": "Unable to load environment variables from %s. Your App may not work.",
370
+ "error.appstudio.teamsAppCreateFailed": "Unable to create Teams app in Developer Portal, due to %s",
371
+ "error.appstudio.teamsAppUpdateFailed": "Unable to update Teams app with ID %s.",
372
+ "error.appstudio.apiFailed": "API call to Developer Portal failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
373
+ "_error.appstudio.apiFailed.comment": " This is to describe API call, no need to translate '(command:fx-extension.showOutputChannel)'. ",
410
374
  "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.",
411
375
  "_error.appstudio.apiFailed.telemetry.comment": " This is to describe API call, no need to translate 'X-Correlation-ID'.",
412
376
  "error.appstudio.authServiceApiFailed": "API call to Developer Portal failed: %s, %s, Request path: %s",
413
- "error.appstudio.getLocalConfigFailed": "Missing configuration data for manifest. You may need to run 'debug' first. %s",
414
- "error.appstudio.getRemoteConfigFailed": "Missing configuration data for manifest. %s",
415
- "error.appstudio.publishFailed": "Failed to publish Teams app with ID %s.",
377
+ "error.appstudio.publishFailed": "Unable to publish Teams app with ID %s.",
416
378
  "error.appstudio.buildError": "Teams Package built failed!",
417
379
  "error.appstudio.checkPermissionFailed": "Check permission failed. Reason: %s",
418
380
  "error.appstudio.grantPermissionFailed": "Grant permission failed. Reason: %s",
419
381
  "error.appstudio.listCollaboratorFailed": "List collaborator failed. Reason: %s",
420
382
  "error.appstudio.updateManifestInvalidApp": "Cannot find teams app with id %s. You must run debug or provision first before updating manifest to Teams platform.",
421
- "error.appstudio.updateManifestFailed": "Update manifest failed. ",
422
383
  "error.appstudio.invalidCapability": "Invalid capability: %s",
423
384
  "error.appstudio.capabilityExceedLimit": "Cannot add capability %s, it reaches the limit.",
424
- "error.appstudio.staticTabNotExist": "Cannot find static tab with entity id %s, failed to update.",
425
- "error.appstudio.capabilityNotExist": "Capability %s does not exist in manifest, failed to update.",
426
- "error.appstudio.noManifestError": "Could not find manifest file.",
385
+ "error.appstudio.staticTabNotExist": "Cannot find static tab with entity id %s, unable to update.",
386
+ "error.appstudio.capabilityNotExist": "Capability %s does not exist in manifest, unable to update.",
427
387
  "error.appstudio.noManifestId": "Invalid id found in manifest find.",
428
- "error.appstudio.validateFetchSchemaFailed": "Failed to get schema from %s, message: %s",
388
+ "error.appstudio.validateFetchSchemaFailed": "Unable to get schema from %s, message: %s",
429
389
  "error.appstudio.validateSchemaNotDefined": "Manifest schema is not defined",
430
390
  "error.appstudio.publishInDevPortalSuggestionForValidationError": "Please try to generate package from \"Zip Teams app package\" and try again.",
431
- "error.appstudio.teamsAppCreateConflict": "Failed to create Teams app with 409 Conflict error. That may come from your app id is conflicting with another app in your tenant. Click Get Help to learn more.",
391
+ "error.appstudio.teamsAppCreateConflict": "Unable to create Teams app with 409 Conflict error. That may come from your app id is conflicting with another app in your tenant. Click Get Help to learn more.",
432
392
  "error.appstudio.teamsAppCreateConflictWithPublishedApp": "A Teams app with that id already exists in your organization's app store. Manually update the app id and try again.",
433
393
  "error.appstudio.NotAllowedToAcquireBotFrameworkToken": "The current account is not allowed to acquire botframework token.",
434
394
  "_error.appstudio.NotAllowedToAcquireBotFrameworkToken.comment": "This is to describe API call, no need to translate 'botframework'.",
@@ -436,48 +396,50 @@
436
396
  "_error.appstudio.BotProvisionReturnsForbiddenResult.comment": "This is to describe API call, no need to translate 'Botframework'.",
437
397
  "error.appstudio.BotProvisionReturnsConflictResult": "Botframework provisioning returns conflict result from attempting to create bot registration.",
438
398
  "_error.appstudio.BotProvisionReturnsConflictResult.comment": "This is to describe API call, no need to translate 'Botframework'.",
439
- "error.function.FindAppError": "Failed to find the function app.",
440
- "error.generator.TemplateZipFallbackError": "Failed to download zip package and open local zip package.",
441
- "error.generator.FetchZipFromUrlError": "Failed to download zip package from %s.",
442
- "error.generator.UnzipError": "Failed to unzip templates and write to disk.",
443
- "error.generator.MissKeyError": "Failed to find key %s",
444
- "error.sql.GetDetail": "Get the detailed error message in [output](command:fx-extension.showOutputChannel).",
399
+ "error.function.FindAppError": "Unable to find the function app.",
400
+ "error.generator.TemplateZipFallbackError": "Unable to download zip package and open local zip package.",
401
+ "error.generator.FetchZipFromUrlError": "Unable to download zip package from %s.",
402
+ "error.generator.UnzipError": "Unable to unzip templates and write to disk.",
403
+ "error.generator.MissKeyError": "Unable to find key %s",
404
+ "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",
405
+ "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",
406
+ "error.generator.ParseUrlError": "Unable to parse url %s",
407
+ "error.sql.GetDetail": "Get the detailed error message in [Output panel](command:fx-extension.showOutputChannel).",
445
408
  "error.sql.LinkHelpMessage": "You can follow %s to handle it.",
446
409
  "error.sql.SqlInputError": "SQL admin name or password is empty",
447
- "error.sql.SqlAskInputError": "Failed to get answer for SQL questions",
410
+ "error.sql.SqlAskInputError": "Unable to get answer for SQL questions",
448
411
  "error.sql.SqlEndpointError": "SQL Server %s is invalid.",
449
- "error.sql.DatabaseUserCreateError": "Failed to create user '%s' in database %s",
450
- "error.sql.SqlAddAdminError": "Failed to add AAD admin '%s'. %s",
451
- "error.sql.SqlLocalFirwallError": "Failed to add local firewall for '%s'. %s",
452
- "error.sql.SqlDeleteLocalFirwallError": "Failed to delete local firewall for '%s'. Delete '%s' manually. %s",
453
- "error.sql.SqlUserInfoError": "Failed to get login user info.",
454
- "error.sql.SqlGetConfigError": "Failed to get config value of '%s' from '%s'.",
412
+ "error.sql.DatabaseUserCreateError": "Unable to create user '%s' in database %s",
413
+ "error.sql.SqlAddAdminError": "Unable to add AAD admin '%s'. %s",
414
+ "error.sql.SqlLocalFirwallError": "Unable to add local firewall for '%s'. %s",
415
+ "error.sql.SqlDeleteLocalFirwallError": "Unable to delete local firewall for '%s'. Delete '%s' manually. %s",
416
+ "error.sql.SqlUserInfoError": "Unable to get login user info.",
417
+ "error.sql.SqlGetConfigError": "Unable to get config value of '%s' from '%s'.",
455
418
  "error.sql.SqlInvalidConfigError": "The config value of '%s' is invalid for %s.",
456
- "error.sql.SqlCheckError": "Failed to check SQL Server '%s'. %s",
457
- "error.sql.SqlCheckAdminError": "Failed to check AAD admin '%s'. %s",
419
+ "error.sql.SqlCheckError": "Unable to check SQL Server '%s'. %s",
420
+ "error.sql.SqlCheckAdminError": "Unable to check AAD admin '%s'. %s",
458
421
  "error.sql.IdentityCredentialUndefine": "Cannot access database to add managed identity user %s. Please add the user for database %s manually",
459
422
  "error.sql.ServicePrincipalWarning": "service principal admin in azure sql can't add database user <%s>. You can add the user for %s manually",
460
423
  "error.sql.DomainError": "Conditional Access policy requires a compliant device, and the device is not compliant. %s",
461
424
  "error.sql.GuestAdminError": "SQL admin does not have enough permission to add database user. %s",
462
- "error.apiConnector.SampleCodeCreateFailError": "Failed to scaffold API connection samples. Reason: %s",
463
- "error.apiConnector.ScaffoldApiFilesError": "Failed to scaffold connect API files, Reason: %s",
425
+ "error.apiConnector.SampleCodeCreateFailError": "Unable to scaffold API connection samples. Reason: %s",
426
+ "error.apiConnector.ScaffoldApiFilesError": "Unable to scaffold connect API files, Reason: %s",
464
427
  "error.apiConnector.ApiConnectorInputError": "API connector input %s is invalid",
465
428
  "error.apiConnector.ApiConnectorPathNotExistError": "Path %s not exists. Select a valid folder.",
466
- "error.apiConnector.ApiConnectorCreateFileFail": "Failed to create %s",
429
+ "error.apiConnector.ApiConnectorCreateFileFail": "Unable to create %s",
467
430
  "error.apiConnector.NoActivePluginsExistError": "Please create active resource first.",
468
431
  "error.apiConnector.NoBotOrFunctionExistError": "Please create bot or function resource first.",
469
- "error.apiConnector.InvalidProjectError": "Please select a valid TeamsFx project",
470
- "error.apiConnector.ApiConnectorFunctionRouteError": "Failed to route function call: %s",
432
+ "error.apiConnector.ApiConnectorFunctionRouteError": "Unable to route function call: %s",
471
433
  "error.apiConnector.SDKVersionImcompatibleError": "In %s project, @microsoft/teamsfx version %s is not compatible. Please upgrade the @microsoft/teamsfx version to %s and retry this feature.",
472
434
  "error.apiConnector.pkgFileNotExistError": "In %s project, there is no package.json exist",
473
435
  "error.apiConnector.componentNotExistError": "Component %s not exist, please add first",
474
436
  "error.apiConnector.envVarExistError": "Please provide a different API name to avoid conflicts with existing env variables %s in .env.teamsfx.local",
475
- "error.debugHandler.AppManifestPackageNotExistError": "manifestPackagePath %s does not exist.",
476
437
  "error.debugHandler.InvalidAppManifestPackageFileFormatError": "manifestPackagePath must be .zip file path.",
477
438
  "error.debugHandler.InvalidExistingAADArgsError": "objectId, clientId and clientSecret are all required if you use existing AAD app for SSO.",
478
439
  "error.debugHandler.InvalidExistingBotArgsError": "botId and botPassword need to be set together if you use existing bot.",
479
440
  "error.debugHandler.DebugArgumentEmptyError": "Debug argument '%s' is empty.",
480
441
  "error.debugHandler.InvalidTabBaseUrlError": "baseUrl must be a valid https url.",
442
+ "error.m365.NotExtendedToM365Error": "Unable to extend Teams app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend your Teams app to Microsoft 365.",
481
443
  "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.",
482
444
  "core.QuestionAppName.validation.maxlength": "Application name is longer than the maximum length of 30.",
483
445
  "core.QuestionAppName.validation.pathExist": "Path exists: %s. Select a different application name.",
@@ -491,46 +453,58 @@
491
453
  "core.TabOption.description": "UI-based app",
492
454
  "core.TabOption.detail": "Teams-aware webpages embedded in Microsoft Teams",
493
455
  "core.TabOption.detailNew": "Teams identity aware webpages embedded in Microsoft Teams",
494
- "core.DashboardOption.label": "Dashboard tab",
495
- "core.DashboardOption.detail": "Embed a canvas containing multiple cards that provide an overview of data or content in Microsoft Teams",
456
+ "core.DashboardOption.label": "Dashboard",
457
+ "core.DashboardOption.detail": "A canvas with cards and widgets for displaying important information",
496
458
  "core.BotOption.description": "Conversational Agent",
497
459
  "core.BotOption.detail": "Running simple and repetitive automated tasks through conversations",
498
- "core.BotNewUIOption.label": "Bot",
499
- "core.BotNewUIOption.detail": "Hello world chatbot to run simple and repetitive tasks by user",
500
- "core.MessageExtensionOption.labelNew": "Message extension",
460
+ "core.BotNewUIOption.label": "Basic Bot",
461
+ "core.BotNewUIOption.detail": "A simple implementation of a bot that's ready to customize",
462
+ "core.MessageExtensionOption.labelNew": "Collect Form Input and Process Data",
501
463
  "core.MessageExtensionOption.label": "Message Extension",
502
464
  "core.MessageExtensionOption.description": "Custom UI when users compose messages in Teams",
503
- "core.MessageExtensionOption.detail": "Hello world message extension allowing interactions via buttons and forms",
504
- "core.NotificationOption.label": "Notification bot",
505
- "core.NotificationOption.detail": "Send notification to Microsoft Teams via various triggers",
506
- "core.Option.recommend": "Recommended",
507
- "core.Option.preview": "Preview",
508
- "core.CommandAndResponseOption.label": "Command bot",
509
- "core.CommandAndResponseOption.detail": "Respond to simple commands in Microsoft Teams chat",
510
- "core.WorkflowOption.label": "Workflow bot",
511
- "core.WorkflowOption.detail": "Automate repetitive workflows for common business processes in Microsoft Teams chat",
465
+ "core.MessageExtensionOption.detail": "Get user input, do something with it, and send customized results back",
466
+ "core.NotificationOption.label": "Chat Notification Message",
467
+ "core.NotificationOption.detail": "Notify and inform with a message that displays in Teams chats",
468
+ "core.CommandAndResponseOption.label": "Chat Command",
469
+ "core.CommandAndResponseOption.detail": "Trigger work with custom chat commands in Teams chats",
470
+ "core.WorkflowOption.label": "Sequential Workflow in Chat",
471
+ "core.WorkflowOption.detail": "Interact with multi-step processes in Teams chats",
512
472
  "core.ExistingTabOption.label": "Embed existing web app",
513
473
  "core.ExistingTabOption.detail": "Bring your own static webpages and embed in Microsoft Teams",
514
474
  "core.ExistingTabEndpointQuestion.placeholder": "Input your existing tab endpoint",
515
475
  "core.ExistingTabEndpointQuestion.title": "Enter your web app's local endpoint",
516
476
  "core.ExistingTabEndpointQuestion.validation": "Please enter a valid URL started with https://",
517
477
  "core.TabSPFxOption.label": "Tab (SPFx)",
518
- "core.TabSPFxOption.labelNew": "SPFx tab",
478
+ "core.TabSPFxOption.labelNew": "SPFx",
519
479
  "core.TabSPFxOption.description": "Client-side app with SharePoint Framework",
520
480
  "core.TabSPFxOption.detail": "Auto-hosted SPFx web part tightly integrated with Microsoft Teams",
521
- "core.TabSPFxOption.detailNew": "SPFx components hosted in Microsoft 365 and embeded in Microsoft Teams",
481
+ "core.TabSPFxOption.detailNew": "Build UI with SharePoint Framework",
522
482
  "core.TabSso.description": "Single Sign On for Tab",
523
483
  "core.TabSso.detail": "Enable Single Sign On in your Teams Tab app",
524
484
  "core.BotSso.description": "Single Sign On for Bot",
525
485
  "core.BotSso.detail": "Enable Single Sign On in your Teams Bot app",
526
- "core.TabNonSso.label": "Tab",
527
- "core.TabNonSso.detail": "Hello world webpages embedded in Microsoft Teams",
486
+ "core.TabNonSso.label": "Basic Tab",
487
+ "core.TabNonSso.detail": "A simple implementation of a web app that's ready to customize",
528
488
  "core.addCapabilityQuestion.title": "Choose Capabilities",
529
489
  "core.addCapabilityQuestion.titleNew": "Capabilities",
530
490
  "core.addFeatureQuestion.title": "Add features",
531
491
  "core.createCapabilityQuestion.title": "Select capabilities",
532
492
  "core.createCapabilityQuestion.titleNew": "Capabilities",
533
493
  "core.createCapabilityQuestion.placeholder": "Select a capability",
494
+ "core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
495
+ "core.createProjectQuestion.option.description.worksInOutlook": "Works in Teams and Outlook",
496
+ "core.createProjectQuestion.option.description.worksInOutlookM365": "Works in Teams, Outlook and the Microsoft 365 app",
497
+ "core.createProjectQuestion.projectType.bot.detail": "Conversational or informative chat experiences that can automate repetitive tasks",
498
+ "core.createProjectQuestion.projectType.bot.label": "Bot",
499
+ "core.createProjectQuestion.projectType.bot.title": "App Features Using a Bot",
500
+ "core.createProjectQuestion.projectType.messageExtension.detail": "Search or initiate actions from the chat compose area of Teams and Outlook",
501
+ "core.createProjectQuestion.projectType.messageExtension.title": "App Features Using a Message Extension",
502
+ "core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content",
503
+ "core.createProjectQuestion.projectType.outlookAddin.label": "Outlook Add-in",
504
+ "core.createProjectQuestion.projectType.outlookAddin.title": "App Features Using an Outlook Add-in",
505
+ "core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Micosoft 365 app",
506
+ "core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
507
+ "core.createProjectQuestion.title": "New Project",
534
508
  "core.capability.validation": "Invalid capability combinations: %s, option sets: %s are mutually exclusive",
535
509
  "core.spfxFolder.title": "SPFx solution folder",
536
510
  "core.spfxFolder.placeholder": "Select the folder that contains your SPFx solution",
@@ -540,7 +514,7 @@
540
514
  "core.getQuestionNewTargetEnvironmentName.validation1": "Environment name can only contain letters, digits, _ and -.",
541
515
  "core.getQuestionNewTargetEnvironmentName.validation2": "The length of environment config path will exceed the limitation of Windows.",
542
516
  "core.getQuestionNewTargetEnvironmentName.validation3": "Cannot create an environment '%s'",
543
- "core.getQuestionNewTargetEnvironmentName.validation4": "Failed to list env configs",
517
+ "core.getQuestionNewTargetEnvironmentName.validation4": "Unable to list env configs",
544
518
  "core.getQuestionNewTargetEnvironmentName.validation5": "Project environment %s already exists.",
545
519
  "core.QuestionSelectSourceEnvironment.title": "Select an environment to create copy",
546
520
  "core.QuestionSelectResourceGroup.title": "Select a resource group",
@@ -608,9 +582,8 @@
608
582
  "core.getUserEmailQuestion.title": "Add owner to Teams/AAD app for the account under the same Microsoft 365 tenant (email)",
609
583
  "core.getUserEmailQuestion.validation1": "Email address cannot be null or empty",
610
584
  "core.getUserEmailQuestion.validation2": "Please change [UserName] to the real user name",
611
- "core.collaboration.error.dotEnvFileNotExist": "Failed to find your .env File.",
612
- "core.collaboration.error.failedToLoadDotEnvFile": "Failed to load your .env File. Reason: %s",
613
- "core.collaboration.error.failedToGetTeamsAppId": "Failed 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.failedToLoadDotEnvFile": "Unable to load your .env File. Reason: %s",
586
+ "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.",
614
587
  "core.selectAadAppManifestQuestion.title": "Select Azure Active Directory manifest.json file",
615
588
  "core.selectTeamsAppManifestQuestion.title": "Select Teams manifest.json file",
616
589
  "core.selectTeamsAppPackageQuestion.title": "Select Teams app package file",
@@ -621,17 +594,18 @@
621
594
  "core.aadAppQuestion.description": "Your Azure Active Directory app for Single Sign On",
622
595
  "core.teamsAppQuestion.label": "Teams app",
623
596
  "core.teamsAppQuestion.description": "Your Teams app",
624
- "core.M365SsoLaunchPageOptionItem.label": "SSO enabled personal tab",
625
- "core.M365SsoLaunchPageOptionItem.detail": "Identity aware webpages embedded in Microsoft Teams, Outlook and the Microsoft 365 app",
626
- "core.M365SearchAppOptionItem.label": "Search-based message extension",
627
- "core.M365SearchAppOptionItem.detail": "Insert search result when user composes messages in Microsoft Teams or emails in Outlook",
597
+ "core.M365SsoLaunchPageOptionItem.label": "React with Fluent UI",
598
+ "core.M365SsoLaunchPageOptionItem.detail": "A web app that uses Fluent UI React components to get a Teams look and feel",
599
+ "core.M365SearchAppOptionItem.label": "Custom Search Results",
600
+ "core.M365SearchAppOptionItem.detail": "Display data directly in Teams and Outlook search results from search or the chat area",
601
+ "core.M365HostQuestion.title": "Platform",
602
+ "core.M365HostQuestion.placeholder": "Select a platform to preview the app",
628
603
  "core.options.separator.scenario": "Scenario-based Teams apps",
629
- "core.options.separator.basic": "Basic Teams apps",
630
604
  "core.options.separator.resource": "Cloud resources",
631
605
  "core.options.separator.additional": "Additional features",
632
- "core.options.separator.m365": "Extended Teams apps across Microsoft 365",
633
- "core.options.separator.addin": "Office add-ins",
634
- "core.common.LifecycleComplete": "Executed lifecycle %s.",
606
+ "core.common.LifecycleComplete.provision": "Successfully executed %s/%s actions in provision stage.",
607
+ "core.common.LifecycleComplete.deploy": "Successfully executed %s/%s actions in deploy stage.",
608
+ "core.common.LifecycleComplete.publish": "Successfully executed %s/%s actions in publish stage.",
635
609
  "core.common.TeamsMobileDesktopClientName": "Teams desktop, mobile client id",
636
610
  "core.common.TeamsWebClientName": "Teams web client id",
637
611
  "core.common.OfficeDesktopClientName": "The Microsoft 365 app for desktop client id",
@@ -641,11 +615,11 @@
641
615
  "core.common.OutlookWebClientName1": "Outlook web access client id 1",
642
616
  "core.common.OutlookWebClientName2": "Outlook web access client id 2",
643
617
  "core.NewOfficeAddinOptionVSC.label": "Start with an Outlook add-in",
644
- "core.NewOfficeAddinOptionVSC.detail": "Use the Teams Toolkit to create a new Office add-in application.",
645
- "core.importAddin.label": "Import an existing Outlook add-in (Preview on Windows)",
646
- "core.importAddin.detail": "Import an existing Outlook add-in project to the latest app manifest schema and project structure",
647
- "core.newTaskpaneAddin.label": "Outlook Taskpane add-in (Preview on Windows)",
648
- "core.newTaskpaneAddin.detail": "A ribbon button and taskpane for use with Outlook",
618
+ "core.NewOfficeAddinOptionVSC.detail": "Use the Teams Toolkit to create a new Outlook add-in application.",
619
+ "core.importAddin.label": "Import an Existing Outlook Add-in",
620
+ "core.importAddin.detail": "Upgrade and add-in project to the latest app manifest and project structure",
621
+ "core.newTaskpaneAddin.label": "Taskpane",
622
+ "core.newTaskpaneAddin.detail": "Customize the Ribbon with a button and embed content in the Taskpane",
649
623
  "core.summary.actionDescription": "Action %s%s",
650
624
  "core.summary.lifecycleDescription": "Lifecycle stage: %s(%s step(s) in total). The following actions will be executed: %s",
651
625
  "core.summary.lifecycleNotExecuted": "%s Lifecycle stage %s was not executed.",
@@ -655,49 +629,46 @@
655
629
  "core.summary.actionFailed": "%s failed.",
656
630
  "core.summary.actionSucceeded": "%s was executed successfully.",
657
631
  "core.summary.createdEnvFile": "Environment file was created at",
658
- "error.aad.GetAppError": "Failed to get AAD app with Object Id \"%s\" in tenant \"%s\". Please make sure the object id is valid, or delete 'objectId' under %s in %s and try again.",
659
- "error.aad.GetAppConfigError": "Failed to get %s from Azure AD app settings. Please make sure Azure AD app is correctly configured, or delete 'objectId' under %s in %s and try again.",
660
- "error.aad.GetSkipAppConfigError": "Failed to get all necessary info. You need to set %s, %s, %s, %s under%s in %s.",
661
- "error.aad.CreateAppError": "Failed to create an app in Azure Active Directory.",
662
- "error.aad.CreateAppForbiddenError": "Failed to create an app in Azure Active Directory. This problem can be resolved by login using a Microsoft 365 developer account, you can apply for a free account by joining Microsoft 365 Developer Program(https://developer.microsoft.com/en-us/microsoft-365/dev-program).",
663
- "error.aad.CreateSecretError": "`Failed to create an application secret in Azure Active Directory.`",
664
- "error.aad.UpdateRedirectUriError": "Failed to update application redirect URI in Azure Active Directory.",
665
- "error.aad.UpdateAppIdUriError": "Failed to update Application ID URI in Azure Active Directory. %s",
666
- "error.aad.UpdatePermissionError": "Failed to update application permission in Azure Active Directory.",
632
+ "error.aad.GetAppError": "Unable to get AAD app with Object Id \"%s\" in tenant \"%s\". Please make sure the object id is valid, or delete 'objectId' under %s in %s and try again.",
633
+ "error.aad.GetAppConfigError": "Unable to get %s from Azure AD app settings. Please make sure Azure AD app is correctly configured, or delete 'objectId' under %s in %s and try again.",
634
+ "error.aad.GetSkipAppConfigError": "Unable to get all necessary info. You need to set %s, %s, %s, %s under%s in %s.",
635
+ "error.aad.CreateAppError": "Unable to create an app in Azure Active Directory.",
636
+ "error.aad.CreateAppForbiddenError": "Unable to create an app in Azure Active Directory. This problem can be resolved by login using a Microsoft 365 developer account, you can apply for a free account by joining Microsoft 365 Developer Program(https://developer.microsoft.com/en-us/microsoft-365/dev-program).",
637
+ "error.aad.CreateSecretError": "`Unable to create an application secret in Azure Active Directory.`",
638
+ "error.aad.UpdateRedirectUriError": "Unable to update application redirect URI in Azure Active Directory.",
639
+ "error.aad.UpdateAppIdUriError": "Unable to update Application ID URI in Azure Active Directory. %s",
640
+ "error.aad.UpdatePermissionError": "Unable to update application permission in Azure Active Directory.",
667
641
  "error.aad.AppIdUriInvalidError": "Invalid Application ID URI. Provision your application before continuing.",
668
642
  "error.aad.CannotGenerateIdentifierUris": "Cannot generate identifierUris because no botId or front end domain found, you need to specified at least one of them in config file",
669
643
  "error.aad.InvalidSelectedPlugins": "Invalid selected plugins. %s",
670
- "error.aad.ParsePermissionError": "Failed to parse permission request.",
671
- "error.aad.UnhandledError": "Unhandled Error. ",
672
- "error.aad.UnknownPermissionName": "Failed to find resource: %s. %s",
673
- "error.aad.UnknownPermissionRole": "Failed to find role \"%s\" for resource \"%s\". %s",
674
- "error.aad.UnknownPermissionScope": "Failed to find scope \"%s\" for resource \"%s\". %s",
675
- "error.aad.GetTokenError": "Failed to get user login information for %s.",
676
- "error.aad.TenantNotExistError": "Failed to get tenant information from user login.",
644
+ "error.aad.ParsePermissionError": "Unable to parse permission request.",
645
+ "error.aad.UnknownPermissionName": "Unable to find resource: %s. %s",
646
+ "error.aad.UnknownPermissionRole": "Unable to find role \"%s\" for resource \"%s\". %s",
647
+ "error.aad.UnknownPermissionScope": "Unable to find scope \"%s\" for resource \"%s\". %s",
648
+ "error.aad.GetTokenError": "Unable to get user login information for %s.",
649
+ "error.aad.TenantNotExistError": "Unable to get tenant information from user login.",
677
650
  "error.aad.MissingPermissionsRequestProvider": "permissionRequestProvider is missing in plugin context",
678
- "error.aad.CheckPermissionError": "Failed to check permission.",
679
- "error.aad.GrantPermissionError": "%s: %s. Failed to grant permission.",
680
- "error.aad.ListCollaboratorError": "Failed to list collaborator.",
681
- "error.aad.AadManifestLoadError": "Failed to load manifest file from %s, due to %s",
651
+ "error.aad.CheckPermissionError": "Unable to check permission.",
652
+ "error.aad.GrantPermissionError": "%s: %s. Unable to grant permission.",
653
+ "error.aad.ListCollaboratorError": "Unable to list collaborator.",
654
+ "error.aad.AadManifestLoadError": "Unable to load manifest file from %s, due to %s",
682
655
  "error.aad.AadManifestMissingName": "name property is empty or invalid in AAD manifest file",
683
656
  "error.aad.AadManifestMissingScopeIdForTeamsApp": "oauth2Permissions property missing item which value should be access_as_user",
684
657
  "error.aad.AadManifestMissingObjectId": "id property is missing or invalid in AAD manifest file, you need to run provision or debug first",
685
658
  "error.aad.AadManifestMissingReplyUrlsWithType": "replyUrlsWithType property is missing or invalid in AAD manifest file, you need to run provision or debug first",
686
659
  "error.aad.AadManifestMissingIdentifierUris": "identifierUris property is missing or invalid in AAD manifest file, you need to run provision or debug first",
687
- "error.aad.AadManifestNotProvisioned": "Failed 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.",
688
- "error.aad.UpdateAadAppError": "Failed to update application in Azure Active Directory: %s",
689
- "error.aad.UpdateAadAppUsingManifestError": "Failed to update application in Azure Active Directory. Please make sure 'templates/appPackage/aad.template.json' is valid: %s",
690
- "error.aad.AadManifestNotFoundError": "Aad manifest file not found",
691
- "error.aad.AadManifestNotExistError": "AAD manifest doesn't exist in %s, please use the CLI to specify an AAD manifest to deploy.",
692
- "error.aad.GetDisplayNameError": "Failed to get display name.",
693
- "error.aad.GetConfigError": "Failed to get configuration value \"%s\" for %s.",
660
+ "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.",
661
+ "error.aad.UpdateAadAppError": "Unable to update application in Azure Active Directory: %s",
662
+ "error.aad.UpdateAadAppUsingManifestError": "Unable to update application in Azure Active Directory. Please make sure 'templates/appPackage/aad.template.json' is valid: %s",
663
+ "error.aad.GetDisplayNameError": "Unable to get display name.",
664
+ "error.aad.GetConfigError": "Unable to get configuration value \"%s\" for %s.",
694
665
  "error.aad.FormatError": "Invalid format for %s. Value: %s.",
695
- "error.aad.client.CreateFailed": "Failed to create an application registration in Azure Active Directory.",
696
- "error.aad.client.UpdateFailed": "Failed to update application registration in Azure Active Directory.",
697
- "error.aad.client.CreateSecretFailed": "Failed to create an application secret in Azure Active Directory.",
698
- "error.aad.client.GetFailed": "Failed to retrieve Azure Active Directory application registration.",
699
- "error.aad.client.CheckPermissionFailed": "Failed to check permission in Azure Active Directory.",
700
- "error.aad.client.GrantPermissionFailed": "Failed to grant permission in Azure Active Directory.",
666
+ "error.aad.client.CreateFailed": "Unable to create an application registration in Azure Active Directory.",
667
+ "error.aad.client.UpdateFailed": "Unable to update application registration in Azure Active Directory.",
668
+ "error.aad.client.CreateSecretFailed": "Unable to create an application secret in Azure Active Directory.",
669
+ "error.aad.client.GetFailed": "Unable to retrieve Azure Active Directory application registration.",
670
+ "error.aad.client.CheckPermissionFailed": "Unable to check permission in Azure Active Directory.",
671
+ "error.aad.client.GrantPermissionFailed": "Unable to grant permission in Azure Active Directory.",
701
672
  "error.aad.client.AppDefinitionIsNull": "Missing application definition.",
702
673
  "error.aad.client.AppObjectIdIsNull": "Missing Object ID.",
703
674
  "error.aad.client.EmptyResponse": "Missing response.",
@@ -714,7 +685,6 @@
714
685
  "error.aad.manifest.UnknownResourceAppId": "Unknown resourceAppId %s",
715
686
  "error.aad.manifest.UnknownResourceAccessType": "Unknown resourceAccess: %s",
716
687
  "error.aad.manifest.UnknownResourceAccessId": "Unknown resourceAccess id: %s, if you're using permission as resourceAccess id, please try to use permission id instead.",
717
- "error.m365tenantcheck.tenantNotMatch": "You are now using a different Microsoft 365 tenant from what you previously used. Please make sure you use the correct account. If you intend to switch to this tenant, please clear the value of %s in %s env file so that Teams Toolkit will provision resources in your currently signed-in tenant.\nVisit %s to learn more.",
718
688
  "plugins.aad.NoSelection": "No Azure AD app found. Will not update permissions. You need to run provision or debug first.",
719
689
  "plugins.aad.UserCancelled": "Selection is cancelled by user.",
720
690
  "plugins.aad.UpdatePermissionSuccessMessage": "Successfully updated permission for Azure AD app. You can go to Azure Portal to check the permission or grant admin consent.",
@@ -760,29 +730,27 @@
760
730
  "plugins.apim.error.EmptyConfigValue": "Project configuration '%s' of '%s' is missing in '%s'. Retry %s or set the value manually.",
761
731
  "plugins.apim.error.NoPluginConfig": "Cannot found %s configuration. Retry %s.",
762
732
  "plugins.apim.error.InvalidConfigValue": "Project configuration '%s' of '%s' is invalid. %s",
763
- "plugins.apim.error.ApimOperationError": "Failed to %s %s.",
764
- "plugins.apim.error.AadOperationError": "Failed to %s %s.",
733
+ "plugins.apim.error.ApimOperationError": "Unable to %s %s.",
734
+ "plugins.apim.error.AadOperationError": "Unable to %s %s.",
765
735
  "plugins.apim.error.InvalidCliOptionError": "Option is invalid. %s",
766
736
  "plugins.apim.error.NotImplemented": "Not implemented.",
767
737
  "plugins.apim.error.InvalidFunctionEndpoint": "The function endpoint scheme should be 'http' or 'https'.",
768
738
  "plugins.apim.error.EmptyProperty": "Property '%s' is empty.",
769
739
  "plugins.apim.error.InvalidPropertyType": "Property '%s' is not type '%s'.",
770
740
  "plugins.apim.error.ShortenToEmpty": "The value '%s' cannot be shorten to empty.",
771
- "plugins.apim.error.UnhandledError": "Unhandled error.",
772
- "plugins.apim.error.FailedToParseResourceIdError": "Failed to get '%s' from resource id: '%s'.",
773
- "error.sa.NoConfigError": "Failed to get config value of '%s' from '%s'.",
774
- "error.sa.UnauthenticatedError": "Failed to get user login information.",
775
- "error.sa.CreateAppServicePlanError": "Failed to create App Service plan: %s",
776
- "error.sa.FreeServerFarmsQuotaError": "Failed to create App Service plan: %s",
777
- "error.sa.MissingSubscriptionRegistrationError": "Failed to create App Service plan: ${message}",
778
- "error.sa.CreateWebAppError": "Failed to create Web App: %s",
779
- "error.sa.ZipDeployError": "Failed to deploy Simple Auth bits: %s",
780
- "error.sa.UpdateApplicationSettingsError": "Failed to update application settings: %s",
781
- "error.sa.UnhandledError": "Unhandled error: %s",
782
- "error.sa.EndpointInvalidError": "Failed to verify endpoint: %s. Reason: %s",
783
- "error.sa.ZipDownloadError": "Failed to download Simple Auth bits: %s",
784
- "error.sa.VersionFileNotExist": "`Failed to load version file from %s",
785
- "plugins.sa.RegisterRersourceProviderFailed": "Failed to register required resource provider for Simple Auth. Reason: %s. Register required resource provider %s manually.",
741
+ "plugins.apim.error.FailedToParseResourceIdError": "Unable to get '%s' from resource id: '%s'.",
742
+ "error.sa.NoConfigError": "Unable to get config value of '%s' from '%s'.",
743
+ "error.sa.UnauthenticatedError": "Unable to get user login information.",
744
+ "error.sa.CreateAppServicePlanError": "Unable to create App Service plan: %s",
745
+ "error.sa.FreeServerFarmsQuotaError": "Unable to create App Service plan: %s",
746
+ "error.sa.MissingSubscriptionRegistrationError": "Unable to create App Service plan: ${message}",
747
+ "error.sa.CreateWebAppError": "Unable to create Web App: %s",
748
+ "error.sa.ZipDeployError": "Unable to deploy Simple Auth bits: %s",
749
+ "error.sa.UpdateApplicationSettingsError": "Unable to update application settings: %s",
750
+ "error.sa.EndpointInvalidError": "Unable to verify endpoint: %s. Reason: %s",
751
+ "error.sa.ZipDownloadError": "Unable to download Simple Auth bits: %s",
752
+ "error.sa.VersionFileNotExist": "`Unable to load version file from %s",
753
+ "plugins.sa.RegisterRersourceProviderFailed": "Unable to register required resource provider for Simple Auth. Reason: %s. Register required resource provider %s manually.",
786
754
  "plugins.sa.FreeServerFarmsQuotaErrorToUser": "The maximum number of Free App Service Plan allowed in a Subscription is 10. Delete a free App Service plan and try again.",
787
755
  "core.addSso.onlySupportAzure": "Add SSO is only supported for project hosted in Azure",
788
756
  "core.addSso.onlyMeNotSupport": "Add SSO is not supported on Message Extension only projects",
@@ -792,111 +760,92 @@
792
760
  "core.addSso.invalidSsoProject": "Invalid project. You may have modified '.fx/projectSettings.json' file.",
793
761
  "core.addSso.learnMore": "SSO is successfully added in your project. We have generated sample code and README in 'auth/'. Click on '%s' for more detail.",
794
762
  "core.addSsoFiles.emptyProjectPath": "Project path is empty",
795
- "core.addSsoFiles.projectPathNotExists": "Project path does not exist",
796
- "core.addSsoFiles.FailedToCreateAuthFiles": "Failed to create files for add sso. Detail error: %s.",
763
+ "core.addSsoFiles.FailedToCreateAuthFiles": "Unable to create files for add sso. Detail error: %s.",
797
764
  "core.addSsoFiles.invalidLanguage": "Invalid language. Please make sure '.fx/projectSettings.json' is not modified and try again.",
798
765
  "core.getUserEmailQuestion.validation3": "Email address is not valid",
799
766
  "plugins.bot.DetailedError": "Detailed error: %s.",
800
767
  "plugins.bot.DetailedErrorReason": "Reason: %s",
801
768
  "plugins.bot.ErrorSuggestions": "Suggestions: %s",
802
769
  "plugins.bot.InvalidValue": "%s is invalid with value: %s",
803
- "plugins.bot.TemplateZipFallbackError": "Failed to download zip package and open local zip package.",
804
- "plugins.bot.UnzipError": "Failed to unzip templates and write to disk.",
770
+ "plugins.bot.TemplateZipFallbackError": "Unable to download zip package and open local zip package.",
771
+ "plugins.bot.UnzipError": "Unable to unzip templates and write to disk.",
805
772
  "plugins.bot.SomethingIsMissing": "%s is missing.",
806
773
  "plugins.bot.SomethingNotExisting": "%s is not existing.",
807
774
  "plugins.bot.FailedToGetAlreadyCreatedBot": "Cannot create bot with id %s which may be taken by an existing bot. Visit %s to learn more.\nOr API call to Developer Portal failed: Error, Request failed with status code 500, API name: create-bot, X-Correlation-ID: undefined. This may come from some intermittent service error. Please wait for a few minutes and retry.",
808
775
  "_plugins.bot.FailedToGetAlreadyCreatedBot.comment": " This is to describe API call, no need to translate 'X-Correlation-ID'.",
809
- "plugins.bot.FailedToProvision": "Failed to provision %s.",
810
- "plugins.bot.FailedToUpdateConfigs": "Failed to update configs for %s",
811
- "plugins.bot.FailedListPublishingCredentials": "Failed to list publishing credentials.",
812
- "plugins.bot.FailedDeployZipFile": "Failed to deploy zip file.",
813
- "plugins.bot.FailedCheckDeployStatus": "Failed to check deployment status.",
814
- "plugins.bot.CheckDeployStatusTimeout": "The deployment status is timeout.",
776
+ "plugins.bot.FailedToProvision": "Unable to provision %s.",
777
+ "plugins.bot.FailedToUpdateConfigs": "Unable to update configs for %s",
815
778
  "plugins.bot.BotRegistrationNotFoundWith": "Bot registration was not found with botId %s. Click 'Get Help' button to learn more about how to check bot registrations.",
816
- "plugins.bot.FailedUpdateMessageEndpoint": "Failed to update message endpoint with %s.",
817
- "plugins.bot.FailToRun": "Failed to run %s.",
818
- "plugins.bot.FailToCallAppStudioApi": "Failed to call Developer Portal's API to check AAD application's existence.",
779
+ "plugins.bot.FailedUpdateMessageEndpoint": "Unable to update message endpoint with %s.",
780
+ "plugins.bot.FailToRun": "Unable to run %s.",
781
+ "plugins.bot.FailToCallAppStudioApi": "Unable to call Developer Portal's API to check AAD application's existence.",
819
782
  "plugins.bot.BotResourceExists": "Bot resource already existed on %s, skip creating Bot resource.",
820
783
  "plugins.bot.WorkingDirMissing": "Working directory is missing.",
821
- "plugins.bot.FailRetrieveAzureCredentials": "Failed to retrieve Azure credentials.",
784
+ "plugins.bot.FailRetrieveAzureCredentials": "Unable to retrieve Azure credentials.",
822
785
  "plugins.bot.CreateBotAADSuccess": "Successfully created bot AAD app.",
823
786
  "plugins.bot.ProvisionBotRegistration": "Provisioning bot registration.",
824
787
  "plugins.bot.ProvisionBotRegistrationSuccess": "Successfully provisioned bot registration.",
825
788
  "plugins.bot.RecreateProject": "Please recreate the project.",
826
789
  "plugins.bot.CheckCommandOutput": "Please check the command output and try to fix it.",
827
790
  "plugins.bot.RunFailedCommand": "Please run failed command '%s' in the folder: '%s'.",
828
- "plugins.bot.CheckLogAndFix": "Please check log in output channel and try to fix this issue.",
791
+ "plugins.bot.CheckLogAndFix": "Please check log in Output panel and try to fix this issue.",
829
792
  "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.",
830
793
  "plugins.bot.AadApp": "AAD app",
831
794
  "plugins.bot.AadClientSecret": "AAD client secret",
832
795
  "plugins.bot.AppStudioBotRegistration": "Developer Portal bot registration",
833
796
  "plugins.function.askFunctionName": "Provide a function name.",
834
- "plugins.function.failedToInstallDotnet": "Failed to install .NET SDK, error = '%s'",
835
797
  "plugins.function.getTemplateFrom": "Retrieving template from '%s'.",
836
- "plugins.function.getTemplateFromLocal": "Failed to get newest template from github, trying to use the local template.",
798
+ "plugins.function.getTemplateFromLocal": "Unable to get newest template from github, trying to use the local template.",
837
799
  "plugins.function.projectScaffoldAt": "Project scaffolded at '%s'.",
838
800
  "plugins.function.invalidFunctionName": "Invalid function name. Function names can only contain alphanumerical characters. The max length is 127 characters.",
839
801
  "plugins.function.functionAlreadyExists": "Function already exists.",
840
802
  "error.depChecker.DefaultErrorMessage": "Install the required dependencies manually.",
841
803
  "depChecker.learnMoreButtonText": "Learn more",
842
- "depChecker.startInstallFunctionCoreTool": "Downloading and installing @NameVersion.",
843
- "depChecker.finishInstallFunctionCoreTool": "Successfully installed @NameVersion.",
844
- "depChecker.needReplaceWithFuncCoreToolV3": "You must update to @NameVersion to debug your local functions.",
845
- "depChecker.needInstallFuncCoreTool": "You must have @NameVersion installed to debug your local functions.",
846
- "depChecker.failToInstallFuncCoreTool": "Failed to install @NameVersion. Install @NameVersion manually.",
847
- "depChecker.failToValidateFuncCoreTool": "Failed to validate @NameVersion after installation.",
848
- "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.",
849
- "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).",
804
+ "depChecker.needInstallNpm": "You must have NPM installed to debug your local functions.",
805
+ "depChecker.failToValidateFuncCoreTool": "Unable to validate Azure Functions Core Tools after installation.",
806
+ "depChecker.symlinkDirAlreadyExist": "The destination of the symlink already exists",
807
+ "depChecker.portableFuncNodeNotMatched": "Your Node.js (@NodeVersion) is incompatible with Teams Toolkit Azure Functions Core Tools (@FuncVersion).",
808
+ "depChecker.invalidFuncVersion": "The format of version %s is invalid.",
809
+ "depChecker.noSentinelFile": "Azure Functions Core Tools installation is incomplete.",
810
+ "depChecker.funcVersionNotMatch": "The version of Azure Functions Core Tools (%s) is not compatible with the specified version range (%s).",
850
811
  "depChecker.startInstallNgrok": "Downloading and installing @NameVersion.",
851
812
  "depChecker.finishInstallNgrok": "Successfully installed @NameVersion.",
852
813
  "depChecker.finishInstallBicep": "Successfully installed @NameVersion.",
853
814
  "depChecker.needInstallNgrok": "You must have @NameVersion installed to debug your local bot.",
854
- "depChecker.failToInstallNgrok": "Failed to install @NameVersion. Install @NameVersion manually.",
855
- "depChecker.failToValidateNgrok": "Failed to validate @NameVersion after installation.",
815
+ "depChecker.failToValidateNgrok": "Unable to validate @NameVersion after installation.",
856
816
  "depChecker.downloadDotnet": "Downloading and installing the portable version of @NameVersion, which will be installed to @InstallDir and will not affect your environment.",
857
817
  "depChecker.downloadBicep": "Downloading and installing the portable version of @NameVersion, which will be installed to @InstallDir and will not affect your environment.",
858
818
  "depChecker.finishInstallDotnet": "Successfully installed @NameVersion.",
859
819
  "depChecker.useGlobalDotnet": "Using dotnet from PATH:",
860
820
  "depChecker.dotnetInstallStderr": "dotnet-install command failed without error exit code but with non-empty standard error.",
861
821
  "depChecker.dotnetInstallErrorCode": "dotnet-install command failed.",
862
- "depChecker.failToInstallBicepOutputVSC": "Failed to install @NameVersion. please read this wiki (@HelpLink) to install @NameVersion manually and restart Visual Studio Code.",
863
- "depChecker.failToInstallBicepOutputCLI": "Failed to install @NameVersion. please read this wiki (@HelpLink) to install @NameVersion manually.",
864
- "depChecker.failToInstallBicepDialog": "Failed to install @NameVersion. please click Learn More to install @NameVersion manually and restart Visual Studio Code.",
865
- "depChecker.failToInstallBicep": "Failed to install @NameVersion",
866
- "depChecker.failToInstallDotnet": "Failed to install @NameVersion. Install @NameVersion manually and restart Visual Studio Code.",
867
- "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.)",
822
+ "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.",
868
823
  "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.)",
869
- "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.",
870
- "depChecker.NodeNotLts": "Node.js (%s) is not a LTS version (%s). Go to https://nodejs.org/about/releases/ to install a LTS Node.js.",
824
+ "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.",
825
+ "depChecker.NodeNotLts": "Node.js (%s) is not a LTS version (%s). Go to %s to install a LTS Node.js.",
871
826
  "depChecker.dotnetNotFound": "Cannot find @NameVersion. For the details why .NET SDK is needed, refer to @HelpLink",
872
827
  "depChecker.depsNotFound": "Cannot find @SupportedPackages.\n\nTeams Toolkit requires these dependencies.\n\nClick \"Install\" to install @InstallPackages.",
873
828
  "depChecker.linuxDepsNotFound": "Cannot find @SupportedPackages. Install @SupportedPackages manually and restart Visual Studio Code.",
874
829
  "depChecker.linuxDepsNotFoundHelpLinkMessage": "Cannot find @SupportedPackages.\n\nTeams Toolkit requires these dependencies.",
875
- "depChecker.failToDownloadFromUrl": "Failed to download file from '@Url', HTTP status '@Status'.",
830
+ "depChecker.failToDownloadFromUrl": "Unable to download file from '@Url', HTTP status '@Status'.",
876
831
  "depChecker.failToValidateVxTestAppInstallOptions": "Invalid argument for video extensibility test app prerequisites checker. Please check tasks.json file.",
877
- "depChecker.failToValidateVxTestApp": "Failed to validate video extensibility test app after installation.",
878
- "error.ActionNotExist": "Action not found: %s.",
879
- "error.ComponentNotExist": "Component not found: %s.",
832
+ "depChecker.failToValidateVxTestApp": "Unable to validate video extensibility test app after installation.",
880
833
  "error.BadComponent": "Component '%s' lacks of property: %s.",
881
834
  "error.InvalidFeature": "This feature is not applicable for your project.",
882
835
  "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.",
836
+ "error.driver.outputEnvironmentVariableUndefined": "The output environment variable name(s) are not defined.",
883
837
  "driver.aadApp.description.create": "Create an Azure Active Directory app to authenticate users",
884
838
  "driver.aadApp.description.update": "Apply Azure Active Directory app manifest to an existing app",
885
- "driver.aadApp.error.invalidParameter": "Following parameter is missing or invalid for %s action: %s.",
886
839
  "driver.aadApp.error.missingEnv": "Environment variable %s is not set.",
887
840
  "driver.aadApp.error.missingEnvInFile": "Environment variable %s referenced in %s has no value.",
888
841
  "driver.aadApp.error.generateSecretFailed": "Cannot generate client secret.",
889
- "driver.aadApp.error.unhandledError": "Unhandled error happened in %s action: %s",
890
842
  "driver.aadApp.error.invalidFieldInManifest": "Field %s is missing or invalid in Azure Active Directory app manifest.",
891
- "driver.aadApp.error.generateManifestFailed": "Failed to generate Azure Active Directory app manifest.",
892
- "driver.aadApp.progressBar.createAadAppTitle": "Creating Azure Active Directory application",
893
- "driver.aadApp.progressBar.createAadAppStepMessage": "Creating Azure Active Directory application",
894
- "driver.aadApp.progressBar.generateClientSecretSetpMessage": "Generating client secret",
895
- "driver.aadApp.progressBar.updateAadAppTitle": "Updating Azure Active Directory application",
896
- "driver.aadApp.progressBar.updateAadAppStepMessage": "Updating Azure Active Directory application",
843
+ "driver.aadApp.error.generateManifestFailed": "Unable to generate Azure Active Directory app manifest.",
844
+ "driver.aadApp.progressBar.createAadAppTitle": "Creating Azure Active Directory application...",
845
+ "driver.aadApp.progressBar.updateAadAppTitle": "Updating Azure Active Directory application...",
897
846
  "driver.aadApp.log.startExecuteDriver": "Executing action %s",
898
847
  "driver.aadApp.log.successExecuteDriver": "Action %s executed successfully",
899
- "driver.aadApp.log.failExecuteDriver": "Failed to execute action %s. Error message: %s",
848
+ "driver.aadApp.log.failExecuteDriver": "Unable to execute action %s. Error message: %s",
900
849
  "driver.aadApp.log.startCreateAadApp": "Environment variable %s does not exist, creating a new Azure Active Directory app...",
901
850
  "driver.aadApp.log.successCreateAadApp": "Created Azure Active Directory application with object id %s",
902
851
  "driver.aadApp.log.skipCreateAadApp": "Environment variable %s already exist, skipping new Azure Active Directory app creation step.",
@@ -905,29 +854,25 @@
905
854
  "driver.aadApp.log.skipGenerateClientSecret": "Environment variable %s already exist, skipping Azure Active Directory app client secret generation step.",
906
855
  "driver.aadApp.log.outputAadAppManifest": "Build Azure Active Directory app manifest completed, and app manifest content is written to %s",
907
856
  "driver.aadApp.log.successUpdateAadAppManifest": "Applied manifest %s to Azure Active Directory application with object id %s",
908
- "configManager.error.driverNotFound": "Driver %s not found for step %s",
909
- "configManager.error.yamlParsing": "Error parsing yaml file at path %s. Reason: %s",
910
- "configManager.error.invalidYmlSchema": "The schema of lifecycle %s is invalid in %s.",
911
- "configManager.error.invalidEnvField": "The env field of action %s in lifecycle %s is invalid.",
912
- "configManager.error.invalidEnvFolderPath": "The environmentFolderPath field is invalid.",
913
- "botRegistration.ProgressBar.creatingBotAadApp": "Creating bot aad app.",
914
- "botRegistration.log.startCreateBotAadApp": "Creating bot aad app.",
915
- "botRegistration.log.successCreateBotAadApp": "Bot aad app created successfully.",
916
- "botRegistration.log.skipCreateBotAadApp": "Bot aad app creation skipped.",
917
- "botRegistration.log.failCreateBotAadApp": "Failed to create bot aad app. Error message: %s.",
857
+ "botRegistration.ProgressBar.creatingBotAadApp": "Creating bot AAD app...",
858
+ "botRegistration.log.startCreateBotAadApp": "Creating bot Azure Active Directory app.",
859
+ "botRegistration.log.successCreateBotAadApp": "Bot Azure Active Directory app created successfully.",
860
+ "botRegistration.log.skipCreateBotAadApp": "Bot Azure Active Directory app creation skipped.",
861
+ "botRegistration.log.failCreateBotAadApp": "Unable to create bot Azure Active Directory app. Error message: %s.",
918
862
  "driver.botAadApp.create.description": "create a new or reuse an existing bot Azure Active Directory app.",
919
863
  "driver.botAadApp.log.startExecuteDriver": "Executing action %s",
920
864
  "driver.botAadApp.log.successExecuteDriver": "Action %s executed successfully",
921
- "driver.botAadApp.log.failExecuteDriver": "Failed to execute action %s. Error message: %s",
865
+ "driver.botAadApp.log.failExecuteDriver": "Unable to execute action %s. Error message: %s",
922
866
  "driver.botAadApp.log.successCreateBotAad": "Created Azure Active Directory application with client id %s.",
923
867
  "driver.botAadApp.log.useExistingBotAad": "Used existing Azure Active Directory application with client id %s.",
924
- "driver.arm.error.outputConversionFailed": "There is a duplicated key %s in ARM deployment output",
925
- "driver.arm.error.CompileBicepFailed": "Failed to compile Bicep files to JSON ARM templates file: %s",
926
- "driver.arm.description.deploy": "Deploy the given ARM templates to Azure",
868
+ "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.",
869
+ "driver.arm.description.deploy": "Deploy the given ARM templates to Azure.",
870
+ "driver.arm.deploy.progressBar.message": "Deploying the ARM templates to Azure...",
927
871
  "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\".",
928
872
  "debug.warningMessage2": " You may be asked for your account credentials when installing the certificate.",
929
873
  "debug.install": "Install",
930
874
  "driver.spfx.deploy.description": "deploys the SPFx package to SharePoint app catalog.",
875
+ "driver.spfx.deploy.progressbar.stepMessage": "Deploying SPFx package...",
931
876
  "driver.spfx.deploy.createAppCatalog": "Create SharePoint app catalog.",
932
877
  "driver.spfx.deploy.deployPackage": "Deploy SPFx package to your tenant app catalog.",
933
878
  "driver.spfx.deploy.skipCreateAppCatalog": "Skip to create SharePoint app catalog.",
@@ -940,14 +885,10 @@
940
885
  "driver.spfx.add.successNotice": "Web part %s was successfully added to project.",
941
886
  "driver.spfx.add.progress.title": "Scaffolding web part",
942
887
  "driver.spfx.add.progress.scaffoldWebpart": "Generate SPFx web part using Yeoman CLI",
943
- "driver.prerequisite.error.invalidParameter": "Following parameter is missing or invalid for %s action: %s.",
944
- "driver.prerequisite.error.funcInstallationError": "Failed to check and install Azure Functions Core Tools.",
945
- "driver.prerequisite.error.dotnetInstallationError": "Failed to check and install .NET Core SDK.",
888
+ "driver.prerequisite.error.funcInstallationError": "Unable to check and install Azure Functions Core Tools.",
889
+ "driver.prerequisite.error.dotnetInstallationError": "Unable to check and install .NET Core SDK.",
946
890
  "driver.prerequisite.description": "installing dependencies",
947
- "driver.prerequisite.progressBar.title": "Driver prerequisite/install",
948
- "driver.prerequisite.progressBar.devCert": "Checking and generating the development certificate for localhost.",
949
- "driver.prerequisite.progressBar.dotnet": "Checking and installing .NET Core SDK.",
950
- "driver.prerequisite.progressBar.func": "Checking and installing Azure Functions Core Tools.",
891
+ "driver.prerequisite.progressBar": "Checking and installing development tool(s).",
951
892
  "driver.prerequisite.summary.devCert.trusted.succuss": "Development certificate for localhost is installed.",
952
893
  "driver.prerequisite.summary.devCert.notTrusted.succuss": "Development certificate for localhost is generated.",
953
894
  "driver.prerequisite.summary.devCert.skipped": "Skip trusting development certificate for localhost.",
@@ -955,34 +896,15 @@
955
896
  "driver.prerequisite.summary.func.installed": "Azure Functions Core Tools is installed.",
956
897
  "driver.prerequisite.summary.dotnet.installedWithPath": ".NET Core SDK is installed at %s.",
957
898
  "driver.prerequisite.summary.dotnet.installed": ".NET Core SDK is installed.",
958
- "driver.env.addEnvironmentVariable.description": "Generate environment variables to project environment file",
959
- "driver.env.addEnvironmentVariable.summary": "The environment variables have been generated successfully to the .env file of '%s' environment.",
960
899
  "driver.file.createOrUpdateEnvironmentFile.description": "Create or update variables to environment file.",
961
900
  "driver.file.createOrUpdateEnvironmentFile.summary": "The variables have been generated successfully to %s.",
962
901
  "driver.file.createOrUpdateJsonFile.description": "Create or update appsettings to JSON file.",
963
902
  "driver.file.createOrUpdateJsonFile.summary": "The appsettings have been generated successfully to %s.",
964
- "driver.file.error.invalidParameter": "Following parameter is missing or invalid for %s action: %s.",
965
- "driver.file.error.unhandledError": "Unhandled error happened in %s action: %s",
966
- "driver.file.description": "generates environment variables to .env file",
967
- "driver.file.summary.default": "The environment variables has been generated successfully to the .env file of '%s' environment.",
968
- "driver.file.summary.withTarget": "The environment variables has been generated successfully to %s.",
969
- "driver.file.progressBar.title": "file/updateEnv",
970
- "driver.file.progressBar.generate": "Generating the environment variables to .env file.",
971
- "driver.file.updateJson.description": "Add or update appsettings to JSON file.",
972
- "driver.file.updateJson.summary.withTarget": "The value for appsettings has been generated successfully to %s.",
973
- "driver.env.error.folderNotExist": "Folder %s does not exist.",
974
- "driver.deploy.FailedListPublishingCredentialsRemoteError": "Failed to list publishing credentials due to remote service error. \nPlease check your account and try again.",
975
- "driver.deploy.error.restartWebAppError": "Failed to restart web app.\nPlease try to restart the web app manually if the app doesn't work properly.",
976
- "driver.deploy.UploadToStorageRemoteError": "Failed to upload local path %s to Azure Storage Account due to remote service error.",
977
- "driver.deploy.ClearStorageRemoteError": "Failed to clear Azure Storage Account due to remote service error.",
978
- "driver.deploy.error.deployToAzureRemoteFailed": "Remote service error, upload failed.",
979
- "driver.deploy.error.unknownError": "Unknown error happened: %s",
903
+ "driver.file.progressBar.appsettings": "Generating appsettings...",
904
+ "driver.file.progressBar.env": "Generating environment variables...",
905
+ "driver.deploy.error.restartWebAppError": "Unable to restart web app.\nPlease try to restart the web app manually if the app doesn't work properly.",
980
906
  "driver.deploy.notice.deployAcceleration": "Deploying to Azure App Service takes a long time. Consider referring to this document to optimize your deployment:",
981
- "driver.deploy.error.noFileFindInDistributionFolder": "No file is found in distribution folder. Please check if the distribution folder is empty or you have ignored everything.",
982
907
  "driver.deploy.notice.deployDryRunComplete": "Deployment preparations are completed. You can find the package in `%s`",
983
- "driver.deploy.azureAppServiceDeploySummary": "Project deployed to Azure App Service successfully.",
984
- "driver.deploy.azureFunctionsDeploySummary": "Project deployed to Azure Functions successfully.",
985
- "driver.deploy.azureStorageDeploySummary": "Project deployed to Azure Storage successfully.",
986
908
  "driver.deploy.azureAppServiceDeployDetailSummary": "Successfully deployed `%s` to Azure App Service.",
987
909
  "driver.deploy.azureFunctionsDeployDetailSummary": "Successfully deployed `%s` to Azure Functions.",
988
910
  "driver.deploy.azureStorageDeployDetailSummary": "Successfully deployed `%s` to Azure Storage.",
@@ -991,80 +913,106 @@
991
913
  "driver.deploy.deployToAzureFunctionsDescription": "deploy the project to the Azure Functions.",
992
914
  "driver.deploy.deployToAzureStorageDescription": "deploy the project to the Azure Storage.",
993
915
  "driver.deploy.enableStaticWebsiteInAzureStorageDescription": "enable static website setting in Azure Storage.",
994
- "driver.deploy.getStorageContainerError": "Failed to get storage container %s.",
995
- "driver.deploy.checkContainerStaticWebsiteError": "Failed to check if the container %s enabled static website option.",
996
- "driver.deploy.checkContainerStaticWebsiteRemoteError": "Failed to check if the container %s enabled static website option due to remote service error.",
997
- "driver.deploy.enableStaticWebsiteError": "Failed to enable static website option for the container %s.",
998
- "driver.deploy.enableStaticWebsiteRemoteError": "Failed to enable static website option for the container %s due to remote service error.",
999
916
  "driver.common.suggestion.retryLater": "Please try again.",
1000
- "driver.common.FailRetrieveAzureCredentialsRemoteError": "Failed to retrieve Azure credentials due to remote service error.",
1001
- "driver.common.GetContainerRemoteError": "Failed to get container %s from Azure Storage Account.",
1002
- "driver.deploy.zipDeploymentRemoteStartError": "Zip Deploy success but remote start failed.",
1003
- "driver.script.buildSummary": "Running command `%s` at `%s` successfully.",
917
+ "driver.common.FailRetrieveAzureCredentialsRemoteError": "Unable to retrieve Azure credentials due to remote service error.",
1004
918
  "driver.script.dotnetDescription": "running dotnet command.",
1005
919
  "driver.script.npmDescription": "running npm command.",
1006
920
  "driver.script.npxDescription": "running npx command.",
1007
921
  "driver.script.runCommandSummary": "Successful execution of the `%s` command at `%s`.",
1008
- "driver.m365.acquire.description": "acquire an M365 title with the app package",
1009
- "driver.m365.acquire.progress.message": "Acquiring M365 title with the app package.",
1010
- "driver.m365.acquire.progress.title": "m365Title/acquire",
1011
- "driver.m365.acquire.summary": "The M365 title has been acquired successfully (%s).",
1012
- "driver.m365.error.fileNotFound": "The input file not found for %s action: %s.",
1013
- "driver.m365.error.invalidParameter": "Following parameter is missing or invalid for %s action: %s.",
1014
- "driver.m365.error.unhandledError": "Unhandled error happened in %s action: %s",
922
+ "driver.m365.acquire.description": "acquire an Microsoft 365 title with the app package",
923
+ "driver.m365.acquire.progress.message": "Acquiring Microsoft 365 title with the app package...",
924
+ "driver.m365.acquire.summary": "The Microsoft 365 title has been acquired successfully (%s).",
1015
925
  "driver.teamsApp.description.copyAppPackageToSPFxDriver": "copies the generated Teams app package to SPFx solution.",
1016
926
  "driver.teamsApp.description.createDriver": "create a Teams app.",
1017
927
  "driver.teamsApp.description.updateDriver": "update a Teams app.",
1018
928
  "driver.teamsApp.description.publishDriver": "publish a Teams app to tenant app catalog.",
1019
929
  "driver.teamsApp.description.validateDriver": "validate a Teams app.",
1020
930
  "driver.teamsApp.description.createAppPackageDriver": "build a Teams app package.",
1021
- "driver.teamsApp.progressBar.createTeamsAppTitle": "Create Teams app",
1022
- "driver.teamsApp.progressBar.createTeamsAppStepMessage": "Creating Teams app",
1023
- "driver.teamsApp.progressBar.updateTeamsAppTitle": "Update Teams app",
1024
- "driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Updating Teams app",
1025
- "driver.teamsApp.progressBar.publishTeamsAppTitle": "Publish Teams app",
931
+ "driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "Copying Teams app package to SPFx solution...",
932
+ "driver.teamsApp.progressBar.createTeamsAppStepMessage": "Creating Teams app...",
933
+ "driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Updating Teams app...",
1026
934
  "driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the Teams app has already been submitted to tenant App Catalog",
1027
935
  "driver.teamsApp.progressBar.publishTeamsAppStep2.1": "Update published Teams app",
1028
- "driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing Teams app",
936
+ "driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing Teams app...",
1029
937
  "driver.teamsApp.summary.createTeamsAppAlreadyExists": "Teams app with id %s already exists, skipped creating a new Teams app.",
1030
938
  "driver.teamsApp.summary.publishTeamsAppExists": "Teams app with id %s already exists in the organization's app store.",
1031
939
  "driver.teamsApp.summary.publishTeamsAppNotExists": "Teams app with id %s does not exist in the organization's app store.",
1032
940
  "driver.teamsApp.summary.publishTeamsAppSuccess": "Teams app %s successfully published to the admin portal.",
1033
941
  "driver.teamsApp.summary.copyAppPackageSuccess": "Teams app %s was successfully copied to %s.",
1034
942
  "driver.teamsApp.summary.copyIconSuccess": "%s icon(s) were successfully updated under %s.",
1035
- "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",
1036
- "driver.teamsApp.validate.skip": "%s action is currently skipped, will be updated in the future version.",
1037
- "driver.teamsApp.invalidParameter": "Following parameter is missing or invalid for %s action: %s.",
1038
- "driver.teamsApp.validate.invalidParameter": "Parameter %s should be provided for action %s",
1039
- "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.",
943
+ "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",
944
+ "driver.teamsApp.summary.validateManifest": "Teams Toolkit has checked manifest with its schema:\n\nSummary:\n%s.\n%s\n",
945
+ "driver.teamsApp.summary.validate.succeed": "%s passed",
946
+ "driver.teamsApp.summary.validate.failed": "%s failed",
947
+ "driver.teamsApp.summary.validate.warning": "%s warning",
948
+ "driver.teamsApp.summary.validate.all": "All",
949
+ "driver.teamsApp.validate.result": "Teams Toolkit has completed checking your app package against validation rules. %s.",
950
+ "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.",
1040
951
  "error.teamsApp.validate.apiFailed": "Teams app package validation failed due to %s",
1041
- "error.teamsApp.validate.apiFailed.display": "Teams app pacakge validation failed. Check [output window](%s) for details.",
952
+ "error.teamsApp.validate.apiFailed.display": "Teams app pacakge validation failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
1042
953
  "error.teamsApp.AppIdNotExistError": "Teams app with ID %s does not exist in Teams Developer Portal.",
1043
- "error.teamsApp.InvalidAppIdError": "Teams app ID %s is invalid",
1044
- "driver.botFramework.error.invalidParameter": "Following parameter is missing or invalid for %s action: %s.",
1045
- "driver.botFramework.error.unhandledError": "Unhandled error happened in %s action: %s",
954
+ "error.teamsApp.InvalidAppIdError": "Teams app ID %s is invalid, must be a GUID.",
1046
955
  "driver.botFramework.description": "creates or updates the bot registration on dev.botframework.com",
1047
956
  "driver.botFramework.summary.create": "The bot registration has been created successfully (%s).",
1048
957
  "driver.botFramework.summary.update": "The bot registration has been updated successfully (%s).",
1049
- "driver.botFramework.progressBar.title": "botFramework/create",
1050
958
  "driver.botFramework.progressBar.createOrUpdateBot": "Creating or updating bot registration.",
1051
- "driver.generateAppsettings.description": "Add or update environment variables to appsettings file.",
1052
- "error.yaml.InvalidYamlSchemaError": "Failed to parse yaml file: %s",
959
+ "error.yaml.InvalidYamlSchemaError": "Unable to parse yaml file: %s. Please open the yaml file and check the PROBLEMS tab for more details.",
960
+ "error.yaml.InvalidYamlSchemaErrorWithReason": "Unable to parse yaml file: %s. Reason: %s. Please open the yaml file and check the PROBLEMS tab for more details",
1053
961
  "error.yaml.YamlFieldTypeError": "Field '%s' should have %s type, yaml file: %s",
1054
962
  "error.yaml.YamlFieldMissingError": "Field '%s' is missing, yaml file: %s",
1055
963
  "error.yaml.InvalidYmlActionNameError": "Action '%s' not found, yaml file: %s",
1056
964
  "error.yaml.LifeCycleUndefinedError": "Lifecycle '%s' is undefined, yaml file: %s",
1057
- "error.common.UnresolvedPlaceholderError": "The following environment variables are missing: '%s', which are required for file: %s.",
965
+ "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.",
966
+ "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.",
967
+ "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.",
1058
968
  "error.common.InvalidProjectError": "This command only works for project created by Teams Toolkit.",
1059
- "error.common.InvalidActionInputError": "The following parameter(s) is(are) missing or invalid for '%s' action: %s, yaml file: %s",
1060
- "error.common.FileNotFoundError": "No such file or directory, open '%s'",
1061
- "error.common.JSONSyntaxError": "JSON syntax error: %s",
1062
- "error.common.UnhandledError": "Unhandled error: %s",
1063
- "error.collaboration.InvalidManifestError": "Your manifest is invalid: %s. Please make sure 'id' key exists in your manifest file.",
1064
- "error.collaboration.FailedToLoadManifest": "Failed to load manifest file. Reason: %s.",
1065
- "error.azure.InvalidAzureCredentialError": "Failed to get Azure credential.",
1066
- "error.azure.InvalidAzureSubscriptionError": "The Azure subscription '%s' is not available in current account.",
1067
- "error.azure.ResourceGroupConflictError": "Failed to create resource group '%s', which already exists in subscription: %s",
1068
- "error.azure.SelectSubscriptionError": "Failed to select subscription in current account.",
1069
- "error.azure.ResourceGroupNotExistError": "The resource group '%s' does not exist in subscription: %s"
969
+ "error.common.FileNotFoundError": "The file or directory is not found: '%s'. Check if it exists and you have permission to access it.",
970
+ "error.common.JSONSyntaxError": "JSON syntax error: %s. Check the JSON syntax to ensure it is properly formatted.",
971
+ "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.",
972
+ "error.common.MissingRequiredInputError": "Missing required input: %s",
973
+ "error.common.InputValidationError": "Input '%s' validation failed: %s",
974
+ "error.common.NoEnvFilesError": "Unable to find .env files.",
975
+ "error.upgrade.NoNeedUpgrade": "This project is already the latest, no need to upgrade.",
976
+ "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.",
977
+ "error.collaboration.FailedToLoadManifest": "Unable to load manifest file. Reason: %s.",
978
+ "error.azure.InvalidAzureCredentialError": "Unable to obtain your Azure credentials. Ensure that your Azure account is properly authenticated and try again.",
979
+ "error.azure.InvalidAzureSubscriptionError": "The Azure subscription '%s' is not available in your current account. Ensure that you have signed in with the correct Azure account and that you have the necessary permissions to access the subscription.",
980
+ "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.",
981
+ "error.azure.SelectSubscriptionError": "Unable to select subscription in current account.",
982
+ "error.azure.ResourceGroupNotExistError": "The resource group '%s' cannot be found in subscription '%s'.",
983
+ "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.",
984
+ "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.",
985
+ "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.",
986
+ "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.",
987
+ "error.azure.ListResourceGroupLocationsError": "Unable to get available resource group locations for subscription '%s'.",
988
+ "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.",
989
+ "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.",
990
+ "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.",
991
+ "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.",
992
+ "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",
993
+ "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.",
994
+ "error.arm.DeployArmError": "The ARM templates for deployment name: '%s' could not be deployed in resource group '%s' for reason: %s",
995
+ "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.",
996
+ "error.arm.ConvertArmOutputError": "Unable to convert ARM deployment result to action output, there is a duplicated key '%s' in ARM deployment result.",
997
+ "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.",
998
+ "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.",
999
+ "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.",
1000
+ "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'",
1001
+ "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.",
1002
+ "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'",
1003
+ "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.",
1004
+ "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.",
1005
+ "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.",
1006
+ "error.script.ScriptTimeoutError": "Script execution timeout: %s. Adjust 'timeout' parameter in yaml or improve your script's efficiency.",
1007
+ "error.script.ScriptExecutionError": "%s",
1008
+ "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.",
1009
+ "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.",
1010
+ "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.",
1011
+ "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.",
1012
+ "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.",
1013
+ "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.",
1014
+ "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.",
1015
+ "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.",
1016
+ "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.",
1017
+ "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."
1070
1018
  }