azure_sdk 0.17.9 → 0.17.10
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/azure_sdk/version.rb +1 -1
- data/lib/latest/modules/monitor_profile_module.rb +331 -107
- metadata +5 -5
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 88da7ea752e73f2f6342a262f92f280bd035ece1
|
4
|
+
data.tar.gz: c60b462cab596ef715556e80167e45e8545f9e7c
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 5305301660203e05179f6453a70148c08b6c53ea1fcfda1f0f53dff1bc28bbf773503e20f19c8b9b37a71d169e95111e128b02195f35d1f4a10cb0180291bcca
|
7
|
+
data.tar.gz: 18bd430d1276d266a57bc997f187e231e0e819abf0abd3088d6eb4168c5fbd45bdbcc50b3f18bd82e4ca81b8722d97738a737066fd937b7334fa0b16162daa58
|
data/lib/azure_sdk/version.rb
CHANGED
@@ -7,52 +7,66 @@ require 'azure_mgmt_monitor'
|
|
7
7
|
module Azure::Profiles::Latest
|
8
8
|
module Monitor
|
9
9
|
module Mgmt
|
10
|
+
ActivityLogs = Azure::Monitor::Mgmt::V2015_04_01::ActivityLogs
|
10
11
|
AutoscaleSettings = Azure::Monitor::Mgmt::V2015_04_01::AutoscaleSettings
|
12
|
+
EventCategories = Azure::Monitor::Mgmt::V2015_04_01::EventCategories
|
11
13
|
Operations = Azure::Monitor::Mgmt::V2015_04_01::Operations
|
12
|
-
|
14
|
+
TenantActivityLogs = Azure::Monitor::Mgmt::V2015_04_01::TenantActivityLogs
|
13
15
|
AlertRules = Azure::Monitor::Mgmt::V2016_03_01::AlertRules
|
16
|
+
AlertRuleIncidents = Azure::Monitor::Mgmt::V2016_03_01::AlertRuleIncidents
|
14
17
|
LogProfiles = Azure::Monitor::Mgmt::V2016_03_01::LogProfiles
|
15
|
-
ActionGroups = Azure::Monitor::Mgmt::V2017_04_01::ActionGroups
|
16
18
|
ActivityLogAlerts = Azure::Monitor::Mgmt::V2017_04_01::ActivityLogAlerts
|
17
|
-
DiagnosticSettingsCategoryOperations = Azure::Monitor::Mgmt::V2017_05_01_preview::DiagnosticSettingsCategoryOperations
|
18
19
|
DiagnosticSettingsOperations = Azure::Monitor::Mgmt::V2017_05_01_preview::DiagnosticSettingsOperations
|
20
|
+
DiagnosticSettingsCategoryOperations = Azure::Monitor::Mgmt::V2017_05_01_preview::DiagnosticSettingsCategoryOperations
|
19
21
|
MetricBaseline = Azure::Monitor::Mgmt::V2017_11_01_preview::MetricBaseline
|
22
|
+
MetricDefinitions = Azure::Monitor::Mgmt::V2018_01_01::MetricDefinitions
|
23
|
+
Metrics = Azure::Monitor::Mgmt::V2018_01_01::Metrics
|
24
|
+
MetricAlerts = Azure::Monitor::Mgmt::V2018_03_01::MetricAlerts
|
25
|
+
MetricAlertsStatus = Azure::Monitor::Mgmt::V2018_03_01::MetricAlertsStatus
|
26
|
+
ActionGroups = Azure::Monitor::Mgmt::V2018_03_01::ActionGroups
|
27
|
+
ScheduledQueryRules = Azure::Monitor::Mgmt::V2018_04_16::ScheduledQueryRules
|
20
28
|
|
21
29
|
module Models
|
30
|
+
RecurrentSchedule = Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrentSchedule
|
31
|
+
Recurrence = Azure::Monitor::Mgmt::V2015_04_01::Models::Recurrence
|
32
|
+
SenderAuthorization = Azure::Monitor::Mgmt::V2015_04_01::Models::SenderAuthorization
|
33
|
+
AutoscaleProfile = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleProfile
|
34
|
+
EventData = Azure::Monitor::Mgmt::V2015_04_01::Models::EventData
|
22
35
|
EmailNotification = Azure::Monitor::Mgmt::V2015_04_01::Models::EmailNotification
|
23
36
|
WebhookNotification = Azure::Monitor::Mgmt::V2015_04_01::Models::WebhookNotification
|
24
37
|
ScaleCapacity = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleCapacity
|
25
38
|
AutoscaleNotification = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleNotification
|
26
39
|
ScaleAction = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleAction
|
27
40
|
ScaleRule = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleRule
|
28
|
-
RecurrentSchedule = Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrentSchedule
|
29
41
|
AutoscaleSettingResourcePatch = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResourcePatch
|
30
|
-
|
42
|
+
EventDataCollection = Azure::Monitor::Mgmt::V2015_04_01::Models::EventDataCollection
|
31
43
|
AutoscaleSettingResourceCollection = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResourceCollection
|
32
44
|
MetricTrigger = Azure::Monitor::Mgmt::V2015_04_01::Models::MetricTrigger
|
33
|
-
|
45
|
+
EventCategoryCollection = Azure::Monitor::Mgmt::V2015_04_01::Models::EventCategoryCollection
|
46
|
+
HttpRequestInfo = Azure::Monitor::Mgmt::V2015_04_01::Models::HttpRequestInfo
|
34
47
|
OperationDisplay = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay
|
35
48
|
TimeWindow = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeWindow
|
36
49
|
Operation = Azure::Monitor::Mgmt::V2015_04_01::Models::Operation
|
37
50
|
OperationListResult = Azure::Monitor::Mgmt::V2015_04_01::Models::OperationListResult
|
38
51
|
AutoscaleSettingResource = Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource
|
52
|
+
EventLevel = Azure::Monitor::Mgmt::V2015_04_01::Models::EventLevel
|
39
53
|
MetricStatisticType = Azure::Monitor::Mgmt::V2015_04_01::Models::MetricStatisticType
|
40
54
|
TimeAggregationType = Azure::Monitor::Mgmt::V2015_04_01::Models::TimeAggregationType
|
41
55
|
ComparisonOperationType = Azure::Monitor::Mgmt::V2015_04_01::Models::ComparisonOperationType
|
42
56
|
ScaleDirection = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleDirection
|
43
57
|
ScaleType = Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleType
|
44
58
|
RecurrenceFrequency = Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrenceFrequency
|
59
|
+
RuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleCondition
|
45
60
|
AlertRuleResourcePatch = Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResourcePatch
|
46
|
-
|
61
|
+
RuleManagementEventClaimsDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleManagementEventClaimsDataSource
|
47
62
|
AlertRuleResourceCollection = Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResourceCollection
|
63
|
+
RuleDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleDataSource
|
64
|
+
LogProfileResourcePatch = Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResourcePatch
|
48
65
|
ManagementEventAggregationCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::ManagementEventAggregationCondition
|
49
|
-
|
50
|
-
|
66
|
+
LogProfileCollection = Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileCollection
|
67
|
+
Incident = Azure::Monitor::Mgmt::V2016_03_01::Models::Incident
|
51
68
|
RuleAction = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleAction
|
52
69
|
IncidentListResult = Azure::Monitor::Mgmt::V2016_03_01::Models::IncidentListResult
|
53
|
-
LogProfileCollection = Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileCollection
|
54
|
-
RuleDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleDataSource
|
55
|
-
LogProfileResourcePatch = Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResourcePatch
|
56
70
|
RuleMetricDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleMetricDataSource
|
57
71
|
RuleManagementEventDataSource = Azure::Monitor::Mgmt::V2016_03_01::Models::RuleManagementEventDataSource
|
58
72
|
ThresholdRuleCondition = Azure::Monitor::Mgmt::V2016_03_01::Models::ThresholdRuleCondition
|
@@ -64,47 +78,87 @@ module Azure::Profiles::Latest
|
|
64
78
|
LogProfileResource = Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResource
|
65
79
|
ConditionOperator = Azure::Monitor::Mgmt::V2016_03_01::Models::ConditionOperator
|
66
80
|
TimeAggregationOperator = Azure::Monitor::Mgmt::V2016_03_01::Models::TimeAggregationOperator
|
67
|
-
EnableRequest = Azure::Monitor::Mgmt::V2017_04_01::Models::EnableRequest
|
68
|
-
EmailReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::EmailReceiver
|
69
|
-
ActionGroupPatchBody = Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupPatchBody
|
70
|
-
WebhookReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::WebhookReceiver
|
71
81
|
ActivityLogAlertLeafCondition = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertLeafCondition
|
72
|
-
AzureAppPushReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::AzureAppPushReceiver
|
73
82
|
ActivityLogAlertAllOfCondition = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertAllOfCondition
|
74
|
-
AutomationRunbookReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::AutomationRunbookReceiver
|
75
|
-
Resource = Azure::Monitor::Mgmt::V2017_04_01::Models::Resource
|
76
83
|
ActivityLogAlertActionGroup = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionGroup
|
77
|
-
ItsmReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::ItsmReceiver
|
78
84
|
ActivityLogAlertActionList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionList
|
79
|
-
SmsReceiver = Azure::Monitor::Mgmt::V2017_04_01::Models::SmsReceiver
|
80
85
|
ActivityLogAlertPatchBody = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertPatchBody
|
81
|
-
ActionGroupList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupList
|
82
86
|
ActivityLogAlertList = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertList
|
83
|
-
ActionGroupResource = Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupResource
|
84
87
|
ActivityLogAlertResource = Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertResource
|
85
|
-
ReceiverStatus = Azure::Monitor::Mgmt::V2017_04_01::Models::ReceiverStatus
|
86
|
-
RetentionPolicy = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy
|
87
|
-
MetricSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::MetricSettings
|
88
88
|
ProxyOnlyResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::ProxyOnlyResource
|
89
|
+
MetricSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::MetricSettings
|
89
90
|
LogSettings = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::LogSettings
|
90
91
|
DiagnosticSettingsCategoryResourceCollection = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResourceCollection
|
91
92
|
DiagnosticSettingsResourceCollection = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResourceCollection
|
92
|
-
|
93
|
+
RetentionPolicy = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy
|
93
94
|
DiagnosticSettingsResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResource
|
95
|
+
DiagnosticSettingsCategoryResource = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResource
|
94
96
|
CategoryType = Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType
|
95
97
|
Baseline = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Baseline
|
96
98
|
BaselineResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::BaselineResponse
|
97
99
|
BaselineMetadataValue = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::BaselineMetadataValue
|
98
100
|
TimeSeriesInformation = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::TimeSeriesInformation
|
99
|
-
LocalizableString = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::LocalizableString
|
100
101
|
CalculateBaselineResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::CalculateBaselineResponse
|
101
|
-
ErrorResponse = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::ErrorResponse
|
102
102
|
Sensitivity = Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Sensitivity
|
103
|
-
|
103
|
+
MetricValue = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricValue
|
104
|
+
LocalizableString = Azure::Monitor::Mgmt::V2018_01_01::Models::LocalizableString
|
105
|
+
MetadataValue = Azure::Monitor::Mgmt::V2018_01_01::Models::MetadataValue
|
106
|
+
MetricDefinition = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinition
|
107
|
+
TimeSeriesElement = Azure::Monitor::Mgmt::V2018_01_01::Models::TimeSeriesElement
|
108
|
+
Metric = Azure::Monitor::Mgmt::V2018_01_01::Models::Metric
|
109
|
+
MetricDefinitionCollection = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinitionCollection
|
110
|
+
Response = Azure::Monitor::Mgmt::V2018_01_01::Models::Response
|
111
|
+
MetricAvailability = Azure::Monitor::Mgmt::V2018_01_01::Models::MetricAvailability
|
112
|
+
Unit = Azure::Monitor::Mgmt::V2018_01_01::Models::Unit
|
113
|
+
AggregationType = Azure::Monitor::Mgmt::V2018_01_01::Models::AggregationType
|
114
|
+
ResultType = Azure::Monitor::Mgmt::V2018_01_01::Models::ResultType
|
115
|
+
EmailReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::EmailReceiver
|
116
|
+
SmsReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::SmsReceiver
|
117
|
+
MetricAlertCriteria = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertCriteria
|
118
|
+
WebhookReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::WebhookReceiver
|
119
|
+
MetricAlertResourcePatch = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertResourcePatch
|
120
|
+
ItsmReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::ItsmReceiver
|
121
|
+
MetricAlertStatusProperties = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertStatusProperties
|
122
|
+
AzureAppPushReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::AzureAppPushReceiver
|
123
|
+
MetricAlertStatusCollection = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertStatusCollection
|
124
|
+
AutomationRunbookReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::AutomationRunbookReceiver
|
125
|
+
MetricCriteria = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricCriteria
|
126
|
+
VoiceReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::VoiceReceiver
|
127
|
+
LogicAppReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::LogicAppReceiver
|
128
|
+
MetricAlertAction = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertAction
|
129
|
+
MetricAlertResourceCollection = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertResourceCollection
|
130
|
+
ActionGroupPatchBody = Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupPatchBody
|
131
|
+
MetricDimension = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricDimension
|
132
|
+
AzureFunctionReceiver = Azure::Monitor::Mgmt::V2018_03_01::Models::AzureFunctionReceiver
|
133
|
+
MetricAlertStatus = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertStatus
|
134
|
+
EnableRequest = Azure::Monitor::Mgmt::V2018_03_01::Models::EnableRequest
|
135
|
+
ActionGroupList = Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupList
|
136
|
+
MetricAlertResource = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertResource
|
137
|
+
MetricAlertSingleResourceMultipleMetricCriteria = Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertSingleResourceMultipleMetricCriteria
|
138
|
+
ActionGroupResource = Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupResource
|
139
|
+
ReceiverStatus = Azure::Monitor::Mgmt::V2018_03_01::Models::ReceiverStatus
|
140
|
+
LogSearchRuleResourceCollection = Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourceCollection
|
141
|
+
Resource = Azure::Monitor::Mgmt::V2018_04_16::Models::Resource
|
142
|
+
LogMetricTrigger = Azure::Monitor::Mgmt::V2018_04_16::Models::LogMetricTrigger
|
143
|
+
Schedule = Azure::Monitor::Mgmt::V2018_04_16::Models::Schedule
|
144
|
+
TriggerCondition = Azure::Monitor::Mgmt::V2018_04_16::Models::TriggerCondition
|
145
|
+
Action = Azure::Monitor::Mgmt::V2018_04_16::Models::Action
|
146
|
+
Source = Azure::Monitor::Mgmt::V2018_04_16::Models::Source
|
147
|
+
AzNsActionGroup = Azure::Monitor::Mgmt::V2018_04_16::Models::AzNsActionGroup
|
148
|
+
LogSearchRuleResourcePatch = Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourcePatch
|
149
|
+
ErrorResponse = Azure::Monitor::Mgmt::V2018_04_16::Models::ErrorResponse
|
150
|
+
LogSearchRuleResource = Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResource
|
151
|
+
AlertingAction = Azure::Monitor::Mgmt::V2018_04_16::Models::AlertingAction
|
152
|
+
Enabled = Azure::Monitor::Mgmt::V2018_04_16::Models::Enabled
|
153
|
+
ProvisioningState = Azure::Monitor::Mgmt::V2018_04_16::Models::ProvisioningState
|
154
|
+
QueryType = Azure::Monitor::Mgmt::V2018_04_16::Models::QueryType
|
155
|
+
ConditionalOperator = Azure::Monitor::Mgmt::V2018_04_16::Models::ConditionalOperator
|
156
|
+
MetricTriggerType = Azure::Monitor::Mgmt::V2018_04_16::Models::MetricTriggerType
|
157
|
+
AlertSeverity = Azure::Monitor::Mgmt::V2018_04_16::Models::AlertSeverity
|
104
158
|
end
|
105
159
|
|
106
160
|
class MonitorManagementClass
|
107
|
-
attr_reader :autoscale_settings, :operations, :
|
161
|
+
attr_reader :activity_logs, :autoscale_settings, :event_categories, :operations, :tenant_activity_logs, :alert_rules, :alert_rule_incidents, :log_profiles, :activity_log_alerts, :diagnostic_settings_operations, :diagnostic_settings_category_operations, :metric_baseline, :metric_definitions, :metrics, :metric_alerts, :metric_alerts_status, :action_groups, :scheduled_query_rules, :configurable, :base_url, :options, :model_classes
|
108
162
|
|
109
163
|
def initialize(configurable, base_url=nil, options=nil)
|
110
164
|
@configurable, @base_url, @options = configurable, base_url, options
|
@@ -114,16 +168,19 @@ module Azure::Profiles::Latest
|
|
114
168
|
@client_0.subscription_id = configurable.subscription_id
|
115
169
|
end
|
116
170
|
add_telemetry(@client_0)
|
171
|
+
@activity_logs = @client_0.activity_logs
|
117
172
|
@autoscale_settings = @client_0.autoscale_settings
|
173
|
+
@event_categories = @client_0.event_categories
|
118
174
|
@operations = @client_0.operations
|
175
|
+
@tenant_activity_logs = @client_0.tenant_activity_logs
|
119
176
|
|
120
177
|
@client_1 = Azure::Monitor::Mgmt::V2016_03_01::MonitorManagementClient.new(configurable.credentials, base_url, options)
|
121
178
|
if(@client_1.respond_to?(:subscription_id))
|
122
179
|
@client_1.subscription_id = configurable.subscription_id
|
123
180
|
end
|
124
181
|
add_telemetry(@client_1)
|
125
|
-
@alert_rule_incidents = @client_1.alert_rule_incidents
|
126
182
|
@alert_rules = @client_1.alert_rules
|
183
|
+
@alert_rule_incidents = @client_1.alert_rule_incidents
|
127
184
|
@log_profiles = @client_1.log_profiles
|
128
185
|
|
129
186
|
@client_2 = Azure::Monitor::Mgmt::V2017_04_01::MonitorManagementClient.new(configurable.credentials, base_url, options)
|
@@ -131,7 +188,6 @@ module Azure::Profiles::Latest
|
|
131
188
|
@client_2.subscription_id = configurable.subscription_id
|
132
189
|
end
|
133
190
|
add_telemetry(@client_2)
|
134
|
-
@action_groups = @client_2.action_groups
|
135
191
|
@activity_log_alerts = @client_2.activity_log_alerts
|
136
192
|
|
137
193
|
@client_3 = Azure::Monitor::Mgmt::V2017_05_01_preview::MonitorManagementClient.new(configurable.credentials, base_url, options)
|
@@ -139,8 +195,8 @@ module Azure::Profiles::Latest
|
|
139
195
|
@client_3.subscription_id = configurable.subscription_id
|
140
196
|
end
|
141
197
|
add_telemetry(@client_3)
|
142
|
-
@diagnostic_settings_category_operations = @client_3.diagnostic_settings_category_operations
|
143
198
|
@diagnostic_settings_operations = @client_3.diagnostic_settings_operations
|
199
|
+
@diagnostic_settings_category_operations = @client_3.diagnostic_settings_category_operations
|
144
200
|
|
145
201
|
@client_4 = Azure::Monitor::Mgmt::V2017_11_01_preview::MonitorManagementClient.new(configurable.credentials, base_url, options)
|
146
202
|
if(@client_4.respond_to?(:subscription_id))
|
@@ -149,6 +205,30 @@ module Azure::Profiles::Latest
|
|
149
205
|
add_telemetry(@client_4)
|
150
206
|
@metric_baseline = @client_4.metric_baseline
|
151
207
|
|
208
|
+
@client_5 = Azure::Monitor::Mgmt::V2018_01_01::MonitorManagementClient.new(configurable.credentials, base_url, options)
|
209
|
+
if(@client_5.respond_to?(:subscription_id))
|
210
|
+
@client_5.subscription_id = configurable.subscription_id
|
211
|
+
end
|
212
|
+
add_telemetry(@client_5)
|
213
|
+
@metric_definitions = @client_5.metric_definitions
|
214
|
+
@metrics = @client_5.metrics
|
215
|
+
|
216
|
+
@client_6 = Azure::Monitor::Mgmt::V2018_03_01::MonitorManagementClient.new(configurable.credentials, base_url, options)
|
217
|
+
if(@client_6.respond_to?(:subscription_id))
|
218
|
+
@client_6.subscription_id = configurable.subscription_id
|
219
|
+
end
|
220
|
+
add_telemetry(@client_6)
|
221
|
+
@metric_alerts = @client_6.metric_alerts
|
222
|
+
@metric_alerts_status = @client_6.metric_alerts_status
|
223
|
+
@action_groups = @client_6.action_groups
|
224
|
+
|
225
|
+
@client_7 = Azure::Monitor::Mgmt::V2018_04_16::MonitorClient.new(configurable.credentials, base_url, options)
|
226
|
+
if(@client_7.respond_to?(:subscription_id))
|
227
|
+
@client_7.subscription_id = configurable.subscription_id
|
228
|
+
end
|
229
|
+
add_telemetry(@client_7)
|
230
|
+
@scheduled_query_rules = @client_7.scheduled_query_rules
|
231
|
+
|
152
232
|
@model_classes = ModelClasses.new
|
153
233
|
end
|
154
234
|
|
@@ -158,7 +238,13 @@ module Azure::Profiles::Latest
|
|
158
238
|
end
|
159
239
|
|
160
240
|
def method_missing(method, *args)
|
161
|
-
if @
|
241
|
+
if @client_7.respond_to?method
|
242
|
+
@client_7.send(method, *args)
|
243
|
+
elsif @client_6.respond_to?method
|
244
|
+
@client_6.send(method, *args)
|
245
|
+
elsif @client_5.respond_to?method
|
246
|
+
@client_5.send(method, *args)
|
247
|
+
elsif @client_4.respond_to?method
|
162
248
|
@client_4.send(method, *args)
|
163
249
|
elsif @client_3.respond_to?method
|
164
250
|
@client_3.send(method, *args)
|
@@ -174,6 +260,21 @@ module Azure::Profiles::Latest
|
|
174
260
|
end
|
175
261
|
|
176
262
|
class ModelClasses
|
263
|
+
def recurrent_schedule
|
264
|
+
Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrentSchedule
|
265
|
+
end
|
266
|
+
def recurrence
|
267
|
+
Azure::Monitor::Mgmt::V2015_04_01::Models::Recurrence
|
268
|
+
end
|
269
|
+
def sender_authorization
|
270
|
+
Azure::Monitor::Mgmt::V2015_04_01::Models::SenderAuthorization
|
271
|
+
end
|
272
|
+
def autoscale_profile
|
273
|
+
Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleProfile
|
274
|
+
end
|
275
|
+
def event_data
|
276
|
+
Azure::Monitor::Mgmt::V2015_04_01::Models::EventData
|
277
|
+
end
|
177
278
|
def email_notification
|
178
279
|
Azure::Monitor::Mgmt::V2015_04_01::Models::EmailNotification
|
179
280
|
end
|
@@ -192,14 +293,11 @@ module Azure::Profiles::Latest
|
|
192
293
|
def scale_rule
|
193
294
|
Azure::Monitor::Mgmt::V2015_04_01::Models::ScaleRule
|
194
295
|
end
|
195
|
-
def recurrent_schedule
|
196
|
-
Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrentSchedule
|
197
|
-
end
|
198
296
|
def autoscale_setting_resource_patch
|
199
297
|
Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResourcePatch
|
200
298
|
end
|
201
|
-
def
|
202
|
-
Azure::Monitor::Mgmt::V2015_04_01::Models::
|
299
|
+
def event_data_collection
|
300
|
+
Azure::Monitor::Mgmt::V2015_04_01::Models::EventDataCollection
|
203
301
|
end
|
204
302
|
def autoscale_setting_resource_collection
|
205
303
|
Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResourceCollection
|
@@ -207,8 +305,11 @@ module Azure::Profiles::Latest
|
|
207
305
|
def metric_trigger
|
208
306
|
Azure::Monitor::Mgmt::V2015_04_01::Models::MetricTrigger
|
209
307
|
end
|
210
|
-
def
|
211
|
-
Azure::Monitor::Mgmt::V2015_04_01::Models::
|
308
|
+
def event_category_collection
|
309
|
+
Azure::Monitor::Mgmt::V2015_04_01::Models::EventCategoryCollection
|
310
|
+
end
|
311
|
+
def http_request_info
|
312
|
+
Azure::Monitor::Mgmt::V2015_04_01::Models::HttpRequestInfo
|
212
313
|
end
|
213
314
|
def operation_display
|
214
315
|
Azure::Monitor::Mgmt::V2015_04_01::Models::OperationDisplay
|
@@ -225,6 +326,9 @@ module Azure::Profiles::Latest
|
|
225
326
|
def autoscale_setting_resource
|
226
327
|
Azure::Monitor::Mgmt::V2015_04_01::Models::AutoscaleSettingResource
|
227
328
|
end
|
329
|
+
def event_level
|
330
|
+
Azure::Monitor::Mgmt::V2015_04_01::Models::EventLevel
|
331
|
+
end
|
228
332
|
def metric_statistic_type
|
229
333
|
Azure::Monitor::Mgmt::V2015_04_01::Models::MetricStatisticType
|
230
334
|
end
|
@@ -243,23 +347,32 @@ module Azure::Profiles::Latest
|
|
243
347
|
def recurrence_frequency
|
244
348
|
Azure::Monitor::Mgmt::V2015_04_01::Models::RecurrenceFrequency
|
245
349
|
end
|
350
|
+
def rule_condition
|
351
|
+
Azure::Monitor::Mgmt::V2016_03_01::Models::RuleCondition
|
352
|
+
end
|
246
353
|
def alert_rule_resource_patch
|
247
354
|
Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResourcePatch
|
248
355
|
end
|
249
|
-
def
|
250
|
-
Azure::Monitor::Mgmt::V2016_03_01::Models::
|
356
|
+
def rule_management_event_claims_data_source
|
357
|
+
Azure::Monitor::Mgmt::V2016_03_01::Models::RuleManagementEventClaimsDataSource
|
251
358
|
end
|
252
359
|
def alert_rule_resource_collection
|
253
360
|
Azure::Monitor::Mgmt::V2016_03_01::Models::AlertRuleResourceCollection
|
254
361
|
end
|
362
|
+
def rule_data_source
|
363
|
+
Azure::Monitor::Mgmt::V2016_03_01::Models::RuleDataSource
|
364
|
+
end
|
365
|
+
def log_profile_resource_patch
|
366
|
+
Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResourcePatch
|
367
|
+
end
|
255
368
|
def management_event_aggregation_condition
|
256
369
|
Azure::Monitor::Mgmt::V2016_03_01::Models::ManagementEventAggregationCondition
|
257
370
|
end
|
258
|
-
def
|
259
|
-
Azure::Monitor::Mgmt::V2016_03_01::Models::
|
371
|
+
def log_profile_collection
|
372
|
+
Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileCollection
|
260
373
|
end
|
261
|
-
def
|
262
|
-
Azure::Monitor::Mgmt::V2016_03_01::Models::
|
374
|
+
def incident
|
375
|
+
Azure::Monitor::Mgmt::V2016_03_01::Models::Incident
|
263
376
|
end
|
264
377
|
def rule_action
|
265
378
|
Azure::Monitor::Mgmt::V2016_03_01::Models::RuleAction
|
@@ -267,15 +380,6 @@ module Azure::Profiles::Latest
|
|
267
380
|
def incident_list_result
|
268
381
|
Azure::Monitor::Mgmt::V2016_03_01::Models::IncidentListResult
|
269
382
|
end
|
270
|
-
def log_profile_collection
|
271
|
-
Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileCollection
|
272
|
-
end
|
273
|
-
def rule_data_source
|
274
|
-
Azure::Monitor::Mgmt::V2016_03_01::Models::RuleDataSource
|
275
|
-
end
|
276
|
-
def log_profile_resource_patch
|
277
|
-
Azure::Monitor::Mgmt::V2016_03_01::Models::LogProfileResourcePatch
|
278
|
-
end
|
279
383
|
def rule_metric_data_source
|
280
384
|
Azure::Monitor::Mgmt::V2016_03_01::Models::RuleMetricDataSource
|
281
385
|
end
|
@@ -309,72 +413,33 @@ module Azure::Profiles::Latest
|
|
309
413
|
def time_aggregation_operator
|
310
414
|
Azure::Monitor::Mgmt::V2016_03_01::Models::TimeAggregationOperator
|
311
415
|
end
|
312
|
-
def enable_request
|
313
|
-
Azure::Monitor::Mgmt::V2017_04_01::Models::EnableRequest
|
314
|
-
end
|
315
|
-
def email_receiver
|
316
|
-
Azure::Monitor::Mgmt::V2017_04_01::Models::EmailReceiver
|
317
|
-
end
|
318
|
-
def action_group_patch_body
|
319
|
-
Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupPatchBody
|
320
|
-
end
|
321
|
-
def webhook_receiver
|
322
|
-
Azure::Monitor::Mgmt::V2017_04_01::Models::WebhookReceiver
|
323
|
-
end
|
324
416
|
def activity_log_alert_leaf_condition
|
325
417
|
Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertLeafCondition
|
326
418
|
end
|
327
|
-
def azure_app_push_receiver
|
328
|
-
Azure::Monitor::Mgmt::V2017_04_01::Models::AzureAppPushReceiver
|
329
|
-
end
|
330
419
|
def activity_log_alert_all_of_condition
|
331
420
|
Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertAllOfCondition
|
332
421
|
end
|
333
|
-
def automation_runbook_receiver
|
334
|
-
Azure::Monitor::Mgmt::V2017_04_01::Models::AutomationRunbookReceiver
|
335
|
-
end
|
336
|
-
def resource
|
337
|
-
Azure::Monitor::Mgmt::V2017_04_01::Models::Resource
|
338
|
-
end
|
339
422
|
def activity_log_alert_action_group
|
340
423
|
Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionGroup
|
341
424
|
end
|
342
|
-
def itsm_receiver
|
343
|
-
Azure::Monitor::Mgmt::V2017_04_01::Models::ItsmReceiver
|
344
|
-
end
|
345
425
|
def activity_log_alert_action_list
|
346
426
|
Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertActionList
|
347
427
|
end
|
348
|
-
def sms_receiver
|
349
|
-
Azure::Monitor::Mgmt::V2017_04_01::Models::SmsReceiver
|
350
|
-
end
|
351
428
|
def activity_log_alert_patch_body
|
352
429
|
Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertPatchBody
|
353
430
|
end
|
354
|
-
def action_group_list
|
355
|
-
Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupList
|
356
|
-
end
|
357
431
|
def activity_log_alert_list
|
358
432
|
Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertList
|
359
433
|
end
|
360
|
-
def action_group_resource
|
361
|
-
Azure::Monitor::Mgmt::V2017_04_01::Models::ActionGroupResource
|
362
|
-
end
|
363
434
|
def activity_log_alert_resource
|
364
435
|
Azure::Monitor::Mgmt::V2017_04_01::Models::ActivityLogAlertResource
|
365
436
|
end
|
366
|
-
def
|
367
|
-
Azure::Monitor::Mgmt::
|
368
|
-
end
|
369
|
-
def retention_policy
|
370
|
-
Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy
|
437
|
+
def proxy_only_resource
|
438
|
+
Azure::Monitor::Mgmt::V2017_05_01_preview::Models::ProxyOnlyResource
|
371
439
|
end
|
372
440
|
def metric_settings
|
373
441
|
Azure::Monitor::Mgmt::V2017_05_01_preview::Models::MetricSettings
|
374
442
|
end
|
375
|
-
def proxy_only_resource
|
376
|
-
Azure::Monitor::Mgmt::V2017_05_01_preview::Models::ProxyOnlyResource
|
377
|
-
end
|
378
443
|
def log_settings
|
379
444
|
Azure::Monitor::Mgmt::V2017_05_01_preview::Models::LogSettings
|
380
445
|
end
|
@@ -384,12 +449,15 @@ module Azure::Profiles::Latest
|
|
384
449
|
def diagnostic_settings_resource_collection
|
385
450
|
Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResourceCollection
|
386
451
|
end
|
387
|
-
def
|
388
|
-
Azure::Monitor::Mgmt::V2017_05_01_preview::Models::
|
452
|
+
def retention_policy
|
453
|
+
Azure::Monitor::Mgmt::V2017_05_01_preview::Models::RetentionPolicy
|
389
454
|
end
|
390
455
|
def diagnostic_settings_resource
|
391
456
|
Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsResource
|
392
457
|
end
|
458
|
+
def diagnostic_settings_category_resource
|
459
|
+
Azure::Monitor::Mgmt::V2017_05_01_preview::Models::DiagnosticSettingsCategoryResource
|
460
|
+
end
|
393
461
|
def category_type
|
394
462
|
Azure::Monitor::Mgmt::V2017_05_01_preview::Models::CategoryType
|
395
463
|
end
|
@@ -405,20 +473,176 @@ module Azure::Profiles::Latest
|
|
405
473
|
def time_series_information
|
406
474
|
Azure::Monitor::Mgmt::V2017_11_01_preview::Models::TimeSeriesInformation
|
407
475
|
end
|
408
|
-
def localizable_string
|
409
|
-
Azure::Monitor::Mgmt::V2017_11_01_preview::Models::LocalizableString
|
410
|
-
end
|
411
476
|
def calculate_baseline_response
|
412
477
|
Azure::Monitor::Mgmt::V2017_11_01_preview::Models::CalculateBaselineResponse
|
413
478
|
end
|
414
|
-
def error_response
|
415
|
-
Azure::Monitor::Mgmt::V2017_11_01_preview::Models::ErrorResponse
|
416
|
-
end
|
417
479
|
def sensitivity
|
418
480
|
Azure::Monitor::Mgmt::V2017_11_01_preview::Models::Sensitivity
|
419
481
|
end
|
482
|
+
def metric_value
|
483
|
+
Azure::Monitor::Mgmt::V2018_01_01::Models::MetricValue
|
484
|
+
end
|
485
|
+
def localizable_string
|
486
|
+
Azure::Monitor::Mgmt::V2018_01_01::Models::LocalizableString
|
487
|
+
end
|
488
|
+
def metadata_value
|
489
|
+
Azure::Monitor::Mgmt::V2018_01_01::Models::MetadataValue
|
490
|
+
end
|
491
|
+
def metric_definition
|
492
|
+
Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinition
|
493
|
+
end
|
494
|
+
def time_series_element
|
495
|
+
Azure::Monitor::Mgmt::V2018_01_01::Models::TimeSeriesElement
|
496
|
+
end
|
497
|
+
def metric
|
498
|
+
Azure::Monitor::Mgmt::V2018_01_01::Models::Metric
|
499
|
+
end
|
500
|
+
def metric_definition_collection
|
501
|
+
Azure::Monitor::Mgmt::V2018_01_01::Models::MetricDefinitionCollection
|
502
|
+
end
|
503
|
+
def response
|
504
|
+
Azure::Monitor::Mgmt::V2018_01_01::Models::Response
|
505
|
+
end
|
506
|
+
def metric_availability
|
507
|
+
Azure::Monitor::Mgmt::V2018_01_01::Models::MetricAvailability
|
508
|
+
end
|
509
|
+
def unit
|
510
|
+
Azure::Monitor::Mgmt::V2018_01_01::Models::Unit
|
511
|
+
end
|
512
|
+
def aggregation_type
|
513
|
+
Azure::Monitor::Mgmt::V2018_01_01::Models::AggregationType
|
514
|
+
end
|
420
515
|
def result_type
|
421
|
-
Azure::Monitor::Mgmt::
|
516
|
+
Azure::Monitor::Mgmt::V2018_01_01::Models::ResultType
|
517
|
+
end
|
518
|
+
def email_receiver
|
519
|
+
Azure::Monitor::Mgmt::V2018_03_01::Models::EmailReceiver
|
520
|
+
end
|
521
|
+
def sms_receiver
|
522
|
+
Azure::Monitor::Mgmt::V2018_03_01::Models::SmsReceiver
|
523
|
+
end
|
524
|
+
def metric_alert_criteria
|
525
|
+
Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertCriteria
|
526
|
+
end
|
527
|
+
def webhook_receiver
|
528
|
+
Azure::Monitor::Mgmt::V2018_03_01::Models::WebhookReceiver
|
529
|
+
end
|
530
|
+
def metric_alert_resource_patch
|
531
|
+
Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertResourcePatch
|
532
|
+
end
|
533
|
+
def itsm_receiver
|
534
|
+
Azure::Monitor::Mgmt::V2018_03_01::Models::ItsmReceiver
|
535
|
+
end
|
536
|
+
def metric_alert_status_properties
|
537
|
+
Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertStatusProperties
|
538
|
+
end
|
539
|
+
def azure_app_push_receiver
|
540
|
+
Azure::Monitor::Mgmt::V2018_03_01::Models::AzureAppPushReceiver
|
541
|
+
end
|
542
|
+
def metric_alert_status_collection
|
543
|
+
Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertStatusCollection
|
544
|
+
end
|
545
|
+
def automation_runbook_receiver
|
546
|
+
Azure::Monitor::Mgmt::V2018_03_01::Models::AutomationRunbookReceiver
|
547
|
+
end
|
548
|
+
def metric_criteria
|
549
|
+
Azure::Monitor::Mgmt::V2018_03_01::Models::MetricCriteria
|
550
|
+
end
|
551
|
+
def voice_receiver
|
552
|
+
Azure::Monitor::Mgmt::V2018_03_01::Models::VoiceReceiver
|
553
|
+
end
|
554
|
+
def logic_app_receiver
|
555
|
+
Azure::Monitor::Mgmt::V2018_03_01::Models::LogicAppReceiver
|
556
|
+
end
|
557
|
+
def metric_alert_action
|
558
|
+
Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertAction
|
559
|
+
end
|
560
|
+
def metric_alert_resource_collection
|
561
|
+
Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertResourceCollection
|
562
|
+
end
|
563
|
+
def action_group_patch_body
|
564
|
+
Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupPatchBody
|
565
|
+
end
|
566
|
+
def metric_dimension
|
567
|
+
Azure::Monitor::Mgmt::V2018_03_01::Models::MetricDimension
|
568
|
+
end
|
569
|
+
def azure_function_receiver
|
570
|
+
Azure::Monitor::Mgmt::V2018_03_01::Models::AzureFunctionReceiver
|
571
|
+
end
|
572
|
+
def metric_alert_status
|
573
|
+
Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertStatus
|
574
|
+
end
|
575
|
+
def enable_request
|
576
|
+
Azure::Monitor::Mgmt::V2018_03_01::Models::EnableRequest
|
577
|
+
end
|
578
|
+
def action_group_list
|
579
|
+
Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupList
|
580
|
+
end
|
581
|
+
def metric_alert_resource
|
582
|
+
Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertResource
|
583
|
+
end
|
584
|
+
def metric_alert_single_resource_multiple_metric_criteria
|
585
|
+
Azure::Monitor::Mgmt::V2018_03_01::Models::MetricAlertSingleResourceMultipleMetricCriteria
|
586
|
+
end
|
587
|
+
def action_group_resource
|
588
|
+
Azure::Monitor::Mgmt::V2018_03_01::Models::ActionGroupResource
|
589
|
+
end
|
590
|
+
def receiver_status
|
591
|
+
Azure::Monitor::Mgmt::V2018_03_01::Models::ReceiverStatus
|
592
|
+
end
|
593
|
+
def log_search_rule_resource_collection
|
594
|
+
Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourceCollection
|
595
|
+
end
|
596
|
+
def resource
|
597
|
+
Azure::Monitor::Mgmt::V2018_04_16::Models::Resource
|
598
|
+
end
|
599
|
+
def log_metric_trigger
|
600
|
+
Azure::Monitor::Mgmt::V2018_04_16::Models::LogMetricTrigger
|
601
|
+
end
|
602
|
+
def schedule
|
603
|
+
Azure::Monitor::Mgmt::V2018_04_16::Models::Schedule
|
604
|
+
end
|
605
|
+
def trigger_condition
|
606
|
+
Azure::Monitor::Mgmt::V2018_04_16::Models::TriggerCondition
|
607
|
+
end
|
608
|
+
def action
|
609
|
+
Azure::Monitor::Mgmt::V2018_04_16::Models::Action
|
610
|
+
end
|
611
|
+
def source
|
612
|
+
Azure::Monitor::Mgmt::V2018_04_16::Models::Source
|
613
|
+
end
|
614
|
+
def az_ns_action_group
|
615
|
+
Azure::Monitor::Mgmt::V2018_04_16::Models::AzNsActionGroup
|
616
|
+
end
|
617
|
+
def log_search_rule_resource_patch
|
618
|
+
Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResourcePatch
|
619
|
+
end
|
620
|
+
def error_response
|
621
|
+
Azure::Monitor::Mgmt::V2018_04_16::Models::ErrorResponse
|
622
|
+
end
|
623
|
+
def log_search_rule_resource
|
624
|
+
Azure::Monitor::Mgmt::V2018_04_16::Models::LogSearchRuleResource
|
625
|
+
end
|
626
|
+
def alerting_action
|
627
|
+
Azure::Monitor::Mgmt::V2018_04_16::Models::AlertingAction
|
628
|
+
end
|
629
|
+
def enabled
|
630
|
+
Azure::Monitor::Mgmt::V2018_04_16::Models::Enabled
|
631
|
+
end
|
632
|
+
def provisioning_state
|
633
|
+
Azure::Monitor::Mgmt::V2018_04_16::Models::ProvisioningState
|
634
|
+
end
|
635
|
+
def query_type
|
636
|
+
Azure::Monitor::Mgmt::V2018_04_16::Models::QueryType
|
637
|
+
end
|
638
|
+
def conditional_operator
|
639
|
+
Azure::Monitor::Mgmt::V2018_04_16::Models::ConditionalOperator
|
640
|
+
end
|
641
|
+
def metric_trigger_type
|
642
|
+
Azure::Monitor::Mgmt::V2018_04_16::Models::MetricTriggerType
|
643
|
+
end
|
644
|
+
def alert_severity
|
645
|
+
Azure::Monitor::Mgmt::V2018_04_16::Models::AlertSeverity
|
422
646
|
end
|
423
647
|
end
|
424
648
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure_sdk
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.17.
|
4
|
+
version: 0.17.10
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Microsoft Corporation
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2018-06-
|
11
|
+
date: 2018-06-16 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -520,14 +520,14 @@ dependencies:
|
|
520
520
|
requirements:
|
521
521
|
- - "~>"
|
522
522
|
- !ruby/object:Gem::Version
|
523
|
-
version: 0.16.
|
523
|
+
version: 0.16.1
|
524
524
|
type: :runtime
|
525
525
|
prerelease: false
|
526
526
|
version_requirements: !ruby/object:Gem::Requirement
|
527
527
|
requirements:
|
528
528
|
- - "~>"
|
529
529
|
- !ruby/object:Gem::Version
|
530
|
-
version: 0.16.
|
530
|
+
version: 0.16.1
|
531
531
|
- !ruby/object:Gem::Dependency
|
532
532
|
name: azure_mgmt_msi
|
533
533
|
requirement: !ruby/object:Gem::Requirement
|
@@ -1190,7 +1190,7 @@ metadata:
|
|
1190
1190
|
changelog_uri: https://github.com/Azure/azure-sdk-for-ruby/blob/master/ChangeLog.md
|
1191
1191
|
documentation_uri: https://azure.microsoft.com/en-us/develop/ruby/
|
1192
1192
|
homepage_uri: https://aka.ms/azure-sdk-for-ruby
|
1193
|
-
source_code_uri: https://github.com/Azure/azure-sdk-for-ruby/tree/ARM-0.17.
|
1193
|
+
source_code_uri: https://github.com/Azure/azure-sdk-for-ruby/tree/ARM-0.17.10
|
1194
1194
|
wiki_uri: https://github.com/Azure/azure-sdk-for-ruby/wiki
|
1195
1195
|
post_install_message:
|
1196
1196
|
rdoc_options: []
|