diff --git a/specification/search/data-plane/Microsoft.Azure.Search.Service/stable/2019-05-06/examples/SearchServiceCreateOrUpdateSkillset.json b/specification/search/data-plane/Microsoft.Azure.Search.Service/stable/2019-05-06/examples/SearchServiceCreateOrUpdateSkillset.json index efc5b446b385..731e909988d9 100644 --- a/specification/search/data-plane/Microsoft.Azure.Search.Service/stable/2019-05-06/examples/SearchServiceCreateOrUpdateSkillset.json +++ b/specification/search/data-plane/Microsoft.Azure.Search.Service/stable/2019-05-06/examples/SearchServiceCreateOrUpdateSkillset.json @@ -96,7 +96,6 @@ "skills": [ { "@odata.type": "#Microsoft.Skills.Text.EntityRecognitionSkill", - "name": "MyLanguageERSkill", "description": null, "context": null, "inputs": [ @@ -119,7 +118,6 @@ }, { "@odata.type": "#Microsoft.Skills.Text.LanguageDetectionSkill", - "name": "MyLanguageDetectionSkill", "description": null, "context": null, "inputs": [ @@ -137,7 +135,6 @@ }, { "@odata.type": "#Microsoft.Skills.Text.SplitSkill", - "name": "MyLanguageSplitSkill", "description": null, "context": null, "inputs": [ @@ -162,7 +159,6 @@ }, { "@odata.type": "#Microsoft.Skills.Text.KeyPhraseExtractionSkill", - "name": "MyKeyPhraseSkill", "description": null, "context": "/document/pages/*", "inputs": [ diff --git a/specification/search/data-plane/Microsoft.Azure.Search.Service/stable/2019-05-06/searchservice.json b/specification/search/data-plane/Microsoft.Azure.Search.Service/stable/2019-05-06/searchservice.json index efd0465c31d5..9ca1f30613d2 100644 --- a/specification/search/data-plane/Microsoft.Azure.Search.Service/stable/2019-05-06/searchservice.json +++ b/specification/search/data-plane/Microsoft.Azure.Search.Service/stable/2019-05-06/searchservice.json @@ -4546,10 +4546,6 @@ "@odata.type": { "type": "string" }, - "name": { - "type": "string", - "description": "The name of the skill which uniquely identifies it within the skillset. A skill with no name defined will be given a default name of its 1-based index in the skills array." - }, "description": { "type": "string", "description": "The description of the skill which describes the inputs, outputs, and usage of the skill."