@microsoft/teamsfx-core 2.0.6-alpha.e65dc015f.0 → 2.0.6-alpha.e662467a1.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 (350) hide show
  1. package/build/common/constants.d.ts +3 -2
  2. package/build/common/constants.d.ts.map +1 -1
  3. package/build/common/constants.js +3 -2
  4. package/build/common/constants.js.map +1 -1
  5. package/build/common/deps-checker/internal/funcToolChecker.d.ts +1 -1
  6. package/build/common/deps-checker/internal/funcToolChecker.d.ts.map +1 -1
  7. package/build/common/deps-checker/internal/funcToolChecker.js.map +1 -1
  8. package/build/common/deps-checker/internal/testToolChecker.d.ts.map +1 -1
  9. package/build/common/deps-checker/internal/testToolChecker.js +9 -3
  10. package/build/common/deps-checker/internal/testToolChecker.js.map +1 -1
  11. package/build/common/featureFlags.d.ts +3 -3
  12. package/build/common/featureFlags.d.ts.map +1 -1
  13. package/build/common/featureFlags.js +13 -14
  14. package/build/common/featureFlags.js.map +1 -1
  15. package/build/common/local/constants.d.ts +1 -0
  16. package/build/common/local/constants.d.ts.map +1 -1
  17. package/build/common/local/constants.js +1 -0
  18. package/build/common/local/constants.js.map +1 -1
  19. package/build/common/local/localCertificateManager.d.ts +5 -4
  20. package/build/common/local/localCertificateManager.d.ts.map +1 -1
  21. package/build/common/local/localCertificateManager.js +9 -2
  22. package/build/common/local/localCertificateManager.js.map +1 -1
  23. package/build/common/m365/launchHelper.d.ts +1 -1
  24. package/build/common/m365/launchHelper.d.ts.map +1 -1
  25. package/build/common/m365/launchHelper.js +2 -2
  26. package/build/common/m365/launchHelper.js.map +1 -1
  27. package/build/common/m365/packageService.d.ts +1 -0
  28. package/build/common/m365/packageService.d.ts.map +1 -1
  29. package/build/common/m365/packageService.js +70 -1
  30. package/build/common/m365/packageService.js.map +1 -1
  31. package/build/common/samples.d.ts +8 -4
  32. package/build/common/samples.d.ts.map +1 -1
  33. package/build/common/samples.js +25 -26
  34. package/build/common/samples.js.map +1 -1
  35. package/build/common/spec-parser/adaptiveCardGenerator.d.ts +3 -2
  36. package/build/common/spec-parser/adaptiveCardGenerator.d.ts.map +1 -1
  37. package/build/common/spec-parser/adaptiveCardGenerator.js +53 -24
  38. package/build/common/spec-parser/adaptiveCardGenerator.js.map +1 -1
  39. package/build/common/spec-parser/adaptiveCardWrapper.d.ts +14 -2
  40. package/build/common/spec-parser/adaptiveCardWrapper.d.ts.map +1 -1
  41. package/build/common/spec-parser/adaptiveCardWrapper.js +82 -6
  42. package/build/common/spec-parser/adaptiveCardWrapper.js.map +1 -1
  43. package/build/common/spec-parser/constants.d.ts +26 -14
  44. package/build/common/spec-parser/constants.d.ts.map +1 -1
  45. package/build/common/spec-parser/constants.js +43 -15
  46. package/build/common/spec-parser/constants.js.map +1 -1
  47. package/build/common/spec-parser/index.browser.d.ts +6 -0
  48. package/build/common/spec-parser/index.browser.d.ts.map +1 -0
  49. package/build/common/spec-parser/index.browser.js +16 -0
  50. package/build/common/spec-parser/index.browser.js.map +1 -0
  51. package/build/common/spec-parser/index.d.ts +5 -0
  52. package/build/common/spec-parser/index.d.ts.map +1 -0
  53. package/build/common/spec-parser/index.js +16 -0
  54. package/build/common/spec-parser/index.js.map +1 -0
  55. package/build/common/spec-parser/interfaces.d.ts +49 -13
  56. package/build/common/spec-parser/interfaces.d.ts.map +1 -1
  57. package/build/common/spec-parser/interfaces.js +3 -3
  58. package/build/common/spec-parser/interfaces.js.map +1 -1
  59. package/build/common/spec-parser/manifestUpdater.d.ts +4 -4
  60. package/build/common/spec-parser/manifestUpdater.d.ts.map +1 -1
  61. package/build/common/spec-parser/manifestUpdater.js +30 -104
  62. package/build/common/spec-parser/manifestUpdater.js.map +1 -1
  63. package/build/common/spec-parser/specFilter.d.ts +1 -1
  64. package/build/common/spec-parser/specFilter.d.ts.map +1 -1
  65. package/build/common/spec-parser/specFilter.js +2 -2
  66. package/build/common/spec-parser/specFilter.js.map +1 -1
  67. package/build/common/spec-parser/specParser.browser.d.ts +46 -0
  68. package/build/common/spec-parser/specParser.browser.d.ts.map +1 -0
  69. package/build/common/spec-parser/specParser.browser.js +138 -0
  70. package/build/common/spec-parser/specParser.browser.js.map +1 -0
  71. package/build/common/spec-parser/specParser.d.ts +11 -11
  72. package/build/common/spec-parser/specParser.d.ts.map +1 -1
  73. package/build/common/spec-parser/specParser.js +117 -128
  74. package/build/common/spec-parser/specParser.js.map +1 -1
  75. package/build/common/spec-parser/utils.d.ts +16 -6
  76. package/build/common/spec-parser/utils.d.ts.map +1 -1
  77. package/build/common/spec-parser/utils.js +283 -49
  78. package/build/common/spec-parser/utils.js.map +1 -1
  79. package/build/common/telemetry.d.ts +7 -1
  80. package/build/common/telemetry.d.ts.map +1 -1
  81. package/build/common/telemetry.js +6 -0
  82. package/build/common/telemetry.js.map +1 -1
  83. package/build/common/templates-config.json +2 -2
  84. package/build/common/tools.d.ts.map +1 -1
  85. package/build/common/tools.js +1 -1
  86. package/build/common/tools.js.map +1 -1
  87. package/build/component/configManager/lifecycle.d.ts +1 -0
  88. package/build/component/configManager/lifecycle.d.ts.map +1 -1
  89. package/build/component/configManager/lifecycle.js +17 -5
  90. package/build/component/configManager/lifecycle.js.map +1 -1
  91. package/build/component/configManager/validator.d.ts.map +1 -1
  92. package/build/component/configManager/validator.js +2 -3
  93. package/build/component/configManager/validator.js.map +1 -1
  94. package/build/component/coordinator/index.d.ts +2 -1
  95. package/build/component/coordinator/index.d.ts.map +1 -1
  96. package/build/component/coordinator/index.js +19 -7
  97. package/build/component/coordinator/index.js.map +1 -1
  98. package/build/component/developerPortalScaffoldUtils.d.ts.map +1 -1
  99. package/build/component/developerPortalScaffoldUtils.js +32 -0
  100. package/build/component/developerPortalScaffoldUtils.js.map +1 -1
  101. package/build/component/driver/aad/create.js +1 -1
  102. package/build/component/driver/aad/create.js.map +1 -1
  103. package/build/component/driver/aad/error/invalidFieldInManifestError.js +1 -1
  104. package/build/component/driver/aad/error/invalidFieldInManifestError.js.map +1 -1
  105. package/build/component/driver/aad/permissions/index.d.ts +3 -0
  106. package/build/component/driver/aad/permissions/index.d.ts.map +1 -1
  107. package/build/component/driver/aad/permissions/index.js +34 -1
  108. package/build/component/driver/aad/permissions/index.js.map +1 -1
  109. package/build/component/driver/aad/permissions/permissions.json +42 -42
  110. package/build/component/driver/aad/update.d.ts +1 -0
  111. package/build/component/driver/aad/update.d.ts.map +1 -1
  112. package/build/component/driver/aad/update.js +19 -17
  113. package/build/component/driver/aad/update.js.map +1 -1
  114. package/build/component/driver/aad/utility/aadAppClient.js +8 -8
  115. package/build/component/driver/aad/utility/aadAppClient.js.map +1 -1
  116. package/build/component/driver/aad/utility/constants.js +1 -1
  117. package/build/component/driver/aad/utility/constants.js.map +1 -1
  118. package/build/component/driver/add/addWebPart.d.ts.map +1 -1
  119. package/build/component/driver/add/addWebPart.js +2 -0
  120. package/build/component/driver/add/addWebPart.js.map +1 -1
  121. package/build/component/driver/add/interface/AddWebPartArgs.d.ts +4 -0
  122. package/build/component/driver/add/interface/AddWebPartArgs.d.ts.map +1 -1
  123. package/build/component/driver/apiKey/create.d.ts +17 -0
  124. package/build/component/driver/apiKey/create.d.ts.map +1 -0
  125. package/build/component/driver/apiKey/create.js +226 -0
  126. package/build/component/driver/apiKey/create.js.map +1 -0
  127. package/build/component/driver/apiKey/error/apiKeyClientSecretInvalid.d.ts +5 -0
  128. package/build/component/driver/apiKey/error/apiKeyClientSecretInvalid.d.ts.map +1 -0
  129. package/build/component/driver/apiKey/error/apiKeyClientSecretInvalid.js +22 -0
  130. package/build/component/driver/apiKey/error/apiKeyClientSecretInvalid.js.map +1 -0
  131. package/build/component/driver/apiKey/error/apiKeyDomainInvalid.d.ts +5 -0
  132. package/build/component/driver/apiKey/error/apiKeyDomainInvalid.d.ts.map +1 -0
  133. package/build/component/driver/apiKey/error/apiKeyDomainInvalid.js +22 -0
  134. package/build/component/driver/apiKey/error/apiKeyDomainInvalid.js.map +1 -0
  135. package/build/component/driver/apiKey/error/apiKeyFailedToGetDomain.d.ts +5 -0
  136. package/build/component/driver/apiKey/error/apiKeyFailedToGetDomain.d.ts.map +1 -0
  137. package/build/component/driver/apiKey/error/apiKeyFailedToGetDomain.js +21 -0
  138. package/build/component/driver/apiKey/error/apiKeyFailedToGetDomain.js.map +1 -0
  139. package/build/component/driver/apiKey/error/apiKeyNameTooLong.d.ts +5 -0
  140. package/build/component/driver/apiKey/error/apiKeyNameTooLong.d.ts.map +1 -0
  141. package/build/component/driver/apiKey/error/apiKeyNameTooLong.js +21 -0
  142. package/build/component/driver/apiKey/error/apiKeyNameTooLong.js.map +1 -0
  143. package/build/component/driver/apiKey/interface/createApiKeyArgs.d.ts +7 -0
  144. package/build/component/driver/apiKey/interface/createApiKeyArgs.d.ts.map +1 -0
  145. package/build/component/driver/apiKey/interface/createApiKeyArgs.js +5 -0
  146. package/build/component/driver/apiKey/interface/createApiKeyArgs.js.map +1 -0
  147. package/build/component/driver/apiKey/interface/createApiKeyOutputs.d.ts +7 -0
  148. package/build/component/driver/apiKey/interface/createApiKeyOutputs.d.ts.map +1 -0
  149. package/build/component/driver/apiKey/interface/createApiKeyOutputs.js +10 -0
  150. package/build/component/driver/apiKey/interface/createApiKeyOutputs.js.map +1 -0
  151. package/build/component/driver/apiKey/utility/constants.d.ts +10 -0
  152. package/build/component/driver/apiKey/utility/constants.d.ts.map +1 -0
  153. package/build/component/driver/apiKey/utility/constants.js +15 -0
  154. package/build/component/driver/apiKey/utility/constants.js.map +1 -0
  155. package/build/component/driver/deploy/azure/impl/azureDeployImpl.d.ts.map +1 -1
  156. package/build/component/driver/deploy/azure/impl/azureDeployImpl.js +6 -6
  157. package/build/component/driver/deploy/azure/impl/azureDeployImpl.js.map +1 -1
  158. package/build/component/driver/index.d.ts +1 -0
  159. package/build/component/driver/index.d.ts.map +1 -1
  160. package/build/component/driver/index.js +1 -0
  161. package/build/component/driver/index.js.map +1 -1
  162. package/build/component/driver/script/scriptDriver.d.ts.map +1 -1
  163. package/build/component/driver/script/scriptDriver.js +2 -2
  164. package/build/component/driver/script/scriptDriver.js.map +1 -1
  165. package/build/component/driver/teamsApp/clients/appStudioClient.d.ts +13 -0
  166. package/build/component/driver/teamsApp/clients/appStudioClient.d.ts.map +1 -1
  167. package/build/component/driver/teamsApp/clients/appStudioClient.js +38 -0
  168. package/build/component/driver/teamsApp/clients/appStudioClient.js.map +1 -1
  169. package/build/component/driver/teamsApp/constants.d.ts +2 -0
  170. package/build/component/driver/teamsApp/constants.d.ts.map +1 -1
  171. package/build/component/driver/teamsApp/constants.js +2 -0
  172. package/build/component/driver/teamsApp/constants.js.map +1 -1
  173. package/build/component/driver/teamsApp/createAppPackage.d.ts.map +1 -1
  174. package/build/component/driver/teamsApp/createAppPackage.js +27 -9
  175. package/build/component/driver/teamsApp/createAppPackage.js.map +1 -1
  176. package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.d.ts +44 -0
  177. package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.d.ts.map +1 -0
  178. package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.js +21 -0
  179. package/build/component/driver/teamsApp/interfaces/ApiSecretRegistration.js.map +1 -0
  180. package/build/component/driver/teamsApp/interfaces/ApiSecretRegistrationClientSecret.d.ts +15 -0
  181. package/build/component/driver/teamsApp/interfaces/ApiSecretRegistrationClientSecret.d.ts.map +1 -0
  182. package/build/component/driver/teamsApp/interfaces/ApiSecretRegistrationClientSecret.js +5 -0
  183. package/build/component/driver/teamsApp/interfaces/ApiSecretRegistrationClientSecret.js.map +1 -0
  184. package/build/component/driver/teamsApp/interfaces/appdefinitions/IValidationResult.d.ts +1 -1
  185. package/build/component/driver/teamsApp/interfaces/appdefinitions/IValidationResult.d.ts.map +1 -1
  186. package/build/component/driver/teamsApp/publishAppPackage.d.ts +1 -0
  187. package/build/component/driver/teamsApp/publishAppPackage.d.ts.map +1 -1
  188. package/build/component/driver/teamsApp/publishAppPackage.js +9 -9
  189. package/build/component/driver/teamsApp/publishAppPackage.js.map +1 -1
  190. package/build/component/driver/teamsApp/teamsappMgr.d.ts +20 -0
  191. package/build/component/driver/teamsApp/teamsappMgr.d.ts.map +1 -0
  192. package/build/component/driver/teamsApp/teamsappMgr.js +278 -0
  193. package/build/component/driver/teamsApp/teamsappMgr.js.map +1 -0
  194. package/build/component/driver/teamsApp/validate.d.ts.map +1 -1
  195. package/build/component/driver/teamsApp/validate.js +7 -2
  196. package/build/component/driver/teamsApp/validate.js.map +1 -1
  197. package/build/component/driver/teamsApp/validateAppPackage.d.ts.map +1 -1
  198. package/build/component/driver/teamsApp/validateAppPackage.js +35 -7
  199. package/build/component/driver/teamsApp/validateAppPackage.js.map +1 -1
  200. package/build/component/generator/copilotPlugin/generator.d.ts.map +1 -1
  201. package/build/component/generator/copilotPlugin/generator.js +47 -30
  202. package/build/component/generator/copilotPlugin/generator.js.map +1 -1
  203. package/build/component/generator/copilotPlugin/helper.d.ts +4 -2
  204. package/build/component/generator/copilotPlugin/helper.d.ts.map +1 -1
  205. package/build/component/generator/copilotPlugin/helper.js +106 -21
  206. package/build/component/generator/copilotPlugin/helper.js.map +1 -1
  207. package/build/component/generator/error.d.ts +0 -6
  208. package/build/component/generator/error.d.ts.map +1 -1
  209. package/build/component/generator/error.js +1 -13
  210. package/build/component/generator/error.js.map +1 -1
  211. package/build/component/generator/generator.d.ts +5 -1
  212. package/build/component/generator/generator.d.ts.map +1 -1
  213. package/build/component/generator/generator.js +17 -10
  214. package/build/component/generator/generator.js.map +1 -1
  215. package/build/component/generator/generatorAction.d.ts +3 -1
  216. package/build/component/generator/generatorAction.d.ts.map +1 -1
  217. package/build/component/generator/generatorAction.js +14 -12
  218. package/build/component/generator/generatorAction.js.map +1 -1
  219. package/build/component/generator/officeAddin/generator.js +1 -1
  220. package/build/component/generator/officeAddin/generator.js.map +1 -1
  221. package/build/component/generator/officeAddin/helperMethods.d.ts.map +1 -1
  222. package/build/component/generator/officeAddin/helperMethods.js +39 -43
  223. package/build/component/generator/officeAddin/helperMethods.js.map +1 -1
  224. package/build/component/generator/spfx/spfxGenerator.d.ts.map +1 -1
  225. package/build/component/generator/spfx/spfxGenerator.js +9 -1
  226. package/build/component/generator/spfx/spfxGenerator.js.map +1 -1
  227. package/build/component/generator/spfx/utils/constants.d.ts +1 -15
  228. package/build/component/generator/spfx/utils/constants.d.ts.map +1 -1
  229. package/build/component/generator/spfx/utils/constants.js +1 -15
  230. package/build/component/generator/spfx/utils/constants.js.map +1 -1
  231. package/build/component/generator/utils.d.ts +2 -4
  232. package/build/component/generator/utils.d.ts.map +1 -1
  233. package/build/component/generator/utils.js +8 -17
  234. package/build/component/generator/utils.js.map +1 -1
  235. package/build/component/middleware/questionMW.d.ts +1 -1
  236. package/build/component/middleware/questionMW.d.ts.map +1 -1
  237. package/build/component/middleware/questionMW.js +4 -1
  238. package/build/component/middleware/questionMW.js.map +1 -1
  239. package/build/component/resource/botService/appStudio/appStudioClient.d.ts.map +1 -1
  240. package/build/component/resource/botService/appStudio/appStudioClient.js +25 -14
  241. package/build/component/resource/botService/appStudio/appStudioClient.js.map +1 -1
  242. package/build/component/utils/ResourceGroupHelper.d.ts +1 -0
  243. package/build/component/utils/ResourceGroupHelper.d.ts.map +1 -1
  244. package/build/component/utils/ResourceGroupHelper.js +31 -1
  245. package/build/component/utils/ResourceGroupHelper.js.map +1 -1
  246. package/build/component/utils/common.d.ts.map +1 -1
  247. package/build/component/utils/common.js +9 -2
  248. package/build/component/utils/common.js.map +1 -1
  249. package/build/component/utils/envUtil.d.ts +1 -0
  250. package/build/component/utils/envUtil.d.ts.map +1 -1
  251. package/build/component/utils/envUtil.js +6 -1
  252. package/build/component/utils/envUtil.js.map +1 -1
  253. package/build/component/utils/metadataGraphPermssion.d.ts +16 -0
  254. package/build/component/utils/metadataGraphPermssion.d.ts.map +1 -0
  255. package/build/component/utils/metadataGraphPermssion.js +96 -0
  256. package/build/component/utils/metadataGraphPermssion.js.map +1 -0
  257. package/build/component/utils/metadataUtil.d.ts.map +1 -1
  258. package/build/component/utils/metadataUtil.js +2 -0
  259. package/build/component/utils/metadataUtil.js.map +1 -1
  260. package/build/core/FxCore.d.ts +18 -1
  261. package/build/core/FxCore.d.ts.map +1 -1
  262. package/build/core/FxCore.js +155 -10
  263. package/build/core/FxCore.js.map +1 -1
  264. package/build/core/middleware/projectMigratorV3.js +2 -2
  265. package/build/core/middleware/projectMigratorV3.js.map +1 -1
  266. package/build/core/middleware/utils/debug/taskMigrator.js +1 -1
  267. package/build/error/common.d.ts +9 -0
  268. package/build/error/common.d.ts.map +1 -1
  269. package/build/error/common.js +34 -1
  270. package/build/error/common.js.map +1 -1
  271. package/build/error/teamsApp.d.ts +4 -1
  272. package/build/error/teamsApp.d.ts.map +1 -1
  273. package/build/error/teamsApp.js +13 -1
  274. package/build/error/teamsApp.js.map +1 -1
  275. package/build/index.d.ts +3 -0
  276. package/build/index.d.ts.map +1 -1
  277. package/build/index.js +7 -1
  278. package/build/index.js.map +1 -1
  279. package/build/question/create.d.ts +13 -4
  280. package/build/question/create.d.ts.map +1 -1
  281. package/build/question/create.js +184 -76
  282. package/build/question/create.js.map +1 -1
  283. package/build/question/generator.js +0 -2
  284. package/build/question/generator.js.map +1 -1
  285. package/build/question/index.d.ts +1 -0
  286. package/build/question/index.d.ts.map +1 -1
  287. package/build/question/index.js +3 -0
  288. package/build/question/index.js.map +1 -1
  289. package/build/question/inputs/CreateProjectInputs.d.ts +6 -4
  290. package/build/question/inputs/CreateProjectInputs.d.ts.map +1 -1
  291. package/build/question/inputs/DeployAadManifestInputs.d.ts +1 -1
  292. package/build/question/inputs/DeployAadManifestInputs.d.ts.map +1 -1
  293. package/build/question/inputs/PermissionGrantInputs.d.ts +2 -2
  294. package/build/question/inputs/PermissionGrantInputs.d.ts.map +1 -1
  295. package/build/question/inputs/PermissionListInputs.d.ts +1 -1
  296. package/build/question/inputs/PermissionListInputs.d.ts.map +1 -1
  297. package/build/question/inputs/SPFxAddWebpartInputs.d.ts +2 -0
  298. package/build/question/inputs/SPFxAddWebpartInputs.d.ts.map +1 -1
  299. package/build/question/options/CreateProjectOptions.d.ts.map +1 -1
  300. package/build/question/options/CreateProjectOptions.js +14 -6
  301. package/build/question/options/CreateProjectOptions.js.map +1 -1
  302. package/build/question/options/CreateSampleProjectOptions.d.ts.map +1 -1
  303. package/build/question/options/CreateSampleProjectOptions.js +5 -1
  304. package/build/question/options/CreateSampleProjectOptions.js.map +1 -1
  305. package/build/question/options/DeployAadManifestOptions.js +2 -2
  306. package/build/question/options/DeployAadManifestOptions.js.map +1 -1
  307. package/build/question/options/PermissionGrantOptions.js +2 -2
  308. package/build/question/options/PermissionGrantOptions.js.map +1 -1
  309. package/build/question/options/PermissionListOptions.js +2 -2
  310. package/build/question/options/PermissionListOptions.js.map +1 -1
  311. package/build/question/options/SPFxAddWebpartOptions.d.ts.map +1 -1
  312. package/build/question/options/SPFxAddWebpartOptions.js +9 -0
  313. package/build/question/options/SPFxAddWebpartOptions.js.map +1 -1
  314. package/build/question/other.d.ts +1 -0
  315. package/build/question/other.d.ts.map +1 -1
  316. package/build/question/other.js +90 -8
  317. package/build/question/other.js.map +1 -1
  318. package/build/question/questionNames.d.ts +2 -0
  319. package/build/question/questionNames.d.ts.map +1 -1
  320. package/build/question/questionNames.js +2 -0
  321. package/build/question/questionNames.js.map +1 -1
  322. package/build/ui/visitor.d.ts.map +1 -1
  323. package/build/ui/visitor.js +1 -2
  324. package/build/ui/visitor.js.map +1 -1
  325. package/package.json +11 -19
  326. package/resource/package.nls.json +89 -67
  327. package/resource/yaml-schema/v1.3/yaml.schema.json +79 -32
  328. package/templates/core/v3Migration/csharp.app.local.yml +6 -6
  329. package/templates/core/v3Migration/csharp.app.yml +6 -6
  330. package/templates/core/v3Migration/js.ts.app.local.yml +11 -11
  331. package/templates/core/v3Migration/js.ts.app.yml +12 -12
  332. package/templates/fallback/common.zip +0 -0
  333. package/templates/fallback/csharp.zip +0 -0
  334. package/templates/fallback/js.zip +0 -0
  335. package/templates/fallback/ts.zip +0 -0
  336. package/templates/plugins/resource/aad/auth/V3/Bot/Pages/BotAuthorizeEndPage.cshtml +55 -51
  337. package/templates/plugins/resource/aad/auth/V3/Enable SSO.txt +2 -2
  338. package/templates/plugins/resource/aad/auth/bot/README.md +13 -13
  339. package/templates/plugins/resource/aad/auth/bot/README.txt +7 -7
  340. package/templates/plugins/resource/aad/auth/bot/csharp/Pages/BotAuthorizeEndPage.cshtml +55 -51
  341. package/templates/plugins/resource/aad/auth/bot/js/public/auth-end.html +6 -2
  342. package/templates/plugins/resource/aad/auth/bot/ts/public/auth-end.html +5 -1
  343. package/templates/plugins/resource/aad/auth/tab/README.md +6 -6
  344. package/templates/plugins/resource/aad/auth/tab/README.txt +5 -5
  345. package/templates/plugins/resource/aad/auth/tab/js/public/auth-end.html +16 -9
  346. package/templates/plugins/resource/aad/auth/tab/js/public/auth-start.html +11 -7
  347. package/templates/plugins/resource/aad/auth/tab/js/sso/GetUserProfile.jsx +1 -1
  348. package/templates/plugins/resource/aad/auth/tab/ts/public/auth-end.html +16 -9
  349. package/templates/plugins/resource/aad/auth/tab/ts/public/auth-start.html +11 -7
  350. package/templates/plugins/resource/aad/auth/tab/ts/sso/GetUserProfile.tsx +1 -1
@@ -7,14 +7,13 @@
7
7
  "core.provision.confirmEnvAndCostNotice": "Cost may incur according to the usage. Do you want to provision resources in %s environment using accounts listed above?",
8
8
  "core.deploy.confirmEnvNoticeV3": "Do you want to deploy resources in %s environment?",
9
9
  "core.provision.viewResources": "View provisioned resources",
10
- "core.deploy.aadManifestSuccessNotice": "Your Azure Active Directory application has been successfully deployed. Click \"Learn more\" to check how to view your Azure Active Directory application.",
11
- "core.deploy.aadManifestOnCLISuccessNotice": "Your Azure Active Directory application has been successfully updated.",
10
+ "core.deploy.aadManifestSuccessNotice": "Your Microsoft Entra application has been successfully deployed. Click \"Learn more\" to check how to view your Microsoft Entra application.",
11
+ "core.deploy.aadManifestOnCLISuccessNotice": "Your Microsoft Entra application has been successfully updated.",
12
12
  "core.deploy.aadManifestLearnMore": "Learn more",
13
13
  "core.deploy.botTroubleShoot": "To troubleshoot bot application in azure, please click learn more for documentation.",
14
14
  "core.deploy.botTroubleShoot.learnMore": "Learn more",
15
15
  "core.option.deploy": "Deploy",
16
16
  "core.option.confirm": "Confirm",
17
- "core.option.cancel": "Cancel",
18
17
  "core.option.learnMore": "Learn more",
19
18
  "core.option.upgrade": "Upgrade",
20
19
  "core.option.moreInfo": "More Info",
@@ -27,7 +26,6 @@
27
26
  "core.progress.configureAzureStorage": "Configuring Azure Storage, enable static website setting.",
28
27
  "core.progress.runCommand": "Run command %s at %s",
29
28
  "core.progress.deployToAzure": "Deploying %s to %s.",
30
- "core.Notification.ReadMore": "Read more",
31
29
  "core.migrationV3.confirmOnly.Message": "Please confirm the upgrade",
32
30
  "core.migrationV3.Message": "Upgrade your Teams Toolkit project to stay compatible with the latest version. A backup directory will be created along with an Upgrade Summary.",
33
31
  "core.migrationV3.VS.Message": "Upgrade your solution to stay compatible with the latest Teams Toolkit version. A backup directory will be generated in which it contains an upgrade report.",
@@ -35,8 +33,8 @@
35
33
  "core.migrationV3.manifestNotExist": "templates/appPackage/manifest.template.json does not exist. You may be trying to upgrade a project created by Teams Toolkit for Visual Studio Code v3.x / Teams Toolkit CLI v0.x / Teams Toolkit for Visual Studio v17.3. Please install Teams Toolkit for Visual Studio Code v4.x / Teams Toolkit CLI v1.x / Teams Toolkit for Visual Studio v17.4 and run upgrade first.",
36
34
  "core.migrationV3.manifestInvalid": "templates/appPackage/manifest.template.json is invalid.",
37
35
  "core.migrationV3.abandonedProject": "This project is only for previewing and will not be supported by Teams Toolkit. Please try Teams Toolkit by creating a new project",
38
- "core.migrationV3.notAllowedMigration": "Teams Toolkit's Pre-Release version supports new project configuration and is incompatible with previous versions. Try it by creating a new project or run \"teamsfx upgrade\" to upgrade your project first.",
39
- "core.projectVersionChecker.cliUseNewVersion": "Your TeamFx CLI version is old and it doesn't support current project, please upgrade to the latest version using command below:\nnpm install -g @microsoft/teamsfx-cli@latest",
36
+ "core.migrationV3.notAllowedMigration": "Teams Toolkit's Pre-Release version supports new project configuration and is incompatible with previous versions. Try it by creating a new project or run \"teamsapp upgrade\" to upgrade your project first.",
37
+ "core.projectVersionChecker.cliUseNewVersion": "Your TeamFx CLI version is old and it doesn't support current project, please upgrade to the latest version using command below:\nnpm install -g @microsoft/teamsapp-cli@latest",
40
38
  "core.projectVersionChecker.incompatibleProject": "The current project is incompatible with the installed version of Teams Toolkit.",
41
39
  "core.projectVersionChecker.vs.incompatibleProject": "The project in the solution is created with Teams Toolkit preview feature - Teams App Configuration Improvements. You can turn on the preview feature to continue.",
42
40
  "core.deployArmTemplates.ActionSuccess": "Successfully deployed ARM templates. Resource group name: %s. Deployment name: %s",
@@ -53,11 +51,11 @@
53
51
  "core.collaboration.ListingM365Permission": "Listing Microsoft 365 permissions\n",
54
52
  "core.collaboration.AccountUsedToCheck": "Account used to check: ",
55
53
  "core.collaboration.StartingListAllTeamsAppOwners": "\nStarting to list all teams app owners for environment: ",
56
- "core.collaboration.StartingListAllAadAppOwners": "\nStarting to list all Azure Active Directory app owners for environment: ",
54
+ "core.collaboration.StartingListAllAadAppOwners": "\nStarting to list all Microsoft Entra app owners for environment: ",
57
55
  "core.collaboration.M365TeamsAppId": "Microsoft 365 Teams App (ID: ",
58
- "core.collaboration.SsoAadAppId": "SSO AAD App (ID: ",
56
+ "core.collaboration.SsoAadAppId": "SSO Microsoft Entra App (ID: ",
59
57
  "core.collaboration.TeamsAppOwner": "Teams App Owner: ",
60
- "core.collaboration.AadAppOwner": "Azure Active Directory App Owner: ",
58
+ "core.collaboration.AadAppOwner": "Microsoft Entra App Owner: ",
61
59
  "core.collaboration.StaringCheckPermission": "Starting to check permission for environment: ",
62
60
  "core.collaboration.CheckPermissionResourceId": "Resource ID: ",
63
61
  "core.collaboration.Undefined": "undefined",
@@ -201,12 +199,10 @@
201
199
  "error.generator.TemplateZipFallbackError": "Unable to download zip package and open local zip package.",
202
200
  "error.generator.TemplateNotFoundError": "Unable to find template: %s.",
203
201
  "error.generator.SampleNotFoundError": "Unable to find sample: %s.",
204
- "error.generator.FetchZipFromUrlError": "Unable to download zip package from %s.",
205
202
  "error.generator.UnzipError": "Unable to unzip templates and write to disk.",
206
203
  "error.generator.MissKeyError": "Unable to find key %s",
207
204
  "error.generator.DownloadSampleApiLimitError": "Unable to download sample due to throttling. Retry later after rate limit reset (This may take up to 1 hour). Alternatively, you can go to %s to git clone the repo manually",
208
205
  "error.generator.DownloadSampleNetworkError": "Unable to download sample due to network error. Check your network connection and retry. Alternatively, you can go to %s to git clone the repo manually",
209
- "error.generator.ParseUrlError": "Unable to parse url %s",
210
206
  "error.copilotPlugin.openAiPluginManifest.CannotGetManifest": "Unable to get OpenAI plugin manifest from '%s'.",
211
207
  "error.copilotPlugin.noExtraAPICanBeAdded": "No API can be added. Only GET and POST methods with at most one required parameter and no auth are supported. Methods defined in manifest.json are not listed.",
212
208
  "error.m365.NotExtendedToM365Error": "Unable to extend Teams app to Microsoft 365. Use 'teamsApp/extendToM365' action to extend your Teams app to Microsoft 365.",
@@ -245,13 +241,13 @@
245
241
  "core.TabSPFxOption.detailNew": "Build UI with SharePoint Framework",
246
242
  "core.TabNonSso.label": "Basic Tab",
247
243
  "core.TabNonSso.detail": "A simple implementation of a web app that's ready to customize",
248
- "core.copilotPlugin.validate.apiSpec.summary": "Teams Toolkit has checked your API spec:\n\nSummary:\n%s.\n%s\n%s",
244
+ "core.copilotPlugin.validate.apiSpec.summary": "Teams Toolkit has checked your OpenAPI description document:\n\nSummary:\n%s.\n%s\n%s",
249
245
  "core.copilotPlugin.validate.openAIPluginManifest.summary": "Teams Toolkit has checked your OpenAI plugin manifest:\n\nSummary:\n%s.\n%s\n%s",
250
246
  "core.copilotPlugin.validate.summary.validate.failed": "%s failed",
251
247
  "core.copilotPlugin.validate.summary.validate.warning": "%s warning",
252
- "core.copilotPlugin.scaffold.summary": "We have detected the following issues for your OpenAPI specification file:\n%s",
248
+ "core.copilotPlugin.scaffold.summary": "We have detected the following issues for your OpenAPI description document:\n%s",
253
249
  "core.copilotPlugin.scaffold.summary.warning.operationId": "%s Mitigation: Not required, operationId has been automatically generated and added into \"%s\" file.",
254
- "core.copilotPlugin.scaffold.summary.warning.swaggerVersion": "The API specification is on Swagger version 2.0. Mitigation: Not required. The content has been converted to OpenAPI 3.0 and saved in \"%s\".",
250
+ "core.copilotPlugin.scaffold.summary.warning.swaggerVersion": "The OpenAPI description document is on Swagger version 2.0. Mitigation: Not required. The content has been converted to OpenAPI 3.0 and saved in \"%s\".",
255
251
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.lengthExceeding": "\"%s\" must not have more than %s characters. ",
256
252
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.missingFullDescription": "Missing full description. ",
257
253
  "core.copilotPlugin.scaffold.summary.warning.teamsManifest.mitigation": "Mitigation: update \"%s\" field in \"%s\".",
@@ -269,41 +265,52 @@
269
265
  "core.createProjectQuestion.projectType.bot.detail": "Conversational or informative chat experiences that can automate repetitive tasks",
270
266
  "core.createProjectQuestion.projectType.bot.label": "Bot",
271
267
  "core.createProjectQuestion.projectType.bot.title": "App Features Using a Bot",
272
- "core.createProjectQuestion.projectType.messageExtension.detail": "Search or initiate actions from the chat compose area of Teams and Outlook",
268
+ "core.createProjectQuestion.projectType.messageExtension.detail": "Search or initiate actions from the message composing area of Teams and Outlook",
269
+ "core.createProjectQuestion.projectType.messageExtension.copilotEnabled.detail": "Search or initiate actions from the message composing area of Teams, Outlook and Copilot",
273
270
  "core.createProjectQuestion.projectType.messageExtension.title": "App Features Using a Message Extension",
274
271
  "core.createProjectQuestion.projectType.outlookAddin.detail": "Customize the ribbon and Task Pane with your web content",
275
272
  "core.createProjectQuestion.projectType.outlookAddin.label": "Outlook Add-in",
276
273
  "core.createProjectQuestion.projectType.outlookAddin.title": "App Features Using an Outlook Add-in",
277
- "core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Micosoft 365 app",
274
+ "core.createProjectQuestion.projectType.tab.detail": "Embed your own web content in Teams, Outlook, and the Microsoft 365 app",
278
275
  "core.createProjectQuestion.projectType.tab.title": "App Features Using a Tab",
279
- "core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Copilot using your APIs",
280
- "core.createProjectQuestion.projectType.copilotPlugin.label": "Plugin for Copilot",
276
+ "core.createProjectQuestion.projectType.copilotPlugin.detail": "Create a plugin to extend Microsoft 365 Copilot using your APIs",
277
+ "core.createProjectQuestion.projectType.copilotPlugin.label": "Plugin",
281
278
  "core.createProjectQuestion.projectType.copilotPlugin.title": "Plugin for Copilot",
282
279
  "core.createProjectQuestion.projectType.copilotPlugin.placeholder": "Select an option",
283
280
  "core.createProjectQuestion.title": "New Project",
281
+ "core.createProjectQuestion.capability.botMessageExtension.label": "Start with a Bot",
282
+ "core.createProjectQuestion.capability.botMessageExtension.detail": "Create a Message extension using Bot Framework",
284
283
  "core.createProjectQuestion.capability.copilotPluginNewApiOption.label": "Start with a new API",
285
- "core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create a plugin with a new API from Azure Functions",
286
- "core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Specification",
287
- "core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create a plugin from your existing API",
284
+ "core.createProjectQuestion.capability.copilotPluginNewApiOption.detail": "Create a Message extension with a new API from Azure Functions",
285
+ "core.createProjectQuestion.capability.copilotPluginApiSpecOption.label": "Start with an OpenAPI Description Document",
286
+ "core.createProjectQuestion.capability.copilotPluginApiSpecOption.detail": "Create a Message extension from your existing API",
288
287
  "core.createProjectQuestion.capability.copilotPluginAIPluginOption.label": "Start with an OpenAI Plugin",
289
288
  "core.createProjectQuestion.capability.copilotPluginAIPluginOption.detail": "Convert an OpenAI Plugin to Microsoft 365 Copilot plugin",
290
- "core.createProjectQuestion.apiSpec.title": "OpenAPI Spec",
291
- "core.createProjectQuestion.apiSpec.placeholder": "Enter OpenAPI Specification URL",
292
- "core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Specification Location",
289
+ "core.createProjectQuestion.apiSpec.title": "OpenAPI Description Document",
290
+ "core.createProjectQuestion.apiSpec.placeholder": "Enter OpenAPI Description Document URL",
291
+ "core.createProjectQuestion.apiSpecInputUrl.label": "Enter OpenAPI Description Document Location",
293
292
  "core.createProjectQuestion.OpenAIPluginDomain": "OpenAI Plugin Manifest",
294
293
  "core.createProjectQuestion.OpenAIPluginDomain.placeholder": "Enter your website domain or manifest URL",
295
- "core.createProjectQuestion.invalidUrl.message": "Please enter a valid URL",
296
- "core.createProjectQuestion.apiSpec.operation.title": "Select Operation(s) Copilot Can Interact with",
294
+ "core.createaProjectQuestion.ApiKey": "Client secret for API key in OpenAPI specification",
295
+ "core.createProjectQuestion.invalidApiKey.message": "Client secret is invalid. The length of secret should be >= 10 and <= 128",
296
+ "core.createProjectQuestion.invalidUrl.message": "Enter a valid HTTP URL without authentication to access your OpenAPI description document.",
297
+ "core.createProjectQuestion.apiSpec.operation.title": "Select Operation(s) Teams Can Interact with",
297
298
  "core.createProjectQuestion.apiSpec.operation.placeholder": "GET/POST methods with at most one required parameter and no auth are listed",
299
+ "core.createProjectQuestion.apiSpec.operation.apikey.placeholder": "GET/POST methods with at most one required parameter and API key are listed",
298
300
  "core.createProjectQuestion.apiSpec.operation.invalidMessage": "%s API(s) selected. You can select at least one and at most %s APIs.",
301
+ "core.createProjectQuestion.apiSpec.operation.multipleAuth": "Your selected APIs have multiple authorizations %s which are not supported.",
302
+ "core.createProjectQuestion.apiSpec.operation.multipleServer": "Your selected APIs have multiple server URLs %s which are not supported.",
299
303
  "core.createProjectQuestion.apiSpec.operation.placeholder.skipExisting": "Methods defined in manifest.json are not listed",
300
- "core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "Invalid API specification. Check output panel for details.",
301
- "core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "Invalid API specification. Check [output panel](command:fx-extension.showOutputChannel) for details.",
304
+ "core.createProjectQuestion.apiSpec.multipleValidationErrors.message": "Invalid OpenAPI description document. Check output panel for details.",
305
+ "core.createProjectQuestion.apiSpec.multipleValidationErrors.vscode.message": "Invalid OpenAPI description document. Check [output panel](command:fx-extension.showOutputChannel) for details.",
302
306
  "core.createProjectQuestion.openAiPluginManifest.multipleValidationErrors.vscode.message": "Invalid OpenAI plugin manifest. Check [output panel](command:fx-extension.showOutputChannel) for details.",
303
307
  "core.createProjectQuestion.openAiPluginManifest.validationError.missingApiUrl": "Missing URL in \"%s\".",
304
308
  "core.createProjectQuestion.openAiPluginManifest.validationError.authNotSupported": "Auth type is not supported. Supported auth type: \"%s\".",
309
+ "core.createProjectQuestion.meArchitecture.title": "Architecture of Search Based Message Extension",
310
+ "core.aiAssistantBotOption.label": "AI Assistant Bot",
311
+ "core.aiAssistantBotOption.detail": "A custom AI assistant bot in Teams using Teams AI library and OpenAI Assistants API",
305
312
  "core.aiBotOption.label": "AI Chat Bot",
306
- "core.aiBotOption.detail": "A chat bot using Teams AI library",
313
+ "core.aiBotOption.detail": "A basic AI chat bot in Teams using Teams AI library",
307
314
  "core.spfxFolder.title": "SPFx solution folder",
308
315
  "core.spfxFolder.placeholder": "Select the folder that contains your SPFx solution",
309
316
  "core.QuestionSelectTargetEnvironment.title": "Select an environment",
@@ -319,6 +326,8 @@
319
326
  "core.QuestionNewResourceGroupName.title": "New resource group name",
320
327
  "core.QuestionNewResourceGroupName.validation": "The name can only contain alphanumeric characters or the symbols ._-()",
321
328
  "core.QuestionNewResourceGroupLocation.title": "Location for the new resource group",
329
+ "core.QuestionNewResourceGroupLocation.group.recommended": "Recommended",
330
+ "core.QuestionNewResourceGroupLocation.group.others": "Others",
322
331
  "core.question.workspaceFolder.title": "Workspace folder",
323
332
  "core.question.workspaceFolder.placeholder": "Select the folder that will contain your project root folder",
324
333
  "core.ScratchOptionYes.label": "Create a new app",
@@ -349,11 +358,11 @@
349
358
  "core.updateUrlQuestion.placeholder": "Unselect to keep with the original URL",
350
359
  "core.SingleSignOnOption.label": "Single Sign-On",
351
360
  "core.SingleSignOnOption.detail": "Develop a Single Sign-On feature for Teams Launch pages and Bot capability",
352
- "core.getUserEmailQuestion.title": "Add owner to Teams/AAD app for the account under the same Microsoft 365 tenant (email)",
361
+ "core.getUserEmailQuestion.title": "Add owner to Teams/Microsoft Entra app for the account under the same Microsoft 365 tenant (email)",
353
362
  "core.getUserEmailQuestion.validation1": "Email address cannot be null or empty",
354
363
  "core.getUserEmailQuestion.validation2": "Please change [UserName] to the real user name",
355
364
  "core.collaboration.error.failedToLoadDotEnvFile": "Unable to load your .env File. Reason: %s",
356
- "core.selectAadAppManifestQuestion.title": "Select Azure Active Directory manifest.json file",
365
+ "core.selectAadAppManifestQuestion.title": "Select Microsoft Entra manifest.json file",
357
366
  "core.selectTeamsAppManifestQuestion.title": "Select Teams manifest.json file",
358
367
  "core.selectTeamsAppPackageQuestion.title": "Select Teams app package file",
359
368
  "core.selectLocalTeamsAppManifestQuestion.title": "Select local Teams manifest.json file",
@@ -364,14 +373,15 @@
364
373
  "core.selectValidateMethodQuestion.validate.appPackageOption": "Validate app package using validation rules",
365
374
  "core.selectValidateMethodQuestion.validate.appPackageOptionDescription": "Validate app package using validation rules",
366
375
  "core.confirmManifestQuestion.placeholder": "Confirm manifest is correctly selected",
367
- "core.aadAppQuestion.label": "Azure Active Directory app",
368
- "core.aadAppQuestion.description": "Your Azure Active Directory app for Single Sign On",
376
+ "core.aadAppQuestion.label": "Microsoft Entra app",
377
+ "core.aadAppQuestion.description": "Your Microsoft Entra app for Single Sign On",
369
378
  "core.teamsAppQuestion.label": "Teams app",
370
379
  "core.teamsAppQuestion.description": "Your Teams app",
371
380
  "core.M365SsoLaunchPageOptionItem.label": "React with Fluent UI",
372
381
  "core.M365SsoLaunchPageOptionItem.detail": "A web app that uses Fluent UI React components to get a Teams look and feel",
373
382
  "core.M365SearchAppOptionItem.label": "Custom Search Results",
374
383
  "core.M365SearchAppOptionItem.detail": "Display data directly in Teams and Outlook search results from search or the chat area",
384
+ "core.M365SearchAppOptionItem.copilot.detail": "Display data directly in Teams chat, Outlook email and Copilot response from search result",
375
385
  "core.SearchAppOptionItem.detail": "Display data directly in Teams search results from search or the chat area",
376
386
  "core.M365HostQuestion.title": "Platform",
377
387
  "core.M365HostQuestion.placeholder": "Select a platform to preview the app",
@@ -389,18 +399,14 @@
389
399
  "core.common.OutlookWebClientName1": "Outlook web access client id 1",
390
400
  "core.common.OutlookWebClientName2": "Outlook web access client id 2",
391
401
  "core.common.CancelledMessage": "Operation is cancelled.",
392
- "core.common.NoServerInformation": "No server information is found in the OpenAPI specification file.",
402
+ "core.common.SwaggerNotSupported": "Swagger 2.0 is not supported. Please convert it to OpenAPI 3.0 first.",
403
+ "core.common.NoServerInformation": "No server information is found in the OpenAPI description document.",
393
404
  "core.common.RemoteRefNotSupported": "Remote reference is not supported: %s.",
394
405
  "core.common.MissingOperationId": "Missing operationIds: %s.",
395
- "core.common.NoSupportedApi": "No supported API is found in the OpenAPI specification file: only GET and POST methods are supported, additionally, there can be at most one required parameter, and no auth is allowed.",
396
- "core.common.AdditionalPropertiesNotSupported": "'additionalProperties' is not supported, and will be ignored.",
397
- "core.common.SchemaNotSupported": "'oneOf', 'anyOf', and 'not' schema are not supported: %s.",
398
- "core.common.UnknownSchema": "Unknown schema: %s.",
406
+ "core.common.NoSupportedApi": "No supported API is found in the OpenAPI description document: only GET and POST methods are supported, additionally, there can be at most one required parameter, and no auth is allowed. \nFor more information visit: \"https://aka.ms/build-api-based-message-extension\".",
399
407
  "core.common.UrlProtocolNotSupported": "Server url is not correct: protocol %s is not supported, you should use https protocol instead.",
400
408
  "core.common.RelativeServerUrlNotSupported": "Server url is not correct: relative server url is not supported.",
401
- "core.common.ResolveServerUrlFailed": "Unable to resolve the server URL: please make sure that the environment variable %s is defined.",
402
- "core.common.OperationOnlyContainsOptionalParam": "Operation %s contains multiple optional parameters. The first optional parameter is used for this command.",
403
- "core.common.ConvertSwaggerToOpenAPI": "The Swagger 2.0 file has been converted to OpenAPI 3.0.",
409
+ "core.common.ErrorFetchApiSpec": "Your OpenAPI description document should be accessible without authentication, otherwise download and start from a local copy.",
404
410
  "core.common.SendingApiRequest": "Sending API request: %s. Request body: %s",
405
411
  "core.common.ReceiveApiResponse": "Received API response: %s.",
406
412
  "core.importAddin.label": "Import an Existing Outlook Add-ins",
@@ -417,6 +423,7 @@
417
423
  "core.summary.actionSucceeded": "%s was executed successfully.",
418
424
  "core.summary.createdEnvFile": "Environment file was created at",
419
425
  "core.copilot.addAPI.success": "%s have(has) been successfully added to %s",
426
+ "core.copilot.addAPI.InjectAPIKeyActionFailed": "Inject API key action to teamsapp.yaml file failed, please make sure that file contains teamsApp/create action in provision section.",
420
427
  "ui.select.LoadingOptionsPlaceholder": "Loading options ...",
421
428
  "ui.select.LoadingDefaultPlaceholder": "Loading default value ...",
422
429
  "error.aad.manifest.NameIsMissing": "name is missing\n",
@@ -427,8 +434,8 @@
427
434
  "error.aad.manifest.AccessTokenAcceptedVersionIs1": "accessTokenAcceptedVersion is 1\n",
428
435
  "error.aad.manifest.OptionalClaimsIsMissing": "optionalClaims is missing\n",
429
436
  "error.aad.manifest.OptionalClaimsMissingIdtypClaim": "optionalClaims access token doesn't contain idtyp claim\n",
430
- "error.aad.manifest.AADManifestIssues": "AAD manifest has following issues that may potentially break the Teams App:\n",
431
- "error.aad.manifest.DeleteOrUpdatePermissionFailed": "Unable to update or delete an existing permission when it's enabled. One possible reason is that the ACCESS_AS_USER_PERMISSION_ID environment variable is changed for selected environment. Ensure your permission id(s) are identical with the actual AAD application and try again.\n",
437
+ "error.aad.manifest.AADManifestIssues": "Microsoft Entra manifest has following issues that may potentially break the Teams App:\n",
438
+ "error.aad.manifest.DeleteOrUpdatePermissionFailed": "Unable to update or delete an existing permission when it's enabled. One possible reason is that the ACCESS_AS_USER_PERMISSION_ID environment variable is changed for selected environment. Ensure your permission id(s) are identical with the actual Microsoft Entra application and try again.\n",
432
439
  "error.aad.manifest.UnknownResourceAppId": "Unknown resourceAppId %s",
433
440
  "error.aad.manifest.UnknownResourceAccessType": "Unknown resourceAccess: %s",
434
441
  "error.aad.manifest.UnknownResourceAccessId": "Unknown resourceAccess id: %s, if you're using permission as resourceAccess id, please try to use permission id instead.",
@@ -477,35 +484,35 @@
477
484
  "depChecker.testToolVersionNotMatch": "The version of Teams App Test Tool (%s) is not compatible with the specified version range (%s).",
478
485
  "depChecker.failedToValidateTestTool": "Unable to validate Teams App Test Tool after installation. %s",
479
486
  "error.driver.outputEnvironmentVariableUndefined": "The output environment variable name(s) are not defined.",
480
- "driver.aadApp.description.create": "Create an Azure Active Directory app to authenticate users",
481
- "driver.aadApp.description.update": "Apply Azure Active Directory app manifest to an existing app",
487
+ "driver.aadApp.description.create": "Create a Microsoft Entra app to authenticate users",
488
+ "driver.aadApp.description.update": "Apply Microsoft Entra app manifest to an existing app",
482
489
  "driver.aadApp.error.missingEnv": "Environment variable %s is not set.",
483
490
  "driver.aadApp.error.generateSecretFailed": "Cannot generate client secret.",
484
- "driver.aadApp.error.invalidFieldInManifest": "Field %s is missing or invalid in Azure Active Directory app manifest.",
485
- "driver.aadApp.error.appNameTooLong": "The name for this Azure Active Directory app is too long. The maximum length is 120.",
486
- "driver.aadApp.progressBar.createAadAppTitle": "Creating Azure Active Directory application...",
487
- "driver.aadApp.progressBar.updateAadAppTitle": "Updating Azure Active Directory application...",
491
+ "driver.aadApp.error.invalidFieldInManifest": "Field %s is missing or invalid in Microsoft Entra app manifest.",
492
+ "driver.aadApp.error.appNameTooLong": "The name for this Microsoft Entra app is too long. The maximum length is 120.",
493
+ "driver.aadApp.progressBar.createAadAppTitle": "Creating Microsoft Entra application...",
494
+ "driver.aadApp.progressBar.updateAadAppTitle": "Updating Microsoft Entra application...",
488
495
  "driver.aadApp.log.startExecuteDriver": "Executing action %s",
489
496
  "driver.aadApp.log.successExecuteDriver": "Action %s executed successfully",
490
497
  "driver.aadApp.log.failExecuteDriver": "Unable to execute action %s. Error message: %s",
491
- "driver.aadApp.log.startCreateAadApp": "Environment variable %s does not exist, creating a new Azure Active Directory app...",
492
- "driver.aadApp.log.successCreateAadApp": "Created Azure Active Directory application with object id %s",
493
- "driver.aadApp.log.skipCreateAadApp": "Environment variable %s already exist, skipping new Azure Active Directory app creation step.",
494
- "driver.aadApp.log.startGenerateClientSecret": "Environment variable %s does not exist, generating client secret for Azure Active Directory app...",
495
- "driver.aadApp.log.successGenerateClientSecret": "Generated client secret for Azure Active Directory application with object id %s",
496
- "driver.aadApp.log.skipGenerateClientSecret": "Environment variable %s already exist, skipping Azure Active Directory app client secret generation step.",
497
- "driver.aadApp.log.outputAadAppManifest": "Build Azure Active Directory app manifest completed, and app manifest content is written to %s",
498
- "driver.aadApp.log.successUpdateAadAppManifest": "Applied manifest %s to Azure Active Directory application with object id %s",
499
- "botRegistration.ProgressBar.creatingBotAadApp": "Creating bot AAD app...",
500
- "botRegistration.log.startCreateBotAadApp": "Creating bot Azure Active Directory app.",
501
- "botRegistration.log.successCreateBotAadApp": "Bot Azure Active Directory app created successfully.",
502
- "botRegistration.log.skipCreateBotAadApp": "Bot Azure Active Directory app creation skipped.",
503
- "driver.botAadApp.create.description": "create a new or reuse an existing bot Azure Active Directory app.",
498
+ "driver.aadApp.log.startCreateAadApp": "Environment variable %s does not exist, creating a new Microsoft Entra app...",
499
+ "driver.aadApp.log.successCreateAadApp": "Created Microsoft Entra application with object id %s",
500
+ "driver.aadApp.log.skipCreateAadApp": "Environment variable %s already exist, skipping new Microsoft Entra app creation step.",
501
+ "driver.aadApp.log.startGenerateClientSecret": "Environment variable %s does not exist, generating client secret for Microsoft Entra app...",
502
+ "driver.aadApp.log.successGenerateClientSecret": "Generated client secret for Microsoft Entra application with object id %s",
503
+ "driver.aadApp.log.skipGenerateClientSecret": "Environment variable %s already exist, skipping Microsoft Entra app client secret generation step.",
504
+ "driver.aadApp.log.outputAadAppManifest": "Build Microsoft Entra app manifest completed, and app manifest content is written to %s",
505
+ "driver.aadApp.log.successUpdateAadAppManifest": "Applied manifest %s to Microsoft Entra application with object id %s",
506
+ "botRegistration.ProgressBar.creatingBotAadApp": "Creating bot Microsoft Entra app...",
507
+ "botRegistration.log.startCreateBotAadApp": "Creating bot Microsoft Entra app.",
508
+ "botRegistration.log.successCreateBotAadApp": "Bot Microsoft Entra app created successfully.",
509
+ "botRegistration.log.skipCreateBotAadApp": "Bot Microsoft Entra app creation skipped.",
510
+ "driver.botAadApp.create.description": "create a new or reuse an existing bot Microsoft Entra app.",
504
511
  "driver.botAadApp.log.startExecuteDriver": "Executing action %s",
505
512
  "driver.botAadApp.log.successExecuteDriver": "Action %s executed successfully",
506
513
  "driver.botAadApp.log.failExecuteDriver": "Unable to execute action %s. Error message: %s",
507
- "driver.botAadApp.log.successCreateBotAad": "Created Azure Active Directory application with client id %s.",
508
- "driver.botAadApp.log.useExistingBotAad": "Used existing Azure Active Directory application with client id %s.",
514
+ "driver.botAadApp.log.successCreateBotAad": "Created Microsoft Entra application with client id %s.",
515
+ "driver.botAadApp.log.useExistingBotAad": "Used existing Microsoft Entra application with client id %s.",
509
516
  "driver.botAadApp.error.unexpectedEmptyBotPassword": "Bot password is empty. Add it in env file or clear bot id to have bot id/password pair regenerated. action: %s.",
510
517
  "driver.arm.description.deploy": "Deploy the given ARM templates to Azure.",
511
518
  "driver.arm.deploy.progressBar.message": "Deploying the ARM templates to Azure...",
@@ -584,8 +591,10 @@
584
591
  "driver.teamsApp.summary.publishTeamsAppSuccess": "Teams app %s successfully published to the admin portal.",
585
592
  "driver.teamsApp.summary.copyAppPackageSuccess": "Teams app %s was successfully copied to %s.",
586
593
  "driver.teamsApp.summary.copyIconSuccess": "%s icon(s) were successfully updated under %s.",
587
- "driver.teamsApp.summary.validate": "Teams Toolkit has checked against all validation rules:\n\nSummary:\n%s.\n%s\n%s\n\nA complete log of validations can be found in %s",
588
- "driver.teamsApp.summary.validateManifest": "Teams Toolkit has checked manifest with its schema:\n\nSummary:\n%s.\n%s\n",
594
+ "driver.teamsApp.summary.validate": "Teams Toolkit has checked against all validation rules:\n\nSummary:\n%s.\n%s%s\n%s\n\nA complete log of validations can be found in %s",
595
+ "driver.teamsApp.summary.validate.checkPath": "You can check and update your Teams app package at %s.\n",
596
+ "driver.teamsApp.summary.validateManifest": "Teams Toolkit has checked manifest with its schema:\n\nSummary:\n%s.\n%s%s\n",
597
+ "driver.teamsApp.summary.validateManifest.checkPath": "You can check and update your Teams manifest at %s.\n",
589
598
  "driver.teamsApp.summary.validate.succeed": "%s passed",
590
599
  "driver.teamsApp.summary.validate.failed": "%s failed",
591
600
  "driver.teamsApp.summary.validate.warning": "%s warning",
@@ -594,8 +603,10 @@
594
603
  "driver.teamsApp.validate.result.display": "Teams Toolkit has completed checking your app package against validation rules. %s. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
595
604
  "error.teamsApp.validate.apiFailed": "Teams app package validation failed due to %s",
596
605
  "error.teamsApp.validate.apiFailed.display": "Teams app pacakge validation failed. Check [Output panel](command:fx-extension.showOutputChannel) for details.",
606
+ "error.teamsApp.validate.details": "File path: %s, title: %s",
597
607
  "error.teamsApp.AppIdNotExistError": "Teams app with ID %s does not exist in Teams Developer Portal.",
598
608
  "error.teamsApp.InvalidAppIdError": "Teams app ID %s is invalid, must be a GUID.",
609
+ "error.teamsApp.createAppPackage.invalidFile": "%s is invalid, it should be in the same directory as manifest.json or a subdirectory of it.",
599
610
  "driver.botFramework.description": "creates or updates the bot registration on dev.botframework.com",
600
611
  "driver.botFramework.summary.create": "The bot registration has been created successfully (%s).",
601
612
  "driver.botFramework.summary.update": "The bot registration has been updated successfully (%s).",
@@ -669,5 +680,16 @@
669
680
  "error.deploy.AzureStorageSetContainerPropertiesError.Notification": "Unable to set properties of container '%s' in Azure Storage Account '%s' due to error: %s. Refer to the [Output panel](command:fx-extension.showOutputChannel) for more details.",
670
681
  "error.deploy.AzureStorageSetContainerPropertiesError": "Unable to set properties of container '%s' in Azure Storage Account '%s' due to error: %s. The error responses from Azure are:\n %s. \nIf the error message specifies the reason, fix the error and try again.",
671
682
  "error.core.failedToLoadManifestId": "Unable to load manifest id from path: %s. You must run provision first.",
672
- "error.core.appIdNotExist": "Cannot find app id: %s. Maybe your current M365 account does not have permission, or the app has alredy been deleted."
683
+ "error.core.appIdNotExist": "Cannot find app id: %s. Either your current M365 account does not have permission, or the app has alredy been deleted.",
684
+ "driver.apiKey.description.create": "Create an API key on Developer Portal for authentication in Open API spec.",
685
+ "driver.aadApp.apiKey.title.create": "Creating API key...",
686
+ "driver.apiKey.log.startExecuteDriver": "Executing action %s",
687
+ "driver.apiKey.log.skipCreateApiKey": "Environment variable %s exists. Skip creating API key.",
688
+ "driver.apiKey.log.apiKeyNotFound": "Environment variable %s exists but failed to retrieve API key from Developer Portal. Check manually if API key exists.",
689
+ "driver.apiKey.error.nameTooLong": "The name for API key is too long. The maximum length is 128.",
690
+ "driver.apiKey.error.clientSecretInvalid": "Client secret is invalid. Client secret should follow: 1. Max %d secrets per API key. 2. Use comma to separate secrets. 3. Length of every secret >= 10 and <= 128",
691
+ "driver.apiKey.error.domainInvalid": "Domain is invalid. Domain for API key should follow: 1. Max %d domain per API key. 2. Use comma to separate domains",
692
+ "driver.apiKey.error.failedToGetDomain": "Failed to get domain from API specification. Please make sure your API specification is valid.",
693
+ "driver.apiKey.log.successCreateApiKey": "Created API key with id %s",
694
+ "driver.apiKey.log.failedExecuteDriver": "Unable to execute action %s. Error message: %s"
673
695
  }