Skip to content

Commit

Permalink
Generated from c0f91837eaa5d2e5b82be9e3c2b29b701e7ce6b7
Browse files Browse the repository at this point in the history
Fixed issue: Azure/azure-rest-api-specs#4721 (#5087)

* Fixed issue: Azure/azure-rest-api-specs#4721

* Reverted fixes in networkWatcher in previous versions. Left only fix in 2018-12-01
  • Loading branch information
AutorestCI committed Feb 11, 2019
1 parent 1320add commit fd0628e
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 @@ -16,7 +16,7 @@ class ConnectionMonitorQueryResult(Model):
"""List of connection states snaphots.
:param source_status: Status of connection monitor source. Possible values
include: 'Uknown', 'Active', 'Inactive'
include: 'Unknown', 'Active', 'Inactive'
:type source_status: str or
~azure.mgmt.network.v2018_12_01.models.ConnectionMonitorSourceStatus
:param states: Information about connection states.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ class ConnectionMonitorQueryResult(Model):
"""List of connection states snaphots.
:param source_status: Status of connection monitor source. Possible values
include: 'Uknown', 'Active', 'Inactive'
include: 'Unknown', 'Active', 'Inactive'
:type source_status: str or
~azure.mgmt.network.v2018_12_01.models.ConnectionMonitorSourceStatus
:param states: Information about connection states.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,7 @@ class ConnectionStatus(str, Enum):

class ConnectionMonitorSourceStatus(str, Enum):

uknown = "Uknown"
unknown = "Unknown"
active = "Active"
inactive = "Inactive"

Expand Down

0 comments on commit fd0628e

Please sign in to comment.