Skip to content

Commit

Permalink
[AutoPR network/resource-manager] Fixed issue: Azure/azure-rest-api-s…
Browse files Browse the repository at this point in the history
…pecs#4721 (#1004)

* Generated from 885bb8072a5e6d1f4d7c99a70b5101133c267b9b

Reverted fixes in networkWatcher in previous versions. Left only fix in 2018-12-01

* Generated from 885bb8072a5e6d1f4d7c99a70b5101133c267b9b

Reverted fixes in networkWatcher in previous versions. Left only fix in 2018-12-01
  • Loading branch information
AutorestCI authored Feb 11, 2019
1 parent 309097e commit 1f186fc
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/@azure/arm-network/lib/models/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7472,7 +7472,7 @@ export interface ConnectionStateSnapshot {
export interface ConnectionMonitorQueryResult {
/**
* @member {ConnectionMonitorSourceStatus} [sourceStatus] Status of
* connection monitor source. Possible values include: 'Uknown', 'Active',
* connection monitor source. Possible values include: 'Unknown', 'Active',
* 'Inactive'
*/
sourceStatus?: ConnectionMonitorSourceStatus;
Expand Down Expand Up @@ -12066,11 +12066,11 @@ export type ConnectionStatus = 'Unknown' | 'Connected' | 'Disconnected' | 'Degra

/**
* Defines values for ConnectionMonitorSourceStatus.
* Possible values include: 'Uknown', 'Active', 'Inactive'
* Possible values include: 'Unknown', 'Active', 'Inactive'
* @readonly
* @enum {string}
*/
export type ConnectionMonitorSourceStatus = 'Uknown' | 'Active' | 'Inactive';
export type ConnectionMonitorSourceStatus = 'Unknown' | 'Active' | 'Inactive';

/**
* Defines values for ConnectionState.
Expand Down

0 comments on commit 1f186fc

Please sign in to comment.