Skip to content

Commit

Permalink
Add SkillsetOperations to C# code generation settings (Azure#5132)
Browse files Browse the repository at this point in the history
  • Loading branch information
arv100kri authored and sarangan12 committed Feb 1, 2019
1 parent 930987c commit b2ed47f
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,8 @@ directive:
where: $
transform: >
if ( $.includes("class DataSourcesOperations") || $.includes("class IndexersOperations") ||
$.includes("class IndexesOperations") || $.includes("class SynonymMapsOperations") )
$.includes("class IndexesOperations") || $.includes("class SynonymMapsOperations") ||
$.includes("class SkillsetsOperations") )
return $.
replace(/this.SearchServiceName/g,"Client.SearchServiceName").
Expand Down

0 comments on commit b2ed47f

Please sign in to comment.