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

10660 Коммитов

Автор SHA1 Сообщение Дата
Tracy Boehrer ae643135a5 Dependency updates 2024-07-30 07:46:05 -05:00
Tracy Boehrer 67c1098954 Removed unused argument from FederatedAuthenticator.CreateClientApplication 2024-07-29 16:05:19 -05:00
Tracy Boehrer 3439024dfa FederatedAppCredentials and factory 2024-07-29 14:14:52 -05:00
Joel Mut 276bb33945
[#6741] Remove .Net Core 3.1 from projects (#6819)
* Remove netcoreapp3.1 and fix System.Text.Json issue

* Fix System.Formats.Asn1 security issue

* Fix remaining System.Text.Json issue
2024-07-16 15:26:45 -05:00
tracyboehrer 0b0db2fd1b
Reverted AdaptiveExpressions.Core framework change (#6810)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-07-09 13:12:03 -05:00
Jhonatan Sandoval Velasco 1e6eb6164e
add token credential authentication to BlobsTranscriptStore (#6813) 2024-07-08 13:45:10 -05:00
tracyboehrer f8e195f343
AdaptiveExpression.Core duplicated icon.png (#6809)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-06-24 18:31:49 -05:00
tracyboehrer 1afe34d2d6
AdaptiveExpression.Core framework (#6808)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-06-24 17:19:14 -05:00
tracyboehrer 52e6c8ddb8
AdaptiveExpression.Core package rename (#6807)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-06-24 16:17:02 -05:00
tracyboehrer 074b7db207
CertificateServiceClientCredentialsFactory handles public, Gov, and private clouds (#6806)
* Added CertificateGovernmentAppCredentials

* CertificateServiceClientCredentialsFactory handles private clouds

* Fixed CertificateServiceClientCredentialsFactory formatting

* CertificateServiceClientCredentialsFactory test updates

---------

Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-06-24 13:17:03 -05:00
tracyboehrer 3a59c0bbf4
Corrected Authority in MsalServiceClientCredentialsFactory (#6802)
* MsalServiceClientCredentialsFactory correction for Authority

* Added BotFrameworkHttpAdapter obsolete annotation

* Bumped Microsoft.NET.Test.Sdk (for compliance)

* Removed test projects from solution

---------

Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-06-19 09:43:01 -05:00
Jevan Saks 78d95cee75
Add Microsoft.AdaptiveExpressions.Core, fork of AdaptiveExpressions on System.Text.Json (and AOT compatible) (#6783)
* AdaptiveExpressions on STJ and AOT compatible

* Undo copy of Converters

* Move to netstandard2.1 to get newer string overloads

* Restore the .sln header

* Fix possible project config issue for pipelines

* Revert "Move to netstandard2.1 to get newer string overloads"

This reverts commit 72a11acfb3.

* Improve JsonNodeMemory for adaptive cards templating scenario

* Make some AOT quality of life improvements

* Use UnconditionalSuppressMessage instead; fix some trim warnings

* Rename to Microsoft.AdaptiveExpressions.Core

* Change TargetFramework to net8.0 so that the AOT tests run

* Fix package name

* CR feedback
2024-06-14 09:05:54 -05:00
tracyboehrer 10947aa3c2
Microsoft.Identity.Client bump (#6800)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-06-13 16:26:45 -05:00
Jhonatan Sandoval Velasco 2f48b03125
update azure cosmos to 3.40.0 (#6796) 2024-05-29 16:34:57 -05:00
Joel Mut 411e0924ae
fix: [#6792] Composer Bot with QnA Intent recognized triggers duplicate QnA queries (#6793)
* Fix double QnA trace

* Fix unit tests and create new one
2024-05-28 10:50:11 -05:00
Joel Mut 259c174716
fix: Add Audience for Certificate auth to work with Skills (#6794)
* Fix Certificate auth in Skills

* Ensure thread safety for CertificateServiceClientCredentialsFactory

---------

Co-authored-by: Andrés Robinet <andres.robinet@southworks.com>
2024-05-28 10:26:11 -05:00
Joel Mut b15a8bf49d
[#6741] Update generators templates and VSIX to .Net 8 (#6762)
* Update dotnet-templates to NET 8

* Update VSIX to NET 8

* Update comment BotBuilder version to latest

* include netcoreapp3.1 in the template options

* fix README content

---------

Co-authored-by: JhontSouth <jhonatan.sandoval@southworks.com>
2024-05-16 08:41:24 -05:00
Cecilia Avila 005c8edead
Update functional test yamls for .NET8 (#6761) 2024-05-16 08:41:04 -05:00
Cecilia Avila 4519cf7049
[#6741] Update projects to .Net 8 (#6760)
* Update test projects to .NET8

* Update test bots to .NET8

* Update CI yamls to .NET8

* Apply feedback

* keep support for netcoreapp3.1

* fix pipeline task name

* separate target framework conditionals

* add missing task to pipeline

---------

Co-authored-by: JhontSouth <jhonatan.sandoval@southworks.com>
2024-05-16 08:40:30 -05:00
gandiddi 42c4395059
Converting to new CodeQL suppression syntax (#6787)
* Converting to new CodeQL suppression syntax

* Adding the reason
2024-05-08 23:05:24 +05:30
tracyboehrer 4952e8fcb5
Added messages for all UnauthorizedAccessException (#6786)
* Added messages for all UnauthorizedAccessException

* Adjust unit tests for changes in UnauthorizedAccessException messages

---------

Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-05-07 16:08:30 -05:00
tracyboehrer 673dbca7ec
Logging UnauthorizedAccessException in BotFrameworkHttpAdapter (#6784)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-05-07 13:21:59 -05:00
tracyboehrer c5b5aa7741
New LGTM suppression syntax - BlobsStorage (#6782)
* New LGTM suppression syntax - BlobsStorage

* More LGTM updates

---------

Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-05-07 10:32:51 -05:00
tracyboehrer 91d6a2865c
Microsoft.Identity.Client bump (#6779)
* Microsoft.Identity.Client bump

* Compensated for new ManagedIdentityClient auto-retrying requests

---------

Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-05-03 09:02:37 -05:00
tracyboehrer a6796c93aa NuGetAuthenticate@1 2024-04-23 05:06:26 -05:00
Dong Lei f5cee3e0db
Double check emulator path when skipping endorsement check (#6704)
* Skip endorsement check based on explicit token validation

* fix styles

* Fixed failing test which now expects an Unauthorized exception

---------

Co-authored-by: Rakesh <rachandran@microsoft.com>
2024-04-23 14:43:43 +08:00
Joel Mut ed06db2906
Update TimeoutException message (#6773) 2024-04-11 08:17:01 -05:00
Jhonatan Sandoval Velasco 2a488e45fd
fix: [#6752] The ShowTypingMiddleware throws System.ObjectDisposedException when an exception occurs in the bot (#6772)
* avoid faulted task to dispose

* remove nested if

* remove blank spaces
2024-04-10 13:10:21 -05:00
Jhonatan Sandoval Velasco ef69173eac
feat: Support Single Tenant authentication through BotFramework-Emulator (#6769)
* use dynamic Emulator issuer with tenant id to validate identity

* use auth constants
2024-04-10 13:09:45 -05:00
Joel Mut b9192f8671
Move SaveAllChanges method from SetProperty to OAuthInput (#6757) 2024-03-18 09:55:10 -05:00
Graham McMynn 3dfb5986e3
Support Sso for SharePoint bot ACEs (#6755)
* Support Sso for SharePoint bot ACEs

* Adding IStorage back in

* Adding support for QuickView SSO
2024-03-08 14:31:18 -06:00
Cecilia Avila a4fc943070
Fix error when building activity with non-string text (#6753)
* Format to string the text and speak properties

* Add unit test
2024-03-05 09:07:09 -06:00
tracyboehrer 1cc1ad646a
Microsoft.IdentityModel.Protocols.OpenIdConnect bump (#6756)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-03-04 10:19:28 -06:00
tracyboehrer 07ed900bb7
Updated NuGet.Packaging (#6749)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-02-14 09:59:43 -06:00
tracyboehrer d4884bd641
create-botbuilder-parity-issues.yml permissions (#6748) 2024-02-13 08:16:40 -06:00
Joel Mut 23c03d8606
Fix ANTLR when LU content contains only comments (#6747) 2024-02-09 07:58:04 -06:00
tracyboehrer e5f7ff6dcd
Manually adding zh-CN and zh-TW to LanguagePolicy (#6745)
* Manually adding zh-CN and zh-TW to LanguagePolicy

* Only adding zh-cn to LanguagePolicy if missing.

---------

Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-02-06 09:40:01 -06:00
Joel Mut 84df0860ce
Fix LU parser rules to support all comments in a file (#6744)
* Update LU parser rules to support only comments

* Fix unit tests

* Add unit test to cover all comments case

---------

Co-authored-by: CeciliaAvila <cecilia.avila@southworks.com>
2024-02-06 08:58:41 -06:00
Jhonatan Sandoval Velasco 36927e12ae
show typing indicator before every message (#6743) 2024-02-05 09:29:54 -06:00
Jhonatan Sandoval Velasco af83e3fe36
include content type for json values in blob storage (#6733) 2024-02-01 15:00:18 -06:00
tracyboehrer 4de1d65ccd
Generators SDK 4.22.0 (#6742)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-02-01 14:59:42 -06:00
tracyboehrer 9c4a1af6e9
Removed Copyright from generated code (#6740)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-02-01 14:25:47 -06:00
tracyboehrer eb4fa4955d
Removed release.proj (#6739)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-02-01 12:19:50 -06:00
tracyboehrer 01548c1f19
release.csproj (#6738)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-02-01 11:20:18 -06:00
tracyboehrer 784b4b0d9c
Added global.json for pipelines (#6737)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-01-31 11:56:24 -06:00
tracyboehrer 8d4b2aa3f4
Added release.proj for pipelines (#6736)
Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-01-31 11:39:26 -06:00
Alex Terentiev 2e8a6f8788
Add isVisible property to AceData (#6730)
Co-authored-by: aterentiev <aterentiev@microsoft.com_odspmdb>
2024-01-19 13:16:39 -06:00
tracyboehrer cc34242904
System.IdentityModel.Tokens.Jwt bump (#6731)
* System.IdentityModel.Tokens.Jwt bump

* Microsoft.IdentityModel.Tokens bump

---------

Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-01-19 12:32:52 -06:00
tracyboehrer 206b6f6dba
OneBranch fixes (#6728)
* OB Fixes

* Removed test pipeline

---------

Co-authored-by: Tracy Boehrer <trboehre@microsoft.com>
2024-01-11 10:47:29 -06:00
tracyboehrer 91f54d67fd Set up CI with Azure Pipelines Test
[skip ci]
2024-01-11 10:42:21 -06:00