Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Hub Generated] Review request for Microsoft.Consumption to add version stable/2021-10-01 #16900

Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -3859,6 +3859,24 @@
"description": "The billing frequency, which can be either one-time or recurring.",
"type": "string",
"readOnly": true
},
"billingMonth": {
"description": "The billing month(yyyyMMdd), on which the event initiated.",
"type": "integer",
"format": "int32",
"readOnly": true
},
"monetaryCommitment": {
"description": "The monetary commitment amount at the enrollment scope.",
"type": "number",
"format": "decimal",
"readOnly": true
},
"overage": {
"description": "The overage amount at the enrollment scope.",
"type": "number",
"format": "decimal",
"readOnly": true
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
"eventDate": "2019-09-09T19:19:04Z",
"reservationOrderId": "00000000-0000-0000-0000-000000000000",
"description": "Standard_DS1_v2 westus 1 Year",
"eventType": "Cancel",
"eventType": "Refund",
"quantity": 1,
"amount": -21.000000000000000,
"currency": "USD",
Expand All @@ -33,7 +33,10 @@
"departmentName": "Unassigned",
"costCenter": "",
"currentEnrollment": "123456",
"billingFrequency": "recurring"
"billingFrequency": "recurring",
"billingMonth": 20190901,
"monetaryCommitment": 523123.90,
"overage": 23234.49
}
},
{
Expand Down Expand Up @@ -61,7 +64,10 @@
"departmentName": "Unassigned",
"costCenter": "",
"currentEnrollment": "123456",
"billingFrequency": "recurring"
"billingFrequency": "recurring",
"billingMonth": 20190901,
"monetaryCommitment": 523123.90,
"overage": 23234.49
}
}
]
Expand Down