diff --git a/specification/cognitiveservices/data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json b/specification/cognitiveservices/data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json index 06b70baaf03a..4e7a542c3e5a 100644 --- a/specification/cognitiveservices/data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json +++ b/specification/cognitiveservices/data-plane/LUIS/Authoring/stable/v2.0/LUIS-Authoring.json @@ -1,8 +1,8 @@ { "swagger": "2.0", "info": { - "title": "LUIS Authoring API", - "version": "v2.0 preview" + "title": "LUIS Authoring Client", + "version": "2.0" }, "host": "api.cognitive.microsoft.com", "basePath": "/luis/api/v2.0", diff --git a/specification/cognitiveservices/data-plane/LUIS/Runtime/stable/v2.0/LUIS-Runtime.json b/specification/cognitiveservices/data-plane/LUIS/Runtime/stable/v2.0/LUIS-Runtime.json index d3390ccd18fa..d7fc0efa87ae 100644 --- a/specification/cognitiveservices/data-plane/LUIS/Runtime/stable/v2.0/LUIS-Runtime.json +++ b/specification/cognitiveservices/data-plane/LUIS/Runtime/stable/v2.0/LUIS-Runtime.json @@ -1,8 +1,8 @@ { "swagger": "2.0", "info": { - "title": "LUIS Runtime API", - "version": "v2.0 preview" + "title": "LUIS Runtime Client", + "version": "2.0" }, "host": "api.cognitive.microsoft.com", "basePath": "/luis/v2.0", diff --git a/specification/cognitiveservices/data-plane/SpellCheck/readme.md b/specification/cognitiveservices/data-plane/SpellCheck/readme.md index 2504d7b32e08..7a1e303c8086 100644 --- a/specification/cognitiveservices/data-plane/SpellCheck/readme.md +++ b/specification/cognitiveservices/data-plane/SpellCheck/readme.md @@ -18,7 +18,7 @@ openapi-type: data-plane These settings apply only when `--tag=release_1_0` is specified on the command line. ``` yaml $(tag) == 'release_1_0' -input-file: stable/V1.0/SpellCheck.json +input-file: stable/v1.0/SpellCheck.json ``` ## Swagger to SDK diff --git a/specification/cognitiveservices/data-plane/SpellCheck/stable/V1.0/SpellCheck.json b/specification/cognitiveservices/data-plane/SpellCheck/stable/v1.0/SpellCheck.json similarity index 100% rename from specification/cognitiveservices/data-plane/SpellCheck/stable/V1.0/SpellCheck.json rename to specification/cognitiveservices/data-plane/SpellCheck/stable/v1.0/SpellCheck.json diff --git a/specification/cognitiveservices/data-plane/SpellCheck/stable/V1.0/examples/SuccessfulProofModeRequest.json b/specification/cognitiveservices/data-plane/SpellCheck/stable/v1.0/examples/SuccessfulProofModeRequest.json similarity index 100% rename from specification/cognitiveservices/data-plane/SpellCheck/stable/V1.0/examples/SuccessfulProofModeRequest.json rename to specification/cognitiveservices/data-plane/SpellCheck/stable/v1.0/examples/SuccessfulProofModeRequest.json diff --git a/specification/cognitiveservices/data-plane/SpellCheck/stable/V1.0/examples/SuccessfulSpellModeRequest.json b/specification/cognitiveservices/data-plane/SpellCheck/stable/v1.0/examples/SuccessfulSpellModeRequest.json similarity index 100% rename from specification/cognitiveservices/data-plane/SpellCheck/stable/V1.0/examples/SuccessfulSpellModeRequest.json rename to specification/cognitiveservices/data-plane/SpellCheck/stable/v1.0/examples/SuccessfulSpellModeRequest.json