File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
src/ResourceManager/Sql/Commands.Sql/Location Capabilities/Cmdlet Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 13
13
// ----------------------------------------------------------------------------------
14
14
15
15
using Microsoft . Azure . Commands . ResourceManager . Common ;
16
+ using Microsoft . Azure . Commands . ResourceManager . Common . ArgumentCompleters ;
16
17
using Microsoft . Azure . Commands . Sql . Location_Capabilities . Model ;
17
18
using Microsoft . Azure . Commands . Sql . Location_Capabilities . Services ;
18
19
using System . Linq ;
@@ -46,6 +47,7 @@ public class GetAzureSqlCapability : AzureRMCmdlet
46
47
ValueFromPipelineByPropertyName = true ,
47
48
Position = 0 ,
48
49
HelpMessage = "The name of the Location for which to get the capabilities" ) ]
50
+ [ LocationCompleter ( "Microsoft.Sql/locations/capabilities" ) ]
49
51
[ ValidateNotNullOrEmpty ]
50
52
public string LocationName { get ; set ; }
51
53
You can’t perform that action at this time.
0 commit comments