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
@@ -41,6 +41,7 @@ module Azure::Automation::Mgmt::V2015_10_31
41
41
  #
42
42
  def self.mapper()
43
43
  {
44
+ client_side_validation: true,
44
45
  required: false,
45
46
  serialized_name: 'AutomationAccount',
46
47
  type: {
@@ -48,6 +49,7 @@ module Azure::Automation::Mgmt::V2015_10_31
48
49
  class_name: 'AutomationAccount',
49
50
  model_properties: {
50
51
  id: {
52
+ client_side_validation: true,
51
53
  required: false,
52
54
  read_only: true,
53
55
  serialized_name: 'id',
@@ -56,6 +58,7 @@ module Azure::Automation::Mgmt::V2015_10_31
56
58
  }
57
59
  },
58
60
  name: {
61
+ client_side_validation: true,
59
62
  required: false,
60
63
  read_only: true,
61
64
  serialized_name: 'name',
@@ -64,6 +67,7 @@ module Azure::Automation::Mgmt::V2015_10_31
64
67
  }
65
68
  },
66
69
  type: {
70
+ client_side_validation: true,
67
71
  required: false,
68
72
  read_only: true,
69
73
  serialized_name: 'type',
@@ -72,6 +76,7 @@ module Azure::Automation::Mgmt::V2015_10_31
72
76
  }
73
77
  },
74
78
  location: {
79
+ client_side_validation: true,
75
80
  required: true,
76
81
  serialized_name: 'location',
77
82
  type: {
@@ -79,11 +84,13 @@ module Azure::Automation::Mgmt::V2015_10_31
79
84
  }
80
85
  },
81
86
  tags: {
87
+ client_side_validation: true,
82
88
  required: false,
83
89
  serialized_name: 'tags',
84
90
  type: {
85
91
  name: 'Dictionary',
86
92
  value: {
93
+ client_side_validation: true,
87
94
  required: false,
88
95
  serialized_name: 'StringElementType',
89
96
  type: {
@@ -93,6 +100,7 @@ module Azure::Automation::Mgmt::V2015_10_31
93
100
  }
94
101
  },
95
102
  sku: {
103
+ client_side_validation: true,
96
104
  required: false,
97
105
  serialized_name: 'properties.sku',
98
106
  type: {
@@ -101,6 +109,7 @@ module Azure::Automation::Mgmt::V2015_10_31
101
109
  }
102
110
  },
103
111
  last_modified_by: {
112
+ client_side_validation: true,
104
113
  required: false,
105
114
  serialized_name: 'properties.lastModifiedBy',
106
115
  type: {
@@ -108,6 +117,7 @@ module Azure::Automation::Mgmt::V2015_10_31
108
117
  }
109
118
  },
110
119
  state: {
120
+ client_side_validation: true,
111
121
  required: false,
112
122
  read_only: true,
113
123
  serialized_name: 'properties.state',
@@ -116,6 +126,7 @@ module Azure::Automation::Mgmt::V2015_10_31
116
126
  }
117
127
  },
118
128
  creation_time: {
129
+ client_side_validation: true,
119
130
  required: false,
120
131
  read_only: true,
121
132
  serialized_name: 'properties.creationTime',
@@ -124,6 +135,7 @@ module Azure::Automation::Mgmt::V2015_10_31
124
135
  }
125
136
  },
126
137
  last_modified_time: {
138
+ client_side_validation: true,
127
139
  required: false,
128
140
  read_only: true,
129
141
  serialized_name: 'properties.lastModifiedTime',
@@ -132,6 +144,7 @@ module Azure::Automation::Mgmt::V2015_10_31
132
144
  }
133
145
  },
134
146
  description: {
147
+ client_side_validation: true,
135
148
  required: false,
136
149
  serialized_name: 'properties.description',
137
150
  type: {
@@ -139,6 +152,7 @@ module Azure::Automation::Mgmt::V2015_10_31
139
152
  }
140
153
  },
141
154
  etag: {
155
+ client_side_validation: true,
142
156
  required: false,
143
157
  serialized_name: 'etag',
144
158
  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: 'AutomationAccountCreateOrUpdateParameters',
39
40
  type: {
@@ -41,6 +42,7 @@ module Azure::Automation::Mgmt::V2015_10_31
41
42
  class_name: 'AutomationAccountCreateOrUpdateParameters',
42
43
  model_properties: {
43
44
  sku: {
45
+ client_side_validation: true,
44
46
  required: false,
45
47
  serialized_name: 'properties.sku',
46
48
  type: {
@@ -49,6 +51,7 @@ module Azure::Automation::Mgmt::V2015_10_31
49
51
  }
50
52
  },
51
53
  name: {
54
+ client_side_validation: true,
52
55
  required: false,
53
56
  serialized_name: 'name',
54
57
  type: {
@@ -56,6 +59,7 @@ module Azure::Automation::Mgmt::V2015_10_31
56
59
  }
57
60
  },
58
61
  location: {
62
+ client_side_validation: true,
59
63
  required: false,
60
64
  serialized_name: 'location',
61
65
  type: {
@@ -63,11 +67,13 @@ module Azure::Automation::Mgmt::V2015_10_31
63
67
  }
64
68
  },
65
69
  tags: {
70
+ client_side_validation: true,
66
71
  required: false,
67
72
  serialized_name: 'tags',
68
73
  type: {
69
74
  name: 'Dictionary',
70
75
  value: {
76
+ client_side_validation: true,
71
77
  required: false,
72
78
  serialized_name: 'StringElementType',
73
79
  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: 'AutomationAccountListResult',
62
63
  type: {
@@ -64,11 +65,13 @@ module Azure::Automation::Mgmt::V2015_10_31
64
65
  class_name: 'AutomationAccountListResult',
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: 'AutomationAccountElementType',
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: 'AutomationAccountUpdateParameters',
37
38
  type: {
@@ -39,6 +40,7 @@ module Azure::Automation::Mgmt::V2015_10_31
39
40
  class_name: 'AutomationAccountUpdateParameters',
40
41
  model_properties: {
41
42
  sku: {
43
+ client_side_validation: true,
42
44
  required: false,
43
45
  serialized_name: 'properties.sku',
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: {
@@ -43,6 +43,7 @@ module Azure::Automation::Mgmt::V2015_10_31
43
43
  #
44
44
  def self.mapper()
45
45
  {
46
+ client_side_validation: true,
46
47
  required: false,
47
48
  serialized_name: 'Certificate',
48
49
  type: {
@@ -50,6 +51,7 @@ module Azure::Automation::Mgmt::V2015_10_31
50
51
  class_name: 'Certificate',
51
52
  model_properties: {
52
53
  id: {
54
+ client_side_validation: true,
53
55
  required: false,
54
56
  read_only: true,
55
57
  serialized_name: 'id',
@@ -58,6 +60,7 @@ module Azure::Automation::Mgmt::V2015_10_31
58
60
  }
59
61
  },
60
62
  name: {
63
+ client_side_validation: true,
61
64
  required: false,
62
65
  read_only: true,
63
66
  serialized_name: 'name',
@@ -66,6 +69,7 @@ module Azure::Automation::Mgmt::V2015_10_31
66
69
  }
67
70
  },
68
71
  thumbprint: {
72
+ client_side_validation: true,
69
73
  required: false,
70
74
  read_only: true,
71
75
  serialized_name: 'properties.thumbprint',
@@ -74,6 +78,7 @@ module Azure::Automation::Mgmt::V2015_10_31
74
78
  }
75
79
  },
76
80
  expiry_time: {
81
+ client_side_validation: true,
77
82
  required: false,
78
83
  read_only: true,
79
84
  serialized_name: 'properties.expiryTime',
@@ -82,6 +87,7 @@ module Azure::Automation::Mgmt::V2015_10_31
82
87
  }
83
88
  },
84
89
  is_exportable: {
90
+ client_side_validation: true,
85
91
  required: false,
86
92
  read_only: true,
87
93
  serialized_name: 'properties.isExportable',
@@ -90,6 +96,7 @@ module Azure::Automation::Mgmt::V2015_10_31
90
96
  }
91
97
  },
92
98
  creation_time: {
99
+ client_side_validation: true,
93
100
  required: false,
94
101
  read_only: true,
95
102
  serialized_name: 'properties.creationTime',
@@ -98,6 +105,7 @@ module Azure::Automation::Mgmt::V2015_10_31
98
105
  }
99
106
  },
100
107
  last_modified_time: {
108
+ client_side_validation: true,
101
109
  required: false,
102
110
  read_only: true,
103
111
  serialized_name: 'properties.lastModifiedTime',
@@ -106,6 +114,7 @@ module Azure::Automation::Mgmt::V2015_10_31
106
114
  }
107
115
  },
108
116
  description: {
117
+ client_side_validation: true,
109
118
  required: false,
110
119
  serialized_name: 'properties.description',
111
120
  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: 'CertificateCreateOrUpdateParameters',
42
43
  type: {
@@ -44,6 +45,7 @@ module Azure::Automation::Mgmt::V2015_10_31
44
45
  class_name: 'CertificateCreateOrUpdateParameters',
45
46
  model_properties: {
46
47
  name: {
48
+ client_side_validation: true,
47
49
  required: true,
48
50
  serialized_name: 'name',
49
51
  type: {
@@ -51,6 +53,7 @@ module Azure::Automation::Mgmt::V2015_10_31
51
53
  }
52
54
  },
53
55
  base64value: {
56
+ client_side_validation: true,
54
57
  required: true,
55
58
  serialized_name: 'properties.base64Value',
56
59
  type: {
@@ -58,6 +61,7 @@ module Azure::Automation::Mgmt::V2015_10_31
58
61
  }
59
62
  },
60
63
  description: {
64
+ client_side_validation: true,
61
65
  required: false,
62
66
  serialized_name: 'properties.description',
63
67
  type: {
@@ -65,6 +69,7 @@ module Azure::Automation::Mgmt::V2015_10_31
65
69
  }
66
70
  },
67
71
  thumbprint: {
72
+ client_side_validation: true,
68
73
  required: false,
69
74
  serialized_name: 'properties.thumbprint',
70
75
  type: {
@@ -72,6 +77,7 @@ module Azure::Automation::Mgmt::V2015_10_31
72
77
  }
73
78
  },
74
79
  is_exportable: {
80
+ client_side_validation: true,
75
81
  required: false,
76
82
  serialized_name: 'properties.isExportable',
77
83
  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: 'CertificateListResult',
62
63
  type: {
@@ -64,11 +65,13 @@ module Azure::Automation::Mgmt::V2015_10_31
64
65
  class_name: 'CertificateListResult',
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: 'CertificateElementType',
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: {
@@ -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: 'CertificateUpdateParameters',
30
31
  type: {
@@ -32,6 +33,7 @@ module Azure::Automation::Mgmt::V2015_10_31
32
33
  class_name: 'CertificateUpdateParameters',
33
34
  model_properties: {
34
35
  name: {
36
+ client_side_validation: true,
35
37
  required: true,
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
  description: {
44
+ client_side_validation: true,
42
45
  required: false,
43
46
  serialized_name: 'properties.description',
44
47
  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: 'Connection',
47
48
  type: {
@@ -49,6 +50,7 @@ module Azure::Automation::Mgmt::V2015_10_31
49
50
  class_name: 'Connection',
50
51
  model_properties: {
51
52
  id: {
53
+ client_side_validation: true,
52
54
  required: false,
53
55
  read_only: true,
54
56
  serialized_name: 'id',
@@ -57,6 +59,7 @@ module Azure::Automation::Mgmt::V2015_10_31
57
59
  }
58
60
  },
59
61
  name: {
62
+ client_side_validation: true,
60
63
  required: false,
61
64
  read_only: true,
62
65
  serialized_name: 'name',
@@ -65,6 +68,7 @@ module Azure::Automation::Mgmt::V2015_10_31
65
68
  }
66
69
  },
67
70
  connection_type: {
71
+ client_side_validation: true,
68
72
  required: false,
69
73
  serialized_name: 'properties.connectionType',
70
74
  type: {
@@ -73,12 +77,14 @@ module Azure::Automation::Mgmt::V2015_10_31
73
77
  }
74
78
  },
75
79
  field_definition_values: {
80
+ client_side_validation: true,
76
81
  required: false,
77
82
  read_only: true,
78
83
  serialized_name: 'properties.fieldDefinitionValues',
79
84
  type: {
80
85
  name: 'Dictionary',
81
86
  value: {
87
+ client_side_validation: true,
82
88
  required: false,
83
89
  serialized_name: 'StringElementType',
84
90
  type: {
@@ -88,6 +94,7 @@ module Azure::Automation::Mgmt::V2015_10_31
88
94
  }
89
95
  },
90
96
  creation_time: {
97
+ client_side_validation: true,
91
98
  required: false,
92
99
  read_only: true,
93
100
  serialized_name: 'properties.creationTime',
@@ -96,6 +103,7 @@ module Azure::Automation::Mgmt::V2015_10_31
96
103
  }
97
104
  },
98
105
  last_modified_time: {
106
+ client_side_validation: true,
99
107
  required: false,
100
108
  read_only: true,
101
109
  serialized_name: 'properties.lastModifiedTime',
@@ -104,6 +112,7 @@ module Azure::Automation::Mgmt::V2015_10_31
104
112
  }
105
113
  },
106
114
  description: {
115
+ client_side_validation: true,
107
116
  required: false,
108
117
  serialized_name: 'properties.description',
109
118
  type: {