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
Update MsalServiceClientCredentialsFactory to add the deprecated attribute.
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.