Skip to content

Commit

Permalink
[TypeSpec Update]: Update Versions and ContentSafety (#23974)
Browse files Browse the repository at this point in the history
* Update dependencies

* Updates for ContentSafety

* Update for final operation change
  • Loading branch information
markcowl authored May 17, 2023
1 parent 5cef814 commit bdc89af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions specification/cognitiveservices/ContentSafety/routes.tsp
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ interface BlockOps
extends Azure.Core.ResourceOperations<NoRepeatableRequests &
NoConditionalRequests &
NoClientRequestId> {}

interface TextBlocklists {
@summary("Get Text Blocklist By blocklistName")
@doc("Returns text blocklist details.")
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1057,6 +1057,7 @@
"in": "query",
"required": false,
"description": "The number of result items to skip.",
"default": 0,
"type": "integer",
"format": "int32",
"x-ms-parameter-location": "method"
Expand Down

0 comments on commit bdc89af

Please sign in to comment.