@microsoft/teamsfx-core 1.16.2 → 1.16.3-alpha.39751981b.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 (1742) hide show
  1. package/build/common/azure-hosting/azureHosting.d.ts.map +1 -1
  2. package/build/common/azure-hosting/azureHosting.js +3 -3
  3. package/build/common/azure-hosting/azureHosting.js.map +1 -1
  4. package/build/common/azure-hosting/azureOps.d.ts +3 -2
  5. package/build/common/azure-hosting/azureOps.d.ts.map +1 -1
  6. package/build/common/azure-hosting/azureOps.js +3 -7
  7. package/build/common/azure-hosting/azureOps.js.map +1 -1
  8. package/build/common/azure-hosting/hostingConstant.d.ts +1 -0
  9. package/build/common/azure-hosting/hostingConstant.d.ts.map +1 -1
  10. package/build/common/azure-hosting/hostingConstant.js +1 -0
  11. package/build/common/azure-hosting/hostingConstant.js.map +1 -1
  12. package/build/common/azure-hosting/hostingFactory.d.ts.map +1 -1
  13. package/build/common/azure-hosting/hostingFactory.js +0 -2
  14. package/build/common/azure-hosting/hostingFactory.js.map +1 -1
  15. package/build/common/azure-hosting/messages.d.ts +1 -0
  16. package/build/common/azure-hosting/messages.d.ts.map +1 -1
  17. package/build/common/azure-hosting/messages.js +1 -0
  18. package/build/common/azure-hosting/messages.js.map +1 -1
  19. package/build/common/azure-hosting/utils.d.ts.map +1 -1
  20. package/build/common/azure-hosting/utils.js +2 -3
  21. package/build/common/azure-hosting/utils.js.map +1 -1
  22. package/build/common/constants.d.ts +1 -2
  23. package/build/common/constants.d.ts.map +1 -1
  24. package/build/common/constants.js +1 -2
  25. package/build/common/constants.js.map +1 -1
  26. package/build/common/deps-checker/checkerFactory.js +2 -2
  27. package/build/common/deps-checker/checkerFactory.js.map +1 -1
  28. package/build/common/deps-checker/constant/message.d.ts +3 -1
  29. package/build/common/deps-checker/constant/message.d.ts.map +1 -1
  30. package/build/common/deps-checker/constant/message.js +3 -1
  31. package/build/common/deps-checker/constant/message.js.map +1 -1
  32. package/build/common/deps-checker/depsChecker.d.ts +1 -1
  33. package/build/common/deps-checker/depsChecker.d.ts.map +1 -1
  34. package/build/common/deps-checker/depsChecker.js +1 -1
  35. package/build/common/deps-checker/depsChecker.js.map +1 -1
  36. package/build/common/deps-checker/depsError.d.ts +7 -1
  37. package/build/common/deps-checker/depsError.d.ts.map +1 -1
  38. package/build/common/deps-checker/depsError.js +18 -4
  39. package/build/common/deps-checker/depsError.js.map +1 -1
  40. package/build/common/deps-checker/depsManager.js +1 -1
  41. package/build/common/deps-checker/depsManager.js.map +1 -1
  42. package/build/common/deps-checker/internal/funcToolChecker.d.ts +11 -6
  43. package/build/common/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
  44. package/build/common/deps-checker/internal/funcToolChecker.js +68 -24
  45. package/build/common/deps-checker/internal/funcToolChecker.js.map +1 -1
  46. package/build/common/deps-checker/internal/nodeChecker.d.ts +14 -5
  47. package/build/common/deps-checker/internal/nodeChecker.d.ts.map +1 -1
  48. package/build/common/deps-checker/internal/nodeChecker.js +32 -16
  49. package/build/common/deps-checker/internal/nodeChecker.js.map +1 -1
  50. package/build/common/featureFlags.d.ts +0 -1
  51. package/build/common/featureFlags.d.ts.map +1 -1
  52. package/build/common/featureFlags.js +2 -6
  53. package/build/common/featureFlags.js.map +1 -1
  54. package/build/common/local/localEnvManager.d.ts +5 -3
  55. package/build/common/local/localEnvManager.d.ts.map +1 -1
  56. package/build/common/local/localEnvManager.js +11 -30
  57. package/build/common/local/localEnvManager.js.map +1 -1
  58. package/build/common/local/projectSettingsHelper.d.ts.map +1 -1
  59. package/build/common/local/projectSettingsHelper.js +11 -51
  60. package/build/common/local/projectSettingsHelper.js.map +1 -1
  61. package/build/common/localStateProvider.d.ts.map +1 -1
  62. package/build/common/localStateProvider.js +1 -2
  63. package/build/common/localStateProvider.js.map +1 -1
  64. package/build/common/samples-config.json +12 -10
  65. package/build/common/templates-config.json +2 -2
  66. package/build/common/tools.d.ts +4 -0
  67. package/build/common/tools.d.ts.map +1 -1
  68. package/build/common/tools.js +34 -6
  69. package/build/common/tools.js.map +1 -1
  70. package/build/component/code/api/apiCode.d.ts +13 -0
  71. package/build/component/code/api/apiCode.d.ts.map +1 -0
  72. package/build/component/code/api/apiCode.js +153 -0
  73. package/build/component/code/api/apiCode.js.map +1 -0
  74. package/build/component/code/api/depsChecker/funcHelper.d.ts +11 -0
  75. package/build/component/code/api/depsChecker/funcHelper.d.ts.map +1 -0
  76. package/build/component/code/api/depsChecker/funcHelper.js +55 -0
  77. package/build/component/code/api/depsChecker/funcHelper.js.map +1 -0
  78. package/build/component/code/api/depsChecker/funcPluginLogger.d.ts +17 -0
  79. package/build/component/code/api/depsChecker/funcPluginLogger.d.ts.map +1 -0
  80. package/build/component/code/api/depsChecker/funcPluginLogger.js +52 -0
  81. package/build/component/code/api/depsChecker/funcPluginLogger.js.map +1 -0
  82. package/build/component/code/api/depsChecker/funcPluginTelemetry.d.ts +15 -0
  83. package/build/component/code/api/depsChecker/funcPluginTelemetry.d.ts.map +1 -0
  84. package/build/component/code/api/depsChecker/funcPluginTelemetry.js +53 -0
  85. package/build/component/code/api/depsChecker/funcPluginTelemetry.js.map +1 -0
  86. package/build/component/code/api/enums.d.ts +11 -0
  87. package/build/component/code/api/enums.d.ts.map +1 -0
  88. package/build/component/code/api/enums.js +18 -0
  89. package/build/component/code/api/enums.js.map +1 -0
  90. package/build/component/code/api/language-strategy.d.ts +15 -0
  91. package/build/component/code/api/language-strategy.d.ts.map +1 -0
  92. package/build/component/code/api/language-strategy.js +51 -0
  93. package/build/component/code/api/language-strategy.js.map +1 -0
  94. package/build/component/code/api/scaffold.d.ts +13 -0
  95. package/build/component/code/api/scaffold.d.ts.map +1 -0
  96. package/build/component/code/api/scaffold.js +83 -0
  97. package/build/component/code/api/scaffold.js.map +1 -0
  98. package/build/component/code/api/telemetry-helper.d.ts +20 -0
  99. package/build/component/code/api/telemetry-helper.d.ts.map +1 -0
  100. package/build/component/code/api/telemetry-helper.js +43 -0
  101. package/build/component/code/api/telemetry-helper.js.map +1 -0
  102. package/build/component/code/appSettingUtils.js +2 -2
  103. package/build/component/code/appSettingUtils.js.map +1 -1
  104. package/build/component/code/botCode.d.ts +0 -3
  105. package/build/component/code/botCode.d.ts.map +1 -1
  106. package/build/component/code/botCode.js +18 -28
  107. package/build/component/code/botCode.js.map +1 -1
  108. package/build/component/code/constants.d.ts +23 -0
  109. package/build/component/code/constants.d.ts.map +1 -0
  110. package/build/component/code/constants.js +29 -0
  111. package/build/component/code/constants.js.map +1 -0
  112. package/build/component/code/error.d.ts +11 -0
  113. package/build/component/code/error.d.ts.map +1 -0
  114. package/build/component/code/error.js +41 -0
  115. package/build/component/code/error.js.map +1 -0
  116. package/build/component/code/spfxTabCode.d.ts.map +1 -1
  117. package/build/component/code/spfxTabCode.js +18 -26
  118. package/build/component/code/spfxTabCode.js.map +1 -1
  119. package/build/component/code/tabCode.d.ts.map +1 -1
  120. package/build/component/code/tabCode.js +5 -6
  121. package/build/component/code/tabCode.js.map +1 -1
  122. package/build/component/constant/commonConstant.d.ts +6 -0
  123. package/build/component/constant/commonConstant.d.ts.map +1 -0
  124. package/build/component/constant/commonConstant.js +12 -0
  125. package/build/component/constant/commonConstant.js.map +1 -0
  126. package/build/component/constant/deployConstant.d.ts +16 -0
  127. package/build/component/constant/deployConstant.d.ts.map +1 -0
  128. package/build/component/constant/deployConstant.js +36 -0
  129. package/build/component/constant/deployConstant.js.map +1 -0
  130. package/build/component/constants.d.ts +10 -0
  131. package/build/component/constants.d.ts.map +1 -1
  132. package/build/component/constants.js +11 -1
  133. package/build/component/constants.js.map +1 -1
  134. package/build/component/coordinator/lifecycleStage.d.ts +2 -0
  135. package/build/component/coordinator/lifecycleStage.d.ts.map +1 -0
  136. package/build/component/coordinator/lifecycleStage.js +23 -0
  137. package/build/component/coordinator/lifecycleStage.js.map +1 -0
  138. package/build/component/core.d.ts +5 -5
  139. package/build/component/core.d.ts.map +1 -1
  140. package/build/component/core.js +14 -14
  141. package/build/component/core.js.map +1 -1
  142. package/build/component/debug.d.ts.map +1 -1
  143. package/build/component/debug.js +66 -52
  144. package/build/component/debug.js.map +1 -1
  145. package/build/component/debugHandler/appManifest.d.ts +1 -1
  146. package/build/component/debugHandler/appManifest.d.ts.map +1 -1
  147. package/build/component/debugHandler/appManifest.js +30 -28
  148. package/build/component/debugHandler/appManifest.js.map +1 -1
  149. package/build/component/debugHandler/bot.d.ts +0 -1
  150. package/build/component/debugHandler/bot.d.ts.map +1 -1
  151. package/build/component/debugHandler/bot.js +42 -37
  152. package/build/component/debugHandler/bot.js.map +1 -1
  153. package/build/component/debugHandler/error.d.ts +3 -3
  154. package/build/component/debugHandler/error.d.ts.map +1 -1
  155. package/build/component/debugHandler/error.js +14 -14
  156. package/build/component/debugHandler/error.js.map +1 -1
  157. package/build/component/debugHandler/index.d.ts +1 -0
  158. package/build/component/debugHandler/index.d.ts.map +1 -1
  159. package/build/component/debugHandler/index.js +1 -0
  160. package/build/component/debugHandler/index.js.map +1 -1
  161. package/build/component/debugHandler/localEnvProvider.js +1 -1
  162. package/build/component/debugHandler/localEnvProvider.js.map +1 -1
  163. package/build/component/debugHandler/sso.d.ts +0 -1
  164. package/build/component/debugHandler/sso.d.ts.map +1 -1
  165. package/build/component/debugHandler/sso.js +80 -69
  166. package/build/component/debugHandler/sso.js.map +1 -1
  167. package/build/component/debugHandler/tab.d.ts.map +1 -1
  168. package/build/component/debugHandler/tab.js +18 -15
  169. package/build/component/debugHandler/tab.js.map +1 -1
  170. package/build/component/deploy/azureAppServiceDeployDriver.d.ts +12 -0
  171. package/build/component/deploy/azureAppServiceDeployDriver.d.ts.map +1 -0
  172. package/build/component/deploy/azureAppServiceDeployDriver.js +29 -0
  173. package/build/component/deploy/azureAppServiceDeployDriver.js.map +1 -0
  174. package/build/component/deploy/azureDeployDriver.d.ts +69 -0
  175. package/build/component/deploy/azureDeployDriver.d.ts.map +1 -0
  176. package/build/component/deploy/azureDeployDriver.js +172 -0
  177. package/build/component/deploy/azureDeployDriver.js.map +1 -0
  178. package/build/component/deploy/azureFunctionDeployDriver.d.ts +16 -0
  179. package/build/component/deploy/azureFunctionDeployDriver.d.ts.map +1 -0
  180. package/build/component/deploy/azureFunctionDeployDriver.js +44 -0
  181. package/build/component/deploy/azureFunctionDeployDriver.js.map +1 -0
  182. package/build/component/deploy/azureStorageDeployDriver.d.ts +21 -0
  183. package/build/component/deploy/azureStorageDeployDriver.d.ts.map +1 -0
  184. package/build/component/deploy/azureStorageDeployDriver.js +128 -0
  185. package/build/component/deploy/azureStorageDeployDriver.js.map +1 -0
  186. package/build/component/deploy/baseBuildDriver.d.ts +8 -0
  187. package/build/component/deploy/baseBuildDriver.d.ts.map +1 -0
  188. package/build/component/deploy/baseBuildDriver.js +18 -0
  189. package/build/component/deploy/baseBuildDriver.js.map +1 -0
  190. package/build/component/deploy/baseDeployDriver.d.ts +24 -0
  191. package/build/component/deploy/baseDeployDriver.d.ts.map +1 -0
  192. package/build/component/deploy/baseDeployDriver.js +84 -0
  193. package/build/component/deploy/baseDeployDriver.js.map +1 -0
  194. package/build/component/deploy/baseStepDriver.d.ts +7 -0
  195. package/build/component/deploy/baseStepDriver.d.ts.map +1 -0
  196. package/build/component/deploy/baseStepDriver.js +13 -0
  197. package/build/component/deploy/baseStepDriver.js.map +1 -0
  198. package/build/component/deploy/dotnetBuildDriver.d.ts +12 -0
  199. package/build/component/deploy/dotnetBuildDriver.d.ts.map +1 -0
  200. package/build/component/deploy/dotnetBuildDriver.js +41 -0
  201. package/build/component/deploy/dotnetBuildDriver.js.map +1 -0
  202. package/build/component/deploy/npmBuildDriver.d.ts +12 -0
  203. package/build/component/deploy/npmBuildDriver.d.ts.map +1 -0
  204. package/build/component/deploy/npmBuildDriver.js +41 -0
  205. package/build/component/deploy/npmBuildDriver.js.map +1 -0
  206. package/build/component/deployUtils.js +3 -3
  207. package/build/component/deployUtils.js.map +1 -1
  208. package/build/component/envManager.js +1 -1
  209. package/build/component/envManager.js.map +1 -1
  210. package/build/component/error/componentError.d.ts +50 -0
  211. package/build/component/error/componentError.d.ts.map +1 -0
  212. package/build/component/error/componentError.js +115 -0
  213. package/build/component/error/componentError.js.map +1 -0
  214. package/build/component/error/deployError.d.ts +22 -0
  215. package/build/component/error/deployError.d.ts.map +1 -0
  216. package/build/component/error/deployError.js +61 -0
  217. package/build/component/error/deployError.js.map +1 -0
  218. package/build/component/error/errorConstant.d.ts +1 -0
  219. package/build/component/error/errorConstant.d.ts.map +1 -0
  220. package/build/component/error/errorConstant.js +2 -0
  221. package/build/component/error/errorConstant.js.map +1 -0
  222. package/build/component/error.d.ts +3 -0
  223. package/build/component/error.d.ts.map +1 -1
  224. package/build/component/error.js +18 -8
  225. package/build/component/error.js.map +1 -1
  226. package/build/component/feature/{api.d.ts → api/api.d.ts} +0 -0
  227. package/build/component/feature/api/api.d.ts.map +1 -0
  228. package/build/component/feature/api/api.js +188 -0
  229. package/build/component/feature/api/api.js.map +1 -0
  230. package/build/component/feature/api/constants.d.ts +4 -0
  231. package/build/component/feature/api/constants.d.ts.map +1 -0
  232. package/build/component/feature/api/constants.js +9 -0
  233. package/build/component/feature/api/constants.js.map +1 -0
  234. package/build/{plugins/resource/function → component/feature/api}/question.d.ts +0 -0
  235. package/build/component/feature/api/question.d.ts.map +1 -0
  236. package/build/component/feature/api/question.js +13 -0
  237. package/build/component/feature/api/question.js.map +1 -0
  238. package/build/component/feature/apiconnector/sampleHandler.d.ts.map +1 -1
  239. package/build/component/feature/apiconnector/sampleHandler.js +2 -2
  240. package/build/component/feature/apiconnector/sampleHandler.js.map +1 -1
  241. package/build/component/feature/apiconnector/telemetry.js +2 -2
  242. package/build/component/feature/apiconnector/telemetry.js.map +1 -1
  243. package/build/component/feature/apim.d.ts.map +1 -1
  244. package/build/component/feature/apim.js +3 -3
  245. package/build/component/feature/apim.js.map +1 -1
  246. package/build/component/feature/bot/bot.d.ts +12 -0
  247. package/build/component/feature/bot/bot.d.ts.map +1 -0
  248. package/build/component/feature/bot/bot.js +308 -0
  249. package/build/component/feature/bot/bot.js.map +1 -0
  250. package/build/component/feature/bot/constants.d.ts +35 -0
  251. package/build/component/feature/bot/constants.d.ts.map +1 -0
  252. package/build/component/feature/bot/constants.js +40 -0
  253. package/build/component/feature/bot/constants.js.map +1 -0
  254. package/build/component/feature/bot/question.d.ts +27 -0
  255. package/build/component/feature/bot/question.d.ts.map +1 -0
  256. package/build/component/feature/bot/question.js +121 -0
  257. package/build/component/feature/bot/question.js.map +1 -0
  258. package/build/component/feature/keyVault.js +2 -2
  259. package/build/component/feature/keyVault.js.map +1 -1
  260. package/build/component/feature/spfx.d.ts.map +1 -1
  261. package/build/component/feature/spfx.js +22 -25
  262. package/build/component/feature/spfx.js.map +1 -1
  263. package/build/component/feature/sql.d.ts.map +1 -1
  264. package/build/component/feature/sql.js +3 -3
  265. package/build/component/feature/sql.js.map +1 -1
  266. package/build/component/feature/sso.d.ts +1 -0
  267. package/build/component/feature/sso.d.ts.map +1 -1
  268. package/build/component/feature/sso.js +89 -74
  269. package/build/component/feature/sso.js.map +1 -1
  270. package/build/component/feature/tab.js +2 -2
  271. package/build/component/feature/tab.js.map +1 -1
  272. package/build/component/interface/buildAndDeployArgs.d.ts +58 -0
  273. package/build/component/interface/buildAndDeployArgs.d.ts.map +1 -0
  274. package/build/component/interface/buildAndDeployArgs.js +5 -0
  275. package/build/component/interface/buildAndDeployArgs.js.map +1 -0
  276. package/build/component/interface/stepDriver.d.ts +10 -0
  277. package/build/component/interface/stepDriver.d.ts.map +1 -0
  278. package/build/component/interface/stepDriver.js +5 -0
  279. package/build/component/interface/stepDriver.js.map +1 -0
  280. package/build/component/messages.d.ts +13 -5
  281. package/build/component/messages.d.ts.map +1 -1
  282. package/build/component/messages.js +34 -35
  283. package/build/component/messages.js.map +1 -1
  284. package/build/component/migrate.d.ts.map +1 -1
  285. package/build/component/migrate.js +41 -47
  286. package/build/component/migrate.js.map +1 -1
  287. package/build/component/provisionUtils.js +6 -6
  288. package/build/component/provisionUtils.js.map +1 -1
  289. package/build/component/questionV3.d.ts +6 -1
  290. package/build/component/questionV3.d.ts.map +1 -1
  291. package/build/component/questionV3.js +56 -22
  292. package/build/component/questionV3.js.map +1 -1
  293. package/build/component/resource/aadApp/aadApp.d.ts +5 -0
  294. package/build/component/resource/aadApp/aadApp.d.ts.map +1 -1
  295. package/build/component/resource/aadApp/aadApp.js +62 -13
  296. package/build/component/resource/aadApp/aadApp.js.map +1 -1
  297. package/build/{plugins/resource/aad → component/resource/aadApp}/aadAppClient.d.ts +0 -0
  298. package/build/component/resource/aadApp/aadAppClient.d.ts.map +1 -0
  299. package/build/component/resource/aadApp/aadAppClient.js +344 -0
  300. package/build/component/resource/aadApp/aadAppClient.js.map +1 -0
  301. package/build/component/resource/aadApp/aadAppForTeamsImpl.d.ts +25 -0
  302. package/build/component/resource/aadApp/aadAppForTeamsImpl.d.ts.map +1 -0
  303. package/build/component/resource/aadApp/aadAppForTeamsImpl.js +434 -0
  304. package/build/component/resource/aadApp/aadAppForTeamsImpl.js.map +1 -0
  305. package/build/{plugins/resource/aad → component/resource/aadApp}/aadAppManifestManager.d.ts +0 -0
  306. package/build/component/resource/aadApp/aadAppManifestManager.d.ts.map +1 -0
  307. package/build/{plugins/resource/aad → component/resource/aadApp}/aadAppManifestManager.js +0 -0
  308. package/build/component/resource/aadApp/aadAppManifestManager.js.map +1 -0
  309. package/build/{plugins/resource/aad → component/resource/aadApp}/appStudio.d.ts +0 -0
  310. package/build/component/resource/aadApp/appStudio.d.ts.map +1 -0
  311. package/build/component/resource/aadApp/appStudio.js +83 -0
  312. package/build/component/resource/aadApp/appStudio.js.map +1 -0
  313. package/build/component/resource/aadApp/constants.d.ts +169 -0
  314. package/build/component/resource/aadApp/constants.d.ts.map +1 -0
  315. package/build/component/resource/aadApp/constants.js +278 -0
  316. package/build/component/resource/aadApp/constants.js.map +1 -0
  317. package/build/{plugins/resource/aad → component/resource/aadApp}/errorCodes.d.ts +0 -0
  318. package/build/component/resource/aadApp/errorCodes.d.ts.map +1 -0
  319. package/build/{plugins/resource/aad → component/resource/aadApp}/errorCodes.js +0 -0
  320. package/build/component/resource/aadApp/errorCodes.js.map +1 -0
  321. package/build/{plugins/resource/aad → component/resource/aadApp}/errors.d.ts +0 -0
  322. package/build/component/resource/aadApp/errors.d.ts.map +1 -0
  323. package/build/{plugins/resource/aad → component/resource/aadApp}/errors.js +0 -0
  324. package/build/component/resource/aadApp/errors.js.map +1 -0
  325. package/build/{plugins/resource/aad → component/resource/aadApp}/graph.d.ts +0 -0
  326. package/build/component/resource/aadApp/graph.d.ts.map +1 -0
  327. package/build/{plugins/resource/aad → component/resource/aadApp}/graph.js +0 -0
  328. package/build/component/resource/aadApp/graph.js.map +1 -0
  329. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/AADApplication.d.ts +0 -0
  330. package/build/component/resource/aadApp/interfaces/AADApplication.d.ts.map +1 -0
  331. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/AADApplication.js +0 -0
  332. package/build/component/resource/aadApp/interfaces/AADApplication.js.map +1 -0
  333. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/AADManifest.d.ts +0 -0
  334. package/build/component/resource/aadApp/interfaces/AADManifest.d.ts.map +1 -0
  335. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/AADManifest.js +0 -0
  336. package/build/component/resource/aadApp/interfaces/AADManifest.js.map +1 -0
  337. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IAADApplication.d.ts +0 -0
  338. package/build/component/resource/aadApp/interfaces/IAADApplication.d.ts.map +1 -0
  339. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IAADApplication.js +0 -0
  340. package/build/component/resource/aadApp/interfaces/IAADApplication.js.map +1 -0
  341. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IAADDefinition.d.ts +0 -0
  342. package/build/component/resource/aadApp/interfaces/IAADDefinition.d.ts.map +1 -0
  343. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IAADDefinition.js +0 -0
  344. package/build/component/resource/aadApp/interfaces/IAADDefinition.js.map +1 -0
  345. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IPermission.d.ts +0 -0
  346. package/build/component/resource/aadApp/interfaces/IPermission.d.ts.map +1 -0
  347. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IPermission.js +0 -0
  348. package/build/component/resource/aadApp/interfaces/IPermission.js.map +1 -0
  349. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IPermissionList.d.ts +0 -0
  350. package/build/component/resource/aadApp/interfaces/IPermissionList.d.ts.map +1 -0
  351. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IPermissionList.js +0 -0
  352. package/build/component/resource/aadApp/interfaces/IPermissionList.js.map +1 -0
  353. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/models.d.ts +0 -0
  354. package/build/component/resource/aadApp/interfaces/models.d.ts.map +1 -0
  355. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/models.js +0 -0
  356. package/build/component/resource/aadApp/interfaces/models.js.map +1 -0
  357. package/build/{plugins/resource/aad → component/resource/aadApp}/permissions/index.d.ts +0 -0
  358. package/build/component/resource/aadApp/permissions/index.d.ts.map +1 -0
  359. package/build/component/resource/aadApp/permissions/index.js +64 -0
  360. package/build/component/resource/aadApp/permissions/index.js.map +1 -0
  361. package/build/{plugins/resource/aad → component/resource/aadApp}/permissions/permissions.json +0 -0
  362. package/build/{plugins/resource/aad → component/resource/aadApp}/results.d.ts +0 -0
  363. package/build/component/resource/aadApp/results.d.ts.map +1 -0
  364. package/build/{plugins/resource/aad → component/resource/aadApp}/results.js +0 -0
  365. package/build/component/resource/aadApp/results.js.map +1 -0
  366. package/build/{plugins/resource/aad → component/resource/aadApp}/utils/aadManifestHelper.d.ts +0 -0
  367. package/build/component/resource/aadApp/utils/aadManifestHelper.d.ts.map +1 -0
  368. package/build/{plugins/resource/aad → component/resource/aadApp}/utils/aadManifestHelper.js +0 -0
  369. package/build/component/resource/aadApp/utils/aadManifestHelper.js.map +1 -0
  370. package/build/{plugins/resource/aad → component/resource/aadApp}/utils/configs.d.ts +0 -0
  371. package/build/component/resource/aadApp/utils/configs.d.ts.map +1 -0
  372. package/build/component/resource/aadApp/utils/configs.js +566 -0
  373. package/build/component/resource/aadApp/utils/configs.js.map +1 -0
  374. package/build/{plugins/resource/aad → component/resource/aadApp}/utils/dialog.d.ts +0 -0
  375. package/build/component/resource/aadApp/utils/dialog.d.ts.map +1 -0
  376. package/build/{plugins/resource/aad → component/resource/aadApp}/utils/dialog.js +0 -0
  377. package/build/component/resource/aadApp/utils/dialog.js.map +1 -0
  378. package/build/{plugins/resource/aad → component/resource/aadApp}/utils/format.d.ts +0 -0
  379. package/build/component/resource/aadApp/utils/format.d.ts.map +1 -0
  380. package/build/{plugins/resource/aad → component/resource/aadApp}/utils/format.js +0 -0
  381. package/build/component/resource/aadApp/utils/format.js.map +1 -0
  382. package/build/{plugins/resource/aad → component/resource/aadApp}/utils/telemetry.d.ts +0 -0
  383. package/build/component/resource/aadApp/utils/telemetry.d.ts.map +1 -0
  384. package/build/component/resource/aadApp/utils/telemetry.js +52 -0
  385. package/build/component/resource/aadApp/utils/telemetry.js.map +1 -0
  386. package/build/{plugins/resource/aad → component/resource/aadApp}/utils/tokenProvider.d.ts +0 -0
  387. package/build/component/resource/aadApp/utils/tokenProvider.d.ts.map +1 -0
  388. package/build/component/resource/aadApp/utils/tokenProvider.js +77 -0
  389. package/build/component/resource/aadApp/utils/tokenProvider.js.map +1 -0
  390. package/build/component/resource/aadApp/utils.d.ts +3 -1
  391. package/build/component/resource/aadApp/utils.d.ts.map +1 -1
  392. package/build/component/resource/aadApp/utils.js +163 -1
  393. package/build/component/resource/aadApp/utils.js.map +1 -1
  394. package/build/component/resource/apim/apim.d.ts +37 -0
  395. package/build/component/resource/apim/apim.d.ts.map +1 -0
  396. package/build/component/resource/apim/apim.js +168 -0
  397. package/build/component/resource/apim/apim.js.map +1 -0
  398. package/build/component/resource/apim/config.d.ts.map +1 -1
  399. package/build/component/resource/apim/config.js +5 -6
  400. package/build/component/resource/apim/config.js.map +1 -1
  401. package/build/component/resource/apim/factory.d.ts.map +1 -1
  402. package/build/component/resource/apim/factory.js +6 -5
  403. package/build/component/resource/apim/factory.js.map +1 -1
  404. package/build/component/resource/apim/managers/apimManager.d.ts +1 -4
  405. package/build/component/resource/apim/managers/apimManager.d.ts.map +1 -1
  406. package/build/component/resource/apim/managers/apimManager.js +0 -47
  407. package/build/component/resource/apim/managers/apimManager.js.map +1 -1
  408. package/build/component/resource/apim/questions/question.d.ts.map +1 -1
  409. package/build/component/resource/apim/questions/question.js.map +1 -1
  410. package/build/component/resource/apim/services/apimService.d.ts +2 -2
  411. package/build/component/resource/apim/services/apimService.d.ts.map +1 -1
  412. package/build/component/resource/apim/services/apimService.js +66 -20
  413. package/build/component/resource/apim/services/apimService.js.map +1 -1
  414. package/build/component/resource/appManifest/appManifest.d.ts +1 -1
  415. package/build/component/resource/appManifest/appManifest.d.ts.map +1 -1
  416. package/build/component/resource/appManifest/appManifest.js +25 -25
  417. package/build/component/resource/appManifest/appManifest.js.map +1 -1
  418. package/build/component/resource/appManifest/appStudio.js +30 -30
  419. package/build/component/resource/appManifest/appStudio.js.map +1 -1
  420. package/build/component/resource/appManifest/appStudioClient.d.ts +46 -0
  421. package/build/component/resource/appManifest/appStudioClient.d.ts.map +1 -0
  422. package/build/component/resource/appManifest/appStudioClient.js +339 -0
  423. package/build/component/resource/appManifest/appStudioClient.js.map +1 -0
  424. package/build/component/resource/appManifest/constants.d.ts +70 -0
  425. package/build/component/resource/appManifest/constants.d.ts.map +1 -1
  426. package/build/component/resource/appManifest/constants.js +121 -8
  427. package/build/component/resource/appManifest/constants.js.map +1 -1
  428. package/build/component/resource/appManifest/errors.d.ts +119 -0
  429. package/build/component/resource/appManifest/errors.d.ts.map +1 -0
  430. package/build/component/resource/appManifest/errors.js +228 -0
  431. package/build/component/resource/appManifest/errors.js.map +1 -0
  432. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/IPublishingAppDefinition.d.ts +0 -0
  433. package/build/component/resource/appManifest/interfaces/IPublishingAppDefinition.d.ts.map +1 -0
  434. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/IPublishingAppDefinition.js +0 -0
  435. package/build/component/resource/appManifest/interfaces/IPublishingAppDefinition.js.map +1 -0
  436. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/activitiesDefinitionItem.d.ts +0 -0
  437. package/build/component/resource/appManifest/interfaces/activitiesDefinitionItem.d.ts.map +1 -0
  438. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/activitiesDefinitionItem.js +0 -0
  439. package/build/component/resource/appManifest/interfaces/activitiesDefinitionItem.js.map +1 -0
  440. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/activityDefinitionItem.d.ts +0 -0
  441. package/build/component/resource/appManifest/interfaces/activityDefinitionItem.d.ts.map +1 -0
  442. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/activityDefinitionItem.js +0 -0
  443. package/build/component/resource/appManifest/interfaces/activityDefinitionItem.js.map +1 -0
  444. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appAuthorizationItem.d.ts +0 -0
  445. package/build/component/resource/appManifest/interfaces/appAuthorizationItem.d.ts.map +1 -0
  446. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appAuthorizationItem.js +0 -0
  447. package/build/component/resource/appManifest/interfaces/appAuthorizationItem.js.map +1 -0
  448. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appCategory.d.ts +0 -0
  449. package/build/component/resource/appManifest/interfaces/appCategory.d.ts.map +1 -0
  450. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appCategory.js +0 -0
  451. package/build/component/resource/appManifest/interfaces/appCategory.js.map +1 -0
  452. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appDefinition.d.ts +0 -0
  453. package/build/component/resource/appManifest/interfaces/appDefinition.d.ts.map +1 -0
  454. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appDefinition.js +0 -0
  455. package/build/component/resource/appManifest/interfaces/appDefinition.js.map +1 -0
  456. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appEnvironment.d.ts +0 -0
  457. package/build/component/resource/appManifest/interfaces/appEnvironment.d.ts.map +1 -0
  458. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appEnvironment.js +0 -0
  459. package/build/component/resource/appManifest/interfaces/appEnvironment.js.map +1 -0
  460. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appEnvironmentProperty.d.ts +0 -0
  461. package/build/component/resource/appManifest/interfaces/appEnvironmentProperty.d.ts.map +1 -0
  462. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appEnvironmentProperty.js +0 -0
  463. package/build/component/resource/appManifest/interfaces/appEnvironmentProperty.js.map +1 -0
  464. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appItemHostedCapability.d.ts +0 -0
  465. package/build/component/resource/appManifest/interfaces/appItemHostedCapability.d.ts.map +1 -0
  466. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appItemHostedCapability.js +0 -0
  467. package/build/component/resource/appManifest/interfaces/appItemHostedCapability.js.map +1 -0
  468. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appItemIndustry.d.ts +0 -0
  469. package/build/component/resource/appManifest/interfaces/appItemIndustry.d.ts.map +1 -0
  470. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appItemIndustry.js +0 -0
  471. package/build/component/resource/appManifest/interfaces/appItemIndustry.js.map +1 -0
  472. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appPermissionNodeItem.d.ts +0 -0
  473. package/build/component/resource/appManifest/interfaces/appPermissionNodeItem.d.ts.map +1 -0
  474. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appPermissionNodeItem.js +0 -0
  475. package/build/component/resource/appManifest/interfaces/appPermissionNodeItem.js.map +1 -0
  476. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appPermissionNodeItemType.d.ts +0 -0
  477. package/build/component/resource/appManifest/interfaces/appPermissionNodeItemType.d.ts.map +1 -0
  478. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appPermissionNodeItemType.js +0 -0
  479. package/build/component/resource/appManifest/interfaces/appPermissionNodeItemType.js.map +1 -0
  480. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appPermissionsItem.d.ts +0 -0
  481. package/build/component/resource/appManifest/interfaces/appPermissionsItem.d.ts.map +1 -0
  482. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appPermissionsItem.js +0 -0
  483. package/build/component/resource/appManifest/interfaces/appPermissionsItem.js.map +1 -0
  484. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appUser.d.ts +0 -0
  485. package/build/component/resource/appManifest/interfaces/appUser.d.ts.map +1 -0
  486. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appUser.js +0 -0
  487. package/build/component/resource/appManifest/interfaces/appUser.js.map +1 -0
  488. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appUserSetting.d.ts +0 -0
  489. package/build/component/resource/appManifest/interfaces/appUserSetting.d.ts.map +1 -0
  490. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appUserSetting.js +0 -0
  491. package/build/component/resource/appManifest/interfaces/appUserSetting.js.map +1 -0
  492. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/bot.d.ts +0 -0
  493. package/build/component/resource/appManifest/interfaces/bot.d.ts.map +1 -0
  494. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/bot.js +0 -0
  495. package/build/component/resource/appManifest/interfaces/bot.js.map +1 -0
  496. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/botCommand.d.ts +0 -0
  497. package/build/component/resource/appManifest/interfaces/botCommand.d.ts.map +1 -0
  498. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/botCommand.js +0 -0
  499. package/build/component/resource/appManifest/interfaces/botCommand.js.map +1 -0
  500. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/configurableTab.d.ts +0 -0
  501. package/build/component/resource/appManifest/interfaces/configurableTab.d.ts.map +1 -0
  502. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/configurableTab.js +0 -0
  503. package/build/component/resource/appManifest/interfaces/configurableTab.js.map +1 -0
  504. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/connector.d.ts +0 -0
  505. package/build/component/resource/appManifest/interfaces/connector.d.ts.map +1 -0
  506. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/connector.js +0 -0
  507. package/build/component/resource/appManifest/interfaces/connector.js.map +1 -0
  508. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/defaultGroupCapability.d.ts +0 -0
  509. package/build/component/resource/appManifest/interfaces/defaultGroupCapability.d.ts.map +1 -0
  510. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/defaultGroupCapability.js +0 -0
  511. package/build/component/resource/appManifest/interfaces/defaultGroupCapability.js.map +1 -0
  512. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/disabledScopeItemType.d.ts +0 -0
  513. package/build/component/resource/appManifest/interfaces/disabledScopeItemType.d.ts.map +1 -0
  514. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/disabledScopeItemType.js +0 -0
  515. package/build/component/resource/appManifest/interfaces/disabledScopeItemType.js.map +1 -0
  516. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/graphConnector.d.ts +0 -0
  517. package/build/component/resource/appManifest/interfaces/graphConnector.d.ts.map +1 -0
  518. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/graphConnector.js +0 -0
  519. package/build/component/resource/appManifest/interfaces/graphConnector.js.map +1 -0
  520. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/language.d.ts +0 -0
  521. package/build/component/resource/appManifest/interfaces/language.d.ts.map +1 -0
  522. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/language.js +0 -0
  523. package/build/component/resource/appManifest/interfaces/language.js.map +1 -0
  524. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/localizationInfo.d.ts +0 -0
  525. package/build/component/resource/appManifest/interfaces/localizationInfo.d.ts.map +1 -0
  526. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/localizationInfo.js +0 -0
  527. package/build/component/resource/appManifest/interfaces/localizationInfo.js.map +1 -0
  528. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/meetingExtensionDefinitionItem.d.ts +0 -0
  529. package/build/component/resource/appManifest/interfaces/meetingExtensionDefinitionItem.d.ts.map +1 -0
  530. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/meetingExtensionDefinitionItem.js +0 -0
  531. package/build/component/resource/appManifest/interfaces/meetingExtensionDefinitionItem.js.map +1 -0
  532. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtension.d.ts +0 -0
  533. package/build/component/resource/appManifest/interfaces/messagingExtension.d.ts.map +1 -0
  534. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtension.js +0 -0
  535. package/build/component/resource/appManifest/interfaces/messagingExtension.js.map +1 -0
  536. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionCommand.d.ts +0 -0
  537. package/build/component/resource/appManifest/interfaces/messagingExtensionCommand.d.ts.map +1 -0
  538. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionCommand.js +0 -0
  539. package/build/component/resource/appManifest/interfaces/messagingExtensionCommand.js.map +1 -0
  540. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionCommandParameter.d.ts +0 -0
  541. package/build/component/resource/appManifest/interfaces/messagingExtensionCommandParameter.d.ts.map +1 -0
  542. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionCommandParameter.js +0 -0
  543. package/build/component/resource/appManifest/interfaces/messagingExtensionCommandParameter.js.map +1 -0
  544. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionCommandTaskInfo.d.ts +0 -0
  545. package/build/component/resource/appManifest/interfaces/messagingExtensionCommandTaskInfo.d.ts.map +1 -0
  546. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionCommandTaskInfo.js +0 -0
  547. package/build/component/resource/appManifest/interfaces/messagingExtensionCommandTaskInfo.js.map +1 -0
  548. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionMessageHandler.d.ts +0 -0
  549. package/build/component/resource/appManifest/interfaces/messagingExtensionMessageHandler.d.ts.map +1 -0
  550. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionMessageHandler.js +0 -0
  551. package/build/component/resource/appManifest/interfaces/messagingExtensionMessageHandler.js.map +1 -0
  552. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionMessageHandlerLink.d.ts +0 -0
  553. package/build/component/resource/appManifest/interfaces/messagingExtensionMessageHandlerLink.d.ts.map +1 -0
  554. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionMessageHandlerLink.js +0 -0
  555. package/build/component/resource/appManifest/interfaces/messagingExtensionMessageHandlerLink.js.map +1 -0
  556. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionParameterChoice.d.ts +0 -0
  557. package/build/component/resource/appManifest/interfaces/messagingExtensionParameterChoice.d.ts.map +1 -0
  558. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionParameterChoice.js +0 -0
  559. package/build/component/resource/appManifest/interfaces/messagingExtensionParameterChoice.js.map +1 -0
  560. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/staticTab.d.ts +0 -0
  561. package/build/component/resource/appManifest/interfaces/staticTab.d.ts.map +1 -0
  562. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/staticTab.js +0 -0
  563. package/build/component/resource/appManifest/interfaces/staticTab.js.map +1 -0
  564. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/subscriptionOffer.d.ts +0 -0
  565. package/build/component/resource/appManifest/interfaces/subscriptionOffer.d.ts.map +1 -0
  566. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/subscriptionOffer.js +0 -0
  567. package/build/component/resource/appManifest/interfaces/subscriptionOffer.js.map +1 -0
  568. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/togetherModeSceneItem.d.ts +0 -0
  569. package/build/component/resource/appManifest/interfaces/togetherModeSceneItem.d.ts.map +1 -0
  570. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/togetherModeSceneItem.js +0 -0
  571. package/build/component/resource/appManifest/interfaces/togetherModeSceneItem.js.map +1 -0
  572. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/webApplicationInfoItem.d.ts +0 -0
  573. package/build/component/resource/appManifest/interfaces/webApplicationInfoItem.d.ts.map +1 -0
  574. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/webApplicationInfoItem.js +0 -0
  575. package/build/component/resource/appManifest/interfaces/webApplicationInfoItem.js.map +1 -0
  576. package/build/component/resource/appManifest/manifestProvider.js +5 -5
  577. package/build/component/resource/appManifest/manifestProvider.js.map +1 -1
  578. package/build/{plugins/resource/appstudio → component/resource/appManifest}/questions.d.ts +0 -0
  579. package/build/component/resource/appManifest/questions.d.ts.map +1 -0
  580. package/build/{plugins/resource/appstudio → component/resource/appManifest}/questions.js +0 -0
  581. package/build/component/resource/appManifest/questions.js.map +1 -0
  582. package/build/{plugins/resource/appstudio → component/resource/appManifest}/results.d.ts +0 -0
  583. package/build/component/resource/appManifest/results.d.ts.map +1 -0
  584. package/build/{plugins/resource/appstudio → component/resource/appManifest}/results.js +0 -0
  585. package/build/component/resource/appManifest/results.js.map +1 -0
  586. package/build/component/resource/appManifest/utils/ManifestUtils.d.ts +25 -0
  587. package/build/component/resource/appManifest/utils/ManifestUtils.d.ts.map +1 -0
  588. package/build/component/resource/appManifest/utils/ManifestUtils.js +452 -0
  589. package/build/component/resource/appManifest/utils/ManifestUtils.js.map +1 -0
  590. package/build/{plugins/resource/appstudio → component/resource/appManifest}/utils/telemetry.d.ts +0 -0
  591. package/build/component/resource/appManifest/utils/telemetry.d.ts.map +1 -0
  592. package/build/component/resource/appManifest/utils/telemetry.js +110 -0
  593. package/build/component/resource/appManifest/utils/telemetry.js.map +1 -0
  594. package/build/{plugins/resource/appstudio → component/resource/appManifest}/utils/utils.d.ts +0 -0
  595. package/build/component/resource/appManifest/utils/utils.d.ts.map +1 -0
  596. package/build/{plugins/resource/appstudio → component/resource/appManifest}/utils/utils.js +0 -0
  597. package/build/component/resource/appManifest/utils/utils.js.map +1 -0
  598. package/build/component/resource/azureAppService/azureAppService.js +1 -1
  599. package/build/component/resource/azureAppService/azureAppService.js.map +1 -1
  600. package/build/component/resource/azureAppService/azureFunction.d.ts +1 -1
  601. package/build/component/resource/azureAppService/azureFunction.d.ts.map +1 -1
  602. package/build/component/resource/azureAppService/azureFunction.js +24 -5
  603. package/build/component/resource/azureAppService/azureFunction.js.map +1 -1
  604. package/build/component/resource/azureAppService/azureLibs.d.ts +2 -2
  605. package/build/component/resource/azureAppService/azureLibs.d.ts.map +1 -1
  606. package/build/component/resource/azureAppService/azureLibs.js.map +1 -1
  607. package/build/component/resource/azureAppService/common.d.ts +10 -0
  608. package/build/component/resource/azureAppService/common.d.ts.map +1 -0
  609. package/build/component/resource/azureAppService/common.js +80 -0
  610. package/build/component/resource/azureAppService/common.js.map +1 -0
  611. package/build/{plugins/resource/bot/utils → component/resource/azureAppService}/dir-walk.d.ts +0 -0
  612. package/build/component/resource/azureAppService/dir-walk.d.ts.map +1 -0
  613. package/build/{plugins/resource/bot/utils → component/resource/azureAppService}/dir-walk.js +0 -0
  614. package/build/component/resource/azureAppService/dir-walk.js.map +1 -0
  615. package/build/component/resource/azureSql/actions/utils.d.ts.map +1 -1
  616. package/build/component/resource/azureSql/actions/utils.js +4 -3
  617. package/build/component/resource/azureSql/actions/utils.js.map +1 -1
  618. package/build/component/resource/azureSql/clients/management.d.ts.map +1 -1
  619. package/build/component/resource/azureSql/clients/management.js +25 -12
  620. package/build/component/resource/azureSql/clients/management.js.map +1 -1
  621. package/build/component/resource/azureSql/config.js +3 -3
  622. package/build/component/resource/azureSql/config.js.map +1 -1
  623. package/build/component/resource/azureStorage.js +1 -1
  624. package/build/component/resource/azureStorage.js.map +1 -1
  625. package/build/{plugins/resource/bot → component/resource/botService}/aadRegistration.d.ts +0 -0
  626. package/build/component/resource/botService/aadRegistration.d.ts.map +1 -0
  627. package/build/component/resource/botService/aadRegistration.js +88 -0
  628. package/build/component/resource/botService/aadRegistration.js.map +1 -0
  629. package/build/component/resource/botService/appStudio/appStudio.d.ts +16 -0
  630. package/build/component/resource/botService/appStudio/appStudio.d.ts.map +1 -0
  631. package/build/component/resource/botService/appStudio/appStudio.js +174 -0
  632. package/build/component/resource/botService/appStudio/appStudio.js.map +1 -0
  633. package/build/{plugins/resource/bot → component/resource/botService}/appStudio/interfaces/IAADApplication.d.ts +0 -0
  634. package/build/component/resource/botService/appStudio/interfaces/IAADApplication.d.ts.map +1 -0
  635. package/build/component/resource/botService/appStudio/interfaces/IAADApplication.js +5 -0
  636. package/build/component/resource/botService/appStudio/interfaces/IAADApplication.js.map +1 -0
  637. package/build/{plugins/resource/bot → component/resource/botService}/appStudio/interfaces/IAADDefinition.d.ts +0 -0
  638. package/build/component/resource/botService/appStudio/interfaces/IAADDefinition.d.ts.map +1 -0
  639. package/build/{plugins/resource/bot → component/resource/botService}/appStudio/interfaces/IAADDefinition.js +0 -0
  640. package/build/component/resource/botService/appStudio/interfaces/IAADDefinition.js.map +1 -0
  641. package/build/{plugins/resource/bot → component/resource/botService}/appStudio/interfaces/IBotRegistration.d.ts +0 -0
  642. package/build/component/resource/botService/appStudio/interfaces/IBotRegistration.d.ts.map +1 -0
  643. package/build/component/resource/botService/appStudio/interfaces/IBotRegistration.js +5 -0
  644. package/build/component/resource/botService/appStudio/interfaces/IBotRegistration.js.map +1 -0
  645. package/build/{plugins/resource/bot → component/resource/botService}/botAuthCredential.d.ts +0 -0
  646. package/build/component/resource/botService/botAuthCredential.d.ts.map +1 -0
  647. package/build/component/resource/botService/botAuthCredential.js +9 -0
  648. package/build/component/resource/botService/botAuthCredential.js.map +1 -0
  649. package/build/component/resource/botService/botService.d.ts +23 -0
  650. package/build/component/resource/botService/botService.d.ts.map +1 -0
  651. package/build/component/resource/botService/botService.js +179 -0
  652. package/build/component/resource/botService/botService.js.map +1 -0
  653. package/build/component/resource/botService/common.d.ts +3 -0
  654. package/build/component/resource/botService/common.d.ts.map +1 -0
  655. package/build/component/resource/botService/common.js +15 -0
  656. package/build/component/resource/botService/common.js.map +1 -0
  657. package/build/component/resource/botService/constants.d.ts +47 -0
  658. package/build/component/resource/botService/constants.d.ts.map +1 -0
  659. package/build/component/resource/botService/constants.js +62 -0
  660. package/build/component/resource/botService/constants.js.map +1 -0
  661. package/build/component/resource/botService/errors.d.ts +63 -0
  662. package/build/component/resource/botService/errors.d.ts.map +1 -0
  663. package/build/component/resource/botService/errors.js +163 -0
  664. package/build/component/resource/botService/errors.js.map +1 -0
  665. package/build/component/resource/botService/messages.d.ts +15 -0
  666. package/build/component/resource/botService/messages.d.ts.map +1 -0
  667. package/build/component/resource/botService/messages.js +41 -0
  668. package/build/component/resource/botService/messages.js.map +1 -0
  669. package/build/{plugins/resource/bot/utils → component/resource/botService}/resourceNameFactory.d.ts +0 -0
  670. package/build/component/resource/botService/resourceNameFactory.d.ts.map +1 -0
  671. package/build/component/resource/botService/resourceNameFactory.js +25 -0
  672. package/build/component/resource/botService/resourceNameFactory.js.map +1 -0
  673. package/build/component/resource/botService/result.d.ts +10 -0
  674. package/build/component/resource/botService/result.d.ts.map +1 -0
  675. package/build/component/resource/botService/result.js +34 -0
  676. package/build/component/resource/botService/result.js.map +1 -0
  677. package/build/{plugins/resource/bot/utils → component/resource/botService}/retryHandler.d.ts +0 -0
  678. package/build/component/resource/botService/retryHandler.d.ts.map +1 -0
  679. package/build/component/resource/botService/retryHandler.js +29 -0
  680. package/build/component/resource/botService/retryHandler.js.map +1 -0
  681. package/build/component/resource/botService/strings.d.ts +49 -0
  682. package/build/component/resource/botService/strings.d.ts.map +1 -0
  683. package/build/component/resource/botService/strings.js +61 -0
  684. package/build/component/resource/botService/strings.js.map +1 -0
  685. package/build/component/resource/botService/telemetryHelper.d.ts +6 -0
  686. package/build/component/resource/botService/telemetryHelper.d.ts.map +1 -0
  687. package/build/component/resource/botService/telemetryHelper.js +26 -0
  688. package/build/component/resource/botService/telemetryHelper.js.map +1 -0
  689. package/build/component/resource/identity.d.ts +2 -0
  690. package/build/component/resource/identity.d.ts.map +1 -1
  691. package/build/component/resource/identity.js +18 -0
  692. package/build/component/resource/identity.js.map +1 -1
  693. package/build/component/resource/keyVault.d.ts +2 -0
  694. package/build/component/resource/keyVault.d.ts.map +1 -1
  695. package/build/component/resource/keyVault.js +18 -0
  696. package/build/component/resource/keyVault.js.map +1 -1
  697. package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/constants.d.ts +0 -0
  698. package/build/component/resource/simpleAuth/constants.d.ts.map +1 -0
  699. package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/constants.js +0 -0
  700. package/build/component/resource/simpleAuth/constants.js.map +1 -0
  701. package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/errors.d.ts +0 -0
  702. package/build/component/resource/simpleAuth/errors.d.ts.map +1 -0
  703. package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/errors.js +0 -0
  704. package/build/component/resource/simpleAuth/errors.js.map +1 -0
  705. package/build/component/resource/simpleAuth/index.d.ts +12 -0
  706. package/build/component/resource/simpleAuth/index.d.ts.map +1 -0
  707. package/build/component/resource/simpleAuth/index.js +115 -0
  708. package/build/component/resource/simpleAuth/index.js.map +1 -0
  709. package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/result.d.ts +0 -0
  710. package/build/component/resource/simpleAuth/result.d.ts.map +1 -0
  711. package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/result.js +0 -0
  712. package/build/component/resource/simpleAuth/result.js.map +1 -0
  713. package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/utils/common.d.ts +0 -0
  714. package/build/component/resource/simpleAuth/utils/common.d.ts.map +1 -0
  715. package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/utils/common.js +0 -0
  716. package/build/component/resource/simpleAuth/utils/common.js.map +1 -0
  717. package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/utils/dialog.d.ts +0 -0
  718. package/build/component/resource/simpleAuth/utils/dialog.d.ts.map +1 -0
  719. package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/utils/dialog.js +0 -0
  720. package/build/component/resource/simpleAuth/utils/dialog.js.map +1 -0
  721. package/build/{plugins/resource/keyvault → component/resource/simpleAuth}/utils/telemetry.d.ts +0 -0
  722. package/build/component/resource/simpleAuth/utils/telemetry.d.ts.map +1 -0
  723. package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/utils/telemetry.js +0 -0
  724. package/build/component/resource/simpleAuth/utils/telemetry.js.map +1 -0
  725. package/build/{plugins → component}/resource/spfx/depsChecker/dependencyChecker.d.ts +0 -0
  726. package/build/component/resource/spfx/depsChecker/dependencyChecker.d.ts.map +1 -0
  727. package/build/{plugins → component}/resource/spfx/depsChecker/dependencyChecker.js +0 -0
  728. package/build/component/resource/spfx/depsChecker/dependencyChecker.js.map +1 -0
  729. package/build/{plugins → component}/resource/spfx/depsChecker/generatorChecker.d.ts +0 -0
  730. package/build/component/resource/spfx/depsChecker/generatorChecker.d.ts.map +1 -0
  731. package/build/component/resource/spfx/depsChecker/generatorChecker.js +132 -0
  732. package/build/component/resource/spfx/depsChecker/generatorChecker.js.map +1 -0
  733. package/build/{plugins → component}/resource/spfx/depsChecker/yoChecker.d.ts +0 -0
  734. package/build/component/resource/spfx/depsChecker/yoChecker.d.ts.map +1 -0
  735. package/build/{plugins → component}/resource/spfx/depsChecker/yoChecker.js +0 -0
  736. package/build/component/resource/spfx/depsChecker/yoChecker.js.map +1 -0
  737. package/build/component/resource/spfx/error.d.ts +19 -0
  738. package/build/component/resource/spfx/error.d.ts.map +1 -0
  739. package/build/component/resource/spfx/error.js +118 -0
  740. package/build/component/resource/spfx/error.js.map +1 -0
  741. package/build/component/resource/spfx/index.d.ts.map +1 -1
  742. package/build/component/resource/spfx/index.js +9 -9
  743. package/build/component/resource/spfx/index.js.map +1 -1
  744. package/build/{plugins → component}/resource/spfx/spoClient.d.ts +0 -0
  745. package/build/component/resource/spfx/spoClient.d.ts.map +1 -0
  746. package/build/{plugins → component}/resource/spfx/spoClient.js +0 -0
  747. package/build/component/resource/spfx/spoClient.js.map +1 -0
  748. package/build/component/resource/spfx/utils/constants.d.ts +88 -0
  749. package/build/component/resource/spfx/utils/constants.d.ts.map +1 -0
  750. package/build/component/resource/spfx/utils/constants.js +105 -0
  751. package/build/component/resource/spfx/utils/constants.js.map +1 -0
  752. package/build/{plugins → component}/resource/spfx/utils/progress-helper.d.ts +0 -0
  753. package/build/component/resource/spfx/utils/progress-helper.d.ts.map +1 -0
  754. package/build/{plugins → component}/resource/spfx/utils/progress-helper.js +0 -0
  755. package/build/component/resource/spfx/utils/progress-helper.js.map +1 -0
  756. package/build/{plugins → component}/resource/spfx/utils/questions.d.ts +0 -0
  757. package/build/component/resource/spfx/utils/questions.d.ts.map +1 -0
  758. package/build/component/resource/spfx/utils/questions.js +92 -0
  759. package/build/component/resource/spfx/utils/questions.js.map +1 -0
  760. package/build/{plugins → component}/resource/spfx/utils/telemetry-helper.d.ts +0 -0
  761. package/build/component/resource/spfx/utils/telemetry-helper.d.ts.map +1 -0
  762. package/build/{plugins → component}/resource/spfx/utils/telemetry-helper.js +0 -0
  763. package/build/component/resource/spfx/utils/telemetry-helper.js.map +1 -0
  764. package/build/{plugins → component}/resource/spfx/utils/telemetryEvents.d.ts +0 -0
  765. package/build/component/resource/spfx/utils/telemetryEvents.d.ts.map +1 -0
  766. package/build/{plugins → component}/resource/spfx/utils/telemetryEvents.js +0 -0
  767. package/build/component/resource/spfx/utils/telemetryEvents.js.map +1 -0
  768. package/build/component/resource/spfx/utils/utils.d.ts +16 -0
  769. package/build/component/resource/spfx/utils/utils.d.ts.map +1 -0
  770. package/build/component/resource/spfx/utils/utils.js +131 -0
  771. package/build/component/resource/spfx/utils/utils.js.map +1 -0
  772. package/build/component/telemetry.js +3 -3
  773. package/build/component/telemetry.js.map +1 -1
  774. package/build/component/utils/common.d.ts +15 -0
  775. package/build/component/utils/common.d.ts.map +1 -0
  776. package/build/component/utils/common.js +56 -0
  777. package/build/component/utils/common.js.map +1 -0
  778. package/build/component/utils/fileOperation.d.ts +12 -0
  779. package/build/component/utils/fileOperation.d.ts.map +1 -0
  780. package/build/component/utils/fileOperation.js +97 -0
  781. package/build/component/utils/fileOperation.js.map +1 -0
  782. package/build/core/FxCore.d.ts +10 -44
  783. package/build/core/FxCore.d.ts.map +1 -1
  784. package/build/core/FxCore.js +58 -697
  785. package/build/core/FxCore.js.map +1 -1
  786. package/build/core/collaborator.d.ts +6 -1
  787. package/build/core/collaborator.d.ts.map +1 -1
  788. package/build/core/collaborator.js +75 -23
  789. package/build/core/collaborator.js.map +1 -1
  790. package/build/core/environment.d.ts.map +1 -1
  791. package/build/core/environment.js +3 -8
  792. package/build/core/environment.js.map +1 -1
  793. package/build/core/error.d.ts +0 -1
  794. package/build/core/error.d.ts.map +1 -1
  795. package/build/core/error.js +1 -5
  796. package/build/core/error.js.map +1 -1
  797. package/build/core/generateAadManifestTemplate.d.ts +1 -1
  798. package/build/core/generateAadManifestTemplate.d.ts.map +1 -1
  799. package/build/core/generateAadManifestTemplate.js +11 -14
  800. package/build/core/generateAadManifestTemplate.js.map +1 -1
  801. package/build/core/globalVars.d.ts +0 -1
  802. package/build/core/globalVars.d.ts.map +1 -1
  803. package/build/core/globalVars.js +1 -5
  804. package/build/core/globalVars.js.map +1 -1
  805. package/build/core/index.d.ts +0 -5
  806. package/build/core/index.d.ts.map +1 -1
  807. package/build/core/index.js +0 -7
  808. package/build/core/index.js.map +1 -1
  809. package/build/core/middleware/MigrationUtils.d.ts +1 -1
  810. package/build/core/middleware/MigrationUtils.d.ts.map +1 -1
  811. package/build/core/middleware/MigrationUtils.js +2 -2
  812. package/build/core/middleware/MigrationUtils.js.map +1 -1
  813. package/build/core/middleware/consolidateLocalRemote.js +5 -5
  814. package/build/core/middleware/consolidateLocalRemote.js.map +1 -1
  815. package/build/core/middleware/envInfoLoader.d.ts.map +1 -1
  816. package/build/core/middleware/envInfoLoader.js +1 -4
  817. package/build/core/middleware/envInfoLoader.js.map +1 -1
  818. package/build/core/middleware/envInfoLoaderV3.d.ts.map +1 -1
  819. package/build/core/middleware/envInfoLoaderV3.js +1 -4
  820. package/build/core/middleware/envInfoLoaderV3.js.map +1 -1
  821. package/build/core/middleware/projectMigrator.d.ts +11 -1
  822. package/build/core/middleware/projectMigrator.d.ts.map +1 -1
  823. package/build/core/middleware/projectMigrator.js +229 -79
  824. package/build/core/middleware/projectMigrator.js.map +1 -1
  825. package/build/core/middleware/projectSettingsLoader.d.ts.map +1 -1
  826. package/build/core/middleware/projectSettingsLoader.js +1 -10
  827. package/build/core/middleware/projectSettingsLoader.js.map +1 -1
  828. package/build/core/middleware/projectSettingsWriter.d.ts.map +1 -1
  829. package/build/core/middleware/projectSettingsWriter.js +1 -3
  830. package/build/core/middleware/projectSettingsWriter.js.map +1 -1
  831. package/build/core/middleware/questionModel.d.ts +1 -10
  832. package/build/core/middleware/questionModel.d.ts.map +1 -1
  833. package/build/core/middleware/questionModel.js +26 -225
  834. package/build/core/middleware/questionModel.js.map +1 -1
  835. package/build/core/question.d.ts +1 -1
  836. package/build/core/question.d.ts.map +1 -1
  837. package/build/core/question.js +3 -7
  838. package/build/core/question.js.map +1 -1
  839. package/build/index.d.ts +3 -8
  840. package/build/index.d.ts.map +1 -1
  841. package/build/index.js +5 -8
  842. package/build/index.js.map +1 -1
  843. package/build/plugins/resource/frontend/clients.d.ts +2 -2
  844. package/build/plugins/resource/frontend/clients.d.ts.map +1 -1
  845. package/build/plugins/resource/frontend/clients.js +24 -8
  846. package/build/plugins/resource/frontend/clients.js.map +1 -1
  847. package/build/plugins/resource/frontend/configs.d.ts +3 -3
  848. package/build/plugins/resource/frontend/configs.d.ts.map +1 -1
  849. package/build/plugins/resource/frontend/configs.js +1 -1
  850. package/build/plugins/resource/frontend/configs.js.map +1 -1
  851. package/build/plugins/resource/frontend/dotnet/ops/deploy.d.ts.map +1 -1
  852. package/build/plugins/resource/frontend/dotnet/ops/deploy.js +3 -3
  853. package/build/plugins/resource/frontend/dotnet/ops/deploy.js.map +1 -1
  854. package/build/plugins/resource/frontend/dotnet/plugin.d.ts +1 -2
  855. package/build/plugins/resource/frontend/dotnet/plugin.d.ts.map +1 -1
  856. package/build/plugins/resource/frontend/dotnet/plugin.js +1 -1
  857. package/build/plugins/resource/frontend/dotnet/plugin.js.map +1 -1
  858. package/build/plugins/resource/frontend/dotnet/utils/azure-client.d.ts +2 -2
  859. package/build/plugins/resource/frontend/dotnet/utils/azure-client.d.ts.map +1 -1
  860. package/build/plugins/resource/frontend/dotnet/utils/azure-client.js +2 -0
  861. package/build/plugins/resource/frontend/dotnet/utils/azure-client.js.map +1 -1
  862. package/build/plugins/resource/frontend/plugin.js +1 -1
  863. package/build/plugins/resource/frontend/plugin.js.map +1 -1
  864. package/build/plugins/resource/index.d.ts +0 -11
  865. package/build/plugins/resource/index.d.ts.map +1 -1
  866. package/build/plugins/resource/index.js +0 -11
  867. package/build/plugins/resource/index.js.map +1 -1
  868. package/build/plugins/solution/fx-solution/ResourcePluginContainer.d.ts +0 -22
  869. package/build/plugins/solution/fx-solution/ResourcePluginContainer.d.ts.map +1 -1
  870. package/build/plugins/solution/fx-solution/ResourcePluginContainer.js +0 -22
  871. package/build/plugins/solution/fx-solution/ResourcePluginContainer.js.map +1 -1
  872. package/build/plugins/solution/fx-solution/arm.d.ts +1 -2
  873. package/build/plugins/solution/fx-solution/arm.d.ts.map +1 -1
  874. package/build/plugins/solution/fx-solution/arm.js +91 -37
  875. package/build/plugins/solution/fx-solution/arm.js.map +1 -1
  876. package/build/plugins/solution/fx-solution/commonQuestions.d.ts.map +1 -1
  877. package/build/plugins/solution/fx-solution/commonQuestions.js +52 -18
  878. package/build/plugins/solution/fx-solution/commonQuestions.js.map +1 -1
  879. package/build/plugins/solution/fx-solution/debug/scaffolding.d.ts +3 -0
  880. package/build/plugins/solution/fx-solution/debug/scaffolding.d.ts.map +1 -1
  881. package/build/plugins/solution/fx-solution/debug/scaffolding.js +36 -1
  882. package/build/plugins/solution/fx-solution/debug/scaffolding.js.map +1 -1
  883. package/build/plugins/solution/fx-solution/debug/util/launchTransparency.d.ts +7 -0
  884. package/build/plugins/solution/fx-solution/debug/util/launchTransparency.d.ts.map +1 -0
  885. package/build/plugins/solution/fx-solution/debug/util/launchTransparency.js +52 -0
  886. package/build/plugins/solution/fx-solution/debug/util/launchTransparency.js.map +1 -0
  887. package/build/plugins/solution/fx-solution/debug/util/ngrok.d.ts +4 -0
  888. package/build/plugins/solution/fx-solution/debug/util/ngrok.d.ts.map +1 -1
  889. package/build/plugins/solution/fx-solution/debug/util/ngrok.js +23 -5
  890. package/build/plugins/solution/fx-solution/debug/util/ngrok.js.map +1 -1
  891. package/build/plugins/solution/fx-solution/debug/util/settings.js +2 -2
  892. package/build/plugins/solution/fx-solution/debug/util/settings.js.map +1 -1
  893. package/build/plugins/solution/fx-solution/debug/util/tasksTransparency.d.ts +8 -0
  894. package/build/plugins/solution/fx-solution/debug/util/tasksTransparency.d.ts.map +1 -0
  895. package/build/plugins/solution/fx-solution/debug/util/tasksTransparency.js +675 -0
  896. package/build/plugins/solution/fx-solution/debug/util/tasksTransparency.js.map +1 -0
  897. package/build/plugins/solution/fx-solution/utils/ResourceGroupHelper.d.ts.map +1 -1
  898. package/build/plugins/solution/fx-solution/utils/ResourceGroupHelper.js +43 -7
  899. package/build/plugins/solution/fx-solution/utils/ResourceGroupHelper.js.map +1 -1
  900. package/build/plugins/solution/fx-solution/utils/backupFiles.js +2 -2
  901. package/build/plugins/solution/fx-solution/utils/backupFiles.js.map +1 -1
  902. package/build/plugins/solution/fx-solution/utils/util.d.ts +2 -2
  903. package/build/plugins/solution/fx-solution/utils/util.d.ts.map +1 -1
  904. package/build/plugins/solution/fx-solution/utils/util.js +5 -7
  905. package/build/plugins/solution/fx-solution/utils/util.js.map +1 -1
  906. package/build/plugins/solution/fx-solution/v2/utils.d.ts.map +1 -1
  907. package/build/plugins/solution/fx-solution/v2/utils.js.map +1 -1
  908. package/package.json +17 -33
  909. package/resource/package.nls.cs.json +60 -37
  910. package/resource/package.nls.de.json +61 -38
  911. package/resource/package.nls.es.json +60 -37
  912. package/resource/package.nls.fr.json +61 -38
  913. package/resource/package.nls.it.json +61 -38
  914. package/resource/package.nls.ja.json +61 -38
  915. package/resource/package.nls.json +25 -21
  916. package/resource/package.nls.ko.json +60 -37
  917. package/resource/package.nls.pl.json +60 -37
  918. package/resource/package.nls.pt-BR.json +61 -38
  919. package/resource/package.nls.ru.json +60 -37
  920. package/resource/package.nls.tr.json +61 -38
  921. package/resource/package.nls.zh-Hans.json +60 -37
  922. package/resource/package.nls.zh-Hant.json +61 -38
  923. package/templates/fallback/bot.csharp.command-and-response.zip +0 -0
  924. package/templates/fallback/bot.csharp.default.zip +0 -0
  925. package/templates/fallback/bot.csharp.notification-function-base.zip +0 -0
  926. package/templates/fallback/bot.csharp.notification-trigger-http.zip +0 -0
  927. package/templates/fallback/bot.csharp.notification-trigger-timer.zip +0 -0
  928. package/templates/fallback/bot.csharp.notification-webapi.zip +0 -0
  929. package/templates/fallback/bot.csharp.workflow.zip +0 -0
  930. package/templates/fallback/bot.js.command-and-response.zip +0 -0
  931. package/templates/fallback/bot.js.default.zip +0 -0
  932. package/templates/fallback/bot.js.m365.zip +0 -0
  933. package/templates/fallback/bot.js.notification-function-base.zip +0 -0
  934. package/templates/fallback/bot.js.notification-restify.zip +0 -0
  935. package/templates/fallback/bot.js.notification-trigger-http.zip +0 -0
  936. package/templates/fallback/bot.js.notification-trigger-timer.zip +0 -0
  937. package/templates/fallback/bot.js.workflow.zip +0 -0
  938. package/templates/fallback/bot.ts.command-and-response.zip +0 -0
  939. package/templates/fallback/bot.ts.default.zip +0 -0
  940. package/templates/fallback/bot.ts.m365.zip +0 -0
  941. package/templates/fallback/bot.ts.notification-function-base.zip +0 -0
  942. package/templates/fallback/bot.ts.notification-restify.zip +0 -0
  943. package/templates/fallback/bot.ts.notification-trigger-http.zip +0 -0
  944. package/templates/fallback/bot.ts.notification-trigger-timer.zip +0 -0
  945. package/templates/fallback/bot.ts.workflow.zip +0 -0
  946. package/templates/fallback/function-base.js.default.zip +0 -0
  947. package/templates/fallback/function-base.ts.default.zip +0 -0
  948. package/templates/fallback/function-triggers.js.HTTPTrigger.zip +0 -0
  949. package/templates/fallback/function-triggers.ts.HTTPTrigger.zip +0 -0
  950. package/templates/fallback/tab.csharp.default.zip +0 -0
  951. package/templates/fallback/tab.csharp.non-sso.zip +0 -0
  952. package/templates/fallback/tab.js.default.zip +0 -0
  953. package/templates/fallback/tab.js.m365.zip +0 -0
  954. package/templates/fallback/tab.js.non-sso.zip +0 -0
  955. package/templates/fallback/tab.ts.default.zip +0 -0
  956. package/templates/fallback/tab.ts.m365.zip +0 -0
  957. package/templates/fallback/tab.ts.non-sso.zip +0 -0
  958. package/templates/plugins/resource/aad/auth/bot/README.md +254 -130
  959. package/templates/plugins/resource/aad/auth/bot/README.txt +2 -2
  960. package/templates/plugins/resource/aad/auth/bot/js/sso/handleMessageExtensionQueryWithToken.js +56 -0
  961. package/templates/plugins/resource/aad/auth/bot/js/sso/profileSsoCommandHandler.js +30 -0
  962. package/templates/plugins/resource/aad/auth/bot/ts/sso/handleMessageExtensionQueryWithToken.ts +63 -0
  963. package/templates/plugins/resource/aad/auth/bot/ts/sso/profileSsoCommandHandler.ts +38 -0
  964. package/templates/plugins/resource/spfx/solution/prereleaseREADME.md +82 -0
  965. package/build/common/azure-hosting/botServiceHosting.d.ts +0 -7
  966. package/build/common/azure-hosting/botServiceHosting.d.ts.map +0 -1
  967. package/build/common/azure-hosting/botServiceHosting.js +0 -16
  968. package/build/common/azure-hosting/botServiceHosting.js.map +0 -1
  969. package/build/common/index.d.ts +0 -10
  970. package/build/common/index.d.ts.map +0 -1
  971. package/build/common/index.js +0 -15
  972. package/build/common/index.js.map +0 -1
  973. package/build/component/code/apiCode.d.ts +0 -12
  974. package/build/component/code/apiCode.d.ts.map +0 -1
  975. package/build/component/code/apiCode.js +0 -147
  976. package/build/component/code/apiCode.js.map +0 -1
  977. package/build/component/feature/api.d.ts.map +0 -1
  978. package/build/component/feature/api.js +0 -188
  979. package/build/component/feature/api.js.map +0 -1
  980. package/build/component/feature/bot.d.ts +0 -13
  981. package/build/component/feature/bot.d.ts.map +0 -1
  982. package/build/component/feature/bot.js +0 -310
  983. package/build/component/feature/bot.js.map +0 -1
  984. package/build/component/resource/apim/index.d.ts +0 -37
  985. package/build/component/resource/apim/index.d.ts.map +0 -1
  986. package/build/component/resource/apim/index.js +0 -168
  987. package/build/component/resource/apim/index.js.map +0 -1
  988. package/build/component/resource/appManifest/utils.d.ts +0 -24
  989. package/build/component/resource/appManifest/utils.d.ts.map +0 -1
  990. package/build/component/resource/appManifest/utils.js +0 -447
  991. package/build/component/resource/appManifest/utils.js.map +0 -1
  992. package/build/component/resource/botService.d.ts +0 -23
  993. package/build/component/resource/botService.d.ts.map +0 -1
  994. package/build/component/resource/botService.js +0 -177
  995. package/build/component/resource/botService.js.map +0 -1
  996. package/build/component/resource/simpleAuth.d.ts +0 -12
  997. package/build/component/resource/simpleAuth.d.ts.map +0 -1
  998. package/build/component/resource/simpleAuth.js +0 -115
  999. package/build/component/resource/simpleAuth.js.map +0 -1
  1000. package/build/core/middleware/index.d.ts +0 -11
  1001. package/build/core/middleware/index.d.ts.map +0 -1
  1002. package/build/core/middleware/index.js +0 -14
  1003. package/build/core/middleware/index.js.map +0 -1
  1004. package/build/core/middleware/solutionLoader.d.ts +0 -4
  1005. package/build/core/middleware/solutionLoader.d.ts.map +0 -1
  1006. package/build/core/middleware/solutionLoader.js +0 -34
  1007. package/build/core/middleware/solutionLoader.js.map +0 -1
  1008. package/build/plugins/index.d.ts +0 -3
  1009. package/build/plugins/index.d.ts.map +0 -1
  1010. package/build/plugins/index.js +0 -8
  1011. package/build/plugins/index.js.map +0 -1
  1012. package/build/plugins/resource/aad/aadAppClient.d.ts.map +0 -1
  1013. package/build/plugins/resource/aad/aadAppClient.js +0 -344
  1014. package/build/plugins/resource/aad/aadAppClient.js.map +0 -1
  1015. package/build/plugins/resource/aad/aadAppManifestManager.d.ts.map +0 -1
  1016. package/build/plugins/resource/aad/aadAppManifestManager.js.map +0 -1
  1017. package/build/plugins/resource/aad/appStudio.d.ts.map +0 -1
  1018. package/build/plugins/resource/aad/appStudio.js +0 -83
  1019. package/build/plugins/resource/aad/appStudio.js.map +0 -1
  1020. package/build/plugins/resource/aad/constants.d.ts +0 -168
  1021. package/build/plugins/resource/aad/constants.d.ts.map +0 -1
  1022. package/build/plugins/resource/aad/constants.js +0 -277
  1023. package/build/plugins/resource/aad/constants.js.map +0 -1
  1024. package/build/plugins/resource/aad/errorCodes.d.ts.map +0 -1
  1025. package/build/plugins/resource/aad/errorCodes.js.map +0 -1
  1026. package/build/plugins/resource/aad/errors.d.ts.map +0 -1
  1027. package/build/plugins/resource/aad/errors.js.map +0 -1
  1028. package/build/plugins/resource/aad/graph.d.ts.map +0 -1
  1029. package/build/plugins/resource/aad/graph.js.map +0 -1
  1030. package/build/plugins/resource/aad/index.d.ts +0 -32
  1031. package/build/plugins/resource/aad/index.d.ts.map +0 -1
  1032. package/build/plugins/resource/aad/index.js +0 -154
  1033. package/build/plugins/resource/aad/index.js.map +0 -1
  1034. package/build/plugins/resource/aad/interfaces/AADApplication.d.ts.map +0 -1
  1035. package/build/plugins/resource/aad/interfaces/AADApplication.js.map +0 -1
  1036. package/build/plugins/resource/aad/interfaces/AADManifest.d.ts.map +0 -1
  1037. package/build/plugins/resource/aad/interfaces/AADManifest.js.map +0 -1
  1038. package/build/plugins/resource/aad/interfaces/IAADApplication.d.ts.map +0 -1
  1039. package/build/plugins/resource/aad/interfaces/IAADApplication.js.map +0 -1
  1040. package/build/plugins/resource/aad/interfaces/IAADDefinition.d.ts.map +0 -1
  1041. package/build/plugins/resource/aad/interfaces/IAADDefinition.js.map +0 -1
  1042. package/build/plugins/resource/aad/interfaces/IPermission.d.ts.map +0 -1
  1043. package/build/plugins/resource/aad/interfaces/IPermission.js.map +0 -1
  1044. package/build/plugins/resource/aad/interfaces/IPermissionList.d.ts.map +0 -1
  1045. package/build/plugins/resource/aad/interfaces/IPermissionList.js.map +0 -1
  1046. package/build/plugins/resource/aad/interfaces/models.d.ts.map +0 -1
  1047. package/build/plugins/resource/aad/interfaces/models.js.map +0 -1
  1048. package/build/plugins/resource/aad/permissions/index.d.ts.map +0 -1
  1049. package/build/plugins/resource/aad/permissions/index.js +0 -64
  1050. package/build/plugins/resource/aad/permissions/index.js.map +0 -1
  1051. package/build/plugins/resource/aad/plugin.d.ts +0 -28
  1052. package/build/plugins/resource/aad/plugin.d.ts.map +0 -1
  1053. package/build/plugins/resource/aad/plugin.js +0 -509
  1054. package/build/plugins/resource/aad/plugin.js.map +0 -1
  1055. package/build/plugins/resource/aad/results.d.ts.map +0 -1
  1056. package/build/plugins/resource/aad/results.js.map +0 -1
  1057. package/build/plugins/resource/aad/utils/aadManifestHelper.d.ts.map +0 -1
  1058. package/build/plugins/resource/aad/utils/aadManifestHelper.js.map +0 -1
  1059. package/build/plugins/resource/aad/utils/configs.d.ts.map +0 -1
  1060. package/build/plugins/resource/aad/utils/configs.js +0 -568
  1061. package/build/plugins/resource/aad/utils/configs.js.map +0 -1
  1062. package/build/plugins/resource/aad/utils/dialog.d.ts.map +0 -1
  1063. package/build/plugins/resource/aad/utils/dialog.js.map +0 -1
  1064. package/build/plugins/resource/aad/utils/format.d.ts.map +0 -1
  1065. package/build/plugins/resource/aad/utils/format.js.map +0 -1
  1066. package/build/plugins/resource/aad/utils/telemetry.d.ts.map +0 -1
  1067. package/build/plugins/resource/aad/utils/telemetry.js +0 -52
  1068. package/build/plugins/resource/aad/utils/telemetry.js.map +0 -1
  1069. package/build/plugins/resource/aad/utils/tokenProvider.d.ts.map +0 -1
  1070. package/build/plugins/resource/aad/utils/tokenProvider.js +0 -77
  1071. package/build/plugins/resource/aad/utils/tokenProvider.js.map +0 -1
  1072. package/build/plugins/resource/aad/v2/index.d.ts +0 -22
  1073. package/build/plugins/resource/aad/v2/index.d.ts.map +0 -1
  1074. package/build/plugins/resource/aad/v2/index.js +0 -65
  1075. package/build/plugins/resource/aad/v2/index.js.map +0 -1
  1076. package/build/plugins/resource/aad/v3/index.d.ts +0 -22
  1077. package/build/plugins/resource/aad/v3/index.d.ts.map +0 -1
  1078. package/build/plugins/resource/aad/v3/index.js +0 -283
  1079. package/build/plugins/resource/aad/v3/index.js.map +0 -1
  1080. package/build/plugins/resource/apim/index.d.ts +0 -22
  1081. package/build/plugins/resource/apim/index.d.ts.map +0 -1
  1082. package/build/plugins/resource/apim/index.js +0 -161
  1083. package/build/plugins/resource/apim/index.js.map +0 -1
  1084. package/build/plugins/resource/apim/v2/index.d.ts +0 -18
  1085. package/build/plugins/resource/apim/v2/index.d.ts.map +0 -1
  1086. package/build/plugins/resource/apim/v2/index.js +0 -66
  1087. package/build/plugins/resource/apim/v2/index.js.map +0 -1
  1088. package/build/plugins/resource/appstudio/appStudio.d.ts +0 -46
  1089. package/build/plugins/resource/appstudio/appStudio.d.ts.map +0 -1
  1090. package/build/plugins/resource/appstudio/appStudio.js +0 -332
  1091. package/build/plugins/resource/appstudio/appStudio.js.map +0 -1
  1092. package/build/plugins/resource/appstudio/constants.d.ts +0 -86
  1093. package/build/plugins/resource/appstudio/constants.d.ts.map +0 -1
  1094. package/build/plugins/resource/appstudio/constants.js +0 -322
  1095. package/build/plugins/resource/appstudio/constants.js.map +0 -1
  1096. package/build/plugins/resource/appstudio/errors.d.ts +0 -115
  1097. package/build/plugins/resource/appstudio/errors.d.ts.map +0 -1
  1098. package/build/plugins/resource/appstudio/errors.js +0 -221
  1099. package/build/plugins/resource/appstudio/errors.js.map +0 -1
  1100. package/build/plugins/resource/appstudio/index.d.ts +0 -52
  1101. package/build/plugins/resource/appstudio/index.d.ts.map +0 -1
  1102. package/build/plugins/resource/appstudio/index.js +0 -402
  1103. package/build/plugins/resource/appstudio/index.js.map +0 -1
  1104. package/build/plugins/resource/appstudio/interfaces/IPublishingAppDefinition.d.ts.map +0 -1
  1105. package/build/plugins/resource/appstudio/interfaces/IPublishingAppDefinition.js.map +0 -1
  1106. package/build/plugins/resource/appstudio/interfaces/activitiesDefinitionItem.d.ts.map +0 -1
  1107. package/build/plugins/resource/appstudio/interfaces/activitiesDefinitionItem.js.map +0 -1
  1108. package/build/plugins/resource/appstudio/interfaces/activityDefinitionItem.d.ts.map +0 -1
  1109. package/build/plugins/resource/appstudio/interfaces/activityDefinitionItem.js.map +0 -1
  1110. package/build/plugins/resource/appstudio/interfaces/appAuthorizationItem.d.ts.map +0 -1
  1111. package/build/plugins/resource/appstudio/interfaces/appAuthorizationItem.js.map +0 -1
  1112. package/build/plugins/resource/appstudio/interfaces/appCategory.d.ts.map +0 -1
  1113. package/build/plugins/resource/appstudio/interfaces/appCategory.js.map +0 -1
  1114. package/build/plugins/resource/appstudio/interfaces/appDefinition.d.ts.map +0 -1
  1115. package/build/plugins/resource/appstudio/interfaces/appDefinition.js.map +0 -1
  1116. package/build/plugins/resource/appstudio/interfaces/appEnvironment.d.ts.map +0 -1
  1117. package/build/plugins/resource/appstudio/interfaces/appEnvironment.js.map +0 -1
  1118. package/build/plugins/resource/appstudio/interfaces/appEnvironmentProperty.d.ts.map +0 -1
  1119. package/build/plugins/resource/appstudio/interfaces/appEnvironmentProperty.js.map +0 -1
  1120. package/build/plugins/resource/appstudio/interfaces/appItemHostedCapability.d.ts.map +0 -1
  1121. package/build/plugins/resource/appstudio/interfaces/appItemHostedCapability.js.map +0 -1
  1122. package/build/plugins/resource/appstudio/interfaces/appItemIndustry.d.ts.map +0 -1
  1123. package/build/plugins/resource/appstudio/interfaces/appItemIndustry.js.map +0 -1
  1124. package/build/plugins/resource/appstudio/interfaces/appPermissionNodeItem.d.ts.map +0 -1
  1125. package/build/plugins/resource/appstudio/interfaces/appPermissionNodeItem.js.map +0 -1
  1126. package/build/plugins/resource/appstudio/interfaces/appPermissionNodeItemType.d.ts.map +0 -1
  1127. package/build/plugins/resource/appstudio/interfaces/appPermissionNodeItemType.js.map +0 -1
  1128. package/build/plugins/resource/appstudio/interfaces/appPermissionsItem.d.ts.map +0 -1
  1129. package/build/plugins/resource/appstudio/interfaces/appPermissionsItem.js.map +0 -1
  1130. package/build/plugins/resource/appstudio/interfaces/appUser.d.ts.map +0 -1
  1131. package/build/plugins/resource/appstudio/interfaces/appUser.js.map +0 -1
  1132. package/build/plugins/resource/appstudio/interfaces/appUserSetting.d.ts.map +0 -1
  1133. package/build/plugins/resource/appstudio/interfaces/appUserSetting.js.map +0 -1
  1134. package/build/plugins/resource/appstudio/interfaces/bot.d.ts.map +0 -1
  1135. package/build/plugins/resource/appstudio/interfaces/bot.js.map +0 -1
  1136. package/build/plugins/resource/appstudio/interfaces/botCommand.d.ts.map +0 -1
  1137. package/build/plugins/resource/appstudio/interfaces/botCommand.js.map +0 -1
  1138. package/build/plugins/resource/appstudio/interfaces/configurableTab.d.ts.map +0 -1
  1139. package/build/plugins/resource/appstudio/interfaces/configurableTab.js.map +0 -1
  1140. package/build/plugins/resource/appstudio/interfaces/connector.d.ts.map +0 -1
  1141. package/build/plugins/resource/appstudio/interfaces/connector.js.map +0 -1
  1142. package/build/plugins/resource/appstudio/interfaces/defaultGroupCapability.d.ts.map +0 -1
  1143. package/build/plugins/resource/appstudio/interfaces/defaultGroupCapability.js.map +0 -1
  1144. package/build/plugins/resource/appstudio/interfaces/disabledScopeItemType.d.ts.map +0 -1
  1145. package/build/plugins/resource/appstudio/interfaces/disabledScopeItemType.js.map +0 -1
  1146. package/build/plugins/resource/appstudio/interfaces/graphConnector.d.ts.map +0 -1
  1147. package/build/plugins/resource/appstudio/interfaces/graphConnector.js.map +0 -1
  1148. package/build/plugins/resource/appstudio/interfaces/language.d.ts.map +0 -1
  1149. package/build/plugins/resource/appstudio/interfaces/language.js.map +0 -1
  1150. package/build/plugins/resource/appstudio/interfaces/localizationInfo.d.ts.map +0 -1
  1151. package/build/plugins/resource/appstudio/interfaces/localizationInfo.js.map +0 -1
  1152. package/build/plugins/resource/appstudio/interfaces/meetingExtensionDefinitionItem.d.ts.map +0 -1
  1153. package/build/plugins/resource/appstudio/interfaces/meetingExtensionDefinitionItem.js.map +0 -1
  1154. package/build/plugins/resource/appstudio/interfaces/messagingExtension.d.ts.map +0 -1
  1155. package/build/plugins/resource/appstudio/interfaces/messagingExtension.js.map +0 -1
  1156. package/build/plugins/resource/appstudio/interfaces/messagingExtensionCommand.d.ts.map +0 -1
  1157. package/build/plugins/resource/appstudio/interfaces/messagingExtensionCommand.js.map +0 -1
  1158. package/build/plugins/resource/appstudio/interfaces/messagingExtensionCommandParameter.d.ts.map +0 -1
  1159. package/build/plugins/resource/appstudio/interfaces/messagingExtensionCommandParameter.js.map +0 -1
  1160. package/build/plugins/resource/appstudio/interfaces/messagingExtensionCommandTaskInfo.d.ts.map +0 -1
  1161. package/build/plugins/resource/appstudio/interfaces/messagingExtensionCommandTaskInfo.js.map +0 -1
  1162. package/build/plugins/resource/appstudio/interfaces/messagingExtensionMessageHandler.d.ts.map +0 -1
  1163. package/build/plugins/resource/appstudio/interfaces/messagingExtensionMessageHandler.js.map +0 -1
  1164. package/build/plugins/resource/appstudio/interfaces/messagingExtensionMessageHandlerLink.d.ts.map +0 -1
  1165. package/build/plugins/resource/appstudio/interfaces/messagingExtensionMessageHandlerLink.js.map +0 -1
  1166. package/build/plugins/resource/appstudio/interfaces/messagingExtensionParameterChoice.d.ts.map +0 -1
  1167. package/build/plugins/resource/appstudio/interfaces/messagingExtensionParameterChoice.js.map +0 -1
  1168. package/build/plugins/resource/appstudio/interfaces/staticTab.d.ts.map +0 -1
  1169. package/build/plugins/resource/appstudio/interfaces/staticTab.js.map +0 -1
  1170. package/build/plugins/resource/appstudio/interfaces/subscriptionOffer.d.ts.map +0 -1
  1171. package/build/plugins/resource/appstudio/interfaces/subscriptionOffer.js.map +0 -1
  1172. package/build/plugins/resource/appstudio/interfaces/togetherModeSceneItem.d.ts.map +0 -1
  1173. package/build/plugins/resource/appstudio/interfaces/togetherModeSceneItem.js.map +0 -1
  1174. package/build/plugins/resource/appstudio/interfaces/webApplicationInfoItem.d.ts.map +0 -1
  1175. package/build/plugins/resource/appstudio/interfaces/webApplicationInfoItem.js.map +0 -1
  1176. package/build/plugins/resource/appstudio/manifestTemplate.d.ts +0 -15
  1177. package/build/plugins/resource/appstudio/manifestTemplate.d.ts.map +0 -1
  1178. package/build/plugins/resource/appstudio/manifestTemplate.js +0 -293
  1179. package/build/plugins/resource/appstudio/manifestTemplate.js.map +0 -1
  1180. package/build/plugins/resource/appstudio/plugin.d.ts +0 -34
  1181. package/build/plugins/resource/appstudio/plugin.d.ts.map +0 -1
  1182. package/build/plugins/resource/appstudio/plugin.js +0 -945
  1183. package/build/plugins/resource/appstudio/plugin.js.map +0 -1
  1184. package/build/plugins/resource/appstudio/questions.d.ts.map +0 -1
  1185. package/build/plugins/resource/appstudio/questions.js.map +0 -1
  1186. package/build/plugins/resource/appstudio/results.d.ts.map +0 -1
  1187. package/build/plugins/resource/appstudio/results.js.map +0 -1
  1188. package/build/plugins/resource/appstudio/utils/telemetry.d.ts.map +0 -1
  1189. package/build/plugins/resource/appstudio/utils/telemetry.js +0 -110
  1190. package/build/plugins/resource/appstudio/utils/telemetry.js.map +0 -1
  1191. package/build/plugins/resource/appstudio/utils/utils.d.ts.map +0 -1
  1192. package/build/plugins/resource/appstudio/utils/utils.js.map +0 -1
  1193. package/build/plugins/resource/appstudio/v2/index.d.ts +0 -21
  1194. package/build/plugins/resource/appstudio/v2/index.d.ts.map +0 -1
  1195. package/build/plugins/resource/appstudio/v2/index.js +0 -83
  1196. package/build/plugins/resource/appstudio/v2/index.js.map +0 -1
  1197. package/build/plugins/resource/bot/aadRegistration.d.ts.map +0 -1
  1198. package/build/plugins/resource/bot/aadRegistration.js +0 -86
  1199. package/build/plugins/resource/bot/aadRegistration.js.map +0 -1
  1200. package/build/plugins/resource/bot/appStudio/appStudio.d.ts +0 -15
  1201. package/build/plugins/resource/bot/appStudio/appStudio.d.ts.map +0 -1
  1202. package/build/plugins/resource/bot/appStudio/appStudio.js +0 -173
  1203. package/build/plugins/resource/bot/appStudio/appStudio.js.map +0 -1
  1204. package/build/plugins/resource/bot/appStudio/interfaces/IAADApplication.d.ts.map +0 -1
  1205. package/build/plugins/resource/bot/appStudio/interfaces/IAADApplication.js +0 -3
  1206. package/build/plugins/resource/bot/appStudio/interfaces/IAADApplication.js.map +0 -1
  1207. package/build/plugins/resource/bot/appStudio/interfaces/IAADDefinition.d.ts.map +0 -1
  1208. package/build/plugins/resource/bot/appStudio/interfaces/IAADDefinition.js.map +0 -1
  1209. package/build/plugins/resource/bot/appStudio/interfaces/IBotRegistration.d.ts.map +0 -1
  1210. package/build/plugins/resource/bot/appStudio/interfaces/IBotRegistration.js +0 -3
  1211. package/build/plugins/resource/bot/appStudio/interfaces/IBotRegistration.js.map +0 -1
  1212. package/build/plugins/resource/bot/botAuthCredential.d.ts.map +0 -1
  1213. package/build/plugins/resource/bot/botAuthCredential.js +0 -7
  1214. package/build/plugins/resource/bot/botAuthCredential.js.map +0 -1
  1215. package/build/plugins/resource/bot/clientFactory.d.ts +0 -7
  1216. package/build/plugins/resource/bot/clientFactory.d.ts.map +0 -1
  1217. package/build/plugins/resource/bot/clientFactory.js +0 -38
  1218. package/build/plugins/resource/bot/clientFactory.js.map +0 -1
  1219. package/build/plugins/resource/bot/configs/deployConfig.d.ts +0 -7
  1220. package/build/plugins/resource/bot/configs/deployConfig.d.ts.map +0 -1
  1221. package/build/plugins/resource/bot/configs/deployConfig.js +0 -22
  1222. package/build/plugins/resource/bot/configs/deployConfig.js.map +0 -1
  1223. package/build/plugins/resource/bot/configs/localDebugConfig.d.ts +0 -12
  1224. package/build/plugins/resource/bot/configs/localDebugConfig.d.ts.map +0 -1
  1225. package/build/plugins/resource/bot/configs/localDebugConfig.js +0 -36
  1226. package/build/plugins/resource/bot/configs/localDebugConfig.js.map +0 -1
  1227. package/build/plugins/resource/bot/configs/provisionConfig.d.ts +0 -25
  1228. package/build/plugins/resource/bot/configs/provisionConfig.d.ts.map +0 -1
  1229. package/build/plugins/resource/bot/configs/provisionConfig.js +0 -64
  1230. package/build/plugins/resource/bot/configs/provisionConfig.js.map +0 -1
  1231. package/build/plugins/resource/bot/configs/scaffoldConfig.d.ts +0 -29
  1232. package/build/plugins/resource/bot/configs/scaffoldConfig.d.ts.map +0 -1
  1233. package/build/plugins/resource/bot/configs/scaffoldConfig.js +0 -116
  1234. package/build/plugins/resource/bot/configs/scaffoldConfig.js.map +0 -1
  1235. package/build/plugins/resource/bot/configs/teamsBotConfig.d.ts +0 -23
  1236. package/build/plugins/resource/bot/configs/teamsBotConfig.d.ts.map +0 -1
  1237. package/build/plugins/resource/bot/configs/teamsBotConfig.js +0 -76
  1238. package/build/plugins/resource/bot/configs/teamsBotConfig.js.map +0 -1
  1239. package/build/plugins/resource/bot/constants.d.ts +0 -162
  1240. package/build/plugins/resource/bot/constants.d.ts.map +0 -1
  1241. package/build/plugins/resource/bot/constants.js +0 -223
  1242. package/build/plugins/resource/bot/constants.js.map +0 -1
  1243. package/build/plugins/resource/bot/deployMgr.d.ts +0 -11
  1244. package/build/plugins/resource/bot/deployMgr.d.ts.map +0 -1
  1245. package/build/plugins/resource/bot/deployMgr.js +0 -105
  1246. package/build/plugins/resource/bot/deployMgr.js.map +0 -1
  1247. package/build/plugins/resource/bot/dotnet/appSettings/appSettingsWithSSO.json +0 -23
  1248. package/build/plugins/resource/bot/dotnet/constants.d.ts +0 -16
  1249. package/build/plugins/resource/bot/dotnet/constants.d.ts.map +0 -1
  1250. package/build/plugins/resource/bot/dotnet/constants.js +0 -25
  1251. package/build/plugins/resource/bot/dotnet/constants.js.map +0 -1
  1252. package/build/plugins/resource/bot/dotnet/errors.d.ts +0 -5
  1253. package/build/plugins/resource/bot/dotnet/errors.d.ts.map +0 -1
  1254. package/build/plugins/resource/bot/dotnet/errors.js +0 -21
  1255. package/build/plugins/resource/bot/dotnet/errors.js.map +0 -1
  1256. package/build/plugins/resource/bot/dotnet/plugin.d.ts +0 -12
  1257. package/build/plugins/resource/bot/dotnet/plugin.d.ts.map +0 -1
  1258. package/build/plugins/resource/bot/dotnet/plugin.js +0 -132
  1259. package/build/plugins/resource/bot/dotnet/plugin.js.map +0 -1
  1260. package/build/plugins/resource/bot/enums/pluginActRoles.d.ts +0 -8
  1261. package/build/plugins/resource/bot/enums/pluginActRoles.d.ts.map +0 -1
  1262. package/build/plugins/resource/bot/enums/pluginActRoles.js +0 -12
  1263. package/build/plugins/resource/bot/enums/pluginActRoles.js.map +0 -1
  1264. package/build/plugins/resource/bot/enums/programmingLanguage.d.ts +0 -6
  1265. package/build/plugins/resource/bot/enums/programmingLanguage.d.ts.map +0 -1
  1266. package/build/plugins/resource/bot/enums/programmingLanguage.js +0 -12
  1267. package/build/plugins/resource/bot/enums/programmingLanguage.js.map +0 -1
  1268. package/build/plugins/resource/bot/errors.d.ts +0 -91
  1269. package/build/plugins/resource/bot/errors.d.ts.map +0 -1
  1270. package/build/plugins/resource/bot/errors.js +0 -266
  1271. package/build/plugins/resource/bot/errors.js.map +0 -1
  1272. package/build/plugins/resource/bot/functionsHostedBot/deployMgr.d.ts +0 -18
  1273. package/build/plugins/resource/bot/functionsHostedBot/deployMgr.d.ts.map +0 -1
  1274. package/build/plugins/resource/bot/functionsHostedBot/deployMgr.js +0 -166
  1275. package/build/plugins/resource/bot/functionsHostedBot/deployMgr.js.map +0 -1
  1276. package/build/plugins/resource/bot/functionsHostedBot/plugin.d.ts +0 -9
  1277. package/build/plugins/resource/bot/functionsHostedBot/plugin.d.ts.map +0 -1
  1278. package/build/plugins/resource/bot/functionsHostedBot/plugin.js +0 -139
  1279. package/build/plugins/resource/bot/functionsHostedBot/plugin.js.map +0 -1
  1280. package/build/plugins/resource/bot/index.d.ts +0 -36
  1281. package/build/plugins/resource/bot/index.d.ts.map +0 -1
  1282. package/build/plugins/resource/bot/index.js +0 -157
  1283. package/build/plugins/resource/bot/index.js.map +0 -1
  1284. package/build/plugins/resource/bot/interface.d.ts +0 -15
  1285. package/build/plugins/resource/bot/interface.d.ts.map +0 -1
  1286. package/build/plugins/resource/bot/interface.js +0 -5
  1287. package/build/plugins/resource/bot/interface.js.map +0 -1
  1288. package/build/plugins/resource/bot/languageStrategy.d.ts +0 -14
  1289. package/build/plugins/resource/bot/languageStrategy.d.ts.map +0 -1
  1290. package/build/plugins/resource/bot/languageStrategy.js +0 -126
  1291. package/build/plugins/resource/bot/languageStrategy.js.map +0 -1
  1292. package/build/plugins/resource/bot/logger.d.ts +0 -10
  1293. package/build/plugins/resource/bot/logger.d.ts.map +0 -1
  1294. package/build/plugins/resource/bot/logger.js +0 -27
  1295. package/build/plugins/resource/bot/logger.js.map +0 -1
  1296. package/build/plugins/resource/bot/plugin.d.ts +0 -24
  1297. package/build/plugins/resource/bot/plugin.d.ts.map +0 -1
  1298. package/build/plugins/resource/bot/plugin.js +0 -322
  1299. package/build/plugins/resource/bot/plugin.js.map +0 -1
  1300. package/build/plugins/resource/bot/progressBars.d.ts +0 -7
  1301. package/build/plugins/resource/bot/progressBars.d.ts.map +0 -1
  1302. package/build/plugins/resource/bot/progressBars.js +0 -37
  1303. package/build/plugins/resource/bot/progressBars.js.map +0 -1
  1304. package/build/plugins/resource/bot/question.d.ts +0 -22
  1305. package/build/plugins/resource/bot/question.d.ts.map +0 -1
  1306. package/build/plugins/resource/bot/question.js +0 -118
  1307. package/build/plugins/resource/bot/question.js.map +0 -1
  1308. package/build/plugins/resource/bot/resources/messages.d.ts +0 -45
  1309. package/build/plugins/resource/bot/resources/messages.d.ts.map +0 -1
  1310. package/build/plugins/resource/bot/resources/messages.js +0 -95
  1311. package/build/plugins/resource/bot/resources/messages.js.map +0 -1
  1312. package/build/plugins/resource/bot/resources/strings.d.ts +0 -106
  1313. package/build/plugins/resource/bot/resources/strings.d.ts.map +0 -1
  1314. package/build/plugins/resource/bot/resources/strings.js +0 -129
  1315. package/build/plugins/resource/bot/resources/strings.js.map +0 -1
  1316. package/build/plugins/resource/bot/result.d.ts +0 -14
  1317. package/build/plugins/resource/bot/result.d.ts.map +0 -1
  1318. package/build/plugins/resource/bot/result.js +0 -40
  1319. package/build/plugins/resource/bot/result.js.map +0 -1
  1320. package/build/plugins/resource/bot/utils/common.d.ts +0 -36
  1321. package/build/plugins/resource/bot/utils/common.d.ts.map +0 -1
  1322. package/build/plugins/resource/bot/utils/common.js +0 -229
  1323. package/build/plugins/resource/bot/utils/common.js.map +0 -1
  1324. package/build/plugins/resource/bot/utils/dir-walk.d.ts.map +0 -1
  1325. package/build/plugins/resource/bot/utils/dir-walk.js.map +0 -1
  1326. package/build/plugins/resource/bot/utils/resourceNameFactory.d.ts.map +0 -1
  1327. package/build/plugins/resource/bot/utils/resourceNameFactory.js +0 -24
  1328. package/build/plugins/resource/bot/utils/resourceNameFactory.js.map +0 -1
  1329. package/build/plugins/resource/bot/utils/retryHandler.d.ts.map +0 -1
  1330. package/build/plugins/resource/bot/utils/retryHandler.js +0 -29
  1331. package/build/plugins/resource/bot/utils/retryHandler.js.map +0 -1
  1332. package/build/plugins/resource/bot/utils/telemetry-helper.d.ts +0 -31
  1333. package/build/plugins/resource/bot/utils/telemetry-helper.d.ts.map +0 -1
  1334. package/build/plugins/resource/bot/utils/telemetry-helper.js +0 -72
  1335. package/build/plugins/resource/bot/utils/telemetry-helper.js.map +0 -1
  1336. package/build/plugins/resource/bot/utils/zipDeploy.d.ts +0 -2
  1337. package/build/plugins/resource/bot/utils/zipDeploy.d.ts.map +0 -1
  1338. package/build/plugins/resource/bot/utils/zipDeploy.js +0 -10
  1339. package/build/plugins/resource/bot/utils/zipDeploy.js.map +0 -1
  1340. package/build/plugins/resource/bot/v2/common.d.ts +0 -12
  1341. package/build/plugins/resource/bot/v2/common.d.ts.map +0 -1
  1342. package/build/plugins/resource/bot/v2/common.js +0 -95
  1343. package/build/plugins/resource/bot/v2/common.js.map +0 -1
  1344. package/build/plugins/resource/bot/v2/enum.d.ts +0 -17
  1345. package/build/plugins/resource/bot/v2/enum.d.ts.map +0 -1
  1346. package/build/plugins/resource/bot/v2/enum.js +0 -26
  1347. package/build/plugins/resource/bot/v2/enum.js.map +0 -1
  1348. package/build/plugins/resource/bot/v2/index.d.ts +0 -23
  1349. package/build/plugins/resource/bot/v2/index.d.ts.map +0 -1
  1350. package/build/plugins/resource/bot/v2/index.js +0 -79
  1351. package/build/plugins/resource/bot/v2/index.js.map +0 -1
  1352. package/build/plugins/resource/bot/v2/interface/codeTemplateInfo.d.ts +0 -10
  1353. package/build/plugins/resource/bot/v2/interface/codeTemplateInfo.d.ts.map +0 -1
  1354. package/build/plugins/resource/bot/v2/interface/codeTemplateInfo.js +0 -5
  1355. package/build/plugins/resource/bot/v2/interface/codeTemplateInfo.js.map +0 -1
  1356. package/build/plugins/resource/bot/v2/mapping.d.ts +0 -13
  1357. package/build/plugins/resource/bot/v2/mapping.d.ts.map +0 -1
  1358. package/build/plugins/resource/bot/v2/mapping.js +0 -116
  1359. package/build/plugins/resource/bot/v2/mapping.js.map +0 -1
  1360. package/build/plugins/resource/bot/v2/plugin.d.ts +0 -50
  1361. package/build/plugins/resource/bot/v2/plugin.d.ts.map +0 -1
  1362. package/build/plugins/resource/bot/v2/plugin.js +0 -319
  1363. package/build/plugins/resource/bot/v2/plugin.js.map +0 -1
  1364. package/build/plugins/resource/bot/v2/scaffold.d.ts +0 -5
  1365. package/build/plugins/resource/bot/v2/scaffold.d.ts.map +0 -1
  1366. package/build/plugins/resource/bot/v2/scaffold.js +0 -48
  1367. package/build/plugins/resource/bot/v2/scaffold.js.map +0 -1
  1368. package/build/plugins/resource/bot/v3/error.d.ts +0 -15
  1369. package/build/plugins/resource/bot/v3/error.d.ts.map +0 -1
  1370. package/build/plugins/resource/bot/v3/error.js +0 -50
  1371. package/build/plugins/resource/bot/v3/error.js.map +0 -1
  1372. package/build/plugins/resource/function/constants.d.ts +0 -154
  1373. package/build/plugins/resource/function/constants.d.ts.map +0 -1
  1374. package/build/plugins/resource/function/constants.js +0 -182
  1375. package/build/plugins/resource/function/constants.js.map +0 -1
  1376. package/build/plugins/resource/function/enums.d.ts +0 -73
  1377. package/build/plugins/resource/function/enums.d.ts.map +0 -1
  1378. package/build/plugins/resource/function/enums.js +0 -89
  1379. package/build/plugins/resource/function/enums.js.map +0 -1
  1380. package/build/plugins/resource/function/index.d.ts +0 -27
  1381. package/build/plugins/resource/function/index.d.ts.map +0 -1
  1382. package/build/plugins/resource/function/index.js +0 -131
  1383. package/build/plugins/resource/function/index.js.map +0 -1
  1384. package/build/plugins/resource/function/language-strategy.d.ts +0 -15
  1385. package/build/plugins/resource/function/language-strategy.d.ts.map +0 -1
  1386. package/build/plugins/resource/function/language-strategy.js +0 -58
  1387. package/build/plugins/resource/function/language-strategy.js.map +0 -1
  1388. package/build/plugins/resource/function/ops/deploy.d.ts +0 -17
  1389. package/build/plugins/resource/function/ops/deploy.d.ts.map +0 -1
  1390. package/build/plugins/resource/function/ops/deploy.js +0 -233
  1391. package/build/plugins/resource/function/ops/deploy.js.map +0 -1
  1392. package/build/plugins/resource/function/ops/provision.d.ts +0 -21
  1393. package/build/plugins/resource/function/ops/provision.d.ts.map +0 -1
  1394. package/build/plugins/resource/function/ops/provision.js +0 -111
  1395. package/build/plugins/resource/function/ops/provision.js.map +0 -1
  1396. package/build/plugins/resource/function/ops/scaffold.d.ts +0 -12
  1397. package/build/plugins/resource/function/ops/scaffold.d.ts.map +0 -1
  1398. package/build/plugins/resource/function/ops/scaffold.js +0 -84
  1399. package/build/plugins/resource/function/ops/scaffold.js.map +0 -1
  1400. package/build/plugins/resource/function/plugin.d.ts +0 -50
  1401. package/build/plugins/resource/function/plugin.d.ts.map +0 -1
  1402. package/build/plugins/resource/function/plugin.js +0 -363
  1403. package/build/plugins/resource/function/plugin.js.map +0 -1
  1404. package/build/plugins/resource/function/question.d.ts.map +0 -1
  1405. package/build/plugins/resource/function/question.js +0 -13
  1406. package/build/plugins/resource/function/question.js.map +0 -1
  1407. package/build/plugins/resource/function/resources/errors.d.ts +0 -84
  1408. package/build/plugins/resource/function/resources/errors.d.ts.map +0 -1
  1409. package/build/plugins/resource/function/resources/errors.js +0 -229
  1410. package/build/plugins/resource/function/resources/errors.js.map +0 -1
  1411. package/build/plugins/resource/function/resources/message.d.ts +0 -41
  1412. package/build/plugins/resource/function/resources/message.d.ts.map +0 -1
  1413. package/build/plugins/resource/function/resources/message.js +0 -52
  1414. package/build/plugins/resource/function/resources/message.js.map +0 -1
  1415. package/build/plugins/resource/function/resources/steps.d.ts +0 -45
  1416. package/build/plugins/resource/function/resources/steps.d.ts.map +0 -1
  1417. package/build/plugins/resource/function/resources/steps.js +0 -68
  1418. package/build/plugins/resource/function/resources/steps.js.map +0 -1
  1419. package/build/plugins/resource/function/result.d.ts +0 -17
  1420. package/build/plugins/resource/function/result.d.ts.map +0 -1
  1421. package/build/plugins/resource/function/result.js +0 -42
  1422. package/build/plugins/resource/function/result.js.map +0 -1
  1423. package/build/plugins/resource/function/utils/azure-client.d.ts +0 -30
  1424. package/build/plugins/resource/function/utils/azure-client.d.ts.map +0 -1
  1425. package/build/plugins/resource/function/utils/azure-client.js +0 -84
  1426. package/build/plugins/resource/function/utils/azure-client.js.map +0 -1
  1427. package/build/plugins/resource/function/utils/depsChecker/funcHelper.d.ts +0 -11
  1428. package/build/plugins/resource/function/utils/depsChecker/funcHelper.d.ts.map +0 -1
  1429. package/build/plugins/resource/function/utils/depsChecker/funcHelper.js +0 -55
  1430. package/build/plugins/resource/function/utils/depsChecker/funcHelper.js.map +0 -1
  1431. package/build/plugins/resource/function/utils/depsChecker/funcPluginLogger.d.ts +0 -16
  1432. package/build/plugins/resource/function/utils/depsChecker/funcPluginLogger.d.ts.map +0 -1
  1433. package/build/plugins/resource/function/utils/depsChecker/funcPluginLogger.js +0 -52
  1434. package/build/plugins/resource/function/utils/depsChecker/funcPluginLogger.js.map +0 -1
  1435. package/build/plugins/resource/function/utils/depsChecker/funcPluginTelemetry.d.ts +0 -14
  1436. package/build/plugins/resource/function/utils/depsChecker/funcPluginTelemetry.d.ts.map +0 -1
  1437. package/build/plugins/resource/function/utils/depsChecker/funcPluginTelemetry.js +0 -54
  1438. package/build/plugins/resource/function/utils/depsChecker/funcPluginTelemetry.js.map +0 -1
  1439. package/build/plugins/resource/function/utils/dir-walk.d.ts +0 -4
  1440. package/build/plugins/resource/function/utils/dir-walk.d.ts.map +0 -1
  1441. package/build/plugins/resource/function/utils/dir-walk.js +0 -21
  1442. package/build/plugins/resource/function/utils/dir-walk.js.map +0 -1
  1443. package/build/plugins/resource/function/utils/execute.d.ts +0 -2
  1444. package/build/plugins/resource/function/utils/execute.d.ts.map +0 -1
  1445. package/build/plugins/resource/function/utils/execute.js +0 -25
  1446. package/build/plugins/resource/function/utils/execute.js.map +0 -1
  1447. package/build/plugins/resource/function/utils/logger.d.ts +0 -10
  1448. package/build/plugins/resource/function/utils/logger.d.ts.map +0 -1
  1449. package/build/plugins/resource/function/utils/logger.js +0 -30
  1450. package/build/plugins/resource/function/utils/logger.js.map +0 -1
  1451. package/build/plugins/resource/function/utils/step-helper.d.ts +0 -11
  1452. package/build/plugins/resource/function/utils/step-helper.d.ts.map +0 -1
  1453. package/build/plugins/resource/function/utils/step-helper.js +0 -26
  1454. package/build/plugins/resource/function/utils/step-helper.js.map +0 -1
  1455. package/build/plugins/resource/function/utils/telemetry-helper.d.ts +0 -42
  1456. package/build/plugins/resource/function/utils/telemetry-helper.d.ts.map +0 -1
  1457. package/build/plugins/resource/function/utils/telemetry-helper.js +0 -69
  1458. package/build/plugins/resource/function/utils/telemetry-helper.js.map +0 -1
  1459. package/build/plugins/resource/function/v2/index.d.ts +0 -18
  1460. package/build/plugins/resource/function/v2/index.d.ts.map +0 -1
  1461. package/build/plugins/resource/function/v2/index.js +0 -53
  1462. package/build/plugins/resource/function/v2/index.js.map +0 -1
  1463. package/build/plugins/resource/function/v3/error.d.ts +0 -26
  1464. package/build/plugins/resource/function/v3/error.d.ts.map +0 -1
  1465. package/build/plugins/resource/function/v3/error.js +0 -58
  1466. package/build/plugins/resource/function/v3/error.js.map +0 -1
  1467. package/build/plugins/resource/identity/constants.d.ts +0 -47
  1468. package/build/plugins/resource/identity/constants.d.ts.map +0 -1
  1469. package/build/plugins/resource/identity/constants.js +0 -54
  1470. package/build/plugins/resource/identity/constants.js.map +0 -1
  1471. package/build/plugins/resource/identity/index.d.ts +0 -13
  1472. package/build/plugins/resource/identity/index.d.ts.map +0 -1
  1473. package/build/plugins/resource/identity/index.js +0 -98
  1474. package/build/plugins/resource/identity/index.js.map +0 -1
  1475. package/build/plugins/resource/identity/utils/telemetryUtil.d.ts +0 -17
  1476. package/build/plugins/resource/identity/utils/telemetryUtil.d.ts.map +0 -1
  1477. package/build/plugins/resource/identity/utils/telemetryUtil.js +0 -45
  1478. package/build/plugins/resource/identity/utils/telemetryUtil.js.map +0 -1
  1479. package/build/plugins/resource/identity/v2/index.d.ts +0 -13
  1480. package/build/plugins/resource/identity/v2/index.d.ts.map +0 -1
  1481. package/build/plugins/resource/identity/v2/index.js +0 -38
  1482. package/build/plugins/resource/identity/v2/index.js.map +0 -1
  1483. package/build/plugins/resource/keyvault/constants.d.ts +0 -36
  1484. package/build/plugins/resource/keyvault/constants.d.ts.map +0 -1
  1485. package/build/plugins/resource/keyvault/constants.js +0 -43
  1486. package/build/plugins/resource/keyvault/constants.js.map +0 -1
  1487. package/build/plugins/resource/keyvault/index.d.ts +0 -16
  1488. package/build/plugins/resource/keyvault/index.d.ts.map +0 -1
  1489. package/build/plugins/resource/keyvault/index.js +0 -65
  1490. package/build/plugins/resource/keyvault/index.js.map +0 -1
  1491. package/build/plugins/resource/keyvault/plugin.d.ts +0 -7
  1492. package/build/plugins/resource/keyvault/plugin.d.ts.map +0 -1
  1493. package/build/plugins/resource/keyvault/plugin.js +0 -44
  1494. package/build/plugins/resource/keyvault/plugin.js.map +0 -1
  1495. package/build/plugins/resource/keyvault/result.d.ts +0 -9
  1496. package/build/plugins/resource/keyvault/result.d.ts.map +0 -1
  1497. package/build/plugins/resource/keyvault/result.js +0 -35
  1498. package/build/plugins/resource/keyvault/result.js.map +0 -1
  1499. package/build/plugins/resource/keyvault/utils/telemetry.d.ts.map +0 -1
  1500. package/build/plugins/resource/keyvault/utils/telemetry.js +0 -45
  1501. package/build/plugins/resource/keyvault/utils/telemetry.js.map +0 -1
  1502. package/build/plugins/resource/keyvault/v2/index.d.ts +0 -12
  1503. package/build/plugins/resource/keyvault/v2/index.d.ts.map +0 -1
  1504. package/build/plugins/resource/keyvault/v2/index.js +0 -38
  1505. package/build/plugins/resource/keyvault/v2/index.js.map +0 -1
  1506. package/build/plugins/resource/localdebug/constants.d.ts +0 -127
  1507. package/build/plugins/resource/localdebug/constants.d.ts.map +0 -1
  1508. package/build/plugins/resource/localdebug/constants.js +0 -146
  1509. package/build/plugins/resource/localdebug/constants.js.map +0 -1
  1510. package/build/plugins/resource/localdebug/index.d.ts +0 -14
  1511. package/build/plugins/resource/localdebug/index.d.ts.map +0 -1
  1512. package/build/plugins/resource/localdebug/index.js +0 -37
  1513. package/build/plugins/resource/localdebug/index.js.map +0 -1
  1514. package/build/plugins/resource/localdebug/localEnv.d.ts +0 -14
  1515. package/build/plugins/resource/localdebug/localEnv.d.ts.map +0 -1
  1516. package/build/plugins/resource/localdebug/localEnv.js +0 -78
  1517. package/build/plugins/resource/localdebug/localEnv.js.map +0 -1
  1518. package/build/plugins/resource/localdebug/projectSettingLoader.d.ts +0 -9
  1519. package/build/plugins/resource/localdebug/projectSettingLoader.d.ts.map +0 -1
  1520. package/build/plugins/resource/localdebug/projectSettingLoader.js +0 -33
  1521. package/build/plugins/resource/localdebug/projectSettingLoader.js.map +0 -1
  1522. package/build/plugins/resource/localdebug/util/error.d.ts +0 -3
  1523. package/build/plugins/resource/localdebug/util/error.d.ts.map +0 -1
  1524. package/build/plugins/resource/localdebug/util/error.js +0 -12
  1525. package/build/plugins/resource/localdebug/util/error.js.map +0 -1
  1526. package/build/plugins/resource/localdebug/util/localService.d.ts +0 -2
  1527. package/build/plugins/resource/localdebug/util/localService.d.ts.map +0 -1
  1528. package/build/plugins/resource/localdebug/util/localService.js +0 -13
  1529. package/build/plugins/resource/localdebug/util/localService.js.map +0 -1
  1530. package/build/plugins/resource/localdebug/v2/index.d.ts +0 -14
  1531. package/build/plugins/resource/localdebug/v2/index.d.ts.map +0 -1
  1532. package/build/plugins/resource/localdebug/v2/index.js +0 -78
  1533. package/build/plugins/resource/localdebug/v2/index.js.map +0 -1
  1534. package/build/plugins/resource/simpleauth/constants.d.ts.map +0 -1
  1535. package/build/plugins/resource/simpleauth/constants.js.map +0 -1
  1536. package/build/plugins/resource/simpleauth/errors.d.ts.map +0 -1
  1537. package/build/plugins/resource/simpleauth/errors.js.map +0 -1
  1538. package/build/plugins/resource/simpleauth/index.d.ts +0 -20
  1539. package/build/plugins/resource/simpleauth/index.d.ts.map +0 -1
  1540. package/build/plugins/resource/simpleauth/index.js +0 -78
  1541. package/build/plugins/resource/simpleauth/index.js.map +0 -1
  1542. package/build/plugins/resource/simpleauth/plugin.d.ts +0 -14
  1543. package/build/plugins/resource/simpleauth/plugin.d.ts.map +0 -1
  1544. package/build/plugins/resource/simpleauth/plugin.js +0 -141
  1545. package/build/plugins/resource/simpleauth/plugin.js.map +0 -1
  1546. package/build/plugins/resource/simpleauth/result.d.ts.map +0 -1
  1547. package/build/plugins/resource/simpleauth/result.js.map +0 -1
  1548. package/build/plugins/resource/simpleauth/utils/common.d.ts.map +0 -1
  1549. package/build/plugins/resource/simpleauth/utils/common.js.map +0 -1
  1550. package/build/plugins/resource/simpleauth/utils/dialog.d.ts.map +0 -1
  1551. package/build/plugins/resource/simpleauth/utils/dialog.js.map +0 -1
  1552. package/build/plugins/resource/simpleauth/utils/telemetry.d.ts +0 -17
  1553. package/build/plugins/resource/simpleauth/utils/telemetry.d.ts.map +0 -1
  1554. package/build/plugins/resource/simpleauth/utils/telemetry.js.map +0 -1
  1555. package/build/plugins/resource/simpleauth/v2/index.d.ts +0 -15
  1556. package/build/plugins/resource/simpleauth/v2/index.d.ts.map +0 -1
  1557. package/build/plugins/resource/simpleauth/v2/index.js +0 -47
  1558. package/build/plugins/resource/simpleauth/v2/index.js.map +0 -1
  1559. package/build/plugins/resource/simpleauth/webAppClient.d.ts +0 -31
  1560. package/build/plugins/resource/simpleauth/webAppClient.d.ts.map +0 -1
  1561. package/build/plugins/resource/simpleauth/webAppClient.js +0 -136
  1562. package/build/plugins/resource/simpleauth/webAppClient.js.map +0 -1
  1563. package/build/plugins/resource/spfx/depsChecker/dependencyChecker.d.ts.map +0 -1
  1564. package/build/plugins/resource/spfx/depsChecker/dependencyChecker.js.map +0 -1
  1565. package/build/plugins/resource/spfx/depsChecker/generatorChecker.d.ts.map +0 -1
  1566. package/build/plugins/resource/spfx/depsChecker/generatorChecker.js +0 -123
  1567. package/build/plugins/resource/spfx/depsChecker/generatorChecker.js.map +0 -1
  1568. package/build/plugins/resource/spfx/depsChecker/yoChecker.d.ts.map +0 -1
  1569. package/build/plugins/resource/spfx/depsChecker/yoChecker.js.map +0 -1
  1570. package/build/plugins/resource/spfx/error.d.ts +0 -18
  1571. package/build/plugins/resource/spfx/error.d.ts.map +0 -1
  1572. package/build/plugins/resource/spfx/error.js +0 -107
  1573. package/build/plugins/resource/spfx/error.js.map +0 -1
  1574. package/build/plugins/resource/spfx/index.d.ts +0 -18
  1575. package/build/plugins/resource/spfx/index.d.ts.map +0 -1
  1576. package/build/plugins/resource/spfx/index.js +0 -96
  1577. package/build/plugins/resource/spfx/index.js.map +0 -1
  1578. package/build/plugins/resource/spfx/plugin.d.ts +0 -12
  1579. package/build/plugins/resource/spfx/plugin.d.ts.map +0 -1
  1580. package/build/plugins/resource/spfx/plugin.js +0 -216
  1581. package/build/plugins/resource/spfx/plugin.js.map +0 -1
  1582. package/build/plugins/resource/spfx/spoClient.d.ts.map +0 -1
  1583. package/build/plugins/resource/spfx/spoClient.js.map +0 -1
  1584. package/build/plugins/resource/spfx/utils/constants.d.ts +0 -85
  1585. package/build/plugins/resource/spfx/utils/constants.d.ts.map +0 -1
  1586. package/build/plugins/resource/spfx/utils/constants.js +0 -102
  1587. package/build/plugins/resource/spfx/utils/constants.js.map +0 -1
  1588. package/build/plugins/resource/spfx/utils/progress-helper.d.ts.map +0 -1
  1589. package/build/plugins/resource/spfx/utils/progress-helper.js.map +0 -1
  1590. package/build/plugins/resource/spfx/utils/questions.d.ts.map +0 -1
  1591. package/build/plugins/resource/spfx/utils/questions.js +0 -86
  1592. package/build/plugins/resource/spfx/utils/questions.js.map +0 -1
  1593. package/build/plugins/resource/spfx/utils/telemetry-helper.d.ts.map +0 -1
  1594. package/build/plugins/resource/spfx/utils/telemetry-helper.js.map +0 -1
  1595. package/build/plugins/resource/spfx/utils/telemetryEvents.d.ts.map +0 -1
  1596. package/build/plugins/resource/spfx/utils/telemetryEvents.js.map +0 -1
  1597. package/build/plugins/resource/spfx/utils/utils.d.ts +0 -15
  1598. package/build/plugins/resource/spfx/utils/utils.d.ts.map +0 -1
  1599. package/build/plugins/resource/spfx/utils/utils.js +0 -126
  1600. package/build/plugins/resource/spfx/utils/utils.js.map +0 -1
  1601. package/build/plugins/resource/spfx/v2/index.d.ts +0 -14
  1602. package/build/plugins/resource/spfx/v2/index.d.ts.map +0 -1
  1603. package/build/plugins/resource/spfx/v2/index.js +0 -41
  1604. package/build/plugins/resource/spfx/v2/index.js.map +0 -1
  1605. package/build/plugins/resource/sql/config.d.ts +0 -22
  1606. package/build/plugins/resource/sql/config.d.ts.map +0 -1
  1607. package/build/plugins/resource/sql/config.js +0 -30
  1608. package/build/plugins/resource/sql/config.js.map +0 -1
  1609. package/build/plugins/resource/sql/constants.d.ts +0 -82
  1610. package/build/plugins/resource/sql/constants.d.ts.map +0 -1
  1611. package/build/plugins/resource/sql/constants.js +0 -92
  1612. package/build/plugins/resource/sql/constants.js.map +0 -1
  1613. package/build/plugins/resource/sql/errors.d.ts +0 -63
  1614. package/build/plugins/resource/sql/errors.d.ts.map +0 -1
  1615. package/build/plugins/resource/sql/errors.js +0 -107
  1616. package/build/plugins/resource/sql/errors.js.map +0 -1
  1617. package/build/plugins/resource/sql/index.d.ts +0 -20
  1618. package/build/plugins/resource/sql/index.d.ts.map +0 -1
  1619. package/build/plugins/resource/sql/index.js +0 -92
  1620. package/build/plugins/resource/sql/index.js.map +0 -1
  1621. package/build/plugins/resource/sql/managementClient.d.ts +0 -18
  1622. package/build/plugins/resource/sql/managementClient.d.ts.map +0 -1
  1623. package/build/plugins/resource/sql/managementClient.js +0 -123
  1624. package/build/plugins/resource/sql/managementClient.js.map +0 -1
  1625. package/build/plugins/resource/sql/plugin.d.ts +0 -30
  1626. package/build/plugins/resource/sql/plugin.d.ts.map +0 -1
  1627. package/build/plugins/resource/sql/plugin.js +0 -340
  1628. package/build/plugins/resource/sql/plugin.js.map +0 -1
  1629. package/build/plugins/resource/sql/questions.d.ts +0 -5
  1630. package/build/plugins/resource/sql/questions.d.ts.map +0 -1
  1631. package/build/plugins/resource/sql/questions.js +0 -46
  1632. package/build/plugins/resource/sql/questions.js.map +0 -1
  1633. package/build/plugins/resource/sql/results.d.ts +0 -10
  1634. package/build/plugins/resource/sql/results.d.ts.map +0 -1
  1635. package/build/plugins/resource/sql/results.js +0 -32
  1636. package/build/plugins/resource/sql/results.js.map +0 -1
  1637. package/build/plugins/resource/sql/sqlClient.d.ts +0 -13
  1638. package/build/plugins/resource/sql/sqlClient.d.ts.map +0 -1
  1639. package/build/plugins/resource/sql/sqlClient.js +0 -153
  1640. package/build/plugins/resource/sql/sqlClient.js.map +0 -1
  1641. package/build/plugins/resource/sql/utils/checkInput.d.ts +0 -10
  1642. package/build/plugins/resource/sql/utils/checkInput.d.ts.map +0 -1
  1643. package/build/plugins/resource/sql/utils/checkInput.js +0 -87
  1644. package/build/plugins/resource/sql/utils/checkInput.js.map +0 -1
  1645. package/build/plugins/resource/sql/utils/commonUtils.d.ts +0 -13
  1646. package/build/plugins/resource/sql/utils/commonUtils.d.ts.map +0 -1
  1647. package/build/plugins/resource/sql/utils/commonUtils.js +0 -51
  1648. package/build/plugins/resource/sql/utils/commonUtils.js.map +0 -1
  1649. package/build/plugins/resource/sql/utils/contextUtils.d.ts +0 -5
  1650. package/build/plugins/resource/sql/utils/contextUtils.d.ts.map +0 -1
  1651. package/build/plugins/resource/sql/utils/contextUtils.js +0 -11
  1652. package/build/plugins/resource/sql/utils/contextUtils.js.map +0 -1
  1653. package/build/plugins/resource/sql/utils/dialogUtils.d.ts +0 -13
  1654. package/build/plugins/resource/sql/utils/dialogUtils.d.ts.map +0 -1
  1655. package/build/plugins/resource/sql/utils/dialogUtils.js +0 -21
  1656. package/build/plugins/resource/sql/utils/dialogUtils.js.map +0 -1
  1657. package/build/plugins/resource/sql/utils/message.d.ts +0 -16
  1658. package/build/plugins/resource/sql/utils/message.d.ts.map +0 -1
  1659. package/build/plugins/resource/sql/utils/message.js +0 -23
  1660. package/build/plugins/resource/sql/utils/message.js.map +0 -1
  1661. package/build/plugins/resource/sql/utils/telemetryUtils.d.ts +0 -17
  1662. package/build/plugins/resource/sql/utils/telemetryUtils.d.ts.map +0 -1
  1663. package/build/plugins/resource/sql/utils/telemetryUtils.js +0 -45
  1664. package/build/plugins/resource/sql/utils/telemetryUtils.js.map +0 -1
  1665. package/build/plugins/resource/sql/v2/index.d.ts +0 -15
  1666. package/build/plugins/resource/sql/v2/index.d.ts.map +0 -1
  1667. package/build/plugins/resource/sql/v2/index.js +0 -44
  1668. package/build/plugins/resource/sql/v2/index.js.map +0 -1
  1669. package/build/plugins/solution/fx-solution/index.d.ts +0 -5
  1670. package/build/plugins/solution/fx-solution/index.d.ts.map +0 -1
  1671. package/build/plugins/solution/fx-solution/index.js +0 -8
  1672. package/build/plugins/solution/fx-solution/index.js.map +0 -1
  1673. package/build/plugins/solution/fx-solution/solution.d.ts +0 -94
  1674. package/build/plugins/solution/fx-solution/solution.d.ts.map +0 -1
  1675. package/build/plugins/solution/fx-solution/solution.js +0 -1530
  1676. package/build/plugins/solution/fx-solution/solution.js.map +0 -1
  1677. package/build/plugins/solution/fx-solution/v2/checkPermission.d.ts +0 -5
  1678. package/build/plugins/solution/fx-solution/v2/checkPermission.d.ts.map +0 -1
  1679. package/build/plugins/solution/fx-solution/v2/checkPermission.js +0 -196
  1680. package/build/plugins/solution/fx-solution/v2/checkPermission.js.map +0 -1
  1681. package/build/plugins/solution/fx-solution/v2/collaborationUtil.d.ts +0 -28
  1682. package/build/plugins/solution/fx-solution/v2/collaborationUtil.d.ts.map +0 -1
  1683. package/build/plugins/solution/fx-solution/v2/collaborationUtil.js +0 -131
  1684. package/build/plugins/solution/fx-solution/v2/collaborationUtil.js.map +0 -1
  1685. package/build/plugins/solution/fx-solution/v2/createEnv.d.ts +0 -3
  1686. package/build/plugins/solution/fx-solution/v2/createEnv.d.ts.map +0 -1
  1687. package/build/plugins/solution/fx-solution/v2/createEnv.js +0 -37
  1688. package/build/plugins/solution/fx-solution/v2/createEnv.js.map +0 -1
  1689. package/build/plugins/solution/fx-solution/v2/deploy.d.ts +0 -3
  1690. package/build/plugins/solution/fx-solution/v2/deploy.d.ts.map +0 -1
  1691. package/build/plugins/solution/fx-solution/v2/deploy.js +0 -143
  1692. package/build/plugins/solution/fx-solution/v2/deploy.js.map +0 -1
  1693. package/build/plugins/solution/fx-solution/v2/executeUserTask.d.ts +0 -22
  1694. package/build/plugins/solution/fx-solution/v2/executeUserTask.d.ts.map +0 -1
  1695. package/build/plugins/solution/fx-solution/v2/executeUserTask.js +0 -850
  1696. package/build/plugins/solution/fx-solution/v2/executeUserTask.js.map +0 -1
  1697. package/build/plugins/solution/fx-solution/v2/generateResourceTemplate.d.ts +0 -4
  1698. package/build/plugins/solution/fx-solution/v2/generateResourceTemplate.d.ts.map +0 -1
  1699. package/build/plugins/solution/fx-solution/v2/generateResourceTemplate.js +0 -31
  1700. package/build/plugins/solution/fx-solution/v2/generateResourceTemplate.js.map +0 -1
  1701. package/build/plugins/solution/fx-solution/v2/getQuestions.d.ts +0 -15
  1702. package/build/plugins/solution/fx-solution/v2/getQuestions.d.ts.map +0 -1
  1703. package/build/plugins/solution/fx-solution/v2/getQuestions.js +0 -847
  1704. package/build/plugins/solution/fx-solution/v2/getQuestions.js.map +0 -1
  1705. package/build/plugins/solution/fx-solution/v2/grantPermission.d.ts +0 -5
  1706. package/build/plugins/solution/fx-solution/v2/grantPermission.d.ts.map +0 -1
  1707. package/build/plugins/solution/fx-solution/v2/grantPermission.js +0 -209
  1708. package/build/plugins/solution/fx-solution/v2/grantPermission.js.map +0 -1
  1709. package/build/plugins/solution/fx-solution/v2/listCollaborator.d.ts +0 -8
  1710. package/build/plugins/solution/fx-solution/v2/listCollaborator.d.ts.map +0 -1
  1711. package/build/plugins/solution/fx-solution/v2/listCollaborator.js +0 -226
  1712. package/build/plugins/solution/fx-solution/v2/listCollaborator.js.map +0 -1
  1713. package/build/plugins/solution/fx-solution/v2/provision.d.ts +0 -3
  1714. package/build/plugins/solution/fx-solution/v2/provision.d.ts.map +0 -1
  1715. package/build/plugins/solution/fx-solution/v2/provision.js +0 -262
  1716. package/build/plugins/solution/fx-solution/v2/provision.js.map +0 -1
  1717. package/build/plugins/solution/fx-solution/v2/provisionLocal.d.ts +0 -3
  1718. package/build/plugins/solution/fx-solution/v2/provisionLocal.d.ts.map +0 -1
  1719. package/build/plugins/solution/fx-solution/v2/provisionLocal.js +0 -117
  1720. package/build/plugins/solution/fx-solution/v2/provisionLocal.js.map +0 -1
  1721. package/build/plugins/solution/fx-solution/v2/publish.d.ts +0 -3
  1722. package/build/plugins/solution/fx-solution/v2/publish.d.ts.map +0 -1
  1723. package/build/plugins/solution/fx-solution/v2/publish.js +0 -46
  1724. package/build/plugins/solution/fx-solution/v2/publish.js.map +0 -1
  1725. package/build/plugins/solution/fx-solution/v2/scaffolding.d.ts +0 -5
  1726. package/build/plugins/solution/fx-solution/v2/scaffolding.d.ts.map +0 -1
  1727. package/build/plugins/solution/fx-solution/v2/scaffolding.js +0 -161
  1728. package/build/plugins/solution/fx-solution/v2/scaffolding.js.map +0 -1
  1729. package/build/plugins/solution/fx-solution/v2/solution.d.ts +0 -22
  1730. package/build/plugins/solution/fx-solution/v2/solution.d.ts.map +0 -1
  1731. package/build/plugins/solution/fx-solution/v2/solution.js +0 -48
  1732. package/build/plugins/solution/fx-solution/v2/solution.js.map +0 -1
  1733. package/build/plugins/solution/index.d.ts +0 -2
  1734. package/build/plugins/solution/index.d.ts.map +0 -1
  1735. package/build/plugins/solution/index.js +0 -7
  1736. package/build/plugins/solution/index.js.map +0 -1
  1737. package/templates/plugins/resource/aad/auth/bot/js/sso/showUserInfo.js +0 -36
  1738. package/templates/plugins/resource/aad/auth/bot/js/sso/ssoDialog.js +0 -201
  1739. package/templates/plugins/resource/aad/auth/bot/js/sso/teamsSsoBot.js +0 -63
  1740. package/templates/plugins/resource/aad/auth/bot/ts/sso/showUserInfo.ts +0 -38
  1741. package/templates/plugins/resource/aad/auth/bot/ts/sso/ssoDialog.ts +0 -213
  1742. package/templates/plugins/resource/aad/auth/bot/ts/sso/teamsSsoBot.ts +0 -75
@@ -11,7 +11,6 @@ const typedi_1 = require("typedi");
11
11
  const uuid = tslib_1.__importStar(require("uuid"));
12
12
  const hooks_1 = require("@feathersjs/hooks");
13
13
  const teamsfx_api_1 = require("@microsoft/teamsfx-api");
14
- const globalState_1 = require("../common/globalState");
15
14
  const localizeUtils_1 = require("../common/localizeUtils");
16
15
  const localSettingsProvider_1 = require("../common/localSettingsProvider");
17
16
  const projectSettingsHelper_1 = require("../common/projectSettingsHelper");
@@ -22,7 +21,6 @@ const question_1 = require("../plugins/solution/fx-solution/question");
22
21
  const callback_1 = require("./callback");
23
22
  const collaborator_1 = require("./collaborator");
24
23
  const crypto_1 = require("./crypto");
25
- const downloadSample_1 = require("./downloadSample");
26
24
  const environment_1 = require("./environment");
27
25
  const error_1 = require("./error");
28
26
  const globalVars_1 = require("./globalVars");
@@ -32,20 +30,16 @@ const consolidateLocalRemote_1 = require("./middleware/consolidateLocalRemote");
32
30
  const contextInjector_1 = require("./middleware/contextInjector");
33
31
  const envInfoLoader_1 = require("./middleware/envInfoLoader");
34
32
  const envInfoLoaderV3_1 = require("./middleware/envInfoLoaderV3");
35
- const envInfoWriter_1 = require("./middleware/envInfoWriter");
36
33
  const envInfoWriterV3_1 = require("./middleware/envInfoWriterV3");
37
34
  const errorHandler_1 = require("./middleware/errorHandler");
38
35
  const projectMigrator_1 = require("./middleware/projectMigrator");
39
36
  const projectSettingsLoader_1 = require("./middleware/projectSettingsLoader");
40
37
  const projectSettingsWriter_1 = require("./middleware/projectSettingsWriter");
41
38
  const questionModel_1 = require("./middleware/questionModel");
42
- const solutionLoader_1 = require("./middleware/solutionLoader");
43
39
  const question_2 = require("./question");
44
- const SolutionPluginContainer_1 = require("./SolutionPluginContainer");
45
40
  const telemetry_2 = require("./telemetry");
46
- const featureFlags_1 = require("../common/featureFlags");
47
41
  const utils_1 = require("../component/utils");
48
- require("../component/core");
42
+ const core_1 = require("../component/core");
49
43
  const questionV3_1 = require("../component/questionV3");
50
44
  const projectVersionChecker_1 = require("./middleware/projectVersionChecker");
51
45
  const cicd_1 = require("../component/feature/cicd/cicd");
@@ -54,23 +48,12 @@ const appManifest_1 = require("../component/resource/appManifest/appManifest");
54
48
  const ApiConnectorImpl_1 = require("../component/feature/apiconnector/ApiConnectorImpl");
55
49
  const envManager_1 = require("../component/envManager");
56
50
  const utils_2 = require("../common/utils");
57
- const utils_3 = require("../component/resource/appManifest/utils");
58
- const core_1 = require("../component/core");
51
+ const ManifestUtils_1 = require("../component/resource/appManifest/utils/ManifestUtils");
52
+ const arm_1 = require("../plugins/solution/fx-solution/arm");
59
53
  const migrate_1 = require("../component/migrate");
54
+ const local_1 = require("../common/local");
60
55
  class FxCore {
61
56
  constructor(tools) {
62
- //V1,V2 questions
63
- this._getQuestionsForCreateProjectV2 = questionModel_1.getQuestionsForCreateProjectV2;
64
- this._getQuestionsForCreateProjectV3 = questionModel_1.getQuestionsForCreateProjectV3;
65
- this._getQuestionsForUserTask = questionModel_1.getQuestionsForUserTaskV2;
66
- this._getQuestions = questionModel_1.getQuestionsV2;
67
- //v3 questions
68
- this._getQuestionsForAddFeature = questionModel_1.getQuestionsForAddFeature;
69
- this._getQuestionsForProvision = questionModel_1.getQuestionsForProvision;
70
- this._getQuestionsForDeploy = questionModel_1.getQuestionsForDeploy;
71
- this._getQuestionsForPublish = questionModel_1.getQuestionsForPublish;
72
- this._getQuestionsForInit = questionModel_1.getQuestionsForInit;
73
- this._getQuestionsForUserTaskV3 = questionModel_1.getQuestionsForUserTaskV3;
74
57
  this.tools = tools;
75
58
  globalVars_1.setTools(tools);
76
59
  telemetry_1.TelemetryReporterInstance.telemetryReporter = tools.telemetryReporter;
@@ -82,128 +65,6 @@ class FxCore {
82
65
  on(event, callback) {
83
66
  return callback_1.CallbackRegistry.set(event, callback);
84
67
  }
85
- async createProject(inputs) {
86
- if (globalVars_1.isV3()) {
87
- return this.createProjectV3(inputs);
88
- }
89
- else {
90
- return this.createProjectV2(inputs);
91
- }
92
- }
93
- async createProjectV2(inputs, ctx) {
94
- if (!ctx) {
95
- return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("ctx for createProject"));
96
- }
97
- globalVars_1.setCurrentStage(teamsfx_api_1.Stage.create);
98
- inputs.stage = teamsfx_api_1.Stage.create;
99
- const folder = inputs[question_2.QuestionRootFolder.name];
100
- try {
101
- await fs.ensureDir(folder);
102
- }
103
- catch (e) {
104
- throw new error_1.ProjectFolderInvalidError(folder);
105
- }
106
- if (featureFlags_1.isPreviewFeaturesEnabled()) {
107
- const capability = inputs[question_2.CoreQuestionNames.Capabilities];
108
- inputs[question_2.CoreQuestionNames.Capabilities] = [capability];
109
- }
110
- const capabilities = inputs[question_2.CoreQuestionNames.Capabilities];
111
- if (capabilities && capabilities.includes(question_1.ExistingTabOptionItem.id)) {
112
- return await this.createExistingTabApp(inputs, folder, ctx);
113
- }
114
- const scratch = inputs[question_2.CoreQuestionNames.CreateFromScratch];
115
- let projectPath;
116
- const automaticNpmInstall = "automaticNpmInstall";
117
- if (scratch === question_2.ScratchOptionNo.id) {
118
- // create from sample
119
- const downloadRes = await downloadSample_1.downloadSample(inputs, ctx);
120
- if (downloadRes.isErr()) {
121
- return teamsfx_api_1.err(downloadRes.error);
122
- }
123
- projectPath = downloadRes.value;
124
- }
125
- else {
126
- // create from new
127
- const appName = inputs[question_2.CoreQuestionNames.AppName];
128
- if (undefined === appName)
129
- return teamsfx_api_1.err(error_1.InvalidInputError(`App Name is empty`, inputs));
130
- const validateResult = jsonschema.validate(appName, {
131
- pattern: question_2.ProjectNamePattern,
132
- });
133
- if (validateResult.errors && validateResult.errors.length > 0) {
134
- return teamsfx_api_1.err(error_1.InvalidInputError(`${validateResult.errors[0].message}`, inputs));
135
- }
136
- projectPath = path.join(folder, appName);
137
- inputs.projectPath = projectPath;
138
- const folderExist = await fs.pathExists(projectPath);
139
- if (folderExist) {
140
- return teamsfx_api_1.err(new error_1.ProjectFolderExistError(projectPath));
141
- }
142
- await fs.ensureDir(projectPath);
143
- await fs.ensureDir(path.join(projectPath, `.${teamsfx_api_1.ConfigFolderName}`));
144
- await fs.ensureDir(path.join(projectPath, path.join("templates", `${teamsfx_api_1.AppPackageFolderName}`)));
145
- const basicFolderRes = await ensureBasicFolderStructure(inputs);
146
- if (basicFolderRes.isErr()) {
147
- return teamsfx_api_1.err(basicFolderRes.error);
148
- }
149
- const projectSettings = {
150
- appName,
151
- projectId: inputs.projectId ? inputs.projectId : uuid.v4(),
152
- version: projectSettingsHelper_1.getProjectSettingsVersion(),
153
- isFromSample: false,
154
- };
155
- if (inputs[question_2.CoreQuestionNames.Capabilities].includes(question_1.M365SsoLaunchPageOptionItem.id) ||
156
- inputs[question_2.CoreQuestionNames.Capabilities].includes(question_1.M365SearchAppOptionItem.id)) {
157
- projectSettings.isM365 = true;
158
- inputs.isM365 = true;
159
- }
160
- projectSettings.solutionSettings = {
161
- name: "",
162
- version: "1.0.0",
163
- };
164
- projectSettings.programmingLanguage = inputs[question_2.CoreQuestionNames.ProgrammingLanguage];
165
- globalVars_1.globalVars.isVS = projectSettingsHelper_1.isVSProject(projectSettings);
166
- ctx.projectSettings = projectSettings;
167
- const createEnvResult = await envManager_1.createEnvWithName(environment_1.environmentManager.getDefaultEnvName(), projectSettings.appName, inputs);
168
- if (createEnvResult.isErr()) {
169
- return teamsfx_api_1.err(createEnvResult.error);
170
- }
171
- const createLocalEnvResult = await envManager_1.createEnvWithName(environment_1.environmentManager.getLocalEnvName(), projectSettings.appName, inputs);
172
- if (createLocalEnvResult.isErr()) {
173
- return teamsfx_api_1.err(createLocalEnvResult.error);
174
- }
175
- const solution = await SolutionPluginContainer_1.getSolutionPluginV2ByName(inputs[question_2.CoreQuestionNames.Solution]);
176
- if (!solution) {
177
- return teamsfx_api_1.err(new error_1.LoadSolutionError());
178
- }
179
- ctx.solutionV2 = solution;
180
- projectSettings.solutionSettings.name = solution.name;
181
- const contextV2 = tools_1.createV2Context(projectSettings);
182
- ctx.contextV2 = contextV2;
183
- const scaffoldSourceCodeRes = await solution.scaffoldSourceCode(contextV2, inputs);
184
- if (scaffoldSourceCodeRes.isErr()) {
185
- return teamsfx_api_1.err(scaffoldSourceCodeRes.error);
186
- }
187
- if (capabilities && !capabilities.includes(question_1.TabSPFxItem.id)) {
188
- const generateResourceTemplateRes = await solution.generateResourceTemplate(contextV2, inputs);
189
- if (generateResourceTemplateRes.isErr()) {
190
- return teamsfx_api_1.err(generateResourceTemplateRes.error);
191
- }
192
- }
193
- // ctx.provisionInputConfig = generateResourceTemplateRes.value;
194
- if (solution.createEnv) {
195
- inputs.copy = false;
196
- const createEnvRes = await solution.createEnv(contextV2, inputs);
197
- if (createEnvRes.isErr()) {
198
- return teamsfx_api_1.err(createEnvRes.error);
199
- }
200
- }
201
- }
202
- if (inputs.platform === teamsfx_api_1.Platform.VSCode) {
203
- await globalState_1.globalStateUpdate(automaticNpmInstall, true);
204
- }
205
- return teamsfx_api_1.ok(projectPath);
206
- }
207
68
  async createExistingTabApp(inputs, folder, ctx) {
208
69
  var _a, _b;
209
70
  (_a = globalVars_1.TOOLS.telemetryReporter) === null || _a === void 0 ? void 0 : _a.sendTelemetryEvent(telemetry_2.CoreTelemetryEvent.CreateStart, {
@@ -224,7 +85,7 @@ class FxCore {
224
85
  });
225
86
  return result;
226
87
  }
227
- async createProjectV3(inputs, ctx) {
88
+ async createProject(inputs, ctx) {
228
89
  if (!ctx) {
229
90
  return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("ctx for createProject"));
230
91
  }
@@ -239,28 +100,7 @@ class FxCore {
239
100
  inputs.projectPath = context.projectPath;
240
101
  return teamsfx_api_1.ok(context.projectPath);
241
102
  }
242
- /**
243
- * switch to different versions of provisionResources
244
- */
245
- async provisionResources(inputs) {
246
- if (globalVars_1.isV3()) {
247
- return this.provisionResourcesV3(inputs);
248
- }
249
- else {
250
- return this.provisionResourcesV2(inputs);
251
- }
252
- }
253
- async provisionResourcesV2(inputs, ctx) {
254
- globalVars_1.setCurrentStage(teamsfx_api_1.Stage.provision);
255
- inputs.stage = teamsfx_api_1.Stage.provision;
256
- if (!ctx || !ctx.solutionV2 || !ctx.contextV2 || !ctx.envInfoV2) {
257
- return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("Provision input stuff"));
258
- }
259
- const envInfo = ctx.envInfoV2;
260
- const result = await ctx.solutionV2.provisionResources(ctx.contextV2, inputs, envInfo, this.tools.tokenProvider);
261
- return result;
262
- }
263
- async provisionResourcesV3(inputs, ctx) {
103
+ async provisionResources(inputs, ctx) {
264
104
  globalVars_1.setCurrentStage(teamsfx_api_1.Stage.provision);
265
105
  inputs.stage = teamsfx_api_1.Stage.provision;
266
106
  const context = utils_1.createContextV3();
@@ -302,32 +142,7 @@ class FxCore {
302
142
  const appStudioV3 = typedi_1.Container.get(constants_1.ComponentNames.AppManifest);
303
143
  return appStudioV3.provisionForCLI(context, inputs, environment_1.newEnvInfoV3(), globalVars_1.TOOLS.tokenProvider);
304
144
  }
305
- async deployArtifacts(inputs) {
306
- if (globalVars_1.isV3())
307
- return this.deployArtifactsV3(inputs);
308
- else
309
- return this.deployArtifactsV2(inputs);
310
- }
311
- async deployArtifactsV2(inputs, ctx) {
312
- globalVars_1.setCurrentStage(teamsfx_api_1.Stage.deploy);
313
- inputs.stage = teamsfx_api_1.Stage.deploy;
314
- if (!(ctx === null || ctx === void 0 ? void 0 : ctx.projectSettings)) {
315
- return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("deploy input stuff"));
316
- }
317
- if (projectSettingsHelper_1.isExistingTabApp(ctx.projectSettings)) {
318
- // existing app scenario, deploy has no effect
319
- return teamsfx_api_1.err(new error_1.OperationNotPermittedError("deploy"));
320
- }
321
- if (!ctx.solutionV2 || !ctx.contextV2 || !ctx.envInfoV2) {
322
- const name = tools_1.undefinedName([ctx, ctx === null || ctx === void 0 ? void 0 : ctx.solutionV2, ctx === null || ctx === void 0 ? void 0 : ctx.contextV2, ctx === null || ctx === void 0 ? void 0 : ctx.envInfoV2], ["ctx", "ctx.solutionV2", "ctx.contextV2", "ctx.envInfoV2"]);
323
- return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError(`Deploy input stuff: ${name}`));
324
- }
325
- if (ctx.solutionV2.deploy)
326
- return await ctx.solutionV2.deploy(ctx.contextV2, inputs, ctx.envInfoV2, this.tools.tokenProvider);
327
- else
328
- return teamsfx_api_1.ok(teamsfx_api_1.Void);
329
- }
330
- async deployArtifactsV3(inputs, ctx) {
145
+ async deployArtifacts(inputs, ctx) {
331
146
  globalVars_1.setCurrentStage(teamsfx_api_1.Stage.deploy);
332
147
  inputs.stage = teamsfx_api_1.Stage.deploy;
333
148
  const context = utils_1.createContextV3();
@@ -343,88 +158,9 @@ class FxCore {
343
158
  }
344
159
  async localDebug(inputs) {
345
160
  inputs.env = environment_1.environmentManager.getLocalEnvName();
346
- if (globalVars_1.isV3())
347
- return this.provisionResourcesV3(inputs);
348
- else
349
- return this.localDebugV2(inputs);
350
- }
351
- async localDebugV2(inputs, ctx) {
352
- var _a;
353
- globalVars_1.setCurrentStage(teamsfx_api_1.Stage.debug);
354
- inputs.stage = teamsfx_api_1.Stage.debug;
355
- if (!(ctx === null || ctx === void 0 ? void 0 : ctx.projectSettings)) {
356
- return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("local debug input stuff"));
357
- }
358
- if (!ctx.solutionV2 || !ctx.contextV2) {
359
- const name = tools_1.undefinedName([ctx, ctx === null || ctx === void 0 ? void 0 : ctx.solutionV2, ctx === null || ctx === void 0 ? void 0 : ctx.contextV2], ["ctx", "ctx.solutionV2", "ctx.contextV2"]);
360
- return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError(`localDebug input stuff (${name})`));
361
- }
362
- if (!ctx.localSettings)
363
- ctx.localSettings = {};
364
- if (ctx.solutionV2.provisionLocalResource) {
365
- if ((_a = ctx.envInfoV2) === null || _a === void 0 ? void 0 : _a.config) {
366
- ctx.envInfoV2.config.isLocalDebug = true;
367
- }
368
- const res = await ctx.solutionV2.provisionLocalResource(ctx.contextV2, inputs, ctx.localSettings, this.tools.tokenProvider, ctx.envInfoV2);
369
- if (res.kind === "success") {
370
- ctx.localSettings = res.output;
371
- return teamsfx_api_1.ok(teamsfx_api_1.Void);
372
- }
373
- else if (res.kind === "partialSuccess") {
374
- ctx.localSettings = res.output;
375
- return teamsfx_api_1.err(res.error);
376
- }
377
- else {
378
- return teamsfx_api_1.err(res.error);
379
- }
380
- }
381
- else {
382
- return teamsfx_api_1.ok(teamsfx_api_1.Void);
383
- }
384
- }
385
- async localDebugV3(inputs, ctx) {
386
- globalVars_1.setCurrentStage(teamsfx_api_1.Stage.debug);
387
- inputs.stage = teamsfx_api_1.Stage.debug;
388
- const context = utils_1.createContextV3();
389
- context.envInfo = ctx.envInfoV3;
390
- context.projectSetting = ctx.projectSettings;
391
- context.tokenProvider = globalVars_1.TOOLS.tokenProvider;
392
- const fx = typedi_1.Container.get("fx");
393
- context.envInfo.config.isLocalDebug = true;
394
- const res = await fx.provision(context, inputs);
395
- if (res.isErr())
396
- return teamsfx_api_1.err(res.error);
397
- ctx.projectSettings = context.projectSetting;
398
- ctx.envInfoV3 = context.envInfo;
399
- return teamsfx_api_1.ok(teamsfx_api_1.Void);
400
- }
401
- _setEnvInfoV2(ctx) {
402
- if (ctx && ctx.solutionContext) {
403
- //workaround, compatible to api v2
404
- ctx.envInfoV2 = {
405
- envName: ctx.solutionContext.envInfo.envName,
406
- config: ctx.solutionContext.envInfo.config,
407
- state: {},
408
- };
409
- ctx.envInfoV2.state = tools_1.mapToJson(ctx.solutionContext.envInfo.state);
410
- }
411
- }
412
- async publishApplication(inputs) {
413
- if (globalVars_1.isV3())
414
- return this.publishApplicationV3(inputs);
415
- else
416
- return this.publishApplicationV2(inputs);
161
+ return this.provisionResources(inputs);
417
162
  }
418
- async publishApplicationV2(inputs, ctx) {
419
- globalVars_1.setCurrentStage(teamsfx_api_1.Stage.publish);
420
- inputs.stage = teamsfx_api_1.Stage.publish;
421
- if (!ctx || !ctx.solutionV2 || !ctx.contextV2 || !ctx.envInfoV2) {
422
- const name = tools_1.undefinedName([ctx, ctx === null || ctx === void 0 ? void 0 : ctx.solutionV2, ctx === null || ctx === void 0 ? void 0 : ctx.contextV2, ctx === null || ctx === void 0 ? void 0 : ctx.envInfoV2], ["ctx", "ctx.solutionV2", "ctx.contextV2", "ctx.envInfoV2"]);
423
- return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError(`publish input stuff: ${name}`));
424
- }
425
- return await ctx.solutionV2.publishApplication(ctx.contextV2, inputs, ctx.envInfoV2, this.tools.tokenProvider.m365TokenProvider);
426
- }
427
- async publishApplicationV3(inputs, ctx) {
163
+ async publishApplication(inputs, ctx) {
428
164
  globalVars_1.setCurrentStage(teamsfx_api_1.Stage.publish);
429
165
  inputs.stage = teamsfx_api_1.Stage.publish;
430
166
  const context = utils_1.createContextV3();
@@ -438,21 +174,6 @@ class FxCore {
438
174
  ctx.projectSettings = context.projectSetting;
439
175
  return teamsfx_api_1.ok(teamsfx_api_1.Void);
440
176
  }
441
- async executeUserTask(func, inputs) {
442
- if (globalVars_1.isV3()) {
443
- if (func.method === "addCICDWorkflows" ||
444
- func.method === "connectExistingApi" ||
445
- func.method === "addSso" ||
446
- func.method === "addFeature" ||
447
- func.method === "addResource" ||
448
- func.method === "getManifestTemplatePath" ||
449
- func.method === "validateManifest" ||
450
- func.method === "buildPackage" ||
451
- func.method === "updateManifest")
452
- return this.executeUserTaskV3(func, inputs);
453
- }
454
- return this.executeUserTaskV2(func, inputs);
455
- }
456
177
  async addFeature(inputs, ctx) {
457
178
  inputs.stage = teamsfx_api_1.Stage.addFeature;
458
179
  const context = utils_1.createContextV3(ctx === null || ctx === void 0 ? void 0 : ctx.projectSettings);
@@ -463,54 +184,7 @@ class FxCore {
463
184
  ctx.projectSettings = context.projectSetting;
464
185
  return teamsfx_api_1.ok(res.value);
465
186
  }
466
- async executeUserTaskV2(func, inputs, ctx) {
467
- var _a, _b, _c, _d, _e, _f;
468
- globalVars_1.setCurrentStage(teamsfx_api_1.Stage.userTask);
469
- inputs.stage = teamsfx_api_1.Stage.userTask;
470
- const namespace = func.namespace;
471
- const array = namespace ? namespace.split("/") : [];
472
- if (inputs.env === environment_1.environmentManager.getLocalEnvName() && (ctx === null || ctx === void 0 ? void 0 : ctx.envInfoV2)) {
473
- ctx.envInfoV2.config.isLocalDebug = true;
474
- }
475
- if ("" !== namespace && array.length > 0) {
476
- if (!ctx || !ctx.solutionV2 || !ctx.envInfoV2) {
477
- const name = tools_1.undefinedName([ctx, ctx === null || ctx === void 0 ? void 0 : ctx.solutionV2, ctx === null || ctx === void 0 ? void 0 : ctx.envInfoV2], ["ctx", "ctx.solutionV2", "ctx.envInfoV2"]);
478
- return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError(`executeUserTask input stuff: ${name}`));
479
- }
480
- if (!ctx.contextV2)
481
- ctx.contextV2 = tools_1.createV2Context(projectSettingsHelper_1.newProjectSettings());
482
- if (ctx.solutionV2.executeUserTask) {
483
- if (!ctx.localSettings)
484
- ctx.localSettings = {};
485
- const res = await ctx.solutionV2.executeUserTask(ctx.contextV2, inputs, func, ctx.localSettings, ctx.envInfoV2, this.tools.tokenProvider);
486
- //for existing app
487
- if (res.isOk() &&
488
- (func.method === "addCapability" || func.method === "addFeature") &&
489
- inputs.capabilities &&
490
- inputs.capabilities.length > 0) {
491
- await ensureBasicFolderStructure(inputs);
492
- }
493
- // reset provisionSucceeded state for all env
494
- if (res.isOk() &&
495
- (func.method === "addCapability" ||
496
- func.method === "addResource" ||
497
- (func.method === "addFeature" &&
498
- inputs[question_1.AzureSolutionQuestionNames.Features] !== question_1.ApiConnectionOptionItem.id &&
499
- inputs[question_1.AzureSolutionQuestionNames.Features] !== question_1.CicdOptionItem.id))) {
500
- if (((_c = (_b = (_a = ctx.envInfoV2) === null || _a === void 0 ? void 0 : _a.state) === null || _b === void 0 ? void 0 : _b.solution) === null || _c === void 0 ? void 0 : _c.provisionSucceeded) === true ||
501
- ((_f = (_e = (_d = ctx.envInfoV2) === null || _d === void 0 ? void 0 : _d.state) === null || _e === void 0 ? void 0 : _e.solution) === null || _f === void 0 ? void 0 : _f.provisionSucceeded) === "true") {
502
- ctx.envInfoV2.state.solution.provisionSucceeded = false;
503
- }
504
- await environment_1.environmentManager.resetProvisionState(inputs, ctx.contextV2);
505
- }
506
- return res;
507
- }
508
- else
509
- return teamsfx_api_1.err(error_1.FunctionRouterError(func));
510
- }
511
- return teamsfx_api_1.err(error_1.FunctionRouterError(func));
512
- }
513
- async executeUserTaskV3(func, inputs, ctx) {
187
+ async executeUserTask(func, inputs, ctx) {
514
188
  if (!ctx)
515
189
  return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("executeUserTask context"));
516
190
  let res = teamsfx_api_1.ok(undefined);
@@ -543,7 +217,7 @@ class FxCore {
543
217
  res = await fx.addFeature(context, inputs);
544
218
  }
545
219
  else if (func.method === "getManifestTemplatePath") {
546
- const path = await utils_3.manifestUtils.getTeamsAppManifestPath(inputs.projectPath);
220
+ const path = await ManifestUtils_1.manifestUtils.getTeamsAppManifestPath(inputs.projectPath);
547
221
  res = teamsfx_api_1.ok(path);
548
222
  }
549
223
  else if (func.method === "validateManifest") {
@@ -569,80 +243,46 @@ class FxCore {
569
243
  }
570
244
  return res;
571
245
  }
572
- async getQuestions(stage, inputs, ctx) {
573
- if (!ctx)
574
- return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("getQuestions input stuff"));
246
+ async getQuestions(stage, inputs) {
575
247
  inputs.stage = teamsfx_api_1.Stage.getQuestions;
576
248
  globalVars_1.setCurrentStage(teamsfx_api_1.Stage.getQuestions);
577
- if (globalVars_1.isV3()) {
578
- const context = utils_1.createContextV3(ctx === null || ctx === void 0 ? void 0 : ctx.projectSettings);
579
- context.envInfo = ctx.envInfoV2;
580
- context.tokenProvider = globalVars_1.TOOLS.tokenProvider;
581
- if (stage === teamsfx_api_1.Stage.publish) {
582
- return await appManifest_1.publishQuestion(inputs);
583
- }
584
- else if (stage === teamsfx_api_1.Stage.create) {
585
- return await questionModel_1.getQuestionsForCreateProjectV2(inputs);
586
- }
587
- else if (stage === teamsfx_api_1.Stage.deploy) {
588
- return await questionV3_1.getQuestionsForDeployV3(context, inputs);
589
- }
590
- else if (stage === teamsfx_api_1.Stage.provision) {
591
- return await questionV3_1.getQuestionsForProvisionV3(context, inputs);
592
- }
593
- return teamsfx_api_1.ok(undefined);
249
+ const context = utils_1.createContextV3();
250
+ if (stage === teamsfx_api_1.Stage.publish) {
251
+ return await appManifest_1.publishQuestion(inputs);
252
+ }
253
+ else if (stage === teamsfx_api_1.Stage.create) {
254
+ return await questionModel_1.getQuestionsForCreateProjectV2(inputs);
255
+ }
256
+ else if (stage === teamsfx_api_1.Stage.deploy) {
257
+ return await questionV3_1.getQuestionsForDeployV3(context, inputs);
594
258
  }
595
- switch (stage) {
596
- case teamsfx_api_1.Stage.create:
597
- delete inputs.projectPath;
598
- return await this._getQuestionsForCreateProjectV2(inputs);
599
- case teamsfx_api_1.Stage.init:
600
- delete inputs.projectPath;
601
- return await this._getQuestionsForInit(inputs);
602
- default:
603
- const contextV2 = ctx.contextV2 ? ctx.contextV2 : tools_1.createV2Context(projectSettingsHelper_1.newProjectSettings());
604
- const solutionV2 = ctx.solutionV2 ? ctx.solutionV2 : await SolutionPluginContainer_1.getAllSolutionPluginsV2()[0];
605
- const envInfoV2 = ctx.envInfoV2
606
- ? ctx.envInfoV2
607
- : { envName: environment_1.environmentManager.getDefaultEnvName(), config: {}, state: {} };
608
- inputs.stage = stage;
609
- return await this._getQuestions(contextV2, solutionV2, stage, inputs, envInfoV2);
259
+ else if (stage === teamsfx_api_1.Stage.provision) {
260
+ return await questionV3_1.getQuestionsForProvisionV3(context, inputs);
610
261
  }
262
+ return teamsfx_api_1.ok(undefined);
611
263
  }
612
264
  async getQuestionsForAddFeature(featureId, inputs) {
613
265
  const res = await questionV3_1.getQuestionsForAddFeatureSubCommand(featureId, inputs);
614
266
  return res;
615
267
  }
616
- async getQuestionsForUserTask(func, inputs, ctx) {
617
- if (!ctx)
618
- return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("getQuestionsForUserTask input stuff"));
268
+ async getQuestionsForUserTask(func, inputs) {
619
269
  inputs.stage = teamsfx_api_1.Stage.getQuestions;
620
270
  globalVars_1.setCurrentStage(teamsfx_api_1.Stage.getQuestions);
621
- if (globalVars_1.isV3()) {
622
- const context = utils_1.createContextV3(ctx === null || ctx === void 0 ? void 0 : ctx.projectSettings);
623
- if (func.method === "addFeature") {
624
- return await questionV3_1.getQuestionsForAddFeatureV3(context, inputs);
625
- }
626
- else if (func.method === "addResource") {
627
- return await questionV3_1.getQuestionsForAddResourceV3(context, inputs);
628
- }
629
- else if (func.method === "addCICDWorkflows") {
630
- return await cicd_1.addCicdQuestion(context, inputs);
631
- }
632
- else if (func.method === "connectExistingApi") {
633
- const apiConnectorImpl = new ApiConnectorImpl_1.ApiConnectorImpl();
634
- return await apiConnectorImpl.generateQuestion(context, inputs);
635
- }
636
- return teamsfx_api_1.ok(undefined);
271
+ const context = utils_1.createContextV3();
272
+ if (func.method === "addFeature") {
273
+ return await questionV3_1.getQuestionsForAddFeatureV3(context, inputs);
637
274
  }
638
- else {
639
- const contextV2 = ctx.contextV2 ? ctx.contextV2 : tools_1.createV2Context(projectSettingsHelper_1.newProjectSettings());
640
- const solutionV2 = ctx.solutionV2 ? ctx.solutionV2 : await SolutionPluginContainer_1.getAllSolutionPluginsV2()[0];
641
- const envInfoV2 = ctx.envInfoV2
642
- ? ctx.envInfoV2
643
- : { envName: environment_1.environmentManager.getDefaultEnvName(), config: {}, state: {} };
644
- return await this._getQuestionsForUserTask(contextV2, solutionV2, func, inputs, envInfoV2);
275
+ else if (func.method === "addResource") {
276
+ return await questionV3_1.getQuestionsForAddResourceV3(context, inputs);
277
+ }
278
+ else if (func.method === "addCICDWorkflows") {
279
+ return await cicd_1.addCicdQuestion(context, inputs);
280
+ }
281
+ else if (func.method === "connectExistingApi") {
282
+ const apiConnectorImpl = new ApiConnectorImpl_1.ApiConnectorImpl();
283
+ return await apiConnectorImpl.generateQuestion(context, inputs);
645
284
  }
285
+ return teamsfx_api_1.ok(undefined);
646
286
  }
647
287
  async getProjectConfig(inputs, ctx) {
648
288
  var _a, _b;
@@ -683,22 +323,7 @@ class FxCore {
683
323
  }
684
324
  return teamsfx_api_1.ok(config);
685
325
  }
686
- async grantPermission(inputs) {
687
- if (globalVars_1.isV3())
688
- return this.grantPermissionV3(inputs);
689
- else
690
- return this.grantPermissionV2(inputs);
691
- }
692
- async grantPermissionV2(inputs, ctx) {
693
- globalVars_1.setCurrentStage(teamsfx_api_1.Stage.grantPermission);
694
- inputs.stage = teamsfx_api_1.Stage.grantPermission;
695
- const projectPath = inputs.projectPath;
696
- if (!projectPath) {
697
- return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("projectPath"));
698
- }
699
- return ctx.solutionV2.grantPermission(ctx.contextV2, Object.assign(Object.assign({}, inputs), { projectPath: projectPath }), ctx.envInfoV2, this.tools.tokenProvider);
700
- }
701
- async grantPermissionV3(inputs, ctx) {
326
+ async grantPermission(inputs, ctx) {
702
327
  globalVars_1.setCurrentStage(teamsfx_api_1.Stage.grantPermission);
703
328
  inputs.stage = teamsfx_api_1.Stage.grantPermission;
704
329
  const projectPath = inputs.projectPath;
@@ -713,22 +338,7 @@ class FxCore {
713
338
  }
714
339
  return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("ctx, contextV2, envInfoV3"));
715
340
  }
716
- async checkPermission(inputs) {
717
- if (globalVars_1.isV3())
718
- return this.checkPermissionV3(inputs);
719
- else
720
- return this.checkPermissionV2(inputs);
721
- }
722
- async checkPermissionV2(inputs, ctx) {
723
- globalVars_1.setCurrentStage(teamsfx_api_1.Stage.checkPermission);
724
- inputs.stage = teamsfx_api_1.Stage.checkPermission;
725
- const projectPath = inputs.projectPath;
726
- if (!projectPath) {
727
- return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("projectPath"));
728
- }
729
- return ctx.solutionV2.checkPermission(ctx.contextV2, Object.assign(Object.assign({}, inputs), { projectPath: projectPath }), ctx.envInfoV2, this.tools.tokenProvider);
730
- }
731
- async checkPermissionV3(inputs, ctx) {
341
+ async checkPermission(inputs, ctx) {
732
342
  globalVars_1.setCurrentStage(teamsfx_api_1.Stage.checkPermission);
733
343
  inputs.stage = teamsfx_api_1.Stage.checkPermission;
734
344
  const projectPath = inputs.projectPath;
@@ -743,22 +353,7 @@ class FxCore {
743
353
  }
744
354
  return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("ctx, contextV2, envInfoV3"));
745
355
  }
746
- async listCollaborator(inputs) {
747
- if (globalVars_1.isV3())
748
- return this.listCollaboratorV3(inputs);
749
- else
750
- return this.listCollaboratorV2(inputs);
751
- }
752
- async listCollaboratorV2(inputs, ctx) {
753
- globalVars_1.setCurrentStage(teamsfx_api_1.Stage.listCollaborator);
754
- inputs.stage = teamsfx_api_1.Stage.listCollaborator;
755
- const projectPath = inputs.projectPath;
756
- if (!projectPath) {
757
- return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("projectPath"));
758
- }
759
- return ctx.solutionV2.listCollaborator(ctx.contextV2, Object.assign(Object.assign({}, inputs), { projectPath: projectPath }), ctx.envInfoV2, this.tools.tokenProvider);
760
- }
761
- async listCollaboratorV3(inputs, ctx) {
356
+ async listCollaborator(inputs, ctx) {
762
357
  globalVars_1.setCurrentStage(teamsfx_api_1.Stage.listCollaborator);
763
358
  inputs.stage = teamsfx_api_1.Stage.listCollaborator;
764
359
  const projectPath = inputs.projectPath;
@@ -814,40 +409,11 @@ class FxCore {
814
409
  }
815
410
  inputs.sourceEnvName = createEnvCopyInput.sourceEnvName;
816
411
  inputs.targetEnvName = createEnvCopyInput.targetEnvName;
817
- if (!ctx.solutionV2 || !ctx.contextV2)
818
- return teamsfx_api_1.err(new error_1.ObjectIsUndefinedError("ctx.solutionV2, ctx.contextV2"));
819
- if (ctx.solutionV2.createEnv) {
820
- inputs.copy = true;
821
- return await ctx.solutionV2.createEnv(ctx.contextV2, inputs);
412
+ if (!local_1.ProjectSettingsHelper.isSpfx(ctx.projectSettings)) {
413
+ await arm_1.copyParameterJson(inputs.projectPath, ctx.projectSettings.appName, inputs.targetEnvName, inputs.sourceEnvName);
822
414
  }
823
415
  return teamsfx_api_1.ok(teamsfx_api_1.Void);
824
416
  }
825
- // async createEnvWithName(
826
- // targetEnvName: string,
827
- // projectSettings: ProjectSettings,
828
- // inputs: Inputs,
829
- // existingTabEndpoint?: string
830
- // ): Promise<Result<Void, FxError>> {
831
- // let appName = projectSettings.appName;
832
- // if (targetEnvName === environmentManager.getLocalEnvName()) {
833
- // appName = getLocalAppName(appName);
834
- // }
835
- // const newEnvConfig = environmentManager.newEnvConfigData(appName, existingTabEndpoint);
836
- // const writeEnvResult = await environmentManager.writeEnvConfig(
837
- // inputs.projectPath!,
838
- // newEnvConfig,
839
- // targetEnvName
840
- // );
841
- // if (writeEnvResult.isErr()) {
842
- // return err(writeEnvResult.error);
843
- // }
844
- // this.tools.logProvider.debug(
845
- // `[core] persist ${targetEnvName} env state to path ${writeEnvResult.value}: ${JSON.stringify(
846
- // newEnvConfig
847
- // )}`
848
- // );
849
- // return ok(Void);
850
- // }
851
417
  async createEnvCopy(targetEnvName, sourceEnvName, inputs, core) {
852
418
  // copy env config file
853
419
  const targetEnvConfigFilePath = environment_1.environmentManager.getEnvConfigPath(targetEnvName, inputs.projectPath);
@@ -877,7 +443,6 @@ class FxCore {
877
443
  if (envConfigs.isErr() || envConfigs.value.indexOf(env) < 0) {
878
444
  return teamsfx_api_1.err(error_1.NonExistEnvNameError(env));
879
445
  }
880
- const core = ctx.self;
881
446
  const solutionContext = await envInfoLoader_1.loadSolutionContext(inputs, ctx.projectSettings, env);
882
447
  if (!solutionContext.isErr()) {
883
448
  ctx.provisionInputConfig = solutionContext.value.envInfo.config;
@@ -920,9 +485,7 @@ class FxCore {
920
485
  // create ProjectSettings
921
486
  const projectSettings = projectSettingsHelper_1.newProjectSettings();
922
487
  projectSettings.appName = appName;
923
- if (globalVars_1.isV3()) {
924
- projectSettings.components = [];
925
- }
488
+ projectSettings.components = [];
926
489
  ctx.projectSettings = projectSettings;
927
490
  // create folder structure
928
491
  await fs.ensureDir(path.join(projectPath, `.${teamsfx_api_1.ConfigFolderName}`));
@@ -972,82 +535,12 @@ class FxCore {
972
535
  return result;
973
536
  }
974
537
  }
975
- tslib_1.__decorate([
976
- hooks_1.hooks([
977
- errorHandler_1.ErrorHandlerMW,
978
- questionModel_1.QuestionModelMW,
979
- contextInjector_1.ContextInjectorMW,
980
- projectSettingsWriter_1.ProjectSettingsWriterMW,
981
- envInfoWriter_1.EnvInfoWriterMW(true),
982
- ]),
983
- tslib_1.__metadata("design:type", Function),
984
- tslib_1.__metadata("design:paramtypes", [Object, Object]),
985
- tslib_1.__metadata("design:returntype", Promise)
986
- ], FxCore.prototype, "createProjectV2", null);
987
538
  tslib_1.__decorate([
988
539
  hooks_1.hooks([errorHandler_1.ErrorHandlerMW, contextInjector_1.ContextInjectorMW, projectSettingsWriter_1.ProjectSettingsWriterMW]),
989
540
  tslib_1.__metadata("design:type", Function),
990
541
  tslib_1.__metadata("design:paramtypes", [Object, Object]),
991
542
  tslib_1.__metadata("design:returntype", Promise)
992
- ], FxCore.prototype, "createProjectV3", null);
993
- tslib_1.__decorate([
994
- hooks_1.hooks([
995
- errorHandler_1.ErrorHandlerMW,
996
- concurrentLocker_1.ConcurrentLockerMW,
997
- projectMigrator_1.ProjectMigratorMW,
998
- consolidateLocalRemote_1.ProjectConsolidateMW,
999
- aadManifestMigration_1.AadManifestMigrationMW,
1000
- projectVersionChecker_1.ProjectVersionCheckerMW,
1001
- projectSettingsLoader_1.ProjectSettingsLoaderMW,
1002
- envInfoLoader_1.EnvInfoLoaderMW(false),
1003
- solutionLoader_1.SolutionLoaderMW,
1004
- questionModel_1.QuestionModelMW,
1005
- contextInjector_1.ContextInjectorMW,
1006
- projectSettingsWriter_1.ProjectSettingsWriterMW,
1007
- envInfoWriter_1.EnvInfoWriterMW(),
1008
- ]),
1009
- tslib_1.__metadata("design:type", Function),
1010
- tslib_1.__metadata("design:paramtypes", [Object, Object]),
1011
- tslib_1.__metadata("design:returntype", Promise)
1012
- ], FxCore.prototype, "provisionResourcesV2", null);
1013
- tslib_1.__decorate([
1014
- hooks_1.hooks([
1015
- errorHandler_1.ErrorHandlerMW,
1016
- concurrentLocker_1.ConcurrentLockerMW,
1017
- projectMigrator_1.ProjectMigratorMW,
1018
- consolidateLocalRemote_1.ProjectConsolidateMW,
1019
- aadManifestMigration_1.AadManifestMigrationMW,
1020
- projectVersionChecker_1.ProjectVersionCheckerMW,
1021
- projectSettingsLoader_1.ProjectSettingsLoaderMW,
1022
- envInfoLoaderV3_1.EnvInfoLoaderMW_V3(false),
1023
- contextInjector_1.ContextInjectorMW,
1024
- projectSettingsWriter_1.ProjectSettingsWriterMW,
1025
- envInfoWriterV3_1.EnvInfoWriterMW_V3(),
1026
- ]),
1027
- tslib_1.__metadata("design:type", Function),
1028
- tslib_1.__metadata("design:paramtypes", [Object, Object]),
1029
- tslib_1.__metadata("design:returntype", Promise)
1030
- ], FxCore.prototype, "provisionResourcesV3", null);
1031
- tslib_1.__decorate([
1032
- hooks_1.hooks([
1033
- errorHandler_1.ErrorHandlerMW,
1034
- concurrentLocker_1.ConcurrentLockerMW,
1035
- projectMigrator_1.ProjectMigratorMW,
1036
- consolidateLocalRemote_1.ProjectConsolidateMW,
1037
- aadManifestMigration_1.AadManifestMigrationMW,
1038
- projectVersionChecker_1.ProjectVersionCheckerMW,
1039
- projectSettingsLoader_1.ProjectSettingsLoaderMW,
1040
- envInfoLoader_1.EnvInfoLoaderMW(false),
1041
- solutionLoader_1.SolutionLoaderMW,
1042
- questionModel_1.QuestionModelMW,
1043
- contextInjector_1.ContextInjectorMW,
1044
- projectSettingsWriter_1.ProjectSettingsWriterMW,
1045
- envInfoWriter_1.EnvInfoWriterMW(),
1046
- ]),
1047
- tslib_1.__metadata("design:type", Function),
1048
- tslib_1.__metadata("design:paramtypes", [Object, Object]),
1049
- tslib_1.__metadata("design:returntype", Promise)
1050
- ], FxCore.prototype, "deployArtifactsV2", null);
543
+ ], FxCore.prototype, "createProject", null);
1051
544
  tslib_1.__decorate([
1052
545
  hooks_1.hooks([
1053
546
  errorHandler_1.ErrorHandlerMW,
@@ -1065,27 +558,7 @@ tslib_1.__decorate([
1065
558
  tslib_1.__metadata("design:type", Function),
1066
559
  tslib_1.__metadata("design:paramtypes", [Object, Object]),
1067
560
  tslib_1.__metadata("design:returntype", Promise)
1068
- ], FxCore.prototype, "deployArtifactsV3", null);
1069
- tslib_1.__decorate([
1070
- hooks_1.hooks([
1071
- errorHandler_1.ErrorHandlerMW,
1072
- concurrentLocker_1.ConcurrentLockerMW,
1073
- projectMigrator_1.ProjectMigratorMW,
1074
- consolidateLocalRemote_1.ProjectConsolidateMW,
1075
- aadManifestMigration_1.AadManifestMigrationMW,
1076
- projectVersionChecker_1.ProjectVersionCheckerMW,
1077
- projectSettingsLoader_1.ProjectSettingsLoaderMW,
1078
- envInfoLoader_1.EnvInfoLoaderMW(true),
1079
- solutionLoader_1.SolutionLoaderMW,
1080
- questionModel_1.QuestionModelMW,
1081
- contextInjector_1.ContextInjectorMW,
1082
- projectSettingsWriter_1.ProjectSettingsWriterMW,
1083
- envInfoWriter_1.EnvInfoWriterMW(true),
1084
- ]),
1085
- tslib_1.__metadata("design:type", Function),
1086
- tslib_1.__metadata("design:paramtypes", [Object, Object]),
1087
- tslib_1.__metadata("design:returntype", Promise)
1088
- ], FxCore.prototype, "localDebugV2", null);
561
+ ], FxCore.prototype, "provisionResources", null);
1089
562
  tslib_1.__decorate([
1090
563
  hooks_1.hooks([
1091
564
  errorHandler_1.ErrorHandlerMW,
@@ -1103,27 +576,7 @@ tslib_1.__decorate([
1103
576
  tslib_1.__metadata("design:type", Function),
1104
577
  tslib_1.__metadata("design:paramtypes", [Object, Object]),
1105
578
  tslib_1.__metadata("design:returntype", Promise)
1106
- ], FxCore.prototype, "localDebugV3", null);
1107
- tslib_1.__decorate([
1108
- hooks_1.hooks([
1109
- errorHandler_1.ErrorHandlerMW,
1110
- concurrentLocker_1.ConcurrentLockerMW,
1111
- projectMigrator_1.ProjectMigratorMW,
1112
- consolidateLocalRemote_1.ProjectConsolidateMW,
1113
- aadManifestMigration_1.AadManifestMigrationMW,
1114
- projectVersionChecker_1.ProjectVersionCheckerMW,
1115
- projectSettingsLoader_1.ProjectSettingsLoaderMW,
1116
- envInfoLoader_1.EnvInfoLoaderMW(false),
1117
- solutionLoader_1.SolutionLoaderMW,
1118
- questionModel_1.QuestionModelMW,
1119
- contextInjector_1.ContextInjectorMW,
1120
- projectSettingsWriter_1.ProjectSettingsWriterMW,
1121
- envInfoWriter_1.EnvInfoWriterMW(),
1122
- ]),
1123
- tslib_1.__metadata("design:type", Function),
1124
- tslib_1.__metadata("design:paramtypes", [Object, Object]),
1125
- tslib_1.__metadata("design:returntype", Promise)
1126
- ], FxCore.prototype, "publishApplicationV2", null);
579
+ ], FxCore.prototype, "deployArtifacts", null);
1127
580
  tslib_1.__decorate([
1128
581
  hooks_1.hooks([
1129
582
  errorHandler_1.ErrorHandlerMW,
@@ -1141,7 +594,7 @@ tslib_1.__decorate([
1141
594
  tslib_1.__metadata("design:type", Function),
1142
595
  tslib_1.__metadata("design:paramtypes", [Object, Object]),
1143
596
  tslib_1.__metadata("design:returntype", Promise)
1144
- ], FxCore.prototype, "publishApplicationV3", null);
597
+ ], FxCore.prototype, "publishApplication", null);
1145
598
  tslib_1.__decorate([
1146
599
  hooks_1.hooks([
1147
600
  errorHandler_1.ErrorHandlerMW,
@@ -1160,26 +613,6 @@ tslib_1.__decorate([
1160
613
  tslib_1.__metadata("design:paramtypes", [Object, Object]),
1161
614
  tslib_1.__metadata("design:returntype", Promise)
1162
615
  ], FxCore.prototype, "addFeature", null);
1163
- tslib_1.__decorate([
1164
- hooks_1.hooks([
1165
- errorHandler_1.ErrorHandlerMW,
1166
- concurrentLocker_1.ConcurrentLockerMW,
1167
- projectMigrator_1.ProjectMigratorMW,
1168
- consolidateLocalRemote_1.ProjectConsolidateMW,
1169
- aadManifestMigration_1.AadManifestMigrationMW,
1170
- projectVersionChecker_1.ProjectVersionCheckerMW,
1171
- projectSettingsLoader_1.ProjectSettingsLoaderMW,
1172
- envInfoLoader_1.EnvInfoLoaderMW(false),
1173
- solutionLoader_1.SolutionLoaderMW,
1174
- questionModel_1.QuestionModelMW,
1175
- contextInjector_1.ContextInjectorMW,
1176
- projectSettingsWriter_1.ProjectSettingsWriterMW,
1177
- envInfoWriter_1.EnvInfoWriterMW(),
1178
- ]),
1179
- tslib_1.__metadata("design:type", Function),
1180
- tslib_1.__metadata("design:paramtypes", [Object, Object, Object]),
1181
- tslib_1.__metadata("design:returntype", Promise)
1182
- ], FxCore.prototype, "executeUserTaskV2", null);
1183
616
  tslib_1.__decorate([
1184
617
  hooks_1.hooks([
1185
618
  errorHandler_1.ErrorHandlerMW,
@@ -1197,33 +630,17 @@ tslib_1.__decorate([
1197
630
  tslib_1.__metadata("design:type", Function),
1198
631
  tslib_1.__metadata("design:paramtypes", [Object, Object, Object]),
1199
632
  tslib_1.__metadata("design:returntype", Promise)
1200
- ], FxCore.prototype, "executeUserTaskV3", null);
633
+ ], FxCore.prototype, "executeUserTask", null);
1201
634
  tslib_1.__decorate([
1202
- hooks_1.hooks([
1203
- errorHandler_1.ErrorHandlerMW,
1204
- concurrentLocker_1.ConcurrentLockerMW,
1205
- projectSettingsLoader_1.ProjectSettingsLoaderMW,
1206
- envInfoLoader_1.EnvInfoLoaderMW(true),
1207
- solutionLoader_1.SolutionLoaderMW,
1208
- contextInjector_1.ContextInjectorMW,
1209
- envInfoWriter_1.EnvInfoWriterMW(),
1210
- ]),
635
+ hooks_1.hooks([errorHandler_1.ErrorHandlerMW]),
1211
636
  tslib_1.__metadata("design:type", Function),
1212
- tslib_1.__metadata("design:paramtypes", [String, Object, Object]),
637
+ tslib_1.__metadata("design:paramtypes", [String, Object]),
1213
638
  tslib_1.__metadata("design:returntype", Promise)
1214
639
  ], FxCore.prototype, "getQuestions", null);
1215
640
  tslib_1.__decorate([
1216
- hooks_1.hooks([
1217
- errorHandler_1.ErrorHandlerMW,
1218
- concurrentLocker_1.ConcurrentLockerMW,
1219
- projectSettingsLoader_1.ProjectSettingsLoaderMW,
1220
- envInfoLoader_1.EnvInfoLoaderMW(true),
1221
- solutionLoader_1.SolutionLoaderMW,
1222
- contextInjector_1.ContextInjectorMW,
1223
- envInfoWriter_1.EnvInfoWriterMW(),
1224
- ]),
641
+ hooks_1.hooks([errorHandler_1.ErrorHandlerMW]),
1225
642
  tslib_1.__metadata("design:type", Function),
1226
- tslib_1.__metadata("design:paramtypes", [Object, Object, Object]),
643
+ tslib_1.__metadata("design:paramtypes", [Object, Object]),
1227
644
  tslib_1.__metadata("design:returntype", Promise)
1228
645
  ], FxCore.prototype, "getQuestionsForUserTask", null);
1229
646
  tslib_1.__decorate([
@@ -1257,24 +674,6 @@ tslib_1.__decorate([
1257
674
  tslib_1.__metadata("design:paramtypes", [Object, Object]),
1258
675
  tslib_1.__metadata("design:returntype", Promise)
1259
676
  ], FxCore.prototype, "getProjectConfigV3", null);
1260
- tslib_1.__decorate([
1261
- hooks_1.hooks([
1262
- errorHandler_1.ErrorHandlerMW,
1263
- concurrentLocker_1.ConcurrentLockerMW,
1264
- projectMigrator_1.ProjectMigratorMW,
1265
- consolidateLocalRemote_1.ProjectConsolidateMW,
1266
- aadManifestMigration_1.AadManifestMigrationMW,
1267
- projectVersionChecker_1.ProjectVersionCheckerMW,
1268
- projectSettingsLoader_1.ProjectSettingsLoaderMW,
1269
- envInfoLoader_1.EnvInfoLoaderMW(false),
1270
- solutionLoader_1.SolutionLoaderMW,
1271
- questionModel_1.QuestionModelMW,
1272
- contextInjector_1.ContextInjectorMW,
1273
- ]),
1274
- tslib_1.__metadata("design:type", Function),
1275
- tslib_1.__metadata("design:paramtypes", [Object, Object]),
1276
- tslib_1.__metadata("design:returntype", Promise)
1277
- ], FxCore.prototype, "grantPermissionV2", null);
1278
677
  tslib_1.__decorate([
1279
678
  hooks_1.hooks([
1280
679
  errorHandler_1.ErrorHandlerMW,
@@ -1291,25 +690,7 @@ tslib_1.__decorate([
1291
690
  tslib_1.__metadata("design:type", Function),
1292
691
  tslib_1.__metadata("design:paramtypes", [Object, Object]),
1293
692
  tslib_1.__metadata("design:returntype", Promise)
1294
- ], FxCore.prototype, "grantPermissionV3", null);
1295
- tslib_1.__decorate([
1296
- hooks_1.hooks([
1297
- errorHandler_1.ErrorHandlerMW,
1298
- concurrentLocker_1.ConcurrentLockerMW,
1299
- projectMigrator_1.ProjectMigratorMW,
1300
- consolidateLocalRemote_1.ProjectConsolidateMW,
1301
- aadManifestMigration_1.AadManifestMigrationMW,
1302
- projectVersionChecker_1.ProjectVersionCheckerMW,
1303
- projectSettingsLoader_1.ProjectSettingsLoaderMW,
1304
- envInfoLoader_1.EnvInfoLoaderMW(false),
1305
- solutionLoader_1.SolutionLoaderMW,
1306
- questionModel_1.QuestionModelMW,
1307
- contextInjector_1.ContextInjectorMW,
1308
- ]),
1309
- tslib_1.__metadata("design:type", Function),
1310
- tslib_1.__metadata("design:paramtypes", [Object, Object]),
1311
- tslib_1.__metadata("design:returntype", Promise)
1312
- ], FxCore.prototype, "checkPermissionV2", null);
693
+ ], FxCore.prototype, "grantPermission", null);
1313
694
  tslib_1.__decorate([
1314
695
  hooks_1.hooks([
1315
696
  errorHandler_1.ErrorHandlerMW,
@@ -1325,25 +706,7 @@ tslib_1.__decorate([
1325
706
  tslib_1.__metadata("design:type", Function),
1326
707
  tslib_1.__metadata("design:paramtypes", [Object, Object]),
1327
708
  tslib_1.__metadata("design:returntype", Promise)
1328
- ], FxCore.prototype, "checkPermissionV3", null);
1329
- tslib_1.__decorate([
1330
- hooks_1.hooks([
1331
- errorHandler_1.ErrorHandlerMW,
1332
- concurrentLocker_1.ConcurrentLockerMW,
1333
- projectMigrator_1.ProjectMigratorMW,
1334
- consolidateLocalRemote_1.ProjectConsolidateMW,
1335
- aadManifestMigration_1.AadManifestMigrationMW,
1336
- projectVersionChecker_1.ProjectVersionCheckerMW,
1337
- projectSettingsLoader_1.ProjectSettingsLoaderMW,
1338
- envInfoLoader_1.EnvInfoLoaderMW(false),
1339
- solutionLoader_1.SolutionLoaderMW,
1340
- questionModel_1.QuestionModelMW,
1341
- contextInjector_1.ContextInjectorMW,
1342
- ]),
1343
- tslib_1.__metadata("design:type", Function),
1344
- tslib_1.__metadata("design:paramtypes", [Object, Object]),
1345
- tslib_1.__metadata("design:returntype", Promise)
1346
- ], FxCore.prototype, "listCollaboratorV2", null);
709
+ ], FxCore.prototype, "checkPermission", null);
1347
710
  tslib_1.__decorate([
1348
711
  hooks_1.hooks([
1349
712
  errorHandler_1.ErrorHandlerMW,
@@ -1359,7 +722,7 @@ tslib_1.__decorate([
1359
722
  tslib_1.__metadata("design:type", Function),
1360
723
  tslib_1.__metadata("design:paramtypes", [Object, Object]),
1361
724
  tslib_1.__metadata("design:returntype", Promise)
1362
- ], FxCore.prototype, "listCollaboratorV3", null);
725
+ ], FxCore.prototype, "listCollaborator", null);
1363
726
  tslib_1.__decorate([
1364
727
  hooks_1.hooks([
1365
728
  errorHandler_1.ErrorHandlerMW,
@@ -1401,8 +764,7 @@ tslib_1.__decorate([
1401
764
  errorHandler_1.ErrorHandlerMW,
1402
765
  concurrentLocker_1.ConcurrentLockerMW,
1403
766
  projectSettingsLoader_1.ProjectSettingsLoaderMW,
1404
- solutionLoader_1.SolutionLoaderMW,
1405
- envInfoLoader_1.EnvInfoLoaderMW(true),
767
+ envInfoLoaderV3_1.EnvInfoLoaderMW_V3(true),
1406
768
  contextInjector_1.ContextInjectorMW,
1407
769
  ]),
1408
770
  tslib_1.__metadata("design:type", Function),
@@ -1418,7 +780,6 @@ tslib_1.__decorate([
1418
780
  aadManifestMigration_1.AadManifestMigrationMW,
1419
781
  projectVersionChecker_1.ProjectVersionCheckerMW,
1420
782
  projectSettingsLoader_1.ProjectSettingsLoaderMW,
1421
- solutionLoader_1.SolutionLoaderMW,
1422
783
  contextInjector_1.ContextInjectorMW,
1423
784
  projectSettingsWriter_1.ProjectSettingsWriterMW,
1424
785
  ]),
@@ -1427,7 +788,7 @@ tslib_1.__decorate([
1427
788
  tslib_1.__metadata("design:returntype", Promise)
1428
789
  ], FxCore.prototype, "activateEnv", null);
1429
790
  tslib_1.__decorate([
1430
- hooks_1.hooks([errorHandler_1.ErrorHandlerMW, questionModel_1.QuestionModelMW, contextInjector_1.ContextInjectorMW, projectSettingsWriter_1.ProjectSettingsWriterMW]),
791
+ hooks_1.hooks([errorHandler_1.ErrorHandlerMW, contextInjector_1.ContextInjectorMW, projectSettingsWriter_1.ProjectSettingsWriterMW]),
1431
792
  tslib_1.__metadata("design:type", Function),
1432
793
  tslib_1.__metadata("design:paramtypes", [Object, Object]),
1433
794
  tslib_1.__metadata("design:returntype", Promise)