Skip to content

Commit f17ffba

Browse files
author
Hovsep Mkrtchyan
committed
Changed reference to ClientRuntime 1.8.2
1 parent 1b7003a commit f17ffba

File tree

19 files changed

+27
-27
lines changed

19 files changed

+27
-27
lines changed

src/CLU/Commands.Common.Authentication/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"System.Linq": "4.0.1-beta-23516",
1919
"Microsoft.CLU": "1.0.0",
2020
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
21-
"Microsoft.Rest.ClientRuntime": "1.9.0",
21+
"Microsoft.Rest.ClientRuntime": "1.8.2",
2222
"Microsoft.Rest.ClientRuntime.Azure.Authentication": "1.2.1-preview",
2323
"Newtonsoft.Json": "7.0.1",
2424
"System.Collections": "4.0.11-beta-23516",

src/CLU/Commands.Common.ScenarioTest/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
"Microsoft.Azure.Management.Resources": "3.3.0-preview",
2525
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
2626
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
27-
"Microsoft.Rest.ClientRuntime.Azure": "2.6.0",
27+
"Microsoft.Rest.ClientRuntime.Azure": "2.5.4",
2828
"Microsoft.Rest.ClientRuntime.Azure.Authentication": "1.2.1-preview",
2929
"Newtonsoft.Json": "7.0.1",
3030
"System.Collections": "4.0.11-beta-23516",

src/CLU/Commands.Common.Storage/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"Commands.Common": "",
2121
"Commands.Common.Authentication": "",
2222
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
23-
"Microsoft.Rest.ClientRuntime": "1.9.0",
23+
"Microsoft.Rest.ClientRuntime": "1.8.2",
2424
"Newtonsoft.Json": "7.0.1",
2525
"System.Collections": "4.0.11-beta-23516",
2626
"System.Collections.Concurrent": "4.0.11-beta-23516",

src/CLU/Commands.Common/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919
"Microsoft.CLU": "1.0.0",
2020
"Commands.Common.Authentication": "",
2121
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
22-
"Microsoft.Rest.ClientRuntime": "1.9.0",
22+
"Microsoft.Rest.ClientRuntime": "1.8.2",
2323
"Newtonsoft.Json": "7.0.1",
2424
"System.Collections": "4.0.11-beta-23516",
2525
"System.Collections.Concurrent": "4.0.11-beta-23516",

src/CLU/Commands.ResourceManager.Cmdlets/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"Commands.Common": "",
2222
"Commands.ResourceManager.Common": "",
2323
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
24-
"Microsoft.Rest.ClientRuntime": "1.9.0",
24+
"Microsoft.Rest.ClientRuntime": "1.8.2",
2525
"Newtonsoft.Json": "7.0.1",
2626
"System.Collections": "4.0.11-beta-23516",
2727
"System.Collections.Concurrent": "4.0.11-beta-23516",

src/CLU/Commands.ResourceManager.Common/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
"Commands.Common": "",
2121
"Commands.Common.Authentication": "",
2222
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
23-
"Microsoft.Rest.ClientRuntime": "1.9.0",
23+
"Microsoft.Rest.ClientRuntime": "1.8.2",
2424
"Newtonsoft.Json": "7.0.1",
2525
"System.Collections": "4.0.11-beta-23516",
2626
"System.Collections.Concurrent": "4.0.11-beta-23516",

src/CLU/Commands.ScenarioTests.ResourceManager.Common/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"Commands.ResourceManager.Common": "",
2323
"Microsoft.Azure.Management.Resources": "3.3.0-preview",
2424
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
25-
"Microsoft.Rest.ClientRuntime": "1.9.0",
26-
"Microsoft.Rest.ClientRuntime.Azure": "2.6.0",
25+
"Microsoft.Rest.ClientRuntime": "1.8.2",
26+
"Microsoft.Rest.ClientRuntime.Azure": "2.5.4",
2727
"Microsoft.Rest.ClientRuntime.Azure.Authentication": "1.2.1-preview",
2828
"Newtonsoft.Json": "7.0.1",
2929
"System.Collections": "4.0.11-beta-23516",

src/CLU/Microsoft.Azure.Commands.Compute.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"Microsoft.Azure.Management.Network": "3.0.3-preview",
2929
"Microsoft.Azure.Management.Storage": "4.0.0-preview",
3030
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
31-
"Microsoft.Rest.ClientRuntime": "1.9.0",
31+
"Microsoft.Rest.ClientRuntime": "1.8.2",
3232
"Newtonsoft.Json": "7.0.1",
3333
"System.Collections": "4.0.11-beta-23516",
3434
"System.Collections.Concurrent": "4.0.11-beta-23516",

src/CLU/Microsoft.Azure.Commands.Compute/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"Commands.Common.Storage": "",
2323
"Commands.ResourceManager.Common": "",
2424
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
25-
"Microsoft.Rest.ClientRuntime": "1.9.0",
25+
"Microsoft.Rest.ClientRuntime": "1.8.2",
2626
"Newtonsoft.Json": "7.0.1",
2727
"System.Collections": "4.0.11-beta-23516",
2828
"System.Collections.Concurrent": "4.0.11-beta-23516",

src/CLU/Microsoft.Azure.Commands.Management.Storage/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"Commands.Common.Storage": "",
2323
"Commands.ResourceManager.Common": "",
2424
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
25-
"Microsoft.Rest.ClientRuntime": "1.9.0",
25+
"Microsoft.Rest.ClientRuntime": "1.8.2",
2626
"Newtonsoft.Json": "7.0.1",
2727
"System.Collections": "4.0.11-beta-23516",
2828
"System.Collections.Concurrent": "4.0.11-beta-23516",

src/CLU/Microsoft.Azure.Commands.Network/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"Microsoft.Azure.Management.Resources": "3.3.0-preview",
2525
"Microsoft.Azure.Management.Network": "3.0.3-preview",
2626
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
27-
"Microsoft.Rest.ClientRuntime": "1.9.0",
28-
"Microsoft.Rest.ClientRuntime.Azure": "2.6.0",
27+
"Microsoft.Rest.ClientRuntime": "1.8.2",
28+
"Microsoft.Rest.ClientRuntime.Azure": "2.5.4",
2929
"Microsoft.Rest.ClientRuntime.Azure.Authentication": "1.2.1-preview",
3030
"Newtonsoft.Json": "7.0.1",
3131
"System.Collections": "4.0.11-beta-23516",

src/CLU/Microsoft.Azure.Commands.Profile.Test/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
"Microsoft.Azure.Commands.Profile": "",
2525
"Microsoft.Azure.Management.Resources": "3.3.0-preview",
2626
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
27-
"Microsoft.Rest.ClientRuntime": "1.9.0",
28-
"Microsoft.Rest.ClientRuntime.Azure": "2.6.0",
27+
"Microsoft.Rest.ClientRuntime": "1.8.2",
28+
"Microsoft.Rest.ClientRuntime.Azure": "2.5.4",
2929
"Microsoft.Rest.ClientRuntime.Azure.Authentication": "1.2.1-preview",
3030
"Newtonsoft.Json": "7.0.1",
3131
"System.Collections": "4.0.11-beta-23516",

src/CLU/Microsoft.Azure.Commands.Profile/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@
2222
"Commands.ResourceManager.Common": "",
2323
"Microsoft.Azure.Management.Resources": "3.3.0-preview",
2424
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
25-
"Microsoft.Rest.ClientRuntime": "1.9.0",
26-
"Microsoft.Rest.ClientRuntime.Azure": "2.6.0",
25+
"Microsoft.Rest.ClientRuntime": "1.8.2",
26+
"Microsoft.Rest.ClientRuntime.Azure": "2.5.4",
2727
"Microsoft.Rest.ClientRuntime.Azure.Authentication": "1.2.1-preview",
2828
"Newtonsoft.Json": "7.0.1",
2929
"System.Collections": "4.0.11-beta-23516",

src/CLU/Microsoft.Azure.Commands.Resources.Test/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
"Microsoft.Azure.Management.Authorization": "2.3.0-preview",
2727
"Microsoft.Azure.Management.Resources": "3.3.0-preview",
2828
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
29-
"Microsoft.Rest.ClientRuntime": "1.9.0",
30-
"Microsoft.Rest.ClientRuntime.Azure": "2.6.0",
29+
"Microsoft.Rest.ClientRuntime": "1.8.2",
30+
"Microsoft.Rest.ClientRuntime.Azure": "2.5.4",
3131
"Microsoft.Rest.ClientRuntime.Azure.Authentication": "1.2.1-preview",
3232
"Newtonsoft.Json": "7.0.1",
3333
"System.Collections": "4.0.11-beta-23516",

src/CLU/Microsoft.Azure.Commands.Resources/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"Microsoft.Azure.Management.Authorization": "2.3.0-preview",
2626
"Microsoft.Azure.Management.Resources": "3.3.0-preview",
2727
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
28-
"Microsoft.Rest.ClientRuntime": "1.9.0",
29-
"Microsoft.Rest.ClientRuntime.Azure": "2.6.0",
28+
"Microsoft.Rest.ClientRuntime": "1.8.2",
29+
"Microsoft.Rest.ClientRuntime.Azure": "2.5.4",
3030
"Microsoft.Rest.ClientRuntime.Azure.Authentication": "1.2.1-preview",
3131
"Newtonsoft.Json": "7.0.1",
3232
"System.Collections": "4.0.11-beta-23516",

src/CLU/Microsoft.Azure.Commands.Websites.Test/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,8 @@
2525
"Microsoft.Azure.Management.Resources": "3.3.0-preview",
2626
"Microsoft.Azure.Management.Websites": "1.0.0-preview",
2727
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
28-
"Microsoft.Rest.ClientRuntime": "1.9.0",
29-
"Microsoft.Rest.ClientRuntime.Azure": "2.6.0",
28+
"Microsoft.Rest.ClientRuntime": "1.8.2",
29+
"Microsoft.Rest.ClientRuntime.Azure": "2.5.4",
3030
"Microsoft.Rest.ClientRuntime.Azure.Authentication": "1.2.1-preview",
3131
"Newtonsoft.Json": "7.0.1",
3232
"System.Collections": "4.0.11-beta-23516",

src/CLU/Microsoft.Azure.Commands.Websites/project.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,8 +28,8 @@
2828
"Microsoft.Azure.Management.Resources": "3.3.0-preview",
2929
"Microsoft.Azure.Management.Websites": "1.0.0-preview",
3030
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
31-
"Microsoft.Rest.ClientRuntime": "1.9.0",
32-
"Microsoft.Rest.ClientRuntime.Azure": "2.6.0",
31+
"Microsoft.Rest.ClientRuntime": "1.8.2",
32+
"Microsoft.Rest.ClientRuntime.Azure": "2.5.4",
3333
"Microsoft.Rest.ClientRuntime.Azure.Authentication": "1.2.1-preview",
3434
"Newtonsoft.Json": "7.0.1",
3535
"System.Collections": "4.0.11-beta-23516",

src/CLU/Sync/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"Commands.ResourceManager.Common": "",
2424
"VhdManagement": "",
2525
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
26-
"Microsoft.Rest.ClientRuntime": "1.9.0",
26+
"Microsoft.Rest.ClientRuntime": "1.8.2",
2727
"Newtonsoft.Json": "7.0.1",
2828
"System.Collections": "4.0.11-beta-23516",
2929
"System.Collections.Concurrent": "4.0.11-beta-23516",

src/CLU/VhdManagement/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"Commands.Common.Storage": "",
2323
"Commands.ResourceManager.Common": "",
2424
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
25-
"Microsoft.Rest.ClientRuntime": "1.9.0",
25+
"Microsoft.Rest.ClientRuntime": "1.8.2",
2626
"Newtonsoft.Json": "7.0.1",
2727
"System.Collections": "4.0.11-beta-23516",
2828
"System.Collections.Concurrent": "4.0.11-beta-23516",

0 commit comments

Comments
 (0)