From a14ac565e199b4effad4c2cea4076b0e8ee307e8 Mon Sep 17 00:00:00 2001 From: Azure SDK for Python bot Date: Tue, 20 Nov 2018 01:11:35 +0000 Subject: [PATCH] Generated from ea6142485e60849209520c2c736b36f74f395a77 typo: Fix Microsoft.Web/CommonDefinitions.json - Double word "to" - resourse -> resource - mimuntes -> minutes - specificed -> specified - successfull -> successful - crendentials -> credentials --- .../appservice/v2016_03_01/CsmUsageQuota.java | 6 +++--- .../appservice/v2016_03_01/RampUpRule.java | 18 +++++++++--------- .../appservice/v2016_03_01/SlotSwapStatus.java | 2 +- .../v2016_03_01/implementation/UserInner.java | 2 +- .../appservice/v2016_08_01/RampUpRule.java | 18 +++++++++--------- .../appservice/v2016_08_01/SlotSwapStatus.java | 2 +- .../implementation/CsmUsageQuotaInner.java | 6 +++--- .../v2016_08_01/implementation/UserInner.java | 2 +- .../appservice/v2016_09_01/RampUpRule.java | 18 +++++++++--------- .../appservice/v2016_09_01/SlotSwapStatus.java | 2 +- .../appservice/v2016_09_01/User.java | 2 +- .../implementation/CsmUsageQuotaInner.java | 6 +++--- .../appservice/v2018_02_01/RampUpRule.java | 18 +++++++++--------- .../appservice/v2018_02_01/SlotSwapStatus.java | 2 +- .../v2018_02_01/implementation/UserInner.java | 2 +- 15 files changed, 53 insertions(+), 53 deletions(-) diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CsmUsageQuota.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CsmUsageQuota.java index f84202a672a4..02c006b763a0 100644 --- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CsmUsageQuota.java +++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CsmUsageQuota.java @@ -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; @@ -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 */ @@ -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. diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/RampUpRule.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/RampUpRule.java index 06575a150066..db3c705a020d 100644 --- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/RampUpRule.java +++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/RampUpRule.java @@ -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 @@ -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; @@ -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 @@ -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 @@ -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 */ @@ -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. diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SlotSwapStatus.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SlotSwapStatus.java index 610165e24b59..bd65f51a6a97 100644 --- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SlotSwapStatus.java +++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SlotSwapStatus.java @@ -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 { /** diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/UserInner.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/UserInner.java index 1a2aaf23c9ef..82dcce18fac9 100644 --- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/UserInner.java +++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/UserInner.java @@ -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 { diff --git a/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/RampUpRule.java b/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/RampUpRule.java index e90557e35276..5c6bddc12f04 100644 --- a/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/RampUpRule.java +++ b/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/RampUpRule.java @@ -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 @@ -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; @@ -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 @@ -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 @@ -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 */ @@ -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. diff --git a/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/SlotSwapStatus.java b/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/SlotSwapStatus.java index 400327be42fb..cd58405280ee 100644 --- a/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/SlotSwapStatus.java +++ b/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/SlotSwapStatus.java @@ -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 { /** diff --git a/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/CsmUsageQuotaInner.java b/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/CsmUsageQuotaInner.java index f23a0362137b..cb24dfd999c5 100644 --- a/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/CsmUsageQuotaInner.java +++ b/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/CsmUsageQuotaInner.java @@ -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; @@ -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 */ @@ -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. diff --git a/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/UserInner.java b/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/UserInner.java index d07bc0af1c21..6835b887c6ba 100644 --- a/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/UserInner.java +++ b/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/UserInner.java @@ -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 { diff --git a/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/RampUpRule.java b/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/RampUpRule.java index f57b6a5e7630..5bc8295d25cd 100644 --- a/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/RampUpRule.java +++ b/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/RampUpRule.java @@ -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 @@ -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; @@ -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 @@ -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 @@ -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 */ @@ -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. diff --git a/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/SlotSwapStatus.java b/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/SlotSwapStatus.java index a1d26d87f8b7..44dc133b4496 100644 --- a/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/SlotSwapStatus.java +++ b/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/SlotSwapStatus.java @@ -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 { /** diff --git a/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/User.java b/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/User.java index d408a0647cbb..3e1eb17285ba 100644 --- a/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/User.java +++ b/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/User.java @@ -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 { diff --git a/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/implementation/CsmUsageQuotaInner.java b/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/implementation/CsmUsageQuotaInner.java index f9bda94dec8b..8aadaedc84d3 100644 --- a/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/implementation/CsmUsageQuotaInner.java +++ b/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/implementation/CsmUsageQuotaInner.java @@ -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; @@ -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 */ @@ -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. diff --git a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/RampUpRule.java b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/RampUpRule.java index 3d06c5c35015..f1374753e761 100644 --- a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/RampUpRule.java +++ b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/RampUpRule.java @@ -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 @@ -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; @@ -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 @@ -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 @@ -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 */ @@ -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. diff --git a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/SlotSwapStatus.java b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/SlotSwapStatus.java index 0dff21295ba1..d9120874b2f2 100644 --- a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/SlotSwapStatus.java +++ b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/SlotSwapStatus.java @@ -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 { /** diff --git a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/UserInner.java b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/UserInner.java index ecd0a93c4588..92a42c45522a 100644 --- a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/UserInner.java +++ b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/UserInner.java @@ -13,7 +13,7 @@ import com.microsoft.azure.management.appservice.v2018_02_01.ProxyOnlyResource; /** - * User crendentials used for publishing activity. + * User credentials used for publishing activity. */ @JsonFlatten public class UserInner extends ProxyOnlyResource {