@microsoft/teamsfx-core 3.0.6-beta.2025092402.0 → 3.0.6
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/featureFlags.d.ts +0 -5
- package/build/common/featureFlags.d.ts.map +1 -1
- package/build/common/featureFlags.js +0 -5
- package/build/common/featureFlags.js.map +1 -1
- package/build/common/templates-config.json +2 -2
- package/build/component/driver/arm/deployImpl.d.ts +0 -1
- package/build/component/driver/arm/deployImpl.d.ts.map +1 -1
- package/build/component/driver/arm/deployImpl.js +2 -16
- package/build/component/driver/arm/deployImpl.js.map +1 -1
- package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
- package/build/component/generator/officeAddin/generator.js +0 -1
- 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 +41 -60
- package/build/component/generator/openApiSpec/helper.js.map +1 -1
- package/build/component/generator/templates/metadata/me.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/me.js +0 -6
- package/build/component/generator/templates/metadata/me.js.map +1 -1
- package/build/component/generator/templates/metadata/special.js +1 -1
- package/build/component/generator/templates/metadata/special.js.map +1 -1
- package/build/component/generator/templates/metadata/tab.d.ts.map +1 -1
- package/build/component/generator/templates/metadata/tab.js +0 -6
- 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 +0 -6
- package/build/component/generator/templates/metadata/wxp.js.map +1 -1
- package/build/component/generator/templates/templateNames.d.ts +0 -1
- package/build/component/generator/templates/templateNames.d.ts.map +1 -1
- package/build/component/generator/templates/templateNames.js +0 -1
- package/build/component/generator/templates/templateNames.js.map +1 -1
- package/build/component/utils/ResourceGroupHelper.d.ts +0 -1
- package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -1
- package/build/component/utils/ResourceGroupHelper.js +4 -15
- package/build/component/utils/ResourceGroupHelper.js.map +1 -1
- package/build/component/utils/azureClient.d.ts +11 -0
- package/build/component/utils/azureClient.d.ts.map +1 -0
- package/build/component/utils/azureClient.js +41 -0
- package/build/component/utils/azureClient.js.map +1 -0
- package/build/component/utils/pipelinePolicy.d.ts +10 -0
- package/build/component/utils/pipelinePolicy.d.ts.map +1 -0
- package/build/component/utils/pipelinePolicy.js +34 -0
- package/build/component/utils/pipelinePolicy.js.map +1 -0
- package/build/error/common.d.ts +3 -0
- package/build/error/common.d.ts.map +1 -1
- package/build/error/common.js +11 -1
- package/build/error/common.js.map +1 -1
- package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vs/createRootNode.js +9 -10
- package/build/question/scaffold/vs/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts +0 -1
- package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
- package/build/question/scaffold/vsc/CapabilityOptions.js +0 -8
- package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/createRootNode.js +0 -1
- package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
- package/build/question/scaffold/vsc/officeAddinProjectTypeNode.d.ts.map +1 -1
- package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js +0 -3
- package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js.map +1 -1
- package/build/tsconfig.tsbuildinfo +1 -1
- package/package.json +6 -6
- package/resource/package.nls.json +1 -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/resource/template-info/vsc.json +0 -536
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/teamsfx-core",
|
|
3
|
-
"version": "3.0.6
|
|
3
|
+
"version": "3.0.6",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"types": "build/index.d.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -91,8 +91,7 @@
|
|
|
91
91
|
"installAll": "npm run install:tabs",
|
|
92
92
|
"checkUnusedStrings": "node ./scripts/find-unused-strings.js ./resource/package.nls.json ./src || exit 1",
|
|
93
93
|
"clean:strings": "node ./scripts/delete-unused-strings.js ./resource/package.nls.json ./src",
|
|
94
|
-
"gen:cli": "npx tsx ./src/question/generator.ts && npx prettier --write \"src/question/options/*.ts\" && npx prettier --write \"src/question/inputs/*.ts\""
|
|
95
|
-
"gen:template-info:vsc": "npx tsx ./scripts/generate-template-info.ts vscode ./resource/template-info/vsc.json"
|
|
94
|
+
"gen:cli": "npx tsx ./src/question/generator.ts && npx prettier --write \"src/question/options/*.ts\" && npx prettier --write \"src/question/inputs/*.ts\""
|
|
96
95
|
},
|
|
97
96
|
"dependencies": {
|
|
98
97
|
"@apidevtools/swagger-parser": "^10.1.0",
|
|
@@ -101,6 +100,7 @@
|
|
|
101
100
|
"@azure/arm-storage": "^17.2.1",
|
|
102
101
|
"@azure/arm-subscriptions": "^5.0.0",
|
|
103
102
|
"@azure/core-auth": "^1.4.0",
|
|
103
|
+
"@azure/core-rest-pipeline": "^1.22.1",
|
|
104
104
|
"@azure/identity": "^4.1.0",
|
|
105
105
|
"@azure/msal-node": "^2.6.6",
|
|
106
106
|
"@azure/storage-blob": "^12.25.0",
|
|
@@ -108,8 +108,8 @@
|
|
|
108
108
|
"@microsoft/dev-tunnels-contracts": "1.1.9",
|
|
109
109
|
"@microsoft/dev-tunnels-management": "1.1.9",
|
|
110
110
|
"@microsoft/kiota": "1.26.1",
|
|
111
|
-
"@microsoft/m365-spec-parser": "^0.2.
|
|
112
|
-
"@microsoft/teamsfx-api": "0.23.10
|
|
111
|
+
"@microsoft/m365-spec-parser": "^0.2.9",
|
|
112
|
+
"@microsoft/teamsfx-api": "0.23.10",
|
|
113
113
|
"adm-zip": "^0.5.10",
|
|
114
114
|
"ajv": "^8.5.0",
|
|
115
115
|
"axios": "^1.8.3",
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
"resource/**/*",
|
|
233
233
|
"templates/**/*"
|
|
234
234
|
],
|
|
235
|
-
"gitHead": "
|
|
235
|
+
"gitHead": "d663c49256ca0665c3d7ddd33db8b23b71f201b2",
|
|
236
236
|
"publishConfig": {
|
|
237
237
|
"access": "public"
|
|
238
238
|
},
|
|
@@ -664,8 +664,6 @@
|
|
|
664
664
|
"core.officeContentAddin.detail": "Create new objects for Excel or PowerPoint",
|
|
665
665
|
"core.newTaskpaneAddin.label": "Task pane",
|
|
666
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",
|
|
669
667
|
"core.summary.actionDescription": "Action %s%s",
|
|
670
668
|
"core.summary.lifecycleDescription": "Lifecycle stage: %s(%s step(s) in total). The following actions will be executed: %s",
|
|
671
669
|
"core.summary.lifecycleNotExecuted": "%s Lifecycle stage %s was not executed.",
|
|
@@ -984,6 +982,7 @@
|
|
|
984
982
|
"error.common.ConcurrentError": "Previous task is still running. Wait until your previous task is finished and try again.",
|
|
985
983
|
"error.common.NetworkError": "Network error: %s",
|
|
986
984
|
"error.common.NetworkError.EAI_AGAIN": "DNS cannot resolve domain %s.",
|
|
985
|
+
"error.MFARequired": "Mandatory MFA is enforced by Azure policy - 'User must authenticate with multi-factor authentication to create or update resources'. Please enable MFA for your account to continue.",
|
|
987
986
|
"error.upgrade.NoNeedUpgrade": "This is the latest project, upgrade not required.",
|
|
988
987
|
"error.collaboration.InvalidManifestError": "Unable to process your manifest file ('%s') due to absence of the 'id' key. To identify your app correctly, make sure the 'id' key is present in the manifest file.",
|
|
989
988
|
"error.collaboration.FailedToLoadManifest": "Unable to load manifest file. Reason: %s.",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|