Skip to content
This repository was archived by the owner on May 5, 2023. It is now read-only.
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 @@ -17,7 +17,7 @@
class ApplicationInsightsComponentAvailableFeatures {
/**
* Create a ApplicationInsightsComponentAvailableFeatures.
* @member {array} [result] A list of Application Insigths component feature.
* @member {array} [result] A list of Application Insights component feature.
*/
constructor() {
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ApplicationInsightsComponentBillingFeatures {
/**
* Create a ApplicationInsightsComponentBillingFeatures.
* @member {object} [dataVolumeCap] An Application Insights component daily
* data volumne cap
* data volume cap
* @member {number} [dataVolumeCap.cap] Daily data volume cap in GB.
* @member {number} [dataVolumeCap.resetTime] Daily data volume cap UTC reset
* hour.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
'use strict';

/**
* An Application Insights component daily data volumne cap
* An Application Insights component daily data volume cap
*
*/
class ApplicationInsightsComponentDataVolumeCap {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,13 @@ class ApplicationInsightsComponentFeature {
* Create a ApplicationInsightsComponentFeature.
* @member {string} [featureName] The pricing feature name.
* @member {string} [meterId] The meter id used for the feature.
* @member {string} [meterRateFrequency] The meter meter rate for the
* feature's meter.
* @member {string} [meterRateFrequency] The meter rate for the feature's
* meter.
* @member {string} [resouceId] Reserved, not used now.
* @member {boolean} [isHidden] Reserved, not used now.
* @member {array} [capabilities] A list of Application Insigths component
* @member {array} [capabilities] A list of Application Insights component
* feature capability.
* @member {string} [title] Desplay name of the feature.
* @member {string} [title] Display name of the feature.
* @member {boolean} [isMainFeature] Whether can apply addon feature on to
* it.
* @member {string} [supportedAddonFeatures] The add on features on main
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ class ApplicationInsightsComponentFeatureCapabilities {
* @member {boolean} [multipleStepWebTest] Whether allow to use multiple
* steps web test feature.
* @member {string} [apiAccessLevel] Reserved, not used now.
* @member {string} [trackingType] The applciation insights component used
* @member {string} [trackingType] The application insights component used
* tracking type.
* @member {number} [dailyCap] Daily data volume cap in GB.
* @member {number} [dailyCapResetTime] Daily data volume cap UTC reset hour.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ApplicationInsightsComponentFeatureCapability {
* Create a ApplicationInsightsComponentFeatureCapability.
* @member {string} [name] The name of the capability.
* @member {string} [description] The description of the capability.
* @member {string} [value] The vaule of the capability.
* @member {string} [value] The value of the capability.
* @member {string} [unit] The unit of the capability.
* @member {string} [meterId] The meter used for the capability.
* @member {string} [meterRateFrequency] The meter rate of the meter.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ class ComponentPurgeBodyFilters {
* @member {object} [value] the value for the operator to function over. This
* can be a number (e.g., > 100), a string (timestamp >= '2017-09-01') or
* array of values.
* @member {string} [key] When filtering over custom dimensions, this key
* will be used as the name of the custom dimension.
*/
constructor() {
}
Expand Down Expand Up @@ -62,6 +64,13 @@ class ComponentPurgeBodyFilters {
type: {
name: 'Object'
}
},
key: {
required: false,
serializedName: 'key',
type: {
name: 'String'
}
}
}
}
Expand Down
19 changes: 11 additions & 8 deletions lib/services/applicationinsights/lib/models/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -279,7 +279,7 @@ export interface ApplicationInsightsComponentExportConfiguration {
* @class
* Initializes a new instance of the ApplicationInsightsComponentDataVolumeCap class.
* @constructor
* An Application Insights component daily data volumne cap
* An Application Insights component daily data volume cap
*
* @member {number} [cap] Daily data volume cap in GB.
* @member {number} [resetTime] Daily data volume cap UTC reset hour.
Expand Down Expand Up @@ -307,7 +307,7 @@ export interface ApplicationInsightsComponentDataVolumeCap {
* An Application Insights component billing features
*
* @member {object} [dataVolumeCap] An Application Insights component daily
* data volumne cap
* data volume cap
* @member {number} [dataVolumeCap.cap] Daily data volume cap in GB.
* @member {number} [dataVolumeCap.resetTime] Daily data volume cap UTC reset
* hour.
Expand Down Expand Up @@ -368,7 +368,7 @@ export interface ApplicationInsightsComponentQuotaStatus {
* @member {boolean} [multipleStepWebTest] Whether allow to use multiple steps
* web test feature.
* @member {string} [apiAccessLevel] Reserved, not used now.
* @member {string} [trackingType] The applciation insights component used
* @member {string} [trackingType] The application insights component used
* tracking type.
* @member {number} [dailyCap] Daily data volume cap in GB.
* @member {number} [dailyCapResetTime] Daily data volume cap UTC reset hour.
Expand Down Expand Up @@ -401,7 +401,7 @@ export interface ApplicationInsightsComponentFeatureCapabilities {
*
* @member {string} [name] The name of the capability.
* @member {string} [description] The description of the capability.
* @member {string} [value] The vaule of the capability.
* @member {string} [value] The value of the capability.
* @member {string} [unit] The unit of the capability.
* @member {string} [meterId] The meter used for the capability.
* @member {string} [meterRateFrequency] The meter rate of the meter.
Expand All @@ -423,13 +423,13 @@ export interface ApplicationInsightsComponentFeatureCapability {
*
* @member {string} [featureName] The pricing feature name.
* @member {string} [meterId] The meter id used for the feature.
* @member {string} [meterRateFrequency] The meter meter rate for the feature's
* @member {string} [meterRateFrequency] The meter rate for the feature's
* meter.
* @member {string} [resouceId] Reserved, not used now.
* @member {boolean} [isHidden] Reserved, not used now.
* @member {array} [capabilities] A list of Application Insigths component
* @member {array} [capabilities] A list of Application Insights component
* feature capability.
* @member {string} [title] Desplay name of the feature.
* @member {string} [title] Display name of the feature.
* @member {boolean} [isMainFeature] Whether can apply addon feature on to it.
* @member {string} [supportedAddonFeatures] The add on features on main
* feature.
Expand All @@ -452,7 +452,7 @@ export interface ApplicationInsightsComponentFeature {
* @constructor
* An Application Insights component available features.
*
* @member {array} [result] A list of Application Insigths component feature.
* @member {array} [result] A list of Application Insights component feature.
*/
export interface ApplicationInsightsComponentAvailableFeatures {
readonly result?: ApplicationInsightsComponentFeature[];
Expand Down Expand Up @@ -634,11 +634,14 @@ export interface ApplicationInsightsComponent extends ComponentsResource {
* @member {object} [value] the value for the operator to function over. This
* can be a number (e.g., > 100), a string (timestamp >= '2017-09-01') or array
* of values.
* @member {string} [key] When filtering over custom dimensions, this key will
* be used as the name of the custom dimension.
*/
export interface ComponentPurgeBodyFilters {
column?: string;
operator?: string;
value?: any;
key?: string;
}

/**
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function _get(resourceGroupName, resourceName, options, callback) {
* specified to update billing features for an Application Insights component.
*
* @param {object} [billingFeaturesProperties.dataVolumeCap] An Application
* Insights component daily data volumne cap
* Insights component daily data volume cap
*
* @param {number} [billingFeaturesProperties.dataVolumeCap.cap] Daily data
* volume cap in GB.
Expand Down Expand Up @@ -462,7 +462,7 @@ class ComponentCurrentBillingFeatures {
* specified to update billing features for an Application Insights component.
*
* @param {object} [billingFeaturesProperties.dataVolumeCap] An Application
* Insights component daily data volumne cap
* Insights component daily data volume cap
*
* @param {number} [billingFeaturesProperties.dataVolumeCap.cap] Daily data
* volume cap in GB.
Expand Down Expand Up @@ -519,7 +519,7 @@ class ComponentCurrentBillingFeatures {
* specified to update billing features for an Application Insights component.
*
* @param {object} [billingFeaturesProperties.dataVolumeCap] An Application
* Insights component daily data volumne cap
* Insights component daily data volume cap
*
* @param {number} [billingFeaturesProperties.dataVolumeCap.cap] Daily data
* volume cap in GB.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const msRestAzure = require('ms-rest-azure');
const WebResource = msRest.WebResource;

/**
* Returns feature capabilites of the application insights component.
* Returns feature capabilities of the application insights component.
*
* @param {string} resourceGroupName The name of the resource group.
*
Expand Down Expand Up @@ -174,7 +174,7 @@ class ComponentFeatureCapabilities {
}

/**
* Returns feature capabilites of the application insights component.
* Returns feature capabilities of the application insights component.
*
* @param {string} resourceGroupName The name of the resource group.
*
Expand Down Expand Up @@ -207,7 +207,7 @@ class ComponentFeatureCapabilities {
}

/**
* Returns feature capabilites of the application insights component.
* Returns feature capabilities of the application insights component.
*
* @param {string} resourceGroupName The name of the resource group.
*
Expand Down
8 changes: 4 additions & 4 deletions lib/services/applicationinsights/lib/operations/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1276,7 +1276,7 @@ export interface ComponentCurrentBillingFeatures {
* specified to update billing features for an Application Insights component.
*
* @param {object} [billingFeaturesProperties.dataVolumeCap] An Application
* Insights component daily data volumne cap
* Insights component daily data volume cap
*
* @param {number} [billingFeaturesProperties.dataVolumeCap.cap] Daily data
* volume cap in GB.
Expand Down Expand Up @@ -1321,7 +1321,7 @@ export interface ComponentCurrentBillingFeatures {
* specified to update billing features for an Application Insights component.
*
* @param {object} [billingFeaturesProperties.dataVolumeCap] An Application
* Insights component daily data volumne cap
* Insights component daily data volume cap
*
* @param {number} [billingFeaturesProperties.dataVolumeCap.cap] Daily data
* volume cap in GB.
Expand Down Expand Up @@ -1457,7 +1457,7 @@ export interface ComponentFeatureCapabilities {


/**
* Returns feature capabilites of the application insights component.
* Returns feature capabilities of the application insights component.
*
* @param {string} resourceGroupName The name of the resource group.
*
Expand All @@ -1478,7 +1478,7 @@ export interface ComponentFeatureCapabilities {
getWithHttpOperationResponse(resourceGroupName: string, resourceName: string, options?: { customHeaders? : { [headerName: string]: string; } }): Promise<HttpOperationResponse<models.ApplicationInsightsComponentFeatureCapabilities>>;

/**
* Returns feature capabilites of the application insights component.
* Returns feature capabilities of the application insights component.
*
* @param {string} resourceGroupName The name of the resource group.
*
Expand Down