@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,65 +0,0 @@
|
|
|
1
|
-
import { FuncQuestion, MultiSelectQuestion, OptionItem, TextInputQuestion } from "@microsoft/teamsfx-api";
|
|
2
|
-
export declare const TabOptionItem: OptionItem;
|
|
3
|
-
export declare const TabNewUIOptionItem: OptionItem;
|
|
4
|
-
export declare const BotOptionItem: OptionItem;
|
|
5
|
-
export declare const BotNewUIOptionItem: OptionItem;
|
|
6
|
-
export declare const NotificationOptionItem: OptionItem;
|
|
7
|
-
export declare const CommandAndResponseOptionItem: OptionItem;
|
|
8
|
-
export declare const WorkflowOptionItem: OptionItem;
|
|
9
|
-
export declare const ExistingTabOptionItem: OptionItem;
|
|
10
|
-
export declare const MessageExtensionItem: OptionItem;
|
|
11
|
-
export declare const MessageExtensionNewUIItem: OptionItem;
|
|
12
|
-
export declare const TabSPFxItem: OptionItem;
|
|
13
|
-
export declare const TabSPFxNewUIItem: OptionItem;
|
|
14
|
-
export declare const TabSsoItem: OptionItem;
|
|
15
|
-
export declare const BotSsoItem: OptionItem;
|
|
16
|
-
export declare const TabNonSsoItem: OptionItem;
|
|
17
|
-
export declare const M365SsoLaunchPageOptionItem: OptionItem;
|
|
18
|
-
export declare const M365SearchAppOptionItem: OptionItem;
|
|
19
|
-
export declare enum AzureSolutionQuestionNames {
|
|
20
|
-
Capabilities = "capabilities",
|
|
21
|
-
TabScopes = "tab-scopes",
|
|
22
|
-
HostType = "host-type",
|
|
23
|
-
AzureResources = "azure-resources",
|
|
24
|
-
PluginSelectionDeploy = "deploy-plugin",
|
|
25
|
-
AddResources = "add-azure-resources",
|
|
26
|
-
AppName = "app-name",
|
|
27
|
-
AskSub = "subscription",
|
|
28
|
-
ProgrammingLanguage = "programming-language",
|
|
29
|
-
Solution = "solution",
|
|
30
|
-
Scenarios = "scenarios",
|
|
31
|
-
Features = "features"
|
|
32
|
-
}
|
|
33
|
-
export declare const HostTypeOptionAzure: OptionItem;
|
|
34
|
-
export declare const HostTypeOptionSPFx: OptionItem;
|
|
35
|
-
export declare const AzureResourceSQL: OptionItem;
|
|
36
|
-
export declare const AzureResourceSQLNewUI: OptionItem;
|
|
37
|
-
export declare const AzureResourceFunction: OptionItem;
|
|
38
|
-
export declare const AzureResourceFunctionNewUI: OptionItem;
|
|
39
|
-
export declare const AzureResourceApim: OptionItem;
|
|
40
|
-
export declare const AzureResourceApimNewUI: OptionItem;
|
|
41
|
-
export declare const AzureResourceKeyVault: OptionItem;
|
|
42
|
-
export declare const AzureResourceKeyVaultNewUI: OptionItem;
|
|
43
|
-
export declare const SingleSignOnOptionItem: OptionItem;
|
|
44
|
-
export declare const ApiConnectionOptionItem: OptionItem;
|
|
45
|
-
export declare const CicdOptionItem: OptionItem;
|
|
46
|
-
export declare enum BotScenario {
|
|
47
|
-
NotificationBot = "notificationBot",
|
|
48
|
-
CommandAndResponseBot = "commandAndResponseBot",
|
|
49
|
-
WorkflowBot = "workflowBot"
|
|
50
|
-
}
|
|
51
|
-
export declare const BotNotificationTriggers: {
|
|
52
|
-
readonly Timer: "timer";
|
|
53
|
-
readonly Http: "http";
|
|
54
|
-
};
|
|
55
|
-
export declare type BotNotificationTrigger = typeof BotNotificationTriggers[keyof typeof BotNotificationTriggers];
|
|
56
|
-
export declare const AzureResourcesQuestion: MultiSelectQuestion;
|
|
57
|
-
export declare function createAddAzureResourceQuestion(alreadyHaveFunction: boolean, alreadyHaveSQL: boolean, alreadyHaveAPIM: boolean, alreadyHaveKeyVault: boolean): MultiSelectQuestion;
|
|
58
|
-
export declare function createAddCloudResourceOptions(alreadyHaveAPIM: boolean, alreadyHaveKeyVault: boolean): OptionItem[];
|
|
59
|
-
export declare function addCapabilityQuestion(alreadyHaveTab: boolean, alreadyHaveBot: boolean): MultiSelectQuestion;
|
|
60
|
-
export declare const DeployPluginSelectQuestion: MultiSelectQuestion;
|
|
61
|
-
export declare const AskSubscriptionQuestion: FuncQuestion;
|
|
62
|
-
export declare function getUserEmailQuestion(currentUserEmail: string): TextInputQuestion;
|
|
63
|
-
export declare const BotFeatureIds: string[];
|
|
64
|
-
export declare const TabFeatureIds: string[];
|
|
65
|
-
//# sourceMappingURL=question.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"question.d.ts","sourceRoot":"","sources":["../../../../src/plugins/solution/fx-solution/question.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,416 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.TabFeatureIds = exports.BotFeatureIds = exports.getUserEmailQuestion = exports.AskSubscriptionQuestion = exports.DeployPluginSelectQuestion = exports.addCapabilityQuestion = exports.createAddCloudResourceOptions = exports.createAddAzureResourceQuestion = exports.AzureResourcesQuestion = exports.BotNotificationTriggers = exports.BotScenario = exports.CicdOptionItem = exports.ApiConnectionOptionItem = exports.SingleSignOnOptionItem = exports.AzureResourceKeyVaultNewUI = exports.AzureResourceKeyVault = exports.AzureResourceApimNewUI = exports.AzureResourceApim = exports.AzureResourceFunctionNewUI = exports.AzureResourceFunction = exports.AzureResourceSQLNewUI = exports.AzureResourceSQL = exports.HostTypeOptionSPFx = exports.HostTypeOptionAzure = exports.AzureSolutionQuestionNames = exports.M365SearchAppOptionItem = exports.M365SsoLaunchPageOptionItem = exports.TabNonSsoItem = exports.BotSsoItem = exports.TabSsoItem = exports.TabSPFxNewUIItem = exports.TabSPFxItem = exports.MessageExtensionNewUIItem = exports.MessageExtensionItem = exports.ExistingTabOptionItem = exports.WorkflowOptionItem = exports.CommandAndResponseOptionItem = exports.NotificationOptionItem = exports.BotNewUIOptionItem = exports.BotOptionItem = exports.TabNewUIOptionItem = exports.TabOptionItem = void 0;
|
|
4
|
-
// Copyright (c) Microsoft Corporation.
|
|
5
|
-
// Licensed under the MIT license.
|
|
6
|
-
const teamsfx_api_1 = require("@microsoft/teamsfx-api");
|
|
7
|
-
const featureFlags_1 = require("../../../common/featureFlags");
|
|
8
|
-
const localizeUtils_1 = require("../../../common/localizeUtils");
|
|
9
|
-
exports.TabOptionItem = {
|
|
10
|
-
id: "Tab",
|
|
11
|
-
label: localizeUtils_1.getLocalizedString("core.TabOption.label"),
|
|
12
|
-
cliName: "tab",
|
|
13
|
-
description: localizeUtils_1.getLocalizedString("core.TabOption.description"),
|
|
14
|
-
detail: localizeUtils_1.getLocalizedString("core.TabOption.detail"),
|
|
15
|
-
};
|
|
16
|
-
exports.TabNewUIOptionItem = {
|
|
17
|
-
id: "Tab",
|
|
18
|
-
label: `$(browser) ${localizeUtils_1.getLocalizedString("core.TabOption.labelNew")}`,
|
|
19
|
-
cliName: "tab",
|
|
20
|
-
detail: localizeUtils_1.getLocalizedString("core.TabOption.detailNew"),
|
|
21
|
-
groupName: localizeUtils_1.getLocalizedString("core.options.separator.scenario"),
|
|
22
|
-
data: "https://aka.ms/teamsfx-tab-with-sso",
|
|
23
|
-
buttons: [
|
|
24
|
-
{
|
|
25
|
-
iconPath: "tasklist",
|
|
26
|
-
tooltip: localizeUtils_1.getLocalizedString("core.option.tutorial"),
|
|
27
|
-
command: "fx-extension.openTutorial",
|
|
28
|
-
},
|
|
29
|
-
],
|
|
30
|
-
};
|
|
31
|
-
exports.BotOptionItem = {
|
|
32
|
-
id: "Bot",
|
|
33
|
-
label: "Bot",
|
|
34
|
-
cliName: "bot",
|
|
35
|
-
description: localizeUtils_1.getLocalizedString("core.BotOption.description"),
|
|
36
|
-
detail: localizeUtils_1.getLocalizedString("core.BotOption.detail"),
|
|
37
|
-
};
|
|
38
|
-
exports.BotNewUIOptionItem = {
|
|
39
|
-
id: "Bot",
|
|
40
|
-
label: `$(hubot) ${localizeUtils_1.getLocalizedString("core.BotNewUIOption.label")}`,
|
|
41
|
-
cliName: "bot",
|
|
42
|
-
detail: localizeUtils_1.getLocalizedString("core.BotNewUIOption.detail"),
|
|
43
|
-
groupName: localizeUtils_1.getLocalizedString("core.options.separator.basic"),
|
|
44
|
-
};
|
|
45
|
-
exports.NotificationOptionItem = {
|
|
46
|
-
// For default option, id and cliName must be the same
|
|
47
|
-
id: "Notification",
|
|
48
|
-
label: `$(hubot) ${localizeUtils_1.getLocalizedString("core.NotificationOption.label")}`,
|
|
49
|
-
description: localizeUtils_1.getLocalizedString("core.Option.recommend"),
|
|
50
|
-
cliName: "notification",
|
|
51
|
-
detail: localizeUtils_1.getLocalizedString("core.NotificationOption.detail"),
|
|
52
|
-
groupName: localizeUtils_1.getLocalizedString("core.options.separator.scenario"),
|
|
53
|
-
data: "https://aka.ms/teamsfx-send-notification",
|
|
54
|
-
buttons: [
|
|
55
|
-
{
|
|
56
|
-
iconPath: "tasklist",
|
|
57
|
-
tooltip: localizeUtils_1.getLocalizedString("core.option.tutorial"),
|
|
58
|
-
command: "fx-extension.openTutorial",
|
|
59
|
-
},
|
|
60
|
-
],
|
|
61
|
-
};
|
|
62
|
-
exports.CommandAndResponseOptionItem = {
|
|
63
|
-
// id must match cli `yargsHelp`
|
|
64
|
-
id: "command-bot",
|
|
65
|
-
label: `$(hubot) ${localizeUtils_1.getLocalizedString("core.CommandAndResponseOption.label")}`,
|
|
66
|
-
description: localizeUtils_1.getLocalizedString("core.Option.recommend"),
|
|
67
|
-
cliName: "command-bot",
|
|
68
|
-
detail: localizeUtils_1.getLocalizedString("core.CommandAndResponseOption.detail"),
|
|
69
|
-
groupName: localizeUtils_1.getLocalizedString("core.options.separator.scenario"),
|
|
70
|
-
data: "https://aka.ms/teamsfx-create-command",
|
|
71
|
-
buttons: [
|
|
72
|
-
{
|
|
73
|
-
iconPath: "tasklist",
|
|
74
|
-
tooltip: localizeUtils_1.getLocalizedString("core.option.tutorial"),
|
|
75
|
-
command: "fx-extension.openTutorial",
|
|
76
|
-
},
|
|
77
|
-
],
|
|
78
|
-
};
|
|
79
|
-
exports.WorkflowOptionItem = {
|
|
80
|
-
// id must match cli `yargsHelp`
|
|
81
|
-
id: "workflow-bot",
|
|
82
|
-
label: `$(hubot) ${localizeUtils_1.getLocalizedString("core.WorkflowOption.label")}`,
|
|
83
|
-
description: localizeUtils_1.getLocalizedString("core.Option.recommend"),
|
|
84
|
-
cliName: "workflow-bot",
|
|
85
|
-
detail: localizeUtils_1.getLocalizedString("core.WorkflowOption.detail"),
|
|
86
|
-
groupName: localizeUtils_1.getLocalizedString("core.options.separator.scenario"),
|
|
87
|
-
data: "https://aka.ms/teamsfx-create-workflow",
|
|
88
|
-
buttons: [
|
|
89
|
-
{
|
|
90
|
-
iconPath: "tasklist",
|
|
91
|
-
tooltip: localizeUtils_1.getLocalizedString("core.option.tutorial"),
|
|
92
|
-
command: "fx-extension.openTutorial",
|
|
93
|
-
},
|
|
94
|
-
],
|
|
95
|
-
};
|
|
96
|
-
exports.ExistingTabOptionItem = {
|
|
97
|
-
id: "ExistingTab",
|
|
98
|
-
label: `$(browser) ${localizeUtils_1.getLocalizedString("core.ExistingTabOption.label")}`,
|
|
99
|
-
cliName: "existing-tab",
|
|
100
|
-
detail: localizeUtils_1.getLocalizedString("core.ExistingTabOption.detail"),
|
|
101
|
-
groupName: localizeUtils_1.getLocalizedString("core.options.separator.scenario"),
|
|
102
|
-
data: "https://aka.ms/teamsfx-embed-existing-web",
|
|
103
|
-
buttons: [
|
|
104
|
-
{
|
|
105
|
-
iconPath: "tasklist",
|
|
106
|
-
tooltip: localizeUtils_1.getLocalizedString("core.option.tutorial"),
|
|
107
|
-
command: "fx-extension.openTutorial",
|
|
108
|
-
},
|
|
109
|
-
],
|
|
110
|
-
};
|
|
111
|
-
exports.MessageExtensionItem = {
|
|
112
|
-
id: "MessagingExtension",
|
|
113
|
-
label: localizeUtils_1.getLocalizedString("core.MessageExtensionOption.label"),
|
|
114
|
-
cliName: "message-extension",
|
|
115
|
-
description: localizeUtils_1.getLocalizedString("core.MessageExtensionOption.description"),
|
|
116
|
-
detail: localizeUtils_1.getLocalizedString("core.MessageExtensionOption.detail"),
|
|
117
|
-
};
|
|
118
|
-
exports.MessageExtensionNewUIItem = {
|
|
119
|
-
id: "MessagingExtension",
|
|
120
|
-
label: `$(comment-discussion) ${localizeUtils_1.getLocalizedString("core.MessageExtensionOption.labelNew")}`,
|
|
121
|
-
cliName: "message-extension",
|
|
122
|
-
detail: localizeUtils_1.getLocalizedString("core.MessageExtensionOption.detail"),
|
|
123
|
-
groupName: localizeUtils_1.getLocalizedString("core.options.separator.basic"),
|
|
124
|
-
};
|
|
125
|
-
exports.TabSPFxItem = {
|
|
126
|
-
id: "TabSPFx",
|
|
127
|
-
label: localizeUtils_1.getLocalizedString("core.TabSPFxOption.label"),
|
|
128
|
-
cliName: "tab-spfx",
|
|
129
|
-
description: localizeUtils_1.getLocalizedString("core.TabSPFxOption.description"),
|
|
130
|
-
detail: localizeUtils_1.getLocalizedString("core.TabSPFxOption.detail"),
|
|
131
|
-
};
|
|
132
|
-
exports.TabSPFxNewUIItem = {
|
|
133
|
-
id: "TabSPFx",
|
|
134
|
-
label: `$(browser) ${localizeUtils_1.getLocalizedString("core.TabSPFxOption.labelNew")}`,
|
|
135
|
-
cliName: "tab-spfx",
|
|
136
|
-
detail: localizeUtils_1.getLocalizedString("core.TabSPFxOption.detailNew"),
|
|
137
|
-
groupName: localizeUtils_1.getLocalizedString("core.options.separator.scenario"),
|
|
138
|
-
};
|
|
139
|
-
exports.TabSsoItem = {
|
|
140
|
-
id: "TabSSO",
|
|
141
|
-
label: "TabSSO",
|
|
142
|
-
cliName: "tab-sso",
|
|
143
|
-
description: localizeUtils_1.getLocalizedString("core.TabSso.description"),
|
|
144
|
-
detail: localizeUtils_1.getLocalizedString("core.TabSso.detail"),
|
|
145
|
-
groupName: localizeUtils_1.getLocalizedString("core.options.separator.scenario"),
|
|
146
|
-
};
|
|
147
|
-
exports.BotSsoItem = {
|
|
148
|
-
id: "BotSSO",
|
|
149
|
-
label: "BotSSO",
|
|
150
|
-
cliName: "bot-sso",
|
|
151
|
-
description: localizeUtils_1.getLocalizedString("core.BotSso.description"),
|
|
152
|
-
detail: localizeUtils_1.getLocalizedString("core.BotSso.detail"),
|
|
153
|
-
};
|
|
154
|
-
exports.TabNonSsoItem = {
|
|
155
|
-
id: "TabNonSso",
|
|
156
|
-
label: `$(browser) ${localizeUtils_1.getLocalizedString("core.TabNonSso.label")}`,
|
|
157
|
-
cliName: "tab-non-sso",
|
|
158
|
-
detail: localizeUtils_1.getLocalizedString("core.TabNonSso.detail"),
|
|
159
|
-
groupName: localizeUtils_1.getLocalizedString("core.options.separator.basic"),
|
|
160
|
-
};
|
|
161
|
-
exports.M365SsoLaunchPageOptionItem = {
|
|
162
|
-
id: "M365SsoLaunchPage",
|
|
163
|
-
label: `$(browser) ${localizeUtils_1.getLocalizedString("core.M365SsoLaunchPageOptionItem.label")}`,
|
|
164
|
-
cliName: "sso-launch-page",
|
|
165
|
-
detail: localizeUtils_1.getLocalizedString("core.M365SsoLaunchPageOptionItem.detail"),
|
|
166
|
-
groupName: localizeUtils_1.getLocalizedString("core.options.separator.m365"),
|
|
167
|
-
};
|
|
168
|
-
exports.M365SearchAppOptionItem = {
|
|
169
|
-
id: "M365SearchApp",
|
|
170
|
-
label: `$(comment-discussion) ${localizeUtils_1.getLocalizedString("core.M365SearchAppOptionItem.label")}`,
|
|
171
|
-
cliName: "search-app",
|
|
172
|
-
detail: localizeUtils_1.getLocalizedString("core.M365SearchAppOptionItem.detail"),
|
|
173
|
-
groupName: localizeUtils_1.getLocalizedString("core.options.separator.m365"),
|
|
174
|
-
};
|
|
175
|
-
var AzureSolutionQuestionNames;
|
|
176
|
-
(function (AzureSolutionQuestionNames) {
|
|
177
|
-
AzureSolutionQuestionNames["Capabilities"] = "capabilities";
|
|
178
|
-
AzureSolutionQuestionNames["TabScopes"] = "tab-scopes";
|
|
179
|
-
AzureSolutionQuestionNames["HostType"] = "host-type";
|
|
180
|
-
AzureSolutionQuestionNames["AzureResources"] = "azure-resources";
|
|
181
|
-
AzureSolutionQuestionNames["PluginSelectionDeploy"] = "deploy-plugin";
|
|
182
|
-
AzureSolutionQuestionNames["AddResources"] = "add-azure-resources";
|
|
183
|
-
AzureSolutionQuestionNames["AppName"] = "app-name";
|
|
184
|
-
AzureSolutionQuestionNames["AskSub"] = "subscription";
|
|
185
|
-
AzureSolutionQuestionNames["ProgrammingLanguage"] = "programming-language";
|
|
186
|
-
AzureSolutionQuestionNames["Solution"] = "solution";
|
|
187
|
-
AzureSolutionQuestionNames["Scenarios"] = "scenarios";
|
|
188
|
-
AzureSolutionQuestionNames["Features"] = "features";
|
|
189
|
-
})(AzureSolutionQuestionNames = exports.AzureSolutionQuestionNames || (exports.AzureSolutionQuestionNames = {}));
|
|
190
|
-
exports.HostTypeOptionAzure = {
|
|
191
|
-
id: "Azure",
|
|
192
|
-
label: localizeUtils_1.getLocalizedString("core.HostTypeOptionAzure.label"),
|
|
193
|
-
cliName: "azure",
|
|
194
|
-
};
|
|
195
|
-
exports.HostTypeOptionSPFx = {
|
|
196
|
-
id: "SPFx",
|
|
197
|
-
label: localizeUtils_1.getLocalizedString("core.HostTypeOptionSPFx.label"),
|
|
198
|
-
cliName: "spfx",
|
|
199
|
-
};
|
|
200
|
-
exports.AzureResourceSQL = {
|
|
201
|
-
id: "sql",
|
|
202
|
-
label: localizeUtils_1.getLocalizedString("core.AzureResourceSQL.label"),
|
|
203
|
-
description: localizeUtils_1.getLocalizedString("core.AzureResourceSQL.description"),
|
|
204
|
-
};
|
|
205
|
-
exports.AzureResourceSQLNewUI = {
|
|
206
|
-
id: "sql",
|
|
207
|
-
label: `$(azure) ${localizeUtils_1.getLocalizedString("core.AzureResourceSQLNewUI.label")}`,
|
|
208
|
-
detail: localizeUtils_1.getLocalizedString("core.AzureResourceSQLNewUI.detail"),
|
|
209
|
-
groupName: localizeUtils_1.getLocalizedString("core.options.separator.resource"),
|
|
210
|
-
};
|
|
211
|
-
exports.AzureResourceFunction = {
|
|
212
|
-
id: "function",
|
|
213
|
-
label: localizeUtils_1.getLocalizedString("core.AzureResourceFunction.label"),
|
|
214
|
-
};
|
|
215
|
-
exports.AzureResourceFunctionNewUI = {
|
|
216
|
-
id: "function",
|
|
217
|
-
label: `$(azure) ${localizeUtils_1.getLocalizedString("core.AzureResourceFunctionNewUI.label")}`,
|
|
218
|
-
detail: localizeUtils_1.getLocalizedString("core.AzureResourceFunctionNewUI.detail"),
|
|
219
|
-
groupName: localizeUtils_1.getLocalizedString("core.options.separator.resource"),
|
|
220
|
-
};
|
|
221
|
-
exports.AzureResourceApim = {
|
|
222
|
-
id: "apim",
|
|
223
|
-
label: localizeUtils_1.getLocalizedString("core.AzureResourceApim.label"),
|
|
224
|
-
description: localizeUtils_1.getLocalizedString("core.AzureResourceApim.description"),
|
|
225
|
-
};
|
|
226
|
-
exports.AzureResourceApimNewUI = {
|
|
227
|
-
id: "apim",
|
|
228
|
-
label: `$(azure) ${localizeUtils_1.getLocalizedString("core.AzureResourceApimNewUI.label")}`,
|
|
229
|
-
detail: localizeUtils_1.getLocalizedString("core.AzureResourceApimNewUI.detail"),
|
|
230
|
-
groupName: localizeUtils_1.getLocalizedString("core.options.separator.resource"),
|
|
231
|
-
};
|
|
232
|
-
exports.AzureResourceKeyVault = {
|
|
233
|
-
id: "keyvault",
|
|
234
|
-
label: localizeUtils_1.getLocalizedString("core.AzureResourceKeyVault.label"),
|
|
235
|
-
description: localizeUtils_1.getLocalizedString("core.AzureResourceKeyVault.description"),
|
|
236
|
-
};
|
|
237
|
-
exports.AzureResourceKeyVaultNewUI = {
|
|
238
|
-
id: "keyvault",
|
|
239
|
-
label: `$(azure) ${localizeUtils_1.getLocalizedString("core.AzureResourceKeyVaultNewUI.label")}`,
|
|
240
|
-
detail: localizeUtils_1.getLocalizedString("core.AzureResourceKeyVaultNewUI.detail"),
|
|
241
|
-
groupName: localizeUtils_1.getLocalizedString("core.options.separator.resource"),
|
|
242
|
-
};
|
|
243
|
-
exports.SingleSignOnOptionItem = {
|
|
244
|
-
id: "sso",
|
|
245
|
-
label: `$(unlock) ${localizeUtils_1.getLocalizedString("core.SingleSignOnOption.label")}`,
|
|
246
|
-
detail: localizeUtils_1.getLocalizedString("core.SingleSignOnOption.detail"),
|
|
247
|
-
groupName: localizeUtils_1.getLocalizedString("core.options.separator.additional"),
|
|
248
|
-
data: "https://aka.ms/teamsfx-add-sso",
|
|
249
|
-
buttons: [
|
|
250
|
-
{
|
|
251
|
-
iconPath: "tasklist",
|
|
252
|
-
tooltip: localizeUtils_1.getLocalizedString("core.option.tutorial"),
|
|
253
|
-
command: "fx-extension.openTutorial",
|
|
254
|
-
},
|
|
255
|
-
],
|
|
256
|
-
};
|
|
257
|
-
exports.ApiConnectionOptionItem = {
|
|
258
|
-
id: "api-connection",
|
|
259
|
-
label: `$(arrow-swap) ${localizeUtils_1.getLocalizedString("core.ApiConnectionOption.label")}`,
|
|
260
|
-
detail: localizeUtils_1.getLocalizedString("core.ApiConnectionOption.detail"),
|
|
261
|
-
groupName: localizeUtils_1.getLocalizedString("core.options.separator.additional"),
|
|
262
|
-
data: "https://aka.ms/teamsfx-connect-api",
|
|
263
|
-
buttons: [
|
|
264
|
-
{
|
|
265
|
-
iconPath: "tasklist",
|
|
266
|
-
tooltip: localizeUtils_1.getLocalizedString("core.option.tutorial"),
|
|
267
|
-
command: "fx-extension.openTutorial",
|
|
268
|
-
},
|
|
269
|
-
],
|
|
270
|
-
};
|
|
271
|
-
exports.CicdOptionItem = {
|
|
272
|
-
id: "cicd",
|
|
273
|
-
label: `$(sync) ${localizeUtils_1.getLocalizedString("core.cicdWorkflowOption.label")}`,
|
|
274
|
-
detail: localizeUtils_1.getLocalizedString("core.cicdWorkflowOption.detail"),
|
|
275
|
-
groupName: localizeUtils_1.getLocalizedString("core.options.separator.additional"),
|
|
276
|
-
data: "https://aka.ms/teamsfx-add-cicd",
|
|
277
|
-
buttons: [
|
|
278
|
-
{
|
|
279
|
-
iconPath: "tasklist",
|
|
280
|
-
tooltip: localizeUtils_1.getLocalizedString("core.option.tutorial"),
|
|
281
|
-
command: "fx-extension.openTutorial",
|
|
282
|
-
},
|
|
283
|
-
],
|
|
284
|
-
};
|
|
285
|
-
var BotScenario;
|
|
286
|
-
(function (BotScenario) {
|
|
287
|
-
BotScenario["NotificationBot"] = "notificationBot";
|
|
288
|
-
BotScenario["CommandAndResponseBot"] = "commandAndResponseBot";
|
|
289
|
-
BotScenario["WorkflowBot"] = "workflowBot";
|
|
290
|
-
})(BotScenario = exports.BotScenario || (exports.BotScenario = {}));
|
|
291
|
-
exports.BotNotificationTriggers = {
|
|
292
|
-
Timer: "timer",
|
|
293
|
-
Http: "http",
|
|
294
|
-
};
|
|
295
|
-
exports.AzureResourcesQuestion = {
|
|
296
|
-
name: AzureSolutionQuestionNames.AzureResources,
|
|
297
|
-
title: "Cloud resources",
|
|
298
|
-
type: "multiSelect",
|
|
299
|
-
staticOptions: [exports.AzureResourceSQL, exports.AzureResourceFunction],
|
|
300
|
-
default: [],
|
|
301
|
-
onDidChangeSelection: async function (currentSelectedIds, previousSelectedIds) {
|
|
302
|
-
if (currentSelectedIds.has(exports.AzureResourceSQL.id)) {
|
|
303
|
-
currentSelectedIds.add(exports.AzureResourceFunction.id);
|
|
304
|
-
}
|
|
305
|
-
return currentSelectedIds;
|
|
306
|
-
},
|
|
307
|
-
placeholder: "Select a resource (optional)",
|
|
308
|
-
};
|
|
309
|
-
function createAddAzureResourceQuestion(alreadyHaveFunction, alreadyHaveSQL, alreadyHaveAPIM, alreadyHaveKeyVault) {
|
|
310
|
-
const options = [exports.AzureResourceFunction, exports.AzureResourceSQL];
|
|
311
|
-
if (!alreadyHaveAPIM)
|
|
312
|
-
options.push(exports.AzureResourceApim);
|
|
313
|
-
if (!alreadyHaveKeyVault)
|
|
314
|
-
options.push(exports.AzureResourceKeyVault);
|
|
315
|
-
return {
|
|
316
|
-
name: AzureSolutionQuestionNames.AddResources,
|
|
317
|
-
title: "Cloud resources",
|
|
318
|
-
type: "multiSelect",
|
|
319
|
-
staticOptions: options,
|
|
320
|
-
default: [],
|
|
321
|
-
onDidChangeSelection: async function (currentSelectedIds, previousSelectedIds) {
|
|
322
|
-
const hasSQL = currentSelectedIds.has(exports.AzureResourceSQL.id);
|
|
323
|
-
const hasAPIM = currentSelectedIds.has(exports.AzureResourceApim.id);
|
|
324
|
-
if ((hasSQL || hasAPIM) && !alreadyHaveFunction) {
|
|
325
|
-
currentSelectedIds.add(exports.AzureResourceFunction.id);
|
|
326
|
-
}
|
|
327
|
-
return currentSelectedIds;
|
|
328
|
-
},
|
|
329
|
-
};
|
|
330
|
-
}
|
|
331
|
-
exports.createAddAzureResourceQuestion = createAddAzureResourceQuestion;
|
|
332
|
-
function createAddCloudResourceOptions(alreadyHaveAPIM, alreadyHaveKeyVault) {
|
|
333
|
-
const options = [exports.AzureResourceFunctionNewUI];
|
|
334
|
-
if (!alreadyHaveAPIM)
|
|
335
|
-
options.push(exports.AzureResourceApimNewUI);
|
|
336
|
-
options.push(exports.AzureResourceSQLNewUI);
|
|
337
|
-
if (!alreadyHaveKeyVault)
|
|
338
|
-
options.push(exports.AzureResourceKeyVaultNewUI);
|
|
339
|
-
return options;
|
|
340
|
-
}
|
|
341
|
-
exports.createAddCloudResourceOptions = createAddCloudResourceOptions;
|
|
342
|
-
function addCapabilityQuestion(alreadyHaveTab, alreadyHaveBot) {
|
|
343
|
-
const options = [];
|
|
344
|
-
if (!alreadyHaveTab)
|
|
345
|
-
options.push(exports.TabOptionItem);
|
|
346
|
-
if (!alreadyHaveBot) {
|
|
347
|
-
options.push(exports.BotOptionItem);
|
|
348
|
-
options.push(exports.MessageExtensionItem);
|
|
349
|
-
options.push(exports.NotificationOptionItem);
|
|
350
|
-
options.push(exports.CommandAndResponseOptionItem);
|
|
351
|
-
}
|
|
352
|
-
return {
|
|
353
|
-
name: AzureSolutionQuestionNames.Capabilities,
|
|
354
|
-
title: featureFlags_1.isBotNotificationEnabled()
|
|
355
|
-
? localizeUtils_1.getLocalizedString("core.addCapabilityQuestion.titleNew")
|
|
356
|
-
: localizeUtils_1.getLocalizedString("core.addCapabilityQuestion.title"),
|
|
357
|
-
type: "multiSelect",
|
|
358
|
-
staticOptions: options,
|
|
359
|
-
default: [],
|
|
360
|
-
};
|
|
361
|
-
}
|
|
362
|
-
exports.addCapabilityQuestion = addCapabilityQuestion;
|
|
363
|
-
exports.DeployPluginSelectQuestion = {
|
|
364
|
-
name: AzureSolutionQuestionNames.PluginSelectionDeploy,
|
|
365
|
-
title: `Select resources`,
|
|
366
|
-
type: "multiSelect",
|
|
367
|
-
skipSingleOption: true,
|
|
368
|
-
staticOptions: [],
|
|
369
|
-
default: [],
|
|
370
|
-
};
|
|
371
|
-
exports.AskSubscriptionQuestion = {
|
|
372
|
-
name: AzureSolutionQuestionNames.AskSub,
|
|
373
|
-
type: "func",
|
|
374
|
-
func: async (inputs) => {
|
|
375
|
-
return teamsfx_api_1.ok(teamsfx_api_1.Void);
|
|
376
|
-
},
|
|
377
|
-
};
|
|
378
|
-
function getUserEmailQuestion(currentUserEmail) {
|
|
379
|
-
let defaultUserEmail = "";
|
|
380
|
-
if (currentUserEmail && currentUserEmail.indexOf("@") > 0) {
|
|
381
|
-
defaultUserEmail = "[UserName]@" + currentUserEmail.split("@")[1];
|
|
382
|
-
}
|
|
383
|
-
return {
|
|
384
|
-
name: "email",
|
|
385
|
-
type: "text",
|
|
386
|
-
title: localizeUtils_1.getLocalizedString("core.getUserEmailQuestion.title"),
|
|
387
|
-
default: defaultUserEmail,
|
|
388
|
-
validation: {
|
|
389
|
-
validFunc: (input, previousInputs) => {
|
|
390
|
-
if (!input || input.trim() === "") {
|
|
391
|
-
return localizeUtils_1.getLocalizedString("core.getUserEmailQuestion.validation1");
|
|
392
|
-
}
|
|
393
|
-
input = input.trim();
|
|
394
|
-
if (input === defaultUserEmail) {
|
|
395
|
-
return localizeUtils_1.getLocalizedString("core.getUserEmailQuestion.validation2");
|
|
396
|
-
}
|
|
397
|
-
const re = /\S+@\S+\.\S+/;
|
|
398
|
-
if (!re.test(input)) {
|
|
399
|
-
return localizeUtils_1.getLocalizedString("core.getUserEmailQuestion.validation3");
|
|
400
|
-
}
|
|
401
|
-
return undefined;
|
|
402
|
-
},
|
|
403
|
-
},
|
|
404
|
-
};
|
|
405
|
-
}
|
|
406
|
-
exports.getUserEmailQuestion = getUserEmailQuestion;
|
|
407
|
-
exports.BotFeatureIds = [
|
|
408
|
-
exports.BotOptionItem.id,
|
|
409
|
-
exports.NotificationOptionItem.id,
|
|
410
|
-
exports.CommandAndResponseOptionItem.id,
|
|
411
|
-
exports.WorkflowOptionItem.id,
|
|
412
|
-
exports.MessageExtensionItem.id,
|
|
413
|
-
exports.M365SearchAppOptionItem.id,
|
|
414
|
-
];
|
|
415
|
-
exports.TabFeatureIds = [exports.TabOptionItem.id, exports.TabNonSsoItem.id, exports.M365SsoLaunchPageOptionItem.id];
|
|
416
|
-
//# sourceMappingURL=question.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"question.js","sourceRoot":"","sources":["../../../../src/plugins/solution/fx-solution/question.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,94 +0,0 @@
|
|
|
1
|
-
import { AzureSolutionSettings, Func, FxError, Plugin, QTreeNode, Result, Solution, SolutionContext, Stage } from "@microsoft/teamsfx-api";
|
|
2
|
-
import { ListCollaboratorResult, PermissionsResult } from "../../../common/permissionInterface";
|
|
3
|
-
import { Void } from "./constants";
|
|
4
|
-
import { AppStudioPlugin } from "../../resource/appstudio";
|
|
5
|
-
import { LoadedPlugin, SolutionRunningState } from "./types";
|
|
6
|
-
export declare class TeamsAppSolution implements Solution {
|
|
7
|
-
SpfxPlugin: Plugin;
|
|
8
|
-
AppStudioPlugin: AppStudioPlugin;
|
|
9
|
-
BotPlugin: Plugin;
|
|
10
|
-
AadPlugin: Plugin;
|
|
11
|
-
FrontendPlugin: Plugin;
|
|
12
|
-
FunctionPlugin: Plugin;
|
|
13
|
-
SqlPlugin: Plugin;
|
|
14
|
-
ApimPlugin: Plugin;
|
|
15
|
-
KeyVaultPlugin: Plugin;
|
|
16
|
-
LocalDebugPlugin: Plugin;
|
|
17
|
-
name: string;
|
|
18
|
-
runningState: SolutionRunningState;
|
|
19
|
-
constructor();
|
|
20
|
-
private getPluginAndContextArray;
|
|
21
|
-
init(ctx: SolutionContext): Promise<Result<any, FxError>>;
|
|
22
|
-
assertSettingsNotEmpty<T>(settings: T | undefined, key: string): Result<T, FxError>;
|
|
23
|
-
/**
|
|
24
|
-
* create
|
|
25
|
-
*/
|
|
26
|
-
create(ctx: SolutionContext): Promise<Result<any, FxError>>;
|
|
27
|
-
reloadPlugins(solutionSettings: AzureSolutionSettings): Plugin[];
|
|
28
|
-
private spfxSelected;
|
|
29
|
-
private isAzureProject;
|
|
30
|
-
update(ctx: SolutionContext): Promise<Result<any, FxError>>;
|
|
31
|
-
private getSelectedPlugins;
|
|
32
|
-
/**
|
|
33
|
-
* scaffold
|
|
34
|
-
*/
|
|
35
|
-
scaffold(ctx: SolutionContext): Promise<Result<any, FxError>>;
|
|
36
|
-
doScaffold(ctx: SolutionContext, pluginsToScaffold: LoadedPlugin[], generateResourceTemplate: boolean, pluginsToDoArm?: LoadedPlugin[]): Promise<Result<any, FxError>>;
|
|
37
|
-
createEnv(ctx: SolutionContext): Promise<Result<any, FxError>>;
|
|
38
|
-
/**
|
|
39
|
-
* Checks whether solution's state is idle
|
|
40
|
-
*/
|
|
41
|
-
private checkWhetherSolutionIsIdle;
|
|
42
|
-
private checkWetherProvisionSucceeded;
|
|
43
|
-
/**
|
|
44
|
-
* Provision resources. It can only run in a non-SPFx project when solution's running state is Idle.
|
|
45
|
-
* Solution's provisionSucceeded config value will be set to true if provision succeeds, to false otherwise.
|
|
46
|
-
*
|
|
47
|
-
*/
|
|
48
|
-
provision(ctx: SolutionContext): Promise<Result<any, FxError>>;
|
|
49
|
-
/**
|
|
50
|
-
* provision
|
|
51
|
-
*/
|
|
52
|
-
doProvision(ctx: SolutionContext): Promise<Result<any, FxError>>;
|
|
53
|
-
deploy(ctx: SolutionContext): Promise<Result<any, FxError>>;
|
|
54
|
-
/**
|
|
55
|
-
* deploy
|
|
56
|
-
*/
|
|
57
|
-
private doDeploy;
|
|
58
|
-
publish(ctx: SolutionContext): Promise<Result<any, FxError>>;
|
|
59
|
-
getTabScaffoldQuestions(ctx: SolutionContext, addAzureResource: boolean): Promise<Result<QTreeNode | undefined, FxError>>;
|
|
60
|
-
/**
|
|
61
|
-
* collect solution level question
|
|
62
|
-
* @param ctx
|
|
63
|
-
*/
|
|
64
|
-
getQuestions(stage: Stage, ctx: SolutionContext): Promise<Result<QTreeNode | undefined, FxError>>;
|
|
65
|
-
localDebug(ctx: SolutionContext): Promise<Result<any, FxError>>;
|
|
66
|
-
doLocalDebug(ctx: SolutionContext): Promise<Result<any, FxError>>;
|
|
67
|
-
grantPermission(ctx: SolutionContext): Promise<Result<PermissionsResult, FxError>>;
|
|
68
|
-
checkPermission(ctx: SolutionContext): Promise<Result<PermissionsResult, FxError>>;
|
|
69
|
-
listCollaborator(ctx: SolutionContext): Promise<Result<ListCollaboratorResult, FxError>>;
|
|
70
|
-
private loadTeamsAppTenantId;
|
|
71
|
-
getAzureSolutionSettings(ctx: SolutionContext): AzureSolutionSettings;
|
|
72
|
-
getQuestionsForAddResource(func: Func, ctx: SolutionContext): Promise<Result<QTreeNode | undefined, FxError>>;
|
|
73
|
-
getQuestionsForAddCapability(ctx: SolutionContext): Promise<Result<QTreeNode | undefined, FxError>>;
|
|
74
|
-
/**
|
|
75
|
-
* user questions for customized task
|
|
76
|
-
*/
|
|
77
|
-
getQuestionsForUserTask(func: Func, ctx: SolutionContext): Promise<Result<QTreeNode | undefined, FxError>>;
|
|
78
|
-
executeAddResource(ctx: SolutionContext): Promise<Result<any, FxError>>;
|
|
79
|
-
executeAddCapability(ctx: SolutionContext): Promise<Result<any, FxError>>;
|
|
80
|
-
/**
|
|
81
|
-
* execute user task
|
|
82
|
-
*/
|
|
83
|
-
executeUserTask(func: Func, ctx: SolutionContext): Promise<Result<any, FxError>>;
|
|
84
|
-
private prepareConfigForRegisterTeamsAppAndAad;
|
|
85
|
-
private extractConfigForRegisterTeamsAppAndAad;
|
|
86
|
-
/**
|
|
87
|
-
* This function is only called by cli: teamsfx init. The context may be different from that of vsc: no .${ConfigFolderName} folder, no permissions.json
|
|
88
|
-
* In order to reuse aad plugin, we need to pretend we are still in vsc context. Currently, we don't support icons, because icons are not included in the
|
|
89
|
-
* current contract.
|
|
90
|
-
*/
|
|
91
|
-
private registerTeamsAppAndAad;
|
|
92
|
-
}
|
|
93
|
-
export declare function askForProvisionConsent(ctx: SolutionContext): Promise<Result<Void, FxError>>;
|
|
94
|
-
//# sourceMappingURL=solution.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"solution.d.ts","sourceRoot":"","sources":["../../../../src/plugins/solution/fx-solution/solution.ts"],"names":[],"mappings":"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"}
|