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
@@ -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: 'CredentialListResult',
|
62
63
|
type: {
|
@@ -64,11 +65,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
64
65
|
class_name: 'CredentialListResult',
|
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: 'CredentialElementType',
|
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: {
|
@@ -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: 'CredentialUpdateParameters',
|
36
37
|
type: {
|
@@ -38,6 +39,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
38
39
|
class_name: 'CredentialUpdateParameters',
|
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: false,
|
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: false,
|
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: {
|
@@ -63,6 +63,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
63
63
|
#
|
64
64
|
def self.mapper()
|
65
65
|
{
|
66
|
+
client_side_validation: true,
|
66
67
|
required: false,
|
67
68
|
serialized_name: 'DscCompilationJob',
|
68
69
|
type: {
|
@@ -70,6 +71,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
70
71
|
class_name: 'DscCompilationJob',
|
71
72
|
model_properties: {
|
72
73
|
id: {
|
74
|
+
client_side_validation: true,
|
73
75
|
required: false,
|
74
76
|
read_only: true,
|
75
77
|
serialized_name: 'id',
|
@@ -78,6 +80,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
78
80
|
}
|
79
81
|
},
|
80
82
|
configuration: {
|
83
|
+
client_side_validation: true,
|
81
84
|
required: false,
|
82
85
|
serialized_name: 'properties.configuration',
|
83
86
|
type: {
|
@@ -86,6 +89,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
86
89
|
}
|
87
90
|
},
|
88
91
|
started_by: {
|
92
|
+
client_side_validation: true,
|
89
93
|
required: false,
|
90
94
|
read_only: true,
|
91
95
|
serialized_name: 'properties.startedBy',
|
@@ -94,6 +98,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
94
98
|
}
|
95
99
|
},
|
96
100
|
job_id: {
|
101
|
+
client_side_validation: true,
|
97
102
|
required: false,
|
98
103
|
read_only: true,
|
99
104
|
serialized_name: 'properties.jobId',
|
@@ -102,6 +107,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
102
107
|
}
|
103
108
|
},
|
104
109
|
creation_time: {
|
110
|
+
client_side_validation: true,
|
105
111
|
required: false,
|
106
112
|
read_only: true,
|
107
113
|
serialized_name: 'properties.creationTime',
|
@@ -110,6 +116,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
110
116
|
}
|
111
117
|
},
|
112
118
|
status: {
|
119
|
+
client_side_validation: true,
|
113
120
|
required: false,
|
114
121
|
serialized_name: 'properties.status',
|
115
122
|
type: {
|
@@ -117,6 +124,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
117
124
|
}
|
118
125
|
},
|
119
126
|
status_details: {
|
127
|
+
client_side_validation: true,
|
120
128
|
required: false,
|
121
129
|
serialized_name: 'properties.statusDetails',
|
122
130
|
type: {
|
@@ -124,6 +132,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
124
132
|
}
|
125
133
|
},
|
126
134
|
start_time: {
|
135
|
+
client_side_validation: true,
|
127
136
|
required: false,
|
128
137
|
read_only: true,
|
129
138
|
serialized_name: 'properties.startTime',
|
@@ -132,6 +141,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
132
141
|
}
|
133
142
|
},
|
134
143
|
end_time: {
|
144
|
+
client_side_validation: true,
|
135
145
|
required: false,
|
136
146
|
read_only: true,
|
137
147
|
serialized_name: 'properties.endTime',
|
@@ -140,6 +150,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
140
150
|
}
|
141
151
|
},
|
142
152
|
exception: {
|
153
|
+
client_side_validation: true,
|
143
154
|
required: false,
|
144
155
|
read_only: true,
|
145
156
|
serialized_name: 'properties.exception',
|
@@ -148,6 +159,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
148
159
|
}
|
149
160
|
},
|
150
161
|
last_modified_time: {
|
162
|
+
client_side_validation: true,
|
151
163
|
required: false,
|
152
164
|
read_only: true,
|
153
165
|
serialized_name: 'properties.lastModifiedTime',
|
@@ -156,6 +168,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
156
168
|
}
|
157
169
|
},
|
158
170
|
last_status_modified_time: {
|
171
|
+
client_side_validation: true,
|
159
172
|
required: false,
|
160
173
|
read_only: true,
|
161
174
|
serialized_name: 'properties.lastStatusModifiedTime',
|
@@ -164,11 +177,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
164
177
|
}
|
165
178
|
},
|
166
179
|
parameters: {
|
180
|
+
client_side_validation: true,
|
167
181
|
required: false,
|
168
182
|
serialized_name: 'properties.parameters',
|
169
183
|
type: {
|
170
184
|
name: 'Dictionary',
|
171
185
|
value: {
|
186
|
+
client_side_validation: true,
|
172
187
|
required: false,
|
173
188
|
serialized_name: 'StringElementType',
|
174
189
|
type: {
|
data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_compilation_job_create_parameters.rb
CHANGED
@@ -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: 'DscCompilationJobCreateParameters',
|
42
43
|
type: {
|
@@ -44,6 +45,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
44
45
|
class_name: 'DscCompilationJobCreateParameters',
|
45
46
|
model_properties: {
|
46
47
|
configuration: {
|
48
|
+
client_side_validation: true,
|
47
49
|
required: true,
|
48
50
|
serialized_name: 'properties.configuration',
|
49
51
|
type: {
|
@@ -52,11 +54,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
52
54
|
}
|
53
55
|
},
|
54
56
|
parameters: {
|
57
|
+
client_side_validation: true,
|
55
58
|
required: false,
|
56
59
|
serialized_name: 'properties.parameters',
|
57
60
|
type: {
|
58
61
|
name: 'Dictionary',
|
59
62
|
value: {
|
63
|
+
client_side_validation: true,
|
60
64
|
required: false,
|
61
65
|
serialized_name: 'StringElementType',
|
62
66
|
type: {
|
@@ -66,6 +70,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
66
70
|
}
|
67
71
|
},
|
68
72
|
name: {
|
73
|
+
client_side_validation: true,
|
69
74
|
required: false,
|
70
75
|
serialized_name: 'name',
|
71
76
|
type: {
|
@@ -73,6 +78,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
73
78
|
}
|
74
79
|
},
|
75
80
|
location: {
|
81
|
+
client_side_validation: true,
|
76
82
|
required: false,
|
77
83
|
serialized_name: 'location',
|
78
84
|
type: {
|
@@ -80,11 +86,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
80
86
|
}
|
81
87
|
},
|
82
88
|
tags: {
|
89
|
+
client_side_validation: true,
|
83
90
|
required: false,
|
84
91
|
serialized_name: 'tags',
|
85
92
|
type: {
|
86
93
|
name: 'Dictionary',
|
87
94
|
value: {
|
95
|
+
client_side_validation: true,
|
88
96
|
required: false,
|
89
97
|
serialized_name: 'StringElementType',
|
90
98
|
type: {
|
data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_compilation_job_list_result.rb
CHANGED
@@ -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: 'DscCompilationJobListResult',
|
63
64
|
type: {
|
@@ -65,11 +66,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
65
66
|
class_name: 'DscCompilationJobListResult',
|
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: 'DscCompilationJobElementType',
|
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: {
|
@@ -53,6 +53,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
53
53
|
#
|
54
54
|
def self.mapper()
|
55
55
|
{
|
56
|
+
client_side_validation: true,
|
56
57
|
required: false,
|
57
58
|
serialized_name: 'DscConfiguration',
|
58
59
|
type: {
|
@@ -60,6 +61,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
60
61
|
class_name: 'DscConfiguration',
|
61
62
|
model_properties: {
|
62
63
|
id: {
|
64
|
+
client_side_validation: true,
|
63
65
|
required: false,
|
64
66
|
read_only: true,
|
65
67
|
serialized_name: 'id',
|
@@ -68,6 +70,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
68
70
|
}
|
69
71
|
},
|
70
72
|
name: {
|
73
|
+
client_side_validation: true,
|
71
74
|
required: false,
|
72
75
|
read_only: true,
|
73
76
|
serialized_name: 'name',
|
@@ -76,6 +79,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
76
79
|
}
|
77
80
|
},
|
78
81
|
type: {
|
82
|
+
client_side_validation: true,
|
79
83
|
required: false,
|
80
84
|
read_only: true,
|
81
85
|
serialized_name: 'type',
|
@@ -84,6 +88,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
84
88
|
}
|
85
89
|
},
|
86
90
|
location: {
|
91
|
+
client_side_validation: true,
|
87
92
|
required: true,
|
88
93
|
serialized_name: 'location',
|
89
94
|
type: {
|
@@ -91,11 +96,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
91
96
|
}
|
92
97
|
},
|
93
98
|
tags: {
|
99
|
+
client_side_validation: true,
|
94
100
|
required: false,
|
95
101
|
serialized_name: 'tags',
|
96
102
|
type: {
|
97
103
|
name: 'Dictionary',
|
98
104
|
value: {
|
105
|
+
client_side_validation: true,
|
99
106
|
required: false,
|
100
107
|
serialized_name: 'StringElementType',
|
101
108
|
type: {
|
@@ -105,6 +112,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
105
112
|
}
|
106
113
|
},
|
107
114
|
provisioning_state: {
|
115
|
+
client_side_validation: true,
|
108
116
|
required: false,
|
109
117
|
serialized_name: 'properties.provisioningState',
|
110
118
|
type: {
|
@@ -113,6 +121,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
113
121
|
}
|
114
122
|
},
|
115
123
|
job_count: {
|
124
|
+
client_side_validation: true,
|
116
125
|
required: false,
|
117
126
|
serialized_name: 'properties.jobCount',
|
118
127
|
type: {
|
@@ -120,11 +129,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
120
129
|
}
|
121
130
|
},
|
122
131
|
parameters: {
|
132
|
+
client_side_validation: true,
|
123
133
|
required: false,
|
124
134
|
serialized_name: 'properties.parameters',
|
125
135
|
type: {
|
126
136
|
name: 'Dictionary',
|
127
137
|
value: {
|
138
|
+
client_side_validation: true,
|
128
139
|
required: false,
|
129
140
|
serialized_name: 'DscConfigurationParameterElementType',
|
130
141
|
type: {
|
@@ -135,6 +146,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
135
146
|
}
|
136
147
|
},
|
137
148
|
source: {
|
149
|
+
client_side_validation: true,
|
138
150
|
required: false,
|
139
151
|
serialized_name: 'properties.source',
|
140
152
|
type: {
|
@@ -143,6 +155,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
143
155
|
}
|
144
156
|
},
|
145
157
|
state: {
|
158
|
+
client_side_validation: true,
|
146
159
|
required: false,
|
147
160
|
serialized_name: 'properties.state',
|
148
161
|
type: {
|
@@ -150,6 +163,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
150
163
|
}
|
151
164
|
},
|
152
165
|
log_verbose: {
|
166
|
+
client_side_validation: true,
|
153
167
|
required: false,
|
154
168
|
serialized_name: 'properties.logVerbose',
|
155
169
|
type: {
|
@@ -157,6 +171,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
157
171
|
}
|
158
172
|
},
|
159
173
|
creation_time: {
|
174
|
+
client_side_validation: true,
|
160
175
|
required: false,
|
161
176
|
serialized_name: 'properties.creationTime',
|
162
177
|
type: {
|
@@ -164,6 +179,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
164
179
|
}
|
165
180
|
},
|
166
181
|
last_modified_time: {
|
182
|
+
client_side_validation: true,
|
167
183
|
required: false,
|
168
184
|
serialized_name: 'properties.lastModifiedTime',
|
169
185
|
type: {
|
@@ -171,6 +187,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
171
187
|
}
|
172
188
|
},
|
173
189
|
description: {
|
190
|
+
client_side_validation: true,
|
174
191
|
required: false,
|
175
192
|
serialized_name: 'properties.description',
|
176
193
|
type: {
|
@@ -178,6 +195,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
178
195
|
}
|
179
196
|
},
|
180
197
|
etag: {
|
198
|
+
client_side_validation: true,
|
181
199
|
required: false,
|
182
200
|
serialized_name: 'etag',
|
183
201
|
type: {
|
data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration_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: 'DscConfigurationAssociationProperty',
|
27
28
|
type: {
|
@@ -29,6 +30,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
29
30
|
class_name: 'DscConfigurationAssociationProperty',
|
30
31
|
model_properties: {
|
31
32
|
name: {
|
33
|
+
client_side_validation: true,
|
32
34
|
required: false,
|
33
35
|
serialized_name: 'name',
|
34
36
|
type: {
|
@@ -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: 'DscConfigurationCreateOrUpdateParameters',
|
50
51
|
type: {
|
@@ -52,6 +53,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
52
53
|
class_name: 'DscConfigurationCreateOrUpdateParameters',
|
53
54
|
model_properties: {
|
54
55
|
log_verbose: {
|
56
|
+
client_side_validation: true,
|
55
57
|
required: false,
|
56
58
|
serialized_name: 'properties.logVerbose',
|
57
59
|
type: {
|
@@ -59,6 +61,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
59
61
|
}
|
60
62
|
},
|
61
63
|
log_progress: {
|
64
|
+
client_side_validation: true,
|
62
65
|
required: false,
|
63
66
|
serialized_name: 'properties.logProgress',
|
64
67
|
type: {
|
@@ -66,6 +69,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
66
69
|
}
|
67
70
|
},
|
68
71
|
source: {
|
72
|
+
client_side_validation: true,
|
69
73
|
required: true,
|
70
74
|
serialized_name: 'properties.source',
|
71
75
|
type: {
|
@@ -74,11 +78,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
74
78
|
}
|
75
79
|
},
|
76
80
|
parameters: {
|
81
|
+
client_side_validation: true,
|
77
82
|
required: false,
|
78
83
|
serialized_name: 'properties.parameters',
|
79
84
|
type: {
|
80
85
|
name: 'Dictionary',
|
81
86
|
value: {
|
87
|
+
client_side_validation: true,
|
82
88
|
required: false,
|
83
89
|
serialized_name: 'DscConfigurationParameterElementType',
|
84
90
|
type: {
|
@@ -89,6 +95,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
89
95
|
}
|
90
96
|
},
|
91
97
|
description: {
|
98
|
+
client_side_validation: true,
|
92
99
|
required: false,
|
93
100
|
serialized_name: 'properties.description',
|
94
101
|
type: {
|
@@ -96,6 +103,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
96
103
|
}
|
97
104
|
},
|
98
105
|
name: {
|
106
|
+
client_side_validation: true,
|
99
107
|
required: false,
|
100
108
|
serialized_name: 'name',
|
101
109
|
type: {
|
@@ -103,6 +111,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
103
111
|
}
|
104
112
|
},
|
105
113
|
location: {
|
114
|
+
client_side_validation: true,
|
106
115
|
required: false,
|
107
116
|
serialized_name: 'location',
|
108
117
|
type: {
|
@@ -110,11 +119,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
110
119
|
}
|
111
120
|
},
|
112
121
|
tags: {
|
122
|
+
client_side_validation: true,
|
113
123
|
required: false,
|
114
124
|
serialized_name: 'tags',
|
115
125
|
type: {
|
116
126
|
name: 'Dictionary',
|
117
127
|
value: {
|
128
|
+
client_side_validation: true,
|
118
129
|
required: false,
|
119
130
|
serialized_name: 'StringElementType',
|
120
131
|
type: {
|