@microsoft/teamsfx-core 2.0.6-alpha.da822cd72.0 → 2.0.6-alpha.dc4264a43.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/common/constants.d.ts +3 -2
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +3 -2
- package/build/common/constants.js.map +1 -1
- package/build/common/deps-checker/internal/funcToolChecker.d.ts +1 -1
- package/build/common/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/funcToolChecker.js.map +1 -1
- package/build/common/deps-checker/internal/testToolChecker.d.ts.map +1 -1
- package/build/common/deps-checker/internal/testToolChecker.js +9 -3
- package/build/common/deps-checker/internal/testToolChecker.js.map +1 -1
- package/build/common/featureFlags.d.ts +3 -3
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +11 -12
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/local/constants.d.ts +1 -0
- package/build/common/local/constants.d.ts.map +1 -1
- package/build/common/local/constants.js +1 -0
- package/build/common/local/constants.js.map +1 -1
- package/build/common/local/localCertificateManager.d.ts +5 -4
- package/build/common/local/localCertificateManager.d.ts.map +1 -1
- package/build/common/local/localCertificateManager.js +9 -2
- package/build/common/local/localCertificateManager.js.map +1 -1
- package/build/common/m365/launchHelper.d.ts +1 -1
- package/build/common/m365/launchHelper.d.ts.map +1 -1
- package/build/common/m365/launchHelper.js +2 -2
- package/build/common/m365/launchHelper.js.map +1 -1
- package/build/common/m365/packageService.d.ts +1 -0
- package/build/common/m365/packageService.d.ts.map +1 -1
- package/build/common/m365/packageService.js +85 -7
- package/build/common/m365/packageService.js.map +1 -1
- package/build/common/projectTypeChecker.d.ts +38 -0
- package/build/common/projectTypeChecker.d.ts.map +1 -0
- package/build/common/projectTypeChecker.js +217 -0
- package/build/common/projectTypeChecker.js.map +1 -0
- package/build/common/samples.d.ts +13 -7
- package/build/common/samples.d.ts.map +1 -1
- package/build/common/samples.js +83 -49
- package/build/common/samples.js.map +1 -1
- package/build/common/spec-parser/adaptiveCardGenerator.d.ts +3 -2
- package/build/common/spec-parser/adaptiveCardGenerator.d.ts.map +1 -1
- package/build/common/spec-parser/adaptiveCardGenerator.js +51 -23
- package/build/common/spec-parser/adaptiveCardGenerator.js.map +1 -1
- package/build/common/spec-parser/adaptiveCardWrapper.d.ts.map +1 -1
- package/build/common/spec-parser/adaptiveCardWrapper.js.map +1 -1
- package/build/common/spec-parser/constants.d.ts +23 -14
- package/build/common/spec-parser/constants.d.ts.map +1 -1
- package/build/common/spec-parser/constants.js +23 -15
- package/build/common/spec-parser/constants.js.map +1 -1
- package/build/common/spec-parser/index.browser.d.ts +6 -0
- package/build/common/spec-parser/index.browser.d.ts.map +1 -0
- package/build/common/spec-parser/index.browser.js +16 -0
- package/build/common/spec-parser/index.browser.js.map +1 -0
- package/build/common/spec-parser/index.d.ts +5 -0
- package/build/common/spec-parser/index.d.ts.map +1 -0
- package/build/common/spec-parser/index.js +16 -0
- package/build/common/spec-parser/index.js.map +1 -0
- package/build/common/spec-parser/interfaces.d.ts +39 -5
- package/build/common/spec-parser/interfaces.d.ts.map +1 -1
- package/build/common/spec-parser/interfaces.js +3 -3
- package/build/common/spec-parser/interfaces.js.map +1 -1
- package/build/common/spec-parser/manifestUpdater.d.ts +4 -4
- package/build/common/spec-parser/manifestUpdater.d.ts.map +1 -1
- package/build/common/spec-parser/manifestUpdater.js +30 -105
- package/build/common/spec-parser/manifestUpdater.js.map +1 -1
- package/build/common/spec-parser/specFilter.d.ts +1 -1
- package/build/common/spec-parser/specFilter.d.ts.map +1 -1
- package/build/common/spec-parser/specFilter.js +2 -2
- package/build/common/spec-parser/specFilter.js.map +1 -1
- package/build/common/spec-parser/specParser.browser.d.ts +46 -0
- package/build/common/spec-parser/specParser.browser.d.ts.map +1 -0
- package/build/common/spec-parser/specParser.browser.js +138 -0
- package/build/common/spec-parser/specParser.browser.js.map +1 -0
- package/build/common/spec-parser/specParser.d.ts +11 -11
- package/build/common/spec-parser/specParser.d.ts.map +1 -1
- package/build/common/spec-parser/specParser.js +117 -128
- package/build/common/spec-parser/specParser.js.map +1 -1
- package/build/common/spec-parser/utils.d.ts +15 -5
- package/build/common/spec-parser/utils.d.ts.map +1 -1
- package/build/common/spec-parser/utils.js +277 -41
- package/build/common/spec-parser/utils.js.map +1 -1
- package/build/common/telemetry.d.ts +23 -2
- package/build/common/telemetry.d.ts.map +1 -1
- package/build/common/telemetry.js +40 -1
- package/build/common/telemetry.js.map +1 -1
- package/build/common/templates-config.json +2 -2
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +1 -1
- package/build/common/tools.js.map +1 -1
- package/build/component/configManager/lifecycle.d.ts +1 -0
- package/build/component/configManager/lifecycle.d.ts.map +1 -1
- package/build/component/configManager/lifecycle.js +17 -5
- package/build/component/configManager/lifecycle.js.map +1 -1
- package/build/component/configManager/validator.d.ts.map +1 -1
- package/build/component/configManager/validator.js +2 -3
- package/build/component/configManager/validator.js.map +1 -1
- package/build/component/coordinator/index.d.ts +2 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +15 -10
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/developerPortalScaffoldUtils.d.ts.map +1 -1
- package/build/component/developerPortalScaffoldUtils.js +32 -0
- package/build/component/developerPortalScaffoldUtils.js.map +1 -1
- package/build/component/driver/aad/create.js +1 -1
- package/build/component/driver/aad/create.js.map +1 -1
- package/build/component/driver/aad/error/invalidFieldInManifestError.js +1 -1
- package/build/component/driver/aad/error/invalidFieldInManifestError.js.map +1 -1
- package/build/component/driver/aad/permissions/index.d.ts +3 -0
- package/build/component/driver/aad/permissions/index.d.ts.map +1 -1
- package/build/component/driver/aad/permissions/index.js +34 -1
- package/build/component/driver/aad/permissions/index.js.map +1 -1
- package/build/component/driver/aad/permissions/permissions.json +42 -42
- package/build/component/driver/aad/update.d.ts +1 -0
- package/build/component/driver/aad/update.d.ts.map +1 -1
- package/build/component/driver/aad/update.js +19 -17
- package/build/component/driver/aad/update.js.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.js +9 -9
- package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
- package/build/component/driver/aad/utility/constants.js +1 -1
- package/build/component/driver/aad/utility/constants.js.map +1 -1
- package/build/component/driver/add/addWebPart.d.ts.map +1 -1
- package/build/component/driver/add/addWebPart.js +2 -0
- package/build/component/driver/add/addWebPart.js.map +1 -1
- package/build/component/driver/add/interface/AddWebPartArgs.d.ts +4 -0
- package/build/component/driver/add/interface/AddWebPartArgs.d.ts.map +1 -1
- package/build/component/driver/apiKey/create.d.ts +17 -0
- package/build/component/driver/apiKey/create.d.ts.map +1 -0
- package/build/component/driver/apiKey/create.js +226 -0
- package/build/component/driver/apiKey/create.js.map +1 -0
- package/build/component/driver/apiKey/error/apiKeyClientSecretInvalid.d.ts +5 -0
- package/build/component/driver/apiKey/error/apiKeyClientSecretInvalid.d.ts.map +1 -0
- package/build/component/driver/apiKey/error/apiKeyClientSecretInvalid.js +22 -0
- package/build/component/driver/apiKey/error/apiKeyClientSecretInvalid.js.map +1 -0
- package/build/component/driver/apiKey/error/apiKeyDomainInvalid.d.ts +5 -0
- package/build/component/driver/apiKey/error/apiKeyDomainInvalid.d.ts.map +1 -0
- package/build/component/driver/apiKey/error/apiKeyDomainInvalid.js +22 -0
- package/build/component/driver/apiKey/error/apiKeyDomainInvalid.js.map +1 -0
- package/build/component/driver/apiKey/error/apiKeyFailedToGetDomain.d.ts +5 -0
- package/build/component/driver/apiKey/error/apiKeyFailedToGetDomain.d.ts.map +1 -0
- package/build/component/driver/apiKey/error/apiKeyFailedToGetDomain.js +21 -0
- package/build/component/driver/apiKey/error/apiKeyFailedToGetDomain.js.map +1 -0
- package/build/component/driver/apiKey/error/apiKeyNameTooLong.d.ts +5 -0
- package/build/component/driver/apiKey/error/apiKeyNameTooLong.d.ts.map +1 -0
- package/build/component/driver/apiKey/error/apiKeyNameTooLong.js +21 -0
- package/build/component/driver/apiKey/error/apiKeyNameTooLong.js.map +1 -0
- package/build/component/driver/apiKey/interface/createApiKeyArgs.d.ts +7 -0
- package/build/component/driver/apiKey/interface/createApiKeyArgs.d.ts.map +1 -0
- package/build/component/driver/apiKey/interface/createApiKeyArgs.js +5 -0
- package/build/component/driver/apiKey/interface/createApiKeyArgs.js.map +1 -0
- package/build/component/driver/apiKey/interface/createApiKeyOutputs.d.ts +7 -0
- package/build/component/driver/apiKey/interface/createApiKeyOutputs.d.ts.map +1 -0
- package/build/component/driver/apiKey/interface/createApiKeyOutputs.js +10 -0
- package/build/component/driver/apiKey/interface/createApiKeyOutputs.js.map +1 -0
- package/build/component/driver/apiKey/utility/constants.d.ts +10 -0
- package/build/component/driver/apiKey/utility/constants.d.ts.map +1 -0
- package/build/component/driver/apiKey/utility/constants.js +15 -0
- package/build/component/driver/apiKey/utility/constants.js.map +1 -0
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.js +6 -6
- package/build/component/driver/deploy/azure/impl/azureDeployImpl.js.map +1 -1
- package/build/component/driver/index.d.ts +1 -0
- package/build/component/driver/index.d.ts.map +1 -1
- package/build/component/driver/index.js +1 -0
- package/build/component/driver/index.js.map +1 -1
- package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
- package/build/component/driver/script/scriptDriver.js +2 -2
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.d.ts +13 -0
- package/build/component/driver/teamsApp/clients/appStudioClient.d.ts.map +1 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.js +38 -0
- package/build/component/driver/teamsApp/clients/appStudioClient.js.map +1 -1
- package/build/component/driver/teamsApp/constants.d.ts +2 -0
- package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
- package/build/component/driver/teamsApp/constants.js +2 -0
- package/build/component/driver/teamsApp/constants.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +26 -6
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.d.ts +44 -0
- package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.js +21 -0
- package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/ApiSecretRegistrationClientSecret.d.ts +15 -0
- package/build/component/driver/teamsApp/interfaces/ApiSecretRegistrationClientSecret.d.ts.map +1 -0
- package/build/component/driver/teamsApp/interfaces/ApiSecretRegistrationClientSecret.js +5 -0
- package/build/component/driver/teamsApp/interfaces/ApiSecretRegistrationClientSecret.js.map +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/IValidationResult.d.ts +1 -1
- package/build/component/driver/teamsApp/interfaces/appdefinitions/IValidationResult.d.ts.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.d.ts +1 -0
- package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/publishAppPackage.js +9 -9
- package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.d.ts +20 -0
- package/build/component/driver/teamsApp/teamsappMgr.d.ts.map +1 -0
- package/build/component/driver/teamsApp/teamsappMgr.js +278 -0
- package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -0
- package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validate.js +7 -2
- package/build/component/driver/teamsApp/validate.js.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.js +35 -7
- package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
- package/build/component/generator/copilotPlugin/generator.d.ts.map +1 -1
- package/build/component/generator/copilotPlugin/generator.js +47 -30
- package/build/component/generator/copilotPlugin/generator.js.map +1 -1
- package/build/component/generator/copilotPlugin/helper.d.ts +4 -2
- package/build/component/generator/copilotPlugin/helper.d.ts.map +1 -1
- package/build/component/generator/copilotPlugin/helper.js +106 -21
- package/build/component/generator/copilotPlugin/helper.js.map +1 -1
- package/build/component/generator/error.d.ts +0 -6
- package/build/component/generator/error.d.ts.map +1 -1
- package/build/component/generator/error.js +1 -13
- package/build/component/generator/error.js.map +1 -1
- package/build/component/generator/generator.d.ts +5 -1
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +18 -13
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/generatorAction.d.ts +3 -1
- package/build/component/generator/generatorAction.d.ts.map +1 -1
- package/build/component/generator/generatorAction.js +14 -12
- package/build/component/generator/generatorAction.js.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 +42 -38
- package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
- package/build/component/generator/spfx/spfxGenerator.d.ts.map +1 -1
- package/build/component/generator/spfx/spfxGenerator.js +7 -0
- package/build/component/generator/spfx/spfxGenerator.js.map +1 -1
- package/build/component/generator/spfx/utils/constants.d.ts +1 -14
- package/build/component/generator/spfx/utils/constants.d.ts.map +1 -1
- package/build/component/generator/spfx/utils/constants.js +1 -14
- package/build/component/generator/spfx/utils/constants.js.map +1 -1
- package/build/component/generator/utils.d.ts +3 -5
- package/build/component/generator/utils.d.ts.map +1 -1
- package/build/component/generator/utils.js +6 -16
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/middleware/questionMW.d.ts +1 -1
- package/build/component/middleware/questionMW.d.ts.map +1 -1
- package/build/component/middleware/questionMW.js +4 -1
- package/build/component/middleware/questionMW.js.map +1 -1
- package/build/component/utils/ResourceGroupHelper.d.ts +1 -0
- package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -1
- package/build/component/utils/ResourceGroupHelper.js +31 -1
- package/build/component/utils/ResourceGroupHelper.js.map +1 -1
- package/build/component/utils/common.d.ts +3 -1
- package/build/component/utils/common.d.ts.map +1 -1
- package/build/component/utils/common.js +11 -4
- package/build/component/utils/common.js.map +1 -1
- package/build/component/utils/envUtil.d.ts +1 -0
- package/build/component/utils/envUtil.d.ts.map +1 -1
- package/build/component/utils/envUtil.js +6 -1
- package/build/component/utils/envUtil.js.map +1 -1
- package/build/component/utils/metadataGraphPermssion.d.ts +16 -0
- package/build/component/utils/metadataGraphPermssion.d.ts.map +1 -0
- package/build/component/utils/metadataGraphPermssion.js +96 -0
- package/build/component/utils/metadataGraphPermssion.js.map +1 -0
- package/build/component/utils/metadataUtil.d.ts.map +1 -1
- package/build/component/utils/metadataUtil.js +2 -0
- package/build/component/utils/metadataUtil.js.map +1 -1
- package/build/core/FxCore.d.ts +23 -2
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +191 -27
- package/build/core/FxCore.js.map +1 -1
- package/build/core/middleware/projectMigratorV3.js +2 -2
- package/build/core/middleware/projectMigratorV3.js.map +1 -1
- package/build/core/middleware/utils/debug/taskMigrator.js +1 -1
- package/build/error/common.d.ts +9 -0
- package/build/error/common.d.ts.map +1 -1
- package/build/error/common.js +34 -1
- package/build/error/common.js.map +1 -1
- package/build/error/teamsApp.d.ts +4 -1
- package/build/error/teamsApp.d.ts.map +1 -1
- package/build/error/teamsApp.js +13 -1
- package/build/error/teamsApp.js.map +1 -1
- package/build/index.d.ts +3 -0
- package/build/index.d.ts.map +1 -1
- package/build/index.js +7 -1
- package/build/index.js.map +1 -1
- package/build/question/create.d.ts +9 -7
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +144 -91
- package/build/question/create.js.map +1 -1
- package/build/question/generator.js +1 -3
- package/build/question/generator.js.map +1 -1
- package/build/question/index.d.ts +1 -0
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +3 -0
- package/build/question/index.js.map +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts +4 -4
- package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
- package/build/question/inputs/DeployAadManifestInputs.d.ts +1 -1
- package/build/question/inputs/DeployAadManifestInputs.d.ts.map +1 -1
- package/build/question/inputs/PermissionGrantInputs.d.ts +2 -2
- package/build/question/inputs/PermissionGrantInputs.d.ts.map +1 -1
- package/build/question/inputs/PermissionListInputs.d.ts +1 -1
- package/build/question/inputs/PermissionListInputs.d.ts.map +1 -1
- package/build/question/inputs/SPFxAddWebpartInputs.d.ts +2 -0
- package/build/question/inputs/SPFxAddWebpartInputs.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.js +9 -9
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/options/CreateSampleProjectOptions.d.ts.map +1 -1
- package/build/question/options/CreateSampleProjectOptions.js +5 -1
- package/build/question/options/CreateSampleProjectOptions.js.map +1 -1
- package/build/question/options/DeployAadManifestOptions.js +2 -2
- package/build/question/options/DeployAadManifestOptions.js.map +1 -1
- package/build/question/options/PermissionGrantOptions.js +2 -2
- package/build/question/options/PermissionGrantOptions.js.map +1 -1
- package/build/question/options/PermissionListOptions.js +2 -2
- package/build/question/options/PermissionListOptions.js.map +1 -1
- package/build/question/options/SPFxAddWebpartOptions.d.ts.map +1 -1
- package/build/question/options/SPFxAddWebpartOptions.js +9 -0
- package/build/question/options/SPFxAddWebpartOptions.js.map +1 -1
- package/build/question/other.d.ts +1 -0
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +86 -6
- package/build/question/other.js.map +1 -1
- package/build/question/questionNames.d.ts +2 -2
- package/build/question/questionNames.d.ts.map +1 -1
- package/build/question/questionNames.js +2 -2
- package/build/question/questionNames.js.map +1 -1
- package/build/ui/visitor.d.ts.map +1 -1
- package/build/ui/visitor.js +11 -2
- package/build/ui/visitor.js.map +1 -1
- package/package.json +15 -20
- package/resource/package.nls.json +78 -59
- package/resource/yaml-schema/v1.3/yaml.schema.json +79 -32
- package/templates/core/v3Migration/csharp.app.local.yml +6 -6
- package/templates/core/v3Migration/csharp.app.yml +6 -6
- package/templates/core/v3Migration/js.ts.app.local.yml +11 -11
- package/templates/core/v3Migration/js.ts.app.yml +12 -12
- package/templates/fallback/common.zip +0 -0
- package/templates/fallback/csharp.zip +0 -0
- package/templates/fallback/js.zip +0 -0
- package/templates/fallback/ts.zip +0 -0
- package/templates/plugins/resource/aad/auth/V3/Bot/Pages/BotAuthorizeEndPage.cshtml +55 -51
- package/templates/plugins/resource/aad/auth/V3/Enable SSO.txt +2 -2
- package/templates/plugins/resource/aad/auth/bot/README.md +13 -13
- package/templates/plugins/resource/aad/auth/bot/README.txt +7 -7
- package/templates/plugins/resource/aad/auth/bot/csharp/Pages/BotAuthorizeEndPage.cshtml +55 -51
- package/templates/plugins/resource/aad/auth/bot/js/public/auth-end.html +6 -2
- package/templates/plugins/resource/aad/auth/bot/ts/public/auth-end.html +5 -1
- package/templates/plugins/resource/aad/auth/tab/README.md +6 -6
- package/templates/plugins/resource/aad/auth/tab/README.txt +5 -5
- package/templates/plugins/resource/aad/auth/tab/js/public/auth-end.html +16 -9
- package/templates/plugins/resource/aad/auth/tab/js/public/auth-start.html +11 -7
- package/templates/plugins/resource/aad/auth/tab/js/sso/GetUserProfile.jsx +1 -1
- package/templates/plugins/resource/aad/auth/tab/ts/public/auth-end.html +16 -9
- package/templates/plugins/resource/aad/auth/tab/ts/public/auth-start.html +11 -7
- package/templates/plugins/resource/aad/auth/tab/ts/sso/GetUserProfile.tsx +1 -1
|
@@ -7,14 +7,13 @@
|
|
|
7
7
|
"core.provision.confirmEnvAndCostNotice": "Cost may incur according to the usage. Do you want to provision resources in %s environment using accounts listed above?",
|
|
8
8
|
"core.deploy.confirmEnvNoticeV3": "Do you want to deploy resources in %s environment?",
|
|
9
9
|
"core.provision.viewResources": "View provisioned resources",
|
|
10
|
-
"core.deploy.aadManifestSuccessNotice": "Your
|
|
11
|
-
"core.deploy.aadManifestOnCLISuccessNotice": "Your
|
|
10
|
+
"core.deploy.aadManifestSuccessNotice": "Your Microsoft Entra application has been successfully deployed. Click \"Learn more\" to check how to view your Microsoft Entra application.",
|
|
11
|
+
"core.deploy.aadManifestOnCLISuccessNotice": "Your Microsoft Entra application has been successfully updated.",
|
|
12
12
|
"core.deploy.aadManifestLearnMore": "Learn more",
|
|
13
13
|
"core.deploy.botTroubleShoot": "To troubleshoot bot application in azure, please click learn more for documentation.",
|
|
14
14
|
"core.deploy.botTroubleShoot.learnMore": "Learn more",
|
|
15
15
|
"core.option.deploy": "Deploy",
|
|
16
16
|
"core.option.confirm": "Confirm",
|
|
17
|
-
"core.option.cancel": "Cancel",
|
|
18
17
|
"core.option.learnMore": "Learn more",
|
|
19
18
|
"core.option.upgrade": "Upgrade",
|
|
20
19
|
"core.option.moreInfo": "More Info",
|
|
@@ -27,7 +26,6 @@
|
|
|
27
26
|
"core.progress.configureAzureStorage": "Configuring Azure Storage, enable static website setting.",
|
|
28
27
|
"core.progress.runCommand": "Run command %s at %s",
|
|
29
28
|
"core.progress.deployToAzure": "Deploying %s to %s.",
|
|
30
|
-
"core.Notification.ReadMore": "Read more",
|
|
31
29
|
"core.migrationV3.confirmOnly.Message": "Please confirm the upgrade",
|
|
32
30
|
"core.migrationV3.Message": "Upgrade your Teams Toolkit project to stay compatible with the latest version. A backup directory will be created along with an Upgrade Summary.",
|
|
33
31
|
"core.migrationV3.VS.Message": "Upgrade your solution to stay compatible with the latest Teams Toolkit version. A backup directory will be generated in which it contains an upgrade report.",
|
|
@@ -35,8 +33,8 @@
|
|
|
35
33
|
"core.migrationV3.manifestNotExist": "templates/appPackage/manifest.template.json does not exist. You may be trying to upgrade a project created by Teams Toolkit for Visual Studio Code v3.x / Teams Toolkit CLI v0.x / Teams Toolkit for Visual Studio v17.3. Please install Teams Toolkit for Visual Studio Code v4.x / Teams Toolkit CLI v1.x / Teams Toolkit for Visual Studio v17.4 and run upgrade first.",
|
|
36
34
|
"core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json is invalid.",
|
|
37
35
|
"core.migrationV3.abandonedProject": "This project is only for previewing and will not be supported by Teams Toolkit. Please try Teams Toolkit by creating a new project",
|
|
38
|
-
"core.migrationV3.notAllowedMigration": "Teams Toolkit's Pre-Release version supports new project configuration and is incompatible with previous versions. Try it by creating a new project or run \"
|
|
39
|
-
"core.projectVersionChecker.cliUseNewVersion": "Your TeamFx CLI version is old and it doesn't support current project, please upgrade to the latest version using command below:\nnpm install -g @microsoft/
|
|
36
|
+
"core.migrationV3.notAllowedMigration": "Teams Toolkit's Pre-Release version supports new project configuration and is incompatible with previous versions. Try it by creating a new project or run \"teamsapp upgrade\" to upgrade your project first.",
|
|
37
|
+
"core.projectVersionChecker.cliUseNewVersion": "Your TeamFx CLI version is old and it doesn't support current project, please upgrade to the latest version using command below:\nnpm install -g @microsoft/teamsapp-cli@latest",
|
|
40
38
|
"core.projectVersionChecker.incompatibleProject": "The current project is incompatible with the installed version of Teams Toolkit.",
|
|
41
39
|
"core.projectVersionChecker.vs.incompatibleProject": "The project in the solution is created with Teams Toolkit preview feature - Teams App Configuration Improvements. You can turn on the preview feature to continue.",
|
|
42
40
|
"core.deployArmTemplates.ActionSuccess": "Successfully deployed ARM templates. Resource group name: %s. Deployment name: %s",
|
|
@@ -53,11 +51,11 @@
|
|
|
53
51
|
"core.collaboration.ListingM365Permission": "Listing Microsoft 365 permissions\n",
|
|
54
52
|
"core.collaboration.AccountUsedToCheck": "Account used to check: ",
|
|
55
53
|
"core.collaboration.StartingListAllTeamsAppOwners": "\nStarting to list all teams app owners for environment: ",
|
|
56
|
-
"core.collaboration.StartingListAllAadAppOwners": "\nStarting to list all
|
|
54
|
+
"core.collaboration.StartingListAllAadAppOwners": "\nStarting to list all Microsoft Entra app owners for environment: ",
|
|
57
55
|
"core.collaboration.M365TeamsAppId": "Microsoft 365 Teams App (ID: ",
|
|
58
|
-
"core.collaboration.SsoAadAppId": "SSO
|
|
56
|
+
"core.collaboration.SsoAadAppId": "SSO Microsoft Entra App (ID: ",
|
|
59
57
|
"core.collaboration.TeamsAppOwner": "Teams App Owner: ",
|
|
60
|
-
"core.collaboration.AadAppOwner": "
|
|
58
|
+
"core.collaboration.AadAppOwner": "Microsoft Entra App Owner: ",
|
|
61
59
|
"core.collaboration.StaringCheckPermission": "Starting to check permission for environment: ",
|
|
62
60
|
"core.collaboration.CheckPermissionResourceId": "Resource ID: ",
|
|
63
61
|
"core.collaboration.Undefined": "undefined",
|
|
@@ -201,12 +199,10 @@
|
|
|
201
199
|
"error.generator.TemplateZipFallbackError": "Unable to download zip package and open local zip package.",
|
|
202
200
|
"error.generator.TemplateNotFoundError": "Unable to find template: %s.",
|
|
203
201
|
"error.generator.SampleNotFoundError": "Unable to find sample: %s.",
|
|
204
|
-
"error.generator.FetchZipFromUrlError": "Unable to download zip package from %s.",
|
|
205
202
|
"error.generator.UnzipError": "Unable to unzip templates and write to disk.",
|
|
206
203
|
"error.generator.MissKeyError": "Unable to find key %s",
|
|
207
204
|
"error.generator.DownloadSampleApiLimitError": "Unable to download sample due to throttling. Retry later after rate limit reset (This may take up to 1 hour). Alternatively, you can go to %s to git clone the repo manually",
|
|
208
205
|
"error.generator.DownloadSampleNetworkError": "Unable to download sample due to network error. Check your network connection and retry. Alternatively, you can go to %s to git clone the repo manually",
|
|
209
|
-
"error.generator.ParseUrlError": "Unable to parse url %s",
|
|
210
206
|
"error.copilotPlugin.openAiPluginManifest.CannotGetManifest": "Unable to get OpenAI plugin manifest from '%s'.",
|
|
211
207
|
"error.copilotPlugin.noExtraAPICanBeAdded": "No API can be added. Only GET and POST methods with at most one required parameter and no auth are supported. Methods defined in manifest.json are not listed.",
|
|
212
208
|
"error.m365.NotExtendedToM365Error": "Unable to extend Teams app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend your Teams app to Microsoft 365.",
|
|
@@ -269,22 +265,25 @@
|
|
|
269
265
|
"core.createProjectQuestion.projectType.bot.detail": "Conversational or informative chat experiences that can automate repetitive tasks",
|
|
270
266
|
"core.createProjectQuestion.projectType.bot.label": "Bot",
|
|
271
267
|
"core.createProjectQuestion.projectType.bot.title": "App Features Using a Bot",
|
|
272
|
-
"core.createProjectQuestion.projectType.messageExtension.detail": "Search or initiate actions from the
|
|
268
|
+
"core.createProjectQuestion.projectType.messageExtension.detail": "Search or initiate actions from the message composing area of Teams and Outlook",
|
|
269
|
+
"core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Search or initiate actions from the message composing area of Teams, Outlook and Copilot",
|
|
273
270
|
"core.createProjectQuestion.projectType.messageExtension.title": "App Features Using a Message Extension",
|
|
274
271
|
"core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content",
|
|
275
272
|
"core.createProjectQuestion.projectType.outlookAddin.label": "Outlook Add-in",
|
|
276
273
|
"core.createProjectQuestion.projectType.outlookAddin.title": "App Features Using an Outlook Add-in",
|
|
277
|
-
"core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the
|
|
274
|
+
"core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Microsoft 365 app",
|
|
278
275
|
"core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
|
|
279
|
-
"core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Copilot using your APIs",
|
|
280
|
-
"core.createProjectQuestion.projectType.copilotPlugin.label": "Plugin
|
|
276
|
+
"core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Microsoft 365 Copilot using your APIs",
|
|
277
|
+
"core.createProjectQuestion.projectType.copilotPlugin.label": "Plugin",
|
|
281
278
|
"core.createProjectQuestion.projectType.copilotPlugin.title": "Plugin for Copilot",
|
|
282
279
|
"core.createProjectQuestion.projectType.copilotPlugin.placeholder": "Select an option",
|
|
283
280
|
"core.createProjectQuestion.title": "New Project",
|
|
281
|
+
"core.createProjectQuestion.capability.botMessageExtension.label": "Start with a Bot",
|
|
282
|
+
"core.createProjectQuestion.capability.botMessageExtension.detail": "Create a Message extension using Bot Framework",
|
|
284
283
|
"core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Start with a new API",
|
|
285
|
-
"core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create a
|
|
284
|
+
"core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create a Message extension with a new API from Azure Functions",
|
|
286
285
|
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
|
|
287
|
-
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create a
|
|
286
|
+
"core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create a Message extension from your existing API",
|
|
288
287
|
"core.createProjectQuestion.capability.copilotPluginAIPluginOption.label": "Start with an OpenAI Plugin",
|
|
289
288
|
"core.createProjectQuestion.capability.copilotPluginAIPluginOption.detail": "Convert an OpenAI Plugin to Microsoft 365 Copilot plugin",
|
|
290
289
|
"core.createProjectQuestion.apiSpec.title": "OpenAPI Description Document",
|
|
@@ -292,21 +291,26 @@
|
|
|
292
291
|
"core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Description Document Location",
|
|
293
292
|
"core.createProjectQuestion.OpenAIPluginDomain": "OpenAI Plugin Manifest",
|
|
294
293
|
"core.createProjectQuestion.OpenAIPluginDomain.placeholder": "Enter your website domain or manifest URL",
|
|
295
|
-
"core.
|
|
294
|
+
"core.createaProjectQuestion.ApiKey": "Client secret for API key in OpenAPI specification",
|
|
295
|
+
"core.createProjectQuestion.invalidApiKey.message": "Client secret is invalid. The length of secret should be >= 10 and <= 128",
|
|
296
|
+
"core.createProjectQuestion.invalidUrl.message": "Enter a valid HTTP URL without authentication to access your OpenAPI description document.",
|
|
296
297
|
"core.createProjectQuestion.apiSpec.operation.title": "Select Operation(s) Teams Can Interact with",
|
|
297
298
|
"core.createProjectQuestion.apiSpec.operation.placeholder": "GET/POST methods with at most one required parameter and no auth are listed",
|
|
299
|
+
"core.createProjectQuestion.apiSpec.operation.apikey.placeholder": "GET/POST methods with at most one required parameter and API key are listed",
|
|
298
300
|
"core.createProjectQuestion.apiSpec.operation.invalidMessage": "%s API(s) selected. You can select at least one and at most %s APIs.",
|
|
301
|
+
"core.createProjectQuestion.apiSpec.operation.multipleAuth": "Your selected APIs have multiple authorizations %s which are not supported.",
|
|
302
|
+
"core.createProjectQuestion.apiSpec.operation.multipleServer": "Your selected APIs have multiple server URLs %s which are not supported.",
|
|
299
303
|
"core.createProjectQuestion.apiSpec.operation.placeholder.skipExisting": "Methods defined in manifest.json are not listed",
|
|
300
304
|
"core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "Invalid OpenAPI description document. Check output panel for details.",
|
|
301
305
|
"core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "Invalid OpenAPI description document. Check [output panel](command:fx-extension.showOutputChannel) for details.",
|
|
302
306
|
"core.createProjectQuestion.openAiPluginManifest.multipleValidationErrors.vscode.message": "Invalid OpenAI plugin manifest. Check [output panel](command:fx-extension.showOutputChannel) for details.",
|
|
303
307
|
"core.createProjectQuestion.openAiPluginManifest.validationError.missingApiUrl": "Missing URL in \"%s\".",
|
|
304
308
|
"core.createProjectQuestion.openAiPluginManifest.validationError.authNotSupported": "Auth type is not supported. Supported auth type: \"%s\".",
|
|
305
|
-
"core.createProjectQuestion.
|
|
306
|
-
"core.
|
|
307
|
-
"core.
|
|
309
|
+
"core.createProjectQuestion.meArchitecture.title": "Architecture of Search Based Message Extension",
|
|
310
|
+
"core.aiAssistantBotOption.label": "AI Assistant Bot",
|
|
311
|
+
"core.aiAssistantBotOption.detail": "A custom AI assistant bot in Teams using Teams AI library and OpenAI Assistants API",
|
|
308
312
|
"core.aiBotOption.label": "AI Chat Bot",
|
|
309
|
-
"core.aiBotOption.detail": "A chat bot using Teams AI library",
|
|
313
|
+
"core.aiBotOption.detail": "A basic AI chat bot in Teams using Teams AI library",
|
|
310
314
|
"core.spfxFolder.title": "SPFx solution folder",
|
|
311
315
|
"core.spfxFolder.placeholder": "Select the folder that contains your SPFx solution",
|
|
312
316
|
"core.QuestionSelectTargetEnvironment.title": "Select an environment",
|
|
@@ -322,6 +326,8 @@
|
|
|
322
326
|
"core.QuestionNewResourceGroupName.title": "New resource group name",
|
|
323
327
|
"core.QuestionNewResourceGroupName.validation": "The name can only contain alphanumeric characters or the symbols ._-()",
|
|
324
328
|
"core.QuestionNewResourceGroupLocation.title": "Location for the new resource group",
|
|
329
|
+
"core.QuestionNewResourceGroupLocation.group.recommended": "Recommended",
|
|
330
|
+
"core.QuestionNewResourceGroupLocation.group.others": "Others",
|
|
325
331
|
"core.question.workspaceFolder.title": "Workspace folder",
|
|
326
332
|
"core.question.workspaceFolder.placeholder": "Select the folder that will contain your project root folder",
|
|
327
333
|
"core.ScratchOptionYes.label": "Create a new app",
|
|
@@ -352,11 +358,11 @@
|
|
|
352
358
|
"core.updateUrlQuestion.placeholder": "Unselect to keep with the original URL",
|
|
353
359
|
"core.SingleSignOnOption.label": "Single Sign-On",
|
|
354
360
|
"core.SingleSignOnOption.detail": "Develop a Single Sign-On feature for Teams Launch pages and Bot capability",
|
|
355
|
-
"core.getUserEmailQuestion.title": "Add owner to Teams/
|
|
361
|
+
"core.getUserEmailQuestion.title": "Add owner to Teams/Microsoft Entra app for the account under the same Microsoft 365 tenant (email)",
|
|
356
362
|
"core.getUserEmailQuestion.validation1": "Email address cannot be null or empty",
|
|
357
363
|
"core.getUserEmailQuestion.validation2": "Please change [UserName] to the real user name",
|
|
358
364
|
"core.collaboration.error.failedToLoadDotEnvFile": "Unable to load your .env File. Reason: %s",
|
|
359
|
-
"core.selectAadAppManifestQuestion.title": "Select
|
|
365
|
+
"core.selectAadAppManifestQuestion.title": "Select Microsoft Entra manifest.json file",
|
|
360
366
|
"core.selectTeamsAppManifestQuestion.title": "Select Teams manifest.json file",
|
|
361
367
|
"core.selectTeamsAppPackageQuestion.title": "Select Teams app package file",
|
|
362
368
|
"core.selectLocalTeamsAppManifestQuestion.title": "Select local Teams manifest.json file",
|
|
@@ -367,14 +373,15 @@
|
|
|
367
373
|
"core.selectValidateMethodQuestion.validate.appPackageOption": "Validate app package using validation rules",
|
|
368
374
|
"core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Validate app package using validation rules",
|
|
369
375
|
"core.confirmManifestQuestion.placeholder": "Confirm manifest is correctly selected",
|
|
370
|
-
"core.aadAppQuestion.label": "
|
|
371
|
-
"core.aadAppQuestion.description": "Your
|
|
376
|
+
"core.aadAppQuestion.label": "Microsoft Entra app",
|
|
377
|
+
"core.aadAppQuestion.description": "Your Microsoft Entra app for Single Sign On",
|
|
372
378
|
"core.teamsAppQuestion.label": "Teams app",
|
|
373
379
|
"core.teamsAppQuestion.description": "Your Teams app",
|
|
374
380
|
"core.M365SsoLaunchPageOptionItem.label": "React with Fluent UI",
|
|
375
381
|
"core.M365SsoLaunchPageOptionItem.detail": "A web app that uses Fluent UI React components to get a Teams look and feel",
|
|
376
382
|
"core.M365SearchAppOptionItem.label": "Custom Search Results",
|
|
377
383
|
"core.M365SearchAppOptionItem.detail": "Display data directly in Teams and Outlook search results from search or the chat area",
|
|
384
|
+
"core.M365SearchAppOptionItem.copilot.detail": "Display data directly in Teams chat, Outlook email and Copilot response from search result",
|
|
378
385
|
"core.SearchAppOptionItem.detail": "Display data directly in Teams search results from search or the chat area",
|
|
379
386
|
"core.M365HostQuestion.title": "Platform",
|
|
380
387
|
"core.M365HostQuestion.placeholder": "Select a platform to preview the app",
|
|
@@ -392,18 +399,14 @@
|
|
|
392
399
|
"core.common.OutlookWebClientName1": "Outlook web access client id 1",
|
|
393
400
|
"core.common.OutlookWebClientName2": "Outlook web access client id 2",
|
|
394
401
|
"core.common.CancelledMessage": "Operation is cancelled.",
|
|
402
|
+
"core.common.SwaggerNotSupported": "Swagger 2.0 is not supported. Please convert it to OpenAPI 3.0 first.",
|
|
395
403
|
"core.common.NoServerInformation": "No server information is found in the OpenAPI description document.",
|
|
396
404
|
"core.common.RemoteRefNotSupported": "Remote reference is not supported: %s.",
|
|
397
405
|
"core.common.MissingOperationId": "Missing operationIds: %s.",
|
|
398
|
-
"core.common.NoSupportedApi": "No supported API is found in the OpenAPI description document: only GET and POST methods are supported, additionally, there can be at most one required parameter, and no auth is allowed.",
|
|
399
|
-
"core.common.AdditionalPropertiesNotSupported": "'additionalProperties' is not supported, and will be ignored.",
|
|
400
|
-
"core.common.SchemaNotSupported": "'oneOf', 'anyOf', and 'not' schema are not supported: %s.",
|
|
401
|
-
"core.common.UnknownSchema": "Unknown schema: %s.",
|
|
406
|
+
"core.common.NoSupportedApi": "No supported API is found in the OpenAPI description document: only GET and POST methods are supported, additionally, there can be at most one required parameter, and no auth is allowed. \nFor more information visit: \"https://aka.ms/build-api-based-message-extension\".",
|
|
402
407
|
"core.common.UrlProtocolNotSupported": "Server url is not correct: protocol %s is not supported, you should use https protocol instead.",
|
|
403
408
|
"core.common.RelativeServerUrlNotSupported": "Server url is not correct: relative server url is not supported.",
|
|
404
|
-
"core.common.
|
|
405
|
-
"core.common.OperationOnlyContainsOptionalParam": "Operation %s contains multiple optional parameters. The first optional parameter is used for this command.",
|
|
406
|
-
"core.common.ConvertSwaggerToOpenAPI": "The Swagger 2.0 file has been converted to OpenAPI 3.0.",
|
|
409
|
+
"core.common.ErrorFetchApiSpec": "Your OpenAPI description document should be accessible without authentication, otherwise download and start from a local copy.",
|
|
407
410
|
"core.common.SendingApiRequest": "Sending API request: %s. Request body: %s",
|
|
408
411
|
"core.common.ReceiveApiResponse": "Received API response: %s.",
|
|
409
412
|
"core.importAddin.label": "Import an Existing Outlook Add-ins",
|
|
@@ -420,6 +423,7 @@
|
|
|
420
423
|
"core.summary.actionSucceeded": "%s was executed successfully.",
|
|
421
424
|
"core.summary.createdEnvFile": "Environment file was created at",
|
|
422
425
|
"core.copilot.addAPI.success": "%s have(has) been successfully added to %s",
|
|
426
|
+
"core.copilot.addAPI.InjectAPIKeyActionFailed": "Inject API key action to teamsapp.yaml file failed, please make sure that file contains teamsApp/create action in provision section.",
|
|
423
427
|
"ui.select.LoadingOptionsPlaceholder": "Loading options ...",
|
|
424
428
|
"ui.select.LoadingDefaultPlaceholder": "Loading default value ...",
|
|
425
429
|
"error.aad.manifest.NameIsMissing": "name is missing\n",
|
|
@@ -430,8 +434,8 @@
|
|
|
430
434
|
"error.aad.manifest.AccessTokenAcceptedVersionIs1": "accessTokenAcceptedVersion is 1\n",
|
|
431
435
|
"error.aad.manifest.OptionalClaimsIsMissing": "optionalClaims is missing\n",
|
|
432
436
|
"error.aad.manifest.OptionalClaimsMissingIdtypClaim": "optionalClaims access token doesn't contain idtyp claim\n",
|
|
433
|
-
"error.aad.manifest.AADManifestIssues": "
|
|
434
|
-
"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
|
|
437
|
+
"error.aad.manifest.AADManifestIssues": "Microsoft Entra manifest has following issues that may potentially break the Teams App:\n",
|
|
438
|
+
"error.aad.manifest.DeleteOrUpdatePermissionFailed": "Unable to update or delete an existing permission when it's enabled. One possible reason is that the ACCESS_AS_USER_PERMISSION_ID environment variable is changed for selected environment. Ensure your permission id(s) are identical with the actual Microsoft Entra application and try again.\n",
|
|
435
439
|
"error.aad.manifest.UnknownResourceAppId": "Unknown resourceAppId %s",
|
|
436
440
|
"error.aad.manifest.UnknownResourceAccessType": "Unknown resourceAccess: %s",
|
|
437
441
|
"error.aad.manifest.UnknownResourceAccessId": "Unknown resourceAccess id: %s, if you're using permission as resourceAccess id, please try to use permission id instead.",
|
|
@@ -480,35 +484,35 @@
|
|
|
480
484
|
"depChecker.testToolVersionNotMatch": "The version of Teams App Test Tool (%s) is not compatible with the specified version range (%s).",
|
|
481
485
|
"depChecker.failedToValidateTestTool": "Unable to validate Teams App Test Tool after installation. %s",
|
|
482
486
|
"error.driver.outputEnvironmentVariableUndefined": "The output environment variable name(s) are not defined.",
|
|
483
|
-
"driver.aadApp.description.create": "Create
|
|
484
|
-
"driver.aadApp.description.update": "Apply
|
|
487
|
+
"driver.aadApp.description.create": "Create a Microsoft Entra app to authenticate users",
|
|
488
|
+
"driver.aadApp.description.update": "Apply Microsoft Entra app manifest to an existing app",
|
|
485
489
|
"driver.aadApp.error.missingEnv": "Environment variable %s is not set.",
|
|
486
490
|
"driver.aadApp.error.generateSecretFailed": "Cannot generate client secret.",
|
|
487
|
-
"driver.aadApp.error.invalidFieldInManifest": "Field %s is missing or invalid in
|
|
488
|
-
"driver.aadApp.error.appNameTooLong": "The name for this
|
|
489
|
-
"driver.aadApp.progressBar.createAadAppTitle": "Creating
|
|
490
|
-
"driver.aadApp.progressBar.updateAadAppTitle": "Updating
|
|
491
|
+
"driver.aadApp.error.invalidFieldInManifest": "Field %s is missing or invalid in Microsoft Entra app manifest.",
|
|
492
|
+
"driver.aadApp.error.appNameTooLong": "The name for this Microsoft Entra app is too long. The maximum length is 120.",
|
|
493
|
+
"driver.aadApp.progressBar.createAadAppTitle": "Creating Microsoft Entra application...",
|
|
494
|
+
"driver.aadApp.progressBar.updateAadAppTitle": "Updating Microsoft Entra application...",
|
|
491
495
|
"driver.aadApp.log.startExecuteDriver": "Executing action %s",
|
|
492
496
|
"driver.aadApp.log.successExecuteDriver": "Action %s executed successfully",
|
|
493
497
|
"driver.aadApp.log.failExecuteDriver": "Unable to execute action %s. Error message: %s",
|
|
494
|
-
"driver.aadApp.log.startCreateAadApp": "Environment variable %s does not exist, creating a new
|
|
495
|
-
"driver.aadApp.log.successCreateAadApp": "Created
|
|
496
|
-
"driver.aadApp.log.skipCreateAadApp": "Environment variable %s already exist, skipping new
|
|
497
|
-
"driver.aadApp.log.startGenerateClientSecret": "Environment variable %s does not exist, generating client secret for
|
|
498
|
-
"driver.aadApp.log.successGenerateClientSecret": "Generated client secret for
|
|
499
|
-
"driver.aadApp.log.skipGenerateClientSecret": "Environment variable %s already exist, skipping
|
|
500
|
-
"driver.aadApp.log.outputAadAppManifest": "Build
|
|
501
|
-
"driver.aadApp.log.successUpdateAadAppManifest": "Applied manifest %s to
|
|
502
|
-
"botRegistration.ProgressBar.creatingBotAadApp": "Creating bot
|
|
503
|
-
"botRegistration.log.startCreateBotAadApp": "Creating bot
|
|
504
|
-
"botRegistration.log.successCreateBotAadApp": "Bot
|
|
505
|
-
"botRegistration.log.skipCreateBotAadApp": "Bot
|
|
506
|
-
"driver.botAadApp.create.description": "create a new or reuse an existing bot
|
|
498
|
+
"driver.aadApp.log.startCreateAadApp": "Environment variable %s does not exist, creating a new Microsoft Entra app...",
|
|
499
|
+
"driver.aadApp.log.successCreateAadApp": "Created Microsoft Entra application with object id %s",
|
|
500
|
+
"driver.aadApp.log.skipCreateAadApp": "Environment variable %s already exist, skipping new Microsoft Entra app creation step.",
|
|
501
|
+
"driver.aadApp.log.startGenerateClientSecret": "Environment variable %s does not exist, generating client secret for Microsoft Entra app...",
|
|
502
|
+
"driver.aadApp.log.successGenerateClientSecret": "Generated client secret for Microsoft Entra application with object id %s",
|
|
503
|
+
"driver.aadApp.log.skipGenerateClientSecret": "Environment variable %s already exist, skipping Microsoft Entra app client secret generation step.",
|
|
504
|
+
"driver.aadApp.log.outputAadAppManifest": "Build Microsoft Entra app manifest completed, and app manifest content is written to %s",
|
|
505
|
+
"driver.aadApp.log.successUpdateAadAppManifest": "Applied manifest %s to Microsoft Entra application with object id %s",
|
|
506
|
+
"botRegistration.ProgressBar.creatingBotAadApp": "Creating bot Microsoft Entra app...",
|
|
507
|
+
"botRegistration.log.startCreateBotAadApp": "Creating bot Microsoft Entra app.",
|
|
508
|
+
"botRegistration.log.successCreateBotAadApp": "Bot Microsoft Entra app created successfully.",
|
|
509
|
+
"botRegistration.log.skipCreateBotAadApp": "Bot Microsoft Entra app creation skipped.",
|
|
510
|
+
"driver.botAadApp.create.description": "create a new or reuse an existing bot Microsoft Entra app.",
|
|
507
511
|
"driver.botAadApp.log.startExecuteDriver": "Executing action %s",
|
|
508
512
|
"driver.botAadApp.log.successExecuteDriver": "Action %s executed successfully",
|
|
509
513
|
"driver.botAadApp.log.failExecuteDriver": "Unable to execute action %s. Error message: %s",
|
|
510
|
-
"driver.botAadApp.log.successCreateBotAad": "Created
|
|
511
|
-
"driver.botAadApp.log.useExistingBotAad": "Used existing
|
|
514
|
+
"driver.botAadApp.log.successCreateBotAad": "Created Microsoft Entra application with client id %s.",
|
|
515
|
+
"driver.botAadApp.log.useExistingBotAad": "Used existing Microsoft Entra application with client id %s.",
|
|
512
516
|
"driver.botAadApp.error.unexpectedEmptyBotPassword": "Bot password is empty. Add it in env file or clear bot id to have bot id/password pair regenerated. action: %s.",
|
|
513
517
|
"driver.arm.description.deploy": "Deploy the given ARM templates to Azure.",
|
|
514
518
|
"driver.arm.deploy.progressBar.message": "Deploying the ARM templates to Azure...",
|
|
@@ -587,8 +591,10 @@
|
|
|
587
591
|
"driver.teamsApp.summary.publishTeamsAppSuccess": "Teams app %s successfully published to the admin portal.",
|
|
588
592
|
"driver.teamsApp.summary.copyAppPackageSuccess": "Teams app %s was successfully copied to %s.",
|
|
589
593
|
"driver.teamsApp.summary.copyIconSuccess": "%s icon(s) were successfully updated under %s.",
|
|
590
|
-
"driver.teamsApp.summary.validate": "Teams Toolkit has checked against all validation rules:\n\nSummary:\n%s.\n%s\n%s\n\nA complete log of validations can be found in %s",
|
|
591
|
-
"driver.teamsApp.summary.
|
|
594
|
+
"driver.teamsApp.summary.validate": "Teams Toolkit has checked against all validation rules:\n\nSummary:\n%s.\n%s%s\n%s\n\nA complete log of validations can be found in %s",
|
|
595
|
+
"driver.teamsApp.summary.validate.checkPath": "You can check and update your Teams app package at %s.\n",
|
|
596
|
+
"driver.teamsApp.summary.validateManifest": "Teams Toolkit has checked manifest with its schema:\n\nSummary:\n%s.\n%s%s\n",
|
|
597
|
+
"driver.teamsApp.summary.validateManifest.checkPath": "You can check and update your Teams manifest at %s.\n",
|
|
592
598
|
"driver.teamsApp.summary.validate.succeed": "%s passed",
|
|
593
599
|
"driver.teamsApp.summary.validate.failed": "%s failed",
|
|
594
600
|
"driver.teamsApp.summary.validate.warning": "%s warning",
|
|
@@ -597,8 +603,10 @@
|
|
|
597
603
|
"driver.teamsApp.validate.result.display": "Teams Toolkit has completed checking your app package against validation rules. %s. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
598
604
|
"error.teamsApp.validate.apiFailed": "Teams app package validation failed due to %s",
|
|
599
605
|
"error.teamsApp.validate.apiFailed.display": "Teams app pacakge validation failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
606
|
+
"error.teamsApp.validate.details": "File path: %s, title: %s",
|
|
600
607
|
"error.teamsApp.AppIdNotExistError": "Teams app with ID %s does not exist in Teams Developer Portal.",
|
|
601
608
|
"error.teamsApp.InvalidAppIdError": "Teams app ID %s is invalid, must be a GUID.",
|
|
609
|
+
"error.teamsApp.createAppPackage.invalidFile": "%s is invalid, it should be in the same directory as manifest.json or a subdirectory of it.",
|
|
602
610
|
"driver.botFramework.description": "creates or updates the bot registration on dev.botframework.com",
|
|
603
611
|
"driver.botFramework.summary.create": "The bot registration has been created successfully (%s).",
|
|
604
612
|
"driver.botFramework.summary.update": "The bot registration has been updated successfully (%s).",
|
|
@@ -672,5 +680,16 @@
|
|
|
672
680
|
"error.deploy.AzureStorageSetContainerPropertiesError.Notification": "Unable to set properties of container '%s' in Azure Storage Account '%s' due to error: %s. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
673
681
|
"error.deploy.AzureStorageSetContainerPropertiesError": "Unable to set properties of container '%s' in Azure Storage Account '%s' due to error: %s. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
|
|
674
682
|
"error.core.failedToLoadManifestId": "Unable to load manifest id from path: %s. You must run provision first.",
|
|
675
|
-
"error.core.appIdNotExist": "Cannot find app id: %s.
|
|
683
|
+
"error.core.appIdNotExist": "Cannot find app id: %s. Either your current M365 account does not have permission, or the app has alredy been deleted.",
|
|
684
|
+
"driver.apiKey.description.create": "Create an API key on Developer Portal for authentication in Open API spec.",
|
|
685
|
+
"driver.aadApp.apiKey.title.create": "Creating API key...",
|
|
686
|
+
"driver.apiKey.log.startExecuteDriver": "Executing action %s",
|
|
687
|
+
"driver.apiKey.log.skipCreateApiKey": "Environment variable %s exists. Skip creating API key.",
|
|
688
|
+
"driver.apiKey.log.apiKeyNotFound": "Environment variable %s exists but failed to retrieve API key from Developer Portal. Check manually if API key exists.",
|
|
689
|
+
"driver.apiKey.error.nameTooLong": "The name for API key is too long. The maximum length is 128.",
|
|
690
|
+
"driver.apiKey.error.clientSecretInvalid": "Client secret is invalid. Client secret should follow: 1. Max %d secrets per API key. 2. Use comma to separate secrets. 3. Length of every secret >= 10 and <= 128",
|
|
691
|
+
"driver.apiKey.error.domainInvalid": "Domain is invalid. Domain for API key should follow: 1. Max %d domain per API key. 2. Use comma to separate domains",
|
|
692
|
+
"driver.apiKey.error.failedToGetDomain": "Failed to get domain from API specification. Please make sure your API specification is valid.",
|
|
693
|
+
"driver.apiKey.log.successCreateApiKey": "Created API key with id %s",
|
|
694
|
+
"driver.apiKey.log.failedExecuteDriver": "Unable to execute action %s. Error message: %s"
|
|
676
695
|
}
|
|
@@ -70,13 +70,14 @@
|
|
|
70
70
|
{ "$ref": "#/definitions/teamsAppExtendToM365" },
|
|
71
71
|
{ "$ref": "#/definitions/spfxDeploy" },
|
|
72
72
|
{ "$ref": "#/definitions/teamsAppCopyAppPackageToSPFx" },
|
|
73
|
-
{ "$ref": "#/definitions/script" }
|
|
73
|
+
{ "$ref": "#/definitions/script" },
|
|
74
|
+
{ "$ref": "#/definitions/apiKeyRegister"}
|
|
74
75
|
]
|
|
75
76
|
}
|
|
76
77
|
},
|
|
77
78
|
"aadAppCreateBase": {
|
|
78
79
|
"type": "object",
|
|
79
|
-
"description": "Create
|
|
80
|
+
"description": "Create Microsoft Entra application and client secret (optional). Refer to https://aka.ms/teamsfx-actions/aadapp-create for more details.",
|
|
80
81
|
"required": ["uses", "writeToEnvironmentFile"],
|
|
81
82
|
"properties": {
|
|
82
83
|
"name": {
|
|
@@ -92,7 +93,7 @@
|
|
|
92
93
|
},
|
|
93
94
|
"uses": {
|
|
94
95
|
"type": "string",
|
|
95
|
-
"description": "Create
|
|
96
|
+
"description": "Create Microsoft Entra application when the environment variable that stores clientId is empty. Also create client secret for the application when generateClientSecret parameter is true and the environment variable that stores clientSecret is empty. When creating new Microsoft Entra application, this action generates clientId, objectId, tenantId, authority and authorityHost. When creating new client secret, this action generates clientSecret. Refer to https://aka.ms/teamsfx-actions/aadapp-create for more details.",
|
|
96
97
|
"const": "aadApp/create"
|
|
97
98
|
}
|
|
98
99
|
}
|
|
@@ -114,11 +115,11 @@
|
|
|
114
115
|
"properties": {
|
|
115
116
|
"name": {
|
|
116
117
|
"type": "string",
|
|
117
|
-
"description": "The name of
|
|
118
|
+
"description": "The name of Microsoft Entra application. Note: when you run aadApp/update, the Microsoft Entra application name will be updated based on the definition in manifest. If you don't want to change the name, ensure the name in Microsoft Entra application manifest is the same with the name defined here."
|
|
118
119
|
},
|
|
119
120
|
"generateClientSecret": {
|
|
120
121
|
"type": "boolean",
|
|
121
|
-
"description": "Whether to generate client secret for the
|
|
122
|
+
"description": "Whether to generate client secret for the Microsoft Entra application. When the value is true, you need to specify the name of environment variable that stores the value of client secret in writeToEnvironmentVariable. For example: `clientSecret: SECRET_MY_AAD_APP_CLIENT_SECRET`.",
|
|
122
123
|
"const": true
|
|
123
124
|
},
|
|
124
125
|
"signInAudience": {
|
|
@@ -135,27 +136,27 @@
|
|
|
135
136
|
"required": ["clientId", "objectId", "clientSecret"],
|
|
136
137
|
"properties": {
|
|
137
138
|
"clientId": {
|
|
138
|
-
"description": "Required. The client (application) id of created
|
|
139
|
+
"description": "Required. The client (application) id of created Microsoft Entra application.",
|
|
139
140
|
"$ref": "#/definitions/envVarName"
|
|
140
141
|
},
|
|
141
142
|
"objectId": {
|
|
142
|
-
"description": "Required. The object id of created
|
|
143
|
+
"description": "Required. The object id of created Microsoft Entra application.",
|
|
143
144
|
"$ref": "#/definitions/envVarName"
|
|
144
145
|
},
|
|
145
146
|
"clientSecret": {
|
|
146
|
-
"description": "Required when generateClientSecret is true. The generated client secret of the
|
|
147
|
+
"description": "Required when generateClientSecret is true. The generated client secret of the Microsoft Entra application.",
|
|
147
148
|
"$ref": "#/definitions/secretEnvVarName"
|
|
148
149
|
},
|
|
149
150
|
"tenantId": {
|
|
150
|
-
"description": "The tenant id of created
|
|
151
|
+
"description": "The tenant id of created Microsoft Entra application.",
|
|
151
152
|
"$ref": "#/definitions/envVarName"
|
|
152
153
|
},
|
|
153
154
|
"authority": {
|
|
154
|
-
"description": "The authority of created
|
|
155
|
+
"description": "The authority of created Microsoft Entra application.",
|
|
155
156
|
"$ref": "#/definitions/envVarName"
|
|
156
157
|
},
|
|
157
158
|
"authorityHost": {
|
|
158
|
-
"description": "The authority host name of created
|
|
159
|
+
"description": "The authority host name of created Microsoft Entra application.",
|
|
159
160
|
"$ref": "#/definitions/envVarName"
|
|
160
161
|
}
|
|
161
162
|
}
|
|
@@ -179,11 +180,11 @@
|
|
|
179
180
|
"properties": {
|
|
180
181
|
"name": {
|
|
181
182
|
"type": "string",
|
|
182
|
-
"description": "The name of
|
|
183
|
+
"description": "The name of Microsoft Entra application. Note: when you run aadApp/update, the Microsoft Entra application name will be updated based on the definition in manifest. If you don't want to change the name, ensure the name in Microsoft Entra application manifest is the same with the name defined here."
|
|
183
184
|
},
|
|
184
185
|
"generateClientSecret": {
|
|
185
186
|
"type": "boolean",
|
|
186
|
-
"description": "Whether to generate client secret for the
|
|
187
|
+
"description": "Whether to generate client secret for the Microsoft Entra application. When the value is true, you need to specify the name of environment variable that stores the value of client secret in writeToEnvironmentVariable. For example: `clientSecret: SECRET_MY_AAD_APP_CLIENT_SECRET`.",
|
|
187
188
|
"const": false
|
|
188
189
|
},
|
|
189
190
|
"signInAudience": {
|
|
@@ -200,23 +201,23 @@
|
|
|
200
201
|
"required": ["clientId", "objectId"],
|
|
201
202
|
"properties": {
|
|
202
203
|
"clientId": {
|
|
203
|
-
"description": "Required. The client (application) id of created
|
|
204
|
+
"description": "Required. The client (application) id of created Microsoft Entra application.",
|
|
204
205
|
"$ref": "#/definitions/envVarName"
|
|
205
206
|
},
|
|
206
207
|
"objectId": {
|
|
207
|
-
"description": "Required. The object id of created
|
|
208
|
+
"description": "Required. The object id of created Microsoft Entra application.",
|
|
208
209
|
"$ref": "#/definitions/envVarName"
|
|
209
210
|
},
|
|
210
211
|
"tenantId": {
|
|
211
|
-
"description": "The tenant id of created
|
|
212
|
+
"description": "The tenant id of created Microsoft Entra application.",
|
|
212
213
|
"$ref": "#/definitions/envVarName"
|
|
213
214
|
},
|
|
214
215
|
"authority": {
|
|
215
|
-
"description": "The authority of created
|
|
216
|
+
"description": "The authority of created Microsoft Entra application.",
|
|
216
217
|
"$ref": "#/definitions/envVarName"
|
|
217
218
|
},
|
|
218
219
|
"authorityHost": {
|
|
219
|
-
"description": "The authority host name of created
|
|
220
|
+
"description": "The authority host name of created Microsoft Entra application.",
|
|
220
221
|
"$ref": "#/definitions/envVarName"
|
|
221
222
|
}
|
|
222
223
|
}
|
|
@@ -233,7 +234,7 @@
|
|
|
233
234
|
"aadAppUpdate": {
|
|
234
235
|
"type": "object",
|
|
235
236
|
"additionalProperties": false,
|
|
236
|
-
"description": "Update
|
|
237
|
+
"description": "Update Microsoft Entra application. Refer to https://aka.ms/teamsfx-actions/aadapp-update for more details.",
|
|
237
238
|
"required": ["uses", "with"],
|
|
238
239
|
"properties": {
|
|
239
240
|
"name": {
|
|
@@ -249,7 +250,7 @@
|
|
|
249
250
|
},
|
|
250
251
|
"uses": {
|
|
251
252
|
"type": "string",
|
|
252
|
-
"description": "Update
|
|
253
|
+
"description": "Update Microsoft Entra application based on the given Microsoft Entra application manifest. If the manifest uses AAD_APP_ACCESS_AS_USER_PERMISSION_ID and the environment variable is empty, this action will generate a random id and output it. Refer to https://aka.ms/teamsfx-actions/aadapp-update for more details.",
|
|
253
254
|
"const": "aadApp/update"
|
|
254
255
|
},
|
|
255
256
|
"with": {
|
|
@@ -260,11 +261,11 @@
|
|
|
260
261
|
"properties": {
|
|
261
262
|
"manifestPath": {
|
|
262
263
|
"type": "string",
|
|
263
|
-
"description": "Path of
|
|
264
|
+
"description": "Path of Microsoft Entra application manifest. Environment variables in the manifest will be replaced before applying the manifest to Microsoft Entra application."
|
|
264
265
|
},
|
|
265
266
|
"outputFilePath": {
|
|
266
267
|
"type": "string",
|
|
267
|
-
"description": "Generate the final
|
|
268
|
+
"description": "Generate the final Microsoft Entra application manifest used to update Microsoft Entra application to this path."
|
|
268
269
|
}
|
|
269
270
|
}
|
|
270
271
|
}
|
|
@@ -914,7 +915,7 @@
|
|
|
914
915
|
"botAadAppCreate": {
|
|
915
916
|
"type": "object",
|
|
916
917
|
"additionalProperties": false,
|
|
917
|
-
"description": "Create a new or reuse an existing
|
|
918
|
+
"description": "Create a new or reuse an existing Microsoft Entra application for bot. Refer to https://aka.ms/teamsfx-actions/botaadapp-create for more details.",
|
|
918
919
|
"required": ["uses", "with", "writeToEnvironmentFile"],
|
|
919
920
|
"properties": {
|
|
920
921
|
"name": {
|
|
@@ -930,7 +931,7 @@
|
|
|
930
931
|
},
|
|
931
932
|
"uses": {
|
|
932
933
|
"type": "string",
|
|
933
|
-
"description": "Create a new or reuse an existing
|
|
934
|
+
"description": "Create a new or reuse an existing Microsoft Entra application for bot. Refer to https://aka.ms/teamsfx-actions/botaadapp-create for more details.",
|
|
934
935
|
"const": "botAadApp/create"
|
|
935
936
|
},
|
|
936
937
|
"with": {
|
|
@@ -941,7 +942,7 @@
|
|
|
941
942
|
"properties": {
|
|
942
943
|
"name": {
|
|
943
944
|
"type": "string",
|
|
944
|
-
"description": "The user-facing display name for this
|
|
945
|
+
"description": "The user-facing display name for this Microsoft Entra application"
|
|
945
946
|
}
|
|
946
947
|
}
|
|
947
948
|
},
|
|
@@ -952,11 +953,11 @@
|
|
|
952
953
|
"required": ["botId", "botPassword"],
|
|
953
954
|
"properties": {
|
|
954
955
|
"botId": {
|
|
955
|
-
"description": "Required. Client (application) id of the
|
|
956
|
+
"description": "Required. Client (application) id of the Microsoft Entra application created for bot.",
|
|
956
957
|
"$ref": "#/definitions/envVarName"
|
|
957
958
|
},
|
|
958
959
|
"botPassword": {
|
|
959
|
-
"description": "Required. Client secret of the
|
|
960
|
+
"description": "Required. Client secret of the Microsoft Entra application created for bot.",
|
|
960
961
|
"$ref": "#/definitions/secretEnvVarName"
|
|
961
962
|
}
|
|
962
963
|
}
|
|
@@ -993,7 +994,7 @@
|
|
|
993
994
|
"properties": {
|
|
994
995
|
"botId": {
|
|
995
996
|
"type": "string",
|
|
996
|
-
"description": "the
|
|
997
|
+
"description": "the Microsoft Entra app client id of the bot"
|
|
997
998
|
},
|
|
998
999
|
"name": {
|
|
999
1000
|
"type": "string",
|
|
@@ -1221,10 +1222,7 @@
|
|
|
1221
1222
|
"type": "object",
|
|
1222
1223
|
"description": "Install Teams App Test Tool. This will output environment variables specified by `testToolPath` to current environment's .env file.",
|
|
1223
1224
|
"additionalProperties": false,
|
|
1224
|
-
"required": [
|
|
1225
|
-
"version",
|
|
1226
|
-
"symlinkDir"
|
|
1227
|
-
],
|
|
1225
|
+
"required": ["version", "symlinkDir"],
|
|
1228
1226
|
"properties": {
|
|
1229
1227
|
"version": {
|
|
1230
1228
|
"oneOf": [
|
|
@@ -1495,6 +1493,55 @@
|
|
|
1495
1493
|
"type": "string",
|
|
1496
1494
|
"pattern": "^[A-Z][A-Z0-9_]*$",
|
|
1497
1495
|
"maxLength": 256
|
|
1496
|
+
},
|
|
1497
|
+
"apiKeyRegister": {
|
|
1498
|
+
"type": "object",
|
|
1499
|
+
"additionalProperties": false,
|
|
1500
|
+
"description": "Create an API key.",
|
|
1501
|
+
"required": ["uses", "with", "writeToEnvironmentFile"],
|
|
1502
|
+
"properties": {
|
|
1503
|
+
"uses": {
|
|
1504
|
+
"type": "string",
|
|
1505
|
+
"description": "Register API key. Refer to https://aka.ms/teamsfx-actions/apiKey-register for more details.",
|
|
1506
|
+
"const": "apiKey/register"
|
|
1507
|
+
},
|
|
1508
|
+
"with": {
|
|
1509
|
+
"type": "object",
|
|
1510
|
+
"additionalProperties": false,
|
|
1511
|
+
"description": "Parameters for this action",
|
|
1512
|
+
"required": ["name", "appId", "apiSpecPath"],
|
|
1513
|
+
"properties": {
|
|
1514
|
+
"name": {
|
|
1515
|
+
"type": "string",
|
|
1516
|
+
"description": "The name of API key."
|
|
1517
|
+
},
|
|
1518
|
+
"appId": {
|
|
1519
|
+
"type": "string",
|
|
1520
|
+
"description": "The app ID of Teams app."
|
|
1521
|
+
},
|
|
1522
|
+
"clientSecret": {
|
|
1523
|
+
"type": "string",
|
|
1524
|
+
"description": "Client secret of API key. Client secret should follow: 1. Max %d secrets per API key. 2. Use comma to separate secrets. 3. Length of every secret >= 10 and <= 128"
|
|
1525
|
+
},
|
|
1526
|
+
"apiSpecPath": {
|
|
1527
|
+
"type": "string",
|
|
1528
|
+
"description": "The path of API specification file."
|
|
1529
|
+
}
|
|
1530
|
+
}
|
|
1531
|
+
},
|
|
1532
|
+
"writeToEnvironmentFile": {
|
|
1533
|
+
"type": "object",
|
|
1534
|
+
"additionalProperties": false,
|
|
1535
|
+
"description": "Write environment variables to environment file",
|
|
1536
|
+
"required": ["registrationId"],
|
|
1537
|
+
"properties": {
|
|
1538
|
+
"registrationId": {
|
|
1539
|
+
"description": "Required. The registration id of created API key.",
|
|
1540
|
+
"$ref": "#/definitions/envVarName"
|
|
1541
|
+
}
|
|
1542
|
+
}
|
|
1543
|
+
}
|
|
1544
|
+
}
|
|
1498
1545
|
}
|
|
1499
1546
|
}
|
|
1500
1547
|
}
|