@microsoft/teamsfx-core 3.0.11 → 3.0.12-alpha.3253478ae.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 (811) hide show
  1. package/build/client/aadAppClient.d.ts.map +1 -1
  2. package/build/client/aadAppClient.js +16 -20
  3. package/build/client/aadAppClient.js.map +1 -1
  4. package/build/client/graphClient.d.ts +0 -2
  5. package/build/client/graphClient.d.ts.map +1 -1
  6. package/build/client/graphClient.js +15 -15
  7. package/build/client/graphClient.js.map +1 -1
  8. package/build/client/interfaces/GetJoinedTeamsResponse.d.ts +1 -1
  9. package/build/client/interfaces/GetJoinedTeamsResponse.d.ts.map +1 -1
  10. package/build/client/teamsDevPortalClient.d.ts +0 -2
  11. package/build/client/teamsDevPortalClient.d.ts.map +1 -1
  12. package/build/client/teamsDevPortalClient.js +50 -72
  13. package/build/client/teamsDevPortalClient.js.map +1 -1
  14. package/build/common/accountUtils.js +6 -6
  15. package/build/common/accountUtils.js.map +1 -1
  16. package/build/common/authInterface.d.ts +1 -1
  17. package/build/common/authInterface.d.ts.map +1 -1
  18. package/build/common/azureUtils.js +1 -2
  19. package/build/common/azureUtils.js.map +1 -1
  20. package/build/common/constants.d.ts.map +1 -1
  21. package/build/common/constants.js +23 -23
  22. package/build/common/constants.js.map +1 -1
  23. package/build/common/correlator.js +1 -1
  24. package/build/common/correlator.js.map +1 -1
  25. package/build/common/daSpecParser.js +33 -28
  26. package/build/common/daSpecParser.js.map +1 -1
  27. package/build/common/featureFlags.d.ts +0 -5
  28. package/build/common/featureFlags.d.ts.map +1 -1
  29. package/build/common/featureFlags.js +90 -95
  30. package/build/common/featureFlags.js.map +1 -1
  31. package/build/common/fetchHelper.d.ts +3 -0
  32. package/build/common/fetchHelper.d.ts.map +1 -0
  33. package/build/common/fetchHelper.js +19 -0
  34. package/build/common/fetchHelper.js.map +1 -0
  35. package/build/common/globalState.js +2 -3
  36. package/build/common/globalState.js.map +1 -1
  37. package/build/common/globalVars.d.ts +1 -1
  38. package/build/common/globalVars.d.ts.map +1 -1
  39. package/build/common/globalVars.js +18 -17
  40. package/build/common/globalVars.js.map +1 -1
  41. package/build/common/jsonUtils.js +2 -4
  42. package/build/common/jsonUtils.js.map +1 -1
  43. package/build/common/kiotaClient.js +7 -8
  44. package/build/common/kiotaClient.js.map +1 -1
  45. package/build/common/localizeUtils.d.ts +5 -0
  46. package/build/common/localizeUtils.d.ts.map +1 -1
  47. package/build/common/localizeUtils.js +11 -4
  48. package/build/common/localizeUtils.js.map +1 -1
  49. package/build/common/permissionInterface.js +1 -1
  50. package/build/common/permissionInterface.js.map +1 -1
  51. package/build/common/projectSettingsHelper.js +18 -19
  52. package/build/common/projectSettingsHelper.js.map +1 -1
  53. package/build/common/projectTypeChecker.js +12 -15
  54. package/build/common/projectTypeChecker.js.map +1 -1
  55. package/build/common/requestUtils.js +4 -6
  56. package/build/common/requestUtils.js.map +1 -1
  57. package/build/common/samples.d.ts +1 -1
  58. package/build/common/samples.d.ts.map +1 -1
  59. package/build/common/samples.js +13 -7
  60. package/build/common/samples.js.map +1 -1
  61. package/build/common/secretmasker/dict.js +6 -4
  62. package/build/common/secretmasker/dict.js.map +1 -1
  63. package/build/common/secretmasker/feature.d.ts +1 -1
  64. package/build/common/secretmasker/feature.d.ts.map +1 -1
  65. package/build/common/secretmasker/feature.js +10 -10
  66. package/build/common/secretmasker/feature.js.map +1 -1
  67. package/build/common/secretmasker/masker.js +8 -10
  68. package/build/common/secretmasker/masker.js.map +1 -1
  69. package/build/common/stringUtils.js +12 -13
  70. package/build/common/stringUtils.js.map +1 -1
  71. package/build/common/telemetry.js +19 -22
  72. package/build/common/telemetry.js.map +1 -1
  73. package/build/common/templates-config.json +4 -3
  74. package/build/common/tools.js +13 -15
  75. package/build/common/tools.js.map +1 -1
  76. package/build/common/utils.js +3 -4
  77. package/build/common/utils.js.map +1 -1
  78. package/build/common/versionMetadata.d.ts +2 -2
  79. package/build/common/versionMetadata.d.ts.map +1 -1
  80. package/build/common/versionMetadata.js +6 -6
  81. package/build/common/versionMetadata.js.map +1 -1
  82. package/build/common/wrappedAxiosClient.d.ts +2 -0
  83. package/build/common/wrappedAxiosClient.d.ts.map +1 -1
  84. package/build/common/wrappedAxiosClient.js +51 -24
  85. package/build/common/wrappedAxiosClient.js.map +1 -1
  86. package/build/component/configManager/actionInjector.js +23 -16
  87. package/build/component/configManager/actionInjector.js.map +1 -1
  88. package/build/component/configManager/constant.js +2 -2
  89. package/build/component/configManager/constant.js.map +1 -1
  90. package/build/component/configManager/interface.d.ts +15 -15
  91. package/build/component/configManager/interface.d.ts.map +1 -1
  92. package/build/component/configManager/lifecycle.js +9 -8
  93. package/build/component/configManager/lifecycle.js.map +1 -1
  94. package/build/component/configManager/parser.js +1 -1
  95. package/build/component/configManager/parser.js.map +1 -1
  96. package/build/component/configManager/validator.d.ts +1 -1
  97. package/build/component/configManager/validator.d.ts.map +1 -1
  98. package/build/component/configManager/validator.js +2 -1
  99. package/build/component/configManager/validator.js.map +1 -1
  100. package/build/component/constant/commonConstant.js +13 -13
  101. package/build/component/constant/commonConstant.js.map +1 -1
  102. package/build/component/constant/deployConstant.js +36 -36
  103. package/build/component/constant/deployConstant.js.map +1 -1
  104. package/build/component/constants.js +35 -35
  105. package/build/component/constants.js.map +1 -1
  106. package/build/component/coordinator/index.js +42 -55
  107. package/build/component/coordinator/index.js.map +1 -1
  108. package/build/component/coordinator/summary.d.ts +2 -2
  109. package/build/component/coordinator/summary.d.ts.map +1 -1
  110. package/build/component/coordinator/summary.js +3 -0
  111. package/build/component/coordinator/summary.js.map +1 -1
  112. package/build/component/deployUtils.js +2 -3
  113. package/build/component/deployUtils.js.map +1 -1
  114. package/build/component/deps-checker/checkerFactory.js.map +1 -1
  115. package/build/component/deps-checker/constant/telemetry.js +4 -4
  116. package/build/component/deps-checker/constant/telemetry.js.map +1 -1
  117. package/build/component/deps-checker/coreDepsLoggerAdapter.js +2 -1
  118. package/build/component/deps-checker/coreDepsLoggerAdapter.js.map +1 -1
  119. package/build/component/deps-checker/coreDepsTelemetryAdapter.js +10 -3
  120. package/build/component/deps-checker/coreDepsTelemetryAdapter.js.map +1 -1
  121. package/build/component/deps-checker/depsChecker.d.ts +2 -2
  122. package/build/component/deps-checker/depsChecker.d.ts.map +1 -1
  123. package/build/component/deps-checker/depsChecker.js +2 -2
  124. package/build/component/deps-checker/depsChecker.js.map +1 -1
  125. package/build/component/deps-checker/depsManager.d.ts +1 -1
  126. package/build/component/deps-checker/depsManager.d.ts.map +1 -1
  127. package/build/component/deps-checker/depsManager.js +8 -5
  128. package/build/component/deps-checker/depsManager.js.map +1 -1
  129. package/build/component/deps-checker/internal/dotnetChecker.js +7 -6
  130. package/build/component/deps-checker/internal/dotnetChecker.js.map +1 -1
  131. package/build/component/deps-checker/internal/funcToolChecker.d.ts +1 -1
  132. package/build/component/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
  133. package/build/component/deps-checker/internal/funcToolChecker.js +12 -14
  134. package/build/component/deps-checker/internal/funcToolChecker.js.map +1 -1
  135. package/build/component/deps-checker/internal/nodeChecker.js +18 -22
  136. package/build/component/deps-checker/internal/nodeChecker.js.map +1 -1
  137. package/build/component/deps-checker/internal/testToolChecker.d.ts +1 -1
  138. package/build/component/deps-checker/internal/testToolChecker.d.ts.map +1 -1
  139. package/build/component/deps-checker/internal/testToolChecker.js +78 -71
  140. package/build/component/deps-checker/internal/testToolChecker.js.map +1 -1
  141. package/build/component/deps-checker/internal/vxTestAppChecker.js +3 -1
  142. package/build/component/deps-checker/internal/vxTestAppChecker.js.map +1 -1
  143. package/build/component/deps-checker/util/cpUtils.d.ts +0 -1
  144. package/build/component/deps-checker/util/cpUtils.d.ts.map +1 -1
  145. package/build/component/deps-checker/util/cpUtils.js +9 -10
  146. package/build/component/deps-checker/util/cpUtils.js.map +1 -1
  147. package/build/component/deps-checker/util/downloadHelper.js +2 -3
  148. package/build/component/deps-checker/util/downloadHelper.js.map +1 -1
  149. package/build/component/deps-checker/util/fileHelper.js +5 -6
  150. package/build/component/deps-checker/util/fileHelper.js.map +1 -1
  151. package/build/component/deps-checker/util/progressIndicator.js +1 -2
  152. package/build/component/deps-checker/util/progressIndicator.js.map +1 -1
  153. package/build/component/deps-checker/util/system.js +4 -5
  154. package/build/component/deps-checker/util/system.js.map +1 -1
  155. package/build/component/developerPortalScaffoldUtils.js +4 -5
  156. package/build/component/developerPortalScaffoldUtils.js.map +1 -1
  157. package/build/component/driver/aad/create.js +18 -21
  158. package/build/component/driver/aad/create.js.map +1 -1
  159. package/build/component/driver/aad/error/aadManifestError.js +9 -9
  160. package/build/component/driver/aad/error/aadManifestError.js.map +1 -1
  161. package/build/component/driver/aad/error/invalidFieldInManifestError.js.map +1 -1
  162. package/build/component/driver/aad/error/missingEnvError.js.map +1 -1
  163. package/build/component/driver/aad/interface/createAadAppOutput.d.ts +1 -1
  164. package/build/component/driver/aad/interface/createAadAppOutput.d.ts.map +1 -1
  165. package/build/component/driver/aad/interface/signInAudience.js +1 -1
  166. package/build/component/driver/aad/interface/signInAudience.js.map +1 -1
  167. package/build/component/driver/aad/permissions/index.js +3 -3
  168. package/build/component/driver/aad/permissions/index.js.map +1 -1
  169. package/build/component/driver/aad/update.js +12 -15
  170. package/build/component/driver/aad/update.js.map +1 -1
  171. package/build/component/driver/aad/utility/aadManifestHelper.js +26 -25
  172. package/build/component/driver/aad/utility/aadManifestHelper.js.map +1 -1
  173. package/build/component/driver/aad/utility/buildAadManifest.js +3 -6
  174. package/build/component/driver/aad/utility/buildAadManifest.js.map +1 -1
  175. package/build/component/driver/aad/utility/constants.js +1 -1
  176. package/build/component/driver/aad/utility/constants.js.map +1 -1
  177. package/build/component/driver/add/addWebPart.js +6 -9
  178. package/build/component/driver/add/addWebPart.js.map +1 -1
  179. package/build/component/driver/add/utility/constants.js +5 -5
  180. package/build/component/driver/add/utility/constants.js.map +1 -1
  181. package/build/component/driver/apiKey/create.js +10 -13
  182. package/build/component/driver/apiKey/create.js.map +1 -1
  183. package/build/component/driver/apiKey/interface/createApiKeyOutputs.d.ts +1 -1
  184. package/build/component/driver/apiKey/interface/createApiKeyOutputs.d.ts.map +1 -1
  185. package/build/component/driver/apiKey/update.js +9 -12
  186. package/build/component/driver/apiKey/update.js.map +1 -1
  187. package/build/component/driver/apiKey/utility/utility.js +4 -5
  188. package/build/component/driver/apiKey/utility/utility.js.map +1 -1
  189. package/build/component/driver/arm/constant.js +1 -1
  190. package/build/component/driver/arm/constant.js.map +1 -1
  191. package/build/component/driver/arm/deploy.js +4 -6
  192. package/build/component/driver/arm/deploy.js.map +1 -1
  193. package/build/component/driver/arm/deployImpl.js +7 -4
  194. package/build/component/driver/arm/deployImpl.js.map +1 -1
  195. package/build/component/driver/arm/interface.d.ts +1 -1
  196. package/build/component/driver/arm/interface.d.ts.map +1 -1
  197. package/build/component/driver/arm/util/bicepChecker.js +18 -19
  198. package/build/component/driver/arm/util/bicepChecker.js.map +1 -1
  199. package/build/component/driver/arm/util/handleError.d.ts +1 -1
  200. package/build/component/driver/arm/util/handleError.d.ts.map +1 -1
  201. package/build/component/driver/arm/util/handleError.js +13 -16
  202. package/build/component/driver/arm/util/handleError.js.map +1 -1
  203. package/build/component/driver/arm/util/innerHandleError.js +6 -19
  204. package/build/component/driver/arm/util/innerHandleError.js.map +1 -1
  205. package/build/component/driver/arm/util/util.js +3 -4
  206. package/build/component/driver/arm/util/util.js.map +1 -1
  207. package/build/component/driver/arm/validator.js +1 -2
  208. package/build/component/driver/arm/validator.js.map +1 -1
  209. package/build/component/driver/botAadApp/create.js +14 -17
  210. package/build/component/driver/botAadApp/create.js.map +1 -1
  211. package/build/component/driver/botAadApp/interface/createBotAadAppOutput.d.ts +1 -1
  212. package/build/component/driver/botAadApp/interface/createBotAadAppOutput.d.ts.map +1 -1
  213. package/build/component/driver/botFramework/createOrUpdateBot.js +9 -12
  214. package/build/component/driver/botFramework/createOrUpdateBot.js.map +1 -1
  215. package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.js +8 -9
  216. package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.js.map +1 -1
  217. package/build/component/driver/deploy/azure/azureFunctionDeployDriver.js +9 -10
  218. package/build/component/driver/deploy/azure/azureFunctionDeployDriver.js.map +1 -1
  219. package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.d.ts +1 -1
  220. package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.d.ts.map +1 -1
  221. package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.js +13 -15
  222. package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.js.map +1 -1
  223. package/build/component/driver/deploy/azure/azureStorageDeployDriver.js +15 -33
  224. package/build/component/driver/deploy/azure/azureStorageDeployDriver.js.map +1 -1
  225. package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.d.ts +1 -1
  226. package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.d.ts.map +1 -1
  227. package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js +19 -22
  228. package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js.map +1 -1
  229. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts +0 -1
  230. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts.map +1 -1
  231. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +30 -31
  232. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -1
  233. package/build/component/driver/deploy/azure/impl/azureDeployImpl.js +13 -18
  234. package/build/component/driver/deploy/azure/impl/azureDeployImpl.js.map +1 -1
  235. package/build/component/driver/deploy/azure/impl/baseDeployImpl.d.ts +1 -1
  236. package/build/component/driver/deploy/azure/impl/baseDeployImpl.d.ts.map +1 -1
  237. package/build/component/driver/deploy/azure/impl/baseDeployImpl.js +22 -15
  238. package/build/component/driver/deploy/azure/impl/baseDeployImpl.js.map +1 -1
  239. package/build/component/driver/deploy/spfx/deployDriver.js +12 -15
  240. package/build/component/driver/deploy/spfx/deployDriver.js.map +1 -1
  241. package/build/component/driver/deploy/spfx/utility/constants.js +12 -12
  242. package/build/component/driver/deploy/spfx/utility/constants.js.map +1 -1
  243. package/build/component/driver/deploy/spfx/utility/sleep.js +1 -2
  244. package/build/component/driver/deploy/spfx/utility/sleep.js.map +1 -1
  245. package/build/component/driver/deploy/spfx/utility/spoClient.d.ts +0 -2
  246. package/build/component/driver/deploy/spfx/utility/spoClient.d.ts.map +1 -1
  247. package/build/component/driver/deploy/spfx/utility/spoClient.js +2 -2
  248. package/build/component/driver/deploy/spfx/utility/spoClient.js.map +1 -1
  249. package/build/component/driver/devChannel/create.js +4 -6
  250. package/build/component/driver/devChannel/create.js.map +1 -1
  251. package/build/component/driver/devChannel/installApp.d.ts.map +1 -1
  252. package/build/component/driver/devChannel/installApp.js +7 -10
  253. package/build/component/driver/devChannel/installApp.js.map +1 -1
  254. package/build/component/driver/devChannel/interfaces/CreateDevChannelOutput.d.ts +1 -1
  255. package/build/component/driver/devChannel/interfaces/CreateDevChannelOutput.d.ts.map +1 -1
  256. package/build/component/driver/devTool/constant.js +6 -6
  257. package/build/component/driver/devTool/constant.js.map +1 -1
  258. package/build/component/driver/devTool/httpClient.d.ts +2 -3
  259. package/build/component/driver/devTool/httpClient.d.ts.map +1 -1
  260. package/build/component/driver/devTool/httpClient.js +36 -33
  261. package/build/component/driver/devTool/httpClient.js.map +1 -1
  262. package/build/component/driver/devTool/installDriver.js +26 -32
  263. package/build/component/driver/devTool/installDriver.js.map +1 -1
  264. package/build/component/driver/devTool/nodeInstaller.d.ts +0 -2
  265. package/build/component/driver/devTool/nodeInstaller.d.ts.map +1 -1
  266. package/build/component/driver/devTool/nodeInstaller.js +33 -34
  267. package/build/component/driver/devTool/nodeInstaller.js.map +1 -1
  268. package/build/component/driver/file/createOrUpdateEnvironmentFile.js +13 -17
  269. package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -1
  270. package/build/component/driver/file/createOrUpdateJsonFile.js +7 -10
  271. package/build/component/driver/file/createOrUpdateJsonFile.js.map +1 -1
  272. package/build/component/driver/interface/buildAndDeployArgs.d.ts +10 -10
  273. package/build/component/driver/interface/buildAndDeployArgs.d.ts.map +1 -1
  274. package/build/component/driver/interface/commonArgs.d.ts +1 -1
  275. package/build/component/driver/interface/commonArgs.d.ts.map +1 -1
  276. package/build/component/driver/interface/provisionArgs.d.ts +2 -2
  277. package/build/component/driver/interface/provisionArgs.d.ts.map +1 -1
  278. package/build/component/driver/interface/stepDriver.d.ts +1 -1
  279. package/build/component/driver/interface/stepDriver.d.ts.map +1 -1
  280. package/build/component/driver/m365/acquire.js +8 -11
  281. package/build/component/driver/m365/acquire.js.map +1 -1
  282. package/build/component/driver/middleware/addSWADeployTelemetry.js +6 -7
  283. package/build/component/driver/middleware/addSWADeployTelemetry.js.map +1 -1
  284. package/build/component/driver/middleware/addStartAndEndTelemetry.js +5 -6
  285. package/build/component/driver/middleware/addStartAndEndTelemetry.js.map +1 -1
  286. package/build/component/driver/oauth/create.js +12 -16
  287. package/build/component/driver/oauth/create.js.map +1 -1
  288. package/build/component/driver/oauth/interface/createOauthOutputs.d.ts +1 -1
  289. package/build/component/driver/oauth/interface/createOauthOutputs.d.ts.map +1 -1
  290. package/build/component/driver/oauth/update.js +12 -17
  291. package/build/component/driver/oauth/update.js.map +1 -1
  292. package/build/component/driver/oauth/utility/utility.d.ts.map +1 -1
  293. package/build/component/driver/oauth/utility/utility.js +7 -16
  294. package/build/component/driver/oauth/utility/utility.js.map +1 -1
  295. package/build/component/driver/script/baseBuildDriver.d.ts +1 -1
  296. package/build/component/driver/script/baseBuildDriver.d.ts.map +1 -1
  297. package/build/component/driver/script/baseBuildDriver.js +15 -11
  298. package/build/component/driver/script/baseBuildDriver.js.map +1 -1
  299. package/build/component/driver/script/dotnetBuildDriver.js +4 -10
  300. package/build/component/driver/script/dotnetBuildDriver.js.map +1 -1
  301. package/build/component/driver/script/npmBuildDriver.js +4 -10
  302. package/build/component/driver/script/npmBuildDriver.js.map +1 -1
  303. package/build/component/driver/script/npxBuildDriver.js +4 -10
  304. package/build/component/driver/script/npxBuildDriver.js.map +1 -1
  305. package/build/component/driver/script/scriptDriver.d.ts +0 -3
  306. package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
  307. package/build/component/driver/script/scriptDriver.js +16 -18
  308. package/build/component/driver/script/scriptDriver.js.map +1 -1
  309. package/build/component/driver/share/utils.js +6 -8
  310. package/build/component/driver/share/utils.js.map +1 -1
  311. package/build/component/driver/teamsApp/appStudio.js +15 -18
  312. package/build/component/driver/teamsApp/appStudio.js.map +1 -1
  313. package/build/component/driver/teamsApp/configure.js +4 -6
  314. package/build/component/driver/teamsApp/configure.js.map +1 -1
  315. package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
  316. package/build/component/driver/teamsApp/constants.js +57 -57
  317. package/build/component/driver/teamsApp/constants.js.map +1 -1
  318. package/build/component/driver/teamsApp/copyAppPackageToSPFx.d.ts +0 -2
  319. package/build/component/driver/teamsApp/copyAppPackageToSPFx.d.ts.map +1 -1
  320. package/build/component/driver/teamsApp/copyAppPackageToSPFx.js +10 -12
  321. package/build/component/driver/teamsApp/copyAppPackageToSPFx.js.map +1 -1
  322. package/build/component/driver/teamsApp/create.d.ts.map +1 -1
  323. package/build/component/driver/teamsApp/create.js +4 -8
  324. package/build/component/driver/teamsApp/create.js.map +1 -1
  325. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  326. package/build/component/driver/teamsApp/createAppPackage.js +44 -48
  327. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  328. package/build/component/driver/teamsApp/errors.d.ts.map +1 -1
  329. package/build/component/driver/teamsApp/errors.js +158 -163
  330. package/build/component/driver/teamsApp/errors.js.map +1 -1
  331. package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.js +3 -3
  332. package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.js.map +1 -1
  333. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResponse.js +1 -1
  334. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResponse.js.map +1 -1
  335. package/build/component/driver/teamsApp/interfaces/OauthRegistration.js +4 -4
  336. package/build/component/driver/teamsApp/interfaces/OauthRegistration.js.map +1 -1
  337. package/build/component/driver/teamsApp/interfaces/appdefinitions/IPublishingAppDefinition.js +1 -1
  338. package/build/component/driver/teamsApp/interfaces/appdefinitions/IPublishingAppDefinition.js.map +1 -1
  339. package/build/component/driver/teamsApp/interfaces/appdefinitions/appCategory.js +1 -1
  340. package/build/component/driver/teamsApp/interfaces/appdefinitions/appCategory.js.map +1 -1
  341. package/build/component/driver/teamsApp/interfaces/appdefinitions/appItemHostedCapability.js +1 -1
  342. package/build/component/driver/teamsApp/interfaces/appdefinitions/appItemHostedCapability.js.map +1 -1
  343. package/build/component/driver/teamsApp/interfaces/appdefinitions/appItemIndustry.js +1 -1
  344. package/build/component/driver/teamsApp/interfaces/appdefinitions/appItemIndustry.js.map +1 -1
  345. package/build/component/driver/teamsApp/interfaces/appdefinitions/appPackage.d.ts +0 -2
  346. package/build/component/driver/teamsApp/interfaces/appdefinitions/appPackage.d.ts.map +1 -1
  347. package/build/component/driver/teamsApp/interfaces/appdefinitions/appPermissionNodeItemType.js +1 -1
  348. package/build/component/driver/teamsApp/interfaces/appdefinitions/appPermissionNodeItemType.js.map +1 -1
  349. package/build/component/driver/teamsApp/interfaces/appdefinitions/disabledScopeItemType.js +1 -1
  350. package/build/component/driver/teamsApp/interfaces/appdefinitions/disabledScopeItemType.js.map +1 -1
  351. package/build/component/driver/teamsApp/interfaces/appdefinitions/staticTab.js +1 -1
  352. package/build/component/driver/teamsApp/interfaces/appdefinitions/staticTab.js.map +1 -1
  353. package/build/component/driver/teamsApp/publishAppPackage.js +11 -14
  354. package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
  355. package/build/component/driver/teamsApp/results.js +2 -2
  356. package/build/component/driver/teamsApp/results.js.map +1 -1
  357. package/build/component/driver/teamsApp/syncManifest.js +8 -9
  358. package/build/component/driver/teamsApp/syncManifest.js.map +1 -1
  359. package/build/component/driver/teamsApp/teamsappMgr.js +3 -5
  360. package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
  361. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts +0 -1
  362. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
  363. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +10 -15
  364. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
  365. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +0 -2
  366. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
  367. package/build/component/driver/teamsApp/utils/ManifestUtils.js +17 -24
  368. package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
  369. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +9 -13
  370. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js.map +1 -1
  371. package/build/component/driver/teamsApp/utils/telemetry.js +2 -2
  372. package/build/component/driver/teamsApp/utils/telemetry.js.map +1 -1
  373. package/build/component/driver/teamsApp/utils/utils.js +25 -28
  374. package/build/component/driver/teamsApp/utils/utils.js.map +1 -1
  375. package/build/component/driver/teamsApp/validate.js +28 -24
  376. package/build/component/driver/teamsApp/validate.js.map +1 -1
  377. package/build/component/driver/teamsApp/validateAppPackage.js +12 -15
  378. package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
  379. package/build/component/driver/teamsApp/validateTestCases.js +10 -14
  380. package/build/component/driver/teamsApp/validateTestCases.js.map +1 -1
  381. package/build/component/driver/typeSpec/compile.js +9 -12
  382. package/build/component/driver/typeSpec/compile.js.map +1 -1
  383. package/build/component/driver/util/utils.js +8 -12
  384. package/build/component/driver/util/utils.js.map +1 -1
  385. package/build/component/driver/util/wrapUtil.d.ts +1 -1
  386. package/build/component/driver/util/wrapUtil.d.ts.map +1 -1
  387. package/build/component/driver/util/wrapUtil.js +14 -13
  388. package/build/component/driver/util/wrapUtil.js.map +1 -1
  389. package/build/component/error/componentError.js +12 -6
  390. package/build/component/error/componentError.js.map +1 -1
  391. package/build/component/feature/collaboration.d.ts.map +1 -1
  392. package/build/component/feature/collaboration.js +30 -30
  393. package/build/component/feature/collaboration.js.map +1 -1
  394. package/build/component/feature/createAuthFiles.js +1 -2
  395. package/build/component/feature/createAuthFiles.js.map +1 -1
  396. package/build/component/feature/sso.js +3 -5
  397. package/build/component/feature/sso.js.map +1 -1
  398. package/build/component/generator/combinedProject/generator.js +9 -7
  399. package/build/component/generator/combinedProject/generator.js.map +1 -1
  400. package/build/component/generator/configFiles/configGenerator.js +2 -4
  401. package/build/component/generator/configFiles/configGenerator.js.map +1 -1
  402. package/build/component/generator/configFiles/jsonMerger.js +1 -2
  403. package/build/component/generator/configFiles/jsonMerger.js.map +1 -1
  404. package/build/component/generator/configFiles/renderTemplate.js +1 -2
  405. package/build/component/generator/configFiles/renderTemplate.js.map +1 -1
  406. package/build/component/generator/constant.js +1 -1
  407. package/build/component/generator/constant.js.map +1 -1
  408. package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
  409. package/build/component/generator/declarativeAgent/generator.js +20 -25
  410. package/build/component/generator/declarativeAgent/generator.js.map +1 -1
  411. package/build/component/generator/declarativeAgent/helper.d.ts.map +1 -1
  412. package/build/component/generator/declarativeAgent/helper.js +10 -15
  413. package/build/component/generator/declarativeAgent/helper.js.map +1 -1
  414. package/build/component/generator/declarativeAgent/oneDriveSharePointHandler.js +8 -10
  415. package/build/component/generator/declarativeAgent/oneDriveSharePointHandler.js.map +1 -1
  416. package/build/component/generator/defaultGenerator.js +10 -13
  417. package/build/component/generator/defaultGenerator.js.map +1 -1
  418. package/build/component/generator/generator.d.ts.map +1 -1
  419. package/build/component/generator/generator.js +25 -32
  420. package/build/component/generator/generator.js.map +1 -1
  421. package/build/component/generator/generatorAction.d.ts +0 -2
  422. package/build/component/generator/generatorAction.d.ts.map +1 -1
  423. package/build/component/generator/generatorAction.js +4 -6
  424. package/build/component/generator/generatorAction.js.map +1 -1
  425. package/build/component/generator/officeAddin/config/projectProperties.js +2 -2
  426. package/build/component/generator/officeAddin/config/projectProperties.js.map +1 -1
  427. package/build/component/generator/officeAddin/generator.d.ts +1 -1
  428. package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
  429. package/build/component/generator/officeAddin/generator.js +4 -8
  430. package/build/component/generator/officeAddin/generator.js.map +1 -1
  431. package/build/component/generator/officeAddin/helperMethods.js +2 -2
  432. package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
  433. package/build/component/generator/officeAddin/metaOSHelper.js +3 -4
  434. package/build/component/generator/officeAddin/metaOSHelper.js.map +1 -1
  435. package/build/component/generator/openApiSpec/common.js +11 -10
  436. package/build/component/generator/openApiSpec/common.js.map +1 -1
  437. package/build/component/generator/openApiSpec/customEngineAgentGenerator.js +1 -4
  438. package/build/component/generator/openApiSpec/customEngineAgentGenerator.js.map +1 -1
  439. package/build/component/generator/openApiSpec/declarativeAgentGenerator.d.ts.map +1 -1
  440. package/build/component/generator/openApiSpec/declarativeAgentGenerator.js +1 -12
  441. package/build/component/generator/openApiSpec/declarativeAgentGenerator.js.map +1 -1
  442. package/build/component/generator/openApiSpec/helper.d.ts.map +1 -1
  443. package/build/component/generator/openApiSpec/helper.js +25 -28
  444. package/build/component/generator/openApiSpec/helper.js.map +1 -1
  445. package/build/component/generator/openApiSpec/kiota.js +1 -2
  446. package/build/component/generator/openApiSpec/kiota.js.map +1 -1
  447. package/build/component/generator/openApiSpec/messageExtensionGenerator.js +1 -4
  448. package/build/component/generator/openApiSpec/messageExtensionGenerator.js.map +1 -1
  449. package/build/component/generator/other/ssrTabGenerator.js +4 -1
  450. package/build/component/generator/other/ssrTabGenerator.js.map +1 -1
  451. package/build/component/generator/other/tdpGenerator.js +5 -5
  452. package/build/component/generator/other/tdpGenerator.js.map +1 -1
  453. package/build/component/generator/spfx/depsChecker/generatorChecker.d.ts.map +1 -1
  454. package/build/component/generator/spfx/depsChecker/generatorChecker.js +6 -8
  455. package/build/component/generator/spfx/depsChecker/generatorChecker.js.map +1 -1
  456. package/build/component/generator/spfx/depsChecker/yoChecker.js +4 -4
  457. package/build/component/generator/spfx/depsChecker/yoChecker.js.map +1 -1
  458. package/build/component/generator/spfx/error.js +13 -14
  459. package/build/component/generator/spfx/error.js.map +1 -1
  460. package/build/component/generator/spfx/spfxGenerator.js +30 -41
  461. package/build/component/generator/spfx/spfxGenerator.js.map +1 -1
  462. package/build/component/generator/spfx/utils/constants.js +36 -36
  463. package/build/component/generator/spfx/utils/constants.js.map +1 -1
  464. package/build/component/generator/spfx/utils/progress-helper.js +6 -5
  465. package/build/component/generator/spfx/utils/progress-helper.js.map +1 -1
  466. package/build/component/generator/spfx/utils/telemetry-helper.js +2 -4
  467. package/build/component/generator/spfx/utils/telemetry-helper.js.map +1 -1
  468. package/build/component/generator/spfx/utils/telemetryEvents.js +2 -2
  469. package/build/component/generator/spfx/utils/telemetryEvents.js.map +1 -1
  470. package/build/component/generator/spfx/utils/utils.js +9 -9
  471. package/build/component/generator/spfx/utils/utils.js.map +1 -1
  472. package/build/component/generator/templateHelper.js +1 -2
  473. package/build/component/generator/templateHelper.js.map +1 -1
  474. package/build/component/generator/templates/metadata/index.d.ts.map +1 -1
  475. package/build/component/generator/templates/metadata/index.js +7 -7
  476. package/build/component/generator/templates/metadata/index.js.map +1 -1
  477. package/build/component/generator/templates/templateNames.d.ts +23 -23
  478. package/build/component/generator/templates/templateNames.d.ts.map +1 -1
  479. package/build/component/generator/templates/templateNames.js +1 -1
  480. package/build/component/generator/templates/templateNames.js.map +1 -1
  481. package/build/component/generator/templates/templateReplaceMap.d.ts.map +1 -1
  482. package/build/component/generator/templates/templateReplaceMap.js +21 -26
  483. package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
  484. package/build/component/generator/utils.d.ts +1 -2
  485. package/build/component/generator/utils.d.ts.map +1 -1
  486. package/build/component/generator/utils.js +63 -51
  487. package/build/component/generator/utils.js.map +1 -1
  488. package/build/component/local/constants.d.ts +1 -1
  489. package/build/component/local/constants.d.ts.map +1 -1
  490. package/build/component/local/constants.js +14 -14
  491. package/build/component/local/constants.js.map +1 -1
  492. package/build/component/local/localCertificateManager.d.ts.map +1 -1
  493. package/build/component/local/localCertificateManager.js +7 -10
  494. package/build/component/local/localCertificateManager.js.map +1 -1
  495. package/build/component/local/localEnvManager.js +5 -2
  496. package/build/component/local/localEnvManager.js.map +1 -1
  497. package/build/component/local/localTelemetryReporter.js +11 -10
  498. package/build/component/local/localTelemetryReporter.js.map +1 -1
  499. package/build/component/local/npmLogHelper.js +2 -3
  500. package/build/component/local/npmLogHelper.js.map +1 -1
  501. package/build/component/local/packageJsonHelper.d.ts.map +1 -1
  502. package/build/component/local/packageJsonHelper.js +4 -6
  503. package/build/component/local/packageJsonHelper.js.map +1 -1
  504. package/build/component/local/portChecker.js +2 -3
  505. package/build/component/local/portChecker.js.map +1 -1
  506. package/build/component/local/process.js +2 -3
  507. package/build/component/local/process.js.map +1 -1
  508. package/build/component/local/taskDefinition.js +1 -2
  509. package/build/component/local/taskDefinition.js.map +1 -1
  510. package/build/component/m365/constants.js +1 -1
  511. package/build/component/m365/constants.js.map +1 -1
  512. package/build/component/m365/interface.js +1 -1
  513. package/build/component/m365/interface.js.map +1 -1
  514. package/build/component/m365/launchHelper.d.ts.map +1 -1
  515. package/build/component/m365/launchHelper.js +15 -15
  516. package/build/component/m365/launchHelper.js.map +1 -1
  517. package/build/component/m365/packageService.d.ts.map +1 -1
  518. package/build/component/m365/packageService.js +73 -87
  519. package/build/component/m365/packageService.js.map +1 -1
  520. package/build/component/m365/serviceConstant.d.ts.map +1 -1
  521. package/build/component/m365/serviceConstant.js +24 -4
  522. package/build/component/m365/serviceConstant.js.map +1 -1
  523. package/build/component/messages.d.ts.map +1 -1
  524. package/build/component/messages.js +7 -7
  525. package/build/component/messages.js.map +1 -1
  526. package/build/component/middleware/actionExecutionMW.js +5 -7
  527. package/build/component/middleware/actionExecutionMW.js.map +1 -1
  528. package/build/component/middleware/envMW.js +2 -2
  529. package/build/component/middleware/envMW.js.map +1 -1
  530. package/build/component/middleware/questionMW.js +1 -2
  531. package/build/component/middleware/questionMW.js.map +1 -1
  532. package/build/component/migrate.js +12 -16
  533. package/build/component/migrate.js.map +1 -1
  534. package/build/component/provisionUtils.js +6 -8
  535. package/build/component/provisionUtils.js.map +1 -1
  536. package/build/component/resource/botService/appStudio/interfaces/IBotRegistration.js +1 -1
  537. package/build/component/resource/botService/appStudio/interfaces/IBotRegistration.js.map +1 -1
  538. package/build/component/resource/botService/botRegistration/botFrameworkRegistration.js +6 -7
  539. package/build/component/resource/botService/botRegistration/botFrameworkRegistration.js.map +1 -1
  540. package/build/component/resource/botService/botRegistration/utils.js +1 -2
  541. package/build/component/resource/botService/botRegistration/utils.js.map +1 -1
  542. package/build/component/resource/botService/common.js +2 -3
  543. package/build/component/resource/botService/common.js.map +1 -1
  544. package/build/component/resource/botService/constants.js +17 -17
  545. package/build/component/resource/botService/constants.js.map +1 -1
  546. package/build/component/resource/botService/errors.d.ts +5 -5
  547. package/build/component/resource/botService/errors.d.ts.map +1 -1
  548. package/build/component/resource/botService/errors.js +8 -2
  549. package/build/component/resource/botService/errors.js.map +1 -1
  550. package/build/component/resource/botService/messages.d.ts.map +1 -1
  551. package/build/component/resource/botService/messages.js +17 -18
  552. package/build/component/resource/botService/messages.js.map +1 -1
  553. package/build/component/resource/botService/retryHandler.js +1 -2
  554. package/build/component/resource/botService/retryHandler.js.map +1 -1
  555. package/build/component/resource/botService/strings.js +3 -3
  556. package/build/component/resource/botService/strings.js.map +1 -1
  557. package/build/component/telemetry.d.ts +1 -1
  558. package/build/component/telemetry.d.ts.map +1 -1
  559. package/build/component/telemetry.js +19 -13
  560. package/build/component/telemetry.js.map +1 -1
  561. package/build/component/utils/ResourceGroupHelper.d.ts +1 -1
  562. package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -1
  563. package/build/component/utils/ResourceGroupHelper.js +12 -14
  564. package/build/component/utils/ResourceGroupHelper.js.map +1 -1
  565. package/build/component/utils/azureClient.d.ts.map +1 -1
  566. package/build/component/utils/azureClient.js +11 -13
  567. package/build/component/utils/azureClient.js.map +1 -1
  568. package/build/component/utils/azureResourceOperation.d.ts.map +1 -1
  569. package/build/component/utils/azureResourceOperation.js +6 -6
  570. package/build/component/utils/azureResourceOperation.js.map +1 -1
  571. package/build/component/utils/azureSdkErrorHandler.js +2 -4
  572. package/build/component/utils/azureSdkErrorHandler.js.map +1 -1
  573. package/build/component/utils/charsetUtils.js +4 -5
  574. package/build/component/utils/charsetUtils.js.map +1 -1
  575. package/build/component/utils/common.d.ts +1 -1
  576. package/build/component/utils/common.d.ts.map +1 -1
  577. package/build/component/utils/common.js +13 -14
  578. package/build/component/utils/common.js.map +1 -1
  579. package/build/component/utils/depsChecker/common.d.ts.map +1 -1
  580. package/build/component/utils/depsChecker/common.js +3 -4
  581. package/build/component/utils/depsChecker/common.js.map +1 -1
  582. package/build/component/utils/depsChecker/cpUtils.d.ts +0 -1
  583. package/build/component/utils/depsChecker/cpUtils.d.ts.map +1 -1
  584. package/build/component/utils/depsChecker/cpUtils.js +10 -15
  585. package/build/component/utils/depsChecker/cpUtils.js.map +1 -1
  586. package/build/component/utils/envFunctionUtils.js +4 -4
  587. package/build/component/utils/envFunctionUtils.js.map +1 -1
  588. package/build/component/utils/envUtil.d.ts +2 -4
  589. package/build/component/utils/envUtil.d.ts.map +1 -1
  590. package/build/component/utils/envUtil.js +1 -2
  591. package/build/component/utils/envUtil.js.map +1 -1
  592. package/build/component/utils/fileOperation.d.ts +0 -1
  593. package/build/component/utils/fileOperation.d.ts.map +1 -1
  594. package/build/component/utils/fileOperation.js +5 -7
  595. package/build/component/utils/fileOperation.js.map +1 -1
  596. package/build/component/utils/metadataDAProperties.js +6 -7
  597. package/build/component/utils/metadataDAProperties.js.map +1 -1
  598. package/build/component/utils/metadataGraphPermssion.js +3 -5
  599. package/build/component/utils/metadataGraphPermssion.js.map +1 -1
  600. package/build/component/utils/metadataRscPermission.js +6 -8
  601. package/build/component/utils/metadataRscPermission.js.map +1 -1
  602. package/build/component/utils/metadataUtil.js +22 -16
  603. package/build/component/utils/metadataUtil.js.map +1 -1
  604. package/build/component/utils/odrProvider.js +9 -10
  605. package/build/component/utils/odrProvider.js.map +1 -1
  606. package/build/component/utils/pathUtils.js +1 -2
  607. package/build/component/utils/pathUtils.js.map +1 -1
  608. package/build/component/utils/pipelinePolicy.js +3 -2
  609. package/build/component/utils/pipelinePolicy.js.map +1 -1
  610. package/build/component/utils/settingsUtil.js.map +1 -1
  611. package/build/component/utils/teamsFxTelemetryReporter.d.ts.map +1 -1
  612. package/build/component/utils/teamsFxTelemetryReporter.js +16 -5
  613. package/build/component/utils/teamsFxTelemetryReporter.js.map +1 -1
  614. package/build/core/FxCore.d.ts +4 -1
  615. package/build/core/FxCore.d.ts.map +1 -1
  616. package/build/core/FxCore.declarativeAgent.js +9 -7
  617. package/build/core/FxCore.declarativeAgent.js.map +1 -1
  618. package/build/core/FxCore.js +256 -200
  619. package/build/core/FxCore.js.map +1 -1
  620. package/build/core/callback.d.ts +1 -1
  621. package/build/core/callback.d.ts.map +1 -1
  622. package/build/core/callback.js +1 -2
  623. package/build/core/callback.js.map +1 -1
  624. package/build/core/collaborator.js +46 -54
  625. package/build/core/collaborator.js.map +1 -1
  626. package/build/core/crypto.js +3 -1
  627. package/build/core/crypto.js.map +1 -1
  628. package/build/core/environment.js +1 -0
  629. package/build/core/environment.js.map +1 -1
  630. package/build/core/environmentName.js +9 -11
  631. package/build/core/environmentName.js.map +1 -1
  632. package/build/core/generateConfigFiles.js +3 -5
  633. package/build/core/generateConfigFiles.js.map +1 -1
  634. package/build/core/middleware/concurrentLocker.d.ts.map +1 -1
  635. package/build/core/middleware/concurrentLocker.js +4 -9
  636. package/build/core/middleware/concurrentLocker.js.map +1 -1
  637. package/build/core/middleware/contextInjector.d.ts.map +1 -1
  638. package/build/core/middleware/errorHandler.js +4 -5
  639. package/build/core/middleware/errorHandler.js.map +1 -1
  640. package/build/core/middleware/fileLocker.js +1 -2
  641. package/build/core/middleware/fileLocker.js.map +1 -1
  642. package/build/core/middleware/projectMigratorV3.d.ts +1 -1
  643. package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
  644. package/build/core/middleware/projectMigratorV3.js +33 -35
  645. package/build/core/middleware/projectMigratorV3.js.map +1 -1
  646. package/build/core/middleware/projectSettingsLoader.js +4 -5
  647. package/build/core/middleware/projectSettingsLoader.js.map +1 -1
  648. package/build/core/middleware/projectVersionChecker.js.map +1 -1
  649. package/build/core/middleware/retry.js +2 -4
  650. package/build/core/middleware/retry.js.map +1 -1
  651. package/build/core/middleware/utils/MigrationUtils.js +6 -6
  652. package/build/core/middleware/utils/MigrationUtils.js.map +1 -1
  653. package/build/core/middleware/utils/appYmlGenerator.d.ts.map +1 -1
  654. package/build/core/middleware/utils/appYmlGenerator.js +9 -8
  655. package/build/core/middleware/utils/appYmlGenerator.js.map +1 -1
  656. package/build/core/middleware/utils/debug/appLocalYmlGenerator.js +7 -9
  657. package/build/core/middleware/utils/debug/appLocalYmlGenerator.js.map +1 -1
  658. package/build/core/middleware/utils/debug/constants.js +13 -13
  659. package/build/core/middleware/utils/debug/constants.js.map +1 -1
  660. package/build/core/middleware/utils/debug/debugMigrationContext.js +6 -1
  661. package/build/core/middleware/utils/debug/debugMigrationContext.js.map +1 -1
  662. package/build/core/middleware/utils/debug/debugV3MigrationUtils.js +17 -18
  663. package/build/core/middleware/utils/debug/debugV3MigrationUtils.js.map +1 -1
  664. package/build/core/middleware/utils/debug/taskMigrator.d.ts.map +1 -1
  665. package/build/core/middleware/utils/debug/taskMigrator.js +25 -32
  666. package/build/core/middleware/utils/debug/taskMigrator.js.map +1 -1
  667. package/build/core/middleware/utils/migrationContext.d.ts +0 -1
  668. package/build/core/middleware/utils/migrationContext.d.ts.map +1 -1
  669. package/build/core/middleware/utils/migrationContext.js +12 -12
  670. package/build/core/middleware/utils/migrationContext.js.map +1 -1
  671. package/build/core/middleware/utils/v3MigrationUtils.js +37 -38
  672. package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
  673. package/build/core/middleware/videoFilterAppBlocker.d.ts.map +1 -1
  674. package/build/core/middleware/videoFilterAppBlocker.js +4 -5
  675. package/build/core/middleware/videoFilterAppBlocker.js.map +1 -1
  676. package/build/core/share.js +6 -10
  677. package/build/core/share.js.map +1 -1
  678. package/build/core/telemetry.js +5 -5
  679. package/build/core/telemetry.js.map +1 -1
  680. package/build/error/common.js +4 -4
  681. package/build/error/common.js.map +1 -1
  682. package/build/error/deploy.js +2 -4
  683. package/build/error/deploy.js.map +1 -1
  684. package/build/error/teamsApp.js.map +1 -1
  685. package/build/error/types.js +1 -1
  686. package/build/error/types.js.map +1 -1
  687. package/build/folder.js +2 -3
  688. package/build/folder.js.map +1 -1
  689. package/build/question/collaborator.js +10 -13
  690. package/build/question/collaborator.js.map +1 -1
  691. package/build/question/constants.d.ts +1 -1
  692. package/build/question/constants.d.ts.map +1 -1
  693. package/build/question/constants.js +12 -15
  694. package/build/question/constants.js.map +1 -1
  695. package/build/question/create.d.ts +10 -0
  696. package/build/question/create.d.ts.map +1 -1
  697. package/build/question/create.js +167 -70
  698. package/build/question/create.js.map +1 -1
  699. package/build/question/generator.js +3 -4
  700. package/build/question/generator.js.map +1 -1
  701. package/build/question/inputs/AddPluginInputs.d.ts +4 -4
  702. package/build/question/inputs/AddPluginInputs.d.ts.map +1 -1
  703. package/build/question/options/AddPluginOptions.js +4 -4
  704. package/build/question/options/AddPluginOptions.js.map +1 -1
  705. package/build/question/other.js +59 -62
  706. package/build/question/other.js.map +1 -1
  707. package/build/question/questionNames.d.ts +2 -2
  708. package/build/question/questionNames.d.ts.map +1 -1
  709. package/build/question/questionNames.js +1 -1
  710. package/build/question/questionNames.js.map +1 -1
  711. package/build/question/scaffold/commonNodes.d.ts.map +1 -1
  712. package/build/question/scaffold/commonNodes.js +23 -15
  713. package/build/question/scaffold/commonNodes.js.map +1 -1
  714. package/build/question/scaffold/constructNode.d.ts +2 -2
  715. package/build/question/scaffold/constructNode.d.ts.map +1 -1
  716. package/build/question/scaffold/constructNode.js +129 -31
  717. package/build/question/scaffold/constructNode.js.map +1 -1
  718. package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
  719. package/build/question/scaffold/vs/createRootNode.js +4 -4
  720. package/build/question/scaffold/vs/createRootNode.js.map +1 -1
  721. package/build/question/scaffold/vsc/CapabilityOptions.d.ts +1 -0
  722. package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
  723. package/build/question/scaffold/vsc/CapabilityOptions.js +50 -43
  724. package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
  725. package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts.map +1 -1
  726. package/build/question/scaffold/vsc/ProjectTypeOptions.js +23 -23
  727. package/build/question/scaffold/vsc/ProjectTypeOptions.js.map +1 -1
  728. package/build/question/scaffold/vsc/createFromTdpNode.d.ts.map +1 -1
  729. package/build/question/scaffold/vsc/createFromTdpNode.js +11 -32
  730. package/build/question/scaffold/vsc/createFromTdpNode.js.map +1 -1
  731. package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
  732. package/build/question/scaffold/vsc/createRootNode.js +13 -39
  733. package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
  734. package/build/question/scaffold/vsc/daProjectTypeNode.d.ts +1 -2
  735. package/build/question/scaffold/vsc/daProjectTypeNode.d.ts.map +1 -1
  736. package/build/question/scaffold/vsc/daProjectTypeNode.js +10 -19
  737. package/build/question/scaffold/vsc/daProjectTypeNode.js.map +1 -1
  738. package/build/question/scaffold/vsc/rootNode.d.ts +12 -0
  739. package/build/question/scaffold/vsc/rootNode.d.ts.map +1 -0
  740. package/build/question/scaffold/vsc/rootNode.js +46 -0
  741. package/build/question/scaffold/vsc/rootNode.js.map +1 -0
  742. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +4 -0
  743. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
  744. package/build/question/scaffold/vsc/teamsProjectTypeNode.js +29 -36
  745. package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
  746. package/build/question/share.js +6 -6
  747. package/build/question/share.js.map +1 -1
  748. package/build/question/utils.js +1 -2
  749. package/build/question/utils.js.map +1 -1
  750. package/build/ui/validationUtils.d.ts.map +1 -1
  751. package/build/ui/validationUtils.js +3 -7
  752. package/build/ui/validationUtils.js.map +1 -1
  753. package/build/ui/visitor.d.ts +1 -1
  754. package/build/ui/visitor.d.ts.map +1 -1
  755. package/build/ui/visitor.js +10 -12
  756. package/build/ui/visitor.js.map +1 -1
  757. package/package.json +24 -24
  758. package/resource/package.nls.cs.json +7 -55
  759. package/resource/package.nls.de.json +7 -55
  760. package/resource/package.nls.es.json +8 -56
  761. package/resource/package.nls.fr.json +9 -57
  762. package/resource/package.nls.it.json +11 -59
  763. package/resource/package.nls.ja.json +8 -56
  764. package/resource/package.nls.json +9 -63
  765. package/resource/package.nls.ko.json +10 -58
  766. package/resource/package.nls.pl.json +11 -59
  767. package/resource/package.nls.pt-BR.json +11 -59
  768. package/resource/package.nls.ru.json +7 -55
  769. package/resource/package.nls.tr.json +8 -56
  770. package/resource/package.nls.zh-Hans.json +8 -56
  771. package/resource/package.nls.zh-Hant.json +11 -59
  772. package/resource/package.nls.zh-cn.json +1 -34
  773. package/resource/package.nls.zh-tw.json +1 -34
  774. package/resource/templates/package.nls.cs.json +62 -4
  775. package/resource/templates/package.nls.de.json +61 -3
  776. package/resource/templates/package.nls.es.json +61 -3
  777. package/resource/templates/package.nls.fr.json +61 -3
  778. package/resource/templates/package.nls.it.json +63 -5
  779. package/resource/templates/package.nls.ja.json +60 -2
  780. package/resource/templates/package.nls.json +61 -3
  781. package/resource/templates/package.nls.ko.json +61 -3
  782. package/resource/templates/package.nls.pl.json +64 -6
  783. package/resource/templates/package.nls.pt-BR.json +59 -1
  784. package/resource/templates/package.nls.ru.json +61 -3
  785. package/resource/templates/package.nls.tr.json +59 -1
  786. package/resource/templates/package.nls.zh-Hans.json +60 -2
  787. package/resource/templates/package.nls.zh-Hant.json +63 -5
  788. package/resource/templates/package.nls.zh-cn.json +55 -1
  789. package/resource/templates/package.nls.zh-tw.json +55 -1
  790. package/templates/fallback/common.zip +0 -0
  791. package/templates/fallback/csharp.zip +0 -0
  792. package/templates/fallback/js.zip +0 -0
  793. package/templates/fallback/python.zip +0 -0
  794. package/templates/fallback/ts.zip +0 -0
  795. package/templates/metadata.zip +0 -0
  796. package/templates/ui/tdpNode.json +330 -0
  797. package/templates/ui/wizardNode.json +447 -0
  798. package/build/question/scaffold/vsc/customEngineAgentNode.d.ts +0 -3
  799. package/build/question/scaffold/vsc/customEngineAgentNode.d.ts.map +0 -1
  800. package/build/question/scaffold/vsc/customEngineAgentNode.js +0 -28
  801. package/build/question/scaffold/vsc/customEngineAgentNode.js.map +0 -1
  802. package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.d.ts +0 -3
  803. package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.d.ts.map +0 -1
  804. package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.js +0 -25
  805. package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.js.map +0 -1
  806. package/build/question/scaffold/vsc/officeAddinProjectTypeNode.d.ts +0 -4
  807. package/build/question/scaffold/vsc/officeAddinProjectTypeNode.d.ts.map +0 -1
  808. package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js +0 -93
  809. package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js.map +0 -1
  810. package/templates/ui/ceaNode.json +0 -30
  811. package/templates/ui/teamsNode.json +0 -124
@@ -22,12 +22,70 @@
22
22
  "template.teams.others.tab.label": "탭",
23
23
  "template.teams.rag.detail": "콘텐츠 및 지식을 사용하여 도메인별 질문에 정확하게 답변하는 에이전트",
24
24
  "template.teams.rag.label": "데이터가 포함된 Teams 에이전트",
25
- "template.teams.rag.source.azureAISearch.detail": "Azure AI Search Service에서 데이터를 로드합니다.",
26
- "template.teams.rag.source.azureAISearch.label": "Azure AI 검색",
25
+ "template.teams.rag.source.azureAISearch.detail": "Azure AI Search 서비스에서 데이터를 로드합니다.",
26
+ "template.teams.rag.source.azureAISearch.label": "Azure AI Search",
27
27
  "template.teams.rag.source.customApi.detail": "OpenAPI 설명 문서를 기반으로 사용자 지정 API에서 데이터를 로드합니다.",
28
28
  "template.teams.rag.source.customApi.label": "사용자 지정 API",
29
29
  "template.teams.rag.source.customize.detail": "데이터를 로드하는 방법을 결정합니다.",
30
30
  "template.teams.rag.source.customize.label": "사용자 지정",
31
31
  "template.teams.rag.source.placeholder": "데이터를 로드하는 옵션 선택",
32
- "template.teams.title": "Microsoft Teams SDK를 사용하는 Teams 에이전트 또는 앱"
32
+ "template.teams.title": "Microsoft Teams SDK를 사용하는 Teams 에이전트 또는 앱",
33
+ "template.createProjectQuestion.title": "New Project",
34
+ "template.createCapabilityQuestion.placeholder": "Select a capability",
35
+ "template.createProjectQuestion.addApiPlugin.placeholder": "Select how to add an action",
36
+ "template.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot connector",
37
+ "template.createProjectQuestion.addGC.label": "Add a Copilot connector",
38
+ "template.createProjectQuestion.addPlugin.detail": "Create a declarative agent with an action",
39
+ "template.createProjectQuestion.addPlugin.label": "Add an Action",
40
+ "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
41
+ "template.createProjectQuestion.apiMessageExtensionAuth.title": "Authentication Type",
42
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.none": "None",
43
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "API Key",
44
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.microsoftEntra": "Microsoft Entra",
45
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.oauth": "OAuth",
46
+ "template.createProjectQuestion.apiPlugin.typeSpec.detail": "Create a declarative agent with or without an action using TypeSpec for Microsoft 365 Copilot",
47
+ "template.createProjectQuestion.apiPlugin.typeSpec.label": "Start with TypeSpec for Microsoft 365 Copilot",
48
+ "template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create an action from your existing API",
49
+ "template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
50
+ "template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create an action with a new API from Azure Functions",
51
+ "template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Start with a New API",
52
+ "template.createProjectQuestion.capability.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
53
+ "template.createProjectQuestion.capability.DAMetaOS.label": "Start with an Office Add-in Action",
54
+ "template.createProjectQuestion.createApiPlugin.title": "Create an Action",
55
+ "template.createProjectQuestion.createGraphConnector.detail": "Embed your organization data to make it searchable in Microsoft 365 Copilot",
56
+ "template.createProjectQuestion.createGraphConnector.label": "Copilot connectors",
57
+ "template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Build a new Declarative Agent with Office add-in actions",
58
+ "template.createProjectQuestion.DAMetaOS.capability.newProject.label": "New Declarative Agent with Office Add-in Actions",
59
+ "template.createProjectQuestion.DAMetaOS.capability.title": "Declarative Agent in MetaOS Capabilities",
60
+ "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Extend an add-in project to the declarative agent with add-in actions",
61
+ "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Extend an existing Office Add-in",
62
+ "template.createProjectQuestion.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
63
+ "template.createProjectQuestion.DAMetaOS.label": "Create Declarative Agent with Office Add-in Action",
64
+ "template.createProjectQuestion.declarativeCopilot.placeholder": "Add an action to your declarative agent",
65
+ "template.createProjectQuestion.declarativeCopilot.title": "Create Declarative Agent",
66
+ "template.createProjectQuestion.mcpForDa.detail": "Create actions from your existing MCP server",
67
+ "template.createProjectQuestion.mcpForDa.label": "Start with an MCP server",
68
+ "template.createProjectQuestion.noPlugin.detail": "Create declarative agent only",
69
+ "template.createProjectQuestion.noPlugin.label": "No Action",
70
+ "template.createProjectQuestion.projectType.copilotExtension.placeholder": "Select an option",
71
+ "template.createProjectQuestion.projectType.copilotExtension.title": "App Features Using Agents",
72
+ "template.createProjectQuestion.projectType.copilotGroup.title": "Use GitHub Copilot",
73
+ "template.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your app or Microsoft 365 Copilot agent.",
74
+ "template.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use GitHub Copilot Chat",
75
+ "template.createProjectQuestion.projectType.createGroup.aiAgent": "Agents for Microsoft 365 Copilot",
76
+ "template.createProjectQuestion.projectType.createGroup.m365Apps": "Apps for Microsoft 365",
77
+ "template.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent agent where you manage orchestration and provide your own LLM",
78
+ "template.createProjectQuestion.projectType.customCopilot.label": "Custom Engine Agent",
79
+ "template.createProjectQuestion.projectType.declarativeAgent.detail": "Create your own agent by declaring instructions, actions, & knowledge to suit your needs.",
80
+ "template.createProjectQuestion.projectType.declarativeAgent.label": "Declarative Agent",
81
+ "template.createProjectQuestion.projectType.officeAddin.detail": "Extend Office applications to interact with content in Office documents and Outlook items",
82
+ "template.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
83
+ "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Create agent, chat bot, web pages or other apps in Microsoft Teams using Microsoft Teams SDK.",
84
+ "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams Agents and Apps",
85
+ "template.importAddin.detail": "Upgrade an add-in project to the latest app manifest and project structure",
86
+ "template.importOfficeAddin.label": "Upgrade an Existing Office Add-in",
87
+ "template.newCFShortcut.detail": "Task pane add-in with custom function and shortcut",
88
+ "template.newCFShortcut.label": "Custom Function and Shortcut",
89
+ "template.newTaskpaneAddin.detail": "Customize the ribbon with a button and embed content in the task pane",
90
+ "template.newTaskpaneAddin.label": "Task pane"
33
91
  }
@@ -1,11 +1,11 @@
1
1
  {
2
- "template.customEngineAgent.basic.detail": "Inteligentny agent utworzony przy użyciu zestawu Microsoft 365 Agents SDK i łączący się z Twoim dużym modelem językowym",
2
+ "template.customEngineAgent.basic.detail": "Inteligentny agent utworzony przy użyciu Zestawu SDK agentów usługi Microsoft 365 i łączący się z Twoim dużym modelem językowym",
3
3
  "template.customEngineAgent.basic.label": "Podstawowy agent aparatu niestandardowego",
4
4
  "template.customEngineAgent.placeholder": "Wybierz opcję",
5
5
  "template.customEngineAgent.title": "Funkcje aplikacji przy użyciu zestawu SDK agentów usługi Microsoft 365",
6
- "template.customEngineAgent.travel.detail": "Agent planowania podróży, zbudowany przy użyciu Zestawu SDK agentów usługi Microsoft 365, interfejsu API pobierania Microsoft 365 oraz Agent Framework",
6
+ "template.customEngineAgent.travel.detail": "Agent planowania podróży, utworzony przy użyciu Zestawu SDK agentów usługi Microsoft 365, interfejsu API pobierania Microsoft 365 oraz Agent Framework",
7
7
  "template.customEngineAgent.travel.label": "Agent podróży",
8
- "template.customEngineAgent.weather.detail": "Agent prognozy pogody utworzony przy użyciu zestawu Microsoft 365 Agents SDK i języka LangChain",
8
+ "template.customEngineAgent.weather.detail": "Agent prognozy pogody utworzony przy użyciu Zestawu SDK agentów usługi Microsoft 365 i języka LangChain",
9
9
  "template.customEngineAgent.weather.label": "Agent pogody",
10
10
  "template.teams.collaboratorAgent.detail": "Agent, który usprawnia współpracę w czatach grupowych, kanałach lub spotkaniach dzięki podsumowaniu, zarządzaniu zadaniami i wyszukiwaniu konwersacji",
11
11
  "template.teams.collaboratorAgent.label": "Agent współpracownika w usłudze Teams",
@@ -22,12 +22,70 @@
22
22
  "template.teams.others.tab.label": "Tab",
23
23
  "template.teams.rag.detail": "Agent, który używa Twojej zawartości i wiedzy do dokładnego odpowiadania na pytania specyficzne dla domeny",
24
24
  "template.teams.rag.label": "Agent usługi Teams z danymi",
25
- "template.teams.rag.source.azureAISearch.detail": "Załaduj dane z platformy Wyszukiwanie AI platformy Azure",
26
- "template.teams.rag.source.azureAISearch.label": "Wyszukiwanie AI platformy Azure",
25
+ "template.teams.rag.source.azureAISearch.detail": "Załaduj dane z platformy Azure AI Search",
26
+ "template.teams.rag.source.azureAISearch.label": "Azure AI Search",
27
27
  "template.teams.rag.source.customApi.detail": "Załaduj dane z niestandardowych interfejsów API na podstawie dokumentu opisu interfejsu OpenAPI",
28
28
  "template.teams.rag.source.customApi.label": "Niestandardowy interfejs API",
29
29
  "template.teams.rag.source.customize.detail": "Zdecyduj, jak załadować dane",
30
30
  "template.teams.rag.source.customize.label": "Dostosuj",
31
31
  "template.teams.rag.source.placeholder": "Wybierz opcję, aby załadować swoje dane",
32
- "template.teams.title": "Agent lub aplikacja usługi Teams korzystająca z zestawu SDK usługi Microsoft Teams"
32
+ "template.teams.title": "Agent lub aplikacja usługi Teams korzystająca z zestawu SDK usługi Microsoft Teams",
33
+ "template.createProjectQuestion.title": "New Project",
34
+ "template.createCapabilityQuestion.placeholder": "Select a capability",
35
+ "template.createProjectQuestion.addApiPlugin.placeholder": "Select how to add an action",
36
+ "template.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot connector",
37
+ "template.createProjectQuestion.addGC.label": "Add a Copilot connector",
38
+ "template.createProjectQuestion.addPlugin.detail": "Create a declarative agent with an action",
39
+ "template.createProjectQuestion.addPlugin.label": "Add an Action",
40
+ "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
41
+ "template.createProjectQuestion.apiMessageExtensionAuth.title": "Authentication Type",
42
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.none": "None",
43
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "API Key",
44
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.microsoftEntra": "Microsoft Entra",
45
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.oauth": "OAuth",
46
+ "template.createProjectQuestion.apiPlugin.typeSpec.detail": "Create a declarative agent with or without an action using TypeSpec for Microsoft 365 Copilot",
47
+ "template.createProjectQuestion.apiPlugin.typeSpec.label": "Start with TypeSpec for Microsoft 365 Copilot",
48
+ "template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create an action from your existing API",
49
+ "template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
50
+ "template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create an action with a new API from Azure Functions",
51
+ "template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Start with a New API",
52
+ "template.createProjectQuestion.capability.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
53
+ "template.createProjectQuestion.capability.DAMetaOS.label": "Start with an Office Add-in Action",
54
+ "template.createProjectQuestion.createApiPlugin.title": "Create an Action",
55
+ "template.createProjectQuestion.createGraphConnector.detail": "Embed your organization data to make it searchable in Microsoft 365 Copilot",
56
+ "template.createProjectQuestion.createGraphConnector.label": "Copilot connectors",
57
+ "template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Build a new Declarative Agent with Office add-in actions",
58
+ "template.createProjectQuestion.DAMetaOS.capability.newProject.label": "New Declarative Agent with Office Add-in Actions",
59
+ "template.createProjectQuestion.DAMetaOS.capability.title": "Declarative Agent in MetaOS Capabilities",
60
+ "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Extend an add-in project to the declarative agent with add-in actions",
61
+ "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Extend an existing Office Add-in",
62
+ "template.createProjectQuestion.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
63
+ "template.createProjectQuestion.DAMetaOS.label": "Create Declarative Agent with Office Add-in Action",
64
+ "template.createProjectQuestion.declarativeCopilot.placeholder": "Add an action to your declarative agent",
65
+ "template.createProjectQuestion.declarativeCopilot.title": "Create Declarative Agent",
66
+ "template.createProjectQuestion.mcpForDa.detail": "Create actions from your existing MCP server",
67
+ "template.createProjectQuestion.mcpForDa.label": "Start with an MCP server",
68
+ "template.createProjectQuestion.noPlugin.detail": "Create declarative agent only",
69
+ "template.createProjectQuestion.noPlugin.label": "No Action",
70
+ "template.createProjectQuestion.projectType.copilotExtension.placeholder": "Select an option",
71
+ "template.createProjectQuestion.projectType.copilotExtension.title": "App Features Using Agents",
72
+ "template.createProjectQuestion.projectType.copilotGroup.title": "Use GitHub Copilot",
73
+ "template.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your app or Microsoft 365 Copilot agent.",
74
+ "template.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use GitHub Copilot Chat",
75
+ "template.createProjectQuestion.projectType.createGroup.aiAgent": "Agents for Microsoft 365 Copilot",
76
+ "template.createProjectQuestion.projectType.createGroup.m365Apps": "Apps for Microsoft 365",
77
+ "template.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent agent where you manage orchestration and provide your own LLM",
78
+ "template.createProjectQuestion.projectType.customCopilot.label": "Custom Engine Agent",
79
+ "template.createProjectQuestion.projectType.declarativeAgent.detail": "Create your own agent by declaring instructions, actions, & knowledge to suit your needs.",
80
+ "template.createProjectQuestion.projectType.declarativeAgent.label": "Declarative Agent",
81
+ "template.createProjectQuestion.projectType.officeAddin.detail": "Extend Office applications to interact with content in Office documents and Outlook items",
82
+ "template.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
83
+ "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Create agent, chat bot, web pages or other apps in Microsoft Teams using Microsoft Teams SDK.",
84
+ "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams Agents and Apps",
85
+ "template.importAddin.detail": "Upgrade an add-in project to the latest app manifest and project structure",
86
+ "template.importOfficeAddin.label": "Upgrade an Existing Office Add-in",
87
+ "template.newCFShortcut.detail": "Task pane add-in with custom function and shortcut",
88
+ "template.newCFShortcut.label": "Custom Function and Shortcut",
89
+ "template.newTaskpaneAddin.detail": "Customize the ribbon with a button and embed content in the task pane",
90
+ "template.newTaskpaneAddin.label": "Task pane"
33
91
  }
@@ -29,5 +29,63 @@
29
29
  "template.teams.rag.source.customize.detail": "Decida como carregar seus dados",
30
30
  "template.teams.rag.source.customize.label": "Personalizar",
31
31
  "template.teams.rag.source.placeholder": "Selecione uma opção para carregar seus dados",
32
- "template.teams.title": "Agente ou aplicativo do Teams usando o SDK do Microsoft Teams"
32
+ "template.teams.title": "Agente ou aplicativo do Teams usando o SDK do Microsoft Teams",
33
+ "template.createProjectQuestion.title": "New Project",
34
+ "template.createCapabilityQuestion.placeholder": "Select a capability",
35
+ "template.createProjectQuestion.addApiPlugin.placeholder": "Select how to add an action",
36
+ "template.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot connector",
37
+ "template.createProjectQuestion.addGC.label": "Add a Copilot connector",
38
+ "template.createProjectQuestion.addPlugin.detail": "Create a declarative agent with an action",
39
+ "template.createProjectQuestion.addPlugin.label": "Add an Action",
40
+ "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
41
+ "template.createProjectQuestion.apiMessageExtensionAuth.title": "Authentication Type",
42
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.none": "None",
43
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "API Key",
44
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.microsoftEntra": "Microsoft Entra",
45
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.oauth": "OAuth",
46
+ "template.createProjectQuestion.apiPlugin.typeSpec.detail": "Create a declarative agent with or without an action using TypeSpec for Microsoft 365 Copilot",
47
+ "template.createProjectQuestion.apiPlugin.typeSpec.label": "Start with TypeSpec for Microsoft 365 Copilot",
48
+ "template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create an action from your existing API",
49
+ "template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
50
+ "template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create an action with a new API from Azure Functions",
51
+ "template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Start with a New API",
52
+ "template.createProjectQuestion.capability.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
53
+ "template.createProjectQuestion.capability.DAMetaOS.label": "Start with an Office Add-in Action",
54
+ "template.createProjectQuestion.createApiPlugin.title": "Create an Action",
55
+ "template.createProjectQuestion.createGraphConnector.detail": "Embed your organization data to make it searchable in Microsoft 365 Copilot",
56
+ "template.createProjectQuestion.createGraphConnector.label": "Copilot connectors",
57
+ "template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Build a new Declarative Agent with Office add-in actions",
58
+ "template.createProjectQuestion.DAMetaOS.capability.newProject.label": "New Declarative Agent with Office Add-in Actions",
59
+ "template.createProjectQuestion.DAMetaOS.capability.title": "Declarative Agent in MetaOS Capabilities",
60
+ "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Extend an add-in project to the declarative agent with add-in actions",
61
+ "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Extend an existing Office Add-in",
62
+ "template.createProjectQuestion.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
63
+ "template.createProjectQuestion.DAMetaOS.label": "Create Declarative Agent with Office Add-in Action",
64
+ "template.createProjectQuestion.declarativeCopilot.placeholder": "Add an action to your declarative agent",
65
+ "template.createProjectQuestion.declarativeCopilot.title": "Create Declarative Agent",
66
+ "template.createProjectQuestion.mcpForDa.detail": "Create actions from your existing MCP server",
67
+ "template.createProjectQuestion.mcpForDa.label": "Start with an MCP server",
68
+ "template.createProjectQuestion.noPlugin.detail": "Create declarative agent only",
69
+ "template.createProjectQuestion.noPlugin.label": "No Action",
70
+ "template.createProjectQuestion.projectType.copilotExtension.placeholder": "Select an option",
71
+ "template.createProjectQuestion.projectType.copilotExtension.title": "App Features Using Agents",
72
+ "template.createProjectQuestion.projectType.copilotGroup.title": "Use GitHub Copilot",
73
+ "template.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your app or Microsoft 365 Copilot agent.",
74
+ "template.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use GitHub Copilot Chat",
75
+ "template.createProjectQuestion.projectType.createGroup.aiAgent": "Agents for Microsoft 365 Copilot",
76
+ "template.createProjectQuestion.projectType.createGroup.m365Apps": "Apps for Microsoft 365",
77
+ "template.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent agent where you manage orchestration and provide your own LLM",
78
+ "template.createProjectQuestion.projectType.customCopilot.label": "Custom Engine Agent",
79
+ "template.createProjectQuestion.projectType.declarativeAgent.detail": "Create your own agent by declaring instructions, actions, & knowledge to suit your needs.",
80
+ "template.createProjectQuestion.projectType.declarativeAgent.label": "Declarative Agent",
81
+ "template.createProjectQuestion.projectType.officeAddin.detail": "Extend Office applications to interact with content in Office documents and Outlook items",
82
+ "template.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
83
+ "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Create agent, chat bot, web pages or other apps in Microsoft Teams using Microsoft Teams SDK.",
84
+ "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams Agents and Apps",
85
+ "template.importAddin.detail": "Upgrade an add-in project to the latest app manifest and project structure",
86
+ "template.importOfficeAddin.label": "Upgrade an Existing Office Add-in",
87
+ "template.newCFShortcut.detail": "Task pane add-in with custom function and shortcut",
88
+ "template.newCFShortcut.label": "Custom Function and Shortcut",
89
+ "template.newTaskpaneAddin.detail": "Customize the ribbon with a button and embed content in the task pane",
90
+ "template.newTaskpaneAddin.label": "Task pane"
33
91
  }
@@ -22,12 +22,70 @@
22
22
  "template.teams.others.tab.label": "Вкладка",
23
23
  "template.teams.rag.detail": "Агент, который использует контент и знания для точного ответа на вопросы, связанные с конкретной областью",
24
24
  "template.teams.rag.label": "Агент Teams с данными",
25
- "template.teams.rag.source.azureAISearch.detail": "Загрузить данные из службы \"Поиск с использованием ИИ Azure\"",
26
- "template.teams.rag.source.azureAISearch.label": "Поиск с использованием ИИ Azure",
25
+ "template.teams.rag.source.azureAISearch.detail": "Загрузить данные из службы \"ИИ-поиск Azure\"",
26
+ "template.teams.rag.source.azureAISearch.label": "ИИ-поиск Azure",
27
27
  "template.teams.rag.source.customApi.detail": "Загрузить данные из пользовательских API на основе документа с описанием OpenAPI",
28
28
  "template.teams.rag.source.customApi.label": "Пользовательский API",
29
29
  "template.teams.rag.source.customize.detail": "Выберите, как следует загружать данные",
30
30
  "template.teams.rag.source.customize.label": "Настроить",
31
31
  "template.teams.rag.source.placeholder": "Выберите вариант для загрузки данных",
32
- "template.teams.title": "Агент Teams или приложение, использующие пакет SDK для Microsoft Teams"
32
+ "template.teams.title": "Агент Teams или приложение, использующие пакет SDK для Microsoft Teams",
33
+ "template.createProjectQuestion.title": "New Project",
34
+ "template.createCapabilityQuestion.placeholder": "Select a capability",
35
+ "template.createProjectQuestion.addApiPlugin.placeholder": "Select how to add an action",
36
+ "template.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot connector",
37
+ "template.createProjectQuestion.addGC.label": "Add a Copilot connector",
38
+ "template.createProjectQuestion.addPlugin.detail": "Create a declarative agent with an action",
39
+ "template.createProjectQuestion.addPlugin.label": "Add an Action",
40
+ "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
41
+ "template.createProjectQuestion.apiMessageExtensionAuth.title": "Authentication Type",
42
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.none": "None",
43
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "API Key",
44
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.microsoftEntra": "Microsoft Entra",
45
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.oauth": "OAuth",
46
+ "template.createProjectQuestion.apiPlugin.typeSpec.detail": "Create a declarative agent with or without an action using TypeSpec for Microsoft 365 Copilot",
47
+ "template.createProjectQuestion.apiPlugin.typeSpec.label": "Start with TypeSpec for Microsoft 365 Copilot",
48
+ "template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create an action from your existing API",
49
+ "template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
50
+ "template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create an action with a new API from Azure Functions",
51
+ "template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Start with a New API",
52
+ "template.createProjectQuestion.capability.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
53
+ "template.createProjectQuestion.capability.DAMetaOS.label": "Start with an Office Add-in Action",
54
+ "template.createProjectQuestion.createApiPlugin.title": "Create an Action",
55
+ "template.createProjectQuestion.createGraphConnector.detail": "Embed your organization data to make it searchable in Microsoft 365 Copilot",
56
+ "template.createProjectQuestion.createGraphConnector.label": "Copilot connectors",
57
+ "template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Build a new Declarative Agent with Office add-in actions",
58
+ "template.createProjectQuestion.DAMetaOS.capability.newProject.label": "New Declarative Agent with Office Add-in Actions",
59
+ "template.createProjectQuestion.DAMetaOS.capability.title": "Declarative Agent in MetaOS Capabilities",
60
+ "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Extend an add-in project to the declarative agent with add-in actions",
61
+ "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Extend an existing Office Add-in",
62
+ "template.createProjectQuestion.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
63
+ "template.createProjectQuestion.DAMetaOS.label": "Create Declarative Agent with Office Add-in Action",
64
+ "template.createProjectQuestion.declarativeCopilot.placeholder": "Add an action to your declarative agent",
65
+ "template.createProjectQuestion.declarativeCopilot.title": "Create Declarative Agent",
66
+ "template.createProjectQuestion.mcpForDa.detail": "Create actions from your existing MCP server",
67
+ "template.createProjectQuestion.mcpForDa.label": "Start with an MCP server",
68
+ "template.createProjectQuestion.noPlugin.detail": "Create declarative agent only",
69
+ "template.createProjectQuestion.noPlugin.label": "No Action",
70
+ "template.createProjectQuestion.projectType.copilotExtension.placeholder": "Select an option",
71
+ "template.createProjectQuestion.projectType.copilotExtension.title": "App Features Using Agents",
72
+ "template.createProjectQuestion.projectType.copilotGroup.title": "Use GitHub Copilot",
73
+ "template.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your app or Microsoft 365 Copilot agent.",
74
+ "template.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use GitHub Copilot Chat",
75
+ "template.createProjectQuestion.projectType.createGroup.aiAgent": "Agents for Microsoft 365 Copilot",
76
+ "template.createProjectQuestion.projectType.createGroup.m365Apps": "Apps for Microsoft 365",
77
+ "template.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent agent where you manage orchestration and provide your own LLM",
78
+ "template.createProjectQuestion.projectType.customCopilot.label": "Custom Engine Agent",
79
+ "template.createProjectQuestion.projectType.declarativeAgent.detail": "Create your own agent by declaring instructions, actions, & knowledge to suit your needs.",
80
+ "template.createProjectQuestion.projectType.declarativeAgent.label": "Declarative Agent",
81
+ "template.createProjectQuestion.projectType.officeAddin.detail": "Extend Office applications to interact with content in Office documents and Outlook items",
82
+ "template.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
83
+ "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Create agent, chat bot, web pages or other apps in Microsoft Teams using Microsoft Teams SDK.",
84
+ "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams Agents and Apps",
85
+ "template.importAddin.detail": "Upgrade an add-in project to the latest app manifest and project structure",
86
+ "template.importOfficeAddin.label": "Upgrade an Existing Office Add-in",
87
+ "template.newCFShortcut.detail": "Task pane add-in with custom function and shortcut",
88
+ "template.newCFShortcut.label": "Custom Function and Shortcut",
89
+ "template.newTaskpaneAddin.detail": "Customize the ribbon with a button and embed content in the task pane",
90
+ "template.newTaskpaneAddin.label": "Task pane"
33
91
  }
@@ -29,5 +29,63 @@
29
29
  "template.teams.rag.source.customize.detail": "Verilerinizi nasıl yükleyeceğinize karar verin",
30
30
  "template.teams.rag.source.customize.label": "Özelleştir",
31
31
  "template.teams.rag.source.placeholder": "Verilerinizi yüklemek için bir seçenek belirleyin",
32
- "template.teams.title": "Microsoft Teams SDK'sını kullanan Teams aracı veya uygulaması"
32
+ "template.teams.title": "Microsoft Teams SDK'sını kullanan Teams aracı veya uygulaması",
33
+ "template.createProjectQuestion.title": "New Project",
34
+ "template.createCapabilityQuestion.placeholder": "Select a capability",
35
+ "template.createProjectQuestion.addApiPlugin.placeholder": "Select how to add an action",
36
+ "template.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot connector",
37
+ "template.createProjectQuestion.addGC.label": "Add a Copilot connector",
38
+ "template.createProjectQuestion.addPlugin.detail": "Create a declarative agent with an action",
39
+ "template.createProjectQuestion.addPlugin.label": "Add an Action",
40
+ "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
41
+ "template.createProjectQuestion.apiMessageExtensionAuth.title": "Authentication Type",
42
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.none": "None",
43
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "API Key",
44
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.microsoftEntra": "Microsoft Entra",
45
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.oauth": "OAuth",
46
+ "template.createProjectQuestion.apiPlugin.typeSpec.detail": "Create a declarative agent with or without an action using TypeSpec for Microsoft 365 Copilot",
47
+ "template.createProjectQuestion.apiPlugin.typeSpec.label": "Start with TypeSpec for Microsoft 365 Copilot",
48
+ "template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create an action from your existing API",
49
+ "template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
50
+ "template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create an action with a new API from Azure Functions",
51
+ "template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Start with a New API",
52
+ "template.createProjectQuestion.capability.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
53
+ "template.createProjectQuestion.capability.DAMetaOS.label": "Start with an Office Add-in Action",
54
+ "template.createProjectQuestion.createApiPlugin.title": "Create an Action",
55
+ "template.createProjectQuestion.createGraphConnector.detail": "Embed your organization data to make it searchable in Microsoft 365 Copilot",
56
+ "template.createProjectQuestion.createGraphConnector.label": "Copilot connectors",
57
+ "template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Build a new Declarative Agent with Office add-in actions",
58
+ "template.createProjectQuestion.DAMetaOS.capability.newProject.label": "New Declarative Agent with Office Add-in Actions",
59
+ "template.createProjectQuestion.DAMetaOS.capability.title": "Declarative Agent in MetaOS Capabilities",
60
+ "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Extend an add-in project to the declarative agent with add-in actions",
61
+ "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Extend an existing Office Add-in",
62
+ "template.createProjectQuestion.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
63
+ "template.createProjectQuestion.DAMetaOS.label": "Create Declarative Agent with Office Add-in Action",
64
+ "template.createProjectQuestion.declarativeCopilot.placeholder": "Add an action to your declarative agent",
65
+ "template.createProjectQuestion.declarativeCopilot.title": "Create Declarative Agent",
66
+ "template.createProjectQuestion.mcpForDa.detail": "Create actions from your existing MCP server",
67
+ "template.createProjectQuestion.mcpForDa.label": "Start with an MCP server",
68
+ "template.createProjectQuestion.noPlugin.detail": "Create declarative agent only",
69
+ "template.createProjectQuestion.noPlugin.label": "No Action",
70
+ "template.createProjectQuestion.projectType.copilotExtension.placeholder": "Select an option",
71
+ "template.createProjectQuestion.projectType.copilotExtension.title": "App Features Using Agents",
72
+ "template.createProjectQuestion.projectType.copilotGroup.title": "Use GitHub Copilot",
73
+ "template.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your app or Microsoft 365 Copilot agent.",
74
+ "template.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use GitHub Copilot Chat",
75
+ "template.createProjectQuestion.projectType.createGroup.aiAgent": "Agents for Microsoft 365 Copilot",
76
+ "template.createProjectQuestion.projectType.createGroup.m365Apps": "Apps for Microsoft 365",
77
+ "template.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent agent where you manage orchestration and provide your own LLM",
78
+ "template.createProjectQuestion.projectType.customCopilot.label": "Custom Engine Agent",
79
+ "template.createProjectQuestion.projectType.declarativeAgent.detail": "Create your own agent by declaring instructions, actions, & knowledge to suit your needs.",
80
+ "template.createProjectQuestion.projectType.declarativeAgent.label": "Declarative Agent",
81
+ "template.createProjectQuestion.projectType.officeAddin.detail": "Extend Office applications to interact with content in Office documents and Outlook items",
82
+ "template.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
83
+ "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Create agent, chat bot, web pages or other apps in Microsoft Teams using Microsoft Teams SDK.",
84
+ "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams Agents and Apps",
85
+ "template.importAddin.detail": "Upgrade an add-in project to the latest app manifest and project structure",
86
+ "template.importOfficeAddin.label": "Upgrade an Existing Office Add-in",
87
+ "template.newCFShortcut.detail": "Task pane add-in with custom function and shortcut",
88
+ "template.newCFShortcut.label": "Custom Function and Shortcut",
89
+ "template.newTaskpaneAddin.detail": "Customize the ribbon with a button and embed content in the task pane",
90
+ "template.newTaskpaneAddin.label": "Task pane"
33
91
  }
@@ -1,5 +1,5 @@
1
1
  {
2
- "template.customEngineAgent.basic.detail": "使用 Microsoft 365 智能体 SDK 构建并连接到 LLM 的智能代理",
2
+ "template.customEngineAgent.basic.detail": "使用 Microsoft 365 智能体 SDK 构建并连接到 LLM 的智能体",
3
3
  "template.customEngineAgent.basic.label": "基本自定义引擎智能体",
4
4
  "template.customEngineAgent.placeholder": "选择选项",
5
5
  "template.customEngineAgent.title": "使用 Microsoft 365 智能体 SDK 的应用功能",
@@ -29,5 +29,63 @@
29
29
  "template.teams.rag.source.customize.detail": "决定如何加载数据",
30
30
  "template.teams.rag.source.customize.label": "自定义",
31
31
  "template.teams.rag.source.placeholder": "选择一个选项来加载数据",
32
- "template.teams.title": "使用 Microsoft Teams SDK 的 Teams 智能体或应用"
32
+ "template.teams.title": "使用 Microsoft Teams SDK 的 Teams 智能体或应用",
33
+ "template.createProjectQuestion.title": "New Project",
34
+ "template.createCapabilityQuestion.placeholder": "Select a capability",
35
+ "template.createProjectQuestion.addApiPlugin.placeholder": "Select how to add an action",
36
+ "template.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot connector",
37
+ "template.createProjectQuestion.addGC.label": "Add a Copilot connector",
38
+ "template.createProjectQuestion.addPlugin.detail": "Create a declarative agent with an action",
39
+ "template.createProjectQuestion.addPlugin.label": "Add an Action",
40
+ "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
41
+ "template.createProjectQuestion.apiMessageExtensionAuth.title": "Authentication Type",
42
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.none": "None",
43
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "API Key",
44
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.microsoftEntra": "Microsoft Entra",
45
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.oauth": "OAuth",
46
+ "template.createProjectQuestion.apiPlugin.typeSpec.detail": "Create a declarative agent with or without an action using TypeSpec for Microsoft 365 Copilot",
47
+ "template.createProjectQuestion.apiPlugin.typeSpec.label": "Start with TypeSpec for Microsoft 365 Copilot",
48
+ "template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create an action from your existing API",
49
+ "template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
50
+ "template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create an action with a new API from Azure Functions",
51
+ "template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Start with a New API",
52
+ "template.createProjectQuestion.capability.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
53
+ "template.createProjectQuestion.capability.DAMetaOS.label": "Start with an Office Add-in Action",
54
+ "template.createProjectQuestion.createApiPlugin.title": "Create an Action",
55
+ "template.createProjectQuestion.createGraphConnector.detail": "Embed your organization data to make it searchable in Microsoft 365 Copilot",
56
+ "template.createProjectQuestion.createGraphConnector.label": "Copilot connectors",
57
+ "template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Build a new Declarative Agent with Office add-in actions",
58
+ "template.createProjectQuestion.DAMetaOS.capability.newProject.label": "New Declarative Agent with Office Add-in Actions",
59
+ "template.createProjectQuestion.DAMetaOS.capability.title": "Declarative Agent in MetaOS Capabilities",
60
+ "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Extend an add-in project to the declarative agent with add-in actions",
61
+ "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Extend an existing Office Add-in",
62
+ "template.createProjectQuestion.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
63
+ "template.createProjectQuestion.DAMetaOS.label": "Create Declarative Agent with Office Add-in Action",
64
+ "template.createProjectQuestion.declarativeCopilot.placeholder": "Add an action to your declarative agent",
65
+ "template.createProjectQuestion.declarativeCopilot.title": "Create Declarative Agent",
66
+ "template.createProjectQuestion.mcpForDa.detail": "Create actions from your existing MCP server",
67
+ "template.createProjectQuestion.mcpForDa.label": "Start with an MCP server",
68
+ "template.createProjectQuestion.noPlugin.detail": "Create declarative agent only",
69
+ "template.createProjectQuestion.noPlugin.label": "No Action",
70
+ "template.createProjectQuestion.projectType.copilotExtension.placeholder": "Select an option",
71
+ "template.createProjectQuestion.projectType.copilotExtension.title": "App Features Using Agents",
72
+ "template.createProjectQuestion.projectType.copilotGroup.title": "Use GitHub Copilot",
73
+ "template.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your app or Microsoft 365 Copilot agent.",
74
+ "template.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use GitHub Copilot Chat",
75
+ "template.createProjectQuestion.projectType.createGroup.aiAgent": "Agents for Microsoft 365 Copilot",
76
+ "template.createProjectQuestion.projectType.createGroup.m365Apps": "Apps for Microsoft 365",
77
+ "template.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent agent where you manage orchestration and provide your own LLM",
78
+ "template.createProjectQuestion.projectType.customCopilot.label": "Custom Engine Agent",
79
+ "template.createProjectQuestion.projectType.declarativeAgent.detail": "Create your own agent by declaring instructions, actions, & knowledge to suit your needs.",
80
+ "template.createProjectQuestion.projectType.declarativeAgent.label": "Declarative Agent",
81
+ "template.createProjectQuestion.projectType.officeAddin.detail": "Extend Office applications to interact with content in Office documents and Outlook items",
82
+ "template.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
83
+ "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Create agent, chat bot, web pages or other apps in Microsoft Teams using Microsoft Teams SDK.",
84
+ "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams Agents and Apps",
85
+ "template.importAddin.detail": "Upgrade an add-in project to the latest app manifest and project structure",
86
+ "template.importOfficeAddin.label": "Upgrade an Existing Office Add-in",
87
+ "template.newCFShortcut.detail": "Task pane add-in with custom function and shortcut",
88
+ "template.newCFShortcut.label": "Custom Function and Shortcut",
89
+ "template.newTaskpaneAddin.detail": "Customize the ribbon with a button and embed content in the task pane",
90
+ "template.newTaskpaneAddin.label": "Task pane"
33
91
  }
@@ -1,15 +1,15 @@
1
1
  {
2
- "template.customEngineAgent.basic.detail": "使用 Microsoft 365 Agents SDK 建立的智慧型代理程式,可連線至您的 LLM",
2
+ "template.customEngineAgent.basic.detail": "使用 Microsoft 365 Agents SDK 建置的智慧型 Agent,可連線至您的 LLM",
3
3
  "template.customEngineAgent.basic.label": "基本自訂引擎代理程式",
4
4
  "template.customEngineAgent.placeholder": "選取選項",
5
5
  "template.customEngineAgent.title": "使用 Microsoft 365 Agents SDK 的應用程式功能",
6
- "template.customEngineAgent.travel.detail": "旅遊規劃代理程式,其使用 Microsoft 365 Agents SDK、Microsoft 365 Retrieval API 和 Agent Framework 所建置",
6
+ "template.customEngineAgent.travel.detail": "旅遊規劃 Agent,其使用 Microsoft 365 Agents SDK、Microsoft 365 Retrieval API 和 Agent Framework 所建置",
7
7
  "template.customEngineAgent.travel.label": "Travel Agent",
8
- "template.customEngineAgent.weather.detail": "由 Microsoft 365 Agents SDK 和 LangChain 所建置的天氣預測代理程式",
8
+ "template.customEngineAgent.weather.detail": "由 Microsoft 365 Agents SDK 和 LangChain 所建置的天氣預測 Agent",
9
9
  "template.customEngineAgent.weather.label": "天氣代理程式",
10
10
  "template.teams.collaboratorAgent.detail": "透過摘要、工作管理和交談搜尋,增強在群組聊天、通道或會議中共同作業的代理程式",
11
11
  "template.teams.collaboratorAgent.label": "Teams 共同作業者代理程式",
12
- "template.teams.general.detail": "建置於 Teams 上、採用 Teams AI 程式庫並連線至 LLM 的聊天代理程式",
12
+ "template.teams.general.detail": "建置於 Teams 上、採用 Teams AI 程式庫並連線至 LLM 的聊天 Agent",
13
13
  "template.teams.general.label": "一般 Teams 代理程式",
14
14
  "template.teams.others.bot.detail": "已備妥供自訂的回應機器人的簡易實作",
15
15
  "template.teams.others.bot.label": "簡單 Bot",
@@ -29,5 +29,63 @@
29
29
  "template.teams.rag.source.customize.detail": "決定如何載入您的資料",
30
30
  "template.teams.rag.source.customize.label": "自訂",
31
31
  "template.teams.rag.source.placeholder": "選取一個選項以載入您的資料",
32
- "template.teams.title": "使用 Microsoft Teams SDK 的 Teams 代理程式或應用程式"
32
+ "template.teams.title": "使用 Microsoft Teams SDK 的 Teams 代理程式或應用程式",
33
+ "template.createProjectQuestion.title": "New Project",
34
+ "template.createCapabilityQuestion.placeholder": "Select a capability",
35
+ "template.createProjectQuestion.addApiPlugin.placeholder": "Select how to add an action",
36
+ "template.createProjectQuestion.addGC.detail": "Create a declarative agent with a Copilot connector",
37
+ "template.createProjectQuestion.addGC.label": "Add a Copilot connector",
38
+ "template.createProjectQuestion.addPlugin.detail": "Create a declarative agent with an action",
39
+ "template.createProjectQuestion.addPlugin.label": "Add an Action",
40
+ "template.createProjectQuestion.apiMessageExtensionAuth.placeholder": "Select an authentication type",
41
+ "template.createProjectQuestion.apiMessageExtensionAuth.title": "Authentication Type",
42
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.none": "None",
43
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.apiKey": "API Key",
44
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.microsoftEntra": "Microsoft Entra",
45
+ "template.createProjectQuestion.apiDeclarativeAgentAuth.oauth": "OAuth",
46
+ "template.createProjectQuestion.apiPlugin.typeSpec.detail": "Create a declarative agent with or without an action using TypeSpec for Microsoft 365 Copilot",
47
+ "template.createProjectQuestion.apiPlugin.typeSpec.label": "Start with TypeSpec for Microsoft 365 Copilot",
48
+ "template.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create an action from your existing API",
49
+ "template.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
50
+ "template.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create an action with a new API from Azure Functions",
51
+ "template.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Start with a New API",
52
+ "template.createProjectQuestion.capability.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
53
+ "template.createProjectQuestion.capability.DAMetaOS.label": "Start with an Office Add-in Action",
54
+ "template.createProjectQuestion.createApiPlugin.title": "Create an Action",
55
+ "template.createProjectQuestion.createGraphConnector.detail": "Embed your organization data to make it searchable in Microsoft 365 Copilot",
56
+ "template.createProjectQuestion.createGraphConnector.label": "Copilot connectors",
57
+ "template.createProjectQuestion.DAMetaOS.capability.newProject.detail": "Build a new Declarative Agent with Office add-in actions",
58
+ "template.createProjectQuestion.DAMetaOS.capability.newProject.label": "New Declarative Agent with Office Add-in Actions",
59
+ "template.createProjectQuestion.DAMetaOS.capability.title": "Declarative Agent in MetaOS Capabilities",
60
+ "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.detail": "Extend an add-in project to the declarative agent with add-in actions",
61
+ "template.createProjectQuestion.DAMetaOS.capability.upgradeProject.label": "Extend an existing Office Add-in",
62
+ "template.createProjectQuestion.DAMetaOS.detail": "Create a Declarative Agent with Office add-in action",
63
+ "template.createProjectQuestion.DAMetaOS.label": "Create Declarative Agent with Office Add-in Action",
64
+ "template.createProjectQuestion.declarativeCopilot.placeholder": "Add an action to your declarative agent",
65
+ "template.createProjectQuestion.declarativeCopilot.title": "Create Declarative Agent",
66
+ "template.createProjectQuestion.mcpForDa.detail": "Create actions from your existing MCP server",
67
+ "template.createProjectQuestion.mcpForDa.label": "Start with an MCP server",
68
+ "template.createProjectQuestion.noPlugin.detail": "Create declarative agent only",
69
+ "template.createProjectQuestion.noPlugin.label": "No Action",
70
+ "template.createProjectQuestion.projectType.copilotExtension.placeholder": "Select an option",
71
+ "template.createProjectQuestion.projectType.copilotExtension.title": "App Features Using Agents",
72
+ "template.createProjectQuestion.projectType.copilotGroup.title": "Use GitHub Copilot",
73
+ "template.createProjectQuestion.projectType.copilotHelp.detail": "Chat with GitHub Copilot and get step-by-step instructions to develop your app or Microsoft 365 Copilot agent.",
74
+ "template.createProjectQuestion.projectType.copilotHelp.label": "Don't know how to start? Use GitHub Copilot Chat",
75
+ "template.createProjectQuestion.projectType.createGroup.aiAgent": "Agents for Microsoft 365 Copilot",
76
+ "template.createProjectQuestion.projectType.createGroup.m365Apps": "Apps for Microsoft 365",
77
+ "template.createProjectQuestion.projectType.customCopilot.detail": "Build intelligent agent where you manage orchestration and provide your own LLM",
78
+ "template.createProjectQuestion.projectType.customCopilot.label": "Custom Engine Agent",
79
+ "template.createProjectQuestion.projectType.declarativeAgent.detail": "Create your own agent by declaring instructions, actions, & knowledge to suit your needs.",
80
+ "template.createProjectQuestion.projectType.declarativeAgent.label": "Declarative Agent",
81
+ "template.createProjectQuestion.projectType.officeAddin.detail": "Extend Office applications to interact with content in Office documents and Outlook items",
82
+ "template.createProjectQuestion.projectType.officeAddin.label": "Office Add-in",
83
+ "template.createProjectQuestion.projectType.teamsAgentsAndApps.detail": "Create agent, chat bot, web pages or other apps in Microsoft Teams using Microsoft Teams SDK.",
84
+ "template.createProjectQuestion.projectType.teamsAgentsAndApps.label": "Teams Agents and Apps",
85
+ "template.importAddin.detail": "Upgrade an add-in project to the latest app manifest and project structure",
86
+ "template.importOfficeAddin.label": "Upgrade an Existing Office Add-in",
87
+ "template.newCFShortcut.detail": "Task pane add-in with custom function and shortcut",
88
+ "template.newCFShortcut.label": "Custom Function and Shortcut",
89
+ "template.newTaskpaneAddin.detail": "Customize the ribbon with a button and embed content in the task pane",
90
+ "template.newTaskpaneAddin.label": "Task pane"
33
91
  }