@microsoft/teamsfx-core 3.0.0-alpha.09e5fe9da.0 → 3.0.0-alpha.0fa12bc9d.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/client/graphClient.d.ts +13 -1
- package/build/client/graphClient.d.ts.map +1 -1
- package/build/client/graphClient.js +140 -1
- package/build/client/graphClient.js.map +1 -1
- package/build/client/interfaces/ListSensitivityCacheValue.d.ts +6 -0
- package/build/client/interfaces/ListSensitivityCacheValue.d.ts.map +1 -0
- package/build/client/interfaces/ListSensitivityCacheValue.js +5 -0
- package/build/client/interfaces/ListSensitivityCacheValue.js.map +1 -0
- package/build/client/teamsDevPortalClient.d.ts.map +1 -1
- package/build/client/teamsDevPortalClient.js +1 -1
- package/build/client/teamsDevPortalClient.js.map +1 -1
- package/build/common/constants.d.ts +1 -0
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +2 -1
- package/build/common/constants.js.map +1 -1
- package/build/common/daSpecParser.d.ts +5 -2
- package/build/common/daSpecParser.d.ts.map +1 -1
- package/build/common/daSpecParser.js +152 -59
- package/build/common/daSpecParser.js.map +1 -1
- package/build/common/featureFlags.d.ts +0 -10
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +0 -10
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/kiotaClient.d.ts +2 -2
- package/build/common/kiotaClient.d.ts.map +1 -1
- package/build/common/kiotaClient.js +13 -1
- package/build/common/kiotaClient.js.map +1 -1
- package/build/common/projectSettingsHelper.d.ts.map +1 -1
- package/build/common/projectSettingsHelper.js +7 -6
- package/build/common/projectSettingsHelper.js.map +1 -1
- package/build/common/projectTypeChecker.d.ts.map +1 -1
- package/build/common/projectTypeChecker.js +4 -3
- package/build/common/projectTypeChecker.js.map +1 -1
- package/build/common/telemetry.d.ts +2 -1
- package/build/common/telemetry.d.ts.map +1 -1
- package/build/common/telemetry.js +1 -0
- package/build/common/telemetry.js.map +1 -1
- package/build/common/templates-config.json +1 -1
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +4 -0
- package/build/common/tools.js.map +1 -1
- package/build/common/versionMetadata.d.ts +5 -0
- package/build/common/versionMetadata.d.ts.map +1 -1
- package/build/common/versionMetadata.js +33 -10
- package/build/common/versionMetadata.js.map +1 -1
- package/build/common/wrappedAxiosClient.d.ts.map +1 -1
- package/build/common/wrappedAxiosClient.js +3 -0
- package/build/common/wrappedAxiosClient.js.map +1 -1
- package/build/component/configManager/constant.d.ts +2 -1
- package/build/component/configManager/constant.d.ts.map +1 -1
- package/build/component/configManager/constant.js +1 -0
- package/build/component/configManager/constant.js.map +1 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +16 -15
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/deps-checker/internal/testToolChecker.d.ts.map +1 -1
- package/build/component/deps-checker/internal/testToolChecker.js +1 -1
- package/build/component/deps-checker/internal/testToolChecker.js.map +1 -1
- package/build/component/driver/aad/permissions/permissions.json +1009 -1009
- package/build/component/driver/deploy/spfx/error/noValidAppCatelogError.d.ts.map +1 -1
- package/build/component/driver/deploy/spfx/error/noValidAppCatelogError.js +3 -2
- package/build/component/driver/deploy/spfx/error/noValidAppCatelogError.js.map +1 -1
- package/build/component/driver/devChannel/errors.d.ts +5 -0
- package/build/component/driver/devChannel/errors.d.ts.map +1 -0
- package/build/component/driver/devChannel/errors.js +19 -0
- package/build/component/driver/devChannel/errors.js.map +1 -0
- package/build/component/driver/devChannel/installApp.d.ts.map +1 -1
- package/build/component/driver/devChannel/installApp.js +7 -0
- package/build/component/driver/devChannel/installApp.js.map +1 -1
- package/build/component/driver/devTool/installDriver.js +1 -1
- package/build/component/driver/devTool/installDriver.js.map +1 -1
- package/build/component/driver/share/utils.js +1 -1
- package/build/component/driver/share/utils.js.map +1 -1
- package/build/component/driver/teamsApp/configure.d.ts.map +1 -1
- package/build/component/driver/teamsApp/configure.js +1 -1
- package/build/component/driver/teamsApp/configure.js.map +1 -1
- package/build/component/driver/teamsApp/constants.d.ts +1 -1
- package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
- package/build/component/driver/teamsApp/constants.js +2 -2
- package/build/component/driver/teamsApp/constants.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts +1 -0
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +23 -10
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/syncManifest.js +1 -1
- package/build/component/driver/teamsApp/syncManifest.js.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts +4 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +43 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +44 -0
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.js +122 -30
- package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.js +3 -2
- package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/validateTestCases.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateTestCases.js +3 -2
- package/build/component/driver/teamsApp/validateTestCases.js.map +1 -1
- package/build/component/driver/typeSpec/compile.d.ts +1 -1
- package/build/component/driver/typeSpec/compile.d.ts.map +1 -1
- package/build/component/driver/typeSpec/compile.js +13 -14
- package/build/component/driver/typeSpec/compile.js.map +1 -1
- package/build/component/driver/util/utils.d.ts.map +1 -1
- package/build/component/driver/util/utils.js +4 -9
- package/build/component/driver/util/utils.js.map +1 -1
- package/build/component/generator/combinedProject/generator.d.ts +18 -0
- package/build/component/generator/combinedProject/generator.d.ts.map +1 -0
- package/build/component/generator/combinedProject/generator.js +78 -0
- package/build/component/generator/combinedProject/generator.js.map +1 -0
- package/build/component/generator/declarativeAgent/generator.d.ts +0 -1
- package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
- package/build/component/generator/declarativeAgent/generator.js +2 -43
- package/build/component/generator/declarativeAgent/generator.js.map +1 -1
- package/build/component/generator/declarativeAgent/helper.js +3 -3
- package/build/component/generator/declarativeAgent/helper.js.map +1 -1
- package/build/component/generator/defaultGenerator.d.ts.map +1 -1
- package/build/component/generator/defaultGenerator.js +5 -1
- package/build/component/generator/defaultGenerator.js.map +1 -1
- package/build/component/generator/generatorProvider.d.ts.map +1 -1
- package/build/component/generator/generatorProvider.js +6 -4
- package/build/component/generator/generatorProvider.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +1 -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 +2 -2
- package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
- package/build/component/generator/openApiSpec/declarativeAgentGenerator.d.ts.map +1 -1
- package/build/component/generator/openApiSpec/declarativeAgentGenerator.js +11 -0
- package/build/component/generator/openApiSpec/declarativeAgentGenerator.js.map +1 -1
- package/build/component/generator/openApiSpec/helper.d.ts +1 -1
- package/build/component/generator/openApiSpec/helper.d.ts.map +1 -1
- package/build/component/generator/openApiSpec/helper.js +28 -25
- package/build/component/generator/openApiSpec/helper.js.map +1 -1
- package/build/component/generator/templates/metadata/agentForTeams.d.ts +3 -0
- package/build/component/generator/templates/metadata/agentForTeams.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/{cea.js → agentForTeams.js} +3 -9
- package/build/component/generator/templates/metadata/agentForTeams.js.map +1 -0
- package/build/component/generator/templates/metadata/{cea.d.ts → customEngineAgent.d.ts} +1 -1
- package/build/component/generator/templates/metadata/customEngineAgent.d.ts.map +1 -0
- package/build/component/generator/templates/metadata/customEngineAgent.js +39 -0
- package/build/component/generator/templates/metadata/customEngineAgent.js.map +1 -0
- package/build/component/generator/templates/metadata/da.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/da.js +6 -0
- package/build/component/generator/templates/metadata/da.js.map +1 -1
- package/build/component/generator/templates/metadata/index.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/index.js +7 -4
- package/build/component/generator/templates/metadata/index.js.map +1 -1
- package/build/component/generator/templates/templateInfo.d.ts +1 -0
- package/build/component/generator/templates/templateInfo.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.d.ts +3 -1
- package/build/component/generator/templates/templateNames.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.js +5 -2
- package/build/component/generator/templates/templateNames.js.map +1 -1
- package/build/component/generator/templates/templateReplaceMap.d.ts.map +1 -1
- package/build/component/generator/templates/templateReplaceMap.js +2 -0
- package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
- package/build/component/generator/utils.d.ts +2 -0
- package/build/component/generator/utils.d.ts.map +1 -1
- package/build/component/generator/utils.js +50 -1
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/local/constants.d.ts +1 -0
- package/build/component/local/constants.d.ts.map +1 -1
- package/build/component/local/constants.js +1 -0
- package/build/component/local/constants.js.map +1 -1
- package/build/component/m365/serviceConstant.d.ts.map +1 -1
- package/build/component/m365/serviceConstant.js +10 -0
- package/build/component/m365/serviceConstant.js.map +1 -1
- package/build/component/migrate.d.ts.map +1 -1
- package/build/component/migrate.js +1 -2
- package/build/component/migrate.js.map +1 -1
- package/build/component/utils/metadataUtil.d.ts +3 -3
- package/build/component/utils/metadataUtil.d.ts.map +1 -1
- package/build/component/utils/metadataUtil.js +12 -12
- package/build/component/utils/metadataUtil.js.map +1 -1
- package/build/component/utils/pathUtils.d.ts +1 -1
- package/build/component/utils/pathUtils.d.ts.map +1 -1
- package/build/component/utils/pathUtils.js +4 -2
- package/build/component/utils/pathUtils.js.map +1 -1
- package/build/component/utils/settingsUtil.js.map +1 -1
- package/build/core/FxCore.d.ts +8 -2
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +156 -24
- package/build/core/FxCore.js.map +1 -1
- package/build/core/environment.d.ts +1 -1
- package/build/core/environment.d.ts.map +1 -1
- package/build/core/environment.js +11 -10
- package/build/core/environment.js.map +1 -1
- package/build/core/environmentName.d.ts +2 -0
- package/build/core/environmentName.d.ts.map +1 -1
- package/build/core/environmentName.js +5 -1
- package/build/core/environmentName.js.map +1 -1
- package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
- package/build/core/middleware/projectMigratorV3.js +2 -2
- package/build/core/middleware/projectMigratorV3.js.map +1 -1
- package/build/core/middleware/projectSettingsLoader.d.ts.map +1 -1
- package/build/core/middleware/projectSettingsLoader.js +2 -1
- package/build/core/middleware/projectSettingsLoader.js.map +1 -1
- package/build/core/middleware/retry.d.ts +3 -0
- package/build/core/middleware/retry.d.ts.map +1 -0
- package/build/core/middleware/retry.js +30 -0
- package/build/core/middleware/retry.js.map +1 -0
- package/build/core/middleware/utils/v3MigrationUtils.js +1 -1
- package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
- package/build/error/common.d.ts +15 -0
- package/build/error/common.d.ts.map +1 -1
- package/build/error/common.js +71 -12
- package/build/error/common.js.map +1 -1
- package/build/index.d.ts +12 -10
- package/build/index.d.ts.map +1 -1
- package/build/index.js +28 -15
- package/build/index.js.map +1 -1
- package/build/question/constants.d.ts +2 -204
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +6 -681
- package/build/question/constants.js.map +1 -1
- package/build/question/create.d.ts +5 -10
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +237 -604
- package/build/question/create.js.map +1 -1
- package/build/question/index.d.ts +1 -1
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +3 -4
- package/build/question/index.js.map +1 -1
- package/build/question/inputs/AddKnowledgeInputs.d.ts +2 -2
- package/build/question/inputs/AddKnowledgeInputs.d.ts.map +1 -1
- package/build/question/inputs/SyncManifestInputs.d.ts +1 -1
- package/build/question/inputs/SyncManifestInputs.d.ts.map +1 -1
- package/build/question/inputs/ValidateTeamsAppInputs.d.ts +1 -1
- package/build/question/inputs/ValidateTeamsAppInputs.d.ts.map +1 -1
- package/build/question/options/AddKnowledgeOptions.js +4 -4
- package/build/question/options/AddKnowledgeOptions.js.map +1 -1
- package/build/question/options/AddPluginOptions.js +2 -2
- package/build/question/options/AddPluginOptions.js.map +1 -1
- package/build/question/options/CreateProjectOptions.js +1 -1
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/options/CreateSampleProjectOptions.js +1 -1
- package/build/question/options/CreateSampleProjectOptions.js.map +1 -1
- package/build/question/options/PermissionGrantOptions.js +1 -1
- package/build/question/options/PermissionGrantOptions.js.map +1 -1
- package/build/question/options/PermissionListOptions.js +1 -1
- package/build/question/options/PermissionListOptions.js.map +1 -1
- package/build/question/options/PreviewTeamsAppOptions.js +1 -1
- package/build/question/options/PreviewTeamsAppOptions.js.map +1 -1
- package/build/question/options/SPFxAddWebpartOptions.js +2 -2
- package/build/question/options/SPFxAddWebpartOptions.js.map +1 -1
- package/build/question/options/SelectTeamsManifestOptions.js +1 -1
- package/build/question/options/SelectTeamsManifestOptions.js.map +1 -1
- package/build/question/options/SyncManifestOptions.js +1 -1
- package/build/question/options/SyncManifestOptions.js.map +1 -1
- package/build/question/options/ValidateTeamsAppOptions.js +2 -2
- package/build/question/options/ValidateTeamsAppOptions.js.map +1 -1
- package/build/question/other.d.ts +1 -0
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +46 -25
- package/build/question/other.js.map +1 -1
- package/build/question/questionNames.d.ts +131 -0
- package/build/question/questionNames.d.ts.map +1 -0
- package/build/question/questionNames.js +137 -0
- package/build/question/questionNames.js.map +1 -0
- package/build/question/scaffold/vs/createRootNode.d.ts +1 -0
- package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vs/createRootNode.js +18 -10
- package/build/question/scaffold/vs/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts +13 -2
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.js +84 -20
- package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
- package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts +10 -9
- package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/ProjectTypeOptions.js +30 -35
- package/build/question/scaffold/vsc/ProjectTypeOptions.js.map +1 -1
- package/build/question/scaffold/vsc/{customAgentProjectTypeNode.d.ts → agentForTeamsNode.d.ts} +2 -2
- package/build/question/scaffold/vsc/agentForTeamsNode.d.ts.map +1 -0
- package/build/question/scaffold/vsc/{customAgentProjectTypeNode.js → agentForTeamsNode.js} +18 -18
- package/build/question/scaffold/vsc/agentForTeamsNode.js.map +1 -0
- package/build/question/scaffold/vsc/createFromTdpNode.d.ts +1 -7
- package/build/question/scaffold/vsc/createFromTdpNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createFromTdpNode.js +17 -51
- package/build/question/scaffold/vsc/createFromTdpNode.js.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.d.ts +1 -0
- package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.js +67 -31
- package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/customEngineAgentNode.d.ts +3 -0
- package/build/question/scaffold/vsc/customEngineAgentNode.d.ts.map +1 -0
- package/build/question/scaffold/vsc/customEngineAgentNode.js +30 -0
- package/build/question/scaffold/vsc/customEngineAgentNode.js.map +1 -0
- package/build/question/scaffold/vsc/daProjectTypeNode.d.ts +2 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/daProjectTypeNode.js +17 -12
- package/build/question/scaffold/vsc/daProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.js +11 -2
- package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js +9 -9
- package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +12 -2
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js +110 -62
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
- package/build/question/utils.d.ts +3 -0
- package/build/question/utils.d.ts.map +1 -0
- package/build/question/utils.js +13 -0
- package/build/question/utils.js.map +1 -0
- package/build/tsconfig.tsbuildinfo +1 -1
- package/build/ui/visitor.d.ts.map +1 -1
- package/build/ui/visitor.js +25 -41
- package/build/ui/visitor.js.map +1 -1
- package/package.json +9 -6
- package/resource/package.nls.cs.json +153 -124
- package/resource/package.nls.de.json +153 -124
- package/resource/package.nls.es.json +153 -124
- package/resource/package.nls.fr.json +153 -124
- package/resource/package.nls.it.json +153 -124
- package/resource/package.nls.ja.json +153 -124
- package/resource/package.nls.json +131 -113
- package/resource/package.nls.ko.json +153 -124
- package/resource/package.nls.pl.json +153 -124
- package/resource/package.nls.pt-BR.json +153 -124
- package/resource/package.nls.ru.json +153 -124
- package/resource/package.nls.tr.json +153 -124
- package/resource/package.nls.zh-Hans.json +153 -124
- package/resource/package.nls.zh-Hant.json +153 -124
- package/resource/yaml-schema/v1.8/yaml.schema.json +34 -34
- package/resource/yaml-schema/yaml.schema.json +34 -34
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/python.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/plugins/resource/aad/auth/bot/README.md +5 -5
- package/templates/plugins/resource/aad/auth/bot/README.txt +3 -3
- package/templates/plugins/resource/aad/auth/tab/README.md +2 -2
- package/templates/plugins/resource/aad/auth/tab/README.txt +2 -2
- package/build/client/graphAPIClient.d.ts +0 -19
- package/build/client/graphAPIClient.d.ts.map +0 -1
- package/build/client/graphAPIClient.js +0 -128
- package/build/client/graphAPIClient.js.map +0 -1
- package/build/component/driver/typeSpec/error/reProvisionError.d.ts +0 -5
- package/build/component/driver/typeSpec/error/reProvisionError.d.ts.map +0 -1
- package/build/component/driver/typeSpec/error/reProvisionError.js +0 -21
- package/build/component/driver/typeSpec/error/reProvisionError.js.map +0 -1
- package/build/component/generator/templates/metadata/cea.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/cea.js.map +0 -1
- package/build/question/scaffold/vsc/customAgentProjectTypeNode.d.ts.map +0 -1
- package/build/question/scaffold/vsc/customAgentProjectTypeNode.js.map +0 -1
|
@@ -699,7 +699,7 @@
|
|
|
699
699
|
"teamsAppCreate": {
|
|
700
700
|
"type": "object",
|
|
701
701
|
"additionalProperties": false,
|
|
702
|
-
"description": "Create
|
|
702
|
+
"description": "Create an app in Developer Portal. Refer to https://aka.ms/teamsfx-actions/teamsapp-create for more details.",
|
|
703
703
|
"required": ["uses", "with", "writeToEnvironmentFile"],
|
|
704
704
|
"properties": {
|
|
705
705
|
"name": {
|
|
@@ -715,7 +715,7 @@
|
|
|
715
715
|
},
|
|
716
716
|
"uses": {
|
|
717
717
|
"type": "string",
|
|
718
|
-
"description": "This action will create a new
|
|
718
|
+
"description": "This action will create a new app for you if TEAMS_APP_ID environment variable is empty or the app with TEAMS_APP_ID is not found from Developer Portal. Refer to https://aka.ms/teamsfx-actions/teamsapp-create for more details",
|
|
719
719
|
"const": "teamsApp/create"
|
|
720
720
|
},
|
|
721
721
|
"with": {
|
|
@@ -726,7 +726,7 @@
|
|
|
726
726
|
"properties": {
|
|
727
727
|
"name": {
|
|
728
728
|
"type": "string",
|
|
729
|
-
"description": "Name of the
|
|
729
|
+
"description": "Name of the app"
|
|
730
730
|
}
|
|
731
731
|
}
|
|
732
732
|
},
|
|
@@ -746,7 +746,7 @@
|
|
|
746
746
|
"teamsAppValidateManifest": {
|
|
747
747
|
"type": "object",
|
|
748
748
|
"additionalProperties": false,
|
|
749
|
-
"description": "Validate
|
|
749
|
+
"description": "Validate app manifest. Refer to https://aka.ms/teamsfx-actions/teamsapp-validate for more details.",
|
|
750
750
|
"required": ["uses", "with"],
|
|
751
751
|
"properties": {
|
|
752
752
|
"name": {
|
|
@@ -762,7 +762,7 @@
|
|
|
762
762
|
},
|
|
763
763
|
"uses": {
|
|
764
764
|
"type": "string",
|
|
765
|
-
"description": "This action will validate
|
|
765
|
+
"description": "This action will validate app manifest with manifest schema. Refer to https://aka.ms/teamsfx-actions/teamsapp-validate for more details.",
|
|
766
766
|
"const": "teamsApp/validateManifest"
|
|
767
767
|
},
|
|
768
768
|
"with": {
|
|
@@ -773,7 +773,7 @@
|
|
|
773
773
|
"properties": {
|
|
774
774
|
"manifestPath": {
|
|
775
775
|
"type": "string",
|
|
776
|
-
"description": "Path to
|
|
776
|
+
"description": "Path to app manifest file."
|
|
777
777
|
}
|
|
778
778
|
}
|
|
779
779
|
}
|
|
@@ -782,7 +782,7 @@
|
|
|
782
782
|
"teamsAppValidateAppPackage": {
|
|
783
783
|
"type": "object",
|
|
784
784
|
"additionalProperties": false,
|
|
785
|
-
"description": "Validate
|
|
785
|
+
"description": "Validate app manifest. Refer to https://aka.ms/teamsfx-actions/teamsapp-validate for more details.",
|
|
786
786
|
"required": ["uses", "with"],
|
|
787
787
|
"properties": {
|
|
788
788
|
"name": {
|
|
@@ -798,7 +798,7 @@
|
|
|
798
798
|
},
|
|
799
799
|
"uses": {
|
|
800
800
|
"type": "string",
|
|
801
|
-
"description": "This action will validate
|
|
801
|
+
"description": "This action will validate app package file using validation rules. Refer to https://aka.ms/teamsfx-actions/teamsapp-validate for more details.",
|
|
802
802
|
"const": "teamsApp/validateAppPackage"
|
|
803
803
|
},
|
|
804
804
|
"with": {
|
|
@@ -809,7 +809,7 @@
|
|
|
809
809
|
"properties": {
|
|
810
810
|
"appPackagePath": {
|
|
811
811
|
"type": "string",
|
|
812
|
-
"description": "Path to zipped
|
|
812
|
+
"description": "Path to zipped app package file."
|
|
813
813
|
}
|
|
814
814
|
}
|
|
815
815
|
}
|
|
@@ -834,7 +834,7 @@
|
|
|
834
834
|
},
|
|
835
835
|
"uses": {
|
|
836
836
|
"type": "string",
|
|
837
|
-
"description": "This action will trigger async validations for the
|
|
837
|
+
"description": "This action will trigger async validations for the app package file. Refer to https://aka.ms/teamsfx-actions/teamsapp-validate for more details.",
|
|
838
838
|
"const": "teamsApp/validateWithTestCases"
|
|
839
839
|
},
|
|
840
840
|
"with": {
|
|
@@ -845,7 +845,7 @@
|
|
|
845
845
|
"properties": {
|
|
846
846
|
"appPackagePath": {
|
|
847
847
|
"type": "string",
|
|
848
|
-
"description": "Path to zipped
|
|
848
|
+
"description": "Path to zipped app package file."
|
|
849
849
|
},
|
|
850
850
|
"showMessage": {
|
|
851
851
|
"type": "boolean",
|
|
@@ -878,7 +878,7 @@
|
|
|
878
878
|
},
|
|
879
879
|
"uses": {
|
|
880
880
|
"type": "string",
|
|
881
|
-
"description": "This action will render
|
|
881
|
+
"description": "This action will render app manifest template with environment variables, and zip manifest file with two icons. Refer to https://aka.ms/teamsfx-actions/teamsapp-zipAppPackage for more details.",
|
|
882
882
|
"const": "teamsApp/zipAppPackage"
|
|
883
883
|
},
|
|
884
884
|
"with": {
|
|
@@ -889,7 +889,7 @@
|
|
|
889
889
|
"properties": {
|
|
890
890
|
"manifestPath": {
|
|
891
891
|
"type": "string",
|
|
892
|
-
"description": "Path to
|
|
892
|
+
"description": "Path to app manifest file"
|
|
893
893
|
},
|
|
894
894
|
"outputZipPath": {
|
|
895
895
|
"type": "string",
|
|
@@ -906,7 +906,7 @@
|
|
|
906
906
|
"teamsAppUpdate": {
|
|
907
907
|
"type": "object",
|
|
908
908
|
"additionalProperties": false,
|
|
909
|
-
"description": "Update
|
|
909
|
+
"description": "Update app in Developer Portal. Refer to https://aka.ms/teamsfx-actions/teamsapp-update for more details.",
|
|
910
910
|
"required": ["uses", "with"],
|
|
911
911
|
"properties": {
|
|
912
912
|
"name": {
|
|
@@ -922,7 +922,7 @@
|
|
|
922
922
|
},
|
|
923
923
|
"uses": {
|
|
924
924
|
"type": "string",
|
|
925
|
-
"description": "Apply the
|
|
925
|
+
"description": "Apply the app manifest to an existing app in Developer Portal. Will use the app id in manifest.json file to determine which app to update. Refer to https://aka.ms/teamsfx-actions/teamsapp-update for more details.",
|
|
926
926
|
"const": "teamsApp/update"
|
|
927
927
|
},
|
|
928
928
|
"with": {
|
|
@@ -933,7 +933,7 @@
|
|
|
933
933
|
"properties": {
|
|
934
934
|
"appPackagePath": {
|
|
935
935
|
"type": "string",
|
|
936
|
-
"description": "Path to
|
|
936
|
+
"description": "Path to app package"
|
|
937
937
|
}
|
|
938
938
|
}
|
|
939
939
|
}
|
|
@@ -942,7 +942,7 @@
|
|
|
942
942
|
"teamsAppPublishAppPackage": {
|
|
943
943
|
"type": "object",
|
|
944
944
|
"additionalProperties": false,
|
|
945
|
-
"description": "Publish
|
|
945
|
+
"description": "Publish app package to Teams Admin center. Refer to https://aka.ms/teamsfx-actions/teamsapp-publish for more details.",
|
|
946
946
|
"required": ["uses", "with", "writeToEnvironmentFile"],
|
|
947
947
|
"properties": {
|
|
948
948
|
"name": {
|
|
@@ -958,7 +958,7 @@
|
|
|
958
958
|
},
|
|
959
959
|
"uses": {
|
|
960
960
|
"type": "string",
|
|
961
|
-
"description": "Publish
|
|
961
|
+
"description": "Publish app package to Teams Admin center. Refer to https://aka.ms/teamsfx-actions/teamsapp-publish for more details.",
|
|
962
962
|
"const": "teamsApp/publishAppPackage"
|
|
963
963
|
},
|
|
964
964
|
"with": {
|
|
@@ -969,7 +969,7 @@
|
|
|
969
969
|
"properties": {
|
|
970
970
|
"appPackagePath": {
|
|
971
971
|
"type": "string",
|
|
972
|
-
"description": "Path to
|
|
972
|
+
"description": "Path to app package to be published."
|
|
973
973
|
}
|
|
974
974
|
}
|
|
975
975
|
},
|
|
@@ -1294,7 +1294,7 @@
|
|
|
1294
1294
|
},
|
|
1295
1295
|
"testTool": {
|
|
1296
1296
|
"type": "object",
|
|
1297
|
-
"description": "Install
|
|
1297
|
+
"description": "Install Microsoft 365 Agents Playground. This will output environment variables specified by `testToolPath` to current environment's .env file.",
|
|
1298
1298
|
"additionalProperties": false,
|
|
1299
1299
|
"required": ["version", "symlinkDir"],
|
|
1300
1300
|
"properties": {
|
|
@@ -1307,11 +1307,11 @@
|
|
|
1307
1307
|
"type": "integer"
|
|
1308
1308
|
}
|
|
1309
1309
|
],
|
|
1310
|
-
"description": "The version number of
|
|
1310
|
+
"description": "The version number of Microsoft 365 Agents Playground npm package that follow the Semantic Versioning scheme."
|
|
1311
1311
|
},
|
|
1312
1312
|
"symlinkDir": {
|
|
1313
1313
|
"type": "string",
|
|
1314
|
-
"description": "The path of the symlink target for the folder containing
|
|
1314
|
+
"description": "The path of the symlink target for the folder containing Microsoft 365 Agents Playground binaries."
|
|
1315
1315
|
}
|
|
1316
1316
|
}
|
|
1317
1317
|
},
|
|
@@ -1357,7 +1357,7 @@
|
|
|
1357
1357
|
"teamsAppExtendToM365": {
|
|
1358
1358
|
"type": "object",
|
|
1359
1359
|
"additionalProperties": false,
|
|
1360
|
-
"description": "Extend
|
|
1360
|
+
"description": "Extend app across Microsoft 365. Refer to https://aka.ms/teamsfx-actions/teamsapp-extendToM365 for more details.",
|
|
1361
1361
|
"required": ["uses", "with"],
|
|
1362
1362
|
"properties": {
|
|
1363
1363
|
"name": {
|
|
@@ -1373,7 +1373,7 @@
|
|
|
1373
1373
|
},
|
|
1374
1374
|
"uses": {
|
|
1375
1375
|
"type": "string",
|
|
1376
|
-
"description": "Extend
|
|
1376
|
+
"description": "Extend app across Microsoft 365. Refer to https://aka.ms/teamsfx-actions/teamsapp-extendToM365 for more details.",
|
|
1377
1377
|
"const": "teamsApp/extendToM365"
|
|
1378
1378
|
},
|
|
1379
1379
|
"with": {
|
|
@@ -1384,7 +1384,7 @@
|
|
|
1384
1384
|
"properties": {
|
|
1385
1385
|
"appPackagePath": {
|
|
1386
1386
|
"type": "string",
|
|
1387
|
-
"description": "path to
|
|
1387
|
+
"description": "path to app package"
|
|
1388
1388
|
}
|
|
1389
1389
|
}
|
|
1390
1390
|
},
|
|
@@ -1436,7 +1436,7 @@
|
|
|
1436
1436
|
"properties": {
|
|
1437
1437
|
"appPackagePath": {
|
|
1438
1438
|
"type": "string",
|
|
1439
|
-
"description": "path to
|
|
1439
|
+
"description": "path to app package"
|
|
1440
1440
|
}
|
|
1441
1441
|
}
|
|
1442
1442
|
},
|
|
@@ -1505,7 +1505,7 @@
|
|
|
1505
1505
|
"teamsAppCopyAppPackageToSPFx": {
|
|
1506
1506
|
"type": "object",
|
|
1507
1507
|
"additionalProperties": false,
|
|
1508
|
-
"description": "Copy the generated
|
|
1508
|
+
"description": "Copy the generated app package to SPFx solution. Refer to https://aka.ms/teamsfx-actions/teams-app-copy-app-package-to-spfx for more details.",
|
|
1509
1509
|
"required": ["uses", "with"],
|
|
1510
1510
|
"properties": {
|
|
1511
1511
|
"name": {
|
|
@@ -1521,7 +1521,7 @@
|
|
|
1521
1521
|
},
|
|
1522
1522
|
"uses": {
|
|
1523
1523
|
"type": "string",
|
|
1524
|
-
"description": "Copy the generated
|
|
1524
|
+
"description": "Copy the generated app package to SPFx solution. Refer to https://aka.ms/teamsfx-actions/teams-app-copy-app-package-to-spfx for more details.",
|
|
1525
1525
|
"const": "teamsApp/copyAppPackageToSPFx"
|
|
1526
1526
|
},
|
|
1527
1527
|
"with": {
|
|
@@ -1536,7 +1536,7 @@
|
|
|
1536
1536
|
},
|
|
1537
1537
|
"appPackagePath": {
|
|
1538
1538
|
"type": "string",
|
|
1539
|
-
"description": "The path to the zipped
|
|
1539
|
+
"description": "The path to the zipped app package"
|
|
1540
1540
|
}
|
|
1541
1541
|
}
|
|
1542
1542
|
}
|
|
@@ -1658,7 +1658,7 @@
|
|
|
1658
1658
|
},
|
|
1659
1659
|
"appId": {
|
|
1660
1660
|
"type": "string",
|
|
1661
|
-
"description": "The app ID
|
|
1661
|
+
"description": "The app ID."
|
|
1662
1662
|
},
|
|
1663
1663
|
"primaryClientSecret": {
|
|
1664
1664
|
"type": "string",
|
|
@@ -1762,7 +1762,7 @@
|
|
|
1762
1762
|
},
|
|
1763
1763
|
"appId": {
|
|
1764
1764
|
"type": "string",
|
|
1765
|
-
"description": "The app ID of
|
|
1765
|
+
"description": "The app ID of app."
|
|
1766
1766
|
},
|
|
1767
1767
|
"apiSpecPath": {
|
|
1768
1768
|
"type": "string",
|
|
@@ -2036,12 +2036,12 @@
|
|
|
2036
2036
|
"devChannelInstallApp": {
|
|
2037
2037
|
"type": "object",
|
|
2038
2038
|
"additionalProperties": false,
|
|
2039
|
-
"description": "Install
|
|
2039
|
+
"description": "Install app to a sandboxed team and channel.",
|
|
2040
2040
|
"required": ["uses", "with"],
|
|
2041
2041
|
"properties": {
|
|
2042
2042
|
"uses": {
|
|
2043
2043
|
"type": "string",
|
|
2044
|
-
"description": "Install
|
|
2044
|
+
"description": "Install app to a sandboxed team and channel.",
|
|
2045
2045
|
"const": "devChannel/installApp"
|
|
2046
2046
|
},
|
|
2047
2047
|
"with": {
|
|
@@ -2052,7 +2052,7 @@
|
|
|
2052
2052
|
"properties": {
|
|
2053
2053
|
"appPackagePath": {
|
|
2054
2054
|
"type": "string",
|
|
2055
|
-
"description": "Path to zipped
|
|
2055
|
+
"description": "Path to zipped app package file."
|
|
2056
2056
|
},
|
|
2057
2057
|
"teamId": {
|
|
2058
2058
|
"type": "string",
|
|
@@ -699,7 +699,7 @@
|
|
|
699
699
|
"teamsAppCreate": {
|
|
700
700
|
"type": "object",
|
|
701
701
|
"additionalProperties": false,
|
|
702
|
-
"description": "Create
|
|
702
|
+
"description": "Create an app in Developer Portal. Refer to https://aka.ms/teamsfx-actions/teamsapp-create for more details.",
|
|
703
703
|
"required": ["uses", "with", "writeToEnvironmentFile"],
|
|
704
704
|
"properties": {
|
|
705
705
|
"name": {
|
|
@@ -715,7 +715,7 @@
|
|
|
715
715
|
},
|
|
716
716
|
"uses": {
|
|
717
717
|
"type": "string",
|
|
718
|
-
"description": "This action will create a new
|
|
718
|
+
"description": "This action will create a new app for you if TEAMS_APP_ID environment variable is empty or the app with TEAMS_APP_ID is not found from Developer Portal. Refer to https://aka.ms/teamsfx-actions/teamsapp-create for more details",
|
|
719
719
|
"const": "teamsApp/create"
|
|
720
720
|
},
|
|
721
721
|
"with": {
|
|
@@ -726,7 +726,7 @@
|
|
|
726
726
|
"properties": {
|
|
727
727
|
"name": {
|
|
728
728
|
"type": "string",
|
|
729
|
-
"description": "Name of the
|
|
729
|
+
"description": "Name of the app"
|
|
730
730
|
}
|
|
731
731
|
}
|
|
732
732
|
},
|
|
@@ -746,7 +746,7 @@
|
|
|
746
746
|
"teamsAppValidateManifest": {
|
|
747
747
|
"type": "object",
|
|
748
748
|
"additionalProperties": false,
|
|
749
|
-
"description": "Validate
|
|
749
|
+
"description": "Validate app manifest. Refer to https://aka.ms/teamsfx-actions/teamsapp-validate for more details.",
|
|
750
750
|
"required": ["uses", "with"],
|
|
751
751
|
"properties": {
|
|
752
752
|
"name": {
|
|
@@ -762,7 +762,7 @@
|
|
|
762
762
|
},
|
|
763
763
|
"uses": {
|
|
764
764
|
"type": "string",
|
|
765
|
-
"description": "This action will validate
|
|
765
|
+
"description": "This action will validate app manifest with manifest schema. Refer to https://aka.ms/teamsfx-actions/teamsapp-validate for more details.",
|
|
766
766
|
"const": "teamsApp/validateManifest"
|
|
767
767
|
},
|
|
768
768
|
"with": {
|
|
@@ -773,7 +773,7 @@
|
|
|
773
773
|
"properties": {
|
|
774
774
|
"manifestPath": {
|
|
775
775
|
"type": "string",
|
|
776
|
-
"description": "Path to
|
|
776
|
+
"description": "Path to app manifest file."
|
|
777
777
|
}
|
|
778
778
|
}
|
|
779
779
|
}
|
|
@@ -782,7 +782,7 @@
|
|
|
782
782
|
"teamsAppValidateAppPackage": {
|
|
783
783
|
"type": "object",
|
|
784
784
|
"additionalProperties": false,
|
|
785
|
-
"description": "Validate
|
|
785
|
+
"description": "Validate app manifest. Refer to https://aka.ms/teamsfx-actions/teamsapp-validate for more details.",
|
|
786
786
|
"required": ["uses", "with"],
|
|
787
787
|
"properties": {
|
|
788
788
|
"name": {
|
|
@@ -798,7 +798,7 @@
|
|
|
798
798
|
},
|
|
799
799
|
"uses": {
|
|
800
800
|
"type": "string",
|
|
801
|
-
"description": "This action will validate
|
|
801
|
+
"description": "This action will validate app package file using validation rules. Refer to https://aka.ms/teamsfx-actions/teamsapp-validate for more details.",
|
|
802
802
|
"const": "teamsApp/validateAppPackage"
|
|
803
803
|
},
|
|
804
804
|
"with": {
|
|
@@ -809,7 +809,7 @@
|
|
|
809
809
|
"properties": {
|
|
810
810
|
"appPackagePath": {
|
|
811
811
|
"type": "string",
|
|
812
|
-
"description": "Path to zipped
|
|
812
|
+
"description": "Path to zipped app package file."
|
|
813
813
|
}
|
|
814
814
|
}
|
|
815
815
|
}
|
|
@@ -834,7 +834,7 @@
|
|
|
834
834
|
},
|
|
835
835
|
"uses": {
|
|
836
836
|
"type": "string",
|
|
837
|
-
"description": "This action will trigger async validations for the
|
|
837
|
+
"description": "This action will trigger async validations for the app package file. Refer to https://aka.ms/teamsfx-actions/teamsapp-validate for more details.",
|
|
838
838
|
"const": "teamsApp/validateWithTestCases"
|
|
839
839
|
},
|
|
840
840
|
"with": {
|
|
@@ -845,7 +845,7 @@
|
|
|
845
845
|
"properties": {
|
|
846
846
|
"appPackagePath": {
|
|
847
847
|
"type": "string",
|
|
848
|
-
"description": "Path to zipped
|
|
848
|
+
"description": "Path to zipped app package file."
|
|
849
849
|
},
|
|
850
850
|
"showMessage": {
|
|
851
851
|
"type": "boolean",
|
|
@@ -878,7 +878,7 @@
|
|
|
878
878
|
},
|
|
879
879
|
"uses": {
|
|
880
880
|
"type": "string",
|
|
881
|
-
"description": "This action will render
|
|
881
|
+
"description": "This action will render app manifest template with environment variables, and zip manifest file with two icons. Refer to https://aka.ms/teamsfx-actions/teamsapp-zipAppPackage for more details.",
|
|
882
882
|
"const": "teamsApp/zipAppPackage"
|
|
883
883
|
},
|
|
884
884
|
"with": {
|
|
@@ -889,7 +889,7 @@
|
|
|
889
889
|
"properties": {
|
|
890
890
|
"manifestPath": {
|
|
891
891
|
"type": "string",
|
|
892
|
-
"description": "Path to
|
|
892
|
+
"description": "Path to app manifest file"
|
|
893
893
|
},
|
|
894
894
|
"outputZipPath": {
|
|
895
895
|
"type": "string",
|
|
@@ -906,7 +906,7 @@
|
|
|
906
906
|
"teamsAppUpdate": {
|
|
907
907
|
"type": "object",
|
|
908
908
|
"additionalProperties": false,
|
|
909
|
-
"description": "Update
|
|
909
|
+
"description": "Update app in Developer Portal. Refer to https://aka.ms/teamsfx-actions/teamsapp-update for more details.",
|
|
910
910
|
"required": ["uses", "with"],
|
|
911
911
|
"properties": {
|
|
912
912
|
"name": {
|
|
@@ -922,7 +922,7 @@
|
|
|
922
922
|
},
|
|
923
923
|
"uses": {
|
|
924
924
|
"type": "string",
|
|
925
|
-
"description": "Apply the
|
|
925
|
+
"description": "Apply the app manifest to an existing app in Developer Portal. Will use the app id in manifest.json file to determine which app to update. Refer to https://aka.ms/teamsfx-actions/teamsapp-update for more details.",
|
|
926
926
|
"const": "teamsApp/update"
|
|
927
927
|
},
|
|
928
928
|
"with": {
|
|
@@ -933,7 +933,7 @@
|
|
|
933
933
|
"properties": {
|
|
934
934
|
"appPackagePath": {
|
|
935
935
|
"type": "string",
|
|
936
|
-
"description": "Path to
|
|
936
|
+
"description": "Path to app package"
|
|
937
937
|
}
|
|
938
938
|
}
|
|
939
939
|
}
|
|
@@ -942,7 +942,7 @@
|
|
|
942
942
|
"teamsAppPublishAppPackage": {
|
|
943
943
|
"type": "object",
|
|
944
944
|
"additionalProperties": false,
|
|
945
|
-
"description": "Publish
|
|
945
|
+
"description": "Publish app package to Teams Admin center. Refer to https://aka.ms/teamsfx-actions/teamsapp-publish for more details.",
|
|
946
946
|
"required": ["uses", "with", "writeToEnvironmentFile"],
|
|
947
947
|
"properties": {
|
|
948
948
|
"name": {
|
|
@@ -958,7 +958,7 @@
|
|
|
958
958
|
},
|
|
959
959
|
"uses": {
|
|
960
960
|
"type": "string",
|
|
961
|
-
"description": "Publish
|
|
961
|
+
"description": "Publish app package to Teams Admin center. Refer to https://aka.ms/teamsfx-actions/teamsapp-publish for more details.",
|
|
962
962
|
"const": "teamsApp/publishAppPackage"
|
|
963
963
|
},
|
|
964
964
|
"with": {
|
|
@@ -969,7 +969,7 @@
|
|
|
969
969
|
"properties": {
|
|
970
970
|
"appPackagePath": {
|
|
971
971
|
"type": "string",
|
|
972
|
-
"description": "Path to
|
|
972
|
+
"description": "Path to app package to be published."
|
|
973
973
|
}
|
|
974
974
|
}
|
|
975
975
|
},
|
|
@@ -1294,7 +1294,7 @@
|
|
|
1294
1294
|
},
|
|
1295
1295
|
"testTool": {
|
|
1296
1296
|
"type": "object",
|
|
1297
|
-
"description": "Install
|
|
1297
|
+
"description": "Install Microsoft 365 Agents Playground. This will output environment variables specified by `testToolPath` to current environment's .env file.",
|
|
1298
1298
|
"additionalProperties": false,
|
|
1299
1299
|
"required": ["version", "symlinkDir"],
|
|
1300
1300
|
"properties": {
|
|
@@ -1307,11 +1307,11 @@
|
|
|
1307
1307
|
"type": "integer"
|
|
1308
1308
|
}
|
|
1309
1309
|
],
|
|
1310
|
-
"description": "The version number of
|
|
1310
|
+
"description": "The version number of Microsoft 365 Agents Playground npm package that follow the Semantic Versioning scheme."
|
|
1311
1311
|
},
|
|
1312
1312
|
"symlinkDir": {
|
|
1313
1313
|
"type": "string",
|
|
1314
|
-
"description": "The path of the symlink target for the folder containing
|
|
1314
|
+
"description": "The path of the symlink target for the folder containing Microsoft 365 Agents Playground binaries."
|
|
1315
1315
|
}
|
|
1316
1316
|
}
|
|
1317
1317
|
},
|
|
@@ -1357,7 +1357,7 @@
|
|
|
1357
1357
|
"teamsAppExtendToM365": {
|
|
1358
1358
|
"type": "object",
|
|
1359
1359
|
"additionalProperties": false,
|
|
1360
|
-
"description": "Extend
|
|
1360
|
+
"description": "Extend app across Microsoft 365. Refer to https://aka.ms/teamsfx-actions/teamsapp-extendToM365 for more details.",
|
|
1361
1361
|
"required": ["uses", "with"],
|
|
1362
1362
|
"properties": {
|
|
1363
1363
|
"name": {
|
|
@@ -1373,7 +1373,7 @@
|
|
|
1373
1373
|
},
|
|
1374
1374
|
"uses": {
|
|
1375
1375
|
"type": "string",
|
|
1376
|
-
"description": "Extend
|
|
1376
|
+
"description": "Extend app across Microsoft 365. Refer to https://aka.ms/teamsfx-actions/teamsapp-extendToM365 for more details.",
|
|
1377
1377
|
"const": "teamsApp/extendToM365"
|
|
1378
1378
|
},
|
|
1379
1379
|
"with": {
|
|
@@ -1384,7 +1384,7 @@
|
|
|
1384
1384
|
"properties": {
|
|
1385
1385
|
"appPackagePath": {
|
|
1386
1386
|
"type": "string",
|
|
1387
|
-
"description": "path to
|
|
1387
|
+
"description": "path to app package"
|
|
1388
1388
|
}
|
|
1389
1389
|
}
|
|
1390
1390
|
},
|
|
@@ -1436,7 +1436,7 @@
|
|
|
1436
1436
|
"properties": {
|
|
1437
1437
|
"appPackagePath": {
|
|
1438
1438
|
"type": "string",
|
|
1439
|
-
"description": "path to
|
|
1439
|
+
"description": "path to app package"
|
|
1440
1440
|
}
|
|
1441
1441
|
}
|
|
1442
1442
|
},
|
|
@@ -1505,7 +1505,7 @@
|
|
|
1505
1505
|
"teamsAppCopyAppPackageToSPFx": {
|
|
1506
1506
|
"type": "object",
|
|
1507
1507
|
"additionalProperties": false,
|
|
1508
|
-
"description": "Copy the generated
|
|
1508
|
+
"description": "Copy the generated app package to SPFx solution. Refer to https://aka.ms/teamsfx-actions/teams-app-copy-app-package-to-spfx for more details.",
|
|
1509
1509
|
"required": ["uses", "with"],
|
|
1510
1510
|
"properties": {
|
|
1511
1511
|
"name": {
|
|
@@ -1521,7 +1521,7 @@
|
|
|
1521
1521
|
},
|
|
1522
1522
|
"uses": {
|
|
1523
1523
|
"type": "string",
|
|
1524
|
-
"description": "Copy the generated
|
|
1524
|
+
"description": "Copy the generated app package to SPFx solution. Refer to https://aka.ms/teamsfx-actions/teams-app-copy-app-package-to-spfx for more details.",
|
|
1525
1525
|
"const": "teamsApp/copyAppPackageToSPFx"
|
|
1526
1526
|
},
|
|
1527
1527
|
"with": {
|
|
@@ -1536,7 +1536,7 @@
|
|
|
1536
1536
|
},
|
|
1537
1537
|
"appPackagePath": {
|
|
1538
1538
|
"type": "string",
|
|
1539
|
-
"description": "The path to the zipped
|
|
1539
|
+
"description": "The path to the zipped app package"
|
|
1540
1540
|
}
|
|
1541
1541
|
}
|
|
1542
1542
|
}
|
|
@@ -1658,7 +1658,7 @@
|
|
|
1658
1658
|
},
|
|
1659
1659
|
"appId": {
|
|
1660
1660
|
"type": "string",
|
|
1661
|
-
"description": "The app ID
|
|
1661
|
+
"description": "The app ID."
|
|
1662
1662
|
},
|
|
1663
1663
|
"primaryClientSecret": {
|
|
1664
1664
|
"type": "string",
|
|
@@ -1762,7 +1762,7 @@
|
|
|
1762
1762
|
},
|
|
1763
1763
|
"appId": {
|
|
1764
1764
|
"type": "string",
|
|
1765
|
-
"description": "The app ID of
|
|
1765
|
+
"description": "The app ID of app."
|
|
1766
1766
|
},
|
|
1767
1767
|
"apiSpecPath": {
|
|
1768
1768
|
"type": "string",
|
|
@@ -2036,12 +2036,12 @@
|
|
|
2036
2036
|
"devChannelInstallApp": {
|
|
2037
2037
|
"type": "object",
|
|
2038
2038
|
"additionalProperties": false,
|
|
2039
|
-
"description": "Install
|
|
2039
|
+
"description": "Install app to a sandboxed team and channel.",
|
|
2040
2040
|
"required": ["uses", "with"],
|
|
2041
2041
|
"properties": {
|
|
2042
2042
|
"uses": {
|
|
2043
2043
|
"type": "string",
|
|
2044
|
-
"description": "Install
|
|
2044
|
+
"description": "Install app to a sandboxed team and channel.",
|
|
2045
2045
|
"const": "devChannel/installApp"
|
|
2046
2046
|
},
|
|
2047
2047
|
"with": {
|
|
@@ -2052,7 +2052,7 @@
|
|
|
2052
2052
|
"properties": {
|
|
2053
2053
|
"appPackagePath": {
|
|
2054
2054
|
"type": "string",
|
|
2055
|
-
"description": "Path to zipped
|
|
2055
|
+
"description": "Path to zipped app package file."
|
|
2056
2056
|
},
|
|
2057
2057
|
"teamId": {
|
|
2058
2058
|
"type": "string",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
|
|
3
3
|
> Note: This document includes single sign-on instructions applicable for both bot and message extension. Make sure to add the corresponding Teams capability first and then follow the documentation.
|
|
4
4
|
|
|
5
|
-
Microsoft Teams lets your app obtain the signed-in Teams user token to access Microsoft Graph and other APIs. Microsoft 365 Agents Toolkit simplifies this by wrapping Microsoft Entra ID flows in easy-to-use APIs, making it simple to add SSO features to your Teams
|
|
5
|
+
Microsoft Teams lets your app obtain the signed-in Teams user token to access Microsoft Graph and other APIs. Microsoft 365 Agents Toolkit simplifies this by wrapping Microsoft Entra ID flows in easy-to-use APIs, making it simple to add SSO features to your Microsoft Teams App.
|
|
6
6
|
|
|
7
7
|
For a bot application, user can invoke the Microsoft Entra consent flow to obtain sso token to call Graph and other APIs.
|
|
8
8
|
|
|
@@ -27,7 +27,7 @@ After adding SSO into your project, Microsoft 365 Agents Toolkit will create and
|
|
|
27
27
|
| Action | File | Description |
|
|
28
28
|
| ------ | ---------------------------------------------------------------------------------------------------------------- | -------------------------------------------------------------------------------------------------------------------------------------- |
|
|
29
29
|
| Modify | `azureWebAppBotConfig.bicep` under `templates/azure/teamsFx` and `azure.parameters.dev.json` under `.fx/configs` | Insert environment variables used for bot web app to enable SSO feature |
|
|
30
|
-
| Modify | `manifest.template.json` under `templates/appPackage` | An `webApplicationInfo` object will be added into your
|
|
30
|
+
| Modify | `manifest.template.json` under `templates/appPackage` | An `webApplicationInfo` object will be added into your app manifest template. This field is required by Teams when enabling SSO. |
|
|
31
31
|
| Modify | `projectSettings.json` under `.fx/configs` | Add bot sso capability, which will be used internally by Microsoft 365 Agents Toolkit. |
|
|
32
32
|
| Create | `aad.template.json` under `templates/appPackage` | The Microsoft Entra application manifest that is used to register the application with Microsoft Entra. |
|
|
33
33
|
| Create | `auth/bot` | Reference code, redirect pages and a `README.md` file. These files are provided for reference. See below for more information. |
|
|
@@ -138,7 +138,7 @@ To make this work in your application:
|
|
|
138
138
|
});
|
|
139
139
|
```
|
|
140
140
|
|
|
141
|
-
1. Register your command in the
|
|
141
|
+
1. Register your command in the app manifest. Open `templates/appPackage/manifest.template.json`, and add following lines under `commands` in `commandLists` of your bot:
|
|
142
142
|
|
|
143
143
|
```json
|
|
144
144
|
{
|
|
@@ -325,7 +325,7 @@ After successfully add SSO in your project, you can also add a new sso command.
|
|
|
325
325
|
|
|
326
326
|
```
|
|
327
327
|
|
|
328
|
-
1. Register your command in the
|
|
328
|
+
1. Register your command in the app manifest. Open 'templates/appPackage/manifest.template.json', and add following lines under `commands` in `commandLists` of your bot:
|
|
329
329
|
|
|
330
330
|
```json
|
|
331
331
|
{
|
|
@@ -422,7 +422,7 @@ Follow this [document](https://aka.ms/teamsfx-aad-manifest#How-to-view-the-AAD-a
|
|
|
422
422
|
|
|
423
423
|
First check whether your auth-start page is available by directly go to "{your-bot-endpoint}/auth-start.html" in your browser. You can find your-bot-endpoint in `.fx/states/state.{env}.json`.
|
|
424
424
|
|
|
425
|
-
- If the auth-start page can be opened in your browser, please try sign out current account in
|
|
425
|
+
- If the auth-start page can be opened in your browser, please try sign out current account in the app page and sign in again and run the command again.
|
|
426
426
|
- If encounter with ngrok page below when local debug, please follow the steps to solve this issue.
|
|
427
427
|
|
|
428
428
|
1. Stop debugging in Visual Studio Code.
|