@microsoft/teamsfx-core 2.0.8-alpha.4cb5c08a8.0 → 2.0.8-alpha.4e708f092.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 +1 -1
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +1 -1
- package/build/common/constants.js.map +1 -1
- package/build/common/deps-checker/constant/message.d.ts +1 -1
- package/build/common/deps-checker/constant/message.d.ts.map +1 -1
- package/build/common/deps-checker/constant/message.js +1 -1
- package/build/common/deps-checker/constant/message.js.map +1 -1
- package/build/common/deps-checker/util/fileHelper.js +1 -1
- package/build/common/deps-checker/util/fileHelper.js.map +1 -1
- package/build/common/featureFlags.d.ts +2 -3
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +23 -19
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/projectTypeChecker.d.ts +2 -0
- package/build/common/projectTypeChecker.d.ts.map +1 -1
- package/build/common/projectTypeChecker.js +13 -0
- package/build/common/projectTypeChecker.js.map +1 -1
- package/build/common/stringUtils.d.ts +10 -0
- package/build/common/stringUtils.d.ts.map +1 -0
- package/build/common/stringUtils.js +121 -0
- package/build/common/stringUtils.js.map +1 -0
- package/build/common/telemetry.d.ts +3 -1
- package/build/common/telemetry.d.ts.map +1 -1
- package/build/common/telemetry.js +26 -6
- package/build/common/telemetry.js.map +1 -1
- package/build/common/templates-config.json +1 -1
- package/build/common/wrappedAxiosClient.d.ts.map +1 -1
- package/build/common/wrappedAxiosClient.js +7 -5
- package/build/common/wrappedAxiosClient.js.map +1 -1
- package/build/component/configManager/constant.d.ts +2 -1
- package/build/component/configManager/constant.d.ts.map +1 -1
- package/build/component/configManager/constant.js +1 -0
- package/build/component/configManager/constant.js.map +1 -1
- package/build/component/constants.js +2 -2
- package/build/component/constants.js.map +1 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +3 -7
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/driver/middleware/addSWADeployTelemetry.js +2 -2
- package/build/component/driver/middleware/addSWADeployTelemetry.js.map +1 -1
- package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
- package/build/component/driver/script/scriptDriver.js +8 -8
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.d.ts +4 -2
- package/build/component/driver/teamsApp/clients/appStudioClient.d.ts.map +1 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.js +6 -2
- package/build/component/driver/teamsApp/clients/appStudioClient.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +4 -4
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/ManifestUtils.js +3 -15
- package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
- package/build/component/driver/teamsApp/validateTestCases.d.ts +10 -1
- package/build/component/driver/teamsApp/validateTestCases.d.ts.map +1 -1
- package/build/component/driver/teamsApp/validateTestCases.js +90 -37
- package/build/component/driver/teamsApp/validateTestCases.js.map +1 -1
- package/build/component/generator/copilotPlugin/helper.d.ts +1 -1
- package/build/component/generator/copilotPlugin/helper.d.ts.map +1 -1
- package/build/component/generator/copilotPlugin/helper.js +65 -22
- package/build/component/generator/copilotPlugin/helper.js.map +1 -1
- package/build/component/generator/generator.d.ts +1 -0
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +5 -3
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +15 -5
- package/build/component/generator/officeAddin/generator.js.map +1 -1
- package/build/component/generator/officeXMLAddin/generator.d.ts +2 -1
- package/build/component/generator/officeXMLAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeXMLAddin/generator.js +19 -8
- package/build/component/generator/officeXMLAddin/generator.js.map +1 -1
- package/build/component/generator/officeXMLAddin/projectConfig.d.ts.map +1 -1
- package/build/component/generator/officeXMLAddin/projectConfig.js +14 -2
- package/build/component/generator/officeXMLAddin/projectConfig.js.map +1 -1
- package/build/component/utils/envUtil.d.ts +0 -1
- package/build/component/utils/envUtil.d.ts.map +1 -1
- package/build/component/utils/envUtil.js +1 -13
- package/build/component/utils/envUtil.js.map +1 -1
- package/build/core/FxCore.d.ts +2 -3
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +21 -5
- package/build/core/FxCore.js.map +1 -1
- package/build/error/common.js +1 -1
- 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 +6 -6
- package/build/error/script.js.map +1 -1
- package/build/index.d.ts +2 -0
- package/build/index.d.ts.map +1 -1
- package/build/index.js +2 -0
- package/build/index.js.map +1 -1
- package/build/question/constants.d.ts.map +1 -1
- package/build/question/constants.js +1 -1
- package/build/question/constants.js.map +1 -1
- package/build/question/create.d.ts +3 -1
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +98 -68
- package/build/question/create.js.map +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts +6 -2
- package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
- package/build/question/options/CreateProjectOptions.js +22 -4
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/questionNames.d.ts +1 -0
- package/build/question/questionNames.d.ts.map +1 -1
- package/build/question/questionNames.js +1 -0
- package/build/question/questionNames.js.map +1 -1
- package/package.json +8 -6
- package/resource/package.nls.json +65 -40
- 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
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateProjectOptions.d.ts","sourceRoot":"","sources":["../../../src/question/options/CreateProjectOptions.ts"],"names":[],"mappings":"AAGA;;;;;yFAKyF;AAEzF,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAE9E,eAAO,MAAM,oBAAoB,EAAE,gBAAgB,
|
|
1
|
+
{"version":3,"file":"CreateProjectOptions.d.ts","sourceRoot":"","sources":["../../../src/question/options/CreateProjectOptions.ts"],"names":[],"mappings":"AAGA;;;;;yFAKyF;AAEzF,OAAO,EAAE,gBAAgB,EAAE,kBAAkB,EAAE,MAAM,wBAAwB,CAAC;AAE9E,eAAO,MAAM,oBAAoB,EAAE,gBAAgB,EAqNlD,CAAC;AACF,eAAO,MAAM,sBAAsB,EAAE,kBAAkB,EAAO,CAAC"}
|
|
@@ -15,7 +15,7 @@ exports.CreateProjectOptions = [
|
|
|
15
15
|
{
|
|
16
16
|
name: "addin-host",
|
|
17
17
|
type: "string",
|
|
18
|
-
description: "Select to
|
|
18
|
+
description: "Select to Create an Outlook, Word, Excel, or PowerPoint Add-in",
|
|
19
19
|
choices: ["outlook", "word", "excel", "powerpoint"],
|
|
20
20
|
},
|
|
21
21
|
{
|
|
@@ -41,11 +41,13 @@ exports.CreateProjectOptions = [
|
|
|
41
41
|
"copilot-plugin-new-api",
|
|
42
42
|
"copilot-plugin-existing-api",
|
|
43
43
|
"custom-copilot-basic",
|
|
44
|
+
"custom-copilot-rag",
|
|
44
45
|
"custom-copilot-agent",
|
|
45
46
|
"message-extension",
|
|
46
47
|
"BotAndMessageExtension",
|
|
47
48
|
"TabNonSsoAndBot",
|
|
48
49
|
"json-taskpane",
|
|
50
|
+
"office-content-addin",
|
|
49
51
|
"word-taskpane",
|
|
50
52
|
"word-sso",
|
|
51
53
|
"word-react",
|
|
@@ -53,8 +55,8 @@ exports.CreateProjectOptions = [
|
|
|
53
55
|
"excel-taskpane",
|
|
54
56
|
"excel-sso",
|
|
55
57
|
"excel-react",
|
|
56
|
-
"excel-
|
|
57
|
-
"excel-
|
|
58
|
+
"excel-custom-functions-shared",
|
|
59
|
+
"excel-custom-functions-js",
|
|
58
60
|
"excel-manifest",
|
|
59
61
|
"powerpoint-taskpane",
|
|
60
62
|
"powerpoint-sso",
|
|
@@ -138,6 +140,18 @@ exports.CreateProjectOptions = [
|
|
|
138
140
|
default: "none",
|
|
139
141
|
choices: ["none", "api-key", "microsoft-entra"],
|
|
140
142
|
},
|
|
143
|
+
{
|
|
144
|
+
name: "custom-copilot-rag",
|
|
145
|
+
type: "string",
|
|
146
|
+
description: "Chat With Your Data",
|
|
147
|
+
default: "custom-copilot-rag-customize",
|
|
148
|
+
choices: [
|
|
149
|
+
"custom-copilot-rag-customize",
|
|
150
|
+
"custom-copilot-rag-azureAISearch",
|
|
151
|
+
"custom-copilot-rag-customApi",
|
|
152
|
+
"custom-copilot-rag-microsoft365",
|
|
153
|
+
],
|
|
154
|
+
},
|
|
141
155
|
{
|
|
142
156
|
name: "custom-copilot-agent",
|
|
143
157
|
type: "string",
|
|
@@ -170,6 +184,11 @@ exports.CreateProjectOptions = [
|
|
|
170
184
|
type: "string",
|
|
171
185
|
description: "Azure OpenAI Endpoint",
|
|
172
186
|
},
|
|
187
|
+
{
|
|
188
|
+
name: "azure-openai-deployment-name",
|
|
189
|
+
type: "string",
|
|
190
|
+
description: "Azure OpenAI Deployment Name",
|
|
191
|
+
},
|
|
173
192
|
{
|
|
174
193
|
name: "openai-key",
|
|
175
194
|
type: "string",
|
|
@@ -180,7 +199,6 @@ exports.CreateProjectOptions = [
|
|
|
180
199
|
type: "string",
|
|
181
200
|
shortName: "f",
|
|
182
201
|
description: "Framework for WXP extension.",
|
|
183
|
-
default: "default",
|
|
184
202
|
choices: ["default", "react"],
|
|
185
203
|
},
|
|
186
204
|
{
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"CreateProjectOptions.js","sourceRoot":"","sources":["../../../src/question/options/CreateProjectOptions.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAWrB,QAAA,oBAAoB,GAAuB;IACtD;QACE,IAAI,EAAE,SAAS;QACf,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE,4CAA4C;QACzD,OAAO,EAAE,MAAM;QACf,MAAM,EAAE,IAAI;QACZ,OAAO,EAAE,CAAC,MAAM,EAAE,QAAQ,CAAC;KAC5B;IACD;QACE,IAAI,EAAE,YAAY;QAClB,IAAI,EAAE,QAAQ;QACd,WAAW,EAAE,gEAAgE;QAC7E,OAAO,EAAE,CAAC,SAAS,EAAE,MAAM,EAAE,OAAO,EAAE,YAAY,CAAC;KACpD;IACD;QACE,IAAI,EAAE,YAAY;QAClB,YAAY,EAAE,cAAc;QAC5B,IAAI,EAAE,QAAQ;QACd,SAAS,EAAE,GAAG;QACd,WAAW,EAAE,+CAA+C;QAC5D,QAAQ,EAAE,IAAI;QACd,OAAO,EAAE;YACP,KAAK;YACL,cAAc;YACd,aAAa;YACb,cAAc;YACd,aAAa;YACb,iBAAiB;YACjB,eAAe;YACf,UAAU;YACV,YAAY;YACZ,gCAAgC;YAChC,0BAA0B;YAC1B,gBAAgB;YAChB,wBAAwB;YACxB,6BAA6B;YAC7B,sBAAsB;YACtB,sBAAsB;YACtB,mBAAmB;YACnB,wBAAwB;YACxB,iBAAiB;YACjB,eAAe;YACf,eAAe;YACf,UAAU;YACV,YAAY;YACZ,eAAe;YACf,gBAAgB;YAChB,WAAW;YACX,aAAa;YACb
|
|
1
|
+
{"version":3,"file":"CreateProjectOptions.js","sourceRoot":"","sources":["../../../src/question/options/CreateProjectOptions.ts"],"names":[],"mappings":"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"}
|
|
@@ -43,6 +43,7 @@ export declare enum QuestionNames {
|
|
|
43
43
|
OpenAIKey = "openai-key",
|
|
44
44
|
AzureOpenAIKey = "azure-openai-key",
|
|
45
45
|
AzureOpenAIEndpoint = "azure-openai-endpoint",
|
|
46
|
+
AzureOpenAIDeploymentName = "azure-openai-deployment-name",
|
|
46
47
|
Features = "features",
|
|
47
48
|
Env = "env",
|
|
48
49
|
SourceEnvName = "sourceEnvName",
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"questionNames.d.ts","sourceRoot":"","sources":["../../src/question/questionNames.ts"],"names":[],"mappings":"AAGA,oBAAY,aAAa;IACvB,OAAO,YAAY;IACnB,UAAU,gBAAgB;IAC1B,OAAO,aAAa;IACpB,MAAM,WAAW;IACjB,WAAW,gBAAgB;IAC3B,mBAAmB,yBAAyB;IAC5C,WAAW,iBAAiB;IAC5B,YAAY,iBAAiB;IAC7B,UAAU,0BAA0B;IACpC,OAAO,YAAY;IACnB,YAAY,kBAAkB;IAC9B,kBAAkB,gCAAgC;IAClD,aAAa,wBAAwB;IACrC,eAAe,sBAAsB;IACrC,eAAe,sBAAsB;IACrC,UAAU,gBAAgB;IAC1B,iBAAiB,yBAAyB;IAC1C,mBAAmB,2BAA2B;IAC9C,mBAAmB,0BAA0B;IAC7C,eAAe,eAAe;IAC9B,iBAAiB,iBAAiB;IAClC,oBAAoB,gCAAgC;IACpD,OAAO,YAAY;IACnB,iBAAiB,sBAAsB;IACvC,iBAAiB,sBAAsB;IACvC,aAAa,kBAAkB;IAC/B,eAAe,oBAAoB;IACnC,aAAa,gBAAgB;IAC7B,cAAc,oBAAoB;IAClC,cAAc,mBAAmB;IACjC,wBAAwB,gCAAgC;IACxD,eAAe,0BAA0B;IACzC,oBAAoB,2BAA2B;IAC/C,YAAY,kBAAkB;IAC9B,kBAAkB,oBAAoB;IACtC,aAAa,YAAY;IACzB,oBAAoB,oBAAoB;IACxC,SAAS,gBAAgB;IAEzB,gBAAgB,uBAAuB;IACvC,sBAAsB,yBAAyB;IAC/C,UAAU,gBAAgB;IAC1B,SAAS,eAAe;IACxB,cAAc,qBAAqB;IACnC,mBAAmB,0BAA0B;
|
|
1
|
+
{"version":3,"file":"questionNames.d.ts","sourceRoot":"","sources":["../../src/question/questionNames.ts"],"names":[],"mappings":"AAGA,oBAAY,aAAa;IACvB,OAAO,YAAY;IACnB,UAAU,gBAAgB;IAC1B,OAAO,aAAa;IACpB,MAAM,WAAW;IACjB,WAAW,gBAAgB;IAC3B,mBAAmB,yBAAyB;IAC5C,WAAW,iBAAiB;IAC5B,YAAY,iBAAiB;IAC7B,UAAU,0BAA0B;IACpC,OAAO,YAAY;IACnB,YAAY,kBAAkB;IAC9B,kBAAkB,gCAAgC;IAClD,aAAa,wBAAwB;IACrC,eAAe,sBAAsB;IACrC,eAAe,sBAAsB;IACrC,UAAU,gBAAgB;IAC1B,iBAAiB,yBAAyB;IAC1C,mBAAmB,2BAA2B;IAC9C,mBAAmB,0BAA0B;IAC7C,eAAe,eAAe;IAC9B,iBAAiB,iBAAiB;IAClC,oBAAoB,gCAAgC;IACpD,OAAO,YAAY;IACnB,iBAAiB,sBAAsB;IACvC,iBAAiB,sBAAsB;IACvC,aAAa,kBAAkB;IAC/B,eAAe,oBAAoB;IACnC,aAAa,gBAAgB;IAC7B,cAAc,oBAAoB;IAClC,cAAc,mBAAmB;IACjC,wBAAwB,gCAAgC;IACxD,eAAe,0BAA0B;IACzC,oBAAoB,2BAA2B;IAC/C,YAAY,kBAAkB;IAC9B,kBAAkB,oBAAoB;IACtC,aAAa,YAAY;IACzB,oBAAoB,oBAAoB;IACxC,SAAS,gBAAgB;IAEzB,gBAAgB,uBAAuB;IACvC,sBAAsB,yBAAyB;IAC/C,UAAU,gBAAgB;IAC1B,SAAS,eAAe;IACxB,cAAc,qBAAqB;IACnC,mBAAmB,0BAA0B;IAC7C,yBAAyB,iCAAiC;IAE1D,QAAQ,aAAa;IACrB,GAAG,QAAQ;IACX,aAAa,kBAAkB;IAC/B,aAAa,kBAAkB;IAC/B,uBAAuB,4BAA4B;IACnD,oBAAoB,yBAAyB;IAC7C,wBAAwB,6BAA6B;IACrD,gBAAgB,qBAAqB;IACrC,mBAAmB,0BAA0B;IAC7C,wBAAwB,kBAAkB;IAC1C,6BAA6B,wBAAwB;IACrD,sBAAsB,uBAAuB;IAC7C,uBAAuB,0BAA0B;IACjD,eAAe,oBAAoB;IACnC,oBAAoB,yBAAyB;IAC7C,kBAAkB,uBAAuB;IACzC,sBAAsB,oBAAoB;IAC1C,uBAAuB,yBAAyB;IAChD,QAAQ,cAAc;IAEtB,YAAY,kBAAkB;IAE9B,SAAS,UAAU;IAEnB,oBAAoB,sBAAsB;IAC1C,0BAA0B,kCAAkC;CAC7D;AAED,oBAAY,eAAe;IACzB,UAAU,eAAe;CAC1B"}
|
|
@@ -49,6 +49,7 @@ var QuestionNames;
|
|
|
49
49
|
QuestionNames["OpenAIKey"] = "openai-key";
|
|
50
50
|
QuestionNames["AzureOpenAIKey"] = "azure-openai-key";
|
|
51
51
|
QuestionNames["AzureOpenAIEndpoint"] = "azure-openai-endpoint";
|
|
52
|
+
QuestionNames["AzureOpenAIDeploymentName"] = "azure-openai-deployment-name";
|
|
52
53
|
QuestionNames["Features"] = "features";
|
|
53
54
|
QuestionNames["Env"] = "env";
|
|
54
55
|
QuestionNames["SourceEnvName"] = "sourceEnvName";
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"questionNames.js","sourceRoot":"","sources":["../../src/question/questionNames.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,IAAY,
|
|
1
|
+
{"version":3,"file":"questionNames.js","sourceRoot":"","sources":["../../src/question/questionNames.ts"],"names":[],"mappings":";AAAA,uCAAuC;AACvC,kCAAkC;;;AAElC,IAAY,aA0EX;AA1ED,WAAY,aAAa;IACvB,oCAAmB,CAAA;IACnB,2CAA0B,CAAA;IAC1B,qCAAoB,CAAA;IACpB,kCAAiB,CAAA;IACjB,4CAA2B,CAAA;IAC3B,6DAA4C,CAAA;IAC5C,6CAA4B,CAAA;IAC5B,8CAA6B,CAAA;IAC7B,qDAAoC,CAAA;IACpC,oCAAmB,CAAA;IACnB,+CAA8B,CAAA;IAC9B,mEAAkD,CAAA;IAClD,sDAAqC,CAAA;IACrC,sDAAqC,CAAA;IACrC,sDAAqC,CAAA;IACrC,2CAA0B,CAAA;IAC1B,2DAA0C,CAAA;IAC1C,+DAA8C,CAAA;IAC9C,8DAA6C,CAAA;IAC7C,+CAA8B,CAAA;IAC9B,mDAAkC,CAAA;IAClC,qEAAoD,CAAA;IACpD,oCAAmB,CAAA;IACnB,wDAAuC,CAAA;IACvC,wDAAuC,CAAA;IACvC,gDAA+B,CAAA;IAC/B,oDAAmC,CAAA;IACnC,8CAA6B,CAAA;IAC7B,mDAAkC,CAAA;IAClC,kDAAiC,CAAA;IACjC,yEAAwD,CAAA;IACxD,0DAAyC,CAAA;IACzC,gEAA+C,CAAA;IAC/C,+CAA8B,CAAA;IAC9B,uDAAsC,CAAA;IACtC,0CAAyB,CAAA;IACzB,yDAAwC,CAAA;IACxC,0CAAyB,CAAA;IAEzB,wDAAuC,CAAA;IACvC,gEAA+C,CAAA;IAC/C,2CAA0B,CAAA;IAC1B,yCAAwB,CAAA;IACxB,oDAAmC,CAAA;IACnC,8DAA6C,CAAA;IAC7C,2EAA0D,CAAA;IAE1D,sCAAqB,CAAA;IACrB,4BAAW,CAAA;IACX,gDAA+B,CAAA;IAC/B,gDAA+B,CAAA;IAC/B,oEAAmD,CAAA;IACnD,8DAA6C,CAAA;IAC7C,sEAAqD,CAAA;IACrD,sDAAqC,CAAA;IACrC,8DAA6C,CAAA;IAC7C,2DAA0C,CAAA;IAC1C,sEAAqD,CAAA;IACrD,8DAA6C,CAAA;IAC7C,kEAAiD,CAAA;IACjD,oDAAmC,CAAA;IACnC,8DAA6C,CAAA;IAC7C,0DAAyC,CAAA;IACzC,2DAA0C,CAAA;IAC1C,iEAAgD,CAAA;IAChD,uCAAsB,CAAA;IAEtB,+CAA8B,CAAA;IAE9B,oCAAmB,CAAA;IAEnB,2DAA0C,CAAA;IAC1C,6EAA4D,CAAA;AAC9D,CAAC,EA1EW,aAAa,GAAb,qBAAa,KAAb,qBAAa,QA0ExB;AAED,IAAY,eAEX;AAFD,WAAY,eAAe;IACzB,4CAAyB,CAAA;AAC3B,CAAC,EAFW,eAAe,GAAf,uBAAe,KAAf,uBAAe,QAE1B"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/teamsfx-core",
|
|
3
|
-
"version": "2.0.8-alpha.
|
|
3
|
+
"version": "2.0.8-alpha.4e708f092.0",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"types": "build/index.d.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -62,6 +62,8 @@
|
|
|
62
62
|
"test:migration": "nyc mocha \"tests/core/middleware/migration/projectMigrationV3.test.ts\"",
|
|
63
63
|
"test:teamsappMgr": "nyc mocha \"tests/component/driver/teamsApp/teamsappMgr.test.ts\"",
|
|
64
64
|
"test:projcheck": "nyc mocha \"tests/common/projectTypeChecker.test.ts\"",
|
|
65
|
+
"test:telemetry": "nyc mocha \"tests/common/telemetry.test.ts\"",
|
|
66
|
+
"test:stringUtils": "nyc mocha \"tests/common/stringUtils.test.ts\"",
|
|
65
67
|
"clean": "rm -rf build",
|
|
66
68
|
"prebuild": "npm run gen:cli",
|
|
67
69
|
"build": "rimraf build && npx tsc -p ./",
|
|
@@ -84,13 +86,13 @@
|
|
|
84
86
|
"@azure/arm-subscriptions": "^5.0.0",
|
|
85
87
|
"@azure/core-auth": "^1.4.0",
|
|
86
88
|
"@azure/identity": "^3.1.3",
|
|
87
|
-
"@azure/msal-node": "^
|
|
89
|
+
"@azure/msal-node": "^2.6.6",
|
|
88
90
|
"@azure/storage-blob": "^12.7.0",
|
|
89
91
|
"@feathersjs/hooks": "^0.6.5",
|
|
90
92
|
"@microsoft/dev-tunnels-contracts": "1.1.9",
|
|
91
93
|
"@microsoft/dev-tunnels-management": "1.1.9",
|
|
92
|
-
"@microsoft/m365-spec-parser": "^0.1.1-alpha.
|
|
93
|
-
"@microsoft/teamsfx-api": "0.22.8-alpha.
|
|
94
|
+
"@microsoft/m365-spec-parser": "^0.1.1-alpha.4e708f092.0",
|
|
95
|
+
"@microsoft/teamsfx-api": "0.22.8-alpha.4e708f092.0",
|
|
94
96
|
"adm-zip": "^0.5.10",
|
|
95
97
|
"ajv": "^8.5.0",
|
|
96
98
|
"axios": "^1.6.7",
|
|
@@ -174,7 +176,7 @@
|
|
|
174
176
|
"chai-spies": "^1.0.0",
|
|
175
177
|
"copy-webpack-plugin": "^6.4.1",
|
|
176
178
|
"dotenv": "^8.2.0",
|
|
177
|
-
"eslint": "^7.
|
|
179
|
+
"eslint": "^7.29.0",
|
|
178
180
|
"eslint-plugin-header": "^3.1.1",
|
|
179
181
|
"eslint-plugin-import": "^2.25.2",
|
|
180
182
|
"eslint-plugin-no-secrets": "^0.8.9",
|
|
@@ -206,7 +208,7 @@
|
|
|
206
208
|
"resource/**/*",
|
|
207
209
|
"templates/**/*"
|
|
208
210
|
],
|
|
209
|
-
"gitHead": "
|
|
211
|
+
"gitHead": "378e5546410fdeb22e98f82c2edb1ac19e0b0e2c",
|
|
210
212
|
"publishConfig": {
|
|
211
213
|
"access": "public"
|
|
212
214
|
},
|
|
@@ -1,20 +1,22 @@
|
|
|
1
1
|
{
|
|
2
|
+
"core.addApi.confirm":"Teams Toolkit will modify files in your \"%s\" folder based on the new OpenAPI document you provided. To avoid losing unexpected changes, back up your files or use git for change tracking before proceeding.",
|
|
3
|
+
"core.addApi.continue": "Add",
|
|
2
4
|
"core.provision.provision": "Provision",
|
|
3
|
-
"core.provision.learnMore": "
|
|
5
|
+
"core.provision.learnMore": "More info",
|
|
4
6
|
"core.provision.azureAccount": "Azure account: %s",
|
|
5
7
|
"core.provision.azureSubscription": "Azure subscription: %s",
|
|
6
8
|
"core.provision.m365Account": "Microsoft 365 account: %s",
|
|
7
9
|
"core.provision.confirmEnvAndCostNotice": "Costs may apply based on usage. Do you want to provision resources in %s environment using listed accounts?",
|
|
8
10
|
"core.deploy.confirmEnvNoticeV3": "Do you want to deploy resources in %s environment?",
|
|
9
11
|
"core.provision.viewResources": "View provisioned resources",
|
|
10
|
-
"core.deploy.aadManifestSuccessNotice": "Your Microsoft Entra app has been deployed successfully. To view that, click \"
|
|
12
|
+
"core.deploy.aadManifestSuccessNotice": "Your Microsoft Entra app has been deployed successfully. To view that, click \"More info\"",
|
|
11
13
|
"core.deploy.aadManifestOnCLISuccessNotice": "Your Microsoft Entra app has been updated successfully.",
|
|
12
|
-
"core.deploy.aadManifestLearnMore": "
|
|
13
|
-
"core.deploy.botTroubleShoot": "To troubleshoot your bot application in Azure, click \"
|
|
14
|
-
"core.deploy.botTroubleShoot.learnMore": "
|
|
14
|
+
"core.deploy.aadManifestLearnMore": "More info",
|
|
15
|
+
"core.deploy.botTroubleShoot": "To troubleshoot your bot application in Azure, click \"More info\" for documentation.",
|
|
16
|
+
"core.deploy.botTroubleShoot.learnMore": "More info",
|
|
15
17
|
"core.option.deploy": "Deploy",
|
|
16
18
|
"core.option.confirm": "Confirm",
|
|
17
|
-
"core.option.learnMore": "
|
|
19
|
+
"core.option.learnMore": "More info",
|
|
18
20
|
"core.option.upgrade": "Upgrade",
|
|
19
21
|
"core.option.moreInfo": "More Info",
|
|
20
22
|
"core.progress.create": "Create",
|
|
@@ -37,7 +39,7 @@
|
|
|
37
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/teamsapp-cli@latest",
|
|
38
40
|
"core.projectVersionChecker.incompatibleProject": "The current project is incompatible with the installed version of Teams Toolkit.",
|
|
39
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.",
|
|
40
|
-
"core.deployArmTemplates.ActionSuccess": "
|
|
42
|
+
"core.deployArmTemplates.ActionSuccess": "ARM templates are deployed successfully. Resource group name: %s. Deployment name: %s",
|
|
41
43
|
"core.collaboration.ListCollaboratorsSuccess": "'List of Microsoft 365 App owners is successful, you can view it in [Output panel](%s).",
|
|
42
44
|
"core.collaboration.GrantingPermission": "Granting permission",
|
|
43
45
|
"core.collaboration.EmailCannotBeEmptyOrSame": "Provide collaborator's email and make sure it's not the current user's email.",
|
|
@@ -218,7 +220,8 @@
|
|
|
218
220
|
"error.generator.DownloadSampleNetworkError": "Unable to download sample due to network error. Check your network connection and try again or you can manually clone the repo from %s",
|
|
219
221
|
"error.copilotPlugin.apiSpecNotUsedInPlugin": "\"%s\" is not used in the plugin.",
|
|
220
222
|
"error.copilotPlugin.openAiPluginManifest.CannotGetManifest": "Unable to get OpenAI plugin manifest from '%s'.",
|
|
221
|
-
"error.
|
|
223
|
+
"error.apime.noExtraAPICanBeAdded": "Unable to add API because only GET and POST methods are supported, with a maximum of 5 required parameters and no authentication. Also, methods defined in the manifest are not listed.",
|
|
224
|
+
"error.copilot.noExtraAPICanBeAdded": "Unable to add API because no authentication is supported. Also, methods defined in the current OpenAPI description document are not listed.",
|
|
222
225
|
"error.m365.NotExtendedToM365Error": "Unable to extend Teams app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend your Teams app to Microsoft 365.",
|
|
223
226
|
"core.QuestionAppName.validation.pattern": "App name needs to begin with letters, include minimum two letters or digits, and exclude certain special characters.",
|
|
224
227
|
"core.QuestionAppName.validation.maxlength": "App name is longer than the 30 characters.",
|
|
@@ -281,10 +284,10 @@
|
|
|
281
284
|
"core.createProjectQuestion.projectType.bot.detail": "Conversational or informative chat experiences that can automate repetitive tasks",
|
|
282
285
|
"core.createProjectQuestion.projectType.bot.label": "Bot",
|
|
283
286
|
"core.createProjectQuestion.projectType.bot.title": "App Features Using a Bot",
|
|
284
|
-
"core.createProjectQuestion.projectType.messageExtension.detail": "Search
|
|
287
|
+
"core.createProjectQuestion.projectType.messageExtension.detail": "Search and take actions from the text input box in Teams and Outlook",
|
|
285
288
|
"core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Search or initiate actions from the message composing area of Teams, Outlook and Copilot",
|
|
286
289
|
"core.createProjectQuestion.projectType.messageExtension.title": "App Features Using a Message Extension",
|
|
287
|
-
"core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content",
|
|
290
|
+
"core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content for seamless user experience",
|
|
288
291
|
"core.createProjectQuestion.projectType.outlookAddin.label": "Outlook Add-in",
|
|
289
292
|
"core.createProjectQuestion.projectType.outlookAddin.title": "App Features Using an Outlook Add-in",
|
|
290
293
|
"core.createProjectQuestion.projectType.officeAddin.detail": "Extend Office apps to interact with content in Office documents and Outlook mails",
|
|
@@ -298,7 +301,7 @@
|
|
|
298
301
|
"core.createProjectQuestion.projectType.copilotPlugin.label": "Copilot Plugin",
|
|
299
302
|
"core.createProjectQuestion.projectType.copilotPlugin.title": "Copilot Plugin",
|
|
300
303
|
"core.createProjectQuestion.projectType.copilotPlugin.placeholder": "Select an option",
|
|
301
|
-
"core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent chatbot
|
|
304
|
+
"core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent chatbot in Microsoft Teams easily using Teams AI Library",
|
|
302
305
|
"core.createProjectQuestion.projectType.customCopilot.label": "Custom Copilot",
|
|
303
306
|
"core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Teams AI Library",
|
|
304
307
|
"core.createProjectQuestion.projectType.customCopilot.placeholder": "Select an option",
|
|
@@ -346,7 +349,9 @@
|
|
|
346
349
|
"core.createProjectQuestion.llmService.azureOpenAIKey.title": "Azure OpenAI Key",
|
|
347
350
|
"core.createProjectQuestion.llmService.azureOpenAIKey.placeholder": "Input Azure OpenAI service key now or set it later in the project",
|
|
348
351
|
"core.createProjectQuestion.llmService.azureOpenAIEndpoint.title": "Azure OpenAI Endpoint",
|
|
352
|
+
"core.createProjectQuestion.llmService.azureOpenAIDeploymentName.title": "Azure OpenAI Deployment Name",
|
|
349
353
|
"core.createProjectQuestion.llmService.azureOpenAIEndpoint.placeholder": "Input Azure OpenAI service endpoint now or set it later in the project",
|
|
354
|
+
"core.createProjectQuestion.llmService.azureOpenAIDeploymentName.placeholder": "Input Azure OpenAI deployment name now or set it later in the project",
|
|
350
355
|
"core.createProjectQuestion.apiSpec.title": "OpenAPI Description Document",
|
|
351
356
|
"core.createProjectQuestion.apiSpec.placeholder": "Enter OpenAPI Description Document URL",
|
|
352
357
|
"core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Description Document Location",
|
|
@@ -366,8 +371,8 @@
|
|
|
366
371
|
"core.createProjectQuestion.apiSpec.operation.multipleAuth": "Your selected APIs have multiple authorizations %s which are not supported.",
|
|
367
372
|
"core.createProjectQuestion.apiSpec.operation.multipleServer": "Your selected APIs have multiple server URLs %s which are not supported.",
|
|
368
373
|
"core.createProjectQuestion.apiSpec.operation.placeholder.skipExisting": "Methods defined in manifest.json are not listed",
|
|
369
|
-
"core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "
|
|
370
|
-
"core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "
|
|
374
|
+
"core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "Incompatible OpenAPI description document. Check output panel for details.",
|
|
375
|
+
"core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "Incompatible OpenAPI description document. Check [output panel](command:fx-extension.showOutputChannel) for details.",
|
|
371
376
|
"core.createProjectQuestion.openAiPluginManifest.multipleValidationErrors.vscode.message": "Invalid OpenAI plugin manifest. Check [output panel](command:fx-extension.showOutputChannel) for details.",
|
|
372
377
|
"core.createProjectQuestion.openAiPluginManifest.validationError.missingApiUrl": "Missing URL in \"%s\".",
|
|
373
378
|
"core.createProjectQuestion.openAiPluginManifest.validationError.authNotSupported": "Auth type is not supported. Supported auth type: \"%s\".",
|
|
@@ -376,36 +381,36 @@
|
|
|
376
381
|
"core.createProjectQuestion.officeXMLAddin.bar.detail": "Creating Project.",
|
|
377
382
|
"core.createProjectQuestion.officeXMLAddin.mainEntry.title": "Office Add-in",
|
|
378
383
|
"core.createProjectQuestion.officeXMLAddin.mainEntry.detail": "Create integration with Outlook, Word, Excel, or PowerPoint",
|
|
379
|
-
"core.createProjectQuestion.officeXMLAddin.create.title": "Select to
|
|
384
|
+
"core.createProjectQuestion.officeXMLAddin.create.title": "Select to Create an Outlook, Word, Excel, or PowerPoint Add-in",
|
|
380
385
|
"core.createProjectQuestion.officeXMLAddin.word.title": "Word Add-in",
|
|
381
386
|
"core.createProjectQuestion.officeXMLAddin.word.detail": "Create an add-in that can run in Word across multiple platforms",
|
|
382
387
|
"core.createProjectQuestion.officeXMLAddin.word.sso.title": "Add-in with Single Sign On",
|
|
383
388
|
"core.createProjectQuestion.officeXMLAddin.word.sso.detail": "Create a Word add-in with Single Sign On capabilities",
|
|
384
|
-
"core.createProjectQuestion.officeXMLAddin.word.react.title": "Add-in with React
|
|
389
|
+
"core.createProjectQuestion.officeXMLAddin.word.react.title": "Add-in with React Framework",
|
|
385
390
|
"core.createProjectQuestion.officeXMLAddin.word.react.detail": "Create a Word add-in with React framework",
|
|
386
391
|
"core.createProjectQuestion.officeXMLAddin.word.create.title": "Create a Word Add-in",
|
|
387
392
|
"core.createProjectQuestion.officeXMLAddin.excel.title": "Excel Add-in",
|
|
388
393
|
"core.createProjectQuestion.officeXMLAddin.excel.detail": "Extend Excel functionality and access Excel data on multiple platforms",
|
|
389
394
|
"core.createProjectQuestion.officeXMLAddin.excel.sso.title": "Add-in with Single Sign On",
|
|
390
395
|
"core.createProjectQuestion.officeXMLAddin.excel.sso.detail": "Create an Excel add-in with Single Sign On capabilities",
|
|
391
|
-
"core.createProjectQuestion.officeXMLAddin.excel.react.title": "Add-in with React
|
|
396
|
+
"core.createProjectQuestion.officeXMLAddin.excel.react.title": "Add-in with React Framework",
|
|
392
397
|
"core.createProjectQuestion.officeXMLAddin.excel.react.detail": "Create an Excel add-in with React framework",
|
|
393
|
-
"core.createProjectQuestion.officeXMLAddin.excel.cf.shared.title": "Excel Custom Functions
|
|
398
|
+
"core.createProjectQuestion.officeXMLAddin.excel.cf.shared.title": "Excel Custom Functions Using a Shared Runtime",
|
|
394
399
|
"core.createProjectQuestion.officeXMLAddin.excel.cf.shared.detail": "Create an Excel add-in leveraging Custom Functions using a Shared Runtime",
|
|
395
|
-
"core.createProjectQuestion.officeXMLAddin.excel.cf.js.title": "Excel Custom Functions
|
|
400
|
+
"core.createProjectQuestion.officeXMLAddin.excel.cf.js.title": "Excel Custom Functions Using a JavaScript-only Runtime",
|
|
396
401
|
"core.createProjectQuestion.officeXMLAddin.excel.cf.js.detail": "Create an Excel add-in leveraging Custom Functions using a JavaScript-only Runtime",
|
|
397
402
|
"core.createProjectQuestion.officeXMLAddin.excel.create.title": "Create an Excel Add-in",
|
|
398
403
|
"core.createProjectQuestion.officeXMLAddin.powerpoint.title": "PowerPoint Add-in",
|
|
399
404
|
"core.createProjectQuestion.officeXMLAddin.powerpoint.detail": "Build engaging solutions for presentations across platform",
|
|
400
|
-
"core.createProjectQuestion.officeXMLAddin.powerpoint.sso.title": "
|
|
405
|
+
"core.createProjectQuestion.officeXMLAddin.powerpoint.sso.title": "Add-in with Single Sign On",
|
|
401
406
|
"core.createProjectQuestion.officeXMLAddin.powerpoint.sso.detail": "PowerPoint add-in with Single Sign On capabilities",
|
|
402
|
-
"core.createProjectQuestion.officeXMLAddin.powerpoint.react.title": "Add-in with React
|
|
407
|
+
"core.createProjectQuestion.officeXMLAddin.powerpoint.react.title": "Add-in with React Framework",
|
|
403
408
|
"core.createProjectQuestion.officeXMLAddin.powerpoint.react.detail": "Create a PowerPoint add-in with React framework",
|
|
404
409
|
"core.createProjectQuestion.officeXMLAddin.powerpoint.create.title": "Create a PowerPoint Add-in",
|
|
405
|
-
"core.createProjectQuestion.officeXMLAddin.taskpane.title": "Add-in with Basic
|
|
406
|
-
"core.createProjectQuestion.officeXMLAddin.taskpane.detail": "Customize the Ribbon with a button and
|
|
407
|
-
"core.createProjectQuestion.officeXMLAddin.manifestOnly.title": "Add-in
|
|
408
|
-
"core.createProjectQuestion.officeXMLAddin.manifestOnly.detail": "Create
|
|
410
|
+
"core.createProjectQuestion.officeXMLAddin.taskpane.title": "Add-in with Basic Task Pane",
|
|
411
|
+
"core.createProjectQuestion.officeXMLAddin.taskpane.detail": "Customize the Ribbon with a button and create a dashboard in the Task Pane",
|
|
412
|
+
"core.createProjectQuestion.officeXMLAddin.manifestOnly.title": "Add-in Project With only Manifest File",
|
|
413
|
+
"core.createProjectQuestion.officeXMLAddin.manifestOnly.detail": "Create an add-in project that includes only the manifest file",
|
|
409
414
|
"core.aiAssistantBotOption.label": "AI Assistant Bot",
|
|
410
415
|
"core.aiAssistantBotOption.detail": "A custom AI assistant bot in Teams using Teams AI library and OpenAI Assistants API",
|
|
411
416
|
"core.aiBotOption.label": "AI Chat Bot",
|
|
@@ -444,37 +449,37 @@
|
|
|
444
449
|
"core.SampleSelect.placeholder": "Select a sample",
|
|
445
450
|
"core.SampleSelect.buttons.viewSamples": "View samples",
|
|
446
451
|
"core.updateBotIdsQuestion.title": "Create new bot(s) for debugging",
|
|
447
|
-
"core.updateBotIdsQuestion.placeholder": "
|
|
448
|
-
"_core.updateBotIdsQuestion.placeholder.comment": "'botId' is the field name
|
|
452
|
+
"core.updateBotIdsQuestion.placeholder": "Deselect to keep the original botId value",
|
|
453
|
+
"_core.updateBotIdsQuestion.placeholder.comment": "'botId' is the field name that shouldn't be localized.",
|
|
449
454
|
"core.updateBotIdForBot.description": "Update botId %s to \"${{BOT_ID}}\" in manifest.json",
|
|
450
|
-
"_core.updateBotIdForBot.description.comment": "'botId' and '${{BOT_ID}}'
|
|
455
|
+
"_core.updateBotIdForBot.description.comment": "'botId' and '${{BOT_ID}}' shouldn't be localized. 'manifest.json' is the file name that shouldn't be localized.",
|
|
451
456
|
"core.updateBotIdForMessageExtension.description": "Update botId %s to \"${{BOT_ID}}\" in manifest.json",
|
|
452
|
-
"_core.updateBotIdForMessageExtension.description.comment": "'botId' and '${{BOT_ID}}'
|
|
457
|
+
"_core.updateBotIdForMessageExtension.description.comment": "'botId' and '${{BOT_ID}}' shouldn't be localized. 'manifest.json' is the file name that shouldn't be localized.",
|
|
453
458
|
"core.updateBotIdForBot.label": "Bot",
|
|
454
459
|
"core.updateBotIdForMessageExtension.label": "Message extension",
|
|
455
460
|
"core.updateContentUrlQuestion.title": "Configure content URL(s) for debugging",
|
|
456
461
|
"core.updateWebsiteUrlQuestion.title": "Configure website URL(s) for debugging",
|
|
457
462
|
"core.updateContentUrlOption.description": "Update the content URL from %s to %s",
|
|
458
463
|
"core.updateWebsiteUrlOption.description": "Update the website URL from %s to %s",
|
|
459
|
-
"core.updateUrlQuestion.placeholder": "
|
|
464
|
+
"core.updateUrlQuestion.placeholder": "Deselect to keep the original URL",
|
|
460
465
|
"core.SingleSignOnOption.label": "Single Sign-On",
|
|
461
466
|
"core.SingleSignOnOption.detail": "Develop a Single Sign-On feature for Teams Launch pages and Bot capability",
|
|
462
467
|
"core.getUserEmailQuestion.title": "Add owner to Teams/Microsoft Entra app for the account under the same Microsoft 365 tenant (email)",
|
|
463
|
-
"core.getUserEmailQuestion.validation1": "
|
|
464
|
-
"core.getUserEmailQuestion.validation2": "
|
|
468
|
+
"core.getUserEmailQuestion.validation1": "Enter email address",
|
|
469
|
+
"core.getUserEmailQuestion.validation2": "Change [UserName] to the real user name",
|
|
465
470
|
"core.collaboration.error.failedToLoadDotEnvFile": "Unable to load your .env File. Reason: %s",
|
|
466
471
|
"core.selectAadAppManifestQuestion.title": "Select Microsoft Entra manifest.json file",
|
|
467
472
|
"core.selectTeamsAppManifestQuestion.title": "Select Teams manifest.json file",
|
|
468
473
|
"core.selectTeamsAppPackageQuestion.title": "Select Teams app package file",
|
|
469
474
|
"core.selectLocalTeamsAppManifestQuestion.title": "Select local Teams manifest.json file",
|
|
470
|
-
"core.selectCollaborationAppTypeQuestion.title": "Select app you want to manage
|
|
475
|
+
"core.selectCollaborationAppTypeQuestion.title": "Select the app for which you want to manage collaborators",
|
|
471
476
|
"core.selectValidateMethodQuestion.validate.selectTitle": "Select a validation method",
|
|
472
477
|
"core.selectValidateMethodQuestion.validate.schemaOption": "Validate using manifest schema",
|
|
473
478
|
"core.selectValidateMethodQuestion.validate.schemaOptionDescription": "Validate using manifest schema",
|
|
474
479
|
"core.selectValidateMethodQuestion.validate.appPackageOption": "Validate app package using validation rules",
|
|
475
480
|
"core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Validate app package using validation rules",
|
|
476
481
|
"core.selectValidateMethodQuestion.validate.testCasesOption": "Publish Readiness",
|
|
477
|
-
"core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Check your app with
|
|
482
|
+
"core.selectValidateMethodQuestion.validate.testCasesOptionDescription": "Check your app with Microsoft's test cases before publishing",
|
|
478
483
|
"core.confirmManifestQuestion.placeholder": "Confirm you've selected the correct manifest file",
|
|
479
484
|
"core.aadAppQuestion.label": "Microsoft Entra app",
|
|
480
485
|
"core.aadAppQuestion.description": "Your Microsoft Entra app for Single Sign On",
|
|
@@ -507,7 +512,25 @@
|
|
|
507
512
|
"core.common.NoServerInformation": "No server information is found in the OpenAPI description document.",
|
|
508
513
|
"core.common.RemoteRefNotSupported": "Remote reference is not supported: %s.",
|
|
509
514
|
"core.common.MissingOperationId": "Missing operationIds: %s.",
|
|
510
|
-
"core.common.NoSupportedApi": "No supported API
|
|
515
|
+
"core.common.NoSupportedApi": "No supported API found in the OpenAPI document.\nFor more information visit: \"https://aka.ms/build-api-based-message-extension\". \nReasons for API incompatibility are listed below:\n%s",
|
|
516
|
+
"core.common.NoSupportedApiCopilot": "No supported API is found in the OpenAPI description document. \nReasons for API incompatibility are listed below:\n%s",
|
|
517
|
+
"core.common.invalidReason.AuthTypeIsNotSupported": "authorization type is not supported",
|
|
518
|
+
"core.common.invalidReason.MissingOperationId": "operation id is missing",
|
|
519
|
+
"core.common.invalidReason.PostBodyContainMultipleMediaTypes": "post body contains multiple media types",
|
|
520
|
+
"core.common.invalidReason.ResponseContainMultipleMediaTypes": "response contains multiple media types",
|
|
521
|
+
"core.common.invalidReason.ResponseJsonIsEmpty": "response json is empty",
|
|
522
|
+
"core.common.invalidReason.PostBodySchemaIsNotJson": "post body schema is not json",
|
|
523
|
+
"core.common.invalidReason.PostBodyContainsRequiredUnsupportedSchema": "post body contains required unsupported schema",
|
|
524
|
+
"core.common.invalidReason.ParamsContainRequiredUnsupportedSchema": "params contain required unsupported schema",
|
|
525
|
+
"core.common.invalidReason.ParamsContainsNestedObject": "params contain nested object",
|
|
526
|
+
"core.common.invalidReason.RequestBodyContainsNestedObject": "request body contains nested object",
|
|
527
|
+
"core.common.invalidReason.ExceededRequiredParamsLimit": "exceeded required params limit",
|
|
528
|
+
"core.common.invalidReason.NoParameter": "no parameter",
|
|
529
|
+
"core.common.invalidReason.NoAPIInfo": "no API info",
|
|
530
|
+
"core.common.invalidReason.MethodNotAllowed": "method not allowed",
|
|
531
|
+
"core.common.invalidReason.UrlPathNotExist": "url path does not exist",
|
|
532
|
+
"core.common.invalidReason.NoAPIs": "No APIs were found in the OpenAPI description document.",
|
|
533
|
+
|
|
511
534
|
"core.common.UrlProtocolNotSupported": "Server url is not correct: protocol %s is not supported, you should use https protocol instead.",
|
|
512
535
|
"core.common.RelativeServerUrlNotSupported": "Server url is not correct: relative server url is not supported.",
|
|
513
536
|
"core.common.ErrorFetchApiSpec": "Your OpenAPI description document should be accessible without authentication, otherwise download and start from a local copy.",
|
|
@@ -571,7 +594,7 @@
|
|
|
571
594
|
"depChecker.learnMoreButtonText": "Learn more",
|
|
572
595
|
"depChecker.needInstallNpm": "You must have NPM installed to debug your local functions.",
|
|
573
596
|
"depChecker.failToValidateFuncCoreTool": "Unable to validate Azure Functions Core Tools after installation.",
|
|
574
|
-
"depChecker.symlinkDirAlreadyExist": "The destination of the symlink already exists",
|
|
597
|
+
"depChecker.symlinkDirAlreadyExist": "The destination of the symlink (%s) already exists, please remove it and try again.",
|
|
575
598
|
"depChecker.portableFuncNodeNotMatched": "Your Node.js (@NodeVersion) is incompatible with Teams Toolkit Azure Functions Core Tools (@FuncVersion).",
|
|
576
599
|
"depChecker.invalidFuncVersion": "The format of version %s is invalid.",
|
|
577
600
|
"depChecker.noSentinelFile": "Azure Functions Core Tools installation is incomplete.",
|
|
@@ -703,6 +726,7 @@
|
|
|
703
726
|
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing Teams app...",
|
|
704
727
|
"driver.teamsApp.progressBar.validateWithTestCases": "Submitting validation request...",
|
|
705
728
|
"driver.teamsApp.progressBar.validateWithTestCases.step": "Validation request submitted, status: %s. You will be notified when the result is ready or you can check all your validation records in [Teams Developer Portal](%s).",
|
|
729
|
+
"driver.teamsApp.progressBar.validateWithTestCases.conflict": "A validation is currently in progress, please submit later. You can find this existing validation in [Teams Developer Portal](%s).",
|
|
706
730
|
"driver.teamsApp.summary.createTeamsAppAlreadyExists": "Teams app with id %s already exists, skipped creating a new Teams app.",
|
|
707
731
|
"driver.teamsApp.summary.publishTeamsAppExists": "Teams app with id %s already exists in the organization's app store.",
|
|
708
732
|
"driver.teamsApp.summary.publishTeamsAppNotExists": "Teams app with id %s does not exist in the organization's app store.",
|
|
@@ -716,10 +740,11 @@
|
|
|
716
740
|
"driver.teamsApp.summary.validate.succeed": "%s passed",
|
|
717
741
|
"driver.teamsApp.summary.validate.failed": "%s failed",
|
|
718
742
|
"driver.teamsApp.summary.validate.warning": "%s warning",
|
|
743
|
+
"driver.teamsApp.summary.validate.skipped": "%s skipped",
|
|
719
744
|
"driver.teamsApp.summary.validate.all": "All",
|
|
720
|
-
"driver.teamsApp.summary.validateWithTestCases": "Validation request completed, status: %s.",
|
|
721
|
-
"driver.teamsApp.summary.validateWithTestCases.result": "Validation request completed, status: %s.
|
|
722
|
-
"driver.teamsApp.summary.validateWithTestCases.
|
|
745
|
+
"driver.teamsApp.summary.validateWithTestCases": "Validation request completed, status: %s. \n\nSummary:\n%s. View the result from: %s.%s",
|
|
746
|
+
"driver.teamsApp.summary.validateWithTestCases.result": "Validation request completed, status: %s. %s. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
747
|
+
"driver.teamsApp.summary.validateWithTestCases.result.detail": "%s Validation title: %s. Message: %s",
|
|
723
748
|
"driver.teamsApp.validate.result": "Teams Toolkit has completed checking your app package against validation rules. %s.",
|
|
724
749
|
"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.",
|
|
725
750
|
"error.teamsApp.validate.apiFailed": "Teams app package validation failed due to %s",
|
|
@@ -793,8 +818,8 @@
|
|
|
793
818
|
"error.deploy.DeployZipPackageError": "Unable to deploy zip package to endpoint '%s' in Azure due to error: %s. \nSuggestions:\n 1. Verify that your Azure account has the necessary permissions to access the API. \n 2. Verify that the endpoint is properly configured in Azure and that the required resources have been provisioned. \n 3. Ensure that 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, you can attempt to deploy the package manually following the guidelines in this link: '%s'",
|
|
794
819
|
"error.deploy.CheckDeploymentStatusError": "Unable to check deployment status for location: '%s' due to error: %s. If the issue persists, please review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
|
|
795
820
|
"error.deploy.DeployRemoteStartError": "The package has been successfully deployed to Azure for location: '%s', but the application 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 application logs: Look for any error messages or stack traces in the application logs to identify the root cause of the problem.\n 2. Check the Azure configuration: Ensure that 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: Verify that all dependencies required by the application 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 that the resource allocation for the Azure instance is appropriate for the application and its workload.\n 7. Seek help from Azure support: If the issue persists, reach out to Azure support for further assistance.",
|
|
796
|
-
"error.script.ScriptTimeoutError": "Script execution timeout
|
|
797
|
-
"error.script.ScriptExecutionError": "
|
|
821
|
+
"error.script.ScriptTimeoutError": "Script execution timeout. Adjust 'timeout' parameter in yaml or improve your script's efficiency.",
|
|
822
|
+
"error.script.ScriptExecutionError": "Unable to execute script action.",
|
|
798
823
|
"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.",
|
|
799
824
|
"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.",
|
|
800
825
|
"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.",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|