Skip to content
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 @@ -16,7 +16,7 @@
*/
public class CsmUsageQuota {
/**
* Units of measurement for the quota resourse.
* Units of measurement for the quota resource.
*/
@JsonProperty(value = "unit")
private String unit;
Expand Down Expand Up @@ -46,7 +46,7 @@ public class CsmUsageQuota {
private LocalizableString name;

/**
* Get units of measurement for the quota resourse.
* Get units of measurement for the quota resource.
*
* @return the unit value
*/
Expand All @@ -55,7 +55,7 @@ public String unit() {
}

/**
* Set units of measurement for the quota resourse.
* Set units of measurement for the quota resource.
*
* @param unit the unit value to set
* @return the CsmUsageQuota object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ public class RampUpRule {
private Double reroutePercentage;

/**
* In auto ramp up scenario this is the step to to add/remove from
* In auto ramp up scenario this is the step to add/remove from
* <code>ReroutePercentage</code> until it reaches
* <code>MinReroutePercentage</code> or
* <code>MaxReroutePercentage</code>. Site metrics are checked
* every N minutes specificed in
* every N minutes specified in
* <code>ChangeIntervalInMinutes</code>.
* Custom decision algorithm can be provided in TiPCallback site extension
* which URL can be specified in
Expand All @@ -44,7 +44,7 @@ public class RampUpRule {
private Double changeStep;

/**
* Specifies interval in mimuntes to reevaluate ReroutePercentage.
* Specifies interval in minutes to reevaluate ReroutePercentage.
*/
@JsonProperty(value = "changeIntervalInMinutes")
private Integer changeIntervalInMinutes;
Expand Down Expand Up @@ -118,8 +118,8 @@ public RampUpRule withReroutePercentage(Double reroutePercentage) {
}

/**
* Get in auto ramp up scenario this is the step to to add/remove from <code>ReroutePercentage</code> until it reaches
<code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specificed in <code>ChangeIntervalInMinutes</code>.
* Get in auto ramp up scenario this is the step to add/remove from <code>ReroutePercentage</code> until it reaches
<code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specified in <code>ChangeIntervalInMinutes</code>.
Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.
*
* @return the changeStep value
Expand All @@ -129,8 +129,8 @@ public Double changeStep() {
}

/**
* Set in auto ramp up scenario this is the step to to add/remove from <code>ReroutePercentage</code> until it reaches
<code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specificed in <code>ChangeIntervalInMinutes</code>.
* Set in auto ramp up scenario this is the step to add/remove from <code>ReroutePercentage</code> until it reaches
<code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specified in <code>ChangeIntervalInMinutes</code>.
Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.
*
* @param changeStep the changeStep value to set
Expand All @@ -142,7 +142,7 @@ public RampUpRule withChangeStep(Double changeStep) {
}

/**
* Get specifies interval in mimuntes to reevaluate ReroutePercentage.
* Get specifies interval in minutes to reevaluate ReroutePercentage.
*
* @return the changeIntervalInMinutes value
*/
Expand All @@ -151,7 +151,7 @@ public Integer changeIntervalInMinutes() {
}

/**
* Set specifies interval in mimuntes to reevaluate ReroutePercentage.
* Set specifies interval in minutes to reevaluate ReroutePercentage.
*
* @param changeIntervalInMinutes the changeIntervalInMinutes value to set
* @return the RampUpRule object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import com.fasterxml.jackson.annotation.JsonProperty;

/**
* The status of the last successfull slot swap operation.
* The status of the last successful slot swap operation.
*/
public class SlotSwapStatus {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import com.microsoft.azure.management.appservice.v2016_03_01.ProxyOnlyResource;

/**
* User crendentials used for publishing activity.
* User credentials used for publishing activity.
*/
@JsonFlatten
public class UserInner extends ProxyOnlyResource {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ public class RampUpRule {
private Double reroutePercentage;

/**
* In auto ramp up scenario this is the step to to add/remove from
* In auto ramp up scenario this is the step to add/remove from
* <code>ReroutePercentage</code> until it reaches
* <code>MinReroutePercentage</code> or
* <code>MaxReroutePercentage</code>. Site metrics are checked
* every N minutes specificed in
* every N minutes specified in
* <code>ChangeIntervalInMinutes</code>.
* Custom decision algorithm can be provided in TiPCallback site extension
* which URL can be specified in
Expand All @@ -44,7 +44,7 @@ public class RampUpRule {
private Double changeStep;

/**
* Specifies interval in mimuntes to reevaluate ReroutePercentage.
* Specifies interval in minutes to reevaluate ReroutePercentage.
*/
@JsonProperty(value = "changeIntervalInMinutes")
private Integer changeIntervalInMinutes;
Expand Down Expand Up @@ -118,8 +118,8 @@ public RampUpRule withReroutePercentage(Double reroutePercentage) {
}

/**
* Get in auto ramp up scenario this is the step to to add/remove from <code>ReroutePercentage</code> until it reaches
<code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specificed in <code>ChangeIntervalInMinutes</code>.
* Get in auto ramp up scenario this is the step to add/remove from <code>ReroutePercentage</code> until it reaches
<code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specified in <code>ChangeIntervalInMinutes</code>.
Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.
*
* @return the changeStep value
Expand All @@ -129,8 +129,8 @@ public Double changeStep() {
}

/**
* Set in auto ramp up scenario this is the step to to add/remove from <code>ReroutePercentage</code> until it reaches
<code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specificed in <code>ChangeIntervalInMinutes</code>.
* Set in auto ramp up scenario this is the step to add/remove from <code>ReroutePercentage</code> until it reaches
<code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specified in <code>ChangeIntervalInMinutes</code>.
Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.
*
* @param changeStep the changeStep value to set
Expand All @@ -142,7 +142,7 @@ public RampUpRule withChangeStep(Double changeStep) {
}

/**
* Get specifies interval in mimuntes to reevaluate ReroutePercentage.
* Get specifies interval in minutes to reevaluate ReroutePercentage.
*
* @return the changeIntervalInMinutes value
*/
Expand All @@ -151,7 +151,7 @@ public Integer changeIntervalInMinutes() {
}

/**
* Set specifies interval in mimuntes to reevaluate ReroutePercentage.
* Set specifies interval in minutes to reevaluate ReroutePercentage.
*
* @param changeIntervalInMinutes the changeIntervalInMinutes value to set
* @return the RampUpRule object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import com.fasterxml.jackson.annotation.JsonProperty;

/**
* The status of the last successfull slot swap operation.
* The status of the last successful slot swap operation.
*/
public class SlotSwapStatus {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
public class CsmUsageQuotaInner {
/**
* Units of measurement for the quota resourse.
* Units of measurement for the quota resource.
*/
@JsonProperty(value = "unit")
private String unit;
Expand Down Expand Up @@ -47,7 +47,7 @@ public class CsmUsageQuotaInner {
private LocalizableString name;

/**
* Get units of measurement for the quota resourse.
* Get units of measurement for the quota resource.
*
* @return the unit value
*/
Expand All @@ -56,7 +56,7 @@ public String unit() {
}

/**
* Set units of measurement for the quota resourse.
* Set units of measurement for the quota resource.
*
* @param unit the unit value to set
* @return the CsmUsageQuotaInner object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
import com.microsoft.azure.management.appservice.v2016_08_01.ProxyOnlyResource;

/**
* User crendentials used for publishing activity.
* User credentials used for publishing activity.
*/
@JsonFlatten
public class UserInner extends ProxyOnlyResource {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ public class RampUpRule {
private Double reroutePercentage;

/**
* In auto ramp up scenario this is the step to to add/remove from
* In auto ramp up scenario this is the step to add/remove from
* <code>ReroutePercentage</code> until it reaches
* <code>MinReroutePercentage</code> or
* <code>MaxReroutePercentage</code>. Site metrics are checked
* every N minutes specificed in
* every N minutes specified in
* <code>ChangeIntervalInMinutes</code>.
* Custom decision algorithm can be provided in TiPCallback site extension
* which URL can be specified in
Expand All @@ -44,7 +44,7 @@ public class RampUpRule {
private Double changeStep;

/**
* Specifies interval in mimuntes to reevaluate ReroutePercentage.
* Specifies interval in minutes to reevaluate ReroutePercentage.
*/
@JsonProperty(value = "changeIntervalInMinutes")
private Integer changeIntervalInMinutes;
Expand Down Expand Up @@ -118,8 +118,8 @@ public RampUpRule withReroutePercentage(Double reroutePercentage) {
}

/**
* Get in auto ramp up scenario this is the step to to add/remove from <code>ReroutePercentage</code> until it reaches
<code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specificed in <code>ChangeIntervalInMinutes</code>.
* Get in auto ramp up scenario this is the step to add/remove from <code>ReroutePercentage</code> until it reaches
<code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specified in <code>ChangeIntervalInMinutes</code>.
Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.
*
* @return the changeStep value
Expand All @@ -129,8 +129,8 @@ public Double changeStep() {
}

/**
* Set in auto ramp up scenario this is the step to to add/remove from <code>ReroutePercentage</code> until it reaches
<code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specificed in <code>ChangeIntervalInMinutes</code>.
* Set in auto ramp up scenario this is the step to add/remove from <code>ReroutePercentage</code> until it reaches
<code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specified in <code>ChangeIntervalInMinutes</code>.
Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.
*
* @param changeStep the changeStep value to set
Expand All @@ -142,7 +142,7 @@ public RampUpRule withChangeStep(Double changeStep) {
}

/**
* Get specifies interval in mimuntes to reevaluate ReroutePercentage.
* Get specifies interval in minutes to reevaluate ReroutePercentage.
*
* @return the changeIntervalInMinutes value
*/
Expand All @@ -151,7 +151,7 @@ public Integer changeIntervalInMinutes() {
}

/**
* Set specifies interval in mimuntes to reevaluate ReroutePercentage.
* Set specifies interval in minutes to reevaluate ReroutePercentage.
*
* @param changeIntervalInMinutes the changeIntervalInMinutes value to set
* @return the RampUpRule object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import com.fasterxml.jackson.annotation.JsonProperty;

/**
* The status of the last successfull slot swap operation.
* The status of the last successful slot swap operation.
*/
public class SlotSwapStatus {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import com.microsoft.rest.serializer.JsonFlatten;

/**
* User crendentials used for publishing activity.
* User credentials used for publishing activity.
*/
@JsonFlatten
public class User extends ProxyOnlyResource {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
public class CsmUsageQuotaInner {
/**
* Units of measurement for the quota resourse.
* Units of measurement for the quota resource.
*/
@JsonProperty(value = "unit")
private String unit;
Expand Down Expand Up @@ -47,7 +47,7 @@ public class CsmUsageQuotaInner {
private LocalizableString name;

/**
* Get units of measurement for the quota resourse.
* Get units of measurement for the quota resource.
*
* @return the unit value
*/
Expand All @@ -56,7 +56,7 @@ public String unit() {
}

/**
* Set units of measurement for the quota resourse.
* Set units of measurement for the quota resource.
*
* @param unit the unit value to set
* @return the CsmUsageQuotaInner object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -30,11 +30,11 @@ public class RampUpRule {
private Double reroutePercentage;

/**
* In auto ramp up scenario this is the step to to add/remove from
* In auto ramp up scenario this is the step to add/remove from
* <code>ReroutePercentage</code> until it reaches
* <code>MinReroutePercentage</code> or
* <code>MaxReroutePercentage</code>. Site metrics are checked
* every N minutes specificed in
* every N minutes specified in
* <code>ChangeIntervalInMinutes</code>.
* Custom decision algorithm can be provided in TiPCallback site extension
* which URL can be specified in
Expand All @@ -44,7 +44,7 @@ public class RampUpRule {
private Double changeStep;

/**
* Specifies interval in mimuntes to reevaluate ReroutePercentage.
* Specifies interval in minutes to reevaluate ReroutePercentage.
*/
@JsonProperty(value = "changeIntervalInMinutes")
private Integer changeIntervalInMinutes;
Expand Down Expand Up @@ -118,8 +118,8 @@ public RampUpRule withReroutePercentage(Double reroutePercentage) {
}

/**
* Get in auto ramp up scenario this is the step to to add/remove from <code>ReroutePercentage</code> until it reaches
<code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specificed in <code>ChangeIntervalInMinutes</code>.
* Get in auto ramp up scenario this is the step to add/remove from <code>ReroutePercentage</code> until it reaches
<code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specified in <code>ChangeIntervalInMinutes</code>.
Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.
*
* @return the changeStep value
Expand All @@ -129,8 +129,8 @@ public Double changeStep() {
}

/**
* Set in auto ramp up scenario this is the step to to add/remove from <code>ReroutePercentage</code> until it reaches
<code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specificed in <code>ChangeIntervalInMinutes</code>.
* Set in auto ramp up scenario this is the step to add/remove from <code>ReroutePercentage</code> until it reaches
<code>MinReroutePercentage</code> or <code>MaxReroutePercentage</code>. Site metrics are checked every N minutes specified in <code>ChangeIntervalInMinutes</code>.
Custom decision algorithm can be provided in TiPCallback site extension which URL can be specified in <code>ChangeDecisionCallbackUrl</code>.
*
* @param changeStep the changeStep value to set
Expand All @@ -142,7 +142,7 @@ public RampUpRule withChangeStep(Double changeStep) {
}

/**
* Get specifies interval in mimuntes to reevaluate ReroutePercentage.
* Get specifies interval in minutes to reevaluate ReroutePercentage.
*
* @return the changeIntervalInMinutes value
*/
Expand All @@ -151,7 +151,7 @@ public Integer changeIntervalInMinutes() {
}

/**
* Set specifies interval in mimuntes to reevaluate ReroutePercentage.
* Set specifies interval in minutes to reevaluate ReroutePercentage.
*
* @param changeIntervalInMinutes the changeIntervalInMinutes value to set
* @return the RampUpRule object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import com.fasterxml.jackson.annotation.JsonProperty;

/**
* The status of the last successfull slot swap operation.
* The status of the last successful slot swap operation.
*/
public class SlotSwapStatus {
/**
Expand Down
Loading