File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
src/ResourceManager/Insights Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 4
4
<package id =" Microsoft.Azure.Common" version =" 2.1.0" targetFramework =" net45" />
5
5
<package id =" Microsoft.Azure.Common.Authentication" version =" 1.4.0-preview" targetFramework =" net45" />
6
6
<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" />
8
8
<package id =" Microsoft.Azure.Management.Resources" version =" 2.18.7-preview" targetFramework =" net45" />
9
9
<package id =" Microsoft.Azure.Test.Framework" version =" 1.0.5774.40163-prerelease" targetFramework =" net45" />
10
10
<package id =" Microsoft.Azure.Test.HttpRecorder" version =" 1.0.5774.40163-prerelease" targetFramework =" net45" />
Original file line number Diff line number Diff line change @@ -82,7 +82,7 @@ protected override void ProcessRecordInternal()
82
82
83
83
ServiceDiagnosticSettings properties = getResponse . Properties ;
84
84
85
- if ( this . Enabled && string . IsNullOrWhiteSpace ( properties . StorageAccountId ) && string . IsNullOrWhiteSpace ( properties . StorageAccountId ) )
85
+ if ( this . Enabled && string . IsNullOrWhiteSpace ( this . StorageAccountId ) )
86
86
{
87
87
throw new ArgumentException ( "StorageAccountId can't be null when enabling" ) ;
88
88
}
Original file line number Diff line number Diff line change 17
17
<package id =" Microsoft.Rest.ClientRuntime" version =" 1.3.0" targetFramework =" net45" />
18
18
<package id =" Microsoft.Rest.ClientRuntime.Azure.Authentication" version =" 0.9.3" targetFramework =" net45" />
19
19
<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" />
21
21
<package id =" System.Spatial" version =" 5.6.0" targetFramework =" net45" />
22
22
<package id =" WindowsAzure.Storage" version =" 4.0.0" targetFramework =" net45" />
23
23
</packages >
You can’t perform that action at this time.
0 commit comments