@microsoft/teamsfx-core 3.0.5-alpha.d4a083ca4.0 → 3.0.5-alpha.db7a1e67e.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/client/graphClient.d.ts +8 -4
- package/build/client/graphClient.d.ts.map +1 -1
- package/build/client/graphClient.js +35 -8
- package/build/client/graphClient.js.map +1 -1
- package/build/client/interfaces/GetGroupResponse.d.ts +6 -0
- package/build/client/interfaces/GetGroupResponse.d.ts.map +1 -0
- package/build/client/interfaces/GetGroupResponse.js +5 -0
- package/build/client/interfaces/GetGroupResponse.js.map +1 -0
- package/build/client/interfaces/GetUserResponse.d.ts +7 -0
- package/build/client/interfaces/GetUserResponse.d.ts.map +1 -0
- package/build/client/interfaces/GetUserResponse.js +5 -0
- package/build/client/interfaces/GetUserResponse.js.map +1 -0
- package/build/common/featureFlags.d.ts +5 -5
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +9 -9
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/permissionInterface.d.ts +6 -0
- package/build/common/permissionInterface.d.ts.map +1 -1
- package/build/common/templates-config.json +1 -1
- package/build/component/configManager/validator.d.ts.map +1 -1
- package/build/component/configManager/validator.js +1 -0
- 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 +0 -1
- package/build/component/coordinator/index.js.map +1 -1
- package/build/component/deps-checker/constant/helpLink.d.ts +2 -0
- package/build/component/deps-checker/constant/helpLink.d.ts.map +1 -1
- package/build/component/deps-checker/constant/helpLink.js +3 -1
- package/build/component/deps-checker/constant/helpLink.js.map +1 -1
- package/build/component/deps-checker/internal/funcToolChecker.js +4 -4
- package/build/component/deps-checker/internal/funcToolChecker.js.map +1 -1
- package/build/component/deps-checker/internal/testToolChecker.js +4 -4
- package/build/component/deps-checker/internal/testToolChecker.js.map +1 -1
- package/build/component/driver/index.d.ts +19 -20
- package/build/component/driver/index.d.ts.map +1 -1
- package/build/component/driver/index.js +19 -20
- package/build/component/driver/index.js.map +1 -1
- package/build/component/driver/m365/acquire.d.ts +3 -0
- package/build/component/driver/m365/acquire.d.ts.map +1 -1
- package/build/component/driver/m365/acquire.js +29 -19
- package/build/component/driver/m365/acquire.js.map +1 -1
- package/build/component/driver/share/utils.d.ts.map +1 -1
- package/build/component/driver/share/utils.js +12 -10
- package/build/component/driver/share/utils.js.map +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts.map +1 -1
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +5 -2
- package/build/component/driver/teamsApp/utils/PluginManifestUtils.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 +8 -4
- package/build/component/driver/teamsApp/utils/utils.js.map +1 -1
- package/build/component/driver/util/utils.d.ts.map +1 -1
- package/build/component/driver/util/utils.js +6 -4
- package/build/component/driver/util/utils.js.map +1 -1
- package/build/component/feature/collaboration.d.ts +7 -1
- package/build/component/feature/collaboration.d.ts.map +1 -1
- package/build/component/feature/collaboration.js +84 -1
- package/build/component/feature/collaboration.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +1 -0
- package/build/component/generator/officeAddin/generator.js.map +1 -1
- package/build/component/generator/openApiSpec/helper.d.ts.map +1 -1
- package/build/component/generator/openApiSpec/helper.js +132 -98
- package/build/component/generator/openApiSpec/helper.js.map +1 -1
- package/build/component/generator/templates/metadata/agentForTeams.js +30 -30
- package/build/component/generator/templates/metadata/agentForTeams.js.map +1 -1
- package/build/component/generator/templates/metadata/index.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/index.js +0 -3
- package/build/component/generator/templates/metadata/index.js.map +1 -1
- package/build/component/generator/templates/metadata/me.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/me.js +6 -0
- package/build/component/generator/templates/metadata/me.js.map +1 -1
- package/build/component/generator/templates/metadata/special.js +6 -6
- package/build/component/generator/templates/metadata/special.js.map +1 -1
- package/build/component/generator/templates/metadata/tab.js +7 -7
- package/build/component/generator/templates/metadata/tab.js.map +1 -1
- package/build/component/generator/templates/metadata/wxp.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/wxp.js +6 -0
- package/build/component/generator/templates/metadata/wxp.js.map +1 -1
- package/build/component/generator/templates/templateNames.d.ts +2 -3
- package/build/component/generator/templates/templateNames.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.js +2 -4
- package/build/component/generator/templates/templateNames.js.map +1 -1
- package/build/component/m365/constants.d.ts +1 -0
- package/build/component/m365/constants.d.ts.map +1 -1
- package/build/component/m365/constants.js +2 -1
- package/build/component/m365/constants.js.map +1 -1
- package/build/component/m365/packageService.d.ts +6 -1
- package/build/component/m365/packageService.d.ts.map +1 -1
- package/build/component/m365/packageService.js +45 -8
- package/build/component/m365/packageService.js.map +1 -1
- package/build/core/FxCore.d.ts.map +1 -1
- package/build/core/FxCore.js +1 -29
- package/build/core/FxCore.js.map +1 -1
- package/build/core/collaborator.d.ts +1 -0
- package/build/core/collaborator.d.ts.map +1 -1
- package/build/core/collaborator.js +55 -29
- package/build/core/collaborator.js.map +1 -1
- package/build/core/share.d.ts.map +1 -1
- package/build/core/share.js +16 -2
- package/build/core/share.js.map +1 -1
- package/build/error/depCheck.js +1 -1
- package/build/error/depCheck.js.map +1 -1
- package/build/index.d.ts +2 -2
- package/build/index.d.ts.map +1 -1
- package/build/index.js +4 -4
- package/build/index.js.map +1 -1
- package/build/question/collaborator.d.ts +6 -0
- package/build/question/collaborator.d.ts.map +1 -0
- package/build/question/collaborator.js +166 -0
- package/build/question/collaborator.js.map +1 -0
- package/build/question/create.d.ts.map +1 -1
- package/build/question/create.js +7 -15
- package/build/question/create.js.map +1 -1
- package/build/question/index.d.ts.map +1 -1
- package/build/question/index.js +3 -2
- package/build/question/index.js.map +1 -1
- package/build/question/inputs/ShareInputs.d.ts +2 -2
- package/build/question/inputs/ShareInputs.d.ts.map +1 -1
- package/build/question/options/ShareOptions.js +1 -1
- package/build/question/options/ShareOptions.js.map +1 -1
- package/build/question/other.d.ts +1 -4
- package/build/question/other.d.ts.map +1 -1
- package/build/question/other.js +2 -145
- package/build/question/other.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/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vs/createRootNode.js +9 -11
- package/build/question/scaffold/vs/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts +4 -8
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.js +26 -44
- package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
- package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts +2 -4
- package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/ProjectTypeOptions.js +5 -14
- package/build/question/scaffold/vsc/ProjectTypeOptions.js.map +1 -1
- package/build/question/scaffold/vsc/createFromTdpNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createFromTdpNode.js +12 -33
- package/build/question/scaffold/vsc/createFromTdpNode.js.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.d.ts +2 -1
- package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.js +25 -39
- package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/customEngineAgentNode.js +2 -2
- package/build/question/scaffold/vsc/customEngineAgentNode.js.map +1 -1
- package/build/question/scaffold/vsc/officeAddinProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js +3 -0
- package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +4 -2
- package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js +159 -11
- package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
- package/build/question/share.d.ts +1 -3
- package/build/question/share.d.ts.map +1 -1
- package/build/question/share.js +2 -14
- package/build/question/share.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -4
- package/resource/package.nls.json +21 -19
- package/resource/yaml-schema/v1.10/yaml.schema.json +2058 -0
- package/resource/yaml-schema/yaml.schema.json +5 -54
- 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/driver/share/shareToOthers.d.ts +0 -17
- package/build/component/driver/share/shareToOthers.d.ts.map +0 -1
- package/build/component/driver/share/shareToOthers.js +0 -127
- package/build/component/driver/share/shareToOthers.js.map +0 -1
- package/build/component/generator/templates/metadata/tdp.d.ts +0 -3
- package/build/component/generator/templates/metadata/tdp.d.ts.map +0 -1
- package/build/component/generator/templates/metadata/tdp.js +0 -51
- package/build/component/generator/templates/metadata/tdp.js.map +0 -1
- package/build/question/scaffold/vsc/agentForTeamsNode.d.ts +0 -6
- package/build/question/scaffold/vsc/agentForTeamsNode.d.ts.map +0 -1
- package/build/question/scaffold/vsc/agentForTeamsNode.js +0 -146
- package/build/question/scaffold/vsc/agentForTeamsNode.js.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/teamsfx-core",
|
|
3
|
-
"version": "3.0.5-alpha.
|
|
3
|
+
"version": "3.0.5-alpha.db7a1e67e.0",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"types": "build/index.d.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -107,8 +107,8 @@
|
|
|
107
107
|
"@microsoft/dev-tunnels-contracts": "1.1.9",
|
|
108
108
|
"@microsoft/dev-tunnels-management": "1.1.9",
|
|
109
109
|
"@microsoft/kiota": "1.26.1",
|
|
110
|
-
"@microsoft/m365-spec-parser": "^0.2.9-alpha.
|
|
111
|
-
"@microsoft/teamsfx-api": "0.23.9-alpha.
|
|
110
|
+
"@microsoft/m365-spec-parser": "^0.2.9-alpha.db7a1e67e.0",
|
|
111
|
+
"@microsoft/teamsfx-api": "0.23.9-alpha.db7a1e67e.0",
|
|
112
112
|
"adm-zip": "^0.5.10",
|
|
113
113
|
"ajv": "^8.5.0",
|
|
114
114
|
"axios": "^1.8.3",
|
|
@@ -231,7 +231,7 @@
|
|
|
231
231
|
"resource/**/*",
|
|
232
232
|
"templates/**/*"
|
|
233
233
|
],
|
|
234
|
-
"gitHead": "
|
|
234
|
+
"gitHead": "f894c409c0c43ae8f6b906cd5a0e96a083e5082d",
|
|
235
235
|
"publishConfig": {
|
|
236
236
|
"access": "public"
|
|
237
237
|
},
|
|
@@ -64,15 +64,20 @@
|
|
|
64
64
|
"core.collaboration.AccountUsedToCheck": "Account used to check: ",
|
|
65
65
|
"core.collaboration.StartingListAllTeamsAppOwners": "\nStarting to list all app owners for environment: ",
|
|
66
66
|
"core.collaboration.StartingListAllAadAppOwners": "\nStarting to list all Microsoft Entra app owners for environment: ",
|
|
67
|
+
"core.collaboration.StartingListAllAgentOwners": "\nStarting to list all agent owners for environment: ",
|
|
67
68
|
"core.collaboration.M365TeamsAppId": "App (ID: ",
|
|
68
69
|
"core.collaboration.SsoAadAppId": "SSO Microsoft Entra App (ID: ",
|
|
70
|
+
"core.collaboration.AgentTitleId": "Agent (ID: ",
|
|
69
71
|
"core.collaboration.TeamsAppOwner": "App Owner: ",
|
|
70
72
|
"core.collaboration.AadAppOwner": "Microsoft Entra App Owner: ",
|
|
73
|
+
"core.collaboration.AgentOwner": "Agent Owner: ",
|
|
71
74
|
"core.collaboration.StaringCheckPermission": "Starting to check permission for environment: ",
|
|
72
75
|
"core.collaboration.CheckPermissionResourceId": "Resource ID: ",
|
|
73
76
|
"core.collaboration.Undefined": "undefined",
|
|
74
77
|
"core.collaboration.ResourceName": ", Resource Name: ",
|
|
75
78
|
"core.collaboration.Permission": ", Permission: ",
|
|
79
|
+
"core.collaboration.agent.label": "Agent",
|
|
80
|
+
"core.collaboration.agent.description": "Microsoft 365 Agent",
|
|
76
81
|
"core.developerPortal.scaffold.CannotFindManifest": "Manifest not found from the downloaded package for app %s.",
|
|
77
82
|
"plugins.spfx.questions.framework.title": "Framework",
|
|
78
83
|
"plugins.spfx.questions.webpartName": "Name for SharePoint Framework Web Part",
|
|
@@ -245,7 +250,8 @@
|
|
|
245
250
|
"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.",
|
|
246
251
|
"error.copilot.noExtraAPICanBeAdded": "Unable to add API because no authentication is supported. Also, methods defined in the current OpenAPI description document are not listed.",
|
|
247
252
|
"error.m365.NotExtendedToM365Error": "Unable to extend the app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend the app to Microsoft 365.",
|
|
248
|
-
"error.
|
|
253
|
+
"error.m365.SharedScopeAdvancedDADisabled": "Deployment blocked: Advanced declarative agent can't be deployed due to tenant permission settings. Get more info: [Manage agents for Microsoft 365 Copilot in the Microsoft 365 admin center - Microsoft 365 admin | Microsoft Learn](%s)",
|
|
254
|
+
"error.share.yamlConfigNotFound": "Unable to find the \"provision\" or \"deploy\" config in the m365agents.yml",
|
|
249
255
|
"error.share.shareActionConfigNotFound": "Unable to find the \"%s\" action config in the m365agents.yml",
|
|
250
256
|
"error.share.appPackageConfigNotFound": "Unable to find the appPackagePath config in the m365agents.yml",
|
|
251
257
|
"error.share.manifestFileNotFound": "Unable to find the manifest file in the app package",
|
|
@@ -269,13 +275,12 @@
|
|
|
269
275
|
"core.TabOption.detail": "Teams-aware webpages embedded in Microsoft Teams",
|
|
270
276
|
"core.DashboardOption.label": "Dashboard",
|
|
271
277
|
"core.DashboardOption.detail": "A canvas with cards and widgets for displaying important information",
|
|
272
|
-
"core.BotNewUIOption.label": "
|
|
278
|
+
"core.BotNewUIOption.label": "Simple Bot",
|
|
273
279
|
"core.BotNewUIOption.detail": "A simple implementation of an echo bot that's ready for customization",
|
|
274
280
|
"core.LinkUnfurlingOption.label": "Link Unfurling",
|
|
275
281
|
"core.LinkUnfurlingOption.detail": "Display information and actions when a URL is pasted into the text input field",
|
|
276
282
|
"core.MessageExtensionOption.labelNew": "Collect Form Input and Process Data",
|
|
277
283
|
"core.MessageExtensionOption.label": "Message Extension",
|
|
278
|
-
"core.MessageExtensionOption.description": "Custom UI when users compose messages in Teams",
|
|
279
284
|
"core.MessageExtensionOption.detail": "Receive user input, process it, and send customized results",
|
|
280
285
|
"core.NotificationOption.label": "Chat Notification Message",
|
|
281
286
|
"core.NotificationOption.detail": "Notify and inform with a message that displays in Teams chats",
|
|
@@ -285,7 +290,7 @@
|
|
|
285
290
|
"core.WorkflowOption.detail": "Interact with multi-step processes in Teams chats",
|
|
286
291
|
"core.TabSPFxOption.labelNew": "SPFx",
|
|
287
292
|
"core.TabSPFxOption.detailNew": "Build UI with SharePoint Framework",
|
|
288
|
-
"core.TabNonSso.label": "
|
|
293
|
+
"core.TabNonSso.label": "Tab",
|
|
289
294
|
"core.TabNonSso.detail": "A simple implementation of a web app that's ready to customize",
|
|
290
295
|
"core.copilotPlugin.api.noAuth": "No authentication",
|
|
291
296
|
"core.copilotPlugin.api.apiKeyAuth": "API Key authentication(Bearer token authentication)",
|
|
@@ -317,12 +322,9 @@
|
|
|
317
322
|
"core.createProjectQuestion.option.description.worksInOutlook": "Works in Teams and Outlook",
|
|
318
323
|
"core.createProjectQuestion.option.description.worksInOutlookM365": "Works in Teams, Outlook, and the Microsoft 365 application",
|
|
319
324
|
"core.createProjectQuestion.projectType.bot.detail": "Create instant, engaging chat experiences that automate tasks seamlessly",
|
|
320
|
-
"core.createProjectQuestion.projectType.
|
|
321
|
-
"core.createProjectQuestion.projectType.
|
|
322
|
-
"core.createProjectQuestion.projectType.
|
|
323
|
-
"core.createProjectQuestion.projectType.teamsApp.label": "Teams App",
|
|
324
|
-
"core.createProjectQuestion.projectType.teamsApp.detail": "Create your own web page, chat bot or message extension for Microsoft Teams",
|
|
325
|
-
"core.createProjectQuestion.projectType.teamsApp.title": "App Features Used in Microsoft Teams",
|
|
325
|
+
"core.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams Agents and Apps",
|
|
326
|
+
"core.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Create agent, chat bot, web pages or other apps in Microsoft Teams using Teams AI library.",
|
|
327
|
+
"core.createProjectQuestion.projectType.teamsAgentsAndApps.title": "Teams Agent or App Using Teams AI Library",
|
|
326
328
|
"core.createProjectQuestion.projectType.bot.label": "Bot",
|
|
327
329
|
"core.createProjectQuestion.projectType.bot.title": "App Features Using a Bot",
|
|
328
330
|
"core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Search and take actions from the text input box in Teams and Outlook",
|
|
@@ -347,6 +349,7 @@
|
|
|
347
349
|
"core.createProjectQuestion.projectType.createGroup.m365Apps": "Apps for Microsoft 365",
|
|
348
350
|
"core.createProjectQuestion.projectType.declarativeAgent.label": "Declarative Agent",
|
|
349
351
|
"core.createProjectQuestion.projectType.declarativeAgent.detail": "Create your own agent by declaring instructions, actions, & knowledge to suit your needs.",
|
|
352
|
+
"core.createProjectQuestion.teamsCapability.title": "Teams Capability",
|
|
350
353
|
"core.createProjectQuestion.title": "New Project",
|
|
351
354
|
"core.createProjectQuestion.capability.botMessageExtension.label": "Start with a Bot",
|
|
352
355
|
"core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Agents SDK",
|
|
@@ -365,10 +368,12 @@
|
|
|
365
368
|
"core.createProjectQuestion.capability.basicCustomEngineAgentOption.detail": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM",
|
|
366
369
|
"core.createProjectQuestion.capability.weatherAgentOption.label": "Weather Agent",
|
|
367
370
|
"core.createProjectQuestion.capability.weatherAgentOption.detail": "A weather forecast agent that is built with Microsoft 365 Agents SDK and LangChain",
|
|
368
|
-
"core.createProjectQuestion.capability.customCopilotBasicOption.label": "
|
|
371
|
+
"core.createProjectQuestion.capability.customCopilotBasicOption.label": "General Teams Agent",
|
|
369
372
|
"core.createProjectQuestion.capability.customCopilotBasicOption.detail": "Agent that chats with users in Teams built with Teams AI Library and connects to LLMs",
|
|
370
|
-
"core.createProjectQuestion.capability.customCopilotRagOption.label": "
|
|
373
|
+
"core.createProjectQuestion.capability.customCopilotRagOption.label": "Teams Agent with Data",
|
|
371
374
|
"core.createProjectQuestion.capability.customCopilotRagOption.detail": "Agent that uses your content and knowledge to accurately answer domain-specific questions",
|
|
375
|
+
"core.createProjectQuestion.capability.teamsAgent.others.label": "Other Teams Capabilities",
|
|
376
|
+
"core.createProjectQuestion.capability.teamsAgent.others.detail": "App that uses tab, bot and message extension",
|
|
372
377
|
"core.createProjectQuestion.capability.customCopilotAssistantOption.label": "Agent with API",
|
|
373
378
|
"core.createProjectQuestion.capability.customCopilotAssistantOption.detail": "Agent for Teams that can make decisions and perform actions based on LLM reasoning",
|
|
374
379
|
"core.createProjectQuestion.capability.customCopilotRagCustomizeOption.label": "Customize",
|
|
@@ -641,7 +646,6 @@
|
|
|
641
646
|
"core.common.ReceiveApiResponse": "Received API response: %s.",
|
|
642
647
|
"core.common.shareWithTenant.success": "Agent successfully shared with tenant.",
|
|
643
648
|
"core.common.shareWithUser.success": "Agent successfully shared with users: %s.",
|
|
644
|
-
"core.common.shareWithOwner.success": "Agent successfully shared with owners: %s.",
|
|
645
649
|
"core.common.removeOwnership.success": "Shared agent ownership removed from the users: %s.",
|
|
646
650
|
"core.common.removeShareAccess.success": "Shared access successfully removed from users: %s.",
|
|
647
651
|
"core.envFunc.unsupportedFile.errorLog": "\"%s\" is an invalid file. Supported format: %s.",
|
|
@@ -660,6 +664,8 @@
|
|
|
660
664
|
"core.officeContentAddin.detail": "Create new objects for Excel or PowerPoint",
|
|
661
665
|
"core.newTaskpaneAddin.label": "Task pane",
|
|
662
666
|
"core.newTaskpaneAddin.detail": "Customize the ribbon with a button and embed content in the task pane",
|
|
667
|
+
"core.newCFShortcut.label": "Custom Function and Shortcut",
|
|
668
|
+
"core.newCFShortcut.detail": "Task pane add-in with custom function and shortcut",
|
|
663
669
|
"core.summary.actionDescription": "Action %s%s",
|
|
664
670
|
"core.summary.lifecycleDescription": "Lifecycle stage: %s(%s step(s) in total). The following actions will be executed: %s",
|
|
665
671
|
"core.summary.lifecycleNotExecuted": "%s Lifecycle stage %s was not executed.",
|
|
@@ -702,11 +708,10 @@
|
|
|
702
708
|
"core.share.removeAccess.operator": "Cannot remove permission of the operator. Email: %s.",
|
|
703
709
|
"core.shareOperationQuestion.option.removeShareAccessFromUsers": "Remove access for selected user(s)",
|
|
704
710
|
"core.shareOperationQuestion.option.shareWithUsers": "Share access with selected user(s)",
|
|
705
|
-
"core.shareOptionQuestion.option.shareWithOwners": "Share agent ownership with selected user(s)",
|
|
706
711
|
"core.shareOptionQuestion.placeholder": "Select how to share the agent",
|
|
707
712
|
"core.shareOptionQuestion.title": "Share the agent",
|
|
708
|
-
"core.shareOptionQuestion.unshare.emails.title": "Email addresses of users for agent access removal",
|
|
709
|
-
"core.shareScopeQuestion.emails.title": "Email addresses of users for agent sharing",
|
|
713
|
+
"core.shareOptionQuestion.unshare.emails.title": "Email addresses of users or groups for agent access removal",
|
|
714
|
+
"core.shareScopeQuestion.emails.title": "Email addresses of users or groups for agent sharing",
|
|
710
715
|
"core.shareScopeQuestion.option.shareWithTenant": "Share the agent with all tenant users",
|
|
711
716
|
"core.shareScopeQuestion.option.shareWithUsers": "Share the agent with selected user(s)",
|
|
712
717
|
"core.shareScopeQuestion.placeholder": "Select a sharing scope",
|
|
@@ -928,9 +933,6 @@
|
|
|
928
933
|
"driver.teamsApp.summary.validateWithTestCases.result.detail": "%s Validation title: %s. Message: %s",
|
|
929
934
|
"driver.teamsApp.validate.result": "Microsoft 365 Agents Toolkit has completed checking your app package against validation rules. %s.",
|
|
930
935
|
"driver.teamsApp.validate.result.display": "Microsoft 365 Agents Toolkit has completed checking your app package against validation rules. %s. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
931
|
-
"driver.shareToOthers.description": "share your app to others",
|
|
932
|
-
"driver.shareToOthers.progress.message": "Sharing your app...",
|
|
933
|
-
"driver.shareToOthers.summary": "Shared apps successfully (%s).",
|
|
934
936
|
"error.teamsApp.validate.apiFailed": "app package validation failed due to %s",
|
|
935
937
|
"error.teamsApp.validate.apiFailed.display": "App pacakge validation failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
|
|
936
938
|
"error.teamsApp.validate.details": "File path: %s, title: %s",
|