File tree Expand file tree Collapse file tree 20 files changed +30
-31
lines changed
Commands.Common.Authentication
Commands.Common.ScenarioTest
Commands.ResourceManager.Cmdlets
Commands.ResourceManager.Common
Commands.ScenarioTests.ResourceManager.Common
Microsoft.Azure.Commands.Compute
Microsoft.Azure.Commands.Compute.Test
Microsoft.Azure.Commands.Management.Storage
Microsoft.Azure.Commands.Profile
Microsoft.Azure.Commands.Profile.Test
Microsoft.Azure.Commands.Resources
Microsoft.Azure.Commands.Resources.Test
Microsoft.Azure.Commands.Websites
Microsoft.Azure.Commands.Websites.Test Expand file tree Collapse file tree 20 files changed +30
-31
lines changed Original file line number Diff line number Diff line change 18
18
"System.Linq" : " 4.0.1-beta-23516" ,
19
19
"Microsoft.CLU" : " 1.0.0" ,
20
20
"Microsoft.IdentityModel.Clients.ActiveDirectory" : " 3.6.212041202-alpha" ,
21
- "Microsoft.Rest.ClientRuntime" : " 1.8.1 " ,
21
+ "Microsoft.Rest.ClientRuntime" : " 1.9.0 " ,
22
22
"Microsoft.Rest.ClientRuntime.Azure.Authentication" : " 1.2.1-preview" ,
23
23
"Newtonsoft.Json" : " 7.0.1" ,
24
24
"System.Collections" : " 4.0.11-beta-23516" ,
Original file line number Diff line number Diff line change 25
25
"Microsoft.Azure.Management.Resources" : " 3.3.0-preview" ,
26
26
"Microsoft.Extensions.Logging.Console" : " 1.0.0-rc1-final" ,
27
27
"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" ,
30
29
"Microsoft.Rest.ClientRuntime.Azure.Authentication" : " 1.2.1-preview" ,
31
30
"Newtonsoft.Json" : " 7.0.1" ,
32
31
"System.Collections" : " 4.0.11-beta-23516" ,
Original file line number Diff line number Diff line change 20
20
"Commands.Common" : " " ,
21
21
"Commands.Common.Authentication" : " " ,
22
22
"Microsoft.IdentityModel.Clients.ActiveDirectory" : " 3.6.212041202-alpha" ,
23
- "Microsoft.Rest.ClientRuntime" : " 1.8.1 " ,
23
+ "Microsoft.Rest.ClientRuntime" : " 1.9.0 " ,
24
24
"Newtonsoft.Json" : " 7.0.1" ,
25
25
"System.Collections" : " 4.0.11-beta-23516" ,
26
26
"System.Collections.Concurrent" : " 4.0.11-beta-23516" ,
Original file line number Diff line number Diff line change 19
19
"Microsoft.CLU" : " 1.0.0" ,
20
20
"Commands.Common.Authentication" : " " ,
21
21
"Microsoft.IdentityModel.Clients.ActiveDirectory" : " 3.6.212041202-alpha" ,
22
- "Microsoft.Rest.ClientRuntime" : " 1.8.1 " ,
22
+ "Microsoft.Rest.ClientRuntime" : " 1.9.0 " ,
23
23
"Newtonsoft.Json" : " 7.0.1" ,
24
24
"System.Collections" : " 4.0.11-beta-23516" ,
25
25
"System.Collections.Concurrent" : " 4.0.11-beta-23516" ,
Original file line number Diff line number Diff line change 21
21
"Commands.Common" : " " ,
22
22
"Commands.ResourceManager.Common" : " " ,
23
23
"Microsoft.IdentityModel.Clients.ActiveDirectory" : " 3.6.212041202-alpha" ,
24
- "Microsoft.Rest.ClientRuntime" : " 1.8.1 " ,
24
+ "Microsoft.Rest.ClientRuntime" : " 1.9.0 " ,
25
25
"Newtonsoft.Json" : " 7.0.1" ,
26
26
"System.Collections" : " 4.0.11-beta-23516" ,
27
27
"System.Collections.Concurrent" : " 4.0.11-beta-23516" ,
Original file line number Diff line number Diff line change 13
13
// ----------------------------------------------------------------------------------
14
14
15
15
using Microsoft . Azure . Commands . Common . Authentication . Models ;
16
- using Microsoft . Azure . Commands . Common . Resources . Properties ;
16
+ using Commands . ResourceManager . Common . Properties ;
17
17
using Microsoft . IdentityModel . Clients . ActiveDirectory ;
18
18
using System ;
19
19
Original file line number Diff line number Diff line change 14
14
15
15
using Microsoft . Azure . Commands . Common ;
16
16
using Microsoft . Azure . Commands . Common . Authentication . Models ;
17
- using Microsoft . Azure . Commands . Common . Resources . Properties ;
17
+ using Commands . ResourceManager . Common . Properties ;
18
18
using Microsoft . Azure . Commands . Models ;
19
19
using Microsoft . Azure . Commands . Utilities . Common ;
20
20
using Newtonsoft . Json ;
Original file line number Diff line number Diff line change 15
15
using System ;
16
16
using System . Collections ;
17
17
using System . Collections . Generic ;
18
- using Microsoft . Azure . Commands . Common . Resources . Properties ;
18
+ using Commands . ResourceManager . Common . Properties ;
19
19
20
20
namespace Microsoft . Azure . Commands . Tags . Model
21
21
{
Original file line number Diff line number Diff line change 1
1
{
2
2
"version" : " 1.0.0-*" ,
3
- "description" : " Microsoft.Azure. Commands.Common.Resources Class Library" ,
3
+ "description" : " Commands.ResourceManager.Common Class Library" ,
4
4
"authors" : [ " markcowl" ],
5
5
"tags" : [ " " ],
6
6
"projectUrl" : " " ,
10
10
"dependencies" : {
11
11
"Microsoft.NETCore" : " 5.0.1-beta-23516" ,
12
12
"Microsoft.NETCore.Platforms" : " 1.0.1-beta-23516" ,
13
- "Microsoft.CSharp" : " 4.0.1-beta-23516"
13
+ "Microsoft.CSharp" : " 4.0.1-beta-23516"
14
14
}
15
15
}
16
16
},
20
20
"Commands.Common" : " " ,
21
21
"Commands.Common.Authentication" : " " ,
22
22
"Microsoft.IdentityModel.Clients.ActiveDirectory" : " 3.6.212041202-alpha" ,
23
- "Microsoft.Rest.ClientRuntime" : " 1.8.1 " ,
23
+ "Microsoft.Rest.ClientRuntime" : " 1.9.0 " ,
24
24
"Newtonsoft.Json" : " 7.0.1" ,
25
25
"System.Collections" : " 4.0.11-beta-23516" ,
26
26
"System.Collections.Concurrent" : " 4.0.11-beta-23516" ,
Original file line number Diff line number Diff line change 22
22
"Commands.ResourceManager.Common" : " " ,
23
23
"Microsoft.Azure.Management.Resources" : " 3.3.0-preview" ,
24
24
"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 " ,
27
27
"Microsoft.Rest.ClientRuntime.Azure.Authentication" : " 1.2.1-preview" ,
28
28
"Newtonsoft.Json" : " 7.0.1" ,
29
29
"System.Collections" : " 4.0.11-beta-23516" ,
Original file line number Diff line number Diff line change 28
28
"Microsoft.Azure.Management.Network" : " 3.0.3-preview" ,
29
29
"Microsoft.Azure.Management.Storage" : " 4.0.0-preview" ,
30
30
"Microsoft.IdentityModel.Clients.ActiveDirectory" : " 3.6.212041202-alpha" ,
31
- "Microsoft.Rest.ClientRuntime" : " 1.8.1 " ,
31
+ "Microsoft.Rest.ClientRuntime" : " 1.9.0 " ,
32
32
"Newtonsoft.Json" : " 7.0.1" ,
33
33
"System.Collections" : " 4.0.11-beta-23516" ,
34
34
"System.Collections.Concurrent" : " 4.0.11-beta-23516" ,
Original file line number Diff line number Diff line change 22
22
"Commands.Common.Storage" : " " ,
23
23
"Commands.ResourceManager.Common" : " " ,
24
24
"Microsoft.IdentityModel.Clients.ActiveDirectory" : " 3.6.212041202-alpha" ,
25
- "Microsoft.Rest.ClientRuntime" : " 1.8.1 " ,
25
+ "Microsoft.Rest.ClientRuntime" : " 1.9.0 " ,
26
26
"Newtonsoft.Json" : " 7.0.1" ,
27
27
"System.Collections" : " 4.0.11-beta-23516" ,
28
28
"System.Collections.Concurrent" : " 4.0.11-beta-23516" ,
Original file line number Diff line number Diff line change 22
22
"Commands.Common.Storage" : " " ,
23
23
"Commands.ResourceManager.Common" : " " ,
24
24
"Microsoft.IdentityModel.Clients.ActiveDirectory" : " 3.6.212041202-alpha" ,
25
- "Microsoft.Rest.ClientRuntime" : " 1.8.1 " ,
25
+ "Microsoft.Rest.ClientRuntime" : " 1.9.0 " ,
26
26
"Newtonsoft.Json" : " 7.0.1" ,
27
27
"System.Collections" : " 4.0.11-beta-23516" ,
28
28
"System.Collections.Concurrent" : " 4.0.11-beta-23516" ,
Original file line number Diff line number Diff line change 24
24
"Microsoft.Azure.Commands.Profile" : " " ,
25
25
"Microsoft.Azure.Management.Resources" : " 3.3.0-preview" ,
26
26
"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 " ,
29
29
"Microsoft.Rest.ClientRuntime.Azure.Authentication" : " 1.2.1-preview" ,
30
30
"Newtonsoft.Json" : " 7.0.1" ,
31
31
"System.Collections" : " 4.0.11-beta-23516" ,
Original file line number Diff line number Diff line change 22
22
"Commands.ResourceManager.Common" : " " ,
23
23
"Microsoft.Azure.Management.Resources" : " 3.3.0-preview" ,
24
24
"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 " ,
27
27
"Microsoft.Rest.ClientRuntime.Azure.Authentication" : " 1.2.1-preview" ,
28
28
"Newtonsoft.Json" : " 7.0.1" ,
29
29
"System.Collections" : " 4.0.11-beta-23516" ,
Original file line number Diff line number Diff line change 26
26
"Microsoft.Azure.Management.Authorization" : " 2.1.0-preview" ,
27
27
"Microsoft.Azure.Management.Resources" : " 3.3.0-preview" ,
28
28
"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 " ,
31
31
"Microsoft.Rest.ClientRuntime.Azure.Authentication" : " 1.2.1-preview" ,
32
32
"Newtonsoft.Json" : " 7.0.1" ,
33
33
"System.Collections" : " 4.0.11-beta-23516" ,
Original file line number Diff line number Diff line change 25
25
"Microsoft.Azure.Management.Authorization" : " 2.1.0-preview" ,
26
26
"Microsoft.Azure.Management.Resources" : " 3.3.0-preview" ,
27
27
"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 " ,
30
30
"Microsoft.Rest.ClientRuntime.Azure.Authentication" : " 1.2.1-preview" ,
31
31
"Newtonsoft.Json" : " 7.0.1" ,
32
32
"System.Collections" : " 4.0.11-beta-23516" ,
Original file line number Diff line number Diff line change 25
25
"Microsoft.Azure.Management.Resources" : " 3.3.0-preview" ,
26
26
"Microsoft.Azure.Management.Websites" : " 1.0.0-preview" ,
27
27
"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 " ,
30
30
"Microsoft.Rest.ClientRuntime.Azure.Authentication" : " 1.2.1-preview" ,
31
31
"Newtonsoft.Json" : " 7.0.1" ,
32
32
"System.Collections" : " 4.0.11-beta-23516" ,
Original file line number Diff line number Diff line change 28
28
"Microsoft.Azure.Management.Resources" : " 3.3.0-preview" ,
29
29
"Microsoft.Azure.Management.Websites" : " 1.0.0-preview" ,
30
30
"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 " ,
33
33
"Microsoft.Rest.ClientRuntime.Azure.Authentication" : " 1.2.1-preview" ,
34
34
"Newtonsoft.Json" : " 7.0.1" ,
35
35
"System.Collections" : " 4.0.11-beta-23516" ,
You can’t perform that action at this time.
0 commit comments