@microsoft/teamsfx-core 2.0.6-alpha.ae74bd5cd.0 → 2.0.6-alpha.b2e46f3b2.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/common/constants.d.ts +3 -2
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +3 -2
- package/build/common/constants.js.map +1 -1
- package/build/common/deps-checker/checkerFactory.d.ts.map +1 -1
- package/build/common/deps-checker/checkerFactory.js +3 -0
- package/build/common/deps-checker/checkerFactory.js.map +1 -1
- package/build/common/deps-checker/constant/telemetry.d.ts +1 -0
- package/build/common/deps-checker/constant/telemetry.d.ts.map +1 -1
- package/build/common/deps-checker/constant/telemetry.js +1 -0
- package/build/common/deps-checker/constant/telemetry.js.map +1 -1
- package/build/common/deps-checker/coreDepsLoggerAdapter.d.ts +17 -0
- package/build/common/deps-checker/coreDepsLoggerAdapter.d.ts.map +1 -0
- package/build/common/deps-checker/coreDepsLoggerAdapter.js +47 -0
- package/build/common/deps-checker/coreDepsLoggerAdapter.js.map +1 -0
- package/build/common/deps-checker/coreDepsTelemetryAdapter.d.ts +16 -0
- package/build/common/deps-checker/coreDepsTelemetryAdapter.d.ts.map +1 -0
- package/build/common/deps-checker/coreDepsTelemetryAdapter.js +53 -0
- package/build/common/deps-checker/coreDepsTelemetryAdapter.js.map +1 -0
- package/build/common/deps-checker/depsChecker.d.ts +6 -1
- package/build/common/deps-checker/depsChecker.d.ts.map +1 -1
- package/build/common/deps-checker/depsChecker.js +6 -1
- package/build/common/deps-checker/depsChecker.js.map +1 -1
- package/build/common/deps-checker/index.d.ts +2 -0
- package/build/common/deps-checker/index.d.ts.map +1 -1
- package/build/common/deps-checker/index.js +2 -0
- package/build/common/deps-checker/index.js.map +1 -1
- package/build/common/deps-checker/internal/funcToolChecker.d.ts +1 -1
- package/build/common/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/funcToolChecker.js.map +1 -1
- package/build/common/deps-checker/internal/testToolChecker.d.ts +14 -3
- package/build/common/deps-checker/internal/testToolChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/testToolChecker.js +178 -70
- package/build/common/deps-checker/internal/testToolChecker.js.map +1 -1
- package/build/common/deps-checker/internal/vxTestAppChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/vxTestAppChecker.js +3 -45
- package/build/common/deps-checker/internal/vxTestAppChecker.js.map +1 -1
- package/build/common/deps-checker/util/downloadHelper.d.ts +15 -0
- package/build/common/deps-checker/util/downloadHelper.d.ts.map +1 -0
- package/build/common/deps-checker/util/downloadHelper.js +59 -0
- package/build/common/deps-checker/util/downloadHelper.js.map +1 -0
- package/build/common/featureFlags.d.ts +3 -3
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +11 -12
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/local/constants.d.ts +1 -0
- package/build/common/local/constants.d.ts.map +1 -1
- package/build/common/local/constants.js +1 -0
- package/build/common/local/constants.js.map +1 -1
- package/build/common/local/localCertificateManager.d.ts +5 -4
- package/build/common/local/localCertificateManager.d.ts.map +1 -1
- package/build/common/local/localCertificateManager.js +9 -2
- package/build/common/local/localCertificateManager.js.map +1 -1
- package/build/common/local/packageJsonHelper.d.ts +0 -1
- package/build/common/local/packageJsonHelper.d.ts.map +1 -1
- package/build/common/local/packageJsonHelper.js +1 -29
- package/build/common/local/packageJsonHelper.js.map +1 -1
- package/build/common/m365/packageService.d.ts +1 -0
- package/build/common/m365/packageService.d.ts.map +1 -1
- package/build/common/m365/packageService.js +85 -7
- package/build/common/m365/packageService.js.map +1 -1
- package/build/common/projectTypeChecker.d.ts +38 -0
- package/build/common/projectTypeChecker.d.ts.map +1 -0
- package/build/common/projectTypeChecker.js +217 -0
- package/build/common/projectTypeChecker.js.map +1 -0
- package/build/common/samples.d.ts +13 -7
- package/build/common/samples.d.ts.map +1 -1
- package/build/common/samples.js +83 -49
- package/build/common/samples.js.map +1 -1
- package/build/common/spec-parser/adaptiveCardGenerator.d.ts.map +1 -1
- package/build/common/spec-parser/adaptiveCardGenerator.js +2 -4
- package/build/common/spec-parser/adaptiveCardGenerator.js.map +1 -1
- package/build/common/spec-parser/constants.d.ts +22 -13
- package/build/common/spec-parser/constants.d.ts.map +1 -1
- package/build/common/spec-parser/constants.js +22 -14
- package/build/common/spec-parser/constants.js.map +1 -1
- package/build/common/spec-parser/index.browser.d.ts +6 -0
- package/build/common/spec-parser/index.browser.d.ts.map +1 -0
- package/build/common/spec-parser/index.browser.js +16 -0
- package/build/common/spec-parser/index.browser.js.map +1 -0
- package/build/common/spec-parser/index.d.ts +5 -0
- package/build/common/spec-parser/index.d.ts.map +1 -0
- package/build/common/spec-parser/index.js +16 -0
- package/build/common/spec-parser/index.js.map +1 -0
- package/build/common/spec-parser/interfaces.d.ts +37 -3
- package/build/common/spec-parser/interfaces.d.ts.map +1 -1
- package/build/common/spec-parser/interfaces.js +3 -3
- package/build/common/spec-parser/interfaces.js.map +1 -1
- package/build/common/spec-parser/manifestUpdater.d.ts +4 -4
- package/build/common/spec-parser/manifestUpdater.d.ts.map +1 -1
- package/build/common/spec-parser/manifestUpdater.js +49 -110
- package/build/common/spec-parser/manifestUpdater.js.map +1 -1
- package/build/common/spec-parser/specFilter.d.ts +1 -1
- package/build/common/spec-parser/specFilter.d.ts.map +1 -1
- package/build/common/spec-parser/specFilter.js +2 -2
- package/build/common/spec-parser/specFilter.js.map +1 -1
- package/build/common/spec-parser/specParser.browser.d.ts +46 -0
- package/build/common/spec-parser/specParser.browser.d.ts.map +1 -0
- package/build/common/spec-parser/specParser.browser.js +139 -0
- package/build/common/spec-parser/specParser.browser.js.map +1 -0
- package/build/common/spec-parser/specParser.d.ts +11 -11
- package/build/common/spec-parser/specParser.d.ts.map +1 -1
- package/build/common/spec-parser/specParser.js +100 -113
- package/build/common/spec-parser/specParser.js.map +1 -1
- package/build/common/spec-parser/utils.d.ts +18 -5
- package/build/common/spec-parser/utils.d.ts.map +1 -1
- package/build/common/spec-parser/utils.js +304 -41
- package/build/common/spec-parser/utils.js.map +1 -1
- package/build/common/telemetry.d.ts +23 -2
- package/build/common/telemetry.d.ts.map +1 -1
- package/build/common/telemetry.js +40 -1
- package/build/common/telemetry.js.map +1 -1
- package/build/common/templates-config.json +2 -2
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +1 -1
- package/build/common/tools.js.map +1 -1
- package/build/component/configManager/validator.d.ts.map +1 -1
- package/build/component/configManager/validator.js +2 -3
- package/build/component/configManager/validator.js.map +1 -1
- package/build/component/coordinator/index.d.ts +2 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +3 -1
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/developerPortalScaffoldUtils.d.ts.map +1 -1
- package/build/component/developerPortalScaffoldUtils.js +32 -0
- package/build/component/developerPortalScaffoldUtils.js.map +1 -1
- package/build/component/driver/aad/create.js +1 -1
- package/build/component/driver/aad/create.js.map +1 -1
- package/build/component/driver/aad/error/invalidFieldInManifestError.js +1 -1
- package/build/component/driver/aad/error/invalidFieldInManifestError.js.map +1 -1
- package/build/component/driver/aad/permissions/index.d.ts +3 -0
- package/build/component/driver/aad/permissions/index.d.ts.map +1 -1
- package/build/component/driver/aad/permissions/index.js +34 -1
- package/build/component/driver/aad/permissions/index.js.map +1 -1
- package/build/component/driver/aad/permissions/permissions.json +42 -42
- package/build/component/driver/aad/update.d.ts +1 -0
- package/build/component/driver/aad/update.d.ts.map +1 -1
- package/build/component/driver/aad/update.js +19 -17
- package/build/component/driver/aad/update.js.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.js +9 -9
- package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
- package/build/component/driver/aad/utility/constants.js +1 -1
- package/build/component/driver/aad/utility/constants.js.map +1 -1
- package/build/component/driver/apiKey/create.d.ts +17 -0
- package/build/component/driver/apiKey/create.d.ts.map +1 -0
- package/build/component/driver/apiKey/create.js +228 -0
- package/build/component/driver/apiKey/create.js.map +1 -0
- package/build/component/driver/apiKey/error/apiKeyClientSecretInvalid.d.ts +5 -0
- package/build/component/driver/apiKey/error/apiKeyClientSecretInvalid.d.ts.map +1 -0
- package/build/component/driver/apiKey/error/apiKeyClientSecretInvalid.js +22 -0
- package/build/component/driver/apiKey/error/apiKeyClientSecretInvalid.js.map +1 -0
- package/build/component/driver/apiKey/error/apiKeyDomainInvalid.d.ts +5 -0
- package/build/component/driver/apiKey/error/apiKeyDomainInvalid.d.ts.map +1 -0
- package/build/component/driver/apiKey/error/apiKeyDomainInvalid.js +22 -0
- package/build/component/driver/apiKey/error/apiKeyDomainInvalid.js.map +1 -0
- package/build/component/driver/apiKey/error/apiKeyFailedToGetDomain.d.ts +5 -0
- package/build/component/driver/apiKey/error/apiKeyFailedToGetDomain.d.ts.map +1 -0
- package/build/component/driver/apiKey/error/apiKeyFailedToGetDomain.js +21 -0
- package/build/component/driver/apiKey/error/apiKeyFailedToGetDomain.js.map +1 -0
- package/build/component/driver/apiKey/error/apiKeyNameTooLong.d.ts +5 -0
- package/build/component/driver/apiKey/error/apiKeyNameTooLong.d.ts.map +1 -0
- package/build/component/driver/apiKey/error/apiKeyNameTooLong.js +21 -0
- package/build/component/driver/apiKey/error/apiKeyNameTooLong.js.map +1 -0
- package/build/component/driver/apiKey/interface/createApiKeyArgs.d.ts +7 -0
- package/build/component/driver/apiKey/interface/createApiKeyArgs.d.ts.map +1 -0
- package/build/component/driver/apiKey/interface/createApiKeyArgs.js +5 -0
- package/build/component/driver/apiKey/interface/createApiKeyArgs.js.map +1 -0
- package/build/component/driver/apiKey/interface/createApiKeyOutputs.d.ts +7 -0
- package/build/component/driver/apiKey/interface/createApiKeyOutputs.d.ts.map +1 -0
- package/build/component/driver/apiKey/interface/createApiKeyOutputs.js +10 -0
- package/build/component/driver/apiKey/interface/createApiKeyOutputs.js.map +1 -0
- package/build/component/driver/apiKey/utility/constants.d.ts +10 -0
- package/build/component/driver/apiKey/utility/constants.d.ts.map +1 -0
- package/build/component/driver/apiKey/utility/constants.js +15 -0
- package/build/component/driver/apiKey/utility/constants.js.map +1 -0
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts +3 -2
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +5 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.d.ts +5 -0
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.js +27 -6
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.js.map +1 -1
- package/build/component/driver/devTool/installDriver.d.ts +2 -1
- package/build/component/driver/devTool/installDriver.d.ts.map +1 -1
- package/build/component/driver/devTool/installDriver.js +5 -2
- package/build/component/driver/devTool/installDriver.js.map +1 -1
- package/build/component/driver/index.d.ts +1 -0
- package/build/component/driver/index.d.ts.map +1 -1
- package/build/component/driver/index.js +1 -0
- package/build/component/driver/index.js.map +1 -1
- package/build/component/driver/script/scriptDriver.d.ts +12 -7
- package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
- package/build/component/driver/script/scriptDriver.js +52 -23
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.d.ts +13 -0
- package/build/component/driver/teamsApp/clients/appStudioClient.d.ts.map +1 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.js +38 -0
- package/build/component/driver/teamsApp/clients/appStudioClient.js.map +1 -1
- package/build/component/driver/teamsApp/constants.d.ts +2 -0
- package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
- package/build/component/driver/teamsApp/constants.js +2 -0
- package/build/component/driver/teamsApp/constants.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +26 -6
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.d.ts +44 -0
- package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.js +21 -0
- package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/ApiSecretRegistrationClientSecret.d.ts +15 -0
- package/build/component/driver/teamsApp/interfaces/ApiSecretRegistrationClientSecret.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/ApiSecretRegistrationClientSecret.js +5 -0
- package/build/component/driver/teamsApp/interfaces/ApiSecretRegistrationClientSecret.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/IValidationResult.d.ts +1 -1
- package/build/component/driver/teamsApp/interfaces/appdefinitions/IValidationResult.d.ts.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.d.ts +1 -0
- package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.js +9 -9
- package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.d.ts +20 -0
- package/build/component/driver/teamsApp/teamsappMgr.d.ts.map +1 -0
- package/build/component/driver/teamsApp/teamsappMgr.js +278 -0
- package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -0
- package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validate.js +7 -2
- package/build/component/driver/teamsApp/validate.js.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.js +49 -15
- package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
- package/build/component/generator/copilotPlugin/generator.d.ts.map +1 -1
- package/build/component/generator/copilotPlugin/generator.js +47 -30
- package/build/component/generator/copilotPlugin/generator.js.map +1 -1
- package/build/component/generator/copilotPlugin/helper.d.ts +4 -2
- package/build/component/generator/copilotPlugin/helper.d.ts.map +1 -1
- package/build/component/generator/copilotPlugin/helper.js +105 -20
- package/build/component/generator/copilotPlugin/helper.js.map +1 -1
- package/build/component/generator/error.d.ts +5 -8
- package/build/component/generator/error.d.ts.map +1 -1
- package/build/component/generator/error.js +16 -16
- package/build/component/generator/error.js.map +1 -1
- package/build/component/generator/generator.d.ts +5 -1
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +26 -27
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/generatorAction.d.ts +6 -1
- package/build/component/generator/generatorAction.d.ts.map +1 -1
- package/build/component/generator/generatorAction.js +30 -12
- package/build/component/generator/generatorAction.js.map +1 -1
- package/build/component/generator/officeAddin/helperMethods.js +21 -20
- package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
- package/build/component/generator/spfx/spfxGenerator.d.ts.map +1 -1
- package/build/component/generator/spfx/spfxGenerator.js +7 -0
- package/build/component/generator/spfx/spfxGenerator.js.map +1 -1
- package/build/component/generator/spfx/utils/constants.d.ts +1 -14
- package/build/component/generator/spfx/utils/constants.d.ts.map +1 -1
- package/build/component/generator/spfx/utils/constants.js +1 -14
- package/build/component/generator/spfx/utils/constants.js.map +1 -1
- package/build/component/generator/utils.d.ts +7 -5
- package/build/component/generator/utils.d.ts.map +1 -1
- package/build/component/generator/utils.js +35 -16
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/middleware/questionMW.d.ts +1 -1
- package/build/component/middleware/questionMW.d.ts.map +1 -1
- package/build/component/middleware/questionMW.js +4 -1
- package/build/component/middleware/questionMW.js.map +1 -1
- package/build/component/utils/ResourceGroupHelper.d.ts +1 -0
- package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -1
- package/build/component/utils/ResourceGroupHelper.js +31 -1
- package/build/component/utils/ResourceGroupHelper.js.map +1 -1
- package/build/component/utils/common.d.ts +3 -1
- package/build/component/utils/common.d.ts.map +1 -1
- package/build/component/utils/common.js +2 -2
- package/build/component/utils/common.js.map +1 -1
- package/build/component/utils/envUtil.d.ts +1 -0
- package/build/component/utils/envUtil.d.ts.map +1 -1
- package/build/component/utils/envUtil.js +6 -1
- package/build/component/utils/envUtil.js.map +1 -1
- package/build/component/utils/fileOperation.d.ts +1 -1
- package/build/component/utils/fileOperation.d.ts.map +1 -1
- package/build/component/utils/fileOperation.js +34 -48
- package/build/component/utils/fileOperation.js.map +1 -1
- package/build/component/utils/metadataGraphPermssion.d.ts +16 -0
- package/build/component/utils/metadataGraphPermssion.d.ts.map +1 -0
- package/build/component/utils/metadataGraphPermssion.js +96 -0
- package/build/component/utils/metadataGraphPermssion.js.map +1 -0
- package/build/component/utils/metadataUtil.d.ts.map +1 -1
- package/build/component/utils/metadataUtil.js +2 -0
- package/build/component/utils/metadataUtil.js.map +1 -1
- package/build/core/FxCore.d.ts +24 -1
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +189 -25
- package/build/core/FxCore.js.map +1 -1
- package/build/core/middleware/projectMigratorV3.d.ts +1 -1
- package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
- package/build/core/middleware/projectMigratorV3.js +11 -10
- package/build/core/middleware/projectMigratorV3.js.map +1 -1
- package/build/core/middleware/projectVersionChecker.js +4 -4
- package/build/core/middleware/projectVersionChecker.js.map +1 -1
- package/build/core/middleware/utils/debug/taskMigrator.js +1 -1
- package/build/error/common.d.ts +9 -0
- package/build/error/common.d.ts.map +1 -1
- package/build/error/common.js +34 -1
- package/build/error/common.js.map +1 -1
- package/build/error/deploy.d.ts +6 -0
- package/build/error/deploy.d.ts.map +1 -1
- package/build/error/deploy.js +25 -1
- package/build/error/deploy.js.map +1 -1
- package/build/error/teamsApp.d.ts +4 -1
- package/build/error/teamsApp.d.ts.map +1 -1
- package/build/error/teamsApp.js +13 -1
- package/build/error/teamsApp.js.map +1 -1
- package/build/index.d.ts +4 -0
- package/build/index.d.ts.map +1 -1
- package/build/index.js +8 -1
- package/build/index.js.map +1 -1
- package/build/question/create.d.ts +2 -1
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +78 -24
- package/build/question/create.js.map +1 -1
- package/build/question/generator.js +1 -3
- package/build/question/generator.js.map +1 -1
- package/build/question/index.d.ts +1 -0
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +3 -0
- package/build/question/index.js.map +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
- package/build/question/inputs/DeployAadManifestInputs.d.ts +1 -1
- package/build/question/inputs/DeployAadManifestInputs.d.ts.map +1 -1
- package/build/question/inputs/PermissionGrantInputs.d.ts +2 -2
- package/build/question/inputs/PermissionGrantInputs.d.ts.map +1 -1
- package/build/question/inputs/PermissionListInputs.d.ts +1 -1
- package/build/question/inputs/PermissionListInputs.d.ts.map +1 -1
- package/build/question/inputs/SPFxAddWebpartInputs.d.ts +2 -0
- package/build/question/inputs/SPFxAddWebpartInputs.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.js +2 -1
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/options/CreateSampleProjectOptions.d.ts.map +1 -1
- package/build/question/options/CreateSampleProjectOptions.js +5 -1
- package/build/question/options/CreateSampleProjectOptions.js.map +1 -1
- package/build/question/options/DeployAadManifestOptions.js +2 -2
- package/build/question/options/DeployAadManifestOptions.js.map +1 -1
- package/build/question/options/PermissionGrantOptions.js +2 -2
- package/build/question/options/PermissionGrantOptions.js.map +1 -1
- package/build/question/options/PermissionListOptions.js +2 -2
- package/build/question/options/PermissionListOptions.js.map +1 -1
- package/build/question/options/SPFxAddWebpartOptions.d.ts.map +1 -1
- package/build/question/options/SPFxAddWebpartOptions.js +9 -0
- package/build/question/options/SPFxAddWebpartOptions.js.map +1 -1
- package/build/question/other.d.ts +3 -1
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +83 -7
- package/build/question/other.js.map +1 -1
- package/build/question/questionNames.d.ts +2 -0
- package/build/question/questionNames.d.ts.map +1 -1
- package/build/question/questionNames.js +2 -0
- package/build/question/questionNames.js.map +1 -1
- package/build/ui/visitor.d.ts.map +1 -1
- package/build/ui/visitor.js +11 -2
- package/build/ui/visitor.js.map +1 -1
- package/package.json +16 -23
- package/resource/package.nls.json +74 -51
- package/resource/yaml-schema/v1.3/yaml.schema.json +81 -35
- package/templates/core/v3Migration/csharp.app.local.yml +6 -6
- package/templates/core/v3Migration/csharp.app.yml +6 -6
- package/templates/core/v3Migration/js.ts.app.local.yml +11 -11
- package/templates/core/v3Migration/js.ts.app.yml +12 -12
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/plugins/resource/aad/auth/V3/Bot/Pages/BotAuthorizeEndPage.cshtml +55 -51
- package/templates/plugins/resource/aad/auth/V3/Enable SSO.txt +2 -2
- package/templates/plugins/resource/aad/auth/bot/README.md +13 -13
- package/templates/plugins/resource/aad/auth/bot/README.txt +7 -7
- package/templates/plugins/resource/aad/auth/bot/csharp/Pages/BotAuthorizeEndPage.cshtml +55 -51
- package/templates/plugins/resource/aad/auth/bot/js/public/auth-end.html +6 -2
- package/templates/plugins/resource/aad/auth/bot/ts/public/auth-end.html +5 -1
- package/templates/plugins/resource/aad/auth/tab/README.md +6 -6
- package/templates/plugins/resource/aad/auth/tab/README.txt +5 -5
- package/templates/plugins/resource/aad/auth/tab/js/public/auth-end.html +16 -9
- package/templates/plugins/resource/aad/auth/tab/js/public/auth-start.html +11 -7
- package/templates/plugins/resource/aad/auth/tab/js/sso/GetUserProfile.jsx +1 -1
- package/templates/plugins/resource/aad/auth/tab/ts/public/auth-end.html +16 -9
- package/templates/plugins/resource/aad/auth/tab/ts/public/auth-start.html +11 -7
- package/templates/plugins/resource/aad/auth/tab/ts/sso/GetUserProfile.tsx +1 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/teamsfx-core",
|
|
3
|
-
"version": "2.0.6-alpha.
|
|
3
|
+
"version": "2.0.6-alpha.b2e46f3b2.0",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"types": "build/index.d.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -29,6 +29,7 @@
|
|
|
29
29
|
"test:botService": "nyc mocha \"tests/component/resource/botService/**/*.test.ts\"",
|
|
30
30
|
"test:hosting": "nyc mocha \"tests/common/hosting/**/*.test.ts\"",
|
|
31
31
|
"test:aadDriver": "nyc mocha \"tests/component/driver/aad/*.test.ts\"",
|
|
32
|
+
"test:apiKey": "nyc mocha \"tests/component/driver/apiKey/*.test.ts\"",
|
|
32
33
|
"test:botAadAppDriver": "nyc mocha \"tests/component/driver/botAadApp/*.test.ts\"",
|
|
33
34
|
"test:armDriver": "nyc mocha \"tests/component/driver/arm/*.test.ts\"",
|
|
34
35
|
"test:teamsAppDriver": "nyc mocha \"tests/component/driver/teamsApp/*.test.ts\"",
|
|
@@ -59,10 +60,12 @@
|
|
|
59
60
|
"test:cutils": "nyc mocha \"tests/component/utils.test.ts\"",
|
|
60
61
|
"test:globalVars": "nyc mocha \"tests/core/globalVars.test.ts\"",
|
|
61
62
|
"test:migration": "nyc mocha \"tests/core/middleware/migration/projectMigrationV3.test.ts\"",
|
|
63
|
+
"test:teamsappMgr": "nyc mocha \"tests/component/driver/teamsApp/teamsappMgr.test.ts\"",
|
|
64
|
+
"test:projcheck": "nyc mocha \"tests/common/projectTypeChecker.test.ts\"",
|
|
62
65
|
"clean": "rm -rf build",
|
|
66
|
+
"prebuild": "npm run gen:cli",
|
|
63
67
|
"build": "rimraf build && npx tsc -p ./",
|
|
64
68
|
"lint:fix": "eslint --fix \"src/**/*.ts\" \"tests/**/*.ts\"",
|
|
65
|
-
"postbuild": "node ./scripts/download-templates-zip.js $(git tag -l templates*)",
|
|
66
69
|
"prepublishOnly": "npm run build",
|
|
67
70
|
"package": "rimraf build && webpack --mode production --config ./webpack.config.js",
|
|
68
71
|
"check-sensitive": "npx eslint --plugin 'no-secrets' --cache --ignore-pattern 'package.json' --ignore-pattern 'package-lock.json'",
|
|
@@ -75,27 +78,21 @@
|
|
|
75
78
|
},
|
|
76
79
|
"dependencies": {
|
|
77
80
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
78
|
-
"@azure/arm-apimanagement": "^8.0.0",
|
|
79
81
|
"@azure/arm-appservice": "^13.0.0",
|
|
80
82
|
"@azure/arm-resources": "~5.0.1",
|
|
81
|
-
"@azure/arm-sql": "^9.0.0",
|
|
82
83
|
"@azure/arm-storage": "^17.2.1",
|
|
83
84
|
"@azure/arm-subscriptions": "^5.0.0",
|
|
84
85
|
"@azure/core-auth": "^1.4.0",
|
|
85
86
|
"@azure/identity": "^3.1.3",
|
|
86
|
-
"@azure/ms-rest-js": "^2.7.0",
|
|
87
87
|
"@azure/msal-node": "^1.14.6",
|
|
88
88
|
"@azure/storage-blob": "^12.7.0",
|
|
89
89
|
"@feathersjs/hooks": "^0.6.5",
|
|
90
|
-
"@microsoft/dev-tunnels-contracts": "~1.0.
|
|
91
|
-
"@microsoft/dev-tunnels-management": "~1.0.
|
|
92
|
-
"@microsoft/teamsfx-api": "0.22.6-alpha.
|
|
93
|
-
"
|
|
94
|
-
"@types/proper-lockfile": "^4.1.1",
|
|
95
|
-
"@types/swagger2openapi": "^7.0.0",
|
|
96
|
-
"adm-zip": "^0.5.5",
|
|
90
|
+
"@microsoft/dev-tunnels-contracts": "~1.0.7445",
|
|
91
|
+
"@microsoft/dev-tunnels-management": "~1.0.7445",
|
|
92
|
+
"@microsoft/teamsfx-api": "0.22.6-alpha.b2e46f3b2.0",
|
|
93
|
+
"adm-zip": "^0.5.10",
|
|
97
94
|
"ajv": "^8.5.0",
|
|
98
|
-
"axios": "^
|
|
95
|
+
"axios": "^1.6.2",
|
|
99
96
|
"axios-retry": "^3.3.1",
|
|
100
97
|
"comment-json": "^4.2.3",
|
|
101
98
|
"cryptr": "^6.0.2",
|
|
@@ -104,21 +101,18 @@
|
|
|
104
101
|
"form-data": "^4.0.0",
|
|
105
102
|
"fs-extra": "^9.1.0",
|
|
106
103
|
"glob": "^7.1.6",
|
|
107
|
-
"got": "^11.8.2",
|
|
108
104
|
"handlebars": "^4.7.7",
|
|
109
|
-
"http-close": "^1.0.0",
|
|
110
105
|
"iconv-lite": "^0.6.3",
|
|
111
106
|
"ignore": "^5.1.8",
|
|
112
107
|
"js-base64": "^3.6.0",
|
|
113
108
|
"js-yaml": "^4.0.0",
|
|
114
109
|
"jsonschema": "^1.4.0",
|
|
115
|
-
"jwt-decode": "3.1.2",
|
|
116
110
|
"klaw": "^3.0.0",
|
|
117
111
|
"md5": "^2.3.0",
|
|
118
112
|
"mime": "^2.5.2",
|
|
119
113
|
"mustache": "^4.2.0",
|
|
114
|
+
"node-fetch": "2.7.0",
|
|
120
115
|
"node-forge": "^1.3.1",
|
|
121
|
-
"node-ts-uuid": "^1.0.8",
|
|
122
116
|
"office-addin-manifest": "^1.12.4",
|
|
123
117
|
"office-addin-project": "^0.7.0",
|
|
124
118
|
"openapi-types": "^7.2.3",
|
|
@@ -128,10 +122,8 @@
|
|
|
128
122
|
"semver": "^7.5.2",
|
|
129
123
|
"strip-bom": "^4.0.0",
|
|
130
124
|
"swagger2openapi": "^7.0.8",
|
|
131
|
-
"tedious": "^15.1.2",
|
|
132
125
|
"typedi": "^0.10.0",
|
|
133
126
|
"unzipper": "^0.10.11",
|
|
134
|
-
"url-parse": "^1.5.9",
|
|
135
127
|
"uuid": "^8.3.2",
|
|
136
128
|
"validator": "^13.7.0",
|
|
137
129
|
"xml2js": "^0.5.0",
|
|
@@ -140,7 +132,7 @@
|
|
|
140
132
|
"devDependencies": {
|
|
141
133
|
"@azure/storage-blob": "^12.5.0",
|
|
142
134
|
"@istanbuljs/nyc-config-typescript": "^1.0.1",
|
|
143
|
-
"@types/adm-zip": "^0.
|
|
135
|
+
"@types/adm-zip": "^0.5.5",
|
|
144
136
|
"@types/chai": "^4.2.14",
|
|
145
137
|
"@types/chai-as-promised": "^7.1.3",
|
|
146
138
|
"@types/chai-spies": "^1.0.3",
|
|
@@ -150,7 +142,6 @@
|
|
|
150
142
|
"@types/fs-extra": "^9.0.9",
|
|
151
143
|
"@types/glob": "^7.1.3",
|
|
152
144
|
"@types/js-yaml": "^4.0.0",
|
|
153
|
-
"@types/jwt-decode": "^3.1.0",
|
|
154
145
|
"@types/klaw": "^3.0.1",
|
|
155
146
|
"@types/lodash": "4.14.117",
|
|
156
147
|
"@types/md5": "^2.3.0",
|
|
@@ -159,12 +150,14 @@
|
|
|
159
150
|
"@types/mock-fs": "^4.13.1",
|
|
160
151
|
"@types/mustache": "^4.1.1",
|
|
161
152
|
"@types/node": "^14.14.21",
|
|
153
|
+
"@types/node-fetch": "^2.6.9",
|
|
162
154
|
"@types/node-forge": "^0.9.7",
|
|
155
|
+
"@types/proper-lockfile": "4.1.1",
|
|
163
156
|
"@types/proxyquire": "^1.3.28",
|
|
164
157
|
"@types/rewire": "^2.5.28",
|
|
165
158
|
"@types/semver": "^7.3.4",
|
|
166
159
|
"@types/sinon": "^9.0.10",
|
|
167
|
-
"@types/
|
|
160
|
+
"@types/swagger2openapi": "7.0.0",
|
|
168
161
|
"@types/tmp": "^0.2.0",
|
|
169
162
|
"@types/unzipper": "^0.10.5",
|
|
170
163
|
"@types/url-parse": "^1.4.3",
|
|
@@ -212,7 +205,7 @@
|
|
|
212
205
|
"resource/**/*",
|
|
213
206
|
"templates/**/*"
|
|
214
207
|
],
|
|
215
|
-
"gitHead": "
|
|
208
|
+
"gitHead": "b03df4a76b442d23c481e67324a16b7b294d4962",
|
|
216
209
|
"publishConfig": {
|
|
217
210
|
"access": "public"
|
|
218
211
|
},
|
|
@@ -7,14 +7,13 @@
|
|
|
7
7
|
"core.provision.confirmEnvAndCostNotice": "Cost may incur according to the usage. Do you want to provision resources in %s environment using accounts listed above?",
|
|
8
8
|
"core.deploy.confirmEnvNoticeV3": "Do you want to deploy resources in %s environment?",
|
|
9
9
|
"core.provision.viewResources": "View provisioned resources",
|
|
10
|
-
"core.deploy.aadManifestSuccessNotice": "Your
|
|
11
|
-
"core.deploy.aadManifestOnCLISuccessNotice": "Your
|
|
10
|
+
"core.deploy.aadManifestSuccessNotice": "Your Microsoft Entra application has been successfully deployed. Click \"Learn more\" to check how to view your Microsoft Entra application.",
|
|
11
|
+
"core.deploy.aadManifestOnCLISuccessNotice": "Your Microsoft Entra application has been successfully updated.",
|
|
12
12
|
"core.deploy.aadManifestLearnMore": "Learn more",
|
|
13
13
|
"core.deploy.botTroubleShoot": "To troubleshoot bot application in azure, please click learn more for documentation.",
|
|
14
14
|
"core.deploy.botTroubleShoot.learnMore": "Learn more",
|
|
15
15
|
"core.option.deploy": "Deploy",
|
|
16
16
|
"core.option.confirm": "Confirm",
|
|
17
|
-
"core.option.cancel": "Cancel",
|
|
18
17
|
"core.option.learnMore": "Learn more",
|
|
19
18
|
"core.option.upgrade": "Upgrade",
|
|
20
19
|
"core.option.moreInfo": "More Info",
|
|
@@ -27,7 +26,6 @@
|
|
|
27
26
|
"core.progress.configureAzureStorage": "Configuring Azure Storage, enable static website setting.",
|
|
28
27
|
"core.progress.runCommand": "Run command %s at %s",
|
|
29
28
|
"core.progress.deployToAzure": "Deploying %s to %s.",
|
|
30
|
-
"core.Notification.ReadMore": "Read more",
|
|
31
29
|
"core.migrationV3.confirmOnly.Message": "Please confirm the upgrade",
|
|
32
30
|
"core.migrationV3.Message": "Upgrade your Teams Toolkit project to stay compatible with the latest version. A backup directory will be created along with an Upgrade Summary.",
|
|
33
31
|
"core.migrationV3.VS.Message": "Upgrade your solution to stay compatible with the latest Teams Toolkit version. A backup directory will be generated in which it contains an upgrade report.",
|
|
@@ -35,8 +33,8 @@
|
|
|
35
33
|
"core.migrationV3.manifestNotExist": "templates/appPackage/manifest.template.json does not exist. You may be trying to upgrade a project created by Teams Toolkit for Visual Studio Code v3.x / Teams Toolkit CLI v0.x / Teams Toolkit for Visual Studio v17.3. Please install Teams Toolkit for Visual Studio Code v4.x / Teams Toolkit CLI v1.x / Teams Toolkit for Visual Studio v17.4 and run upgrade first.",
|
|
36
34
|
"core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json is invalid.",
|
|
37
35
|
"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
|
-
"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 \"
|
|
39
|
-
"core.projectVersionChecker.cliUseNewVersion": "Your TeamFx CLI version is old and it doesn't support current project, please upgrade to the latest version using command below:\nnpm install -g @microsoft/
|
|
36
|
+
"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.",
|
|
37
|
+
"core.projectVersionChecker.cliUseNewVersion": "Your TeamFx CLI version is old and it doesn't support current project, please upgrade to the latest version using command below:\nnpm install -g @microsoft/teamsapp-cli@latest",
|
|
40
38
|
"core.projectVersionChecker.incompatibleProject": "The current project is incompatible with the installed version of Teams Toolkit.",
|
|
41
39
|
"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
40
|
"core.deployArmTemplates.ActionSuccess": "Successfully deployed ARM templates. Resource group name: %s. Deployment name: %s",
|
|
@@ -53,11 +51,11 @@
|
|
|
53
51
|
"core.collaboration.ListingM365Permission": "Listing Microsoft 365 permissions\n",
|
|
54
52
|
"core.collaboration.AccountUsedToCheck": "Account used to check: ",
|
|
55
53
|
"core.collaboration.StartingListAllTeamsAppOwners": "\nStarting to list all teams app owners for environment: ",
|
|
56
|
-
"core.collaboration.StartingListAllAadAppOwners": "\nStarting to list all
|
|
54
|
+
"core.collaboration.StartingListAllAadAppOwners": "\nStarting to list all Microsoft Entra app owners for environment: ",
|
|
57
55
|
"core.collaboration.M365TeamsAppId": "Microsoft 365 Teams App (ID: ",
|
|
58
|
-
"core.collaboration.SsoAadAppId": "SSO
|
|
56
|
+
"core.collaboration.SsoAadAppId": "SSO Microsoft Entra App (ID: ",
|
|
59
57
|
"core.collaboration.TeamsAppOwner": "Teams App Owner: ",
|
|
60
|
-
"core.collaboration.AadAppOwner": "
|
|
58
|
+
"core.collaboration.AadAppOwner": "Microsoft Entra App Owner: ",
|
|
61
59
|
"core.collaboration.StaringCheckPermission": "Starting to check permission for environment: ",
|
|
62
60
|
"core.collaboration.CheckPermissionResourceId": "Resource ID: ",
|
|
63
61
|
"core.collaboration.Undefined": "undefined",
|
|
@@ -201,18 +199,18 @@
|
|
|
201
199
|
"error.generator.TemplateZipFallbackError": "Unable to download zip package and open local zip package.",
|
|
202
200
|
"error.generator.TemplateNotFoundError": "Unable to find template: %s.",
|
|
203
201
|
"error.generator.SampleNotFoundError": "Unable to find sample: %s.",
|
|
204
|
-
"error.generator.FetchZipFromUrlError": "Unable to download zip package from %s.",
|
|
205
202
|
"error.generator.UnzipError": "Unable to unzip templates and write to disk.",
|
|
206
203
|
"error.generator.MissKeyError": "Unable to find key %s",
|
|
204
|
+
"error.generator.FetchSampleInfoError": "Unable to fetch sample info",
|
|
207
205
|
"error.generator.DownloadSampleApiLimitError": "Unable to download sample due to throttling. Retry later after rate limit reset (This may take up to 1 hour). Alternatively, you can go to %s to git clone the repo manually",
|
|
208
206
|
"error.generator.DownloadSampleNetworkError": "Unable to download sample due to network error. Check your network connection and retry. Alternatively, you can go to %s to git clone the repo manually",
|
|
209
|
-
"error.generator.ParseUrlError": "Unable to parse url %s",
|
|
210
207
|
"error.copilotPlugin.openAiPluginManifest.CannotGetManifest": "Unable to get OpenAI plugin manifest from '%s'.",
|
|
211
208
|
"error.copilotPlugin.noExtraAPICanBeAdded": "No API can be added. Only GET and POST methods with at most one required parameter and no auth are supported. Methods defined in manifest.json are not listed.",
|
|
212
209
|
"error.m365.NotExtendedToM365Error": "Unable to extend Teams app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend your Teams app to Microsoft 365.",
|
|
213
210
|
"core.QuestionAppName.validation.pattern": "Application name must start with letters and contain at least two letters or digits. It can not contain some special characters.",
|
|
214
211
|
"core.QuestionAppName.validation.maxlength": "Application name is longer than the maximum length of 30.",
|
|
215
212
|
"core.QuestionAppName.validation.pathExist": "Path exists: %s. Select a different application name.",
|
|
213
|
+
"core.QuestionAppName.validation.lengthWarning": "Your application name may exceed the maximum length of 30 characters because Teams Toolkit will automatically append a \"local\" suffix for the Teams application registered for local debugging purposes. You may continue, but make sure to update your application name in the \"manifest.json\" file.",
|
|
216
214
|
"core.ProgrammingLanguageQuestion.placeholder": "Select a programming language.",
|
|
217
215
|
"core.ProgrammingLanguageQuestion.placeholder.spfx": "SPFx is currently supporting TypeScript only.",
|
|
218
216
|
"core.option.tutorial": "Open tutorial",
|
|
@@ -275,7 +273,7 @@
|
|
|
275
273
|
"core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content",
|
|
276
274
|
"core.createProjectQuestion.projectType.outlookAddin.label": "Outlook Add-in",
|
|
277
275
|
"core.createProjectQuestion.projectType.outlookAddin.title": "App Features Using an Outlook Add-in",
|
|
278
|
-
"core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the
|
|
276
|
+
"core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Microsoft 365 app",
|
|
279
277
|
"core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
|
|
280
278
|
"core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Microsoft 365 Copilot using your APIs",
|
|
281
279
|
"core.createProjectQuestion.projectType.copilotPlugin.label": "Plugin",
|
|
@@ -295,10 +293,16 @@
|
|
|
295
293
|
"core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Description Document Location",
|
|
296
294
|
"core.createProjectQuestion.OpenAIPluginDomain": "OpenAI Plugin Manifest",
|
|
297
295
|
"core.createProjectQuestion.OpenAIPluginDomain.placeholder": "Enter your website domain or manifest URL",
|
|
298
|
-
"core.createProjectQuestion.
|
|
296
|
+
"core.createProjectQuestion.ApiKey": "Enter API Key in OpenAPI Description Document",
|
|
297
|
+
"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 when API-Based Message Extension is triggered. Teams Toolkit will not store your API key.",
|
|
298
|
+
"core.createProjectQuestion.invalidApiKey.message": "Client secret is invalid. The length of secret should be >= 10 and <= 128",
|
|
299
|
+
"core.createProjectQuestion.invalidUrl.message": "Enter a valid HTTP URL without authentication to access your OpenAPI description document.",
|
|
299
300
|
"core.createProjectQuestion.apiSpec.operation.title": "Select Operation(s) Teams Can Interact with",
|
|
300
301
|
"core.createProjectQuestion.apiSpec.operation.placeholder": "GET/POST methods with at most one required parameter and no auth are listed",
|
|
302
|
+
"core.createProjectQuestion.apiSpec.operation.apikey.placeholder": "GET/POST methods with at most one required parameter and API key are listed",
|
|
301
303
|
"core.createProjectQuestion.apiSpec.operation.invalidMessage": "%s API(s) selected. You can select at least one and at most %s APIs.",
|
|
304
|
+
"core.createProjectQuestion.apiSpec.operation.multipleAuth": "Your selected APIs have multiple authorizations %s which are not supported.",
|
|
305
|
+
"core.createProjectQuestion.apiSpec.operation.multipleServer": "Your selected APIs have multiple server URLs %s which are not supported.",
|
|
302
306
|
"core.createProjectQuestion.apiSpec.operation.placeholder.skipExisting": "Methods defined in manifest.json are not listed",
|
|
303
307
|
"core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "Invalid OpenAPI description document. Check output panel for details.",
|
|
304
308
|
"core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "Invalid OpenAPI description document. Check [output panel](command:fx-extension.showOutputChannel) for details.",
|
|
@@ -306,8 +310,10 @@
|
|
|
306
310
|
"core.createProjectQuestion.openAiPluginManifest.validationError.missingApiUrl": "Missing URL in \"%s\".",
|
|
307
311
|
"core.createProjectQuestion.openAiPluginManifest.validationError.authNotSupported": "Auth type is not supported. Supported auth type: \"%s\".",
|
|
308
312
|
"core.createProjectQuestion.meArchitecture.title": "Architecture of Search Based Message Extension",
|
|
313
|
+
"core.aiAssistantBotOption.label": "AI Assistant Bot",
|
|
314
|
+
"core.aiAssistantBotOption.detail": "A custom AI assistant bot in Teams using Teams AI library and OpenAI Assistants API",
|
|
309
315
|
"core.aiBotOption.label": "AI Chat Bot",
|
|
310
|
-
"core.aiBotOption.detail": "A chat bot using Teams AI library",
|
|
316
|
+
"core.aiBotOption.detail": "A basic AI chat bot in Teams using Teams AI library",
|
|
311
317
|
"core.spfxFolder.title": "SPFx solution folder",
|
|
312
318
|
"core.spfxFolder.placeholder": "Select the folder that contains your SPFx solution",
|
|
313
319
|
"core.QuestionSelectTargetEnvironment.title": "Select an environment",
|
|
@@ -323,6 +329,8 @@
|
|
|
323
329
|
"core.QuestionNewResourceGroupName.title": "New resource group name",
|
|
324
330
|
"core.QuestionNewResourceGroupName.validation": "The name can only contain alphanumeric characters or the symbols ._-()",
|
|
325
331
|
"core.QuestionNewResourceGroupLocation.title": "Location for the new resource group",
|
|
332
|
+
"core.QuestionNewResourceGroupLocation.group.recommended": "Recommended",
|
|
333
|
+
"core.QuestionNewResourceGroupLocation.group.others": "Others",
|
|
326
334
|
"core.question.workspaceFolder.title": "Workspace folder",
|
|
327
335
|
"core.question.workspaceFolder.placeholder": "Select the folder that will contain your project root folder",
|
|
328
336
|
"core.ScratchOptionYes.label": "Create a new app",
|
|
@@ -353,11 +361,11 @@
|
|
|
353
361
|
"core.updateUrlQuestion.placeholder": "Unselect to keep with the original URL",
|
|
354
362
|
"core.SingleSignOnOption.label": "Single Sign-On",
|
|
355
363
|
"core.SingleSignOnOption.detail": "Develop a Single Sign-On feature for Teams Launch pages and Bot capability",
|
|
356
|
-
"core.getUserEmailQuestion.title": "Add owner to Teams/
|
|
364
|
+
"core.getUserEmailQuestion.title": "Add owner to Teams/Microsoft Entra app for the account under the same Microsoft 365 tenant (email)",
|
|
357
365
|
"core.getUserEmailQuestion.validation1": "Email address cannot be null or empty",
|
|
358
366
|
"core.getUserEmailQuestion.validation2": "Please change [UserName] to the real user name",
|
|
359
367
|
"core.collaboration.error.failedToLoadDotEnvFile": "Unable to load your .env File. Reason: %s",
|
|
360
|
-
"core.selectAadAppManifestQuestion.title": "Select
|
|
368
|
+
"core.selectAadAppManifestQuestion.title": "Select Microsoft Entra manifest.json file",
|
|
361
369
|
"core.selectTeamsAppManifestQuestion.title": "Select Teams manifest.json file",
|
|
362
370
|
"core.selectTeamsAppPackageQuestion.title": "Select Teams app package file",
|
|
363
371
|
"core.selectLocalTeamsAppManifestQuestion.title": "Select local Teams manifest.json file",
|
|
@@ -368,8 +376,8 @@
|
|
|
368
376
|
"core.selectValidateMethodQuestion.validate.appPackageOption": "Validate app package using validation rules",
|
|
369
377
|
"core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Validate app package using validation rules",
|
|
370
378
|
"core.confirmManifestQuestion.placeholder": "Confirm manifest is correctly selected",
|
|
371
|
-
"core.aadAppQuestion.label": "
|
|
372
|
-
"core.aadAppQuestion.description": "Your
|
|
379
|
+
"core.aadAppQuestion.label": "Microsoft Entra app",
|
|
380
|
+
"core.aadAppQuestion.description": "Your Microsoft Entra app for Single Sign On",
|
|
373
381
|
"core.teamsAppQuestion.label": "Teams app",
|
|
374
382
|
"core.teamsAppQuestion.description": "Your Teams app",
|
|
375
383
|
"core.M365SsoLaunchPageOptionItem.label": "React with Fluent UI",
|
|
@@ -394,18 +402,14 @@
|
|
|
394
402
|
"core.common.OutlookWebClientName1": "Outlook web access client id 1",
|
|
395
403
|
"core.common.OutlookWebClientName2": "Outlook web access client id 2",
|
|
396
404
|
"core.common.CancelledMessage": "Operation is cancelled.",
|
|
405
|
+
"core.common.SwaggerNotSupported": "Swagger 2.0 is not supported. Please convert it to OpenAPI 3.0 first.",
|
|
397
406
|
"core.common.NoServerInformation": "No server information is found in the OpenAPI description document.",
|
|
398
407
|
"core.common.RemoteRefNotSupported": "Remote reference is not supported: %s.",
|
|
399
408
|
"core.common.MissingOperationId": "Missing operationIds: %s.",
|
|
400
|
-
"core.common.NoSupportedApi": "No supported API is found in the OpenAPI description document: only GET and POST methods are supported, additionally, there can be at most one required parameter, and no auth is allowed.",
|
|
401
|
-
"core.common.AdditionalPropertiesNotSupported": "'additionalProperties' is not supported, and will be ignored.",
|
|
402
|
-
"core.common.SchemaNotSupported": "'oneOf', 'anyOf', and 'not' schema are not supported: %s.",
|
|
403
|
-
"core.common.UnknownSchema": "Unknown schema: %s.",
|
|
409
|
+
"core.common.NoSupportedApi": "No supported API is found in the OpenAPI description document: only GET and POST methods are supported, additionally, there can be at most one required parameter, and no auth is allowed. \nFor more information visit: \"https://aka.ms/build-api-based-message-extension\".",
|
|
404
410
|
"core.common.UrlProtocolNotSupported": "Server url is not correct: protocol %s is not supported, you should use https protocol instead.",
|
|
405
411
|
"core.common.RelativeServerUrlNotSupported": "Server url is not correct: relative server url is not supported.",
|
|
406
|
-
"core.common.
|
|
407
|
-
"core.common.OperationOnlyContainsOptionalParam": "Operation %s contains multiple optional parameters. The first optional parameter is used for this command.",
|
|
408
|
-
"core.common.ConvertSwaggerToOpenAPI": "The Swagger 2.0 file has been converted to OpenAPI 3.0.",
|
|
412
|
+
"core.common.ErrorFetchApiSpec": "Your OpenAPI description document should be accessible without authentication, otherwise download and start from a local copy.",
|
|
409
413
|
"core.common.SendingApiRequest": "Sending API request: %s. Request body: %s",
|
|
410
414
|
"core.common.ReceiveApiResponse": "Received API response: %s.",
|
|
411
415
|
"core.importAddin.label": "Import an Existing Outlook Add-ins",
|
|
@@ -422,6 +426,7 @@
|
|
|
422
426
|
"core.summary.actionSucceeded": "%s was executed successfully.",
|
|
423
427
|
"core.summary.createdEnvFile": "Environment file was created at",
|
|
424
428
|
"core.copilot.addAPI.success": "%s have(has) been successfully added to %s",
|
|
429
|
+
"core.copilot.addAPI.InjectAPIKeyActionFailed": "Inject API key action to teamsapp.yaml file failed, please make sure that file contains teamsApp/create action in provision section.",
|
|
425
430
|
"ui.select.LoadingOptionsPlaceholder": "Loading options ...",
|
|
426
431
|
"ui.select.LoadingDefaultPlaceholder": "Loading default value ...",
|
|
427
432
|
"error.aad.manifest.NameIsMissing": "name is missing\n",
|
|
@@ -432,8 +437,8 @@
|
|
|
432
437
|
"error.aad.manifest.AccessTokenAcceptedVersionIs1": "accessTokenAcceptedVersion is 1\n",
|
|
433
438
|
"error.aad.manifest.OptionalClaimsIsMissing": "optionalClaims is missing\n",
|
|
434
439
|
"error.aad.manifest.OptionalClaimsMissingIdtypClaim": "optionalClaims access token doesn't contain idtyp claim\n",
|
|
435
|
-
"error.aad.manifest.AADManifestIssues": "
|
|
436
|
-
"error.aad.manifest.DeleteOrUpdatePermissionFailed": "Unable to update or delete an existing permission when it's enabled. One possible reason is that the ACCESS_AS_USER_PERMISSION_ID environment variable is changed for selected environment. Ensure your permission id(s) are identical with the actual
|
|
440
|
+
"error.aad.manifest.AADManifestIssues": "Microsoft Entra manifest has following issues that may potentially break the Teams App:\n",
|
|
441
|
+
"error.aad.manifest.DeleteOrUpdatePermissionFailed": "Unable to update or delete an existing permission when it's enabled. One possible reason is that the ACCESS_AS_USER_PERMISSION_ID environment variable is changed for selected environment. Ensure your permission id(s) are identical with the actual Microsoft Entra application and try again.\n",
|
|
437
442
|
"error.aad.manifest.UnknownResourceAppId": "Unknown resourceAppId %s",
|
|
438
443
|
"error.aad.manifest.UnknownResourceAccessType": "Unknown resourceAccess: %s",
|
|
439
444
|
"error.aad.manifest.UnknownResourceAccessId": "Unknown resourceAccess id: %s, if you're using permission as resourceAccess id, please try to use permission id instead.",
|
|
@@ -482,35 +487,35 @@
|
|
|
482
487
|
"depChecker.testToolVersionNotMatch": "The version of Teams App Test Tool (%s) is not compatible with the specified version range (%s).",
|
|
483
488
|
"depChecker.failedToValidateTestTool": "Unable to validate Teams App Test Tool after installation. %s",
|
|
484
489
|
"error.driver.outputEnvironmentVariableUndefined": "The output environment variable name(s) are not defined.",
|
|
485
|
-
"driver.aadApp.description.create": "Create
|
|
486
|
-
"driver.aadApp.description.update": "Apply
|
|
490
|
+
"driver.aadApp.description.create": "Create a Microsoft Entra app to authenticate users",
|
|
491
|
+
"driver.aadApp.description.update": "Apply Microsoft Entra app manifest to an existing app",
|
|
487
492
|
"driver.aadApp.error.missingEnv": "Environment variable %s is not set.",
|
|
488
493
|
"driver.aadApp.error.generateSecretFailed": "Cannot generate client secret.",
|
|
489
|
-
"driver.aadApp.error.invalidFieldInManifest": "Field %s is missing or invalid in
|
|
490
|
-
"driver.aadApp.error.appNameTooLong": "The name for this
|
|
491
|
-
"driver.aadApp.progressBar.createAadAppTitle": "Creating
|
|
492
|
-
"driver.aadApp.progressBar.updateAadAppTitle": "Updating
|
|
494
|
+
"driver.aadApp.error.invalidFieldInManifest": "Field %s is missing or invalid in Microsoft Entra app manifest.",
|
|
495
|
+
"driver.aadApp.error.appNameTooLong": "The name for this Microsoft Entra app is too long. The maximum length is 120.",
|
|
496
|
+
"driver.aadApp.progressBar.createAadAppTitle": "Creating Microsoft Entra application...",
|
|
497
|
+
"driver.aadApp.progressBar.updateAadAppTitle": "Updating Microsoft Entra application...",
|
|
493
498
|
"driver.aadApp.log.startExecuteDriver": "Executing action %s",
|
|
494
499
|
"driver.aadApp.log.successExecuteDriver": "Action %s executed successfully",
|
|
495
500
|
"driver.aadApp.log.failExecuteDriver": "Unable to execute action %s. Error message: %s",
|
|
496
|
-
"driver.aadApp.log.startCreateAadApp": "Environment variable %s does not exist, creating a new
|
|
497
|
-
"driver.aadApp.log.successCreateAadApp": "Created
|
|
498
|
-
"driver.aadApp.log.skipCreateAadApp": "Environment variable %s already exist, skipping new
|
|
499
|
-
"driver.aadApp.log.startGenerateClientSecret": "Environment variable %s does not exist, generating client secret for
|
|
500
|
-
"driver.aadApp.log.successGenerateClientSecret": "Generated client secret for
|
|
501
|
-
"driver.aadApp.log.skipGenerateClientSecret": "Environment variable %s already exist, skipping
|
|
502
|
-
"driver.aadApp.log.outputAadAppManifest": "Build
|
|
503
|
-
"driver.aadApp.log.successUpdateAadAppManifest": "Applied manifest %s to
|
|
504
|
-
"botRegistration.ProgressBar.creatingBotAadApp": "Creating bot
|
|
505
|
-
"botRegistration.log.startCreateBotAadApp": "Creating bot
|
|
506
|
-
"botRegistration.log.successCreateBotAadApp": "Bot
|
|
507
|
-
"botRegistration.log.skipCreateBotAadApp": "Bot
|
|
508
|
-
"driver.botAadApp.create.description": "create a new or reuse an existing bot
|
|
501
|
+
"driver.aadApp.log.startCreateAadApp": "Environment variable %s does not exist, creating a new Microsoft Entra app...",
|
|
502
|
+
"driver.aadApp.log.successCreateAadApp": "Created Microsoft Entra application with object id %s",
|
|
503
|
+
"driver.aadApp.log.skipCreateAadApp": "Environment variable %s already exist, skipping new Microsoft Entra app creation step.",
|
|
504
|
+
"driver.aadApp.log.startGenerateClientSecret": "Environment variable %s does not exist, generating client secret for Microsoft Entra app...",
|
|
505
|
+
"driver.aadApp.log.successGenerateClientSecret": "Generated client secret for Microsoft Entra application with object id %s",
|
|
506
|
+
"driver.aadApp.log.skipGenerateClientSecret": "Environment variable %s already exist, skipping Microsoft Entra app client secret generation step.",
|
|
507
|
+
"driver.aadApp.log.outputAadAppManifest": "Build Microsoft Entra app manifest completed, and app manifest content is written to %s",
|
|
508
|
+
"driver.aadApp.log.successUpdateAadAppManifest": "Applied manifest %s to Microsoft Entra application with object id %s",
|
|
509
|
+
"botRegistration.ProgressBar.creatingBotAadApp": "Creating bot Microsoft Entra app...",
|
|
510
|
+
"botRegistration.log.startCreateBotAadApp": "Creating bot Microsoft Entra app.",
|
|
511
|
+
"botRegistration.log.successCreateBotAadApp": "Bot Microsoft Entra app created successfully.",
|
|
512
|
+
"botRegistration.log.skipCreateBotAadApp": "Bot Microsoft Entra app creation skipped.",
|
|
513
|
+
"driver.botAadApp.create.description": "create a new or reuse an existing bot Microsoft Entra app.",
|
|
509
514
|
"driver.botAadApp.log.startExecuteDriver": "Executing action %s",
|
|
510
515
|
"driver.botAadApp.log.successExecuteDriver": "Action %s executed successfully",
|
|
511
516
|
"driver.botAadApp.log.failExecuteDriver": "Unable to execute action %s. Error message: %s",
|
|
512
|
-
"driver.botAadApp.log.successCreateBotAad": "Created
|
|
513
|
-
"driver.botAadApp.log.useExistingBotAad": "Used existing
|
|
517
|
+
"driver.botAadApp.log.successCreateBotAad": "Created Microsoft Entra application with client id %s.",
|
|
518
|
+
"driver.botAadApp.log.useExistingBotAad": "Used existing Microsoft Entra application with client id %s.",
|
|
514
519
|
"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.",
|
|
515
520
|
"driver.arm.description.deploy": "Deploy the given ARM templates to Azure.",
|
|
516
521
|
"driver.arm.deploy.progressBar.message": "Deploying the ARM templates to Azure...",
|
|
@@ -589,8 +594,10 @@
|
|
|
589
594
|
"driver.teamsApp.summary.publishTeamsAppSuccess": "Teams app %s successfully published to the admin portal.",
|
|
590
595
|
"driver.teamsApp.summary.copyAppPackageSuccess": "Teams app %s was successfully copied to %s.",
|
|
591
596
|
"driver.teamsApp.summary.copyIconSuccess": "%s icon(s) were successfully updated under %s.",
|
|
592
|
-
"driver.teamsApp.summary.validate": "Teams Toolkit has checked against all validation rules:\n\nSummary:\n%s.\n%s\n%s\n\nA complete log of validations can be found in %s",
|
|
593
|
-
"driver.teamsApp.summary.
|
|
597
|
+
"driver.teamsApp.summary.validate": "Teams Toolkit has checked against all validation rules:\n\nSummary:\n%s.\n%s%s\n%s\n\nA complete log of validations can be found in %s",
|
|
598
|
+
"driver.teamsApp.summary.validate.checkPath": "You can check and update your Teams app package at %s.\n",
|
|
599
|
+
"driver.teamsApp.summary.validateManifest": "Teams Toolkit has checked manifest with its schema:\n\nSummary:\n%s.\n%s%s\n",
|
|
600
|
+
"driver.teamsApp.summary.validateManifest.checkPath": "You can check and update your Teams manifest at %s.\n",
|
|
594
601
|
"driver.teamsApp.summary.validate.succeed": "%s passed",
|
|
595
602
|
"driver.teamsApp.summary.validate.failed": "%s failed",
|
|
596
603
|
"driver.teamsApp.summary.validate.warning": "%s warning",
|
|
@@ -599,8 +606,10 @@
|
|
|
599
606
|
"driver.teamsApp.validate.result.display": "Teams Toolkit has completed checking your app package against validation rules. %s. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
600
607
|
"error.teamsApp.validate.apiFailed": "Teams app package validation failed due to %s",
|
|
601
608
|
"error.teamsApp.validate.apiFailed.display": "Teams app pacakge validation failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
609
|
+
"error.teamsApp.validate.details": "File path: %s, title: %s",
|
|
602
610
|
"error.teamsApp.AppIdNotExistError": "Teams app with ID %s does not exist in Teams Developer Portal.",
|
|
603
611
|
"error.teamsApp.InvalidAppIdError": "Teams app ID %s is invalid, must be a GUID.",
|
|
612
|
+
"error.teamsApp.createAppPackage.invalidFile": "%s is invalid, it should be in the same directory as manifest.json or a subdirectory of it.",
|
|
604
613
|
"driver.botFramework.description": "creates or updates the bot registration on dev.botframework.com",
|
|
605
614
|
"driver.botFramework.summary.create": "The bot registration has been created successfully (%s).",
|
|
606
615
|
"driver.botFramework.summary.update": "The bot registration has been updated successfully (%s).",
|
|
@@ -615,6 +624,7 @@
|
|
|
615
624
|
"error.yaml.LifeCycleUndefinedError": "Lifecycle '%s' is undefined, yaml file: %s",
|
|
616
625
|
"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.",
|
|
617
626
|
"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.",
|
|
627
|
+
"error.common.VersionError": "Unable to find a version satisfying the version range %s.",
|
|
618
628
|
"error.common.MissingEnvironmentVariablesError": "The program cannot proceed as the following environment variables are missing: '%s', which are required for file: %s. Make sure the required variables are set either by editing the .env file '%s' with the correct names and values , or by setting the system environment variables with the correct names and values. If you are developing with a new project created with Teams Toolkit, running provision or debug will register correct values for these environment variables.",
|
|
619
629
|
"error.common.InvalidProjectError": "This command only works for project created by Teams Toolkit.",
|
|
620
630
|
"error.common.FileNotFoundError": "The file or directory is not found: '%s'. Check if it exists and you have permission to access it.",
|
|
@@ -655,6 +665,8 @@
|
|
|
655
665
|
"error.arm.ConvertArmOutputError": "Unable to convert ARM deployment result to action output, there is a duplicated key '%s' in ARM deployment result.",
|
|
656
666
|
"error.deploy.DeployEmptyFolderError": "Unable to locate any files in the distribution folder: '%s'. Please ensure that the folder is not empty and that all necessary files have been included.",
|
|
657
667
|
"error.deploy.CheckDeploymentStatusTimeoutError": "Unable to check deployment status because the process timed out. Check your internet connection and try again. If the issue persists, please review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
|
|
668
|
+
"error.deploy.ZipFileError": "Failed to zip the artifact folder. The folder size exceeds the maximum limit of 2GB. Please reduce the size of the folder and try again.",
|
|
669
|
+
"error.deploy.ZipFileTargetInUse": "Failed to clear the distribution zip file in %s. The file may be currently in use. Please close any applications using the file and try again.",
|
|
658
670
|
"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.",
|
|
659
671
|
"error.deploy.GetPublishingCredentialsError": "Unable to obtain publishing credentials of app '%s' in resource group '%s' for reason:\n %s.\n Suggestions:\n 1. Verify that the app name and resource group name are spelled correctly and are valid. \n 2. Verify that your Azure account has the necessary permissions to access the API. You may need to elevate your role or request additional permissions from an administrator. \n 3. If the error message includes a specific reason, such as an authentication failure or a network issue, investigate that issue specifically to resolve the error and try again. \n 4. You can test the API in this page: '%s'",
|
|
660
672
|
"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.",
|
|
@@ -674,5 +686,16 @@
|
|
|
674
686
|
"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.",
|
|
675
687
|
"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.",
|
|
676
688
|
"error.core.failedToLoadManifestId": "Unable to load manifest id from path: %s. You must run provision first.",
|
|
677
|
-
"error.core.appIdNotExist": "Cannot find app id: %s.
|
|
689
|
+
"error.core.appIdNotExist": "Cannot find app id: %s. Either your current M365 account does not have permission, or the app has alredy been deleted.",
|
|
690
|
+
"driver.apiKey.description.create": "Create an API key on Developer Portal for authentication in Open API spec.",
|
|
691
|
+
"driver.aadApp.apiKey.title.create": "Creating API key...",
|
|
692
|
+
"driver.apiKey.log.startExecuteDriver": "Executing action %s",
|
|
693
|
+
"driver.apiKey.log.skipCreateApiKey": "Environment variable %s exists. Skip creating API key.",
|
|
694
|
+
"driver.apiKey.log.apiKeyNotFound": "Environment variable %s exists but failed to retrieve API key from Developer Portal. Check manually if API key exists.",
|
|
695
|
+
"driver.apiKey.error.nameTooLong": "The name for API key is too long. The maximum length is 128.",
|
|
696
|
+
"driver.apiKey.error.clientSecretInvalid": "Client secret is invalid. Client secret should follow: 1. Max %d secrets per API key. 2. Use comma to separate secrets. 3. Length of every secret >= 10 and <= 128",
|
|
697
|
+
"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",
|
|
698
|
+
"driver.apiKey.error.failedToGetDomain": "Failed to get domain from API specification. Please make sure your API specification is valid.",
|
|
699
|
+
"driver.apiKey.log.successCreateApiKey": "Created API key with id %s",
|
|
700
|
+
"driver.apiKey.log.failedExecuteDriver": "Unable to execute action %s. Error message: %s"
|
|
678
701
|
}
|