azure_mgmt_batch 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 (54) hide show
  1. checksums.yaml +4 -4
  2. data/lib/2015-12-01/generated/azure_mgmt_batch/application_operations.rb +20 -0
  3. data/lib/2015-12-01/generated/azure_mgmt_batch/application_package_operations.rb +16 -0
  4. data/lib/2015-12-01/generated/azure_mgmt_batch/batch_account_operations.rb +29 -0
  5. data/lib/2015-12-01/generated/azure_mgmt_batch/batch_management_client.rb +1 -3
  6. data/lib/2015-12-01/generated/azure_mgmt_batch/models/activate_application_package_parameters.rb +2 -0
  7. data/lib/2015-12-01/generated/azure_mgmt_batch/models/add_application_parameters.rb +3 -0
  8. data/lib/2015-12-01/generated/azure_mgmt_batch/models/application.rb +7 -0
  9. data/lib/2015-12-01/generated/azure_mgmt_batch/models/application_package.rb +8 -0
  10. data/lib/2015-12-01/generated/azure_mgmt_batch/models/auto_storage_base_properties.rb +2 -0
  11. data/lib/2015-12-01/generated/azure_mgmt_batch/models/auto_storage_properties.rb +3 -0
  12. data/lib/2015-12-01/generated/azure_mgmt_batch/models/batch_account.rb +13 -0
  13. data/lib/2015-12-01/generated/azure_mgmt_batch/models/batch_account_create_parameters.rb +5 -0
  14. data/lib/2015-12-01/generated/azure_mgmt_batch/models/batch_account_keys.rb +3 -0
  15. data/lib/2015-12-01/generated/azure_mgmt_batch/models/batch_account_list_result.rb +4 -0
  16. data/lib/2015-12-01/generated/azure_mgmt_batch/models/batch_account_regenerate_key_parameters.rb +2 -0
  17. data/lib/2015-12-01/generated/azure_mgmt_batch/models/batch_account_update_parameters.rb +4 -0
  18. data/lib/2015-12-01/generated/azure_mgmt_batch/models/batch_location_quota.rb +2 -0
  19. data/lib/2015-12-01/generated/azure_mgmt_batch/models/list_applications_result.rb +4 -0
  20. data/lib/2015-12-01/generated/azure_mgmt_batch/models/resource.rb +7 -0
  21. data/lib/2015-12-01/generated/azure_mgmt_batch/models/update_application_parameters.rb +4 -0
  22. data/lib/2017-05-01/generated/azure_mgmt_batch/application_operations.rb +20 -0
  23. data/lib/2017-05-01/generated/azure_mgmt_batch/application_package_operations.rb +16 -0
  24. data/lib/2017-05-01/generated/azure_mgmt_batch/batch_account_operations.rb +29 -0
  25. data/lib/2017-05-01/generated/azure_mgmt_batch/batch_management_client.rb +1 -3
  26. data/lib/2017-05-01/generated/azure_mgmt_batch/models/activate_application_package_parameters.rb +2 -0
  27. data/lib/2017-05-01/generated/azure_mgmt_batch/models/application.rb +7 -0
  28. data/lib/2017-05-01/generated/azure_mgmt_batch/models/application_create_parameters.rb +3 -0
  29. data/lib/2017-05-01/generated/azure_mgmt_batch/models/application_package.rb +8 -0
  30. data/lib/2017-05-01/generated/azure_mgmt_batch/models/application_update_parameters.rb +4 -0
  31. data/lib/2017-05-01/generated/azure_mgmt_batch/models/auto_storage_base_properties.rb +2 -0
  32. data/lib/2017-05-01/generated/azure_mgmt_batch/models/auto_storage_properties.rb +3 -0
  33. data/lib/2017-05-01/generated/azure_mgmt_batch/models/batch_account.rb +16 -0
  34. data/lib/2017-05-01/generated/azure_mgmt_batch/models/batch_account_create_parameters.rb +7 -0
  35. data/lib/2017-05-01/generated/azure_mgmt_batch/models/batch_account_keys.rb +4 -0
  36. data/lib/2017-05-01/generated/azure_mgmt_batch/models/batch_account_list_result.rb +4 -0
  37. data/lib/2017-05-01/generated/azure_mgmt_batch/models/batch_account_regenerate_key_parameters.rb +2 -0
  38. data/lib/2017-05-01/generated/azure_mgmt_batch/models/batch_account_update_parameters.rb +4 -0
  39. data/lib/2017-05-01/generated/azure_mgmt_batch/models/batch_location_quota.rb +2 -0
  40. data/lib/2017-05-01/generated/azure_mgmt_batch/models/check_name_availability_parameters.rb +3 -0
  41. data/lib/2017-05-01/generated/azure_mgmt_batch/models/check_name_availability_result.rb +4 -0
  42. data/lib/2017-05-01/generated/azure_mgmt_batch/models/key_vault_reference.rb +3 -0
  43. data/lib/2017-05-01/generated/azure_mgmt_batch/models/list_applications_result.rb +4 -0
  44. data/lib/2017-05-01/generated/azure_mgmt_batch/models/operation.rb +5 -0
  45. data/lib/2017-05-01/generated/azure_mgmt_batch/models/operation_display.rb +5 -0
  46. data/lib/2017-05-01/generated/azure_mgmt_batch/models/operation_list_result.rb +4 -0
  47. data/lib/2017-05-01/generated/azure_mgmt_batch/models/resource.rb +7 -0
  48. data/lib/profiles/latest/batch_latest_profile_client.rb +1 -3
  49. data/lib/version.rb +1 -1
  50. metadata +10 -9
  51. data/lib/2015-12-01/generated/azure_mgmt_batch/version.rb +0 -8
  52. data/lib/2017-05-01/generated/azure_mgmt_batch/version.rb +0 -8
  53. data/lib/profiles/common/configurable.rb +0 -86
  54. data/lib/profiles/common/default.rb +0 -57
@@ -137,9 +137,7 @@ module Azure::Batch::Mgmt::V2017_05_01
137
137
  #
138
138
  def add_telemetry
139
139
  sdk_information = 'azure_mgmt_batch'
140
- if defined? Azure::Batch::Mgmt::V2017_05_01::VERSION
141
- sdk_information = "#{sdk_information}/#{Azure::Batch::Mgmt::V2017_05_01::VERSION}"
142
- end
140
+ sdk_information = "#{sdk_information}/0.15.2"
143
141
  add_user_agent_information(sdk_information)
144
142
  end
145
143
  end
@@ -22,6 +22,7 @@ module Azure::Batch::Mgmt::V2017_05_01
22
22
  #
23
23
  def self.mapper()
24
24
  {
25
+ client_side_validation: true,
25
26
  required: false,
26
27
  serialized_name: 'ActivateApplicationPackageParameters',
27
28
  type: {
@@ -29,6 +30,7 @@ module Azure::Batch::Mgmt::V2017_05_01
29
30
  class_name: 'ActivateApplicationPackageParameters',
30
31
  model_properties: {
31
32
  format: {
33
+ client_side_validation: true,
32
34
  required: true,
33
35
  serialized_name: 'format',
34
36
  type: {
@@ -38,6 +38,7 @@ module Azure::Batch::Mgmt::V2017_05_01
38
38
  #
39
39
  def self.mapper()
40
40
  {
41
+ client_side_validation: true,
41
42
  required: false,
42
43
  serialized_name: 'Application',
43
44
  type: {
@@ -45,6 +46,7 @@ module Azure::Batch::Mgmt::V2017_05_01
45
46
  class_name: 'Application',
46
47
  model_properties: {
47
48
  id: {
49
+ client_side_validation: true,
48
50
  required: false,
49
51
  serialized_name: 'id',
50
52
  type: {
@@ -52,6 +54,7 @@ module Azure::Batch::Mgmt::V2017_05_01
52
54
  }
53
55
  },
54
56
  display_name: {
57
+ client_side_validation: true,
55
58
  required: false,
56
59
  serialized_name: 'displayName',
57
60
  type: {
@@ -59,11 +62,13 @@ module Azure::Batch::Mgmt::V2017_05_01
59
62
  }
60
63
  },
61
64
  packages: {
65
+ client_side_validation: true,
62
66
  required: false,
63
67
  serialized_name: 'packages',
64
68
  type: {
65
69
  name: 'Sequence',
66
70
  element: {
71
+ client_side_validation: true,
67
72
  required: false,
68
73
  serialized_name: 'ApplicationPackageElementType',
69
74
  type: {
@@ -74,6 +79,7 @@ module Azure::Batch::Mgmt::V2017_05_01
74
79
  }
75
80
  },
76
81
  allow_updates: {
82
+ client_side_validation: true,
77
83
  required: false,
78
84
  serialized_name: 'allowUpdates',
79
85
  type: {
@@ -81,6 +87,7 @@ module Azure::Batch::Mgmt::V2017_05_01
81
87
  }
82
88
  },
83
89
  default_version: {
90
+ client_side_validation: true,
84
91
  required: false,
85
92
  serialized_name: 'defaultVersion',
86
93
  type: {
@@ -26,6 +26,7 @@ module Azure::Batch::Mgmt::V2017_05_01
26
26
  #
27
27
  def self.mapper()
28
28
  {
29
+ client_side_validation: true,
29
30
  required: false,
30
31
  serialized_name: 'ApplicationCreateParameters',
31
32
  type: {
@@ -33,6 +34,7 @@ module Azure::Batch::Mgmt::V2017_05_01
33
34
  class_name: 'ApplicationCreateParameters',
34
35
  model_properties: {
35
36
  allow_updates: {
37
+ client_side_validation: true,
36
38
  required: false,
37
39
  serialized_name: 'allowUpdates',
38
40
  type: {
@@ -40,6 +42,7 @@ module Azure::Batch::Mgmt::V2017_05_01
40
42
  }
41
43
  },
42
44
  display_name: {
45
+ client_side_validation: true,
43
46
  required: false,
44
47
  serialized_name: 'displayName',
45
48
  type: {
@@ -45,6 +45,7 @@ module Azure::Batch::Mgmt::V2017_05_01
45
45
  #
46
46
  def self.mapper()
47
47
  {
48
+ client_side_validation: true,
48
49
  required: false,
49
50
  serialized_name: 'ApplicationPackage',
50
51
  type: {
@@ -52,6 +53,7 @@ module Azure::Batch::Mgmt::V2017_05_01
52
53
  class_name: 'ApplicationPackage',
53
54
  model_properties: {
54
55
  id: {
56
+ client_side_validation: true,
55
57
  required: false,
56
58
  read_only: true,
57
59
  serialized_name: 'id',
@@ -60,6 +62,7 @@ module Azure::Batch::Mgmt::V2017_05_01
60
62
  }
61
63
  },
62
64
  version: {
65
+ client_side_validation: true,
63
66
  required: false,
64
67
  read_only: true,
65
68
  serialized_name: 'version',
@@ -68,6 +71,7 @@ module Azure::Batch::Mgmt::V2017_05_01
68
71
  }
69
72
  },
70
73
  state: {
74
+ client_side_validation: true,
71
75
  required: false,
72
76
  read_only: true,
73
77
  serialized_name: 'state',
@@ -77,6 +81,7 @@ module Azure::Batch::Mgmt::V2017_05_01
77
81
  }
78
82
  },
79
83
  format: {
84
+ client_side_validation: true,
80
85
  required: false,
81
86
  read_only: true,
82
87
  serialized_name: 'format',
@@ -85,6 +90,7 @@ module Azure::Batch::Mgmt::V2017_05_01
85
90
  }
86
91
  },
87
92
  storage_url: {
93
+ client_side_validation: true,
88
94
  required: false,
89
95
  read_only: true,
90
96
  serialized_name: 'storageUrl',
@@ -93,6 +99,7 @@ module Azure::Batch::Mgmt::V2017_05_01
93
99
  }
94
100
  },
95
101
  storage_url_expiry: {
102
+ client_side_validation: true,
96
103
  required: false,
97
104
  read_only: true,
98
105
  serialized_name: 'storageUrlExpiry',
@@ -101,6 +108,7 @@ module Azure::Batch::Mgmt::V2017_05_01
101
108
  }
102
109
  },
103
110
  last_activation_time: {
111
+ client_side_validation: true,
104
112
  required: false,
105
113
  read_only: true,
106
114
  serialized_name: 'lastActivationTime',
@@ -30,6 +30,7 @@ module Azure::Batch::Mgmt::V2017_05_01
30
30
  #
31
31
  def self.mapper()
32
32
  {
33
+ client_side_validation: true,
33
34
  required: false,
34
35
  serialized_name: 'ApplicationUpdateParameters',
35
36
  type: {
@@ -37,6 +38,7 @@ module Azure::Batch::Mgmt::V2017_05_01
37
38
  class_name: 'ApplicationUpdateParameters',
38
39
  model_properties: {
39
40
  allow_updates: {
41
+ client_side_validation: true,
40
42
  required: false,
41
43
  serialized_name: 'allowUpdates',
42
44
  type: {
@@ -44,6 +46,7 @@ module Azure::Batch::Mgmt::V2017_05_01
44
46
  }
45
47
  },
46
48
  default_version: {
49
+ client_side_validation: true,
47
50
  required: false,
48
51
  serialized_name: 'defaultVersion',
49
52
  type: {
@@ -51,6 +54,7 @@ module Azure::Batch::Mgmt::V2017_05_01
51
54
  }
52
55
  },
53
56
  display_name: {
57
+ client_side_validation: true,
54
58
  required: false,
55
59
  serialized_name: 'displayName',
56
60
  type: {
@@ -23,6 +23,7 @@ module Azure::Batch::Mgmt::V2017_05_01
23
23
  #
24
24
  def self.mapper()
25
25
  {
26
+ client_side_validation: true,
26
27
  required: false,
27
28
  serialized_name: 'AutoStorageBaseProperties',
28
29
  type: {
@@ -30,6 +31,7 @@ module Azure::Batch::Mgmt::V2017_05_01
30
31
  class_name: 'AutoStorageBaseProperties',
31
32
  model_properties: {
32
33
  storage_account_id: {
34
+ client_side_validation: true,
33
35
  required: true,
34
36
  serialized_name: 'storageAccountId',
35
37
  type: {
@@ -24,6 +24,7 @@ module Azure::Batch::Mgmt::V2017_05_01
24
24
  #
25
25
  def self.mapper()
26
26
  {
27
+ client_side_validation: true,
27
28
  required: false,
28
29
  serialized_name: 'AutoStorageProperties',
29
30
  type: {
@@ -31,6 +32,7 @@ module Azure::Batch::Mgmt::V2017_05_01
31
32
  class_name: 'AutoStorageProperties',
32
33
  model_properties: {
33
34
  storage_account_id: {
35
+ client_side_validation: true,
34
36
  required: true,
35
37
  serialized_name: 'storageAccountId',
36
38
  type: {
@@ -38,6 +40,7 @@ module Azure::Batch::Mgmt::V2017_05_01
38
40
  }
39
41
  },
40
42
  last_key_sync: {
43
+ client_side_validation: true,
41
44
  required: true,
42
45
  serialized_name: 'lastKeySync',
43
46
  type: {
@@ -54,6 +54,7 @@ module Azure::Batch::Mgmt::V2017_05_01
54
54
  #
55
55
  def self.mapper()
56
56
  {
57
+ client_side_validation: true,
57
58
  required: false,
58
59
  serialized_name: 'BatchAccount',
59
60
  type: {
@@ -61,6 +62,7 @@ module Azure::Batch::Mgmt::V2017_05_01
61
62
  class_name: 'BatchAccount',
62
63
  model_properties: {
63
64
  id: {
65
+ client_side_validation: true,
64
66
  required: false,
65
67
  read_only: true,
66
68
  serialized_name: 'id',
@@ -69,6 +71,7 @@ module Azure::Batch::Mgmt::V2017_05_01
69
71
  }
70
72
  },
71
73
  name: {
74
+ client_side_validation: true,
72
75
  required: false,
73
76
  read_only: true,
74
77
  serialized_name: 'name',
@@ -77,6 +80,7 @@ module Azure::Batch::Mgmt::V2017_05_01
77
80
  }
78
81
  },
79
82
  type: {
83
+ client_side_validation: true,
80
84
  required: false,
81
85
  read_only: true,
82
86
  serialized_name: 'type',
@@ -85,6 +89,7 @@ module Azure::Batch::Mgmt::V2017_05_01
85
89
  }
86
90
  },
87
91
  location: {
92
+ client_side_validation: true,
88
93
  required: false,
89
94
  read_only: true,
90
95
  serialized_name: 'location',
@@ -93,12 +98,14 @@ module Azure::Batch::Mgmt::V2017_05_01
93
98
  }
94
99
  },
95
100
  tags: {
101
+ client_side_validation: true,
96
102
  required: false,
97
103
  read_only: true,
98
104
  serialized_name: 'tags',
99
105
  type: {
100
106
  name: 'Dictionary',
101
107
  value: {
108
+ client_side_validation: true,
102
109
  required: false,
103
110
  serialized_name: 'StringElementType',
104
111
  type: {
@@ -108,6 +115,7 @@ module Azure::Batch::Mgmt::V2017_05_01
108
115
  }
109
116
  },
110
117
  account_endpoint: {
118
+ client_side_validation: true,
111
119
  required: false,
112
120
  read_only: true,
113
121
  serialized_name: 'properties.accountEndpoint',
@@ -116,6 +124,7 @@ module Azure::Batch::Mgmt::V2017_05_01
116
124
  }
117
125
  },
118
126
  provisioning_state: {
127
+ client_side_validation: true,
119
128
  required: false,
120
129
  read_only: true,
121
130
  serialized_name: 'properties.provisioningState',
@@ -125,6 +134,7 @@ module Azure::Batch::Mgmt::V2017_05_01
125
134
  }
126
135
  },
127
136
  pool_allocation_mode: {
137
+ client_side_validation: true,
128
138
  required: false,
129
139
  read_only: true,
130
140
  serialized_name: 'properties.poolAllocationMode',
@@ -134,6 +144,7 @@ module Azure::Batch::Mgmt::V2017_05_01
134
144
  }
135
145
  },
136
146
  key_vault_reference: {
147
+ client_side_validation: true,
137
148
  required: false,
138
149
  read_only: true,
139
150
  serialized_name: 'properties.keyVaultReference',
@@ -143,6 +154,7 @@ module Azure::Batch::Mgmt::V2017_05_01
143
154
  }
144
155
  },
145
156
  auto_storage: {
157
+ client_side_validation: true,
146
158
  required: false,
147
159
  read_only: true,
148
160
  serialized_name: 'properties.autoStorage',
@@ -152,6 +164,7 @@ module Azure::Batch::Mgmt::V2017_05_01
152
164
  }
153
165
  },
154
166
  dedicated_core_quota: {
167
+ client_side_validation: true,
155
168
  required: false,
156
169
  read_only: true,
157
170
  serialized_name: 'properties.dedicatedCoreQuota',
@@ -160,6 +173,7 @@ module Azure::Batch::Mgmt::V2017_05_01
160
173
  }
161
174
  },
162
175
  low_priority_core_quota: {
176
+ client_side_validation: true,
163
177
  required: false,
164
178
  read_only: true,
165
179
  serialized_name: 'properties.lowPriorityCoreQuota',
@@ -168,6 +182,7 @@ module Azure::Batch::Mgmt::V2017_05_01
168
182
  }
169
183
  },
170
184
  pool_quota: {
185
+ client_side_validation: true,
171
186
  required: false,
172
187
  read_only: true,
173
188
  serialized_name: 'properties.poolQuota',
@@ -176,6 +191,7 @@ module Azure::Batch::Mgmt::V2017_05_01
176
191
  }
177
192
  },
178
193
  active_job_and_job_schedule_quota: {
194
+ client_side_validation: true,
179
195
  required: false,
180
196
  read_only: true,
181
197
  serialized_name: 'properties.activeJobAndJobScheduleQuota',
@@ -43,6 +43,7 @@ module Azure::Batch::Mgmt::V2017_05_01
43
43
  #
44
44
  def self.mapper()
45
45
  {
46
+ client_side_validation: true,
46
47
  required: false,
47
48
  serialized_name: 'BatchAccountCreateParameters',
48
49
  type: {
@@ -50,6 +51,7 @@ module Azure::Batch::Mgmt::V2017_05_01
50
51
  class_name: 'BatchAccountCreateParameters',
51
52
  model_properties: {
52
53
  location: {
54
+ client_side_validation: true,
53
55
  required: true,
54
56
  serialized_name: 'location',
55
57
  type: {
@@ -57,11 +59,13 @@ module Azure::Batch::Mgmt::V2017_05_01
57
59
  }
58
60
  },
59
61
  tags: {
62
+ client_side_validation: true,
60
63
  required: false,
61
64
  serialized_name: 'tags',
62
65
  type: {
63
66
  name: 'Dictionary',
64
67
  value: {
68
+ client_side_validation: true,
65
69
  required: false,
66
70
  serialized_name: 'StringElementType',
67
71
  type: {
@@ -71,6 +75,7 @@ module Azure::Batch::Mgmt::V2017_05_01
71
75
  }
72
76
  },
73
77
  auto_storage: {
78
+ client_side_validation: true,
74
79
  required: false,
75
80
  serialized_name: 'properties.autoStorage',
76
81
  type: {
@@ -79,6 +84,7 @@ module Azure::Batch::Mgmt::V2017_05_01
79
84
  }
80
85
  },
81
86
  pool_allocation_mode: {
87
+ client_side_validation: true,
82
88
  required: false,
83
89
  serialized_name: 'properties.poolAllocationMode',
84
90
  type: {
@@ -87,6 +93,7 @@ module Azure::Batch::Mgmt::V2017_05_01
87
93
  }
88
94
  },
89
95
  key_vault_reference: {
96
+ client_side_validation: true,
90
97
  required: false,
91
98
  serialized_name: 'properties.keyVaultReference',
92
99
  type: {
@@ -28,6 +28,7 @@ module Azure::Batch::Mgmt::V2017_05_01
28
28
  #
29
29
  def self.mapper()
30
30
  {
31
+ client_side_validation: true,
31
32
  required: false,
32
33
  serialized_name: 'BatchAccountKeys',
33
34
  type: {
@@ -35,6 +36,7 @@ module Azure::Batch::Mgmt::V2017_05_01
35
36
  class_name: 'BatchAccountKeys',
36
37
  model_properties: {
37
38
  account_name: {
39
+ client_side_validation: true,
38
40
  required: false,
39
41
  read_only: true,
40
42
  serialized_name: 'accountName',
@@ -43,6 +45,7 @@ module Azure::Batch::Mgmt::V2017_05_01
43
45
  }
44
46
  },
45
47
  primary: {
48
+ client_side_validation: true,
46
49
  required: false,
47
50
  read_only: true,
48
51
  serialized_name: 'primary',
@@ -51,6 +54,7 @@ module Azure::Batch::Mgmt::V2017_05_01
51
54
  }
52
55
  },
53
56
  secondary: {
57
+ client_side_validation: true,
54
58
  required: false,
55
59
  read_only: true,
56
60
  serialized_name: 'secondary',
@@ -58,6 +58,7 @@ module Azure::Batch::Mgmt::V2017_05_01
58
58
  #
59
59
  def self.mapper()
60
60
  {
61
+ client_side_validation: true,
61
62
  required: false,
62
63
  serialized_name: 'BatchAccountListResult',
63
64
  type: {
@@ -65,11 +66,13 @@ module Azure::Batch::Mgmt::V2017_05_01
65
66
  class_name: 'BatchAccountListResult',
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: 'BatchAccountElementType',
75
78
  type: {
@@ -80,6 +83,7 @@ module Azure::Batch::Mgmt::V2017_05_01
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: {