diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CertificatePatchResource.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CertificatePatchResource.java index 6e3ceea405579..af8fe8b6b6330 100644 --- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CertificatePatchResource.java +++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/CertificatePatchResource.java @@ -67,7 +67,7 @@ public class CertificatePatchResource extends ProxyOnlyResource { private DateTime issueDate; /** - * Certificate expriration date. + * Certificate expiration date. */ @JsonProperty(value = "properties.expirationDate", access = JsonProperty.Access.WRITE_ONLY) private DateTime expirationDate; @@ -240,7 +240,7 @@ public DateTime issueDate() { } /** - * Get certificate expriration date. + * Get certificate expiration date. * * @return the expirationDate value */ diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DataSource.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DataSource.java index 4d3b96de50d7a..a78701a64a75c 100644 --- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DataSource.java +++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DataSource.java @@ -16,7 +16,7 @@ */ public class DataSource { /** - * Instrunctions if any for the data source. + * Instructions if any for the data source. */ @JsonProperty(value = "instructions") private List instructions; @@ -28,7 +28,7 @@ public class DataSource { private List dataSourceUri; /** - * Get instrunctions if any for the data source. + * Get instructions if any for the data source. * * @return the instructions value */ @@ -37,7 +37,7 @@ public List instructions() { } /** - * Set instrunctions if any for the data source. + * Set instructions if any for the data source. * * @param instructions the instructions value to set * @return the DataSource object itself. diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DetectorAbnormalTimePeriod.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DetectorAbnormalTimePeriod.java index 40cf02fdda109..4ceffdf8ec074 100644 --- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DetectorAbnormalTimePeriod.java +++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/DetectorAbnormalTimePeriod.java @@ -17,13 +17,13 @@ */ public class DetectorAbnormalTimePeriod { /** - * Start time of the corelated event. + * Start time of the correlated event. */ @JsonProperty(value = "startTime") private DateTime startTime; /** - * End time of the corelated event. + * End time of the correlated event. */ @JsonProperty(value = "endTime") private DateTime endTime; @@ -67,7 +67,7 @@ public class DetectorAbnormalTimePeriod { private List solutions; /** - * Get start time of the corelated event. + * Get start time of the correlated event. * * @return the startTime value */ @@ -76,7 +76,7 @@ public DateTime startTime() { } /** - * Set start time of the corelated event. + * Set start time of the correlated event. * * @param startTime the startTime value to set * @return the DetectorAbnormalTimePeriod object itself. @@ -87,7 +87,7 @@ public DetectorAbnormalTimePeriod withStartTime(DateTime startTime) { } /** - * Get end time of the corelated event. + * Get end time of the correlated event. * * @return the endTime value */ @@ -96,7 +96,7 @@ public DateTime endTime() { } /** - * Set end time of the corelated event. + * Set end time of the correlated event. * * @param endTime the endTime value to set * @return the DetectorAbnormalTimePeriod object itself. diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SiteConfig.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SiteConfig.java index 846c69c7f4e31..bb2fa459c67bf 100644 --- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SiteConfig.java +++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/SiteConfig.java @@ -214,7 +214,7 @@ public class SiteConfig { private SiteLoadBalancing loadBalancing; /** - * This is work around for polymophic types. + * This is work around for polymorphic types. */ @JsonProperty(value = "experiments") private Experiments experiments; @@ -911,7 +911,7 @@ public SiteConfig withLoadBalancing(SiteLoadBalancing loadBalancing) { } /** - * Get this is work around for polymophic types. + * Get this is work around for polymorphic types. * * @return the experiments value */ @@ -920,7 +920,7 @@ public Experiments experiments() { } /** - * Set this is work around for polymophic types. + * Set this is work around for polymorphic types. * * @param experiments the experiments value to set * @return the SiteConfig object itself. diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ValidateRequest.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ValidateRequest.java index a8e7e08557034..e7d313a1a52f1 100644 --- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ValidateRequest.java +++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/ValidateRequest.java @@ -62,7 +62,7 @@ public class ValidateRequest { private Boolean isSpot; /** - * Target capacity of the App Service plan (number of VM's). + * Target capacity of the App Service plan (number of VMs). */ @JsonProperty(value = "properties.capacity") private Integer capacity; @@ -215,7 +215,7 @@ public ValidateRequest withIsSpot(Boolean isSpot) { } /** - * Get target capacity of the App Service plan (number of VM's). + * Get target capacity of the App Service plan (number of VMs). * * @return the capacity value */ @@ -224,7 +224,7 @@ public Integer capacity() { } /** - * Set target capacity of the App Service plan (number of VM's). + * Set target capacity of the App Service plan (number of VMs). * * @param capacity the capacity value to set * @return the ValidateRequest object itself. diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/CertificateInner.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/CertificateInner.java index b1e2a289e7808..d306881e9f0cd 100644 --- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/CertificateInner.java +++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/CertificateInner.java @@ -70,7 +70,7 @@ public class CertificateInner extends Resource { private DateTime issueDate; /** - * Certificate expriration date. + * Certificate expiration date. */ @JsonProperty(value = "properties.expirationDate", access = JsonProperty.Access.WRITE_ONLY) private DateTime expirationDate; @@ -249,7 +249,7 @@ public DateTime issueDate() { } /** - * Get certificate expriration date. + * Get certificate expiration date. * * @return the expirationDate value */ diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DiagnosticDetectorResponseInner.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DiagnosticDetectorResponseInner.java index a9d6369803f3f..b9b70bca4983d 100644 --- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DiagnosticDetectorResponseInner.java +++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/DiagnosticDetectorResponseInner.java @@ -19,7 +19,7 @@ import com.microsoft.azure.management.appservice.v2016_03_01.ProxyOnlyResource; /** - * Class representing Reponse from Diagnostic Detectors. + * Class representing Response from Diagnostic Detectors. */ @JsonFlatten public class DiagnosticDetectorResponseInner extends ProxyOnlyResource { diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/RecommendationsInner.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/RecommendationsInner.java index 8335669b3342b..3aef0dc212f38 100644 --- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/RecommendationsInner.java +++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/RecommendationsInner.java @@ -1288,7 +1288,7 @@ public Observable> call(Response getRuleDetailsByWebAppAsync(String * @param siteName Name of the app. * @param name Name of the recommendation. * @param updateSeen Specify <code>true</code> to update the last-seen timestamp of the recommendation object. - * @param recommendationId The GUID of the recommedation object if you query an expired one. You don't need to specify it to query an active entry. + * @param recommendationId The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the RecommendationRuleInner object */ @@ -1344,7 +1344,7 @@ public RecommendationRuleInner call(ServiceResponse res * @param siteName Name of the app. * @param name Name of the recommendation. * @param updateSeen Specify <code>true</code> to update the last-seen timestamp of the recommendation object. - * @param recommendationId The GUID of the recommedation object if you query an expired one. You don't need to specify it to query an active entry. + * @param recommendationId The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the RecommendationRuleInner object */ diff --git a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/ResourceNameAvailabilityInner.java b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/ResourceNameAvailabilityInner.java index 950a8b3962cf9..21e1c1e7b8059 100644 --- a/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/ResourceNameAvailabilityInner.java +++ b/appservice/resource-manager/v2016_03_01/src/main/java/com/microsoft/azure/management/appservice/v2016_03_01/implementation/ResourceNameAvailabilityInner.java @@ -12,7 +12,7 @@ import com.fasterxml.jackson.annotation.JsonProperty; /** - * Information regarding availbility of a resource name. + * Information regarding availability of a resource name. */ public class ResourceNameAvailabilityInner { /** diff --git a/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/SiteConfig.java b/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/SiteConfig.java index c4b5f1cb5a6b0..94d502295d245 100644 --- a/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/SiteConfig.java +++ b/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/SiteConfig.java @@ -215,7 +215,7 @@ public class SiteConfig { private SiteLoadBalancing loadBalancing; /** - * This is work around for polymophic types. + * This is work around for polymorphic types. */ @JsonProperty(value = "experiments") private Experiments experiments; @@ -912,7 +912,7 @@ public SiteConfig withLoadBalancing(SiteLoadBalancing loadBalancing) { } /** - * Get this is work around for polymophic types. + * Get this is work around for polymorphic types. * * @return the experiments value */ @@ -921,7 +921,7 @@ public Experiments experiments() { } /** - * Set this is work around for polymophic types. + * Set this is work around for polymorphic types. * * @param experiments the experiments value to set * @return the SiteConfig object itself. diff --git a/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/WebApps.java b/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/WebApps.java index 5543125601311..109fc4c251420 100644 --- a/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/WebApps.java +++ b/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/WebApps.java @@ -2715,8 +2715,8 @@ public interface WebApps { Observable getSiteExtensionAsync(String resourceGroupName, String name, String siteExtensionId); /** - * Get list of siteextensions for a web site, or a deployment slot. - * Get list of siteextensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Site name. @@ -2738,8 +2738,8 @@ public interface WebApps { Completable deleteSiteExtensionAsync(String resourceGroupName, String name, String siteExtensionId); /** - * Get list of siteextensions for a web site, or a deployment slot. - * Get list of siteextensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Site name. diff --git a/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/CustomHostnameAnalysisResultInner.java b/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/CustomHostnameAnalysisResultInner.java index aad5c2e0735d9..e27497df6e52b 100644 --- a/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/CustomHostnameAnalysisResultInner.java +++ b/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/CustomHostnameAnalysisResultInner.java @@ -48,7 +48,7 @@ public class CustomHostnameAnalysisResultInner extends ProxyOnlyResource { private Boolean hasConflictOnScaleUnit; /** - * <code>true</code> if htere is a conflict across + * <code>true</code> if there is a conflict across * subscriptions; otherwise, <code>false</code>. */ @JsonProperty(value = "properties.hasConflictAcrossSubscription", access = JsonProperty.Access.WRITE_ONLY) @@ -128,7 +128,7 @@ public Boolean hasConflictOnScaleUnit() { } /** - * Get <code>true</code> if htere is a conflict across subscriptions; otherwise, <code>false</code>. + * Get <code>true</code> if there is a conflict across subscriptions; otherwise, <code>false</code>. * * @return the hasConflictAcrossSubscription value */ diff --git a/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/DeploymentInner.java b/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/DeploymentInner.java index d2489505e2eeb..9aa0189aad117 100644 --- a/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/DeploymentInner.java +++ b/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/DeploymentInner.java @@ -14,7 +14,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 DeploymentInner extends ProxyOnlyResource { diff --git a/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/ProcessThreadInfoInner.java b/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/ProcessThreadInfoInner.java index 1594cd5de3616..6750e5c5c4011 100644 --- a/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/ProcessThreadInfoInner.java +++ b/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/ProcessThreadInfoInner.java @@ -79,7 +79,7 @@ public class ProcessThreadInfoInner extends ProxyOnlyResource { private String userProcessorTime; /** - * Priviledged processor time. + * Privileged processor time. */ @JsonProperty(value = "properties.priviledgedProcessorTime") private String priviledgedProcessorTime; @@ -297,7 +297,7 @@ public ProcessThreadInfoInner withUserProcessorTime(String userProcessorTime) { } /** - * Get priviledged processor time. + * Get privileged processor time. * * @return the priviledgedProcessorTime value */ @@ -306,7 +306,7 @@ public String priviledgedProcessorTime() { } /** - * Set priviledged processor time. + * Set privileged processor time. * * @param priviledgedProcessorTime the priviledgedProcessorTime value to set * @return the ProcessThreadInfoInner object itself. diff --git a/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/SiteConfigResourceInner.java b/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/SiteConfigResourceInner.java index 71b3c83436abc..80c21607043e1 100644 --- a/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/SiteConfigResourceInner.java +++ b/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/SiteConfigResourceInner.java @@ -232,7 +232,7 @@ public class SiteConfigResourceInner extends ProxyOnlyResource { private SiteLoadBalancing loadBalancing; /** - * This is work around for polymophic types. + * This is work around for polymorphic types. */ @JsonProperty(value = "properties.experiments") private Experiments experiments; @@ -929,7 +929,7 @@ public SiteConfigResourceInner withLoadBalancing(SiteLoadBalancing loadBalancing } /** - * Get this is work around for polymophic types. + * Get this is work around for polymorphic types. * * @return the experiments value */ @@ -938,7 +938,7 @@ public Experiments experiments() { } /** - * Set this is work around for polymophic types. + * Set this is work around for polymorphic types. * * @param experiments the experiments value to set * @return the SiteConfigResourceInner object itself. diff --git a/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/WebAppsInner.java b/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/WebAppsInner.java index be4930961633b..a98a6ff7b2226 100644 --- a/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/WebAppsInner.java +++ b/appservice/resource-manager/v2016_08_01/src/main/java/com/microsoft/azure/management/appservice/v2016_08_01/implementation/WebAppsInner.java @@ -16181,8 +16181,8 @@ private ServiceResponse restartDelegate(Response response) t } /** - * Get list of siteextensions for a web site, or a deployment slot. - * Get list of siteextensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Site name. @@ -16202,8 +16202,8 @@ public Page nextPage(String nextPageLink) { } /** - * Get list of siteextensions for a web site, or a deployment slot. - * Get list of siteextensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Site name. @@ -16224,8 +16224,8 @@ public Observable>> call(String nex } /** - * Get list of siteextensions for a web site, or a deployment slot. - * Get list of siteextensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Site name. @@ -16243,8 +16243,8 @@ public Page call(ServiceResponse>> call(ServiceRes } /** - * Get list of siteextensions for a web site, or a deployment slot. - * Get list of siteextensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. * ServiceResponse> * @param resourceGroupName Name of the resource group to which the resource belongs. ServiceResponse> * @param name Site name. @@ -31760,8 +31760,8 @@ private ServiceResponse restartSlotDelegate(Response respons } /** - * Get list of siteextensions for a web site, or a deployment slot. - * Get list of siteextensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Site name. @@ -31782,8 +31782,8 @@ public Page nextPage(String nextPageLink) { } /** - * Get list of siteextensions for a web site, or a deployment slot. - * Get list of siteextensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Site name. @@ -31805,8 +31805,8 @@ public Observable>> call(String nex } /** - * Get list of siteextensions for a web site, or a deployment slot. - * Get list of siteextensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Site name. @@ -31825,8 +31825,8 @@ public Page call(ServiceResponse>> call(ServiceRes } /** - * Get list of siteextensions for a web site, or a deployment slot. - * Get list of siteextensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. * ServiceResponse> * @param resourceGroupName Name of the resource group to which the resource belongs. ServiceResponse> * @param name Site name. @@ -41420,8 +41420,8 @@ private ServiceResponse> listPublicCertificates } /** - * Get list of siteextensions for a web site, or a deployment slot. - * Get list of siteextensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. * * @param nextPageLink The NextLink from the previous successful call to List operation. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -41440,8 +41440,8 @@ public Page nextPage(String nextPageLink) { } /** - * Get list of siteextensions for a web site, or a deployment slot. - * Get list of siteextensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. * * @param nextPageLink The NextLink from the previous successful call to List operation. * @param serviceFuture the ServiceFuture object tracking the Retrofit calls @@ -41462,8 +41462,8 @@ public Observable>> call(String nex } /** - * Get list of siteextensions for a web site, or a deployment slot. - * Get list of siteextensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. * * @param nextPageLink The NextLink from the previous successful call to List operation. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -41480,8 +41480,8 @@ public Page call(ServiceResponse>> call(ServiceRes } /** - * Get list of siteextensions for a web site, or a deployment slot. - * Get list of siteextensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. * ServiceResponse> * @param nextPageLink The NextLink from the previous successful call to List operation. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -43864,8 +43864,8 @@ private ServiceResponse> listPublicCertificates } /** - * Get list of siteextensions for a web site, or a deployment slot. - * Get list of siteextensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. * * @param nextPageLink The NextLink from the previous successful call to List operation. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -43884,8 +43884,8 @@ public Page nextPage(String nextPageLink) { } /** - * Get list of siteextensions for a web site, or a deployment slot. - * Get list of siteextensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. * * @param nextPageLink The NextLink from the previous successful call to List operation. * @param serviceFuture the ServiceFuture object tracking the Retrofit calls @@ -43906,8 +43906,8 @@ public Observable>> call(String nex } /** - * Get list of siteextensions for a web site, or a deployment slot. - * Get list of siteextensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. * * @param nextPageLink The NextLink from the previous successful call to List operation. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -43924,8 +43924,8 @@ public Page call(ServiceResponse>> call(ServiceRes } /** - * Get list of siteextensions for a web site, or a deployment slot. - * Get list of siteextensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. + * Get list of site extensions for a web site, or a deployment slot. * ServiceResponse> * @param nextPageLink The NextLink from the previous successful call to List operation. * @throws IllegalArgumentException thrown if parameters fail the validation diff --git a/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/AppServicePlans.java b/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/AppServicePlans.java index 95c3ec35ab877..40430947f0afe 100644 --- a/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/AppServicePlans.java +++ b/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/AppServicePlans.java @@ -60,8 +60,8 @@ public interface AppServicePlans { Observable listByResourceGroupAsync(String resourceGroupName); /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request @@ -91,8 +91,8 @@ public interface AppServicePlans { Completable restartWebAppsAsync(String resourceGroupName, String name); /** - * Gets all selectable sku's for a given App Service Plan. - * Gets all selectable sku's for a given App Service Plan. + * Gets all selectable SKUs for a given App Service Plan. + * Gets all selectable SKUs for a given App Service Plan. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of App Service Plan @@ -198,8 +198,8 @@ public interface AppServicePlans { Observable listMetricDefintionsAsync(final String resourceGroupName, final String name); /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of the App Service plan. diff --git a/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/SiteConfig.java b/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/SiteConfig.java index c35a0f6a70309..2e43f4ebe3e43 100644 --- a/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/SiteConfig.java +++ b/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/SiteConfig.java @@ -214,7 +214,7 @@ public class SiteConfig { private SiteLoadBalancing loadBalancing; /** - * This is work around for polymophic types. + * This is work around for polymorphic types. */ @JsonProperty(value = "experiments") private Experiments experiments; @@ -911,7 +911,7 @@ public SiteConfig withLoadBalancing(SiteLoadBalancing loadBalancing) { } /** - * Get this is work around for polymophic types. + * Get this is work around for polymorphic types. * * @return the experiments value */ @@ -920,7 +920,7 @@ public Experiments experiments() { } /** - * Set this is work around for polymophic types. + * Set this is work around for polymorphic types. * * @param experiments the experiments value to set * @return the SiteConfig object itself. diff --git a/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/implementation/AppServicePlansInner.java b/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/implementation/AppServicePlansInner.java index cf68e6546d8bf..93fd9b6ca9a3d 100644 --- a/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/implementation/AppServicePlansInner.java +++ b/appservice/resource-manager/v2016_09_01/src/main/java/com/microsoft/azure/management/appservice/v2016_09_01/implementation/AppServicePlansInner.java @@ -222,8 +222,8 @@ interface AppServicePlansService { } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server @@ -241,8 +241,8 @@ public Page nextPage(String nextPageLink) { } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -261,8 +261,8 @@ public Observable>> call(String nextPa } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList<AppServicePlanInner> object @@ -278,8 +278,8 @@ public Page call(ServiceResponse> } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList<AppServicePlanInner> object @@ -299,8 +299,8 @@ public Observable>> call(ServiceRespon } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * * @throws IllegalArgumentException thrown if parameters fail the validation * @return the PagedList<AppServicePlanInner> object wrapped in {@link ServiceResponse} if successful. @@ -328,8 +328,8 @@ public Observable>> call(Response nextPage(String nextPageLink) { } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * * @param detailed Specify <code>true</code> to return all App Service plan properties. The default is <code>false</code>, which returns a subset of the properties. Retrieval of all properties may increase the API latency. @@ -371,8 +371,8 @@ public Observable>> call(String nextPa } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * * @param detailed Specify <code>true</code> to return all App Service plan properties. The default is <code>false</code>, which returns a subset of the properties. Retrieval of all properties may increase the API latency. @@ -390,8 +390,8 @@ public Page call(ServiceResponse> } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * * @param detailed Specify <code>true</code> to return all App Service plan properties. The default is <code>false</code>, which returns a subset of the properties. Retrieval of all properties may increase the API latency. @@ -413,8 +413,8 @@ public Observable>> call(ServiceRespon } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * ServiceResponse> * @param detailed Specify <code>true</code> to return all App Service plan properties. The default is <code>false</code>, which returns a subset of the properties. Retrieval of all properties may increase the API latency. @@ -1922,8 +1922,8 @@ private ServiceResponse> listMetricDefin } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of the App Service plan. @@ -1943,8 +1943,8 @@ public Page nextPage(String nextPageLink) { } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of the App Service plan. @@ -1965,8 +1965,8 @@ public Observable>> call(String nextPa } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of the App Service plan. @@ -1984,8 +1984,8 @@ public Page call(ServiceResponse> } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of the App Service plan. @@ -2007,8 +2007,8 @@ public Observable>> call(ServiceRespon } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of the App Service plan. @@ -2045,8 +2045,8 @@ public Observable>> call(Response nextPage(String nextPageLink) { } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of the App Service plan. @@ -2092,8 +2092,8 @@ public Observable>> call(String nextPa } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of the App Service plan. @@ -2113,8 +2113,8 @@ public Page call(ServiceResponse> } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of the App Service plan. @@ -2138,8 +2138,8 @@ public Observable>> call(ServiceRespon } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * ServiceResponse> * @param resourceGroupName Name of the resource group to which the resource belongs. ServiceResponse> * @param name Name of the App Service plan. @@ -2271,7 +2271,7 @@ public Observable> call(Response response) { * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of the App Service plan. - * @param softRestart Specify <code>true</code> to performa a soft restart, applies the configuration settings and restarts the apps if necessary. The default is <code>false</code>, which always restarts and reprovisions the apps + * @param softRestart Specify <code>true</code> to perform a soft restart, applies the configuration settings and restarts the apps if necessary. The default is <code>false</code>, which always restarts and reprovisions the apps * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -2286,7 +2286,7 @@ public void restartWebApps(String resourceGroupName, String name, Boolean softRe * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of the App Service plan. - * @param softRestart Specify <code>true</code> to performa a soft restart, applies the configuration settings and restarts the apps if necessary. The default is <code>false</code>, which always restarts and reprovisions the apps + * @param softRestart Specify <code>true</code> to perform a soft restart, applies the configuration settings and restarts the apps if necessary. The default is <code>false</code>, which always restarts and reprovisions the apps * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -2301,7 +2301,7 @@ public ServiceFuture restartWebAppsAsync(String resourceGroupName, String * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of the App Service plan. - * @param softRestart Specify <code>true</code> to performa a soft restart, applies the configuration settings and restarts the apps if necessary. The default is <code>false</code>, which always restarts and reprovisions the apps + * @param softRestart Specify <code>true</code> to perform a soft restart, applies the configuration settings and restarts the apps if necessary. The default is <code>false</code>, which always restarts and reprovisions the apps * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */ @@ -2320,7 +2320,7 @@ public Void call(ServiceResponse response) { * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of the App Service plan. - * @param softRestart Specify <code>true</code> to performa a soft restart, applies the configuration settings and restarts the apps if necessary. The default is <code>false</code>, which always restarts and reprovisions the apps + * @param softRestart Specify <code>true</code> to perform a soft restart, applies the configuration settings and restarts the apps if necessary. The default is <code>false</code>, which always restarts and reprovisions the apps * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */ @@ -2626,8 +2626,8 @@ private ServiceResponse> listWebAppsDelegate(Response getServerFarmSkusAsync(String resourceGroupName, St } /** - * Gets all selectable sku's for a given App Service Plan. - * Gets all selectable sku's for a given App Service Plan. + * Gets all selectable SKUs for a given App Service Plan. + * Gets all selectable SKUs for a given App Service Plan. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of App Service Plan @@ -2673,8 +2673,8 @@ public Object call(ServiceResponse response) { } /** - * Gets all selectable sku's for a given App Service Plan. - * Gets all selectable sku's for a given App Service Plan. + * Gets all selectable SKUs for a given App Service Plan. + * Gets all selectable SKUs for a given App Service Plan. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of App Service Plan @@ -4005,8 +4005,8 @@ private ServiceResponse rebootWorkerDelegate(Response respon } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * * @param nextPageLink The NextLink from the previous successful call to List operation. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -4025,8 +4025,8 @@ public Page nextPage(String nextPageLink) { } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * * @param nextPageLink The NextLink from the previous successful call to List operation. * @param serviceFuture the ServiceFuture object tracking the Retrofit calls @@ -4047,8 +4047,8 @@ public Observable>> call(String nextPa } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * * @param nextPageLink The NextLink from the previous successful call to List operation. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -4065,8 +4065,8 @@ public Page call(ServiceResponse> } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * * @param nextPageLink The NextLink from the previous successful call to List operation. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -4087,8 +4087,8 @@ public Observable>> call(ServiceRespon } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * ServiceResponse> * @param nextPageLink The NextLink from the previous successful call to List operation. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -4585,8 +4585,8 @@ private ServiceResponse> listMetricDefin } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * * @param nextPageLink The NextLink from the previous successful call to List operation. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -4605,8 +4605,8 @@ public Page nextPage(String nextPageLink) { } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * * @param nextPageLink The NextLink from the previous successful call to List operation. * @param serviceFuture the ServiceFuture object tracking the Retrofit calls @@ -4627,8 +4627,8 @@ public Observable>> call(String nextPa } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * * @param nextPageLink The NextLink from the previous successful call to List operation. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -4645,8 +4645,8 @@ public Page call(ServiceResponse> } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * * @param nextPageLink The NextLink from the previous successful call to List operation. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -4667,8 +4667,8 @@ public Observable>> call(ServiceRespon } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * ServiceResponse> * @param nextPageLink The NextLink from the previous successful call to List operation. * @throws IllegalArgumentException thrown if parameters fail the validation diff --git a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/AppServicePlans.java b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/AppServicePlans.java index 3cbd43a299c2d..c10af920eee34 100644 --- a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/AppServicePlans.java +++ b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/AppServicePlans.java @@ -60,8 +60,8 @@ public interface AppServicePlans { Observable listByResourceGroupAsync(String resourceGroupName); /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable for the request @@ -91,8 +91,8 @@ public interface AppServicePlans { Completable restartWebAppsAsync(String resourceGroupName, String name); /** - * Gets all selectable sku's for a given App Service Plan. - * Gets all selectable sku's for a given App Service Plan. + * Gets all selectable SKUs for a given App Service Plan. + * Gets all selectable SKUs for a given App Service Plan. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of App Service Plan @@ -198,8 +198,8 @@ public interface AppServicePlans { Observable listMetricDefintionsAsync(final String resourceGroupName, final String name); /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of the App Service plan. diff --git a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/CertificatePatchResource.java b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/CertificatePatchResource.java index 61bca650c9319..3d36a1771fc16 100644 --- a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/CertificatePatchResource.java +++ b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/CertificatePatchResource.java @@ -67,7 +67,7 @@ public class CertificatePatchResource extends ProxyOnlyResource { private DateTime issueDate; /** - * Certificate expriration date. + * Certificate expiration date. */ @JsonProperty(value = "properties.expirationDate", access = JsonProperty.Access.WRITE_ONLY) private DateTime expirationDate; @@ -234,7 +234,7 @@ public DateTime issueDate() { } /** - * Get certificate expriration date. + * Get certificate expiration date. * * @return the expirationDate value */ diff --git a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/DataSource.java b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/DataSource.java index 6f7ed3d7faa87..f5d799abaa9d1 100644 --- a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/DataSource.java +++ b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/DataSource.java @@ -16,7 +16,7 @@ */ public class DataSource { /** - * Instrunctions if any for the data source. + * Instructions if any for the data source. */ @JsonProperty(value = "instructions") private List instructions; @@ -28,7 +28,7 @@ public class DataSource { private List dataSourceUri; /** - * Get instrunctions if any for the data source. + * Get instructions if any for the data source. * * @return the instructions value */ @@ -37,7 +37,7 @@ public List instructions() { } /** - * Set instrunctions if any for the data source. + * Set instructions if any for the data source. * * @param instructions the instructions value to set * @return the DataSource object itself. diff --git a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/DetectorAbnormalTimePeriod.java b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/DetectorAbnormalTimePeriod.java index de1acd01f3c18..a38a45ea112a3 100644 --- a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/DetectorAbnormalTimePeriod.java +++ b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/DetectorAbnormalTimePeriod.java @@ -17,13 +17,13 @@ */ public class DetectorAbnormalTimePeriod { /** - * Start time of the corelated event. + * Start time of the correlated event. */ @JsonProperty(value = "startTime") private DateTime startTime; /** - * End time of the corelated event. + * End time of the correlated event. */ @JsonProperty(value = "endTime") private DateTime endTime; @@ -67,7 +67,7 @@ public class DetectorAbnormalTimePeriod { private List solutions; /** - * Get start time of the corelated event. + * Get start time of the correlated event. * * @return the startTime value */ @@ -76,7 +76,7 @@ public DateTime startTime() { } /** - * Set start time of the corelated event. + * Set start time of the correlated event. * * @param startTime the startTime value to set * @return the DetectorAbnormalTimePeriod object itself. @@ -87,7 +87,7 @@ public DetectorAbnormalTimePeriod withStartTime(DateTime startTime) { } /** - * Get end time of the corelated event. + * Get end time of the correlated event. * * @return the endTime value */ @@ -96,7 +96,7 @@ public DateTime endTime() { } /** - * Set end time of the corelated event. + * Set end time of the correlated event. * * @param endTime the endTime value to set * @return the DetectorAbnormalTimePeriod object itself. diff --git a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/SiteConfig.java b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/SiteConfig.java index c36b338ac1476..9743a148ca31c 100644 --- a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/SiteConfig.java +++ b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/SiteConfig.java @@ -228,7 +228,7 @@ public class SiteConfig { private SiteLoadBalancing loadBalancing; /** - * This is work around for polymophic types. + * This is work around for polymorphic types. */ @JsonProperty(value = "experiments") private Experiments experiments; @@ -991,7 +991,7 @@ public SiteConfig withLoadBalancing(SiteLoadBalancing loadBalancing) { } /** - * Get this is work around for polymophic types. + * Get this is work around for polymorphic types. * * @return the experiments value */ @@ -1000,7 +1000,7 @@ public Experiments experiments() { } /** - * Set this is work around for polymophic types. + * Set this is work around for polymorphic types. * * @param experiments the experiments value to set * @return the SiteConfig object itself. diff --git a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/ValidateRequest.java b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/ValidateRequest.java index 723652a3d303b..763aa946e3175 100644 --- a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/ValidateRequest.java +++ b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/ValidateRequest.java @@ -62,7 +62,7 @@ public class ValidateRequest { private Boolean isSpot; /** - * Target capacity of the App Service plan (number of VM's). + * Target capacity of the App Service plan (number of VMs). */ @JsonProperty(value = "properties.capacity") private Integer capacity; @@ -222,7 +222,7 @@ public ValidateRequest withIsSpot(Boolean isSpot) { } /** - * Get target capacity of the App Service plan (number of VM's). + * Get target capacity of the App Service plan (number of VMs). * * @return the capacity value */ @@ -231,7 +231,7 @@ public Integer capacity() { } /** - * Set target capacity of the App Service plan (number of VM's). + * Set target capacity of the App Service plan (number of VMs). * * @param capacity the capacity value to set * @return the ValidateRequest object itself. diff --git a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/AppServicePlansInner.java b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/AppServicePlansInner.java index 0ecf78418924f..dff2145b7c77e 100644 --- a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/AppServicePlansInner.java +++ b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/AppServicePlansInner.java @@ -223,8 +223,8 @@ interface AppServicePlansService { } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * * @throws IllegalArgumentException thrown if parameters fail the validation * @throws DefaultErrorResponseException thrown if the request is rejected by server @@ -242,8 +242,8 @@ public Page nextPage(String nextPageLink) { } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -262,8 +262,8 @@ public Observable>> call(String nextPa } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList<AppServicePlanInner> object @@ -279,8 +279,8 @@ public Page call(ServiceResponse> } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the PagedList<AppServicePlanInner> object @@ -300,8 +300,8 @@ public Observable>> call(ServiceRespon } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * * @throws IllegalArgumentException thrown if parameters fail the validation * @return the PagedList<AppServicePlanInner> object wrapped in {@link ServiceResponse} if successful. @@ -329,8 +329,8 @@ public Observable>> call(Response nextPage(String nextPageLink) { } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * * @param detailed Specify <code>true</code> to return all App Service plan properties. The default is <code>false</code>, which returns a subset of the properties. Retrieval of all properties may increase the API latency. @@ -372,8 +372,8 @@ public Observable>> call(String nextPa } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * * @param detailed Specify <code>true</code> to return all App Service plan properties. The default is <code>false</code>, which returns a subset of the properties. Retrieval of all properties may increase the API latency. @@ -391,8 +391,8 @@ public Page call(ServiceResponse> } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * * @param detailed Specify <code>true</code> to return all App Service plan properties. The default is <code>false</code>, which returns a subset of the properties. Retrieval of all properties may increase the API latency. @@ -414,8 +414,8 @@ public Observable>> call(ServiceRespon } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * ServiceResponse> * @param detailed Specify <code>true</code> to return all App Service plan properties. The default is <code>false</code>, which returns a subset of the properties. Retrieval of all properties may increase the API latency. @@ -1923,8 +1923,8 @@ private ServiceResponse> listMetricDefin } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of the App Service plan. @@ -1944,8 +1944,8 @@ public Page nextPage(String nextPageLink) { } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of the App Service plan. @@ -1966,8 +1966,8 @@ public Observable>> call(String nextPa } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of the App Service plan. @@ -1985,8 +1985,8 @@ public Page call(ServiceResponse> } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of the App Service plan. @@ -2008,8 +2008,8 @@ public Observable>> call(ServiceRespon } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of the App Service plan. @@ -2046,8 +2046,8 @@ public Observable>> call(Response nextPage(String nextPageLink) { } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of the App Service plan. @@ -2093,8 +2093,8 @@ public Observable>> call(String nextPa } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of the App Service plan. @@ -2114,8 +2114,8 @@ public Page call(ServiceResponse> } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of the App Service plan. @@ -2139,8 +2139,8 @@ public Observable>> call(ServiceRespon } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * ServiceResponse> * @param resourceGroupName Name of the resource group to which the resource belongs. ServiceResponse> * @param name Name of the App Service plan. @@ -2272,7 +2272,7 @@ public Observable> call(Response response) { * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of the App Service plan. - * @param softRestart Specify <code>true</code> to performa a soft restart, applies the configuration settings and restarts the apps if necessary. The default is <code>false</code>, which always restarts and reprovisions the apps + * @param softRestart Specify <code>true</code> to perform a soft restart, applies the configuration settings and restarts the apps if necessary. The default is <code>false</code>, which always restarts and reprovisions the apps * @throws IllegalArgumentException thrown if parameters fail the validation * @throws CloudException thrown if the request is rejected by server * @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent @@ -2287,7 +2287,7 @@ public void restartWebApps(String resourceGroupName, String name, Boolean softRe * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of the App Service plan. - * @param softRestart Specify <code>true</code> to performa a soft restart, applies the configuration settings and restarts the apps if necessary. The default is <code>false</code>, which always restarts and reprovisions the apps + * @param softRestart Specify <code>true</code> to perform a soft restart, applies the configuration settings and restarts the apps if necessary. The default is <code>false</code>, which always restarts and reprovisions the apps * @param serviceCallback the async ServiceCallback to handle successful and failed responses. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceFuture} object @@ -2302,7 +2302,7 @@ public ServiceFuture restartWebAppsAsync(String resourceGroupName, String * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of the App Service plan. - * @param softRestart Specify <code>true</code> to performa a soft restart, applies the configuration settings and restarts the apps if necessary. The default is <code>false</code>, which always restarts and reprovisions the apps + * @param softRestart Specify <code>true</code> to perform a soft restart, applies the configuration settings and restarts the apps if necessary. The default is <code>false</code>, which always restarts and reprovisions the apps * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */ @@ -2321,7 +2321,7 @@ public Void call(ServiceResponse response) { * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of the App Service plan. - * @param softRestart Specify <code>true</code> to performa a soft restart, applies the configuration settings and restarts the apps if necessary. The default is <code>false</code>, which always restarts and reprovisions the apps + * @param softRestart Specify <code>true</code> to perform a soft restart, applies the configuration settings and restarts the apps if necessary. The default is <code>false</code>, which always restarts and reprovisions the apps * @throws IllegalArgumentException thrown if parameters fail the validation * @return the {@link ServiceResponse} object if successful. */ @@ -2627,8 +2627,8 @@ private ServiceResponse> listWebAppsDelegate(Response getServerFarmSkusAsync(String resourceGroupName, St } /** - * Gets all selectable sku's for a given App Service Plan. - * Gets all selectable sku's for a given App Service Plan. + * Gets all selectable SKUs for a given App Service Plan. + * Gets all selectable SKUs for a given App Service Plan. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of App Service Plan @@ -2674,8 +2674,8 @@ public Object call(ServiceResponse response) { } /** - * Gets all selectable sku's for a given App Service Plan. - * Gets all selectable sku's for a given App Service Plan. + * Gets all selectable SKUs for a given App Service Plan. + * Gets all selectable SKUs for a given App Service Plan. * * @param resourceGroupName Name of the resource group to which the resource belongs. * @param name Name of App Service Plan @@ -4006,8 +4006,8 @@ private ServiceResponse rebootWorkerDelegate(Response respon } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * * @param nextPageLink The NextLink from the previous successful call to List operation. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -4026,8 +4026,8 @@ public Page nextPage(String nextPageLink) { } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * * @param nextPageLink The NextLink from the previous successful call to List operation. * @param serviceFuture the ServiceFuture object tracking the Retrofit calls @@ -4048,8 +4048,8 @@ public Observable>> call(String nextPa } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * * @param nextPageLink The NextLink from the previous successful call to List operation. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -4066,8 +4066,8 @@ public Page call(ServiceResponse> } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * * @param nextPageLink The NextLink from the previous successful call to List operation. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -4088,8 +4088,8 @@ public Observable>> call(ServiceRespon } /** - * Get all App Service plans for a subcription. - * Get all App Service plans for a subcription. + * Get all App Service plans for a subscription. + * Get all App Service plans for a subscription. * ServiceResponse> * @param nextPageLink The NextLink from the previous successful call to List operation. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -4586,8 +4586,8 @@ private ServiceResponse> listMetricDefin } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * * @param nextPageLink The NextLink from the previous successful call to List operation. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -4606,8 +4606,8 @@ public Page nextPage(String nextPageLink) { } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * * @param nextPageLink The NextLink from the previous successful call to List operation. * @param serviceFuture the ServiceFuture object tracking the Retrofit calls @@ -4628,8 +4628,8 @@ public Observable>> call(String nextPa } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * * @param nextPageLink The NextLink from the previous successful call to List operation. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -4646,8 +4646,8 @@ public Page call(ServiceResponse> } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * * @param nextPageLink The NextLink from the previous successful call to List operation. * @throws IllegalArgumentException thrown if parameters fail the validation @@ -4668,8 +4668,8 @@ public Observable>> call(ServiceRespon } /** - * Get metrics for an App Serice plan. - * Get metrics for an App Serice plan. + * Get metrics for an App Service plan. + * Get metrics for an App Service plan. * ServiceResponse> * @param nextPageLink The NextLink from the previous successful call to List operation. * @throws IllegalArgumentException thrown if parameters fail the validation diff --git a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/CertificateInner.java b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/CertificateInner.java index d7834c91158ab..b33a9ecb33bc4 100644 --- a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/CertificateInner.java +++ b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/CertificateInner.java @@ -70,7 +70,7 @@ public class CertificateInner extends Resource { private DateTime issueDate; /** - * Certificate expriration date. + * Certificate expiration date. */ @JsonProperty(value = "properties.expirationDate", access = JsonProperty.Access.WRITE_ONLY) private DateTime expirationDate; @@ -243,7 +243,7 @@ public DateTime issueDate() { } /** - * Get certificate expriration date. + * Get certificate expiration date. * * @return the expirationDate value */ diff --git a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/CsmUsageQuotaInner.java b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/CsmUsageQuotaInner.java index 296e3dfa4f072..0391e6a6ff23e 100644 --- a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/CsmUsageQuotaInner.java +++ b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_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/implementation/CustomHostnameAnalysisResultInner.java b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/CustomHostnameAnalysisResultInner.java index 562422ac933fa..840b8b11bbc07 100644 --- a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/CustomHostnameAnalysisResultInner.java +++ b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/CustomHostnameAnalysisResultInner.java @@ -48,7 +48,7 @@ public class CustomHostnameAnalysisResultInner extends ProxyOnlyResource { private Boolean hasConflictOnScaleUnit; /** - * <code>true</code> if htere is a conflict across + * <code>true</code> if there is a conflict across * subscriptions; otherwise, <code>false</code>. */ @JsonProperty(value = "properties.hasConflictAcrossSubscription", access = JsonProperty.Access.WRITE_ONLY) @@ -128,7 +128,7 @@ public Boolean hasConflictOnScaleUnit() { } /** - * Get <code>true</code> if htere is a conflict across subscriptions; otherwise, <code>false</code>. + * Get <code>true</code> if there is a conflict across subscriptions; otherwise, <code>false</code>. * * @return the hasConflictAcrossSubscription value */ diff --git a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/DeploymentInner.java b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/DeploymentInner.java index 94c308c2cab53..582059f46d7b6 100644 --- a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/DeploymentInner.java +++ b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/DeploymentInner.java @@ -14,7 +14,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 DeploymentInner extends ProxyOnlyResource { diff --git a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/DiagnosticDetectorResponseInner.java b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/DiagnosticDetectorResponseInner.java index adf77e6763f9f..793551a71b3ca 100644 --- a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/DiagnosticDetectorResponseInner.java +++ b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/DiagnosticDetectorResponseInner.java @@ -19,7 +19,7 @@ import com.microsoft.azure.management.appservice.v2018_02_01.ProxyOnlyResource; /** - * Class representing Reponse from Diagnostic Detectors. + * Class representing Response from Diagnostic Detectors. */ @JsonFlatten public class DiagnosticDetectorResponseInner extends ProxyOnlyResource { diff --git a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/ProcessThreadInfoInner.java b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/ProcessThreadInfoInner.java index ef2fba938a51b..d25531c214ca5 100644 --- a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/ProcessThreadInfoInner.java +++ b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/ProcessThreadInfoInner.java @@ -79,7 +79,7 @@ public class ProcessThreadInfoInner extends ProxyOnlyResource { private String userProcessorTime; /** - * Priviledged processor time. + * Privileged processor time. */ @JsonProperty(value = "properties.priviledged_processor_time") private String priviledgedProcessorTime; @@ -286,7 +286,7 @@ public ProcessThreadInfoInner withUserProcessorTime(String userProcessorTime) { } /** - * Get priviledged processor time. + * Get privileged processor time. * * @return the priviledgedProcessorTime value */ @@ -295,7 +295,7 @@ public String priviledgedProcessorTime() { } /** - * Set priviledged processor time. + * Set privileged processor time. * * @param priviledgedProcessorTime the priviledgedProcessorTime value to set * @return the ProcessThreadInfoInner object itself. diff --git a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/RecommendationInner.java b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/RecommendationInner.java index d14a48c3dd4b4..eb581e412dd8b 100644 --- a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/RecommendationInner.java +++ b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/RecommendationInner.java @@ -103,8 +103,8 @@ public class RecommendationInner extends ProxyOnlyResource { private Integer enabled; /** - * The list of states of this recommendation. If it's null then it shoud be - * considered "Active". + * The list of states of this recommendation. If it's null then it should + * be considered "Active". */ @JsonProperty(value = "properties.states") private List states; @@ -401,7 +401,7 @@ public RecommendationInner withEnabled(Integer enabled) { } /** - * Get the list of states of this recommendation. If it's null then it shoud be considered "Active". + * Get the list of states of this recommendation. If it's null then it should be considered "Active". * * @return the states value */ @@ -410,7 +410,7 @@ public List states() { } /** - * Set the list of states of this recommendation. If it's null then it shoud be considered "Active". + * Set the list of states of this recommendation. If it's null then it should be considered "Active". * * @param states the states value to set * @return the RecommendationInner object itself. diff --git a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/RecommendationsInner.java b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/RecommendationsInner.java index 3e508d09cfc57..f032d728b5a25 100644 --- a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/RecommendationsInner.java +++ b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/RecommendationsInner.java @@ -1295,7 +1295,7 @@ public Observable> call(Response getRuleDetailsByWebAppAsync(String * @param siteName Name of the app. * @param name Name of the recommendation. * @param updateSeen Specify <code>true</code> to update the last-seen timestamp of the recommendation object. - * @param recommendationId The GUID of the recommedation object if you query an expired one. You don't need to specify it to query an active entry. + * @param recommendationId The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the RecommendationRuleInner object */ @@ -1351,7 +1351,7 @@ public RecommendationRuleInner call(ServiceResponse res * @param siteName Name of the app. * @param name Name of the recommendation. * @param updateSeen Specify <code>true</code> to update the last-seen timestamp of the recommendation object. - * @param recommendationId The GUID of the recommedation object if you query an expired one. You don't need to specify it to query an active entry. + * @param recommendationId The GUID of the recommendation object if you query an expired one. You don't need to specify it to query an active entry. * @throws IllegalArgumentException thrown if parameters fail the validation * @return the observable to the RecommendationRuleInner object */ diff --git a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/ResourceNameAvailabilityInner.java b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/ResourceNameAvailabilityInner.java index 43b4e17c7785c..58d270ec2413c 100644 --- a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/ResourceNameAvailabilityInner.java +++ b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/ResourceNameAvailabilityInner.java @@ -12,7 +12,7 @@ import com.fasterxml.jackson.annotation.JsonProperty; /** - * Information regarding availbility of a resource name. + * Information regarding availability of a resource name. */ public class ResourceNameAvailabilityInner { /** diff --git a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/SiteConfigResourceInner.java b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/SiteConfigResourceInner.java index 647109a1712d6..abc2b6e86294f 100644 --- a/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/SiteConfigResourceInner.java +++ b/appservice/resource-manager/v2018_02_01/src/main/java/com/microsoft/azure/management/appservice/v2018_02_01/implementation/SiteConfigResourceInner.java @@ -247,7 +247,7 @@ public class SiteConfigResourceInner extends ProxyOnlyResource { private SiteLoadBalancing loadBalancing; /** - * This is work around for polymophic types. + * This is work around for polymorphic types. */ @JsonProperty(value = "properties.experiments") private Experiments experiments; @@ -1010,7 +1010,7 @@ public SiteConfigResourceInner withLoadBalancing(SiteLoadBalancing loadBalancing } /** - * Get this is work around for polymophic types. + * Get this is work around for polymorphic types. * * @return the experiments value */ @@ -1019,7 +1019,7 @@ public Experiments experiments() { } /** - * Set this is work around for polymophic types. + * Set this is work around for polymorphic types. * * @param experiments the experiments value to set * @return the SiteConfigResourceInner object itself.