Skip to content

Commit

Permalink
fix invoice and revservation
Browse files Browse the repository at this point in the history
  • Loading branch information
Umang Shah committed Sep 6, 2024
1 parent 7be9406 commit 4dd5915
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1241,6 +1241,9 @@
"description": "The ID of credit note.",
"type": "string",
"readOnly": true
},
"rebillDetails": {
"$ref": "#/definitions/RebillDetails"
}
},
"readOnly": true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1043,9 +1043,15 @@
"renew": {
"$ref": "#/definitions/Renew"
},
"instanceFlexibility": {
"description": "Allows reservation discount to be applied across skus within the same auto fit group. Not all skus support instance size flexibility.",
"$ref": "#/definitions/InstanceFlexibility"
"reservedResourceProperties": {
"type": "object",
"description": "Properties specific to each reserved resource type. Not required if not applicable.",
"x-ms-client-flatten": true,
"properties": {
"instanceFlexibility": {
"$ref": "#/definitions/InstanceFlexibility"
}
}
},
"reviewDateTime": {
"type": "string",
Expand Down

0 comments on commit 4dd5915

Please sign in to comment.