@microsoft/teamsfx-core 1.16.5 → 1.17.0-rc.1
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 +18 -26
- 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/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 +1 -1
- package/build/common/tools.d.ts +4 -0
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +34 -6
- package/build/common/tools.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 +22 -37
- 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 +247 -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 +19 -0
- package/build/component/constants.d.ts.map +1 -1
- package/build/component/constants.js +20 -1
- 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 +7 -7
- package/build/component/core.d.ts.map +1 -1
- package/build/component/core.js +16 -16
- package/build/component/core.js.map +1 -1
- package/build/component/debug.d.ts.map +1 -1
- package/build/component/debug.js +83 -60
- package/build/component/debug.js.map +1 -1
- 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/deploy/azureAppServiceDeployDriver.d.ts +13 -0
- package/build/component/deploy/azureAppServiceDeployDriver.d.ts.map +1 -0
- package/build/component/deploy/azureAppServiceDeployDriver.js +29 -0
- package/build/component/deploy/azureAppServiceDeployDriver.js.map +1 -0
- package/build/component/deploy/azureDeployDriver.d.ts +69 -0
- package/build/component/deploy/azureDeployDriver.d.ts.map +1 -0
- package/build/component/deploy/azureDeployDriver.js +147 -0
- package/build/component/deploy/azureDeployDriver.js.map +1 -0
- package/build/component/deploy/azureFunctionDeployDriver.d.ts +17 -0
- package/build/component/deploy/azureFunctionDeployDriver.d.ts.map +1 -0
- package/build/component/deploy/azureFunctionDeployDriver.js +44 -0
- package/build/component/deploy/azureFunctionDeployDriver.js.map +1 -0
- package/build/component/deploy/azureStorageDeployDriver.d.ts +19 -0
- package/build/component/deploy/azureStorageDeployDriver.d.ts.map +1 -0
- package/build/component/deploy/azureStorageDeployDriver.js +102 -0
- package/build/component/deploy/azureStorageDeployDriver.js.map +1 -0
- package/build/component/deploy/baseBuildDriver.d.ts +10 -0
- package/build/component/deploy/baseBuildDriver.d.ts.map +1 -0
- package/build/component/deploy/baseBuildDriver.js +36 -0
- package/build/component/deploy/baseBuildDriver.js.map +1 -0
- package/build/component/deploy/baseDeployDriver.d.ts +24 -0
- package/build/component/deploy/baseDeployDriver.d.ts.map +1 -0
- package/build/component/deploy/baseDeployDriver.js +84 -0
- package/build/component/deploy/baseDeployDriver.js.map +1 -0
- package/build/component/deploy/baseStepDriver.d.ts +10 -0
- package/build/component/deploy/baseStepDriver.d.ts.map +1 -0
- package/build/component/deploy/baseStepDriver.js +21 -0
- package/build/component/deploy/baseStepDriver.js.map +1 -0
- package/build/component/deploy/dotnetBuildDriver.d.ts +10 -0
- package/build/component/deploy/dotnetBuildDriver.d.ts.map +1 -0
- package/build/component/deploy/dotnetBuildDriver.js +26 -0
- package/build/component/deploy/dotnetBuildDriver.js.map +1 -0
- package/build/component/deploy/npmBuildDriver.d.ts +10 -0
- package/build/component/deploy/npmBuildDriver.d.ts.map +1 -0
- package/build/component/deploy/npmBuildDriver.js +26 -0
- package/build/component/deploy/npmBuildDriver.js.map +1 -0
- package/build/component/deployUtils.js +3 -3
- package/build/component/deployUtils.js.map +1 -1
- package/build/component/driver/aad/create.d.ts +10 -0
- package/build/component/driver/aad/create.d.ts.map +1 -0
- package/build/component/driver/aad/create.js +101 -0
- package/build/component/driver/aad/create.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/utility/aadAppClient.d.ts +12 -0
- package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -0
- package/build/component/driver/aad/utility/aadAppClient.js +71 -0
- package/build/component/driver/aad/utility/aadAppClient.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/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.d.ts.map +1 -1
- package/build/component/feature/apim.js +3 -3
- 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 +2 -2
- 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.d.ts.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 +36 -35
- package/build/component/feature/tab.js.map +1 -1
- package/build/component/interface/buildAndDeployArgs.d.ts +46 -0
- package/build/component/interface/buildAndDeployArgs.d.ts.map +1 -0
- package/build/component/interface/buildAndDeployArgs.js +5 -0
- package/build/component/interface/buildAndDeployArgs.js.map +1 -0
- package/build/component/interface/commonArgs.d.ts +14 -0
- package/build/component/interface/commonArgs.d.ts.map +1 -0
- package/build/component/interface/commonArgs.js +5 -0
- package/build/component/interface/commonArgs.js.map +1 -0
- package/build/component/interface/provisionArgs.d.ts +6 -0
- package/build/component/interface/provisionArgs.d.ts.map +1 -0
- package/build/component/interface/provisionArgs.js +5 -0
- package/build/component/interface/provisionArgs.js.map +1 -0
- package/build/component/interface/stepDriver.d.ts +10 -0
- package/build/component/interface/stepDriver.d.ts.map +1 -0
- package/build/component/interface/stepDriver.js +5 -0
- package/build/component/interface/stepDriver.js.map +1 -0
- 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 +41 -47
- package/build/component/migrate.js.map +1 -1
- package/build/component/provision/azureStorageStaticWebsiteConfigDriver.d.ts +20 -0
- package/build/component/provision/azureStorageStaticWebsiteConfigDriver.d.ts.map +1 -0
- package/build/component/provision/azureStorageStaticWebsiteConfigDriver.js +58 -0
- package/build/component/provision/azureStorageStaticWebsiteConfigDriver.js.map +1 -0
- package/build/component/provisionUtils.js +9 -9
- package/build/component/provisionUtils.js.map +1 -1
- package/build/component/questionV3.d.ts +6 -1
- package/build/component/questionV3.d.ts.map +1 -1
- package/build/component/questionV3.js +56 -22
- package/build/component/questionV3.js.map +1 -1
- 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 +52 -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/questions/question.d.ts.map +1 -1
- package/build/component/resource/apim/questions/question.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/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 +25 -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 +110 -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 +3 -3
- package/build/component/telemetry.js.map +1 -1
- 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/common.d.ts +26 -0
- package/build/component/utils/common.d.ts.map +1 -0
- package/build/component/utils/common.js +82 -0
- package/build/component/utils/common.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/core/FxCore.d.ts +10 -44
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +98 -760
- 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 +75 -23
- package/build/core/collaborator.js.map +1 -1
- package/build/core/environment.d.ts.map +1 -1
- package/build/core/environment.js +3 -8
- 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/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/projectMigrator.d.ts +11 -1
- package/build/core/middleware/projectMigrator.d.ts.map +1 -1
- package/build/core/middleware/projectMigrator.js +229 -79
- 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 +26 -225
- package/build/core/middleware/questionModel.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 +3 -7
- 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/build/plugins/solution/fx-solution/ResourcePluginContainer.d.ts +2 -28
- package/build/plugins/solution/fx-solution/ResourcePluginContainer.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/ResourcePluginContainer.js +2 -43
- package/build/plugins/solution/fx-solution/ResourcePluginContainer.js.map +1 -1
- package/build/plugins/solution/fx-solution/arm.d.ts +1 -2
- package/build/plugins/solution/fx-solution/arm.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/arm.js +91 -37
- package/build/plugins/solution/fx-solution/arm.js.map +1 -1
- package/build/plugins/solution/fx-solution/commonQuestions.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/commonQuestions.js +52 -18
- package/build/plugins/solution/fx-solution/commonQuestions.js.map +1 -1
- package/build/plugins/solution/fx-solution/debug/scaffolding.d.ts +3 -0
- package/build/plugins/solution/fx-solution/debug/scaffolding.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/debug/scaffolding.js +42 -1
- package/build/plugins/solution/fx-solution/debug/scaffolding.js.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/launch.js +1 -0
- package/build/plugins/solution/fx-solution/debug/util/launch.js.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/launchNext.js +1 -0
- package/build/plugins/solution/fx-solution/debug/util/launchNext.js.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/launchTransparency.d.ts +9 -0
- package/build/plugins/solution/fx-solution/debug/util/launchTransparency.d.ts.map +1 -0
- package/build/plugins/solution/fx-solution/debug/util/launchTransparency.js +65 -0
- package/build/plugins/solution/fx-solution/debug/util/launchTransparency.js.map +1 -0
- package/build/plugins/solution/fx-solution/debug/util/ngrok.d.ts +4 -0
- package/build/plugins/solution/fx-solution/debug/util/ngrok.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/ngrok.js +23 -5
- package/build/plugins/solution/fx-solution/debug/util/ngrok.js.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/settings.js +2 -2
- package/build/plugins/solution/fx-solution/debug/util/settings.js.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/tasksTransparency.d.ts +8 -0
- package/build/plugins/solution/fx-solution/debug/util/tasksTransparency.d.ts.map +1 -0
- package/build/plugins/solution/fx-solution/debug/util/tasksTransparency.js +706 -0
- package/build/plugins/solution/fx-solution/debug/util/tasksTransparency.js.map +1 -0
- package/build/plugins/solution/fx-solution/question.js +1 -1
- package/build/plugins/solution/fx-solution/question.js.map +1 -1
- package/build/plugins/solution/fx-solution/utils/ResourceGroupHelper.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/utils/ResourceGroupHelper.js +43 -7
- package/build/plugins/solution/fx-solution/utils/ResourceGroupHelper.js.map +1 -1
- package/build/plugins/solution/fx-solution/utils/backupFiles.d.ts +2 -2
- package/build/plugins/solution/fx-solution/utils/backupFiles.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/utils/backupFiles.js +8 -5
- package/build/plugins/solution/fx-solution/utils/backupFiles.js.map +1 -1
- package/build/plugins/solution/fx-solution/utils/util.d.ts +4 -4
- package/build/plugins/solution/fx-solution/utils/util.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/utils/util.js +7 -10
- package/build/plugins/solution/fx-solution/utils/util.js.map +1 -1
- package/build/plugins/solution/fx-solution/v2/adaptor.d.ts +1 -31
- package/build/plugins/solution/fx-solution/v2/adaptor.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v2/adaptor.js +1 -114
- package/build/plugins/solution/fx-solution/v2/adaptor.js.map +1 -1
- package/build/plugins/solution/fx-solution/v2/utils.d.ts +2 -2
- package/build/plugins/solution/fx-solution/v2/utils.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v2/utils.js +12 -18
- package/build/plugins/solution/fx-solution/v2/utils.js.map +1 -1
- package/package.json +20 -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 +44 -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/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/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 -448
- 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/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/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/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/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/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/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/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,172 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.FrontendPluginImpl = void 0;
|
|
4
|
-
const tslib_1 = require("tslib");
|
|
5
|
-
// Copyright (c) Microsoft Corporation.
|
|
6
|
-
// Licensed under the MIT license.
|
|
7
|
-
const teamsfx_api_1 = require("@microsoft/teamsfx-api");
|
|
8
|
-
const path_1 = tslib_1.__importDefault(require("path"));
|
|
9
|
-
const clients_1 = require("./clients");
|
|
10
|
-
const errors_1 = require("./resources/errors");
|
|
11
|
-
const constants_1 = require("./constants");
|
|
12
|
-
const configs_1 = require("./configs");
|
|
13
|
-
const deploy_1 = require("./ops/deploy");
|
|
14
|
-
const logger_1 = require("./utils/logger");
|
|
15
|
-
const messages_1 = require("./resources/messages");
|
|
16
|
-
const scaffold_1 = require("./ops/scaffold");
|
|
17
|
-
const progress_helper_1 = require("./utils/progress-helper");
|
|
18
|
-
const steps_1 = require("./resources/steps");
|
|
19
|
-
const templateInfo_1 = require("./resources/templateInfo");
|
|
20
|
-
const folder_1 = require("../../../folder");
|
|
21
|
-
const constants_2 = require("../../../common/constants");
|
|
22
|
-
const question_1 = require("../../solution/fx-solution/question");
|
|
23
|
-
const env_1 = require("./env");
|
|
24
|
-
const ResourcePluginContainer_1 = require("../../solution/fx-solution/ResourcePluginContainer");
|
|
25
|
-
const adaptor_1 = require("../../solution/fx-solution/v2/adaptor");
|
|
26
|
-
const tools_1 = require("../../../common/tools");
|
|
27
|
-
const constants_3 = require("../appstudio/constants");
|
|
28
|
-
class FrontendPluginImpl {
|
|
29
|
-
async scaffold(ctx) {
|
|
30
|
-
logger_1.Logger.info(messages_1.Messages.StartScaffold(constants_1.FrontendPluginInfo.DisplayName));
|
|
31
|
-
const progressHandler = await progress_helper_1.ProgressHelper.startProgress(ctx.ui, steps_1.ScaffoldProgress);
|
|
32
|
-
await (progressHandler === null || progressHandler === void 0 ? void 0 : progressHandler.next(steps_1.ScaffoldProgress.steps.Scaffold));
|
|
33
|
-
const templateInfo = new templateInfo_1.TemplateInfo(ctx);
|
|
34
|
-
await scaffold_1.FrontendScaffold.scaffoldFromZipPackage(path_1.default.join(ctx.root, constants_1.FrontendPathInfo.WorkingDir), templateInfo);
|
|
35
|
-
await progress_helper_1.ProgressHelper.endProgress(true);
|
|
36
|
-
logger_1.Logger.info(messages_1.Messages.EndScaffold(constants_1.FrontendPluginInfo.DisplayName));
|
|
37
|
-
return teamsfx_api_1.ok(undefined);
|
|
38
|
-
}
|
|
39
|
-
async postProvision(ctx) {
|
|
40
|
-
logger_1.Logger.info(messages_1.Messages.StartPostProvision(constants_1.FrontendPluginInfo.DisplayName));
|
|
41
|
-
const progressHandler = await progress_helper_1.ProgressHelper.startProgress(ctx.ui, steps_1.PostProvisionProgress);
|
|
42
|
-
await (progressHandler === null || progressHandler === void 0 ? void 0 : progressHandler.next(steps_1.PostProvisionProgress.steps.EnableStaticWebsite));
|
|
43
|
-
const client = new clients_1.AzureStorageClient(await configs_1.FrontendConfig.fromPluginContext(ctx));
|
|
44
|
-
await errors_1.runWithErrorCatchAndThrow(new errors_1.EnableStaticWebsiteError(), async () => await client.enableStaticWebsite());
|
|
45
|
-
await progress_helper_1.ProgressHelper.endProgress(true);
|
|
46
|
-
logger_1.Logger.info(messages_1.Messages.EndPostProvision(constants_1.FrontendPluginInfo.DisplayName));
|
|
47
|
-
await this.updateDotEnv(ctx);
|
|
48
|
-
return teamsfx_api_1.ok(undefined);
|
|
49
|
-
}
|
|
50
|
-
async preDeploy(ctx) {
|
|
51
|
-
logger_1.Logger.info(messages_1.Messages.StartPreDeploy(constants_1.FrontendPluginInfo.DisplayName));
|
|
52
|
-
const progressHandler = await progress_helper_1.ProgressHelper.startProgress(ctx.ui, steps_1.PreDeployProgress);
|
|
53
|
-
await this.updateDotEnv(ctx);
|
|
54
|
-
await (progressHandler === null || progressHandler === void 0 ? void 0 : progressHandler.next(steps_1.PreDeployProgress.steps.CheckStorage));
|
|
55
|
-
await this.checkStorageAvailability(ctx);
|
|
56
|
-
await progress_helper_1.ProgressHelper.endProgress(true);
|
|
57
|
-
logger_1.Logger.info(messages_1.Messages.EndPreDeploy(constants_1.FrontendPluginInfo.DisplayName));
|
|
58
|
-
return teamsfx_api_1.ok(undefined);
|
|
59
|
-
}
|
|
60
|
-
async deploy(ctx) {
|
|
61
|
-
logger_1.Logger.info(messages_1.Messages.StartDeploy(constants_1.FrontendPluginInfo.DisplayName));
|
|
62
|
-
await progress_helper_1.ProgressHelper.startProgress(ctx.ui, steps_1.DeployProgress);
|
|
63
|
-
const config = await configs_1.FrontendConfig.fromPluginContext(ctx);
|
|
64
|
-
const client = new clients_1.AzureStorageClient(config);
|
|
65
|
-
const componentPath = path_1.default.join(ctx.root, constants_1.FrontendPathInfo.WorkingDir);
|
|
66
|
-
const envName = ctx.envInfo.envName;
|
|
67
|
-
await deploy_1.FrontendDeployment.doFrontendBuild(componentPath, envName);
|
|
68
|
-
await deploy_1.FrontendDeployment.doFrontendDeployment(client, componentPath, envName);
|
|
69
|
-
await progress_helper_1.ProgressHelper.endProgress(true);
|
|
70
|
-
logger_1.Logger.info(messages_1.Messages.EndDeploy(constants_1.FrontendPluginInfo.DisplayName));
|
|
71
|
-
return teamsfx_api_1.ok(undefined);
|
|
72
|
-
}
|
|
73
|
-
async updateArmTemplates(ctx) {
|
|
74
|
-
logger_1.Logger.info(messages_1.Messages.StartUpdateArmTemplates(constants_1.FrontendPluginInfo.DisplayName));
|
|
75
|
-
const result = {
|
|
76
|
-
Reference: {
|
|
77
|
-
endpoint: constants_1.FrontendOutputBicepSnippet.Endpoint,
|
|
78
|
-
domain: constants_1.FrontendOutputBicepSnippet.Domain,
|
|
79
|
-
},
|
|
80
|
-
};
|
|
81
|
-
return teamsfx_api_1.ok(result);
|
|
82
|
-
}
|
|
83
|
-
async generateArmTemplates(ctx) {
|
|
84
|
-
logger_1.Logger.info(messages_1.Messages.StartGenerateArmTemplates(constants_1.FrontendPluginInfo.DisplayName));
|
|
85
|
-
const plugins = ResourcePluginContainer_1.getActivatedV2ResourcePlugins(ctx.projectSettings).map((p) => new adaptor_1.NamedArmResourcePluginAdaptor(p));
|
|
86
|
-
const pluginCtx = { plugins: plugins.map((obj) => obj.name) };
|
|
87
|
-
const bicepTemplateDir = path_1.default.join(folder_1.getTemplatesFolder(), constants_1.FrontendPathInfo.BicepTemplateRelativeDir);
|
|
88
|
-
const provisionFilePath = path_1.default.join(bicepTemplateDir, constants_2.Bicep.ProvisionFileName);
|
|
89
|
-
const moduleProvisionFilePath = path_1.default.join(bicepTemplateDir, constants_1.FrontendPathInfo.ModuleProvisionFileName);
|
|
90
|
-
const provisionOrchestration = await tools_1.generateBicepFromFile(provisionFilePath, pluginCtx);
|
|
91
|
-
const provisionModules = await tools_1.generateBicepFromFile(moduleProvisionFilePath, pluginCtx);
|
|
92
|
-
const result = {
|
|
93
|
-
Provision: {
|
|
94
|
-
Orchestration: provisionOrchestration,
|
|
95
|
-
Modules: { frontendHosting: provisionModules },
|
|
96
|
-
},
|
|
97
|
-
Reference: {
|
|
98
|
-
endpoint: constants_1.FrontendOutputBicepSnippet.Endpoint,
|
|
99
|
-
domain: constants_1.FrontendOutputBicepSnippet.Domain,
|
|
100
|
-
},
|
|
101
|
-
};
|
|
102
|
-
return teamsfx_api_1.ok(result);
|
|
103
|
-
}
|
|
104
|
-
async localDebug(ctx) {
|
|
105
|
-
var _a;
|
|
106
|
-
(_a = ctx.envInfo.state
|
|
107
|
-
.get(constants_1.FrontendPluginInfo.PluginName)) === null || _a === void 0 ? void 0 : _a.set(constants_3.FRONTEND_INDEX_PATH, constants_1.Constants.FrontendIndexPath);
|
|
108
|
-
return teamsfx_api_1.ok(undefined);
|
|
109
|
-
}
|
|
110
|
-
async postLocalDebug(ctx) {
|
|
111
|
-
return teamsfx_api_1.ok(undefined);
|
|
112
|
-
}
|
|
113
|
-
collectEnvs(ctx) {
|
|
114
|
-
var _a, _b, _c, _d, _e, _f, _g;
|
|
115
|
-
const envs = {};
|
|
116
|
-
const addToEnvs = (key, value) => {
|
|
117
|
-
// Check for both null and undefined, add to envs when value is "", 0 or false.
|
|
118
|
-
if (value != null) {
|
|
119
|
-
envs[key] = value;
|
|
120
|
-
}
|
|
121
|
-
};
|
|
122
|
-
const solutionSettings = (_a = ctx.projectSettings) === null || _a === void 0 ? void 0 : _a.solutionSettings;
|
|
123
|
-
if ((_b = solutionSettings === null || solutionSettings === void 0 ? void 0 : solutionSettings.azureResources) === null || _b === void 0 ? void 0 : _b.includes(question_1.AzureResourceFunction.id)) {
|
|
124
|
-
addToEnvs(env_1.EnvKeys.FuncName, (_c = ctx.projectSettings) === null || _c === void 0 ? void 0 : _c.defaultFunctionName);
|
|
125
|
-
addToEnvs(env_1.EnvKeys.FuncEndpoint, (_d = ctx.envInfo.state
|
|
126
|
-
.get(constants_1.DependentPluginInfo.FunctionPluginName)) === null || _d === void 0 ? void 0 : _d.get(constants_1.DependentPluginInfo.FunctionEndpoint));
|
|
127
|
-
}
|
|
128
|
-
if (tools_1.IsSimpleAuthEnabled(ctx.projectSettings)) {
|
|
129
|
-
addToEnvs(env_1.EnvKeys.RuntimeEndpoint, (_e = ctx.envInfo.state
|
|
130
|
-
.get(constants_1.DependentPluginInfo.RuntimePluginName)) === null || _e === void 0 ? void 0 : _e.get(constants_1.DependentPluginInfo.RuntimeEndpoint));
|
|
131
|
-
}
|
|
132
|
-
if ((_f = solutionSettings === null || solutionSettings === void 0 ? void 0 : solutionSettings.activeResourcePlugins) === null || _f === void 0 ? void 0 : _f.includes(constants_1.DependentPluginInfo.AADPluginName)) {
|
|
133
|
-
addToEnvs(env_1.EnvKeys.ClientID, (_g = ctx.envInfo.state
|
|
134
|
-
.get(constants_1.DependentPluginInfo.AADPluginName)) === null || _g === void 0 ? void 0 : _g.get(constants_1.DependentPluginInfo.ClientID));
|
|
135
|
-
addToEnvs(env_1.EnvKeys.StartLoginPage, constants_1.DependentPluginInfo.StartLoginPageURL);
|
|
136
|
-
}
|
|
137
|
-
return envs;
|
|
138
|
-
}
|
|
139
|
-
async updateDotEnv(ctx) {
|
|
140
|
-
const envs = this.collectEnvs(ctx);
|
|
141
|
-
await env_1.saveEnvFile(env_1.envFilePath(ctx.envInfo.envName, path_1.default.join(ctx.root, constants_1.FrontendPathInfo.WorkingDir)), {
|
|
142
|
-
teamsfxRemoteEnvs: envs,
|
|
143
|
-
customizedRemoteEnvs: {},
|
|
144
|
-
});
|
|
145
|
-
}
|
|
146
|
-
async checkStorageAvailability(ctx) {
|
|
147
|
-
const client = new clients_1.AzureStorageClient(await configs_1.FrontendConfig.fromPluginContext(ctx));
|
|
148
|
-
await this.ensureResourceGroupExists(client);
|
|
149
|
-
await this.ensureStorageExists(client);
|
|
150
|
-
await this.ensureStorageAvailable(client);
|
|
151
|
-
}
|
|
152
|
-
async ensureResourceGroupExists(client) {
|
|
153
|
-
const resourceGroupExists = await errors_1.runWithErrorCatchAndThrow(new errors_1.CheckResourceGroupError(), async () => await client.doesResourceGroupExists());
|
|
154
|
-
if (!resourceGroupExists) {
|
|
155
|
-
throw new errors_1.NoResourceGroupError();
|
|
156
|
-
}
|
|
157
|
-
}
|
|
158
|
-
async ensureStorageExists(client) {
|
|
159
|
-
const storageExists = await errors_1.runWithErrorCatchAndThrow(new errors_1.CheckStorageError(), async () => await client.doesStorageAccountExists());
|
|
160
|
-
if (!storageExists) {
|
|
161
|
-
throw new errors_1.NoStorageError();
|
|
162
|
-
}
|
|
163
|
-
}
|
|
164
|
-
async ensureStorageAvailable(client) {
|
|
165
|
-
const storageAvailable = await errors_1.runWithErrorCatchAndThrow(new errors_1.CheckStorageError(), async () => await client.isStorageStaticWebsiteEnabled());
|
|
166
|
-
if (!storageAvailable) {
|
|
167
|
-
throw new errors_1.StaticWebsiteDisabledError();
|
|
168
|
-
}
|
|
169
|
-
}
|
|
170
|
-
}
|
|
171
|
-
exports.FrontendPluginImpl = FrontendPluginImpl;
|
|
172
|
-
//# sourceMappingURL=plugin.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.js","sourceRoot":"","sources":["../../../../src/plugins/resource/frontend/plugin.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,109 +0,0 @@
|
|
|
1
|
-
import { FxError } from "@microsoft/teamsfx-api";
|
|
2
|
-
export declare enum ErrorType {
|
|
3
|
-
User = 0,
|
|
4
|
-
System = 1
|
|
5
|
-
}
|
|
6
|
-
export declare const tips: {
|
|
7
|
-
checkLog: string;
|
|
8
|
-
reScaffold: string;
|
|
9
|
-
doProvision: string;
|
|
10
|
-
doLogin: string;
|
|
11
|
-
reLogin: string;
|
|
12
|
-
reProvision: string;
|
|
13
|
-
doNpmInstall: string;
|
|
14
|
-
doBuild: string;
|
|
15
|
-
ensureBuildPath: string;
|
|
16
|
-
ensureResourceGroup: string;
|
|
17
|
-
ensureAppNameValid: string;
|
|
18
|
-
deleteSameNameStorage: string;
|
|
19
|
-
checkNetwork: string;
|
|
20
|
-
checkFsPermissions: string;
|
|
21
|
-
checkStoragePermissions: string;
|
|
22
|
-
checkSystemTime: string;
|
|
23
|
-
restoreEnvironment: string;
|
|
24
|
-
};
|
|
25
|
-
export declare class ErrorMessages {
|
|
26
|
-
static readonly FailedSaveEnv: (envPath: string) => [string, string];
|
|
27
|
-
static readonly FailedLoadEnv: (envPath: string) => [string, string];
|
|
28
|
-
}
|
|
29
|
-
export declare class FrontendPluginError extends Error {
|
|
30
|
-
code: string;
|
|
31
|
-
messages: [string, string];
|
|
32
|
-
suggestions: string[];
|
|
33
|
-
errorType: ErrorType;
|
|
34
|
-
helpLink?: string;
|
|
35
|
-
innerError?: Error;
|
|
36
|
-
constructor(errorType: ErrorType, code: string, messages: [string, string], suggestions: string[], helpLink?: string);
|
|
37
|
-
getMessage(): string;
|
|
38
|
-
getDefaultMessage(): string;
|
|
39
|
-
setInnerError(error: Error): void;
|
|
40
|
-
getInnerError(): Error | undefined;
|
|
41
|
-
}
|
|
42
|
-
export declare class UnauthenticatedError extends FrontendPluginError {
|
|
43
|
-
constructor();
|
|
44
|
-
}
|
|
45
|
-
export declare class InvalidConfigError extends FrontendPluginError {
|
|
46
|
-
constructor(key: string, detailedErrorMessage?: string);
|
|
47
|
-
}
|
|
48
|
-
export declare class CheckResourceGroupError extends FrontendPluginError {
|
|
49
|
-
constructor();
|
|
50
|
-
}
|
|
51
|
-
export declare class NoResourceGroupError extends FrontendPluginError {
|
|
52
|
-
constructor();
|
|
53
|
-
}
|
|
54
|
-
export declare class CheckStorageError extends FrontendPluginError {
|
|
55
|
-
constructor();
|
|
56
|
-
}
|
|
57
|
-
export declare class NoStorageError extends FrontendPluginError {
|
|
58
|
-
constructor();
|
|
59
|
-
}
|
|
60
|
-
export declare class StaticWebsiteDisabledError extends FrontendPluginError {
|
|
61
|
-
constructor();
|
|
62
|
-
}
|
|
63
|
-
export declare class InvalidStorageNameError extends FrontendPluginError {
|
|
64
|
-
constructor();
|
|
65
|
-
}
|
|
66
|
-
export declare class EnableStaticWebsiteError extends FrontendPluginError {
|
|
67
|
-
constructor();
|
|
68
|
-
}
|
|
69
|
-
export declare class ClearStorageError extends FrontendPluginError {
|
|
70
|
-
constructor();
|
|
71
|
-
}
|
|
72
|
-
export declare class UploadToStorageError extends FrontendPluginError {
|
|
73
|
-
constructor();
|
|
74
|
-
}
|
|
75
|
-
export declare class GetContainerError extends FrontendPluginError {
|
|
76
|
-
constructor();
|
|
77
|
-
}
|
|
78
|
-
export declare class UnknownScaffoldError extends FrontendPluginError {
|
|
79
|
-
constructor();
|
|
80
|
-
}
|
|
81
|
-
export declare class TemplateZipFallbackError extends FrontendPluginError {
|
|
82
|
-
constructor();
|
|
83
|
-
}
|
|
84
|
-
export declare class UnzipTemplateError extends FrontendPluginError {
|
|
85
|
-
constructor();
|
|
86
|
-
}
|
|
87
|
-
export declare class FileIOError extends FrontendPluginError {
|
|
88
|
-
constructor(messages: [string, string]);
|
|
89
|
-
}
|
|
90
|
-
export declare class NoBuildPathError extends FrontendPluginError {
|
|
91
|
-
constructor();
|
|
92
|
-
}
|
|
93
|
-
export declare class BuildError extends FrontendPluginError {
|
|
94
|
-
constructor();
|
|
95
|
-
}
|
|
96
|
-
export declare class NpmInstallError extends FrontendPluginError {
|
|
97
|
-
constructor();
|
|
98
|
-
}
|
|
99
|
-
export declare class InvalidTabLanguageError extends FrontendPluginError {
|
|
100
|
-
constructor();
|
|
101
|
-
}
|
|
102
|
-
export declare class NotImplemented extends FrontendPluginError {
|
|
103
|
-
constructor();
|
|
104
|
-
}
|
|
105
|
-
export declare const UnhandledErrorCode = "UnhandledError";
|
|
106
|
-
export declare const UnhandledErrorMessage: string;
|
|
107
|
-
export declare function runWithErrorCatchAndThrow<T>(error: FrontendPluginError | FxError, fn: () => T | Promise<T>): Promise<T>;
|
|
108
|
-
export declare function runWithErrorCatchAndWrap<T>(wrap: (error: any) => FrontendPluginError | FxError, fn: () => T | Promise<T>): Promise<T>;
|
|
109
|
-
//# sourceMappingURL=errors.d.ts.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"errors.d.ts","sourceRoot":"","sources":["../../../../../src/plugins/resource/frontend/resources/errors.ts"],"names":[],"mappings":"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"}
|
|
@@ -1,286 +0,0 @@
|
|
|
1
|
-
"use strict";
|
|
2
|
-
// Copyright (c) Microsoft Corporation.
|
|
3
|
-
// Licensed under the MIT license.
|
|
4
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
|
5
|
-
exports.runWithErrorCatchAndWrap = exports.runWithErrorCatchAndThrow = exports.UnhandledErrorMessage = exports.UnhandledErrorCode = exports.NotImplemented = exports.InvalidTabLanguageError = exports.NpmInstallError = exports.BuildError = exports.NoBuildPathError = exports.FileIOError = exports.UnzipTemplateError = exports.TemplateZipFallbackError = exports.UnknownScaffoldError = exports.GetContainerError = exports.UploadToStorageError = exports.ClearStorageError = exports.EnableStaticWebsiteError = exports.InvalidStorageNameError = exports.StaticWebsiteDisabledError = exports.NoStorageError = exports.CheckStorageError = exports.NoResourceGroupError = exports.CheckResourceGroupError = exports.InvalidConfigError = exports.UnauthenticatedError = exports.FrontendPluginError = exports.ErrorMessages = exports.tips = exports.ErrorType = void 0;
|
|
6
|
-
const tslib_1 = require("tslib");
|
|
7
|
-
const constants_1 = require("../constants");
|
|
8
|
-
const logger_1 = require("../utils/logger");
|
|
9
|
-
const path_1 = tslib_1.__importDefault(require("path"));
|
|
10
|
-
const teamsfx_api_1 = require("@microsoft/teamsfx-api");
|
|
11
|
-
const localizeUtils_1 = require("../../../../common/localizeUtils");
|
|
12
|
-
var ErrorType;
|
|
13
|
-
(function (ErrorType) {
|
|
14
|
-
ErrorType[ErrorType["User"] = 0] = "User";
|
|
15
|
-
ErrorType[ErrorType["System"] = 1] = "System";
|
|
16
|
-
})(ErrorType = exports.ErrorType || (exports.ErrorType = {}));
|
|
17
|
-
exports.tips = {
|
|
18
|
-
checkLog: localizeUtils_1.getLocalizedString("plugins.frontend.checkLogTip"),
|
|
19
|
-
reScaffold: localizeUtils_1.getLocalizedString("plugins.frontend.reScaffoldTip"),
|
|
20
|
-
doProvision: localizeUtils_1.getLocalizedString("plugins.frontend.doProvisionTip"),
|
|
21
|
-
doLogin: localizeUtils_1.getLocalizedString("plugins.frontend.doLoginTip"),
|
|
22
|
-
reLogin: localizeUtils_1.getLocalizedString("plugins.frontend.reLoginTip"),
|
|
23
|
-
reProvision: localizeUtils_1.getLocalizedString("plugins.frontend.reProvisionTip"),
|
|
24
|
-
doNpmInstall: localizeUtils_1.getLocalizedString("plugins.frontend.doNpmInstallTip", constants_1.FrontendPathInfo.WorkingDir),
|
|
25
|
-
doBuild: localizeUtils_1.getLocalizedString("plugins.frontend.doBuildTip", constants_1.FrontendPathInfo.WorkingDir),
|
|
26
|
-
ensureBuildPath: localizeUtils_1.getLocalizedString("plugins.frontend.ensureBuildPathTip", constants_1.FrontendPathInfo.BuildFolderName),
|
|
27
|
-
ensureResourceGroup: localizeUtils_1.getLocalizedString("plugins.frontend.ensureResourceGroupTip"),
|
|
28
|
-
ensureAppNameValid: localizeUtils_1.getLocalizedString("plugins.frontend.ensureAppNameValidTip"),
|
|
29
|
-
deleteSameNameStorage: localizeUtils_1.getLocalizedString("plugins.frontend.deleteSameNameStorageTip"),
|
|
30
|
-
checkNetwork: localizeUtils_1.getLocalizedString("plugins.frontend.checkNetworkTip"),
|
|
31
|
-
checkFsPermissions: localizeUtils_1.getLocalizedString("plugins.frontend.checkFsPermissionsTip"),
|
|
32
|
-
checkStoragePermissions: localizeUtils_1.getLocalizedString("plugins.frontend.checkStoragePermissionsTip"),
|
|
33
|
-
checkSystemTime: localizeUtils_1.getLocalizedString("plugins.frontend.checkSystemTimeTip"),
|
|
34
|
-
restoreEnvironment: localizeUtils_1.getLocalizedString("plugins.frontend.restoreEnvironmentTip", teamsfx_api_1.ConfigFolderName),
|
|
35
|
-
};
|
|
36
|
-
class ErrorMessages {
|
|
37
|
-
}
|
|
38
|
-
exports.ErrorMessages = ErrorMessages;
|
|
39
|
-
ErrorMessages.FailedSaveEnv = (envPath) => [
|
|
40
|
-
localizeUtils_1.getDefaultString("error.frontend.FailedSaveEnv", envPath),
|
|
41
|
-
localizeUtils_1.getLocalizedString("error.frontend.FailedSaveEnv", envPath),
|
|
42
|
-
];
|
|
43
|
-
ErrorMessages.FailedLoadEnv = (envPath) => [
|
|
44
|
-
localizeUtils_1.getDefaultString("error.frontend.FailedLoadEnv", envPath),
|
|
45
|
-
localizeUtils_1.getLocalizedString("error.frontend.FailedLoadEnv", envPath),
|
|
46
|
-
];
|
|
47
|
-
class FrontendPluginError extends Error {
|
|
48
|
-
constructor(errorType, code, messages, suggestions, helpLink) {
|
|
49
|
-
super(messages[0]);
|
|
50
|
-
this.code = code;
|
|
51
|
-
this.messages = messages;
|
|
52
|
-
this.suggestions = suggestions;
|
|
53
|
-
this.errorType = errorType;
|
|
54
|
-
this.helpLink = helpLink;
|
|
55
|
-
}
|
|
56
|
-
getMessage() {
|
|
57
|
-
return localizeUtils_1.getLocalizedString("plugins.baseErrorMessage", this.messages[0], this.suggestions.join(" "));
|
|
58
|
-
}
|
|
59
|
-
getDefaultMessage() {
|
|
60
|
-
return localizeUtils_1.getDefaultString("plugins.baseErrorMessage", this.messages[1], this.suggestions.join(" "));
|
|
61
|
-
}
|
|
62
|
-
setInnerError(error) {
|
|
63
|
-
this.innerError = error;
|
|
64
|
-
}
|
|
65
|
-
getInnerError() {
|
|
66
|
-
return this.innerError;
|
|
67
|
-
}
|
|
68
|
-
}
|
|
69
|
-
exports.FrontendPluginError = FrontendPluginError;
|
|
70
|
-
class UnauthenticatedError extends FrontendPluginError {
|
|
71
|
-
constructor() {
|
|
72
|
-
super(ErrorType.User, "UnauthenticatedError", [
|
|
73
|
-
localizeUtils_1.getDefaultString("error.frontend.UnauthenticatedError"),
|
|
74
|
-
localizeUtils_1.getLocalizedString("error.frontend.UnauthenticatedError"),
|
|
75
|
-
], [exports.tips.doLogin]);
|
|
76
|
-
}
|
|
77
|
-
}
|
|
78
|
-
exports.UnauthenticatedError = UnauthenticatedError;
|
|
79
|
-
class InvalidConfigError extends FrontendPluginError {
|
|
80
|
-
constructor(key, detailedErrorMessage) {
|
|
81
|
-
const detailedMsg = detailedErrorMessage !== null && detailedErrorMessage !== void 0 ? detailedErrorMessage : "";
|
|
82
|
-
super(ErrorType.User, "InvalidConfigError", [
|
|
83
|
-
`${localizeUtils_1.getDefaultString("error.frontend.InvalidConfigError", key)}${detailedMsg}`,
|
|
84
|
-
`${localizeUtils_1.getLocalizedString("error.frontend.InvalidConfigError", key)}${detailedMsg}`,
|
|
85
|
-
], [exports.tips.restoreEnvironment]);
|
|
86
|
-
}
|
|
87
|
-
}
|
|
88
|
-
exports.InvalidConfigError = InvalidConfigError;
|
|
89
|
-
class CheckResourceGroupError extends FrontendPluginError {
|
|
90
|
-
constructor() {
|
|
91
|
-
super(ErrorType.User, "CheckResourceGroupError", [
|
|
92
|
-
localizeUtils_1.getDefaultString("error.frontend.CheckResourceGroupError"),
|
|
93
|
-
localizeUtils_1.getLocalizedString("error.frontend.CheckResourceGroupError"),
|
|
94
|
-
], [exports.tips.checkLog]);
|
|
95
|
-
}
|
|
96
|
-
}
|
|
97
|
-
exports.CheckResourceGroupError = CheckResourceGroupError;
|
|
98
|
-
class NoResourceGroupError extends FrontendPluginError {
|
|
99
|
-
constructor() {
|
|
100
|
-
super(ErrorType.User, "NoResourceGroupError", [
|
|
101
|
-
localizeUtils_1.getDefaultString("error.frontend.NoResourceGroupError"),
|
|
102
|
-
localizeUtils_1.getLocalizedString("error.frontend.NoResourceGroupError"),
|
|
103
|
-
], [exports.tips.ensureResourceGroup]);
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
exports.NoResourceGroupError = NoResourceGroupError;
|
|
107
|
-
class CheckStorageError extends FrontendPluginError {
|
|
108
|
-
constructor() {
|
|
109
|
-
super(ErrorType.User, "CheckStorageError", [
|
|
110
|
-
localizeUtils_1.getDefaultString("error.frontend.CheckStorageError"),
|
|
111
|
-
localizeUtils_1.getLocalizedString("error.frontend.CheckStorageError"),
|
|
112
|
-
], [exports.tips.checkSystemTime, exports.tips.checkLog]);
|
|
113
|
-
}
|
|
114
|
-
}
|
|
115
|
-
exports.CheckStorageError = CheckStorageError;
|
|
116
|
-
class NoStorageError extends FrontendPluginError {
|
|
117
|
-
constructor() {
|
|
118
|
-
super(ErrorType.User, "NoStorageError", [
|
|
119
|
-
localizeUtils_1.getDefaultString("error.frontend.NoStorageError"),
|
|
120
|
-
localizeUtils_1.getLocalizedString("error.frontend.NoStorageError"),
|
|
121
|
-
], [exports.tips.reProvision]);
|
|
122
|
-
}
|
|
123
|
-
}
|
|
124
|
-
exports.NoStorageError = NoStorageError;
|
|
125
|
-
class StaticWebsiteDisabledError extends FrontendPluginError {
|
|
126
|
-
constructor() {
|
|
127
|
-
super(ErrorType.User, "StaticWebsiteDisableError", [
|
|
128
|
-
localizeUtils_1.getDefaultString("error.frontend.StaticWebsiteDisabledError"),
|
|
129
|
-
localizeUtils_1.getLocalizedString("error.frontend.StaticWebsiteDisabledError"),
|
|
130
|
-
], [exports.tips.reProvision], constants_1.FrontendPluginInfo.HelpLink);
|
|
131
|
-
}
|
|
132
|
-
}
|
|
133
|
-
exports.StaticWebsiteDisabledError = StaticWebsiteDisabledError;
|
|
134
|
-
class InvalidStorageNameError extends FrontendPluginError {
|
|
135
|
-
constructor() {
|
|
136
|
-
super(ErrorType.User, "InvalidStorageNameError", [
|
|
137
|
-
localizeUtils_1.getDefaultString("error.frontend.InvalidStorageNameError"),
|
|
138
|
-
localizeUtils_1.getLocalizedString("error.frontend.InvalidStorageNameError"),
|
|
139
|
-
], [exports.tips.ensureAppNameValid]);
|
|
140
|
-
}
|
|
141
|
-
}
|
|
142
|
-
exports.InvalidStorageNameError = InvalidStorageNameError;
|
|
143
|
-
class EnableStaticWebsiteError extends FrontendPluginError {
|
|
144
|
-
constructor() {
|
|
145
|
-
super(ErrorType.User, "EnableStaticWebsiteError", [
|
|
146
|
-
localizeUtils_1.getDefaultString("error.frontend.EnableStaticWebsiteError"),
|
|
147
|
-
localizeUtils_1.getLocalizedString("error.frontend.EnableStaticWebsiteError"),
|
|
148
|
-
], [exports.tips.checkSystemTime, exports.tips.checkStoragePermissions], constants_1.FrontendPluginInfo.HelpLink);
|
|
149
|
-
}
|
|
150
|
-
}
|
|
151
|
-
exports.EnableStaticWebsiteError = EnableStaticWebsiteError;
|
|
152
|
-
class ClearStorageError extends FrontendPluginError {
|
|
153
|
-
constructor() {
|
|
154
|
-
super(ErrorType.User, "ClearStorageError", [
|
|
155
|
-
localizeUtils_1.getDefaultString("error.frontend.ClearStorageError"),
|
|
156
|
-
localizeUtils_1.getLocalizedString("error.frontend.ClearStorageError"),
|
|
157
|
-
], [exports.tips.checkSystemTime, exports.tips.checkNetwork]);
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
exports.ClearStorageError = ClearStorageError;
|
|
161
|
-
class UploadToStorageError extends FrontendPluginError {
|
|
162
|
-
constructor() {
|
|
163
|
-
super(ErrorType.User, "UploadToStorageError", [
|
|
164
|
-
localizeUtils_1.getDefaultString("error.frontend.UploadToStorageError", path_1.default.join(constants_1.FrontendPathInfo.WorkingDir, constants_1.FrontendPathInfo.BuildPath)),
|
|
165
|
-
localizeUtils_1.getLocalizedString("error.frontend.UploadToStorageError", path_1.default.join(constants_1.FrontendPathInfo.WorkingDir, constants_1.FrontendPathInfo.BuildPath)),
|
|
166
|
-
], [exports.tips.checkSystemTime, exports.tips.checkNetwork]);
|
|
167
|
-
}
|
|
168
|
-
}
|
|
169
|
-
exports.UploadToStorageError = UploadToStorageError;
|
|
170
|
-
class GetContainerError extends FrontendPluginError {
|
|
171
|
-
constructor() {
|
|
172
|
-
super(ErrorType.User, "GetContainerError", [
|
|
173
|
-
localizeUtils_1.getDefaultString("error.frontend.GetContainerError", constants_1.Constants.AzureStorageWebContainer),
|
|
174
|
-
localizeUtils_1.getLocalizedString("error.frontend.GetContainerError", constants_1.Constants.AzureStorageWebContainer),
|
|
175
|
-
], [exports.tips.checkSystemTime, exports.tips.checkStoragePermissions, exports.tips.checkNetwork]);
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
exports.GetContainerError = GetContainerError;
|
|
179
|
-
class UnknownScaffoldError extends FrontendPluginError {
|
|
180
|
-
constructor() {
|
|
181
|
-
super(ErrorType.System, "UnknownScaffoldError", [
|
|
182
|
-
localizeUtils_1.getDefaultString("error.frontend.UnknownScaffoldError"),
|
|
183
|
-
localizeUtils_1.getLocalizedString("error.frontend.UnknownScaffoldError"),
|
|
184
|
-
], [exports.tips.checkLog]);
|
|
185
|
-
}
|
|
186
|
-
}
|
|
187
|
-
exports.UnknownScaffoldError = UnknownScaffoldError;
|
|
188
|
-
class TemplateZipFallbackError extends FrontendPluginError {
|
|
189
|
-
constructor() {
|
|
190
|
-
super(ErrorType.System, "TemplateZipFallbackError", [
|
|
191
|
-
localizeUtils_1.getDefaultString("error.frontend.TemplateZipFallbackError"),
|
|
192
|
-
localizeUtils_1.getLocalizedString("error.frontend.TemplateZipFallbackError"),
|
|
193
|
-
], [exports.tips.checkLog, exports.tips.checkNetwork]);
|
|
194
|
-
}
|
|
195
|
-
}
|
|
196
|
-
exports.TemplateZipFallbackError = TemplateZipFallbackError;
|
|
197
|
-
class UnzipTemplateError extends FrontendPluginError {
|
|
198
|
-
constructor() {
|
|
199
|
-
super(ErrorType.User, "UnzipTemplateError", [
|
|
200
|
-
localizeUtils_1.getDefaultString("error.frontend.UnzipTemplateError"),
|
|
201
|
-
localizeUtils_1.getLocalizedString("error.frontend.UnzipTemplateError"),
|
|
202
|
-
], [exports.tips.checkFsPermissions]);
|
|
203
|
-
}
|
|
204
|
-
}
|
|
205
|
-
exports.UnzipTemplateError = UnzipTemplateError;
|
|
206
|
-
class FileIOError extends FrontendPluginError {
|
|
207
|
-
constructor(messages) {
|
|
208
|
-
super(ErrorType.System, "FileIOError", messages, [exports.tips.checkLog]);
|
|
209
|
-
}
|
|
210
|
-
}
|
|
211
|
-
exports.FileIOError = FileIOError;
|
|
212
|
-
class NoBuildPathError extends FrontendPluginError {
|
|
213
|
-
constructor() {
|
|
214
|
-
super(ErrorType.User, "NoBuildPathError", [
|
|
215
|
-
localizeUtils_1.getDefaultString("error.frontend.NoBuildPathError", constants_1.FrontendPathInfo.BuildFolderName),
|
|
216
|
-
localizeUtils_1.getLocalizedString("error.frontend.NoBuildPathError", constants_1.FrontendPathInfo.BuildFolderName),
|
|
217
|
-
], [exports.tips.doBuild, exports.tips.ensureBuildPath]);
|
|
218
|
-
}
|
|
219
|
-
}
|
|
220
|
-
exports.NoBuildPathError = NoBuildPathError;
|
|
221
|
-
class BuildError extends FrontendPluginError {
|
|
222
|
-
constructor() {
|
|
223
|
-
super(ErrorType.User, "BuildError", [
|
|
224
|
-
localizeUtils_1.getDefaultString("error.frontend.BuildError"),
|
|
225
|
-
localizeUtils_1.getLocalizedString("error.frontend.BuildError"),
|
|
226
|
-
], [exports.tips.doBuild, exports.tips.checkLog]);
|
|
227
|
-
}
|
|
228
|
-
}
|
|
229
|
-
exports.BuildError = BuildError;
|
|
230
|
-
class NpmInstallError extends FrontendPluginError {
|
|
231
|
-
constructor() {
|
|
232
|
-
super(ErrorType.User, "NpmInstallError", [
|
|
233
|
-
localizeUtils_1.getDefaultString("error.frontend.NpmInstallError"),
|
|
234
|
-
localizeUtils_1.getLocalizedString("error.frontend.NpmInstallError"),
|
|
235
|
-
], [exports.tips.doNpmInstall, exports.tips.checkLog]);
|
|
236
|
-
}
|
|
237
|
-
}
|
|
238
|
-
exports.NpmInstallError = NpmInstallError;
|
|
239
|
-
class InvalidTabLanguageError extends FrontendPluginError {
|
|
240
|
-
constructor() {
|
|
241
|
-
super(ErrorType.User, "InvalidTabLanguageError", [
|
|
242
|
-
localizeUtils_1.getDefaultString("error.frontend.InvalidTabLanguageError"),
|
|
243
|
-
localizeUtils_1.getLocalizedString("error.frontend.InvalidTabLanguageError"),
|
|
244
|
-
], [exports.tips.restoreEnvironment, exports.tips.reScaffold]);
|
|
245
|
-
}
|
|
246
|
-
}
|
|
247
|
-
exports.InvalidTabLanguageError = InvalidTabLanguageError;
|
|
248
|
-
class NotImplemented extends FrontendPluginError {
|
|
249
|
-
constructor() {
|
|
250
|
-
super(ErrorType.System, "NotImplemented", [
|
|
251
|
-
localizeUtils_1.getDefaultString("error.frontend.NotImplemented"),
|
|
252
|
-
localizeUtils_1.getLocalizedString("error.frontend.NotImplemented"),
|
|
253
|
-
], []);
|
|
254
|
-
}
|
|
255
|
-
}
|
|
256
|
-
exports.NotImplemented = NotImplemented;
|
|
257
|
-
exports.UnhandledErrorCode = "UnhandledError";
|
|
258
|
-
exports.UnhandledErrorMessage = localizeUtils_1.getLocalizedString("error.frontend.UnhandledError");
|
|
259
|
-
async function runWithErrorCatchAndThrow(error, fn) {
|
|
260
|
-
try {
|
|
261
|
-
const res = await Promise.resolve(fn());
|
|
262
|
-
return res;
|
|
263
|
-
}
|
|
264
|
-
catch (e) {
|
|
265
|
-
logger_1.Logger.error(e.toString());
|
|
266
|
-
if (error instanceof FrontendPluginError)
|
|
267
|
-
error.setInnerError(e);
|
|
268
|
-
throw error;
|
|
269
|
-
}
|
|
270
|
-
}
|
|
271
|
-
exports.runWithErrorCatchAndThrow = runWithErrorCatchAndThrow;
|
|
272
|
-
async function runWithErrorCatchAndWrap(wrap, fn) {
|
|
273
|
-
try {
|
|
274
|
-
const res = await Promise.resolve(fn());
|
|
275
|
-
return res;
|
|
276
|
-
}
|
|
277
|
-
catch (e) {
|
|
278
|
-
logger_1.Logger.error(e.toString());
|
|
279
|
-
const error = wrap(e);
|
|
280
|
-
if (error instanceof FrontendPluginError)
|
|
281
|
-
error.setInnerError(e);
|
|
282
|
-
throw error;
|
|
283
|
-
}
|
|
284
|
-
}
|
|
285
|
-
exports.runWithErrorCatchAndWrap = runWithErrorCatchAndWrap;
|
|
286
|
-
//# sourceMappingURL=errors.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"errors.js","sourceRoot":"","sources":["../../../../../src/plugins/resource/frontend/resources/errors.ts"],"names":[],"mappings":"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"}
|