Skip to content

Commit

Permalink
Generated from ecd9aa0b608ba879b4d2a5abfbf5502715fe06f7
Browse files Browse the repository at this point in the history
  • Loading branch information
AutorestCI committed Jan 24, 2019
1 parent 7f996cb commit 343601b
Show file tree
Hide file tree
Showing 18 changed files with 18 additions and 18 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_02_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_02_01.models.ConnectionMonitorSourceStatus
:param states: Information about connection states.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -402,7 +402,7 @@ class ConnectionStatus(str, Enum):

class ConnectionMonitorSourceStatus(str, Enum):

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

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_04_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_04_01.models.ConnectionMonitorSourceStatus
:param states: Information about connection states.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ class ConnectionStatus(str, Enum):

class ConnectionMonitorSourceStatus(str, Enum):

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

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_06_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_06_01.models.ConnectionMonitorSourceStatus
:param states: Information about connection states.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ class ConnectionStatus(str, Enum):

class ConnectionMonitorSourceStatus(str, Enum):

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

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_07_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_07_01.models.ConnectionMonitorSourceStatus
:param states: Information about connection states.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -426,7 +426,7 @@ class ConnectionStatus(str, Enum):

class ConnectionMonitorSourceStatus(str, Enum):

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

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_08_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_08_01.models.ConnectionMonitorSourceStatus
:param states: Information about connection states.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ class ConnectionStatus(str, Enum):

class ConnectionMonitorSourceStatus(str, Enum):

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

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_10_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_10_01.models.ConnectionMonitorSourceStatus
:param states: Information about connection states.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -470,7 +470,7 @@ class ConnectionStatus(str, Enum):

class ConnectionMonitorSourceStatus(str, Enum):

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

Expand Down

0 comments on commit 343601b

Please sign in to comment.