@microsoft/teamsfx-core 2.0.9-rc-hotfix.2 → 2.0.10-alpha.070ff93c3.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/client/teamsDevPortalClient.d.ts +127 -0
- package/build/client/teamsDevPortalClient.d.ts.map +1 -0
- package/build/client/teamsDevPortalClient.js +934 -0
- package/build/client/teamsDevPortalClient.js.map +1 -0
- package/build/common/azureUtils.d.ts +3 -0
- package/build/common/azureUtils.d.ts.map +1 -0
- package/build/common/azureUtils.js +50 -0
- package/build/common/azureUtils.js.map +1 -0
- package/build/common/constants.d.ts +10 -19
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +43 -22
- package/build/common/constants.js.map +1 -1
- package/build/common/featureFlags.d.ts +33 -25
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +51 -71
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/globalState.js +3 -3
- package/build/{core → common}/globalVars.d.ts +2 -1
- package/build/common/globalVars.d.ts.map +1 -0
- package/build/{core → common}/globalVars.js +11 -1
- package/build/common/globalVars.js.map +1 -0
- package/build/common/localizeUtils.js +1 -1
- package/build/common/localizeUtils.js.map +1 -1
- package/build/common/projectSettingsHelper.d.ts +5 -0
- package/build/common/projectSettingsHelper.d.ts.map +1 -1
- package/build/common/projectSettingsHelper.js +31 -1
- package/build/common/projectSettingsHelper.js.map +1 -1
- package/build/common/requestUtils.d.ts +4 -0
- package/build/common/requestUtils.d.ts.map +1 -0
- package/build/common/requestUtils.js +52 -0
- package/build/common/requestUtils.js.map +1 -0
- package/build/common/samples.d.ts +6 -1
- package/build/common/samples.d.ts.map +1 -1
- package/build/common/samples.js +6 -6
- package/build/common/samples.js.map +1 -1
- package/build/common/stringUtils.d.ts +8 -0
- package/build/common/stringUtils.d.ts.map +1 -1
- package/build/common/stringUtils.js +63 -1
- package/build/common/stringUtils.js.map +1 -1
- package/build/common/telemetry.d.ts +35 -13
- package/build/common/telemetry.d.ts.map +1 -1
- package/build/common/telemetry.js +82 -74
- package/build/common/telemetry.js.map +1 -1
- package/build/common/templates-config.json +2 -2
- package/build/common/tools.d.ts +2 -32
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +15 -248
- package/build/common/tools.js.map +1 -1
- package/build/common/utils.d.ts +1 -3
- package/build/common/utils.d.ts.map +1 -1
- package/build/common/utils.js +5 -14
- package/build/common/utils.js.map +1 -1
- package/build/common/wrappedAxiosClient.d.ts +1 -0
- package/build/common/wrappedAxiosClient.d.ts.map +1 -1
- package/build/common/wrappedAxiosClient.js +30 -26
- package/build/common/wrappedAxiosClient.js.map +1 -1
- package/build/component/configManager/lifecycle.js +1 -1
- package/build/component/configManager/lifecycle.js.map +1 -1
- package/build/component/configManager/parser.js +1 -1
- package/build/component/configManager/parser.js.map +1 -1
- package/build/component/configManager/validator.js +1 -1
- package/build/component/configManager/validator.js.map +1 -1
- package/build/component/constants.d.ts +3 -223
- package/build/component/constants.d.ts.map +1 -1
- package/build/component/constants.js +4 -247
- package/build/component/constants.js.map +1 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +41 -164
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/deps-checker/checkerFactory.d.ts.map +1 -0
- package/build/component/deps-checker/checkerFactory.js.map +1 -0
- package/build/{common → component}/deps-checker/constant/helpLink.d.ts +0 -3
- package/build/component/deps-checker/constant/helpLink.d.ts.map +1 -0
- package/build/{common → component}/deps-checker/constant/helpLink.js +1 -6
- package/build/component/deps-checker/constant/helpLink.js.map +1 -0
- package/build/component/deps-checker/constant/index.d.ts.map +1 -0
- package/build/component/deps-checker/constant/index.js.map +1 -0
- package/build/component/deps-checker/constant/message.d.ts.map +1 -0
- package/build/{common → component}/deps-checker/constant/message.js +1 -1
- package/build/component/deps-checker/constant/message.js.map +1 -0
- package/build/component/deps-checker/constant/telemetry.d.ts.map +1 -0
- package/build/component/deps-checker/constant/telemetry.js.map +1 -0
- package/build/component/deps-checker/coreDepsLoggerAdapter.d.ts.map +1 -0
- package/build/component/deps-checker/coreDepsLoggerAdapter.js.map +1 -0
- package/build/component/deps-checker/coreDepsTelemetryAdapter.d.ts.map +1 -0
- package/build/{common → component}/deps-checker/coreDepsTelemetryAdapter.js +4 -4
- package/build/component/deps-checker/coreDepsTelemetryAdapter.js.map +1 -0
- package/build/component/deps-checker/depsChecker.d.ts.map +1 -0
- package/build/component/deps-checker/depsChecker.js.map +1 -0
- package/build/component/deps-checker/depsError.d.ts.map +1 -0
- package/build/component/deps-checker/depsError.js.map +1 -0
- package/build/component/deps-checker/depsLogger.d.ts.map +1 -0
- package/build/component/deps-checker/depsLogger.js.map +1 -0
- package/build/component/deps-checker/depsManager.d.ts.map +1 -0
- package/build/component/deps-checker/depsManager.js.map +1 -0
- package/build/component/deps-checker/depsTelemetry.d.ts.map +1 -0
- package/build/component/deps-checker/depsTelemetry.js.map +1 -0
- package/build/component/deps-checker/index.d.ts.map +1 -0
- package/build/component/deps-checker/index.js.map +1 -0
- package/build/component/deps-checker/internal/dotnetChecker.d.ts.map +1 -0
- package/build/{common → component}/deps-checker/internal/dotnetChecker.js +1 -1
- package/build/component/deps-checker/internal/dotnetChecker.js.map +1 -0
- package/build/component/deps-checker/internal/funcToolChecker.d.ts.map +1 -0
- package/build/{common → component}/deps-checker/internal/funcToolChecker.js +4 -4
- package/build/component/deps-checker/internal/funcToolChecker.js.map +1 -0
- package/build/component/deps-checker/internal/nodeChecker.d.ts.map +1 -0
- package/build/component/deps-checker/internal/nodeChecker.js.map +1 -0
- package/build/component/deps-checker/internal/testToolChecker.d.ts.map +1 -0
- package/build/{common → component}/deps-checker/internal/testToolChecker.js +1 -1
- package/build/component/deps-checker/internal/testToolChecker.js.map +1 -0
- package/build/component/deps-checker/internal/vxTestAppChecker.d.ts.map +1 -0
- package/build/{common → component}/deps-checker/internal/vxTestAppChecker.js +9 -3
- package/build/component/deps-checker/internal/vxTestAppChecker.js.map +1 -0
- package/build/component/deps-checker/util/cpUtils.d.ts.map +1 -0
- package/build/component/deps-checker/util/cpUtils.js.map +1 -0
- package/build/component/deps-checker/util/downloadHelper.d.ts.map +1 -0
- package/build/component/deps-checker/util/downloadHelper.js.map +1 -0
- package/build/component/deps-checker/util/fileHelper.d.ts.map +1 -0
- package/build/component/deps-checker/util/fileHelper.js.map +1 -0
- package/build/component/deps-checker/util/index.d.ts.map +1 -0
- package/build/component/deps-checker/util/index.js.map +1 -0
- package/build/component/deps-checker/util/progressIndicator.d.ts.map +1 -0
- package/build/component/deps-checker/util/progressIndicator.js.map +1 -0
- package/build/component/deps-checker/util/system.d.ts.map +1 -0
- package/build/component/deps-checker/util/system.js.map +1 -0
- package/build/component/developerPortalScaffoldUtils.d.ts +1 -5
- package/build/component/developerPortalScaffoldUtils.d.ts.map +1 -1
- package/build/component/developerPortalScaffoldUtils.js +71 -87
- package/build/component/developerPortalScaffoldUtils.js.map +1 -1
- package/build/component/driver/aad/create.d.ts.map +1 -1
- package/build/component/driver/aad/create.js +17 -18
- package/build/component/driver/aad/create.js.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.js +10 -10
- package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.d.ts +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.d.ts.map +1 -1
- package/build/component/driver/aad/utility/buildAadManifest.js +11 -11
- package/build/component/driver/aad/utility/buildAadManifest.js.map +1 -1
- package/build/component/driver/add/addWebPart.d.ts +2 -2
- package/build/component/driver/add/addWebPart.d.ts.map +1 -1
- package/build/component/driver/add/addWebPart.js +29 -29
- package/build/component/driver/add/addWebPart.js.map +1 -1
- package/build/component/driver/apiKey/create.d.ts.map +1 -1
- package/build/component/driver/apiKey/create.js +16 -16
- package/build/component/driver/apiKey/create.js.map +1 -1
- package/build/component/driver/apiKey/update.d.ts +1 -1
- package/build/component/driver/apiKey/update.d.ts.map +1 -1
- package/build/component/driver/apiKey/update.js +15 -15
- package/build/component/driver/apiKey/update.js.map +1 -1
- package/build/component/driver/arm/deployImpl.js +1 -1
- package/build/component/driver/arm/deployImpl.js.map +1 -1
- package/build/component/driver/arm/util/bicepChecker.d.ts.map +1 -1
- package/build/component/driver/arm/util/bicepChecker.js +25 -5
- package/build/component/driver/arm/util/bicepChecker.js.map +1 -1
- package/build/component/driver/arm/util/handleError.js +2 -2
- package/build/component/driver/arm/util/handleError.js.map +1 -1
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.js +1 -1
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.js.map +1 -1
- package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js +1 -1
- package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.d.ts +4 -4
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.js +13 -13
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.js.map +1 -1
- package/build/component/driver/deploy/spfx/deployDriver.d.ts +1 -1
- package/build/component/driver/deploy/spfx/deployDriver.d.ts.map +1 -1
- package/build/component/driver/deploy/spfx/deployDriver.js +19 -18
- package/build/component/driver/deploy/spfx/deployDriver.js.map +1 -1
- package/build/component/driver/devTool/error/dotnetInstallationUserError.js +1 -1
- package/build/component/driver/devTool/error/dotnetInstallationUserError.js.map +1 -1
- package/build/component/driver/devTool/error/funcInstallationUserError.js +1 -1
- package/build/component/driver/devTool/error/funcInstallationUserError.js.map +1 -1
- package/build/component/driver/devTool/error/testToolInstallationUserError.js +1 -1
- package/build/component/driver/devTool/error/testToolInstallationUserError.js.map +1 -1
- package/build/component/driver/devTool/installDriver.d.ts +1 -1
- package/build/component/driver/devTool/installDriver.d.ts.map +1 -1
- package/build/component/driver/devTool/installDriver.js +6 -6
- package/build/component/driver/devTool/installDriver.js.map +1 -1
- package/build/component/driver/m365/acquire.js +4 -4
- package/build/component/driver/m365/acquire.js.map +1 -1
- package/build/component/driver/middleware/addSWADeployTelemetry.js +5 -5
- package/build/component/driver/middleware/addSWADeployTelemetry.js.map +1 -1
- package/build/component/driver/middleware/addStartAndEndTelemetry.d.ts.map +1 -1
- package/build/component/driver/middleware/addStartAndEndTelemetry.js +3 -3
- package/build/component/driver/middleware/addStartAndEndTelemetry.js.map +1 -1
- package/build/component/driver/oauth/create.d.ts +1 -1
- package/build/component/driver/oauth/create.d.ts.map +1 -1
- package/build/component/driver/oauth/create.js +23 -24
- package/build/component/driver/oauth/create.js.map +1 -1
- package/build/component/driver/oauth/update.d.ts +1 -1
- package/build/component/driver/oauth/update.d.ts.map +1 -1
- package/build/component/driver/oauth/update.js +15 -15
- package/build/component/driver/oauth/update.js.map +1 -1
- package/build/component/driver/oauth/utility/utility.js +2 -3
- package/build/component/driver/oauth/utility/utility.js.map +1 -1
- package/build/component/driver/script/scriptDriver.js +1 -1
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/teamsApp/appStudio.d.ts +1 -1
- package/build/component/driver/teamsApp/appStudio.d.ts.map +1 -1
- package/build/component/driver/teamsApp/appStudio.js +25 -25
- package/build/component/driver/teamsApp/appStudio.js.map +1 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.d.ts +7 -4
- package/build/component/driver/teamsApp/clients/appStudioClient.d.ts.map +1 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.js +60 -60
- package/build/component/driver/teamsApp/clients/appStudioClient.js.map +1 -1
- package/build/component/driver/teamsApp/configure.d.ts +1 -1
- package/build/component/driver/teamsApp/configure.d.ts.map +1 -1
- package/build/component/driver/teamsApp/configure.js +16 -16
- package/build/component/driver/teamsApp/configure.js.map +1 -1
- package/build/component/driver/teamsApp/constants.d.ts +0 -2
- package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
- package/build/component/driver/teamsApp/constants.js +14 -24
- package/build/component/driver/teamsApp/constants.js.map +1 -1
- package/build/component/driver/teamsApp/create.d.ts +2 -2
- package/build/component/driver/teamsApp/create.d.ts.map +1 -1
- package/build/component/driver/teamsApp/create.js +19 -19
- package/build/component/driver/teamsApp/create.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.d.ts +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.js +21 -21
- package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.js +8 -8
- package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +29 -22
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.js +34 -34
- package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/telemetry.d.ts +0 -9
- package/build/component/driver/teamsApp/utils/telemetry.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/telemetry.js +0 -9
- package/build/component/driver/teamsApp/utils/telemetry.js.map +1 -1
- package/build/component/driver/teamsApp/utils/utils.d.ts +1 -1
- package/build/component/driver/teamsApp/utils/utils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/utils.js +1 -1
- package/build/component/driver/teamsApp/utils/utils.js.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.d.ts +2 -5
- package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.js +18 -18
- package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/validateTestCases.d.ts +3 -3
- package/build/component/driver/teamsApp/validateTestCases.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateTestCases.js +20 -19
- package/build/component/driver/teamsApp/validateTestCases.js.map +1 -1
- package/build/component/driver/util/utils.d.ts +3 -0
- package/build/component/driver/util/utils.d.ts.map +1 -1
- package/build/component/driver/util/utils.js +16 -1
- package/build/component/driver/util/utils.js.map +1 -1
- package/build/component/driver/util/wrapUtil.d.ts.map +1 -1
- package/build/component/driver/util/wrapUtil.js +8 -5
- package/build/component/driver/util/wrapUtil.js.map +1 -1
- package/build/component/feature/collaboration.d.ts.map +1 -1
- package/build/component/feature/collaboration.js +25 -24
- package/build/component/feature/collaboration.js.map +1 -1
- package/build/component/feature/sso.js +4 -3
- package/build/component/feature/sso.js.map +1 -1
- package/build/component/generator/apiSpec/generator.d.ts +21 -0
- package/build/component/generator/apiSpec/generator.d.ts.map +1 -0
- package/build/component/generator/{copilotPlugin → apiSpec}/generator.js +226 -102
- package/build/component/generator/apiSpec/generator.js.map +1 -0
- package/build/component/generator/{copilotPlugin → apiSpec}/helper.d.ts +5 -14
- package/build/component/generator/apiSpec/helper.d.ts.map +1 -0
- package/build/component/generator/{copilotPlugin → apiSpec}/helper.js +70 -114
- package/build/component/generator/apiSpec/helper.js.map +1 -0
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +16 -10
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/generatorAction.d.ts +1 -1
- package/build/component/generator/generatorAction.d.ts.map +1 -1
- package/build/component/generator/generatorAction.js +8 -16
- package/build/component/generator/generatorAction.js.map +1 -1
- package/build/component/generator/generatorProvider.d.ts.map +1 -1
- package/build/component/generator/generatorProvider.js +4 -2
- package/build/component/generator/generatorProvider.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts +7 -2
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +69 -36
- package/build/component/generator/officeAddin/generator.js.map +1 -1
- package/build/component/generator/officeAddin/helperMethods.d.ts +5 -0
- package/build/component/generator/officeAddin/helperMethods.d.ts.map +1 -1
- package/build/component/generator/officeAddin/helperMethods.js +37 -0
- package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
- package/build/component/generator/officeXMLAddin/projectConfig.d.ts +2 -4
- package/build/component/generator/officeXMLAddin/projectConfig.d.ts.map +1 -1
- package/build/component/generator/officeXMLAddin/projectConfig.js +1 -86
- package/build/component/generator/officeXMLAddin/projectConfig.js.map +1 -1
- package/build/component/generator/spfx/depsChecker/generatorChecker.d.ts.map +1 -1
- package/build/component/generator/spfx/depsChecker/generatorChecker.js +8 -7
- package/build/component/generator/spfx/depsChecker/generatorChecker.js.map +1 -1
- package/build/component/generator/spfx/depsChecker/yoChecker.d.ts.map +1 -1
- package/build/component/generator/spfx/depsChecker/yoChecker.js +3 -2
- package/build/component/generator/spfx/depsChecker/yoChecker.js.map +1 -1
- package/build/component/generator/spfx/error.d.ts +0 -1
- package/build/component/generator/spfx/error.d.ts.map +1 -1
- package/build/component/generator/spfx/error.js +1 -5
- package/build/component/generator/spfx/error.js.map +1 -1
- package/build/component/generator/spfx/spfxGenerator.d.ts +2 -2
- package/build/component/generator/spfx/spfxGenerator.d.ts.map +1 -1
- package/build/component/generator/spfx/spfxGenerator.js +31 -34
- package/build/component/generator/spfx/spfxGenerator.js.map +1 -1
- package/build/component/generator/spfx/utils/constants.d.ts +0 -13
- package/build/component/generator/spfx/utils/constants.d.ts.map +1 -1
- package/build/component/generator/spfx/utils/constants.js +1 -16
- package/build/component/generator/spfx/utils/constants.js.map +1 -1
- package/build/component/generator/spfx/utils/telemetry-helper.d.ts.map +1 -1
- package/build/component/generator/spfx/utils/telemetry-helper.js +11 -9
- package/build/component/generator/spfx/utils/telemetry-helper.js.map +1 -1
- package/build/component/generator/spfx/utils/utils.d.ts +1 -1
- package/build/component/generator/spfx/utils/utils.d.ts.map +1 -1
- package/build/component/generator/spfx/utils/utils.js +1 -1
- package/build/component/generator/spfx/utils/utils.js.map +1 -1
- package/build/component/generator/templates/ssrTabGenerator.d.ts.map +1 -1
- package/build/component/generator/templates/ssrTabGenerator.js +5 -5
- package/build/component/generator/templates/ssrTabGenerator.js.map +1 -1
- package/build/component/generator/templates/templateGenerator.d.ts +3 -3
- package/build/component/generator/templates/templateGenerator.d.ts.map +1 -1
- package/build/component/generator/templates/templateGenerator.js +4 -6
- package/build/component/generator/templates/templateGenerator.js.map +1 -1
- package/build/component/generator/templates/templateNames.d.ts +3 -0
- package/build/component/generator/templates/templateNames.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.js +143 -111
- package/build/component/generator/templates/templateNames.js.map +1 -1
- package/build/component/generator/templates/templateReplaceMap.d.ts.map +1 -1
- package/build/component/generator/templates/templateReplaceMap.js +18 -12
- package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
- package/build/component/generator/utils.d.ts +4 -12
- package/build/component/generator/utils.d.ts.map +1 -1
- package/build/component/generator/utils.js +48 -79
- package/build/component/generator/utils.js.map +1 -1
- package/build/{common → component}/local/constants.d.ts +1 -0
- package/build/component/local/constants.d.ts.map +1 -0
- package/build/{common → component}/local/constants.js +1 -0
- package/build/component/local/constants.js.map +1 -0
- package/build/component/local/index.d.ts.map +1 -0
- package/build/component/local/index.js.map +1 -0
- package/build/component/local/localCertificateManager.d.ts.map +1 -0
- package/build/{common → component}/local/localCertificateManager.js +2 -2
- package/build/component/local/localCertificateManager.js.map +1 -0
- package/build/component/local/localEnvManager.d.ts.map +1 -0
- package/build/component/local/localEnvManager.js.map +1 -0
- package/build/component/local/localTelemetryReporter.d.ts.map +1 -0
- package/build/{common → component}/local/localTelemetryReporter.js +1 -1
- package/build/component/local/localTelemetryReporter.js.map +1 -0
- package/build/component/local/npmLogHelper.d.ts.map +1 -0
- package/build/component/local/npmLogHelper.js.map +1 -0
- package/build/component/local/packageJsonHelper.d.ts.map +1 -0
- package/build/component/local/packageJsonHelper.js.map +1 -0
- package/build/component/local/portChecker.d.ts.map +1 -0
- package/build/{common → component}/local/portChecker.js +2 -2
- package/build/component/local/portChecker.js.map +1 -0
- package/build/component/local/process.d.ts.map +1 -0
- package/build/component/local/process.js.map +1 -0
- package/build/component/local/taskDefinition.d.ts.map +1 -0
- package/build/{common → component}/local/taskDefinition.js +3 -3
- package/build/component/local/taskDefinition.js.map +1 -0
- package/build/component/m365/constants.d.ts +9 -0
- package/build/component/m365/constants.d.ts.map +1 -0
- package/build/{common → component}/m365/constants.js +4 -1
- package/build/component/m365/constants.js.map +1 -0
- package/build/component/m365/errors.d.ts.map +1 -0
- package/build/{common → component}/m365/errors.js +1 -1
- package/build/component/m365/errors.js.map +1 -0
- package/build/component/m365/launchHelper.d.ts +12 -0
- package/build/component/m365/launchHelper.d.ts.map +1 -0
- package/build/{common → component}/m365/launchHelper.js +30 -22
- package/build/component/m365/launchHelper.js.map +1 -0
- package/build/component/m365/packageService.d.ts.map +1 -0
- package/build/{common → component}/m365/packageService.js +12 -12
- package/build/component/m365/packageService.js.map +1 -0
- package/build/component/m365/serviceConstant.d.ts +3 -0
- package/build/component/m365/serviceConstant.d.ts.map +1 -0
- package/build/component/m365/serviceConstant.js +8 -0
- package/build/component/m365/serviceConstant.js.map +1 -0
- package/build/component/middleware/actionExecutionMW.d.ts +1 -1
- package/build/component/middleware/actionExecutionMW.d.ts.map +1 -1
- package/build/component/middleware/actionExecutionMW.js +9 -9
- package/build/component/middleware/actionExecutionMW.js.map +1 -1
- package/build/component/middleware/envMW.js +4 -4
- package/build/component/middleware/envMW.js.map +1 -1
- package/build/component/middleware/questionMW.js +1 -1
- package/build/component/middleware/questionMW.js.map +1 -1
- package/build/component/migrate.d.ts +32 -0
- package/build/component/migrate.d.ts.map +1 -1
- package/build/component/migrate.js +109 -32
- package/build/component/migrate.js.map +1 -1
- package/build/component/provisionUtils.d.ts.map +1 -1
- package/build/component/provisionUtils.js +5 -6
- package/build/component/provisionUtils.js.map +1 -1
- package/build/component/resource/botService/appStudio/appStudioClient.d.ts.map +1 -1
- package/build/component/resource/botService/appStudio/appStudioClient.js +12 -11
- package/build/component/resource/botService/appStudio/appStudioClient.js.map +1 -1
- package/build/component/resource/botService/botRegistration/botFrameworkRegistration.d.ts +1 -1
- package/build/component/resource/botService/botRegistration/botFrameworkRegistration.d.ts.map +1 -1
- package/build/component/resource/botService/botRegistration/botFrameworkRegistration.js +9 -6
- package/build/component/resource/botService/botRegistration/botFrameworkRegistration.js.map +1 -1
- package/build/component/resource/botService/constants.d.ts +0 -13
- package/build/component/resource/botService/constants.d.ts.map +1 -1
- package/build/component/resource/botService/constants.js +1 -15
- package/build/component/resource/botService/constants.js.map +1 -1
- package/build/component/telemetry.d.ts.map +1 -1
- package/build/component/telemetry.js +6 -7
- package/build/component/telemetry.js.map +1 -1
- package/build/component/utils/ResourceGroupHelper.d.ts +10 -2
- package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -1
- package/build/component/utils/ResourceGroupHelper.js +135 -42
- package/build/component/utils/ResourceGroupHelper.js.map +1 -1
- package/build/component/utils/charsetUtils.d.ts +1 -1
- package/build/component/utils/charsetUtils.d.ts.map +1 -1
- package/build/component/utils/charsetUtils.js +3 -1
- package/build/component/utils/charsetUtils.js.map +1 -1
- package/build/component/utils/depsChecker/common.d.ts +1 -3
- package/build/component/utils/depsChecker/common.d.ts.map +1 -1
- package/build/component/utils/depsChecker/common.js +0 -2
- package/build/component/utils/depsChecker/common.js.map +1 -1
- package/build/component/utils/envUtil.js +2 -2
- package/build/component/utils/envUtil.js.map +1 -1
- package/build/component/utils/metadataUtil.js +1 -1
- 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 +9 -11
- package/build/component/utils/pathUtils.js.map +1 -1
- package/build/component/utils/settingsUtil.js +1 -1
- package/build/component/utils/settingsUtil.js.map +1 -1
- package/build/component/utils/teamsFxTelemetryReporter.d.ts.map +1 -1
- package/build/component/utils/teamsFxTelemetryReporter.js +6 -9
- package/build/component/utils/teamsFxTelemetryReporter.js.map +1 -1
- package/build/core/FxCore.d.ts +3 -4
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +81 -110
- package/build/core/FxCore.js.map +1 -1
- package/build/core/callback.d.ts +2 -2
- package/build/core/callback.d.ts.map +1 -1
- package/build/core/callback.js.map +1 -1
- package/build/core/collaborator.d.ts.map +1 -1
- package/build/core/collaborator.js +9 -11
- package/build/core/collaborator.js.map +1 -1
- package/build/core/crypto.d.ts.map +1 -1
- package/build/core/crypto.js +1 -2
- package/build/core/crypto.js.map +1 -1
- package/build/core/environmentName.d.ts +0 -1
- package/build/core/environmentName.d.ts.map +1 -1
- package/build/core/environmentName.js +0 -2
- package/build/core/environmentName.js.map +1 -1
- package/build/core/middleware/concurrentLocker.d.ts.map +1 -1
- package/build/core/middleware/concurrentLocker.js +12 -13
- package/build/core/middleware/concurrentLocker.js.map +1 -1
- package/build/core/middleware/errorHandler.js +1 -1
- package/build/core/middleware/errorHandler.js.map +1 -1
- package/build/core/middleware/projectMigratorV3.d.ts +5 -1
- package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
- package/build/core/middleware/projectMigratorV3.js +32 -28
- package/build/core/middleware/projectMigratorV3.js.map +1 -1
- package/build/core/middleware/projectSettingsLoader.js +1 -1
- package/build/core/middleware/projectSettingsLoader.js.map +1 -1
- package/build/core/middleware/projectVersionChecker.js +5 -5
- package/build/core/middleware/projectVersionChecker.js.map +1 -1
- package/build/core/middleware/utils/MigrationUtils.js +1 -1
- package/build/core/middleware/utils/MigrationUtils.js.map +1 -1
- package/build/core/middleware/utils/appYmlGenerator.d.ts +1 -0
- package/build/core/middleware/utils/appYmlGenerator.d.ts.map +1 -1
- package/build/core/middleware/utils/appYmlGenerator.js +12 -6
- package/build/core/middleware/utils/appYmlGenerator.js.map +1 -1
- package/build/core/middleware/utils/debug/taskMigrator.js +2 -2
- package/build/core/middleware/utils/debug/taskMigrator.js.map +1 -1
- package/build/core/middleware/utils/v3MigrationUtils.js +4 -4
- package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
- package/build/core/middleware/videoFilterAppBlocker.d.ts +2 -0
- package/build/core/middleware/videoFilterAppBlocker.d.ts.map +1 -1
- package/build/core/middleware/videoFilterAppBlocker.js +21 -5
- package/build/core/middleware/videoFilterAppBlocker.js.map +1 -1
- package/build/core/telemetry.d.ts +0 -5
- package/build/core/telemetry.d.ts.map +1 -1
- package/build/core/telemetry.js +9 -17
- package/build/core/telemetry.js.map +1 -1
- package/build/error/common.d.ts +33 -1
- package/build/error/common.d.ts.map +1 -1
- package/build/error/common.js +111 -6
- package/build/error/common.js.map +1 -1
- package/build/error/teamsApp.d.ts +3 -0
- package/build/error/teamsApp.d.ts.map +1 -1
- package/build/error/teamsApp.js +12 -1
- package/build/error/teamsApp.js.map +1 -1
- package/build/error/yml.js +1 -1
- package/build/error/yml.js.map +1 -1
- package/build/index.d.ts +58 -36
- package/build/index.d.ts.map +1 -1
- package/build/index.js +124 -52
- package/build/index.js.map +1 -1
- package/build/question/constants.d.ts +243 -1
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +1049 -11
- package/build/question/constants.js.map +1 -1
- package/build/question/create.d.ts +10 -151
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +258 -1268
- package/build/question/create.js.map +1 -1
- package/build/question/index.d.ts +1 -3
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +2 -6
- package/build/question/index.js.map +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts +6 -8
- package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.js +15 -34
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/other.d.ts +2 -28
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +66 -272
- package/build/question/other.js.map +1 -1
- package/package.json +11 -9
- package/resource/deps-checker/dotnet-install.ps1 +912 -423
- package/resource/deps-checker/dotnet-install.sh +876 -238
- package/resource/package.nls.json +71 -119
- package/resource/yaml-schema/v1.6/yaml.schema.json +1829 -0
- package/resource/yaml-schema/yaml.schema.json +46 -1
- package/templates/core/v3Migration/js.ts.app.local.yml +3 -3
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/python.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/plugins/resource/aad/auth/V3/aad.manifest.template.json +6 -0
- package/templates/plugins/resource/aad/manifest/aad.template.json +6 -0
- package/templates/plugins/resource/aad/manifest/bot/aad.manifest.template.json +6 -0
- package/templates/plugins/resource/aad/manifest/tab/aad.manifest.template.json +6 -0
- package/build/common/deps-checker/checkerFactory.d.ts.map +0 -1
- package/build/common/deps-checker/checkerFactory.js.map +0 -1
- package/build/common/deps-checker/constant/helpLink.d.ts.map +0 -1
- package/build/common/deps-checker/constant/helpLink.js.map +0 -1
- package/build/common/deps-checker/constant/index.d.ts.map +0 -1
- package/build/common/deps-checker/constant/index.js.map +0 -1
- package/build/common/deps-checker/constant/message.d.ts.map +0 -1
- package/build/common/deps-checker/constant/message.js.map +0 -1
- package/build/common/deps-checker/constant/telemetry.d.ts.map +0 -1
- package/build/common/deps-checker/constant/telemetry.js.map +0 -1
- package/build/common/deps-checker/coreDepsLoggerAdapter.d.ts.map +0 -1
- package/build/common/deps-checker/coreDepsLoggerAdapter.js.map +0 -1
- package/build/common/deps-checker/coreDepsTelemetryAdapter.d.ts.map +0 -1
- package/build/common/deps-checker/coreDepsTelemetryAdapter.js.map +0 -1
- package/build/common/deps-checker/depsChecker.d.ts.map +0 -1
- package/build/common/deps-checker/depsChecker.js.map +0 -1
- package/build/common/deps-checker/depsError.d.ts.map +0 -1
- package/build/common/deps-checker/depsError.js.map +0 -1
- package/build/common/deps-checker/depsLogger.d.ts.map +0 -1
- package/build/common/deps-checker/depsLogger.js.map +0 -1
- package/build/common/deps-checker/depsManager.d.ts.map +0 -1
- package/build/common/deps-checker/depsManager.js.map +0 -1
- package/build/common/deps-checker/depsTelemetry.d.ts.map +0 -1
- package/build/common/deps-checker/depsTelemetry.js.map +0 -1
- package/build/common/deps-checker/index.d.ts.map +0 -1
- package/build/common/deps-checker/index.js.map +0 -1
- package/build/common/deps-checker/internal/dotnetChecker.d.ts.map +0 -1
- package/build/common/deps-checker/internal/dotnetChecker.js.map +0 -1
- package/build/common/deps-checker/internal/funcToolChecker.d.ts.map +0 -1
- package/build/common/deps-checker/internal/funcToolChecker.js.map +0 -1
- package/build/common/deps-checker/internal/nodeChecker.d.ts.map +0 -1
- package/build/common/deps-checker/internal/nodeChecker.js.map +0 -1
- package/build/common/deps-checker/internal/testToolChecker.d.ts.map +0 -1
- package/build/common/deps-checker/internal/testToolChecker.js.map +0 -1
- package/build/common/deps-checker/internal/vxTestAppChecker.d.ts.map +0 -1
- package/build/common/deps-checker/internal/vxTestAppChecker.js.map +0 -1
- package/build/common/deps-checker/util/cpUtils.d.ts.map +0 -1
- package/build/common/deps-checker/util/cpUtils.js.map +0 -1
- package/build/common/deps-checker/util/downloadHelper.d.ts.map +0 -1
- package/build/common/deps-checker/util/downloadHelper.js.map +0 -1
- package/build/common/deps-checker/util/fileHelper.d.ts.map +0 -1
- package/build/common/deps-checker/util/fileHelper.js.map +0 -1
- package/build/common/deps-checker/util/index.d.ts.map +0 -1
- package/build/common/deps-checker/util/index.js.map +0 -1
- package/build/common/deps-checker/util/progressIndicator.d.ts.map +0 -1
- package/build/common/deps-checker/util/progressIndicator.js.map +0 -1
- package/build/common/deps-checker/util/system.d.ts.map +0 -1
- package/build/common/deps-checker/util/system.js.map +0 -1
- package/build/common/local/constants.d.ts.map +0 -1
- package/build/common/local/constants.js.map +0 -1
- package/build/common/local/index.d.ts.map +0 -1
- package/build/common/local/index.js.map +0 -1
- package/build/common/local/localCertificateManager.d.ts.map +0 -1
- package/build/common/local/localCertificateManager.js.map +0 -1
- package/build/common/local/localEnvManager.d.ts.map +0 -1
- package/build/common/local/localEnvManager.js.map +0 -1
- package/build/common/local/localTelemetryReporter.d.ts.map +0 -1
- package/build/common/local/localTelemetryReporter.js.map +0 -1
- package/build/common/local/npmLogHelper.d.ts.map +0 -1
- package/build/common/local/npmLogHelper.js.map +0 -1
- package/build/common/local/packageJsonHelper.d.ts.map +0 -1
- package/build/common/local/packageJsonHelper.js.map +0 -1
- package/build/common/local/portChecker.d.ts.map +0 -1
- package/build/common/local/portChecker.js.map +0 -1
- package/build/common/local/process.d.ts.map +0 -1
- package/build/common/local/process.js.map +0 -1
- package/build/common/local/taskDefinition.d.ts.map +0 -1
- package/build/common/local/taskDefinition.js.map +0 -1
- package/build/common/m365/constants.d.ts +0 -6
- package/build/common/m365/constants.d.ts.map +0 -1
- package/build/common/m365/constants.js.map +0 -1
- package/build/common/m365/errors.d.ts.map +0 -1
- package/build/common/m365/errors.js.map +0 -1
- package/build/common/m365/launchHelper.d.ts +0 -12
- package/build/common/m365/launchHelper.d.ts.map +0 -1
- package/build/common/m365/launchHelper.js.map +0 -1
- package/build/common/m365/packageService.d.ts.map +0 -1
- package/build/common/m365/packageService.js.map +0 -1
- package/build/common/m365/serviceConstant.d.ts +0 -3
- package/build/common/m365/serviceConstant.d.ts.map +0 -1
- package/build/common/m365/serviceConstant.js +0 -8
- package/build/common/m365/serviceConstant.js.map +0 -1
- package/build/common/projectSettingsHelperV3.d.ts +0 -2
- package/build/common/projectSettingsHelperV3.d.ts.map +0 -1
- package/build/common/projectSettingsHelperV3.js +0 -15
- package/build/common/projectSettingsHelperV3.js.map +0 -1
- package/build/component/generator/copilotPlugin/generator.d.ts +0 -13
- package/build/component/generator/copilotPlugin/generator.d.ts.map +0 -1
- package/build/component/generator/copilotPlugin/generator.js.map +0 -1
- package/build/component/generator/copilotPlugin/helper.d.ts.map +0 -1
- package/build/component/generator/copilotPlugin/helper.js.map +0 -1
- package/build/component/generator/officeXMLAddin/generator.d.ts +0 -13
- package/build/component/generator/officeXMLAddin/generator.d.ts.map +0 -1
- package/build/component/generator/officeXMLAddin/generator.js +0 -110
- package/build/component/generator/officeXMLAddin/generator.js.map +0 -1
- package/build/component/utils.d.ts +0 -12
- package/build/component/utils.d.ts.map +0 -1
- package/build/component/utils.js +0 -136
- package/build/component/utils.js.map +0 -1
- package/build/component/workflow.d.ts +0 -4
- package/build/component/workflow.d.ts.map +0 -1
- package/build/component/workflow.js +0 -18
- package/build/component/workflow.js.map +0 -1
- package/build/core/error.d.ts +0 -32
- package/build/core/error.d.ts.map +0 -1
- package/build/core/error.js +0 -122
- package/build/core/error.js.map +0 -1
- package/build/core/globalVars.d.ts.map +0 -1
- package/build/core/globalVars.js.map +0 -1
- package/build/failpoint/index.d.ts +0 -3
- package/build/failpoint/index.d.ts.map +0 -1
- package/build/failpoint/index.js +0 -11
- package/build/failpoint/index.js.map +0 -1
- package/build/failpoint/marker.d.ts +0 -13
- package/build/failpoint/marker.d.ts.map +0 -1
- package/build/failpoint/marker.js +0 -8
- package/build/failpoint/marker.js.map +0 -1
- package/build/failpoint/runtime.d.ts +0 -12
- package/build/failpoint/runtime.d.ts.map +0 -1
- package/build/failpoint/runtime.js +0 -67
- package/build/failpoint/runtime.js.map +0 -1
- package/build/question/questionNames.d.ts +0 -78
- package/build/question/questionNames.d.ts.map +0 -1
- package/build/question/questionNames.js +0 -85
- package/build/question/questionNames.js.map +0 -1
- package/build/question/util.d.ts +0 -2
- package/build/question/util.d.ts.map +0 -1
- package/build/question/util.js +0 -18
- package/build/question/util.js.map +0 -1
- /package/build/{common → component}/deps-checker/checkerFactory.d.ts +0 -0
- /package/build/{common → component}/deps-checker/checkerFactory.js +0 -0
- /package/build/{common → component}/deps-checker/constant/index.d.ts +0 -0
- /package/build/{common → component}/deps-checker/constant/index.js +0 -0
- /package/build/{common → component}/deps-checker/constant/message.d.ts +0 -0
- /package/build/{common → component}/deps-checker/constant/telemetry.d.ts +0 -0
- /package/build/{common → component}/deps-checker/constant/telemetry.js +0 -0
- /package/build/{common → component}/deps-checker/coreDepsLoggerAdapter.d.ts +0 -0
- /package/build/{common → component}/deps-checker/coreDepsLoggerAdapter.js +0 -0
- /package/build/{common → component}/deps-checker/coreDepsTelemetryAdapter.d.ts +0 -0
- /package/build/{common → component}/deps-checker/depsChecker.d.ts +0 -0
- /package/build/{common → component}/deps-checker/depsChecker.js +0 -0
- /package/build/{common → component}/deps-checker/depsError.d.ts +0 -0
- /package/build/{common → component}/deps-checker/depsError.js +0 -0
- /package/build/{common → component}/deps-checker/depsLogger.d.ts +0 -0
- /package/build/{common → component}/deps-checker/depsLogger.js +0 -0
- /package/build/{common → component}/deps-checker/depsManager.d.ts +0 -0
- /package/build/{common → component}/deps-checker/depsManager.js +0 -0
- /package/build/{common → component}/deps-checker/depsTelemetry.d.ts +0 -0
- /package/build/{common → component}/deps-checker/depsTelemetry.js +0 -0
- /package/build/{common → component}/deps-checker/index.d.ts +0 -0
- /package/build/{common → component}/deps-checker/index.js +0 -0
- /package/build/{common → component}/deps-checker/internal/dotnetChecker.d.ts +0 -0
- /package/build/{common → component}/deps-checker/internal/funcToolChecker.d.ts +0 -0
- /package/build/{common → component}/deps-checker/internal/nodeChecker.d.ts +0 -0
- /package/build/{common → component}/deps-checker/internal/nodeChecker.js +0 -0
- /package/build/{common → component}/deps-checker/internal/testToolChecker.d.ts +0 -0
- /package/build/{common → component}/deps-checker/internal/vxTestAppChecker.d.ts +0 -0
- /package/build/{common → component}/deps-checker/util/cpUtils.d.ts +0 -0
- /package/build/{common → component}/deps-checker/util/cpUtils.js +0 -0
- /package/build/{common → component}/deps-checker/util/downloadHelper.d.ts +0 -0
- /package/build/{common → component}/deps-checker/util/downloadHelper.js +0 -0
- /package/build/{common → component}/deps-checker/util/fileHelper.d.ts +0 -0
- /package/build/{common → component}/deps-checker/util/fileHelper.js +0 -0
- /package/build/{common → component}/deps-checker/util/index.d.ts +0 -0
- /package/build/{common → component}/deps-checker/util/index.js +0 -0
- /package/build/{common → component}/deps-checker/util/progressIndicator.d.ts +0 -0
- /package/build/{common → component}/deps-checker/util/progressIndicator.js +0 -0
- /package/build/{common → component}/deps-checker/util/system.d.ts +0 -0
- /package/build/{common → component}/deps-checker/util/system.js +0 -0
- /package/build/{common → component}/local/index.d.ts +0 -0
- /package/build/{common → component}/local/index.js +0 -0
- /package/build/{common → component}/local/localCertificateManager.d.ts +0 -0
- /package/build/{common → component}/local/localEnvManager.d.ts +0 -0
- /package/build/{common → component}/local/localEnvManager.js +0 -0
- /package/build/{common → component}/local/localTelemetryReporter.d.ts +0 -0
- /package/build/{common → component}/local/npmLogHelper.d.ts +0 -0
- /package/build/{common → component}/local/npmLogHelper.js +0 -0
- /package/build/{common → component}/local/packageJsonHelper.d.ts +0 -0
- /package/build/{common → component}/local/packageJsonHelper.js +0 -0
- /package/build/{common → component}/local/portChecker.d.ts +0 -0
- /package/build/{common → component}/local/process.d.ts +0 -0
- /package/build/{common → component}/local/process.js +0 -0
- /package/build/{common → component}/local/taskDefinition.d.ts +0 -0
- /package/build/{common → component}/m365/errors.d.ts +0 -0
- /package/build/{common → component}/m365/packageService.d.ts +0 -0
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"core.addApi.confirm":"Teams Toolkit will modify files in your \"%s\" folder based on the new OpenAPI document you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
|
|
2
|
+
"core.addApi.confirm": "Teams Toolkit will modify files in your \"%s\" folder based on the new OpenAPI document you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
|
|
3
3
|
"core.addApi.continue": "Add",
|
|
4
4
|
"core.provision.provision": "Provision",
|
|
5
5
|
"core.provision.learnMore": "More info",
|
|
@@ -36,7 +36,7 @@
|
|
|
36
36
|
"core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json is invalid.",
|
|
37
37
|
"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",
|
|
38
38
|
"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 \"teamsapp upgrade\" to upgrade your project first.",
|
|
39
|
-
"core.projectVersionChecker.cliUseNewVersion": "Your
|
|
39
|
+
"core.projectVersionChecker.cliUseNewVersion": "Your Teams Toolkit CLI version is old and it doesn't support current project, please upgrade to the latest version using command below:\nnpm install -g @microsoft/teamsapp-cli@latest",
|
|
40
40
|
"core.projectVersionChecker.incompatibleProject": "The current project is incompatible with the installed version of Teams Toolkit.",
|
|
41
41
|
"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.",
|
|
42
42
|
"core.deployArmTemplates.ActionSuccess": "ARM templates are deployed successfully. Resource group name: %s. Deployment name: %s",
|
|
@@ -90,7 +90,6 @@
|
|
|
90
90
|
"plugins.spfx.buildSharepointPackage": "Building SharePoint package",
|
|
91
91
|
"plugins.spfx.deploy.title": "Upload and deploy SharePoint package",
|
|
92
92
|
"plugins.spfx.scaffold.title": "Scaffolding project",
|
|
93
|
-
"plugins.spfx.error.npmInstallFailed": "Unable to run 'npm install' due to %s",
|
|
94
93
|
"plugins.spfx.error.invalidDependency": "Unable to validate package %s",
|
|
95
94
|
"plugins.spfx.error.noConfiguration": "There's no .yo-rc.json file in your SPFx project, add the configuration file and try again.",
|
|
96
95
|
"plugins.spfx.error.devEnvironmentNotSetup": "Your SPFx development environment is not set up correctly. Click \"Get Help\" to set up the right environment.",
|
|
@@ -170,11 +169,7 @@
|
|
|
170
169
|
"plugins.bot.triggers.timer-functions.detail": "A function running on Azure Functions can respond based on a specific schedule.",
|
|
171
170
|
"plugins.bot.triggers.timer-functions.label": "Timer Trigger",
|
|
172
171
|
"error.NoProjectOpenedError": "No project is currently open. Create a new project or open an existing one.",
|
|
173
|
-
"error.InvalidEnvNameError": "Environment name can only contain letters, digits, _ and -.",
|
|
174
172
|
"error.UpgradeV3CanceledError": "Don't want to upgrade? Continue using old version of Teams Toolkit",
|
|
175
|
-
"error.InvalidInputError": "Invalid inputs: %s",
|
|
176
|
-
"error.ProjectEnvAlreadyExistError": "Project environment %s already exists.",
|
|
177
|
-
"error.NotImplementedError": "Method not implemented: %s",
|
|
178
173
|
"error.FailedToParseResourceIdError": "Unable to get '%s' from resource id: '%s'",
|
|
179
174
|
"error.NoSubscriptionFound": "Unable to find a subscription.",
|
|
180
175
|
"error.TrustCertificateCancelError": "User canceled. For Teams to trust the self-signed SSL certificate used by the toolkit, add the certificate to your certificate store.",
|
|
@@ -219,7 +214,6 @@
|
|
|
219
214
|
"error.generator.DownloadSampleApiLimitError": "Unable to download sample due to rate limitation. Try again in an hour after rate limit reset or you can manually clone the repo from %s.",
|
|
220
215
|
"error.generator.DownloadSampleNetworkError": "Unable to download sample due to network error. Check your network connection and try again or you can manually clone the repo from %s",
|
|
221
216
|
"error.copilotPlugin.apiSpecNotUsedInPlugin": "\"%s\" is not used in the plugin.",
|
|
222
|
-
"error.copilotPlugin.openAiPluginManifest.CannotGetManifest": "Unable to get OpenAI plugin manifest from '%s'.",
|
|
223
217
|
"error.apime.noExtraAPICanBeAdded": "Unable to add API because only GET and POST methods are supported, with a maximum of 5 required parameters and no authentication. Also, methods defined in the manifest are not listed.",
|
|
224
218
|
"error.copilot.noExtraAPICanBeAdded": "Unable to add API because no authentication is supported. Also, methods defined in the current OpenAPI description document are not listed.",
|
|
225
219
|
"error.m365.NotExtendedToM365Error": "Unable to extend Teams app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend your Teams app to Microsoft 365.",
|
|
@@ -261,11 +255,10 @@
|
|
|
261
255
|
"core.TabSPFxOption.detailNew": "Build UI with SharePoint Framework",
|
|
262
256
|
"core.TabNonSso.label": "Basic Tab",
|
|
263
257
|
"core.TabNonSso.detail": "A simple implementation of a web app that's ready to customize",
|
|
264
|
-
"core.copilotPlugin.api.noAuth": "
|
|
265
|
-
"core.copilotPlugin.api.apiKeyAuth": "API
|
|
266
|
-
"core.copilotPlugin.api.oauth": "OAuth(
|
|
258
|
+
"core.copilotPlugin.api.noAuth": "No authentication",
|
|
259
|
+
"core.copilotPlugin.api.apiKeyAuth": "API Key authentication(Bearer token authentication)",
|
|
260
|
+
"core.copilotPlugin.api.oauth": "OAuth(Authorization code flow)",
|
|
267
261
|
"core.copilotPlugin.validate.apiSpec.summary": "Teams Toolkit has checked your OpenAPI description document:\n\nSummary:\n%s.\n%s\n%s",
|
|
268
|
-
"core.copilotPlugin.validate.openAIPluginManifest.summary": "Teams Toolkit has checked your OpenAI plugin manifest:\n\nSummary:\n%s.\n%s\n%s",
|
|
269
262
|
"core.copilotPlugin.validate.summary.validate.failed": "%s failed",
|
|
270
263
|
"core.copilotPlugin.validate.summary.validate.warning": "%s warning",
|
|
271
264
|
"core.copilotPlugin.scaffold.summary": "We have detected the following issues for your OpenAPI description document:\n%s",
|
|
@@ -301,11 +294,11 @@
|
|
|
301
294
|
"core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Microsoft 365 app",
|
|
302
295
|
"core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
|
|
303
296
|
"core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Microsoft Copilot for Microsoft 365 using your APIs",
|
|
304
|
-
"core.createProjectQuestion.projectType.copilotPlugin.label": "
|
|
305
|
-
"core.createProjectQuestion.projectType.copilotPlugin.title": "
|
|
297
|
+
"core.createProjectQuestion.projectType.copilotPlugin.label": "API Plugin",
|
|
298
|
+
"core.createProjectQuestion.projectType.copilotPlugin.title": "API Plugin",
|
|
306
299
|
"core.createProjectQuestion.projectType.copilotPlugin.placeholder": "Select an option",
|
|
307
300
|
"core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent chatbot in Microsoft Teams easily using Teams AI Library",
|
|
308
|
-
"core.createProjectQuestion.projectType.customCopilot.label": "Custom Copilot",
|
|
301
|
+
"core.createProjectQuestion.projectType.customCopilot.label": "Custom Engine Copilot",
|
|
309
302
|
"core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Teams AI Library",
|
|
310
303
|
"core.createProjectQuestion.projectType.customCopilot.placeholder": "Select an option",
|
|
311
304
|
"core.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use Github Copilot Chat",
|
|
@@ -323,8 +316,6 @@
|
|
|
323
316
|
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
|
|
324
317
|
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create a plugin from your existing API",
|
|
325
318
|
"core.createProjectQuestion.capability.messageExtensionApiSpecOption.detail": "Create a message extension from your existing API",
|
|
326
|
-
"core.createProjectQuestion.capability.copilotPluginAIPluginOption.label": "Start with an OpenAI Plugin",
|
|
327
|
-
"core.createProjectQuestion.capability.copilotPluginAIPluginOption.detail": "Convert an OpenAI Plugin to Microsoft 365 Copilot plugin",
|
|
328
319
|
"core.createProjectQuestion.capability.customCopilotBasicOption.label": "Basic AI Chatbot",
|
|
329
320
|
"core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Build a basic AI chatbot in Teams",
|
|
330
321
|
"core.createProjectQuestion.capability.customCopilotRagOption.label": "Chat With Your Data",
|
|
@@ -350,7 +341,7 @@
|
|
|
350
341
|
"core.createProjectQuestion.capability.declarativeCopilotBasic.title": "Basic Declarative Copilot",
|
|
351
342
|
"core.createProjectQuestion.capability.declarativeCopilotBasic.detail": "A declarative Copilot skeleton you can author without any plugin",
|
|
352
343
|
"core.createProjectQuestion.capability.declarativeCopilotWithPlugin.title": "Declarative Copilot with a plugin using Azure Functions",
|
|
353
|
-
"core.createProjectQuestion.capability.declarativeCopilotWithPlugin.detail": "A declarative Copilot containing
|
|
344
|
+
"core.createProjectQuestion.capability.declarativeCopilotWithPlugin.detail": "A declarative Copilot containing an API plugin with a new API from Azure Functions",
|
|
354
345
|
"core.createProjectQuestion.declarativeCopilotType.title": "Choose Declarative Copilot Type",
|
|
355
346
|
"core.createProjectQuestion.llmService.title": "Service for Large Language Model (LLM)",
|
|
356
347
|
"core.createProjectQuestion.llmService.placeholder": "Select a service to access LLMs",
|
|
@@ -369,8 +360,6 @@
|
|
|
369
360
|
"core.createProjectQuestion.apiSpec.title": "OpenAPI Description Document",
|
|
370
361
|
"core.createProjectQuestion.apiSpec.placeholder": "Enter OpenAPI Description Document URL",
|
|
371
362
|
"core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Description Document Location",
|
|
372
|
-
"core.createProjectQuestion.OpenAIPluginDomain": "OpenAI Plugin Manifest",
|
|
373
|
-
"core.createProjectQuestion.OpenAIPluginDomain.placeholder": "Enter your website domain or manifest URL",
|
|
374
363
|
"core.createProjectQuestion.ApiKey": "Enter API Key in OpenAPI Description Document",
|
|
375
364
|
"core.createProjectQuestion.ApiKeyConfirm": "Teams Toolkit will upload the API key to Teams Developer Portal. The API key will be used by Teams client to securely access your API in runtime. Teams Toolkit will not store your API key.",
|
|
376
365
|
"core.createProjectQuestion.OauthClientId": "Enter client id for OAuth registration in OpenAPI Description Document",
|
|
@@ -389,44 +378,7 @@
|
|
|
389
378
|
"core.createProjectQuestion.apiSpec.operation.placeholder.skipExisting": "Methods defined in manifest.json are not listed",
|
|
390
379
|
"core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "Incompatible OpenAPI description document. Check output panel for details.",
|
|
391
380
|
"core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "Incompatible OpenAPI description document. Check [output panel](command:fx-extension.showOutputChannel) for details.",
|
|
392
|
-
"core.createProjectQuestion.openAiPluginManifest.multipleValidationErrors.vscode.message": "Invalid OpenAI plugin manifest. Check [output panel](command:fx-extension.showOutputChannel) for details.",
|
|
393
|
-
"core.createProjectQuestion.openAiPluginManifest.validationError.missingApiUrl": "Missing URL in \"%s\".",
|
|
394
|
-
"core.createProjectQuestion.openAiPluginManifest.validationError.authNotSupported": "Auth type is not supported. Supported auth type: \"%s\".",
|
|
395
381
|
"core.createProjectQuestion.meArchitecture.title": "Architecture of Search Based Message Extension",
|
|
396
|
-
"core.createProjectQuestion.officeXMLAddin.bar.title": "Office Add-in",
|
|
397
|
-
"core.createProjectQuestion.officeXMLAddin.bar.detail": "Creating Project.",
|
|
398
|
-
"core.createProjectQuestion.officeXMLAddin.mainEntry.title": "Office Add-in",
|
|
399
|
-
"core.createProjectQuestion.officeXMLAddin.mainEntry.detail": "Create integration with Outlook, Word, Excel, or PowerPoint",
|
|
400
|
-
"core.createProjectQuestion.officeXMLAddin.create.title": "Select to Create an Outlook, Word, Excel, or PowerPoint Add-in",
|
|
401
|
-
"core.createProjectQuestion.officeXMLAddin.word.title": "Word Add-in",
|
|
402
|
-
"core.createProjectQuestion.officeXMLAddin.word.detail": "Create an add-in that can run in Word across multiple platforms",
|
|
403
|
-
"core.createProjectQuestion.officeXMLAddin.word.sso.title": "Add-in with Single Sign On",
|
|
404
|
-
"core.createProjectQuestion.officeXMLAddin.word.sso.detail": "Create a Word add-in with Single Sign On capabilities",
|
|
405
|
-
"core.createProjectQuestion.officeXMLAddin.word.react.title": "Add-in with React Framework",
|
|
406
|
-
"core.createProjectQuestion.officeXMLAddin.word.react.detail": "Create a Word add-in with React framework",
|
|
407
|
-
"core.createProjectQuestion.officeXMLAddin.word.create.title": "Create a Word Add-in",
|
|
408
|
-
"core.createProjectQuestion.officeXMLAddin.excel.title": "Excel Add-in",
|
|
409
|
-
"core.createProjectQuestion.officeXMLAddin.excel.detail": "Extend Excel functionality and access Excel data on multiple platforms",
|
|
410
|
-
"core.createProjectQuestion.officeXMLAddin.excel.sso.title": "Add-in with Single Sign On",
|
|
411
|
-
"core.createProjectQuestion.officeXMLAddin.excel.sso.detail": "Create an Excel add-in with Single Sign On capabilities",
|
|
412
|
-
"core.createProjectQuestion.officeXMLAddin.excel.react.title": "Add-in with React Framework",
|
|
413
|
-
"core.createProjectQuestion.officeXMLAddin.excel.react.detail": "Create an Excel add-in with React framework",
|
|
414
|
-
"core.createProjectQuestion.officeXMLAddin.excel.cf.shared.title": "Excel Custom Functions Using Shared Runtime",
|
|
415
|
-
"core.createProjectQuestion.officeXMLAddin.excel.cf.shared.detail": "Create an Excel add-in leveraging Custom Functions using a Shared Runtime",
|
|
416
|
-
"core.createProjectQuestion.officeXMLAddin.excel.cf.js.title": "Excel Custom Functions Using JavaScript-only Runtime",
|
|
417
|
-
"core.createProjectQuestion.officeXMLAddin.excel.cf.js.detail": "Create an Excel add-in leveraging Custom Functions using a JavaScript-only Runtime",
|
|
418
|
-
"core.createProjectQuestion.officeXMLAddin.excel.create.title": "Create Excel Add-in",
|
|
419
|
-
"core.createProjectQuestion.officeXMLAddin.powerpoint.title": "PowerPoint Add-in",
|
|
420
|
-
"core.createProjectQuestion.officeXMLAddin.powerpoint.detail": "Build engaging solutions for presentations across platform",
|
|
421
|
-
"core.createProjectQuestion.officeXMLAddin.powerpoint.sso.title": "Add-in with Single Sign On",
|
|
422
|
-
"core.createProjectQuestion.officeXMLAddin.powerpoint.sso.detail": "PowerPoint add-in with Single Sign On capabilities",
|
|
423
|
-
"core.createProjectQuestion.officeXMLAddin.powerpoint.react.title": "Add-in with React Framework",
|
|
424
|
-
"core.createProjectQuestion.officeXMLAddin.powerpoint.react.detail": "Create a PowerPoint add-in with React framework",
|
|
425
|
-
"core.createProjectQuestion.officeXMLAddin.powerpoint.create.title": "Create a PowerPoint Add-in",
|
|
426
|
-
"core.createProjectQuestion.officeXMLAddin.taskpane.title": "Add-in with Basic Task Pane",
|
|
427
|
-
"core.createProjectQuestion.officeXMLAddin.taskpane.detail": "Customize the Ribbon with a button and create a dashboard in the Task Pane",
|
|
428
|
-
"core.createProjectQuestion.officeXMLAddin.manifestOnly.title": "Add-in Project With only Manifest File",
|
|
429
|
-
"core.createProjectQuestion.officeXMLAddin.manifestOnly.detail": "Create an add-in project that includes only the manifest file",
|
|
430
382
|
"core.aiAssistantBotOption.label": "AI Agent Bot",
|
|
431
383
|
"core.aiAssistantBotOption.detail": "A custom AI Agent bot in Teams using Teams AI library and OpenAI Assistants API",
|
|
432
384
|
"core.aiBotOption.label": "AI Chat Bot",
|
|
@@ -498,11 +450,9 @@
|
|
|
498
450
|
"core.selectCollaborationAppTypeQuestion.title": "Select the app for which you want to manage collaborators",
|
|
499
451
|
"core.selectValidateMethodQuestion.validate.selectTitle": "Select a validation method",
|
|
500
452
|
"core.selectValidateMethodQuestion.validate.schemaOption": "Validate using manifest schema",
|
|
501
|
-
"core.selectValidateMethodQuestion.validate.schemaOptionDescription": "Validate using manifest schema",
|
|
502
453
|
"core.selectValidateMethodQuestion.validate.appPackageOption": "Validate app package using validation rules",
|
|
503
|
-
"core.selectValidateMethodQuestion.validate.
|
|
504
|
-
"core.selectValidateMethodQuestion.validate.
|
|
505
|
-
"core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Check your app with Microsoft's test cases before publishing",
|
|
454
|
+
"core.selectValidateMethodQuestion.validate.testCasesOption": "Validate all integration test cases before publishing",
|
|
455
|
+
"core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Comprehensive tests to ensure readiness",
|
|
506
456
|
"core.confirmManifestQuestion.placeholder": "Confirm you've selected the correct manifest file",
|
|
507
457
|
"core.aadAppQuestion.label": "Microsoft Entra app",
|
|
508
458
|
"core.aadAppQuestion.description": "Your Microsoft Entra app for Single Sign On",
|
|
@@ -532,8 +482,8 @@
|
|
|
532
482
|
"core.common.CancelledMessage": "Operation is canceled.",
|
|
533
483
|
"core.common.SwaggerNotSupported": "Swagger 2.0 is not supported. Convert it to OpenAPI 3.0 first.",
|
|
534
484
|
"core.common.SpecVersionNotSupported": "OpenAPI version %s is not supported. Use version 3.0.x.",
|
|
485
|
+
"core.common.AddedAPINotInOriginalSpec": "APIs added to the project need to originate from the original OpenAPI description document.",
|
|
535
486
|
"core.common.NoServerInformation": "No server information is found in the OpenAPI description document.",
|
|
536
|
-
"core.common.CircularReferenceNotSupported": "Circular reference inside the OpenAPI description document is not supported",
|
|
537
487
|
"core.common.RemoteRefNotSupported": "Remote reference is not supported: %s.",
|
|
538
488
|
"core.common.MissingOperationId": "Missing operationIds: %s.",
|
|
539
489
|
"core.common.NoSupportedApi": "No supported API found in the OpenAPI document.\nFor more information visit: \"https://aka.ms/build-api-based-message-extension\". \nReasons for API incompatibility are listed below:\n%s",
|
|
@@ -554,6 +504,7 @@
|
|
|
554
504
|
"core.common.invalidReason.MethodNotAllowed": "method not allowed",
|
|
555
505
|
"core.common.invalidReason.UrlPathNotExist": "url path does not exist",
|
|
556
506
|
"core.common.invalidReason.NoAPIs": "No APIs were found in the OpenAPI description document.",
|
|
507
|
+
"core.common.invalidReason.CircularReference": "circular reference inside API definition",
|
|
557
508
|
"core.common.UrlProtocolNotSupported": "Server url is not correct: protocol %s is not supported, you should use https protocol instead.",
|
|
558
509
|
"core.common.RelativeServerUrlNotSupported": "Server url is not correct: relative server url is not supported.",
|
|
559
510
|
"core.common.ErrorFetchApiSpec": "Your OpenAPI description document should be accessible without authentication, otherwise download and start from a local copy.",
|
|
@@ -593,28 +544,28 @@
|
|
|
593
544
|
"error.aad.manifest.OptionalClaimsIsMissing": "optionalClaims is missing\n",
|
|
594
545
|
"error.aad.manifest.OptionalClaimsMissingIdtypClaim": "optionalClaims access token doesn't contain idtyp claim\n",
|
|
595
546
|
"error.aad.manifest.AADManifestIssues": "Microsoft Entra manifest has following issues that may potentially break the Teams App:\n",
|
|
596
|
-
"error.aad.manifest.DeleteOrUpdatePermissionFailed": "Unable to update or delete an
|
|
547
|
+
"error.aad.manifest.DeleteOrUpdatePermissionFailed": "Unable to update or delete an enabled permission. It may be because the ACCESS_AS_USER_PERMISSION_ID environment variable is changed for selected environment. Make sure your permission id(s) match the actual Microsoft Entra application and try again.\n",
|
|
597
548
|
"error.aad.manifest.HostNameNotOnVerifiedDomain": "Unable to set identifierUri because the value is not on verified domain: %s",
|
|
598
549
|
"error.aad.manifest.UnknownResourceAppId": "Unknown resourceAppId %s",
|
|
599
550
|
"error.aad.manifest.UnknownResourceAccessType": "Unknown resourceAccess: %s",
|
|
600
|
-
"error.aad.manifest.UnknownResourceAccessId": "Unknown resourceAccess id: %s,
|
|
551
|
+
"error.aad.manifest.UnknownResourceAccessId": "Unknown resourceAccess id: %s, try to use permission id instead of resourceAccess id.",
|
|
601
552
|
"core.addSsoFiles.emptyProjectPath": "Project path is empty",
|
|
602
553
|
"core.addSsoFiles.FailedToCreateAuthFiles": "Unable to create files for add sso. Detail error: %s.",
|
|
603
|
-
"core.getUserEmailQuestion.validation3": "Email address is
|
|
554
|
+
"core.getUserEmailQuestion.validation3": "Email address is invalid",
|
|
604
555
|
"plugins.bot.ErrorSuggestions": "Suggestions: %s",
|
|
605
556
|
"plugins.bot.InvalidValue": "%s is invalid with value: %s",
|
|
606
|
-
"plugins.bot.SomethingIsMissing": "%s is
|
|
557
|
+
"plugins.bot.SomethingIsMissing": "%s is not available.",
|
|
607
558
|
"plugins.bot.FailedToProvision": "Unable to provision %s.",
|
|
608
559
|
"plugins.bot.FailedToUpdateConfigs": "Unable to update configs for %s",
|
|
609
560
|
"plugins.bot.BotRegistrationNotFoundWith": "Bot registration was not found with botId %s. Click 'Get Help' button to get more info about how to check bot registrations.",
|
|
610
561
|
"plugins.bot.BotResourceExists": "Bot resource already existed on %s, skip creating Bot resource.",
|
|
611
562
|
"plugins.bot.FailRetrieveAzureCredentials": "Unable to retrieve Azure credentials.",
|
|
612
|
-
"plugins.bot.ProvisionBotRegistration": "
|
|
613
|
-
"plugins.bot.ProvisionBotRegistrationSuccess": "
|
|
614
|
-
"plugins.bot.CheckLogAndFix": "Please check log
|
|
563
|
+
"plugins.bot.ProvisionBotRegistration": "Bot registration provisioning in progress...",
|
|
564
|
+
"plugins.bot.ProvisionBotRegistrationSuccess": "Bot registration provisioned successfully.",
|
|
565
|
+
"plugins.bot.CheckLogAndFix": "Please check log-in Output panel and try to fix this issue.",
|
|
615
566
|
"plugins.bot.AppStudioBotRegistration": "Developer Portal bot registration",
|
|
616
|
-
"plugins.function.getTemplateFromLocal": "Unable to get
|
|
617
|
-
"error.depChecker.DefaultErrorMessage": "Install
|
|
567
|
+
"plugins.function.getTemplateFromLocal": "Unable to get latest template from github, trying to use the local template.",
|
|
568
|
+
"error.depChecker.DefaultErrorMessage": "Install required dependencies manually.",
|
|
618
569
|
"depChecker.learnMoreButtonText": "Get more info",
|
|
619
570
|
"depChecker.needInstallNpm": "You must have NPM installed to debug your local functions.",
|
|
620
571
|
"depChecker.failToValidateFuncCoreTool": "Unable to validate Azure Functions Core Tools after installation.",
|
|
@@ -677,7 +628,7 @@
|
|
|
677
628
|
"driver.botAadApp.error.unexpectedEmptyBotPassword": "Bot password is empty. Add it in env file or clear bot id to have bot id/password pair regenerated. action: %s.",
|
|
678
629
|
"driver.arm.description.deploy": "Deploy the given ARM templates to Azure.",
|
|
679
630
|
"driver.arm.deploy.progressBar.message": "Deploying the ARM templates to Azure...",
|
|
680
|
-
"debug.warningMessage": "To debug applications in Teams, your localhost server
|
|
631
|
+
"debug.warningMessage": "To debug applications in Teams, your localhost server need to be on HTTPS.\nFor Teams to trust the self-signed SSL certificate used by the toolkit, add a self-signed certificate to your certificate store.\n You may skip this step, but you'll have to manually trust the secure connection in a new browser window when debugging your apps in Teams.\nFor more information \"https://aka.ms/teamsfx-ca-certificate\".",
|
|
681
632
|
"debug.warningMessage2": " You may be asked for your account credentials when installing the certificate.",
|
|
682
633
|
"debug.install": "Install",
|
|
683
634
|
"driver.spfx.deploy.description": "deploys the SPFx package to SharePoint app catalog.",
|
|
@@ -686,12 +637,12 @@
|
|
|
686
637
|
"driver.spfx.deploy.deployPackage": "Deploy SPFx package to your tenant app catalog.",
|
|
687
638
|
"driver.spfx.deploy.skipCreateAppCatalog": "Skip to create SharePoint app catalog.",
|
|
688
639
|
"driver.spfx.deploy.uploadPackage": "Upload SPFx package to your tenant app catalog.",
|
|
689
|
-
"driver.spfx.info.tenantAppCatalogCreated": "SharePoint tenant app catalog %s created
|
|
690
|
-
"driver.spfx.warn.noTenantAppCatalogFound": "No tenant app catalog found,
|
|
691
|
-
"driver.spfx.error.failedToGetAppCatalog": "
|
|
640
|
+
"driver.spfx.info.tenantAppCatalogCreated": "SharePoint tenant app catalog %s is created. Please wait a few minutes for it to be active.",
|
|
641
|
+
"driver.spfx.warn.noTenantAppCatalogFound": "No tenant app catalog found, try again: %s",
|
|
642
|
+
"driver.spfx.error.failedToGetAppCatalog": "Unable to get app catalog site url after creation. Wait a few minutes and try again.",
|
|
692
643
|
"driver.spfx.error.noValidAppCatelog": "There is no valid app catalog in your tenant. You can update the property 'createAppCatalogIfNotExist' in %s to true if you want Teams Toolkit to create it for you or you can create it by yourself.",
|
|
693
644
|
"driver.spfx.add.description": "add additional web part to SPFx project",
|
|
694
|
-
"driver.spfx.add.successNotice": "Web part %s was successfully added to project.",
|
|
645
|
+
"driver.spfx.add.successNotice": "Web part %s was successfully added to the project.",
|
|
695
646
|
"driver.spfx.add.progress.title": "Scaffolding web part",
|
|
696
647
|
"driver.spfx.add.progress.scaffoldWebpart": "Generate SPFx web part using Yeoman CLI",
|
|
697
648
|
"driver.prerequisite.error.funcInstallationError": "Unable to check and install Azure Functions Core Tools.",
|
|
@@ -702,26 +653,26 @@
|
|
|
702
653
|
"driver.prerequisite.summary.devCert.trusted.succuss": "Development certificate for localhost is installed.",
|
|
703
654
|
"driver.prerequisite.summary.devCert.notTrusted.succuss": "Development certificate for localhost is generated.",
|
|
704
655
|
"driver.prerequisite.summary.devCert.skipped": "Skip trusting development certificate for localhost.",
|
|
705
|
-
"driver.prerequisite.summary.func.installedWithPath": "Azure Functions Core Tools
|
|
706
|
-
"driver.prerequisite.summary.func.installed": "Azure Functions Core Tools
|
|
656
|
+
"driver.prerequisite.summary.func.installedWithPath": "Azure Functions Core Tools are installed at %s.",
|
|
657
|
+
"driver.prerequisite.summary.func.installed": "Azure Functions Core Tools are installed.",
|
|
707
658
|
"driver.prerequisite.summary.dotnet.installedWithPath": ".NET Core SDK is installed at %s.",
|
|
708
659
|
"driver.prerequisite.summary.dotnet.installed": ".NET Core SDK is installed.",
|
|
709
660
|
"driver.prerequisite.summary.testTool.installedWithPath": "Teams App Test Tool is installed at %s.",
|
|
710
661
|
"driver.prerequisite.summary.testTool.installed": "Teams App Test Tool is installed.",
|
|
711
|
-
"driver.file.createOrUpdateEnvironmentFile.description": "Create or update variables to
|
|
712
|
-
"driver.file.createOrUpdateEnvironmentFile.summary": "
|
|
662
|
+
"driver.file.createOrUpdateEnvironmentFile.description": "Create or update variables to env file.",
|
|
663
|
+
"driver.file.createOrUpdateEnvironmentFile.summary": "Variables have been generated successfully to %s.",
|
|
713
664
|
"driver.file.createOrUpdateJsonFile.description": "Create or update JSON file.",
|
|
714
|
-
"driver.file.createOrUpdateJsonFile.summary": "
|
|
665
|
+
"driver.file.createOrUpdateJsonFile.summary": "Json file has been successfully generated to %s.",
|
|
715
666
|
"driver.file.progressBar.appsettings": "Generating json file...",
|
|
716
667
|
"driver.file.progressBar.env": "Generating environment variables...",
|
|
717
|
-
"driver.deploy.error.restartWebAppError": "Unable to restart web app.\nPlease try to restart
|
|
718
|
-
"driver.deploy.notice.deployAcceleration": "Deploying to Azure App Service takes a long time.
|
|
668
|
+
"driver.deploy.error.restartWebAppError": "Unable to restart web app.\nPlease try to restart it manually.",
|
|
669
|
+
"driver.deploy.notice.deployAcceleration": "Deploying to Azure App Service takes a long time. Refer this document to optimize your deployment:",
|
|
719
670
|
"driver.deploy.notice.deployDryRunComplete": "Deployment preparations are completed. You can find the package in `%s`",
|
|
720
|
-
"driver.deploy.azureAppServiceDeployDetailSummary": "
|
|
721
|
-
"driver.deploy.azureFunctionsDeployDetailSummary": "
|
|
722
|
-
"driver.deploy.azureStorageDeployDetailSummary": "
|
|
723
|
-
"driver.deploy.enableStaticWebsiteSummary": "Azure Storage enable static website
|
|
724
|
-
"driver.deploy.getSWADeploymentTokenSummary": "
|
|
671
|
+
"driver.deploy.azureAppServiceDeployDetailSummary": "`%s` deployed to Azure App Service.",
|
|
672
|
+
"driver.deploy.azureFunctionsDeployDetailSummary": "`%s` deployed to Azure Functions.",
|
|
673
|
+
"driver.deploy.azureStorageDeployDetailSummary": "`%s` deployed to Azure Storage.",
|
|
674
|
+
"driver.deploy.enableStaticWebsiteSummary": "Azure Storage enable static website.",
|
|
675
|
+
"driver.deploy.getSWADeploymentTokenSummary": "Get the deployment token for Azure Static Web Apps.",
|
|
725
676
|
"driver.deploy.deployToAzureAppServiceDescription": "deploy the project to the Azure App Service.",
|
|
726
677
|
"driver.deploy.deployToAzureFunctionsDescription": "deploy the project to the Azure Functions.",
|
|
727
678
|
"driver.deploy.deployToAzureStorageDescription": "deploy the project to the Azure Storage.",
|
|
@@ -732,20 +683,20 @@
|
|
|
732
683
|
"driver.script.dotnetDescription": "running dotnet command.",
|
|
733
684
|
"driver.script.npmDescription": "running npm command.",
|
|
734
685
|
"driver.script.npxDescription": "running npx command.",
|
|
735
|
-
"driver.script.runCommandSummary": "
|
|
736
|
-
"driver.m365.acquire.description": "acquire
|
|
686
|
+
"driver.script.runCommandSummary": "`%s` command executed at `%s`.",
|
|
687
|
+
"driver.m365.acquire.description": "acquire Microsoft 365 title with the app package",
|
|
737
688
|
"driver.m365.acquire.progress.message": "Acquiring Microsoft 365 title with the app package...",
|
|
738
|
-
"driver.m365.acquire.summary": "
|
|
689
|
+
"driver.m365.acquire.summary": "Microsoft 365 title acquired successfully (%s).",
|
|
739
690
|
"driver.teamsApp.description.copyAppPackageToSPFxDriver": "copies the generated Teams app package to SPFx solution.",
|
|
740
|
-
"driver.teamsApp.description.createDriver": "create
|
|
741
|
-
"driver.teamsApp.description.updateDriver": "update
|
|
742
|
-
"driver.teamsApp.description.publishDriver": "publish
|
|
743
|
-
"driver.teamsApp.description.validateDriver": "validate
|
|
744
|
-
"driver.teamsApp.description.createAppPackageDriver": "build
|
|
691
|
+
"driver.teamsApp.description.createDriver": "create Teams app.",
|
|
692
|
+
"driver.teamsApp.description.updateDriver": "update Teams app.",
|
|
693
|
+
"driver.teamsApp.description.publishDriver": "publish Teams app to tenant app catalog.",
|
|
694
|
+
"driver.teamsApp.description.validateDriver": "validate Teams app.",
|
|
695
|
+
"driver.teamsApp.description.createAppPackageDriver": "build Teams app package.",
|
|
745
696
|
"driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "Copying Teams app package to SPFx solution...",
|
|
746
697
|
"driver.teamsApp.progressBar.createTeamsAppStepMessage": "Creating Teams app...",
|
|
747
698
|
"driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Updating Teams app...",
|
|
748
|
-
"driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the Teams app
|
|
699
|
+
"driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the Teams app is already submitted to tenant App Catalog",
|
|
749
700
|
"driver.teamsApp.progressBar.publishTeamsAppStep2.1": "Update published Teams app",
|
|
750
701
|
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing Teams app...",
|
|
751
702
|
"driver.teamsApp.progressBar.validateWithTestCases": "Submitting validation request...",
|
|
@@ -762,7 +713,7 @@
|
|
|
762
713
|
"driver.teamsApp.summary.validateManifest": "Teams Toolkit has checked manifest(s) with the corresponding schema:\n\nSummary:\n%s.",
|
|
763
714
|
"driver.teamsApp.summary.validateTeamsManifest.checkPath": "You can check and update your Teams manifest at %s.",
|
|
764
715
|
"driver.teamsApp.summary.validateDeclarativeCopilotManifest.checkPath": "You can check and update your Declarative Copilot manifest at %s.",
|
|
765
|
-
"driver.teamsApp.summary.validatePluginManifest.checkPath": "You can check and update your
|
|
716
|
+
"driver.teamsApp.summary.validatePluginManifest.checkPath": "You can check and update your API Plugin manifest at %s.",
|
|
766
717
|
"driver.teamsApp.summary.validate.succeed": "%s passed",
|
|
767
718
|
"driver.teamsApp.summary.validate.failed": "%s failed",
|
|
768
719
|
"driver.teamsApp.summary.validate.warning": "%s warning",
|
|
@@ -794,8 +745,9 @@
|
|
|
794
745
|
"error.yaml.InvalidActionInputError": "The '%s' action cannot be completed as the following parameter(s): %s, are either missing or have an invalid value in the provided yaml file: %s. Ensure that the required parameters are provided and have valid values and try again.",
|
|
795
746
|
"error.common.InstallSoftwareError": "Unable to install %s. You can install it manually and restart Visual Studio Code if you are using the Toolkit in Visual Studio Code.",
|
|
796
747
|
"error.common.VersionError": "Unable to find a version satisfying the version range %s.",
|
|
797
|
-
"error.common.MissingEnvironmentVariablesError": "The program cannot proceed
|
|
798
|
-
"error.common.InvalidProjectError": "This command only works for project created by Teams Toolkit.",
|
|
748
|
+
"error.common.MissingEnvironmentVariablesError": "The program cannot proceed because the following environment variables are missing: '%s' for file: %s. Please set them by editing the .env file '%s' or '%s', or the system environment variables with the correct names and values. For new Teams Toolkit projects, running provision or debug will register correct values for these environment variables.",
|
|
749
|
+
"error.common.InvalidProjectError": "This command only works for project created by Teams Toolkit. 'teamsapp.yml' or 'teamsapp.local.yml' not found",
|
|
750
|
+
"error.common.InvalidProjectError.display": "This command only works for project created by Teams Toolkit. Yaml file not found: %s",
|
|
799
751
|
"error.common.FileNotFoundError": "The file or directory is not found: '%s'. Check if it exists and you have permission to access it.",
|
|
800
752
|
"error.common.JSONSyntaxError": "JSON syntax error: %s. Check the JSON syntax to ensure it is properly formatted.",
|
|
801
753
|
"error.common.ReadFileError": "Unable to read file for reason: %s",
|
|
@@ -830,20 +782,20 @@
|
|
|
830
782
|
"error.m365.M365TenantIdNotMatchError": "Authentication failed. You are currently signed in to Microsoft 365 tenant '%s', which is different from the one specified in the .env file (TEAMS_APP_TENANT_ID='%s'). To resolve this issue and switch to your current signed-in tenant, please remove the values of '%s' from the .env file and try again.",
|
|
831
783
|
"error.arm.CompileBicepError": "Unable to compile Bicep files located in path '%s' to JSON ARM templates. The error message returned was: %s. Check the Bicep files for any syntax or configuration errors and try again.",
|
|
832
784
|
"error.arm.DownloadBicepCliError": "Unable to download Bicep cli from '%s'. The error message was: %s. Fix the error and try again. Or remove the bicepCliVersion config in the config file teamsapp.yml and Teams Toolkit will use bicep CLI in PATH",
|
|
833
|
-
"error.arm.DeployArmError.Notification": "The ARM templates for deployment name: '%s'
|
|
834
|
-
"error.arm.DeployArmError": "The ARM templates for deployment name: '%s'
|
|
835
|
-
"error.arm.GetArmDeploymentError": "The ARM templates for deployment name: '%s'
|
|
836
|
-
"error.arm.ConvertArmOutputError": "Unable to convert ARM deployment result
|
|
837
|
-
"error.deploy.DeployEmptyFolderError": "Unable to locate any files in the distribution folder: '%s'.
|
|
838
|
-
"error.deploy.CheckDeploymentStatusTimeoutError": "Unable to check deployment status because the process timed out. Check your internet connection and try again. If the issue persists,
|
|
839
|
-
"error.deploy.ZipFileError": "
|
|
840
|
-
"error.deploy.ZipFileTargetInUse": "
|
|
785
|
+
"error.arm.DeployArmError.Notification": "The ARM templates for deployment name: '%s' couldn't be deployed in resource group '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
786
|
+
"error.arm.DeployArmError": "The ARM templates for deployment name: '%s' couldn't be deployed in resource group '%s' for reason: %s",
|
|
787
|
+
"error.arm.GetArmDeploymentError": "The ARM templates for deployment name: '%s' couldn't be deployed in resource group '%s' for reason: %s. \nUnable to get detailed error message due to: %s. \nRefer to the resource group %s in portal for deployment error.",
|
|
788
|
+
"error.arm.ConvertArmOutputError": "Unable to convert ARM deployment result into action output. There is a duplicated key '%s' in ARM deployment result.",
|
|
789
|
+
"error.deploy.DeployEmptyFolderError": "Unable to locate any files in the distribution folder: '%s'. Make sure the folder includes all necessary files.",
|
|
790
|
+
"error.deploy.CheckDeploymentStatusTimeoutError": "Unable to check deployment status because the process timed out. Check your internet connection and try again. If the issue persists, review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
|
|
791
|
+
"error.deploy.ZipFileError": "Unable to zip the artifact folder as its size exceeds the maximum limit of 2GB. Reduce the folder size and try again.",
|
|
792
|
+
"error.deploy.ZipFileTargetInUse": "Unable to clear the distribution zip file in %s as it may be currently in use. Close any apps using the file and try again.",
|
|
841
793
|
"error.deploy.GetPublishingCredentialsError.Notification": "Unable to obtain publishing credentials of app '%s' in resource group '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
842
|
-
"error.deploy.GetPublishingCredentialsError": "Unable to obtain publishing credentials of app '%s' in resource group '%s' for reason:\n %s.\n Suggestions:\n 1.
|
|
794
|
+
"error.deploy.GetPublishingCredentialsError": "Unable to obtain publishing credentials of app '%s' in resource group '%s' for reason:\n %s.\n Suggestions:\n 1. Make sure the app name and resource group name are spelled correctly and are valid. \n 2. Make sure your Azure account has necessary permissions to access the API. You may need to elevate your role or request additional permissions from an administrator. \n 3. If the error message includes a specific reason, such as an authentication failure or a network issue, investigate that issue specifically to resolve the error and try again. \n 4. You can test the API in this page: '%s'",
|
|
843
795
|
"error.deploy.DeployZipPackageError.Notification": "Unable to deploy zip package to endpoint: '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details and try again.",
|
|
844
|
-
"error.deploy.DeployZipPackageError": "Unable to deploy zip package to endpoint '%s' in Azure due to error: %s. \nSuggestions:\n 1.
|
|
845
|
-
"error.deploy.CheckDeploymentStatusError": "Unable to check deployment status for location: '%s' due to error: %s. If the issue persists,
|
|
846
|
-
"error.deploy.DeployRemoteStartError": "The package
|
|
796
|
+
"error.deploy.DeployZipPackageError": "Unable to deploy zip package to endpoint '%s' in Azure due to error: %s. \nSuggestions:\n 1. Make sure your Azure account has necessary permissions to access the API. \n 2. Make sure the endpoint is properly configured in Azure and the required resources have been provisioned. \n 3. Make sure the zip package is valid and free of errors. \n 4. If the error message specifies the reason, such as an authentication failure or a network issue, fix the error and try again. \n 5. If the error still persists, deploy the package manually following the guidelines in this link: '%s'",
|
|
797
|
+
"error.deploy.CheckDeploymentStatusError": "Unable to check deployment status for location: '%s' due to error: %s. If the issue persists, review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
|
|
798
|
+
"error.deploy.DeployRemoteStartError": "The package deployed to Azure for location: '%s', but the app 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 app logs: Look for any error messages or stack traces in the app logs to identify the root cause of the problem.\n 2. Check the Azure configuration: Make sure 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: Make sure all dependencies required by the app 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 the resource allocation for the Azure instance is appropriate for the app and its workload.\n 7. Get help from Azure support: If the issue persists, reach out to Azure support for further assistance.",
|
|
847
799
|
"error.script.ScriptTimeoutError": "Script execution timeout. Adjust 'timeout' parameter in yaml or improve your script's efficiency.",
|
|
848
800
|
"error.script.ScriptExecutionError": "Unable to execute script action.",
|
|
849
801
|
"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.",
|
|
@@ -856,8 +808,8 @@
|
|
|
856
808
|
"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.",
|
|
857
809
|
"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.",
|
|
858
810
|
"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.",
|
|
859
|
-
"error.core.failedToLoadManifestId": "Unable to load manifest id from path: %s.
|
|
860
|
-
"error.core.appIdNotExist": "
|
|
811
|
+
"error.core.failedToLoadManifestId": "Unable to load manifest id from path: %s. Run provision first.",
|
|
812
|
+
"error.core.appIdNotExist": "Unable to find app id: %s. Either your current M365 account doesn't have permission, or the app has been deleted.",
|
|
861
813
|
"driver.apiKey.description.create": "Create an API key on Developer Portal for authentication in Open API spec.",
|
|
862
814
|
"driver.aadApp.apiKey.title.create": "Creating API key...",
|
|
863
815
|
"driver.apiKey.description.update": "Update an API key on Developer Portal for authentication in Open API spec.",
|
|
@@ -868,11 +820,11 @@
|
|
|
868
820
|
"driver.apiKey.info.update": "API key updated successfully! The following parameters have been updated:\n%s",
|
|
869
821
|
"driver.apiKey.log.startExecuteDriver": "Executing action %s",
|
|
870
822
|
"driver.apiKey.log.skipCreateApiKey": "Environment variable %s exists. Skip creating API key.",
|
|
871
|
-
"driver.apiKey.log.apiKeyNotFound": "Environment variable %s exists but
|
|
872
|
-
"driver.apiKey.error.nameTooLong": "The name for API key is too long. The maximum length is 128.",
|
|
823
|
+
"driver.apiKey.log.apiKeyNotFound": "Environment variable %s exists but unable to retrieve API key from Developer Portal. Check manually if API key exists.",
|
|
824
|
+
"driver.apiKey.error.nameTooLong": "The name for API key is too long. The maximum character length is 128.",
|
|
873
825
|
"driver.apiKey.error.clientSecretInvalid": "Client secret is invalid. The length of client secret should be in this range: >=10 and <=128",
|
|
874
|
-
"driver.apiKey.error.domainInvalid": "Domain is invalid. Domain for API key should follow: 1. Max %d domain per API key. 2. Use comma to separate domains",
|
|
875
|
-
"driver.apiKey.error.failedToGetDomain": "
|
|
826
|
+
"driver.apiKey.error.domainInvalid": "Domain is invalid. Domain for API key should follow: 1. Max %d domain(s) per API key. 2. Use comma to separate domains",
|
|
827
|
+
"driver.apiKey.error.failedToGetDomain": "Unable to get domain from API specification. Make sure your API specification is valid.",
|
|
876
828
|
"driver.apiKey.log.successCreateApiKey": "Created API key with id %s",
|
|
877
829
|
"driver.apiKey.log.failedExecuteDriver": "Unable to execute action %s. Error message: %s",
|
|
878
830
|
"driver.oauth.description.create": "Create an OAuth registration on Developer Portal for authentication in Open API spec.",
|
|
@@ -887,4 +839,4 @@
|
|
|
887
839
|
"driver.oauth.confirm.update": "The following parameters will be updated:\n%s\nDo you want to continue?",
|
|
888
840
|
"driver.oauth.log.successUpdateOauth": "OAuth registration updated successfully!",
|
|
889
841
|
"driver.oauth.info.update": "OAuth registration updated successfully! The following parameters have been updated:\n%s"
|
|
890
|
-
}
|
|
842
|
+
}
|