From ad25939abc72c29f12490807287f442727a329a2 Mon Sep 17 00:00:00 2001 From: Austin Drefke Date: Thu, 16 May 2019 08:28:54 -0700 Subject: [PATCH] improve Skill.Name description --- .../stable/2019-05-06/searchservice.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 3d7177076804..fbafac25f47e 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 @@ -4521,7 +4521,7 @@ }, "name": { "type": "string", - "description": "The name of the skill which uniquely identifies the skill within the skillset. Skills with no skill name defined will be given a default name of its index in the skillset array." + "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",