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
@@ -53,6 +53,7 @@ module Azure::Automation::Mgmt::V2015_10_31
53
53
  #
54
54
  def self.mapper()
55
55
  {
56
+ client_side_validation: true,
56
57
  required: false,
57
58
  serialized_name: 'RunbookCreateOrUpdateParameters',
58
59
  type: {
@@ -60,6 +61,7 @@ module Azure::Automation::Mgmt::V2015_10_31
60
61
  class_name: 'RunbookCreateOrUpdateParameters',
61
62
  model_properties: {
62
63
  log_verbose: {
64
+ client_side_validation: true,
63
65
  required: false,
64
66
  serialized_name: 'properties.logVerbose',
65
67
  type: {
@@ -67,6 +69,7 @@ module Azure::Automation::Mgmt::V2015_10_31
67
69
  }
68
70
  },
69
71
  log_progress: {
72
+ client_side_validation: true,
70
73
  required: false,
71
74
  serialized_name: 'properties.logProgress',
72
75
  type: {
@@ -74,6 +77,7 @@ module Azure::Automation::Mgmt::V2015_10_31
74
77
  }
75
78
  },
76
79
  runbook_type: {
80
+ client_side_validation: true,
77
81
  required: true,
78
82
  serialized_name: 'properties.runbookType',
79
83
  type: {
@@ -81,6 +85,7 @@ module Azure::Automation::Mgmt::V2015_10_31
81
85
  }
82
86
  },
83
87
  draft: {
88
+ client_side_validation: true,
84
89
  required: false,
85
90
  serialized_name: 'properties.draft',
86
91
  type: {
@@ -89,6 +94,7 @@ module Azure::Automation::Mgmt::V2015_10_31
89
94
  }
90
95
  },
91
96
  publish_content_link: {
97
+ client_side_validation: true,
92
98
  required: false,
93
99
  serialized_name: 'properties.publishContentLink',
94
100
  type: {
@@ -97,6 +103,7 @@ module Azure::Automation::Mgmt::V2015_10_31
97
103
  }
98
104
  },
99
105
  description: {
106
+ client_side_validation: true,
100
107
  required: false,
101
108
  serialized_name: 'properties.description',
102
109
  type: {
@@ -104,6 +111,7 @@ module Azure::Automation::Mgmt::V2015_10_31
104
111
  }
105
112
  },
106
113
  log_activity_trace: {
114
+ client_side_validation: true,
107
115
  required: false,
108
116
  serialized_name: 'properties.logActivityTrace',
109
117
  type: {
@@ -111,6 +119,7 @@ module Azure::Automation::Mgmt::V2015_10_31
111
119
  }
112
120
  },
113
121
  name: {
122
+ client_side_validation: true,
114
123
  required: false,
115
124
  serialized_name: 'name',
116
125
  type: {
@@ -118,6 +127,7 @@ module Azure::Automation::Mgmt::V2015_10_31
118
127
  }
119
128
  },
120
129
  location: {
130
+ client_side_validation: true,
121
131
  required: false,
122
132
  serialized_name: 'location',
123
133
  type: {
@@ -125,11 +135,13 @@ module Azure::Automation::Mgmt::V2015_10_31
125
135
  }
126
136
  },
127
137
  tags: {
138
+ client_side_validation: true,
128
139
  required: false,
129
140
  serialized_name: 'tags',
130
141
  type: {
131
142
  name: 'Dictionary',
132
143
  value: {
144
+ client_side_validation: true,
133
145
  required: false,
134
146
  serialized_name: 'StringElementType',
135
147
  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: 'RunbookDraft',
44
45
  type: {
@@ -46,6 +47,7 @@ module Azure::Automation::Mgmt::V2015_10_31
46
47
  class_name: 'RunbookDraft',
47
48
  model_properties: {
48
49
  in_edit: {
50
+ client_side_validation: true,
49
51
  required: false,
50
52
  serialized_name: 'inEdit',
51
53
  type: {
@@ -53,6 +55,7 @@ module Azure::Automation::Mgmt::V2015_10_31
53
55
  }
54
56
  },
55
57
  draft_content_link: {
58
+ client_side_validation: true,
56
59
  required: false,
57
60
  serialized_name: 'draftContentLink',
58
61
  type: {
@@ -61,6 +64,7 @@ module Azure::Automation::Mgmt::V2015_10_31
61
64
  }
62
65
  },
63
66
  creation_time: {
67
+ client_side_validation: true,
64
68
  required: false,
65
69
  serialized_name: 'creationTime',
66
70
  type: {
@@ -68,6 +72,7 @@ module Azure::Automation::Mgmt::V2015_10_31
68
72
  }
69
73
  },
70
74
  last_modified_time: {
75
+ client_side_validation: true,
71
76
  required: false,
72
77
  serialized_name: 'lastModifiedTime',
73
78
  type: {
@@ -75,11 +80,13 @@ module Azure::Automation::Mgmt::V2015_10_31
75
80
  }
76
81
  },
77
82
  parameters: {
83
+ client_side_validation: true,
78
84
  required: false,
79
85
  serialized_name: 'parameters',
80
86
  type: {
81
87
  name: 'Dictionary',
82
88
  value: {
89
+ client_side_validation: true,
83
90
  required: false,
84
91
  serialized_name: 'RunbookParameterElementType',
85
92
  type: {
@@ -90,11 +97,13 @@ module Azure::Automation::Mgmt::V2015_10_31
90
97
  }
91
98
  },
92
99
  output_types: {
100
+ client_side_validation: true,
93
101
  required: false,
94
102
  serialized_name: 'outputTypes',
95
103
  type: {
96
104
  name: 'Sequence',
97
105
  element: {
106
+ client_side_validation: true,
98
107
  required: false,
99
108
  serialized_name: 'StringElementType',
100
109
  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: 'RunbookDraftUndoEditResult',
43
44
  type: {
@@ -45,6 +46,7 @@ module Azure::Automation::Mgmt::V2015_10_31
45
46
  class_name: 'RunbookDraftUndoEditResult',
46
47
  model_properties: {
47
48
  status_code: {
49
+ client_side_validation: true,
48
50
  required: false,
49
51
  serialized_name: 'statusCode',
50
52
  type: {
@@ -53,6 +55,7 @@ module Azure::Automation::Mgmt::V2015_10_31
53
55
  }
54
56
  },
55
57
  request_id: {
58
+ client_side_validation: true,
56
59
  required: false,
57
60
  serialized_name: 'requestId',
58
61
  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: 'RunbookListResult',
62
63
  type: {
@@ -64,11 +65,13 @@ module Azure::Automation::Mgmt::V2015_10_31
64
65
  class_name: 'RunbookListResult',
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: 'RunbookElementType',
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: 'RunbookParameter',
37
38
  type: {
@@ -39,6 +40,7 @@ module Azure::Automation::Mgmt::V2015_10_31
39
40
  class_name: 'RunbookParameter',
40
41
  model_properties: {
41
42
  type: {
43
+ client_side_validation: true,
42
44
  required: false,
43
45
  serialized_name: 'type',
44
46
  type: {
@@ -46,6 +48,7 @@ module Azure::Automation::Mgmt::V2015_10_31
46
48
  }
47
49
  },
48
50
  is_mandatory: {
51
+ client_side_validation: true,
49
52
  required: false,
50
53
  serialized_name: 'isMandatory',
51
54
  type: {
@@ -53,6 +56,7 @@ module Azure::Automation::Mgmt::V2015_10_31
53
56
  }
54
57
  },
55
58
  position: {
59
+ client_side_validation: true,
56
60
  required: false,
57
61
  serialized_name: 'position',
58
62
  type: {
@@ -60,6 +64,7 @@ module Azure::Automation::Mgmt::V2015_10_31
60
64
  }
61
65
  },
62
66
  default_value: {
67
+ client_side_validation: true,
63
68
  required: false,
64
69
  serialized_name: 'defaultValue',
65
70
  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: 'RunbookUpdateParameters',
47
48
  type: {
@@ -49,6 +50,7 @@ module Azure::Automation::Mgmt::V2015_10_31
49
50
  class_name: 'RunbookUpdateParameters',
50
51
  model_properties: {
51
52
  description: {
53
+ client_side_validation: true,
52
54
  required: false,
53
55
  serialized_name: 'properties.description',
54
56
  type: {
@@ -56,6 +58,7 @@ module Azure::Automation::Mgmt::V2015_10_31
56
58
  }
57
59
  },
58
60
  log_verbose: {
61
+ client_side_validation: true,
59
62
  required: false,
60
63
  serialized_name: 'properties.logVerbose',
61
64
  type: {
@@ -63,6 +66,7 @@ module Azure::Automation::Mgmt::V2015_10_31
63
66
  }
64
67
  },
65
68
  log_progress: {
69
+ client_side_validation: true,
66
70
  required: false,
67
71
  serialized_name: 'properties.logProgress',
68
72
  type: {
@@ -70,6 +74,7 @@ module Azure::Automation::Mgmt::V2015_10_31
70
74
  }
71
75
  },
72
76
  log_activity_trace: {
77
+ client_side_validation: true,
73
78
  required: false,
74
79
  serialized_name: 'properties.logActivityTrace',
75
80
  type: {
@@ -77,6 +82,7 @@ module Azure::Automation::Mgmt::V2015_10_31
77
82
  }
78
83
  },
79
84
  name: {
85
+ client_side_validation: true,
80
86
  required: false,
81
87
  serialized_name: 'name',
82
88
  type: {
@@ -84,6 +90,7 @@ module Azure::Automation::Mgmt::V2015_10_31
84
90
  }
85
91
  },
86
92
  location: {
93
+ client_side_validation: true,
87
94
  required: false,
88
95
  serialized_name: 'location',
89
96
  type: {
@@ -91,11 +98,13 @@ module Azure::Automation::Mgmt::V2015_10_31
91
98
  }
92
99
  },
93
100
  tags: {
101
+ client_side_validation: true,
94
102
  required: false,
95
103
  serialized_name: 'tags',
96
104
  type: {
97
105
  name: 'Dictionary',
98
106
  value: {
107
+ client_side_validation: true,
99
108
  required: false,
100
109
  serialized_name: 'StringElementType',
101
110
  type: {
@@ -69,6 +69,7 @@ module Azure::Automation::Mgmt::V2015_10_31
69
69
  #
70
70
  def self.mapper()
71
71
  {
72
+ client_side_validation: true,
72
73
  required: false,
73
74
  serialized_name: 'Schedule',
74
75
  type: {
@@ -76,6 +77,7 @@ module Azure::Automation::Mgmt::V2015_10_31
76
77
  class_name: 'Schedule',
77
78
  model_properties: {
78
79
  id: {
80
+ client_side_validation: true,
79
81
  required: false,
80
82
  serialized_name: 'id',
81
83
  type: {
@@ -83,6 +85,7 @@ module Azure::Automation::Mgmt::V2015_10_31
83
85
  }
84
86
  },
85
87
  name: {
88
+ client_side_validation: true,
86
89
  required: false,
87
90
  serialized_name: 'name',
88
91
  type: {
@@ -90,6 +93,7 @@ module Azure::Automation::Mgmt::V2015_10_31
90
93
  }
91
94
  },
92
95
  start_time: {
96
+ client_side_validation: true,
93
97
  required: false,
94
98
  serialized_name: 'properties.startTime',
95
99
  type: {
@@ -97,6 +101,7 @@ module Azure::Automation::Mgmt::V2015_10_31
97
101
  }
98
102
  },
99
103
  start_time_offset_minutes: {
104
+ client_side_validation: true,
100
105
  required: false,
101
106
  read_only: true,
102
107
  serialized_name: 'properties.startTimeOffsetMinutes',
@@ -105,6 +110,7 @@ module Azure::Automation::Mgmt::V2015_10_31
105
110
  }
106
111
  },
107
112
  expiry_time: {
113
+ client_side_validation: true,
108
114
  required: false,
109
115
  serialized_name: 'properties.expiryTime',
110
116
  type: {
@@ -112,6 +118,7 @@ module Azure::Automation::Mgmt::V2015_10_31
112
118
  }
113
119
  },
114
120
  expiry_time_offset_minutes: {
121
+ client_side_validation: true,
115
122
  required: false,
116
123
  serialized_name: 'properties.expiryTimeOffsetMinutes',
117
124
  type: {
@@ -119,6 +126,7 @@ module Azure::Automation::Mgmt::V2015_10_31
119
126
  }
120
127
  },
121
128
  is_enabled: {
129
+ client_side_validation: true,
122
130
  required: false,
123
131
  serialized_name: 'properties.isEnabled',
124
132
  default_value: false,
@@ -127,6 +135,7 @@ module Azure::Automation::Mgmt::V2015_10_31
127
135
  }
128
136
  },
129
137
  next_run: {
138
+ client_side_validation: true,
130
139
  required: false,
131
140
  serialized_name: 'properties.nextRun',
132
141
  type: {
@@ -134,6 +143,7 @@ module Azure::Automation::Mgmt::V2015_10_31
134
143
  }
135
144
  },
136
145
  next_run_offset_minutes: {
146
+ client_side_validation: true,
137
147
  required: false,
138
148
  serialized_name: 'properties.nextRunOffsetMinutes',
139
149
  type: {
@@ -141,6 +151,7 @@ module Azure::Automation::Mgmt::V2015_10_31
141
151
  }
142
152
  },
143
153
  interval: {
154
+ client_side_validation: true,
144
155
  required: false,
145
156
  serialized_name: 'properties.interval',
146
157
  type: {
@@ -148,6 +159,7 @@ module Azure::Automation::Mgmt::V2015_10_31
148
159
  }
149
160
  },
150
161
  frequency: {
162
+ client_side_validation: true,
151
163
  required: false,
152
164
  serialized_name: 'properties.frequency',
153
165
  type: {
@@ -155,6 +167,7 @@ module Azure::Automation::Mgmt::V2015_10_31
155
167
  }
156
168
  },
157
169
  time_zone: {
170
+ client_side_validation: true,
158
171
  required: false,
159
172
  serialized_name: 'properties.timeZone',
160
173
  type: {
@@ -162,6 +175,7 @@ module Azure::Automation::Mgmt::V2015_10_31
162
175
  }
163
176
  },
164
177
  advanced_schedule: {
178
+ client_side_validation: true,
165
179
  required: false,
166
180
  serialized_name: 'properties.advancedSchedule',
167
181
  type: {
@@ -170,6 +184,7 @@ module Azure::Automation::Mgmt::V2015_10_31
170
184
  }
171
185
  },
172
186
  creation_time: {
187
+ client_side_validation: true,
173
188
  required: false,
174
189
  serialized_name: 'properties.creationTime',
175
190
  type: {
@@ -177,6 +192,7 @@ module Azure::Automation::Mgmt::V2015_10_31
177
192
  }
178
193
  },
179
194
  last_modified_time: {
195
+ client_side_validation: true,
180
196
  required: false,
181
197
  serialized_name: 'properties.lastModifiedTime',
182
198
  type: {
@@ -184,6 +200,7 @@ module Azure::Automation::Mgmt::V2015_10_31
184
200
  }
185
201
  },
186
202
  description: {
203
+ client_side_validation: true,
187
204
  required: false,
188
205
  serialized_name: 'properties.description',
189
206
  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: 'ScheduleAssociationProperty',
27
28
  type: {
@@ -29,6 +30,7 @@ module Azure::Automation::Mgmt::V2015_10_31
29
30
  class_name: 'ScheduleAssociationProperty',
30
31
  model_properties: {
31
32
  name: {
33
+ client_side_validation: true,
32
34
  required: false,
33
35
  serialized_name: 'name',
34
36
  type: {