azure_mgmt_automation 0.15.1 → 0.15.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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
@@ -40,6 +40,7 @@ module Azure::Automation::Mgmt::V2015_10_31
40
40
  #
41
41
  def self.mapper()
42
42
  {
43
+ client_side_validation: true,
43
44
  required: false,
44
45
  serialized_name: 'JobCreateParameters',
45
46
  type: {
@@ -47,6 +48,7 @@ module Azure::Automation::Mgmt::V2015_10_31
47
48
  class_name: 'JobCreateParameters',
48
49
  model_properties: {
49
50
  runbook: {
51
+ client_side_validation: true,
50
52
  required: true,
51
53
  serialized_name: 'properties.runbook',
52
54
  type: {
@@ -55,11 +57,13 @@ module Azure::Automation::Mgmt::V2015_10_31
55
57
  }
56
58
  },
57
59
  parameters: {
60
+ client_side_validation: true,
58
61
  required: false,
59
62
  serialized_name: 'properties.parameters',
60
63
  type: {
61
64
  name: 'Dictionary',
62
65
  value: {
66
+ client_side_validation: true,
63
67
  required: false,
64
68
  serialized_name: 'StringElementType',
65
69
  type: {
@@ -69,6 +73,7 @@ module Azure::Automation::Mgmt::V2015_10_31
69
73
  }
70
74
  },
71
75
  run_on: {
76
+ client_side_validation: true,
72
77
  required: false,
73
78
  serialized_name: 'properties.runOn',
74
79
  type: {
@@ -76,6 +81,7 @@ module Azure::Automation::Mgmt::V2015_10_31
76
81
  }
77
82
  },
78
83
  name: {
84
+ client_side_validation: true,
79
85
  required: false,
80
86
  serialized_name: 'name',
81
87
  type: {
@@ -83,6 +89,7 @@ module Azure::Automation::Mgmt::V2015_10_31
83
89
  }
84
90
  },
85
91
  location: {
92
+ client_side_validation: true,
86
93
  required: false,
87
94
  serialized_name: 'location',
88
95
  type: {
@@ -90,11 +97,13 @@ module Azure::Automation::Mgmt::V2015_10_31
90
97
  }
91
98
  },
92
99
  tags: {
100
+ client_side_validation: true,
93
101
  required: false,
94
102
  serialized_name: 'tags',
95
103
  type: {
96
104
  name: 'Dictionary',
97
105
  value: {
106
+ client_side_validation: true,
98
107
  required: false,
99
108
  serialized_name: 'StringElementType',
100
109
  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: 'JobListResult',
62
63
  type: {
@@ -64,11 +65,13 @@ module Azure::Automation::Mgmt::V2015_10_31
64
65
  class_name: 'JobListResult',
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: 'JobElementType',
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: {
@@ -39,6 +39,7 @@ module Azure::Automation::Mgmt::V2015_10_31
39
39
  #
40
40
  def self.mapper()
41
41
  {
42
+ client_side_validation: true,
42
43
  required: false,
43
44
  serialized_name: 'JobSchedule',
44
45
  type: {
@@ -46,6 +47,7 @@ module Azure::Automation::Mgmt::V2015_10_31
46
47
  class_name: 'JobSchedule',
47
48
  model_properties: {
48
49
  id: {
50
+ client_side_validation: true,
49
51
  required: false,
50
52
  serialized_name: 'id',
51
53
  type: {
@@ -53,6 +55,7 @@ module Azure::Automation::Mgmt::V2015_10_31
53
55
  }
54
56
  },
55
57
  job_schedule_id: {
58
+ client_side_validation: true,
56
59
  required: false,
57
60
  serialized_name: 'properties.jobScheduleId',
58
61
  type: {
@@ -60,6 +63,7 @@ module Azure::Automation::Mgmt::V2015_10_31
60
63
  }
61
64
  },
62
65
  schedule: {
66
+ client_side_validation: true,
63
67
  required: false,
64
68
  serialized_name: 'properties.schedule',
65
69
  type: {
@@ -68,6 +72,7 @@ module Azure::Automation::Mgmt::V2015_10_31
68
72
  }
69
73
  },
70
74
  runbook: {
75
+ client_side_validation: true,
71
76
  required: false,
72
77
  serialized_name: 'properties.runbook',
73
78
  type: {
@@ -76,6 +81,7 @@ module Azure::Automation::Mgmt::V2015_10_31
76
81
  }
77
82
  },
78
83
  run_on: {
84
+ client_side_validation: true,
79
85
  required: false,
80
86
  serialized_name: 'properties.runOn',
81
87
  type: {
@@ -83,11 +89,13 @@ module Azure::Automation::Mgmt::V2015_10_31
83
89
  }
84
90
  },
85
91
  parameters: {
92
+ client_side_validation: true,
86
93
  required: false,
87
94
  serialized_name: 'properties.parameters',
88
95
  type: {
89
96
  name: 'Dictionary',
90
97
  value: {
98
+ client_side_validation: true,
91
99
  required: false,
92
100
  serialized_name: 'StringElementType',
93
101
  type: {
@@ -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: 'JobScheduleCreateParameters',
37
38
  type: {
@@ -39,6 +40,7 @@ module Azure::Automation::Mgmt::V2015_10_31
39
40
  class_name: 'JobScheduleCreateParameters',
40
41
  model_properties: {
41
42
  schedule: {
43
+ client_side_validation: true,
42
44
  required: true,
43
45
  serialized_name: 'properties.schedule',
44
46
  type: {
@@ -47,6 +49,7 @@ module Azure::Automation::Mgmt::V2015_10_31
47
49
  }
48
50
  },
49
51
  runbook: {
52
+ client_side_validation: true,
50
53
  required: true,
51
54
  serialized_name: 'properties.runbook',
52
55
  type: {
@@ -55,6 +58,7 @@ module Azure::Automation::Mgmt::V2015_10_31
55
58
  }
56
59
  },
57
60
  run_on: {
61
+ client_side_validation: true,
58
62
  required: false,
59
63
  serialized_name: 'properties.runOn',
60
64
  type: {
@@ -62,11 +66,13 @@ module Azure::Automation::Mgmt::V2015_10_31
62
66
  }
63
67
  },
64
68
  parameters: {
69
+ client_side_validation: true,
65
70
  required: false,
66
71
  serialized_name: 'properties.parameters',
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: 'JobScheduleListResult',
62
63
  type: {
@@ -64,11 +65,13 @@ module Azure::Automation::Mgmt::V2015_10_31
64
65
  class_name: 'JobScheduleListResult',
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: 'JobScheduleElementType',
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: 'JobStream',
47
48
  type: {
@@ -49,6 +50,7 @@ module Azure::Automation::Mgmt::V2015_10_31
49
50
  class_name: 'JobStream',
50
51
  model_properties: {
51
52
  id: {
53
+ client_side_validation: true,
52
54
  required: false,
53
55
  serialized_name: 'id',
54
56
  type: {
@@ -56,6 +58,7 @@ module Azure::Automation::Mgmt::V2015_10_31
56
58
  }
57
59
  },
58
60
  job_stream_id: {
61
+ client_side_validation: true,
59
62
  required: false,
60
63
  serialized_name: 'properties.jobStreamId',
61
64
  type: {
@@ -63,6 +66,7 @@ module Azure::Automation::Mgmt::V2015_10_31
63
66
  }
64
67
  },
65
68
  time: {
69
+ client_side_validation: true,
66
70
  required: false,
67
71
  serialized_name: 'properties.time',
68
72
  type: {
@@ -70,6 +74,7 @@ module Azure::Automation::Mgmt::V2015_10_31
70
74
  }
71
75
  },
72
76
  stream_type: {
77
+ client_side_validation: true,
73
78
  required: false,
74
79
  serialized_name: 'properties.streamType',
75
80
  type: {
@@ -77,6 +82,7 @@ module Azure::Automation::Mgmt::V2015_10_31
77
82
  }
78
83
  },
79
84
  stream_text: {
85
+ client_side_validation: true,
80
86
  required: false,
81
87
  serialized_name: 'properties.streamText',
82
88
  type: {
@@ -84,6 +90,7 @@ module Azure::Automation::Mgmt::V2015_10_31
84
90
  }
85
91
  },
86
92
  summary: {
93
+ client_side_validation: true,
87
94
  required: false,
88
95
  serialized_name: 'properties.summary',
89
96
  type: {
@@ -91,11 +98,13 @@ module Azure::Automation::Mgmt::V2015_10_31
91
98
  }
92
99
  },
93
100
  value: {
101
+ client_side_validation: true,
94
102
  required: false,
95
103
  serialized_name: 'properties.value',
96
104
  type: {
97
105
  name: 'Dictionary',
98
106
  value: {
107
+ client_side_validation: true,
99
108
  required: false,
100
109
  serialized_name: 'ObjectElementType',
101
110
  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: 'JobStreamListResult',
62
63
  type: {
@@ -64,11 +65,13 @@ module Azure::Automation::Mgmt::V2015_10_31
64
65
  class_name: 'JobStreamListResult',
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: 'JobStreamElementType',
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: {
@@ -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: 'ModuleCreateOrUpdateParameters',
37
38
  type: {
@@ -39,6 +40,7 @@ module Azure::Automation::Mgmt::V2015_10_31
39
40
  class_name: 'ModuleCreateOrUpdateParameters',
40
41
  model_properties: {
41
42
  content_link: {
43
+ client_side_validation: true,
42
44
  required: true,
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: 'ModuleErrorInfo',
30
31
  type: {
@@ -32,6 +33,7 @@ module Azure::Automation::Mgmt::V2015_10_31
32
33
  class_name: 'ModuleErrorInfo',
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: {
@@ -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: 'ModuleListResult',
62
63
  type: {
@@ -64,11 +65,13 @@ module Azure::Automation::Mgmt::V2015_10_31
64
65
  class_name: 'ModuleListResult',
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: 'ModuleModelElementType',
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: {
@@ -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: 'Module',
63
64
  type: {
@@ -65,6 +66,7 @@ module Azure::Automation::Mgmt::V2015_10_31
65
66
  class_name: 'ModuleModel',
66
67
  model_properties: {
67
68
  id: {
69
+ client_side_validation: true,
68
70
  required: false,
69
71
  read_only: true,
70
72
  serialized_name: 'id',
@@ -73,6 +75,7 @@ module Azure::Automation::Mgmt::V2015_10_31
73
75
  }
74
76
  },
75
77
  name: {
78
+ client_side_validation: true,
76
79
  required: false,
77
80
  read_only: true,
78
81
  serialized_name: 'name',
@@ -81,6 +84,7 @@ module Azure::Automation::Mgmt::V2015_10_31
81
84
  }
82
85
  },
83
86
  type: {
87
+ client_side_validation: true,
84
88
  required: false,
85
89
  read_only: true,
86
90
  serialized_name: 'type',
@@ -89,6 +93,7 @@ module Azure::Automation::Mgmt::V2015_10_31
89
93
  }
90
94
  },
91
95
  location: {
96
+ client_side_validation: true,
92
97
  required: true,
93
98
  serialized_name: 'location',
94
99
  type: {
@@ -96,11 +101,13 @@ module Azure::Automation::Mgmt::V2015_10_31
96
101
  }
97
102
  },
98
103
  tags: {
104
+ client_side_validation: true,
99
105
  required: false,
100
106
  serialized_name: 'tags',
101
107
  type: {
102
108
  name: 'Dictionary',
103
109
  value: {
110
+ client_side_validation: true,
104
111
  required: false,
105
112
  serialized_name: 'StringElementType',
106
113
  type: {
@@ -110,6 +117,7 @@ module Azure::Automation::Mgmt::V2015_10_31
110
117
  }
111
118
  },
112
119
  is_global: {
120
+ client_side_validation: true,
113
121
  required: false,
114
122
  serialized_name: 'properties.isGlobal',
115
123
  type: {
@@ -117,6 +125,7 @@ module Azure::Automation::Mgmt::V2015_10_31
117
125
  }
118
126
  },
119
127
  version: {
128
+ client_side_validation: true,
120
129
  required: false,
121
130
  serialized_name: 'properties.version',
122
131
  type: {
@@ -124,6 +133,7 @@ module Azure::Automation::Mgmt::V2015_10_31
124
133
  }
125
134
  },
126
135
  size_in_bytes: {
136
+ client_side_validation: true,
127
137
  required: false,
128
138
  serialized_name: 'properties.sizeInBytes',
129
139
  type: {
@@ -131,6 +141,7 @@ module Azure::Automation::Mgmt::V2015_10_31
131
141
  }
132
142
  },
133
143
  activity_count: {
144
+ client_side_validation: true,
134
145
  required: false,
135
146
  serialized_name: 'properties.activityCount',
136
147
  type: {
@@ -138,6 +149,7 @@ module Azure::Automation::Mgmt::V2015_10_31
138
149
  }
139
150
  },
140
151
  provisioning_state: {
152
+ client_side_validation: true,
141
153
  required: false,
142
154
  serialized_name: 'properties.provisioningState',
143
155
  type: {
@@ -146,6 +158,7 @@ module Azure::Automation::Mgmt::V2015_10_31
146
158
  }
147
159
  },
148
160
  content_link: {
161
+ client_side_validation: true,
149
162
  required: false,
150
163
  serialized_name: 'properties.contentLink',
151
164
  type: {
@@ -154,6 +167,7 @@ module Azure::Automation::Mgmt::V2015_10_31
154
167
  }
155
168
  },
156
169
  error: {
170
+ client_side_validation: true,
157
171
  required: false,
158
172
  serialized_name: 'properties.error',
159
173
  type: {
@@ -162,6 +176,7 @@ module Azure::Automation::Mgmt::V2015_10_31
162
176
  }
163
177
  },
164
178
  creation_time: {
179
+ client_side_validation: true,
165
180
  required: false,
166
181
  serialized_name: 'properties.creationTime',
167
182
  type: {
@@ -169,6 +184,7 @@ module Azure::Automation::Mgmt::V2015_10_31
169
184
  }
170
185
  },
171
186
  last_modified_time: {
187
+ client_side_validation: true,
172
188
  required: false,
173
189
  serialized_name: 'properties.lastModifiedTime',
174
190
  type: {
@@ -176,6 +192,7 @@ module Azure::Automation::Mgmt::V2015_10_31
176
192
  }
177
193
  },
178
194
  description: {
195
+ client_side_validation: true,
179
196
  required: false,
180
197
  serialized_name: 'properties.description',
181
198
  type: {
@@ -183,6 +200,7 @@ module Azure::Automation::Mgmt::V2015_10_31
183
200
  }
184
201
  },
185
202
  etag: {
203
+ client_side_validation: true,
186
204
  required: false,
187
205
  serialized_name: 'etag',
188
206
  type: {