Skip to content

Commit 593e9b8

Browse files
authored
Merge pull request #458 from watson-developer-cloud/cc-deprecation-message
docs(cc): add deprecation message when creating instance
2 parents 427b4c8 + c67c6b1 commit 593e9b8

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/IBM.Watson.CompareComply.v1/CompareComplyService.cs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@
3434

3535
namespace IBM.Watson.CompareComply.v1
3636
{
37+
[System.Obsolete("On 1 November 2021, Compare and Comply will no longer be available." +
38+
"\nFor more information, see Compare and Comply Deprecation " +
39+
"(https://github.com/watson-developer-cloud/dotnet-standard-sdk#compare-and-comply-deprecation).")]
3740
public partial class CompareComplyService : IBMService, ICompareComplyService
3841
{
3942
const string defaultServiceName = "compare_comply";

0 commit comments

Comments
 (0)