Skip to content

Commit

Permalink
test - add missing properties
Browse files Browse the repository at this point in the history
  • Loading branch information
david-msft committed Dec 22, 2020
1 parent 584cabe commit 48ec27c
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1003,6 +1003,12 @@
"name": "ConnectionMode"
},
"default": "All"
},
"managedMode": {
"type": "integer",
"format": "int32",
"enum": [ 0, 1 ],
"description": "The managed mode of the server (0 = not managed, 1 = managed)."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -846,6 +846,12 @@
"backupBlobContainerUri": {
"type": "string",
"description": "The container URI of backup blob."
},
"managedMode": {
"type": "integer",
"format": "int32",
"enum": [ 0, 1 ],
"description": "The managed mode of the server (0 = not managed, 1 = managed)."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -934,6 +934,12 @@
"gatewayDetails": {
"$ref": "#/definitions/GatewayDetails",
"description": "The gateway details configured for the AS server."
},
"managedMode": {
"type": "integer",
"format": "int32",
"enum": [ 0, 1 ],
"description": "The managed mode of the server (0 = not managed, 1 = managed)."
}
}
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -1003,6 +1003,12 @@
"name": "ConnectionMode"
},
"default": "All"
},
"managedMode": {
"type": "integer",
"format": "int32",
"enum": [ 0, 1 ],
"description": "The managed mode of the server (0 = not managed, 1 = managed)."
}
}
},
Expand Down

0 comments on commit 48ec27c

Please sign in to comment.