Skip to content

Commit 83d14b9

Browse files
committed
use the latest azure client runtime 2.5.1
1 parent ad9264a commit 83d14b9

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"Microsoft.Azure.Management.Resources": "3.3.0-preview",
2424
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
2525
"Microsoft.Rest.ClientRuntime": "1.8.0",
26-
"Microsoft.Rest.ClientRuntime.Azure": "2.5.0",
26+
"Microsoft.Rest.ClientRuntime.Azure": "2.5.1",
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.Profile.Test/project.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"Microsoft.Azure.Management.Resources": "3.3.0-preview",
2626
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
2727
"Microsoft.Rest.ClientRuntime": "1.8.0",
28-
"Microsoft.Rest.ClientRuntime.Azure": "2.5.0",
28+
"Microsoft.Rest.ClientRuntime.Azure": "2.5.1",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
"Microsoft.Azure.Management.Resources": "3.3.0-preview",
2424
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
2525
"Microsoft.Rest.ClientRuntime": "1.8.0",
26-
"Microsoft.Rest.ClientRuntime.Azure": "2.5.0",
26+
"Microsoft.Rest.ClientRuntime.Azure": "2.5.1",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
"Microsoft.Azure.Management.Resources": "3.3.0-preview",
2828
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
2929
"Microsoft.Rest.ClientRuntime": "1.8.0",
30-
"Microsoft.Rest.ClientRuntime.Azure": "2.5.0",
30+
"Microsoft.Rest.ClientRuntime.Azure": "2.5.1",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"Microsoft.Azure.Management.Resources": "3.3.0-preview",
2727
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
2828
"Microsoft.Rest.ClientRuntime": "1.8.0",
29-
"Microsoft.Rest.ClientRuntime.Azure": "2.5.0",
29+
"Microsoft.Rest.ClientRuntime.Azure": "2.5.1",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
"Microsoft.Azure.Management.Websites": "1.0.0-preview",
2727
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
2828
"Microsoft.Rest.ClientRuntime": "1.8.0",
29-
"Microsoft.Rest.ClientRuntime.Azure": "2.5.0",
29+
"Microsoft.Rest.ClientRuntime.Azure": "2.5.1",
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
"Microsoft.Azure.Management.Websites": "1.0.0-preview",
3030
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
3131
"Microsoft.Rest.ClientRuntime": "1.8.0",
32-
"Microsoft.Rest.ClientRuntime.Azure": "2.5.0",
32+
"Microsoft.Rest.ClientRuntime.Azure": "2.5.1",
3333
"Microsoft.Rest.ClientRuntime.Azure.Authentication": "1.2.1-preview",
3434
"Newtonsoft.Json": "7.0.1",
3535
"System.Collections": "4.0.11-beta-23516",

0 commit comments

Comments
 (0)