@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
@@ -0,0 +1 @@
1
+ {"version":3,"file":"arm.js","sourceRoot":"","sources":["../../src/component/arm.ts"],"names":[],"mappings":"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"}
@@ -11,7 +11,7 @@ require("reflect-metadata");
11
11
  const typedi_1 = require("typedi");
12
12
  const utils_1 = require("../common/utils");
13
13
  const folder_1 = require("../folder");
14
- const arm_1 = tslib_1.__importDefault(require("../plugins/solution/fx-solution/arm"));
14
+ const arm_1 = tslib_1.__importDefault(require("./arm"));
15
15
  let BicepComponent = class BicepComponent {
16
16
  constructor() {
17
17
  this.name = "bicep";
@@ -1 +1 @@
1
- {"version":3,"file":"bicep.js","sourceRoot":"","sources":["../../src/component/bicep.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;;AAElC,wDAMgC;AAChC,gEAA0B;AAC1B,mDAA6B;AAC7B,4BAA0B;AAC1B,mCAAiC;AACjC,2CAAgE;AAChE,sCAA+C;AAC/C,sFAAsD;AAEtD,IAAa,cAAc,GAA3B,MAAa,cAAc;IAA3B;QACW,SAAI,GAAG,OAAO,CAAC;IA6C1B,CAAC;IA5CC,KAAK,CAAC,IAAI,CAAC,WAAmB;QAC5B,MAAM,YAAY,GAAG,IAAI,CAAC,IAAI,CAAC,2BAAkB,EAAE,EAAE,OAAO,CAAC,CAAC;QAC9D,MAAM,YAAY,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,qCAA6B,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC,CAAC;QAC1F,IACE,CAAC,MAAM,kBAAE,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC,CAAC;YAC5D,CAAC,MAAM,kBAAE,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,iBAAiB,CAAC,CAAC,CAAC;YACjE,CAAC,MAAM,kBAAE,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,cAAc,CAAC,CAAC,CAAC;YAE9D,OAAO,gBAAE,CAAC,SAAS,CAAC,CAAC;QACvB,MAAM,kBAAE,CAAC,SAAS,CAAC,YAAY,CAAC,CAAC;QACjC,MAAM,kBAAE,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,WAAW,CAAC,CAAC,CAAC;QACzD,MAAM,kBAAE,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,SAAS,CAAC,CAAC,CAAC;QACvD,IAAI,CAAC,CAAC,MAAM,kBAAE,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE;YACjE,MAAM,kBAAE,CAAC,QAAQ,CACf,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,EACrC,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,CACtC,CAAC;SACH;QACD,IAAI,CAAC,CAAC,MAAM,kBAAE,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,iBAAiB,CAAC,CAAC,CAAC,EAAE;YACtE,MAAM,kBAAE,CAAC,QAAQ,CACf,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,iBAAiB,CAAC,EAC1C,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,iBAAiB,CAAC,CAC3C,CAAC;SACH;QACD,IAAI,CAAC,CAAC,MAAM,kBAAE,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,cAAc,CAAC,CAAC,CAAC,EAAE;YACnE,MAAM,kBAAE,CAAC,QAAQ,CACf,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,cAAc,CAAC,EACvC,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,cAAc,CAAC,CACxC,CAAC;SACH;QACD,OAAO,gBAAE,CAAC,SAAS,CAAC,CAAC;IACvB,CAAC;IACD,KAAK,CAAC,MAAM,CACV,OAA0B,EAC1B,MAA6B;QAE7B,MAAM,GAAG,GAAG,OAA4B,CAAC;QACzC,OAAO,MAAM,aAAG,CAAC,kBAAkB,CACjC,GAAG,EACH,MAAM,EACN,GAAG,CAAC,OAAO,EACX,GAAG,CAAC,aAAa,CAAC,oBAAoB,CACvC,CAAC;IACJ,CAAC;CACF,CAAA;AA9CY,cAAc;IAD1B,gBAAO,CAAC,OAAO,CAAC;GACJ,cAAc,CA8C1B;AA9CY,wCAAc"}
1
+ {"version":3,"file":"bicep.js","sourceRoot":"","sources":["../../src/component/bicep.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;;AAElC,wDAMgC;AAChC,gEAA0B;AAC1B,mDAA6B;AAC7B,4BAA0B;AAC1B,mCAAiC;AACjC,2CAAgE;AAChE,sCAA+C;AAC/C,wDAAwB;AAExB,IAAa,cAAc,GAA3B,MAAa,cAAc;IAA3B;QACW,SAAI,GAAG,OAAO,CAAC;IA6C1B,CAAC;IA5CC,KAAK,CAAC,IAAI,CAAC,WAAmB;QAC5B,MAAM,YAAY,GAAG,IAAI,CAAC,IAAI,CAAC,2BAAkB,EAAE,EAAE,OAAO,CAAC,CAAC;QAC9D,MAAM,YAAY,GAAG,IAAI,CAAC,IAAI,CAAC,MAAM,qCAA6B,CAAC,WAAW,CAAC,EAAE,OAAO,CAAC,CAAC;QAC1F,IACE,CAAC,MAAM,kBAAE,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC,CAAC;YAC5D,CAAC,MAAM,kBAAE,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,iBAAiB,CAAC,CAAC,CAAC;YACjE,CAAC,MAAM,kBAAE,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,cAAc,CAAC,CAAC,CAAC;YAE9D,OAAO,gBAAE,CAAC,SAAS,CAAC,CAAC;QACvB,MAAM,kBAAE,CAAC,SAAS,CAAC,YAAY,CAAC,CAAC;QACjC,MAAM,kBAAE,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,WAAW,CAAC,CAAC,CAAC;QACzD,MAAM,kBAAE,CAAC,SAAS,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,SAAS,CAAC,CAAC,CAAC;QACvD,IAAI,CAAC,CAAC,MAAM,kBAAE,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,CAAC,CAAC,EAAE;YACjE,MAAM,kBAAE,CAAC,QAAQ,CACf,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,EACrC,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,YAAY,CAAC,CACtC,CAAC;SACH;QACD,IAAI,CAAC,CAAC,MAAM,kBAAE,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,iBAAiB,CAAC,CAAC,CAAC,EAAE;YACtE,MAAM,kBAAE,CAAC,QAAQ,CACf,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,iBAAiB,CAAC,EAC1C,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,iBAAiB,CAAC,CAC3C,CAAC;SACH;QACD,IAAI,CAAC,CAAC,MAAM,kBAAE,CAAC,UAAU,CAAC,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,cAAc,CAAC,CAAC,CAAC,EAAE;YACnE,MAAM,kBAAE,CAAC,QAAQ,CACf,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,cAAc,CAAC,EACvC,IAAI,CAAC,IAAI,CAAC,YAAY,EAAE,cAAc,CAAC,CACxC,CAAC;SACH;QACD,OAAO,gBAAE,CAAC,SAAS,CAAC,CAAC;IACvB,CAAC;IACD,KAAK,CAAC,MAAM,CACV,OAA0B,EAC1B,MAA6B;QAE7B,MAAM,GAAG,GAAG,OAA4B,CAAC;QACzC,OAAO,MAAM,aAAG,CAAC,kBAAkB,CACjC,GAAG,EACH,MAAM,EACN,GAAG,CAAC,OAAO,EACX,GAAG,CAAC,aAAa,CAAC,oBAAoB,CACvC,CAAC;IACJ,CAAC;CACF,CAAA;AA9CY,cAAc;IAD1B,gBAAO,CAAC,OAAO,CAAC;GACJ,cAAc,CA8C1B;AA9CY,wCAAc"}
@@ -0,0 +1,13 @@
1
+ import { ActionContext, ContextV3, FxError, InputsWithProjectPath, Result } from "@microsoft/teamsfx-api";
2
+ import "reflect-metadata";
3
+ /**
4
+ * api scaffold
5
+ */
6
+ export declare class ApiCodeProvider {
7
+ name: string;
8
+ generate(context: ContextV3, inputs: InputsWithProjectPath, actionContext?: ActionContext): Promise<Result<undefined, FxError>>;
9
+ build(context: ContextV3, inputs: InputsWithProjectPath, actionContext?: ActionContext): Promise<Result<undefined, FxError>>;
10
+ private handleDotnetChecker;
11
+ private installFuncExtensions;
12
+ }
13
+ //# sourceMappingURL=apiCode.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"apiCode.d.ts","sourceRoot":"","sources":["../../../../src/component/code/api/apiCode.ts"],"names":[],"mappings":"AAIA,OAAO,EACL,aAAa,EACb,SAAS,EACT,OAAO,EACP,qBAAqB,EAIrB,MAAM,EACP,MAAM,wBAAwB,CAAC;AAEhC,OAAO,kBAAkB,CAAC;AAoB1B;;GAEG;AACH,qBACa,eAAe;IAC1B,IAAI,SAAc;IASZ,QAAQ,CACZ,OAAO,EAAE,SAAS,EAClB,MAAM,EAAE,qBAAqB,EAC7B,aAAa,CAAC,EAAE,aAAa,GAC5B,OAAO,CAAC,MAAM,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;IA6BhC,KAAK,CACT,OAAO,EAAE,SAAS,EAClB,MAAM,EAAE,qBAAqB,EAC7B,aAAa,CAAC,EAAE,aAAa,GAC5B,OAAO,CAAC,MAAM,CAAC,SAAS,EAAE,OAAO,CAAC,CAAC;YAoCxB,mBAAmB;YA4BnB,qBAAqB;CAqBpC"}
@@ -0,0 +1,153 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT license.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.ApiCodeProvider = void 0;
6
+ const tslib_1 = require("tslib");
7
+ const lib_1 = require("@feathersjs/hooks/lib");
8
+ const teamsfx_api_1 = require("@microsoft/teamsfx-api");
9
+ const path = tslib_1.__importStar(require("path"));
10
+ require("reflect-metadata");
11
+ const typedi_1 = require("typedi");
12
+ const depsChecker_1 = require("../../../common/deps-checker/depsChecker");
13
+ const checkerFactory_1 = require("../../../common/deps-checker/checkerFactory");
14
+ const question_1 = require("../../../core/question");
15
+ const scaffold_1 = require("./scaffold");
16
+ const funcHelper_1 = require("./depsChecker/funcHelper");
17
+ const constants_1 = require("../../constants");
18
+ const error_1 = require("../../error");
19
+ const messages_1 = require("../../messages");
20
+ const actionExecutionMW_1 = require("../../middleware/actionExecutionMW");
21
+ const workflow_1 = require("../../workflow");
22
+ const depsError_1 = require("../../../common/deps-checker/depsError");
23
+ const language_strategy_1 = require("./language-strategy");
24
+ const utils_1 = require("../utils");
25
+ const constants_2 = require("../constants");
26
+ const deps_checker_1 = require("../../../common/deps-checker");
27
+ const funcPluginTelemetry_1 = require("./depsChecker/funcPluginTelemetry");
28
+ const enums_1 = require("./enums");
29
+ const funcPluginLogger_1 = require("./depsChecker/funcPluginLogger");
30
+ /**
31
+ * api scaffold
32
+ */
33
+ let ApiCodeProvider = class ApiCodeProvider {
34
+ constructor() {
35
+ this.name = "api-code";
36
+ }
37
+ async generate(context, inputs, actionContext) {
38
+ var _a;
39
+ const projectSettings = context.projectSetting;
40
+ const appName = projectSettings.appName;
41
+ const language = inputs[question_1.CoreQuestionNames.ProgrammingLanguage];
42
+ const folder = inputs.folder || constants_1.PathConstants.apiWorkingDir;
43
+ const workingDir = path.join(inputs.projectPath, folder);
44
+ const functionName = inputs[enums_1.QuestionKey.functionName];
45
+ const variables = {
46
+ appName: appName,
47
+ functionName: functionName,
48
+ };
49
+ await ((_a = actionContext === null || actionContext === void 0 ? void 0 : actionContext.progressBar) === null || _a === void 0 ? void 0 : _a.next(messages_1.ProgressMessages.scaffoldApi));
50
+ await scaffold_1.FunctionScaffold.scaffoldFunction(workingDir, language, constants_2.ApiConstants.functionTriggerType, functionName, variables, context.logProvider);
51
+ return teamsfx_api_1.ok(undefined);
52
+ }
53
+ async build(context, inputs, actionContext) {
54
+ var _a;
55
+ const teamsApi = workflow_1.getComponent(context.projectSetting, constants_1.ComponentNames.TeamsApi);
56
+ if (!teamsApi)
57
+ return teamsfx_api_1.ok(undefined);
58
+ if (teamsApi.folder == undefined)
59
+ throw new error_1.BadComponent("api", this.name, "folder");
60
+ const language = context.projectSetting.programmingLanguage;
61
+ if (!language || !Object.values(constants_1.ProgrammingLanguage).includes(language))
62
+ throw new error_1.invalidProjectSettings(messages_1.ErrorMessage.programmingLanguageInvalid);
63
+ const buildPath = path.resolve(inputs.projectPath, teamsApi.folder);
64
+ await this.handleDotnetChecker(context, inputs);
65
+ try {
66
+ await this.installFuncExtensions(buildPath, language, context.logProvider);
67
+ }
68
+ catch (error) {
69
+ if (error instanceof Error) {
70
+ // wrap the original error to UserError so the extensibility model will pop-up a dialog correctly
71
+ throw funcHelper_1.funcDepsHelper.transferError(error);
72
+ }
73
+ else {
74
+ throw error;
75
+ }
76
+ }
77
+ await ((_a = actionContext === null || actionContext === void 0 ? void 0 : actionContext.progressBar) === null || _a === void 0 ? void 0 : _a.next(messages_1.ProgressMessages.buildingApi));
78
+ for (const commandItem of language_strategy_1.LanguageStrategyFactory.getStrategy(language)
79
+ .buildCommands) {
80
+ const command = commandItem.command;
81
+ const relativePath = commandItem.relativePath;
82
+ const absolutePath = path.join(buildPath, relativePath);
83
+ await utils_1.execute(command, absolutePath, context.logProvider);
84
+ }
85
+ return teamsfx_api_1.ok(undefined);
86
+ }
87
+ async handleDotnetChecker(ctx, inputs) {
88
+ const funcDepsLogger = new funcPluginLogger_1.FuncPluginLogger(ctx.logProvider);
89
+ const dotnetChecker = checkerFactory_1.CheckerFactory.createChecker(depsChecker_1.DepsType.Dotnet, funcDepsLogger, funcPluginTelemetry_1.funcDepsTelemetry);
90
+ try {
91
+ if (!(await funcHelper_1.funcDepsHelper.dotnetCheckerEnabled(inputs))) {
92
+ return;
93
+ }
94
+ await dotnetChecker.resolve();
95
+ }
96
+ catch (error) {
97
+ if (error instanceof depsError_1.LinuxNotSupportedError) {
98
+ return;
99
+ }
100
+ if (error instanceof Error) {
101
+ funcDepsLogger.error(messages_1.LogMessages.failedToInstallDotnet(error));
102
+ await funcDepsLogger.printDetailLog();
103
+ throw funcHelper_1.funcDepsHelper.transferError(error);
104
+ }
105
+ else {
106
+ throw error;
107
+ }
108
+ }
109
+ finally {
110
+ funcDepsLogger.cleanup();
111
+ }
112
+ }
113
+ async installFuncExtensions(componentPath, language, logger) {
114
+ if (language_strategy_1.LanguageStrategyFactory.getStrategy(language).skipFuncExtensionInstall) {
115
+ return;
116
+ }
117
+ const funcDepsLogger = new funcPluginLogger_1.FuncPluginLogger(logger);
118
+ const binPath = path.join(componentPath, constants_1.PathConstants.functionExtensionsFolder);
119
+ const depsManager = new deps_checker_1.DepsManager(funcDepsLogger, funcPluginTelemetry_1.funcDepsTelemetry);
120
+ const dotnetStatus = (await depsManager.getStatus([depsChecker_1.DepsType.Dotnet]))[0];
121
+ await funcHelper_1.funcDepsHelper.installFuncExtension(componentPath, dotnetStatus.command, funcDepsLogger, constants_1.PathConstants.functionExtensionsFile, binPath);
122
+ }
123
+ };
124
+ tslib_1.__decorate([
125
+ lib_1.hooks([
126
+ actionExecutionMW_1.ActionExecutionMW({
127
+ enableProgressBar: true,
128
+ progressTitle: messages_1.ProgressTitles.scaffoldApi,
129
+ progressSteps: 1,
130
+ errorSource: "api",
131
+ }),
132
+ ]),
133
+ tslib_1.__metadata("design:type", Function),
134
+ tslib_1.__metadata("design:paramtypes", [Object, Object, Object]),
135
+ tslib_1.__metadata("design:returntype", Promise)
136
+ ], ApiCodeProvider.prototype, "generate", null);
137
+ tslib_1.__decorate([
138
+ lib_1.hooks([
139
+ actionExecutionMW_1.ActionExecutionMW({
140
+ enableProgressBar: true,
141
+ progressTitle: messages_1.ProgressTitles.buildingApi,
142
+ progressSteps: 1,
143
+ }),
144
+ ]),
145
+ tslib_1.__metadata("design:type", Function),
146
+ tslib_1.__metadata("design:paramtypes", [Object, Object, Object]),
147
+ tslib_1.__metadata("design:returntype", Promise)
148
+ ], ApiCodeProvider.prototype, "build", null);
149
+ ApiCodeProvider = tslib_1.__decorate([
150
+ typedi_1.Service("api-code")
151
+ ], ApiCodeProvider);
152
+ exports.ApiCodeProvider = ApiCodeProvider;
153
+ //# sourceMappingURL=apiCode.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"apiCode.js","sourceRoot":"","sources":["../../../../src/component/code/api/apiCode.ts"],"names":[],"mappings":"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"}
@@ -0,0 +1,11 @@
1
+ import { Inputs } from "@microsoft/teamsfx-api";
2
+ import { DepsLogger } from "../../../../common/deps-checker/depsLogger";
3
+ export declare class FuncHelper {
4
+ private readonly dotnetSettingKey;
5
+ dotnetCheckerEnabled(inputs?: Inputs): Promise<boolean>;
6
+ installFuncExtension(backendRoot: string, dotnetCommand: string, logger: DepsLogger, csprojPath: string, outputPath: string): Promise<void>;
7
+ transferError(error: Error): Error;
8
+ private splitHelpLink;
9
+ }
10
+ export declare const funcDepsHelper: FuncHelper;
11
+ //# sourceMappingURL=funcHelper.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"funcHelper.d.ts","sourceRoot":"","sources":["../../../../../src/component/code/api/depsChecker/funcHelper.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,MAAM,EAAa,MAAM,wBAAwB,CAAC;AAK3D,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAC;AAExE,qBAAa,UAAU;IACrB,OAAO,CAAC,QAAQ,CAAC,gBAAgB,CAAqC;IAEzD,oBAAoB,CAAC,MAAM,CAAC,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAQvD,oBAAoB,CAC/B,WAAW,EAAE,MAAM,EACnB,aAAa,EAAE,MAAM,EACrB,MAAM,EAAE,UAAU,EAClB,UAAU,EAAE,MAAM,EAClB,UAAU,EAAE,MAAM,GACjB,OAAO,CAAC,IAAI,CAAC;IAIT,aAAa,CAAC,KAAK,EAAE,KAAK,GAAG,KAAK;IAkBzC,OAAO,CAAC,aAAa;CAQtB;AAED,eAAO,MAAM,cAAc,YAAmB,CAAC"}
@@ -0,0 +1,55 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT license.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.funcDepsHelper = exports.FuncHelper = void 0;
6
+ const teamsfx_api_1 = require("@microsoft/teamsfx-api");
7
+ const depsError_1 = require("../../../../common/deps-checker/depsError");
8
+ const helpLink_1 = require("../../../../common/deps-checker/constant/helpLink");
9
+ const message_1 = require("../../../../common/deps-checker/constant/message");
10
+ const extensionInstaller_1 = require("../../../../common/deps-checker/util/extensionInstaller");
11
+ class FuncHelper {
12
+ constructor() {
13
+ this.dotnetSettingKey = "function-dotnet-checker-enabled";
14
+ }
15
+ async dotnetCheckerEnabled(inputs) {
16
+ let enabled = true;
17
+ if (inputs && inputs[this.dotnetSettingKey] !== undefined) {
18
+ enabled = inputs[this.dotnetSettingKey];
19
+ }
20
+ return Promise.resolve(enabled);
21
+ }
22
+ async installFuncExtension(backendRoot, dotnetCommand, logger, csprojPath, outputPath) {
23
+ await extensionInstaller_1.installExtension(backendRoot, dotnetCommand, logger, csprojPath, outputPath);
24
+ }
25
+ transferError(error) {
26
+ const source = "functionDepsChecker";
27
+ const defaultAnchor = "report-issues";
28
+ if (error instanceof depsError_1.DepsCheckerError) {
29
+ const [helpLink, anchor] = this.splitHelpLink(error.helpLink);
30
+ return new teamsfx_api_1.UserError({ error, source, name: anchor || defaultAnchor, helpLink });
31
+ }
32
+ else {
33
+ return new teamsfx_api_1.UserError({
34
+ source,
35
+ name: defaultAnchor,
36
+ helpLink: helpLink_1.defaultHelpLink,
37
+ error,
38
+ message: message_1.Messages.defaultErrorMessage[0],
39
+ displayMessage: message_1.Messages.defaultErrorMessage[1],
40
+ });
41
+ }
42
+ }
43
+ splitHelpLink(link) {
44
+ const lastAnchor = link.lastIndexOf("#");
45
+ if (lastAnchor !== -1) {
46
+ return [link.slice(0, lastAnchor), link.slice(lastAnchor + 1)];
47
+ }
48
+ else {
49
+ return [link, ""];
50
+ }
51
+ }
52
+ }
53
+ exports.FuncHelper = FuncHelper;
54
+ exports.funcDepsHelper = new FuncHelper();
55
+ //# sourceMappingURL=funcHelper.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"funcHelper.js","sourceRoot":"","sources":["../../../../../src/component/code/api/depsChecker/funcHelper.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,wDAA2D;AAC3D,yEAA6E;AAC7E,gFAAoF;AACpF,8EAA4E;AAC5E,gGAA2F;AAG3F,MAAa,UAAU;IAAvB;QACmB,qBAAgB,GAAG,iCAAiC,CAAC;IA8CxE,CAAC;IA5CQ,KAAK,CAAC,oBAAoB,CAAC,MAAe;QAC/C,IAAI,OAAO,GAAG,IAAI,CAAC;QACnB,IAAI,MAAM,IAAI,MAAM,CAAC,IAAI,CAAC,gBAAgB,CAAC,KAAK,SAAS,EAAE;YACzD,OAAO,GAAa,MAAM,CAAC,IAAI,CAAC,gBAAgB,CAAa,CAAC;SAC/D;QACD,OAAO,OAAO,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;IAClC,CAAC;IAEM,KAAK,CAAC,oBAAoB,CAC/B,WAAmB,EACnB,aAAqB,EACrB,MAAkB,EAClB,UAAkB,EAClB,UAAkB;QAElB,MAAM,qCAAgB,CAAC,WAAW,EAAE,aAAa,EAAE,MAAM,EAAE,UAAU,EAAE,UAAU,CAAC,CAAC;IACrF,CAAC;IAEM,aAAa,CAAC,KAAY;QAC/B,MAAM,MAAM,GAAG,qBAAqB,CAAC;QACrC,MAAM,aAAa,GAAG,eAAe,CAAC;QACtC,IAAI,KAAK,YAAY,4BAAgB,EAAE;YACrC,MAAM,CAAC,QAAQ,EAAE,MAAM,CAAC,GAAG,IAAI,CAAC,aAAa,CAAC,KAAK,CAAC,QAAQ,CAAC,CAAC;YAC9D,OAAO,IAAI,uBAAS,CAAC,EAAE,KAAK,EAAE,MAAM,EAAE,IAAI,EAAE,MAAM,IAAI,aAAa,EAAE,QAAQ,EAAE,CAAC,CAAC;SAClF;aAAM;YACL,OAAO,IAAI,uBAAS,CAAC;gBACnB,MAAM;gBACN,IAAI,EAAE,aAAa;gBACnB,QAAQ,EAAE,0BAAe;gBACzB,KAAK;gBACL,OAAO,EAAE,kBAAQ,CAAC,mBAAmB,CAAC,CAAC,CAAC;gBACxC,cAAc,EAAE,kBAAQ,CAAC,mBAAmB,CAAC,CAAC,CAAC;aAChD,CAAC,CAAC;SACJ;IACH,CAAC;IAEO,aAAa,CAAC,IAAY;QAChC,MAAM,UAAU,GAAG,IAAI,CAAC,WAAW,CAAC,GAAG,CAAC,CAAC;QACzC,IAAI,UAAU,KAAK,CAAC,CAAC,EAAE;YACrB,OAAO,CAAC,IAAI,CAAC,KAAK,CAAC,CAAC,EAAE,UAAU,CAAC,EAAE,IAAI,CAAC,KAAK,CAAC,UAAU,GAAG,CAAC,CAAC,CAAC,CAAC;SAChE;aAAM;YACL,OAAO,CAAC,IAAI,EAAE,EAAE,CAAC,CAAC;SACnB;IACH,CAAC;CACF;AA/CD,gCA+CC;AAEY,QAAA,cAAc,GAAG,IAAI,UAAU,EAAE,CAAC"}
@@ -0,0 +1,17 @@
1
+ import { LogProvider } from "@microsoft/teamsfx-api";
2
+ import { DepsLogger } from "../../../../common/deps-checker/depsLogger";
3
+ export declare class FuncPluginLogger implements DepsLogger {
4
+ private logger;
5
+ constructor(logger: LogProvider);
6
+ private detailLogLines;
7
+ debug(message: string): Promise<boolean>;
8
+ info(message: string): Promise<boolean>;
9
+ warning(message: string): Promise<boolean>;
10
+ error(message: string): Promise<boolean>;
11
+ printDetailLog(): Promise<void>;
12
+ cleanup(): void;
13
+ private addToCache;
14
+ append(message: string): Promise<boolean>;
15
+ appendLine(message: string): Promise<boolean>;
16
+ }
17
+ //# sourceMappingURL=funcPluginLogger.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"funcPluginLogger.d.ts","sourceRoot":"","sources":["../../../../../src/component/code/api/depsChecker/funcPluginLogger.ts"],"names":[],"mappings":"AAIA,OAAO,EAAY,WAAW,EAAE,MAAM,wBAAwB,CAAC;AAC/D,OAAO,EAAE,UAAU,EAAE,MAAM,4CAA4C,CAAC;AAExE,qBAAa,gBAAiB,YAAW,UAAU;IACjD,OAAO,CAAC,MAAM,CAAc;gBAChB,MAAM,EAAE,WAAW;IAG/B,OAAO,CAAC,cAAc,CAAgB;IAC/B,KAAK,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAKxC,IAAI,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAMvC,OAAO,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAMpC,KAAK,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAMxC,cAAc,IAAI,OAAO,CAAC,IAAI,CAAC;IAIrC,OAAO,IAAI,IAAI;IAItB,OAAO,CAAC,UAAU;IAKL,MAAM,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;IAIzC,UAAU,CAAC,OAAO,EAAE,MAAM,GAAG,OAAO,CAAC,OAAO,CAAC;CAI3D"}
@@ -0,0 +1,52 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT license.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.FuncPluginLogger = void 0;
6
+ const tslib_1 = require("tslib");
7
+ const os = tslib_1.__importStar(require("os"));
8
+ const teamsfx_api_1 = require("@microsoft/teamsfx-api");
9
+ class FuncPluginLogger {
10
+ constructor(logger) {
11
+ this.detailLogLines = [];
12
+ this.logger = logger;
13
+ }
14
+ debug(message) {
15
+ this.addToCache(teamsfx_api_1.LogLevel.Debug, message);
16
+ return Promise.resolve(true);
17
+ }
18
+ info(message) {
19
+ this.addToCache(teamsfx_api_1.LogLevel.Info, message);
20
+ this.logger.info(message);
21
+ return Promise.resolve(true);
22
+ }
23
+ warning(message) {
24
+ this.addToCache(teamsfx_api_1.LogLevel.Warning, message);
25
+ this.logger.warning(message);
26
+ return Promise.resolve(true);
27
+ }
28
+ async error(message) {
29
+ this.addToCache(teamsfx_api_1.LogLevel.Error, message);
30
+ this.logger.error(message);
31
+ return true;
32
+ }
33
+ async printDetailLog() {
34
+ this.logger.error(this.detailLogLines.join(os.EOL));
35
+ }
36
+ cleanup() {
37
+ this.detailLogLines = [];
38
+ }
39
+ addToCache(level, message) {
40
+ const line = `${teamsfx_api_1.LogLevel[level]} ${new Date().toISOString()}: ${message}`;
41
+ this.detailLogLines.push(line);
42
+ }
43
+ async append(message) {
44
+ return true;
45
+ }
46
+ async appendLine(message) {
47
+ this.logger.info(message);
48
+ return true;
49
+ }
50
+ }
51
+ exports.FuncPluginLogger = FuncPluginLogger;
52
+ //# sourceMappingURL=funcPluginLogger.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"funcPluginLogger.js","sourceRoot":"","sources":["../../../../../src/component/code/api/depsChecker/funcPluginLogger.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;;AAElC,+CAAyB;AACzB,wDAA+D;AAG/D,MAAa,gBAAgB;IAE3B,YAAY,MAAmB;QAGvB,mBAAc,GAAa,EAAE,CAAC;QAFpC,IAAI,CAAC,MAAM,GAAG,MAAM,CAAC;IACvB,CAAC;IAEM,KAAK,CAAC,OAAe;QAC1B,IAAI,CAAC,UAAU,CAAC,sBAAQ,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;QACzC,OAAO,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IAC/B,CAAC;IAEM,IAAI,CAAC,OAAe;QACzB,IAAI,CAAC,UAAU,CAAC,sBAAQ,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC;QACxC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC1B,OAAO,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IAC/B,CAAC;IAEM,OAAO,CAAC,OAAe;QAC5B,IAAI,CAAC,UAAU,CAAC,sBAAQ,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC;QAC3C,IAAI,CAAC,MAAM,CAAC,OAAO,CAAC,OAAO,CAAC,CAAC;QAC7B,OAAO,OAAO,CAAC,OAAO,CAAC,IAAI,CAAC,CAAC;IAC/B,CAAC;IAEM,KAAK,CAAC,KAAK,CAAC,OAAe;QAChC,IAAI,CAAC,UAAU,CAAC,sBAAQ,CAAC,KAAK,EAAE,OAAO,CAAC,CAAC;QACzC,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,OAAO,CAAC,CAAC;QAC3B,OAAO,IAAI,CAAC;IACd,CAAC;IAEM,KAAK,CAAC,cAAc;QACzB,IAAI,CAAC,MAAM,CAAC,KAAK,CAAC,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,EAAE,CAAC,GAAG,CAAC,CAAC,CAAC;IACtD,CAAC;IAEM,OAAO;QACZ,IAAI,CAAC,cAAc,GAAG,EAAE,CAAC;IAC3B,CAAC;IAEO,UAAU,CAAC,KAAe,EAAE,OAAe;QACjD,MAAM,IAAI,GAAG,GAAG,sBAAQ,CAAC,KAAK,CAAC,IAAI,IAAI,IAAI,EAAE,CAAC,WAAW,EAAE,KAAK,OAAO,EAAE,CAAC;QAC1E,IAAI,CAAC,cAAc,CAAC,IAAI,CAAC,IAAI,CAAC,CAAC;IACjC,CAAC;IAEM,KAAK,CAAC,MAAM,CAAC,OAAe;QACjC,OAAO,IAAI,CAAC;IACd,CAAC;IAEM,KAAK,CAAC,UAAU,CAAC,OAAe;QACrC,IAAI,CAAC,MAAM,CAAC,IAAI,CAAC,OAAO,CAAC,CAAC;QAC1B,OAAO,IAAI,CAAC;IACd,CAAC;CACF;AAlDD,4CAkDC"}
@@ -0,0 +1,15 @@
1
+ import { DepsCheckerEvent } from "../../../../common/deps-checker/constant/telemetry";
2
+ import { DepsTelemetry } from "../../../../common/deps-checker/depsTelemetry";
3
+ declare class FuncPluginTelemetry implements DepsTelemetry {
4
+ private readonly _source;
5
+ private static getCommonProps;
6
+ sendEvent(eventName: DepsCheckerEvent, properties?: {
7
+ [key: string]: string;
8
+ }, timecost?: number): void;
9
+ sendEventWithDuration(eventName: DepsCheckerEvent, action: () => Promise<void>): Promise<void>;
10
+ sendUserErrorEvent(eventName: DepsCheckerEvent, errorMessage: string): void;
11
+ sendSystemErrorEvent(eventName: DepsCheckerEvent, errorMessage: string, errorStack: string): void;
12
+ }
13
+ export declare const funcDepsTelemetry: FuncPluginTelemetry;
14
+ export {};
15
+ //# sourceMappingURL=funcPluginTelemetry.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"funcPluginTelemetry.d.ts","sourceRoot":"","sources":["../../../../../src/component/code/api/depsChecker/funcPluginTelemetry.ts"],"names":[],"mappings":"AAOA,OAAO,EACL,gBAAgB,EAEjB,MAAM,oDAAoD,CAAC;AAC5D,OAAO,EAAE,aAAa,EAAE,MAAM,+CAA+C,CAAC;AAI9E,cAAM,mBAAoB,YAAW,aAAa;IAChD,OAAO,CAAC,QAAQ,CAAC,OAAO,CAAqB;IAE7C,OAAO,CAAC,MAAM,CAAC,cAAc;IAOtB,SAAS,CACd,SAAS,EAAE,gBAAgB,EAC3B,UAAU,GAAE;QAAE,CAAC,GAAG,EAAE,MAAM,GAAG,MAAM,CAAA;KAAO,EAC1C,QAAQ,CAAC,EAAE,MAAM,GAChB,IAAI;IAYM,qBAAqB,CAChC,SAAS,EAAE,gBAAgB,EAC3B,MAAM,EAAE,MAAM,OAAO,CAAC,IAAI,CAAC,GAC1B,OAAO,CAAC,IAAI,CAAC;IAcT,kBAAkB,CAAC,SAAS,EAAE,gBAAgB,EAAE,YAAY,EAAE,MAAM,GAAG,IAAI;IAK3E,oBAAoB,CACzB,SAAS,EAAE,gBAAgB,EAC3B,YAAY,EAAE,MAAM,EACpB,UAAU,EAAE,MAAM,GACjB,IAAI;CASR;AAED,eAAO,MAAM,iBAAiB,qBAA4B,CAAC"}
@@ -0,0 +1,53 @@
1
+ "use strict";
2
+ /* eslint-disable @typescript-eslint/no-namespace */
3
+ // Copyright (c) Microsoft Corporation.
4
+ // Licensed under the MIT license.
5
+ Object.defineProperty(exports, "__esModule", { value: true });
6
+ exports.funcDepsTelemetry = void 0;
7
+ const tslib_1 = require("tslib");
8
+ const os = tslib_1.__importStar(require("os"));
9
+ const perf_hooks_1 = require("perf_hooks");
10
+ const teamsfx_api_1 = require("@microsoft/teamsfx-api");
11
+ const telemetry_1 = require("../../../../common/deps-checker/constant/telemetry");
12
+ const enums_1 = require("../enums");
13
+ const telemetry_helper_1 = require("../telemetry-helper");
14
+ class FuncPluginTelemetry {
15
+ constructor() {
16
+ this._source = "func-envchecker";
17
+ }
18
+ static getCommonProps() {
19
+ const properties = {};
20
+ properties[enums_1.TelemetryKey.OSArch] = os.arch();
21
+ properties[enums_1.TelemetryKey.OSRelease] = os.release();
22
+ return properties;
23
+ }
24
+ sendEvent(eventName, properties = {}, timecost) {
25
+ const measurements = {};
26
+ if (timecost) {
27
+ measurements[telemetry_1.TelemetryMessurement.completionTime] = timecost;
28
+ }
29
+ telemetry_helper_1.TelemetryHelper.sendSuccessEvent(eventName, Object.assign(Object.assign({}, properties), FuncPluginTelemetry.getCommonProps()), measurements);
30
+ }
31
+ async sendEventWithDuration(eventName, action) {
32
+ const start = perf_hooks_1.performance.now();
33
+ await action();
34
+ // use seconds instead of milliseconds
35
+ const timecost = Number(((perf_hooks_1.performance.now() - start) / 1000).toFixed(2));
36
+ const measurements = {};
37
+ if (timecost) {
38
+ measurements[telemetry_1.TelemetryMessurement.completionTime] = timecost;
39
+ }
40
+ telemetry_helper_1.TelemetryHelper.sendSuccessEvent(eventName, FuncPluginTelemetry.getCommonProps(), measurements);
41
+ }
42
+ sendUserErrorEvent(eventName, errorMessage) {
43
+ const error = new teamsfx_api_1.UserError(this._source, eventName, errorMessage);
44
+ telemetry_helper_1.TelemetryHelper.sendErrorEvent(eventName, error, FuncPluginTelemetry.getCommonProps());
45
+ }
46
+ sendSystemErrorEvent(eventName, errorMessage, errorStack) {
47
+ const error = new teamsfx_api_1.SystemError(this._source, eventName, `errorMsg=${errorMessage},errorStack=${errorStack}`);
48
+ error.stack = errorStack;
49
+ telemetry_helper_1.TelemetryHelper.sendErrorEvent(eventName, error, FuncPluginTelemetry.getCommonProps());
50
+ }
51
+ }
52
+ exports.funcDepsTelemetry = new FuncPluginTelemetry();
53
+ //# sourceMappingURL=funcPluginTelemetry.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"funcPluginTelemetry.js","sourceRoot":"","sources":["../../../../../src/component/code/api/depsChecker/funcPluginTelemetry.ts"],"names":[],"mappings":";AAAA,oDAAoD;AACpD,uCAAuC;AACvC,kCAAkC;;;;AAElC,+CAAyB;AACzB,2CAAyC;AACzC,wDAAgE;AAChE,kFAG4D;AAE5D,oCAAwC;AACxC,0DAAsD;AAEtD,MAAM,mBAAmB;IAAzB;QACmB,YAAO,GAAG,iBAAiB,CAAC;IA4D/C,CAAC;IA1DS,MAAM,CAAC,cAAc;QAC3B,MAAM,UAAU,GAA8B,EAAE,CAAC;QACjD,UAAU,CAAC,oBAAY,CAAC,MAAM,CAAC,GAAG,EAAE,CAAC,IAAI,EAAE,CAAC;QAC5C,UAAU,CAAC,oBAAY,CAAC,SAAS,CAAC,GAAG,EAAE,CAAC,OAAO,EAAE,CAAC;QAClD,OAAO,UAAU,CAAC;IACpB,CAAC;IAEM,SAAS,CACd,SAA2B,EAC3B,aAAwC,EAAE,EAC1C,QAAiB;QAEjB,MAAM,YAAY,GAA4B,EAAE,CAAC;QACjD,IAAI,QAAQ,EAAE;YACZ,YAAY,CAAC,gCAAoB,CAAC,cAAc,CAAC,GAAG,QAAQ,CAAC;SAC9D;QACD,kCAAe,CAAC,gBAAgB,CAC9B,SAAS,kCACJ,UAAU,GAAK,mBAAmB,CAAC,cAAc,EAAE,GACxD,YAAY,CACb,CAAC;IACJ,CAAC;IAEM,KAAK,CAAC,qBAAqB,CAChC,SAA2B,EAC3B,MAA2B;QAE3B,MAAM,KAAK,GAAG,wBAAW,CAAC,GAAG,EAAE,CAAC;QAChC,MAAM,MAAM,EAAE,CAAC;QAEf,sCAAsC;QACtC,MAAM,QAAQ,GAAG,MAAM,CAAC,CAAC,CAAC,wBAAW,CAAC,GAAG,EAAE,GAAG,KAAK,CAAC,GAAG,IAAI,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC;QACzE,MAAM,YAAY,GAA4B,EAAE,CAAC;QACjD,IAAI,QAAQ,EAAE;YACZ,YAAY,CAAC,gCAAoB,CAAC,cAAc,CAAC,GAAG,QAAQ,CAAC;SAC9D;QAED,kCAAe,CAAC,gBAAgB,CAAC,SAAS,EAAE,mBAAmB,CAAC,cAAc,EAAE,EAAE,YAAY,CAAC,CAAC;IAClG,CAAC;IAEM,kBAAkB,CAAC,SAA2B,EAAE,YAAoB;QACzE,MAAM,KAAK,GAAG,IAAI,uBAAS,CAAC,IAAI,CAAC,OAAO,EAAE,SAAS,EAAE,YAAY,CAAC,CAAC;QACnE,kCAAe,CAAC,cAAc,CAAC,SAAS,EAAE,KAAK,EAAE,mBAAmB,CAAC,cAAc,EAAE,CAAC,CAAC;IACzF,CAAC;IAEM,oBAAoB,CACzB,SAA2B,EAC3B,YAAoB,EACpB,UAAkB;QAElB,MAAM,KAAK,GAAG,IAAI,yBAAW,CAC3B,IAAI,CAAC,OAAO,EACZ,SAAS,EACT,YAAY,YAAY,eAAe,UAAU,EAAE,CACpD,CAAC;QACF,KAAK,CAAC,KAAK,GAAG,UAAU,CAAC;QACzB,kCAAe,CAAC,cAAc,CAAC,SAAS,EAAE,KAAK,EAAE,mBAAmB,CAAC,cAAc,EAAE,CAAC,CAAC;IACzF,CAAC;CACF;AAEY,QAAA,iBAAiB,GAAG,IAAI,mBAAmB,EAAE,CAAC"}
@@ -0,0 +1,11 @@
1
+ export declare enum QuestionKey {
2
+ functionName = "function-name",
3
+ programmingLanguage = "programming-language",
4
+ nodeVersion = "node-version",
5
+ stage = "stage"
6
+ }
7
+ export declare enum TelemetryKey {
8
+ OSArch = "os-arch",
9
+ OSRelease = "os-release"
10
+ }
11
+ //# sourceMappingURL=enums.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enums.d.ts","sourceRoot":"","sources":["../../../../src/component/code/api/enums.ts"],"names":[],"mappings":"AAGA,oBAAY,WAAW;IACrB,YAAY,kBAAkB;IAC9B,mBAAmB,yBAAyB;IAC5C,WAAW,iBAAiB;IAC5B,KAAK,UAAU;CAChB;AAED,oBAAY,YAAY;IACtB,MAAM,YAAY;IAClB,SAAS,eAAe;CACzB"}
@@ -0,0 +1,18 @@
1
+ "use strict";
2
+ // Copyright (c) Microsoft Corporation.
3
+ // Licensed under the MIT license.
4
+ Object.defineProperty(exports, "__esModule", { value: true });
5
+ exports.TelemetryKey = exports.QuestionKey = void 0;
6
+ var QuestionKey;
7
+ (function (QuestionKey) {
8
+ QuestionKey["functionName"] = "function-name";
9
+ QuestionKey["programmingLanguage"] = "programming-language";
10
+ QuestionKey["nodeVersion"] = "node-version";
11
+ QuestionKey["stage"] = "stage";
12
+ })(QuestionKey = exports.QuestionKey || (exports.QuestionKey = {}));
13
+ var TelemetryKey;
14
+ (function (TelemetryKey) {
15
+ TelemetryKey["OSArch"] = "os-arch";
16
+ TelemetryKey["OSRelease"] = "os-release";
17
+ })(TelemetryKey = exports.TelemetryKey || (exports.TelemetryKey = {}));
18
+ //# sourceMappingURL=enums.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"enums.js","sourceRoot":"","sources":["../../../../src/component/code/api/enums.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,IAAY,WAKX;AALD,WAAY,WAAW;IACrB,6CAA8B,CAAA;IAC9B,2DAA4C,CAAA;IAC5C,2CAA4B,CAAA;IAC5B,8BAAe,CAAA;AACjB,CAAC,EALW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAKtB;AAED,IAAY,YAGX;AAHD,WAAY,YAAY;IACtB,kCAAkB,CAAA;IAClB,wCAAwB,CAAA;AAC1B,CAAC,EAHW,YAAY,GAAZ,oBAAY,KAAZ,oBAAY,QAGvB"}
@@ -0,0 +1,15 @@
1
+ import { ProgrammingLanguage } from "../../constants";
2
+ export interface FunctionLanguageStrategy {
3
+ getFunctionEntryFileOrFolderName: (entryName: string) => string;
4
+ skipFuncExtensionInstall: boolean;
5
+ hasUpdatedContentFilter?: (itemPath: string) => boolean;
6
+ buildCommands: {
7
+ command: string;
8
+ relativePath: string;
9
+ }[];
10
+ deployFolderRelativePath: string;
11
+ }
12
+ export declare class LanguageStrategyFactory {
13
+ static getStrategy(language: ProgrammingLanguage): FunctionLanguageStrategy;
14
+ }
15
+ //# sourceMappingURL=language-strategy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"language-strategy.d.ts","sourceRoot":"","sources":["../../../../src/component/code/api/language-strategy.ts"],"names":[],"mappings":"AAGA,OAAO,EAAiB,mBAAmB,EAAE,MAAM,iBAAiB,CAAC;AAKrE,MAAM,WAAW,wBAAwB;IAEvC,gCAAgC,EAAE,CAAC,SAAS,EAAE,MAAM,KAAK,MAAM,CAAC;IAGhE,wBAAwB,EAAE,OAAO,CAAC;IAClC,uBAAuB,CAAC,EAAE,CAAC,QAAQ,EAAE,MAAM,KAAK,OAAO,CAAC;IACxD,aAAa,EAAE;QACb,OAAO,EAAE,MAAM,CAAC;QAChB,YAAY,EAAE,MAAM,CAAC;KACtB,EAAE,CAAC;IACJ,wBAAwB,EAAE,MAAM,CAAC;CAClC;AAsCD,qBAAa,uBAAuB;WACpB,WAAW,CAAC,QAAQ,EAAE,mBAAmB,GAAG,wBAAwB;CAUnF"}
@@ -0,0 +1,51 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.LanguageStrategyFactory = void 0;
4
+ const tslib_1 = require("tslib");
5
+ // Copyright (c) Microsoft Corporation.
6
+ // Licensed under the MIT license.
7
+ const path = tslib_1.__importStar(require("path"));
8
+ const constants_1 = require("../../constants");
9
+ const error_1 = require("../../error");
10
+ const messages_1 = require("../../messages");
11
+ const constants_2 = require("../constants");
12
+ const NodeJSCommonStrategy = {
13
+ getFunctionEntryFileOrFolderName: (entryName) => entryName,
14
+ skipFuncExtensionInstall: false,
15
+ /* We skip scanning node_modules folder for node because it has too many small files.
16
+ * Its consistency can be guaranteed by `npm install`.
17
+ */
18
+ hasUpdatedContentFilter: (itemPath) => path.basename(itemPath) !== constants_1.PathConstants.npmPackageFolder,
19
+ buildCommands: [],
20
+ deployFolderRelativePath: "",
21
+ };
22
+ const JavaScriptLanguageStrategy = Object.assign(Object.assign({}, NodeJSCommonStrategy), { buildCommands: [
23
+ {
24
+ command: constants_2.Commands.NpmInstallProd,
25
+ relativePath: "",
26
+ },
27
+ ] });
28
+ const TypeScriptLanguageStrategy = Object.assign(Object.assign({}, NodeJSCommonStrategy), { buildCommands: [
29
+ {
30
+ command: constants_2.Commands.NpmInstall,
31
+ relativePath: "",
32
+ },
33
+ {
34
+ command: constants_2.Commands.NpmBuild,
35
+ relativePath: "",
36
+ },
37
+ ] });
38
+ class LanguageStrategyFactory {
39
+ static getStrategy(language) {
40
+ switch (language) {
41
+ case constants_1.ProgrammingLanguage.JS:
42
+ return JavaScriptLanguageStrategy;
43
+ case constants_1.ProgrammingLanguage.TS:
44
+ return TypeScriptLanguageStrategy;
45
+ default:
46
+ throw new error_1.invalidProjectSettings(messages_1.ErrorMessage.programmingLanguageInvalid);
47
+ }
48
+ }
49
+ }
50
+ exports.LanguageStrategyFactory = LanguageStrategyFactory;
51
+ //# sourceMappingURL=language-strategy.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"language-strategy.js","sourceRoot":"","sources":["../../../../src/component/code/api/language-strategy.ts"],"names":[],"mappings":";;;;AAAA,uCAAuC;AACvC,kCAAkC;AAClC,mDAA6B;AAC7B,+CAAqE;AACrE,uCAAqD;AACrD,6CAA8C;AAC9C,4CAAwC;AAgBxC,MAAM,oBAAoB,GAA6B;IACrD,gCAAgC,EAAE,CAAC,SAAiB,EAAE,EAAE,CAAC,SAAS;IAClE,wBAAwB,EAAE,KAAK;IAC/B;;OAEG;IACH,uBAAuB,EAAE,CAAC,QAAgB,EAAE,EAAE,CAC5C,IAAI,CAAC,QAAQ,CAAC,QAAQ,CAAC,KAAK,yBAAa,CAAC,gBAAgB;IAC5D,aAAa,EAAE,EAAE;IACjB,wBAAwB,EAAE,EAAE;CAC7B,CAAC;AAEF,MAAM,0BAA0B,mCAC3B,oBAAoB,KACvB,aAAa,EAAE;QACb;YACE,OAAO,EAAE,oBAAQ,CAAC,cAAc;YAChC,YAAY,EAAE,EAAE;SACjB;KACF,GACF,CAAC;AAEF,MAAM,0BAA0B,mCAC3B,oBAAoB,KACvB,aAAa,EAAE;QACb;YACE,OAAO,EAAE,oBAAQ,CAAC,UAAU;YAC5B,YAAY,EAAE,EAAE;SACjB;QACD;YACE,OAAO,EAAE,oBAAQ,CAAC,QAAQ;YAC1B,YAAY,EAAE,EAAE;SACjB;KACF,GACF,CAAC;AAEF,MAAa,uBAAuB;IAC3B,MAAM,CAAC,WAAW,CAAC,QAA6B;QACrD,QAAQ,QAAQ,EAAE;YAChB,KAAK,+BAAmB,CAAC,EAAE;gBACzB,OAAO,0BAA0B,CAAC;YACpC,KAAK,+BAAmB,CAAC,EAAE;gBACzB,OAAO,0BAA0B,CAAC;YACpC;gBACE,MAAM,IAAI,8BAAsB,CAAC,uBAAY,CAAC,0BAA0B,CAAC,CAAC;SAC7E;IACH,CAAC;CACF;AAXD,0DAWC"}
@@ -0,0 +1,13 @@
1
+ import { ProgrammingLanguage } from "../../constants";
2
+ import { LogProvider } from "@microsoft/teamsfx-api";
3
+ export declare type TemplateVariables = {
4
+ [key: string]: string;
5
+ };
6
+ export declare class FunctionScaffold {
7
+ static convertTemplateLanguage(language: ProgrammingLanguage): string;
8
+ static doesFunctionPathExist(componentPath: string, language: ProgrammingLanguage, entryName: string): Promise<boolean>;
9
+ private static scaffoldFromZipPackage;
10
+ static scaffoldFunction(componentPath: string, language: ProgrammingLanguage, trigger: string, entryName: string, variables: TemplateVariables, logger?: LogProvider): Promise<void>;
11
+ private static ensureFunctionAppProject;
12
+ }
13
+ //# sourceMappingURL=scaffold.d.ts.map