tracyboehrer
dbd9a3f0bf
DotNet samples to 4.18.1 ( #3839 )
...
* DotNet samples to 4.18.1
* Updated System.Text.Encodings.Web
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2022-10-26 16:21:00 -05:00
Ryan
b578bbe112
Fix bug related to channelId ( #3833 )
...
Fixing a bug that used to pass teamsChannelId instead of chanelId when calling CreateConversationAsync
2022-10-17 07:46:08 -05:00
tracyboehrer
b750e9eaf9
Updated Teams samples manifests and icons ( #3827 )
...
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2022-09-21 15:50:39 -05:00
BruceHaley
6bff6a2ef8
Update NuGetToolInstaller task to use latest ( #3826 )
2022-09-15 12:48:23 -05:00
BruceHaley
b57fa7b15f
Fix Samples E2E test pipelines for Azure linux deploys ( #3817 )
...
* Update py YAML files
* Update templates
* Update templates 2
* Fix typo in templates
* Update JS linux pipelines & deploymentTemplates
* Update pipelines and templates for dotnet linux deploy
* Fix dotnet linux corebot template
* Fix dotnet linux template 2
* Fix dotnet linux template 3
* Fix dotnet linux template 4
* Fix DotNet linux template 5
* Clean up dotnet linux template
* Fix dotnet linux new template
* Let yaml do new template
* Fix json format
* More fixes to dotnet linux new RG template
* Restore AzureCLI@2 tasks
* Fix dotnet echobot templates
* Update yaml for TS
* Update linux templates for TS
* Fix typescript corebot linux template
* Fix py zipdeploy yaml
* Force ts yaml to use preexisting RG template
* Add apptype param to ts template
* Fix ts json
* Fix js template format
* More TS template fixes
* Fix ts echobot linux template
* Fix ts corebot withnew template
* ts yaml switch to new
* Fix ts echobot withnew
* Update js corebot withnew
* Fix js linux
* Fix typo in withnew templates
* Update parameters
* Clean up ts linux yaml
* Reformat readmes, fix templates
* Fix 2 readmes
2022-09-12 14:37:15 -05:00
tracyboehrer
bb38c78526
Updated JS Composer sample projects to use latest SDK ( #3821 )
...
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2022-09-07 10:05:16 -05:00
BruceHaley
3654e766cf
Clean up ExtractCompressNuGet.ps1 in Samples ( #3815 )
...
* Remove patch install in ExtractCompressNuGet.ps1
* Restore PS Archive install code
2022-08-30 08:45:15 -05:00
tracyboehrer
b68d7b0856
Updated Python ARM templates ( #3814 )
...
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2022-08-29 11:42:17 -05:00
BruceHaley
20ca0c7c8e
Fix Samples E2E pipelines ( #3812 )
...
* Switch to vmImage: windows-2022
* Try windows-2022 for dotnet wqin-test
* Fix sample-dotnet-samplebot-win-test.yml
* Set up Preexisting RG templates
* Set up remaining exist RG
* Fix templates for DotNet CoreBot
* Fix #2 for DotNet BotApp templates
* Fix CoreBot DotNet templates #3
* Fix DotNet CoreGot templates #4
* Fix build number format in pipelines
* Fix DotNet Core templates #5
* Fix templates #6
* Fix appServicePlanSku parameter
* Fix existingAppServicePlanLocation
* Update all other templates to match
* Fix comments
* Restore LinuxDotNet/template.json
* Restore linux templates
* Fix linux template for JS, TS
* Delete the readme files accidentally added
2022-08-24 15:35:57 -05:00
Henrik Westergaard Hansen
d56f23b4a0
ngrok usage. ( #3810 )
2022-08-22 11:40:36 -05:00
tracyboehrer
dc956fdac6
R17 Samples ( #3807 )
...
* Setting NewtonSoft MaxDepth on DotNet Samples
* Setting DotNet NewtonSoft MaxDepth using HttpHelper.BotMessageSerializerSettings.MaxDepth
* Setting DotNet SDK dependencies to 4.17.0
* Fix: JavaScript Sample Authentication Config (#3792 )
* Update Auth Config
Update non-skill sample auth config calls to use ConfigurationBotFrameworkAuthentication and removed references to outdated implementation.
* Update Auth Config for JS Skill Bot Samples
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
* [#3286 ] Add linting checks to CI - DotNet (#3786 )
* Create CI DotNet Samples pipeline
* Change lookup from appsettings.json to .csproj
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
* Bump Newtonsoft.Json in /samples/csharp_webapi/13.core-bot (#3782 )
Bumps [Newtonsoft.Json](https://github.com/JamesNK/Newtonsoft.Json ) from 12.0.3 to 13.0.1.
- [Release notes](https://github.com/JamesNK/Newtonsoft.Json/releases )
- [Commits](https://github.com/JamesNK/Newtonsoft.Json/compare/12.0.3...13.0.1 )
---
updated-dependencies:
- dependency-name: Newtonsoft.Json
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
* Add isomorphic-fetch to dependencies and add require("isomorphic-fetch") to index.js (#3760 )
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
* [#3740 ] Update dotnet samples to target Net 6 - Bot essentials samples (#3749 )
* Bot essentials updated
* README file updated in nlp-with-orchestrator sample
* CoreBotTests updated to target net6
* Upgrade NewtonsoftJson Version to 6.0.5
* Reverted to using 4.16.1 in all dotnet samples (for now)
* Bump to 4.17.1, net6
* Forcing KeyVault.Core to latest for scaleout and statemanagement
Co-authored-by: Emiliano Quiroga <emiliano.quiroga@7-11.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
* [#3740 ] Update dotnet samples to target Net 6 - Skills samples (#3750 )
* Skills samples updated
* Upgrade NewtonsoftJson Version to 6.0.5
Co-authored-by: Emiliano Quiroga <emiliano.quiroga@7-11.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
* [#3740 ] Update dotnet samples to target Net 6 - Teams samples (#3751 )
* Teams samples updated
* Upgrade NewtonsoftJson Version to 6.0.5
Co-authored-by: Emiliano Quiroga <emiliano.quiroga@7-11.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
* [#3740 ] Update dotnet samples to target Net 6 - Advanced bots (#3752 )
* Advanced bots updated
* Upgrade NewtonsoftJson Version to 6.0.5
Co-authored-by: Emiliano Quiroga <emiliano.quiroga@7-11.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
* [#3740 ] Update dotnet samples to target Net 6 - Authentication samples (#3753 )
* Authentication samples updated
* TeamsAuth sample restored
* Upgrade NewtonsoftJson Version to 6.0.5
Co-authored-by: Emiliano Quiroga <emiliano.quiroga@7-11.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
* [#3740 ] Update dotnet samples to target Net 6 - QnA maker samples (#3754 )
* QnA maker samples updated
* CustomQABotAllFeatures updated to target Net6.0
* CustomQABot updated to target net6
* QnAMaker readme updated
* Upgrade NewtonsoftJson Version to 6.0.5
Co-authored-by: Emiliano Quiroga <emiliano.quiroga@7-11.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
* Create CI JavaScript Samples pipeline (#3770 )
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
* [#3286 ] Add linting checks to CI - Fix lint errors in .NET samples (#3785 )
* Fix lint errors in the dotnet samples.
* Ported NetAnalyzers rules from dotnet SDK.
* pragma warning disable removed in Skills-SkillDialog and Skills-SSO-CloudAdapter.
Co-authored-by: Emiliano Quiroga <emiliano.quiroga@7-11.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
* [#3322 ] Fix all dotnet compiler warnings in BotBuilder-Samples (#3776 )
* NU1701 Microsoft.Azure.KeyVault warning skipped
* CS1998 await warning skipped
* Samples updated
* JwtTokenValidation replaced by ConfigurationBotFrameworkAuthentication
* Suggested changes applied
* Use DialogsBotComponent for QnA bots
* SingleOrDefault changed to FirstOrDefault. Authentication constant updated.
* Space removed
Co-authored-by: Emiliano Quiroga <emiliano.quiroga@7-11.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
* [Python] Pinning emoji version for sample 05 (#3802 )
* New Orchestrator in examples (#3790 )
* Added recognizers-date-time which is needed. (#3793 )
Recognizers-date-time package is needed. Also added specific versions for emoji to get around package issue.
* Update README.md (#3794 )
Corrected path under try this sample, the correct path is '11.qnamaker' instead of '11a.qnamaker'
* [Python] Pinning emoji version for sample 05
fixes #3796
Co-authored-by: Sahithi SSKK <103068244+sahithikkss@users.noreply.github.com>
Co-authored-by: Dana V <43397658+dmvtech@users.noreply.github.com>
Co-authored-by: Ahad Jeyemby <abdulahad.jmb@gmail.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
* Fix ESLint issues for JavaScript samples (#3769 )
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
* Fix: TypeScript Sample Authentication Config (#3799 )
* New Orchestrator in examples (#3790 )
* Update auth config call in TS samples
Co-authored-by: Sahithi SSKK <103068244+sahithikkss@users.noreply.github.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
* Update TeamsConversationBot.csproj (#3299 )
Avoid "Error while reading manifest.json: Failed to find icon "icon-outline.png" file in the package Failed to find icon "icon-color.png" file in the package"
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
* R17 build errors
* TeamsConversationBot linter fix
* Expiremental deletions
* New DotNet ARM Templates
* New nodejs ARM templates
* Nodejs SDK dependencies
* New typescript_nodejs ARM templates
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
Co-authored-by: Anish Prasad <v-aniprasad@microsoft.com>
Co-authored-by: Joel Mut <62260472+sw-joelmut@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Cecilia Avila <44245136+ceciliaavila@users.noreply.github.com>
Co-authored-by: Emiliano Quiroga <emiliano.quiroga@7-11.com>
Co-authored-by: Axel Suárez <axsuarez@microsoft.com>
Co-authored-by: Sahithi SSKK <103068244+sahithikkss@users.noreply.github.com>
Co-authored-by: Dana V <43397658+dmvtech@users.noreply.github.com>
Co-authored-by: Ahad Jeyemby <abdulahad.jmb@gmail.com>
Co-authored-by: CrushonYou <crushonme@163.com>
2022-08-19 08:45:36 -05:00
Ahad Jeyemby
87125f57dc
Update README.md ( #3794 )
...
Corrected path under try this sample, the correct path is '11.qnamaker' instead of '11a.qnamaker'
2022-07-22 14:53:51 -05:00
Dana V
4ee6bb8266
Added recognizers-date-time which is needed. ( #3793 )
...
Recognizers-date-time package is needed. Also added specific versions for emoji to get around package issue.
2022-07-22 14:52:51 -05:00
Sahithi SSKK
e6d15fd9a9
New Orchestrator in examples ( #3790 )
2022-07-11 11:22:17 -04:00
Prithvi-MSFT
df93f6fb53
Added the installation update event which sends welcome message when the bot is installed (nodejs sample). ( #3774 )
...
* Updated the conversation update event to send welcome message when bot is installed
* updated installation event to send separate welcome messages when bot is installed in personal or teams scope
* updated condition for channel message
* Added onMembersAdded event with condition to not send duplicate welcome message
2022-06-27 08:55:52 -05:00
Prithvi-MSFT
bbb2a7afdb
Added the installation update event which sends welcome message when the bot is installed (dotnet core sample). ( #3773 )
...
* Updated the conversation event to send welcome message when bot is installed
* updated welcome message
* Updated conversation event to send separate message for personal and teams scope
* Updated condition for channel message
* Added membersAdded event with checks to not send duplicate welcome cards
2022-06-27 08:55:37 -05:00
BruceHaley
dc3781a05d
Plumb qnaRegion through from ADO var ( #3768 )
2022-06-06 15:09:04 -04:00
BruceHaley
47b82b7270
Update ref System.Text.Encodings.Web" Version="5.0.1 ( #3764 )
2022-06-02 22:45:19 -04:00
BruceHaley
a09dd4672b
Fix Composer buildAndDeploy.yaml pipeline ( #3755 )
...
* Fix .ps1 files path references
* Add dir worksapce
* Add buildYamlDirectory parameter
* Add yamlDirectory parameter
* Updated BasicAssistant based on latest CoreBot template.
Added missing appsettings.json
* Updated readme
* Added some debug messages
* More debug
* Fix Get-Location
* Prettify debug messages
* Add | Format-Table -AutoSize
* Add | Format-Table -AutoSize -Wrap
* Add (Get-Location).Path
* Add $(Get-Location)
* Fix params for Build-LUIS.ps1
* Fix params in Publish orchestrator
* Add Set-PSDebug -Trace 2
* Turn debug off
* Add diags to Get-LUModels
* Add more diags
* More diags
* Diag twesk
* Strip colors
* Diag formatting
* Diag format 2
* More diags 4
* Diag tweak 5
* Tweak 6b
* Added orchestrator component and set recognizer for the root dialog to use orchestrator
* Reverted some path changes and removed some diagnostics code
* Changed yaml to use powreshell task.
Removed debug code
Update web app deploy to use runFromPackage
* Added examples for relative paths
Co-authored-by: Gabo Gilabert <ggilaber@microsoft.com>
2022-05-27 12:54:28 -04:00
BruceHaley
a3620fa649
Fix the test dummy bot readme ( #3756 )
...
* Fix the test dummy readme
* Tweak
2022-05-20 13:43:45 -04:00
Lee Parrish
c2fb857c4e
Update com.microsoft.graph version in POM.XML ( #3748 )
2022-05-17 11:31:39 -07:00
microsoft-github-policy-service[bot]
6eaf996548
Microsoft mandatory file ( #3746 )
...
Co-authored-by: microsoft-github-policy-service[bot] <77245923+microsoft-github-policy-service[bot]@users.noreply.github.com>
2022-05-17 11:10:09 -07:00
Arsh Kashyap
aaf244026f
[C#] Return defaultAnswer from service in 49.qnamaker-all-features. ( #3742 )
...
* Return defaultAnswer from service.
* Revert extra changes.
2022-05-09 09:03:48 -04:00
Gabo Gilabert
219034c6f3
Update samples to 4.16 ( #3734 )
...
* Added CustomQABot and CustomQABotAllFeatures. (#3712 )
* Added CustomQABot and CustomQABotAllFeatures.
* Updated configuration and removed model.
* Readme Updated.
* Readme heading updated.
* Models added and code refactored.
* Readme updated
* Readme updated.
* Updated Readme and renamed bot.
* Readme updated
* Readme updated.
* Updated readme.
* Updated .csproj and .sln
* Refactored code and comments added.
* Minor comment change.
* Addressed review comments and updated Readme.
* Updated Readme.
* Updated Readme.
* Updated Readme.
* Updated configuration names in appsettings.json.
* Renamed default.htm to default.html
* Updated Readme.
* Code refactored and readme updated.
* Reduced references in readme.
* Changed cognitiveModel file name.
* Updated ArgumentException for configuration.
* Updated ArgumentException for configuration
* Updated readme and refactored code.
* Added CustomQABot and CustomQABotAllFeatures (#3716 )
* Added CustomQABot and CustomQABotAllFeatures.
* Updated .env file.
* Updated folder names.
* Added more functionality.
* Updated configuration names in .env.
* Used enum for qnaServiceType.
* Removed null check from index.js
* Updated Readme of both samples and added eslintrc
* Removed Typos from Readme. (#3733 )
* Removed Typos from Readme.
* Updated line no. for filters.
* Changed card references to rootDialog.js
* Added link to rootDialog
* Updated Readme.
* Updated JS dependency version for BF
* Updated BF sdk references to 4.16.0
Consolidated timex expressions references to 1.7.0
Consolidated newtonsoft references to 3.1.1
* Updated old QnAamples readmes with deprecation notice
* Fixed links
* Updated JS readmes
* Update samples/csharp_dotnetcore/11.qnamaker/README.md
Co-authored-by: Jonathan Fingold <jonathan.m.fingold@gmail.com>
* Update samples/csharp_dotnetcore/12.customQABot/README.md
Co-authored-by: Jonathan Fingold <jonathan.m.fingold@gmail.com>
* Update samples/csharp_dotnetcore/12.customQABot/README.md
Co-authored-by: Jonathan Fingold <jonathan.m.fingold@gmail.com>
* Update samples/csharp_dotnetcore/12.customQABot/README.md
Co-authored-by: Jonathan Fingold <jonathan.m.fingold@gmail.com>
* Update samples/csharp_dotnetcore/12.customQABot/README.md
Co-authored-by: Jonathan Fingold <jonathan.m.fingold@gmail.com>
* Update samples/csharp_dotnetcore/11.qnamaker/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/12.customQABot/README.md
Co-authored-by: Jonathan Fingold <jonathan.m.fingold@gmail.com>
* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md
Co-authored-by: Jonathan Fingold <jonathan.m.fingold@gmail.com>
* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md
Co-authored-by: Jonathan Fingold <jonathan.m.fingold@gmail.com>
* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md
Co-authored-by: Jonathan Fingold <jonathan.m.fingold@gmail.com>
* Update samples/csharp_dotnetcore/12.customQABot/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/12.customQABot/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/12.customQABot/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/12.customQABot/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/12.customQABot/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/12.customQABot/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/12.customQABot/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/12.customQABot/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/12.customQABot/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/12.customQABot/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/12.customQABot/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/12.customQABot/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/12.customQABot/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/12.customQABot/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Update samples/csharp_dotnetcore/48.customQABot-all-features/README.md
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Apply suggestions from code review
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
* Addressed Jonathan's feedback
* Updated JS readmne for js sample 12 to match donet sample
* Updated readme to match dotnet readme
* Updated JS readme for sample 49 to align C# readme
Co-authored-by: Arsh Kashyap <60098300+Arsh-Kashyap@users.noreply.github.com>
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
Co-authored-by: Jonathan Fingold <jonathan.m.fingold@gmail.com>
Co-authored-by: Sarah Eberhardt <94552194+eberhardts@users.noreply.github.com>
2022-04-29 09:05:42 -05:00
Joel Mut
b51d79f41d
Update JS and TS Teams sample 58 to use sendMessageToTeamsChannel ( #3705 )
2022-04-21 10:32:25 -07:00
Joel Mut
1c03894d86
Update Teams sample 58 to use SendMessageToTeamsChannelAsync ( #3704 )
2022-04-21 10:28:30 -07:00
Axel Suárez
a7b307ee1e
Updating download links ( #2745 )
...
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
2022-04-21 09:24:24 -05:00
Kevin Leung
b7857fca0c
Fix for custom view tasks ( #3675 )
...
* Updating manifest to include valid domains
* Updating validDomain to include ngrok for sample
* Updating validDomain to include ngrok for sample
2022-04-21 09:13:42 -05:00
diabhoil
ba4e9a46ed
Match the icon names to the real file names ( #3525 )
...
The icons should have a different size too. "color" should be in 192x192 px and outline in 32x32 px. See here: https://docs.microsoft.com/en-us/microsoftteams/platform/concepts/build-and-test/apps-package#color
2022-04-21 09:09:04 -05:00
Joel Mut
9cac2ce3cf
Update OrchestratorSchoolNavigator sample with latest Composer codebase ( #3587 )
2022-04-21 09:06:01 -05:00
Cecilia Avila
cabffcbd69
[ #2980 ] Port SSO for skills dotnet sample to JS ( #3708 )
...
* Add sso rootbot
* Add sso skillbot
* Update README file
2022-04-21 09:04:01 -05:00
Ram Fattah
19967eb60e
config clean up ( #3724 )
2022-04-21 09:02:09 -05:00
Wajeed-msft
c5972ad790
Fixing issue with duplicate '/' which is causing blank task module ( #3725 )
2022-04-21 09:01:43 -05:00
BruceHaley
96ba2b5448
Fix Linux ARM deployment templates for Samples E2E tests ( #3732 )
...
* Change sku from "Basic" to "Standard"
* Add botSku parameter
* Fix bot sku values
* Fix bot sku for typescript templates
* Normalize template formats
2022-04-18 09:30:10 -05:00
BruceHaley
2b490ae07f
Drop UserSecretsid from .csproj files ( #3729 )
2022-04-11 14:23:50 -04:00
BruceHaley
fbdede3e59
Add Gabo's CICDPipelineSample ( #3726 )
...
* Add the sample
* Tweak readme
* Project tweaks
2022-04-11 13:16:32 -04:00
Eric Dahlvang
498ad826a3
Update webapi project to 4.15 using BotFrameworkHttpAdapter ( #3719 )
2022-03-25 16:26:12 -07:00
Monica Rivera
f4236cdcc0
Delete obsolete samples. ( #3718 )
2022-03-17 18:51:28 -04:00
Monica Rivera
d8cf71078e
Update README ( #3717 )
2022-03-17 18:51:18 -04:00
Anish Prasad
67dc482eaf
Update Sample 21 + README to add sample code for enabling activity and personal info logging ( #3711 )
...
* Adding example for turning on activity logging
* Comment out activity and personal info logging and add note to README
* README Formatting Fix
Co-authored-by: Axel Suarez Martinez <axsuarez@microsoft.com>
2022-03-11 15:21:10 -08:00
Anish Prasad
22f07ebe68
Update dotnet Samples 17 & 54 ( #3702 )
...
* Update Sample 17
Add TranslatorRegion field to appsettings
Add code in MicrosoftTranslator.cs to account for new field and supply it in the request header
Update README to mention new field and default behavior
* Update Sample 54
Add check in TeamsTaskModuleBot.cs for trailing backslash in BaseUrl, and append if not present
Update README to clarify BaseUrl format
2022-03-11 15:19:45 -08:00
Ram Fattah
30153084a0
update readme file in csharp_dotnetcore sample 24 & 18 ( #3703 )
...
* update readme sample
Added description for the configuration values in appsettings.json
* updated dotnetcore sample 18 readme
* update
* clean up
2022-03-11 15:16:55 -08:00
dependabot[bot]
c332a7f41f
Bump junit ( #3681 )
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1 )
---
updated-dependencies:
- dependency-name: junit:junit
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-11 15:14:39 -08:00
dependabot[bot]
a7c514a5eb
Bump junit in /samples/java_springboot/55.teams-link-unfurling ( #3687 )
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1 )
---
updated-dependencies:
- dependency-name: junit:junit
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-11 15:14:22 -08:00
dependabot[bot]
8b443fde49
Bump junit in /samples/java_springboot/54.teams-task-module ( #3686 )
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1 )
---
updated-dependencies:
- dependency-name: junit:junit
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-11 15:13:58 -08:00
dependabot[bot]
a7d7349c1b
Bump junit ( #3685 )
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1 )
---
updated-dependencies:
- dependency-name: junit:junit
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-11 15:13:39 -08:00
dependabot[bot]
83e743a0f3
Bump junit in /samples/java_springboot/56.teams-file-upload ( #3684 )
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1 )
---
updated-dependencies:
- dependency-name: junit:junit
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-11 15:13:24 -08:00
dependabot[bot]
a4d04b3e7a
Bump junit ( #3683 )
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1 )
---
updated-dependencies:
- dependency-name: junit:junit
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-11 15:13:11 -08:00
dependabot[bot]
d0cea97f12
Bump junit from 4.12 to 4.13.1 in /samples/java_springboot/46.teams-auth ( #3682 )
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1 )
---
updated-dependencies:
- dependency-name: junit:junit
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-11 15:12:53 -08:00
dependabot[bot]
f1d5778183
Bump junit in /samples/java_springboot/57.teams-conversation-bot ( #3680 )
...
Bumps [junit](https://github.com/junit-team/junit4 ) from 4.12 to 4.13.1.
- [Release notes](https://github.com/junit-team/junit4/releases )
- [Changelog](https://github.com/junit-team/junit4/blob/main/doc/ReleaseNotes4.12.md )
- [Commits](https://github.com/junit-team/junit4/compare/r4.12...r4.13.1 )
---
updated-dependencies:
- dependency-name: junit:junit
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-11 15:12:12 -08:00