Skip to content

Commit

Permalink
Update costmanagement.generatedetailedcostreport.json (Azure#23313)
Browse files Browse the repository at this point in the history
* Update costmanagement.generatedetailedcostreport.json

* Fix in costmanagement common-types.json

* Fixing example error code to Int in GenerateCostReport

---------

Co-authored-by: Prathyusha Challa <v-prchalla@microsoft.com>
  • Loading branch information
2 people authored and JoshLove-msft committed Apr 25, 2023
1 parent 838b4ad commit 4c8669d
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@
"properties": {
"code": {
"description": "Error code.",
"type": "string",
"type": "integer",
"format": "int32",
"readOnly": true
},
"message": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,14 @@
"description": "The status of the long running operation.",
"$ref": "#/definitions/Status"
},
"startTime": {
"description": "The startTime of the operation.",
"type": "string"
},
"endTime": {
"description": "The endTime of the operation.",
"type": "string"
},
"type": {
"description": "The type of the long running operation.",
"type": "string"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"validTill": "2020-12-08T05:55:59.4394737Z"
},
"error": {
"code": "0",
"code": 0,
"message": null
}
}
Expand Down

0 comments on commit 4c8669d

Please sign in to comment.