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 @@ -13,7 +13,7 @@


class APIKeyRequest(Model):
"""An Application Insights component API Key createion request definition.
"""An Application Insights component API Key creation request definition.

:param name: The name of the API Key.
:type name: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@


class APIKeyRequest(Model):
"""An Application Insights component API Key createion request definition.
"""An Application Insights component API Key creation request definition.

:param name: The name of the API Key.
:type name: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ApplicationInsightsComponentAPIKey(Model):
Variables are only populated by the server, and will be ignored when
sending a request.

:ivar id: The unique ID of the API key inside an Applciation Insights
:ivar id: The unique ID of the API key inside an Application Insights
component. It is auto generated when the API key is created.
:vartype id: str
:ivar api_key: The API key value. It will be only return once when the API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ class ApplicationInsightsComponentAPIKey(Model):
Variables are only populated by the server, and will be ignored when
sending a request.

:ivar id: The unique ID of the API key inside an Applciation Insights
:ivar id: The unique ID of the API key inside an Application Insights
component. It is auto generated when the API key is created.
:vartype id: str
:ivar api_key: The API key value. It will be only return once when the API
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ApplicationInsightsComponentExportConfiguration(Model):
sending a request.

:ivar export_id: The unique ID of the export configuration inside an
Applciation Insights component. It is auto generated when the Continuous
Application Insights component. It is auto generated when the Continuous
Export configuration is created.
:vartype export_id: str
:ivar instrumentation_key: The instrumentation key of the Application
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class ApplicationInsightsComponentExportConfiguration(Model):
sending a request.

:ivar export_id: The unique ID of the export configuration inside an
Applciation Insights component. It is auto generated when the Continuous
Application Insights component. It is auto generated when the Continuous
Export configuration is created.
:vartype export_id: str
:ivar instrumentation_key: The instrumentation key of the Application
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions
:type display_name: str
:param description: The rule description
:type description: str
:param help_url: URL which displays aditional info about the proactive
:param help_url: URL which displays additional info about the proactive
detection rule
:type help_url: str
:param is_hidden: A flag indicating whether the rule is hidden (from the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ApplicationInsightsComponentProactiveDetectionConfigurationRuleDefinitions
:type display_name: str
:param description: The rule description
:type description: str
:param help_url: URL which displays aditional info about the proactive
:param help_url: URL which displays additional info about the proactive
detection rule
:type help_url: str
:param is_hidden: A flag indicating whether the rule is hidden (from the
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


class ErrorResponse(Model):
"""Error reponse indicates Insights service is not able to process the
"""Error response indicates Insights service is not able to process the
incoming request. The reason is provided in the error message.

:param code: Error code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@


class ErrorResponse(Model):
"""Error reponse indicates Insights service is not able to process the
"""Error response indicates Insights service is not able to process the
incoming request. The reason is provided in the error message.

:param code: Error code.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class WorkItemCreateConfiguration(Model):

:param connector_id: Unique connector id
:type connector_id: str
:param connector_data_configuration: Serialized JSON object for detaile d
:param connector_data_configuration: Serialized JSON object for detailed
properties
:type connector_data_configuration: str
:param validate_only: Boolean indicating validate only
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class WorkItemCreateConfiguration(Model):

:param connector_id: Unique connector id
:type connector_id: str
:param connector_data_configuration: Serialized JSON object for detaile d
:param connector_data_configuration: Serialized JSON object for detailed
properties
:type connector_data_configuration: str
:param validate_only: Boolean indicating validate only
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -366,7 +366,7 @@ def delete(

def list(
self, custom_headers=None, raw=False, **operation_config):
"""Get all Application Insights web test alerts definitioned within a
"""Get all Application Insights web test alerts definitions within a
subscription.

:param dict custom_headers: headers that will be added to the request
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ def get_default(

def delete(
self, resource_group_name, resource_name, work_item_config_id, custom_headers=None, raw=False, **operation_config):
"""Delete an workitem configuration of an Application Insights component.
"""Delete a work item configuration of an Application Insights component.

:param resource_group_name: The name of the resource group.
:type resource_group_name: str
Expand Down