File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/ResourceManager/Sql/Commands.Sql/Server/Cmdlet Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 12
12
// limitations under the License.
13
13
// ----------------------------------------------------------------------------------
14
14
15
+ using Microsoft . Azure . Commands . ResourceManager . Common . ArgumentCompleters ;
15
16
using Microsoft . Azure . Commands . ResourceManager . Common . Tags ;
16
17
using Microsoft . Azure . Commands . Sql . Common ;
17
18
using Microsoft . Rest . Azure ;
@@ -51,6 +52,7 @@ public class NewAzureSqlServer : AzureSqlServerCmdletBase
51
52
/// </summary>
52
53
[ Parameter ( Mandatory = true ,
53
54
HelpMessage = "The location in which to create the server" ) ]
55
+ [ LocationCompleter ( "Microsoft.Sql/servers" ) ]
54
56
[ ValidateNotNullOrEmpty ]
55
57
public string Location { get ; set ; }
56
58
You can’t perform that action at this time.
0 commit comments