@microsoft/teamsfx-core 1.23.3 → 2.0.0-alpha.14ea2b310.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 (836) hide show
  1. package/build/common/constants.d.ts +0 -3
  2. package/build/common/constants.d.ts.map +1 -1
  3. package/build/common/constants.js +0 -4
  4. package/build/common/constants.js.map +1 -1
  5. package/build/common/deps-checker/constant/helpLink.d.ts +3 -3
  6. package/build/common/deps-checker/constant/helpLink.d.ts.map +1 -1
  7. package/build/common/deps-checker/constant/helpLink.js +3 -4
  8. package/build/common/deps-checker/constant/helpLink.js.map +1 -1
  9. package/build/common/deps-checker/constant/message.d.ts +0 -3
  10. package/build/common/deps-checker/constant/message.d.ts.map +1 -1
  11. package/build/common/deps-checker/constant/message.js +0 -3
  12. package/build/common/deps-checker/constant/message.js.map +1 -1
  13. package/build/common/deps-checker/internal/dotnetChecker.d.ts.map +1 -1
  14. package/build/common/deps-checker/internal/dotnetChecker.js +5 -10
  15. package/build/common/deps-checker/internal/dotnetChecker.js.map +1 -1
  16. package/build/common/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
  17. package/build/common/deps-checker/internal/funcToolChecker.js +2 -1
  18. package/build/common/deps-checker/internal/funcToolChecker.js.map +1 -1
  19. package/build/common/deps-checker/internal/ngrokChecker.d.ts.map +1 -1
  20. package/build/common/deps-checker/internal/ngrokChecker.js +2 -1
  21. package/build/common/deps-checker/internal/ngrokChecker.js.map +1 -1
  22. package/build/common/deps-checker/internal/nodeChecker.d.ts +1 -1
  23. package/build/common/deps-checker/internal/nodeChecker.d.ts.map +1 -1
  24. package/build/common/featureFlags.js +1 -1
  25. package/build/common/featureFlags.js.map +1 -1
  26. package/build/common/jsonUtils.d.ts +7 -0
  27. package/build/common/jsonUtils.d.ts.map +1 -0
  28. package/build/common/jsonUtils.js +42 -0
  29. package/build/common/jsonUtils.js.map +1 -0
  30. package/build/common/local/constants.d.ts +15 -0
  31. package/build/common/local/constants.d.ts.map +1 -1
  32. package/build/common/local/constants.js +16 -1
  33. package/build/common/local/constants.js.map +1 -1
  34. package/build/common/local/localEnvManager.d.ts +1 -1
  35. package/build/common/m365/constants.d.ts +6 -0
  36. package/build/common/m365/constants.d.ts.map +1 -0
  37. package/build/common/m365/constants.js +12 -0
  38. package/build/common/m365/constants.js.map +1 -0
  39. package/build/common/m365/errors.d.ts +5 -0
  40. package/build/common/m365/errors.d.ts.map +1 -0
  41. package/build/common/m365/errors.js +20 -0
  42. package/build/common/m365/errors.js.map +1 -0
  43. package/build/common/m365/launchHelper.d.ts +12 -0
  44. package/build/common/m365/launchHelper.d.ts.map +1 -0
  45. package/build/common/m365/launchHelper.js +109 -0
  46. package/build/common/m365/launchHelper.js.map +1 -0
  47. package/build/common/m365/packageService.d.ts +5 -2
  48. package/build/common/m365/packageService.d.ts.map +1 -1
  49. package/build/common/m365/packageService.js +51 -35
  50. package/build/common/m365/packageService.js.map +1 -1
  51. package/build/common/permissionInterface.d.ts +1 -1
  52. package/build/common/permissionInterface.d.ts.map +1 -1
  53. package/build/common/samples-config-v3.json +103 -3
  54. package/build/common/samples.d.ts.map +1 -1
  55. package/build/common/samples.js +6 -2
  56. package/build/common/samples.js.map +1 -1
  57. package/build/common/telemetry.d.ts +4 -5
  58. package/build/common/telemetry.d.ts.map +1 -1
  59. package/build/common/telemetry.js +2 -3
  60. package/build/common/telemetry.js.map +1 -1
  61. package/build/common/template-utils/templates.d.ts +0 -1
  62. package/build/common/template-utils/templates.d.ts.map +1 -1
  63. package/build/common/template-utils/templates.js +4 -7
  64. package/build/common/template-utils/templates.js.map +1 -1
  65. package/build/common/templates-config.json +2 -2
  66. package/build/common/tools.d.ts +0 -3
  67. package/build/common/tools.d.ts.map +1 -1
  68. package/build/common/tools.js +3 -15
  69. package/build/common/tools.js.map +1 -1
  70. package/build/common/versionMetadata.d.ts +5 -0
  71. package/build/common/versionMetadata.d.ts.map +1 -1
  72. package/build/common/versionMetadata.js +5 -0
  73. package/build/common/versionMetadata.js.map +1 -1
  74. package/build/component/arm.d.ts +4 -1
  75. package/build/component/arm.d.ts.map +1 -1
  76. package/build/component/arm.js +35 -44
  77. package/build/component/arm.js.map +1 -1
  78. package/build/component/code/api/apiCode.d.ts +1 -1
  79. package/build/component/code/api/apiCode.d.ts.map +1 -1
  80. package/build/component/code/api/apiCode.js +2 -1
  81. package/build/component/code/api/apiCode.js.map +1 -1
  82. package/build/component/code/spfxTabCode.d.ts.map +1 -1
  83. package/build/component/code/spfxTabCode.js +10 -17
  84. package/build/component/code/spfxTabCode.js.map +1 -1
  85. package/build/component/code/utils.d.ts +8 -1
  86. package/build/component/code/utils.d.ts.map +1 -1
  87. package/build/component/code/utils.js +138 -1
  88. package/build/component/code/utils.js.map +1 -1
  89. package/build/component/configManager/constant.d.ts +6 -3
  90. package/build/component/configManager/constant.d.ts.map +1 -1
  91. package/build/component/configManager/constant.js +6 -3
  92. package/build/component/configManager/constant.js.map +1 -1
  93. package/build/component/configManager/interface.d.ts +5 -1
  94. package/build/component/configManager/interface.d.ts.map +1 -1
  95. package/build/component/configManager/interface.js +3 -0
  96. package/build/component/configManager/interface.js.map +1 -1
  97. package/build/component/configManager/lifecycle.d.ts +3 -0
  98. package/build/component/configManager/lifecycle.d.ts.map +1 -1
  99. package/build/component/configManager/lifecycle.js +8 -4
  100. package/build/component/configManager/lifecycle.js.map +1 -1
  101. package/build/component/configManager/parser.d.ts +4 -1
  102. package/build/component/configManager/parser.d.ts.map +1 -1
  103. package/build/component/configManager/parser.js +52 -21
  104. package/build/component/configManager/parser.js.map +1 -1
  105. package/build/component/constant/commonConstant.d.ts +9 -0
  106. package/build/component/constant/commonConstant.d.ts.map +1 -1
  107. package/build/component/constant/commonConstant.js +10 -0
  108. package/build/component/constant/commonConstant.js.map +1 -1
  109. package/build/component/constant/deployConstant.d.ts +0 -5
  110. package/build/component/constant/deployConstant.d.ts.map +1 -1
  111. package/build/component/constant/deployConstant.js +1 -19
  112. package/build/component/constant/deployConstant.js.map +1 -1
  113. package/build/component/constants.d.ts +12 -1
  114. package/build/component/constants.d.ts.map +1 -1
  115. package/build/component/constants.js +14 -2
  116. package/build/component/constants.js.map +1 -1
  117. package/build/component/coordinator/index.d.ts +1 -1
  118. package/build/component/coordinator/index.d.ts.map +1 -1
  119. package/build/component/coordinator/index.js +100 -53
  120. package/build/component/coordinator/index.js.map +1 -1
  121. package/build/component/coordinator/summary.d.ts.map +1 -1
  122. package/build/component/coordinator/summary.js +12 -10
  123. package/build/component/coordinator/summary.js.map +1 -1
  124. package/build/component/debug/constants.d.ts.map +1 -1
  125. package/build/component/debug/constants.js +1 -1
  126. package/build/component/debug/constants.js.map +1 -1
  127. package/build/component/debug/util/launch.d.ts.map +1 -1
  128. package/build/component/debug/util/launch.js +123 -6
  129. package/build/component/debug/util/launch.js.map +1 -1
  130. package/build/component/debug/util/launchNext.d.ts.map +1 -1
  131. package/build/component/debug/util/launchNext.js +3 -4
  132. package/build/component/debug/util/launchNext.js.map +1 -1
  133. package/build/component/debug/util/launchTransparency.d.ts.map +1 -1
  134. package/build/component/debug/util/launchTransparency.js +0 -2
  135. package/build/component/debug/util/launchTransparency.js.map +1 -1
  136. package/build/component/debug/util/ngrok.d.ts +1 -1
  137. package/build/component/debug/util/ngrok.js +1 -1
  138. package/build/component/debug/util/tasksTransparency.js +14 -0
  139. package/build/component/debug/util/tasksTransparency.js.map +1 -1
  140. package/build/component/debugHandler/bot.d.ts.map +1 -1
  141. package/build/component/debugHandler/bot.js +8 -2
  142. package/build/component/debugHandler/bot.js.map +1 -1
  143. package/build/component/debugHandler/error.d.ts.map +1 -1
  144. package/build/component/debugHandler/error.js +1 -1
  145. package/build/component/debugHandler/error.js.map +1 -1
  146. package/build/component/developerPortalScaffoldUtils.d.ts +1 -1
  147. package/build/component/developerPortalScaffoldUtils.d.ts.map +1 -1
  148. package/build/component/developerPortalScaffoldUtils.js +19 -18
  149. package/build/component/developerPortalScaffoldUtils.js.map +1 -1
  150. package/build/component/driver/aad/create.d.ts +1 -3
  151. package/build/component/driver/aad/create.d.ts.map +1 -1
  152. package/build/component/driver/aad/create.js +54 -61
  153. package/build/component/driver/aad/create.js.map +1 -1
  154. package/build/component/driver/aad/error/missingEnvError.d.ts.map +1 -1
  155. package/build/component/driver/aad/error/missingEnvError.js +2 -2
  156. package/build/component/driver/aad/error/missingEnvError.js.map +1 -1
  157. package/build/component/driver/aad/error/missingEnvInFileError.d.ts.map +1 -1
  158. package/build/component/driver/aad/error/missingEnvInFileError.js +6 -2
  159. package/build/component/driver/aad/error/missingEnvInFileError.js.map +1 -1
  160. package/build/component/driver/aad/error/unhandledError.js +1 -1
  161. package/build/component/driver/aad/error/unhandledError.js.map +1 -1
  162. package/build/component/driver/aad/interface/createAadAppArgs.d.ts +2 -0
  163. package/build/component/driver/aad/interface/createAadAppArgs.d.ts.map +1 -1
  164. package/build/component/driver/aad/interface/createAadAppOutput.d.ts +16 -8
  165. package/build/component/driver/aad/interface/createAadAppOutput.d.ts.map +1 -1
  166. package/build/component/driver/aad/interface/createAadAppOutput.js +10 -0
  167. package/build/component/driver/aad/interface/createAadAppOutput.js.map +1 -1
  168. package/build/component/driver/aad/interface/signInAudience.d.ts +7 -0
  169. package/build/component/driver/aad/interface/signInAudience.d.ts.map +1 -0
  170. package/build/component/driver/aad/interface/signInAudience.js +13 -0
  171. package/build/component/driver/aad/interface/signInAudience.js.map +1 -0
  172. package/build/component/driver/aad/update.d.ts +0 -1
  173. package/build/component/driver/aad/update.d.ts.map +1 -1
  174. package/build/component/driver/aad/update.js +14 -23
  175. package/build/component/driver/aad/update.js.map +1 -1
  176. package/build/component/driver/aad/utility/aadAppClient.d.ts +2 -1
  177. package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -1
  178. package/build/component/driver/aad/utility/aadAppClient.js +3 -2
  179. package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
  180. package/build/component/driver/aad/utility/buildAadManifest.js +3 -2
  181. package/build/component/driver/aad/utility/buildAadManifest.js.map +1 -1
  182. package/build/component/driver/add/addWebPart.d.ts +12 -0
  183. package/build/component/driver/add/addWebPart.d.ts.map +1 -0
  184. package/build/component/driver/add/addWebPart.js +98 -0
  185. package/build/component/driver/add/addWebPart.js.map +1 -0
  186. package/build/component/driver/add/error/noConfigurationError.d.ts +5 -0
  187. package/build/component/driver/add/error/noConfigurationError.d.ts.map +1 -0
  188. package/build/component/driver/add/error/noConfigurationError.js +22 -0
  189. package/build/component/driver/add/error/noConfigurationError.js.map +1 -0
  190. package/build/component/driver/add/interface/AddWebPartArgs.d.ts +23 -0
  191. package/build/component/driver/add/interface/AddWebPartArgs.d.ts.map +1 -0
  192. package/build/component/driver/{teamsApp/interfaces/ValidateTeamsAppArgs.js → add/interface/AddWebPartArgs.js} +1 -1
  193. package/build/component/driver/add/interface/AddWebPartArgs.js.map +1 -0
  194. package/build/component/driver/add/utility/constants.d.ts +7 -0
  195. package/build/component/driver/add/utility/constants.d.ts.map +1 -0
  196. package/build/component/driver/add/utility/constants.js +13 -0
  197. package/build/component/driver/add/utility/constants.js.map +1 -0
  198. package/build/component/driver/arm/deploy.d.ts.map +1 -1
  199. package/build/component/driver/arm/deploy.js +8 -0
  200. package/build/component/driver/arm/deploy.js.map +1 -1
  201. package/build/component/driver/arm/deployImpl.d.ts +1 -1
  202. package/build/component/driver/arm/deployImpl.d.ts.map +1 -1
  203. package/build/component/driver/arm/deployImpl.js +12 -12
  204. package/build/component/driver/arm/deployImpl.js.map +1 -1
  205. package/build/component/driver/arm/util/util.d.ts.map +1 -1
  206. package/build/component/driver/arm/util/util.js +2 -2
  207. package/build/component/driver/arm/util/util.js.map +1 -1
  208. package/build/component/driver/botAadApp/create.d.ts +2 -3
  209. package/build/component/driver/botAadApp/create.d.ts.map +1 -1
  210. package/build/component/driver/botAadApp/create.js +44 -38
  211. package/build/component/driver/botAadApp/create.js.map +1 -1
  212. package/build/component/driver/botAadApp/error/invalidParameterUserError.d.ts.map +1 -1
  213. package/build/component/driver/botAadApp/error/invalidParameterUserError.js +1 -0
  214. package/build/component/driver/botAadApp/error/invalidParameterUserError.js.map +1 -1
  215. package/build/component/driver/botAadApp/error/unexpectedEmptyBotPasswordError.d.ts +5 -0
  216. package/build/component/driver/botAadApp/error/unexpectedEmptyBotPasswordError.d.ts.map +1 -0
  217. package/build/component/driver/botAadApp/error/unexpectedEmptyBotPasswordError.js +22 -0
  218. package/build/component/driver/botAadApp/error/unexpectedEmptyBotPasswordError.js.map +1 -0
  219. package/build/component/driver/botAadApp/error/unhandledError.js +1 -1
  220. package/build/component/driver/botAadApp/error/unhandledError.js.map +1 -1
  221. package/build/component/driver/botAadApp/interface/createBotAadAppOutput.d.ts +4 -4
  222. package/build/component/driver/botAadApp/interface/createBotAadAppOutput.d.ts.map +1 -1
  223. package/build/component/driver/botFramework/createOrUpdateBot.d.ts.map +1 -1
  224. package/build/component/driver/botFramework/createOrUpdateBot.js +24 -16
  225. package/build/component/driver/botFramework/createOrUpdateBot.js.map +1 -1
  226. package/build/component/driver/botFramework/error/unhandledError.js +1 -1
  227. package/build/component/driver/botFramework/error/unhandledError.js.map +1 -1
  228. package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.d.ts +3 -0
  229. package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.d.ts.map +1 -1
  230. package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.js +6 -7
  231. package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.js.map +1 -1
  232. package/build/component/driver/deploy/azure/azureFunctionDeployDriver.d.ts +3 -0
  233. package/build/component/driver/deploy/azure/azureFunctionDeployDriver.d.ts.map +1 -1
  234. package/build/component/driver/deploy/azure/azureFunctionDeployDriver.js +7 -8
  235. package/build/component/driver/deploy/azure/azureFunctionDeployDriver.js.map +1 -1
  236. package/build/component/driver/deploy/azure/azureStorageDeployDriver.d.ts +7 -6
  237. package/build/component/driver/deploy/azure/azureStorageDeployDriver.d.ts.map +1 -1
  238. package/build/component/driver/deploy/azure/azureStorageDeployDriver.js +21 -20
  239. package/build/component/driver/deploy/azure/azureStorageDeployDriver.js.map +1 -1
  240. package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.d.ts +2 -8
  241. package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.d.ts.map +1 -1
  242. package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js +7 -20
  243. package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js.map +1 -1
  244. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts +16 -9
  245. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts.map +1 -1
  246. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +50 -35
  247. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -1
  248. package/build/component/driver/deploy/azure/impl/azureDeployImpl.d.ts +2 -3
  249. package/build/component/driver/deploy/azure/impl/azureDeployImpl.d.ts.map +1 -1
  250. package/build/component/driver/deploy/azure/impl/azureDeployImpl.js +14 -27
  251. package/build/component/driver/deploy/azure/impl/azureDeployImpl.js.map +1 -1
  252. package/build/component/driver/deploy/azure/impl/baseDeployImpl.d.ts +10 -15
  253. package/build/component/driver/deploy/azure/impl/baseDeployImpl.d.ts.map +1 -1
  254. package/build/component/driver/deploy/azure/impl/baseDeployImpl.js +16 -23
  255. package/build/component/driver/deploy/azure/impl/baseDeployImpl.js.map +1 -1
  256. package/build/component/driver/deploy/spfx/deployDriver.d.ts.map +1 -1
  257. package/build/component/driver/deploy/spfx/deployDriver.js +72 -83
  258. package/build/component/driver/deploy/spfx/deployDriver.js.map +1 -1
  259. package/build/component/driver/deploy/spfx/error/insufficientPermissionError.js +2 -2
  260. package/build/component/driver/deploy/spfx/error/insufficientPermissionError.js.map +1 -1
  261. package/build/component/driver/deploy/spfx/error/noValidAppCatelogError.d.ts.map +1 -1
  262. package/build/component/driver/deploy/spfx/error/noValidAppCatelogError.js +3 -2
  263. package/build/component/driver/deploy/spfx/error/noValidAppCatelogError.js.map +1 -1
  264. package/build/component/driver/deploy/spfx/utility/constants.d.ts +1 -0
  265. package/build/component/driver/deploy/spfx/utility/constants.d.ts.map +1 -1
  266. package/build/component/driver/deploy/spfx/utility/constants.js +1 -0
  267. package/build/component/driver/deploy/spfx/utility/constants.js.map +1 -1
  268. package/build/component/driver/error/outputEnvironmentVariableUndefinedError.d.ts +5 -0
  269. package/build/component/driver/error/outputEnvironmentVariableUndefinedError.d.ts.map +1 -0
  270. package/build/component/driver/error/outputEnvironmentVariableUndefinedError.js +22 -0
  271. package/build/component/driver/error/outputEnvironmentVariableUndefinedError.js.map +1 -0
  272. package/build/component/driver/file/{updateEnv.d.ts → createOrUpdateEnvironmentFile.d.ts} +2 -3
  273. package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts.map +1 -0
  274. package/build/component/driver/file/createOrUpdateEnvironmentFile.js +120 -0
  275. package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -0
  276. package/build/component/driver/file/{appsettingsGenerate.d.ts → createOrUpdateJsonFile.d.ts} +2 -2
  277. package/build/component/driver/file/createOrUpdateJsonFile.d.ts.map +1 -0
  278. package/build/component/driver/file/{appsettingsGenerate.js → createOrUpdateJsonFile.js} +28 -17
  279. package/build/component/driver/file/createOrUpdateJsonFile.js.map +1 -0
  280. package/build/component/driver/file/error/unhandledError.js +1 -1
  281. package/build/component/driver/file/error/unhandledError.js.map +1 -1
  282. package/build/component/driver/index.d.ts +8 -2
  283. package/build/component/driver/index.d.ts.map +1 -1
  284. package/build/component/driver/index.js +8 -2
  285. package/build/component/driver/index.js.map +1 -1
  286. package/build/component/driver/interface/buildAndDeployArgs.d.ts +2 -1
  287. package/build/component/driver/interface/buildAndDeployArgs.d.ts.map +1 -1
  288. package/build/component/driver/interface/commonArgs.d.ts +2 -1
  289. package/build/component/driver/interface/commonArgs.d.ts.map +1 -1
  290. package/build/component/driver/interface/stepDriver.d.ts +2 -1
  291. package/build/component/driver/interface/stepDriver.d.ts.map +1 -1
  292. package/build/component/driver/m365/acquire.d.ts +2 -1
  293. package/build/component/driver/m365/acquire.d.ts.map +1 -1
  294. package/build/component/driver/m365/acquire.js +40 -19
  295. package/build/component/driver/m365/acquire.js.map +1 -1
  296. package/build/component/driver/m365/error/unhandledError.js +1 -1
  297. package/build/component/driver/m365/error/unhandledError.js.map +1 -1
  298. package/build/component/driver/middleware/addStartAndEndTelemetry.d.ts.map +1 -1
  299. package/build/component/driver/middleware/addStartAndEndTelemetry.js +11 -2
  300. package/build/component/driver/middleware/addStartAndEndTelemetry.js.map +1 -1
  301. package/build/component/driver/middleware/updateProgress.d.ts +6 -0
  302. package/build/component/driver/middleware/updateProgress.d.ts.map +1 -0
  303. package/build/component/driver/middleware/updateProgress.js +15 -0
  304. package/build/component/driver/middleware/updateProgress.js.map +1 -0
  305. package/build/component/driver/prerequisite/constant.js +2 -2
  306. package/build/component/driver/prerequisite/constant.js.map +1 -1
  307. package/build/component/driver/prerequisite/installDriver.d.ts +5 -7
  308. package/build/component/driver/prerequisite/installDriver.d.ts.map +1 -1
  309. package/build/component/driver/prerequisite/installDriver.js +70 -43
  310. package/build/component/driver/prerequisite/installDriver.js.map +1 -1
  311. package/build/component/driver/script/baseBuildDriver.d.ts +6 -9
  312. package/build/component/driver/script/baseBuildDriver.d.ts.map +1 -1
  313. package/build/component/driver/script/baseBuildDriver.js +21 -24
  314. package/build/component/driver/script/baseBuildDriver.js.map +1 -1
  315. package/build/component/driver/script/baseBuildStepDriver.d.ts +3 -0
  316. package/build/component/driver/script/baseBuildStepDriver.d.ts.map +1 -1
  317. package/build/component/driver/script/baseBuildStepDriver.js +5 -6
  318. package/build/component/driver/script/baseBuildStepDriver.js.map +1 -1
  319. package/build/component/driver/script/dotnetBuildDriver.d.ts +3 -2
  320. package/build/component/driver/script/dotnetBuildDriver.d.ts.map +1 -1
  321. package/build/component/driver/script/dotnetBuildDriver.js +4 -3
  322. package/build/component/driver/script/dotnetBuildDriver.js.map +1 -1
  323. package/build/component/driver/script/npmBuildDriver.d.ts +3 -0
  324. package/build/component/driver/script/npmBuildDriver.d.ts.map +1 -1
  325. package/build/component/driver/script/npmBuildDriver.js +4 -1
  326. package/build/component/driver/script/npmBuildDriver.js.map +1 -1
  327. package/build/component/driver/script/npxBuildDriver.js +1 -1
  328. package/build/component/driver/script/npxBuildDriver.js.map +1 -1
  329. package/build/component/driver/script/scriptDriver.d.ts +12 -0
  330. package/build/component/driver/script/scriptDriver.d.ts.map +1 -0
  331. package/build/component/driver/script/scriptDriver.js +53 -0
  332. package/build/component/driver/script/scriptDriver.js.map +1 -0
  333. package/build/component/driver/teamsApp/configure.d.ts +5 -6
  334. package/build/component/driver/teamsApp/configure.d.ts.map +1 -1
  335. package/build/component/driver/teamsApp/configure.js +52 -26
  336. package/build/component/driver/teamsApp/configure.js.map +1 -1
  337. package/build/component/driver/teamsApp/copyAppPackageToSPFx.d.ts.map +1 -1
  338. package/build/component/driver/teamsApp/copyAppPackageToSPFx.js +13 -10
  339. package/build/component/driver/teamsApp/copyAppPackageToSPFx.js.map +1 -1
  340. package/build/component/driver/teamsApp/create.d.ts +5 -2
  341. package/build/component/driver/teamsApp/create.d.ts.map +1 -1
  342. package/build/component/driver/teamsApp/create.js +29 -27
  343. package/build/component/driver/teamsApp/create.js.map +1 -1
  344. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  345. package/build/component/driver/teamsApp/createAppPackage.js +24 -24
  346. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  347. package/build/component/driver/teamsApp/interfaces/ValidateAppPackageArgs.d.ts +15 -0
  348. package/build/component/driver/teamsApp/interfaces/ValidateAppPackageArgs.d.ts.map +1 -0
  349. package/build/component/driver/teamsApp/interfaces/ValidateAppPackageArgs.js +5 -0
  350. package/build/component/driver/teamsApp/interfaces/ValidateAppPackageArgs.js.map +1 -0
  351. package/build/component/driver/teamsApp/interfaces/ValidateManifestArgs.d.ts +7 -0
  352. package/build/component/driver/teamsApp/interfaces/ValidateManifestArgs.d.ts.map +1 -0
  353. package/build/component/driver/teamsApp/interfaces/ValidateManifestArgs.js +5 -0
  354. package/build/component/driver/teamsApp/interfaces/ValidateManifestArgs.js.map +1 -0
  355. package/build/component/driver/teamsApp/publishAppPackage.d.ts +2 -2
  356. package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
  357. package/build/component/driver/teamsApp/publishAppPackage.js +60 -60
  358. package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
  359. package/build/component/driver/teamsApp/validate.d.ts +5 -5
  360. package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
  361. package/build/component/driver/teamsApp/validate.js +24 -28
  362. package/build/component/driver/teamsApp/validate.js.map +1 -1
  363. package/build/component/driver/teamsApp/validateAppPackage.d.ts +16 -0
  364. package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -0
  365. package/build/component/driver/teamsApp/validateAppPackage.js +195 -0
  366. package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -0
  367. package/build/component/driver/util/utils.d.ts +3 -0
  368. package/build/component/driver/util/utils.d.ts.map +1 -0
  369. package/build/component/driver/util/utils.js +26 -0
  370. package/build/component/driver/util/utils.js.map +1 -0
  371. package/build/component/error/componentError.d.ts +2 -0
  372. package/build/component/error/componentError.d.ts.map +1 -1
  373. package/build/component/error/componentError.js +15 -2
  374. package/build/component/error/componentError.js.map +1 -1
  375. package/build/component/error/deployError.d.ts +1 -23
  376. package/build/component/error/deployError.d.ts.map +1 -1
  377. package/build/component/error/deployError.js +1 -57
  378. package/build/component/error/deployError.js.map +1 -1
  379. package/build/component/error.d.ts +0 -6
  380. package/build/component/error.d.ts.map +1 -1
  381. package/build/component/error.js +1 -21
  382. package/build/component/error.js.map +1 -1
  383. package/build/component/feature/apiconnector/ApiConnectorImpl.d.ts.map +1 -1
  384. package/build/component/feature/apiconnector/ApiConnectorImpl.js +2 -1
  385. package/build/component/feature/apiconnector/ApiConnectorImpl.js.map +1 -1
  386. package/build/component/feature/spfx.d.ts +2 -2
  387. package/build/component/feature/spfx.d.ts.map +1 -1
  388. package/build/component/feature/spfx.js +14 -5
  389. package/build/component/feature/spfx.js.map +1 -1
  390. package/build/component/feature/sql.d.ts.map +1 -1
  391. package/build/component/feature/sql.js +0 -1
  392. package/build/component/feature/sql.js.map +1 -1
  393. package/build/component/generator/constant.d.ts +4 -1
  394. package/build/component/generator/constant.d.ts.map +1 -1
  395. package/build/component/generator/constant.js +6 -3
  396. package/build/component/generator/constant.js.map +1 -1
  397. package/build/component/generator/error.d.ts +2 -0
  398. package/build/component/generator/error.d.ts.map +1 -1
  399. package/build/component/generator/error.js +4 -1
  400. package/build/component/generator/error.js.map +1 -1
  401. package/build/component/generator/generator.d.ts.map +1 -1
  402. package/build/component/generator/generator.js +5 -2
  403. package/build/component/generator/generator.js.map +1 -1
  404. package/build/component/generator/generatorAction.d.ts +1 -0
  405. package/build/component/generator/generatorAction.d.ts.map +1 -1
  406. package/build/component/generator/generatorAction.js +2 -2
  407. package/build/component/generator/generatorAction.js.map +1 -1
  408. package/build/component/generator/officeAddin/config/projectProperties.js +2 -2
  409. package/build/component/generator/officeAddin/config/projectProperties.js.map +1 -1
  410. package/build/component/generator/officeAddin/generator.d.ts +7 -0
  411. package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
  412. package/build/component/generator/officeAddin/generator.js +20 -6
  413. package/build/component/generator/officeAddin/generator.js.map +1 -1
  414. package/build/component/generator/officeAddin/helperMethods.d.ts +1 -0
  415. package/build/component/generator/officeAddin/helperMethods.d.ts.map +1 -1
  416. package/build/component/generator/officeAddin/helperMethods.js +42 -1
  417. package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
  418. package/build/component/generator/officeAddin/question.d.ts +0 -1
  419. package/build/component/generator/officeAddin/question.d.ts.map +1 -1
  420. package/build/component/generator/officeAddin/question.js +5 -12
  421. package/build/component/generator/officeAddin/question.js.map +1 -1
  422. package/build/component/generator/spfxGenerator.d.ts +1 -1
  423. package/build/component/generator/spfxGenerator.d.ts.map +1 -1
  424. package/build/component/generator/spfxGenerator.js +57 -51
  425. package/build/component/generator/spfxGenerator.js.map +1 -1
  426. package/build/component/generator/utils.d.ts +5 -3
  427. package/build/component/generator/utils.d.ts.map +1 -1
  428. package/build/component/generator/utils.js +47 -31
  429. package/build/component/generator/utils.js.map +1 -1
  430. package/build/component/messages.d.ts +2 -14
  431. package/build/component/messages.d.ts.map +1 -1
  432. package/build/component/messages.js +2 -14
  433. package/build/component/messages.js.map +1 -1
  434. package/build/component/middleware/envMW.d.ts +8 -2
  435. package/build/component/middleware/envMW.d.ts.map +1 -1
  436. package/build/component/middleware/envMW.js +13 -7
  437. package/build/component/middleware/envMW.js.map +1 -1
  438. package/build/component/middleware/logger.d.ts +1 -0
  439. package/build/component/middleware/logger.d.ts.map +1 -1
  440. package/build/component/middleware/logger.js +3 -0
  441. package/build/component/middleware/logger.js.map +1 -1
  442. package/build/component/provisionUtils.d.ts.map +1 -1
  443. package/build/component/provisionUtils.js +21 -17
  444. package/build/component/provisionUtils.js.map +1 -1
  445. package/build/component/question.d.ts +8 -1
  446. package/build/component/question.d.ts.map +1 -1
  447. package/build/component/question.js +74 -10
  448. package/build/component/question.js.map +1 -1
  449. package/build/component/resource/aadApp/aadAppManifestManager.d.ts.map +1 -1
  450. package/build/component/resource/aadApp/aadAppManifestManager.js +2 -1
  451. package/build/component/resource/aadApp/aadAppManifestManager.js.map +1 -1
  452. package/build/component/resource/aadApp/errors.d.ts +0 -1
  453. package/build/component/resource/aadApp/errors.d.ts.map +1 -1
  454. package/build/component/resource/aadApp/errors.js +3 -10
  455. package/build/component/resource/aadApp/errors.js.map +1 -1
  456. package/build/component/resource/aadApp/utils.d.ts +1 -1
  457. package/build/component/resource/aadApp/utils.d.ts.map +1 -1
  458. package/build/component/resource/aadApp/utils.js +6 -5
  459. package/build/component/resource/aadApp/utils.js.map +1 -1
  460. package/build/component/resource/apim/error.d.ts +0 -1
  461. package/build/component/resource/apim/error.d.ts.map +1 -1
  462. package/build/component/resource/apim/error.js +1 -9
  463. package/build/component/resource/apim/error.js.map +1 -1
  464. package/build/component/resource/appManifest/appManifest.js +1 -1
  465. package/build/component/resource/appManifest/appManifest.js.map +1 -1
  466. package/build/component/resource/appManifest/appStudio.d.ts.map +1 -1
  467. package/build/component/resource/appManifest/appStudio.js +52 -48
  468. package/build/component/resource/appManifest/appStudio.js.map +1 -1
  469. package/build/component/resource/appManifest/appStudioClient.d.ts +3 -0
  470. package/build/component/resource/appManifest/appStudioClient.d.ts.map +1 -1
  471. package/build/component/resource/appManifest/appStudioClient.js +51 -2
  472. package/build/component/resource/appManifest/appStudioClient.js.map +1 -1
  473. package/build/component/resource/appManifest/constants.d.ts +6 -0
  474. package/build/component/resource/appManifest/constants.d.ts.map +1 -1
  475. package/build/component/resource/appManifest/constants.js +3 -0
  476. package/build/component/resource/appManifest/constants.js.map +1 -1
  477. package/build/component/resource/appManifest/errors.d.ts +6 -6
  478. package/build/component/resource/appManifest/errors.d.ts.map +1 -1
  479. package/build/component/resource/appManifest/errors.js +17 -19
  480. package/build/component/resource/appManifest/errors.js.map +1 -1
  481. package/build/component/resource/appManifest/interfaces/IValidationResult.d.ts +3 -0
  482. package/build/component/resource/appManifest/interfaces/IValidationResult.d.ts.map +1 -1
  483. package/build/component/resource/appManifest/utils/ManifestUtils.d.ts +4 -2
  484. package/build/component/resource/appManifest/utils/ManifestUtils.d.ts.map +1 -1
  485. package/build/component/resource/appManifest/utils/ManifestUtils.js +57 -58
  486. package/build/component/resource/appManifest/utils/ManifestUtils.js.map +1 -1
  487. package/build/component/resource/azureAppService/azureAppService.js +1 -1
  488. package/build/component/resource/azureAppService/azureAppService.js.map +1 -1
  489. package/build/component/resource/botService/AadAppCredentials.d.ts +3 -0
  490. package/build/component/resource/botService/AadAppCredentials.d.ts.map +1 -1
  491. package/build/component/resource/botService/appStudio/appStudioClient.d.ts +7 -2
  492. package/build/component/resource/botService/appStudio/appStudioClient.d.ts.map +1 -1
  493. package/build/component/resource/botService/appStudio/appStudioClient.js +62 -45
  494. package/build/component/resource/botService/appStudio/appStudioClient.js.map +1 -1
  495. package/build/component/resource/botService/appStudio/interfaces/IAADApplication.d.ts +3 -0
  496. package/build/component/resource/botService/appStudio/interfaces/IAADApplication.d.ts.map +1 -1
  497. package/build/component/resource/botService/appStudio/interfaces/IAADDefinition.d.ts +3 -0
  498. package/build/component/resource/botService/appStudio/interfaces/IAADDefinition.d.ts.map +1 -1
  499. package/build/component/resource/botService/appStudio/interfaces/IBotRegistration.d.ts +4 -1
  500. package/build/component/resource/botService/appStudio/interfaces/IBotRegistration.d.ts.map +1 -1
  501. package/build/component/resource/botService/appStudio/interfaces/IBotRegistration.js +4 -1
  502. package/build/component/resource/botService/appStudio/interfaces/IBotRegistration.js.map +1 -1
  503. package/build/component/resource/botService/botAuthCredential.d.ts +3 -0
  504. package/build/component/resource/botService/botAuthCredential.d.ts.map +1 -1
  505. package/build/component/resource/botService/botAuthCredential.js +3 -0
  506. package/build/component/resource/botService/botAuthCredential.js.map +1 -1
  507. package/build/component/resource/botService/botRegistration/botRegistration.d.ts +3 -0
  508. package/build/component/resource/botService/botRegistration/botRegistration.d.ts.map +1 -1
  509. package/build/component/resource/botService/botRegistration/botRegistration.js +3 -0
  510. package/build/component/resource/botService/botRegistration/botRegistration.js.map +1 -1
  511. package/build/component/resource/botService/botRegistration/constants.d.ts +3 -0
  512. package/build/component/resource/botService/botRegistration/constants.d.ts.map +1 -1
  513. package/build/component/resource/botService/botRegistration/constants.js +3 -0
  514. package/build/component/resource/botService/botRegistration/constants.js.map +1 -1
  515. package/build/component/resource/botService/botRegistration/factory.d.ts +3 -0
  516. package/build/component/resource/botService/botRegistration/factory.d.ts.map +1 -1
  517. package/build/component/resource/botService/botRegistration/factory.js.map +1 -1
  518. package/build/component/resource/botService/botRegistration/graphClient.d.ts.map +1 -1
  519. package/build/component/resource/botService/botRegistration/graphClient.js +5 -2
  520. package/build/component/resource/botService/botRegistration/graphClient.js.map +1 -1
  521. package/build/component/resource/botService/botRegistration/localBotRegistration.d.ts +3 -0
  522. package/build/component/resource/botService/botRegistration/localBotRegistration.d.ts.map +1 -1
  523. package/build/component/resource/botService/botRegistration/localBotRegistration.js +4 -1
  524. package/build/component/resource/botService/botRegistration/localBotRegistration.js.map +1 -1
  525. package/build/component/resource/botService/botRegistration/remoteBotRegistration.d.ts +3 -0
  526. package/build/component/resource/botService/botRegistration/remoteBotRegistration.d.ts.map +1 -1
  527. package/build/component/resource/botService/botRegistration/remoteBotRegistration.js +3 -0
  528. package/build/component/resource/botService/botRegistration/remoteBotRegistration.js.map +1 -1
  529. package/build/component/resource/botService/botRegistration/utils.d.ts +3 -0
  530. package/build/component/resource/botService/botRegistration/utils.d.ts.map +1 -1
  531. package/build/component/resource/botService/botRegistration/utils.js.map +1 -1
  532. package/build/component/resource/botService/botService.d.ts +3 -0
  533. package/build/component/resource/botService/botService.d.ts.map +1 -1
  534. package/build/component/resource/botService/botService.js +9 -4
  535. package/build/component/resource/botService/botService.js.map +1 -1
  536. package/build/component/resource/botService/common.d.ts +2 -0
  537. package/build/component/resource/botService/common.d.ts.map +1 -1
  538. package/build/component/resource/botService/common.js +8 -1
  539. package/build/component/resource/botService/common.js.map +1 -1
  540. package/build/component/resource/botService/constants.d.ts +10 -1
  541. package/build/component/resource/botService/constants.d.ts.map +1 -1
  542. package/build/component/resource/botService/constants.js +14 -2
  543. package/build/component/resource/botService/constants.js.map +1 -1
  544. package/build/component/resource/botService/errors.d.ts +8 -5
  545. package/build/component/resource/botService/errors.d.ts.map +1 -1
  546. package/build/component/resource/botService/errors.js +27 -13
  547. package/build/component/resource/botService/errors.js.map +1 -1
  548. package/build/component/resource/botService/messages.d.ts +5 -1
  549. package/build/component/resource/botService/messages.d.ts.map +1 -1
  550. package/build/component/resource/botService/messages.js +17 -25
  551. package/build/component/resource/botService/messages.js.map +1 -1
  552. package/build/component/resource/botService/retryHandler.d.ts.map +1 -1
  553. package/build/component/resource/botService/retryHandler.js +6 -1
  554. package/build/component/resource/botService/retryHandler.js.map +1 -1
  555. package/build/component/resource/simpleAuth/errors.js +2 -2
  556. package/build/component/resource/simpleAuth/errors.js.map +1 -1
  557. package/build/component/resource/spfx/depsChecker/generatorChecker.d.ts +4 -2
  558. package/build/component/resource/spfx/depsChecker/generatorChecker.d.ts.map +1 -1
  559. package/build/component/resource/spfx/depsChecker/generatorChecker.js +42 -10
  560. package/build/component/resource/spfx/depsChecker/generatorChecker.js.map +1 -1
  561. package/build/component/resource/spfx/depsChecker/yoChecker.d.ts +4 -2
  562. package/build/component/resource/spfx/depsChecker/yoChecker.d.ts.map +1 -1
  563. package/build/component/resource/spfx/depsChecker/yoChecker.js +41 -10
  564. package/build/component/resource/spfx/depsChecker/yoChecker.js.map +1 -1
  565. package/build/component/resource/spfx/error.d.ts +3 -1
  566. package/build/component/resource/spfx/error.d.ts.map +1 -1
  567. package/build/component/resource/spfx/error.js +27 -6
  568. package/build/component/resource/spfx/error.js.map +1 -1
  569. package/build/component/resource/spfx/utils/constants.d.ts +9 -0
  570. package/build/component/resource/spfx/utils/constants.d.ts.map +1 -1
  571. package/build/component/resource/spfx/utils/constants.js +9 -0
  572. package/build/component/resource/spfx/utils/constants.js.map +1 -1
  573. package/build/component/resource/spfx/utils/progress-helper.d.ts +1 -1
  574. package/build/component/resource/spfx/utils/progress-helper.d.ts.map +1 -1
  575. package/build/component/resource/spfx/utils/progress-helper.js +2 -2
  576. package/build/component/resource/spfx/utils/progress-helper.js.map +1 -1
  577. package/build/component/resource/spfx/utils/question-helper.d.ts +17 -0
  578. package/build/component/resource/spfx/utils/question-helper.d.ts.map +1 -0
  579. package/build/component/resource/spfx/utils/question-helper.js +70 -0
  580. package/build/component/resource/spfx/utils/question-helper.js.map +1 -0
  581. package/build/component/resource/spfx/utils/questions.d.ts +5 -1
  582. package/build/component/resource/spfx/utils/questions.d.ts.map +1 -1
  583. package/build/component/resource/spfx/utils/questions.js +45 -4
  584. package/build/component/resource/spfx/utils/questions.js.map +1 -1
  585. package/build/component/resource/spfx/utils/telemetryEvents.d.ts +9 -2
  586. package/build/component/resource/spfx/utils/telemetryEvents.d.ts.map +1 -1
  587. package/build/component/resource/spfx/utils/telemetryEvents.js +7 -0
  588. package/build/component/resource/spfx/utils/telemetryEvents.js.map +1 -1
  589. package/build/component/resource/spfx/utils/utils.d.ts +3 -0
  590. package/build/component/resource/spfx/utils/utils.d.ts.map +1 -1
  591. package/build/component/resource/spfx/utils/utils.js +46 -1
  592. package/build/component/resource/spfx/utils/utils.js.map +1 -1
  593. package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -1
  594. package/build/component/utils/ResourceGroupHelper.js +4 -3
  595. package/build/component/utils/ResourceGroupHelper.js.map +1 -1
  596. package/build/component/utils/azureResourceOperation.d.ts.map +1 -1
  597. package/build/component/utils/azureResourceOperation.js +3 -15
  598. package/build/component/utils/azureResourceOperation.js.map +1 -1
  599. package/build/component/utils/azureSdkErrorHandler.d.ts +11 -0
  600. package/build/component/utils/azureSdkErrorHandler.d.ts.map +1 -0
  601. package/build/component/utils/azureSdkErrorHandler.js +33 -0
  602. package/build/component/utils/azureSdkErrorHandler.js.map +1 -0
  603. package/build/component/utils/depsChecker/bicepChecker.d.ts.map +1 -1
  604. package/build/component/utils/depsChecker/bicepChecker.js +20 -20
  605. package/build/component/utils/depsChecker/bicepChecker.js.map +1 -1
  606. package/build/component/utils/depsChecker/common.d.ts +0 -4
  607. package/build/component/utils/depsChecker/common.d.ts.map +1 -1
  608. package/build/component/utils/depsChecker/common.js +0 -4
  609. package/build/component/utils/depsChecker/common.js.map +1 -1
  610. package/build/component/utils/envUtil.d.ts +1 -0
  611. package/build/component/utils/envUtil.d.ts.map +1 -1
  612. package/build/component/utils/envUtil.js +120 -74
  613. package/build/component/utils/envUtil.js.map +1 -1
  614. package/build/component/utils/fileOperation.js +3 -3
  615. package/build/component/utils/fileOperation.js.map +1 -1
  616. package/build/component/utils/metadataUtil.d.ts +8 -0
  617. package/build/component/utils/metadataUtil.d.ts.map +1 -0
  618. package/build/component/utils/metadataUtil.js +49 -0
  619. package/build/component/utils/metadataUtil.js.map +1 -0
  620. package/build/component/utils/pathUtils.d.ts.map +1 -1
  621. package/build/component/utils/pathUtils.js +5 -1
  622. package/build/component/utils/pathUtils.js.map +1 -1
  623. package/build/component/utils/settingsUtil.d.ts.map +1 -1
  624. package/build/component/utils/settingsUtil.js +3 -3
  625. package/build/component/utils/settingsUtil.js.map +1 -1
  626. package/build/component/utils/teamsFxTelemetryReporter.js +2 -2
  627. package/build/component/utils/teamsFxTelemetryReporter.js.map +1 -1
  628. package/build/component/utils.d.ts.map +1 -1
  629. package/build/component/utils.js +1 -0
  630. package/build/component/utils.js.map +1 -1
  631. package/build/core/FxCore.d.ts +23 -3
  632. package/build/core/FxCore.d.ts.map +1 -1
  633. package/build/core/FxCore.js +112 -42
  634. package/build/core/FxCore.js.map +1 -1
  635. package/build/core/FxCoreImplementV3.d.ts +9 -1
  636. package/build/core/FxCoreImplementV3.d.ts.map +1 -1
  637. package/build/core/FxCoreImplementV3.js +240 -42
  638. package/build/core/FxCoreImplementV3.js.map +1 -1
  639. package/build/core/collaborator.d.ts +9 -0
  640. package/build/core/collaborator.d.ts.map +1 -1
  641. package/build/core/collaborator.js +194 -49
  642. package/build/core/collaborator.js.map +1 -1
  643. package/build/core/environment.d.ts.map +1 -1
  644. package/build/core/environment.js +8 -7
  645. package/build/core/environment.js.map +1 -1
  646. package/build/core/error.d.ts +5 -12
  647. package/build/core/error.d.ts.map +1 -1
  648. package/build/core/error.js +16 -41
  649. package/build/core/error.js.map +1 -1
  650. package/build/core/globalVars.d.ts +2 -0
  651. package/build/core/globalVars.d.ts.map +1 -1
  652. package/build/core/globalVars.js +1 -1
  653. package/build/core/globalVars.js.map +1 -1
  654. package/build/core/middleware/concurrentLocker.d.ts.map +1 -1
  655. package/build/core/middleware/concurrentLocker.js +8 -5
  656. package/build/core/middleware/concurrentLocker.js.map +1 -1
  657. package/build/core/middleware/envInfoLoaderV3.d.ts.map +1 -1
  658. package/build/core/middleware/envInfoLoaderV3.js +2 -1
  659. package/build/core/middleware/envInfoLoaderV3.js.map +1 -1
  660. package/build/core/middleware/projectMigrator.d.ts.map +1 -1
  661. package/build/core/middleware/projectMigrator.js.map +1 -1
  662. package/build/core/middleware/projectMigratorV3.d.ts +29 -1
  663. package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
  664. package/build/core/middleware/projectMigratorV3.js +215 -52
  665. package/build/core/middleware/projectMigratorV3.js.map +1 -1
  666. package/build/core/middleware/projectSettingsLoader.d.ts.map +1 -1
  667. package/build/core/middleware/projectSettingsLoader.js +2 -1
  668. package/build/core/middleware/projectSettingsLoader.js.map +1 -1
  669. package/build/core/middleware/projectVersionChecker.js +1 -2
  670. package/build/core/middleware/projectVersionChecker.js.map +1 -1
  671. package/build/core/middleware/questionModel.d.ts.map +1 -1
  672. package/build/core/middleware/questionModel.js +51 -41
  673. package/build/core/middleware/questionModel.js.map +1 -1
  674. package/build/core/middleware/utils/MigrationUtils.d.ts.map +1 -1
  675. package/build/core/middleware/utils/MigrationUtils.js +1 -0
  676. package/build/core/middleware/utils/MigrationUtils.js.map +1 -1
  677. package/build/core/middleware/utils/appYmlGenerator.d.ts +3 -1
  678. package/build/core/middleware/utils/appYmlGenerator.d.ts.map +1 -1
  679. package/build/core/middleware/utils/appYmlGenerator.js +25 -16
  680. package/build/core/middleware/utils/appYmlGenerator.js.map +1 -1
  681. package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts +15 -14
  682. package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts.map +1 -1
  683. package/build/core/middleware/utils/debug/appLocalYmlGenerator.js +9 -3
  684. package/build/core/middleware/utils/debug/appLocalYmlGenerator.js.map +1 -1
  685. package/build/core/middleware/utils/debug/debugV3MigrationUtils.d.ts +1 -0
  686. package/build/core/middleware/utils/debug/debugV3MigrationUtils.d.ts.map +1 -1
  687. package/build/core/middleware/utils/debug/debugV3MigrationUtils.js +17 -5
  688. package/build/core/middleware/utils/debug/debugV3MigrationUtils.js.map +1 -1
  689. package/build/core/middleware/utils/debug/taskMigrator.d.ts +1 -0
  690. package/build/core/middleware/utils/debug/taskMigrator.d.ts.map +1 -1
  691. package/build/core/middleware/utils/debug/taskMigrator.js +65 -66
  692. package/build/core/middleware/utils/debug/taskMigrator.js.map +1 -1
  693. package/build/core/middleware/utils/migrationContext.d.ts.map +1 -1
  694. package/build/core/middleware/utils/migrationContext.js +4 -0
  695. package/build/core/middleware/utils/migrationContext.js.map +1 -1
  696. package/build/core/middleware/utils/v3MigrationUtils.d.ts +4 -0
  697. package/build/core/middleware/utils/v3MigrationUtils.d.ts.map +1 -1
  698. package/build/core/middleware/utils/v3MigrationUtils.js +48 -22
  699. package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
  700. package/build/core/question.d.ts +23 -3
  701. package/build/core/question.d.ts.map +1 -1
  702. package/build/core/question.js +194 -15
  703. package/build/core/question.js.map +1 -1
  704. package/build/error/arm.d.ts +26 -0
  705. package/build/error/arm.d.ts.map +1 -0
  706. package/build/error/arm.js +71 -0
  707. package/build/error/arm.js.map +1 -0
  708. package/build/error/azure.d.ts +33 -0
  709. package/build/error/azure.d.ts.map +1 -0
  710. package/build/error/azure.js +87 -0
  711. package/build/error/azure.js.map +1 -0
  712. package/build/error/common.d.ts +26 -0
  713. package/build/error/common.d.ts.map +1 -0
  714. package/build/error/common.js +107 -0
  715. package/build/error/common.js.map +1 -0
  716. package/build/error/deploy.d.ts +36 -0
  717. package/build/error/deploy.d.ts.map +1 -0
  718. package/build/error/deploy.js +126 -0
  719. package/build/error/deploy.js.map +1 -0
  720. package/build/error/index.d.ts +1 -0
  721. package/build/error/index.d.ts.map +1 -0
  722. package/build/error/index.js +3 -0
  723. package/build/error/index.js.map +1 -0
  724. package/build/error/m365.d.ts +20 -0
  725. package/build/error/m365.d.ts.map +1 -0
  726. package/build/error/m365.js +56 -0
  727. package/build/error/m365.js.map +1 -0
  728. package/build/error/script.d.ts +14 -0
  729. package/build/error/script.d.ts.map +1 -0
  730. package/build/error/script.js +38 -0
  731. package/build/error/script.js.map +1 -0
  732. package/build/error/yml.d.ts +35 -0
  733. package/build/error/yml.d.ts.map +1 -0
  734. package/build/error/yml.js +100 -0
  735. package/build/error/yml.js.map +1 -0
  736. package/package.json +17 -5
  737. package/resource/package.nls.cs.json +202 -331
  738. package/resource/package.nls.de.json +213 -342
  739. package/resource/package.nls.es.json +199 -328
  740. package/resource/package.nls.fr.json +211 -340
  741. package/resource/package.nls.it.json +223 -352
  742. package/resource/package.nls.ja.json +194 -323
  743. package/resource/package.nls.json +372 -560
  744. package/resource/package.nls.ko.json +205 -334
  745. package/resource/package.nls.pl.json +210 -339
  746. package/resource/package.nls.pt-BR.json +219 -348
  747. package/resource/package.nls.ru.json +211 -340
  748. package/resource/package.nls.tr.json +224 -353
  749. package/resource/package.nls.zh-Hans.json +200 -329
  750. package/resource/package.nls.zh-Hant.json +200 -329
  751. package/resource/package.nls.zh-cn.json +200 -329
  752. package/resource/package.nls.zh-tw.json +200 -329
  753. package/resource/yaml.schema.json +1437 -0
  754. package/templates/core/v3Migration/csharp.app.local.yml +36 -31
  755. package/templates/core/v3Migration/csharp.app.yml +56 -57
  756. package/templates/core/v3Migration/js.ts.app.local.yml +84 -44
  757. package/templates/core/v3Migration/js.ts.app.yml +110 -86
  758. package/templates/core/v3Migration/spfx.app.yml +38 -30
  759. package/templates/core/v3Migration/upgradeReport.md +48 -0
  760. package/templates/fallback/common.zip +0 -0
  761. package/templates/fallback/csharp.zip +0 -0
  762. package/templates/fallback/js.zip +0 -0
  763. package/templates/fallback/ts.zip +0 -0
  764. package/templates/plugins/resource/aad/auth/bot/README.txt +1 -1
  765. package/templates/plugins/resource/apim/README.md +1 -1
  766. package/templates/plugins/resource/spfx/solution/README.md +1 -1
  767. package/build/component/configManager/error.d.ts +0 -18
  768. package/build/component/configManager/error.d.ts.map +0 -1
  769. package/build/component/configManager/error.js +0 -80
  770. package/build/component/configManager/error.js.map +0 -1
  771. package/build/component/driver/botFramework/error/invalidParameterUserError.d.ts +0 -5
  772. package/build/component/driver/botFramework/error/invalidParameterUserError.d.ts.map +0 -1
  773. package/build/component/driver/botFramework/error/invalidParameterUserError.js +0 -29
  774. package/build/component/driver/botFramework/error/invalidParameterUserError.js.map +0 -1
  775. package/build/component/driver/deploy/azure/impl/progressBarHelper.d.ts +0 -3
  776. package/build/component/driver/deploy/azure/impl/progressBarHelper.d.ts.map +0 -1
  777. package/build/component/driver/deploy/azure/impl/progressBarHelper.js +0 -15
  778. package/build/component/driver/deploy/azure/impl/progressBarHelper.js.map +0 -1
  779. package/build/component/driver/file/appsettingsGenerate.d.ts.map +0 -1
  780. package/build/component/driver/file/appsettingsGenerate.js.map +0 -1
  781. package/build/component/driver/file/error/invalidParameterUserError.d.ts +0 -5
  782. package/build/component/driver/file/error/invalidParameterUserError.d.ts.map +0 -1
  783. package/build/component/driver/file/error/invalidParameterUserError.js +0 -29
  784. package/build/component/driver/file/error/invalidParameterUserError.js.map +0 -1
  785. package/build/component/driver/file/updateEnv.d.ts.map +0 -1
  786. package/build/component/driver/file/updateEnv.js +0 -126
  787. package/build/component/driver/file/updateEnv.js.map +0 -1
  788. package/build/component/driver/m365/error/invalidParameterUserError.d.ts +0 -5
  789. package/build/component/driver/m365/error/invalidParameterUserError.d.ts.map +0 -1
  790. package/build/component/driver/m365/error/invalidParameterUserError.js +0 -29
  791. package/build/component/driver/m365/error/invalidParameterUserError.js.map +0 -1
  792. package/build/component/driver/prerequisite/error/invalidParameterUserError.d.ts +0 -5
  793. package/build/component/driver/prerequisite/error/invalidParameterUserError.d.ts.map +0 -1
  794. package/build/component/driver/prerequisite/error/invalidParameterUserError.js +0 -29
  795. package/build/component/driver/prerequisite/error/invalidParameterUserError.js.map +0 -1
  796. package/build/component/driver/teamsApp/interfaces/ValidateTeamsAppArgs.d.ts +0 -7
  797. package/build/component/driver/teamsApp/interfaces/ValidateTeamsAppArgs.d.ts.map +0 -1
  798. package/build/component/driver/teamsApp/interfaces/ValidateTeamsAppArgs.js.map +0 -1
  799. package/templates/core/v3Migration/migrationReport.md +0 -36
  800. package/templates/fallback/bot.csharp.command-and-response.zip +0 -0
  801. package/templates/fallback/bot.csharp.default.zip +0 -0
  802. package/templates/fallback/bot.csharp.notification-function-base.zip +0 -0
  803. package/templates/fallback/bot.csharp.notification-trigger-http.zip +0 -0
  804. package/templates/fallback/bot.csharp.notification-trigger-timer.zip +0 -0
  805. package/templates/fallback/bot.csharp.notification-webapi.zip +0 -0
  806. package/templates/fallback/bot.csharp.workflow.zip +0 -0
  807. package/templates/fallback/bot.js.command-and-response.zip +0 -0
  808. package/templates/fallback/bot.js.default.zip +0 -0
  809. package/templates/fallback/bot.js.m365.zip +0 -0
  810. package/templates/fallback/bot.js.notification-function-base.zip +0 -0
  811. package/templates/fallback/bot.js.notification-restify.zip +0 -0
  812. package/templates/fallback/bot.js.notification-trigger-http.zip +0 -0
  813. package/templates/fallback/bot.js.notification-trigger-timer.zip +0 -0
  814. package/templates/fallback/bot.js.workflow.zip +0 -0
  815. package/templates/fallback/bot.ts.command-and-response.zip +0 -0
  816. package/templates/fallback/bot.ts.default.zip +0 -0
  817. package/templates/fallback/bot.ts.m365.zip +0 -0
  818. package/templates/fallback/bot.ts.notification-function-base.zip +0 -0
  819. package/templates/fallback/bot.ts.notification-restify.zip +0 -0
  820. package/templates/fallback/bot.ts.notification-trigger-http.zip +0 -0
  821. package/templates/fallback/bot.ts.notification-trigger-timer.zip +0 -0
  822. package/templates/fallback/bot.ts.workflow.zip +0 -0
  823. package/templates/fallback/function-base.js.default.zip +0 -0
  824. package/templates/fallback/function-base.ts.default.zip +0 -0
  825. package/templates/fallback/function-triggers.js.HTTPTrigger.zip +0 -0
  826. package/templates/fallback/function-triggers.ts.HTTPTrigger.zip +0 -0
  827. package/templates/fallback/tab.csharp.default.zip +0 -0
  828. package/templates/fallback/tab.csharp.non-sso.zip +0 -0
  829. package/templates/fallback/tab.js.dashboard.zip +0 -0
  830. package/templates/fallback/tab.js.default.zip +0 -0
  831. package/templates/fallback/tab.js.m365.zip +0 -0
  832. package/templates/fallback/tab.js.non-sso.zip +0 -0
  833. package/templates/fallback/tab.ts.dashboard.zip +0 -0
  834. package/templates/fallback/tab.ts.default.zip +0 -0
  835. package/templates/fallback/tab.ts.m365.zip +0 -0
  836. package/templates/fallback/tab.ts.non-sso.zip +0 -0
@@ -1,14 +1,11 @@
1
1
  {
2
2
  "core.create.successNotice": "Scaffold successfully.",
3
3
  "core.init.successNotice": "Your project has been successfully initialized to operate with TeamsFx.\n\nSome next steps:\nteamsfx add <feature> will allow you to add features like single sign on or Teams notification integration.\n\nPro tip:\nRead on aka.ms/teams-manifest to learn more about updating manifest file to connect with your existing launch page experience.",
4
- "core.provision.confirmNotice": "The Teams Toolkit will provision resources and register corresponding resource providers under Azure account (%s) with subscription (%s). Costs may incur according to the pricing calculator.",
5
- "core.provision.confirmEnvNotice": "Do you want to provision resources in %s environment?\nAzure account (%s) with subscription (%s) will be used to provision the resources. Cost may incur according to the usage.",
6
- "core.provision.confirmSubscription": "You are switching away from your previous subscription %s.\nDo you want to provision resources in %s environment? Azure account (%s) with subscription (%s) will be used to provision the resources. Cost may incur according to the usage.",
7
4
  "core.provision.provision": "Provision",
8
5
  "core.provision.learnMore": "Learn more",
9
6
  "core.provision.switchedM365AccountNotice": "You are now using a different Microsoft 365 tenant from what you previously used.",
10
7
  "core.provision.switchedAzureSubscriptionNotice": "You are now using a different Azure subscription from what you previously used.",
11
- "core.provision.switchedM365AccountAndAzureSubscriptionNotice": "You are now using a different Microsoft 365 tenant and a differnt Azure subscription from what you previously used.",
8
+ "core.provision.switchedM365AccountAndAzureSubscriptionNotice": "You are now using a different Microsoft 365 tenant and a different Azure subscription from what you previously used.",
12
9
  "core.provision.createNewAzureBotNotice": "We will create a new Azure bot resource.",
13
10
  "core.provision.azureAccount": "Azure account: %s",
14
11
  "core.provision.azureSubscription": "Azure subscription: %s",
@@ -17,31 +14,17 @@
17
14
  "core.provision.confirmEnvOnlyNotice": "Do you want to provision resources in %s environment using the account listed above?",
18
15
  "core.deploy.confirmEnvNotice": "Do you want to deploy resources in %s environment?\nAzure account (%s) with subscription (%s) will be used for deployment.",
19
16
  "core.deploy.confirmEnvNoticeV3": "Do you want to deploy resources in %s environment?",
20
- "core.provision.successAzure": "Azure resources successfully provisioned in the cloud.",
21
17
  "core.provision.successNotice": "'%s' successfully provisioned in the cloud.",
22
- "core.provision.failNotice": "fail to provision '%s' in the cloud!",
23
- "core.provision.StartNotice": "[%s] Start provisioning. It could take several minutes.",
24
18
  "core.provision.configurationFinishNotice": "[%s] Configuration finished.",
25
19
  "core.provision.ProvisionFinishNotice": "[%s] Provision finished!",
26
20
  "core.provision.viewResources": "View provisioned resources",
27
- "core.provision.subscription.NotFoundParam": "The subscription '%s' for '%s' environment is not found in the current account, please use the right Azure account or check the subscription parameter.",
28
- "core.provision.subscription.NotFoundConfig": "The subscription '%s' for '%s' environment is not found in the current account, please use the right Azure account or check the '%s' file.",
29
- "core.provision.subscription.NotFoundState": "The subscription '%s' for '%s' environment is not found in the current account, please use the right Azure account.",
30
- "core.provision.subscription.NotFound": "The subscription '%s' is not found in the current account, please use the right Azure account.",
31
- "core.provision.subscription.failToSelect": "Failed to select subscription",
32
- "core.error.notLoginToAzure": "Login to Azure using the Azure Account extension",
33
- "core.error.FailedToCreateResourceGroup.exist": "Failed to create resource group '%s': the resource group exists",
34
- "core.error.NoYmlFileError": "Failed to find yml files.",
35
- "core.error.NoEnvFilesError": "Failed to find .env files.",
36
- "core.error.resourceGroupNotFound": "Resource group '%s' does not exist, please specify an existing resource group.",
37
- "core.error.resourceGroupNotFound2": "Resource group '%s' does not exist, please check the '%s' file.",
38
- "core.error.unresolvedPlaceholders": "There are unresolved placeholders: '%s' in the selected yml file: %s",
39
- "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.",
21
+ "core.error.NoEnvFilesError": "Unable to find .env files.",
22
+ "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.",
40
23
  "core.deploy.noCapabilityFound": "No capability found to %s. Click Get Help to learn more about how to add capabilities.",
41
24
  "core.deploy.successNotice": "'%s' successfully deployed.",
42
25
  "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.",
43
26
  "core.deploy.aadManifestLearnMore": "Learn more",
44
- "core.deploy.failNotice": "fail to deploy '%s'!",
27
+ "core.deploy.failNotice": "Unable to deploy '%s'!",
45
28
  "core.deploy.botTroubleShoot": "To troubleshoot bot application in azure, please click learn more for documentation.",
46
29
  "core.deploy.botTroubleShoot.learnMore": "Learn more",
47
30
  "core.deploy.startNotice": "[%s] Deployment start.",
@@ -51,28 +34,18 @@
51
34
  "core.option.cancel": "Cancel",
52
35
  "core.option.learnMore": "Learn more",
53
36
  "core.option.upgrade": "Upgrade",
54
- "core.publish.startNotice": "[%s] Publish start.",
55
- "core.publish.failNotice": "fail to publish '%s' to the admin portal.",
56
- "core.publish.FailedToPublishBeforeProvision": "Failed to publish 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.",
57
- "core.publish.SPFxAskProvisionBeforePublish": "Failed to publish because the teams app has not been provisioned yet. Please provision first. Click Get Help to learn more about why you need to provision.",
58
- "core.addCapability.onlySupportAzure": "Add capability is only supported for project hosted in Azure",
59
- "core.addCapability.notSupportedForM365Project": "Add capability is not supported for Microsoft 365 project",
60
- "core.addCapability.exceedMaxLimit": "Your App reaches maximal limit for Tabs, Bot and Message Extension.",
37
+ "core.option.moreInfo": "More Info",
61
38
  "core.addCapability.addCapabilityNotice": "Capability %s has been successfully added to your project. F5 to debug the application or trigger 'Teams: Provision in the cloud' to create resources.",
62
39
  "core.addCapability.addCapabilitiesNotice": "Capabilities %s have been successfully added to your project. F5 to debug the application or trigger 'Teams: Provision in the cloud' to create resources.",
63
40
  "core.addCapability.addCapabilityNoticeForCli": "Capability %s has been successfully added to your project. Run 'teamsfx provision' to create resources.",
64
41
  "core.addCapability.addCapabilitiesNoticeForCli": "Capabilities %s have been successfully added to your project. Run 'teamsfx provision' to create resources.",
65
- "core.addResource.onlySupportAzure": "Add resource is only supported for project hosted in Azure",
66
- "core.addResource.notSupportForVSProject": "Add resource is not supported for csharp project",
67
42
  "core.addResource.addResourceNotice": "Resource %s has been successfully configured for your project, trigger 'Teams: Provision in the cloud' will create the resource in your Azure subscription.",
68
43
  "core.addResource.addResourceNoticeForCli": "Resource %s has been successfully configured for your project, run 'teamsfx provision' will create the resource in your Azure subscription.",
69
44
  "core.addResource.addResourcesNotice": "Resources %s have been successfully configured for your project, trigger 'Teams: Provision in the cloud' will create the resources in your Azure subscription.",
70
45
  "core.addResource.addResourcesNoticeForCli": "Resources %s have been successfully configured for your project, run 'teamsfx provision' will create the resources in your Azure subscription.",
71
- "core.NotProvisionedNotice": "'%s' is not provisioned in the cloud yet. Please provision first.",
72
46
  "core.NoPluginSelected": "No plugin selected",
73
47
  "core.question.AzureResourcesQuestion.placeholder": "Select a resource (optional)",
74
48
  "core.question.AzureResourcesQuestion.title": "Cloud resources",
75
- "core.InvalidOption": "invalid options: [%s]",
76
49
  "core.InitCapabilityTitle": "Teams Toolkit: Select the capability of your app",
77
50
  "core.InitCapabilityTab": "Your app contains Tab capabilities",
78
51
  "core.InitCapabilityBot": "Your app contains Bot capabilities",
@@ -89,12 +62,12 @@
89
62
  "core.progress.scaffoldTab.detail": "Scaffolding tab app.",
90
63
  "core.progress.scaffoldBot": "Scaffolding Bot",
91
64
  "core.progress.scaffoldBot.detail": "Retrieving templates.",
92
- "core.progress.scaffoldApi": "Scaffolding Api",
93
- "core.progress.scaffoldApi.detail": "Scaffolding Function Api project.",
65
+ "core.progress.scaffoldApi": "Scaffolding Functions",
66
+ "core.progress.scaffoldApi.detail": "Scaffolding Functions project.",
94
67
  "core.progress.buildingTab": "Building Tab",
95
68
  "core.progress.buildingTab.detail": "Building tab app",
96
- "core.progress.buildingApi": "Building Api",
97
- "core.progress.buildingApi.detail": "Building Function Api.",
69
+ "core.progress.buildingApi": "Building Functions",
70
+ "core.progress.buildingApi.detail": "Building Functions project.",
98
71
  "core.progress.buildingBot": "Building Bot",
99
72
  "core.progress.buildingBot.detail": "Installing dependencies.",
100
73
  "core.progress.provisionBot": "Registering Bot",
@@ -104,42 +77,33 @@
104
77
  "core.progress.generateSample.detail": "Downloading and unzipping Sample",
105
78
  "core.progress.configureStorage": "Configuring Tab",
106
79
  "core.progress.packingCode": "Creating application package.",
80
+ "core.progress.deploy": "Deploy",
81
+ "core.progress.publish": "Publish",
82
+ "core.progress.provision": "Provision",
107
83
  "core.progress.enableStaticWebsite": "Enabling Azure Storage account static website.",
108
84
  "core.progress.getDeploymentSrcAndDest": "Retrieving deployment source and destination.",
109
85
  "core.progress.clearStorageAccount": "Cleaning up Azure Storage account.",
110
86
  "core.progress.uploadTabToStorage": "Uploading Tab front end to Azure Storage account.",
111
- "core.progress.getAzureAccountInfoForDeploy": "Retrieving Azure account information.",
112
- "core.progress.getAzureUploadEndpoint": "Retrieving Azure upload endpoint.",
113
- "core.progress.uploadZipFileToAzure": "Uploading application package to Azure.",
114
- "core.progress.checkAzureDeployStatus": "Waiting for Azure deployment to complete.",
115
- "core.progress.restartAzureFunctionApp": "Restarting Azure Function App.",
116
87
  "core.progress.configureAzureStorage": "Configuring Azure Storage, enable static website setting.",
117
- "core.progress.checkAzureStorageStaticWebsite": "Checking the setting of Azure Storage static website status.",
118
- "core.progress.azureStorageStaticWebsiteEnabled": "Azure Storage static website setting already enabled.",
119
- "core.progress.enableAzureStorageStaticWebsite": "Enabling Azure Storage static website setting.",
120
- "core.progress.restartAzureService": "Restarting Azure Service.",
121
- "core.progress.getAzureStorageDeployCredential": "Retrieving Azure Storage account deployment credential.",
122
- "core.progress.clearStorageExistsBlobs": "Delete all files in Azure Storage $web container.",
123
- "core.progress.uploadFilesToStorage": "Uploading files to Azure Storage account.",
124
- "core.log.updateFunctionAppSettings": "Updating Azure Function app settings.",
88
+ "core.progress.runCommand": "Run command %s at %s",
89
+ "core.log.updateFunctionAppSettings": "Updating Azure Functions app settings.",
125
90
  "core.error.programmingLanguageInvalid": "Invalid programming language found in project settings.",
126
91
  "core.Notification.ReadMore": "Read more",
127
- "core.AppStudioJsonUndefined": "App Studio json is undefined",
128
- "core.generateArmTemplate.failNotice": "'%s' Failed to create ARM template for required Azure services.",
129
- "core.updateArmTemplate.failNotice": "'%s' Failed to update ARM template for required Azure services.",
130
- "core.updateArmTemplate.successNotice": "The Azure resource template is updated based on your resource and capability selection.",
131
- "core.localDebug.tenantConfirmNotice": "You already run debug for the Teams app in another tenant '%s'. You can sign out %s and sign in with the matched Mirosoft 365 account to re-use the previous debug resource. If you really want to switch tenant for debug, you can delete the local file(s) (%s) and re-run debug.",
132
92
  "core.localDebug.tenantConfirmNoticeWhenAllowSwitchAccount": "You already run debug for the Teams app in another tenant '%s'. If you really want to switch tenant for debug, you can delete the local file(s) (%s) and re-run debug.",
133
93
  "core.migrationToArmAndMultiEnv.Message": "Teams Toolkit will upgrade your project configuration files to support the latest features. The upgrade process will not change your custom code and create the backup files in case revert is needed.\nNotice this upgrade is a must-have to continue to use current version Teams Toolkit. If you are not ready to upgrade and want to continue to use the old version, please find Teams Toolkit in Extension and install the version <= 2.10.0",
134
- "core.migrationV3.Message": "The Teams Toolkit related configurations are older version. Upgrading project is required to continue. Please confirm you are agree to upgrade the TeamsFx configurations.\nThe upgrading will not impact your business source code, but just the configuration used by Teams Toolkit, and backups will be generated for reverting. If you don't agree to upgrade, you can download previouse version %s of Teams Toolkit to continue working with current config. Click Learn More to get more information.",
135
- "core.migrationV3.VS.Message": "The installed version of Teams Toolkit (%s) requires configuration changes to this project that can be done automatically. Before upgrading, select Learn more to read about the required changes or select Upgrade to perform the changes automatically.",
136
- "core.migrationV3.CreateNewProject": "Teams toolkit's pre-released version supports new project configuration and is incompatible with previous versions. Please try it by creating a new project, auto upgrade support will be added in the coming release.",
94
+ "core.migrationV3.confirmOnly.Message": "Please confirm the upgrade",
95
+ "core.migrationV3.Message": "Upgrade your Teams Toolkit project to stay compatible with the latest version. A backup directory will be created along with an Upgrade Summary.",
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.",
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.",
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.CreateNewProject": "Teams Toolkit (pre-release) does not support migrating projects from previous versions. Project migration will be added in an upcoming release.",
137
100
  "core.migrationV3.abandonedProject": "This project is only for previewing and will not be supported by Teams Toolkit. Please try Teams Toolkit by creating a new project",
138
- "core.migrationToArmAndMultiEnv.SuccessMessage": "Upgrade succeeded. Your project is upgraded to new configuration files.",
139
- "core.migrationToArmAndMultiEnv.ErrorMessage": "Upgrade Failed. Please check the error message in Output window to troubleshoot and fix. You can also click Learn More for the FAQ and how to upgrade manually.",
140
- "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).\nYou can also click Learn More for the FAQ.",
141
- "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 want to skip auto-upgrade, please install older version of Teams Toolkit (<=3.7.0)",
142
- "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 want to skip auto-upgrade, please install older version of Teams Toolkit (<=3.7.0)",
101
+ "core.migrationV3.notAllowedMigration": "Teams Toolkit's Pre-Release version supports new project configuration and is incompatible with previous versions. Try it by creating a new project or run \"teamsfx upgrade\" to upgrade your project first.",
102
+ "core.migrationToArmAndMultiEnv.SuccessMessage": "Upgrade succeeded.",
103
+ "core.migrationToArmAndMultiEnv.ErrorMessage": "The upgrade process has failed. To troubleshoot and resolve the issue, please check the error message in the [output channel](command:fx-extension.showOutputChannel).\n If you prefer to upgrade manually, please click on 'Learn More' to view the FAQ section.",
104
+ "core.migrationToArmAndMultiEnv.PreCheckErrorMessage": "The upgrade process has failed. The file '%s' either does not exist or is not in JSON format. To proceed with the upgrade, please fix the file and try again by running the command \"Teams: Upgrade project\".\n If you prefer to upgrade manually, please click on \"Learn More\" to access the FAQ section.",
105
+ "core.consolidateLocalRemote.Message": "Your project will be upgraded to work with the latest version of Teams Toolkit. The upgrade will only add config.local.json, manifest.template.json files and backup manifest.remote.template.json, manifest.local.template.json files without changing your custom code. If you do not want to upgrade, install an older version of Teams Toolkit (<= 3.7.0)",
106
+ "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)",
143
107
  "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.",
144
108
  "core.consolidateLocalRemote.SuccessMessage": "Congratulations! You have successfully upgraded your Teams App project structure. We have added config.local.json for debug and manifest.template.json for both Teams app running locally and remotely. And we have backed up localSettings.json, manifest.local.template.json and manifest.remote.template.json to .backup folder.",
145
109
  "core.consolidateLocalRemoteWithAadManifest.SuccessMessage": "Congratulations! You have successfully upgraded your Teams App project structure. We have added config.local.json for debug, manifest.template.json for both Teams app running locally and remotely and aad.template.json for AAD manifest template. And we have backed up localSettings.json, manifest.local.template.json, manifest.remote.template.json, projectSettings.json to .backup folder.",
@@ -149,152 +113,128 @@
149
113
  "core.projectVersionChecker.vscodeUseNewVersion": "The current project is incompatible with the installed Teams Toolkit, please install %s or above and reopen this project.",
150
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",
151
115
  "core.projectVersionChecker.incompatibleProject": "The current project is incompatible with the installed version of Teams Toolkit.",
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.",
152
117
  "core.aad.includeAadQuestionTitle": "Whether to deploy aad manifest",
153
118
  "core.aad.aadManifestFilePath": "Enter the aad.template.json file path to deploy",
154
119
  "core.deployArmTemplates.StartNotice": "[%s] Start deploying ARM templates.",
155
- "core.deployArmTemplates.CompileBicepSuccessNotice": "[%s] Successfully compile bicep files to JSON.",
120
+ "core.deployArmTemplates.CompileBicepSuccessNotice": "[%s] Successfully compile Bicep files to JSON.",
156
121
  "core.deployArmTemplates.SuccessNotice": "[%s] Successfully deploy ARM templates. Resource group name: %s. Deployment name: %s",
157
- "core.deployArmTemplates.FailNotice": "[%s] Failed to deploy ARM templates. Resource group name: %s. Deployment name: %s",
158
122
  "core.deployArmTemplates.PollDeploymentStatusNotice": "[%s] Polling deployment status...",
159
123
  "core.deployArmTemplates.Progress.Title": "Deploying ARM Templates",
160
124
  "core.deployArmTemplates.Progress.Start": "Preparing.",
161
125
  "core.deployArmTemplates.Progress.ExecuteDeployment": "Deploying solution ARM templates to Azure. This could take several minutes.",
162
126
  "core.deployArmTemplates.RetryGetDeploymentStatus": "%s -> waiting to get deployment status [Retry time: %s]",
163
- "core.deployArmTemplates.FailedToReadResourceGroup": "Failed to get resource group from project solution settings.",
164
- "core.deployArmTemplates.DeploymentErrorWithHelplink": "\nError message: %s\nDetailed message: \n%s\nGet toolkit help from %s.",
165
- "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.",
166
129
  "core.deployArmTemplates.ParameterNotExist": "%s does not exist.",
167
- "core.deployArmTemplates.PluginOperationSuccess": "%s: %s success!",
168
- "core.deployArmTemplates.PluginOperationFail": "%s: %s failed!",
169
- "core.deployArmTemplates.FailedToExpandParameter": "Failed to get expanded parameter from %s",
130
+ "core.deployArmTemplates.FailedToExpandParameter": "Unable to get expanded parameter from %s",
170
131
  "core.deployArmTemplates.InvalidAzureCredential": "Azure Credential is invalid.",
171
- "core.deployArmTemplates.FailedToGetSubsId": "Failed to get subscription id.",
172
- "core.deployArmTemplates.CompileBicepFailed": "Failed to compile bicep files to Json arm templates file: %s",
173
- "core.deployArmTemplates.FailedToGetDeploymentError": "Failed to get deployment error for %s",
174
- "core.deployArmTemplates.FailedToGetDeploymentErrorNotification": "resource deployments (%s module) for your project failed and get the error message failed. Please refer to the resource group %s in portal for deployment error.",
175
- "core.deployArmTemplates.DeploymentFailedNotification": "resource deployments (%s) for your project failed. Please refer to output channel for more error details.",
176
- "core.deployArmTemplates.ActionSuccess": "Successfully deploy ARM templates. Resource group name: %s. Deployment name: %s",
177
- "core.handleConfigFile.FailedToUpdateAzureParameters": "Failed to update Azure parameters for %s environment.",
178
- "core.appSettingsUtil.FailedToResetAppSettingsDevelopment": "Failed to reset values in appsettings.Development.json.",
179
- "core.backupFiles.FailedToBackupFiles": "Failed to backup %s.",
180
- "core.generateArmTemplates.DuplicateParameter": "There are some duplicate parameters in %s, to avoid the conflict, please modify these parameter names: %s",
181
- "core.generateArmTemplates.InvalidParameterFile": "There are some errors in %s, please make sure this file is valid. The error message is %s",
182
- "core.collaboration.ListCollaboratorsSuccess": "List Microsoft 365 Teams App%s owners success, you can view it in [output channel](%s).",
183
- "core.collaboration.WithAadApp": "(with AAD App)",
184
- "core.collaboration.FailedToListCollaborators": "Failed to list Teams App owners for the project.\nError details: \n",
132
+ "core.deployArmTemplates.FailedToGetSubsId": "Unable to get subscription id.",
133
+ "core.deployArmTemplates.ActionSuccess": "Successfully deployed ARM templates. Resource group name: %s. Deployment name: %s",
134
+ "core.handleConfigFile.FailedToUpdateAzureParameters": "Unable to update Azure parameters for %s environment.",
135
+ "core.appSettingsUtil.FailedToResetAppSettingsDevelopment": "Unable to reset values in appsettings.Development.json.",
136
+ "core.backupFiles.FailedToBackupFiles": "Unable to backup %s.",
137
+ "core.collaboration.ListCollaboratorsSuccess": "'List Microsoft 365 App owners' succeeded, you can view it in [output channel](%s).",
185
138
  "core.collaboration.GrantingPermission": "Granting permission",
186
139
  "core.collaboration.EmailCannotBeEmptyOrSame": "Collaborator's email cannot be null or same as current user",
187
- "core.collaboration.CannotFindUserInCurrentTenant": "Cannot find user in current tenant, please check whether your email address is correct",
140
+ "core.collaboration.CannotFindUserInCurrentTenant": "Cannot find user in current tenant, check whether your email address is correct",
188
141
  "core.collaboration.GrantPermissionForUser": "Grant permission for user %s",
189
- "core.collaboration.FailedToGetEnvName": "Failed to get env name.",
190
142
  "core.collaboration.AccountToGrantPermission": "Account to grant permission: ",
191
- "core.collaboration.StartingGrantPermission": "Starting grant permission for environment: ",
143
+ "core.collaboration.StartingGrantPermission": "Starting to grant permission for environment: ",
192
144
  "core.collaboration.TenantId": "Tenant ID: ",
193
- "core.collaboration.FailedToGrantPermission": "Failed to grant permission for the below resources to user: %s.\n Resource details: \n",
194
145
  "core.collaboration.PermissionHasBeenGrantTo": "permission has been granted to ",
195
146
  "core.collaboration.GrantPermissionResourceId": ", Resource ID: ",
196
- "core.collaboration.SharePointTip": "\nIf added user is not a SharePoint App Catalog site admin, you need to manually setup access policy via SharePoint admin center, please refer to this link for more details: ",
197
- "core.collaboration.AzureTip": "\nIf added user cannot access Azure resources, you need to manually setup access policy via Azure portal, please refer to this link for more details: ",
147
+ "core.collaboration.SharePointTip": "\nIf added user is not a SharePoint App Catalog site admin, you need to manually setup access policy via SharePoint admin center, refer to this link for more details: ",
148
+ "core.collaboration.AzureTip": "\nIf added user cannot access Azure resources, you need to manually setup access policy via Azure portal, refer to this link for more details: ",
198
149
  "core.collaboration.ListingM365Permission": "Listing Microsoft 365 permissions\n",
199
150
  "core.collaboration.AccountUsedToCheck": "Account used to check: ",
200
- "core.collaboration.StartingListAllTeamsAppOwners": "Starting list all teams app owners for environment: ",
151
+ "core.collaboration.StartingListAllTeamsAppOwners": "\nStarting to list all teams app owners for environment: ",
152
+ "core.collaboration.StartingListAllAadAppOwners": "\nStarting to list all Azure Active Directory app owners for environment: ",
201
153
  "core.collaboration.M365TeamsAppId": "Microsoft 365 Teams App (ID: ",
202
- "core.collaboration.SsoAadAppId": "), SSO AAD App (ID: ",
154
+ "core.collaboration.SsoAadAppId": "SSO AAD App (ID: ",
203
155
  "core.collaboration.TeamsAppOwner": "Teams App Owner: ",
156
+ "core.collaboration.AadAppOwner": "Azure Active Directory App Owner: ",
204
157
  "core.collaboration.NotOwnerOfSsoAadApp": "(Not owner of SSO AAD app)",
205
- "core.collaboration.FailedToConvertProfile": "failed to convert profile ",
206
- "core.collaboration.StaringCheckPermission": "Starting check permission for environment: ",
207
- "core.collaboration.FailedToCheckPermission": "Failed to check permission for the below resources.\n Resource details: \n",
158
+ "core.collaboration.StaringCheckPermission": "Starting to check permission for environment: ",
208
159
  "core.collaboration.CheckPermissionResourceId": "Resource ID: ",
209
160
  "core.collaboration.Undefined": "undefined",
210
161
  "core.collaboration.ResourceName": ", Resource Name: ",
211
162
  "core.collaboration.Permission": ", Permission: ",
212
- "core.collaboration.notProvisioned": "The resources have not been provisioned yet. Please provision the resources first.",
213
- "core.collaboration.tenantNotMatch": "Tenant id of your account and the provisioned Azure AD app does not match. Please check whether you logined with wrong account.",
214
- "core.developerPortal.scaffold.CannotFindManifest": "Could not find manifest from the downloaded pacakge for teams app %s.",
163
+ "core.collaboration.notProvisioned": "The resources have not been provisioned yet. Provision the resources first.",
164
+ "core.collaboration.tenantNotMatch": "Tenant id of your account and the provisioned Azure AD app does not match. Check whether you logined with wrong account.",
165
+ "core.developerPortal.scaffold.CannotFindManifest": "Could not find manifest from the downloaded package for teams app %s.",
215
166
  "plugins.spfx.questions.framework.title": "Framework",
216
167
  "plugins.spfx.questions.versionCheck.title": "Checking Node.js and NPM versions...",
217
- "plugins.spfx.questions.webpartName.error.duplicate": "The foler %s already exists. Please choose a different name for your component.",
168
+ "plugins.spfx.questions.webpartName.error.duplicate": "The folder %s already exists. Choose a different name for your component.",
218
169
  "plugins.spfx.questions.webpartName.error.notMatch": "%s doesn't match pattern: %s",
170
+ "plugins.spfx.questions.packageSelect.title": "SharePoint Framework",
171
+ "plugins.spfx.questions.packageSelect.placeholder": "Select an option for scaffolding",
172
+ "plugins.spfx.questions.packageSelect.useGlobalPackage.withVersion.label": "Use globally installed SPFx (%s)",
173
+ "plugins.spfx.questions.packageSelect.useGlobalPackage.noVersion.label": "Use globally installed SPFx",
174
+ "plugins.spfx.questions.packageSelect.useGlobalPackage.detail": "Recommend SPFx %s or later",
175
+ "plugins.spfx.questions.packageSelect.installLocally.withVersion.label": "Install the latest SPFx (%s) locally in Teams Toolkit directory ",
176
+ "plugins.spfx.questions.packageSelect.installLocally.noVersion.label": "Install the latest SPFx locally in Teams Toolkit directory ",
219
177
  "plugins.spfx.buildNotice": "SharePoint package successfully built at %s.",
220
178
  "plugins.spfx.deployNotice": "SharePoint package %s has been successfully deployed to [%s](%s).",
221
- "plugins.spfx.deployFailedNotice": "You don't have permission to upload and deploy package to App Catalog %s, please use site admin account, or you can get your own free Microsoft 365 tenant from [Microsoft 365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program)",
179
+ "plugins.spfx.deployFailedNotice": "You don't have permission to upload and deploy package to App Catalog %s, use site admin account, or you can get your own free Microsoft 365 tenant from [Microsoft 365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program)",
222
180
  "plugins.spfx.createAppCatalogNotice": "There is no tenant app catalog under %s, do you want to create one?",
223
- "plugins.spfx.cannotGetAppcatalog": "Cannot get app catalog site url after creation. You may need wait a few minutes and retry.",
224
181
  "plugins.spfx.cannotFindPackage": "Cannot find SharePoint package %s",
225
182
  "plugins.spfx.cannotFindManifest": "Cannot find manifest file %s",
226
183
  "plugins.spfx.cannotGetSPOToken": "Cannot get SPO access token",
227
184
  "plugins.spfx.cannotGetGraphToken": "Cannot get Graph access token",
228
- "plugins.spfx.insufficientPermission": "You don't have permission to upload and deploy package to App Catalog %s, please use site admin account.",
229
- "plugins.spfx.createAppcatalogFail": "Failed to create tenant app catalog, due to %s, stack: %s",
230
- "plugins.spfx.uploadAppcatalogFail": "Failed to upload app package, due to %s",
185
+ "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.",
186
+ "plugins.spfx.createAppcatalogFail": "Unable to create tenant app catalog, due to %s, stack: %s",
187
+ "plugins.spfx.uploadAppcatalogFail": "Unable to upload app package, due to %s",
231
188
  "plugins.spfx.buildSharepointPackage": "Building SharePoint package",
232
189
  "plugins.spfx.deploy.title": "Upload and deploy SharePoint package",
233
190
  "plugins.spfx.deploy.createAppcatalog": "Create SharePoint app catalog",
234
191
  "plugins.spfx.deploy.uploadAddDeploy": "Upload and deploy SPFx package to your tenant app catalog",
235
192
  "plugins.spfx.scaffold.title": "Scaffolding project",
236
- "plugins.spfx.error.npmNotFound": "NPM not found on your machine. Please install the supported version.",
193
+ "plugins.spfx.error.npmNotFound": "NPM not found on your machine. Install the supported version.",
237
194
  "plugins.spfx.error.npmVersionNotSupported": "NPM version v%s is not supported for SPFx v%s.",
238
195
  "plugins.spfx.error.nodeVersionNotSupported": "Node.js version v%s is not supported for SPFx v%s.",
239
- "plugins.spfx.error.npmInstallFailed": "Failed to run 'npm install' due to %s",
240
- "plugins.spfx.error.invalidDependency": "Failed to validate package %s",
241
- "plugins.spfx.error.installDependency": "Failed to install package %s. Learn how to remediate in the [output](command:fx-extension.showOutputChannel).",
242
- "plugins.spfx.error.noConfiguration": "There's no .yo-rc.json file in your SPFx project, please add the configuration file and try again.",
196
+ "plugins.spfx.error.npmInstallFailed": "Unable to run 'npm install' due to %s",
197
+ "plugins.spfx.error.invalidDependency": "Unable to validate package %s",
198
+ "plugins.spfx.error.noConfiguration": "There's no .yo-rc.json file in your SPFx project, add the configuration file and try again.",
199
+ "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.",
243
200
  "plugins.spfx.scaffold.dependencyCheck": "Checking dependencies...",
244
201
  "plugins.spfx.scaffold.dependencyInstall": "Installing dependencies. This may take more than 5 minutes to finish.",
245
202
  "plugins.spfx.scaffold.scaffoldProject": "Generate SPFx project using Yeoman CLI",
246
203
  "plugins.spfx.scaffold.updateManifest": "Update webpart manifest",
247
204
  "plugins.spfx.GetTenantFailedError": "Cannot get tenant %s %s",
248
- "plugins.spfx.SPFxAlreadyExistError": "Add capability/resource is not supported for SPFx projects",
249
- "plugins.spfx.LoadManifestError": "Failed to load manifest!",
250
- "plugins.frontend.checkLogTip": "Check log for more information.",
251
- "plugins.frontend.reScaffoldTip": "Run 'Start A New Project' again.",
252
- "plugins.frontend.doProvisionTip": "Run 'Provision Resource' before this command.",
253
- "plugins.frontend.doLoginTip": "Login to Azure.",
254
- "plugins.frontend.reLoginTip": "Sign out and login to Azure again.",
255
- "plugins.frontend.reProvisionTip": "Run 'Provision Resource' again.",
256
- "plugins.frontend.doNpmInstallTip": "Run 'npm install' in the folder: '%s'.",
257
- "plugins.frontend.doBuildTip": "Run 'npm run build' in the folder: '%s'.",
258
- "plugins.frontend.ensureBuildPathTip": "Ensure your built project exists: '%s'.",
259
- "plugins.frontend.ensureResourceGroupTip": "Ensure your resource group exists.",
260
- "plugins.frontend.ensureAppNameValidTip": "Ensure your app name only contains alphabetical and numeric characters, and does not contain trademark or reserved words.",
261
- "plugins.frontend.deleteSameNameStorageTip": "Delete your Azure Storage Account with same name in another resource group or subscription.",
205
+ "plugins.spfx.error.installLatestDependencyError": "Encountered unknown issues when setting up SPFx environment in %s folder. You could follow [Set up your SharePoint Framework development environment | Microsoft Learn](%s) to set up global SPFx environment.",
206
+ "_plugins.spfx.error.installLatestDependencyError.comment": "'Microsoft Learn' and 'SharePoint' are the product brand names which should not be localized.",
207
+ "plugins.spfx.error.scaffoldError": "Project creation failed. A possible reason could be from Yeoman SharePoint Generator. Check [output window](%s) for details.",
262
208
  "plugins.frontend.checkNetworkTip": "Check your network connection.",
263
209
  "plugins.frontend.checkFsPermissionsTip": "Check if you have Read/Write permissions to your file system.",
264
210
  "plugins.frontend.checkStoragePermissionsTip": "Check if you have permissions to your Azure Storage Account.",
265
211
  "plugins.frontend.checkSystemTimeTip": "You may get expired credentials, check if your system time is correct.",
266
- "plugins.frontend.restoreEnvironmentTip": "If you manually updated configuration files (under directory .%s), recover them.",
267
212
  "plugins.baseErrorMessage": "%s Suggestions: %s",
268
- "suggestions.retryTheCurrentStep": "Please retry the current step.",
213
+ "suggestions.retryTheCurrentStep": "Retry the current step.",
269
214
  "plugins.appstudio.buildSucceedNotice": "Teams package is successfully built at [local address](%s).",
270
215
  "plugins.appstudio.buildSucceedNotice.fallback": "Teams package is successfully built at %s.",
216
+ "plugins.appstudio.createPackage.progressBar.message": "Building Teams app package...",
271
217
  "plugins.appstudio.publishTip": "Teams: Publish to Teams",
272
218
  "plugins.appstudio.whetherToDeployManifest": "Whether to deploy app manifest to Teams platform",
273
219
  "plugins.appstudio.validationFailedNotice": "Manifest Validation failed!",
274
220
  "plugins.appstudio.validationSucceedNotice": "Manifest Validation succeed!",
275
- "plugins.appstudio.buildFailedNotice": "Teams Package build failed!",
221
+ "plugins.appstudio.validateManifest.progressBar.message": "Validating manifest...",
222
+ "plugins.appstudio.validateAppPackage.progressBar.message": "Validating app package...",
276
223
  "plugins.appstudio.adminApprovalTip": "Successfully created %s app package file at %s. Send this to your administrator for approval.",
277
224
  "plugins.appstudio.adminPortal": "Go to admin portal",
278
225
  "plugins.appstudio.publishSucceedNotice": "[%s] successfully published to the admin portal. Once approved, your app will be available for your organization. [Learn more](%s)",
279
- "plugins.appstudio.publishSucceedNotice.cli": "[%s] successfully published to the admin portal(%s). Once approved, your app will be available for your organization. Learn more from %s.",
280
- "plugins.appstudio.updatePublishedAppNotice": "The app %s has already been submitted to tenant App Catalog.\nStatus: %s\n",
281
- "plugins.appstudio.lastModifiedTip": "Last Modified: %s\n",
226
+ "plugins.appstudio.publishSucceedNotice.cli": "[%s] has been successfully published to the Admin Portal (%s). Once approved, your app will be available for your organization. Learn more from %s.",
282
227
  "plugins.appstudio.updatePublihsedAppConfirm": "Do you want to submit a new update?",
283
228
  "plugins.appstudio.teamsAppCreatedNotice": "Teams app created %s",
284
229
  "plugins.appstudio.teamsAppUpdatedLog": "Teams app updated %s",
285
230
  "plugins.appstudio.teamsAppUpdatedNotice": "Your Teams application manifest has been successfully deployed. Click \"View in Developer Portal\" to view your application in Teams Developer Portal.",
286
231
  "plugins.appstudio.teamsAppUpdatedCLINotice": "Your Teams application manifest has been successfully deployed to ",
287
- "plugins.appstudio.relativePathTip": "%s should be a relative path, URL is not supported",
288
232
  "plugins.appstudio.updateManifestTip": "The manifest file configurations has been modified already. Do you want to continue to regenerate the manifest file and update to Teams platform?",
289
233
  "plugins.appstudio.updateOverwriteTip": "The manifest file on Teams platform has been changed since your last update. Do you want to continue to update and overwrite the manifest file on Teams platform?",
290
234
  "plugins.appstudio.provisionTip": "You must run 'Provision in the cloud' first to fill out certain fields in manifest. Click Get Help to learn more about why you need to provision.",
291
235
  "plugins.appstudio.provisionTitle": "Provision Teams app",
292
236
  "plugins.appstudio.provisionProgress": "Registering Teams app %s...",
293
237
  "plugins.appstudio.postProvisionProgress": "Updating Teams app %s...",
294
- "plugins.appstudio.publishProgressValidate": "Validating manifest file",
295
- "plugins.appstudio.publishProgressUpdate": "Updating app definition for app %s in Developer Portal",
296
- "plugins.appstudio.publishProgressBuild": "Building Teams app package in %s.",
297
- "plugins.appstudio.publishProgressPublish": "Publishing %s",
298
238
  "plugins.appstudio.dataRequired": "Data required: %s.",
299
239
  "plugins.appstudio.manuallySubmitTip": "Manually submit Teams app package file",
300
240
  "plugins.appstudio.manuallySubmitDescription": "Build the Teams app package. You will need to send it to your Teams administrator manually",
@@ -332,30 +272,6 @@
332
272
  "plugins.bot.triggers.timer-functions.description": "Azure Functions",
333
273
  "plugins.bot.triggers.timer-functions.detail": "A running function hosted on Azure Functions can respond based on a specific schedule.",
334
274
  "plugins.bot.triggers.timer-functions.label": "Timer Trigger",
335
- "plugins.function.recoverTeamsFxConfigFilesTip": "If you manually updated configuration files (under directory .%s), recover them.",
336
- "plugins.function.recreateProject": "If you can not recover configuration files, create a new project.",
337
- "plugins.function.checkNetwork": "Check your network connection.",
338
- "plugins.function.retryRequest": "Retry the command after network connection is restored.",
339
- "plugins.function.chooseAnotherCompose": "Create a project with another template.",
340
- "plugins.function.checkDiskLock": "Check log to see whether there is a file locked by some process.",
341
- "plugins.function.checkPathAccess": "Check log to see whether target path exists and you have write access to it.",
342
- "plugins.function.checkSubscriptionId": "Check whether you choose the correct Azure subscription.",
343
- "plugins.function.checkCredit": "Check Azure subscription credit.",
344
- "plugins.function.checkLog": "Read log for more information.",
345
- "plugins.function.recreateStorageAccount": "Remove your Azure Storage account instance and re-run provision.",
346
- "plugins.function.checkPackageJson": "Check that package.json is valid.",
347
- "plugins.function.checkCredential": "Check that you have logged in to Azure with the correct account.",
348
- "plugins.function.doFullDeploy": "Remove folder %s.",
349
- "plugins.function.doProvision": "Run 'Provision'.",
350
- "plugins.function.retryRequestForZip": "If the template zip file was broken, retry the command to download a new one.",
351
- "plugins.function.checkFunctionExtVersion": "Check function extension version and %s.",
352
- "plugins.dotnet.restoreEnvironment": "If you manually updated configuration files (under directory %s), recover them.",
353
- "plugins.dotnet.checkFsPermissions": "Check if you have Read/Write permissions to your file system.",
354
- "plugins.dotnet.checkNetwork": "Check your network connection.",
355
- "plugins.dotnet.reDeploy": "Run 'Deploy' command again.",
356
- "plugins.dotnet.reProvision": "Run 'Provision' command again.",
357
- "plugins.dotnet.doProvision": "Run 'Provision Resource' before this command.",
358
- "plugins.dotnet.checkLog": "Check log for more information.",
359
275
  "plugins.sql.getQuestionAdminName.title": "Azure SQL server admin username",
360
276
  "plugins.sql.getQuestionAdminName.validation.sqlUserNameEmpty": "Azure SQL server admin username cannot be empty",
361
277
  "plugins.sql.getQuestionAdminName.validation.sqlUserNameContainsSqlIdentifier": "Azure SQL server admin username cannot be empty",
@@ -379,12 +295,11 @@
379
295
  "plugins.cicd.ProgressBar.scaffold.title": "Scaffolding workflow automation files",
380
296
  "plugins.cicd.ProgressBar.scaffold.detail": "Scaffolding workflow file for %s.",
381
297
  "plugins.cicd.result.scaffold.created": "Workflow automation - including %s using %s for %s environment - has been successfully added to your project. Follow the instructions in README file to configure your workflow(s).",
382
- "plugins.cicd.result.scaffold.skipped": "You have already created template(s) of %s using %s for %s environment, please customize it or remove it to create a new one.",
383
- "plugins.cicd.suggestions.checkPermission": "Please check if you got sufficient permission.",
298
+ "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.",
299
+ "plugins.cicd.suggestions.checkPermission": "Check if you got sufficient permission.",
384
300
  "plugins.cicd.suggestions.createProjectOrOpenExisting": "You can create a new project or open an existing one.",
385
- "error.cicd.FailedToListMultiEnv": "Failed to list multi env: %s.",
301
+ "error.cicd.FailedToListMultiEnv": "Unable to list multi env: %s.",
386
302
  "error.cicd.PreconditionNotMet": "Some preconditions of inputs are not met.",
387
- "error.cicd.NoProjectOpened.details": "No project opened.",
388
303
  "plugins.apiConnector.getQuestionApiName.title": "Enter a friendly name for your API.",
389
304
  "plugins.apiConnector.getQuestionApiName.placeholder": "API alias will be used to generate app setting names.",
390
305
  "plugins.apiConnector.getQuestionEndpoint.title": "Enter an API endpoint for debugging.",
@@ -400,9 +315,7 @@
400
315
  "plugins.apiConnector.whichAuthType.title": "Select an API authentication type.",
401
316
  "plugins.apiConnector.whichAuthType.placeholder": "We will generate sample code based on your selection.",
402
317
  "plugins.apiConnector.reuseAppOption.title": "Reuse app registration in current Teams app",
403
- "plugins.apiConnector.reuseAppOption.placeholder": "Use the AAD app registration created for current Teams app.",
404
318
  "plugins.apiConnector.anotherAppOption.title": "Use another app registration",
405
- "plugins.apiConnector.anotherAppOption.placeholder": "Provide information for your AAD app registration.",
406
319
  "plugins.apiConnector.requestHeaderOption.title": "Request header",
407
320
  "plugins.apiConnector.queryParamsOption.title": "Query parameter",
408
321
  "plugins.apiConnector.appTenantId.title": "Enter an AAD tenant id.",
@@ -410,18 +323,12 @@
410
323
  "plugins.apiConnector.appId.title": "Enter an AAD application id (client id).",
411
324
  "plugins.apiConnector.appId.placeholder": "AAD application id (client id) will be added to local app setting.",
412
325
  "plugins.apiConnector.botOption.title": "Notification / Command & Response",
413
- "plugins.apiConnector.functionOption.title": "Azure Function App",
326
+ "plugins.apiConnector.functionOption.title": "Azure Functions App",
414
327
  "plugins.apiConnector.BasicAuthOption.detail": "Use username and password to authentication requests",
415
328
  "plugins.apiConnector.CertAuthOption.detail": "Use certificate to authenticate requests",
416
329
  "plugins.apiConnector.AADAuthOption.detail": "Use access token issued by Azure Active Directory to authenticate requests",
417
330
  "plugins.apiConnector.APIKeyOption.detail": "Use API Key to authenticate requests",
418
331
  "plugins.apiConnector.ImplementMyselfOption.detail": "Use customized logic to authenticate requests",
419
- "plugins.apiConnector.errorMessage.ApiConnectorPathNotExistError": "Path %s not exists. Select a valid folder.",
420
- "plugins.apiConnector.errorMessage.ApiConnectorCreateFileFail": "Failed to create %s",
421
- "plugins.apiConnector.errorMessage.NoActivePluginsExistError": "Please create an active resource first.",
422
- "plugins.apiConnector.errorMessage.NoBotOrFunctionExistError": "Please create bot or function resource first.",
423
- "plugins.apiConnector.errorMessage.InvalidProjectError": "Please select a valid TeamsFx project",
424
- "plugins.apiConnector.errorMessage.ApiConnectorFunctionRouteError": "Failed to route function call: %s",
425
332
  "plugins.apiConnector.questionComponentSelect.emptySelection": "You have to select at least one component.",
426
333
  "plugins.apiConnector.QuestionAppName.validation.ApiNameExist": "Please provide a different API name to avoid conflicts with existing file %s",
427
334
  "plugins.apiConnector.QuestionAppName.validation.ApiNameAlphanumeric": "Please provide a different API name contains alphanumeric only",
@@ -429,191 +336,125 @@
429
336
  "plugins.apiConnector.Question.validation.EmptyValue": "The value should not be empty",
430
337
  "plugins.apiConnector.Question.validation.NotGuid": "The value should be guid",
431
338
  "plugins.apiConnector.QuestionApiEndpoint.validation.NotHttp": "The API endpoint should be a valid http(s) url",
432
- "plugins.apiConnector.Notification.GenerateFiles": "We have generated sample code to call your API at %s. Please open the file(s) and follow the instructions in it to start invoking your APIs.",
339
+ "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.",
433
340
  "plugins.apiConnector.Notification.LinkNotification": "You can visit %s to understand how to call your API with TeamsFx SDK.",
434
341
  "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",
435
- "error.rgCheckBaseError": "Failed to check the existence of resource group '%s' in subscription '%'",
436
- "error.rgUnauthorizedError": "Unauthorized to check the existence of resource group '%s' in subscription '%s'. Please check your Azure subscription.",
342
+ "error.rgCheckBaseError": "Unable to check the existence of resource group '%s' in subscription '%'",
343
+ "error.rgUnauthorizedError": "Unauthorized to check the existence of resource group '%s' in subscription '%s'. Check your Azure subscription.",
437
344
  "error.ProjectFolderExistError": "Path %s already exists. Select a different folder.",
438
- "error.PathNotExistError": "Path does not exist: %s",
439
- "error.ProjectFolderInvalidError": "Path %s is invalid, please set valid root folder in user settings(Use absolute directory or relative directory start with \\${homeDir} ).",
345
+ "error.ProjectFolderInvalidError": "Path %s is invalid, set valid root folder in user settings(Use absolute directory or relative directory start with \\${homeDir} ).",
440
346
  "error.NoProjectOpenedError": "No project opened, you can create a new project or open an existing one.",
441
- "error.InitializedFileExistError": "Initialized file(s) %s already exist, please clean up and try again.",
442
- "error.InvalidProjectError": "The command only works for project created by Teams Toolkit. %s",
347
+ "error.InitializedFileExistError": "Initialized file(s) %s already exist, clean up and try again.",
443
348
  "error.InvalidProjectSettingsFileError": "The projectSettings.json file is invalid: %s.",
444
- "error.FetchSampleError": "Failed to get data from remote repository for %s.",
445
- "error.ProjectEnvNotExistError": "Environment %s not found. Make sure the config.%s.json file exist.",
446
- "error.DotEnvFileNotExistError": "Environment %s not found. Make sure the .env.%s file exist.",
349
+ "error.FetchSampleError": "Unable to get data from remote repository for %s.",
447
350
  "error.InvalidEnvNameError": "Environment name can only contain letters, digits, _ and -.",
448
- "error.UpgradeCanceledError": "If you don't want to upgrade your project, please install another version of Teams Toolkit (version <= 2.10.0).",
449
- "error.UpgradeV3CanceledError": "If you don't want to upgrade your project, please install another version of Teams Toolkit in %s based on the project version %s.",
450
- "error.ConsolidateCanceledError": "If you don't want to upgrade your project, please install another version of Teams Toolkit (version <= 3.7.0).",
451
- "error.OperationNotSupportedForExistingAppError": "Operation is not supported for existing app: %s.",
351
+ "error.UpgradeCanceledError": "If you don't want to upgrade your project, install another version of Teams Toolkit (version <= 2.10.0).",
352
+ "error.UpgradeV3CanceledError": "If you are not ready to upgrade, please continue to use the old version of Teams Toolkit",
353
+ "error.ConsolidateCanceledError": "If you don't want to upgrade your project, install another version of Teams Toolkit (version <= 3.7.0).",
452
354
  "error.OperationNotPermittedError": "Operation is not permitted: %s",
453
- "error.InvalidInputError": "Failed to update context: %s",
355
+ "error.InvalidInputError": "Unable to update context: %s",
454
356
  "error.ContextUpgradeError": "Invalid inputs: %s",
455
- "error.InvalidStateError": "Plugin %s's state(%s) is invalid",
456
357
  "error.ProjectSettingsUndefinedError": "Project settings is undefined",
457
358
  "error.MultipleEnvNotEnabledError": "MultipleEnv feature is not enabled",
458
359
  "error.PluginHasNoTaskImpl": "Plugin %s has not implemented method: %s",
459
- "error.FunctionRouterError": "Failed to route function call: %s",
360
+ "error.FunctionRouterError": "Unable to route function call: %s",
460
361
  "error.ProjectEnvAlreadyExistError": "Project environment %s already exists.",
461
362
  "error.TaskNotSupportError": "Operation is not supported: %s.",
462
363
  "error.InvalidEnvConfigError": "The configuration %s is invalid, details: %s.",
463
364
  "error.NonExistEnvNameError": "Can not find environment %s.",
464
- "error.FailedToGetAzureCredential": "Failed to get azure credential",
465
365
  "error.ModifiedSecretError": "The secret file has been changed.",
466
- "error.LoadSolutionError": "Failed to load solution",
366
+ "error.LoadSolutionError": "Unable to load solution",
467
367
  "error.NotImplementedError": "Method not implemented: %s",
468
- "error.ObjectIsUndefinedError": "Object %s is undefined, which is not expected",
469
- "error.LoadPluginError": "Failed to load plugin",
368
+ "error.LoadPluginError": "Unable to load plugin",
470
369
  "error.SPFxConfigError": "Load SPFx config %s failed.",
471
370
  "error.ProjectSettingError": "Load project settings failed.",
472
371
  "error.SolutionConfigError": "Load solution context failed.",
473
- "error.FailedToParseResourceIdError": "Failed to get '%s' from resource id: '%s'",
474
- "error.M365AccountNotMatch": "The signed in Microsoft 365 account does not match the Microsoft 365 tenant in config file for '%s' environment. Please sign out and sign in with the correct Microsoft 365 account.",
475
- "error.MissingStep": "Step \"%s\" is required before %s. Run the required step first.",
372
+ "error.FailedToParseResourceIdError": "Unable to get '%s' from resource id: '%s'",
476
373
  "error.MissingSubscriptionInConfig": "Please provide the subscription id of the resource group (%s) in (%s)",
477
- "error.NoSubscriptionFound": "Failed to find a subscription.",
374
+ "error.NoSubscriptionFound": "Unable to find a subscription.",
478
375
  "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.",
479
- "error.ResourceGroupNotFound1": "Resource group '%s' does not exist, please specify an existing resource group.",
480
- "error.ResourceGroupNotFound2": "Resource group '%s' does not exist, please check your '%s' file.",
481
- "error.NoTeamsAppTenantId": "Cannot find Teams app tenant id",
482
- "error.FailedToCreateResourceGroup": "Failed to create resource group \"%s\": the resource group exists",
483
- "error.FailedToCreateResourceGroup2": "Failed to create resource group \"%s\" due to %s",
484
- "error.FailedToCreateResourceGroup3": "Failed to create resource group \"%s\"",
485
- "error.FailedToListResourceGroupLocation": "Failed to list resource group locations",
486
- "error.UnsupportedPlatformVS": "VS publish is not supposed to run on platform %s",
487
- "error.BicepGenerationError": "Failed to generate bicep file %s. Reason: %s",
376
+ "error.FailedToCreateResourceGroup": "Unable to create resource group \"%s\": the resource group exists",
377
+ "error.FailedToListResourceGroupLocation": "Unable to list resource group locations",
378
+ "error.BicepGenerationError": "Unable to generate Bicep file %s. Reason: %s",
488
379
  "error.LocalBotEndpointNotConfigured": "Local bot endpoint is not configured. Set \"bot.siteEndpoint\" in \".fx/configs/config.local.json\" and try again.",
489
- "error.InvalidLocalBotEndpointFormat": "Local bot endpoint format is invalid: %s.",
490
380
  "error.NgrokTunnelNotConnected": "Ngrok tunnel is not connected. Check your network settings and try again.",
491
- "error.VideoFilterAppNotRemoteSupported": "Video filter app in remote is not supported by Teams Toolkit. Please check the README.md file in project root folder.",
492
- "error.frontend.UnauthenticatedError": "Failed to get user login information.",
493
- "error.frontend.InvalidConfigError": "Get invalid %s.",
494
- "error.frontend.CheckResourceGroupError": "Failed to check resource group existence.",
495
- "error.frontend.NoResourceGroupError": "Failed to find resource group.",
496
- "error.frontend.CheckStorageError": "Failed to check Azure Storage Account availability.",
497
- "error.frontend.StaticWebsiteDisabledError": "Static website hosting feature is disabled for Azure Storage Account.",
498
- "error.frontend.InvalidStorageNameError": "Azure Storage Name is invalid.",
499
- "error.frontend.EnableStaticWebsiteError": "Failed to enable static website feature for Azure Storage Account.",
500
- "error.frontend.ClearStorageError": "Failed to clear Azure Storage Account.",
501
- "error.frontend.UploadToStorageError": "Failed to upload local path %s to Azure Storage Account.",
502
- "error.frontend.GetContainerError": "Failed to get container %s from Azure Storage Account.",
503
- "error.frontend.UnknownScaffoldError": "Failed to scaffold project causes unknown reason.",
504
- "error.frontend.TemplateZipFallbackError": "Failed to download zip package and open local zip package.",
505
- "error.frontend.UnzipTemplateError": "Failed to unzip template package.",
506
- "error.frontend.NoBuildPathError": "Failed to find '%s' folder.",
507
- "error.frontend.BuildError": "Failed to build Tab app.",
508
- "error.frontend.NpmInstallError": "Failed to run 'npm install' for Tab app.",
509
- "error.frontend.InvalidTabLanguageError": "The selected programming language yet is not supported by Tab.",
510
- "error.frontend.NotImplemented": "Not Implemented.",
511
- "error.frontend.UnhandledError": "Unhandled error.",
512
- "error.frontend.FailedSaveEnv": "Failed to save environment variables to %s. Your App may not work.",
513
- "error.frontend.FailedLoadEnv": "Failed to load environment variables from %s. Your App may not work.",
514
- "error.appstudio.executeUserTaskRouteFailed": "Failed to route function call: %s}",
515
- "error.appstudio.fileNotFoundError": "File %s not found.",
516
- "error.appstudio.teamsAppCreateFailed": "Failed to create Teams app in Developer Portal, due to %s",
517
- "error.appstudio.teamsAppUpdateFailed": "Failed to update Teams app with ID %s.",
518
- "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.",
519
- "_error.appstudio.apiFailed.comment": " This is to describe API call, not need to translate 'X-Correlation-ID'. ",
381
+ "error.VideoFilterAppNotRemoteSupported": "Video filter app in remote is not supported by Teams Toolkit. Check the README.md file in project root folder.",
382
+ "error.frontend.FailedSaveEnv": "Unable to save environment variables to %s. Your App may not work.",
383
+ "error.frontend.FailedLoadEnv": "Unable to load environment variables from %s. Your App may not work.",
384
+ "error.appstudio.teamsAppCreateFailed": "Unable to create Teams app in Developer Portal, due to %s",
385
+ "error.appstudio.teamsAppUpdateFailed": "Unable to update Teams app with ID %s.",
386
+ "error.appstudio.apiFailed": "API call to Developer Portal failed. Check [output window](command:fx-extension.showOutputChannel) for details.",
387
+ "_error.appstudio.apiFailed.comment": " This is to describe API call, no need to translate '(command:fx-extension.showOutputChannel)'. ",
520
388
  "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.",
521
- "_error.appstudio.apiFailed.telemetry.comment": " This is to describe API call, not need to translate 'X-Correlation-ID'.",
389
+ "_error.appstudio.apiFailed.telemetry.comment": " This is to describe API call, no need to translate 'X-Correlation-ID'.",
522
390
  "error.appstudio.authServiceApiFailed": "API call to Developer Portal failed: %s, %s, Request path: %s",
523
- "error.appstudio.noAppStudioToken": "Failed to get app studio token.",
524
- "error.appstudio.getLocalConfigFailed": "Missing configuration data for manifest. You may need to run 'debug' first. %s",
525
- "error.appstudio.getRemoteConfigFailed": "Missing configuration data for manifest. %s",
526
- "error.appstudio.publishFailed": "Failed to publish Teams app with ID %s.",
391
+ "error.appstudio.publishFailed": "Unable to publish Teams app with ID %s.",
527
392
  "error.appstudio.buildError": "Teams Package built failed!",
528
393
  "error.appstudio.checkPermissionFailed": "Check permission failed. Reason: %s",
529
394
  "error.appstudio.grantPermissionFailed": "Grant permission failed. Reason: %s",
530
395
  "error.appstudio.listCollaboratorFailed": "List collaborator failed. Reason: %s",
531
- "error.appstudio.updateManifestCancelled": "Update manifest with app %s has been cancelled.",
532
396
  "error.appstudio.updateManifestInvalidApp": "Cannot find teams app with id %s. You must run debug or provision first before updating manifest to Teams platform.",
533
397
  "error.appstudio.updateManifestFailed": "Update manifest failed. ",
534
398
  "error.appstudio.invalidCapability": "Invalid capability: %s",
535
399
  "error.appstudio.capabilityExceedLimit": "Cannot add capability %s, it reaches the limit.",
536
- "error.appstudio.staticTabNotExist": "Cannot find static tab with entity id %s, failed to update.",
537
- "error.appstudio.capabilityNotExist": "Capability %s does not exist in manifest, failed to update.",
538
- "error.appstudio.noEnvInfo": "Failed to get target environment name from plugin context.",
539
- "error.appstudio.noManifestError": "Could not find manifest file.",
400
+ "error.appstudio.staticTabNotExist": "Cannot find static tab with entity id %s, unable to update.",
401
+ "error.appstudio.capabilityNotExist": "Capability %s does not exist in manifest, unable to update.",
540
402
  "error.appstudio.noManifestId": "Invalid id found in manifest find.",
541
- "error.appstudio.validateFetchSchemaFailed": "Failed to get schema from %s, message: %s",
403
+ "error.appstudio.validateFetchSchemaFailed": "Unable to get schema from %s, message: %s",
542
404
  "error.appstudio.validateSchemaNotDefined": "Manifest schema is not defined",
543
405
  "error.appstudio.publishInDevPortalSuggestionForValidationError": "Please try to generate package from \"Zip Teams app package\" and try again.",
544
- "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.",
545
- "error.appstudio.teamsAppCreateConflictWithPublishedApp": "A Teams app with that id already exists in your organization's app store. Please manually update the app id and try again.",
546
- "error.function.FunctionNameConflictError": "Function already exists, please choose another name.",
547
- "error.function.FetchConfigError": "Failed to find %s from configuration.",
548
- "error.function.ValidationError": "Invalid %s.",
549
- "error.function.TemplateZipNetworkError": "Failed to download zip package from %s.",
550
- "error.function.TemplateZipFallbackError": "Failed to download zip package and open local zip package.",
551
- "error.function.UnzipError": "Failed to unzip templates and write to disk.",
552
- "error.function.ConfigFunctionAppError": "Failed to retrieve or update function app settings.",
553
- "error.function.FunctionAppOpError": "Failed to execute '%s' on the function app.",
554
- "error.function.InstallTeamsFxBindingError": "Failed to install Azure Functions bindings.",
555
- "error.function.InstallNpmPackageError": "Failed to install npm packages.",
556
- "error.function.InitAzureSDKError": "Failed to initialize Azure SDK Client.",
557
- "error.function.ZipError": "Failed to generate zip package.",
558
- "error.function.PublishCredentialError": "Failed to retrieve publish credential.",
559
- "error.function.FindAppError": "Failed to find the function app.",
560
- "error.function.UploadZipError": "Failed to upload zip package.",
561
- "error.function.UnknownFallbackError": "Trigger fallback caused by unknown reason.",
562
- "error.generator.TemplateZipFallbackError": "Failed to download zip package and open local zip package.",
563
- "error.generator.FetchZipFromUrlError": "Failed to download zip package from %s.",
564
- "error.generator.FetchSampleUrlWithTagError": "Failed to get sample url with tag",
565
- "error.generator.UnzipError": "Failed to unzip templates and write to disk.",
566
- "error.generator.MissKeyError": "Failed to find key %s",
567
- "error.sql.GetDetail": "Get the detailed error message in output.",
406
+ "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.",
407
+ "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.",
408
+ "error.appstudio.NotAllowedToAcquireBotFrameworkToken": "The current account is not allowed to acquire botframework token.",
409
+ "_error.appstudio.NotAllowedToAcquireBotFrameworkToken.comment": "This is to describe API call, no need to translate 'botframework'.",
410
+ "error.appstudio.BotProvisionReturnsForbiddenResult": "Botframework provisioning returns forbidden result from attempting to create bot registration.",
411
+ "_error.appstudio.BotProvisionReturnsForbiddenResult.comment": "This is to describe API call, no need to translate 'Botframework'.",
412
+ "error.appstudio.BotProvisionReturnsConflictResult": "Botframework provisioning returns conflict result from attempting to create bot registration.",
413
+ "_error.appstudio.BotProvisionReturnsConflictResult.comment": "This is to describe API call, no need to translate 'Botframework'.",
414
+ "error.function.FindAppError": "Unable to find the function app.",
415
+ "error.generator.TemplateZipFallbackError": "Unable to download zip package and open local zip package.",
416
+ "error.generator.FetchZipFromUrlError": "Unable to download zip package from %s.",
417
+ "error.generator.UnzipError": "Unable to unzip templates and write to disk.",
418
+ "error.generator.MissKeyError": "Unable to find key %s",
419
+ "error.sql.GetDetail": "Get the detailed error message in [output](command:fx-extension.showOutputChannel).",
568
420
  "error.sql.LinkHelpMessage": "You can follow %s to handle it.",
569
421
  "error.sql.SqlInputError": "SQL admin name or password is empty",
570
- "error.sql.SqlAskInputError": "Failed to get answer for SQL questions",
422
+ "error.sql.SqlAskInputError": "Unable to get answer for SQL questions",
571
423
  "error.sql.SqlEndpointError": "SQL Server %s is invalid.",
572
- "error.sql.DatabaseUserCreateError": "Failed to create user '%s' in database %s",
573
- "error.sql.SqlAddAdminError": "Failed to add AAD admin '%s'. %s",
574
- "error.sql.SqlLocalFirwallError": "Failed to add local firewall for '%s'. %s",
575
- "error.sql.SqlDeleteLocalFirwallError": "Failed to delete local firewall for '%s'. Delete '%s' manually. %s",
576
- "error.sql.SqlUserInfoError": "Failed to get login user info.",
577
- "error.sql.SqlGetConfigError": "Failed to get config value of '%s' from '%s'.",
424
+ "error.sql.DatabaseUserCreateError": "Unable to create user '%s' in database %s",
425
+ "error.sql.SqlAddAdminError": "Unable to add AAD admin '%s'. %s",
426
+ "error.sql.SqlLocalFirwallError": "Unable to add local firewall for '%s'. %s",
427
+ "error.sql.SqlDeleteLocalFirwallError": "Unable to delete local firewall for '%s'. Delete '%s' manually. %s",
428
+ "error.sql.SqlUserInfoError": "Unable to get login user info.",
429
+ "error.sql.SqlGetConfigError": "Unable to get config value of '%s' from '%s'.",
578
430
  "error.sql.SqlInvalidConfigError": "The config value of '%s' is invalid for %s.",
579
- "error.sql.SqlCheckError": "Failed to check SQL Server '%s'. %s",
580
- "error.sql.SqlCheckAdminError": "Failed to check AAD admin '%s'. %s",
431
+ "error.sql.SqlCheckError": "Unable to check SQL Server '%s'. %s",
432
+ "error.sql.SqlCheckAdminError": "Unable to check AAD admin '%s'. %s",
581
433
  "error.sql.IdentityCredentialUndefine": "Cannot access database to add managed identity user %s. Please add the user for database %s manually",
582
434
  "error.sql.ServicePrincipalWarning": "service principal admin in azure sql can't add database user <%s>. You can add the user for %s manually",
583
435
  "error.sql.DomainError": "Conditional Access policy requires a compliant device, and the device is not compliant. %s",
584
436
  "error.sql.GuestAdminError": "SQL admin does not have enough permission to add database user. %s",
585
- "error.dotnet.FileIOError": "Failed to read/write %s.",
586
- "error.dotnet.UploadZipError": "Failed to upload zip package.",
587
- "error.dotnet.PublishCredentialError": "Failed to retrieve publish credential.",
588
- "error.dotnet.ZipError": "Failed to generate zip package.",
589
- "error.dotnet.BuildError": "Failed to build Dotnet project.",
590
- "error.dotnet.ProjectPathError": "Failed to find target project %s.",
591
- "error.dotnet.FetchConfigError": "Failed to find %s from configuration",
592
- "error.dotnet.NoProjectSettingError": "Failed to load project setting",
593
- "error.dotnet.UnhandledError": "Unhandled error.",
594
- "error.apiConnector.SampleCodeCreateFailError": "Failed to scaffold API connection samples. Reason: %s",
595
- "error.apiConnector.ScaffoldApiFilesError": "Failed to scaffold connect API files, Reason: %s",
596
- "error.apiConnector.ApiConnectorInputError": "Api connector input %s is invalid",
437
+ "error.apiConnector.SampleCodeCreateFailError": "Unable to scaffold API connection samples. Reason: %s",
438
+ "error.apiConnector.ScaffoldApiFilesError": "Unable to scaffold connect API files, Reason: %s",
439
+ "error.apiConnector.ApiConnectorInputError": "API connector input %s is invalid",
597
440
  "error.apiConnector.ApiConnectorPathNotExistError": "Path %s not exists. Select a valid folder.",
598
- "error.apiConnector.ApiConnectorCreateFileFail": "Failed to create %s",
441
+ "error.apiConnector.ApiConnectorCreateFileFail": "Unable to create %s",
599
442
  "error.apiConnector.NoActivePluginsExistError": "Please create active resource first.",
600
443
  "error.apiConnector.NoBotOrFunctionExistError": "Please create bot or function resource first.",
601
- "error.apiConnector.InvalidProjectError": "Please select a valid TeamsFx project",
602
- "error.apiConnector.ApiConnectorFunctionRouteError": "Failed to route function call: %s",
444
+ "error.apiConnector.ApiConnectorFunctionRouteError": "Unable to route function call: %s",
603
445
  "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.",
604
446
  "error.apiConnector.pkgFileNotExistError": "In %s project, there is no package.json exist",
605
447
  "error.apiConnector.componentNotExistError": "Component %s not exist, please add first",
606
448
  "error.apiConnector.envVarExistError": "Please provide a different API name to avoid conflicts with existing env variables %s in .env.teamsfx.local",
607
- "error.debugHandler.AppManifestPackageNotExistError": "manifestPackagePath %s does not exist.",
608
449
  "error.debugHandler.InvalidAppManifestPackageFileFormatError": "manifestPackagePath must be .zip file path.",
609
450
  "error.debugHandler.InvalidExistingAADArgsError": "objectId, clientId and clientSecret are all required if you use existing AAD app for SSO.",
610
451
  "error.debugHandler.InvalidExistingBotArgsError": "botId and botPassword need to be set together if you use existing bot.",
611
452
  "error.debugHandler.DebugArgumentEmptyError": "Debug argument '%s' is empty.",
612
453
  "error.debugHandler.InvalidTabBaseUrlError": "baseUrl must be a valid https url.",
454
+ "error.m365.M365TitleNotAcquiredError": "Microsoft 365 title is not acquired yet, please use m365Title/acquire action to acquire Microsoft 365 title.",
613
455
  "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.",
614
456
  "core.QuestionAppName.validation.maxlength": "Application name is longer than the maximum length of 30.",
615
457
  "core.QuestionAppName.validation.pathExist": "Path exists: %s. Select a different application name.",
616
- "core.ProgrammingLanguageQuestion.title": "Programming Language",
617
458
  "core.ProgrammingLanguageQuestion.placeholder": "Select a programming language.",
618
459
  "core.ProgrammingLanguageQuestion.placeholder.spfx": "SPFx is currently supporting TypeScript only.",
619
460
  "core.option.tutorial": "Open tutorial",
@@ -636,20 +477,12 @@
636
477
  "core.MessageExtensionOption.detail": "Hello world message extension allowing interactions via buttons and forms",
637
478
  "core.NotificationOption.label": "Notification bot",
638
479
  "core.NotificationOption.detail": "Send notification to Microsoft Teams via various triggers",
639
- "core.NotificationOption.label.abTest": "Post messages to Teams",
640
- "core.NotificationOption.detail.abTest": "Post messages to Microsoft Teams chat based on a schedule or HTTP request",
641
480
  "core.Option.recommend": "Recommended",
642
481
  "core.Option.preview": "Preview",
643
482
  "core.CommandAndResponseOption.label": "Command bot",
644
483
  "core.CommandAndResponseOption.detail": "Respond to simple commands in Microsoft Teams chat",
645
- "core.CommandAndResponseOption.label.abTest": "Respond to app mentions and commands",
646
- "core.CommandAndResponseOption.detail.abTest": "Respond to simple app mentions and commands in Microsoft Teams chat",
647
484
  "core.WorkflowOption.label": "Workflow bot",
648
485
  "core.WorkflowOption.detail": "Automate repetitive workflows for common business processes in Microsoft Teams chat",
649
- "core.WorkflowOption.label.abTest": "Initiate sequential workflows",
650
- "core.WorkflowOption.detail.abTest": "Automate repetitive workflows for common business processes in Microsoft Teams chat",
651
- "core.DashboardOption.label.abTest": "Embed a dashboard canvas in Teams",
652
- "core.DashboardOption.detail.abTest": "Embed a canvas containing multiple cards that provide an overview of data or content in Microsoft Teams",
653
486
  "core.ExistingTabOption.label": "Embed existing web app",
654
487
  "core.ExistingTabOption.detail": "Bring your own static webpages and embed in Microsoft Teams",
655
488
  "core.ExistingTabEndpointQuestion.placeholder": "Input your existing tab endpoint",
@@ -659,7 +492,7 @@
659
492
  "core.TabSPFxOption.labelNew": "SPFx tab",
660
493
  "core.TabSPFxOption.description": "Client-side app with SharePoint Framework",
661
494
  "core.TabSPFxOption.detail": "Auto-hosted SPFx web part tightly integrated with Microsoft Teams",
662
- "core.TabSPFxOption.detailNew": "Teams-aware webpages with SharePoint Framework embedded in Microsoft Teams",
495
+ "core.TabSPFxOption.detailNew": "SPFx components hosted in Microsoft 365 and embeded in Microsoft Teams",
663
496
  "core.TabSso.description": "Single Sign On for Tab",
664
497
  "core.TabSso.detail": "Enable Single Sign On in your Teams Tab app",
665
498
  "core.BotSso.description": "Single Sign On for Bot",
@@ -668,28 +501,20 @@
668
501
  "core.TabNonSso.detail": "Hello world webpages embedded in Microsoft Teams",
669
502
  "core.addCapabilityQuestion.title": "Choose Capabilities",
670
503
  "core.addCapabilityQuestion.titleNew": "Capabilities",
671
- "core.addCapabilityQuestion.notificationCommandAndResponseConflict": "Notification and Command and Response capabilities are in conflict",
672
504
  "core.addFeatureQuestion.title": "Add features",
673
505
  "core.createCapabilityQuestion.title": "Select capabilities",
674
506
  "core.createCapabilityQuestion.titleNew": "Capabilities",
675
507
  "core.createCapabilityQuestion.placeholder": "Select a capability",
676
- "core.createCapabilityQuestion.single.title": "Capability",
677
- "core.createCapabilityQuestion.single.placeholder": "Select an option",
678
508
  "core.capability.validation": "Invalid capability combinations: %s, option sets: %s are mutually exclusive",
679
- "core.capability.validation.spfx": "Add SPFx Tab is only permitted for minimal app",
680
- "core.createCapabilityQuestion.validation1": "Teams Toolkit offers only the Tab capability in a Teams app with Visual Studio Code and SharePoint Framework. The Bot and Message extension capabilities are not available",
681
- "core.createCapabilityQuestion.botNotificationConflict": "Bot and Notification capabilities are in conflict",
682
- "core.createCapabilityQuestion.botCommandAndResponseConflict": "Bot and Command and Response capabilities are in conflict",
683
- "core.createCapabilityQuestion.notificationCommandAndResponseConflict": "Notification and Command and Response capabilities are in conflict",
684
- "core.createCapabilityQuestion.meNotificationConflict": "Message Extension and Notification capabilities are in conflict",
685
- "core.createCapabilityQuestion.meCommandAndResponseConflict": "Message Extension and Command and Response capabilities are in conflict",
509
+ "core.spfxFolder.title": "SPFx solution folder",
510
+ "core.spfxFolder.placeholder": "Select the folder that contains your SPFx solution",
686
511
  "core.QuestionSelectTargetEnvironment.title": "Select an environment",
687
512
  "core.getQuestionNewTargetEnvironmentName.title": "New environment name",
688
513
  "core.getQuestionNewTargetEnvironmentName.placeholder": "New environment name",
689
514
  "core.getQuestionNewTargetEnvironmentName.validation1": "Environment name can only contain letters, digits, _ and -.",
690
515
  "core.getQuestionNewTargetEnvironmentName.validation2": "The length of environment config path will exceed the limitation of Windows.",
691
516
  "core.getQuestionNewTargetEnvironmentName.validation3": "Cannot create an environment '%s'",
692
- "core.getQuestionNewTargetEnvironmentName.validation4": "Failed to list env configs",
517
+ "core.getQuestionNewTargetEnvironmentName.validation4": "Unable to list env configs",
693
518
  "core.getQuestionNewTargetEnvironmentName.validation5": "Project environment %s already exists.",
694
519
  "core.QuestionSelectSourceEnvironment.title": "Select an environment to create copy",
695
520
  "core.QuestionSelectResourceGroup.title": "Select a resource group",
@@ -697,14 +522,12 @@
697
522
  "core.QuestionNewResourceGroupName.title": "New resource group name",
698
523
  "core.QuestionNewResourceGroupName.validation": "The name can only contain alphanumeric characters or the symbols ._-()",
699
524
  "core.QuestionNewResourceGroupLocation.title": "Location for the new resource group",
700
- "core.question.appPackageForPublishInDeveloperPortal.title": "Teams App Package",
701
- "core.question.appPackageForPublishInDeveloperPortal.placeholder": "Select your Teams app package",
702
525
  "core.question.workspaceFolder.title": "Workspace folder",
703
526
  "core.question.workspaceFolder.placeholder": "Select the folder that will contain your project root folder",
704
- "core.ScratchOptionYesVSC.label": "Create a new Teams app",
527
+ "core.ScratchOptionYesVSC.label": "Create a new app",
705
528
  "core.ScratchOptionYesVSC.officeAddin.label": "Start with a Teams capability",
706
529
  "core.ScratchOptionYesVSC.detail": "Use the Teams Toolkit to create a new Teams application.",
707
- "core.ScratchOptionYes.label": "Create a new Teams app",
530
+ "core.ScratchOptionYes.label": "Create a new app",
708
531
  "core.ScratchOptionYes.detail": "Use the Teams Toolkit to create a new Teams application.",
709
532
  "core.ScratchOptionNoVSC.label": "Start from a sample",
710
533
  "core.ScratchOptionNoVSC.detail": "Use an existing sample as a starting point for your new application.",
@@ -712,7 +535,7 @@
712
535
  "core.ScratchOptionNo.detail": "Use an existing sample as a starting point for your new application.",
713
536
  "core.RuntimeOptionNodeJS.detail": "A fast JavaScript server runtime",
714
537
  "core.RuntimeOptionDotNet.detail": "Free. Cross-platform. Open Source.",
715
- "core.getCreateNewOrFromSampleQuestion.title": "Teams Toolkit: Create a new Teams app",
538
+ "core.getCreateNewOrFromSampleQuestion.title": "Teams Toolkit: Create a New App",
716
539
  "core.getRuntimeQuestion.title": "Teams Toolkit: select runtime for your app",
717
540
  "core.getCreateNewOrFromSampleQuestion.placeholder": "Select an option",
718
541
  "core.getRuntimeQuestion.placeholder": "Select a runtime",
@@ -721,24 +544,31 @@
721
544
  "core.SampleSelect.buttons.viewSamples": "View samples",
722
545
  "core.HostTypeOptionAzure.label": "Azure",
723
546
  "core.HostTypeOptionSPFx.label": "SharePoint Framework (SPFx)",
724
- "core.updateBotIdsQuestion.title": "We will create a new bot for you to get started with Teams Toolkit",
725
- "core.updateBotIdsQuestion.placeholder": "Unselect to keep with the original one.",
726
- "core.updateContentUrlQuestion.title": "We will update the content url of following tab(s) for you to get started with Teams Toolkit",
727
- "core.updateWebsiteUrlQuestion.title": "We will update the website url of following tab(s) for you to get started with Teams Toolkit",
728
- "core.updateContentUrlOption.description": "update the content url from %s to %s",
729
- "core.updateWebsiteUrlOption.description": "update the website url from %s to %s",
730
- "core.updateUrlQuestion.placeholder": "Unselect to keep with the original url",
547
+ "core.updateBotIdsQuestion.title": "Create new bot(s) for debugging",
548
+ "core.updateBotIdsQuestion.placeholder": "Unselect to keep with the original value of botId",
549
+ "_core.updateBotIdsQuestion.placeholder.comment": "'botId' is the field name which should not be localized.",
550
+ "core.updateBotIdForBot.description": "Update botId %s to \"${{BOT_ID}}\" in manifest.json",
551
+ "_core.updateBotIdForBot.description.comment": "'botId' and '${{BOT_ID}}' should not be localized. 'manifest.json' is the file name which should not be localized.",
552
+ "core.updateBotIdForMessageExtension.description": "Update botId %s to \"${{BOT_ID}}\" in manifest.json",
553
+ "_core.updateBotIdForMessageExtension.description.comment": "'botId' and '${{BOT_ID}}' should not be localized. 'manifest.json' is the file name which should not be localized.",
554
+ "core.updateBotIdForBot.label": "Bot",
555
+ "core.updateBotIdForMessageExtension.label": "Message extension",
556
+ "core.updateContentUrlQuestion.title": "Configure content URL(s) for debugging",
557
+ "core.updateWebsiteUrlQuestion.title": "Configure website URL(s) for debugging",
558
+ "core.updateContentUrlOption.description": "Update the content URL from %s to %s",
559
+ "core.updateWebsiteUrlOption.description": "Update the website URL from %s to %s",
560
+ "core.updateUrlQuestion.placeholder": "Unselect to keep with the original URL",
731
561
  "core.AzureResourceSQL.label": "Azure SQL Database",
732
- "core.AzureResourceSQL.description": "Azure Function App will be also selected to access Azure SQL Database",
562
+ "core.AzureResourceSQL.description": "Azure Functions App will be also selected to access Azure SQL Database",
733
563
  "core.AzureResourceSQLNewUI.label": "Azure SQL Database",
734
564
  "core.AzureResourceSQLNewUI.detail": "An always-up-to-date relational database service built for the cloud",
735
- "core.AzureResourceFunction.label": "Azure Function App",
565
+ "core.AzureResourceFunction.label": "Azure Functions App",
736
566
  "core.AzureResourceFunctionNewUI.label": "Azure Functions",
737
567
  "core.AzureResourceFunctionNewUI.detail": "A serverless, event-driven compute solution that allows you to write less code",
738
568
  "core.AzureResourceApim.label": "Register APIs in Azure API Management",
739
- "core.AzureResourceApim.description": "Azure Function App will be also selected to be published as an API",
569
+ "core.AzureResourceApim.description": "Azure Functions App will be also selected to be published as an API",
740
570
  "core.AzureResourceApimNewUI.label": "Azure API Management",
741
- "core.AzureResourceApimNewUI.detail": "A hybrid, multicloud management platform for APIs across all environments",
571
+ "core.AzureResourceApimNewUI.detail": "A hybrid, multi-cloud management platform for APIs across all environments",
742
572
  "core.AzureResourceKeyVault.label": "Azure Key Vault",
743
573
  "core.AzureResourceKeyVault.description": "Secure runtime application secrets with Azure Key Vault",
744
574
  "core.AzureResourceKeyVaultNewUI.label": "Azure Key Vault",
@@ -752,75 +582,97 @@
752
582
  "core.getUserEmailQuestion.title": "Add owner to Teams/AAD app for the account under the same Microsoft 365 tenant (email)",
753
583
  "core.getUserEmailQuestion.validation1": "Email address cannot be null or empty",
754
584
  "core.getUserEmailQuestion.validation2": "Please change [UserName] to the real user name",
755
- "core.collaboration.collaborationCommandQuestion.title": "Please select how you want to manage your collaboration",
756
- "core.collaboration.collaborationAppTypeQuestion.grantPermission.title": "Please select app type you want to grant permission for",
757
- "core.collaboration.collaborationAppTypeQuestion.listCollaborator.title": "Please select app type you want to list collaborator for",
758
- "core.collaboration.error.dotEnvFileNotExist": "Failed to find your .env File.",
759
- "core.collaboration.error.failedToLoadDotEnvFile": "Failed to load your .env File. Reason: %s",
760
- "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. Please correctly set the value with key '%s' in your .env file.",
587
+ "core.selectAadAppManifestQuestion.title": "Select Azure Active Directory manifest.json file",
588
+ "core.selectTeamsAppManifestQuestion.title": "Select Teams manifest.json file",
589
+ "core.selectTeamsAppPackageQuestion.title": "Select Teams app package file",
590
+ "core.selectLocalTeamsAppManifestQuestion.title": "Select local Teams manifest.json file",
591
+ "core.selectCollaborationAppTypeQuestion.title": "Select app you want to manage the collaborators",
592
+ "core.confirmManifestQuestion.placeholder": "Confirm manifest is correctly selected",
593
+ "core.aadAppQuestion.label": "Azure Active Directory app",
594
+ "core.aadAppQuestion.description": "Your Azure Active Directory app for Single Sign On",
595
+ "core.teamsAppQuestion.label": "Teams app",
596
+ "core.teamsAppQuestion.description": "Your Teams app",
761
597
  "core.M365SsoLaunchPageOptionItem.label": "SSO enabled personal tab",
762
- "core.M365SsoLaunchPageOptionItem.detail": "Identity aware webpages embedded in Microsoft Teams, Outlook and Office.com",
598
+ "core.M365SsoLaunchPageOptionItem.detail": "Identity aware webpages embedded in Microsoft Teams, Outlook and the Microsoft 365 app",
763
599
  "core.M365SearchAppOptionItem.label": "Search-based message extension",
764
600
  "core.M365SearchAppOptionItem.detail": "Insert search result when user composes messages in Microsoft Teams or emails in Outlook",
601
+ "core.M365HostQuestion.title": "Platform",
602
+ "core.M365HostQuestion.placeholder": "Select a platform to preview the app",
765
603
  "core.options.separator.scenario": "Scenario-based Teams apps",
766
604
  "core.options.separator.basic": "Basic Teams apps",
767
605
  "core.options.separator.resource": "Cloud resources",
768
606
  "core.options.separator.additional": "Additional features",
769
607
  "core.options.separator.m365": "Extended Teams apps across Microsoft 365",
770
- "core.options.separator.addin": "Office Add-ins",
608
+ "core.options.separator.addin": "Outlook add-ins",
609
+ "core.common.LifecycleComplete.provision": "Successfully executed %s/%s actions in provision stage.",
610
+ "core.common.LifecycleComplete.deploy": "Successfully executed %s/%s actions in deploy stage.",
611
+ "core.common.LifecycleComplete.publish": "Successfully executed %s/%s actions in publish stage.",
771
612
  "core.common.TeamsMobileDesktopClientName": "Teams desktop, mobile client id",
772
613
  "core.common.TeamsWebClientName": "Teams web client id",
773
- "core.common.OfficeDesktopClientName": "Office desktop client id",
774
- "core.common.OfficeWebClientName1": "Office.com client id 1",
775
- "core.common.OfficeWebClientName2": "Office.com client id 2",
614
+ "core.common.OfficeDesktopClientName": "The Microsoft 365 app for desktop client id",
615
+ "core.common.OfficeWebClientName1": "The Microsoft 365 app client id 1",
616
+ "core.common.OfficeWebClientName2": "The Microsoft 365 app client id 2",
776
617
  "core.common.OutlookDesktopClientName": "Outlook desktop client id",
777
618
  "core.common.OutlookWebClientName1": "Outlook web access client id 1",
778
619
  "core.common.OutlookWebClientName2": "Outlook web access client id 2",
779
620
  "core.NewOfficeAddinOptionVSC.label": "Start with an Outlook add-in",
780
- "core.NewOfficeAddinOptionVSC.detail": "Use the Teams Toolkit to create a new Office add-in application.",
781
- "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.",
782
- "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.",
783
- "error.aad.GetSkipAppConfigError": "Failed to get all necessary info. You need to set %s, %s, %s, %s under%s in %s.",
784
- "error.aad.CreateAppError": "Failed to create an app in Azure Active Directory.",
785
- "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).",
786
- "error.aad.CreateSecretError": "`Failed to create an application secret in Azure Active Directory.`",
787
- "error.aad.UpdateRedirectUriError": "Failed to update application redirect URI in Azure Active Directory.",
788
- "error.aad.UpdateAppIdUriError": "Failed to update Application ID URI in Azure Active Directory. %s",
789
- "error.aad.UpdatePermissionError": "Failed to update application permission in Azure Active Directory.",
621
+ "core.NewOfficeAddinOptionVSC.detail": "Use the Teams Toolkit to create a new Outlook add-in application.",
622
+ "core.importAddin.label": "Import an existing Outlook add-in (Preview on Windows)",
623
+ "core.importAddin.detail": "Import an existing Outlook add-in project to the latest app manifest schema and project structure",
624
+ "core.newTaskpaneAddin.label": "Outlook Taskpane add-in (Preview on Windows)",
625
+ "core.newTaskpaneAddin.detail": "A ribbon button and taskpane for use with Outlook",
626
+ "core.summary.actionDescription": "Action %s%s",
627
+ "core.summary.lifecycleDescription": "Lifecycle stage: %s(%s step(s) in total). The following actions will be executed: %s",
628
+ "core.summary.lifecycleNotExecuted": "%s Lifecycle stage %s was not executed.",
629
+ "core.summary.lifecycleSucceeded": "%s Lifecycle stage %s was executed successfully.",
630
+ "core.summary.lifecycleFailed": "%s Lifecycle stage %s failed.",
631
+ "core.summary.actionNotExecuted": "%s was not executed.",
632
+ "core.summary.actionFailed": "%s failed.",
633
+ "core.summary.actionSucceeded": "%s was executed successfully.",
634
+ "core.summary.createdEnvFile": "Environment file was created at",
635
+ "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.",
636
+ "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.",
637
+ "error.aad.GetSkipAppConfigError": "Unable to get all necessary info. You need to set %s, %s, %s, %s under%s in %s.",
638
+ "error.aad.CreateAppError": "Unable to create an app in Azure Active Directory.",
639
+ "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).",
640
+ "error.aad.CreateSecretError": "`Unable to create an application secret in Azure Active Directory.`",
641
+ "error.aad.UpdateRedirectUriError": "Unable to update application redirect URI in Azure Active Directory.",
642
+ "error.aad.UpdateAppIdUriError": "Unable to update Application ID URI in Azure Active Directory. %s",
643
+ "error.aad.UpdatePermissionError": "Unable to update application permission in Azure Active Directory.",
790
644
  "error.aad.AppIdUriInvalidError": "Invalid Application ID URI. Provision your application before continuing.",
791
645
  "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",
792
646
  "error.aad.InvalidSelectedPlugins": "Invalid selected plugins. %s",
793
- "error.aad.ParsePermissionError": "Failed to parse permission request.",
794
- "error.aad.UnhandledError": "Unhandled Error. ",
795
- "error.aad.UnknownPermissionName": "Failed to find resource: %s. %s",
796
- "error.aad.UnknownPermissionRole": "Failed to find role \"%s\" for resource \"%s\". %s",
797
- "error.aad.UnknownPermissionScope": "Failed to find scope \"%s\" for resource \"%s\". %s",
798
- "error.aad.GetTokenError": "Failed to get user login information for %s.",
799
- "error.aad.TenantNotExistError": "Failed to get tenant information from user login.",
647
+ "error.aad.ParsePermissionError": "Unable to parse permission request.",
648
+ "error.aad.UnknownPermissionName": "Unable to find resource: %s. %s",
649
+ "error.aad.UnknownPermissionRole": "Unable to find role \"%s\" for resource \"%s\". %s",
650
+ "error.aad.UnknownPermissionScope": "Unable to find scope \"%s\" for resource \"%s\". %s",
651
+ "error.aad.GetTokenError": "Unable to get user login information for %s.",
652
+ "error.aad.TenantNotExistError": "Unable to get tenant information from user login.",
800
653
  "error.aad.MissingPermissionsRequestProvider": "permissionRequestProvider is missing in plugin context",
801
- "error.aad.CheckPermissionError": "Failed to check permission.",
802
- "error.aad.GrantPermissionError": "%s: %s. Failed to grant permission.",
803
- "error.aad.ListCollaboratorError": "Failed to list collaborator.",
804
- "error.aad.AadManifestLoadError": "Failed to load manifest file from %s, due to %s",
654
+ "error.aad.CheckPermissionError": "Unable to check permission.",
655
+ "error.aad.GrantPermissionError": "%s: %s. Unable to grant permission.",
656
+ "error.aad.ListCollaboratorError": "Unable to list collaborator.",
657
+ "error.aad.AadManifestLoadError": "Unable to load manifest file from %s, due to %s",
805
658
  "error.aad.AadManifestMissingName": "name property is empty or invalid in AAD manifest file",
806
659
  "error.aad.AadManifestMissingScopeIdForTeamsApp": "oauth2Permissions property missing item which value should be access_as_user",
807
660
  "error.aad.AadManifestMissingObjectId": "id property is missing or invalid in AAD manifest file, you need to run provision or debug first",
808
661
  "error.aad.AadManifestMissingReplyUrlsWithType": "replyUrlsWithType property is missing or invalid in AAD manifest file, you need to run provision or debug first",
809
662
  "error.aad.AadManifestMissingIdentifierUris": "identifierUris property is missing or invalid in AAD manifest file, you need to run provision or debug first",
810
- "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.",
811
- "error.aad.UpdateAadAppError": "Failed to update application in Azure Active Directory: %s",
812
- "error.aad.UpdateAadAppUsingManifestError": "Failed to update application in Azure Active Directory. Please make sure 'templates/appPackage/aad.template.json' is valid: %s",
663
+ "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.",
664
+ "error.aad.UpdateAadAppError": "Unable to update application in Azure Active Directory: %s",
665
+ "error.aad.UpdateAadAppUsingManifestError": "Unable to update application in Azure Active Directory. Please make sure 'templates/appPackage/aad.template.json' is valid: %s",
813
666
  "error.aad.AadManifestNotFoundError": "Aad manifest file not found",
814
- "error.aad.AadManifestNotExistError": "AAD manifest doesn't exist in %s, please use the CLI to specify an AAD manifest to deploy.",
815
- "error.aad.GetDisplayNameError": "Failed to get display name.",
816
- "error.aad.GetConfigError": "Failed to get configuration value \"%s\" for %s.",
667
+ "error.aad.GetDisplayNameError": "Unable to get display name.",
668
+ "error.aad.GetConfigError": "Unable to get configuration value \"%s\" for %s.",
817
669
  "error.aad.FormatError": "Invalid format for %s. Value: %s.",
818
- "error.aad.client.CreateFailed": "Failed to create an application registration in Azure Active Directory.",
819
- "error.aad.client.UpdateFailed": "Failed to update application registration in Azure Active Directory.",
820
- "error.aad.client.CreateSecretFailed": "Failed to create an application secret in Azure Active Directory.",
821
- "error.aad.client.GetFailed": "Failed to retrieve Azure Active Directory application registration.",
822
- "error.aad.client.CheckPermissionFailed": "Failed to check permission in Azure Active Directory.",
823
- "error.aad.client.GrantPermissionFailed": "Failed to grant permission in Azure Active Directory.",
670
+ "error.aad.client.CreateFailed": "Unable to create an application registration in Azure Active Directory.",
671
+ "error.aad.client.UpdateFailed": "Unable to update application registration in Azure Active Directory.",
672
+ "error.aad.client.CreateSecretFailed": "Unable to create an application secret in Azure Active Directory.",
673
+ "error.aad.client.GetFailed": "Unable to retrieve Azure Active Directory application registration.",
674
+ "error.aad.client.CheckPermissionFailed": "Unable to check permission in Azure Active Directory.",
675
+ "error.aad.client.GrantPermissionFailed": "Unable to grant permission in Azure Active Directory.",
824
676
  "error.aad.client.AppDefinitionIsNull": "Missing application definition.",
825
677
  "error.aad.client.AppObjectIdIsNull": "Missing Object ID.",
826
678
  "error.aad.client.EmptyResponse": "Missing response.",
@@ -837,7 +689,6 @@
837
689
  "error.aad.manifest.UnknownResourceAppId": "Unknown resourceAppId %s",
838
690
  "error.aad.manifest.UnknownResourceAccessType": "Unknown resourceAccess: %s",
839
691
  "error.aad.manifest.UnknownResourceAccessId": "Unknown resourceAccess id: %s, if you're using permission as resourceAccess id, please try to use permission id instead.",
840
- "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.",
841
692
  "plugins.aad.NoSelection": "No Azure AD app found. Will not update permissions. You need to run provision or debug first.",
842
693
  "plugins.aad.UserCancelled": "Selection is cancelled by user.",
843
694
  "plugins.aad.UpdatePermissionSuccessMessage": "Successfully updated permission for Azure AD app. You can go to Azure Portal to check the permission or grant admin consent.",
@@ -856,7 +707,7 @@
856
707
  "plugins.apim.QuestionConstants.VSCode.NewApiVersion.description": "Input the API version.",
857
708
  "plugins.apim.QuestionConstants.CLI.OpenApiDocument.description": "The Open API document file path.",
858
709
  "plugins.apim.QuestionConstants.CLI.ApiPrefix.description": "The API name prefix. The default unique name of the API will be '{api-prefix}-{resource-suffix}-{api-version}'.",
859
- "plugins.apim.QuestionConstants.CLI.ApiId.description": "The unique name of the api to be updated.",
710
+ "plugins.apim.QuestionConstants.CLI.ApiId.description": "The unique name of the API to be updated.",
860
711
  "plugins.apim.QuestionConstants.CLI.ApiVersion.description": "The API version.",
861
712
  "plugins.apim.ValidationConstants.resourceIdValidPattern.message": "The value can contain only numbers, letters, and hyphens when preceded and followed by number or a letter.",
862
713
  "plugins.apim.ValidationConstants.defaultValidPattern.message": "The value cannot contain any characters in '*#&+:<>?'.",
@@ -883,177 +734,95 @@
883
734
  "plugins.apim.error.EmptyConfigValue": "Project configuration '%s' of '%s' is missing in '%s'. Retry %s or set the value manually.",
884
735
  "plugins.apim.error.NoPluginConfig": "Cannot found %s configuration. Retry %s.",
885
736
  "plugins.apim.error.InvalidConfigValue": "Project configuration '%s' of '%s' is invalid. %s",
886
- "plugins.apim.error.ApimOperationError": "Failed to %s %s.",
887
- "plugins.apim.error.AadOperationError": "Failed to %s %s.",
737
+ "plugins.apim.error.ApimOperationError": "Unable to %s %s.",
738
+ "plugins.apim.error.AadOperationError": "Unable to %s %s.",
888
739
  "plugins.apim.error.InvalidCliOptionError": "Option is invalid. %s",
889
740
  "plugins.apim.error.NotImplemented": "Not implemented.",
890
741
  "plugins.apim.error.InvalidFunctionEndpoint": "The function endpoint scheme should be 'http' or 'https'.",
891
742
  "plugins.apim.error.EmptyProperty": "Property '%s' is empty.",
892
743
  "plugins.apim.error.InvalidPropertyType": "Property '%s' is not type '%s'.",
893
744
  "plugins.apim.error.ShortenToEmpty": "The value '%s' cannot be shorten to empty.",
894
- "plugins.apim.error.UnhandledError": "Unhandled error.",
895
- "plugins.apim.error.FailedToParseResourceIdError": "Failed to get '%s' from resource id: '%s'.",
896
- "error.sa.NoConfigError": "Failed to get config value of '%s' from '%s'.",
897
- "error.sa.UnauthenticatedError": "Failed to get user login information.",
898
- "error.sa.CreateAppServicePlanError": "Failed to create App Service plan: %s",
899
- "error.sa.FreeServerFarmsQuotaError": "Failed to create App Service plan: %s",
900
- "error.sa.MissingSubscriptionRegistrationError": "Failed to create App Service plan: ${message}",
901
- "error.sa.CreateWebAppError": "Failed to create Web App: %s",
902
- "error.sa.ZipDeployError": "Failed to deploy Simple Auth bits: %s",
903
- "error.sa.UpdateApplicationSettingsError": "Failed to update application settings: %s",
904
- "error.sa.UnhandledError": "Unhandled error: %s",
905
- "error.sa.EndpointInvalidError": "Failed to verify endpoint: %s. Reason: %s",
906
- "error.sa.ZipDownloadError": "Failed to download Simple Auth bits: %s",
907
- "error.sa.VersionFileNotExist": "`Failed to load version file from %s",
908
- "plugins.sa.RegisterRersourceProviderFailed": "Failed to register required resource provider for Simple Auth. Reason: %s. Register required resource provider %s manually.",
745
+ "plugins.apim.error.FailedToParseResourceIdError": "Unable to get '%s' from resource id: '%s'.",
746
+ "error.sa.NoConfigError": "Unable to get config value of '%s' from '%s'.",
747
+ "error.sa.UnauthenticatedError": "Unable to get user login information.",
748
+ "error.sa.CreateAppServicePlanError": "Unable to create App Service plan: %s",
749
+ "error.sa.FreeServerFarmsQuotaError": "Unable to create App Service plan: %s",
750
+ "error.sa.MissingSubscriptionRegistrationError": "Unable to create App Service plan: ${message}",
751
+ "error.sa.CreateWebAppError": "Unable to create Web App: %s",
752
+ "error.sa.ZipDeployError": "Unable to deploy Simple Auth bits: %s",
753
+ "error.sa.UpdateApplicationSettingsError": "Unable to update application settings: %s",
754
+ "error.sa.EndpointInvalidError": "Unable to verify endpoint: %s. Reason: %s",
755
+ "error.sa.ZipDownloadError": "Unable to download Simple Auth bits: %s",
756
+ "error.sa.VersionFileNotExist": "`Unable to load version file from %s",
757
+ "plugins.sa.RegisterRersourceProviderFailed": "Unable to register required resource provider for Simple Auth. Reason: %s. Register required resource provider %s manually.",
909
758
  "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.",
910
759
  "core.addSso.onlySupportAzure": "Add SSO is only supported for project hosted in Azure",
911
760
  "core.addSso.onlyMeNotSupport": "Add SSO is not supported on Message Extension only projects",
912
- "core.addSso.needCapability": "Add SSO is only supported for project with Tab, Bot and/or Message Extension. You need to run 'add component' first",
913
- "core.addSso.functionNotSupport": "Add SSO is not supported for Bot hosted on Azure Function",
761
+ "core.addSso.functionNotSupport": "'Add SSO' is not supported for Bot hosted on Azure Functions",
914
762
  "core.addSso.needEnableFeatureFlag": "Need to set 'TEAMSFX_AAD_MANIFEST' in env to use add SSO feature",
915
763
  "core.addSso.ssoEnabled": "SSO is already enabled",
916
764
  "core.addSso.invalidSsoProject": "Invalid project. You may have modified '.fx/projectSettings.json' file.",
917
765
  "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.",
918
766
  "core.addSsoFiles.emptyProjectPath": "Project path is empty",
919
- "core.addSsoFiles.projectPathNotExists": "Project path does not exist",
920
- "core.addSsoFiles.canNotAddNonSsoTabWhenSsoEnabled": "Failed to add non SSO Tab. SSO is enabled in this project",
921
- "core.addSsoFiles.canNotAddTabWhenSsoNotEnabled": "Failed to add Tab. You need to run 'add SSO' first",
922
- "core.addSsoFiles.FailedToCreateAuthFiles": "Failed to create files for add sso. Detail error: %s.",
767
+ "core.addSsoFiles.FailedToCreateAuthFiles": "Unable to create files for add sso. Detail error: %s.",
923
768
  "core.addSsoFiles.invalidLanguage": "Invalid language. Please make sure '.fx/projectSettings.json' is not modified and try again.",
924
769
  "core.getUserEmailQuestion.validation3": "Email address is not valid",
925
770
  "plugins.bot.DetailedError": "Detailed error: %s.",
926
771
  "plugins.bot.DetailedErrorReason": "Reason: %s",
927
- "plugins.bot.UnhandledError": "Got an unhandled error: %s",
928
772
  "plugins.bot.ErrorSuggestions": "Suggestions: %s",
929
773
  "plugins.bot.InvalidValue": "%s is invalid with value: %s",
930
- "plugins.bot.TemplateZipFallbackError": "Failed to download zip package and open local zip package.",
931
- "plugins.bot.UnzipError": "Failed to unzip templates and write to disk.",
932
- "plugins.bot.RegisterResourceProviderError": "Failed to register required resource provider for your app.",
933
- "plugins.bot.SelectValidValues": "Please select valid values for %s",
774
+ "plugins.bot.TemplateZipFallbackError": "Unable to download zip package and open local zip package.",
775
+ "plugins.bot.UnzipError": "Unable to unzip templates and write to disk.",
934
776
  "plugins.bot.SomethingIsMissing": "%s is missing.",
935
- "plugins.bot.SomethingNotFound": "%s is not found.",
936
777
  "plugins.bot.SomethingNotExisting": "%s is not existing.",
937
- "plugins.bot.FailedToCreate": "Failed to create %s",
938
- "plugins.bot.FailedToGetAlreadyCreatedBot": "Could not get bot with id %s which was created before. \nThis could happen if the bot was created by another account. Visit %s to learn more.",
939
- "plugins.bot.FailedToProvision": "Failed to provision %s.",
940
- "plugins.bot.FailedToUpdateConfigs": "Failed to update configs for %s",
941
- "plugins.bot.FailedListPublishingCredentials": "Failed to list publishing credentials.",
942
- "plugins.bot.FailedDeployZipFile": "Failed to deploy zip file.",
943
- "plugins.bot.FailedCheckDeployStatus": "Failed to check deployment status.",
944
- "plugins.bot.CheckDeployStatusTimeout": "The deployment status is timeout.",
945
- "plugins.bot.FailedRestartWebApp": "Failed to restart web app.",
778
+ "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.",
779
+ "_plugins.bot.FailedToGetAlreadyCreatedBot.comment": " This is to describe API call, no need to translate 'X-Correlation-ID'.",
780
+ "plugins.bot.FailedToProvision": "Unable to provision %s.",
781
+ "plugins.bot.FailedToUpdateConfigs": "Unable to update configs for %s",
946
782
  "plugins.bot.BotRegistrationNotFoundWith": "Bot registration was not found with botId %s. Click 'Get Help' button to learn more about how to check bot registrations.",
947
- "plugins.bot.FailedUpdateMessageEndpoint": "Failed to update message endpoint with %s.",
948
- "plugins.bot.DownloadFail": "Failed to download from %s",
949
- "plugins.bot.ClickGetHelp": "Please click 'Get Help' button for more details.",
950
- "plugins.bot.FailToRun": "Failed to run %s.",
951
- "plugins.bot.PerformCommand": "Perform command %s before %s.",
952
- "plugins.bot.FailToCallAppStudioApi": "Failed to call Developer Portal's api to check AAD application's existence.",
953
- "plugins.bot.SuccessfullyRetrievedZip": "Successfully retrieved zip package from %s",
954
- "plugins.bot.FallingUseLocalTemplate": "Falling back to use local template zip.",
955
- "plugins.bot.ResourceProvider": "Resource Provider %s already exists, do not need to register.",
783
+ "plugins.bot.FailedUpdateMessageEndpoint": "Unable to update message endpoint with %s.",
784
+ "plugins.bot.FailToRun": "Unable to run %s.",
785
+ "plugins.bot.FailToCallAppStudioApi": "Unable to call Developer Portal's API to check AAD application's existence.",
956
786
  "plugins.bot.BotResourceExists": "Bot resource already existed on %s, skip creating Bot resource.",
957
787
  "plugins.bot.WorkingDirMissing": "Working directory is missing.",
958
- "plugins.bot.FailRetrieveAzureCredentials": "Failed to retrieve Azure credentials.",
959
- "plugins.bot.LoginToAzure": "Login to Azure.",
960
- "plugins.bot.SkipDeployment": "Skipping deployment: no updates found.",
961
- "plugins.bot.ScaffoldingBot": "Scaffolding bot.",
962
- "plugins.bot.ScaffoldingBotSuccess": "Successfully scaffolded bot.",
963
- "plugins.bot.PreProvisionBot": "Pre-provisioning bot.",
964
- "plugins.bot.ProvisionBot": "Provisioning bot.",
965
- "plugins.bot.PreDeployingBot": "Pre-deploying bot.",
966
- "plugins.bot.DeployingBot": "Deploying bot.",
967
- "plugins.bot.DeployingBotSuccess": "Successfully deployed bot.",
968
- "plugins.bot.GeneratingBotARMTemplates": "Generating ARM templates of bot.",
969
- "plugins.bot.GeneratingARMTemplatesSuccess": "Successfully generating ARM templates of bot.",
970
- "plugins.bot.UpdateBotARMTemplates": "Updating ARM templates of bot.",
971
- "plugins.bot.UpdateBotARMTemplatesSuccess": "Successfully updating ARM templates of bot.",
972
- "plugins.bot.GetBotAADSuccess": "Successfully get existing bot AAD app credential.",
788
+ "plugins.bot.FailRetrieveAzureCredentials": "Unable to retrieve Azure credentials.",
973
789
  "plugins.bot.CreateBotAADSuccess": "Successfully created bot AAD app.",
974
- "plugins.bot.UpdateAzureWebAppSetting": "Updating azure web app's app settings.",
975
790
  "plugins.bot.ProvisionBotRegistration": "Provisioning bot registration.",
976
791
  "plugins.bot.ProvisionBotRegistrationSuccess": "Successfully provisioned bot registration.",
977
- "plugins.bot.SubscriptionNoRegister": "The subscription didn't register to use namespace 'Microsoft.BotService'.",
978
- "plugins.bot.RetryCurrent": "Please retry the current step.",
979
- "plugins.bot.RegisterSubscription": "Please register your subscription to use namespace 'Microsoft.BotService'.",
980
- "plugins.bot.RecoverConfig": "Please recover the config value.",
981
792
  "plugins.bot.RecreateProject": "Please recreate the project.",
982
793
  "plugins.bot.CheckCommandOutput": "Please check the command output and try to fix it.",
983
794
  "plugins.bot.RunFailedCommand": "Please run failed command '%s' in the folder: '%s'.",
984
- "plugins.bot.DeleteExistsAzureBotChannelRegistrations": "Please delete existing azure bot channel registrations.",
985
- "plugins.bot.DelAzureBotChannel": "If azure account is switched, don't forget to delete azure bot channel registration under the previous account.",
986
795
  "plugins.bot.CheckLogAndFix": "Please check log in output channel and try to fix this issue.",
987
- "plugins.bot.RegisterResourceProviderManually": "Register %s resource provider for your subscription manually.",
988
796
  "plugins.bot.CheckPathWriteAccess": "Please check whether the path %s exists and you have write access to it, if no, please move the project to a valid path.",
989
- "plugins.bot.AzureWebApp": "Azure Web App",
990
- "plugins.bot.AzureBotServiceChannelRegistration": "Azure Bot Service channel registration",
991
- "plugins.bot.TeamsChannel": "Teams channel",
992
797
  "plugins.bot.AadApp": "AAD app",
993
798
  "plugins.bot.AadClientSecret": "AAD client secret",
994
799
  "plugins.bot.AppStudioBotRegistration": "Developer Portal bot registration",
995
- "plugins.function.askNodeVersion": "Select Node version for the function app.",
996
800
  "plugins.function.askFunctionName": "Provide a function name.",
997
- "plugins.function.checkDotNetVersion": "Check your .NET Core version.",
998
- "plugins.function.buildFunctionComponent": "Build API Project.",
999
- "plugins.function.dotNetVersionUnexpected": "The installed .NET Core version is '${current}'. We recommend using version '%s'.",
1000
- "plugins.function.installFunctionExtensions": "Installing Azure Functions binding.",
1001
- "plugins.function.noChange": "No change was detected since last deployment.",
1002
- "plugins.function.skipDeployment": "Skip deployment of function project because no change was detected. To fully redeploy function project, please remove '%s' folder and rerun the command.",
1003
- "plugins.function.failedToInstallDotnet": "Failed to install .NET SDK, error = '%s'",
1004
801
  "plugins.function.getTemplateFrom": "Retrieving template from '%s'.",
1005
- "plugins.function.getTemplateFromLocal": "Failed to get newest template from github, trying to use the local template.",
802
+ "plugins.function.getTemplateFromLocal": "Unable to get newest template from github, trying to use the local template.",
1006
803
  "plugins.function.projectScaffoldAt": "Project scaffolded at '%s'.",
1007
- "plugins.function.generateStorageAccountName": "Using Azure Storage account name: %s.",
1008
- "plugins.function.generateAppServicePlanName": "Using Azure App Service plan name: %s.",
1009
- "plugins.function.generateFunctionAppName": "Using function app name: %s.",
1010
- "plugins.function.ensureResourceProviders": "Registering required resource providers %s for subscription ${subscriptionId}...",
1011
- "plugins.function.checkResource": "Check resource '%s' with name '%s' under resource group '%s'.",
1012
- "plugins.function.resourceCreating": "Resource does not exist. Creating...",
1013
- "plugins.function.resourceExists": "Resource exists. Skipping...",
1014
- "plugins.function.functionAppConfigIsEmpty": "Function app configuration is empty.",
1015
- "plugins.function.functionAppSettingsUpdated": "Function app settings updated.",
1016
- "plugins.function.functionAppAuthSettingsUpdated": "Function app auth settings updated.",
1017
- "plugins.function.dependPluginDetected": "Found dependent plugin '%s'; updating function app settings.",
1018
- "plugins.function.dotnetVersion": "Found .NET SDK version %s.",
1019
- "plugins.function.uploadZipSize": "Upload zip package (%sB).",
1020
- "plugins.function.succeedWithRetry": "Successfully completed '%s'. Retry count is %s.",
1021
- "plugins.function.reuseZipNotice": "Found %s. If there are errors after deployment, delete this file and retry.",
1022
804
  "plugins.function.invalidFunctionName": "Invalid function name. Function names can only contain alphanumerical characters. The max length is 127 characters.",
1023
805
  "plugins.function.functionAlreadyExists": "Function already exists.",
1024
- "plugins.function.noFunctionNameGiven": "No function name was specified.",
1025
- "plugins.function.failToGetConnectionString": "Failed to retrieve Azure Storage account connection string.",
1026
- "plugins.function.failToGetAppServicePlanId": "Failed to retrieve Azure App Service plan ID.",
1027
- "plugins.function.failToGetFunctionAppEndpoint": "Failed to retrieve function app endpoint.",
1028
- "plugins.function.failToFindFunctionApp": "Failed to find function app.",
1029
- "plugins.function.failToQueryPublishCred": "Failed to find publish credential.",
1030
806
  "error.depChecker.DefaultErrorMessage": "Install the required dependencies manually.",
1031
807
  "depChecker.learnMoreButtonText": "Learn more",
1032
808
  "depChecker.startInstallFunctionCoreTool": "Downloading and installing @NameVersion.",
1033
809
  "depChecker.finishInstallFunctionCoreTool": "Successfully installed @NameVersion.",
1034
810
  "depChecker.needReplaceWithFuncCoreToolV3": "You must update to @NameVersion to debug your local functions.",
1035
811
  "depChecker.needInstallFuncCoreTool": "You must have @NameVersion installed to debug your local functions.",
1036
- "depChecker.failToInstallFuncCoreTool": "Failed to install @NameVersion. Install @NameVersion manually.",
1037
- "depChecker.failToValidateFuncCoreTool": "Failed to validate @NameVersion after installation.",
1038
- "depChecker.globalFuncNodeNotMatched": "Your own Node.js(@NodeVersion) is incompatible with your own Azure Functions Core Tools(@FuncVersion). Please make sure your own Azure Functions Core Tools works with your Node.js version. See (@link) to Azure Functions supported Node.js versions.",
1039
- "depChecker.portableFuncNodeNotMatched": "Your own Node.js(@NodeVersion) is incompatible with Teams Toolkit Azure Functions Core Tools(@FuncVersion). Go to @Link to install Node.js (@RecommendedVersion is recommended).",
812
+ "depChecker.failToValidateFuncCoreTool": "Unable to validate @NameVersion after installation.",
813
+ "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.",
814
+ "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).",
1040
815
  "depChecker.startInstallNgrok": "Downloading and installing @NameVersion.",
1041
816
  "depChecker.finishInstallNgrok": "Successfully installed @NameVersion.",
1042
817
  "depChecker.finishInstallBicep": "Successfully installed @NameVersion.",
1043
818
  "depChecker.needInstallNgrok": "You must have @NameVersion installed to debug your local bot.",
1044
- "depChecker.failToInstallNgrok": "Failed to install @NameVersion. Install @NameVersion manually.",
1045
- "depChecker.failToValidateNgrok": "Failed to validate @NameVersion after installation.",
819
+ "depChecker.failToValidateNgrok": "Unable to validate @NameVersion after installation.",
1046
820
  "depChecker.downloadDotnet": "Downloading and installing the portable version of @NameVersion, which will be installed to @InstallDir and will not affect your environment.",
1047
821
  "depChecker.downloadBicep": "Downloading and installing the portable version of @NameVersion, which will be installed to @InstallDir and will not affect your environment.",
1048
822
  "depChecker.finishInstallDotnet": "Successfully installed @NameVersion.",
1049
823
  "depChecker.useGlobalDotnet": "Using dotnet from PATH:",
1050
824
  "depChecker.dotnetInstallStderr": "dotnet-install command failed without error exit code but with non-empty standard error.",
1051
825
  "depChecker.dotnetInstallErrorCode": "dotnet-install command failed.",
1052
- "depChecker.failToInstallBicepOutputVSC": "Failed to install @NameVersion. please read this wiki(@HelpLink) to install @NameVersion manually and restart Visual Studio Code.",
1053
- "depChecker.failToInstallBicepOutputCLI": "Failed to install @NameVersion. please read this wiki(@HelpLink) to install @NameVersion manually.",
1054
- "depChecker.failToInstallBicepDialog": "Failed to install @NameVersion. please click Learn More to install @NameVersion manually and restart Visual Studio Code.",
1055
- "depChecker.failToInstallBicep": "Failed to install @NameVersion",
1056
- "depChecker.failToInstallDotnet": "Failed to install @NameVersion. Install @NameVersion manually and restart Visual Studio Code.",
1057
826
  "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.)",
1058
827
  "depChecker.NodeNotSupported": "Node.js (@CurrentVersion) is not in the supported version list (@SupportedVersions).\n\nClick \"Learn more\" to learn more about the supported Node.js versions.\n\n(If you just installed Node.js (@SupportedVersions), restart Visual Studio Code for the change to take effect.)",
1059
828
  "depChecker.V3NodeNotSupported": "Node.js (%s) is not the officially supported version (%s). Your project may continue to work but we recommend to install the supported version. The supported node versions are specified in the package.json. Go to https://nodejs.org/about/releases/ to install a supported Node.js.",
@@ -1062,31 +831,26 @@
1062
831
  "depChecker.depsNotFound": "Cannot find @SupportedPackages.\n\nTeams Toolkit requires these dependencies.\n\nClick \"Install\" to install @InstallPackages.",
1063
832
  "depChecker.linuxDepsNotFound": "Cannot find @SupportedPackages. Install @SupportedPackages manually and restart Visual Studio Code.",
1064
833
  "depChecker.linuxDepsNotFoundHelpLinkMessage": "Cannot find @SupportedPackages.\n\nTeams Toolkit requires these dependencies.",
1065
- "depChecker.failToDownloadFromUrl": "Failed to download file from '@Url', HTTP status '@Status'.",
834
+ "depChecker.failToDownloadFromUrl": "Unable to download file from '@Url', HTTP status '@Status'.",
1066
835
  "depChecker.failToValidateVxTestAppInstallOptions": "Invalid argument for video extensibility test app prerequisites checker. Please check tasks.json file.",
1067
- "depChecker.failToValidateVxTestApp": "Failed to validate video extensibility test app after installation.",
1068
- "error.ActionNotExist": "Action not found: %s.",
1069
- "error.ComponentNotExist": "Component not found: %s.",
836
+ "depChecker.failToValidateVxTestApp": "Unable to validate video extensibility test app after installation.",
1070
837
  "error.BadComponent": "Component '%s' lacks of property: %s.",
1071
838
  "error.InvalidFeature": "This feature is not applicable for your project.",
1072
839
  "error.UpdateAadManifest.MissingEnvHint": "If you are developing with a new project created with Teams Toolkit, running provision or debug will register correct values for these environment variables.",
840
+ "error.driver.outputEnvironmentVariableUndefined": "The output environment variable name(s) are not defined.",
1073
841
  "driver.aadApp.description.create": "Create an Azure Active Directory app to authenticate users",
1074
842
  "driver.aadApp.description.update": "Apply Azure Active Directory app manifest to an existing app",
1075
843
  "driver.aadApp.error.invalidParameter": "Following parameter is missing or invalid for %s action: %s.",
1076
- "driver.aadApp.error.missingEnv": "%s Environment variable %s is not set.",
1077
- "driver.aadApp.error.missingEnvInFile": "%s Environment variable %s referenced in %s have no values.",
844
+ "driver.aadApp.error.missingEnv": "Environment variable %s is not set.",
845
+ "driver.aadApp.error.missingEnvInFile": "Environment variable %s referenced in %s has no value.",
1078
846
  "driver.aadApp.error.generateSecretFailed": "Cannot generate client secret.",
1079
- "driver.aadApp.error.unhandledError": "Unhandled error happened in %s action: %s",
1080
847
  "driver.aadApp.error.invalidFieldInManifest": "Field %s is missing or invalid in Azure Active Directory app manifest.",
1081
- "driver.aadApp.error.generateManifestFailed": "Failed to generate Azure Active Directory app manifest.",
1082
- "driver.aadApp.progressBar.createAadAppTitle": "Creating Azure Active Directory application",
1083
- "driver.aadApp.progressBar.createAadAppStepMessage": "Creating Azure Active Directory application",
1084
- "driver.aadApp.progressBar.generateClientSecretSetpMessage": "Generating client secret",
1085
- "driver.aadApp.progressBar.updateAadAppTitle": "Updating Azure Active Directory application",
1086
- "driver.aadApp.progressBar.updateAadAppStepMessage": "Updating Azure Active Directory application",
848
+ "driver.aadApp.error.generateManifestFailed": "Unable to generate Azure Active Directory app manifest.",
849
+ "driver.aadApp.progressBar.createAadAppTitle": "Creating Azure Active Directory application...",
850
+ "driver.aadApp.progressBar.updateAadAppTitle": "Updating Azure Active Directory application...",
1087
851
  "driver.aadApp.log.startExecuteDriver": "Executing action %s",
1088
852
  "driver.aadApp.log.successExecuteDriver": "Action %s executed successfully",
1089
- "driver.aadApp.log.failExecuteDriver": "Failed to execute action %s. Error message: %s",
853
+ "driver.aadApp.log.failExecuteDriver": "Unable to execute action %s. Error message: %s",
1090
854
  "driver.aadApp.log.startCreateAadApp": "Environment variable %s does not exist, creating a new Azure Active Directory app...",
1091
855
  "driver.aadApp.log.successCreateAadApp": "Created Azure Active Directory application with object id %s",
1092
856
  "driver.aadApp.log.skipCreateAadApp": "Environment variable %s already exist, skipping new Azure Active Directory app creation step.",
@@ -1095,30 +859,25 @@
1095
859
  "driver.aadApp.log.skipGenerateClientSecret": "Environment variable %s already exist, skipping Azure Active Directory app client secret generation step.",
1096
860
  "driver.aadApp.log.outputAadAppManifest": "Build Azure Active Directory app manifest completed, and app manifest content is written to %s",
1097
861
  "driver.aadApp.log.successUpdateAadAppManifest": "Applied manifest %s to Azure Active Directory application with object id %s",
1098
- "configManager.error.driverNotFound": "Driver %s not found for step %s",
1099
- "configManager.error.yamlParsing": "Error parsing yaml file at path %s. Reason: %s",
1100
- "configManager.error.invalidLifecycle": "The schema of lifecycle %s is invalid. It is expected to be an array of actions. If you want to remove all actions inside it, please remove the whole lifecyle.",
1101
- "configManager.error.invalidEnvField": "The env field of action %s in lifecycle %s is invalid.",
1102
- "configManager.error.invalidEnvFolderPath": "The environmentFolderPath field is invalid.",
1103
- "botRegistration.ProgressBar.creatingBotAadApp": "Creating bot aad app.",
1104
- "botRegistration.log.startCreateBotAadApp": "Creating bot aad app.",
1105
- "botRegistration.log.successCreateBotAadApp": "Bot aad app created successfully.",
1106
- "botRegistration.log.skipCreateBotAadApp": "Bot aad app creation skipped.",
1107
- "botRegistration.log.failCreateBotAadApp": "Failed to create bot aad app. Error message: %s.",
862
+ "botRegistration.ProgressBar.creatingBotAadApp": "Creating bot AAD app...",
863
+ "botRegistration.log.startCreateBotAadApp": "Creating bot Azure Active Directory app.",
864
+ "botRegistration.log.successCreateBotAadApp": "Bot Azure Active Directory app created successfully.",
865
+ "botRegistration.log.skipCreateBotAadApp": "Bot Azure Active Directory app creation skipped.",
866
+ "botRegistration.log.failCreateBotAadApp": "Unable to create bot Azure Active Directory app. Error message: %s.",
1108
867
  "driver.botAadApp.create.description": "create a new or reuse an existing bot Azure Active Directory app.",
1109
868
  "driver.botAadApp.log.startExecuteDriver": "Executing action %s",
1110
869
  "driver.botAadApp.log.successExecuteDriver": "Action %s executed successfully",
1111
- "driver.botAadApp.log.failExecuteDriver": "Failed to execute action %s. Error message: %s",
870
+ "driver.botAadApp.log.failExecuteDriver": "Unable to execute action %s. Error message: %s",
1112
871
  "driver.botAadApp.log.successCreateBotAad": "Created Azure Active Directory application with client id %s.",
1113
872
  "driver.botAadApp.log.useExistingBotAad": "Used existing Azure Active Directory application with client id %s.",
1114
- "driver.arm.error.outputConversionFailed": "There is a duplicated key %s in arm deployment output",
1115
- "driver.arm.error.CompileBicepFailed": "Failed to compile bicep files to Json arm templates file: %s",
1116
- "driver.arm.error.deploy": "Failed to deploy arm template %s: %s",
1117
- "driver.arm.description.deploy": "Deploy the given arm templates to Azure",
873
+ "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.",
874
+ "driver.arm.description.deploy": "Deploy the given ARM templates to Azure",
875
+ "driver.arm.deploy.progressBar.message": "Deploying the ARM templates to Azure...",
1118
876
  "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\".",
1119
877
  "debug.warningMessage2": " You may be asked for your account credentials when installing the certificate.",
1120
878
  "debug.install": "Install",
1121
879
  "driver.spfx.deploy.description": "deploys the SPFx package to SharePoint app catalog.",
880
+ "driver.spfx.deploy.progressbar.stepMessage": "Deploying SPFx package...",
1122
881
  "driver.spfx.deploy.createAppCatalog": "Create SharePoint app catalog.",
1123
882
  "driver.spfx.deploy.deployPackage": "Deploy SPFx package to your tenant app catalog.",
1124
883
  "driver.spfx.deploy.skipCreateAppCatalog": "Skip to create SharePoint app catalog.",
@@ -1126,15 +885,15 @@
1126
885
  "driver.spfx.info.tenantAppCatalogCreated": "SharePoint tenant app catalog %s created, wait for a few minutes to be active.",
1127
886
  "driver.spfx.warn.noTenantAppCatalogFound": "No tenant app catalog found, retry: %s",
1128
887
  "driver.spfx.error.failedToGetAppCatalog": "Cannot get app catalog site url after creation. You may need wait a few minutes and retry.",
1129
- "driver.spfx.error.noValidAppCatelog": "There is no valid app catalog in your tenant. You can update the property 'createAppCatalogIfNotExist' in app.yml to true if you want us to create it for you or you can create it by yourself.",
1130
- "driver.prerequisite.error.invalidParameter": "Following parameter is missing or invalid for %s action: %s.",
1131
- "driver.prerequisite.error.funcInstallationError": "Failed to check and install Azure Functions Core Tools.",
1132
- "driver.prerequisite.error.dotnetInstallationError": "Failed to check and install .NET Core SDK.",
888
+ "driver.spfx.error.noValidAppCatelog": "There is no valid app catalog in your tenant. You can update the property 'createAppCatalogIfNotExist' in %s to true if you want Teams Toolkit to create it for you or you can create it by yourself.",
889
+ "driver.spfx.add.description": "add additional web part to SPFx project",
890
+ "driver.spfx.add.successNotice": "Web part %s was successfully added to project.",
891
+ "driver.spfx.add.progress.title": "Scaffolding web part",
892
+ "driver.spfx.add.progress.scaffoldWebpart": "Generate SPFx web part using Yeoman CLI",
893
+ "driver.prerequisite.error.funcInstallationError": "Unable to check and install Azure Functions Core Tools.",
894
+ "driver.prerequisite.error.dotnetInstallationError": "Unable to check and install .NET Core SDK.",
1133
895
  "driver.prerequisite.description": "installing dependencies",
1134
- "driver.prerequisite.progressBar.title": "Driver prerequisite/install",
1135
- "driver.prerequisite.progressBar.devCert": "Checking and generating the development certificate for localhost.",
1136
- "driver.prerequisite.progressBar.dotnet": "Checking and installing .NET Core SDK.",
1137
- "driver.prerequisite.progressBar.func": "Checking and installing Azure Functions Core Tools.",
896
+ "driver.prerequisite.progressBar": "Checking and installing dependencies.",
1138
897
  "driver.prerequisite.summary.devCert.trusted.succuss": "Development certificate for localhost is installed.",
1139
898
  "driver.prerequisite.summary.devCert.notTrusted.succuss": "Development certificate for localhost is generated.",
1140
899
  "driver.prerequisite.summary.devCert.skipped": "Skip trusting development certificate for localhost.",
@@ -1142,69 +901,122 @@
1142
901
  "driver.prerequisite.summary.func.installed": "Azure Functions Core Tools is installed.",
1143
902
  "driver.prerequisite.summary.dotnet.installedWithPath": ".NET Core SDK is installed at %s.",
1144
903
  "driver.prerequisite.summary.dotnet.installed": ".NET Core SDK is installed.",
1145
- "driver.file.error.invalidParameter": "Following parameter is missing or invalid for %s action: %s.",
1146
- "driver.file.error.unhandledError": "Unhandled error happened in %s action: %s",
1147
- "driver.file.description": "generates environment variables to .env file",
1148
- "driver.file.summary.default": "The environment variables has been generated successfully to the .env file of '%s' environment.",
1149
- "driver.file.summary.withTarget": "The environment variables has been generated successfully to %s.",
1150
- "driver.file.progressBar.title": "file/updateEnv",
1151
- "driver.file.progressBar.generate": "Generating the environment variables to .env file.",
1152
- "driver.env.error.folderNotExist": "Folder %s does not exist.",
1153
- "driver.deploy.error.deployToAzureRemoteFailed": "Remote service error, upload failed.",
1154
- "driver.deploy.error.unknownError": "Unknown error happened: %s",
904
+ "driver.file.createOrUpdateEnvironmentFile.description": "Create or update variables to environment file.",
905
+ "driver.file.createOrUpdateEnvironmentFile.summary": "The variables have been generated successfully to %s.",
906
+ "driver.file.createOrUpdateJsonFile.description": "Create or update appsettings to JSON file.",
907
+ "driver.file.createOrUpdateJsonFile.summary": "The appsettings have been generated successfully to %s.",
908
+ "driver.file.progressBar.appsettings": "Generating appsettings...",
909
+ "driver.file.progressBar.env": "Generating environment variables...",
910
+ "driver.deploy.error.restartWebAppError": "Unable to restart web app.\nPlease try to restart the web app manually if the app doesn't work properly.",
1155
911
  "driver.deploy.notice.deployAcceleration": "Deploying to Azure App Service takes a long time. Consider referring to this document to optimize your deployment:",
1156
- "driver.deploy.error.noFileFindInDistributionFolder": "No file is found in distribution folder. Please check if the distribution folder is empty or you have ignored everything.",
1157
- "driver.deploy.notice.deployDryRunComplete": "Preparations of deployment are complete. ",
912
+ "driver.deploy.notice.deployDryRunComplete": "Deployment preparations are completed. You can find the package in `%s`",
1158
913
  "driver.deploy.azureAppServiceDeploySummary": "Project deployed to Azure App Service successfully.",
1159
914
  "driver.deploy.azureFunctionsDeploySummary": "Project deployed to Azure Functions successfully.",
1160
915
  "driver.deploy.azureStorageDeploySummary": "Project deployed to Azure Storage successfully.",
916
+ "driver.deploy.azureAppServiceDeployDetailSummary": "Successfully deployed `%s` to Azure App Service.",
917
+ "driver.deploy.azureFunctionsDeployDetailSummary": "Successfully deployed `%s` to Azure Functions.",
918
+ "driver.deploy.azureStorageDeployDetailSummary": "Successfully deployed `%s` to Azure Storage.",
1161
919
  "driver.deploy.enableStaticWebsiteSummary": "Azure Storage enable static website successfully.",
1162
920
  "driver.deploy.deployToAzureAppServiceDescription": "deploy the project to the Azure APP Service.",
1163
921
  "driver.deploy.deployToAzureFunctionsDescription": "deploy the project to the Azure Functions.",
1164
- "driver.deploy.deployToAzureStorageDescription": "deploy the project to the Azure Storages.",
922
+ "driver.deploy.deployToAzureStorageDescription": "deploy the project to the Azure Storage.",
1165
923
  "driver.deploy.enableStaticWebsiteInAzureStorageDescription": "enable static website setting in Azure Storage.",
1166
- "driver.deploy.zipDeploymentRemoteStartError": "Zip Deploy success but remote start failed.",
924
+ "driver.deploy.getStorageContainerError": "Unable to get storage container %s.",
925
+ "driver.common.suggestion.retryLater": "Please try again.",
926
+ "driver.common.FailRetrieveAzureCredentialsRemoteError": "Unable to retrieve Azure credentials due to remote service error.",
1167
927
  "driver.script.buildSummary": "Running command `%s` at `%s` successfully.",
1168
928
  "driver.script.dotnetDescription": "running dotnet command.",
1169
929
  "driver.script.npmDescription": "running npm command.",
1170
930
  "driver.script.npxDescription": "running npx command.",
1171
- "driver.m365.acquire.description": "acquire an M365 title with the app package",
1172
- "driver.m365.acquire.progress.message": "Acquiring M365 title with the app package.",
1173
- "driver.m365.acquire.progress.title": "m365Title/acquire",
1174
- "driver.m365.acquire.summary": "The M365 title has been acquired successfully (%s).",
931
+ "driver.script.runCommandSummary": "Successful execution of the `%s` command at `%s`.",
932
+ "driver.m365.acquire.description": "acquire an Microsoft 365 title with the app package",
933
+ "driver.m365.acquire.progress.message": "Acquiring Microsoft 365 title with the app package...",
934
+ "driver.m365.acquire.summary": "The Microsoft 365 title has been acquired successfully (%s).",
1175
935
  "driver.m365.error.fileNotFound": "The input file not found for %s action: %s.",
1176
- "driver.m365.error.invalidParameter": "Following parameter is missing or invalid for %s action: %s.",
1177
- "driver.m365.error.unhandledError": "Unhandled error happened in %s action: %s",
1178
- "driver.m365Bot.error.invalidParameter": "Following parameter is missing or invalid for %s action: %s.",
1179
- "driver.m365Bot.error.unhandledError": "Unhandled error happened in %s action: %s",
1180
936
  "driver.teamsApp.description.copyAppPackageToSPFxDriver": "copies the generated Teams app package to SPFx solution.",
1181
937
  "driver.teamsApp.description.createDriver": "create a Teams app.",
1182
938
  "driver.teamsApp.description.updateDriver": "update a Teams app.",
1183
939
  "driver.teamsApp.description.publishDriver": "publish a Teams app to tenant app catalog.",
1184
940
  "driver.teamsApp.description.validateDriver": "validate a Teams app.",
1185
941
  "driver.teamsApp.description.createAppPackageDriver": "build a Teams app package.",
942
+ "driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "Copying Teams app package to SPFx solution...",
1186
943
  "driver.teamsApp.progressBar.createTeamsAppTitle": "Create Teams app",
1187
- "driver.teamsApp.progressBar.createTeamsAppStepMessage": "Creating Teams app",
944
+ "driver.teamsApp.progressBar.createTeamsAppStepMessage": "Creating Teams app...",
1188
945
  "driver.teamsApp.progressBar.updateTeamsAppTitle": "Update Teams app",
1189
- "driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Updating Teams app",
946
+ "driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Updating Teams app...",
1190
947
  "driver.teamsApp.progressBar.publishTeamsAppTitle": "Publish Teams app",
1191
948
  "driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the Teams app has already been submitted to tenant App Catalog",
1192
949
  "driver.teamsApp.progressBar.publishTeamsAppStep2.1": "Update published Teams app",
1193
- "driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing Teams app",
950
+ "driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing Teams app...",
1194
951
  "driver.teamsApp.summary.createTeamsAppAlreadyExists": "Teams app with id %s already exists, skipped creating a new Teams app.",
1195
952
  "driver.teamsApp.summary.publishTeamsAppExists": "Teams app with id %s already exists in the organization's app store.",
1196
953
  "driver.teamsApp.summary.publishTeamsAppNotExists": "Teams app with id %s does not exist in the organization's app store.",
1197
954
  "driver.teamsApp.summary.publishTeamsAppSuccess": "Teams app %s successfully published to the admin portal.",
1198
- "driver.teamsApp.summary.copyAppPackageSuccess": "Teams app %s was successfully copyed to %s.",
955
+ "driver.teamsApp.summary.copyAppPackageSuccess": "Teams app %s was successfully copied to %s.",
1199
956
  "driver.teamsApp.summary.copyIconSuccess": "%s icon(s) were successfully updated under %s.",
957
+ "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",
958
+ "driver.teamsApp.summary.validate.succeed": "%s passed",
959
+ "driver.teamsApp.summary.validate.failed": "%s failed",
960
+ "driver.teamsApp.validate.skip": "%s action is currently skipped, will be updated in the future version.",
1200
961
  "driver.teamsApp.invalidParameter": "Following parameter is missing or invalid for %s action: %s.",
1201
- "driver.botFramework.error.invalidParameter": "Following parameter is missing or invalid for %s action: %s.",
1202
- "driver.botFramework.error.unhandledError": "Unhandled error happened in %s action: %s",
962
+ "driver.teamsApp.validate.invalidParameter": "Parameter %s should be provided for action %s",
963
+ "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.",
964
+ "error.teamsApp.validate.apiFailed": "Teams app package validation failed due to %s",
965
+ "error.teamsApp.validate.apiFailed.display": "Teams app pacakge validation failed. Check [output window](%s) for details.",
966
+ "error.teamsApp.AppIdNotExistError": "Teams app with ID %s does not exist in Teams Developer Portal.",
967
+ "error.teamsApp.InvalidAppIdError": "Teams app ID %s is invalid, must be a GUID.",
1203
968
  "driver.botFramework.description": "creates or updates the bot registration on dev.botframework.com",
1204
969
  "driver.botFramework.summary.create": "The bot registration has been created successfully (%s).",
1205
970
  "driver.botFramework.summary.update": "The bot registration has been updated successfully (%s).",
1206
- "driver.botFramework.progressBar.title": "botFramework/create",
1207
971
  "driver.botFramework.progressBar.createOrUpdateBot": "Creating or updating bot registration.",
1208
972
  "driver.generateAppsettings.description": "Add or update environment variables to appsettings file.",
1209
- "driver.generateAppsettings.summary.withTarget": "The environment variables has been generated successfully to %s."
1210
- }
973
+ "error.yaml.InvalidYamlSchemaError": "Unable to parse yaml file: %s",
974
+ "error.yaml.InvalidYamlSchemaErrorWithReason": "Unable to parse yaml file: %s. Reason: %s",
975
+ "error.yaml.YamlFieldTypeError": "Field '%s' should have %s type, yaml file: %s",
976
+ "error.yaml.YamlFieldMissingError": "Field '%s' is missing, yaml file: %s",
977
+ "error.yaml.InvalidYmlActionNameError": "Action '%s' not found, yaml file: %s",
978
+ "error.yaml.LifeCycleUndefinedError": "Lifecycle '%s' is undefined, yaml file: %s",
979
+ "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.",
980
+ "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.",
981
+ "error.common.UnresolvedPlaceholderError": "The program cannot proceed as the following environment variables are missing: '%s', which are required for file: %s.",
982
+ "error.common.InvalidProjectError": "This command only works for project created by Teams Toolkit.",
983
+ "error.common.FileNotFoundError": "The file or directory is not found: '%s'. Check if it exists and you have permission to access it.",
984
+ "error.common.JSONSyntaxError": "JSON syntax error: %s. Check the JSON syntax to ensure it is properly formatted.",
985
+ "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.",
986
+ "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.",
987
+ "error.collaboration.FailedToLoadManifest": "Unable to load manifest file. Reason: %s.",
988
+ "error.azure.InvalidAzureCredentialError": "Unable to obtain your Azure credentials. Ensure that your Azure account is properly authenticated and try again.",
989
+ "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.",
990
+ "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.",
991
+ "error.azure.SelectSubscriptionError": "Unable to select subscription in current account.",
992
+ "error.azure.ResourceGroupNotExistError": "The resource group '%s' cannot be found in subscription '%s'.",
993
+ "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.",
994
+ "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.",
995
+ "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.",
996
+ "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.",
997
+ "error.arm.DeployArmError.Notification": "The ARM templates for deployment name: '%s' could not be deployed in resource group '%s'. Refer to the [output channel](command:fx-extension.showOutputChannel) for more details.",
998
+ "error.arm.DeployArmError": "The ARM templates for deployment name: '%s' could not be deployed in resource group '%s' for reason: %s",
999
+ "error.arm.GetArmDeploymentError": "The ARM templates for deployment name: '%s' could not be deployed in resource group '%s' for reason: %s. \nUnable to get detailed error message due to: %s. \nRefer to the resource group %s in portal for deployment error.",
1000
+ "error.arm.ConvertArmOutputError": "Unable to convert ARM deployment result to action output, there is a duplicated key '%s' in ARM deployment result.",
1001
+ "error.deploy.DeployEmptyFolderError": "Unable to locate any files in the distribution folder: '%s'. Please ensure that the folder is not empty and that all necessary files have been included.",
1002
+ "error.deploy.CheckDeploymentStatusTimeoutError": "Unable to check deployment status because the process timed out. Check your internet connection and try again. If the issue persists, please review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
1003
+ "error.deploy.GetPublishingCredentialsError.Notification": "Unable to obtain publishing credentials of app '%s' in resource group '%s'. Refer to the [output channel](command:fx-extension.showOutputChannel) for more details.",
1004
+ "error.deploy.GetPublishingCredentialsError": "Unable to obtain publishing credentials of app '%s' in resource group '%s' for reason:\n %s.\n Suggestions:\n 1. Verify that the app name and resource group name are spelled correctly and are valid. \n 2. Verify that your Azure account has the necessary permissions to access the API. You may need to elevate your role or request additional permissions from an administrator. \n 3. If the error message includes a specific reason, such as an authentication failure or a network issue, investigate that issue specifically to resolve the error and try again. \n 4. You can test the API in this page: '%s'",
1005
+ "error.deploy.DeployZipPackageError.Notification": "Unable to deploy zip package to endpoint: '%s'. Refer to the [output channel](command:fx-extension.showOutputChannel) for more details and try again.",
1006
+ "error.deploy.DeployZipPackageError": "Unable to deploy zip package to endpoint '%s' in Azure due to error: %s. \nSuggestions:\n 1. Verify that your Azure account has the necessary permissions to access the API. \n 2. Verify that the endpoint is properly configured in Azure and that the required resources have been provisioned. \n 3. Ensure that the zip package is valid and free of errors. \n 4. If the error message specifies the reason, such as an authentication failure or a network issue, fix the error and try again. \n 5. If the error still persists, you can attempt to deploy the package manually following the guidelines in this link: '%s'",
1007
+ "error.deploy.CheckDeploymentStatusError": "Unable to check deployment status for location: '%s' due to error: %s. If the issue persists, please review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
1008
+ "error.deploy.DeployRemoteStartError.Notification": "The package has been successfully deployed to Azure for location: '%s', but the application is not able to start. Refer to the [output channel](command:fx-extension.showOutputChannel) for more suggestions.",
1009
+ "error.deploy.DeployRemoteStartError": "The package has been successfully deployed to Azure for location: '%s', but the application is not able to start due to error: %s.\n If the reason is not clearly specified, here are some suggestions to troubleshoot:\n 1. Check the application logs: Look for any error messages or stack traces in the application logs to identify the root cause of the problem.\n 2. Check the Azure configuration: Ensure that the Azure configuration is correct, including connection strings and application settings.\n 3. Check the application code: Review the code to see if there are any syntax or logic errors that could be causing the issue.\n 4. Check the dependencies: Verify that all dependencies required by the application are correctly installed and updated.\n 5. Restart the application: Try restarting the application in Azure to see if that resolves the issue.\n 6. Check the resource allocation: Make sure that the resource allocation for the Azure instance is appropriate for the application and its workload.\n 7. Seek help from Azure support: If the issue persists, reach out to Azure support for further assistance.",
1010
+ "error.script.ScriptTimeoutError": "Script execution timeout: %s. Adjust 'timeout' parameter in yaml or improve your script's efficiency.",
1011
+ "error.script.ScriptExecutionError": "%s",
1012
+ "error.deploy.AzureStorageClearBlobsError.Notification": "Unable to clear blob files in Azure Storage Account '%s'. Refer to the [output channel](command:fx-extension.showOutputChannel) for more details.",
1013
+ "error.deploy.AzureStorageClearBlobsError": "Unable to clear blob files in Azure Storage Account '%s'. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
1014
+ "error.deploy.AzureStorageUploadFilesError.Notification": "Unable to upload local folder '%s' to Azure Storage Account '%s'. Refer to the [output channel](command:fx-extension.showOutputChannel) for more details.",
1015
+ "error.deploy.AzureStorageUploadFilesError": "Unable to upload local folder '%s' to Azure Storage Account '%s'. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
1016
+ "error.deploy.AzureStorageGetContainerError.Notification": "Unable to get Azure Storage container '%s' in Azure Storage Account '%s' due to error: %s. Refer to the [output channel](command:fx-extension.showOutputChannel) for more details.",
1017
+ "error.deploy.AzureStorageGetContainerError": "Unable to get Azure Storage container '%s' in Azure Storage Account '%s' due to error: %s. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
1018
+ "error.deploy.AzureStorageGetContainerPropertiesError.Notification": "Unable to get properties of container '%s' in Azure Storage Account '%s' due to error: %s. Refer to the [output channel](command:fx-extension.showOutputChannel) for more details.",
1019
+ "error.deploy.AzureStorageGetContainerPropertiesError": "Unable to get properties of container '%s' in Azure Storage Account '%s' due to error: %s. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
1020
+ "error.deploy.AzureStorageSetContainerPropertiesError.Notification": "Unable to set properties of container '%s' in Azure Storage Account '%s' due to error: %s. Refer to the [output channel](command:fx-extension.showOutputChannel) for more details.",
1021
+ "error.deploy.AzureStorageSetContainerPropertiesError": "Unable to set properties of container '%s' in Azure Storage Account '%s' due to error: %s. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again."
1022
+ }