Skip to content

Commit 331b773

Browse files
johnpaulkeesalameer
authored andcommitted
Fix missing proxy override enum for managed instance swagger (#5780)
* Initializing instance pools swagger and examples - no usages / managed instances get by instance pool * Fix missing enum for proxy override
1 parent df97ac6 commit 331b773

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

specification/sql/resource-manager/Microsoft.Sql/preview/2015-05-01-preview/managedInstances.json

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -461,8 +461,17 @@
461461
]
462462
},
463463
"proxyOverride": {
464-
"description": "Proxy override of the managed instance.",
465-
"type": "string"
464+
"description": "Connection type used for connecting to the instance.",
465+
"enum": [
466+
"Proxy",
467+
"Redirect",
468+
"Default"
469+
],
470+
"type": "string",
471+
"x-ms-enum": {
472+
"name": "ManagedInstanceProxyOverride",
473+
"modelAsString": true
474+
}
466475
},
467476
"timezoneId": {
468477
"description": "Id of the timezone. Allowed values are timezones supported by Windows.\r\nWindows keeps details on supported timezones, including the id, in registry under\r\nKEY_LOCAL_MACHINE\\SOFTWARE\\Microsoft\\Windows NT\\CurrentVersion\\Time Zones.\r\nYou can get those registry values via SQL Server by querying SELECT name AS timezone_id FROM sys.time_zone_info.\r\nList of Ids can also be obtained by executing [System.TimeZoneInfo]::GetSystemTimeZones() in PowerShell.\r\nAn example of valid timezone id is \"Pacific Standard Time\" or \"W. Europe Standard Time\".",

0 commit comments

Comments
 (0)