@microsoft/teamsfx-core 2.0.4-alpha.ef9e92acd.0 → 2.0.4-alpha.f2e5373f1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/common/deps-checker/checkerFactory.d.ts +1 -2
- package/build/common/deps-checker/checkerFactory.d.ts.map +1 -1
- package/build/common/deps-checker/checkerFactory.js +2 -2
- package/build/common/deps-checker/checkerFactory.js.map +1 -1
- package/build/common/deps-checker/depsLogger.d.ts +14 -14
- package/build/common/deps-checker/depsLogger.d.ts.map +1 -1
- package/build/common/deps-checker/depsLogger.js +7 -21
- package/build/common/deps-checker/depsLogger.js.map +1 -1
- package/build/common/deps-checker/internal/dotnetChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/dotnetChecker.js +40 -35
- package/build/common/deps-checker/internal/dotnetChecker.js.map +1 -1
- package/build/common/deps-checker/internal/nodeChecker.js +3 -3
- package/build/common/deps-checker/internal/nodeChecker.js.map +1 -1
- package/build/common/deps-checker/util/cpUtils.d.ts +1 -1
- package/build/common/deps-checker/util/cpUtils.d.ts.map +1 -1
- package/build/common/deps-checker/util/cpUtils.js +4 -4
- package/build/common/deps-checker/util/cpUtils.js.map +1 -1
- package/build/common/deps-checker/util/progressIndicator.js +2 -2
- package/build/common/deps-checker/util/progressIndicator.js.map +1 -1
- package/build/common/featureFlags.d.ts +1 -0
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +5 -1
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/local/localCertificateManager.d.ts.map +1 -1
- package/build/common/local/localCertificateManager.js +3 -0
- package/build/common/local/localCertificateManager.js.map +1 -1
- package/build/common/local/packageJsonHelper.d.ts.map +1 -1
- package/build/common/local/packageJsonHelper.js +1 -0
- package/build/common/local/packageJsonHelper.js.map +1 -1
- package/build/common/local/portChecker.js.map +1 -1
- package/build/common/m365/launchHelper.d.ts +2 -2
- package/build/common/m365/launchHelper.d.ts.map +1 -1
- package/build/common/m365/launchHelper.js +13 -4
- package/build/common/m365/launchHelper.js.map +1 -1
- package/build/common/m365/packageService.d.ts.map +1 -1
- package/build/common/m365/packageService.js +52 -13
- package/build/common/m365/packageService.js.map +1 -1
- package/build/common/projectSettingsHelper.d.ts.map +1 -1
- package/build/common/projectSettingsHelper.js +1 -0
- package/build/common/projectSettingsHelper.js.map +1 -1
- package/build/common/samples-config-v3.json +22 -1
- package/build/common/samples.d.ts.map +1 -1
- 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 +38 -32
- package/build/common/spec-parser/adaptiveCardGenerator.js.map +1 -1
- package/build/common/spec-parser/constants.d.ts +12 -10
- package/build/common/spec-parser/constants.d.ts.map +1 -1
- package/build/common/spec-parser/constants.js +14 -10
- package/build/common/spec-parser/constants.js.map +1 -1
- package/build/common/spec-parser/interfaces.d.ts +17 -5
- package/build/common/spec-parser/interfaces.d.ts.map +1 -1
- package/build/common/spec-parser/interfaces.js +8 -0
- package/build/common/spec-parser/interfaces.js.map +1 -1
- package/build/common/spec-parser/manifestUpdater.d.ts.map +1 -1
- package/build/common/spec-parser/manifestUpdater.js +25 -21
- package/build/common/spec-parser/manifestUpdater.js.map +1 -1
- package/build/common/spec-parser/specFilter.d.ts.map +1 -1
- package/build/common/spec-parser/specFilter.js +26 -33
- package/build/common/spec-parser/specFilter.js.map +1 -1
- package/build/common/spec-parser/specParser.d.ts +5 -0
- package/build/common/spec-parser/specParser.d.ts.map +1 -1
- package/build/common/spec-parser/specParser.js +167 -96
- package/build/common/spec-parser/specParser.js.map +1 -1
- package/build/common/spec-parser/utils.d.ts +2 -0
- package/build/common/spec-parser/utils.d.ts.map +1 -1
- package/build/common/spec-parser/utils.js +23 -1
- package/build/common/spec-parser/utils.js.map +1 -1
- package/build/common/telemetry.d.ts +7 -4
- package/build/common/telemetry.d.ts.map +1 -1
- package/build/common/telemetry.js +42 -8
- package/build/common/telemetry.js.map +1 -1
- package/build/component/configManager/interface.d.ts +5 -3
- package/build/component/configManager/interface.d.ts.map +1 -1
- package/build/component/configManager/interface.js.map +1 -1
- package/build/component/configManager/lifecycle.d.ts +1 -3
- package/build/component/configManager/lifecycle.d.ts.map +1 -1
- package/build/component/configManager/lifecycle.js +20 -49
- package/build/component/configManager/lifecycle.js.map +1 -1
- package/build/component/configManager/parser.d.ts.map +1 -1
- package/build/component/configManager/parser.js +6 -7
- package/build/component/configManager/parser.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/constants.d.ts +5 -0
- package/build/component/constants.d.ts.map +1 -1
- package/build/component/constants.js +6 -1
- package/build/component/constants.js.map +1 -1
- package/build/component/coordinator/index.d.ts +10 -7
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +53 -55
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/coordinator/summary.d.ts.map +1 -1
- package/build/component/coordinator/summary.js +2 -1
- package/build/component/coordinator/summary.js.map +1 -1
- package/build/component/developerPortalScaffoldUtils.js +3 -3
- package/build/component/developerPortalScaffoldUtils.js.map +1 -1
- package/build/component/driver/aad/create.d.ts +1 -0
- package/build/component/driver/aad/create.d.ts.map +1 -1
- package/build/component/driver/aad/create.js +2 -5
- package/build/component/driver/aad/create.js.map +1 -1
- package/build/component/driver/aad/error/aadManifestError.d.ts +3 -0
- package/build/component/driver/aad/error/aadManifestError.d.ts.map +1 -1
- package/build/component/driver/aad/error/aadManifestError.js +13 -1
- package/build/component/driver/aad/error/aadManifestError.js.map +1 -1
- 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 +2 -5
- package/build/component/driver/aad/update.js.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.d.ts +1 -1
- package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.js +58 -13
- package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
- package/build/component/driver/aad/utility/constants.d.ts +3 -0
- package/build/component/driver/aad/utility/constants.d.ts.map +1 -1
- package/build/component/driver/aad/utility/constants.js +4 -1
- package/build/component/driver/aad/utility/constants.js.map +1 -1
- package/build/component/driver/add/addWebPart.js +1 -1
- package/build/component/driver/add/addWebPart.js.map +1 -1
- package/build/component/driver/arm/deploy.d.ts +1 -3
- package/build/component/driver/arm/deploy.d.ts.map +1 -1
- package/build/component/driver/arm/deploy.js +1 -14
- package/build/component/driver/arm/deploy.js.map +1 -1
- package/build/component/driver/arm/deployImpl.d.ts.map +1 -1
- package/build/component/driver/arm/deployImpl.js +8 -0
- package/build/component/driver/arm/deployImpl.js.map +1 -1
- package/build/component/driver/arm/util/bicepChecker.js +7 -6
- package/build/component/driver/arm/util/bicepChecker.js.map +1 -1
- package/build/component/driver/arm/util/handleError.js.map +1 -1
- package/build/component/driver/botAadApp/create.d.ts +1 -0
- package/build/component/driver/botAadApp/create.d.ts.map +1 -1
- package/build/component/driver/botAadApp/create.js +4 -7
- package/build/component/driver/botAadApp/create.js.map +1 -1
- package/build/component/driver/botFramework/createOrUpdateBot.d.ts +1 -0
- package/build/component/driver/botFramework/createOrUpdateBot.d.ts.map +1 -1
- package/build/component/driver/botFramework/createOrUpdateBot.js +6 -12
- package/build/component/driver/botFramework/createOrUpdateBot.js.map +1 -1
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.js +12 -5
- package/build/component/driver/deploy/azure/azureStorageDeployDriver.js.map +1 -1
- package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js +11 -4
- package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +22 -14
- package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.js +8 -8
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.js.map +1 -1
- package/build/component/driver/deploy/azure/impl/baseDeployImpl.js +4 -4
- package/build/component/driver/deploy/azure/impl/baseDeployImpl.js.map +1 -1
- package/build/component/driver/deploy/spfx/deployDriver.d.ts +1 -0
- package/build/component/driver/deploy/spfx/deployDriver.d.ts.map +1 -1
- package/build/component/driver/deploy/spfx/deployDriver.js +9 -3
- package/build/component/driver/deploy/spfx/deployDriver.js.map +1 -1
- package/build/component/driver/devTool/installDriver.d.ts +1 -0
- package/build/component/driver/devTool/installDriver.d.ts.map +1 -1
- package/build/component/driver/devTool/installDriver.js +33 -11
- package/build/component/driver/devTool/installDriver.js.map +1 -1
- package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts +1 -0
- package/build/component/driver/file/createOrUpdateEnvironmentFile.d.ts.map +1 -1
- package/build/component/driver/file/createOrUpdateEnvironmentFile.js +12 -18
- package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -1
- package/build/component/driver/file/createOrUpdateJsonFile.d.ts +1 -0
- package/build/component/driver/file/createOrUpdateJsonFile.d.ts.map +1 -1
- package/build/component/driver/file/createOrUpdateJsonFile.js +5 -11
- package/build/component/driver/file/createOrUpdateJsonFile.js.map +1 -1
- package/build/component/driver/interface/stepDriver.d.ts +2 -7
- package/build/component/driver/interface/stepDriver.d.ts.map +1 -1
- package/build/component/driver/m365/acquire.d.ts +1 -0
- package/build/component/driver/m365/acquire.d.ts.map +1 -1
- package/build/component/driver/m365/acquire.js +6 -12
- package/build/component/driver/m365/acquire.js.map +1 -1
- package/build/component/driver/script/baseBuildDriver.d.ts.map +1 -1
- package/build/component/driver/script/baseBuildDriver.js +1 -0
- package/build/component/driver/script/baseBuildDriver.js.map +1 -1
- package/build/component/driver/script/scriptDriver.d.ts +10 -1
- package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
- package/build/component/driver/script/scriptDriver.js +31 -30
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/teamsApp/appStudio.d.ts.map +1 -1
- package/build/component/driver/teamsApp/appStudio.js +3 -3
- package/build/component/driver/teamsApp/appStudio.js.map +1 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.d.ts.map +1 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.js +21 -5
- package/build/component/driver/teamsApp/clients/appStudioClient.js.map +1 -1
- package/build/component/driver/teamsApp/clients/authSvcClient.d.ts.map +1 -1
- package/build/component/driver/teamsApp/clients/authSvcClient.js +2 -0
- package/build/component/driver/teamsApp/clients/authSvcClient.js.map +1 -1
- package/build/component/driver/teamsApp/configure.d.ts +1 -0
- package/build/component/driver/teamsApp/configure.d.ts.map +1 -1
- package/build/component/driver/teamsApp/configure.js +3 -6
- package/build/component/driver/teamsApp/configure.js.map +1 -1
- package/build/component/driver/teamsApp/copyAppPackageToSPFx.d.ts +1 -0
- package/build/component/driver/teamsApp/copyAppPackageToSPFx.d.ts.map +1 -1
- package/build/component/driver/teamsApp/copyAppPackageToSPFx.js +3 -6
- package/build/component/driver/teamsApp/copyAppPackageToSPFx.js.map +1 -1
- package/build/component/driver/teamsApp/create.d.ts +1 -0
- package/build/component/driver/teamsApp/create.d.ts.map +1 -1
- package/build/component/driver/teamsApp/create.js +5 -6
- package/build/component/driver/teamsApp/create.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts +3 -2
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +22 -24
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/errors.d.ts.map +1 -1
- package/build/component/driver/teamsApp/errors.js +2 -0
- package/build/component/driver/teamsApp/errors.js.map +1 -1
- package/build/component/driver/teamsApp/interfaces/appdefinitions/messagingExtension.d.ts +3 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/messagingExtension.d.ts.map +1 -1
- package/build/component/driver/teamsApp/interfaces/appdefinitions/messagingExtensionCommand.d.ts +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/messagingExtensionCommand.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 +3 -6
- package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.js +2 -0
- package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/utils.d.ts +2 -2
- package/build/component/driver/teamsApp/utils/utils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/utils.js +21 -10
- package/build/component/driver/teamsApp/utils/utils.js.map +1 -1
- package/build/component/driver/teamsApp/validate.d.ts +1 -0
- package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validate.js +3 -6
- package/build/component/driver/teamsApp/validate.js.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.d.ts +1 -0
- package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.js +3 -6
- package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
- package/build/component/error/componentError.d.ts +2 -1
- package/build/component/error/componentError.d.ts.map +1 -1
- package/build/component/error/componentError.js +8 -4
- package/build/component/error/componentError.js.map +1 -1
- package/build/component/feature/collaboration.d.ts.map +1 -1
- package/build/component/feature/collaboration.js +25 -6
- package/build/component/feature/collaboration.js.map +1 -1
- package/build/component/generator/copilotPlugin/generator.d.ts.map +1 -1
- package/build/component/generator/copilotPlugin/generator.js +33 -8
- 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 +71 -21
- package/build/component/generator/copilotPlugin/helper.js.map +1 -1
- package/build/component/generator/error.d.ts +1 -1
- package/build/component/generator/error.d.ts.map +1 -1
- package/build/component/generator/error.js +2 -2
- package/build/component/generator/error.js.map +1 -1
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +17 -14
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +9 -1
- package/build/component/generator/officeAddin/generator.js.map +1 -1
- package/build/component/generator/officeAddin/helperMethods.d.ts.map +1 -1
- package/build/component/generator/officeAddin/helperMethods.js +8 -4
- package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
- package/build/component/generator/spfx/depsChecker/generatorChecker.d.ts.map +1 -1
- package/build/component/generator/spfx/depsChecker/generatorChecker.js +4 -2
- 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 -3
- package/build/component/generator/spfx/depsChecker/yoChecker.js.map +1 -1
- package/build/component/generator/spfx/spfxGenerator.d.ts.map +1 -1
- package/build/component/generator/spfx/spfxGenerator.js +2 -2
- package/build/component/generator/spfx/spfxGenerator.js.map +1 -1
- package/build/component/generator/spfx/utils/utils.js +3 -3
- package/build/component/generator/spfx/utils/utils.js.map +1 -1
- package/build/component/generator/utils.d.ts.map +1 -1
- package/build/component/generator/utils.js +2 -1
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/messages.d.ts +2 -3
- package/build/component/messages.d.ts.map +1 -1
- package/build/component/messages.js +3 -4
- package/build/component/messages.js.map +1 -1
- package/build/component/middleware/envMW.js +1 -1
- package/build/component/middleware/envMW.js.map +1 -1
- package/build/component/middleware/questionMW.d.ts +2 -2
- package/build/component/middleware/questionMW.d.ts.map +1 -1
- package/build/component/middleware/questionMW.js +7 -11
- package/build/component/middleware/questionMW.js.map +1 -1
- package/build/component/provisionUtils.d.ts +3 -3
- package/build/component/provisionUtils.d.ts.map +1 -1
- package/build/component/provisionUtils.js +3 -3
- 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 +24 -2
- package/build/component/resource/botService/appStudio/appStudioClient.js.map +1 -1
- package/build/component/resource/botService/botRegistration/botFrameworkRegistration.d.ts +2 -2
- package/build/component/resource/botService/botRegistration/botFrameworkRegistration.d.ts.map +1 -1
- package/build/component/resource/botService/botRegistration/botFrameworkRegistration.js +6 -1
- package/build/component/resource/botService/botRegistration/botFrameworkRegistration.js.map +1 -1
- package/build/component/telemetry.js +2 -2
- package/build/component/telemetry.js.map +1 -1
- package/build/component/utils/ResourceGroupHelper.d.ts +2 -2
- package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -1
- package/build/component/utils/ResourceGroupHelper.js +1 -4
- package/build/component/utils/ResourceGroupHelper.js.map +1 -1
- package/build/component/utils/charsetUtils.js +3 -3
- package/build/component/utils/charsetUtils.js.map +1 -1
- package/build/component/utils/common.d.ts +1 -1
- package/build/component/utils/common.d.ts.map +1 -1
- package/build/component/utils/common.js +3 -3
- package/build/component/utils/common.js.map +1 -1
- package/build/component/utils/depsChecker/cpUtils.d.ts.map +1 -1
- package/build/component/utils/depsChecker/cpUtils.js +8 -4
- package/build/component/utils/depsChecker/cpUtils.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.d.ts +3 -0
- package/build/component/utils/metadataUtil.d.ts.map +1 -1
- package/build/component/utils/metadataUtil.js +16 -3
- package/build/component/utils/metadataUtil.js.map +1 -1
- package/build/component/utils/teamsFxTelemetryReporter.js +2 -2
- package/build/component/utils/teamsFxTelemetryReporter.js.map +1 -1
- package/build/core/FxCore.d.ts +40 -33
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +816 -66
- package/build/core/FxCore.js.map +1 -1
- package/build/core/collaborator.js +2 -2
- package/build/core/collaborator.js.map +1 -1
- package/build/core/globalVars.d.ts +16 -0
- package/build/core/globalVars.d.ts.map +1 -1
- package/build/core/globalVars.js +34 -1
- package/build/core/globalVars.js.map +1 -1
- package/build/core/middleware/concurrentLocker.d.ts.map +1 -1
- package/build/core/middleware/concurrentLocker.js +7 -3
- package/build/core/middleware/concurrentLocker.js.map +1 -1
- package/build/core/middleware/projectMigratorV3.d.ts +4 -0
- package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
- package/build/core/middleware/projectMigratorV3.js +34 -32
- package/build/core/middleware/projectMigratorV3.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/appYmlGenerator.d.ts.map +1 -1
- package/build/core/middleware/utils/appYmlGenerator.js +2 -1
- package/build/core/middleware/utils/appYmlGenerator.js.map +1 -1
- package/build/core/middleware/utils/debug/taskMigrator.d.ts.map +1 -1
- package/build/core/middleware/utils/debug/taskMigrator.js +3 -0
- package/build/core/middleware/utils/debug/taskMigrator.js.map +1 -1
- package/build/core/middleware/utils/migrationContext.d.ts +1 -0
- package/build/core/middleware/utils/migrationContext.d.ts.map +1 -1
- package/build/core/middleware/utils/migrationContext.js.map +1 -1
- package/build/core/middleware/utils/v3MigrationUtils.d.ts.map +1 -1
- package/build/core/middleware/utils/v3MigrationUtils.js +5 -1
- package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
- package/build/error/common.d.ts +2 -8
- package/build/error/common.d.ts.map +1 -1
- package/build/error/common.js +8 -33
- package/build/error/common.js.map +1 -1
- package/build/index.d.ts +1 -0
- package/build/index.d.ts.map +1 -1
- package/build/index.js +1 -0
- package/build/index.js.map +1 -1
- package/build/question/constants.d.ts +4 -0
- package/build/question/constants.d.ts.map +1 -0
- package/build/question/constants.js +12 -0
- package/build/question/constants.js.map +1 -0
- package/build/question/create.d.ts +11 -3
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +337 -246
- package/build/question/create.js.map +1 -1
- package/build/question/generator.d.ts +4 -0
- package/build/question/generator.d.ts.map +1 -0
- package/build/question/generator.js +371 -0
- package/build/question/generator.js.map +1 -0
- package/build/question/index.d.ts +18 -30
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +13 -47
- package/build/question/index.js.map +1 -1
- package/build/question/inputs/CreateEnvInputs.d.ts +14 -0
- package/build/question/inputs/CreateEnvInputs.d.ts.map +1 -0
- package/build/question/inputs/CreateEnvInputs.js +5 -0
- package/build/question/inputs/CreateEnvInputs.js.map +1 -0
- package/build/question/inputs/CreateProjectInputs.d.ts +40 -0
- package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -0
- package/build/question/inputs/CreateProjectInputs.js +5 -0
- package/build/question/inputs/CreateProjectInputs.js.map +1 -0
- package/build/question/inputs/CreateSampleProjectInputs.d.ts +12 -0
- package/build/question/inputs/CreateSampleProjectInputs.d.ts.map +1 -0
- package/build/question/inputs/CreateSampleProjectInputs.js +5 -0
- package/build/question/inputs/CreateSampleProjectInputs.js.map +1 -0
- package/build/question/inputs/DeployAadManifestInputs.d.ts +14 -0
- package/build/question/inputs/DeployAadManifestInputs.d.ts.map +1 -0
- package/build/question/inputs/DeployAadManifestInputs.js +5 -0
- package/build/question/inputs/DeployAadManifestInputs.js.map +1 -0
- package/build/question/inputs/PermissionGrantInputs.d.ts +18 -0
- package/build/question/inputs/PermissionGrantInputs.d.ts.map +1 -0
- package/build/question/inputs/PermissionGrantInputs.js +5 -0
- package/build/question/inputs/PermissionGrantInputs.js.map +1 -0
- package/build/question/inputs/PermissionListInputs.d.ts +16 -0
- package/build/question/inputs/PermissionListInputs.d.ts.map +1 -0
- package/build/question/inputs/PermissionListInputs.js +5 -0
- package/build/question/inputs/PermissionListInputs.js.map +1 -0
- package/build/question/inputs/PreviewTeamsAppInputs.d.ts +14 -0
- package/build/question/inputs/PreviewTeamsAppInputs.d.ts.map +1 -0
- package/build/question/inputs/PreviewTeamsAppInputs.js +5 -0
- package/build/question/inputs/PreviewTeamsAppInputs.js.map +1 -0
- package/build/question/inputs/SPFxAddWebpartInputs.d.ts +18 -0
- package/build/question/inputs/SPFxAddWebpartInputs.d.ts.map +1 -0
- package/build/question/inputs/SPFxAddWebpartInputs.js +5 -0
- package/build/question/inputs/SPFxAddWebpartInputs.js.map +1 -0
- package/build/question/inputs/SelectTeamsManifestInputs.d.ts +12 -0
- package/build/question/inputs/SelectTeamsManifestInputs.d.ts.map +1 -0
- package/build/question/inputs/SelectTeamsManifestInputs.js +5 -0
- package/build/question/inputs/SelectTeamsManifestInputs.js.map +1 -0
- package/build/question/inputs/ValidateTeamsAppInputs.d.ts +14 -0
- package/build/question/inputs/ValidateTeamsAppInputs.d.ts.map +1 -0
- package/build/question/inputs/ValidateTeamsAppInputs.js +5 -0
- package/build/question/inputs/ValidateTeamsAppInputs.js.map +1 -0
- package/build/question/inputs/index.d.ts +11 -0
- package/build/question/inputs/index.d.ts.map +1 -0
- package/build/question/inputs/index.js +16 -0
- package/build/question/inputs/index.js.map +1 -0
- package/build/question/options/CreateEnvOptions.d.ts +10 -0
- package/build/question/options/CreateEnvOptions.d.ts.map +1 -0
- package/build/question/options/CreateEnvOptions.js +24 -0
- package/build/question/options/CreateEnvOptions.js.map +1 -0
- package/build/question/options/CreateProjectOptions.d.ts +10 -0
- package/build/question/options/CreateProjectOptions.d.ts.map +1 -0
- package/build/question/options/CreateProjectOptions.js +139 -0
- package/build/question/options/CreateProjectOptions.js.map +1 -0
- package/build/question/options/CreateSampleProjectOptions.d.ts +10 -0
- package/build/question/options/CreateSampleProjectOptions.d.ts.map +1 -0
- package/build/question/options/CreateSampleProjectOptions.js +52 -0
- package/build/question/options/CreateSampleProjectOptions.js.map +1 -0
- package/build/question/options/DeployAadManifestOptions.d.ts +10 -0
- package/build/question/options/DeployAadManifestOptions.d.ts.map +1 -0
- package/build/question/options/DeployAadManifestOptions.js +21 -0
- package/build/question/options/DeployAadManifestOptions.js.map +1 -0
- package/build/question/options/PermissionGrantOptions.d.ts +10 -0
- package/build/question/options/PermissionGrantOptions.d.ts.map +1 -0
- package/build/question/options/PermissionGrantOptions.js +33 -0
- package/build/question/options/PermissionGrantOptions.js.map +1 -0
- package/build/question/options/PermissionListOptions.d.ts +10 -0
- package/build/question/options/PermissionListOptions.d.ts.map +1 -0
- package/build/question/options/PermissionListOptions.js +28 -0
- package/build/question/options/PermissionListOptions.js.map +1 -0
- package/build/question/options/PreviewTeamsAppOptions.d.ts +10 -0
- package/build/question/options/PreviewTeamsAppOptions.d.ts.map +1 -0
- package/build/question/options/PreviewTeamsAppOptions.js +26 -0
- package/build/question/options/PreviewTeamsAppOptions.js.map +1 -0
- package/build/question/options/SPFxAddWebpartOptions.d.ts +10 -0
- package/build/question/options/SPFxAddWebpartOptions.d.ts.map +1 -0
- package/build/question/options/SPFxAddWebpartOptions.js +38 -0
- package/build/question/options/SPFxAddWebpartOptions.js.map +1 -0
- package/build/question/options/SelectTeamsManifestOptions.d.ts +10 -0
- package/build/question/options/SelectTeamsManifestOptions.d.ts.map +1 -0
- package/build/question/options/SelectTeamsManifestOptions.js +17 -0
- package/build/question/options/SelectTeamsManifestOptions.js.map +1 -0
- package/build/question/options/ValidateTeamsAppOptions.d.ts +10 -0
- package/build/question/options/ValidateTeamsAppOptions.d.ts.map +1 -0
- package/build/question/options/ValidateTeamsAppOptions.js +23 -0
- package/build/question/options/ValidateTeamsAppOptions.js.map +1 -0
- package/build/question/options/index.d.ts +11 -0
- package/build/question/options/index.d.ts.map +1 -0
- package/build/question/options/index.js +16 -0
- package/build/question/options/index.js.map +1 -0
- package/build/question/other.d.ts +12 -1
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +124 -30
- package/build/question/other.js.map +1 -1
- package/build/question/questionNames.d.ts +7 -2
- package/build/question/questionNames.d.ts.map +1 -1
- package/build/question/questionNames.js +9 -3
- package/build/question/questionNames.js.map +1 -1
- package/build/ui/validationUtils.d.ts +6 -3
- package/build/ui/validationUtils.d.ts.map +1 -1
- package/build/ui/validationUtils.js +25 -14
- package/build/ui/validationUtils.js.map +1 -1
- package/build/ui/visitor.d.ts +8 -0
- package/build/ui/visitor.d.ts.map +1 -1
- package/build/ui/visitor.js +179 -259
- package/build/ui/visitor.js.map +1 -1
- package/package.json +8 -10
- package/resource/package.nls.json +32 -15
- package/resource/yaml-schema/{1.1.1 → v1.2}/yaml.schema.json +11 -5
- 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/Tab/GetUserProfile.razor +1 -2
- package/templates/plugins/resource/aad/auth/bot/README.md +281 -263
- package/templates/plugins/resource/aad/auth/bot/js/sso/handleMessageExtensionQueryWithToken.js +13 -3
- package/templates/plugins/resource/aad/auth/bot/js/sso/profileSsoCommandHandler.js +14 -5
- package/templates/plugins/resource/aad/auth/bot/ts/sso/handleMessageExtensionQueryWithToken.ts +11 -3
- package/templates/plugins/resource/aad/auth/bot/ts/sso/profileSsoCommandHandler.ts +12 -3
- package/templates/plugins/resource/aad/auth/tab/csharp/GetUserProfile.razor +1 -2
- package/build/component/driver/middleware/updateProgress.d.ts +0 -6
- package/build/component/driver/middleware/updateProgress.d.ts.map +0 -1
- package/build/component/driver/middleware/updateProgress.js +0 -15
- package/build/component/driver/middleware/updateProgress.js.map +0 -1
- package/build/core/FxCoreImplementV3.d.ts +0 -47
- package/build/core/FxCoreImplementV3.d.ts.map +0 -1
- package/build/core/FxCoreImplementV3.js +0 -702
- package/build/core/FxCoreImplementV3.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/teamsfx-core",
|
|
3
|
-
"version": "2.0.4-alpha.
|
|
3
|
+
"version": "2.0.4-alpha.f2e5373f1.0",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"types": "build/index.d.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -54,13 +54,10 @@
|
|
|
54
54
|
"test:validUtils": "nyc mocha \"tests/ui/validationUtils.test.ts\"",
|
|
55
55
|
"test:question": "nyc mocha \"tests/question/*.test.ts\"",
|
|
56
56
|
"test:coll": "nyc mocha \"tests/core/collaborator.test.ts\"",
|
|
57
|
-
"test:specParser": "npx mocha \"tests/common/spec-parser
|
|
58
|
-
"test:specFilter": "npx mocha \"tests/common/spec-parser/**/specFilter.test.ts\"",
|
|
59
|
-
"test:specParserUtils": "npx mocha \"tests/common/spec-parser/**/utils.test.ts\"",
|
|
60
|
-
"test:manifestUpdater": "npx mocha \"tests/common/spec-parser/**/manifestUpdater.test.ts\"",
|
|
61
|
-
"test:adaptiveCardGenerator": "npx mocha \"tests/common/spec-parser/**/adaptiveCardGenerator.test.ts\"",
|
|
57
|
+
"test:specParser": "npx mocha \"tests/common/spec-parser/**/*.test.ts\"",
|
|
62
58
|
"test:error": "nyc mocha \"tests/error/*.test.ts\"",
|
|
63
59
|
"test:cutils": "nyc mocha \"tests/component/utils.test.ts\"",
|
|
60
|
+
"test:globalVars": "nyc mocha \"tests/core/globalVars.test.ts\"",
|
|
64
61
|
"clean": "rm -rf build",
|
|
65
62
|
"build": "rimraf build && npx tsc -p ./",
|
|
66
63
|
"lint:fix": "eslint --fix \"src/**/*.ts\" \"tests/**/*.ts\"",
|
|
@@ -72,7 +69,8 @@
|
|
|
72
69
|
"install:tabs": "cd tabs && npm install",
|
|
73
70
|
"installAll": "npm run install:tabs",
|
|
74
71
|
"checkUnusedStrings": "node ./scripts/find-unused-strings.js ./resource/package.nls.json ./src || exit 1",
|
|
75
|
-
"
|
|
72
|
+
"clean:strings": "node ./scripts/delete-unused-strings.js ./resource/package.nls.json ./src",
|
|
73
|
+
"gen:cli": "npx ts-node ./src/question/generator.ts && npx prettier --write \"src/question/options/*.ts\" && npx prettier --write \"src/question/inputs/*.ts\""
|
|
76
74
|
},
|
|
77
75
|
"dependencies": {
|
|
78
76
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
@@ -90,7 +88,7 @@
|
|
|
90
88
|
"@feathersjs/hooks": "^0.6.5",
|
|
91
89
|
"@microsoft/dev-tunnels-contracts": "~1.0.7360",
|
|
92
90
|
"@microsoft/dev-tunnels-management": "~1.0.7360",
|
|
93
|
-
"@microsoft/teamsfx-api": "0.22.4-alpha.
|
|
91
|
+
"@microsoft/teamsfx-api": "0.22.4-alpha.f2e5373f1.0",
|
|
94
92
|
"@npmcli/arborist": "^4.2.0",
|
|
95
93
|
"@types/proper-lockfile": "^4.1.1",
|
|
96
94
|
"adm-zip": "^0.5.5",
|
|
@@ -139,7 +137,6 @@
|
|
|
139
137
|
"devDependencies": {
|
|
140
138
|
"@azure/storage-blob": "^12.5.0",
|
|
141
139
|
"@istanbuljs/nyc-config-typescript": "^1.0.1",
|
|
142
|
-
"@microsoft/eslint-plugin-teamsfx": "0.0.5-alpha.ef9e92acd.0",
|
|
143
140
|
"@types/adm-zip": "^0.4.33",
|
|
144
141
|
"@types/chai": "^4.2.14",
|
|
145
142
|
"@types/chai-as-promised": "^7.1.3",
|
|
@@ -199,6 +196,7 @@
|
|
|
199
196
|
"source-map-support": "^0.5.19",
|
|
200
197
|
"tmp": "^0.2.1",
|
|
201
198
|
"ts-loader": "^8.0.3",
|
|
199
|
+
"ts-morph": "^19.0.0",
|
|
202
200
|
"ts-node": "^9.1.1",
|
|
203
201
|
"typescript": "^4.2.3",
|
|
204
202
|
"webpack": "^5.61.0"
|
|
@@ -208,7 +206,7 @@
|
|
|
208
206
|
"resource/**/*",
|
|
209
207
|
"templates/**/*"
|
|
210
208
|
],
|
|
211
|
-
"gitHead": "
|
|
209
|
+
"gitHead": "0bf9afb3f0b27bd553ba4e34cfb0d9793c3f2303",
|
|
212
210
|
"publishConfig": {
|
|
213
211
|
"access": "public"
|
|
214
212
|
},
|
|
@@ -18,10 +18,9 @@
|
|
|
18
18
|
"core.option.learnMore": "Learn more",
|
|
19
19
|
"core.option.upgrade": "Upgrade",
|
|
20
20
|
"core.option.moreInfo": "More Info",
|
|
21
|
-
"core.progress.
|
|
22
|
-
"core.progress.
|
|
23
|
-
"core.progress.
|
|
24
|
-
"core.progress.generateSample.detail": "Downloading Sample %s",
|
|
21
|
+
"core.progress.create": "Create",
|
|
22
|
+
"core.progress.createFromTemplate": "Downloading app template.",
|
|
23
|
+
"core.progress.createFromSample": "Downloading sample %s",
|
|
25
24
|
"core.progress.deploy": "Deploy",
|
|
26
25
|
"core.progress.publish": "Publish",
|
|
27
26
|
"core.progress.provision": "Provision",
|
|
@@ -143,23 +142,18 @@
|
|
|
143
142
|
"plugins.appstudio.viewDeveloperPortal": "View in Developer Portal",
|
|
144
143
|
"plugins.bot.questionHostTypeTrigger.title": "Choose triggers",
|
|
145
144
|
"plugins.bot.questionHostTypeTrigger.placeholder": "Choose triggers",
|
|
146
|
-
"plugins.bot.triggers.http-functions.cliName": "http-functions",
|
|
147
145
|
"plugins.bot.triggers.http-functions.description": "Azure Functions",
|
|
148
146
|
"plugins.bot.triggers.http-functions.detail": "A running function hosted on Azure Functions can listen to HTTP requests.",
|
|
149
147
|
"plugins.bot.triggers.http-functions.label": "HTTP Trigger",
|
|
150
|
-
"plugins.bot.triggers.http-and-timer-functions.cliName": "http-and-timer-functions",
|
|
151
148
|
"plugins.bot.triggers.http-and-timer-functions.description": "Azure Functions",
|
|
152
149
|
"plugins.bot.triggers.http-and-timer-functions.detail": "A running function hosted on Azure Functions can listen to HTTP requests and respond based on a specific schedule.",
|
|
153
150
|
"plugins.bot.triggers.http-and-timer-functions.label": "HTTP and Timer Trigger",
|
|
154
|
-
"plugins.bot.triggers.http-restify.cliName": "http-restify",
|
|
155
151
|
"plugins.bot.triggers.http-restify.description": "Restify Server",
|
|
156
152
|
"plugins.bot.triggers.http-restify.detail": "A running restify server hosted on Azure App Service can listen to HTTP requests.",
|
|
157
153
|
"plugins.bot.triggers.http-restify.label": "HTTP Trigger",
|
|
158
|
-
"plugins.bot.triggers.http-webapi.cliName": "http-webapi",
|
|
159
154
|
"plugins.bot.triggers.http-webapi.description": "Web API Server",
|
|
160
155
|
"plugins.bot.triggers.http-webapi.detail": "A running Web API server hosted on Azure App Service can listen to HTTP requests.",
|
|
161
156
|
"plugins.bot.triggers.http-webapi.label": "HTTP Trigger",
|
|
162
|
-
"plugins.bot.triggers.timer-functions.cliName": "timer-functions",
|
|
163
157
|
"plugins.bot.triggers.timer-functions.description": "Azure Functions",
|
|
164
158
|
"plugins.bot.triggers.timer-functions.detail": "A running function hosted on Azure Functions can respond based on a specific schedule.",
|
|
165
159
|
"plugins.bot.triggers.timer-functions.label": "Timer Trigger",
|
|
@@ -220,12 +214,16 @@
|
|
|
220
214
|
"core.option.github": "Open a GitHub guide",
|
|
221
215
|
"core.option.inProduct": "Open a in-product guide",
|
|
222
216
|
"core.TabOption.label": "Tab",
|
|
217
|
+
"core.generator.officeAddin.importProject.title": "Importing an existing Outlook add-in project",
|
|
218
|
+
"core.generator.officeAddin.importProject.copyFiles": "Copying files",
|
|
219
|
+
"core.generator.officeAddin.importProject.convertProject": "Converting project",
|
|
220
|
+
"core.generator.officeAddin.importProject.updateManifest": "Modifying manifest",
|
|
223
221
|
"core.TabOption.description": "UI-based app",
|
|
224
222
|
"core.TabOption.detail": "Teams-aware webpages embedded in Microsoft Teams",
|
|
225
223
|
"core.DashboardOption.label": "Dashboard",
|
|
226
224
|
"core.DashboardOption.detail": "A canvas with cards and widgets for displaying important information",
|
|
227
225
|
"core.BotNewUIOption.label": "Basic Bot",
|
|
228
|
-
"core.BotNewUIOption.detail": "A simple implementation of
|
|
226
|
+
"core.BotNewUIOption.detail": "A simple implementation of an echo bot that's ready to customize",
|
|
229
227
|
"core.LinkUnfurlingOption.label": "Link Unfurling",
|
|
230
228
|
"core.LinkUnfurlingOption.detail": "Display information and actions when a URL is pasted into the compose message area",
|
|
231
229
|
"core.MessageExtensionOption.labelNew": "Collect Form Input and Process Data",
|
|
@@ -251,6 +249,10 @@
|
|
|
251
249
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.lengthExceeding": "\"%s\" must not have more than %s characters. ",
|
|
252
250
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingFullDescription": "Missing full description. ",
|
|
253
251
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.mitigation": "Mitigation: update \"%s\" field in \"%s\".",
|
|
252
|
+
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingCardTemlate": "Missing \"%s\" in command \"%s\".",
|
|
253
|
+
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingCardTemlate.mitigation": " Mitigation: create Adaptive Card template in \"%s\" and then update \"%s\" field to the relative path in \"%s\".",
|
|
254
|
+
"core.copilotPlugin.scaffold.summary.warning.teamsAppPackagePackage.cannotFindCard": "Missing \"%s\" in \"%s\".",
|
|
255
|
+
"core.copilotPlugin.scaffold.summary.warning.teamsAppPackagePackage.cannotFindCard.mitigation": " Mitigation: please create Adaptive Card template \"%s\" in \"%s\".",
|
|
254
256
|
"core.createCapabilityQuestion.titleNew": "Capabilities",
|
|
255
257
|
"core.createCapabilityQuestion.placeholder": "Select a capability",
|
|
256
258
|
"core.createProjectQuestion.option.description.previewOnWindow": "Preview on Windows",
|
|
@@ -285,12 +287,16 @@
|
|
|
285
287
|
"core.createProjectQuestion.invalidUrl.message": "Please enter a valid URL",
|
|
286
288
|
"core.createProjectQuestion.invalidDomain.message": "Please enter a valid domain",
|
|
287
289
|
"core.createProjectQuestion.apiSpec.operation.title": "Select an Operation",
|
|
288
|
-
"core.createProjectQuestion.apiSpec.operation.placeholder": "Only GET and
|
|
290
|
+
"core.createProjectQuestion.apiSpec.operation.placeholder": "Only GET methods with single parameter and no auth are listed",
|
|
289
291
|
"core.createProjectQuestion.apiSpec.operation.placeholder.skipExisting": "Methods defined in manifest.json are not listed",
|
|
290
292
|
"core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "Invalid API specification. Check output panel for details.",
|
|
291
293
|
"core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "Invalid API specification. Check [output panel](command:fx-extension.showOutputChannel) for details.",
|
|
292
294
|
"core.createProjectQuestion.openAiPluginManifest.multipleValidationErrors.message": "Invalid OpenAI plugin manifest. Check output panel for details.",
|
|
293
295
|
"core.createProjectQuestion.openAiPluginManifest.multipleValidationErrors.vscode.message": "Invalid OpenAI plugin manifest. Check [output panel](command:fx-extension.showOutputChannel) for details.",
|
|
296
|
+
"core.createProjectQuestion.openAiPluginManifest.validationError.missingApiUrl": "Missing URL in \"%s\".",
|
|
297
|
+
"core.createProjectQuestion.openAiPluginManifest.validationError.authNotSupported": "Auth type is not supported. Supported auth type: \"%s\".",
|
|
298
|
+
"core.aiBotOption.label": "AI Chat Bot",
|
|
299
|
+
"core.aiBotOption.detail": "A chat bot using Teams AI library",
|
|
294
300
|
"core.spfxFolder.title": "SPFx solution folder",
|
|
295
301
|
"core.spfxFolder.placeholder": "Select the folder that contains your SPFx solution",
|
|
296
302
|
"core.QuestionSelectTargetEnvironment.title": "Select an environment",
|
|
@@ -314,7 +320,6 @@
|
|
|
314
320
|
"core.ScratchOptionNo.detail": "Use an existing sample as a starting point for your new application.",
|
|
315
321
|
"core.RuntimeOptionNodeJS.detail": "A fast JavaScript server runtime",
|
|
316
322
|
"core.RuntimeOptionDotNet.detail": "Free. Cross-platform. Open Source.",
|
|
317
|
-
"core.getCreateNewOrFromSampleQuestion.title": "Teams Toolkit: Create a New App",
|
|
318
323
|
"core.getRuntimeQuestion.title": "Teams Toolkit: select runtime for your app",
|
|
319
324
|
"core.getCreateNewOrFromSampleQuestion.placeholder": "Select an option",
|
|
320
325
|
"core.getRuntimeQuestion.placeholder": "Select a runtime",
|
|
@@ -360,6 +365,7 @@
|
|
|
360
365
|
"core.M365SsoLaunchPageOptionItem.detail": "A web app that uses Fluent UI React components to get a Teams look and feel",
|
|
361
366
|
"core.M365SearchAppOptionItem.label": "Custom Search Results",
|
|
362
367
|
"core.M365SearchAppOptionItem.detail": "Display data directly in Teams and Outlook search results from search or the chat area",
|
|
368
|
+
"core.SearchAppOptionItem.detail": "Display data directly in Teams search results from search or the chat area",
|
|
363
369
|
"core.M365HostQuestion.title": "Platform",
|
|
364
370
|
"core.M365HostQuestion.placeholder": "Select a platform to preview the app",
|
|
365
371
|
"core.options.separator.additional": "Additional features",
|
|
@@ -375,8 +381,18 @@
|
|
|
375
381
|
"core.common.OutlookDesktopClientName": "Outlook desktop client id",
|
|
376
382
|
"core.common.OutlookWebClientName1": "Outlook web access client id 1",
|
|
377
383
|
"core.common.OutlookWebClientName2": "Outlook web access client id 2",
|
|
378
|
-
"core.
|
|
379
|
-
"core.
|
|
384
|
+
"core.common.CancelledMessage": "Operation is cancelled.",
|
|
385
|
+
"core.common.SpecVersionNotSupported": "OpenAPI version lower than 3.0.0 is not supported.",
|
|
386
|
+
"core.common.NoServerInformation": "No server information is found in the OpenAPI specification file.",
|
|
387
|
+
"core.common.MultipleServerInformation": "Multiple server information is found in the OpenAPI specification file.",
|
|
388
|
+
"core.common.RemoteRefNotSupported": "Remote reference is not supported: %s.",
|
|
389
|
+
"core.common.MissingOperationId": "Missing operationIds: %s.",
|
|
390
|
+
"core.common.NoSupportedApi": "No supported API is found in the OpenAPI specification file.",
|
|
391
|
+
"core.common.AdditionalPropertiesNotSupported": "'additionalProperties' is not supported, and will be ignored.",
|
|
392
|
+
"core.common.SchemaNotSupported": "'oneOf', 'anyOf', and 'not' schema are not supported: %s.",
|
|
393
|
+
"core.common.UnknownSchema": "Unknown schema: %s.",
|
|
394
|
+
"core.importAddin.label": "Import an Existing Outlook Add-ins",
|
|
395
|
+
"core.importAddin.detail": "Upgrade an Add-ins project to the latest app manifest and project structure",
|
|
380
396
|
"core.newTaskpaneAddin.label": "Taskpane",
|
|
381
397
|
"core.newTaskpaneAddin.detail": "Customize the Ribbon with a button and embed content in the Taskpane",
|
|
382
398
|
"core.summary.actionDescription": "Action %s%s",
|
|
@@ -400,6 +416,7 @@
|
|
|
400
416
|
"error.aad.manifest.OptionalClaimsIsMissing": "optionalClaims is missing\n",
|
|
401
417
|
"error.aad.manifest.OptionalClaimsMissingIdtypClaim": "optionalClaims access token doesn't contain idtyp claim\n",
|
|
402
418
|
"error.aad.manifest.AADManifestIssues": "AAD manifest has following issues that may potentially break the Teams App:\n",
|
|
419
|
+
"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 AAD application and try again.\n",
|
|
403
420
|
"error.aad.manifest.UnknownResourceAppId": "Unknown resourceAppId %s",
|
|
404
421
|
"error.aad.manifest.UnknownResourceAccessType": "Unknown resourceAccess: %s",
|
|
405
422
|
"error.aad.manifest.UnknownResourceAccessId": "Unknown resourceAccess id: %s, if you're using permission as resourceAccess id, please try to use permission id instead.",
|
|
@@ -567,7 +584,7 @@
|
|
|
567
584
|
"driver.botFramework.progressBar.createOrUpdateBot": "Creating or updating bot registration.",
|
|
568
585
|
"driver.botFramework.error.InvalidBotId": "Bot ID %s is invalid. It must be a GUID.",
|
|
569
586
|
"error.yaml.InvalidYamlSchemaError": "Unable to parse yaml file: %s. Please open the yaml file for detailed errors.",
|
|
570
|
-
"error.yaml.InvalidYamlSchemaErrorWithReason": "Unable to parse yaml file: %s. Reason: %s Please review the yaml file.",
|
|
587
|
+
"error.yaml.InvalidYamlSchemaErrorWithReason": "Unable to parse yaml file: %s. Reason: %s Please review the yaml file or upgrade to the latest Teams Toolkit.",
|
|
571
588
|
"error.yaml.VersionNotSupported": "version %s is not supported. Supported versions: %s.",
|
|
572
589
|
"error.yaml.YamlFieldTypeError": "Field '%s' should have %s type, yaml file: %s",
|
|
573
590
|
"error.yaml.YamlFieldMissingError": "Field '%s' is missing, yaml file: %s",
|
|
@@ -14,12 +14,18 @@
|
|
|
14
14
|
"version": {
|
|
15
15
|
"type": "string",
|
|
16
16
|
"description": "The version of the yaml file schema",
|
|
17
|
-
"const": "
|
|
17
|
+
"const": "v1.2"
|
|
18
18
|
},
|
|
19
|
-
"
|
|
20
|
-
"type": "
|
|
21
|
-
"
|
|
22
|
-
"
|
|
19
|
+
"additionalMetadata": {
|
|
20
|
+
"type": "object",
|
|
21
|
+
"description": "Metadata property, used by Teams Toolkit only.",
|
|
22
|
+
"additionalProperties": true,
|
|
23
|
+
"properties": {
|
|
24
|
+
"sampleTag": {
|
|
25
|
+
"type": ["number","string","boolean","object","array", "null", "integer"],
|
|
26
|
+
"description": "A tag for the sample app used to track telemetry events sent by Teams Toolkit associated with that sample. Pattern: <sample-repo>:<sample-name>"
|
|
27
|
+
}
|
|
28
|
+
}
|
|
23
29
|
},
|
|
24
30
|
"provision": {
|
|
25
31
|
"$ref": "#/definitions/lifeCycleArray",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -92,8 +92,7 @@
|
|
|
92
92
|
|
|
93
93
|
private GraphServiceClient GetGraphServiceClient()
|
|
94
94
|
{
|
|
95
|
-
var
|
|
96
|
-
var client = new GraphServiceClient(msGraphAuthProvider);
|
|
95
|
+
var client = new GraphServiceClient(teamsUserCredential, new string[] { _scope });
|
|
97
96
|
return client;
|
|
98
97
|
}
|
|
99
98
|
}
|