File tree Expand file tree Collapse file tree 7 files changed +14
-1
lines changed
src/ResourceManager/Media/Commands.Media Expand file tree Collapse file tree 7 files changed +14
-1
lines changed Original file line number Diff line number Diff line change 19
19
using Microsoft . Azure . Management . Media ;
20
20
using Microsoft . Azure . Commands . Media . Common ;
21
21
using Microsoft . Azure . Commands . Media . Models ;
22
+ using Microsoft . Azure . Commands . ResourceManager . Common . ArgumentCompleters ;
22
23
23
24
namespace Microsoft . Azure . Commands . Media . MediaService
24
25
{
@@ -43,6 +44,7 @@ public class GetAzureRmMediaService : AzureMediaServiceCmdletBase
43
44
ParameterSetName = AccountNameParameterSet ,
44
45
ValueFromPipelineByPropertyName = true ,
45
46
HelpMessage = "The resource group name." ) ]
47
+ [ ResourceGroupCompleter ]
46
48
[ ValidateNotNullOrEmpty ]
47
49
public string ResourceGroupName { get ; set ; }
48
50
Original file line number Diff line number Diff line change 22
22
using Microsoft . Azure . Management . Media ;
23
23
using Microsoft . Azure . Management . Media . Models ;
24
24
using RestMediaService = Microsoft . Azure . Management . Media . Models . MediaService ;
25
+ using Microsoft . Azure . Commands . ResourceManager . Common . ArgumentCompleters ;
25
26
26
27
namespace Microsoft . Azure . Commands . Media . MediaService
27
28
{
@@ -47,7 +48,7 @@ public class NewAzureRmMediaService : AzureMediaServiceCmdletBase
47
48
ParameterSetName = StorageAccountsParamSet ,
48
49
ValueFromPipelineByPropertyName = true ,
49
50
HelpMessage = "The resource group name." ) ]
50
-
51
+ [ ResourceGroupCompleter ]
51
52
[ ValidateNotNullOrEmpty ]
52
53
public string ResourceGroupName { get ; set ; }
53
54
Original file line number Diff line number Diff line change 19
19
using Microsoft . Azure . Commands . Media . Common ;
20
20
using Microsoft . Azure . Management . Media ;
21
21
using Microsoft . Azure . Management . Media . Models ;
22
+ using Microsoft . Azure . Commands . ResourceManager . Common . ArgumentCompleters ;
22
23
23
24
namespace Microsoft . Azure . Commands . Media . MediaService
24
25
{
@@ -36,6 +37,7 @@ public class RemoveAzureRmMediaService : AzureMediaServiceCmdletBase
36
37
Mandatory = true ,
37
38
ValueFromPipelineByPropertyName = true ,
38
39
HelpMessage = "The resource group name." ) ]
40
+ [ ResourceGroupCompleter ]
39
41
[ ValidateNotNullOrEmpty ]
40
42
public string ResourceGroupName { get ; set ; }
41
43
Original file line number Diff line number Diff line change 22
22
using Microsoft . Azure . Management . Media ;
23
23
using Microsoft . Azure . Management . Media . Models ;
24
24
using RestMediaService = Microsoft . Azure . Management . Media . Models . MediaService ;
25
+ using Microsoft . Azure . Commands . ResourceManager . Common . ArgumentCompleters ;
25
26
26
27
namespace Microsoft . Azure . Commands . Media . MediaService
27
28
{
@@ -38,6 +39,7 @@ public class SetAzureRmMediaService : AzureMediaServiceCmdletBase
38
39
Mandatory = true ,
39
40
ValueFromPipelineByPropertyName = true ,
40
41
HelpMessage = "The resource group name." ) ]
42
+ [ ResourceGroupCompleter ]
41
43
[ ValidateNotNullOrEmpty ]
42
44
public string ResourceGroupName { get ; set ; }
43
45
Original file line number Diff line number Diff line change 19
19
using Microsoft . Azure . Commands . Media . Models ;
20
20
using Microsoft . Azure . Management . Media ;
21
21
using Microsoft . Azure . Management . Media . Models ;
22
+ using Microsoft . Azure . Commands . ResourceManager . Common . ArgumentCompleters ;
22
23
23
24
namespace Microsoft . Azure . Commands . Media . ServiceKey
24
25
{
@@ -33,6 +34,7 @@ public class GetAzureRmMediaServiceKeys : AzureMediaServiceCmdletBase
33
34
Mandatory = true ,
34
35
ValueFromPipelineByPropertyName = true ,
35
36
HelpMessage = "The resource group name." ) ]
37
+ [ ResourceGroupCompleter ]
36
38
[ ValidateNotNullOrEmpty ]
37
39
public string ResourceGroupName { get ; set ; }
38
40
Original file line number Diff line number Diff line change 19
19
using Microsoft . Azure . Commands . Media . Models ;
20
20
using Microsoft . Azure . Management . Media ;
21
21
using Microsoft . Azure . Management . Media . Models ;
22
+ using Microsoft . Azure . Commands . ResourceManager . Common . ArgumentCompleters ;
22
23
23
24
namespace Microsoft . Azure . Commands . Media . ServiceKey
24
25
{
@@ -35,6 +36,7 @@ public class SetAzureRmMediaServiceKey : AzureMediaServiceCmdletBase
35
36
Mandatory = true ,
36
37
ValueFromPipelineByPropertyName = true ,
37
38
HelpMessage = "The resource group name." ) ]
39
+ [ ResourceGroupCompleter ]
38
40
[ ValidateNotNullOrEmpty ]
39
41
public string ResourceGroupName { get ; set ; }
40
42
Original file line number Diff line number Diff line change 18
18
using Microsoft . Azure . Commands . Media . Common ;
19
19
using Microsoft . Azure . Management . Media ;
20
20
using Microsoft . Azure . Management . Media . Models ;
21
+ using Microsoft . Azure . Commands . ResourceManager . Common . ArgumentCompleters ;
21
22
22
23
namespace Microsoft . Azure . Commands . Media . ServiceKey
23
24
{
@@ -34,6 +35,7 @@ public class SyncAzureRmMediaServiceStorageKeys : AzureMediaServiceCmdletBase
34
35
Mandatory = true ,
35
36
ValueFromPipelineByPropertyName = true ,
36
37
HelpMessage = "The resource group name." ) ]
38
+ [ ResourceGroupCompleter ]
37
39
[ ValidateNotNullOrEmpty ]
38
40
public string ResourceGroupName { get ; set ; }
39
41
You can’t perform that action at this time.
0 commit comments