Skip to content

Commit f10cfd9

Browse files
committed
#ConnectionDraining Filanlized PR.
1 parent b63c69d commit f10cfd9

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

src/ResourceManager/Network/Commands.Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ExpressRouteCircuitTests/TestExpressRouteCircuitStageCRUD.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1540,4 +1540,4 @@
15401540
"Variables": {
15411541
"SubscriptionId": "18b0dc06-a2b8-4c0f-95af-550319fa5eac"
15421542
}
1543-
}
1543+
}

src/ResourceManager/Network/Commands.Network.Test/SessionRecords/Commands.Network.Test.ScenarioTests.ExpressRouteServiceProviderTests/TestExpressRouteServiceProviderList.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@
6666
"Variables": {
6767
"SubscriptionId": "18b0dc06-a2b8-4c0f-95af-550319fa5eac"
6868
}
69-
}
69+
}

src/ResourceManager/Network/Commands.Network/Models/PSTopLevelResource.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,10 @@ public class PSTopLevelResource : PSChildResource
2525

2626
public string ResourceGuid { get; set; }
2727

28-
public Hashtable Tag { get; set; }
29-
3028
public string Type { get; set; }
3129

30+
public Hashtable Tag { get; set; }
31+
3232
public string TagsTable
3333
{
3434
get { return ResourcesExtensions.ConstructTagsTable(Tag); }

src/ResourceManager/Network/Commands.Network/help/Get-AzureRmApplicationGatewayConnectionDraining.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ PS C:\> $ConnectionDraining = Get-AzureRmApplicationGatewayConnectionDraining -B
2929
```
3030

3131
The first command gets the application gateway named ApplicationGateway01 in the resource group named ResourceGroup01 and stores it in the $AppGw variable.
32-
The second command gets the HTTP settings named Settings01 for $AppGw and stores the settings in the $Settings variable.
32+
The second command gets the back-end HTTP settings named Settings01 for $AppGw and stores the settings in the $Settings variable.
3333
The last command gets the connection draining configuration from the back-end HTTP settings $Settings and stores it in the $ConnectionDraining variable.
3434

3535
## PARAMETERS

src/ResourceManager/Network/Commands.Network/help/Remove-AzureRmApplicationGatewayConnectionDraining.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ PS C:\> Remove-AzureRmApplicationGatewayConnectionDraining -BackendHttpSettings
2929
```
3030

3131
The first command gets the application gateway named ApplicationGateway01 in the resource group named ResourceGroup01 and stores it in the $AppGw variable.
32-
The second command gets the HTTP settings named Settings01 for $AppGw and stores the settings in the $Settings variable.
32+
The second command gets the back-end HTTP settings named Settings01 for $AppGw and stores the settings in the $Settings variable.
3333
The last command removes the connection draining configuration of the back-end HTTP settings stored in $Settings.
3434

3535
## PARAMETERS

src/ResourceManager/Network/Commands.Network/help/Set-AzureRmApplicationGatewayConnectionDraining.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ PS C:\> Set-AzureRmApplicationGatewayConnectionDraining -BackendHttpSettings $po
2929
```
3030

3131
The first command gets the application gateway named ApplicationGateway01 in the resource group named ResourceGroup01 and stores it in the $AppGw variable.
32-
The second command gets the HTTP settings named Settings01 for $AppGw and stores the settings in the $Settings variable.
32+
The second command gets the back-end HTTP settings named Settings01 for $AppGw and stores the settings in the $Settings variable.
3333
The last command modifies the connection draining configuration of the back-end HTTP settings object stored in $Settings by setting Enabled to False and DrainTimeoutInSec to 3600.
3434

3535
## PARAMETERS

0 commit comments

Comments
 (0)