@microsoft/teamsfx-core 2.0.10-alpha.fa1ce1fbb.0 → 2.0.10-alpha.fe2e47f9c.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 (663) hide show
  1. package/build/client/teamsDevPortalClient.d.ts +4 -5
  2. package/build/client/teamsDevPortalClient.d.ts.map +1 -1
  3. package/build/client/teamsDevPortalClient.js +67 -47
  4. package/build/client/teamsDevPortalClient.js.map +1 -1
  5. package/build/common/azureUtils.js +4 -4
  6. package/build/common/azureUtils.js.map +1 -1
  7. package/build/common/constants.d.ts +1 -19
  8. package/build/common/constants.d.ts.map +1 -1
  9. package/build/common/constants.js +10 -29
  10. package/build/common/constants.js.map +1 -1
  11. package/build/common/correlator.d.ts +1 -0
  12. package/build/common/correlator.d.ts.map +1 -1
  13. package/build/common/correlator.js +6 -1
  14. package/build/common/correlator.js.map +1 -1
  15. package/build/common/featureFlags.d.ts +49 -19
  16. package/build/common/featureFlags.d.ts.map +1 -1
  17. package/build/common/featureFlags.js +82 -62
  18. package/build/common/featureFlags.js.map +1 -1
  19. package/build/common/globalState.js +3 -3
  20. package/build/common/globalState.js.map +1 -1
  21. package/build/common/globalVars.d.ts +1 -0
  22. package/build/common/globalVars.d.ts.map +1 -1
  23. package/build/common/globalVars.js +2 -1
  24. package/build/common/globalVars.js.map +1 -1
  25. package/build/common/jsonUtils.js +10 -10
  26. package/build/common/jsonUtils.js.map +1 -1
  27. package/build/common/localizeUtils.js +2 -2
  28. package/build/common/localizeUtils.js.map +1 -1
  29. package/build/common/projectSettingsHelper.js +1 -1
  30. package/build/common/projectSettingsHelper.js.map +1 -1
  31. package/build/common/projectTypeChecker.js +3 -3
  32. package/build/common/projectTypeChecker.js.map +1 -1
  33. package/build/common/samples.js +5 -5
  34. package/build/common/samples.js.map +1 -1
  35. package/build/common/secretmasker/dict.d.ts +22 -0
  36. package/build/common/secretmasker/dict.d.ts.map +1 -0
  37. package/build/common/secretmasker/dict.js +83 -0
  38. package/build/common/secretmasker/dict.js.map +1 -0
  39. package/build/common/secretmasker/feature.d.ts +19 -0
  40. package/build/common/secretmasker/feature.d.ts.map +1 -0
  41. package/build/common/secretmasker/feature.js +389 -0
  42. package/build/common/secretmasker/feature.js.map +1 -0
  43. package/build/common/secretmasker/masker.d.ts +12 -0
  44. package/build/common/secretmasker/masker.d.ts.map +1 -0
  45. package/build/common/secretmasker/masker.js +54 -0
  46. package/build/common/secretmasker/masker.js.map +1 -0
  47. package/build/common/stringUtils.d.ts +3 -5
  48. package/build/common/stringUtils.d.ts.map +1 -1
  49. package/build/common/stringUtils.js +13 -105
  50. package/build/common/stringUtils.js.map +1 -1
  51. package/build/common/telemetry.d.ts +13 -2
  52. package/build/common/telemetry.d.ts.map +1 -1
  53. package/build/common/telemetry.js +21 -3
  54. package/build/common/telemetry.js.map +1 -1
  55. package/build/common/templates-config.json +1 -1
  56. package/build/common/tools.d.ts +1 -6
  57. package/build/common/tools.d.ts.map +1 -1
  58. package/build/common/tools.js +15 -28
  59. package/build/common/tools.js.map +1 -1
  60. package/build/common/utils.d.ts +4 -0
  61. package/build/common/utils.d.ts.map +1 -1
  62. package/build/common/utils.js +38 -1
  63. package/build/common/utils.js.map +1 -1
  64. package/build/common/wrappedAxiosClient.d.ts +1 -0
  65. package/build/common/wrappedAxiosClient.d.ts.map +1 -1
  66. package/build/common/wrappedAxiosClient.js +58 -29
  67. package/build/common/wrappedAxiosClient.js.map +1 -1
  68. package/build/component/configManager/actionInjector.js +2 -2
  69. package/build/component/configManager/actionInjector.js.map +1 -1
  70. package/build/component/configManager/lifecycle.js +9 -9
  71. package/build/component/configManager/lifecycle.js.map +1 -1
  72. package/build/component/configManager/parser.js +20 -20
  73. package/build/component/configManager/parser.js.map +1 -1
  74. package/build/component/configManager/validator.js +2 -2
  75. package/build/component/configManager/validator.js.map +1 -1
  76. package/build/component/constant/commonConstant.d.ts +1 -0
  77. package/build/component/constant/commonConstant.d.ts.map +1 -1
  78. package/build/component/constant/commonConstant.js +1 -0
  79. package/build/component/constant/commonConstant.js.map +1 -1
  80. package/build/component/constants.js +5 -5
  81. package/build/component/constants.js.map +1 -1
  82. package/build/component/coordinator/index.d.ts.map +1 -1
  83. package/build/component/coordinator/index.js +95 -212
  84. package/build/component/coordinator/index.js.map +1 -1
  85. package/build/component/coordinator/summary.js +10 -10
  86. package/build/component/coordinator/summary.js.map +1 -1
  87. package/build/component/deployUtils.js +4 -4
  88. package/build/component/deployUtils.js.map +1 -1
  89. package/build/component/deps-checker/constant/helpLink.d.ts +0 -3
  90. package/build/component/deps-checker/constant/helpLink.d.ts.map +1 -1
  91. package/build/component/deps-checker/constant/helpLink.js +1 -6
  92. package/build/component/deps-checker/constant/helpLink.js.map +1 -1
  93. package/build/component/deps-checker/constant/message.js +24 -24
  94. package/build/component/deps-checker/constant/message.js.map +1 -1
  95. package/build/component/deps-checker/internal/dotnetChecker.js +13 -13
  96. package/build/component/deps-checker/internal/dotnetChecker.js.map +1 -1
  97. package/build/component/deps-checker/internal/funcToolChecker.js +13 -13
  98. package/build/component/deps-checker/internal/funcToolChecker.js.map +1 -1
  99. package/build/component/deps-checker/internal/testToolChecker.js +21 -21
  100. package/build/component/deps-checker/internal/testToolChecker.js.map +1 -1
  101. package/build/component/deps-checker/internal/vxTestAppChecker.d.ts.map +1 -1
  102. package/build/component/deps-checker/internal/vxTestAppChecker.js +14 -8
  103. package/build/component/deps-checker/internal/vxTestAppChecker.js.map +1 -1
  104. package/build/component/developerPortalScaffoldUtils.js +15 -15
  105. package/build/component/developerPortalScaffoldUtils.js.map +1 -1
  106. package/build/component/driver/aad/create.d.ts.map +1 -1
  107. package/build/component/driver/aad/create.js +38 -23
  108. package/build/component/driver/aad/create.js.map +1 -1
  109. package/build/component/driver/aad/error/aadAppNameTooLongError.js +2 -2
  110. package/build/component/driver/aad/error/aadAppNameTooLongError.js.map +1 -1
  111. package/build/component/driver/aad/error/aadManifestError.js +27 -27
  112. package/build/component/driver/aad/error/aadManifestError.js.map +1 -1
  113. package/build/component/driver/aad/error/clientSecretNotAllowedError.js +2 -2
  114. package/build/component/driver/aad/error/clientSecretNotAllowedError.js.map +1 -1
  115. package/build/component/driver/aad/error/credentialInvalidLifetimeError.js +2 -2
  116. package/build/component/driver/aad/error/credentialInvalidLifetimeError.js.map +1 -1
  117. package/build/component/driver/aad/error/invalidFieldInManifestError.js +2 -2
  118. package/build/component/driver/aad/error/invalidFieldInManifestError.js.map +1 -1
  119. package/build/component/driver/aad/error/missingEnvError.js +2 -2
  120. package/build/component/driver/aad/error/missingEnvError.js.map +1 -1
  121. package/build/component/driver/aad/error/missingServiceManagamentReferenceError.d.ts +5 -0
  122. package/build/component/driver/aad/error/missingServiceManagamentReferenceError.d.ts.map +1 -0
  123. package/build/component/driver/aad/error/missingServiceManagamentReferenceError.js +23 -0
  124. package/build/component/driver/aad/error/missingServiceManagamentReferenceError.js.map +1 -0
  125. package/build/component/driver/aad/update.js +16 -16
  126. package/build/component/driver/aad/update.js.map +1 -1
  127. package/build/component/driver/aad/utility/aadAppClient.js +9 -9
  128. package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
  129. package/build/component/driver/aad/utility/aadManifestHelper.js +3 -3
  130. package/build/component/driver/aad/utility/aadManifestHelper.js.map +1 -1
  131. package/build/component/driver/aad/utility/buildAadManifest.js +5 -5
  132. package/build/component/driver/aad/utility/buildAadManifest.js.map +1 -1
  133. package/build/component/driver/aad/utility/constants.d.ts +2 -0
  134. package/build/component/driver/aad/utility/constants.d.ts.map +1 -1
  135. package/build/component/driver/aad/utility/constants.js +2 -0
  136. package/build/component/driver/aad/utility/constants.js.map +1 -1
  137. package/build/component/driver/add/addWebPart.js +6 -6
  138. package/build/component/driver/add/addWebPart.js.map +1 -1
  139. package/build/component/driver/add/error/noConfigurationError.js +2 -2
  140. package/build/component/driver/add/error/noConfigurationError.js.map +1 -1
  141. package/build/component/driver/apiKey/create.d.ts.map +1 -1
  142. package/build/component/driver/apiKey/create.js +23 -20
  143. package/build/component/driver/apiKey/create.js.map +1 -1
  144. package/build/component/driver/apiKey/error/apiKeyClientSecretInvalid.js +2 -2
  145. package/build/component/driver/apiKey/error/apiKeyClientSecretInvalid.js.map +1 -1
  146. package/build/component/driver/apiKey/error/apiKeyDomainInvalid.js +2 -2
  147. package/build/component/driver/apiKey/error/apiKeyDomainInvalid.js.map +1 -1
  148. package/build/component/driver/apiKey/error/apiKeyFailedToGetDomain.js +2 -2
  149. package/build/component/driver/apiKey/error/apiKeyFailedToGetDomain.js.map +1 -1
  150. package/build/component/driver/apiKey/error/apiKeyFromScratchClientSecretInvalid.d.ts +5 -0
  151. package/build/component/driver/apiKey/error/apiKeyFromScratchClientSecretInvalid.d.ts.map +1 -0
  152. package/build/component/driver/apiKey/error/apiKeyFromScratchClientSecretInvalid.js +21 -0
  153. package/build/component/driver/apiKey/error/apiKeyFromScratchClientSecretInvalid.js.map +1 -0
  154. package/build/component/driver/apiKey/error/apiKeyNameTooLong.js +2 -2
  155. package/build/component/driver/apiKey/error/apiKeyNameTooLong.js.map +1 -1
  156. package/build/component/driver/apiKey/update.d.ts.map +1 -1
  157. package/build/component/driver/apiKey/update.js +20 -20
  158. package/build/component/driver/apiKey/update.js.map +1 -1
  159. package/build/component/driver/apiKey/utility/constants.d.ts +1 -1
  160. package/build/component/driver/apiKey/utility/constants.js +1 -1
  161. package/build/component/driver/apiKey/utility/utility.js +2 -2
  162. package/build/component/driver/apiKey/utility/utility.js.map +1 -1
  163. package/build/component/driver/arm/deploy.js +4 -4
  164. package/build/component/driver/arm/deploy.js.map +1 -1
  165. package/build/component/driver/arm/deployImpl.d.ts.map +1 -1
  166. package/build/component/driver/arm/deployImpl.js +19 -17
  167. package/build/component/driver/arm/deployImpl.js.map +1 -1
  168. package/build/component/driver/arm/util/bicepChecker.js +5 -5
  169. package/build/component/driver/arm/util/bicepChecker.js.map +1 -1
  170. package/build/component/driver/arm/util/handleError.js +9 -9
  171. package/build/component/driver/arm/util/handleError.js.map +1 -1
  172. package/build/component/driver/arm/validator.js +3 -3
  173. package/build/component/driver/arm/validator.js.map +1 -1
  174. package/build/component/driver/botAadApp/create.d.ts.map +1 -1
  175. package/build/component/driver/botAadApp/create.js +38 -22
  176. package/build/component/driver/botAadApp/create.js.map +1 -1
  177. package/build/component/driver/botAadApp/error/unexpectedEmptyBotPasswordError.js +2 -2
  178. package/build/component/driver/botAadApp/error/unexpectedEmptyBotPasswordError.js.map +1 -1
  179. package/build/component/driver/botAadApp/utility/constants.d.ts +1 -0
  180. package/build/component/driver/botAadApp/utility/constants.d.ts.map +1 -1
  181. package/build/component/driver/botAadApp/utility/constants.js +1 -0
  182. package/build/component/driver/botAadApp/utility/constants.js.map +1 -1
  183. package/build/component/driver/botFramework/createOrUpdateBot.js +14 -14
  184. package/build/component/driver/botFramework/createOrUpdateBot.js.map +1 -1
  185. package/build/component/driver/botFramework/error/invalidBotIdError.js +2 -2
  186. package/build/component/driver/botFramework/error/invalidBotIdError.js.map +1 -1
  187. package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.js +3 -3
  188. package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.js.map +1 -1
  189. package/build/component/driver/deploy/azure/azureFunctionDeployDriver.js +3 -3
  190. package/build/component/driver/deploy/azure/azureFunctionDeployDriver.js.map +1 -1
  191. package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.d.ts.map +1 -1
  192. package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.js +16 -10
  193. package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.js.map +1 -1
  194. package/build/component/driver/deploy/azure/azureStorageDeployDriver.js +8 -8
  195. package/build/component/driver/deploy/azure/azureStorageDeployDriver.js.map +1 -1
  196. package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js +14 -14
  197. package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js.map +1 -1
  198. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +6 -6
  199. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -1
  200. package/build/component/driver/deploy/azure/impl/azureDeployImpl.js +8 -8
  201. package/build/component/driver/deploy/azure/impl/azureDeployImpl.js.map +1 -1
  202. package/build/component/driver/deploy/azure/impl/baseDeployImpl.js +11 -11
  203. package/build/component/driver/deploy/azure/impl/baseDeployImpl.js.map +1 -1
  204. package/build/component/driver/deploy/spfx/deployDriver.js +15 -15
  205. package/build/component/driver/deploy/spfx/deployDriver.js.map +1 -1
  206. package/build/component/driver/deploy/spfx/error/createAppCatalogFailedError.js +2 -2
  207. package/build/component/driver/deploy/spfx/error/createAppCatalogFailedError.js.map +1 -1
  208. package/build/component/driver/deploy/spfx/error/getGraphTokenFailedError.js +2 -2
  209. package/build/component/driver/deploy/spfx/error/getGraphTokenFailedError.js.map +1 -1
  210. package/build/component/driver/deploy/spfx/error/getSPOTokenFailedError.js +2 -2
  211. package/build/component/driver/deploy/spfx/error/getSPOTokenFailedError.js.map +1 -1
  212. package/build/component/driver/deploy/spfx/error/getTenantFailedError.js +2 -2
  213. package/build/component/driver/deploy/spfx/error/getTenantFailedError.js.map +1 -1
  214. package/build/component/driver/deploy/spfx/error/insufficientPermissionError.js +2 -2
  215. package/build/component/driver/deploy/spfx/error/insufficientPermissionError.js.map +1 -1
  216. package/build/component/driver/deploy/spfx/error/noSPPackageError.js +2 -2
  217. package/build/component/driver/deploy/spfx/error/noSPPackageError.js.map +1 -1
  218. package/build/component/driver/deploy/spfx/error/noValidAppCatelogError.js +2 -2
  219. package/build/component/driver/deploy/spfx/error/noValidAppCatelogError.js.map +1 -1
  220. package/build/component/driver/deploy/spfx/error/uploadAppPackageFailedError.js +2 -2
  221. package/build/component/driver/deploy/spfx/error/uploadAppPackageFailedError.js.map +1 -1
  222. package/build/component/driver/deploy/spfx/utility/constants.js +5 -5
  223. package/build/component/driver/deploy/spfx/utility/constants.js.map +1 -1
  224. package/build/component/driver/devTool/constant.d.ts +8 -8
  225. package/build/component/driver/devTool/constant.d.ts.map +1 -1
  226. package/build/component/driver/devTool/constant.js +10 -10
  227. package/build/component/driver/devTool/constant.js.map +1 -1
  228. package/build/component/driver/devTool/error/dotnetInstallationUserError.js +3 -3
  229. package/build/component/driver/devTool/error/dotnetInstallationUserError.js.map +1 -1
  230. package/build/component/driver/devTool/error/funcInstallationUserError.js +3 -3
  231. package/build/component/driver/devTool/error/funcInstallationUserError.js.map +1 -1
  232. package/build/component/driver/devTool/error/testToolInstallationUserError.js +3 -3
  233. package/build/component/driver/devTool/error/testToolInstallationUserError.js.map +1 -1
  234. package/build/component/driver/devTool/installDriver.js +6 -6
  235. package/build/component/driver/devTool/installDriver.js.map +1 -1
  236. package/build/component/driver/error/outputEnvironmentVariableUndefinedError.js +2 -2
  237. package/build/component/driver/error/outputEnvironmentVariableUndefinedError.js.map +1 -1
  238. package/build/component/driver/file/createOrUpdateEnvironmentFile.js +11 -11
  239. package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -1
  240. package/build/component/driver/file/createOrUpdateJsonFile.js +12 -12
  241. package/build/component/driver/file/createOrUpdateJsonFile.js.map +1 -1
  242. package/build/component/driver/index.d.ts +1 -0
  243. package/build/component/driver/index.d.ts.map +1 -1
  244. package/build/component/driver/index.js +1 -0
  245. package/build/component/driver/index.js.map +1 -1
  246. package/build/component/driver/m365/acquire.js +12 -12
  247. package/build/component/driver/m365/acquire.js.map +1 -1
  248. package/build/component/driver/middleware/addSWADeployTelemetry.js +2 -2
  249. package/build/component/driver/middleware/addSWADeployTelemetry.js.map +1 -1
  250. package/build/component/driver/oauth/create.d.ts.map +1 -1
  251. package/build/component/driver/oauth/create.js +51 -21
  252. package/build/component/driver/oauth/create.js.map +1 -1
  253. package/build/component/driver/oauth/error/oauthAuthInfoInvalid.js +2 -2
  254. package/build/component/driver/oauth/error/oauthAuthInfoInvalid.js.map +1 -1
  255. package/build/component/driver/oauth/error/oauthDisablePKCEError.d.ts +5 -0
  256. package/build/component/driver/oauth/error/oauthDisablePKCEError.d.ts.map +1 -0
  257. package/build/component/driver/oauth/error/oauthDisablePKCEError.js +21 -0
  258. package/build/component/driver/oauth/error/oauthDisablePKCEError.js.map +1 -0
  259. package/build/component/driver/oauth/error/oauthDomainInvalid.js +2 -2
  260. package/build/component/driver/oauth/error/oauthDomainInvalid.js.map +1 -1
  261. package/build/component/driver/oauth/error/oauthFailedToGetDomain.js +2 -2
  262. package/build/component/driver/oauth/error/oauthFailedToGetDomain.js.map +1 -1
  263. package/build/component/driver/oauth/error/oauthIdentityProviderInvalid.d.ts +5 -0
  264. package/build/component/driver/oauth/error/oauthIdentityProviderInvalid.d.ts.map +1 -0
  265. package/build/component/driver/oauth/error/oauthIdentityProviderInvalid.js +21 -0
  266. package/build/component/driver/oauth/error/oauthIdentityProviderInvalid.js.map +1 -0
  267. package/build/component/driver/oauth/error/oauthNameTooLong.js +2 -2
  268. package/build/component/driver/oauth/error/oauthNameTooLong.js.map +1 -1
  269. package/build/component/driver/oauth/interface/createOauthArgs.d.ts +2 -0
  270. package/build/component/driver/oauth/interface/createOauthArgs.d.ts.map +1 -1
  271. package/build/component/driver/oauth/interface/updateOauthArgs.d.ts +1 -0
  272. package/build/component/driver/oauth/interface/updateOauthArgs.d.ts.map +1 -1
  273. package/build/component/driver/oauth/update.d.ts.map +1 -1
  274. package/build/component/driver/oauth/update.js +30 -19
  275. package/build/component/driver/oauth/update.js.map +1 -1
  276. package/build/component/driver/oauth/utility/constants.d.ts +1 -1
  277. package/build/component/driver/oauth/utility/constants.js +1 -1
  278. package/build/component/driver/oauth/utility/utility.js +5 -6
  279. package/build/component/driver/oauth/utility/utility.js.map +1 -1
  280. package/build/component/driver/script/baseBuildDriver.js +8 -8
  281. package/build/component/driver/script/baseBuildDriver.js.map +1 -1
  282. package/build/component/driver/script/dotnetBuildDriver.js +3 -3
  283. package/build/component/driver/script/dotnetBuildDriver.js.map +1 -1
  284. package/build/component/driver/script/npmBuildDriver.js +3 -3
  285. package/build/component/driver/script/npmBuildDriver.js.map +1 -1
  286. package/build/component/driver/script/npxBuildDriver.js +5 -5
  287. package/build/component/driver/script/npxBuildDriver.js.map +1 -1
  288. package/build/component/driver/script/scriptDriver.d.ts +2 -0
  289. package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
  290. package/build/component/driver/script/scriptDriver.js +28 -29
  291. package/build/component/driver/script/scriptDriver.js.map +1 -1
  292. package/build/component/driver/teamsApp/appStudio.d.ts.map +1 -1
  293. package/build/component/driver/teamsApp/appStudio.js +43 -54
  294. package/build/component/driver/teamsApp/appStudio.js.map +1 -1
  295. package/build/component/driver/teamsApp/clients/appStudioClient.js +20 -20
  296. package/build/component/driver/teamsApp/clients/appStudioClient.js.map +1 -1
  297. package/build/component/driver/teamsApp/configure.d.ts.map +1 -1
  298. package/build/component/driver/teamsApp/configure.js +23 -23
  299. package/build/component/driver/teamsApp/configure.js.map +1 -1
  300. package/build/component/driver/teamsApp/constants.d.ts +15 -1
  301. package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
  302. package/build/component/driver/teamsApp/constants.js +132 -2
  303. package/build/component/driver/teamsApp/constants.js.map +1 -1
  304. package/build/component/driver/teamsApp/copyAppPackageToSPFx.js +8 -8
  305. package/build/component/driver/teamsApp/copyAppPackageToSPFx.js.map +1 -1
  306. package/build/component/driver/teamsApp/create.d.ts.map +1 -1
  307. package/build/component/driver/teamsApp/create.js +21 -21
  308. package/build/component/driver/teamsApp/create.js.map +1 -1
  309. package/build/component/driver/teamsApp/createAppPackage.d.ts +3 -1
  310. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  311. package/build/component/driver/teamsApp/createAppPackage.js +83 -67
  312. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  313. package/build/component/driver/teamsApp/errors.d.ts +6 -2
  314. package/build/component/driver/teamsApp/errors.d.ts.map +1 -1
  315. package/build/component/driver/teamsApp/errors.js +49 -42
  316. package/build/component/driver/teamsApp/errors.js.map +1 -1
  317. package/build/component/driver/teamsApp/interfaces/CreateAppPackageArgs.d.ts +6 -2
  318. package/build/component/driver/teamsApp/interfaces/CreateAppPackageArgs.d.ts.map +1 -1
  319. package/build/component/driver/teamsApp/interfaces/OauthRegistration.d.ts +2 -0
  320. package/build/component/driver/teamsApp/interfaces/OauthRegistration.d.ts.map +1 -1
  321. package/build/component/driver/teamsApp/interfaces/OauthRegistration.js.map +1 -1
  322. package/build/component/driver/teamsApp/interfaces/SyncManifest.d.ts +20 -0
  323. package/build/component/driver/teamsApp/interfaces/SyncManifest.d.ts.map +1 -0
  324. package/build/component/driver/teamsApp/interfaces/SyncManifest.js +5 -0
  325. package/build/component/driver/teamsApp/interfaces/SyncManifest.js.map +1 -0
  326. package/build/component/driver/teamsApp/interfaces/appdefinitions/IValidationResult.d.ts +1 -0
  327. package/build/component/driver/teamsApp/interfaces/appdefinitions/IValidationResult.d.ts.map +1 -1
  328. package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
  329. package/build/component/driver/teamsApp/publishAppPackage.js +35 -35
  330. package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
  331. package/build/component/driver/teamsApp/syncManifest.d.ts +14 -0
  332. package/build/component/driver/teamsApp/syncManifest.d.ts.map +1 -0
  333. package/build/component/driver/teamsApp/syncManifest.js +226 -0
  334. package/build/component/driver/teamsApp/syncManifest.js.map +1 -0
  335. package/build/component/driver/teamsApp/teamsappMgr.d.ts.map +1 -1
  336. package/build/component/driver/teamsApp/teamsappMgr.js +41 -42
  337. package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
  338. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts +5 -3
  339. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
  340. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +45 -21
  341. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
  342. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +3 -2
  343. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
  344. package/build/component/driver/teamsApp/utils/ManifestUtils.js +63 -39
  345. package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
  346. package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts +4 -3
  347. package/build/component/driver/teamsApp/utils/PluginManifestUtils.d.ts.map +1 -1
  348. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +36 -18
  349. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js.map +1 -1
  350. package/build/component/driver/teamsApp/utils/utils.d.ts +4 -4
  351. package/build/component/driver/teamsApp/utils/utils.d.ts.map +1 -1
  352. package/build/component/driver/teamsApp/utils/utils.js +45 -15
  353. package/build/component/driver/teamsApp/utils/utils.js.map +1 -1
  354. package/build/component/driver/teamsApp/validate.js +27 -27
  355. package/build/component/driver/teamsApp/validate.js.map +1 -1
  356. package/build/component/driver/teamsApp/validateAppPackage.d.ts +1 -0
  357. package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
  358. package/build/component/driver/teamsApp/validateAppPackage.js +52 -38
  359. package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
  360. package/build/component/driver/teamsApp/validateTestCases.d.ts.map +1 -1
  361. package/build/component/driver/teamsApp/validateTestCases.js +36 -36
  362. package/build/component/driver/teamsApp/validateTestCases.js.map +1 -1
  363. package/build/component/driver/util/wrapUtil.js +6 -6
  364. package/build/component/driver/util/wrapUtil.js.map +1 -1
  365. package/build/component/error/componentError.js +8 -8
  366. package/build/component/error/componentError.js.map +1 -1
  367. package/build/component/feature/collaboration.d.ts.map +1 -1
  368. package/build/component/feature/collaboration.js +56 -56
  369. package/build/component/feature/collaboration.js.map +1 -1
  370. package/build/component/feature/createAuthFiles.js +8 -8
  371. package/build/component/feature/createAuthFiles.js.map +1 -1
  372. package/build/component/feature/sso.js +4 -4
  373. package/build/component/feature/sso.js.map +1 -1
  374. package/build/component/generator/apiSpec/generator.d.ts +15 -0
  375. package/build/component/generator/apiSpec/generator.d.ts.map +1 -0
  376. package/build/component/generator/apiSpec/generator.js +260 -0
  377. package/build/component/generator/apiSpec/generator.js.map +1 -0
  378. package/build/component/generator/{copilotPlugin → apiSpec}/helper.d.ts +23 -9
  379. package/build/component/generator/apiSpec/helper.d.ts.map +1 -0
  380. package/build/component/generator/{copilotPlugin → apiSpec}/helper.js +309 -127
  381. package/build/component/generator/apiSpec/helper.js.map +1 -0
  382. package/build/component/generator/constant.d.ts +1 -0
  383. package/build/component/generator/constant.d.ts.map +1 -1
  384. package/build/component/generator/constant.js +2 -1
  385. package/build/component/generator/constant.js.map +1 -1
  386. package/build/component/generator/{officeXMLAddin → copilotExtension}/generator.d.ts +8 -10
  387. package/build/component/generator/copilotExtension/generator.d.ts.map +1 -0
  388. package/build/component/generator/copilotExtension/generator.js +116 -0
  389. package/build/component/generator/copilotExtension/generator.js.map +1 -0
  390. package/build/component/generator/copilotExtension/helper.d.ts +8 -0
  391. package/build/component/generator/copilotExtension/helper.d.ts.map +1 -0
  392. package/build/component/generator/copilotExtension/helper.js +114 -0
  393. package/build/component/generator/copilotExtension/helper.js.map +1 -0
  394. package/build/component/generator/error.d.ts +1 -1
  395. package/build/component/generator/error.d.ts.map +1 -1
  396. package/build/component/generator/error.js +5 -5
  397. package/build/component/generator/error.js.map +1 -1
  398. package/build/component/generator/generator.d.ts.map +1 -1
  399. package/build/component/generator/generator.js +25 -19
  400. package/build/component/generator/generator.js.map +1 -1
  401. package/build/component/generator/generatorAction.js +7 -7
  402. package/build/component/generator/generatorAction.js.map +1 -1
  403. package/build/component/generator/generatorProvider.js +6 -6
  404. package/build/component/generator/generatorProvider.js.map +1 -1
  405. package/build/component/generator/officeAddin/generator.d.ts +1 -2
  406. package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
  407. package/build/component/generator/officeAddin/generator.js +39 -41
  408. package/build/component/generator/officeAddin/generator.js.map +1 -1
  409. package/build/component/generator/officeAddin/helperMethods.js +5 -5
  410. package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
  411. package/build/component/generator/officeXMLAddin/projectConfig.d.ts.map +1 -1
  412. package/build/component/generator/officeXMLAddin/projectConfig.js +0 -75
  413. package/build/component/generator/officeXMLAddin/projectConfig.js.map +1 -1
  414. package/build/component/generator/spfx/depsChecker/generatorChecker.js +4 -4
  415. package/build/component/generator/spfx/depsChecker/generatorChecker.js.map +1 -1
  416. package/build/component/generator/spfx/depsChecker/yoChecker.js +4 -4
  417. package/build/component/generator/spfx/depsChecker/yoChecker.js.map +1 -1
  418. package/build/component/generator/spfx/error.js +19 -19
  419. package/build/component/generator/spfx/error.js.map +1 -1
  420. package/build/component/generator/spfx/spfxGenerator.d.ts.map +1 -1
  421. package/build/component/generator/spfx/spfxGenerator.js +76 -76
  422. package/build/component/generator/spfx/spfxGenerator.js.map +1 -1
  423. package/build/component/generator/spfx/utils/constants.js +8 -8
  424. package/build/component/generator/spfx/utils/constants.js.map +1 -1
  425. package/build/component/generator/spfx/utils/telemetry-helper.js +1 -1
  426. package/build/component/generator/spfx/utils/telemetry-helper.js.map +1 -1
  427. package/build/component/generator/spfx/utils/utils.d.ts +1 -0
  428. package/build/component/generator/spfx/utils/utils.d.ts.map +1 -1
  429. package/build/component/generator/spfx/utils/utils.js +13 -9
  430. package/build/component/generator/spfx/utils/utils.js.map +1 -1
  431. package/build/component/generator/templates/ssrTabGenerator.js +1 -1
  432. package/build/component/generator/templates/ssrTabGenerator.js.map +1 -1
  433. package/build/component/generator/templates/templateGenerator.js +13 -13
  434. package/build/component/generator/templates/templateGenerator.js.map +1 -1
  435. package/build/component/generator/templates/templateNames.d.ts +1 -0
  436. package/build/component/generator/templates/templateNames.d.ts.map +1 -1
  437. package/build/component/generator/templates/templateNames.js +3 -9
  438. package/build/component/generator/templates/templateNames.js.map +1 -1
  439. package/build/component/generator/templates/templateReplaceMap.d.ts.map +1 -1
  440. package/build/component/generator/templates/templateReplaceMap.js +29 -9
  441. package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
  442. package/build/component/generator/utils.js +6 -6
  443. package/build/component/generator/utils.js.map +1 -1
  444. package/build/component/local/constants.d.ts +108 -108
  445. package/build/component/local/localCertificateManager.d.ts.map +1 -1
  446. package/build/component/local/localCertificateManager.js +11 -9
  447. package/build/component/local/localCertificateManager.js.map +1 -1
  448. package/build/component/local/localEnvManager.js +2 -2
  449. package/build/component/local/localEnvManager.js.map +1 -1
  450. package/build/component/local/localTelemetryReporter.js +3 -3
  451. package/build/component/local/localTelemetryReporter.js.map +1 -1
  452. package/build/component/local/portChecker.js +4 -4
  453. package/build/component/local/portChecker.js.map +1 -1
  454. package/build/component/local/taskDefinition.js +3 -3
  455. package/build/component/local/taskDefinition.js.map +1 -1
  456. package/build/component/m365/constants.d.ts +3 -0
  457. package/build/component/m365/constants.d.ts.map +1 -1
  458. package/build/component/m365/constants.js +4 -1
  459. package/build/component/m365/constants.js.map +1 -1
  460. package/build/component/m365/errors.js +2 -2
  461. package/build/component/m365/errors.js.map +1 -1
  462. package/build/component/m365/launchHelper.d.ts +2 -2
  463. package/build/component/m365/launchHelper.d.ts.map +1 -1
  464. package/build/component/m365/launchHelper.js +25 -17
  465. package/build/component/m365/launchHelper.js.map +1 -1
  466. package/build/component/m365/packageService.js +19 -19
  467. package/build/component/m365/packageService.js.map +1 -1
  468. package/build/component/messages.js +7 -7
  469. package/build/component/messages.js.map +1 -1
  470. package/build/component/middleware/actionExecutionMW.js +8 -8
  471. package/build/component/middleware/actionExecutionMW.js.map +1 -1
  472. package/build/component/middleware/envMW.js +6 -6
  473. package/build/component/middleware/envMW.js.map +1 -1
  474. package/build/component/middleware/questionMW.js +3 -3
  475. package/build/component/middleware/questionMW.js.map +1 -1
  476. package/build/component/migrate.js +4 -4
  477. package/build/component/migrate.js.map +1 -1
  478. package/build/component/provisionUtils.js +24 -24
  479. package/build/component/provisionUtils.js.map +1 -1
  480. package/build/component/resource/botService/appStudio/appStudioClient.js +11 -11
  481. package/build/component/resource/botService/appStudio/appStudioClient.js.map +1 -1
  482. package/build/component/resource/botService/botRegistration/botFrameworkRegistration.d.ts.map +1 -1
  483. package/build/component/resource/botService/botRegistration/botFrameworkRegistration.js +7 -7
  484. package/build/component/resource/botService/botRegistration/botFrameworkRegistration.js.map +1 -1
  485. package/build/component/resource/botService/errors.js +2 -2
  486. package/build/component/resource/botService/errors.js.map +1 -1
  487. package/build/component/resource/botService/messages.js +6 -6
  488. package/build/component/resource/botService/messages.js.map +1 -1
  489. package/build/component/resource/botService/strings.js +1 -1
  490. package/build/component/resource/botService/strings.js.map +1 -1
  491. package/build/component/utils/ResourceGroupHelper.js +28 -28
  492. package/build/component/utils/ResourceGroupHelper.js.map +1 -1
  493. package/build/component/utils/azureResourceOperation.js +2 -2
  494. package/build/component/utils/azureResourceOperation.js.map +1 -1
  495. package/build/component/utils/common.d.ts +4 -3
  496. package/build/component/utils/common.d.ts.map +1 -1
  497. package/build/component/utils/common.js +17 -6
  498. package/build/component/utils/common.js.map +1 -1
  499. package/build/component/utils/depsChecker/common.js +2 -2
  500. package/build/component/utils/depsChecker/common.js.map +1 -1
  501. package/build/component/utils/envFunctionUtils.d.ts +12 -0
  502. package/build/component/utils/envFunctionUtils.d.ts.map +1 -0
  503. package/build/component/utils/envFunctionUtils.js +185 -0
  504. package/build/component/utils/envFunctionUtils.js.map +1 -0
  505. package/build/component/utils/envUtil.d.ts +1 -0
  506. package/build/component/utils/envUtil.d.ts.map +1 -1
  507. package/build/component/utils/envUtil.js +19 -19
  508. package/build/component/utils/envUtil.js.map +1 -1
  509. package/build/component/utils/fileOperation.js +3 -4
  510. package/build/component/utils/fileOperation.js.map +1 -1
  511. package/build/component/utils/metadataGraphPermssion.js +3 -3
  512. package/build/component/utils/metadataGraphPermssion.js.map +1 -1
  513. package/build/component/utils/metadataUtil.js +2 -2
  514. package/build/component/utils/metadataUtil.js.map +1 -1
  515. package/build/component/utils/pathUtils.js +5 -5
  516. package/build/component/utils/pathUtils.js.map +1 -1
  517. package/build/component/utils/settingsUtil.js +7 -7
  518. package/build/component/utils/settingsUtil.js.map +1 -1
  519. package/build/component/utils/teamsFxTelemetryReporter.js +1 -1
  520. package/build/component/utils/teamsFxTelemetryReporter.js.map +1 -1
  521. package/build/core/FxCore.d.ts +34 -0
  522. package/build/core/FxCore.d.ts.map +1 -1
  523. package/build/core/FxCore.js +715 -413
  524. package/build/core/FxCore.js.map +1 -1
  525. package/build/core/collaborator.js +65 -65
  526. package/build/core/collaborator.js.map +1 -1
  527. package/build/core/crypto.js +4 -4
  528. package/build/core/crypto.js.map +1 -1
  529. package/build/core/environment.js +7 -7
  530. package/build/core/environment.js.map +1 -1
  531. package/build/core/environmentName.d.ts +0 -1
  532. package/build/core/environmentName.d.ts.map +1 -1
  533. package/build/core/environmentName.js +0 -2
  534. package/build/core/environmentName.js.map +1 -1
  535. package/build/core/middleware/concurrentLocker.js +13 -13
  536. package/build/core/middleware/concurrentLocker.js.map +1 -1
  537. package/build/core/middleware/errorHandler.js +4 -4
  538. package/build/core/middleware/errorHandler.js.map +1 -1
  539. package/build/core/middleware/projectMigratorV3.js +78 -78
  540. package/build/core/middleware/projectMigratorV3.js.map +1 -1
  541. package/build/core/middleware/projectSettingsLoader.js +3 -3
  542. package/build/core/middleware/projectSettingsLoader.js.map +1 -1
  543. package/build/core/middleware/projectVersionChecker.js +9 -9
  544. package/build/core/middleware/projectVersionChecker.js.map +1 -1
  545. package/build/core/middleware/utils/MigrationUtils.js +4 -4
  546. package/build/core/middleware/utils/MigrationUtils.js.map +1 -1
  547. package/build/core/middleware/utils/appYmlGenerator.js +4 -4
  548. package/build/core/middleware/utils/appYmlGenerator.js.map +1 -1
  549. package/build/core/middleware/utils/debug/debugV3MigrationUtils.js +10 -10
  550. package/build/core/middleware/utils/debug/debugV3MigrationUtils.js.map +1 -1
  551. package/build/core/middleware/utils/debug/taskMigrator.js +72 -72
  552. package/build/core/middleware/utils/debug/taskMigrator.js.map +1 -1
  553. package/build/core/middleware/utils/migrationContext.js +1 -1
  554. package/build/core/middleware/utils/migrationContext.js.map +1 -1
  555. package/build/core/middleware/utils/v3MigrationUtils.js +9 -9
  556. package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
  557. package/build/core/middleware/videoFilterAppBlocker.js +4 -4
  558. package/build/core/middleware/videoFilterAppBlocker.js.map +1 -1
  559. package/build/core/telemetry.js +1 -1
  560. package/build/core/telemetry.js.map +1 -1
  561. package/build/error/arm.js +10 -10
  562. package/build/error/arm.js.map +1 -1
  563. package/build/error/azure.js +20 -20
  564. package/build/error/azure.js.map +1 -1
  565. package/build/error/common.d.ts +4 -1
  566. package/build/error/common.d.ts.map +1 -1
  567. package/build/error/common.js +87 -75
  568. package/build/error/common.js.map +1 -1
  569. package/build/error/deploy.js +24 -24
  570. package/build/error/deploy.js.map +1 -1
  571. package/build/error/m365.js +6 -6
  572. package/build/error/m365.js.map +1 -1
  573. package/build/error/script.d.ts +2 -2
  574. package/build/error/script.d.ts.map +1 -1
  575. package/build/error/script.js +14 -8
  576. package/build/error/script.js.map +1 -1
  577. package/build/error/teamsApp.d.ts.map +1 -1
  578. package/build/error/teamsApp.js +10 -8
  579. package/build/error/teamsApp.js.map +1 -1
  580. package/build/error/upgrade.js +2 -2
  581. package/build/error/upgrade.js.map +1 -1
  582. package/build/error/yml.js +12 -12
  583. package/build/error/yml.js.map +1 -1
  584. package/build/index.d.ts +11 -7
  585. package/build/index.d.ts.map +1 -1
  586. package/build/index.js +19 -16
  587. package/build/index.js.map +1 -1
  588. package/build/question/constants.d.ts +38 -27
  589. package/build/question/constants.d.ts.map +1 -1
  590. package/build/question/constants.js +286 -294
  591. package/build/question/constants.js.map +1 -1
  592. package/build/question/create.d.ts +5 -3
  593. package/build/question/create.d.ts.map +1 -1
  594. package/build/question/create.js +338 -230
  595. package/build/question/create.js.map +1 -1
  596. package/build/question/generator.js +6 -2
  597. package/build/question/generator.js.map +1 -1
  598. package/build/question/index.d.ts +2 -0
  599. package/build/question/index.d.ts.map +1 -1
  600. package/build/question/index.js +21 -15
  601. package/build/question/index.js.map +1 -1
  602. package/build/question/inputs/AddPluginInputs.d.ts +8 -4
  603. package/build/question/inputs/AddPluginInputs.d.ts.map +1 -1
  604. package/build/question/inputs/CreateProjectInputs.d.ts +10 -4
  605. package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
  606. package/build/question/inputs/SyncManifestInputs.d.ts +16 -0
  607. package/build/question/inputs/SyncManifestInputs.d.ts.map +1 -0
  608. package/build/question/inputs/SyncManifestInputs.js +5 -0
  609. package/build/question/inputs/SyncManifestInputs.js.map +1 -0
  610. package/build/question/inputs/UninstallInputs.d.ts +22 -0
  611. package/build/question/inputs/UninstallInputs.d.ts.map +1 -0
  612. package/build/question/inputs/UninstallInputs.js +5 -0
  613. package/build/question/inputs/UninstallInputs.js.map +1 -0
  614. package/build/question/inputs/index.d.ts +2 -0
  615. package/build/question/inputs/index.d.ts.map +1 -1
  616. package/build/question/inputs/index.js +2 -0
  617. package/build/question/inputs/index.js.map +1 -1
  618. package/build/question/options/AddPluginOptions.d.ts.map +1 -1
  619. package/build/question/options/AddPluginOptions.js +19 -10
  620. package/build/question/options/AddPluginOptions.js.map +1 -1
  621. package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
  622. package/build/question/options/CreateProjectOptions.js +27 -24
  623. package/build/question/options/CreateProjectOptions.js.map +1 -1
  624. package/build/question/options/SyncManifestOptions.d.ts +10 -0
  625. package/build/question/options/SyncManifestOptions.d.ts.map +1 -0
  626. package/build/question/options/SyncManifestOptions.js +28 -0
  627. package/build/question/options/SyncManifestOptions.js.map +1 -0
  628. package/build/question/options/UninstallOptions.d.ts +10 -0
  629. package/build/question/options/UninstallOptions.d.ts.map +1 -0
  630. package/build/question/options/UninstallOptions.js +44 -0
  631. package/build/question/options/UninstallOptions.js.map +1 -0
  632. package/build/question/options/index.d.ts +2 -0
  633. package/build/question/options/index.d.ts.map +1 -1
  634. package/build/question/options/index.js +2 -0
  635. package/build/question/options/index.js.map +1 -1
  636. package/build/question/other.d.ts +2 -1
  637. package/build/question/other.d.ts.map +1 -1
  638. package/build/question/other.js +228 -81
  639. package/build/question/other.js.map +1 -1
  640. package/build/tsconfig.tsbuildinfo +1 -0
  641. package/build/ui/visitor.d.ts.map +1 -1
  642. package/build/ui/visitor.js +41 -27
  643. package/build/ui/visitor.js.map +1 -1
  644. package/package.json +15 -10
  645. package/resource/dict.zip +0 -0
  646. package/resource/package.nls.json +180 -133
  647. package/resource/yaml-schema/v1.6/yaml.schema.json +13 -0
  648. package/resource/yaml-schema/v1.7/yaml.schema.json +1842 -0
  649. package/resource/yaml-schema/yaml.schema.json +13 -0
  650. package/templates/fallback/common.zip +0 -0
  651. package/templates/fallback/csharp.zip +0 -0
  652. package/templates/fallback/js.zip +0 -0
  653. package/templates/fallback/python.zip +0 -0
  654. package/templates/fallback/ts.zip +0 -0
  655. package/build/component/generator/copilotPlugin/generator.d.ts +0 -21
  656. package/build/component/generator/copilotPlugin/generator.d.ts.map +0 -1
  657. package/build/component/generator/copilotPlugin/generator.js +0 -399
  658. package/build/component/generator/copilotPlugin/generator.js.map +0 -1
  659. package/build/component/generator/copilotPlugin/helper.d.ts.map +0 -1
  660. package/build/component/generator/copilotPlugin/helper.js.map +0 -1
  661. package/build/component/generator/officeXMLAddin/generator.d.ts.map +0 -1
  662. package/build/component/generator/officeXMLAddin/generator.js +0 -173
  663. package/build/component/generator/officeXMLAddin/generator.js.map +0 -1
@@ -40,7 +40,7 @@
40
40
  "core.projectVersionChecker.incompatibleProject": "The current project is incompatible with the installed version of Teams Toolkit.",
41
41
  "core.projectVersionChecker.vs.incompatibleProject": "The project in the solution is created with Teams Toolkit preview feature - Teams App Configuration Improvements. You can turn on the preview feature to continue.",
42
42
  "core.deployArmTemplates.ActionSuccess": "ARM templates are deployed successfully. Resource group name: %s. Deployment name: %s",
43
- "core.collaboration.ListCollaboratorsSuccess": "'List of Microsoft 365 App owners is successful, you can view it in [Output panel](%s).",
43
+ "core.collaboration.ListCollaboratorsSuccess": "List of Microsoft 365 App owners is successful, you can view it in [Output panel](%s).",
44
44
  "core.collaboration.GrantingPermission": "Granting permission",
45
45
  "core.collaboration.EmailCannotBeEmptyOrSame": "Provide collaborator's email and make sure it's not the current user's email.",
46
46
  "core.collaboration.CannotFindUserInCurrentTenant": "User not found in current tenant. Provide correct email address",
@@ -134,6 +134,7 @@
134
134
  "plugins.appstudio.validationFailedNotice": "Manifest Validation is unsuccessful!",
135
135
  "plugins.appstudio.validateManifest.progressBar.message": "Validating manifest...",
136
136
  "plugins.appstudio.validateAppPackage.progressBar.message": "Validating app package...",
137
+ "plugins.appstudio.syncManifestFailedNotice": "Unable to sync manifest!",
137
138
  "plugins.appstudio.adminPortal": "Go to admin portal",
138
139
  "plugins.appstudio.publishSucceedNotice.cli": "[%s] is published successfully to Admin Portal (%s). After approval, your app will be available for your organization. Get more info from %s.",
139
140
  "plugins.appstudio.updatePublihsedAppConfirm": "Do you want to submit a new update?",
@@ -173,6 +174,7 @@
173
174
  "error.FailedToParseResourceIdError": "Unable to get '%s' from resource id: '%s'",
174
175
  "error.NoSubscriptionFound": "Unable to find a subscription.",
175
176
  "error.TrustCertificateCancelError": "User canceled. For Teams to trust the self-signed SSL certificate used by the toolkit, add the certificate to your certificate store.",
177
+ "error.UnsupportedFileFormat": "Invalid file. Supported format: \"%s\"",
176
178
  "error.VideoFilterAppNotRemoteSupported": "Teams Toolkit doesn't support video filter app in remote. Check the README.md file in project root folder.",
177
179
  "error.appstudio.teamsAppRequiredPropertyMissing": "Missing required property \"%s\" in \"%s\"",
178
180
  "error.appstudio.teamsAppCreateFailed": "Unable to create Teams app in Teams Developer Portal due to %s",
@@ -195,6 +197,9 @@
195
197
  "error.appstudio.noManifestId": "Invalid ID found in manifest find.",
196
198
  "error.appstudio.validateFetchSchemaFailed": "Unable to get schema from %s, message: %s",
197
199
  "error.appstudio.validateSchemaNotDefined": "Manifest schema is not defined",
200
+ "error.appstudio.syncManifestInvalidInput": "Input is invalid. Project path and env should not be empty.",
201
+ "error.appstudio.syncManifestNoTeamsAppId": "Unable to load Teams app ID from the env file.",
202
+ "error.appstudio.syncManifestNoManifest": "Manifest downloaded from Teams Developer Portal is empty",
198
203
  "error.appstudio.publishInDevPortalSuggestionForValidationError": "Generate package from \"Zip Teams app package\" and try again.",
199
204
  "error.appstudio.teamsAppCreateConflict": "Unable to create Teams app, which may be because your app ID is conflicting with another app's ID in your tenant. Click 'Get Help' to resolve this issue.",
200
205
  "error.appstudio.teamsAppCreateConflictWithPublishedApp": "Teams app with the same ID already exists in your organization's app store. Update the app and try again.",
@@ -255,12 +260,13 @@
255
260
  "core.TabSPFxOption.detailNew": "Build UI with SharePoint Framework",
256
261
  "core.TabNonSso.label": "Basic Tab",
257
262
  "core.TabNonSso.detail": "A simple implementation of a web app that's ready to customize",
258
- "core.copilotPlugin.api.noAuth": "None auth",
259
- "core.copilotPlugin.api.apiKeyAuth": "API key auth(Bearer token auth)",
260
- "core.copilotPlugin.api.oauth": "OAuth(Auth code flow)",
263
+ "core.copilotPlugin.api.noAuth": "No authentication",
264
+ "core.copilotPlugin.api.apiKeyAuth": "API Key authentication(Bearer token authentication)",
265
+ "core.copilotPlugin.api.oauth": "OAuth(Authorization code flow)",
261
266
  "core.copilotPlugin.validate.apiSpec.summary": "Teams Toolkit has checked your OpenAPI description document:\n\nSummary:\n%s.\n%s\n%s",
262
267
  "core.copilotPlugin.validate.summary.validate.failed": "%s failed",
263
268
  "core.copilotPlugin.validate.summary.validate.warning": "%s warning",
269
+ "core.copilotPlugin.list.unsupportedBecause": "is unsupported because:",
264
270
  "core.copilotPlugin.scaffold.summary": "We have detected the following issues for your OpenAPI description document:\n%s",
265
271
  "core.copilotPlugin.scaffold.summary.warning.operationId": "%s Mitigation: Not required, operationId has been automatically generated and added into \"%s\" file.",
266
272
  "core.copilotPlugin.scaffold.summary.warning.swaggerVersion": "The OpenAPI description document is on Swagger version 2.0. Mitigation: Not required. The content has been converted to OpenAPI 3.0 and saved in \"%s\".",
@@ -271,6 +277,10 @@
271
277
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingCardTemlate.mitigation": " Mitigation: create Adaptive Card template in \"%s\" and then update \"%s\" field to the relative path in \"%s\".",
272
278
  "core.copilotPlugin.scaffold.summary.warning.api.optionalParametersOnly": "There is no required parameter defined in API \"%s\". The first optional parameter is set as the parameter for command \"%s\".",
273
279
  "core.copilotPlugin.scaffold.summary.warning.api.optionalParametersOnly.mitigation": " Mitigation: If \"%s\" is not what you need, edit the parameter of command \"%s\" in \"%s\". The parameter name should match what's defined in \"%s\".",
280
+ "core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription": "Description for function \"%s\" is missing.",
281
+ "core.copilotPlugin.scaffold.summary.warning.pluginManifest.missingFunctionDescription.mitigation": " Mitigation: Update description for \"%s\" in \"%s\"",
282
+ "core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding": "Description for function \"%s\" shortened to %s characters to meet the length requirement.",
283
+ "core.copilotPlugin.scaffold.summary.warning.pluginManifest.functionDescription.lengthExceeding.mitigation": " Mitigation: Update description for \"%s\" in \"%s\" so that Copilot can trigger the function.",
274
284
  "core.createCapabilityQuestion.titleNew": "Capabilities",
275
285
  "core.createCapabilityQuestion.placeholder": "Select a capability",
276
286
  "core.createProjectQuestion.option.description.preview": "Preview",
@@ -293,20 +303,22 @@
293
303
  "core.createProjectQuestion.projectType.officeAddin.framework.placeholder": "Select a framework",
294
304
  "core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Microsoft 365 app",
295
305
  "core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
306
+ "core.createProjectQuestion.projectType.copilotExtension.label": "Copilot Extension",
307
+ "core.createProjectQuestion.projectType.copilotExtension.title": "App Features using Copilot Extension",
308
+ "core.createProjectQuestion.projectType.copilotExtension.detail": "Create declarative Copilot, API plugin, or both with Microsoft Copilot orchestrator and LLM.",
296
309
  "core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Microsoft Copilot for Microsoft 365 using your APIs",
297
- "core.createProjectQuestion.projectType.copilotPlugin.label": "Copilot Plugin",
298
- "core.createProjectQuestion.projectType.copilotPlugin.title": "Copilot Plugin",
299
- "core.createProjectQuestion.projectType.copilotPlugin.placeholder": "Select an option",
300
- "core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent chatbot in Microsoft Teams easily using Teams AI Library",
301
- "core.createProjectQuestion.projectType.customCopilot.label": "Custom Copilot",
310
+ "core.createProjectQuestion.projectType.copilotPlugin.label": "API Plugin",
311
+ "core.createProjectQuestion.projectType.copilotExtension.placeholder": "Select an option",
312
+ "core.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent chatbot with Teams AI Library where you manage orchestration and provide your own LLM.",
313
+ "core.createProjectQuestion.projectType.customCopilot.label": "Custom Engine Copilot",
302
314
  "core.createProjectQuestion.projectType.customCopilot.title": "App Features Using Teams AI Library",
303
315
  "core.createProjectQuestion.projectType.customCopilot.placeholder": "Select an option",
304
- "core.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use Github Copilot Chat",
305
- "core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with Github Copilot and get step-by-step instructions to develop your Teams app",
316
+ "core.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use GitHub Copilot Chat",
317
+ "core.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your Teams app",
306
318
  "core.createProjectQuestion.projectType.copilotGroup.title": "Use Copilot",
307
319
  "core.createProjectQuestion.projectType.createGroup.title": "Create",
308
320
  "core.createProjectQuestion.projectType.declarativeCopilot.label": "Declarative Copilot",
309
- "core.createProjectQuestion.projectType.declarativeCopilot.title": "Author a Declarative Copilot",
321
+ "core.createProjectQuestion.projectType.declarativeCopilot.detail": "Create your own Copilot by declaring instructions, actions, & knowledge to suit your needs.",
310
322
  "core.createProjectQuestion.title": "New Project",
311
323
  "core.createProjectQuestion.capability.botMessageExtension.label": "Start with a Bot",
312
324
  "core.createProjectQuestion.capability.botMessageExtension.detail": "Create a message extension using Bot Framework",
@@ -332,17 +344,12 @@
332
344
  "core.createProjectQuestion.capability.customCopilotRagMicrosoft365Option.detail": "Load your data from Microsoft Graph and SharePoint",
333
345
  "core.createProjectQuestion.capability.customCopilotRag.title": "Chat With Your Data",
334
346
  "core.createProjectQuestion.capability.customCopilotRag.placeholder": "Select an option to load your data",
335
- "core.createProjectQuestion.capability.customCopilotAssistantNewOption.label": "Build New",
347
+ "core.createProjectQuestion.capability.customCopilotAssistantNewOption.label": "Build from Scratch",
336
348
  "core.createProjectQuestion.capability.customCopilotAssistantNewOption.detail": "Build your own AI Agent from scratch using Teams AI Library",
337
349
  "core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.label": "Build with Assistants API",
338
350
  "core.createProjectQuestion.capability.customCopilotAssistantAssistantsApiOption.detail": "Build an AI agent with OpenAI Assistants API and Teams AI Library",
339
351
  "core.createProjectQuestion.capability.customCopilotAssistant.title": "AI Agent",
340
352
  "core.createProjectQuestion.capability.customCopilotAssistant.placeholder": "Choose how you want to manage your AI tasks",
341
- "core.createProjectQuestion.capability.declarativeCopilotBasic.title": "Basic Declarative Copilot",
342
- "core.createProjectQuestion.capability.declarativeCopilotBasic.detail": "A declarative Copilot skeleton you can author without any plugin",
343
- "core.createProjectQuestion.capability.declarativeCopilotWithPlugin.title": "Declarative Copilot with a plugin using Azure Functions",
344
- "core.createProjectQuestion.capability.declarativeCopilotWithPlugin.detail": "A declarative Copilot containing a Copilot plugin with a new API from Azure Functions",
345
- "core.createProjectQuestion.declarativeCopilotType.title": "Choose Declarative Copilot Type",
346
353
  "core.createProjectQuestion.llmService.title": "Service for Large Language Model (LLM)",
347
354
  "core.createProjectQuestion.llmService.placeholder": "Select a service to access LLMs",
348
355
  "core.createProjectQuestion.llmServiceOpenAIOption.label": "OpenAI",
@@ -357,6 +364,8 @@
357
364
  "core.createProjectQuestion.llmService.azureOpenAIDeploymentName.title": "Azure OpenAI Deployment Name",
358
365
  "core.createProjectQuestion.llmService.azureOpenAIEndpoint.placeholder": "Input Azure OpenAI service endpoint now or set it later in the project",
359
366
  "core.createProjectQuestion.llmService.azureOpenAIDeploymentName.placeholder": "Input Azure OpenAI deployment name now or set it later in the project",
367
+ "core.createProjectQuestion.apiPlugin.importPlugin.label": "Import from existing plugin",
368
+ "core.createProjectQuestion.apiPlugin.importPlugin.detail": "Import from existing API plugin file",
360
369
  "core.createProjectQuestion.apiSpec.title": "OpenAPI Description Document",
361
370
  "core.createProjectQuestion.apiSpec.placeholder": "Enter OpenAPI Description Document URL",
362
371
  "core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Description Document Location",
@@ -367,11 +376,12 @@
367
376
  "core.createProjectQuestion.OauthClientSecretConfirm": "Teams Toolkit uploads the client id/secret for OAuth Registration to Teams Developer Portal. It is used by Teams client to securely access your API at runtime. Teams Toolkit doesn't store your client id/secret.",
368
377
  "core.createProjectQuestion.apiMessageExtensionAuth.title": "Authentication Type",
369
378
  "core.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
370
- "core.createProjectQuestion.invalidApiKey.message": "Client secret is invalid. The length of secret should be >= 10 and <= 128",
379
+ "core.createProjectQuestion.invalidApiKey.message": "Invalid client secret. It should be 10 to 512 characters long.",
371
380
  "core.createProjectQuestion.invalidUrl.message": "Enter a valid HTTP URL without authentication to access your OpenAPI description document.",
372
381
  "core.createProjectQuestion.apiSpec.operation.title": "Select Operation(s) Teams Can Interact with",
373
382
  "core.createProjectQuestion.apiSpec.copilotOperation.title": "Select Operation(s) Copilot Can Interact with",
374
383
  "core.createProjectQuestion.apiSpec.operation.apikey.placeholder": "GET/POST methods with at most 5 required parameter and API key are listed",
384
+ "core.createProjectQuestion.apiSpec.operation.plugin.placeholder": "Unsupported APIs are not listed, check the output channel for reasons",
375
385
  "core.createProjectQuestion.apiSpec.operation.invalidMessage": "%s API(s) selected. You can select at least one and at most %s APIs.",
376
386
  "core.createProjectQuestion.apiSpec.operation.multipleAuth": "Your selected APIs have multiple authorizations %s which are not supported.",
377
387
  "core.createProjectQuestion.apiSpec.operation.multipleServer": "Your selected APIs have multiple server URLs %s which are not supported.",
@@ -379,40 +389,22 @@
379
389
  "core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "Incompatible OpenAPI description document. Check output panel for details.",
380
390
  "core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "Incompatible OpenAPI description document. Check [output panel](command:fx-extension.showOutputChannel) for details.",
381
391
  "core.createProjectQuestion.meArchitecture.title": "Architecture of Search Based Message Extension",
382
- "core.createProjectQuestion.officeXMLAddin.bar.title": "Office Add-in",
383
- "core.createProjectQuestion.officeXMLAddin.bar.detail": "Creating Project.",
384
- "core.createProjectQuestion.officeXMLAddin.mainEntry.title": "Office Add-in",
385
- "core.createProjectQuestion.officeXMLAddin.mainEntry.detail": "Create integration with Outlook, Word, Excel, or PowerPoint",
386
- "core.createProjectQuestion.officeXMLAddin.create.title": "Select to Create an Outlook, Word, Excel, or PowerPoint Add-in",
387
- "core.createProjectQuestion.officeXMLAddin.word.title": "Word Add-in",
388
- "core.createProjectQuestion.officeXMLAddin.word.detail": "Create an add-in that can run in Word across multiple platforms",
389
- "core.createProjectQuestion.officeXMLAddin.word.sso.title": "Add-in with Single Sign On",
390
- "core.createProjectQuestion.officeXMLAddin.word.sso.detail": "Create a Word add-in with Single Sign On capabilities",
391
- "core.createProjectQuestion.officeXMLAddin.word.react.title": "Add-in with React Framework",
392
- "core.createProjectQuestion.officeXMLAddin.word.react.detail": "Create a Word add-in with React framework",
393
- "core.createProjectQuestion.officeXMLAddin.word.create.title": "Create a Word Add-in",
394
- "core.createProjectQuestion.officeXMLAddin.excel.title": "Excel Add-in",
395
- "core.createProjectQuestion.officeXMLAddin.excel.detail": "Extend Excel functionality and access Excel data on multiple platforms",
396
- "core.createProjectQuestion.officeXMLAddin.excel.sso.title": "Add-in with Single Sign On",
397
- "core.createProjectQuestion.officeXMLAddin.excel.sso.detail": "Create an Excel add-in with Single Sign On capabilities",
398
- "core.createProjectQuestion.officeXMLAddin.excel.react.title": "Add-in with React Framework",
399
- "core.createProjectQuestion.officeXMLAddin.excel.react.detail": "Create an Excel add-in with React framework",
400
- "core.createProjectQuestion.officeXMLAddin.excel.cf.shared.title": "Excel Custom Functions Using Shared Runtime",
401
- "core.createProjectQuestion.officeXMLAddin.excel.cf.shared.detail": "Create an Excel add-in leveraging Custom Functions using a Shared Runtime",
402
- "core.createProjectQuestion.officeXMLAddin.excel.cf.js.title": "Excel Custom Functions Using JavaScript-only Runtime",
403
- "core.createProjectQuestion.officeXMLAddin.excel.cf.js.detail": "Create an Excel add-in leveraging Custom Functions using a JavaScript-only Runtime",
404
- "core.createProjectQuestion.officeXMLAddin.excel.create.title": "Create Excel Add-in",
405
- "core.createProjectQuestion.officeXMLAddin.powerpoint.title": "PowerPoint Add-in",
406
- "core.createProjectQuestion.officeXMLAddin.powerpoint.detail": "Build engaging solutions for presentations across platform",
407
- "core.createProjectQuestion.officeXMLAddin.powerpoint.sso.title": "Add-in with Single Sign On",
408
- "core.createProjectQuestion.officeXMLAddin.powerpoint.sso.detail": "PowerPoint add-in with Single Sign On capabilities",
409
- "core.createProjectQuestion.officeXMLAddin.powerpoint.react.title": "Add-in with React Framework",
410
- "core.createProjectQuestion.officeXMLAddin.powerpoint.react.detail": "Create a PowerPoint add-in with React framework",
411
- "core.createProjectQuestion.officeXMLAddin.powerpoint.create.title": "Create a PowerPoint Add-in",
412
- "core.createProjectQuestion.officeXMLAddin.taskpane.title": "Add-in with Basic Task Pane",
413
- "core.createProjectQuestion.officeXMLAddin.taskpane.detail": "Customize the Ribbon with a button and create a dashboard in the Task Pane",
414
- "core.createProjectQuestion.officeXMLAddin.manifestOnly.title": "Add-in Project With only Manifest File",
415
- "core.createProjectQuestion.officeXMLAddin.manifestOnly.detail": "Create an add-in project that includes only the manifest file",
392
+ "core.createProjectQuestion.declarativeCopilot.title": "Create Declarative Copilot",
393
+ "core.createProjectQuestion.declarativeCopilot.placeholder": "Add API plugin to your declarative Copilot",
394
+ "core.createProjectQuestion.createApiPlugin.title": "Create API Plugin",
395
+ "core.createProjectQuestion.addApiPlugin.title": "Add API Plugin",
396
+ "core.createProjectQuestion.addApiPlugin.placeholder": "Select how to add plugin",
397
+ "core.createProjectQuestion.noPlugin.label": "No plugin",
398
+ "core.createProjectQuestion.noPlugin.detail": "Create declarative Copilot only",
399
+ "core.createProjectQuestion.addPlugin.label": "Add plugin",
400
+ "core.createProjectQuestion.addPlugin.detail": "Create declarative Copilot with API plugin",
401
+ "core.createProjectQuestion.addExistingPlugin.pluginManifest.title": "Import Manifest File",
402
+ "core.createProjectQuestion.addExistingPlugin.apiSpec.title": "Import OpenAPI Description Document",
403
+ "core.createProjectQuestion.addExistingPlugin.pluginManifest.placeholder": "Select your plugin manifest file",
404
+ "core.createProjectQuestion.addExistingPlugin.openApiSpec.placeholder": "Select OpenAPI description document used for your API plugin",
405
+ "core.createProjectQuestion.addPlugin.MissingRequiredProperty": "Invalid plugin manifest. Missing \"%s\"",
406
+ "core.createProjectQuestion.addPlugin.pluginManifestMissingApiSpec": "Invalid plugin manifest. Ensure the manifest has a runtime of \"%s\" and references a valid API description document.",
407
+ "core.createProjectQuestion.addPlugin.pluginManifestMultipleApiSpec": "Found multiple OpenAPI description documents: \"%s\".",
416
408
  "core.aiAssistantBotOption.label": "AI Agent Bot",
417
409
  "core.aiAssistantBotOption.detail": "A custom AI Agent bot in Teams using Teams AI library and OpenAI Assistants API",
418
410
  "core.aiBotOption.label": "AI Chat Bot",
@@ -450,13 +442,12 @@
450
442
  "core.SampleSelect.title": "Start from a sample",
451
443
  "core.SampleSelect.placeholder": "Select a sample",
452
444
  "core.SampleSelect.buttons.viewSamples": "View samples",
453
- "core.question.pluginAvailability.title": "Select Plugin Availability",
454
- "core.pluginAvailability.declarativeCopilot": "Declarative Copilot",
455
- "core.pluginAvailability.copilotForM365": "Copilot for Microsoft 365",
456
- "core.pluginAvailability.declarativeCopilotAndM365": "Both declarative Copilot and Copilot for Microsoft 365",
457
- "core.addPlugin.success": "Plugin \"%s\" added to the project successfully.",
458
- "core.addAction.success": "Action \"%s\" added to the project successfully.",
459
- "core.addActionAndPlugin.success": "Action \"%s\" and plugin \"%s\" added to the project successfully.",
445
+ "core.addPlugin.success.vsc": "API plugin \"%s\" added to the project successfully.",
446
+ "core.addPlugin.success": "API plugin \"%s\" added to the project successfully. View plugin manifest in \"%s\".",
447
+ "core.addPlugin.success.viewPluginManifest": "View plugin manifest",
448
+ "core.scaffold.warning.summary": "We have detected following issues:\n%s",
449
+ "core.addPlugin.warning.manifestVariables": "Environment variables \"%s\" found in manifest of the added plugin. Ensure the values are set in .env file or system environment variables.",
450
+ "core.addPlugin.warning.apiSpecVariables": "Environment variables \"%s\" found in API specification of the added plugin. Ensure the values are set in .env file or system environment variables.",
460
451
  "core.updateBotIdsQuestion.title": "Create new bot(s) for debugging",
461
452
  "core.updateBotIdsQuestion.placeholder": "Deselect to keep the original botId value",
462
453
  "_core.updateBotIdsQuestion.placeholder.comment": "'botId' is the field name that shouldn't be localized.",
@@ -544,6 +535,15 @@
544
535
  "core.common.ErrorFetchApiSpec": "Your OpenAPI description document should be accessible without authentication, otherwise download and start from a local copy.",
545
536
  "core.common.SendingApiRequest": "Sending API request: %s. Request body: %s",
546
537
  "core.common.ReceiveApiResponse": "Received API response: %s.",
538
+ "core.envFunc.unsupportedFile.errorLog": "\"%s\" is an invalid file. Supported format: %s.",
539
+ "core.envFunc.unsupportedFile.errorMessage": "Invalid file. %s",
540
+ "core.envFunc.unsupportedFunction.errorLog": "\"%s\" is an invalid function. Supported function: \"%s\".",
541
+ "core.envFunc.unsupportedFunction.errorMessage": "Invalid function. %s",
542
+ "core.envFunc.invalidFunctionParameter.errorLog": "The parameter \"%s\" of function \"%s\" is invalid. Please provide a valid file path wrapped by '' or an environment variable name in \"${{}}\" format.",
543
+ "core.envFunc.invalidFunctionParameter.errorMessage": "Invalid parameter of function \"%s\". %s",
544
+ "core.envFunc.readFile.errorLog": "Unable to read from \"%s\" due to \"%s\".",
545
+ "core.envFunc.readFile.errorMessage": "Unable to read from \"%s\". %s",
546
+ "core.error.checkOutput.vsc": "Check [Output panel](command:fx-extension.showOutputChannel) for details.",
547
547
  "core.importAddin.label": "Import an Existing Outlook Add-ins",
548
548
  "core.importAddin.detail": "Upgrade an Add-ins project to the latest app manifest and project structure",
549
549
  "core.importOfficeAddin.label": "Import an Existing Office Add-ins",
@@ -563,6 +563,45 @@
563
563
  "core.copilot.addAPI.success": "%s have(has) been successfully added to %s",
564
564
  "core.copilot.addAPI.InjectAPIKeyActionFailed": "Inject API key action to teamsapp.yaml file unsuccessful, make sure the file contains teamsApp/create action in provision section.",
565
565
  "core.copilot.addAPI.InjectOAuthActionFailed": "Inject OAuth action to teamsapp.yaml file unsuccessful, make sure the file contains teamsApp/create action in provision section.",
566
+ "core.uninstall.botNotFound": "Cannot find bot using the manifest ID %s",
567
+ "core.uninstall.confirm.tdp": "App registration of manifest ID: %s will be removed. Please confirm.",
568
+ "core.uninstall.confirm.m365App": "Microsoft 365 Application of Title ID: %s will be uninstalled. Please confirm.",
569
+ "core.uninstall.confirm.bot": "Bot framework registration of bot ID: %s will be removed. Please confirm.",
570
+ "core.uninstall.confirm.cancel.tdp": "Removal of app registration is canceled.",
571
+ "core.uninstall.confirm.cancel.m365App": "Uninstallation of Microsoft 365 Application is canceled.",
572
+ "core.uninstall.confirm.cancel.bot": "Removal of Bot framework registration is canceled.",
573
+ "core.uninstall.success.tdp": "App registration of manifest ID: %s successfully removed.",
574
+ "core.uninstall.success.m365App": "Microsoft 365 Application of Title ID: %s successfully uninstalled.",
575
+ "core.uninstall.success.delayWarning": "The uninstallation of the Microsoft 365 Application may be delayed.",
576
+ "core.uninstall.success.bot": "Bot framework registration of bot ID: %s successfully removed.",
577
+ "core.uninstall.failed.titleId": "Unable to find the Title ID. This app is probably not installed.",
578
+ "core.uninstallQuestion.manifestId": "Manifest ID",
579
+ "core.uninstallQuestion.env": "Environment",
580
+ "core.uninstallQuestion.titleId": "Title ID",
581
+ "core.uninstallQuestion.chooseMode": "Choose a way to clean up resources",
582
+ "core.uninstallQuestion.manifestIdMode": "Manifest ID",
583
+ "core.uninstallQuestion.manifestIdMode.detail": "Clean up resources associated with Manifest ID. This includes app registration in Teams Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded to Microsoft 365. You can find the Manifest ID in the environment file (default environment key: Teams_App_ID) in the project created by Teams Toolkit.",
584
+ "core.uninstallQuestion.envMode": "Environment in Teams Toolkit Created Project",
585
+ "core.uninstallQuestion.envMode.detail": "Clean up resources associated with a specific environment in the Teams Toolkit created project. Resources include app registration in Teams Developer Portal, bot registration in Bot Framework Portal, and custom apps uploaded in Microsoft 365 apps.",
586
+ "core.uninstallQuestion.titleIdMode": "Title ID",
587
+ "core.uninstallQuestion.titleIdMode.detail": "Uninstall the uploaded custom app associated with Title ID. The Title ID can be found in the environment file in the Teams Toolkit created project.",
588
+ "core.uninstallQuestion.chooseOption": "Choose resources to uninstall",
589
+ "core.uninstallQuestion.m365Option": "Microsoft 365 Application",
590
+ "core.uninstallQuestion.tdpOption": "App registration",
591
+ "core.uninstallQuestion.botOption": "Bot framework registration",
592
+ "core.uninstallQuestion.projectPath": "Project path",
593
+ "core.syncManifest.projectPath": "Project path",
594
+ "core.syncManifest.env": "Target Teams Toolkit Environment",
595
+ "core.syncManifest.teamsAppId": "Teams App ID (optional)",
596
+ "core.syncManifest.addWarning": "New properties added to the manifest template. Manually update the local manifest. Diff Path: %s. New Value %s.",
597
+ "core.syncManifest.deleteWarning": "Something was deleted from the manifest template. Manually update the local manifest. Diff Path: %s. Old Value: %s.",
598
+ "core.syncManifest.editKeyConflict": "Conflict in placeholder variable in the new manifest. Manually update the local manifest. Variable name: %s, value 1: %s, value 2: %s.",
599
+ "core.syncManifest.editNonVarPlaceholder": "The new manifest has non-placeholder changes. Manually update your local manifest. Old value: %s. New value: %s.",
600
+ "core.syncManifest.editNotMatch": "Value doesn't match the template placeholders. Manually update the local manifest. Template value: %s. New Value: %s.",
601
+ "core.syncManifest.updateEnvSuccess": "%s environment file updated successfully. New values: %s",
602
+ "core.syncManifest.success": "Manifest synced to environment: %s successfully.",
603
+ "core.syncManifest.noDiff": "Your manifest file is already up-to-date. Sync completed.",
604
+ "core.syncManifest.saveManifestSuccess": "Manifest file saved to %s successfully.",
566
605
  "ui.select.LoadingOptionsPlaceholder": "Loading options ...",
567
606
  "ui.select.LoadingDefaultPlaceholder": "Loading default value ...",
568
607
  "error.aad.manifest.NameIsMissing": "name is missing\n",
@@ -578,28 +617,28 @@
578
617
  "error.aad.manifest.OptionalClaimsIsMissing": "optionalClaims is missing\n",
579
618
  "error.aad.manifest.OptionalClaimsMissingIdtypClaim": "optionalClaims access token doesn't contain idtyp claim\n",
580
619
  "error.aad.manifest.AADManifestIssues": "Microsoft Entra manifest has following issues that may potentially break the Teams App:\n",
581
- "error.aad.manifest.DeleteOrUpdatePermissionFailed": "Unable to update or delete an existing permission when it's enabled. One possible reason is that the ACCESS_AS_USER_PERMISSION_ID environment variable is changed for selected environment. Ensure your permission id(s) are identical with the actual Microsoft Entra application and try again.\n",
620
+ "error.aad.manifest.DeleteOrUpdatePermissionFailed": "Unable to update or delete an enabled permission. It may be because the ACCESS_AS_USER_PERMISSION_ID environment variable is changed for selected environment. Make sure your permission id(s) match the actual Microsoft Entra application and try again.\n",
582
621
  "error.aad.manifest.HostNameNotOnVerifiedDomain": "Unable to set identifierUri because the value is not on verified domain: %s",
583
622
  "error.aad.manifest.UnknownResourceAppId": "Unknown resourceAppId %s",
584
623
  "error.aad.manifest.UnknownResourceAccessType": "Unknown resourceAccess: %s",
585
- "error.aad.manifest.UnknownResourceAccessId": "Unknown resourceAccess id: %s, if you're using permission as resourceAccess id, please try to use permission id instead.",
624
+ "error.aad.manifest.UnknownResourceAccessId": "Unknown resourceAccess id: %s, try to use permission id instead of resourceAccess id.",
586
625
  "core.addSsoFiles.emptyProjectPath": "Project path is empty",
587
626
  "core.addSsoFiles.FailedToCreateAuthFiles": "Unable to create files for add sso. Detail error: %s.",
588
- "core.getUserEmailQuestion.validation3": "Email address is not valid",
627
+ "core.getUserEmailQuestion.validation3": "Email address is invalid",
589
628
  "plugins.bot.ErrorSuggestions": "Suggestions: %s",
590
629
  "plugins.bot.InvalidValue": "%s is invalid with value: %s",
591
- "plugins.bot.SomethingIsMissing": "%s is missing.",
630
+ "plugins.bot.SomethingIsMissing": "%s is not available.",
592
631
  "plugins.bot.FailedToProvision": "Unable to provision %s.",
593
632
  "plugins.bot.FailedToUpdateConfigs": "Unable to update configs for %s",
594
633
  "plugins.bot.BotRegistrationNotFoundWith": "Bot registration was not found with botId %s. Click 'Get Help' button to get more info about how to check bot registrations.",
595
634
  "plugins.bot.BotResourceExists": "Bot resource already existed on %s, skip creating Bot resource.",
596
635
  "plugins.bot.FailRetrieveAzureCredentials": "Unable to retrieve Azure credentials.",
597
- "plugins.bot.ProvisionBotRegistration": "Provisioning bot registration.",
598
- "plugins.bot.ProvisionBotRegistrationSuccess": "Successfully provisioned bot registration.",
599
- "plugins.bot.CheckLogAndFix": "Please check log in Output panel and try to fix this issue.",
636
+ "plugins.bot.ProvisionBotRegistration": "Bot registration provisioning in progress...",
637
+ "plugins.bot.ProvisionBotRegistrationSuccess": "Bot registration provisioned successfully.",
638
+ "plugins.bot.CheckLogAndFix": "Please check log-in Output panel and try to fix this issue.",
600
639
  "plugins.bot.AppStudioBotRegistration": "Developer Portal bot registration",
601
- "plugins.function.getTemplateFromLocal": "Unable to get newest template from github, trying to use the local template.",
602
- "error.depChecker.DefaultErrorMessage": "Install the required dependencies manually.",
640
+ "plugins.function.getTemplateFromLocal": "Unable to get latest template from GitHub, trying to use the local template.",
641
+ "error.depChecker.DefaultErrorMessage": "Install required dependencies manually.",
603
642
  "depChecker.learnMoreButtonText": "Get more info",
604
643
  "depChecker.needInstallNpm": "You must have NPM installed to debug your local functions.",
605
644
  "depChecker.failToValidateFuncCoreTool": "Unable to validate Azure Functions Core Tools after installation.",
@@ -636,6 +675,7 @@
636
675
  "driver.aadApp.error.appNameTooLong": "The name for this Microsoft Entra app is too long. The maximum length is 120.",
637
676
  "driver.aadApp.error.credentialInvalidLifetimeAsPerAppPolicy": "The client secret lifetime is too long for your tenant. Use a shorter value with the clientSecretExpireDays parameter.",
638
677
  "driver.aadApp.error.credentialTypeNotAllowedAsPerAppPolicy": "Your tenant doesn't allow creating a client secret for Microsoft Entra app. Create and configure the app manually.",
678
+ "driver.aadApp.error.MissingServiceManagementReference": "Service management reference is required when creating Microsoft Entra app in Microsoft tenant. Please refer to the help link to provide a valid service management reference.",
639
679
  "driver.aadApp.progressBar.createAadAppTitle": "Creating Microsoft Entra application...",
640
680
  "driver.aadApp.progressBar.updateAadAppTitle": "Updating Microsoft Entra application...",
641
681
  "driver.aadApp.log.startExecuteDriver": "Executing action %s",
@@ -649,6 +689,7 @@
649
689
  "driver.aadApp.log.skipGenerateClientSecret": "Environment variable %s already exist, skipping Microsoft Entra app client secret generation step.",
650
690
  "driver.aadApp.log.outputAadAppManifest": "Build Microsoft Entra app manifest completed, and app manifest content is written to %s",
651
691
  "driver.aadApp.log.successUpdateAadAppManifest": "Applied manifest %s to Microsoft Entra application with object id %s",
692
+ "driver.aadApp.log.deleteAadAfterDebugging": " (Teams toolkit will delete the Microsoft Entra application after debugging)",
652
693
  "botRegistration.ProgressBar.creatingBotAadApp": "Creating bot Microsoft Entra app...",
653
694
  "botRegistration.log.startCreateBotAadApp": "Creating bot Microsoft Entra app.",
654
695
  "botRegistration.log.successCreateBotAadApp": "Bot Microsoft Entra app created successfully.",
@@ -662,7 +703,7 @@
662
703
  "driver.botAadApp.error.unexpectedEmptyBotPassword": "Bot password is empty. Add it in env file or clear bot id to have bot id/password pair regenerated. action: %s.",
663
704
  "driver.arm.description.deploy": "Deploy the given ARM templates to Azure.",
664
705
  "driver.arm.deploy.progressBar.message": "Deploying the ARM templates to Azure...",
665
- "debug.warningMessage": "To debug applications in Teams, your localhost server must be on HTTPS.\nFor Teams to trust the self-signed SSL certificate used by the toolkit, a self-signed certificate must be added to your certificate store.\n You may skip this step, but you'll have to manually trust the secure connection in a new browser window when debugging your apps in Teams.\nFor more information \"https://aka.ms/teamsfx-ca-certificate\".",
706
+ "debug.warningMessage": "To debug applications in Teams, your localhost server need to be on HTTPS.\nFor Teams to trust the self-signed SSL certificate used by the toolkit, add a self-signed certificate to your certificate store.\n You may skip this step, but you'll have to manually trust the secure connection in a new browser window when debugging your apps in Teams.\nFor more information \"https://aka.ms/teamsfx-ca-certificate\".",
666
707
  "debug.warningMessage2": " You may be asked for your account credentials when installing the certificate.",
667
708
  "debug.install": "Install",
668
709
  "driver.spfx.deploy.description": "deploys the SPFx package to SharePoint app catalog.",
@@ -671,12 +712,12 @@
671
712
  "driver.spfx.deploy.deployPackage": "Deploy SPFx package to your tenant app catalog.",
672
713
  "driver.spfx.deploy.skipCreateAppCatalog": "Skip to create SharePoint app catalog.",
673
714
  "driver.spfx.deploy.uploadPackage": "Upload SPFx package to your tenant app catalog.",
674
- "driver.spfx.info.tenantAppCatalogCreated": "SharePoint tenant app catalog %s created, wait for a few minutes to be active.",
675
- "driver.spfx.warn.noTenantAppCatalogFound": "No tenant app catalog found, retry: %s",
676
- "driver.spfx.error.failedToGetAppCatalog": "Cannot get app catalog site url after creation. You may need wait a few minutes and retry.",
715
+ "driver.spfx.info.tenantAppCatalogCreated": "SharePoint tenant app catalog %s is created. Please wait a few minutes for it to be active.",
716
+ "driver.spfx.warn.noTenantAppCatalogFound": "No tenant app catalog found, try again: %s",
717
+ "driver.spfx.error.failedToGetAppCatalog": "Unable to get app catalog site url after creation. Wait a few minutes and try again.",
677
718
  "driver.spfx.error.noValidAppCatelog": "There is no valid app catalog in your tenant. You can update the property 'createAppCatalogIfNotExist' in %s to true if you want Teams Toolkit to create it for you or you can create it by yourself.",
678
719
  "driver.spfx.add.description": "add additional web part to SPFx project",
679
- "driver.spfx.add.successNotice": "Web part %s was successfully added to project.",
720
+ "driver.spfx.add.successNotice": "Web part %s was successfully added to the project.",
680
721
  "driver.spfx.add.progress.title": "Scaffolding web part",
681
722
  "driver.spfx.add.progress.scaffoldWebpart": "Generate SPFx web part using Yeoman CLI",
682
723
  "driver.prerequisite.error.funcInstallationError": "Unable to check and install Azure Functions Core Tools.",
@@ -687,26 +728,26 @@
687
728
  "driver.prerequisite.summary.devCert.trusted.succuss": "Development certificate for localhost is installed.",
688
729
  "driver.prerequisite.summary.devCert.notTrusted.succuss": "Development certificate for localhost is generated.",
689
730
  "driver.prerequisite.summary.devCert.skipped": "Skip trusting development certificate for localhost.",
690
- "driver.prerequisite.summary.func.installedWithPath": "Azure Functions Core Tools is installed at %s.",
691
- "driver.prerequisite.summary.func.installed": "Azure Functions Core Tools is installed.",
731
+ "driver.prerequisite.summary.func.installedWithPath": "Azure Functions Core Tools are installed at %s.",
732
+ "driver.prerequisite.summary.func.installed": "Azure Functions Core Tools are installed.",
692
733
  "driver.prerequisite.summary.dotnet.installedWithPath": ".NET Core SDK is installed at %s.",
693
734
  "driver.prerequisite.summary.dotnet.installed": ".NET Core SDK is installed.",
694
735
  "driver.prerequisite.summary.testTool.installedWithPath": "Teams App Test Tool is installed at %s.",
695
736
  "driver.prerequisite.summary.testTool.installed": "Teams App Test Tool is installed.",
696
- "driver.file.createOrUpdateEnvironmentFile.description": "Create or update variables to environment file.",
697
- "driver.file.createOrUpdateEnvironmentFile.summary": "The variables have been generated successfully to %s.",
737
+ "driver.file.createOrUpdateEnvironmentFile.description": "Create or update variables to env file.",
738
+ "driver.file.createOrUpdateEnvironmentFile.summary": "Variables have been generated successfully to %s.",
698
739
  "driver.file.createOrUpdateJsonFile.description": "Create or update JSON file.",
699
- "driver.file.createOrUpdateJsonFile.summary": "The json file has been generated successfully to %s.",
740
+ "driver.file.createOrUpdateJsonFile.summary": "Json file has been successfully generated to %s.",
700
741
  "driver.file.progressBar.appsettings": "Generating json file...",
701
742
  "driver.file.progressBar.env": "Generating environment variables...",
702
- "driver.deploy.error.restartWebAppError": "Unable to restart web app.\nPlease try to restart the web app manually if the app doesn't work properly.",
703
- "driver.deploy.notice.deployAcceleration": "Deploying to Azure App Service takes a long time. Consider referring to this document to optimize your deployment:",
743
+ "driver.deploy.error.restartWebAppError": "Unable to restart web app.\nPlease try to restart it manually.",
744
+ "driver.deploy.notice.deployAcceleration": "Deploying to Azure App Service takes a long time. Refer this document to optimize your deployment:",
704
745
  "driver.deploy.notice.deployDryRunComplete": "Deployment preparations are completed. You can find the package in `%s`",
705
- "driver.deploy.azureAppServiceDeployDetailSummary": "Successfully deployed `%s` to Azure App Service.",
706
- "driver.deploy.azureFunctionsDeployDetailSummary": "Successfully deployed `%s` to Azure Functions.",
707
- "driver.deploy.azureStorageDeployDetailSummary": "Successfully deployed `%s` to Azure Storage.",
708
- "driver.deploy.enableStaticWebsiteSummary": "Azure Storage enable static website successfully.",
709
- "driver.deploy.getSWADeploymentTokenSummary": "Successfully get the deployment token for Azure Static Web Apps.",
746
+ "driver.deploy.azureAppServiceDeployDetailSummary": "`%s` deployed to Azure App Service.",
747
+ "driver.deploy.azureFunctionsDeployDetailSummary": "`%s` deployed to Azure Functions.",
748
+ "driver.deploy.azureStorageDeployDetailSummary": "`%s` deployed to Azure Storage.",
749
+ "driver.deploy.enableStaticWebsiteSummary": "Azure Storage enable static website.",
750
+ "driver.deploy.getSWADeploymentTokenSummary": "Get the deployment token for Azure Static Web Apps.",
710
751
  "driver.deploy.deployToAzureAppServiceDescription": "deploy the project to the Azure App Service.",
711
752
  "driver.deploy.deployToAzureFunctionsDescription": "deploy the project to the Azure Functions.",
712
753
  "driver.deploy.deployToAzureStorageDescription": "deploy the project to the Azure Storage.",
@@ -717,20 +758,20 @@
717
758
  "driver.script.dotnetDescription": "running dotnet command.",
718
759
  "driver.script.npmDescription": "running npm command.",
719
760
  "driver.script.npxDescription": "running npx command.",
720
- "driver.script.runCommandSummary": "Successful execution of the `%s` command at `%s`.",
721
- "driver.m365.acquire.description": "acquire an Microsoft 365 title with the app package",
761
+ "driver.script.runCommandSummary": "`%s` command executed at `%s`.",
762
+ "driver.m365.acquire.description": "acquire Microsoft 365 title with the app package",
722
763
  "driver.m365.acquire.progress.message": "Acquiring Microsoft 365 title with the app package...",
723
- "driver.m365.acquire.summary": "The Microsoft 365 title has been acquired successfully (%s).",
764
+ "driver.m365.acquire.summary": "Microsoft 365 title acquired successfully (%s).",
724
765
  "driver.teamsApp.description.copyAppPackageToSPFxDriver": "copies the generated Teams app package to SPFx solution.",
725
- "driver.teamsApp.description.createDriver": "create a Teams app.",
726
- "driver.teamsApp.description.updateDriver": "update a Teams app.",
727
- "driver.teamsApp.description.publishDriver": "publish a Teams app to tenant app catalog.",
728
- "driver.teamsApp.description.validateDriver": "validate a Teams app.",
729
- "driver.teamsApp.description.createAppPackageDriver": "build a Teams app package.",
766
+ "driver.teamsApp.description.createDriver": "create Teams app.",
767
+ "driver.teamsApp.description.updateDriver": "update Teams app.",
768
+ "driver.teamsApp.description.publishDriver": "publish Teams app to tenant app catalog.",
769
+ "driver.teamsApp.description.validateDriver": "validate Teams app.",
770
+ "driver.teamsApp.description.createAppPackageDriver": "build Teams app package.",
730
771
  "driver.teamsApp.progressBar.copyAppPackageToSPFxStepMessage": "Copying Teams app package to SPFx solution...",
731
772
  "driver.teamsApp.progressBar.createTeamsAppStepMessage": "Creating Teams app...",
732
773
  "driver.teamsApp.progressBar.updateTeamsAppStepMessage": "Updating Teams app...",
733
- "driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the Teams app has already been submitted to tenant App Catalog",
774
+ "driver.teamsApp.progressBar.publishTeamsAppStep1": "Checking if the Teams app is already submitted to tenant App Catalog",
734
775
  "driver.teamsApp.progressBar.publishTeamsAppStep2.1": "Update published Teams app",
735
776
  "driver.teamsApp.progressBar.publishTeamsAppStep2.2": "Publishing Teams app...",
736
777
  "driver.teamsApp.progressBar.validateWithTestCases": "Submitting validation request...",
@@ -747,7 +788,7 @@
747
788
  "driver.teamsApp.summary.validateManifest": "Teams Toolkit has checked manifest(s) with the corresponding schema:\n\nSummary:\n%s.",
748
789
  "driver.teamsApp.summary.validateTeamsManifest.checkPath": "You can check and update your Teams manifest at %s.",
749
790
  "driver.teamsApp.summary.validateDeclarativeCopilotManifest.checkPath": "You can check and update your Declarative Copilot manifest at %s.",
750
- "driver.teamsApp.summary.validatePluginManifest.checkPath": "You can check and update your Copilot Plugin manifest at %s.",
791
+ "driver.teamsApp.summary.validatePluginManifest.checkPath": "You can check and update your API Plugin manifest at %s.",
751
792
  "driver.teamsApp.summary.validate.succeed": "%s passed",
752
793
  "driver.teamsApp.summary.validate.failed": "%s failed",
753
794
  "driver.teamsApp.summary.validate.warning": "%s warning",
@@ -779,58 +820,61 @@
779
820
  "error.yaml.InvalidActionInputError": "The '%s' action cannot be completed as the following parameter(s): %s, are either missing or have an invalid value in the provided yaml file: %s. Ensure that the required parameters are provided and have valid values and try again.",
780
821
  "error.common.InstallSoftwareError": "Unable to install %s. You can install it manually and restart Visual Studio Code if you are using the Toolkit in Visual Studio Code.",
781
822
  "error.common.VersionError": "Unable to find a version satisfying the version range %s.",
782
- "error.common.MissingEnvironmentVariablesError": "The program cannot proceed as the following environment variables are missing: '%s', which are required for file: %s. Make sure the required variables are set either by editing the .env file '%s' with the correct names and values , or by setting the system environment variables with the correct names and values. If you are developing with a new project created with Teams Toolkit, running provision or debug will register correct values for these environment variables.",
783
- "error.common.InvalidProjectError": "This command only works for project created by Teams Toolkit.",
823
+ "error.common.MissingEnvironmentVariablesError": "Missing environment variables '%s' for file: %s. Please edit the .env file '%s' or '%s', or adjust system environment variables. For new Teams Toolkit projects, make sure you've run provision or debug to set these variables correctly.",
824
+ "error.common.InvalidProjectError": "This command only works for project created by Teams Toolkit. 'teamsapp.yml' or 'teamsapp.local.yml' not found",
825
+ "error.common.InvalidProjectError.display": "This command only works for project created by Teams Toolkit. Yaml file not found: %s",
784
826
  "error.common.FileNotFoundError": "The file or directory is not found: '%s'. Check if it exists and you have permission to access it.",
785
827
  "error.common.JSONSyntaxError": "JSON syntax error: %s. Check the JSON syntax to ensure it is properly formatted.",
786
828
  "error.common.ReadFileError": "Unable to read file for reason: %s",
787
829
  "error.common.UnhandledError": "An unexpected error has occurred while performing the %s task. %s",
788
830
  "error.common.WriteFileError": "Unable to write file for reason: %s",
789
- "error.common.FilePermissionError": "File operation is not permitted, ensure that you have the necessary permissions: %s",
831
+ "error.common.FilePermissionError": "File operation is not permitted, make sure you have the necessary permissions: %s",
790
832
  "error.common.MissingRequiredInputError": "Missing required input: %s",
791
- "error.common.InputValidationError": "Input '%s' validation failed: %s",
833
+ "error.common.InputValidationError": "Input '%s' validation unsuccessful: %s",
792
834
  "error.common.NoEnvFilesError": "Unable to find .env files.",
793
835
  "error.common.MissingRequiredFileError": "Missing %srequired file `%s`",
794
- "error.common.HttpClientError": "A http client error happened while performing the %s task. The error response is: %s",
795
- "error.common.HttpServerError": "A http server error happened while performing the %s task. Please try again later. The error response is: %s",
836
+ "error.common.HttpClientError": "A http client error occurred while performing the %s task. The error response is: %s",
837
+ "error.common.HttpServerError": "A http server error occurred while performing the %s task. Try again later. The error response is: %s",
796
838
  "error.common.AccessGithubError": "Access GitHub (%s) Error: %s",
797
839
  "error.common.ConcurrentError": "Previous task is still running. Wait until your previous task is finished and try again.",
798
840
  "error.common.NetworkError": "Network error: %s",
799
841
  "error.common.NetworkError.EAI_AGAIN": "DNS cannot resolve domain %s.",
800
- "error.upgrade.NoNeedUpgrade": "This project is already the latest, no need to upgrade.",
801
- "error.collaboration.InvalidManifestError": "Unable to process your manifest file ('%s') due to the absence of the 'id' key. To identify your application correctly, please make sure that the 'id' key is present in the manifest file.",
842
+ "error.upgrade.NoNeedUpgrade": "This is the latest project, upgrade not required.",
843
+ "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.",
802
844
  "error.collaboration.FailedToLoadManifest": "Unable to load manifest file. Reason: %s.",
803
- "error.azure.InvalidAzureCredentialError": "Unable to obtain your Azure credentials. Ensure that your Azure account is properly authenticated and try again.",
804
- "error.azure.InvalidAzureSubscriptionError": "The Azure subscription '%s' is not available in your current account. Ensure that you have signed in with the correct Azure account and that you have the necessary permissions to access the subscription.",
805
- "error.azure.ResourceGroupConflictError": "Resource group '%s' already exists in subscription '%s'. Consider choosing a different name or using the existing resource group for your task.",
845
+ "error.azure.InvalidAzureCredentialError": "Unable to obtain your Azure credentials. Make sure your Azure account is properly authenticated and try again.",
846
+ "error.azure.InvalidAzureSubscriptionError": "Azure subscription '%s' is not available in your current account. Make sure you've signed in with the correct Azure account and have necessary permissions to access the subscription.",
847
+ "error.azure.ResourceGroupConflictError": "Resource group '%s' already exists in subscription '%s'. Choose a different name or use the existing resource group for your task.",
806
848
  "error.azure.SelectSubscriptionError": "Unable to select subscription in current account.",
807
- "error.azure.ResourceGroupNotExistError": "The resource group '%s' cannot be found in subscription '%s'.",
849
+ "error.azure.ResourceGroupNotExistError": "Unable to find the resource group '%s' in subscription '%s'.",
808
850
  "error.azure.CreateResourceGroupError": "Unable to create resource group '%s' in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
809
851
  "error.azure.CheckResourceGroupExistenceError": "Unable to check existence of resource group '%s' in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
810
852
  "error.azure.ListResourceGroupsError": "Unable to get resource groups in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
811
853
  "error.azure.GetResourceGroupError": "Unable to get information of resource group '%s' in subscription '%s'due to error: %s. \nIf the error message specifies the reason, fix the error and try again.",
812
854
  "error.azure.ListResourceGroupLocationsError": "Unable to get available resource group locations for subscription '%s'.",
813
- "error.m365.M365TokenJSONNotFoundError": "Unable to obtain JSON object for Microsoft 365 token. Ensure that your account is authorized to access the tenant and that the token JSON object is valid.",
814
- "error.m365.M365TenantIdNotFoundInTokenError": "Unable to obtain Microsoft 365 tenant ID in token JSON object. Ensure that your account is authorized to access the tenant and that the token JSON object is valid.",
815
- "error.m365.M365TenantIdNotMatchError": "Authentication failed. You are currently signed in to Microsoft 365 tenant '%s', which is different from the one specified in the .env file (TEAMS_APP_TENANT_ID='%s'). To resolve this issue and switch to your current signed-in tenant, please remove the values of '%s' from the .env file and try again.",
855
+ "error.m365.M365TokenJSONNotFoundError": "Unable to obtain JSON object for Microsoft 365 token. Make sure your account is authorized to access the tenant and the token JSON object is valid.",
856
+ "error.m365.M365TenantIdNotFoundInTokenError": "Unable to obtain Microsoft 365 tenant ID in token JSON object. Make sure your account is authorized to access the tenant and the token JSON object is valid.",
857
+ "error.m365.M365TenantIdNotMatchError": "Authentication unsuccessful. You're currently signed in to Microsoft 365 tenant '%s', which is different from the one specified in the .env file (TEAMS_APP_TENANT_ID='%s'). To resolve this issue and switch to your current signed-in tenant, remove the values of '%s' from the .env file and try again.",
816
858
  "error.arm.CompileBicepError": "Unable to compile Bicep files located in path '%s' to JSON ARM templates. The error message returned was: %s. Check the Bicep files for any syntax or configuration errors and try again.",
817
859
  "error.arm.DownloadBicepCliError": "Unable to download Bicep cli from '%s'. The error message was: %s. Fix the error and try again. Or remove the bicepCliVersion config in the config file teamsapp.yml and Teams Toolkit will use bicep CLI in PATH",
818
- "error.arm.DeployArmError.Notification": "The ARM templates for deployment name: '%s' could not be deployed in resource group '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
819
- "error.arm.DeployArmError": "The ARM templates for deployment name: '%s' could not be deployed in resource group '%s' for reason: %s",
820
- "error.arm.GetArmDeploymentError": "The ARM templates for deployment name: '%s' could not be deployed in resource group '%s' for reason: %s. \nUnable to get detailed error message due to: %s. \nRefer to the resource group %s in portal for deployment error.",
821
- "error.arm.ConvertArmOutputError": "Unable to convert ARM deployment result to action output, there is a duplicated key '%s' in ARM deployment result.",
822
- "error.deploy.DeployEmptyFolderError": "Unable to locate any files in the distribution folder: '%s'. Please ensure that the folder is not empty and that all necessary files have been included.",
823
- "error.deploy.CheckDeploymentStatusTimeoutError": "Unable to check deployment status because the process timed out. Check your internet connection and try again. If the issue persists, please review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
824
- "error.deploy.ZipFileError": "Failed to zip the artifact folder. The folder size exceeds the maximum limit of 2GB. Please reduce the size of the folder and try again.",
825
- "error.deploy.ZipFileTargetInUse": "Failed to clear the distribution zip file in %s. The file may be currently in use. Please close any applications using the file and try again.",
860
+ "error.arm.DeployArmError.Notification": "The ARM templates for deployment name: '%s' couldn't be deployed in resource group '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
861
+ "error.arm.DeployArmError": "The ARM templates for deployment name: '%s' couldn't be deployed in resource group '%s' for reason: %s",
862
+ "error.arm.GetArmDeploymentError": "The ARM templates for deployment name: '%s' couldn't be deployed in resource group '%s' for reason: %s. \nUnable to get detailed error message due to: %s. \nRefer to the resource group %s in portal for deployment error.",
863
+ "error.arm.ConvertArmOutputError": "Unable to convert ARM deployment result into action output. There is a duplicated key '%s' in ARM deployment result.",
864
+ "error.deploy.DeployEmptyFolderError": "Unable to locate any files in the distribution folder: '%s'. Make sure the folder includes all necessary files.",
865
+ "error.deploy.CheckDeploymentStatusTimeoutError": "Unable to check deployment status because the process timed out. Check your internet connection and try again. If the issue persists, review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
866
+ "error.deploy.ZipFileError": "Unable to zip the artifact folder as its size exceeds the maximum limit of 2GB. Reduce the folder size and try again.",
867
+ "error.deploy.ZipFileTargetInUse": "Unable to clear the distribution zip file in %s as it may be currently in use. Close any apps using the file and try again.",
826
868
  "error.deploy.GetPublishingCredentialsError.Notification": "Unable to obtain publishing credentials of app '%s' in resource group '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
827
- "error.deploy.GetPublishingCredentialsError": "Unable to obtain publishing credentials of app '%s' in resource group '%s' for reason:\n %s.\n Suggestions:\n 1. Verify that the app name and resource group name are spelled correctly and are valid. \n 2. Verify that your Azure account has the necessary permissions to access the API. You may need to elevate your role or request additional permissions from an administrator. \n 3. If the error message includes a specific reason, such as an authentication failure or a network issue, investigate that issue specifically to resolve the error and try again. \n 4. You can test the API in this page: '%s'",
869
+ "error.deploy.GetPublishingCredentialsError": "Unable to obtain publishing credentials of app '%s' in resource group '%s' for reason:\n %s.\n Suggestions:\n 1. Make sure the app name and resource group name are spelled correctly and are valid. \n 2. Make sure your Azure account has necessary permissions to access the API. You may need to elevate your role or request additional permissions from an administrator. \n 3. If the error message includes a specific reason, such as an authentication failure or a network issue, investigate that issue specifically to resolve the error and try again. \n 4. You can test the API in this page: '%s'",
828
870
  "error.deploy.DeployZipPackageError.Notification": "Unable to deploy zip package to endpoint: '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details and try again.",
829
- "error.deploy.DeployZipPackageError": "Unable to deploy zip package to endpoint '%s' in Azure due to error: %s. \nSuggestions:\n 1. Verify that your Azure account has the necessary permissions to access the API. \n 2. Verify that the endpoint is properly configured in Azure and that the required resources have been provisioned. \n 3. Ensure that the zip package is valid and free of errors. \n 4. If the error message specifies the reason, such as an authentication failure or a network issue, fix the error and try again. \n 5. If the error still persists, you can attempt to deploy the package manually following the guidelines in this link: '%s'",
830
- "error.deploy.CheckDeploymentStatusError": "Unable to check deployment status for location: '%s' due to error: %s. If the issue persists, please review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
831
- "error.deploy.DeployRemoteStartError": "The package has been successfully deployed to Azure for location: '%s', but the application is not able to start due to error: %s.\n If the reason is not clearly specified, here are some suggestions to troubleshoot:\n 1. Check the application logs: Look for any error messages or stack traces in the application logs to identify the root cause of the problem.\n 2. Check the Azure configuration: Ensure that the Azure configuration is correct, including connection strings and application settings.\n 3. Check the application code: Review the code to see if there are any syntax or logic errors that could be causing the issue.\n 4. Check the dependencies: Verify that all dependencies required by the application are correctly installed and updated.\n 5. Restart the application: Try restarting the application in Azure to see if that resolves the issue.\n 6. Check the resource allocation: Make sure that the resource allocation for the Azure instance is appropriate for the application and its workload.\n 7. Seek help from Azure support: If the issue persists, reach out to Azure support for further assistance.",
832
- "error.script.ScriptTimeoutError": "Script execution timeout. Adjust 'timeout' parameter in yaml or improve your script's efficiency.",
833
- "error.script.ScriptExecutionError": "Unable to execute script action.",
871
+ "error.deploy.DeployZipPackageError": "Unable to deploy zip package to endpoint '%s' in Azure due to error: %s. \nSuggestions:\n 1. Make sure your Azure account has necessary permissions to access the API. \n 2. Make sure the endpoint is properly configured in Azure and the required resources have been provisioned. \n 3. Make sure the zip package is valid and free of errors. \n 4. If the error message specifies the reason, such as an authentication failure or a network issue, fix the error and try again. \n 5. If the error still persists, deploy the package manually following the guidelines in this link: '%s'",
872
+ "error.deploy.CheckDeploymentStatusError": "Unable to check deployment status for location: '%s' due to error: %s. If the issue persists, review the deployment logs (Deployment -> Deployment center -> Logs) in Azure portal to identify any issues that may have occurred.",
873
+ "error.deploy.DeployRemoteStartError": "The package deployed to Azure for location: '%s', but the app is not able to start due to error: %s.\n If the reason is not clearly specified, here are some suggestions to troubleshoot:\n 1. Check the app logs: Look for any error messages or stack traces in the app logs to identify the root cause of the problem.\n 2. Check the Azure configuration: Make sure the Azure configuration is correct, including connection strings and application settings.\n 3. Check the application code: Review the code to see if there are any syntax or logic errors that could be causing the issue.\n 4. Check the dependencies: Make sure all dependencies required by the app are correctly installed and updated.\n 5. Restart the application: Try restarting the application in Azure to see if that resolves the issue.\n 6. Check the resource allocation: Make sure the resource allocation for the Azure instance is appropriate for the app and its workload.\n 7. Get help from Azure support: If the issue persists, reach out to Azure support for further assistance.",
874
+ "error.script.ScriptTimeoutError": "Script execution timeout. Adjust 'timeout' parameter in yaml or improve your script's efficiency. Script: `%s`",
875
+ "error.script.ScriptTimeoutError.Notification": "Script execution timeout. Adjust 'timeout' parameter in yaml or improve your script's efficiency.",
876
+ "error.script.ScriptExecutionError": "Unable to execute script action. Script: `%s`. Error: `%s`",
877
+ "error.script.ScriptExecutionError.Notification": "Unable to execute script action. Error: `%s`. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
834
878
  "error.deploy.AzureStorageClearBlobsError.Notification": "Unable to clear blob files in Azure Storage Account '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
835
879
  "error.deploy.AzureStorageClearBlobsError": "Unable to clear blob files in Azure Storage Account '%s'. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
836
880
  "error.deploy.AzureStorageUploadFilesError.Notification": "Unable to upload local folder '%s' to Azure Storage Account '%s'. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
@@ -841,8 +885,8 @@
841
885
  "error.deploy.AzureStorageGetContainerPropertiesError": "Unable to get properties of container '%s' in Azure Storage Account '%s' due to error: %s. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
842
886
  "error.deploy.AzureStorageSetContainerPropertiesError.Notification": "Unable to set properties of container '%s' in Azure Storage Account '%s' due to error: %s. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
843
887
  "error.deploy.AzureStorageSetContainerPropertiesError": "Unable to set properties of container '%s' in Azure Storage Account '%s' due to error: %s. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
844
- "error.core.failedToLoadManifestId": "Unable to load manifest id from path: %s. You must run provision first.",
845
- "error.core.appIdNotExist": "Cannot find app id: %s. Either your current M365 account does not have permission, or the app has alredy been deleted.",
888
+ "error.core.failedToLoadManifestId": "Unable to load manifest id from path: %s. Run provision first.",
889
+ "error.core.appIdNotExist": "Unable to find app id: %s. Either your current M365 account doesn't have permission, or the app has been deleted.",
846
890
  "driver.apiKey.description.create": "Create an API key on Developer Portal for authentication in Open API spec.",
847
891
  "driver.aadApp.apiKey.title.create": "Creating API key...",
848
892
  "driver.apiKey.description.update": "Update an API key on Developer Portal for authentication in Open API spec.",
@@ -853,11 +897,12 @@
853
897
  "driver.apiKey.info.update": "API key updated successfully! The following parameters have been updated:\n%s",
854
898
  "driver.apiKey.log.startExecuteDriver": "Executing action %s",
855
899
  "driver.apiKey.log.skipCreateApiKey": "Environment variable %s exists. Skip creating API key.",
856
- "driver.apiKey.log.apiKeyNotFound": "Environment variable %s exists but failed to retrieve API key from Developer Portal. Check manually if API key exists.",
857
- "driver.apiKey.error.nameTooLong": "The name for API key is too long. The maximum length is 128.",
858
- "driver.apiKey.error.clientSecretInvalid": "Client secret is invalid. The length of client secret should be in this range: >=10 and <=128",
859
- "driver.apiKey.error.domainInvalid": "Domain is invalid. Domain for API key should follow: 1. Max %d domain per API key. 2. Use comma to separate domains",
860
- "driver.apiKey.error.failedToGetDomain": "Failed to get domain from API specification. Please make sure your API specification is valid.",
900
+ "driver.apiKey.log.apiKeyNotFound": "Environment variable %s exists but unable to retrieve API key from Developer Portal. Check manually if API key exists.",
901
+ "driver.apiKey.error.nameTooLong": "The name for API key is too long. The maximum character length is 128.",
902
+ "driver.apiKey.error.clientSecretInvalid": "Invalid client secret. It should be 10 to 512 characters long.",
903
+ "driver.apiKey.error.domainInvalid": "Invalid domain. Please follow these rules: 1. Max %d domain(s) per API key. 2. Use comma to separate domains.",
904
+ "driver.apiKey.error.failedToGetDomain": "Unable to get domain from API specification. Make sure your API specification is valid.",
905
+ "driver.apiKey.error.clientSecretFromScratchInvalid": "Invalid client secret. If you start with a new API, refer to the README file for details.",
861
906
  "driver.apiKey.log.successCreateApiKey": "Created API key with id %s",
862
907
  "driver.apiKey.log.failedExecuteDriver": "Unable to execute action %s. Error message: %s",
863
908
  "driver.oauth.description.create": "Create an OAuth registration on Developer Portal for authentication in Open API spec.",
@@ -865,6 +910,8 @@
865
910
  "driver.oauth.log.skipCreateOauth": "Environment variable %s exists. Skip creating API key.",
866
911
  "driver.oauth.log.oauthNotFound": "Environment variable %s exists but unable to retrieve OAuth registration from Developer Portal. Check manually if it exists.",
867
912
  "driver.oauth.error.nameTooLong": "The OAuth name is too long. The maximum character length is 128.",
913
+ "driver.oauth.error.oauthDisablePKCEError": "Turning off PKCE for OAuth2 is not supported in the oauth/update action.",
914
+ "driver.oauth.error.OauthIdentityProviderInvalid": "Invalid identity provider 'MicrosoftEntra'. Ensure the OAuth authorization endpoint in the OpenAPI specification file is for Microsoft Entra.",
868
915
  "driver.oauth.log.successCreateOauth": "OAuth registration created successfully with id %s!",
869
916
  "driver.oauth.error.domainInvalid": "Maximum %d domains allowed per OAuth registration.",
870
917
  "driver.apiKey.error.oauthAuthInfoInvalid": "Unable to parse OAuth2 authScheme from spec. Make sure your API specification is valid.",
@@ -872,4 +919,4 @@
872
919
  "driver.oauth.confirm.update": "The following parameters will be updated:\n%s\nDo you want to continue?",
873
920
  "driver.oauth.log.successUpdateOauth": "OAuth registration updated successfully!",
874
921
  "driver.oauth.info.update": "OAuth registration updated successfully! The following parameters have been updated:\n%s"
875
- }
922
+ }