From 26a961a6290da466d399951b37673e0998ceda94 Mon Sep 17 00:00:00 2001 From: ashku-ms <33531737+ashku-ms@users.noreply.github.com> Date: Thu, 12 Apr 2018 11:08:32 -0700 Subject: [PATCH] Change C# SDK namespace Keeping in line with the standardization efforts, changing the namespace of C# SDK to the prescribed format Microsoft.Azure.CognitiveServices.. --- specification/cognitiveservices/data-plane/SpellCheck/readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/specification/cognitiveservices/data-plane/SpellCheck/readme.md b/specification/cognitiveservices/data-plane/SpellCheck/readme.md index 63cd0f29c399..41666de898d9 100644 --- a/specification/cognitiveservices/data-plane/SpellCheck/readme.md +++ b/specification/cognitiveservices/data-plane/SpellCheck/readme.md @@ -39,7 +39,7 @@ swagger-to-sdk: These settings apply only when `--csharp` is specified on the command line. ``` yaml $(csharp) csharp: - namespace: Microsoft.Azure.CognitiveServices.SpellCheck + namespace: Microsoft.Azure.CognitiveServices.Language.SpellCheck output-folder: $(csharp-sdks-folder)/CognitiveServices/dataPlane/Language/SpellCheck/BingSpellCheck/Generated/ sync-methods: none ```