Skip to content
Closed
Show file tree
Hide file tree
Changes from 1 commit
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
Prev Previous commit
Next Next commit
Generated from 3cd44887364c1c90938d5690e20e55382d158361 (#2648)
typo: applicationinsights/resource-manager/Microsoft.Insights/componentFeaturesAndPricing_API

- capabilites -> capabilities
- volumne -> volume
- applciation -> application
- Insigths -> Insights
- Double word "meter"
- Desplay -> Display
- vaule -> value
  • Loading branch information
AutorestCI authored Nov 26, 2018
commit 326a5a0801a87e612277e195f4c86ae451ac927b
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
import com.fasterxml.jackson.annotation.JsonProperty;

/**
* An Application Insights component daily data volumne cap.
* An Application Insights component daily data volume cap.
*/
public class ApplicationInsightsComponentDataVolumeCap {
/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class ApplicationInsightsComponentFeature {
private String meterId;

/**
* The meter meter rate for the feature's meter.
* The meter rate for the feature's meter.
*/
@JsonProperty(value = "MeterRateFrequency", access = JsonProperty.Access.WRITE_ONLY)
private String meterRateFrequency;
Expand All @@ -46,13 +46,13 @@ public class ApplicationInsightsComponentFeature {
private Boolean isHidden;

/**
* A list of Application Insigths component feature capability.
* A list of Application Insights component feature capability.
*/
@JsonProperty(value = "Capabilities", access = JsonProperty.Access.WRITE_ONLY)
private List<ApplicationInsightsComponentFeatureCapability> capabilities;

/**
* Desplay name of the feature.
* Display name of the feature.
*/
@JsonProperty(value = "Title", access = JsonProperty.Access.WRITE_ONLY)
private String title;
Expand Down Expand Up @@ -88,7 +88,7 @@ public String meterId() {
}

/**
* Get the meter meter rate for the feature's meter.
* Get the meter rate for the feature's meter.
*
* @return the meterRateFrequency value
*/
Expand All @@ -115,7 +115,7 @@ public Boolean isHidden() {
}

/**
* Get a list of Application Insigths component feature capability.
* Get a list of Application Insights component feature capability.
*
* @return the capabilities value
*/
Expand All @@ -124,7 +124,7 @@ public List<ApplicationInsightsComponentFeatureCapability> capabilities() {
}

/**
* Get desplay name of the feature.
* Get display name of the feature.
*
* @return the title value
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ public class ApplicationInsightsComponentFeatureCapability {
private String description;

/**
* The vaule of the capability.
* The value of the capability.
*/
@JsonProperty(value = "Value", access = JsonProperty.Access.WRITE_ONLY)
private String value;
Expand Down Expand Up @@ -69,7 +69,7 @@ public String description() {
}

/**
* Get the vaule of the capability.
* Get the value of the capability.
*
* @return the value value
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
public interface ComponentFeatureCapabilities extends HasInner<ComponentFeatureCapabilitiesInner> {
/**
* Returns feature capabilites of the application insights component.
* Returns feature capabilities of the 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 @@ -33,6 +33,13 @@ public class ComponentPurgeBodyFilters {
@JsonProperty(value = "value")
private Object value;

/**
* When filtering over custom dimensions, this key will be used as the name
* of the custom dimension.
*/
@JsonProperty(value = "key")
private String key;

/**
* Get the column of the table over which the given query should run.
*
Expand Down Expand Up @@ -93,4 +100,24 @@ public ComponentPurgeBodyFilters withValue(Object value) {
return this;
}

/**
* Get when filtering over custom dimensions, this key will be used as the name of the custom dimension.
*
* @return the key value
*/
public String key() {
return this.key;
}

/**
* Set when filtering over custom dimensions, this key will be used as the name of the custom dimension.
*
* @param key the key value to set
* @return the ComponentPurgeBodyFilters object itself.
*/
public ComponentPurgeBodyFilters withKey(String key) {
this.key = key;
return this;
}

}
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@
*/
public class ApplicationInsightsComponentAvailableFeaturesInner {
/**
* A list of Application Insigths component feature.
* A list of Application Insights component feature.
*/
@JsonProperty(value = "Result", access = JsonProperty.Access.WRITE_ONLY)
private List<ApplicationInsightsComponentFeature> result;

/**
* Get a list of Application Insigths component feature.
* Get a list of Application Insights component feature.
*
* @return the result value
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
*/
public class ApplicationInsightsComponentBillingFeaturesInner {
/**
* An Application Insights component daily data volumne cap.
* An Application Insights component daily data volume cap.
*/
@JsonProperty(value = "DataVolumeCap")
private ApplicationInsightsComponentDataVolumeCap dataVolumeCap;
Expand All @@ -30,7 +30,7 @@ public class ApplicationInsightsComponentBillingFeaturesInner {
private List<String> currentBillingFeatures;

/**
* Get an Application Insights component daily data volumne cap.
* Get an Application Insights component daily data volume cap.
*
* @return the dataVolumeCap value
*/
Expand All @@ -39,7 +39,7 @@ public ApplicationInsightsComponentDataVolumeCap dataVolumeCap() {
}

/**
* Set an Application Insights component daily data volumne cap.
* Set an Application Insights component daily data volume cap.
*
* @param dataVolumeCap the dataVolumeCap value to set
* @return the ApplicationInsightsComponentBillingFeaturesInner object itself.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ public class ApplicationInsightsComponentFeatureCapabilitiesInner {
private String apiAccessLevel;

/**
* The applciation insights component used tracking type.
* The application insights component used tracking type.
*/
@JsonProperty(value = "TrackingType", access = JsonProperty.Access.WRITE_ONLY)
private String trackingType;
Expand Down Expand Up @@ -219,7 +219,7 @@ public String apiAccessLevel() {
}

/**
* Get the applciation insights component used tracking type.
* Get the application insights component used tracking type.
*
* @return the trackingType value
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ interface ComponentFeatureCapabilitiesService {
}

/**
* Returns feature capabilites of the application insights component.
* Returns feature capabilities of the application insights component.
*
* @param resourceGroupName The name of the resource group.
* @param resourceName The name of the Application Insights component resource.
Expand All @@ -72,7 +72,7 @@ public ApplicationInsightsComponentFeatureCapabilitiesInner get(String resourceG
}

/**
* Returns feature capabilites of the application insights component.
* Returns feature capabilities of the application insights component.
*
* @param resourceGroupName The name of the resource group.
* @param resourceName The name of the Application Insights component resource.
Expand All @@ -85,7 +85,7 @@ public ServiceFuture<ApplicationInsightsComponentFeatureCapabilitiesInner> getAs
}

/**
* Returns feature capabilites of the application insights component.
* Returns feature capabilities of the application insights component.
*
* @param resourceGroupName The name of the resource group.
* @param resourceName The name of the Application Insights component resource.
Expand All @@ -102,7 +102,7 @@ public ApplicationInsightsComponentFeatureCapabilitiesInner call(ServiceResponse
}

/**
* Returns feature capabilites of the application insights component.
* Returns feature capabilities of the application insights component.
*
* @param resourceGroupName The name of the resource group.
* @param resourceName The name of the Application Insights component resource.
Expand Down