Skip to content

Commit

Permalink
typo: applicationinsights/resource-manager/Microsoft.Insights/compone…
Browse files Browse the repository at this point in the history
…ntFeaturesAndPricing_API (#4552)

- capabilites -> capabilities
- volumne -> volume
- applciation -> application
- Insigths -> Insights
- Double word "meter"
- Desplay -> Display
- vaule -> value
  • Loading branch information
nschonni authored and amarzavery committed Nov 26, 2018
1 parent 3c8a16b commit bfa7091
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@
},
"/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.Insights/components/{resourceName}/featurecapabilities": {
"get": {
"description": "Returns feature capabilites of the application insights component.",
"description": "Returns feature capabilities of the application insights component.",
"operationId": "ComponentFeatureCapabilities_Get",
"parameters": [
{
Expand Down Expand Up @@ -213,7 +213,7 @@
"description": "An Application Insights component billing features",
"properties": {
"DataVolumeCap": {
"description": "An Application Insights component daily data volumne cap",
"description": "An Application Insights component daily data volume cap",
"$ref": "#/definitions/ApplicationInsightsComponentDataVolumeCap"
},
"CurrentBillingFeatures": {
Expand All @@ -227,7 +227,7 @@
},
"ApplicationInsightsComponentDataVolumeCap": {
"type": "object",
"description": "An Application Insights component daily data volumne cap",
"description": "An Application Insights component daily data volume cap",
"properties": {
"Cap": {
"type": "number",
Expand Down Expand Up @@ -345,7 +345,7 @@
"TrackingType": {
"type": "string",
"readOnly": true,
"description": "The applciation insights component used tracking type."
"description": "The application insights component used tracking type."
},
"DailyCap": {
"type": "number",
Expand Down Expand Up @@ -375,7 +375,7 @@
"$ref": "#/definitions/ApplicationInsightsComponentFeature"
},
"readOnly": true,
"description": "A list of Application Insigths component feature."
"description": "A list of Application Insights component feature."
}
}
},
Expand All @@ -396,7 +396,7 @@
"MeterRateFrequency":{
"type": "string",
"readOnly": true,
"description": "The meter meter rate for the feature's meter."
"description": "The meter rate for the feature's meter."
},
"ResouceId":{
"type": "string",
Expand All @@ -415,12 +415,12 @@
"$ref": "#/definitions/ApplicationInsightsComponentFeatureCapability"
},
"readOnly": true,
"description": "A list of Application Insigths component feature capability."
"description": "A list of Application Insights component feature capability."
},
"Title": {
"type": "string",
"readOnly": true,
"description": "Desplay name of the feature."
"description": "Display name of the feature."
},
"IsMainFeature": {
"type": "boolean",
Expand Down Expand Up @@ -451,7 +451,7 @@
"Value":{
"type": "string",
"readOnly": true,
"description": "The vaule of the capability."
"description": "The value of the capability."
},
"Unit":{
"type": "string",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@
},
"PricingPlanProperties": {
"type": "object",
"description": "An Application Insights component daily data volumne cap",
"description": "An Application Insights component daily data volume cap",
"properties": {
"planType": {
"type": "string",
Expand Down

0 comments on commit bfa7091

Please sign in to comment.