@microsoft/teamsfx-core 2.0.0 → 2.0.1-alpha.6f92bb6f7.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 (412) hide show
  1. package/build/common/armInterface.d.ts +0 -5
  2. package/build/common/armInterface.d.ts.map +1 -1
  3. package/build/common/deps-checker/checkerFactory.d.ts.map +1 -1
  4. package/build/common/deps-checker/checkerFactory.js +0 -7
  5. package/build/common/deps-checker/checkerFactory.js.map +1 -1
  6. package/build/common/deps-checker/constant/helpLink.d.ts +0 -4
  7. package/build/common/deps-checker/constant/helpLink.d.ts.map +1 -1
  8. package/build/common/deps-checker/constant/helpLink.js +1 -9
  9. package/build/common/deps-checker/constant/helpLink.js.map +1 -1
  10. package/build/common/deps-checker/constant/message.d.ts +0 -5
  11. package/build/common/deps-checker/constant/message.d.ts.map +1 -1
  12. package/build/common/deps-checker/constant/message.js +0 -6
  13. package/build/common/deps-checker/constant/message.js.map +1 -1
  14. package/build/common/deps-checker/constant/telemetry.d.ts +2 -33
  15. package/build/common/deps-checker/constant/telemetry.d.ts.map +1 -1
  16. package/build/common/deps-checker/constant/telemetry.js +0 -31
  17. package/build/common/deps-checker/constant/telemetry.js.map +1 -1
  18. package/build/common/deps-checker/depsChecker.d.ts +0 -3
  19. package/build/common/deps-checker/depsChecker.d.ts.map +1 -1
  20. package/build/common/deps-checker/depsChecker.js +0 -3
  21. package/build/common/deps-checker/depsChecker.js.map +1 -1
  22. package/build/common/deps-checker/depsError.d.ts +0 -9
  23. package/build/common/deps-checker/depsError.d.ts.map +1 -1
  24. package/build/common/deps-checker/depsError.js +1 -22
  25. package/build/common/deps-checker/depsError.js.map +1 -1
  26. package/build/common/deps-checker/depsManager.d.ts.map +1 -1
  27. package/build/common/deps-checker/depsManager.js +0 -3
  28. package/build/common/deps-checker/depsManager.js.map +1 -1
  29. package/build/common/deps-checker/internal/funcToolChecker.d.ts +2 -2
  30. package/build/common/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
  31. package/build/common/deps-checker/internal/funcToolChecker.js +4 -2
  32. package/build/common/deps-checker/internal/funcToolChecker.js.map +1 -1
  33. package/build/common/deps-checker/internal/nodeChecker.d.ts +0 -20
  34. package/build/common/deps-checker/internal/nodeChecker.d.ts.map +1 -1
  35. package/build/common/deps-checker/internal/nodeChecker.js +1 -51
  36. package/build/common/deps-checker/internal/nodeChecker.js.map +1 -1
  37. package/build/common/local/localEnvManager.d.ts +0 -9
  38. package/build/common/local/localEnvManager.d.ts.map +1 -1
  39. package/build/common/local/localEnvManager.js +0 -59
  40. package/build/common/local/localEnvManager.js.map +1 -1
  41. package/build/common/projectSettingsHelper.d.ts +1 -7
  42. package/build/common/projectSettingsHelper.d.ts.map +1 -1
  43. package/build/common/projectSettingsHelper.js +5 -81
  44. package/build/common/projectSettingsHelper.js.map +1 -1
  45. package/build/common/projectSettingsHelperV3.d.ts +0 -1
  46. package/build/common/projectSettingsHelperV3.d.ts.map +1 -1
  47. package/build/common/projectSettingsHelperV3.js +1 -10
  48. package/build/common/projectSettingsHelperV3.js.map +1 -1
  49. package/build/common/samples.d.ts.map +1 -1
  50. package/build/common/samples.js +18 -40
  51. package/build/common/samples.js.map +1 -1
  52. package/build/common/templates-config.json +2 -2
  53. package/build/common/tools.d.ts +1 -2
  54. package/build/common/tools.d.ts.map +1 -1
  55. package/build/common/tools.js +5 -70
  56. package/build/common/tools.js.map +1 -1
  57. package/build/component/code/utils.d.ts +1 -8
  58. package/build/component/code/utils.d.ts.map +1 -1
  59. package/build/component/code/utils.js +5 -144
  60. package/build/component/code/utils.js.map +1 -1
  61. package/build/component/constants.d.ts +3 -0
  62. package/build/component/constants.d.ts.map +1 -1
  63. package/build/component/constants.js +13 -2
  64. package/build/component/constants.js.map +1 -1
  65. package/build/component/coordinator/index.d.ts +7 -7
  66. package/build/component/coordinator/index.d.ts.map +1 -1
  67. package/build/component/coordinator/index.js +15 -179
  68. package/build/component/coordinator/index.js.map +1 -1
  69. package/build/component/debug/error.d.ts +0 -1
  70. package/build/component/debug/error.d.ts.map +1 -1
  71. package/build/component/debug/error.js +1 -11
  72. package/build/component/debug/error.js.map +1 -1
  73. package/build/component/debug/index.d.ts.map +1 -1
  74. package/build/component/debug/index.js +1 -25
  75. package/build/component/debug/index.js.map +1 -1
  76. package/build/component/driver/aad/create.d.ts.map +1 -1
  77. package/build/component/driver/aad/create.js +2 -2
  78. package/build/component/driver/aad/create.js.map +1 -1
  79. package/build/component/driver/aad/update.d.ts.map +1 -1
  80. package/build/component/driver/aad/update.js +6 -20
  81. package/build/component/driver/aad/update.js.map +1 -1
  82. package/build/component/driver/botAadApp/create.d.ts.map +1 -1
  83. package/build/component/driver/botAadApp/create.js +2 -2
  84. package/build/component/driver/botAadApp/create.js.map +1 -1
  85. package/build/component/driver/devTool/error/dotnetInstallationUserError.d.ts +1 -1
  86. package/build/component/driver/devTool/error/dotnetInstallationUserError.d.ts.map +1 -1
  87. package/build/component/driver/devTool/error/dotnetInstallationUserError.js +4 -2
  88. package/build/component/driver/devTool/error/dotnetInstallationUserError.js.map +1 -1
  89. package/build/component/driver/devTool/error/funcInstallationUserError.d.ts +1 -1
  90. package/build/component/driver/devTool/error/funcInstallationUserError.d.ts.map +1 -1
  91. package/build/component/driver/devTool/error/funcInstallationUserError.js +4 -2
  92. package/build/component/driver/devTool/error/funcInstallationUserError.js.map +1 -1
  93. package/build/component/driver/devTool/installDriver.d.ts +1 -0
  94. package/build/component/driver/devTool/installDriver.d.ts.map +1 -1
  95. package/build/component/driver/devTool/installDriver.js +17 -24
  96. package/build/component/driver/devTool/installDriver.js.map +1 -1
  97. package/build/component/driver/script/baseBuildDriver.d.ts.map +1 -1
  98. package/build/component/driver/script/baseBuildDriver.js +2 -2
  99. package/build/component/driver/script/baseBuildDriver.js.map +1 -1
  100. package/build/component/driver/script/scriptDriver.d.ts +11 -1
  101. package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
  102. package/build/component/driver/script/scriptDriver.js +121 -4
  103. package/build/component/driver/script/scriptDriver.js.map +1 -1
  104. package/build/component/driver/teamsApp/createAppPackage.d.ts +0 -1
  105. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  106. package/build/component/driver/teamsApp/createAppPackage.js +1 -11
  107. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  108. package/build/component/driver/teamsApp/validate.d.ts +0 -1
  109. package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
  110. package/build/component/driver/teamsApp/validate.js +34 -18
  111. package/build/component/driver/teamsApp/validate.js.map +1 -1
  112. package/build/component/feature/bot/question.d.ts.map +1 -1
  113. package/build/component/feature/bot/question.js +7 -16
  114. package/build/component/feature/bot/question.js.map +1 -1
  115. package/build/component/feature/sso.d.ts +0 -4
  116. package/build/component/feature/sso.d.ts.map +1 -1
  117. package/build/component/feature/sso.js +10 -144
  118. package/build/component/feature/sso.js.map +1 -1
  119. package/build/component/question.d.ts +3 -64
  120. package/build/component/question.d.ts.map +1 -1
  121. package/build/component/question.js +61 -663
  122. package/build/component/question.js.map +1 -1
  123. package/build/component/registerService.d.ts +0 -14
  124. package/build/component/registerService.d.ts.map +1 -1
  125. package/build/component/registerService.js +0 -14
  126. package/build/component/registerService.js.map +1 -1
  127. package/build/component/resource/aadApp/aadApp.d.ts.map +1 -1
  128. package/build/component/resource/aadApp/aadApp.js +6 -24
  129. package/build/component/resource/aadApp/aadApp.js.map +1 -1
  130. package/build/component/resource/appManifest/appStudio.js +1 -1
  131. package/build/component/resource/appManifest/appStudio.js.map +1 -1
  132. package/build/component/resource/appManifest/utils/ManifestUtils.d.ts +1 -1
  133. package/build/component/resource/appManifest/utils/ManifestUtils.d.ts.map +1 -1
  134. package/build/component/resource/appManifest/utils/ManifestUtils.js +1 -9
  135. package/build/component/resource/appManifest/utils/ManifestUtils.js.map +1 -1
  136. package/build/component/resource/spfx/utils/questions.d.ts.map +1 -1
  137. package/build/component/resource/spfx/utils/questions.js +1 -4
  138. package/build/component/resource/spfx/utils/questions.js.map +1 -1
  139. package/build/component/utils/backupFiles.d.ts +2 -1
  140. package/build/component/utils/backupFiles.d.ts.map +1 -1
  141. package/build/component/utils/backupFiles.js +23 -3
  142. package/build/component/utils/backupFiles.js.map +1 -1
  143. package/build/component/utils/charsetUtils.d.ts +3 -0
  144. package/build/component/utils/charsetUtils.d.ts.map +1 -0
  145. package/build/component/utils/charsetUtils.js +241 -0
  146. package/build/component/utils/charsetUtils.js.map +1 -0
  147. package/build/component/utils/envUtil.d.ts.map +1 -1
  148. package/build/component/utils/envUtil.js +4 -1
  149. package/build/component/utils/envUtil.js.map +1 -1
  150. package/build/component/utils/metadataUtil.d.ts.map +1 -1
  151. package/build/component/utils/metadataUtil.js +9 -7
  152. package/build/component/utils/metadataUtil.js.map +1 -1
  153. package/build/component/utils/pathUtils.d.ts.map +1 -1
  154. package/build/component/utils/pathUtils.js +8 -7
  155. package/build/component/utils/pathUtils.js.map +1 -1
  156. package/build/component/utils/settingsUtil.js +3 -3
  157. package/build/component/utils/settingsUtil.js.map +1 -1
  158. package/build/component/utils.d.ts +1 -12
  159. package/build/component/utils.d.ts.map +1 -1
  160. package/build/component/utils.js +2 -225
  161. package/build/component/utils.js.map +1 -1
  162. package/build/component/workflow.d.ts +0 -1
  163. package/build/component/workflow.d.ts.map +1 -1
  164. package/build/component/workflow.js +1 -687
  165. package/build/component/workflow.js.map +1 -1
  166. package/build/core/FxCore.d.ts +26 -34
  167. package/build/core/FxCore.d.ts.map +1 -1
  168. package/build/core/FxCore.js +86 -654
  169. package/build/core/FxCore.js.map +1 -1
  170. package/build/core/FxCoreImplementV3.d.ts +15 -9
  171. package/build/core/FxCoreImplementV3.d.ts.map +1 -1
  172. package/build/core/FxCoreImplementV3.js +105 -105
  173. package/build/core/FxCoreImplementV3.js.map +1 -1
  174. package/build/core/middleware/envInfoLoaderV3.d.ts +1 -10
  175. package/build/core/middleware/envInfoLoaderV3.d.ts.map +1 -1
  176. package/build/core/middleware/envInfoLoaderV3.js +1 -207
  177. package/build/core/middleware/envInfoLoaderV3.js.map +1 -1
  178. package/build/core/middleware/projectMigratorV3.d.ts +1 -0
  179. package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
  180. package/build/core/middleware/projectMigratorV3.js +7 -7
  181. package/build/core/middleware/projectMigratorV3.js.map +1 -1
  182. package/build/core/middleware/projectSettingsLoader.d.ts +1 -4
  183. package/build/core/middleware/projectSettingsLoader.d.ts.map +1 -1
  184. package/build/core/middleware/projectSettingsLoader.js +4 -58
  185. package/build/core/middleware/projectSettingsLoader.js.map +1 -1
  186. package/build/core/middleware/projectVersionChecker.d.ts.map +1 -1
  187. package/build/core/middleware/projectVersionChecker.js +4 -5
  188. package/build/core/middleware/projectVersionChecker.js.map +1 -1
  189. package/build/core/middleware/questionModel.d.ts +0 -1
  190. package/build/core/middleware/questionModel.d.ts.map +1 -1
  191. package/build/core/middleware/questionModel.js +8 -54
  192. package/build/core/middleware/questionModel.js.map +1 -1
  193. package/build/core/middleware/utils/MigrationUtils.d.ts +0 -5
  194. package/build/core/middleware/utils/MigrationUtils.d.ts.map +1 -1
  195. package/build/core/middleware/utils/MigrationUtils.js +1 -77
  196. package/build/core/middleware/utils/MigrationUtils.js.map +1 -1
  197. package/build/core/question.d.ts +2 -12
  198. package/build/core/question.d.ts.map +1 -1
  199. package/build/core/question.js +14 -236
  200. package/build/core/question.js.map +1 -1
  201. package/build/core/types.d.ts +3 -3
  202. package/build/core/types.d.ts.map +1 -1
  203. package/build/error/common.d.ts +9 -0
  204. package/build/error/common.d.ts.map +1 -1
  205. package/build/error/common.js +39 -1
  206. package/build/error/common.js.map +1 -1
  207. package/build/error/script.d.ts +1 -1
  208. package/build/error/script.d.ts.map +1 -1
  209. package/build/error/script.js +3 -3
  210. package/build/error/script.js.map +1 -1
  211. package/build/index.d.ts +0 -2
  212. package/build/index.d.ts.map +1 -1
  213. package/build/index.js +1 -4
  214. package/build/index.js.map +1 -1
  215. package/package.json +12 -28
  216. package/resource/package.nls.json +10 -97
  217. package/templates/fallback/common.zip +0 -0
  218. package/templates/fallback/csharp.zip +0 -0
  219. package/templates/fallback/js.zip +0 -0
  220. package/templates/fallback/ts.zip +0 -0
  221. package/build/common/deps-checker/internal/ngrokChecker.d.ts +0 -27
  222. package/build/common/deps-checker/internal/ngrokChecker.d.ts.map +0 -1
  223. package/build/common/deps-checker/internal/ngrokChecker.js +0 -222
  224. package/build/common/deps-checker/internal/ngrokChecker.js.map +0 -1
  225. package/build/component/connection/apimConfig.d.ts +0 -11
  226. package/build/component/connection/apimConfig.d.ts.map +0 -1
  227. package/build/component/connection/apimConfig.js +0 -44
  228. package/build/component/connection/apimConfig.js.map +0 -1
  229. package/build/component/connection/azureFunctionConfig.d.ts +0 -9
  230. package/build/component/connection/azureFunctionConfig.d.ts.map +0 -1
  231. package/build/component/connection/azureFunctionConfig.js +0 -25
  232. package/build/component/connection/azureFunctionConfig.js.map +0 -1
  233. package/build/component/connection/azureResourceConfig.d.ts +0 -11
  234. package/build/component/connection/azureResourceConfig.d.ts.map +0 -1
  235. package/build/component/connection/azureResourceConfig.js +0 -72
  236. package/build/component/connection/azureResourceConfig.js.map +0 -1
  237. package/build/component/connection/azureWebAppConfig.d.ts +0 -9
  238. package/build/component/connection/azureWebAppConfig.d.ts.map +0 -1
  239. package/build/component/connection/azureWebAppConfig.js +0 -25
  240. package/build/component/connection/azureWebAppConfig.js.map +0 -1
  241. package/build/component/coordinator/lifecycleStage.d.ts +0 -2
  242. package/build/component/coordinator/lifecycleStage.d.ts.map +0 -1
  243. package/build/component/coordinator/lifecycleStage.js +0 -23
  244. package/build/component/coordinator/lifecycleStage.js.map +0 -1
  245. package/build/component/core.d.ts +0 -65
  246. package/build/component/core.d.ts.map +0 -1
  247. package/build/component/core.js +0 -653
  248. package/build/component/core.js.map +0 -1
  249. package/build/component/debug/util/ngrok.d.ts +0 -6
  250. package/build/component/debug/util/ngrok.d.ts.map +0 -1
  251. package/build/component/debug/util/ngrok.js +0 -65
  252. package/build/component/debug/util/ngrok.js.map +0 -1
  253. package/build/component/feature/api/api.d.ts +0 -8
  254. package/build/component/feature/api/api.d.ts.map +0 -1
  255. package/build/component/feature/api/api.js +0 -188
  256. package/build/component/feature/api/api.js.map +0 -1
  257. package/build/component/feature/apiconnector/apiConnector.d.ts +0 -11
  258. package/build/component/feature/apiconnector/apiConnector.d.ts.map +0 -1
  259. package/build/component/feature/apiconnector/apiConnector.js +0 -43
  260. package/build/component/feature/apiconnector/apiConnector.js.map +0 -1
  261. package/build/component/feature/apim.d.ts +0 -8
  262. package/build/component/feature/apim.d.ts.map +0 -1
  263. package/build/component/feature/apim.js +0 -123
  264. package/build/component/feature/apim.js.map +0 -1
  265. package/build/component/feature/bot/bot.d.ts +0 -12
  266. package/build/component/feature/bot/bot.d.ts.map +0 -1
  267. package/build/component/feature/bot/bot.js +0 -309
  268. package/build/component/feature/bot/bot.js.map +0 -1
  269. package/build/component/feature/keyVault.d.ts +0 -16
  270. package/build/component/feature/keyVault.d.ts.map +0 -1
  271. package/build/component/feature/keyVault.js +0 -90
  272. package/build/component/feature/keyVault.js.map +0 -1
  273. package/build/component/feature/spfx.d.ts +0 -9
  274. package/build/component/feature/spfx.d.ts.map +0 -1
  275. package/build/component/feature/spfx.js +0 -121
  276. package/build/component/feature/spfx.js.map +0 -1
  277. package/build/component/feature/sql.d.ts +0 -10
  278. package/build/component/feature/sql.d.ts.map +0 -1
  279. package/build/component/feature/sql.js +0 -80
  280. package/build/component/feature/sql.js.map +0 -1
  281. package/build/component/feature/tab.d.ts +0 -10
  282. package/build/component/feature/tab.d.ts.map +0 -1
  283. package/build/component/feature/tab.js +0 -238
  284. package/build/component/feature/tab.js.map +0 -1
  285. package/build/component/resource/azureSql/actions/configure.d.ts +0 -15
  286. package/build/component/resource/azureSql/actions/configure.d.ts.map +0 -1
  287. package/build/component/resource/azureSql/actions/configure.js +0 -92
  288. package/build/component/resource/azureSql/actions/configure.js.map +0 -1
  289. package/build/component/resource/azureSql/actions/provision.d.ts +0 -10
  290. package/build/component/resource/azureSql/actions/provision.d.ts.map +0 -1
  291. package/build/component/resource/azureSql/actions/provision.js +0 -63
  292. package/build/component/resource/azureSql/actions/provision.js.map +0 -1
  293. package/build/component/resource/azureSql/actions/utils.d.ts +0 -12
  294. package/build/component/resource/azureSql/actions/utils.d.ts.map +0 -1
  295. package/build/component/resource/azureSql/actions/utils.js +0 -82
  296. package/build/component/resource/azureSql/actions/utils.js.map +0 -1
  297. package/build/component/resource/azureSql/azureSql.d.ts +0 -24
  298. package/build/component/resource/azureSql/azureSql.d.ts.map +0 -1
  299. package/build/component/resource/azureSql/azureSql.js +0 -75
  300. package/build/component/resource/azureSql/azureSql.js.map +0 -1
  301. package/build/component/resource/azureSql/clients/management.d.ts +0 -18
  302. package/build/component/resource/azureSql/clients/management.d.ts.map +0 -1
  303. package/build/component/resource/azureSql/clients/management.js +0 -124
  304. package/build/component/resource/azureSql/clients/management.js.map +0 -1
  305. package/build/component/resource/azureSql/clients/sql.d.ts +0 -13
  306. package/build/component/resource/azureSql/clients/sql.d.ts.map +0 -1
  307. package/build/component/resource/azureSql/clients/sql.js +0 -153
  308. package/build/component/resource/azureSql/clients/sql.js.map +0 -1
  309. package/build/component/resource/azureSql/config.d.ts +0 -7
  310. package/build/component/resource/azureSql/config.d.ts.map +0 -1
  311. package/build/component/resource/azureSql/config.js +0 -77
  312. package/build/component/resource/azureSql/config.js.map +0 -1
  313. package/build/component/resource/azureSql/constants.d.ts +0 -85
  314. package/build/component/resource/azureSql/constants.d.ts.map +0 -1
  315. package/build/component/resource/azureSql/constants.js +0 -95
  316. package/build/component/resource/azureSql/constants.js.map +0 -1
  317. package/build/component/resource/azureSql/errors.d.ts +0 -63
  318. package/build/component/resource/azureSql/errors.d.ts.map +0 -1
  319. package/build/component/resource/azureSql/errors.js +0 -107
  320. package/build/component/resource/azureSql/errors.js.map +0 -1
  321. package/build/component/resource/azureSql/index.d.ts +0 -2
  322. package/build/component/resource/azureSql/index.d.ts.map +0 -1
  323. package/build/component/resource/azureSql/index.js +0 -7
  324. package/build/component/resource/azureSql/index.js.map +0 -1
  325. package/build/component/resource/azureSql/questions.d.ts +0 -6
  326. package/build/component/resource/azureSql/questions.d.ts.map +0 -1
  327. package/build/component/resource/azureSql/questions.js +0 -59
  328. package/build/component/resource/azureSql/questions.js.map +0 -1
  329. package/build/component/resource/azureSql/results.d.ts +0 -10
  330. package/build/component/resource/azureSql/results.d.ts.map +0 -1
  331. package/build/component/resource/azureSql/results.js +0 -34
  332. package/build/component/resource/azureSql/results.js.map +0 -1
  333. package/build/component/resource/azureSql/types.d.ts +0 -12
  334. package/build/component/resource/azureSql/types.d.ts.map +0 -1
  335. package/build/component/resource/azureSql/types.js +0 -5
  336. package/build/component/resource/azureSql/types.js.map +0 -1
  337. package/build/component/resource/azureSql/utils/checkInput.d.ts +0 -10
  338. package/build/component/resource/azureSql/utils/checkInput.d.ts.map +0 -1
  339. package/build/component/resource/azureSql/utils/checkInput.js +0 -89
  340. package/build/component/resource/azureSql/utils/checkInput.js.map +0 -1
  341. package/build/component/resource/azureSql/utils/common.d.ts +0 -12
  342. package/build/component/resource/azureSql/utils/common.d.ts.map +0 -1
  343. package/build/component/resource/azureSql/utils/common.js +0 -51
  344. package/build/component/resource/azureSql/utils/common.js.map +0 -1
  345. package/build/component/resource/identity.d.ts +0 -28
  346. package/build/component/resource/identity.d.ts.map +0 -1
  347. package/build/component/resource/identity.js +0 -42
  348. package/build/component/resource/identity.js.map +0 -1
  349. package/build/component/resource/keyVault.d.ts +0 -29
  350. package/build/component/resource/keyVault.d.ts.map +0 -1
  351. package/build/component/resource/keyVault.js +0 -47
  352. package/build/component/resource/keyVault.js.map +0 -1
  353. package/build/component/resource/simpleAuth/constants.d.ts +0 -122
  354. package/build/component/resource/simpleAuth/constants.d.ts.map +0 -1
  355. package/build/component/resource/simpleAuth/constants.js +0 -163
  356. package/build/component/resource/simpleAuth/constants.js.map +0 -1
  357. package/build/component/resource/simpleAuth/errors.d.ts +0 -17
  358. package/build/component/resource/simpleAuth/errors.d.ts.map +0 -1
  359. package/build/component/resource/simpleAuth/errors.js +0 -91
  360. package/build/component/resource/simpleAuth/errors.js.map +0 -1
  361. package/build/component/resource/simpleAuth/index.d.ts +0 -12
  362. package/build/component/resource/simpleAuth/index.d.ts.map +0 -1
  363. package/build/component/resource/simpleAuth/index.js +0 -115
  364. package/build/component/resource/simpleAuth/index.js.map +0 -1
  365. package/build/component/resource/simpleAuth/result.d.ts +0 -9
  366. package/build/component/resource/simpleAuth/result.d.ts.map +0 -1
  367. package/build/component/resource/simpleAuth/result.js +0 -35
  368. package/build/component/resource/simpleAuth/result.js.map +0 -1
  369. package/build/component/resource/simpleAuth/utils/common.d.ts +0 -23
  370. package/build/component/resource/simpleAuth/utils/common.d.ts.map +0 -1
  371. package/build/component/resource/simpleAuth/utils/common.js +0 -150
  372. package/build/component/resource/simpleAuth/utils/common.js.map +0 -1
  373. package/build/component/resource/simpleAuth/utils/dialog.d.ts +0 -5
  374. package/build/component/resource/simpleAuth/utils/dialog.d.ts.map +0 -1
  375. package/build/component/resource/simpleAuth/utils/dialog.js +0 -7
  376. package/build/component/resource/simpleAuth/utils/dialog.js.map +0 -1
  377. package/build/component/resource/simpleAuth/utils/telemetry.d.ts +0 -17
  378. package/build/component/resource/simpleAuth/utils/telemetry.d.ts.map +0 -1
  379. package/build/component/resource/simpleAuth/utils/telemetry.js +0 -45
  380. package/build/component/resource/simpleAuth/utils/telemetry.js.map +0 -1
  381. package/build/core/dependencyChecker.d.ts +0 -1
  382. package/build/core/dependencyChecker.d.ts.map +0 -1
  383. package/build/core/dependencyChecker.js +0 -2
  384. package/build/core/dependencyChecker.js.map +0 -1
  385. package/build/core/middleware/CommonErrorHandlerMW.d.ts +0 -14
  386. package/build/core/middleware/CommonErrorHandlerMW.d.ts.map +0 -1
  387. package/build/core/middleware/CommonErrorHandlerMW.js +0 -63
  388. package/build/core/middleware/CommonErrorHandlerMW.js.map +0 -1
  389. package/build/core/middleware/aadManifestMigration.d.ts +0 -3
  390. package/build/core/middleware/aadManifestMigration.d.ts.map +0 -1
  391. package/build/core/middleware/aadManifestMigration.js +0 -119
  392. package/build/core/middleware/aadManifestMigration.js.map +0 -1
  393. package/build/core/middleware/consolidateLocalRemote.d.ts +0 -5
  394. package/build/core/middleware/consolidateLocalRemote.d.ts.map +0 -1
  395. package/build/core/middleware/consolidateLocalRemote.js +0 -378
  396. package/build/core/middleware/consolidateLocalRemote.js.map +0 -1
  397. package/build/core/middleware/envInfoWriter.d.ts +0 -8
  398. package/build/core/middleware/envInfoWriter.d.ts.map +0 -1
  399. package/build/core/middleware/envInfoWriter.js +0 -76
  400. package/build/core/middleware/envInfoWriter.js.map +0 -1
  401. package/build/core/middleware/envInfoWriterV3.d.ts +0 -6
  402. package/build/core/middleware/envInfoWriterV3.d.ts.map +0 -1
  403. package/build/core/middleware/envInfoWriterV3.js +0 -67
  404. package/build/core/middleware/envInfoWriterV3.js.map +0 -1
  405. package/build/core/middleware/projectMigrator.d.ts +0 -40
  406. package/build/core/middleware/projectMigrator.d.ts.map +0 -1
  407. package/build/core/middleware/projectMigrator.js +0 -1014
  408. package/build/core/middleware/projectMigrator.js.map +0 -1
  409. package/build/core/middleware/projectSettingsWriter.d.ts +0 -6
  410. package/build/core/middleware/projectSettingsWriter.d.ts.map +0 -1
  411. package/build/core/middleware/projectSettingsWriter.js +0 -52
  412. package/build/core/middleware/projectSettingsWriter.js.map +0 -1
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAIA,OAAO,kBAAkB,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC;AACrC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kCAAkC,CAAC;AACjD,cAAc,uBAAuB,CAAC;AACtC,cAAc,8CAA8C,CAAC;AAC7D,cAAc,yCAAyC,CAAC;AACxD,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AACpD,OAAO,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACvE,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAClF,OAAO,EAAE,gBAAgB,EAAE,MAAM,+CAA+C,CAAC;AACjF,OAAO,EAAE,eAAe,EAAE,MAAM,kDAAkD,CAAC;AACnF,OAAO,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAC;AAC1F,OAAO,EAAE,SAAS,EAAE,MAAM,sBAAsB,CAAC;AACjD,OAAO,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAIA,OAAO,kBAAkB,CAAC;AAC1B,cAAc,eAAe,CAAC;AAC9B,cAAc,gBAAgB,CAAC;AAC/B,cAAc,qBAAqB,CAAC;AACpC,cAAc,gBAAgB,CAAC;AAC/B,cAAc,uBAAuB,CAAC;AACtC,cAAc,0BAA0B,CAAC;AACzC,cAAc,kBAAkB,CAAC;AACjC,cAAc,cAAc,CAAC;AAC7B,cAAc,sBAAsB,CAAC;AACrC,cAAc,8BAA8B,CAAC;AAC7C,cAAc,uBAAuB,CAAC;AACtC,cAAc,qBAAqB,CAAC;AACpC,cAAc,kCAAkC,CAAC;AACjD,cAAc,uBAAuB,CAAC;AACtC,cAAc,8CAA8C,CAAC;AAC7D,OAAO,EAAE,OAAO,EAAE,MAAM,2BAA2B,CAAC;AACpD,OAAO,EAAE,kBAAkB,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AACvE,OAAO,EAAE,cAAc,EAAE,gBAAgB,EAAE,MAAM,gCAAgC,CAAC;AAClF,OAAO,EAAE,gBAAgB,EAAE,MAAM,+CAA+C,CAAC;AACjF,OAAO,EAAE,eAAe,EAAE,MAAM,kDAAkD,CAAC;AACnF,OAAO,EAAE,aAAa,EAAE,MAAM,2DAA2D,CAAC;AAC1F,OAAO,EAAE,sBAAsB,EAAE,MAAM,qBAAqB,CAAC"}
package/build/index.js CHANGED
@@ -2,7 +2,7 @@
2
2
  // Licensed under the MIT license.
3
3
  "use strict";
4
4
  Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.CollaborationConstants = exports.FeatureId = exports.AppStudioClient = exports.getPermissionMap = exports.isExistingTabApp = exports.isValidProject = exports.environmentManager = exports.envUtil = void 0;
5
+ exports.CollaborationConstants = exports.AppStudioClient = exports.getPermissionMap = exports.isExistingTabApp = exports.isValidProject = exports.environmentManager = exports.envUtil = void 0;
6
6
  const tslib_1 = require("tslib");
7
7
  require("reflect-metadata");
8
8
  tslib_1.__exportStar(require("./core/FxCore"), exports);
@@ -20,7 +20,6 @@ tslib_1.__exportStar(require("./component/migrate"), exports);
20
20
  tslib_1.__exportStar(require("./common/projectSettingsHelperV3"), exports);
21
21
  tslib_1.__exportStar(require("./component/constants"), exports);
22
22
  tslib_1.__exportStar(require("./component/resource/appManifest/utils/utils"), exports);
23
- tslib_1.__exportStar(require("./component/resource/azureSql/constants"), exports);
24
23
  var envUtil_1 = require("./component/utils/envUtil");
25
24
  Object.defineProperty(exports, "envUtil", { enumerable: true, get: function () { return envUtil_1.envUtil; } });
26
25
  var environment_1 = require("./core/environment");
@@ -32,8 +31,6 @@ var index_1 = require("./component/resource/aadApp/permissions/index");
32
31
  Object.defineProperty(exports, "getPermissionMap", { enumerable: true, get: function () { return index_1.getPermissionMap; } });
33
32
  var appStudioClient_1 = require("./component/resource/appManifest/appStudioClient");
34
33
  Object.defineProperty(exports, "AppStudioClient", { enumerable: true, get: function () { return appStudioClient_1.AppStudioClient; } });
35
- var question_1 = require("./component/question");
36
- Object.defineProperty(exports, "FeatureId", { enumerable: true, get: function () { return question_1.FeatureId; } });
37
34
  var collaborator_1 = require("./core/collaborator");
38
35
  Object.defineProperty(exports, "CollaborationConstants", { enumerable: true, get: function () { return collaborator_1.CollaborationConstants; } });
39
36
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAClC,YAAY,CAAC;;;;AAEb,4BAA0B;AAC1B,wDAA8B;AAC9B,yDAA+B;AAC/B,8DAAoC;AACpC,yDAA+B;AAC/B,gEAAsC;AACtC,mEAAyC;AACzC,2DAAiC;AACjC,uDAA6B;AAC7B,+DAAqC;AACrC,uEAA6C;AAC7C,gEAAsC;AACtC,8DAAoC;AACpC,2EAAiD;AACjD,gEAAsC;AACtC,uFAA6D;AAC7D,kFAAwD;AACxD,qDAAoD;AAA3C,kGAAA,OAAO,OAAA;AAChB,kDAAuE;AAA9D,iHAAA,kBAAkB,OAAA;AAC3B,wEAAkF;AAAzE,uHAAA,cAAc,OAAA;AAAE,yHAAA,gBAAgB,OAAA;AACzC,uEAAiF;AAAxE,yGAAA,gBAAgB,OAAA;AACzB,oFAAmF;AAA1E,kHAAA,eAAe,OAAA;AAExB,iDAAiD;AAAxC,qGAAA,SAAS,OAAA;AAClB,oDAA6D;AAApD,sHAAA,sBAAsB,OAAA"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,uCAAuC;AACvC,kCAAkC;AAClC,YAAY,CAAC;;;;AAEb,4BAA0B;AAC1B,wDAA8B;AAC9B,yDAA+B;AAC/B,8DAAoC;AACpC,yDAA+B;AAC/B,gEAAsC;AACtC,mEAAyC;AACzC,2DAAiC;AACjC,uDAA6B;AAC7B,+DAAqC;AACrC,uEAA6C;AAC7C,gEAAsC;AACtC,8DAAoC;AACpC,2EAAiD;AACjD,gEAAsC;AACtC,uFAA6D;AAC7D,qDAAoD;AAA3C,kGAAA,OAAO,OAAA;AAChB,kDAAuE;AAA9D,iHAAA,kBAAkB,OAAA;AAC3B,wEAAkF;AAAzE,uHAAA,cAAc,OAAA;AAAE,yHAAA,gBAAgB,OAAA;AACzC,uEAAiF;AAAxE,yGAAA,gBAAgB,OAAA;AACzB,oFAAmF;AAA1E,kHAAA,eAAe,OAAA;AAExB,oDAA6D;AAApD,sHAAA,sBAAsB,OAAA"}
package/package.json CHANGED
@@ -1,12 +1,13 @@
1
1
  {
2
2
  "name": "@microsoft/teamsfx-core",
3
- "version": "2.0.0",
3
+ "version": "2.0.1-alpha.6f92bb6f7.0",
4
4
  "main": "build/index.js",
5
5
  "types": "build/index.d.ts",
6
6
  "license": "MIT",
7
7
  "scripts": {
8
8
  "lint:staged": "lint-staged",
9
9
  "lint": "eslint \"src/**/*.ts\" \"tests/**/*.ts\"",
10
+ "test:unit": "nyc mocha \"tests/**/*.test.ts\" ",
10
11
  "test:core": "nyc mocha \"tests/core/**/*.test.ts\"",
11
12
  "test:fxcore": "nyc mocha \"tests/core/FxCore.test.ts\"",
12
13
  "test:common": "nyc mocha \"tests/common/**/*.test.ts\"",
@@ -26,8 +27,10 @@
26
27
  "test:apim": "nyc mocha \"tests/plugins/resource/apim/**/*.test.ts\"",
27
28
  "test:keyvault": "nyc mocha \"tests/plugins/resource/keyvault/**/*.test.ts\"",
28
29
  "test:apiconnector": "nyc mocha \"tests/component/feature/apiconnector/**/*.test.ts\"",
29
- "test:unit": "nyc mocha \"tests/**/*.test.ts\" ",
30
30
  "test:env-checker": "npx mocha \"tests/common/deps-checker/**/*.it.ts\"",
31
+ "test:func-checker": "npx mocha \"tests/common/deps-checker/**/funcTool.it.ts\"",
32
+ "test:node-checker": "npx mocha \"tests/common/deps-checker/**/node.it.ts\"",
33
+ "test:dotnet-checker": "npx mocha \"tests/common/deps-checker/**/dotnet.it.ts\"",
31
34
  "test:component": "nyc mocha \"tests/component/**/*.test.ts\"",
32
35
  "test:configManager": "nyc mocha \"tests/component/configManager/*.test.ts\"",
33
36
  "test:botService": "nyc mocha \"tests/component/resource/botService/**/*.test.ts\"",
@@ -68,39 +71,34 @@
68
71
  "@apidevtools/swagger-parser": "^10.0.2",
69
72
  "@azure/arm-apimanagement": "^8.0.0",
70
73
  "@azure/arm-appservice": "^13.0.0",
71
- "@azure/arm-botservice": "^2.0.0",
72
74
  "@azure/arm-resources": "~5.0.1",
73
75
  "@azure/arm-sql": "^9.0.0",
74
76
  "@azure/arm-storage": "^17.2.1",
75
77
  "@azure/arm-subscriptions": "^5.0.0",
76
78
  "@azure/core-auth": "^1.4.0",
77
79
  "@azure/identity": "^3.1.3",
80
+ "@azure/ms-rest-js": "^2.6.6",
78
81
  "@azure/msal-node": "^1.14.6",
79
82
  "@azure/storage-blob": "^12.7.0",
80
- "@dbpiper/timer": "1.0.0-beta.2",
81
83
  "@feathersjs/hooks": "^0.6.5",
82
- "@microsoft/teamsfx-api": "^0.22.2",
84
+ "@microsoft/teamsfx-api": "0.22.3-alpha.6f92bb6f7.0",
83
85
  "@npmcli/arborist": "^4.2.0",
84
86
  "@types/proper-lockfile": "^4.1.1",
85
87
  "adm-zip": "^0.5.5",
86
88
  "ajv": "^8.5.0",
87
- "ajv-draft-04": "^1.0.0",
88
89
  "axios": "^0.21.2",
89
90
  "axios-retry": "^3.3.1",
90
91
  "comment-json": "^4.2.3",
91
92
  "cryptr": "^6.0.2",
92
- "dateformat": "^4.5.1",
93
93
  "detect-port": "^1.3.0",
94
94
  "dotenv": "^8.2.0",
95
- "express": "^4.18.2",
96
95
  "form-data": "^4.0.0",
97
96
  "fs-extra": "^9.1.0",
98
97
  "glob": "^7.1.6",
99
98
  "got": "^11.8.2",
100
99
  "handlebars": "^4.7.7",
101
- "http-close": "^1.0.0",
100
+ "iconv-lite": "^0.6.3",
102
101
  "ignore": "^5.1.8",
103
- "install": "^0.13.0",
104
102
  "js-base64": "^3.6.0",
105
103
  "js-yaml": "^4.0.0",
106
104
  "jsonschema": "^1.4.0",
@@ -109,7 +107,6 @@
109
107
  "md5": "^2.3.0",
110
108
  "mime": "^2.5.2",
111
109
  "mustache": "^4.2.0",
112
- "nanoid": "^3.1.31",
113
110
  "node-forge": "^1.0.0",
114
111
  "node-ts-uuid": "^1.0.8",
115
112
  "office-addin-manifest": "^1.12.4",
@@ -121,8 +118,6 @@
121
118
  "semver": "^7.3.4",
122
119
  "strip-bom": "^4.0.0",
123
120
  "tedious": "^15.1.2",
124
- "toposort": "^2.0.2",
125
- "tslib": "^2.1.0",
126
121
  "typedi": "^0.10.0",
127
122
  "unzipper": "^0.10.11",
128
123
  "url-parse": "^1.5.9",
@@ -130,26 +125,21 @@
130
125
  "validator": "^13.7.0",
131
126
  "xml2js": "^0.5.0",
132
127
  "yaml": "^2.2.2",
133
- "yaml-language-server": "1.7.0",
134
- "zip-a-folder": "0.0.12"
128
+ "yaml-language-server": "1.7.0"
135
129
  },
136
130
  "devDependencies": {
137
131
  "@azure/storage-blob": "^12.5.0",
138
132
  "@istanbuljs/nyc-config-typescript": "^1.0.1",
139
- "@microsoft/eslint-plugin-teamsfx": "^0.0.2",
133
+ "@microsoft/eslint-plugin-teamsfx": "0.0.3-alpha.6f92bb6f7.0",
140
134
  "@types/adm-zip": "^0.4.33",
141
135
  "@types/chai": "^4.2.14",
142
136
  "@types/chai-as-promised": "^7.1.3",
143
- "@types/chai-spies": "^1.0.3",
144
137
  "@types/cryptr": "^4.0.1",
145
- "@types/dateformat": "^3.0.1",
146
138
  "@types/detect-port": "^1.3.2",
147
- "@types/express": "^4.17.14",
148
139
  "@types/faker": "^5.5.0",
149
140
  "@types/fs-extra": "^9.0.9",
150
141
  "@types/glob": "^7.1.3",
151
142
  "@types/js-yaml": "^4.0.0",
152
- "@types/jsum": "^0.1.0",
153
143
  "@types/jwt-decode": "^3.1.0",
154
144
  "@types/klaw": "^3.0.1",
155
145
  "@types/lodash": "4.14.117",
@@ -166,7 +156,6 @@
166
156
  "@types/sinon": "^9.0.10",
167
157
  "@types/tedious": "^4.0.9",
168
158
  "@types/tmp": "^0.2.0",
169
- "@types/toposort": "^2.0.3",
170
159
  "@types/unzipper": "^0.10.5",
171
160
  "@types/url-parse": "^1.4.3",
172
161
  "@types/uuid": "^8.3.0",
@@ -177,7 +166,6 @@
177
166
  "ahocorasick": "^1.0.2",
178
167
  "chai": "^4.2.0",
179
168
  "chai-as-promised": "^7.1.1",
180
- "chai-spies": "^1.0.0",
181
169
  "copy-webpack-plugin": "^6.4.1",
182
170
  "dotenv": "^8.2.0",
183
171
  "eslint": "^7.22.0",
@@ -188,7 +176,6 @@
188
176
  "find-process": "^1.4.4",
189
177
  "lint-staged": "^10.5.4",
190
178
  "mocha": "^10.2.0",
191
- "mocha-junit-reporter": "^2.0.2",
192
179
  "mock-fs": "^4.13.0",
193
180
  "mocked-env": "^1.3.5",
194
181
  "nock": "^13.2.9",
@@ -201,18 +188,15 @@
201
188
  "tmp": "^0.2.1",
202
189
  "ts-loader": "^8.0.3",
203
190
  "ts-node": "^9.1.1",
204
- "tslint": "^6.1.3",
205
- "ttypescript": "^1.5.12",
206
191
  "typescript": "^4.2.3",
207
- "webpack": "^5.61.0",
208
- "webpack-cli": "^4.9.1"
192
+ "webpack": "^5.61.0"
209
193
  },
210
194
  "files": [
211
195
  "build/**/*",
212
196
  "resource/**/*",
213
197
  "templates/**/*"
214
198
  ],
215
- "gitHead": "71ef71df56a246236007628327f8df5397fbb4f3",
199
+ "gitHead": "44ad6fc11b5f49275249f57c7b74300a39905fca",
216
200
  "publishConfig": {
217
201
  "access": "public"
218
202
  },
@@ -1,5 +1,4 @@
1
1
  {
2
- "core.init.successNotice": "Your project has been successfully initialized to operate with TeamsFx.\n\nSome next steps:\nteamsfx add <feature> will allow you to add features like single sign on or Teams notification integration.\n\nPro tip:\nRead on aka.ms/teams-manifest to learn more about updating manifest file to connect with your existing launch page experience.",
3
2
  "core.provision.provision": "Provision",
4
3
  "core.provision.learnMore": "Learn more",
5
4
  "core.provision.switchedM365AccountNotice": "You are now using a different Microsoft 365 tenant from what you previously used.",
@@ -13,13 +12,8 @@
13
12
  "core.provision.confirmEnvOnlyNotice": "Do you want to provision resources in %s environment using the account listed above?",
14
13
  "core.deploy.confirmEnvNotice": "Do you want to deploy resources in %s environment?\nAzure account (%s) with subscription (%s) will be used for deployment.",
15
14
  "core.deploy.confirmEnvNoticeV3": "Do you want to deploy resources in %s environment?",
16
- "core.provision.successNotice": "'%s' successfully provisioned in the cloud.",
17
- "core.provision.configurationFinishNotice": "[%s] Configuration finished.",
18
- "core.provision.ProvisionFinishNotice": "[%s] Provision finished!",
19
15
  "core.provision.viewResources": "View provisioned resources",
20
- "core.deploy.FailedToDeployBeforeProvision": "Unable to deploy because the resources have not been provisioned yet. Make sure you do the provision first. Click Get Help to learn more about why you need to provision.",
21
16
  "core.deploy.noCapabilityFound": "No capability found to %s. Click Get Help to learn more about how to add capabilities.",
22
- "core.deploy.successNotice": "'%s' successfully deployed.",
23
17
  "core.deploy.aadManifestSuccessNotice": "Your Azure Active Directory application has been successfully deployed. Click \"Learn more\" to check how to view your Azure Active Directory application.",
24
18
  "core.deploy.aadManifestOnCLISuccessNotice": "Your Azure Active Directory application has been successfully updated.",
25
19
  "core.deploy.aadManifestLearnMore": "Learn more",
@@ -45,18 +39,6 @@
45
39
  "core.NoPluginSelected": "No plugin selected",
46
40
  "core.question.AzureResourcesQuestion.placeholder": "Select a resource (optional)",
47
41
  "core.question.AzureResourcesQuestion.title": "Cloud resources",
48
- "core.InitCapabilityTitle": "Teams Toolkit: Select the capability of your app",
49
- "core.InitCapabilityTab": "Your app contains Tab capabilities",
50
- "core.InitCapabilityBot": "Your app contains Bot capabilities",
51
- "core.InitEditorTitle": "Teams Toolkit: Select your development environment",
52
- "core.InitEditorVsc": "Visual Studio Code (JS/TS)",
53
- "core.InitEditorVs": "Visual Studio (.NET)",
54
- "core.InitEditorVscDesc": "You are developing with Visual Studio Code and using JS/TS",
55
- "core.InitEditorVsDesc": "You are developing with Visual Studio and using .NET",
56
- "core.InitIsSPFxTitle": "Teams Toolkit: Are you developing with SPFx?",
57
- "core.InitOptionYes": "Yes",
58
- "core.InitOptionNo": "No",
59
- "core.InitGenerateConfirm": "Teams Toolkit: Teams Toolkit will generate the following files (existing files with duplicated names will be overwritten), would you like to proceed? \n%s",
60
42
  "core.progress.scaffoldTab": "Scaffolding Tab",
61
43
  "core.progress.scaffoldTab.detail": "Scaffolding tab app.",
62
44
  "core.progress.scaffoldBot": "Scaffolding Bot",
@@ -90,7 +72,6 @@
90
72
  "core.error.programmingLanguageInvalid": "Invalid programming language found in project settings.",
91
73
  "core.Notification.ReadMore": "Read more",
92
74
  "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.",
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",
94
75
  "core.migrationV3.confirmOnly.Message": "Please confirm the upgrade",
95
76
  "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
77
  "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.",
@@ -100,22 +81,9 @@
100
81
  "core.migrationV3.CreateNewProject": "Teams Toolkit (pre-release) does not support migrating projects from previous versions. Project migration will be added in an upcoming release.",
101
82
  "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",
102
83
  "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.",
103
- "core.migrationToArmAndMultiEnv.SuccessMessage": "Upgrade succeeded.",
104
- "core.migrationToArmAndMultiEnv.ErrorMessage": "The upgrade process has failed. To troubleshoot and resolve the issue, please check the error message in the [Output panel](command:fx-extension.showOutputChannel).\n If you prefer to upgrade manually, please click on 'Learn More' to view the FAQ section.",
105
- "core.migrationToArmAndMultiEnv.PreCheckErrorMessage": "The upgrade process has failed. The file '%s' either does not exist or is not in JSON format. To proceed with the upgrade, please fix the file and try again by running the command \"Teams: Upgrade project\".\n If you prefer to upgrade manually, please click on \"Learn More\" to access the FAQ section.",
106
- "core.consolidateLocalRemote.Message": "Your project will be upgraded to work with the latest version of Teams Toolkit. The upgrade will only add config.local.json, manifest.template.json files and backup manifest.remote.template.json, manifest.local.template.json files without changing your custom code. If you do not want to upgrade, install an older version of Teams Toolkit (<= 3.7.0)",
107
- "core.consolidateLocalRemoteWithAadManifest.Message": "Your project will be upgraded to work with the latest version of Teams Toolkit. The upgrade will only add config.local.json, manifest.template.json, aad.template.json files, update projectSettings.json file and backup manifest.remote.template.json, manifest.local.template.json, projectSettings.json files without changing your custom code. If you do not want to upgrade, install an older version of Teams Toolkit (<= 3.7.0)",
108
- "core.consolidateLocalRemote.DifferentManifest": "Since Teams Toolkit will use manifest.remote.template.json as a single manifest template file after the upgrade, if you have customized the manifest.local.template.json, you will need to update the manifest.template.json to include your change.",
109
- "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.",
110
- "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.",
111
- "core.aadManifestMigration.outputMsg": "Congratulations! AAD manifest has been added, and please start to use this file to customize your AAD App registration. We have added aad.template.json, updated your projectSettings.json file and backed up projectSettings.json to .backup folder.",
112
- "core.aadManifestMigration.SuccessMessage": "Detect that your project is a previous version and auto update your project for new Teams Toolkit version. The following changes have been made:\n1. 'aad.template.json' is created under 'templates/appPackage'. For more information about AAD manifest, please refer %s\n2. '.fx/configs/projectSettings.json' is updated to include authentication related configuration. You can find a backup of old version in .backup folder.\nCongratulations! Your project now is updated and ready to run in latest version of Teams Toolkit.",
113
- "core.aadManifestMigration.ParsePermissionsFailedWarning": "Cannot parse permissions.json file when migration, and please follow this link to update permissions in aad.template.json file if necessary: https://aka.ms/teamsfx-aad-manifest#customize-requiredresourceaccess",
114
84
  "core.projectVersionChecker.cliUseNewVersion": "Your TeamFx CLI version is old and it doesn't support current project, please upgrade to the latest version using command below:\nnpm install -g @microsoft/teamsfx-cli@latest",
115
85
  "core.projectVersionChecker.incompatibleProject": "The current project is incompatible with the installed version of Teams Toolkit.",
116
86
  "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.",
117
- "core.aad.includeAadQuestionTitle": "Whether to deploy aad manifest",
118
- "core.aad.aadManifestFilePath": "Enter the aad.template.json file path to deploy",
119
87
  "core.deployArmTemplates.StartNotice": "[%s] Start deploying ARM templates.",
120
88
  "core.deployArmTemplates.CompileBicepSuccessNotice": "[%s] Successfully compile Bicep files to JSON.",
121
89
  "core.deployArmTemplates.SuccessNotice": "[%s] Successfully deploy ARM templates. Resource group name: %s. Deployment name: %s",
@@ -213,7 +181,6 @@
213
181
  "plugins.appstudio.buildSucceedNotice.fallback": "Teams package is successfully built at %s.",
214
182
  "plugins.appstudio.createPackage.progressBar.message": "Building Teams app package...",
215
183
  "plugins.appstudio.publishTip": "Teams: Publish to Teams",
216
- "plugins.appstudio.whetherToDeployManifest": "Whether to deploy app manifest to Teams platform",
217
184
  "plugins.appstudio.validationFailedNotice": "Manifest Validation failed!",
218
185
  "plugins.appstudio.validationSucceedNotice": "Manifest Validation succeed!",
219
186
  "plugins.appstudio.validateManifest.progressBar.message": "Validating manifest...",
@@ -267,19 +234,6 @@
267
234
  "plugins.bot.triggers.timer-functions.description": "Azure Functions",
268
235
  "plugins.bot.triggers.timer-functions.detail": "A running function hosted on Azure Functions can respond based on a specific schedule.",
269
236
  "plugins.bot.triggers.timer-functions.label": "Timer Trigger",
270
- "plugins.sql.getQuestionAdminName.title": "Azure SQL server admin username",
271
- "plugins.sql.getQuestionAdminName.validation.sqlUserNameEmpty": "Azure SQL server admin username cannot be empty",
272
- "plugins.sql.getQuestionAdminName.validation.sqlUserNameContainsSqlIdentifier": "Azure SQL server admin username cannot be empty",
273
- "plugins.sql.getQuestionAdminName.validation.sqlUserNameContainsNonAlphanumeric": "Azure SQL server admin username cannot include non-alphanumeric characters",
274
- "plugins.sql.getQuestionAdminName.validation.sqlUserNameStartWithNumber": "Azure SQL server admin username cannot start with a number",
275
- "plugins.sql.getQuestionAdminPassword.title": "Azure SQL server admin password",
276
- "plugins.sql.getQuestionAdminPassword.validation.sqlPasswordEmpty": "Azure SQL server admin password cannot be empty",
277
- "plugins.sql.getQuestionAdminPassword.validation.sqlPasswordLengthLessThan8": "Azure SQL server admin password must be at least 8 characters in length",
278
- "plugins.sql.getQuestionAdminPassword.validation.sqlPasswordLengthGreatThan128": "Azure SQL server admin password must be no more than 128 characters in length",
279
- "plugins.sql.getQuestionAdminPassword.validation.sqlPasswordMustContain3Categories": "Your password must contain characters from three of the following categories – English uppercase letters, English lowercase letters, numbers (0-9), and non-alphanumeric characters (!, $, #, %, etc.)",
280
- "plugins.sql.getQuestionAdminPassword.validation.sqlPasswordCannotContainUserName": "Your password cannot contain part or all of the user name",
281
- "plugins.sql.getQuestionConfirmPassword.title": "Confirm Azure SQL server admin password",
282
- "plugins.sql.getQuestionConfirmPassword.validation.sqlPasswordMustMatch": "Password and password confirmation must match",
283
237
  "plugins.cicd.ciOption.detail": "Help checkout code, build and run test.",
284
238
  "plugins.cicd.cdOption.detail": "Help checkout code, build, test and deploy to cloud.",
285
239
  "plugins.cicd.provisionOption.detail": "Help create/update resources in cloud and Teams app registration.",
@@ -363,7 +317,6 @@
363
317
  "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.",
364
318
  "error.BicepGenerationError": "Unable to generate Bicep file %s. Reason: %s",
365
319
  "error.LocalBotEndpointNotConfigured": "Local bot endpoint is not configured. Set \"bot.siteEndpoint\" in \".fx/configs/config.local.json\" and try again.",
366
- "error.NgrokTunnelNotConnected": "Ngrok tunnel is not connected. Check your network settings and try again.",
367
320
  "error.VideoFilterAppNotRemoteSupported": "Video filter app in remote is not supported by Teams Toolkit. Check the README.md file in project root folder.",
368
321
  "error.frontend.FailedSaveEnv": "Unable to save environment variables to %s. Your App may not work.",
369
322
  "error.frontend.FailedLoadEnv": "Unable to load environment variables from %s. Your App may not work.",
@@ -404,24 +357,6 @@
404
357
  "error.generator.DownloadSampleApiLimitError": "Unable to download sample due to throttling. Retry later after rate limit reset (This may take up to 1 hour). Alternatively, you can go to %s to git clone the repo manually",
405
358
  "error.generator.DownloadSampleNetworkError": "Unable to download sample due to network error. Check your network connection and retry. Alternatively, you can go to %s to git clone the repo manually",
406
359
  "error.generator.ParseUrlError": "Unable to parse url %s",
407
- "error.sql.GetDetail": "Get the detailed error message in [Output panel](command:fx-extension.showOutputChannel).",
408
- "error.sql.LinkHelpMessage": "You can follow %s to handle it.",
409
- "error.sql.SqlInputError": "SQL admin name or password is empty",
410
- "error.sql.SqlAskInputError": "Unable to get answer for SQL questions",
411
- "error.sql.SqlEndpointError": "SQL Server %s is invalid.",
412
- "error.sql.DatabaseUserCreateError": "Unable to create user '%s' in database %s",
413
- "error.sql.SqlAddAdminError": "Unable to add AAD admin '%s'. %s",
414
- "error.sql.SqlLocalFirwallError": "Unable to add local firewall for '%s'. %s",
415
- "error.sql.SqlDeleteLocalFirwallError": "Unable to delete local firewall for '%s'. Delete '%s' manually. %s",
416
- "error.sql.SqlUserInfoError": "Unable to get login user info.",
417
- "error.sql.SqlGetConfigError": "Unable to get config value of '%s' from '%s'.",
418
- "error.sql.SqlInvalidConfigError": "The config value of '%s' is invalid for %s.",
419
- "error.sql.SqlCheckError": "Unable to check SQL Server '%s'. %s",
420
- "error.sql.SqlCheckAdminError": "Unable to check AAD admin '%s'. %s",
421
- "error.sql.IdentityCredentialUndefine": "Cannot access database to add managed identity user %s. Please add the user for database %s manually",
422
- "error.sql.ServicePrincipalWarning": "service principal admin in azure sql can't add database user <%s>. You can add the user for %s manually",
423
- "error.sql.DomainError": "Conditional Access policy requires a compliant device, and the device is not compliant. %s",
424
- "error.sql.GuestAdminError": "SQL admin does not have enough permission to add database user. %s",
425
360
  "error.apiConnector.SampleCodeCreateFailError": "Unable to scaffold API connection samples. Reason: %s",
426
361
  "error.apiConnector.ScaffoldApiFilesError": "Unable to scaffold connect API files, Reason: %s",
427
362
  "error.apiConnector.ApiConnectorInputError": "API connector input %s is invalid",
@@ -471,9 +406,6 @@
471
406
  "core.WorkflowOption.detail": "Interact with multi-step processes in Teams chats",
472
407
  "core.ExistingTabOption.label": "Embed existing web app",
473
408
  "core.ExistingTabOption.detail": "Bring your own static webpages and embed in Microsoft Teams",
474
- "core.ExistingTabEndpointQuestion.placeholder": "Input your existing tab endpoint",
475
- "core.ExistingTabEndpointQuestion.title": "Enter your web app's local endpoint",
476
- "core.ExistingTabEndpointQuestion.validation": "Please enter a valid URL started with https://",
477
409
  "core.TabSPFxOption.label": "Tab (SPFx)",
478
410
  "core.TabSPFxOption.labelNew": "SPFx",
479
411
  "core.TabSPFxOption.description": "Client-side app with SharePoint Framework",
@@ -485,9 +417,6 @@
485
417
  "core.BotSso.detail": "Enable Single Sign On in your Teams Bot app",
486
418
  "core.TabNonSso.label": "Basic Tab",
487
419
  "core.TabNonSso.detail": "A simple implementation of a web app that's ready to customize",
488
- "core.addCapabilityQuestion.title": "Choose Capabilities",
489
- "core.addCapabilityQuestion.titleNew": "Capabilities",
490
- "core.addFeatureQuestion.title": "Add features",
491
420
  "core.createCapabilityQuestion.title": "Select capabilities",
492
421
  "core.createCapabilityQuestion.titleNew": "Capabilities",
493
422
  "core.createCapabilityQuestion.placeholder": "Select a capability",
@@ -505,7 +434,6 @@
505
434
  "core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Micosoft 365 app",
506
435
  "core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
507
436
  "core.createProjectQuestion.title": "New Project",
508
- "core.capability.validation": "Invalid capability combinations: %s, option sets: %s are mutually exclusive",
509
437
  "core.spfxFolder.title": "SPFx solution folder",
510
438
  "core.spfxFolder.placeholder": "Select the folder that contains your SPFx solution",
511
439
  "core.QuestionSelectTargetEnvironment.title": "Select an environment",
@@ -589,6 +517,11 @@
589
517
  "core.selectTeamsAppPackageQuestion.title": "Select Teams app package file",
590
518
  "core.selectLocalTeamsAppManifestQuestion.title": "Select local Teams manifest.json file",
591
519
  "core.selectCollaborationAppTypeQuestion.title": "Select app you want to manage the collaborators",
520
+ "core.selectValidateMethodQuestion.validate.selectTitle": "Select a validation method",
521
+ "core.selectValidateMethodQuestion.validate.schemaOption": "Validate using manifest schema",
522
+ "core.selectValidateMethodQuestion.validate.schemaOptionDescription": "Validate using manifest schema",
523
+ "core.selectValidateMethodQuestion.validate.appPackageOption": "Validate app package using validation rules",
524
+ "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Validate app package using validation rules",
592
525
  "core.confirmManifestQuestion.placeholder": "Confirm manifest is correctly selected",
593
526
  "core.aadAppQuestion.label": "Azure Active Directory app",
594
527
  "core.aadAppQuestion.description": "Your Azure Active Directory app for Single Sign On",
@@ -739,26 +672,8 @@
739
672
  "plugins.apim.error.InvalidPropertyType": "Property '%s' is not type '%s'.",
740
673
  "plugins.apim.error.ShortenToEmpty": "The value '%s' cannot be shorten to empty.",
741
674
  "plugins.apim.error.FailedToParseResourceIdError": "Unable to get '%s' from resource id: '%s'.",
742
- "error.sa.NoConfigError": "Unable to get config value of '%s' from '%s'.",
743
- "error.sa.UnauthenticatedError": "Unable to get user login information.",
744
- "error.sa.CreateAppServicePlanError": "Unable to create App Service plan: %s",
745
- "error.sa.FreeServerFarmsQuotaError": "Unable to create App Service plan: %s",
746
- "error.sa.MissingSubscriptionRegistrationError": "Unable to create App Service plan: ${message}",
747
- "error.sa.CreateWebAppError": "Unable to create Web App: %s",
748
- "error.sa.ZipDeployError": "Unable to deploy Simple Auth bits: %s",
749
- "error.sa.UpdateApplicationSettingsError": "Unable to update application settings: %s",
750
- "error.sa.EndpointInvalidError": "Unable to verify endpoint: %s. Reason: %s",
751
- "error.sa.ZipDownloadError": "Unable to download Simple Auth bits: %s",
752
- "error.sa.VersionFileNotExist": "`Unable to load version file from %s",
753
- "plugins.sa.RegisterRersourceProviderFailed": "Unable to register required resource provider for Simple Auth. Reason: %s. Register required resource provider %s manually.",
754
- "plugins.sa.FreeServerFarmsQuotaErrorToUser": "The maximum number of Free App Service Plan allowed in a Subscription is 10. Delete a free App Service plan and try again.",
755
- "core.addSso.onlySupportAzure": "Add SSO is only supported for project hosted in Azure",
756
- "core.addSso.onlyMeNotSupport": "Add SSO is not supported on Message Extension only projects",
757
675
  "core.addSso.functionNotSupport": "'Add SSO' is not supported for Bot hosted on Azure Functions",
758
- "core.addSso.needEnableFeatureFlag": "Need to set 'TEAMSFX_AAD_MANIFEST' in env to use add SSO feature",
759
676
  "core.addSso.ssoEnabled": "SSO is already enabled",
760
- "core.addSso.invalidSsoProject": "Invalid project. You may have modified '.fx/projectSettings.json' file.",
761
- "core.addSso.learnMore": "SSO is successfully added in your project. We have generated sample code and README in 'auth/'. Click on '%s' for more detail.",
762
677
  "core.addSsoFiles.emptyProjectPath": "Project path is empty",
763
678
  "core.addSsoFiles.FailedToCreateAuthFiles": "Unable to create files for add sso. Detail error: %s.",
764
679
  "core.addSsoFiles.invalidLanguage": "Invalid language. Please make sure '.fx/projectSettings.json' is not modified and try again.",
@@ -808,11 +723,7 @@
808
723
  "depChecker.invalidFuncVersion": "The format of version %s is invalid.",
809
724
  "depChecker.noSentinelFile": "Azure Functions Core Tools installation is incomplete.",
810
725
  "depChecker.funcVersionNotMatch": "The version of Azure Functions Core Tools (%s) is not compatible with the specified version range (%s).",
811
- "depChecker.startInstallNgrok": "Downloading and installing @NameVersion.",
812
- "depChecker.finishInstallNgrok": "Successfully installed @NameVersion.",
813
726
  "depChecker.finishInstallBicep": "Successfully installed @NameVersion.",
814
- "depChecker.needInstallNgrok": "You must have @NameVersion installed to debug your local bot.",
815
- "depChecker.failToValidateNgrok": "Unable to validate @NameVersion after installation.",
816
727
  "depChecker.downloadDotnet": "Downloading and installing the portable version of @NameVersion, which will be installed to @InstallDir and will not affect your environment.",
817
728
  "depChecker.downloadBicep": "Downloading and installing the portable version of @NameVersion, which will be installed to @InstallDir and will not affect your environment.",
818
729
  "depChecker.finishInstallDotnet": "Successfully installed @NameVersion.",
@@ -820,7 +731,6 @@
820
731
  "depChecker.dotnetInstallStderr": "dotnet-install command failed without error exit code but with non-empty standard error.",
821
732
  "depChecker.dotnetInstallErrorCode": "dotnet-install command failed.",
822
733
  "depChecker.NodeNotFound": "Cannot find Node.js. The supported node versions are specified in the package.json. Go to %s to install a supported Node.js. Restart all your Visual Studio Code instances after the installation is finished.",
823
- "depChecker.NodeNotSupported": "Node.js (@CurrentVersion) is not in the supported version list (@SupportedVersions).\n\nClick \"Learn more\" to learn more about the supported Node.js versions.\n\n(If you just installed Node.js (@SupportedVersions), restart Visual Studio Code for the change to take effect.)",
824
734
  "depChecker.V3NodeNotSupported": "Node.js (%s) is not the officially supported version (%s). Your project may continue to work but we recommend to install the supported version. The supported node versions are specified in the package.json. Go to %s to install a supported Node.js.",
825
735
  "depChecker.NodeNotLts": "Node.js (%s) is not a LTS version (%s). Go to %s to install a LTS Node.js.",
826
736
  "depChecker.dotnetNotFound": "Cannot find @NameVersion. For the details why .NET SDK is needed, refer to @HelpLink",
@@ -968,10 +878,13 @@
968
878
  "error.common.InvalidProjectError": "This command only works for project created by Teams Toolkit.",
969
879
  "error.common.FileNotFoundError": "The file or directory is not found: '%s'. Check if it exists and you have permission to access it.",
970
880
  "error.common.JSONSyntaxError": "JSON syntax error: %s. Check the JSON syntax to ensure it is properly formatted.",
971
- "error.common.UnhandledError": "An unexpected error has occurred while performing the %s task. The reason for this error is: %s. Welcome to report this issue by clicking on the provided \"Issue Link\", so that we can investigate and resolve the problem as soon as possible.",
881
+ "error.common.UnhandledError": "An unexpected error has occurred while performing the %s task. %s",
972
882
  "error.common.MissingRequiredInputError": "Missing required input: %s",
973
883
  "error.common.InputValidationError": "Input '%s' validation failed: %s",
974
884
  "error.common.NoEnvFilesError": "Unable to find .env files.",
885
+ "error.common.MissingRequiredFileError": "Missing %srequired file `%s`",
886
+ "error.common.HttpClientError": "A http client error happened while performing the %s task. The error response is: %s",
887
+ "error.common.HttpServerError": "A http server error happened while performing the %s task. Please try again later. The error response is: %s",
975
888
  "error.upgrade.NoNeedUpgrade": "This project is already the latest, no need to upgrade.",
976
889
  "error.collaboration.InvalidManifestError": "Unable to process your manifest file ('%s') due to the absence of the 'id' key. To identify your application correctly, please make sure that the 'id' key is present in the manifest file.",
977
890
  "error.collaboration.FailedToLoadManifest": "Unable to load manifest file. Reason: %s.",
@@ -1003,7 +916,7 @@
1003
916
  "error.deploy.CheckDeploymentStatusError": "Unable to check deployment status for location: '%s' due to error: %s. If the issue persists, please review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
1004
917
  "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.",
1005
918
  "error.script.ScriptTimeoutError": "Script execution timeout: %s. Adjust 'timeout' parameter in yaml or improve your script's efficiency.",
1006
- "error.script.ScriptExecutionError": "%s",
919
+ "error.script.ScriptExecutionError": "Script ('%s') execution error: %s",
1007
920
  "error.deploy.AzureStorageClearBlobsError.Notification": "Unable to clear blob files in Azure Storage Account '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
1008
921
  "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.",
1009
922
  "error.deploy.AzureStorageUploadFilesError.Notification": "Unable to upload local folder '%s' to Azure Storage Account '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
Binary file
Binary file
Binary file
Binary file
@@ -1,27 +0,0 @@
1
- import { DepsLogger } from "../depsLogger";
2
- import { DepsTelemetry } from "../depsTelemetry";
3
- import { DependencyStatus, DepsChecker } from "../depsChecker";
4
- export declare class NgrokChecker implements DepsChecker {
5
- private readonly _logger;
6
- private readonly _telemetry;
7
- constructor(logger: DepsLogger, telemetry: DepsTelemetry);
8
- command(): Promise<string>;
9
- private getDepsInfo;
10
- getInstallationInfo(): Promise<DependencyStatus>;
11
- install(): Promise<void>;
12
- getNgrokBinFolder(): string;
13
- resolve(): Promise<DependencyStatus>;
14
- private handleInstallNgrokFailed;
15
- private validate;
16
- private handleNpmNotFound;
17
- private getDefaultInstallPath;
18
- private getSentinelPath;
19
- private queryNgrokBinVersion;
20
- private hasNPM;
21
- private cleanup;
22
- private installNgrok;
23
- private static extractNpmInstallLog;
24
- private doInstallNgrok;
25
- private getExecCommand;
26
- }
27
- //# sourceMappingURL=ngrokChecker.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"ngrokChecker.d.ts","sourceRoot":"","sources":["../../../../src/common/deps-checker/internal/ngrokChecker.ts"],"names":[],"mappings":"AAcA,OAAO,EAAE,UAAU,EAAE,MAAM,eAAe,CAAC;AAC3C,OAAO,EAAE,aAAa,EAAE,MAAM,kBAAkB,CAAC;AACjD,OAAO,EAAE,gBAAgB,EAAE,WAAW,EAAY,MAAM,gBAAgB,CAAC;AAazE,qBAAa,YAAa,YAAW,WAAW;IAC9C,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAa;IACrC,OAAO,CAAC,QAAQ,CAAC,UAAU,CAAgB;gBAE/B,MAAM,EAAE,UAAU,EAAE,SAAS,EAAE,aAAa;IAK3C,OAAO,IAAI,OAAO,CAAC,MAAM,CAAC;YAIzB,WAAW;IAmBZ,mBAAmB,IAAI,OAAO,CAAC,gBAAgB,CAAC;IAehD,OAAO,IAAI,OAAO,CAAC,IAAI,CAAC;IAkB9B,iBAAiB,IAAI,MAAM;IAIrB,OAAO,IAAI,OAAO,CAAC,gBAAgB,CAAC;YAyBnC,wBAAwB;YAcxB,QAAQ;IAwBtB,OAAO,CAAC,iBAAiB;IAQzB,OAAO,CAAC,qBAAqB;IAI7B,OAAO,CAAC,eAAe;YAIT,oBAAoB;YAuBpB,MAAM;YAoBN,OAAO;YAWP,YAAY;IAS1B,OAAO,CAAC,MAAM,CAAC,oBAAoB;YA0BrB,cAAc;IAuC5B,OAAO,CAAC,cAAc;CAGvB"}