Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
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
2 changes: 1 addition & 1 deletion lib/services/consumptionManagement/lib/models/budget.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class Budget extends models['ProxyResource'] {
* start date must be first of the month and should be less than the end
* date. Budget start date must be on or after June 1, 2017. Future start
* date should not be more than three months. Past start date should be
* selected within the timegrain preiod. There are no restrictions on the end
* selected within the timegrain period. There are no restrictions on the end
* date.
* @member {date} [timePeriod.startDate] The start date for the budget.
* @member {date} [timePeriod.endDate] The end date for the budget. If not
Expand Down
12 changes: 6 additions & 6 deletions lib/services/consumptionManagement/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ export interface Balance extends Resource {
* applying the benefit scope and also specifies the number of instances to
* which the reservation benefit can be applied to.
* @member {string} [skuName] This is the ARM Sku name. It can be used to join
* with the servicetype field in additoinalinfo in usage records.
* with the serviceType field in additional info in usage records.
* @member {number} [reservedHours] This is the total hours reserved. E.g. if
* reservation for 1 instance was made on 1 PM, this will be 11 hours for that
* day and 24 hours from subsequent days
Expand Down Expand Up @@ -357,7 +357,7 @@ export interface ReservationSummary extends Resource {
* applying the benefit scope and also specifies the number of instances to
* which the reservation benefit can be applied to.
* @member {string} [skuName] This is the ARM Sku name. It can be used to join
* with the servicetype field in additoinalinfo in usage records.
* with the serviceType field in additional info in usage records.
* @member {number} [reservedHours] This is the total hours reserved for the
* day. E.g. if reservation for 1 instance was made on 1 PM, this will be 11
* hours for that day and 24 hours from subsequent days.
Expand All @@ -366,7 +366,7 @@ export interface ReservationSummary extends Resource {
* @member {string} [instanceId] This identifier is the name of the resource or
* the fully qualified Resource ID.
* @member {number} [totalReservedQuantity] This is the total count of
* instances that are reserved for the reservationid.
* instances that are reserved for the reservationId.
*/
export interface ReservationDetail extends Resource {
readonly reservationOrderId?: string;
Expand Down Expand Up @@ -397,7 +397,7 @@ export interface ReservationDetail extends Resource {
* @member {string} [term] RI recommendations in one or three year terms.
* @member {number} [costWithNoReservedInstances] The total amount of cost
* without reserved instances.
* @member {number} [recommendedQuantity] Recomended quality for reserved
* @member {number} [recommendedQuantity] Recommended quality for reserved
* instances.
* @member {number} [totalCostWithReservedInstances] The total amount of cost
* with reserved instances.
Expand Down Expand Up @@ -446,7 +446,7 @@ export interface Tag {
* @member {string} [name] Resource name.
* @member {string} [type] Resource type.
* @member {string} [eTag] eTag of the resource. To handle concurrent update
* scenarion, this field will be used to determine whether the user is updating
* scenario, this field will be used to determine whether the user is updating
* the latest version or not.
*/
export interface ProxyResource extends BaseResource {
Expand Down Expand Up @@ -562,7 +562,7 @@ export interface Notification {
* date must be first of the month and should be less than the end date. Budget
* start date must be on or after June 1, 2017. Future start date should not be
* more than three months. Past start date should be selected within the
* timegrain preiod. There are no restrictions on the end date.
* timegrain period. There are no restrictions on the end date.
* @member {date} [timePeriod.startDate] The start date for the budget.
* @member {date} [timePeriod.endDate] The end date for the budget. If not
* provided, we default this to 10 years from the start date.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ class ProxyResource extends models['BaseResource'] {
* @member {string} [name] Resource name.
* @member {string} [type] Resource type.
* @member {string} [eTag] eTag of the resource. To handle concurrent update
* scenarion, this field will be used to determine whether the user is
* scenario, this field will be used to determine whether the user is
* updating the latest version or not.
*/
constructor() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ReservationDetail extends models['Resource'] {
* for applying the benefit scope and also specifies the number of instances
* to which the reservation benefit can be applied to.
* @member {string} [skuName] This is the ARM Sku name. It can be used to
* join with the servicetype field in additoinalinfo in usage records.
* join with the serviceType field in additional info in usage records.
* @member {number} [reservedHours] This is the total hours reserved for the
* day. E.g. if reservation for 1 instance was made on 1 PM, this will be 11
* hours for that day and 24 hours from subsequent days.
Expand All @@ -39,7 +39,7 @@ class ReservationDetail extends models['Resource'] {
* @member {string} [instanceId] This identifier is the name of the resource
* or the fully qualified Resource ID.
* @member {number} [totalReservedQuantity] This is the total count of
* instances that are reserved for the reservationid.
* instances that are reserved for the reservationId.
*/
constructor() {
super();
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ class ReservationRecommendation {
* @member {string} [term] RI recommendations in one or three year terms.
* @member {number} [costWithNoReservedInstances] The total amount of cost
* without reserved instances.
* @member {number} [recommendedQuantity] Recomended quality for reserved
* @member {number} [recommendedQuantity] Recommended quality for reserved
* instances.
* @member {number} [totalCostWithReservedInstances] The total amount of cost
* with reserved instances.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ class ReservationSummary extends models['Resource'] {
* for applying the benefit scope and also specifies the number of instances
* to which the reservation benefit can be applied to.
* @member {string} [skuName] This is the ARM Sku name. It can be used to
* join with the servicetype field in additoinalinfo in usage records.
* join with the serviceType field in additional info in usage records.
* @member {number} [reservedHours] This is the total hours reserved. E.g. if
* reservation for 1 instance was made on 1 PM, this will be 11 hours for
* that day and 24 hours from subsequent days
Expand Down
24 changes: 12 additions & 12 deletions lib/services/consumptionManagement/lib/operations/budgets.js
Original file line number Diff line number Diff line change
Expand Up @@ -452,7 +452,7 @@ function _get(budgetName, options, callback) {
* The start date must be first of the month and should be less than the end
* date. Budget start date must be on or after June 1, 2017. Future start date
* should not be more than three months. Past start date should be selected
* within the timegrain preiod. There are no restrictions on the end date.
* within the timegrain period. There are no restrictions on the end date.
*
* @param {date} parameters.timePeriod.startDate The start date for the budget.
*
Expand All @@ -477,7 +477,7 @@ function _get(budgetName, options, callback) {
* associated with the budget. Budget can have up to five notifications.
*
* @param {string} [parameters.eTag] eTag of the resource. To handle concurrent
* update scenarion, this field will be used to determine whether the user is
* update scenario, this field will be used to determine whether the user is
* updating the latest version or not.
*
* @param {object} [options] Optional Parameters.
Expand Down Expand Up @@ -943,7 +943,7 @@ function _getByResourceGroupName(resourceGroupName, budgetName, options, callbac
* The start date must be first of the month and should be less than the end
* date. Budget start date must be on or after June 1, 2017. Future start date
* should not be more than three months. Past start date should be selected
* within the timegrain preiod. There are no restrictions on the end date.
* within the timegrain period. There are no restrictions on the end date.
*
* @param {date} parameters.timePeriod.startDate The start date for the budget.
*
Expand All @@ -968,7 +968,7 @@ function _getByResourceGroupName(resourceGroupName, budgetName, options, callbac
* associated with the budget. Budget can have up to five notifications.
*
* @param {string} [parameters.eTag] eTag of the resource. To handle concurrent
* update scenarion, this field will be used to determine whether the user is
* update scenario, this field will be used to determine whether the user is
* updating the latest version or not.
*
* @param {object} [options] Optional Parameters.
Expand Down Expand Up @@ -1814,7 +1814,7 @@ class Budgets {
* The start date must be first of the month and should be less than the end
* date. Budget start date must be on or after June 1, 2017. Future start date
* should not be more than three months. Past start date should be selected
* within the timegrain preiod. There are no restrictions on the end date.
* within the timegrain period. There are no restrictions on the end date.
*
* @param {date} parameters.timePeriod.startDate The start date for the budget.
*
Expand All @@ -1839,7 +1839,7 @@ class Budgets {
* associated with the budget. Budget can have up to five notifications.
*
* @param {string} [parameters.eTag] eTag of the resource. To handle concurrent
* update scenarion, this field will be used to determine whether the user is
* update scenario, this field will be used to determine whether the user is
* updating the latest version or not.
*
* @param {object} [options] Optional Parameters.
Expand Down Expand Up @@ -1891,7 +1891,7 @@ class Budgets {
* The start date must be first of the month and should be less than the end
* date. Budget start date must be on or after June 1, 2017. Future start date
* should not be more than three months. Past start date should be selected
* within the timegrain preiod. There are no restrictions on the end date.
* within the timegrain period. There are no restrictions on the end date.
*
* @param {date} parameters.timePeriod.startDate The start date for the budget.
*
Expand All @@ -1916,7 +1916,7 @@ class Budgets {
* associated with the budget. Budget can have up to five notifications.
*
* @param {string} [parameters.eTag] eTag of the resource. To handle concurrent
* update scenarion, this field will be used to determine whether the user is
* update scenario, this field will be used to determine whether the user is
* updating the latest version or not.
*
* @param {object} [options] Optional Parameters.
Expand Down Expand Up @@ -2159,7 +2159,7 @@ class Budgets {
* The start date must be first of the month and should be less than the end
* date. Budget start date must be on or after June 1, 2017. Future start date
* should not be more than three months. Past start date should be selected
* within the timegrain preiod. There are no restrictions on the end date.
* within the timegrain period. There are no restrictions on the end date.
*
* @param {date} parameters.timePeriod.startDate The start date for the budget.
*
Expand All @@ -2184,7 +2184,7 @@ class Budgets {
* associated with the budget. Budget can have up to five notifications.
*
* @param {string} [parameters.eTag] eTag of the resource. To handle concurrent
* update scenarion, this field will be used to determine whether the user is
* update scenario, this field will be used to determine whether the user is
* updating the latest version or not.
*
* @param {object} [options] Optional Parameters.
Expand Down Expand Up @@ -2238,7 +2238,7 @@ class Budgets {
* The start date must be first of the month and should be less than the end
* date. Budget start date must be on or after June 1, 2017. Future start date
* should not be more than three months. Past start date should be selected
* within the timegrain preiod. There are no restrictions on the end date.
* within the timegrain period. There are no restrictions on the end date.
*
* @param {date} parameters.timePeriod.startDate The start date for the budget.
*
Expand All @@ -2263,7 +2263,7 @@ class Budgets {
* associated with the budget. Budget can have up to five notifications.
*
* @param {string} [parameters.eTag] eTag of the resource. To handle concurrent
* update scenarion, this field will be used to determine whether the user is
* update scenario, this field will be used to determine whether the user is
* updating the latest version or not.
*
* @param {object} [options] Optional Parameters.
Expand Down
Loading