azure_mgmt_automation 0.15.1 → 0.15.2
Sign up to get free protection for your applications and to get access to all the features.
- 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
@@ -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: 'UsageCounterName',
|
30
31
|
type: {
|
@@ -32,6 +33,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
32
33
|
class_name: 'UsageCounterName',
|
33
34
|
model_properties: {
|
34
35
|
value: {
|
36
|
+
client_side_validation: true,
|
35
37
|
required: false,
|
36
38
|
serialized_name: 'value',
|
37
39
|
type: {
|
@@ -39,6 +41,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
39
41
|
}
|
40
42
|
},
|
41
43
|
localized_value: {
|
44
|
+
client_side_validation: true,
|
42
45
|
required: false,
|
43
46
|
serialized_name: 'localizedValue',
|
44
47
|
type: {
|
@@ -22,6 +22,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
22
22
|
#
|
23
23
|
def self.mapper()
|
24
24
|
{
|
25
|
+
client_side_validation: true,
|
25
26
|
required: false,
|
26
27
|
serialized_name: 'UsageListResult',
|
27
28
|
type: {
|
@@ -29,11 +30,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
29
30
|
class_name: 'UsageListResult',
|
30
31
|
model_properties: {
|
31
32
|
value: {
|
33
|
+
client_side_validation: true,
|
32
34
|
required: false,
|
33
35
|
serialized_name: 'value',
|
34
36
|
type: {
|
35
37
|
name: 'Sequence',
|
36
38
|
element: {
|
39
|
+
client_side_validation: true,
|
37
40
|
required: false,
|
38
41
|
serialized_name: 'UsageElementType',
|
39
42
|
type: {
|
@@ -40,6 +40,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
40
40
|
#
|
41
41
|
def self.mapper()
|
42
42
|
{
|
43
|
+
client_side_validation: true,
|
43
44
|
required: false,
|
44
45
|
serialized_name: 'Variable',
|
45
46
|
type: {
|
@@ -47,6 +48,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
47
48
|
class_name: 'Variable',
|
48
49
|
model_properties: {
|
49
50
|
id: {
|
51
|
+
client_side_validation: true,
|
50
52
|
required: false,
|
51
53
|
serialized_name: 'id',
|
52
54
|
type: {
|
@@ -54,6 +56,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
54
56
|
}
|
55
57
|
},
|
56
58
|
name: {
|
59
|
+
client_side_validation: true,
|
57
60
|
required: false,
|
58
61
|
serialized_name: 'name',
|
59
62
|
type: {
|
@@ -61,6 +64,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
61
64
|
}
|
62
65
|
},
|
63
66
|
value: {
|
67
|
+
client_side_validation: true,
|
64
68
|
required: false,
|
65
69
|
serialized_name: 'properties.value',
|
66
70
|
type: {
|
@@ -68,6 +72,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
68
72
|
}
|
69
73
|
},
|
70
74
|
is_encrypted: {
|
75
|
+
client_side_validation: true,
|
71
76
|
required: false,
|
72
77
|
serialized_name: 'properties.isEncrypted',
|
73
78
|
type: {
|
@@ -75,6 +80,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
75
80
|
}
|
76
81
|
},
|
77
82
|
creation_time: {
|
83
|
+
client_side_validation: true,
|
78
84
|
required: false,
|
79
85
|
serialized_name: 'properties.creationTime',
|
80
86
|
type: {
|
@@ -82,6 +88,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
82
88
|
}
|
83
89
|
},
|
84
90
|
last_modified_time: {
|
91
|
+
client_side_validation: true,
|
85
92
|
required: false,
|
86
93
|
serialized_name: 'properties.lastModifiedTime',
|
87
94
|
type: {
|
@@ -89,6 +96,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
89
96
|
}
|
90
97
|
},
|
91
98
|
description: {
|
99
|
+
client_side_validation: true,
|
92
100
|
required: false,
|
93
101
|
serialized_name: 'properties.description',
|
94
102
|
type: {
|
data/lib/2015-10-31/generated/azure_mgmt_automation/models/variable_create_or_update_parameters.rb
CHANGED
@@ -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: 'VariableCreateOrUpdateParameters',
|
36
37
|
type: {
|
@@ -38,6 +39,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
38
39
|
class_name: 'VariableCreateOrUpdateParameters',
|
39
40
|
model_properties: {
|
40
41
|
name: {
|
42
|
+
client_side_validation: true,
|
41
43
|
required: true,
|
42
44
|
serialized_name: 'name',
|
43
45
|
type: {
|
@@ -45,6 +47,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
45
47
|
}
|
46
48
|
},
|
47
49
|
value: {
|
50
|
+
client_side_validation: true,
|
48
51
|
required: false,
|
49
52
|
serialized_name: 'properties.value',
|
50
53
|
type: {
|
@@ -52,6 +55,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
52
55
|
}
|
53
56
|
},
|
54
57
|
description: {
|
58
|
+
client_side_validation: true,
|
55
59
|
required: false,
|
56
60
|
serialized_name: 'properties.description',
|
57
61
|
type: {
|
@@ -59,6 +63,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
59
63
|
}
|
60
64
|
},
|
61
65
|
is_encrypted: {
|
66
|
+
client_side_validation: true,
|
62
67
|
required: false,
|
63
68
|
serialized_name: 'properties.isEncrypted',
|
64
69
|
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: 'VariableListResult',
|
62
63
|
type: {
|
@@ -64,11 +65,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
64
65
|
class_name: 'VariableListResult',
|
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: 'VariableElementType',
|
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: {
|
@@ -28,6 +28,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
28
28
|
#
|
29
29
|
def self.mapper()
|
30
30
|
{
|
31
|
+
client_side_validation: true,
|
31
32
|
required: false,
|
32
33
|
serialized_name: 'VariableUpdateParameters',
|
33
34
|
type: {
|
@@ -35,6 +36,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
35
36
|
class_name: 'VariableUpdateParameters',
|
36
37
|
model_properties: {
|
37
38
|
name: {
|
39
|
+
client_side_validation: true,
|
38
40
|
required: true,
|
39
41
|
serialized_name: 'name',
|
40
42
|
type: {
|
@@ -42,6 +44,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
42
44
|
}
|
43
45
|
},
|
44
46
|
value: {
|
47
|
+
client_side_validation: true,
|
45
48
|
required: false,
|
46
49
|
serialized_name: 'properties.value',
|
47
50
|
type: {
|
@@ -49,6 +52,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
49
52
|
}
|
50
53
|
},
|
51
54
|
description: {
|
55
|
+
client_side_validation: true,
|
52
56
|
required: false,
|
53
57
|
serialized_name: 'properties.description',
|
54
58
|
type: {
|
@@ -60,6 +60,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
60
60
|
#
|
61
61
|
def self.mapper()
|
62
62
|
{
|
63
|
+
client_side_validation: true,
|
63
64
|
required: false,
|
64
65
|
serialized_name: 'Webhook',
|
65
66
|
type: {
|
@@ -67,6 +68,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
67
68
|
class_name: 'Webhook',
|
68
69
|
model_properties: {
|
69
70
|
id: {
|
71
|
+
client_side_validation: true,
|
70
72
|
required: false,
|
71
73
|
serialized_name: 'id',
|
72
74
|
type: {
|
@@ -74,6 +76,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
74
76
|
}
|
75
77
|
},
|
76
78
|
name: {
|
79
|
+
client_side_validation: true,
|
77
80
|
required: false,
|
78
81
|
serialized_name: 'name',
|
79
82
|
type: {
|
@@ -81,6 +84,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
81
84
|
}
|
82
85
|
},
|
83
86
|
is_enabled: {
|
87
|
+
client_side_validation: true,
|
84
88
|
required: false,
|
85
89
|
serialized_name: 'properties.isEnabled',
|
86
90
|
default_value: false,
|
@@ -89,6 +93,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
89
93
|
}
|
90
94
|
},
|
91
95
|
uri: {
|
96
|
+
client_side_validation: true,
|
92
97
|
required: false,
|
93
98
|
serialized_name: 'properties.uri',
|
94
99
|
type: {
|
@@ -96,6 +101,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
96
101
|
}
|
97
102
|
},
|
98
103
|
expiry_time: {
|
104
|
+
client_side_validation: true,
|
99
105
|
required: false,
|
100
106
|
serialized_name: 'properties.expiryTime',
|
101
107
|
type: {
|
@@ -103,6 +109,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
103
109
|
}
|
104
110
|
},
|
105
111
|
last_invoked_time: {
|
112
|
+
client_side_validation: true,
|
106
113
|
required: false,
|
107
114
|
serialized_name: 'properties.lastInvokedTime',
|
108
115
|
type: {
|
@@ -110,11 +117,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
110
117
|
}
|
111
118
|
},
|
112
119
|
parameters: {
|
120
|
+
client_side_validation: true,
|
113
121
|
required: false,
|
114
122
|
serialized_name: 'properties.parameters',
|
115
123
|
type: {
|
116
124
|
name: 'Dictionary',
|
117
125
|
value: {
|
126
|
+
client_side_validation: true,
|
118
127
|
required: false,
|
119
128
|
serialized_name: 'StringElementType',
|
120
129
|
type: {
|
@@ -124,6 +133,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
124
133
|
}
|
125
134
|
},
|
126
135
|
runbook: {
|
136
|
+
client_side_validation: true,
|
127
137
|
required: false,
|
128
138
|
serialized_name: 'properties.runbook',
|
129
139
|
type: {
|
@@ -132,6 +142,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
132
142
|
}
|
133
143
|
},
|
134
144
|
run_on: {
|
145
|
+
client_side_validation: true,
|
135
146
|
required: false,
|
136
147
|
serialized_name: 'properties.runOn',
|
137
148
|
type: {
|
@@ -139,6 +150,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
139
150
|
}
|
140
151
|
},
|
141
152
|
creation_time: {
|
153
|
+
client_side_validation: true,
|
142
154
|
required: false,
|
143
155
|
serialized_name: 'properties.creationTime',
|
144
156
|
type: {
|
@@ -146,6 +158,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
146
158
|
}
|
147
159
|
},
|
148
160
|
last_modified_time: {
|
161
|
+
client_side_validation: true,
|
149
162
|
required: false,
|
150
163
|
serialized_name: 'properties.lastModifiedTime',
|
151
164
|
type: {
|
@@ -153,6 +166,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
153
166
|
}
|
154
167
|
},
|
155
168
|
description: {
|
169
|
+
client_side_validation: true,
|
156
170
|
required: false,
|
157
171
|
serialized_name: 'properties.description',
|
158
172
|
type: {
|
data/lib/2015-10-31/generated/azure_mgmt_automation/models/webhook_create_or_update_parameters.rb
CHANGED
@@ -43,6 +43,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
43
43
|
#
|
44
44
|
def self.mapper()
|
45
45
|
{
|
46
|
+
client_side_validation: true,
|
46
47
|
required: false,
|
47
48
|
serialized_name: 'WebhookCreateOrUpdateParameters',
|
48
49
|
type: {
|
@@ -50,6 +51,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
50
51
|
class_name: 'WebhookCreateOrUpdateParameters',
|
51
52
|
model_properties: {
|
52
53
|
name: {
|
54
|
+
client_side_validation: true,
|
53
55
|
required: true,
|
54
56
|
serialized_name: 'name',
|
55
57
|
type: {
|
@@ -57,6 +59,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
57
59
|
}
|
58
60
|
},
|
59
61
|
is_enabled: {
|
62
|
+
client_side_validation: true,
|
60
63
|
required: false,
|
61
64
|
serialized_name: 'properties.isEnabled',
|
62
65
|
type: {
|
@@ -64,6 +67,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
64
67
|
}
|
65
68
|
},
|
66
69
|
uri: {
|
70
|
+
client_side_validation: true,
|
67
71
|
required: false,
|
68
72
|
serialized_name: 'properties.uri',
|
69
73
|
type: {
|
@@ -71,6 +75,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
71
75
|
}
|
72
76
|
},
|
73
77
|
expiry_time: {
|
78
|
+
client_side_validation: true,
|
74
79
|
required: false,
|
75
80
|
serialized_name: 'properties.expiryTime',
|
76
81
|
type: {
|
@@ -78,11 +83,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
78
83
|
}
|
79
84
|
},
|
80
85
|
parameters: {
|
86
|
+
client_side_validation: true,
|
81
87
|
required: false,
|
82
88
|
serialized_name: 'properties.parameters',
|
83
89
|
type: {
|
84
90
|
name: 'Dictionary',
|
85
91
|
value: {
|
92
|
+
client_side_validation: true,
|
86
93
|
required: false,
|
87
94
|
serialized_name: 'StringElementType',
|
88
95
|
type: {
|
@@ -92,6 +99,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
92
99
|
}
|
93
100
|
},
|
94
101
|
runbook: {
|
102
|
+
client_side_validation: true,
|
95
103
|
required: false,
|
96
104
|
serialized_name: 'properties.runbook',
|
97
105
|
type: {
|
@@ -100,6 +108,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
100
108
|
}
|
101
109
|
},
|
102
110
|
run_on: {
|
111
|
+
client_side_validation: true,
|
103
112
|
required: false,
|
104
113
|
serialized_name: 'properties.runOn',
|
105
114
|
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: 'WebhookListResult',
|
62
63
|
type: {
|
@@ -64,11 +65,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
64
65
|
class_name: 'WebhookListResult',
|
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: 'WebhookElementType',
|
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: {
|
@@ -37,6 +37,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
37
37
|
#
|
38
38
|
def self.mapper()
|
39
39
|
{
|
40
|
+
client_side_validation: true,
|
40
41
|
required: false,
|
41
42
|
serialized_name: 'WebhookUpdateParameters',
|
42
43
|
type: {
|
@@ -44,6 +45,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
44
45
|
class_name: 'WebhookUpdateParameters',
|
45
46
|
model_properties: {
|
46
47
|
name: {
|
48
|
+
client_side_validation: true,
|
47
49
|
required: true,
|
48
50
|
serialized_name: 'name',
|
49
51
|
type: {
|
@@ -51,6 +53,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
51
53
|
}
|
52
54
|
},
|
53
55
|
is_enabled: {
|
56
|
+
client_side_validation: true,
|
54
57
|
required: false,
|
55
58
|
serialized_name: 'properties.isEnabled',
|
56
59
|
type: {
|
@@ -58,6 +61,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
58
61
|
}
|
59
62
|
},
|
60
63
|
run_on: {
|
64
|
+
client_side_validation: true,
|
61
65
|
required: false,
|
62
66
|
serialized_name: 'properties.runOn',
|
63
67
|
type: {
|
@@ -65,11 +69,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
65
69
|
}
|
66
70
|
},
|
67
71
|
parameters: {
|
72
|
+
client_side_validation: true,
|
68
73
|
required: false,
|
69
74
|
serialized_name: 'properties.parameters',
|
70
75
|
type: {
|
71
76
|
name: 'Dictionary',
|
72
77
|
value: {
|
78
|
+
client_side_validation: true,
|
73
79
|
required: false,
|
74
80
|
serialized_name: 'StringElementType',
|
75
81
|
type: {
|
@@ -79,6 +85,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
79
85
|
}
|
80
86
|
},
|
81
87
|
description: {
|
88
|
+
client_side_validation: true,
|
82
89
|
required: false,
|
83
90
|
serialized_name: 'properties.description',
|
84
91
|
type: {
|