Skip to content

Commit

Permalink
Update property name (Azure#20265)
Browse files Browse the repository at this point in the history
  • Loading branch information
vibsridh authored Aug 18, 2022
1 parent 2614c50 commit 20b212e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"description": "Result of listing insights. It contains a list of available cost insights.",
"type": "object",
"properties": {
"value": {
"values": {
"description": "The list of cost insights.",
"type": "array",
"readOnly": true,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
"responses": {
"200": {
"body": {
"value": [
"values": [
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CostManagement/insights/insightsId_123",
"name": "insightsId_123",
Expand Down

0 comments on commit 20b212e

Please sign in to comment.