@microsoft/teamsfx-core 1.16.2 → 1.16.3-alpha.0d47bc042.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/common/azure-hosting/azureHosting.d.ts.map +1 -1
- package/build/common/azure-hosting/azureHosting.js +3 -3
- package/build/common/azure-hosting/azureHosting.js.map +1 -1
- package/build/common/azure-hosting/azureOps.d.ts +3 -2
- package/build/common/azure-hosting/azureOps.d.ts.map +1 -1
- package/build/common/azure-hosting/azureOps.js +3 -7
- package/build/common/azure-hosting/azureOps.js.map +1 -1
- package/build/common/azure-hosting/hostingConstant.d.ts +1 -0
- package/build/common/azure-hosting/hostingConstant.d.ts.map +1 -1
- package/build/common/azure-hosting/hostingConstant.js +1 -0
- package/build/common/azure-hosting/hostingConstant.js.map +1 -1
- package/build/common/azure-hosting/hostingFactory.d.ts.map +1 -1
- package/build/common/azure-hosting/hostingFactory.js +0 -2
- package/build/common/azure-hosting/hostingFactory.js.map +1 -1
- package/build/common/azure-hosting/messages.d.ts +1 -0
- package/build/common/azure-hosting/messages.d.ts.map +1 -1
- package/build/common/azure-hosting/messages.js +1 -0
- package/build/common/azure-hosting/messages.js.map +1 -1
- package/build/common/azure-hosting/utils.d.ts.map +1 -1
- package/build/common/azure-hosting/utils.js +2 -3
- package/build/common/azure-hosting/utils.js.map +1 -1
- package/build/common/constants.d.ts +2 -2
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +2 -2
- package/build/common/constants.js.map +1 -1
- package/build/common/deps-checker/checkerFactory.js +2 -2
- package/build/common/deps-checker/checkerFactory.js.map +1 -1
- package/build/common/deps-checker/constant/message.d.ts +3 -1
- package/build/common/deps-checker/constant/message.d.ts.map +1 -1
- package/build/common/deps-checker/constant/message.js +3 -1
- package/build/common/deps-checker/constant/message.js.map +1 -1
- package/build/common/deps-checker/depsChecker.d.ts +1 -1
- package/build/common/deps-checker/depsChecker.d.ts.map +1 -1
- package/build/common/deps-checker/depsChecker.js +1 -1
- package/build/common/deps-checker/depsChecker.js.map +1 -1
- package/build/common/deps-checker/depsError.d.ts +7 -1
- package/build/common/deps-checker/depsError.d.ts.map +1 -1
- package/build/common/deps-checker/depsError.js +18 -4
- package/build/common/deps-checker/depsError.js.map +1 -1
- package/build/common/deps-checker/depsManager.js +1 -1
- package/build/common/deps-checker/depsManager.js.map +1 -1
- package/build/common/deps-checker/internal/funcToolChecker.d.ts +11 -6
- package/build/common/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/funcToolChecker.js +68 -24
- package/build/common/deps-checker/internal/funcToolChecker.js.map +1 -1
- package/build/common/deps-checker/internal/nodeChecker.d.ts +14 -5
- package/build/common/deps-checker/internal/nodeChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/nodeChecker.js +32 -16
- package/build/common/deps-checker/internal/nodeChecker.js.map +1 -1
- package/build/common/featureFlags.d.ts +1 -1
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +5 -5
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/local/constants.d.ts +69 -0
- package/build/common/local/constants.d.ts.map +1 -1
- package/build/common/local/constants.js +70 -1
- package/build/common/local/constants.js.map +1 -1
- package/build/common/local/localEnvManager.d.ts +6 -3
- package/build/common/local/localEnvManager.d.ts.map +1 -1
- package/build/common/local/localEnvManager.js +19 -27
- package/build/common/local/localEnvManager.js.map +1 -1
- package/build/common/local/localEnvProvider.d.ts.map +1 -1
- package/build/common/local/localEnvProvider.js +1 -1
- package/build/common/local/localEnvProvider.js.map +1 -1
- package/build/common/local/projectSettingsHelper.d.ts.map +1 -1
- package/build/common/local/projectSettingsHelper.js +11 -51
- package/build/common/local/projectSettingsHelper.js.map +1 -1
- package/build/common/localStateProvider.d.ts.map +1 -1
- package/build/common/localStateProvider.js +1 -2
- package/build/common/localStateProvider.js.map +1 -1
- package/build/common/projectSettingsHelper.js +8 -9
- package/build/common/projectSettingsHelper.js.map +1 -1
- package/build/common/samples-config.json +24 -22
- package/build/common/telemetry.d.ts +4 -1
- package/build/common/telemetry.d.ts.map +1 -1
- package/build/common/telemetry.js +3 -0
- package/build/common/telemetry.js.map +1 -1
- package/build/common/templates-config.json +2 -2
- package/build/common/tools.d.ts +4 -0
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +56 -28
- package/build/common/tools.js.map +1 -1
- package/build/component/arm.d.ts +38 -0
- package/build/component/arm.d.ts.map +1 -0
- package/build/component/arm.js +637 -0
- package/build/component/arm.js.map +1 -0
- package/build/component/bicep.js +1 -1
- package/build/component/bicep.js.map +1 -1
- package/build/component/code/api/apiCode.d.ts +13 -0
- package/build/component/code/api/apiCode.d.ts.map +1 -0
- package/build/component/code/api/apiCode.js +153 -0
- package/build/component/code/api/apiCode.js.map +1 -0
- package/build/component/code/api/depsChecker/funcHelper.d.ts +11 -0
- package/build/component/code/api/depsChecker/funcHelper.d.ts.map +1 -0
- package/build/component/code/api/depsChecker/funcHelper.js +55 -0
- package/build/component/code/api/depsChecker/funcHelper.js.map +1 -0
- package/build/component/code/api/depsChecker/funcPluginLogger.d.ts +17 -0
- package/build/component/code/api/depsChecker/funcPluginLogger.d.ts.map +1 -0
- package/build/component/code/api/depsChecker/funcPluginLogger.js +52 -0
- package/build/component/code/api/depsChecker/funcPluginLogger.js.map +1 -0
- package/build/component/code/api/depsChecker/funcPluginTelemetry.d.ts +15 -0
- package/build/component/code/api/depsChecker/funcPluginTelemetry.d.ts.map +1 -0
- package/build/component/code/api/depsChecker/funcPluginTelemetry.js +53 -0
- package/build/component/code/api/depsChecker/funcPluginTelemetry.js.map +1 -0
- package/build/component/code/api/enums.d.ts +11 -0
- package/build/component/code/api/enums.d.ts.map +1 -0
- package/build/component/code/api/enums.js +18 -0
- package/build/component/code/api/enums.js.map +1 -0
- package/build/component/code/api/language-strategy.d.ts +15 -0
- package/build/component/code/api/language-strategy.d.ts.map +1 -0
- package/build/component/code/api/language-strategy.js +51 -0
- package/build/component/code/api/language-strategy.js.map +1 -0
- package/build/component/code/api/scaffold.d.ts +13 -0
- package/build/component/code/api/scaffold.d.ts.map +1 -0
- package/build/component/code/api/scaffold.js +83 -0
- package/build/component/code/api/scaffold.js.map +1 -0
- package/build/component/code/api/telemetry-helper.d.ts +20 -0
- package/build/component/code/api/telemetry-helper.d.ts.map +1 -0
- package/build/component/code/api/telemetry-helper.js +43 -0
- package/build/component/code/api/telemetry-helper.js.map +1 -0
- package/build/component/code/appSettingUtils.js +2 -2
- package/build/component/code/appSettingUtils.js.map +1 -1
- package/build/component/code/botCode.d.ts +0 -3
- package/build/component/code/botCode.d.ts.map +1 -1
- package/build/component/code/botCode.js +18 -28
- package/build/component/code/botCode.js.map +1 -1
- package/build/component/code/constants.d.ts +32 -0
- package/build/component/code/constants.d.ts.map +1 -0
- package/build/component/code/constants.js +38 -0
- package/build/component/code/constants.js.map +1 -0
- package/build/component/code/error.d.ts +11 -0
- package/build/component/code/error.d.ts.map +1 -0
- package/build/component/code/error.js +41 -0
- package/build/component/code/error.js.map +1 -0
- package/build/component/code/spfxTabCode.d.ts +2 -2
- package/build/component/code/spfxTabCode.d.ts.map +1 -1
- package/build/component/code/spfxTabCode.js +23 -38
- package/build/component/code/spfxTabCode.js.map +1 -1
- package/build/component/code/tab/constants.d.ts +7 -0
- package/build/component/code/tab/constants.d.ts.map +1 -0
- package/build/component/code/tab/constants.js +17 -0
- package/build/component/code/tab/constants.js.map +1 -0
- package/build/component/code/tab/deploy.d.ts +16 -0
- package/build/component/code/tab/deploy.d.ts.map +1 -0
- package/build/component/code/tab/deploy.js +95 -0
- package/build/component/code/tab/deploy.js.map +1 -0
- package/build/component/code/tab/env.d.ts +23 -0
- package/build/component/code/tab/env.d.ts.map +1 -0
- package/build/component/code/tab/env.js +101 -0
- package/build/component/code/tab/env.js.map +1 -0
- package/build/component/code/{tabCode.d.ts → tab/tabCode.d.ts} +0 -0
- package/build/component/code/tab/tabCode.d.ts.map +1 -0
- package/build/component/code/tab/tabCode.js +246 -0
- package/build/component/code/tab/tabCode.js.map +1 -0
- package/build/component/code/utils.js +2 -2
- package/build/component/code/utils.js.map +1 -1
- package/build/component/constant/commonConstant.d.ts +6 -0
- package/build/component/constant/commonConstant.d.ts.map +1 -0
- package/build/component/constant/commonConstant.js +12 -0
- package/build/component/constant/commonConstant.js.map +1 -0
- package/build/component/constant/deployConstant.d.ts +16 -0
- package/build/component/constant/deployConstant.d.ts.map +1 -0
- package/build/component/constant/deployConstant.js +36 -0
- package/build/component/constant/deployConstant.js.map +1 -0
- package/build/component/constants.d.ts +359 -0
- package/build/component/constants.d.ts.map +1 -1
- package/build/component/constants.js +657 -2
- package/build/component/constants.js.map +1 -1
- package/build/component/coordinator/index.d.ts +12 -0
- package/build/component/coordinator/index.d.ts.map +1 -0
- package/build/component/coordinator/index.js +162 -0
- package/build/component/coordinator/index.js.map +1 -0
- package/build/component/coordinator/lifecycleStage.d.ts +2 -0
- package/build/component/coordinator/lifecycleStage.d.ts.map +1 -0
- package/build/component/coordinator/lifecycleStage.js +23 -0
- package/build/component/coordinator/lifecycleStage.js.map +1 -0
- package/build/component/core.d.ts +14 -7
- package/build/component/core.d.ts.map +1 -1
- package/build/component/core.js +79 -67
- package/build/component/core.js.map +1 -1
- package/build/{plugins/solution/fx-solution → component}/debug/constants.d.ts +0 -0
- package/build/component/debug/constants.d.ts.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/debug/constants.js +0 -0
- package/build/component/debug/constants.js.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/debug/error.d.ts +0 -0
- package/build/component/debug/error.d.ts.map +1 -0
- package/build/component/debug/error.js +49 -0
- package/build/component/debug/error.js.map +1 -0
- package/build/component/debug/index.d.ts +30 -0
- package/build/component/debug/index.d.ts.map +1 -0
- package/build/component/debug/index.js +541 -0
- package/build/component/debug/index.js.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/debug/util/codespace.d.ts +0 -0
- package/build/component/debug/util/codespace.d.ts.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/debug/util/codespace.js +0 -0
- package/build/component/debug/util/codespace.js.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/debug/util/launch.d.ts +0 -0
- package/build/component/debug/util/launch.d.ts.map +1 -0
- package/build/component/debug/util/launch.js +276 -0
- package/build/component/debug/util/launch.js.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/debug/util/launchNext.d.ts +0 -0
- package/build/component/debug/util/launchNext.d.ts.map +1 -0
- package/build/component/debug/util/launchNext.js +325 -0
- package/build/component/debug/util/launchNext.js.map +1 -0
- package/build/component/debug/util/launchTransparency.d.ts +9 -0
- package/build/component/debug/util/launchTransparency.d.ts.map +1 -0
- package/build/component/debug/util/launchTransparency.js +65 -0
- package/build/component/debug/util/launchTransparency.js.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/debug/util/localService.d.ts +0 -0
- package/build/component/debug/util/localService.d.ts.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/debug/util/localService.js +0 -0
- package/build/component/debug/util/localService.js.map +1 -0
- package/build/component/debug/util/ngrok.d.ts +6 -0
- package/build/component/debug/util/ngrok.d.ts.map +1 -0
- package/build/component/debug/util/ngrok.js +65 -0
- package/build/component/debug/util/ngrok.js.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/debug/util/settings.d.ts +0 -0
- package/build/component/debug/util/settings.d.ts.map +1 -0
- package/build/component/debug/util/settings.js +42 -0
- package/build/component/debug/util/settings.js.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/debug/util/tasks.d.ts +0 -0
- package/build/component/debug/util/tasks.d.ts.map +1 -0
- package/build/component/debug/util/tasks.js +240 -0
- package/build/component/debug/util/tasks.js.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/debug/util/tasksNext.d.ts +0 -0
- package/build/component/debug/util/tasksNext.d.ts.map +1 -0
- package/build/component/debug/util/tasksNext.js +364 -0
- package/build/component/debug/util/tasksNext.js.map +1 -0
- package/build/component/debug/util/tasksTransparency.d.ts +8 -0
- package/build/component/debug/util/tasksTransparency.d.ts.map +1 -0
- package/build/component/debug/util/tasksTransparency.js +706 -0
- package/build/component/debug/util/tasksTransparency.js.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/debug/util/telemetry.d.ts +0 -0
- package/build/component/debug/util/telemetry.d.ts.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/debug/util/telemetry.js +0 -0
- package/build/component/debug/util/telemetry.js.map +1 -0
- package/build/component/debugHandler/appManifest.d.ts +1 -1
- package/build/component/debugHandler/appManifest.d.ts.map +1 -1
- package/build/component/debugHandler/appManifest.js +32 -28
- package/build/component/debugHandler/appManifest.js.map +1 -1
- package/build/component/debugHandler/bot.d.ts +0 -1
- package/build/component/debugHandler/bot.d.ts.map +1 -1
- package/build/component/debugHandler/bot.js +42 -37
- package/build/component/debugHandler/bot.js.map +1 -1
- package/build/component/debugHandler/error.d.ts +3 -3
- package/build/component/debugHandler/error.d.ts.map +1 -1
- package/build/component/debugHandler/error.js +14 -14
- package/build/component/debugHandler/error.js.map +1 -1
- package/build/component/debugHandler/index.d.ts +1 -0
- package/build/component/debugHandler/index.d.ts.map +1 -1
- package/build/component/debugHandler/index.js +1 -0
- package/build/component/debugHandler/index.js.map +1 -1
- package/build/component/debugHandler/localEnvProvider.js +4 -4
- package/build/component/debugHandler/localEnvProvider.js.map +1 -1
- package/build/component/debugHandler/sso.d.ts +0 -1
- package/build/component/debugHandler/sso.d.ts.map +1 -1
- package/build/component/debugHandler/sso.js +80 -69
- package/build/component/debugHandler/sso.js.map +1 -1
- package/build/component/debugHandler/tab.d.ts.map +1 -1
- package/build/component/debugHandler/tab.js +25 -23
- package/build/component/debugHandler/tab.js.map +1 -1
- package/build/component/deployUtils.d.ts.map +1 -1
- package/build/component/deployUtils.js +7 -7
- package/build/component/deployUtils.js.map +1 -1
- package/build/component/driver/aad/create.d.ts +12 -0
- package/build/component/driver/aad/create.d.ts.map +1 -0
- package/build/component/driver/aad/create.js +104 -0
- package/build/component/driver/aad/create.js.map +1 -0
- package/build/component/driver/aad/error/invalidFieldInManifestError.d.ts +5 -0
- package/build/component/driver/aad/error/invalidFieldInManifestError.d.ts.map +1 -0
- package/build/component/driver/aad/error/invalidFieldInManifestError.js +29 -0
- package/build/component/driver/aad/error/invalidFieldInManifestError.js.map +1 -0
- package/build/component/driver/aad/error/invalidParameterUserError.d.ts +5 -0
- package/build/component/driver/aad/error/invalidParameterUserError.d.ts.map +1 -0
- package/build/component/driver/aad/error/invalidParameterUserError.js +29 -0
- package/build/component/driver/aad/error/invalidParameterUserError.js.map +1 -0
- package/build/component/driver/aad/error/missingEnvError.d.ts +5 -0
- package/build/component/driver/aad/error/missingEnvError.d.ts.map +1 -0
- package/build/component/driver/aad/error/missingEnvError.js +29 -0
- package/build/component/driver/aad/error/missingEnvError.js.map +1 -0
- package/build/component/driver/aad/error/unhandledError.d.ts +8 -0
- package/build/component/driver/aad/error/unhandledError.d.ts.map +1 -0
- package/build/component/driver/aad/error/unhandledError.js +33 -0
- package/build/component/driver/aad/error/unhandledError.js.map +1 -0
- package/build/component/driver/aad/interface/createAadAppArgs.d.ts +5 -0
- package/build/component/driver/aad/interface/createAadAppArgs.d.ts.map +1 -0
- package/build/component/driver/aad/interface/createAadAppArgs.js +5 -0
- package/build/component/driver/aad/interface/createAadAppArgs.js.map +1 -0
- package/build/component/driver/aad/interface/createAadAppOutput.d.ts +9 -0
- package/build/component/driver/aad/interface/createAadAppOutput.d.ts.map +1 -0
- package/build/component/driver/aad/interface/createAadAppOutput.js +5 -0
- package/build/component/driver/aad/interface/createAadAppOutput.js.map +1 -0
- package/build/component/driver/aad/interface/updateAadAppArgs.d.ts +5 -0
- package/build/component/driver/aad/interface/updateAadAppArgs.d.ts.map +1 -0
- package/build/component/driver/aad/interface/updateAadAppArgs.js +5 -0
- package/build/component/driver/aad/interface/updateAadAppArgs.js.map +1 -0
- package/build/component/driver/aad/interface/updateAadAppOutput.d.ts +4 -0
- package/build/component/driver/aad/interface/updateAadAppOutput.d.ts.map +1 -0
- package/build/component/driver/aad/interface/updateAadAppOutput.js +5 -0
- package/build/component/driver/aad/interface/updateAadAppOutput.js.map +1 -0
- package/build/component/driver/aad/update.d.ts +11 -0
- package/build/component/driver/aad/update.d.ts.map +1 -0
- package/build/component/driver/aad/update.js +120 -0
- package/build/component/driver/aad/update.js.map +1 -0
- package/build/component/driver/aad/utility/aadAppClient.d.ts +14 -0
- package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -0
- package/build/component/driver/aad/utility/aadAppClient.js +77 -0
- package/build/component/driver/aad/utility/aadAppClient.js.map +1 -0
- package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.d.ts +14 -0
- package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.d.ts.map +1 -0
- package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.js +30 -0
- package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.js.map +1 -0
- package/build/component/driver/deploy/azure/azureDeployDriver.d.ts +69 -0
- package/build/component/driver/deploy/azure/azureDeployDriver.d.ts.map +1 -0
- package/build/component/driver/deploy/azure/azureDeployDriver.js +147 -0
- package/build/component/driver/deploy/azure/azureDeployDriver.js.map +1 -0
- package/build/component/driver/deploy/azure/azureFunctionDeployDriver.d.ts +18 -0
- package/build/component/driver/deploy/azure/azureFunctionDeployDriver.d.ts.map +1 -0
- package/build/component/driver/deploy/azure/azureFunctionDeployDriver.js +45 -0
- package/build/component/driver/deploy/azure/azureFunctionDeployDriver.js.map +1 -0
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.d.ts +20 -0
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.d.ts.map +1 -0
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.js +103 -0
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.js.map +1 -0
- package/build/component/driver/deploy/azure/baseDeployDriver.d.ts +24 -0
- package/build/component/driver/deploy/azure/baseDeployDriver.d.ts.map +1 -0
- package/build/component/driver/deploy/azure/baseDeployDriver.js +84 -0
- package/build/component/driver/deploy/azure/baseDeployDriver.js.map +1 -0
- package/build/component/driver/interface/baseDeployStepDriver.d.ts +10 -0
- package/build/component/driver/interface/baseDeployStepDriver.d.ts.map +1 -0
- package/build/component/driver/interface/baseDeployStepDriver.js +21 -0
- package/build/component/driver/interface/baseDeployStepDriver.js.map +1 -0
- package/build/component/driver/interface/buildAndDeployArgs.d.ts +46 -0
- package/build/component/driver/interface/buildAndDeployArgs.d.ts.map +1 -0
- package/build/component/driver/interface/buildAndDeployArgs.js +5 -0
- package/build/component/driver/interface/buildAndDeployArgs.js.map +1 -0
- package/build/component/driver/interface/commonArgs.d.ts +16 -0
- package/build/component/driver/interface/commonArgs.d.ts.map +1 -0
- package/build/component/driver/interface/commonArgs.js +5 -0
- package/build/component/driver/interface/commonArgs.js.map +1 -0
- package/build/component/driver/interface/provisionArgs.d.ts +6 -0
- package/build/component/driver/interface/provisionArgs.d.ts.map +1 -0
- package/build/component/driver/interface/provisionArgs.js +5 -0
- package/build/component/driver/interface/provisionArgs.js.map +1 -0
- package/build/component/driver/interface/stepDriver.d.ts +11 -0
- package/build/component/driver/interface/stepDriver.d.ts.map +1 -0
- package/build/component/driver/interface/stepDriver.js +5 -0
- package/build/component/driver/interface/stepDriver.js.map +1 -0
- package/build/component/driver/provision/azureStorageStaticWebsiteConfigDriver.d.ts +22 -0
- package/build/component/driver/provision/azureStorageStaticWebsiteConfigDriver.d.ts.map +1 -0
- package/build/component/driver/provision/azureStorageStaticWebsiteConfigDriver.js +61 -0
- package/build/component/driver/provision/azureStorageStaticWebsiteConfigDriver.js.map +1 -0
- package/build/component/driver/script/baseBuildDriver.d.ts +10 -0
- package/build/component/driver/script/baseBuildDriver.d.ts.map +1 -0
- package/build/component/driver/script/baseBuildDriver.js +36 -0
- package/build/component/driver/script/baseBuildDriver.js.map +1 -0
- package/build/component/driver/script/dotnetBuildDriver.d.ts +11 -0
- package/build/component/driver/script/dotnetBuildDriver.d.ts.map +1 -0
- package/build/component/driver/script/dotnetBuildDriver.js +27 -0
- package/build/component/driver/script/dotnetBuildDriver.js.map +1 -0
- package/build/component/driver/script/npmBuildDriver.d.ts +11 -0
- package/build/component/driver/script/npmBuildDriver.d.ts.map +1 -0
- package/build/component/driver/script/npmBuildDriver.js +27 -0
- package/build/component/driver/script/npmBuildDriver.js.map +1 -0
- package/build/component/driver/teamsApp/configure.d.ts +8 -0
- package/build/component/driver/teamsApp/configure.d.ts.map +1 -0
- package/build/component/driver/teamsApp/configure.js +39 -0
- package/build/component/driver/teamsApp/configure.js.map +1 -0
- package/build/component/driver/teamsApp/create.d.ts +8 -0
- package/build/component/driver/teamsApp/create.d.ts.map +1 -0
- package/build/component/driver/teamsApp/create.js +70 -0
- package/build/component/driver/teamsApp/create.js.map +1 -0
- package/build/component/driver/teamsApp/createAppPackage.d.ts +9 -0
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -0
- package/build/component/driver/teamsApp/createAppPackage.js +90 -0
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/ConfigureTeamsAppArgs.d.ts +7 -0
- package/build/component/driver/teamsApp/interfaces/ConfigureTeamsAppArgs.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/ConfigureTeamsAppArgs.js +5 -0
- package/build/component/driver/teamsApp/interfaces/ConfigureTeamsAppArgs.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/CreateAppPackageArgs.d.ts +11 -0
- package/build/component/driver/teamsApp/interfaces/CreateAppPackageArgs.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/CreateAppPackageArgs.js +5 -0
- package/build/component/driver/teamsApp/interfaces/CreateAppPackageArgs.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/CreateTeamsAppArgs.d.ts +7 -0
- package/build/component/driver/teamsApp/interfaces/CreateTeamsAppArgs.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/CreateTeamsAppArgs.js +5 -0
- package/build/component/driver/teamsApp/interfaces/CreateTeamsAppArgs.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/PublishAppPackageArgs.d.ts +7 -0
- package/build/component/driver/teamsApp/interfaces/PublishAppPackageArgs.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/PublishAppPackageArgs.js +5 -0
- package/build/component/driver/teamsApp/interfaces/PublishAppPackageArgs.js.map +1 -0
- package/build/component/driver/teamsApp/publishAppPackage.d.ts +8 -0
- package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -0
- package/build/component/driver/teamsApp/publishAppPackage.js +74 -0
- package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -0
- package/build/component/envManager.js +1 -1
- package/build/component/envManager.js.map +1 -1
- package/build/component/error/componentError.d.ts +53 -0
- package/build/component/error/componentError.d.ts.map +1 -0
- package/build/component/error/componentError.js +128 -0
- package/build/component/error/componentError.js.map +1 -0
- package/build/component/error/deployError.d.ts +20 -0
- package/build/component/error/deployError.d.ts.map +1 -0
- package/build/component/error/deployError.js +49 -0
- package/build/component/error/deployError.js.map +1 -0
- package/build/component/error.d.ts +3 -0
- package/build/component/error.d.ts.map +1 -1
- package/build/component/error.js +18 -8
- package/build/component/error.js.map +1 -1
- package/build/component/feature/{api.d.ts → api/api.d.ts} +0 -0
- package/build/component/feature/api/api.d.ts.map +1 -0
- package/build/component/feature/api/api.js +188 -0
- package/build/component/feature/api/api.js.map +1 -0
- package/build/component/feature/api/constants.d.ts +4 -0
- package/build/component/feature/api/constants.d.ts.map +1 -0
- package/build/component/feature/api/constants.js +9 -0
- package/build/component/feature/api/constants.js.map +1 -0
- package/build/{plugins/resource/function → component/feature/api}/question.d.ts +0 -0
- package/build/component/feature/api/question.d.ts.map +1 -0
- package/build/component/feature/api/question.js +13 -0
- package/build/component/feature/api/question.js.map +1 -0
- package/build/component/feature/apiconnector/apiConnector.js +1 -1
- package/build/component/feature/apiconnector/apiConnector.js.map +1 -1
- package/build/component/feature/apiconnector/sampleHandler.d.ts.map +1 -1
- package/build/component/feature/apiconnector/sampleHandler.js +2 -2
- package/build/component/feature/apiconnector/sampleHandler.js.map +1 -1
- package/build/component/feature/apiconnector/telemetry.js +2 -2
- package/build/component/feature/apiconnector/telemetry.js.map +1 -1
- package/build/component/feature/apim.js +15 -15
- package/build/component/feature/apim.js.map +1 -1
- package/build/component/feature/bot/bot.d.ts +12 -0
- package/build/component/feature/bot/bot.d.ts.map +1 -0
- package/build/component/feature/bot/bot.js +308 -0
- package/build/component/feature/bot/bot.js.map +1 -0
- package/build/component/feature/bot/constants.d.ts +35 -0
- package/build/component/feature/bot/constants.d.ts.map +1 -0
- package/build/component/feature/bot/constants.js +40 -0
- package/build/component/feature/bot/constants.js.map +1 -0
- package/build/component/feature/bot/question.d.ts +27 -0
- package/build/component/feature/bot/question.d.ts.map +1 -0
- package/build/component/feature/bot/question.js +121 -0
- package/build/component/feature/bot/question.js.map +1 -0
- package/build/component/feature/keyVault.js +7 -7
- package/build/component/feature/keyVault.js.map +1 -1
- package/build/component/feature/spfx.d.ts.map +1 -1
- package/build/component/feature/spfx.js +23 -26
- package/build/component/feature/spfx.js.map +1 -1
- package/build/component/feature/sql.js +3 -3
- package/build/component/feature/sql.js.map +1 -1
- package/build/component/feature/sso.d.ts +6 -0
- package/build/component/feature/sso.d.ts.map +1 -1
- package/build/component/feature/sso.js +100 -75
- package/build/component/feature/sso.js.map +1 -1
- package/build/component/feature/tab.d.ts.map +1 -1
- package/build/component/feature/tab.js +15 -14
- package/build/component/feature/tab.js.map +1 -1
- package/build/component/messages.d.ts +23 -11
- package/build/component/messages.d.ts.map +1 -1
- package/build/component/messages.js +44 -42
- package/build/component/messages.js.map +1 -1
- package/build/component/migrate.d.ts.map +1 -1
- package/build/component/migrate.js +11 -17
- package/build/component/migrate.js.map +1 -1
- package/build/component/provisionUtils.d.ts +7 -2
- package/build/component/provisionUtils.d.ts.map +1 -1
- package/build/component/provisionUtils.js +187 -41
- package/build/component/provisionUtils.js.map +1 -1
- package/build/component/question.d.ts +57 -0
- package/build/component/question.d.ts.map +1 -0
- package/build/component/question.js +568 -0
- package/build/component/question.js.map +1 -0
- package/build/component/resource/aadApp/aadApp.d.ts +5 -0
- package/build/component/resource/aadApp/aadApp.d.ts.map +1 -1
- package/build/component/resource/aadApp/aadApp.js +62 -13
- package/build/component/resource/aadApp/aadApp.js.map +1 -1
- package/build/{plugins/resource/aad → component/resource/aadApp}/aadAppClient.d.ts +0 -0
- package/build/component/resource/aadApp/aadAppClient.d.ts.map +1 -0
- package/build/component/resource/aadApp/aadAppClient.js +344 -0
- package/build/component/resource/aadApp/aadAppClient.js.map +1 -0
- package/build/component/resource/aadApp/aadAppForTeamsImpl.d.ts +25 -0
- package/build/component/resource/aadApp/aadAppForTeamsImpl.d.ts.map +1 -0
- package/build/component/resource/aadApp/aadAppForTeamsImpl.js +434 -0
- package/build/component/resource/aadApp/aadAppForTeamsImpl.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/aadAppManifestManager.d.ts +0 -0
- package/build/component/resource/aadApp/aadAppManifestManager.d.ts.map +1 -0
- package/build/component/resource/aadApp/aadAppManifestManager.js +130 -0
- package/build/component/resource/aadApp/aadAppManifestManager.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/appStudio.d.ts +0 -0
- package/build/component/resource/aadApp/appStudio.d.ts.map +1 -0
- package/build/component/resource/aadApp/appStudio.js +83 -0
- package/build/component/resource/aadApp/appStudio.js.map +1 -0
- package/build/component/resource/aadApp/constants.d.ts +169 -0
- package/build/component/resource/aadApp/constants.d.ts.map +1 -0
- package/build/component/resource/aadApp/constants.js +278 -0
- package/build/component/resource/aadApp/constants.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/errorCodes.d.ts +0 -0
- package/build/component/resource/aadApp/errorCodes.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/errorCodes.js +0 -0
- package/build/component/resource/aadApp/errorCodes.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/errors.d.ts +0 -0
- package/build/component/resource/aadApp/errors.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/errors.js +0 -0
- package/build/component/resource/aadApp/errors.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/graph.d.ts +0 -0
- package/build/component/resource/aadApp/graph.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/graph.js +0 -0
- package/build/component/resource/aadApp/graph.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/AADApplication.d.ts +0 -0
- package/build/component/resource/aadApp/interfaces/AADApplication.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/AADApplication.js +0 -0
- package/build/component/resource/aadApp/interfaces/AADApplication.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/AADManifest.d.ts +0 -0
- package/build/component/resource/aadApp/interfaces/AADManifest.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/AADManifest.js +0 -0
- package/build/component/resource/aadApp/interfaces/AADManifest.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IAADApplication.d.ts +0 -0
- package/build/component/resource/aadApp/interfaces/IAADApplication.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IAADApplication.js +0 -0
- package/build/component/resource/aadApp/interfaces/IAADApplication.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IAADDefinition.d.ts +0 -0
- package/build/component/resource/aadApp/interfaces/IAADDefinition.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IAADDefinition.js +0 -0
- package/build/component/resource/aadApp/interfaces/IAADDefinition.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IPermission.d.ts +0 -0
- package/build/component/resource/aadApp/interfaces/IPermission.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IPermission.js +0 -0
- package/build/component/resource/aadApp/interfaces/IPermission.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IPermissionList.d.ts +0 -0
- package/build/component/resource/aadApp/interfaces/IPermissionList.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/IPermissionList.js +0 -0
- package/build/component/resource/aadApp/interfaces/IPermissionList.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/models.d.ts +0 -0
- package/build/component/resource/aadApp/interfaces/models.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/interfaces/models.js +0 -0
- package/build/component/resource/aadApp/interfaces/models.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/permissions/index.d.ts +0 -0
- package/build/component/resource/aadApp/permissions/index.d.ts.map +1 -0
- package/build/component/resource/aadApp/permissions/index.js +64 -0
- package/build/component/resource/aadApp/permissions/index.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/permissions/permissions.json +0 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/results.d.ts +0 -0
- package/build/component/resource/aadApp/results.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/results.js +0 -0
- package/build/component/resource/aadApp/results.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/utils/aadManifestHelper.d.ts +0 -0
- package/build/component/resource/aadApp/utils/aadManifestHelper.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/utils/aadManifestHelper.js +0 -0
- package/build/component/resource/aadApp/utils/aadManifestHelper.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/utils/configs.d.ts +0 -0
- package/build/component/resource/aadApp/utils/configs.d.ts.map +1 -0
- package/build/component/resource/aadApp/utils/configs.js +566 -0
- package/build/component/resource/aadApp/utils/configs.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/utils/dialog.d.ts +0 -0
- package/build/component/resource/aadApp/utils/dialog.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/utils/dialog.js +0 -0
- package/build/component/resource/aadApp/utils/dialog.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/utils/format.d.ts +0 -0
- package/build/component/resource/aadApp/utils/format.d.ts.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/utils/format.js +0 -0
- package/build/component/resource/aadApp/utils/format.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/utils/telemetry.d.ts +0 -0
- package/build/component/resource/aadApp/utils/telemetry.d.ts.map +1 -0
- package/build/component/resource/aadApp/utils/telemetry.js +51 -0
- package/build/component/resource/aadApp/utils/telemetry.js.map +1 -0
- package/build/{plugins/resource/aad → component/resource/aadApp}/utils/tokenProvider.d.ts +0 -0
- package/build/component/resource/aadApp/utils/tokenProvider.d.ts.map +1 -0
- package/build/component/resource/aadApp/utils/tokenProvider.js +77 -0
- package/build/component/resource/aadApp/utils/tokenProvider.js.map +1 -0
- package/build/component/resource/aadApp/utils.d.ts +3 -1
- package/build/component/resource/aadApp/utils.d.ts.map +1 -1
- package/build/component/resource/aadApp/utils.js +163 -1
- package/build/component/resource/aadApp/utils.js.map +1 -1
- package/build/component/resource/apim/apim.d.ts +37 -0
- package/build/component/resource/apim/apim.d.ts.map +1 -0
- package/build/component/resource/apim/apim.js +168 -0
- package/build/component/resource/apim/apim.js.map +1 -0
- package/build/component/resource/apim/config.d.ts.map +1 -1
- package/build/component/resource/apim/config.js +5 -6
- package/build/component/resource/apim/config.js.map +1 -1
- package/build/component/resource/apim/factory.d.ts.map +1 -1
- package/build/component/resource/apim/factory.js +6 -5
- package/build/component/resource/apim/factory.js.map +1 -1
- package/build/component/resource/apim/managers/apimManager.d.ts +1 -4
- package/build/component/resource/apim/managers/apimManager.d.ts.map +1 -1
- package/build/component/resource/apim/managers/apimManager.js +0 -47
- package/build/component/resource/apim/managers/apimManager.js.map +1 -1
- package/build/component/resource/apim/managers/questionManager.js +1 -1
- package/build/component/resource/apim/managers/questionManager.js.map +1 -1
- package/build/component/resource/apim/questions/question.d.ts.map +1 -1
- package/build/component/resource/apim/questions/question.js.map +1 -1
- package/build/component/resource/apim/questions/vscodeQuestion.js +1 -1
- package/build/component/resource/apim/questions/vscodeQuestion.js.map +1 -1
- package/build/component/resource/apim/services/apimService.d.ts +2 -2
- package/build/component/resource/apim/services/apimService.d.ts.map +1 -1
- package/build/component/resource/apim/services/apimService.js +66 -20
- package/build/component/resource/apim/services/apimService.js.map +1 -1
- package/build/component/resource/apim/utils/telemetry.d.ts.map +1 -1
- package/build/component/resource/apim/utils/telemetry.js +2 -4
- package/build/component/resource/apim/utils/telemetry.js.map +1 -1
- package/build/component/resource/appManifest/appManifest.d.ts +1 -1
- package/build/component/resource/appManifest/appManifest.d.ts.map +1 -1
- package/build/component/resource/appManifest/appManifest.js +25 -25
- package/build/component/resource/appManifest/appManifest.js.map +1 -1
- package/build/component/resource/appManifest/appStudio.js +30 -30
- package/build/component/resource/appManifest/appStudio.js.map +1 -1
- package/build/component/resource/appManifest/appStudioClient.d.ts +46 -0
- package/build/component/resource/appManifest/appStudioClient.d.ts.map +1 -0
- package/build/component/resource/appManifest/appStudioClient.js +339 -0
- package/build/component/resource/appManifest/appStudioClient.js.map +1 -0
- package/build/component/resource/appManifest/constants.d.ts +70 -0
- package/build/component/resource/appManifest/constants.d.ts.map +1 -1
- package/build/component/resource/appManifest/constants.js +121 -8
- package/build/component/resource/appManifest/constants.js.map +1 -1
- package/build/component/resource/appManifest/errors.d.ts +123 -0
- package/build/component/resource/appManifest/errors.d.ts.map +1 -0
- package/build/component/resource/appManifest/errors.js +235 -0
- package/build/component/resource/appManifest/errors.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/IPublishingAppDefinition.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/IPublishingAppDefinition.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/IPublishingAppDefinition.js +0 -0
- package/build/component/resource/appManifest/interfaces/IPublishingAppDefinition.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/activitiesDefinitionItem.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/activitiesDefinitionItem.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/activitiesDefinitionItem.js +0 -0
- package/build/component/resource/appManifest/interfaces/activitiesDefinitionItem.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/activityDefinitionItem.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/activityDefinitionItem.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/activityDefinitionItem.js +0 -0
- package/build/component/resource/appManifest/interfaces/activityDefinitionItem.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appAuthorizationItem.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/appAuthorizationItem.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appAuthorizationItem.js +0 -0
- package/build/component/resource/appManifest/interfaces/appAuthorizationItem.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appCategory.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/appCategory.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appCategory.js +0 -0
- package/build/component/resource/appManifest/interfaces/appCategory.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appDefinition.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/appDefinition.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appDefinition.js +0 -0
- package/build/component/resource/appManifest/interfaces/appDefinition.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appEnvironment.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/appEnvironment.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appEnvironment.js +0 -0
- package/build/component/resource/appManifest/interfaces/appEnvironment.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appEnvironmentProperty.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/appEnvironmentProperty.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appEnvironmentProperty.js +0 -0
- package/build/component/resource/appManifest/interfaces/appEnvironmentProperty.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appItemHostedCapability.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/appItemHostedCapability.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appItemHostedCapability.js +0 -0
- package/build/component/resource/appManifest/interfaces/appItemHostedCapability.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appItemIndustry.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/appItemIndustry.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appItemIndustry.js +0 -0
- package/build/component/resource/appManifest/interfaces/appItemIndustry.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appPermissionNodeItem.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/appPermissionNodeItem.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appPermissionNodeItem.js +0 -0
- package/build/component/resource/appManifest/interfaces/appPermissionNodeItem.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appPermissionNodeItemType.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/appPermissionNodeItemType.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appPermissionNodeItemType.js +0 -0
- package/build/component/resource/appManifest/interfaces/appPermissionNodeItemType.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appPermissionsItem.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/appPermissionsItem.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appPermissionsItem.js +0 -0
- package/build/component/resource/appManifest/interfaces/appPermissionsItem.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appUser.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/appUser.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appUser.js +0 -0
- package/build/component/resource/appManifest/interfaces/appUser.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appUserSetting.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/appUserSetting.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/appUserSetting.js +0 -0
- package/build/component/resource/appManifest/interfaces/appUserSetting.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/bot.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/bot.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/bot.js +0 -0
- package/build/component/resource/appManifest/interfaces/bot.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/botCommand.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/botCommand.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/botCommand.js +0 -0
- package/build/component/resource/appManifest/interfaces/botCommand.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/configurableTab.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/configurableTab.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/configurableTab.js +0 -0
- package/build/component/resource/appManifest/interfaces/configurableTab.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/connector.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/connector.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/connector.js +0 -0
- package/build/component/resource/appManifest/interfaces/connector.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/defaultGroupCapability.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/defaultGroupCapability.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/defaultGroupCapability.js +0 -0
- package/build/component/resource/appManifest/interfaces/defaultGroupCapability.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/disabledScopeItemType.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/disabledScopeItemType.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/disabledScopeItemType.js +0 -0
- package/build/component/resource/appManifest/interfaces/disabledScopeItemType.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/graphConnector.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/graphConnector.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/graphConnector.js +0 -0
- package/build/component/resource/appManifest/interfaces/graphConnector.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/language.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/language.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/language.js +0 -0
- package/build/component/resource/appManifest/interfaces/language.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/localizationInfo.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/localizationInfo.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/localizationInfo.js +0 -0
- package/build/component/resource/appManifest/interfaces/localizationInfo.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/meetingExtensionDefinitionItem.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/meetingExtensionDefinitionItem.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/meetingExtensionDefinitionItem.js +0 -0
- package/build/component/resource/appManifest/interfaces/meetingExtensionDefinitionItem.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtension.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtension.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtension.js +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtension.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionCommand.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtensionCommand.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionCommand.js +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtensionCommand.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionCommandParameter.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtensionCommandParameter.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionCommandParameter.js +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtensionCommandParameter.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionCommandTaskInfo.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtensionCommandTaskInfo.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionCommandTaskInfo.js +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtensionCommandTaskInfo.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionMessageHandler.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtensionMessageHandler.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionMessageHandler.js +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtensionMessageHandler.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionMessageHandlerLink.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtensionMessageHandlerLink.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionMessageHandlerLink.js +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtensionMessageHandlerLink.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionParameterChoice.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtensionParameterChoice.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/messagingExtensionParameterChoice.js +0 -0
- package/build/component/resource/appManifest/interfaces/messagingExtensionParameterChoice.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/staticTab.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/staticTab.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/staticTab.js +0 -0
- package/build/component/resource/appManifest/interfaces/staticTab.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/subscriptionOffer.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/subscriptionOffer.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/subscriptionOffer.js +0 -0
- package/build/component/resource/appManifest/interfaces/subscriptionOffer.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/togetherModeSceneItem.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/togetherModeSceneItem.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/togetherModeSceneItem.js +0 -0
- package/build/component/resource/appManifest/interfaces/togetherModeSceneItem.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/webApplicationInfoItem.d.ts +0 -0
- package/build/component/resource/appManifest/interfaces/webApplicationInfoItem.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/interfaces/webApplicationInfoItem.js +0 -0
- package/build/component/resource/appManifest/interfaces/webApplicationInfoItem.js.map +1 -0
- package/build/component/resource/appManifest/manifestProvider.js +5 -5
- package/build/component/resource/appManifest/manifestProvider.js.map +1 -1
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/questions.d.ts +0 -0
- package/build/component/resource/appManifest/questions.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/questions.js +0 -0
- package/build/component/resource/appManifest/questions.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/results.d.ts +0 -0
- package/build/component/resource/appManifest/results.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/results.js +0 -0
- package/build/component/resource/appManifest/results.js.map +1 -0
- package/build/component/resource/appManifest/utils/ManifestUtils.d.ts +26 -0
- package/build/component/resource/appManifest/utils/ManifestUtils.d.ts.map +1 -0
- package/build/component/resource/appManifest/utils/ManifestUtils.js +453 -0
- package/build/component/resource/appManifest/utils/ManifestUtils.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/utils/telemetry.d.ts +0 -0
- package/build/component/resource/appManifest/utils/telemetry.d.ts.map +1 -0
- package/build/component/resource/appManifest/utils/telemetry.js +109 -0
- package/build/component/resource/appManifest/utils/telemetry.js.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/utils/utils.d.ts +0 -0
- package/build/component/resource/appManifest/utils/utils.d.ts.map +1 -0
- package/build/{plugins/resource/appstudio → component/resource/appManifest}/utils/utils.js +0 -0
- package/build/component/resource/appManifest/utils/utils.js.map +1 -0
- package/build/component/resource/azureAppService/azureAppService.js +1 -1
- package/build/component/resource/azureAppService/azureAppService.js.map +1 -1
- package/build/component/resource/azureAppService/azureFunction.d.ts +1 -1
- package/build/component/resource/azureAppService/azureFunction.d.ts.map +1 -1
- package/build/component/resource/azureAppService/azureFunction.js +24 -5
- package/build/component/resource/azureAppService/azureFunction.js.map +1 -1
- package/build/component/resource/azureAppService/azureLibs.d.ts +2 -2
- package/build/component/resource/azureAppService/azureLibs.d.ts.map +1 -1
- package/build/component/resource/azureAppService/azureLibs.js.map +1 -1
- package/build/component/resource/azureAppService/common.d.ts +10 -0
- package/build/component/resource/azureAppService/common.d.ts.map +1 -0
- package/build/component/resource/azureAppService/common.js +80 -0
- package/build/component/resource/azureAppService/common.js.map +1 -0
- package/build/{plugins/resource/bot/utils → component/resource/azureAppService}/dir-walk.d.ts +0 -0
- package/build/component/resource/azureAppService/dir-walk.d.ts.map +1 -0
- package/build/{plugins/resource/bot/utils → component/resource/azureAppService}/dir-walk.js +0 -0
- package/build/component/resource/azureAppService/dir-walk.js.map +1 -0
- package/build/component/resource/azureSql/actions/utils.d.ts.map +1 -1
- package/build/component/resource/azureSql/actions/utils.js +4 -3
- package/build/component/resource/azureSql/actions/utils.js.map +1 -1
- package/build/component/resource/azureSql/clients/management.d.ts.map +1 -1
- package/build/component/resource/azureSql/clients/management.js +25 -12
- package/build/component/resource/azureSql/clients/management.js.map +1 -1
- package/build/component/resource/azureSql/config.js +3 -3
- package/build/component/resource/azureSql/config.js.map +1 -1
- package/build/component/resource/azureStorage/azureStorage.d.ts +31 -0
- package/build/component/resource/azureStorage/azureStorage.d.ts.map +1 -0
- package/build/component/resource/azureStorage/azureStorage.js +111 -0
- package/build/component/resource/azureStorage/azureStorage.js.map +1 -0
- package/build/component/resource/azureStorage/clients.d.ts +23 -0
- package/build/component/resource/azureStorage/clients.d.ts.map +1 -0
- package/build/component/resource/azureStorage/clients.js +133 -0
- package/build/component/resource/azureStorage/clients.js.map +1 -0
- package/build/component/resource/azureStorage/configs.d.ts +12 -0
- package/build/component/resource/azureStorage/configs.d.ts.map +1 -0
- package/build/component/resource/azureStorage/configs.js +30 -0
- package/build/component/resource/azureStorage/configs.js.map +1 -0
- package/build/component/resource/azureStorage/constants.d.ts +11 -0
- package/build/component/resource/azureStorage/constants.d.ts.map +1 -0
- package/build/component/resource/azureStorage/constants.js +17 -0
- package/build/component/resource/azureStorage/constants.js.map +1 -0
- package/build/component/resource/azureStorage/messages.d.ts +14 -0
- package/build/component/resource/azureStorage/messages.d.ts.map +1 -0
- package/build/component/resource/azureStorage/messages.js +28 -0
- package/build/component/resource/azureStorage/messages.js.map +1 -0
- package/build/{plugins/resource/bot → component/resource/botService}/aadRegistration.d.ts +0 -0
- package/build/component/resource/botService/aadRegistration.d.ts.map +1 -0
- package/build/component/resource/botService/aadRegistration.js +88 -0
- package/build/component/resource/botService/aadRegistration.js.map +1 -0
- package/build/component/resource/botService/appStudio/appStudio.d.ts +16 -0
- package/build/component/resource/botService/appStudio/appStudio.d.ts.map +1 -0
- package/build/component/resource/botService/appStudio/appStudio.js +174 -0
- package/build/component/resource/botService/appStudio/appStudio.js.map +1 -0
- package/build/{plugins/resource/bot → component/resource/botService}/appStudio/interfaces/IAADApplication.d.ts +0 -0
- package/build/component/resource/botService/appStudio/interfaces/IAADApplication.d.ts.map +1 -0
- package/build/component/resource/botService/appStudio/interfaces/IAADApplication.js +5 -0
- package/build/component/resource/botService/appStudio/interfaces/IAADApplication.js.map +1 -0
- package/build/{plugins/resource/bot → component/resource/botService}/appStudio/interfaces/IAADDefinition.d.ts +0 -0
- package/build/component/resource/botService/appStudio/interfaces/IAADDefinition.d.ts.map +1 -0
- package/build/{plugins/resource/bot → component/resource/botService}/appStudio/interfaces/IAADDefinition.js +0 -0
- package/build/component/resource/botService/appStudio/interfaces/IAADDefinition.js.map +1 -0
- package/build/{plugins/resource/bot → component/resource/botService}/appStudio/interfaces/IBotRegistration.d.ts +0 -0
- package/build/component/resource/botService/appStudio/interfaces/IBotRegistration.d.ts.map +1 -0
- package/build/component/resource/botService/appStudio/interfaces/IBotRegistration.js +5 -0
- package/build/component/resource/botService/appStudio/interfaces/IBotRegistration.js.map +1 -0
- package/build/{plugins/resource/bot → component/resource/botService}/botAuthCredential.d.ts +0 -0
- package/build/component/resource/botService/botAuthCredential.d.ts.map +1 -0
- package/build/component/resource/botService/botAuthCredential.js +9 -0
- package/build/component/resource/botService/botAuthCredential.js.map +1 -0
- package/build/component/resource/botService/botService.d.ts +23 -0
- package/build/component/resource/botService/botService.d.ts.map +1 -0
- package/build/component/resource/botService/botService.js +179 -0
- package/build/component/resource/botService/botService.js.map +1 -0
- package/build/component/resource/botService/common.d.ts +3 -0
- package/build/component/resource/botService/common.d.ts.map +1 -0
- package/build/component/resource/botService/common.js +15 -0
- package/build/component/resource/botService/common.js.map +1 -0
- package/build/component/resource/botService/constants.d.ts +47 -0
- package/build/component/resource/botService/constants.d.ts.map +1 -0
- package/build/component/resource/botService/constants.js +62 -0
- package/build/component/resource/botService/constants.js.map +1 -0
- package/build/component/resource/botService/errors.d.ts +63 -0
- package/build/component/resource/botService/errors.d.ts.map +1 -0
- package/build/component/resource/botService/errors.js +163 -0
- package/build/component/resource/botService/errors.js.map +1 -0
- package/build/component/resource/botService/messages.d.ts +15 -0
- package/build/component/resource/botService/messages.d.ts.map +1 -0
- package/build/component/resource/botService/messages.js +41 -0
- package/build/component/resource/botService/messages.js.map +1 -0
- package/build/{plugins/resource/bot/utils → component/resource/botService}/resourceNameFactory.d.ts +0 -0
- package/build/component/resource/botService/resourceNameFactory.d.ts.map +1 -0
- package/build/component/resource/botService/resourceNameFactory.js +25 -0
- package/build/component/resource/botService/resourceNameFactory.js.map +1 -0
- package/build/component/resource/botService/result.d.ts +10 -0
- package/build/component/resource/botService/result.d.ts.map +1 -0
- package/build/component/resource/botService/result.js +34 -0
- package/build/component/resource/botService/result.js.map +1 -0
- package/build/{plugins/resource/bot/utils → component/resource/botService}/retryHandler.d.ts +0 -0
- package/build/component/resource/botService/retryHandler.d.ts.map +1 -0
- package/build/component/resource/botService/retryHandler.js +29 -0
- package/build/component/resource/botService/retryHandler.js.map +1 -0
- package/build/component/resource/botService/strings.d.ts +49 -0
- package/build/component/resource/botService/strings.d.ts.map +1 -0
- package/build/component/resource/botService/strings.js +61 -0
- package/build/component/resource/botService/strings.js.map +1 -0
- package/build/component/resource/botService/telemetryHelper.d.ts +6 -0
- package/build/component/resource/botService/telemetryHelper.d.ts.map +1 -0
- package/build/component/resource/botService/telemetryHelper.js +26 -0
- package/build/component/resource/botService/telemetryHelper.js.map +1 -0
- package/build/component/resource/identity.d.ts +2 -0
- package/build/component/resource/identity.d.ts.map +1 -1
- package/build/component/resource/identity.js +18 -0
- package/build/component/resource/identity.js.map +1 -1
- package/build/component/resource/keyVault.d.ts +2 -0
- package/build/component/resource/keyVault.d.ts.map +1 -1
- package/build/component/resource/keyVault.js +18 -0
- package/build/component/resource/keyVault.js.map +1 -1
- package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/constants.d.ts +0 -0
- package/build/component/resource/simpleAuth/constants.d.ts.map +1 -0
- package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/constants.js +0 -0
- package/build/component/resource/simpleAuth/constants.js.map +1 -0
- package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/errors.d.ts +0 -0
- package/build/component/resource/simpleAuth/errors.d.ts.map +1 -0
- package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/errors.js +0 -0
- package/build/component/resource/simpleAuth/errors.js.map +1 -0
- package/build/component/resource/simpleAuth/index.d.ts +12 -0
- package/build/component/resource/simpleAuth/index.d.ts.map +1 -0
- package/build/component/resource/simpleAuth/index.js +115 -0
- package/build/component/resource/simpleAuth/index.js.map +1 -0
- package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/result.d.ts +0 -0
- package/build/component/resource/simpleAuth/result.d.ts.map +1 -0
- package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/result.js +0 -0
- package/build/component/resource/simpleAuth/result.js.map +1 -0
- package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/utils/common.d.ts +0 -0
- package/build/component/resource/simpleAuth/utils/common.d.ts.map +1 -0
- package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/utils/common.js +0 -0
- package/build/component/resource/simpleAuth/utils/common.js.map +1 -0
- package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/utils/dialog.d.ts +0 -0
- package/build/component/resource/simpleAuth/utils/dialog.d.ts.map +1 -0
- package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/utils/dialog.js +0 -0
- package/build/component/resource/simpleAuth/utils/dialog.js.map +1 -0
- package/build/{plugins/resource/keyvault → component/resource/simpleAuth}/utils/telemetry.d.ts +0 -0
- package/build/component/resource/simpleAuth/utils/telemetry.d.ts.map +1 -0
- package/build/{plugins/resource/simpleauth → component/resource/simpleAuth}/utils/telemetry.js +0 -0
- package/build/component/resource/simpleAuth/utils/telemetry.js.map +1 -0
- package/build/{plugins → component}/resource/spfx/depsChecker/dependencyChecker.d.ts +0 -0
- package/build/component/resource/spfx/depsChecker/dependencyChecker.d.ts.map +1 -0
- package/build/{plugins → component}/resource/spfx/depsChecker/dependencyChecker.js +0 -0
- package/build/component/resource/spfx/depsChecker/dependencyChecker.js.map +1 -0
- package/build/{plugins → component}/resource/spfx/depsChecker/generatorChecker.d.ts +0 -0
- package/build/component/resource/spfx/depsChecker/generatorChecker.d.ts.map +1 -0
- package/build/component/resource/spfx/depsChecker/generatorChecker.js +132 -0
- package/build/component/resource/spfx/depsChecker/generatorChecker.js.map +1 -0
- package/build/{plugins → component}/resource/spfx/depsChecker/yoChecker.d.ts +0 -0
- package/build/component/resource/spfx/depsChecker/yoChecker.d.ts.map +1 -0
- package/build/{plugins → component}/resource/spfx/depsChecker/yoChecker.js +0 -0
- package/build/component/resource/spfx/depsChecker/yoChecker.js.map +1 -0
- package/build/component/resource/spfx/error.d.ts +19 -0
- package/build/component/resource/spfx/error.d.ts.map +1 -0
- package/build/component/resource/spfx/error.js +118 -0
- package/build/component/resource/spfx/error.js.map +1 -0
- package/build/component/resource/spfx/index.d.ts.map +1 -1
- package/build/component/resource/spfx/index.js +9 -9
- package/build/component/resource/spfx/index.js.map +1 -1
- package/build/{plugins → component}/resource/spfx/spoClient.d.ts +0 -0
- package/build/component/resource/spfx/spoClient.d.ts.map +1 -0
- package/build/{plugins → component}/resource/spfx/spoClient.js +0 -0
- package/build/component/resource/spfx/spoClient.js.map +1 -0
- package/build/component/resource/spfx/utils/constants.d.ts +88 -0
- package/build/component/resource/spfx/utils/constants.d.ts.map +1 -0
- package/build/component/resource/spfx/utils/constants.js +105 -0
- package/build/component/resource/spfx/utils/constants.js.map +1 -0
- package/build/{plugins → component}/resource/spfx/utils/progress-helper.d.ts +0 -0
- package/build/component/resource/spfx/utils/progress-helper.d.ts.map +1 -0
- package/build/{plugins → component}/resource/spfx/utils/progress-helper.js +0 -0
- package/build/component/resource/spfx/utils/progress-helper.js.map +1 -0
- package/build/{plugins → component}/resource/spfx/utils/questions.d.ts +0 -0
- package/build/component/resource/spfx/utils/questions.d.ts.map +1 -0
- package/build/component/resource/spfx/utils/questions.js +92 -0
- package/build/component/resource/spfx/utils/questions.js.map +1 -0
- package/build/{plugins → component}/resource/spfx/utils/telemetry-helper.d.ts +0 -0
- package/build/component/resource/spfx/utils/telemetry-helper.d.ts.map +1 -0
- package/build/{plugins → component}/resource/spfx/utils/telemetry-helper.js +0 -0
- package/build/component/resource/spfx/utils/telemetry-helper.js.map +1 -0
- package/build/{plugins → component}/resource/spfx/utils/telemetryEvents.d.ts +0 -0
- package/build/component/resource/spfx/utils/telemetryEvents.d.ts.map +1 -0
- package/build/{plugins → component}/resource/spfx/utils/telemetryEvents.js +0 -0
- package/build/component/resource/spfx/utils/telemetryEvents.js.map +1 -0
- package/build/component/resource/spfx/utils/utils.d.ts +16 -0
- package/build/component/resource/spfx/utils/utils.d.ts.map +1 -0
- package/build/component/resource/spfx/utils/utils.js +131 -0
- package/build/component/resource/spfx/utils/utils.js.map +1 -0
- package/build/component/telemetry.js +31 -31
- package/build/component/telemetry.js.map +1 -1
- package/build/{plugins/solution/fx-solution → component}/utils/ResourceGroupHelper.d.ts +0 -0
- package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -0
- package/build/component/utils/ResourceGroupHelper.js +259 -0
- package/build/component/utils/ResourceGroupHelper.js.map +1 -0
- package/build/component/utils/azureResourceOperation.d.ts +24 -0
- package/build/component/utils/azureResourceOperation.d.ts.map +1 -0
- package/build/component/utils/azureResourceOperation.js +84 -0
- package/build/component/utils/azureResourceOperation.js.map +1 -0
- package/build/component/utils/backupFiles.d.ts +3 -0
- package/build/component/utils/backupFiles.d.ts.map +1 -0
- package/build/component/utils/backupFiles.js +142 -0
- package/build/component/utils/backupFiles.js.map +1 -0
- package/build/component/utils/common.d.ts +28 -0
- package/build/component/utils/common.d.ts.map +1 -0
- package/build/component/utils/common.js +98 -0
- package/build/component/utils/common.js.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/utils/depsChecker/bicepChecker.d.ts +0 -0
- package/build/component/utils/depsChecker/bicepChecker.d.ts.map +1 -0
- package/build/component/utils/depsChecker/bicepChecker.js +282 -0
- package/build/component/utils/depsChecker/bicepChecker.js.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/utils/depsChecker/common.d.ts +0 -0
- package/build/component/utils/depsChecker/common.d.ts.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/utils/depsChecker/common.js +0 -0
- package/build/component/utils/depsChecker/common.js.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/utils/depsChecker/cpUtils.d.ts +0 -0
- package/build/component/utils/depsChecker/cpUtils.d.ts.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/utils/depsChecker/cpUtils.js +0 -0
- package/build/component/utils/depsChecker/cpUtils.js.map +1 -0
- package/build/component/utils/executor.d.ts +12 -0
- package/build/component/utils/executor.d.ts.map +1 -0
- package/build/component/utils/executor.js +87 -0
- package/build/component/utils/executor.js.map +1 -0
- package/build/component/utils/fileOperation.d.ts +19 -0
- package/build/component/utils/fileOperation.d.ts.map +1 -0
- package/build/component/utils/fileOperation.js +122 -0
- package/build/component/utils/fileOperation.js.map +1 -0
- package/build/{plugins/solution/fx-solution → component}/utils/progressHelper.d.ts +0 -0
- package/build/component/utils/progressHelper.d.ts.map +1 -0
- package/build/component/utils/progressHelper.js +20 -0
- package/build/component/utils/progressHelper.js.map +1 -0
- package/build/component/utils.d.ts +6 -1
- package/build/component/utils.d.ts.map +1 -1
- package/build/component/utils.js +22 -2
- package/build/component/utils.js.map +1 -1
- package/build/core/FxCore.d.ts +11 -45
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +116 -778
- package/build/core/FxCore.js.map +1 -1
- package/build/core/collaborator.d.ts +6 -1
- package/build/core/collaborator.d.ts.map +1 -1
- package/build/core/collaborator.js +77 -25
- package/build/core/collaborator.js.map +1 -1
- package/build/core/environment.d.ts.map +1 -1
- package/build/core/environment.js +4 -9
- package/build/core/environment.js.map +1 -1
- package/build/core/error.d.ts +0 -1
- package/build/core/error.d.ts.map +1 -1
- package/build/core/error.js +1 -5
- package/build/core/error.js.map +1 -1
- package/build/core/generateAadManifestTemplate.d.ts +1 -1
- package/build/core/generateAadManifestTemplate.d.ts.map +1 -1
- package/build/core/generateAadManifestTemplate.js +11 -14
- package/build/core/generateAadManifestTemplate.js.map +1 -1
- package/build/core/globalVars.d.ts +0 -1
- package/build/core/globalVars.d.ts.map +1 -1
- package/build/core/globalVars.js +1 -5
- package/build/core/globalVars.js.map +1 -1
- package/build/core/index.d.ts +0 -5
- package/build/core/index.d.ts.map +1 -1
- package/build/core/index.js +0 -7
- package/build/core/index.js.map +1 -1
- package/build/core/middleware/CommonErrorHandlerMW.js +3 -3
- package/build/core/middleware/CommonErrorHandlerMW.js.map +1 -1
- package/build/core/middleware/MigrationUtils.d.ts +1 -1
- package/build/core/middleware/MigrationUtils.d.ts.map +1 -1
- package/build/core/middleware/MigrationUtils.js +2 -2
- package/build/core/middleware/MigrationUtils.js.map +1 -1
- package/build/core/middleware/consolidateLocalRemote.js +5 -5
- package/build/core/middleware/consolidateLocalRemote.js.map +1 -1
- package/build/core/middleware/envInfoLoaderV3.d.ts +14 -1
- package/build/core/middleware/envInfoLoaderV3.d.ts.map +1 -1
- package/build/core/middleware/envInfoLoaderV3.js +187 -9
- package/build/core/middleware/envInfoLoaderV3.js.map +1 -1
- package/build/core/middleware/envInfoWriter.js +1 -1
- package/build/core/middleware/envInfoWriter.js.map +1 -1
- package/build/core/middleware/projectMigrator.d.ts +11 -1
- package/build/core/middleware/projectMigrator.d.ts.map +1 -1
- package/build/core/middleware/projectMigrator.js +293 -143
- package/build/core/middleware/projectMigrator.js.map +1 -1
- package/build/core/middleware/projectSettingsLoader.d.ts.map +1 -1
- package/build/core/middleware/projectSettingsLoader.js +1 -10
- package/build/core/middleware/projectSettingsLoader.js.map +1 -1
- package/build/core/middleware/projectSettingsWriter.d.ts.map +1 -1
- package/build/core/middleware/projectSettingsWriter.js +1 -3
- package/build/core/middleware/projectSettingsWriter.js.map +1 -1
- package/build/core/middleware/questionModel.d.ts +1 -10
- package/build/core/middleware/questionModel.d.ts.map +1 -1
- package/build/core/middleware/questionModel.js +30 -229
- package/build/core/middleware/questionModel.js.map +1 -1
- package/build/core/permissionRequest.js +1 -1
- package/build/core/permissionRequest.js.map +1 -1
- package/build/core/question.d.ts +1 -1
- package/build/core/question.d.ts.map +1 -1
- package/build/core/question.js +74 -77
- package/build/core/question.js.map +1 -1
- package/build/index.d.ts +3 -8
- package/build/index.d.ts.map +1 -1
- package/build/index.js +5 -8
- package/build/index.js.map +1 -1
- package/package.json +21 -33
- package/resource/package.nls.cs.json +60 -37
- package/resource/package.nls.de.json +61 -38
- package/resource/package.nls.es.json +60 -37
- package/resource/package.nls.fr.json +61 -38
- package/resource/package.nls.it.json +61 -38
- package/resource/package.nls.ja.json +61 -38
- package/resource/package.nls.json +45 -35
- package/resource/package.nls.ko.json +60 -37
- package/resource/package.nls.pl.json +60 -37
- package/resource/package.nls.pt-BR.json +61 -38
- package/resource/package.nls.ru.json +60 -37
- package/resource/package.nls.tr.json +61 -38
- package/resource/package.nls.zh-Hans.json +60 -37
- package/resource/package.nls.zh-Hant.json +61 -38
- package/templates/fallback/bot.csharp.command-and-response.zip +0 -0
- package/templates/fallback/bot.csharp.default.zip +0 -0
- package/templates/fallback/bot.csharp.notification-function-base.zip +0 -0
- package/templates/fallback/bot.csharp.notification-trigger-http.zip +0 -0
- package/templates/fallback/bot.csharp.notification-trigger-timer.zip +0 -0
- package/templates/fallback/bot.csharp.notification-webapi.zip +0 -0
- package/templates/fallback/bot.csharp.workflow.zip +0 -0
- package/templates/fallback/bot.js.command-and-response.zip +0 -0
- package/templates/fallback/bot.js.default.zip +0 -0
- package/templates/fallback/bot.js.m365.zip +0 -0
- package/templates/fallback/bot.js.notification-function-base.zip +0 -0
- package/templates/fallback/bot.js.notification-restify.zip +0 -0
- package/templates/fallback/bot.js.notification-trigger-http.zip +0 -0
- package/templates/fallback/bot.js.notification-trigger-timer.zip +0 -0
- package/templates/fallback/bot.js.workflow.zip +0 -0
- package/templates/fallback/bot.ts.command-and-response.zip +0 -0
- package/templates/fallback/bot.ts.default.zip +0 -0
- package/templates/fallback/bot.ts.m365.zip +0 -0
- package/templates/fallback/bot.ts.notification-function-base.zip +0 -0
- package/templates/fallback/bot.ts.notification-restify.zip +0 -0
- package/templates/fallback/bot.ts.notification-trigger-http.zip +0 -0
- package/templates/fallback/bot.ts.notification-trigger-timer.zip +0 -0
- package/templates/fallback/bot.ts.workflow.zip +0 -0
- package/templates/fallback/function-base.js.default.zip +0 -0
- package/templates/fallback/function-base.ts.default.zip +0 -0
- package/templates/fallback/function-triggers.js.HTTPTrigger.zip +0 -0
- package/templates/fallback/function-triggers.ts.HTTPTrigger.zip +0 -0
- package/templates/fallback/tab.csharp.default.zip +0 -0
- package/templates/fallback/tab.csharp.non-sso.zip +0 -0
- package/templates/fallback/tab.js.default.zip +0 -0
- package/templates/fallback/tab.js.m365.zip +0 -0
- package/templates/fallback/tab.js.non-sso.zip +0 -0
- package/templates/fallback/tab.ts.default.zip +0 -0
- package/templates/fallback/tab.ts.m365.zip +0 -0
- package/templates/fallback/tab.ts.non-sso.zip +0 -0
- package/templates/plugins/resource/aad/auth/bot/README.md +267 -130
- package/templates/plugins/resource/aad/auth/bot/README.txt +2 -2
- package/templates/plugins/resource/aad/auth/bot/js/sso/handleMessageExtensionQueryWithToken.js +56 -0
- package/templates/plugins/resource/aad/auth/bot/js/sso/profileSsoCommandHandler.js +30 -0
- package/templates/plugins/resource/aad/auth/bot/ts/sso/handleMessageExtensionQueryWithToken.ts +63 -0
- package/templates/plugins/resource/aad/auth/bot/ts/sso/profileSsoCommandHandler.ts +38 -0
- package/templates/plugins/resource/spfx/solution/prereleaseREADME.md +82 -0
- package/build/common/azure-hosting/botServiceHosting.d.ts +0 -7
- package/build/common/azure-hosting/botServiceHosting.d.ts.map +0 -1
- package/build/common/azure-hosting/botServiceHosting.js +0 -16
- package/build/common/azure-hosting/botServiceHosting.js.map +0 -1
- package/build/common/index.d.ts +0 -10
- package/build/common/index.d.ts.map +0 -1
- package/build/common/index.js +0 -15
- package/build/common/index.js.map +0 -1
- package/build/component/code/apiCode.d.ts +0 -12
- package/build/component/code/apiCode.d.ts.map +0 -1
- package/build/component/code/apiCode.js +0 -147
- package/build/component/code/apiCode.js.map +0 -1
- package/build/component/code/tabCode.d.ts.map +0 -1
- package/build/component/code/tabCode.js +0 -251
- package/build/component/code/tabCode.js.map +0 -1
- package/build/component/debug.d.ts +0 -25
- package/build/component/debug.d.ts.map +0 -1
- package/build/component/debug.js +0 -441
- package/build/component/debug.js.map +0 -1
- package/build/component/feature/api.d.ts.map +0 -1
- package/build/component/feature/api.js +0 -188
- package/build/component/feature/api.js.map +0 -1
- package/build/component/feature/bot.d.ts +0 -13
- package/build/component/feature/bot.d.ts.map +0 -1
- package/build/component/feature/bot.js +0 -310
- package/build/component/feature/bot.js.map +0 -1
- package/build/component/questionV3.d.ts +0 -45
- package/build/component/questionV3.d.ts.map +0 -1
- package/build/component/questionV3.js +0 -435
- package/build/component/questionV3.js.map +0 -1
- package/build/component/resource/apim/index.d.ts +0 -37
- package/build/component/resource/apim/index.d.ts.map +0 -1
- package/build/component/resource/apim/index.js +0 -168
- package/build/component/resource/apim/index.js.map +0 -1
- package/build/component/resource/appManifest/utils.d.ts +0 -24
- package/build/component/resource/appManifest/utils.d.ts.map +0 -1
- package/build/component/resource/appManifest/utils.js +0 -447
- package/build/component/resource/appManifest/utils.js.map +0 -1
- package/build/component/resource/azureStorage.d.ts +0 -30
- package/build/component/resource/azureStorage.d.ts.map +0 -1
- package/build/component/resource/azureStorage.js +0 -107
- package/build/component/resource/azureStorage.js.map +0 -1
- package/build/component/resource/botService.d.ts +0 -23
- package/build/component/resource/botService.d.ts.map +0 -1
- package/build/component/resource/botService.js +0 -177
- package/build/component/resource/botService.js.map +0 -1
- package/build/component/resource/simpleAuth.d.ts +0 -12
- package/build/component/resource/simpleAuth.d.ts.map +0 -1
- package/build/component/resource/simpleAuth.js +0 -115
- package/build/component/resource/simpleAuth.js.map +0 -1
- package/build/core/SolutionPluginContainer.d.ts +0 -15
- package/build/core/SolutionPluginContainer.d.ts.map +0 -1
- package/build/core/SolutionPluginContainer.js +0 -54
- package/build/core/SolutionPluginContainer.js.map +0 -1
- package/build/core/middleware/envInfoLoader.d.ts +0 -18
- package/build/core/middleware/envInfoLoader.d.ts.map +0 -1
- package/build/core/middleware/envInfoLoader.js +0 -308
- package/build/core/middleware/envInfoLoader.js.map +0 -1
- package/build/core/middleware/index.d.ts +0 -11
- package/build/core/middleware/index.d.ts.map +0 -1
- package/build/core/middleware/index.js +0 -14
- package/build/core/middleware/index.js.map +0 -1
- package/build/core/middleware/solutionLoader.d.ts +0 -4
- package/build/core/middleware/solutionLoader.d.ts.map +0 -1
- package/build/core/middleware/solutionLoader.js +0 -34
- package/build/core/middleware/solutionLoader.js.map +0 -1
- package/build/plugins/index.d.ts +0 -3
- package/build/plugins/index.d.ts.map +0 -1
- package/build/plugins/index.js +0 -8
- package/build/plugins/index.js.map +0 -1
- package/build/plugins/resource/aad/aadAppClient.d.ts.map +0 -1
- package/build/plugins/resource/aad/aadAppClient.js +0 -344
- package/build/plugins/resource/aad/aadAppClient.js.map +0 -1
- package/build/plugins/resource/aad/aadAppManifestManager.d.ts.map +0 -1
- package/build/plugins/resource/aad/aadAppManifestManager.js +0 -127
- package/build/plugins/resource/aad/aadAppManifestManager.js.map +0 -1
- package/build/plugins/resource/aad/appStudio.d.ts.map +0 -1
- package/build/plugins/resource/aad/appStudio.js +0 -83
- package/build/plugins/resource/aad/appStudio.js.map +0 -1
- package/build/plugins/resource/aad/constants.d.ts +0 -168
- package/build/plugins/resource/aad/constants.d.ts.map +0 -1
- package/build/plugins/resource/aad/constants.js +0 -277
- package/build/plugins/resource/aad/constants.js.map +0 -1
- package/build/plugins/resource/aad/errorCodes.d.ts.map +0 -1
- package/build/plugins/resource/aad/errorCodes.js.map +0 -1
- package/build/plugins/resource/aad/errors.d.ts.map +0 -1
- package/build/plugins/resource/aad/errors.js.map +0 -1
- package/build/plugins/resource/aad/graph.d.ts.map +0 -1
- package/build/plugins/resource/aad/graph.js.map +0 -1
- package/build/plugins/resource/aad/index.d.ts +0 -32
- package/build/plugins/resource/aad/index.d.ts.map +0 -1
- package/build/plugins/resource/aad/index.js +0 -154
- package/build/plugins/resource/aad/index.js.map +0 -1
- package/build/plugins/resource/aad/interfaces/AADApplication.d.ts.map +0 -1
- package/build/plugins/resource/aad/interfaces/AADApplication.js.map +0 -1
- package/build/plugins/resource/aad/interfaces/AADManifest.d.ts.map +0 -1
- package/build/plugins/resource/aad/interfaces/AADManifest.js.map +0 -1
- package/build/plugins/resource/aad/interfaces/IAADApplication.d.ts.map +0 -1
- package/build/plugins/resource/aad/interfaces/IAADApplication.js.map +0 -1
- package/build/plugins/resource/aad/interfaces/IAADDefinition.d.ts.map +0 -1
- package/build/plugins/resource/aad/interfaces/IAADDefinition.js.map +0 -1
- package/build/plugins/resource/aad/interfaces/IPermission.d.ts.map +0 -1
- package/build/plugins/resource/aad/interfaces/IPermission.js.map +0 -1
- package/build/plugins/resource/aad/interfaces/IPermissionList.d.ts.map +0 -1
- package/build/plugins/resource/aad/interfaces/IPermissionList.js.map +0 -1
- package/build/plugins/resource/aad/interfaces/models.d.ts.map +0 -1
- package/build/plugins/resource/aad/interfaces/models.js.map +0 -1
- package/build/plugins/resource/aad/permissions/index.d.ts.map +0 -1
- package/build/plugins/resource/aad/permissions/index.js +0 -64
- package/build/plugins/resource/aad/permissions/index.js.map +0 -1
- package/build/plugins/resource/aad/plugin.d.ts +0 -28
- package/build/plugins/resource/aad/plugin.d.ts.map +0 -1
- package/build/plugins/resource/aad/plugin.js +0 -509
- package/build/plugins/resource/aad/plugin.js.map +0 -1
- package/build/plugins/resource/aad/results.d.ts.map +0 -1
- package/build/plugins/resource/aad/results.js.map +0 -1
- package/build/plugins/resource/aad/utils/aadManifestHelper.d.ts.map +0 -1
- package/build/plugins/resource/aad/utils/aadManifestHelper.js.map +0 -1
- package/build/plugins/resource/aad/utils/configs.d.ts.map +0 -1
- package/build/plugins/resource/aad/utils/configs.js +0 -568
- package/build/plugins/resource/aad/utils/configs.js.map +0 -1
- package/build/plugins/resource/aad/utils/dialog.d.ts.map +0 -1
- package/build/plugins/resource/aad/utils/dialog.js.map +0 -1
- package/build/plugins/resource/aad/utils/format.d.ts.map +0 -1
- package/build/plugins/resource/aad/utils/format.js.map +0 -1
- package/build/plugins/resource/aad/utils/telemetry.d.ts.map +0 -1
- package/build/plugins/resource/aad/utils/telemetry.js +0 -52
- package/build/plugins/resource/aad/utils/telemetry.js.map +0 -1
- package/build/plugins/resource/aad/utils/tokenProvider.d.ts.map +0 -1
- package/build/plugins/resource/aad/utils/tokenProvider.js +0 -77
- package/build/plugins/resource/aad/utils/tokenProvider.js.map +0 -1
- package/build/plugins/resource/aad/v2/index.d.ts +0 -22
- package/build/plugins/resource/aad/v2/index.d.ts.map +0 -1
- package/build/plugins/resource/aad/v2/index.js +0 -65
- package/build/plugins/resource/aad/v2/index.js.map +0 -1
- package/build/plugins/resource/aad/v3/index.d.ts +0 -22
- package/build/plugins/resource/aad/v3/index.d.ts.map +0 -1
- package/build/plugins/resource/aad/v3/index.js +0 -283
- package/build/plugins/resource/aad/v3/index.js.map +0 -1
- package/build/plugins/resource/apim/index.d.ts +0 -22
- package/build/plugins/resource/apim/index.d.ts.map +0 -1
- package/build/plugins/resource/apim/index.js +0 -161
- package/build/plugins/resource/apim/index.js.map +0 -1
- package/build/plugins/resource/apim/v2/index.d.ts +0 -18
- package/build/plugins/resource/apim/v2/index.d.ts.map +0 -1
- package/build/plugins/resource/apim/v2/index.js +0 -66
- package/build/plugins/resource/apim/v2/index.js.map +0 -1
- package/build/plugins/resource/appstudio/appStudio.d.ts +0 -46
- package/build/plugins/resource/appstudio/appStudio.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/appStudio.js +0 -332
- package/build/plugins/resource/appstudio/appStudio.js.map +0 -1
- package/build/plugins/resource/appstudio/constants.d.ts +0 -86
- package/build/plugins/resource/appstudio/constants.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/constants.js +0 -322
- package/build/plugins/resource/appstudio/constants.js.map +0 -1
- package/build/plugins/resource/appstudio/errors.d.ts +0 -115
- package/build/plugins/resource/appstudio/errors.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/errors.js +0 -221
- package/build/plugins/resource/appstudio/errors.js.map +0 -1
- package/build/plugins/resource/appstudio/index.d.ts +0 -52
- package/build/plugins/resource/appstudio/index.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/index.js +0 -402
- package/build/plugins/resource/appstudio/index.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/IPublishingAppDefinition.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/IPublishingAppDefinition.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/activitiesDefinitionItem.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/activitiesDefinitionItem.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/activityDefinitionItem.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/activityDefinitionItem.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appAuthorizationItem.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appAuthorizationItem.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appCategory.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appCategory.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appDefinition.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appDefinition.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appEnvironment.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appEnvironment.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appEnvironmentProperty.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appEnvironmentProperty.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appItemHostedCapability.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appItemHostedCapability.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appItemIndustry.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appItemIndustry.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appPermissionNodeItem.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appPermissionNodeItem.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appPermissionNodeItemType.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appPermissionNodeItemType.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appPermissionsItem.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appPermissionsItem.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appUser.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appUser.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appUserSetting.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/appUserSetting.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/bot.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/bot.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/botCommand.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/botCommand.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/configurableTab.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/configurableTab.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/connector.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/connector.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/defaultGroupCapability.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/defaultGroupCapability.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/disabledScopeItemType.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/disabledScopeItemType.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/graphConnector.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/graphConnector.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/language.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/language.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/localizationInfo.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/localizationInfo.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/meetingExtensionDefinitionItem.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/meetingExtensionDefinitionItem.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtension.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtension.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtensionCommand.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtensionCommand.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtensionCommandParameter.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtensionCommandParameter.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtensionCommandTaskInfo.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtensionCommandTaskInfo.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtensionMessageHandler.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtensionMessageHandler.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtensionMessageHandlerLink.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtensionMessageHandlerLink.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtensionParameterChoice.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/messagingExtensionParameterChoice.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/staticTab.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/staticTab.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/subscriptionOffer.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/subscriptionOffer.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/togetherModeSceneItem.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/togetherModeSceneItem.js.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/webApplicationInfoItem.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/interfaces/webApplicationInfoItem.js.map +0 -1
- package/build/plugins/resource/appstudio/manifestTemplate.d.ts +0 -15
- package/build/plugins/resource/appstudio/manifestTemplate.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/manifestTemplate.js +0 -293
- package/build/plugins/resource/appstudio/manifestTemplate.js.map +0 -1
- package/build/plugins/resource/appstudio/plugin.d.ts +0 -34
- package/build/plugins/resource/appstudio/plugin.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/plugin.js +0 -945
- package/build/plugins/resource/appstudio/plugin.js.map +0 -1
- package/build/plugins/resource/appstudio/questions.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/questions.js.map +0 -1
- package/build/plugins/resource/appstudio/results.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/results.js.map +0 -1
- package/build/plugins/resource/appstudio/utils/telemetry.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/utils/telemetry.js +0 -110
- package/build/plugins/resource/appstudio/utils/telemetry.js.map +0 -1
- package/build/plugins/resource/appstudio/utils/utils.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/utils/utils.js.map +0 -1
- package/build/plugins/resource/appstudio/v2/index.d.ts +0 -21
- package/build/plugins/resource/appstudio/v2/index.d.ts.map +0 -1
- package/build/plugins/resource/appstudio/v2/index.js +0 -83
- package/build/plugins/resource/appstudio/v2/index.js.map +0 -1
- package/build/plugins/resource/bot/aadRegistration.d.ts.map +0 -1
- package/build/plugins/resource/bot/aadRegistration.js +0 -86
- package/build/plugins/resource/bot/aadRegistration.js.map +0 -1
- package/build/plugins/resource/bot/appStudio/appStudio.d.ts +0 -15
- package/build/plugins/resource/bot/appStudio/appStudio.d.ts.map +0 -1
- package/build/plugins/resource/bot/appStudio/appStudio.js +0 -173
- package/build/plugins/resource/bot/appStudio/appStudio.js.map +0 -1
- package/build/plugins/resource/bot/appStudio/interfaces/IAADApplication.d.ts.map +0 -1
- package/build/plugins/resource/bot/appStudio/interfaces/IAADApplication.js +0 -3
- package/build/plugins/resource/bot/appStudio/interfaces/IAADApplication.js.map +0 -1
- package/build/plugins/resource/bot/appStudio/interfaces/IAADDefinition.d.ts.map +0 -1
- package/build/plugins/resource/bot/appStudio/interfaces/IAADDefinition.js.map +0 -1
- package/build/plugins/resource/bot/appStudio/interfaces/IBotRegistration.d.ts.map +0 -1
- package/build/plugins/resource/bot/appStudio/interfaces/IBotRegistration.js +0 -3
- package/build/plugins/resource/bot/appStudio/interfaces/IBotRegistration.js.map +0 -1
- package/build/plugins/resource/bot/botAuthCredential.d.ts.map +0 -1
- package/build/plugins/resource/bot/botAuthCredential.js +0 -7
- package/build/plugins/resource/bot/botAuthCredential.js.map +0 -1
- package/build/plugins/resource/bot/clientFactory.d.ts +0 -7
- package/build/plugins/resource/bot/clientFactory.d.ts.map +0 -1
- package/build/plugins/resource/bot/clientFactory.js +0 -38
- package/build/plugins/resource/bot/clientFactory.js.map +0 -1
- package/build/plugins/resource/bot/configs/deployConfig.d.ts +0 -7
- package/build/plugins/resource/bot/configs/deployConfig.d.ts.map +0 -1
- package/build/plugins/resource/bot/configs/deployConfig.js +0 -22
- package/build/plugins/resource/bot/configs/deployConfig.js.map +0 -1
- package/build/plugins/resource/bot/configs/localDebugConfig.d.ts +0 -12
- package/build/plugins/resource/bot/configs/localDebugConfig.d.ts.map +0 -1
- package/build/plugins/resource/bot/configs/localDebugConfig.js +0 -36
- package/build/plugins/resource/bot/configs/localDebugConfig.js.map +0 -1
- package/build/plugins/resource/bot/configs/provisionConfig.d.ts +0 -25
- package/build/plugins/resource/bot/configs/provisionConfig.d.ts.map +0 -1
- package/build/plugins/resource/bot/configs/provisionConfig.js +0 -64
- package/build/plugins/resource/bot/configs/provisionConfig.js.map +0 -1
- package/build/plugins/resource/bot/configs/scaffoldConfig.d.ts +0 -29
- package/build/plugins/resource/bot/configs/scaffoldConfig.d.ts.map +0 -1
- package/build/plugins/resource/bot/configs/scaffoldConfig.js +0 -116
- package/build/plugins/resource/bot/configs/scaffoldConfig.js.map +0 -1
- package/build/plugins/resource/bot/configs/teamsBotConfig.d.ts +0 -23
- package/build/plugins/resource/bot/configs/teamsBotConfig.d.ts.map +0 -1
- package/build/plugins/resource/bot/configs/teamsBotConfig.js +0 -76
- package/build/plugins/resource/bot/configs/teamsBotConfig.js.map +0 -1
- package/build/plugins/resource/bot/constants.d.ts +0 -162
- package/build/plugins/resource/bot/constants.d.ts.map +0 -1
- package/build/plugins/resource/bot/constants.js +0 -223
- package/build/plugins/resource/bot/constants.js.map +0 -1
- package/build/plugins/resource/bot/deployMgr.d.ts +0 -11
- package/build/plugins/resource/bot/deployMgr.d.ts.map +0 -1
- package/build/plugins/resource/bot/deployMgr.js +0 -105
- package/build/plugins/resource/bot/deployMgr.js.map +0 -1
- package/build/plugins/resource/bot/dotnet/appSettings/appSettingsWithSSO.json +0 -23
- package/build/plugins/resource/bot/dotnet/constants.d.ts +0 -16
- package/build/plugins/resource/bot/dotnet/constants.d.ts.map +0 -1
- package/build/plugins/resource/bot/dotnet/constants.js +0 -25
- package/build/plugins/resource/bot/dotnet/constants.js.map +0 -1
- package/build/plugins/resource/bot/dotnet/errors.d.ts +0 -5
- package/build/plugins/resource/bot/dotnet/errors.d.ts.map +0 -1
- package/build/plugins/resource/bot/dotnet/errors.js +0 -21
- package/build/plugins/resource/bot/dotnet/errors.js.map +0 -1
- package/build/plugins/resource/bot/dotnet/plugin.d.ts +0 -12
- package/build/plugins/resource/bot/dotnet/plugin.d.ts.map +0 -1
- package/build/plugins/resource/bot/dotnet/plugin.js +0 -132
- package/build/plugins/resource/bot/dotnet/plugin.js.map +0 -1
- package/build/plugins/resource/bot/enums/pluginActRoles.d.ts +0 -8
- package/build/plugins/resource/bot/enums/pluginActRoles.d.ts.map +0 -1
- package/build/plugins/resource/bot/enums/pluginActRoles.js +0 -12
- package/build/plugins/resource/bot/enums/pluginActRoles.js.map +0 -1
- package/build/plugins/resource/bot/enums/programmingLanguage.d.ts +0 -6
- package/build/plugins/resource/bot/enums/programmingLanguage.d.ts.map +0 -1
- package/build/plugins/resource/bot/enums/programmingLanguage.js +0 -12
- package/build/plugins/resource/bot/enums/programmingLanguage.js.map +0 -1
- package/build/plugins/resource/bot/errors.d.ts +0 -91
- package/build/plugins/resource/bot/errors.d.ts.map +0 -1
- package/build/plugins/resource/bot/errors.js +0 -266
- package/build/plugins/resource/bot/errors.js.map +0 -1
- package/build/plugins/resource/bot/functionsHostedBot/deployMgr.d.ts +0 -18
- package/build/plugins/resource/bot/functionsHostedBot/deployMgr.d.ts.map +0 -1
- package/build/plugins/resource/bot/functionsHostedBot/deployMgr.js +0 -166
- package/build/plugins/resource/bot/functionsHostedBot/deployMgr.js.map +0 -1
- package/build/plugins/resource/bot/functionsHostedBot/plugin.d.ts +0 -9
- package/build/plugins/resource/bot/functionsHostedBot/plugin.d.ts.map +0 -1
- package/build/plugins/resource/bot/functionsHostedBot/plugin.js +0 -139
- package/build/plugins/resource/bot/functionsHostedBot/plugin.js.map +0 -1
- package/build/plugins/resource/bot/index.d.ts +0 -36
- package/build/plugins/resource/bot/index.d.ts.map +0 -1
- package/build/plugins/resource/bot/index.js +0 -157
- package/build/plugins/resource/bot/index.js.map +0 -1
- package/build/plugins/resource/bot/interface.d.ts +0 -15
- package/build/plugins/resource/bot/interface.d.ts.map +0 -1
- package/build/plugins/resource/bot/interface.js +0 -5
- package/build/plugins/resource/bot/interface.js.map +0 -1
- package/build/plugins/resource/bot/languageStrategy.d.ts +0 -14
- package/build/plugins/resource/bot/languageStrategy.d.ts.map +0 -1
- package/build/plugins/resource/bot/languageStrategy.js +0 -126
- package/build/plugins/resource/bot/languageStrategy.js.map +0 -1
- package/build/plugins/resource/bot/logger.d.ts +0 -10
- package/build/plugins/resource/bot/logger.d.ts.map +0 -1
- package/build/plugins/resource/bot/logger.js +0 -27
- package/build/plugins/resource/bot/logger.js.map +0 -1
- package/build/plugins/resource/bot/plugin.d.ts +0 -24
- package/build/plugins/resource/bot/plugin.d.ts.map +0 -1
- package/build/plugins/resource/bot/plugin.js +0 -322
- package/build/plugins/resource/bot/plugin.js.map +0 -1
- package/build/plugins/resource/bot/progressBars.d.ts +0 -7
- package/build/plugins/resource/bot/progressBars.d.ts.map +0 -1
- package/build/plugins/resource/bot/progressBars.js +0 -37
- package/build/plugins/resource/bot/progressBars.js.map +0 -1
- package/build/plugins/resource/bot/question.d.ts +0 -22
- package/build/plugins/resource/bot/question.d.ts.map +0 -1
- package/build/plugins/resource/bot/question.js +0 -118
- package/build/plugins/resource/bot/question.js.map +0 -1
- package/build/plugins/resource/bot/resources/messages.d.ts +0 -45
- package/build/plugins/resource/bot/resources/messages.d.ts.map +0 -1
- package/build/plugins/resource/bot/resources/messages.js +0 -95
- package/build/plugins/resource/bot/resources/messages.js.map +0 -1
- package/build/plugins/resource/bot/resources/strings.d.ts +0 -106
- package/build/plugins/resource/bot/resources/strings.d.ts.map +0 -1
- package/build/plugins/resource/bot/resources/strings.js +0 -129
- package/build/plugins/resource/bot/resources/strings.js.map +0 -1
- package/build/plugins/resource/bot/result.d.ts +0 -14
- package/build/plugins/resource/bot/result.d.ts.map +0 -1
- package/build/plugins/resource/bot/result.js +0 -40
- package/build/plugins/resource/bot/result.js.map +0 -1
- package/build/plugins/resource/bot/utils/common.d.ts +0 -36
- package/build/plugins/resource/bot/utils/common.d.ts.map +0 -1
- package/build/plugins/resource/bot/utils/common.js +0 -229
- package/build/plugins/resource/bot/utils/common.js.map +0 -1
- package/build/plugins/resource/bot/utils/dir-walk.d.ts.map +0 -1
- package/build/plugins/resource/bot/utils/dir-walk.js.map +0 -1
- package/build/plugins/resource/bot/utils/resourceNameFactory.d.ts.map +0 -1
- package/build/plugins/resource/bot/utils/resourceNameFactory.js +0 -24
- package/build/plugins/resource/bot/utils/resourceNameFactory.js.map +0 -1
- package/build/plugins/resource/bot/utils/retryHandler.d.ts.map +0 -1
- package/build/plugins/resource/bot/utils/retryHandler.js +0 -29
- package/build/plugins/resource/bot/utils/retryHandler.js.map +0 -1
- package/build/plugins/resource/bot/utils/telemetry-helper.d.ts +0 -31
- package/build/plugins/resource/bot/utils/telemetry-helper.d.ts.map +0 -1
- package/build/plugins/resource/bot/utils/telemetry-helper.js +0 -72
- package/build/plugins/resource/bot/utils/telemetry-helper.js.map +0 -1
- package/build/plugins/resource/bot/utils/zipDeploy.d.ts +0 -2
- package/build/plugins/resource/bot/utils/zipDeploy.d.ts.map +0 -1
- package/build/plugins/resource/bot/utils/zipDeploy.js +0 -10
- package/build/plugins/resource/bot/utils/zipDeploy.js.map +0 -1
- package/build/plugins/resource/bot/v2/common.d.ts +0 -12
- package/build/plugins/resource/bot/v2/common.d.ts.map +0 -1
- package/build/plugins/resource/bot/v2/common.js +0 -95
- package/build/plugins/resource/bot/v2/common.js.map +0 -1
- package/build/plugins/resource/bot/v2/enum.d.ts +0 -17
- package/build/plugins/resource/bot/v2/enum.d.ts.map +0 -1
- package/build/plugins/resource/bot/v2/enum.js +0 -26
- package/build/plugins/resource/bot/v2/enum.js.map +0 -1
- package/build/plugins/resource/bot/v2/index.d.ts +0 -23
- package/build/plugins/resource/bot/v2/index.d.ts.map +0 -1
- package/build/plugins/resource/bot/v2/index.js +0 -79
- package/build/plugins/resource/bot/v2/index.js.map +0 -1
- package/build/plugins/resource/bot/v2/interface/codeTemplateInfo.d.ts +0 -10
- package/build/plugins/resource/bot/v2/interface/codeTemplateInfo.d.ts.map +0 -1
- package/build/plugins/resource/bot/v2/interface/codeTemplateInfo.js +0 -5
- package/build/plugins/resource/bot/v2/interface/codeTemplateInfo.js.map +0 -1
- package/build/plugins/resource/bot/v2/mapping.d.ts +0 -13
- package/build/plugins/resource/bot/v2/mapping.d.ts.map +0 -1
- package/build/plugins/resource/bot/v2/mapping.js +0 -116
- package/build/plugins/resource/bot/v2/mapping.js.map +0 -1
- package/build/plugins/resource/bot/v2/plugin.d.ts +0 -50
- package/build/plugins/resource/bot/v2/plugin.d.ts.map +0 -1
- package/build/plugins/resource/bot/v2/plugin.js +0 -319
- package/build/plugins/resource/bot/v2/plugin.js.map +0 -1
- package/build/plugins/resource/bot/v2/scaffold.d.ts +0 -5
- package/build/plugins/resource/bot/v2/scaffold.d.ts.map +0 -1
- package/build/plugins/resource/bot/v2/scaffold.js +0 -48
- package/build/plugins/resource/bot/v2/scaffold.js.map +0 -1
- package/build/plugins/resource/bot/v3/error.d.ts +0 -15
- package/build/plugins/resource/bot/v3/error.d.ts.map +0 -1
- package/build/plugins/resource/bot/v3/error.js +0 -50
- package/build/plugins/resource/bot/v3/error.js.map +0 -1
- package/build/plugins/resource/frontend/clients.d.ts +0 -27
- package/build/plugins/resource/frontend/clients.d.ts.map +0 -1
- package/build/plugins/resource/frontend/clients.js +0 -166
- package/build/plugins/resource/frontend/clients.js.map +0 -1
- package/build/plugins/resource/frontend/configs.d.ts +0 -23
- package/build/plugins/resource/frontend/configs.d.ts.map +0 -1
- package/build/plugins/resource/frontend/configs.js +0 -87
- package/build/plugins/resource/frontend/configs.js.map +0 -1
- package/build/plugins/resource/frontend/constants.d.ts +0 -116
- package/build/plugins/resource/frontend/constants.d.ts.map +0 -1
- package/build/plugins/resource/frontend/constants.js +0 -138
- package/build/plugins/resource/frontend/constants.js.map +0 -1
- package/build/plugins/resource/frontend/dotnet/constants.d.ts +0 -70
- package/build/plugins/resource/frontend/dotnet/constants.d.ts.map +0 -1
- package/build/plugins/resource/frontend/dotnet/constants.js +0 -89
- package/build/plugins/resource/frontend/dotnet/constants.js.map +0 -1
- package/build/plugins/resource/frontend/dotnet/enum.d.ts +0 -20
- package/build/plugins/resource/frontend/dotnet/enum.d.ts.map +0 -1
- package/build/plugins/resource/frontend/dotnet/enum.js +0 -30
- package/build/plugins/resource/frontend/dotnet/enum.js.map +0 -1
- package/build/plugins/resource/frontend/dotnet/ops/deploy.d.ts +0 -7
- package/build/plugins/resource/frontend/dotnet/ops/deploy.d.ts.map +0 -1
- package/build/plugins/resource/frontend/dotnet/ops/deploy.js +0 -90
- package/build/plugins/resource/frontend/dotnet/ops/deploy.js.map +0 -1
- package/build/plugins/resource/frontend/dotnet/ops/scaffold.d.ts +0 -6
- package/build/plugins/resource/frontend/dotnet/ops/scaffold.d.ts.map +0 -1
- package/build/plugins/resource/frontend/dotnet/ops/scaffold.js +0 -53
- package/build/plugins/resource/frontend/dotnet/ops/scaffold.js.map +0 -1
- package/build/plugins/resource/frontend/dotnet/plugin.d.ts +0 -33
- package/build/plugins/resource/frontend/dotnet/plugin.d.ts.map +0 -1
- package/build/plugins/resource/frontend/dotnet/plugin.js +0 -198
- package/build/plugins/resource/frontend/dotnet/plugin.js.map +0 -1
- package/build/plugins/resource/frontend/dotnet/resources/errors.d.ts +0 -42
- package/build/plugins/resource/frontend/dotnet/resources/errors.d.ts.map +0 -1
- package/build/plugins/resource/frontend/dotnet/resources/errors.js +0 -134
- package/build/plugins/resource/frontend/dotnet/resources/errors.js.map +0 -1
- package/build/plugins/resource/frontend/dotnet/resources/messages.d.ts +0 -26
- package/build/plugins/resource/frontend/dotnet/resources/messages.d.ts.map +0 -1
- package/build/plugins/resource/frontend/dotnet/resources/messages.js +0 -35
- package/build/plugins/resource/frontend/dotnet/resources/messages.js.map +0 -1
- package/build/plugins/resource/frontend/dotnet/resources/steps.d.ts +0 -3
- package/build/plugins/resource/frontend/dotnet/resources/steps.d.ts.map +0 -1
- package/build/plugins/resource/frontend/dotnet/resources/steps.js +0 -16
- package/build/plugins/resource/frontend/dotnet/resources/steps.js.map +0 -1
- package/build/plugins/resource/frontend/dotnet/resources/templateInfo.d.ts +0 -15
- package/build/plugins/resource/frontend/dotnet/resources/templateInfo.d.ts.map +0 -1
- package/build/plugins/resource/frontend/dotnet/resources/templateInfo.js +0 -17
- package/build/plugins/resource/frontend/dotnet/resources/templateInfo.js.map +0 -1
- package/build/plugins/resource/frontend/dotnet/utils/azure-client.d.ts +0 -6
- package/build/plugins/resource/frontend/dotnet/utils/azure-client.d.ts.map +0 -1
- package/build/plugins/resource/frontend/dotnet/utils/azure-client.js +0 -11
- package/build/plugins/resource/frontend/dotnet/utils/azure-client.js.map +0 -1
- package/build/plugins/resource/frontend/env.d.ts +0 -22
- package/build/plugins/resource/frontend/env.d.ts.map +0 -1
- package/build/plugins/resource/frontend/env.js +0 -103
- package/build/plugins/resource/frontend/env.js.map +0 -1
- package/build/plugins/resource/frontend/error-factory.d.ts +0 -10
- package/build/plugins/resource/frontend/error-factory.d.ts.map +0 -1
- package/build/plugins/resource/frontend/error-factory.js +0 -34
- package/build/plugins/resource/frontend/error-factory.js.map +0 -1
- package/build/plugins/resource/frontend/index.d.ts +0 -26
- package/build/plugins/resource/frontend/index.d.ts.map +0 -1
- package/build/plugins/resource/frontend/index.js +0 -108
- package/build/plugins/resource/frontend/index.js.map +0 -1
- package/build/plugins/resource/frontend/interface.d.ts +0 -13
- package/build/plugins/resource/frontend/interface.d.ts.map +0 -1
- package/build/plugins/resource/frontend/interface.js +0 -5
- package/build/plugins/resource/frontend/interface.js.map +0 -1
- package/build/plugins/resource/frontend/ops/deploy.d.ts +0 -24
- package/build/plugins/resource/frontend/ops/deploy.d.ts.map +0 -1
- package/build/plugins/resource/frontend/ops/deploy.js +0 -231
- package/build/plugins/resource/frontend/ops/deploy.js.map +0 -1
- package/build/plugins/resource/frontend/ops/scaffold.d.ts +0 -5
- package/build/plugins/resource/frontend/ops/scaffold.d.ts.map +0 -1
- package/build/plugins/resource/frontend/ops/scaffold.js +0 -47
- package/build/plugins/resource/frontend/ops/scaffold.js.map +0 -1
- package/build/plugins/resource/frontend/plugin.d.ts +0 -20
- package/build/plugins/resource/frontend/plugin.d.ts.map +0 -1
- package/build/plugins/resource/frontend/plugin.js +0 -172
- package/build/plugins/resource/frontend/plugin.js.map +0 -1
- package/build/plugins/resource/frontend/resources/errors.d.ts +0 -109
- package/build/plugins/resource/frontend/resources/errors.d.ts.map +0 -1
- package/build/plugins/resource/frontend/resources/errors.js +0 -286
- package/build/plugins/resource/frontend/resources/errors.js.map +0 -1
- package/build/plugins/resource/frontend/resources/messages.d.ts +0 -55
- package/build/plugins/resource/frontend/resources/messages.d.ts.map +0 -1
- package/build/plugins/resource/frontend/resources/messages.js +0 -66
- package/build/plugins/resource/frontend/resources/messages.js.map +0 -1
- package/build/plugins/resource/frontend/resources/steps.d.ts +0 -6
- package/build/plugins/resource/frontend/resources/steps.d.ts.map +0 -1
- package/build/plugins/resource/frontend/resources/steps.js +0 -35
- package/build/plugins/resource/frontend/resources/steps.js.map +0 -1
- package/build/plugins/resource/frontend/resources/templateInfo.d.ts +0 -29
- package/build/plugins/resource/frontend/resources/templateInfo.d.ts.map +0 -1
- package/build/plugins/resource/frontend/resources/templateInfo.js +0 -62
- package/build/plugins/resource/frontend/resources/templateInfo.js.map +0 -1
- package/build/plugins/resource/frontend/utils/logger.d.ts +0 -12
- package/build/plugins/resource/frontend/utils/logger.d.ts.map +0 -1
- package/build/plugins/resource/frontend/utils/logger.js +0 -30
- package/build/plugins/resource/frontend/utils/logger.js.map +0 -1
- package/build/plugins/resource/frontend/utils/progress-helper.d.ts +0 -13
- package/build/plugins/resource/frontend/utils/progress-helper.d.ts.map +0 -1
- package/build/plugins/resource/frontend/utils/progress-helper.js +0 -22
- package/build/plugins/resource/frontend/utils/progress-helper.js.map +0 -1
- package/build/plugins/resource/frontend/utils/telemetry-helper.d.ts +0 -34
- package/build/plugins/resource/frontend/utils/telemetry-helper.d.ts.map +0 -1
- package/build/plugins/resource/frontend/utils/telemetry-helper.js +0 -65
- package/build/plugins/resource/frontend/utils/telemetry-helper.js.map +0 -1
- package/build/plugins/resource/frontend/utils.d.ts +0 -19
- package/build/plugins/resource/frontend/utils.d.ts.map +0 -1
- package/build/plugins/resource/frontend/utils.js +0 -121
- package/build/plugins/resource/frontend/utils.js.map +0 -1
- package/build/plugins/resource/frontend/v2/index.d.ts +0 -18
- package/build/plugins/resource/frontend/v2/index.d.ts.map +0 -1
- package/build/plugins/resource/frontend/v2/index.js +0 -53
- package/build/plugins/resource/frontend/v2/index.js.map +0 -1
- package/build/plugins/resource/frontend/v3/error.d.ts +0 -23
- package/build/plugins/resource/frontend/v3/error.d.ts.map +0 -1
- package/build/plugins/resource/frontend/v3/error.js +0 -59
- package/build/plugins/resource/frontend/v3/error.js.map +0 -1
- package/build/plugins/resource/function/constants.d.ts +0 -154
- package/build/plugins/resource/function/constants.d.ts.map +0 -1
- package/build/plugins/resource/function/constants.js +0 -182
- package/build/plugins/resource/function/constants.js.map +0 -1
- package/build/plugins/resource/function/enums.d.ts +0 -73
- package/build/plugins/resource/function/enums.d.ts.map +0 -1
- package/build/plugins/resource/function/enums.js +0 -89
- package/build/plugins/resource/function/enums.js.map +0 -1
- package/build/plugins/resource/function/index.d.ts +0 -27
- package/build/plugins/resource/function/index.d.ts.map +0 -1
- package/build/plugins/resource/function/index.js +0 -131
- package/build/plugins/resource/function/index.js.map +0 -1
- package/build/plugins/resource/function/language-strategy.d.ts +0 -15
- package/build/plugins/resource/function/language-strategy.d.ts.map +0 -1
- package/build/plugins/resource/function/language-strategy.js +0 -58
- package/build/plugins/resource/function/language-strategy.js.map +0 -1
- package/build/plugins/resource/function/ops/deploy.d.ts +0 -17
- package/build/plugins/resource/function/ops/deploy.d.ts.map +0 -1
- package/build/plugins/resource/function/ops/deploy.js +0 -233
- package/build/plugins/resource/function/ops/deploy.js.map +0 -1
- package/build/plugins/resource/function/ops/provision.d.ts +0 -21
- package/build/plugins/resource/function/ops/provision.d.ts.map +0 -1
- package/build/plugins/resource/function/ops/provision.js +0 -111
- package/build/plugins/resource/function/ops/provision.js.map +0 -1
- package/build/plugins/resource/function/ops/scaffold.d.ts +0 -12
- package/build/plugins/resource/function/ops/scaffold.d.ts.map +0 -1
- package/build/plugins/resource/function/ops/scaffold.js +0 -84
- package/build/plugins/resource/function/ops/scaffold.js.map +0 -1
- package/build/plugins/resource/function/plugin.d.ts +0 -50
- package/build/plugins/resource/function/plugin.d.ts.map +0 -1
- package/build/plugins/resource/function/plugin.js +0 -363
- package/build/plugins/resource/function/plugin.js.map +0 -1
- package/build/plugins/resource/function/question.d.ts.map +0 -1
- package/build/plugins/resource/function/question.js +0 -13
- package/build/plugins/resource/function/question.js.map +0 -1
- package/build/plugins/resource/function/resources/errors.d.ts +0 -84
- package/build/plugins/resource/function/resources/errors.d.ts.map +0 -1
- package/build/plugins/resource/function/resources/errors.js +0 -229
- package/build/plugins/resource/function/resources/errors.js.map +0 -1
- package/build/plugins/resource/function/resources/message.d.ts +0 -41
- package/build/plugins/resource/function/resources/message.d.ts.map +0 -1
- package/build/plugins/resource/function/resources/message.js +0 -52
- package/build/plugins/resource/function/resources/message.js.map +0 -1
- package/build/plugins/resource/function/resources/steps.d.ts +0 -45
- package/build/plugins/resource/function/resources/steps.d.ts.map +0 -1
- package/build/plugins/resource/function/resources/steps.js +0 -68
- package/build/plugins/resource/function/resources/steps.js.map +0 -1
- package/build/plugins/resource/function/result.d.ts +0 -17
- package/build/plugins/resource/function/result.d.ts.map +0 -1
- package/build/plugins/resource/function/result.js +0 -42
- package/build/plugins/resource/function/result.js.map +0 -1
- package/build/plugins/resource/function/utils/azure-client.d.ts +0 -30
- package/build/plugins/resource/function/utils/azure-client.d.ts.map +0 -1
- package/build/plugins/resource/function/utils/azure-client.js +0 -84
- package/build/plugins/resource/function/utils/azure-client.js.map +0 -1
- package/build/plugins/resource/function/utils/depsChecker/funcHelper.d.ts +0 -11
- package/build/plugins/resource/function/utils/depsChecker/funcHelper.d.ts.map +0 -1
- package/build/plugins/resource/function/utils/depsChecker/funcHelper.js +0 -55
- package/build/plugins/resource/function/utils/depsChecker/funcHelper.js.map +0 -1
- package/build/plugins/resource/function/utils/depsChecker/funcPluginLogger.d.ts +0 -16
- package/build/plugins/resource/function/utils/depsChecker/funcPluginLogger.d.ts.map +0 -1
- package/build/plugins/resource/function/utils/depsChecker/funcPluginLogger.js +0 -52
- package/build/plugins/resource/function/utils/depsChecker/funcPluginLogger.js.map +0 -1
- package/build/plugins/resource/function/utils/depsChecker/funcPluginTelemetry.d.ts +0 -14
- package/build/plugins/resource/function/utils/depsChecker/funcPluginTelemetry.d.ts.map +0 -1
- package/build/plugins/resource/function/utils/depsChecker/funcPluginTelemetry.js +0 -54
- package/build/plugins/resource/function/utils/depsChecker/funcPluginTelemetry.js.map +0 -1
- package/build/plugins/resource/function/utils/dir-walk.d.ts +0 -4
- package/build/plugins/resource/function/utils/dir-walk.d.ts.map +0 -1
- package/build/plugins/resource/function/utils/dir-walk.js +0 -21
- package/build/plugins/resource/function/utils/dir-walk.js.map +0 -1
- package/build/plugins/resource/function/utils/execute.d.ts +0 -2
- package/build/plugins/resource/function/utils/execute.d.ts.map +0 -1
- package/build/plugins/resource/function/utils/execute.js +0 -25
- package/build/plugins/resource/function/utils/execute.js.map +0 -1
- package/build/plugins/resource/function/utils/logger.d.ts +0 -10
- package/build/plugins/resource/function/utils/logger.d.ts.map +0 -1
- package/build/plugins/resource/function/utils/logger.js +0 -30
- package/build/plugins/resource/function/utils/logger.js.map +0 -1
- package/build/plugins/resource/function/utils/step-helper.d.ts +0 -11
- package/build/plugins/resource/function/utils/step-helper.d.ts.map +0 -1
- package/build/plugins/resource/function/utils/step-helper.js +0 -26
- package/build/plugins/resource/function/utils/step-helper.js.map +0 -1
- package/build/plugins/resource/function/utils/telemetry-helper.d.ts +0 -42
- package/build/plugins/resource/function/utils/telemetry-helper.d.ts.map +0 -1
- package/build/plugins/resource/function/utils/telemetry-helper.js +0 -69
- package/build/plugins/resource/function/utils/telemetry-helper.js.map +0 -1
- package/build/plugins/resource/function/v2/index.d.ts +0 -18
- package/build/plugins/resource/function/v2/index.d.ts.map +0 -1
- package/build/plugins/resource/function/v2/index.js +0 -53
- package/build/plugins/resource/function/v2/index.js.map +0 -1
- package/build/plugins/resource/function/v3/error.d.ts +0 -26
- package/build/plugins/resource/function/v3/error.d.ts.map +0 -1
- package/build/plugins/resource/function/v3/error.js +0 -58
- package/build/plugins/resource/function/v3/error.js.map +0 -1
- package/build/plugins/resource/identity/constants.d.ts +0 -47
- package/build/plugins/resource/identity/constants.d.ts.map +0 -1
- package/build/plugins/resource/identity/constants.js +0 -54
- package/build/plugins/resource/identity/constants.js.map +0 -1
- package/build/plugins/resource/identity/index.d.ts +0 -13
- package/build/plugins/resource/identity/index.d.ts.map +0 -1
- package/build/plugins/resource/identity/index.js +0 -98
- package/build/plugins/resource/identity/index.js.map +0 -1
- package/build/plugins/resource/identity/utils/telemetryUtil.d.ts +0 -17
- package/build/plugins/resource/identity/utils/telemetryUtil.d.ts.map +0 -1
- package/build/plugins/resource/identity/utils/telemetryUtil.js +0 -45
- package/build/plugins/resource/identity/utils/telemetryUtil.js.map +0 -1
- package/build/plugins/resource/identity/v2/index.d.ts +0 -13
- package/build/plugins/resource/identity/v2/index.d.ts.map +0 -1
- package/build/plugins/resource/identity/v2/index.js +0 -38
- package/build/plugins/resource/identity/v2/index.js.map +0 -1
- package/build/plugins/resource/index.d.ts +0 -13
- package/build/plugins/resource/index.d.ts.map +0 -1
- package/build/plugins/resource/index.js +0 -18
- package/build/plugins/resource/index.js.map +0 -1
- package/build/plugins/resource/keyvault/constants.d.ts +0 -36
- package/build/plugins/resource/keyvault/constants.d.ts.map +0 -1
- package/build/plugins/resource/keyvault/constants.js +0 -43
- package/build/plugins/resource/keyvault/constants.js.map +0 -1
- package/build/plugins/resource/keyvault/index.d.ts +0 -16
- package/build/plugins/resource/keyvault/index.d.ts.map +0 -1
- package/build/plugins/resource/keyvault/index.js +0 -65
- package/build/plugins/resource/keyvault/index.js.map +0 -1
- package/build/plugins/resource/keyvault/plugin.d.ts +0 -7
- package/build/plugins/resource/keyvault/plugin.d.ts.map +0 -1
- package/build/plugins/resource/keyvault/plugin.js +0 -44
- package/build/plugins/resource/keyvault/plugin.js.map +0 -1
- package/build/plugins/resource/keyvault/result.d.ts +0 -9
- package/build/plugins/resource/keyvault/result.d.ts.map +0 -1
- package/build/plugins/resource/keyvault/result.js +0 -35
- package/build/plugins/resource/keyvault/result.js.map +0 -1
- package/build/plugins/resource/keyvault/utils/telemetry.d.ts.map +0 -1
- package/build/plugins/resource/keyvault/utils/telemetry.js +0 -45
- package/build/plugins/resource/keyvault/utils/telemetry.js.map +0 -1
- package/build/plugins/resource/keyvault/v2/index.d.ts +0 -12
- package/build/plugins/resource/keyvault/v2/index.d.ts.map +0 -1
- package/build/plugins/resource/keyvault/v2/index.js +0 -38
- package/build/plugins/resource/keyvault/v2/index.js.map +0 -1
- package/build/plugins/resource/localdebug/constants.d.ts +0 -127
- package/build/plugins/resource/localdebug/constants.d.ts.map +0 -1
- package/build/plugins/resource/localdebug/constants.js +0 -146
- package/build/plugins/resource/localdebug/constants.js.map +0 -1
- package/build/plugins/resource/localdebug/index.d.ts +0 -14
- package/build/plugins/resource/localdebug/index.d.ts.map +0 -1
- package/build/plugins/resource/localdebug/index.js +0 -37
- package/build/plugins/resource/localdebug/index.js.map +0 -1
- package/build/plugins/resource/localdebug/localEnv.d.ts +0 -14
- package/build/plugins/resource/localdebug/localEnv.d.ts.map +0 -1
- package/build/plugins/resource/localdebug/localEnv.js +0 -78
- package/build/plugins/resource/localdebug/localEnv.js.map +0 -1
- package/build/plugins/resource/localdebug/projectSettingLoader.d.ts +0 -9
- package/build/plugins/resource/localdebug/projectSettingLoader.d.ts.map +0 -1
- package/build/plugins/resource/localdebug/projectSettingLoader.js +0 -33
- package/build/plugins/resource/localdebug/projectSettingLoader.js.map +0 -1
- package/build/plugins/resource/localdebug/util/error.d.ts +0 -3
- package/build/plugins/resource/localdebug/util/error.d.ts.map +0 -1
- package/build/plugins/resource/localdebug/util/error.js +0 -12
- package/build/plugins/resource/localdebug/util/error.js.map +0 -1
- package/build/plugins/resource/localdebug/util/localService.d.ts +0 -2
- package/build/plugins/resource/localdebug/util/localService.d.ts.map +0 -1
- package/build/plugins/resource/localdebug/util/localService.js +0 -13
- package/build/plugins/resource/localdebug/util/localService.js.map +0 -1
- package/build/plugins/resource/localdebug/v2/index.d.ts +0 -14
- package/build/plugins/resource/localdebug/v2/index.d.ts.map +0 -1
- package/build/plugins/resource/localdebug/v2/index.js +0 -78
- package/build/plugins/resource/localdebug/v2/index.js.map +0 -1
- package/build/plugins/resource/simpleauth/constants.d.ts.map +0 -1
- package/build/plugins/resource/simpleauth/constants.js.map +0 -1
- package/build/plugins/resource/simpleauth/errors.d.ts.map +0 -1
- package/build/plugins/resource/simpleauth/errors.js.map +0 -1
- package/build/plugins/resource/simpleauth/index.d.ts +0 -20
- package/build/plugins/resource/simpleauth/index.d.ts.map +0 -1
- package/build/plugins/resource/simpleauth/index.js +0 -78
- package/build/plugins/resource/simpleauth/index.js.map +0 -1
- package/build/plugins/resource/simpleauth/plugin.d.ts +0 -14
- package/build/plugins/resource/simpleauth/plugin.d.ts.map +0 -1
- package/build/plugins/resource/simpleauth/plugin.js +0 -141
- package/build/plugins/resource/simpleauth/plugin.js.map +0 -1
- package/build/plugins/resource/simpleauth/result.d.ts.map +0 -1
- package/build/plugins/resource/simpleauth/result.js.map +0 -1
- package/build/plugins/resource/simpleauth/utils/common.d.ts.map +0 -1
- package/build/plugins/resource/simpleauth/utils/common.js.map +0 -1
- package/build/plugins/resource/simpleauth/utils/dialog.d.ts.map +0 -1
- package/build/plugins/resource/simpleauth/utils/dialog.js.map +0 -1
- package/build/plugins/resource/simpleauth/utils/telemetry.d.ts +0 -17
- package/build/plugins/resource/simpleauth/utils/telemetry.d.ts.map +0 -1
- package/build/plugins/resource/simpleauth/utils/telemetry.js.map +0 -1
- package/build/plugins/resource/simpleauth/v2/index.d.ts +0 -15
- package/build/plugins/resource/simpleauth/v2/index.d.ts.map +0 -1
- package/build/plugins/resource/simpleauth/v2/index.js +0 -47
- package/build/plugins/resource/simpleauth/v2/index.js.map +0 -1
- package/build/plugins/resource/simpleauth/webAppClient.d.ts +0 -31
- package/build/plugins/resource/simpleauth/webAppClient.d.ts.map +0 -1
- package/build/plugins/resource/simpleauth/webAppClient.js +0 -136
- package/build/plugins/resource/simpleauth/webAppClient.js.map +0 -1
- package/build/plugins/resource/spfx/depsChecker/dependencyChecker.d.ts.map +0 -1
- package/build/plugins/resource/spfx/depsChecker/dependencyChecker.js.map +0 -1
- package/build/plugins/resource/spfx/depsChecker/generatorChecker.d.ts.map +0 -1
- package/build/plugins/resource/spfx/depsChecker/generatorChecker.js +0 -123
- package/build/plugins/resource/spfx/depsChecker/generatorChecker.js.map +0 -1
- package/build/plugins/resource/spfx/depsChecker/yoChecker.d.ts.map +0 -1
- package/build/plugins/resource/spfx/depsChecker/yoChecker.js.map +0 -1
- package/build/plugins/resource/spfx/error.d.ts +0 -18
- package/build/plugins/resource/spfx/error.d.ts.map +0 -1
- package/build/plugins/resource/spfx/error.js +0 -107
- package/build/plugins/resource/spfx/error.js.map +0 -1
- package/build/plugins/resource/spfx/index.d.ts +0 -18
- package/build/plugins/resource/spfx/index.d.ts.map +0 -1
- package/build/plugins/resource/spfx/index.js +0 -96
- package/build/plugins/resource/spfx/index.js.map +0 -1
- package/build/plugins/resource/spfx/plugin.d.ts +0 -12
- package/build/plugins/resource/spfx/plugin.d.ts.map +0 -1
- package/build/plugins/resource/spfx/plugin.js +0 -216
- package/build/plugins/resource/spfx/plugin.js.map +0 -1
- package/build/plugins/resource/spfx/spoClient.d.ts.map +0 -1
- package/build/plugins/resource/spfx/spoClient.js.map +0 -1
- package/build/plugins/resource/spfx/utils/constants.d.ts +0 -85
- package/build/plugins/resource/spfx/utils/constants.d.ts.map +0 -1
- package/build/plugins/resource/spfx/utils/constants.js +0 -102
- package/build/plugins/resource/spfx/utils/constants.js.map +0 -1
- package/build/plugins/resource/spfx/utils/progress-helper.d.ts.map +0 -1
- package/build/plugins/resource/spfx/utils/progress-helper.js.map +0 -1
- package/build/plugins/resource/spfx/utils/questions.d.ts.map +0 -1
- package/build/plugins/resource/spfx/utils/questions.js +0 -86
- package/build/plugins/resource/spfx/utils/questions.js.map +0 -1
- package/build/plugins/resource/spfx/utils/telemetry-helper.d.ts.map +0 -1
- package/build/plugins/resource/spfx/utils/telemetry-helper.js.map +0 -1
- package/build/plugins/resource/spfx/utils/telemetryEvents.d.ts.map +0 -1
- package/build/plugins/resource/spfx/utils/telemetryEvents.js.map +0 -1
- package/build/plugins/resource/spfx/utils/utils.d.ts +0 -15
- package/build/plugins/resource/spfx/utils/utils.d.ts.map +0 -1
- package/build/plugins/resource/spfx/utils/utils.js +0 -126
- package/build/plugins/resource/spfx/utils/utils.js.map +0 -1
- package/build/plugins/resource/spfx/v2/index.d.ts +0 -14
- package/build/plugins/resource/spfx/v2/index.d.ts.map +0 -1
- package/build/plugins/resource/spfx/v2/index.js +0 -41
- package/build/plugins/resource/spfx/v2/index.js.map +0 -1
- package/build/plugins/resource/sql/config.d.ts +0 -22
- package/build/plugins/resource/sql/config.d.ts.map +0 -1
- package/build/plugins/resource/sql/config.js +0 -30
- package/build/plugins/resource/sql/config.js.map +0 -1
- package/build/plugins/resource/sql/constants.d.ts +0 -82
- package/build/plugins/resource/sql/constants.d.ts.map +0 -1
- package/build/plugins/resource/sql/constants.js +0 -92
- package/build/plugins/resource/sql/constants.js.map +0 -1
- package/build/plugins/resource/sql/errors.d.ts +0 -63
- package/build/plugins/resource/sql/errors.d.ts.map +0 -1
- package/build/plugins/resource/sql/errors.js +0 -107
- package/build/plugins/resource/sql/errors.js.map +0 -1
- package/build/plugins/resource/sql/index.d.ts +0 -20
- package/build/plugins/resource/sql/index.d.ts.map +0 -1
- package/build/plugins/resource/sql/index.js +0 -92
- package/build/plugins/resource/sql/index.js.map +0 -1
- package/build/plugins/resource/sql/managementClient.d.ts +0 -18
- package/build/plugins/resource/sql/managementClient.d.ts.map +0 -1
- package/build/plugins/resource/sql/managementClient.js +0 -123
- package/build/plugins/resource/sql/managementClient.js.map +0 -1
- package/build/plugins/resource/sql/plugin.d.ts +0 -30
- package/build/plugins/resource/sql/plugin.d.ts.map +0 -1
- package/build/plugins/resource/sql/plugin.js +0 -340
- package/build/plugins/resource/sql/plugin.js.map +0 -1
- package/build/plugins/resource/sql/questions.d.ts +0 -5
- package/build/plugins/resource/sql/questions.d.ts.map +0 -1
- package/build/plugins/resource/sql/questions.js +0 -46
- package/build/plugins/resource/sql/questions.js.map +0 -1
- package/build/plugins/resource/sql/results.d.ts +0 -10
- package/build/plugins/resource/sql/results.d.ts.map +0 -1
- package/build/plugins/resource/sql/results.js +0 -32
- package/build/plugins/resource/sql/results.js.map +0 -1
- package/build/plugins/resource/sql/sqlClient.d.ts +0 -13
- package/build/plugins/resource/sql/sqlClient.d.ts.map +0 -1
- package/build/plugins/resource/sql/sqlClient.js +0 -153
- package/build/plugins/resource/sql/sqlClient.js.map +0 -1
- package/build/plugins/resource/sql/utils/checkInput.d.ts +0 -10
- package/build/plugins/resource/sql/utils/checkInput.d.ts.map +0 -1
- package/build/plugins/resource/sql/utils/checkInput.js +0 -87
- package/build/plugins/resource/sql/utils/checkInput.js.map +0 -1
- package/build/plugins/resource/sql/utils/commonUtils.d.ts +0 -13
- package/build/plugins/resource/sql/utils/commonUtils.d.ts.map +0 -1
- package/build/plugins/resource/sql/utils/commonUtils.js +0 -51
- package/build/plugins/resource/sql/utils/commonUtils.js.map +0 -1
- package/build/plugins/resource/sql/utils/contextUtils.d.ts +0 -5
- package/build/plugins/resource/sql/utils/contextUtils.d.ts.map +0 -1
- package/build/plugins/resource/sql/utils/contextUtils.js +0 -11
- package/build/plugins/resource/sql/utils/contextUtils.js.map +0 -1
- package/build/plugins/resource/sql/utils/dialogUtils.d.ts +0 -13
- package/build/plugins/resource/sql/utils/dialogUtils.d.ts.map +0 -1
- package/build/plugins/resource/sql/utils/dialogUtils.js +0 -21
- package/build/plugins/resource/sql/utils/dialogUtils.js.map +0 -1
- package/build/plugins/resource/sql/utils/message.d.ts +0 -16
- package/build/plugins/resource/sql/utils/message.d.ts.map +0 -1
- package/build/plugins/resource/sql/utils/message.js +0 -23
- package/build/plugins/resource/sql/utils/message.js.map +0 -1
- package/build/plugins/resource/sql/utils/telemetryUtils.d.ts +0 -17
- package/build/plugins/resource/sql/utils/telemetryUtils.d.ts.map +0 -1
- package/build/plugins/resource/sql/utils/telemetryUtils.js +0 -45
- package/build/plugins/resource/sql/utils/telemetryUtils.js.map +0 -1
- package/build/plugins/resource/sql/v2/index.d.ts +0 -15
- package/build/plugins/resource/sql/v2/index.d.ts.map +0 -1
- package/build/plugins/resource/sql/v2/index.js +0 -44
- package/build/plugins/resource/sql/v2/index.js.map +0 -1
- package/build/plugins/resource/utils4v2.d.ts +0 -26
- package/build/plugins/resource/utils4v2.d.ts.map +0 -1
- package/build/plugins/resource/utils4v2.js +0 -469
- package/build/plugins/resource/utils4v2.js.map +0 -1
- package/build/plugins/solution/fx-solution/ResourcePluginContainer.d.ts +0 -59
- package/build/plugins/solution/fx-solution/ResourcePluginContainer.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/ResourcePluginContainer.js +0 -119
- package/build/plugins/solution/fx-solution/ResourcePluginContainer.js.map +0 -1
- package/build/plugins/solution/fx-solution/arm.d.ts +0 -65
- package/build/plugins/solution/fx-solution/arm.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/arm.js +0 -1171
- package/build/plugins/solution/fx-solution/arm.js.map +0 -1
- package/build/plugins/solution/fx-solution/commonQuestions.d.ts +0 -59
- package/build/plugins/solution/fx-solution/commonQuestions.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/commonQuestions.js +0 -422
- package/build/plugins/solution/fx-solution/commonQuestions.js.map +0 -1
- package/build/plugins/solution/fx-solution/constants.d.ts +0 -272
- package/build/plugins/solution/fx-solution/constants.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/constants.js +0 -313
- package/build/plugins/solution/fx-solution/constants.js.map +0 -1
- package/build/plugins/solution/fx-solution/debug/constants.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/debug/constants.js.map +0 -1
- package/build/plugins/solution/fx-solution/debug/error.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/debug/error.js +0 -49
- package/build/plugins/solution/fx-solution/debug/error.js.map +0 -1
- package/build/plugins/solution/fx-solution/debug/provisionLocal.d.ts +0 -6
- package/build/plugins/solution/fx-solution/debug/provisionLocal.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/debug/provisionLocal.js +0 -326
- package/build/plugins/solution/fx-solution/debug/provisionLocal.js.map +0 -1
- package/build/plugins/solution/fx-solution/debug/scaffolding.d.ts +0 -6
- package/build/plugins/solution/fx-solution/debug/scaffolding.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/debug/scaffolding.js +0 -104
- package/build/plugins/solution/fx-solution/debug/scaffolding.js.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/codespace.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/codespace.js.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/launch.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/launch.js +0 -275
- package/build/plugins/solution/fx-solution/debug/util/launch.js.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/launchNext.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/launchNext.js +0 -324
- package/build/plugins/solution/fx-solution/debug/util/launchNext.js.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/localService.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/localService.js.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/ngrok.d.ts +0 -2
- package/build/plugins/solution/fx-solution/debug/util/ngrok.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/ngrok.js +0 -47
- package/build/plugins/solution/fx-solution/debug/util/ngrok.js.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/settings.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/settings.js +0 -42
- package/build/plugins/solution/fx-solution/debug/util/settings.js.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/tasks.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/tasks.js +0 -240
- package/build/plugins/solution/fx-solution/debug/util/tasks.js.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/tasksNext.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/tasksNext.js +0 -364
- package/build/plugins/solution/fx-solution/debug/util/tasksNext.js.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/telemetry.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/debug/util/telemetry.js.map +0 -1
- package/build/plugins/solution/fx-solution/executor.d.ts +0 -27
- package/build/plugins/solution/fx-solution/executor.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/executor.js +0 -164
- package/build/plugins/solution/fx-solution/executor.js.map +0 -1
- package/build/plugins/solution/fx-solution/index.d.ts +0 -5
- package/build/plugins/solution/fx-solution/index.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/index.js +0 -8
- package/build/plugins/solution/fx-solution/index.js.map +0 -1
- package/build/plugins/solution/fx-solution/question.d.ts +0 -65
- package/build/plugins/solution/fx-solution/question.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/question.js +0 -416
- package/build/plugins/solution/fx-solution/question.js.map +0 -1
- package/build/plugins/solution/fx-solution/solution.d.ts +0 -94
- package/build/plugins/solution/fx-solution/solution.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/solution.js +0 -1530
- package/build/plugins/solution/fx-solution/solution.js.map +0 -1
- package/build/plugins/solution/fx-solution/types.d.ts +0 -10
- package/build/plugins/solution/fx-solution/types.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/types.js +0 -12
- package/build/plugins/solution/fx-solution/types.js.map +0 -1
- package/build/plugins/solution/fx-solution/utils/ResourceGroupHelper.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/utils/ResourceGroupHelper.js +0 -223
- package/build/plugins/solution/fx-solution/utils/ResourceGroupHelper.js.map +0 -1
- package/build/plugins/solution/fx-solution/utils/backupFiles.d.ts +0 -3
- package/build/plugins/solution/fx-solution/utils/backupFiles.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/utils/backupFiles.js +0 -139
- package/build/plugins/solution/fx-solution/utils/backupFiles.js.map +0 -1
- package/build/plugins/solution/fx-solution/utils/depsChecker/bicepChecker.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/utils/depsChecker/bicepChecker.js +0 -282
- package/build/plugins/solution/fx-solution/utils/depsChecker/bicepChecker.js.map +0 -1
- package/build/plugins/solution/fx-solution/utils/depsChecker/common.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/utils/depsChecker/common.js.map +0 -1
- package/build/plugins/solution/fx-solution/utils/depsChecker/cpUtils.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/utils/depsChecker/cpUtils.js.map +0 -1
- package/build/plugins/solution/fx-solution/utils/progressHelper.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/utils/progressHelper.js +0 -20
- package/build/plugins/solution/fx-solution/utils/progressHelper.js.map +0 -1
- package/build/plugins/solution/fx-solution/utils/solutionSettingsHelper.d.ts +0 -3
- package/build/plugins/solution/fx-solution/utils/solutionSettingsHelper.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/utils/solutionSettingsHelper.js +0 -19
- package/build/plugins/solution/fx-solution/utils/solutionSettingsHelper.js.map +0 -1
- package/build/plugins/solution/fx-solution/utils/util.d.ts +0 -22
- package/build/plugins/solution/fx-solution/utils/util.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/utils/util.js +0 -132
- package/build/plugins/solution/fx-solution/utils/util.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/adaptor.d.ts +0 -41
- package/build/plugins/solution/fx-solution/v2/adaptor.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/adaptor.js +0 -177
- package/build/plugins/solution/fx-solution/v2/adaptor.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/checkPermission.d.ts +0 -5
- package/build/plugins/solution/fx-solution/v2/checkPermission.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/checkPermission.js +0 -196
- package/build/plugins/solution/fx-solution/v2/checkPermission.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/collaborationUtil.d.ts +0 -28
- package/build/plugins/solution/fx-solution/v2/collaborationUtil.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/collaborationUtil.js +0 -131
- package/build/plugins/solution/fx-solution/v2/collaborationUtil.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/constants.d.ts +0 -2
- package/build/plugins/solution/fx-solution/v2/constants.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/constants.js +0 -7
- package/build/plugins/solution/fx-solution/v2/constants.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/createEnv.d.ts +0 -3
- package/build/plugins/solution/fx-solution/v2/createEnv.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/createEnv.js +0 -37
- package/build/plugins/solution/fx-solution/v2/createEnv.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/deploy.d.ts +0 -3
- package/build/plugins/solution/fx-solution/v2/deploy.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/deploy.js +0 -143
- package/build/plugins/solution/fx-solution/v2/deploy.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/executeUserTask.d.ts +0 -22
- package/build/plugins/solution/fx-solution/v2/executeUserTask.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/executeUserTask.js +0 -850
- package/build/plugins/solution/fx-solution/v2/executeUserTask.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/executor.d.ts +0 -13
- package/build/plugins/solution/fx-solution/v2/executor.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/executor.js +0 -103
- package/build/plugins/solution/fx-solution/v2/executor.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/generateResourceTemplate.d.ts +0 -4
- package/build/plugins/solution/fx-solution/v2/generateResourceTemplate.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/generateResourceTemplate.js +0 -31
- package/build/plugins/solution/fx-solution/v2/generateResourceTemplate.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/getQuestions.d.ts +0 -15
- package/build/plugins/solution/fx-solution/v2/getQuestions.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/getQuestions.js +0 -847
- package/build/plugins/solution/fx-solution/v2/getQuestions.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/grantPermission.d.ts +0 -5
- package/build/plugins/solution/fx-solution/v2/grantPermission.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/grantPermission.js +0 -209
- package/build/plugins/solution/fx-solution/v2/grantPermission.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/listCollaborator.d.ts +0 -8
- package/build/plugins/solution/fx-solution/v2/listCollaborator.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/listCollaborator.js +0 -226
- package/build/plugins/solution/fx-solution/v2/listCollaborator.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/provision.d.ts +0 -3
- package/build/plugins/solution/fx-solution/v2/provision.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/provision.js +0 -262
- package/build/plugins/solution/fx-solution/v2/provision.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/provisionLocal.d.ts +0 -3
- package/build/plugins/solution/fx-solution/v2/provisionLocal.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/provisionLocal.js +0 -117
- package/build/plugins/solution/fx-solution/v2/provisionLocal.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/publish.d.ts +0 -3
- package/build/plugins/solution/fx-solution/v2/publish.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/publish.js +0 -46
- package/build/plugins/solution/fx-solution/v2/publish.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/scaffolding.d.ts +0 -5
- package/build/plugins/solution/fx-solution/v2/scaffolding.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/scaffolding.js +0 -161
- package/build/plugins/solution/fx-solution/v2/scaffolding.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/solution.d.ts +0 -22
- package/build/plugins/solution/fx-solution/v2/solution.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/solution.js +0 -48
- package/build/plugins/solution/fx-solution/v2/solution.js.map +0 -1
- package/build/plugins/solution/fx-solution/v2/utils.d.ts +0 -28
- package/build/plugins/solution/fx-solution/v2/utils.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v2/utils.js +0 -282
- package/build/plugins/solution/fx-solution/v2/utils.js.map +0 -1
- package/build/plugins/solution/fx-solution/v3/constants.d.ts +0 -18
- package/build/plugins/solution/fx-solution/v3/constants.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v3/constants.js +0 -23
- package/build/plugins/solution/fx-solution/v3/constants.js.map +0 -1
- package/build/plugins/solution/fx-solution/v3/solutionGlobalVars.d.ts +0 -5
- package/build/plugins/solution/fx-solution/v3/solutionGlobalVars.d.ts.map +0 -1
- package/build/plugins/solution/fx-solution/v3/solutionGlobalVars.js +0 -10
- package/build/plugins/solution/fx-solution/v3/solutionGlobalVars.js.map +0 -1
- package/build/plugins/solution/index.d.ts +0 -2
- package/build/plugins/solution/index.d.ts.map +0 -1
- package/build/plugins/solution/index.js +0 -7
- package/build/plugins/solution/index.js.map +0 -1
- package/templates/plugins/resource/aad/auth/bot/js/sso/showUserInfo.js +0 -36
- package/templates/plugins/resource/aad/auth/bot/js/sso/ssoDialog.js +0 -201
- package/templates/plugins/resource/aad/auth/bot/js/sso/teamsSsoBot.js +0 -63
- package/templates/plugins/resource/aad/auth/bot/ts/sso/showUserInfo.ts +0 -38
- package/templates/plugins/resource/aad/auth/bot/ts/sso/ssoDialog.ts +0 -213
- package/templates/plugins/resource/aad/auth/bot/ts/sso/teamsSsoBot.ts +0 -75
|
@@ -1,161 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.scaffoldReadme = exports.scaffoldByPlugins = exports.scaffoldSourceCode = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
|
-
const teamsfx_api_1 = require("@microsoft/teamsfx-api");
|
|
6
|
-
const question_1 = require("../question");
|
|
7
|
-
const executor_1 = require("./executor");
|
|
8
|
-
const utils_1 = require("./utils");
|
|
9
|
-
const projectSettingsHelper_1 = require("../../../../common/projectSettingsHelper");
|
|
10
|
-
const path_1 = tslib_1.__importDefault(require("path"));
|
|
11
|
-
const fs_extra_1 = tslib_1.__importDefault(require("fs-extra"));
|
|
12
|
-
const constants_1 = require("../constants");
|
|
13
|
-
const ResourcePluginContainer_1 = require("../ResourcePluginContainer");
|
|
14
|
-
const typedi_1 = require("typedi");
|
|
15
|
-
const scaffolding_1 = require("../debug/scaffolding");
|
|
16
|
-
const folder_1 = require("../../../../folder");
|
|
17
|
-
const localizeUtils_1 = require("../../../../common/localizeUtils");
|
|
18
|
-
const tools_1 = require("./../../../../common/tools");
|
|
19
|
-
async function scaffoldSourceCode(ctx, inputs) {
|
|
20
|
-
var _a, _b, _c, _d, _e, _f, _g, _h;
|
|
21
|
-
(_a = ctx.telemetryReporter) === null || _a === void 0 ? void 0 : _a.sendTelemetryEvent(constants_1.SolutionTelemetryEvent.CreateStart, {
|
|
22
|
-
[constants_1.SolutionTelemetryProperty.Component]: constants_1.SolutionTelemetryComponentName,
|
|
23
|
-
});
|
|
24
|
-
if (inputs.projectPath === undefined) {
|
|
25
|
-
return teamsfx_api_1.err(new teamsfx_api_1.SystemError("Solution", constants_1.SolutionError.InternelError, "projectPath is undefined"));
|
|
26
|
-
}
|
|
27
|
-
const lang = inputs[question_1.AzureSolutionQuestionNames.ProgrammingLanguage];
|
|
28
|
-
if (lang) {
|
|
29
|
-
ctx.projectSetting.programmingLanguage = lang;
|
|
30
|
-
}
|
|
31
|
-
const solutionSettings = utils_1.getAzureSolutionSettings(ctx);
|
|
32
|
-
const fillinRes = utils_1.fillInSolutionSettings(ctx.projectSetting, inputs);
|
|
33
|
-
if (fillinRes.isErr())
|
|
34
|
-
return teamsfx_api_1.err(fillinRes.error);
|
|
35
|
-
const plugins = utils_1.getSelectedPlugins(ctx.projectSetting);
|
|
36
|
-
let thunks = plugins
|
|
37
|
-
.filter((plugin) => !!plugin.scaffoldSourceCode)
|
|
38
|
-
.map((plugin) => {
|
|
39
|
-
return {
|
|
40
|
-
pluginName: `${plugin.name}`,
|
|
41
|
-
taskName: "scaffoldSourceCode",
|
|
42
|
-
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
43
|
-
thunk: () => plugin.scaffoldSourceCode(ctx, inputs),
|
|
44
|
-
};
|
|
45
|
-
});
|
|
46
|
-
///SPFx plugin will be executed last, so remove it from the thunks.
|
|
47
|
-
const SPFxPlugin = typedi_1.Container.get(ResourcePluginContainer_1.ResourcePluginsV2.SpfxPlugin);
|
|
48
|
-
if (thunks.map((p) => p.pluginName === SPFxPlugin.name).length > 0) {
|
|
49
|
-
thunks = thunks.filter((p) => p.pluginName !== SPFxPlugin.name);
|
|
50
|
-
}
|
|
51
|
-
const result = await executor_1.executeConcurrently(thunks, ctx.logProvider);
|
|
52
|
-
if (result.kind === "success") {
|
|
53
|
-
const capabilities = (solutionSettings === null || solutionSettings === void 0 ? void 0 : solutionSettings.capabilities) || [];
|
|
54
|
-
const azureResources = (solutionSettings === null || solutionSettings === void 0 ? void 0 : solutionSettings.azureResources) || [];
|
|
55
|
-
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
56
|
-
const scaffoldLocalDebugSettingsResult = await scaffolding_1.scaffoldLocalDebugSettings(ctx, inputs);
|
|
57
|
-
if (scaffoldLocalDebugSettingsResult.isErr()) {
|
|
58
|
-
return scaffoldLocalDebugSettingsResult;
|
|
59
|
-
}
|
|
60
|
-
if (!projectSettingsHelper_1.isVSProject(ctx.projectSetting)) {
|
|
61
|
-
await scaffoldReadme(capabilities, azureResources, inputs.projectPath);
|
|
62
|
-
}
|
|
63
|
-
if (utils_1.isAzureProject(solutionSettings)) {
|
|
64
|
-
if (!tools_1.isAadManifestEnabled()) {
|
|
65
|
-
await fs_extra_1.default.writeJSON(`${inputs.projectPath}/permissions.json`, constants_1.DEFAULT_PERMISSION_REQUEST, {
|
|
66
|
-
spaces: 4,
|
|
67
|
-
});
|
|
68
|
-
}
|
|
69
|
-
(_b = ctx.telemetryReporter) === null || _b === void 0 ? void 0 : _b.sendTelemetryEvent(constants_1.SolutionTelemetryEvent.Create, {
|
|
70
|
-
[constants_1.SolutionTelemetryProperty.Component]: constants_1.SolutionTelemetryComponentName,
|
|
71
|
-
[constants_1.SolutionTelemetryProperty.Success]: constants_1.SolutionTelemetrySuccess.Yes,
|
|
72
|
-
[constants_1.SolutionTelemetryProperty.Resources]: ((solutionSettings === null || solutionSettings === void 0 ? void 0 : solutionSettings.azureResources) || []).join(";"),
|
|
73
|
-
[constants_1.SolutionTelemetryProperty.Capabilities]: ((solutionSettings === null || solutionSettings === void 0 ? void 0 : solutionSettings.capabilities) || []).join(";"),
|
|
74
|
-
[constants_1.SolutionTelemetryProperty.ProgrammingLanguage]: (_d = (_c = ctx.projectSetting) === null || _c === void 0 ? void 0 : _c.programmingLanguage) !== null && _d !== void 0 ? _d : "",
|
|
75
|
-
[constants_1.SolutionTelemetryProperty.HostType]: "azure",
|
|
76
|
-
});
|
|
77
|
-
}
|
|
78
|
-
else {
|
|
79
|
-
//For SPFx plugin, execute it alone lastly
|
|
80
|
-
if (SPFxPlugin.scaffoldSourceCode) {
|
|
81
|
-
const spfxRes = await SPFxPlugin.scaffoldSourceCode(ctx, inputs);
|
|
82
|
-
if (spfxRes.isErr()) {
|
|
83
|
-
return teamsfx_api_1.err(spfxRes.error);
|
|
84
|
-
}
|
|
85
|
-
(_e = ctx.telemetryReporter) === null || _e === void 0 ? void 0 : _e.sendTelemetryEvent(constants_1.SolutionTelemetryEvent.Create, {
|
|
86
|
-
[constants_1.SolutionTelemetryProperty.Component]: constants_1.SolutionTelemetryComponentName,
|
|
87
|
-
[constants_1.SolutionTelemetryProperty.Success]: constants_1.SolutionTelemetrySuccess.Yes,
|
|
88
|
-
[constants_1.SolutionTelemetryProperty.Capabilities]: ((solutionSettings === null || solutionSettings === void 0 ? void 0 : solutionSettings.capabilities) || []).join(";"),
|
|
89
|
-
[constants_1.SolutionTelemetryProperty.ProgrammingLanguage]: (_g = (_f = ctx.projectSetting) === null || _f === void 0 ? void 0 : _f.programmingLanguage) !== null && _g !== void 0 ? _g : "",
|
|
90
|
-
[constants_1.SolutionTelemetryProperty.HostType]: "spfx",
|
|
91
|
-
});
|
|
92
|
-
}
|
|
93
|
-
}
|
|
94
|
-
ctx.userInteraction.showMessage("info", `Success: ${localizeUtils_1.getLocalizedString("core.create.successNotice")}`, false);
|
|
95
|
-
return teamsfx_api_1.ok(teamsfx_api_1.Void);
|
|
96
|
-
}
|
|
97
|
-
else {
|
|
98
|
-
(_h = ctx.telemetryReporter) === null || _h === void 0 ? void 0 : _h.sendTelemetryErrorEvent(constants_1.SolutionTelemetryEvent.Create, {
|
|
99
|
-
[constants_1.SolutionTelemetryProperty.Component]: constants_1.SolutionTelemetryComponentName,
|
|
100
|
-
[constants_1.SolutionTelemetryProperty.Success]: constants_1.SolutionTelemetrySuccess.No,
|
|
101
|
-
[constants_1.SolutionTelemetryProperty.ErrorCode]: result.error.name,
|
|
102
|
-
[constants_1.SolutionTelemetryProperty.ErrorMessage]: result.error.message,
|
|
103
|
-
[constants_1.SolutionTelemetryProperty.HostType]: utils_1.isAzureProject(solutionSettings) ? "azure" : "spfx",
|
|
104
|
-
});
|
|
105
|
-
return teamsfx_api_1.err(result.error);
|
|
106
|
-
}
|
|
107
|
-
}
|
|
108
|
-
exports.scaffoldSourceCode = scaffoldSourceCode;
|
|
109
|
-
async function scaffoldByPlugins(ctx, inputs, localSettings, plugins, concurrent = true) {
|
|
110
|
-
var _a, _b, _c;
|
|
111
|
-
if (plugins.length === 0)
|
|
112
|
-
return teamsfx_api_1.ok(teamsfx_api_1.Void);
|
|
113
|
-
(_a = ctx.logProvider) === null || _a === void 0 ? void 0 : _a.info(`start scaffolding ${plugins.map((p) => p.name).join(",")}.....`);
|
|
114
|
-
const thunks = plugins
|
|
115
|
-
.filter((plugin) => !!plugin.scaffoldSourceCode)
|
|
116
|
-
.map((plugin) => {
|
|
117
|
-
return {
|
|
118
|
-
pluginName: `${plugin.name}`,
|
|
119
|
-
taskName: "scaffoldSourceCode",
|
|
120
|
-
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
121
|
-
thunk: () => plugin.scaffoldSourceCode(ctx, inputs),
|
|
122
|
-
};
|
|
123
|
-
});
|
|
124
|
-
const result = await executor_1.executeConcurrently(thunks, ctx.logProvider, concurrent);
|
|
125
|
-
const solutionSettings = utils_1.getAzureSolutionSettings(ctx);
|
|
126
|
-
if (result.kind === "success") {
|
|
127
|
-
const capabilities = (solutionSettings === null || solutionSettings === void 0 ? void 0 : solutionSettings.capabilities) || [];
|
|
128
|
-
const azureResources = (solutionSettings === null || solutionSettings === void 0 ? void 0 : solutionSettings.azureResources) || [];
|
|
129
|
-
// eslint-disable-next-line @typescript-eslint/no-non-null-assertion
|
|
130
|
-
await scaffoldReadme(capabilities, azureResources, inputs.projectPath);
|
|
131
|
-
const isVs = projectSettingsHelper_1.isVSProject(ctx.projectSetting);
|
|
132
|
-
if (isVs) {
|
|
133
|
-
ctx.logProvider.info(`Success: ${localizeUtils_1.getLocalizedString("core.create.successNotice")}`);
|
|
134
|
-
}
|
|
135
|
-
else {
|
|
136
|
-
ctx.userInteraction.showMessage("info", `Success: ${localizeUtils_1.getLocalizedString("core.create.successNotice")}`, false);
|
|
137
|
-
}
|
|
138
|
-
(_b = ctx.logProvider) === null || _b === void 0 ? void 0 : _b.info(`finish scaffolding ${plugins.map((p) => p.name).join(",")}!`);
|
|
139
|
-
return teamsfx_api_1.ok(teamsfx_api_1.Void);
|
|
140
|
-
}
|
|
141
|
-
else {
|
|
142
|
-
(_c = ctx.logProvider) === null || _c === void 0 ? void 0 : _c.info(`failed to scaffold ${plugins.map((p) => p.name).join(",")}!`);
|
|
143
|
-
return teamsfx_api_1.err(result.error);
|
|
144
|
-
}
|
|
145
|
-
}
|
|
146
|
-
exports.scaffoldByPlugins = scaffoldByPlugins;
|
|
147
|
-
async function scaffoldReadme(capabilities, azureResources, projectPath) {
|
|
148
|
-
capabilities = capabilities || [];
|
|
149
|
-
azureResources = azureResources || [];
|
|
150
|
-
const hasBot = capabilities.includes(question_1.BotOptionItem.id);
|
|
151
|
-
const hasMsgExt = capabilities.includes(question_1.MessageExtensionItem.id);
|
|
152
|
-
const hasTab = capabilities.includes(question_1.TabOptionItem.id);
|
|
153
|
-
if (hasTab && (hasBot || hasMsgExt)) {
|
|
154
|
-
const readme = path_1.default.join(folder_1.getTemplatesFolder(), "plugins", "solution", "README.md");
|
|
155
|
-
if (await fs_extra_1.default.pathExists(readme)) {
|
|
156
|
-
await fs_extra_1.default.copy(readme, `${projectPath}/${teamsfx_api_1.AutoGeneratedReadme}`);
|
|
157
|
-
}
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
exports.scaffoldReadme = scaffoldReadme;
|
|
161
|
-
//# sourceMappingURL=scaffolding.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"scaffolding.js","sourceRoot":"","sources":["../../../../../src/plugins/solution/fx-solution/v2/scaffolding.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,22 +0,0 @@
|
|
|
1
|
-
import { Func, FxError, Inputs, Json, M365TokenProvider, QTreeNode, Result, TokenProvider, v2, Void } from "@microsoft/teamsfx-api";
|
|
2
|
-
import { DeepReadonly, EnvInfoV2 } from "@microsoft/teamsfx-api/build/v2";
|
|
3
|
-
import { provisionResource } from "./provision";
|
|
4
|
-
export declare class TeamsAppSolutionV2 implements v2.SolutionPlugin {
|
|
5
|
-
name: string;
|
|
6
|
-
displayName: string;
|
|
7
|
-
scaffoldSourceCode: (ctx: v2.Context, inputs: Inputs) => Promise<Result<Void, FxError>>;
|
|
8
|
-
generateResourceTemplate: (ctx: v2.Context, inputs: Inputs) => Promise<Result<Json, FxError>>;
|
|
9
|
-
provisionResources: typeof provisionResource;
|
|
10
|
-
deploy?: (ctx: v2.Context, inputs: Inputs, envInfo: EnvInfoV2, tokenProvider: TokenProvider) => Promise<Result<Void, FxError>>;
|
|
11
|
-
publishApplication: (ctx: v2.Context, inputs: Inputs, envInfo: v2.EnvInfoV2, tokenProvider: M365TokenProvider) => Promise<Result<Void, FxError>>;
|
|
12
|
-
provisionLocalResource?: (ctx: v2.Context, inputs: Inputs, localSettings: Json, tokenProvider: TokenProvider, envInfo?: EnvInfoV2) => Promise<v2.FxResult<Json, FxError>>;
|
|
13
|
-
getQuestionsForScaffolding?: (ctx: v2.Context, inputs: Inputs) => Promise<Result<QTreeNode | undefined, FxError>>;
|
|
14
|
-
executeUserTask?: (ctx: v2.Context, inputs: Inputs, func: Func, localSettings: Json, envInfo: EnvInfoV2, tokenProvider: TokenProvider) => Promise<Result<unknown, FxError>>;
|
|
15
|
-
createEnv?: (ctx: v2.Context, inputs: Inputs) => Promise<Result<Void, FxError>>;
|
|
16
|
-
getQuestions?: (ctx: v2.Context, inputs: Inputs, envInfo: DeepReadonly<EnvInfoV2>, tokenProvider: TokenProvider) => Promise<Result<QTreeNode | undefined, FxError>>;
|
|
17
|
-
getQuestionsForUserTask?: (ctx: v2.Context, inputs: Inputs, func: Func, envInfo: DeepReadonly<EnvInfoV2>, tokenProvider: TokenProvider) => Promise<Result<QTreeNode | undefined, FxError>>;
|
|
18
|
-
grantPermission?: (ctx: v2.Context, inputs: v2.InputsWithProjectPath, envInfo: DeepReadonly<EnvInfoV2>, tokenProvider: TokenProvider) => Promise<Result<Json, FxError>>;
|
|
19
|
-
checkPermission?: (ctx: v2.Context, inputs: v2.InputsWithProjectPath, envInfo: DeepReadonly<EnvInfoV2>, tokenProvider: TokenProvider) => Promise<Result<Json, FxError>>;
|
|
20
|
-
listCollaborator?: (ctx: v2.Context, inputs: v2.InputsWithProjectPath, envInfo: DeepReadonly<EnvInfoV2>, tokenProvider: TokenProvider) => Promise<Result<Json, FxError>>;
|
|
21
|
-
}
|
|
22
|
-
//# sourceMappingURL=solution.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"solution.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/solution/fx-solution/v2/solution.ts"],"names":[],"mappings":"AAAA,OAAO,EACL,IAAI,EACJ,OAAO,EACP,MAAM,EACN,IAAI,EACJ,iBAAiB,EACjB,SAAS,EACT,MAAM,EACN,aAAa,EACb,EAAE,EACF,IAAI,EACL,MAAM,wBAAwB,CAAC;AAChC,OAAO,EAAE,YAAY,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAmB1E,OAAO,EAAE,iBAAiB,EAAE,MAAM,aAAa,CAAC;AAKhD,qBACa,kBAAmB,YAAW,EAAE,CAAC,cAAc;IAC1D,IAAI,SAA0B;IAC9B,WAAW,EAAE,MAAM,CAA8B;IAEjD,kBAAkB,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAClE;IACrB,wBAAwB,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAClE;IAE3B,kBAAkB,2BAAqB;IAEvC,MAAM,CAAC,EAAE,CACP,GAAG,EAAE,EAAE,CAAC,OAAO,EACf,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,SAAS,EAClB,aAAa,EAAE,aAAa,KACzB,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAU;IAE7C,kBAAkB,EAAE,CAClB,GAAG,EAAE,EAAE,CAAC,OAAO,EACf,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,EAAE,CAAC,SAAS,EACrB,aAAa,EAAE,iBAAiB,KAC7B,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAsB;IACzD,sBAAsB,CAAC,EAAE,CACvB,GAAG,EAAE,EAAE,CAAC,OAAO,EACf,MAAM,EAAE,MAAM,EACd,aAAa,EAAE,IAAI,EACnB,aAAa,EAAE,aAAa,EAC5B,OAAO,CAAC,EAAE,SAAS,KAChB,OAAO,CAAC,EAAE,CAAC,QAAQ,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAA0B;IAElE,0BAA0B,CAAC,EAAE,CAC3B,GAAG,EAAE,EAAE,CAAC,OAAO,EACf,MAAM,EAAE,MAAM,KACX,OAAO,CAAC,MAAM,CAAC,SAAS,GAAG,SAAS,EAAE,OAAO,CAAC,CAAC,CAErB;IAE/B,eAAe,CAAC,EAAE,CAChB,GAAG,EAAE,EAAE,CAAC,OAAO,EACf,MAAM,EAAE,MAAM,EACd,IAAI,EAAE,IAAI,EACV,aAAa,EAAE,IAAI,EACnB,OAAO,EAAE,SAAS,EAClB,aAAa,EAAE,aAAa,KACzB,OAAO,CAAC,MAAM,CAAC,OAAO,EAAE,OAAO,CAAC,CAAC,CAAmB;IAEzD,SAAS,CAAC,EAAE,CAAC,GAAG,EAAE,EAAE,CAAC,OAAO,EAAE,MAAM,EAAE,MAAM,KAAK,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAAa;IAE5F,YAAY,CAAC,EAAE,CACb,GAAG,EAAE,EAAE,CAAC,OAAO,EACf,MAAM,EAAE,MAAM,EACd,OAAO,EAAE,YAAY,CAAC,SAAS,CAAC,EAChC,aAAa,EAAE,aAAa,KACzB,OAAO,CAAC,MAAM,CAAC,SAAS,GAAG,SAAS,EAAE,OAAO,CAAC,CAAC,CAAgB;IAEpE,uBAAuB,CAAC,EAAE,CACxB,GAAG,EAAE,EAAE,CAAC,OAAO,EACf,MAAM,EAAE,MAAM,EACd,IAAI,EAAE,IAAI,EACV,OAAO,EAAE,YAAY,CAAC,SAAS,CAAC,EAChC,aAAa,EAAE,aAAa,KACzB,OAAO,CAAC,MAAM,CAAC,SAAS,GAAG,SAAS,EAAE,OAAO,CAAC,CAAC,CAA2B;IAE/E,eAAe,CAAC,EAAE,CAChB,GAAG,EAAE,EAAE,CAAC,OAAO,EACf,MAAM,EAAE,EAAE,CAAC,qBAAqB,EAChC,OAAO,EAAE,YAAY,CAAC,SAAS,CAAC,EAChC,aAAa,EAAE,aAAa,KACzB,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAK0C;IAE7E,eAAe,CAAC,EAAE,CAChB,GAAG,EAAE,EAAE,CAAC,OAAO,EACf,MAAM,EAAE,EAAE,CAAC,qBAAqB,EAChC,OAAO,EAAE,YAAY,CAAC,SAAS,CAAC,EAChC,aAAa,EAAE,aAAa,KACzB,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAK0C;IAE7E,gBAAgB,CAAC,EAAE,CACjB,GAAG,EAAE,EAAE,CAAC,OAAO,EACf,MAAM,EAAE,EAAE,CAAC,qBAAqB,EAChC,OAAO,EAAE,YAAY,CAAC,SAAS,CAAC,EAChC,aAAa,EAAE,aAAa,KACzB,OAAO,CAAC,MAAM,CAAC,IAAI,EAAE,OAAO,CAAC,CAAC,CAK2C;CAC/E"}
|
|
@@ -1,48 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TeamsAppSolutionV2 = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
|
-
const typedi_1 = require("typedi");
|
|
6
|
-
const common_1 = require("../../../../common");
|
|
7
|
-
const constants_1 = require("../../../../common/constants");
|
|
8
|
-
const SolutionPluginContainer_1 = require("../../../../core/SolutionPluginContainer");
|
|
9
|
-
const checkPermission_1 = require("./checkPermission");
|
|
10
|
-
const constants_2 = require("./constants");
|
|
11
|
-
const createEnv_1 = require("./createEnv");
|
|
12
|
-
const deploy_1 = require("./deploy");
|
|
13
|
-
const executeUserTask_1 = require("./executeUserTask");
|
|
14
|
-
const generateResourceTemplate_1 = require("./generateResourceTemplate");
|
|
15
|
-
const getQuestions_1 = require("./getQuestions");
|
|
16
|
-
const grantPermission_1 = require("./grantPermission");
|
|
17
|
-
const listCollaborator_1 = require("./listCollaborator");
|
|
18
|
-
const provision_1 = require("./provision");
|
|
19
|
-
const provisionLocal_1 = require("./provisionLocal");
|
|
20
|
-
const publish_1 = require("./publish");
|
|
21
|
-
const scaffolding_1 = require("./scaffolding");
|
|
22
|
-
let TeamsAppSolutionV2 = class TeamsAppSolutionV2 {
|
|
23
|
-
constructor() {
|
|
24
|
-
this.name = constants_2.TeamsAppSolutionNameV2;
|
|
25
|
-
this.displayName = constants_1.PluginDisplayName.Solution;
|
|
26
|
-
this.scaffoldSourceCode = scaffolding_1.scaffoldSourceCode;
|
|
27
|
-
this.generateResourceTemplate = generateResourceTemplate_1.generateResourceTemplate;
|
|
28
|
-
this.provisionResources = provision_1.provisionResource;
|
|
29
|
-
this.deploy = deploy_1.deploy;
|
|
30
|
-
this.publishApplication = publish_1.publishApplication;
|
|
31
|
-
this.provisionLocalResource = provisionLocal_1.provisionLocalResource;
|
|
32
|
-
this.getQuestionsForScaffolding = common_1.isPreviewFeaturesEnabled()
|
|
33
|
-
? getQuestions_1.getQuestionsForScaffoldingPreview
|
|
34
|
-
: getQuestions_1.getQuestionsForScaffolding;
|
|
35
|
-
this.executeUserTask = executeUserTask_1.executeUserTask;
|
|
36
|
-
this.createEnv = createEnv_1.createEnv;
|
|
37
|
-
this.getQuestions = getQuestions_1.getQuestions;
|
|
38
|
-
this.getQuestionsForUserTask = getQuestions_1.getQuestionsForUserTask;
|
|
39
|
-
this.grantPermission = (ctx, inputs, envInfo, tokenProvider) => grantPermission_1.grantPermission({ apiVersion: 2, ctx, inputs, envInfo, tokenProvider });
|
|
40
|
-
this.checkPermission = (ctx, inputs, envInfo, tokenProvider) => checkPermission_1.checkPermission({ apiVersion: 2, ctx, inputs, envInfo, tokenProvider });
|
|
41
|
-
this.listCollaborator = (ctx, inputs, envInfo, tokenProvider) => listCollaborator_1.listCollaborator({ apiVersion: 2, ctx, inputs, envInfo, tokenProvider });
|
|
42
|
-
}
|
|
43
|
-
};
|
|
44
|
-
TeamsAppSolutionV2 = tslib_1.__decorate([
|
|
45
|
-
typedi_1.Service(SolutionPluginContainer_1.SolutionPluginsV2.AzureTeamsSolutionV2)
|
|
46
|
-
], TeamsAppSolutionV2);
|
|
47
|
-
exports.TeamsAppSolutionV2 = TeamsAppSolutionV2;
|
|
48
|
-
//# sourceMappingURL=solution.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"solution.js","sourceRoot":"","sources":["../../../../../src/plugins/solution/fx-solution/v2/solution.ts"],"names":[],"mappings":";;;;AAaA,mCAAiC;AACjC,+CAA8D;AAC9D,4DAAiE;AACjE,sFAA6E;AAC7E,uDAAoD;AACpD,2CAAqD;AACrD,2CAAwC;AACxC,qCAAkC;AAClC,uDAAoD;AACpD,yEAAsE;AACtE,iDAKwB;AACxB,uDAAoD;AACpD,yDAAsD;AACtD,2CAAgD;AAChD,qDAA0D;AAC1D,uCAA+C;AAC/C,+CAAmD;AAGnD,IAAa,kBAAkB,GAA/B,MAAa,kBAAkB;IAA/B;QACE,SAAI,GAAG,kCAAsB,CAAC;QAC9B,gBAAW,GAAW,6BAAiB,CAAC,QAAQ,CAAC;QAEjD,uBAAkB,GAChB,gCAAkB,CAAC;QACrB,6BAAwB,GACtB,mDAAwB,CAAC;QAE3B,uBAAkB,GAAG,6BAAiB,CAAC;QAEvC,WAAM,GAKgC,eAAM,CAAC;QAE7C,uBAAkB,GAKoB,4BAAkB,CAAC;QACzD,2BAAsB,GAMqB,uCAAsB,CAAC;QAElE,+BAA0B,GAG6B,iCAAwB,EAAE;YAC/E,CAAC,CAAC,gDAAiC;YACnC,CAAC,CAAC,yCAA0B,CAAC;QAE/B,oBAAe,GAO0B,iCAAe,CAAC;QAEzD,cAAS,GAAyE,qBAAS,CAAC;QAE5F,iBAAY,GAK2C,2BAAY,CAAC;QAEpE,4BAAuB,GAMgC,sCAAuB,CAAC;QAE/E,oBAAe,GAKuB,CACpC,GAAe,EACf,MAAgC,EAChC,OAAgC,EAChC,aAA4B,EAC5B,EAAE,CAAC,iCAAe,CAAC,EAAE,UAAU,EAAE,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,aAAa,EAAE,CAAC,CAAC;QAE7E,oBAAe,GAKuB,CACpC,GAAe,EACf,MAAgC,EAChC,OAAgC,EAChC,aAA4B,EAC5B,EAAE,CAAC,iCAAe,CAAC,EAAE,UAAU,EAAE,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,aAAa,EAAE,CAAC,CAAC;QAE7E,qBAAgB,GAKsB,CACpC,GAAe,EACf,MAAgC,EAChC,OAAgC,EAChC,aAA4B,EAC5B,EAAE,CAAC,mCAAgB,CAAC,EAAE,UAAU,EAAE,CAAC,EAAE,GAAG,EAAE,MAAM,EAAE,OAAO,EAAE,aAAa,EAAE,CAAC,CAAC;IAChF,CAAC;CAAA,CAAA;AApGY,kBAAkB;IAD9B,gBAAO,CAAC,2CAAiB,CAAC,oBAAoB,CAAC;GACnC,kBAAkB,CAoG9B;AApGY,gDAAkB"}
|
|
@@ -1,28 +0,0 @@
|
|
|
1
|
-
import { v2, Inputs, FxError, Result, AzureSolutionSettings, Void, PermissionRequestProvider, Json, SolutionContext, Plugin, ProjectSettings, M365TokenProvider, v3, EnvInfo, TelemetryReporter } from "@microsoft/teamsfx-api";
|
|
2
|
-
import { PluginsWithContext } from "../types";
|
|
3
|
-
export declare function getSelectedPlugins(projectSettings: ProjectSettings): v2.ResourcePlugin[];
|
|
4
|
-
export declare function getAzureSolutionSettings(ctx: v2.Context): AzureSolutionSettings | undefined;
|
|
5
|
-
export declare function isAzureProject(azureSettings: AzureSolutionSettings | undefined): boolean;
|
|
6
|
-
export declare function isBotProject(azureSettings: AzureSolutionSettings | undefined): boolean;
|
|
7
|
-
export interface BotTroubleShootMessage {
|
|
8
|
-
troubleShootLink: string;
|
|
9
|
-
textForLogging: string;
|
|
10
|
-
textForMsgBox: string;
|
|
11
|
-
textForActionButton: string;
|
|
12
|
-
}
|
|
13
|
-
export declare function getBotTroubleShootMessage(isBot: boolean): BotTroubleShootMessage;
|
|
14
|
-
export declare function combineRecords<T>(records: {
|
|
15
|
-
name: string;
|
|
16
|
-
result: T;
|
|
17
|
-
}[]): Record<string, T>;
|
|
18
|
-
export declare function extractSolutionInputs(record: Json): v2.SolutionInputs;
|
|
19
|
-
export declare function setActivatedResourcePluginsV2(projectSettings: ProjectSettings): void;
|
|
20
|
-
export declare function ensurePermissionRequest(solutionSettings: AzureSolutionSettings, permissionRequestProvider: PermissionRequestProvider): Promise<Result<Void, FxError>>;
|
|
21
|
-
export declare function parseTeamsAppTenantId(appStudioToken?: Record<string, unknown>): Result<string, FxError>;
|
|
22
|
-
export declare function parseUserName(appStudioToken?: Record<string, unknown>): Result<string, FxError>;
|
|
23
|
-
export declare function checkWhetherLocalDebugM365TenantMatches(envInfo: v3.EnvInfoV3 | EnvInfo | undefined, telemetryReporter: TelemetryReporter | undefined, isCSharpProject: boolean, localDebugTenantId?: string, m365TokenProvider?: M365TokenProvider, projectPath?: string, isLegacyEnv?: boolean): Promise<Result<Void, FxError>>;
|
|
24
|
-
export declare function loadTeamsAppTenantIdForLocal(localSettings: v2.LocalSettings, appStudioToken?: Record<string, unknown>, envInfo?: v2.EnvInfoV2): Result<Void, FxError>;
|
|
25
|
-
export declare function fillInSolutionSettings(projectSettings: ProjectSettings, answers: Inputs): Result<Void, FxError>;
|
|
26
|
-
export declare function checkWetherProvisionSucceeded(config: Json): boolean;
|
|
27
|
-
export declare function getPluginAndContextArray(ctx: SolutionContext, selectedPlugins: Plugin[]): PluginsWithContext[];
|
|
28
|
-
//# sourceMappingURL=utils.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/solution/fx-solution/v2/utils.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,282 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.getPluginAndContextArray = exports.checkWetherProvisionSucceeded = exports.fillInSolutionSettings = exports.loadTeamsAppTenantIdForLocal = exports.checkWhetherLocalDebugM365TenantMatches = exports.parseUserName = exports.parseTeamsAppTenantId = exports.ensurePermissionRequest = exports.setActivatedResourcePluginsV2 = exports.extractSolutionInputs = exports.combineRecords = exports.getBotTroubleShootMessage = exports.isBotProject = exports.isAzureProject = exports.getAzureSolutionSettings = exports.getSelectedPlugins = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
|
-
const teamsfx_api_1 = require("@microsoft/teamsfx-api");
|
|
6
|
-
const fs_extra_1 = tslib_1.__importDefault(require("fs-extra"));
|
|
7
|
-
const tools_1 = require("../../../../common/tools");
|
|
8
|
-
const constants_1 = require("../constants");
|
|
9
|
-
const question_1 = require("../question");
|
|
10
|
-
const ResourcePluginContainer_1 = require("../ResourcePluginContainer");
|
|
11
|
-
const util_1 = require("../utils/util");
|
|
12
|
-
const localizeUtils_1 = require("../../../../common/localizeUtils");
|
|
13
|
-
const backupFiles_1 = require("../utils/backupFiles");
|
|
14
|
-
const telemetry_1 = require("../../../../common/telemetry");
|
|
15
|
-
const appSettingUtils_1 = require("../../../../component/code/appSettingUtils");
|
|
16
|
-
function getSelectedPlugins(projectSettings) {
|
|
17
|
-
return ResourcePluginContainer_1.getActivatedV2ResourcePlugins(projectSettings);
|
|
18
|
-
}
|
|
19
|
-
exports.getSelectedPlugins = getSelectedPlugins;
|
|
20
|
-
function getAzureSolutionSettings(ctx) {
|
|
21
|
-
return ctx.projectSetting.solutionSettings;
|
|
22
|
-
}
|
|
23
|
-
exports.getAzureSolutionSettings = getAzureSolutionSettings;
|
|
24
|
-
function isAzureProject(azureSettings) {
|
|
25
|
-
return azureSettings !== undefined && question_1.HostTypeOptionAzure.id === azureSettings.hostType;
|
|
26
|
-
}
|
|
27
|
-
exports.isAzureProject = isAzureProject;
|
|
28
|
-
function isBotProject(azureSettings) {
|
|
29
|
-
var _a, _b;
|
|
30
|
-
return (azureSettings !== undefined &&
|
|
31
|
-
(((_a = azureSettings.capabilities) === null || _a === void 0 ? void 0 : _a.includes(question_1.BotOptionItem.id)) ||
|
|
32
|
-
((_b = azureSettings.capabilities) === null || _b === void 0 ? void 0 : _b.includes(question_1.MessageExtensionItem.id))));
|
|
33
|
-
}
|
|
34
|
-
exports.isBotProject = isBotProject;
|
|
35
|
-
function getBotTroubleShootMessage(isBot) {
|
|
36
|
-
const botTroubleShootLink = "https://aka.ms/teamsfx-bot-help#how-can-i-troubleshoot-issues-when-teams-bot-isnt-responding-on-azure";
|
|
37
|
-
const botTroubleShootDesc = localizeUtils_1.getLocalizedString("core.deploy.botTroubleShoot");
|
|
38
|
-
const botTroubleShootLearnMore = localizeUtils_1.getLocalizedString("core.deploy.botTroubleShoot.learnMore");
|
|
39
|
-
const botTroubleShootMsg = `${botTroubleShootDesc} ${botTroubleShootLearnMore}: ${botTroubleShootLink}.`;
|
|
40
|
-
return {
|
|
41
|
-
troubleShootLink: botTroubleShootLink,
|
|
42
|
-
textForLogging: isBot ? botTroubleShootMsg : "",
|
|
43
|
-
textForMsgBox: botTroubleShootDesc,
|
|
44
|
-
textForActionButton: botTroubleShootLearnMore,
|
|
45
|
-
};
|
|
46
|
-
}
|
|
47
|
-
exports.getBotTroubleShootMessage = getBotTroubleShootMessage;
|
|
48
|
-
function combineRecords(records) {
|
|
49
|
-
const ret = {};
|
|
50
|
-
for (const record of records) {
|
|
51
|
-
ret[record.name] = record.result;
|
|
52
|
-
}
|
|
53
|
-
return ret;
|
|
54
|
-
}
|
|
55
|
-
exports.combineRecords = combineRecords;
|
|
56
|
-
function extractSolutionInputs(record) {
|
|
57
|
-
return {
|
|
58
|
-
resourceNameSuffix: record["resourceNameSuffix"],
|
|
59
|
-
resourceGroupName: record["resourceGroupName"],
|
|
60
|
-
location: record["location"],
|
|
61
|
-
teamsAppTenantId: record["teamsAppTenantId"],
|
|
62
|
-
remoteTeamsAppId: undefined,
|
|
63
|
-
subscriptionId: record["subscriptionId"],
|
|
64
|
-
provisionSucceeded: record[constants_1.SOLUTION_PROVISION_SUCCEEDED],
|
|
65
|
-
tenantId: record["tenantId"],
|
|
66
|
-
};
|
|
67
|
-
}
|
|
68
|
-
exports.extractSolutionInputs = extractSolutionInputs;
|
|
69
|
-
function setActivatedResourcePluginsV2(projectSettings) {
|
|
70
|
-
const activatedPluginNames = ResourcePluginContainer_1.getAllV2ResourcePlugins()
|
|
71
|
-
.filter((p) => p.activate && p.activate(projectSettings) === true)
|
|
72
|
-
.map((p) => p.name);
|
|
73
|
-
projectSettings.solutionSettings.activeResourcePlugins = activatedPluginNames;
|
|
74
|
-
}
|
|
75
|
-
exports.setActivatedResourcePluginsV2 = setActivatedResourcePluginsV2;
|
|
76
|
-
async function ensurePermissionRequest(solutionSettings, permissionRequestProvider) {
|
|
77
|
-
if (!isAzureProject(solutionSettings)) {
|
|
78
|
-
return teamsfx_api_1.err(new teamsfx_api_1.UserError(constants_1.SolutionSource, constants_1.SolutionError.CannotUpdatePermissionForSPFx, "Cannot update permission for SPFx project"));
|
|
79
|
-
}
|
|
80
|
-
if (!tools_1.isAadManifestEnabled()) {
|
|
81
|
-
const result = await permissionRequestProvider.checkPermissionRequest();
|
|
82
|
-
if (result && result.isErr()) {
|
|
83
|
-
return result.map(teamsfx_api_1.err);
|
|
84
|
-
}
|
|
85
|
-
}
|
|
86
|
-
return teamsfx_api_1.ok(teamsfx_api_1.Void);
|
|
87
|
-
}
|
|
88
|
-
exports.ensurePermissionRequest = ensurePermissionRequest;
|
|
89
|
-
function parseTeamsAppTenantId(appStudioToken) {
|
|
90
|
-
if (appStudioToken === undefined) {
|
|
91
|
-
return teamsfx_api_1.err(new teamsfx_api_1.SystemError(constants_1.SolutionSource, constants_1.SolutionError.NoAppStudioToken, "Graph token json is undefined"));
|
|
92
|
-
}
|
|
93
|
-
const teamsAppTenantId = appStudioToken["tid"];
|
|
94
|
-
if (teamsAppTenantId === undefined ||
|
|
95
|
-
!(typeof teamsAppTenantId === "string") ||
|
|
96
|
-
teamsAppTenantId.length === 0) {
|
|
97
|
-
return teamsfx_api_1.err(new teamsfx_api_1.SystemError(constants_1.SolutionSource, constants_1.SolutionError.NoTeamsAppTenantId, localizeUtils_1.getDefaultString("error.NoTeamsAppTenantId"), localizeUtils_1.getLocalizedString("error.NoTeamsAppTenantId")));
|
|
98
|
-
}
|
|
99
|
-
return teamsfx_api_1.ok(teamsAppTenantId);
|
|
100
|
-
}
|
|
101
|
-
exports.parseTeamsAppTenantId = parseTeamsAppTenantId;
|
|
102
|
-
function parseUserName(appStudioToken) {
|
|
103
|
-
if (appStudioToken === undefined) {
|
|
104
|
-
return teamsfx_api_1.err(new teamsfx_api_1.SystemError("Solution", constants_1.SolutionError.NoAppStudioToken, "Graph token json is undefined"));
|
|
105
|
-
}
|
|
106
|
-
const userName = appStudioToken["upn"];
|
|
107
|
-
if (userName === undefined || !(typeof userName === "string") || userName.length === 0) {
|
|
108
|
-
return teamsfx_api_1.err(new teamsfx_api_1.SystemError("Solution", constants_1.SolutionError.NoUserName, "Cannot find user name from App Studio token."));
|
|
109
|
-
}
|
|
110
|
-
return teamsfx_api_1.ok(userName);
|
|
111
|
-
}
|
|
112
|
-
exports.parseUserName = parseUserName;
|
|
113
|
-
async function checkWhetherLocalDebugM365TenantMatches(envInfo, telemetryReporter, isCSharpProject, localDebugTenantId, m365TokenProvider, projectPath, isLegacyEnv) {
|
|
114
|
-
if (localDebugTenantId) {
|
|
115
|
-
const appStudioTokenJsonRes = await (m365TokenProvider === null || m365TokenProvider === void 0 ? void 0 : m365TokenProvider.getJsonObject({
|
|
116
|
-
scopes: tools_1.AppStudioScopes,
|
|
117
|
-
}));
|
|
118
|
-
const appStudioTokenJson = (appStudioTokenJsonRes === null || appStudioTokenJsonRes === void 0 ? void 0 : appStudioTokenJsonRes.isOk())
|
|
119
|
-
? appStudioTokenJsonRes.value
|
|
120
|
-
: undefined;
|
|
121
|
-
const maybeM365TenantId = parseTeamsAppTenantId(appStudioTokenJson);
|
|
122
|
-
if (maybeM365TenantId.isErr()) {
|
|
123
|
-
return maybeM365TenantId;
|
|
124
|
-
}
|
|
125
|
-
const maybeM365UserAccount = parseUserName(appStudioTokenJson);
|
|
126
|
-
if (maybeM365UserAccount.isErr()) {
|
|
127
|
-
return maybeM365UserAccount;
|
|
128
|
-
}
|
|
129
|
-
if (maybeM365TenantId.value !== localDebugTenantId) {
|
|
130
|
-
if (projectPath !== undefined &&
|
|
131
|
-
(await fs_extra_1.default.pathExists(`${projectPath}/bot/.notification.localstore.json`))) {
|
|
132
|
-
const errorMessage = localizeUtils_1.getLocalizedString("core.localDebug.tenantConfirmNoticeWhenAllowSwitchAccount", localDebugTenantId, maybeM365UserAccount.value, "bot/.notification.localstore.json");
|
|
133
|
-
return teamsfx_api_1.err(new teamsfx_api_1.UserError("Solution", constants_1.SolutionError.CannotLocalDebugInDifferentTenant, errorMessage));
|
|
134
|
-
}
|
|
135
|
-
else if (envInfo) {
|
|
136
|
-
telemetryReporter === null || telemetryReporter === void 0 ? void 0 : telemetryReporter.sendTelemetryEvent(telemetry_1.TelemetryEvent.CheckLocalDebugTenant, {
|
|
137
|
-
[telemetry_1.TelemetryProperty.HasSwitchedM365Tenant]: "true",
|
|
138
|
-
[constants_1.SolutionTelemetryProperty.M365TenantId]: maybeM365TenantId.value,
|
|
139
|
-
[constants_1.SolutionTelemetryProperty.PreviousM365TenantId]: localDebugTenantId,
|
|
140
|
-
});
|
|
141
|
-
if (!isLegacyEnv) {
|
|
142
|
-
const keys = Object.keys(envInfo.state);
|
|
143
|
-
for (const key of keys) {
|
|
144
|
-
if (key !== "solution") {
|
|
145
|
-
delete envInfo.state[key];
|
|
146
|
-
}
|
|
147
|
-
}
|
|
148
|
-
}
|
|
149
|
-
else {
|
|
150
|
-
const keys = envInfo.state.keys();
|
|
151
|
-
for (const key of keys) {
|
|
152
|
-
envInfo.state.delete(key);
|
|
153
|
-
}
|
|
154
|
-
}
|
|
155
|
-
if (projectPath !== undefined) {
|
|
156
|
-
const backupFilesRes = await backupFiles_1.backupFiles(envInfo.envName, projectPath, isCSharpProject);
|
|
157
|
-
if (backupFilesRes.isErr()) {
|
|
158
|
-
return teamsfx_api_1.err(backupFilesRes.error);
|
|
159
|
-
}
|
|
160
|
-
if (isCSharpProject) {
|
|
161
|
-
await appSettingUtils_1.resetAppSettingsDevelopment(projectPath);
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
}
|
|
165
|
-
}
|
|
166
|
-
else {
|
|
167
|
-
telemetryReporter === null || telemetryReporter === void 0 ? void 0 : telemetryReporter.sendTelemetryEvent(telemetry_1.TelemetryEvent.CheckLocalDebugTenant, {
|
|
168
|
-
[telemetry_1.TelemetryProperty.HasSwitchedM365Tenant]: "false",
|
|
169
|
-
[constants_1.SolutionTelemetryProperty.M365TenantId]: maybeM365TenantId.value,
|
|
170
|
-
[constants_1.SolutionTelemetryProperty.PreviousM365TenantId]: localDebugTenantId,
|
|
171
|
-
});
|
|
172
|
-
}
|
|
173
|
-
}
|
|
174
|
-
return teamsfx_api_1.ok(teamsfx_api_1.Void);
|
|
175
|
-
}
|
|
176
|
-
exports.checkWhetherLocalDebugM365TenantMatches = checkWhetherLocalDebugM365TenantMatches;
|
|
177
|
-
// Loads teams app tenant id into local settings.
|
|
178
|
-
function loadTeamsAppTenantIdForLocal(localSettings, appStudioToken, envInfo) {
|
|
179
|
-
return parseTeamsAppTenantId(appStudioToken).andThen((teamsAppTenantId) => {
|
|
180
|
-
envInfo.state.solution.teamsAppTenantId = teamsAppTenantId;
|
|
181
|
-
return teamsfx_api_1.ok(teamsfx_api_1.Void);
|
|
182
|
-
});
|
|
183
|
-
}
|
|
184
|
-
exports.loadTeamsAppTenantIdForLocal = loadTeamsAppTenantIdForLocal;
|
|
185
|
-
function fillInSolutionSettings(projectSettings, answers) {
|
|
186
|
-
const solutionSettings = projectSettings.solutionSettings || {};
|
|
187
|
-
let capabilities = answers[question_1.AzureSolutionQuestionNames.Capabilities] || [];
|
|
188
|
-
if (tools_1.isAadManifestEnabled()) {
|
|
189
|
-
if (capabilities.includes(question_1.TabOptionItem.id)) {
|
|
190
|
-
capabilities.push(question_1.TabSsoItem.id);
|
|
191
|
-
}
|
|
192
|
-
else if (capabilities.includes(question_1.TabNonSsoItem.id)) {
|
|
193
|
-
const index = capabilities.indexOf(question_1.TabNonSsoItem.id);
|
|
194
|
-
capabilities.splice(index, 1);
|
|
195
|
-
capabilities.push(question_1.TabOptionItem.id);
|
|
196
|
-
}
|
|
197
|
-
}
|
|
198
|
-
if (!capabilities || capabilities.length === 0) {
|
|
199
|
-
return teamsfx_api_1.err(new teamsfx_api_1.SystemError(constants_1.SolutionSource, constants_1.SolutionError.InternelError, "capabilities is empty"));
|
|
200
|
-
}
|
|
201
|
-
let hostType = answers[question_1.AzureSolutionQuestionNames.HostType];
|
|
202
|
-
if (capabilities.includes(question_1.NotificationOptionItem.id) ||
|
|
203
|
-
capabilities.includes(question_1.CommandAndResponseOptionItem.id) ||
|
|
204
|
-
capabilities.includes(question_1.WorkflowOptionItem.id)) {
|
|
205
|
-
// find and replace "NotificationOptionItem" and "CommandAndResponseOptionItem" to "BotOptionItem", so it does not impact capabilities in projectSettings.json
|
|
206
|
-
const scenarios = [];
|
|
207
|
-
const notificationIndex = capabilities.indexOf(question_1.NotificationOptionItem.id);
|
|
208
|
-
if (notificationIndex !== -1) {
|
|
209
|
-
capabilities[notificationIndex] = question_1.BotOptionItem.id;
|
|
210
|
-
scenarios.push(question_1.BotScenario.NotificationBot);
|
|
211
|
-
}
|
|
212
|
-
const commandAndResponseIndex = capabilities.indexOf(question_1.CommandAndResponseOptionItem.id);
|
|
213
|
-
if (commandAndResponseIndex !== -1) {
|
|
214
|
-
capabilities[commandAndResponseIndex] = question_1.BotOptionItem.id;
|
|
215
|
-
scenarios.push(question_1.BotScenario.CommandAndResponseBot);
|
|
216
|
-
}
|
|
217
|
-
const workflowIndex = capabilities.indexOf(question_1.WorkflowOptionItem.id);
|
|
218
|
-
if (workflowIndex !== -1) {
|
|
219
|
-
capabilities[workflowIndex] = question_1.BotOptionItem.id;
|
|
220
|
-
scenarios.push(question_1.BotScenario.WorkflowBot);
|
|
221
|
-
}
|
|
222
|
-
answers[question_1.AzureSolutionQuestionNames.Scenarios] = scenarios;
|
|
223
|
-
// dedup
|
|
224
|
-
capabilities = [...new Set(capabilities)];
|
|
225
|
-
hostType = question_1.HostTypeOptionAzure.id;
|
|
226
|
-
}
|
|
227
|
-
else if (capabilities.includes(question_1.BotOptionItem.id) ||
|
|
228
|
-
capabilities.includes(question_1.MessageExtensionItem.id) ||
|
|
229
|
-
capabilities.includes(question_1.TabOptionItem.id)) {
|
|
230
|
-
hostType = question_1.HostTypeOptionAzure.id;
|
|
231
|
-
}
|
|
232
|
-
else if (capabilities.includes(question_1.TabSPFxItem.id)) {
|
|
233
|
-
// set capabilities to TabOptionItem in case of TabSPFx item, so donot impact capabilities.includes() check overall
|
|
234
|
-
capabilities = [question_1.TabOptionItem.id];
|
|
235
|
-
hostType = question_1.HostTypeOptionSPFx.id;
|
|
236
|
-
}
|
|
237
|
-
else if (capabilities.includes(question_1.M365SsoLaunchPageOptionItem.id)) {
|
|
238
|
-
capabilities = [question_1.TabOptionItem.id];
|
|
239
|
-
if (tools_1.isAadManifestEnabled()) {
|
|
240
|
-
capabilities.push(question_1.TabSsoItem.id);
|
|
241
|
-
}
|
|
242
|
-
hostType = question_1.HostTypeOptionAzure.id;
|
|
243
|
-
}
|
|
244
|
-
else if (capabilities.includes(question_1.M365SearchAppOptionItem.id)) {
|
|
245
|
-
capabilities = [question_1.MessageExtensionItem.id];
|
|
246
|
-
const scenarios = [question_1.M365SearchAppOptionItem.id];
|
|
247
|
-
answers[question_1.AzureSolutionQuestionNames.Scenarios] = scenarios;
|
|
248
|
-
hostType = question_1.HostTypeOptionAzure.id;
|
|
249
|
-
}
|
|
250
|
-
if (!hostType) {
|
|
251
|
-
return teamsfx_api_1.err(new teamsfx_api_1.SystemError(constants_1.SolutionSource, constants_1.SolutionError.InternelError, "hostType is undefined"));
|
|
252
|
-
}
|
|
253
|
-
solutionSettings.hostType = hostType;
|
|
254
|
-
let azureResources;
|
|
255
|
-
if (hostType === question_1.HostTypeOptionAzure.id && capabilities.includes(question_1.TabOptionItem.id)) {
|
|
256
|
-
azureResources = answers[question_1.AzureSolutionQuestionNames.AzureResources];
|
|
257
|
-
if (azureResources) {
|
|
258
|
-
if ((azureResources.includes(question_1.AzureResourceSQL.id) ||
|
|
259
|
-
azureResources.includes(question_1.AzureResourceApim.id)) &&
|
|
260
|
-
!azureResources.includes(question_1.AzureResourceFunction.id)) {
|
|
261
|
-
azureResources.push(question_1.AzureResourceFunction.id);
|
|
262
|
-
}
|
|
263
|
-
}
|
|
264
|
-
else
|
|
265
|
-
azureResources = [];
|
|
266
|
-
}
|
|
267
|
-
solutionSettings.azureResources = azureResources || [];
|
|
268
|
-
solutionSettings.capabilities = capabilities || [];
|
|
269
|
-
// fill in activeResourcePlugins
|
|
270
|
-
setActivatedResourcePluginsV2(projectSettings);
|
|
271
|
-
return teamsfx_api_1.ok(teamsfx_api_1.Void);
|
|
272
|
-
}
|
|
273
|
-
exports.fillInSolutionSettings = fillInSolutionSettings;
|
|
274
|
-
function checkWetherProvisionSucceeded(config) {
|
|
275
|
-
return config[constants_1.GLOBAL_CONFIG] && config[constants_1.GLOBAL_CONFIG][constants_1.SOLUTION_PROVISION_SUCCEEDED];
|
|
276
|
-
}
|
|
277
|
-
exports.checkWetherProvisionSucceeded = checkWetherProvisionSucceeded;
|
|
278
|
-
function getPluginAndContextArray(ctx, selectedPlugins) {
|
|
279
|
-
return selectedPlugins.map((plugin) => [plugin, util_1.getPluginContext(ctx, plugin.name)]);
|
|
280
|
-
}
|
|
281
|
-
exports.getPluginAndContextArray = getPluginAndContextArray;
|
|
282
|
-
//# sourceMappingURL=utils.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"utils.js","sourceRoot":"","sources":["../../../../../src/plugins/solution/fx-solution/v2/utils.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
export declare const BuiltInSolutionNames: {
|
|
2
|
-
azure: string;
|
|
3
|
-
spfx: string;
|
|
4
|
-
};
|
|
5
|
-
export declare const BuiltInFeaturePluginNames: {
|
|
6
|
-
appStudio: string;
|
|
7
|
-
aad: string;
|
|
8
|
-
bot: string;
|
|
9
|
-
function: string;
|
|
10
|
-
frontend: string;
|
|
11
|
-
spfx: string;
|
|
12
|
-
simpleAuth: string;
|
|
13
|
-
identity: string;
|
|
14
|
-
apim: string;
|
|
15
|
-
keyVault: string;
|
|
16
|
-
sql: string;
|
|
17
|
-
};
|
|
18
|
-
//# sourceMappingURL=constants.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"constants.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/solution/fx-solution/v3/constants.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,oBAAoB;;;CAGhC,CAAC;AACF,eAAO,MAAM,yBAAyB;;;;;;;;;;;;CAYrC,CAAC"}
|