Граф коммитов

3931 Коммитов

Автор SHA1 Сообщение Дата
Rido a3657d4c24
Update TargetFramework to net8.0 in CoreBot.Tests.csproj and AuthCertificateBot.csproj (#4005) 2024-07-31 11:55:34 -05:00
Tracy Boehrer 33ab6787fc Expiremental DotNet sni+mise 2024-07-10 14:33:49 -05:00
Tracy Boehrer 56dad1193b Merge branch 'main' of https://github.com/microsoft/BotBuilder-Samples 2024-07-09 14:04:46 -05:00
Tracy Boehrer 1b26a73672 Added wip\85.bot-authentication-sni 2024-07-09 14:04:38 -05:00
Amrit10737726 27aeb2b529
[fix] Copied 'deploymentTemplates' in the Python EchoBot to all other Python samples. (#3999) 2024-07-01 05:44:21 -05:00
Joel Mut 369186d80a
[#3948] Update dotnet samples to target .Net 8 - Skills samples (#3983)
* Update Skills to net 6

* Update README
2024-06-25 11:37:36 -05:00
dependabot[bot] ccd01b539e
Bump requests in /samples/python/21.corebot-app-insights (#3980)
Bumps [requests](https://github.com/psf/requests) from 2.31.0 to 2.32.2.
- [Release notes](https://github.com/psf/requests/releases)
- [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
- [Commits](https://github.com/psf/requests/compare/v2.31.0...v2.32.2)

---
updated-dependencies:
- dependency-name: requests
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-25 11:35:30 -05:00
Andrés Robinet f57fb695f5
[#3948] Update dotnet samples to target .Net 8 - Authentication bots (#3990)
* OAuth

* MSGraph

* Certificates

* SNI

* PR Review Changes

---------

Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
2024-06-25 11:34:57 -05:00
Joel Mut 4e416a00d9
Update CQA to net 8 (#3984) 2024-06-25 11:33:45 -05:00
Joel Mut f88012210d
Update CI pipeline to .net 8 (#3982) 2024-06-25 11:33:16 -05:00
Joel Mut 233e385dc6
Update Advanced to net 8 (#3985) 2024-06-25 11:32:51 -05:00
Andrés Robinet f0ef791ab5
[#3948] Update dotnet samples to target .Net 8 - Essential samples (#3987)
* Update EchoBot, WelcomeUser, MultiTurnPromptBot, CardsBot, AdaptiveCardsBot, and SuggestedActionsBot

* Handling Attachments

* Handling Attachments - Update TimexExpression version

* TIMEX Resolution

* Complex Dialogs

* State Management

* Core Bot
2024-06-25 11:32:25 -05:00
Amrit10737726 1b49cc501e
Added Adapter.process in route handler (#3998) 2024-06-25 11:31:28 -05:00
Tracy Boehrer 2929390344 UserAssignedMsi ARM templates for EchoBot 2024-06-24 13:59:53 -05:00
dependabot[bot] 8427702a4e
Bump Microsoft.Identity.Client in /samples/csharp_webapi/13.core-bot (#3992)
Bumps [Microsoft.Identity.Client](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet) from 4.37.0 to 4.61.3.
- [Release notes](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/blob/main/CHANGELOG.md)
- [Commits](https://github.com/AzureAD/microsoft-authentication-library-for-dotnet/compare/4.37.0...4.61.3)

---
updated-dependencies:
- dependency-name: Microsoft.Identity.Client
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-06-24 10:37:22 -05:00
Tracy Boehrer 9b6173682b Using CertificateServiceClientCredentialsFactory for SN+I sample 2024-06-18 10:02:18 -05:00
Amrit10737726 1330610d8a
modified ftpState from AllAllowed to Disabled (#3981) 2024-06-06 08:56:50 -05:00
Tracy Boehrer 530db3bcc3 Using UserTokenClient in Python 18.bot-authentication 2024-06-04 13:28:11 -05:00
Amrit10737726 ce328b01cc
fix: [.NET Core] Remove .UseAuthorization if unnecessary for running bots #2920 (#3978)
* .Authorization() was removed from Startup.cs because it is not required in the bot sample and is also not used by the SDK.

* .Authorization() was removed from Startup.cs because it is not required in the bot sample and is also not used by the SDK.

* Delete samples/csharp_dotnetcore/84.bot-authentication-certificate/AuthCertificateBot.csproj

removing due to accidentally added

* Delete samples/csharp_dotnetcore/85.bot-authentication-sni/AuthSNIBot.csproj

removing due to accidentally added

* Adding back the deleted .csproj files

---------

Co-authored-by: Ganapathi Diddi <v-gandiddi@microsoft.com>
2024-06-03 12:28:30 -05:00
Tracy Boehrer a681ad36be Merge branch 'main' of https://github.com/microsoft/BotBuilder-Samples 2024-05-31 14:25:25 -05:00
Tracy Boehrer dcf7786d12 Updated immediate-accept-adapter to CloudAdapter 2024-05-31 14:25:11 -05:00
gandiddi 8cf477ac8c
Adding botbuilder-dialogs dependency in the requirements.txt (#3979) 2024-05-29 10:36:33 -05:00
gandiddi 62a768d02c
Switch from TSLint to ESLint for TypeScript samples (#3969)
* Switch from TSLint to ESLint for TypeScript samples

* Update ci-javascript-samples.yml

Updating eslint for both file types i.e. .js and .ts

* eslint-plugin-import

* eslint-plugin-n

* Resolving dependencies

* jsonwebtoken
2024-05-13 11:04:55 -05:00
Drew Batshaw df21f1a703
Update attachmentsBot.js to correct handle downloads from ms teams (#3947)
The code was using attachment.contentURL which is missing the auth token need to download when using ms teams.
2024-05-03 12:57:44 -05:00
dependabot[bot] af6e2216dc
Bump System.IdentityModel.Tokens.Jwt (#3951)
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 5.6.0 to 5.7.0.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/5.6.0...5.7.0)

---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
  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>
2024-05-03 12:43:08 -05:00
dependabot[bot] 2dbdbc92e9
Bump Microsoft.IdentityModel.JsonWebTokens (#3952)
Bumps [Microsoft.IdentityModel.JsonWebTokens](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 5.6.0 to 5.7.0.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/compare/5.6.0...5.7.0)

---
updated-dependencies:
- dependency-name: Microsoft.IdentityModel.JsonWebTokens
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-05-03 12:40:28 -05:00
gandiddi a2b385f07c
Uncommenting the SUBSCRIPTION_REGION in bot configurations (#3972) 2024-05-03 12:38:26 -05:00
tracyboehrer f5577bfbba
Bumped DotNet samples to 4.22.3 (#3967)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-04-17 13:25:12 -05:00
tracyboehrer 832ea43bb4
Bumped Python samples to >=4.15.0 (#3966)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-04-17 13:22:39 -05:00
tracyboehrer 9c1640835f
Python SingleTenant updates (#3932)
* Python SingleTenant updates

* Python deployments now default to Python 3.9

---------

Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-04-17 13:19:21 -05:00
Cecilia Avila 4aee434217
[JavaScript] Add Echo-Proxy Bot sample (#3944)
* Add new echo-proxy-bot sample for JS

* Remove yarn.lock file
2024-04-08 10:18:52 -05:00
KojiNakamura 5c8fa6f977
remove duplicated line (#3953) 2024-04-08 10:18:18 -05:00
gandiddi 1d4d580283
Replacing the waterdall dialog by referencing the component dialog's initial dialog ID. (#3955) 2024-04-08 10:17:32 -05:00
gandiddi 9fd77a1747
Multi-turn prompt: Summarizing the collected information before asking to confirm if collected info is Ok. (#3957)
* Multi-turn prompt: Summarizing the collected information before asking to confirm if collected info is Ok.

* Fixing lint errors
2024-04-08 10:16:54 -05:00
Tracy Boehrer 93bf76460a Removed unneeded readme 2024-03-21 09:12:45 -05:00
Tracy Boehrer a35dcde62c Updated CLI Tools readme 2024-03-21 09:10:05 -05:00
Tracy Boehrer 5e91456bb0 Corrected Experimental README 2024-03-21 08:39:20 -05:00
aliona matveeva 235bc6e115
fixed app.py - APP_ID retrieval (#3949) 2024-03-20 11:01:50 -05:00
Tracy Boehrer 1e259b0d6d Removed incomplete/wip Python samples 2024-03-20 10:39:18 -05:00
Tracy Boehrer b1e16992d8 Corrected invalid samples images 2024-03-14 16:33:58 -05:00
Tracy Boehrer bd4e42ab1b Image text blur 2024-03-14 16:15:29 -05:00
Tracy Boehrer d5eafc1ef7 Archived expiremental/language-orchestrator 2024-02-01 13:24:57 -06:00
Sarah Saunders e0f4a3323a
Update index.js (#3939) 2024-02-01 13:00:21 -06:00
tracyboehrer 277269d06d
Update ci-javascript-samples.yml 2024-02-01 12:56:00 -06:00
Cecilia Avila 1ea6f6701a
Add CI/CD pipeline for BotFramework Composer using CLU (#3893)
* add pipeline for clu service

* add bot sample for CLU service

* remove LUIS references

* Update README.md

* Improving README information

* Clean up .csproj

* Remove unused scripts folder

* Remove ref to MyGet from Nuget.config

* Remove Nuget.config file

---------

Co-authored-by: JhontSouth <jhonatan.sandoval@southworks.com>
Co-authored-by: Jhonatan Sandoval Velasco <122501764+JhontSouth@users.noreply.github.com>
Co-authored-by: Joel Mut <joel.mut@southworks.com>
2024-02-01 12:49:34 -06:00
dependabot[bot] 3ffd4d2704
Bump System.IdentityModel.Tokens.Jwt (#3938)
Bumps [System.IdentityModel.Tokens.Jwt](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet) from 5.1.2 to 5.7.0.
- [Release notes](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/releases)
- [Changelog](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/blob/dev/CHANGELOG.md)
- [Commits](https://github.com/AzureAD/azure-activedirectory-identitymodel-extensions-for-dotnet/commits/5.7.0)

---
updated-dependencies:
- dependency-name: System.IdentityModel.Tokens.Jwt
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-02-01 12:47:46 -06:00
tracyboehrer 6b7d0f9d71
JS SDK 4.22.1 (#3941)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-02-01 12:45:46 -06:00
tracyboehrer 8f88bad2ac
DotNet SDK 4.22.0 (#3940)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-02-01 12:40:29 -06:00
tracyboehrer b32524db66
Python now uses CloudAdapter (#3925)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2023-11-02 14:58:06 -05:00
Cecilia Avila 1f040d02de
Update restify dep in new samples (#3924) 2023-10-31 14:58:17 -05:00