@microsoft/teamsfx-core 1.7.0 → 1.7.1-alpha.42a29d71b.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/common/constants.d.ts +3 -1
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +3 -1
- package/build/common/constants.js.map +1 -1
- package/build/common/featureFlags.d.ts +8 -0
- package/build/common/featureFlags.d.ts.map +1 -0
- package/build/common/featureFlags.js +43 -0
- package/build/common/featureFlags.js.map +1 -0
- package/build/common/index.d.ts +4 -3
- package/build/common/index.d.ts.map +1 -1
- package/build/common/index.js +4 -3
- package/build/common/index.js.map +1 -1
- package/build/common/local/localEnvManager.d.ts +1 -1
- package/build/common/local/localEnvManager.d.ts.map +1 -1
- package/build/common/local/localEnvManager.js +1 -1
- package/build/common/local/localEnvManager.js.map +1 -1
- package/build/common/local/localStateHelper.d.ts.map +1 -1
- package/build/common/local/localStateHelper.js +12 -0
- package/build/common/local/localStateHelper.js.map +1 -1
- package/build/common/local/portChecker.d.ts.map +1 -1
- package/build/common/local/portChecker.js +6 -1
- package/build/common/local/portChecker.js.map +1 -1
- package/build/common/projectSettingsHelper.d.ts +1 -1
- package/build/common/projectSettingsHelper.d.ts.map +1 -1
- package/build/common/projectSettingsHelper.js +6 -4
- package/build/common/projectSettingsHelper.js.map +1 -1
- package/build/common/samples-config.json +29 -15
- package/build/common/samples.d.ts +1 -1
- package/build/common/samples.d.ts.map +1 -1
- package/build/common/samples.js +3 -2
- package/build/common/samples.js.map +1 -1
- package/build/common/telemetry.d.ts +9 -0
- package/build/common/telemetry.d.ts.map +1 -1
- package/build/common/telemetry.js +9 -0
- package/build/common/telemetry.js.map +1 -1
- package/build/common/templates-config.json +2 -2
- package/build/common/tools.d.ts +3 -3
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +28 -28
- package/build/common/tools.js.map +1 -1
- package/build/core/FxCore.d.ts +3 -2
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +76 -19
- package/build/core/FxCore.js.map +1 -1
- package/build/core/environment.d.ts +1 -1
- package/build/core/environment.d.ts.map +1 -1
- package/build/core/environment.js +6 -1
- package/build/core/environment.js.map +1 -1
- package/build/core/error.d.ts +1 -0
- package/build/core/error.d.ts.map +1 -1
- package/build/core/error.js +5 -1
- package/build/core/error.js.map +1 -1
- package/build/core/globalVars.d.ts +0 -5
- package/build/core/globalVars.d.ts.map +1 -1
- package/build/core/globalVars.js +1 -9
- package/build/core/globalVars.js.map +1 -1
- package/build/core/middleware/aadManifestMigration.d.ts +3 -0
- package/build/core/middleware/aadManifestMigration.d.ts.map +1 -0
- package/build/core/middleware/aadManifestMigration.js +240 -0
- package/build/core/middleware/aadManifestMigration.js.map +1 -0
- package/build/core/middleware/consolidateLocalRemote.d.ts +2 -0
- package/build/core/middleware/consolidateLocalRemote.d.ts.map +1 -1
- package/build/core/middleware/consolidateLocalRemote.js +100 -55
- package/build/core/middleware/consolidateLocalRemote.js.map +1 -1
- package/build/core/middleware/errorHandler.d.ts.map +1 -1
- package/build/core/middleware/errorHandler.js +15 -3
- package/build/core/middleware/errorHandler.js.map +1 -1
- package/build/core/middleware/questionModel.d.ts.map +1 -1
- package/build/core/middleware/questionModel.js +11 -55
- package/build/core/middleware/questionModel.js.map +1 -1
- package/build/core/question.d.ts +2 -8
- package/build/core/question.d.ts.map +1 -1
- package/build/core/question.js +68 -52
- package/build/core/question.js.map +1 -1
- package/build/core/telemetry.d.ts +23 -0
- package/build/core/telemetry.d.ts.map +1 -0
- package/build/core/telemetry.js +46 -0
- package/build/core/telemetry.js.map +1 -0
- package/build/plugins/resource/aad/constants.d.ts +5 -0
- package/build/plugins/resource/aad/constants.d.ts.map +1 -1
- package/build/plugins/resource/aad/constants.js +5 -0
- package/build/plugins/resource/aad/constants.js.map +1 -1
- package/build/plugins/resource/aad/errors.d.ts +2 -0
- package/build/plugins/resource/aad/errors.d.ts.map +1 -1
- package/build/plugins/resource/aad/errors.js +15 -1
- package/build/plugins/resource/aad/errors.js.map +1 -1
- package/build/plugins/resource/aad/index.d.ts +2 -1
- package/build/plugins/resource/aad/index.d.ts.map +1 -1
- package/build/plugins/resource/aad/index.js +23 -0
- package/build/plugins/resource/aad/index.js.map +1 -1
- package/build/plugins/resource/aad/plugin.d.ts +3 -0
- package/build/plugins/resource/aad/plugin.d.ts.map +1 -1
- package/build/plugins/resource/aad/plugin.js +109 -19
- package/build/plugins/resource/aad/plugin.js.map +1 -1
- package/build/plugins/resource/aad/utils/configs.d.ts +2 -1
- package/build/plugins/resource/aad/utils/configs.d.ts.map +1 -1
- package/build/plugins/resource/aad/utils/configs.js +20 -3
- package/build/plugins/resource/aad/utils/configs.js.map +1 -1
- package/build/plugins/resource/aad/v2/index.d.ts +2 -1
- package/build/plugins/resource/aad/v2/index.d.ts.map +1 -1
- package/build/plugins/resource/aad/v2/index.js +3 -0
- package/build/plugins/resource/aad/v2/index.js.map +1 -1
- package/build/plugins/resource/apiconnector/checker.d.ts +7 -0
- package/build/plugins/resource/apiconnector/checker.d.ts.map +1 -0
- package/build/plugins/resource/apiconnector/checker.js +73 -0
- package/build/plugins/resource/apiconnector/checker.js.map +1 -0
- package/build/plugins/resource/apiconnector/config.d.ts +23 -0
- package/build/plugins/resource/apiconnector/config.d.ts.map +1 -0
- package/build/plugins/resource/apiconnector/config.js +5 -0
- package/build/plugins/resource/apiconnector/config.js.map +1 -0
- package/build/plugins/resource/apiconnector/constants.d.ts +25 -1
- package/build/plugins/resource/apiconnector/constants.d.ts.map +1 -1
- package/build/plugins/resource/apiconnector/constants.js +33 -7
- package/build/plugins/resource/apiconnector/constants.js.map +1 -1
- package/build/plugins/resource/apiconnector/depsHandler.d.ts +13 -0
- package/build/plugins/resource/apiconnector/depsHandler.d.ts.map +1 -0
- package/build/plugins/resource/apiconnector/depsHandler.js +93 -0
- package/build/plugins/resource/apiconnector/depsHandler.js.map +1 -0
- package/build/plugins/resource/apiconnector/envHandler.d.ts +6 -4
- package/build/plugins/resource/apiconnector/envHandler.d.ts.map +1 -1
- package/build/plugins/resource/apiconnector/envHandler.js +57 -26
- package/build/plugins/resource/apiconnector/envHandler.js.map +1 -1
- package/build/plugins/resource/apiconnector/errors.d.ts +30 -8
- package/build/plugins/resource/apiconnector/errors.d.ts.map +1 -1
- package/build/plugins/resource/apiconnector/errors.js +35 -9
- package/build/plugins/resource/apiconnector/errors.js.map +1 -1
- package/build/plugins/resource/apiconnector/index.d.ts.map +1 -1
- package/build/plugins/resource/apiconnector/index.js +1 -8
- package/build/plugins/resource/apiconnector/index.js.map +1 -1
- package/build/plugins/resource/apiconnector/plugin.d.ts +16 -2
- package/build/plugins/resource/apiconnector/plugin.d.ts.map +1 -1
- package/build/plugins/resource/apiconnector/plugin.js +259 -37
- package/build/plugins/resource/apiconnector/plugin.js.map +1 -1
- package/build/plugins/resource/apiconnector/questions.d.ts +26 -4
- package/build/plugins/resource/apiconnector/questions.d.ts.map +1 -1
- package/build/plugins/resource/apiconnector/questions.js +103 -26
- package/build/plugins/resource/apiconnector/questions.js.map +1 -1
- package/build/plugins/resource/apiconnector/result.d.ts +16 -3
- package/build/plugins/resource/apiconnector/result.d.ts.map +1 -1
- package/build/plugins/resource/apiconnector/result.js +24 -5
- package/build/plugins/resource/apiconnector/result.js.map +1 -1
- package/build/plugins/resource/apiconnector/sampleHandler.d.ts +3 -3
- package/build/plugins/resource/apiconnector/sampleHandler.d.ts.map +1 -1
- package/build/plugins/resource/apiconnector/sampleHandler.js +14 -4
- package/build/plugins/resource/apiconnector/sampleHandler.js.map +1 -1
- package/build/plugins/resource/apiconnector/telemetry.d.ts +41 -0
- package/build/plugins/resource/apiconnector/telemetry.d.ts.map +1 -0
- package/build/plugins/resource/apiconnector/telemetry.js +69 -0
- package/build/plugins/resource/apiconnector/telemetry.js.map +1 -0
- package/build/plugins/resource/apiconnector/utils.d.ts +14 -20
- package/build/plugins/resource/apiconnector/utils.d.ts.map +1 -1
- package/build/plugins/resource/apiconnector/utils.js +63 -16
- package/build/plugins/resource/apiconnector/utils.js.map +1 -1
- package/build/plugins/resource/appstudio/appStudio.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/appStudio.js +6 -5
- package/build/plugins/resource/appstudio/appStudio.js.map +1 -1
- package/build/plugins/resource/appstudio/constants.d.ts +2 -0
- package/build/plugins/resource/appstudio/constants.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/constants.js +24 -1
- package/build/plugins/resource/appstudio/constants.js.map +1 -1
- package/build/plugins/resource/appstudio/index.d.ts +1 -0
- package/build/plugins/resource/appstudio/index.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/index.js +56 -11
- package/build/plugins/resource/appstudio/index.js.map +1 -1
- package/build/plugins/resource/appstudio/manifestTemplate.d.ts +2 -2
- package/build/plugins/resource/appstudio/manifestTemplate.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/manifestTemplate.js +27 -5
- package/build/plugins/resource/appstudio/manifestTemplate.js.map +1 -1
- package/build/plugins/resource/appstudio/plugin.d.ts +1 -0
- package/build/plugins/resource/appstudio/plugin.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/plugin.js +6 -1
- package/build/plugins/resource/appstudio/plugin.js.map +1 -1
- package/build/plugins/resource/appstudio/utils/telemetry.d.ts +1 -0
- package/build/plugins/resource/appstudio/utils/telemetry.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/utils/telemetry.js +1 -0
- package/build/plugins/resource/appstudio/utils/telemetry.js.map +1 -1
- package/build/plugins/resource/appstudio/v2/index.d.ts +2 -0
- package/build/plugins/resource/appstudio/v2/index.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/v2/index.js +5 -0
- package/build/plugins/resource/appstudio/v2/index.js.map +1 -1
- package/build/plugins/resource/appstudio/v3/index.js +1 -1
- package/build/plugins/resource/appstudio/v3/index.js.map +1 -1
- package/build/plugins/resource/appstudio/v3/plugin.d.ts.map +1 -1
- package/build/plugins/resource/appstudio/v3/plugin.js +5 -0
- package/build/plugins/resource/appstudio/v3/plugin.js.map +1 -1
- package/build/plugins/resource/bot/azureOps.d.ts +3 -2
- package/build/plugins/resource/bot/azureOps.d.ts.map +1 -1
- package/build/plugins/resource/bot/azureOps.js +29 -30
- package/build/plugins/resource/bot/azureOps.js.map +1 -1
- package/build/plugins/resource/bot/clientFactory.d.ts +0 -5
- package/build/plugins/resource/bot/clientFactory.d.ts.map +1 -1
- package/build/plugins/resource/bot/clientFactory.js +1 -29
- package/build/plugins/resource/bot/clientFactory.js.map +1 -1
- package/build/plugins/resource/bot/configs/teamsBotConfig.d.ts +1 -0
- package/build/plugins/resource/bot/configs/teamsBotConfig.d.ts.map +1 -1
- package/build/plugins/resource/bot/configs/teamsBotConfig.js +15 -13
- package/build/plugins/resource/bot/configs/teamsBotConfig.js.map +1 -1
- package/build/plugins/resource/bot/constants.d.ts +8 -9
- package/build/plugins/resource/bot/constants.d.ts.map +1 -1
- package/build/plugins/resource/bot/constants.js +9 -9
- package/build/plugins/resource/bot/constants.js.map +1 -1
- package/build/plugins/resource/bot/errors.d.ts +6 -18
- package/build/plugins/resource/bot/errors.d.ts.map +1 -1
- package/build/plugins/resource/bot/errors.js +16 -39
- package/build/plugins/resource/bot/errors.js.map +1 -1
- package/build/plugins/resource/bot/functionsHostedBot/deployMgr.d.ts +1 -1
- package/build/plugins/resource/bot/functionsHostedBot/deployMgr.d.ts.map +1 -1
- package/build/plugins/resource/bot/functionsHostedBot/deployMgr.js +10 -4
- package/build/plugins/resource/bot/functionsHostedBot/deployMgr.js.map +1 -1
- package/build/plugins/resource/bot/functionsHostedBot/plugin.d.ts.map +1 -1
- package/build/plugins/resource/bot/functionsHostedBot/plugin.js +4 -7
- package/build/plugins/resource/bot/functionsHostedBot/plugin.js.map +1 -1
- package/build/plugins/resource/bot/index.d.ts.map +1 -1
- package/build/plugins/resource/bot/index.js +4 -2
- package/build/plugins/resource/bot/index.js.map +1 -1
- package/build/plugins/resource/bot/languageStrategy.d.ts.map +1 -1
- package/build/plugins/resource/bot/languageStrategy.js +3 -1
- package/build/plugins/resource/bot/languageStrategy.js.map +1 -1
- package/build/plugins/resource/bot/plugin.d.ts.map +1 -1
- package/build/plugins/resource/bot/plugin.js +8 -3
- package/build/plugins/resource/bot/plugin.js.map +1 -1
- package/build/plugins/resource/bot/question.d.ts +5 -3
- package/build/plugins/resource/bot/question.d.ts.map +1 -1
- package/build/plugins/resource/bot/question.js +20 -2
- package/build/plugins/resource/bot/question.js.map +1 -1
- package/build/plugins/resource/bot/resources/messages.d.ts +2 -0
- package/build/plugins/resource/bot/resources/messages.d.ts.map +1 -1
- package/build/plugins/resource/bot/resources/messages.js +8 -0
- package/build/plugins/resource/bot/resources/messages.js.map +1 -1
- package/build/plugins/resource/bot/utils/common.d.ts +1 -0
- package/build/plugins/resource/bot/utils/common.d.ts.map +1 -1
- package/build/plugins/resource/bot/utils/common.js +5 -1
- package/build/plugins/resource/bot/utils/common.js.map +1 -1
- package/build/plugins/resource/bot/utils/zipDeploy.js +1 -1
- package/build/plugins/resource/bot/utils/zipDeploy.js.map +1 -1
- package/build/plugins/resource/bot/v3/index.d.ts.map +1 -1
- package/build/plugins/resource/bot/v3/index.js +2 -1
- package/build/plugins/resource/bot/v3/index.js.map +1 -1
- package/build/plugins/resource/frontend/constants.d.ts +4 -0
- package/build/plugins/resource/frontend/constants.d.ts.map +1 -1
- package/build/plugins/resource/frontend/constants.js +6 -2
- package/build/plugins/resource/frontend/constants.js.map +1 -1
- package/build/plugins/resource/frontend/dotnet/plugin.js +1 -1
- package/build/plugins/resource/frontend/dotnet/plugin.js.map +1 -1
- package/build/plugins/resource/frontend/env.js +2 -2
- package/build/plugins/resource/frontend/env.js.map +1 -1
- package/build/plugins/resource/frontend/ops/deploy.d.ts +3 -5
- package/build/plugins/resource/frontend/ops/deploy.d.ts.map +1 -1
- package/build/plugins/resource/frontend/ops/deploy.js +41 -7
- package/build/plugins/resource/frontend/ops/deploy.js.map +1 -1
- package/build/plugins/resource/frontend/plugin.d.ts.map +1 -1
- package/build/plugins/resource/frontend/plugin.js +5 -6
- package/build/plugins/resource/frontend/plugin.js.map +1 -1
- package/build/plugins/resource/frontend/resources/errors.d.ts +1 -1
- package/build/plugins/resource/frontend/resources/errors.d.ts.map +1 -1
- package/build/plugins/resource/frontend/resources/errors.js +4 -4
- package/build/plugins/resource/frontend/resources/errors.js.map +1 -1
- package/build/plugins/resource/frontend/resources/templateInfo.js +1 -1
- package/build/plugins/resource/frontend/resources/templateInfo.js.map +1 -1
- package/build/plugins/resource/frontend/utils/progress-helper.d.ts +2 -2
- package/build/plugins/resource/frontend/utils/progress-helper.d.ts.map +1 -1
- package/build/plugins/resource/frontend/utils/progress-helper.js +4 -4
- package/build/plugins/resource/frontend/utils/progress-helper.js.map +1 -1
- package/build/plugins/resource/frontend/v3/index.d.ts.map +1 -1
- package/build/plugins/resource/frontend/v3/index.js +10 -13
- package/build/plugins/resource/frontend/v3/index.js.map +1 -1
- package/build/plugins/resource/spfx/depsChecker/yoChecker.d.ts.map +1 -1
- package/build/plugins/resource/spfx/depsChecker/yoChecker.js +6 -0
- package/build/plugins/resource/spfx/depsChecker/yoChecker.js.map +1 -1
- package/build/plugins/resource/spfx/index.d.ts.map +1 -1
- package/build/plugins/resource/spfx/index.js +0 -5
- package/build/plugins/resource/spfx/index.js.map +1 -1
- package/build/plugins/resource/spfx/plugin.d.ts.map +1 -1
- package/build/plugins/resource/spfx/plugin.js +59 -133
- package/build/plugins/resource/spfx/plugin.js.map +1 -1
- package/build/plugins/resource/spfx/utils/questions.d.ts.map +1 -1
- package/build/plugins/resource/spfx/utils/questions.js +5 -11
- package/build/plugins/resource/spfx/utils/questions.js.map +1 -1
- package/build/plugins/resource/sql/constants.d.ts +2 -4
- package/build/plugins/resource/sql/constants.d.ts.map +1 -1
- package/build/plugins/resource/sql/constants.js +2 -4
- package/build/plugins/resource/sql/constants.js.map +1 -1
- package/build/plugins/resource/sql/errors.d.ts.map +1 -1
- package/build/plugins/resource/sql/errors.js +29 -29
- package/build/plugins/resource/sql/errors.js.map +1 -1
- package/build/plugins/resource/sql/index.d.ts.map +1 -1
- package/build/plugins/resource/sql/index.js +1 -1
- package/build/plugins/resource/sql/index.js.map +1 -1
- package/build/plugins/resource/sql/plugin.d.ts.map +1 -1
- package/build/plugins/resource/sql/plugin.js +24 -11
- package/build/plugins/resource/sql/plugin.js.map +1 -1
- package/build/plugins/resource/sql/sqlClient.d.ts.map +1 -1
- package/build/plugins/resource/sql/sqlClient.js +7 -10
- package/build/plugins/resource/sql/sqlClient.js.map +1 -1
- package/build/plugins/resource/sql/utils/dialogUtils.d.ts +0 -1
- package/build/plugins/resource/sql/utils/dialogUtils.d.ts.map +1 -1
- package/build/plugins/resource/sql/utils/dialogUtils.js +0 -1
- package/build/plugins/resource/sql/utils/dialogUtils.js.map +1 -1
- package/build/plugins/solution/fx-solution/arm.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/arm.js +15 -9
- package/build/plugins/solution/fx-solution/arm.js.map +1 -1
- package/build/plugins/solution/fx-solution/commonQuestions.js +1 -1
- package/build/plugins/solution/fx-solution/commonQuestions.js.map +1 -1
- package/build/plugins/solution/fx-solution/constants.d.ts +19 -2
- package/build/plugins/solution/fx-solution/constants.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/constants.js +22 -1
- package/build/plugins/solution/fx-solution/constants.js.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/launch.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/launch.js +1 -46
- package/build/plugins/solution/fx-solution/debug/util/launch.js.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/launchNext.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/launchNext.js +0 -26
- package/build/plugins/solution/fx-solution/debug/util/launchNext.js.map +1 -1
- package/build/plugins/solution/fx-solution/debug/util/tasksNext.js +1 -1
- package/build/plugins/solution/fx-solution/debug/util/tasksNext.js.map +1 -1
- package/build/plugins/solution/fx-solution/index.d.ts +1 -0
- package/build/plugins/solution/fx-solution/index.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/index.js +1 -0
- package/build/plugins/solution/fx-solution/index.js.map +1 -1
- package/build/plugins/solution/fx-solution/question.d.ts +8 -3
- package/build/plugins/solution/fx-solution/question.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/question.js +70 -29
- package/build/plugins/solution/fx-solution/question.js.map +1 -1
- package/build/plugins/solution/fx-solution/v2/deploy.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v2/deploy.js +31 -8
- package/build/plugins/solution/fx-solution/v2/deploy.js.map +1 -1
- package/build/plugins/solution/fx-solution/v2/executeUserTask.d.ts +2 -1
- package/build/plugins/solution/fx-solution/v2/executeUserTask.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v2/executeUserTask.js +160 -95
- package/build/plugins/solution/fx-solution/v2/executeUserTask.js.map +1 -1
- package/build/plugins/solution/fx-solution/v2/getQuestions.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v2/getQuestions.js +123 -65
- package/build/plugins/solution/fx-solution/v2/getQuestions.js.map +1 -1
- package/build/plugins/solution/fx-solution/v2/provision.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v2/provision.js +22 -9
- package/build/plugins/solution/fx-solution/v2/provision.js.map +1 -1
- package/build/plugins/solution/fx-solution/v2/utils.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v2/utils.js +9 -1
- package/build/plugins/solution/fx-solution/v2/utils.js.map +1 -1
- package/build/plugins/solution/fx-solution/v3/provision.d.ts +1 -0
- package/build/plugins/solution/fx-solution/v3/provision.d.ts.map +1 -1
- package/build/plugins/solution/fx-solution/v3/provision.js +18 -1
- package/build/plugins/solution/fx-solution/v3/provision.js.map +1 -1
- package/package.json +5 -4
- package/resource/aad-manifest-change-logs.md +27 -0
- package/resource/package.nls.json +150 -72
- package/resource/unify-config-change-logs.md +26 -0
- package/templates/core/README.md +46 -0
- package/templates/fallback/blazor-base.csharp.default.zip +0 -0
- package/templates/fallback/bot.csharp.default.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.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.notification.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.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 +17 -0
- package/templates/plugins/resource/aad/auth/bot/js/public/auth-end.html +65 -0
- package/templates/plugins/resource/aad/auth/bot/js/public/auth-start.html +177 -0
- package/templates/plugins/resource/aad/auth/bot/js/sso/showUserInfo.js +23 -0
- package/templates/plugins/resource/aad/auth/bot/js/sso/ssoDialog.js +176 -0
- package/templates/plugins/resource/aad/auth/bot/js/sso/teamsSsoBot.js +57 -0
- package/templates/plugins/resource/aad/auth/bot/ts/public/auth-end.html +65 -0
- package/templates/plugins/resource/aad/auth/bot/ts/public/auth-start.html +177 -0
- package/templates/plugins/resource/aad/auth/bot/ts/sso/showUserInfo.ts +24 -0
- package/templates/plugins/resource/aad/auth/bot/ts/sso/ssoDialog.ts +182 -0
- package/templates/plugins/resource/aad/auth/bot/ts/sso/teamsSsoBot.ts +69 -0
- package/templates/plugins/resource/aad/auth/tab/README.md +15 -0
- package/templates/plugins/resource/aad/auth/tab/js/public/auth-end.html +58 -0
- package/templates/plugins/resource/aad/auth/tab/js/public/auth-start.html +57 -0
- package/templates/plugins/resource/aad/auth/tab/js/sso/GetUserProfile.jsx +34 -0
- package/templates/plugins/resource/aad/auth/tab/ts/public/auth-end.html +58 -0
- package/templates/plugins/resource/aad/auth/tab/ts/public/auth-start.html +57 -0
- package/templates/plugins/resource/aad/auth/tab/ts/sso/GetUserProfile.tsx +34 -0
- package/templates/plugins/resource/aad/manifest/aad.template.json +1 -14
- package/templates/plugins/resource/apiconnector/package.json +5 -0
- package/templates/plugins/resource/apiconnector/sample/footerComment.template +20 -0
- package/templates/plugins/resource/apiconnector/sample/headerComment.template +28 -0
- package/templates/plugins/resource/apiconnector/sample/js/aad.template +26 -0
- package/templates/plugins/resource/apiconnector/sample/js/apikey.template +19 -0
- package/templates/plugins/resource/apiconnector/sample/js/basic.template +14 -0
- package/templates/plugins/resource/apiconnector/sample/js/cert.template +15 -0
- package/templates/plugins/resource/apiconnector/sample/js/custom.template +39 -0
- package/templates/plugins/resource/apiconnector/sample/ts/aad.template +31 -0
- package/templates/plugins/resource/apiconnector/sample/ts/apikey.template +16 -0
- package/templates/plugins/resource/apiconnector/sample/ts/basic.template +14 -0
- package/templates/plugins/resource/apiconnector/sample/ts/cert.template +17 -0
- package/templates/plugins/resource/apiconnector/sample/ts/custom.template +42 -0
- package/templates/plugins/resource/bot/bicep/botProvision.template.bicep +9 -0
- package/templates/plugins/resource/bot/bicep/funcHostedBotProvision.template.bicep +2 -0
- package/templates/plugins/resource/function/bicep/functionProvision.template.bicep +2 -0
- package/templates/plugins/resource/simpleauth/bicep/simpleAuthProvision.template.bicep +4 -0
- package/templates/plugins/resource/spfx/solution/README.md +3 -3
- package/templates/plugins/resource/webapp/bicep/webappProvision.template.bicep +2 -0
- package/templates/plugins/solution/v1/README.md +1 -1
- package/templates/core/README-auto-generated.md +0 -31
- package/templates/fallback/bot-msgext.csharp.default.zip +0 -0
- package/templates/fallback/bot-msgext.js.default.zip +0 -0
- package/templates/fallback/bot-msgext.ts.default.zip +0 -0
- package/templates/fallback/msgext.js.default.zip +0 -0
- package/templates/fallback/msgext.ts.default.zip +0 -0
- package/templates/plugins/resource/apiconnector/sample/js/api-connector.template +0 -30
- package/templates/plugins/resource/apiconnector/sample/ts/api-connector.template +0 -30
- package/templates/plugins/resource/spfx/solution/_gitignore +0 -33
- package/templates/plugins/resource/spfx/solution/config/config.json +0 -19
- package/templates/plugins/resource/spfx/solution/config/copy-assets.json +0 -4
- package/templates/plugins/resource/spfx/solution/config/deploy-azure-storage.json +0 -7
- package/templates/plugins/resource/spfx/solution/config/package-solution.json +0 -21
- package/templates/plugins/resource/spfx/solution/config/serve.json +0 -10
- package/templates/plugins/resource/spfx/solution/config/write-manifests.json +0 -4
- package/templates/plugins/resource/spfx/solution/gulpfile.js +0 -16
- package/templates/plugins/resource/spfx/solution/manifest.json +0 -62
- package/templates/plugins/resource/spfx/solution/src/index.ts +0 -1
- package/templates/plugins/resource/spfx/solution/tsconfig.json +0 -35
- package/templates/plugins/resource/spfx/solution/tslint.json +0 -30
- package/templates/plugins/resource/spfx/webpart/base/images/color.png +0 -0
- package/templates/plugins/resource/spfx/webpart/base/images/outline.png +0 -0
- package/templates/plugins/resource/spfx/webpart/base/loc/en-us.js +0 -7
- package/templates/plugins/resource/spfx/webpart/base/loc/mystrings.d.ts +0 -10
- package/templates/plugins/resource/spfx/webpart/base/{componentClassName}.manifest.json +0 -27
- package/templates/plugins/resource/spfx/webpart/none/package.json +0 -28
- package/templates/plugins/resource/spfx/webpart/none/{componentClassName}.module.scss +0 -74
- package/templates/plugins/resource/spfx/webpart/none/{componentClassName}.ts +0 -61
- package/templates/plugins/resource/spfx/webpart/react/components/I{componentName}Props.ts +0 -3
- package/templates/plugins/resource/spfx/webpart/react/components/{componentName}.module.scss +0 -74
- package/templates/plugins/resource/spfx/webpart/react/components/{componentName}.tsx +0 -25
- package/templates/plugins/resource/spfx/webpart/react/package.json +0 -33
- package/templates/plugins/resource/spfx/webpart/react/{componentClassName}.ts +0 -60
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"provision.js","sourceRoot":"","sources":["../../../../../src/plugins/solution/fx-solution/v3/provision.ts"],"names":[],"mappings":"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"}
|
|
1
|
+
{"version":3,"file":"provision.js","sourceRoot":"","sources":["../../../../../src/plugins/solution/fx-solution/v3/provision.ts"],"names":[],"mappings":"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"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/teamsfx-core",
|
|
3
|
-
"version": "1.7.0",
|
|
3
|
+
"version": "1.7.1-alpha.42a29d71b.0",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"types": "build/index.d.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -48,7 +48,8 @@
|
|
|
48
48
|
"check-sensitive": "npx eslint --plugin 'no-secrets' --cache --ignore-pattern 'package.json' --ignore-pattern 'package-lock.json'",
|
|
49
49
|
"precommit": "npm run check-sensitive && lint-staged",
|
|
50
50
|
"install:tabs": "cd tabs && npm install",
|
|
51
|
-
"installAll": "npm run install:tabs"
|
|
51
|
+
"installAll": "npm run install:tabs",
|
|
52
|
+
"version": "bash ../../.github/scripts/pkg-version.sh api-connector-sync"
|
|
52
53
|
},
|
|
53
54
|
"dependencies": {
|
|
54
55
|
"@apidevtools/swagger-parser": "^10.0.2",
|
|
@@ -64,7 +65,7 @@
|
|
|
64
65
|
"@azure/storage-blob": "^12.7.0",
|
|
65
66
|
"@dbpiper/timer": "1.0.0-beta.2",
|
|
66
67
|
"@feathersjs/hooks": "^0.6.5",
|
|
67
|
-
"@microsoft/teamsfx-api": "
|
|
68
|
+
"@microsoft/teamsfx-api": "0.17.3-alpha.42a29d71b.0",
|
|
68
69
|
"@npmcli/arborist": "^4.2.0",
|
|
69
70
|
"@types/jwt-decode": "3.1.0",
|
|
70
71
|
"@types/proper-lockfile": "^4.1.1",
|
|
@@ -183,7 +184,7 @@
|
|
|
183
184
|
"resource/**/*",
|
|
184
185
|
"templates/**/*"
|
|
185
186
|
],
|
|
186
|
-
"gitHead": "
|
|
187
|
+
"gitHead": "08d18bc058e3f64d630357d95c5073b707717b07",
|
|
187
188
|
"publishConfig": {
|
|
188
189
|
"access": "public"
|
|
189
190
|
},
|
|
@@ -0,0 +1,27 @@
|
|
|
1
|
+
# Congratulations! You have successfully upgraded your Teams App project structure.
|
|
2
|
+
|
|
3
|
+
We have updated the configuration files so that your project is compatible with the latest Teams Toolkit features, including add a AAD manifest template file.
|
|
4
|
+
|
|
5
|
+
> Import Notes: If you collaborate on this project with your co-workers, and his teams toolkit extension version <= 3.7.0, please ensure your team members update the Teams Toolkit extension to the latest version after committing the changes with this upgrade.
|
|
6
|
+
|
|
7
|
+
## Why upgrade
|
|
8
|
+
Teams Toolkit continues to improve your Teams application development experience. We are upgrading the Teams app project structure so that you can:
|
|
9
|
+
|
|
10
|
+
1. Use AAD manifest template to customize your AAD app.
|
|
11
|
+
1. Allow to add single sign-on (SSO) feature for Bot (hosting on Azure App Service), Messaging Extension, Static Launch Page, and Embed existing web App
|
|
12
|
+
|
|
13
|
+
## Know about the changes we made
|
|
14
|
+
After the project upgrade, there are following changes we made:
|
|
15
|
+
1. Update `.fx\configs\projectSettings.json` capabilities to include TabSSO and/or BotSSO based on original project capabilities.
|
|
16
|
+
1. AAD manifest template file will be added to `templates\appPackage\aad.template.json`
|
|
17
|
+
1. The required resource access information in `permissions.json` file will be merged into `aad.template.json` file and `permissions.json` file will be deprecated, please customize `requiredResourceAccess` property in `aad.template.json` file.
|
|
18
|
+
|
|
19
|
+
## Know about how to restore your project
|
|
20
|
+
If anything went wrong after the upgrade process, you could restore your old project configuration files by:
|
|
21
|
+
* Copy the .backup/.fx folder to your project root path.
|
|
22
|
+
* Delete `templates\appPackage\aad.template.json` file if needed
|
|
23
|
+
|
|
24
|
+
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
@@ -3,6 +3,7 @@
|
|
|
3
3
|
"core.init.successNotice": "Your project has been successfully initialized to operate with TeamsFx.\n\nSome next steps:\nteamsfx add <feature> will allow you to add features like single sign on or Teams notification integration.\n\nPro tip:\nRead on aka.ms/teams-manifest to learn more about updating manifest file to connect with your existing launch page experience.",
|
|
4
4
|
"core.provision.confirmNotice": "The Teams Toolkit will provision resources and register corresponding resource providers under %s (Azure account) with %s (subscription). Costs may incur according to the pricing calculator.",
|
|
5
5
|
"core.provision.confirmEnvNotice": "Do you want to provision resources in %s environment?\n%s (Azure account) with %s (subscription) will be used to provision. the resources. Cost may incur according to the usage.",
|
|
6
|
+
"core.deploy.confirmEnvNotice": "Do you want to deploy resources in %s environment?\n%s (Azure account) with %s (subscription) will be used for deployment.",
|
|
6
7
|
"core.provision.successAzure": "Azure resources successfully provisioned in the cloud.",
|
|
7
8
|
"core.provision.successNotice": "'%s' successfully provisioned in the cloud.",
|
|
8
9
|
"core.provision.failNotice": "fail to provision '%s' in the cloud!",
|
|
@@ -20,6 +21,7 @@
|
|
|
20
21
|
"core.publish.FailedToPublishBeforeProvision": "Failed to publish because the resources have not been provisioned yet. Make sure you do the provision first. Click Get Help to learn more about why you need to provision.",
|
|
21
22
|
"core.publish.SPFxAskProvisionBeforePublish": "Failed to publish because the teams app has not been provisioned yet. Please provision first. Click Get Help to learn more about why you need to provision.",
|
|
22
23
|
"core.addCapability.onlySupportAzure": "Add capability is only supported for project hosted in Azure",
|
|
24
|
+
"core.addCapability.notSupportedForM365Project": "Add capability is not supported for Microsoft 365 project",
|
|
23
25
|
"core.addCapability.exceedMaxLimit": "Your App reaches maximal limit for Tabs, Bot and Message Extension.",
|
|
24
26
|
"core.addCapability.addCapabilityNotice": "[Teams Toolkit] Capability %s has been successfully added to your project. F5 to local debug the application or trigger 'Teams: Provision in the cloud' to create resources in your Azure subscription for hosting.",
|
|
25
27
|
"core.addCapability.addCapabilitiesNotice": "[Teams Toolkit] Capabilities %s have been successfully added to your project. F5 to local debug the application or trigger 'Teams: Provision in the cloud' to create resources in your Azure subscription for hosting.",
|
|
@@ -32,6 +34,10 @@
|
|
|
32
34
|
"core.addResource.addResourcesNotice": "[Teams Toolkit] Resources \"%s\" have been successfully configured for your project, trigger 'Teams: Provision in the cloud' will create the resources in your Azure subscription.",
|
|
33
35
|
"core.addResource.addResourcesNoticeForCli": "[Teams Toolkit] Resources \"%s\" have been successfully configured for your project, run 'teamsfx provision' will create the resources in your Azure subscription.",
|
|
34
36
|
"core.NotProvisionedNotice": "'%s' is not provisioned in the cloud yet. Please provision first.",
|
|
37
|
+
"core.NoPluginSelected": "No plugin selected",
|
|
38
|
+
"core.InvalidOption": "invalid options: [%s]",
|
|
39
|
+
"core.Notification.ReadMore": "Read more",
|
|
40
|
+
"core.AppStudioJsonUndefined": "App Studio json is undefined",
|
|
35
41
|
"core.generateArmTemplate.failNotice": "'%s' Failed to create ARM template for required Azure services.",
|
|
36
42
|
"core.updateArmTemplate.failNotice": "'%s' Failed to update ARM template for required Azure services.",
|
|
37
43
|
"core.updateArmTemplate.successNotice": "The Azure resource template is updated based on your resource and capability selection. We recommend to initialize your project workspace with git init to track all changes.",
|
|
@@ -40,9 +46,16 @@
|
|
|
40
46
|
"core.migrationToArmAndMultiEnv.SuccessMessage": "Upgrade succeeded. Your project is upgraded to new configuration files.",
|
|
41
47
|
"core.migrationToArmAndMultiEnv.ErrorMessage": "Upgrade Failed. Please check the error message in Output window to troubleshoot and fix. You can also click Learn More for the FAQ and how to upgrade manually.",
|
|
42
48
|
"core.migrationToArmAndMultiEnv.PreCheckErrorMessage": "Upgrade Failed. '%s' doesn't exist or is not in json format. Please fix it and try again by running command (Teams: Upgrade project).\nYou can also click Learn More for the FAQ.",
|
|
43
|
-
"core.consolidateLocalRemote.Message": "Teams Toolkit will upgrade your project's local config and manifest template to support the latest features. The upgrade process will not change your custom code and create the backup files in case revert is needed
|
|
44
|
-
"core.consolidateLocalRemote.SuccessMessage": "
|
|
45
|
-
"core.
|
|
49
|
+
"core.consolidateLocalRemote.Message": "Teams Toolkit will upgrade your project's local config and manifest template to support the latest features. The upgrade process will not change your custom code and create the backup files in case revert is needed. Notice this upgrade is a must-have to continue to use current version Teams Toolkit. If you are not ready to upgrade and want to continue to use the old version, please find Teams Toolkit in Extension and install the version <= 3.7.0",
|
|
50
|
+
"core.consolidateLocalRemote.SuccessMessage": "Congratulations! You have successfully upgraded your Teams App project structure. We have added config.local.json for local debug and manifest.template.json for both Teams app running locally and remotely. And we have backed up localSettings.json, manifest.local.template.json and manifest.remote.template.json to .backup folder.",
|
|
51
|
+
"core.aadManifestMigration.Canceled": "[core] Upgrade cancelled.",
|
|
52
|
+
"core.aadManifestMigration.VSCodeCanceledNotice": "[core] Notice upgrade to new configuration files is a must-have to continue to use current version Teams Toolkit. If you are not ready to upgrade and want to continue to use the old version Teams Toolkit, please find Teams Toolkit in Extension and install the version <= ????",
|
|
53
|
+
"core.aadManifestMigration.CLICanceledNotice": "[core] Notice upgrade to new configuration files is a must-have to continue to use current version Teams Toolkit CLI. If you want to upgrade, please trigger this command again.",
|
|
54
|
+
"core.aadManifestMigration.CLINotReadyInstallLatestVersionNotice": "[core] If you are not ready to upgrade and want to continue to use the old version Teams Toolkit CLI, please install the version <= ????",
|
|
55
|
+
"core.aadManifestMigration.Message": "Teams Toolkit will upgrade your project's to support the latest features. The upgrade process will not change your custom code and create the backup files in case revert is needed.\nNotice this upgrade is a must-have to continue to use current version Teams Toolkit. If you are not ready to upgrade and want to continue to use the old version, please find Teams Toolkit in Extension and install the version <= ????",
|
|
56
|
+
"core.aadManifestMigration.outputMsg": "Congratulations! You have successfully upgraded your Teams App project structure. We have added aad.template.json for AAD app configuration. And we have backed up projectSettings.json, permissions.json to .backup folder.",
|
|
57
|
+
"core.aadManifestMigration.SuccessMessage": "Upgrade succeeded. Your project is upgraded to new configuration files.",
|
|
58
|
+
"core.aad.includeAadQuestionTitle": "Whether to deploy aad manifest",
|
|
46
59
|
"core.deployArmTemplates.StartNotice": "[%s] Start deploying ARM templates.",
|
|
47
60
|
"core.deployArmTemplates.CompileBicepSuccessNotice": "[%s] Successfully compile bicep files to JSON.",
|
|
48
61
|
"core.deployArmTemplates.SuccessNotice": "[%s] Successfully deploy ARM templates. Resource group name: %s. Deployment name: %s",
|
|
@@ -111,7 +124,7 @@
|
|
|
111
124
|
"plugins.spfx.uploadAppcatalogFail": "Failed to upload app package, due to %s",
|
|
112
125
|
"plugins.spfx.buildSharepointPackage": "Building SharePoint package",
|
|
113
126
|
"plugins.spfx.deploy.title": "Upload and deploy SharePoint Package",
|
|
114
|
-
"plugins.spfx.deploy.createAppcatalog": "Create
|
|
127
|
+
"plugins.spfx.deploy.createAppcatalog": "Create SharePoint app catalog",
|
|
115
128
|
"plugins.spfx.deploy.uploadAddDeploy": "Upload and deploy SPFx package to your tenant app catalog",
|
|
116
129
|
"plugins.spfx.scaffold.title": "Scaffolding project",
|
|
117
130
|
"plugins.spfx.error.npmNotFound": "Npm not found on your machine!",
|
|
@@ -119,7 +132,7 @@
|
|
|
119
132
|
"plugins.spfx.error.invalidDependency": "Failed to validate package %s",
|
|
120
133
|
"plugins.spfx.error.installDependency": "Failed to install package %s. Learn how to remediate in the [output](command:fx-extension.showOutputChannel).",
|
|
121
134
|
"plugins.spfx.scaffold.dependencyCheck": "Checking dependencies...",
|
|
122
|
-
"plugins.spfx.scaffold.dependencyInstall": "Installing dependencies
|
|
135
|
+
"plugins.spfx.scaffold.dependencyInstall": "Installing dependencies. This may take more than 5 minutes to finish.",
|
|
123
136
|
"plugins.spfx.scaffold.scaffoldProject": "Generate SPFx project using Yeoman CLI",
|
|
124
137
|
"plugins.spfx.scaffold.updateManifest": "Update webpart manifest",
|
|
125
138
|
"plugins.spfx.GetTenantFailedError": "Cannot get tenant %s %s",
|
|
@@ -145,6 +158,7 @@
|
|
|
145
158
|
"plugins.baseErrorMessage": "%s Suggestions: %s",
|
|
146
159
|
"suggestions.retryTheCurrentStep": "Please retry the current step.",
|
|
147
160
|
"plugins.appstudio.publishTip": "Teams: Publish to Teams",
|
|
161
|
+
"plugins.appstudio.whetherToDeployManifest": "Whether to deploy app manifest to Teams platform",
|
|
148
162
|
"plugins.appstudio.validationFailedNotice": "Manifest Validation failed!",
|
|
149
163
|
"plugins.appstudio.validationSucceedNotice": "Manifest Validation succeed!",
|
|
150
164
|
"plugins.appstudio.buildFailedNotice": "Teams Package build failed!",
|
|
@@ -176,17 +190,17 @@
|
|
|
176
190
|
"plugins.bot.questionHostTypeTrigger.error.emptySelection": "You have to select at least one trigger.",
|
|
177
191
|
"plugins.bot.questionHostTypeTrigger.error.hostTypeConflict": "Azure Functions and Azure App Service host types are in conflict.",
|
|
178
192
|
"plugins.bot.triggers.http-functions.cliName": "http-functions",
|
|
179
|
-
"plugins.bot.triggers.http-functions.description": "
|
|
180
|
-
"plugins.bot.triggers.http-functions.detail": "A function hosted on Azure Functions
|
|
181
|
-
"plugins.bot.triggers.http-functions.label": "HTTP Trigger
|
|
193
|
+
"plugins.bot.triggers.http-functions.description": "Azure Functions",
|
|
194
|
+
"plugins.bot.triggers.http-functions.detail": "A running function hosted on Azure Functions can listen to HTTP requests.",
|
|
195
|
+
"plugins.bot.triggers.http-functions.label": "HTTP Trigger",
|
|
182
196
|
"plugins.bot.triggers.http-restify.cliName": "http-restify",
|
|
183
|
-
"plugins.bot.triggers.http-restify.description": "
|
|
184
|
-
"plugins.bot.triggers.http-restify.detail": "A restify server hosted on Azure App Service
|
|
185
|
-
"plugins.bot.triggers.http-restify.label": "HTTP Trigger
|
|
197
|
+
"plugins.bot.triggers.http-restify.description": "Restify Server",
|
|
198
|
+
"plugins.bot.triggers.http-restify.detail": "A running restify server hosted on Azure App Service can listen to HTTP requests.",
|
|
199
|
+
"plugins.bot.triggers.http-restify.label": "HTTP Trigger",
|
|
186
200
|
"plugins.bot.triggers.timer-functions.cliName": "timer-functions",
|
|
187
|
-
"plugins.bot.triggers.timer-functions.description": "
|
|
188
|
-
"plugins.bot.triggers.timer-functions.detail": "A function hosted on Azure Functions
|
|
189
|
-
"plugins.bot.triggers.timer-functions.label": "Timer Trigger
|
|
201
|
+
"plugins.bot.triggers.timer-functions.description": "Azure Functions",
|
|
202
|
+
"plugins.bot.triggers.timer-functions.detail": "A running function hosted on Azure Functions can respond based on a specific schedule.",
|
|
203
|
+
"plugins.bot.triggers.timer-functions.label": "Timer Trigger",
|
|
190
204
|
"plugins.function.recoverTeamsFxConfigFilesTip": "If you manually updated configuration files (under directory .%s), recover them.",
|
|
191
205
|
"plugins.function.recreateProject": "If you can not recover configuration files, create a new project.",
|
|
192
206
|
"plugins.function.checkNetwork": "Check your network connection.",
|
|
@@ -224,24 +238,6 @@
|
|
|
224
238
|
"plugins.sql.getQuestionAdminPassword.validation.sqlPasswordCannotContainUserName": "Your password cannot contain part or all of the user name",
|
|
225
239
|
"plugins.sql.getQuestionConfirmPassword.title": "Confirm admin password of SQL",
|
|
226
240
|
"plugins.sql.getQuestionConfirmPassword.validation.sqlPasswordMustMatch": "Password and password confirmation must match",
|
|
227
|
-
"plugins.sql.errorMessage.GetDetail": "Get the detailed error message in output.",
|
|
228
|
-
"plugins.sql.errorMessage.LinkHelpMessage": "You can follow %s to handle it.",
|
|
229
|
-
"plugins.sql.errorMessage.SqlInputError": "SQL admin name or password is empty",
|
|
230
|
-
"plugins.sql.errorMessage.SqlAskInputError": "Failed to get answer for SQL questions",
|
|
231
|
-
"plugins.sql.errorMessage.SqlEndpointError": "SQL Server %s is invalid.",
|
|
232
|
-
"plugins.sql.errorMessage.DatabaseUserCreateError": "Failed to create user '%s' in database %s",
|
|
233
|
-
"plugins.sql.errorMessage.SqlAddAdminError": "Failed to add AAD admin '%s'. %s",
|
|
234
|
-
"plugins.sql.errorMessage.SqlLocalFirwallError": "Failed to add local firewall for '%s'. %s",
|
|
235
|
-
"plugins.sql.errorMessage.SqlDeleteLocalFirwallError": "Failed to delete local firewall for '%s'. Delete '%s' manually. %s",
|
|
236
|
-
"plugins.sql.errorMessage.SqlUserInfoError": "Failed to get login user info.",
|
|
237
|
-
"plugins.sql.errorMessage.SqlGetConfigError": "Failed to get config value of '%s' from '%s'.",
|
|
238
|
-
"plugins.sql.errorMessage.SqlInvalidConfigError": "The config value of '%s' is invalid for %s.",
|
|
239
|
-
"plugins.sql.errorMessage.SqlCheckError": "Failed to check SQL Server '%s'. %s",
|
|
240
|
-
"plugins.sql.errorMessage.SqlCheckAdminError": "Failed to check AAD admin '%s'. %s",
|
|
241
|
-
"plugins.sql.errorMessage.IdentityCredentialUndefine": "Cannot access database to add managed identity user %s. Please add the user for database %s manually",
|
|
242
|
-
"plugins.sql.errorMessage.ServicePrincipalWarning": "service principal admin in azure sql can't add database user <%s>. You can add the user for %s manually",
|
|
243
|
-
"plugins.sql.errorMessage.DomainError": "Conditional Access policy requires a compliant device, and the device is not compliant. %s",
|
|
244
|
-
"plugins.sql.errorMessage.GuestAdminError": "SQL admin does not have enough permission to add database user. %s",
|
|
245
241
|
"plugins.cicd.ciOption.detail": "Help checkout code, build and run test.",
|
|
246
242
|
"plugins.cicd.cdOption.detail": "Help checkout code, build, test and deploy to cloud.",
|
|
247
243
|
"plugins.cicd.provisionOption.detail": "Help create/update resources in cloud and Teams app registration.",
|
|
@@ -258,26 +254,53 @@
|
|
|
258
254
|
"error.cicd.FailedToListMultiEnv": "Failed to list multi env.",
|
|
259
255
|
"error.cicd.PreconditionNotMet": "Some preconditions of inputs are not met.",
|
|
260
256
|
"error.cicd.NoProjectOpened.details": "No project opened.",
|
|
261
|
-
"plugins.apiConnector.getQuestionApiName.title": "
|
|
262
|
-
"plugins.apiConnector.
|
|
263
|
-
"plugins.apiConnector.
|
|
264
|
-
"plugins.apiConnector.
|
|
265
|
-
"plugins.apiConnector.
|
|
266
|
-
"plugins.apiConnector.
|
|
267
|
-
"plugins.apiConnector.
|
|
268
|
-
"plugins.apiConnector.
|
|
269
|
-
"plugins.apiConnector.
|
|
270
|
-
"plugins.apiConnector.
|
|
271
|
-
"plugins.apiConnector.
|
|
272
|
-
"plugins.apiConnector.
|
|
273
|
-
"plugins.apiConnector.
|
|
257
|
+
"plugins.apiConnector.getQuestionApiName.title": "API alias",
|
|
258
|
+
"plugins.apiConnector.getQuestionApiName.placeholder": "The alias will be used to generate related app setting names for your API. The names can be changed later",
|
|
259
|
+
"plugins.apiConnector.getQuestionEndpoint.title": "API endpoint for local debugging",
|
|
260
|
+
"plugins.apiConnector.getQuestionEndpoint.placeholder": "We will add the endpoint to local app settings",
|
|
261
|
+
"plugins.apiConnector.getQuestion.basicAuth.userName.title": "User name",
|
|
262
|
+
"plugins.apiConnector.getQuestion.basicAuth.userName.placeholder": "The content will be added to your project's local app setting",
|
|
263
|
+
"plugins.apiConnector.getQuestion.appType.title": "AAD app registration you want to use",
|
|
264
|
+
"plugins.apiConnector.getQuestion.apiKeyLocation.title": "API Key position in request",
|
|
265
|
+
"plugins.apiConnector.getQuestion.apiKeyName.title": "API Key name",
|
|
266
|
+
"plugins.apiConnector.getQuestion.apiKeyName.placeholder": "The content will be added to your project's local app setting",
|
|
267
|
+
"plugins.apiConnector.whichService.title": "Component that needs to invoke this API",
|
|
268
|
+
"plugins.apiConnector.whichService.placeholder": "We will add necessary packages and app settings for the selected project",
|
|
269
|
+
"plugins.apiConnector.whichAuthType.title": "API authentication type",
|
|
270
|
+
"plugins.apiConnector.whichAuthType.placeholder": "We will generate sample code based on your selection",
|
|
271
|
+
"plugins.apiConnector.reuseAppOption.title": "Reuse app registration in current Teams app",
|
|
272
|
+
"plugins.apiConnector.reuseAppOption.placeholder": "Use the AAD app registration created for current Teams app",
|
|
273
|
+
"plugins.apiConnector.anotherAppOption.title": "Use another app registration",
|
|
274
|
+
"plugins.apiConnector.anotherAppOption.placeholder": "Provide information for your AAD app registration",
|
|
275
|
+
"plugins.apiConnector.requestHeaderOption.title": "Request header",
|
|
276
|
+
"plugins.apiConnector.queryParamsOption.title": "Query parameter",
|
|
277
|
+
"plugins.apiConnector.appTenantId.title": "AAD tenant id",
|
|
278
|
+
"plugins.apiConnector.appTenantId.placeholder": "AAD tenant id will be added to your project's local app setting",
|
|
279
|
+
"plugins.apiConnector.appId.title": "AAD application id (client id)",
|
|
280
|
+
"plugins.apiConnector.appId.placeholder": "AAD application id (client id) will be added to your project's local app setting",
|
|
281
|
+
"plugins.apiConnector.botOption.title": "Notification / Command & Response",
|
|
282
|
+
"plugins.apiConnector.functionOption.title": "Azure Function App",
|
|
283
|
+
"plugins.apiConnector.BasicAuthOption.detail": "Use username and password to authentication requests",
|
|
284
|
+
"plugins.apiConnector.CertAuthOption.detail": "Use certificate to authenticate requests",
|
|
285
|
+
"plugins.apiConnector.AADAuthOption.detail": "Use access token issued by Azure Active Directory to authenticate requests",
|
|
286
|
+
"plugins.apiConnector.APIKeyOption.detail": "Use API Key to authenticate requests",
|
|
287
|
+
"plugins.apiConnector.ImplementMyselfOption.detail": "Use customized logic to authenticate requests",
|
|
274
288
|
"plugins.apiConnector.errorMessage.ApiConnectorPathNotExistError": "Path %s not exists. Select a valid folder.",
|
|
275
289
|
"plugins.apiConnector.errorMessage.ApiConnectorCreateFileFail": "Failed to create %s",
|
|
276
|
-
"plugins.apiConnector.errorMessage.NoActivePluginsExistError": "Please create active resource first.",
|
|
290
|
+
"plugins.apiConnector.errorMessage.NoActivePluginsExistError": "Please create an active resource first.",
|
|
277
291
|
"plugins.apiConnector.errorMessage.NoBotOrFunctionExistError": "Please create bot or function resource first.",
|
|
278
292
|
"plugins.apiConnector.errorMessage.InvalidProjectError": "Please select a valid TeamsFx project",
|
|
279
293
|
"plugins.apiConnector.errorMessage.ApiConnectorFunctionRouteError": "Failed to route function call: %s",
|
|
280
294
|
"plugins.apiConnector.questionComponentSelect.emptySelection": "You have to select at least one component.",
|
|
295
|
+
"plugins.apiConnector.QuestionAppName.validation.ApiNameExist": "Please provide a different API name to avoid conflicts with existing file %s",
|
|
296
|
+
"plugins.apiConnector.QuestionAppName.validation.ApiNameAlphanumeric": "Please provide a different API name contains alphanumeric only",
|
|
297
|
+
"plugins.apiConnector.QuestionAppName.validation.ApiNameNumberPrefix": "Please provide a different API name without number beginning",
|
|
298
|
+
"plugins.apiConnector.Question.validation.EmptyValue": "The value should not be empty",
|
|
299
|
+
"plugins.apiConnector.Question.validation.NotGuid": "The value should be guid",
|
|
300
|
+
"plugins.apiConnector.QuestionApiEndpoint.validation.NotHttp": "The API endpoint should be a valid http(s) url",
|
|
301
|
+
"plugins.apiConnector.Notification.GenerateFiles": "We have generated sample code to call your API at %s. Please open the file(s) and follow the instructions in it to start invoking your APIs.",
|
|
302
|
+
"plugins.apiConnector.Notification.LinkNotification": "You can visit %s to understand how to call your API with TeamsFx SDK.",
|
|
303
|
+
"plugins.apiConnector.Log.CommandSuccess": "We have successfully updated your project to call target API. Here is a list of created/updated files:\n\n%s",
|
|
281
304
|
"error.ProjectFolderExistError": "Path %s already exists. Select a different folder.",
|
|
282
305
|
"error.PathNotExistError": "Path does not exist: %s",
|
|
283
306
|
"error.ProjectFolderInvalidError": "Path %s is invalid, please set valid root folder in user settings(Use absolute directory or relative directory start with \\${homeDir} ).",
|
|
@@ -289,7 +312,8 @@
|
|
|
289
312
|
"error.ProjectEnvNotExistError": "Environment %s not found. Make sure the config.%s.json file exist.",
|
|
290
313
|
"error.InvalidEnvNameError": "Environment name can only contain letters, digits, _ and -.",
|
|
291
314
|
"error.UpgradeCanceledError": "If you don't want to upgrade your project, please install another version of Teams Toolkit (version <= 2.10.0).",
|
|
292
|
-
"error.ConsolidateCanceledError": "If you don't want to upgrade your project, please install another version of Teams Toolkit (version <=
|
|
315
|
+
"error.ConsolidateCanceledError": "If you don't want to upgrade your project, please install another version of Teams Toolkit (version <= 3.7.0).",
|
|
316
|
+
"error.AadManifestMigrationCanceledError": "If you don't want to upgrade your project, please install another version of Teams Toolkit (version <= ????).",
|
|
293
317
|
"error.OperationNotSupportedForExistingAppError": "Operation is not supported for existing app: %s.",
|
|
294
318
|
"error.OperationNotPermittedError": "Operation is not permitted: %s",
|
|
295
319
|
"error.InvalidInputError": "Failed to update context: %s",
|
|
@@ -312,6 +336,7 @@
|
|
|
312
336
|
"error.ProjectSettingError": "Load project settings failed.",
|
|
313
337
|
"error.SolutionConfigError": "Load solution context failed.",
|
|
314
338
|
"error.FailedToParseResourceIdError": "Failed to get '%s' from resource id: '%s'",
|
|
339
|
+
"error.M365AccountNotMatch": "The signed in M365 account does not match the M365 tenant in config file for '%s' environment. Please sign out and sign in with the correct M365 account.",
|
|
315
340
|
"error.MissingStep": "Step \"%s\" is required before %s. Run the required step first.",
|
|
316
341
|
"error.NoSubscriptionFound": "User canceled. For Teams to trust the self-signed SSL certificate used by the toolkit, a self-signed certificate must be added to your certificate store.",
|
|
317
342
|
"error.TrustCertificateCancelError": "Failed to find a subscription.",
|
|
@@ -397,6 +422,24 @@
|
|
|
397
422
|
"error.function.FindAppError": "Failed to find the function app.",
|
|
398
423
|
"error.function.UploadZipError": "Failed to upload zip package.",
|
|
399
424
|
"error.function.UnknownFallbackError": "Trigger fallback caused by unknown reason.",
|
|
425
|
+
"error.sql.GetDetail": "Get the detailed error message in output.",
|
|
426
|
+
"error.sql.LinkHelpMessage": "You can follow %s to handle it.",
|
|
427
|
+
"error.sql.SqlInputError": "SQL admin name or password is empty",
|
|
428
|
+
"error.sql.SqlAskInputError": "Failed to get answer for SQL questions",
|
|
429
|
+
"error.sql.SqlEndpointError": "SQL Server %s is invalid.",
|
|
430
|
+
"error.sql.DatabaseUserCreateError": "Failed to create user '%s' in database %s",
|
|
431
|
+
"error.sql.SqlAddAdminError": "Failed to add AAD admin '%s'. %s",
|
|
432
|
+
"error.sql.SqlLocalFirwallError": "Failed to add local firewall for '%s'. %s",
|
|
433
|
+
"error.sql.SqlDeleteLocalFirwallError": "Failed to delete local firewall for '%s'. Delete '%s' manually. %s",
|
|
434
|
+
"error.sql.SqlUserInfoError": "Failed to get login user info.",
|
|
435
|
+
"error.sql.SqlGetConfigError": "Failed to get config value of '%s' from '%s'.",
|
|
436
|
+
"error.sql.SqlInvalidConfigError": "The config value of '%s' is invalid for %s.",
|
|
437
|
+
"error.sql.SqlCheckError": "Failed to check SQL Server '%s'. %s",
|
|
438
|
+
"error.sql.SqlCheckAdminError": "Failed to check AAD admin '%s'. %s",
|
|
439
|
+
"error.sql.IdentityCredentialUndefine": "Cannot access database to add managed identity user %s. Please add the user for database %s manually",
|
|
440
|
+
"error.sql.ServicePrincipalWarning": "service principal admin in azure sql can't add database user <%s>. You can add the user for %s manually",
|
|
441
|
+
"error.sql.DomainError": "Conditional Access policy requires a compliant device, and the device is not compliant. %s",
|
|
442
|
+
"error.sql.GuestAdminError": "SQL admin does not have enough permission to add database user. %s",
|
|
400
443
|
"error.dotnet.FileIOError": "Failed to read/write %s.",
|
|
401
444
|
"error.dotnet.UploadZipError": "Failed to upload zip package.",
|
|
402
445
|
"error.dotnet.PublishCredentialError": "Failed to retrieve publish credential.",
|
|
@@ -406,31 +449,63 @@
|
|
|
406
449
|
"error.dotnet.FetchConfigError": "Failed to find %s from configuration",
|
|
407
450
|
"error.dotnet.NoProjectSettingError": "Failed to load project setting",
|
|
408
451
|
"error.dotnet.UnhandledError": "Unhandled error.",
|
|
409
|
-
"error.apiConnector.SampleCodeCreateFailError": "Failed to
|
|
452
|
+
"error.apiConnector.SampleCodeCreateFailError": "Failed to scaffold API connection samples. Reason: %s",
|
|
453
|
+
"error.apiConnector.ScaffoldApiFilesError": "Failed to scaffold connect API files, Reason: %s",
|
|
454
|
+
"error.apiConnector.ApiConnectorInputError": "Api connector input %s is invalid",
|
|
455
|
+
"error.apiConnector.ApiConnectorPathNotExistError": "Path %s not exists. Select a valid folder.",
|
|
456
|
+
"error.apiConnector.ApiConnectorCreateFileFail": "Failed to create %s",
|
|
457
|
+
"error.apiConnector.NoActivePluginsExistError": "Please create active resource first.",
|
|
458
|
+
"error.apiConnector.NoBotOrFunctionExistError": "Please create bot or function resource first.",
|
|
459
|
+
"error.apiConnector.InvalidProjectError": "Please select a valid TeamsFx project",
|
|
460
|
+
"error.apiConnector.ApiConnectorFunctionRouteError": "Failed to route function call: %s",
|
|
461
|
+
"error.apiConnector.SDKVersionImcompatibleError": "In %s project, @microsoft/teamsfx version %s is not compatible. Please upgrade your package version to %s",
|
|
462
|
+
"error.apiConnector.pkgFileNotExistError": "In %s project, there is no package.json exist",
|
|
463
|
+
"error.apiConnector.componentNotExistError": "Component %s not exist, please add first",
|
|
464
|
+
"error.apiConnector.envVarExistError": "Please provide a different API name to avoid conflicts with existing env variables %s in .env.teamsfx.local",
|
|
410
465
|
"core.QuestionAppName.validation.pattern": "Application name must start with a letter and can only contain letters and digits.",
|
|
411
466
|
"core.QuestionAppName.validation.pathExist": "Path exists: %s. Select a different application name.",
|
|
412
467
|
"core.ProgrammingLanguageQuestion.title": "Programming Language",
|
|
413
468
|
"core.ProgrammingLanguageQuestion.placeholder": "Select a programming language.",
|
|
414
469
|
"core.ProgrammingLanguageQuestion.placeholder.spfx": "SPFx is currently supporting TypeScript only.",
|
|
470
|
+
"core.TabOption.label": "Tab",
|
|
471
|
+
"core.TabOption.labelNew": "SSO enabled launch page",
|
|
415
472
|
"core.TabOption.description": "UI-based app",
|
|
416
473
|
"core.TabOption.detail": "Teams-aware webpages embedded in Microsoft Teams",
|
|
474
|
+
"core.TabOption.detailNew": "Teams identity aware webpages embedded in Microsoft Teams",
|
|
417
475
|
"core.BotOption.description": "Conversational Agent",
|
|
418
476
|
"core.BotOption.detail": "Running simple and repetitive automated tasks through conversations",
|
|
477
|
+
"core.MessageExtensionOption.labelNew": "Search, action and link unfurling app",
|
|
478
|
+
"core.MessageExtensionOption.label": "Messaging Extension",
|
|
419
479
|
"core.MessageExtensionOption.description": "Custom UI when users compose messages in Teams",
|
|
420
480
|
"core.MessageExtensionOption.detail": "Inserting app content or acting on a message without leaving the conversation",
|
|
421
|
-
"core.NotificationOption.
|
|
422
|
-
"core.NotificationOption.detail": "
|
|
423
|
-
"core.CommandAndResponseOption.
|
|
424
|
-
"core.CommandAndResponseOption.detail": "
|
|
425
|
-
"core.
|
|
481
|
+
"core.NotificationOption.label": "Notification bot",
|
|
482
|
+
"core.NotificationOption.detail": "Send notification to Microsoft Teams via various triggers",
|
|
483
|
+
"core.CommandAndResponseOption.label": "Command bot",
|
|
484
|
+
"core.CommandAndResponseOption.detail": "Respond to simple commands in Microsoft Teams chat",
|
|
485
|
+
"core.ExistingTabOption.label": "Embed existing web app",
|
|
486
|
+
"core.ExistingTabOption.detail": "Bring your own static webpages and embed in Microsoft Teams",
|
|
487
|
+
"core.ExistingTabEndpointQuestion.placeholder": "Input your existing tab endpoint",
|
|
488
|
+
"core.ExistingTabEndpointQuestion.title": "Enter your web app's local endpoint",
|
|
489
|
+
"core.ExistingTabEndpointQuestion.validation": "Please enter a valid URL started with https://",
|
|
490
|
+
"core.TabSPFxOption.label": "Tab (SPFx)",
|
|
491
|
+
"core.TabSPFxOption.labelNew": "SPFx launch page",
|
|
492
|
+
"core.TabSPFxOption.description": "Client-side app with SharePoint Framework",
|
|
426
493
|
"core.TabSPFxOption.detail": "Auto-hosted SPFx web part tightly integrated with Microsoft Teams",
|
|
427
|
-
"core.
|
|
428
|
-
"core.
|
|
429
|
-
"core.
|
|
430
|
-
"core.
|
|
494
|
+
"core.TabSPFxOption.detailNew": "Teams-aware webpages with SharePoint Framework embeded in Microsoft Teams",
|
|
495
|
+
"core.TabSso.description": "Single Sign On for Tab",
|
|
496
|
+
"core.TabSso.detail": "Enable Single Sign On in your Teams Tab app",
|
|
497
|
+
"core.BotSso.description": "Single Sign On for Bot",
|
|
498
|
+
"core.BotSso.detail": "Enable Single Sign On in your Teams Bot app",
|
|
499
|
+
"core.TabNonSso.label": "Static launch Page",
|
|
500
|
+
"core.TabNonSso.detail": "Static webpages embeded in Microsoft Teams",
|
|
501
|
+
"core.addCapabilityQuestion.title": "Choose Capabilities",
|
|
502
|
+
"core.addCapabilityQuestion.titleNew": "Capabilities",
|
|
431
503
|
"core.addCapabilityQuestion.notificationCommandAndResponseConflict": "Notification and Command and Response capabilities are in conflict",
|
|
432
504
|
"core.createCapabilityQuestion.title": "Select capabilities",
|
|
505
|
+
"core.createCapabilityQuestion.titleNew": "Capabilities",
|
|
433
506
|
"core.createCapabilityQuestion.placeholder": "Select at least 1 capability",
|
|
507
|
+
"core.createCapabilityQuestion.single.title": "Capability",
|
|
508
|
+
"core.createCapabilityQuestion.single.placeholder": "Select an option",
|
|
434
509
|
"core.capability.validation": "Invalid capability combinations: %s, option sets: %s are mutually exclusive",
|
|
435
510
|
"core.capability.validation.spfx": "Add SPFx Tab is only permitted for minimal app",
|
|
436
511
|
"core.createCapabilityQuestion.validation1": "Teams Toolkit offers only the Tab capability in a Teams app with Visual Studio Code and SharePoint Framework. The Bot and Messaging extension capabilities are not available",
|
|
@@ -455,12 +530,8 @@
|
|
|
455
530
|
"core.QuestionNewResourceGroupLocation.title": "Location for the new resource group",
|
|
456
531
|
"core.ScratchOptionYesVSC.label": "Create a new Teams app",
|
|
457
532
|
"core.ScratchOptionYesVSC.detail": "Use the Teams Toolkit to create a new Teams application.",
|
|
458
|
-
"core.ScratchOptionYesM365VSC.label": "Create a new Microsoft 365 app",
|
|
459
|
-
"core.ScratchOptionYesM365VSC.detail": "Use the Teams Toolkit to create a new Microsoft 365 application.",
|
|
460
533
|
"core.ScratchOptionYes.label": "Create a new Teams app",
|
|
461
534
|
"core.ScratchOptionYes.detail": "Use the Teams Toolkit to create a new Teams application.",
|
|
462
|
-
"core.ScratchOptionYesM365.label": "Create a new Microsoft 365 app",
|
|
463
|
-
"core.ScratchOptionYesM365.detail": "Use the Teams Toolkit to create a new Microsoft 365 application.",
|
|
464
535
|
"core.ScratchOptionNoVSC.label": "Start from a sample",
|
|
465
536
|
"core.ScratchOptionNoVSC.detail": "Use an existing sample as a starting point for your new application.",
|
|
466
537
|
"core.ScratchOptionNo.label": "Start from a sample",
|
|
@@ -469,6 +540,7 @@
|
|
|
469
540
|
"core.getCreateNewOrFromSampleQuestion.placeholder": "Select an option",
|
|
470
541
|
"core.SampleSelect.title": "Start from a sample",
|
|
471
542
|
"core.SampleSelect.placeholder": "Select a sample",
|
|
543
|
+
"core.SampleSelect.buttons.viewSamples": "View samples",
|
|
472
544
|
"core.HostTypeOptionAzure.label": "Azure",
|
|
473
545
|
"core.HostTypeOptionSPFx.label": "SharePoint Framework (SPFx)",
|
|
474
546
|
"core.AzureResourceSQL.label": "Azure SQL Database",
|
|
@@ -481,11 +553,10 @@
|
|
|
481
553
|
"core.getUserEmailQuestion.title": "Add owner to Teams/AAD app for the account under the same M365 tenant (email)",
|
|
482
554
|
"core.getUserEmailQuestion.validation1": "Email address cannot be null or empty",
|
|
483
555
|
"core.getUserEmailQuestion.validation2": "Please change [UserName] to the real user name",
|
|
484
|
-
"core.
|
|
485
|
-
"core.
|
|
486
|
-
"core.
|
|
487
|
-
"core.
|
|
488
|
-
"core.M365MessagingExtensionOptionItem.detail": "Insert app content in conversations or emails.",
|
|
556
|
+
"core.M365SsoLaunchPageOptionItem.detail": "Microsoft 365 identity aware webpages embedded in Microsoft Teams, Outlook and Office.com",
|
|
557
|
+
"core.M365SearchAppOptionItem.detail": "Insert search result when user composes messages in Microsoft Teams or emails in Outlook",
|
|
558
|
+
"core.TeamsAppSeparatorOptionItem.label": "Teams apps",
|
|
559
|
+
"core.TeamsM365AppSeparatorOptionItem.label": "Teams/M365 apps",
|
|
489
560
|
"core.common.TeamsMobileDesktopClientName": "Teams desktop, mobile client id",
|
|
490
561
|
"core.common.TeamsWebClientName": "Teams web client id",
|
|
491
562
|
"core.common.OfficeDesktopClientName": "Office desktop client id",
|
|
@@ -503,6 +574,7 @@
|
|
|
503
574
|
"error.aad.UpdateAppIdUriError": "Failed to update Application ID URI in Azure Active Directory. %s",
|
|
504
575
|
"error.aad.UpdatePermissionError": "Failed to update application permission in Azure Active Directory.",
|
|
505
576
|
"error.aad.AppIdUriInvalidError": "Invalid Application ID URI. Provision your application before continuing.",
|
|
577
|
+
"error.aad.CannotGenerateIdentifierUris": "Cannot generate identifierUris because no botId or frontend domain found, you need to specified at least one of them in config file",
|
|
506
578
|
"error.aad.InvalidSelectedPlugins": "Invalid selected plugins. %s",
|
|
507
579
|
"error.aad.ParsePermissionError": "Failed to parse permission request.",
|
|
508
580
|
"error.aad.UnhandledError": "Unhandled Error. ",
|
|
@@ -517,9 +589,10 @@
|
|
|
517
589
|
"error.aad.ListCollaboratorError": "Failed to list collaborator.",
|
|
518
590
|
"error.aad.AadManifestLoadError": "Failed to load manifest file from %s, due to %s",
|
|
519
591
|
"error.aad.AadManifestMissingName": "name property is empty or invalid in AAD manifest file",
|
|
520
|
-
"error.aad.AadManifestMissingObjectId": "id property is missing or invalid in AAD manifest file,
|
|
521
|
-
"error.aad.AadManifestMissingReplyUrlsWithType": "replyUrlsWithType property is missing or invalid in AAD manifest file,
|
|
522
|
-
"error.aad.AadManifestMissingIdentifierUris": "identifierUris property is missing or invalid in AAD manifest file,
|
|
592
|
+
"error.aad.AadManifestMissingObjectId": "id property is missing or invalid in AAD manifest file, you need to run provision or local debug first",
|
|
593
|
+
"error.aad.AadManifestMissingReplyUrlsWithType": "replyUrlsWithType property is missing or invalid in AAD manifest file, you need to run provision or local debug first",
|
|
594
|
+
"error.aad.AadManifestMissingIdentifierUris": "identifierUris property is missing or invalid in AAD manifest file, you need to run provision or local debug first",
|
|
595
|
+
"error.aad.AadManifestNotProvisioned": "Failed to generate AAD manifest because the resources have not been provisioned yet. You need to run provision or local debug first.",
|
|
523
596
|
"error.aad.UpdateAadAppError": "Failed to update application in Azure Active Directory: %s",
|
|
524
597
|
"error.aad.AadManifestNotFoundError": "Aad manifest file not found",
|
|
525
598
|
"error.aad.GetDisplayNameError": "Failed to get display name.",
|
|
@@ -542,9 +615,9 @@
|
|
|
542
615
|
"error.aad.manifest.PreAuthorizedApplicationsIsMissing": "preAuthorizedApplications is missing\n",
|
|
543
616
|
"error.aad.manifest.AccessTokenAcceptedVersionIs1": "accessTokenAcceptedVersion is 1\n",
|
|
544
617
|
"error.aad.manifest.OptionalClaimsIsMissing": "optionalClaims is missing\n",
|
|
545
|
-
"error.aad.manifest.OptionalClaimsMissingIdtypClaim":"optionalClaims access token doesn't contain idtyp claim\n",
|
|
618
|
+
"error.aad.manifest.OptionalClaimsMissingIdtypClaim": "optionalClaims access token doesn't contain idtyp claim\n",
|
|
546
619
|
"error.aad.manifest.AADManifestIssues": "AAD manifest has following issues that may potentially break the Teams App:\n",
|
|
547
|
-
"error.aad.manifest.UnknownResourceAppId":"Unknown resourceAppId %s",
|
|
620
|
+
"error.aad.manifest.UnknownResourceAppId": "Unknown resourceAppId %s",
|
|
548
621
|
"error.aad.manifest.UnknownResourceAccessType": "Unknown resourceAccess: %s",
|
|
549
622
|
"error.aad.manifest.UnknownResourceAccessId": "Unknown resourceAccess id: %s",
|
|
550
623
|
"plugins.aad.NoSelection": "No Azure AD app found. Will not update permissions. You need to run provision or local debug first.",
|
|
@@ -622,10 +695,13 @@
|
|
|
622
695
|
"core.addSso.needEnableFeatureFlag": "Need to set 'TEAMSFX_AAD_MANIFEST' in env to use add SSO feature",
|
|
623
696
|
"core.addSso.ssoEnabled": "SSO is already enabled",
|
|
624
697
|
"core.addSso.invalidSsoProject": "Invalid project. You may have modified '.fx/projectSettings.json' file.",
|
|
698
|
+
"core.addSso.learnMore": "SSO is successfully added in your project. We have generated sample code and README in 'auth/'. Click on '%s' for more detail.",
|
|
625
699
|
"core.addSsoFiles.emptyProjectPath": "Project path is empty",
|
|
626
700
|
"core.addSsoFiles.projectPathNotExists": "Project path does not exist",
|
|
627
701
|
"core.addSsoFiles.canNotAddNonSsoTabWhenSsoEnabled": "Failed to add non SSO Tab. SSO is enabled in this project",
|
|
628
702
|
"core.addSsoFiles.canNotAddTabWhenSsoNotEnabled": "Failed to add Tab. You need to run 'add SSO' first",
|
|
703
|
+
"core.addSsoFiles.FailedToCreateAuthFiles": "Failed to create files for add sso. Detail error: %s.",
|
|
704
|
+
"core.addSsoFiles.invalidLanguage": "Invalid language. Please make sure '.fx/projectSettings.json' is not modified and try again.",
|
|
629
705
|
"core.getUserEmailQuestion.validation3": "Email address is not valid",
|
|
630
706
|
"plugins.bot.DetailedError": "Detailed error: %s.",
|
|
631
707
|
"plugins.bot.DetailedErrorReason": "Reason: %s",
|
|
@@ -644,6 +720,8 @@
|
|
|
644
720
|
"plugins.bot.FailedToUpdateConfigs": "Failed to update configs for %s",
|
|
645
721
|
"plugins.bot.FailedListPublishingCredentials": "Failed to list publishing credentials.",
|
|
646
722
|
"plugins.bot.FailedDeployZipFile": "Failed to deploy zip file.",
|
|
723
|
+
"plugins.bot.FailedCheckDeployStatus": "Failed to check deployment status.",
|
|
724
|
+
"plugins.bot.CheckDeployStatusTimeout": "The deployment status is timeout.",
|
|
647
725
|
"plugins.bot.FailedRestartWebApp": "Failed to restart web app.",
|
|
648
726
|
"plugins.bot.FailedUpdateMessageEndpoint": "Failed to update message endpoint with %s",
|
|
649
727
|
"plugins.bot.DownloadFail": "Failed to download from %s",
|
|
@@ -752,4 +830,4 @@
|
|
|
752
830
|
"depChecker.depsNotFound": "Cannot find @SupportedPackages.\n\nTeams Toolkit requires these dependencies.\n\nClick \"Install\" to install @InstallPackages.",
|
|
753
831
|
"depChecker.linuxDepsNotFound": "Cannot find @SupportedPackages.\n\nTeams Toolkit requires these dependencies. \n\n(If you just installed @SupportedPackages, restart Visual Studio Code for the change to take effect.)",
|
|
754
832
|
"depChecker.linuxDepsNotFoundHelpLinkMessage": "Cannot find @SupportedPackages.\n\nTeams Toolkit requires these dependencies."
|
|
755
|
-
}
|
|
833
|
+
}
|
|
@@ -0,0 +1,26 @@
|
|
|
1
|
+
# Congratulations! You have successfully upgraded your Teams App project structure.
|
|
2
|
+
|
|
3
|
+
We have updated the configuration files so that your project is compatible with the latest Teams Toolkit features, including a consistent configuration file schema and a single Teams app manifest template across local and remote environments.
|
|
4
|
+
|
|
5
|
+
> Important Notes: If you collaborate on this project with your co-workers, please ensure your team members update the Teams Toolkit extension to the latest version after committing the changes with this upgrade.
|
|
6
|
+
|
|
7
|
+
## Why upgrade
|
|
8
|
+
Teams Toolkit continues to improve your Teams application development experience. We are upgrading the Teams app project structure so that you can:
|
|
9
|
+
1. Use a consistent schema to manage configuration settings for local and remote environments.
|
|
10
|
+
1. Use a single Teams application manifest template across local and remote environments.
|
|
11
|
+
|
|
12
|
+
## Know about the changes we made
|
|
13
|
+
After the project upgrade, the new file structure will consist:
|
|
14
|
+
* `localSettings.json` will be updated to `config.local.json` to ensure consistency between local and remote environment configuration settings.
|
|
15
|
+
* `manifest.local.template.json` and `manifest.remote.template.json` will be merged into a single manifest template file named `manifest.template.json` to make managing manifest template files easy.
|
|
16
|
+
|
|
17
|
+
Your existing `localSettings.json`, `manifest.local.template.json`, and `manifest.remote.template.json` files will be backed up in `.backup` folder.
|
|
18
|
+
|
|
19
|
+
## Know what you need to do
|
|
20
|
+
Since Teams Toolkit will use `manifest.remote.template.json` as a single manifest template file after the upgrade, if you have customized the `manifest.local.template.json` you will need to place your changes in `config.local.json` and pass it to the template.
|
|
21
|
+
|
|
22
|
+
## Know about how to restore your project
|
|
23
|
+
If anything went wrong after the upgrade process, you could restore your old project configuration files by:
|
|
24
|
+
* Copy the .backup/.fx folder to your project root path.
|
|
25
|
+
* Copy the .backup/templates folder to your project root path.
|
|
26
|
+
* Delete `config.local.json` and `manifest.template.json` if needed.
|