@microsoft/teamsfx-core 3.0.10 → 3.0.11-alpha.32d5ee1b2.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.
Files changed (63) hide show
  1. package/build/common/featureFlags.d.ts +0 -5
  2. package/build/common/featureFlags.d.ts.map +1 -1
  3. package/build/common/featureFlags.js +0 -5
  4. package/build/common/featureFlags.js.map +1 -1
  5. package/build/common/templates-config.json +3 -3
  6. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  7. package/build/component/driver/teamsApp/createAppPackage.js +21 -24
  8. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  9. package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
  10. package/build/component/generator/declarativeAgent/generator.js +0 -8
  11. package/build/component/generator/declarativeAgent/generator.js.map +1 -1
  12. package/build/component/generator/generator.d.ts.map +1 -1
  13. package/build/component/generator/generator.js +0 -3
  14. package/build/component/generator/generator.js.map +1 -1
  15. package/build/component/generator/openApiSpec/declarativeAgentGenerator.d.ts.map +1 -1
  16. package/build/component/generator/openApiSpec/declarativeAgentGenerator.js +0 -8
  17. package/build/component/generator/openApiSpec/declarativeAgentGenerator.js.map +1 -1
  18. package/build/component/generator/templates/templateNames.d.ts +1 -0
  19. package/build/component/generator/templates/templateNames.d.ts.map +1 -1
  20. package/build/component/generator/templates/templateNames.js +1 -0
  21. package/build/component/generator/templates/templateNames.js.map +1 -1
  22. package/build/component/generator/templates/templateReplaceMap.d.ts.map +1 -1
  23. package/build/component/generator/templates/templateReplaceMap.js +4 -3
  24. package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
  25. package/build/question/constants.d.ts.map +1 -1
  26. package/build/question/constants.js +1 -4
  27. package/build/question/constants.js.map +1 -1
  28. package/build/question/create.d.ts +2 -0
  29. package/build/question/create.d.ts.map +1 -1
  30. package/build/question/create.js +19 -1
  31. package/build/question/create.js.map +1 -1
  32. package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
  33. package/build/question/options/CreateProjectOptions.js +10 -0
  34. package/build/question/options/CreateProjectOptions.js.map +1 -1
  35. package/build/question/questionNames.d.ts +2 -0
  36. package/build/question/questionNames.d.ts.map +1 -1
  37. package/build/question/questionNames.js +2 -0
  38. package/build/question/questionNames.js.map +1 -1
  39. package/build/question/scaffold/commonNodes.d.ts +1 -0
  40. package/build/question/scaffold/commonNodes.d.ts.map +1 -1
  41. package/build/question/scaffold/commonNodes.js +18 -1
  42. package/build/question/scaffold/commonNodes.js.map +1 -1
  43. package/build/question/scaffold/constructNode.d.ts.map +1 -1
  44. package/build/question/scaffold/constructNode.js +3 -0
  45. package/build/question/scaffold/constructNode.js.map +1 -1
  46. package/build/question/scaffold/vs/createRootNode.d.ts +1 -0
  47. package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
  48. package/build/question/scaffold/vs/createRootNode.js +12 -0
  49. package/build/question/scaffold/vs/createRootNode.js.map +1 -1
  50. package/package.json +4 -4
  51. package/resource/package.nls.json +7 -1
  52. package/templates/configs/local/python/m365agents.local.yml.tpl +0 -5
  53. package/templates/configs/local/typescript/m365agents.local.yml.tpl +0 -5
  54. package/templates/configs/remote/python/m365agents.yml.tpl +0 -10
  55. package/templates/configs/remote/typescript/m365agents.yml.tpl +0 -10
  56. package/templates/fallback/common.zip +0 -0
  57. package/templates/fallback/csharp.zip +0 -0
  58. package/templates/fallback/js.zip +0 -0
  59. package/templates/fallback/python.zip +0 -0
  60. package/templates/fallback/ts.zip +0 -0
  61. package/templates/metadata/allTemplates.json +7 -0
  62. package/templates/metadata/defaultGeneratorTemplates.json +7 -0
  63. package/templates/metadata.zip +0 -0
@@ -251,7 +251,7 @@
251
251
  "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.",
252
252
  "error.copilot.noExtraAPICanBeAdded": "Unable to add API because no authentication is supported. Also, methods defined in the current OpenAPI description document are not listed.",
253
253
  "error.m365.NotExtendedToM365Error": "Unable to extend the app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend the app to Microsoft 365.",
254
- "error.m365.SharedScopeAdvancedDADisabled": "Deployment blocked: Advanced declarative agent can't be deployed as 'shared' scope due to tenant permission settings. Get more info: [Known limitation of Advanced Declarative Agent](%s)",
254
+ "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)",
255
255
  "error.share.yamlConfigNotFound": "Unable to find the \"provision\" or \"deploy\" config in the m365agents.yml",
256
256
  "error.share.yamlConfigNotSupported": "Share feature only supports m365agents.yml version v1.10 or above, follow [the guide](https://github.com/OfficeDev/microsoft-365-agents-toolkit/wiki/Share-Declarative-Agents-with-Others#About-YAML-schema) to upgrade and proceed.",
257
257
  "error.share.shareActionConfigNotFound": "Unable to find the \"%s\" action config in the m365agents.yml",
@@ -374,6 +374,8 @@
374
374
  "core.createProjectQuestion.capability.customCopilotWeatherOption.detail": "A weather forecast agent, which is built with Microsoft 365 Agents SDK and Semantic Kernel",
375
375
  "core.createProjectQuestion.capability.customCopilotTravelOption.label": "Travel Agent",
376
376
  "core.createProjectQuestion.capability.customCopilotTravelOption.detail": "A travel planning agent, which is built with Microsoft 365 Agents SDK, Microsoft 365 Retrieval API and Agent Framework",
377
+ "core.createProjectQuestion.capability.foundryProxyAgentOption.label": "Microsoft Foundry Proxy Agent",
378
+ "core.createProjectQuestion.capability.foundryProxyAgentOption.detail": "An agent that proxies requests to Microsoft Azure AI Foundry agents, enabling Teams and M365 Copilot integration",
377
379
  "core.createProjectQuestion.capability.customEngineAgent.description": "Works in Teams and Microsoft 365 Copilot",
378
380
  "core.createProjectQuestion.capability.knowledgeWebSearch.label": "Web Search",
379
381
  "core.createProjectQuestion.capability.knowledgeWebSearch.detail": "Search the web for grounding information.",
@@ -409,6 +411,10 @@
409
411
  "core.createProjectQuestion.llmService.azureOpenAIAssistantID.placeholder": "Enter Azure OpenAI Assistant ID now or set it later in the project",
410
412
  "core.createProjectQuestion.llmService.azureOpenAIEmbeddingDeploymentName.title": "Azure OpenAI Embedding Deployment Name",
411
413
  "core.createProjectQuestion.llmService.azureOpenAIEmbeddingDeploymentName.placeholder": "Enter Azure OpenAI embedding deployment name now or set it later in the project",
414
+ "core.createProjectQuestion.foundry.endpoint.title": "Azure AI Foundry Project Endpoint",
415
+ "core.createProjectQuestion.foundry.endpoint.placeholder": "Input Azure AI Foundry project endpoint now or set it later in the project",
416
+ "core.createProjectQuestion.foundry.agentId.title": "Azure AI Foundry Agent ID",
417
+ "core.createProjectQuestion.foundry.agentId.placeholder": "Input Azure AI Foundry agent ID now or set it later in the project",
412
418
  "core.createProjectQuestion.apiPlugin.importPlugin.label": "Import from an Existing Action",
413
419
  "core.createProjectQuestion.apiPlugin.importPlugin.detail": "Import from an existing action file",
414
420
  "core.createProjectQuestion.apiSpec.title": "OpenAPI Description Document",
@@ -53,11 +53,6 @@ provision:
53
53
  - name: msteams
54
54
  {{/hasAzureBot}}
55
55
 
56
- # Validate using manifest schema
57
- - uses: teamsApp/validateManifest
58
- with:
59
- # Path to manifest template
60
- manifestPath: ./appPackage/manifest.json
61
56
 
62
57
  # Build app package with latest env value
63
58
  - uses: teamsApp/zipAppPackage
@@ -55,11 +55,6 @@ provision:
55
55
  - name: msteams
56
56
  {{/hasAzureBot}}
57
57
 
58
- # Validate using manifest schema
59
- - uses: teamsApp/validateManifest
60
- with:
61
- # Path to manifest template
62
- manifestPath: ./appPackage/manifest.json
63
58
 
64
59
  # Build app package with latest env value
65
60
  - uses: teamsApp/zipAppPackage
@@ -40,11 +40,6 @@ provision:
40
40
  # will use bicep CLI in PATH if you remove this config.
41
41
  bicepCliVersion: v0.9.1
42
42
 
43
- # Validate using manifest schema
44
- - uses: teamsApp/validateManifest
45
- with:
46
- # Path to manifest template
47
- manifestPath: ./appPackage/manifest.json
48
43
 
49
44
  # Build app package with latest env value
50
45
  - uses: teamsApp/zipAppPackage
@@ -95,11 +90,6 @@ deploy:
95
90
  resourceId: $\{{AZURE_APP_SERVICE_RESOURCE_ID}}
96
91
 
97
92
  publish:
98
- # Validate using manifest schema
99
- - uses: teamsApp/validateManifest
100
- with:
101
- # Path to manifest template
102
- manifestPath: ./appPackage/manifest.json
103
93
 
104
94
  # Build app package with latest env value
105
95
  - uses: teamsApp/zipAppPackage
@@ -40,11 +40,6 @@ provision:
40
40
  # will use bicep CLI in PATH if you remove this config.
41
41
  bicepCliVersion: v0.9.1
42
42
 
43
- # Validate using manifest schema
44
- - uses: teamsApp/validateManifest
45
- with:
46
- # Path to manifest template
47
- manifestPath: ./appPackage/manifest.json
48
43
 
49
44
  # Build app package with latest env value
50
45
  - uses: teamsApp/zipAppPackage
@@ -106,11 +101,6 @@ deploy:
106
101
  resourceId: $\{{AZURE_APP_SERVICE_RESOURCE_ID}}
107
102
 
108
103
  publish:
109
- # Validate using manifest schema
110
- - uses: teamsApp/validateManifest
111
- with:
112
- # Path to manifest template
113
- manifestPath: ./appPackage/manifest.json
114
104
 
115
105
  # Build app package with latest env value
116
106
  - uses: teamsApp/zipAppPackage
Binary file
Binary file
Binary file
Binary file
Binary file
@@ -462,6 +462,13 @@
462
462
  "displayName": "Message Extension",
463
463
  "description": "Receive user input, process it, and send customized results"
464
464
  },
465
+ {
466
+ "id": "foundry-proxy-agent-csharp",
467
+ "name": "foundry-proxy-agent",
468
+ "language": "csharp",
469
+ "displayName": "Microsoft Foundry Proxy Agent",
470
+ "description": "An agent that proxies requests to Microsoft Azure AI Foundry agents, enabling Teams and M365 Copilot integration"
471
+ },
465
472
  {
466
473
  "id": "foundry-agent-to-m365-ts",
467
474
  "name": "foundry-agent-to-m365",
@@ -241,6 +241,13 @@
241
241
  "displayName": "Message Extension",
242
242
  "description": "Receive user input, process it, and send customized results"
243
243
  },
244
+ {
245
+ "id": "foundry-proxy-agent-csharp",
246
+ "name": "foundry-proxy-agent",
247
+ "language": "csharp",
248
+ "displayName": "Microsoft Foundry Proxy Agent",
249
+ "description": "An agent that proxies requests to Microsoft Azure AI Foundry agents, enabling Teams and M365 Copilot integration"
250
+ },
244
251
  {
245
252
  "id": "graph-connector-ts",
246
253
  "name": "graph-connector",
Binary file