File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
src/ResourceManager/Subscription/Commands.Subscription/Cmdlets Expand file tree Collapse file tree 1 file changed +2
-4
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 . Subscription . Common ;
16
17
using Microsoft . Azure . Commands . Subscription . Models ;
17
18
using Microsoft . Azure . Management . Subscription ;
18
- using System . Collections ;
19
- using System . Collections . Generic ;
20
- using System . Linq ;
21
19
using System . Management . Automation ;
22
- using System . Management . Automation . Language ;
23
20
24
21
namespace Microsoft . Azure . Commands . Subscription . Cmdlets
25
22
{
@@ -30,6 +27,7 @@ public class NewAzureRmSubscriptionDefinition : AzureSubscriptionDefinitionCmdle
30
27
public string Name { get ; set ; }
31
28
32
29
[ Parameter ( Mandatory = true , HelpMessage = "Offer type of the subscription definition." ) ]
30
+ [ PSArgumentCompleter ( "MS-AZR-0017P" , "MS-AZR-0148P" ) ]
33
31
public string OfferType { get ; set ; }
34
32
35
33
[ Parameter ( Mandatory = false , HelpMessage = "Display name of the subscription." ) ]
You can’t perform that action at this time.
0 commit comments