forked from Azure/azure-sdk-for-net
-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RI from csm-master into csm-anudeeb #77
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
…(from the Hydra spec)
This reverts commit af3411d.
…n Insights SDK to remove dependency on on legacy infra
Bugs: 3580751 : [SDK] Phase 1 - Rename methods with EventSource -> Category and use api-version = 2015-05-01 3593276 : [SDK] Deprecate Summary APIs from SDK 3593213 : [SDK] Event Service - Support querying by ResourceType
…tively in Insights SDK to remove dependency on on legacy infra" This reverts commit 0c8adf7.
…chema natively in Insights SDK to remove dependency on on legacy infra"" This reverts commit d06a022.
2. API to get the tenant level events.
…s model for metric/metricdefinition
…orts the latest SKU API in CSM RP doc
Conflicts: src/Insights/Generated/Insights/MetricOperations.cs src/Insights/OnetimeGenerated/Insights/MetricDefinitionOperations.cs src/Insights/OnetimeGenerated/MetricDefinitionOperations.cs Disable encoding resourceUri for get metrics, metricDefinitions
… works for shoeboxv1
Conflicts: src/Insights/Microsoft.Azure.Insights.nuget.proj src/Insights/OnetimeGenerated/Insights/MetricDefinitionOperations.cs src/Insights/OnetimeGenerated/Insights/MetricOperations.cs
Conflicts: src/Insights/Customizations/MetricDefinitionOperations.Customization.cs src/Insights/Customizations/MetricOperations.Customization.cs src/Insights/Customizations/Shoebox/FilterDimension.cs src/Insights/Customizations/Shoebox/MetricFilterDimension.cs src/Insights/Customizations/Sku/SkuOperationsExtensions.Customizations.cs src/Insights/Generated/Insights/ILogOperations.cs src/Insights/Generated/Insights/Models/BlobLocation.cs src/Insights/Generated/Insights/Models/EventCategoryCollection.cs src/Insights/Generated/Insights/Models/EventCategoryListResponse.cs src/Insights/Generated/Insights/Models/EventStatusCountSummaryItem.cs src/Insights/Generated/Insights/Models/EventStatusCountSummaryItemCollection.cs src/Insights/Generated/Insights/Models/EventStatusCountSummaryListResponse.cs src/Insights/Generated/Insights/Models/Log.cs src/Insights/Generated/Insights/Models/LogCollection.cs src/Insights/Generated/Insights/Models/LogDefinitionCollection.cs src/Insights/Generated/Insights/Models/LogListResponse.cs src/Insights/Generated/Insights/Models/StatusCount.cs src/Insights/Generated/Management/Insights/AgentDiagnosticSettingsOperations.cs src/Insights/Generated/Management/Insights/Models/AntaresSku.cs src/Insights/Generated/Management/Insights/Models/AntaresSkuGetResponse.cs src/Insights/Generated/Management/Insights/Models/AntaresSkuUpdateRequest.cs src/Insights/Generated/Management/Insights/Models/Display.cs src/Insights/Generated/Management/Insights/Models/LogSettings.cs src/Insights/Generated/Management/Insights/Models/MetricSettings.cs src/Insights/Generated/Management/Insights/Models/RetentionPolicy.cs src/Insights/Generated/Management/Insights/SkuOperationsExtensions.cs src/Insights/Generated/Management/Insights/StorageDiagnosticSettingsOperations.cs src/Insights/Insights.csproj src/Insights/OnetimeGenerated/Insights/MetricOperations.cs src/Insights/OnetimeGenerated/Management/AgentDiagnosticSettingsOperations.cs src/Insights/OnetimeGenerated/Management/StorageDiagnosticSettingsOperations.cs src/Insights/OnetimeGenerated/MetricDefinitionOperations.cs src/Insights/OnetimeGenerated/Sku/AntaresSku.cs src/Insights/OnetimeGenerated/Sku/AntaresSkuGetResponse.cs src/Insights/OnetimeGenerated/Sku/AntaresSkuUpdateRequest.cs src/ResourceManagement/Insights/Insights.Tests/Customizations/InsightsClient.ListStatusCountSummaryItemsParameters.Customization.cs src/ResourceManagement/Insights/Insights/Customizations/EventStatusCountSummaryListResponse.Customizations.cs src/ResourceManagement/Insights/Insights/Customizations/Shoebox/FilterDimension.cs src/ResourceManagement/Insights/Insights/Customizations/Sku/ISkuOperations.Customizations.cs src/ResourceManagement/Insights/Insights/Customizations/Sku/SkuOperations.Antares.Customizations.cs src/ResourceManagement/Insights/Insights/Customizations/Sku/SkuOperations.Customizations.cs src/ResourceManagement/Insights/Insights/Customizations/Sku/SkuOperationsExtensions.Customizations.cs src/ResourceManagement/Insights/Insights/Generated/Insights/Models/EventStatusCountSummaryItem.cs src/ResourceManagement/Insights/Insights/Generated/Insights/Models/EventStatusCountSummaryItemCollection.cs src/ResourceManagement/Insights/Insights/Generated/Insights/Models/EventStatusCountSummaryListResponse.cs src/ResourceManagement/Insights/Insights/Generated/Insights/Models/StatusCount.cs src/ResourceManagement/Insights/Insights/Generated/Management/Insights/AgentDiagnosticSettingsOperations.cs src/ResourceManagement/Insights/Insights/Generated/Management/Insights/Models/AntaresSku.cs src/ResourceManagement/Insights/Insights/Generated/Management/Insights/Models/AntaresSkuGetResponse.cs src/ResourceManagement/Insights/Insights/Generated/Management/Insights/Models/AntaresSkuUpdateRequest.cs src/ResourceManagement/Insights/Insights/Generated/Management/Insights/Models/Display.cs src/ResourceManagement/Insights/Insights/Generated/Management/Insights/StorageDiagnosticSettingsOperations.cs src/ResourceManagement/Insights/Insights/OnetimeGenerated/Sku/AntaresSku.cs src/ResourceManagement/Insights/Insights/OnetimeGenerated/Sku/AntaresSkuGetResponse.cs src/ResourceManagement/Insights/Insights/OnetimeGenerated/Sku/AntaresSkuUpdateRequest.cs src/ResourceManagement/Insights/Insights/OnetimeGenerated/Sku/SkuOperations.cs
Fixing build errors in the test project
This fixes issue: Azure#1438 In one case, we were calling JsonConvert.DeserializeObject without passing in JsonSerializerSettings. However, just adding the settings wasn't sufficient to completely fix the issue because JsonConvert merges some of the settings with the defaults. The solution was to roll our own DeserializeObject and SerializeObject methods that ignore JsonConvert.DefaultSettings.
Adding DPMVenus to CustomerType. Signed off by Suresh.
FI from csm-master to release
Search SDK: Removing dependency on JsonConvert.DefaultSettings
Add ListLocations to subscriptions client
AzureBackup support for backend
Latest changes for the Insights SDK
RI from upstream/master into origin/release
RI from release into csm-master
dragonfly91
pushed a commit
that referenced
this pull request
Sep 29, 2015
RI from csm-master into csm-anudeeb
dragonfly91
pushed a commit
that referenced
this pull request
Oct 6, 2015
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
RI from csm-master into csm-anudeeb