Skip to content

Commit

Permalink
typo: consumption/resource-manager/Microsoft.Consumption (#5458)
Browse files Browse the repository at this point in the history
- chages -> charges
- Cylce -> Cycle
  • Loading branch information
nschonni authored and dsgouda committed Mar 25, 2019
1 parent 4e6ebed commit 3818649
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@
"Charges"
],
"operationId": "ChargesByBillingAccount_List",
"description": "Lists the charges by billingAccountId for given start and end date. Start and end date are used to determine the billing period. For current month, the data will be provided from month to date. If there are no chages for a month then that month will show all zeroes.",
"description": "Lists the charges by billingAccountId for given start and end date. Start and end date are used to determine the billing period. For current month, the data will be provided from month to date. If there are no charges for a month then that month will show all zeroes.",
"externalDocs": {
"url": "https://docs.microsoft.com/en-us/rest/api/consumption/"
},
Expand Down Expand Up @@ -408,7 +408,7 @@
"Charges"
],
"operationId": "ChargesByBillingProfile_List",
"description": "Lists the charges by billing profile id for given start and end date. Start and end date are used to determine the billing period. For current month, the data will be provided from month to date. If there are no chages for a month then that month will show all zeroes.",
"description": "Lists the charges by billing profile id for given start and end date. Start and end date are used to determine the billing period. For current month, the data will be provided from month to date. If there are no charges for a month then that month will show all zeroes.",
"externalDocs": {
"url": "https://docs.microsoft.com/en-us/rest/api/consumption/"
},
Expand Down Expand Up @@ -456,7 +456,7 @@
"Charges"
],
"operationId": "ChargesByInvoiceSection_List",
"description": "Lists the charges by invoice section id for given start and end date. Start and end date are used to determine the billing period. For current month, the data will be provided from month to date. If there are no chages for a month then that month will show all zeroes.",
"description": "Lists the charges by invoice section id for given start and end date. Start and end date are used to determine the billing period. For current month, the data will be provided from month to date. If there are no charges for a month then that month will show all zeroes.",
"externalDocs": {
"url": "https://docs.microsoft.com/en-us/rest/api/consumption/"
},
Expand Down Expand Up @@ -552,7 +552,7 @@
"type": "string",
"readOnly": true
},
"billingCylce": {
"billingCycle": {
"description": "Enrollment billing cycle",
"type": "string",
"readOnly": true
Expand Down

0 comments on commit 3818649

Please sign in to comment.