azure_mgmt_automation 0.15.1 → 0.15.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/lib/2015-10-31/generated/azure_mgmt_automation/activity_operations.rb +2 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/agent_registration_information.rb +2 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/automation_account_operations.rb +5 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/automation_client.rb +1 -3
- data/lib/2015-10-31/generated/azure_mgmt_automation/certificate_operations.rb +5 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/connection_operations.rb +5 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/connection_type_operations.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/credential_operations.rb +5 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/dsc_compilation_job_operations.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/dsc_configuration_operations.rb +6 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/dsc_node_configuration_operations.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/dsc_node_operations.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/fields.rb +1 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/hybrid_runbook_worker_group_operations.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/job_operations.rb +10 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/job_schedule_operations.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/job_stream_operations.rb +2 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/activity.rb +11 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/activity_list_result.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/activity_output_type.rb +3 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/activity_parameter.rb +9 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/activity_parameter_set.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/advanced_schedule.rb +7 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/advanced_schedule_monthly_occurrence.rb +3 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/agent_registration.rb +5 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/agent_registration_keys.rb +3 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/agent_registration_regenerate_key_parameter.rb +6 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/automation_account.rb +14 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/automation_account_create_or_update_parameters.rb +6 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/automation_account_list_result.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/automation_account_update_parameters.rb +6 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/certificate.rb +9 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/certificate_create_or_update_parameters.rb +6 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/certificate_list_result.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/certificate_update_parameters.rb +3 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/connection.rb +9 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/connection_create_or_update_parameters.rb +6 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/connection_list_result.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/connection_type.rb +9 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/connection_type_association_property.rb +2 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/connection_type_create_or_update_parameters.rb +5 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/connection_type_list_result.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/connection_update_parameters.rb +5 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/content_hash.rb +3 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/content_link.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/content_source.rb +5 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/credential.rb +7 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/credential_create_or_update_parameters.rb +5 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/credential_list_result.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/credential_update_parameters.rb +5 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_compilation_job.rb +15 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_compilation_job_create_parameters.rb +8 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_compilation_job_list_result.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration.rb +18 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration_association_property.rb +2 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration_create_or_update_parameters.rb +11 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration_list_result.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration_parameter.rb +5 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_meta_configuration.rb +8 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node.rb +15 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_configuration.rb +6 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_configuration_association_property.rb +2 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_configuration_create_or_update_parameters.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_configuration_list_result.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_list_result.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_report.rb +24 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_report_list_result.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_update_parameters.rb +3 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_report_error.rb +7 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_report_resource.rb +12 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_report_resource_navigation.rb +2 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/error_response.rb +3 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/field_definition.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/hybrid_runbook_worker.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/hybrid_runbook_worker_group.rb +6 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/hybrid_runbook_worker_group_update_parameters.rb +2 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/hybrid_runbook_worker_groups_list_result.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/job.rb +16 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/job_create_parameters.rb +9 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/job_list_result.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/job_schedule.rb +8 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/job_schedule_create_parameters.rb +6 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/job_schedule_list_result.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/job_stream.rb +9 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/job_stream_list_result.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/module_create_or_update_parameters.rb +6 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/module_error_info.rb +3 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/module_list_result.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/module_model.rb +18 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/module_update_parameters.rb +6 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/operation.rb +3 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/operation_display.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/operation_list_result.rb +3 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/resource.rb +7 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/run_as_credential_association_property.rb +2 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/runbook.rb +25 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/runbook_association_property.rb +2 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/runbook_create_or_update_draft_parameters.rb +2 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/runbook_create_or_update_draft_properties.rb +7 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/runbook_create_or_update_parameters.rb +12 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/runbook_draft.rb +9 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/runbook_draft_undo_edit_result.rb +3 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/runbook_list_result.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/runbook_parameter.rb +5 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/runbook_update_parameters.rb +9 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/schedule.rb +17 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/schedule_association_property.rb +2 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/schedule_create_or_update_parameters.rb +9 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/schedule_list_result.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/schedule_update_parameters.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/sku.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/statistics.rb +6 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/statistics_list_result.rb +3 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/sub_resource.rb +2 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/test_job.rb +12 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/test_job_create_parameters.rb +5 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/type_field.rb +3 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/type_field_list_result.rb +3 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/usage.rb +7 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/usage_counter_name.rb +3 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/usage_list_result.rb +3 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/variable.rb +8 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/variable_create_or_update_parameters.rb +5 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/variable_list_result.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/variable_update_parameters.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/webhook.rb +14 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/webhook_create_or_update_parameters.rb +9 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/webhook_list_result.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/models/webhook_update_parameters.rb +7 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/module_model_operations.rb +5 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/node_reports.rb +4 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/object_data_types.rb +2 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/runbook_draft_operations.rb +7 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/runbook_operations.rb +7 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/schedule_operations.rb +5 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/statistics_operations.rb +1 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/test_job_streams.rb +2 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/test_jobs.rb +5 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/usages.rb +1 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/variable_operations.rb +5 -0
- data/lib/2015-10-31/generated/azure_mgmt_automation/webhook_operations.rb +7 -0
- data/lib/profiles/latest/automation_latest_profile_client.rb +1 -3
- data/lib/version.rb +1 -1
- metadata +10 -8
- data/lib/2015-10-31/generated/azure_mgmt_automation/version.rb +0 -8
- data/lib/profiles/common/configurable.rb +0 -86
- data/lib/profiles/common/default.rb +0 -57
@@ -64,6 +64,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
64
64
|
#
|
65
65
|
def delete_async(resource_group_name, automation_account_name, job_schedule_id, custom_headers = nil)
|
66
66
|
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
67
|
+
fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._]+$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._]+$$')).nil?
|
67
68
|
fail ArgumentError, 'automation_account_name is nil' if automation_account_name.nil?
|
68
69
|
fail ArgumentError, 'job_schedule_id is nil' if job_schedule_id.nil?
|
69
70
|
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
@@ -149,6 +150,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
149
150
|
#
|
150
151
|
def get_async(resource_group_name, automation_account_name, job_schedule_id, custom_headers = nil)
|
151
152
|
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
153
|
+
fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._]+$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._]+$$')).nil?
|
152
154
|
fail ArgumentError, 'automation_account_name is nil' if automation_account_name.nil?
|
153
155
|
fail ArgumentError, 'job_schedule_id is nil' if job_schedule_id.nil?
|
154
156
|
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
@@ -250,6 +252,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
250
252
|
#
|
251
253
|
def create_async(resource_group_name, automation_account_name, job_schedule_id, parameters, custom_headers = nil)
|
252
254
|
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
255
|
+
fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._]+$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._]+$$')).nil?
|
253
256
|
fail ArgumentError, 'automation_account_name is nil' if automation_account_name.nil?
|
254
257
|
fail ArgumentError, 'job_schedule_id is nil' if job_schedule_id.nil?
|
255
258
|
fail ArgumentError, 'parameters is nil' if parameters.nil?
|
@@ -352,6 +355,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
352
355
|
#
|
353
356
|
def list_by_automation_account_async(resource_group_name, automation_account_name, custom_headers = nil)
|
354
357
|
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
358
|
+
fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._]+$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._]+$$')).nil?
|
355
359
|
fail ArgumentError, 'automation_account_name is nil' if automation_account_name.nil?
|
356
360
|
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
357
361
|
fail ArgumentError, '@client.api_version is nil' if @client.api_version.nil?
|
@@ -68,6 +68,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
68
68
|
#
|
69
69
|
def get_async(resource_group_name, automation_account_name, job_id, job_stream_id, custom_headers = nil)
|
70
70
|
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
71
|
+
fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._]+$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._]+$$')).nil?
|
71
72
|
fail ArgumentError, 'automation_account_name is nil' if automation_account_name.nil?
|
72
73
|
fail ArgumentError, 'job_id is nil' if job_id.nil?
|
73
74
|
fail ArgumentError, 'job_stream_id is nil' if job_stream_id.nil?
|
@@ -167,6 +168,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
167
168
|
#
|
168
169
|
def list_by_job_async(resource_group_name, automation_account_name, job_id, filter = nil, custom_headers = nil)
|
169
170
|
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
|
171
|
+
fail ArgumentError, "'resource_group_name' should satisfy the constraint - 'Pattern': '^[-\w\._]+$'" if !resource_group_name.nil? && resource_group_name.match(Regexp.new('^^[-\w\._]+$$')).nil?
|
170
172
|
fail ArgumentError, 'automation_account_name is nil' if automation_account_name.nil?
|
171
173
|
fail ArgumentError, 'job_id is nil' if job_id.nil?
|
172
174
|
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
|
@@ -45,6 +45,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
45
45
|
#
|
46
46
|
def self.mapper()
|
47
47
|
{
|
48
|
+
client_side_validation: true,
|
48
49
|
required: false,
|
49
50
|
serialized_name: 'Activity',
|
50
51
|
type: {
|
@@ -52,6 +53,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
52
53
|
class_name: 'Activity',
|
53
54
|
model_properties: {
|
54
55
|
id: {
|
56
|
+
client_side_validation: true,
|
55
57
|
required: false,
|
56
58
|
serialized_name: 'id',
|
57
59
|
type: {
|
@@ -59,6 +61,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
59
61
|
}
|
60
62
|
},
|
61
63
|
name: {
|
64
|
+
client_side_validation: true,
|
62
65
|
required: false,
|
63
66
|
read_only: true,
|
64
67
|
serialized_name: 'name',
|
@@ -67,6 +70,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
67
70
|
}
|
68
71
|
},
|
69
72
|
definition: {
|
73
|
+
client_side_validation: true,
|
70
74
|
required: false,
|
71
75
|
serialized_name: 'properties.definition',
|
72
76
|
type: {
|
@@ -74,11 +78,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
74
78
|
}
|
75
79
|
},
|
76
80
|
parameter_sets: {
|
81
|
+
client_side_validation: true,
|
77
82
|
required: false,
|
78
83
|
serialized_name: 'properties.parameterSets',
|
79
84
|
type: {
|
80
85
|
name: 'Sequence',
|
81
86
|
element: {
|
87
|
+
client_side_validation: true,
|
82
88
|
required: false,
|
83
89
|
serialized_name: 'ActivityParameterSetElementType',
|
84
90
|
type: {
|
@@ -89,11 +95,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
89
95
|
}
|
90
96
|
},
|
91
97
|
output_types: {
|
98
|
+
client_side_validation: true,
|
92
99
|
required: false,
|
93
100
|
serialized_name: 'properties.outputTypes',
|
94
101
|
type: {
|
95
102
|
name: 'Sequence',
|
96
103
|
element: {
|
104
|
+
client_side_validation: true,
|
97
105
|
required: false,
|
98
106
|
serialized_name: 'ActivityOutputTypeElementType',
|
99
107
|
type: {
|
@@ -104,6 +112,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
104
112
|
}
|
105
113
|
},
|
106
114
|
creation_time: {
|
115
|
+
client_side_validation: true,
|
107
116
|
required: false,
|
108
117
|
serialized_name: 'properties.creationTime',
|
109
118
|
type: {
|
@@ -111,6 +120,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
111
120
|
}
|
112
121
|
},
|
113
122
|
last_modified_time: {
|
123
|
+
client_side_validation: true,
|
114
124
|
required: false,
|
115
125
|
serialized_name: 'properties.lastModifiedTime',
|
116
126
|
type: {
|
@@ -118,6 +128,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
118
128
|
}
|
119
129
|
},
|
120
130
|
description: {
|
131
|
+
client_side_validation: true,
|
121
132
|
required: false,
|
122
133
|
serialized_name: 'properties.description',
|
123
134
|
type: {
|
@@ -57,6 +57,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
57
57
|
#
|
58
58
|
def self.mapper()
|
59
59
|
{
|
60
|
+
client_side_validation: true,
|
60
61
|
required: false,
|
61
62
|
serialized_name: 'ActivityListResult',
|
62
63
|
type: {
|
@@ -64,11 +65,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
64
65
|
class_name: 'ActivityListResult',
|
65
66
|
model_properties: {
|
66
67
|
value: {
|
68
|
+
client_side_validation: true,
|
67
69
|
required: false,
|
68
70
|
serialized_name: 'value',
|
69
71
|
type: {
|
70
72
|
name: 'Sequence',
|
71
73
|
element: {
|
74
|
+
client_side_validation: true,
|
72
75
|
required: false,
|
73
76
|
serialized_name: 'ActivityElementType',
|
74
77
|
type: {
|
@@ -79,6 +82,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
79
82
|
}
|
80
83
|
},
|
81
84
|
next_link: {
|
85
|
+
client_side_validation: true,
|
82
86
|
required: false,
|
83
87
|
serialized_name: 'nextLink',
|
84
88
|
type: {
|
@@ -25,6 +25,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
25
25
|
#
|
26
26
|
def self.mapper()
|
27
27
|
{
|
28
|
+
client_side_validation: true,
|
28
29
|
required: false,
|
29
30
|
serialized_name: 'ActivityOutputType',
|
30
31
|
type: {
|
@@ -32,6 +33,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
32
33
|
class_name: 'ActivityOutputType',
|
33
34
|
model_properties: {
|
34
35
|
name: {
|
36
|
+
client_side_validation: true,
|
35
37
|
required: false,
|
36
38
|
serialized_name: 'name',
|
37
39
|
type: {
|
@@ -39,6 +41,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
39
41
|
}
|
40
42
|
},
|
41
43
|
type: {
|
44
|
+
client_side_validation: true,
|
42
45
|
required: false,
|
43
46
|
serialized_name: 'type',
|
44
47
|
type: {
|
@@ -58,6 +58,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
58
58
|
#
|
59
59
|
def self.mapper()
|
60
60
|
{
|
61
|
+
client_side_validation: true,
|
61
62
|
required: false,
|
62
63
|
serialized_name: 'ActivityParameter',
|
63
64
|
type: {
|
@@ -65,6 +66,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
65
66
|
class_name: 'ActivityParameter',
|
66
67
|
model_properties: {
|
67
68
|
name: {
|
69
|
+
client_side_validation: true,
|
68
70
|
required: false,
|
69
71
|
serialized_name: 'name',
|
70
72
|
type: {
|
@@ -72,6 +74,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
72
74
|
}
|
73
75
|
},
|
74
76
|
type: {
|
77
|
+
client_side_validation: true,
|
75
78
|
required: false,
|
76
79
|
serialized_name: 'type',
|
77
80
|
type: {
|
@@ -79,6 +82,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
79
82
|
}
|
80
83
|
},
|
81
84
|
is_mandatory: {
|
85
|
+
client_side_validation: true,
|
82
86
|
required: false,
|
83
87
|
serialized_name: 'isMandatory',
|
84
88
|
type: {
|
@@ -86,6 +90,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
86
90
|
}
|
87
91
|
},
|
88
92
|
is_dynamic: {
|
93
|
+
client_side_validation: true,
|
89
94
|
required: false,
|
90
95
|
serialized_name: 'isDynamic',
|
91
96
|
type: {
|
@@ -93,6 +98,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
93
98
|
}
|
94
99
|
},
|
95
100
|
position: {
|
101
|
+
client_side_validation: true,
|
96
102
|
required: false,
|
97
103
|
serialized_name: 'position',
|
98
104
|
type: {
|
@@ -100,6 +106,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
100
106
|
}
|
101
107
|
},
|
102
108
|
value_from_pipeline: {
|
109
|
+
client_side_validation: true,
|
103
110
|
required: false,
|
104
111
|
serialized_name: 'valueFromPipeline',
|
105
112
|
type: {
|
@@ -107,6 +114,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
107
114
|
}
|
108
115
|
},
|
109
116
|
value_from_pipeline_by_property_name: {
|
117
|
+
client_side_validation: true,
|
110
118
|
required: false,
|
111
119
|
serialized_name: 'valueFromPipelineByPropertyName',
|
112
120
|
type: {
|
@@ -114,6 +122,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
114
122
|
}
|
115
123
|
},
|
116
124
|
value_from_remaining_arguments: {
|
125
|
+
client_side_validation: true,
|
117
126
|
required: false,
|
118
127
|
serialized_name: 'valueFromRemainingArguments',
|
119
128
|
type: {
|
@@ -26,6 +26,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
26
26
|
#
|
27
27
|
def self.mapper()
|
28
28
|
{
|
29
|
+
client_side_validation: true,
|
29
30
|
required: false,
|
30
31
|
serialized_name: 'ActivityParameterSet',
|
31
32
|
type: {
|
@@ -33,6 +34,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
33
34
|
class_name: 'ActivityParameterSet',
|
34
35
|
model_properties: {
|
35
36
|
name: {
|
37
|
+
client_side_validation: true,
|
36
38
|
required: false,
|
37
39
|
serialized_name: 'name',
|
38
40
|
type: {
|
@@ -40,11 +42,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
40
42
|
}
|
41
43
|
},
|
42
44
|
parameters: {
|
45
|
+
client_side_validation: true,
|
43
46
|
required: false,
|
44
47
|
serialized_name: 'parameters',
|
45
48
|
type: {
|
46
49
|
name: 'Sequence',
|
47
50
|
element: {
|
51
|
+
client_side_validation: true,
|
48
52
|
required: false,
|
49
53
|
serialized_name: 'ActivityParameterElementType',
|
50
54
|
type: {
|
@@ -31,6 +31,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
31
31
|
#
|
32
32
|
def self.mapper()
|
33
33
|
{
|
34
|
+
client_side_validation: true,
|
34
35
|
required: false,
|
35
36
|
serialized_name: 'AdvancedSchedule',
|
36
37
|
type: {
|
@@ -38,11 +39,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
38
39
|
class_name: 'AdvancedSchedule',
|
39
40
|
model_properties: {
|
40
41
|
week_days: {
|
42
|
+
client_side_validation: true,
|
41
43
|
required: false,
|
42
44
|
serialized_name: 'weekDays',
|
43
45
|
type: {
|
44
46
|
name: 'Sequence',
|
45
47
|
element: {
|
48
|
+
client_side_validation: true,
|
46
49
|
required: false,
|
47
50
|
serialized_name: 'StringElementType',
|
48
51
|
type: {
|
@@ -52,11 +55,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
52
55
|
}
|
53
56
|
},
|
54
57
|
month_days: {
|
58
|
+
client_side_validation: true,
|
55
59
|
required: false,
|
56
60
|
serialized_name: 'monthDays',
|
57
61
|
type: {
|
58
62
|
name: 'Sequence',
|
59
63
|
element: {
|
64
|
+
client_side_validation: true,
|
60
65
|
required: false,
|
61
66
|
serialized_name: 'NumberElementType',
|
62
67
|
type: {
|
@@ -66,11 +71,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
66
71
|
}
|
67
72
|
},
|
68
73
|
monthly_occurrences: {
|
74
|
+
client_side_validation: true,
|
69
75
|
required: false,
|
70
76
|
serialized_name: 'monthlyOccurrences',
|
71
77
|
type: {
|
72
78
|
name: 'Sequence',
|
73
79
|
element: {
|
80
|
+
client_side_validation: true,
|
74
81
|
required: false,
|
75
82
|
serialized_name: 'AdvancedScheduleMonthlyOccurrenceElementType',
|
76
83
|
type: {
|
data/lib/2015-10-31/generated/azure_mgmt_automation/models/advanced_schedule_monthly_occurrence.rb
CHANGED
@@ -29,6 +29,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
29
29
|
#
|
30
30
|
def self.mapper()
|
31
31
|
{
|
32
|
+
client_side_validation: true,
|
32
33
|
required: false,
|
33
34
|
serialized_name: 'AdvancedScheduleMonthlyOccurrence',
|
34
35
|
type: {
|
@@ -36,6 +37,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
36
37
|
class_name: 'AdvancedScheduleMonthlyOccurrence',
|
37
38
|
model_properties: {
|
38
39
|
occurrence: {
|
40
|
+
client_side_validation: true,
|
39
41
|
required: false,
|
40
42
|
serialized_name: 'occurrence',
|
41
43
|
type: {
|
@@ -43,6 +45,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
43
45
|
}
|
44
46
|
},
|
45
47
|
day: {
|
48
|
+
client_side_validation: true,
|
46
49
|
required: false,
|
47
50
|
serialized_name: 'day',
|
48
51
|
type: {
|
@@ -32,6 +32,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
32
32
|
#
|
33
33
|
def self.mapper()
|
34
34
|
{
|
35
|
+
client_side_validation: true,
|
35
36
|
required: false,
|
36
37
|
serialized_name: 'AgentRegistration',
|
37
38
|
type: {
|
@@ -39,6 +40,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
39
40
|
class_name: 'AgentRegistration',
|
40
41
|
model_properties: {
|
41
42
|
dsc_meta_configuration: {
|
43
|
+
client_side_validation: true,
|
42
44
|
required: false,
|
43
45
|
serialized_name: 'dscMetaConfiguration',
|
44
46
|
type: {
|
@@ -46,6 +48,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
46
48
|
}
|
47
49
|
},
|
48
50
|
endpoint: {
|
51
|
+
client_side_validation: true,
|
49
52
|
required: false,
|
50
53
|
serialized_name: 'endpoint',
|
51
54
|
type: {
|
@@ -53,6 +56,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
53
56
|
}
|
54
57
|
},
|
55
58
|
keys: {
|
59
|
+
client_side_validation: true,
|
56
60
|
required: false,
|
57
61
|
serialized_name: 'keys',
|
58
62
|
type: {
|
@@ -61,6 +65,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
61
65
|
}
|
62
66
|
},
|
63
67
|
id: {
|
68
|
+
client_side_validation: true,
|
64
69
|
required: false,
|
65
70
|
serialized_name: 'id',
|
66
71
|
type: {
|
@@ -25,6 +25,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
25
25
|
#
|
26
26
|
def self.mapper()
|
27
27
|
{
|
28
|
+
client_side_validation: true,
|
28
29
|
required: false,
|
29
30
|
serialized_name: 'AgentRegistrationKeys',
|
30
31
|
type: {
|
@@ -32,6 +33,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
32
33
|
class_name: 'AgentRegistrationKeys',
|
33
34
|
model_properties: {
|
34
35
|
primary: {
|
36
|
+
client_side_validation: true,
|
35
37
|
required: false,
|
36
38
|
serialized_name: 'primary',
|
37
39
|
type: {
|
@@ -39,6 +41,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
39
41
|
}
|
40
42
|
},
|
41
43
|
secondary: {
|
44
|
+
client_side_validation: true,
|
42
45
|
required: false,
|
43
46
|
serialized_name: 'secondary',
|
44
47
|
type: {
|
@@ -34,6 +34,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
34
34
|
#
|
35
35
|
def self.mapper()
|
36
36
|
{
|
37
|
+
client_side_validation: true,
|
37
38
|
required: false,
|
38
39
|
serialized_name: 'AgentRegistrationRegenerateKeyParameter',
|
39
40
|
type: {
|
@@ -41,6 +42,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
41
42
|
class_name: 'AgentRegistrationRegenerateKeyParameter',
|
42
43
|
model_properties: {
|
43
44
|
key_name: {
|
45
|
+
client_side_validation: true,
|
44
46
|
required: true,
|
45
47
|
serialized_name: 'keyName',
|
46
48
|
type: {
|
@@ -48,6 +50,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
48
50
|
}
|
49
51
|
},
|
50
52
|
name: {
|
53
|
+
client_side_validation: true,
|
51
54
|
required: false,
|
52
55
|
serialized_name: 'name',
|
53
56
|
type: {
|
@@ -55,6 +58,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
55
58
|
}
|
56
59
|
},
|
57
60
|
location: {
|
61
|
+
client_side_validation: true,
|
58
62
|
required: false,
|
59
63
|
serialized_name: 'location',
|
60
64
|
type: {
|
@@ -62,11 +66,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
62
66
|
}
|
63
67
|
},
|
64
68
|
tags: {
|
69
|
+
client_side_validation: true,
|
65
70
|
required: false,
|
66
71
|
serialized_name: 'tags',
|
67
72
|
type: {
|
68
73
|
name: 'Dictionary',
|
69
74
|
value: {
|
75
|
+
client_side_validation: true,
|
70
76
|
required: false,
|
71
77
|
serialized_name: 'StringElementType',
|
72
78
|
type: {
|