@@ -68,16 +68,14 @@ public void CreateReservedIPThenPaaSVM()
68
68
{
69
69
try
70
70
{
71
- string reservedIpName1 = "ResrvdIP1" ;
72
- string reservedIpName2 = "ResrvdIP2" ;
71
+ string reservedIpName1 = Utilities . GetUniqueShortName ( "ResrvdIP1" ) ; ;
72
+ string reservedIpName2 = Utilities . GetUniqueShortName ( "ResrvdIP2" ) ; ;
73
73
string reservedIpLabel1 = Utilities . GetUniqueShortName ( "ResrvdIPLbl" , 5 ) ;
74
74
string reservedIpLabel2 = Utilities . GetUniqueShortName ( "ResrvdIPLbl" , 5 ) ;
75
75
string dnsName = Utilities . GetUniqueShortName ( "Dns" ) ;
76
- //string vmName = Utilities.GetUniqueShortName(vmNamePrefix);
77
76
string deploymentName = Utilities . GetUniqueShortName ( "Depl" ) ;
78
77
var input1 = new ReservedIPContext ( )
79
78
{
80
- //Address = string.Empty,
81
79
DeploymentName = string . Empty ,
82
80
Label = reservedIpLabel1 ,
83
81
InUse = false ,
@@ -88,7 +86,6 @@ public void CreateReservedIPThenPaaSVM()
88
86
89
87
var input2 = new ReservedIPContext ( )
90
88
{
91
- //Address = string.Empty,
92
89
DeploymentName = string . Empty ,
93
90
Label = reservedIpLabel2 ,
94
91
InUse = false ,
@@ -164,7 +161,6 @@ public void CreateReservedIPThenWindowsVM()
164
161
string deploymentName = Utilities . GetUniqueShortName ( "Depl" ) ;
165
162
var input = new ReservedIPContext ( )
166
163
{
167
- //Address = string.Empty,
168
164
DeploymentName = string . Empty ,
169
165
Label = reservedIpLabel ,
170
166
InUse = false ,
@@ -212,7 +208,6 @@ public void CreatePaaSDeploymentAssociateAndDisassociateReservedIp()
212
208
213
209
var input = new ReservedIPContext ( )
214
210
{
215
- //Address = string.Empty,
216
211
DeploymentName = string . Empty ,
217
212
Label = reservedIpLabel ,
218
213
InUse = false ,
@@ -279,7 +274,6 @@ public void CreateWindowsVMThenAssociateReservedIP()
279
274
string vmName = Utilities . GetUniqueShortName ( vmNamePrefix ) ;
280
275
var input = new ReservedIPContext ( )
281
276
{
282
- //Address = string.Empty,
283
277
DeploymentName = string . Empty ,
284
278
Label = reservedIpLabel ,
285
279
InUse = false ,
@@ -330,7 +324,6 @@ public void TestAssociateReservedIPToStageSlotIaaSFails()
330
324
string vmName = Utilities . GetUniqueShortName ( vmNamePrefix ) ;
331
325
var input = new ReservedIPContext ( )
332
326
{
333
- //Address = string.Empty,
334
327
DeploymentName = string . Empty ,
335
328
Label = reservedIpLabel ,
336
329
InUse = false ,
@@ -375,7 +368,6 @@ public void CreateWindowsVMWithReservedIPThenDisassociateReservedIP()
375
368
string vmName = Utilities . GetUniqueShortName ( vmNamePrefix ) ;
376
369
var input = new ReservedIPContext ( )
377
370
{
378
- //Address = string.Empty,
379
371
DeploymentName = string . Empty ,
380
372
Label = reservedIpLabel ,
381
373
InUse = false ,
@@ -427,7 +419,6 @@ public void CreateWindowsVMThenReservedExistingIP()
427
419
string deploymentName = Utilities . GetUniqueShortName ( "Depl" ) ;
428
420
var input = new ReservedIPContext ( )
429
421
{
430
- //Address = string.Empty,
431
422
DeploymentName = string . Empty ,
432
423
Label = reservedIpLabel ,
433
424
InUse = false ,
@@ -479,7 +470,6 @@ public void CreateReservedIPThenLinuxVM()
479
470
string affinityGroup = Utilities . GetUniqueShortName ( "AffGrp" ) ;
480
471
var input = new ReservedIPContext ( )
481
472
{
482
- //Address = string.Empty,
483
473
DeploymentName = string . Empty ,
484
474
Label = reservedIpLabel ,
485
475
InUse = false ,
@@ -534,7 +524,6 @@ public void CreateReservedIPThenWindowsQuickVM()
534
524
string affinityGroup = Utilities . GetUniqueShortName ( "AffGrp" ) ;
535
525
var input = new ReservedIPContext ( )
536
526
{
537
- //Address = string.Empty,
538
527
DeploymentName = string . Empty ,
539
528
Label = reservedIpLabel ,
540
529
InUse = false ,
@@ -581,7 +570,6 @@ public void CreateReservedIPThenLinuxQuickVM()
581
570
string affinityGroup = Utilities . GetUniqueShortName ( "AffGrp" ) ;
582
571
var input = new ReservedIPContext ( )
583
572
{
584
- //Address = string.Empty,
585
573
DeploymentName = string . Empty ,
586
574
Label = reservedIpLabel ,
587
575
InUse = false ,
0 commit comments