Skip to content

Commit c7bb764

Browse files
author
Hao Chen
committed
Merge pull request Azure#1531 from hovsepm/clu
Upgrading to the latest ClientRuntimes and fixing Resource not found exception in CLU.
2 parents f40602f + a8e6dda commit c7bb764

File tree

20 files changed

+30
-31
lines changed

20 files changed

+30
-31
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.8.1",
21+
"Microsoft.Rest.ClientRuntime": "1.9.0",
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,7 @@
2525
"Microsoft.Azure.Management.Resources": "3.3.0-preview",
2626
"Microsoft.Extensions.Logging.Console": "1.0.0-rc1-final",
2727
"Microsoft.IdentityModel.Clients.ActiveDirectory": "3.6.212041202-alpha",
28-
"Microsoft.Rest.ClientRuntime": "1.8.0",
29-
"Microsoft.Rest.ClientRuntime.Azure": "2.5.1",
28+
"Microsoft.Rest.ClientRuntime.Azure": "2.6.0",
3029
"Microsoft.Rest.ClientRuntime.Azure.Authentication": "1.2.1-preview",
3130
"Newtonsoft.Json": "7.0.1",
3231
"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.8.1",
23+
"Microsoft.Rest.ClientRuntime": "1.9.0",
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.8.1",
22+
"Microsoft.Rest.ClientRuntime": "1.9.0",
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.8.1",
24+
"Microsoft.Rest.ClientRuntime": "1.9.0",
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/AzureRMProfileExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
// ----------------------------------------------------------------------------------
1414

1515
using Microsoft.Azure.Commands.Common.Authentication.Models;
16-
using Microsoft.Azure.Commands.Common.Resources.Properties;
16+
using Commands.ResourceManager.Common.Properties;
1717
using Microsoft.IdentityModel.Clients.ActiveDirectory;
1818
using System;
1919

src/CLU/Commands.ResourceManager.Common/AzureRmCmdlet.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
using Microsoft.Azure.Commands.Common;
1616
using Microsoft.Azure.Commands.Common.Authentication.Models;
17-
using Microsoft.Azure.Commands.Common.Resources.Properties;
17+
using Commands.ResourceManager.Common.Properties;
1818
using Microsoft.Azure.Commands.Models;
1919
using Microsoft.Azure.Commands.Utilities.Common;
2020
using Newtonsoft.Json;

src/CLU/Commands.ResourceManager.Common/Properties/Resources.Designer.cs

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

src/CLU/Commands.ResourceManager.Common/Tags/TagsConversionHelper.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
using System;
1616
using System.Collections;
1717
using System.Collections.Generic;
18-
using Microsoft.Azure.Commands.Common.Resources.Properties;
18+
using Commands.ResourceManager.Common.Properties;
1919

2020
namespace Microsoft.Azure.Commands.Tags.Model
2121
{

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"version": "1.0.0-*",
3-
"description": "Microsoft.Azure.Commands.Common.Resources Class Library",
3+
"description": "Commands.ResourceManager.Common Class Library",
44
"authors": [ "markcowl" ],
55
"tags": [ "" ],
66
"projectUrl": "",
@@ -10,7 +10,7 @@
1010
"dependencies": {
1111
"Microsoft.NETCore": "5.0.1-beta-23516",
1212
"Microsoft.NETCore.Platforms": "1.0.1-beta-23516",
13-
"Microsoft.CSharp": "4.0.1-beta-23516"
13+
"Microsoft.CSharp": "4.0.1-beta-23516"
1414
}
1515
}
1616
},
@@ -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.8.1",
23+
"Microsoft.Rest.ClientRuntime": "1.9.0",
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.8.1",
26-
"Microsoft.Rest.ClientRuntime.Azure": "2.5.3",
25+
"Microsoft.Rest.ClientRuntime": "1.9.0",
26+
"Microsoft.Rest.ClientRuntime.Azure": "2.6.0",
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.8.1",
31+
"Microsoft.Rest.ClientRuntime": "1.9.0",
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.8.1",
25+
"Microsoft.Rest.ClientRuntime": "1.9.0",
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.8.1",
25+
"Microsoft.Rest.ClientRuntime": "1.9.0",
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.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.8.1",
28-
"Microsoft.Rest.ClientRuntime.Azure": "2.5.3",
27+
"Microsoft.Rest.ClientRuntime": "1.9.0",
28+
"Microsoft.Rest.ClientRuntime.Azure": "2.6.0",
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.8.1",
26-
"Microsoft.Rest.ClientRuntime.Azure": "2.5.3",
25+
"Microsoft.Rest.ClientRuntime": "1.9.0",
26+
"Microsoft.Rest.ClientRuntime.Azure": "2.6.0",
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.1.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.8.1",
30-
"Microsoft.Rest.ClientRuntime.Azure": "2.5.3",
29+
"Microsoft.Rest.ClientRuntime": "1.9.0",
30+
"Microsoft.Rest.ClientRuntime.Azure": "2.6.0",
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.1.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.8.1",
29-
"Microsoft.Rest.ClientRuntime.Azure": "2.5.3",
28+
"Microsoft.Rest.ClientRuntime": "1.9.0",
29+
"Microsoft.Rest.ClientRuntime.Azure": "2.6.0",
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.8.1",
29-
"Microsoft.Rest.ClientRuntime.Azure": "2.5.3",
28+
"Microsoft.Rest.ClientRuntime": "1.9.0",
29+
"Microsoft.Rest.ClientRuntime.Azure": "2.6.0",
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.8.1",
32-
"Microsoft.Rest.ClientRuntime.Azure": "2.5.3",
31+
"Microsoft.Rest.ClientRuntime": "1.9.0",
32+
"Microsoft.Rest.ClientRuntime.Azure": "2.6.0",
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)