@microsoft/teamsfx-core 2.0.1 → 2.0.2-alpha.22a5754c6.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 (1216) hide show
  1. package/build/common/armInterface.d.ts +0 -5
  2. package/build/common/armInterface.d.ts.map +1 -1
  3. package/build/common/deps-checker/checkerFactory.d.ts.map +1 -1
  4. package/build/common/deps-checker/checkerFactory.js +0 -7
  5. package/build/common/deps-checker/checkerFactory.js.map +1 -1
  6. package/build/common/deps-checker/constant/helpLink.d.ts +0 -4
  7. package/build/common/deps-checker/constant/helpLink.d.ts.map +1 -1
  8. package/build/common/deps-checker/constant/helpLink.js +1 -9
  9. package/build/common/deps-checker/constant/helpLink.js.map +1 -1
  10. package/build/common/deps-checker/constant/message.d.ts +0 -5
  11. package/build/common/deps-checker/constant/message.d.ts.map +1 -1
  12. package/build/common/deps-checker/constant/message.js +0 -6
  13. package/build/common/deps-checker/constant/message.js.map +1 -1
  14. package/build/common/deps-checker/constant/telemetry.d.ts +2 -33
  15. package/build/common/deps-checker/constant/telemetry.d.ts.map +1 -1
  16. package/build/common/deps-checker/constant/telemetry.js +0 -31
  17. package/build/common/deps-checker/constant/telemetry.js.map +1 -1
  18. package/build/common/deps-checker/depsChecker.d.ts +0 -3
  19. package/build/common/deps-checker/depsChecker.d.ts.map +1 -1
  20. package/build/common/deps-checker/depsChecker.js +0 -3
  21. package/build/common/deps-checker/depsChecker.js.map +1 -1
  22. package/build/common/deps-checker/depsError.d.ts +0 -12
  23. package/build/common/deps-checker/depsError.d.ts.map +1 -1
  24. package/build/common/deps-checker/depsError.js +1 -29
  25. package/build/common/deps-checker/depsError.js.map +1 -1
  26. package/build/common/deps-checker/depsManager.d.ts.map +1 -1
  27. package/build/common/deps-checker/depsManager.js +0 -3
  28. package/build/common/deps-checker/depsManager.js.map +1 -1
  29. package/build/common/deps-checker/internal/funcToolChecker.d.ts +2 -2
  30. package/build/common/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
  31. package/build/common/deps-checker/internal/funcToolChecker.js +4 -2
  32. package/build/common/deps-checker/internal/funcToolChecker.js.map +1 -1
  33. package/build/common/deps-checker/internal/nodeChecker.d.ts +0 -20
  34. package/build/common/deps-checker/internal/nodeChecker.d.ts.map +1 -1
  35. package/build/common/deps-checker/internal/nodeChecker.js +1 -51
  36. package/build/common/deps-checker/internal/nodeChecker.js.map +1 -1
  37. package/build/common/deps-checker/util/index.d.ts +0 -1
  38. package/build/common/deps-checker/util/index.d.ts.map +1 -1
  39. package/build/common/deps-checker/util/index.js +0 -1
  40. package/build/common/deps-checker/util/index.js.map +1 -1
  41. package/build/common/jsonUtils.d.ts +1 -0
  42. package/build/common/jsonUtils.d.ts.map +1 -1
  43. package/build/common/jsonUtils.js +17 -0
  44. package/build/common/jsonUtils.js.map +1 -1
  45. package/build/common/local/localEnvManager.d.ts +0 -9
  46. package/build/common/local/localEnvManager.d.ts.map +1 -1
  47. package/build/common/local/localEnvManager.js +1 -60
  48. package/build/common/local/localEnvManager.js.map +1 -1
  49. package/build/common/local/localStateHelper.d.ts.map +1 -1
  50. package/build/common/local/localStateHelper.js.map +1 -1
  51. package/build/common/local/localTelemetryReporter.d.ts.map +1 -1
  52. package/build/common/local/localTelemetryReporter.js +2 -1
  53. package/build/common/local/localTelemetryReporter.js.map +1 -1
  54. package/build/common/m365/launchHelper.d.ts.map +1 -1
  55. package/build/common/m365/launchHelper.js +3 -5
  56. package/build/common/m365/launchHelper.js.map +1 -1
  57. package/build/common/m365/packageService.d.ts.map +1 -1
  58. package/build/common/m365/packageService.js +9 -5
  59. package/build/common/m365/packageService.js.map +1 -1
  60. package/build/common/projectSettingsHelper.d.ts +1 -7
  61. package/build/common/projectSettingsHelper.d.ts.map +1 -1
  62. package/build/common/projectSettingsHelper.js +5 -93
  63. package/build/common/projectSettingsHelper.js.map +1 -1
  64. package/build/common/projectSettingsHelperV3.d.ts +0 -1
  65. package/build/common/projectSettingsHelperV3.d.ts.map +1 -1
  66. package/build/common/projectSettingsHelperV3.js +1 -10
  67. package/build/common/projectSettingsHelperV3.js.map +1 -1
  68. package/build/common/samples-config-v3.json +0 -15
  69. package/build/common/samples.d.ts.map +1 -1
  70. package/build/common/samples.js +20 -42
  71. package/build/common/samples.js.map +1 -1
  72. package/build/common/telemetry.d.ts +2 -14
  73. package/build/common/telemetry.d.ts.map +1 -1
  74. package/build/common/telemetry.js +1 -13
  75. package/build/common/telemetry.js.map +1 -1
  76. package/build/common/templates-config.json +4 -3
  77. package/build/common/tools.d.ts +1 -16
  78. package/build/common/tools.d.ts.map +1 -1
  79. package/build/common/tools.js +57 -206
  80. package/build/common/tools.js.map +1 -1
  81. package/build/common/versionMetadata.d.ts +1 -3
  82. package/build/common/versionMetadata.d.ts.map +1 -1
  83. package/build/common/versionMetadata.js +2 -4
  84. package/build/common/versionMetadata.js.map +1 -1
  85. package/build/component/configManager/interface.d.ts +2 -0
  86. package/build/component/configManager/interface.d.ts.map +1 -1
  87. package/build/component/configManager/interface.js.map +1 -1
  88. package/build/component/configManager/lifecycle.d.ts +2 -1
  89. package/build/component/configManager/lifecycle.d.ts.map +1 -1
  90. package/build/component/configManager/lifecycle.js +3 -2
  91. package/build/component/configManager/lifecycle.js.map +1 -1
  92. package/build/component/configManager/parser.d.ts.map +1 -1
  93. package/build/component/configManager/parser.js +23 -17
  94. package/build/component/configManager/parser.js.map +1 -1
  95. package/build/component/configManager/validator.d.ts +18 -0
  96. package/build/component/configManager/validator.d.ts.map +1 -0
  97. package/build/component/configManager/validator.js +54 -0
  98. package/build/component/configManager/validator.js.map +1 -0
  99. package/build/component/constant/deployConstant.d.ts.map +1 -1
  100. package/build/component/constant/deployConstant.js.map +1 -1
  101. package/build/component/constants.d.ts +5 -296
  102. package/build/component/constants.d.ts.map +1 -1
  103. package/build/component/constants.js +17 -496
  104. package/build/component/constants.js.map +1 -1
  105. package/build/component/coordinator/index.d.ts +8 -7
  106. package/build/component/coordinator/index.d.ts.map +1 -1
  107. package/build/component/coordinator/index.js +44 -196
  108. package/build/component/coordinator/index.js.map +1 -1
  109. package/build/component/deployUtils.d.ts +1 -8
  110. package/build/component/deployUtils.d.ts.map +1 -1
  111. package/build/component/deployUtils.js +2 -98
  112. package/build/component/deployUtils.js.map +1 -1
  113. package/build/component/driver/aad/create.d.ts.map +1 -1
  114. package/build/component/driver/aad/create.js +2 -2
  115. package/build/component/driver/aad/create.js.map +1 -1
  116. package/build/component/driver/aad/update.d.ts.map +1 -1
  117. package/build/component/driver/aad/update.js +2 -2
  118. package/build/component/driver/aad/update.js.map +1 -1
  119. package/build/component/driver/add/addWebPart.js +3 -3
  120. package/build/component/driver/add/addWebPart.js.map +1 -1
  121. package/build/component/driver/arm/deployImpl.d.ts +1 -1
  122. package/build/component/driver/arm/deployImpl.d.ts.map +1 -1
  123. package/build/component/driver/arm/deployImpl.js +8 -8
  124. package/build/component/driver/arm/deployImpl.js.map +1 -1
  125. package/build/component/driver/arm/util/bicepChecker.d.ts +4 -0
  126. package/build/component/driver/arm/util/bicepChecker.d.ts.map +1 -0
  127. package/build/component/{utils/depsChecker → driver/arm/util}/bicepChecker.js +19 -132
  128. package/build/component/driver/arm/util/bicepChecker.js.map +1 -0
  129. package/build/component/driver/arm/util/handleError.d.ts +18 -0
  130. package/build/component/driver/arm/util/handleError.d.ts.map +1 -0
  131. package/build/component/driver/arm/util/handleError.js +169 -0
  132. package/build/component/driver/arm/util/handleError.js.map +1 -0
  133. package/build/component/driver/arm/util/innerHandleError.d.ts +4 -0
  134. package/build/component/driver/arm/util/innerHandleError.d.ts.map +1 -0
  135. package/build/component/driver/arm/util/innerHandleError.js +33 -0
  136. package/build/component/driver/arm/util/innerHandleError.js.map +1 -0
  137. package/build/component/driver/arm/util/util.d.ts.map +1 -1
  138. package/build/component/driver/arm/util/util.js.map +1 -1
  139. package/build/component/driver/arm/validator.d.ts.map +1 -1
  140. package/build/component/driver/arm/validator.js.map +1 -1
  141. package/build/component/driver/botAadApp/create.d.ts.map +1 -1
  142. package/build/component/driver/botAadApp/create.js +2 -2
  143. package/build/component/driver/botAadApp/create.js.map +1 -1
  144. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +10 -10
  145. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -1
  146. package/build/component/driver/devTool/error/dotnetInstallationUserError.d.ts +1 -1
  147. package/build/component/driver/devTool/error/dotnetInstallationUserError.d.ts.map +1 -1
  148. package/build/component/driver/devTool/error/dotnetInstallationUserError.js +4 -2
  149. package/build/component/driver/devTool/error/dotnetInstallationUserError.js.map +1 -1
  150. package/build/component/driver/devTool/error/funcInstallationUserError.d.ts +1 -1
  151. package/build/component/driver/devTool/error/funcInstallationUserError.d.ts.map +1 -1
  152. package/build/component/driver/devTool/error/funcInstallationUserError.js +4 -2
  153. package/build/component/driver/devTool/error/funcInstallationUserError.js.map +1 -1
  154. package/build/component/driver/devTool/installDriver.d.ts +1 -0
  155. package/build/component/driver/devTool/installDriver.d.ts.map +1 -1
  156. package/build/component/driver/devTool/installDriver.js +17 -24
  157. package/build/component/driver/devTool/installDriver.js.map +1 -1
  158. package/build/component/driver/interface/buildAndDeployArgs.d.ts +11 -11
  159. package/build/component/driver/interface/buildAndDeployArgs.d.ts.map +1 -1
  160. package/build/component/driver/interface/stepDriver.d.ts +2 -1
  161. package/build/component/driver/interface/stepDriver.d.ts.map +1 -1
  162. package/build/component/driver/script/baseBuildDriver.d.ts.map +1 -1
  163. package/build/component/driver/script/baseBuildDriver.js +2 -2
  164. package/build/component/driver/script/baseBuildDriver.js.map +1 -1
  165. package/build/component/driver/script/scriptDriver.d.ts +11 -1
  166. package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
  167. package/build/component/driver/script/scriptDriver.js +121 -4
  168. package/build/component/driver/script/scriptDriver.js.map +1 -1
  169. package/build/component/driver/teamsApp/createAppPackage.d.ts +0 -1
  170. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  171. package/build/component/driver/teamsApp/createAppPackage.js +1 -11
  172. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  173. package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
  174. package/build/component/driver/teamsApp/publishAppPackage.js +1 -1
  175. package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
  176. package/build/component/driver/teamsApp/validate.d.ts +0 -1
  177. package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
  178. package/build/component/driver/teamsApp/validate.js +34 -18
  179. package/build/component/driver/teamsApp/validate.js.map +1 -1
  180. package/build/component/feature/bot/question.d.ts.map +1 -1
  181. package/build/component/feature/bot/question.js +13 -23
  182. package/build/component/feature/bot/question.js.map +1 -1
  183. package/build/component/feature/sso.d.ts +0 -4
  184. package/build/component/feature/sso.d.ts.map +1 -1
  185. package/build/component/feature/sso.js +10 -144
  186. package/build/component/feature/sso.js.map +1 -1
  187. package/build/component/generator/generatorAction.d.ts.map +1 -1
  188. package/build/component/generator/generatorAction.js +1 -1
  189. package/build/component/generator/generatorAction.js.map +1 -1
  190. package/build/component/generator/spfx/depsChecker/dependencyChecker.d.ts +8 -0
  191. package/build/component/generator/spfx/depsChecker/dependencyChecker.d.ts.map +1 -0
  192. package/build/component/generator/spfx/depsChecker/dependencyChecker.js.map +1 -0
  193. package/build/component/{resource → generator}/spfx/depsChecker/generatorChecker.d.ts +1 -4
  194. package/build/component/generator/spfx/depsChecker/generatorChecker.d.ts.map +1 -0
  195. package/build/component/{resource → generator}/spfx/depsChecker/generatorChecker.js +0 -39
  196. package/build/component/generator/spfx/depsChecker/generatorChecker.js.map +1 -0
  197. package/build/component/{resource → generator}/spfx/depsChecker/yoChecker.d.ts +1 -4
  198. package/build/component/generator/spfx/depsChecker/yoChecker.d.ts.map +1 -0
  199. package/build/component/{resource → generator}/spfx/depsChecker/yoChecker.js +0 -33
  200. package/build/component/generator/spfx/depsChecker/yoChecker.js.map +1 -0
  201. package/build/component/generator/spfx/error.d.ts +8 -0
  202. package/build/component/generator/spfx/error.d.ts.map +1 -0
  203. package/build/component/generator/spfx/error.js +55 -0
  204. package/build/component/generator/spfx/error.js.map +1 -0
  205. package/build/component/generator/spfx/spfxGenerator.d.ts.map +1 -0
  206. package/build/component/generator/{spfxGenerator.js → spfx/spfxGenerator.js} +16 -16
  207. package/build/component/generator/spfx/spfxGenerator.js.map +1 -0
  208. package/build/component/{resource → generator}/spfx/utils/constants.d.ts +0 -33
  209. package/build/component/generator/spfx/utils/constants.d.ts.map +1 -0
  210. package/build/component/{resource → generator}/spfx/utils/constants.js +1 -39
  211. package/build/component/generator/spfx/utils/constants.js.map +1 -0
  212. package/build/component/{resource → generator}/spfx/utils/progress-helper.d.ts +0 -5
  213. package/build/component/generator/spfx/utils/progress-helper.d.ts.map +1 -0
  214. package/build/component/generator/spfx/utils/progress-helper.js +21 -0
  215. package/build/component/generator/spfx/utils/progress-helper.js.map +1 -0
  216. package/build/component/generator/spfx/utils/question-helper.d.ts.map +1 -0
  217. package/build/component/generator/spfx/utils/question-helper.js.map +1 -0
  218. package/build/component/{resource → generator}/spfx/utils/questions.d.ts +0 -1
  219. package/build/component/generator/spfx/utils/questions.d.ts.map +1 -0
  220. package/build/component/{resource → generator}/spfx/utils/questions.js +2 -27
  221. package/build/component/generator/spfx/utils/questions.js.map +1 -0
  222. package/build/component/generator/spfx/utils/telemetry-helper.d.ts.map +1 -0
  223. package/build/component/generator/spfx/utils/telemetry-helper.js.map +1 -0
  224. package/build/component/generator/spfx/utils/telemetryEvents.d.ts.map +1 -0
  225. package/build/component/generator/spfx/utils/telemetryEvents.js.map +1 -0
  226. package/build/component/generator/spfx/utils/utils.d.ts.map +1 -0
  227. package/build/component/generator/spfx/utils/utils.js.map +1 -0
  228. package/build/component/generator/utils.d.ts +1 -0
  229. package/build/component/generator/utils.d.ts.map +1 -1
  230. package/build/component/generator/utils.js +18 -3
  231. package/build/component/generator/utils.js.map +1 -1
  232. package/build/component/messages.d.ts +0 -61
  233. package/build/component/messages.d.ts.map +1 -1
  234. package/build/component/messages.js +1 -91
  235. package/build/component/messages.js.map +1 -1
  236. package/build/component/middleware/actionExecutionMW.d.ts.map +1 -1
  237. package/build/component/middleware/actionExecutionMW.js +4 -2
  238. package/build/component/middleware/actionExecutionMW.js.map +1 -1
  239. package/build/component/middleware/envMW.d.ts.map +1 -1
  240. package/build/component/middleware/envMW.js +2 -1
  241. package/build/component/middleware/envMW.js.map +1 -1
  242. package/build/component/middleware/questionMW.d.ts.map +1 -1
  243. package/build/component/middleware/questionMW.js +2 -1
  244. package/build/component/middleware/questionMW.js.map +1 -1
  245. package/build/component/migrate.d.ts +0 -1
  246. package/build/component/migrate.d.ts.map +1 -1
  247. package/build/component/migrate.js +1 -9
  248. package/build/component/migrate.js.map +1 -1
  249. package/build/component/provisionUtils.d.ts +2 -23
  250. package/build/component/provisionUtils.d.ts.map +1 -1
  251. package/build/component/provisionUtils.js +7 -524
  252. package/build/component/provisionUtils.js.map +1 -1
  253. package/build/component/question.d.ts +3 -64
  254. package/build/component/question.d.ts.map +1 -1
  255. package/build/component/question.js +61 -663
  256. package/build/component/question.js.map +1 -1
  257. package/build/component/registerService.d.ts +0 -16
  258. package/build/component/registerService.d.ts.map +1 -1
  259. package/build/component/registerService.js +0 -16
  260. package/build/component/registerService.js.map +1 -1
  261. package/build/component/resource/aadApp/aadApp.d.ts +2 -56
  262. package/build/component/resource/aadApp/aadApp.d.ts.map +1 -1
  263. package/build/component/resource/aadApp/aadApp.js +4 -137
  264. package/build/component/resource/aadApp/aadApp.js.map +1 -1
  265. package/build/component/resource/aadApp/aadAppClient.d.ts +1 -17
  266. package/build/component/resource/aadApp/aadAppClient.d.ts.map +1 -1
  267. package/build/component/resource/aadApp/aadAppClient.js +0 -253
  268. package/build/component/resource/aadApp/aadAppClient.js.map +1 -1
  269. package/build/component/resource/aadApp/aadAppForTeamsImpl.d.ts +1 -17
  270. package/build/component/resource/aadApp/aadAppForTeamsImpl.d.ts.map +1 -1
  271. package/build/component/resource/aadApp/aadAppForTeamsImpl.js +4 -368
  272. package/build/component/resource/aadApp/aadAppForTeamsImpl.js.map +1 -1
  273. package/build/component/resource/aadApp/constants.d.ts +0 -94
  274. package/build/component/resource/aadApp/constants.d.ts.map +1 -1
  275. package/build/component/resource/aadApp/constants.js +1 -185
  276. package/build/component/resource/aadApp/constants.js.map +1 -1
  277. package/build/component/resource/aadApp/errors.d.ts +0 -38
  278. package/build/component/resource/aadApp/errors.d.ts.map +1 -1
  279. package/build/component/resource/aadApp/errors.js +1 -234
  280. package/build/component/resource/aadApp/errors.js.map +1 -1
  281. package/build/component/resource/aadApp/graph.d.ts +0 -6
  282. package/build/component/resource/aadApp/graph.d.ts.map +1 -1
  283. package/build/component/resource/aadApp/graph.js +0 -69
  284. package/build/component/resource/aadApp/graph.js.map +1 -1
  285. package/build/component/resource/aadApp/permissions/index.d.ts +0 -4
  286. package/build/component/resource/aadApp/permissions/index.d.ts.map +1 -1
  287. package/build/component/resource/aadApp/permissions/index.js +1 -32
  288. package/build/component/resource/aadApp/permissions/index.js.map +1 -1
  289. package/build/component/resource/aadApp/utils/aadManifestHelper.js +2 -1
  290. package/build/component/resource/aadApp/utils/aadManifestHelper.js.map +1 -1
  291. package/build/component/resource/aadApp/utils/configs.d.ts +0 -82
  292. package/build/component/resource/aadApp/utils/configs.d.ts.map +1 -1
  293. package/build/component/resource/aadApp/utils/configs.js +1 -560
  294. package/build/component/resource/aadApp/utils/configs.js.map +1 -1
  295. package/build/component/resource/aadApp/utils/telemetry.d.ts +0 -11
  296. package/build/component/resource/aadApp/utils/telemetry.d.ts.map +1 -1
  297. package/build/component/resource/aadApp/utils/telemetry.js +0 -14
  298. package/build/component/resource/aadApp/utils/telemetry.js.map +1 -1
  299. package/build/component/resource/aadApp/utils/tokenProvider.d.ts +1 -2
  300. package/build/component/resource/aadApp/utils/tokenProvider.d.ts.map +1 -1
  301. package/build/component/resource/aadApp/utils/tokenProvider.js +1 -26
  302. package/build/component/resource/aadApp/utils/tokenProvider.js.map +1 -1
  303. package/build/component/resource/aadApp/utils.d.ts +2 -4
  304. package/build/component/resource/aadApp/utils.d.ts.map +1 -1
  305. package/build/component/resource/aadApp/utils.js +11 -169
  306. package/build/component/resource/aadApp/utils.js.map +1 -1
  307. package/build/component/resource/appManifest/appManifest.d.ts +0 -6
  308. package/build/component/resource/appManifest/appManifest.d.ts.map +1 -1
  309. package/build/component/resource/appManifest/appManifest.js +24 -247
  310. package/build/component/resource/appManifest/appManifest.js.map +1 -1
  311. package/build/component/resource/appManifest/appStudio.d.ts +1 -21
  312. package/build/component/resource/appManifest/appStudio.d.ts.map +1 -1
  313. package/build/component/resource/appManifest/appStudio.js +18 -260
  314. package/build/component/resource/appManifest/appStudio.js.map +1 -1
  315. package/build/component/resource/appManifest/utils/ManifestUtils.d.ts +1 -1
  316. package/build/component/resource/appManifest/utils/ManifestUtils.d.ts.map +1 -1
  317. package/build/component/resource/appManifest/utils/ManifestUtils.js +1 -9
  318. package/build/component/resource/appManifest/utils/ManifestUtils.js.map +1 -1
  319. package/build/component/resource/botService/appStudio/appStudioClient.d.ts.map +1 -1
  320. package/build/component/resource/botService/appStudio/appStudioClient.js +1 -3
  321. package/build/component/resource/botService/appStudio/appStudioClient.js.map +1 -1
  322. package/build/component/resource/botService/botRegistration/botRegistration.d.ts.map +1 -1
  323. package/build/component/resource/botService/botRegistration/botRegistration.js +5 -4
  324. package/build/component/resource/botService/botRegistration/botRegistration.js.map +1 -1
  325. package/build/component/resource/botService/errors.d.ts +4 -2
  326. package/build/component/resource/botService/errors.d.ts.map +1 -1
  327. package/build/component/resource/botService/errors.js +16 -43
  328. package/build/component/resource/botService/errors.js.map +1 -1
  329. package/build/component/resource/botService/messages.d.ts +0 -3
  330. package/build/component/resource/botService/messages.d.ts.map +1 -1
  331. package/build/component/resource/botService/messages.js +0 -3
  332. package/build/component/resource/botService/messages.js.map +1 -1
  333. package/build/component/resource/botService/resourceNameFactory.d.ts.map +1 -1
  334. package/build/component/resource/botService/resourceNameFactory.js +2 -2
  335. package/build/component/resource/botService/resourceNameFactory.js.map +1 -1
  336. package/build/component/utils/ResourceGroupHelper.d.ts +1 -5
  337. package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -1
  338. package/build/component/utils/ResourceGroupHelper.js +2 -7
  339. package/build/component/utils/ResourceGroupHelper.js.map +1 -1
  340. package/build/component/utils/charsetUtils.d.ts +3 -0
  341. package/build/component/utils/charsetUtils.d.ts.map +1 -0
  342. package/build/component/utils/charsetUtils.js +241 -0
  343. package/build/component/utils/charsetUtils.js.map +1 -0
  344. package/build/component/utils/common.d.ts +0 -10
  345. package/build/component/utils/common.d.ts.map +1 -1
  346. package/build/component/utils/common.js +1 -11
  347. package/build/component/utils/common.js.map +1 -1
  348. package/build/component/utils/depsChecker/common.d.ts +0 -1
  349. package/build/component/utils/depsChecker/common.d.ts.map +1 -1
  350. package/build/component/utils/depsChecker/common.js +0 -1
  351. package/build/component/utils/depsChecker/common.js.map +1 -1
  352. package/build/component/utils/envUtil.d.ts.map +1 -1
  353. package/build/component/utils/envUtil.js +4 -1
  354. package/build/component/utils/envUtil.js.map +1 -1
  355. package/build/component/utils/fileOperation.d.ts +0 -7
  356. package/build/component/utils/fileOperation.d.ts.map +1 -1
  357. package/build/component/utils/fileOperation.js +1 -26
  358. package/build/component/utils/fileOperation.js.map +1 -1
  359. package/build/component/utils/metadataUtil.d.ts.map +1 -1
  360. package/build/component/utils/metadataUtil.js +10 -7
  361. package/build/component/utils/metadataUtil.js.map +1 -1
  362. package/build/component/utils/pathUtils.d.ts.map +1 -1
  363. package/build/component/utils/pathUtils.js +11 -10
  364. package/build/component/utils/pathUtils.js.map +1 -1
  365. package/build/component/utils/settingsUtil.js +3 -3
  366. package/build/component/utils/settingsUtil.js.map +1 -1
  367. package/build/component/utils.d.ts +1 -29
  368. package/build/component/utils.d.ts.map +1 -1
  369. package/build/component/utils.js +24 -501
  370. package/build/component/utils.js.map +1 -1
  371. package/build/component/workflow.d.ts +0 -2
  372. package/build/component/workflow.d.ts.map +1 -1
  373. package/build/component/workflow.js +1 -692
  374. package/build/component/workflow.js.map +1 -1
  375. package/build/core/FxCore.d.ts +26 -42
  376. package/build/core/FxCore.d.ts.map +1 -1
  377. package/build/core/FxCore.js +86 -665
  378. package/build/core/FxCore.js.map +1 -1
  379. package/build/core/FxCoreImplementV3.d.ts +14 -8
  380. package/build/core/FxCoreImplementV3.d.ts.map +1 -1
  381. package/build/core/FxCoreImplementV3.js +94 -122
  382. package/build/core/FxCoreImplementV3.js.map +1 -1
  383. package/build/core/collaborator.d.ts +2 -0
  384. package/build/core/collaborator.d.ts.map +1 -1
  385. package/build/core/collaborator.js +2 -0
  386. package/build/core/collaborator.js.map +1 -1
  387. package/build/core/environment.d.ts +2 -5
  388. package/build/core/environment.d.ts.map +1 -1
  389. package/build/core/environment.js +45 -122
  390. package/build/core/environment.js.map +1 -1
  391. package/build/core/error.d.ts +1 -37
  392. package/build/core/error.d.ts.map +1 -1
  393. package/build/core/error.js +1 -132
  394. package/build/core/error.js.map +1 -1
  395. package/build/core/globalVars.d.ts +0 -1
  396. package/build/core/globalVars.d.ts.map +1 -1
  397. package/build/core/globalVars.js +1 -15
  398. package/build/core/globalVars.js.map +1 -1
  399. package/build/core/middleware/concurrentLocker.d.ts.map +1 -1
  400. package/build/core/middleware/concurrentLocker.js +3 -3
  401. package/build/core/middleware/concurrentLocker.js.map +1 -1
  402. package/build/core/middleware/envInfoLoaderV3.d.ts +1 -10
  403. package/build/core/middleware/envInfoLoaderV3.d.ts.map +1 -1
  404. package/build/core/middleware/envInfoLoaderV3.js +3 -208
  405. package/build/core/middleware/envInfoLoaderV3.js.map +1 -1
  406. package/build/core/middleware/errorHandler.d.ts.map +1 -1
  407. package/build/core/middleware/errorHandler.js +2 -1
  408. package/build/core/middleware/errorHandler.js.map +1 -1
  409. package/build/core/middleware/projectMigratorV3.d.ts +3 -1
  410. package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
  411. package/build/core/middleware/projectMigratorV3.js +55 -61
  412. package/build/core/middleware/projectMigratorV3.js.map +1 -1
  413. package/build/core/middleware/projectSettingsLoader.d.ts +1 -4
  414. package/build/core/middleware/projectSettingsLoader.d.ts.map +1 -1
  415. package/build/core/middleware/projectSettingsLoader.js +14 -78
  416. package/build/core/middleware/projectSettingsLoader.js.map +1 -1
  417. package/build/core/middleware/projectVersionChecker.d.ts.map +1 -1
  418. package/build/core/middleware/projectVersionChecker.js +10 -23
  419. package/build/core/middleware/projectVersionChecker.js.map +1 -1
  420. package/build/core/middleware/questionModel.d.ts +0 -1
  421. package/build/core/middleware/questionModel.d.ts.map +1 -1
  422. package/build/core/middleware/questionModel.js +10 -55
  423. package/build/core/middleware/questionModel.js.map +1 -1
  424. package/build/core/middleware/utils/MigrationUtils.d.ts +0 -10
  425. package/build/core/middleware/utils/MigrationUtils.d.ts.map +1 -1
  426. package/build/core/middleware/utils/MigrationUtils.js +1 -77
  427. package/build/core/middleware/utils/MigrationUtils.js.map +1 -1
  428. package/build/core/middleware/utils/migrationContext.d.ts.map +1 -1
  429. package/build/core/middleware/utils/migrationContext.js +0 -4
  430. package/build/core/middleware/utils/migrationContext.js.map +1 -1
  431. package/build/core/middleware/utils/v3MigrationUtils.d.ts +0 -2
  432. package/build/core/middleware/utils/v3MigrationUtils.d.ts.map +1 -1
  433. package/build/core/middleware/utils/v3MigrationUtils.js +1 -17
  434. package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
  435. package/build/core/question.d.ts +2 -12
  436. package/build/core/question.d.ts.map +1 -1
  437. package/build/core/question.js +18 -240
  438. package/build/core/question.js.map +1 -1
  439. package/build/core/types.d.ts +0 -10
  440. package/build/core/types.d.ts.map +1 -1
  441. package/build/error/azure.d.ts +3 -3
  442. package/build/error/azure.d.ts.map +1 -1
  443. package/build/error/azure.js +6 -6
  444. package/build/error/azure.js.map +1 -1
  445. package/build/error/common.d.ts +28 -3
  446. package/build/error/common.d.ts.map +1 -1
  447. package/build/error/common.js +109 -7
  448. package/build/error/common.js.map +1 -1
  449. package/build/error/index.d.ts +8 -0
  450. package/build/error/index.d.ts.map +1 -1
  451. package/build/error/index.js +10 -0
  452. package/build/error/index.js.map +1 -1
  453. package/build/error/script.d.ts +1 -1
  454. package/build/error/script.d.ts.map +1 -1
  455. package/build/error/script.js +3 -3
  456. package/build/error/script.js.map +1 -1
  457. package/build/index.d.ts +3 -3
  458. package/build/index.d.ts.map +1 -1
  459. package/build/index.js +4 -5
  460. package/build/index.js.map +1 -1
  461. package/build/ui/visitor.d.ts +11 -0
  462. package/build/ui/visitor.d.ts.map +1 -0
  463. package/build/ui/visitor.js +374 -0
  464. package/build/ui/visitor.js.map +1 -0
  465. package/package.json +16 -34
  466. package/resource/package.nls.json +16 -358
  467. package/resource/yaml-schema/1.1.0/yaml.schema.json +1459 -0
  468. package/templates/fallback/common.zip +0 -0
  469. package/templates/fallback/csharp.zip +0 -0
  470. package/templates/fallback/js.zip +0 -0
  471. package/templates/fallback/ts.zip +0 -0
  472. package/build/common/azure-hosting/azureAppServiceHosting.d.ts +0 -16
  473. package/build/common/azure-hosting/azureAppServiceHosting.d.ts.map +0 -1
  474. package/build/common/azure-hosting/azureAppServiceHosting.js +0 -33
  475. package/build/common/azure-hosting/azureAppServiceHosting.js.map +0 -1
  476. package/build/common/azure-hosting/azureFunctionHosting.d.ts +0 -14
  477. package/build/common/azure-hosting/azureFunctionHosting.d.ts.map +0 -1
  478. package/build/common/azure-hosting/azureFunctionHosting.js +0 -34
  479. package/build/common/azure-hosting/azureFunctionHosting.js.map +0 -1
  480. package/build/common/azure-hosting/azureHosting.d.ts +0 -23
  481. package/build/common/azure-hosting/azureHosting.d.ts.map +0 -1
  482. package/build/common/azure-hosting/azureHosting.js +0 -95
  483. package/build/common/azure-hosting/azureHosting.js.map +0 -1
  484. package/build/common/azure-hosting/azureOps.d.ts +0 -17
  485. package/build/common/azure-hosting/azureOps.d.ts.map +0 -1
  486. package/build/common/azure-hosting/azureOps.js +0 -94
  487. package/build/common/azure-hosting/azureOps.js.map +0 -1
  488. package/build/common/azure-hosting/hostingConstant.d.ts +0 -46
  489. package/build/common/azure-hosting/hostingConstant.d.ts.map +0 -1
  490. package/build/common/azure-hosting/hostingConstant.js +0 -86
  491. package/build/common/azure-hosting/hostingConstant.js.map +0 -1
  492. package/build/common/azure-hosting/hostingError.d.ts +0 -47
  493. package/build/common/azure-hosting/hostingError.d.ts.map +0 -1
  494. package/build/common/azure-hosting/hostingError.js +0 -83
  495. package/build/common/azure-hosting/hostingError.js.map +0 -1
  496. package/build/common/azure-hosting/hostingFactory.d.ts +0 -6
  497. package/build/common/azure-hosting/hostingFactory.d.ts.map +0 -1
  498. package/build/common/azure-hosting/hostingFactory.js +0 -22
  499. package/build/common/azure-hosting/hostingFactory.js.map +0 -1
  500. package/build/common/azure-hosting/interfaces.d.ts +0 -58
  501. package/build/common/azure-hosting/interfaces.d.ts.map +0 -1
  502. package/build/common/azure-hosting/interfaces.js +0 -12
  503. package/build/common/azure-hosting/interfaces.js.map +0 -1
  504. package/build/common/azure-hosting/messages.d.ts +0 -10
  505. package/build/common/azure-hosting/messages.d.ts.map +0 -1
  506. package/build/common/azure-hosting/messages.js +0 -16
  507. package/build/common/azure-hosting/messages.js.map +0 -1
  508. package/build/common/azure-hosting/utils.d.ts +0 -10
  509. package/build/common/azure-hosting/utils.d.ts.map +0 -1
  510. package/build/common/azure-hosting/utils.js +0 -107
  511. package/build/common/azure-hosting/utils.js.map +0 -1
  512. package/build/common/cpUtils.d.ts +0 -12
  513. package/build/common/cpUtils.d.ts.map +0 -1
  514. package/build/common/cpUtils.js +0 -68
  515. package/build/common/cpUtils.js.map +0 -1
  516. package/build/common/deps-checker/internal/ngrokChecker.d.ts +0 -27
  517. package/build/common/deps-checker/internal/ngrokChecker.d.ts.map +0 -1
  518. package/build/common/deps-checker/internal/ngrokChecker.js +0 -222
  519. package/build/common/deps-checker/internal/ngrokChecker.js.map +0 -1
  520. package/build/common/deps-checker/util/extensionInstaller.d.ts +0 -3
  521. package/build/common/deps-checker/util/extensionInstaller.d.ts.map +0 -1
  522. package/build/common/deps-checker/util/extensionInstaller.js +0 -47
  523. package/build/common/deps-checker/util/extensionInstaller.js.map +0 -1
  524. package/build/common/samples-config.json +0 -201
  525. package/build/common/template-utils/templates.d.ts +0 -8
  526. package/build/common/template-utils/templates.d.ts.map +0 -1
  527. package/build/common/template-utils/templates.js +0 -27
  528. package/build/common/template-utils/templates.js.map +0 -1
  529. package/build/common/template-utils/templatesActions.d.ts +0 -42
  530. package/build/common/template-utils/templatesActions.d.ts.map +0 -1
  531. package/build/common/template-utils/templatesActions.js +0 -167
  532. package/build/common/template-utils/templatesActions.js.map +0 -1
  533. package/build/common/template-utils/templatesUtils.d.ts +0 -15
  534. package/build/common/template-utils/templatesUtils.d.ts.map +0 -1
  535. package/build/common/template-utils/templatesUtils.js +0 -120
  536. package/build/common/template-utils/templatesUtils.js.map +0 -1
  537. package/build/component/arm.d.ts +0 -42
  538. package/build/component/arm.d.ts.map +0 -1
  539. package/build/component/arm.js +0 -653
  540. package/build/component/arm.js.map +0 -1
  541. package/build/component/bicep.d.ts +0 -8
  542. package/build/component/bicep.d.ts.map +0 -1
  543. package/build/component/bicep.js +0 -49
  544. package/build/component/bicep.js.map +0 -1
  545. package/build/component/code/api/apiCode.d.ts +0 -13
  546. package/build/component/code/api/apiCode.d.ts.map +0 -1
  547. package/build/component/code/api/apiCode.js +0 -154
  548. package/build/component/code/api/apiCode.js.map +0 -1
  549. package/build/component/code/api/depsChecker/funcHelper.d.ts +0 -11
  550. package/build/component/code/api/depsChecker/funcHelper.d.ts.map +0 -1
  551. package/build/component/code/api/depsChecker/funcHelper.js +0 -55
  552. package/build/component/code/api/depsChecker/funcHelper.js.map +0 -1
  553. package/build/component/code/api/depsChecker/funcPluginLogger.d.ts +0 -17
  554. package/build/component/code/api/depsChecker/funcPluginLogger.d.ts.map +0 -1
  555. package/build/component/code/api/depsChecker/funcPluginLogger.js +0 -52
  556. package/build/component/code/api/depsChecker/funcPluginLogger.js.map +0 -1
  557. package/build/component/code/api/depsChecker/funcPluginTelemetry.d.ts +0 -15
  558. package/build/component/code/api/depsChecker/funcPluginTelemetry.d.ts.map +0 -1
  559. package/build/component/code/api/depsChecker/funcPluginTelemetry.js +0 -53
  560. package/build/component/code/api/depsChecker/funcPluginTelemetry.js.map +0 -1
  561. package/build/component/code/api/enums.d.ts +0 -11
  562. package/build/component/code/api/enums.d.ts.map +0 -1
  563. package/build/component/code/api/enums.js +0 -18
  564. package/build/component/code/api/enums.js.map +0 -1
  565. package/build/component/code/api/language-strategy.d.ts +0 -15
  566. package/build/component/code/api/language-strategy.d.ts.map +0 -1
  567. package/build/component/code/api/language-strategy.js +0 -51
  568. package/build/component/code/api/language-strategy.js.map +0 -1
  569. package/build/component/code/api/scaffold.d.ts +0 -13
  570. package/build/component/code/api/scaffold.d.ts.map +0 -1
  571. package/build/component/code/api/scaffold.js +0 -83
  572. package/build/component/code/api/scaffold.js.map +0 -1
  573. package/build/component/code/api/telemetry-helper.d.ts +0 -20
  574. package/build/component/code/api/telemetry-helper.d.ts.map +0 -1
  575. package/build/component/code/api/telemetry-helper.js +0 -43
  576. package/build/component/code/api/telemetry-helper.js.map +0 -1
  577. package/build/component/code/appSettingUtils.d.ts +0 -17
  578. package/build/component/code/appSettingUtils.d.ts.map +0 -1
  579. package/build/component/code/appSettingUtils.js +0 -106
  580. package/build/component/code/appSettingUtils.js.map +0 -1
  581. package/build/component/code/appSettings/baseAppSettings.json +0 -10
  582. package/build/component/code/appSettings/botAppSettings.json +0 -4
  583. package/build/component/code/appSettings/ssoBlazorAppSettings.json +0 -9
  584. package/build/component/code/appSettings/ssoBotAppSettings.json +0 -13
  585. package/build/component/code/botCode.d.ts +0 -14
  586. package/build/component/code/botCode.d.ts.map +0 -1
  587. package/build/component/code/botCode.js +0 -198
  588. package/build/component/code/botCode.js.map +0 -1
  589. package/build/component/code/constants.d.ts +0 -32
  590. package/build/component/code/constants.d.ts.map +0 -1
  591. package/build/component/code/constants.js +0 -38
  592. package/build/component/code/constants.js.map +0 -1
  593. package/build/component/code/error.d.ts +0 -11
  594. package/build/component/code/error.d.ts.map +0 -1
  595. package/build/component/code/error.js +0 -41
  596. package/build/component/code/error.js.map +0 -1
  597. package/build/component/code/spfxTabCode.d.ts +0 -11
  598. package/build/component/code/spfxTabCode.d.ts.map +0 -1
  599. package/build/component/code/spfxTabCode.js +0 -237
  600. package/build/component/code/spfxTabCode.js.map +0 -1
  601. package/build/component/code/tab/constants.d.ts +0 -7
  602. package/build/component/code/tab/constants.d.ts.map +0 -1
  603. package/build/component/code/tab/constants.js +0 -17
  604. package/build/component/code/tab/constants.js.map +0 -1
  605. package/build/component/code/tab/deploy.d.ts +0 -16
  606. package/build/component/code/tab/deploy.d.ts.map +0 -1
  607. package/build/component/code/tab/deploy.js +0 -95
  608. package/build/component/code/tab/deploy.js.map +0 -1
  609. package/build/component/code/tab/env.d.ts +0 -23
  610. package/build/component/code/tab/env.d.ts.map +0 -1
  611. package/build/component/code/tab/env.js +0 -101
  612. package/build/component/code/tab/env.js.map +0 -1
  613. package/build/component/code/tab/tabCode.d.ts +0 -17
  614. package/build/component/code/tab/tabCode.d.ts.map +0 -1
  615. package/build/component/code/tab/tabCode.js +0 -248
  616. package/build/component/code/tab/tabCode.js.map +0 -1
  617. package/build/component/code/utils.d.ts +0 -12
  618. package/build/component/code/utils.d.ts.map +0 -1
  619. package/build/component/code/utils.js +0 -193
  620. package/build/component/code/utils.js.map +0 -1
  621. package/build/component/connection/apimConfig.d.ts +0 -11
  622. package/build/component/connection/apimConfig.d.ts.map +0 -1
  623. package/build/component/connection/apimConfig.js +0 -44
  624. package/build/component/connection/apimConfig.js.map +0 -1
  625. package/build/component/connection/azureFunctionConfig.d.ts +0 -9
  626. package/build/component/connection/azureFunctionConfig.d.ts.map +0 -1
  627. package/build/component/connection/azureFunctionConfig.js +0 -25
  628. package/build/component/connection/azureFunctionConfig.js.map +0 -1
  629. package/build/component/connection/azureResourceConfig.d.ts +0 -11
  630. package/build/component/connection/azureResourceConfig.d.ts.map +0 -1
  631. package/build/component/connection/azureResourceConfig.js +0 -72
  632. package/build/component/connection/azureResourceConfig.js.map +0 -1
  633. package/build/component/connection/azureWebAppConfig.d.ts +0 -9
  634. package/build/component/connection/azureWebAppConfig.d.ts.map +0 -1
  635. package/build/component/connection/azureWebAppConfig.js +0 -25
  636. package/build/component/connection/azureWebAppConfig.js.map +0 -1
  637. package/build/component/coordinator/lifecycleStage.d.ts +0 -2
  638. package/build/component/coordinator/lifecycleStage.d.ts.map +0 -1
  639. package/build/component/coordinator/lifecycleStage.js +0 -23
  640. package/build/component/coordinator/lifecycleStage.js.map +0 -1
  641. package/build/component/core.d.ts +0 -65
  642. package/build/component/core.d.ts.map +0 -1
  643. package/build/component/core.js +0 -653
  644. package/build/component/core.js.map +0 -1
  645. package/build/component/debug/error.d.ts +0 -8
  646. package/build/component/debug/error.d.ts.map +0 -1
  647. package/build/component/debug/error.js +0 -49
  648. package/build/component/debug/error.js.map +0 -1
  649. package/build/component/debug/index.d.ts +0 -30
  650. package/build/component/debug/index.d.ts.map +0 -1
  651. package/build/component/debug/index.js +0 -541
  652. package/build/component/debug/index.js.map +0 -1
  653. package/build/component/debug/util/ngrok.d.ts +0 -6
  654. package/build/component/debug/util/ngrok.d.ts.map +0 -1
  655. package/build/component/debug/util/ngrok.js +0 -65
  656. package/build/component/debug/util/ngrok.js.map +0 -1
  657. package/build/component/debugHandler/appManifest.d.ts +0 -24
  658. package/build/component/debugHandler/appManifest.d.ts.map +0 -1
  659. package/build/component/debugHandler/appManifest.js +0 -172
  660. package/build/component/debugHandler/appManifest.js.map +0 -1
  661. package/build/component/debugHandler/bot.d.ts +0 -28
  662. package/build/component/debugHandler/bot.d.ts.map +0 -1
  663. package/build/component/debugHandler/bot.js +0 -257
  664. package/build/component/debugHandler/bot.js.map +0 -1
  665. package/build/component/debugHandler/common.d.ts +0 -6
  666. package/build/component/debugHandler/common.d.ts.map +0 -1
  667. package/build/component/debugHandler/common.js +0 -5
  668. package/build/component/debugHandler/common.js.map +0 -1
  669. package/build/component/debugHandler/error.d.ts +0 -8
  670. package/build/component/debugHandler/error.d.ts.map +0 -1
  671. package/build/component/debugHandler/error.js +0 -31
  672. package/build/component/debugHandler/error.js.map +0 -1
  673. package/build/component/debugHandler/index.d.ts +0 -8
  674. package/build/component/debugHandler/index.d.ts.map +0 -1
  675. package/build/component/debugHandler/index.js +0 -13
  676. package/build/component/debugHandler/index.js.map +0 -1
  677. package/build/component/debugHandler/localEnvProvider.d.ts +0 -85
  678. package/build/component/debugHandler/localEnvProvider.d.ts.map +0 -1
  679. package/build/component/debugHandler/localEnvProvider.js +0 -172
  680. package/build/component/debugHandler/localEnvProvider.js.map +0 -1
  681. package/build/component/debugHandler/sso.d.ts +0 -29
  682. package/build/component/debugHandler/sso.d.ts.map +0 -1
  683. package/build/component/debugHandler/sso.js +0 -347
  684. package/build/component/debugHandler/sso.js.map +0 -1
  685. package/build/component/debugHandler/tab.d.ts +0 -22
  686. package/build/component/debugHandler/tab.d.ts.map +0 -1
  687. package/build/component/debugHandler/tab.js +0 -122
  688. package/build/component/debugHandler/tab.js.map +0 -1
  689. package/build/component/debugHandler/utils.d.ts +0 -3
  690. package/build/component/debugHandler/utils.d.ts.map +0 -1
  691. package/build/component/debugHandler/utils.js +0 -47
  692. package/build/component/debugHandler/utils.js.map +0 -1
  693. package/build/component/envManager.d.ts +0 -4
  694. package/build/component/envManager.d.ts.map +0 -1
  695. package/build/component/envManager.js +0 -25
  696. package/build/component/envManager.js.map +0 -1
  697. package/build/component/error.d.ts +0 -25
  698. package/build/component/error.d.ts.map +0 -1
  699. package/build/component/error.js +0 -74
  700. package/build/component/error.js.map +0 -1
  701. package/build/component/feature/api/api.d.ts +0 -8
  702. package/build/component/feature/api/api.d.ts.map +0 -1
  703. package/build/component/feature/api/api.js +0 -188
  704. package/build/component/feature/api/api.js.map +0 -1
  705. package/build/component/feature/api/constants.d.ts +0 -4
  706. package/build/component/feature/api/constants.d.ts.map +0 -1
  707. package/build/component/feature/api/constants.js +0 -9
  708. package/build/component/feature/api/constants.js.map +0 -1
  709. package/build/component/feature/api/question.d.ts +0 -3
  710. package/build/component/feature/api/question.d.ts.map +0 -1
  711. package/build/component/feature/api/question.js +0 -13
  712. package/build/component/feature/api/question.js.map +0 -1
  713. package/build/component/feature/apiconnector/ApiConnectorImpl.d.ts +0 -23
  714. package/build/component/feature/apiconnector/ApiConnectorImpl.d.ts.map +0 -1
  715. package/build/component/feature/apiconnector/ApiConnectorImpl.js +0 -288
  716. package/build/component/feature/apiconnector/ApiConnectorImpl.js.map +0 -1
  717. package/build/component/feature/apiconnector/apiConnector.d.ts +0 -11
  718. package/build/component/feature/apiconnector/apiConnector.d.ts.map +0 -1
  719. package/build/component/feature/apiconnector/apiConnector.js +0 -43
  720. package/build/component/feature/apiconnector/apiConnector.js.map +0 -1
  721. package/build/component/feature/apiconnector/checker.d.ts +0 -7
  722. package/build/component/feature/apiconnector/checker.d.ts.map +0 -1
  723. package/build/component/feature/apiconnector/checker.js +0 -74
  724. package/build/component/feature/apiconnector/checker.js.map +0 -1
  725. package/build/component/feature/apiconnector/config.d.ts +0 -23
  726. package/build/component/feature/apiconnector/config.d.ts.map +0 -1
  727. package/build/component/feature/apiconnector/config.js +0 -5
  728. package/build/component/feature/apiconnector/config.js.map +0 -1
  729. package/build/component/feature/apiconnector/constants.d.ts +0 -50
  730. package/build/component/feature/apiconnector/constants.d.ts.map +0 -1
  731. package/build/component/feature/apiconnector/constants.js +0 -61
  732. package/build/component/feature/apiconnector/constants.js.map +0 -1
  733. package/build/component/feature/apiconnector/depsHandler.d.ts +0 -14
  734. package/build/component/feature/apiconnector/depsHandler.d.ts.map +0 -1
  735. package/build/component/feature/apiconnector/depsHandler.js +0 -109
  736. package/build/component/feature/apiconnector/depsHandler.js.map +0 -1
  737. package/build/component/feature/apiconnector/envHandler.d.ts +0 -21
  738. package/build/component/feature/apiconnector/envHandler.d.ts.map +0 -1
  739. package/build/component/feature/apiconnector/envHandler.js +0 -128
  740. package/build/component/feature/apiconnector/envHandler.js.map +0 -1
  741. package/build/component/feature/apiconnector/errors.d.ts +0 -53
  742. package/build/component/feature/apiconnector/errors.d.ts.map +0 -1
  743. package/build/component/feature/apiconnector/errors.js +0 -64
  744. package/build/component/feature/apiconnector/errors.js.map +0 -1
  745. package/build/component/feature/apiconnector/questions.d.ts +0 -41
  746. package/build/component/feature/apiconnector/questions.d.ts.map +0 -1
  747. package/build/component/feature/apiconnector/questions.js +0 -262
  748. package/build/component/feature/apiconnector/questions.js.map +0 -1
  749. package/build/component/feature/apiconnector/result.d.ts +0 -23
  750. package/build/component/feature/apiconnector/result.d.ts.map +0 -1
  751. package/build/component/feature/apiconnector/result.js +0 -40
  752. package/build/component/feature/apiconnector/result.js.map +0 -1
  753. package/build/component/feature/apiconnector/sampleHandler.d.ts +0 -10
  754. package/build/component/feature/apiconnector/sampleHandler.d.ts.map +0 -1
  755. package/build/component/feature/apiconnector/sampleHandler.js +0 -62
  756. package/build/component/feature/apiconnector/sampleHandler.js.map +0 -1
  757. package/build/component/feature/apiconnector/telemetry.d.ts +0 -42
  758. package/build/component/feature/apiconnector/telemetry.d.ts.map +0 -1
  759. package/build/component/feature/apiconnector/telemetry.js +0 -70
  760. package/build/component/feature/apiconnector/telemetry.js.map +0 -1
  761. package/build/component/feature/apiconnector/utils.d.ts +0 -18
  762. package/build/component/feature/apiconnector/utils.d.ts.map +0 -1
  763. package/build/component/feature/apiconnector/utils.js +0 -90
  764. package/build/component/feature/apiconnector/utils.js.map +0 -1
  765. package/build/component/feature/apim.d.ts +0 -8
  766. package/build/component/feature/apim.d.ts.map +0 -1
  767. package/build/component/feature/apim.js +0 -123
  768. package/build/component/feature/apim.js.map +0 -1
  769. package/build/component/feature/bot/bot.d.ts +0 -12
  770. package/build/component/feature/bot/bot.d.ts.map +0 -1
  771. package/build/component/feature/bot/bot.js +0 -309
  772. package/build/component/feature/bot/bot.js.map +0 -1
  773. package/build/component/feature/cicd/CICDImpl.d.ts +0 -9
  774. package/build/component/feature/cicd/CICDImpl.d.ts.map +0 -1
  775. package/build/component/feature/cicd/CICDImpl.js +0 -106
  776. package/build/component/feature/cicd/CICDImpl.js.map +0 -1
  777. package/build/component/feature/cicd/cicd.d.ts +0 -8
  778. package/build/component/feature/cicd/cicd.d.ts.map +0 -1
  779. package/build/component/feature/cicd/cicd.js +0 -115
  780. package/build/component/feature/cicd/cicd.js.map +0 -1
  781. package/build/component/feature/cicd/constants.d.ts +0 -39
  782. package/build/component/feature/cicd/constants.d.ts.map +0 -1
  783. package/build/component/feature/cicd/constants.js +0 -53
  784. package/build/component/feature/cicd/constants.js.map +0 -1
  785. package/build/component/feature/cicd/errors.d.ts +0 -25
  786. package/build/component/feature/cicd/errors.d.ts.map +0 -1
  787. package/build/component/feature/cicd/errors.js +0 -49
  788. package/build/component/feature/cicd/errors.js.map +0 -1
  789. package/build/component/feature/cicd/existingTemplatesStat.d.ts +0 -16
  790. package/build/component/feature/cicd/existingTemplatesStat.d.ts.map +0 -1
  791. package/build/component/feature/cicd/existingTemplatesStat.js +0 -75
  792. package/build/component/feature/cicd/existingTemplatesStat.js.map +0 -1
  793. package/build/component/feature/cicd/logger.d.ts +0 -10
  794. package/build/component/feature/cicd/logger.d.ts.map +0 -1
  795. package/build/component/feature/cicd/logger.js +0 -27
  796. package/build/component/feature/cicd/logger.js.map +0 -1
  797. package/build/component/feature/cicd/provider/azdoProvider.d.ts +0 -6
  798. package/build/component/feature/cicd/provider/azdoProvider.d.ts.map +0 -1
  799. package/build/component/feature/cicd/provider/azdoProvider.js +0 -25
  800. package/build/component/feature/cicd/provider/azdoProvider.js.map +0 -1
  801. package/build/component/feature/cicd/provider/enums.d.ts +0 -12
  802. package/build/component/feature/cicd/provider/enums.d.ts.map +0 -1
  803. package/build/component/feature/cicd/provider/enums.js +0 -19
  804. package/build/component/feature/cicd/provider/enums.js.map +0 -1
  805. package/build/component/feature/cicd/provider/factory.d.ts +0 -6
  806. package/build/component/feature/cicd/provider/factory.d.ts.map +0 -1
  807. package/build/component/feature/cicd/provider/factory.js +0 -28
  808. package/build/component/feature/cicd/provider/factory.js.map +0 -1
  809. package/build/component/feature/cicd/provider/githubProvider.d.ts +0 -6
  810. package/build/component/feature/cicd/provider/githubProvider.d.ts.map +0 -1
  811. package/build/component/feature/cicd/provider/githubProvider.js +0 -25
  812. package/build/component/feature/cicd/provider/githubProvider.js.map +0 -1
  813. package/build/component/feature/cicd/provider/jenkinsProvider.d.ts +0 -6
  814. package/build/component/feature/cicd/provider/jenkinsProvider.d.ts.map +0 -1
  815. package/build/component/feature/cicd/provider/jenkinsProvider.js +0 -25
  816. package/build/component/feature/cicd/provider/jenkinsProvider.js.map +0 -1
  817. package/build/component/feature/cicd/provider/provider.d.ts +0 -11
  818. package/build/component/feature/cicd/provider/provider.d.ts.map +0 -1
  819. package/build/component/feature/cicd/provider/provider.js +0 -106
  820. package/build/component/feature/cicd/provider/provider.js.map +0 -1
  821. package/build/component/feature/cicd/questions.d.ts +0 -18
  822. package/build/component/feature/cicd/questions.d.ts.map +0 -1
  823. package/build/component/feature/cicd/questions.js +0 -82
  824. package/build/component/feature/cicd/questions.js.map +0 -1
  825. package/build/component/feature/cicd/result.d.ts +0 -11
  826. package/build/component/feature/cicd/result.d.ts.map +0 -1
  827. package/build/component/feature/cicd/result.js +0 -37
  828. package/build/component/feature/cicd/result.js.map +0 -1
  829. package/build/component/feature/cicd/utils/buildScripts.d.ts +0 -3
  830. package/build/component/feature/cicd/utils/buildScripts.d.ts.map +0 -1
  831. package/build/component/feature/cicd/utils/buildScripts.js +0 -29
  832. package/build/component/feature/cicd/utils/buildScripts.js.map +0 -1
  833. package/build/component/feature/cicd/utils/telemetry-helper.d.ts +0 -29
  834. package/build/component/feature/cicd/utils/telemetry-helper.d.ts.map +0 -1
  835. package/build/component/feature/cicd/utils/telemetry-helper.js +0 -46
  836. package/build/component/feature/cicd/utils/telemetry-helper.js.map +0 -1
  837. package/build/component/feature/keyVault.d.ts +0 -16
  838. package/build/component/feature/keyVault.d.ts.map +0 -1
  839. package/build/component/feature/keyVault.js +0 -90
  840. package/build/component/feature/keyVault.js.map +0 -1
  841. package/build/component/feature/spfx.d.ts +0 -9
  842. package/build/component/feature/spfx.d.ts.map +0 -1
  843. package/build/component/feature/spfx.js +0 -121
  844. package/build/component/feature/spfx.js.map +0 -1
  845. package/build/component/feature/sql.d.ts +0 -10
  846. package/build/component/feature/sql.d.ts.map +0 -1
  847. package/build/component/feature/sql.js +0 -80
  848. package/build/component/feature/sql.js.map +0 -1
  849. package/build/component/feature/tab.d.ts +0 -10
  850. package/build/component/feature/tab.d.ts.map +0 -1
  851. package/build/component/feature/tab.js +0 -238
  852. package/build/component/feature/tab.js.map +0 -1
  853. package/build/component/generator/spfxGenerator.d.ts.map +0 -1
  854. package/build/component/generator/spfxGenerator.js.map +0 -1
  855. package/build/component/middleware/logger.d.ts +0 -21
  856. package/build/component/middleware/logger.d.ts.map +0 -1
  857. package/build/component/middleware/logger.js +0 -53
  858. package/build/component/middleware/logger.js.map +0 -1
  859. package/build/component/middleware/progressbar.d.ts +0 -3
  860. package/build/component/middleware/progressbar.d.ts.map +0 -1
  861. package/build/component/middleware/progressbar.js +0 -22
  862. package/build/component/middleware/progressbar.js.map +0 -1
  863. package/build/component/middleware/runWithCatchError.d.ts +0 -6
  864. package/build/component/middleware/runWithCatchError.d.ts.map +0 -1
  865. package/build/component/middleware/runWithCatchError.js +0 -43
  866. package/build/component/middleware/runWithCatchError.js.map +0 -1
  867. package/build/component/middleware/telemetry.d.ts +0 -37
  868. package/build/component/middleware/telemetry.d.ts.map +0 -1
  869. package/build/component/middleware/telemetry.js +0 -70
  870. package/build/component/middleware/telemetry.js.map +0 -1
  871. package/build/component/middleware/types.d.ts +0 -25
  872. package/build/component/middleware/types.d.ts.map +0 -1
  873. package/build/component/middleware/types.js +0 -5
  874. package/build/component/middleware/types.js.map +0 -1
  875. package/build/component/resource/aadApp/aadAppManifestManager.d.ts +0 -12
  876. package/build/component/resource/aadApp/aadAppManifestManager.d.ts.map +0 -1
  877. package/build/component/resource/aadApp/aadAppManifestManager.js +0 -151
  878. package/build/component/resource/aadApp/aadAppManifestManager.js.map +0 -1
  879. package/build/component/resource/aadApp/appStudio.d.ts +0 -9
  880. package/build/component/resource/aadApp/appStudio.d.ts.map +0 -1
  881. package/build/component/resource/aadApp/appStudio.js +0 -83
  882. package/build/component/resource/aadApp/appStudio.js.map +0 -1
  883. package/build/component/resource/aadApp/interfaces/IAADApplication.d.ts +0 -14
  884. package/build/component/resource/aadApp/interfaces/IAADApplication.d.ts.map +0 -1
  885. package/build/component/resource/aadApp/interfaces/IAADApplication.js +0 -5
  886. package/build/component/resource/aadApp/interfaces/IAADApplication.js.map +0 -1
  887. package/build/component/resource/aadApp/interfaces/IPermission.d.ts +0 -8
  888. package/build/component/resource/aadApp/interfaces/IPermission.d.ts.map +0 -1
  889. package/build/component/resource/aadApp/interfaces/IPermission.js +0 -5
  890. package/build/component/resource/aadApp/interfaces/IPermission.js.map +0 -1
  891. package/build/component/resource/aadApp/interfaces/models.d.ts +0 -11
  892. package/build/component/resource/aadApp/interfaces/models.d.ts.map +0 -1
  893. package/build/component/resource/aadApp/interfaces/models.js +0 -12
  894. package/build/component/resource/aadApp/interfaces/models.js.map +0 -1
  895. package/build/component/resource/aadApp/utils/format.d.ts +0 -7
  896. package/build/component/resource/aadApp/utils/format.d.ts.map +0 -1
  897. package/build/component/resource/aadApp/utils/format.js +0 -68
  898. package/build/component/resource/aadApp/utils/format.js.map +0 -1
  899. package/build/component/resource/azureAppService/azureAppService.d.ts +0 -12
  900. package/build/component/resource/azureAppService/azureAppService.d.ts.map +0 -1
  901. package/build/component/resource/azureAppService/azureAppService.js +0 -48
  902. package/build/component/resource/azureAppService/azureAppService.js.map +0 -1
  903. package/build/component/resource/azureAppService/azureFunction.d.ts +0 -36
  904. package/build/component/resource/azureAppService/azureFunction.d.ts.map +0 -1
  905. package/build/component/resource/azureAppService/azureFunction.js +0 -155
  906. package/build/component/resource/azureAppService/azureFunction.js.map +0 -1
  907. package/build/component/resource/azureAppService/azureLibs.d.ts +0 -6
  908. package/build/component/resource/azureAppService/azureLibs.d.ts.map +0 -1
  909. package/build/component/resource/azureAppService/azureLibs.js +0 -13
  910. package/build/component/resource/azureAppService/azureLibs.js.map +0 -1
  911. package/build/component/resource/azureAppService/azureWebApp.d.ts +0 -30
  912. package/build/component/resource/azureAppService/azureWebApp.d.ts.map +0 -1
  913. package/build/component/resource/azureAppService/azureWebApp.js +0 -43
  914. package/build/component/resource/azureAppService/azureWebApp.js.map +0 -1
  915. package/build/component/resource/azureAppService/common.d.ts +0 -10
  916. package/build/component/resource/azureAppService/common.d.ts.map +0 -1
  917. package/build/component/resource/azureAppService/common.js +0 -80
  918. package/build/component/resource/azureAppService/common.js.map +0 -1
  919. package/build/component/resource/azureAppService/dir-walk.d.ts +0 -4
  920. package/build/component/resource/azureAppService/dir-walk.d.ts.map +0 -1
  921. package/build/component/resource/azureAppService/dir-walk.js +0 -21
  922. package/build/component/resource/azureAppService/dir-walk.js.map +0 -1
  923. package/build/component/resource/azureSql/actions/configure.d.ts +0 -15
  924. package/build/component/resource/azureSql/actions/configure.d.ts.map +0 -1
  925. package/build/component/resource/azureSql/actions/configure.js +0 -92
  926. package/build/component/resource/azureSql/actions/configure.js.map +0 -1
  927. package/build/component/resource/azureSql/actions/provision.d.ts +0 -10
  928. package/build/component/resource/azureSql/actions/provision.d.ts.map +0 -1
  929. package/build/component/resource/azureSql/actions/provision.js +0 -63
  930. package/build/component/resource/azureSql/actions/provision.js.map +0 -1
  931. package/build/component/resource/azureSql/actions/utils.d.ts +0 -12
  932. package/build/component/resource/azureSql/actions/utils.d.ts.map +0 -1
  933. package/build/component/resource/azureSql/actions/utils.js +0 -82
  934. package/build/component/resource/azureSql/actions/utils.js.map +0 -1
  935. package/build/component/resource/azureSql/azureSql.d.ts +0 -24
  936. package/build/component/resource/azureSql/azureSql.d.ts.map +0 -1
  937. package/build/component/resource/azureSql/azureSql.js +0 -75
  938. package/build/component/resource/azureSql/azureSql.js.map +0 -1
  939. package/build/component/resource/azureSql/clients/management.d.ts +0 -18
  940. package/build/component/resource/azureSql/clients/management.d.ts.map +0 -1
  941. package/build/component/resource/azureSql/clients/management.js +0 -124
  942. package/build/component/resource/azureSql/clients/management.js.map +0 -1
  943. package/build/component/resource/azureSql/clients/sql.d.ts +0 -13
  944. package/build/component/resource/azureSql/clients/sql.d.ts.map +0 -1
  945. package/build/component/resource/azureSql/clients/sql.js +0 -153
  946. package/build/component/resource/azureSql/clients/sql.js.map +0 -1
  947. package/build/component/resource/azureSql/config.d.ts +0 -7
  948. package/build/component/resource/azureSql/config.d.ts.map +0 -1
  949. package/build/component/resource/azureSql/config.js +0 -77
  950. package/build/component/resource/azureSql/config.js.map +0 -1
  951. package/build/component/resource/azureSql/constants.d.ts +0 -85
  952. package/build/component/resource/azureSql/constants.d.ts.map +0 -1
  953. package/build/component/resource/azureSql/constants.js +0 -95
  954. package/build/component/resource/azureSql/constants.js.map +0 -1
  955. package/build/component/resource/azureSql/errors.d.ts +0 -63
  956. package/build/component/resource/azureSql/errors.d.ts.map +0 -1
  957. package/build/component/resource/azureSql/errors.js +0 -107
  958. package/build/component/resource/azureSql/errors.js.map +0 -1
  959. package/build/component/resource/azureSql/index.d.ts +0 -2
  960. package/build/component/resource/azureSql/index.d.ts.map +0 -1
  961. package/build/component/resource/azureSql/index.js +0 -7
  962. package/build/component/resource/azureSql/index.js.map +0 -1
  963. package/build/component/resource/azureSql/questions.d.ts +0 -6
  964. package/build/component/resource/azureSql/questions.d.ts.map +0 -1
  965. package/build/component/resource/azureSql/questions.js +0 -59
  966. package/build/component/resource/azureSql/questions.js.map +0 -1
  967. package/build/component/resource/azureSql/results.d.ts +0 -10
  968. package/build/component/resource/azureSql/results.d.ts.map +0 -1
  969. package/build/component/resource/azureSql/results.js +0 -34
  970. package/build/component/resource/azureSql/results.js.map +0 -1
  971. package/build/component/resource/azureSql/types.d.ts +0 -12
  972. package/build/component/resource/azureSql/types.d.ts.map +0 -1
  973. package/build/component/resource/azureSql/types.js +0 -5
  974. package/build/component/resource/azureSql/types.js.map +0 -1
  975. package/build/component/resource/azureSql/utils/checkInput.d.ts +0 -10
  976. package/build/component/resource/azureSql/utils/checkInput.d.ts.map +0 -1
  977. package/build/component/resource/azureSql/utils/checkInput.js +0 -89
  978. package/build/component/resource/azureSql/utils/checkInput.js.map +0 -1
  979. package/build/component/resource/azureSql/utils/common.d.ts +0 -12
  980. package/build/component/resource/azureSql/utils/common.d.ts.map +0 -1
  981. package/build/component/resource/azureSql/utils/common.js +0 -51
  982. package/build/component/resource/azureSql/utils/common.js.map +0 -1
  983. package/build/component/resource/azureStorage/azureStorage.d.ts +0 -31
  984. package/build/component/resource/azureStorage/azureStorage.d.ts.map +0 -1
  985. package/build/component/resource/azureStorage/azureStorage.js +0 -111
  986. package/build/component/resource/azureStorage/azureStorage.js.map +0 -1
  987. package/build/component/resource/azureStorage/clients.d.ts +0 -23
  988. package/build/component/resource/azureStorage/clients.d.ts.map +0 -1
  989. package/build/component/resource/azureStorage/clients.js +0 -133
  990. package/build/component/resource/azureStorage/clients.js.map +0 -1
  991. package/build/component/resource/azureStorage/configs.d.ts +0 -12
  992. package/build/component/resource/azureStorage/configs.d.ts.map +0 -1
  993. package/build/component/resource/azureStorage/configs.js +0 -30
  994. package/build/component/resource/azureStorage/configs.js.map +0 -1
  995. package/build/component/resource/azureStorage/constants.d.ts +0 -11
  996. package/build/component/resource/azureStorage/constants.d.ts.map +0 -1
  997. package/build/component/resource/azureStorage/constants.js +0 -17
  998. package/build/component/resource/azureStorage/constants.js.map +0 -1
  999. package/build/component/resource/azureStorage/messages.d.ts +0 -14
  1000. package/build/component/resource/azureStorage/messages.d.ts.map +0 -1
  1001. package/build/component/resource/azureStorage/messages.js +0 -28
  1002. package/build/component/resource/azureStorage/messages.js.map +0 -1
  1003. package/build/component/resource/botService/botService.d.ts +0 -24
  1004. package/build/component/resource/botService/botService.d.ts.map +0 -1
  1005. package/build/component/resource/botService/botService.js +0 -146
  1006. package/build/component/resource/botService/botService.js.map +0 -1
  1007. package/build/component/resource/identity.d.ts +0 -28
  1008. package/build/component/resource/identity.d.ts.map +0 -1
  1009. package/build/component/resource/identity.js +0 -42
  1010. package/build/component/resource/identity.js.map +0 -1
  1011. package/build/component/resource/keyVault.d.ts +0 -29
  1012. package/build/component/resource/keyVault.d.ts.map +0 -1
  1013. package/build/component/resource/keyVault.js +0 -47
  1014. package/build/component/resource/keyVault.js.map +0 -1
  1015. package/build/component/resource/simpleAuth/constants.d.ts +0 -122
  1016. package/build/component/resource/simpleAuth/constants.d.ts.map +0 -1
  1017. package/build/component/resource/simpleAuth/constants.js +0 -163
  1018. package/build/component/resource/simpleAuth/constants.js.map +0 -1
  1019. package/build/component/resource/simpleAuth/errors.d.ts +0 -17
  1020. package/build/component/resource/simpleAuth/errors.d.ts.map +0 -1
  1021. package/build/component/resource/simpleAuth/errors.js +0 -91
  1022. package/build/component/resource/simpleAuth/errors.js.map +0 -1
  1023. package/build/component/resource/simpleAuth/index.d.ts +0 -12
  1024. package/build/component/resource/simpleAuth/index.d.ts.map +0 -1
  1025. package/build/component/resource/simpleAuth/index.js +0 -115
  1026. package/build/component/resource/simpleAuth/index.js.map +0 -1
  1027. package/build/component/resource/simpleAuth/result.d.ts +0 -9
  1028. package/build/component/resource/simpleAuth/result.d.ts.map +0 -1
  1029. package/build/component/resource/simpleAuth/result.js +0 -35
  1030. package/build/component/resource/simpleAuth/result.js.map +0 -1
  1031. package/build/component/resource/simpleAuth/utils/common.d.ts +0 -23
  1032. package/build/component/resource/simpleAuth/utils/common.d.ts.map +0 -1
  1033. package/build/component/resource/simpleAuth/utils/common.js +0 -150
  1034. package/build/component/resource/simpleAuth/utils/common.js.map +0 -1
  1035. package/build/component/resource/simpleAuth/utils/dialog.d.ts +0 -5
  1036. package/build/component/resource/simpleAuth/utils/dialog.d.ts.map +0 -1
  1037. package/build/component/resource/simpleAuth/utils/dialog.js +0 -7
  1038. package/build/component/resource/simpleAuth/utils/dialog.js.map +0 -1
  1039. package/build/component/resource/simpleAuth/utils/telemetry.d.ts +0 -17
  1040. package/build/component/resource/simpleAuth/utils/telemetry.d.ts.map +0 -1
  1041. package/build/component/resource/simpleAuth/utils/telemetry.js +0 -45
  1042. package/build/component/resource/simpleAuth/utils/telemetry.js.map +0 -1
  1043. package/build/component/resource/spfx/depsChecker/dependencyChecker.d.ts +0 -11
  1044. package/build/component/resource/spfx/depsChecker/dependencyChecker.d.ts.map +0 -1
  1045. package/build/component/resource/spfx/depsChecker/dependencyChecker.js.map +0 -1
  1046. package/build/component/resource/spfx/depsChecker/generatorChecker.d.ts.map +0 -1
  1047. package/build/component/resource/spfx/depsChecker/generatorChecker.js.map +0 -1
  1048. package/build/component/resource/spfx/depsChecker/yoChecker.d.ts.map +0 -1
  1049. package/build/component/resource/spfx/depsChecker/yoChecker.js.map +0 -1
  1050. package/build/component/resource/spfx/error.d.ts +0 -21
  1051. package/build/component/resource/spfx/error.d.ts.map +0 -1
  1052. package/build/component/resource/spfx/error.js +0 -138
  1053. package/build/component/resource/spfx/error.js.map +0 -1
  1054. package/build/component/resource/spfx/index.d.ts +0 -15
  1055. package/build/component/resource/spfx/index.d.ts.map +0 -1
  1056. package/build/component/resource/spfx/index.js +0 -248
  1057. package/build/component/resource/spfx/index.js.map +0 -1
  1058. package/build/component/resource/spfx/spoClient.d.ts +0 -25
  1059. package/build/component/resource/spfx/spoClient.d.ts.map +0 -1
  1060. package/build/component/resource/spfx/spoClient.js +0 -79
  1061. package/build/component/resource/spfx/spoClient.js.map +0 -1
  1062. package/build/component/resource/spfx/utils/constants.d.ts.map +0 -1
  1063. package/build/component/resource/spfx/utils/constants.js.map +0 -1
  1064. package/build/component/resource/spfx/utils/progress-helper.d.ts.map +0 -1
  1065. package/build/component/resource/spfx/utils/progress-helper.js +0 -46
  1066. package/build/component/resource/spfx/utils/progress-helper.js.map +0 -1
  1067. package/build/component/resource/spfx/utils/question-helper.d.ts.map +0 -1
  1068. package/build/component/resource/spfx/utils/question-helper.js.map +0 -1
  1069. package/build/component/resource/spfx/utils/questions.d.ts.map +0 -1
  1070. package/build/component/resource/spfx/utils/questions.js.map +0 -1
  1071. package/build/component/resource/spfx/utils/telemetry-helper.d.ts.map +0 -1
  1072. package/build/component/resource/spfx/utils/telemetry-helper.js.map +0 -1
  1073. package/build/component/resource/spfx/utils/telemetryEvents.d.ts.map +0 -1
  1074. package/build/component/resource/spfx/utils/telemetryEvents.js.map +0 -1
  1075. package/build/component/resource/spfx/utils/utils.d.ts.map +0 -1
  1076. package/build/component/resource/spfx/utils/utils.js.map +0 -1
  1077. package/build/component/utils/backupFiles.d.ts +0 -3
  1078. package/build/component/utils/backupFiles.d.ts.map +0 -1
  1079. package/build/component/utils/backupFiles.js +0 -142
  1080. package/build/component/utils/backupFiles.js.map +0 -1
  1081. package/build/component/utils/depsChecker/bicepChecker.d.ts +0 -11
  1082. package/build/component/utils/depsChecker/bicepChecker.d.ts.map +0 -1
  1083. package/build/component/utils/depsChecker/bicepChecker.js.map +0 -1
  1084. package/build/component/utils/executor.d.ts +0 -12
  1085. package/build/component/utils/executor.d.ts.map +0 -1
  1086. package/build/component/utils/executor.js +0 -87
  1087. package/build/component/utils/executor.js.map +0 -1
  1088. package/build/component/utils/progressHelper.d.ts +0 -7
  1089. package/build/component/utils/progressHelper.d.ts.map +0 -1
  1090. package/build/component/utils/progressHelper.js +0 -20
  1091. package/build/component/utils/progressHelper.js.map +0 -1
  1092. package/build/core/dependencyChecker.d.ts +0 -1
  1093. package/build/core/dependencyChecker.d.ts.map +0 -1
  1094. package/build/core/dependencyChecker.js +0 -2
  1095. package/build/core/dependencyChecker.js.map +0 -1
  1096. package/build/core/downloadSample.d.ts +0 -9
  1097. package/build/core/downloadSample.d.ts.map +0 -1
  1098. package/build/core/downloadSample.js +0 -161
  1099. package/build/core/downloadSample.js.map +0 -1
  1100. package/build/core/generateAadManifestTemplate.d.ts +0 -3
  1101. package/build/core/generateAadManifestTemplate.d.ts.map +0 -1
  1102. package/build/core/generateAadManifestTemplate.js +0 -136
  1103. package/build/core/generateAadManifestTemplate.js.map +0 -1
  1104. package/build/core/middleware/CommonErrorHandlerMW.d.ts +0 -14
  1105. package/build/core/middleware/CommonErrorHandlerMW.d.ts.map +0 -1
  1106. package/build/core/middleware/CommonErrorHandlerMW.js +0 -63
  1107. package/build/core/middleware/CommonErrorHandlerMW.js.map +0 -1
  1108. package/build/core/middleware/aadManifestMigration.d.ts +0 -3
  1109. package/build/core/middleware/aadManifestMigration.d.ts.map +0 -1
  1110. package/build/core/middleware/aadManifestMigration.js +0 -119
  1111. package/build/core/middleware/aadManifestMigration.js.map +0 -1
  1112. package/build/core/middleware/consolidateLocalRemote.d.ts +0 -5
  1113. package/build/core/middleware/consolidateLocalRemote.d.ts.map +0 -1
  1114. package/build/core/middleware/consolidateLocalRemote.js +0 -378
  1115. package/build/core/middleware/consolidateLocalRemote.js.map +0 -1
  1116. package/build/core/middleware/envInfoWriter.d.ts +0 -8
  1117. package/build/core/middleware/envInfoWriter.d.ts.map +0 -1
  1118. package/build/core/middleware/envInfoWriter.js +0 -76
  1119. package/build/core/middleware/envInfoWriter.js.map +0 -1
  1120. package/build/core/middleware/envInfoWriterV3.d.ts +0 -6
  1121. package/build/core/middleware/envInfoWriterV3.d.ts.map +0 -1
  1122. package/build/core/middleware/envInfoWriterV3.js +0 -67
  1123. package/build/core/middleware/envInfoWriterV3.js.map +0 -1
  1124. package/build/core/middleware/projectMigrator.d.ts +0 -40
  1125. package/build/core/middleware/projectMigrator.d.ts.map +0 -1
  1126. package/build/core/middleware/projectMigrator.js +0 -1014
  1127. package/build/core/middleware/projectMigrator.js.map +0 -1
  1128. package/build/core/middleware/projectSettingsWriter.d.ts +0 -6
  1129. package/build/core/middleware/projectSettingsWriter.d.ts.map +0 -1
  1130. package/build/core/middleware/projectSettingsWriter.js +0 -52
  1131. package/build/core/middleware/projectSettingsWriter.js.map +0 -1
  1132. package/resource/backup-config-change-logs.md +0 -24
  1133. package/templates/bicep/azureSql.parameters.json +0 -4
  1134. package/templates/bicep/azureSql.provisionDatabase.module.bicep +0 -15
  1135. package/templates/bicep/azureSql.provisionDatabase.orchestration.bicep +0 -5
  1136. package/templates/bicep/azureSql.provisionServer.module.bicep +0 -44
  1137. package/templates/bicep/azureSql.provisionServer.orchestration.bicep +0 -14
  1138. package/templates/bicep/identity.provision.module.bicep +0 -15
  1139. package/templates/bicep/identity.provision.orchestration.bicep +0 -14
  1140. package/templates/bicep/keyVault.provision.module.bicep +0 -57
  1141. package/templates/bicep/keyVault.provision.orchestration.bicep +0 -15
  1142. package/templates/plugins/resource/apiconnector/package.json +0 -5
  1143. package/templates/plugins/resource/apiconnector/sample/footerComment.template +0 -20
  1144. package/templates/plugins/resource/apiconnector/sample/headerComment.template +0 -52
  1145. package/templates/plugins/resource/apiconnector/sample/js/aad.template +0 -31
  1146. package/templates/plugins/resource/apiconnector/sample/js/apikey.template +0 -19
  1147. package/templates/plugins/resource/apiconnector/sample/js/basic.template +0 -14
  1148. package/templates/plugins/resource/apiconnector/sample/js/cert.template +0 -17
  1149. package/templates/plugins/resource/apiconnector/sample/js/custom.template +0 -39
  1150. package/templates/plugins/resource/apiconnector/sample/ts/aad.template +0 -36
  1151. package/templates/plugins/resource/apiconnector/sample/ts/apikey.template +0 -16
  1152. package/templates/plugins/resource/apiconnector/sample/ts/basic.template +0 -14
  1153. package/templates/plugins/resource/apiconnector/sample/ts/cert.template +0 -19
  1154. package/templates/plugins/resource/apiconnector/sample/ts/custom.template +0 -42
  1155. package/templates/plugins/resource/cicd/azdo/README.md +0 -48
  1156. package/templates/plugins/resource/cicd/azdo/cd.yml +0 -56
  1157. package/templates/plugins/resource/cicd/azdo/ci.yml +0 -37
  1158. package/templates/plugins/resource/cicd/azdo/provision.yml +0 -53
  1159. package/templates/plugins/resource/cicd/azdo/publish.yml +0 -45
  1160. package/templates/plugins/resource/cicd/github/README.md +0 -48
  1161. package/templates/plugins/resource/cicd/github/cd.yml +0 -75
  1162. package/templates/plugins/resource/cicd/github/ci.yml +0 -34
  1163. package/templates/plugins/resource/cicd/github/provision.yml +0 -69
  1164. package/templates/plugins/resource/cicd/github/publish.yml +0 -51
  1165. package/templates/plugins/resource/cicd/jenkins/Jenkinsfile.cd +0 -77
  1166. package/templates/plugins/resource/cicd/jenkins/Jenkinsfile.ci +0 -34
  1167. package/templates/plugins/resource/cicd/jenkins/Jenkinsfile.provision +0 -79
  1168. package/templates/plugins/resource/cicd/jenkins/Jenkinsfile.publish +0 -57
  1169. package/templates/plugins/resource/cicd/jenkins/README.md +0 -45
  1170. package/templates/plugins/resource/cicd_v2/azdo/README.md +0 -48
  1171. package/templates/plugins/resource/cicd_v2/azdo/cd.yml +0 -56
  1172. package/templates/plugins/resource/cicd_v2/azdo/ci.yml +0 -37
  1173. package/templates/plugins/resource/cicd_v2/azdo/provision.yml +0 -53
  1174. package/templates/plugins/resource/cicd_v2/azdo/publish.yml +0 -45
  1175. package/templates/plugins/resource/cicd_v2/github/README.md +0 -48
  1176. package/templates/plugins/resource/cicd_v2/github/cd.yml +0 -71
  1177. package/templates/plugins/resource/cicd_v2/github/ci.yml +0 -34
  1178. package/templates/plugins/resource/cicd_v2/github/provision.yml +0 -65
  1179. package/templates/plugins/resource/cicd_v2/github/publish.yml +0 -47
  1180. package/templates/plugins/resource/cicd_v2/jenkins/Jenkinsfile.cd +0 -77
  1181. package/templates/plugins/resource/cicd_v2/jenkins/Jenkinsfile.ci +0 -34
  1182. package/templates/plugins/resource/cicd_v2/jenkins/Jenkinsfile.provision +0 -79
  1183. package/templates/plugins/resource/cicd_v2/jenkins/Jenkinsfile.publish +0 -57
  1184. package/templates/plugins/resource/cicd_v2/jenkins/README.md +0 -45
  1185. package/templates/plugins/resource/identity/bicep/identityProvision.template.bicep +0 -15
  1186. package/templates/plugins/resource/identity/bicep/provision.template.bicep +0 -14
  1187. package/templates/plugins/resource/identity/parameters.json +0 -12
  1188. package/templates/plugins/resource/identity/template.json +0 -28
  1189. package/templates/plugins/resource/keyvault/bicep/keyVaultProvision.template.bicep +0 -57
  1190. package/templates/plugins/resource/keyvault/bicep/provision.template.bicep +0 -15
  1191. package/templates/plugins/resource/simpleauth/SimpleAuth.zip +0 -0
  1192. package/templates/plugins/resource/simpleauth/bicep/config.template.bicep +0 -12
  1193. package/templates/plugins/resource/simpleauth/bicep/provision.template.bicep +0 -14
  1194. package/templates/plugins/resource/simpleauth/bicep/simpleAuthConfiguration.template.bicep +0 -62
  1195. package/templates/plugins/resource/simpleauth/bicep/simpleAuthProvision.template.bicep +0 -51
  1196. package/templates/plugins/resource/simpleauth/version.txt +0 -2
  1197. package/templates/plugins/resource/spfx/solution/README.md +0 -82
  1198. package/templates/plugins/resource/spfx/solution/manifest.local.template.json +0 -62
  1199. package/templates/plugins/resource/spfx/solution/manifest_multi_env.json +0 -63
  1200. package/templates/plugins/resource/spfx/solution/rootREADME.md +0 -13
  1201. package/templates/plugins/resource/sql/bicep/newDatabase.orchestration.template.bicep +0 -5
  1202. package/templates/plugins/resource/sql/bicep/newDatabaseProvision.template.bicep +0 -15
  1203. package/templates/plugins/resource/sql/bicep/parameters.json +0 -4
  1204. package/templates/plugins/resource/sql/bicep/provision.template.bicep +0 -14
  1205. package/templates/plugins/resource/sql/bicep/sqlProvision.template.bicep +0 -44
  1206. /package/build/component/{resource → generator}/spfx/depsChecker/dependencyChecker.js +0 -0
  1207. /package/build/component/generator/{spfxGenerator.d.ts → spfx/spfxGenerator.d.ts} +0 -0
  1208. /package/build/component/{resource → generator}/spfx/utils/question-helper.d.ts +0 -0
  1209. /package/build/component/{resource → generator}/spfx/utils/question-helper.js +0 -0
  1210. /package/build/component/{resource → generator}/spfx/utils/telemetry-helper.d.ts +0 -0
  1211. /package/build/component/{resource → generator}/spfx/utils/telemetry-helper.js +0 -0
  1212. /package/build/component/{resource → generator}/spfx/utils/telemetryEvents.d.ts +0 -0
  1213. /package/build/component/{resource → generator}/spfx/utils/telemetryEvents.js +0 -0
  1214. /package/build/component/{resource → generator}/spfx/utils/utils.d.ts +0 -0
  1215. /package/build/component/{resource → generator}/spfx/utils/utils.js +0 -0
  1216. /package/resource/{yaml.schema.json → yaml-schema/1.0.0/yaml.schema.json} +0 -0
@@ -7,9 +7,10 @@ const tslib_1 = require("tslib");
7
7
  const axios_1 = tslib_1.__importDefault(require("axios"));
8
8
  const form_data_1 = tslib_1.__importDefault(require("form-data"));
9
9
  const fs_extra_1 = tslib_1.__importDefault(require("fs-extra"));
10
- const teamsfx_api_1 = require("@microsoft/teamsfx-api");
11
10
  const tools_1 = require("../tools");
12
11
  const error_1 = require("../../core/error");
12
+ const errors_1 = require("./errors");
13
+ const common_1 = require("../../error/common");
13
14
  // Call m365 service for package CRUD
14
15
  class PackageService {
15
16
  constructor(endpoint, logger) {
@@ -91,7 +92,7 @@ class PackageService {
91
92
  else {
92
93
  (_k = this.logger) === null || _k === void 0 ? void 0 : _k.error(error.message);
93
94
  }
94
- throw teamsfx_api_1.assembleError(error, error_1.CoreSource);
95
+ throw common_1.assembleError(error, error_1.CoreSource);
95
96
  }
96
97
  }
97
98
  async getLaunchInfoByManifestId(token, manifestId) {
@@ -134,11 +135,14 @@ class PackageService {
134
135
  if (error.response) {
135
136
  (_d = this.logger) === null || _d === void 0 ? void 0 : _d.error(JSON.stringify(error.response.data));
136
137
  this.traceError(error);
138
+ if (error.response.status === 404) {
139
+ throw new errors_1.NotExtendedToM365Error(error_1.CoreSource);
140
+ }
137
141
  }
138
142
  else {
139
143
  (_e = this.logger) === null || _e === void 0 ? void 0 : _e.error(error.message);
140
144
  }
141
- throw teamsfx_api_1.assembleError(error, error_1.CoreSource);
145
+ throw common_1.assembleError(error, error_1.CoreSource);
142
146
  }
143
147
  }
144
148
  async retrieveTitleId(token, manifestId) {
@@ -177,7 +181,7 @@ class PackageService {
177
181
  else {
178
182
  (_e = this.logger) === null || _e === void 0 ? void 0 : _e.error(error.message);
179
183
  }
180
- throw teamsfx_api_1.assembleError(error, error_1.CoreSource);
184
+ throw common_1.assembleError(error, error_1.CoreSource);
181
185
  }
182
186
  }
183
187
  async getLaunchInfoByTitleId(token, titleId) {
@@ -208,7 +212,7 @@ class PackageService {
208
212
  else {
209
213
  (_e = this.logger) === null || _e === void 0 ? void 0 : _e.error(error.message);
210
214
  }
211
- throw teamsfx_api_1.assembleError(error, error_1.CoreSource);
215
+ throw common_1.assembleError(error, error_1.CoreSource);
212
216
  }
213
217
  }
214
218
  traceError(error) {
@@ -1 +1 @@
1
- {"version":3,"file":"packageService.js","sourceRoot":"","sources":["../../../src/common/m365/packageService.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"packageService.js","sourceRoot":"","sources":["../../../src/common/m365/packageService.ts"],"names":[],"mappings":"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"}
@@ -3,12 +3,6 @@ export declare function validateProjectSettings(projectSettings: ProjectSettings
3
3
  export declare function isValidProject(workspacePath?: string): boolean;
4
4
  export declare function isValidProjectV3(workspacePath: string): boolean;
5
5
  export declare function isValidProjectV2(workspacePath: string): boolean;
6
- export declare function hasAAD(projectSetting: ProjectSettings): boolean;
7
- export declare function hasSPFx(projectSetting: ProjectSettings): boolean;
8
- export declare function hasAzureResource(projectSetting: ProjectSettings, excludeAad?: boolean): boolean;
9
- export declare function getAzurePlugins(excludeAad?: boolean): string[];
10
- export declare function isExistingTabApp(projectSettings: ProjectSettings): boolean;
11
- export declare function getProjectSettingsVersion(): string;
12
- export declare function newProjectSettings(): ProjectSettings;
13
6
  export declare function isVSProject(projectSettings?: ProjectSettings): boolean;
7
+ export declare function isExistingTabApp(projectSettings: ProjectSettings): boolean;
14
8
  //# sourceMappingURL=projectSettingsHelper.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"projectSettingsHelper.d.ts","sourceRoot":"","sources":["../../src/common/projectSettingsHelper.ts"],"names":[],"mappings":"AAEA,OAAO,EAGL,eAAe,EAKhB,MAAM,wBAAwB,CAAC;AAgBhC,wBAAgB,uBAAuB,CAAC,eAAe,EAAE,eAAe,GAAG,MAAM,GAAG,SAAS,CA6B5F;AAoBD,wBAAgB,cAAc,CAAC,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,CAW9D;AAED,wBAAgB,gBAAgB,CAAC,aAAa,EAAE,MAAM,GAAG,OAAO,CAmB/D;AAED,wBAAgB,gBAAgB,CAAC,aAAa,EAAE,MAAM,GAAG,OAAO,CAS/D;AAED,wBAAgB,MAAM,CAAC,cAAc,EAAE,eAAe,GAAG,OAAO,CAI/D;AAED,wBAAgB,OAAO,CAAC,cAAc,EAAE,eAAe,GAAG,OAAO,CAIhE;AAED,wBAAgB,gBAAgB,CAAC,cAAc,EAAE,eAAe,EAAE,UAAU,UAAQ,GAAG,OAAO,CAQ7F;AAED,wBAAgB,eAAe,CAAC,UAAU,UAAQ,GAAG,MAAM,EAAE,CAe5D;AAED,wBAAgB,gBAAgB,CAAC,eAAe,EAAE,eAAe,GAAG,OAAO,CAmB1E;AAED,wBAAgB,yBAAyB,WAExC;AAED,wBAAgB,kBAAkB,IAAI,eAAe,CAOpD;AACD,wBAAgB,WAAW,CAAC,eAAe,CAAC,EAAE,eAAe,GAAG,OAAO,CAEtE"}
1
+ {"version":3,"file":"projectSettingsHelper.d.ts","sourceRoot":"","sources":["../../src/common/projectSettingsHelper.ts"],"names":[],"mappings":"AAEA,OAAO,EAGL,eAAe,EAEhB,MAAM,wBAAwB,CAAC;AAahC,wBAAgB,uBAAuB,CAAC,eAAe,EAAE,eAAe,GAAG,MAAM,GAAG,SAAS,CA6B5F;AAoBD,wBAAgB,cAAc,CAAC,aAAa,CAAC,EAAE,MAAM,GAAG,OAAO,CAO9D;AAED,wBAAgB,gBAAgB,CAAC,aAAa,EAAE,MAAM,GAAG,OAAO,CAO/D;AAED,wBAAgB,gBAAgB,CAAC,aAAa,EAAE,MAAM,GAAG,OAAO,CAS/D;AAED,wBAAgB,WAAW,CAAC,eAAe,CAAC,EAAE,eAAe,GAAG,OAAO,CAEtE;AAED,wBAAgB,gBAAgB,CAAC,eAAe,EAAE,eAAe,GAAG,OAAO,CAE1E"}
@@ -1,6 +1,6 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isVSProject = exports.newProjectSettings = exports.getProjectSettingsVersion = exports.isExistingTabApp = exports.getAzurePlugins = exports.hasAzureResource = exports.hasSPFx = exports.hasAAD = exports.isValidProjectV2 = exports.isValidProjectV3 = exports.isValidProject = exports.validateProjectSettings = void 0;
3
+ exports.isExistingTabApp = exports.isVSProject = exports.isValidProjectV2 = exports.isValidProjectV3 = exports.isValidProject = exports.validateProjectSettings = void 0;
4
4
  const tslib_1 = require("tslib");
5
5
  // Copyright (c) Microsoft Corporation.
6
6
  // Licensed under the MIT license.
@@ -8,8 +8,6 @@ const teamsfx_api_1 = require("@microsoft/teamsfx-api");
8
8
  const fs_extra_1 = tslib_1.__importDefault(require("fs-extra"));
9
9
  const path = tslib_1.__importStar(require("path"));
10
10
  const constants_1 = require("../component/constants");
11
- const uuid = tslib_1.__importStar(require("uuid"));
12
- const tools_1 = require("./tools");
13
11
  const versionMetadata_1 = require("./versionMetadata");
14
12
  function validateProjectSettings(projectSettings) {
15
13
  var _a;
@@ -64,12 +62,7 @@ function isValidProject(workspacePath) {
64
62
  if (!workspacePath)
65
63
  return false;
66
64
  try {
67
- if (tools_1.isV3Enabled()) {
68
- return isValidProjectV3(workspacePath) || isValidProjectV2(workspacePath);
69
- }
70
- else {
71
- return isValidProjectV2(workspacePath);
72
- }
65
+ return isValidProjectV3(workspacePath) || isValidProjectV2(workspacePath);
73
66
  }
74
67
  catch (e) {
75
68
  return false;
@@ -77,18 +70,6 @@ function isValidProject(workspacePath) {
77
70
  }
78
71
  exports.isValidProject = isValidProject;
79
72
  function isValidProjectV3(workspacePath) {
80
- // TODO: should be cleaned after v3 folder changed.
81
- const filePath = path.resolve(workspacePath, teamsfx_api_1.SettingsFolderName, teamsfx_api_1.SettingsFileName);
82
- if (fs_extra_1.default.existsSync(filePath)) {
83
- const projectSettings = fs_extra_1.default.readJsonSync(filePath);
84
- if (!projectSettings.trackingId) {
85
- return false;
86
- }
87
- if (!projectSettings.version) {
88
- return false;
89
- }
90
- return true;
91
- }
92
73
  const ymlFilePath = path.join(workspacePath, versionMetadata_1.MetadataV3.configFile);
93
74
  const localYmlPath = path.join(workspacePath, versionMetadata_1.MetadataV3.localConfigFile);
94
75
  if (fs_extra_1.default.pathExistsSync(ymlFilePath) || fs_extra_1.default.pathExistsSync(localYmlPath)) {
@@ -109,81 +90,12 @@ function isValidProjectV2(workspacePath) {
109
90
  return true;
110
91
  }
111
92
  exports.isValidProjectV2 = isValidProjectV2;
112
- function hasAAD(projectSetting) {
113
- const solutionSettings = projectSetting.solutionSettings;
114
- if (!solutionSettings)
115
- return false;
116
- return solutionSettings.activeResourcePlugins.includes(constants_1.BuiltInFeaturePluginNames.aad);
117
- }
118
- exports.hasAAD = hasAAD;
119
- function hasSPFx(projectSetting) {
120
- const solutionSettings = projectSetting.solutionSettings;
121
- if (!solutionSettings)
122
- return false;
123
- return solutionSettings.activeResourcePlugins.includes(constants_1.BuiltInFeaturePluginNames.spfx);
124
- }
125
- exports.hasSPFx = hasSPFx;
126
- function hasAzureResource(projectSetting, excludeAad = false) {
127
- const solutionSettings = projectSetting.solutionSettings;
128
- if (!solutionSettings)
129
- return false;
130
- const azurePlugins = getAzurePlugins(excludeAad);
131
- for (const pluginName of solutionSettings.activeResourcePlugins) {
132
- if (azurePlugins.includes(pluginName))
133
- return true;
134
- }
135
- return false;
136
- }
137
- exports.hasAzureResource = hasAzureResource;
138
- function getAzurePlugins(excludeAad = false) {
139
- const azurePlugins = [
140
- constants_1.BuiltInFeaturePluginNames.apim,
141
- constants_1.BuiltInFeaturePluginNames.bot,
142
- constants_1.BuiltInFeaturePluginNames.frontend,
143
- constants_1.BuiltInFeaturePluginNames.function,
144
- constants_1.BuiltInFeaturePluginNames.identity,
145
- constants_1.BuiltInFeaturePluginNames.keyVault,
146
- constants_1.BuiltInFeaturePluginNames.simpleAuth,
147
- constants_1.BuiltInFeaturePluginNames.sql,
148
- ];
149
- if (!excludeAad) {
150
- azurePlugins.push(constants_1.BuiltInFeaturePluginNames.aad);
151
- }
152
- return azurePlugins;
93
+ function isVSProject(projectSettings) {
94
+ return (projectSettings === null || projectSettings === void 0 ? void 0 : projectSettings.programmingLanguage) === "csharp";
153
95
  }
154
- exports.getAzurePlugins = getAzurePlugins;
96
+ exports.isVSProject = isVSProject;
155
97
  function isExistingTabApp(projectSettings) {
156
- var _a;
157
- if (!tools_1.isExistingTabAppEnabled()) {
158
- return false;
159
- }
160
- const solutionSettings = projectSettings.solutionSettings;
161
- if (!solutionSettings) {
162
- return true;
163
- }
164
- // Scenario: SSO is added to existing tab app
165
- if (((_a = solutionSettings.capabilities) === null || _a === void 0 ? void 0 : _a.length) === 1 &&
166
- solutionSettings.capabilities.includes(constants_1.TabSsoItem().id)) {
167
- return true;
168
- }
169
98
  return false;
170
99
  }
171
100
  exports.isExistingTabApp = isExistingTabApp;
172
- function getProjectSettingsVersion() {
173
- return "2.1.0";
174
- }
175
- exports.getProjectSettingsVersion = getProjectSettingsVersion;
176
- function newProjectSettings() {
177
- const projectSettings = {
178
- appName: "",
179
- projectId: uuid.v4(),
180
- version: getProjectSettingsVersion(),
181
- };
182
- return projectSettings;
183
- }
184
- exports.newProjectSettings = newProjectSettings;
185
- function isVSProject(projectSettings) {
186
- return (projectSettings === null || projectSettings === void 0 ? void 0 : projectSettings.programmingLanguage) === "csharp";
187
- }
188
- exports.isVSProject = isVSProject;
189
101
  //# sourceMappingURL=projectSettingsHelper.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"projectSettingsHelper.js","sourceRoot":"","sources":["../../src/common/projectSettingsHelper.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"projectSettingsHelper.js","sourceRoot":"","sources":["../../src/common/projectSettingsHelper.ts"],"names":[],"mappings":"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"}
@@ -1,5 +1,4 @@
1
1
  import { ProjectSettingsV3 } from "@microsoft/teamsfx-api";
2
- export declare function validateProjectSettings(projectSettings: ProjectSettingsV3): string | undefined;
3
2
  export declare function hasTab(projectSettings: ProjectSettingsV3): boolean;
4
3
  export declare function hasAzureTab(projectSettings: ProjectSettingsV3): boolean;
5
4
  export declare function hasBot(projectSettings: ProjectSettingsV3): boolean;
@@ -1 +1 @@
1
- {"version":3,"file":"projectSettingsHelperV3.d.ts","sourceRoot":"","sources":["../../src/common/projectSettingsHelperV3.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAI3D,wBAAgB,uBAAuB,CAAC,eAAe,EAAE,iBAAiB,GAAG,MAAM,GAAG,SAAS,CAK9F;AAED,wBAAgB,MAAM,CAAC,eAAe,EAAE,iBAAiB,GAAG,OAAO,CAGlE;AACD,wBAAgB,WAAW,CAAC,eAAe,EAAE,iBAAiB,GAAG,OAAO,CAGvE;AACD,wBAAgB,MAAM,CAAC,eAAe,EAAE,iBAAiB,GAAG,OAAO,CAGlE;AACD,wBAAgB,cAAc,CAAC,eAAe,EAAE,iBAAiB,GAAG,OAAO,CAI1E;AACD,wBAAgB,MAAM,CAAC,eAAe,EAAE,iBAAiB,GAAG,OAAO,CAGlE;AACD,wBAAgB,MAAM,CAAC,eAAe,EAAE,iBAAiB,GAAG,OAAO,CAGlE;AACD,wBAAgB,aAAa,CAAC,eAAe,EAAE,iBAAiB,GAAG,OAAO,CAGzE;AACD,wBAAgB,kBAAkB,CAAC,cAAc,EAAE,iBAAiB,EAAE,UAAU,UAAQ,GAAG,OAAO,CAKjG;AACD,wBAAgB,UAAU,CAAC,cAAc,EAAE,iBAAiB,GAAG,OAAO,CAGrE;AACD,wBAAgB,OAAO,CAAC,eAAe,EAAE,iBAAiB,GAAG,OAAO,CAEnE;AACD,wBAAgB,WAAW,CAAC,eAAe,EAAE,iBAAiB,GAAG,OAAO,CAEvE;AACD,wBAAgB,MAAM,CAAC,eAAe,EAAE,iBAAiB,GAAG,OAAO,CAElE;AACD,wBAAgB,SAAS,CAAC,eAAe,EAAE,iBAAiB,GAAG,OAAO,CAOrE"}
1
+ {"version":3,"file":"projectSettingsHelperV3.d.ts","sourceRoot":"","sources":["../../src/common/projectSettingsHelperV3.ts"],"names":[],"mappings":"AAEA,OAAO,EAAE,iBAAiB,EAAE,MAAM,wBAAwB,CAAC;AAI3D,wBAAgB,MAAM,CAAC,eAAe,EAAE,iBAAiB,GAAG,OAAO,CAGlE;AACD,wBAAgB,WAAW,CAAC,eAAe,EAAE,iBAAiB,GAAG,OAAO,CAGvE;AACD,wBAAgB,MAAM,CAAC,eAAe,EAAE,iBAAiB,GAAG,OAAO,CAGlE;AACD,wBAAgB,cAAc,CAAC,eAAe,EAAE,iBAAiB,GAAG,OAAO,CAI1E;AACD,wBAAgB,MAAM,CAAC,eAAe,EAAE,iBAAiB,GAAG,OAAO,CAGlE;AACD,wBAAgB,MAAM,CAAC,eAAe,EAAE,iBAAiB,GAAG,OAAO,CAGlE;AACD,wBAAgB,aAAa,CAAC,eAAe,EAAE,iBAAiB,GAAG,OAAO,CAGzE;AACD,wBAAgB,kBAAkB,CAAC,cAAc,EAAE,iBAAiB,EAAE,UAAU,UAAQ,GAAG,OAAO,CAKjG;AACD,wBAAgB,UAAU,CAAC,cAAc,EAAE,iBAAiB,GAAG,OAAO,CAGrE;AACD,wBAAgB,OAAO,CAAC,eAAe,EAAE,iBAAiB,GAAG,OAAO,CAEnE;AACD,wBAAgB,WAAW,CAAC,eAAe,EAAE,iBAAiB,GAAG,OAAO,CAEvE;AACD,wBAAgB,MAAM,CAAC,eAAe,EAAE,iBAAiB,GAAG,OAAO,CAElE;AACD,wBAAgB,SAAS,CAAC,eAAe,EAAE,iBAAiB,GAAG,OAAO,CAOrE"}
@@ -1,17 +1,8 @@
1
1
  "use strict";
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.isMiniApp = exports.hasSQL = exports.hasKeyVault = exports.hasAPIM = exports.hasSPFxTab = exports.hasAzureResourceV3 = exports.hasSimpleAuth = exports.hasApi = exports.hasAAD = exports.hasFunctionBot = exports.hasBot = exports.hasAzureTab = exports.hasTab = exports.validateProjectSettings = void 0;
3
+ exports.isMiniApp = exports.hasSQL = exports.hasKeyVault = exports.hasAPIM = exports.hasSPFxTab = exports.hasAzureResourceV3 = exports.hasSimpleAuth = exports.hasApi = exports.hasAAD = exports.hasFunctionBot = exports.hasBot = exports.hasAzureTab = exports.hasTab = void 0;
4
4
  const constants_1 = require("../component/constants");
5
5
  const workflow_1 = require("../component/workflow");
6
- function validateProjectSettings(projectSettings) {
7
- if (!projectSettings)
8
- return "empty projectSettings";
9
- const components = projectSettings.components;
10
- if (!components)
11
- return "components is undefined";
12
- return undefined;
13
- }
14
- exports.validateProjectSettings = validateProjectSettings;
15
6
  function hasTab(projectSettings) {
16
7
  const components = projectSettings.components;
17
8
  return components.filter((c) => c.name === constants_1.ComponentNames.TeamsTab).length > 0;
@@ -1 +1 @@
1
- {"version":3,"file":"projectSettingsHelperV3.js","sourceRoot":"","sources":["../../src/common/projectSettingsHelperV3.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"projectSettingsHelperV3.js","sourceRoot":"","sources":["../../src/common/projectSettingsHelperV3.ts"],"names":[],"mappings":"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"}
@@ -23,21 +23,6 @@
23
23
  "configuration": "Ready for debug",
24
24
  "suggested": true
25
25
  },
26
- {
27
- "id": "bot-sso",
28
- "title": "Bot App with SSO Enabled",
29
- "shortDescription": "A Hello World app of Microsoft Teams Bot app with SSO",
30
- "fullDescription": "This is an extended Hello World app of Microsoft Teams Bot app demonstrating how to integrate with Bot Framework SDK, TeamsFx SDK, and Graph SDK to implement SSO (Single Sign-On) feature that retrieves profile photos for currently signed-in users.",
31
- "tags": [
32
- "Bot",
33
- "TS",
34
- "Adaptive Cards",
35
- "SSO"
36
- ],
37
- "time": "5min to run",
38
- "configuration": "Ready for debug",
39
- "suggested": false
40
- },
41
26
  {
42
27
  "id": "todo-list-SPFx",
43
28
  "title": "Todo List with SPFx",
@@ -1 +1 @@
1
- {"version":3,"file":"samples.d.ts","sourceRoot":"","sources":["../../src/common/samples.ts"],"names":[],"mappings":"AAaA,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,EAAE,MAAM,CAAC;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,OAAO,CAAC;IACnB,GAAG,EAAE,MAAM,CAAC;IACZ,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,UAAU,EAAE,CAAC;CACvB;AAED,cAAM,cAAc;IAClB,OAAO,CAAC,gBAAgB,CAA+B;IACvD,OAAO,CAAC,aAAa,CAAM;IAEd,iBAAiB;IAqB9B,IAAW,gBAAgB,IAAI,gBAAgB,CAuD9C;CACF;AAED,eAAO,MAAM,cAAc,gBAAuB,CAAC"}
1
+ {"version":3,"file":"samples.d.ts","sourceRoot":"","sources":["../../src/common/samples.ts"],"names":[],"mappings":"AAYA,MAAM,WAAW,UAAU;IACzB,EAAE,EAAE,MAAM,CAAC;IACX,KAAK,EAAE,MAAM,CAAC;IACd,gBAAgB,EAAE,MAAM,CAAC;IACzB,eAAe,EAAE,MAAM,CAAC;IACxB,IAAI,EAAE,MAAM,EAAE,CAAC;IACf,IAAI,EAAE,MAAM,CAAC;IACb,aAAa,EAAE,MAAM,CAAC;IACtB,IAAI,EAAE,MAAM,CAAC;IACb,SAAS,EAAE,OAAO,CAAC;IACnB,GAAG,EAAE,MAAM,CAAC;IACZ,YAAY,CAAC,EAAE,MAAM,CAAC;CACvB;AAED,MAAM,WAAW,gBAAgB;IAC/B,OAAO,EAAE,UAAU,EAAE,CAAC;CACvB;AAED,cAAM,cAAc;IAClB,OAAO,CAAC,gBAAgB,CAA+B;IACvD,OAAO,CAAC,aAAa,CAAM;IAEd,iBAAiB;IAqB9B,IAAW,gBAAgB,IAAI,gBAAgB,CAmC9C;CACF;AAED,eAAO,MAAM,cAAc,gBAAuB,CAAC"}
@@ -2,11 +2,10 @@
2
2
  Object.defineProperty(exports, "__esModule", { value: true });
3
3
  exports.sampleProvider = void 0;
4
4
  const tslib_1 = require("tslib");
5
- const samples_config_json_1 = tslib_1.__importDefault(require("./samples-config.json"));
5
+ const axios_1 = tslib_1.__importDefault(require("axios"));
6
+ const utils_1 = require("../component/generator/utils");
6
7
  const samples_config_v3_json_1 = tslib_1.__importDefault(require("./samples-config-v3.json"));
7
8
  const tools_1 = require("./tools");
8
- const utils_1 = require("../component/generator/utils");
9
- const axios_1 = tslib_1.__importDefault(require("axios"));
10
9
  class configInfo {
11
10
  }
12
11
  configInfo.owner = "OfficeDev";
@@ -30,45 +29,24 @@ class SampleProvider {
30
29
  }
31
30
  get SampleCollection() {
32
31
  var _a;
33
- let samples;
34
- if (tools_1.isV3Enabled()) {
35
- samples = ((_a = this.sampleConfigs) !== null && _a !== void 0 ? _a : samples_config_v3_json_1.default).samples.map((sample) => {
36
- var _a, _b, _c;
37
- return {
38
- id: sample.id,
39
- title: sample.title,
40
- shortDescription: sample.shortDescription,
41
- fullDescription: sample.fullDescription,
42
- tags: sample.tags,
43
- time: sample.time,
44
- configuration: sample.configuration,
45
- link: (_a = sample.packageLink) !== null && _a !== void 0 ? _a : ((_b = this.sampleConfigs) !== null && _b !== void 0 ? _b : samples_config_v3_json_1.default).defaultPackageLink,
46
- suggested: sample.suggested,
47
- url: sample.relativePath && sample.url
48
- ? sample.url
49
- : `${((_c = this.sampleConfigs) !== null && _c !== void 0 ? _c : samples_config_v3_json_1.default).baseUrl}${sample.id}`,
50
- relativePath: sample.relativePath,
51
- };
52
- });
53
- }
54
- else {
55
- samples = samples_config_json_1.default.samples.map((sample) => {
56
- var _a, _b;
57
- return {
58
- id: sample.id,
59
- title: sample.title,
60
- shortDescription: sample.shortDescription,
61
- fullDescription: sample.fullDescription,
62
- tags: sample.tags,
63
- time: sample.time,
64
- configuration: sample.configuration,
65
- link: (_a = sample.packageLink) !== null && _a !== void 0 ? _a : samples_config_json_1.default.defaultPackageLink,
66
- suggested: sample.suggested,
67
- url: sample.relativePath ? sample.url : (_b = sample.url) !== null && _b !== void 0 ? _b : samples_config_json_1.default.baseUrl,
68
- relativePath: sample.relativePath,
69
- };
70
- });
71
- }
32
+ const samples = ((_a = this.sampleConfigs) !== null && _a !== void 0 ? _a : samples_config_v3_json_1.default).samples.map((sample) => {
33
+ var _a, _b, _c;
34
+ return {
35
+ id: sample.id,
36
+ title: sample.title,
37
+ shortDescription: sample.shortDescription,
38
+ fullDescription: sample.fullDescription,
39
+ tags: sample.tags,
40
+ time: sample.time,
41
+ configuration: sample.configuration,
42
+ link: (_a = sample.packageLink) !== null && _a !== void 0 ? _a : ((_b = this.sampleConfigs) !== null && _b !== void 0 ? _b : samples_config_v3_json_1.default).defaultPackageLink,
43
+ suggested: sample.suggested,
44
+ url: sample.relativePath && sample.url
45
+ ? sample.url
46
+ : `${((_c = this.sampleConfigs) !== null && _c !== void 0 ? _c : samples_config_v3_json_1.default).baseUrl}${sample.id}`,
47
+ relativePath: sample.relativePath,
48
+ };
49
+ });
72
50
  // remove video filter sample app if feature flag is disabled.
73
51
  if (!tools_1.isVideoFilterEnabled()) {
74
52
  const videoFilterSampleId = "teams-videoapp-sample";
@@ -1 +1 @@
1
- {"version":3,"file":"samples.js","sourceRoot":"","sources":["../../src/common/samples.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"samples.js","sourceRoot":"","sources":["../../src/common/samples.ts"],"names":[],"mappings":";;;;AAAA,0DAA0B;AAC1B,wDAAsE;AACtE,8FAAsD;AACtD,mCAA+C;AAE/C,MAAM,UAAU;;AACE,gBAAK,GAAG,WAAW,CAAC;AACpB,eAAI,GAAG,iBAAiB,CAAC;AACzB,eAAI,GAAG,QAAQ,CAAC;AAChB,eAAI,GAAG,gCAAgC,CAAC;AAqB1D,MAAM,cAAc;IAIX,KAAK,CAAC,iBAAiB;QAC5B,IAAI,CAAC,aAAa,GAAG,SAAS,CAAC;QAC/B,IAAI;YACF,MAAM,YAAY,GAAG,MAAM,8BAAsB,CAC/C,KAAK,IAAI,EAAE;gBACT,OAAO,MAAM,eAAK,CAAC,GAAG,CACpB,qCAAqC,UAAU,CAAC,KAAK,IAAI,UAAU,CAAC,IAAI,IAAI,UAAU,CAAC,IAAI,IAAI,UAAU,CAAC,IAAI,EAAE,EAChH,EAAE,YAAY,EAAE,MAAM,EAAE,CACzB,CAAC;YACJ,CAAC,EACD,IAAI,EACJ,CAAC,CACF,CAAC;YAEF,IAAI,YAAY,IAAI,YAAY,CAAC,IAAI,EAAE;gBACrC,IAAI,CAAC,aAAa,GAAG,YAAY,CAAC,IAAI,CAAC;aACxC;SACF;QAAC,OAAO,CAAC,EAAE;YACV,IAAI,CAAC,aAAa,GAAG,SAAS,CAAC;SAChC;IACH,CAAC;IACD,IAAW,gBAAgB;;QACzB,MAAM,OAAO,GAAG,CAAC,MAAA,IAAI,CAAC,aAAa,mCAAI,gCAAc,CAAC,CAAC,OAAO,CAAC,GAAG,CAAC,CAAC,MAAW,EAAE,EAAE;;YACjF,OAAO;gBACL,EAAE,EAAE,MAAM,CAAC,EAAE;gBACb,KAAK,EAAE,MAAM,CAAC,KAAK;gBACnB,gBAAgB,EAAE,MAAM,CAAC,gBAAgB;gBACzC,eAAe,EAAE,MAAM,CAAC,eAAe;gBACvC,IAAI,EAAE,MAAM,CAAC,IAAI;gBACjB,IAAI,EAAE,MAAM,CAAC,IAAI;gBACjB,aAAa,EAAE,MAAM,CAAC,aAAa;gBACnC,IAAI,EACF,MAAC,MAAc,CAAC,WAAW,mCAAI,CAAC,MAAA,IAAI,CAAC,aAAa,mCAAI,gCAAc,CAAC,CAAC,kBAAkB;gBAC1F,SAAS,EAAE,MAAM,CAAC,SAAS;gBAC3B,GAAG,EACA,MAAc,CAAC,YAAY,IAAK,MAAc,CAAC,GAAG;oBACjD,CAAC,CAAE,MAAc,CAAC,GAAG;oBACrB,CAAC,CAAC,GAAG,CAAC,MAAA,IAAI,CAAC,aAAa,mCAAI,gCAAc,CAAC,CAAC,OAAO,GAAG,MAAM,CAAC,EAAE,EAAE;gBACrE,YAAY,EAAG,MAAc,CAAC,YAAY;aAC7B,CAAC;QAClB,CAAC,CAAC,CAAC;QAEH,8DAA8D;QAC9D,IAAI,CAAC,4BAAoB,EAAE,EAAE;YAC3B,MAAM,mBAAmB,GAAG,uBAAuB,CAAC;YACpD,MAAM,KAAK,GAAG,OAAO,CAAC,SAAS,CAAC,CAAC,MAAW,EAAE,EAAE,CAAC,MAAM,CAAC,EAAE,KAAK,mBAAmB,CAAC,CAAC;YACpF,IAAI,KAAK,KAAK,CAAC,CAAC,EAAE;gBAChB,OAAO,CAAC,MAAM,CAAC,KAAK,EAAE,CAAC,CAAC,CAAC;aAC1B;SACF;QAED,IAAI,CAAC,gBAAgB,GAAG;YACtB,OAAO;SACR,CAAC;QAEF,OAAO,IAAI,CAAC,gBAAgB,CAAC;IAC/B,CAAC;CACF;AAEY,QAAA,cAAc,GAAG,IAAI,cAAc,EAAE,CAAC"}
@@ -43,7 +43,8 @@ export declare enum TelemetryProperty {
43
43
  CustomizeSubscriptionType = "customize-subscription-type",
44
44
  IsFromTdp = "is-from-developer-portal",
45
45
  ToolkitVersion = "toolkit-version",
46
- YmlName = "yml-name"
46
+ YmlName = "yml-name",
47
+ YmlSchemaVersion = "yml-schema-version"
47
48
  }
48
49
  export declare enum TelemetryEvent {
49
50
  Scaffold = "scaffold",
@@ -73,21 +74,8 @@ export declare enum TelemetryEvent {
73
74
  ProjectMigratorNotification = "project-migrator-notification",
74
75
  ProjectMigratorMigrateStart = "project-migrator-migrate-start",
75
76
  ProjectMigratorMigrate = "project-migrator-migrate",
76
- ProjectMigratorMigrateArmStart = "project-migrator-migrate-arm-start",
77
- ProjectMigratorMigrateArm = "project-migrator-migrate-arm",
78
- ProjectMigratorMigrateMultiEnvStart = "project-migrator-migrate-multi-env-start",
79
- ProjectMigratorMigrateMultiEnv = "project-migrator-migrate-multi-env",
80
- ProjectMigratorGuideStart = "project-migrator-guide-start",
81
- ProjectMigratorGuide = "project-migrator-guide",
82
77
  ProjectMigratorPrecheckFailed = "project-migrator-pre-check-failed",
83
78
  ProjectMigratorError = "project-migrator-error",
84
- ProjectAadManifestMigrationError = "project-aad-manifest-migration-error",
85
- ProjectAadManifestMigrationStart = "project-aad-manifest-migration-start",
86
- ProjectAadManifestMigration = "project-aad-manifest-migration",
87
- ProjectAadManifestMigrationAddAADTemplateStart = "project-aad-manifest-migration-add-aad-template-start",
88
- ProjectAadManifestMigrationAddAADTemplate = "project-aad-manifest-migration-add-aad-template",
89
- ProjectAadManifestMigrationBackupStart = "project-aad-manifest-migration-backup-start",
90
- ProjectAadManifestMigrationBackup = "project-aad-manifest-migration-backup",
91
79
  ProjectConsolidateNotificationStart = "project-consolidate-notification-start",
92
80
  ProjectConsolidateNotification = "project-consolidate-notification",
93
81
  ProjectConsolidateUpgradeStart = "project-consolidate-upgrade-start",
@@ -1 +1 @@
1
- {"version":3,"file":"telemetry.d.ts","sourceRoot":"","sources":["../../src/common/telemetry.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"telemetry.d.ts","sourceRoot":"","sources":["../../src/common/telemetry.ts"],"names":[],"mappings":"AAGA,OAAO,EAAE,OAAO,EAAE,iBAAiB,EAAa,MAAM,wBAAwB,CAAC;AAE/E,qBAAa,yBAAyB;IACpC,OAAc,iBAAiB,EAAE,iBAAiB,GAAG,SAAS,CAAC;CAChE;AAED,oBAAY,iBAAiB;IAC3B,WAAW,iBAAiB;IAC5B,SAAS,cAAc;IACvB,UAAU,eAAe;IACzB,OAAO,YAAY;IACnB,OAAO,YAAY;IACnB,KAAK,UAAU;IACf,OAAO,YAAY;IACnB,SAAS,eAAe;IACxB,SAAS,eAAe;IACxB,YAAY,kBAAkB;IAC9B,aAAa,oBAAoB;IACjC,SAAS,eAAe;IACxB,YAAY,mBAAmB;IAC/B,aAAa,mBAAmB;IAChC,GAAG,QAAQ;IACX,0BAA0B,kCAAkC;IAC5D,SAAS,eAAe;IACxB,MAAM,WAAW;IACjB,QAAQ,aAAa;IACrB,cAAc,oBAAoB;IAClC,YAAY,iBAAiB;IAC7B,aAAa,mBAAmB;IAChC,oBAAoB,2BAA2B;IAC/C,sBAAsB,8BAA8B;IACpD,0BAA0B,gBAAgB;IAC1C,sBAAsB,WAAW;IACjC,mBAAmB,QAAQ;IAC3B,aAAa,mBAAmB;IAChC,gBAAgB,sBAAsB;IACtC,gBAAgB,sBAAsB;IACtC,gBAAgB,sBAAsB;IACtC,YAAY,kBAAkB;IAC9B,UAAU,gBAAgB;IAC1B,uBAAuB,8BAA8B;IACrD,QAAQ,aAAa;IACrB,uBAAuB,8BAA8B;IACrD,qBAAqB,sBAAsB;IAC3C,yBAAyB,gCAAgC;IACzD,SAAS,6BAA6B;IACtC,cAAc,oBAAoB;IAClC,OAAO,aAAa;IACpB,gBAAgB,uBAAuB;CACxC;AAED,oBAAY,cAAc;IACxB,QAAQ,aAAa;IACrB,aAAa,2BAA2B;IACxC,UAAU,gBAAgB;IAC1B,cAAc,qBAAqB;IACnC,SAAS,cAAc;IACvB,aAAa,mBAAmB;IAChC,SAAS,eAAe;IACxB,MAAM,WAAW;IACjB,mBAAmB,0BAA0B;IAC7C,cAAc,oBAAoB;IAClC,aAAa,WAAW;IACxB,UAAU,gBAAgB;IAC1B,cAAc,oBAAoB;IAClC,mBAAmB,0BAA0B;IAC7C,QAAQ,cAAc;IACtB,eAAe,qBAAqB;IACpC,uBAAuB,+BAA+B;IACtD,kBAAkB,yBAAyB;IAC3C,sBAAsB,6BAA6B;IACnD,iBAAiB,uBAAuB;IACxC,gBAAgB,sBAAsB;IACtC,SAAS,eAAe;IACxB,gCAAgC,wCAAwC;IACxE,gCAAgC,wCAAwC;IACxE,2BAA2B,kCAAkC;IAC7D,2BAA2B,mCAAmC;IAC9D,sBAAsB,6BAA6B;IACnD,6BAA6B,sCAAsC;IACnE,oBAAoB,2BAA2B;IAC/C,mCAAmC,2CAA2C;IAC9E,8BAA8B,qCAAqC;IACnE,8BAA8B,sCAAsC;IACpE,yBAAyB,gCAAgC;IACzD,kCAAkC,4CAA4C;IAC9E,6BAA6B,sCAAsC;IACnE,sCAAsC,gDAAgD;IACtF,iCAAiC,0CAA0C;IAC3E,wCAAwC,kDAAkD;IAC1F,mCAAmC,4CAA4C;IAC/E,uCAAuC,iDAAiD;IACxF,kCAAkC,2CAA2C;IAC7E,mCAAmC,4CAA4C;IAC/E,8BAA8B,sCAAsC;IACpE,4BAA4B,oCAAoC;IAChE,uBAAuB,8BAA8B;IACrD,uBAAuB,8BAA8B;IACrD,oCAAoC,6CAA6C;IACjF,eAAe,sBAAsB;IACrC,UAAU,gBAAgB;IAC1B,aAAa,oBAAoB;IACjC,0BAA0B,kCAAkC;IAC5D,qBAAqB,4BAA4B;IACjD,gBAAgB,sBAAsB;IACtC,cAAc,oBAAoB;IAClC,gBAAgB,sBAAsB;IACtC,qBAAqB,6BAA6B;IAClD,aAAa,qBAAqB;IAClC,sBAAsB,8BAA8B;IACpD,qBAAqB,6BAA6B;IAClD,UAAU,gBAAgB;IAC1B,wBAAwB,gCAAgC;IACxD,QAAQ,aAAa;CACtB;AAED,oBAAY,gBAAgB;IAC1B,GAAG,QAAQ;IACX,EAAE,OAAO;CACV;AAED,oBAAY,kBAAkB;IAC5B,SAAS,SAAS;IAClB,WAAW,WAAW;CACvB;AAED,oBAAY,SAAS;IACnB,GAAG,cAAc;IACjB,GAAG,QAAQ;IACX,EAAE,OAAO;IACT,IAAI,SAAS;IACb,QAAQ,aAAa;CACtB;AAED,oBAAY,0BAA0B;IACpC,WAAW,iBAAiB;IAC5B,SAAS,eAAe;IACxB,QAAQ,cAAc;IACtB,wBAAwB,+BAA+B;IACvD,2BAA2B,kCAAkC;IAC7D,sBAAsB,6BAA6B;IACnD,eAAe,qBAAqB;CACrC;AAED,oBAAY,yBAAyB;IACnC,WAAW,iBAAiB;IAC5B,SAAS,eAAe;IACxB,QAAQ,cAAc;IACtB,OAAO,YAAY;CACpB;AAED,oBAAY,qBAAqB;IAC/B,EAAE,OAAO;IACT,MAAM,WAAW;CAClB;AAED,oBAAY,0BAA0B;IACpC,MAAM,WAAW;IACjB,SAAS,eAAe;IACxB,MAAM,WAAW;CAClB;AAED,wBAAgB,kBAAkB,CAChC,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,MAAM,EACjB,UAAU,CAAC,EAAE;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,EACpC,YAAY,CAAC,EAAE;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,GACrC,IAAI,CAUN;AAED,wBAAgB,uBAAuB,CACrC,SAAS,EAAE,MAAM,EACjB,SAAS,EAAE,MAAM,EACjB,OAAO,EAAE,OAAO,EAChB,UAAU,CAAC,EAAE;IAAE,CAAC,CAAC,EAAE,MAAM,GAAG,MAAM,CAAA;CAAE,GACnC,IAAI,CAkBN"}
@@ -50,6 +50,7 @@ var TelemetryProperty;
50
50
  TelemetryProperty["IsFromTdp"] = "is-from-developer-portal";
51
51
  TelemetryProperty["ToolkitVersion"] = "toolkit-version";
52
52
  TelemetryProperty["YmlName"] = "yml-name";
53
+ TelemetryProperty["YmlSchemaVersion"] = "yml-schema-version";
53
54
  })(TelemetryProperty = exports.TelemetryProperty || (exports.TelemetryProperty = {}));
54
55
  var TelemetryEvent;
55
56
  (function (TelemetryEvent) {
@@ -80,21 +81,8 @@ var TelemetryEvent;
80
81
  TelemetryEvent["ProjectMigratorNotification"] = "project-migrator-notification";
81
82
  TelemetryEvent["ProjectMigratorMigrateStart"] = "project-migrator-migrate-start";
82
83
  TelemetryEvent["ProjectMigratorMigrate"] = "project-migrator-migrate";
83
- TelemetryEvent["ProjectMigratorMigrateArmStart"] = "project-migrator-migrate-arm-start";
84
- TelemetryEvent["ProjectMigratorMigrateArm"] = "project-migrator-migrate-arm";
85
- TelemetryEvent["ProjectMigratorMigrateMultiEnvStart"] = "project-migrator-migrate-multi-env-start";
86
- TelemetryEvent["ProjectMigratorMigrateMultiEnv"] = "project-migrator-migrate-multi-env";
87
- TelemetryEvent["ProjectMigratorGuideStart"] = "project-migrator-guide-start";
88
- TelemetryEvent["ProjectMigratorGuide"] = "project-migrator-guide";
89
84
  TelemetryEvent["ProjectMigratorPrecheckFailed"] = "project-migrator-pre-check-failed";
90
85
  TelemetryEvent["ProjectMigratorError"] = "project-migrator-error";
91
- TelemetryEvent["ProjectAadManifestMigrationError"] = "project-aad-manifest-migration-error";
92
- TelemetryEvent["ProjectAadManifestMigrationStart"] = "project-aad-manifest-migration-start";
93
- TelemetryEvent["ProjectAadManifestMigration"] = "project-aad-manifest-migration";
94
- TelemetryEvent["ProjectAadManifestMigrationAddAADTemplateStart"] = "project-aad-manifest-migration-add-aad-template-start";
95
- TelemetryEvent["ProjectAadManifestMigrationAddAADTemplate"] = "project-aad-manifest-migration-add-aad-template";
96
- TelemetryEvent["ProjectAadManifestMigrationBackupStart"] = "project-aad-manifest-migration-backup-start";
97
- TelemetryEvent["ProjectAadManifestMigrationBackup"] = "project-aad-manifest-migration-backup";
98
86
  TelemetryEvent["ProjectConsolidateNotificationStart"] = "project-consolidate-notification-start";
99
87
  TelemetryEvent["ProjectConsolidateNotification"] = "project-consolidate-notification";
100
88
  TelemetryEvent["ProjectConsolidateUpgradeStart"] = "project-consolidate-upgrade-start";
@@ -1 +1 @@
1
- {"version":3,"file":"telemetry.js","sourceRoot":"","sources":["../../src/common/telemetry.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"telemetry.js","sourceRoot":"","sources":["../../src/common/telemetry.ts"],"names":[],"mappings":"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"}
@@ -1,9 +1,10 @@
1
1
  {
2
- "version": "^3.0.0",
3
- "tagPrefix": "templates@",
2
+ "version": "0.0.0-alpha",
3
+ "tagPrefix": "templates-",
4
4
  "tagListURL": "https://github.com/OfficeDev/TeamsFx/releases/download/template-tag-list/template-tags.txt",
5
5
  "templateDownloadBaseURL": "https://github.com/OfficeDev/TeamsFx/releases/download",
6
6
  "templateReleaseURL": "https://github.com/OfficeDev/TeamsFx/releases/expanded_assets",
7
7
  "templateDownloadBasePath": "/OfficeDev/TeamsFx/releases/download",
8
- "templateExt": ".zip"
8
+ "templateExt": ".zip",
9
+ "useLocalTemplate": true
9
10
  }
@@ -1,5 +1,5 @@
1
1
  /// <reference types="node" />
2
- import { AzureAccountProvider, ConfigMap, FxError, Json, Result, SubscriptionInfo, UserInteraction, ProjectSettings, AzureSolutionSettings, v2, Void, Inputs, M365TokenProvider } from "@microsoft/teamsfx-api";
2
+ import { AzureAccountProvider, ConfigMap, FxError, Json, M365TokenProvider, ProjectSettings, Result, SubscriptionInfo, UserInteraction, v2 } from "@microsoft/teamsfx-api";
3
3
  import { ExecOptions } from "child_process";
4
4
  export declare const Executor: {
5
5
  execCommandAsync(command: string, options?: ExecOptions | undefined): Promise<{
@@ -52,10 +52,6 @@ export declare function isApiConnectEnabled(): boolean;
52
52
  export declare function isV3Enabled(): boolean;
53
53
  export declare function isDownloadDirectoryEnabled(): boolean;
54
54
  export declare function isVideoFilterEnabled(): boolean;
55
- export declare function isAADEnabled(solutionSettings: AzureSolutionSettings | undefined): boolean;
56
- export declare function canAddSso(projectSettings: ProjectSettings, returnError?: boolean): boolean | Result<Void, FxError>;
57
- export declare function canAddApiConnection(solutionSettings?: AzureSolutionSettings): boolean;
58
- export declare function canAddCICDWorkflows(inputs: Inputs, ctx: v2.Context): Promise<boolean>;
59
55
  export declare function getAppSPFxVersion(root: string): Promise<string | undefined>;
60
56
  export declare function generateBicepFromFile(templateFilePath: string, context: any): Promise<string>;
61
57
  export declare function compileHandlebarsTemplateString(templateString: string, context: any): string;
@@ -70,7 +66,6 @@ export declare function getUuid(): string;
70
66
  export declare function isSPFxProject(projectSettings?: ProjectSettings): boolean;
71
67
  export declare function isVideoFilterProject(projectPath: string): Promise<Result<boolean, FxError>>;
72
68
  export declare function getHashedEnv(envName: string): string;
73
- export declare function IsSimpleAuthEnabled(projectSettings: ProjectSettings | undefined): boolean;
74
69
  /** Redact user content in "obj";
75
70
  *
76
71
  * DFS "obj" and "jsonSchema" together to redact the following things:
@@ -121,15 +116,5 @@ export declare function setRegion(authSvcToken: string): Promise<void>;
121
116
  export declare function ConvertTokenToJson(token: string): Record<string, unknown>;
122
117
  export declare function getFixedCommonProjectSettings(rootPath: string | undefined): {
123
118
  projectId: any;
124
- isFromSample?: undefined;
125
- programmingLanguage?: undefined;
126
- hostType?: undefined;
127
- isM365?: undefined;
128
- } | {
129
- projectId: any;
130
- isFromSample: any;
131
- programmingLanguage: any;
132
- hostType: any;
133
- isM365: any;
134
119
  } | undefined;
135
120
  //# sourceMappingURL=tools.d.ts.map