Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[AutoPR web/resource-manager] typo: web/resource-manager/Microsoft.Web #2796

Merged
merged 1 commit into from
Dec 17, 2018
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -240,7 +240,7 @@ public DateTime issueDate() {
}

/**
* Get certificate expriration date.
* Get certificate expiration date.
*
* @return the expirationDate value
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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<String> instructions;
Expand All @@ -28,7 +28,7 @@ public class DataSource {
private List<NameValuePair> dataSourceUri;

/**
* Get instrunctions if any for the data source.
* Get instructions if any for the data source.
*
* @return the instructions value
*/
Expand All @@ -37,7 +37,7 @@ public List<String> 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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -67,7 +67,7 @@ public class DetectorAbnormalTimePeriod {
private List<Solution> solutions;

/**
* Get start time of the corelated event.
* Get start time of the correlated event.
*
* @return the startTime value
*/
Expand All @@ -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.
Expand All @@ -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
*/
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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
*/
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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
*/
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -249,7 +249,7 @@ public DateTime issueDate() {
}

/**
* Get certificate expriration date.
* Get certificate expiration date.
*
* @return the expirationDate value
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1288,7 +1288,7 @@ public Observable<ServiceResponse<RecommendationRuleInner>> call(Response<Respon
* @param siteName Name of the app.
* @param name Name of the recommendation.
* @param updateSeen Specify &lt;code&gt;true&lt;/code&gt; 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
* @throws CloudException thrown if the request is rejected by server
* @throws RuntimeException all other wrapped checked exceptions if the request fails to be sent
Expand All @@ -1306,7 +1306,7 @@ public RecommendationRuleInner getRuleDetailsByWebApp(String resourceGroupName,
* @param siteName Name of the app.
* @param name Name of the recommendation.
* @param updateSeen Specify &lt;code&gt;true&lt;/code&gt; 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.
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the {@link ServiceFuture} object
Expand All @@ -1323,7 +1323,7 @@ public ServiceFuture<RecommendationRuleInner> getRuleDetailsByWebAppAsync(String
* @param siteName Name of the app.
* @param name Name of the recommendation.
* @param updateSeen Specify &lt;code&gt;true&lt;/code&gt; 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
*/
Expand All @@ -1344,7 +1344,7 @@ public RecommendationRuleInner call(ServiceResponse<RecommendationRuleInner> res
* @param siteName Name of the app.
* @param name Name of the recommendation.
* @param updateSeen Specify &lt;code&gt;true&lt;/code&gt; 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
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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
*/
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2715,8 +2715,8 @@ public interface WebApps {
Observable<SiteExtensionInfo> 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.
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public class CustomHostnameAnalysisResultInner extends ProxyOnlyResource {
private Boolean hasConflictOnScaleUnit;

/**
* &lt;code&gt;true&lt;/code&gt; if htere is a conflict across
* &lt;code&gt;true&lt;/code&gt; if there is a conflict across
* subscriptions; otherwise, &lt;code&gt;false&lt;/code&gt;.
*/
@JsonProperty(value = "properties.hasConflictAcrossSubscription", access = JsonProperty.Access.WRITE_ONLY)
Expand Down Expand Up @@ -128,7 +128,7 @@ public Boolean hasConflictOnScaleUnit() {
}

/**
* Get &lt;code&gt;true&lt;/code&gt; if htere is a conflict across subscriptions; otherwise, &lt;code&gt;false&lt;/code&gt;.
* Get &lt;code&gt;true&lt;/code&gt; if there is a conflict across subscriptions; otherwise, &lt;code&gt;false&lt;/code&gt;.
*
* @return the hasConflictAcrossSubscription value
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -297,7 +297,7 @@ public ProcessThreadInfoInner withUserProcessorTime(String userProcessorTime) {
}

/**
* Get priviledged processor time.
* Get privileged processor time.
*
* @return the priviledgedProcessorTime value
*/
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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
*/
Expand All @@ -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.
Expand Down
Loading