Skip to content

Commit

Permalink
address ModelValidation
Browse files Browse the repository at this point in the history
  • Loading branch information
tianxin-ms committed Apr 3, 2024
1 parent e293f5e commit bcced44
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -5891,6 +5891,11 @@
],
"description": "Resource tags."
},
"displayName" :{
"type": "string",
"readOnly": true,
"description": "Rai Blocklist Item Display Name."
},
"properties": {
"$ref": "#/definitions/RaiBlocklistItemProperties",
"description": "Properties of Cognitive Services RaiBlocklist Item."
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,14 +7,14 @@
"raiBlocklistName": "myblocklist",
"raiBlocklistItems": [
{
"name": "myblocklistitem1",
"displayName": "myblocklistitem1",
"properties": {
"pattern": "block item1",
"isRegex": false
}
},
{
"name": "myblocklistitem2",
"displayName": "myblocklistitem2",
"properties": {
"pattern": "block item2",
"isRegex": false
Expand Down

0 comments on commit bcced44

Please sign in to comment.