@microsoft/teamsfx-core 2.0.10-alpha.530dccdb5.0 → 2.0.10-alpha.535ba4ece.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/client/teamsDevPortalClient.d.ts +1 -0
- package/build/client/teamsDevPortalClient.d.ts.map +1 -1
- package/build/client/teamsDevPortalClient.js +16 -1
- package/build/client/teamsDevPortalClient.js.map +1 -1
- package/build/common/constants.d.ts +0 -16
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +1 -18
- package/build/common/constants.js.map +1 -1
- package/build/common/correlator.d.ts +1 -0
- package/build/common/correlator.d.ts.map +1 -1
- package/build/common/correlator.js +6 -1
- package/build/common/correlator.js.map +1 -1
- package/build/common/featureFlags.d.ts +43 -4
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +75 -16
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/globalState.js +1 -1
- package/build/common/globalState.js.map +1 -1
- package/build/common/globalVars.d.ts +1 -0
- package/build/common/globalVars.d.ts.map +1 -1
- package/build/common/globalVars.js +2 -1
- package/build/common/globalVars.js.map +1 -1
- package/build/common/projectTypeChecker.js +1 -1
- package/build/common/projectTypeChecker.js.map +1 -1
- package/build/common/samples.js +2 -2
- package/build/common/samples.js.map +1 -1
- package/build/common/secretmasker/dict.d.ts +22 -0
- package/build/common/secretmasker/dict.d.ts.map +1 -0
- package/build/common/secretmasker/dict.js +83 -0
- package/build/common/secretmasker/dict.js.map +1 -0
- package/build/common/secretmasker/feature.d.ts +15 -0
- package/build/common/secretmasker/feature.d.ts.map +1 -0
- package/build/common/secretmasker/feature.js +148 -0
- package/build/common/secretmasker/feature.js.map +1 -0
- package/build/common/secretmasker/masker.d.ts +12 -0
- package/build/common/secretmasker/masker.d.ts.map +1 -0
- package/build/common/secretmasker/masker.js +54 -0
- package/build/common/secretmasker/masker.js.map +1 -0
- package/build/common/stringUtils.d.ts +3 -5
- package/build/common/stringUtils.d.ts.map +1 -1
- package/build/common/stringUtils.js +11 -103
- package/build/common/stringUtils.js.map +1 -1
- package/build/common/telemetry.d.ts +3 -1
- package/build/common/telemetry.d.ts.map +1 -1
- package/build/common/telemetry.js +5 -0
- package/build/common/telemetry.js.map +1 -1
- package/build/common/templates-config.json +1 -1
- package/build/common/tools.d.ts +1 -1
- package/build/common/tools.d.ts.map +1 -1
- package/build/common/tools.js +9 -3
- package/build/common/tools.js.map +1 -1
- package/build/common/utils.d.ts +3 -0
- package/build/common/utils.d.ts.map +1 -1
- package/build/common/utils.js +14 -1
- package/build/common/utils.js.map +1 -1
- package/build/common/wrappedAxiosClient.d.ts.map +1 -1
- package/build/common/wrappedAxiosClient.js +10 -0
- package/build/common/wrappedAxiosClient.js.map +1 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +11 -120
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/developerPortalScaffoldUtils.js +1 -1
- package/build/component/developerPortalScaffoldUtils.js.map +1 -1
- package/build/component/driver/aad/create.d.ts.map +1 -1
- package/build/component/driver/aad/create.js +9 -1
- package/build/component/driver/aad/create.js.map +1 -1
- package/build/component/driver/aad/utility/constants.d.ts +1 -0
- package/build/component/driver/aad/utility/constants.d.ts.map +1 -1
- package/build/component/driver/aad/utility/constants.js +1 -0
- package/build/component/driver/aad/utility/constants.js.map +1 -1
- package/build/component/driver/apiKey/create.d.ts.map +1 -1
- package/build/component/driver/apiKey/create.js +4 -1
- package/build/component/driver/apiKey/create.js.map +1 -1
- package/build/component/driver/apiKey/error/apiKeyFromScratchClientSecretInvalid.d.ts +5 -0
- package/build/component/driver/apiKey/error/apiKeyFromScratchClientSecretInvalid.d.ts.map +1 -0
- package/build/component/driver/apiKey/error/apiKeyFromScratchClientSecretInvalid.js +21 -0
- package/build/component/driver/apiKey/error/apiKeyFromScratchClientSecretInvalid.js.map +1 -0
- package/build/component/driver/apiKey/utility/constants.d.ts +1 -1
- package/build/component/driver/apiKey/utility/constants.js +1 -1
- package/build/component/driver/arm/deployImpl.d.ts.map +1 -1
- package/build/component/driver/arm/deployImpl.js +3 -1
- package/build/component/driver/arm/deployImpl.js.map +1 -1
- package/build/component/driver/botAadApp/create.d.ts.map +1 -1
- package/build/component/driver/botAadApp/create.js +10 -1
- package/build/component/driver/botAadApp/create.js.map +1 -1
- package/build/component/driver/botAadApp/utility/constants.d.ts +1 -0
- package/build/component/driver/botAadApp/utility/constants.d.ts.map +1 -1
- package/build/component/driver/botAadApp/utility/constants.js +1 -0
- package/build/component/driver/botAadApp/utility/constants.js.map +1 -1
- package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.d.ts.map +1 -1
- package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.js +7 -1
- package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.js.map +1 -1
- package/build/component/driver/middleware/addSWADeployTelemetry.js +1 -1
- package/build/component/driver/middleware/addSWADeployTelemetry.js.map +1 -1
- package/build/component/driver/oauth/create.d.ts.map +1 -1
- package/build/component/driver/oauth/create.js +33 -3
- package/build/component/driver/oauth/create.js.map +1 -1
- package/build/component/driver/oauth/error/oauthDisablePKCEError.d.ts +5 -0
- package/build/component/driver/oauth/error/oauthDisablePKCEError.d.ts.map +1 -0
- package/build/component/driver/oauth/error/oauthDisablePKCEError.js +21 -0
- package/build/component/driver/oauth/error/oauthDisablePKCEError.js.map +1 -0
- package/build/component/driver/oauth/error/oauthIdentityProviderInvalid.d.ts +5 -0
- package/build/component/driver/oauth/error/oauthIdentityProviderInvalid.d.ts.map +1 -0
- package/build/component/driver/oauth/error/oauthIdentityProviderInvalid.js +21 -0
- package/build/component/driver/oauth/error/oauthIdentityProviderInvalid.js.map +1 -0
- package/build/component/driver/oauth/interface/createOauthArgs.d.ts +2 -0
- package/build/component/driver/oauth/interface/createOauthArgs.d.ts.map +1 -1
- package/build/component/driver/oauth/interface/updateOauthArgs.d.ts +1 -0
- package/build/component/driver/oauth/interface/updateOauthArgs.d.ts.map +1 -1
- package/build/component/driver/oauth/update.d.ts.map +1 -1
- package/build/component/driver/oauth/update.js +11 -0
- package/build/component/driver/oauth/update.js.map +1 -1
- package/build/component/driver/oauth/utility/constants.d.ts +1 -1
- package/build/component/driver/oauth/utility/constants.js +1 -1
- package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
- package/build/component/driver/script/scriptDriver.js +21 -22
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/teamsApp/appStudio.d.ts.map +1 -1
- package/build/component/driver/teamsApp/appStudio.js +4 -15
- package/build/component/driver/teamsApp/appStudio.js.map +1 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.js +1 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.js.map +1 -1
- package/build/component/driver/teamsApp/constants.d.ts +14 -1
- package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
- package/build/component/driver/teamsApp/constants.js +131 -2
- 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 +10 -10
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/interfaces/OauthRegistration.d.ts +2 -0
- package/build/component/driver/teamsApp/interfaces/OauthRegistration.d.ts.map +1 -1
- package/build/component/driver/teamsApp/interfaces/OauthRegistration.js.map +1 -1
- package/build/component/driver/teamsApp/interfaces/appdefinitions/IValidationResult.d.ts +1 -0
- package/build/component/driver/teamsApp/interfaces/appdefinitions/IValidationResult.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts +3 -3
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +2 -2
- package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +3 -2
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.js +37 -13
- package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts +3 -3
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +2 -2
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/utils.d.ts +3 -3
- package/build/component/driver/teamsApp/utils/utils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/utils.js +37 -7
- package/build/component/driver/teamsApp/utils/utils.js.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.d.ts +1 -0
- package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateAppPackage.js +16 -2
- package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
- package/build/component/generator/apiSpec/generator.d.ts +0 -6
- package/build/component/generator/apiSpec/generator.d.ts.map +1 -1
- package/build/component/generator/apiSpec/generator.js +56 -157
- package/build/component/generator/apiSpec/generator.js.map +1 -1
- package/build/component/generator/apiSpec/helper.d.ts +10 -1
- package/build/component/generator/apiSpec/helper.d.ts.map +1 -1
- package/build/component/generator/apiSpec/helper.js +118 -8
- package/build/component/generator/apiSpec/helper.js.map +1 -1
- package/build/component/generator/constant.d.ts +1 -0
- package/build/component/generator/constant.d.ts.map +1 -1
- package/build/component/generator/constant.js +2 -1
- package/build/component/generator/constant.js.map +1 -1
- package/build/component/generator/copilotExtension/generator.d.ts +19 -0
- package/build/component/generator/copilotExtension/generator.d.ts.map +1 -0
- package/build/component/generator/copilotExtension/generator.js +84 -0
- package/build/component/generator/copilotExtension/generator.js.map +1 -0
- package/build/component/generator/error.d.ts +1 -1
- package/build/component/generator/error.d.ts.map +1 -1
- package/build/component/generator/error.js +2 -2
- package/build/component/generator/error.js.map +1 -1
- package/build/component/generator/generator.js +1 -1
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/generatorProvider.d.ts.map +1 -1
- package/build/component/generator/generatorProvider.js +4 -2
- package/build/component/generator/generatorProvider.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts +1 -2
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +16 -16
- package/build/component/generator/officeAddin/generator.js.map +1 -1
- package/build/component/generator/spfx/depsChecker/generatorChecker.js +1 -1
- package/build/component/generator/spfx/depsChecker/generatorChecker.js.map +1 -1
- package/build/component/generator/spfx/depsChecker/yoChecker.js +1 -1
- package/build/component/generator/spfx/depsChecker/yoChecker.js.map +1 -1
- package/build/component/generator/spfx/spfxGenerator.d.ts.map +1 -1
- package/build/component/generator/spfx/spfxGenerator.js +9 -9
- package/build/component/generator/spfx/spfxGenerator.js.map +1 -1
- package/build/component/generator/spfx/utils/utils.d.ts +1 -0
- package/build/component/generator/spfx/utils/utils.d.ts.map +1 -1
- package/build/component/generator/spfx/utils/utils.js +11 -7
- package/build/component/generator/spfx/utils/utils.js.map +1 -1
- package/build/component/generator/templates/templateNames.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.js +0 -35
- 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 +19 -5
- package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
- package/build/component/generator/utils.js +1 -1
- package/build/component/generator/utils.js.map +1 -1
- package/build/component/local/localCertificateManager.d.ts.map +1 -1
- package/build/component/local/localCertificateManager.js +4 -2
- package/build/component/local/localCertificateManager.js.map +1 -1
- package/build/component/utils/envFunctionUtils.d.ts +12 -0
- package/build/component/utils/envFunctionUtils.d.ts.map +1 -0
- package/build/component/utils/envFunctionUtils.js +185 -0
- package/build/component/utils/envFunctionUtils.js.map +1 -0
- package/build/core/FxCore.d.ts +30 -0
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +332 -11
- package/build/core/FxCore.js.map +1 -1
- package/build/core/middleware/concurrentLocker.js +2 -2
- package/build/core/middleware/concurrentLocker.js.map +1 -1
- package/build/error/common.d.ts +1 -1
- package/build/error/common.d.ts.map +1 -1
- package/build/error/common.js +7 -2
- package/build/error/common.js.map +1 -1
- package/build/error/script.d.ts +2 -2
- package/build/error/script.d.ts.map +1 -1
- package/build/error/script.js +14 -8
- package/build/error/script.js.map +1 -1
- package/build/error/teamsApp.d.ts.map +1 -1
- package/build/error/teamsApp.js +3 -1
- package/build/error/teamsApp.js.map +1 -1
- package/build/index.d.ts +2 -1
- package/build/index.d.ts.map +1 -1
- package/build/index.js +6 -2
- package/build/index.js.map +1 -1
- package/build/question/constants.d.ts +28 -13
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +95 -67
- package/build/question/constants.js.map +1 -1
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +78 -45
- package/build/question/create.js.map +1 -1
- package/build/question/generator.js +2 -0
- 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/AddPluginInputs.d.ts +1 -1
- package/build/question/inputs/AddPluginInputs.d.ts.map +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts +5 -1
- package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
- package/build/question/inputs/UninstallInputs.d.ts +22 -0
- package/build/question/inputs/UninstallInputs.d.ts.map +1 -0
- package/build/question/inputs/UninstallInputs.js +5 -0
- package/build/question/inputs/UninstallInputs.js.map +1 -0
- package/build/question/inputs/index.d.ts +1 -0
- package/build/question/inputs/index.d.ts.map +1 -1
- package/build/question/inputs/index.js +1 -0
- package/build/question/inputs/index.js.map +1 -1
- package/build/question/options/AddPluginOptions.js +1 -1
- package/build/question/options/AddPluginOptions.js.map +1 -1
- package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.js +16 -4
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/options/UninstallOptions.d.ts +10 -0
- package/build/question/options/UninstallOptions.d.ts.map +1 -0
- package/build/question/options/UninstallOptions.js +44 -0
- package/build/question/options/UninstallOptions.js.map +1 -0
- package/build/question/options/index.d.ts +1 -0
- package/build/question/options/index.d.ts.map +1 -1
- package/build/question/options/index.js +1 -0
- package/build/question/options/index.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 +128 -5
- package/build/question/other.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -0
- package/package.json +10 -7
- package/resource/dict.zip +0 -0
- package/resource/package.nls.json +146 -91
- package/resource/yaml-schema/v1.6/yaml.schema.json +13 -0
- package/resource/yaml-schema/yaml.schema.json +13 -0
- 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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/teamsfx-core",
|
|
3
|
-
"version": "2.0.10-alpha.
|
|
3
|
+
"version": "2.0.10-alpha.535ba4ece.0",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"types": "build/index.d.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -69,9 +69,10 @@
|
|
|
69
69
|
"test:spfxGenerator": "nyc mocha \"tests/component/generator/spfxGenerator.test.ts\"",
|
|
70
70
|
"test:copilotGenerator": "nyc mocha \"tests/component/generator/copilotGenerator.test.ts\"",
|
|
71
71
|
"test:tdpClient": "nyc mocha \"tests/client/tdpClient.test.ts\"",
|
|
72
|
+
"test:secretMasker": "nyc mocha \"tests/common/secretMasker.test.ts\"",
|
|
72
73
|
"clean": "rm -rf build",
|
|
73
74
|
"prebuild": "npm run gen:cli",
|
|
74
|
-
"build": "
|
|
75
|
+
"build": "tsc -p ./ --incremental",
|
|
75
76
|
"lint:fix": "eslint --fix \"src/**/*.ts\" \"tests/**/*.ts\"",
|
|
76
77
|
"prepublishOnly": "npm run build",
|
|
77
78
|
"package": "rimraf build && webpack --mode production --config ./webpack.config.js",
|
|
@@ -81,7 +82,7 @@
|
|
|
81
82
|
"installAll": "npm run install:tabs",
|
|
82
83
|
"checkUnusedStrings": "node ./scripts/find-unused-strings.js ./resource/package.nls.json ./src || exit 1",
|
|
83
84
|
"clean:strings": "node ./scripts/delete-unused-strings.js ./resource/package.nls.json ./src",
|
|
84
|
-
"gen:cli": "npx
|
|
85
|
+
"gen:cli": "npx tsx ./src/question/generator.ts && npx prettier --write \"src/question/options/*.ts\" && npx prettier --write \"src/question/inputs/*.ts\""
|
|
85
86
|
},
|
|
86
87
|
"dependencies": {
|
|
87
88
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
@@ -96,8 +97,8 @@
|
|
|
96
97
|
"@feathersjs/hooks": "^0.6.5",
|
|
97
98
|
"@microsoft/dev-tunnels-contracts": "1.1.9",
|
|
98
99
|
"@microsoft/dev-tunnels-management": "1.1.9",
|
|
99
|
-
"@microsoft/m365-spec-parser": "^0.2.2-alpha.
|
|
100
|
-
"@microsoft/teamsfx-api": "0.23.2-alpha.
|
|
100
|
+
"@microsoft/m365-spec-parser": "^0.2.2-alpha.535ba4ece.0",
|
|
101
|
+
"@microsoft/teamsfx-api": "0.23.2-alpha.535ba4ece.0",
|
|
101
102
|
"adm-zip": "^0.5.10",
|
|
102
103
|
"ajv": "^8.5.0",
|
|
103
104
|
"axios": "^1.6.8",
|
|
@@ -118,7 +119,7 @@
|
|
|
118
119
|
"klaw": "^3.0.0",
|
|
119
120
|
"md5": "^2.3.0",
|
|
120
121
|
"mime": "^2.5.2",
|
|
121
|
-
"mustache": "^4.
|
|
122
|
+
"mustache": "^4.1.0",
|
|
122
123
|
"node-fetch": "2.7.0",
|
|
123
124
|
"node-forge": "^1.3.1",
|
|
124
125
|
"office-addin-manifest": "^1.13.1",
|
|
@@ -128,6 +129,7 @@
|
|
|
128
129
|
"read-package-json-fast": "^2.0.3",
|
|
129
130
|
"reflect-metadata": "^0.1.13",
|
|
130
131
|
"semver": "^7.5.2",
|
|
132
|
+
"shell-quote": "^1.8.1",
|
|
131
133
|
"strip-bom": "^4.0.0",
|
|
132
134
|
"swagger2openapi": "^7.0.8",
|
|
133
135
|
"typedi": "^0.10.0",
|
|
@@ -163,6 +165,7 @@
|
|
|
163
165
|
"@types/proxyquire": "^1.3.28",
|
|
164
166
|
"@types/rewire": "^2.5.28",
|
|
165
167
|
"@types/semver": "^7.3.4",
|
|
168
|
+
"@types/shell-quote": "^1.7.5",
|
|
166
169
|
"@types/sinon": "^9.0.10",
|
|
167
170
|
"@types/swagger2openapi": "7.0.0",
|
|
168
171
|
"@types/tmp": "^0.2.0",
|
|
@@ -212,7 +215,7 @@
|
|
|
212
215
|
"resource/**/*",
|
|
213
216
|
"templates/**/*"
|
|
214
217
|
],
|
|
215
|
-
"gitHead": "
|
|
218
|
+
"gitHead": "7f18baccac878199d6d725762f2c0ab9cc667331",
|
|
216
219
|
"publishConfig": {
|
|
217
220
|
"access": "public"
|
|
218
221
|
},
|
|
Binary file
|
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
"core.projectVersionChecker.incompatibleProject": "The current project is incompatible with the installed version of Teams Toolkit.",
|
|
41
41
|
"core.projectVersionChecker.vs.incompatibleProject": "The project in the solution is created with Teams Toolkit preview feature - Teams App Configuration Improvements. You can turn on the preview feature to continue.",
|
|
42
42
|
"core.deployArmTemplates.ActionSuccess": "ARM templates are deployed successfully. Resource group name: %s. Deployment name: %s",
|
|
43
|
-
"core.collaboration.ListCollaboratorsSuccess": "
|
|
43
|
+
"core.collaboration.ListCollaboratorsSuccess": "List of Microsoft 365 App owners is successful, you can view it in [Output panel](%s).",
|
|
44
44
|
"core.collaboration.GrantingPermission": "Granting permission",
|
|
45
45
|
"core.collaboration.EmailCannotBeEmptyOrSame": "Provide collaborator's email and make sure it's not the current user's email.",
|
|
46
46
|
"core.collaboration.CannotFindUserInCurrentTenant": "User not found in current tenant. Provide correct email address",
|
|
@@ -255,12 +255,13 @@
|
|
|
255
255
|
"core.TabSPFxOption.detailNew": "Build UI with SharePoint Framework",
|
|
256
256
|
"core.TabNonSso.label": "Basic Tab",
|
|
257
257
|
"core.TabNonSso.detail": "A simple implementation of a web app that's ready to customize",
|
|
258
|
-
"core.copilotPlugin.api.noAuth": "
|
|
259
|
-
"core.copilotPlugin.api.apiKeyAuth": "API
|
|
260
|
-
"core.copilotPlugin.api.oauth": "OAuth(
|
|
258
|
+
"core.copilotPlugin.api.noAuth": "No authentication",
|
|
259
|
+
"core.copilotPlugin.api.apiKeyAuth": "API Key authentication(Bearer token authentication)",
|
|
260
|
+
"core.copilotPlugin.api.oauth": "OAuth(Authorization code flow)",
|
|
261
261
|
"core.copilotPlugin.validate.apiSpec.summary": "Teams Toolkit has checked your OpenAPI description document:\n\nSummary:\n%s.\n%s\n%s",
|
|
262
262
|
"core.copilotPlugin.validate.summary.validate.failed": "%s failed",
|
|
263
263
|
"core.copilotPlugin.validate.summary.validate.warning": "%s warning",
|
|
264
|
+
"core.copilotPlugin.list.unsupportedBecause": "is unsupported because:",
|
|
264
265
|
"core.copilotPlugin.scaffold.summary": "We have detected the following issues for your OpenAPI description document:\n%s",
|
|
265
266
|
"core.copilotPlugin.scaffold.summary.warning.operationId": "%s Mitigation: Not required, operationId has been automatically generated and added into \"%s\" file.",
|
|
266
267
|
"core.copilotPlugin.scaffold.summary.warning.swaggerVersion": "The OpenAPI description document is on Swagger version 2.0. Mitigation: Not required. The content has been converted to OpenAPI 3.0 and saved in \"%s\".",
|
|
@@ -271,6 +272,10 @@
|
|
|
271
272
|
"core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingCardTemlate.mitigation": " Mitigation: create Adaptive Card template in \"%s\" and then update \"%s\" field to the relative path in \"%s\".",
|
|
272
273
|
"core.copilotPlugin.scaffold.summary.warning.api.optionalParametersOnly": "There is no required parameter defined in API \"%s\". The first optional parameter is set as the parameter for command \"%s\".",
|
|
273
274
|
"core.copilotPlugin.scaffold.summary.warning.api.optionalParametersOnly.mitigation": " Mitigation: If \"%s\" is not what you need, edit the parameter of command \"%s\" in \"%s\". The parameter name should match what's defined in \"%s\".",
|
|
275
|
+
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription": "Description for function \"%s\" is missing.",
|
|
276
|
+
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription.mitigation": " Mitigation: Update description for \"%s\" in \"%s\"",
|
|
277
|
+
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding": "Description for function \"%s\" shortened to %s characters to meet the length requirement.",
|
|
278
|
+
"core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding.mitigation": " Mitigation: Update description for \"%s\" in \"%s\" so that Copilot can trigger the function.",
|
|
274
279
|
"core.createCapabilityQuestion.titleNew": "Capabilities",
|
|
275
280
|
"core.createCapabilityQuestion.placeholder": "Select a capability",
|
|
276
281
|
"core.createProjectQuestion.option.description.preview": "Preview",
|
|
@@ -293,20 +298,22 @@
|
|
|
293
298
|
"core.createProjectQuestion.projectType.officeAddin.framework.placeholder": "Select a framework",
|
|
294
299
|
"core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Microsoft 365 app",
|
|
295
300
|
"core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
|
|
301
|
+
"core.createProjectQuestion.projectType.copilotExtension.label": "Copilot Extension",
|
|
302
|
+
"core.createProjectQuestion.projectType.copilotExtension.title": "App Features using Copilot Extension",
|
|
303
|
+
"core.createProjectQuestion.projectType.copilotExtension.detail": "Create declarative Copilot, API plugin, or both with Microsoft Copilot orchestrator and LLM.",
|
|
296
304
|
"core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Microsoft Copilot for Microsoft 365 using your APIs",
|
|
297
|
-
"core.createProjectQuestion.projectType.copilotPlugin.label": "
|
|
298
|
-
"core.createProjectQuestion.projectType.
|
|
299
|
-
"core.createProjectQuestion.projectType.
|
|
300
|
-
"core.createProjectQuestion.projectType.customCopilot.
|
|
301
|
-
"core.createProjectQuestion.projectType.customCopilot.label": "Custom Copilot",
|
|
305
|
+
"core.createProjectQuestion.projectType.copilotPlugin.label": "API Plugin",
|
|
306
|
+
"core.createProjectQuestion.projectType.copilotExtension.placeholder": "Select an option",
|
|
307
|
+
"core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent chatbot with Teams AI Library where you manage orchestration and provide your own LLM.",
|
|
308
|
+
"core.createProjectQuestion.projectType.customCopilot.label": "Custom Engine Copilot",
|
|
302
309
|
"core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Teams AI Library",
|
|
303
310
|
"core.createProjectQuestion.projectType.customCopilot.placeholder": "Select an option",
|
|
304
|
-
"core.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use
|
|
305
|
-
"core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with
|
|
311
|
+
"core.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use GitHub Copilot Chat",
|
|
312
|
+
"core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your Teams app",
|
|
306
313
|
"core.createProjectQuestion.projectType.copilotGroup.title": "Use Copilot",
|
|
307
314
|
"core.createProjectQuestion.projectType.createGroup.title": "Create",
|
|
308
315
|
"core.createProjectQuestion.projectType.declarativeCopilot.label": "Declarative Copilot",
|
|
309
|
-
"core.createProjectQuestion.projectType.declarativeCopilot.
|
|
316
|
+
"core.createProjectQuestion.projectType.declarativeCopilot.detail": "Create your own Copilot by declaring instructions, actions, & knowledge to suit your needs.",
|
|
310
317
|
"core.createProjectQuestion.title": "New Project",
|
|
311
318
|
"core.createProjectQuestion.capability.botMessageExtension.label": "Start with a Bot",
|
|
312
319
|
"core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Bot Framework",
|
|
@@ -338,11 +345,6 @@
|
|
|
338
345
|
"core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.detail": "Build an AI agent with OpenAI Assistants API and Teams AI Library",
|
|
339
346
|
"core.createProjectQuestion.capability.customCopilotAssistant.title": "AI Agent",
|
|
340
347
|
"core.createProjectQuestion.capability.customCopilotAssistant.placeholder": "Choose how you want to manage your AI tasks",
|
|
341
|
-
"core.createProjectQuestion.capability.declarativeCopilotBasic.title": "Basic Declarative Copilot",
|
|
342
|
-
"core.createProjectQuestion.capability.declarativeCopilotBasic.detail": "A declarative Copilot skeleton you can author without any plugin",
|
|
343
|
-
"core.createProjectQuestion.capability.declarativeCopilotWithPlugin.title": "Declarative Copilot with a plugin using Azure Functions",
|
|
344
|
-
"core.createProjectQuestion.capability.declarativeCopilotWithPlugin.detail": "A declarative Copilot containing a Copilot plugin with a new API from Azure Functions",
|
|
345
|
-
"core.createProjectQuestion.declarativeCopilotType.title": "Choose Declarative Copilot Type",
|
|
346
348
|
"core.createProjectQuestion.llmService.title": "Service for Large Language Model (LLM)",
|
|
347
349
|
"core.createProjectQuestion.llmService.placeholder": "Select a service to access LLMs",
|
|
348
350
|
"core.createProjectQuestion.llmServiceOpenAIOption.label": "OpenAI",
|
|
@@ -367,11 +369,12 @@
|
|
|
367
369
|
"core.createProjectQuestion.OauthClientSecretConfirm": "Teams Toolkit uploads the client id/secret for OAuth Registration to Teams Developer Portal. It is used by Teams client to securely access your API at runtime. Teams Toolkit doesn't store your client id/secret.",
|
|
368
370
|
"core.createProjectQuestion.apiMessageExtensionAuth.title": "Authentication Type",
|
|
369
371
|
"core.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
|
|
370
|
-
"core.createProjectQuestion.invalidApiKey.message": "
|
|
372
|
+
"core.createProjectQuestion.invalidApiKey.message": "Invalid client secret. It should be 10 to 512 characters long.",
|
|
371
373
|
"core.createProjectQuestion.invalidUrl.message": "Enter a valid HTTP URL without authentication to access your OpenAPI description document.",
|
|
372
374
|
"core.createProjectQuestion.apiSpec.operation.title": "Select Operation(s) Teams Can Interact with",
|
|
373
375
|
"core.createProjectQuestion.apiSpec.copilotOperation.title": "Select Operation(s) Copilot Can Interact with",
|
|
374
376
|
"core.createProjectQuestion.apiSpec.operation.apikey.placeholder": "GET/POST methods with at most 5 required parameter and API key are listed",
|
|
377
|
+
"core.createProjectQuestion.apiSpec.operation.plugin.placeholder": "Unsupported APIs are not listed, check the output channel for reasons",
|
|
375
378
|
"core.createProjectQuestion.apiSpec.operation.invalidMessage": "%s API(s) selected. You can select at least one and at most %s APIs.",
|
|
376
379
|
"core.createProjectQuestion.apiSpec.operation.multipleAuth": "Your selected APIs have multiple authorizations %s which are not supported.",
|
|
377
380
|
"core.createProjectQuestion.apiSpec.operation.multipleServer": "Your selected APIs have multiple server URLs %s which are not supported.",
|
|
@@ -379,6 +382,15 @@
|
|
|
379
382
|
"core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "Incompatible OpenAPI description document. Check output panel for details.",
|
|
380
383
|
"core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "Incompatible OpenAPI description document. Check [output panel](command:fx-extension.showOutputChannel) for details.",
|
|
381
384
|
"core.createProjectQuestion.meArchitecture.title": "Architecture of Search Based Message Extension",
|
|
385
|
+
"core.createProjectQuestion.declarativeCopilot.title": "Create Declarative Copilot",
|
|
386
|
+
"core.createProjectQuestion.declarativeCopilot.placeholder": "Add API plugin to your declarative Copilot",
|
|
387
|
+
"core.createProjectQuestion.createApiPlugin.title": "Create API Plugin",
|
|
388
|
+
"core.createProjectQuestion.addApiPlugin.title": "Add API Plugin",
|
|
389
|
+
"core.createProjectQuestion.addApiPlugin.placeholder": "Select how to add plugin",
|
|
390
|
+
"core.createProjectQuestion.noPlugin.label": "No plugin",
|
|
391
|
+
"core.createProjectQuestion.noPlugin.detail": "Create declarative Copilot only",
|
|
392
|
+
"core.createProjectQuestion.addPlugin.label": "Add plugin",
|
|
393
|
+
"core.createProjectQuestion.addPlugin.detail": "Create declarative Copilot with API plugin",
|
|
382
394
|
"core.aiAssistantBotOption.label": "AI Agent Bot",
|
|
383
395
|
"core.aiAssistantBotOption.detail": "A custom AI Agent bot in Teams using Teams AI library and OpenAI Assistants API",
|
|
384
396
|
"core.aiBotOption.label": "AI Chat Bot",
|
|
@@ -510,6 +522,15 @@
|
|
|
510
522
|
"core.common.ErrorFetchApiSpec": "Your OpenAPI description document should be accessible without authentication, otherwise download and start from a local copy.",
|
|
511
523
|
"core.common.SendingApiRequest": "Sending API request: %s. Request body: %s",
|
|
512
524
|
"core.common.ReceiveApiResponse": "Received API response: %s.",
|
|
525
|
+
"core.envFunc.unsupportedFile.errorLog": "\"%s\" is an invalid file. Supported format: %s.",
|
|
526
|
+
"core.envFunc.unsupportedFile.errorMessage": "Invalid file. %s",
|
|
527
|
+
"core.envFunc.unsupportedFunction.errorLog": "\"%s\" is an invalid function. Supported function: \"%s\".",
|
|
528
|
+
"core.envFunc.unsupportedFunction.errorMessage": "Invalid function. %s",
|
|
529
|
+
"core.envFunc.invalidFunctionParameter.errorLog": "The parameter \"%s\" of function \"%s\" is invalid. Please provide a valid file path wrapped by '' or an environment variable name in \"${{}}\" format.",
|
|
530
|
+
"core.envFunc.invalidFunctionParameter.errorMessage": "Invalid parameter of function \"%s\". %s",
|
|
531
|
+
"core.envFunc.readFile.errorLog": "Unable to read from \"%s\" due to \"%s\".",
|
|
532
|
+
"core.envFunc.readFile.errorMessage": "Unable to read from \"%s\". %s",
|
|
533
|
+
"core.error.checkOutput.vsc": "Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
513
534
|
"core.importAddin.label": "Import an Existing Outlook Add-ins",
|
|
514
535
|
"core.importAddin.detail": "Upgrade an Add-ins project to the latest app manifest and project structure",
|
|
515
536
|
"core.importOfficeAddin.label": "Import an Existing Office Add-ins",
|
|
@@ -529,6 +550,33 @@
|
|
|
529
550
|
"core.copilot.addAPI.success": "%s have(has) been successfully added to %s",
|
|
530
551
|
"core.copilot.addAPI.InjectAPIKeyActionFailed": "Inject API key action to teamsapp.yaml file unsuccessful, make sure the file contains teamsApp/create action in provision section.",
|
|
531
552
|
"core.copilot.addAPI.InjectOAuthActionFailed": "Inject OAuth action to teamsapp.yaml file unsuccessful, make sure the file contains teamsApp/create action in provision section.",
|
|
553
|
+
"core.uninstall.botNotFound": "Cannot find bot using the manifest ID %s",
|
|
554
|
+
"core.uninstall.confirm.tdp": "App registration of manifest ID: %s will be removed. Please confirm.",
|
|
555
|
+
"core.uninstall.confirm.m365App": "Microsoft 365 Application of Title ID: %s will be uninstalled. Please confirm.",
|
|
556
|
+
"core.uninstall.confirm.bot": "Bot framework registration of bot ID: %s will be removed. Please confirm.",
|
|
557
|
+
"core.uninstall.confirm.cancel.tdp": "Removal of app registration is canceled.",
|
|
558
|
+
"core.uninstall.confirm.cancel.m365App": "Uninstallation of Microsoft 365 Application is canceled.",
|
|
559
|
+
"core.uninstall.confirm.cancel.bot": "Removal of Bot framework registration is canceled.",
|
|
560
|
+
"core.uninstall.success.tdp": "App registration of manifest ID: %s successfully removed.",
|
|
561
|
+
"core.uninstall.success.m365App": "Microsoft 365 Application of Title ID: %s successfully uninstalled.",
|
|
562
|
+
"core.uninstall.success.delayWarning": "The uninstallation of the Microsoft 365 Application may be delayed.",
|
|
563
|
+
"core.uninstall.success.bot": "Bot framework registration of bot ID: %s successfully removed.",
|
|
564
|
+
"core.uninstall.failed.titleId": "Unable to find the Title ID. This app is probably not installed.",
|
|
565
|
+
"core.uninstallQuestion.manifestId": "Manifest ID",
|
|
566
|
+
"core.uninstallQuestion.env": "Environment",
|
|
567
|
+
"core.uninstallQuestion.titleId": "Title ID",
|
|
568
|
+
"core.uninstallQuestion.chooseMode": "Choose a way to clean up resources",
|
|
569
|
+
"core.uninstallQuestion.manifestIdMode": "Manifest ID",
|
|
570
|
+
"core.uninstallQuestion.manifestIdMode.detail": "Clean up resources associated with Manifest ID. This includes app registration in Teams Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded to Microsoft 365. You can find the Manifest ID in the environment file (default environment key: Teams_App_ID) in the project created by Teams Toolkit.",
|
|
571
|
+
"core.uninstallQuestion.envMode": "Environment in Teams Toolkit Created Project",
|
|
572
|
+
"core.uninstallQuestion.envMode.detail": "Clean up resources associated with a specific environment in the Teams Toolkit created project. Resources include app registration in Teams Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded in Microsoft 365 apps.",
|
|
573
|
+
"core.uninstallQuestion.titleIdMode": "Title ID",
|
|
574
|
+
"core.uninstallQuestion.titleIdMode.detail": "Uninstall the uploaded custom app associated with Title ID. The Title ID can be found in the environment file in the Teams Toolkit created project.",
|
|
575
|
+
"core.uninstallQuestion.chooseOption": "Choose resources to uninstall",
|
|
576
|
+
"core.uninstallQuestion.m365Option": "Microsoft 365 Application",
|
|
577
|
+
"core.uninstallQuestion.tdpOption": "App registration",
|
|
578
|
+
"core.uninstallQuestion.botOption": "Bot framework registration",
|
|
579
|
+
"core.uninstallQuestion.projectPath": "Project path",
|
|
532
580
|
"ui.select.LoadingOptionsPlaceholder": "Loading options ...",
|
|
533
581
|
"ui.select.LoadingDefaultPlaceholder": "Loading default value ...",
|
|
534
582
|
"error.aad.manifest.NameIsMissing": "name is missing\n",
|
|
@@ -544,28 +592,28 @@
|
|
|
544
592
|
"error.aad.manifest.OptionalClaimsIsMissing": "optionalClaims is missing\n",
|
|
545
593
|
"error.aad.manifest.OptionalClaimsMissingIdtypClaim": "optionalClaims access token doesn't contain idtyp claim\n",
|
|
546
594
|
"error.aad.manifest.AADManifestIssues": "Microsoft Entra manifest has following issues that may potentially break the Teams App:\n",
|
|
547
|
-
"error.aad.manifest.DeleteOrUpdatePermissionFailed": "Unable to update or delete an
|
|
595
|
+
"error.aad.manifest.DeleteOrUpdatePermissionFailed": "Unable to update or delete an enabled permission. It may be because the ACCESS_AS_USER_PERMISSION_ID environment variable is changed for selected environment. Make sure your permission id(s) match the actual Microsoft Entra application and try again.\n",
|
|
548
596
|
"error.aad.manifest.HostNameNotOnVerifiedDomain": "Unable to set identifierUri because the value is not on verified domain: %s",
|
|
549
597
|
"error.aad.manifest.UnknownResourceAppId": "Unknown resourceAppId %s",
|
|
550
598
|
"error.aad.manifest.UnknownResourceAccessType": "Unknown resourceAccess: %s",
|
|
551
|
-
"error.aad.manifest.UnknownResourceAccessId": "Unknown resourceAccess id: %s,
|
|
599
|
+
"error.aad.manifest.UnknownResourceAccessId": "Unknown resourceAccess id: %s, try to use permission id instead of resourceAccess id.",
|
|
552
600
|
"core.addSsoFiles.emptyProjectPath": "Project path is empty",
|
|
553
601
|
"core.addSsoFiles.FailedToCreateAuthFiles": "Unable to create files for add sso. Detail error: %s.",
|
|
554
|
-
"core.getUserEmailQuestion.validation3": "Email address is
|
|
602
|
+
"core.getUserEmailQuestion.validation3": "Email address is invalid",
|
|
555
603
|
"plugins.bot.ErrorSuggestions": "Suggestions: %s",
|
|
556
604
|
"plugins.bot.InvalidValue": "%s is invalid with value: %s",
|
|
557
|
-
"plugins.bot.SomethingIsMissing": "%s is
|
|
605
|
+
"plugins.bot.SomethingIsMissing": "%s is not available.",
|
|
558
606
|
"plugins.bot.FailedToProvision": "Unable to provision %s.",
|
|
559
607
|
"plugins.bot.FailedToUpdateConfigs": "Unable to update configs for %s",
|
|
560
608
|
"plugins.bot.BotRegistrationNotFoundWith": "Bot registration was not found with botId %s. Click 'Get Help' button to get more info about how to check bot registrations.",
|
|
561
609
|
"plugins.bot.BotResourceExists": "Bot resource already existed on %s, skip creating Bot resource.",
|
|
562
610
|
"plugins.bot.FailRetrieveAzureCredentials": "Unable to retrieve Azure credentials.",
|
|
563
|
-
"plugins.bot.ProvisionBotRegistration": "
|
|
564
|
-
"plugins.bot.ProvisionBotRegistrationSuccess": "
|
|
565
|
-
"plugins.bot.CheckLogAndFix": "Please check log
|
|
611
|
+
"plugins.bot.ProvisionBotRegistration": "Bot registration provisioning in progress...",
|
|
612
|
+
"plugins.bot.ProvisionBotRegistrationSuccess": "Bot registration provisioned successfully.",
|
|
613
|
+
"plugins.bot.CheckLogAndFix": "Please check log-in Output panel and try to fix this issue.",
|
|
566
614
|
"plugins.bot.AppStudioBotRegistration": "Developer Portal bot registration",
|
|
567
|
-
"plugins.function.getTemplateFromLocal": "Unable to get
|
|
568
|
-
"error.depChecker.DefaultErrorMessage": "Install
|
|
615
|
+
"plugins.function.getTemplateFromLocal": "Unable to get latest template from GitHub, trying to use the local template.",
|
|
616
|
+
"error.depChecker.DefaultErrorMessage": "Install required dependencies manually.",
|
|
569
617
|
"depChecker.learnMoreButtonText": "Get more info",
|
|
570
618
|
"depChecker.needInstallNpm": "You must have NPM installed to debug your local functions.",
|
|
571
619
|
"depChecker.failToValidateFuncCoreTool": "Unable to validate Azure Functions Core Tools after installation.",
|
|
@@ -615,6 +663,7 @@
|
|
|
615
663
|
"driver.aadApp.log.skipGenerateClientSecret": "Environment variable %s already exist, skipping Microsoft Entra app client secret generation step.",
|
|
616
664
|
"driver.aadApp.log.outputAadAppManifest": "Build Microsoft Entra app manifest completed, and app manifest content is written to %s",
|
|
617
665
|
"driver.aadApp.log.successUpdateAadAppManifest": "Applied manifest %s to Microsoft Entra application with object id %s",
|
|
666
|
+
"driver.aadApp.log.deleteAadAfterDebugging": " (Teams toolkit will delete the Microsoft Entra application after debugging)",
|
|
618
667
|
"botRegistration.ProgressBar.creatingBotAadApp": "Creating bot Microsoft Entra app...",
|
|
619
668
|
"botRegistration.log.startCreateBotAadApp": "Creating bot Microsoft Entra app.",
|
|
620
669
|
"botRegistration.log.successCreateBotAadApp": "Bot Microsoft Entra app created successfully.",
|
|
@@ -628,7 +677,7 @@
|
|
|
628
677
|
"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.",
|
|
629
678
|
"driver.arm.description.deploy": "Deploy the given ARM templates to Azure.",
|
|
630
679
|
"driver.arm.deploy.progressBar.message": "Deploying the ARM templates to Azure...",
|
|
631
|
-
"debug.warningMessage": "To debug applications in Teams, your localhost server
|
|
680
|
+
"debug.warningMessage": "To debug applications in Teams, your localhost server need to be on HTTPS.\nFor Teams to trust the self-signed SSL certificate used by the toolkit, add a self-signed certificate to your certificate store.\n You may skip this step, but you'll have to manually trust the secure connection in a new browser window when debugging your apps in Teams.\nFor more information \"https://aka.ms/teamsfx-ca-certificate\".",
|
|
632
681
|
"debug.warningMessage2": " You may be asked for your account credentials when installing the certificate.",
|
|
633
682
|
"debug.install": "Install",
|
|
634
683
|
"driver.spfx.deploy.description": "deploys the SPFx package to SharePoint app catalog.",
|
|
@@ -637,12 +686,12 @@
|
|
|
637
686
|
"driver.spfx.deploy.deployPackage": "Deploy SPFx package to your tenant app catalog.",
|
|
638
687
|
"driver.spfx.deploy.skipCreateAppCatalog": "Skip to create SharePoint app catalog.",
|
|
639
688
|
"driver.spfx.deploy.uploadPackage": "Upload SPFx package to your tenant app catalog.",
|
|
640
|
-
"driver.spfx.info.tenantAppCatalogCreated": "SharePoint tenant app catalog %s created
|
|
641
|
-
"driver.spfx.warn.noTenantAppCatalogFound": "No tenant app catalog found,
|
|
642
|
-
"driver.spfx.error.failedToGetAppCatalog": "
|
|
689
|
+
"driver.spfx.info.tenantAppCatalogCreated": "SharePoint tenant app catalog %s is created. Please wait a few minutes for it to be active.",
|
|
690
|
+
"driver.spfx.warn.noTenantAppCatalogFound": "No tenant app catalog found, try again: %s",
|
|
691
|
+
"driver.spfx.error.failedToGetAppCatalog": "Unable to get app catalog site url after creation. Wait a few minutes and try again.",
|
|
643
692
|
"driver.spfx.error.noValidAppCatelog": "There is no valid app catalog in your tenant. You can update the property 'createAppCatalogIfNotExist' in %s to true if you want Teams Toolkit to create it for you or you can create it by yourself.",
|
|
644
693
|
"driver.spfx.add.description": "add additional web part to SPFx project",
|
|
645
|
-
"driver.spfx.add.successNotice": "Web part %s was successfully added to project.",
|
|
694
|
+
"driver.spfx.add.successNotice": "Web part %s was successfully added to the project.",
|
|
646
695
|
"driver.spfx.add.progress.title": "Scaffolding web part",
|
|
647
696
|
"driver.spfx.add.progress.scaffoldWebpart": "Generate SPFx web part using Yeoman CLI",
|
|
648
697
|
"driver.prerequisite.error.funcInstallationError": "Unable to check and install Azure Functions Core Tools.",
|
|
@@ -653,26 +702,26 @@
|
|
|
653
702
|
"driver.prerequisite.summary.devCert.trusted.succuss": "Development certificate for localhost is installed.",
|
|
654
703
|
"driver.prerequisite.summary.devCert.notTrusted.succuss": "Development certificate for localhost is generated.",
|
|
655
704
|
"driver.prerequisite.summary.devCert.skipped": "Skip trusting development certificate for localhost.",
|
|
656
|
-
"driver.prerequisite.summary.func.installedWithPath": "Azure Functions Core Tools
|
|
657
|
-
"driver.prerequisite.summary.func.installed": "Azure Functions Core Tools
|
|
705
|
+
"driver.prerequisite.summary.func.installedWithPath": "Azure Functions Core Tools are installed at %s.",
|
|
706
|
+
"driver.prerequisite.summary.func.installed": "Azure Functions Core Tools are installed.",
|
|
658
707
|
"driver.prerequisite.summary.dotnet.installedWithPath": ".NET Core SDK is installed at %s.",
|
|
659
708
|
"driver.prerequisite.summary.dotnet.installed": ".NET Core SDK is installed.",
|
|
660
709
|
"driver.prerequisite.summary.testTool.installedWithPath": "Teams App Test Tool is installed at %s.",
|
|
661
710
|
"driver.prerequisite.summary.testTool.installed": "Teams App Test Tool is installed.",
|
|
662
|
-
"driver.file.createOrUpdateEnvironmentFile.description": "Create or update variables to
|
|
663
|
-
"driver.file.createOrUpdateEnvironmentFile.summary": "
|
|
711
|
+
"driver.file.createOrUpdateEnvironmentFile.description": "Create or update variables to env file.",
|
|
712
|
+
"driver.file.createOrUpdateEnvironmentFile.summary": "Variables have been generated successfully to %s.",
|
|
664
713
|
"driver.file.createOrUpdateJsonFile.description": "Create or update JSON file.",
|
|
665
|
-
"driver.file.createOrUpdateJsonFile.summary": "
|
|
714
|
+
"driver.file.createOrUpdateJsonFile.summary": "Json file has been successfully generated to %s.",
|
|
666
715
|
"driver.file.progressBar.appsettings": "Generating json file...",
|
|
667
716
|
"driver.file.progressBar.env": "Generating environment variables...",
|
|
668
|
-
"driver.deploy.error.restartWebAppError": "Unable to restart web app.\nPlease try to restart
|
|
669
|
-
"driver.deploy.notice.deployAcceleration": "Deploying to Azure App Service takes a long time.
|
|
717
|
+
"driver.deploy.error.restartWebAppError": "Unable to restart web app.\nPlease try to restart it manually.",
|
|
718
|
+
"driver.deploy.notice.deployAcceleration": "Deploying to Azure App Service takes a long time. Refer this document to optimize your deployment:",
|
|
670
719
|
"driver.deploy.notice.deployDryRunComplete": "Deployment preparations are completed. You can find the package in `%s`",
|
|
671
|
-
"driver.deploy.azureAppServiceDeployDetailSummary": "
|
|
672
|
-
"driver.deploy.azureFunctionsDeployDetailSummary": "
|
|
673
|
-
"driver.deploy.azureStorageDeployDetailSummary": "
|
|
674
|
-
"driver.deploy.enableStaticWebsiteSummary": "Azure Storage enable static website
|
|
675
|
-
"driver.deploy.getSWADeploymentTokenSummary": "
|
|
720
|
+
"driver.deploy.azureAppServiceDeployDetailSummary": "`%s` deployed to Azure App Service.",
|
|
721
|
+
"driver.deploy.azureFunctionsDeployDetailSummary": "`%s` deployed to Azure Functions.",
|
|
722
|
+
"driver.deploy.azureStorageDeployDetailSummary": "`%s` deployed to Azure Storage.",
|
|
723
|
+
"driver.deploy.enableStaticWebsiteSummary": "Azure Storage enable static website.",
|
|
724
|
+
"driver.deploy.getSWADeploymentTokenSummary": "Get the deployment token for Azure Static Web Apps.",
|
|
676
725
|
"driver.deploy.deployToAzureAppServiceDescription": "deploy the project to the Azure App Service.",
|
|
677
726
|
"driver.deploy.deployToAzureFunctionsDescription": "deploy the project to the Azure Functions.",
|
|
678
727
|
"driver.deploy.deployToAzureStorageDescription": "deploy the project to the Azure Storage.",
|
|
@@ -683,20 +732,20 @@
|
|
|
683
732
|
"driver.script.dotnetDescription": "running dotnet command.",
|
|
684
733
|
"driver.script.npmDescription": "running npm command.",
|
|
685
734
|
"driver.script.npxDescription": "running npx command.",
|
|
686
|
-
"driver.script.runCommandSummary": "
|
|
687
|
-
"driver.m365.acquire.description": "acquire
|
|
735
|
+
"driver.script.runCommandSummary": "`%s` command executed at `%s`.",
|
|
736
|
+
"driver.m365.acquire.description": "acquire Microsoft 365 title with the app package",
|
|
688
737
|
"driver.m365.acquire.progress.message": "Acquiring Microsoft 365 title with the app package...",
|
|
689
|
-
"driver.m365.acquire.summary": "
|
|
738
|
+
"driver.m365.acquire.summary": "Microsoft 365 title acquired successfully (%s).",
|
|
690
739
|
"driver.teamsApp.description.copyAppPackageToSPFxDriver": "copies the generated Teams app package to SPFx solution.",
|
|
691
|
-
"driver.teamsApp.description.createDriver": "create
|
|
692
|
-
"driver.teamsApp.description.updateDriver": "update
|
|
693
|
-
"driver.teamsApp.description.publishDriver": "publish
|
|
694
|
-
"driver.teamsApp.description.validateDriver": "validate
|
|
695
|
-
"driver.teamsApp.description.createAppPackageDriver": "build
|
|
740
|
+
"driver.teamsApp.description.createDriver": "create Teams app.",
|
|
741
|
+
"driver.teamsApp.description.updateDriver": "update Teams app.",
|
|
742
|
+
"driver.teamsApp.description.publishDriver": "publish Teams app to tenant app catalog.",
|
|
743
|
+
"driver.teamsApp.description.validateDriver": "validate Teams app.",
|
|
744
|
+
"driver.teamsApp.description.createAppPackageDriver": "build Teams app package.",
|
|
696
745
|
"driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "Copying Teams app package to SPFx solution...",
|
|
697
746
|
"driver.teamsApp.progressBar.createTeamsAppStepMessage": "Creating Teams app...",
|
|
698
747
|
"driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Updating Teams app...",
|
|
699
|
-
"driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the Teams app
|
|
748
|
+
"driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the Teams app is already submitted to tenant App Catalog",
|
|
700
749
|
"driver.teamsApp.progressBar.publishTeamsAppStep2.1": "Update published Teams app",
|
|
701
750
|
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing Teams app...",
|
|
702
751
|
"driver.teamsApp.progressBar.validateWithTestCases": "Submitting validation request...",
|
|
@@ -713,7 +762,7 @@
|
|
|
713
762
|
"driver.teamsApp.summary.validateManifest": "Teams Toolkit has checked manifest(s) with the corresponding schema:\n\nSummary:\n%s.",
|
|
714
763
|
"driver.teamsApp.summary.validateTeamsManifest.checkPath": "You can check and update your Teams manifest at %s.",
|
|
715
764
|
"driver.teamsApp.summary.validateDeclarativeCopilotManifest.checkPath": "You can check and update your Declarative Copilot manifest at %s.",
|
|
716
|
-
"driver.teamsApp.summary.validatePluginManifest.checkPath": "You can check and update your
|
|
765
|
+
"driver.teamsApp.summary.validatePluginManifest.checkPath": "You can check and update your API Plugin manifest at %s.",
|
|
717
766
|
"driver.teamsApp.summary.validate.succeed": "%s passed",
|
|
718
767
|
"driver.teamsApp.summary.validate.failed": "%s failed",
|
|
719
768
|
"driver.teamsApp.summary.validate.warning": "%s warning",
|
|
@@ -745,58 +794,61 @@
|
|
|
745
794
|
"error.yaml.InvalidActionInputError": "The '%s' action cannot be completed as the following parameter(s): %s, are either missing or have an invalid value in the provided yaml file: %s. Ensure that the required parameters are provided and have valid values and try again.",
|
|
746
795
|
"error.common.InstallSoftwareError": "Unable to install %s. You can install it manually and restart Visual Studio Code if you are using the Toolkit in Visual Studio Code.",
|
|
747
796
|
"error.common.VersionError": "Unable to find a version satisfying the version range %s.",
|
|
748
|
-
"error.common.MissingEnvironmentVariablesError": "
|
|
749
|
-
"error.common.InvalidProjectError": "This command only works for project created by Teams Toolkit.",
|
|
797
|
+
"error.common.MissingEnvironmentVariablesError": "Missing environment variables '%s' for file: %s. Please edit the .env file '%s' or '%s', or adjust system environment variables. For new Teams Toolkit projects, make sure you've run provision or debug to set these variables correctly.",
|
|
798
|
+
"error.common.InvalidProjectError": "This command only works for project created by Teams Toolkit. 'teamsapp.yml' or 'teamsapp.local.yml' not found",
|
|
799
|
+
"error.common.InvalidProjectError.display": "This command only works for project created by Teams Toolkit. Yaml file not found: %s",
|
|
750
800
|
"error.common.FileNotFoundError": "The file or directory is not found: '%s'. Check if it exists and you have permission to access it.",
|
|
751
801
|
"error.common.JSONSyntaxError": "JSON syntax error: %s. Check the JSON syntax to ensure it is properly formatted.",
|
|
752
802
|
"error.common.ReadFileError": "Unable to read file for reason: %s",
|
|
753
803
|
"error.common.UnhandledError": "An unexpected error has occurred while performing the %s task. %s",
|
|
754
804
|
"error.common.WriteFileError": "Unable to write file for reason: %s",
|
|
755
|
-
"error.common.FilePermissionError": "File operation is not permitted,
|
|
805
|
+
"error.common.FilePermissionError": "File operation is not permitted, make sure you have the necessary permissions: %s",
|
|
756
806
|
"error.common.MissingRequiredInputError": "Missing required input: %s",
|
|
757
|
-
"error.common.InputValidationError": "Input '%s' validation
|
|
807
|
+
"error.common.InputValidationError": "Input '%s' validation unsuccessful: %s",
|
|
758
808
|
"error.common.NoEnvFilesError": "Unable to find .env files.",
|
|
759
809
|
"error.common.MissingRequiredFileError": "Missing %srequired file `%s`",
|
|
760
|
-
"error.common.HttpClientError": "A http client error
|
|
761
|
-
"error.common.HttpServerError": "A http server error
|
|
810
|
+
"error.common.HttpClientError": "A http client error occurred while performing the %s task. The error response is: %s",
|
|
811
|
+
"error.common.HttpServerError": "A http server error occurred while performing the %s task. Try again later. The error response is: %s",
|
|
762
812
|
"error.common.AccessGithubError": "Access GitHub (%s) Error: %s",
|
|
763
813
|
"error.common.ConcurrentError": "Previous task is still running. Wait until your previous task is finished and try again.",
|
|
764
814
|
"error.common.NetworkError": "Network error: %s",
|
|
765
815
|
"error.common.NetworkError.EAI_AGAIN": "DNS cannot resolve domain %s.",
|
|
766
|
-
"error.upgrade.NoNeedUpgrade": "This
|
|
767
|
-
"error.collaboration.InvalidManifestError": "Unable to process your manifest file ('%s') due to
|
|
816
|
+
"error.upgrade.NoNeedUpgrade": "This is the latest project, upgrade not required.",
|
|
817
|
+
"error.collaboration.InvalidManifestError": "Unable to process your manifest file ('%s') due to absence of the 'id' key. To identify your app correctly, make sure the 'id' key is present in the manifest file.",
|
|
768
818
|
"error.collaboration.FailedToLoadManifest": "Unable to load manifest file. Reason: %s.",
|
|
769
|
-
"error.azure.InvalidAzureCredentialError": "Unable to obtain your Azure credentials.
|
|
770
|
-
"error.azure.InvalidAzureSubscriptionError": "
|
|
771
|
-
"error.azure.ResourceGroupConflictError": "Resource group '%s' already exists in subscription '%s'.
|
|
819
|
+
"error.azure.InvalidAzureCredentialError": "Unable to obtain your Azure credentials. Make sure your Azure account is properly authenticated and try again.",
|
|
820
|
+
"error.azure.InvalidAzureSubscriptionError": "Azure subscription '%s' is not available in your current account. Make sure you've signed in with the correct Azure account and have necessary permissions to access the subscription.",
|
|
821
|
+
"error.azure.ResourceGroupConflictError": "Resource group '%s' already exists in subscription '%s'. Choose a different name or use the existing resource group for your task.",
|
|
772
822
|
"error.azure.SelectSubscriptionError": "Unable to select subscription in current account.",
|
|
773
|
-
"error.azure.ResourceGroupNotExistError": "
|
|
823
|
+
"error.azure.ResourceGroupNotExistError": "Unable to find the resource group '%s' in subscription '%s'.",
|
|
774
824
|
"error.azure.CreateResourceGroupError": "Unable to create resource group '%s' in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
|
|
775
825
|
"error.azure.CheckResourceGroupExistenceError": "Unable to check existence of resource group '%s' in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
|
|
776
826
|
"error.azure.ListResourceGroupsError": "Unable to get resource groups in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
|
|
777
827
|
"error.azure.GetResourceGroupError": "Unable to get information of resource group '%s' in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
|
|
778
828
|
"error.azure.ListResourceGroupLocationsError": "Unable to get available resource group locations for subscription '%s'.",
|
|
779
|
-
"error.m365.M365TokenJSONNotFoundError": "Unable to obtain JSON object for Microsoft 365 token.
|
|
780
|
-
"error.m365.M365TenantIdNotFoundInTokenError": "Unable to obtain Microsoft 365 tenant ID in token JSON object.
|
|
781
|
-
"error.m365.M365TenantIdNotMatchError": "Authentication
|
|
829
|
+
"error.m365.M365TokenJSONNotFoundError": "Unable to obtain JSON object for Microsoft 365 token. Make sure your account is authorized to access the tenant and the token JSON object is valid.",
|
|
830
|
+
"error.m365.M365TenantIdNotFoundInTokenError": "Unable to obtain Microsoft 365 tenant ID in token JSON object. Make sure your account is authorized to access the tenant and the token JSON object is valid.",
|
|
831
|
+
"error.m365.M365TenantIdNotMatchError": "Authentication unsuccessful. You're currently signed in to Microsoft 365 tenant '%s', which is different from the one specified in the .env file (TEAMS_APP_TENANT_ID='%s'). To resolve this issue and switch to your current signed-in tenant, remove the values of '%s' from the .env file and try again.",
|
|
782
832
|
"error.arm.CompileBicepError": "Unable to compile Bicep files located in path '%s' to JSON ARM templates. The error message returned was: %s. Check the Bicep files for any syntax or configuration errors and try again.",
|
|
783
833
|
"error.arm.DownloadBicepCliError": "Unable to download Bicep cli from '%s'. The error message was: %s. Fix the error and try again. Or remove the bicepCliVersion config in the config file teamsapp.yml and Teams Toolkit will use bicep CLI in PATH",
|
|
784
|
-
"error.arm.DeployArmError.Notification": "The ARM templates for deployment name: '%s'
|
|
785
|
-
"error.arm.DeployArmError": "The ARM templates for deployment name: '%s'
|
|
786
|
-
"error.arm.GetArmDeploymentError": "The ARM templates for deployment name: '%s'
|
|
787
|
-
"error.arm.ConvertArmOutputError": "Unable to convert ARM deployment result
|
|
788
|
-
"error.deploy.DeployEmptyFolderError": "Unable to locate any files in the distribution folder: '%s'.
|
|
789
|
-
"error.deploy.CheckDeploymentStatusTimeoutError": "Unable to check deployment status because the process timed out. Check your internet connection and try again. If the issue persists,
|
|
790
|
-
"error.deploy.ZipFileError": "
|
|
791
|
-
"error.deploy.ZipFileTargetInUse": "
|
|
834
|
+
"error.arm.DeployArmError.Notification": "The ARM templates for deployment name: '%s' couldn't be deployed in resource group '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
835
|
+
"error.arm.DeployArmError": "The ARM templates for deployment name: '%s' couldn't be deployed in resource group '%s' for reason: %s",
|
|
836
|
+
"error.arm.GetArmDeploymentError": "The ARM templates for deployment name: '%s' couldn't be deployed in resource group '%s' for reason: %s. \nUnable to get detailed error message due to: %s. \nRefer to the resource group %s in portal for deployment error.",
|
|
837
|
+
"error.arm.ConvertArmOutputError": "Unable to convert ARM deployment result into action output. There is a duplicated key '%s' in ARM deployment result.",
|
|
838
|
+
"error.deploy.DeployEmptyFolderError": "Unable to locate any files in the distribution folder: '%s'. Make sure the folder includes all necessary files.",
|
|
839
|
+
"error.deploy.CheckDeploymentStatusTimeoutError": "Unable to check deployment status because the process timed out. Check your internet connection and try again. If the issue persists, review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
|
|
840
|
+
"error.deploy.ZipFileError": "Unable to zip the artifact folder as its size exceeds the maximum limit of 2GB. Reduce the folder size and try again.",
|
|
841
|
+
"error.deploy.ZipFileTargetInUse": "Unable to clear the distribution zip file in %s as it may be currently in use. Close any apps using the file and try again.",
|
|
792
842
|
"error.deploy.GetPublishingCredentialsError.Notification": "Unable to obtain publishing credentials of app '%s' in resource group '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
793
|
-
"error.deploy.GetPublishingCredentialsError": "Unable to obtain publishing credentials of app '%s' in resource group '%s' for reason:\n %s.\n Suggestions:\n 1.
|
|
843
|
+
"error.deploy.GetPublishingCredentialsError": "Unable to obtain publishing credentials of app '%s' in resource group '%s' for reason:\n %s.\n Suggestions:\n 1. Make sure the app name and resource group name are spelled correctly and are valid. \n 2. Make sure your Azure account has necessary permissions to access the API. You may need to elevate your role or request additional permissions from an administrator. \n 3. If the error message includes a specific reason, such as an authentication failure or a network issue, investigate that issue specifically to resolve the error and try again. \n 4. You can test the API in this page: '%s'",
|
|
794
844
|
"error.deploy.DeployZipPackageError.Notification": "Unable to deploy zip package to endpoint: '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details and try again.",
|
|
795
|
-
"error.deploy.DeployZipPackageError": "Unable to deploy zip package to endpoint '%s' in Azure due to error: %s. \nSuggestions:\n 1.
|
|
796
|
-
"error.deploy.CheckDeploymentStatusError": "Unable to check deployment status for location: '%s' due to error: %s. If the issue persists,
|
|
797
|
-
"error.deploy.DeployRemoteStartError": "The package
|
|
798
|
-
"error.script.ScriptTimeoutError": "Script execution timeout. Adjust 'timeout' parameter in yaml or improve your script's efficiency.",
|
|
799
|
-
"error.script.
|
|
845
|
+
"error.deploy.DeployZipPackageError": "Unable to deploy zip package to endpoint '%s' in Azure due to error: %s. \nSuggestions:\n 1. Make sure your Azure account has necessary permissions to access the API. \n 2. Make sure the endpoint is properly configured in Azure and the required resources have been provisioned. \n 3. Make sure the zip package is valid and free of errors. \n 4. If the error message specifies the reason, such as an authentication failure or a network issue, fix the error and try again. \n 5. If the error still persists, deploy the package manually following the guidelines in this link: '%s'",
|
|
846
|
+
"error.deploy.CheckDeploymentStatusError": "Unable to check deployment status for location: '%s' due to error: %s. If the issue persists, review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
|
|
847
|
+
"error.deploy.DeployRemoteStartError": "The package deployed to Azure for location: '%s', but the app is not able to start due to error: %s.\n If the reason is not clearly specified, here are some suggestions to troubleshoot:\n 1. Check the app logs: Look for any error messages or stack traces in the app logs to identify the root cause of the problem.\n 2. Check the Azure configuration: Make sure the Azure configuration is correct, including connection strings and application settings.\n 3. Check the application code: Review the code to see if there are any syntax or logic errors that could be causing the issue.\n 4. Check the dependencies: Make sure all dependencies required by the app are correctly installed and updated.\n 5. Restart the application: Try restarting the application in Azure to see if that resolves the issue.\n 6. Check the resource allocation: Make sure the resource allocation for the Azure instance is appropriate for the app and its workload.\n 7. Get help from Azure support: If the issue persists, reach out to Azure support for further assistance.",
|
|
848
|
+
"error.script.ScriptTimeoutError": "Script execution timeout. Adjust 'timeout' parameter in yaml or improve your script's efficiency. Script: `%s`",
|
|
849
|
+
"error.script.ScriptTimeoutError.Notification": "Script execution timeout. Adjust 'timeout' parameter in yaml or improve your script's efficiency.",
|
|
850
|
+
"error.script.ScriptExecutionError": "Unable to execute script action. Script: `%s`. Error: `%s`",
|
|
851
|
+
"error.script.ScriptExecutionError.Notification": "Unable to execute script action. Error: `%s`. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
800
852
|
"error.deploy.AzureStorageClearBlobsError.Notification": "Unable to clear blob files in Azure Storage Account '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
801
853
|
"error.deploy.AzureStorageClearBlobsError": "Unable to clear blob files in Azure Storage Account '%s'. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
|
|
802
854
|
"error.deploy.AzureStorageUploadFilesError.Notification": "Unable to upload local folder '%s' to Azure Storage Account '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
|
|
@@ -807,8 +859,8 @@
|
|
|
807
859
|
"error.deploy.AzureStorageGetContainerPropertiesError": "Unable to get properties of container '%s' in Azure Storage Account '%s' due to error: %s. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
|
|
808
860
|
"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.",
|
|
809
861
|
"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.",
|
|
810
|
-
"error.core.failedToLoadManifestId": "Unable to load manifest id from path: %s.
|
|
811
|
-
"error.core.appIdNotExist": "
|
|
862
|
+
"error.core.failedToLoadManifestId": "Unable to load manifest id from path: %s. Run provision first.",
|
|
863
|
+
"error.core.appIdNotExist": "Unable to find app id: %s. Either your current M365 account doesn't have permission, or the app has been deleted.",
|
|
812
864
|
"driver.apiKey.description.create": "Create an API key on Developer Portal for authentication in Open API spec.",
|
|
813
865
|
"driver.aadApp.apiKey.title.create": "Creating API key...",
|
|
814
866
|
"driver.apiKey.description.update": "Update an API key on Developer Portal for authentication in Open API spec.",
|
|
@@ -819,11 +871,12 @@
|
|
|
819
871
|
"driver.apiKey.info.update": "API key updated successfully! The following parameters have been updated:\n%s",
|
|
820
872
|
"driver.apiKey.log.startExecuteDriver": "Executing action %s",
|
|
821
873
|
"driver.apiKey.log.skipCreateApiKey": "Environment variable %s exists. Skip creating API key.",
|
|
822
|
-
"driver.apiKey.log.apiKeyNotFound": "Environment variable %s exists but
|
|
823
|
-
"driver.apiKey.error.nameTooLong": "The name for API key is too long. The maximum length is 128.",
|
|
824
|
-
"driver.apiKey.error.clientSecretInvalid": "
|
|
825
|
-
"driver.apiKey.error.domainInvalid": "
|
|
826
|
-
"driver.apiKey.error.failedToGetDomain": "
|
|
874
|
+
"driver.apiKey.log.apiKeyNotFound": "Environment variable %s exists but unable to retrieve API key from Developer Portal. Check manually if API key exists.",
|
|
875
|
+
"driver.apiKey.error.nameTooLong": "The name for API key is too long. The maximum character length is 128.",
|
|
876
|
+
"driver.apiKey.error.clientSecretInvalid": "Invalid client secret. It should be 10 to 512 characters long.",
|
|
877
|
+
"driver.apiKey.error.domainInvalid": "Invalid domain. Please follow these rules: 1. Max %d domain(s) per API key. 2. Use comma to separate domains.",
|
|
878
|
+
"driver.apiKey.error.failedToGetDomain": "Unable to get domain from API specification. Make sure your API specification is valid.",
|
|
879
|
+
"driver.apiKey.error.clientSecretFromScratchInvalid": "Invalid client secret. If you start with a new API, refer to the README file for details.",
|
|
827
880
|
"driver.apiKey.log.successCreateApiKey": "Created API key with id %s",
|
|
828
881
|
"driver.apiKey.log.failedExecuteDriver": "Unable to execute action %s. Error message: %s",
|
|
829
882
|
"driver.oauth.description.create": "Create an OAuth registration on Developer Portal for authentication in Open API spec.",
|
|
@@ -831,6 +884,8 @@
|
|
|
831
884
|
"driver.oauth.log.skipCreateOauth": "Environment variable %s exists. Skip creating API key.",
|
|
832
885
|
"driver.oauth.log.oauthNotFound": "Environment variable %s exists but unable to retrieve OAuth registration from Developer Portal. Check manually if it exists.",
|
|
833
886
|
"driver.oauth.error.nameTooLong": "The OAuth name is too long. The maximum character length is 128.",
|
|
887
|
+
"driver.oauth.error.oauthDisablePKCEError": "Turning off PKCE for OAuth2 is not supported in the oauth/update action.",
|
|
888
|
+
"driver.oauth.error.OauthIdentityProviderInvalid": "Invalid identity provider 'MicrosoftEntra'. Ensure the OAuth authorization endpoint in the OpenAPI specification file is for Microsoft Entra.",
|
|
834
889
|
"driver.oauth.log.successCreateOauth": "OAuth registration created successfully with id %s!",
|
|
835
890
|
"driver.oauth.error.domainInvalid": "Maximum %d domains allowed per OAuth registration.",
|
|
836
891
|
"driver.apiKey.error.oauthAuthInfoInvalid": "Unable to parse OAuth2 authScheme from spec. Make sure your API specification is valid.",
|
|
@@ -838,4 +893,4 @@
|
|
|
838
893
|
"driver.oauth.confirm.update": "The following parameters will be updated:\n%s\nDo you want to continue?",
|
|
839
894
|
"driver.oauth.log.successUpdateOauth": "OAuth registration updated successfully!",
|
|
840
895
|
"driver.oauth.info.update": "OAuth registration updated successfully! The following parameters have been updated:\n%s"
|
|
841
|
-
}
|
|
896
|
+
}
|
|
@@ -1761,6 +1761,15 @@
|
|
|
1761
1761
|
"refreshUrl": {
|
|
1762
1762
|
"type": "string",
|
|
1763
1763
|
"description": "The refresh url of OAuth registration."
|
|
1764
|
+
},
|
|
1765
|
+
"isPKCEEnabled": {
|
|
1766
|
+
"type": "boolean",
|
|
1767
|
+
"description": "Whether PKCE is enabled for OAuth registration. Default is false."
|
|
1768
|
+
},
|
|
1769
|
+
"identityProvider": {
|
|
1770
|
+
"type": "string",
|
|
1771
|
+
"description": "The identity provider of OAuth registration.",
|
|
1772
|
+
"enum": ["MicrosoftEntra", "Custom"]
|
|
1764
1773
|
}
|
|
1765
1774
|
}
|
|
1766
1775
|
},
|
|
@@ -1820,6 +1829,10 @@
|
|
|
1820
1829
|
"type": "string",
|
|
1821
1830
|
"description": "Which tenant can access the OAuth registration? Values can be \"HomeTenant\" or \"AnyTenant\". Default is \"AnyTenant\".",
|
|
1822
1831
|
"enum": ["HomeTenant", "AnyTenant"]
|
|
1832
|
+
},
|
|
1833
|
+
"isPKCEEnabled": {
|
|
1834
|
+
"type": "boolean",
|
|
1835
|
+
"description": "Whether PKCE is enabled for OAuth registration. Default is false."
|
|
1823
1836
|
}
|
|
1824
1837
|
}
|
|
1825
1838
|
}
|