Skip to content

Commit 1843dc9

Browse files
committed
Merge pull request #1218 from AuxMon/release-1.0.0
Release 1.0.0
2 parents e5179da + d2b4cc2 commit 1843dc9

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

src/ResourceManager/Insights/Commands.Insights.Test/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<package id="Microsoft.Azure.Common" version="2.1.0" targetFramework="net45" />
55
<package id="Microsoft.Azure.Common.Authentication" version="1.4.0-preview" targetFramework="net45" />
66
<package id="Microsoft.Azure.Common.Dependencies" version="1.0.0" targetFramework="net45" />
7-
<package id="Microsoft.Azure.Insights" version="0.7.7-preview" targetFramework="net45" />
7+
<package id="Microsoft.Azure.Insights" version="0.9.1-preview" targetFramework="net45" />
88
<package id="Microsoft.Azure.Management.Resources" version="2.18.7-preview" targetFramework="net45" />
99
<package id="Microsoft.Azure.Test.Framework" version="1.0.5774.40163-prerelease" targetFramework="net45" />
1010
<package id="Microsoft.Azure.Test.HttpRecorder" version="1.0.5774.40163-prerelease" targetFramework="net45" />

src/ResourceManager/Insights/Commands.Insights/Diagnostics/SetAzureRmDiagnosticSettingCommand.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ protected override void ProcessRecordInternal()
8282

8383
ServiceDiagnosticSettings properties = getResponse.Properties;
8484

85-
if (this.Enabled && string.IsNullOrWhiteSpace(properties.StorageAccountId) && string.IsNullOrWhiteSpace(properties.StorageAccountId))
85+
if (this.Enabled && string.IsNullOrWhiteSpace(this.StorageAccountId))
8686
{
8787
throw new ArgumentException("StorageAccountId can't be null when enabling");
8888
}

src/ResourceManager/Insights/Commands.Insights/packages.config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
<package id="Microsoft.Rest.ClientRuntime" version="1.3.0" targetFramework="net45" />
1818
<package id="Microsoft.Rest.ClientRuntime.Azure.Authentication" version="0.9.3" targetFramework="net45" />
1919
<package id="Microsoft.WindowsAzure.ConfigurationManager" version="1.8.0.0" targetFramework="net45" />
20-
<package id="Newtonsoft.Json" version="6.0.4" targetFramework="net45" />
20+
<package id="Newtonsoft.Json" version="6.0.8" targetFramework="net45" />
2121
<package id="System.Spatial" version="5.6.0" targetFramework="net45" />
2222
<package id="WindowsAzure.Storage" version="4.0.0" targetFramework="net45" />
2323
</packages>

0 commit comments

Comments
 (0)