@microsoft/teamsfx-core 2.0.0-alpha.452817ef2.0 → 2.0.0-alpha.47735d95f.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/deps-checker/constant/helpLink.d.ts +6 -6
- package/build/common/deps-checker/constant/helpLink.d.ts.map +1 -1
- package/build/common/deps-checker/constant/helpLink.js +14 -7
- package/build/common/deps-checker/constant/helpLink.js.map +1 -1
- package/build/common/deps-checker/constant/message.d.ts +6 -5
- package/build/common/deps-checker/constant/message.d.ts.map +1 -1
- package/build/common/deps-checker/constant/message.js +13 -9
- package/build/common/deps-checker/constant/message.js.map +1 -1
- package/build/common/deps-checker/constant/telemetry.d.ts +12 -1
- package/build/common/deps-checker/constant/telemetry.d.ts.map +1 -1
- package/build/common/deps-checker/constant/telemetry.js +11 -0
- package/build/common/deps-checker/constant/telemetry.js.map +1 -1
- package/build/common/deps-checker/depsChecker.d.ts +6 -1
- package/build/common/deps-checker/depsChecker.d.ts.map +1 -1
- package/build/common/deps-checker/depsChecker.js.map +1 -1
- package/build/common/deps-checker/internal/funcToolChecker.d.ts +20 -40
- package/build/common/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/funcToolChecker.js +208 -295
- package/build/common/deps-checker/internal/funcToolChecker.js.map +1 -1
- package/build/common/deps-checker/internal/nodeChecker.d.ts +3 -3
- package/build/common/deps-checker/internal/nodeChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/nodeChecker.js +4 -6
- package/build/common/deps-checker/internal/nodeChecker.js.map +1 -1
- package/build/common/deps-checker/internal/vxTestAppChecker.d.ts +0 -1
- package/build/common/deps-checker/internal/vxTestAppChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/vxTestAppChecker.js +3 -21
- package/build/common/deps-checker/internal/vxTestAppChecker.js.map +1 -1
- package/build/common/deps-checker/util/fileHelper.d.ts +4 -0
- package/build/common/deps-checker/util/fileHelper.d.ts.map +1 -0
- package/build/common/deps-checker/util/fileHelper.js +45 -0
- package/build/common/deps-checker/util/fileHelper.js.map +1 -0
- package/build/common/local/constants.d.ts +7 -0
- package/build/common/local/constants.d.ts.map +1 -1
- package/build/common/local/constants.js +7 -0
- package/build/common/local/constants.js.map +1 -1
- package/build/common/local/localEnvManager.d.ts.map +1 -1
- package/build/common/local/localEnvManager.js +2 -3
- package/build/common/local/localEnvManager.js.map +1 -1
- package/build/common/m365/errors.d.ts +1 -1
- package/build/common/m365/errors.d.ts.map +1 -1
- package/build/common/m365/errors.js +7 -7
- package/build/common/m365/errors.js.map +1 -1
- package/build/common/m365/launchHelper.js +2 -2
- package/build/common/m365/launchHelper.js.map +1 -1
- package/build/common/samples-config-v3.json +23 -0
- package/build/common/samples.js +1 -1
- package/build/common/samples.js.map +1 -1
- package/build/common/telemetry.d.ts +1 -0
- package/build/common/telemetry.d.ts.map +1 -1
- package/build/common/telemetry.js +1 -0
- package/build/common/telemetry.js.map +1 -1
- package/build/common/tools.d.ts +1 -0
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +6 -2
- package/build/common/tools.js.map +1 -1
- package/build/common/versionMetadata.d.ts +5 -0
- package/build/common/versionMetadata.d.ts.map +1 -1
- package/build/common/versionMetadata.js +11 -0
- package/build/common/versionMetadata.js.map +1 -1
- package/build/component/configManager/diagnostic.d.ts +9 -0
- package/build/component/configManager/diagnostic.d.ts.map +1 -0
- package/build/component/configManager/diagnostic.js +47 -0
- package/build/component/configManager/diagnostic.js.map +1 -0
- package/build/component/configManager/parser.d.ts.map +1 -1
- package/build/component/configManager/parser.js +10 -4
- package/build/component/configManager/parser.js.map +1 -1
- package/build/component/constants.d.ts +4 -0
- package/build/component/constants.d.ts.map +1 -1
- package/build/component/constants.js +49 -26
- package/build/component/constants.js.map +1 -1
- package/build/component/coordinator/index.d.ts +2 -2
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +57 -72
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/debugHandler/appManifest.js +2 -1
- package/build/component/debugHandler/appManifest.js.map +1 -1
- package/build/component/debugHandler/error.d.ts +0 -1
- package/build/component/debugHandler/error.d.ts.map +1 -1
- package/build/component/debugHandler/error.js +1 -5
- package/build/component/debugHandler/error.js.map +1 -1
- package/build/component/developerPortalScaffoldUtils.d.ts +4 -1
- package/build/component/developerPortalScaffoldUtils.d.ts.map +1 -1
- package/build/component/developerPortalScaffoldUtils.js +5 -5
- package/build/component/developerPortalScaffoldUtils.js.map +1 -1
- package/build/component/driver/aad/create.d.ts.map +1 -1
- package/build/component/driver/aad/create.js +5 -14
- package/build/component/driver/aad/create.js.map +1 -1
- package/build/component/driver/aad/update.d.ts.map +1 -1
- package/build/component/driver/aad/update.js +21 -8
- package/build/component/driver/aad/update.js.map +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.js +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.js.map +1 -1
- package/build/component/driver/add/utility/constants.d.ts +1 -1
- package/build/component/driver/add/utility/constants.d.ts.map +1 -1
- package/build/component/driver/add/utility/constants.js +1 -1
- package/build/component/driver/add/utility/constants.js.map +1 -1
- package/build/component/driver/arm/deployImpl.d.ts.map +1 -1
- package/build/component/driver/arm/deployImpl.js +4 -1
- package/build/component/driver/arm/deployImpl.js.map +1 -1
- package/build/component/driver/arm/validator.d.ts.map +1 -1
- package/build/component/driver/arm/validator.js +0 -15
- package/build/component/driver/arm/validator.js.map +1 -1
- package/build/component/driver/botAadApp/create.d.ts.map +1 -1
- package/build/component/driver/botAadApp/create.js +5 -6
- package/build/component/driver/botAadApp/create.js.map +1 -1
- package/build/component/driver/botFramework/createOrUpdateBot.d.ts.map +1 -1
- package/build/component/driver/botFramework/createOrUpdateBot.js +1 -2
- package/build/component/driver/botFramework/createOrUpdateBot.js.map +1 -1
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.js +10 -17
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.js.map +1 -1
- package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js +3 -3
- package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +7 -7
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.d.ts +1 -1
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.js +41 -8
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/baseDeployImpl.d.ts +1 -1
- package/build/component/driver/deploy/azure/impl/baseDeployImpl.d.ts.map +1 -1
- package/build/component/driver/devTool/constant.d.ts.map +1 -0
- package/build/component/driver/devTool/constant.js.map +1 -0
- package/build/component/driver/devTool/error/dotnetInstallationUserError.d.ts.map +1 -0
- package/build/component/driver/devTool/error/dotnetInstallationUserError.js.map +1 -0
- package/build/component/driver/devTool/error/funcInstallationUserError.d.ts.map +1 -0
- package/build/component/driver/devTool/error/funcInstallationUserError.js.map +1 -0
- package/build/component/driver/{prerequisite → devTool}/installDriver.d.ts +1 -1
- package/build/component/driver/devTool/installDriver.d.ts.map +1 -0
- package/build/component/driver/{prerequisite → devTool}/installDriver.js +44 -15
- package/build/component/driver/devTool/installDriver.js.map +1 -0
- package/build/component/driver/{prerequisite → devTool}/interfaces/InstallToolArgs.d.ts +5 -1
- package/build/component/driver/devTool/interfaces/InstallToolArgs.d.ts.map +1 -0
- package/build/component/driver/devTool/interfaces/InstallToolArgs.js.map +1 -0
- package/build/component/driver/error/outputEnvironmentVariableUndefinedError.d.ts +5 -0
- package/build/component/driver/error/outputEnvironmentVariableUndefinedError.d.ts.map +1 -0
- package/build/component/driver/error/outputEnvironmentVariableUndefinedError.js +22 -0
- package/build/component/driver/error/outputEnvironmentVariableUndefinedError.js.map +1 -0
- package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts.map +1 -1
- package/build/component/driver/file/createOrUpdateEnvironmentFile.js +1 -2
- package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -1
- package/build/component/driver/file/createOrUpdateJsonFile.d.ts.map +1 -1
- package/build/component/driver/file/createOrUpdateJsonFile.js +1 -2
- package/build/component/driver/file/createOrUpdateJsonFile.js.map +1 -1
- package/build/component/driver/index.d.ts +1 -1
- package/build/component/driver/index.d.ts.map +1 -1
- package/build/component/driver/index.js +1 -1
- package/build/component/driver/index.js.map +1 -1
- package/build/component/driver/m365/acquire.d.ts.map +1 -1
- package/build/component/driver/m365/acquire.js +5 -6
- package/build/component/driver/m365/acquire.js.map +1 -1
- package/build/component/driver/middleware/addStartAndEndTelemetry.d.ts.map +1 -1
- package/build/component/driver/middleware/addStartAndEndTelemetry.js +3 -1
- package/build/component/driver/middleware/addStartAndEndTelemetry.js.map +1 -1
- package/build/component/driver/script/scriptDriver.js +4 -2
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/teamsApp/interfaces/ValidateManifestArgs.d.ts +5 -0
- package/build/component/driver/teamsApp/interfaces/ValidateManifestArgs.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validate.js +31 -13
- package/build/component/driver/teamsApp/validate.js.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.js +76 -26
- package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
- package/build/component/driver/util/wrapUtil.js +1 -1
- package/build/component/driver/util/wrapUtil.js.map +1 -1
- package/build/component/error/deployError.d.ts +0 -10
- package/build/component/error/deployError.d.ts.map +1 -1
- package/build/component/error/deployError.js +0 -58
- package/build/component/error/deployError.js.map +1 -1
- package/build/component/feature/apiconnector/errors.d.ts +0 -4
- package/build/component/feature/apiconnector/errors.d.ts.map +1 -1
- package/build/component/feature/apiconnector/errors.js +12 -16
- package/build/component/feature/apiconnector/errors.js.map +1 -1
- package/build/component/feature/bot/bot.js +8 -8
- package/build/component/feature/bot/bot.js.map +1 -1
- package/build/component/feature/bot/question.d.ts +6 -6
- package/build/component/feature/bot/question.d.ts.map +1 -1
- package/build/component/feature/bot/question.js +69 -38
- package/build/component/feature/bot/question.js.map +1 -1
- package/build/component/generator/constant.d.ts +2 -0
- package/build/component/generator/constant.d.ts.map +1 -1
- package/build/component/generator/constant.js +3 -1
- package/build/component/generator/constant.js.map +1 -1
- package/build/component/generator/error.d.ts +9 -0
- package/build/component/generator/error.d.ts.map +1 -1
- package/build/component/generator/error.js +19 -1
- package/build/component/generator/error.js.map +1 -1
- package/build/component/generator/generator.d.ts +1 -1
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +25 -8
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/generatorAction.d.ts +5 -2
- package/build/component/generator/generatorAction.d.ts.map +1 -1
- package/build/component/generator/generatorAction.js +20 -10
- package/build/component/generator/generatorAction.js.map +1 -1
- package/build/component/generator/officeAddin/question.d.ts.map +1 -1
- package/build/component/generator/officeAddin/question.js +3 -3
- package/build/component/generator/officeAddin/question.js.map +1 -1
- package/build/component/generator/utils.d.ts +2 -0
- package/build/component/generator/utils.d.ts.map +1 -1
- package/build/component/generator/utils.js +64 -2
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/messages.d.ts +3 -2
- package/build/component/messages.d.ts.map +1 -1
- package/build/component/messages.js +3 -2
- package/build/component/messages.js.map +1 -1
- package/build/component/question.d.ts.map +1 -1
- package/build/component/question.js +1 -10
- package/build/component/question.js.map +1 -1
- package/build/component/resource/appManifest/appManifest.d.ts.map +1 -1
- package/build/component/resource/appManifest/appManifest.js +3 -4
- package/build/component/resource/appManifest/appManifest.js.map +1 -1
- package/build/component/resource/appManifest/appStudio.d.ts.map +1 -1
- package/build/component/resource/appManifest/appStudio.js +7 -11
- package/build/component/resource/appManifest/appStudio.js.map +1 -1
- package/build/component/resource/appManifest/constants.d.ts +1 -0
- package/build/component/resource/appManifest/constants.d.ts.map +1 -1
- package/build/component/resource/appManifest/constants.js +1 -0
- package/build/component/resource/appManifest/constants.js.map +1 -1
- package/build/component/resource/appManifest/errors.d.ts +0 -4
- package/build/component/resource/appManifest/errors.d.ts.map +1 -1
- package/build/component/resource/appManifest/errors.js +0 -7
- package/build/component/resource/appManifest/errors.js.map +1 -1
- package/build/component/resource/appManifest/utils/ManifestUtils.d.ts +1 -0
- package/build/component/resource/appManifest/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/resource/appManifest/utils/ManifestUtils.js +8 -5
- package/build/component/resource/appManifest/utils/ManifestUtils.js.map +1 -1
- package/build/component/resource/appManifest/utils/telemetry.d.ts +2 -0
- package/build/component/resource/appManifest/utils/telemetry.d.ts.map +1 -1
- package/build/component/resource/appManifest/utils/telemetry.js +2 -0
- package/build/component/resource/appManifest/utils/telemetry.js.map +1 -1
- package/build/component/resource/appManifest/utils/utils.d.ts.map +1 -1
- package/build/component/resource/appManifest/utils/utils.js +5 -1
- package/build/component/resource/appManifest/utils/utils.js.map +1 -1
- package/build/component/resource/azureSql/errors.js +28 -28
- package/build/component/resource/azureSql/errors.js.map +1 -1
- package/build/component/resource/azureStorage/configs.d.ts +1 -1
- package/build/component/resource/spfx/utils/question-helper.js +1 -1
- package/build/component/resource/spfx/utils/question-helper.js.map +1 -1
- package/build/component/utils/ResourceGroupHelper.d.ts +1 -6
- package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -1
- package/build/component/utils/ResourceGroupHelper.js +65 -131
- package/build/component/utils/ResourceGroupHelper.js.map +1 -1
- package/build/component/utils/depsChecker/bicepChecker.d.ts.map +1 -1
- package/build/component/utils/depsChecker/bicepChecker.js +4 -7
- package/build/component/utils/depsChecker/bicepChecker.js.map +1 -1
- package/build/component/utils/envUtil.d.ts.map +1 -1
- package/build/component/utils/envUtil.js +5 -8
- package/build/component/utils/envUtil.js.map +1 -1
- package/build/core/FxCore.d.ts +89 -7
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +91 -29
- package/build/core/FxCore.js.map +1 -1
- package/build/core/FxCoreImplementV3.d.ts +11 -1
- package/build/core/FxCoreImplementV3.d.ts.map +1 -1
- package/build/core/FxCoreImplementV3.js +72 -26
- package/build/core/FxCoreImplementV3.js.map +1 -1
- package/build/core/environment.d.ts.map +1 -1
- package/build/core/environment.js +2 -13
- package/build/core/environment.js.map +1 -1
- package/build/core/error.d.ts +1 -13
- package/build/core/error.d.ts.map +1 -1
- package/build/core/error.js +1 -57
- package/build/core/error.js.map +1 -1
- package/build/core/middleware/concurrentLocker.d.ts.map +1 -1
- package/build/core/middleware/concurrentLocker.js +3 -10
- package/build/core/middleware/concurrentLocker.js.map +1 -1
- package/build/core/middleware/projectMigratorV3.d.ts +3 -1
- package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
- package/build/core/middleware/projectMigratorV3.js +81 -35
- package/build/core/middleware/projectMigratorV3.js.map +1 -1
- package/build/core/middleware/questionModel.d.ts +0 -1
- package/build/core/middleware/questionModel.d.ts.map +1 -1
- package/build/core/middleware/questionModel.js +110 -34
- package/build/core/middleware/questionModel.js.map +1 -1
- package/build/core/middleware/utils/MigrationUtils.d.ts.map +1 -1
- package/build/core/middleware/utils/MigrationUtils.js +1 -0
- package/build/core/middleware/utils/MigrationUtils.js.map +1 -1
- package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts +1 -1
- package/build/core/middleware/utils/debug/appLocalYmlGenerator.d.ts.map +1 -1
- package/build/core/middleware/utils/debug/debugV3MigrationUtils.d.ts +2 -0
- package/build/core/middleware/utils/debug/debugV3MigrationUtils.d.ts.map +1 -1
- package/build/core/middleware/utils/debug/debugV3MigrationUtils.js +12 -8
- package/build/core/middleware/utils/debug/debugV3MigrationUtils.js.map +1 -1
- package/build/core/middleware/utils/debug/taskMigrator.d.ts +1 -0
- package/build/core/middleware/utils/debug/taskMigrator.d.ts.map +1 -1
- package/build/core/middleware/utils/debug/taskMigrator.js +134 -37
- package/build/core/middleware/utils/debug/taskMigrator.js.map +1 -1
- package/build/core/middleware/utils/migrationContext.d.ts +1 -0
- package/build/core/middleware/utils/migrationContext.d.ts.map +1 -1
- package/build/core/middleware/utils/migrationContext.js +1 -0
- package/build/core/middleware/utils/migrationContext.js.map +1 -1
- package/build/core/middleware/utils/v3MigrationUtils.d.ts +9 -1
- package/build/core/middleware/utils/v3MigrationUtils.d.ts.map +1 -1
- package/build/core/middleware/utils/v3MigrationUtils.js +49 -18
- package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
- package/build/core/question.d.ts +9 -3
- package/build/core/question.d.ts.map +1 -1
- package/build/core/question.js +180 -90
- package/build/core/question.js.map +1 -1
- package/build/error/arm.d.ts +6 -0
- package/build/error/arm.d.ts.map +1 -1
- package/build/error/arm.js +17 -1
- package/build/error/arm.js.map +1 -1
- package/build/error/azure.d.ts +30 -0
- package/build/error/azure.d.ts.map +1 -1
- package/build/error/azure.js +81 -1
- package/build/error/azure.js.map +1 -1
- package/build/error/common.d.ts +14 -2
- package/build/error/common.d.ts.map +1 -1
- package/build/error/common.js +59 -11
- package/build/error/common.js.map +1 -1
- package/build/error/deploy.d.ts +17 -1
- package/build/error/deploy.d.ts.map +1 -1
- package/build/error/deploy.js +61 -6
- package/build/error/deploy.js.map +1 -1
- package/build/error/upgrade.d.ts +5 -0
- package/build/error/upgrade.d.ts.map +1 -0
- package/build/error/upgrade.js +16 -0
- package/build/error/upgrade.js.map +1 -0
- package/package.json +12 -8
- package/resource/package.nls.cs.json +307 -366
- package/resource/package.nls.de.json +307 -366
- package/resource/package.nls.es.json +307 -366
- package/resource/package.nls.fr.json +307 -366
- package/resource/package.nls.it.json +307 -366
- package/resource/package.nls.ja.json +307 -366
- package/resource/package.nls.json +104 -107
- package/resource/package.nls.ko.json +307 -366
- package/resource/package.nls.pl.json +307 -366
- package/resource/package.nls.pt-BR.json +307 -366
- package/resource/package.nls.ru.json +307 -366
- package/resource/package.nls.tr.json +307 -366
- package/resource/package.nls.zh-Hans.json +307 -366
- package/resource/package.nls.zh-Hant.json +307 -366
- package/resource/yaml.schema.json +33 -12
- package/templates/core/v3Migration/csharp.app.local.yml +12 -19
- package/templates/core/v3Migration/csharp.app.yml +19 -8
- package/templates/core/v3Migration/js.ts.app.local.yml +103 -50
- package/templates/core/v3Migration/js.ts.app.yml +143 -56
- package/templates/core/v3Migration/spfx.app.yml +55 -16
- package/templates/core/v3Migration/upgradeReport.md +4 -2
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/plugins/resource/aad/auth/V3/Bot/SSO/SsoOperations.cs +23 -8
- package/templates/plugins/resource/aad/auth/V3/Tab/GetUserProfile.razor +2 -1
- package/build/component/driver/aad/error/invalidParameterUserError.d.ts +0 -5
- package/build/component/driver/aad/error/invalidParameterUserError.d.ts.map +0 -1
- package/build/component/driver/aad/error/invalidParameterUserError.js +0 -29
- package/build/component/driver/aad/error/invalidParameterUserError.js.map +0 -1
- package/build/component/driver/aad/error/unhandledError.d.ts +0 -8
- package/build/component/driver/aad/error/unhandledError.d.ts.map +0 -1
- package/build/component/driver/aad/error/unhandledError.js +0 -33
- package/build/component/driver/aad/error/unhandledError.js.map +0 -1
- package/build/component/driver/botAadApp/error/invalidParameterUserError.d.ts +0 -5
- package/build/component/driver/botAadApp/error/invalidParameterUserError.d.ts.map +0 -1
- package/build/component/driver/botAadApp/error/invalidParameterUserError.js +0 -30
- package/build/component/driver/botAadApp/error/invalidParameterUserError.js.map +0 -1
- package/build/component/driver/botAadApp/error/unhandledError.d.ts +0 -8
- package/build/component/driver/botAadApp/error/unhandledError.d.ts.map +0 -1
- package/build/component/driver/botAadApp/error/unhandledError.js +0 -33
- package/build/component/driver/botAadApp/error/unhandledError.js.map +0 -1
- package/build/component/driver/botFramework/error/unhandledError.d.ts +0 -5
- package/build/component/driver/botFramework/error/unhandledError.d.ts.map +0 -1
- package/build/component/driver/botFramework/error/unhandledError.js +0 -25
- package/build/component/driver/botFramework/error/unhandledError.js.map +0 -1
- package/build/component/driver/file/error/unhandledError.d.ts +0 -5
- package/build/component/driver/file/error/unhandledError.d.ts.map +0 -1
- package/build/component/driver/file/error/unhandledError.js +0 -25
- package/build/component/driver/file/error/unhandledError.js.map +0 -1
- package/build/component/driver/m365/error/FileNotFoundUserError.d.ts +0 -5
- package/build/component/driver/m365/error/FileNotFoundUserError.d.ts.map +0 -1
- package/build/component/driver/m365/error/FileNotFoundUserError.js +0 -22
- package/build/component/driver/m365/error/FileNotFoundUserError.js.map +0 -1
- package/build/component/driver/m365/error/unhandledError.d.ts +0 -5
- package/build/component/driver/m365/error/unhandledError.d.ts.map +0 -1
- package/build/component/driver/m365/error/unhandledError.js +0 -25
- package/build/component/driver/m365/error/unhandledError.js.map +0 -1
- package/build/component/driver/prerequisite/constant.d.ts.map +0 -1
- package/build/component/driver/prerequisite/constant.js.map +0 -1
- package/build/component/driver/prerequisite/error/dotnetInstallationUserError.d.ts.map +0 -1
- package/build/component/driver/prerequisite/error/dotnetInstallationUserError.js.map +0 -1
- package/build/component/driver/prerequisite/error/funcInstallationUserError.d.ts.map +0 -1
- package/build/component/driver/prerequisite/error/funcInstallationUserError.js.map +0 -1
- package/build/component/driver/prerequisite/installDriver.d.ts.map +0 -1
- package/build/component/driver/prerequisite/installDriver.js.map +0 -1
- package/build/component/driver/prerequisite/interfaces/InstallToolArgs.d.ts.map +0 -1
- package/build/component/driver/prerequisite/interfaces/InstallToolArgs.js.map +0 -1
- /package/build/component/driver/{prerequisite → devTool}/constant.d.ts +0 -0
- /package/build/component/driver/{prerequisite → devTool}/constant.js +0 -0
- /package/build/component/driver/{prerequisite → devTool}/error/dotnetInstallationUserError.d.ts +0 -0
- /package/build/component/driver/{prerequisite → devTool}/error/dotnetInstallationUserError.js +0 -0
- /package/build/component/driver/{prerequisite → devTool}/error/funcInstallationUserError.d.ts +0 -0
- /package/build/component/driver/{prerequisite → devTool}/error/funcInstallationUserError.js +0 -0
- /package/build/component/driver/{prerequisite → devTool}/interfaces/InstallToolArgs.js +0 -0
|
@@ -1,5 +1,4 @@
|
|
|
1
1
|
{
|
|
2
|
-
"core.create.successNotice": "Scaffold successfully.",
|
|
3
2
|
"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
3
|
"core.provision.provision": "Provision",
|
|
5
4
|
"core.provision.learnMore": "Learn more",
|
|
@@ -18,11 +17,11 @@
|
|
|
18
17
|
"core.provision.configurationFinishNotice": "[%s] Configuration finished.",
|
|
19
18
|
"core.provision.ProvisionFinishNotice": "[%s] Provision finished!",
|
|
20
19
|
"core.provision.viewResources": "View provisioned resources",
|
|
21
|
-
"core.error.NoEnvFilesError": "Unable to find .env files.",
|
|
22
20
|
"core.deploy.FailedToDeployBeforeProvision": "Unable to deploy 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.",
|
|
23
21
|
"core.deploy.noCapabilityFound": "No capability found to %s. Click Get Help to learn more about how to add capabilities.",
|
|
24
22
|
"core.deploy.successNotice": "'%s' successfully deployed.",
|
|
25
23
|
"core.deploy.aadManifestSuccessNotice": "Your Azure Active Directory application has been successfully deployed. Click \"Learn more\" to check how to view your Azure Active Directory application.",
|
|
24
|
+
"core.deploy.aadManifestOnCLISuccessNotice": "Your Azure Active Directory application has been successfully updated.",
|
|
26
25
|
"core.deploy.aadManifestLearnMore": "Learn more",
|
|
27
26
|
"core.deploy.failNotice": "Unable to deploy '%s'!",
|
|
28
27
|
"core.deploy.botTroubleShoot": "To troubleshoot bot application in azure, please click learn more for documentation.",
|
|
@@ -72,9 +71,9 @@
|
|
|
72
71
|
"core.progress.buildingBot.detail": "Installing dependencies.",
|
|
73
72
|
"core.progress.provisionBot": "Registering Bot",
|
|
74
73
|
"core.progress.generateTemplate": "Generating Template",
|
|
75
|
-
"core.progress.generateTemplate.detail": "Downloading
|
|
74
|
+
"core.progress.generateTemplate.detail": "Downloading Template %s",
|
|
76
75
|
"core.progress.generateSample": "Generating Sample",
|
|
77
|
-
"core.progress.generateSample.detail": "Downloading
|
|
76
|
+
"core.progress.generateSample.detail": "Downloading Sample %s",
|
|
78
77
|
"core.progress.configureStorage": "Configuring Tab",
|
|
79
78
|
"core.progress.packingCode": "Creating application package.",
|
|
80
79
|
"core.progress.deploy": "Deploy",
|
|
@@ -86,6 +85,7 @@
|
|
|
86
85
|
"core.progress.uploadTabToStorage": "Uploading Tab front end to Azure Storage account.",
|
|
87
86
|
"core.progress.configureAzureStorage": "Configuring Azure Storage, enable static website setting.",
|
|
88
87
|
"core.progress.runCommand": "Run command %s at %s",
|
|
88
|
+
"core.progress.deployToAzure": "Deploying %s to %s.",
|
|
89
89
|
"core.log.updateFunctionAppSettings": "Updating Azure Functions app settings.",
|
|
90
90
|
"core.error.programmingLanguageInvalid": "Invalid programming language found in project settings.",
|
|
91
91
|
"core.Notification.ReadMore": "Read more",
|
|
@@ -96,11 +96,12 @@
|
|
|
96
96
|
"core.migrationV3.VS.Message": "The Teams Toolkit preview feature - Teams App Configuration Improvements is turned on. This project is required to be upgraded to work with the preview features. Select \"Learn more\" to read about the required changes or select \"Upgrade\" to perform the changes automatically. If you don't want to upgrade, you can turn off the preview feature.",
|
|
97
97
|
"core.migrationV3.aadManifestNotExist": "templates/appPackage/aad.manifest.template.json does not exist. You may be trying to upgrade a project created by Teams Toolkit for Visual Studio Code v3.x / Teams Toolkit CLI v0.x / Teams Toolkit for Visual Studio v17.3. Please install Teams Toolkit for Visual Studio Code v4.x / Teams Toolkit CLI v1.x / Teams Toolkit for Visual Studio v17.4 and run upgrade first.",
|
|
98
98
|
"core.migrationV3.manifestNotExist": "templates/appPackage/manifest.template.json does not exist. You may be trying to upgrade a project created by Teams Toolkit for Visual Studio Code v3.x / Teams Toolkit CLI v0.x / Teams Toolkit for Visual Studio v17.3. Please install Teams Toolkit for Visual Studio Code v4.x / Teams Toolkit CLI v1.x / Teams Toolkit for Visual Studio v17.4 and run upgrade first.",
|
|
99
|
+
"core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json is invalid.",
|
|
99
100
|
"core.migrationV3.CreateNewProject": "Teams Toolkit (pre-release) does not support migrating projects from previous versions. Project migration will be added in an upcoming release.",
|
|
100
101
|
"core.migrationV3.abandonedProject": "This project is only for previewing and will not be supported by Teams Toolkit. Please try Teams Toolkit by creating a new project",
|
|
101
102
|
"core.migrationV3.notAllowedMigration": "Teams Toolkit's Pre-Release version supports new project configuration and is incompatible with previous versions. Try it by creating a new project or run \"teamsfx upgrade\" to upgrade your project first.",
|
|
102
103
|
"core.migrationToArmAndMultiEnv.SuccessMessage": "Upgrade succeeded.",
|
|
103
|
-
"core.migrationToArmAndMultiEnv.ErrorMessage": "The upgrade process has failed. To troubleshoot and resolve the issue, please check the error message in the [
|
|
104
|
+
"core.migrationToArmAndMultiEnv.ErrorMessage": "The upgrade process has failed. To troubleshoot and resolve the issue, please check the error message in the [Output panel](command:fx-extension.showOutputChannel).\n If you prefer to upgrade manually, please click on 'Learn More' to view the FAQ section.",
|
|
104
105
|
"core.migrationToArmAndMultiEnv.PreCheckErrorMessage": "The upgrade process has failed. The file '%s' either does not exist or is not in JSON format. To proceed with the upgrade, please fix the file and try again by running the command \"Teams: Upgrade project\".\n If you prefer to upgrade manually, please click on \"Learn More\" to access the FAQ section.",
|
|
105
106
|
"core.consolidateLocalRemote.Message": "Your project will be upgraded to work with the latest version of Teams Toolkit. The upgrade will only add config.local.json, manifest.template.json files and backup manifest.remote.template.json, manifest.local.template.json files without changing your custom code. If you do not want to upgrade, install an older version of Teams Toolkit (<= 3.7.0)",
|
|
106
107
|
"core.consolidateLocalRemoteWithAadManifest.Message": "Your project will be upgraded to work with the latest version of Teams Toolkit. The upgrade will only add config.local.json, manifest.template.json, aad.template.json files, update projectSettings.json file and backup manifest.remote.template.json, manifest.local.template.json, projectSettings.json files without changing your custom code. If you do not want to upgrade, install an older version of Teams Toolkit (<= 3.7.0)",
|
|
@@ -110,7 +111,6 @@
|
|
|
110
111
|
"core.aadManifestMigration.outputMsg": "Congratulations! AAD manifest has been added, and please start to use this file to customize your AAD App registration. We have added aad.template.json, updated your projectSettings.json file and backed up projectSettings.json to .backup folder.",
|
|
111
112
|
"core.aadManifestMigration.SuccessMessage": "Detect that your project is a previous version and auto update your project for new Teams Toolkit version. The following changes have been made:\n1. 'aad.template.json' is created under 'templates/appPackage'. For more information about AAD manifest, please refer %s\n2. '.fx/configs/projectSettings.json' is updated to include authentication related configuration. You can find a backup of old version in .backup folder.\nCongratulations! Your project now is updated and ready to run in latest version of Teams Toolkit.",
|
|
112
113
|
"core.aadManifestMigration.ParsePermissionsFailedWarning": "Cannot parse permissions.json file when migration, and please follow this link to update permissions in aad.template.json file if necessary: https://aka.ms/teamsfx-aad-manifest#customize-requiredresourceaccess",
|
|
113
|
-
"core.projectVersionChecker.vscodeUseNewVersion": "The current project is incompatible with the installed Teams Toolkit, please install %s or above and reopen this project.",
|
|
114
114
|
"core.projectVersionChecker.cliUseNewVersion": "Your TeamFx CLI version is old and it doesn't support current project, please upgrade to the latest version using command below:\nnpm install -g @microsoft/teamsfx-cli@latest",
|
|
115
115
|
"core.projectVersionChecker.incompatibleProject": "The current project is incompatible with the installed version of Teams Toolkit.",
|
|
116
116
|
"core.projectVersionChecker.vs.incompatibleProject": "The project in the solution is created with Teams Toolkit preview feature - Teams App Configuration Improvements. You can turn on the preview feature to continue.",
|
|
@@ -128,13 +128,12 @@
|
|
|
128
128
|
"core.deployArmTemplates.FailedToGetEnvironmentName": "Unable to get target environment name from solution context.",
|
|
129
129
|
"core.deployArmTemplates.ParameterNotExist": "%s does not exist.",
|
|
130
130
|
"core.deployArmTemplates.FailedToExpandParameter": "Unable to get expanded parameter from %s",
|
|
131
|
-
"core.deployArmTemplates.InvalidAzureCredential": "Azure Credential is invalid.",
|
|
132
131
|
"core.deployArmTemplates.FailedToGetSubsId": "Unable to get subscription id.",
|
|
133
132
|
"core.deployArmTemplates.ActionSuccess": "Successfully deployed ARM templates. Resource group name: %s. Deployment name: %s",
|
|
134
133
|
"core.handleConfigFile.FailedToUpdateAzureParameters": "Unable to update Azure parameters for %s environment.",
|
|
135
134
|
"core.appSettingsUtil.FailedToResetAppSettingsDevelopment": "Unable to reset values in appsettings.Development.json.",
|
|
136
135
|
"core.backupFiles.FailedToBackupFiles": "Unable to backup %s.",
|
|
137
|
-
"core.collaboration.ListCollaboratorsSuccess": "'List Microsoft 365 App owners' succeeded, you can view it in [
|
|
136
|
+
"core.collaboration.ListCollaboratorsSuccess": "'List Microsoft 365 App owners' succeeded, you can view it in [Output panel](%s).",
|
|
138
137
|
"core.collaboration.GrantingPermission": "Granting permission",
|
|
139
138
|
"core.collaboration.EmailCannotBeEmptyOrSame": "Collaborator's email cannot be null or same as current user",
|
|
140
139
|
"core.collaboration.CannotFindUserInCurrentTenant": "Cannot find user in current tenant, check whether your email address is correct",
|
|
@@ -154,7 +153,6 @@
|
|
|
154
153
|
"core.collaboration.SsoAadAppId": "SSO AAD App (ID: ",
|
|
155
154
|
"core.collaboration.TeamsAppOwner": "Teams App Owner: ",
|
|
156
155
|
"core.collaboration.AadAppOwner": "Azure Active Directory App Owner: ",
|
|
157
|
-
"core.collaboration.NotOwnerOfSsoAadApp": "(Not owner of SSO AAD app)",
|
|
158
156
|
"core.collaboration.StaringCheckPermission": "Starting to check permission for environment: ",
|
|
159
157
|
"core.collaboration.CheckPermissionResourceId": "Resource ID: ",
|
|
160
158
|
"core.collaboration.Undefined": "undefined",
|
|
@@ -171,7 +169,7 @@
|
|
|
171
169
|
"plugins.spfx.questions.packageSelect.placeholder": "Select an option for scaffolding",
|
|
172
170
|
"plugins.spfx.questions.packageSelect.useGlobalPackage.withVersion.label": "Use globally installed SPFx (%s)",
|
|
173
171
|
"plugins.spfx.questions.packageSelect.useGlobalPackage.noVersion.label": "Use globally installed SPFx",
|
|
174
|
-
"plugins.spfx.questions.packageSelect.useGlobalPackage.detail": "
|
|
172
|
+
"plugins.spfx.questions.packageSelect.useGlobalPackage.detail": "SPFx %s or later",
|
|
175
173
|
"plugins.spfx.questions.packageSelect.installLocally.withVersion.label": "Install the latest SPFx (%s) locally in Teams Toolkit directory ",
|
|
176
174
|
"plugins.spfx.questions.packageSelect.installLocally.noVersion.label": "Install the latest SPFx locally in Teams Toolkit directory ",
|
|
177
175
|
"plugins.spfx.buildNotice": "SharePoint package successfully built at %s.",
|
|
@@ -204,7 +202,7 @@
|
|
|
204
202
|
"plugins.spfx.GetTenantFailedError": "Cannot get tenant %s %s",
|
|
205
203
|
"plugins.spfx.error.installLatestDependencyError": "Encountered unknown issues when setting up SPFx environment in %s folder. You could follow [Set up your SharePoint Framework development environment | Microsoft Learn](%s) to set up global SPFx environment.",
|
|
206
204
|
"_plugins.spfx.error.installLatestDependencyError.comment": "'Microsoft Learn' and 'SharePoint' are the product brand names which should not be localized.",
|
|
207
|
-
"plugins.spfx.error.scaffoldError": "Project creation failed. A possible reason could be from Yeoman SharePoint Generator. Check [
|
|
205
|
+
"plugins.spfx.error.scaffoldError": "Project creation failed. A possible reason could be from Yeoman SharePoint Generator. Check [Output panel](%s) for details.",
|
|
208
206
|
"plugins.frontend.checkNetworkTip": "Check your network connection.",
|
|
209
207
|
"plugins.frontend.checkFsPermissionsTip": "Check if you have Read/Write permissions to your file system.",
|
|
210
208
|
"plugins.frontend.checkStoragePermissionsTip": "Check if you have permissions to your Azure Storage Account.",
|
|
@@ -235,7 +233,6 @@
|
|
|
235
233
|
"plugins.appstudio.provisionTitle": "Provision Teams app",
|
|
236
234
|
"plugins.appstudio.provisionProgress": "Registering Teams app %s...",
|
|
237
235
|
"plugins.appstudio.postProvisionProgress": "Updating Teams app %s...",
|
|
238
|
-
"plugins.appstudio.dataRequired": "Data required: %s.",
|
|
239
236
|
"plugins.appstudio.manuallySubmitTip": "Manually submit Teams app package file",
|
|
240
237
|
"plugins.appstudio.manuallySubmitDescription": "Build the Teams app package. You will need to send it to your Teams administrator manually",
|
|
241
238
|
"plugins.appstudio.autoPublishTip": "Install for your organization",
|
|
@@ -250,8 +247,6 @@
|
|
|
250
247
|
"plugins.appstudio.viewDeveloperPortal": "View in Developer Portal",
|
|
251
248
|
"plugins.bot.questionHostTypeTrigger.title": "Choose triggers",
|
|
252
249
|
"plugins.bot.questionHostTypeTrigger.placeholder": "Choose triggers",
|
|
253
|
-
"plugins.bot.questionHostTypeTrigger.error.emptySelection": "You have to select at least one trigger.",
|
|
254
|
-
"plugins.bot.questionHostTypeTrigger.error.hostTypeConflict": "Azure Functions and Azure App Service host types are in conflict.",
|
|
255
250
|
"plugins.bot.triggers.http-functions.cliName": "http-functions",
|
|
256
251
|
"plugins.bot.triggers.http-functions.description": "Azure Functions",
|
|
257
252
|
"plugins.bot.triggers.http-functions.detail": "A running function hosted on Azure Functions can listen to HTTP requests.",
|
|
@@ -352,18 +347,11 @@
|
|
|
352
347
|
"error.UpgradeV3CanceledError": "If you are not ready to upgrade, please continue to use the old version of Teams Toolkit",
|
|
353
348
|
"error.ConsolidateCanceledError": "If you don't want to upgrade your project, install another version of Teams Toolkit (version <= 3.7.0).",
|
|
354
349
|
"error.OperationNotPermittedError": "Operation is not permitted: %s",
|
|
355
|
-
"error.InvalidInputError": "
|
|
356
|
-
"error.ContextUpgradeError": "Invalid inputs: %s",
|
|
350
|
+
"error.InvalidInputError": "Invalid inputs: %s",
|
|
357
351
|
"error.ProjectSettingsUndefinedError": "Project settings is undefined",
|
|
358
352
|
"error.MultipleEnvNotEnabledError": "MultipleEnv feature is not enabled",
|
|
359
|
-
"error.PluginHasNoTaskImpl": "Plugin %s has not implemented method: %s",
|
|
360
|
-
"error.FunctionRouterError": "Unable to route function call: %s",
|
|
361
353
|
"error.ProjectEnvAlreadyExistError": "Project environment %s already exists.",
|
|
362
|
-
"error.TaskNotSupportError": "Operation is not supported: %s.",
|
|
363
354
|
"error.InvalidEnvConfigError": "The configuration %s is invalid, details: %s.",
|
|
364
|
-
"error.NonExistEnvNameError": "Can not find environment %s.",
|
|
365
|
-
"error.ModifiedSecretError": "The secret file has been changed.",
|
|
366
|
-
"error.LoadSolutionError": "Unable to load solution",
|
|
367
355
|
"error.NotImplementedError": "Method not implemented: %s",
|
|
368
356
|
"error.LoadPluginError": "Unable to load plugin",
|
|
369
357
|
"error.SPFxConfigError": "Load SPFx config %s failed.",
|
|
@@ -373,20 +361,15 @@
|
|
|
373
361
|
"error.MissingSubscriptionInConfig": "Please provide the subscription id of the resource group (%s) in (%s)",
|
|
374
362
|
"error.NoSubscriptionFound": "Unable to find a subscription.",
|
|
375
363
|
"error.TrustCertificateCancelError": "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.",
|
|
376
|
-
"error.FailedToCreateResourceGroup": "Unable to create resource group \"%s\": the resource group exists",
|
|
377
|
-
"error.FailedToListResourceGroupLocation": "Unable to list resource group locations",
|
|
378
364
|
"error.BicepGenerationError": "Unable to generate Bicep file %s. Reason: %s",
|
|
379
365
|
"error.LocalBotEndpointNotConfigured": "Local bot endpoint is not configured. Set \"bot.siteEndpoint\" in \".fx/configs/config.local.json\" and try again.",
|
|
380
366
|
"error.NgrokTunnelNotConnected": "Ngrok tunnel is not connected. Check your network settings and try again.",
|
|
381
367
|
"error.VideoFilterAppNotRemoteSupported": "Video filter app in remote is not supported by Teams Toolkit. Check the README.md file in project root folder.",
|
|
382
|
-
"error.frontend.ClearStorageError": "Unable to clear Azure Storage Account.",
|
|
383
|
-
"error.frontend.UploadToStorageError": "Unable to upload local path %s to Azure Storage Account.",
|
|
384
|
-
"error.frontend.GetContainerError": "Unable to get container %s from Azure Storage Account.",
|
|
385
368
|
"error.frontend.FailedSaveEnv": "Unable to save environment variables to %s. Your App may not work.",
|
|
386
369
|
"error.frontend.FailedLoadEnv": "Unable to load environment variables from %s. Your App may not work.",
|
|
387
370
|
"error.appstudio.teamsAppCreateFailed": "Unable to create Teams app in Developer Portal, due to %s",
|
|
388
371
|
"error.appstudio.teamsAppUpdateFailed": "Unable to update Teams app with ID %s.",
|
|
389
|
-
"error.appstudio.apiFailed": "API call to Developer Portal failed. Check [
|
|
372
|
+
"error.appstudio.apiFailed": "API call to Developer Portal failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
390
373
|
"_error.appstudio.apiFailed.comment": " This is to describe API call, no need to translate '(command:fx-extension.showOutputChannel)'. ",
|
|
391
374
|
"error.appstudio.apiFailed.telemetry": "API call to Developer Portal failed: %s, %s, API name: %s, X-Correlation-ID: %s. This may come from some intermittent service error. Please wait for a few minutes and retry the current step.",
|
|
392
375
|
"_error.appstudio.apiFailed.telemetry.comment": " This is to describe API call, no need to translate 'X-Correlation-ID'.",
|
|
@@ -397,7 +380,6 @@
|
|
|
397
380
|
"error.appstudio.grantPermissionFailed": "Grant permission failed. Reason: %s",
|
|
398
381
|
"error.appstudio.listCollaboratorFailed": "List collaborator failed. Reason: %s",
|
|
399
382
|
"error.appstudio.updateManifestInvalidApp": "Cannot find teams app with id %s. You must run debug or provision first before updating manifest to Teams platform.",
|
|
400
|
-
"error.appstudio.updateManifestFailed": "Update manifest failed. ",
|
|
401
383
|
"error.appstudio.invalidCapability": "Invalid capability: %s",
|
|
402
384
|
"error.appstudio.capabilityExceedLimit": "Cannot add capability %s, it reaches the limit.",
|
|
403
385
|
"error.appstudio.staticTabNotExist": "Cannot find static tab with entity id %s, unable to update.",
|
|
@@ -419,7 +401,10 @@
|
|
|
419
401
|
"error.generator.FetchZipFromUrlError": "Unable to download zip package from %s.",
|
|
420
402
|
"error.generator.UnzipError": "Unable to unzip templates and write to disk.",
|
|
421
403
|
"error.generator.MissKeyError": "Unable to find key %s",
|
|
422
|
-
"error.
|
|
404
|
+
"error.generator.DownloadSampleApiLimitError": "Unable to download sample due to throttling. Retry later after rate limit reset (This may take up to 1 hour). Alternatively, you can go to %s to git clone the repo manually",
|
|
405
|
+
"error.generator.DownloadSampleNetworkError": "Unable to download sample due to network error. Check your network connection and retry. Alternatively, you can go to %s to git clone the repo manually",
|
|
406
|
+
"error.generator.ParseUrlError": "Unable to parse url %s",
|
|
407
|
+
"error.sql.GetDetail": "Get the detailed error message in [Output panel](command:fx-extension.showOutputChannel).",
|
|
423
408
|
"error.sql.LinkHelpMessage": "You can follow %s to handle it.",
|
|
424
409
|
"error.sql.SqlInputError": "SQL admin name or password is empty",
|
|
425
410
|
"error.sql.SqlAskInputError": "Unable to get answer for SQL questions",
|
|
@@ -454,7 +439,7 @@
|
|
|
454
439
|
"error.debugHandler.InvalidExistingBotArgsError": "botId and botPassword need to be set together if you use existing bot.",
|
|
455
440
|
"error.debugHandler.DebugArgumentEmptyError": "Debug argument '%s' is empty.",
|
|
456
441
|
"error.debugHandler.InvalidTabBaseUrlError": "baseUrl must be a valid https url.",
|
|
457
|
-
"error.m365.
|
|
442
|
+
"error.m365.NotExtendedToM365Error": "Unable to extend Teams app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend your Teams app to Microsoft 365.",
|
|
458
443
|
"core.QuestionAppName.validation.pattern": "Application name must start with letters and contain at least two letters or digits. It can not contain some special characters.",
|
|
459
444
|
"core.QuestionAppName.validation.maxlength": "Application name is longer than the maximum length of 30.",
|
|
460
445
|
"core.QuestionAppName.validation.pathExist": "Path exists: %s. Select a different application name.",
|
|
@@ -468,46 +453,58 @@
|
|
|
468
453
|
"core.TabOption.description": "UI-based app",
|
|
469
454
|
"core.TabOption.detail": "Teams-aware webpages embedded in Microsoft Teams",
|
|
470
455
|
"core.TabOption.detailNew": "Teams identity aware webpages embedded in Microsoft Teams",
|
|
471
|
-
"core.DashboardOption.label": "Dashboard
|
|
472
|
-
"core.DashboardOption.detail": "
|
|
456
|
+
"core.DashboardOption.label": "Dashboard",
|
|
457
|
+
"core.DashboardOption.detail": "A canvas with cards and widgets for displaying important information",
|
|
473
458
|
"core.BotOption.description": "Conversational Agent",
|
|
474
459
|
"core.BotOption.detail": "Running simple and repetitive automated tasks through conversations",
|
|
475
|
-
"core.BotNewUIOption.label": "Bot",
|
|
476
|
-
"core.BotNewUIOption.detail": "
|
|
477
|
-
"core.MessageExtensionOption.labelNew": "
|
|
460
|
+
"core.BotNewUIOption.label": "Basic Bot",
|
|
461
|
+
"core.BotNewUIOption.detail": "A simple implementation of a bot that's ready to customize",
|
|
462
|
+
"core.MessageExtensionOption.labelNew": "Collect Form Input and Process Data",
|
|
478
463
|
"core.MessageExtensionOption.label": "Message Extension",
|
|
479
464
|
"core.MessageExtensionOption.description": "Custom UI when users compose messages in Teams",
|
|
480
|
-
"core.MessageExtensionOption.detail": "
|
|
481
|
-
"core.NotificationOption.label": "Notification
|
|
482
|
-
"core.NotificationOption.detail": "
|
|
483
|
-
"core.
|
|
484
|
-
"core.
|
|
485
|
-
"core.
|
|
486
|
-
"core.
|
|
487
|
-
"core.WorkflowOption.label": "Workflow bot",
|
|
488
|
-
"core.WorkflowOption.detail": "Automate repetitive workflows for common business processes in Microsoft Teams chat",
|
|
465
|
+
"core.MessageExtensionOption.detail": "Get user input, do something with it, and send customized results back",
|
|
466
|
+
"core.NotificationOption.label": "Chat Notification Message",
|
|
467
|
+
"core.NotificationOption.detail": "Notify and inform with a message that displays in Teams chats",
|
|
468
|
+
"core.CommandAndResponseOption.label": "Chat Command",
|
|
469
|
+
"core.CommandAndResponseOption.detail": "Trigger work with custom chat commands in Teams chats",
|
|
470
|
+
"core.WorkflowOption.label": "Sequential Workflow in Chat",
|
|
471
|
+
"core.WorkflowOption.detail": "Interact with multi-step processes in Teams chats",
|
|
489
472
|
"core.ExistingTabOption.label": "Embed existing web app",
|
|
490
473
|
"core.ExistingTabOption.detail": "Bring your own static webpages and embed in Microsoft Teams",
|
|
491
474
|
"core.ExistingTabEndpointQuestion.placeholder": "Input your existing tab endpoint",
|
|
492
475
|
"core.ExistingTabEndpointQuestion.title": "Enter your web app's local endpoint",
|
|
493
476
|
"core.ExistingTabEndpointQuestion.validation": "Please enter a valid URL started with https://",
|
|
494
477
|
"core.TabSPFxOption.label": "Tab (SPFx)",
|
|
495
|
-
"core.TabSPFxOption.labelNew": "SPFx
|
|
478
|
+
"core.TabSPFxOption.labelNew": "SPFx",
|
|
496
479
|
"core.TabSPFxOption.description": "Client-side app with SharePoint Framework",
|
|
497
480
|
"core.TabSPFxOption.detail": "Auto-hosted SPFx web part tightly integrated with Microsoft Teams",
|
|
498
|
-
"core.TabSPFxOption.detailNew": "
|
|
481
|
+
"core.TabSPFxOption.detailNew": "Build UI with SharePoint Framework",
|
|
499
482
|
"core.TabSso.description": "Single Sign On for Tab",
|
|
500
483
|
"core.TabSso.detail": "Enable Single Sign On in your Teams Tab app",
|
|
501
484
|
"core.BotSso.description": "Single Sign On for Bot",
|
|
502
485
|
"core.BotSso.detail": "Enable Single Sign On in your Teams Bot app",
|
|
503
|
-
"core.TabNonSso.label": "Tab",
|
|
504
|
-
"core.TabNonSso.detail": "
|
|
486
|
+
"core.TabNonSso.label": "Basic Tab",
|
|
487
|
+
"core.TabNonSso.detail": "A simple implementation of a web app that's ready to customize",
|
|
505
488
|
"core.addCapabilityQuestion.title": "Choose Capabilities",
|
|
506
489
|
"core.addCapabilityQuestion.titleNew": "Capabilities",
|
|
507
490
|
"core.addFeatureQuestion.title": "Add features",
|
|
508
491
|
"core.createCapabilityQuestion.title": "Select capabilities",
|
|
509
492
|
"core.createCapabilityQuestion.titleNew": "Capabilities",
|
|
510
493
|
"core.createCapabilityQuestion.placeholder": "Select a capability",
|
|
494
|
+
"core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
|
|
495
|
+
"core.createProjectQuestion.option.description.worksInOutlook": "Works in Teams and Outlook",
|
|
496
|
+
"core.createProjectQuestion.option.description.worksInOutlookM365": "Works in Teams, Outlook and the Microsoft 365 app",
|
|
497
|
+
"core.createProjectQuestion.projectType.bot.detail": "Conversational or informative chat experiences that can automate repetitive tasks",
|
|
498
|
+
"core.createProjectQuestion.projectType.bot.label": "Bot",
|
|
499
|
+
"core.createProjectQuestion.projectType.bot.title": "App Features Using a Bot",
|
|
500
|
+
"core.createProjectQuestion.projectType.messageExtension.detail": "Search or initiate actions from the chat compose area of Teams and Outlook",
|
|
501
|
+
"core.createProjectQuestion.projectType.messageExtension.title": "App Features Using a Message Extension",
|
|
502
|
+
"core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content",
|
|
503
|
+
"core.createProjectQuestion.projectType.outlookAddin.label": "Outlook Add-in",
|
|
504
|
+
"core.createProjectQuestion.projectType.outlookAddin.title": "App Features Using an Outlook Add-in",
|
|
505
|
+
"core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Micosoft 365 app",
|
|
506
|
+
"core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
|
|
507
|
+
"core.createProjectQuestion.title": "New Project",
|
|
511
508
|
"core.capability.validation": "Invalid capability combinations: %s, option sets: %s are mutually exclusive",
|
|
512
509
|
"core.spfxFolder.title": "SPFx solution folder",
|
|
513
510
|
"core.spfxFolder.placeholder": "Select the folder that contains your SPFx solution",
|
|
@@ -586,7 +583,7 @@
|
|
|
586
583
|
"core.getUserEmailQuestion.validation1": "Email address cannot be null or empty",
|
|
587
584
|
"core.getUserEmailQuestion.validation2": "Please change [UserName] to the real user name",
|
|
588
585
|
"core.collaboration.error.failedToLoadDotEnvFile": "Unable to load your .env File. Reason: %s",
|
|
589
|
-
"core.collaboration.error.failedToGetTeamsAppId": "Unable to find Teams app id in your .env file.
|
|
586
|
+
"core.collaboration.error.failedToGetTeamsAppId": "Unable to find Teams app id in your .env file. Make sure you have already run 'Provision' or correctly set the value with key '%s' in your .env file.",
|
|
590
587
|
"core.selectAadAppManifestQuestion.title": "Select Azure Active Directory manifest.json file",
|
|
591
588
|
"core.selectTeamsAppManifestQuestion.title": "Select Teams manifest.json file",
|
|
592
589
|
"core.selectTeamsAppPackageQuestion.title": "Select Teams app package file",
|
|
@@ -597,18 +594,15 @@
|
|
|
597
594
|
"core.aadAppQuestion.description": "Your Azure Active Directory app for Single Sign On",
|
|
598
595
|
"core.teamsAppQuestion.label": "Teams app",
|
|
599
596
|
"core.teamsAppQuestion.description": "Your Teams app",
|
|
600
|
-
"core.M365SsoLaunchPageOptionItem.label": "
|
|
601
|
-
"core.M365SsoLaunchPageOptionItem.detail": "
|
|
602
|
-
"core.M365SearchAppOptionItem.label": "Search
|
|
603
|
-
"core.M365SearchAppOptionItem.detail": "
|
|
597
|
+
"core.M365SsoLaunchPageOptionItem.label": "React with Fluent UI",
|
|
598
|
+
"core.M365SsoLaunchPageOptionItem.detail": "A web app that uses Fluent UI React components to get a Teams look and feel",
|
|
599
|
+
"core.M365SearchAppOptionItem.label": "Custom Search Results",
|
|
600
|
+
"core.M365SearchAppOptionItem.detail": "Display data directly in Teams and Outlook search results from search or the chat area",
|
|
604
601
|
"core.M365HostQuestion.title": "Platform",
|
|
605
602
|
"core.M365HostQuestion.placeholder": "Select a platform to preview the app",
|
|
606
603
|
"core.options.separator.scenario": "Scenario-based Teams apps",
|
|
607
|
-
"core.options.separator.basic": "Basic Teams apps",
|
|
608
604
|
"core.options.separator.resource": "Cloud resources",
|
|
609
605
|
"core.options.separator.additional": "Additional features",
|
|
610
|
-
"core.options.separator.m365": "Extended Teams apps across Microsoft 365",
|
|
611
|
-
"core.options.separator.addin": "Outlook add-ins",
|
|
612
606
|
"core.common.LifecycleComplete.provision": "Successfully executed %s/%s actions in provision stage.",
|
|
613
607
|
"core.common.LifecycleComplete.deploy": "Successfully executed %s/%s actions in deploy stage.",
|
|
614
608
|
"core.common.LifecycleComplete.publish": "Successfully executed %s/%s actions in publish stage.",
|
|
@@ -622,10 +616,10 @@
|
|
|
622
616
|
"core.common.OutlookWebClientName2": "Outlook web access client id 2",
|
|
623
617
|
"core.NewOfficeAddinOptionVSC.label": "Start with an Outlook add-in",
|
|
624
618
|
"core.NewOfficeAddinOptionVSC.detail": "Use the Teams Toolkit to create a new Outlook add-in application.",
|
|
625
|
-
"core.importAddin.label": "Import an
|
|
626
|
-
"core.importAddin.detail": "
|
|
627
|
-
"core.newTaskpaneAddin.label": "
|
|
628
|
-
"core.newTaskpaneAddin.detail": "
|
|
619
|
+
"core.importAddin.label": "Import an Existing Outlook Add-in",
|
|
620
|
+
"core.importAddin.detail": "Upgrade and add-in project to the latest app manifest and project structure",
|
|
621
|
+
"core.newTaskpaneAddin.label": "Taskpane",
|
|
622
|
+
"core.newTaskpaneAddin.detail": "Customize the Ribbon with a button and embed content in the Taskpane",
|
|
629
623
|
"core.summary.actionDescription": "Action %s%s",
|
|
630
624
|
"core.summary.lifecycleDescription": "Lifecycle stage: %s(%s step(s) in total). The following actions will be executed: %s",
|
|
631
625
|
"core.summary.lifecycleNotExecuted": "%s Lifecycle stage %s was not executed.",
|
|
@@ -666,7 +660,6 @@
|
|
|
666
660
|
"error.aad.AadManifestNotProvisioned": "Unable to generate AAD manifest because the resources have not been provisioned yet. You need to run provision or debug first. Click Get Help to learn more about why you need to provision or debug.",
|
|
667
661
|
"error.aad.UpdateAadAppError": "Unable to update application in Azure Active Directory: %s",
|
|
668
662
|
"error.aad.UpdateAadAppUsingManifestError": "Unable to update application in Azure Active Directory. Please make sure 'templates/appPackage/aad.template.json' is valid: %s",
|
|
669
|
-
"error.aad.AadManifestNotFoundError": "Aad manifest file not found",
|
|
670
663
|
"error.aad.GetDisplayNameError": "Unable to get display name.",
|
|
671
664
|
"error.aad.GetConfigError": "Unable to get configuration value \"%s\" for %s.",
|
|
672
665
|
"error.aad.FormatError": "Invalid format for %s. Value: %s.",
|
|
@@ -795,7 +788,7 @@
|
|
|
795
788
|
"plugins.bot.RecreateProject": "Please recreate the project.",
|
|
796
789
|
"plugins.bot.CheckCommandOutput": "Please check the command output and try to fix it.",
|
|
797
790
|
"plugins.bot.RunFailedCommand": "Please run failed command '%s' in the folder: '%s'.",
|
|
798
|
-
"plugins.bot.CheckLogAndFix": "Please check log in
|
|
791
|
+
"plugins.bot.CheckLogAndFix": "Please check log in Output panel and try to fix this issue.",
|
|
799
792
|
"plugins.bot.CheckPathWriteAccess": "Please check whether the path %s exists and you have write access to it, if no, please move the project to a valid path.",
|
|
800
793
|
"plugins.bot.AadApp": "AAD app",
|
|
801
794
|
"plugins.bot.AadClientSecret": "AAD client secret",
|
|
@@ -808,13 +801,13 @@
|
|
|
808
801
|
"plugins.function.functionAlreadyExists": "Function already exists.",
|
|
809
802
|
"error.depChecker.DefaultErrorMessage": "Install the required dependencies manually.",
|
|
810
803
|
"depChecker.learnMoreButtonText": "Learn more",
|
|
811
|
-
"depChecker.
|
|
812
|
-
"depChecker.
|
|
813
|
-
"depChecker.
|
|
814
|
-
"depChecker.
|
|
815
|
-
"depChecker.
|
|
816
|
-
"depChecker.
|
|
817
|
-
"depChecker.
|
|
804
|
+
"depChecker.needInstallNpm": "You must have NPM installed to debug your local functions.",
|
|
805
|
+
"depChecker.failToValidateFuncCoreTool": "Unable to validate Azure Functions Core Tools after installation.",
|
|
806
|
+
"depChecker.symlinkDirAlreadyExist": "The destination of the symlink already exists",
|
|
807
|
+
"depChecker.portableFuncNodeNotMatched": "Your Node.js (@NodeVersion) is incompatible with Teams Toolkit Azure Functions Core Tools (@FuncVersion).",
|
|
808
|
+
"depChecker.invalidFuncVersion": "The format of version %s is invalid.",
|
|
809
|
+
"depChecker.noSentinelFile": "Azure Functions Core Tools installation is incomplete.",
|
|
810
|
+
"depChecker.funcVersionNotMatch": "The version of Azure Functions Core Tools (%s) is not compatible with the specified version range (%s).",
|
|
818
811
|
"depChecker.startInstallNgrok": "Downloading and installing @NameVersion.",
|
|
819
812
|
"depChecker.finishInstallNgrok": "Successfully installed @NameVersion.",
|
|
820
813
|
"depChecker.finishInstallBicep": "Successfully installed @NameVersion.",
|
|
@@ -826,10 +819,10 @@
|
|
|
826
819
|
"depChecker.useGlobalDotnet": "Using dotnet from PATH:",
|
|
827
820
|
"depChecker.dotnetInstallStderr": "dotnet-install command failed without error exit code but with non-empty standard error.",
|
|
828
821
|
"depChecker.dotnetInstallErrorCode": "dotnet-install command failed.",
|
|
829
|
-
"depChecker.NodeNotFound": "Cannot find Node.js
|
|
822
|
+
"depChecker.NodeNotFound": "Cannot find Node.js. The supported node versions are specified in the package.json. Go to %s to install a supported Node.js. Restart all your Visual Studio Code instances after the installation is finished.",
|
|
830
823
|
"depChecker.NodeNotSupported": "Node.js (@CurrentVersion) is not in the supported version list (@SupportedVersions).\n\nClick \"Learn more\" to learn more about the supported Node.js versions.\n\n(If you just installed Node.js (@SupportedVersions), restart Visual Studio Code for the change to take effect.)",
|
|
831
|
-
"depChecker.V3NodeNotSupported": "Node.js (%s) is not the officially supported version (%s). Your project may continue to work but we recommend to install the supported version. The supported node versions are specified in the package.json. Go to
|
|
832
|
-
"depChecker.NodeNotLts": "Node.js (%s) is not a LTS version (%s). Go to
|
|
824
|
+
"depChecker.V3NodeNotSupported": "Node.js (%s) is not the officially supported version (%s). Your project may continue to work but we recommend to install the supported version. The supported node versions are specified in the package.json. Go to %s to install a supported Node.js.",
|
|
825
|
+
"depChecker.NodeNotLts": "Node.js (%s) is not a LTS version (%s). Go to %s to install a LTS Node.js.",
|
|
833
826
|
"depChecker.dotnetNotFound": "Cannot find @NameVersion. For the details why .NET SDK is needed, refer to @HelpLink",
|
|
834
827
|
"depChecker.depsNotFound": "Cannot find @SupportedPackages.\n\nTeams Toolkit requires these dependencies.\n\nClick \"Install\" to install @InstallPackages.",
|
|
835
828
|
"depChecker.linuxDepsNotFound": "Cannot find @SupportedPackages. Install @SupportedPackages manually and restart Visual Studio Code.",
|
|
@@ -840,9 +833,9 @@
|
|
|
840
833
|
"error.BadComponent": "Component '%s' lacks of property: %s.",
|
|
841
834
|
"error.InvalidFeature": "This feature is not applicable for your project.",
|
|
842
835
|
"error.UpdateAadManifest.MissingEnvHint": "If you are developing with a new project created with Teams Toolkit, running provision or debug will register correct values for these environment variables.",
|
|
836
|
+
"error.driver.outputEnvironmentVariableUndefined": "The output environment variable name(s) are not defined.",
|
|
843
837
|
"driver.aadApp.description.create": "Create an Azure Active Directory app to authenticate users",
|
|
844
838
|
"driver.aadApp.description.update": "Apply Azure Active Directory app manifest to an existing app",
|
|
845
|
-
"driver.aadApp.error.invalidParameter": "Following parameter is missing or invalid for %s action: %s.",
|
|
846
839
|
"driver.aadApp.error.missingEnv": "Environment variable %s is not set.",
|
|
847
840
|
"driver.aadApp.error.missingEnvInFile": "Environment variable %s referenced in %s has no value.",
|
|
848
841
|
"driver.aadApp.error.generateSecretFailed": "Cannot generate client secret.",
|
|
@@ -873,7 +866,7 @@
|
|
|
873
866
|
"driver.botAadApp.log.successCreateBotAad": "Created Azure Active Directory application with client id %s.",
|
|
874
867
|
"driver.botAadApp.log.useExistingBotAad": "Used existing Azure Active Directory application with client id %s.",
|
|
875
868
|
"driver.botAadApp.error.unexpectedEmptyBotPassword": "Bot password is empty. Add it in env file or clear bot id to have bot id/password pair regenerated. action: %s.",
|
|
876
|
-
"driver.arm.description.deploy": "Deploy the given ARM templates to Azure",
|
|
869
|
+
"driver.arm.description.deploy": "Deploy the given ARM templates to Azure.",
|
|
877
870
|
"driver.arm.deploy.progressBar.message": "Deploying the ARM templates to Azure...",
|
|
878
871
|
"debug.warningMessage": "To debug applications in Teams, your localhost server must be on HTTPS.\nFor Teams to trust the self-signed SSL certificate used by the toolkit, a self-signed certificate must be added to your certificate store.\n You may skip this step, but you'll have to manually trust the secure connection in a new browser window when debugging your apps in Teams.\nFor more information \"https://aka.ms/teamsfx-ca-certificate\".",
|
|
879
872
|
"debug.warningMessage2": " You may be asked for your account credentials when installing the certificate.",
|
|
@@ -895,7 +888,7 @@
|
|
|
895
888
|
"driver.prerequisite.error.funcInstallationError": "Unable to check and install Azure Functions Core Tools.",
|
|
896
889
|
"driver.prerequisite.error.dotnetInstallationError": "Unable to check and install .NET Core SDK.",
|
|
897
890
|
"driver.prerequisite.description": "installing dependencies",
|
|
898
|
-
"driver.prerequisite.progressBar": "Checking and installing
|
|
891
|
+
"driver.prerequisite.progressBar": "Checking and installing development tool(s).",
|
|
899
892
|
"driver.prerequisite.summary.devCert.trusted.succuss": "Development certificate for localhost is installed.",
|
|
900
893
|
"driver.prerequisite.summary.devCert.notTrusted.succuss": "Development certificate for localhost is generated.",
|
|
901
894
|
"driver.prerequisite.summary.devCert.skipped": "Skip trusting development certificate for localhost.",
|
|
@@ -910,13 +903,8 @@
|
|
|
910
903
|
"driver.file.progressBar.appsettings": "Generating appsettings...",
|
|
911
904
|
"driver.file.progressBar.env": "Generating environment variables...",
|
|
912
905
|
"driver.deploy.error.restartWebAppError": "Unable to restart web app.\nPlease try to restart the web app manually if the app doesn't work properly.",
|
|
913
|
-
"driver.deploy.UploadToStorageRemoteError": "Unable to upload local path %s to Azure Storage Account due to remote service error.",
|
|
914
|
-
"driver.deploy.ClearStorageRemoteError": "Unable to clear Azure Storage Account due to remote service error.",
|
|
915
906
|
"driver.deploy.notice.deployAcceleration": "Deploying to Azure App Service takes a long time. Consider referring to this document to optimize your deployment:",
|
|
916
907
|
"driver.deploy.notice.deployDryRunComplete": "Deployment preparations are completed. You can find the package in `%s`",
|
|
917
|
-
"driver.deploy.azureAppServiceDeploySummary": "Project deployed to Azure App Service successfully.",
|
|
918
|
-
"driver.deploy.azureFunctionsDeploySummary": "Project deployed to Azure Functions successfully.",
|
|
919
|
-
"driver.deploy.azureStorageDeploySummary": "Project deployed to Azure Storage successfully.",
|
|
920
908
|
"driver.deploy.azureAppServiceDeployDetailSummary": "Successfully deployed `%s` to Azure App Service.",
|
|
921
909
|
"driver.deploy.azureFunctionsDeployDetailSummary": "Successfully deployed `%s` to Azure Functions.",
|
|
922
910
|
"driver.deploy.azureStorageDeployDetailSummary": "Successfully deployed `%s` to Azure Storage.",
|
|
@@ -925,15 +913,8 @@
|
|
|
925
913
|
"driver.deploy.deployToAzureFunctionsDescription": "deploy the project to the Azure Functions.",
|
|
926
914
|
"driver.deploy.deployToAzureStorageDescription": "deploy the project to the Azure Storage.",
|
|
927
915
|
"driver.deploy.enableStaticWebsiteInAzureStorageDescription": "enable static website setting in Azure Storage.",
|
|
928
|
-
"driver.deploy.getStorageContainerError": "Unable to get storage container %s.",
|
|
929
|
-
"driver.deploy.checkContainerStaticWebsiteError": "Unable to check if the container %s enabled static website option.",
|
|
930
|
-
"driver.deploy.checkContainerStaticWebsiteRemoteError": "Unable to check if the container %s enabled static website option due to remote service error.",
|
|
931
|
-
"driver.deploy.enableStaticWebsiteError": "Unable to enable static website option for the container %s.",
|
|
932
|
-
"driver.deploy.enableStaticWebsiteRemoteError": "Unable to enable static website option for the container %s due to remote service error.",
|
|
933
916
|
"driver.common.suggestion.retryLater": "Please try again.",
|
|
934
917
|
"driver.common.FailRetrieveAzureCredentialsRemoteError": "Unable to retrieve Azure credentials due to remote service error.",
|
|
935
|
-
"driver.common.GetContainerRemoteError": "Unable to get container %s from Azure Storage Account.",
|
|
936
|
-
"driver.script.buildSummary": "Running command `%s` at `%s` successfully.",
|
|
937
918
|
"driver.script.dotnetDescription": "running dotnet command.",
|
|
938
919
|
"driver.script.npmDescription": "running npm command.",
|
|
939
920
|
"driver.script.npxDescription": "running npx command.",
|
|
@@ -941,7 +922,6 @@
|
|
|
941
922
|
"driver.m365.acquire.description": "acquire an Microsoft 365 title with the app package",
|
|
942
923
|
"driver.m365.acquire.progress.message": "Acquiring Microsoft 365 title with the app package...",
|
|
943
924
|
"driver.m365.acquire.summary": "The Microsoft 365 title has been acquired successfully (%s).",
|
|
944
|
-
"driver.m365.error.fileNotFound": "The input file not found for %s action: %s.",
|
|
945
925
|
"driver.teamsApp.description.copyAppPackageToSPFxDriver": "copies the generated Teams app package to SPFx solution.",
|
|
946
926
|
"driver.teamsApp.description.createDriver": "create a Teams app.",
|
|
947
927
|
"driver.teamsApp.description.updateDriver": "update a Teams app.",
|
|
@@ -949,11 +929,8 @@
|
|
|
949
929
|
"driver.teamsApp.description.validateDriver": "validate a Teams app.",
|
|
950
930
|
"driver.teamsApp.description.createAppPackageDriver": "build a Teams app package.",
|
|
951
931
|
"driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "Copying Teams app package to SPFx solution...",
|
|
952
|
-
"driver.teamsApp.progressBar.createTeamsAppTitle": "Create Teams app",
|
|
953
932
|
"driver.teamsApp.progressBar.createTeamsAppStepMessage": "Creating Teams app...",
|
|
954
|
-
"driver.teamsApp.progressBar.updateTeamsAppTitle": "Update Teams app",
|
|
955
933
|
"driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Updating Teams app...",
|
|
956
|
-
"driver.teamsApp.progressBar.publishTeamsAppTitle": "Publish Teams app",
|
|
957
934
|
"driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the Teams app has already been submitted to tenant App Catalog",
|
|
958
935
|
"driver.teamsApp.progressBar.publishTeamsAppStep2.1": "Update published Teams app",
|
|
959
936
|
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing Teams app...",
|
|
@@ -964,34 +941,38 @@
|
|
|
964
941
|
"driver.teamsApp.summary.copyAppPackageSuccess": "Teams app %s was successfully copied to %s.",
|
|
965
942
|
"driver.teamsApp.summary.copyIconSuccess": "%s icon(s) were successfully updated under %s.",
|
|
966
943
|
"driver.teamsApp.summary.validate": "Teams Toolkit has checked against all validation rules:\n\nSummary:\n%s.\n%s\n%s\n\nA complete log of validations can be found in %s",
|
|
944
|
+
"driver.teamsApp.summary.validateManifest": "Teams Toolkit has checked manifest with its schema:\n\nSummary:\n%s.\n%s\n",
|
|
967
945
|
"driver.teamsApp.summary.validate.succeed": "%s passed",
|
|
968
946
|
"driver.teamsApp.summary.validate.failed": "%s failed",
|
|
969
|
-
"driver.teamsApp.validate.
|
|
970
|
-
"driver.teamsApp.
|
|
971
|
-
"driver.teamsApp.validate.
|
|
972
|
-
"driver.teamsApp.validate.result": "Teams Toolkit has completed checking your app package against validation rules. %s
|
|
947
|
+
"driver.teamsApp.summary.validate.warning": "%s warning",
|
|
948
|
+
"driver.teamsApp.summary.validate.all": "All",
|
|
949
|
+
"driver.teamsApp.validate.result": "Teams Toolkit has completed checking your app package against validation rules. %s.",
|
|
950
|
+
"driver.teamsApp.validate.result.display": "Teams Toolkit has completed checking your app package against validation rules. %s. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
973
951
|
"error.teamsApp.validate.apiFailed": "Teams app package validation failed due to %s",
|
|
974
|
-
"error.teamsApp.validate.apiFailed.display": "Teams app pacakge validation failed. Check [
|
|
952
|
+
"error.teamsApp.validate.apiFailed.display": "Teams app pacakge validation failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
975
953
|
"error.teamsApp.AppIdNotExistError": "Teams app with ID %s does not exist in Teams Developer Portal.",
|
|
976
954
|
"error.teamsApp.InvalidAppIdError": "Teams app ID %s is invalid, must be a GUID.",
|
|
977
955
|
"driver.botFramework.description": "creates or updates the bot registration on dev.botframework.com",
|
|
978
956
|
"driver.botFramework.summary.create": "The bot registration has been created successfully (%s).",
|
|
979
957
|
"driver.botFramework.summary.update": "The bot registration has been updated successfully (%s).",
|
|
980
958
|
"driver.botFramework.progressBar.createOrUpdateBot": "Creating or updating bot registration.",
|
|
981
|
-
"
|
|
982
|
-
"error.yaml.
|
|
983
|
-
"error.yaml.InvalidYamlSchemaErrorWithReason": "Unable to parse yaml file: %s. Reason: %s",
|
|
959
|
+
"error.yaml.InvalidYamlSchemaError": "Unable to parse yaml file: %s. Please open the yaml file and check the PROBLEMS tab for more details.",
|
|
960
|
+
"error.yaml.InvalidYamlSchemaErrorWithReason": "Unable to parse yaml file: %s. Reason: %s. Please open the yaml file and check the PROBLEMS tab for more details",
|
|
984
961
|
"error.yaml.YamlFieldTypeError": "Field '%s' should have %s type, yaml file: %s",
|
|
985
962
|
"error.yaml.YamlFieldMissingError": "Field '%s' is missing, yaml file: %s",
|
|
986
963
|
"error.yaml.InvalidYmlActionNameError": "Action '%s' not found, yaml file: %s",
|
|
987
964
|
"error.yaml.LifeCycleUndefinedError": "Lifecycle '%s' is undefined, yaml file: %s",
|
|
988
965
|
"error.yaml.InvalidActionInputError": "The '%s' action cannot be completed as the following parameter(s): %s, are either missing or have an invalid value in the provided yaml file: %s. Ensure that the required parameters are provided and have valid values and try again.",
|
|
989
966
|
"error.common.InstallSoftwareError": "Unable to install %s. You can install it manually and restart Visual Studio Code if you are using the Toolkit in Visual Studio Code.",
|
|
990
|
-
"error.common.
|
|
967
|
+
"error.common.MissingEnvironmentVariablesError": "The program cannot proceed as the following environment variables are missing: '%s', which are required for file: %s. Make sure the required variables are set either by editing the .env file '%s' with the correct names and values , or by setting the system environment variables with the correct names and values. If you are developing with a new project created with Teams Toolkit, running provision or debug will register correct values for these environment variables.",
|
|
991
968
|
"error.common.InvalidProjectError": "This command only works for project created by Teams Toolkit.",
|
|
992
969
|
"error.common.FileNotFoundError": "The file or directory is not found: '%s'. Check if it exists and you have permission to access it.",
|
|
993
970
|
"error.common.JSONSyntaxError": "JSON syntax error: %s. Check the JSON syntax to ensure it is properly formatted.",
|
|
994
971
|
"error.common.UnhandledError": "An unexpected error has occurred while performing the %s task. The reason for this error is: %s. Welcome to report this issue by clicking on the provided \"Issue Link\", so that we can investigate and resolve the problem as soon as possible.",
|
|
972
|
+
"error.common.MissingRequiredInputError": "Missing required input: %s",
|
|
973
|
+
"error.common.InputValidationError": "Input '%s' validation failed: %s",
|
|
974
|
+
"error.common.NoEnvFilesError": "Unable to find .env files.",
|
|
975
|
+
"error.upgrade.NoNeedUpgrade": "This project is already the latest, no need to upgrade.",
|
|
995
976
|
"error.collaboration.InvalidManifestError": "Unable to process your manifest file ('%s') due to the absence of the 'id' key. To identify your application correctly, please make sure that the 'id' key is present in the manifest file.",
|
|
996
977
|
"error.collaboration.FailedToLoadManifest": "Unable to load manifest file. Reason: %s.",
|
|
997
978
|
"error.azure.InvalidAzureCredentialError": "Unable to obtain your Azure credentials. Ensure that your Azure account is properly authenticated and try again.",
|
|
@@ -999,23 +980,39 @@
|
|
|
999
980
|
"error.azure.ResourceGroupConflictError": "Resource group '%s' already exists in subscription '%s'. Consider choosing a different name or using the existing resource group for your task.",
|
|
1000
981
|
"error.azure.SelectSubscriptionError": "Unable to select subscription in current account.",
|
|
1001
982
|
"error.azure.ResourceGroupNotExistError": "The resource group '%s' cannot be found in subscription '%s'.",
|
|
983
|
+
"error.azure.CreateResourceGroupError": "Unable to create resource group '%s' in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
|
|
984
|
+
"error.azure.CheckResourceGroupExistenceError": "Unable to check existence of resource group '%s' in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
|
|
985
|
+
"error.azure.ListResourceGroupsError": "Unable to get resource groups in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
|
|
986
|
+
"error.azure.GetResourceGroupError": "Unable to get information of resource group '%s' in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
|
|
987
|
+
"error.azure.ListResourceGroupLocationsError": "Unable to get available resource group locations for subscription '%s'.",
|
|
1002
988
|
"error.m365.M365TokenJSONNotFoundError": "Unable to obtain JSON object for Microsoft 365 token. Ensure that your account is authorized to access the tenant and that the token JSON object is valid.",
|
|
1003
989
|
"error.m365.M365TenantIdNotFoundInTokenError": "Unable to obtain Microsoft 365 tenant ID in token JSON object. Ensure that your account is authorized to access the tenant and that the token JSON object is valid.",
|
|
1004
990
|
"error.m365.M365TenantIdNotMatchError": "Authentication failed. You are currently signed in to Microsoft 365 tenant '%s', which is different from the one specified in the .env file (TEAMS_APP_TENANT_ID='%s'). To resolve this issue and switch to your current signed-in tenant, please remove the values of '%s' from the .env file and try again.",
|
|
1005
991
|
"error.arm.CompileBicepError": "Unable to compile Bicep files located in path '%s' to JSON ARM templates. The error message returned was: %s. Check the Bicep files for any syntax or configuration errors and try again.",
|
|
1006
|
-
"error.arm.
|
|
992
|
+
"error.arm.DownloadBicepCliError": "Unable to download Bicep cli from '%s'. The error message was: %s. Fix the error and try again. Or remove the bicepCliVersion config in the config file teamsapp.yml and Teams Toolkit will use bicep CLI in PATH",
|
|
993
|
+
"error.arm.DeployArmError.Notification": "The ARM templates for deployment name: '%s' could not be deployed in resource group '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
1007
994
|
"error.arm.DeployArmError": "The ARM templates for deployment name: '%s' could not be deployed in resource group '%s' for reason: %s",
|
|
1008
995
|
"error.arm.GetArmDeploymentError": "The ARM templates for deployment name: '%s' could not be deployed in resource group '%s' for reason: %s. \nUnable to get detailed error message due to: %s. \nRefer to the resource group %s in portal for deployment error.",
|
|
1009
996
|
"error.arm.ConvertArmOutputError": "Unable to convert ARM deployment result to action output, there is a duplicated key '%s' in ARM deployment result.",
|
|
1010
997
|
"error.deploy.DeployEmptyFolderError": "Unable to locate any files in the distribution folder: '%s'. Please ensure that the folder is not empty and that all necessary files have been included.",
|
|
1011
998
|
"error.deploy.CheckDeploymentStatusTimeoutError": "Unable to check deployment status because the process timed out. Check your internet connection and try again. If the issue persists, please review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
|
|
1012
|
-
"error.deploy.GetPublishingCredentialsError.Notification": "Unable to obtain publishing credentials of app '%s' in resource group '%s'. Refer to the [
|
|
999
|
+
"error.deploy.GetPublishingCredentialsError.Notification": "Unable to obtain publishing credentials of app '%s' in resource group '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
1013
1000
|
"error.deploy.GetPublishingCredentialsError": "Unable to obtain publishing credentials of app '%s' in resource group '%s' for reason:\n %s.\n Suggestions:\n 1. Verify that the app name and resource group name are spelled correctly and are valid. \n 2. Verify that your Azure account has the necessary permissions to access the API. You may need to elevate your role or request additional permissions from an administrator. \n 3. If the error message includes a specific reason, such as an authentication failure or a network issue, investigate that issue specifically to resolve the error and try again. \n 4. You can test the API in this page: '%s'",
|
|
1014
|
-
"error.deploy.DeployZipPackageError.Notification": "Unable to deploy zip package to endpoint: '%s'. Refer to the [
|
|
1015
|
-
"error.deploy.DeployZipPackageError": "Unable to deploy zip package to endpoint '%s' in Azure due to error: %s. \nSuggestions:\n 1. Verify that your Azure account has the necessary permissions to access the API. \n 2. Verify that the endpoint is properly configured in Azure and that the required resources have been provisioned. \n 3. Ensure that the zip package is valid and free of errors. \n 4. If the error message specifies
|
|
1001
|
+
"error.deploy.DeployZipPackageError.Notification": "Unable to deploy zip package to endpoint: '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details and try again.",
|
|
1002
|
+
"error.deploy.DeployZipPackageError": "Unable to deploy zip package to endpoint '%s' in Azure due to error: %s. \nSuggestions:\n 1. Verify that your Azure account has the necessary permissions to access the API. \n 2. Verify that the endpoint is properly configured in Azure and that the required resources have been provisioned. \n 3. Ensure that the zip package is valid and free of errors. \n 4. If the error message specifies the reason, such as an authentication failure or a network issue, fix the error and try again. \n 5. If the error still persists, you can attempt to deploy the package manually following the guidelines in this link: '%s'",
|
|
1016
1003
|
"error.deploy.CheckDeploymentStatusError": "Unable to check deployment status for location: '%s' due to error: %s. If the issue persists, please review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
|
|
1017
|
-
"error.deploy.DeployRemoteStartError.Notification": "The package has been successfully deployed to Azure for location: '%s', but the application is not able to start. Refer to the [
|
|
1004
|
+
"error.deploy.DeployRemoteStartError.Notification": "The package has been successfully deployed to Azure for location: '%s', but the application is not able to start. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more suggestions.",
|
|
1018
1005
|
"error.deploy.DeployRemoteStartError": "The package has been successfully deployed to Azure for location: '%s', but the application is not able to start due to error: %s.\n If the reason is not clearly specified, here are some suggestions to troubleshoot:\n 1. Check the application logs: Look for any error messages or stack traces in the application logs to identify the root cause of the problem.\n 2. Check the Azure configuration: Ensure that the Azure configuration is correct, including connection strings and application settings.\n 3. Check the application code: Review the code to see if there are any syntax or logic errors that could be causing the issue.\n 4. Check the dependencies: Verify that all dependencies required by the application are correctly installed and updated.\n 5. Restart the application: Try restarting the application in Azure to see if that resolves the issue.\n 6. Check the resource allocation: Make sure that the resource allocation for the Azure instance is appropriate for the application and its workload.\n 7. Seek help from Azure support: If the issue persists, reach out to Azure support for further assistance.",
|
|
1019
1006
|
"error.script.ScriptTimeoutError": "Script execution timeout: %s. Adjust 'timeout' parameter in yaml or improve your script's efficiency.",
|
|
1020
|
-
"error.script.ScriptExecutionError": "%s"
|
|
1007
|
+
"error.script.ScriptExecutionError": "%s",
|
|
1008
|
+
"error.deploy.AzureStorageClearBlobsError.Notification": "Unable to clear blob files in Azure Storage Account '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
1009
|
+
"error.deploy.AzureStorageClearBlobsError": "Unable to clear blob files in Azure Storage Account '%s'. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
|
|
1010
|
+
"error.deploy.AzureStorageUploadFilesError.Notification": "Unable to upload local folder '%s' to Azure Storage Account '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
1011
|
+
"error.deploy.AzureStorageUploadFilesError": "Unable to upload local folder '%s' to Azure Storage Account '%s'. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
|
|
1012
|
+
"error.deploy.AzureStorageGetContainerError.Notification": "Unable to get Azure Storage container '%s' in Azure Storage Account '%s' due to error: %s. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
1013
|
+
"error.deploy.AzureStorageGetContainerError": "Unable to get Azure Storage container '%s' in Azure Storage Account '%s' due to error: %s. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
|
|
1014
|
+
"error.deploy.AzureStorageGetContainerPropertiesError.Notification": "Unable to get properties of container '%s' in Azure Storage Account '%s' due to error: %s. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
1015
|
+
"error.deploy.AzureStorageGetContainerPropertiesError": "Unable to get properties of container '%s' in Azure Storage Account '%s' due to error: %s. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
|
|
1016
|
+
"error.deploy.AzureStorageSetContainerPropertiesError.Notification": "Unable to set properties of container '%s' in Azure Storage Account '%s' due to error: %s. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
1017
|
+
"error.deploy.AzureStorageSetContainerPropertiesError": "Unable to set properties of container '%s' in Azure Storage Account '%s' due to error: %s. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again."
|
|
1021
1018
|
}
|