@microsoft/teamsfx-core 2.0.1 → 2.0.2-alpha.22a5754c6.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/armInterface.d.ts +0 -5
- package/build/common/armInterface.d.ts.map +1 -1
- package/build/common/deps-checker/checkerFactory.d.ts.map +1 -1
- package/build/common/deps-checker/checkerFactory.js +0 -7
- package/build/common/deps-checker/checkerFactory.js.map +1 -1
- package/build/common/deps-checker/constant/helpLink.d.ts +0 -4
- package/build/common/deps-checker/constant/helpLink.d.ts.map +1 -1
- package/build/common/deps-checker/constant/helpLink.js +1 -9
- package/build/common/deps-checker/constant/helpLink.js.map +1 -1
- package/build/common/deps-checker/constant/message.d.ts +0 -5
- package/build/common/deps-checker/constant/message.d.ts.map +1 -1
- package/build/common/deps-checker/constant/message.js +0 -6
- package/build/common/deps-checker/constant/message.js.map +1 -1
- package/build/common/deps-checker/constant/telemetry.d.ts +2 -33
- package/build/common/deps-checker/constant/telemetry.d.ts.map +1 -1
- package/build/common/deps-checker/constant/telemetry.js +0 -31
- package/build/common/deps-checker/constant/telemetry.js.map +1 -1
- package/build/common/deps-checker/depsChecker.d.ts +0 -3
- package/build/common/deps-checker/depsChecker.d.ts.map +1 -1
- package/build/common/deps-checker/depsChecker.js +0 -3
- package/build/common/deps-checker/depsChecker.js.map +1 -1
- package/build/common/deps-checker/depsError.d.ts +0 -12
- package/build/common/deps-checker/depsError.d.ts.map +1 -1
- package/build/common/deps-checker/depsError.js +1 -29
- package/build/common/deps-checker/depsError.js.map +1 -1
- package/build/common/deps-checker/depsManager.d.ts.map +1 -1
- package/build/common/deps-checker/depsManager.js +0 -3
- package/build/common/deps-checker/depsManager.js.map +1 -1
- package/build/common/deps-checker/internal/funcToolChecker.d.ts +2 -2
- package/build/common/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/funcToolChecker.js +4 -2
- package/build/common/deps-checker/internal/funcToolChecker.js.map +1 -1
- package/build/common/deps-checker/internal/nodeChecker.d.ts +0 -20
- package/build/common/deps-checker/internal/nodeChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/nodeChecker.js +1 -51
- package/build/common/deps-checker/internal/nodeChecker.js.map +1 -1
- package/build/common/deps-checker/util/index.d.ts +0 -1
- package/build/common/deps-checker/util/index.d.ts.map +1 -1
- package/build/common/deps-checker/util/index.js +0 -1
- package/build/common/deps-checker/util/index.js.map +1 -1
- package/build/common/jsonUtils.d.ts +1 -0
- package/build/common/jsonUtils.d.ts.map +1 -1
- package/build/common/jsonUtils.js +17 -0
- package/build/common/jsonUtils.js.map +1 -1
- package/build/common/local/localEnvManager.d.ts +0 -9
- package/build/common/local/localEnvManager.d.ts.map +1 -1
- package/build/common/local/localEnvManager.js +1 -60
- 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.map +1 -1
- package/build/common/local/localTelemetryReporter.d.ts.map +1 -1
- package/build/common/local/localTelemetryReporter.js +2 -1
- package/build/common/local/localTelemetryReporter.js.map +1 -1
- package/build/common/m365/launchHelper.d.ts.map +1 -1
- package/build/common/m365/launchHelper.js +3 -5
- package/build/common/m365/launchHelper.js.map +1 -1
- package/build/common/m365/packageService.d.ts.map +1 -1
- package/build/common/m365/packageService.js +9 -5
- package/build/common/m365/packageService.js.map +1 -1
- package/build/common/projectSettingsHelper.d.ts +1 -7
- package/build/common/projectSettingsHelper.d.ts.map +1 -1
- package/build/common/projectSettingsHelper.js +5 -93
- package/build/common/projectSettingsHelper.js.map +1 -1
- package/build/common/projectSettingsHelperV3.d.ts +0 -1
- package/build/common/projectSettingsHelperV3.d.ts.map +1 -1
- package/build/common/projectSettingsHelperV3.js +1 -10
- package/build/common/projectSettingsHelperV3.js.map +1 -1
- package/build/common/samples-config-v3.json +0 -15
- package/build/common/samples.d.ts.map +1 -1
- package/build/common/samples.js +20 -42
- package/build/common/samples.js.map +1 -1
- package/build/common/telemetry.d.ts +2 -14
- package/build/common/telemetry.d.ts.map +1 -1
- package/build/common/telemetry.js +1 -13
- package/build/common/telemetry.js.map +1 -1
- package/build/common/templates-config.json +4 -3
- package/build/common/tools.d.ts +1 -16
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +57 -206
- package/build/common/tools.js.map +1 -1
- package/build/common/versionMetadata.d.ts +1 -3
- package/build/common/versionMetadata.d.ts.map +1 -1
- package/build/common/versionMetadata.js +2 -4
- package/build/common/versionMetadata.js.map +1 -1
- package/build/component/configManager/interface.d.ts +2 -0
- package/build/component/configManager/interface.d.ts.map +1 -1
- package/build/component/configManager/interface.js.map +1 -1
- package/build/component/configManager/lifecycle.d.ts +2 -1
- package/build/component/configManager/lifecycle.d.ts.map +1 -1
- package/build/component/configManager/lifecycle.js +3 -2
- package/build/component/configManager/lifecycle.js.map +1 -1
- package/build/component/configManager/parser.d.ts.map +1 -1
- package/build/component/configManager/parser.js +23 -17
- package/build/component/configManager/parser.js.map +1 -1
- package/build/component/configManager/validator.d.ts +18 -0
- package/build/component/configManager/validator.d.ts.map +1 -0
- package/build/component/configManager/validator.js +54 -0
- package/build/component/configManager/validator.js.map +1 -0
- package/build/component/constant/deployConstant.d.ts.map +1 -1
- package/build/component/constant/deployConstant.js.map +1 -1
- package/build/component/constants.d.ts +5 -296
- package/build/component/constants.d.ts.map +1 -1
- package/build/component/constants.js +17 -496
- package/build/component/constants.js.map +1 -1
- package/build/component/coordinator/index.d.ts +8 -7
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +44 -196
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/deployUtils.d.ts +1 -8
- package/build/component/deployUtils.d.ts.map +1 -1
- package/build/component/deployUtils.js +2 -98
- package/build/component/deployUtils.js.map +1 -1
- package/build/component/driver/aad/create.d.ts.map +1 -1
- package/build/component/driver/aad/create.js +2 -2
- 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 +2 -2
- package/build/component/driver/aad/update.js.map +1 -1
- package/build/component/driver/add/addWebPart.js +3 -3
- package/build/component/driver/add/addWebPart.js.map +1 -1
- package/build/component/driver/arm/deployImpl.d.ts +1 -1
- package/build/component/driver/arm/deployImpl.d.ts.map +1 -1
- package/build/component/driver/arm/deployImpl.js +8 -8
- package/build/component/driver/arm/deployImpl.js.map +1 -1
- package/build/component/driver/arm/util/bicepChecker.d.ts +4 -0
- package/build/component/driver/arm/util/bicepChecker.d.ts.map +1 -0
- package/build/component/{utils/depsChecker → driver/arm/util}/bicepChecker.js +19 -132
- package/build/component/driver/arm/util/bicepChecker.js.map +1 -0
- package/build/component/driver/arm/util/handleError.d.ts +18 -0
- package/build/component/driver/arm/util/handleError.d.ts.map +1 -0
- package/build/component/driver/arm/util/handleError.js +169 -0
- package/build/component/driver/arm/util/handleError.js.map +1 -0
- package/build/component/driver/arm/util/innerHandleError.d.ts +4 -0
- package/build/component/driver/arm/util/innerHandleError.d.ts.map +1 -0
- package/build/component/driver/arm/util/innerHandleError.js +33 -0
- package/build/component/driver/arm/util/innerHandleError.js.map +1 -0
- package/build/component/driver/arm/util/util.d.ts.map +1 -1
- package/build/component/driver/arm/util/util.js.map +1 -1
- package/build/component/driver/arm/validator.d.ts.map +1 -1
- 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 +2 -2
- package/build/component/driver/botAadApp/create.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +10 -10
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -1
- package/build/component/driver/devTool/error/dotnetInstallationUserError.d.ts +1 -1
- package/build/component/driver/devTool/error/dotnetInstallationUserError.d.ts.map +1 -1
- package/build/component/driver/devTool/error/dotnetInstallationUserError.js +4 -2
- package/build/component/driver/devTool/error/dotnetInstallationUserError.js.map +1 -1
- package/build/component/driver/devTool/error/funcInstallationUserError.d.ts +1 -1
- package/build/component/driver/devTool/error/funcInstallationUserError.d.ts.map +1 -1
- package/build/component/driver/devTool/error/funcInstallationUserError.js +4 -2
- package/build/component/driver/devTool/error/funcInstallationUserError.js.map +1 -1
- package/build/component/driver/devTool/installDriver.d.ts +1 -0
- package/build/component/driver/devTool/installDriver.d.ts.map +1 -1
- package/build/component/driver/devTool/installDriver.js +17 -24
- package/build/component/driver/devTool/installDriver.js.map +1 -1
- package/build/component/driver/interface/buildAndDeployArgs.d.ts +11 -11
- package/build/component/driver/interface/buildAndDeployArgs.d.ts.map +1 -1
- package/build/component/driver/interface/stepDriver.d.ts +2 -1
- package/build/component/driver/interface/stepDriver.d.ts.map +1 -1
- package/build/component/driver/script/baseBuildDriver.d.ts.map +1 -1
- package/build/component/driver/script/baseBuildDriver.js +2 -2
- package/build/component/driver/script/baseBuildDriver.js.map +1 -1
- package/build/component/driver/script/scriptDriver.d.ts +11 -1
- package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
- package/build/component/driver/script/scriptDriver.js +121 -4
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts +0 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +1 -11
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.js +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/validate.d.ts +0 -1
- package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validate.js +34 -18
- package/build/component/driver/teamsApp/validate.js.map +1 -1
- package/build/component/feature/bot/question.d.ts.map +1 -1
- package/build/component/feature/bot/question.js +13 -23
- package/build/component/feature/bot/question.js.map +1 -1
- package/build/component/feature/sso.d.ts +0 -4
- package/build/component/feature/sso.d.ts.map +1 -1
- package/build/component/feature/sso.js +10 -144
- package/build/component/feature/sso.js.map +1 -1
- package/build/component/generator/generatorAction.d.ts.map +1 -1
- package/build/component/generator/generatorAction.js +1 -1
- package/build/component/generator/generatorAction.js.map +1 -1
- package/build/component/generator/spfx/depsChecker/dependencyChecker.d.ts +8 -0
- package/build/component/generator/spfx/depsChecker/dependencyChecker.d.ts.map +1 -0
- package/build/component/generator/spfx/depsChecker/dependencyChecker.js.map +1 -0
- package/build/component/{resource → generator}/spfx/depsChecker/generatorChecker.d.ts +1 -4
- package/build/component/generator/spfx/depsChecker/generatorChecker.d.ts.map +1 -0
- package/build/component/{resource → generator}/spfx/depsChecker/generatorChecker.js +0 -39
- package/build/component/generator/spfx/depsChecker/generatorChecker.js.map +1 -0
- package/build/component/{resource → generator}/spfx/depsChecker/yoChecker.d.ts +1 -4
- package/build/component/generator/spfx/depsChecker/yoChecker.d.ts.map +1 -0
- package/build/component/{resource → generator}/spfx/depsChecker/yoChecker.js +0 -33
- package/build/component/generator/spfx/depsChecker/yoChecker.js.map +1 -0
- package/build/component/generator/spfx/error.d.ts +8 -0
- package/build/component/generator/spfx/error.d.ts.map +1 -0
- package/build/component/generator/spfx/error.js +55 -0
- package/build/component/generator/spfx/error.js.map +1 -0
- package/build/component/generator/spfx/spfxGenerator.d.ts.map +1 -0
- package/build/component/generator/{spfxGenerator.js → spfx/spfxGenerator.js} +16 -16
- package/build/component/generator/spfx/spfxGenerator.js.map +1 -0
- package/build/component/{resource → generator}/spfx/utils/constants.d.ts +0 -33
- package/build/component/generator/spfx/utils/constants.d.ts.map +1 -0
- package/build/component/{resource → generator}/spfx/utils/constants.js +1 -39
- package/build/component/generator/spfx/utils/constants.js.map +1 -0
- package/build/component/{resource → generator}/spfx/utils/progress-helper.d.ts +0 -5
- package/build/component/generator/spfx/utils/progress-helper.d.ts.map +1 -0
- package/build/component/generator/spfx/utils/progress-helper.js +21 -0
- package/build/component/generator/spfx/utils/progress-helper.js.map +1 -0
- package/build/component/generator/spfx/utils/question-helper.d.ts.map +1 -0
- package/build/component/generator/spfx/utils/question-helper.js.map +1 -0
- package/build/component/{resource → generator}/spfx/utils/questions.d.ts +0 -1
- package/build/component/generator/spfx/utils/questions.d.ts.map +1 -0
- package/build/component/{resource → generator}/spfx/utils/questions.js +2 -27
- package/build/component/generator/spfx/utils/questions.js.map +1 -0
- package/build/component/generator/spfx/utils/telemetry-helper.d.ts.map +1 -0
- package/build/component/generator/spfx/utils/telemetry-helper.js.map +1 -0
- package/build/component/generator/spfx/utils/telemetryEvents.d.ts.map +1 -0
- package/build/component/generator/spfx/utils/telemetryEvents.js.map +1 -0
- package/build/component/generator/spfx/utils/utils.d.ts.map +1 -0
- package/build/component/generator/spfx/utils/utils.js.map +1 -0
- package/build/component/generator/utils.d.ts +1 -0
- package/build/component/generator/utils.d.ts.map +1 -1
- package/build/component/generator/utils.js +18 -3
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/messages.d.ts +0 -61
- package/build/component/messages.d.ts.map +1 -1
- package/build/component/messages.js +1 -91
- package/build/component/messages.js.map +1 -1
- package/build/component/middleware/actionExecutionMW.d.ts.map +1 -1
- package/build/component/middleware/actionExecutionMW.js +4 -2
- package/build/component/middleware/actionExecutionMW.js.map +1 -1
- package/build/component/middleware/envMW.d.ts.map +1 -1
- package/build/component/middleware/envMW.js +2 -1
- package/build/component/middleware/envMW.js.map +1 -1
- package/build/component/middleware/questionMW.d.ts.map +1 -1
- package/build/component/middleware/questionMW.js +2 -1
- package/build/component/middleware/questionMW.js.map +1 -1
- package/build/component/migrate.d.ts +0 -1
- package/build/component/migrate.d.ts.map +1 -1
- package/build/component/migrate.js +1 -9
- package/build/component/migrate.js.map +1 -1
- package/build/component/provisionUtils.d.ts +2 -23
- package/build/component/provisionUtils.d.ts.map +1 -1
- package/build/component/provisionUtils.js +7 -524
- package/build/component/provisionUtils.js.map +1 -1
- package/build/component/question.d.ts +3 -64
- package/build/component/question.d.ts.map +1 -1
- package/build/component/question.js +61 -663
- package/build/component/question.js.map +1 -1
- package/build/component/registerService.d.ts +0 -16
- package/build/component/registerService.d.ts.map +1 -1
- package/build/component/registerService.js +0 -16
- package/build/component/registerService.js.map +1 -1
- package/build/component/resource/aadApp/aadApp.d.ts +2 -56
- package/build/component/resource/aadApp/aadApp.d.ts.map +1 -1
- package/build/component/resource/aadApp/aadApp.js +4 -137
- package/build/component/resource/aadApp/aadApp.js.map +1 -1
- package/build/component/resource/aadApp/aadAppClient.d.ts +1 -17
- package/build/component/resource/aadApp/aadAppClient.d.ts.map +1 -1
- package/build/component/resource/aadApp/aadAppClient.js +0 -253
- package/build/component/resource/aadApp/aadAppClient.js.map +1 -1
- package/build/component/resource/aadApp/aadAppForTeamsImpl.d.ts +1 -17
- package/build/component/resource/aadApp/aadAppForTeamsImpl.d.ts.map +1 -1
- package/build/component/resource/aadApp/aadAppForTeamsImpl.js +4 -368
- package/build/component/resource/aadApp/aadAppForTeamsImpl.js.map +1 -1
- package/build/component/resource/aadApp/constants.d.ts +0 -94
- package/build/component/resource/aadApp/constants.d.ts.map +1 -1
- package/build/component/resource/aadApp/constants.js +1 -185
- package/build/component/resource/aadApp/constants.js.map +1 -1
- package/build/component/resource/aadApp/errors.d.ts +0 -38
- package/build/component/resource/aadApp/errors.d.ts.map +1 -1
- package/build/component/resource/aadApp/errors.js +1 -234
- package/build/component/resource/aadApp/errors.js.map +1 -1
- package/build/component/resource/aadApp/graph.d.ts +0 -6
- package/build/component/resource/aadApp/graph.d.ts.map +1 -1
- package/build/component/resource/aadApp/graph.js +0 -69
- package/build/component/resource/aadApp/graph.js.map +1 -1
- package/build/component/resource/aadApp/permissions/index.d.ts +0 -4
- package/build/component/resource/aadApp/permissions/index.d.ts.map +1 -1
- package/build/component/resource/aadApp/permissions/index.js +1 -32
- package/build/component/resource/aadApp/permissions/index.js.map +1 -1
- package/build/component/resource/aadApp/utils/aadManifestHelper.js +2 -1
- package/build/component/resource/aadApp/utils/aadManifestHelper.js.map +1 -1
- package/build/component/resource/aadApp/utils/configs.d.ts +0 -82
- package/build/component/resource/aadApp/utils/configs.d.ts.map +1 -1
- package/build/component/resource/aadApp/utils/configs.js +1 -560
- package/build/component/resource/aadApp/utils/configs.js.map +1 -1
- package/build/component/resource/aadApp/utils/telemetry.d.ts +0 -11
- package/build/component/resource/aadApp/utils/telemetry.d.ts.map +1 -1
- package/build/component/resource/aadApp/utils/telemetry.js +0 -14
- package/build/component/resource/aadApp/utils/telemetry.js.map +1 -1
- package/build/component/resource/aadApp/utils/tokenProvider.d.ts +1 -2
- package/build/component/resource/aadApp/utils/tokenProvider.d.ts.map +1 -1
- package/build/component/resource/aadApp/utils/tokenProvider.js +1 -26
- package/build/component/resource/aadApp/utils/tokenProvider.js.map +1 -1
- package/build/component/resource/aadApp/utils.d.ts +2 -4
- package/build/component/resource/aadApp/utils.d.ts.map +1 -1
- package/build/component/resource/aadApp/utils.js +11 -169
- package/build/component/resource/aadApp/utils.js.map +1 -1
- package/build/component/resource/appManifest/appManifest.d.ts +0 -6
- package/build/component/resource/appManifest/appManifest.d.ts.map +1 -1
- package/build/component/resource/appManifest/appManifest.js +24 -247
- package/build/component/resource/appManifest/appManifest.js.map +1 -1
- package/build/component/resource/appManifest/appStudio.d.ts +1 -21
- package/build/component/resource/appManifest/appStudio.d.ts.map +1 -1
- package/build/component/resource/appManifest/appStudio.js +18 -260
- package/build/component/resource/appManifest/appStudio.js.map +1 -1
- package/build/component/resource/appManifest/utils/ManifestUtils.d.ts +1 -1
- package/build/component/resource/appManifest/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/resource/appManifest/utils/ManifestUtils.js +1 -9
- package/build/component/resource/appManifest/utils/ManifestUtils.js.map +1 -1
- package/build/component/resource/botService/appStudio/appStudioClient.d.ts.map +1 -1
- package/build/component/resource/botService/appStudio/appStudioClient.js +1 -3
- package/build/component/resource/botService/appStudio/appStudioClient.js.map +1 -1
- package/build/component/resource/botService/botRegistration/botRegistration.d.ts.map +1 -1
- package/build/component/resource/botService/botRegistration/botRegistration.js +5 -4
- package/build/component/resource/botService/botRegistration/botRegistration.js.map +1 -1
- package/build/component/resource/botService/errors.d.ts +4 -2
- package/build/component/resource/botService/errors.d.ts.map +1 -1
- package/build/component/resource/botService/errors.js +16 -43
- package/build/component/resource/botService/errors.js.map +1 -1
- package/build/component/resource/botService/messages.d.ts +0 -3
- package/build/component/resource/botService/messages.d.ts.map +1 -1
- package/build/component/resource/botService/messages.js +0 -3
- package/build/component/resource/botService/messages.js.map +1 -1
- package/build/component/resource/botService/resourceNameFactory.d.ts.map +1 -1
- package/build/component/resource/botService/resourceNameFactory.js +2 -2
- package/build/component/resource/botService/resourceNameFactory.js.map +1 -1
- package/build/component/utils/ResourceGroupHelper.d.ts +1 -5
- package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -1
- package/build/component/utils/ResourceGroupHelper.js +2 -7
- package/build/component/utils/ResourceGroupHelper.js.map +1 -1
- package/build/component/utils/charsetUtils.d.ts +3 -0
- package/build/component/utils/charsetUtils.d.ts.map +1 -0
- package/build/component/utils/charsetUtils.js +241 -0
- package/build/component/utils/charsetUtils.js.map +1 -0
- package/build/component/utils/common.d.ts +0 -10
- package/build/component/utils/common.d.ts.map +1 -1
- package/build/component/utils/common.js +1 -11
- package/build/component/utils/common.js.map +1 -1
- package/build/component/utils/depsChecker/common.d.ts +0 -1
- package/build/component/utils/depsChecker/common.d.ts.map +1 -1
- package/build/component/utils/depsChecker/common.js +0 -1
- package/build/component/utils/depsChecker/common.js.map +1 -1
- package/build/component/utils/envUtil.d.ts.map +1 -1
- package/build/component/utils/envUtil.js +4 -1
- package/build/component/utils/envUtil.js.map +1 -1
- package/build/component/utils/fileOperation.d.ts +0 -7
- package/build/component/utils/fileOperation.d.ts.map +1 -1
- package/build/component/utils/fileOperation.js +1 -26
- package/build/component/utils/fileOperation.js.map +1 -1
- package/build/component/utils/metadataUtil.d.ts.map +1 -1
- package/build/component/utils/metadataUtil.js +10 -7
- package/build/component/utils/metadataUtil.js.map +1 -1
- package/build/component/utils/pathUtils.d.ts.map +1 -1
- package/build/component/utils/pathUtils.js +11 -10
- package/build/component/utils/pathUtils.js.map +1 -1
- package/build/component/utils/settingsUtil.js +3 -3
- package/build/component/utils/settingsUtil.js.map +1 -1
- package/build/component/utils.d.ts +1 -29
- package/build/component/utils.d.ts.map +1 -1
- package/build/component/utils.js +24 -501
- package/build/component/utils.js.map +1 -1
- package/build/component/workflow.d.ts +0 -2
- package/build/component/workflow.d.ts.map +1 -1
- package/build/component/workflow.js +1 -692
- package/build/component/workflow.js.map +1 -1
- package/build/core/FxCore.d.ts +26 -42
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +86 -665
- package/build/core/FxCore.js.map +1 -1
- package/build/core/FxCoreImplementV3.d.ts +14 -8
- package/build/core/FxCoreImplementV3.d.ts.map +1 -1
- package/build/core/FxCoreImplementV3.js +94 -122
- package/build/core/FxCoreImplementV3.js.map +1 -1
- package/build/core/collaborator.d.ts +2 -0
- package/build/core/collaborator.d.ts.map +1 -1
- package/build/core/collaborator.js +2 -0
- package/build/core/collaborator.js.map +1 -1
- package/build/core/environment.d.ts +2 -5
- package/build/core/environment.d.ts.map +1 -1
- package/build/core/environment.js +45 -122
- package/build/core/environment.js.map +1 -1
- package/build/core/error.d.ts +1 -37
- package/build/core/error.d.ts.map +1 -1
- package/build/core/error.js +1 -132
- package/build/core/error.js.map +1 -1
- package/build/core/globalVars.d.ts +0 -1
- package/build/core/globalVars.d.ts.map +1 -1
- package/build/core/globalVars.js +1 -15
- package/build/core/globalVars.js.map +1 -1
- package/build/core/middleware/concurrentLocker.d.ts.map +1 -1
- package/build/core/middleware/concurrentLocker.js +3 -3
- package/build/core/middleware/concurrentLocker.js.map +1 -1
- package/build/core/middleware/envInfoLoaderV3.d.ts +1 -10
- package/build/core/middleware/envInfoLoaderV3.d.ts.map +1 -1
- package/build/core/middleware/envInfoLoaderV3.js +3 -208
- package/build/core/middleware/envInfoLoaderV3.js.map +1 -1
- package/build/core/middleware/errorHandler.d.ts.map +1 -1
- package/build/core/middleware/errorHandler.js +2 -1
- package/build/core/middleware/errorHandler.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 +55 -61
- package/build/core/middleware/projectMigratorV3.js.map +1 -1
- package/build/core/middleware/projectSettingsLoader.d.ts +1 -4
- package/build/core/middleware/projectSettingsLoader.d.ts.map +1 -1
- package/build/core/middleware/projectSettingsLoader.js +14 -78
- package/build/core/middleware/projectSettingsLoader.js.map +1 -1
- package/build/core/middleware/projectVersionChecker.d.ts.map +1 -1
- package/build/core/middleware/projectVersionChecker.js +10 -23
- package/build/core/middleware/projectVersionChecker.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 +10 -55
- package/build/core/middleware/questionModel.js.map +1 -1
- package/build/core/middleware/utils/MigrationUtils.d.ts +0 -10
- package/build/core/middleware/utils/MigrationUtils.d.ts.map +1 -1
- package/build/core/middleware/utils/MigrationUtils.js +1 -77
- package/build/core/middleware/utils/MigrationUtils.js.map +1 -1
- package/build/core/middleware/utils/migrationContext.d.ts.map +1 -1
- package/build/core/middleware/utils/migrationContext.js +0 -4
- package/build/core/middleware/utils/migrationContext.js.map +1 -1
- package/build/core/middleware/utils/v3MigrationUtils.d.ts +0 -2
- package/build/core/middleware/utils/v3MigrationUtils.d.ts.map +1 -1
- package/build/core/middleware/utils/v3MigrationUtils.js +1 -17
- package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
- package/build/core/question.d.ts +2 -12
- package/build/core/question.d.ts.map +1 -1
- package/build/core/question.js +18 -240
- package/build/core/question.js.map +1 -1
- package/build/core/types.d.ts +0 -10
- package/build/core/types.d.ts.map +1 -1
- package/build/error/azure.d.ts +3 -3
- package/build/error/azure.d.ts.map +1 -1
- package/build/error/azure.js +6 -6
- package/build/error/azure.js.map +1 -1
- package/build/error/common.d.ts +28 -3
- package/build/error/common.d.ts.map +1 -1
- package/build/error/common.js +109 -7
- package/build/error/common.js.map +1 -1
- package/build/error/index.d.ts +8 -0
- package/build/error/index.d.ts.map +1 -1
- package/build/error/index.js +10 -0
- package/build/error/index.js.map +1 -1
- package/build/error/script.d.ts +1 -1
- package/build/error/script.d.ts.map +1 -1
- package/build/error/script.js +3 -3
- package/build/error/script.js.map +1 -1
- package/build/index.d.ts +3 -3
- package/build/index.d.ts.map +1 -1
- package/build/index.js +4 -5
- package/build/index.js.map +1 -1
- package/build/ui/visitor.d.ts +11 -0
- package/build/ui/visitor.d.ts.map +1 -0
- package/build/ui/visitor.js +374 -0
- package/build/ui/visitor.js.map +1 -0
- package/package.json +16 -34
- package/resource/package.nls.json +16 -358
- package/resource/yaml-schema/1.1.0/yaml.schema.json +1459 -0
- 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/build/common/azure-hosting/azureAppServiceHosting.d.ts +0 -16
- package/build/common/azure-hosting/azureAppServiceHosting.d.ts.map +0 -1
- package/build/common/azure-hosting/azureAppServiceHosting.js +0 -33
- package/build/common/azure-hosting/azureAppServiceHosting.js.map +0 -1
- package/build/common/azure-hosting/azureFunctionHosting.d.ts +0 -14
- package/build/common/azure-hosting/azureFunctionHosting.d.ts.map +0 -1
- package/build/common/azure-hosting/azureFunctionHosting.js +0 -34
- package/build/common/azure-hosting/azureFunctionHosting.js.map +0 -1
- package/build/common/azure-hosting/azureHosting.d.ts +0 -23
- package/build/common/azure-hosting/azureHosting.d.ts.map +0 -1
- package/build/common/azure-hosting/azureHosting.js +0 -95
- package/build/common/azure-hosting/azureHosting.js.map +0 -1
- package/build/common/azure-hosting/azureOps.d.ts +0 -17
- package/build/common/azure-hosting/azureOps.d.ts.map +0 -1
- package/build/common/azure-hosting/azureOps.js +0 -94
- package/build/common/azure-hosting/azureOps.js.map +0 -1
- package/build/common/azure-hosting/hostingConstant.d.ts +0 -46
- package/build/common/azure-hosting/hostingConstant.d.ts.map +0 -1
- package/build/common/azure-hosting/hostingConstant.js +0 -86
- package/build/common/azure-hosting/hostingConstant.js.map +0 -1
- package/build/common/azure-hosting/hostingError.d.ts +0 -47
- package/build/common/azure-hosting/hostingError.d.ts.map +0 -1
- package/build/common/azure-hosting/hostingError.js +0 -83
- package/build/common/azure-hosting/hostingError.js.map +0 -1
- package/build/common/azure-hosting/hostingFactory.d.ts +0 -6
- package/build/common/azure-hosting/hostingFactory.d.ts.map +0 -1
- package/build/common/azure-hosting/hostingFactory.js +0 -22
- package/build/common/azure-hosting/hostingFactory.js.map +0 -1
- package/build/common/azure-hosting/interfaces.d.ts +0 -58
- package/build/common/azure-hosting/interfaces.d.ts.map +0 -1
- package/build/common/azure-hosting/interfaces.js +0 -12
- package/build/common/azure-hosting/interfaces.js.map +0 -1
- package/build/common/azure-hosting/messages.d.ts +0 -10
- package/build/common/azure-hosting/messages.d.ts.map +0 -1
- package/build/common/azure-hosting/messages.js +0 -16
- package/build/common/azure-hosting/messages.js.map +0 -1
- package/build/common/azure-hosting/utils.d.ts +0 -10
- package/build/common/azure-hosting/utils.d.ts.map +0 -1
- package/build/common/azure-hosting/utils.js +0 -107
- package/build/common/azure-hosting/utils.js.map +0 -1
- package/build/common/cpUtils.d.ts +0 -12
- package/build/common/cpUtils.d.ts.map +0 -1
- package/build/common/cpUtils.js +0 -68
- package/build/common/cpUtils.js.map +0 -1
- package/build/common/deps-checker/internal/ngrokChecker.d.ts +0 -27
- package/build/common/deps-checker/internal/ngrokChecker.d.ts.map +0 -1
- package/build/common/deps-checker/internal/ngrokChecker.js +0 -222
- package/build/common/deps-checker/internal/ngrokChecker.js.map +0 -1
- package/build/common/deps-checker/util/extensionInstaller.d.ts +0 -3
- package/build/common/deps-checker/util/extensionInstaller.d.ts.map +0 -1
- package/build/common/deps-checker/util/extensionInstaller.js +0 -47
- package/build/common/deps-checker/util/extensionInstaller.js.map +0 -1
- package/build/common/samples-config.json +0 -201
- package/build/common/template-utils/templates.d.ts +0 -8
- package/build/common/template-utils/templates.d.ts.map +0 -1
- package/build/common/template-utils/templates.js +0 -27
- package/build/common/template-utils/templates.js.map +0 -1
- package/build/common/template-utils/templatesActions.d.ts +0 -42
- package/build/common/template-utils/templatesActions.d.ts.map +0 -1
- package/build/common/template-utils/templatesActions.js +0 -167
- package/build/common/template-utils/templatesActions.js.map +0 -1
- package/build/common/template-utils/templatesUtils.d.ts +0 -15
- package/build/common/template-utils/templatesUtils.d.ts.map +0 -1
- package/build/common/template-utils/templatesUtils.js +0 -120
- package/build/common/template-utils/templatesUtils.js.map +0 -1
- package/build/component/arm.d.ts +0 -42
- package/build/component/arm.d.ts.map +0 -1
- package/build/component/arm.js +0 -653
- package/build/component/arm.js.map +0 -1
- package/build/component/bicep.d.ts +0 -8
- package/build/component/bicep.d.ts.map +0 -1
- package/build/component/bicep.js +0 -49
- package/build/component/bicep.js.map +0 -1
- package/build/component/code/api/apiCode.d.ts +0 -13
- package/build/component/code/api/apiCode.d.ts.map +0 -1
- package/build/component/code/api/apiCode.js +0 -154
- package/build/component/code/api/apiCode.js.map +0 -1
- package/build/component/code/api/depsChecker/funcHelper.d.ts +0 -11
- package/build/component/code/api/depsChecker/funcHelper.d.ts.map +0 -1
- package/build/component/code/api/depsChecker/funcHelper.js +0 -55
- package/build/component/code/api/depsChecker/funcHelper.js.map +0 -1
- package/build/component/code/api/depsChecker/funcPluginLogger.d.ts +0 -17
- package/build/component/code/api/depsChecker/funcPluginLogger.d.ts.map +0 -1
- package/build/component/code/api/depsChecker/funcPluginLogger.js +0 -52
- package/build/component/code/api/depsChecker/funcPluginLogger.js.map +0 -1
- package/build/component/code/api/depsChecker/funcPluginTelemetry.d.ts +0 -15
- package/build/component/code/api/depsChecker/funcPluginTelemetry.d.ts.map +0 -1
- package/build/component/code/api/depsChecker/funcPluginTelemetry.js +0 -53
- package/build/component/code/api/depsChecker/funcPluginTelemetry.js.map +0 -1
- package/build/component/code/api/enums.d.ts +0 -11
- package/build/component/code/api/enums.d.ts.map +0 -1
- package/build/component/code/api/enums.js +0 -18
- package/build/component/code/api/enums.js.map +0 -1
- package/build/component/code/api/language-strategy.d.ts +0 -15
- package/build/component/code/api/language-strategy.d.ts.map +0 -1
- package/build/component/code/api/language-strategy.js +0 -51
- package/build/component/code/api/language-strategy.js.map +0 -1
- package/build/component/code/api/scaffold.d.ts +0 -13
- package/build/component/code/api/scaffold.d.ts.map +0 -1
- package/build/component/code/api/scaffold.js +0 -83
- package/build/component/code/api/scaffold.js.map +0 -1
- package/build/component/code/api/telemetry-helper.d.ts +0 -20
- package/build/component/code/api/telemetry-helper.d.ts.map +0 -1
- package/build/component/code/api/telemetry-helper.js +0 -43
- package/build/component/code/api/telemetry-helper.js.map +0 -1
- package/build/component/code/appSettingUtils.d.ts +0 -17
- package/build/component/code/appSettingUtils.d.ts.map +0 -1
- package/build/component/code/appSettingUtils.js +0 -106
- package/build/component/code/appSettingUtils.js.map +0 -1
- package/build/component/code/appSettings/baseAppSettings.json +0 -10
- package/build/component/code/appSettings/botAppSettings.json +0 -4
- package/build/component/code/appSettings/ssoBlazorAppSettings.json +0 -9
- package/build/component/code/appSettings/ssoBotAppSettings.json +0 -13
- package/build/component/code/botCode.d.ts +0 -14
- package/build/component/code/botCode.d.ts.map +0 -1
- package/build/component/code/botCode.js +0 -198
- package/build/component/code/botCode.js.map +0 -1
- package/build/component/code/constants.d.ts +0 -32
- package/build/component/code/constants.d.ts.map +0 -1
- package/build/component/code/constants.js +0 -38
- package/build/component/code/constants.js.map +0 -1
- package/build/component/code/error.d.ts +0 -11
- package/build/component/code/error.d.ts.map +0 -1
- package/build/component/code/error.js +0 -41
- package/build/component/code/error.js.map +0 -1
- package/build/component/code/spfxTabCode.d.ts +0 -11
- package/build/component/code/spfxTabCode.d.ts.map +0 -1
- package/build/component/code/spfxTabCode.js +0 -237
- package/build/component/code/spfxTabCode.js.map +0 -1
- package/build/component/code/tab/constants.d.ts +0 -7
- package/build/component/code/tab/constants.d.ts.map +0 -1
- package/build/component/code/tab/constants.js +0 -17
- package/build/component/code/tab/constants.js.map +0 -1
- package/build/component/code/tab/deploy.d.ts +0 -16
- package/build/component/code/tab/deploy.d.ts.map +0 -1
- package/build/component/code/tab/deploy.js +0 -95
- package/build/component/code/tab/deploy.js.map +0 -1
- package/build/component/code/tab/env.d.ts +0 -23
- package/build/component/code/tab/env.d.ts.map +0 -1
- package/build/component/code/tab/env.js +0 -101
- package/build/component/code/tab/env.js.map +0 -1
- package/build/component/code/tab/tabCode.d.ts +0 -17
- package/build/component/code/tab/tabCode.d.ts.map +0 -1
- package/build/component/code/tab/tabCode.js +0 -248
- package/build/component/code/tab/tabCode.js.map +0 -1
- package/build/component/code/utils.d.ts +0 -12
- package/build/component/code/utils.d.ts.map +0 -1
- package/build/component/code/utils.js +0 -193
- package/build/component/code/utils.js.map +0 -1
- package/build/component/connection/apimConfig.d.ts +0 -11
- package/build/component/connection/apimConfig.d.ts.map +0 -1
- package/build/component/connection/apimConfig.js +0 -44
- package/build/component/connection/apimConfig.js.map +0 -1
- package/build/component/connection/azureFunctionConfig.d.ts +0 -9
- package/build/component/connection/azureFunctionConfig.d.ts.map +0 -1
- package/build/component/connection/azureFunctionConfig.js +0 -25
- package/build/component/connection/azureFunctionConfig.js.map +0 -1
- package/build/component/connection/azureResourceConfig.d.ts +0 -11
- package/build/component/connection/azureResourceConfig.d.ts.map +0 -1
- package/build/component/connection/azureResourceConfig.js +0 -72
- package/build/component/connection/azureResourceConfig.js.map +0 -1
- package/build/component/connection/azureWebAppConfig.d.ts +0 -9
- package/build/component/connection/azureWebAppConfig.d.ts.map +0 -1
- package/build/component/connection/azureWebAppConfig.js +0 -25
- package/build/component/connection/azureWebAppConfig.js.map +0 -1
- package/build/component/coordinator/lifecycleStage.d.ts +0 -2
- package/build/component/coordinator/lifecycleStage.d.ts.map +0 -1
- package/build/component/coordinator/lifecycleStage.js +0 -23
- package/build/component/coordinator/lifecycleStage.js.map +0 -1
- package/build/component/core.d.ts +0 -65
- package/build/component/core.d.ts.map +0 -1
- package/build/component/core.js +0 -653
- package/build/component/core.js.map +0 -1
- package/build/component/debug/error.d.ts +0 -8
- package/build/component/debug/error.d.ts.map +0 -1
- package/build/component/debug/error.js +0 -49
- package/build/component/debug/error.js.map +0 -1
- package/build/component/debug/index.d.ts +0 -30
- package/build/component/debug/index.d.ts.map +0 -1
- package/build/component/debug/index.js +0 -541
- package/build/component/debug/index.js.map +0 -1
- package/build/component/debug/util/ngrok.d.ts +0 -6
- package/build/component/debug/util/ngrok.d.ts.map +0 -1
- package/build/component/debug/util/ngrok.js +0 -65
- package/build/component/debug/util/ngrok.js.map +0 -1
- package/build/component/debugHandler/appManifest.d.ts +0 -24
- package/build/component/debugHandler/appManifest.d.ts.map +0 -1
- package/build/component/debugHandler/appManifest.js +0 -172
- package/build/component/debugHandler/appManifest.js.map +0 -1
- package/build/component/debugHandler/bot.d.ts +0 -28
- package/build/component/debugHandler/bot.d.ts.map +0 -1
- package/build/component/debugHandler/bot.js +0 -257
- package/build/component/debugHandler/bot.js.map +0 -1
- package/build/component/debugHandler/common.d.ts +0 -6
- package/build/component/debugHandler/common.d.ts.map +0 -1
- package/build/component/debugHandler/common.js +0 -5
- package/build/component/debugHandler/common.js.map +0 -1
- package/build/component/debugHandler/error.d.ts +0 -8
- package/build/component/debugHandler/error.d.ts.map +0 -1
- package/build/component/debugHandler/error.js +0 -31
- package/build/component/debugHandler/error.js.map +0 -1
- package/build/component/debugHandler/index.d.ts +0 -8
- package/build/component/debugHandler/index.d.ts.map +0 -1
- package/build/component/debugHandler/index.js +0 -13
- package/build/component/debugHandler/index.js.map +0 -1
- package/build/component/debugHandler/localEnvProvider.d.ts +0 -85
- package/build/component/debugHandler/localEnvProvider.d.ts.map +0 -1
- package/build/component/debugHandler/localEnvProvider.js +0 -172
- package/build/component/debugHandler/localEnvProvider.js.map +0 -1
- package/build/component/debugHandler/sso.d.ts +0 -29
- package/build/component/debugHandler/sso.d.ts.map +0 -1
- package/build/component/debugHandler/sso.js +0 -347
- package/build/component/debugHandler/sso.js.map +0 -1
- package/build/component/debugHandler/tab.d.ts +0 -22
- package/build/component/debugHandler/tab.d.ts.map +0 -1
- package/build/component/debugHandler/tab.js +0 -122
- package/build/component/debugHandler/tab.js.map +0 -1
- package/build/component/debugHandler/utils.d.ts +0 -3
- package/build/component/debugHandler/utils.d.ts.map +0 -1
- package/build/component/debugHandler/utils.js +0 -47
- package/build/component/debugHandler/utils.js.map +0 -1
- package/build/component/envManager.d.ts +0 -4
- package/build/component/envManager.d.ts.map +0 -1
- package/build/component/envManager.js +0 -25
- package/build/component/envManager.js.map +0 -1
- package/build/component/error.d.ts +0 -25
- package/build/component/error.d.ts.map +0 -1
- package/build/component/error.js +0 -74
- package/build/component/error.js.map +0 -1
- package/build/component/feature/api/api.d.ts +0 -8
- package/build/component/feature/api/api.d.ts.map +0 -1
- package/build/component/feature/api/api.js +0 -188
- package/build/component/feature/api/api.js.map +0 -1
- package/build/component/feature/api/constants.d.ts +0 -4
- package/build/component/feature/api/constants.d.ts.map +0 -1
- package/build/component/feature/api/constants.js +0 -9
- package/build/component/feature/api/constants.js.map +0 -1
- package/build/component/feature/api/question.d.ts +0 -3
- package/build/component/feature/api/question.d.ts.map +0 -1
- package/build/component/feature/api/question.js +0 -13
- package/build/component/feature/api/question.js.map +0 -1
- package/build/component/feature/apiconnector/ApiConnectorImpl.d.ts +0 -23
- package/build/component/feature/apiconnector/ApiConnectorImpl.d.ts.map +0 -1
- package/build/component/feature/apiconnector/ApiConnectorImpl.js +0 -288
- package/build/component/feature/apiconnector/ApiConnectorImpl.js.map +0 -1
- package/build/component/feature/apiconnector/apiConnector.d.ts +0 -11
- package/build/component/feature/apiconnector/apiConnector.d.ts.map +0 -1
- package/build/component/feature/apiconnector/apiConnector.js +0 -43
- package/build/component/feature/apiconnector/apiConnector.js.map +0 -1
- package/build/component/feature/apiconnector/checker.d.ts +0 -7
- package/build/component/feature/apiconnector/checker.d.ts.map +0 -1
- package/build/component/feature/apiconnector/checker.js +0 -74
- package/build/component/feature/apiconnector/checker.js.map +0 -1
- package/build/component/feature/apiconnector/config.d.ts +0 -23
- package/build/component/feature/apiconnector/config.d.ts.map +0 -1
- package/build/component/feature/apiconnector/config.js +0 -5
- package/build/component/feature/apiconnector/config.js.map +0 -1
- package/build/component/feature/apiconnector/constants.d.ts +0 -50
- package/build/component/feature/apiconnector/constants.d.ts.map +0 -1
- package/build/component/feature/apiconnector/constants.js +0 -61
- package/build/component/feature/apiconnector/constants.js.map +0 -1
- package/build/component/feature/apiconnector/depsHandler.d.ts +0 -14
- package/build/component/feature/apiconnector/depsHandler.d.ts.map +0 -1
- package/build/component/feature/apiconnector/depsHandler.js +0 -109
- package/build/component/feature/apiconnector/depsHandler.js.map +0 -1
- package/build/component/feature/apiconnector/envHandler.d.ts +0 -21
- package/build/component/feature/apiconnector/envHandler.d.ts.map +0 -1
- package/build/component/feature/apiconnector/envHandler.js +0 -128
- package/build/component/feature/apiconnector/envHandler.js.map +0 -1
- package/build/component/feature/apiconnector/errors.d.ts +0 -53
- package/build/component/feature/apiconnector/errors.d.ts.map +0 -1
- package/build/component/feature/apiconnector/errors.js +0 -64
- package/build/component/feature/apiconnector/errors.js.map +0 -1
- package/build/component/feature/apiconnector/questions.d.ts +0 -41
- package/build/component/feature/apiconnector/questions.d.ts.map +0 -1
- package/build/component/feature/apiconnector/questions.js +0 -262
- package/build/component/feature/apiconnector/questions.js.map +0 -1
- package/build/component/feature/apiconnector/result.d.ts +0 -23
- package/build/component/feature/apiconnector/result.d.ts.map +0 -1
- package/build/component/feature/apiconnector/result.js +0 -40
- package/build/component/feature/apiconnector/result.js.map +0 -1
- package/build/component/feature/apiconnector/sampleHandler.d.ts +0 -10
- package/build/component/feature/apiconnector/sampleHandler.d.ts.map +0 -1
- package/build/component/feature/apiconnector/sampleHandler.js +0 -62
- package/build/component/feature/apiconnector/sampleHandler.js.map +0 -1
- package/build/component/feature/apiconnector/telemetry.d.ts +0 -42
- package/build/component/feature/apiconnector/telemetry.d.ts.map +0 -1
- package/build/component/feature/apiconnector/telemetry.js +0 -70
- package/build/component/feature/apiconnector/telemetry.js.map +0 -1
- package/build/component/feature/apiconnector/utils.d.ts +0 -18
- package/build/component/feature/apiconnector/utils.d.ts.map +0 -1
- package/build/component/feature/apiconnector/utils.js +0 -90
- package/build/component/feature/apiconnector/utils.js.map +0 -1
- package/build/component/feature/apim.d.ts +0 -8
- package/build/component/feature/apim.d.ts.map +0 -1
- package/build/component/feature/apim.js +0 -123
- package/build/component/feature/apim.js.map +0 -1
- package/build/component/feature/bot/bot.d.ts +0 -12
- package/build/component/feature/bot/bot.d.ts.map +0 -1
- package/build/component/feature/bot/bot.js +0 -309
- package/build/component/feature/bot/bot.js.map +0 -1
- package/build/component/feature/cicd/CICDImpl.d.ts +0 -9
- package/build/component/feature/cicd/CICDImpl.d.ts.map +0 -1
- package/build/component/feature/cicd/CICDImpl.js +0 -106
- package/build/component/feature/cicd/CICDImpl.js.map +0 -1
- package/build/component/feature/cicd/cicd.d.ts +0 -8
- package/build/component/feature/cicd/cicd.d.ts.map +0 -1
- package/build/component/feature/cicd/cicd.js +0 -115
- package/build/component/feature/cicd/cicd.js.map +0 -1
- package/build/component/feature/cicd/constants.d.ts +0 -39
- package/build/component/feature/cicd/constants.d.ts.map +0 -1
- package/build/component/feature/cicd/constants.js +0 -53
- package/build/component/feature/cicd/constants.js.map +0 -1
- package/build/component/feature/cicd/errors.d.ts +0 -25
- package/build/component/feature/cicd/errors.d.ts.map +0 -1
- package/build/component/feature/cicd/errors.js +0 -49
- package/build/component/feature/cicd/errors.js.map +0 -1
- package/build/component/feature/cicd/existingTemplatesStat.d.ts +0 -16
- package/build/component/feature/cicd/existingTemplatesStat.d.ts.map +0 -1
- package/build/component/feature/cicd/existingTemplatesStat.js +0 -75
- package/build/component/feature/cicd/existingTemplatesStat.js.map +0 -1
- package/build/component/feature/cicd/logger.d.ts +0 -10
- package/build/component/feature/cicd/logger.d.ts.map +0 -1
- package/build/component/feature/cicd/logger.js +0 -27
- package/build/component/feature/cicd/logger.js.map +0 -1
- package/build/component/feature/cicd/provider/azdoProvider.d.ts +0 -6
- package/build/component/feature/cicd/provider/azdoProvider.d.ts.map +0 -1
- package/build/component/feature/cicd/provider/azdoProvider.js +0 -25
- package/build/component/feature/cicd/provider/azdoProvider.js.map +0 -1
- package/build/component/feature/cicd/provider/enums.d.ts +0 -12
- package/build/component/feature/cicd/provider/enums.d.ts.map +0 -1
- package/build/component/feature/cicd/provider/enums.js +0 -19
- package/build/component/feature/cicd/provider/enums.js.map +0 -1
- package/build/component/feature/cicd/provider/factory.d.ts +0 -6
- package/build/component/feature/cicd/provider/factory.d.ts.map +0 -1
- package/build/component/feature/cicd/provider/factory.js +0 -28
- package/build/component/feature/cicd/provider/factory.js.map +0 -1
- package/build/component/feature/cicd/provider/githubProvider.d.ts +0 -6
- package/build/component/feature/cicd/provider/githubProvider.d.ts.map +0 -1
- package/build/component/feature/cicd/provider/githubProvider.js +0 -25
- package/build/component/feature/cicd/provider/githubProvider.js.map +0 -1
- package/build/component/feature/cicd/provider/jenkinsProvider.d.ts +0 -6
- package/build/component/feature/cicd/provider/jenkinsProvider.d.ts.map +0 -1
- package/build/component/feature/cicd/provider/jenkinsProvider.js +0 -25
- package/build/component/feature/cicd/provider/jenkinsProvider.js.map +0 -1
- package/build/component/feature/cicd/provider/provider.d.ts +0 -11
- package/build/component/feature/cicd/provider/provider.d.ts.map +0 -1
- package/build/component/feature/cicd/provider/provider.js +0 -106
- package/build/component/feature/cicd/provider/provider.js.map +0 -1
- package/build/component/feature/cicd/questions.d.ts +0 -18
- package/build/component/feature/cicd/questions.d.ts.map +0 -1
- package/build/component/feature/cicd/questions.js +0 -82
- package/build/component/feature/cicd/questions.js.map +0 -1
- package/build/component/feature/cicd/result.d.ts +0 -11
- package/build/component/feature/cicd/result.d.ts.map +0 -1
- package/build/component/feature/cicd/result.js +0 -37
- package/build/component/feature/cicd/result.js.map +0 -1
- package/build/component/feature/cicd/utils/buildScripts.d.ts +0 -3
- package/build/component/feature/cicd/utils/buildScripts.d.ts.map +0 -1
- package/build/component/feature/cicd/utils/buildScripts.js +0 -29
- package/build/component/feature/cicd/utils/buildScripts.js.map +0 -1
- package/build/component/feature/cicd/utils/telemetry-helper.d.ts +0 -29
- package/build/component/feature/cicd/utils/telemetry-helper.d.ts.map +0 -1
- package/build/component/feature/cicd/utils/telemetry-helper.js +0 -46
- package/build/component/feature/cicd/utils/telemetry-helper.js.map +0 -1
- package/build/component/feature/keyVault.d.ts +0 -16
- package/build/component/feature/keyVault.d.ts.map +0 -1
- package/build/component/feature/keyVault.js +0 -90
- package/build/component/feature/keyVault.js.map +0 -1
- package/build/component/feature/spfx.d.ts +0 -9
- package/build/component/feature/spfx.d.ts.map +0 -1
- package/build/component/feature/spfx.js +0 -121
- package/build/component/feature/spfx.js.map +0 -1
- package/build/component/feature/sql.d.ts +0 -10
- package/build/component/feature/sql.d.ts.map +0 -1
- package/build/component/feature/sql.js +0 -80
- package/build/component/feature/sql.js.map +0 -1
- package/build/component/feature/tab.d.ts +0 -10
- package/build/component/feature/tab.d.ts.map +0 -1
- package/build/component/feature/tab.js +0 -238
- package/build/component/feature/tab.js.map +0 -1
- package/build/component/generator/spfxGenerator.d.ts.map +0 -1
- package/build/component/generator/spfxGenerator.js.map +0 -1
- package/build/component/middleware/logger.d.ts +0 -21
- package/build/component/middleware/logger.d.ts.map +0 -1
- package/build/component/middleware/logger.js +0 -53
- package/build/component/middleware/logger.js.map +0 -1
- package/build/component/middleware/progressbar.d.ts +0 -3
- package/build/component/middleware/progressbar.d.ts.map +0 -1
- package/build/component/middleware/progressbar.js +0 -22
- package/build/component/middleware/progressbar.js.map +0 -1
- package/build/component/middleware/runWithCatchError.d.ts +0 -6
- package/build/component/middleware/runWithCatchError.d.ts.map +0 -1
- package/build/component/middleware/runWithCatchError.js +0 -43
- package/build/component/middleware/runWithCatchError.js.map +0 -1
- package/build/component/middleware/telemetry.d.ts +0 -37
- package/build/component/middleware/telemetry.d.ts.map +0 -1
- package/build/component/middleware/telemetry.js +0 -70
- package/build/component/middleware/telemetry.js.map +0 -1
- package/build/component/middleware/types.d.ts +0 -25
- package/build/component/middleware/types.d.ts.map +0 -1
- package/build/component/middleware/types.js +0 -5
- package/build/component/middleware/types.js.map +0 -1
- package/build/component/resource/aadApp/aadAppManifestManager.d.ts +0 -12
- package/build/component/resource/aadApp/aadAppManifestManager.d.ts.map +0 -1
- package/build/component/resource/aadApp/aadAppManifestManager.js +0 -151
- package/build/component/resource/aadApp/aadAppManifestManager.js.map +0 -1
- package/build/component/resource/aadApp/appStudio.d.ts +0 -9
- package/build/component/resource/aadApp/appStudio.d.ts.map +0 -1
- package/build/component/resource/aadApp/appStudio.js +0 -83
- package/build/component/resource/aadApp/appStudio.js.map +0 -1
- package/build/component/resource/aadApp/interfaces/IAADApplication.d.ts +0 -14
- package/build/component/resource/aadApp/interfaces/IAADApplication.d.ts.map +0 -1
- package/build/component/resource/aadApp/interfaces/IAADApplication.js +0 -5
- package/build/component/resource/aadApp/interfaces/IAADApplication.js.map +0 -1
- package/build/component/resource/aadApp/interfaces/IPermission.d.ts +0 -8
- package/build/component/resource/aadApp/interfaces/IPermission.d.ts.map +0 -1
- package/build/component/resource/aadApp/interfaces/IPermission.js +0 -5
- package/build/component/resource/aadApp/interfaces/IPermission.js.map +0 -1
- package/build/component/resource/aadApp/interfaces/models.d.ts +0 -11
- package/build/component/resource/aadApp/interfaces/models.d.ts.map +0 -1
- package/build/component/resource/aadApp/interfaces/models.js +0 -12
- package/build/component/resource/aadApp/interfaces/models.js.map +0 -1
- package/build/component/resource/aadApp/utils/format.d.ts +0 -7
- package/build/component/resource/aadApp/utils/format.d.ts.map +0 -1
- package/build/component/resource/aadApp/utils/format.js +0 -68
- package/build/component/resource/aadApp/utils/format.js.map +0 -1
- package/build/component/resource/azureAppService/azureAppService.d.ts +0 -12
- package/build/component/resource/azureAppService/azureAppService.d.ts.map +0 -1
- package/build/component/resource/azureAppService/azureAppService.js +0 -48
- package/build/component/resource/azureAppService/azureAppService.js.map +0 -1
- package/build/component/resource/azureAppService/azureFunction.d.ts +0 -36
- package/build/component/resource/azureAppService/azureFunction.d.ts.map +0 -1
- package/build/component/resource/azureAppService/azureFunction.js +0 -155
- package/build/component/resource/azureAppService/azureFunction.js.map +0 -1
- package/build/component/resource/azureAppService/azureLibs.d.ts +0 -6
- package/build/component/resource/azureAppService/azureLibs.d.ts.map +0 -1
- package/build/component/resource/azureAppService/azureLibs.js +0 -13
- package/build/component/resource/azureAppService/azureLibs.js.map +0 -1
- package/build/component/resource/azureAppService/azureWebApp.d.ts +0 -30
- package/build/component/resource/azureAppService/azureWebApp.d.ts.map +0 -1
- package/build/component/resource/azureAppService/azureWebApp.js +0 -43
- package/build/component/resource/azureAppService/azureWebApp.js.map +0 -1
- package/build/component/resource/azureAppService/common.d.ts +0 -10
- package/build/component/resource/azureAppService/common.d.ts.map +0 -1
- package/build/component/resource/azureAppService/common.js +0 -80
- package/build/component/resource/azureAppService/common.js.map +0 -1
- package/build/component/resource/azureAppService/dir-walk.d.ts +0 -4
- package/build/component/resource/azureAppService/dir-walk.d.ts.map +0 -1
- package/build/component/resource/azureAppService/dir-walk.js +0 -21
- package/build/component/resource/azureAppService/dir-walk.js.map +0 -1
- package/build/component/resource/azureSql/actions/configure.d.ts +0 -15
- package/build/component/resource/azureSql/actions/configure.d.ts.map +0 -1
- package/build/component/resource/azureSql/actions/configure.js +0 -92
- package/build/component/resource/azureSql/actions/configure.js.map +0 -1
- package/build/component/resource/azureSql/actions/provision.d.ts +0 -10
- package/build/component/resource/azureSql/actions/provision.d.ts.map +0 -1
- package/build/component/resource/azureSql/actions/provision.js +0 -63
- package/build/component/resource/azureSql/actions/provision.js.map +0 -1
- package/build/component/resource/azureSql/actions/utils.d.ts +0 -12
- package/build/component/resource/azureSql/actions/utils.d.ts.map +0 -1
- package/build/component/resource/azureSql/actions/utils.js +0 -82
- package/build/component/resource/azureSql/actions/utils.js.map +0 -1
- package/build/component/resource/azureSql/azureSql.d.ts +0 -24
- package/build/component/resource/azureSql/azureSql.d.ts.map +0 -1
- package/build/component/resource/azureSql/azureSql.js +0 -75
- package/build/component/resource/azureSql/azureSql.js.map +0 -1
- package/build/component/resource/azureSql/clients/management.d.ts +0 -18
- package/build/component/resource/azureSql/clients/management.d.ts.map +0 -1
- package/build/component/resource/azureSql/clients/management.js +0 -124
- package/build/component/resource/azureSql/clients/management.js.map +0 -1
- package/build/component/resource/azureSql/clients/sql.d.ts +0 -13
- package/build/component/resource/azureSql/clients/sql.d.ts.map +0 -1
- package/build/component/resource/azureSql/clients/sql.js +0 -153
- package/build/component/resource/azureSql/clients/sql.js.map +0 -1
- package/build/component/resource/azureSql/config.d.ts +0 -7
- package/build/component/resource/azureSql/config.d.ts.map +0 -1
- package/build/component/resource/azureSql/config.js +0 -77
- package/build/component/resource/azureSql/config.js.map +0 -1
- package/build/component/resource/azureSql/constants.d.ts +0 -85
- package/build/component/resource/azureSql/constants.d.ts.map +0 -1
- package/build/component/resource/azureSql/constants.js +0 -95
- package/build/component/resource/azureSql/constants.js.map +0 -1
- package/build/component/resource/azureSql/errors.d.ts +0 -63
- package/build/component/resource/azureSql/errors.d.ts.map +0 -1
- package/build/component/resource/azureSql/errors.js +0 -107
- package/build/component/resource/azureSql/errors.js.map +0 -1
- package/build/component/resource/azureSql/index.d.ts +0 -2
- package/build/component/resource/azureSql/index.d.ts.map +0 -1
- package/build/component/resource/azureSql/index.js +0 -7
- package/build/component/resource/azureSql/index.js.map +0 -1
- package/build/component/resource/azureSql/questions.d.ts +0 -6
- package/build/component/resource/azureSql/questions.d.ts.map +0 -1
- package/build/component/resource/azureSql/questions.js +0 -59
- package/build/component/resource/azureSql/questions.js.map +0 -1
- package/build/component/resource/azureSql/results.d.ts +0 -10
- package/build/component/resource/azureSql/results.d.ts.map +0 -1
- package/build/component/resource/azureSql/results.js +0 -34
- package/build/component/resource/azureSql/results.js.map +0 -1
- package/build/component/resource/azureSql/types.d.ts +0 -12
- package/build/component/resource/azureSql/types.d.ts.map +0 -1
- package/build/component/resource/azureSql/types.js +0 -5
- package/build/component/resource/azureSql/types.js.map +0 -1
- package/build/component/resource/azureSql/utils/checkInput.d.ts +0 -10
- package/build/component/resource/azureSql/utils/checkInput.d.ts.map +0 -1
- package/build/component/resource/azureSql/utils/checkInput.js +0 -89
- package/build/component/resource/azureSql/utils/checkInput.js.map +0 -1
- package/build/component/resource/azureSql/utils/common.d.ts +0 -12
- package/build/component/resource/azureSql/utils/common.d.ts.map +0 -1
- package/build/component/resource/azureSql/utils/common.js +0 -51
- package/build/component/resource/azureSql/utils/common.js.map +0 -1
- package/build/component/resource/azureStorage/azureStorage.d.ts +0 -31
- package/build/component/resource/azureStorage/azureStorage.d.ts.map +0 -1
- package/build/component/resource/azureStorage/azureStorage.js +0 -111
- package/build/component/resource/azureStorage/azureStorage.js.map +0 -1
- package/build/component/resource/azureStorage/clients.d.ts +0 -23
- package/build/component/resource/azureStorage/clients.d.ts.map +0 -1
- package/build/component/resource/azureStorage/clients.js +0 -133
- package/build/component/resource/azureStorage/clients.js.map +0 -1
- package/build/component/resource/azureStorage/configs.d.ts +0 -12
- package/build/component/resource/azureStorage/configs.d.ts.map +0 -1
- package/build/component/resource/azureStorage/configs.js +0 -30
- package/build/component/resource/azureStorage/configs.js.map +0 -1
- package/build/component/resource/azureStorage/constants.d.ts +0 -11
- package/build/component/resource/azureStorage/constants.d.ts.map +0 -1
- package/build/component/resource/azureStorage/constants.js +0 -17
- package/build/component/resource/azureStorage/constants.js.map +0 -1
- package/build/component/resource/azureStorage/messages.d.ts +0 -14
- package/build/component/resource/azureStorage/messages.d.ts.map +0 -1
- package/build/component/resource/azureStorage/messages.js +0 -28
- package/build/component/resource/azureStorage/messages.js.map +0 -1
- package/build/component/resource/botService/botService.d.ts +0 -24
- package/build/component/resource/botService/botService.d.ts.map +0 -1
- package/build/component/resource/botService/botService.js +0 -146
- package/build/component/resource/botService/botService.js.map +0 -1
- package/build/component/resource/identity.d.ts +0 -28
- package/build/component/resource/identity.d.ts.map +0 -1
- package/build/component/resource/identity.js +0 -42
- package/build/component/resource/identity.js.map +0 -1
- package/build/component/resource/keyVault.d.ts +0 -29
- package/build/component/resource/keyVault.d.ts.map +0 -1
- package/build/component/resource/keyVault.js +0 -47
- package/build/component/resource/keyVault.js.map +0 -1
- package/build/component/resource/simpleAuth/constants.d.ts +0 -122
- package/build/component/resource/simpleAuth/constants.d.ts.map +0 -1
- package/build/component/resource/simpleAuth/constants.js +0 -163
- package/build/component/resource/simpleAuth/constants.js.map +0 -1
- package/build/component/resource/simpleAuth/errors.d.ts +0 -17
- package/build/component/resource/simpleAuth/errors.d.ts.map +0 -1
- package/build/component/resource/simpleAuth/errors.js +0 -91
- package/build/component/resource/simpleAuth/errors.js.map +0 -1
- package/build/component/resource/simpleAuth/index.d.ts +0 -12
- package/build/component/resource/simpleAuth/index.d.ts.map +0 -1
- package/build/component/resource/simpleAuth/index.js +0 -115
- package/build/component/resource/simpleAuth/index.js.map +0 -1
- package/build/component/resource/simpleAuth/result.d.ts +0 -9
- package/build/component/resource/simpleAuth/result.d.ts.map +0 -1
- package/build/component/resource/simpleAuth/result.js +0 -35
- package/build/component/resource/simpleAuth/result.js.map +0 -1
- package/build/component/resource/simpleAuth/utils/common.d.ts +0 -23
- package/build/component/resource/simpleAuth/utils/common.d.ts.map +0 -1
- package/build/component/resource/simpleAuth/utils/common.js +0 -150
- package/build/component/resource/simpleAuth/utils/common.js.map +0 -1
- package/build/component/resource/simpleAuth/utils/dialog.d.ts +0 -5
- package/build/component/resource/simpleAuth/utils/dialog.d.ts.map +0 -1
- package/build/component/resource/simpleAuth/utils/dialog.js +0 -7
- package/build/component/resource/simpleAuth/utils/dialog.js.map +0 -1
- package/build/component/resource/simpleAuth/utils/telemetry.d.ts +0 -17
- package/build/component/resource/simpleAuth/utils/telemetry.d.ts.map +0 -1
- package/build/component/resource/simpleAuth/utils/telemetry.js +0 -45
- package/build/component/resource/simpleAuth/utils/telemetry.js.map +0 -1
- package/build/component/resource/spfx/depsChecker/dependencyChecker.d.ts +0 -11
- package/build/component/resource/spfx/depsChecker/dependencyChecker.d.ts.map +0 -1
- package/build/component/resource/spfx/depsChecker/dependencyChecker.js.map +0 -1
- package/build/component/resource/spfx/depsChecker/generatorChecker.d.ts.map +0 -1
- package/build/component/resource/spfx/depsChecker/generatorChecker.js.map +0 -1
- package/build/component/resource/spfx/depsChecker/yoChecker.d.ts.map +0 -1
- package/build/component/resource/spfx/depsChecker/yoChecker.js.map +0 -1
- package/build/component/resource/spfx/error.d.ts +0 -21
- package/build/component/resource/spfx/error.d.ts.map +0 -1
- package/build/component/resource/spfx/error.js +0 -138
- package/build/component/resource/spfx/error.js.map +0 -1
- package/build/component/resource/spfx/index.d.ts +0 -15
- package/build/component/resource/spfx/index.d.ts.map +0 -1
- package/build/component/resource/spfx/index.js +0 -248
- package/build/component/resource/spfx/index.js.map +0 -1
- package/build/component/resource/spfx/spoClient.d.ts +0 -25
- package/build/component/resource/spfx/spoClient.d.ts.map +0 -1
- package/build/component/resource/spfx/spoClient.js +0 -79
- package/build/component/resource/spfx/spoClient.js.map +0 -1
- package/build/component/resource/spfx/utils/constants.d.ts.map +0 -1
- package/build/component/resource/spfx/utils/constants.js.map +0 -1
- package/build/component/resource/spfx/utils/progress-helper.d.ts.map +0 -1
- package/build/component/resource/spfx/utils/progress-helper.js +0 -46
- package/build/component/resource/spfx/utils/progress-helper.js.map +0 -1
- package/build/component/resource/spfx/utils/question-helper.d.ts.map +0 -1
- package/build/component/resource/spfx/utils/question-helper.js.map +0 -1
- package/build/component/resource/spfx/utils/questions.d.ts.map +0 -1
- package/build/component/resource/spfx/utils/questions.js.map +0 -1
- package/build/component/resource/spfx/utils/telemetry-helper.d.ts.map +0 -1
- package/build/component/resource/spfx/utils/telemetry-helper.js.map +0 -1
- package/build/component/resource/spfx/utils/telemetryEvents.d.ts.map +0 -1
- package/build/component/resource/spfx/utils/telemetryEvents.js.map +0 -1
- package/build/component/resource/spfx/utils/utils.d.ts.map +0 -1
- package/build/component/resource/spfx/utils/utils.js.map +0 -1
- package/build/component/utils/backupFiles.d.ts +0 -3
- package/build/component/utils/backupFiles.d.ts.map +0 -1
- package/build/component/utils/backupFiles.js +0 -142
- package/build/component/utils/backupFiles.js.map +0 -1
- package/build/component/utils/depsChecker/bicepChecker.d.ts +0 -11
- package/build/component/utils/depsChecker/bicepChecker.d.ts.map +0 -1
- package/build/component/utils/depsChecker/bicepChecker.js.map +0 -1
- package/build/component/utils/executor.d.ts +0 -12
- package/build/component/utils/executor.d.ts.map +0 -1
- package/build/component/utils/executor.js +0 -87
- package/build/component/utils/executor.js.map +0 -1
- package/build/component/utils/progressHelper.d.ts +0 -7
- package/build/component/utils/progressHelper.d.ts.map +0 -1
- package/build/component/utils/progressHelper.js +0 -20
- package/build/component/utils/progressHelper.js.map +0 -1
- package/build/core/dependencyChecker.d.ts +0 -1
- package/build/core/dependencyChecker.d.ts.map +0 -1
- package/build/core/dependencyChecker.js +0 -2
- package/build/core/dependencyChecker.js.map +0 -1
- package/build/core/downloadSample.d.ts +0 -9
- package/build/core/downloadSample.d.ts.map +0 -1
- package/build/core/downloadSample.js +0 -161
- package/build/core/downloadSample.js.map +0 -1
- package/build/core/generateAadManifestTemplate.d.ts +0 -3
- package/build/core/generateAadManifestTemplate.d.ts.map +0 -1
- package/build/core/generateAadManifestTemplate.js +0 -136
- package/build/core/generateAadManifestTemplate.js.map +0 -1
- package/build/core/middleware/CommonErrorHandlerMW.d.ts +0 -14
- package/build/core/middleware/CommonErrorHandlerMW.d.ts.map +0 -1
- package/build/core/middleware/CommonErrorHandlerMW.js +0 -63
- package/build/core/middleware/CommonErrorHandlerMW.js.map +0 -1
- package/build/core/middleware/aadManifestMigration.d.ts +0 -3
- package/build/core/middleware/aadManifestMigration.d.ts.map +0 -1
- package/build/core/middleware/aadManifestMigration.js +0 -119
- package/build/core/middleware/aadManifestMigration.js.map +0 -1
- package/build/core/middleware/consolidateLocalRemote.d.ts +0 -5
- package/build/core/middleware/consolidateLocalRemote.d.ts.map +0 -1
- package/build/core/middleware/consolidateLocalRemote.js +0 -378
- package/build/core/middleware/consolidateLocalRemote.js.map +0 -1
- package/build/core/middleware/envInfoWriter.d.ts +0 -8
- package/build/core/middleware/envInfoWriter.d.ts.map +0 -1
- package/build/core/middleware/envInfoWriter.js +0 -76
- package/build/core/middleware/envInfoWriter.js.map +0 -1
- package/build/core/middleware/envInfoWriterV3.d.ts +0 -6
- package/build/core/middleware/envInfoWriterV3.d.ts.map +0 -1
- package/build/core/middleware/envInfoWriterV3.js +0 -67
- package/build/core/middleware/envInfoWriterV3.js.map +0 -1
- package/build/core/middleware/projectMigrator.d.ts +0 -40
- package/build/core/middleware/projectMigrator.d.ts.map +0 -1
- package/build/core/middleware/projectMigrator.js +0 -1014
- package/build/core/middleware/projectMigrator.js.map +0 -1
- package/build/core/middleware/projectSettingsWriter.d.ts +0 -6
- package/build/core/middleware/projectSettingsWriter.d.ts.map +0 -1
- package/build/core/middleware/projectSettingsWriter.js +0 -52
- package/build/core/middleware/projectSettingsWriter.js.map +0 -1
- package/resource/backup-config-change-logs.md +0 -24
- package/templates/bicep/azureSql.parameters.json +0 -4
- package/templates/bicep/azureSql.provisionDatabase.module.bicep +0 -15
- package/templates/bicep/azureSql.provisionDatabase.orchestration.bicep +0 -5
- package/templates/bicep/azureSql.provisionServer.module.bicep +0 -44
- package/templates/bicep/azureSql.provisionServer.orchestration.bicep +0 -14
- package/templates/bicep/identity.provision.module.bicep +0 -15
- package/templates/bicep/identity.provision.orchestration.bicep +0 -14
- package/templates/bicep/keyVault.provision.module.bicep +0 -57
- package/templates/bicep/keyVault.provision.orchestration.bicep +0 -15
- package/templates/plugins/resource/apiconnector/package.json +0 -5
- package/templates/plugins/resource/apiconnector/sample/footerComment.template +0 -20
- package/templates/plugins/resource/apiconnector/sample/headerComment.template +0 -52
- package/templates/plugins/resource/apiconnector/sample/js/aad.template +0 -31
- package/templates/plugins/resource/apiconnector/sample/js/apikey.template +0 -19
- package/templates/plugins/resource/apiconnector/sample/js/basic.template +0 -14
- package/templates/plugins/resource/apiconnector/sample/js/cert.template +0 -17
- package/templates/plugins/resource/apiconnector/sample/js/custom.template +0 -39
- package/templates/plugins/resource/apiconnector/sample/ts/aad.template +0 -36
- package/templates/plugins/resource/apiconnector/sample/ts/apikey.template +0 -16
- package/templates/plugins/resource/apiconnector/sample/ts/basic.template +0 -14
- package/templates/plugins/resource/apiconnector/sample/ts/cert.template +0 -19
- package/templates/plugins/resource/apiconnector/sample/ts/custom.template +0 -42
- package/templates/plugins/resource/cicd/azdo/README.md +0 -48
- package/templates/plugins/resource/cicd/azdo/cd.yml +0 -56
- package/templates/plugins/resource/cicd/azdo/ci.yml +0 -37
- package/templates/plugins/resource/cicd/azdo/provision.yml +0 -53
- package/templates/plugins/resource/cicd/azdo/publish.yml +0 -45
- package/templates/plugins/resource/cicd/github/README.md +0 -48
- package/templates/plugins/resource/cicd/github/cd.yml +0 -75
- package/templates/plugins/resource/cicd/github/ci.yml +0 -34
- package/templates/plugins/resource/cicd/github/provision.yml +0 -69
- package/templates/plugins/resource/cicd/github/publish.yml +0 -51
- package/templates/plugins/resource/cicd/jenkins/Jenkinsfile.cd +0 -77
- package/templates/plugins/resource/cicd/jenkins/Jenkinsfile.ci +0 -34
- package/templates/plugins/resource/cicd/jenkins/Jenkinsfile.provision +0 -79
- package/templates/plugins/resource/cicd/jenkins/Jenkinsfile.publish +0 -57
- package/templates/plugins/resource/cicd/jenkins/README.md +0 -45
- package/templates/plugins/resource/cicd_v2/azdo/README.md +0 -48
- package/templates/plugins/resource/cicd_v2/azdo/cd.yml +0 -56
- package/templates/plugins/resource/cicd_v2/azdo/ci.yml +0 -37
- package/templates/plugins/resource/cicd_v2/azdo/provision.yml +0 -53
- package/templates/plugins/resource/cicd_v2/azdo/publish.yml +0 -45
- package/templates/plugins/resource/cicd_v2/github/README.md +0 -48
- package/templates/plugins/resource/cicd_v2/github/cd.yml +0 -71
- package/templates/plugins/resource/cicd_v2/github/ci.yml +0 -34
- package/templates/plugins/resource/cicd_v2/github/provision.yml +0 -65
- package/templates/plugins/resource/cicd_v2/github/publish.yml +0 -47
- package/templates/plugins/resource/cicd_v2/jenkins/Jenkinsfile.cd +0 -77
- package/templates/plugins/resource/cicd_v2/jenkins/Jenkinsfile.ci +0 -34
- package/templates/plugins/resource/cicd_v2/jenkins/Jenkinsfile.provision +0 -79
- package/templates/plugins/resource/cicd_v2/jenkins/Jenkinsfile.publish +0 -57
- package/templates/plugins/resource/cicd_v2/jenkins/README.md +0 -45
- package/templates/plugins/resource/identity/bicep/identityProvision.template.bicep +0 -15
- package/templates/plugins/resource/identity/bicep/provision.template.bicep +0 -14
- package/templates/plugins/resource/identity/parameters.json +0 -12
- package/templates/plugins/resource/identity/template.json +0 -28
- package/templates/plugins/resource/keyvault/bicep/keyVaultProvision.template.bicep +0 -57
- package/templates/plugins/resource/keyvault/bicep/provision.template.bicep +0 -15
- package/templates/plugins/resource/simpleauth/SimpleAuth.zip +0 -0
- package/templates/plugins/resource/simpleauth/bicep/config.template.bicep +0 -12
- package/templates/plugins/resource/simpleauth/bicep/provision.template.bicep +0 -14
- package/templates/plugins/resource/simpleauth/bicep/simpleAuthConfiguration.template.bicep +0 -62
- package/templates/plugins/resource/simpleauth/bicep/simpleAuthProvision.template.bicep +0 -51
- package/templates/plugins/resource/simpleauth/version.txt +0 -2
- package/templates/plugins/resource/spfx/solution/README.md +0 -82
- package/templates/plugins/resource/spfx/solution/manifest.local.template.json +0 -62
- package/templates/plugins/resource/spfx/solution/manifest_multi_env.json +0 -63
- package/templates/plugins/resource/spfx/solution/rootREADME.md +0 -13
- package/templates/plugins/resource/sql/bicep/newDatabase.orchestration.template.bicep +0 -5
- package/templates/plugins/resource/sql/bicep/newDatabaseProvision.template.bicep +0 -15
- package/templates/plugins/resource/sql/bicep/parameters.json +0 -4
- package/templates/plugins/resource/sql/bicep/provision.template.bicep +0 -14
- package/templates/plugins/resource/sql/bicep/sqlProvision.template.bicep +0 -44
- /package/build/component/{resource → generator}/spfx/depsChecker/dependencyChecker.js +0 -0
- /package/build/component/generator/{spfxGenerator.d.ts → spfx/spfxGenerator.d.ts} +0 -0
- /package/build/component/{resource → generator}/spfx/utils/question-helper.d.ts +0 -0
- /package/build/component/{resource → generator}/spfx/utils/question-helper.js +0 -0
- /package/build/component/{resource → generator}/spfx/utils/telemetry-helper.d.ts +0 -0
- /package/build/component/{resource → generator}/spfx/utils/telemetry-helper.js +0 -0
- /package/build/component/{resource → generator}/spfx/utils/telemetryEvents.d.ts +0 -0
- /package/build/component/{resource → generator}/spfx/utils/telemetryEvents.js +0 -0
- /package/build/component/{resource → generator}/spfx/utils/utils.d.ts +0 -0
- /package/build/component/{resource → generator}/spfx/utils/utils.js +0 -0
- /package/resource/{yaml.schema.json → yaml-schema/1.0.0/yaml.schema.json} +0 -0
|
@@ -1,138 +1,47 @@
|
|
|
1
1
|
{
|
|
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.",
|
|
3
2
|
"core.provision.provision": "Provision",
|
|
4
3
|
"core.provision.learnMore": "Learn more",
|
|
5
|
-
"core.provision.switchedM365AccountNotice": "You are now using a different Microsoft 365 tenant from what you previously used.",
|
|
6
|
-
"core.provision.switchedAzureSubscriptionNotice": "You are now using a different Azure subscription from what you previously used.",
|
|
7
|
-
"core.provision.switchedM365AccountAndAzureSubscriptionNotice": "You are now using a different Microsoft 365 tenant and a different Azure subscription from what you previously used.",
|
|
8
|
-
"core.provision.createNewAzureBotNotice": "We will create a new Azure bot resource.",
|
|
9
4
|
"core.provision.azureAccount": "Azure account: %s",
|
|
10
5
|
"core.provision.azureSubscription": "Azure subscription: %s",
|
|
11
6
|
"core.provision.m365Account": "Microsoft 365 account: %s",
|
|
12
7
|
"core.provision.confirmEnvAndCostNotice": "Cost may incur according to the usage. Do you want to provision resources in %s environment using accounts listed above?",
|
|
13
|
-
"core.provision.confirmEnvOnlyNotice": "Do you want to provision resources in %s environment using the account listed above?",
|
|
14
|
-
"core.deploy.confirmEnvNotice": "Do you want to deploy resources in %s environment?\nAzure account (%s) with subscription (%s) will be used for deployment.",
|
|
15
8
|
"core.deploy.confirmEnvNoticeV3": "Do you want to deploy resources in %s environment?",
|
|
16
|
-
"core.provision.successNotice": "'%s' successfully provisioned in the cloud.",
|
|
17
|
-
"core.provision.configurationFinishNotice": "[%s] Configuration finished.",
|
|
18
|
-
"core.provision.ProvisionFinishNotice": "[%s] Provision finished!",
|
|
19
9
|
"core.provision.viewResources": "View provisioned resources",
|
|
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.",
|
|
21
|
-
"core.deploy.noCapabilityFound": "No capability found to %s. Click Get Help to learn more about how to add capabilities.",
|
|
22
|
-
"core.deploy.successNotice": "'%s' successfully deployed.",
|
|
23
10
|
"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
11
|
"core.deploy.aadManifestOnCLISuccessNotice": "Your Azure Active Directory application has been successfully updated.",
|
|
25
12
|
"core.deploy.aadManifestLearnMore": "Learn more",
|
|
26
|
-
"core.deploy.failNotice": "Unable to deploy '%s'!",
|
|
27
13
|
"core.deploy.botTroubleShoot": "To troubleshoot bot application in azure, please click learn more for documentation.",
|
|
28
14
|
"core.deploy.botTroubleShoot.learnMore": "Learn more",
|
|
29
|
-
"core.deploy.startNotice": "[%s] Deployment start.",
|
|
30
|
-
"core.deploy.selectedPluginsToDeployNotice": "[%s] Selected plugins to deploy: %s",
|
|
31
15
|
"core.option.deploy": "Deploy",
|
|
32
16
|
"core.option.confirm": "Confirm",
|
|
33
17
|
"core.option.cancel": "Cancel",
|
|
34
18
|
"core.option.learnMore": "Learn more",
|
|
35
19
|
"core.option.upgrade": "Upgrade",
|
|
36
20
|
"core.option.moreInfo": "More Info",
|
|
37
|
-
"core.addCapability.addCapabilityNotice": "Capability %s has been successfully added to your project. F5 to debug the application or trigger 'Teams: Provision in the cloud' to create resources.",
|
|
38
|
-
"core.addCapability.addCapabilitiesNotice": "Capabilities %s have been successfully added to your project. F5 to debug the application or trigger 'Teams: Provision in the cloud' to create resources.",
|
|
39
|
-
"core.addCapability.addCapabilityNoticeForCli": "Capability %s has been successfully added to your project. Run 'teamsfx provision' to create resources.",
|
|
40
|
-
"core.addCapability.addCapabilitiesNoticeForCli": "Capabilities %s have been successfully added to your project. Run 'teamsfx provision' to create resources.",
|
|
41
|
-
"core.addResource.addResourceNotice": "Resource %s has been successfully configured for your project, trigger 'Teams: Provision in the cloud' will create the resource in your Azure subscription.",
|
|
42
|
-
"core.addResource.addResourceNoticeForCli": "Resource %s has been successfully configured for your project, run 'teamsfx provision' will create the resource in your Azure subscription.",
|
|
43
|
-
"core.addResource.addResourcesNotice": "Resources %s have been successfully configured for your project, trigger 'Teams: Provision in the cloud' will create the resources in your Azure subscription.",
|
|
44
|
-
"core.addResource.addResourcesNoticeForCli": "Resources %s have been successfully configured for your project, run 'teamsfx provision' will create the resources in your Azure subscription.",
|
|
45
|
-
"core.NoPluginSelected": "No plugin selected",
|
|
46
|
-
"core.question.AzureResourcesQuestion.placeholder": "Select a resource (optional)",
|
|
47
|
-
"core.question.AzureResourcesQuestion.title": "Cloud resources",
|
|
48
|
-
"core.InitCapabilityTitle": "Teams Toolkit: Select the capability of your app",
|
|
49
|
-
"core.InitCapabilityTab": "Your app contains Tab capabilities",
|
|
50
|
-
"core.InitCapabilityBot": "Your app contains Bot capabilities",
|
|
51
|
-
"core.InitEditorTitle": "Teams Toolkit: Select your development environment",
|
|
52
|
-
"core.InitEditorVsc": "Visual Studio Code (JS/TS)",
|
|
53
|
-
"core.InitEditorVs": "Visual Studio (.NET)",
|
|
54
|
-
"core.InitEditorVscDesc": "You are developing with Visual Studio Code and using JS/TS",
|
|
55
|
-
"core.InitEditorVsDesc": "You are developing with Visual Studio and using .NET",
|
|
56
|
-
"core.InitIsSPFxTitle": "Teams Toolkit: Are you developing with SPFx?",
|
|
57
|
-
"core.InitOptionYes": "Yes",
|
|
58
|
-
"core.InitOptionNo": "No",
|
|
59
|
-
"core.InitGenerateConfirm": "Teams Toolkit: Teams Toolkit will generate the following files (existing files with duplicated names will be overwritten), would you like to proceed? \n%s",
|
|
60
|
-
"core.progress.scaffoldTab": "Scaffolding Tab",
|
|
61
|
-
"core.progress.scaffoldTab.detail": "Scaffolding tab app.",
|
|
62
|
-
"core.progress.scaffoldBot": "Scaffolding Bot",
|
|
63
|
-
"core.progress.scaffoldBot.detail": "Retrieving templates.",
|
|
64
|
-
"core.progress.scaffoldApi": "Scaffolding Functions",
|
|
65
|
-
"core.progress.scaffoldApi.detail": "Scaffolding Functions project.",
|
|
66
|
-
"core.progress.buildingTab": "Building Tab",
|
|
67
|
-
"core.progress.buildingTab.detail": "Building tab app",
|
|
68
|
-
"core.progress.buildingApi": "Building Functions",
|
|
69
|
-
"core.progress.buildingApi.detail": "Building Functions project.",
|
|
70
|
-
"core.progress.buildingBot": "Building Bot",
|
|
71
|
-
"core.progress.buildingBot.detail": "Installing dependencies.",
|
|
72
|
-
"core.progress.provisionBot": "Registering Bot",
|
|
73
21
|
"core.progress.generateTemplate": "Generating Template",
|
|
74
22
|
"core.progress.generateTemplate.detail": "Downloading Template %s",
|
|
75
23
|
"core.progress.generateSample": "Generating Sample",
|
|
76
24
|
"core.progress.generateSample.detail": "Downloading Sample %s",
|
|
77
|
-
"core.progress.configureStorage": "Configuring Tab",
|
|
78
|
-
"core.progress.packingCode": "Creating application package.",
|
|
79
25
|
"core.progress.deploy": "Deploy",
|
|
80
26
|
"core.progress.publish": "Publish",
|
|
81
27
|
"core.progress.provision": "Provision",
|
|
82
|
-
"core.progress.enableStaticWebsite": "Enabling Azure Storage account static website.",
|
|
83
|
-
"core.progress.getDeploymentSrcAndDest": "Retrieving deployment source and destination.",
|
|
84
|
-
"core.progress.clearStorageAccount": "Cleaning up Azure Storage account.",
|
|
85
|
-
"core.progress.uploadTabToStorage": "Uploading Tab front end to Azure Storage account.",
|
|
86
28
|
"core.progress.configureAzureStorage": "Configuring Azure Storage, enable static website setting.",
|
|
87
29
|
"core.progress.runCommand": "Run command %s at %s",
|
|
88
30
|
"core.progress.deployToAzure": "Deploying %s to %s.",
|
|
89
|
-
"core.log.updateFunctionAppSettings": "Updating Azure Functions app settings.",
|
|
90
|
-
"core.error.programmingLanguageInvalid": "Invalid programming language found in project settings.",
|
|
91
31
|
"core.Notification.ReadMore": "Read more",
|
|
92
32
|
"core.localDebug.tenantConfirmNoticeWhenAllowSwitchAccount": "You already run debug for the Teams app in another tenant '%s'. If you really want to switch tenant for debug, you can delete the local file(s) (%s) and re-run debug.",
|
|
93
|
-
"core.migrationToArmAndMultiEnv.Message": "Teams Toolkit will upgrade your project configuration files 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 <= 2.10.0",
|
|
94
33
|
"core.migrationV3.confirmOnly.Message": "Please confirm the upgrade",
|
|
95
34
|
"core.migrationV3.Message": "Upgrade your Teams Toolkit project to stay compatible with the latest version. A backup directory will be created along with an Upgrade Summary.",
|
|
96
35
|
"core.migrationV3.VS.Message": "Upgrade your solution to stay compatible with the latest Teams Toolkit version. A backup directory will be generated in which it contains an upgrade report.",
|
|
97
36
|
"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
37
|
"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
38
|
"core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json is invalid.",
|
|
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.",
|
|
101
39
|
"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",
|
|
102
40
|
"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.",
|
|
103
|
-
"core.migrationToArmAndMultiEnv.SuccessMessage": "Upgrade succeeded.",
|
|
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.",
|
|
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.",
|
|
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)",
|
|
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)",
|
|
108
|
-
"core.consolidateLocalRemote.DifferentManifest": "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 update the manifest.template.json to include your change.",
|
|
109
|
-
"core.consolidateLocalRemote.SuccessMessage": "Congratulations! You have successfully upgraded your Teams App project structure. We have added config.local.json for 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.",
|
|
110
|
-
"core.consolidateLocalRemoteWithAadManifest.SuccessMessage": "Congratulations! You have successfully upgraded your Teams App project structure. We have added config.local.json for debug, manifest.template.json for both Teams app running locally and remotely and aad.template.json for AAD manifest template. And we have backed up localSettings.json, manifest.local.template.json, manifest.remote.template.json, projectSettings.json to .backup folder.",
|
|
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.",
|
|
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.",
|
|
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",
|
|
114
41
|
"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
42
|
"core.projectVersionChecker.incompatibleProject": "The current project is incompatible with the installed version of Teams Toolkit.",
|
|
116
43
|
"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.",
|
|
117
|
-
"core.aad.includeAadQuestionTitle": "Whether to deploy aad manifest",
|
|
118
|
-
"core.aad.aadManifestFilePath": "Enter the aad.template.json file path to deploy",
|
|
119
|
-
"core.deployArmTemplates.StartNotice": "[%s] Start deploying ARM templates.",
|
|
120
|
-
"core.deployArmTemplates.CompileBicepSuccessNotice": "[%s] Successfully compile Bicep files to JSON.",
|
|
121
|
-
"core.deployArmTemplates.SuccessNotice": "[%s] Successfully deploy ARM templates. Resource group name: %s. Deployment name: %s",
|
|
122
|
-
"core.deployArmTemplates.PollDeploymentStatusNotice": "[%s] Polling deployment status...",
|
|
123
|
-
"core.deployArmTemplates.Progress.Title": "Deploying ARM Templates",
|
|
124
|
-
"core.deployArmTemplates.Progress.Start": "Preparing.",
|
|
125
|
-
"core.deployArmTemplates.Progress.ExecuteDeployment": "Deploying solution ARM templates to Azure. This could take several minutes.",
|
|
126
|
-
"core.deployArmTemplates.RetryGetDeploymentStatus": "%s -> waiting to get deployment status [Retry time: %s]",
|
|
127
|
-
"core.deployArmTemplates.FailedToReadResourceGroup": "Unable to get resource group from project solution settings.",
|
|
128
|
-
"core.deployArmTemplates.FailedToGetEnvironmentName": "Unable to get target environment name from solution context.",
|
|
129
|
-
"core.deployArmTemplates.ParameterNotExist": "%s does not exist.",
|
|
130
|
-
"core.deployArmTemplates.FailedToExpandParameter": "Unable to get expanded parameter from %s",
|
|
131
|
-
"core.deployArmTemplates.FailedToGetSubsId": "Unable to get subscription id.",
|
|
132
44
|
"core.deployArmTemplates.ActionSuccess": "Successfully deployed ARM templates. Resource group name: %s. Deployment name: %s",
|
|
133
|
-
"core.handleConfigFile.FailedToUpdateAzureParameters": "Unable to update Azure parameters for %s environment.",
|
|
134
|
-
"core.appSettingsUtil.FailedToResetAppSettingsDevelopment": "Unable to reset values in appsettings.Development.json.",
|
|
135
|
-
"core.backupFiles.FailedToBackupFiles": "Unable to backup %s.",
|
|
136
45
|
"core.collaboration.ListCollaboratorsSuccess": "'List Microsoft 365 App owners' succeeded, you can view it in [Output panel](%s).",
|
|
137
46
|
"core.collaboration.GrantingPermission": "Granting permission",
|
|
138
47
|
"core.collaboration.EmailCannotBeEmptyOrSame": "Collaborator's email cannot be null or same as current user",
|
|
@@ -162,7 +71,6 @@
|
|
|
162
71
|
"core.collaboration.tenantNotMatch": "Tenant id of your account and the provisioned Azure AD app does not match. Check whether you logined with wrong account.",
|
|
163
72
|
"core.developerPortal.scaffold.CannotFindManifest": "Could not find manifest from the downloaded package for teams app %s.",
|
|
164
73
|
"plugins.spfx.questions.framework.title": "Framework",
|
|
165
|
-
"plugins.spfx.questions.versionCheck.title": "Checking Node.js and NPM versions...",
|
|
166
74
|
"plugins.spfx.questions.webpartName.error.duplicate": "The folder %s already exists. Choose a different name for your component.",
|
|
167
75
|
"plugins.spfx.questions.webpartName.error.notMatch": "%s doesn't match pattern: %s",
|
|
168
76
|
"plugins.spfx.questions.packageSelect.title": "SharePoint Framework",
|
|
@@ -172,12 +80,8 @@
|
|
|
172
80
|
"plugins.spfx.questions.packageSelect.useGlobalPackage.detail": "SPFx %s or later",
|
|
173
81
|
"plugins.spfx.questions.packageSelect.installLocally.withVersion.label": "Install the latest SPFx (%s) locally in Teams Toolkit directory ",
|
|
174
82
|
"plugins.spfx.questions.packageSelect.installLocally.noVersion.label": "Install the latest SPFx locally in Teams Toolkit directory ",
|
|
175
|
-
"plugins.spfx.buildNotice": "SharePoint package successfully built at %s.",
|
|
176
83
|
"plugins.spfx.deployNotice": "SharePoint package %s has been successfully deployed to [%s](%s).",
|
|
177
|
-
"plugins.spfx.deployFailedNotice": "You don't have permission to upload and deploy package to App Catalog %s, use site admin account, or you can get your own free Microsoft 365 tenant from [Microsoft 365 developer program](https://developer.microsoft.com/en-us/microsoft-365/dev-program)",
|
|
178
|
-
"plugins.spfx.createAppCatalogNotice": "There is no tenant app catalog under %s, do you want to create one?",
|
|
179
84
|
"plugins.spfx.cannotFindPackage": "Cannot find SharePoint package %s",
|
|
180
|
-
"plugins.spfx.cannotFindManifest": "Cannot find manifest file %s",
|
|
181
85
|
"plugins.spfx.cannotGetSPOToken": "Cannot get SPO access token",
|
|
182
86
|
"plugins.spfx.cannotGetGraphToken": "Cannot get Graph access token",
|
|
183
87
|
"plugins.spfx.insufficientPermission": "Unable to upload and deploy package to App Catalog %s. You need your org's Microsoft 365 tenant admin permissions. You can get free Microsoft 365 tenant from [Microsoft 365 developer program](%s) for testing purpose.",
|
|
@@ -185,12 +89,7 @@
|
|
|
185
89
|
"plugins.spfx.uploadAppcatalogFail": "Unable to upload app package, due to %s",
|
|
186
90
|
"plugins.spfx.buildSharepointPackage": "Building SharePoint package",
|
|
187
91
|
"plugins.spfx.deploy.title": "Upload and deploy SharePoint package",
|
|
188
|
-
"plugins.spfx.deploy.createAppcatalog": "Create SharePoint app catalog",
|
|
189
|
-
"plugins.spfx.deploy.uploadAddDeploy": "Upload and deploy SPFx package to your tenant app catalog",
|
|
190
92
|
"plugins.spfx.scaffold.title": "Scaffolding project",
|
|
191
|
-
"plugins.spfx.error.npmNotFound": "NPM not found on your machine. Install the supported version.",
|
|
192
|
-
"plugins.spfx.error.npmVersionNotSupported": "NPM version v%s is not supported for SPFx v%s.",
|
|
193
|
-
"plugins.spfx.error.nodeVersionNotSupported": "Node.js version v%s is not supported for SPFx v%s.",
|
|
194
93
|
"plugins.spfx.error.npmInstallFailed": "Unable to run 'npm install' due to %s",
|
|
195
94
|
"plugins.spfx.error.invalidDependency": "Unable to validate package %s",
|
|
196
95
|
"plugins.spfx.error.noConfiguration": "There's no .yo-rc.json file in your SPFx project, add the configuration file and try again.",
|
|
@@ -207,20 +106,15 @@
|
|
|
207
106
|
"plugins.frontend.checkFsPermissionsTip": "Check if you have Read/Write permissions to your file system.",
|
|
208
107
|
"plugins.frontend.checkStoragePermissionsTip": "Check if you have permissions to your Azure Storage Account.",
|
|
209
108
|
"plugins.frontend.checkSystemTimeTip": "You may get expired credentials, check if your system time is correct.",
|
|
210
|
-
"plugins.baseErrorMessage": "%s Suggestions: %s",
|
|
211
109
|
"suggestions.retryTheCurrentStep": "Retry the current step.",
|
|
212
110
|
"plugins.appstudio.buildSucceedNotice": "Teams package is successfully built at [local address](%s).",
|
|
213
111
|
"plugins.appstudio.buildSucceedNotice.fallback": "Teams package is successfully built at %s.",
|
|
214
112
|
"plugins.appstudio.createPackage.progressBar.message": "Building Teams app package...",
|
|
215
113
|
"plugins.appstudio.publishTip": "Teams: Publish to Teams",
|
|
216
|
-
"plugins.appstudio.whetherToDeployManifest": "Whether to deploy app manifest to Teams platform",
|
|
217
114
|
"plugins.appstudio.validationFailedNotice": "Manifest Validation failed!",
|
|
218
|
-
"plugins.appstudio.validationSucceedNotice": "Manifest Validation succeed!",
|
|
219
115
|
"plugins.appstudio.validateManifest.progressBar.message": "Validating manifest...",
|
|
220
116
|
"plugins.appstudio.validateAppPackage.progressBar.message": "Validating app package...",
|
|
221
|
-
"plugins.appstudio.adminApprovalTip": "Successfully created %s app package file at %s. Send this to your administrator for approval.",
|
|
222
117
|
"plugins.appstudio.adminPortal": "Go to admin portal",
|
|
223
|
-
"plugins.appstudio.publishSucceedNotice": "[%s] successfully published to the admin portal. Once approved, your app will be available for your organization. [Learn more](%s)",
|
|
224
118
|
"plugins.appstudio.publishSucceedNotice.cli": "[%s] has been successfully published to the Admin Portal (%s). Once approved, your app will be available for your organization. Learn more from %s.",
|
|
225
119
|
"plugins.appstudio.updatePublihsedAppConfirm": "Do you want to submit a new update?",
|
|
226
120
|
"plugins.appstudio.teamsAppCreatedNotice": "Teams app created %s",
|
|
@@ -229,10 +123,8 @@
|
|
|
229
123
|
"plugins.appstudio.teamsAppUpdatedCLINotice": "Your Teams application manifest has been successfully deployed to ",
|
|
230
124
|
"plugins.appstudio.updateManifestTip": "The manifest file configurations has been modified already. Do you want to continue to regenerate the manifest file and update to Teams platform?",
|
|
231
125
|
"plugins.appstudio.updateOverwriteTip": "The manifest file on Teams platform has been changed since your last update. Do you want to continue to update and overwrite the manifest file on Teams platform?",
|
|
232
|
-
"plugins.appstudio.provisionTip": "You must run 'Provision in the cloud' first to fill out certain fields in manifest. Click Get Help to learn more about why you need to provision.",
|
|
233
126
|
"plugins.appstudio.provisionTitle": "Provision Teams app",
|
|
234
127
|
"plugins.appstudio.provisionProgress": "Registering Teams app %s...",
|
|
235
|
-
"plugins.appstudio.postProvisionProgress": "Updating Teams app %s...",
|
|
236
128
|
"plugins.appstudio.manuallySubmitTip": "Manually submit Teams app package file",
|
|
237
129
|
"plugins.appstudio.manuallySubmitDescription": "Build the Teams app package. You will need to send it to your Teams administrator manually",
|
|
238
130
|
"plugins.appstudio.autoPublishTip": "Install for your organization",
|
|
@@ -267,106 +159,18 @@
|
|
|
267
159
|
"plugins.bot.triggers.timer-functions.description": "Azure Functions",
|
|
268
160
|
"plugins.bot.triggers.timer-functions.detail": "A running function hosted on Azure Functions can respond based on a specific schedule.",
|
|
269
161
|
"plugins.bot.triggers.timer-functions.label": "Timer Trigger",
|
|
270
|
-
"plugins.sql.getQuestionAdminName.title": "Azure SQL server admin username",
|
|
271
|
-
"plugins.sql.getQuestionAdminName.validation.sqlUserNameEmpty": "Azure SQL server admin username cannot be empty",
|
|
272
|
-
"plugins.sql.getQuestionAdminName.validation.sqlUserNameContainsSqlIdentifier": "Azure SQL server admin username cannot be empty",
|
|
273
|
-
"plugins.sql.getQuestionAdminName.validation.sqlUserNameContainsNonAlphanumeric": "Azure SQL server admin username cannot include non-alphanumeric characters",
|
|
274
|
-
"plugins.sql.getQuestionAdminName.validation.sqlUserNameStartWithNumber": "Azure SQL server admin username cannot start with a number",
|
|
275
|
-
"plugins.sql.getQuestionAdminPassword.title": "Azure SQL server admin password",
|
|
276
|
-
"plugins.sql.getQuestionAdminPassword.validation.sqlPasswordEmpty": "Azure SQL server admin password cannot be empty",
|
|
277
|
-
"plugins.sql.getQuestionAdminPassword.validation.sqlPasswordLengthLessThan8": "Azure SQL server admin password must be at least 8 characters in length",
|
|
278
|
-
"plugins.sql.getQuestionAdminPassword.validation.sqlPasswordLengthGreatThan128": "Azure SQL server admin password must be no more than 128 characters in length",
|
|
279
|
-
"plugins.sql.getQuestionAdminPassword.validation.sqlPasswordMustContain3Categories": "Your password must contain characters from three of the following categories – English uppercase letters, English lowercase letters, numbers (0-9), and non-alphanumeric characters (!, $, #, %, etc.)",
|
|
280
|
-
"plugins.sql.getQuestionAdminPassword.validation.sqlPasswordCannotContainUserName": "Your password cannot contain part or all of the user name",
|
|
281
|
-
"plugins.sql.getQuestionConfirmPassword.title": "Confirm Azure SQL server admin password",
|
|
282
|
-
"plugins.sql.getQuestionConfirmPassword.validation.sqlPasswordMustMatch": "Password and password confirmation must match",
|
|
283
|
-
"plugins.cicd.ciOption.detail": "Help checkout code, build and run test.",
|
|
284
|
-
"plugins.cicd.cdOption.detail": "Help checkout code, build, test and deploy to cloud.",
|
|
285
|
-
"plugins.cicd.provisionOption.detail": "Help create/update resources in cloud and Teams app registration.",
|
|
286
|
-
"plugins.cicd.publishOption.detail": "Help publish Teams app to tenants.",
|
|
287
|
-
"plugins.cicd.whichProvider.title": "Select a CI/CD Provider",
|
|
288
|
-
"plugins.cicd.whichTemplate.title": "Select template(s)",
|
|
289
|
-
"plugins.cicd.whichEnvironment.title": "Select an environment",
|
|
290
|
-
"plugins.cicd.ProgressBar.scaffold.title": "Scaffolding workflow automation files",
|
|
291
|
-
"plugins.cicd.ProgressBar.scaffold.detail": "Scaffolding workflow file for %s.",
|
|
292
|
-
"plugins.cicd.result.scaffold.created": "Workflow automation - including %s using %s for %s environment - has been successfully added to your project. Follow the instructions in README file to configure your workflow(s).",
|
|
293
|
-
"plugins.cicd.result.scaffold.skipped": "You have already created template(s) of %s using %s for %s environment, customize it or remove it to create a new one.",
|
|
294
|
-
"plugins.cicd.suggestions.checkPermission": "Check if you got sufficient permission.",
|
|
295
|
-
"plugins.cicd.suggestions.createProjectOrOpenExisting": "You can create a new project or open an existing one.",
|
|
296
|
-
"error.cicd.FailedToListMultiEnv": "Unable to list multi env: %s.",
|
|
297
|
-
"error.cicd.PreconditionNotMet": "Some preconditions of inputs are not met.",
|
|
298
|
-
"plugins.apiConnector.getQuestionApiName.title": "Enter a friendly name for your API.",
|
|
299
|
-
"plugins.apiConnector.getQuestionApiName.placeholder": "API alias will be used to generate app setting names.",
|
|
300
|
-
"plugins.apiConnector.getQuestionEndpoint.title": "Enter an API endpoint for debugging.",
|
|
301
|
-
"plugins.apiConnector.getQuestionEndpoint.placeholder": "API endpoint will be added to local app setting.",
|
|
302
|
-
"plugins.apiConnector.getQuestion.basicAuth.userName.title": "Enter the username for Basic Auth.",
|
|
303
|
-
"plugins.apiConnector.getQuestion.basicAuth.userName.placeholder": "Username will be added to local app setting.",
|
|
304
|
-
"plugins.apiConnector.getQuestion.appType.title": "Select an AAD app registration you want to use.",
|
|
305
|
-
"plugins.apiConnector.getQuestion.apiKeyLocation.title": "Select the API Key position in request.",
|
|
306
|
-
"plugins.apiConnector.getQuestion.apiKeyName.title": "Enter an API Key name.",
|
|
307
|
-
"plugins.apiConnector.getQuestion.apiKeyName.placeholder": "We will add the key name to generated file.",
|
|
308
|
-
"plugins.apiConnector.whichService.title": "Select component(s) to invoke the API.",
|
|
309
|
-
"plugins.apiConnector.whichService.placeholder": "We will import packages and add app settings.",
|
|
310
|
-
"plugins.apiConnector.whichAuthType.title": "Select an API authentication type.",
|
|
311
|
-
"plugins.apiConnector.whichAuthType.placeholder": "We will generate sample code based on your selection.",
|
|
312
|
-
"plugins.apiConnector.reuseAppOption.title": "Reuse app registration in current Teams app",
|
|
313
|
-
"plugins.apiConnector.anotherAppOption.title": "Use another app registration",
|
|
314
|
-
"plugins.apiConnector.requestHeaderOption.title": "Request header",
|
|
315
|
-
"plugins.apiConnector.queryParamsOption.title": "Query parameter",
|
|
316
|
-
"plugins.apiConnector.appTenantId.title": "Enter an AAD tenant id.",
|
|
317
|
-
"plugins.apiConnector.appTenantId.placeholder": "AAD tenant id will be added to local app setting.",
|
|
318
|
-
"plugins.apiConnector.appId.title": "Enter an AAD application id (client id).",
|
|
319
|
-
"plugins.apiConnector.appId.placeholder": "AAD application id (client id) will be added to local app setting.",
|
|
320
|
-
"plugins.apiConnector.botOption.title": "Notification / Command & Response",
|
|
321
|
-
"plugins.apiConnector.functionOption.title": "Azure Functions App",
|
|
322
|
-
"plugins.apiConnector.BasicAuthOption.detail": "Use username and password to authentication requests",
|
|
323
|
-
"plugins.apiConnector.CertAuthOption.detail": "Use certificate to authenticate requests",
|
|
324
|
-
"plugins.apiConnector.AADAuthOption.detail": "Use access token issued by Azure Active Directory to authenticate requests",
|
|
325
|
-
"plugins.apiConnector.APIKeyOption.detail": "Use API Key to authenticate requests",
|
|
326
|
-
"plugins.apiConnector.ImplementMyselfOption.detail": "Use customized logic to authenticate requests",
|
|
327
|
-
"plugins.apiConnector.questionComponentSelect.emptySelection": "You have to select at least one component.",
|
|
328
|
-
"plugins.apiConnector.QuestionAppName.validation.ApiNameExist": "Please provide a different API name to avoid conflicts with existing file %s",
|
|
329
|
-
"plugins.apiConnector.QuestionAppName.validation.ApiNameAlphanumeric": "Please provide a different API name contains alphanumeric only",
|
|
330
|
-
"plugins.apiConnector.QuestionAppName.validation.ApiNameNumberPrefix": "Please provide a different API name without number beginning",
|
|
331
|
-
"plugins.apiConnector.Question.validation.EmptyValue": "The value should not be empty",
|
|
332
|
-
"plugins.apiConnector.Question.validation.NotGuid": "The value should be guid",
|
|
333
|
-
"plugins.apiConnector.QuestionApiEndpoint.validation.NotHttp": "The API endpoint should be a valid http(s) url",
|
|
334
|
-
"plugins.apiConnector.Notification.GenerateFiles": "We have generated sample code to call your API at %s. Open the file(s) and follow the instructions in it to start invoking your APIs.",
|
|
335
|
-
"plugins.apiConnector.Notification.LinkNotification": "You can visit %s to understand how to call your API with TeamsFx SDK.",
|
|
336
|
-
"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",
|
|
337
|
-
"error.rgCheckBaseError": "Unable to check the existence of resource group '%s' in subscription '%'",
|
|
338
|
-
"error.rgUnauthorizedError": "Unauthorized to check the existence of resource group '%s' in subscription '%s'. Check your Azure subscription.",
|
|
339
|
-
"error.ProjectFolderExistError": "Path %s already exists. Select a different folder.",
|
|
340
|
-
"error.ProjectFolderInvalidError": "Path %s is invalid, set valid root folder in user settings(Use absolute directory or relative directory start with \\${homeDir} ).",
|
|
341
162
|
"error.NoProjectOpenedError": "No project opened, you can create a new project or open an existing one.",
|
|
342
|
-
"error.InitializedFileExistError": "Initialized file(s) %s already exist, clean up and try again.",
|
|
343
|
-
"error.InvalidProjectSettingsFileError": "The projectSettings.json file is invalid: %s.",
|
|
344
|
-
"error.FetchSampleError": "Unable to get data from remote repository for %s.",
|
|
345
163
|
"error.InvalidEnvNameError": "Environment name can only contain letters, digits, _ and -.",
|
|
346
|
-
"error.UpgradeCanceledError": "If you don't want to upgrade your project, install another version of Teams Toolkit (version <= 2.10.0).",
|
|
347
164
|
"error.UpgradeV3CanceledError": "If you are not ready to upgrade, please continue to use the old version of Teams Toolkit",
|
|
348
|
-
"error.ConsolidateCanceledError": "If you don't want to upgrade your project, install another version of Teams Toolkit (version <= 3.7.0).",
|
|
349
|
-
"error.OperationNotPermittedError": "Operation is not permitted: %s",
|
|
350
165
|
"error.InvalidInputError": "Invalid inputs: %s",
|
|
351
|
-
"error.ProjectSettingsUndefinedError": "Project settings is undefined",
|
|
352
|
-
"error.MultipleEnvNotEnabledError": "MultipleEnv feature is not enabled",
|
|
353
166
|
"error.ProjectEnvAlreadyExistError": "Project environment %s already exists.",
|
|
354
167
|
"error.InvalidEnvConfigError": "The configuration %s is invalid, details: %s.",
|
|
355
168
|
"error.NotImplementedError": "Method not implemented: %s",
|
|
356
|
-
"error.LoadPluginError": "Unable to load plugin",
|
|
357
|
-
"error.SPFxConfigError": "Load SPFx config %s failed.",
|
|
358
|
-
"error.ProjectSettingError": "Load project settings failed.",
|
|
359
|
-
"error.SolutionConfigError": "Load solution context failed.",
|
|
360
169
|
"error.FailedToParseResourceIdError": "Unable to get '%s' from resource id: '%s'",
|
|
361
|
-
"error.MissingSubscriptionInConfig": "Please provide the subscription id of the resource group (%s) in (%s)",
|
|
362
170
|
"error.NoSubscriptionFound": "Unable to find a subscription.",
|
|
363
171
|
"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.",
|
|
364
172
|
"error.BicepGenerationError": "Unable to generate Bicep file %s. Reason: %s",
|
|
365
|
-
"error.LocalBotEndpointNotConfigured": "Local bot endpoint is not configured. Set \"bot.siteEndpoint\" in \".fx/configs/config.local.json\" and try again.",
|
|
366
|
-
"error.NgrokTunnelNotConnected": "Ngrok tunnel is not connected. Check your network settings and try again.",
|
|
367
173
|
"error.VideoFilterAppNotRemoteSupported": "Video filter app in remote is not supported by Teams Toolkit. Check the README.md file in project root folder.",
|
|
368
|
-
"error.frontend.FailedSaveEnv": "Unable to save environment variables to %s. Your App may not work.",
|
|
369
|
-
"error.frontend.FailedLoadEnv": "Unable to load environment variables from %s. Your App may not work.",
|
|
370
174
|
"error.appstudio.teamsAppCreateFailed": "Unable to create Teams app in Developer Portal, due to %s",
|
|
371
175
|
"error.appstudio.teamsAppUpdateFailed": "Unable to update Teams app with ID %s.",
|
|
372
176
|
"error.appstudio.apiFailed": "API call to Developer Portal failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
@@ -396,7 +200,6 @@
|
|
|
396
200
|
"_error.appstudio.BotProvisionReturnsForbiddenResult.comment": "This is to describe API call, no need to translate 'Botframework'.",
|
|
397
201
|
"error.appstudio.BotProvisionReturnsConflictResult": "Botframework provisioning returns conflict result from attempting to create bot registration.",
|
|
398
202
|
"_error.appstudio.BotProvisionReturnsConflictResult.comment": "This is to describe API call, no need to translate 'Botframework'.",
|
|
399
|
-
"error.function.FindAppError": "Unable to find the function app.",
|
|
400
203
|
"error.generator.TemplateZipFallbackError": "Unable to download zip package and open local zip package.",
|
|
401
204
|
"error.generator.FetchZipFromUrlError": "Unable to download zip package from %s.",
|
|
402
205
|
"error.generator.UnzipError": "Unable to unzip templates and write to disk.",
|
|
@@ -404,41 +207,6 @@
|
|
|
404
207
|
"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
208
|
"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
209
|
"error.generator.ParseUrlError": "Unable to parse url %s",
|
|
407
|
-
"error.sql.GetDetail": "Get the detailed error message in [Output panel](command:fx-extension.showOutputChannel).",
|
|
408
|
-
"error.sql.LinkHelpMessage": "You can follow %s to handle it.",
|
|
409
|
-
"error.sql.SqlInputError": "SQL admin name or password is empty",
|
|
410
|
-
"error.sql.SqlAskInputError": "Unable to get answer for SQL questions",
|
|
411
|
-
"error.sql.SqlEndpointError": "SQL Server %s is invalid.",
|
|
412
|
-
"error.sql.DatabaseUserCreateError": "Unable to create user '%s' in database %s",
|
|
413
|
-
"error.sql.SqlAddAdminError": "Unable to add AAD admin '%s'. %s",
|
|
414
|
-
"error.sql.SqlLocalFirwallError": "Unable to add local firewall for '%s'. %s",
|
|
415
|
-
"error.sql.SqlDeleteLocalFirwallError": "Unable to delete local firewall for '%s'. Delete '%s' manually. %s",
|
|
416
|
-
"error.sql.SqlUserInfoError": "Unable to get login user info.",
|
|
417
|
-
"error.sql.SqlGetConfigError": "Unable to get config value of '%s' from '%s'.",
|
|
418
|
-
"error.sql.SqlInvalidConfigError": "The config value of '%s' is invalid for %s.",
|
|
419
|
-
"error.sql.SqlCheckError": "Unable to check SQL Server '%s'. %s",
|
|
420
|
-
"error.sql.SqlCheckAdminError": "Unable to check AAD admin '%s'. %s",
|
|
421
|
-
"error.sql.IdentityCredentialUndefine": "Cannot access database to add managed identity user %s. Please add the user for database %s manually",
|
|
422
|
-
"error.sql.ServicePrincipalWarning": "service principal admin in azure sql can't add database user <%s>. You can add the user for %s manually",
|
|
423
|
-
"error.sql.DomainError": "Conditional Access policy requires a compliant device, and the device is not compliant. %s",
|
|
424
|
-
"error.sql.GuestAdminError": "SQL admin does not have enough permission to add database user. %s",
|
|
425
|
-
"error.apiConnector.SampleCodeCreateFailError": "Unable to scaffold API connection samples. Reason: %s",
|
|
426
|
-
"error.apiConnector.ScaffoldApiFilesError": "Unable to scaffold connect API files, Reason: %s",
|
|
427
|
-
"error.apiConnector.ApiConnectorInputError": "API connector input %s is invalid",
|
|
428
|
-
"error.apiConnector.ApiConnectorPathNotExistError": "Path %s not exists. Select a valid folder.",
|
|
429
|
-
"error.apiConnector.ApiConnectorCreateFileFail": "Unable to create %s",
|
|
430
|
-
"error.apiConnector.NoActivePluginsExistError": "Please create active resource first.",
|
|
431
|
-
"error.apiConnector.NoBotOrFunctionExistError": "Please create bot or function resource first.",
|
|
432
|
-
"error.apiConnector.ApiConnectorFunctionRouteError": "Unable to route function call: %s",
|
|
433
|
-
"error.apiConnector.SDKVersionImcompatibleError": "In %s project, @microsoft/teamsfx version %s is not compatible. Please upgrade the @microsoft/teamsfx version to %s and retry this feature.",
|
|
434
|
-
"error.apiConnector.pkgFileNotExistError": "In %s project, there is no package.json exist",
|
|
435
|
-
"error.apiConnector.componentNotExistError": "Component %s not exist, please add first",
|
|
436
|
-
"error.apiConnector.envVarExistError": "Please provide a different API name to avoid conflicts with existing env variables %s in .env.teamsfx.local",
|
|
437
|
-
"error.debugHandler.InvalidAppManifestPackageFileFormatError": "manifestPackagePath must be .zip file path.",
|
|
438
|
-
"error.debugHandler.InvalidExistingAADArgsError": "objectId, clientId and clientSecret are all required if you use existing AAD app for SSO.",
|
|
439
|
-
"error.debugHandler.InvalidExistingBotArgsError": "botId and botPassword need to be set together if you use existing bot.",
|
|
440
|
-
"error.debugHandler.DebugArgumentEmptyError": "Debug argument '%s' is empty.",
|
|
441
|
-
"error.debugHandler.InvalidTabBaseUrlError": "baseUrl must be a valid https url.",
|
|
442
210
|
"error.m365.NotExtendedToM365Error": "Unable to extend Teams app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend your Teams app to Microsoft 365.",
|
|
443
211
|
"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.",
|
|
444
212
|
"core.QuestionAppName.validation.maxlength": "Application name is longer than the maximum length of 30.",
|
|
@@ -449,14 +217,10 @@
|
|
|
449
217
|
"core.option.github": "Open a GitHub guide",
|
|
450
218
|
"core.option.inProduct": "Open a in-product guide",
|
|
451
219
|
"core.TabOption.label": "Tab",
|
|
452
|
-
"core.TabOption.labelNew": "SSO-enabled tab",
|
|
453
220
|
"core.TabOption.description": "UI-based app",
|
|
454
221
|
"core.TabOption.detail": "Teams-aware webpages embedded in Microsoft Teams",
|
|
455
|
-
"core.TabOption.detailNew": "Teams identity aware webpages embedded in Microsoft Teams",
|
|
456
222
|
"core.DashboardOption.label": "Dashboard",
|
|
457
223
|
"core.DashboardOption.detail": "A canvas with cards and widgets for displaying important information",
|
|
458
|
-
"core.BotOption.description": "Conversational Agent",
|
|
459
|
-
"core.BotOption.detail": "Running simple and repetitive automated tasks through conversations",
|
|
460
224
|
"core.BotNewUIOption.label": "Basic Bot",
|
|
461
225
|
"core.BotNewUIOption.detail": "A simple implementation of a bot that's ready to customize",
|
|
462
226
|
"core.MessageExtensionOption.labelNew": "Collect Form Input and Process Data",
|
|
@@ -469,15 +233,7 @@
|
|
|
469
233
|
"core.CommandAndResponseOption.detail": "Trigger work with custom chat commands in Teams chats",
|
|
470
234
|
"core.WorkflowOption.label": "Sequential Workflow in Chat",
|
|
471
235
|
"core.WorkflowOption.detail": "Interact with multi-step processes in Teams chats",
|
|
472
|
-
"core.ExistingTabOption.label": "Embed existing web app",
|
|
473
|
-
"core.ExistingTabOption.detail": "Bring your own static webpages and embed in Microsoft Teams",
|
|
474
|
-
"core.ExistingTabEndpointQuestion.placeholder": "Input your existing tab endpoint",
|
|
475
|
-
"core.ExistingTabEndpointQuestion.title": "Enter your web app's local endpoint",
|
|
476
|
-
"core.ExistingTabEndpointQuestion.validation": "Please enter a valid URL started with https://",
|
|
477
|
-
"core.TabSPFxOption.label": "Tab (SPFx)",
|
|
478
236
|
"core.TabSPFxOption.labelNew": "SPFx",
|
|
479
|
-
"core.TabSPFxOption.description": "Client-side app with SharePoint Framework",
|
|
480
|
-
"core.TabSPFxOption.detail": "Auto-hosted SPFx web part tightly integrated with Microsoft Teams",
|
|
481
237
|
"core.TabSPFxOption.detailNew": "Build UI with SharePoint Framework",
|
|
482
238
|
"core.TabSso.description": "Single Sign On for Tab",
|
|
483
239
|
"core.TabSso.detail": "Enable Single Sign On in your Teams Tab app",
|
|
@@ -485,9 +241,6 @@
|
|
|
485
241
|
"core.BotSso.detail": "Enable Single Sign On in your Teams Bot app",
|
|
486
242
|
"core.TabNonSso.label": "Basic Tab",
|
|
487
243
|
"core.TabNonSso.detail": "A simple implementation of a web app that's ready to customize",
|
|
488
|
-
"core.addCapabilityQuestion.title": "Choose Capabilities",
|
|
489
|
-
"core.addCapabilityQuestion.titleNew": "Capabilities",
|
|
490
|
-
"core.addFeatureQuestion.title": "Add features",
|
|
491
244
|
"core.createCapabilityQuestion.title": "Select capabilities",
|
|
492
245
|
"core.createCapabilityQuestion.titleNew": "Capabilities",
|
|
493
246
|
"core.createCapabilityQuestion.placeholder": "Select a capability",
|
|
@@ -505,7 +258,6 @@
|
|
|
505
258
|
"core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Micosoft 365 app",
|
|
506
259
|
"core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
|
|
507
260
|
"core.createProjectQuestion.title": "New Project",
|
|
508
|
-
"core.capability.validation": "Invalid capability combinations: %s, option sets: %s are mutually exclusive",
|
|
509
261
|
"core.spfxFolder.title": "SPFx solution folder",
|
|
510
262
|
"core.spfxFolder.placeholder": "Select the folder that contains your SPFx solution",
|
|
511
263
|
"core.QuestionSelectTargetEnvironment.title": "Select an environment",
|
|
@@ -542,8 +294,6 @@
|
|
|
542
294
|
"core.SampleSelect.title": "Start from a sample",
|
|
543
295
|
"core.SampleSelect.placeholder": "Select a sample",
|
|
544
296
|
"core.SampleSelect.buttons.viewSamples": "View samples",
|
|
545
|
-
"core.HostTypeOptionAzure.label": "Azure",
|
|
546
|
-
"core.HostTypeOptionSPFx.label": "SharePoint Framework (SPFx)",
|
|
547
297
|
"core.updateBotIdsQuestion.title": "Create new bot(s) for debugging",
|
|
548
298
|
"core.updateBotIdsQuestion.placeholder": "Unselect to keep with the original value of botId",
|
|
549
299
|
"_core.updateBotIdsQuestion.placeholder.comment": "'botId' is the field name which should not be localized.",
|
|
@@ -558,27 +308,8 @@
|
|
|
558
308
|
"core.updateContentUrlOption.description": "Update the content URL from %s to %s",
|
|
559
309
|
"core.updateWebsiteUrlOption.description": "Update the website URL from %s to %s",
|
|
560
310
|
"core.updateUrlQuestion.placeholder": "Unselect to keep with the original URL",
|
|
561
|
-
"core.AzureResourceSQL.label": "Azure SQL Database",
|
|
562
|
-
"core.AzureResourceSQL.description": "Azure Functions App will be also selected to access Azure SQL Database",
|
|
563
|
-
"core.AzureResourceSQLNewUI.label": "Azure SQL Database",
|
|
564
|
-
"core.AzureResourceSQLNewUI.detail": "An always-up-to-date relational database service built for the cloud",
|
|
565
|
-
"core.AzureResourceFunction.label": "Azure Functions App",
|
|
566
|
-
"core.AzureResourceFunctionNewUI.label": "Azure Functions",
|
|
567
|
-
"core.AzureResourceFunctionNewUI.detail": "A serverless, event-driven compute solution that allows you to write less code",
|
|
568
|
-
"core.AzureResourceApim.label": "Register APIs in Azure API Management",
|
|
569
|
-
"core.AzureResourceApim.description": "Azure Functions App will be also selected to be published as an API",
|
|
570
|
-
"core.AzureResourceApimNewUI.label": "Azure API Management",
|
|
571
|
-
"core.AzureResourceApimNewUI.detail": "A hybrid, multi-cloud management platform for APIs across all environments",
|
|
572
|
-
"core.AzureResourceKeyVault.label": "Azure Key Vault",
|
|
573
|
-
"core.AzureResourceKeyVault.description": "Secure runtime application secrets with Azure Key Vault",
|
|
574
|
-
"core.AzureResourceKeyVaultNewUI.label": "Azure Key Vault",
|
|
575
|
-
"core.AzureResourceKeyVaultNewUI.detail": "A cloud service for securely storing and accessing secrets",
|
|
576
311
|
"core.SingleSignOnOption.label": "Single Sign-On",
|
|
577
312
|
"core.SingleSignOnOption.detail": "Develop a Single Sign-On feature for Teams Launch pages and Bot capability",
|
|
578
|
-
"core.ApiConnectionOption.label": "API Connection",
|
|
579
|
-
"core.ApiConnectionOption.detail": "Connect to an API with authentication support using TeamsFx SDK",
|
|
580
|
-
"core.cicdWorkflowOption.label": "CI/CD workflows",
|
|
581
|
-
"core.cicdWorkflowOption.detail": "Add CI/CD Workflows for GitHub, Azure DevOps or Jenkins",
|
|
582
313
|
"core.getUserEmailQuestion.title": "Add owner to Teams/AAD app for the account under the same Microsoft 365 tenant (email)",
|
|
583
314
|
"core.getUserEmailQuestion.validation1": "Email address cannot be null or empty",
|
|
584
315
|
"core.getUserEmailQuestion.validation2": "Please change [UserName] to the real user name",
|
|
@@ -586,14 +317,19 @@
|
|
|
586
317
|
"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.",
|
|
587
318
|
"core.selectAadAppManifestQuestion.title": "Select Azure Active Directory manifest.json file",
|
|
588
319
|
"core.selectTeamsAppManifestQuestion.title": "Select Teams manifest.json file",
|
|
589
|
-
"core.selectTeamsAppPackageQuestion.title": "Select Teams app package file",
|
|
320
|
+
"core.selectTeamsAppPackageQuestion.title": "Select Teams app package file",
|
|
590
321
|
"core.selectLocalTeamsAppManifestQuestion.title": "Select local Teams manifest.json file",
|
|
591
322
|
"core.selectCollaborationAppTypeQuestion.title": "Select app you want to manage the collaborators",
|
|
323
|
+
"core.selectValidateMethodQuestion.validate.selectTitle": "Select a validation method",
|
|
324
|
+
"core.selectValidateMethodQuestion.validate.schemaOption": "Validate using manifest schema",
|
|
325
|
+
"core.selectValidateMethodQuestion.validate.schemaOptionDescription": "Validate using manifest schema",
|
|
326
|
+
"core.selectValidateMethodQuestion.validate.appPackageOption": "Validate app package using validation rules",
|
|
327
|
+
"core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Validate app package using validation rules",
|
|
592
328
|
"core.confirmManifestQuestion.placeholder": "Confirm manifest is correctly selected",
|
|
593
329
|
"core.aadAppQuestion.label": "Azure Active Directory app",
|
|
594
330
|
"core.aadAppQuestion.description": "Your Azure Active Directory app for Single Sign On",
|
|
595
331
|
"core.teamsAppQuestion.label": "Teams app",
|
|
596
|
-
"core.teamsAppQuestion.description": "Your Teams app",
|
|
332
|
+
"core.teamsAppQuestion.description": "Your Teams app",
|
|
597
333
|
"core.M365SsoLaunchPageOptionItem.label": "React with Fluent UI",
|
|
598
334
|
"core.M365SsoLaunchPageOptionItem.detail": "A web app that uses Fluent UI React components to get a Teams look and feel",
|
|
599
335
|
"core.M365SearchAppOptionItem.label": "Custom Search Results",
|
|
@@ -601,7 +337,6 @@
|
|
|
601
337
|
"core.M365HostQuestion.title": "Platform",
|
|
602
338
|
"core.M365HostQuestion.placeholder": "Select a platform to preview the app",
|
|
603
339
|
"core.options.separator.scenario": "Scenario-based Teams apps",
|
|
604
|
-
"core.options.separator.resource": "Cloud resources",
|
|
605
340
|
"core.options.separator.additional": "Additional features",
|
|
606
341
|
"core.common.LifecycleComplete.provision": "Successfully executed %s/%s actions in provision stage.",
|
|
607
342
|
"core.common.LifecycleComplete.deploy": "Successfully executed %s/%s actions in deploy stage.",
|
|
@@ -629,49 +364,18 @@
|
|
|
629
364
|
"core.summary.actionFailed": "%s failed.",
|
|
630
365
|
"core.summary.actionSucceeded": "%s was executed successfully.",
|
|
631
366
|
"core.summary.createdEnvFile": "Environment file was created at",
|
|
632
|
-
"error.aad.GetAppError": "Unable to get AAD app with Object Id \"%s\" in tenant \"%s\". Please make sure the object id is valid, or delete 'objectId' under %s in %s and try again.",
|
|
633
|
-
"error.aad.GetAppConfigError": "Unable to get %s from Azure AD app settings. Please make sure Azure AD app is correctly configured, or delete 'objectId' under %s in %s and try again.",
|
|
634
|
-
"error.aad.GetSkipAppConfigError": "Unable to get all necessary info. You need to set %s, %s, %s, %s under%s in %s.",
|
|
635
367
|
"error.aad.CreateAppError": "Unable to create an app in Azure Active Directory.",
|
|
636
|
-
"error.aad.CreateAppForbiddenError": "Unable to create an app in Azure Active Directory. This problem can be resolved by login using a Microsoft 365 developer account, you can apply for a free account by joining Microsoft 365 Developer Program(https://developer.microsoft.com/en-us/microsoft-365/dev-program).",
|
|
637
368
|
"error.aad.CreateSecretError": "`Unable to create an application secret in Azure Active Directory.`",
|
|
638
|
-
"error.aad.UpdateRedirectUriError": "Unable to update application redirect URI in Azure Active Directory.",
|
|
639
|
-
"error.aad.UpdateAppIdUriError": "Unable to update Application ID URI in Azure Active Directory. %s",
|
|
640
|
-
"error.aad.UpdatePermissionError": "Unable to update application permission in Azure Active Directory.",
|
|
641
|
-
"error.aad.AppIdUriInvalidError": "Invalid Application ID URI. Provision your application before continuing.",
|
|
642
|
-
"error.aad.CannotGenerateIdentifierUris": "Cannot generate identifierUris because no botId or front end domain found, you need to specified at least one of them in config file",
|
|
643
|
-
"error.aad.InvalidSelectedPlugins": "Invalid selected plugins. %s",
|
|
644
|
-
"error.aad.ParsePermissionError": "Unable to parse permission request.",
|
|
645
|
-
"error.aad.UnknownPermissionName": "Unable to find resource: %s. %s",
|
|
646
|
-
"error.aad.UnknownPermissionRole": "Unable to find role \"%s\" for resource \"%s\". %s",
|
|
647
|
-
"error.aad.UnknownPermissionScope": "Unable to find scope \"%s\" for resource \"%s\". %s",
|
|
648
369
|
"error.aad.GetTokenError": "Unable to get user login information for %s.",
|
|
649
370
|
"error.aad.TenantNotExistError": "Unable to get tenant information from user login.",
|
|
650
|
-
"error.aad.MissingPermissionsRequestProvider": "permissionRequestProvider is missing in plugin context",
|
|
651
371
|
"error.aad.CheckPermissionError": "Unable to check permission.",
|
|
652
372
|
"error.aad.GrantPermissionError": "%s: %s. Unable to grant permission.",
|
|
653
373
|
"error.aad.ListCollaboratorError": "Unable to list collaborator.",
|
|
654
|
-
"error.aad.AadManifestLoadError": "Unable to load manifest file from %s, due to %s",
|
|
655
|
-
"error.aad.AadManifestMissingName": "name property is empty or invalid in AAD manifest file",
|
|
656
|
-
"error.aad.AadManifestMissingScopeIdForTeamsApp": "oauth2Permissions property missing item which value should be access_as_user",
|
|
657
|
-
"error.aad.AadManifestMissingObjectId": "id property is missing or invalid in AAD manifest file, you need to run provision or debug first",
|
|
658
|
-
"error.aad.AadManifestMissingReplyUrlsWithType": "replyUrlsWithType property is missing or invalid in AAD manifest file, you need to run provision or debug first",
|
|
659
|
-
"error.aad.AadManifestMissingIdentifierUris": "identifierUris property is missing or invalid in AAD manifest file, you need to run provision or debug first",
|
|
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.",
|
|
661
|
-
"error.aad.UpdateAadAppError": "Unable to update application in Azure Active Directory: %s",
|
|
662
|
-
"error.aad.UpdateAadAppUsingManifestError": "Unable to update application in Azure Active Directory. Please make sure 'templates/appPackage/aad.template.json' is valid: %s",
|
|
663
|
-
"error.aad.GetDisplayNameError": "Unable to get display name.",
|
|
664
374
|
"error.aad.GetConfigError": "Unable to get configuration value \"%s\" for %s.",
|
|
665
375
|
"error.aad.FormatError": "Invalid format for %s. Value: %s.",
|
|
666
|
-
"error.aad.client.CreateFailed": "Unable to create an application registration in Azure Active Directory.",
|
|
667
|
-
"error.aad.client.UpdateFailed": "Unable to update application registration in Azure Active Directory.",
|
|
668
|
-
"error.aad.client.CreateSecretFailed": "Unable to create an application secret in Azure Active Directory.",
|
|
669
|
-
"error.aad.client.GetFailed": "Unable to retrieve Azure Active Directory application registration.",
|
|
670
376
|
"error.aad.client.CheckPermissionFailed": "Unable to check permission in Azure Active Directory.",
|
|
671
377
|
"error.aad.client.GrantPermissionFailed": "Unable to grant permission in Azure Active Directory.",
|
|
672
|
-
"error.aad.client.AppDefinitionIsNull": "Missing application definition.",
|
|
673
378
|
"error.aad.client.AppObjectIdIsNull": "Missing Object ID.",
|
|
674
|
-
"error.aad.client.EmptyResponse": "Missing response.",
|
|
675
379
|
"error.aad.client.ReachRetryLimit": "Exceeded retry limit.",
|
|
676
380
|
"error.aad.manifest.NameIsMissing": "name is missing\n",
|
|
677
381
|
"error.aad.manifest.SignInAudienceIsMissing": "signInAudience is missing\n",
|
|
@@ -685,16 +389,7 @@
|
|
|
685
389
|
"error.aad.manifest.UnknownResourceAppId": "Unknown resourceAppId %s",
|
|
686
390
|
"error.aad.manifest.UnknownResourceAccessType": "Unknown resourceAccess: %s",
|
|
687
391
|
"error.aad.manifest.UnknownResourceAccessId": "Unknown resourceAccess id: %s, if you're using permission as resourceAccess id, please try to use permission id instead.",
|
|
688
|
-
"plugins.aad.NoSelection": "No Azure AD app found. Will not update permissions. You need to run provision or debug first.",
|
|
689
|
-
"plugins.aad.UserCancelled": "Selection is cancelled by user.",
|
|
690
|
-
"plugins.aad.UpdatePermissionSuccessMessage": "Successfully updated permission for Azure AD app. You can go to Azure Portal to check the permission or grant admin consent.",
|
|
691
|
-
"plugins.aad.SkipProvision": "Azure AD app provision skipped. You need to manually provision and config Azure AD app.",
|
|
692
392
|
"plugins.aad.OwnerAlreadyAdded": "User %s is already added as owner of Azure AD app %s.",
|
|
693
|
-
"plugins.aad.StepFailedAndSkipped": "Failed in step: %s. You need to go to Azure Portal and manually %s for the provided Azure AD app.",
|
|
694
|
-
"plugins.aad.UpdatePermissionHelpMessage": "update the permission under \"API permissions\"",
|
|
695
|
-
"plugins.aad.UpdateAppIdUriHelpMessage": "set \"%s\" as \"Application ID URI\" under \"Expose an API\"",
|
|
696
|
-
"plugins.aad.UpdateRedirectUriHelpMessage": "set \"%s\" as \"Redirect URIs\" under \"Authentication\"",
|
|
697
|
-
"plugins.aad.UpdateAadHelpMessage": "update Azure AD app manifest",
|
|
698
393
|
"plugins.apim.QuestionConstants.VSCode.OpenApiDocument.description": "Select Open API document.",
|
|
699
394
|
"plugins.apim.QuestionConstants.VSCode.ApiPrefix.description": "Input the API name prefix.",
|
|
700
395
|
"plugins.apim.QuestionConstants.VSCode.ApiPrefix.prompt": "The unique name of the API will be '{api-prefix}-{resource-suffix}-{api-version}'.",
|
|
@@ -739,66 +434,30 @@
|
|
|
739
434
|
"plugins.apim.error.InvalidPropertyType": "Property '%s' is not type '%s'.",
|
|
740
435
|
"plugins.apim.error.ShortenToEmpty": "The value '%s' cannot be shorten to empty.",
|
|
741
436
|
"plugins.apim.error.FailedToParseResourceIdError": "Unable to get '%s' from resource id: '%s'.",
|
|
742
|
-
"error.sa.NoConfigError": "Unable to get config value of '%s' from '%s'.",
|
|
743
|
-
"error.sa.UnauthenticatedError": "Unable to get user login information.",
|
|
744
|
-
"error.sa.CreateAppServicePlanError": "Unable to create App Service plan: %s",
|
|
745
|
-
"error.sa.FreeServerFarmsQuotaError": "Unable to create App Service plan: %s",
|
|
746
|
-
"error.sa.MissingSubscriptionRegistrationError": "Unable to create App Service plan: ${message}",
|
|
747
|
-
"error.sa.CreateWebAppError": "Unable to create Web App: %s",
|
|
748
|
-
"error.sa.ZipDeployError": "Unable to deploy Simple Auth bits: %s",
|
|
749
|
-
"error.sa.UpdateApplicationSettingsError": "Unable to update application settings: %s",
|
|
750
|
-
"error.sa.EndpointInvalidError": "Unable to verify endpoint: %s. Reason: %s",
|
|
751
|
-
"error.sa.ZipDownloadError": "Unable to download Simple Auth bits: %s",
|
|
752
|
-
"error.sa.VersionFileNotExist": "`Unable to load version file from %s",
|
|
753
|
-
"plugins.sa.RegisterRersourceProviderFailed": "Unable to register required resource provider for Simple Auth. Reason: %s. Register required resource provider %s manually.",
|
|
754
|
-
"plugins.sa.FreeServerFarmsQuotaErrorToUser": "The maximum number of Free App Service Plan allowed in a Subscription is 10. Delete a free App Service plan and try again.",
|
|
755
|
-
"core.addSso.onlySupportAzure": "Add SSO is only supported for project hosted in Azure",
|
|
756
|
-
"core.addSso.onlyMeNotSupport": "Add SSO is not supported on Message Extension only projects",
|
|
757
437
|
"core.addSso.functionNotSupport": "'Add SSO' is not supported for Bot hosted on Azure Functions",
|
|
758
|
-
"core.addSso.needEnableFeatureFlag": "Need to set 'TEAMSFX_AAD_MANIFEST' in env to use add SSO feature",
|
|
759
438
|
"core.addSso.ssoEnabled": "SSO is already enabled",
|
|
760
|
-
"core.addSso.invalidSsoProject": "Invalid project. You may have modified '.fx/projectSettings.json' file.",
|
|
761
|
-
"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.",
|
|
762
439
|
"core.addSsoFiles.emptyProjectPath": "Project path is empty",
|
|
763
440
|
"core.addSsoFiles.FailedToCreateAuthFiles": "Unable to create files for add sso. Detail error: %s.",
|
|
764
|
-
"core.addSsoFiles.invalidLanguage": "Invalid language. Please make sure '.fx/projectSettings.json' is not modified and try again.",
|
|
765
441
|
"core.getUserEmailQuestion.validation3": "Email address is not valid",
|
|
766
|
-
"plugins.bot.DetailedError": "Detailed error: %s.",
|
|
767
|
-
"plugins.bot.DetailedErrorReason": "Reason: %s",
|
|
768
442
|
"plugins.bot.ErrorSuggestions": "Suggestions: %s",
|
|
769
443
|
"plugins.bot.InvalidValue": "%s is invalid with value: %s",
|
|
770
|
-
"plugins.bot.TemplateZipFallbackError": "Unable to download zip package and open local zip package.",
|
|
771
|
-
"plugins.bot.UnzipError": "Unable to unzip templates and write to disk.",
|
|
772
444
|
"plugins.bot.SomethingIsMissing": "%s is missing.",
|
|
773
|
-
"plugins.bot.SomethingNotExisting": "%s is not existing.",
|
|
774
445
|
"plugins.bot.FailedToGetAlreadyCreatedBot": "Cannot create bot with id %s which may be taken by an existing bot. Visit %s to learn more.\nOr API call to Developer Portal failed: Error, Request failed with status code 500, API name: create-bot, X-Correlation-ID: undefined. This may come from some intermittent service error. Please wait for a few minutes and retry.",
|
|
775
446
|
"_plugins.bot.FailedToGetAlreadyCreatedBot.comment": " This is to describe API call, no need to translate 'X-Correlation-ID'.",
|
|
776
447
|
"plugins.bot.FailedToProvision": "Unable to provision %s.",
|
|
777
448
|
"plugins.bot.FailedToUpdateConfigs": "Unable to update configs for %s",
|
|
778
449
|
"plugins.bot.BotRegistrationNotFoundWith": "Bot registration was not found with botId %s. Click 'Get Help' button to learn more about how to check bot registrations.",
|
|
779
|
-
"plugins.bot.FailedUpdateMessageEndpoint": "Unable to update message endpoint with %s.",
|
|
780
|
-
"plugins.bot.FailToRun": "Unable to run %s.",
|
|
781
|
-
"plugins.bot.FailToCallAppStudioApi": "Unable to call Developer Portal's API to check AAD application's existence.",
|
|
782
450
|
"plugins.bot.BotResourceExists": "Bot resource already existed on %s, skip creating Bot resource.",
|
|
783
|
-
"plugins.bot.WorkingDirMissing": "Working directory is missing.",
|
|
784
451
|
"plugins.bot.FailRetrieveAzureCredentials": "Unable to retrieve Azure credentials.",
|
|
785
|
-
"plugins.bot.CreateBotAADSuccess": "Successfully created bot AAD app.",
|
|
786
452
|
"plugins.bot.ProvisionBotRegistration": "Provisioning bot registration.",
|
|
787
453
|
"plugins.bot.ProvisionBotRegistrationSuccess": "Successfully provisioned bot registration.",
|
|
788
|
-
"plugins.bot.RecreateProject": "Please recreate the project.",
|
|
789
454
|
"plugins.bot.CheckCommandOutput": "Please check the command output and try to fix it.",
|
|
790
455
|
"plugins.bot.RunFailedCommand": "Please run failed command '%s' in the folder: '%s'.",
|
|
791
456
|
"plugins.bot.CheckLogAndFix": "Please check log in Output panel and try to fix this issue.",
|
|
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.",
|
|
793
457
|
"plugins.bot.AadApp": "AAD app",
|
|
794
458
|
"plugins.bot.AadClientSecret": "AAD client secret",
|
|
795
459
|
"plugins.bot.AppStudioBotRegistration": "Developer Portal bot registration",
|
|
796
|
-
"plugins.function.askFunctionName": "Provide a function name.",
|
|
797
|
-
"plugins.function.getTemplateFrom": "Retrieving template from '%s'.",
|
|
798
460
|
"plugins.function.getTemplateFromLocal": "Unable to get newest template from github, trying to use the local template.",
|
|
799
|
-
"plugins.function.projectScaffoldAt": "Project scaffolded at '%s'.",
|
|
800
|
-
"plugins.function.invalidFunctionName": "Invalid function name. Function names can only contain alphanumerical characters. The max length is 127 characters.",
|
|
801
|
-
"plugins.function.functionAlreadyExists": "Function already exists.",
|
|
802
461
|
"error.depChecker.DefaultErrorMessage": "Install the required dependencies manually.",
|
|
803
462
|
"depChecker.learnMoreButtonText": "Learn more",
|
|
804
463
|
"depChecker.needInstallNpm": "You must have NPM installed to debug your local functions.",
|
|
@@ -808,11 +467,7 @@
|
|
|
808
467
|
"depChecker.invalidFuncVersion": "The format of version %s is invalid.",
|
|
809
468
|
"depChecker.noSentinelFile": "Azure Functions Core Tools installation is incomplete.",
|
|
810
469
|
"depChecker.funcVersionNotMatch": "The version of Azure Functions Core Tools (%s) is not compatible with the specified version range (%s).",
|
|
811
|
-
"depChecker.startInstallNgrok": "Downloading and installing @NameVersion.",
|
|
812
|
-
"depChecker.finishInstallNgrok": "Successfully installed @NameVersion.",
|
|
813
470
|
"depChecker.finishInstallBicep": "Successfully installed @NameVersion.",
|
|
814
|
-
"depChecker.needInstallNgrok": "You must have @NameVersion installed to debug your local bot.",
|
|
815
|
-
"depChecker.failToValidateNgrok": "Unable to validate @NameVersion after installation.",
|
|
816
471
|
"depChecker.downloadDotnet": "Downloading and installing the portable version of @NameVersion, which will be installed to @InstallDir and will not affect your environment.",
|
|
817
472
|
"depChecker.downloadBicep": "Downloading and installing the portable version of @NameVersion, which will be installed to @InstallDir and will not affect your environment.",
|
|
818
473
|
"depChecker.finishInstallDotnet": "Successfully installed @NameVersion.",
|
|
@@ -820,7 +475,6 @@
|
|
|
820
475
|
"depChecker.dotnetInstallStderr": "dotnet-install command failed without error exit code but with non-empty standard error.",
|
|
821
476
|
"depChecker.dotnetInstallErrorCode": "dotnet-install command failed.",
|
|
822
477
|
"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.",
|
|
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.)",
|
|
824
478
|
"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
479
|
"depChecker.NodeNotLts": "Node.js (%s) is not a LTS version (%s). Go to %s to install a LTS Node.js.",
|
|
826
480
|
"depChecker.dotnetNotFound": "Cannot find @NameVersion. For the details why .NET SDK is needed, refer to @HelpLink",
|
|
@@ -830,8 +484,6 @@
|
|
|
830
484
|
"depChecker.failToDownloadFromUrl": "Unable to download file from '@Url', HTTP status '@Status'.",
|
|
831
485
|
"depChecker.failToValidateVxTestAppInstallOptions": "Invalid argument for video extensibility test app prerequisites checker. Please check tasks.json file.",
|
|
832
486
|
"depChecker.failToValidateVxTestApp": "Unable to validate video extensibility test app after installation.",
|
|
833
|
-
"error.BadComponent": "Component '%s' lacks of property: %s.",
|
|
834
|
-
"error.InvalidFeature": "This feature is not applicable for your project.",
|
|
835
487
|
"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
488
|
"error.driver.outputEnvironmentVariableUndefined": "The output environment variable name(s) are not defined.",
|
|
837
489
|
"driver.aadApp.description.create": "Create an Azure Active Directory app to authenticate users",
|
|
@@ -962,6 +614,7 @@
|
|
|
962
614
|
"driver.botFramework.progressBar.createOrUpdateBot": "Creating or updating bot registration.",
|
|
963
615
|
"error.yaml.InvalidYamlSchemaError": "Unable to parse yaml file: %s. Please review the yaml file.",
|
|
964
616
|
"error.yaml.InvalidYamlSchemaErrorWithReason": "Unable to parse yaml file: %s. Reason: %s Please review the yaml file.",
|
|
617
|
+
"error.yaml.VersionNotSupported": "version %s is not supported. Supported versions: %s.",
|
|
965
618
|
"error.yaml.YamlFieldTypeError": "Field '%s' should have %s type, yaml file: %s",
|
|
966
619
|
"error.yaml.YamlFieldMissingError": "Field '%s' is missing, yaml file: %s",
|
|
967
620
|
"error.yaml.InvalidYmlActionNameError": "Action '%s' not found, yaml file: %s",
|
|
@@ -972,10 +625,15 @@
|
|
|
972
625
|
"error.common.InvalidProjectError": "This command only works for project created by Teams Toolkit.",
|
|
973
626
|
"error.common.FileNotFoundError": "The file or directory is not found: '%s'. Check if it exists and you have permission to access it.",
|
|
974
627
|
"error.common.JSONSyntaxError": "JSON syntax error: %s. Check the JSON syntax to ensure it is properly formatted.",
|
|
975
|
-
"error.common.
|
|
628
|
+
"error.common.ReadFileError": "Unable to read file for reason: %s",
|
|
629
|
+
"error.common.UnhandledError": "Unable to write file for reason: %s",
|
|
976
630
|
"error.common.MissingRequiredInputError": "Missing required input: %s",
|
|
977
631
|
"error.common.InputValidationError": "Input '%s' validation failed: %s",
|
|
978
632
|
"error.common.NoEnvFilesError": "Unable to find .env files.",
|
|
633
|
+
"error.common.MissingRequiredFileError": "Missing %srequired file `%s`",
|
|
634
|
+
"error.common.HttpClientError": "A http client error happened while performing the %s task. The error response is: %s",
|
|
635
|
+
"error.common.HttpServerError": "A http server error happened while performing the %s task. Please try again later. The error response is: %s",
|
|
636
|
+
"error.common.ConcurrentError": "Previous task is still running. Wait until your previous task is finished and try again.",
|
|
979
637
|
"error.upgrade.NoNeedUpgrade": "This project is already the latest, no need to upgrade.",
|
|
980
638
|
"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.",
|
|
981
639
|
"error.collaboration.FailedToLoadManifest": "Unable to load manifest file. Reason: %s.",
|
|
@@ -1007,7 +665,7 @@
|
|
|
1007
665
|
"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.",
|
|
1008
666
|
"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.",
|
|
1009
667
|
"error.script.ScriptTimeoutError": "Script execution timeout: %s. Adjust 'timeout' parameter in yaml or improve your script's efficiency.",
|
|
1010
|
-
"error.script.ScriptExecutionError": "%s",
|
|
668
|
+
"error.script.ScriptExecutionError": "Script ('%s') execution error: %s",
|
|
1011
669
|
"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.",
|
|
1012
670
|
"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.",
|
|
1013
671
|
"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.",
|
|
@@ -1018,4 +676,4 @@
|
|
|
1018
676
|
"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.",
|
|
1019
677
|
"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.",
|
|
1020
678
|
"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
|
-
}
|
|
679
|
+
}
|