Skip to content

Commit

Permalink
[App Insights] Sync to swagger, bump to 1.0.0-preview-1, rename packa…
Browse files Browse the repository at this point in the history
…ge *breaking changes*
  • Loading branch information
dsgouda authored Oct 2, 2018
2 parents 2587784 + 0a2320c commit 274e7d0
Show file tree
Hide file tree
Showing 195 changed files with 11,416 additions and 10,450 deletions.
4 changes: 2 additions & 2 deletions src/SDKs/ApplicationInsights/ApplicationInsights.sln
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@

Microsoft Visual Studio Solution File, Format Version 12.00
# Visual Studio 15
VisualStudioVersion = 15.0.27130.2024
VisualStudioVersion = 15.0.27004.2005
MinimumVisualStudioVersion = 10.0.40219.1
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Data.ApplicationInsights.Tests", "DataPlane\Data.ApplicationInsights.Tests\Data.ApplicationInsights.Tests.csproj", "{FA06A27D-4D07-4157-9C61-36BEBD67970D}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "ApplicationInsights.Tests", "Management\ApplicationInsights.Tests\ApplicationInsights.Tests.csproj", "{6ECF131B-7B54-48EC-BC33-100AA82C4206}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.Management.ApplicationInsights", "Management\Management.ApplicationInsights\Microsoft.Azure.Management.ApplicationInsights.csproj", "{218115E9-B94C-4CBE-9FE4-485DCA96C2FF}"
EndProject
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.ApplicationInsights", "DataPlane\ApplicationInsights\Microsoft.Azure.ApplicationInsights.csproj", "{69672630-2C7C-401F-B923-1D507BD63383}"
Project("{9A19103F-16F7-4668-BE54-9A1E7A4F7556}") = "Microsoft.Azure.ApplicationInsights.Query", "DataPlane\ApplicationInsights\Microsoft.Azure.ApplicationInsights.Query.csproj", "{69672630-2C7C-401F-B923-1D507BD63383}"
EndProject
Global
GlobalSection(SolutionConfigurationPlatforms) = preSolution
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Threading;
using System.Threading.Tasks;

namespace Microsoft.Azure.ApplicationInsights
namespace Microsoft.Azure.ApplicationInsights.Query
{
public class ApiKeyClientCredentials : ServiceClientCredentials
{
Expand Down

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System.Threading;
using System.Threading.Tasks;

namespace Microsoft.Azure.ApplicationInsights
namespace Microsoft.Azure.ApplicationInsights.Query
{
internal class CustomDelegatingHandler : DelegatingHandler
{
Expand Down
1,195 changes: 1,195 additions & 0 deletions src/SDKs/ApplicationInsights/DataPlane/ApplicationInsights/Customized/Events.cs

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Microsoft.Azure.ApplicationInsights.Models
namespace Microsoft.Azure.ApplicationInsights.Query.Models
{
public class ApiPreferences
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Runtime.Serialization;

namespace Microsoft.Azure.ApplicationInsights.Models
namespace Microsoft.Azure.ApplicationInsights.Query.Models
{
public abstract class BaseMetricInfo
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@
using System.Runtime.Serialization;
using System.Text;
using System.Threading.Tasks;
using Microsoft.Azure.ApplicationInsights.Models;
using Microsoft.Azure.ApplicationInsights.Query.Models;
using Newtonsoft.Json.Linq;

namespace Microsoft.Azure.ApplicationInsights.Models
namespace Microsoft.Azure.ApplicationInsights.Query.Models
{
public abstract class BaseSegmentInfo : BaseMetricInfo
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Text;

namespace Microsoft.Azure.ApplicationInsights.Models
namespace Microsoft.Azure.ApplicationInsights.Query.Models
{
public partial class ErrorDetail
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Text;

namespace Microsoft.Azure.ApplicationInsights.Models
namespace Microsoft.Azure.ApplicationInsights.Query.Models
{
public partial class ErrorInfo
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Text;

namespace Microsoft.Azure.ApplicationInsights.Models
namespace Microsoft.Azure.ApplicationInsights.Query.Models
{
public partial class ErrorResponse
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using Microsoft.Rest;

namespace Microsoft.Azure.ApplicationInsights.Models
namespace Microsoft.Azure.ApplicationInsights.Query.Models
{
public partial class ErrorResponseException : RestException
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Collections.Generic;
using System.Linq;

namespace Microsoft.Azure.ApplicationInsights.Models
namespace Microsoft.Azure.ApplicationInsights.Query.Models
{
public class EventsResults<T> : EventsResults where T : EventsResultData
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System.Collections.Generic;
using Newtonsoft.Json;

namespace Microsoft.Azure.ApplicationInsights.Models
namespace Microsoft.Azure.ApplicationInsights.Query.Models
{
/// <summary>
/// A trace events query result.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Microsoft.Azure.ApplicationInsights.Models
namespace Microsoft.Azure.ApplicationInsights.Query.Models
{
public interface IMetricData
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Microsoft.Azure.ApplicationInsights.Models
namespace Microsoft.Azure.ApplicationInsights.Query.Models
{
/// <summary>
/// Contains fields common between nested segmented data and segmented metric data.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Microsoft.Azure.ApplicationInsights.Models
namespace Microsoft.Azure.ApplicationInsights.Query.Models
{
/// <summary>
/// An intervaled metric result data.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Microsoft.Azure.ApplicationInsights.Models
namespace Microsoft.Azure.ApplicationInsights.Query.Models
{
using System.Collections.Generic;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Collections.Generic;

namespace Microsoft.Azure.ApplicationInsights.Models
namespace Microsoft.Azure.ApplicationInsights.Query.Models
{
/// <summary>
/// An intervaled and segmented metric result.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Collections.Generic;

namespace Microsoft.Azure.ApplicationInsights.Models
namespace Microsoft.Azure.ApplicationInsights.Query.Models
{
/// <summary>
/// A nested segment.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
using System;
using System.Collections.Generic;

namespace Microsoft.Azure.ApplicationInsights.Models
namespace Microsoft.Azure.ApplicationInsights.Query.Models
{
public partial class MetricsResultInfo : BaseMetricInfo
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Collections.Generic;

namespace Microsoft.Azure.ApplicationInsights.Models
namespace Microsoft.Azure.ApplicationInsights.Query.Models
{
public partial class MetricsSegmentInfo : BaseSegmentInfo
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Microsoft.Azure.ApplicationInsights.Models
namespace Microsoft.Azure.ApplicationInsights.Query.Models
{
/// <summary>
/// The metric values for a segment.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Collections.Generic;

namespace Microsoft.Azure.ApplicationInsights.Models
namespace Microsoft.Azure.ApplicationInsights.Query.Models
{
/// <summary>
/// A segment of intervaled data.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
using System.Collections.Generic;

namespace Microsoft.Azure.ApplicationInsights.Models
namespace Microsoft.Azure.ApplicationInsights.Query.Models
{
/// <summary>
/// A segmented metric result data.
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Microsoft.Azure.ApplicationInsights.Models
namespace Microsoft.Azure.ApplicationInsights.Query.Models
{
/// <summary>
/// A metric summary result.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
using System.Collections.Generic;
using System.Linq;

namespace Microsoft.Azure.ApplicationInsights.Models
namespace Microsoft.Azure.ApplicationInsights.Query.Models
{
/// <summary>
/// The query response. This currently only supports the thinned query
Expand All @@ -14,7 +14,7 @@ public partial class QueryResults
/// Enumerates over all rows in all tables.
/// </summary>
[JsonProperty(PropertyName = "results")]
public IEnumerable<IDictionary<string, string>> Results
public IEnumerable<IDictionary<string, object>> Results
{
get
{
Expand Down
Loading

0 comments on commit 274e7d0

Please sign in to comment.