@microsoft/teamsfx-core 3.0.6-alpha.1fa7ff091.0 → 3.0.6-alpha.740f3d25c.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/common/templates-config.json +1 -1
- 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/openApiSpec/helper.d.ts.map +1 -1
- package/build/component/generator/openApiSpec/helper.js +60 -41
- package/build/component/generator/openApiSpec/helper.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/core/crypto.d.ts +1 -0
- package/build/core/crypto.d.ts.map +1 -1
- package/build/core/crypto.js +10 -4
- package/build/core/crypto.js.map +1 -1
- 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/tsconfig.tsbuildinfo +1 -1
- package/package.json +5 -4
- package/resource/package.nls.json +1 -0
- 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/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@microsoft/teamsfx-core",
|
|
3
|
-
"version": "3.0.6-alpha.
|
|
3
|
+
"version": "3.0.6-alpha.740f3d25c.0",
|
|
4
4
|
"main": "build/index.js",
|
|
5
5
|
"types": "build/index.d.ts",
|
|
6
6
|
"license": "MIT",
|
|
@@ -101,6 +101,7 @@
|
|
|
101
101
|
"@azure/arm-storage": "^17.2.1",
|
|
102
102
|
"@azure/arm-subscriptions": "^5.0.0",
|
|
103
103
|
"@azure/core-auth": "^1.4.0",
|
|
104
|
+
"@azure/core-rest-pipeline": "^1.22.1",
|
|
104
105
|
"@azure/identity": "^4.1.0",
|
|
105
106
|
"@azure/msal-node": "^2.6.6",
|
|
106
107
|
"@azure/storage-blob": "^12.25.0",
|
|
@@ -108,8 +109,8 @@
|
|
|
108
109
|
"@microsoft/dev-tunnels-contracts": "1.1.9",
|
|
109
110
|
"@microsoft/dev-tunnels-management": "1.1.9",
|
|
110
111
|
"@microsoft/kiota": "1.26.1",
|
|
111
|
-
"@microsoft/m365-spec-parser": "^0.2.10-alpha.
|
|
112
|
-
"@microsoft/teamsfx-api": "0.23.10-alpha.
|
|
112
|
+
"@microsoft/m365-spec-parser": "^0.2.10-alpha.740f3d25c.0",
|
|
113
|
+
"@microsoft/teamsfx-api": "0.23.10-alpha.740f3d25c.0",
|
|
113
114
|
"adm-zip": "^0.5.10",
|
|
114
115
|
"ajv": "^8.5.0",
|
|
115
116
|
"axios": "^1.8.3",
|
|
@@ -232,7 +233,7 @@
|
|
|
232
233
|
"resource/**/*",
|
|
233
234
|
"templates/**/*"
|
|
234
235
|
],
|
|
235
|
-
"gitHead": "
|
|
236
|
+
"gitHead": "b344a16a8a27e22d60e078e6fc83ad909eb8e55a",
|
|
236
237
|
"publishConfig": {
|
|
237
238
|
"access": "public"
|
|
238
239
|
},
|
|
@@ -984,6 +984,7 @@
|
|
|
984
984
|
"error.common.ConcurrentError": "Previous task is still running. Wait until your previous task is finished and try again.",
|
|
985
985
|
"error.common.NetworkError": "Network error: %s",
|
|
986
986
|
"error.common.NetworkError.EAI_AGAIN": "DNS cannot resolve domain %s.",
|
|
987
|
+
"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
988
|
"error.upgrade.NoNeedUpgrade": "This is the latest project, upgrade not required.",
|
|
988
989
|
"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
990
|
"error.collaboration.FailedToLoadManifest": "Unable to load manifest file. Reason: %s.",
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|
|
Binary file
|