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
data/lib/2015-10-31/generated/azure_mgmt_automation/models/connection_create_or_update_parameters.rb
CHANGED
@@ -33,6 +33,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
33
33
|
#
|
34
34
|
def self.mapper()
|
35
35
|
{
|
36
|
+
client_side_validation: true,
|
36
37
|
required: false,
|
37
38
|
serialized_name: 'ConnectionCreateOrUpdateParameters',
|
38
39
|
type: {
|
@@ -40,6 +41,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
40
41
|
class_name: 'ConnectionCreateOrUpdateParameters',
|
41
42
|
model_properties: {
|
42
43
|
name: {
|
44
|
+
client_side_validation: true,
|
43
45
|
required: true,
|
44
46
|
serialized_name: 'name',
|
45
47
|
type: {
|
@@ -47,6 +49,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
47
49
|
}
|
48
50
|
},
|
49
51
|
description: {
|
52
|
+
client_side_validation: true,
|
50
53
|
required: false,
|
51
54
|
serialized_name: 'properties.description',
|
52
55
|
type: {
|
@@ -54,6 +57,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
54
57
|
}
|
55
58
|
},
|
56
59
|
connection_type: {
|
60
|
+
client_side_validation: true,
|
57
61
|
required: true,
|
58
62
|
serialized_name: 'properties.connectionType',
|
59
63
|
type: {
|
@@ -62,11 +66,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
62
66
|
}
|
63
67
|
},
|
64
68
|
field_definition_values: {
|
69
|
+
client_side_validation: true,
|
65
70
|
required: false,
|
66
71
|
serialized_name: 'properties.fieldDefinitionValues',
|
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: {
|
@@ -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: 'ConnectionListResult',
|
62
63
|
type: {
|
@@ -64,11 +65,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
64
65
|
class_name: 'ConnectionListResult',
|
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: 'ConnectionElementType',
|
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: {
|
@@ -42,6 +42,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
42
42
|
#
|
43
43
|
def self.mapper()
|
44
44
|
{
|
45
|
+
client_side_validation: true,
|
45
46
|
required: false,
|
46
47
|
serialized_name: 'ConnectionType',
|
47
48
|
type: {
|
@@ -49,6 +50,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
49
50
|
class_name: 'ConnectionType',
|
50
51
|
model_properties: {
|
51
52
|
id: {
|
53
|
+
client_side_validation: true,
|
52
54
|
required: false,
|
53
55
|
read_only: true,
|
54
56
|
serialized_name: 'id',
|
@@ -57,6 +59,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
57
59
|
}
|
58
60
|
},
|
59
61
|
name: {
|
62
|
+
client_side_validation: true,
|
60
63
|
required: false,
|
61
64
|
read_only: true,
|
62
65
|
serialized_name: 'name',
|
@@ -65,6 +68,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
65
68
|
}
|
66
69
|
},
|
67
70
|
is_global: {
|
71
|
+
client_side_validation: true,
|
68
72
|
required: false,
|
69
73
|
serialized_name: 'properties.isGlobal',
|
70
74
|
type: {
|
@@ -72,12 +76,14 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
72
76
|
}
|
73
77
|
},
|
74
78
|
field_definitions: {
|
79
|
+
client_side_validation: true,
|
75
80
|
required: false,
|
76
81
|
read_only: true,
|
77
82
|
serialized_name: 'properties.fieldDefinitions',
|
78
83
|
type: {
|
79
84
|
name: 'Dictionary',
|
80
85
|
value: {
|
86
|
+
client_side_validation: true,
|
81
87
|
required: false,
|
82
88
|
serialized_name: 'FieldDefinitionElementType',
|
83
89
|
type: {
|
@@ -88,6 +94,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
88
94
|
}
|
89
95
|
},
|
90
96
|
creation_time: {
|
97
|
+
client_side_validation: true,
|
91
98
|
required: false,
|
92
99
|
read_only: true,
|
93
100
|
serialized_name: 'properties.creationTime',
|
@@ -96,6 +103,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
96
103
|
}
|
97
104
|
},
|
98
105
|
last_modified_time: {
|
106
|
+
client_side_validation: true,
|
99
107
|
required: false,
|
100
108
|
serialized_name: 'properties.lastModifiedTime',
|
101
109
|
type: {
|
@@ -103,6 +111,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
103
111
|
}
|
104
112
|
},
|
105
113
|
description: {
|
114
|
+
client_side_validation: true,
|
106
115
|
required: false,
|
107
116
|
serialized_name: 'properties.description',
|
108
117
|
type: {
|
data/lib/2015-10-31/generated/azure_mgmt_automation/models/connection_type_association_property.rb
CHANGED
@@ -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: 'ConnectionTypeAssociationProperty',
|
27
28
|
type: {
|
@@ -29,6 +30,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
29
30
|
class_name: 'ConnectionTypeAssociationProperty',
|
30
31
|
model_properties: {
|
31
32
|
name: {
|
33
|
+
client_side_validation: true,
|
32
34
|
required: false,
|
33
35
|
serialized_name: 'name',
|
34
36
|
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: 'ConnectionTypeCreateOrUpdateParameters',
|
36
37
|
type: {
|
@@ -38,6 +39,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
38
39
|
class_name: 'ConnectionTypeCreateOrUpdateParameters',
|
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
|
is_global: {
|
50
|
+
client_side_validation: true,
|
48
51
|
required: false,
|
49
52
|
serialized_name: 'properties.isGlobal',
|
50
53
|
type: {
|
@@ -52,11 +55,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
52
55
|
}
|
53
56
|
},
|
54
57
|
field_definitions: {
|
58
|
+
client_side_validation: true,
|
55
59
|
required: true,
|
56
60
|
serialized_name: 'properties.fieldDefinitions',
|
57
61
|
type: {
|
58
62
|
name: 'Dictionary',
|
59
63
|
value: {
|
64
|
+
client_side_validation: true,
|
60
65
|
required: false,
|
61
66
|
serialized_name: 'FieldDefinitionElementType',
|
62
67
|
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: 'ConnectionTypeListResult',
|
63
64
|
type: {
|
@@ -65,11 +66,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
65
66
|
class_name: 'ConnectionTypeListResult',
|
66
67
|
model_properties: {
|
67
68
|
value: {
|
69
|
+
client_side_validation: true,
|
68
70
|
required: false,
|
69
71
|
serialized_name: 'value',
|
70
72
|
type: {
|
71
73
|
name: 'Sequence',
|
72
74
|
element: {
|
75
|
+
client_side_validation: true,
|
73
76
|
required: false,
|
74
77
|
serialized_name: 'ConnectionTypeElementType',
|
75
78
|
type: {
|
@@ -80,6 +83,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
80
83
|
}
|
81
84
|
},
|
82
85
|
next_link: {
|
86
|
+
client_side_validation: true,
|
83
87
|
required: false,
|
84
88
|
serialized_name: 'nextLink',
|
85
89
|
type: {
|
@@ -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: 'ConnectionUpdateParameters',
|
34
35
|
type: {
|
@@ -36,6 +37,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
36
37
|
class_name: 'ConnectionUpdateParameters',
|
37
38
|
model_properties: {
|
38
39
|
name: {
|
40
|
+
client_side_validation: true,
|
39
41
|
required: false,
|
40
42
|
serialized_name: 'name',
|
41
43
|
type: {
|
@@ -43,6 +45,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
43
45
|
}
|
44
46
|
},
|
45
47
|
description: {
|
48
|
+
client_side_validation: true,
|
46
49
|
required: false,
|
47
50
|
serialized_name: 'properties.description',
|
48
51
|
type: {
|
@@ -50,11 +53,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
50
53
|
}
|
51
54
|
},
|
52
55
|
field_definition_values: {
|
56
|
+
client_side_validation: true,
|
53
57
|
required: false,
|
54
58
|
serialized_name: 'properties.fieldDefinitionValues',
|
55
59
|
type: {
|
56
60
|
name: 'Dictionary',
|
57
61
|
value: {
|
62
|
+
client_side_validation: true,
|
58
63
|
required: false,
|
59
64
|
serialized_name: 'StringElementType',
|
60
65
|
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: 'ContentHash',
|
31
32
|
type: {
|
@@ -33,6 +34,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
33
34
|
class_name: 'ContentHash',
|
34
35
|
model_properties: {
|
35
36
|
algorithm: {
|
37
|
+
client_side_validation: true,
|
36
38
|
required: true,
|
37
39
|
serialized_name: 'algorithm',
|
38
40
|
type: {
|
@@ -40,6 +42,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
40
42
|
}
|
41
43
|
},
|
42
44
|
value: {
|
45
|
+
client_side_validation: true,
|
43
46
|
required: true,
|
44
47
|
serialized_name: 'value',
|
45
48
|
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: 'ContentLink',
|
33
34
|
type: {
|
@@ -35,6 +36,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
35
36
|
class_name: 'ContentLink',
|
36
37
|
model_properties: {
|
37
38
|
uri: {
|
39
|
+
client_side_validation: true,
|
38
40
|
required: false,
|
39
41
|
serialized_name: 'uri',
|
40
42
|
type: {
|
@@ -42,6 +44,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
42
44
|
}
|
43
45
|
},
|
44
46
|
content_hash: {
|
47
|
+
client_side_validation: true,
|
45
48
|
required: false,
|
46
49
|
serialized_name: 'contentHash',
|
47
50
|
type: {
|
@@ -50,6 +53,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
50
53
|
}
|
51
54
|
},
|
52
55
|
version: {
|
56
|
+
client_side_validation: true,
|
53
57
|
required: false,
|
54
58
|
serialized_name: 'version',
|
55
59
|
type: {
|
@@ -33,6 +33,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
33
33
|
#
|
34
34
|
def self.mapper()
|
35
35
|
{
|
36
|
+
client_side_validation: true,
|
36
37
|
required: false,
|
37
38
|
serialized_name: 'ContentSource',
|
38
39
|
type: {
|
@@ -40,6 +41,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
40
41
|
class_name: 'ContentSource',
|
41
42
|
model_properties: {
|
42
43
|
hash: {
|
44
|
+
client_side_validation: true,
|
43
45
|
required: false,
|
44
46
|
serialized_name: 'hash',
|
45
47
|
type: {
|
@@ -48,6 +50,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
48
50
|
}
|
49
51
|
},
|
50
52
|
type: {
|
53
|
+
client_side_validation: true,
|
51
54
|
required: false,
|
52
55
|
serialized_name: 'type',
|
53
56
|
type: {
|
@@ -55,6 +58,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
55
58
|
}
|
56
59
|
},
|
57
60
|
value: {
|
61
|
+
client_side_validation: true,
|
58
62
|
required: false,
|
59
63
|
serialized_name: 'value',
|
60
64
|
type: {
|
@@ -62,6 +66,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
62
66
|
}
|
63
67
|
},
|
64
68
|
version: {
|
69
|
+
client_side_validation: true,
|
65
70
|
required: false,
|
66
71
|
serialized_name: 'version',
|
67
72
|
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: 'Credential',
|
42
43
|
type: {
|
@@ -44,6 +45,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
44
45
|
class_name: 'Credential',
|
45
46
|
model_properties: {
|
46
47
|
id: {
|
48
|
+
client_side_validation: true,
|
47
49
|
required: false,
|
48
50
|
read_only: true,
|
49
51
|
serialized_name: 'id',
|
@@ -52,6 +54,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
52
54
|
}
|
53
55
|
},
|
54
56
|
name: {
|
57
|
+
client_side_validation: true,
|
55
58
|
required: false,
|
56
59
|
serialized_name: 'name',
|
57
60
|
type: {
|
@@ -59,6 +62,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
59
62
|
}
|
60
63
|
},
|
61
64
|
user_name: {
|
65
|
+
client_side_validation: true,
|
62
66
|
required: false,
|
63
67
|
read_only: true,
|
64
68
|
serialized_name: 'properties.userName',
|
@@ -67,6 +71,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
67
71
|
}
|
68
72
|
},
|
69
73
|
creation_time: {
|
74
|
+
client_side_validation: true,
|
70
75
|
required: false,
|
71
76
|
read_only: true,
|
72
77
|
serialized_name: 'properties.creationTime',
|
@@ -75,6 +80,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
75
80
|
}
|
76
81
|
},
|
77
82
|
last_modified_time: {
|
83
|
+
client_side_validation: true,
|
78
84
|
required: false,
|
79
85
|
read_only: true,
|
80
86
|
serialized_name: 'properties.lastModifiedTime',
|
@@ -83,6 +89,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
83
89
|
}
|
84
90
|
},
|
85
91
|
description: {
|
92
|
+
client_side_validation: true,
|
86
93
|
required: false,
|
87
94
|
serialized_name: 'properties.description',
|
88
95
|
type: {
|
data/lib/2015-10-31/generated/azure_mgmt_automation/models/credential_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: 'CredentialCreateOrUpdateParameters',
|
36
37
|
type: {
|
@@ -38,6 +39,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
38
39
|
class_name: 'CredentialCreateOrUpdateParameters',
|
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
|
user_name: {
|
50
|
+
client_side_validation: true,
|
48
51
|
required: true,
|
49
52
|
serialized_name: 'properties.userName',
|
50
53
|
type: {
|
@@ -52,6 +55,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
52
55
|
}
|
53
56
|
},
|
54
57
|
password: {
|
58
|
+
client_side_validation: true,
|
55
59
|
required: true,
|
56
60
|
serialized_name: 'properties.password',
|
57
61
|
type: {
|
@@ -59,6 +63,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
59
63
|
}
|
60
64
|
},
|
61
65
|
description: {
|
66
|
+
client_side_validation: true,
|
62
67
|
required: false,
|
63
68
|
serialized_name: 'properties.description',
|
64
69
|
type: {
|