Skip to content
This repository has been archived by the owner on Jan 11, 2023. It is now read-only.

Commit

Permalink
Generated from 35adc5e493c20a57e6e2cb35d87c578133d2b7a6 (#1309)
Browse files Browse the repository at this point in the history
[Monitor] Deconflict "Action" name in MetricAlert

Generates bad SDK.
  • Loading branch information
AutorestCI authored and sarangan12 committed Jun 13, 2018
1 parent 0a5e55c commit 00d5527
Show file tree
Hide file tree
Showing 152 changed files with 4,172 additions and 896 deletions.
2 changes: 1 addition & 1 deletion azure_sdk/lib/azure_sdk.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@
# Copyright (c) Microsoft Corporation. All rights reserved.
# Licensed under the MIT License. See License.txt in the project root for license information.

require 'latest/latest_profile_client'
require 'v2017_03_09/v2017_03_09_profile_client'
require 'latest/latest_profile_client'
164 changes: 119 additions & 45 deletions azure_sdk/lib/latest/modules/monitor_profile_module.rb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -20,30 +20,40 @@
require 'ms_rest_azure'

module Azure::Monitor::Mgmt::V2015_04_01
autoload :ActivityLogs, '2015-04-01/generated/azure_mgmt_monitor/activity_logs.rb'
autoload :AutoscaleSettings, '2015-04-01/generated/azure_mgmt_monitor/autoscale_settings.rb'
autoload :EventCategories, '2015-04-01/generated/azure_mgmt_monitor/event_categories.rb'
autoload :Operations, '2015-04-01/generated/azure_mgmt_monitor/operations.rb'
autoload :TenantActivityLogs, '2015-04-01/generated/azure_mgmt_monitor/tenant_activity_logs.rb'
autoload :MonitorManagementClient, '2015-04-01/generated/azure_mgmt_monitor/monitor_management_client.rb'

module Models
autoload :RecurrentSchedule, '2015-04-01/generated/azure_mgmt_monitor/models/recurrent_schedule.rb'
autoload :Recurrence, '2015-04-01/generated/azure_mgmt_monitor/models/recurrence.rb'
autoload :SenderAuthorization, '2015-04-01/generated/azure_mgmt_monitor/models/sender_authorization.rb'
autoload :AutoscaleProfile, '2015-04-01/generated/azure_mgmt_monitor/models/autoscale_profile.rb'
autoload :EventData, '2015-04-01/generated/azure_mgmt_monitor/models/event_data.rb'
autoload :EmailNotification, '2015-04-01/generated/azure_mgmt_monitor/models/email_notification.rb'
autoload :ErrorResponse, '2015-04-01/generated/azure_mgmt_monitor/models/error_response.rb'
autoload :WebhookNotification, '2015-04-01/generated/azure_mgmt_monitor/models/webhook_notification.rb'
autoload :ScaleCapacity, '2015-04-01/generated/azure_mgmt_monitor/models/scale_capacity.rb'
autoload :AutoscaleNotification, '2015-04-01/generated/azure_mgmt_monitor/models/autoscale_notification.rb'
autoload :ScaleAction, '2015-04-01/generated/azure_mgmt_monitor/models/scale_action.rb'
autoload :ScaleRule, '2015-04-01/generated/azure_mgmt_monitor/models/scale_rule.rb'
autoload :RecurrentSchedule, '2015-04-01/generated/azure_mgmt_monitor/models/recurrent_schedule.rb'
autoload :LocalizableString, '2015-04-01/generated/azure_mgmt_monitor/models/localizable_string.rb'
autoload :AutoscaleSettingResourcePatch, '2015-04-01/generated/azure_mgmt_monitor/models/autoscale_setting_resource_patch.rb'
autoload :AutoscaleProfile, '2015-04-01/generated/azure_mgmt_monitor/models/autoscale_profile.rb'
autoload :EventDataCollection, '2015-04-01/generated/azure_mgmt_monitor/models/event_data_collection.rb'
autoload :AutoscaleSettingResourceCollection, '2015-04-01/generated/azure_mgmt_monitor/models/autoscale_setting_resource_collection.rb'
autoload :MetricTrigger, '2015-04-01/generated/azure_mgmt_monitor/models/metric_trigger.rb'
autoload :ErrorResponse, '2015-04-01/generated/azure_mgmt_monitor/models/error_response.rb'
autoload :Recurrence, '2015-04-01/generated/azure_mgmt_monitor/models/recurrence.rb'
autoload :EventCategoryCollection, '2015-04-01/generated/azure_mgmt_monitor/models/event_category_collection.rb'
autoload :HttpRequestInfo, '2015-04-01/generated/azure_mgmt_monitor/models/http_request_info.rb'
autoload :OperationDisplay, '2015-04-01/generated/azure_mgmt_monitor/models/operation_display.rb'
autoload :TimeWindow, '2015-04-01/generated/azure_mgmt_monitor/models/time_window.rb'
autoload :Operation, '2015-04-01/generated/azure_mgmt_monitor/models/operation.rb'
autoload :Resource, '2015-04-01/generated/azure_mgmt_monitor/models/resource.rb'
autoload :OperationListResult, '2015-04-01/generated/azure_mgmt_monitor/models/operation_list_result.rb'
autoload :AutoscaleSettingResource, '2015-04-01/generated/azure_mgmt_monitor/models/autoscale_setting_resource.rb'
autoload :EventLevel, '2015-04-01/generated/azure_mgmt_monitor/models/event_level.rb'
autoload :MetricStatisticType, '2015-04-01/generated/azure_mgmt_monitor/models/metric_statistic_type.rb'
autoload :TimeAggregationType, '2015-04-01/generated/azure_mgmt_monitor/models/time_aggregation_type.rb'
autoload :ComparisonOperationType, '2015-04-01/generated/azure_mgmt_monitor/models/comparison_operation_type.rb'
Expand Down
Loading

0 comments on commit 00d5527

Please sign in to comment.