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
@@ -44,6 +44,7 @@ module Azure::Automation::Mgmt::V2015_10_31
44
44
  #
45
45
  def self.mapper()
46
46
  {
47
+ client_side_validation: true,
47
48
  required: false,
48
49
  serialized_name: 'ScheduleCreateOrUpdateParameters',
49
50
  type: {
@@ -51,6 +52,7 @@ module Azure::Automation::Mgmt::V2015_10_31
51
52
  class_name: 'ScheduleCreateOrUpdateParameters',
52
53
  model_properties: {
53
54
  name: {
55
+ client_side_validation: true,
54
56
  required: true,
55
57
  serialized_name: 'name',
56
58
  type: {
@@ -58,6 +60,7 @@ module Azure::Automation::Mgmt::V2015_10_31
58
60
  }
59
61
  },
60
62
  description: {
63
+ client_side_validation: true,
61
64
  required: false,
62
65
  serialized_name: 'properties.description',
63
66
  type: {
@@ -65,6 +68,7 @@ module Azure::Automation::Mgmt::V2015_10_31
65
68
  }
66
69
  },
67
70
  start_time: {
71
+ client_side_validation: true,
68
72
  required: true,
69
73
  serialized_name: 'properties.startTime',
70
74
  type: {
@@ -72,6 +76,7 @@ module Azure::Automation::Mgmt::V2015_10_31
72
76
  }
73
77
  },
74
78
  expiry_time: {
79
+ client_side_validation: true,
75
80
  required: false,
76
81
  serialized_name: 'properties.expiryTime',
77
82
  type: {
@@ -79,6 +84,7 @@ module Azure::Automation::Mgmt::V2015_10_31
79
84
  }
80
85
  },
81
86
  interval: {
87
+ client_side_validation: true,
82
88
  required: false,
83
89
  serialized_name: 'properties.interval',
84
90
  type: {
@@ -86,6 +92,7 @@ module Azure::Automation::Mgmt::V2015_10_31
86
92
  }
87
93
  },
88
94
  frequency: {
95
+ client_side_validation: true,
89
96
  required: true,
90
97
  serialized_name: 'properties.frequency',
91
98
  type: {
@@ -93,6 +100,7 @@ module Azure::Automation::Mgmt::V2015_10_31
93
100
  }
94
101
  },
95
102
  time_zone: {
103
+ client_side_validation: true,
96
104
  required: false,
97
105
  serialized_name: 'properties.timeZone',
98
106
  type: {
@@ -100,6 +108,7 @@ module Azure::Automation::Mgmt::V2015_10_31
100
108
  }
101
109
  },
102
110
  advanced_schedule: {
111
+ client_side_validation: true,
103
112
  required: false,
104
113
  serialized_name: 'properties.advancedSchedule',
105
114
  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: 'ScheduleListResult',
62
63
  type: {
@@ -64,11 +65,13 @@ module Azure::Automation::Mgmt::V2015_10_31
64
65
  class_name: 'ScheduleListResult',
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: 'ScheduleElementType',
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: {
@@ -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: 'ScheduleUpdateParameters',
34
35
  type: {
@@ -36,6 +37,7 @@ module Azure::Automation::Mgmt::V2015_10_31
36
37
  class_name: 'ScheduleUpdateParameters',
37
38
  model_properties: {
38
39
  name: {
40
+ client_side_validation: true,
39
41
  required: true,
40
42
  serialized_name: 'name',
41
43
  type: {
@@ -43,6 +45,7 @@ module Azure::Automation::Mgmt::V2015_10_31
43
45
  }
44
46
  },
45
47
  description: {
48
+ client_side_validation: true,
46
49
  required: false,
47
50
  serialized_name: 'properties.description',
48
51
  type: {
@@ -50,6 +53,7 @@ module Azure::Automation::Mgmt::V2015_10_31
50
53
  }
51
54
  },
52
55
  is_enabled: {
56
+ client_side_validation: true,
53
57
  required: false,
54
58
  serialized_name: 'properties.isEnabled',
55
59
  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: 'Sku',
34
35
  type: {
@@ -36,6 +37,7 @@ module Azure::Automation::Mgmt::V2015_10_31
36
37
  class_name: 'Sku',
37
38
  model_properties: {
38
39
  name: {
40
+ client_side_validation: true,
39
41
  required: true,
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
  family: {
48
+ client_side_validation: true,
46
49
  required: false,
47
50
  serialized_name: 'family',
48
51
  type: {
@@ -50,6 +53,7 @@ module Azure::Automation::Mgmt::V2015_10_31
50
53
  }
51
54
  },
52
55
  capacity: {
56
+ client_side_validation: true,
53
57
  required: false,
54
58
  serialized_name: 'capacity',
55
59
  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: 'Statistics',
39
40
  type: {
@@ -41,6 +42,7 @@ module Azure::Automation::Mgmt::V2015_10_31
41
42
  class_name: 'Statistics',
42
43
  model_properties: {
43
44
  counter_property: {
45
+ client_side_validation: true,
44
46
  required: false,
45
47
  read_only: true,
46
48
  serialized_name: 'counterProperty',
@@ -49,6 +51,7 @@ module Azure::Automation::Mgmt::V2015_10_31
49
51
  }
50
52
  },
51
53
  counter_value: {
54
+ client_side_validation: true,
52
55
  required: false,
53
56
  read_only: true,
54
57
  serialized_name: 'counterValue',
@@ -57,6 +60,7 @@ module Azure::Automation::Mgmt::V2015_10_31
57
60
  }
58
61
  },
59
62
  start_time: {
63
+ client_side_validation: true,
60
64
  required: false,
61
65
  read_only: true,
62
66
  serialized_name: 'startTime',
@@ -65,6 +69,7 @@ module Azure::Automation::Mgmt::V2015_10_31
65
69
  }
66
70
  },
67
71
  end_time: {
72
+ client_side_validation: true,
68
73
  required: false,
69
74
  read_only: true,
70
75
  serialized_name: 'endTime',
@@ -73,6 +78,7 @@ module Azure::Automation::Mgmt::V2015_10_31
73
78
  }
74
79
  },
75
80
  id: {
81
+ client_side_validation: true,
76
82
  required: false,
77
83
  read_only: true,
78
84
  serialized_name: 'id',
@@ -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: 'StatisticsListResult',
27
28
  type: {
@@ -29,11 +30,13 @@ module Azure::Automation::Mgmt::V2015_10_31
29
30
  class_name: 'StatisticsListResult',
30
31
  model_properties: {
31
32
  value: {
33
+ client_side_validation: true,
32
34
  required: false,
33
35
  serialized_name: 'value',
34
36
  type: {
35
37
  name: 'Sequence',
36
38
  element: {
39
+ client_side_validation: true,
37
40
  required: false,
38
41
  serialized_name: 'StatisticsElementType',
39
42
  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: 'SubResource',
27
28
  type: {
@@ -29,6 +30,7 @@ module Azure::Automation::Mgmt::V2015_10_31
29
30
  class_name: 'SubResource',
30
31
  model_properties: {
31
32
  id: {
33
+ client_side_validation: true,
32
34
  required: false,
33
35
  serialized_name: 'id',
34
36
  type: {
@@ -52,6 +52,7 @@ module Azure::Automation::Mgmt::V2015_10_31
52
52
  #
53
53
  def self.mapper()
54
54
  {
55
+ client_side_validation: true,
55
56
  required: false,
56
57
  serialized_name: 'TestJob',
57
58
  type: {
@@ -59,6 +60,7 @@ module Azure::Automation::Mgmt::V2015_10_31
59
60
  class_name: 'TestJob',
60
61
  model_properties: {
61
62
  creation_time: {
63
+ client_side_validation: true,
62
64
  required: false,
63
65
  serialized_name: 'creationTime',
64
66
  type: {
@@ -66,6 +68,7 @@ module Azure::Automation::Mgmt::V2015_10_31
66
68
  }
67
69
  },
68
70
  status: {
71
+ client_side_validation: true,
69
72
  required: false,
70
73
  serialized_name: 'status',
71
74
  type: {
@@ -73,6 +76,7 @@ module Azure::Automation::Mgmt::V2015_10_31
73
76
  }
74
77
  },
75
78
  status_details: {
79
+ client_side_validation: true,
76
80
  required: false,
77
81
  serialized_name: 'statusDetails',
78
82
  type: {
@@ -80,6 +84,7 @@ module Azure::Automation::Mgmt::V2015_10_31
80
84
  }
81
85
  },
82
86
  run_on: {
87
+ client_side_validation: true,
83
88
  required: false,
84
89
  serialized_name: 'runOn',
85
90
  type: {
@@ -87,6 +92,7 @@ module Azure::Automation::Mgmt::V2015_10_31
87
92
  }
88
93
  },
89
94
  start_time: {
95
+ client_side_validation: true,
90
96
  required: false,
91
97
  serialized_name: 'startTime',
92
98
  type: {
@@ -94,6 +100,7 @@ module Azure::Automation::Mgmt::V2015_10_31
94
100
  }
95
101
  },
96
102
  end_time: {
103
+ client_side_validation: true,
97
104
  required: false,
98
105
  serialized_name: 'endTime',
99
106
  type: {
@@ -101,6 +108,7 @@ module Azure::Automation::Mgmt::V2015_10_31
101
108
  }
102
109
  },
103
110
  exception: {
111
+ client_side_validation: true,
104
112
  required: false,
105
113
  serialized_name: 'exception',
106
114
  type: {
@@ -108,6 +116,7 @@ module Azure::Automation::Mgmt::V2015_10_31
108
116
  }
109
117
  },
110
118
  last_modified_time: {
119
+ client_side_validation: true,
111
120
  required: false,
112
121
  serialized_name: 'lastModifiedTime',
113
122
  type: {
@@ -115,6 +124,7 @@ module Azure::Automation::Mgmt::V2015_10_31
115
124
  }
116
125
  },
117
126
  last_status_modified_time: {
127
+ client_side_validation: true,
118
128
  required: false,
119
129
  serialized_name: 'lastStatusModifiedTime',
120
130
  type: {
@@ -122,11 +132,13 @@ module Azure::Automation::Mgmt::V2015_10_31
122
132
  }
123
133
  },
124
134
  parameters: {
135
+ client_side_validation: true,
125
136
  required: false,
126
137
  serialized_name: 'parameters',
127
138
  type: {
128
139
  name: 'Dictionary',
129
140
  value: {
141
+ client_side_validation: true,
130
142
  required: false,
131
143
  serialized_name: 'StringElementType',
132
144
  type: {
@@ -30,6 +30,7 @@ module Azure::Automation::Mgmt::V2015_10_31
30
30
  #
31
31
  def self.mapper()
32
32
  {
33
+ client_side_validation: true,
33
34
  required: false,
34
35
  serialized_name: 'TestJobCreateParameters',
35
36
  type: {
@@ -37,6 +38,7 @@ module Azure::Automation::Mgmt::V2015_10_31
37
38
  class_name: 'TestJobCreateParameters',
38
39
  model_properties: {
39
40
  runbook_name: {
41
+ client_side_validation: true,
40
42
  required: true,
41
43
  serialized_name: 'runbookName',
42
44
  type: {
@@ -44,11 +46,13 @@ module Azure::Automation::Mgmt::V2015_10_31
44
46
  }
45
47
  },
46
48
  parameters: {
49
+ client_side_validation: true,
47
50
  required: false,
48
51
  serialized_name: 'parameters',
49
52
  type: {
50
53
  name: 'Dictionary',
51
54
  value: {
55
+ client_side_validation: true,
52
56
  required: false,
53
57
  serialized_name: 'StringElementType',
54
58
  type: {
@@ -58,6 +62,7 @@ module Azure::Automation::Mgmt::V2015_10_31
58
62
  }
59
63
  },
60
64
  run_on: {
65
+ client_side_validation: true,
61
66
  required: false,
62
67
  serialized_name: 'runOn',
63
68
  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: 'TypeField',
30
31
  type: {
@@ -32,6 +33,7 @@ module Azure::Automation::Mgmt::V2015_10_31
32
33
  class_name: 'TypeField',
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
  type: {
44
+ client_side_validation: true,
42
45
  required: false,
43
46
  serialized_name: 'type',
44
47
  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: 'TypeFieldListResult',
27
28
  type: {
@@ -29,11 +30,13 @@ module Azure::Automation::Mgmt::V2015_10_31
29
30
  class_name: 'TypeFieldListResult',
30
31
  model_properties: {
31
32
  value: {
33
+ client_side_validation: true,
32
34
  required: false,
33
35
  serialized_name: 'value',
34
36
  type: {
35
37
  name: 'Sequence',
36
38
  element: {
39
+ client_side_validation: true,
37
40
  required: false,
38
41
  serialized_name: 'TypeFieldElementType',
39
42
  type: {
@@ -37,6 +37,7 @@ module Azure::Automation::Mgmt::V2015_10_31
37
37
  #
38
38
  def self.mapper()
39
39
  {
40
+ client_side_validation: true,
40
41
  required: false,
41
42
  serialized_name: 'Usage',
42
43
  type: {
@@ -44,6 +45,7 @@ module Azure::Automation::Mgmt::V2015_10_31
44
45
  class_name: 'Usage',
45
46
  model_properties: {
46
47
  id: {
48
+ client_side_validation: true,
47
49
  required: false,
48
50
  serialized_name: 'id',
49
51
  type: {
@@ -51,6 +53,7 @@ module Azure::Automation::Mgmt::V2015_10_31
51
53
  }
52
54
  },
53
55
  name: {
56
+ client_side_validation: true,
54
57
  required: false,
55
58
  serialized_name: 'name',
56
59
  type: {
@@ -59,6 +62,7 @@ module Azure::Automation::Mgmt::V2015_10_31
59
62
  }
60
63
  },
61
64
  unit: {
65
+ client_side_validation: true,
62
66
  required: false,
63
67
  serialized_name: 'unit',
64
68
  type: {
@@ -66,6 +70,7 @@ module Azure::Automation::Mgmt::V2015_10_31
66
70
  }
67
71
  },
68
72
  current_value: {
73
+ client_side_validation: true,
69
74
  required: false,
70
75
  serialized_name: 'currentValue',
71
76
  type: {
@@ -73,6 +78,7 @@ module Azure::Automation::Mgmt::V2015_10_31
73
78
  }
74
79
  },
75
80
  limit: {
81
+ client_side_validation: true,
76
82
  required: false,
77
83
  serialized_name: 'limit',
78
84
  type: {
@@ -80,6 +86,7 @@ module Azure::Automation::Mgmt::V2015_10_31
80
86
  }
81
87
  },
82
88
  throttle_status: {
89
+ client_side_validation: true,
83
90
  required: false,
84
91
  serialized_name: 'throttleStatus',
85
92
  type: {