@microsoft/teamsfx-core 3.0.11 → 3.0.12-alpha.5e1229afb.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 (801) 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.map +1 -1
  83. package/build/common/wrappedAxiosClient.js +38 -21
  84. package/build/common/wrappedAxiosClient.js.map +1 -1
  85. package/build/component/configManager/actionInjector.js +23 -16
  86. package/build/component/configManager/actionInjector.js.map +1 -1
  87. package/build/component/configManager/constant.js +2 -2
  88. package/build/component/configManager/constant.js.map +1 -1
  89. package/build/component/configManager/interface.d.ts +15 -15
  90. package/build/component/configManager/interface.d.ts.map +1 -1
  91. package/build/component/configManager/lifecycle.js +9 -8
  92. package/build/component/configManager/lifecycle.js.map +1 -1
  93. package/build/component/configManager/parser.js +1 -1
  94. package/build/component/configManager/parser.js.map +1 -1
  95. package/build/component/configManager/validator.d.ts +1 -1
  96. package/build/component/configManager/validator.d.ts.map +1 -1
  97. package/build/component/configManager/validator.js +2 -1
  98. package/build/component/configManager/validator.js.map +1 -1
  99. package/build/component/constant/commonConstant.js +13 -13
  100. package/build/component/constant/commonConstant.js.map +1 -1
  101. package/build/component/constant/deployConstant.js +36 -36
  102. package/build/component/constant/deployConstant.js.map +1 -1
  103. package/build/component/constants.js +35 -35
  104. package/build/component/constants.js.map +1 -1
  105. package/build/component/coordinator/index.js +36 -47
  106. package/build/component/coordinator/index.js.map +1 -1
  107. package/build/component/coordinator/summary.d.ts +2 -2
  108. package/build/component/coordinator/summary.d.ts.map +1 -1
  109. package/build/component/coordinator/summary.js +3 -0
  110. package/build/component/coordinator/summary.js.map +1 -1
  111. package/build/component/deployUtils.js +2 -3
  112. package/build/component/deployUtils.js.map +1 -1
  113. package/build/component/deps-checker/checkerFactory.js.map +1 -1
  114. package/build/component/deps-checker/constant/telemetry.js +4 -4
  115. package/build/component/deps-checker/constant/telemetry.js.map +1 -1
  116. package/build/component/deps-checker/coreDepsLoggerAdapter.js +2 -1
  117. package/build/component/deps-checker/coreDepsLoggerAdapter.js.map +1 -1
  118. package/build/component/deps-checker/coreDepsTelemetryAdapter.js +10 -3
  119. package/build/component/deps-checker/coreDepsTelemetryAdapter.js.map +1 -1
  120. package/build/component/deps-checker/depsChecker.d.ts +2 -2
  121. package/build/component/deps-checker/depsChecker.d.ts.map +1 -1
  122. package/build/component/deps-checker/depsChecker.js +2 -2
  123. package/build/component/deps-checker/depsChecker.js.map +1 -1
  124. package/build/component/deps-checker/depsManager.d.ts +1 -1
  125. package/build/component/deps-checker/depsManager.d.ts.map +1 -1
  126. package/build/component/deps-checker/depsManager.js +8 -5
  127. package/build/component/deps-checker/depsManager.js.map +1 -1
  128. package/build/component/deps-checker/internal/dotnetChecker.js +7 -6
  129. package/build/component/deps-checker/internal/dotnetChecker.js.map +1 -1
  130. package/build/component/deps-checker/internal/funcToolChecker.d.ts +1 -1
  131. package/build/component/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
  132. package/build/component/deps-checker/internal/funcToolChecker.js +12 -14
  133. package/build/component/deps-checker/internal/funcToolChecker.js.map +1 -1
  134. package/build/component/deps-checker/internal/nodeChecker.js +18 -22
  135. package/build/component/deps-checker/internal/nodeChecker.js.map +1 -1
  136. package/build/component/deps-checker/internal/testToolChecker.d.ts +1 -1
  137. package/build/component/deps-checker/internal/testToolChecker.d.ts.map +1 -1
  138. package/build/component/deps-checker/internal/testToolChecker.js +78 -71
  139. package/build/component/deps-checker/internal/testToolChecker.js.map +1 -1
  140. package/build/component/deps-checker/internal/vxTestAppChecker.js +3 -1
  141. package/build/component/deps-checker/internal/vxTestAppChecker.js.map +1 -1
  142. package/build/component/deps-checker/util/cpUtils.d.ts +0 -1
  143. package/build/component/deps-checker/util/cpUtils.d.ts.map +1 -1
  144. package/build/component/deps-checker/util/cpUtils.js +9 -10
  145. package/build/component/deps-checker/util/cpUtils.js.map +1 -1
  146. package/build/component/deps-checker/util/downloadHelper.js +2 -3
  147. package/build/component/deps-checker/util/downloadHelper.js.map +1 -1
  148. package/build/component/deps-checker/util/fileHelper.js +5 -6
  149. package/build/component/deps-checker/util/fileHelper.js.map +1 -1
  150. package/build/component/deps-checker/util/progressIndicator.js +1 -2
  151. package/build/component/deps-checker/util/progressIndicator.js.map +1 -1
  152. package/build/component/deps-checker/util/system.js +4 -5
  153. package/build/component/deps-checker/util/system.js.map +1 -1
  154. package/build/component/developerPortalScaffoldUtils.js +4 -5
  155. package/build/component/developerPortalScaffoldUtils.js.map +1 -1
  156. package/build/component/driver/aad/create.js +18 -21
  157. package/build/component/driver/aad/create.js.map +1 -1
  158. package/build/component/driver/aad/error/aadManifestError.js +9 -9
  159. package/build/component/driver/aad/error/aadManifestError.js.map +1 -1
  160. package/build/component/driver/aad/error/invalidFieldInManifestError.js.map +1 -1
  161. package/build/component/driver/aad/error/missingEnvError.js.map +1 -1
  162. package/build/component/driver/aad/interface/createAadAppOutput.d.ts +1 -1
  163. package/build/component/driver/aad/interface/createAadAppOutput.d.ts.map +1 -1
  164. package/build/component/driver/aad/interface/signInAudience.js +1 -1
  165. package/build/component/driver/aad/interface/signInAudience.js.map +1 -1
  166. package/build/component/driver/aad/permissions/index.js +3 -3
  167. package/build/component/driver/aad/permissions/index.js.map +1 -1
  168. package/build/component/driver/aad/update.js +12 -15
  169. package/build/component/driver/aad/update.js.map +1 -1
  170. package/build/component/driver/aad/utility/aadManifestHelper.js +26 -25
  171. package/build/component/driver/aad/utility/aadManifestHelper.js.map +1 -1
  172. package/build/component/driver/aad/utility/buildAadManifest.js +3 -6
  173. package/build/component/driver/aad/utility/buildAadManifest.js.map +1 -1
  174. package/build/component/driver/aad/utility/constants.js +1 -1
  175. package/build/component/driver/aad/utility/constants.js.map +1 -1
  176. package/build/component/driver/add/addWebPart.js +6 -9
  177. package/build/component/driver/add/addWebPart.js.map +1 -1
  178. package/build/component/driver/add/utility/constants.js +5 -5
  179. package/build/component/driver/add/utility/constants.js.map +1 -1
  180. package/build/component/driver/apiKey/create.js +10 -13
  181. package/build/component/driver/apiKey/create.js.map +1 -1
  182. package/build/component/driver/apiKey/interface/createApiKeyOutputs.d.ts +1 -1
  183. package/build/component/driver/apiKey/interface/createApiKeyOutputs.d.ts.map +1 -1
  184. package/build/component/driver/apiKey/update.js +9 -12
  185. package/build/component/driver/apiKey/update.js.map +1 -1
  186. package/build/component/driver/apiKey/utility/utility.js +4 -5
  187. package/build/component/driver/apiKey/utility/utility.js.map +1 -1
  188. package/build/component/driver/arm/constant.js +1 -1
  189. package/build/component/driver/arm/constant.js.map +1 -1
  190. package/build/component/driver/arm/deploy.js +4 -6
  191. package/build/component/driver/arm/deploy.js.map +1 -1
  192. package/build/component/driver/arm/deployImpl.js +7 -4
  193. package/build/component/driver/arm/deployImpl.js.map +1 -1
  194. package/build/component/driver/arm/interface.d.ts +1 -1
  195. package/build/component/driver/arm/interface.d.ts.map +1 -1
  196. package/build/component/driver/arm/util/bicepChecker.js +18 -19
  197. package/build/component/driver/arm/util/bicepChecker.js.map +1 -1
  198. package/build/component/driver/arm/util/handleError.d.ts +1 -1
  199. package/build/component/driver/arm/util/handleError.d.ts.map +1 -1
  200. package/build/component/driver/arm/util/handleError.js +13 -16
  201. package/build/component/driver/arm/util/handleError.js.map +1 -1
  202. package/build/component/driver/arm/util/innerHandleError.js +6 -19
  203. package/build/component/driver/arm/util/innerHandleError.js.map +1 -1
  204. package/build/component/driver/arm/util/util.js +3 -4
  205. package/build/component/driver/arm/util/util.js.map +1 -1
  206. package/build/component/driver/arm/validator.js +1 -2
  207. package/build/component/driver/arm/validator.js.map +1 -1
  208. package/build/component/driver/botAadApp/create.js +14 -17
  209. package/build/component/driver/botAadApp/create.js.map +1 -1
  210. package/build/component/driver/botAadApp/interface/createBotAadAppOutput.d.ts +1 -1
  211. package/build/component/driver/botAadApp/interface/createBotAadAppOutput.d.ts.map +1 -1
  212. package/build/component/driver/botFramework/createOrUpdateBot.js +9 -12
  213. package/build/component/driver/botFramework/createOrUpdateBot.js.map +1 -1
  214. package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.js +8 -9
  215. package/build/component/driver/deploy/azure/azureAppServiceDeployDriver.js.map +1 -1
  216. package/build/component/driver/deploy/azure/azureFunctionDeployDriver.js +9 -10
  217. package/build/component/driver/deploy/azure/azureFunctionDeployDriver.js.map +1 -1
  218. package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.d.ts +1 -1
  219. package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.d.ts.map +1 -1
  220. package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.js +13 -15
  221. package/build/component/driver/deploy/azure/azureStaticWebAppGetDeploymentTokenDriver.js.map +1 -1
  222. package/build/component/driver/deploy/azure/azureStorageDeployDriver.js +15 -33
  223. package/build/component/driver/deploy/azure/azureStorageDeployDriver.js.map +1 -1
  224. package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.d.ts +1 -1
  225. package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.d.ts.map +1 -1
  226. package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js +19 -22
  227. package/build/component/driver/deploy/azure/azureStorageStaticWebsiteConfigDriver.js.map +1 -1
  228. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts +0 -1
  229. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.d.ts.map +1 -1
  230. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js +30 -31
  231. package/build/component/driver/deploy/azure/impl/AzureZipDeployImpl.js.map +1 -1
  232. package/build/component/driver/deploy/azure/impl/azureDeployImpl.js +13 -18
  233. package/build/component/driver/deploy/azure/impl/azureDeployImpl.js.map +1 -1
  234. package/build/component/driver/deploy/azure/impl/baseDeployImpl.d.ts +1 -1
  235. package/build/component/driver/deploy/azure/impl/baseDeployImpl.d.ts.map +1 -1
  236. package/build/component/driver/deploy/azure/impl/baseDeployImpl.js +22 -15
  237. package/build/component/driver/deploy/azure/impl/baseDeployImpl.js.map +1 -1
  238. package/build/component/driver/deploy/spfx/deployDriver.js +12 -15
  239. package/build/component/driver/deploy/spfx/deployDriver.js.map +1 -1
  240. package/build/component/driver/deploy/spfx/utility/constants.js +12 -12
  241. package/build/component/driver/deploy/spfx/utility/constants.js.map +1 -1
  242. package/build/component/driver/deploy/spfx/utility/sleep.js +1 -2
  243. package/build/component/driver/deploy/spfx/utility/sleep.js.map +1 -1
  244. package/build/component/driver/deploy/spfx/utility/spoClient.d.ts +0 -2
  245. package/build/component/driver/deploy/spfx/utility/spoClient.d.ts.map +1 -1
  246. package/build/component/driver/deploy/spfx/utility/spoClient.js +2 -2
  247. package/build/component/driver/deploy/spfx/utility/spoClient.js.map +1 -1
  248. package/build/component/driver/devChannel/create.js +4 -6
  249. package/build/component/driver/devChannel/create.js.map +1 -1
  250. package/build/component/driver/devChannel/installApp.d.ts.map +1 -1
  251. package/build/component/driver/devChannel/installApp.js +7 -10
  252. package/build/component/driver/devChannel/installApp.js.map +1 -1
  253. package/build/component/driver/devChannel/interfaces/CreateDevChannelOutput.d.ts +1 -1
  254. package/build/component/driver/devChannel/interfaces/CreateDevChannelOutput.d.ts.map +1 -1
  255. package/build/component/driver/devTool/constant.js +6 -6
  256. package/build/component/driver/devTool/constant.js.map +1 -1
  257. package/build/component/driver/devTool/httpClient.d.ts +2 -3
  258. package/build/component/driver/devTool/httpClient.d.ts.map +1 -1
  259. package/build/component/driver/devTool/httpClient.js +36 -33
  260. package/build/component/driver/devTool/httpClient.js.map +1 -1
  261. package/build/component/driver/devTool/installDriver.js +26 -32
  262. package/build/component/driver/devTool/installDriver.js.map +1 -1
  263. package/build/component/driver/devTool/nodeInstaller.d.ts +0 -2
  264. package/build/component/driver/devTool/nodeInstaller.d.ts.map +1 -1
  265. package/build/component/driver/devTool/nodeInstaller.js +33 -34
  266. package/build/component/driver/devTool/nodeInstaller.js.map +1 -1
  267. package/build/component/driver/file/createOrUpdateEnvironmentFile.js +13 -17
  268. package/build/component/driver/file/createOrUpdateEnvironmentFile.js.map +1 -1
  269. package/build/component/driver/file/createOrUpdateJsonFile.js +7 -10
  270. package/build/component/driver/file/createOrUpdateJsonFile.js.map +1 -1
  271. package/build/component/driver/interface/buildAndDeployArgs.d.ts +10 -10
  272. package/build/component/driver/interface/buildAndDeployArgs.d.ts.map +1 -1
  273. package/build/component/driver/interface/commonArgs.d.ts +1 -1
  274. package/build/component/driver/interface/commonArgs.d.ts.map +1 -1
  275. package/build/component/driver/interface/provisionArgs.d.ts +2 -2
  276. package/build/component/driver/interface/provisionArgs.d.ts.map +1 -1
  277. package/build/component/driver/interface/stepDriver.d.ts +1 -1
  278. package/build/component/driver/interface/stepDriver.d.ts.map +1 -1
  279. package/build/component/driver/m365/acquire.js +8 -11
  280. package/build/component/driver/m365/acquire.js.map +1 -1
  281. package/build/component/driver/middleware/addSWADeployTelemetry.js +6 -7
  282. package/build/component/driver/middleware/addSWADeployTelemetry.js.map +1 -1
  283. package/build/component/driver/middleware/addStartAndEndTelemetry.js +5 -6
  284. package/build/component/driver/middleware/addStartAndEndTelemetry.js.map +1 -1
  285. package/build/component/driver/oauth/create.js +12 -16
  286. package/build/component/driver/oauth/create.js.map +1 -1
  287. package/build/component/driver/oauth/interface/createOauthOutputs.d.ts +1 -1
  288. package/build/component/driver/oauth/interface/createOauthOutputs.d.ts.map +1 -1
  289. package/build/component/driver/oauth/update.js +12 -17
  290. package/build/component/driver/oauth/update.js.map +1 -1
  291. package/build/component/driver/oauth/utility/utility.d.ts.map +1 -1
  292. package/build/component/driver/oauth/utility/utility.js +7 -16
  293. package/build/component/driver/oauth/utility/utility.js.map +1 -1
  294. package/build/component/driver/script/baseBuildDriver.d.ts +1 -1
  295. package/build/component/driver/script/baseBuildDriver.d.ts.map +1 -1
  296. package/build/component/driver/script/baseBuildDriver.js +15 -11
  297. package/build/component/driver/script/baseBuildDriver.js.map +1 -1
  298. package/build/component/driver/script/dotnetBuildDriver.js +4 -10
  299. package/build/component/driver/script/dotnetBuildDriver.js.map +1 -1
  300. package/build/component/driver/script/npmBuildDriver.js +4 -10
  301. package/build/component/driver/script/npmBuildDriver.js.map +1 -1
  302. package/build/component/driver/script/npxBuildDriver.js +4 -10
  303. package/build/component/driver/script/npxBuildDriver.js.map +1 -1
  304. package/build/component/driver/script/scriptDriver.d.ts +0 -3
  305. package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
  306. package/build/component/driver/script/scriptDriver.js +16 -18
  307. package/build/component/driver/script/scriptDriver.js.map +1 -1
  308. package/build/component/driver/share/utils.js +6 -8
  309. package/build/component/driver/share/utils.js.map +1 -1
  310. package/build/component/driver/teamsApp/appStudio.js +15 -18
  311. package/build/component/driver/teamsApp/appStudio.js.map +1 -1
  312. package/build/component/driver/teamsApp/configure.js +4 -6
  313. package/build/component/driver/teamsApp/configure.js.map +1 -1
  314. package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
  315. package/build/component/driver/teamsApp/constants.js +57 -57
  316. package/build/component/driver/teamsApp/constants.js.map +1 -1
  317. package/build/component/driver/teamsApp/copyAppPackageToSPFx.d.ts +0 -2
  318. package/build/component/driver/teamsApp/copyAppPackageToSPFx.d.ts.map +1 -1
  319. package/build/component/driver/teamsApp/copyAppPackageToSPFx.js +10 -12
  320. package/build/component/driver/teamsApp/copyAppPackageToSPFx.js.map +1 -1
  321. package/build/component/driver/teamsApp/create.d.ts.map +1 -1
  322. package/build/component/driver/teamsApp/create.js +4 -8
  323. package/build/component/driver/teamsApp/create.js.map +1 -1
  324. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  325. package/build/component/driver/teamsApp/createAppPackage.js +44 -48
  326. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  327. package/build/component/driver/teamsApp/errors.d.ts.map +1 -1
  328. package/build/component/driver/teamsApp/errors.js +158 -163
  329. package/build/component/driver/teamsApp/errors.js.map +1 -1
  330. package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.js +3 -3
  331. package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.js.map +1 -1
  332. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResponse.js +1 -1
  333. package/build/component/driver/teamsApp/interfaces/AsyncAppValidationResponse.js.map +1 -1
  334. package/build/component/driver/teamsApp/interfaces/OauthRegistration.js +4 -4
  335. package/build/component/driver/teamsApp/interfaces/OauthRegistration.js.map +1 -1
  336. package/build/component/driver/teamsApp/interfaces/appdefinitions/IPublishingAppDefinition.js +1 -1
  337. package/build/component/driver/teamsApp/interfaces/appdefinitions/IPublishingAppDefinition.js.map +1 -1
  338. package/build/component/driver/teamsApp/interfaces/appdefinitions/appCategory.js +1 -1
  339. package/build/component/driver/teamsApp/interfaces/appdefinitions/appCategory.js.map +1 -1
  340. package/build/component/driver/teamsApp/interfaces/appdefinitions/appItemHostedCapability.js +1 -1
  341. package/build/component/driver/teamsApp/interfaces/appdefinitions/appItemHostedCapability.js.map +1 -1
  342. package/build/component/driver/teamsApp/interfaces/appdefinitions/appItemIndustry.js +1 -1
  343. package/build/component/driver/teamsApp/interfaces/appdefinitions/appItemIndustry.js.map +1 -1
  344. package/build/component/driver/teamsApp/interfaces/appdefinitions/appPackage.d.ts +0 -2
  345. package/build/component/driver/teamsApp/interfaces/appdefinitions/appPackage.d.ts.map +1 -1
  346. package/build/component/driver/teamsApp/interfaces/appdefinitions/appPermissionNodeItemType.js +1 -1
  347. package/build/component/driver/teamsApp/interfaces/appdefinitions/appPermissionNodeItemType.js.map +1 -1
  348. package/build/component/driver/teamsApp/interfaces/appdefinitions/disabledScopeItemType.js +1 -1
  349. package/build/component/driver/teamsApp/interfaces/appdefinitions/disabledScopeItemType.js.map +1 -1
  350. package/build/component/driver/teamsApp/interfaces/appdefinitions/staticTab.js +1 -1
  351. package/build/component/driver/teamsApp/interfaces/appdefinitions/staticTab.js.map +1 -1
  352. package/build/component/driver/teamsApp/publishAppPackage.js +11 -14
  353. package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
  354. package/build/component/driver/teamsApp/results.js +2 -2
  355. package/build/component/driver/teamsApp/results.js.map +1 -1
  356. package/build/component/driver/teamsApp/syncManifest.js +8 -9
  357. package/build/component/driver/teamsApp/syncManifest.js.map +1 -1
  358. package/build/component/driver/teamsApp/teamsappMgr.js +3 -5
  359. package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -1
  360. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts +0 -1
  361. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.d.ts.map +1 -1
  362. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js +10 -15
  363. package/build/component/driver/teamsApp/utils/CopilotGptManifestUtils.js.map +1 -1
  364. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts +0 -2
  365. package/build/component/driver/teamsApp/utils/ManifestUtils.d.ts.map +1 -1
  366. package/build/component/driver/teamsApp/utils/ManifestUtils.js +17 -24
  367. package/build/component/driver/teamsApp/utils/ManifestUtils.js.map +1 -1
  368. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js +9 -13
  369. package/build/component/driver/teamsApp/utils/PluginManifestUtils.js.map +1 -1
  370. package/build/component/driver/teamsApp/utils/telemetry.js +2 -2
  371. package/build/component/driver/teamsApp/utils/telemetry.js.map +1 -1
  372. package/build/component/driver/teamsApp/utils/utils.js +25 -28
  373. package/build/component/driver/teamsApp/utils/utils.js.map +1 -1
  374. package/build/component/driver/teamsApp/validate.js +28 -24
  375. package/build/component/driver/teamsApp/validate.js.map +1 -1
  376. package/build/component/driver/teamsApp/validateAppPackage.js +12 -15
  377. package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
  378. package/build/component/driver/teamsApp/validateTestCases.js +10 -14
  379. package/build/component/driver/teamsApp/validateTestCases.js.map +1 -1
  380. package/build/component/driver/typeSpec/compile.js +9 -12
  381. package/build/component/driver/typeSpec/compile.js.map +1 -1
  382. package/build/component/driver/util/utils.js +8 -12
  383. package/build/component/driver/util/utils.js.map +1 -1
  384. package/build/component/driver/util/wrapUtil.d.ts +1 -1
  385. package/build/component/driver/util/wrapUtil.d.ts.map +1 -1
  386. package/build/component/driver/util/wrapUtil.js +14 -13
  387. package/build/component/driver/util/wrapUtil.js.map +1 -1
  388. package/build/component/error/componentError.js +12 -6
  389. package/build/component/error/componentError.js.map +1 -1
  390. package/build/component/feature/collaboration.d.ts.map +1 -1
  391. package/build/component/feature/collaboration.js +30 -30
  392. package/build/component/feature/collaboration.js.map +1 -1
  393. package/build/component/feature/createAuthFiles.js +1 -2
  394. package/build/component/feature/createAuthFiles.js.map +1 -1
  395. package/build/component/feature/sso.js +3 -5
  396. package/build/component/feature/sso.js.map +1 -1
  397. package/build/component/generator/combinedProject/generator.js +9 -7
  398. package/build/component/generator/combinedProject/generator.js.map +1 -1
  399. package/build/component/generator/configFiles/configGenerator.js +2 -4
  400. package/build/component/generator/configFiles/configGenerator.js.map +1 -1
  401. package/build/component/generator/configFiles/jsonMerger.js +1 -2
  402. package/build/component/generator/configFiles/jsonMerger.js.map +1 -1
  403. package/build/component/generator/configFiles/renderTemplate.js +1 -2
  404. package/build/component/generator/configFiles/renderTemplate.js.map +1 -1
  405. package/build/component/generator/constant.js +1 -1
  406. package/build/component/generator/constant.js.map +1 -1
  407. package/build/component/generator/declarativeAgent/generator.d.ts.map +1 -1
  408. package/build/component/generator/declarativeAgent/generator.js +20 -25
  409. package/build/component/generator/declarativeAgent/generator.js.map +1 -1
  410. package/build/component/generator/declarativeAgent/helper.d.ts.map +1 -1
  411. package/build/component/generator/declarativeAgent/helper.js +10 -15
  412. package/build/component/generator/declarativeAgent/helper.js.map +1 -1
  413. package/build/component/generator/declarativeAgent/oneDriveSharePointHandler.js +8 -10
  414. package/build/component/generator/declarativeAgent/oneDriveSharePointHandler.js.map +1 -1
  415. package/build/component/generator/defaultGenerator.js +10 -13
  416. package/build/component/generator/defaultGenerator.js.map +1 -1
  417. package/build/component/generator/generator.d.ts.map +1 -1
  418. package/build/component/generator/generator.js +25 -32
  419. package/build/component/generator/generator.js.map +1 -1
  420. package/build/component/generator/generatorAction.d.ts +0 -2
  421. package/build/component/generator/generatorAction.d.ts.map +1 -1
  422. package/build/component/generator/generatorAction.js +4 -6
  423. package/build/component/generator/generatorAction.js.map +1 -1
  424. package/build/component/generator/officeAddin/config/projectProperties.js +2 -2
  425. package/build/component/generator/officeAddin/config/projectProperties.js.map +1 -1
  426. package/build/component/generator/officeAddin/generator.d.ts +1 -1
  427. package/build/component/generator/officeAddin/generator.d.ts.map +1 -1
  428. package/build/component/generator/officeAddin/generator.js +4 -8
  429. package/build/component/generator/officeAddin/generator.js.map +1 -1
  430. package/build/component/generator/officeAddin/helperMethods.js +2 -2
  431. package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
  432. package/build/component/generator/officeAddin/metaOSHelper.js +3 -4
  433. package/build/component/generator/officeAddin/metaOSHelper.js.map +1 -1
  434. package/build/component/generator/openApiSpec/common.js +11 -10
  435. package/build/component/generator/openApiSpec/common.js.map +1 -1
  436. package/build/component/generator/openApiSpec/customEngineAgentGenerator.js +1 -4
  437. package/build/component/generator/openApiSpec/customEngineAgentGenerator.js.map +1 -1
  438. package/build/component/generator/openApiSpec/declarativeAgentGenerator.d.ts.map +1 -1
  439. package/build/component/generator/openApiSpec/declarativeAgentGenerator.js +1 -12
  440. package/build/component/generator/openApiSpec/declarativeAgentGenerator.js.map +1 -1
  441. package/build/component/generator/openApiSpec/helper.d.ts.map +1 -1
  442. package/build/component/generator/openApiSpec/helper.js +25 -28
  443. package/build/component/generator/openApiSpec/helper.js.map +1 -1
  444. package/build/component/generator/openApiSpec/kiota.js +1 -2
  445. package/build/component/generator/openApiSpec/kiota.js.map +1 -1
  446. package/build/component/generator/openApiSpec/messageExtensionGenerator.js +1 -4
  447. package/build/component/generator/openApiSpec/messageExtensionGenerator.js.map +1 -1
  448. package/build/component/generator/other/ssrTabGenerator.js +4 -1
  449. package/build/component/generator/other/ssrTabGenerator.js.map +1 -1
  450. package/build/component/generator/other/tdpGenerator.js +5 -5
  451. package/build/component/generator/other/tdpGenerator.js.map +1 -1
  452. package/build/component/generator/spfx/depsChecker/generatorChecker.d.ts.map +1 -1
  453. package/build/component/generator/spfx/depsChecker/generatorChecker.js +6 -8
  454. package/build/component/generator/spfx/depsChecker/generatorChecker.js.map +1 -1
  455. package/build/component/generator/spfx/depsChecker/yoChecker.js +4 -4
  456. package/build/component/generator/spfx/depsChecker/yoChecker.js.map +1 -1
  457. package/build/component/generator/spfx/error.js +13 -14
  458. package/build/component/generator/spfx/error.js.map +1 -1
  459. package/build/component/generator/spfx/spfxGenerator.js +30 -41
  460. package/build/component/generator/spfx/spfxGenerator.js.map +1 -1
  461. package/build/component/generator/spfx/utils/constants.js +36 -36
  462. package/build/component/generator/spfx/utils/constants.js.map +1 -1
  463. package/build/component/generator/spfx/utils/progress-helper.js +6 -5
  464. package/build/component/generator/spfx/utils/progress-helper.js.map +1 -1
  465. package/build/component/generator/spfx/utils/telemetry-helper.js +2 -4
  466. package/build/component/generator/spfx/utils/telemetry-helper.js.map +1 -1
  467. package/build/component/generator/spfx/utils/telemetryEvents.js +2 -2
  468. package/build/component/generator/spfx/utils/telemetryEvents.js.map +1 -1
  469. package/build/component/generator/spfx/utils/utils.js +8 -8
  470. package/build/component/generator/spfx/utils/utils.js.map +1 -1
  471. package/build/component/generator/templateHelper.js +1 -2
  472. package/build/component/generator/templateHelper.js.map +1 -1
  473. package/build/component/generator/templates/metadata/index.d.ts.map +1 -1
  474. package/build/component/generator/templates/metadata/index.js +7 -7
  475. package/build/component/generator/templates/metadata/index.js.map +1 -1
  476. package/build/component/generator/templates/templateNames.d.ts +23 -23
  477. package/build/component/generator/templates/templateNames.d.ts.map +1 -1
  478. package/build/component/generator/templates/templateNames.js +1 -1
  479. package/build/component/generator/templates/templateNames.js.map +1 -1
  480. package/build/component/generator/templates/templateReplaceMap.d.ts.map +1 -1
  481. package/build/component/generator/templates/templateReplaceMap.js +21 -26
  482. package/build/component/generator/templates/templateReplaceMap.js.map +1 -1
  483. package/build/component/generator/utils.d.ts +1 -2
  484. package/build/component/generator/utils.d.ts.map +1 -1
  485. package/build/component/generator/utils.js +63 -51
  486. package/build/component/generator/utils.js.map +1 -1
  487. package/build/component/local/constants.d.ts +1 -1
  488. package/build/component/local/constants.d.ts.map +1 -1
  489. package/build/component/local/constants.js +14 -14
  490. package/build/component/local/constants.js.map +1 -1
  491. package/build/component/local/localCertificateManager.d.ts.map +1 -1
  492. package/build/component/local/localCertificateManager.js +7 -10
  493. package/build/component/local/localCertificateManager.js.map +1 -1
  494. package/build/component/local/localEnvManager.js +5 -2
  495. package/build/component/local/localEnvManager.js.map +1 -1
  496. package/build/component/local/localTelemetryReporter.js +11 -10
  497. package/build/component/local/localTelemetryReporter.js.map +1 -1
  498. package/build/component/local/npmLogHelper.js +2 -3
  499. package/build/component/local/npmLogHelper.js.map +1 -1
  500. package/build/component/local/packageJsonHelper.d.ts.map +1 -1
  501. package/build/component/local/packageJsonHelper.js +4 -6
  502. package/build/component/local/packageJsonHelper.js.map +1 -1
  503. package/build/component/local/portChecker.js +2 -3
  504. package/build/component/local/portChecker.js.map +1 -1
  505. package/build/component/local/process.js +2 -3
  506. package/build/component/local/process.js.map +1 -1
  507. package/build/component/local/taskDefinition.js +1 -2
  508. package/build/component/local/taskDefinition.js.map +1 -1
  509. package/build/component/m365/constants.js +1 -1
  510. package/build/component/m365/constants.js.map +1 -1
  511. package/build/component/m365/interface.js +1 -1
  512. package/build/component/m365/interface.js.map +1 -1
  513. package/build/component/m365/launchHelper.d.ts.map +1 -1
  514. package/build/component/m365/launchHelper.js +15 -15
  515. package/build/component/m365/launchHelper.js.map +1 -1
  516. package/build/component/m365/packageService.d.ts.map +1 -1
  517. package/build/component/m365/packageService.js +73 -87
  518. package/build/component/m365/packageService.js.map +1 -1
  519. package/build/component/messages.d.ts.map +1 -1
  520. package/build/component/messages.js +7 -7
  521. package/build/component/messages.js.map +1 -1
  522. package/build/component/middleware/actionExecutionMW.js +5 -7
  523. package/build/component/middleware/actionExecutionMW.js.map +1 -1
  524. package/build/component/middleware/envMW.js +2 -2
  525. package/build/component/middleware/envMW.js.map +1 -1
  526. package/build/component/middleware/questionMW.js +1 -2
  527. package/build/component/middleware/questionMW.js.map +1 -1
  528. package/build/component/migrate.js +12 -16
  529. package/build/component/migrate.js.map +1 -1
  530. package/build/component/provisionUtils.js +6 -8
  531. package/build/component/provisionUtils.js.map +1 -1
  532. package/build/component/resource/botService/appStudio/interfaces/IBotRegistration.js +1 -1
  533. package/build/component/resource/botService/appStudio/interfaces/IBotRegistration.js.map +1 -1
  534. package/build/component/resource/botService/botRegistration/botFrameworkRegistration.js +6 -7
  535. package/build/component/resource/botService/botRegistration/botFrameworkRegistration.js.map +1 -1
  536. package/build/component/resource/botService/botRegistration/utils.js +1 -2
  537. package/build/component/resource/botService/botRegistration/utils.js.map +1 -1
  538. package/build/component/resource/botService/common.js +2 -3
  539. package/build/component/resource/botService/common.js.map +1 -1
  540. package/build/component/resource/botService/constants.js +17 -17
  541. package/build/component/resource/botService/constants.js.map +1 -1
  542. package/build/component/resource/botService/errors.d.ts +5 -5
  543. package/build/component/resource/botService/errors.d.ts.map +1 -1
  544. package/build/component/resource/botService/errors.js +8 -2
  545. package/build/component/resource/botService/errors.js.map +1 -1
  546. package/build/component/resource/botService/messages.d.ts.map +1 -1
  547. package/build/component/resource/botService/messages.js +17 -18
  548. package/build/component/resource/botService/messages.js.map +1 -1
  549. package/build/component/resource/botService/retryHandler.js +1 -2
  550. package/build/component/resource/botService/retryHandler.js.map +1 -1
  551. package/build/component/resource/botService/strings.js +3 -3
  552. package/build/component/resource/botService/strings.js.map +1 -1
  553. package/build/component/telemetry.d.ts +1 -1
  554. package/build/component/telemetry.d.ts.map +1 -1
  555. package/build/component/telemetry.js +19 -13
  556. package/build/component/telemetry.js.map +1 -1
  557. package/build/component/utils/ResourceGroupHelper.d.ts +1 -1
  558. package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -1
  559. package/build/component/utils/ResourceGroupHelper.js +12 -14
  560. package/build/component/utils/ResourceGroupHelper.js.map +1 -1
  561. package/build/component/utils/azureClient.d.ts.map +1 -1
  562. package/build/component/utils/azureClient.js +11 -13
  563. package/build/component/utils/azureClient.js.map +1 -1
  564. package/build/component/utils/azureResourceOperation.d.ts.map +1 -1
  565. package/build/component/utils/azureResourceOperation.js +6 -6
  566. package/build/component/utils/azureResourceOperation.js.map +1 -1
  567. package/build/component/utils/azureSdkErrorHandler.js +2 -4
  568. package/build/component/utils/azureSdkErrorHandler.js.map +1 -1
  569. package/build/component/utils/charsetUtils.js +4 -5
  570. package/build/component/utils/charsetUtils.js.map +1 -1
  571. package/build/component/utils/common.d.ts +1 -1
  572. package/build/component/utils/common.d.ts.map +1 -1
  573. package/build/component/utils/common.js +13 -14
  574. package/build/component/utils/common.js.map +1 -1
  575. package/build/component/utils/depsChecker/common.d.ts.map +1 -1
  576. package/build/component/utils/depsChecker/common.js +3 -4
  577. package/build/component/utils/depsChecker/common.js.map +1 -1
  578. package/build/component/utils/depsChecker/cpUtils.d.ts +0 -1
  579. package/build/component/utils/depsChecker/cpUtils.d.ts.map +1 -1
  580. package/build/component/utils/depsChecker/cpUtils.js +10 -15
  581. package/build/component/utils/depsChecker/cpUtils.js.map +1 -1
  582. package/build/component/utils/envFunctionUtils.js +4 -4
  583. package/build/component/utils/envFunctionUtils.js.map +1 -1
  584. package/build/component/utils/envUtil.d.ts +2 -4
  585. package/build/component/utils/envUtil.d.ts.map +1 -1
  586. package/build/component/utils/envUtil.js +1 -2
  587. package/build/component/utils/envUtil.js.map +1 -1
  588. package/build/component/utils/fileOperation.d.ts +0 -1
  589. package/build/component/utils/fileOperation.d.ts.map +1 -1
  590. package/build/component/utils/fileOperation.js +5 -7
  591. package/build/component/utils/fileOperation.js.map +1 -1
  592. package/build/component/utils/metadataDAProperties.js +6 -7
  593. package/build/component/utils/metadataDAProperties.js.map +1 -1
  594. package/build/component/utils/metadataGraphPermssion.js +3 -5
  595. package/build/component/utils/metadataGraphPermssion.js.map +1 -1
  596. package/build/component/utils/metadataRscPermission.js +6 -8
  597. package/build/component/utils/metadataRscPermission.js.map +1 -1
  598. package/build/component/utils/metadataUtil.js +22 -16
  599. package/build/component/utils/metadataUtil.js.map +1 -1
  600. package/build/component/utils/odrProvider.js +9 -10
  601. package/build/component/utils/odrProvider.js.map +1 -1
  602. package/build/component/utils/pathUtils.js +1 -2
  603. package/build/component/utils/pathUtils.js.map +1 -1
  604. package/build/component/utils/pipelinePolicy.js +3 -2
  605. package/build/component/utils/pipelinePolicy.js.map +1 -1
  606. package/build/component/utils/settingsUtil.js.map +1 -1
  607. package/build/component/utils/teamsFxTelemetryReporter.d.ts.map +1 -1
  608. package/build/component/utils/teamsFxTelemetryReporter.js +16 -5
  609. package/build/component/utils/teamsFxTelemetryReporter.js.map +1 -1
  610. package/build/core/FxCore.d.ts +4 -1
  611. package/build/core/FxCore.d.ts.map +1 -1
  612. package/build/core/FxCore.declarativeAgent.js +9 -7
  613. package/build/core/FxCore.declarativeAgent.js.map +1 -1
  614. package/build/core/FxCore.js +256 -200
  615. package/build/core/FxCore.js.map +1 -1
  616. package/build/core/callback.d.ts +1 -1
  617. package/build/core/callback.d.ts.map +1 -1
  618. package/build/core/callback.js +1 -2
  619. package/build/core/callback.js.map +1 -1
  620. package/build/core/collaborator.js +46 -54
  621. package/build/core/collaborator.js.map +1 -1
  622. package/build/core/crypto.js +3 -1
  623. package/build/core/crypto.js.map +1 -1
  624. package/build/core/environment.js +1 -0
  625. package/build/core/environment.js.map +1 -1
  626. package/build/core/environmentName.js +9 -11
  627. package/build/core/environmentName.js.map +1 -1
  628. package/build/core/generateConfigFiles.js +3 -5
  629. package/build/core/generateConfigFiles.js.map +1 -1
  630. package/build/core/middleware/concurrentLocker.d.ts.map +1 -1
  631. package/build/core/middleware/concurrentLocker.js +4 -9
  632. package/build/core/middleware/concurrentLocker.js.map +1 -1
  633. package/build/core/middleware/contextInjector.d.ts.map +1 -1
  634. package/build/core/middleware/errorHandler.js +4 -5
  635. package/build/core/middleware/errorHandler.js.map +1 -1
  636. package/build/core/middleware/fileLocker.js +1 -2
  637. package/build/core/middleware/fileLocker.js.map +1 -1
  638. package/build/core/middleware/projectMigratorV3.d.ts +1 -1
  639. package/build/core/middleware/projectMigratorV3.d.ts.map +1 -1
  640. package/build/core/middleware/projectMigratorV3.js +33 -35
  641. package/build/core/middleware/projectMigratorV3.js.map +1 -1
  642. package/build/core/middleware/projectSettingsLoader.js +4 -5
  643. package/build/core/middleware/projectSettingsLoader.js.map +1 -1
  644. package/build/core/middleware/projectVersionChecker.js.map +1 -1
  645. package/build/core/middleware/retry.js +2 -4
  646. package/build/core/middleware/retry.js.map +1 -1
  647. package/build/core/middleware/utils/MigrationUtils.js +6 -6
  648. package/build/core/middleware/utils/MigrationUtils.js.map +1 -1
  649. package/build/core/middleware/utils/appYmlGenerator.d.ts.map +1 -1
  650. package/build/core/middleware/utils/appYmlGenerator.js +9 -8
  651. package/build/core/middleware/utils/appYmlGenerator.js.map +1 -1
  652. package/build/core/middleware/utils/debug/appLocalYmlGenerator.js +7 -9
  653. package/build/core/middleware/utils/debug/appLocalYmlGenerator.js.map +1 -1
  654. package/build/core/middleware/utils/debug/constants.js +13 -13
  655. package/build/core/middleware/utils/debug/constants.js.map +1 -1
  656. package/build/core/middleware/utils/debug/debugMigrationContext.js +6 -1
  657. package/build/core/middleware/utils/debug/debugMigrationContext.js.map +1 -1
  658. package/build/core/middleware/utils/debug/debugV3MigrationUtils.js +17 -18
  659. package/build/core/middleware/utils/debug/debugV3MigrationUtils.js.map +1 -1
  660. package/build/core/middleware/utils/debug/taskMigrator.d.ts.map +1 -1
  661. package/build/core/middleware/utils/debug/taskMigrator.js +25 -32
  662. package/build/core/middleware/utils/debug/taskMigrator.js.map +1 -1
  663. package/build/core/middleware/utils/migrationContext.d.ts +0 -1
  664. package/build/core/middleware/utils/migrationContext.d.ts.map +1 -1
  665. package/build/core/middleware/utils/migrationContext.js +12 -12
  666. package/build/core/middleware/utils/migrationContext.js.map +1 -1
  667. package/build/core/middleware/utils/v3MigrationUtils.js +37 -38
  668. package/build/core/middleware/utils/v3MigrationUtils.js.map +1 -1
  669. package/build/core/middleware/videoFilterAppBlocker.d.ts.map +1 -1
  670. package/build/core/middleware/videoFilterAppBlocker.js +4 -5
  671. package/build/core/middleware/videoFilterAppBlocker.js.map +1 -1
  672. package/build/core/share.js +6 -10
  673. package/build/core/share.js.map +1 -1
  674. package/build/core/telemetry.js +5 -5
  675. package/build/core/telemetry.js.map +1 -1
  676. package/build/error/common.js +4 -4
  677. package/build/error/common.js.map +1 -1
  678. package/build/error/deploy.js +2 -4
  679. package/build/error/deploy.js.map +1 -1
  680. package/build/error/teamsApp.js.map +1 -1
  681. package/build/error/types.js +1 -1
  682. package/build/error/types.js.map +1 -1
  683. package/build/folder.js +2 -3
  684. package/build/folder.js.map +1 -1
  685. package/build/question/collaborator.js +10 -13
  686. package/build/question/collaborator.js.map +1 -1
  687. package/build/question/constants.d.ts +1 -1
  688. package/build/question/constants.d.ts.map +1 -1
  689. package/build/question/constants.js +12 -15
  690. package/build/question/constants.js.map +1 -1
  691. package/build/question/create.d.ts.map +1 -1
  692. package/build/question/create.js +65 -68
  693. package/build/question/create.js.map +1 -1
  694. package/build/question/generator.js +3 -4
  695. package/build/question/generator.js.map +1 -1
  696. package/build/question/other.js +59 -62
  697. package/build/question/other.js.map +1 -1
  698. package/build/question/questionNames.d.ts +2 -2
  699. package/build/question/questionNames.d.ts.map +1 -1
  700. package/build/question/questionNames.js +1 -1
  701. package/build/question/questionNames.js.map +1 -1
  702. package/build/question/scaffold/commonNodes.js +9 -13
  703. package/build/question/scaffold/commonNodes.js.map +1 -1
  704. package/build/question/scaffold/constructNode.d.ts +2 -2
  705. package/build/question/scaffold/constructNode.d.ts.map +1 -1
  706. package/build/question/scaffold/constructNode.js +129 -31
  707. package/build/question/scaffold/constructNode.js.map +1 -1
  708. package/build/question/scaffold/vs/createRootNode.d.ts.map +1 -1
  709. package/build/question/scaffold/vs/createRootNode.js +4 -4
  710. package/build/question/scaffold/vs/createRootNode.js.map +1 -1
  711. package/build/question/scaffold/vsc/CapabilityOptions.d.ts +1 -0
  712. package/build/question/scaffold/vsc/CapabilityOptions.d.ts.map +1 -1
  713. package/build/question/scaffold/vsc/CapabilityOptions.js +50 -43
  714. package/build/question/scaffold/vsc/CapabilityOptions.js.map +1 -1
  715. package/build/question/scaffold/vsc/ProjectTypeOptions.d.ts.map +1 -1
  716. package/build/question/scaffold/vsc/ProjectTypeOptions.js +23 -23
  717. package/build/question/scaffold/vsc/ProjectTypeOptions.js.map +1 -1
  718. package/build/question/scaffold/vsc/createFromTdpNode.d.ts.map +1 -1
  719. package/build/question/scaffold/vsc/createFromTdpNode.js +11 -32
  720. package/build/question/scaffold/vsc/createFromTdpNode.js.map +1 -1
  721. package/build/question/scaffold/vsc/createRootNode.d.ts.map +1 -1
  722. package/build/question/scaffold/vsc/createRootNode.js +13 -39
  723. package/build/question/scaffold/vsc/createRootNode.js.map +1 -1
  724. package/build/question/scaffold/vsc/daProjectTypeNode.d.ts +1 -2
  725. package/build/question/scaffold/vsc/daProjectTypeNode.d.ts.map +1 -1
  726. package/build/question/scaffold/vsc/daProjectTypeNode.js +10 -19
  727. package/build/question/scaffold/vsc/daProjectTypeNode.js.map +1 -1
  728. package/build/question/scaffold/vsc/rootNode.d.ts +12 -0
  729. package/build/question/scaffold/vsc/rootNode.d.ts.map +1 -0
  730. package/build/question/scaffold/vsc/rootNode.js +46 -0
  731. package/build/question/scaffold/vsc/rootNode.js.map +1 -0
  732. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts +4 -0
  733. package/build/question/scaffold/vsc/teamsProjectTypeNode.d.ts.map +1 -1
  734. package/build/question/scaffold/vsc/teamsProjectTypeNode.js +29 -36
  735. package/build/question/scaffold/vsc/teamsProjectTypeNode.js.map +1 -1
  736. package/build/question/share.js +6 -6
  737. package/build/question/share.js.map +1 -1
  738. package/build/question/utils.js +1 -2
  739. package/build/question/utils.js.map +1 -1
  740. package/build/ui/validationUtils.d.ts.map +1 -1
  741. package/build/ui/validationUtils.js +3 -7
  742. package/build/ui/validationUtils.js.map +1 -1
  743. package/build/ui/visitor.d.ts +1 -1
  744. package/build/ui/visitor.d.ts.map +1 -1
  745. package/build/ui/visitor.js +10 -12
  746. package/build/ui/visitor.js.map +1 -1
  747. package/package.json +23 -22
  748. package/resource/package.nls.cs.json +7 -55
  749. package/resource/package.nls.de.json +7 -55
  750. package/resource/package.nls.es.json +8 -56
  751. package/resource/package.nls.fr.json +9 -57
  752. package/resource/package.nls.it.json +11 -59
  753. package/resource/package.nls.ja.json +8 -56
  754. package/resource/package.nls.json +1 -56
  755. package/resource/package.nls.ko.json +10 -58
  756. package/resource/package.nls.pl.json +11 -59
  757. package/resource/package.nls.pt-BR.json +11 -59
  758. package/resource/package.nls.ru.json +7 -55
  759. package/resource/package.nls.tr.json +8 -56
  760. package/resource/package.nls.zh-Hans.json +8 -56
  761. package/resource/package.nls.zh-Hant.json +11 -59
  762. package/resource/package.nls.zh-cn.json +1 -34
  763. package/resource/package.nls.zh-tw.json +1 -34
  764. package/resource/templates/package.nls.cs.json +62 -4
  765. package/resource/templates/package.nls.de.json +61 -3
  766. package/resource/templates/package.nls.es.json +61 -3
  767. package/resource/templates/package.nls.fr.json +61 -3
  768. package/resource/templates/package.nls.it.json +63 -5
  769. package/resource/templates/package.nls.ja.json +60 -2
  770. package/resource/templates/package.nls.json +61 -3
  771. package/resource/templates/package.nls.ko.json +61 -3
  772. package/resource/templates/package.nls.pl.json +64 -6
  773. package/resource/templates/package.nls.pt-BR.json +59 -1
  774. package/resource/templates/package.nls.ru.json +61 -3
  775. package/resource/templates/package.nls.tr.json +59 -1
  776. package/resource/templates/package.nls.zh-Hans.json +60 -2
  777. package/resource/templates/package.nls.zh-Hant.json +63 -5
  778. package/resource/templates/package.nls.zh-cn.json +55 -1
  779. package/resource/templates/package.nls.zh-tw.json +55 -1
  780. package/templates/fallback/common.zip +0 -0
  781. package/templates/fallback/csharp.zip +0 -0
  782. package/templates/fallback/js.zip +0 -0
  783. package/templates/fallback/python.zip +0 -0
  784. package/templates/fallback/ts.zip +0 -0
  785. package/templates/metadata.zip +0 -0
  786. package/templates/ui/tdpNode.json +330 -0
  787. package/templates/ui/wizardNode.json +447 -0
  788. package/build/question/scaffold/vsc/customEngineAgentNode.d.ts +0 -3
  789. package/build/question/scaffold/vsc/customEngineAgentNode.d.ts.map +0 -1
  790. package/build/question/scaffold/vsc/customEngineAgentNode.js +0 -28
  791. package/build/question/scaffold/vsc/customEngineAgentNode.js.map +0 -1
  792. package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.d.ts +0 -3
  793. package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.d.ts.map +0 -1
  794. package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.js +0 -25
  795. package/build/question/scaffold/vsc/graphConnectorProjectTypeNode.js.map +0 -1
  796. package/build/question/scaffold/vsc/officeAddinProjectTypeNode.d.ts +0 -4
  797. package/build/question/scaffold/vsc/officeAddinProjectTypeNode.d.ts.map +0 -1
  798. package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js +0 -93
  799. package/build/question/scaffold/vsc/officeAddinProjectTypeNode.js.map +0 -1
  800. package/templates/ui/ceaNode.json +0 -30
  801. package/templates/ui/teamsNode.json +0 -124
@@ -22,12 +22,70 @@
22
22
  "template.teams.others.tab.label": "Tab",
23
23
  "template.teams.rag.detail": "Assistant qui utilise votre contenu et vos connaissances pour répondre avec précision aux questions propres au domaine.",
24
24
  "template.teams.rag.label": "Agent Teams avec données",
25
- "template.teams.rag.source.azureAISearch.detail": "Chargez vos données depuis le service Recherche Azure AI",
26
- "template.teams.rag.source.azureAISearch.label": "Recherche Azure AI",
25
+ "template.teams.rag.source.azureAISearch.detail": "Chargez vos données depuis le service Azure AI Search",
26
+ "template.teams.rag.source.azureAISearch.label": "Azure AI Search",
27
27
  "template.teams.rag.source.customApi.detail": "Chargez vos données à partir d’API personnalisées en fonction du document de description OpenAPI",
28
28
  "template.teams.rag.source.customApi.label": "API personnalisée",
29
29
  "template.teams.rag.source.customize.detail": "Décidez comment charger vos données",
30
30
  "template.teams.rag.source.customize.label": "Personnaliser",
31
31
  "template.teams.rag.source.placeholder": "Sélectionnez une option pour importer vos données",
32
- "template.teams.title": "Agent ou application Teams utilisant le SDK Microsoft Teams"
32
+ "template.teams.title": "Agent ou application Teams utilisant le 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
  }
@@ -1,15 +1,15 @@
1
1
  {
2
- "template.customEngineAgent.basic.detail": "Agente intelligente creato con l'SDK per agenti Microsoft 365 e che si connette a un LLM",
2
+ "template.customEngineAgent.basic.detail": "Agente intelligente creato con SDK per agenti Microsoft 365 e che si connette a un LLM",
3
3
  "template.customEngineAgent.basic.label": "Agente del motore personalizzato di base",
4
4
  "template.customEngineAgent.placeholder": "Selezionare un'opzione",
5
5
  "template.customEngineAgent.title": "Funzionalità dell'app con SDK per agenti Microsoft 365",
6
- "template.customEngineAgent.travel.detail": "Un agente per la pianificazione dei viaggi, realizzato con SDK per agenti Microsoft 365, API di recupero Microsoft 365 e Agent Framework",
6
+ "template.customEngineAgent.travel.detail": "Un agente per la pianificazione dei viaggi, creato con SDK per agenti Microsoft 365, API di recupero Microsoft 365 e Agent Framework",
7
7
  "template.customEngineAgent.travel.label": "Agente di viaggio",
8
8
  "template.customEngineAgent.weather.detail": "Agente di previsioni meteo creato con SDK per agenti Microsoft 365 e LangChain",
9
9
  "template.customEngineAgent.weather.label": "Agente meteo",
10
10
  "template.teams.collaboratorAgent.detail": "Agente che migliora la collaborazione in chat di gruppo, canali o riunioni tramite riepilogo, gestione attività e ricerca conversazioni",
11
11
  "template.teams.collaboratorAgent.label": "Agente collaboratore di Teams",
12
- "template.teams.general.detail": "Agente che chatta con gli utenti in Teams, creato con la libreria di IA di Teams e che si connette a LLM",
12
+ "template.teams.general.detail": "Agente che chatta con gli utenti in Teams, creato con la libreria IA di Teams e che si connette a LLM",
13
13
  "template.teams.general.label": "Agente generale di Teams",
14
14
  "template.teams.others.bot.detail": "Semplice implementazione di un echo bot pronto per la personalizzazione",
15
15
  "template.teams.others.bot.label": "Bot semplice",
@@ -22,12 +22,70 @@
22
22
  "template.teams.others.tab.label": "TAB",
23
23
  "template.teams.rag.detail": "Agente che usa il contenuto e le conoscenze per rispondere in modo accurato a domande specifiche del dominio",
24
24
  "template.teams.rag.label": "Agente di Teams con dati",
25
- "template.teams.rag.source.azureAISearch.detail": "Caricare i dati da servizio di Azure Al Search",
25
+ "template.teams.rag.source.azureAISearch.detail": "Carica i dati dal servizio Azure Al Search",
26
26
  "template.teams.rag.source.azureAISearch.label": "Azure AI Search",
27
27
  "template.teams.rag.source.customApi.detail": "Caricare i dati dalle API personalizzate in base al documento di descrizione OpenAPI",
28
28
  "template.teams.rag.source.customApi.label": "API personalizzata",
29
29
  "template.teams.rag.source.customize.detail": "Decidere come caricare i dati",
30
30
  "template.teams.rag.source.customize.label": "Personalizza",
31
31
  "template.teams.rag.source.placeholder": "Selezionare un'opzione per caricare i dati",
32
- "template.teams.title": "App o agente di Teams che usa l'SDK Microsoft Teams"
32
+ "template.teams.title": "App o agente di Teams che usa l'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
  }
@@ -23,11 +23,69 @@
23
23
  "template.teams.rag.detail": "あなたのコンテンツと知識を活用してドメイン固有の質問に正確に答えるエージェント",
24
24
  "template.teams.rag.label": "データを含む Teams エージェント",
25
25
  "template.teams.rag.source.azureAISearch.detail": "Azure AI Search Service からデータを読み込みます",
26
- "template.teams.rag.source.azureAISearch.label": "Azure AI 検索",
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,4 +1,4 @@
1
- {
1
+ {
2
2
  "template.customEngineAgent.basic.detail": "Intelligent agent that is built with Microsoft 365 Agents SDK and connects to your LLM",
3
3
  "template.customEngineAgent.basic.label": "Basic Custom Engine Agent",
4
4
  "template.customEngineAgent.placeholder": "Select an option",
@@ -29,5 +29,63 @@
29
29
  "template.teams.rag.source.customize.detail": "Decide how to load your data",
30
30
  "template.teams.rag.source.customize.label": "Customize",
31
31
  "template.teams.rag.source.placeholder": "Select an option to load your data",
32
- "template.teams.title": "Teams Agent or App Using Microsoft Teams SDK"
33
- }
32
+ "template.teams.title": "Teams Agent or App Using Microsoft Teams SDK",
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"
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 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
  }