Skip to content

Commit

Permalink
Generated from 78cd0e48a9e7064d6f017d3ceae49c3edca0fdf1 (#3978)
Browse files Browse the repository at this point in the history
fix: Casing on applicationinsights/data-plane/Microsoft.Insights YAML
  • Loading branch information
AutorestCI authored Dec 3, 2018
1 parent c3d285b commit 18e1297
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class EventsExceptionInfo(Model):
:type outer_type: str
:param outer_method: The outer method of the exception
:type outer_method: str
:param outer_assembly: The outer assmebly of the exception
:param outer_assembly: The outer assembly of the exception
:type outer_assembly: str
:param outer_message: The outer message of the exception
:type outer_message: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class EventsExceptionInfo(Model):
:type outer_type: str
:param outer_method: The outer method of the exception
:type outer_method: str
:param outer_assembly: The outer assmebly of the exception
:param outer_assembly: The outer assembly of the exception
:type outer_assembly: str
:param outer_message: The outer message of the exception
:type outer_message: str
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ def get_multiple(

def get_metadata(
self, app_id, custom_headers=None, raw=False, **operation_config):
"""Retrieve metric metatadata.
"""Retrieve metric metadata.
Gets metadata describing the available metrics.
Expand Down

0 comments on commit 18e1297

Please sign in to comment.