@@ -47,7 +47,7 @@ exports.init = function (cli) {
47
47
. option ( '--parameters <parameters>' , $ ( 'parameters' ) )
48
48
. option ( '--parameter-file <parameter-file>' , $ ( 'the input parameter file' ) )
49
49
. option ( '-s, --subscription <subscription>' , $ ( 'the subscription identifier' ) )
50
- . execute ( function ( resourceGroupName , parameters , options , _ ) {
50
+ . execute ( function ( options , _ ) {
51
51
cli . output . info ( 'resourceGroupName = ' + options . resourceGroupName ) ;
52
52
cli . output . info ( 'parameters = ' + options . parameters ) ;
53
53
var parametersObj = null ;
@@ -5371,7 +5371,7 @@ exports.init = function (cli) {
5371
5371
. option ( '--vm-scale-set-name <vm-scale-set-name>' , $ ( 'vm-scale-set-name' ) )
5372
5372
. option ( '--parameter-file <parameter-file>' , $ ( 'the input parameter file' ) )
5373
5373
. option ( '-s, --subscription <subscription>' , $ ( 'the subscription identifier' ) )
5374
- . execute ( function ( resourceGroupName , vmScaleSetName , options , _ ) {
5374
+ . execute ( function ( options , _ ) {
5375
5375
cli . output . info ( 'resourceGroupName = ' + options . resourceGroupName ) ;
5376
5376
cli . output . info ( 'vmScaleSetName = ' + options . vmScaleSetName ) ;
5377
5377
var subscription = profile . current . getSubscription ( options . subscription ) ;
@@ -5392,7 +5392,7 @@ exports.init = function (cli) {
5392
5392
. option ( '--vm-instance-ids <vm-instance-ids>' , $ ( 'vm-instance-ids' ) )
5393
5393
. option ( '--parameter-file <parameter-file>' , $ ( 'the input parameter file' ) )
5394
5394
. option ( '-s, --subscription <subscription>' , $ ( 'the subscription identifier' ) )
5395
- . execute ( function ( resourceGroupName , vmScaleSetName , vmInstanceIds , options , _ ) {
5395
+ . execute ( function ( options , _ ) {
5396
5396
cli . output . info ( 'resourceGroupName = ' + options . resourceGroupName ) ;
5397
5397
cli . output . info ( 'vmScaleSetName = ' + options . vmScaleSetName ) ;
5398
5398
cli . output . info ( 'vmInstanceIds = ' + options . vmInstanceIds ) ;
@@ -5420,7 +5420,7 @@ exports.init = function (cli) {
5420
5420
. option ( '--vm-scale-set-name <vm-scale-set-name>' , $ ( 'vm-scale-set-name' ) )
5421
5421
. option ( '--parameter-file <parameter-file>' , $ ( 'the input parameter file' ) )
5422
5422
. option ( '-s, --subscription <subscription>' , $ ( 'the subscription identifier' ) )
5423
- . execute ( function ( resourceGroupName , vmScaleSetName , options , _ ) {
5423
+ . execute ( function ( options , _ ) {
5424
5424
cli . output . info ( 'resourceGroupName = ' + options . resourceGroupName ) ;
5425
5425
cli . output . info ( 'vmScaleSetName = ' + options . vmScaleSetName ) ;
5426
5426
var subscription = profile . current . getSubscription ( options . subscription ) ;
@@ -5441,7 +5441,7 @@ exports.init = function (cli) {
5441
5441
. option ( '--vm-instance-ids <vm-instance-ids>' , $ ( 'vm-instance-ids' ) )
5442
5442
. option ( '--parameter-file <parameter-file>' , $ ( 'the input parameter file' ) )
5443
5443
. option ( '-s, --subscription <subscription>' , $ ( 'the subscription identifier' ) )
5444
- . execute ( function ( resourceGroupName , vmScaleSetName , vmInstanceIds , options , _ ) {
5444
+ . execute ( function ( options , _ ) {
5445
5445
cli . output . info ( 'resourceGroupName = ' + options . resourceGroupName ) ;
5446
5446
cli . output . info ( 'vmScaleSetName = ' + options . vmScaleSetName ) ;
5447
5447
cli . output . info ( 'vmInstanceIds = ' + options . vmInstanceIds ) ;
@@ -5469,7 +5469,7 @@ exports.init = function (cli) {
5469
5469
. option ( '--vm-scale-set-name <vm-scale-set-name>' , $ ( 'vm-scale-set-name' ) )
5470
5470
. option ( '--parameter-file <parameter-file>' , $ ( 'the input parameter file' ) )
5471
5471
. option ( '-s, --subscription <subscription>' , $ ( 'the subscription identifier' ) )
5472
- . execute ( function ( resourceGroupName , vmScaleSetName , options , _ ) {
5472
+ . execute ( function ( options , _ ) {
5473
5473
cli . output . info ( 'resourceGroupName = ' + options . resourceGroupName ) ;
5474
5474
cli . output . info ( 'vmScaleSetName = ' + options . vmScaleSetName ) ;
5475
5475
var subscription = profile . current . getSubscription ( options . subscription ) ;
@@ -5486,7 +5486,7 @@ exports.init = function (cli) {
5486
5486
. option ( '--vm-scale-set-name <vm-scale-set-name>' , $ ( 'vm-scale-set-name' ) )
5487
5487
. option ( '--parameter-file <parameter-file>' , $ ( 'the input parameter file' ) )
5488
5488
. option ( '-s, --subscription <subscription>' , $ ( 'the subscription identifier' ) )
5489
- . execute ( function ( resourceGroupName , vmScaleSetName , options , _ ) {
5489
+ . execute ( function ( options , _ ) {
5490
5490
cli . output . info ( 'resourceGroupName = ' + options . resourceGroupName ) ;
5491
5491
cli . output . info ( 'vmScaleSetName = ' + options . vmScaleSetName ) ;
5492
5492
var subscription = profile . current . getSubscription ( options . subscription ) ;
@@ -5502,7 +5502,7 @@ exports.init = function (cli) {
5502
5502
. option ( '--resource-group-name <resource-group-name>' , $ ( 'resource-group-name' ) )
5503
5503
. option ( '--parameter-file <parameter-file>' , $ ( 'the input parameter file' ) )
5504
5504
. option ( '-s, --subscription <subscription>' , $ ( 'the subscription identifier' ) )
5505
- . execute ( function ( resourceGroupName , options , _ ) {
5505
+ . execute ( function ( options , _ ) {
5506
5506
cli . output . info ( 'resourceGroupName = ' + options . resourceGroupName ) ;
5507
5507
var subscription = profile . current . getSubscription ( options . subscription ) ;
5508
5508
var computeManagementClient = utils . createComputeResourceProviderClient ( subscription ) ;
@@ -5520,7 +5520,7 @@ exports.init = function (cli) {
5520
5520
. option ( '--parameters <parameters>' , $ ( 'parameters' ) )
5521
5521
. option ( '--parameter-file <parameter-file>' , $ ( 'the input parameter file' ) )
5522
5522
. option ( '-s, --subscription <subscription>' , $ ( 'the subscription identifier' ) )
5523
- . execute ( function ( parameters , options , _ ) {
5523
+ . execute ( function ( options , _ ) {
5524
5524
cli . output . info ( 'parameters = ' + options . parameters ) ;
5525
5525
var parametersObj = null ;
5526
5526
if ( options . parameterFile ) {
@@ -5689,7 +5689,7 @@ exports.init = function (cli) {
5689
5689
. option ( '--next-link <next-link>' , $ ( 'next-link' ) )
5690
5690
. option ( '--parameter-file <parameter-file>' , $ ( 'the input parameter file' ) )
5691
5691
. option ( '-s, --subscription <subscription>' , $ ( 'the subscription identifier' ) )
5692
- . execute ( function ( nextLink , options , _ ) {
5692
+ . execute ( function ( options , _ ) {
5693
5693
cli . output . info ( 'nextLink = ' + options . nextLink ) ;
5694
5694
var subscription = profile . current . getSubscription ( options . subscription ) ;
5695
5695
var computeManagementClient = utils . createComputeResourceProviderClient ( subscription ) ;
@@ -5705,7 +5705,7 @@ exports.init = function (cli) {
5705
5705
. option ( '--vm-scale-set-name <vm-scale-set-name>' , $ ( 'vm-scale-set-name' ) )
5706
5706
. option ( '--parameter-file <parameter-file>' , $ ( 'the input parameter file' ) )
5707
5707
. option ( '-s, --subscription <subscription>' , $ ( 'the subscription identifier' ) )
5708
- . execute ( function ( resourceGroupName , vmScaleSetName , options , _ ) {
5708
+ . execute ( function ( options , _ ) {
5709
5709
cli . output . info ( 'resourceGroupName = ' + options . resourceGroupName ) ;
5710
5710
cli . output . info ( 'vmScaleSetName = ' + options . vmScaleSetName ) ;
5711
5711
var subscription = profile . current . getSubscription ( options . subscription ) ;
@@ -5722,7 +5722,7 @@ exports.init = function (cli) {
5722
5722
. option ( '--vm-scale-set-name <vm-scale-set-name>' , $ ( 'vm-scale-set-name' ) )
5723
5723
. option ( '--parameter-file <parameter-file>' , $ ( 'the input parameter file' ) )
5724
5724
. option ( '-s, --subscription <subscription>' , $ ( 'the subscription identifier' ) )
5725
- . execute ( function ( resourceGroupName , vmScaleSetName , options , _ ) {
5725
+ . execute ( function ( options , _ ) {
5726
5726
cli . output . info ( 'resourceGroupName = ' + options . resourceGroupName ) ;
5727
5727
cli . output . info ( 'vmScaleSetName = ' + options . vmScaleSetName ) ;
5728
5728
var subscription = profile . current . getSubscription ( options . subscription ) ;
@@ -5743,7 +5743,7 @@ exports.init = function (cli) {
5743
5743
. option ( '--vm-instance-ids <vm-instance-ids>' , $ ( 'vm-instance-ids' ) )
5744
5744
. option ( '--parameter-file <parameter-file>' , $ ( 'the input parameter file' ) )
5745
5745
. option ( '-s, --subscription <subscription>' , $ ( 'the subscription identifier' ) )
5746
- . execute ( function ( resourceGroupName , vmScaleSetName , vmInstanceIds , options , _ ) {
5746
+ . execute ( function ( options , _ ) {
5747
5747
cli . output . info ( 'resourceGroupName = ' + options . resourceGroupName ) ;
5748
5748
cli . output . info ( 'vmScaleSetName = ' + options . vmScaleSetName ) ;
5749
5749
cli . output . info ( 'vmInstanceIds = ' + options . vmInstanceIds ) ;
@@ -5771,7 +5771,7 @@ exports.init = function (cli) {
5771
5771
. option ( '--vm-scale-set-name <vm-scale-set-name>' , $ ( 'vm-scale-set-name' ) )
5772
5772
. option ( '--parameter-file <parameter-file>' , $ ( 'the input parameter file' ) )
5773
5773
. option ( '-s, --subscription <subscription>' , $ ( 'the subscription identifier' ) )
5774
- . execute ( function ( resourceGroupName , vmScaleSetName , options , _ ) {
5774
+ . execute ( function ( options , _ ) {
5775
5775
cli . output . info ( 'resourceGroupName = ' + options . resourceGroupName ) ;
5776
5776
cli . output . info ( 'vmScaleSetName = ' + options . vmScaleSetName ) ;
5777
5777
var subscription = profile . current . getSubscription ( options . subscription ) ;
@@ -5792,7 +5792,7 @@ exports.init = function (cli) {
5792
5792
. option ( '--vm-instance-ids <vm-instance-ids>' , $ ( 'vm-instance-ids' ) )
5793
5793
. option ( '--parameter-file <parameter-file>' , $ ( 'the input parameter file' ) )
5794
5794
. option ( '-s, --subscription <subscription>' , $ ( 'the subscription identifier' ) )
5795
- . execute ( function ( resourceGroupName , vmScaleSetName , vmInstanceIds , options , _ ) {
5795
+ . execute ( function ( options , _ ) {
5796
5796
cli . output . info ( 'resourceGroupName = ' + options . resourceGroupName ) ;
5797
5797
cli . output . info ( 'vmScaleSetName = ' + options . vmScaleSetName ) ;
5798
5798
cli . output . info ( 'vmInstanceIds = ' + options . vmInstanceIds ) ;
@@ -5820,7 +5820,7 @@ exports.init = function (cli) {
5820
5820
. option ( '--vm-scale-set-name <vm-scale-set-name>' , $ ( 'vm-scale-set-name' ) )
5821
5821
. option ( '--parameter-file <parameter-file>' , $ ( 'the input parameter file' ) )
5822
5822
. option ( '-s, --subscription <subscription>' , $ ( 'the subscription identifier' ) )
5823
- . execute ( function ( resourceGroupName , vmScaleSetName , options , _ ) {
5823
+ . execute ( function ( options , _ ) {
5824
5824
cli . output . info ( 'resourceGroupName = ' + options . resourceGroupName ) ;
5825
5825
cli . output . info ( 'vmScaleSetName = ' + options . vmScaleSetName ) ;
5826
5826
var subscription = profile . current . getSubscription ( options . subscription ) ;
@@ -5841,7 +5841,7 @@ exports.init = function (cli) {
5841
5841
. option ( '--vm-instance-ids <vm-instance-ids>' , $ ( 'vm-instance-ids' ) )
5842
5842
. option ( '--parameter-file <parameter-file>' , $ ( 'the input parameter file' ) )
5843
5843
. option ( '-s, --subscription <subscription>' , $ ( 'the subscription identifier' ) )
5844
- . execute ( function ( resourceGroupName , vmScaleSetName , vmInstanceIds , options , _ ) {
5844
+ . execute ( function ( options , _ ) {
5845
5845
cli . output . info ( 'resourceGroupName = ' + options . resourceGroupName ) ;
5846
5846
cli . output . info ( 'vmScaleSetName = ' + options . vmScaleSetName ) ;
5847
5847
cli . output . info ( 'vmInstanceIds = ' + options . vmInstanceIds ) ;
@@ -5873,7 +5873,7 @@ exports.init = function (cli) {
5873
5873
. option ( '--vm-instance-ids <vm-instance-ids>' , $ ( 'vm-instance-ids' ) )
5874
5874
. option ( '--parameter-file <parameter-file>' , $ ( 'the input parameter file' ) )
5875
5875
. option ( '-s, --subscription <subscription>' , $ ( 'the subscription identifier' ) )
5876
- . execute ( function ( resourceGroupName , vmScaleSetName , vmInstanceIds , options , _ ) {
5876
+ . execute ( function ( options , _ ) {
5877
5877
cli . output . info ( 'resourceGroupName = ' + options . resourceGroupName ) ;
5878
5878
cli . output . info ( 'vmScaleSetName = ' + options . vmScaleSetName ) ;
5879
5879
cli . output . info ( 'vmInstanceIds = ' + options . vmInstanceIds ) ;
@@ -5902,7 +5902,7 @@ exports.init = function (cli) {
5902
5902
. option ( '--instance-id <instance-id>' , $ ( 'instance-id' ) )
5903
5903
. option ( '--parameter-file <parameter-file>' , $ ( 'the input parameter file' ) )
5904
5904
. option ( '-s, --subscription <subscription>' , $ ( 'the subscription identifier' ) )
5905
- . execute ( function ( resourceGroupName , vmScaleSetName , instanceId , options , _ ) {
5905
+ . execute ( function ( options , _ ) {
5906
5906
cli . output . info ( 'resourceGroupName = ' + options . resourceGroupName ) ;
5907
5907
cli . output . info ( 'vmScaleSetName = ' + options . vmScaleSetName ) ;
5908
5908
cli . output . info ( 'instanceId = ' + options . instanceId ) ;
@@ -5921,7 +5921,7 @@ exports.init = function (cli) {
5921
5921
. option ( '--instance-id <instance-id>' , $ ( 'instance-id' ) )
5922
5922
. option ( '--parameter-file <parameter-file>' , $ ( 'the input parameter file' ) )
5923
5923
. option ( '-s, --subscription <subscription>' , $ ( 'the subscription identifier' ) )
5924
- . execute ( function ( resourceGroupName , vmScaleSetName , instanceId , options , _ ) {
5924
+ . execute ( function ( options , _ ) {
5925
5925
cli . output . info ( 'resourceGroupName = ' + options . resourceGroupName ) ;
5926
5926
cli . output . info ( 'vmScaleSetName = ' + options . vmScaleSetName ) ;
5927
5927
cli . output . info ( 'instanceId = ' + options . instanceId ) ;
@@ -5940,7 +5940,7 @@ exports.init = function (cli) {
5940
5940
. option ( '--instance-id <instance-id>' , $ ( 'instance-id' ) )
5941
5941
. option ( '--parameter-file <parameter-file>' , $ ( 'the input parameter file' ) )
5942
5942
. option ( '-s, --subscription <subscription>' , $ ( 'the subscription identifier' ) )
5943
- . execute ( function ( resourceGroupName , vmScaleSetName , instanceId , options , _ ) {
5943
+ . execute ( function ( options , _ ) {
5944
5944
cli . output . info ( 'resourceGroupName = ' + options . resourceGroupName ) ;
5945
5945
cli . output . info ( 'vmScaleSetName = ' + options . vmScaleSetName ) ;
5946
5946
cli . output . info ( 'instanceId = ' + options . instanceId ) ;
@@ -5959,7 +5959,7 @@ exports.init = function (cli) {
5959
5959
. option ( '--instance-id <instance-id>' , $ ( 'instance-id' ) )
5960
5960
. option ( '--parameter-file <parameter-file>' , $ ( 'the input parameter file' ) )
5961
5961
. option ( '-s, --subscription <subscription>' , $ ( 'the subscription identifier' ) )
5962
- . execute ( function ( resourceGroupName , vmScaleSetName , instanceId , options , _ ) {
5962
+ . execute ( function ( options , _ ) {
5963
5963
cli . output . info ( 'resourceGroupName = ' + options . resourceGroupName ) ;
5964
5964
cli . output . info ( 'vmScaleSetName = ' + options . vmScaleSetName ) ;
5965
5965
cli . output . info ( 'instanceId = ' + options . instanceId ) ;
@@ -5979,7 +5979,7 @@ exports.init = function (cli) {
5979
5979
. option ( '--parameters <parameters>' , $ ( 'parameters' ) )
5980
5980
. option ( '--parameter-file <parameter-file>' , $ ( 'the input parameter file' ) )
5981
5981
. option ( '-s, --subscription <subscription>' , $ ( 'the subscription identifier' ) )
5982
- . execute ( function ( parameters , options , _ ) {
5982
+ . execute ( function ( options , _ ) {
5983
5983
cli . output . info ( 'parameters = ' + options . parameters ) ;
5984
5984
var parametersObj = null ;
5985
5985
if ( options . parameterFile ) {
@@ -6301,7 +6301,7 @@ exports.init = function (cli) {
6301
6301
. option ( '--instance-id <instance-id>' , $ ( 'instance-id' ) )
6302
6302
. option ( '--parameter-file <parameter-file>' , $ ( 'the input parameter file' ) )
6303
6303
. option ( '-s, --subscription <subscription>' , $ ( 'the subscription identifier' ) )
6304
- . execute ( function ( resourceGroupName , vmScaleSetName , instanceId , options , _ ) {
6304
+ . execute ( function ( options , _ ) {
6305
6305
cli . output . info ( 'resourceGroupName = ' + options . resourceGroupName ) ;
6306
6306
cli . output . info ( 'vmScaleSetName = ' + options . vmScaleSetName ) ;
6307
6307
cli . output . info ( 'instanceId = ' + options . instanceId ) ;
@@ -6320,7 +6320,7 @@ exports.init = function (cli) {
6320
6320
. option ( '--instance-id <instance-id>' , $ ( 'instance-id' ) )
6321
6321
. option ( '--parameter-file <parameter-file>' , $ ( 'the input parameter file' ) )
6322
6322
. option ( '-s, --subscription <subscription>' , $ ( 'the subscription identifier' ) )
6323
- . execute ( function ( resourceGroupName , vmScaleSetName , instanceId , options , _ ) {
6323
+ . execute ( function ( options , _ ) {
6324
6324
cli . output . info ( 'resourceGroupName = ' + options . resourceGroupName ) ;
6325
6325
cli . output . info ( 'vmScaleSetName = ' + options . vmScaleSetName ) ;
6326
6326
cli . output . info ( 'instanceId = ' + options . instanceId ) ;
@@ -6339,7 +6339,7 @@ exports.init = function (cli) {
6339
6339
. option ( '--instance-id <instance-id>' , $ ( 'instance-id' ) )
6340
6340
. option ( '--parameter-file <parameter-file>' , $ ( 'the input parameter file' ) )
6341
6341
. option ( '-s, --subscription <subscription>' , $ ( 'the subscription identifier' ) )
6342
- . execute ( function ( resourceGroupName , vmScaleSetName , instanceId , options , _ ) {
6342
+ . execute ( function ( options , _ ) {
6343
6343
cli . output . info ( 'resourceGroupName = ' + options . resourceGroupName ) ;
6344
6344
cli . output . info ( 'vmScaleSetName = ' + options . vmScaleSetName ) ;
6345
6345
cli . output . info ( 'instanceId = ' + options . instanceId ) ;
0 commit comments