Skip to content

Commit

Permalink
CodeGen from PR 24020 in Azure/azure-rest-api-specs
Browse files Browse the repository at this point in the history
ViewPropertiesUpdate (#24020)
  • Loading branch information
SDKAuto committed May 22, 2023
1 parent f5dce1d commit 4490e8b
Show file tree
Hide file tree
Showing 3 changed files with 22 additions and 0 deletions.
4 changes: 4 additions & 0 deletions schemas/2022-10-01/Microsoft.CostManagement.json
Original file line number Diff line number Diff line change
Expand Up @@ -1391,6 +1391,10 @@
],
"description": "Chart type of the main view in Cost Analysis. Required."
},
"dateRange": {
"type": "string",
"description": "Date range of the current view."
},
"displayName": {
"type": "string",
"description": "User input name of the view. Required."
Expand Down
9 changes: 9 additions & 0 deletions schemas/2023-03-01/Microsoft.CostManagement.json
Original file line number Diff line number Diff line change
Expand Up @@ -1391,6 +1391,10 @@
],
"description": "Chart type of the main view in Cost Analysis. Required."
},
"dateRange": {
"type": "string",
"description": "Date range of the current view."
},
"displayName": {
"type": "string",
"description": "User input name of the view. Required."
Expand Down Expand Up @@ -1425,6 +1429,11 @@
],
"description": "Metric to use when displaying costs."
},
"modifiedOn": {
"type": "string",
"format": "date-time",
"description": "Date when the user last modified this view."
},
"pivots": {
"oneOf": [
{
Expand Down
9 changes: 9 additions & 0 deletions schemas/2023-04-01-preview/Microsoft.CostManagement.json
Original file line number Diff line number Diff line change
Expand Up @@ -1829,6 +1829,10 @@
],
"description": "Chart type of the main view in Cost Analysis. Required."
},
"dateRange": {
"type": "string",
"description": "Date range of the current view."
},
"displayName": {
"type": "string",
"description": "User input name of the view. Required."
Expand Down Expand Up @@ -1863,6 +1867,11 @@
],
"description": "Metric to use when displaying costs."
},
"modifiedOn": {
"type": "string",
"format": "date-time",
"description": "Date when the user last modified this view."
},
"pivots": {
"oneOf": [
{
Expand Down

0 comments on commit 4490e8b

Please sign in to comment.