@microsoft/teamsfx-core 3.0.5-beta.2025081909.0 → 3.0.5-rc.1

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 (131) hide show
  1. package/build/client/graphClient.d.ts +8 -4
  2. package/build/client/graphClient.d.ts.map +1 -1
  3. package/build/client/graphClient.js +35 -8
  4. package/build/client/graphClient.js.map +1 -1
  5. package/build/client/interfaces/GetGroupResponse.d.ts +6 -0
  6. package/build/client/interfaces/GetGroupResponse.d.ts.map +1 -0
  7. package/build/client/interfaces/GetGroupResponse.js +5 -0
  8. package/build/client/interfaces/GetGroupResponse.js.map +1 -0
  9. package/build/client/interfaces/GetUserResponse.d.ts +7 -0
  10. package/build/client/interfaces/GetUserResponse.d.ts.map +1 -0
  11. package/build/client/interfaces/GetUserResponse.js +5 -0
  12. package/build/client/interfaces/GetUserResponse.js.map +1 -0
  13. package/build/common/constants.d.ts +1 -0
  14. package/build/common/constants.d.ts.map +1 -1
  15. package/build/common/constants.js +2 -1
  16. package/build/common/constants.js.map +1 -1
  17. package/build/common/featureFlags.js +4 -4
  18. package/build/common/featureFlags.js.map +1 -1
  19. package/build/common/permissionInterface.d.ts +6 -0
  20. package/build/common/permissionInterface.d.ts.map +1 -1
  21. package/build/common/templates-config.json +2 -2
  22. package/build/component/configManager/validator.d.ts.map +1 -1
  23. package/build/component/configManager/validator.js +1 -0
  24. package/build/component/configManager/validator.js.map +1 -1
  25. package/build/component/coordinator/index.d.ts.map +1 -1
  26. package/build/component/coordinator/index.js +0 -1
  27. package/build/component/coordinator/index.js.map +1 -1
  28. package/build/component/deps-checker/constant/helpLink.d.ts +2 -0
  29. package/build/component/deps-checker/constant/helpLink.d.ts.map +1 -1
  30. package/build/component/deps-checker/constant/helpLink.js +3 -1
  31. package/build/component/deps-checker/constant/helpLink.js.map +1 -1
  32. package/build/component/deps-checker/internal/funcToolChecker.js +4 -4
  33. package/build/component/deps-checker/internal/funcToolChecker.js.map +1 -1
  34. package/build/component/deps-checker/internal/testToolChecker.js +4 -4
  35. package/build/component/deps-checker/internal/testToolChecker.js.map +1 -1
  36. package/build/component/driver/index.d.ts +19 -20
  37. package/build/component/driver/index.d.ts.map +1 -1
  38. package/build/component/driver/index.js +19 -20
  39. package/build/component/driver/index.js.map +1 -1
  40. package/build/component/driver/m365/acquire.d.ts +3 -0
  41. package/build/component/driver/m365/acquire.d.ts.map +1 -1
  42. package/build/component/driver/m365/acquire.js +29 -19
  43. package/build/component/driver/m365/acquire.js.map +1 -1
  44. package/build/component/driver/share/utils.d.ts.map +1 -1
  45. package/build/component/driver/share/utils.js +12 -10
  46. package/build/component/driver/share/utils.js.map +1 -1
  47. package/build/component/driver/util/utils.d.ts.map +1 -1
  48. package/build/component/driver/util/utils.js +6 -4
  49. package/build/component/driver/util/utils.js.map +1 -1
  50. package/build/component/feature/collaboration.d.ts +7 -1
  51. package/build/component/feature/collaboration.d.ts.map +1 -1
  52. package/build/component/feature/collaboration.js +84 -1
  53. package/build/component/feature/collaboration.js.map +1 -1
  54. package/build/component/generator/openApiSpec/helper.d.ts.map +1 -1
  55. package/build/component/generator/openApiSpec/helper.js +132 -98
  56. package/build/component/generator/openApiSpec/helper.js.map +1 -1
  57. package/build/component/m365/constants.d.ts +1 -0
  58. package/build/component/m365/constants.d.ts.map +1 -1
  59. package/build/component/m365/constants.js +2 -1
  60. package/build/component/m365/constants.js.map +1 -1
  61. package/build/component/m365/packageService.d.ts +6 -1
  62. package/build/component/m365/packageService.d.ts.map +1 -1
  63. package/build/component/m365/packageService.js +45 -8
  64. package/build/component/m365/packageService.js.map +1 -1
  65. package/build/core/FxCore.d.ts.map +1 -1
  66. package/build/core/FxCore.js +0 -28
  67. package/build/core/FxCore.js.map +1 -1
  68. package/build/core/collaborator.d.ts +1 -0
  69. package/build/core/collaborator.d.ts.map +1 -1
  70. package/build/core/collaborator.js +55 -29
  71. package/build/core/collaborator.js.map +1 -1
  72. package/build/core/share.d.ts.map +1 -1
  73. package/build/core/share.js +16 -2
  74. package/build/core/share.js.map +1 -1
  75. package/build/error/depCheck.js +1 -1
  76. package/build/error/depCheck.js.map +1 -1
  77. package/build/question/collaborator.d.ts +6 -0
  78. package/build/question/collaborator.d.ts.map +1 -0
  79. package/build/question/collaborator.js +166 -0
  80. package/build/question/collaborator.js.map +1 -0
  81. package/build/question/index.d.ts.map +1 -1
  82. package/build/question/index.js +3 -2
  83. package/build/question/index.js.map +1 -1
  84. package/build/question/inputs/ShareInputs.d.ts +2 -2
  85. package/build/question/inputs/ShareInputs.d.ts.map +1 -1
  86. package/build/question/options/ShareOptions.js +1 -1
  87. package/build/question/options/ShareOptions.js.map +1 -1
  88. package/build/question/other.d.ts +1 -4
  89. package/build/question/other.d.ts.map +1 -1
  90. package/build/question/other.js +2 -145
  91. package/build/question/other.js.map +1 -1
  92. package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
  93. package/build/question/scaffold/vs/createRootNode.js +3 -4
  94. package/build/question/scaffold/vs/createRootNode.js.map +1 -1
  95. package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts +2 -4
  96. package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts.map +1 -1
  97. package/build/question/scaffold/vsc/ProjectTypeOptions.js +5 -14
  98. package/build/question/scaffold/vsc/ProjectTypeOptions.js.map +1 -1
  99. package/build/question/scaffold/vsc/createFromTdpNode.js +2 -2
  100. package/build/question/scaffold/vsc/createFromTdpNode.js.map +1 -1
  101. package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
  102. package/build/question/scaffold/vsc/createRootNode.js +4 -7
  103. package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
  104. package/build/question/scaffold/vsc/customEngineAgentNode.js +2 -2
  105. package/build/question/scaffold/vsc/customEngineAgentNode.js.map +1 -1
  106. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +5 -2
  107. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
  108. package/build/question/scaffold/vsc/teamsProjectTypeNode.js +138 -8
  109. package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
  110. package/build/question/share.d.ts +1 -3
  111. package/build/question/share.d.ts.map +1 -1
  112. package/build/question/share.js +2 -14
  113. package/build/question/share.js.map +1 -1
  114. package/build/tsconfig.tsbuildinfo +1 -1
  115. package/package.json +4 -4
  116. package/resource/package.nls.json +12 -14
  117. package/resource/yaml-schema/v1.10/yaml.schema.json +2058 -0
  118. package/resource/yaml-schema/yaml.schema.json +5 -54
  119. package/templates/fallback/common.zip +0 -0
  120. package/templates/fallback/csharp.zip +0 -0
  121. package/templates/fallback/js.zip +0 -0
  122. package/templates/fallback/python.zip +0 -0
  123. package/templates/fallback/ts.zip +0 -0
  124. package/build/component/driver/share/shareToOthers.d.ts +0 -17
  125. package/build/component/driver/share/shareToOthers.d.ts.map +0 -1
  126. package/build/component/driver/share/shareToOthers.js +0 -127
  127. package/build/component/driver/share/shareToOthers.js.map +0 -1
  128. package/build/question/scaffold/vsc/agentForTeamsNode.d.ts +0 -6
  129. package/build/question/scaffold/vsc/agentForTeamsNode.d.ts.map +0 -1
  130. package/build/question/scaffold/vsc/agentForTeamsNode.js +0 -146
  131. 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-beta.2025081909.0",
3
+ "version": "3.0.5-rc.1",
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-beta.2025081909.0",
111
- "@microsoft/teamsfx-api": "0.23.9-beta.2025081909.0",
110
+ "@microsoft/m365-spec-parser": "^0.2.9-rc.0",
111
+ "@microsoft/teamsfx-api": "0.23.9-rc.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": "df6c488dccbcc1cc1515aeba5e2035ea871c34a9",
234
+ "gitHead": "4cba94aea879a0730298e56495dd005a9437570e",
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.share.yamlConfigNotFound": "Unable to find the \"deploy\" config in the m365agents.yml",
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",
@@ -317,12 +323,9 @@
317
323
  "core.createProjectQuestion.option.description.worksInOutlook": "Works in Teams and Outlook",
318
324
  "core.createProjectQuestion.option.description.worksInOutlookM365": "Works in Teams, Outlook, and the Microsoft 365 application",
319
325
  "core.createProjectQuestion.projectType.bot.detail": "Create instant, engaging chat experiences that automate tasks seamlessly",
320
- "core.createProjectQuestion.projectType.agentForTeams.label": "Agent for Teams",
321
- "core.createProjectQuestion.projectType.agentForTeams.detail": "Build an agent for Microsoft Teams easily using Teams AI Library",
322
- "core.createProjectQuestion.projectType.agentForTeams.title": "Agent for Teams Using Teams AI Library",
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",
326
+ "core.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams Agents and Apps",
327
+ "core.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Create your own agent, web page, chat bot or message extension for Microsoft Teams easily using Teams AI Library",
328
+ "core.createProjectQuestion.projectType.teamsAgentsAndApps.title": "Teams Agent or App Using Teams AI Library",
326
329
  "core.createProjectQuestion.projectType.bot.label": "Bot",
327
330
  "core.createProjectQuestion.projectType.bot.title": "App Features Using a Bot",
328
331
  "core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Search and take actions from the text input box in Teams and Outlook",
@@ -641,7 +644,6 @@
641
644
  "core.common.ReceiveApiResponse": "Received API response: %s.",
642
645
  "core.common.shareWithTenant.success": "Agent successfully shared with tenant.",
643
646
  "core.common.shareWithUser.success": "Agent successfully shared with users: %s.",
644
- "core.common.shareWithOwner.success": "Agent successfully shared with owners: %s.",
645
647
  "core.common.removeOwnership.success": "Shared agent ownership removed from the users: %s.",
646
648
  "core.common.removeShareAccess.success": "Shared access successfully removed from users: %s.",
647
649
  "core.envFunc.unsupportedFile.errorLog": "\"%s\" is an invalid file. Supported format: %s.",
@@ -702,11 +704,10 @@
702
704
  "core.share.removeAccess.operator": "Cannot remove permission of the operator. Email: %s.",
703
705
  "core.shareOperationQuestion.option.removeShareAccessFromUsers": "Remove access for selected user(s)",
704
706
  "core.shareOperationQuestion.option.shareWithUsers": "Share access with selected user(s)",
705
- "core.shareOptionQuestion.option.shareWithOwners": "Share agent ownership with selected user(s)",
706
707
  "core.shareOptionQuestion.placeholder": "Select how to share the agent",
707
708
  "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",
709
+ "core.shareOptionQuestion.unshare.emails.title": "Email addresses of users or groups for agent access removal",
710
+ "core.shareScopeQuestion.emails.title": "Email addresses of users or groups for agent sharing",
710
711
  "core.shareScopeQuestion.option.shareWithTenant": "Share the agent with all tenant users",
711
712
  "core.shareScopeQuestion.option.shareWithUsers": "Share the agent with selected user(s)",
712
713
  "core.shareScopeQuestion.placeholder": "Select a sharing scope",
@@ -928,9 +929,6 @@
928
929
  "driver.teamsApp.summary.validateWithTestCases.result.detail": "%s Validation title: %s. Message: %s",
929
930
  "driver.teamsApp.validate.result": "Microsoft 365 Agents Toolkit has completed checking your app package against validation rules. %s.",
930
931
  "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
932
  "error.teamsApp.validate.apiFailed": "app package validation failed due to %s",
935
933
  "error.teamsApp.validate.apiFailed.display": "App pacakge validation failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
936
934
  "error.teamsApp.validate.details": "File path: %s, title: %s",