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

typo: applicationinsights/resource-manager/Microsoft.Insights/componentFeaturesAndPricing_API #4552

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 @@ -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