Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
import com.fasterxml.jackson.annotation.JsonProperty;

/**
* An Application Insights component API Key createion request definition.
* An Application Insights component API Key creation request definition.
*/
public class APIKeyRequest {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ public class ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefi
private String description;

/**
* URL which displays aditional info about the proactive detection rule.
* URL which displays additional info about the proactive detection rule.
*/
@JsonProperty(value = "HelpUrl")
private String helpUrl;
Expand Down Expand Up @@ -125,7 +125,7 @@ public ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinition
}

/**
* Get uRL which displays aditional info about the proactive detection rule.
* Get uRL which displays additional info about the proactive detection rule.
*
* @return the helpUrl value
*/
Expand All @@ -134,7 +134,7 @@ public String helpUrl() {
}

/**
* Set uRL which displays aditional info about the proactive detection rule.
* Set uRL which displays additional info about the proactive detection rule.
*
* @param helpUrl the helpUrl value to set
* @return the ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@
import com.fasterxml.jackson.annotation.JsonProperty;

/**
* Error reponse indicates Insights service is not able to process the incoming
* request. The reason is provided in the error message.
* Error response indicates Insights service is not able to process the
* incoming request. The reason is provided in the error message.
*/
public class ErrorResponse {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public interface WorkItemConfigurations {
Observable<WorkItemConfiguration> listAsync(String resourceGroupName, String resourceName);

/**
* Delete an workitem configuration of an Application Insights component.
* Delete a work item configuration of an Application Insights component.
*
* @param resourceGroupName The name of the resource group.
* @param resourceName The name of the Application Insights component resource.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ public class WorkItemCreateConfiguration {
private String connectorId;

/**
* Serialized JSON object for detaile d properties.
* Serialized JSON object for detailed properties.
*/
@JsonProperty(value = "ConnectorDataConfiguration")
private String connectorDataConfiguration;
Expand Down Expand Up @@ -59,7 +59,7 @@ public WorkItemCreateConfiguration withConnectorId(String connectorId) {
}

/**
* Get serialized JSON object for detaile d properties.
* Get serialized JSON object for detailed properties.
*
* @return the connectorDataConfiguration value
*/
Expand All @@ -68,7 +68,7 @@ public String connectorDataConfiguration() {
}

/**
* Set serialized JSON object for detaile d properties.
* Set serialized JSON object for detailed properties.
*
* @param connectorDataConfiguration the connectorDataConfiguration value to set
* @return the WorkItemCreateConfiguration object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
*/
public class ApplicationInsightsComponentAPIKeyInner {
/**
* The unique ID of the API key inside an Applciation Insights component.
* The unique ID of the API key inside an Application Insights component.
* It is auto generated when the API key is created.
*/
@JsonProperty(value = "id", access = JsonProperty.Access.WRITE_ONLY)
Expand Down Expand Up @@ -54,7 +54,7 @@ public class ApplicationInsightsComponentAPIKeyInner {
private List<String> linkedWriteProperties;

/**
* Get the unique ID of the API key inside an Applciation Insights component. It is auto generated when the API key is created.
* Get the unique ID of the API key inside an Application Insights component. It is auto generated when the API key is created.
*
* @return the id value
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
*/
public class ApplicationInsightsComponentExportConfigurationInner {
/**
* The unique ID of the export configuration inside an Applciation Insights
* The unique ID of the export configuration inside an Application Insights
* component. It is auto generated when the Continuous Export configuration
* is created.
*/
Expand Down Expand Up @@ -138,7 +138,7 @@ public class ApplicationInsightsComponentExportConfigurationInner {
private String containerName;

/**
* Get the unique ID of the export configuration inside an Applciation Insights component. It is auto generated when the Continuous Export configuration is created.
* Get the unique ID of the export configuration inside an Application Insights component. It is auto generated when the Continuous Export configuration is created.
*
* @return the exportId value
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ private ServiceResponse<Void> deleteDelegate(Response<ResponseBody> response) th
}

/**
* Get all Application Insights web test alerts definitioned within a subscription.
* Get all Application Insights web test alerts definitions within a subscription.
*
* @throws IllegalArgumentException thrown if parameters fail the validation
* @throws CloudException thrown if the request is rejected by server
Expand All @@ -684,7 +684,7 @@ public Page<WebTestInner> nextPage(String nextPageLink) {
}

/**
* Get all Application Insights web test alerts definitioned within a subscription.
* Get all Application Insights web test alerts definitions within a subscription.
*
* @param serviceCallback the async ServiceCallback to handle successful and failed responses.
* @throws IllegalArgumentException thrown if parameters fail the validation
Expand All @@ -703,7 +703,7 @@ public Observable<ServiceResponse<Page<WebTestInner>>> call(String nextPageLink)
}

/**
* Get all Application Insights web test alerts definitioned within a subscription.
* Get all Application Insights web test alerts definitions within a subscription.
*
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList&lt;WebTestInner&gt; object
Expand All @@ -719,7 +719,7 @@ public Page<WebTestInner> call(ServiceResponse<Page<WebTestInner>> response) {
}

/**
* Get all Application Insights web test alerts definitioned within a subscription.
* Get all Application Insights web test alerts definitions within a subscription.
*
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the observable to the PagedList&lt;WebTestInner&gt; object
Expand All @@ -739,7 +739,7 @@ public Observable<ServiceResponse<Page<WebTestInner>>> call(ServiceResponse<Page
}

/**
* Get all Application Insights web test alerts definitioned within a subscription.
* Get all Application Insights web test alerts definitions within a subscription.
*
* @throws IllegalArgumentException thrown if parameters fail the validation
* @return the PagedList&lt;WebTestInner&gt; object wrapped in {@link ServiceResponse} if successful.
Expand Down Expand Up @@ -1007,7 +1007,7 @@ private ServiceResponse<PageImpl<WebTestInner>> listByResourceGroupNextDelegate(
}

/**
* Get all Application Insights web test alerts definitioned within a subscription.
* Get all Application Insights web test alerts definitions within a subscription.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
Expand All @@ -1026,7 +1026,7 @@ public Page<WebTestInner> nextPage(String nextPageLink) {
}

/**
* Get all Application Insights web test alerts definitioned within a subscription.
* Get all Application Insights web test alerts definitions within a subscription.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @param serviceFuture the ServiceFuture object tracking the Retrofit calls
Expand All @@ -1047,7 +1047,7 @@ public Observable<ServiceResponse<Page<WebTestInner>>> call(String nextPageLink)
}

/**
* Get all Application Insights web test alerts definitioned within a subscription.
* Get all Application Insights web test alerts definitions within a subscription.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
Expand All @@ -1064,7 +1064,7 @@ public Page<WebTestInner> call(ServiceResponse<Page<WebTestInner>> response) {
}

/**
* Get all Application Insights web test alerts definitioned within a subscription.
* Get all Application Insights web test alerts definitions within a subscription.
*
* @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
Expand All @@ -1085,7 +1085,7 @@ public Observable<ServiceResponse<Page<WebTestInner>>> call(ServiceResponse<Page
}

/**
* Get all Application Insights web test alerts definitioned within a subscription.
* Get all Application Insights web test alerts definitions within a subscription.
*
ServiceResponse<PageImpl<WebTestInner>> * @param nextPageLink The NextLink from the previous successful call to List operation.
* @throws IllegalArgumentException thrown if parameters fail the validation
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -348,7 +348,7 @@ private ServiceResponse<WorkItemConfigurationInner> getDefaultDelegate(Response<
}

/**
* Delete an workitem configuration of an Application Insights component.
* Delete a work item configuration of an Application Insights component.
*
* @param resourceGroupName The name of the resource group.
* @param resourceName The name of the Application Insights component resource.
Expand All @@ -363,7 +363,7 @@ public Object delete(String resourceGroupName, String resourceName, String workI
}

/**
* Delete an workitem configuration of an Application Insights component.
* Delete a work item configuration of an Application Insights component.
*
* @param resourceGroupName The name of the resource group.
* @param resourceName The name of the Application Insights component resource.
Expand All @@ -377,7 +377,7 @@ public ServiceFuture<Object> deleteAsync(String resourceGroupName, String resour
}

/**
* Delete an workitem configuration of an Application Insights component.
* Delete a work item configuration of an Application Insights component.
*
* @param resourceGroupName The name of the resource group.
* @param resourceName The name of the Application Insights component resource.
Expand All @@ -395,7 +395,7 @@ public Object call(ServiceResponse<Object> response) {
}

/**
* Delete an workitem configuration of an Application Insights component.
* Delete a work item configuration of an Application Insights component.
*
* @param resourceGroupName The name of the resource group.
* @param resourceName The name of the Application Insights component resource.
Expand Down