Skip to content

Commit

Permalink
add directive for cognitiveservices (#31940)
Browse files Browse the repository at this point in the history
* add directive for cognitiveservices

* Update readme.python.md
  • Loading branch information
kazrael2119 authored Dec 20, 2024
1 parent bf420af commit 1cb540f
Showing 1 changed file with 8 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,11 @@ typescript:
output-folder: "$(typescript-sdks-folder)/sdk/cognitiveservices/arm-cognitiveservices"
generate-metadata: true
```
```yaml
directive:
from: swagger-document
where: $.definitions.RaiBlocklistItemsBulkDeleteRequest
transform: >
$["type"]="array"
```

0 comments on commit 1cb540f

Please sign in to comment.