@microsoft/teamsfx-core 1.5.0 → 1.5.1-alpha.3fc0dea41.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 (696) hide show
  1. package/build/common/constants.d.ts +7 -0
  2. package/build/common/constants.d.ts.map +1 -1
  3. package/build/common/constants.js +8 -0
  4. package/build/common/constants.js.map +1 -1
  5. package/build/common/deps-checker/internal/dotnetChecker.d.ts.map +1 -1
  6. package/build/common/deps-checker/internal/dotnetChecker.js +1 -1
  7. package/build/common/deps-checker/internal/dotnetChecker.js.map +1 -1
  8. package/build/common/index.d.ts +1 -0
  9. package/build/common/index.d.ts.map +1 -1
  10. package/build/common/index.js +1 -0
  11. package/build/common/index.js.map +1 -1
  12. package/build/common/local/constants.d.ts +5 -0
  13. package/build/common/local/constants.d.ts.map +1 -1
  14. package/build/common/local/constants.js +6 -1
  15. package/build/common/local/constants.js.map +1 -1
  16. package/build/common/local/localEnvManager.d.ts.map +1 -1
  17. package/build/common/local/localEnvManager.js +3 -2
  18. package/build/common/local/localEnvManager.js.map +1 -1
  19. package/build/common/local/projectSettingsHelper.d.ts +1 -0
  20. package/build/common/local/projectSettingsHelper.d.ts.map +1 -1
  21. package/build/common/local/projectSettingsHelper.js +9 -5
  22. package/build/common/local/projectSettingsHelper.js.map +1 -1
  23. package/build/common/localSettingsProvider.d.ts +1 -1
  24. package/build/common/localSettingsProvider.d.ts.map +1 -1
  25. package/build/common/localSettingsProvider.js +4 -1
  26. package/build/common/localSettingsProvider.js.map +1 -1
  27. package/build/common/localizeUtils.d.ts +3 -0
  28. package/build/common/localizeUtils.d.ts.map +1 -0
  29. package/build/common/localizeUtils.js +38 -0
  30. package/build/common/localizeUtils.js.map +1 -0
  31. package/build/common/projectSettingsHelper.d.ts +11 -0
  32. package/build/common/projectSettingsHelper.d.ts.map +1 -0
  33. package/build/common/projectSettingsHelper.js +134 -0
  34. package/build/common/projectSettingsHelper.js.map +1 -0
  35. package/build/common/template-utils/templatesActions.d.ts.map +1 -1
  36. package/build/common/template-utils/templatesActions.js +3 -2
  37. package/build/common/template-utils/templatesActions.js.map +1 -1
  38. package/build/common/templates-config.json +2 -2
  39. package/build/common/tools.d.ts +8 -2
  40. package/build/common/tools.d.ts.map +1 -1
  41. package/build/common/tools.js +62 -10
  42. package/build/common/tools.js.map +1 -1
  43. package/build/core/FxCore.d.ts +78 -0
  44. package/build/core/FxCore.d.ts.map +1 -0
  45. package/build/core/FxCore.js +1305 -0
  46. package/build/core/FxCore.js.map +1 -0
  47. package/build/core/SolutionPluginContainer.d.ts.map +1 -1
  48. package/build/core/SolutionPluginContainer.js.map +1 -1
  49. package/build/core/collaborator.d.ts +1 -4
  50. package/build/core/collaborator.d.ts.map +1 -1
  51. package/build/core/collaborator.js +56 -77
  52. package/build/core/collaborator.js.map +1 -1
  53. package/build/core/downloadSample.d.ts +2 -2
  54. package/build/core/downloadSample.d.ts.map +1 -1
  55. package/build/core/downloadSample.js +6 -5
  56. package/build/core/downloadSample.js.map +1 -1
  57. package/build/core/environment.d.ts +4 -2
  58. package/build/core/environment.d.ts.map +1 -1
  59. package/build/core/environment.js +50 -43
  60. package/build/core/environment.js.map +1 -1
  61. package/build/core/error.d.ts +27 -12
  62. package/build/core/error.d.ts.map +1 -1
  63. package/build/core/error.js +45 -33
  64. package/build/core/error.js.map +1 -1
  65. package/build/core/globalVars.d.ts +12 -0
  66. package/build/core/globalVars.d.ts.map +1 -0
  67. package/build/core/globalVars.js +41 -0
  68. package/build/core/globalVars.js.map +1 -0
  69. package/build/core/index.d.ts +4 -101
  70. package/build/core/index.d.ts.map +1 -1
  71. package/build/core/index.js +5 -1377
  72. package/build/core/index.js.map +1 -1
  73. package/build/core/middleware/concurrentLocker.d.ts +1 -0
  74. package/build/core/middleware/concurrentLocker.d.ts.map +1 -1
  75. package/build/core/middleware/concurrentLocker.js +17 -12
  76. package/build/core/middleware/concurrentLocker.js.map +1 -1
  77. package/build/core/middleware/envInfoLoader.d.ts +1 -1
  78. package/build/core/middleware/envInfoLoader.d.ts.map +1 -1
  79. package/build/core/middleware/envInfoLoader.js +28 -21
  80. package/build/core/middleware/envInfoLoader.js.map +1 -1
  81. package/build/core/middleware/envInfoLoaderV3.d.ts.map +1 -1
  82. package/build/core/middleware/envInfoLoaderV3.js +2 -3
  83. package/build/core/middleware/envInfoLoaderV3.js.map +1 -1
  84. package/build/core/middleware/envInfoWriter.js +3 -4
  85. package/build/core/middleware/envInfoWriter.js.map +1 -1
  86. package/build/core/middleware/envInfoWriterV3.js +3 -4
  87. package/build/core/middleware/envInfoWriterV3.js.map +1 -1
  88. package/build/core/middleware/errorHandler.d.ts.map +1 -1
  89. package/build/core/middleware/errorHandler.js +7 -5
  90. package/build/core/middleware/errorHandler.js.map +1 -1
  91. package/build/core/middleware/localSettingsLoader.js +3 -4
  92. package/build/core/middleware/localSettingsLoader.js.map +1 -1
  93. package/build/core/middleware/localSettingsWriter.d.ts.map +1 -1
  94. package/build/core/middleware/localSettingsWriter.js +4 -4
  95. package/build/core/middleware/localSettingsWriter.js.map +1 -1
  96. package/build/core/middleware/projectMigrator.d.ts +1 -1
  97. package/build/core/middleware/projectMigrator.d.ts.map +1 -1
  98. package/build/core/middleware/projectMigrator.js +52 -57
  99. package/build/core/middleware/projectMigrator.js.map +1 -1
  100. package/build/core/middleware/projectSettingsLoader.d.ts +1 -1
  101. package/build/core/middleware/projectSettingsLoader.d.ts.map +1 -1
  102. package/build/core/middleware/projectSettingsLoader.js +12 -10
  103. package/build/core/middleware/projectSettingsLoader.js.map +1 -1
  104. package/build/core/middleware/projectSettingsWriter.js +2 -2
  105. package/build/core/middleware/projectSettingsWriter.js.map +1 -1
  106. package/build/core/middleware/questionModel.d.ts.map +1 -1
  107. package/build/core/middleware/questionModel.js +78 -48
  108. package/build/core/middleware/questionModel.js.map +1 -1
  109. package/build/core/middleware/solutionLoader.d.ts +1 -1
  110. package/build/core/middleware/solutionLoader.d.ts.map +1 -1
  111. package/build/core/middleware/solutionLoader.js.map +1 -1
  112. package/build/core/middleware/solutionLoaderV3.d.ts +1 -1
  113. package/build/core/middleware/solutionLoaderV3.d.ts.map +1 -1
  114. package/build/core/middleware/solutionLoaderV3.js.map +1 -1
  115. package/build/core/pvm/broker.js +1 -1
  116. package/build/core/pvm/broker.js.map +1 -1
  117. package/build/core/question.d.ts +10 -7
  118. package/build/core/question.d.ts.map +1 -1
  119. package/build/core/question.js +156 -109
  120. package/build/core/question.js.map +1 -1
  121. package/build/core/types.d.ts +14 -0
  122. package/build/core/types.d.ts.map +1 -0
  123. package/build/core/types.js +5 -0
  124. package/build/core/types.js.map +1 -0
  125. package/build/plugins/resource/aad/aadAppClient.d.ts.map +1 -1
  126. package/build/plugins/resource/aad/aadAppClient.js +8 -9
  127. package/build/plugins/resource/aad/aadAppClient.js.map +1 -1
  128. package/build/plugins/resource/aad/aadAppManifestManager.d.ts +9 -0
  129. package/build/plugins/resource/aad/aadAppManifestManager.d.ts.map +1 -0
  130. package/build/plugins/resource/aad/aadAppManifestManager.js +78 -0
  131. package/build/plugins/resource/aad/aadAppManifestManager.js.map +1 -0
  132. package/build/plugins/resource/aad/appStudio.js +2 -2
  133. package/build/plugins/resource/aad/appStudio.js.map +1 -1
  134. package/build/plugins/resource/aad/constants.d.ts +5 -5
  135. package/build/plugins/resource/aad/constants.d.ts.map +1 -1
  136. package/build/plugins/resource/aad/constants.js +10 -9
  137. package/build/plugins/resource/aad/constants.js.map +1 -1
  138. package/build/plugins/resource/aad/errors.d.ts +19 -19
  139. package/build/plugins/resource/aad/errors.d.ts.map +1 -1
  140. package/build/plugins/resource/aad/errors.js +44 -48
  141. package/build/plugins/resource/aad/errors.js.map +1 -1
  142. package/build/plugins/resource/aad/index.d.ts.map +1 -1
  143. package/build/plugins/resource/aad/index.js +2 -6
  144. package/build/plugins/resource/aad/index.js.map +1 -1
  145. package/build/plugins/resource/aad/interfaces/AADApplication.d.ts +122 -0
  146. package/build/plugins/resource/aad/interfaces/AADApplication.d.ts.map +1 -0
  147. package/build/plugins/resource/aad/interfaces/AADApplication.js +3 -0
  148. package/build/plugins/resource/aad/interfaces/AADApplication.js.map +1 -0
  149. package/build/plugins/resource/aad/interfaces/AADManifest.d.ts +111 -0
  150. package/build/plugins/resource/aad/interfaces/AADManifest.d.ts.map +1 -0
  151. package/build/plugins/resource/aad/interfaces/AADManifest.js +3 -0
  152. package/build/plugins/resource/aad/interfaces/AADManifest.js.map +1 -0
  153. package/build/plugins/resource/aad/permissions/index.d.ts +5 -0
  154. package/build/plugins/resource/aad/permissions/index.d.ts.map +1 -0
  155. package/build/plugins/resource/aad/permissions/index.js +38 -0
  156. package/build/plugins/resource/aad/permissions/index.js.map +1 -0
  157. package/build/plugins/resource/aad/plugin.d.ts.map +1 -1
  158. package/build/plugins/resource/aad/plugin.js +21 -22
  159. package/build/plugins/resource/aad/plugin.js.map +1 -1
  160. package/build/plugins/resource/aad/utils/aadManifestHelper.d.ts +7 -0
  161. package/build/plugins/resource/aad/utils/aadManifestHelper.d.ts.map +1 -0
  162. package/build/plugins/resource/aad/utils/aadManifestHelper.js +150 -0
  163. package/build/plugins/resource/aad/utils/aadManifestHelper.js.map +1 -0
  164. package/build/plugins/resource/aad/utils/configs.d.ts +18 -1
  165. package/build/plugins/resource/aad/utils/configs.d.ts.map +1 -1
  166. package/build/plugins/resource/aad/utils/configs.js +128 -7
  167. package/build/plugins/resource/aad/utils/configs.js.map +1 -1
  168. package/build/plugins/resource/aad/utils/telemetry.js +3 -3
  169. package/build/plugins/resource/aad/utils/telemetry.js.map +1 -1
  170. package/build/plugins/resource/aad/v3/index.d.ts +1 -5
  171. package/build/plugins/resource/aad/v3/index.d.ts.map +1 -1
  172. package/build/plugins/resource/aad/v3/index.js +8 -42
  173. package/build/plugins/resource/aad/v3/index.js.map +1 -1
  174. package/build/plugins/resource/apim/constants.d.ts +8 -7
  175. package/build/plugins/resource/apim/constants.d.ts.map +1 -1
  176. package/build/plugins/resource/apim/constants.js +55 -55
  177. package/build/plugins/resource/apim/constants.js.map +1 -1
  178. package/build/plugins/resource/apim/error.d.ts +0 -1
  179. package/build/plugins/resource/apim/error.d.ts.map +1 -1
  180. package/build/plugins/resource/apim/error.js +20 -24
  181. package/build/plugins/resource/apim/error.js.map +1 -1
  182. package/build/plugins/resource/appstudio/appStudio.js +2 -2
  183. package/build/plugins/resource/appstudio/appStudio.js.map +1 -1
  184. package/build/plugins/resource/appstudio/constants.d.ts +11 -0
  185. package/build/plugins/resource/appstudio/constants.d.ts.map +1 -1
  186. package/build/plugins/resource/appstudio/constants.js +12 -1
  187. package/build/plugins/resource/appstudio/constants.js.map +1 -1
  188. package/build/plugins/resource/appstudio/errors.d.ts +9 -33
  189. package/build/plugins/resource/appstudio/errors.d.ts.map +1 -1
  190. package/build/plugins/resource/appstudio/errors.js +37 -64
  191. package/build/plugins/resource/appstudio/errors.js.map +1 -1
  192. package/build/plugins/resource/appstudio/index.d.ts +1 -1
  193. package/build/plugins/resource/appstudio/index.d.ts.map +1 -1
  194. package/build/plugins/resource/appstudio/index.js +12 -9
  195. package/build/plugins/resource/appstudio/index.js.map +1 -1
  196. package/build/plugins/resource/appstudio/manifestTemplate.d.ts +10 -4
  197. package/build/plugins/resource/appstudio/manifestTemplate.d.ts.map +1 -1
  198. package/build/plugins/resource/appstudio/manifestTemplate.js +147 -63
  199. package/build/plugins/resource/appstudio/manifestTemplate.js.map +1 -1
  200. package/build/plugins/resource/appstudio/plugin.d.ts +2 -2
  201. package/build/plugins/resource/appstudio/plugin.d.ts.map +1 -1
  202. package/build/plugins/resource/appstudio/plugin.js +110 -58
  203. package/build/plugins/resource/appstudio/plugin.js.map +1 -1
  204. package/build/plugins/resource/appstudio/questions.d.ts.map +1 -1
  205. package/build/plugins/resource/appstudio/questions.js +5 -4
  206. package/build/plugins/resource/appstudio/questions.js.map +1 -1
  207. package/build/plugins/resource/appstudio/utils/utils.d.ts.map +1 -1
  208. package/build/plugins/resource/appstudio/utils/utils.js +2 -1
  209. package/build/plugins/resource/appstudio/utils/utils.js.map +1 -1
  210. package/build/plugins/resource/appstudio/v2/index.d.ts +2 -3
  211. package/build/plugins/resource/appstudio/v2/index.d.ts.map +1 -1
  212. package/build/plugins/resource/appstudio/v2/index.js +1 -2
  213. package/build/plugins/resource/appstudio/v2/index.js.map +1 -1
  214. package/build/plugins/resource/appstudio/v3/index.d.ts +2 -2
  215. package/build/plugins/resource/appstudio/v3/index.d.ts.map +1 -1
  216. package/build/plugins/resource/appstudio/v3/index.js +2 -2
  217. package/build/plugins/resource/appstudio/v3/index.js.map +1 -1
  218. package/build/plugins/resource/appstudio/v3/plugin.d.ts +2 -2
  219. package/build/plugins/resource/appstudio/v3/plugin.d.ts.map +1 -1
  220. package/build/plugins/resource/appstudio/v3/plugin.js +3 -3
  221. package/build/plugins/resource/appstudio/v3/plugin.js.map +1 -1
  222. package/build/plugins/resource/bot/aadRegistration.d.ts.map +1 -1
  223. package/build/plugins/resource/bot/aadRegistration.js +4 -8
  224. package/build/plugins/resource/bot/aadRegistration.js.map +1 -1
  225. package/build/plugins/resource/bot/appStudio/appStudio.d.ts.map +1 -1
  226. package/build/plugins/resource/bot/appStudio/appStudio.js +5 -8
  227. package/build/plugins/resource/bot/appStudio/appStudio.js.map +1 -1
  228. package/build/plugins/resource/bot/azureOps.d.ts +0 -1
  229. package/build/plugins/resource/bot/azureOps.d.ts.map +1 -1
  230. package/build/plugins/resource/bot/azureOps.js +2 -21
  231. package/build/plugins/resource/bot/azureOps.js.map +1 -1
  232. package/build/plugins/resource/bot/configs/localDebugConfig.d.ts.map +1 -1
  233. package/build/plugins/resource/bot/configs/localDebugConfig.js +13 -38
  234. package/build/plugins/resource/bot/configs/localDebugConfig.js.map +1 -1
  235. package/build/plugins/resource/bot/configs/scaffoldConfig.d.ts +11 -0
  236. package/build/plugins/resource/bot/configs/scaffoldConfig.d.ts.map +1 -1
  237. package/build/plugins/resource/bot/configs/scaffoldConfig.js +55 -6
  238. package/build/plugins/resource/bot/configs/scaffoldConfig.js.map +1 -1
  239. package/build/plugins/resource/bot/configs/teamsBotConfig.d.ts.map +1 -1
  240. package/build/plugins/resource/bot/configs/teamsBotConfig.js +8 -1
  241. package/build/plugins/resource/bot/configs/teamsBotConfig.js.map +1 -1
  242. package/build/plugins/resource/bot/constants.d.ts +25 -2
  243. package/build/plugins/resource/bot/constants.d.ts.map +1 -1
  244. package/build/plugins/resource/bot/constants.js +27 -3
  245. package/build/plugins/resource/bot/constants.js.map +1 -1
  246. package/build/plugins/resource/bot/enums/pluginActRoles.d.ts +2 -1
  247. package/build/plugins/resource/bot/enums/pluginActRoles.d.ts.map +1 -1
  248. package/build/plugins/resource/bot/enums/pluginActRoles.js +1 -0
  249. package/build/plugins/resource/bot/enums/pluginActRoles.js.map +1 -1
  250. package/build/plugins/resource/bot/errors.d.ts +44 -23
  251. package/build/plugins/resource/bot/errors.d.ts.map +1 -1
  252. package/build/plugins/resource/bot/errors.js +57 -44
  253. package/build/plugins/resource/bot/errors.js.map +1 -1
  254. package/build/plugins/resource/bot/functionsHostedBot/plugin.d.ts +7 -0
  255. package/build/plugins/resource/bot/functionsHostedBot/plugin.d.ts.map +1 -0
  256. package/build/plugins/resource/bot/functionsHostedBot/plugin.js +39 -0
  257. package/build/plugins/resource/bot/functionsHostedBot/plugin.js.map +1 -0
  258. package/build/plugins/resource/bot/index.d.ts +8 -3
  259. package/build/plugins/resource/bot/index.d.ts.map +1 -1
  260. package/build/plugins/resource/bot/index.js +84 -31
  261. package/build/plugins/resource/bot/index.js.map +1 -1
  262. package/build/plugins/resource/bot/languageStrategy.d.ts +4 -1
  263. package/build/plugins/resource/bot/languageStrategy.d.ts.map +1 -1
  264. package/build/plugins/resource/bot/languageStrategy.js +30 -3
  265. package/build/plugins/resource/bot/languageStrategy.js.map +1 -1
  266. package/build/plugins/resource/bot/plugin.d.ts +3 -6
  267. package/build/plugins/resource/bot/plugin.d.ts.map +1 -1
  268. package/build/plugins/resource/bot/plugin.js +42 -110
  269. package/build/plugins/resource/bot/plugin.js.map +1 -1
  270. package/build/plugins/resource/bot/question.d.ts +12 -0
  271. package/build/plugins/resource/bot/question.d.ts.map +1 -0
  272. package/build/plugins/resource/bot/question.js +69 -0
  273. package/build/plugins/resource/bot/question.js.map +1 -0
  274. package/build/plugins/resource/bot/resources/messages.d.ts +34 -56
  275. package/build/plugins/resource/bot/resources/messages.d.ts.map +1 -1
  276. package/build/plugins/resource/bot/resources/messages.js +58 -73
  277. package/build/plugins/resource/bot/resources/messages.js.map +1 -1
  278. package/build/plugins/resource/bot/resources/strings.d.ts +17 -28
  279. package/build/plugins/resource/bot/resources/strings.d.ts.map +1 -1
  280. package/build/plugins/resource/bot/resources/strings.js +19 -30
  281. package/build/plugins/resource/bot/resources/strings.js.map +1 -1
  282. package/build/plugins/resource/bot/utils/common.d.ts +5 -1
  283. package/build/plugins/resource/bot/utils/common.d.ts.map +1 -1
  284. package/build/plugins/resource/bot/utils/common.js +19 -1
  285. package/build/plugins/resource/bot/utils/common.js.map +1 -1
  286. package/build/plugins/resource/bot/utils/retryHandler.d.ts +1 -1
  287. package/build/plugins/resource/bot/utils/retryHandler.d.ts.map +1 -1
  288. package/build/plugins/resource/bot/utils/retryHandler.js.map +1 -1
  289. package/build/plugins/resource/bot/utils/telemetry-helper.d.ts.map +1 -1
  290. package/build/plugins/resource/bot/utils/telemetry-helper.js +3 -1
  291. package/build/plugins/resource/bot/utils/telemetry-helper.js.map +1 -1
  292. package/build/plugins/resource/bot/v2/index.d.ts +3 -1
  293. package/build/plugins/resource/bot/v2/index.d.ts.map +1 -1
  294. package/build/plugins/resource/bot/v2/index.js +6 -0
  295. package/build/plugins/resource/bot/v2/index.js.map +1 -1
  296. package/build/plugins/resource/bot/v3/index.d.ts +2 -1
  297. package/build/plugins/resource/bot/v3/index.d.ts.map +1 -1
  298. package/build/plugins/resource/bot/v3/index.js +15 -1
  299. package/build/plugins/resource/bot/v3/index.js.map +1 -1
  300. package/build/plugins/resource/cicd/constants.d.ts +39 -0
  301. package/build/plugins/resource/cicd/constants.d.ts.map +1 -0
  302. package/build/plugins/resource/cicd/constants.js +52 -0
  303. package/build/plugins/resource/cicd/constants.js.map +1 -0
  304. package/build/plugins/resource/cicd/errors.d.ts +24 -0
  305. package/build/plugins/resource/cicd/errors.d.ts.map +1 -0
  306. package/build/plugins/resource/cicd/errors.js +48 -0
  307. package/build/plugins/resource/cicd/errors.js.map +1 -0
  308. package/build/plugins/resource/cicd/index.d.ts +17 -0
  309. package/build/plugins/resource/cicd/index.d.ts.map +1 -0
  310. package/build/plugins/resource/cicd/index.js +117 -0
  311. package/build/plugins/resource/cicd/index.js.map +1 -0
  312. package/build/plugins/resource/cicd/logger.d.ts +10 -0
  313. package/build/plugins/resource/cicd/logger.d.ts.map +1 -0
  314. package/build/plugins/resource/cicd/logger.js +27 -0
  315. package/build/plugins/resource/cicd/logger.js.map +1 -0
  316. package/build/plugins/resource/cicd/plugin.d.ts +10 -0
  317. package/build/plugins/resource/cicd/plugin.d.ts.map +1 -0
  318. package/build/plugins/resource/cicd/plugin.js +78 -0
  319. package/build/plugins/resource/cicd/plugin.js.map +1 -0
  320. package/build/plugins/resource/cicd/providers/azdoProvider.d.ts +6 -0
  321. package/build/plugins/resource/cicd/providers/azdoProvider.d.ts.map +1 -0
  322. package/build/plugins/resource/cicd/providers/azdoProvider.js +25 -0
  323. package/build/plugins/resource/cicd/providers/azdoProvider.js.map +1 -0
  324. package/build/plugins/resource/cicd/providers/enums.d.ts +12 -0
  325. package/build/plugins/resource/cicd/providers/enums.d.ts.map +1 -0
  326. package/build/plugins/resource/cicd/providers/enums.js +19 -0
  327. package/build/plugins/resource/cicd/providers/enums.js.map +1 -0
  328. package/build/plugins/resource/cicd/providers/factory.d.ts +6 -0
  329. package/build/plugins/resource/cicd/providers/factory.d.ts.map +1 -0
  330. package/build/plugins/resource/cicd/providers/factory.js +28 -0
  331. package/build/plugins/resource/cicd/providers/factory.js.map +1 -0
  332. package/build/plugins/resource/cicd/providers/githubProvider.d.ts +6 -0
  333. package/build/plugins/resource/cicd/providers/githubProvider.d.ts.map +1 -0
  334. package/build/plugins/resource/cicd/providers/githubProvider.js +25 -0
  335. package/build/plugins/resource/cicd/providers/githubProvider.js.map +1 -0
  336. package/build/plugins/resource/cicd/providers/jenkinsProvider.d.ts +6 -0
  337. package/build/plugins/resource/cicd/providers/jenkinsProvider.d.ts.map +1 -0
  338. package/build/plugins/resource/cicd/providers/jenkinsProvider.js +25 -0
  339. package/build/plugins/resource/cicd/providers/jenkinsProvider.js.map +1 -0
  340. package/build/plugins/resource/cicd/providers/provider.d.ts +11 -0
  341. package/build/plugins/resource/cicd/providers/provider.d.ts.map +1 -0
  342. package/build/plugins/resource/cicd/providers/provider.js +92 -0
  343. package/build/plugins/resource/cicd/providers/provider.js.map +1 -0
  344. package/build/plugins/resource/cicd/questions.d.ts +14 -0
  345. package/build/plugins/resource/cicd/questions.d.ts.map +1 -0
  346. package/build/plugins/resource/cicd/questions.js +45 -0
  347. package/build/plugins/resource/cicd/questions.js.map +1 -0
  348. package/build/plugins/resource/cicd/result.d.ts +11 -0
  349. package/build/plugins/resource/cicd/result.d.ts.map +1 -0
  350. package/build/plugins/resource/cicd/result.js +23 -0
  351. package/build/plugins/resource/cicd/result.js.map +1 -0
  352. package/build/plugins/resource/cicd/utils/buildScripts.d.ts +3 -0
  353. package/build/plugins/resource/cicd/utils/buildScripts.d.ts.map +1 -0
  354. package/build/plugins/resource/cicd/utils/buildScripts.js +34 -0
  355. package/build/plugins/resource/cicd/utils/buildScripts.js.map +1 -0
  356. package/build/plugins/resource/cicd/utils/telemetry-helper.d.ts +29 -0
  357. package/build/plugins/resource/cicd/utils/telemetry-helper.d.ts.map +1 -0
  358. package/build/plugins/resource/cicd/utils/telemetry-helper.js +46 -0
  359. package/build/plugins/resource/cicd/utils/telemetry-helper.js.map +1 -0
  360. package/build/plugins/resource/frontend/configs.js +4 -4
  361. package/build/plugins/resource/frontend/configs.js.map +1 -1
  362. package/build/plugins/resource/frontend/dotnet/ops/scaffold.d.ts.map +1 -1
  363. package/build/plugins/resource/frontend/dotnet/ops/scaffold.js +1 -2
  364. package/build/plugins/resource/frontend/dotnet/ops/scaffold.js.map +1 -1
  365. package/build/plugins/resource/frontend/dotnet/plugin.d.ts +2 -2
  366. package/build/plugins/resource/frontend/dotnet/plugin.d.ts.map +1 -1
  367. package/build/plugins/resource/frontend/dotnet/plugin.js.map +1 -1
  368. package/build/plugins/resource/frontend/env.d.ts.map +1 -1
  369. package/build/plugins/resource/frontend/env.js +2 -3
  370. package/build/plugins/resource/frontend/env.js.map +1 -1
  371. package/build/plugins/resource/frontend/index.d.ts.map +1 -1
  372. package/build/plugins/resource/frontend/index.js +3 -3
  373. package/build/plugins/resource/frontend/index.js.map +1 -1
  374. package/build/plugins/resource/frontend/ops/scaffold.d.ts.map +1 -1
  375. package/build/plugins/resource/frontend/ops/scaffold.js +1 -1
  376. package/build/plugins/resource/frontend/ops/scaffold.js.map +1 -1
  377. package/build/plugins/resource/frontend/resources/errors.d.ts +5 -4
  378. package/build/plugins/resource/frontend/resources/errors.d.ts.map +1 -1
  379. package/build/plugins/resource/frontend/resources/errors.js +50 -65
  380. package/build/plugins/resource/frontend/resources/errors.js.map +1 -1
  381. package/build/plugins/resource/frontend/resources/messages.d.ts +0 -2
  382. package/build/plugins/resource/frontend/resources/messages.d.ts.map +1 -1
  383. package/build/plugins/resource/frontend/resources/messages.js +0 -2
  384. package/build/plugins/resource/frontend/resources/messages.js.map +1 -1
  385. package/build/plugins/resource/frontend/resources/templateInfo.d.ts +1 -0
  386. package/build/plugins/resource/frontend/resources/templateInfo.d.ts.map +1 -1
  387. package/build/plugins/resource/frontend/resources/templateInfo.js +3 -1
  388. package/build/plugins/resource/frontend/resources/templateInfo.js.map +1 -1
  389. package/build/plugins/resource/frontend/utils/telemetry-helper.d.ts +1 -1
  390. package/build/plugins/resource/frontend/utils/telemetry-helper.d.ts.map +1 -1
  391. package/build/plugins/resource/frontend/utils/telemetry-helper.js +2 -3
  392. package/build/plugins/resource/frontend/utils/telemetry-helper.js.map +1 -1
  393. package/build/plugins/resource/frontend/v2/index.d.ts.map +1 -1
  394. package/build/plugins/resource/frontend/v2/index.js.map +1 -1
  395. package/build/plugins/resource/frontend/v3/error.d.ts.map +1 -1
  396. package/build/plugins/resource/frontend/v3/error.js +8 -20
  397. package/build/plugins/resource/frontend/v3/error.js.map +1 -1
  398. package/build/plugins/resource/function/index.d.ts.map +1 -1
  399. package/build/plugins/resource/function/index.js +1 -2
  400. package/build/plugins/resource/function/index.js.map +1 -1
  401. package/build/plugins/resource/function/ops/scaffold.d.ts.map +1 -1
  402. package/build/plugins/resource/function/ops/scaffold.js +1 -1
  403. package/build/plugins/resource/function/ops/scaffold.js.map +1 -1
  404. package/build/plugins/resource/function/plugin.d.ts +0 -2
  405. package/build/plugins/resource/function/plugin.d.ts.map +1 -1
  406. package/build/plugins/resource/function/plugin.js +2 -50
  407. package/build/plugins/resource/function/plugin.js.map +1 -1
  408. package/build/plugins/resource/function/resources/errors.d.ts +2 -15
  409. package/build/plugins/resource/function/resources/errors.d.ts.map +1 -1
  410. package/build/plugins/resource/function/resources/errors.js +40 -74
  411. package/build/plugins/resource/function/resources/errors.js.map +1 -1
  412. package/build/plugins/resource/function/utils/telemetry-helper.d.ts +1 -2
  413. package/build/plugins/resource/function/utils/telemetry-helper.d.ts.map +1 -1
  414. package/build/plugins/resource/function/utils/telemetry-helper.js +2 -3
  415. package/build/plugins/resource/function/utils/telemetry-helper.js.map +1 -1
  416. package/build/plugins/resource/function/v3/error.d.ts +1 -1
  417. package/build/plugins/resource/function/v3/error.d.ts.map +1 -1
  418. package/build/plugins/resource/function/v3/error.js +12 -23
  419. package/build/plugins/resource/function/v3/error.js.map +1 -1
  420. package/build/plugins/resource/function/v3/index.d.ts.map +1 -1
  421. package/build/plugins/resource/function/v3/index.js +1 -1
  422. package/build/plugins/resource/function/v3/index.js.map +1 -1
  423. package/build/plugins/resource/identity/constants.d.ts +2 -1
  424. package/build/plugins/resource/identity/constants.d.ts.map +1 -1
  425. package/build/plugins/resource/identity/constants.js +2 -1
  426. package/build/plugins/resource/identity/constants.js.map +1 -1
  427. package/build/plugins/resource/identity/index.d.ts +4 -16
  428. package/build/plugins/resource/identity/index.d.ts.map +1 -1
  429. package/build/plugins/resource/identity/index.js +46 -119
  430. package/build/plugins/resource/identity/index.js.map +1 -1
  431. package/build/plugins/resource/identity/utils/telemetryUtil.d.ts +3 -3
  432. package/build/plugins/resource/identity/utils/telemetryUtil.d.ts.map +1 -1
  433. package/build/plugins/resource/identity/utils/telemetryUtil.js +6 -6
  434. package/build/plugins/resource/identity/utils/telemetryUtil.js.map +1 -1
  435. package/build/plugins/resource/identity/v2/index.d.ts.map +1 -1
  436. package/build/plugins/resource/identity/v2/index.js.map +1 -1
  437. package/build/plugins/resource/identity/v3/index.d.ts +0 -2
  438. package/build/plugins/resource/identity/v3/index.d.ts.map +1 -1
  439. package/build/plugins/resource/identity/v3/index.js +0 -2
  440. package/build/plugins/resource/identity/v3/index.js.map +1 -1
  441. package/build/plugins/resource/index.d.ts +1 -0
  442. package/build/plugins/resource/index.d.ts.map +1 -1
  443. package/build/plugins/resource/index.js +1 -0
  444. package/build/plugins/resource/index.js.map +1 -1
  445. package/build/plugins/resource/simpleauth/constants.d.ts +1 -1
  446. package/build/plugins/resource/simpleauth/constants.d.ts.map +1 -1
  447. package/build/plugins/resource/simpleauth/constants.js +4 -3
  448. package/build/plugins/resource/simpleauth/constants.js.map +1 -1
  449. package/build/plugins/resource/simpleauth/errors.d.ts.map +1 -1
  450. package/build/plugins/resource/simpleauth/errors.js +13 -12
  451. package/build/plugins/resource/simpleauth/errors.js.map +1 -1
  452. package/build/plugins/resource/simpleauth/plugin.d.ts.map +1 -1
  453. package/build/plugins/resource/simpleauth/plugin.js +2 -13
  454. package/build/plugins/resource/simpleauth/plugin.js.map +1 -1
  455. package/build/plugins/resource/simpleauth/utils/common.d.ts.map +1 -1
  456. package/build/plugins/resource/simpleauth/utils/common.js +17 -50
  457. package/build/plugins/resource/simpleauth/utils/common.js.map +1 -1
  458. package/build/plugins/resource/spfx/error.d.ts.map +1 -1
  459. package/build/plugins/resource/spfx/error.js +8 -9
  460. package/build/plugins/resource/spfx/error.js.map +1 -1
  461. package/build/plugins/resource/spfx/index.d.ts.map +1 -1
  462. package/build/plugins/resource/spfx/index.js +3 -29
  463. package/build/plugins/resource/spfx/index.js.map +1 -1
  464. package/build/plugins/resource/spfx/plugin.d.ts.map +1 -1
  465. package/build/plugins/resource/spfx/plugin.js +149 -78
  466. package/build/plugins/resource/spfx/plugin.js.map +1 -1
  467. package/build/plugins/resource/spfx/utils/constants.d.ts +11 -6
  468. package/build/plugins/resource/spfx/utils/constants.d.ts.map +1 -1
  469. package/build/plugins/resource/spfx/utils/constants.js +15 -8
  470. package/build/plugins/resource/spfx/utils/constants.js.map +1 -1
  471. package/build/plugins/resource/spfx/utils/progress-helper.d.ts +3 -0
  472. package/build/plugins/resource/spfx/utils/progress-helper.d.ts.map +1 -1
  473. package/build/plugins/resource/spfx/utils/progress-helper.js +11 -0
  474. package/build/plugins/resource/spfx/utils/progress-helper.js.map +1 -1
  475. package/build/plugins/resource/spfx/utils/questions.d.ts.map +1 -1
  476. package/build/plugins/resource/spfx/utils/questions.js +11 -4
  477. package/build/plugins/resource/spfx/utils/questions.js.map +1 -1
  478. package/build/plugins/resource/spfx/utils/utils.js +2 -2
  479. package/build/plugins/resource/spfx/utils/utils.js.map +1 -1
  480. package/build/plugins/resource/spfx/v3/index.d.ts.map +1 -1
  481. package/build/plugins/resource/spfx/v3/index.js +2 -14
  482. package/build/plugins/resource/spfx/v3/index.js.map +1 -1
  483. package/build/plugins/resource/spfx/v3/plugin.d.ts.map +1 -1
  484. package/build/plugins/resource/spfx/v3/plugin.js +9 -8
  485. package/build/plugins/resource/spfx/v3/plugin.js.map +1 -1
  486. package/build/plugins/resource/sql/constants.d.ts +0 -6
  487. package/build/plugins/resource/sql/constants.d.ts.map +1 -1
  488. package/build/plugins/resource/sql/constants.js +0 -6
  489. package/build/plugins/resource/sql/constants.js.map +1 -1
  490. package/build/plugins/resource/sql/errors.d.ts +0 -10
  491. package/build/plugins/resource/sql/errors.d.ts.map +1 -1
  492. package/build/plugins/resource/sql/errors.js +18 -27
  493. package/build/plugins/resource/sql/errors.js.map +1 -1
  494. package/build/plugins/resource/sql/questions.d.ts.map +1 -1
  495. package/build/plugins/resource/sql/questions.js +4 -3
  496. package/build/plugins/resource/sql/questions.js.map +1 -1
  497. package/build/plugins/resource/sql/sqlClient.d.ts.map +1 -1
  498. package/build/plugins/resource/sql/sqlClient.js +8 -2
  499. package/build/plugins/resource/sql/sqlClient.js.map +1 -1
  500. package/build/plugins/resource/sql/utils/checkInput.d.ts.map +1 -1
  501. package/build/plugins/resource/sql/utils/checkInput.js +11 -11
  502. package/build/plugins/resource/sql/utils/checkInput.js.map +1 -1
  503. package/build/plugins/resource/sql/utils/message.d.ts +0 -17
  504. package/build/plugins/resource/sql/utils/message.d.ts.map +1 -1
  505. package/build/plugins/resource/sql/utils/message.js +0 -17
  506. package/build/plugins/resource/sql/utils/message.js.map +1 -1
  507. package/build/plugins/resource/utils4v2.d.ts +4 -0
  508. package/build/plugins/resource/utils4v2.d.ts.map +1 -1
  509. package/build/plugins/resource/utils4v2.js +30 -6
  510. package/build/plugins/resource/utils4v2.js.map +1 -1
  511. package/build/plugins/solution/fx-solution/ResourcePluginContainer.d.ts +1 -0
  512. package/build/plugins/solution/fx-solution/ResourcePluginContainer.d.ts.map +1 -1
  513. package/build/plugins/solution/fx-solution/ResourcePluginContainer.js +1 -0
  514. package/build/plugins/solution/fx-solution/ResourcePluginContainer.js.map +1 -1
  515. package/build/plugins/solution/fx-solution/arm.d.ts.map +1 -1
  516. package/build/plugins/solution/fx-solution/arm.js +19 -14
  517. package/build/plugins/solution/fx-solution/arm.js.map +1 -1
  518. package/build/plugins/solution/fx-solution/debug/constants.d.ts +5 -0
  519. package/build/plugins/solution/fx-solution/debug/constants.d.ts.map +1 -1
  520. package/build/plugins/solution/fx-solution/debug/constants.js +7 -1
  521. package/build/plugins/solution/fx-solution/debug/constants.js.map +1 -1
  522. package/build/plugins/solution/fx-solution/debug/provisionLocal.d.ts.map +1 -1
  523. package/build/plugins/solution/fx-solution/debug/provisionLocal.js +18 -12
  524. package/build/plugins/solution/fx-solution/debug/provisionLocal.js.map +1 -1
  525. package/build/plugins/solution/fx-solution/debug/scaffolding.d.ts.map +1 -1
  526. package/build/plugins/solution/fx-solution/debug/scaffolding.js +24 -41
  527. package/build/plugins/solution/fx-solution/debug/scaffolding.js.map +1 -1
  528. package/build/plugins/solution/fx-solution/debug/util/launch.d.ts.map +1 -1
  529. package/build/plugins/solution/fx-solution/debug/util/launch.js +5 -1
  530. package/build/plugins/solution/fx-solution/debug/util/launch.js.map +1 -1
  531. package/build/plugins/solution/fx-solution/debug/util/launchNext.d.ts +2 -0
  532. package/build/plugins/solution/fx-solution/debug/util/launchNext.d.ts.map +1 -1
  533. package/build/plugins/solution/fx-solution/debug/util/launchNext.js +116 -1
  534. package/build/plugins/solution/fx-solution/debug/util/launchNext.js.map +1 -1
  535. package/build/plugins/solution/fx-solution/debug/util/tasksNext.d.ts +2 -1
  536. package/build/plugins/solution/fx-solution/debug/util/tasksNext.d.ts.map +1 -1
  537. package/build/plugins/solution/fx-solution/debug/util/tasksNext.js +151 -3
  538. package/build/plugins/solution/fx-solution/debug/util/tasksNext.js.map +1 -1
  539. package/build/plugins/solution/fx-solution/question.d.ts +16 -4
  540. package/build/plugins/solution/fx-solution/question.d.ts.map +1 -1
  541. package/build/plugins/solution/fx-solution/question.js +59 -78
  542. package/build/plugins/solution/fx-solution/question.js.map +1 -1
  543. package/build/plugins/solution/fx-solution/solution.d.ts +5 -11
  544. package/build/plugins/solution/fx-solution/solution.d.ts.map +1 -1
  545. package/build/plugins/solution/fx-solution/solution.js +50 -59
  546. package/build/plugins/solution/fx-solution/solution.js.map +1 -1
  547. package/build/plugins/solution/fx-solution/types.d.ts +10 -0
  548. package/build/plugins/solution/fx-solution/types.d.ts.map +1 -0
  549. package/build/plugins/solution/fx-solution/types.js +12 -0
  550. package/build/plugins/solution/fx-solution/types.js.map +1 -0
  551. package/build/plugins/solution/fx-solution/utils/progressHelper.d.ts +0 -3
  552. package/build/plugins/solution/fx-solution/utils/progressHelper.d.ts.map +1 -1
  553. package/build/plugins/solution/fx-solution/utils/progressHelper.js +4 -8
  554. package/build/plugins/solution/fx-solution/utils/progressHelper.js.map +1 -1
  555. package/build/plugins/solution/fx-solution/v2/adaptor.js +6 -6
  556. package/build/plugins/solution/fx-solution/v2/adaptor.js.map +1 -1
  557. package/build/plugins/solution/fx-solution/v2/checkPermission.d.ts.map +1 -1
  558. package/build/plugins/solution/fx-solution/v2/checkPermission.js +20 -13
  559. package/build/plugins/solution/fx-solution/v2/checkPermission.js.map +1 -1
  560. package/build/plugins/solution/fx-solution/v2/createEnv.d.ts.map +1 -1
  561. package/build/plugins/solution/fx-solution/v2/createEnv.js +2 -1
  562. package/build/plugins/solution/fx-solution/v2/createEnv.js.map +1 -1
  563. package/build/plugins/solution/fx-solution/v2/deploy.d.ts.map +1 -1
  564. package/build/plugins/solution/fx-solution/v2/deploy.js +8 -10
  565. package/build/plugins/solution/fx-solution/v2/deploy.js.map +1 -1
  566. package/build/plugins/solution/fx-solution/v2/executeUserTask.d.ts.map +1 -1
  567. package/build/plugins/solution/fx-solution/v2/executeUserTask.js +52 -24
  568. package/build/plugins/solution/fx-solution/v2/executeUserTask.js.map +1 -1
  569. package/build/plugins/solution/fx-solution/v2/getQuestions.d.ts.map +1 -1
  570. package/build/plugins/solution/fx-solution/v2/getQuestions.js +27 -11
  571. package/build/plugins/solution/fx-solution/v2/getQuestions.js.map +1 -1
  572. package/build/plugins/solution/fx-solution/v2/grantPermission.d.ts.map +1 -1
  573. package/build/plugins/solution/fx-solution/v2/grantPermission.js +16 -16
  574. package/build/plugins/solution/fx-solution/v2/grantPermission.js.map +1 -1
  575. package/build/plugins/solution/fx-solution/v2/listCollaborator.d.ts.map +1 -1
  576. package/build/plugins/solution/fx-solution/v2/listCollaborator.js +24 -17
  577. package/build/plugins/solution/fx-solution/v2/listCollaborator.js.map +1 -1
  578. package/build/plugins/solution/fx-solution/v2/provision.d.ts.map +1 -1
  579. package/build/plugins/solution/fx-solution/v2/provision.js +20 -15
  580. package/build/plugins/solution/fx-solution/v2/provision.js.map +1 -1
  581. package/build/plugins/solution/fx-solution/v2/provisionLocal.d.ts.map +1 -1
  582. package/build/plugins/solution/fx-solution/v2/provisionLocal.js +10 -3
  583. package/build/plugins/solution/fx-solution/v2/provisionLocal.js.map +1 -1
  584. package/build/plugins/solution/fx-solution/v2/publish.d.ts.map +1 -1
  585. package/build/plugins/solution/fx-solution/v2/publish.js +12 -6
  586. package/build/plugins/solution/fx-solution/v2/publish.js.map +1 -1
  587. package/build/plugins/solution/fx-solution/v2/scaffolding.d.ts.map +1 -1
  588. package/build/plugins/solution/fx-solution/v2/scaffolding.js +21 -21
  589. package/build/plugins/solution/fx-solution/v2/scaffolding.js.map +1 -1
  590. package/build/plugins/solution/fx-solution/v2/utils.d.ts +1 -1
  591. package/build/plugins/solution/fx-solution/v2/utils.d.ts.map +1 -1
  592. package/build/plugins/solution/fx-solution/v2/utils.js +21 -11
  593. package/build/plugins/solution/fx-solution/v2/utils.js.map +1 -1
  594. package/build/plugins/solution/fx-solution/v3/addFeature.d.ts.map +1 -1
  595. package/build/plugins/solution/fx-solution/v3/addFeature.js +8 -15
  596. package/build/plugins/solution/fx-solution/v3/addFeature.js.map +1 -1
  597. package/build/plugins/solution/fx-solution/v3/deploy.d.ts.map +1 -1
  598. package/build/plugins/solution/fx-solution/v3/deploy.js +5 -7
  599. package/build/plugins/solution/fx-solution/v3/deploy.js.map +1 -1
  600. package/build/plugins/solution/fx-solution/v3/provision.d.ts.map +1 -1
  601. package/build/plugins/solution/fx-solution/v3/provision.js +34 -21
  602. package/build/plugins/solution/fx-solution/v3/provision.js.map +1 -1
  603. package/build/plugins/solution/fx-solution/v3/publish.d.ts.map +1 -1
  604. package/build/plugins/solution/fx-solution/v3/publish.js +4 -1
  605. package/build/plugins/solution/fx-solution/v3/publish.js.map +1 -1
  606. package/build/plugins/solution/fx-solution/v3/userTask.d.ts.map +1 -1
  607. package/build/plugins/solution/fx-solution/v3/userTask.js +12 -11
  608. package/build/plugins/solution/fx-solution/v3/userTask.js.map +1 -1
  609. package/build/plugins/solution/spfx-solution/addFeature.d.ts.map +1 -1
  610. package/build/plugins/solution/spfx-solution/addFeature.js +2 -2
  611. package/build/plugins/solution/spfx-solution/addFeature.js.map +1 -1
  612. package/package.json +9 -9
  613. package/resource/package.nls.json +515 -0
  614. package/templates/core/README-auto-generated.md +0 -0
  615. package/templates/plugins/resource/aad/manifest/aad.template.json +116 -0
  616. package/templates/plugins/resource/bot/bicep/botConfiguration.template.bicep +14 -8
  617. package/templates/plugins/resource/bot/bot.csharp.default.zip +0 -0
  618. package/templates/plugins/resource/bot/bot.js.default.zip +0 -0
  619. package/templates/plugins/resource/bot/bot.ts.default.zip +0 -0
  620. package/templates/plugins/resource/cicd/azdo/README.md +48 -0
  621. package/templates/plugins/resource/cicd/azdo/cd.yml +55 -0
  622. package/templates/plugins/resource/cicd/azdo/ci.yml +37 -0
  623. package/templates/plugins/resource/cicd/azdo/provision.yml +54 -0
  624. package/templates/plugins/resource/cicd/azdo/publish.yml +46 -0
  625. package/templates/plugins/resource/cicd/github/README.md +48 -0
  626. package/templates/plugins/resource/cicd/github/cd.yml +71 -0
  627. package/templates/plugins/resource/cicd/github/ci.yml +34 -0
  628. package/templates/plugins/resource/cicd/github/provision.yml +65 -0
  629. package/templates/plugins/resource/cicd/github/publish.yml +47 -0
  630. package/templates/plugins/resource/cicd/jenkins/Jenkinsfile.cd +78 -0
  631. package/templates/plugins/resource/cicd/jenkins/Jenkinsfile.ci +34 -0
  632. package/templates/plugins/resource/cicd/jenkins/Jenkinsfile.provision +79 -0
  633. package/templates/plugins/resource/cicd/jenkins/Jenkinsfile.publish +57 -0
  634. package/templates/plugins/resource/cicd/jenkins/README.md +45 -0
  635. package/templates/plugins/resource/dotnet/blazor-base.csharp.default.zip +0 -0
  636. package/templates/plugins/resource/frontend/tab.csharp.default.zip +0 -0
  637. package/templates/plugins/resource/frontend/tab.js.default.zip +0 -0
  638. package/templates/plugins/resource/frontend/tab.ts.default.zip +0 -0
  639. package/templates/plugins/resource/function/function-base.js.default.zip +0 -0
  640. package/templates/plugins/resource/function/function-base.ts.default.zip +0 -0
  641. package/templates/plugins/resource/function/function-triggers.js.HTTPTrigger.zip +0 -0
  642. package/templates/plugins/resource/function/function-triggers.ts.HTTPTrigger.zip +0 -0
  643. package/build/common/fileUtils.d.ts +0 -2
  644. package/build/common/fileUtils.d.ts.map +0 -1
  645. package/build/common/fileUtils.js +0 -46
  646. package/build/common/fileUtils.js.map +0 -1
  647. package/build/common/projectSettingsValidator.d.ts +0 -3
  648. package/build/common/projectSettingsValidator.d.ts.map +0 -1
  649. package/build/common/projectSettingsValidator.js +0 -54
  650. package/build/common/projectSettingsValidator.js.map +0 -1
  651. package/build/core/tools.d.ts +0 -8
  652. package/build/core/tools.d.ts.map +0 -1
  653. package/build/core/tools.js +0 -72
  654. package/build/core/tools.js.map +0 -1
  655. package/build/core/utils.d.ts +0 -3
  656. package/build/core/utils.d.ts.map +0 -1
  657. package/build/core/utils.js +0 -10
  658. package/build/core/utils.js.map +0 -1
  659. package/build/plugins/resource/aad/utils/common.d.ts +0 -19
  660. package/build/plugins/resource/aad/utils/common.d.ts.map +0 -1
  661. package/build/plugins/resource/aad/utils/common.js +0 -132
  662. package/build/plugins/resource/aad/utils/common.js.map +0 -1
  663. package/build/plugins/resource/frontend/dotnet/error-factory.d.ts +0 -10
  664. package/build/plugins/resource/frontend/dotnet/error-factory.d.ts.map +0 -1
  665. package/build/plugins/resource/frontend/dotnet/error-factory.js +0 -20
  666. package/build/plugins/resource/frontend/dotnet/error-factory.js.map +0 -1
  667. package/build/plugins/resource/identity/config.d.ts +0 -11
  668. package/build/plugins/resource/identity/config.d.ts.map +0 -1
  669. package/build/plugins/resource/identity/config.js +0 -17
  670. package/build/plugins/resource/identity/config.js.map +0 -1
  671. package/build/plugins/resource/identity/errors.d.ts +0 -11
  672. package/build/plugins/resource/identity/errors.d.ts.map +0 -1
  673. package/build/plugins/resource/identity/errors.js +0 -15
  674. package/build/plugins/resource/identity/errors.js.map +0 -1
  675. package/build/plugins/resource/identity/results.d.ts +0 -10
  676. package/build/plugins/resource/identity/results.d.ts.map +0 -1
  677. package/build/plugins/resource/identity/results.js +0 -18
  678. package/build/plugins/resource/identity/results.js.map +0 -1
  679. package/build/plugins/resource/identity/utils/commonUtils.d.ts +0 -2
  680. package/build/plugins/resource/identity/utils/commonUtils.d.ts.map +0 -1
  681. package/build/plugins/resource/identity/utils/commonUtils.js +0 -10
  682. package/build/plugins/resource/identity/utils/commonUtils.js.map +0 -1
  683. package/build/plugins/resource/identity/utils/contextUtils.d.ts +0 -5
  684. package/build/plugins/resource/identity/utils/contextUtils.d.ts.map +0 -1
  685. package/build/plugins/resource/identity/utils/contextUtils.js +0 -11
  686. package/build/plugins/resource/identity/utils/contextUtils.js.map +0 -1
  687. package/build/plugins/resource/identity/utils/messages.d.ts +0 -10
  688. package/build/plugins/resource/identity/utils/messages.d.ts.map +0 -1
  689. package/build/plugins/resource/identity/utils/messages.js +0 -15
  690. package/build/plugins/resource/identity/utils/messages.js.map +0 -1
  691. package/resource/strings.json +0 -103
  692. package/templates/plugins/resource/bot/bot-msgext.csharp.default.zip +0 -0
  693. package/templates/plugins/resource/bot/bot-msgext.js.default.zip +0 -0
  694. package/templates/plugins/resource/bot/bot-msgext.ts.default.zip +0 -0
  695. package/templates/plugins/resource/bot/msgext.js.default.zip +0 -0
  696. package/templates/plugins/resource/bot/msgext.ts.default.zip +0 -0
@@ -0,0 +1,515 @@
1
+ {
2
+ "core.create.successNotice": "[Teams Toolkit] Scaffold successfully.",
3
+ "core.init.successNotice": "Your project has been successfully initialized to operate with TeamsFx.\n\nSome next steps:\nteamsfx add <feature> will allow you to add features like single sign on or Teams notification integration.\n\nPro tip:\nRead on aka.ms/teams-manifest to learn more about updating manifest file to connect with your existing launch page experience.",
4
+ "core.provision.confirmNotice": "The Teams Toolkit will provision resources and register corresponding resource providers under %s (Azure account) with %s (subscription). Costs may incur according to the pricing calculator.",
5
+ "core.provision.confirmEnvNotice": "Do you want to provision resources in %s environment?\n%s (Azure account) with %s (subscription) will be used to provision. the resources. Cost may incur according to the usage.",
6
+ "core.provision.successAzure": "Azure resources successfully provisioned in the cloud.",
7
+ "core.provision.successNotice": "'%s' successfully provisioned in the cloud.",
8
+ "core.provision.failNotice": "fail to provision '%s' in the cloud!",
9
+ "core.provision.StartNotice": "[%s] Start provisioning. It could take several minutes.",
10
+ "core.provision.configurationFinishNotice": "[%s] Configuration finished.",
11
+ "core.provision.ProvisionFinishNotice": "[%s] Provision finished!",
12
+ "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.",
13
+ "core.deploy.noCapabilityFound": "No capability found to %s. Click Get Help to learn more about how to add capabilities.",
14
+ "core.deploy.successNotice": "'%s' successfully deployed to the cloud.",
15
+ "core.deploy.failNotice": "fail to deploy '%s' to the cloud!",
16
+ "core.deploy.startNotice": "[%s] Deployment start.",
17
+ "core.deploy.selectedPluginsToDeployNotice": "[%s] Selected plugins to deploy: %s",
18
+ "core.publish.startNotice": "[%s] Publish start.",
19
+ "core.publish.failNotice": "fail to publish '%s' to the admin portal.",
20
+ "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.",
21
+ "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.",
22
+ "core.addCapability.onlySupportAzure": "Add capability is only supported for project hosted in Azure",
23
+ "core.addCapability.exceedMaxLimit": "Your App reaches maximal limit for Tabs, Bot and Message Extension.",
24
+ "core.addCapability.addCapabilityNotice": "[Teams Toolkit] Capability %s has been successfully added to your project. F5 to local debug the application or trigger 'Teams: Provision in the cloud' to create resources in your Azure subscription for hosting.",
25
+ "core.addCapability.addCapabilitiesNotice": "[Teams Toolkit] Capabilities %s have been successfully added to your project. F5 to local debug the application or trigger 'Teams: Provision in the cloud' to create resources in your Azure subscription for hosting.",
26
+ "core.addCapability.addCapabilityNoticeForCli": "[Teams Toolkit] Capability %s has been successfully added to your project. Run 'teamsfx provision' to create resources in your Azure subscription for hosting.",
27
+ "core.addCapability.addCapabilitiesNoticeForCli": "[Teams Toolkit] Capabilities %s have been successfully added to your project. Run 'teamsfx provision' to create resources in your Azure subscription for hosting.",
28
+ "core.addResource.onlySupportAzure": "Add resource is only supported for project hosted in Azure",
29
+ "core.addResource.notSupportForVSProject": "Add resource is not supported for csharp project",
30
+ "core.addResource.addResourceNotice": "[Teams Toolkit] Resource \"%s\" has been successfully configured for your project, trigger 'Teams: Provision in the cloud' will create the resource in your Azure subscription.",
31
+ "core.addResource.addResourceNoticeForCli": "[Teams Toolkit] Resource \"%s\" has been successfully configured for your project, run 'teamsfx provision' will create the resource in your Azure subscription.",
32
+ "core.addResource.addResourcesNotice": "[Teams Toolkit] Resources \"%s\" have been successfully configured for your project, trigger 'Teams: Provision in the cloud' will create the resources in your Azure subscription.",
33
+ "core.addResource.addResourcesNoticeForCli": "[Teams Toolkit] Resources \"%s\" have been successfully configured for your project, run 'teamsfx provision' will create the resources in your Azure subscription.",
34
+ "core.NotProvisionedNotice": "'%s' is not provisioned in the cloud yet. Please provision first.",
35
+ "core.generateArmTemplate.failNotice": "'%s' Failed to create ARM template for required Azure services.",
36
+ "core.updateArmTemplate.failNotice": "'%s' Failed to update ARM template for required Azure services.",
37
+ "core.updateArmTemplate.successNotice": "The Azure resource template is updated based on your resource and capability selection. We recommend to initialize your project workspace with git init to track all changes.",
38
+ "core.localDebug.tenantConfirmNotice": "You already run local debug for the Teams app in another tenant '%s'. You can sign out %s and sign in with the matched M365 account to re-use the previous local debug resource. If you really want to switch tenant for local debug, you can delete the %s file and re-run local debug.",
39
+ "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",
40
+ "core.migrationToArmAndMultiEnv.SuccessMessage": "Upgrade succeeded. Your project is upgraded to new configuration files.",
41
+ "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.",
42
+ "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.",
43
+ "core.deployArmTemplates.StartNotice": "[%s] Start deploying ARM templates.",
44
+ "core.deployArmTemplates.CompileBicepSuccessNotice": "[%s] Successfully compile bicep files to JSON.",
45
+ "core.deployArmTemplates.SuccessNotice": "[%s] Successfully deploy ARM templates. Resource group name: %s. Deployment name: %s",
46
+ "core.deployArmTemplates.FailNotice": "[%s] Failed to deploy ARM templates. Resource group name: %s. Deployment name: %s",
47
+ "core.deployArmTemplates.PollDeploymentStatusNotice": "[%s] Polling deployment status...",
48
+ "core.deployArmTemplates.Progress.Title": "Deploying ARM Templates",
49
+ "core.deployArmTemplates.Progress.Start": "Preparing.",
50
+ "core.deployArmTemplates.Progress.ExecuteDeployment": "Deploying solution ARM templates to Azure. This could take several minutes.",
51
+ "core.collaboration.ListCollaboratorsSuccess": "List M365 Teams App%s owners success, you can view it in Teams Toolkit output window",
52
+ "core.collaboration.WithAadApp": "(With AAD App)",
53
+ "core.collaboration.FailedToListCollaborators": "Failed to list Teams App owners for the project.\nError details: \n",
54
+ "core.collaboration.GrantingPermission": "Granting permission",
55
+ "core.collaboration.EmailCannotBeEmptyOrSame": "Collaborator's email cannot be null or same as current user",
56
+ "core.collaboration.CannotFindUserInCurrentTenant": "Cannot find user in current tenant, please check whether your email address is correct",
57
+ "core.collaboration.GrantPermissionForUser": "Grant permission for user %s",
58
+ "core.collaboration.FailedToGetEnvName": "Failed to get env name.",
59
+ "core.collaboration.AccountToGrantPermission": "Account to grant permission: ",
60
+ "core.collaboration.StartingGrantPermission": "Starting grant permission for environment: ",
61
+ "core.collaboration.TenantId": "Tenant ID: ",
62
+ "core.collaboration.FailedToGrantPermission": "Failed to grant permission for the below resources to user: %s.\n Resource details: \n",
63
+ "core.collaboration.PermissionHasBeenGrantTo": "permission has been granted to ",
64
+ "core.collaboration.GrantPermissionResourceId": ", Resource ID: ",
65
+ "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: ",
66
+ "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: ",
67
+ "core.collaboration.ListingM365Permission": "Listing M365 permissions\n",
68
+ "core.collaboration.AccountUsedToCheck": "Account used to check: ",
69
+ "core.collaboration.StartingListAllTeamsAppOwners": "Starting list all teams app owners for environment: ",
70
+ "core.collaboration.M365TeamsAppId": "M365 Teams App (ID: ",
71
+ "core.collaboration.SsoAadAppId": "), SSO AAD App (ID: ",
72
+ "core.collaboration.TeamsAppOwner": "Teams App Owner: ",
73
+ "core.collaboration.NotOwnerOfSsoAadApp": "(Not owner of SSO AAD app)",
74
+ "core.collaboration.FailedToConvertProfile": "failed to convert profile ",
75
+ "core.collaboration.StaringCheckPermission": "Starting check permission for environment: ",
76
+ "core.collaboration.FailedToCheckPermission": "Failed to check permission for the below resources.\n Resource details: \n",
77
+ "core.collaboration.CheckPermissionResourceId": "Resource ID: ",
78
+ "core.collaboration.Undefined": "undefined",
79
+ "core.collaboration.ResourceName": ", Resource Name: ",
80
+ "core.collaboration.Permission": ", Permission: ",
81
+ "plugins.spfx.buildNotice": "SharePoint package successfully built at %s.",
82
+ "plugins.spfx.deployNotice": "SharePoint package %s has been successfully deployed to [%s](%s).",
83
+ "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 [M365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program)",
84
+ "plugins.spfx.createAppCatalogNotice": "There is no tenant app catalog under %s, do you want to create one?",
85
+ "plugins.spfx.cannotGetAppcatalog": "Cannot get app catalog site url after creation. You may need wait a few minutes and retry.",
86
+ "plugins.spfx.cannotFindPackage": "Cannot find SharePoint package %s",
87
+ "plugins.spfx.cannotFindManifest": "Cannot find manifest file %s",
88
+ "plugins.spfx.cannotGetSPOToken": "Cannot get SPO access token",
89
+ "plugins.spfx.cannotGetGraphToken": "Cannot get Graph access token",
90
+ "plugins.spfx.insufficientPermission": "You don't have permission to upload and deploy package to App Catalog %s, please use site admin account.",
91
+ "plugins.spfx.createAppcatalogFail": "Failed to create tenant app catalog, due to %s, stack: %s",
92
+ "plugins.spfx.uploadAppcatalogFail": "Failed to upload app package, due to %s",
93
+ "plugins.spfx.buildSharepointPackage":"Building SharePoint package",
94
+ "plugins.spfx.deploy.title": "Upload and deploy SharePoint Package",
95
+ "plugins.spfx.deploy.createAppcatalog": "Create Sharepoint app catalog",
96
+ "plugins.spfx.deploy.uploadAddDeploy": "Upload and deploy SPFx package to your tenant app catalog",
97
+ "plugins.spfx.scaffold.title": "Scaffolding project",
98
+ "plugins.frontend.checkLogTip": "Check log for more information.",
99
+ "plugins.frontend.reScaffoldTip": "Run 'Start A New Project' again.",
100
+ "plugins.frontend.doProvisionTip": "Run 'Provision Resource' before this command.",
101
+ "plugins.frontend.doLoginTip": "Login to Azure.",
102
+ "plugins.frontend.reLoginTip": "Sign out and login to Azure again.",
103
+ "plugins.frontend.reProvisionTip": "Run 'Provision Resource' again.",
104
+ "plugins.frontend.doNpmInstallTip": "Run 'npm install' in the folder: '%s'.",
105
+ "plugins.frontend.doBuildTip": "Run 'npm run build' in the folder: '%s'.",
106
+ "plugins.frontend.ensureBuildPathTip": "Ensure your built project exists: '%s'.",
107
+ "plugins.frontend.ensureResourceGroupTip": "Ensure your resource group exists.",
108
+ "plugins.frontend.ensureAppNameValidTip": "Ensure your app name only contains alphabetical and numeric characters, and does not contain trademark or reserved words.",
109
+ "plugins.frontend.deleteSameNameStorageTip": "Delete your Azure Storage Account with same name in another resource group or subscription.",
110
+ "plugins.frontend.checkNetworkTip": "Check your network connection.",
111
+ "plugins.frontend.checkFsPermissionsTip": "Check if you have Read/Write permissions to your file system.",
112
+ "plugins.frontend.checkStoragePermissionsTip": "Check if you have permissions to your Azure Storage Account.",
113
+ "plugins.frontend.checkSystemTimeTip": "You may get expired credentials, check if your system time is correct.",
114
+ "plugins.frontend.restoreEnvironmentTip": "If you manually updated configuration files (under directory .%s), recover them.",
115
+ "plugins.baseErrorMessage": "%s Suggestions: %s",
116
+ "plugins.appstudio.publishTip": "Teams: Publish to Teams",
117
+ "plugins.appstudio.validationFailedNotice": "Manifest Validation failed!",
118
+ "plugins.appstudio.validationSucceedNotice": "Manifest Validation succeed!",
119
+ "plugins.appstudio.buildFailedNotice": "Teams Package build failed!",
120
+ "plugins.appstudio.adminApprovalTip": "Successfully created %s app package file at %s. Send this to your administrator for approval.",
121
+ "plugins.appstudio.publishSucceedNotice": "Success: %s successfully published to the [admin portal](%s). Once approved, your app will be available for your organization.",
122
+ "plugins.appstudio.updatePublishedAppNotice": "The app %s has already been submitted to tenant App Catalog.\nStatus: %s\n",
123
+ "plugins.appstudio.lastModifiedTip": "Last Modified: %s\n",
124
+ "plugins.appstudio.updatePublihsedAppConfirm": "Do you want to submit a new update?",
125
+ "plugins.appstudio.teamsAppCreatedNotice": "Teams app created %s",
126
+ "plugins.appstudio.teamsAppUpdatedNotice": "Teams app updated %s",
127
+ "plugins.appstudio.relativePathTip": "%s should be a relative path, URL is not supported",
128
+ "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?",
129
+ "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?",
130
+ "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.",
131
+ "plugins.appstudio.publishProgressValidate": "Validating manifest file",
132
+ "plugins.appstudio.publishProgressUpdate": "Updating app definition for app %s in app studio",
133
+ "plugins.appstudio.publishProgressBuild": "Building Teams app package in %s.",
134
+ "plugins.appstudio.publishProgressPublish": "Publishing %s",
135
+ "plugins.appstudio.dataRequired": "Data required: %s",
136
+ "plugins.appstudio.manuallySubmitTip": "Manually submit Teams app package file",
137
+ "plugins.appstudio.manuallySubmitDescription": "Build the Teams app package. You will need to send it to your Teams administrator manually",
138
+ "plugins.appstudio.autoPublishTip": "Install for your organization",
139
+ "plugins.appstudio.autoPublishDescription": "Send your app to your Teams administrator for approval via the Teams App Portal.",
140
+ "plugins.bot.questionHostTypeTrigger.title": "Choose triggers",
141
+ "plugins.bot.questionHostTypeTrigger.placeholder": "Choose triggers",
142
+ "plugins.bot.questionHostTypeTrigger.error.emptySelection": "You have to select at least one trigger.",
143
+ "plugins.bot.questionHostTypeTrigger.error.hostTypeConflict": "Azure Functions and Azure App Service host types are in conflict.",
144
+ "plugins.bot.triggers.functionsTimer.label": "Timer Trigger",
145
+ "plugins.bot.triggers.functionsTimer.cliName": "timer",
146
+ "plugins.bot.triggers.functionsTimer.description": "A function that will be run on a specific schedule.",
147
+ "plugins.bot.triggers.functionsTimer.detail": "A function hosted on Azure Functions that will be run on a specific schedule.",
148
+ "plugins.bot.triggers.functionsHttp.label": "HTTP Trigger",
149
+ "plugins.bot.triggers.functionsHttp.cliName": "http",
150
+ "plugins.bot.triggers.functionsHttp.description": "A function that will be run whenever it receives an HTTP request.",
151
+ "plugins.bot.triggers.functionsHttp.detail": "A function hosted on Azure Functions that will be run whenever it receives an HTTP request.",
152
+ "plugins.bot.triggers.appService.label": "HTTP Trigger (Restify)",
153
+ "plugins.bot.triggers.appService.cliName": "http-restify",
154
+ "plugins.bot.triggers.appService.description": "A restify server that will be run whenever it receives an HTTP request.",
155
+ "plugins.bot.triggers.appService.detail": "A restify server hosted on Azure App Service that will be run whenever it receives an HTTP request.",
156
+ "plugins.function.recoverTeamsFxConfigFilesTip": "If you manually updated configuration files (under directory .%s), recover them.",
157
+ "plugins.function.recreateProject": "If you can not recover configuration files, create a new project.",
158
+ "plugins.function.checkNetwork": "Check your network connection.",
159
+ "plugins.function.retryRequest": "Retry the command after network connection is restored.",
160
+ "plugins.function.chooseAnotherCompose": "Create a project with another template.",
161
+ "plugins.function.checkDiskLock": "Check log to see whether there is a file locked by some process.",
162
+ "plugins.function.checkPathAccess": "Check log to see whether target path exists and you have write access to it.",
163
+ "plugins.function.checkSubscriptionId": "Check whether you choose the correct Azure subscription.",
164
+ "plugins.function.checkCredit": "Check Azure subscription credit.",
165
+ "plugins.function.checkLog": "Read log for more information.",
166
+ "plugins.function.recreateStorageAccount": "Remove your Azure Storage account instance and re-run provision.",
167
+ "plugins.function.checkPackageJson": "Check that package.json is valid.",
168
+ "plugins.function.checkCredential": "Check that you have logged in to Azure with the correct account.",
169
+ "plugins.function.doFullDeploy": "Remove folder %s.",
170
+ "plugins.function.doProvision": "Run 'Provision'.",
171
+ "plugins.function.retryRequestForZip": "If the template zip file was broken, retry the command to download a new one.",
172
+ "plugins.function.checkFunctionExtVersion": "Check function extension version and %s.",
173
+ "plugins.sql.getQuestionAdminName.title": "Admin name of SQL",
174
+ "plugins.sql.getQuestionAdminName.validation.sqlUserNameEmpty": "SQL admin user name cannot be empty",
175
+ "plugins.sql.getQuestionAdminName.validation.sqlUserNameContainsSqlIdentifier": "SQL admin user name cannot be empty",
176
+ "plugins.sql.getQuestionAdminName.validation.sqlUserNameContainsNonAlphanumeric": "SQL admin user name cannot include non-alphanumeric characters",
177
+ "plugins.sql.getQuestionAdminName.validation.sqlUserNameStartWithNumber": "SQL admin user name cannot start with a number",
178
+ "plugins.sql.getQuestionAdminPassword.title": "Admin password of SQL",
179
+ "plugins.sql.getQuestionAdminPassword.validation.sqlPasswordEmpty": "SQL admin password cannot be empty",
180
+ "plugins.sql.getQuestionAdminPassword.validation.sqlPasswordLengthLessThan8": "SQL admin password must be at least 8 characters in length",
181
+ "plugins.sql.getQuestionAdminPassword.validation.sqlPasswordLengthGreatThan128": "SQL admin password must be no more than 128 characters in length",
182
+ "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.)",
183
+ "plugins.sql.getQuestionAdminPassword.validation.sqlPasswordCannotContainUserName": "Your password cannot contain part or all of the user name",
184
+ "plugins.sql.getQuestionConfirmPassword.title": "Confirm admin password of SQL",
185
+ "plugins.sql.getQuestionConfirmPassword.validation.sqlPasswordMustMatch": "Password and password confirmation must match",
186
+ "plugins.sql.errorMessage.GetDetail": "Get the detailed error message in output.",
187
+ "plugins.sql.errorMessage.LinkHelpMessage": "You can follow %s to handle it.",
188
+ "plugins.sql.errorMessage.SqlInputError": "SQL admin name or password is empty",
189
+ "plugins.sql.errorMessage.SqlAskInputError": "Failed to get answer for SQL questions",
190
+ "plugins.sql.errorMessage.SqlEndpointError": "SQL Server %s is invalid.",
191
+ "plugins.sql.errorMessage.DatabaseUserCreateError": "Failed to create user '%s' in database %s",
192
+ "plugins.sql.errorMessage.SqlAddAdminError": "Failed to add AAD admin '%s'. %s",
193
+ "plugins.sql.errorMessage.SqlLocalFirwallError": "Failed to add local firewall for '%s'. %s",
194
+ "plugins.sql.errorMessage.SqlDeleteLocalFirwallError": "Failed to delete local firewall for '%s'. Delete '%s' manually. %s",
195
+ "plugins.sql.errorMessage.SqlUserInfoError": "Failed to get login user info.",
196
+ "plugins.sql.errorMessage.SqlGetConfigError": "Failed to get config value of '%s' from '%s'.",
197
+ "plugins.sql.errorMessage.SqlInvalidConfigError": "The config value of '%s' is invalid for %s.",
198
+ "plugins.sql.errorMessage.SqlCheckError": "Failed to check SQL Server '%s'. %s",
199
+ "plugins.sql.errorMessage.SqlCheckAdminError": "Failed to check AAD admin '%s'. %s",
200
+ "plugins.sql.errorMessage.IdentityCredentialUndefine": "Cannot access database to add managed identity user %s. Please add the user for database %s manually",
201
+ "plugins.sql.errorMessage.ServicePrincipalWarning": "service principal admin in azure sql can't add database user <%s>. You can add the user for %s manually",
202
+ "plugins.sql.errorMessage.DomainError": "Conditional Access policy requires a compliant device, and the device is not compliant. %s",
203
+ "plugins.sql.errorMessage.GuestAdminError": "SQL admin does not have enough permission to add database user. %s",
204
+ "error.ProjectFolderExistError": "Path %s already exists. Select a different folder.",
205
+ "error.PathNotExistError": "Path does not exist: %s",
206
+ "error.ProjectFolderInvalidError": "Path %s is invalid, please set valid root folder in user settings(Use absolute directory or relative directory start with \\${homeDir} ).",
207
+ "error.NoProjectOpenedError": "No project opened, you can create a new project or open an existing one.",
208
+ "error.InvalidProjectError": "The command only works for project created by Teams Toolkit. %s",
209
+ "error.InvalidProjectSettingsFileError": "The projectSettings.json file is invalid: %s.",
210
+ "error.FetchSampleError": "Failed to get data from remote repository for %s.",
211
+ "error.ProjectEnvNotExistError": "Environment %s not found. Make sure the config.%s.json file exist.",
212
+ "error.InvalidEnvNameError": "Environment name can only contain letters, digits, _ and -.",
213
+ "error.UpgradeCanceledError": "If you don't want to upgrade your project, please install another version of Teams Toolkit (version <= 2.10.0).",
214
+ "error.OperationNotPermittedError": "Operation is not permitted: %s",
215
+ "error.TaskNotSupportError": "Operation is not supported: %s.",
216
+ "error.frontend.UnauthenticatedError": "Failed to get user login information.",
217
+ "error.frontend.InvalidConfigError": "Get invalid %s.",
218
+ "error.frontend.CheckResourceGroupError": "Failed to check resource group existence.",
219
+ "error.frontend.NoResourceGroupError": "Failed to find resource group.",
220
+ "error.frontend.CheckStorageError": "Failed to check Azure Storage Account availability.",
221
+ "error.frontend.StaticWebsiteDisabledError": "Static website hosting feature is disabled for Azure Storage Account.",
222
+ "error.frontend.InvalidStorageNameError": "Azure Storage Name is invalid.",
223
+ "error.frontend.EnableStaticWebsiteError": "Failed to enable static website feature for Azure Storage Account.",
224
+ "error.frontend.ClearStorageError": "Failed to clear Azure Storage Account.",
225
+ "error.frontend.UploadToStorageError": "Failed to upload local path %s to Azure Storage Account.",
226
+ "error.frontend.GetContainerError": "Failed to get container %s from Azure Storage Account.",
227
+ "error.frontend.UnknownScaffoldError": "Failed to scaffold project causes unknown reason.",
228
+ "error.frontend.TemplateZipFallbackError": "Failed to download zip package and open local zip package.",
229
+ "error.frontend.UnzipTemplateError": "Failed to unzip template package.",
230
+ "error.frontend.NoBuildPathError": "Failed to find '%s' folder.",
231
+ "error.frontend.BuildError": "Failed to build Tab app.",
232
+ "error.frontend.NpmInstallError": "Failed to run 'npm install' for Tab app.",
233
+ "error.frontend.InvalidTabLanguageError": "The selected programming language yet is not supported by Tab.",
234
+ "error.frontend.NotImplemented": "Not Implemented.",
235
+ "error.frontend.UnhandledError": "Unhandled error.",
236
+ "error.frontend.FailedSaveEnv": "Failed to save environment variables to %s. Your App may not work.",
237
+ "error.frontend.FailedLoadEnv": "Failed to load environment variables from %s. Your App may not work.",
238
+ "error.appstudio.executeUserTaskRouteFailed": "Failed to route function call: %s}",
239
+ "error.appstudio.fileNotFoundError": "File %s not found.",
240
+ "error.appstudio.notADirectoryError": "%s is not a directory.",
241
+ "error.appstudio.remoteTeamsAppCreateFailed": "Failed to create remote teams app in app studio, due to %s, %s",
242
+ "error.appstudio.remoteTeamsAppUpdateFailed": "Failed to update remote teams app in app studio, due to %s, %s",
243
+ "error.appstudio.localTeamsAppCreateFailed": "Failed to create local debug teams app in app studio, due to %s, %s",
244
+ "error.appstudio.localTeamsAppUpdateFailed": "Failed to update local debug teams app in app studio, due to %s, %s",
245
+ "error.appstudio.teamsAppCreateFailed": "Failed to create teams app in app studio, due to %s, %s",
246
+ "error.appstudio.teamsAppUpdateFailed": "Failed to update teams app in app studio, due to %s, %s",
247
+ "error.appstudio.teamsAppNotFound": "Cannot found teams app with id %s",
248
+ "error.appstudio.noAppStudioToken": "Failed to get app studio token.",
249
+ "error.appstudio.invalidManifest": "Failed to parse manifest string, dut to error: %s. This might be caused by invalid configurations. %s",
250
+ "error.appstudio.loadManifest": "Failed to read manifest file. Error: %s.",
251
+ "error.appstudio.getLocalConfigFailed": "Missing configuration data for manifest. You may need to run 'Local debug' first. %s",
252
+ "error.appstudio.getRemoteConfigFailed": "Missing configuration data for manifest. %s",
253
+ "error.appstudio.publishFailed": "Failed to publish Teams app with ID %s.",
254
+ "error.appstudio.publishCancelled": "Publish Teams app with name %s has been cancelled.",
255
+ "error.appstudio.buildError": "Teams Package built failed!",
256
+ "error.appstudio.scaffoldFailed": "Teams app scaffold failed!",
257
+ "error.appstudio.checkPermissionFailed": "Check permission failed. Reason: %s",
258
+ "error.appstudio.grantPermissionFailed": "Grant permission failed. Reason: %s",
259
+ "error.appstudio.listCollaboratorFailed": "List collaborator failed. Reason: %s",
260
+ "error.appstudio.updateManifestCancelled": "Update manifest with app %s has been cancelled.",
261
+ "error.appstudio.updateManifestInvalidApp": "Cannot find teams app with id %s. You must run local debug or provision first before updating manifest to Teams platform.",
262
+ "error.appstudio.updateManifestFailed": "Update manifest failed",
263
+ "error.appstudio.invalidCapability": "Invalid capability: %s",
264
+ "error.appstudio.capabilityExceedLimit": "Cannot add capability %s, it reaches the limit.",
265
+ "error.appstudio.staticTabNotExist": "Cannot find statib tab with entity id %s, failed to update.",
266
+ "error.appstudio.capabilityNotExist": "Capability %s does not Texist in manifest, failed to update.",
267
+ "error.appstudio.noEnvInfo": "Failed to get target environment name from plugin context.",
268
+ "error.appstudio.validateFetchSchemaFailed": "Failed to get schema from %s, message: %s",
269
+ "error.appstudio.validateSchemaNotDefined": "Manifest schema is not defined",
270
+ "error.function.FunctionNameConflictError": "Function already exists, please choose another name.",
271
+ "error.function.FetchConfigError": "Failed to find %s from configuration.",
272
+ "error.function.ValidationError": "Invalid %s.",
273
+ "error.function.TemplateZipNetworkError": "Failed to download zip package from %s.",
274
+ "error.function.TemplateZipFallbackError": "Failed to download zip package and open local zip package.",
275
+ "error.function.UnzipError": "Failed to unzip templates and write to disk.",
276
+ "error.function.ConfigFunctionAppError": "Failed to retrieve or update function app settings.",
277
+ "error.function.FunctionAppOpError": "Failed to execute '%s' on the function app.",
278
+ "error.function.InstallTeamsFxBindingError": "Failed to install Azure Functions bindings.",
279
+ "error.function.InstallNpmPackageError": "Failed to install NPM packages.",
280
+ "error.function.InitAzureSDKError": "Failed to initialize Azure SDK Client.",
281
+ "error.function.ZipError": "Failed to generate zip package.",
282
+ "error.function.PublishCredentialError": "Failed to retrieve publish credential.",
283
+ "error.function.FindAppError": "Failed to find the function app.",
284
+ "error.function.UploadZipError": "Failed to upload zip package.",
285
+ "error.function.UnknownFallbackError": "Trigger fallback caused by unknown reason.",
286
+ "core.QuestionAppName.validation.pattern": "Application name must start with a letter and can only contain letters and digits.",
287
+ "core.QuestionAppName.validation.pathExist": "Path exists: %s. Select a different application name.",
288
+ "core.ProgrammingLanguageQuestion.title": "Programming Language",
289
+ "core.ProgrammingLanguageQuestion.placeholder": "Select a programming language.",
290
+ "core.ProgrammingLanguageQuestion.placeholder.spfx": "SPFx is currently supporting TypeScript only.",
291
+ "core.TabOption.description": "UI-based app",
292
+ "core.TabOption.detail": "Teams-aware webpages embedded in Microsoft Teams",
293
+ "core.BotOption.description": "Conversational Agent",
294
+ "core.BotOption.detail": "Running simple and repetitive automated tasks through conversations",
295
+ "core.MessageExtensionOption.description": "Custom UI when users compose messages in Teams",
296
+ "core.MessageExtensionOption.detail": "Inserting app content or acting on a message without leaving the conversation",
297
+ "core.NotificationOption.description": "Notification",
298
+ "core.NotificationOption.detail": "Sending a message in response to stimulus not originating from the user",
299
+ "core.TabSPFxOption.description": "UI-base app with SPFx framework",
300
+ "core.TabSPFxOption.detail": "Teams-aware webpages with SPFx framework embedded in Microsoft Teams",
301
+ "core.Sso.description": "Single Sign On",
302
+ "core.Sso.detail": "Enable Single Sign On in your Teams app",
303
+ "core.createCapabilityQuestion.title": "Select capabilities",
304
+ "core.createCapabilityQuestion.placeholder": "Select at least 1 capability",
305
+ "core.createCapabilityQuestion.validation1": "Teams Toolkit offers only the Tab capability in a Teams app with Visual Studio Code and SharePoint Framework. The Bot and Messaging extension capabilities are not available",
306
+ "core.createCapabilityQuestion.validation2": "Bot and Notification capability are in conflict",
307
+ "core.createCapabilityQuestion.validation3": "Messaging extension and Notification capability are in conflict",
308
+ "core.QuestionSelectTargetEnvironment.title": "Select an environment",
309
+ "core.getQuestionNewTargetEnvironmentName.title": "New environment name",
310
+ "core.getQuestionNewTargetEnvironmentName.placeholder": "New environment name",
311
+ "core.getQuestionNewTargetEnvironmentName.validation1": "Environment name can only contain letters, digits, _ and -.",
312
+ "core.getQuestionNewTargetEnvironmentName.validation2": "The length of environment config path will exceed the limitation of Windows.",
313
+ "core.getQuestionNewTargetEnvironmentName.validation3": "Cannot create an environment '%s'",
314
+ "core.getQuestionNewTargetEnvironmentName.validation4": "Failed to list env configs",
315
+ "core.getQuestionNewTargetEnvironmentName.validation5": "Project environment %s already exists.",
316
+ "core.QuestionSelectSourceEnvironment.title": "Select an environment to create copy",
317
+ "core.QuestionSelectResourceGroup.title": "Select a resource group",
318
+ "core.QuestionNewResourceGroupName.placeholder": "New resource group name",
319
+ "core.QuestionNewResourceGroupName.title": "New resource group name",
320
+ "core.QuestionNewResourceGroupName.validation": "The name can only contain alphanumeric characters or the symbols ._-()",
321
+ "core.QuestionNewResourceGroupLocation.title": "Location for the new resource group",
322
+ "core.ScratchOptionYesVSC.label": "Create a new Teams app",
323
+ "core.ScratchOptionYesVSC.detail": "Use the Teams Toolkit to create a new application.",
324
+ "core.ScratchOptionYes.label": "Create a new Teams app",
325
+ "core.ScratchOptionYes.detail": "Use the Teams Toolkit to create a new application.",
326
+ "core.ScratchOptionNoVSC.label": "Start from a sample",
327
+ "core.ScratchOptionNoVSC.detail": "Use an existing sample as a starting point for your new application.",
328
+ "core.ScratchOptionNo.label": "Start from a sample",
329
+ "core.ScratchOptionNo.detail": "Use an existing sample as a starting point for your new application.",
330
+ "core.getCreateNewOrFromSampleQuestion.title": "Teams Toolkit: Create a new Teams app",
331
+ "core.getCreateNewOrFromSampleQuestion.placeholder": "Select an option",
332
+ "core.SampleSelect.title": "Start from a sample",
333
+ "core.SampleSelect.placeholder": "Select a sample",
334
+ "core.HostTypeOptionAzure.label": "Azure",
335
+ "core.HostTypeOptionSPFx.label": "SharePoint Framework (SPFx)",
336
+ "core.AzureResourceSQL.label": "Azure SQL Database",
337
+ "core.AzureResourceSQL.description": "Azure Function App will be also selected to access Azure SQL Database",
338
+ "core.AzureResourceFunction.label": "Azure Function App",
339
+ "core.AzureResourceApim.label": "Register APIs in Azure API Management",
340
+ "core.AzureResourceApim.description": "Azure Function App will be also selected to be published as an API",
341
+ "core.AzureResourceKeyVault.label": "Azure Key Vault",
342
+ "core.AzureResourceKeyVault.description": "Secure runtime application secrets with Azure Key Vault",
343
+ "core.getUserEmailQuestion.title": "Add owner to Teams/AAD app for the account under the same M365 tenant (email)",
344
+ "core.getUserEmailQuestion.validation1": "Email address cannot be null or empty",
345
+ "core.getUserEmailQuestion.validation2": "Please change [UserName] to the real user name",
346
+ "core.M365AppTypeSelectQuestion.title": "Select an app type",
347
+ "core.M365AppTypeSelectQuestion.placeholder": "Select a type of application to jumpstart your project.",
348
+ "core.M365LaunchPageOptionItem.description": "Web pages embedded in Teams, Outlook and Office.com",
349
+ "core.M365MessagingExtensionOptionItem.description": "Custom UI when user composes messages in Teams or emails in Outlook",
350
+ "core.M365MessagingExtensionOptionItem.detail": "Insert app content in conversations or emails.",
351
+ "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.",
352
+ "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.",
353
+ "error.aad.GetSkipAppConfigError": "Failed to get all necessary info. You need to set %s, %s, %s, %s under%s in %s.",
354
+ "error.aad.CreateAppError": "Failed to create an app in Azure Active Directory.",
355
+ "error.aad.CreateSecretError": "`Failed to create an application secret in Azure Active Directory.`",
356
+ "error.aad.UpdateRedirectUriError": "Failed to update application redirect URI in Azure Active Directory.",
357
+ "error.aad.UpdateAppIdUriError": "Failed to update Application ID URI in Azure Active Directory. %s",
358
+ "error.aad.UpdatePermissionError": "Failed to update application permission in Azure Active Directory.",
359
+ "error.aad.AppIdUriInvalidError": "Invalid Application ID URI. Provision your application before continuing.",
360
+ "error.aad.InvalidSelectedPlugins": "Invalid selected plugins. %s",
361
+ "error.aad.ParsePermissionError": "Failed to parse permission request.",
362
+ "error.aad.UnhandledError": "Unhandled Error. ",
363
+ "error.aad.UnknownPermissionName": "Failed to find resource: %s. %s",
364
+ "error.aad.UnknownPermissionRole": "Failed to find role \"%s\" for resource \"%s\". %s",
365
+ "error.aad.UnknownPermissionScope": "Failed to find scope \"%s\" for resource \"%s\". %s",
366
+ "error.aad.GetTokenError": "Failed to get user login information for %s.",
367
+ "error.aad.TenantNotExistError": "Failed to get tenant information from user login.",
368
+ "error.aad.MissingPermissionsRequestProvider": "permissionRequestProvider is missing in plugin context",
369
+ "error.aad.CheckPermissionError": "Failed to check permission.",
370
+ "error.aad.GrantPermissionError": "%s: %s. Failed to grant permission.",
371
+ "error.aad.ListCollaboratorError": "Failed to list collaborator.",
372
+ "error.aad.GetDisplayNameError": "Failed to get display name.",
373
+ "error.aad.GetConfigError": "Failed to get configuration value \"%s\" for %s.",
374
+ "error.aad.FormatError": "Invalid format for %s. Value: %s.",
375
+ "error.aad.client.CreateFailed": "Failed to create an application registration in Azure Active Directory.",
376
+ "error.aad.client.UpdateFailed": "Failed to update application registration in Azure Active Directory.",
377
+ "error.aad.client.CreateSecretFailed": "Failed to create an application secret in Azure Active Directory.",
378
+ "error.aad.client.GetFailed": "Failed to retrieve Azure Active Directory application registration.",
379
+ "error.aad.client.CheckPermissionFailed": "Failed to check permission in Azure Active Directory.",
380
+ "error.aad.client.GrantPermissionFailed": "Failed to grant permission in Azure Active Directory.",
381
+ "error.aad.client.AppDefinitionIsNull": "Missing application definition.",
382
+ "error.aad.client.AppObjectIdIsNull": "Missing Object ID.",
383
+ "error.aad.client.EmptyResponse": "Missing response.",
384
+ "error.aad.client.ReachRetryLimit": "Exceeded retry limit.",
385
+ "plugins.aad.NoSelection": "No Azure AD app found. Will not update permissions. You need to run provision or local debug first.",
386
+ "plugins.aad.UserCancelled": "Selection is cancelled by user.",
387
+ "plugins.aad.UpdatePermissionSuccessMessage": "Successfully updated permission for Azure AD app. You can go to Azure Portal to check the permission or grant admin consent.",
388
+ "plugins.aad.SkipProvision": "Azure AD app provision skipped. You need to mannual provision and config Azure AD app.",
389
+ "plugins.aad.OwnerAlreadyAdded": "User %s is already added as owner of Azure AD app %s.",
390
+ "plugins.aad.StepFailedAndSkipped": "Failed in step: %s. You need to go to Azure Protal and mannually %s for the provided Azure AD app.",
391
+ "plugins.aad.UpdatePermissionHelpMessage": "update the permission under \"API permissions\"",
392
+ "plugins.aad.UpdateAppIdUriHelpMessage": "set \"%s\" as \"Application ID URI\" under \"Expose an API\"",
393
+ "plugins.aad.UpdateRedirectUriHelpMessage": "set \"%s\" as \"Redirect URIs\" under \"Authentication\"",
394
+ "plugins.apim.QuestionConstants.VSCode.OpenApiDocument.description": "Select Open API document.",
395
+ "plugins.apim.QuestionConstants.VSCode.ApiPrefix.description": "Input the API name prefix.",
396
+ "plugins.apim.QuestionConstants.VSCode.ApiPrefix.prompt": "The unique name of the API will be '{api-prefix}-{resource-suffix}-{api-version}'.",
397
+ "plugins.apim.QuestionConstants.VSCode.ApiVersion.description": "Select an API version.",
398
+ "plugins.apim.QuestionConstants.VSCode.ApiVersion.createNewApiVersionOption": "+ Create a new API version",
399
+ "plugins.apim.QuestionConstants.VSCode.NewApiVersion.description": "Input the API version.",
400
+ "plugins.apim.QuestionConstants.CLI.OpenApiDocument.description": "The Open API document file path.",
401
+ "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}'.",
402
+ "plugins.apim.QuestionConstants.CLI.ApiId.description": "The unique name of the api to be updated.",
403
+ "plugins.apim.QuestionConstants.CLI.ApiVersion.description": "The API version.",
404
+ "plugins.apim.ValidationConstants.resourceIdValidPattern.message": "The value can contain only numbers, letters, and hyphens when preceded and followed by number or a letter.",
405
+ "plugins.apim.ValidationConstants.defaultValidPattern.message": "The value cannot contain any characters in '*#&+:<>?'.",
406
+ "plugins.apim.ValidationConstants.guidValidPattern.message": "The value should be a GUID.",
407
+ "plugins.apim.ValidationConstants.CLI.invalidOptionMessage": "The value of option '--%s' is invalid.",
408
+ "plugins.apim.ValidationConstants.CLI.emptyOptionMessage": "Option '--%s' is required. Set the value of '--%s'",
409
+ "plugins.apim.ValidationConstants.CLI.overrideOptionMessage": "Option '--%s' cannot be overridden. Remove option '--%s'",
410
+ "plugins.apim.RetryOperation.Create": "create a new project",
411
+ "plugins.apim.RetryOperation.Update": "add API Management resource",
412
+ "plugins.apim.RetryOperation.Provision": "provision in the cloud",
413
+ "plugins.apim.RetryOperation.Deploy": "deploy to the cloud",
414
+ "plugins.apim.RetryOperation.Login": "sign in to Azure and choose a subscription",
415
+ "plugins.apim.ProgressMessages.Scaffold.Scaffold": "Scaffold OpenAPI document",
416
+ "plugins.apim.ProgressMessages.Provision.CreateApim": "Create API Management service",
417
+ "plugins.apim.ProgressMessages.Provision.CreateAad": "Create client AAD app registration",
418
+ "plugins.apim.ProgressMessages.PostProvision.ConfigClientAad": "Configure client AAD app registration",
419
+ "plugins.apim.ProgressMessages.PostProvision.ConfigAppAad": "Update AAD app for Teams app",
420
+ "plugins.apim.ProgressMessages.Deploy.ImportApi": "Import API into API management",
421
+ "plugins.apim.error.NoValidOpenApiDocument": "No valid OpenApi document in the current workspace.",
422
+ "plugins.apim.error.InvalidOpenApiDocument": "The file '%s' is not a valid OpenApi document.",
423
+ "plugins.apim.error.EmptyTitleInOpenApiDocument": "The property 'title' cannot be empty in the OpenApi document '%s'.",
424
+ "plugins.apim.error.EmptyVersionInOpenApiDocument": "The property 'version' cannot be empty in the OpenApi document '%s'.",
425
+ "plugins.apim.error.InvalidAadObjectId": "The Azure Active Directory application with object id '%s' could not be found.",
426
+ "plugins.apim.error.EmptyConfigValue": "Project configuration '%s' of '%s' is missing in '%s'. Retry %s or set the value manually.",
427
+ "plugins.apim.error.NoPluginConfig": "Cannot found %s configuration. Retry %s.",
428
+ "plugins.apim.error.InvalidConfigValue": "Project configuration '%s' of '%s' is invalid. %s",
429
+ "plugins.apim.error.ApimOperationError": "Failed to %s %s.",
430
+ "plugins.apim.error.AadOperationError": "Failed to %s %s.",
431
+ "plugins.apim.error.InvalidCliOptionError": "Option is invalid.",
432
+ "plugins.apim.error.NotImplemented": "Not implemented.",
433
+ "plugins.apim.error.InvalidFunctionEndpoint": "The function endpoint scheme should be 'http' or 'https'.",
434
+ "plugins.apim.error.EmptyProperty": "Property '%s' is empty.",
435
+ "plugins.apim.error.InvalidPropertyType": "Property '%s' is not type '%s'.",
436
+ "plugins.apim.error.ShortenToEmpty": "The value '%s' cannot be shorten to empty.",
437
+ "plugins.apim.error.UnhandledError": "Unhandled error.",
438
+ "plugins.apim.error.FailedToParseResourceIdError": "Failed to get '%s' from resource id: '%s'.",
439
+ "error.sa.NoConfigError": "Failed to get config value of '%s' from '%s'.",
440
+ "error.sa.UnauthenticatedError": "Failed to get user login information.",
441
+ "error.sa.CreateAppServicePlanError": "Failed to create App Service plan: %s",
442
+ "error.sa.FreeServerFarmsQuotaError": "Failed to create App Service plan: %s",
443
+ "error.sa.MissingSubscriptionRegistrationError": "Failed to create App Service plan: ${message}",
444
+ "error.sa.CreateWebAppError": "Failed to create Web App: %s",
445
+ "error.sa.ZipDeployError": "Failed to deploy Simple Auth bits: %s",
446
+ "error.sa.UpdateApplicationSettingsError": "Failed to update application settings: %s",
447
+ "error.sa.UnhandledError": "Unhandled error: %s",
448
+ "error.sa.EndpointInvalidError": "Failed to verify endpoint: %s. Reason: %s",
449
+ "error.sa.ZipDownloadError": "Failed to download Simple Auth bits: %s",
450
+ "error.sa.VersionFileNotExist": "`Failed to load version file from %s",
451
+ "plugins.sa.RegisterRersourceProviderFailed": "Failed to register required resource provider for Simple Auth. Reason: %s. Register required resource provider %s manually.",
452
+ "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.",
453
+ "core.getUserEmailQuestion.validation3": "Email address is not valid",
454
+ "plugins.bot.DetailedError": "Detailed error: %s.",
455
+ "plugins.bot.DetailedErrorReason": "Reason: %s",
456
+ "plugins.bot.UnhandledError": "Got an unhandled error: %s",
457
+ "plugins.bot.ErrorSuggestions": "Suggestions: %s",
458
+ "plugins.bot.InvalidValue": "%s is invalid with value: %s",
459
+ "plugins.bot.SelectValidValues": "Please select valid values for %s",
460
+ "plugins.bot.SomethingIsMissing": "%s is missing.",
461
+ "plugins.bot.SomethingNotFound": "%s is not found.",
462
+ "plugins.bot.SomethingNotExisting": "%s is not existing.",
463
+ "plugins.bot.FailedToCreate": "Failed to create %s",
464
+ "plugins.bot.FailedToProvision": "Failed to provision %s.",
465
+ "plugins.bot.FailedToUpdateConfigs": "Failed to update configs for %s",
466
+ "plugins.bot.FailedListPublishingCredentials": "Failed to list publishing credentials.",
467
+ "plugins.bot.FailedDeployZipFile": "Failed to deploy zip file.",
468
+ "plugins.bot.FailedUpdateMessageEndpoint": "Failed to update message endpoint with %s",
469
+ "plugins.bot.DownloadFail": "Failed to download from %s",
470
+ "plugins.bot.ClickGetHelp": "Please click 'Get Help' button for more details.",
471
+ "plugins.bot.FailToRun": "Failed to run %s.",
472
+ "plugins.bot.PerformCommand": "Perform command %s before %s.",
473
+ "plugins.bot.FailToCallAppStudioApi": "Failed to call App Studio's api to check AAD application's existence.",
474
+ "plugins.bot.SuccessfullyRetrievedZip": "Successfully retrieved zip package from %s",
475
+ "plugins.bot.FallingUseLocalTemplate": "Falling back to use local template zip.",
476
+ "plugins.bot.ResourceProvider": "Resource Provider %s already exists, do not need to register.",
477
+ "plugins.bot.BotResourceExists": "Bot resource already existed on %s, skip creating Bot resource.",
478
+ "plugins.bot.WorkingDirMissing": "Working directory is missing.",
479
+ "plugins.bot.FailRetrieveAzureCredentials": "Failed to retrieve Azure credentials.",
480
+ "plugins.bot.LoginToAzure": "Login to Azure.",
481
+ "plugins.bot.SkipDeployment": "Skipping deployment: no updates found.",
482
+ "plugins.bot.ScaffoldingBot": "Scaffolding bot.",
483
+ "plugins.bot.ScaffoldingBotSuccess": "Successfully scaffolded bot.",
484
+ "plugins.bot.PreProvisionBot": "Pre-provisioning bot.",
485
+ "plugins.bot.ProvisionBot": "Provisioning bot.",
486
+ "plugins.bot.PreDeployingBot": "Pre-deploying bot.",
487
+ "plugins.bot.DeployingBot": "Deploying bot.",
488
+ "plugins.bot.DeployingBotSuccess": "Successfully deployed bot.",
489
+ "plugins.bot.GeneratingBotARMTemplates": "Generating ARM templates of bot.",
490
+ "plugins.bot.GeneratingARMTemplatesSuccess": "Successfully generating ARM templates of bot.",
491
+ "plugins.bot.UpdateBotARMTemplates": "Updating ARM templates of bot.",
492
+ "plugins.bot.UpdateBotARMTemplatesSuccess": "Successfully updating ARM templates of bot.",
493
+ "plugins.bot.GetBotAADSuccess": "Successfully get existing bot AAD app credential.",
494
+ "plugins.bot.CreateBotAADSuccess": "Successfully created bot AAD app.",
495
+ "plugins.bot.UpdateAzureWebAppSetting": "Updating azure web app's app settings.",
496
+ "plugins.bot.ProvisionBotRegistration": "Provisioning bot registration.",
497
+ "plugins.bot.ProvisionBotRegistrationSuccess": "Successfully provisioned bot registration.",
498
+ "plugins.bot.SubscriptionNoRegister": "The subscription didn't register to use namespace 'Microsoft.BotService'.",
499
+ "plugins.bot.RetryCurrent": "Please retry the current step.",
500
+ "plugins.bot.RegisterSubscription": "Please register your subscription to use namespace 'Microsoft.BotService'.",
501
+ "plugins.bot.RecoverConfig": "Please recover the config value.",
502
+ "plugins.bot.RecreateProject": "Please recreate the project.",
503
+ "plugins.bot.CheckCommandOutput": "Please check the command output and try to fix it.",
504
+ "plugins.bot.DeleteExistsAzureBotChannelRegistrations": "Please delete existing azure bot channel registrations.",
505
+ "plugins.bot.DelAzureBotChannel": "If azure account is switched, don't forget to delete azure bot channel registration under the previous account.",
506
+ "plugins.bot.CheckLogAndFix": "Please check log in output channel and try to fix this issue.",
507
+ "plugins.bot.RegisterResourceProviderManually": "Register %s resource provider for your subscription manually.",
508
+ "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.",
509
+ "plugins.bot.AzureWebApp": "Azure Web App",
510
+ "plugins.bot.AzureBotServiceChannelRegistration": "Azure Bot Service channel registration",
511
+ "plugins.bot.TeamsChannel": "Teams channel",
512
+ "plugins.bot.AadApp": "AAD app",
513
+ "plugins.bot.AadClientSecret": "AAD client secret",
514
+ "plugins.bot.AppStudioBotRegistration": "App Studio bot registration"
515
+ }
File without changes