@microsoft/teamsfx-core 1.16.2 → 1.16.3-alpha.0d47bc042.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 (2189) 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 +2 -2
  23. package/build/common/constants.d.ts.map +1 -1
  24. package/build/common/constants.js +2 -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 +1 -1
  51. package/build/common/featureFlags.d.ts.map +1 -1
  52. package/build/common/featureFlags.js +5 -5
  53. package/build/common/featureFlags.js.map +1 -1
  54. package/build/common/local/constants.d.ts +69 -0
  55. package/build/common/local/constants.d.ts.map +1 -1
  56. package/build/common/local/constants.js +70 -1
  57. package/build/common/local/constants.js.map +1 -1
  58. package/build/common/local/localEnvManager.d.ts +6 -3
  59. package/build/common/local/localEnvManager.d.ts.map +1 -1
  60. package/build/common/local/localEnvManager.js +19 -27
  61. package/build/common/local/localEnvManager.js.map +1 -1
  62. package/build/common/local/localEnvProvider.d.ts.map +1 -1
  63. package/build/common/local/localEnvProvider.js +1 -1
  64. package/build/common/local/localEnvProvider.js.map +1 -1
  65. package/build/common/local/projectSettingsHelper.d.ts.map +1 -1
  66. package/build/common/local/projectSettingsHelper.js +11 -51
  67. package/build/common/local/projectSettingsHelper.js.map +1 -1
  68. package/build/common/localStateProvider.d.ts.map +1 -1
  69. package/build/common/localStateProvider.js +1 -2
  70. package/build/common/localStateProvider.js.map +1 -1
  71. package/build/common/projectSettingsHelper.js +8 -9
  72. package/build/common/projectSettingsHelper.js.map +1 -1
  73. package/build/common/samples-config.json +24 -22
  74. package/build/common/telemetry.d.ts +4 -1
  75. package/build/common/telemetry.d.ts.map +1 -1
  76. package/build/common/telemetry.js +3 -0
  77. package/build/common/telemetry.js.map +1 -1
  78. package/build/common/templates-config.json +2 -2
  79. package/build/common/tools.d.ts +4 -0
  80. package/build/common/tools.d.ts.map +1 -1
  81. package/build/common/tools.js +56 -28
  82. package/build/common/tools.js.map +1 -1
  83. package/build/component/arm.d.ts +38 -0
  84. package/build/component/arm.d.ts.map +1 -0
  85. package/build/component/arm.js +637 -0
  86. package/build/component/arm.js.map +1 -0
  87. package/build/component/bicep.js +1 -1
  88. package/build/component/bicep.js.map +1 -1
  89. package/build/component/code/api/apiCode.d.ts +13 -0
  90. package/build/component/code/api/apiCode.d.ts.map +1 -0
  91. package/build/component/code/api/apiCode.js +153 -0
  92. package/build/component/code/api/apiCode.js.map +1 -0
  93. package/build/component/code/api/depsChecker/funcHelper.d.ts +11 -0
  94. package/build/component/code/api/depsChecker/funcHelper.d.ts.map +1 -0
  95. package/build/component/code/api/depsChecker/funcHelper.js +55 -0
  96. package/build/component/code/api/depsChecker/funcHelper.js.map +1 -0
  97. package/build/component/code/api/depsChecker/funcPluginLogger.d.ts +17 -0
  98. package/build/component/code/api/depsChecker/funcPluginLogger.d.ts.map +1 -0
  99. package/build/component/code/api/depsChecker/funcPluginLogger.js +52 -0
  100. package/build/component/code/api/depsChecker/funcPluginLogger.js.map +1 -0
  101. package/build/component/code/api/depsChecker/funcPluginTelemetry.d.ts +15 -0
  102. package/build/component/code/api/depsChecker/funcPluginTelemetry.d.ts.map +1 -0
  103. package/build/component/code/api/depsChecker/funcPluginTelemetry.js +53 -0
  104. package/build/component/code/api/depsChecker/funcPluginTelemetry.js.map +1 -0
  105. package/build/component/code/api/enums.d.ts +11 -0
  106. package/build/component/code/api/enums.d.ts.map +1 -0
  107. package/build/component/code/api/enums.js +18 -0
  108. package/build/component/code/api/enums.js.map +1 -0
  109. package/build/component/code/api/language-strategy.d.ts +15 -0
  110. package/build/component/code/api/language-strategy.d.ts.map +1 -0
  111. package/build/component/code/api/language-strategy.js +51 -0
  112. package/build/component/code/api/language-strategy.js.map +1 -0
  113. package/build/component/code/api/scaffold.d.ts +13 -0
  114. package/build/component/code/api/scaffold.d.ts.map +1 -0
  115. package/build/component/code/api/scaffold.js +83 -0
  116. package/build/component/code/api/scaffold.js.map +1 -0
  117. package/build/component/code/api/telemetry-helper.d.ts +20 -0
  118. package/build/component/code/api/telemetry-helper.d.ts.map +1 -0
  119. package/build/component/code/api/telemetry-helper.js +43 -0
  120. package/build/component/code/api/telemetry-helper.js.map +1 -0
  121. package/build/component/code/appSettingUtils.js +2 -2
  122. package/build/component/code/appSettingUtils.js.map +1 -1
  123. package/build/component/code/botCode.d.ts +0 -3
  124. package/build/component/code/botCode.d.ts.map +1 -1
  125. package/build/component/code/botCode.js +18 -28
  126. package/build/component/code/botCode.js.map +1 -1
  127. package/build/component/code/constants.d.ts +32 -0
  128. package/build/component/code/constants.d.ts.map +1 -0
  129. package/build/component/code/constants.js +38 -0
  130. package/build/component/code/constants.js.map +1 -0
  131. package/build/component/code/error.d.ts +11 -0
  132. package/build/component/code/error.d.ts.map +1 -0
  133. package/build/component/code/error.js +41 -0
  134. package/build/component/code/error.js.map +1 -0
  135. package/build/component/code/spfxTabCode.d.ts +2 -2
  136. package/build/component/code/spfxTabCode.d.ts.map +1 -1
  137. package/build/component/code/spfxTabCode.js +23 -38
  138. package/build/component/code/spfxTabCode.js.map +1 -1
  139. package/build/component/code/tab/constants.d.ts +7 -0
  140. package/build/component/code/tab/constants.d.ts.map +1 -0
  141. package/build/component/code/tab/constants.js +17 -0
  142. package/build/component/code/tab/constants.js.map +1 -0
  143. package/build/component/code/tab/deploy.d.ts +16 -0
  144. package/build/component/code/tab/deploy.d.ts.map +1 -0
  145. package/build/component/code/tab/deploy.js +95 -0
  146. package/build/component/code/tab/deploy.js.map +1 -0
  147. package/build/component/code/tab/env.d.ts +23 -0
  148. package/build/component/code/tab/env.d.ts.map +1 -0
  149. package/build/component/code/tab/env.js +101 -0
  150. package/build/component/code/tab/env.js.map +1 -0
  151. package/build/component/code/{tabCode.d.ts → tab/tabCode.d.ts} +0 -0
  152. package/build/component/code/tab/tabCode.d.ts.map +1 -0
  153. package/build/component/code/tab/tabCode.js +246 -0
  154. package/build/component/code/tab/tabCode.js.map +1 -0
  155. package/build/component/code/utils.js +2 -2
  156. package/build/component/code/utils.js.map +1 -1
  157. package/build/component/constant/commonConstant.d.ts +6 -0
  158. package/build/component/constant/commonConstant.d.ts.map +1 -0
  159. package/build/component/constant/commonConstant.js +12 -0
  160. package/build/component/constant/commonConstant.js.map +1 -0
  161. package/build/component/constant/deployConstant.d.ts +16 -0
  162. package/build/component/constant/deployConstant.d.ts.map +1 -0
  163. package/build/component/constant/deployConstant.js +36 -0
  164. package/build/component/constant/deployConstant.js.map +1 -0
  165. package/build/component/constants.d.ts +359 -0
  166. package/build/component/constants.d.ts.map +1 -1
  167. package/build/component/constants.js +657 -2
  168. package/build/component/constants.js.map +1 -1
  169. package/build/component/coordinator/index.d.ts +12 -0
  170. package/build/component/coordinator/index.d.ts.map +1 -0
  171. package/build/component/coordinator/index.js +162 -0
  172. package/build/component/coordinator/index.js.map +1 -0
  173. package/build/component/coordinator/lifecycleStage.d.ts +2 -0
  174. package/build/component/coordinator/lifecycleStage.d.ts.map +1 -0
  175. package/build/component/coordinator/lifecycleStage.js +23 -0
  176. package/build/component/coordinator/lifecycleStage.js.map +1 -0
  177. package/build/component/core.d.ts +14 -7
  178. package/build/component/core.d.ts.map +1 -1
  179. package/build/component/core.js +79 -67
  180. package/build/component/core.js.map +1 -1
  181. package/build/{plugins/solution/fx-solution → component}/debug/constants.d.ts +0 -0
  182. package/build/component/debug/constants.d.ts.map +1 -0
  183. package/build/{plugins/solution/fx-solution → component}/debug/constants.js +0 -0
  184. package/build/component/debug/constants.js.map +1 -0
  185. package/build/{plugins/solution/fx-solution → component}/debug/error.d.ts +0 -0
  186. package/build/component/debug/error.d.ts.map +1 -0
  187. package/build/component/debug/error.js +49 -0
  188. package/build/component/debug/error.js.map +1 -0
  189. package/build/component/debug/index.d.ts +30 -0
  190. package/build/component/debug/index.d.ts.map +1 -0
  191. package/build/component/debug/index.js +541 -0
  192. package/build/component/debug/index.js.map +1 -0
  193. package/build/{plugins/solution/fx-solution → component}/debug/util/codespace.d.ts +0 -0
  194. package/build/component/debug/util/codespace.d.ts.map +1 -0
  195. package/build/{plugins/solution/fx-solution → component}/debug/util/codespace.js +0 -0
  196. package/build/component/debug/util/codespace.js.map +1 -0
  197. package/build/{plugins/solution/fx-solution → component}/debug/util/launch.d.ts +0 -0
  198. package/build/component/debug/util/launch.d.ts.map +1 -0
  199. package/build/component/debug/util/launch.js +276 -0
  200. package/build/component/debug/util/launch.js.map +1 -0
  201. package/build/{plugins/solution/fx-solution → component}/debug/util/launchNext.d.ts +0 -0
  202. package/build/component/debug/util/launchNext.d.ts.map +1 -0
  203. package/build/component/debug/util/launchNext.js +325 -0
  204. package/build/component/debug/util/launchNext.js.map +1 -0
  205. package/build/component/debug/util/launchTransparency.d.ts +9 -0
  206. package/build/component/debug/util/launchTransparency.d.ts.map +1 -0
  207. package/build/component/debug/util/launchTransparency.js +65 -0
  208. package/build/component/debug/util/launchTransparency.js.map +1 -0
  209. package/build/{plugins/solution/fx-solution → component}/debug/util/localService.d.ts +0 -0
  210. package/build/component/debug/util/localService.d.ts.map +1 -0
  211. package/build/{plugins/solution/fx-solution → component}/debug/util/localService.js +0 -0
  212. package/build/component/debug/util/localService.js.map +1 -0
  213. package/build/component/debug/util/ngrok.d.ts +6 -0
  214. package/build/component/debug/util/ngrok.d.ts.map +1 -0
  215. package/build/component/debug/util/ngrok.js +65 -0
  216. package/build/component/debug/util/ngrok.js.map +1 -0
  217. package/build/{plugins/solution/fx-solution → component}/debug/util/settings.d.ts +0 -0
  218. package/build/component/debug/util/settings.d.ts.map +1 -0
  219. package/build/component/debug/util/settings.js +42 -0
  220. package/build/component/debug/util/settings.js.map +1 -0
  221. package/build/{plugins/solution/fx-solution → component}/debug/util/tasks.d.ts +0 -0
  222. package/build/component/debug/util/tasks.d.ts.map +1 -0
  223. package/build/component/debug/util/tasks.js +240 -0
  224. package/build/component/debug/util/tasks.js.map +1 -0
  225. package/build/{plugins/solution/fx-solution → component}/debug/util/tasksNext.d.ts +0 -0
  226. package/build/component/debug/util/tasksNext.d.ts.map +1 -0
  227. package/build/component/debug/util/tasksNext.js +364 -0
  228. package/build/component/debug/util/tasksNext.js.map +1 -0
  229. package/build/component/debug/util/tasksTransparency.d.ts +8 -0
  230. package/build/component/debug/util/tasksTransparency.d.ts.map +1 -0
  231. package/build/component/debug/util/tasksTransparency.js +706 -0
  232. package/build/component/debug/util/tasksTransparency.js.map +1 -0
  233. package/build/{plugins/solution/fx-solution → component}/debug/util/telemetry.d.ts +0 -0
  234. package/build/component/debug/util/telemetry.d.ts.map +1 -0
  235. package/build/{plugins/solution/fx-solution → component}/debug/util/telemetry.js +0 -0
  236. package/build/component/debug/util/telemetry.js.map +1 -0
  237. package/build/component/debugHandler/appManifest.d.ts +1 -1
  238. package/build/component/debugHandler/appManifest.d.ts.map +1 -1
  239. package/build/component/debugHandler/appManifest.js +32 -28
  240. package/build/component/debugHandler/appManifest.js.map +1 -1
  241. package/build/component/debugHandler/bot.d.ts +0 -1
  242. package/build/component/debugHandler/bot.d.ts.map +1 -1
  243. package/build/component/debugHandler/bot.js +42 -37
  244. package/build/component/debugHandler/bot.js.map +1 -1
  245. package/build/component/debugHandler/error.d.ts +3 -3
  246. package/build/component/debugHandler/error.d.ts.map +1 -1
  247. package/build/component/debugHandler/error.js +14 -14
  248. package/build/component/debugHandler/error.js.map +1 -1
  249. package/build/component/debugHandler/index.d.ts +1 -0
  250. package/build/component/debugHandler/index.d.ts.map +1 -1
  251. package/build/component/debugHandler/index.js +1 -0
  252. package/build/component/debugHandler/index.js.map +1 -1
  253. package/build/component/debugHandler/localEnvProvider.js +4 -4
  254. package/build/component/debugHandler/localEnvProvider.js.map +1 -1
  255. package/build/component/debugHandler/sso.d.ts +0 -1
  256. package/build/component/debugHandler/sso.d.ts.map +1 -1
  257. package/build/component/debugHandler/sso.js +80 -69
  258. package/build/component/debugHandler/sso.js.map +1 -1
  259. package/build/component/debugHandler/tab.d.ts.map +1 -1
  260. package/build/component/debugHandler/tab.js +25 -23
  261. package/build/component/debugHandler/tab.js.map +1 -1
  262. package/build/component/deployUtils.d.ts.map +1 -1
  263. package/build/component/deployUtils.js +7 -7
  264. package/build/component/deployUtils.js.map +1 -1
  265. package/build/component/driver/aad/create.d.ts +12 -0
  266. package/build/component/driver/aad/create.d.ts.map +1 -0
  267. package/build/component/driver/aad/create.js +104 -0
  268. package/build/component/driver/aad/create.js.map +1 -0
  269. package/build/component/driver/aad/error/invalidFieldInManifestError.d.ts +5 -0
  270. package/build/component/driver/aad/error/invalidFieldInManifestError.d.ts.map +1 -0
  271. package/build/component/driver/aad/error/invalidFieldInManifestError.js +29 -0
  272. package/build/component/driver/aad/error/invalidFieldInManifestError.js.map +1 -0
  273. package/build/component/driver/aad/error/invalidParameterUserError.d.ts +5 -0
  274. package/build/component/driver/aad/error/invalidParameterUserError.d.ts.map +1 -0
  275. package/build/component/driver/aad/error/invalidParameterUserError.js +29 -0
  276. package/build/component/driver/aad/error/invalidParameterUserError.js.map +1 -0
  277. package/build/component/driver/aad/error/missingEnvError.d.ts +5 -0
  278. package/build/component/driver/aad/error/missingEnvError.d.ts.map +1 -0
  279. package/build/component/driver/aad/error/missingEnvError.js +29 -0
  280. package/build/component/driver/aad/error/missingEnvError.js.map +1 -0
  281. package/build/component/driver/aad/error/unhandledError.d.ts +8 -0
  282. package/build/component/driver/aad/error/unhandledError.d.ts.map +1 -0
  283. package/build/component/driver/aad/error/unhandledError.js +33 -0
  284. package/build/component/driver/aad/error/unhandledError.js.map +1 -0
  285. package/build/component/driver/aad/interface/createAadAppArgs.d.ts +5 -0
  286. package/build/component/driver/aad/interface/createAadAppArgs.d.ts.map +1 -0
  287. package/build/component/driver/aad/interface/createAadAppArgs.js +5 -0
  288. package/build/component/driver/aad/interface/createAadAppArgs.js.map +1 -0
  289. package/build/component/driver/aad/interface/createAadAppOutput.d.ts +9 -0
  290. package/build/component/driver/aad/interface/createAadAppOutput.d.ts.map +1 -0
  291. package/build/component/driver/aad/interface/createAadAppOutput.js +5 -0
  292. package/build/component/driver/aad/interface/createAadAppOutput.js.map +1 -0
  293. package/build/component/driver/aad/interface/updateAadAppArgs.d.ts +5 -0
  294. package/build/component/driver/aad/interface/updateAadAppArgs.d.ts.map +1 -0
  295. package/build/component/driver/aad/interface/updateAadAppArgs.js +5 -0
  296. package/build/component/driver/aad/interface/updateAadAppArgs.js.map +1 -0
  297. package/build/component/driver/aad/interface/updateAadAppOutput.d.ts +4 -0
  298. package/build/component/driver/aad/interface/updateAadAppOutput.d.ts.map +1 -0
  299. package/build/component/driver/aad/interface/updateAadAppOutput.js +5 -0
  300. package/build/component/driver/aad/interface/updateAadAppOutput.js.map +1 -0
  301. package/build/component/driver/aad/update.d.ts +11 -0
  302. package/build/component/driver/aad/update.d.ts.map +1 -0
  303. package/build/component/driver/aad/update.js +120 -0
  304. package/build/component/driver/aad/update.js.map +1 -0
  305. package/build/component/driver/aad/utility/aadAppClient.d.ts +14 -0
  306. package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -0
  307. package/build/component/driver/aad/utility/aadAppClient.js +77 -0
  308. package/build/component/driver/aad/utility/aadAppClient.js.map +1 -0
  309. package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.d.ts +14 -0
  310. package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.d.ts.map +1 -0
  311. package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.js +30 -0
  312. package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.js.map +1 -0
  313. package/build/component/driver/deploy/azure/azureDeployDriver.d.ts +69 -0
  314. package/build/component/driver/deploy/azure/azureDeployDriver.d.ts.map +1 -0
  315. package/build/component/driver/deploy/azure/azureDeployDriver.js +147 -0
  316. package/build/component/driver/deploy/azure/azureDeployDriver.js.map +1 -0
  317. package/build/component/driver/deploy/azure/azureFunctionDeployDriver.d.ts +18 -0
  318. package/build/component/driver/deploy/azure/azureFunctionDeployDriver.d.ts.map +1 -0
  319. package/build/component/driver/deploy/azure/azureFunctionDeployDriver.js +45 -0
  320. package/build/component/driver/deploy/azure/azureFunctionDeployDriver.js.map +1 -0
  321. package/build/component/driver/deploy/azure/azureStorageDeployDriver.d.ts +20 -0
  322. package/build/component/driver/deploy/azure/azureStorageDeployDriver.d.ts.map +1 -0
  323. package/build/component/driver/deploy/azure/azureStorageDeployDriver.js +103 -0
  324. package/build/component/driver/deploy/azure/azureStorageDeployDriver.js.map +1 -0
  325. package/build/component/driver/deploy/azure/baseDeployDriver.d.ts +24 -0
  326. package/build/component/driver/deploy/azure/baseDeployDriver.d.ts.map +1 -0
  327. package/build/component/driver/deploy/azure/baseDeployDriver.js +84 -0
  328. package/build/component/driver/deploy/azure/baseDeployDriver.js.map +1 -0
  329. package/build/component/driver/interface/baseDeployStepDriver.d.ts +10 -0
  330. package/build/component/driver/interface/baseDeployStepDriver.d.ts.map +1 -0
  331. package/build/component/driver/interface/baseDeployStepDriver.js +21 -0
  332. package/build/component/driver/interface/baseDeployStepDriver.js.map +1 -0
  333. package/build/component/driver/interface/buildAndDeployArgs.d.ts +46 -0
  334. package/build/component/driver/interface/buildAndDeployArgs.d.ts.map +1 -0
  335. package/build/component/driver/interface/buildAndDeployArgs.js +5 -0
  336. package/build/component/driver/interface/buildAndDeployArgs.js.map +1 -0
  337. package/build/component/driver/interface/commonArgs.d.ts +16 -0
  338. package/build/component/driver/interface/commonArgs.d.ts.map +1 -0
  339. package/build/component/driver/interface/commonArgs.js +5 -0
  340. package/build/component/driver/interface/commonArgs.js.map +1 -0
  341. package/build/component/driver/interface/provisionArgs.d.ts +6 -0
  342. package/build/component/driver/interface/provisionArgs.d.ts.map +1 -0
  343. package/build/component/driver/interface/provisionArgs.js +5 -0
  344. package/build/component/driver/interface/provisionArgs.js.map +1 -0
  345. package/build/component/driver/interface/stepDriver.d.ts +11 -0
  346. package/build/component/driver/interface/stepDriver.d.ts.map +1 -0
  347. package/build/component/driver/interface/stepDriver.js +5 -0
  348. package/build/component/driver/interface/stepDriver.js.map +1 -0
  349. package/build/component/driver/provision/azureStorageStaticWebsiteConfigDriver.d.ts +22 -0
  350. package/build/component/driver/provision/azureStorageStaticWebsiteConfigDriver.d.ts.map +1 -0
  351. package/build/component/driver/provision/azureStorageStaticWebsiteConfigDriver.js +61 -0
  352. package/build/component/driver/provision/azureStorageStaticWebsiteConfigDriver.js.map +1 -0
  353. package/build/component/driver/script/baseBuildDriver.d.ts +10 -0
  354. package/build/component/driver/script/baseBuildDriver.d.ts.map +1 -0
  355. package/build/component/driver/script/baseBuildDriver.js +36 -0
  356. package/build/component/driver/script/baseBuildDriver.js.map +1 -0
  357. package/build/component/driver/script/dotnetBuildDriver.d.ts +11 -0
  358. package/build/component/driver/script/dotnetBuildDriver.d.ts.map +1 -0
  359. package/build/component/driver/script/dotnetBuildDriver.js +27 -0
  360. package/build/component/driver/script/dotnetBuildDriver.js.map +1 -0
  361. package/build/component/driver/script/npmBuildDriver.d.ts +11 -0
  362. package/build/component/driver/script/npmBuildDriver.d.ts.map +1 -0
  363. package/build/component/driver/script/npmBuildDriver.js +27 -0
  364. package/build/component/driver/script/npmBuildDriver.js.map +1 -0
  365. package/build/component/driver/teamsApp/configure.d.ts +8 -0
  366. package/build/component/driver/teamsApp/configure.d.ts.map +1 -0
  367. package/build/component/driver/teamsApp/configure.js +39 -0
  368. package/build/component/driver/teamsApp/configure.js.map +1 -0
  369. package/build/component/driver/teamsApp/create.d.ts +8 -0
  370. package/build/component/driver/teamsApp/create.d.ts.map +1 -0
  371. package/build/component/driver/teamsApp/create.js +70 -0
  372. package/build/component/driver/teamsApp/create.js.map +1 -0
  373. package/build/component/driver/teamsApp/createAppPackage.d.ts +9 -0
  374. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -0
  375. package/build/component/driver/teamsApp/createAppPackage.js +90 -0
  376. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -0
  377. package/build/component/driver/teamsApp/interfaces/ConfigureTeamsAppArgs.d.ts +7 -0
  378. package/build/component/driver/teamsApp/interfaces/ConfigureTeamsAppArgs.d.ts.map +1 -0
  379. package/build/component/driver/teamsApp/interfaces/ConfigureTeamsAppArgs.js +5 -0
  380. package/build/component/driver/teamsApp/interfaces/ConfigureTeamsAppArgs.js.map +1 -0
  381. package/build/component/driver/teamsApp/interfaces/CreateAppPackageArgs.d.ts +11 -0
  382. package/build/component/driver/teamsApp/interfaces/CreateAppPackageArgs.d.ts.map +1 -0
  383. package/build/component/driver/teamsApp/interfaces/CreateAppPackageArgs.js +5 -0
  384. package/build/component/driver/teamsApp/interfaces/CreateAppPackageArgs.js.map +1 -0
  385. package/build/component/driver/teamsApp/interfaces/CreateTeamsAppArgs.d.ts +7 -0
  386. package/build/component/driver/teamsApp/interfaces/CreateTeamsAppArgs.d.ts.map +1 -0
  387. package/build/component/driver/teamsApp/interfaces/CreateTeamsAppArgs.js +5 -0
  388. package/build/component/driver/teamsApp/interfaces/CreateTeamsAppArgs.js.map +1 -0
  389. package/build/component/driver/teamsApp/interfaces/PublishAppPackageArgs.d.ts +7 -0
  390. package/build/component/driver/teamsApp/interfaces/PublishAppPackageArgs.d.ts.map +1 -0
  391. package/build/component/driver/teamsApp/interfaces/PublishAppPackageArgs.js +5 -0
  392. package/build/component/driver/teamsApp/interfaces/PublishAppPackageArgs.js.map +1 -0
  393. package/build/component/driver/teamsApp/publishAppPackage.d.ts +8 -0
  394. package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -0
  395. package/build/component/driver/teamsApp/publishAppPackage.js +74 -0
  396. package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -0
  397. package/build/component/envManager.js +1 -1
  398. package/build/component/envManager.js.map +1 -1
  399. package/build/component/error/componentError.d.ts +53 -0
  400. package/build/component/error/componentError.d.ts.map +1 -0
  401. package/build/component/error/componentError.js +128 -0
  402. package/build/component/error/componentError.js.map +1 -0
  403. package/build/component/error/deployError.d.ts +20 -0
  404. package/build/component/error/deployError.d.ts.map +1 -0
  405. package/build/component/error/deployError.js +49 -0
  406. package/build/component/error/deployError.js.map +1 -0
  407. package/build/component/error.d.ts +3 -0
  408. package/build/component/error.d.ts.map +1 -1
  409. package/build/component/error.js +18 -8
  410. package/build/component/error.js.map +1 -1
  411. package/build/component/feature/{api.d.ts → api/api.d.ts} +0 -0
  412. package/build/component/feature/api/api.d.ts.map +1 -0
  413. package/build/component/feature/api/api.js +188 -0
  414. package/build/component/feature/api/api.js.map +1 -0
  415. package/build/component/feature/api/constants.d.ts +4 -0
  416. package/build/component/feature/api/constants.d.ts.map +1 -0
  417. package/build/component/feature/api/constants.js +9 -0
  418. package/build/component/feature/api/constants.js.map +1 -0
  419. package/build/{plugins/resource/function → component/feature/api}/question.d.ts +0 -0
  420. package/build/component/feature/api/question.d.ts.map +1 -0
  421. package/build/component/feature/api/question.js +13 -0
  422. package/build/component/feature/api/question.js.map +1 -0
  423. package/build/component/feature/apiconnector/apiConnector.js +1 -1
  424. package/build/component/feature/apiconnector/apiConnector.js.map +1 -1
  425. package/build/component/feature/apiconnector/sampleHandler.d.ts.map +1 -1
  426. package/build/component/feature/apiconnector/sampleHandler.js +2 -2
  427. package/build/component/feature/apiconnector/sampleHandler.js.map +1 -1
  428. package/build/component/feature/apiconnector/telemetry.js +2 -2
  429. package/build/component/feature/apiconnector/telemetry.js.map +1 -1
  430. package/build/component/feature/apim.js +15 -15
  431. package/build/component/feature/apim.js.map +1 -1
  432. package/build/component/feature/bot/bot.d.ts +12 -0
  433. package/build/component/feature/bot/bot.d.ts.map +1 -0
  434. package/build/component/feature/bot/bot.js +308 -0
  435. package/build/component/feature/bot/bot.js.map +1 -0
  436. package/build/component/feature/bot/constants.d.ts +35 -0
  437. package/build/component/feature/bot/constants.d.ts.map +1 -0
  438. package/build/component/feature/bot/constants.js +40 -0
  439. package/build/component/feature/bot/constants.js.map +1 -0
  440. package/build/component/feature/bot/question.d.ts +27 -0
  441. package/build/component/feature/bot/question.d.ts.map +1 -0
  442. package/build/component/feature/bot/question.js +121 -0
  443. package/build/component/feature/bot/question.js.map +1 -0
  444. package/build/component/feature/keyVault.js +7 -7
  445. package/build/component/feature/keyVault.js.map +1 -1
  446. package/build/component/feature/spfx.d.ts.map +1 -1
  447. package/build/component/feature/spfx.js +23 -26
  448. package/build/component/feature/spfx.js.map +1 -1
  449. package/build/component/feature/sql.js +3 -3
  450. package/build/component/feature/sql.js.map +1 -1
  451. package/build/component/feature/sso.d.ts +6 -0
  452. package/build/component/feature/sso.d.ts.map +1 -1
  453. package/build/component/feature/sso.js +100 -75
  454. package/build/component/feature/sso.js.map +1 -1
  455. package/build/component/feature/tab.d.ts.map +1 -1
  456. package/build/component/feature/tab.js +15 -14
  457. package/build/component/feature/tab.js.map +1 -1
  458. package/build/component/messages.d.ts +23 -11
  459. package/build/component/messages.d.ts.map +1 -1
  460. package/build/component/messages.js +44 -42
  461. package/build/component/messages.js.map +1 -1
  462. package/build/component/migrate.d.ts.map +1 -1
  463. package/build/component/migrate.js +11 -17
  464. package/build/component/migrate.js.map +1 -1
  465. package/build/component/provisionUtils.d.ts +7 -2
  466. package/build/component/provisionUtils.d.ts.map +1 -1
  467. package/build/component/provisionUtils.js +187 -41
  468. package/build/component/provisionUtils.js.map +1 -1
  469. package/build/component/question.d.ts +57 -0
  470. package/build/component/question.d.ts.map +1 -0
  471. package/build/component/question.js +568 -0
  472. package/build/component/question.js.map +1 -0
  473. package/build/component/resource/aadApp/aadApp.d.ts +5 -0
  474. package/build/component/resource/aadApp/aadApp.d.ts.map +1 -1
  475. package/build/component/resource/aadApp/aadApp.js +62 -13
  476. package/build/component/resource/aadApp/aadApp.js.map +1 -1
  477. package/build/{plugins/resource/aad → component/resource/aadApp}/aadAppClient.d.ts +0 -0
  478. package/build/component/resource/aadApp/aadAppClient.d.ts.map +1 -0
  479. package/build/component/resource/aadApp/aadAppClient.js +344 -0
  480. package/build/component/resource/aadApp/aadAppClient.js.map +1 -0
  481. package/build/component/resource/aadApp/aadAppForTeamsImpl.d.ts +25 -0
  482. package/build/component/resource/aadApp/aadAppForTeamsImpl.d.ts.map +1 -0
  483. package/build/component/resource/aadApp/aadAppForTeamsImpl.js +434 -0
  484. package/build/component/resource/aadApp/aadAppForTeamsImpl.js.map +1 -0
  485. package/build/{plugins/resource/aad → component/resource/aadApp}/aadAppManifestManager.d.ts +0 -0
  486. package/build/component/resource/aadApp/aadAppManifestManager.d.ts.map +1 -0
  487. package/build/component/resource/aadApp/aadAppManifestManager.js +130 -0
  488. package/build/component/resource/aadApp/aadAppManifestManager.js.map +1 -0
  489. package/build/{plugins/resource/aad → component/resource/aadApp}/appStudio.d.ts +0 -0
  490. package/build/component/resource/aadApp/appStudio.d.ts.map +1 -0
  491. package/build/component/resource/aadApp/appStudio.js +83 -0
  492. package/build/component/resource/aadApp/appStudio.js.map +1 -0
  493. package/build/component/resource/aadApp/constants.d.ts +169 -0
  494. package/build/component/resource/aadApp/constants.d.ts.map +1 -0
  495. package/build/component/resource/aadApp/constants.js +278 -0
  496. package/build/component/resource/aadApp/constants.js.map +1 -0
  497. package/build/{plugins/resource/aad → component/resource/aadApp}/errorCodes.d.ts +0 -0
  498. package/build/component/resource/aadApp/errorCodes.d.ts.map +1 -0
  499. package/build/{plugins/resource/aad → component/resource/aadApp}/errorCodes.js +0 -0
  500. package/build/component/resource/aadApp/errorCodes.js.map +1 -0
  501. package/build/{plugins/resource/aad → component/resource/aadApp}/errors.d.ts +0 -0
  502. package/build/component/resource/aadApp/errors.d.ts.map +1 -0
  503. package/build/{plugins/resource/aad → component/resource/aadApp}/errors.js +0 -0
  504. package/build/component/resource/aadApp/errors.js.map +1 -0
  505. package/build/{plugins/resource/aad → component/resource/aadApp}/graph.d.ts +0 -0
  506. package/build/component/resource/aadApp/graph.d.ts.map +1 -0
  507. package/build/{plugins/resource/aad → component/resource/aadApp}/graph.js +0 -0
  508. package/build/component/resource/aadApp/graph.js.map +1 -0
  509. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/AADApplication.d.ts +0 -0
  510. package/build/component/resource/aadApp/interfaces/AADApplication.d.ts.map +1 -0
  511. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/AADApplication.js +0 -0
  512. package/build/component/resource/aadApp/interfaces/AADApplication.js.map +1 -0
  513. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/AADManifest.d.ts +0 -0
  514. package/build/component/resource/aadApp/interfaces/AADManifest.d.ts.map +1 -0
  515. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/AADManifest.js +0 -0
  516. package/build/component/resource/aadApp/interfaces/AADManifest.js.map +1 -0
  517. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IAADApplication.d.ts +0 -0
  518. package/build/component/resource/aadApp/interfaces/IAADApplication.d.ts.map +1 -0
  519. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IAADApplication.js +0 -0
  520. package/build/component/resource/aadApp/interfaces/IAADApplication.js.map +1 -0
  521. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IAADDefinition.d.ts +0 -0
  522. package/build/component/resource/aadApp/interfaces/IAADDefinition.d.ts.map +1 -0
  523. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IAADDefinition.js +0 -0
  524. package/build/component/resource/aadApp/interfaces/IAADDefinition.js.map +1 -0
  525. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IPermission.d.ts +0 -0
  526. package/build/component/resource/aadApp/interfaces/IPermission.d.ts.map +1 -0
  527. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IPermission.js +0 -0
  528. package/build/component/resource/aadApp/interfaces/IPermission.js.map +1 -0
  529. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IPermissionList.d.ts +0 -0
  530. package/build/component/resource/aadApp/interfaces/IPermissionList.d.ts.map +1 -0
  531. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IPermissionList.js +0 -0
  532. package/build/component/resource/aadApp/interfaces/IPermissionList.js.map +1 -0
  533. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/models.d.ts +0 -0
  534. package/build/component/resource/aadApp/interfaces/models.d.ts.map +1 -0
  535. package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/models.js +0 -0
  536. package/build/component/resource/aadApp/interfaces/models.js.map +1 -0
  537. package/build/{plugins/resource/aad → component/resource/aadApp}/permissions/index.d.ts +0 -0
  538. package/build/component/resource/aadApp/permissions/index.d.ts.map +1 -0
  539. package/build/component/resource/aadApp/permissions/index.js +64 -0
  540. package/build/component/resource/aadApp/permissions/index.js.map +1 -0
  541. package/build/{plugins/resource/aad → component/resource/aadApp}/permissions/permissions.json +0 -0
  542. package/build/{plugins/resource/aad → component/resource/aadApp}/results.d.ts +0 -0
  543. package/build/component/resource/aadApp/results.d.ts.map +1 -0
  544. package/build/{plugins/resource/aad → component/resource/aadApp}/results.js +0 -0
  545. package/build/component/resource/aadApp/results.js.map +1 -0
  546. package/build/{plugins/resource/aad → component/resource/aadApp}/utils/aadManifestHelper.d.ts +0 -0
  547. package/build/component/resource/aadApp/utils/aadManifestHelper.d.ts.map +1 -0
  548. package/build/{plugins/resource/aad → component/resource/aadApp}/utils/aadManifestHelper.js +0 -0
  549. package/build/component/resource/aadApp/utils/aadManifestHelper.js.map +1 -0
  550. package/build/{plugins/resource/aad → component/resource/aadApp}/utils/configs.d.ts +0 -0
  551. package/build/component/resource/aadApp/utils/configs.d.ts.map +1 -0
  552. package/build/component/resource/aadApp/utils/configs.js +566 -0
  553. package/build/component/resource/aadApp/utils/configs.js.map +1 -0
  554. package/build/{plugins/resource/aad → component/resource/aadApp}/utils/dialog.d.ts +0 -0
  555. package/build/component/resource/aadApp/utils/dialog.d.ts.map +1 -0
  556. package/build/{plugins/resource/aad → component/resource/aadApp}/utils/dialog.js +0 -0
  557. package/build/component/resource/aadApp/utils/dialog.js.map +1 -0
  558. package/build/{plugins/resource/aad → component/resource/aadApp}/utils/format.d.ts +0 -0
  559. package/build/component/resource/aadApp/utils/format.d.ts.map +1 -0
  560. package/build/{plugins/resource/aad → component/resource/aadApp}/utils/format.js +0 -0
  561. package/build/component/resource/aadApp/utils/format.js.map +1 -0
  562. package/build/{plugins/resource/aad → component/resource/aadApp}/utils/telemetry.d.ts +0 -0
  563. package/build/component/resource/aadApp/utils/telemetry.d.ts.map +1 -0
  564. package/build/component/resource/aadApp/utils/telemetry.js +51 -0
  565. package/build/component/resource/aadApp/utils/telemetry.js.map +1 -0
  566. package/build/{plugins/resource/aad → component/resource/aadApp}/utils/tokenProvider.d.ts +0 -0
  567. package/build/component/resource/aadApp/utils/tokenProvider.d.ts.map +1 -0
  568. package/build/component/resource/aadApp/utils/tokenProvider.js +77 -0
  569. package/build/component/resource/aadApp/utils/tokenProvider.js.map +1 -0
  570. package/build/component/resource/aadApp/utils.d.ts +3 -1
  571. package/build/component/resource/aadApp/utils.d.ts.map +1 -1
  572. package/build/component/resource/aadApp/utils.js +163 -1
  573. package/build/component/resource/aadApp/utils.js.map +1 -1
  574. package/build/component/resource/apim/apim.d.ts +37 -0
  575. package/build/component/resource/apim/apim.d.ts.map +1 -0
  576. package/build/component/resource/apim/apim.js +168 -0
  577. package/build/component/resource/apim/apim.js.map +1 -0
  578. package/build/component/resource/apim/config.d.ts.map +1 -1
  579. package/build/component/resource/apim/config.js +5 -6
  580. package/build/component/resource/apim/config.js.map +1 -1
  581. package/build/component/resource/apim/factory.d.ts.map +1 -1
  582. package/build/component/resource/apim/factory.js +6 -5
  583. package/build/component/resource/apim/factory.js.map +1 -1
  584. package/build/component/resource/apim/managers/apimManager.d.ts +1 -4
  585. package/build/component/resource/apim/managers/apimManager.d.ts.map +1 -1
  586. package/build/component/resource/apim/managers/apimManager.js +0 -47
  587. package/build/component/resource/apim/managers/apimManager.js.map +1 -1
  588. package/build/component/resource/apim/managers/questionManager.js +1 -1
  589. package/build/component/resource/apim/managers/questionManager.js.map +1 -1
  590. package/build/component/resource/apim/questions/question.d.ts.map +1 -1
  591. package/build/component/resource/apim/questions/question.js.map +1 -1
  592. package/build/component/resource/apim/questions/vscodeQuestion.js +1 -1
  593. package/build/component/resource/apim/questions/vscodeQuestion.js.map +1 -1
  594. package/build/component/resource/apim/services/apimService.d.ts +2 -2
  595. package/build/component/resource/apim/services/apimService.d.ts.map +1 -1
  596. package/build/component/resource/apim/services/apimService.js +66 -20
  597. package/build/component/resource/apim/services/apimService.js.map +1 -1
  598. package/build/component/resource/apim/utils/telemetry.d.ts.map +1 -1
  599. package/build/component/resource/apim/utils/telemetry.js +2 -4
  600. package/build/component/resource/apim/utils/telemetry.js.map +1 -1
  601. package/build/component/resource/appManifest/appManifest.d.ts +1 -1
  602. package/build/component/resource/appManifest/appManifest.d.ts.map +1 -1
  603. package/build/component/resource/appManifest/appManifest.js +25 -25
  604. package/build/component/resource/appManifest/appManifest.js.map +1 -1
  605. package/build/component/resource/appManifest/appStudio.js +30 -30
  606. package/build/component/resource/appManifest/appStudio.js.map +1 -1
  607. package/build/component/resource/appManifest/appStudioClient.d.ts +46 -0
  608. package/build/component/resource/appManifest/appStudioClient.d.ts.map +1 -0
  609. package/build/component/resource/appManifest/appStudioClient.js +339 -0
  610. package/build/component/resource/appManifest/appStudioClient.js.map +1 -0
  611. package/build/component/resource/appManifest/constants.d.ts +70 -0
  612. package/build/component/resource/appManifest/constants.d.ts.map +1 -1
  613. package/build/component/resource/appManifest/constants.js +121 -8
  614. package/build/component/resource/appManifest/constants.js.map +1 -1
  615. package/build/component/resource/appManifest/errors.d.ts +123 -0
  616. package/build/component/resource/appManifest/errors.d.ts.map +1 -0
  617. package/build/component/resource/appManifest/errors.js +235 -0
  618. package/build/component/resource/appManifest/errors.js.map +1 -0
  619. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/IPublishingAppDefinition.d.ts +0 -0
  620. package/build/component/resource/appManifest/interfaces/IPublishingAppDefinition.d.ts.map +1 -0
  621. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/IPublishingAppDefinition.js +0 -0
  622. package/build/component/resource/appManifest/interfaces/IPublishingAppDefinition.js.map +1 -0
  623. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/activitiesDefinitionItem.d.ts +0 -0
  624. package/build/component/resource/appManifest/interfaces/activitiesDefinitionItem.d.ts.map +1 -0
  625. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/activitiesDefinitionItem.js +0 -0
  626. package/build/component/resource/appManifest/interfaces/activitiesDefinitionItem.js.map +1 -0
  627. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/activityDefinitionItem.d.ts +0 -0
  628. package/build/component/resource/appManifest/interfaces/activityDefinitionItem.d.ts.map +1 -0
  629. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/activityDefinitionItem.js +0 -0
  630. package/build/component/resource/appManifest/interfaces/activityDefinitionItem.js.map +1 -0
  631. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appAuthorizationItem.d.ts +0 -0
  632. package/build/component/resource/appManifest/interfaces/appAuthorizationItem.d.ts.map +1 -0
  633. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appAuthorizationItem.js +0 -0
  634. package/build/component/resource/appManifest/interfaces/appAuthorizationItem.js.map +1 -0
  635. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appCategory.d.ts +0 -0
  636. package/build/component/resource/appManifest/interfaces/appCategory.d.ts.map +1 -0
  637. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appCategory.js +0 -0
  638. package/build/component/resource/appManifest/interfaces/appCategory.js.map +1 -0
  639. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appDefinition.d.ts +0 -0
  640. package/build/component/resource/appManifest/interfaces/appDefinition.d.ts.map +1 -0
  641. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appDefinition.js +0 -0
  642. package/build/component/resource/appManifest/interfaces/appDefinition.js.map +1 -0
  643. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appEnvironment.d.ts +0 -0
  644. package/build/component/resource/appManifest/interfaces/appEnvironment.d.ts.map +1 -0
  645. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appEnvironment.js +0 -0
  646. package/build/component/resource/appManifest/interfaces/appEnvironment.js.map +1 -0
  647. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appEnvironmentProperty.d.ts +0 -0
  648. package/build/component/resource/appManifest/interfaces/appEnvironmentProperty.d.ts.map +1 -0
  649. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appEnvironmentProperty.js +0 -0
  650. package/build/component/resource/appManifest/interfaces/appEnvironmentProperty.js.map +1 -0
  651. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appItemHostedCapability.d.ts +0 -0
  652. package/build/component/resource/appManifest/interfaces/appItemHostedCapability.d.ts.map +1 -0
  653. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appItemHostedCapability.js +0 -0
  654. package/build/component/resource/appManifest/interfaces/appItemHostedCapability.js.map +1 -0
  655. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appItemIndustry.d.ts +0 -0
  656. package/build/component/resource/appManifest/interfaces/appItemIndustry.d.ts.map +1 -0
  657. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appItemIndustry.js +0 -0
  658. package/build/component/resource/appManifest/interfaces/appItemIndustry.js.map +1 -0
  659. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appPermissionNodeItem.d.ts +0 -0
  660. package/build/component/resource/appManifest/interfaces/appPermissionNodeItem.d.ts.map +1 -0
  661. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appPermissionNodeItem.js +0 -0
  662. package/build/component/resource/appManifest/interfaces/appPermissionNodeItem.js.map +1 -0
  663. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appPermissionNodeItemType.d.ts +0 -0
  664. package/build/component/resource/appManifest/interfaces/appPermissionNodeItemType.d.ts.map +1 -0
  665. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appPermissionNodeItemType.js +0 -0
  666. package/build/component/resource/appManifest/interfaces/appPermissionNodeItemType.js.map +1 -0
  667. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appPermissionsItem.d.ts +0 -0
  668. package/build/component/resource/appManifest/interfaces/appPermissionsItem.d.ts.map +1 -0
  669. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appPermissionsItem.js +0 -0
  670. package/build/component/resource/appManifest/interfaces/appPermissionsItem.js.map +1 -0
  671. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appUser.d.ts +0 -0
  672. package/build/component/resource/appManifest/interfaces/appUser.d.ts.map +1 -0
  673. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appUser.js +0 -0
  674. package/build/component/resource/appManifest/interfaces/appUser.js.map +1 -0
  675. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appUserSetting.d.ts +0 -0
  676. package/build/component/resource/appManifest/interfaces/appUserSetting.d.ts.map +1 -0
  677. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appUserSetting.js +0 -0
  678. package/build/component/resource/appManifest/interfaces/appUserSetting.js.map +1 -0
  679. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/bot.d.ts +0 -0
  680. package/build/component/resource/appManifest/interfaces/bot.d.ts.map +1 -0
  681. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/bot.js +0 -0
  682. package/build/component/resource/appManifest/interfaces/bot.js.map +1 -0
  683. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/botCommand.d.ts +0 -0
  684. package/build/component/resource/appManifest/interfaces/botCommand.d.ts.map +1 -0
  685. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/botCommand.js +0 -0
  686. package/build/component/resource/appManifest/interfaces/botCommand.js.map +1 -0
  687. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/configurableTab.d.ts +0 -0
  688. package/build/component/resource/appManifest/interfaces/configurableTab.d.ts.map +1 -0
  689. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/configurableTab.js +0 -0
  690. package/build/component/resource/appManifest/interfaces/configurableTab.js.map +1 -0
  691. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/connector.d.ts +0 -0
  692. package/build/component/resource/appManifest/interfaces/connector.d.ts.map +1 -0
  693. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/connector.js +0 -0
  694. package/build/component/resource/appManifest/interfaces/connector.js.map +1 -0
  695. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/defaultGroupCapability.d.ts +0 -0
  696. package/build/component/resource/appManifest/interfaces/defaultGroupCapability.d.ts.map +1 -0
  697. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/defaultGroupCapability.js +0 -0
  698. package/build/component/resource/appManifest/interfaces/defaultGroupCapability.js.map +1 -0
  699. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/disabledScopeItemType.d.ts +0 -0
  700. package/build/component/resource/appManifest/interfaces/disabledScopeItemType.d.ts.map +1 -0
  701. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/disabledScopeItemType.js +0 -0
  702. package/build/component/resource/appManifest/interfaces/disabledScopeItemType.js.map +1 -0
  703. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/graphConnector.d.ts +0 -0
  704. package/build/component/resource/appManifest/interfaces/graphConnector.d.ts.map +1 -0
  705. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/graphConnector.js +0 -0
  706. package/build/component/resource/appManifest/interfaces/graphConnector.js.map +1 -0
  707. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/language.d.ts +0 -0
  708. package/build/component/resource/appManifest/interfaces/language.d.ts.map +1 -0
  709. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/language.js +0 -0
  710. package/build/component/resource/appManifest/interfaces/language.js.map +1 -0
  711. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/localizationInfo.d.ts +0 -0
  712. package/build/component/resource/appManifest/interfaces/localizationInfo.d.ts.map +1 -0
  713. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/localizationInfo.js +0 -0
  714. package/build/component/resource/appManifest/interfaces/localizationInfo.js.map +1 -0
  715. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/meetingExtensionDefinitionItem.d.ts +0 -0
  716. package/build/component/resource/appManifest/interfaces/meetingExtensionDefinitionItem.d.ts.map +1 -0
  717. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/meetingExtensionDefinitionItem.js +0 -0
  718. package/build/component/resource/appManifest/interfaces/meetingExtensionDefinitionItem.js.map +1 -0
  719. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtension.d.ts +0 -0
  720. package/build/component/resource/appManifest/interfaces/messagingExtension.d.ts.map +1 -0
  721. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtension.js +0 -0
  722. package/build/component/resource/appManifest/interfaces/messagingExtension.js.map +1 -0
  723. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionCommand.d.ts +0 -0
  724. package/build/component/resource/appManifest/interfaces/messagingExtensionCommand.d.ts.map +1 -0
  725. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionCommand.js +0 -0
  726. package/build/component/resource/appManifest/interfaces/messagingExtensionCommand.js.map +1 -0
  727. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionCommandParameter.d.ts +0 -0
  728. package/build/component/resource/appManifest/interfaces/messagingExtensionCommandParameter.d.ts.map +1 -0
  729. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionCommandParameter.js +0 -0
  730. package/build/component/resource/appManifest/interfaces/messagingExtensionCommandParameter.js.map +1 -0
  731. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionCommandTaskInfo.d.ts +0 -0
  732. package/build/component/resource/appManifest/interfaces/messagingExtensionCommandTaskInfo.d.ts.map +1 -0
  733. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionCommandTaskInfo.js +0 -0
  734. package/build/component/resource/appManifest/interfaces/messagingExtensionCommandTaskInfo.js.map +1 -0
  735. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionMessageHandler.d.ts +0 -0
  736. package/build/component/resource/appManifest/interfaces/messagingExtensionMessageHandler.d.ts.map +1 -0
  737. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionMessageHandler.js +0 -0
  738. package/build/component/resource/appManifest/interfaces/messagingExtensionMessageHandler.js.map +1 -0
  739. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionMessageHandlerLink.d.ts +0 -0
  740. package/build/component/resource/appManifest/interfaces/messagingExtensionMessageHandlerLink.d.ts.map +1 -0
  741. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionMessageHandlerLink.js +0 -0
  742. package/build/component/resource/appManifest/interfaces/messagingExtensionMessageHandlerLink.js.map +1 -0
  743. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionParameterChoice.d.ts +0 -0
  744. package/build/component/resource/appManifest/interfaces/messagingExtensionParameterChoice.d.ts.map +1 -0
  745. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionParameterChoice.js +0 -0
  746. package/build/component/resource/appManifest/interfaces/messagingExtensionParameterChoice.js.map +1 -0
  747. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/staticTab.d.ts +0 -0
  748. package/build/component/resource/appManifest/interfaces/staticTab.d.ts.map +1 -0
  749. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/staticTab.js +0 -0
  750. package/build/component/resource/appManifest/interfaces/staticTab.js.map +1 -0
  751. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/subscriptionOffer.d.ts +0 -0
  752. package/build/component/resource/appManifest/interfaces/subscriptionOffer.d.ts.map +1 -0
  753. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/subscriptionOffer.js +0 -0
  754. package/build/component/resource/appManifest/interfaces/subscriptionOffer.js.map +1 -0
  755. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/togetherModeSceneItem.d.ts +0 -0
  756. package/build/component/resource/appManifest/interfaces/togetherModeSceneItem.d.ts.map +1 -0
  757. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/togetherModeSceneItem.js +0 -0
  758. package/build/component/resource/appManifest/interfaces/togetherModeSceneItem.js.map +1 -0
  759. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/webApplicationInfoItem.d.ts +0 -0
  760. package/build/component/resource/appManifest/interfaces/webApplicationInfoItem.d.ts.map +1 -0
  761. package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/webApplicationInfoItem.js +0 -0
  762. package/build/component/resource/appManifest/interfaces/webApplicationInfoItem.js.map +1 -0
  763. package/build/component/resource/appManifest/manifestProvider.js +5 -5
  764. package/build/component/resource/appManifest/manifestProvider.js.map +1 -1
  765. package/build/{plugins/resource/appstudio → component/resource/appManifest}/questions.d.ts +0 -0
  766. package/build/component/resource/appManifest/questions.d.ts.map +1 -0
  767. package/build/{plugins/resource/appstudio → component/resource/appManifest}/questions.js +0 -0
  768. package/build/component/resource/appManifest/questions.js.map +1 -0
  769. package/build/{plugins/resource/appstudio → component/resource/appManifest}/results.d.ts +0 -0
  770. package/build/component/resource/appManifest/results.d.ts.map +1 -0
  771. package/build/{plugins/resource/appstudio → component/resource/appManifest}/results.js +0 -0
  772. package/build/component/resource/appManifest/results.js.map +1 -0
  773. package/build/component/resource/appManifest/utils/ManifestUtils.d.ts +26 -0
  774. package/build/component/resource/appManifest/utils/ManifestUtils.d.ts.map +1 -0
  775. package/build/component/resource/appManifest/utils/ManifestUtils.js +453 -0
  776. package/build/component/resource/appManifest/utils/ManifestUtils.js.map +1 -0
  777. package/build/{plugins/resource/appstudio → component/resource/appManifest}/utils/telemetry.d.ts +0 -0
  778. package/build/component/resource/appManifest/utils/telemetry.d.ts.map +1 -0
  779. package/build/component/resource/appManifest/utils/telemetry.js +109 -0
  780. package/build/component/resource/appManifest/utils/telemetry.js.map +1 -0
  781. package/build/{plugins/resource/appstudio → component/resource/appManifest}/utils/utils.d.ts +0 -0
  782. package/build/component/resource/appManifest/utils/utils.d.ts.map +1 -0
  783. package/build/{plugins/resource/appstudio → component/resource/appManifest}/utils/utils.js +0 -0
  784. package/build/component/resource/appManifest/utils/utils.js.map +1 -0
  785. package/build/component/resource/azureAppService/azureAppService.js +1 -1
  786. package/build/component/resource/azureAppService/azureAppService.js.map +1 -1
  787. package/build/component/resource/azureAppService/azureFunction.d.ts +1 -1
  788. package/build/component/resource/azureAppService/azureFunction.d.ts.map +1 -1
  789. package/build/component/resource/azureAppService/azureFunction.js +24 -5
  790. package/build/component/resource/azureAppService/azureFunction.js.map +1 -1
  791. package/build/component/resource/azureAppService/azureLibs.d.ts +2 -2
  792. package/build/component/resource/azureAppService/azureLibs.d.ts.map +1 -1
  793. package/build/component/resource/azureAppService/azureLibs.js.map +1 -1
  794. package/build/component/resource/azureAppService/common.d.ts +10 -0
  795. package/build/component/resource/azureAppService/common.d.ts.map +1 -0
  796. package/build/component/resource/azureAppService/common.js +80 -0
  797. package/build/component/resource/azureAppService/common.js.map +1 -0
  798. package/build/{plugins/resource/bot/utils → component/resource/azureAppService}/dir-walk.d.ts +0 -0
  799. package/build/component/resource/azureAppService/dir-walk.d.ts.map +1 -0
  800. package/build/{plugins/resource/bot/utils → component/resource/azureAppService}/dir-walk.js +0 -0
  801. package/build/component/resource/azureAppService/dir-walk.js.map +1 -0
  802. package/build/component/resource/azureSql/actions/utils.d.ts.map +1 -1
  803. package/build/component/resource/azureSql/actions/utils.js +4 -3
  804. package/build/component/resource/azureSql/actions/utils.js.map +1 -1
  805. package/build/component/resource/azureSql/clients/management.d.ts.map +1 -1
  806. package/build/component/resource/azureSql/clients/management.js +25 -12
  807. package/build/component/resource/azureSql/clients/management.js.map +1 -1
  808. package/build/component/resource/azureSql/config.js +3 -3
  809. package/build/component/resource/azureSql/config.js.map +1 -1
  810. package/build/component/resource/azureStorage/azureStorage.d.ts +31 -0
  811. package/build/component/resource/azureStorage/azureStorage.d.ts.map +1 -0
  812. package/build/component/resource/azureStorage/azureStorage.js +111 -0
  813. package/build/component/resource/azureStorage/azureStorage.js.map +1 -0
  814. package/build/component/resource/azureStorage/clients.d.ts +23 -0
  815. package/build/component/resource/azureStorage/clients.d.ts.map +1 -0
  816. package/build/component/resource/azureStorage/clients.js +133 -0
  817. package/build/component/resource/azureStorage/clients.js.map +1 -0
  818. package/build/component/resource/azureStorage/configs.d.ts +12 -0
  819. package/build/component/resource/azureStorage/configs.d.ts.map +1 -0
  820. package/build/component/resource/azureStorage/configs.js +30 -0
  821. package/build/component/resource/azureStorage/configs.js.map +1 -0
  822. package/build/component/resource/azureStorage/constants.d.ts +11 -0
  823. package/build/component/resource/azureStorage/constants.d.ts.map +1 -0
  824. package/build/component/resource/azureStorage/constants.js +17 -0
  825. package/build/component/resource/azureStorage/constants.js.map +1 -0
  826. package/build/component/resource/azureStorage/messages.d.ts +14 -0
  827. package/build/component/resource/azureStorage/messages.d.ts.map +1 -0
  828. package/build/component/resource/azureStorage/messages.js +28 -0
  829. package/build/component/resource/azureStorage/messages.js.map +1 -0
  830. package/build/{plugins/resource/bot → component/resource/botService}/aadRegistration.d.ts +0 -0
  831. package/build/component/resource/botService/aadRegistration.d.ts.map +1 -0
  832. package/build/component/resource/botService/aadRegistration.js +88 -0
  833. package/build/component/resource/botService/aadRegistration.js.map +1 -0
  834. package/build/component/resource/botService/appStudio/appStudio.d.ts +16 -0
  835. package/build/component/resource/botService/appStudio/appStudio.d.ts.map +1 -0
  836. package/build/component/resource/botService/appStudio/appStudio.js +174 -0
  837. package/build/component/resource/botService/appStudio/appStudio.js.map +1 -0
  838. package/build/{plugins/resource/bot → component/resource/botService}/appStudio/interfaces/IAADApplication.d.ts +0 -0
  839. package/build/component/resource/botService/appStudio/interfaces/IAADApplication.d.ts.map +1 -0
  840. package/build/component/resource/botService/appStudio/interfaces/IAADApplication.js +5 -0
  841. package/build/component/resource/botService/appStudio/interfaces/IAADApplication.js.map +1 -0
  842. package/build/{plugins/resource/bot → component/resource/botService}/appStudio/interfaces/IAADDefinition.d.ts +0 -0
  843. package/build/component/resource/botService/appStudio/interfaces/IAADDefinition.d.ts.map +1 -0
  844. package/build/{plugins/resource/bot → component/resource/botService}/appStudio/interfaces/IAADDefinition.js +0 -0
  845. package/build/component/resource/botService/appStudio/interfaces/IAADDefinition.js.map +1 -0
  846. package/build/{plugins/resource/bot → component/resource/botService}/appStudio/interfaces/IBotRegistration.d.ts +0 -0
  847. package/build/component/resource/botService/appStudio/interfaces/IBotRegistration.d.ts.map +1 -0
  848. package/build/component/resource/botService/appStudio/interfaces/IBotRegistration.js +5 -0
  849. package/build/component/resource/botService/appStudio/interfaces/IBotRegistration.js.map +1 -0
  850. package/build/{plugins/resource/bot → component/resource/botService}/botAuthCredential.d.ts +0 -0
  851. package/build/component/resource/botService/botAuthCredential.d.ts.map +1 -0
  852. package/build/component/resource/botService/botAuthCredential.js +9 -0
  853. package/build/component/resource/botService/botAuthCredential.js.map +1 -0
  854. package/build/component/resource/botService/botService.d.ts +23 -0
  855. package/build/component/resource/botService/botService.d.ts.map +1 -0
  856. package/build/component/resource/botService/botService.js +179 -0
  857. package/build/component/resource/botService/botService.js.map +1 -0
  858. package/build/component/resource/botService/common.d.ts +3 -0
  859. package/build/component/resource/botService/common.d.ts.map +1 -0
  860. package/build/component/resource/botService/common.js +15 -0
  861. package/build/component/resource/botService/common.js.map +1 -0
  862. package/build/component/resource/botService/constants.d.ts +47 -0
  863. package/build/component/resource/botService/constants.d.ts.map +1 -0
  864. package/build/component/resource/botService/constants.js +62 -0
  865. package/build/component/resource/botService/constants.js.map +1 -0
  866. package/build/component/resource/botService/errors.d.ts +63 -0
  867. package/build/component/resource/botService/errors.d.ts.map +1 -0
  868. package/build/component/resource/botService/errors.js +163 -0
  869. package/build/component/resource/botService/errors.js.map +1 -0
  870. package/build/component/resource/botService/messages.d.ts +15 -0
  871. package/build/component/resource/botService/messages.d.ts.map +1 -0
  872. package/build/component/resource/botService/messages.js +41 -0
  873. package/build/component/resource/botService/messages.js.map +1 -0
  874. package/build/{plugins/resource/bot/utils → component/resource/botService}/resourceNameFactory.d.ts +0 -0
  875. package/build/component/resource/botService/resourceNameFactory.d.ts.map +1 -0
  876. package/build/component/resource/botService/resourceNameFactory.js +25 -0
  877. package/build/component/resource/botService/resourceNameFactory.js.map +1 -0
  878. package/build/component/resource/botService/result.d.ts +10 -0
  879. package/build/component/resource/botService/result.d.ts.map +1 -0
  880. package/build/component/resource/botService/result.js +34 -0
  881. package/build/component/resource/botService/result.js.map +1 -0
  882. package/build/{plugins/resource/bot/utils → component/resource/botService}/retryHandler.d.ts +0 -0
  883. package/build/component/resource/botService/retryHandler.d.ts.map +1 -0
  884. package/build/component/resource/botService/retryHandler.js +29 -0
  885. package/build/component/resource/botService/retryHandler.js.map +1 -0
  886. package/build/component/resource/botService/strings.d.ts +49 -0
  887. package/build/component/resource/botService/strings.d.ts.map +1 -0
  888. package/build/component/resource/botService/strings.js +61 -0
  889. package/build/component/resource/botService/strings.js.map +1 -0
  890. package/build/component/resource/botService/telemetryHelper.d.ts +6 -0
  891. package/build/component/resource/botService/telemetryHelper.d.ts.map +1 -0
  892. package/build/component/resource/botService/telemetryHelper.js +26 -0
  893. package/build/component/resource/botService/telemetryHelper.js.map +1 -0
  894. package/build/component/resource/identity.d.ts +2 -0
  895. package/build/component/resource/identity.d.ts.map +1 -1
  896. package/build/component/resource/identity.js +18 -0
  897. package/build/component/resource/identity.js.map +1 -1
  898. package/build/component/resource/keyVault.d.ts +2 -0
  899. package/build/component/resource/keyVault.d.ts.map +1 -1
  900. package/build/component/resource/keyVault.js +18 -0
  901. package/build/component/resource/keyVault.js.map +1 -1
  902. package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/constants.d.ts +0 -0
  903. package/build/component/resource/simpleAuth/constants.d.ts.map +1 -0
  904. package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/constants.js +0 -0
  905. package/build/component/resource/simpleAuth/constants.js.map +1 -0
  906. package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/errors.d.ts +0 -0
  907. package/build/component/resource/simpleAuth/errors.d.ts.map +1 -0
  908. package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/errors.js +0 -0
  909. package/build/component/resource/simpleAuth/errors.js.map +1 -0
  910. package/build/component/resource/simpleAuth/index.d.ts +12 -0
  911. package/build/component/resource/simpleAuth/index.d.ts.map +1 -0
  912. package/build/component/resource/simpleAuth/index.js +115 -0
  913. package/build/component/resource/simpleAuth/index.js.map +1 -0
  914. package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/result.d.ts +0 -0
  915. package/build/component/resource/simpleAuth/result.d.ts.map +1 -0
  916. package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/result.js +0 -0
  917. package/build/component/resource/simpleAuth/result.js.map +1 -0
  918. package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/utils/common.d.ts +0 -0
  919. package/build/component/resource/simpleAuth/utils/common.d.ts.map +1 -0
  920. package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/utils/common.js +0 -0
  921. package/build/component/resource/simpleAuth/utils/common.js.map +1 -0
  922. package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/utils/dialog.d.ts +0 -0
  923. package/build/component/resource/simpleAuth/utils/dialog.d.ts.map +1 -0
  924. package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/utils/dialog.js +0 -0
  925. package/build/component/resource/simpleAuth/utils/dialog.js.map +1 -0
  926. package/build/{plugins/resource/keyvault → component/resource/simpleAuth}/utils/telemetry.d.ts +0 -0
  927. package/build/component/resource/simpleAuth/utils/telemetry.d.ts.map +1 -0
  928. package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/utils/telemetry.js +0 -0
  929. package/build/component/resource/simpleAuth/utils/telemetry.js.map +1 -0
  930. package/build/{plugins → component}/resource/spfx/depsChecker/dependencyChecker.d.ts +0 -0
  931. package/build/component/resource/spfx/depsChecker/dependencyChecker.d.ts.map +1 -0
  932. package/build/{plugins → component}/resource/spfx/depsChecker/dependencyChecker.js +0 -0
  933. package/build/component/resource/spfx/depsChecker/dependencyChecker.js.map +1 -0
  934. package/build/{plugins → component}/resource/spfx/depsChecker/generatorChecker.d.ts +0 -0
  935. package/build/component/resource/spfx/depsChecker/generatorChecker.d.ts.map +1 -0
  936. package/build/component/resource/spfx/depsChecker/generatorChecker.js +132 -0
  937. package/build/component/resource/spfx/depsChecker/generatorChecker.js.map +1 -0
  938. package/build/{plugins → component}/resource/spfx/depsChecker/yoChecker.d.ts +0 -0
  939. package/build/component/resource/spfx/depsChecker/yoChecker.d.ts.map +1 -0
  940. package/build/{plugins → component}/resource/spfx/depsChecker/yoChecker.js +0 -0
  941. package/build/component/resource/spfx/depsChecker/yoChecker.js.map +1 -0
  942. package/build/component/resource/spfx/error.d.ts +19 -0
  943. package/build/component/resource/spfx/error.d.ts.map +1 -0
  944. package/build/component/resource/spfx/error.js +118 -0
  945. package/build/component/resource/spfx/error.js.map +1 -0
  946. package/build/component/resource/spfx/index.d.ts.map +1 -1
  947. package/build/component/resource/spfx/index.js +9 -9
  948. package/build/component/resource/spfx/index.js.map +1 -1
  949. package/build/{plugins → component}/resource/spfx/spoClient.d.ts +0 -0
  950. package/build/component/resource/spfx/spoClient.d.ts.map +1 -0
  951. package/build/{plugins → component}/resource/spfx/spoClient.js +0 -0
  952. package/build/component/resource/spfx/spoClient.js.map +1 -0
  953. package/build/component/resource/spfx/utils/constants.d.ts +88 -0
  954. package/build/component/resource/spfx/utils/constants.d.ts.map +1 -0
  955. package/build/component/resource/spfx/utils/constants.js +105 -0
  956. package/build/component/resource/spfx/utils/constants.js.map +1 -0
  957. package/build/{plugins → component}/resource/spfx/utils/progress-helper.d.ts +0 -0
  958. package/build/component/resource/spfx/utils/progress-helper.d.ts.map +1 -0
  959. package/build/{plugins → component}/resource/spfx/utils/progress-helper.js +0 -0
  960. package/build/component/resource/spfx/utils/progress-helper.js.map +1 -0
  961. package/build/{plugins → component}/resource/spfx/utils/questions.d.ts +0 -0
  962. package/build/component/resource/spfx/utils/questions.d.ts.map +1 -0
  963. package/build/component/resource/spfx/utils/questions.js +92 -0
  964. package/build/component/resource/spfx/utils/questions.js.map +1 -0
  965. package/build/{plugins → component}/resource/spfx/utils/telemetry-helper.d.ts +0 -0
  966. package/build/component/resource/spfx/utils/telemetry-helper.d.ts.map +1 -0
  967. package/build/{plugins → component}/resource/spfx/utils/telemetry-helper.js +0 -0
  968. package/build/component/resource/spfx/utils/telemetry-helper.js.map +1 -0
  969. package/build/{plugins → component}/resource/spfx/utils/telemetryEvents.d.ts +0 -0
  970. package/build/component/resource/spfx/utils/telemetryEvents.d.ts.map +1 -0
  971. package/build/{plugins → component}/resource/spfx/utils/telemetryEvents.js +0 -0
  972. package/build/component/resource/spfx/utils/telemetryEvents.js.map +1 -0
  973. package/build/component/resource/spfx/utils/utils.d.ts +16 -0
  974. package/build/component/resource/spfx/utils/utils.d.ts.map +1 -0
  975. package/build/component/resource/spfx/utils/utils.js +131 -0
  976. package/build/component/resource/spfx/utils/utils.js.map +1 -0
  977. package/build/component/telemetry.js +31 -31
  978. package/build/component/telemetry.js.map +1 -1
  979. package/build/{plugins/solution/fx-solution → component}/utils/ResourceGroupHelper.d.ts +0 -0
  980. package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -0
  981. package/build/component/utils/ResourceGroupHelper.js +259 -0
  982. package/build/component/utils/ResourceGroupHelper.js.map +1 -0
  983. package/build/component/utils/azureResourceOperation.d.ts +24 -0
  984. package/build/component/utils/azureResourceOperation.d.ts.map +1 -0
  985. package/build/component/utils/azureResourceOperation.js +84 -0
  986. package/build/component/utils/azureResourceOperation.js.map +1 -0
  987. package/build/component/utils/backupFiles.d.ts +3 -0
  988. package/build/component/utils/backupFiles.d.ts.map +1 -0
  989. package/build/component/utils/backupFiles.js +142 -0
  990. package/build/component/utils/backupFiles.js.map +1 -0
  991. package/build/component/utils/common.d.ts +28 -0
  992. package/build/component/utils/common.d.ts.map +1 -0
  993. package/build/component/utils/common.js +98 -0
  994. package/build/component/utils/common.js.map +1 -0
  995. package/build/{plugins/solution/fx-solution → component}/utils/depsChecker/bicepChecker.d.ts +0 -0
  996. package/build/component/utils/depsChecker/bicepChecker.d.ts.map +1 -0
  997. package/build/component/utils/depsChecker/bicepChecker.js +282 -0
  998. package/build/component/utils/depsChecker/bicepChecker.js.map +1 -0
  999. package/build/{plugins/solution/fx-solution → component}/utils/depsChecker/common.d.ts +0 -0
  1000. package/build/component/utils/depsChecker/common.d.ts.map +1 -0
  1001. package/build/{plugins/solution/fx-solution → component}/utils/depsChecker/common.js +0 -0
  1002. package/build/component/utils/depsChecker/common.js.map +1 -0
  1003. package/build/{plugins/solution/fx-solution → component}/utils/depsChecker/cpUtils.d.ts +0 -0
  1004. package/build/component/utils/depsChecker/cpUtils.d.ts.map +1 -0
  1005. package/build/{plugins/solution/fx-solution → component}/utils/depsChecker/cpUtils.js +0 -0
  1006. package/build/component/utils/depsChecker/cpUtils.js.map +1 -0
  1007. package/build/component/utils/executor.d.ts +12 -0
  1008. package/build/component/utils/executor.d.ts.map +1 -0
  1009. package/build/component/utils/executor.js +87 -0
  1010. package/build/component/utils/executor.js.map +1 -0
  1011. package/build/component/utils/fileOperation.d.ts +19 -0
  1012. package/build/component/utils/fileOperation.d.ts.map +1 -0
  1013. package/build/component/utils/fileOperation.js +122 -0
  1014. package/build/component/utils/fileOperation.js.map +1 -0
  1015. package/build/{plugins/solution/fx-solution → component}/utils/progressHelper.d.ts +0 -0
  1016. package/build/component/utils/progressHelper.d.ts.map +1 -0
  1017. package/build/component/utils/progressHelper.js +20 -0
  1018. package/build/component/utils/progressHelper.js.map +1 -0
  1019. package/build/component/utils.d.ts +6 -1
  1020. package/build/component/utils.d.ts.map +1 -1
  1021. package/build/component/utils.js +22 -2
  1022. package/build/component/utils.js.map +1 -1
  1023. package/build/core/FxCore.d.ts +11 -45
  1024. package/build/core/FxCore.d.ts.map +1 -1
  1025. package/build/core/FxCore.js +116 -778
  1026. package/build/core/FxCore.js.map +1 -1
  1027. package/build/core/collaborator.d.ts +6 -1
  1028. package/build/core/collaborator.d.ts.map +1 -1
  1029. package/build/core/collaborator.js +77 -25
  1030. package/build/core/collaborator.js.map +1 -1
  1031. package/build/core/environment.d.ts.map +1 -1
  1032. package/build/core/environment.js +4 -9
  1033. package/build/core/environment.js.map +1 -1
  1034. package/build/core/error.d.ts +0 -1
  1035. package/build/core/error.d.ts.map +1 -1
  1036. package/build/core/error.js +1 -5
  1037. package/build/core/error.js.map +1 -1
  1038. package/build/core/generateAadManifestTemplate.d.ts +1 -1
  1039. package/build/core/generateAadManifestTemplate.d.ts.map +1 -1
  1040. package/build/core/generateAadManifestTemplate.js +11 -14
  1041. package/build/core/generateAadManifestTemplate.js.map +1 -1
  1042. package/build/core/globalVars.d.ts +0 -1
  1043. package/build/core/globalVars.d.ts.map +1 -1
  1044. package/build/core/globalVars.js +1 -5
  1045. package/build/core/globalVars.js.map +1 -1
  1046. package/build/core/index.d.ts +0 -5
  1047. package/build/core/index.d.ts.map +1 -1
  1048. package/build/core/index.js +0 -7
  1049. package/build/core/index.js.map +1 -1
  1050. package/build/core/middleware/CommonErrorHandlerMW.js +3 -3
  1051. package/build/core/middleware/CommonErrorHandlerMW.js.map +1 -1
  1052. package/build/core/middleware/MigrationUtils.d.ts +1 -1
  1053. package/build/core/middleware/MigrationUtils.d.ts.map +1 -1
  1054. package/build/core/middleware/MigrationUtils.js +2 -2
  1055. package/build/core/middleware/MigrationUtils.js.map +1 -1
  1056. package/build/core/middleware/consolidateLocalRemote.js +5 -5
  1057. package/build/core/middleware/consolidateLocalRemote.js.map +1 -1
  1058. package/build/core/middleware/envInfoLoaderV3.d.ts +14 -1
  1059. package/build/core/middleware/envInfoLoaderV3.d.ts.map +1 -1
  1060. package/build/core/middleware/envInfoLoaderV3.js +187 -9
  1061. package/build/core/middleware/envInfoLoaderV3.js.map +1 -1
  1062. package/build/core/middleware/envInfoWriter.js +1 -1
  1063. package/build/core/middleware/envInfoWriter.js.map +1 -1
  1064. package/build/core/middleware/projectMigrator.d.ts +11 -1
  1065. package/build/core/middleware/projectMigrator.d.ts.map +1 -1
  1066. package/build/core/middleware/projectMigrator.js +293 -143
  1067. package/build/core/middleware/projectMigrator.js.map +1 -1
  1068. package/build/core/middleware/projectSettingsLoader.d.ts.map +1 -1
  1069. package/build/core/middleware/projectSettingsLoader.js +1 -10
  1070. package/build/core/middleware/projectSettingsLoader.js.map +1 -1
  1071. package/build/core/middleware/projectSettingsWriter.d.ts.map +1 -1
  1072. package/build/core/middleware/projectSettingsWriter.js +1 -3
  1073. package/build/core/middleware/projectSettingsWriter.js.map +1 -1
  1074. package/build/core/middleware/questionModel.d.ts +1 -10
  1075. package/build/core/middleware/questionModel.d.ts.map +1 -1
  1076. package/build/core/middleware/questionModel.js +30 -229
  1077. package/build/core/middleware/questionModel.js.map +1 -1
  1078. package/build/core/permissionRequest.js +1 -1
  1079. package/build/core/permissionRequest.js.map +1 -1
  1080. package/build/core/question.d.ts +1 -1
  1081. package/build/core/question.d.ts.map +1 -1
  1082. package/build/core/question.js +74 -77
  1083. package/build/core/question.js.map +1 -1
  1084. package/build/index.d.ts +3 -8
  1085. package/build/index.d.ts.map +1 -1
  1086. package/build/index.js +5 -8
  1087. package/build/index.js.map +1 -1
  1088. package/package.json +21 -33
  1089. package/resource/package.nls.cs.json +60 -37
  1090. package/resource/package.nls.de.json +61 -38
  1091. package/resource/package.nls.es.json +60 -37
  1092. package/resource/package.nls.fr.json +61 -38
  1093. package/resource/package.nls.it.json +61 -38
  1094. package/resource/package.nls.ja.json +61 -38
  1095. package/resource/package.nls.json +45 -35
  1096. package/resource/package.nls.ko.json +60 -37
  1097. package/resource/package.nls.pl.json +60 -37
  1098. package/resource/package.nls.pt-BR.json +61 -38
  1099. package/resource/package.nls.ru.json +60 -37
  1100. package/resource/package.nls.tr.json +61 -38
  1101. package/resource/package.nls.zh-Hans.json +60 -37
  1102. package/resource/package.nls.zh-Hant.json +61 -38
  1103. package/templates/fallback/bot.csharp.command-and-response.zip +0 -0
  1104. package/templates/fallback/bot.csharp.default.zip +0 -0
  1105. package/templates/fallback/bot.csharp.notification-function-base.zip +0 -0
  1106. package/templates/fallback/bot.csharp.notification-trigger-http.zip +0 -0
  1107. package/templates/fallback/bot.csharp.notification-trigger-timer.zip +0 -0
  1108. package/templates/fallback/bot.csharp.notification-webapi.zip +0 -0
  1109. package/templates/fallback/bot.csharp.workflow.zip +0 -0
  1110. package/templates/fallback/bot.js.command-and-response.zip +0 -0
  1111. package/templates/fallback/bot.js.default.zip +0 -0
  1112. package/templates/fallback/bot.js.m365.zip +0 -0
  1113. package/templates/fallback/bot.js.notification-function-base.zip +0 -0
  1114. package/templates/fallback/bot.js.notification-restify.zip +0 -0
  1115. package/templates/fallback/bot.js.notification-trigger-http.zip +0 -0
  1116. package/templates/fallback/bot.js.notification-trigger-timer.zip +0 -0
  1117. package/templates/fallback/bot.js.workflow.zip +0 -0
  1118. package/templates/fallback/bot.ts.command-and-response.zip +0 -0
  1119. package/templates/fallback/bot.ts.default.zip +0 -0
  1120. package/templates/fallback/bot.ts.m365.zip +0 -0
  1121. package/templates/fallback/bot.ts.notification-function-base.zip +0 -0
  1122. package/templates/fallback/bot.ts.notification-restify.zip +0 -0
  1123. package/templates/fallback/bot.ts.notification-trigger-http.zip +0 -0
  1124. package/templates/fallback/bot.ts.notification-trigger-timer.zip +0 -0
  1125. package/templates/fallback/bot.ts.workflow.zip +0 -0
  1126. package/templates/fallback/function-base.js.default.zip +0 -0
  1127. package/templates/fallback/function-base.ts.default.zip +0 -0
  1128. package/templates/fallback/function-triggers.js.HTTPTrigger.zip +0 -0
  1129. package/templates/fallback/function-triggers.ts.HTTPTrigger.zip +0 -0
  1130. package/templates/fallback/tab.csharp.default.zip +0 -0
  1131. package/templates/fallback/tab.csharp.non-sso.zip +0 -0
  1132. package/templates/fallback/tab.js.default.zip +0 -0
  1133. package/templates/fallback/tab.js.m365.zip +0 -0
  1134. package/templates/fallback/tab.js.non-sso.zip +0 -0
  1135. package/templates/fallback/tab.ts.default.zip +0 -0
  1136. package/templates/fallback/tab.ts.m365.zip +0 -0
  1137. package/templates/fallback/tab.ts.non-sso.zip +0 -0
  1138. package/templates/plugins/resource/aad/auth/bot/README.md +267 -130
  1139. package/templates/plugins/resource/aad/auth/bot/README.txt +2 -2
  1140. package/templates/plugins/resource/aad/auth/bot/js/sso/handleMessageExtensionQueryWithToken.js +56 -0
  1141. package/templates/plugins/resource/aad/auth/bot/js/sso/profileSsoCommandHandler.js +30 -0
  1142. package/templates/plugins/resource/aad/auth/bot/ts/sso/handleMessageExtensionQueryWithToken.ts +63 -0
  1143. package/templates/plugins/resource/aad/auth/bot/ts/sso/profileSsoCommandHandler.ts +38 -0
  1144. package/templates/plugins/resource/spfx/solution/prereleaseREADME.md +82 -0
  1145. package/build/common/azure-hosting/botServiceHosting.d.ts +0 -7
  1146. package/build/common/azure-hosting/botServiceHosting.d.ts.map +0 -1
  1147. package/build/common/azure-hosting/botServiceHosting.js +0 -16
  1148. package/build/common/azure-hosting/botServiceHosting.js.map +0 -1
  1149. package/build/common/index.d.ts +0 -10
  1150. package/build/common/index.d.ts.map +0 -1
  1151. package/build/common/index.js +0 -15
  1152. package/build/common/index.js.map +0 -1
  1153. package/build/component/code/apiCode.d.ts +0 -12
  1154. package/build/component/code/apiCode.d.ts.map +0 -1
  1155. package/build/component/code/apiCode.js +0 -147
  1156. package/build/component/code/apiCode.js.map +0 -1
  1157. package/build/component/code/tabCode.d.ts.map +0 -1
  1158. package/build/component/code/tabCode.js +0 -251
  1159. package/build/component/code/tabCode.js.map +0 -1
  1160. package/build/component/debug.d.ts +0 -25
  1161. package/build/component/debug.d.ts.map +0 -1
  1162. package/build/component/debug.js +0 -441
  1163. package/build/component/debug.js.map +0 -1
  1164. package/build/component/feature/api.d.ts.map +0 -1
  1165. package/build/component/feature/api.js +0 -188
  1166. package/build/component/feature/api.js.map +0 -1
  1167. package/build/component/feature/bot.d.ts +0 -13
  1168. package/build/component/feature/bot.d.ts.map +0 -1
  1169. package/build/component/feature/bot.js +0 -310
  1170. package/build/component/feature/bot.js.map +0 -1
  1171. package/build/component/questionV3.d.ts +0 -45
  1172. package/build/component/questionV3.d.ts.map +0 -1
  1173. package/build/component/questionV3.js +0 -435
  1174. package/build/component/questionV3.js.map +0 -1
  1175. package/build/component/resource/apim/index.d.ts +0 -37
  1176. package/build/component/resource/apim/index.d.ts.map +0 -1
  1177. package/build/component/resource/apim/index.js +0 -168
  1178. package/build/component/resource/apim/index.js.map +0 -1
  1179. package/build/component/resource/appManifest/utils.d.ts +0 -24
  1180. package/build/component/resource/appManifest/utils.d.ts.map +0 -1
  1181. package/build/component/resource/appManifest/utils.js +0 -447
  1182. package/build/component/resource/appManifest/utils.js.map +0 -1
  1183. package/build/component/resource/azureStorage.d.ts +0 -30
  1184. package/build/component/resource/azureStorage.d.ts.map +0 -1
  1185. package/build/component/resource/azureStorage.js +0 -107
  1186. package/build/component/resource/azureStorage.js.map +0 -1
  1187. package/build/component/resource/botService.d.ts +0 -23
  1188. package/build/component/resource/botService.d.ts.map +0 -1
  1189. package/build/component/resource/botService.js +0 -177
  1190. package/build/component/resource/botService.js.map +0 -1
  1191. package/build/component/resource/simpleAuth.d.ts +0 -12
  1192. package/build/component/resource/simpleAuth.d.ts.map +0 -1
  1193. package/build/component/resource/simpleAuth.js +0 -115
  1194. package/build/component/resource/simpleAuth.js.map +0 -1
  1195. package/build/core/SolutionPluginContainer.d.ts +0 -15
  1196. package/build/core/SolutionPluginContainer.d.ts.map +0 -1
  1197. package/build/core/SolutionPluginContainer.js +0 -54
  1198. package/build/core/SolutionPluginContainer.js.map +0 -1
  1199. package/build/core/middleware/envInfoLoader.d.ts +0 -18
  1200. package/build/core/middleware/envInfoLoader.d.ts.map +0 -1
  1201. package/build/core/middleware/envInfoLoader.js +0 -308
  1202. package/build/core/middleware/envInfoLoader.js.map +0 -1
  1203. package/build/core/middleware/index.d.ts +0 -11
  1204. package/build/core/middleware/index.d.ts.map +0 -1
  1205. package/build/core/middleware/index.js +0 -14
  1206. package/build/core/middleware/index.js.map +0 -1
  1207. package/build/core/middleware/solutionLoader.d.ts +0 -4
  1208. package/build/core/middleware/solutionLoader.d.ts.map +0 -1
  1209. package/build/core/middleware/solutionLoader.js +0 -34
  1210. package/build/core/middleware/solutionLoader.js.map +0 -1
  1211. package/build/plugins/index.d.ts +0 -3
  1212. package/build/plugins/index.d.ts.map +0 -1
  1213. package/build/plugins/index.js +0 -8
  1214. package/build/plugins/index.js.map +0 -1
  1215. package/build/plugins/resource/aad/aadAppClient.d.ts.map +0 -1
  1216. package/build/plugins/resource/aad/aadAppClient.js +0 -344
  1217. package/build/plugins/resource/aad/aadAppClient.js.map +0 -1
  1218. package/build/plugins/resource/aad/aadAppManifestManager.d.ts.map +0 -1
  1219. package/build/plugins/resource/aad/aadAppManifestManager.js +0 -127
  1220. package/build/plugins/resource/aad/aadAppManifestManager.js.map +0 -1
  1221. package/build/plugins/resource/aad/appStudio.d.ts.map +0 -1
  1222. package/build/plugins/resource/aad/appStudio.js +0 -83
  1223. package/build/plugins/resource/aad/appStudio.js.map +0 -1
  1224. package/build/plugins/resource/aad/constants.d.ts +0 -168
  1225. package/build/plugins/resource/aad/constants.d.ts.map +0 -1
  1226. package/build/plugins/resource/aad/constants.js +0 -277
  1227. package/build/plugins/resource/aad/constants.js.map +0 -1
  1228. package/build/plugins/resource/aad/errorCodes.d.ts.map +0 -1
  1229. package/build/plugins/resource/aad/errorCodes.js.map +0 -1
  1230. package/build/plugins/resource/aad/errors.d.ts.map +0 -1
  1231. package/build/plugins/resource/aad/errors.js.map +0 -1
  1232. package/build/plugins/resource/aad/graph.d.ts.map +0 -1
  1233. package/build/plugins/resource/aad/graph.js.map +0 -1
  1234. package/build/plugins/resource/aad/index.d.ts +0 -32
  1235. package/build/plugins/resource/aad/index.d.ts.map +0 -1
  1236. package/build/plugins/resource/aad/index.js +0 -154
  1237. package/build/plugins/resource/aad/index.js.map +0 -1
  1238. package/build/plugins/resource/aad/interfaces/AADApplication.d.ts.map +0 -1
  1239. package/build/plugins/resource/aad/interfaces/AADApplication.js.map +0 -1
  1240. package/build/plugins/resource/aad/interfaces/AADManifest.d.ts.map +0 -1
  1241. package/build/plugins/resource/aad/interfaces/AADManifest.js.map +0 -1
  1242. package/build/plugins/resource/aad/interfaces/IAADApplication.d.ts.map +0 -1
  1243. package/build/plugins/resource/aad/interfaces/IAADApplication.js.map +0 -1
  1244. package/build/plugins/resource/aad/interfaces/IAADDefinition.d.ts.map +0 -1
  1245. package/build/plugins/resource/aad/interfaces/IAADDefinition.js.map +0 -1
  1246. package/build/plugins/resource/aad/interfaces/IPermission.d.ts.map +0 -1
  1247. package/build/plugins/resource/aad/interfaces/IPermission.js.map +0 -1
  1248. package/build/plugins/resource/aad/interfaces/IPermissionList.d.ts.map +0 -1
  1249. package/build/plugins/resource/aad/interfaces/IPermissionList.js.map +0 -1
  1250. package/build/plugins/resource/aad/interfaces/models.d.ts.map +0 -1
  1251. package/build/plugins/resource/aad/interfaces/models.js.map +0 -1
  1252. package/build/plugins/resource/aad/permissions/index.d.ts.map +0 -1
  1253. package/build/plugins/resource/aad/permissions/index.js +0 -64
  1254. package/build/plugins/resource/aad/permissions/index.js.map +0 -1
  1255. package/build/plugins/resource/aad/plugin.d.ts +0 -28
  1256. package/build/plugins/resource/aad/plugin.d.ts.map +0 -1
  1257. package/build/plugins/resource/aad/plugin.js +0 -509
  1258. package/build/plugins/resource/aad/plugin.js.map +0 -1
  1259. package/build/plugins/resource/aad/results.d.ts.map +0 -1
  1260. package/build/plugins/resource/aad/results.js.map +0 -1
  1261. package/build/plugins/resource/aad/utils/aadManifestHelper.d.ts.map +0 -1
  1262. package/build/plugins/resource/aad/utils/aadManifestHelper.js.map +0 -1
  1263. package/build/plugins/resource/aad/utils/configs.d.ts.map +0 -1
  1264. package/build/plugins/resource/aad/utils/configs.js +0 -568
  1265. package/build/plugins/resource/aad/utils/configs.js.map +0 -1
  1266. package/build/plugins/resource/aad/utils/dialog.d.ts.map +0 -1
  1267. package/build/plugins/resource/aad/utils/dialog.js.map +0 -1
  1268. package/build/plugins/resource/aad/utils/format.d.ts.map +0 -1
  1269. package/build/plugins/resource/aad/utils/format.js.map +0 -1
  1270. package/build/plugins/resource/aad/utils/telemetry.d.ts.map +0 -1
  1271. package/build/plugins/resource/aad/utils/telemetry.js +0 -52
  1272. package/build/plugins/resource/aad/utils/telemetry.js.map +0 -1
  1273. package/build/plugins/resource/aad/utils/tokenProvider.d.ts.map +0 -1
  1274. package/build/plugins/resource/aad/utils/tokenProvider.js +0 -77
  1275. package/build/plugins/resource/aad/utils/tokenProvider.js.map +0 -1
  1276. package/build/plugins/resource/aad/v2/index.d.ts +0 -22
  1277. package/build/plugins/resource/aad/v2/index.d.ts.map +0 -1
  1278. package/build/plugins/resource/aad/v2/index.js +0 -65
  1279. package/build/plugins/resource/aad/v2/index.js.map +0 -1
  1280. package/build/plugins/resource/aad/v3/index.d.ts +0 -22
  1281. package/build/plugins/resource/aad/v3/index.d.ts.map +0 -1
  1282. package/build/plugins/resource/aad/v3/index.js +0 -283
  1283. package/build/plugins/resource/aad/v3/index.js.map +0 -1
  1284. package/build/plugins/resource/apim/index.d.ts +0 -22
  1285. package/build/plugins/resource/apim/index.d.ts.map +0 -1
  1286. package/build/plugins/resource/apim/index.js +0 -161
  1287. package/build/plugins/resource/apim/index.js.map +0 -1
  1288. package/build/plugins/resource/apim/v2/index.d.ts +0 -18
  1289. package/build/plugins/resource/apim/v2/index.d.ts.map +0 -1
  1290. package/build/plugins/resource/apim/v2/index.js +0 -66
  1291. package/build/plugins/resource/apim/v2/index.js.map +0 -1
  1292. package/build/plugins/resource/appstudio/appStudio.d.ts +0 -46
  1293. package/build/plugins/resource/appstudio/appStudio.d.ts.map +0 -1
  1294. package/build/plugins/resource/appstudio/appStudio.js +0 -332
  1295. package/build/plugins/resource/appstudio/appStudio.js.map +0 -1
  1296. package/build/plugins/resource/appstudio/constants.d.ts +0 -86
  1297. package/build/plugins/resource/appstudio/constants.d.ts.map +0 -1
  1298. package/build/plugins/resource/appstudio/constants.js +0 -322
  1299. package/build/plugins/resource/appstudio/constants.js.map +0 -1
  1300. package/build/plugins/resource/appstudio/errors.d.ts +0 -115
  1301. package/build/plugins/resource/appstudio/errors.d.ts.map +0 -1
  1302. package/build/plugins/resource/appstudio/errors.js +0 -221
  1303. package/build/plugins/resource/appstudio/errors.js.map +0 -1
  1304. package/build/plugins/resource/appstudio/index.d.ts +0 -52
  1305. package/build/plugins/resource/appstudio/index.d.ts.map +0 -1
  1306. package/build/plugins/resource/appstudio/index.js +0 -402
  1307. package/build/plugins/resource/appstudio/index.js.map +0 -1
  1308. package/build/plugins/resource/appstudio/interfaces/IPublishingAppDefinition.d.ts.map +0 -1
  1309. package/build/plugins/resource/appstudio/interfaces/IPublishingAppDefinition.js.map +0 -1
  1310. package/build/plugins/resource/appstudio/interfaces/activitiesDefinitionItem.d.ts.map +0 -1
  1311. package/build/plugins/resource/appstudio/interfaces/activitiesDefinitionItem.js.map +0 -1
  1312. package/build/plugins/resource/appstudio/interfaces/activityDefinitionItem.d.ts.map +0 -1
  1313. package/build/plugins/resource/appstudio/interfaces/activityDefinitionItem.js.map +0 -1
  1314. package/build/plugins/resource/appstudio/interfaces/appAuthorizationItem.d.ts.map +0 -1
  1315. package/build/plugins/resource/appstudio/interfaces/appAuthorizationItem.js.map +0 -1
  1316. package/build/plugins/resource/appstudio/interfaces/appCategory.d.ts.map +0 -1
  1317. package/build/plugins/resource/appstudio/interfaces/appCategory.js.map +0 -1
  1318. package/build/plugins/resource/appstudio/interfaces/appDefinition.d.ts.map +0 -1
  1319. package/build/plugins/resource/appstudio/interfaces/appDefinition.js.map +0 -1
  1320. package/build/plugins/resource/appstudio/interfaces/appEnvironment.d.ts.map +0 -1
  1321. package/build/plugins/resource/appstudio/interfaces/appEnvironment.js.map +0 -1
  1322. package/build/plugins/resource/appstudio/interfaces/appEnvironmentProperty.d.ts.map +0 -1
  1323. package/build/plugins/resource/appstudio/interfaces/appEnvironmentProperty.js.map +0 -1
  1324. package/build/plugins/resource/appstudio/interfaces/appItemHostedCapability.d.ts.map +0 -1
  1325. package/build/plugins/resource/appstudio/interfaces/appItemHostedCapability.js.map +0 -1
  1326. package/build/plugins/resource/appstudio/interfaces/appItemIndustry.d.ts.map +0 -1
  1327. package/build/plugins/resource/appstudio/interfaces/appItemIndustry.js.map +0 -1
  1328. package/build/plugins/resource/appstudio/interfaces/appPermissionNodeItem.d.ts.map +0 -1
  1329. package/build/plugins/resource/appstudio/interfaces/appPermissionNodeItem.js.map +0 -1
  1330. package/build/plugins/resource/appstudio/interfaces/appPermissionNodeItemType.d.ts.map +0 -1
  1331. package/build/plugins/resource/appstudio/interfaces/appPermissionNodeItemType.js.map +0 -1
  1332. package/build/plugins/resource/appstudio/interfaces/appPermissionsItem.d.ts.map +0 -1
  1333. package/build/plugins/resource/appstudio/interfaces/appPermissionsItem.js.map +0 -1
  1334. package/build/plugins/resource/appstudio/interfaces/appUser.d.ts.map +0 -1
  1335. package/build/plugins/resource/appstudio/interfaces/appUser.js.map +0 -1
  1336. package/build/plugins/resource/appstudio/interfaces/appUserSetting.d.ts.map +0 -1
  1337. package/build/plugins/resource/appstudio/interfaces/appUserSetting.js.map +0 -1
  1338. package/build/plugins/resource/appstudio/interfaces/bot.d.ts.map +0 -1
  1339. package/build/plugins/resource/appstudio/interfaces/bot.js.map +0 -1
  1340. package/build/plugins/resource/appstudio/interfaces/botCommand.d.ts.map +0 -1
  1341. package/build/plugins/resource/appstudio/interfaces/botCommand.js.map +0 -1
  1342. package/build/plugins/resource/appstudio/interfaces/configurableTab.d.ts.map +0 -1
  1343. package/build/plugins/resource/appstudio/interfaces/configurableTab.js.map +0 -1
  1344. package/build/plugins/resource/appstudio/interfaces/connector.d.ts.map +0 -1
  1345. package/build/plugins/resource/appstudio/interfaces/connector.js.map +0 -1
  1346. package/build/plugins/resource/appstudio/interfaces/defaultGroupCapability.d.ts.map +0 -1
  1347. package/build/plugins/resource/appstudio/interfaces/defaultGroupCapability.js.map +0 -1
  1348. package/build/plugins/resource/appstudio/interfaces/disabledScopeItemType.d.ts.map +0 -1
  1349. package/build/plugins/resource/appstudio/interfaces/disabledScopeItemType.js.map +0 -1
  1350. package/build/plugins/resource/appstudio/interfaces/graphConnector.d.ts.map +0 -1
  1351. package/build/plugins/resource/appstudio/interfaces/graphConnector.js.map +0 -1
  1352. package/build/plugins/resource/appstudio/interfaces/language.d.ts.map +0 -1
  1353. package/build/plugins/resource/appstudio/interfaces/language.js.map +0 -1
  1354. package/build/plugins/resource/appstudio/interfaces/localizationInfo.d.ts.map +0 -1
  1355. package/build/plugins/resource/appstudio/interfaces/localizationInfo.js.map +0 -1
  1356. package/build/plugins/resource/appstudio/interfaces/meetingExtensionDefinitionItem.d.ts.map +0 -1
  1357. package/build/plugins/resource/appstudio/interfaces/meetingExtensionDefinitionItem.js.map +0 -1
  1358. package/build/plugins/resource/appstudio/interfaces/messagingExtension.d.ts.map +0 -1
  1359. package/build/plugins/resource/appstudio/interfaces/messagingExtension.js.map +0 -1
  1360. package/build/plugins/resource/appstudio/interfaces/messagingExtensionCommand.d.ts.map +0 -1
  1361. package/build/plugins/resource/appstudio/interfaces/messagingExtensionCommand.js.map +0 -1
  1362. package/build/plugins/resource/appstudio/interfaces/messagingExtensionCommandParameter.d.ts.map +0 -1
  1363. package/build/plugins/resource/appstudio/interfaces/messagingExtensionCommandParameter.js.map +0 -1
  1364. package/build/plugins/resource/appstudio/interfaces/messagingExtensionCommandTaskInfo.d.ts.map +0 -1
  1365. package/build/plugins/resource/appstudio/interfaces/messagingExtensionCommandTaskInfo.js.map +0 -1
  1366. package/build/plugins/resource/appstudio/interfaces/messagingExtensionMessageHandler.d.ts.map +0 -1
  1367. package/build/plugins/resource/appstudio/interfaces/messagingExtensionMessageHandler.js.map +0 -1
  1368. package/build/plugins/resource/appstudio/interfaces/messagingExtensionMessageHandlerLink.d.ts.map +0 -1
  1369. package/build/plugins/resource/appstudio/interfaces/messagingExtensionMessageHandlerLink.js.map +0 -1
  1370. package/build/plugins/resource/appstudio/interfaces/messagingExtensionParameterChoice.d.ts.map +0 -1
  1371. package/build/plugins/resource/appstudio/interfaces/messagingExtensionParameterChoice.js.map +0 -1
  1372. package/build/plugins/resource/appstudio/interfaces/staticTab.d.ts.map +0 -1
  1373. package/build/plugins/resource/appstudio/interfaces/staticTab.js.map +0 -1
  1374. package/build/plugins/resource/appstudio/interfaces/subscriptionOffer.d.ts.map +0 -1
  1375. package/build/plugins/resource/appstudio/interfaces/subscriptionOffer.js.map +0 -1
  1376. package/build/plugins/resource/appstudio/interfaces/togetherModeSceneItem.d.ts.map +0 -1
  1377. package/build/plugins/resource/appstudio/interfaces/togetherModeSceneItem.js.map +0 -1
  1378. package/build/plugins/resource/appstudio/interfaces/webApplicationInfoItem.d.ts.map +0 -1
  1379. package/build/plugins/resource/appstudio/interfaces/webApplicationInfoItem.js.map +0 -1
  1380. package/build/plugins/resource/appstudio/manifestTemplate.d.ts +0 -15
  1381. package/build/plugins/resource/appstudio/manifestTemplate.d.ts.map +0 -1
  1382. package/build/plugins/resource/appstudio/manifestTemplate.js +0 -293
  1383. package/build/plugins/resource/appstudio/manifestTemplate.js.map +0 -1
  1384. package/build/plugins/resource/appstudio/plugin.d.ts +0 -34
  1385. package/build/plugins/resource/appstudio/plugin.d.ts.map +0 -1
  1386. package/build/plugins/resource/appstudio/plugin.js +0 -945
  1387. package/build/plugins/resource/appstudio/plugin.js.map +0 -1
  1388. package/build/plugins/resource/appstudio/questions.d.ts.map +0 -1
  1389. package/build/plugins/resource/appstudio/questions.js.map +0 -1
  1390. package/build/plugins/resource/appstudio/results.d.ts.map +0 -1
  1391. package/build/plugins/resource/appstudio/results.js.map +0 -1
  1392. package/build/plugins/resource/appstudio/utils/telemetry.d.ts.map +0 -1
  1393. package/build/plugins/resource/appstudio/utils/telemetry.js +0 -110
  1394. package/build/plugins/resource/appstudio/utils/telemetry.js.map +0 -1
  1395. package/build/plugins/resource/appstudio/utils/utils.d.ts.map +0 -1
  1396. package/build/plugins/resource/appstudio/utils/utils.js.map +0 -1
  1397. package/build/plugins/resource/appstudio/v2/index.d.ts +0 -21
  1398. package/build/plugins/resource/appstudio/v2/index.d.ts.map +0 -1
  1399. package/build/plugins/resource/appstudio/v2/index.js +0 -83
  1400. package/build/plugins/resource/appstudio/v2/index.js.map +0 -1
  1401. package/build/plugins/resource/bot/aadRegistration.d.ts.map +0 -1
  1402. package/build/plugins/resource/bot/aadRegistration.js +0 -86
  1403. package/build/plugins/resource/bot/aadRegistration.js.map +0 -1
  1404. package/build/plugins/resource/bot/appStudio/appStudio.d.ts +0 -15
  1405. package/build/plugins/resource/bot/appStudio/appStudio.d.ts.map +0 -1
  1406. package/build/plugins/resource/bot/appStudio/appStudio.js +0 -173
  1407. package/build/plugins/resource/bot/appStudio/appStudio.js.map +0 -1
  1408. package/build/plugins/resource/bot/appStudio/interfaces/IAADApplication.d.ts.map +0 -1
  1409. package/build/plugins/resource/bot/appStudio/interfaces/IAADApplication.js +0 -3
  1410. package/build/plugins/resource/bot/appStudio/interfaces/IAADApplication.js.map +0 -1
  1411. package/build/plugins/resource/bot/appStudio/interfaces/IAADDefinition.d.ts.map +0 -1
  1412. package/build/plugins/resource/bot/appStudio/interfaces/IAADDefinition.js.map +0 -1
  1413. package/build/plugins/resource/bot/appStudio/interfaces/IBotRegistration.d.ts.map +0 -1
  1414. package/build/plugins/resource/bot/appStudio/interfaces/IBotRegistration.js +0 -3
  1415. package/build/plugins/resource/bot/appStudio/interfaces/IBotRegistration.js.map +0 -1
  1416. package/build/plugins/resource/bot/botAuthCredential.d.ts.map +0 -1
  1417. package/build/plugins/resource/bot/botAuthCredential.js +0 -7
  1418. package/build/plugins/resource/bot/botAuthCredential.js.map +0 -1
  1419. package/build/plugins/resource/bot/clientFactory.d.ts +0 -7
  1420. package/build/plugins/resource/bot/clientFactory.d.ts.map +0 -1
  1421. package/build/plugins/resource/bot/clientFactory.js +0 -38
  1422. package/build/plugins/resource/bot/clientFactory.js.map +0 -1
  1423. package/build/plugins/resource/bot/configs/deployConfig.d.ts +0 -7
  1424. package/build/plugins/resource/bot/configs/deployConfig.d.ts.map +0 -1
  1425. package/build/plugins/resource/bot/configs/deployConfig.js +0 -22
  1426. package/build/plugins/resource/bot/configs/deployConfig.js.map +0 -1
  1427. package/build/plugins/resource/bot/configs/localDebugConfig.d.ts +0 -12
  1428. package/build/plugins/resource/bot/configs/localDebugConfig.d.ts.map +0 -1
  1429. package/build/plugins/resource/bot/configs/localDebugConfig.js +0 -36
  1430. package/build/plugins/resource/bot/configs/localDebugConfig.js.map +0 -1
  1431. package/build/plugins/resource/bot/configs/provisionConfig.d.ts +0 -25
  1432. package/build/plugins/resource/bot/configs/provisionConfig.d.ts.map +0 -1
  1433. package/build/plugins/resource/bot/configs/provisionConfig.js +0 -64
  1434. package/build/plugins/resource/bot/configs/provisionConfig.js.map +0 -1
  1435. package/build/plugins/resource/bot/configs/scaffoldConfig.d.ts +0 -29
  1436. package/build/plugins/resource/bot/configs/scaffoldConfig.d.ts.map +0 -1
  1437. package/build/plugins/resource/bot/configs/scaffoldConfig.js +0 -116
  1438. package/build/plugins/resource/bot/configs/scaffoldConfig.js.map +0 -1
  1439. package/build/plugins/resource/bot/configs/teamsBotConfig.d.ts +0 -23
  1440. package/build/plugins/resource/bot/configs/teamsBotConfig.d.ts.map +0 -1
  1441. package/build/plugins/resource/bot/configs/teamsBotConfig.js +0 -76
  1442. package/build/plugins/resource/bot/configs/teamsBotConfig.js.map +0 -1
  1443. package/build/plugins/resource/bot/constants.d.ts +0 -162
  1444. package/build/plugins/resource/bot/constants.d.ts.map +0 -1
  1445. package/build/plugins/resource/bot/constants.js +0 -223
  1446. package/build/plugins/resource/bot/constants.js.map +0 -1
  1447. package/build/plugins/resource/bot/deployMgr.d.ts +0 -11
  1448. package/build/plugins/resource/bot/deployMgr.d.ts.map +0 -1
  1449. package/build/plugins/resource/bot/deployMgr.js +0 -105
  1450. package/build/plugins/resource/bot/deployMgr.js.map +0 -1
  1451. package/build/plugins/resource/bot/dotnet/appSettings/appSettingsWithSSO.json +0 -23
  1452. package/build/plugins/resource/bot/dotnet/constants.d.ts +0 -16
  1453. package/build/plugins/resource/bot/dotnet/constants.d.ts.map +0 -1
  1454. package/build/plugins/resource/bot/dotnet/constants.js +0 -25
  1455. package/build/plugins/resource/bot/dotnet/constants.js.map +0 -1
  1456. package/build/plugins/resource/bot/dotnet/errors.d.ts +0 -5
  1457. package/build/plugins/resource/bot/dotnet/errors.d.ts.map +0 -1
  1458. package/build/plugins/resource/bot/dotnet/errors.js +0 -21
  1459. package/build/plugins/resource/bot/dotnet/errors.js.map +0 -1
  1460. package/build/plugins/resource/bot/dotnet/plugin.d.ts +0 -12
  1461. package/build/plugins/resource/bot/dotnet/plugin.d.ts.map +0 -1
  1462. package/build/plugins/resource/bot/dotnet/plugin.js +0 -132
  1463. package/build/plugins/resource/bot/dotnet/plugin.js.map +0 -1
  1464. package/build/plugins/resource/bot/enums/pluginActRoles.d.ts +0 -8
  1465. package/build/plugins/resource/bot/enums/pluginActRoles.d.ts.map +0 -1
  1466. package/build/plugins/resource/bot/enums/pluginActRoles.js +0 -12
  1467. package/build/plugins/resource/bot/enums/pluginActRoles.js.map +0 -1
  1468. package/build/plugins/resource/bot/enums/programmingLanguage.d.ts +0 -6
  1469. package/build/plugins/resource/bot/enums/programmingLanguage.d.ts.map +0 -1
  1470. package/build/plugins/resource/bot/enums/programmingLanguage.js +0 -12
  1471. package/build/plugins/resource/bot/enums/programmingLanguage.js.map +0 -1
  1472. package/build/plugins/resource/bot/errors.d.ts +0 -91
  1473. package/build/plugins/resource/bot/errors.d.ts.map +0 -1
  1474. package/build/plugins/resource/bot/errors.js +0 -266
  1475. package/build/plugins/resource/bot/errors.js.map +0 -1
  1476. package/build/plugins/resource/bot/functionsHostedBot/deployMgr.d.ts +0 -18
  1477. package/build/plugins/resource/bot/functionsHostedBot/deployMgr.d.ts.map +0 -1
  1478. package/build/plugins/resource/bot/functionsHostedBot/deployMgr.js +0 -166
  1479. package/build/plugins/resource/bot/functionsHostedBot/deployMgr.js.map +0 -1
  1480. package/build/plugins/resource/bot/functionsHostedBot/plugin.d.ts +0 -9
  1481. package/build/plugins/resource/bot/functionsHostedBot/plugin.d.ts.map +0 -1
  1482. package/build/plugins/resource/bot/functionsHostedBot/plugin.js +0 -139
  1483. package/build/plugins/resource/bot/functionsHostedBot/plugin.js.map +0 -1
  1484. package/build/plugins/resource/bot/index.d.ts +0 -36
  1485. package/build/plugins/resource/bot/index.d.ts.map +0 -1
  1486. package/build/plugins/resource/bot/index.js +0 -157
  1487. package/build/plugins/resource/bot/index.js.map +0 -1
  1488. package/build/plugins/resource/bot/interface.d.ts +0 -15
  1489. package/build/plugins/resource/bot/interface.d.ts.map +0 -1
  1490. package/build/plugins/resource/bot/interface.js +0 -5
  1491. package/build/plugins/resource/bot/interface.js.map +0 -1
  1492. package/build/plugins/resource/bot/languageStrategy.d.ts +0 -14
  1493. package/build/plugins/resource/bot/languageStrategy.d.ts.map +0 -1
  1494. package/build/plugins/resource/bot/languageStrategy.js +0 -126
  1495. package/build/plugins/resource/bot/languageStrategy.js.map +0 -1
  1496. package/build/plugins/resource/bot/logger.d.ts +0 -10
  1497. package/build/plugins/resource/bot/logger.d.ts.map +0 -1
  1498. package/build/plugins/resource/bot/logger.js +0 -27
  1499. package/build/plugins/resource/bot/logger.js.map +0 -1
  1500. package/build/plugins/resource/bot/plugin.d.ts +0 -24
  1501. package/build/plugins/resource/bot/plugin.d.ts.map +0 -1
  1502. package/build/plugins/resource/bot/plugin.js +0 -322
  1503. package/build/plugins/resource/bot/plugin.js.map +0 -1
  1504. package/build/plugins/resource/bot/progressBars.d.ts +0 -7
  1505. package/build/plugins/resource/bot/progressBars.d.ts.map +0 -1
  1506. package/build/plugins/resource/bot/progressBars.js +0 -37
  1507. package/build/plugins/resource/bot/progressBars.js.map +0 -1
  1508. package/build/plugins/resource/bot/question.d.ts +0 -22
  1509. package/build/plugins/resource/bot/question.d.ts.map +0 -1
  1510. package/build/plugins/resource/bot/question.js +0 -118
  1511. package/build/plugins/resource/bot/question.js.map +0 -1
  1512. package/build/plugins/resource/bot/resources/messages.d.ts +0 -45
  1513. package/build/plugins/resource/bot/resources/messages.d.ts.map +0 -1
  1514. package/build/plugins/resource/bot/resources/messages.js +0 -95
  1515. package/build/plugins/resource/bot/resources/messages.js.map +0 -1
  1516. package/build/plugins/resource/bot/resources/strings.d.ts +0 -106
  1517. package/build/plugins/resource/bot/resources/strings.d.ts.map +0 -1
  1518. package/build/plugins/resource/bot/resources/strings.js +0 -129
  1519. package/build/plugins/resource/bot/resources/strings.js.map +0 -1
  1520. package/build/plugins/resource/bot/result.d.ts +0 -14
  1521. package/build/plugins/resource/bot/result.d.ts.map +0 -1
  1522. package/build/plugins/resource/bot/result.js +0 -40
  1523. package/build/plugins/resource/bot/result.js.map +0 -1
  1524. package/build/plugins/resource/bot/utils/common.d.ts +0 -36
  1525. package/build/plugins/resource/bot/utils/common.d.ts.map +0 -1
  1526. package/build/plugins/resource/bot/utils/common.js +0 -229
  1527. package/build/plugins/resource/bot/utils/common.js.map +0 -1
  1528. package/build/plugins/resource/bot/utils/dir-walk.d.ts.map +0 -1
  1529. package/build/plugins/resource/bot/utils/dir-walk.js.map +0 -1
  1530. package/build/plugins/resource/bot/utils/resourceNameFactory.d.ts.map +0 -1
  1531. package/build/plugins/resource/bot/utils/resourceNameFactory.js +0 -24
  1532. package/build/plugins/resource/bot/utils/resourceNameFactory.js.map +0 -1
  1533. package/build/plugins/resource/bot/utils/retryHandler.d.ts.map +0 -1
  1534. package/build/plugins/resource/bot/utils/retryHandler.js +0 -29
  1535. package/build/plugins/resource/bot/utils/retryHandler.js.map +0 -1
  1536. package/build/plugins/resource/bot/utils/telemetry-helper.d.ts +0 -31
  1537. package/build/plugins/resource/bot/utils/telemetry-helper.d.ts.map +0 -1
  1538. package/build/plugins/resource/bot/utils/telemetry-helper.js +0 -72
  1539. package/build/plugins/resource/bot/utils/telemetry-helper.js.map +0 -1
  1540. package/build/plugins/resource/bot/utils/zipDeploy.d.ts +0 -2
  1541. package/build/plugins/resource/bot/utils/zipDeploy.d.ts.map +0 -1
  1542. package/build/plugins/resource/bot/utils/zipDeploy.js +0 -10
  1543. package/build/plugins/resource/bot/utils/zipDeploy.js.map +0 -1
  1544. package/build/plugins/resource/bot/v2/common.d.ts +0 -12
  1545. package/build/plugins/resource/bot/v2/common.d.ts.map +0 -1
  1546. package/build/plugins/resource/bot/v2/common.js +0 -95
  1547. package/build/plugins/resource/bot/v2/common.js.map +0 -1
  1548. package/build/plugins/resource/bot/v2/enum.d.ts +0 -17
  1549. package/build/plugins/resource/bot/v2/enum.d.ts.map +0 -1
  1550. package/build/plugins/resource/bot/v2/enum.js +0 -26
  1551. package/build/plugins/resource/bot/v2/enum.js.map +0 -1
  1552. package/build/plugins/resource/bot/v2/index.d.ts +0 -23
  1553. package/build/plugins/resource/bot/v2/index.d.ts.map +0 -1
  1554. package/build/plugins/resource/bot/v2/index.js +0 -79
  1555. package/build/plugins/resource/bot/v2/index.js.map +0 -1
  1556. package/build/plugins/resource/bot/v2/interface/codeTemplateInfo.d.ts +0 -10
  1557. package/build/plugins/resource/bot/v2/interface/codeTemplateInfo.d.ts.map +0 -1
  1558. package/build/plugins/resource/bot/v2/interface/codeTemplateInfo.js +0 -5
  1559. package/build/plugins/resource/bot/v2/interface/codeTemplateInfo.js.map +0 -1
  1560. package/build/plugins/resource/bot/v2/mapping.d.ts +0 -13
  1561. package/build/plugins/resource/bot/v2/mapping.d.ts.map +0 -1
  1562. package/build/plugins/resource/bot/v2/mapping.js +0 -116
  1563. package/build/plugins/resource/bot/v2/mapping.js.map +0 -1
  1564. package/build/plugins/resource/bot/v2/plugin.d.ts +0 -50
  1565. package/build/plugins/resource/bot/v2/plugin.d.ts.map +0 -1
  1566. package/build/plugins/resource/bot/v2/plugin.js +0 -319
  1567. package/build/plugins/resource/bot/v2/plugin.js.map +0 -1
  1568. package/build/plugins/resource/bot/v2/scaffold.d.ts +0 -5
  1569. package/build/plugins/resource/bot/v2/scaffold.d.ts.map +0 -1
  1570. package/build/plugins/resource/bot/v2/scaffold.js +0 -48
  1571. package/build/plugins/resource/bot/v2/scaffold.js.map +0 -1
  1572. package/build/plugins/resource/bot/v3/error.d.ts +0 -15
  1573. package/build/plugins/resource/bot/v3/error.d.ts.map +0 -1
  1574. package/build/plugins/resource/bot/v3/error.js +0 -50
  1575. package/build/plugins/resource/bot/v3/error.js.map +0 -1
  1576. package/build/plugins/resource/frontend/clients.d.ts +0 -27
  1577. package/build/plugins/resource/frontend/clients.d.ts.map +0 -1
  1578. package/build/plugins/resource/frontend/clients.js +0 -166
  1579. package/build/plugins/resource/frontend/clients.js.map +0 -1
  1580. package/build/plugins/resource/frontend/configs.d.ts +0 -23
  1581. package/build/plugins/resource/frontend/configs.d.ts.map +0 -1
  1582. package/build/plugins/resource/frontend/configs.js +0 -87
  1583. package/build/plugins/resource/frontend/configs.js.map +0 -1
  1584. package/build/plugins/resource/frontend/constants.d.ts +0 -116
  1585. package/build/plugins/resource/frontend/constants.d.ts.map +0 -1
  1586. package/build/plugins/resource/frontend/constants.js +0 -138
  1587. package/build/plugins/resource/frontend/constants.js.map +0 -1
  1588. package/build/plugins/resource/frontend/dotnet/constants.d.ts +0 -70
  1589. package/build/plugins/resource/frontend/dotnet/constants.d.ts.map +0 -1
  1590. package/build/plugins/resource/frontend/dotnet/constants.js +0 -89
  1591. package/build/plugins/resource/frontend/dotnet/constants.js.map +0 -1
  1592. package/build/plugins/resource/frontend/dotnet/enum.d.ts +0 -20
  1593. package/build/plugins/resource/frontend/dotnet/enum.d.ts.map +0 -1
  1594. package/build/plugins/resource/frontend/dotnet/enum.js +0 -30
  1595. package/build/plugins/resource/frontend/dotnet/enum.js.map +0 -1
  1596. package/build/plugins/resource/frontend/dotnet/ops/deploy.d.ts +0 -7
  1597. package/build/plugins/resource/frontend/dotnet/ops/deploy.d.ts.map +0 -1
  1598. package/build/plugins/resource/frontend/dotnet/ops/deploy.js +0 -90
  1599. package/build/plugins/resource/frontend/dotnet/ops/deploy.js.map +0 -1
  1600. package/build/plugins/resource/frontend/dotnet/ops/scaffold.d.ts +0 -6
  1601. package/build/plugins/resource/frontend/dotnet/ops/scaffold.d.ts.map +0 -1
  1602. package/build/plugins/resource/frontend/dotnet/ops/scaffold.js +0 -53
  1603. package/build/plugins/resource/frontend/dotnet/ops/scaffold.js.map +0 -1
  1604. package/build/plugins/resource/frontend/dotnet/plugin.d.ts +0 -33
  1605. package/build/plugins/resource/frontend/dotnet/plugin.d.ts.map +0 -1
  1606. package/build/plugins/resource/frontend/dotnet/plugin.js +0 -198
  1607. package/build/plugins/resource/frontend/dotnet/plugin.js.map +0 -1
  1608. package/build/plugins/resource/frontend/dotnet/resources/errors.d.ts +0 -42
  1609. package/build/plugins/resource/frontend/dotnet/resources/errors.d.ts.map +0 -1
  1610. package/build/plugins/resource/frontend/dotnet/resources/errors.js +0 -134
  1611. package/build/plugins/resource/frontend/dotnet/resources/errors.js.map +0 -1
  1612. package/build/plugins/resource/frontend/dotnet/resources/messages.d.ts +0 -26
  1613. package/build/plugins/resource/frontend/dotnet/resources/messages.d.ts.map +0 -1
  1614. package/build/plugins/resource/frontend/dotnet/resources/messages.js +0 -35
  1615. package/build/plugins/resource/frontend/dotnet/resources/messages.js.map +0 -1
  1616. package/build/plugins/resource/frontend/dotnet/resources/steps.d.ts +0 -3
  1617. package/build/plugins/resource/frontend/dotnet/resources/steps.d.ts.map +0 -1
  1618. package/build/plugins/resource/frontend/dotnet/resources/steps.js +0 -16
  1619. package/build/plugins/resource/frontend/dotnet/resources/steps.js.map +0 -1
  1620. package/build/plugins/resource/frontend/dotnet/resources/templateInfo.d.ts +0 -15
  1621. package/build/plugins/resource/frontend/dotnet/resources/templateInfo.d.ts.map +0 -1
  1622. package/build/plugins/resource/frontend/dotnet/resources/templateInfo.js +0 -17
  1623. package/build/plugins/resource/frontend/dotnet/resources/templateInfo.js.map +0 -1
  1624. package/build/plugins/resource/frontend/dotnet/utils/azure-client.d.ts +0 -6
  1625. package/build/plugins/resource/frontend/dotnet/utils/azure-client.d.ts.map +0 -1
  1626. package/build/plugins/resource/frontend/dotnet/utils/azure-client.js +0 -11
  1627. package/build/plugins/resource/frontend/dotnet/utils/azure-client.js.map +0 -1
  1628. package/build/plugins/resource/frontend/env.d.ts +0 -22
  1629. package/build/plugins/resource/frontend/env.d.ts.map +0 -1
  1630. package/build/plugins/resource/frontend/env.js +0 -103
  1631. package/build/plugins/resource/frontend/env.js.map +0 -1
  1632. package/build/plugins/resource/frontend/error-factory.d.ts +0 -10
  1633. package/build/plugins/resource/frontend/error-factory.d.ts.map +0 -1
  1634. package/build/plugins/resource/frontend/error-factory.js +0 -34
  1635. package/build/plugins/resource/frontend/error-factory.js.map +0 -1
  1636. package/build/plugins/resource/frontend/index.d.ts +0 -26
  1637. package/build/plugins/resource/frontend/index.d.ts.map +0 -1
  1638. package/build/plugins/resource/frontend/index.js +0 -108
  1639. package/build/plugins/resource/frontend/index.js.map +0 -1
  1640. package/build/plugins/resource/frontend/interface.d.ts +0 -13
  1641. package/build/plugins/resource/frontend/interface.d.ts.map +0 -1
  1642. package/build/plugins/resource/frontend/interface.js +0 -5
  1643. package/build/plugins/resource/frontend/interface.js.map +0 -1
  1644. package/build/plugins/resource/frontend/ops/deploy.d.ts +0 -24
  1645. package/build/plugins/resource/frontend/ops/deploy.d.ts.map +0 -1
  1646. package/build/plugins/resource/frontend/ops/deploy.js +0 -231
  1647. package/build/plugins/resource/frontend/ops/deploy.js.map +0 -1
  1648. package/build/plugins/resource/frontend/ops/scaffold.d.ts +0 -5
  1649. package/build/plugins/resource/frontend/ops/scaffold.d.ts.map +0 -1
  1650. package/build/plugins/resource/frontend/ops/scaffold.js +0 -47
  1651. package/build/plugins/resource/frontend/ops/scaffold.js.map +0 -1
  1652. package/build/plugins/resource/frontend/plugin.d.ts +0 -20
  1653. package/build/plugins/resource/frontend/plugin.d.ts.map +0 -1
  1654. package/build/plugins/resource/frontend/plugin.js +0 -172
  1655. package/build/plugins/resource/frontend/plugin.js.map +0 -1
  1656. package/build/plugins/resource/frontend/resources/errors.d.ts +0 -109
  1657. package/build/plugins/resource/frontend/resources/errors.d.ts.map +0 -1
  1658. package/build/plugins/resource/frontend/resources/errors.js +0 -286
  1659. package/build/plugins/resource/frontend/resources/errors.js.map +0 -1
  1660. package/build/plugins/resource/frontend/resources/messages.d.ts +0 -55
  1661. package/build/plugins/resource/frontend/resources/messages.d.ts.map +0 -1
  1662. package/build/plugins/resource/frontend/resources/messages.js +0 -66
  1663. package/build/plugins/resource/frontend/resources/messages.js.map +0 -1
  1664. package/build/plugins/resource/frontend/resources/steps.d.ts +0 -6
  1665. package/build/plugins/resource/frontend/resources/steps.d.ts.map +0 -1
  1666. package/build/plugins/resource/frontend/resources/steps.js +0 -35
  1667. package/build/plugins/resource/frontend/resources/steps.js.map +0 -1
  1668. package/build/plugins/resource/frontend/resources/templateInfo.d.ts +0 -29
  1669. package/build/plugins/resource/frontend/resources/templateInfo.d.ts.map +0 -1
  1670. package/build/plugins/resource/frontend/resources/templateInfo.js +0 -62
  1671. package/build/plugins/resource/frontend/resources/templateInfo.js.map +0 -1
  1672. package/build/plugins/resource/frontend/utils/logger.d.ts +0 -12
  1673. package/build/plugins/resource/frontend/utils/logger.d.ts.map +0 -1
  1674. package/build/plugins/resource/frontend/utils/logger.js +0 -30
  1675. package/build/plugins/resource/frontend/utils/logger.js.map +0 -1
  1676. package/build/plugins/resource/frontend/utils/progress-helper.d.ts +0 -13
  1677. package/build/plugins/resource/frontend/utils/progress-helper.d.ts.map +0 -1
  1678. package/build/plugins/resource/frontend/utils/progress-helper.js +0 -22
  1679. package/build/plugins/resource/frontend/utils/progress-helper.js.map +0 -1
  1680. package/build/plugins/resource/frontend/utils/telemetry-helper.d.ts +0 -34
  1681. package/build/plugins/resource/frontend/utils/telemetry-helper.d.ts.map +0 -1
  1682. package/build/plugins/resource/frontend/utils/telemetry-helper.js +0 -65
  1683. package/build/plugins/resource/frontend/utils/telemetry-helper.js.map +0 -1
  1684. package/build/plugins/resource/frontend/utils.d.ts +0 -19
  1685. package/build/plugins/resource/frontend/utils.d.ts.map +0 -1
  1686. package/build/plugins/resource/frontend/utils.js +0 -121
  1687. package/build/plugins/resource/frontend/utils.js.map +0 -1
  1688. package/build/plugins/resource/frontend/v2/index.d.ts +0 -18
  1689. package/build/plugins/resource/frontend/v2/index.d.ts.map +0 -1
  1690. package/build/plugins/resource/frontend/v2/index.js +0 -53
  1691. package/build/plugins/resource/frontend/v2/index.js.map +0 -1
  1692. package/build/plugins/resource/frontend/v3/error.d.ts +0 -23
  1693. package/build/plugins/resource/frontend/v3/error.d.ts.map +0 -1
  1694. package/build/plugins/resource/frontend/v3/error.js +0 -59
  1695. package/build/plugins/resource/frontend/v3/error.js.map +0 -1
  1696. package/build/plugins/resource/function/constants.d.ts +0 -154
  1697. package/build/plugins/resource/function/constants.d.ts.map +0 -1
  1698. package/build/plugins/resource/function/constants.js +0 -182
  1699. package/build/plugins/resource/function/constants.js.map +0 -1
  1700. package/build/plugins/resource/function/enums.d.ts +0 -73
  1701. package/build/plugins/resource/function/enums.d.ts.map +0 -1
  1702. package/build/plugins/resource/function/enums.js +0 -89
  1703. package/build/plugins/resource/function/enums.js.map +0 -1
  1704. package/build/plugins/resource/function/index.d.ts +0 -27
  1705. package/build/plugins/resource/function/index.d.ts.map +0 -1
  1706. package/build/plugins/resource/function/index.js +0 -131
  1707. package/build/plugins/resource/function/index.js.map +0 -1
  1708. package/build/plugins/resource/function/language-strategy.d.ts +0 -15
  1709. package/build/plugins/resource/function/language-strategy.d.ts.map +0 -1
  1710. package/build/plugins/resource/function/language-strategy.js +0 -58
  1711. package/build/plugins/resource/function/language-strategy.js.map +0 -1
  1712. package/build/plugins/resource/function/ops/deploy.d.ts +0 -17
  1713. package/build/plugins/resource/function/ops/deploy.d.ts.map +0 -1
  1714. package/build/plugins/resource/function/ops/deploy.js +0 -233
  1715. package/build/plugins/resource/function/ops/deploy.js.map +0 -1
  1716. package/build/plugins/resource/function/ops/provision.d.ts +0 -21
  1717. package/build/plugins/resource/function/ops/provision.d.ts.map +0 -1
  1718. package/build/plugins/resource/function/ops/provision.js +0 -111
  1719. package/build/plugins/resource/function/ops/provision.js.map +0 -1
  1720. package/build/plugins/resource/function/ops/scaffold.d.ts +0 -12
  1721. package/build/plugins/resource/function/ops/scaffold.d.ts.map +0 -1
  1722. package/build/plugins/resource/function/ops/scaffold.js +0 -84
  1723. package/build/plugins/resource/function/ops/scaffold.js.map +0 -1
  1724. package/build/plugins/resource/function/plugin.d.ts +0 -50
  1725. package/build/plugins/resource/function/plugin.d.ts.map +0 -1
  1726. package/build/plugins/resource/function/plugin.js +0 -363
  1727. package/build/plugins/resource/function/plugin.js.map +0 -1
  1728. package/build/plugins/resource/function/question.d.ts.map +0 -1
  1729. package/build/plugins/resource/function/question.js +0 -13
  1730. package/build/plugins/resource/function/question.js.map +0 -1
  1731. package/build/plugins/resource/function/resources/errors.d.ts +0 -84
  1732. package/build/plugins/resource/function/resources/errors.d.ts.map +0 -1
  1733. package/build/plugins/resource/function/resources/errors.js +0 -229
  1734. package/build/plugins/resource/function/resources/errors.js.map +0 -1
  1735. package/build/plugins/resource/function/resources/message.d.ts +0 -41
  1736. package/build/plugins/resource/function/resources/message.d.ts.map +0 -1
  1737. package/build/plugins/resource/function/resources/message.js +0 -52
  1738. package/build/plugins/resource/function/resources/message.js.map +0 -1
  1739. package/build/plugins/resource/function/resources/steps.d.ts +0 -45
  1740. package/build/plugins/resource/function/resources/steps.d.ts.map +0 -1
  1741. package/build/plugins/resource/function/resources/steps.js +0 -68
  1742. package/build/plugins/resource/function/resources/steps.js.map +0 -1
  1743. package/build/plugins/resource/function/result.d.ts +0 -17
  1744. package/build/plugins/resource/function/result.d.ts.map +0 -1
  1745. package/build/plugins/resource/function/result.js +0 -42
  1746. package/build/plugins/resource/function/result.js.map +0 -1
  1747. package/build/plugins/resource/function/utils/azure-client.d.ts +0 -30
  1748. package/build/plugins/resource/function/utils/azure-client.d.ts.map +0 -1
  1749. package/build/plugins/resource/function/utils/azure-client.js +0 -84
  1750. package/build/plugins/resource/function/utils/azure-client.js.map +0 -1
  1751. package/build/plugins/resource/function/utils/depsChecker/funcHelper.d.ts +0 -11
  1752. package/build/plugins/resource/function/utils/depsChecker/funcHelper.d.ts.map +0 -1
  1753. package/build/plugins/resource/function/utils/depsChecker/funcHelper.js +0 -55
  1754. package/build/plugins/resource/function/utils/depsChecker/funcHelper.js.map +0 -1
  1755. package/build/plugins/resource/function/utils/depsChecker/funcPluginLogger.d.ts +0 -16
  1756. package/build/plugins/resource/function/utils/depsChecker/funcPluginLogger.d.ts.map +0 -1
  1757. package/build/plugins/resource/function/utils/depsChecker/funcPluginLogger.js +0 -52
  1758. package/build/plugins/resource/function/utils/depsChecker/funcPluginLogger.js.map +0 -1
  1759. package/build/plugins/resource/function/utils/depsChecker/funcPluginTelemetry.d.ts +0 -14
  1760. package/build/plugins/resource/function/utils/depsChecker/funcPluginTelemetry.d.ts.map +0 -1
  1761. package/build/plugins/resource/function/utils/depsChecker/funcPluginTelemetry.js +0 -54
  1762. package/build/plugins/resource/function/utils/depsChecker/funcPluginTelemetry.js.map +0 -1
  1763. package/build/plugins/resource/function/utils/dir-walk.d.ts +0 -4
  1764. package/build/plugins/resource/function/utils/dir-walk.d.ts.map +0 -1
  1765. package/build/plugins/resource/function/utils/dir-walk.js +0 -21
  1766. package/build/plugins/resource/function/utils/dir-walk.js.map +0 -1
  1767. package/build/plugins/resource/function/utils/execute.d.ts +0 -2
  1768. package/build/plugins/resource/function/utils/execute.d.ts.map +0 -1
  1769. package/build/plugins/resource/function/utils/execute.js +0 -25
  1770. package/build/plugins/resource/function/utils/execute.js.map +0 -1
  1771. package/build/plugins/resource/function/utils/logger.d.ts +0 -10
  1772. package/build/plugins/resource/function/utils/logger.d.ts.map +0 -1
  1773. package/build/plugins/resource/function/utils/logger.js +0 -30
  1774. package/build/plugins/resource/function/utils/logger.js.map +0 -1
  1775. package/build/plugins/resource/function/utils/step-helper.d.ts +0 -11
  1776. package/build/plugins/resource/function/utils/step-helper.d.ts.map +0 -1
  1777. package/build/plugins/resource/function/utils/step-helper.js +0 -26
  1778. package/build/plugins/resource/function/utils/step-helper.js.map +0 -1
  1779. package/build/plugins/resource/function/utils/telemetry-helper.d.ts +0 -42
  1780. package/build/plugins/resource/function/utils/telemetry-helper.d.ts.map +0 -1
  1781. package/build/plugins/resource/function/utils/telemetry-helper.js +0 -69
  1782. package/build/plugins/resource/function/utils/telemetry-helper.js.map +0 -1
  1783. package/build/plugins/resource/function/v2/index.d.ts +0 -18
  1784. package/build/plugins/resource/function/v2/index.d.ts.map +0 -1
  1785. package/build/plugins/resource/function/v2/index.js +0 -53
  1786. package/build/plugins/resource/function/v2/index.js.map +0 -1
  1787. package/build/plugins/resource/function/v3/error.d.ts +0 -26
  1788. package/build/plugins/resource/function/v3/error.d.ts.map +0 -1
  1789. package/build/plugins/resource/function/v3/error.js +0 -58
  1790. package/build/plugins/resource/function/v3/error.js.map +0 -1
  1791. package/build/plugins/resource/identity/constants.d.ts +0 -47
  1792. package/build/plugins/resource/identity/constants.d.ts.map +0 -1
  1793. package/build/plugins/resource/identity/constants.js +0 -54
  1794. package/build/plugins/resource/identity/constants.js.map +0 -1
  1795. package/build/plugins/resource/identity/index.d.ts +0 -13
  1796. package/build/plugins/resource/identity/index.d.ts.map +0 -1
  1797. package/build/plugins/resource/identity/index.js +0 -98
  1798. package/build/plugins/resource/identity/index.js.map +0 -1
  1799. package/build/plugins/resource/identity/utils/telemetryUtil.d.ts +0 -17
  1800. package/build/plugins/resource/identity/utils/telemetryUtil.d.ts.map +0 -1
  1801. package/build/plugins/resource/identity/utils/telemetryUtil.js +0 -45
  1802. package/build/plugins/resource/identity/utils/telemetryUtil.js.map +0 -1
  1803. package/build/plugins/resource/identity/v2/index.d.ts +0 -13
  1804. package/build/plugins/resource/identity/v2/index.d.ts.map +0 -1
  1805. package/build/plugins/resource/identity/v2/index.js +0 -38
  1806. package/build/plugins/resource/identity/v2/index.js.map +0 -1
  1807. package/build/plugins/resource/index.d.ts +0 -13
  1808. package/build/plugins/resource/index.d.ts.map +0 -1
  1809. package/build/plugins/resource/index.js +0 -18
  1810. package/build/plugins/resource/index.js.map +0 -1
  1811. package/build/plugins/resource/keyvault/constants.d.ts +0 -36
  1812. package/build/plugins/resource/keyvault/constants.d.ts.map +0 -1
  1813. package/build/plugins/resource/keyvault/constants.js +0 -43
  1814. package/build/plugins/resource/keyvault/constants.js.map +0 -1
  1815. package/build/plugins/resource/keyvault/index.d.ts +0 -16
  1816. package/build/plugins/resource/keyvault/index.d.ts.map +0 -1
  1817. package/build/plugins/resource/keyvault/index.js +0 -65
  1818. package/build/plugins/resource/keyvault/index.js.map +0 -1
  1819. package/build/plugins/resource/keyvault/plugin.d.ts +0 -7
  1820. package/build/plugins/resource/keyvault/plugin.d.ts.map +0 -1
  1821. package/build/plugins/resource/keyvault/plugin.js +0 -44
  1822. package/build/plugins/resource/keyvault/plugin.js.map +0 -1
  1823. package/build/plugins/resource/keyvault/result.d.ts +0 -9
  1824. package/build/plugins/resource/keyvault/result.d.ts.map +0 -1
  1825. package/build/plugins/resource/keyvault/result.js +0 -35
  1826. package/build/plugins/resource/keyvault/result.js.map +0 -1
  1827. package/build/plugins/resource/keyvault/utils/telemetry.d.ts.map +0 -1
  1828. package/build/plugins/resource/keyvault/utils/telemetry.js +0 -45
  1829. package/build/plugins/resource/keyvault/utils/telemetry.js.map +0 -1
  1830. package/build/plugins/resource/keyvault/v2/index.d.ts +0 -12
  1831. package/build/plugins/resource/keyvault/v2/index.d.ts.map +0 -1
  1832. package/build/plugins/resource/keyvault/v2/index.js +0 -38
  1833. package/build/plugins/resource/keyvault/v2/index.js.map +0 -1
  1834. package/build/plugins/resource/localdebug/constants.d.ts +0 -127
  1835. package/build/plugins/resource/localdebug/constants.d.ts.map +0 -1
  1836. package/build/plugins/resource/localdebug/constants.js +0 -146
  1837. package/build/plugins/resource/localdebug/constants.js.map +0 -1
  1838. package/build/plugins/resource/localdebug/index.d.ts +0 -14
  1839. package/build/plugins/resource/localdebug/index.d.ts.map +0 -1
  1840. package/build/plugins/resource/localdebug/index.js +0 -37
  1841. package/build/plugins/resource/localdebug/index.js.map +0 -1
  1842. package/build/plugins/resource/localdebug/localEnv.d.ts +0 -14
  1843. package/build/plugins/resource/localdebug/localEnv.d.ts.map +0 -1
  1844. package/build/plugins/resource/localdebug/localEnv.js +0 -78
  1845. package/build/plugins/resource/localdebug/localEnv.js.map +0 -1
  1846. package/build/plugins/resource/localdebug/projectSettingLoader.d.ts +0 -9
  1847. package/build/plugins/resource/localdebug/projectSettingLoader.d.ts.map +0 -1
  1848. package/build/plugins/resource/localdebug/projectSettingLoader.js +0 -33
  1849. package/build/plugins/resource/localdebug/projectSettingLoader.js.map +0 -1
  1850. package/build/plugins/resource/localdebug/util/error.d.ts +0 -3
  1851. package/build/plugins/resource/localdebug/util/error.d.ts.map +0 -1
  1852. package/build/plugins/resource/localdebug/util/error.js +0 -12
  1853. package/build/plugins/resource/localdebug/util/error.js.map +0 -1
  1854. package/build/plugins/resource/localdebug/util/localService.d.ts +0 -2
  1855. package/build/plugins/resource/localdebug/util/localService.d.ts.map +0 -1
  1856. package/build/plugins/resource/localdebug/util/localService.js +0 -13
  1857. package/build/plugins/resource/localdebug/util/localService.js.map +0 -1
  1858. package/build/plugins/resource/localdebug/v2/index.d.ts +0 -14
  1859. package/build/plugins/resource/localdebug/v2/index.d.ts.map +0 -1
  1860. package/build/plugins/resource/localdebug/v2/index.js +0 -78
  1861. package/build/plugins/resource/localdebug/v2/index.js.map +0 -1
  1862. package/build/plugins/resource/simpleauth/constants.d.ts.map +0 -1
  1863. package/build/plugins/resource/simpleauth/constants.js.map +0 -1
  1864. package/build/plugins/resource/simpleauth/errors.d.ts.map +0 -1
  1865. package/build/plugins/resource/simpleauth/errors.js.map +0 -1
  1866. package/build/plugins/resource/simpleauth/index.d.ts +0 -20
  1867. package/build/plugins/resource/simpleauth/index.d.ts.map +0 -1
  1868. package/build/plugins/resource/simpleauth/index.js +0 -78
  1869. package/build/plugins/resource/simpleauth/index.js.map +0 -1
  1870. package/build/plugins/resource/simpleauth/plugin.d.ts +0 -14
  1871. package/build/plugins/resource/simpleauth/plugin.d.ts.map +0 -1
  1872. package/build/plugins/resource/simpleauth/plugin.js +0 -141
  1873. package/build/plugins/resource/simpleauth/plugin.js.map +0 -1
  1874. package/build/plugins/resource/simpleauth/result.d.ts.map +0 -1
  1875. package/build/plugins/resource/simpleauth/result.js.map +0 -1
  1876. package/build/plugins/resource/simpleauth/utils/common.d.ts.map +0 -1
  1877. package/build/plugins/resource/simpleauth/utils/common.js.map +0 -1
  1878. package/build/plugins/resource/simpleauth/utils/dialog.d.ts.map +0 -1
  1879. package/build/plugins/resource/simpleauth/utils/dialog.js.map +0 -1
  1880. package/build/plugins/resource/simpleauth/utils/telemetry.d.ts +0 -17
  1881. package/build/plugins/resource/simpleauth/utils/telemetry.d.ts.map +0 -1
  1882. package/build/plugins/resource/simpleauth/utils/telemetry.js.map +0 -1
  1883. package/build/plugins/resource/simpleauth/v2/index.d.ts +0 -15
  1884. package/build/plugins/resource/simpleauth/v2/index.d.ts.map +0 -1
  1885. package/build/plugins/resource/simpleauth/v2/index.js +0 -47
  1886. package/build/plugins/resource/simpleauth/v2/index.js.map +0 -1
  1887. package/build/plugins/resource/simpleauth/webAppClient.d.ts +0 -31
  1888. package/build/plugins/resource/simpleauth/webAppClient.d.ts.map +0 -1
  1889. package/build/plugins/resource/simpleauth/webAppClient.js +0 -136
  1890. package/build/plugins/resource/simpleauth/webAppClient.js.map +0 -1
  1891. package/build/plugins/resource/spfx/depsChecker/dependencyChecker.d.ts.map +0 -1
  1892. package/build/plugins/resource/spfx/depsChecker/dependencyChecker.js.map +0 -1
  1893. package/build/plugins/resource/spfx/depsChecker/generatorChecker.d.ts.map +0 -1
  1894. package/build/plugins/resource/spfx/depsChecker/generatorChecker.js +0 -123
  1895. package/build/plugins/resource/spfx/depsChecker/generatorChecker.js.map +0 -1
  1896. package/build/plugins/resource/spfx/depsChecker/yoChecker.d.ts.map +0 -1
  1897. package/build/plugins/resource/spfx/depsChecker/yoChecker.js.map +0 -1
  1898. package/build/plugins/resource/spfx/error.d.ts +0 -18
  1899. package/build/plugins/resource/spfx/error.d.ts.map +0 -1
  1900. package/build/plugins/resource/spfx/error.js +0 -107
  1901. package/build/plugins/resource/spfx/error.js.map +0 -1
  1902. package/build/plugins/resource/spfx/index.d.ts +0 -18
  1903. package/build/plugins/resource/spfx/index.d.ts.map +0 -1
  1904. package/build/plugins/resource/spfx/index.js +0 -96
  1905. package/build/plugins/resource/spfx/index.js.map +0 -1
  1906. package/build/plugins/resource/spfx/plugin.d.ts +0 -12
  1907. package/build/plugins/resource/spfx/plugin.d.ts.map +0 -1
  1908. package/build/plugins/resource/spfx/plugin.js +0 -216
  1909. package/build/plugins/resource/spfx/plugin.js.map +0 -1
  1910. package/build/plugins/resource/spfx/spoClient.d.ts.map +0 -1
  1911. package/build/plugins/resource/spfx/spoClient.js.map +0 -1
  1912. package/build/plugins/resource/spfx/utils/constants.d.ts +0 -85
  1913. package/build/plugins/resource/spfx/utils/constants.d.ts.map +0 -1
  1914. package/build/plugins/resource/spfx/utils/constants.js +0 -102
  1915. package/build/plugins/resource/spfx/utils/constants.js.map +0 -1
  1916. package/build/plugins/resource/spfx/utils/progress-helper.d.ts.map +0 -1
  1917. package/build/plugins/resource/spfx/utils/progress-helper.js.map +0 -1
  1918. package/build/plugins/resource/spfx/utils/questions.d.ts.map +0 -1
  1919. package/build/plugins/resource/spfx/utils/questions.js +0 -86
  1920. package/build/plugins/resource/spfx/utils/questions.js.map +0 -1
  1921. package/build/plugins/resource/spfx/utils/telemetry-helper.d.ts.map +0 -1
  1922. package/build/plugins/resource/spfx/utils/telemetry-helper.js.map +0 -1
  1923. package/build/plugins/resource/spfx/utils/telemetryEvents.d.ts.map +0 -1
  1924. package/build/plugins/resource/spfx/utils/telemetryEvents.js.map +0 -1
  1925. package/build/plugins/resource/spfx/utils/utils.d.ts +0 -15
  1926. package/build/plugins/resource/spfx/utils/utils.d.ts.map +0 -1
  1927. package/build/plugins/resource/spfx/utils/utils.js +0 -126
  1928. package/build/plugins/resource/spfx/utils/utils.js.map +0 -1
  1929. package/build/plugins/resource/spfx/v2/index.d.ts +0 -14
  1930. package/build/plugins/resource/spfx/v2/index.d.ts.map +0 -1
  1931. package/build/plugins/resource/spfx/v2/index.js +0 -41
  1932. package/build/plugins/resource/spfx/v2/index.js.map +0 -1
  1933. package/build/plugins/resource/sql/config.d.ts +0 -22
  1934. package/build/plugins/resource/sql/config.d.ts.map +0 -1
  1935. package/build/plugins/resource/sql/config.js +0 -30
  1936. package/build/plugins/resource/sql/config.js.map +0 -1
  1937. package/build/plugins/resource/sql/constants.d.ts +0 -82
  1938. package/build/plugins/resource/sql/constants.d.ts.map +0 -1
  1939. package/build/plugins/resource/sql/constants.js +0 -92
  1940. package/build/plugins/resource/sql/constants.js.map +0 -1
  1941. package/build/plugins/resource/sql/errors.d.ts +0 -63
  1942. package/build/plugins/resource/sql/errors.d.ts.map +0 -1
  1943. package/build/plugins/resource/sql/errors.js +0 -107
  1944. package/build/plugins/resource/sql/errors.js.map +0 -1
  1945. package/build/plugins/resource/sql/index.d.ts +0 -20
  1946. package/build/plugins/resource/sql/index.d.ts.map +0 -1
  1947. package/build/plugins/resource/sql/index.js +0 -92
  1948. package/build/plugins/resource/sql/index.js.map +0 -1
  1949. package/build/plugins/resource/sql/managementClient.d.ts +0 -18
  1950. package/build/plugins/resource/sql/managementClient.d.ts.map +0 -1
  1951. package/build/plugins/resource/sql/managementClient.js +0 -123
  1952. package/build/plugins/resource/sql/managementClient.js.map +0 -1
  1953. package/build/plugins/resource/sql/plugin.d.ts +0 -30
  1954. package/build/plugins/resource/sql/plugin.d.ts.map +0 -1
  1955. package/build/plugins/resource/sql/plugin.js +0 -340
  1956. package/build/plugins/resource/sql/plugin.js.map +0 -1
  1957. package/build/plugins/resource/sql/questions.d.ts +0 -5
  1958. package/build/plugins/resource/sql/questions.d.ts.map +0 -1
  1959. package/build/plugins/resource/sql/questions.js +0 -46
  1960. package/build/plugins/resource/sql/questions.js.map +0 -1
  1961. package/build/plugins/resource/sql/results.d.ts +0 -10
  1962. package/build/plugins/resource/sql/results.d.ts.map +0 -1
  1963. package/build/plugins/resource/sql/results.js +0 -32
  1964. package/build/plugins/resource/sql/results.js.map +0 -1
  1965. package/build/plugins/resource/sql/sqlClient.d.ts +0 -13
  1966. package/build/plugins/resource/sql/sqlClient.d.ts.map +0 -1
  1967. package/build/plugins/resource/sql/sqlClient.js +0 -153
  1968. package/build/plugins/resource/sql/sqlClient.js.map +0 -1
  1969. package/build/plugins/resource/sql/utils/checkInput.d.ts +0 -10
  1970. package/build/plugins/resource/sql/utils/checkInput.d.ts.map +0 -1
  1971. package/build/plugins/resource/sql/utils/checkInput.js +0 -87
  1972. package/build/plugins/resource/sql/utils/checkInput.js.map +0 -1
  1973. package/build/plugins/resource/sql/utils/commonUtils.d.ts +0 -13
  1974. package/build/plugins/resource/sql/utils/commonUtils.d.ts.map +0 -1
  1975. package/build/plugins/resource/sql/utils/commonUtils.js +0 -51
  1976. package/build/plugins/resource/sql/utils/commonUtils.js.map +0 -1
  1977. package/build/plugins/resource/sql/utils/contextUtils.d.ts +0 -5
  1978. package/build/plugins/resource/sql/utils/contextUtils.d.ts.map +0 -1
  1979. package/build/plugins/resource/sql/utils/contextUtils.js +0 -11
  1980. package/build/plugins/resource/sql/utils/contextUtils.js.map +0 -1
  1981. package/build/plugins/resource/sql/utils/dialogUtils.d.ts +0 -13
  1982. package/build/plugins/resource/sql/utils/dialogUtils.d.ts.map +0 -1
  1983. package/build/plugins/resource/sql/utils/dialogUtils.js +0 -21
  1984. package/build/plugins/resource/sql/utils/dialogUtils.js.map +0 -1
  1985. package/build/plugins/resource/sql/utils/message.d.ts +0 -16
  1986. package/build/plugins/resource/sql/utils/message.d.ts.map +0 -1
  1987. package/build/plugins/resource/sql/utils/message.js +0 -23
  1988. package/build/plugins/resource/sql/utils/message.js.map +0 -1
  1989. package/build/plugins/resource/sql/utils/telemetryUtils.d.ts +0 -17
  1990. package/build/plugins/resource/sql/utils/telemetryUtils.d.ts.map +0 -1
  1991. package/build/plugins/resource/sql/utils/telemetryUtils.js +0 -45
  1992. package/build/plugins/resource/sql/utils/telemetryUtils.js.map +0 -1
  1993. package/build/plugins/resource/sql/v2/index.d.ts +0 -15
  1994. package/build/plugins/resource/sql/v2/index.d.ts.map +0 -1
  1995. package/build/plugins/resource/sql/v2/index.js +0 -44
  1996. package/build/plugins/resource/sql/v2/index.js.map +0 -1
  1997. package/build/plugins/resource/utils4v2.d.ts +0 -26
  1998. package/build/plugins/resource/utils4v2.d.ts.map +0 -1
  1999. package/build/plugins/resource/utils4v2.js +0 -469
  2000. package/build/plugins/resource/utils4v2.js.map +0 -1
  2001. package/build/plugins/solution/fx-solution/ResourcePluginContainer.d.ts +0 -59
  2002. package/build/plugins/solution/fx-solution/ResourcePluginContainer.d.ts.map +0 -1
  2003. package/build/plugins/solution/fx-solution/ResourcePluginContainer.js +0 -119
  2004. package/build/plugins/solution/fx-solution/ResourcePluginContainer.js.map +0 -1
  2005. package/build/plugins/solution/fx-solution/arm.d.ts +0 -65
  2006. package/build/plugins/solution/fx-solution/arm.d.ts.map +0 -1
  2007. package/build/plugins/solution/fx-solution/arm.js +0 -1171
  2008. package/build/plugins/solution/fx-solution/arm.js.map +0 -1
  2009. package/build/plugins/solution/fx-solution/commonQuestions.d.ts +0 -59
  2010. package/build/plugins/solution/fx-solution/commonQuestions.d.ts.map +0 -1
  2011. package/build/plugins/solution/fx-solution/commonQuestions.js +0 -422
  2012. package/build/plugins/solution/fx-solution/commonQuestions.js.map +0 -1
  2013. package/build/plugins/solution/fx-solution/constants.d.ts +0 -272
  2014. package/build/plugins/solution/fx-solution/constants.d.ts.map +0 -1
  2015. package/build/plugins/solution/fx-solution/constants.js +0 -313
  2016. package/build/plugins/solution/fx-solution/constants.js.map +0 -1
  2017. package/build/plugins/solution/fx-solution/debug/constants.d.ts.map +0 -1
  2018. package/build/plugins/solution/fx-solution/debug/constants.js.map +0 -1
  2019. package/build/plugins/solution/fx-solution/debug/error.d.ts.map +0 -1
  2020. package/build/plugins/solution/fx-solution/debug/error.js +0 -49
  2021. package/build/plugins/solution/fx-solution/debug/error.js.map +0 -1
  2022. package/build/plugins/solution/fx-solution/debug/provisionLocal.d.ts +0 -6
  2023. package/build/plugins/solution/fx-solution/debug/provisionLocal.d.ts.map +0 -1
  2024. package/build/plugins/solution/fx-solution/debug/provisionLocal.js +0 -326
  2025. package/build/plugins/solution/fx-solution/debug/provisionLocal.js.map +0 -1
  2026. package/build/plugins/solution/fx-solution/debug/scaffolding.d.ts +0 -6
  2027. package/build/plugins/solution/fx-solution/debug/scaffolding.d.ts.map +0 -1
  2028. package/build/plugins/solution/fx-solution/debug/scaffolding.js +0 -104
  2029. package/build/plugins/solution/fx-solution/debug/scaffolding.js.map +0 -1
  2030. package/build/plugins/solution/fx-solution/debug/util/codespace.d.ts.map +0 -1
  2031. package/build/plugins/solution/fx-solution/debug/util/codespace.js.map +0 -1
  2032. package/build/plugins/solution/fx-solution/debug/util/launch.d.ts.map +0 -1
  2033. package/build/plugins/solution/fx-solution/debug/util/launch.js +0 -275
  2034. package/build/plugins/solution/fx-solution/debug/util/launch.js.map +0 -1
  2035. package/build/plugins/solution/fx-solution/debug/util/launchNext.d.ts.map +0 -1
  2036. package/build/plugins/solution/fx-solution/debug/util/launchNext.js +0 -324
  2037. package/build/plugins/solution/fx-solution/debug/util/launchNext.js.map +0 -1
  2038. package/build/plugins/solution/fx-solution/debug/util/localService.d.ts.map +0 -1
  2039. package/build/plugins/solution/fx-solution/debug/util/localService.js.map +0 -1
  2040. package/build/plugins/solution/fx-solution/debug/util/ngrok.d.ts +0 -2
  2041. package/build/plugins/solution/fx-solution/debug/util/ngrok.d.ts.map +0 -1
  2042. package/build/plugins/solution/fx-solution/debug/util/ngrok.js +0 -47
  2043. package/build/plugins/solution/fx-solution/debug/util/ngrok.js.map +0 -1
  2044. package/build/plugins/solution/fx-solution/debug/util/settings.d.ts.map +0 -1
  2045. package/build/plugins/solution/fx-solution/debug/util/settings.js +0 -42
  2046. package/build/plugins/solution/fx-solution/debug/util/settings.js.map +0 -1
  2047. package/build/plugins/solution/fx-solution/debug/util/tasks.d.ts.map +0 -1
  2048. package/build/plugins/solution/fx-solution/debug/util/tasks.js +0 -240
  2049. package/build/plugins/solution/fx-solution/debug/util/tasks.js.map +0 -1
  2050. package/build/plugins/solution/fx-solution/debug/util/tasksNext.d.ts.map +0 -1
  2051. package/build/plugins/solution/fx-solution/debug/util/tasksNext.js +0 -364
  2052. package/build/plugins/solution/fx-solution/debug/util/tasksNext.js.map +0 -1
  2053. package/build/plugins/solution/fx-solution/debug/util/telemetry.d.ts.map +0 -1
  2054. package/build/plugins/solution/fx-solution/debug/util/telemetry.js.map +0 -1
  2055. package/build/plugins/solution/fx-solution/executor.d.ts +0 -27
  2056. package/build/plugins/solution/fx-solution/executor.d.ts.map +0 -1
  2057. package/build/plugins/solution/fx-solution/executor.js +0 -164
  2058. package/build/plugins/solution/fx-solution/executor.js.map +0 -1
  2059. package/build/plugins/solution/fx-solution/index.d.ts +0 -5
  2060. package/build/plugins/solution/fx-solution/index.d.ts.map +0 -1
  2061. package/build/plugins/solution/fx-solution/index.js +0 -8
  2062. package/build/plugins/solution/fx-solution/index.js.map +0 -1
  2063. package/build/plugins/solution/fx-solution/question.d.ts +0 -65
  2064. package/build/plugins/solution/fx-solution/question.d.ts.map +0 -1
  2065. package/build/plugins/solution/fx-solution/question.js +0 -416
  2066. package/build/plugins/solution/fx-solution/question.js.map +0 -1
  2067. package/build/plugins/solution/fx-solution/solution.d.ts +0 -94
  2068. package/build/plugins/solution/fx-solution/solution.d.ts.map +0 -1
  2069. package/build/plugins/solution/fx-solution/solution.js +0 -1530
  2070. package/build/plugins/solution/fx-solution/solution.js.map +0 -1
  2071. package/build/plugins/solution/fx-solution/types.d.ts +0 -10
  2072. package/build/plugins/solution/fx-solution/types.d.ts.map +0 -1
  2073. package/build/plugins/solution/fx-solution/types.js +0 -12
  2074. package/build/plugins/solution/fx-solution/types.js.map +0 -1
  2075. package/build/plugins/solution/fx-solution/utils/ResourceGroupHelper.d.ts.map +0 -1
  2076. package/build/plugins/solution/fx-solution/utils/ResourceGroupHelper.js +0 -223
  2077. package/build/plugins/solution/fx-solution/utils/ResourceGroupHelper.js.map +0 -1
  2078. package/build/plugins/solution/fx-solution/utils/backupFiles.d.ts +0 -3
  2079. package/build/plugins/solution/fx-solution/utils/backupFiles.d.ts.map +0 -1
  2080. package/build/plugins/solution/fx-solution/utils/backupFiles.js +0 -139
  2081. package/build/plugins/solution/fx-solution/utils/backupFiles.js.map +0 -1
  2082. package/build/plugins/solution/fx-solution/utils/depsChecker/bicepChecker.d.ts.map +0 -1
  2083. package/build/plugins/solution/fx-solution/utils/depsChecker/bicepChecker.js +0 -282
  2084. package/build/plugins/solution/fx-solution/utils/depsChecker/bicepChecker.js.map +0 -1
  2085. package/build/plugins/solution/fx-solution/utils/depsChecker/common.d.ts.map +0 -1
  2086. package/build/plugins/solution/fx-solution/utils/depsChecker/common.js.map +0 -1
  2087. package/build/plugins/solution/fx-solution/utils/depsChecker/cpUtils.d.ts.map +0 -1
  2088. package/build/plugins/solution/fx-solution/utils/depsChecker/cpUtils.js.map +0 -1
  2089. package/build/plugins/solution/fx-solution/utils/progressHelper.d.ts.map +0 -1
  2090. package/build/plugins/solution/fx-solution/utils/progressHelper.js +0 -20
  2091. package/build/plugins/solution/fx-solution/utils/progressHelper.js.map +0 -1
  2092. package/build/plugins/solution/fx-solution/utils/solutionSettingsHelper.d.ts +0 -3
  2093. package/build/plugins/solution/fx-solution/utils/solutionSettingsHelper.d.ts.map +0 -1
  2094. package/build/plugins/solution/fx-solution/utils/solutionSettingsHelper.js +0 -19
  2095. package/build/plugins/solution/fx-solution/utils/solutionSettingsHelper.js.map +0 -1
  2096. package/build/plugins/solution/fx-solution/utils/util.d.ts +0 -22
  2097. package/build/plugins/solution/fx-solution/utils/util.d.ts.map +0 -1
  2098. package/build/plugins/solution/fx-solution/utils/util.js +0 -132
  2099. package/build/plugins/solution/fx-solution/utils/util.js.map +0 -1
  2100. package/build/plugins/solution/fx-solution/v2/adaptor.d.ts +0 -41
  2101. package/build/plugins/solution/fx-solution/v2/adaptor.d.ts.map +0 -1
  2102. package/build/plugins/solution/fx-solution/v2/adaptor.js +0 -177
  2103. package/build/plugins/solution/fx-solution/v2/adaptor.js.map +0 -1
  2104. package/build/plugins/solution/fx-solution/v2/checkPermission.d.ts +0 -5
  2105. package/build/plugins/solution/fx-solution/v2/checkPermission.d.ts.map +0 -1
  2106. package/build/plugins/solution/fx-solution/v2/checkPermission.js +0 -196
  2107. package/build/plugins/solution/fx-solution/v2/checkPermission.js.map +0 -1
  2108. package/build/plugins/solution/fx-solution/v2/collaborationUtil.d.ts +0 -28
  2109. package/build/plugins/solution/fx-solution/v2/collaborationUtil.d.ts.map +0 -1
  2110. package/build/plugins/solution/fx-solution/v2/collaborationUtil.js +0 -131
  2111. package/build/plugins/solution/fx-solution/v2/collaborationUtil.js.map +0 -1
  2112. package/build/plugins/solution/fx-solution/v2/constants.d.ts +0 -2
  2113. package/build/plugins/solution/fx-solution/v2/constants.d.ts.map +0 -1
  2114. package/build/plugins/solution/fx-solution/v2/constants.js +0 -7
  2115. package/build/plugins/solution/fx-solution/v2/constants.js.map +0 -1
  2116. package/build/plugins/solution/fx-solution/v2/createEnv.d.ts +0 -3
  2117. package/build/plugins/solution/fx-solution/v2/createEnv.d.ts.map +0 -1
  2118. package/build/plugins/solution/fx-solution/v2/createEnv.js +0 -37
  2119. package/build/plugins/solution/fx-solution/v2/createEnv.js.map +0 -1
  2120. package/build/plugins/solution/fx-solution/v2/deploy.d.ts +0 -3
  2121. package/build/plugins/solution/fx-solution/v2/deploy.d.ts.map +0 -1
  2122. package/build/plugins/solution/fx-solution/v2/deploy.js +0 -143
  2123. package/build/plugins/solution/fx-solution/v2/deploy.js.map +0 -1
  2124. package/build/plugins/solution/fx-solution/v2/executeUserTask.d.ts +0 -22
  2125. package/build/plugins/solution/fx-solution/v2/executeUserTask.d.ts.map +0 -1
  2126. package/build/plugins/solution/fx-solution/v2/executeUserTask.js +0 -850
  2127. package/build/plugins/solution/fx-solution/v2/executeUserTask.js.map +0 -1
  2128. package/build/plugins/solution/fx-solution/v2/executor.d.ts +0 -13
  2129. package/build/plugins/solution/fx-solution/v2/executor.d.ts.map +0 -1
  2130. package/build/plugins/solution/fx-solution/v2/executor.js +0 -103
  2131. package/build/plugins/solution/fx-solution/v2/executor.js.map +0 -1
  2132. package/build/plugins/solution/fx-solution/v2/generateResourceTemplate.d.ts +0 -4
  2133. package/build/plugins/solution/fx-solution/v2/generateResourceTemplate.d.ts.map +0 -1
  2134. package/build/plugins/solution/fx-solution/v2/generateResourceTemplate.js +0 -31
  2135. package/build/plugins/solution/fx-solution/v2/generateResourceTemplate.js.map +0 -1
  2136. package/build/plugins/solution/fx-solution/v2/getQuestions.d.ts +0 -15
  2137. package/build/plugins/solution/fx-solution/v2/getQuestions.d.ts.map +0 -1
  2138. package/build/plugins/solution/fx-solution/v2/getQuestions.js +0 -847
  2139. package/build/plugins/solution/fx-solution/v2/getQuestions.js.map +0 -1
  2140. package/build/plugins/solution/fx-solution/v2/grantPermission.d.ts +0 -5
  2141. package/build/plugins/solution/fx-solution/v2/grantPermission.d.ts.map +0 -1
  2142. package/build/plugins/solution/fx-solution/v2/grantPermission.js +0 -209
  2143. package/build/plugins/solution/fx-solution/v2/grantPermission.js.map +0 -1
  2144. package/build/plugins/solution/fx-solution/v2/listCollaborator.d.ts +0 -8
  2145. package/build/plugins/solution/fx-solution/v2/listCollaborator.d.ts.map +0 -1
  2146. package/build/plugins/solution/fx-solution/v2/listCollaborator.js +0 -226
  2147. package/build/plugins/solution/fx-solution/v2/listCollaborator.js.map +0 -1
  2148. package/build/plugins/solution/fx-solution/v2/provision.d.ts +0 -3
  2149. package/build/plugins/solution/fx-solution/v2/provision.d.ts.map +0 -1
  2150. package/build/plugins/solution/fx-solution/v2/provision.js +0 -262
  2151. package/build/plugins/solution/fx-solution/v2/provision.js.map +0 -1
  2152. package/build/plugins/solution/fx-solution/v2/provisionLocal.d.ts +0 -3
  2153. package/build/plugins/solution/fx-solution/v2/provisionLocal.d.ts.map +0 -1
  2154. package/build/plugins/solution/fx-solution/v2/provisionLocal.js +0 -117
  2155. package/build/plugins/solution/fx-solution/v2/provisionLocal.js.map +0 -1
  2156. package/build/plugins/solution/fx-solution/v2/publish.d.ts +0 -3
  2157. package/build/plugins/solution/fx-solution/v2/publish.d.ts.map +0 -1
  2158. package/build/plugins/solution/fx-solution/v2/publish.js +0 -46
  2159. package/build/plugins/solution/fx-solution/v2/publish.js.map +0 -1
  2160. package/build/plugins/solution/fx-solution/v2/scaffolding.d.ts +0 -5
  2161. package/build/plugins/solution/fx-solution/v2/scaffolding.d.ts.map +0 -1
  2162. package/build/plugins/solution/fx-solution/v2/scaffolding.js +0 -161
  2163. package/build/plugins/solution/fx-solution/v2/scaffolding.js.map +0 -1
  2164. package/build/plugins/solution/fx-solution/v2/solution.d.ts +0 -22
  2165. package/build/plugins/solution/fx-solution/v2/solution.d.ts.map +0 -1
  2166. package/build/plugins/solution/fx-solution/v2/solution.js +0 -48
  2167. package/build/plugins/solution/fx-solution/v2/solution.js.map +0 -1
  2168. package/build/plugins/solution/fx-solution/v2/utils.d.ts +0 -28
  2169. package/build/plugins/solution/fx-solution/v2/utils.d.ts.map +0 -1
  2170. package/build/plugins/solution/fx-solution/v2/utils.js +0 -282
  2171. package/build/plugins/solution/fx-solution/v2/utils.js.map +0 -1
  2172. package/build/plugins/solution/fx-solution/v3/constants.d.ts +0 -18
  2173. package/build/plugins/solution/fx-solution/v3/constants.d.ts.map +0 -1
  2174. package/build/plugins/solution/fx-solution/v3/constants.js +0 -23
  2175. package/build/plugins/solution/fx-solution/v3/constants.js.map +0 -1
  2176. package/build/plugins/solution/fx-solution/v3/solutionGlobalVars.d.ts +0 -5
  2177. package/build/plugins/solution/fx-solution/v3/solutionGlobalVars.d.ts.map +0 -1
  2178. package/build/plugins/solution/fx-solution/v3/solutionGlobalVars.js +0 -10
  2179. package/build/plugins/solution/fx-solution/v3/solutionGlobalVars.js.map +0 -1
  2180. package/build/plugins/solution/index.d.ts +0 -2
  2181. package/build/plugins/solution/index.d.ts.map +0 -1
  2182. package/build/plugins/solution/index.js +0 -7
  2183. package/build/plugins/solution/index.js.map +0 -1
  2184. package/templates/plugins/resource/aad/auth/bot/js/sso/showUserInfo.js +0 -36
  2185. package/templates/plugins/resource/aad/auth/bot/js/sso/ssoDialog.js +0 -201
  2186. package/templates/plugins/resource/aad/auth/bot/js/sso/teamsSsoBot.js +0 -63
  2187. package/templates/plugins/resource/aad/auth/bot/ts/sso/showUserInfo.ts +0 -38
  2188. package/templates/plugins/resource/aad/auth/bot/ts/sso/ssoDialog.ts +0 -213
  2189. package/templates/plugins/resource/aad/auth/bot/ts/sso/teamsSsoBot.ts +0 -75
@@ -1,364 +0,0 @@
1
- // Copyright (c) Microsoft Corporation.
2
- // Licensed under the MIT license.
3
- "use strict";
4
- Object.defineProperty(exports, "__esModule", { value: true });
5
- exports.mergeTasks = exports.generateM365Tasks = exports.generateTasks = void 0;
6
- const teamsfx_api_1 = require("@microsoft/teamsfx-api");
7
- const constants_1 = require("../../../../../common/local/constants");
8
- // TODO: add spfx tasks with "validate-local-prerequisites"
9
- function generateTasks(includeFrontend, includeBackend, includeBot, includeFuncHostedBot, programmingLanguage) {
10
- /**
11
- * Referenced by launch.json
12
- * - Pre Debug Check & Start All
13
- *
14
- * Referenced inside tasks.json
15
- * - validate local prerequisites
16
- * - start ngrok
17
- * - prepare local environment
18
- * - Start All
19
- * - Start Frontend
20
- * - Start Backend
21
- * - Watch Backend
22
- * - Start Bot
23
- */
24
- const tasks = [
25
- preDebugCheckAndStartAll(includeBot),
26
- validateLocalPrerequisites(),
27
- ];
28
- if (includeBot) {
29
- tasks.push(startNgrok());
30
- }
31
- tasks.push(prepareLocalEnvironment());
32
- tasks.push(startAll(includeFrontend, includeBackend, includeBot));
33
- if (includeFrontend) {
34
- tasks.push(startFrontend());
35
- }
36
- if (includeBackend) {
37
- tasks.push(startBackend(programmingLanguage));
38
- if (programmingLanguage === constants_1.ProgrammingLanguage.typescript) {
39
- tasks.push(watchBackend());
40
- }
41
- }
42
- if (includeBot) {
43
- if (includeFuncHostedBot) {
44
- tasks.push(startFuncHostedBot(includeFrontend, programmingLanguage));
45
- tasks.push(startAzuriteEmulator());
46
- if (programmingLanguage === constants_1.ProgrammingLanguage.typescript) {
47
- tasks.push(watchFuncHostedBot());
48
- }
49
- }
50
- else {
51
- tasks.push(startBot(includeFrontend));
52
- }
53
- }
54
- return tasks;
55
- }
56
- exports.generateTasks = generateTasks;
57
- function generateM365Tasks(includeFrontend, includeBackend, includeBot, programmingLanguage) {
58
- /**
59
- * Referenced by launch.json
60
- * - Pre Debug Check & Start All
61
- * - Pre Debug Check & Start All & Install App
62
- *
63
- * Referenced inside tasks.json
64
- * - validate local prerequisites
65
- * - start ngrok
66
- * - prepare local environment
67
- * - Start All
68
- * - install app in Teams
69
- * - Start Frontend
70
- * - Start Backend
71
- * - Watch Backend
72
- * - Start Bot
73
- */
74
- const tasks = [
75
- preDebugCheckAndStartAll(includeBot),
76
- preDebugCheckAndStartAllAndInstallApp(includeBot),
77
- validateLocalPrerequisites(),
78
- ];
79
- if (includeBot) {
80
- tasks.push(startNgrok());
81
- }
82
- tasks.push(prepareLocalEnvironment());
83
- tasks.push(startAll(includeFrontend, includeBackend, includeBot));
84
- tasks.push(installAppInTeams());
85
- if (includeFrontend) {
86
- tasks.push(startFrontend());
87
- }
88
- if (includeBackend) {
89
- tasks.push(startBackend(programmingLanguage));
90
- if (programmingLanguage === constants_1.ProgrammingLanguage.typescript) {
91
- tasks.push(watchBackend());
92
- }
93
- }
94
- if (includeBot) {
95
- tasks.push(startBot(includeFrontend));
96
- }
97
- return tasks;
98
- }
99
- exports.generateM365Tasks = generateM365Tasks;
100
- function mergeTasks(existingData, newData) {
101
- var _a, _b;
102
- const mergedData = {};
103
- Object.assign(mergedData, existingData);
104
- if (mergedData.version === undefined) {
105
- mergedData.version = "2.0.0";
106
- }
107
- if (mergedData.tasks === undefined) {
108
- mergedData.tasks = newData.tasks;
109
- }
110
- else {
111
- const existingTasks = mergedData.tasks;
112
- const newTasks = ((_a = newData.tasks) !== null && _a !== void 0 ? _a : []);
113
- const keptTasks = [];
114
- for (const existingTask of existingTasks) {
115
- if (!newTasks.some((newTask) => existingTask.label === newTask.label && existingTask.type === newTask.type)) {
116
- keptTasks.push(existingTask);
117
- }
118
- }
119
- mergedData.tasks = [...keptTasks, ...newTasks];
120
- }
121
- if (mergedData.inputs === undefined) {
122
- mergedData.inputs = newData.inputs;
123
- }
124
- else {
125
- const existingInputs = mergedData.inputs;
126
- const newInputs = ((_b = newData.inputs) !== null && _b !== void 0 ? _b : []);
127
- const keptInputs = [];
128
- for (const existingInput of existingInputs) {
129
- if (!newInputs.some((newInput) => existingInput.id === newInput.id && existingInput.type === newInput.type)) {
130
- keptInputs.push(existingInput);
131
- }
132
- }
133
- mergedData.inputs = [...keptInputs, ...newInputs];
134
- }
135
- return mergedData;
136
- }
137
- exports.mergeTasks = mergeTasks;
138
- function preDebugCheckAndStartAll(includeBot) {
139
- return {
140
- label: "Pre Debug Check & Start All",
141
- dependsOn: includeBot
142
- ? ["validate local prerequisites", "start ngrok", "prepare local environment", "Start All"]
143
- : ["validate local prerequisites", "prepare local environment", "Start All"],
144
- dependsOrder: "sequence",
145
- };
146
- }
147
- function preDebugCheckAndStartAllAndInstallApp(includeBot) {
148
- return {
149
- label: "Pre Debug Check & Start All & Install App",
150
- dependsOn: includeBot
151
- ? [
152
- "validate local prerequisites",
153
- "start ngrok",
154
- "prepare local environment",
155
- "Start All",
156
- "install app in Teams",
157
- ]
158
- : [
159
- "validate local prerequisites",
160
- "prepare local environment",
161
- "Start All",
162
- "install app in Teams",
163
- ],
164
- dependsOrder: "sequence",
165
- };
166
- }
167
- function validateLocalPrerequisites() {
168
- return {
169
- label: "validate local prerequisites",
170
- type: "shell",
171
- command: "exit ${command:fx-extension.validate-local-prerequisites}",
172
- presentation: {
173
- reveal: "never",
174
- },
175
- };
176
- }
177
- function prepareLocalEnvironment() {
178
- return {
179
- label: "prepare local environment",
180
- type: "shell",
181
- command: "exit ${command:fx-extension.pre-debug-check}",
182
- presentation: {
183
- reveal: "never",
184
- },
185
- };
186
- }
187
- function startFrontend() {
188
- return {
189
- label: "Start Frontend",
190
- type: "shell",
191
- command: "npm run dev:teamsfx",
192
- isBackground: true,
193
- problemMatcher: "$teamsfx-frontend-watch",
194
- options: {
195
- cwd: "${workspaceFolder}/tabs",
196
- },
197
- };
198
- }
199
- function startBackend(programmingLanguage) {
200
- const result = {
201
- label: "Start Backend",
202
- type: "shell",
203
- command: "npm run dev:teamsfx",
204
- isBackground: true,
205
- problemMatcher: "$teamsfx-backend-watch",
206
- options: {
207
- cwd: "${workspaceFolder}/api",
208
- env: {
209
- PATH: "${command:fx-extension.get-func-path}${env:PATH}",
210
- },
211
- },
212
- presentation: {
213
- reveal: "silent",
214
- },
215
- };
216
- if (programmingLanguage === constants_1.ProgrammingLanguage.typescript) {
217
- result.dependsOn = "Watch Backend";
218
- }
219
- return result;
220
- }
221
- function watchBackend() {
222
- return {
223
- label: "Watch Backend",
224
- type: "shell",
225
- command: "npm run watch:teamsfx",
226
- isBackground: true,
227
- problemMatcher: "$tsc-watch",
228
- options: {
229
- cwd: "${workspaceFolder}/api",
230
- },
231
- presentation: {
232
- reveal: "silent",
233
- },
234
- };
235
- }
236
- function watchFuncHostedBot() {
237
- return {
238
- label: "Watch Bot",
239
- type: "shell",
240
- command: "npm run watch:teamsfx",
241
- isBackground: true,
242
- problemMatcher: "$tsc-watch",
243
- options: {
244
- cwd: "${workspaceFolder}/bot",
245
- },
246
- presentation: {
247
- reveal: "silent",
248
- },
249
- };
250
- }
251
- function startBot(includeFrontend) {
252
- const result = {
253
- label: "Start Bot",
254
- type: "shell",
255
- command: "npm run dev:teamsfx",
256
- isBackground: true,
257
- problemMatcher: {
258
- pattern: [
259
- {
260
- regexp: "^.*$",
261
- file: 0,
262
- location: 1,
263
- message: 2,
264
- },
265
- ],
266
- background: {
267
- activeOnStart: true,
268
- beginsPattern: "[nodemon] starting",
269
- endsPattern: "restify listening to|Bot/ME service listening at|[nodemon] app crashed",
270
- },
271
- },
272
- options: {
273
- cwd: "${workspaceFolder}/bot",
274
- },
275
- };
276
- if (includeFrontend) {
277
- result.presentation = { reveal: "silent" };
278
- }
279
- return result;
280
- }
281
- function startFuncHostedBot(includeFrontend, programmingLanguage) {
282
- const result = {
283
- label: "Start Bot",
284
- type: "shell",
285
- command: "npm run dev:teamsfx",
286
- isBackground: true,
287
- problemMatcher: "$teamsfx-func-hosted-bot-watch",
288
- options: {
289
- cwd: "${workspaceFolder}/bot",
290
- env: {
291
- PATH: "${command:fx-extension.get-func-path}${env:PATH}",
292
- },
293
- },
294
- };
295
- if (includeFrontend) {
296
- result.presentation = { reveal: "silent" };
297
- }
298
- const dependsOn = ["Start Azurite Emulator"];
299
- if (programmingLanguage === constants_1.ProgrammingLanguage.typescript) {
300
- dependsOn.push("Watch Bot");
301
- }
302
- result.dependsOn = dependsOn;
303
- return result;
304
- }
305
- function startNgrok() {
306
- return {
307
- label: "start ngrok",
308
- dependsOn: `${teamsfx_api_1.ProductName}: ngrok start`,
309
- };
310
- }
311
- function startAll(includeFrontend, includeBackend, includeBot) {
312
- const dependsOn = [];
313
- if (includeFrontend) {
314
- dependsOn.push("Start Frontend");
315
- }
316
- if (includeBackend) {
317
- dependsOn.push("Start Backend");
318
- }
319
- if (includeBot) {
320
- dependsOn.push("Start Bot");
321
- }
322
- return {
323
- label: "Start All",
324
- dependsOn,
325
- };
326
- }
327
- function startAzuriteEmulator() {
328
- return {
329
- label: "Start Azurite Emulator",
330
- type: "shell",
331
- command: "npm run prepare-storage:teamsfx",
332
- isBackground: true,
333
- problemMatcher: {
334
- pattern: [
335
- {
336
- regexp: "^.*$",
337
- file: 0,
338
- location: 1,
339
- message: 2,
340
- },
341
- ],
342
- background: {
343
- activeOnStart: true,
344
- beginsPattern: "Azurite",
345
- endsPattern: "successfully listening",
346
- },
347
- },
348
- options: {
349
- cwd: "${workspaceFolder}/bot",
350
- },
351
- presentation: { reveal: "silent" },
352
- };
353
- }
354
- function installAppInTeams() {
355
- return {
356
- label: "install app in Teams",
357
- type: "shell",
358
- command: "exit ${command:fx-extension.install-app-in-teams}",
359
- presentation: {
360
- reveal: "never",
361
- },
362
- };
363
- }
364
- //# sourceMappingURL=tasksNext.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"tasksNext.js","sourceRoot":"","sources":["../../../../../../src/plugins/solution/fx-solution/debug/util/tasksNext.ts"],"names":[],"mappings":"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"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"telemetry.d.ts","sourceRoot":"","sources":["../../../../../../src/plugins/solution/fx-solution/debug/util/telemetry.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,iBAAiB,EACjB,IAAI,EAEJ,WAAW,EACX,SAAS,EAEV,MAAM,wBAAwB,CAAC;AAmBhC,oBAAY,kBAAkB;IAC5B,0BAA0B,kCAAkC;IAC5D,uBAAuB,+BAA+B;IACtD,wBAAwB,gCAAgC;CACzD;AAED,qBAAa,cAAc;IACzB,MAAM,CAAC,iBAAiB,EAAE,iBAAiB,CAAC;IAC5C,MAAM,CAAC,UAAU,EAAE,MAAM,GAAG,SAAS,CAAC;WAExB,IAAI,CAAC,iBAAiB,EAAE,iBAAiB,EAAE,aAAa,CAAC,EAAE,IAAI;WAK/D,cAAc,CAC1B,SAAS,EAAE,MAAM,EACjB,UAAU,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,EACtC,YAAY,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE;WAgB5B,gBAAgB,CAC5B,SAAS,EAAE,MAAM,EACjB,UAAU,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,EACtC,YAAY,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,EACxC,UAAU,CAAC,EAAE,MAAM,EAAE;WAaT,cAAc,CAC1B,SAAS,EAAE,MAAM,EACjB,GAAG,EAAE,SAAS,GAAG,WAAW,EAC5B,UAAU,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,EACtC,YAAY,CAAC,EAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAE,EACxC,UAAU,CAAC,EAAE,MAAM,EAAE;CAwBxB"}
@@ -1 +0,0 @@
1
- {"version":3,"file":"telemetry.js","sourceRoot":"","sources":["../../../../../../src/plugins/solution/fx-solution/debug/util/telemetry.ts"],"names":[],"mappings":"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"}
@@ -1,27 +0,0 @@
1
- import { Result, FxError, PluginContext } from "@microsoft/teamsfx-api";
2
- export declare type LifecyclesWithContext = [
3
- OmitThisParameter<(ctx: PluginContext) => Promise<Result<any, FxError>>> | undefined,
4
- PluginContext,
5
- string
6
- ];
7
- /**
8
- * Execute plugin lifecycles one by one with its associated context.
9
- *
10
- */
11
- export declare function executeSequentially(step: string, lifecycleAndContext: LifecyclesWithContext[]): Promise<Result<any, FxError>>;
12
- /**
13
- * ConcurrentExecutor will concurrently run the plugin lifecycles with
14
- * its associated context.
15
- *
16
- * Currently, on success, return value is discarded by returning undefined on sucess.
17
- */
18
- export declare function executeConcurrently(step: string, lifecycleAndContext: LifecyclesWithContext[]): Promise<Result<any, FxError>[]>;
19
- /**
20
- * Executes preLifecycles, lifecycles, postCycles in order. If one of the steps failes, following steps won't run.
21
- *
22
- * @param preLifecycles
23
- * @param lifecycles
24
- * @param postLifecycles
25
- */
26
- export declare function executeLifecycles(preLifecycles: LifecyclesWithContext[], lifecycles: LifecyclesWithContext[], postLifecycles: LifecyclesWithContext[], onPreLifecycleFinished?: (result?: any[]) => Promise<Result<any, FxError>>, onLifecycleFinished?: (result?: Result<any, FxError>[]) => Promise<Result<any, FxError>>, onPostLifecycleFinished?: (result?: any[]) => Promise<Result<any, FxError>>): Promise<Result<any, FxError>>;
27
- //# sourceMappingURL=executor.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"executor.d.ts","sourceRoot":"","sources":["../../../../src/plugins/solution/fx-solution/executor.ts"],"names":[],"mappings":"AAEA,OAAO,EAEL,MAAM,EACN,OAAO,EACP,aAAa,EAKd,MAAM,wBAAwB,CAAC;AAGhC,oBAAY,qBAAqB,GAAG;IAClC,iBAAiB,CAAC,CAAC,GAAG,EAAE,aAAa,KAAK,OAAO,CAAC,MAAM,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC,CAAC,GAAG,SAAS;IACpF,aAAa;IACb,MAAM;CACP,CAAC;AAEF;;;GAGG;AACH,wBAAsB,mBAAmB,CACvC,IAAI,EAAE,MAAM,EACZ,mBAAmB,EAAE,qBAAqB,EAAE,GAC3C,OAAO,CAAC,MAAM,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC,CA6C/B;AAED;;;;;GAKG;AACH,wBAAsB,mBAAmB,CACvC,IAAI,EAAE,MAAM,EACZ,mBAAmB,EAAE,qBAAqB,EAAE,GAC3C,OAAO,CAAC,MAAM,CAAC,GAAG,EAAE,OAAO,CAAC,EAAE,CAAC,CAuEjC;AAED;;;;;;GAMG;AACH,wBAAsB,iBAAiB,CACrC,aAAa,EAAE,qBAAqB,EAAE,EACtC,UAAU,EAAE,qBAAqB,EAAE,EACnC,cAAc,EAAE,qBAAqB,EAAE,EACvC,sBAAsB,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,KAAK,OAAO,CAAC,MAAM,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC,EAC1E,mBAAmB,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,MAAM,CAAC,GAAG,EAAE,OAAO,CAAC,EAAE,KAAK,OAAO,CAAC,MAAM,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC,EACxF,uBAAuB,CAAC,EAAE,CAAC,MAAM,CAAC,EAAE,GAAG,EAAE,KAAK,OAAO,CAAC,MAAM,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC,GAC1E,OAAO,CAAC,MAAM,CAAC,GAAG,EAAE,OAAO,CAAC,CAAC,CAwC/B"}
@@ -1,164 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.executeLifecycles = exports.executeConcurrently = exports.executeSequentially = void 0;
4
- // Copyright (c) Microsoft Corporation.
5
- // Licensed under the MIT license.
6
- const teamsfx_api_1 = require("@microsoft/teamsfx-api");
7
- const constants_1 = require("../../../common/constants");
8
- /**
9
- * Execute plugin lifecycles one by one with its associated context.
10
- *
11
- */
12
- async function executeSequentially(step, lifecycleAndContext) {
13
- var _a;
14
- let logger;
15
- const results = [];
16
- for (const pair of lifecycleAndContext) {
17
- const lifecycle = pair[0];
18
- const context = pair[1];
19
- logger = context.logProvider;
20
- if (lifecycle) {
21
- const result = await lifecycle(context);
22
- results.push(result);
23
- if (result.isErr()) {
24
- break;
25
- }
26
- }
27
- else {
28
- results.push(undefined);
29
- }
30
- }
31
- if (logger)
32
- logger === null || logger === void 0 ? void 0 : logger.info(`${`[${constants_1.PluginDisplayName.Solution}] Execute ${step}Task summary`.padEnd(64, "-")}`);
33
- for (let i = 0; i < results.length; ++i) {
34
- const pair = lifecycleAndContext[i];
35
- const lifecycle = pair[0];
36
- const context = pair[1];
37
- const pluginName = pair[2];
38
- const result = results[i];
39
- if (!result || !lifecycle)
40
- continue;
41
- const taskname = lifecycle === null || lifecycle === void 0 ? void 0 : lifecycle.name.replace("bound ", "");
42
- (_a = context.logProvider) === null || _a === void 0 ? void 0 : _a.info(`${(pluginName + "." + taskname).padEnd(60, ".")} ${result.isOk() ? "[ok]" : "[failed]"}`);
43
- if (result.isErr()) {
44
- if (logger)
45
- logger === null || logger === void 0 ? void 0 : logger.info(`${`[${constants_1.PluginDisplayName.Solution}] ${step}Task overall result`.padEnd(60, ".")}[failed]`);
46
- return result;
47
- }
48
- }
49
- if (logger)
50
- logger === null || logger === void 0 ? void 0 : logger.info(`${`[${constants_1.PluginDisplayName.Solution}] ${step}Task overall result`.padEnd(60, ".")}[ok]`);
51
- return teamsfx_api_1.ok(undefined);
52
- }
53
- exports.executeSequentially = executeSequentially;
54
- /**
55
- * ConcurrentExecutor will concurrently run the plugin lifecycles with
56
- * its associated context.
57
- *
58
- * Currently, on success, return value is discarded by returning undefined on sucess.
59
- */
60
- async function executeConcurrently(step, lifecycleAndContext) {
61
- var _a;
62
- let logger;
63
- const promises = lifecycleAndContext.map(async (pair) => {
64
- const lifecycle = pair[0];
65
- const context = pair[1];
66
- const pluginName = pair[2];
67
- const taskname = lifecycle === null || lifecycle === void 0 ? void 0 : lifecycle.name.replace("bound ", "");
68
- logger = context.logProvider;
69
- if (lifecycle) {
70
- try {
71
- const res = lifecycle(context);
72
- return res;
73
- }
74
- catch (e) {
75
- if (e instanceof teamsfx_api_1.UserError || e instanceof teamsfx_api_1.SystemError) {
76
- return teamsfx_api_1.err(e);
77
- }
78
- return teamsfx_api_1.err(new teamsfx_api_1.SystemError("Solution", "UnknownError", `[Solution.executeConcurrently part 1] unknown error from plugin: ${pluginName}, taskName:${taskname}, error: ${JSON.stringify(e)}`));
79
- }
80
- }
81
- else {
82
- return teamsfx_api_1.ok(undefined);
83
- }
84
- });
85
- try {
86
- const results = await Promise.all(promises);
87
- if (logger)
88
- logger === null || logger === void 0 ? void 0 : logger.info(`${`[${constants_1.PluginDisplayName.Solution}] Execute ${step}Task summary`.padEnd(64, "-")}`);
89
- let failed = false;
90
- for (let i = 0; i < results.length; ++i) {
91
- const pair = lifecycleAndContext[i];
92
- const lifecycle = pair[0];
93
- const context = pair[1];
94
- const pluginName = pair[2];
95
- const result = results[i];
96
- if (!result || !lifecycle)
97
- continue;
98
- const taskname = lifecycle === null || lifecycle === void 0 ? void 0 : lifecycle.name.replace("bound ", "");
99
- (_a = context.logProvider) === null || _a === void 0 ? void 0 : _a.info(`${(pluginName + "." + taskname).padEnd(60, ".")} ${result.isOk() ? "[ok]" : "[failed]"}`);
100
- if (result.isErr()) {
101
- failed = true;
102
- }
103
- }
104
- if (logger)
105
- logger === null || logger === void 0 ? void 0 : logger.info(`${`[${constants_1.PluginDisplayName.Solution}] ${step}Task overall result`.padEnd(60, ".")}${failed ? "[failed]" : "[ok]"}`);
106
- return results;
107
- }
108
- catch (e) {
109
- if (e instanceof teamsfx_api_1.UserError || e instanceof teamsfx_api_1.SystemError) {
110
- throw e;
111
- }
112
- throw new teamsfx_api_1.SystemError("Solution", "UnknownError", `[Solution.executeConcurrently part 2] unknown error: ${JSON.stringify(e)}`);
113
- }
114
- }
115
- exports.executeConcurrently = executeConcurrently;
116
- /**
117
- * Executes preLifecycles, lifecycles, postCycles in order. If one of the steps failes, following steps won't run.
118
- *
119
- * @param preLifecycles
120
- * @param lifecycles
121
- * @param postLifecycles
122
- */
123
- async function executeLifecycles(preLifecycles, lifecycles, postLifecycles, onPreLifecycleFinished, onLifecycleFinished, onPostLifecycleFinished) {
124
- // Questions are asked sequentially during preLifecycles.
125
- const preResult = await executeSequentially("pre", preLifecycles);
126
- if (preResult.isErr()) {
127
- return preResult;
128
- }
129
- if (onPreLifecycleFinished) {
130
- const result = await onPreLifecycleFinished();
131
- if (result.isErr()) {
132
- return result;
133
- }
134
- }
135
- const results = await executeConcurrently("", lifecycles);
136
- if (onLifecycleFinished) {
137
- const onLifecycleFinishedResult = await onLifecycleFinished(results);
138
- if (onLifecycleFinishedResult.isErr()) {
139
- return onLifecycleFinishedResult;
140
- }
141
- }
142
- else {
143
- for (const result of results) {
144
- if (result.isErr()) {
145
- return result;
146
- }
147
- }
148
- }
149
- const postResults = await executeConcurrently("post", postLifecycles);
150
- for (const result of postResults) {
151
- if (result.isErr()) {
152
- return result;
153
- }
154
- }
155
- if (onPostLifecycleFinished) {
156
- const result = await onPostLifecycleFinished();
157
- if (result.isErr()) {
158
- return result;
159
- }
160
- }
161
- return teamsfx_api_1.ok(undefined);
162
- }
163
- exports.executeLifecycles = executeLifecycles;
164
- //# sourceMappingURL=executor.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"executor.js","sourceRoot":"","sources":["../../../../src/plugins/solution/fx-solution/executor.ts"],"names":[],"mappings":"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"}
@@ -1,5 +0,0 @@
1
- export * from "./solution";
2
- export * from "./constants";
3
- import "./v2/solution";
4
- export * from "./question";
5
- //# sourceMappingURL=index.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../../src/plugins/solution/fx-solution/index.ts"],"names":[],"mappings":"AAAA,cAAc,YAAY,CAAC;AAC3B,cAAc,aAAa,CAAC;AAC5B,OAAO,eAAe,CAAC;AACvB,cAAc,YAAY,CAAC"}
@@ -1,8 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- const tslib_1 = require("tslib");
4
- tslib_1.__exportStar(require("./solution"), exports);
5
- tslib_1.__exportStar(require("./constants"), exports);
6
- require("./v2/solution");
7
- tslib_1.__exportStar(require("./question"), exports);
8
- //# sourceMappingURL=index.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../../../src/plugins/solution/fx-solution/index.ts"],"names":[],"mappings":";;;AAAA,qDAA2B;AAC3B,sDAA4B;AAC5B,yBAAuB;AACvB,qDAA2B"}