forked from Azure/azure-rest-api-specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add ResetSkills To SDK (Azure#15902)
* Add ResetSkills To SDK * Add custom words * Address comments and fix schema * Address comments and fix ModelValidation check * make url aka.ms * fix url
- Loading branch information
1 parent
e5b3f8c
commit f63e93d
Showing
3 changed files
with
77 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
14 changes: 14 additions & 0 deletions
14
...data-plane/Azure.Search/preview/2021-04-30-Preview/examples/SearchServiceResetSkills.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
{ | ||
"parameters": { | ||
"endpoint": "https://myservice.search.windows.net", | ||
"skillsetName": "mySkillset", | ||
"api-version": "2021-04-30-preview", | ||
"skillNames": [ | ||
"skillName1", | ||
"skillName2" | ||
] | ||
}, | ||
"responses": { | ||
"204": {} | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters