Skip to content

Add ConnectionDraining to ApplicationGateway #3582

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 31 commits into from
Mar 7, 2017
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
67f3e5d
#ConnectionDraining Check in of initial connection draining implement…
jobatzil Feb 16, 2017
841427f
#ConnectionDraining Added the cmdlets to the network module and added…
jobatzil Feb 16, 2017
f6b748e
#ConnectionDraining Added PSApplicationGatewayConenctionDraining.cs t…
jobatzil Feb 16, 2017
133ea03
#ConnectionDraining Adding ConnectionDraining cmdlets to the project …
jobatzil Feb 16, 2017
f4bf268
#ConnectionDraining removed ShouldProcess support in connection drain…
jobatzil Feb 16, 2017
f01541a
#ConnectionDraining added comparison of connectiondraining in applica…
jobatzil Feb 16, 2017
859af68
Merge remote-tracking branch 'upstream/dev' into feature/jobatzil/con…
jobatzil Feb 16, 2017
9ef966d
#ConnectionDraining Added connectiondraining to the mapper.
jobatzil Feb 21, 2017
9505e71
Merge remote-tracking branch 'upstream/dev' into feature/jobatzil/con…
jobatzil Feb 22, 2017
dc1ceb8
#ConnectionDraining Added fix for 'Type unknown' error in restapi cal…
jobatzil Feb 22, 2017
8313b02
Merge branch 'dev' into feature/jobatzil/connection_draining
jobatzil Feb 28, 2017
50cb567
#ConnectionDraining Fixed agw tests.
jobatzil Feb 28, 2017
74c2051
#ConnectionDraining Fixed double Type property in PSTopLevelResource.cs.
jobatzil Feb 28, 2017
854843b
#ConnectionDraining Fixed ApplicationGateway Test.
jobatzil Mar 1, 2017
833e812
#ConnectionDraining Rewrote Recorded Network Headers from version 201…
jobatzil Mar 1, 2017
10ccb52
#ConnectionDraining Rewrote Recorded Network Headers from version 201…
jobatzil Mar 1, 2017
a0d8037
#ConnectionDraining Updated Network reference to newest package version.
jobatzil Mar 5, 2017
03ba247
Merge remote-tracking branch 'upstream/dev' into feature/jobatzil/con…
jobatzil Mar 5, 2017
1ea5c5a
#ConnectionDraining Added ConnectionDrainingText to BackendHttpSettings.
jobatzil Mar 5, 2017
639b13e
#ConnectionDraining Added Remove-AzureRmApplicationGatewayConnectionD…
jobatzil Mar 5, 2017
acd21fd
#ConnectionDraining Improved ApplicationGateway tests.
jobatzil Mar 5, 2017
9448f09
#ConnectionDraining improved testing.
jobatzil Mar 5, 2017
4699da3
#ConnectionDraining Added documentation files for the new connection …
jobatzil Mar 6, 2017
2ee6032
#ConnectionDraining Updated cmdlet documentation of connection draini…
jobatzil Mar 6, 2017
52c7cd8
#ConnectionDraining Updated external XML help file.
jobatzil Mar 6, 2017
b63c69d
#ConnectionDraining Finalized agw Test.
jobatzil Mar 6, 2017
f10cfd9
#ConnectionDraining Filanlized PR.
jobatzil Mar 6, 2017
91f1fd1
#ConnectionDraining Removed app.config includings.
jobatzil Mar 6, 2017
086d521
#ConnectionDraining updated Network/ChangeLog.md
jobatzil Mar 6, 2017
81d5012
#ConnectionDraining added new connection draining cmdlets to signatur…
jobatzil Mar 6, 2017
7a4f276
#ConnectionDraining changed WriteObject Method that is used in get cm…
jobatzil Mar 7, 2017
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Compute.14.0.0-prerelease\lib\net45\Microsoft.Azure.Management.Compute.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Azure.Management.Network, Version=8.3.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.8.3.0-preview\lib\net45\Microsoft.Azure.Management.Network.dll</HintPath>
<Reference Include="Microsoft.Azure.Management.Network, Version=9.1.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Microsoft.Azure.Management.Network.9.1.0-preview\lib\net45\Microsoft.Azure.Management.Network.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Azure.Management.Storage, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
Expand All @@ -94,11 +94,11 @@
<HintPath>..\..\..\packages\Microsoft.IdentityModel.Clients.ActiveDirectory.2.28.3\lib\net45\Microsoft.IdentityModel.Clients.ActiveDirectory.WindowsForms.dll</HintPath>
</Reference>
<Reference Include="Microsoft.Rest.ClientRuntime, Version=2.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.2.3.4\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.2.3.5\lib\net45\Microsoft.Rest.ClientRuntime.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Rest.ClientRuntime.Azure, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.4\lib\net45\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
<HintPath>..\..\..\packages\Microsoft.Rest.ClientRuntime.Azure.3.3.5\lib\net45\Microsoft.Rest.ClientRuntime.Azure.dll</HintPath>
<Private>True</Private>
</Reference>
<Reference Include="Microsoft.Rest.ClientRuntime.Azure.TestFramework">
Expand Down

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -280,8 +280,8 @@
"StatusCode": 200
},
{
"RequestUri": "/subscriptions/b3701996-8220-448f-8e5e-5796facd4d84/resourceGroups/crptestps7615/providers/Microsoft.Network/virtualNetworks/vnetcrptestps7615?api-version=2016-09-01",
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM3MDE5OTYtODIyMC00NDhmLThlNWUtNTc5NmZhY2Q0ZDg0L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczc2MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bmV0Y3JwdGVzdHBzNzYxNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
"RequestUri": "/subscriptions/b3701996-8220-448f-8e5e-5796facd4d84/resourceGroups/crptestps7615/providers/Microsoft.Network/virtualNetworks/vnetcrptestps7615?api-version=2016-12-01",
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM3MDE5OTYtODIyMC00NDhmLThlNWUtNTc5NmZhY2Q0ZDg0L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczc2MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bmV0Y3JwdGVzdHBzNzYxNT9hcGktdmVyc2lvbj0yMDE2LTEyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
Expand Down Expand Up @@ -334,8 +334,8 @@
"StatusCode": 404
},
{
"RequestUri": "/subscriptions/b3701996-8220-448f-8e5e-5796facd4d84/resourceGroups/crptestps7615/providers/Microsoft.Network/virtualNetworks/vnetcrptestps7615?api-version=2016-09-01",
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM3MDE5OTYtODIyMC00NDhmLThlNWUtNTc5NmZhY2Q0ZDg0L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczc2MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bmV0Y3JwdGVzdHBzNzYxNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
"RequestUri": "/subscriptions/b3701996-8220-448f-8e5e-5796facd4d84/resourceGroups/crptestps7615/providers/Microsoft.Network/virtualNetworks/vnetcrptestps7615?api-version=2016-12-01",
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM3MDE5OTYtODIyMC00NDhmLThlNWUtNTc5NmZhY2Q0ZDg0L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczc2MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bmV0Y3JwdGVzdHBzNzYxNT9hcGktdmVyc2lvbj0yMDE2LTEyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
Expand Down Expand Up @@ -389,8 +389,8 @@
"StatusCode": 200
},
{
"RequestUri": "/subscriptions/b3701996-8220-448f-8e5e-5796facd4d84/resourceGroups/crptestps7615/providers/Microsoft.Network/virtualNetworks/vnetcrptestps7615?api-version=2016-09-01",
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM3MDE5OTYtODIyMC00NDhmLThlNWUtNTc5NmZhY2Q0ZDg0L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczc2MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bmV0Y3JwdGVzdHBzNzYxNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
"RequestUri": "/subscriptions/b3701996-8220-448f-8e5e-5796facd4d84/resourceGroups/crptestps7615/providers/Microsoft.Network/virtualNetworks/vnetcrptestps7615?api-version=2016-12-01",
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM3MDE5OTYtODIyMC00NDhmLThlNWUtNTc5NmZhY2Q0ZDg0L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczc2MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bmV0Y3JwdGVzdHBzNzYxNT9hcGktdmVyc2lvbj0yMDE2LTEyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
Expand Down Expand Up @@ -450,8 +450,8 @@
"StatusCode": 200
},
{
"RequestUri": "/subscriptions/b3701996-8220-448f-8e5e-5796facd4d84/resourceGroups/crptestps7615/providers/Microsoft.Network/virtualNetworks/vnetcrptestps7615?api-version=2016-09-01",
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM3MDE5OTYtODIyMC00NDhmLThlNWUtNTc5NmZhY2Q0ZDg0L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczc2MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bmV0Y3JwdGVzdHBzNzYxNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
"RequestUri": "/subscriptions/b3701996-8220-448f-8e5e-5796facd4d84/resourceGroups/crptestps7615/providers/Microsoft.Network/virtualNetworks/vnetcrptestps7615?api-version=2016-12-01",
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM3MDE5OTYtODIyMC00NDhmLThlNWUtNTc5NmZhY2Q0ZDg0L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczc2MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bmV0Y3JwdGVzdHBzNzYxNT9hcGktdmVyc2lvbj0yMDE2LTEyLTAx",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
Expand Down Expand Up @@ -511,8 +511,8 @@
"StatusCode": 200
},
{
"RequestUri": "/subscriptions/b3701996-8220-448f-8e5e-5796facd4d84/resourceGroups/crptestps7615/providers/Microsoft.Network/virtualNetworks/vnetcrptestps7615?api-version=2016-09-01",
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM3MDE5OTYtODIyMC00NDhmLThlNWUtNTc5NmZhY2Q0ZDg0L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczc2MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bmV0Y3JwdGVzdHBzNzYxNT9hcGktdmVyc2lvbj0yMDE2LTA5LTAx",
"RequestUri": "/subscriptions/b3701996-8220-448f-8e5e-5796facd4d84/resourceGroups/crptestps7615/providers/Microsoft.Network/virtualNetworks/vnetcrptestps7615?api-version=2016-12-01",
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM3MDE5OTYtODIyMC00NDhmLThlNWUtNTc5NmZhY2Q0ZDg0L3Jlc291cmNlR3JvdXBzL2NycHRlc3Rwczc2MTUvcHJvdmlkZXJzL01pY3Jvc29mdC5OZXR3b3JrL3ZpcnR1YWxOZXR3b3Jrcy92bmV0Y3JwdGVzdHBzNzYxNT9hcGktdmVyc2lvbj0yMDE2LTEyLTAx",
"RequestMethod": "PUT",
"RequestBody": "{\r\n \"properties\": {\r\n \"addressSpace\": {\r\n \"addressPrefixes\": [\r\n \"10.0.0.0/16\"\r\n ]\r\n },\r\n \"subnets\": [\r\n {\r\n \"properties\": {\r\n \"addressPrefix\": \"10.0.0.0/24\",\r\n \"resourceNavigationLinks\": []\r\n },\r\n \"name\": \"subnetcrptestps7615\"\r\n }\r\n ],\r\n \"VirtualNetworkPeerings\": []\r\n },\r\n \"location\": \"westus\"\r\n}",
"RequestHeaders": {
Expand Down Expand Up @@ -553,7 +553,7 @@
"b8caa1dd-2d7b-4399-8835-1a322d3583e4"
],
"Azure-AsyncOperation": [
"https://management.azure.com/subscriptions/b3701996-8220-448f-8e5e-5796facd4d84/providers/Microsoft.Network/locations/westus/operations/b8caa1dd-2d7b-4399-8835-1a322d3583e4?api-version=2016-09-01"
"https://management.azure.com/subscriptions/b3701996-8220-448f-8e5e-5796facd4d84/providers/Microsoft.Network/locations/westus/operations/b8caa1dd-2d7b-4399-8835-1a322d3583e4?api-version=2016-12-01"
],
"Strict-Transport-Security": [
"max-age=31536000; includeSubDomains"
Expand Down Expand Up @@ -581,8 +581,8 @@
"StatusCode": 201
},
{
"RequestUri": "/subscriptions/b3701996-8220-448f-8e5e-5796facd4d84/providers/Microsoft.Network/locations/westus/operations/b8caa1dd-2d7b-4399-8835-1a322d3583e4?api-version=2016-09-01",
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM3MDE5OTYtODIyMC00NDhmLThlNWUtNTc5NmZhY2Q0ZDg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYjhjYWExZGQtMmQ3Yi00Mzk5LTg4MzUtMWEzMjJkMzU4M2U0P2FwaS12ZXJzaW9uPTIwMTYtMDktMDE=",
"RequestUri": "/subscriptions/b3701996-8220-448f-8e5e-5796facd4d84/providers/Microsoft.Network/locations/westus/operations/b8caa1dd-2d7b-4399-8835-1a322d3583e4?api-version=2016-12-01",
"EncodedRequestUri": "L3N1YnNjcmlwdGlvbnMvYjM3MDE5OTYtODIyMC00NDhmLThlNWUtNTc5NmZhY2Q0ZDg0L3Byb3ZpZGVycy9NaWNyb3NvZnQuTmV0d29yay9sb2NhdGlvbnMvd2VzdHVzL29wZXJhdGlvbnMvYjhjYWExZGQtMmQ3Yi00Mzk5LTg4MzUtMWEzMjJkMzU4M2U0P2FwaS12ZXJzaW9uPTIwMTYtMTItMDE=",
"RequestMethod": "GET",
"RequestBody": "",
"RequestHeaders": {
Expand Down Expand Up @@ -4829,4 +4829,4 @@
"Variables": {
"SubscriptionId": "b3701996-8220-448f-8e5e-5796facd4d84"
}
}
}

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Loading