Skip to content

Commit

Permalink
Validation fix (#25338)
Browse files Browse the repository at this point in the history
* lint fix

* validation fix
  • Loading branch information
rsharm7 authored Aug 16, 2023
1 parent 6d78397 commit 550aee4
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@
{
"name": "operationName",
"display": {
"Provider": "providerName",
"Resource": "resourceName",
"Operation": "operationName",
"Description": "description"
"provider": "providerName",
"resource": "resourceName",
"operation": "operationName",
"description": "description"
}
}
]
Expand Down

0 comments on commit 550aee4

Please sign in to comment.