Skip to content

Commit

Permalink
Changed reference to ClientRuntimes due to downgrade of Json.Net vers…
Browse files Browse the repository at this point in the history
…ion for net45 TPM

Referenced new ClientRuntimes

Fixed assembly version.
  • Loading branch information
Hovsep Mkrtchyan committed Jun 14, 2016
1 parent 3376df7 commit 5798bbf
Show file tree
Hide file tree
Showing 59 changed files with 166 additions and 169 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@
"type": "platform",
"version": "1.0.0-rc2-*"
},
"Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)",
"Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)",
"Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)",
"Microsoft.Azure.Management.Authorization": "[2.4.1-preview,3.0.0)",
"Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)",
"Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)",
"Microsoft.Azure.Management.Authorization": "[2.4.2-preview,3.0.0)",
"Microsoft.Azure.ResourceManager": "1.0.0-preview",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-build10015"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
[assembly: AssemblyTitle("Microsoft Azure Management Authorization Library")]
[assembly: AssemblyDescription("Provides Microsoft Management Authorization access.")]

[assembly: AssemblyVersion("2.4.1.0")]
[assembly: AssemblyFileVersion("2.4.1.0")]
[assembly: AssemblyVersion("2.0.0.0")]
[assembly: AssemblyFileVersion("2.4.2.0")]

[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "2.4.1-preview",
"version": "2.4.2-preview",
"title": "Authorization Library for Microsoft Azure Management Authorization",
"description": "Provides capabilities to query Microsoft Azure Management Authorization.",
"authors": [ "Microsoft" ],
Expand All @@ -20,7 +20,7 @@
},

"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)"
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
},

"frameworks": {
Expand Down
8 changes: 4 additions & 4 deletions src/ResourceManagement/Cdn/Cdn.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@
"type": "platform",
"version": "1.0.0-rc2-*"
},
"Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)",
"Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)",
"Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)",
"Microsoft.Azure.Management.Cdn": "[1.1.1,2.0)",
"Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)",
"Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)",
"Microsoft.Azure.Management.Cdn": "[1.1.2,2.0)",
"Microsoft.Azure.ResourceManager": "1.0.0-preview",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-build10015"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
[assembly: AssemblyTitle("Microsoft Azure CDN Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure CDN.")]

[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "1.1.2",
"description": "Microsoft Azure CDN Management Library",
"authors": [ "Microsoft" ],

Expand All @@ -19,8 +19,8 @@
},

"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)",
"Microsoft.Rest.ClientRuntime": "[3.0.2,4.0.0)"
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)",
"Microsoft.Rest.ClientRuntime": "[2.3.0,3.0.0)"
},

"frameworks": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"type": "platform",
"version": "1.0.0-rc2-*"
},
"Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)",
"Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)",
"Microsoft.Azure.Management.CognitiveServices": "[0.1.2-preview,2.0.0)",
"Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)",
"Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)",
"Microsoft.Azure.Management.CognitiveServices": "[0.1.3-preview,2.0.0)",
"Microsoft.Azure.ResourceManager": "1.0.0-preview",
"Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-build10015"
},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
[assembly: AssemblyTitle("Microsoft Azure Cognitive Services Management Library")]
[assembly: AssemblyDescription("Provides Microsoft Azure Cognitive Services management functions for managing Microsoft Azure Cognitive Services accounts.")]

[assembly: AssemblyVersion("0.1.2")]
[assembly: AssemblyFileVersion("0.1.2")]
[assembly: AssemblyVersion("0.1.3.0")]
[assembly: AssemblyFileVersion("0.1.3.0")]

[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.1.2-preview",
"version": "0.1.3-preview",
"description": "Microsoft Azure Management Cognitive Services Library",
"authors": [ "Microsoft" ],

Expand All @@ -19,8 +19,8 @@
},

"dependencies": {
"Microsoft.Rest.ClientRuntime": "[3.0.2,4.0.0)",
"Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)"
"Microsoft.Rest.ClientRuntime": "[2.3.0,3.0.0)",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
},

"frameworks": {
Expand All @@ -38,8 +38,7 @@
"imports": ["dnxcore50", "portable-net45+win8"],
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"Newtonsoft.Json": "8.0.3"
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027"
}
},
"netstandard1.5": {
Expand Down Expand Up @@ -76,8 +75,7 @@
"System.Threading.Tasks": "4.0.11-rc2-24027",
"System.Xml.ReaderWriter": "4.0.11-rc2-24027",
"System.Xml.XDocument": "4.0.11-rc2-24027",
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027",
"Newtonsoft.Json": "8.0.3"
"System.Runtime.Serialization.Primitives": "4.1.1-rc2-24027"
}
}
}
Expand Down
10 changes: 5 additions & 5 deletions src/ResourceManagement/Compute/Compute.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"type": "platform",
"version": "1.0.0-rc2-*"
},
"Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)",
"Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)",
"Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)",
"Microsoft.Rest.ClientRuntime": "[3.0.2,4.0.0)" ,
"Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)",
"Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)",
"Microsoft.Rest.ClientRuntime": "[2.3.0,3.0.0)" ,
"Microsoft.Azure.ResourceManager": "1.0.0-preview",
"Microsoft.Azure.Management.Storage": "4.1.0-preview",
"Microsoft.Azure.Management.Compute": "[13.0.2-prerelease,14.0.0)",
"Microsoft.Azure.Management.Compute": "[13.0.3-prerelease,14.0.0)",
"Microsoft.Azure.Management.Network": "[4.5.1-preview,5.0.0)",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-build10015"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
[assembly: AssemblyTitle("Microsoft Azure Compute Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure Compute Resources.")]

[assembly: AssemblyVersion("13.0.2.0")]
[assembly: AssemblyFileVersion("13.0.2.0")]
[assembly: AssemblyVersion("13.0.0.0")]
[assembly: AssemblyFileVersion("13.0.3.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "13.0.2-prerelease",
"version": "13.0.3-prerelease",
"description": "Provides developers with libraries for the updated compute platform under Azure Resource manager to deploy virtual machine, virtual machine extensions and availability set management capabilities. Launch, restart, scale, capture and manage VMs, VM Extensions and more. Note: This client library is for Virtual Machines under Azure Resource Manager.",
"authors": [ "Microsoft" ],

Expand All @@ -18,7 +18,7 @@
"keyFile": "../../../../tools/MSSharedLibKey.snk"
},
"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)"
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
},

"frameworks": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@
"type": "platform",
"version": "1.0.0-rc2-*"
},
"Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)",
"Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)",
"Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)",
"Microsoft.Rest.ClientRuntime": "[3.0.2,4.0.0)" ,
"Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)",
"Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)",
"Microsoft.Rest.ClientRuntime": "[2.3.0,3.0.0)" ,
"Microsoft.Azure.Management.Storage": "[4.1.0-preview]",
"Microsoft.Azure.ResourceManager": "1.0.0-preview",
"Microsoft.Azure.Management.DataLake.Analytics": "[0.11.4-preview,1.0)",
"Microsoft.Azure.Management.DataLake.Analytics": "[0.11.5-preview,1.0)",
"Microsoft.Azure.Management.DataLake.Store": "0.13.0-preview",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-build10015"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
[assembly: AssemblyTitle("Microsoft Azure Data Lake Analytics Management Library")]
[assembly: AssemblyDescription("Provides Microsoft Azure Data Lake Analytics management operations including account, catalog and job management.")]

[assembly: AssemblyVersion("0.11.4.0")]
[assembly: AssemblyFileVersion("0.11.4.0")]
[assembly: AssemblyVersion("0.11.0.0")]
[assembly: AssemblyFileVersion("0.11.5.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.11.4-preview",
"version": "0.11.5-preview",
"description": "Provides Data Lake Analytics account, job and catalog management capabilities for Microsoft Azure.",
"authors": [ "Microsoft" ],

Expand All @@ -19,7 +19,7 @@
},

"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)"
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
},

"frameworks": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -33,12 +33,12 @@
"type": "platform",
"version": "1.0.0-rc2-*"
},
"Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)",
"Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)",
"Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)",
"Microsoft.Rest.ClientRuntime": "[3.0.2,4.0.0)" ,
"Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)",
"Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)",
"Microsoft.Rest.ClientRuntime": "[2.3.0,3.0.0)" ,
"Microsoft.Azure.ResourceManager": "1.0.0-preview",
"Microsoft.Azure.Management.DataLake.Store": "[0.12.1-preview,1.0)",
"Microsoft.Azure.Management.DataLake.Store": "[0.12.2-preview,1.0)",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-build10015"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@
[assembly: AssemblyTitle("Microsoft Azure Data Lake Store Management Library")]
[assembly: AssemblyDescription("Provides Microsoft Azure Data Lake Store management operations including account and filesystem management.")]

[assembly: AssemblyVersion("0.12.1.0")]
[assembly: AssemblyFileVersion("0.12.1.0")]
[assembly: AssemblyVersion("0.12.0.0")]
[assembly: AssemblyFileVersion("0.12.2.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Azure .NET SDK")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "0.12.1-preview",
"version": "0.12.2-preview",
"description": "Provides Data Lake Store account and filesystem management capabilities for Microsoft Azure.",
"authors": [ "Microsoft" ],

Expand All @@ -19,7 +19,7 @@
},

"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)"
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
},

"frameworks": {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@
"type": "platform",
"version": "1.0.0-rc2-*"
},
"Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)",
"Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)",
"Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)",
"Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)",
"Microsoft.Azure.ResourceManager": "1.0.0-preview",
"Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)",
"Microsoft.Azure.Management.DevTestLabs": "[1.1.1,2.0)",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)",
"Microsoft.Azure.Management.DevTestLabs": "[1.1.2,2.0)",
"System.Security.Cryptography.X509Certificates": "4.1.0-rc2-24027",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-build10015"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

[assembly: AssemblyTitle("Microsoft Azure DevTest Labs Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure DevTest Labs Resources.")]
[assembly: AssemblyVersion("1.1.1.0")]
[assembly: AssemblyFileVersion("1.1.1.0")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.1.2.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.1.1",
"version": "1.1.2",
"description": "Microsoft.Azure.Management.DevTestLabs",
"authors": [ "Microsoft" ],

Expand All @@ -19,7 +19,7 @@
},

"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)"
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)"
},

"frameworks": {
Expand All @@ -38,8 +38,7 @@
"buildOptions": { "define": [ "PORTABLE" ] },
"imports": ["dnxcore50", "portable-net45+win8"],
"dependencies": {
"NETStandard.Library": "1.5.0-rc2-24027",
"Newtonsoft.Json": "8.0.3"
"NETStandard.Library": "1.5.0-rc2-24027"
}
},
"netstandard1.5": {
Expand Down Expand Up @@ -75,8 +74,7 @@
"System.Threading": "4.0.11-rc2-24027",
"System.Threading.Tasks": "4.0.11-rc2-24027",
"System.Xml.ReaderWriter": "4.0.11-rc2-24027",
"System.Xml.XDocument": "4.0.11-rc2-24027",
"Newtonsoft.Json": "8.0.3"
"System.Xml.XDocument": "4.0.11-rc2-24027"
}
}
}
Expand Down
8 changes: 4 additions & 4 deletions src/ResourceManagement/Dns/Dns.Tests/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@
"type": "platform",
"version": "1.0.0-rc2-*"
},
"Microsoft.Azure.Test.HttpRecorder": "[1.6.1-preview,2.0.0)",
"Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.2-preview,2.0.0)",
"Microsoft.Azure.Management.Dns": "[1.7.1-preview,2.0.0)",
"Microsoft.Azure.Test.HttpRecorder": "[1.6.2-preview,2.0.0)",
"Microsoft.Rest.ClientRuntime.Azure.TestFramework": "[1.2.3-preview,2.0.0)",
"Microsoft.Azure.Management.Dns": "[1.7.2-preview,2.0.0)",
"Microsoft.Azure.ResourceManager": "1.0.0-preview",
"Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)",
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)",
"xunit": "2.1.0",
"dotnet-test-xunit": "1.0.0-rc2-build10015"
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,8 @@

[assembly: AssemblyTitle("Microsoft Azure DNS Management Library")]
[assembly: AssemblyDescription("Provides management functionality for Microsoft Azure DNS Resources.")]
[assembly: AssemblyVersion("1.7.1.0")]
[assembly: AssemblyFileVersion("1.7.1.0")]
[assembly: AssemblyVersion("1.0.0.0")]
[assembly: AssemblyFileVersion("1.7.2.0")]
[assembly: AssemblyConfiguration("")]
[assembly: AssemblyCompany("Microsoft")]
[assembly: AssemblyProduct("Microsoft Azure .NET SDK")]
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"version": "1.7.1-preview",
"version": "1.7.2-preview",
"description": "Provides management capabilities for Azure Dns.",
"authors": [ "Microsoft" ],

Expand All @@ -19,7 +19,7 @@
},

"dependencies": {
"Microsoft.Rest.ClientRuntime.Azure": "[4.0.2,5.0.0)" },
"Microsoft.Rest.ClientRuntime.Azure": "[3.3.0,4.0.0)" },

"frameworks": {
"net45": {
Expand Down
Loading

0 comments on commit 5798bbf

Please sign in to comment.