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.
Files changed (148) hide show
  1. checksums.yaml +4 -4
  2. data/lib/2015-10-31/generated/azure_mgmt_automation/activity_operations.rb +2 -0
  3. data/lib/2015-10-31/generated/azure_mgmt_automation/agent_registration_information.rb +2 -0
  4. data/lib/2015-10-31/generated/azure_mgmt_automation/automation_account_operations.rb +5 -0
  5. data/lib/2015-10-31/generated/azure_mgmt_automation/automation_client.rb +1 -3
  6. data/lib/2015-10-31/generated/azure_mgmt_automation/certificate_operations.rb +5 -0
  7. data/lib/2015-10-31/generated/azure_mgmt_automation/connection_operations.rb +5 -0
  8. data/lib/2015-10-31/generated/azure_mgmt_automation/connection_type_operations.rb +4 -0
  9. data/lib/2015-10-31/generated/azure_mgmt_automation/credential_operations.rb +5 -0
  10. data/lib/2015-10-31/generated/azure_mgmt_automation/dsc_compilation_job_operations.rb +4 -0
  11. data/lib/2015-10-31/generated/azure_mgmt_automation/dsc_configuration_operations.rb +6 -0
  12. data/lib/2015-10-31/generated/azure_mgmt_automation/dsc_node_configuration_operations.rb +4 -0
  13. data/lib/2015-10-31/generated/azure_mgmt_automation/dsc_node_operations.rb +4 -0
  14. data/lib/2015-10-31/generated/azure_mgmt_automation/fields.rb +1 -0
  15. data/lib/2015-10-31/generated/azure_mgmt_automation/hybrid_runbook_worker_group_operations.rb +4 -0
  16. data/lib/2015-10-31/generated/azure_mgmt_automation/job_operations.rb +10 -0
  17. data/lib/2015-10-31/generated/azure_mgmt_automation/job_schedule_operations.rb +4 -0
  18. data/lib/2015-10-31/generated/azure_mgmt_automation/job_stream_operations.rb +2 -0
  19. data/lib/2015-10-31/generated/azure_mgmt_automation/models/activity.rb +11 -0
  20. data/lib/2015-10-31/generated/azure_mgmt_automation/models/activity_list_result.rb +4 -0
  21. data/lib/2015-10-31/generated/azure_mgmt_automation/models/activity_output_type.rb +3 -0
  22. data/lib/2015-10-31/generated/azure_mgmt_automation/models/activity_parameter.rb +9 -0
  23. data/lib/2015-10-31/generated/azure_mgmt_automation/models/activity_parameter_set.rb +4 -0
  24. data/lib/2015-10-31/generated/azure_mgmt_automation/models/advanced_schedule.rb +7 -0
  25. data/lib/2015-10-31/generated/azure_mgmt_automation/models/advanced_schedule_monthly_occurrence.rb +3 -0
  26. data/lib/2015-10-31/generated/azure_mgmt_automation/models/agent_registration.rb +5 -0
  27. data/lib/2015-10-31/generated/azure_mgmt_automation/models/agent_registration_keys.rb +3 -0
  28. data/lib/2015-10-31/generated/azure_mgmt_automation/models/agent_registration_regenerate_key_parameter.rb +6 -0
  29. data/lib/2015-10-31/generated/azure_mgmt_automation/models/automation_account.rb +14 -0
  30. data/lib/2015-10-31/generated/azure_mgmt_automation/models/automation_account_create_or_update_parameters.rb +6 -0
  31. data/lib/2015-10-31/generated/azure_mgmt_automation/models/automation_account_list_result.rb +4 -0
  32. data/lib/2015-10-31/generated/azure_mgmt_automation/models/automation_account_update_parameters.rb +6 -0
  33. data/lib/2015-10-31/generated/azure_mgmt_automation/models/certificate.rb +9 -0
  34. data/lib/2015-10-31/generated/azure_mgmt_automation/models/certificate_create_or_update_parameters.rb +6 -0
  35. data/lib/2015-10-31/generated/azure_mgmt_automation/models/certificate_list_result.rb +4 -0
  36. data/lib/2015-10-31/generated/azure_mgmt_automation/models/certificate_update_parameters.rb +3 -0
  37. data/lib/2015-10-31/generated/azure_mgmt_automation/models/connection.rb +9 -0
  38. data/lib/2015-10-31/generated/azure_mgmt_automation/models/connection_create_or_update_parameters.rb +6 -0
  39. data/lib/2015-10-31/generated/azure_mgmt_automation/models/connection_list_result.rb +4 -0
  40. data/lib/2015-10-31/generated/azure_mgmt_automation/models/connection_type.rb +9 -0
  41. data/lib/2015-10-31/generated/azure_mgmt_automation/models/connection_type_association_property.rb +2 -0
  42. data/lib/2015-10-31/generated/azure_mgmt_automation/models/connection_type_create_or_update_parameters.rb +5 -0
  43. data/lib/2015-10-31/generated/azure_mgmt_automation/models/connection_type_list_result.rb +4 -0
  44. data/lib/2015-10-31/generated/azure_mgmt_automation/models/connection_update_parameters.rb +5 -0
  45. data/lib/2015-10-31/generated/azure_mgmt_automation/models/content_hash.rb +3 -0
  46. data/lib/2015-10-31/generated/azure_mgmt_automation/models/content_link.rb +4 -0
  47. data/lib/2015-10-31/generated/azure_mgmt_automation/models/content_source.rb +5 -0
  48. data/lib/2015-10-31/generated/azure_mgmt_automation/models/credential.rb +7 -0
  49. data/lib/2015-10-31/generated/azure_mgmt_automation/models/credential_create_or_update_parameters.rb +5 -0
  50. data/lib/2015-10-31/generated/azure_mgmt_automation/models/credential_list_result.rb +4 -0
  51. data/lib/2015-10-31/generated/azure_mgmt_automation/models/credential_update_parameters.rb +5 -0
  52. data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_compilation_job.rb +15 -0
  53. data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_compilation_job_create_parameters.rb +8 -0
  54. data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_compilation_job_list_result.rb +4 -0
  55. data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration.rb +18 -0
  56. data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration_association_property.rb +2 -0
  57. data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration_create_or_update_parameters.rb +11 -0
  58. data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration_list_result.rb +4 -0
  59. data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_configuration_parameter.rb +5 -0
  60. data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_meta_configuration.rb +8 -0
  61. data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node.rb +15 -0
  62. data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_configuration.rb +6 -0
  63. data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_configuration_association_property.rb +2 -0
  64. data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_configuration_create_or_update_parameters.rb +4 -0
  65. data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_configuration_list_result.rb +4 -0
  66. data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_list_result.rb +4 -0
  67. data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_report.rb +24 -0
  68. data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_report_list_result.rb +4 -0
  69. data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_node_update_parameters.rb +3 -0
  70. data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_report_error.rb +7 -0
  71. data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_report_resource.rb +12 -0
  72. data/lib/2015-10-31/generated/azure_mgmt_automation/models/dsc_report_resource_navigation.rb +2 -0
  73. data/lib/2015-10-31/generated/azure_mgmt_automation/models/error_response.rb +3 -0
  74. data/lib/2015-10-31/generated/azure_mgmt_automation/models/field_definition.rb +4 -0
  75. data/lib/2015-10-31/generated/azure_mgmt_automation/models/hybrid_runbook_worker.rb +4 -0
  76. data/lib/2015-10-31/generated/azure_mgmt_automation/models/hybrid_runbook_worker_group.rb +6 -0
  77. data/lib/2015-10-31/generated/azure_mgmt_automation/models/hybrid_runbook_worker_group_update_parameters.rb +2 -0
  78. data/lib/2015-10-31/generated/azure_mgmt_automation/models/hybrid_runbook_worker_groups_list_result.rb +4 -0
  79. data/lib/2015-10-31/generated/azure_mgmt_automation/models/job.rb +16 -0
  80. data/lib/2015-10-31/generated/azure_mgmt_automation/models/job_create_parameters.rb +9 -0
  81. data/lib/2015-10-31/generated/azure_mgmt_automation/models/job_list_result.rb +4 -0
  82. data/lib/2015-10-31/generated/azure_mgmt_automation/models/job_schedule.rb +8 -0
  83. data/lib/2015-10-31/generated/azure_mgmt_automation/models/job_schedule_create_parameters.rb +6 -0
  84. data/lib/2015-10-31/generated/azure_mgmt_automation/models/job_schedule_list_result.rb +4 -0
  85. data/lib/2015-10-31/generated/azure_mgmt_automation/models/job_stream.rb +9 -0
  86. data/lib/2015-10-31/generated/azure_mgmt_automation/models/job_stream_list_result.rb +4 -0
  87. data/lib/2015-10-31/generated/azure_mgmt_automation/models/module_create_or_update_parameters.rb +6 -0
  88. data/lib/2015-10-31/generated/azure_mgmt_automation/models/module_error_info.rb +3 -0
  89. data/lib/2015-10-31/generated/azure_mgmt_automation/models/module_list_result.rb +4 -0
  90. data/lib/2015-10-31/generated/azure_mgmt_automation/models/module_model.rb +18 -0
  91. data/lib/2015-10-31/generated/azure_mgmt_automation/models/module_update_parameters.rb +6 -0
  92. data/lib/2015-10-31/generated/azure_mgmt_automation/models/operation.rb +3 -0
  93. data/lib/2015-10-31/generated/azure_mgmt_automation/models/operation_display.rb +4 -0
  94. data/lib/2015-10-31/generated/azure_mgmt_automation/models/operation_list_result.rb +3 -0
  95. data/lib/2015-10-31/generated/azure_mgmt_automation/models/resource.rb +7 -0
  96. data/lib/2015-10-31/generated/azure_mgmt_automation/models/run_as_credential_association_property.rb +2 -0
  97. data/lib/2015-10-31/generated/azure_mgmt_automation/models/runbook.rb +25 -0
  98. data/lib/2015-10-31/generated/azure_mgmt_automation/models/runbook_association_property.rb +2 -0
  99. data/lib/2015-10-31/generated/azure_mgmt_automation/models/runbook_create_or_update_draft_parameters.rb +2 -0
  100. data/lib/2015-10-31/generated/azure_mgmt_automation/models/runbook_create_or_update_draft_properties.rb +7 -0
  101. data/lib/2015-10-31/generated/azure_mgmt_automation/models/runbook_create_or_update_parameters.rb +12 -0
  102. data/lib/2015-10-31/generated/azure_mgmt_automation/models/runbook_draft.rb +9 -0
  103. data/lib/2015-10-31/generated/azure_mgmt_automation/models/runbook_draft_undo_edit_result.rb +3 -0
  104. data/lib/2015-10-31/generated/azure_mgmt_automation/models/runbook_list_result.rb +4 -0
  105. data/lib/2015-10-31/generated/azure_mgmt_automation/models/runbook_parameter.rb +5 -0
  106. data/lib/2015-10-31/generated/azure_mgmt_automation/models/runbook_update_parameters.rb +9 -0
  107. data/lib/2015-10-31/generated/azure_mgmt_automation/models/schedule.rb +17 -0
  108. data/lib/2015-10-31/generated/azure_mgmt_automation/models/schedule_association_property.rb +2 -0
  109. data/lib/2015-10-31/generated/azure_mgmt_automation/models/schedule_create_or_update_parameters.rb +9 -0
  110. data/lib/2015-10-31/generated/azure_mgmt_automation/models/schedule_list_result.rb +4 -0
  111. data/lib/2015-10-31/generated/azure_mgmt_automation/models/schedule_update_parameters.rb +4 -0
  112. data/lib/2015-10-31/generated/azure_mgmt_automation/models/sku.rb +4 -0
  113. data/lib/2015-10-31/generated/azure_mgmt_automation/models/statistics.rb +6 -0
  114. data/lib/2015-10-31/generated/azure_mgmt_automation/models/statistics_list_result.rb +3 -0
  115. data/lib/2015-10-31/generated/azure_mgmt_automation/models/sub_resource.rb +2 -0
  116. data/lib/2015-10-31/generated/azure_mgmt_automation/models/test_job.rb +12 -0
  117. data/lib/2015-10-31/generated/azure_mgmt_automation/models/test_job_create_parameters.rb +5 -0
  118. data/lib/2015-10-31/generated/azure_mgmt_automation/models/type_field.rb +3 -0
  119. data/lib/2015-10-31/generated/azure_mgmt_automation/models/type_field_list_result.rb +3 -0
  120. data/lib/2015-10-31/generated/azure_mgmt_automation/models/usage.rb +7 -0
  121. data/lib/2015-10-31/generated/azure_mgmt_automation/models/usage_counter_name.rb +3 -0
  122. data/lib/2015-10-31/generated/azure_mgmt_automation/models/usage_list_result.rb +3 -0
  123. data/lib/2015-10-31/generated/azure_mgmt_automation/models/variable.rb +8 -0
  124. data/lib/2015-10-31/generated/azure_mgmt_automation/models/variable_create_or_update_parameters.rb +5 -0
  125. data/lib/2015-10-31/generated/azure_mgmt_automation/models/variable_list_result.rb +4 -0
  126. data/lib/2015-10-31/generated/azure_mgmt_automation/models/variable_update_parameters.rb +4 -0
  127. data/lib/2015-10-31/generated/azure_mgmt_automation/models/webhook.rb +14 -0
  128. data/lib/2015-10-31/generated/azure_mgmt_automation/models/webhook_create_or_update_parameters.rb +9 -0
  129. data/lib/2015-10-31/generated/azure_mgmt_automation/models/webhook_list_result.rb +4 -0
  130. data/lib/2015-10-31/generated/azure_mgmt_automation/models/webhook_update_parameters.rb +7 -0
  131. data/lib/2015-10-31/generated/azure_mgmt_automation/module_model_operations.rb +5 -0
  132. data/lib/2015-10-31/generated/azure_mgmt_automation/node_reports.rb +4 -0
  133. data/lib/2015-10-31/generated/azure_mgmt_automation/object_data_types.rb +2 -0
  134. data/lib/2015-10-31/generated/azure_mgmt_automation/runbook_draft_operations.rb +7 -0
  135. data/lib/2015-10-31/generated/azure_mgmt_automation/runbook_operations.rb +7 -0
  136. data/lib/2015-10-31/generated/azure_mgmt_automation/schedule_operations.rb +5 -0
  137. data/lib/2015-10-31/generated/azure_mgmt_automation/statistics_operations.rb +1 -0
  138. data/lib/2015-10-31/generated/azure_mgmt_automation/test_job_streams.rb +2 -0
  139. data/lib/2015-10-31/generated/azure_mgmt_automation/test_jobs.rb +5 -0
  140. data/lib/2015-10-31/generated/azure_mgmt_automation/usages.rb +1 -0
  141. data/lib/2015-10-31/generated/azure_mgmt_automation/variable_operations.rb +5 -0
  142. data/lib/2015-10-31/generated/azure_mgmt_automation/webhook_operations.rb +7 -0
  143. data/lib/profiles/latest/automation_latest_profile_client.rb +1 -3
  144. data/lib/version.rb +1 -1
  145. metadata +10 -8
  146. data/lib/2015-10-31/generated/azure_mgmt_automation/version.rb +0 -8
  147. data/lib/profiles/common/configurable.rb +0 -86
  148. 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: 'DscNodeReportListResult',
62
63
  type: {
@@ -64,11 +65,13 @@ module Azure::Automation::Mgmt::V2015_10_31
64
65
  class_name: 'DscNodeReportListResult',
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: 'DscNodeReportElementType',
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: {
@@ -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: 'DscNodeUpdateParameters',
31
32
  type: {
@@ -33,6 +34,7 @@ module Azure::Automation::Mgmt::V2015_10_31
33
34
  class_name: 'DscNodeUpdateParameters',
34
35
  model_properties: {
35
36
  node_id: {
37
+ client_side_validation: true,
36
38
  required: false,
37
39
  serialized_name: 'nodeId',
38
40
  type: {
@@ -40,6 +42,7 @@ module Azure::Automation::Mgmt::V2015_10_31
40
42
  }
41
43
  },
42
44
  node_configuration: {
45
+ client_side_validation: true,
43
46
  required: false,
44
47
  serialized_name: 'nodeConfiguration',
45
48
  type: {
@@ -38,6 +38,7 @@ module Azure::Automation::Mgmt::V2015_10_31
38
38
  #
39
39
  def self.mapper()
40
40
  {
41
+ client_side_validation: true,
41
42
  required: false,
42
43
  serialized_name: 'DscReportError',
43
44
  type: {
@@ -45,6 +46,7 @@ module Azure::Automation::Mgmt::V2015_10_31
45
46
  class_name: 'DscReportError',
46
47
  model_properties: {
47
48
  error_source: {
49
+ client_side_validation: true,
48
50
  required: false,
49
51
  serialized_name: 'errorSource',
50
52
  type: {
@@ -52,6 +54,7 @@ module Azure::Automation::Mgmt::V2015_10_31
52
54
  }
53
55
  },
54
56
  resource_id: {
57
+ client_side_validation: true,
55
58
  required: false,
56
59
  serialized_name: 'resourceId',
57
60
  type: {
@@ -59,6 +62,7 @@ module Azure::Automation::Mgmt::V2015_10_31
59
62
  }
60
63
  },
61
64
  error_code: {
65
+ client_side_validation: true,
62
66
  required: false,
63
67
  serialized_name: 'errorCode',
64
68
  type: {
@@ -66,6 +70,7 @@ module Azure::Automation::Mgmt::V2015_10_31
66
70
  }
67
71
  },
68
72
  error_message: {
73
+ client_side_validation: true,
69
74
  required: false,
70
75
  serialized_name: 'errorMessage',
71
76
  type: {
@@ -73,6 +78,7 @@ module Azure::Automation::Mgmt::V2015_10_31
73
78
  }
74
79
  },
75
80
  locale: {
81
+ client_side_validation: true,
76
82
  required: false,
77
83
  serialized_name: 'locale',
78
84
  type: {
@@ -80,6 +86,7 @@ module Azure::Automation::Mgmt::V2015_10_31
80
86
  }
81
87
  },
82
88
  error_details: {
89
+ client_side_validation: true,
83
90
  required: false,
84
91
  serialized_name: 'errorDetails',
85
92
  type: {
@@ -50,6 +50,7 @@ module Azure::Automation::Mgmt::V2015_10_31
50
50
  #
51
51
  def self.mapper()
52
52
  {
53
+ client_side_validation: true,
53
54
  required: false,
54
55
  serialized_name: 'DscReportResource',
55
56
  type: {
@@ -57,6 +58,7 @@ module Azure::Automation::Mgmt::V2015_10_31
57
58
  class_name: 'DscReportResource',
58
59
  model_properties: {
59
60
  resource_id: {
61
+ client_side_validation: true,
60
62
  required: false,
61
63
  serialized_name: 'resourceId',
62
64
  type: {
@@ -64,6 +66,7 @@ module Azure::Automation::Mgmt::V2015_10_31
64
66
  }
65
67
  },
66
68
  source_info: {
69
+ client_side_validation: true,
67
70
  required: false,
68
71
  serialized_name: 'sourceInfo',
69
72
  type: {
@@ -71,11 +74,13 @@ module Azure::Automation::Mgmt::V2015_10_31
71
74
  }
72
75
  },
73
76
  depends_on: {
77
+ client_side_validation: true,
74
78
  required: false,
75
79
  serialized_name: 'dependsOn',
76
80
  type: {
77
81
  name: 'Sequence',
78
82
  element: {
83
+ client_side_validation: true,
79
84
  required: false,
80
85
  serialized_name: 'DscReportResourceNavigationElementType',
81
86
  type: {
@@ -86,6 +91,7 @@ module Azure::Automation::Mgmt::V2015_10_31
86
91
  }
87
92
  },
88
93
  module_name: {
94
+ client_side_validation: true,
89
95
  required: false,
90
96
  serialized_name: 'moduleName',
91
97
  type: {
@@ -93,6 +99,7 @@ module Azure::Automation::Mgmt::V2015_10_31
93
99
  }
94
100
  },
95
101
  module_version: {
102
+ client_side_validation: true,
96
103
  required: false,
97
104
  serialized_name: 'moduleVersion',
98
105
  type: {
@@ -100,6 +107,7 @@ module Azure::Automation::Mgmt::V2015_10_31
100
107
  }
101
108
  },
102
109
  resource_name: {
110
+ client_side_validation: true,
103
111
  required: false,
104
112
  serialized_name: 'resourceName',
105
113
  type: {
@@ -107,6 +115,7 @@ module Azure::Automation::Mgmt::V2015_10_31
107
115
  }
108
116
  },
109
117
  error: {
118
+ client_side_validation: true,
110
119
  required: false,
111
120
  serialized_name: 'error',
112
121
  type: {
@@ -114,6 +123,7 @@ module Azure::Automation::Mgmt::V2015_10_31
114
123
  }
115
124
  },
116
125
  status: {
126
+ client_side_validation: true,
117
127
  required: false,
118
128
  serialized_name: 'status',
119
129
  type: {
@@ -121,6 +131,7 @@ module Azure::Automation::Mgmt::V2015_10_31
121
131
  }
122
132
  },
123
133
  duration_in_seconds: {
134
+ client_side_validation: true,
124
135
  required: false,
125
136
  serialized_name: 'durationInSeconds',
126
137
  type: {
@@ -128,6 +139,7 @@ module Azure::Automation::Mgmt::V2015_10_31
128
139
  }
129
140
  },
130
141
  start_date: {
142
+ client_side_validation: true,
131
143
  required: false,
132
144
  serialized_name: 'startDate',
133
145
  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: 'DscReportResourceNavigation',
27
28
  type: {
@@ -29,6 +30,7 @@ module Azure::Automation::Mgmt::V2015_10_31
29
30
  class_name: 'DscReportResourceNavigation',
30
31
  model_properties: {
31
32
  resource_id: {
33
+ client_side_validation: true,
32
34
  required: false,
33
35
  serialized_name: 'resourceId',
34
36
  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: 'ErrorResponse',
30
31
  type: {
@@ -32,6 +33,7 @@ module Azure::Automation::Mgmt::V2015_10_31
32
33
  class_name: 'ErrorResponse',
33
34
  model_properties: {
34
35
  code: {
36
+ client_side_validation: true,
35
37
  required: false,
36
38
  serialized_name: 'code',
37
39
  type: {
@@ -39,6 +41,7 @@ module Azure::Automation::Mgmt::V2015_10_31
39
41
  }
40
42
  },
41
43
  message: {
44
+ client_side_validation: true,
42
45
  required: false,
43
46
  serialized_name: 'message',
44
47
  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: 'FieldDefinition',
36
37
  type: {
@@ -38,6 +39,7 @@ module Azure::Automation::Mgmt::V2015_10_31
38
39
  class_name: 'FieldDefinition',
39
40
  model_properties: {
40
41
  is_encrypted: {
42
+ client_side_validation: true,
41
43
  required: false,
42
44
  serialized_name: 'isEncrypted',
43
45
  type: {
@@ -45,6 +47,7 @@ module Azure::Automation::Mgmt::V2015_10_31
45
47
  }
46
48
  },
47
49
  is_optional: {
50
+ client_side_validation: true,
48
51
  required: false,
49
52
  serialized_name: 'isOptional',
50
53
  type: {
@@ -52,6 +55,7 @@ module Azure::Automation::Mgmt::V2015_10_31
52
55
  }
53
56
  },
54
57
  type: {
58
+ client_side_validation: true,
55
59
  required: true,
56
60
  serialized_name: 'type',
57
61
  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: 'HybridRunbookWorker',
34
35
  type: {
@@ -36,6 +37,7 @@ module Azure::Automation::Mgmt::V2015_10_31
36
37
  class_name: 'HybridRunbookWorker',
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
  ip: {
48
+ client_side_validation: true,
46
49
  required: false,
47
50
  serialized_name: 'ip',
48
51
  type: {
@@ -50,6 +53,7 @@ module Azure::Automation::Mgmt::V2015_10_31
50
53
  }
51
54
  },
52
55
  registration_time: {
56
+ client_side_validation: true,
53
57
  required: false,
54
58
  serialized_name: 'registrationTime',
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: 'HybridRunbookWorkerGroup',
38
39
  type: {
@@ -40,6 +41,7 @@ module Azure::Automation::Mgmt::V2015_10_31
40
41
  class_name: 'HybridRunbookWorkerGroup',
41
42
  model_properties: {
42
43
  id: {
44
+ client_side_validation: true,
43
45
  required: false,
44
46
  serialized_name: 'id',
45
47
  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,11 +57,13 @@ module Azure::Automation::Mgmt::V2015_10_31
54
57
  }
55
58
  },
56
59
  hybrid_runbook_workers: {
60
+ client_side_validation: true,
57
61
  required: false,
58
62
  serialized_name: 'hybridRunbookWorkers',
59
63
  type: {
60
64
  name: 'Sequence',
61
65
  element: {
66
+ client_side_validation: true,
62
67
  required: false,
63
68
  serialized_name: 'HybridRunbookWorkerElementType',
64
69
  type: {
@@ -69,6 +74,7 @@ module Azure::Automation::Mgmt::V2015_10_31
69
74
  }
70
75
  },
71
76
  credential: {
77
+ client_side_validation: true,
72
78
  required: false,
73
79
  serialized_name: 'credential',
74
80
  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: 'HybridRunbookWorkerGroupUpdateParameters',
28
29
  type: {
@@ -30,6 +31,7 @@ module Azure::Automation::Mgmt::V2015_10_31
30
31
  class_name: 'HybridRunbookWorkerGroupUpdateParameters',
31
32
  model_properties: {
32
33
  credential: {
34
+ client_side_validation: true,
33
35
  required: false,
34
36
  serialized_name: 'credential',
35
37
  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: 'HybridRunbookWorkerGroupsListResult',
63
64
  type: {
@@ -65,11 +66,13 @@ module Azure::Automation::Mgmt::V2015_10_31
65
66
  class_name: 'HybridRunbookWorkerGroupsListResult',
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: 'HybridRunbookWorkerGroupElementType',
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: {
@@ -67,6 +67,7 @@ module Azure::Automation::Mgmt::V2015_10_31
67
67
  #
68
68
  def self.mapper()
69
69
  {
70
+ client_side_validation: true,
70
71
  required: false,
71
72
  serialized_name: 'Job',
72
73
  type: {
@@ -74,6 +75,7 @@ module Azure::Automation::Mgmt::V2015_10_31
74
75
  class_name: 'Job',
75
76
  model_properties: {
76
77
  id: {
78
+ client_side_validation: true,
77
79
  required: false,
78
80
  serialized_name: 'id',
79
81
  type: {
@@ -81,6 +83,7 @@ module Azure::Automation::Mgmt::V2015_10_31
81
83
  }
82
84
  },
83
85
  runbook: {
86
+ client_side_validation: true,
84
87
  required: false,
85
88
  serialized_name: 'properties.runbook',
86
89
  type: {
@@ -89,6 +92,7 @@ module Azure::Automation::Mgmt::V2015_10_31
89
92
  }
90
93
  },
91
94
  started_by: {
95
+ client_side_validation: true,
92
96
  required: false,
93
97
  serialized_name: 'properties.startedBy',
94
98
  type: {
@@ -96,6 +100,7 @@ module Azure::Automation::Mgmt::V2015_10_31
96
100
  }
97
101
  },
98
102
  run_on: {
103
+ client_side_validation: true,
99
104
  required: false,
100
105
  serialized_name: 'properties.runOn',
101
106
  type: {
@@ -103,6 +108,7 @@ module Azure::Automation::Mgmt::V2015_10_31
103
108
  }
104
109
  },
105
110
  job_id: {
111
+ client_side_validation: true,
106
112
  required: false,
107
113
  serialized_name: 'properties.jobId',
108
114
  type: {
@@ -110,6 +116,7 @@ module Azure::Automation::Mgmt::V2015_10_31
110
116
  }
111
117
  },
112
118
  creation_time: {
119
+ client_side_validation: true,
113
120
  required: false,
114
121
  serialized_name: 'properties.creationTime',
115
122
  type: {
@@ -117,6 +124,7 @@ module Azure::Automation::Mgmt::V2015_10_31
117
124
  }
118
125
  },
119
126
  status: {
127
+ client_side_validation: true,
120
128
  required: false,
121
129
  serialized_name: 'properties.status',
122
130
  type: {
@@ -124,6 +132,7 @@ module Azure::Automation::Mgmt::V2015_10_31
124
132
  }
125
133
  },
126
134
  status_details: {
135
+ client_side_validation: true,
127
136
  required: false,
128
137
  serialized_name: 'properties.statusDetails',
129
138
  type: {
@@ -131,6 +140,7 @@ module Azure::Automation::Mgmt::V2015_10_31
131
140
  }
132
141
  },
133
142
  start_time: {
143
+ client_side_validation: true,
134
144
  required: false,
135
145
  serialized_name: 'properties.startTime',
136
146
  type: {
@@ -138,6 +148,7 @@ module Azure::Automation::Mgmt::V2015_10_31
138
148
  }
139
149
  },
140
150
  end_time: {
151
+ client_side_validation: true,
141
152
  required: false,
142
153
  serialized_name: 'properties.endTime',
143
154
  type: {
@@ -145,6 +156,7 @@ module Azure::Automation::Mgmt::V2015_10_31
145
156
  }
146
157
  },
147
158
  exception: {
159
+ client_side_validation: true,
148
160
  required: false,
149
161
  serialized_name: 'properties.exception',
150
162
  type: {
@@ -152,6 +164,7 @@ module Azure::Automation::Mgmt::V2015_10_31
152
164
  }
153
165
  },
154
166
  last_modified_time: {
167
+ client_side_validation: true,
155
168
  required: false,
156
169
  serialized_name: 'properties.lastModifiedTime',
157
170
  type: {
@@ -159,6 +172,7 @@ module Azure::Automation::Mgmt::V2015_10_31
159
172
  }
160
173
  },
161
174
  last_status_modified_time: {
175
+ client_side_validation: true,
162
176
  required: false,
163
177
  serialized_name: 'properties.lastStatusModifiedTime',
164
178
  type: {
@@ -166,11 +180,13 @@ module Azure::Automation::Mgmt::V2015_10_31
166
180
  }
167
181
  },
168
182
  parameters: {
183
+ client_side_validation: true,
169
184
  required: false,
170
185
  serialized_name: 'properties.parameters',
171
186
  type: {
172
187
  name: 'Dictionary',
173
188
  value: {
189
+ client_side_validation: true,
174
190
  required: false,
175
191
  serialized_name: 'StringElementType',
176
192
  type: {