Skip to content

Commit 20b212e

Browse files
authored
Update property name (Azure#20265)
1 parent 2614c50 commit 20b212e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2020-08-01-preview/costmanagement.insights.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
"description": "Result of listing insights. It contains a list of available cost insights.",
8282
"type": "object",
8383
"properties": {
84-
"value": {
84+
"values": {
8585
"description": "The list of cost insights.",
8686
"type": "array",
8787
"readOnly": true,

specification/cost-management/resource-manager/Microsoft.CostManagement/preview/2020-08-01-preview/examples/GetInsights.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"responses": {
77
"200": {
88
"body": {
9-
"value": [
9+
"values": [
1010
{
1111
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/providers/Microsoft.CostManagement/insights/insightsId_123",
1212
"name": "insightsId_123",

0 commit comments

Comments
 (0)