southworks / botbuilder-js

JavaScript SDK used to build chat bots for the Microsoft Bot Framework.
MIT License
1 stars 3 forks source link

fix: Add deprecated attribute to MsalServiceClientCredentialsFactory class #523

Closed ceciliaavila closed 2 weeks ago

ceciliaavila commented 2 weeks ago

minor

Description

This PR adds the deprecated attribute to the MsalServiceClientCredentialsFactory class, so users opt to use one of the other factory classes depending on the type of authentication they use (ConfigurationServiceClientCredentialFactory, CertificateServiceClientCredentialsFactory, FederatedServiceClientCredentialsFactory, etc).

Specific Changes

Testing

This image shows the class marked as deprecated. image

coveralls commented 2 weeks ago

Pull Request Test Coverage Report for Build 11708581365

Details


Totals Coverage Status
Change from base Build 11691458662: 0.0%
Covered Lines: 20515
Relevant Lines: 23064

💛 - Coveralls
ceciliaavila commented 2 weeks ago

/promoted 4789