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
@@ -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: 'ModuleUpdateParameters',
|
37
38
|
type: {
|
@@ -39,6 +40,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
39
40
|
class_name: 'ModuleUpdateParameters',
|
40
41
|
model_properties: {
|
41
42
|
content_link: {
|
43
|
+
client_side_validation: true,
|
42
44
|
required: false,
|
43
45
|
serialized_name: 'properties.contentLink',
|
44
46
|
type: {
|
@@ -47,6 +49,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
47
49
|
}
|
48
50
|
},
|
49
51
|
name: {
|
52
|
+
client_side_validation: true,
|
50
53
|
required: false,
|
51
54
|
serialized_name: 'name',
|
52
55
|
type: {
|
@@ -54,6 +57,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
54
57
|
}
|
55
58
|
},
|
56
59
|
location: {
|
60
|
+
client_side_validation: true,
|
57
61
|
required: false,
|
58
62
|
serialized_name: 'location',
|
59
63
|
type: {
|
@@ -61,11 +65,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
61
65
|
}
|
62
66
|
},
|
63
67
|
tags: {
|
68
|
+
client_side_validation: true,
|
64
69
|
required: false,
|
65
70
|
serialized_name: 'tags',
|
66
71
|
type: {
|
67
72
|
name: 'Dictionary',
|
68
73
|
value: {
|
74
|
+
client_side_validation: true,
|
69
75
|
required: false,
|
70
76
|
serialized_name: 'StringElementType',
|
71
77
|
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: 'Operation',
|
30
31
|
type: {
|
@@ -32,6 +33,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
32
33
|
class_name: 'Operation',
|
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
|
display: {
|
44
|
+
client_side_validation: true,
|
42
45
|
required: false,
|
43
46
|
serialized_name: 'display',
|
44
47
|
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: 'Operation_display',
|
34
35
|
type: {
|
@@ -36,6 +37,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
36
37
|
class_name: 'OperationDisplay',
|
37
38
|
model_properties: {
|
38
39
|
provider: {
|
40
|
+
client_side_validation: true,
|
39
41
|
required: false,
|
40
42
|
serialized_name: 'provider',
|
41
43
|
type: {
|
@@ -43,6 +45,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
43
45
|
}
|
44
46
|
},
|
45
47
|
resource: {
|
48
|
+
client_side_validation: true,
|
46
49
|
required: false,
|
47
50
|
serialized_name: 'resource',
|
48
51
|
type: {
|
@@ -50,6 +53,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
50
53
|
}
|
51
54
|
},
|
52
55
|
operation: {
|
56
|
+
client_side_validation: true,
|
53
57
|
required: false,
|
54
58
|
serialized_name: 'operation',
|
55
59
|
type: {
|
@@ -23,6 +23,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
23
23
|
#
|
24
24
|
def self.mapper()
|
25
25
|
{
|
26
|
+
client_side_validation: true,
|
26
27
|
required: false,
|
27
28
|
serialized_name: 'OperationListResult',
|
28
29
|
type: {
|
@@ -30,11 +31,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
30
31
|
class_name: 'OperationListResult',
|
31
32
|
model_properties: {
|
32
33
|
value: {
|
34
|
+
client_side_validation: true,
|
33
35
|
required: false,
|
34
36
|
serialized_name: 'value',
|
35
37
|
type: {
|
36
38
|
name: 'Sequence',
|
37
39
|
element: {
|
40
|
+
client_side_validation: true,
|
38
41
|
required: false,
|
39
42
|
serialized_name: 'OperationElementType',
|
40
43
|
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: 'Resource',
|
39
40
|
type: {
|
@@ -41,6 +42,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
41
42
|
class_name: 'Resource',
|
42
43
|
model_properties: {
|
43
44
|
id: {
|
45
|
+
client_side_validation: true,
|
44
46
|
required: false,
|
45
47
|
read_only: true,
|
46
48
|
serialized_name: 'id',
|
@@ -49,6 +51,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
49
51
|
}
|
50
52
|
},
|
51
53
|
name: {
|
54
|
+
client_side_validation: true,
|
52
55
|
required: false,
|
53
56
|
read_only: true,
|
54
57
|
serialized_name: 'name',
|
@@ -57,6 +60,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
57
60
|
}
|
58
61
|
},
|
59
62
|
type: {
|
63
|
+
client_side_validation: true,
|
60
64
|
required: false,
|
61
65
|
read_only: true,
|
62
66
|
serialized_name: 'type',
|
@@ -65,6 +69,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
65
69
|
}
|
66
70
|
},
|
67
71
|
location: {
|
72
|
+
client_side_validation: true,
|
68
73
|
required: true,
|
69
74
|
serialized_name: 'location',
|
70
75
|
type: {
|
@@ -72,11 +77,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
72
77
|
}
|
73
78
|
},
|
74
79
|
tags: {
|
80
|
+
client_side_validation: true,
|
75
81
|
required: false,
|
76
82
|
serialized_name: 'tags',
|
77
83
|
type: {
|
78
84
|
name: 'Dictionary',
|
79
85
|
value: {
|
86
|
+
client_side_validation: true,
|
80
87
|
required: false,
|
81
88
|
serialized_name: 'StringElementType',
|
82
89
|
type: {
|
data/lib/2015-10-31/generated/azure_mgmt_automation/models/run_as_credential_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: 'RunAsCredentialAssociationProperty',
|
27
28
|
type: {
|
@@ -29,6 +30,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
29
30
|
class_name: 'RunAsCredentialAssociationProperty',
|
30
31
|
model_properties: {
|
31
32
|
name: {
|
33
|
+
client_side_validation: true,
|
32
34
|
required: false,
|
33
35
|
serialized_name: 'name',
|
34
36
|
type: {
|
@@ -73,6 +73,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
73
73
|
#
|
74
74
|
def self.mapper()
|
75
75
|
{
|
76
|
+
client_side_validation: true,
|
76
77
|
required: false,
|
77
78
|
serialized_name: 'Runbook',
|
78
79
|
type: {
|
@@ -80,6 +81,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
80
81
|
class_name: 'Runbook',
|
81
82
|
model_properties: {
|
82
83
|
id: {
|
84
|
+
client_side_validation: true,
|
83
85
|
required: false,
|
84
86
|
read_only: true,
|
85
87
|
serialized_name: 'id',
|
@@ -88,6 +90,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
88
90
|
}
|
89
91
|
},
|
90
92
|
name: {
|
93
|
+
client_side_validation: true,
|
91
94
|
required: false,
|
92
95
|
read_only: true,
|
93
96
|
serialized_name: 'name',
|
@@ -96,6 +99,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
96
99
|
}
|
97
100
|
},
|
98
101
|
type: {
|
102
|
+
client_side_validation: true,
|
99
103
|
required: false,
|
100
104
|
read_only: true,
|
101
105
|
serialized_name: 'type',
|
@@ -104,6 +108,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
104
108
|
}
|
105
109
|
},
|
106
110
|
location: {
|
111
|
+
client_side_validation: true,
|
107
112
|
required: true,
|
108
113
|
serialized_name: 'location',
|
109
114
|
type: {
|
@@ -111,11 +116,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
111
116
|
}
|
112
117
|
},
|
113
118
|
tags: {
|
119
|
+
client_side_validation: true,
|
114
120
|
required: false,
|
115
121
|
serialized_name: 'tags',
|
116
122
|
type: {
|
117
123
|
name: 'Dictionary',
|
118
124
|
value: {
|
125
|
+
client_side_validation: true,
|
119
126
|
required: false,
|
120
127
|
serialized_name: 'StringElementType',
|
121
128
|
type: {
|
@@ -125,6 +132,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
125
132
|
}
|
126
133
|
},
|
127
134
|
runbook_type: {
|
135
|
+
client_side_validation: true,
|
128
136
|
required: false,
|
129
137
|
serialized_name: 'properties.runbookType',
|
130
138
|
type: {
|
@@ -132,6 +140,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
132
140
|
}
|
133
141
|
},
|
134
142
|
publish_content_link: {
|
143
|
+
client_side_validation: true,
|
135
144
|
required: false,
|
136
145
|
serialized_name: 'properties.publishContentLink',
|
137
146
|
type: {
|
@@ -140,6 +149,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
140
149
|
}
|
141
150
|
},
|
142
151
|
state: {
|
152
|
+
client_side_validation: true,
|
143
153
|
required: false,
|
144
154
|
serialized_name: 'properties.state',
|
145
155
|
type: {
|
@@ -147,6 +157,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
147
157
|
}
|
148
158
|
},
|
149
159
|
log_verbose: {
|
160
|
+
client_side_validation: true,
|
150
161
|
required: false,
|
151
162
|
serialized_name: 'properties.logVerbose',
|
152
163
|
type: {
|
@@ -154,6 +165,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
154
165
|
}
|
155
166
|
},
|
156
167
|
log_progress: {
|
168
|
+
client_side_validation: true,
|
157
169
|
required: false,
|
158
170
|
serialized_name: 'properties.logProgress',
|
159
171
|
type: {
|
@@ -161,6 +173,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
161
173
|
}
|
162
174
|
},
|
163
175
|
log_activity_trace: {
|
176
|
+
client_side_validation: true,
|
164
177
|
required: false,
|
165
178
|
serialized_name: 'properties.logActivityTrace',
|
166
179
|
type: {
|
@@ -168,6 +181,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
168
181
|
}
|
169
182
|
},
|
170
183
|
job_count: {
|
184
|
+
client_side_validation: true,
|
171
185
|
required: false,
|
172
186
|
serialized_name: 'properties.jobCount',
|
173
187
|
type: {
|
@@ -175,11 +189,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
175
189
|
}
|
176
190
|
},
|
177
191
|
parameters: {
|
192
|
+
client_side_validation: true,
|
178
193
|
required: false,
|
179
194
|
serialized_name: 'properties.parameters',
|
180
195
|
type: {
|
181
196
|
name: 'Dictionary',
|
182
197
|
value: {
|
198
|
+
client_side_validation: true,
|
183
199
|
required: false,
|
184
200
|
serialized_name: 'RunbookParameterElementType',
|
185
201
|
type: {
|
@@ -190,11 +206,13 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
190
206
|
}
|
191
207
|
},
|
192
208
|
output_types: {
|
209
|
+
client_side_validation: true,
|
193
210
|
required: false,
|
194
211
|
serialized_name: 'properties.outputTypes',
|
195
212
|
type: {
|
196
213
|
name: 'Sequence',
|
197
214
|
element: {
|
215
|
+
client_side_validation: true,
|
198
216
|
required: false,
|
199
217
|
serialized_name: 'StringElementType',
|
200
218
|
type: {
|
@@ -204,6 +222,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
204
222
|
}
|
205
223
|
},
|
206
224
|
draft: {
|
225
|
+
client_side_validation: true,
|
207
226
|
required: false,
|
208
227
|
serialized_name: 'properties.draft',
|
209
228
|
type: {
|
@@ -212,6 +231,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
212
231
|
}
|
213
232
|
},
|
214
233
|
provisioning_state: {
|
234
|
+
client_side_validation: true,
|
215
235
|
required: false,
|
216
236
|
serialized_name: 'properties.provisioningState',
|
217
237
|
type: {
|
@@ -220,6 +240,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
220
240
|
}
|
221
241
|
},
|
222
242
|
last_modified_by: {
|
243
|
+
client_side_validation: true,
|
223
244
|
required: false,
|
224
245
|
serialized_name: 'properties.lastModifiedBy',
|
225
246
|
type: {
|
@@ -227,6 +248,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
227
248
|
}
|
228
249
|
},
|
229
250
|
creation_time: {
|
251
|
+
client_side_validation: true,
|
230
252
|
required: false,
|
231
253
|
serialized_name: 'properties.creationTime',
|
232
254
|
type: {
|
@@ -234,6 +256,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
234
256
|
}
|
235
257
|
},
|
236
258
|
last_modified_time: {
|
259
|
+
client_side_validation: true,
|
237
260
|
required: false,
|
238
261
|
serialized_name: 'properties.lastModifiedTime',
|
239
262
|
type: {
|
@@ -241,6 +264,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
241
264
|
}
|
242
265
|
},
|
243
266
|
description: {
|
267
|
+
client_side_validation: true,
|
244
268
|
required: false,
|
245
269
|
serialized_name: 'properties.description',
|
246
270
|
type: {
|
@@ -248,6 +272,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
248
272
|
}
|
249
273
|
},
|
250
274
|
etag: {
|
275
|
+
client_side_validation: true,
|
251
276
|
required: false,
|
252
277
|
serialized_name: 'etag',
|
253
278
|
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: 'RunbookAssociationProperty',
|
27
28
|
type: {
|
@@ -29,6 +30,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
29
30
|
class_name: 'RunbookAssociationProperty',
|
30
31
|
model_properties: {
|
31
32
|
name: {
|
33
|
+
client_side_validation: true,
|
32
34
|
required: false,
|
33
35
|
serialized_name: 'name',
|
34
36
|
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: 'RunbookCreateOrUpdateDraftParameters',
|
27
28
|
type: {
|
@@ -29,6 +30,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
29
30
|
class_name: 'RunbookCreateOrUpdateDraftParameters',
|
30
31
|
model_properties: {
|
31
32
|
runbook_content: {
|
33
|
+
client_side_validation: true,
|
32
34
|
required: true,
|
33
35
|
serialized_name: 'runbookContent',
|
34
36
|
type: {
|
@@ -41,6 +41,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
41
41
|
#
|
42
42
|
def self.mapper()
|
43
43
|
{
|
44
|
+
client_side_validation: true,
|
44
45
|
required: false,
|
45
46
|
serialized_name: 'RunbookCreateOrUpdateDraftProperties',
|
46
47
|
type: {
|
@@ -48,6 +49,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
48
49
|
class_name: 'RunbookCreateOrUpdateDraftProperties',
|
49
50
|
model_properties: {
|
50
51
|
log_verbose: {
|
52
|
+
client_side_validation: true,
|
51
53
|
required: false,
|
52
54
|
serialized_name: 'logVerbose',
|
53
55
|
type: {
|
@@ -55,6 +57,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
55
57
|
}
|
56
58
|
},
|
57
59
|
log_progress: {
|
60
|
+
client_side_validation: true,
|
58
61
|
required: false,
|
59
62
|
serialized_name: 'logProgress',
|
60
63
|
type: {
|
@@ -62,6 +65,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
62
65
|
}
|
63
66
|
},
|
64
67
|
runbook_type: {
|
68
|
+
client_side_validation: true,
|
65
69
|
required: true,
|
66
70
|
serialized_name: 'runbookType',
|
67
71
|
type: {
|
@@ -69,6 +73,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
69
73
|
}
|
70
74
|
},
|
71
75
|
draft: {
|
76
|
+
client_side_validation: true,
|
72
77
|
required: true,
|
73
78
|
serialized_name: 'draft',
|
74
79
|
type: {
|
@@ -77,6 +82,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
77
82
|
}
|
78
83
|
},
|
79
84
|
description: {
|
85
|
+
client_side_validation: true,
|
80
86
|
required: false,
|
81
87
|
serialized_name: 'description',
|
82
88
|
type: {
|
@@ -84,6 +90,7 @@ module Azure::Automation::Mgmt::V2015_10_31
|
|
84
90
|
}
|
85
91
|
},
|
86
92
|
log_activity_trace: {
|
93
|
+
client_side_validation: true,
|
87
94
|
required: false,
|
88
95
|
serialized_name: 'logActivityTrace',
|
89
96
|
type: {
|