@microsoft/teamsfx-core 3.0.7-beta.2025102705.0 → 3.0.7-beta.2025110302.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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@microsoft/teamsfx-core",
3
- "version": "3.0.7-beta.2025102705.0",
3
+ "version": "3.0.7-beta.2025110302.0",
4
4
  "main": "build/index.js",
5
5
  "types": "build/index.d.ts",
6
6
  "license": "MIT",
@@ -108,9 +108,9 @@
108
108
  "@feathersjs/hooks": "^0.6.5",
109
109
  "@microsoft/dev-tunnels-contracts": "1.1.9",
110
110
  "@microsoft/dev-tunnels-management": "1.1.9",
111
- "@microsoft/kiota": "1.26.1",
112
- "@microsoft/m365-spec-parser": "^0.2.10-rc.0",
113
- "@microsoft/teamsfx-api": "0.23.11-rc.0",
111
+ "@microsoft/kiota": "1.29.0",
112
+ "@microsoft/m365-spec-parser": "^0.2.10-beta.2025110302.0",
113
+ "@microsoft/teamsfx-api": "0.23.11-beta.2025110302.0",
114
114
  "adm-zip": "^0.5.10",
115
115
  "ajv": "^8.5.0",
116
116
  "axios": "^1.8.3",
@@ -233,7 +233,7 @@
233
233
  "resource/**/*",
234
234
  "templates/**/*"
235
235
  ],
236
- "gitHead": "008a59ae1e3e2a3c0bdf3da3e8bcfa8d535ba82e",
236
+ "gitHead": "bb6e2c808f55f519a44aedcc7cc4cbeabcd1c510",
237
237
  "publishConfig": {
238
238
  "access": "public"
239
239
  },
@@ -438,10 +438,16 @@
438
438
  "core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Description Document Location",
439
439
  "core.createProjectQuestion.ApiKey": "Enter API Key in OpenAPI Description Document",
440
440
  "core.createProjectQuestion.ApiKeyConfirm": "Microsoft 365 Agents Toolkit will upload the API key to Developer Portal. The API key will be used by Teams client to securely access your API in runtime. Microsoft 365 Agents Toolkit will not store your API key.",
441
- "core.createProjectQuestion.OauthClientId": "Enter client id for OAuth registration in OpenAPI Description Document",
442
- "core.createProjectQuestion.OauthClientSecret": "Enter client secret for OAuth registration in OpenAPI Description Document",
443
- "core.createProjectQuestion.OauthClientSecretConfirm": "Microsoft 365 Agents Toolkit uploads the client id/secret for OAuth Registration to Developer Portal. It is used by Teams client to securely access your API at runtime. Microsoft 365 Agents Toolkit doesn't store your client id/secret.",
444
- "core.createProjectQuestion.EntraSSOClientId": "Enter Microsoft Entra SSO client id for registration in OpenAPI Description Document",
441
+ "core.createProjectQuestion.OauthClientId": "Oauth registration client ID",
442
+ "core.createProjectQuestion.OauthClientId.placeholder": "Input client ID for OAuth registration in OpenAPI Description Document",
443
+ "core.createProjectQuestion.OauthClientSecret": "OAuth registration client secret",
444
+ "core.createProjectQuestion.OauthClientSecret.placeholder": "Input client secret for OAuth registration in OpenAPI Description Document",
445
+ "core.createProjectQuestion.OauthScope": "Scope(s) for OAuth registration",
446
+ "core.createProjectQuestion.OauthScope.placeholder": "(optional) Input scopes for OAuth registration, separate by comma",
447
+ "core.createProjectQuestion.OauthScope.validation": "Invalid format. Use 'scope1, scope2:permission2'. Only letters, numbers, and ._/- are allowed.",
448
+ "core.createProjectQuestion.OauthClientSecretConfirm": "Microsoft 365 Agents Toolkit uploads the client ID/Secret for OAuth Registration to Developer Portal. It is used by Teams client to securely access your API at runtime. Microsoft 365 Agents Toolkit doesn't store your client ID/Secret.",
449
+ "core.createProjectQuestion.EntraSSOClientId": "Entra SSO client ID",
450
+ "core.createProjectQuestion.EntraSSOClientId.placeholder": "Input Microsoft SSO client ID generated in AAD for registration on Developer Portal",
445
451
  "core.createProjectQuestion.apiMessageExtensionAuth.title": "Authentication Type",
446
452
  "core.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
447
453
  "core.createProjectQuestion.invalidApiKey.message": "Invalid client secret. It should be 10 to 512 characters long.",
Binary file
Binary file
Binary file
Binary file
Binary file