@microsoft/teamsfx-core 2.0.8-alpha.2f5decfcc.0 → 2.0.8-alpha.42af26ca6.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 +2 -2
- package/build/common/constants.d.ts.map +1 -1
- package/build/common/constants.js +2 -2
- package/build/common/constants.js.map +1 -1
- package/build/common/featureFlags.d.ts +2 -1
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +63 -6
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/projectSettingsHelper.d.ts +7 -2
- package/build/common/projectSettingsHelper.d.ts.map +1 -1
- package/build/common/projectSettingsHelper.js +25 -7
- package/build/common/projectSettingsHelper.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 +10 -0
- package/build/common/projectTypeChecker.js.map +1 -1
- package/build/common/samples.d.ts +1 -2
- package/build/common/samples.d.ts.map +1 -1
- package/build/common/samples.js +37 -83
- package/build/common/samples.js.map +1 -1
- package/build/common/telemetry.d.ts +5 -1
- package/build/common/telemetry.d.ts.map +1 -1
- package/build/common/telemetry.js +13 -5
- 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/configManager/validator.js +1 -1
- package/build/component/configManager/validator.js.map +1 -1
- package/build/component/coordinator/index.d.ts.map +1 -1
- package/build/component/coordinator/index.js +21 -35
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/driver/aad/create.d.ts +1 -0
- package/build/component/driver/aad/create.d.ts.map +1 -1
- package/build/component/driver/aad/create.js +22 -11
- package/build/component/driver/aad/create.js.map +1 -1
- package/build/component/driver/aad/error/aadManifestError.d.ts +6 -0
- package/build/component/driver/aad/error/aadManifestError.d.ts.map +1 -1
- package/build/component/driver/aad/error/aadManifestError.js +25 -1
- package/build/component/driver/aad/error/aadManifestError.js.map +1 -1
- package/build/component/driver/aad/error/clientSecretNotAllowedError.d.ts +5 -0
- package/build/component/driver/aad/error/clientSecretNotAllowedError.d.ts.map +1 -0
- package/build/component/driver/aad/error/clientSecretNotAllowedError.js +23 -0
- package/build/component/driver/aad/error/clientSecretNotAllowedError.js.map +1 -0
- package/build/component/driver/aad/error/credentialInvalidLifetimeError.d.ts +5 -0
- package/build/component/driver/aad/error/credentialInvalidLifetimeError.d.ts.map +1 -0
- package/build/component/driver/aad/error/credentialInvalidLifetimeError.js +23 -0
- package/build/component/driver/aad/error/credentialInvalidLifetimeError.js.map +1 -0
- package/build/component/driver/aad/interface/IAADDefinition.d.ts +1 -0
- package/build/component/driver/aad/interface/IAADDefinition.d.ts.map +1 -1
- package/build/component/driver/aad/interface/createAadAppArgs.d.ts +3 -0
- package/build/component/driver/aad/interface/createAadAppArgs.d.ts.map +1 -1
- package/build/component/driver/aad/permissions/index.d.ts.map +1 -1
- package/build/component/driver/aad/permissions/index.js +9 -0
- package/build/component/driver/aad/permissions/index.js.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.d.ts +3 -2
- package/build/component/driver/aad/utility/aadAppClient.d.ts.map +1 -1
- package/build/component/driver/aad/utility/aadAppClient.js +35 -17
- package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
- package/build/component/driver/aad/utility/aadManifestHelper.d.ts.map +1 -1
- package/build/component/driver/aad/utility/aadManifestHelper.js +7 -0
- package/build/component/driver/aad/utility/aadManifestHelper.js.map +1 -1
- package/build/component/driver/aad/utility/constants.d.ts +6 -0
- package/build/component/driver/aad/utility/constants.d.ts.map +1 -1
- package/build/component/driver/aad/utility/constants.js +8 -2
- package/build/component/driver/aad/utility/constants.js.map +1 -1
- package/build/component/driver/apiKey/create.d.ts +0 -3
- package/build/component/driver/apiKey/create.d.ts.map +1 -1
- package/build/component/driver/apiKey/create.js +23 -51
- package/build/component/driver/apiKey/create.js.map +1 -1
- package/build/component/driver/apiKey/interface/createApiKeyArgs.d.ts +2 -0
- package/build/component/driver/apiKey/interface/createApiKeyArgs.d.ts.map +1 -1
- package/build/component/driver/apiKey/interface/updateApiKeyArgs.d.ts +9 -0
- package/build/component/driver/apiKey/interface/updateApiKeyArgs.d.ts.map +1 -0
- package/build/component/driver/apiKey/interface/updateApiKeyArgs.js +5 -0
- package/build/component/driver/apiKey/interface/updateApiKeyArgs.js.map +1 -0
- package/build/component/driver/apiKey/update.d.ts +13 -0
- package/build/component/driver/apiKey/update.d.ts.map +1 -0
- package/build/component/driver/apiKey/update.js +182 -0
- package/build/component/driver/apiKey/update.js.map +1 -0
- package/build/component/driver/apiKey/utility/constants.d.ts +2 -0
- package/build/component/driver/apiKey/utility/constants.d.ts.map +1 -1
- package/build/component/driver/apiKey/utility/constants.js +2 -0
- package/build/component/driver/apiKey/utility/constants.js.map +1 -1
- package/build/component/driver/apiKey/utility/utility.d.ts +7 -0
- package/build/component/driver/apiKey/utility/utility.d.ts.map +1 -0
- package/build/component/driver/apiKey/utility/utility.js +56 -0
- package/build/component/driver/apiKey/utility/utility.js.map +1 -0
- package/build/component/driver/index.d.ts +1 -0
- package/build/component/driver/index.d.ts.map +1 -1
- package/build/component/driver/index.js +1 -0
- package/build/component/driver/index.js.map +1 -1
- package/build/component/driver/script/scriptDriver.js +2 -2
- package/build/component/driver/script/scriptDriver.js.map +1 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.d.ts +6 -3
- package/build/component/driver/teamsApp/clients/appStudioClient.d.ts.map +1 -1
- package/build/component/driver/teamsApp/clients/appStudioClient.js +18 -2
- package/build/component/driver/teamsApp/clients/appStudioClient.js.map +1 -1
- package/build/component/driver/teamsApp/constants.d.ts +1 -0
- package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
- package/build/component/driver/teamsApp/constants.js +1 -0
- package/build/component/driver/teamsApp/constants.js.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts +2 -1
- package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
- package/build/component/driver/teamsApp/createAppPackage.js +36 -21
- package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
- package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.d.ts +20 -0
- package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.d.ts.map +1 -1
- package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.js.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.d.ts.map +1 -1
- package/build/component/driver/teamsApp/teamsappMgr.js +22 -8
- package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
- package/build/component/driver/teamsApp/utils/telemetry.d.ts +1 -0
- package/build/component/driver/teamsApp/utils/telemetry.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/telemetry.js +1 -0
- package/build/component/driver/teamsApp/utils/telemetry.js.map +1 -1
- package/build/component/driver/teamsApp/utils/utils.d.ts +1 -0
- package/build/component/driver/teamsApp/utils/utils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/utils.js +5 -1
- package/build/component/driver/teamsApp/utils/utils.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 +108 -39
- package/build/component/driver/teamsApp/validateTestCases.js.map +1 -1
- package/build/component/generator/copilotPlugin/helper.d.ts.map +1 -1
- package/build/component/generator/copilotPlugin/helper.js +4 -9
- package/build/component/generator/copilotPlugin/helper.js.map +1 -1
- package/build/component/generator/generator.d.ts.map +1 -1
- package/build/component/generator/generator.js +1 -0
- package/build/component/generator/generator.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts +7 -2
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +64 -43
- package/build/component/generator/officeAddin/generator.js.map +1 -1
- package/build/component/generator/officeXMLAddin/generator.d.ts +6 -2
- package/build/component/generator/officeXMLAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeXMLAddin/generator.js +36 -19
- package/build/component/generator/officeXMLAddin/generator.js.map +1 -1
- package/build/component/generator/officeXMLAddin/projectConfig.d.ts +21 -33
- package/build/component/generator/officeXMLAddin/projectConfig.d.ts.map +1 -1
- package/build/component/generator/officeXMLAddin/projectConfig.js +85 -86
- package/build/component/generator/officeXMLAddin/projectConfig.js.map +1 -1
- package/build/component/utils/metadataGraphPermssion.d.ts +8 -6
- package/build/component/utils/metadataGraphPermssion.d.ts.map +1 -1
- package/build/component/utils/metadataGraphPermssion.js +10 -2
- package/build/component/utils/metadataGraphPermssion.js.map +1 -1
- package/build/component/utils/metadataRscPermission.d.ts +16 -0
- package/build/component/utils/metadataRscPermission.d.ts.map +1 -0
- package/build/component/utils/metadataRscPermission.js +69 -0
- package/build/component/utils/metadataRscPermission.js.map +1 -0
- package/build/component/utils/metadataUtil.d.ts.map +1 -1
- package/build/component/utils/metadataUtil.js +2 -0
- package/build/component/utils/metadataUtil.js.map +1 -1
- package/build/core/FxCore.d.ts +1 -2
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +14 -4
- package/build/core/FxCore.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/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 +15 -8
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +274 -216
- package/build/question/create.js.map +1 -1
- package/build/question/inputs/CreateProjectInputs.d.ts +6 -6
- 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 +27 -11
- package/build/question/options/CreateProjectOptions.js.map +1 -1
- package/build/question/questionNames.d.ts +0 -1
- package/build/question/questionNames.d.ts.map +1 -1
- package/build/question/questionNames.js +0 -1
- package/build/question/questionNames.js.map +1 -1
- package/package.json +5 -4
- package/resource/package.nls.json +33 -17
- package/resource/yaml-schema/v1.5/yaml.schema.json +1663 -0
- package/resource/yaml-schema/yaml.schema.json +77 -2
- 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/build/component/generator/officeAddin/config/projectsJsonData.d.ts +0 -26
- package/build/component/generator/officeAddin/config/projectsJsonData.d.ts.map +0 -1
- package/build/component/generator/officeAddin/config/projectsJsonData.js +0 -165
- package/build/component/generator/officeAddin/config/projectsJsonData.js.map +0 -1
|
@@ -235,6 +235,7 @@
|
|
|
235
235
|
"core.generator.officeAddin.importProject.copyFiles": "Copying files...",
|
|
236
236
|
"core.generator.officeAddin.importProject.convertProject": "Converting project...",
|
|
237
237
|
"core.generator.officeAddin.importProject.updateManifest": "Modifying manifest...",
|
|
238
|
+
"core.generator.officeAddin.importOfficeProject.title": "Importing Existing Office Add-in Project",
|
|
238
239
|
"core.TabOption.description": "UI-based app",
|
|
239
240
|
"core.TabOption.detail": "Teams-aware webpages embedded in Microsoft Teams",
|
|
240
241
|
"core.DashboardOption.label": "Dashboard",
|
|
@@ -290,7 +291,7 @@
|
|
|
290
291
|
"core.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
|
|
291
292
|
"core.createProjectQuestion.projectType.officeAddin.title": "App Features Using an Office Add-in",
|
|
292
293
|
"core.createProjectQuestion.projectType.officeAddin.framework.title": "Framework",
|
|
293
|
-
"core.createProjectQuestion.projectType.officeAddin.framework.placeholder": "Select a framework
|
|
294
|
+
"core.createProjectQuestion.projectType.officeAddin.framework.placeholder": "Select a framework",
|
|
294
295
|
"core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Microsoft 365 app",
|
|
295
296
|
"core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
|
|
296
297
|
"core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Microsoft Copilot for Microsoft 365 using your APIs",
|
|
@@ -375,36 +376,36 @@
|
|
|
375
376
|
"core.createProjectQuestion.officeXMLAddin.bar.detail": "Creating Project.",
|
|
376
377
|
"core.createProjectQuestion.officeXMLAddin.mainEntry.title": "Office Add-in",
|
|
377
378
|
"core.createProjectQuestion.officeXMLAddin.mainEntry.detail": "Create integration with Outlook, Word, Excel, or PowerPoint",
|
|
378
|
-
"core.createProjectQuestion.officeXMLAddin.create.title": "Select to
|
|
379
|
+
"core.createProjectQuestion.officeXMLAddin.create.title": "Select to Create an Outlook, Word, Excel, or PowerPoint Add-in",
|
|
379
380
|
"core.createProjectQuestion.officeXMLAddin.word.title": "Word Add-in",
|
|
380
381
|
"core.createProjectQuestion.officeXMLAddin.word.detail": "Create an add-in that can run in Word across multiple platforms",
|
|
381
382
|
"core.createProjectQuestion.officeXMLAddin.word.sso.title": "Add-in with Single Sign On",
|
|
382
383
|
"core.createProjectQuestion.officeXMLAddin.word.sso.detail": "Create a Word add-in with Single Sign On capabilities",
|
|
383
|
-
"core.createProjectQuestion.officeXMLAddin.word.react.title": "Add-in with React
|
|
384
|
+
"core.createProjectQuestion.officeXMLAddin.word.react.title": "Add-in with React Framework",
|
|
384
385
|
"core.createProjectQuestion.officeXMLAddin.word.react.detail": "Create a Word add-in with React framework",
|
|
385
386
|
"core.createProjectQuestion.officeXMLAddin.word.create.title": "Create a Word Add-in",
|
|
386
387
|
"core.createProjectQuestion.officeXMLAddin.excel.title": "Excel Add-in",
|
|
387
388
|
"core.createProjectQuestion.officeXMLAddin.excel.detail": "Extend Excel functionality and access Excel data on multiple platforms",
|
|
388
389
|
"core.createProjectQuestion.officeXMLAddin.excel.sso.title": "Add-in with Single Sign On",
|
|
389
390
|
"core.createProjectQuestion.officeXMLAddin.excel.sso.detail": "Create an Excel add-in with Single Sign On capabilities",
|
|
390
|
-
"core.createProjectQuestion.officeXMLAddin.excel.react.title": "Add-in with React
|
|
391
|
+
"core.createProjectQuestion.officeXMLAddin.excel.react.title": "Add-in with React Framework",
|
|
391
392
|
"core.createProjectQuestion.officeXMLAddin.excel.react.detail": "Create an Excel add-in with React framework",
|
|
392
|
-
"core.createProjectQuestion.officeXMLAddin.excel.cf.shared.title": "Excel Custom Functions
|
|
393
|
+
"core.createProjectQuestion.officeXMLAddin.excel.cf.shared.title": "Excel Custom Functions Using a Shared Runtime",
|
|
393
394
|
"core.createProjectQuestion.officeXMLAddin.excel.cf.shared.detail": "Create an Excel add-in leveraging Custom Functions using a Shared Runtime",
|
|
394
|
-
"core.createProjectQuestion.officeXMLAddin.excel.cf.js.title": "Excel Custom Functions
|
|
395
|
+
"core.createProjectQuestion.officeXMLAddin.excel.cf.js.title": "Excel Custom Functions Using a JavaScript-only Runtime",
|
|
395
396
|
"core.createProjectQuestion.officeXMLAddin.excel.cf.js.detail": "Create an Excel add-in leveraging Custom Functions using a JavaScript-only Runtime",
|
|
396
397
|
"core.createProjectQuestion.officeXMLAddin.excel.create.title": "Create an Excel Add-in",
|
|
397
398
|
"core.createProjectQuestion.officeXMLAddin.powerpoint.title": "PowerPoint Add-in",
|
|
398
399
|
"core.createProjectQuestion.officeXMLAddin.powerpoint.detail": "Build engaging solutions for presentations across platform",
|
|
399
|
-
"core.createProjectQuestion.officeXMLAddin.powerpoint.sso.title": "
|
|
400
|
+
"core.createProjectQuestion.officeXMLAddin.powerpoint.sso.title": "Add-in with Single Sign On",
|
|
400
401
|
"core.createProjectQuestion.officeXMLAddin.powerpoint.sso.detail": "PowerPoint add-in with Single Sign On capabilities",
|
|
401
|
-
"core.createProjectQuestion.officeXMLAddin.powerpoint.react.title": "Add-in with React
|
|
402
|
+
"core.createProjectQuestion.officeXMLAddin.powerpoint.react.title": "Add-in with React Framework",
|
|
402
403
|
"core.createProjectQuestion.officeXMLAddin.powerpoint.react.detail": "Create a PowerPoint add-in with React framework",
|
|
403
404
|
"core.createProjectQuestion.officeXMLAddin.powerpoint.create.title": "Create a PowerPoint Add-in",
|
|
404
|
-
"core.createProjectQuestion.officeXMLAddin.taskpane.title": "Add-in with Basic
|
|
405
|
-
"core.createProjectQuestion.officeXMLAddin.taskpane.detail": "Customize the Ribbon with a button and
|
|
406
|
-
"core.createProjectQuestion.officeXMLAddin.manifestOnly.title": "Add-in
|
|
407
|
-
"core.createProjectQuestion.officeXMLAddin.manifestOnly.detail": "Create
|
|
405
|
+
"core.createProjectQuestion.officeXMLAddin.taskpane.title": "Add-in with Basic Task Pane",
|
|
406
|
+
"core.createProjectQuestion.officeXMLAddin.taskpane.detail": "Customize the Ribbon with a button and create a dashboard in the Task Pane",
|
|
407
|
+
"core.createProjectQuestion.officeXMLAddin.manifestOnly.title": "Add-in Project With only Manifest File",
|
|
408
|
+
"core.createProjectQuestion.officeXMLAddin.manifestOnly.detail": "Create an add-in project that includes only the manifest file",
|
|
408
409
|
"core.aiAssistantBotOption.label": "AI Assistant Bot",
|
|
409
410
|
"core.aiAssistantBotOption.detail": "A custom AI assistant bot in Teams using Teams AI library and OpenAI Assistants API",
|
|
410
411
|
"core.aiBotOption.label": "AI Chat Bot",
|
|
@@ -502,6 +503,7 @@
|
|
|
502
503
|
"core.common.OutlookWebClientName2": "Outlook web access client id 2",
|
|
503
504
|
"core.common.CancelledMessage": "Operation is cancelled.",
|
|
504
505
|
"core.common.SwaggerNotSupported": "Swagger 2.0 is not supported. Please convert it to OpenAPI 3.0 first.",
|
|
506
|
+
"core.common.SpecVersionNotSupported": "Unsupported OpenAPI version %s. Please use version 3.0.x.",
|
|
505
507
|
"core.common.NoServerInformation": "No server information is found in the OpenAPI description document.",
|
|
506
508
|
"core.common.RemoteRefNotSupported": "Remote reference is not supported: %s.",
|
|
507
509
|
"core.common.MissingOperationId": "Missing operationIds: %s.",
|
|
@@ -514,6 +516,8 @@
|
|
|
514
516
|
"core.importAddin.label": "Import an Existing Outlook Add-ins",
|
|
515
517
|
"core.importAddin.detail": "Upgrade an Add-ins project to the latest app manifest and project structure",
|
|
516
518
|
"core.importOfficeAddin.label": "Import an Existing Office Add-ins",
|
|
519
|
+
"core.officeContentAddin.label": "Content Add-in",
|
|
520
|
+
"core.officeContentAddin.detail": "Create new objects for Excel or PowerPoint",
|
|
517
521
|
"core.newTaskpaneAddin.label": "Taskpane",
|
|
518
522
|
"core.newTaskpaneAddin.detail": "Customize the Ribbon with a button and embed content in the Taskpane",
|
|
519
523
|
"core.summary.actionDescription": "Action %s%s",
|
|
@@ -536,6 +540,8 @@
|
|
|
536
540
|
"error.aad.manifest.PreAuthorizedApplicationsIsMissing": "preAuthorizedApplications is missing\n",
|
|
537
541
|
"error.aad.manifest.ResourceAppIdIsMissing": "Some item(s) in requiredResourceAccess misses resourceAppId property.",
|
|
538
542
|
"error.aad.manifest.ResourceAccessIdIsMissing": "Some item(s) in resourceAccess misses id property.",
|
|
543
|
+
"error.aad.manifest.ResourceAccessShouldBeArray": "resourceAccess should be an array.",
|
|
544
|
+
"error.aad.manifest.RequiredResourceAccessShouldBeArray": "requiredResourceAccess should be an array.",
|
|
539
545
|
"error.aad.manifest.AccessTokenAcceptedVersionIs1": "accessTokenAcceptedVersion is 1\n",
|
|
540
546
|
"error.aad.manifest.OptionalClaimsIsMissing": "optionalClaims is missing\n",
|
|
541
547
|
"error.aad.manifest.OptionalClaimsMissingIdtypClaim": "optionalClaims access token doesn't contain idtyp claim\n",
|
|
@@ -596,6 +602,8 @@
|
|
|
596
602
|
"driver.aadApp.error.generateSecretFailed": "Cannot generate client secret.",
|
|
597
603
|
"driver.aadApp.error.invalidFieldInManifest": "Field %s is missing or invalid in Microsoft Entra app manifest.",
|
|
598
604
|
"driver.aadApp.error.appNameTooLong": "The name for this Microsoft Entra app is too long. The maximum length is 120.",
|
|
605
|
+
"driver.aadApp.error.credentialInvalidLifetimeAsPerAppPolicy": "The client secret lifetime is too long for your tenant. Use a shorter value with the clientSecretExpireDays parameter.",
|
|
606
|
+
"driver.aadApp.error.credentialTypeNotAllowedAsPerAppPolicy": "Your tenant doesn't allow creating a client secret for Microsoft Entra app. Create and configure the app manually.",
|
|
599
607
|
"driver.aadApp.progressBar.createAadAppTitle": "Creating Microsoft Entra application...",
|
|
600
608
|
"driver.aadApp.progressBar.updateAadAppTitle": "Updating Microsoft Entra application...",
|
|
601
609
|
"driver.aadApp.log.startExecuteDriver": "Executing action %s",
|
|
@@ -695,6 +703,7 @@
|
|
|
695
703
|
"driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing Teams app...",
|
|
696
704
|
"driver.teamsApp.progressBar.validateWithTestCases": "Submitting validation request...",
|
|
697
705
|
"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).",
|
|
706
|
+
"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).",
|
|
698
707
|
"driver.teamsApp.summary.createTeamsAppAlreadyExists": "Teams app with id %s already exists, skipped creating a new Teams app.",
|
|
699
708
|
"driver.teamsApp.summary.publishTeamsAppExists": "Teams app with id %s already exists in the organization's app store.",
|
|
700
709
|
"driver.teamsApp.summary.publishTeamsAppNotExists": "Teams app with id %s does not exist in the organization's app store.",
|
|
@@ -708,10 +717,11 @@
|
|
|
708
717
|
"driver.teamsApp.summary.validate.succeed": "%s passed",
|
|
709
718
|
"driver.teamsApp.summary.validate.failed": "%s failed",
|
|
710
719
|
"driver.teamsApp.summary.validate.warning": "%s warning",
|
|
720
|
+
"driver.teamsApp.summary.validate.skipped": "%s skipped",
|
|
711
721
|
"driver.teamsApp.summary.validate.all": "All",
|
|
712
|
-
"driver.teamsApp.summary.validateWithTestCases": "Validation request completed, status: %s.",
|
|
713
|
-
"driver.teamsApp.summary.validateWithTestCases.result": "Validation request completed, status: %s.
|
|
714
|
-
"driver.teamsApp.summary.validateWithTestCases.
|
|
722
|
+
"driver.teamsApp.summary.validateWithTestCases": "Validation request completed, status: %s. \n\nSummary:\n%s. View the result from: %s.%s",
|
|
723
|
+
"driver.teamsApp.summary.validateWithTestCases.result": "Validation request completed, status: %s. %s. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
724
|
+
"driver.teamsApp.summary.validateWithTestCases.result.detail": "%s Validation title: %s. Message: %s",
|
|
715
725
|
"driver.teamsApp.validate.result": "Teams Toolkit has completed checking your app package against validation rules. %s.",
|
|
716
726
|
"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.",
|
|
717
727
|
"error.teamsApp.validate.apiFailed": "Teams app package validation failed due to %s",
|
|
@@ -785,8 +795,8 @@
|
|
|
785
795
|
"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'",
|
|
786
796
|
"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.",
|
|
787
797
|
"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.",
|
|
788
|
-
"error.script.ScriptTimeoutError": "Script execution timeout
|
|
789
|
-
"error.script.ScriptExecutionError": "
|
|
798
|
+
"error.script.ScriptTimeoutError": "Script execution timeout. Adjust 'timeout' parameter in yaml or improve your script's efficiency.",
|
|
799
|
+
"error.script.ScriptExecutionError": "Unable to execute script action.",
|
|
790
800
|
"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.",
|
|
791
801
|
"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.",
|
|
792
802
|
"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.",
|
|
@@ -801,6 +811,12 @@
|
|
|
801
811
|
"error.core.appIdNotExist": "Cannot find app id: %s. Either your current M365 account does not have permission, or the app has alredy been deleted.",
|
|
802
812
|
"driver.apiKey.description.create": "Create an API key on Developer Portal for authentication in Open API spec.",
|
|
803
813
|
"driver.aadApp.apiKey.title.create": "Creating API key...",
|
|
814
|
+
"driver.apiKey.description.update": "Update an API key on Developer Portal for authentication in Open API spec.",
|
|
815
|
+
"driver.aadApp.apiKey.title.update": "Updating API key...",
|
|
816
|
+
"driver.apiKey.log.skipUpdateApiKey": "Skip updating API key as the same property exists.",
|
|
817
|
+
"driver.apiKey.log.successUpdateApiKey": "API key updated successfully!",
|
|
818
|
+
"driver.apiKey.confirm.update": "The following parameters will be updated:\n%s\nDo you want to continue?",
|
|
819
|
+
"driver.apiKey.info.update": "API key updated successfully! The following parameters have been updated:\n%s",
|
|
804
820
|
"driver.apiKey.log.startExecuteDriver": "Executing action %s",
|
|
805
821
|
"driver.apiKey.log.skipCreateApiKey": "Environment variable %s exists. Skip creating API key.",
|
|
806
822
|
"driver.apiKey.log.apiKeyNotFound": "Environment variable %s exists but failed to retrieve API key from Developer Portal. Check manually if API key exists.",
|