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
@@ -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: 'DscConfigurationListResult',
63
64
  type: {
@@ -65,11 +66,13 @@ module Azure::Automation::Mgmt::V2015_10_31
65
66
  class_name: 'DscConfigurationListResult',
66
67
  model_properties: {
67
68
  value: {
69
+ client_side_validation: true,
68
70
  required: false,
69
71
  serialized_name: 'value',
70
72
  type: {
71
73
  name: 'Sequence',
72
74
  element: {
75
+ client_side_validation: true,
73
76
  required: false,
74
77
  serialized_name: 'DscConfigurationElementType',
75
78
  type: {
@@ -80,6 +83,7 @@ module Azure::Automation::Mgmt::V2015_10_31
80
83
  }
81
84
  },
82
85
  next_link: {
86
+ client_side_validation: true,
83
87
  required: false,
84
88
  serialized_name: 'nextLink',
85
89
  type: {
@@ -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: 'DscConfigurationParameter',
37
38
  type: {
@@ -39,6 +40,7 @@ module Azure::Automation::Mgmt::V2015_10_31
39
40
  class_name: 'DscConfigurationParameter',
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: {
@@ -47,6 +47,7 @@ module Azure::Automation::Mgmt::V2015_10_31
47
47
  #
48
48
  def self.mapper()
49
49
  {
50
+ client_side_validation: true,
50
51
  required: false,
51
52
  serialized_name: 'DscMetaConfiguration',
52
53
  type: {
@@ -54,6 +55,7 @@ module Azure::Automation::Mgmt::V2015_10_31
54
55
  class_name: 'DscMetaConfiguration',
55
56
  model_properties: {
56
57
  configuration_mode_frequency_mins: {
58
+ client_side_validation: true,
57
59
  required: false,
58
60
  serialized_name: 'configurationModeFrequencyMins',
59
61
  type: {
@@ -61,6 +63,7 @@ module Azure::Automation::Mgmt::V2015_10_31
61
63
  }
62
64
  },
63
65
  reboot_node_if_needed: {
66
+ client_side_validation: true,
64
67
  required: false,
65
68
  serialized_name: 'rebootNodeIfNeeded',
66
69
  type: {
@@ -68,6 +71,7 @@ module Azure::Automation::Mgmt::V2015_10_31
68
71
  }
69
72
  },
70
73
  configuration_mode: {
74
+ client_side_validation: true,
71
75
  required: false,
72
76
  serialized_name: 'configurationMode',
73
77
  type: {
@@ -75,6 +79,7 @@ module Azure::Automation::Mgmt::V2015_10_31
75
79
  }
76
80
  },
77
81
  action_after_reboot: {
82
+ client_side_validation: true,
78
83
  required: false,
79
84
  serialized_name: 'actionAfterReboot',
80
85
  type: {
@@ -82,6 +87,7 @@ module Azure::Automation::Mgmt::V2015_10_31
82
87
  }
83
88
  },
84
89
  certificate_id: {
90
+ client_side_validation: true,
85
91
  required: false,
86
92
  serialized_name: 'certificateId',
87
93
  type: {
@@ -89,6 +95,7 @@ module Azure::Automation::Mgmt::V2015_10_31
89
95
  }
90
96
  },
91
97
  refresh_frequency_mins: {
98
+ client_side_validation: true,
92
99
  required: false,
93
100
  serialized_name: 'refreshFrequencyMins',
94
101
  type: {
@@ -96,6 +103,7 @@ module Azure::Automation::Mgmt::V2015_10_31
96
103
  }
97
104
  },
98
105
  allow_module_overwrite: {
106
+ client_side_validation: true,
99
107
  required: false,
100
108
  serialized_name: 'allowModuleOverwrite',
101
109
  type: {
@@ -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: 'DscNode',
49
50
  type: {
@@ -51,6 +52,7 @@ module Azure::Automation::Mgmt::V2015_10_31
51
52
  class_name: 'DscNode',
52
53
  model_properties: {
53
54
  id: {
55
+ client_side_validation: true,
54
56
  required: false,
55
57
  read_only: true,
56
58
  serialized_name: 'id',
@@ -59,6 +61,7 @@ module Azure::Automation::Mgmt::V2015_10_31
59
61
  }
60
62
  },
61
63
  name: {
64
+ client_side_validation: true,
62
65
  required: false,
63
66
  read_only: true,
64
67
  serialized_name: 'name',
@@ -67,6 +70,7 @@ module Azure::Automation::Mgmt::V2015_10_31
67
70
  }
68
71
  },
69
72
  type: {
73
+ client_side_validation: true,
70
74
  required: false,
71
75
  read_only: true,
72
76
  serialized_name: 'type',
@@ -75,6 +79,7 @@ module Azure::Automation::Mgmt::V2015_10_31
75
79
  }
76
80
  },
77
81
  location: {
82
+ client_side_validation: true,
78
83
  required: true,
79
84
  serialized_name: 'location',
80
85
  type: {
@@ -82,11 +87,13 @@ module Azure::Automation::Mgmt::V2015_10_31
82
87
  }
83
88
  },
84
89
  tags: {
90
+ client_side_validation: true,
85
91
  required: false,
86
92
  serialized_name: 'tags',
87
93
  type: {
88
94
  name: 'Dictionary',
89
95
  value: {
96
+ client_side_validation: true,
90
97
  required: false,
91
98
  serialized_name: 'StringElementType',
92
99
  type: {
@@ -96,6 +103,7 @@ module Azure::Automation::Mgmt::V2015_10_31
96
103
  }
97
104
  },
98
105
  last_seen: {
106
+ client_side_validation: true,
99
107
  required: false,
100
108
  serialized_name: 'lastSeen',
101
109
  type: {
@@ -103,6 +111,7 @@ module Azure::Automation::Mgmt::V2015_10_31
103
111
  }
104
112
  },
105
113
  registration_time: {
114
+ client_side_validation: true,
106
115
  required: false,
107
116
  serialized_name: 'registrationTime',
108
117
  type: {
@@ -110,6 +119,7 @@ module Azure::Automation::Mgmt::V2015_10_31
110
119
  }
111
120
  },
112
121
  ip: {
122
+ client_side_validation: true,
113
123
  required: false,
114
124
  serialized_name: 'ip',
115
125
  type: {
@@ -117,6 +127,7 @@ module Azure::Automation::Mgmt::V2015_10_31
117
127
  }
118
128
  },
119
129
  account_id: {
130
+ client_side_validation: true,
120
131
  required: false,
121
132
  serialized_name: 'accountId',
122
133
  type: {
@@ -124,6 +135,7 @@ module Azure::Automation::Mgmt::V2015_10_31
124
135
  }
125
136
  },
126
137
  node_configuration: {
138
+ client_side_validation: true,
127
139
  required: false,
128
140
  serialized_name: 'nodeConfiguration',
129
141
  type: {
@@ -132,6 +144,7 @@ module Azure::Automation::Mgmt::V2015_10_31
132
144
  }
133
145
  },
134
146
  status: {
147
+ client_side_validation: true,
135
148
  required: false,
136
149
  serialized_name: 'status',
137
150
  type: {
@@ -139,6 +152,7 @@ module Azure::Automation::Mgmt::V2015_10_31
139
152
  }
140
153
  },
141
154
  node_id: {
155
+ client_side_validation: true,
142
156
  required: false,
143
157
  serialized_name: 'nodeId',
144
158
  type: {
@@ -146,6 +160,7 @@ module Azure::Automation::Mgmt::V2015_10_31
146
160
  }
147
161
  },
148
162
  etag: {
163
+ client_side_validation: true,
149
164
  required: false,
150
165
  serialized_name: 'etag',
151
166
  type: {
@@ -35,6 +35,7 @@ module Azure::Automation::Mgmt::V2015_10_31
35
35
  #
36
36
  def self.mapper()
37
37
  {
38
+ client_side_validation: true,
38
39
  required: false,
39
40
  serialized_name: 'DscNodeConfiguration',
40
41
  type: {
@@ -42,6 +43,7 @@ module Azure::Automation::Mgmt::V2015_10_31
42
43
  class_name: 'DscNodeConfiguration',
43
44
  model_properties: {
44
45
  name: {
46
+ client_side_validation: true,
45
47
  required: false,
46
48
  serialized_name: 'name',
47
49
  type: {
@@ -49,6 +51,7 @@ module Azure::Automation::Mgmt::V2015_10_31
49
51
  }
50
52
  },
51
53
  last_modified_time: {
54
+ client_side_validation: true,
52
55
  required: false,
53
56
  serialized_name: 'lastModifiedTime',
54
57
  type: {
@@ -56,6 +59,7 @@ module Azure::Automation::Mgmt::V2015_10_31
56
59
  }
57
60
  },
58
61
  creation_time: {
62
+ client_side_validation: true,
59
63
  required: false,
60
64
  serialized_name: 'creationTime',
61
65
  type: {
@@ -63,6 +67,7 @@ module Azure::Automation::Mgmt::V2015_10_31
63
67
  }
64
68
  },
65
69
  configuration: {
70
+ client_side_validation: true,
66
71
  required: false,
67
72
  serialized_name: 'configuration',
68
73
  type: {
@@ -71,6 +76,7 @@ module Azure::Automation::Mgmt::V2015_10_31
71
76
  }
72
77
  },
73
78
  id: {
79
+ client_side_validation: true,
74
80
  required: false,
75
81
  serialized_name: 'id',
76
82
  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: 'DscNodeConfigurationAssociationProperty',
27
28
  type: {
@@ -29,6 +30,7 @@ module Azure::Automation::Mgmt::V2015_10_31
29
30
  class_name: 'DscNodeConfigurationAssociationProperty',
30
31
  model_properties: {
31
32
  name: {
33
+ client_side_validation: true,
32
34
  required: false,
33
35
  serialized_name: 'name',
34
36
  type: {
@@ -31,6 +31,7 @@ module Azure::Automation::Mgmt::V2015_10_31
31
31
  #
32
32
  def self.mapper()
33
33
  {
34
+ client_side_validation: true,
34
35
  required: false,
35
36
  serialized_name: 'DscNodeConfigurationCreateOrUpdateParameters',
36
37
  type: {
@@ -38,6 +39,7 @@ module Azure::Automation::Mgmt::V2015_10_31
38
39
  class_name: 'DscNodeConfigurationCreateOrUpdateParameters',
39
40
  model_properties: {
40
41
  source: {
42
+ client_side_validation: true,
41
43
  required: true,
42
44
  serialized_name: 'source',
43
45
  type: {
@@ -46,6 +48,7 @@ module Azure::Automation::Mgmt::V2015_10_31
46
48
  }
47
49
  },
48
50
  name: {
51
+ client_side_validation: true,
49
52
  required: true,
50
53
  serialized_name: 'name',
51
54
  type: {
@@ -53,6 +56,7 @@ module Azure::Automation::Mgmt::V2015_10_31
53
56
  }
54
57
  },
55
58
  configuration: {
59
+ client_side_validation: true,
56
60
  required: true,
57
61
  serialized_name: 'configuration',
58
62
  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: 'DscNodeConfigurationListResult',
63
64
  type: {
@@ -65,11 +66,13 @@ module Azure::Automation::Mgmt::V2015_10_31
65
66
  class_name: 'DscNodeConfigurationListResult',
66
67
  model_properties: {
67
68
  value: {
69
+ client_side_validation: true,
68
70
  required: false,
69
71
  serialized_name: 'value',
70
72
  type: {
71
73
  name: 'Sequence',
72
74
  element: {
75
+ client_side_validation: true,
73
76
  required: false,
74
77
  serialized_name: 'DscNodeConfigurationElementType',
75
78
  type: {
@@ -80,6 +83,7 @@ module Azure::Automation::Mgmt::V2015_10_31
80
83
  }
81
84
  },
82
85
  next_link: {
86
+ client_side_validation: true,
83
87
  required: false,
84
88
  serialized_name: 'nextLink',
85
89
  type: {
@@ -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: 'DscNodeListResult',
62
63
  type: {
@@ -64,11 +65,13 @@ module Azure::Automation::Mgmt::V2015_10_31
64
65
  class_name: 'DscNodeListResult',
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: 'DscNodeElementType',
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: {
@@ -86,6 +86,7 @@ module Azure::Automation::Mgmt::V2015_10_31
86
86
  #
87
87
  def self.mapper()
88
88
  {
89
+ client_side_validation: true,
89
90
  required: false,
90
91
  serialized_name: 'DscNodeReport',
91
92
  type: {
@@ -93,6 +94,7 @@ module Azure::Automation::Mgmt::V2015_10_31
93
94
  class_name: 'DscNodeReport',
94
95
  model_properties: {
95
96
  end_time: {
97
+ client_side_validation: true,
96
98
  required: false,
97
99
  serialized_name: 'endTime',
98
100
  type: {
@@ -100,6 +102,7 @@ module Azure::Automation::Mgmt::V2015_10_31
100
102
  }
101
103
  },
102
104
  last_modified_time: {
105
+ client_side_validation: true,
103
106
  required: false,
104
107
  serialized_name: 'lastModifiedTime',
105
108
  type: {
@@ -107,6 +110,7 @@ module Azure::Automation::Mgmt::V2015_10_31
107
110
  }
108
111
  },
109
112
  start_time: {
113
+ client_side_validation: true,
110
114
  required: false,
111
115
  serialized_name: 'startTime',
112
116
  type: {
@@ -114,6 +118,7 @@ module Azure::Automation::Mgmt::V2015_10_31
114
118
  }
115
119
  },
116
120
  type: {
121
+ client_side_validation: true,
117
122
  required: false,
118
123
  serialized_name: 'type',
119
124
  type: {
@@ -121,6 +126,7 @@ module Azure::Automation::Mgmt::V2015_10_31
121
126
  }
122
127
  },
123
128
  report_id: {
129
+ client_side_validation: true,
124
130
  required: false,
125
131
  serialized_name: 'reportId',
126
132
  type: {
@@ -128,6 +134,7 @@ module Azure::Automation::Mgmt::V2015_10_31
128
134
  }
129
135
  },
130
136
  status: {
137
+ client_side_validation: true,
131
138
  required: false,
132
139
  serialized_name: 'status',
133
140
  type: {
@@ -135,6 +142,7 @@ module Azure::Automation::Mgmt::V2015_10_31
135
142
  }
136
143
  },
137
144
  refresh_mode: {
145
+ client_side_validation: true,
138
146
  required: false,
139
147
  serialized_name: 'refreshMode',
140
148
  type: {
@@ -142,6 +150,7 @@ module Azure::Automation::Mgmt::V2015_10_31
142
150
  }
143
151
  },
144
152
  reboot_requested: {
153
+ client_side_validation: true,
145
154
  required: false,
146
155
  serialized_name: 'rebootRequested',
147
156
  type: {
@@ -149,6 +158,7 @@ module Azure::Automation::Mgmt::V2015_10_31
149
158
  }
150
159
  },
151
160
  report_format_version: {
161
+ client_side_validation: true,
152
162
  required: false,
153
163
  serialized_name: 'reportFormatVersion',
154
164
  type: {
@@ -156,6 +166,7 @@ module Azure::Automation::Mgmt::V2015_10_31
156
166
  }
157
167
  },
158
168
  configuration_version: {
169
+ client_side_validation: true,
159
170
  required: false,
160
171
  serialized_name: 'configurationVersion',
161
172
  type: {
@@ -163,6 +174,7 @@ module Azure::Automation::Mgmt::V2015_10_31
163
174
  }
164
175
  },
165
176
  id: {
177
+ client_side_validation: true,
166
178
  required: false,
167
179
  serialized_name: 'id',
168
180
  type: {
@@ -170,11 +182,13 @@ module Azure::Automation::Mgmt::V2015_10_31
170
182
  }
171
183
  },
172
184
  errors: {
185
+ client_side_validation: true,
173
186
  required: false,
174
187
  serialized_name: 'errors',
175
188
  type: {
176
189
  name: 'Sequence',
177
190
  element: {
191
+ client_side_validation: true,
178
192
  required: false,
179
193
  serialized_name: 'DscReportErrorElementType',
180
194
  type: {
@@ -185,11 +199,13 @@ module Azure::Automation::Mgmt::V2015_10_31
185
199
  }
186
200
  },
187
201
  resources: {
202
+ client_side_validation: true,
188
203
  required: false,
189
204
  serialized_name: 'resources',
190
205
  type: {
191
206
  name: 'Sequence',
192
207
  element: {
208
+ client_side_validation: true,
193
209
  required: false,
194
210
  serialized_name: 'DscReportResourceElementType',
195
211
  type: {
@@ -200,6 +216,7 @@ module Azure::Automation::Mgmt::V2015_10_31
200
216
  }
201
217
  },
202
218
  meta_configuration: {
219
+ client_side_validation: true,
203
220
  required: false,
204
221
  serialized_name: 'metaConfiguration',
205
222
  type: {
@@ -208,6 +225,7 @@ module Azure::Automation::Mgmt::V2015_10_31
208
225
  }
209
226
  },
210
227
  host_name: {
228
+ client_side_validation: true,
211
229
  required: false,
212
230
  serialized_name: 'hostName',
213
231
  type: {
@@ -215,11 +233,13 @@ module Azure::Automation::Mgmt::V2015_10_31
215
233
  }
216
234
  },
217
235
  i_pv4addresses: {
236
+ client_side_validation: true,
218
237
  required: false,
219
238
  serialized_name: 'iPV4Addresses',
220
239
  type: {
221
240
  name: 'Sequence',
222
241
  element: {
242
+ client_side_validation: true,
223
243
  required: false,
224
244
  serialized_name: 'StringElementType',
225
245
  type: {
@@ -229,11 +249,13 @@ module Azure::Automation::Mgmt::V2015_10_31
229
249
  }
230
250
  },
231
251
  i_pv6addresses: {
252
+ client_side_validation: true,
232
253
  required: false,
233
254
  serialized_name: 'iPV6Addresses',
234
255
  type: {
235
256
  name: 'Sequence',
236
257
  element: {
258
+ client_side_validation: true,
237
259
  required: false,
238
260
  serialized_name: 'StringElementType',
239
261
  type: {
@@ -243,6 +265,7 @@ module Azure::Automation::Mgmt::V2015_10_31
243
265
  }
244
266
  },
245
267
  number_of_resources: {
268
+ client_side_validation: true,
246
269
  required: false,
247
270
  serialized_name: 'numberOfResources',
248
271
  type: {
@@ -250,6 +273,7 @@ module Azure::Automation::Mgmt::V2015_10_31
250
273
  }
251
274
  },
252
275
  raw_errors: {
276
+ client_side_validation: true,
253
277
  required: false,
254
278
  serialized_name: 'rawErrors',
255
279
  type: {