Ganapathi Diddi
|
a5cef2d242
|
Addressing review comments
|
2024-05-06 12:26:12 +05:30 |
Ganapathi Diddi
|
14ce4e99d4
|
Porting Scaleout sample from C# to JavaScript
|
2024-04-24 18:40:16 +05:30 |
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 |
tracyboehrer
|
a9cd50ee0c
|
Updated SDK version in JS samples (#3922)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
|
2023-10-25 11:16:43 -05:00 |
Jhonatan Sandoval Velasco
|
038bda53bc
|
[#3910][JavaScript] Add Bot Authentication SNI sample bot (#3914)
* add bot sample with sni authentication
* fix lint issues
* apply PR feedback
* remove empty spaces
* keep app type value in .env
* update botbuilder version
* Updated SDK version
---------
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
|
2023-10-25 10:49:22 -05:00 |
Jhonatan Sandoval Velasco
|
08f1c45bb3
|
[Node]Update node version to 16 in ARM templates (#3921)
* update node version in templates
* update to version value ~16
* include TS templates changes
* include all related templates samples
|
2023-10-24 15:35:08 -05:00 |
Jhonatan Sandoval Velasco
|
c6904bd734
|
[#3910][DotNet] Add Bot Authentication SNI sample bot (#3917)
* add SNI authentication .net sample
* change bot name
* update SDK version
---------
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
|
2023-10-24 09:39:32 -05:00 |
Jhonatan Sandoval Velasco
|
6fe1a7c045
|
[#3910][DotNet] Add Bot Authentication Certificate sample bot (#3916)
* add .net certificate authentication sample
* include sample link
* clean sample documentation
* remove unused libraries
* Update SDK version
---------
Co-authored-by: CeciliaAvila <cecilia.avila@southworks.com>
|
2023-10-24 09:26:11 -05:00 |
Joel Mut
|
485ff33313
|
Add AllowedTypesSerializationBinder to 45.state-management sample (#3867)
* Add AllowedTypesSerializationBinder to 45.state-management sample
* Add missing word
|
2023-10-23 08:49:00 -05:00 |
Larry Fisherman
|
6e6a62827d
|
Update requirements.txt (#3866)
Without the additional requirements the sample does not work
|
2023-10-20 09:37:22 -05:00 |
dependabot[bot]
|
e64fa19c42
|
Bump NuGet.Common in /samples/csharp_webapi/13.core-bot (#3892)
Bumps [NuGet.Common](https://github.com/NuGet/NuGet.Client) from 5.5.1 to 5.11.5.
- [Release notes](https://github.com/NuGet/NuGet.Client/releases)
- [Commits](https://github.com/NuGet/NuGet.Client/commits)
---
updated-dependencies:
- dependency-name: NuGet.Common
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-10-20 09:36:17 -05:00 |
dependabot[bot]
|
3601d70ae2
|
Bump Microsoft.Rest.ClientRuntime (#3895)
Bumps [Microsoft.Rest.ClientRuntime](https://github.com/Azure/azure-sdk-for-net) from 2.3.10 to 2.3.24.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](https://github.com/Azure/azure-sdk-for-net/commits/Microsoft.Rest.ClientRuntime_2.3.24)
---
updated-dependencies:
- dependency-name: Microsoft.Rest.ClientRuntime
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-10-20 09:34:42 -05:00 |
dependabot[bot]
|
9eb48e5c7c
|
Bump Microsoft.Rest.ClientRuntime in /samples/csharp_webapi/13.core-bot (#3896)
Bumps [Microsoft.Rest.ClientRuntime](https://github.com/Azure/azure-sdk-for-net) from 2.3.21 to 2.3.24.
- [Release notes](https://github.com/Azure/azure-sdk-for-net/releases)
- [Commits](https://github.com/Azure/azure-sdk-for-net/compare/Microsoft.Rest.ClientRuntime_2.3.21...Microsoft.Rest.ClientRuntime_2.3.24)
---
updated-dependencies:
- dependency-name: Microsoft.Rest.ClientRuntime
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
|
2023-10-20 09:34:25 -05:00 |
dependabot[bot]
|
e5f1738083
|
Bump requests in /samples/python/21.corebot-app-insights (#3898)
Bumps [requests](https://github.com/psf/requests) from 2.23.0 to 2.31.0.
- [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.23.0...v2.31.0)
---
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>
|
2023-10-20 09:34:04 -05:00 |
dependabot[bot]
|
97ab2e8a0c
|
Bump requests in /samples/python/17.multilingual-bot (#3899)
Bumps [requests](https://github.com/psf/requests) from 2.23.0 to 2.31.0.
- [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.23.0...v2.31.0)
---
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>
|
2023-10-20 09:33:50 -05:00 |
Mayank
|
0330f9e3a5
|
fix: samples/javascript_es6/01.browser-echo/package.json to reduce vulnerabilities (#3907)
The following vulnerabilities are fixed with an upgrade:
- https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180022
- https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180024
- https://snyk.io/vuln/SNYK-JS-JSONWEBTOKEN-3180026
Co-authored-by: snyk-bot <snyk-bot@snyk.io>
|
2023-10-20 09:33:21 -05:00 |
tracyboehrer
|
a11f31c402
|
DotNet Samples to latest version (#3920)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
|
2023-10-20 09:31:22 -05:00 |
Cecilia Avila
|
366d52c9c0
|
[JavaScript] Add Bot Authentication Certificate sample (#3908)
* add bot-authentication-certificate sample
* fix lint issues
* Include sample link in list of samples
* Add documentation details
---------
Co-authored-by: JhontSouth <jhonatan.sandoval@southworks.com>
Co-authored-by: Jhonatan Sandoval Velasco <122501764+JhontSouth@users.noreply.github.com>
|
2023-09-21 13:28:54 -05:00 |
Anish Prasad
|
d991983fea
|
feat: Update Node Samples to SDK 4.20.0 and restify 10.0.0 for Compatibility with Node 18 (#3902)
* Update Node Samples to SDK 4.20.0 and restify 10.0.0
* Update README to require Node 16.16.0
|
2023-07-20 11:46:07 -05:00 |
Anish Prasad
|
353c61b4dc
|
Update CQA Samples to add Teams Adaptive Card Functionality (#3885)
* Update JS CQA samples to 4.20.0 and add code to enable adaptive card feature
* Clarify README
* Update C# sample and revert changes to js sample 12
---------
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
|
2023-07-13 10:54:40 -05:00 |
tracyboehrer
|
b68d103470
|
Updated DotNet to SDK 4.20.1 (#3897)
* Updated DotNet to SDK 4.20.1
* Corrected ambiguous call
---------
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
|
2023-07-13 10:35:03 -05:00 |
tracyboehrer
|
a1b5737369
|
Update sample-js-samplebot-win-test.yml for Azure Pipelines
Using 3.1
|
2023-07-13 09:01:59 -05:00 |
tracyboehrer
|
f5d95ce911
|
Update sample-ts-samplebot-win-test.yml for Azure Pipelines
Using 3.1
|
2023-07-13 08:58:49 -05:00 |
ChetanSharma-MSFT
|
1b180f025d
|
Updated root readme sample links to refer Microsoft Teams Samples repository. (#3851)
Updated root readme sample links to refer Microsoft Teams Samples repository.
Co-authored-by: tracyboehrer <tracyboehrer@users.noreply.github.com>
|
2022-11-30 09:20:44 -06:00 |
Cecilia Avila
|
0525264254
|
Add 83.named-pipe-sample (#3852)
|
2022-11-29 21:02:44 -06:00 |
BruceHaley
|
22fcff680a
|
Archive Teams samples (#3848)
* Remove Teams samples
* Readme fixes plus a pom.xml
* Readme fixes plus a pom fix
* Strip projects from csharp_dotnetcore.sln
* Update csharp_dotnetcore.sln 2
* Upgrade com.microsoft.graph to 2.9.0
* Delete unwanted archive files
* Delete unwanted archive files 2
* Add .gitignore to Java archive
* Restore deleted samples to archive
|
2022-11-29 21:00:50 -06:00 |
tracyboehrer
|
d9eeb9cbcc
|
Removed stale secrets (#3854)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
|
2022-11-28 12:50:05 -06:00 |
johnataylor
|
9a42a233c7
|
archive 14 and fix a couple of QnA refereences in the README (#3845)
|
2022-11-17 06:21:18 -06:00 |
johnataylor
|
c9fe423ae2
|
update product name from QnAMaker to custom question answering (#3844)
|
2022-11-16 16:50:28 -06:00 |
johnataylor
|
0c737e1a96
|
archive qa samples and update readme (#3843)
|
2022-11-16 14:35:17 -06:00 |
Anish Prasad
|
bb7a296787
|
Fix the token variable in the oauthinput dialog (#3836)
Change all token variable references to user.token.
|
2022-11-15 11:03:45 -08:00 |