azure_mgmt_service_bus 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 (89) hide show
  1. checksums.yaml +4 -4
  2. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/check_name_availability.rb +2 -0
  3. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/check_name_availability_result.rb +4 -0
  4. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/message_count_details.rb +6 -0
  5. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/namespace_create_or_update_parameters.rb +12 -0
  6. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/namespace_list_result.rb +4 -0
  7. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/namespace_resource.rb +15 -0
  8. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/namespace_update_parameters.rb +4 -0
  9. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/operation.rb +3 -0
  10. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/operation_display.rb +4 -0
  11. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/operation_list_result.rb +4 -0
  12. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/queue_create_or_update_parameters.rb +25 -0
  13. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/queue_list_result.rb +4 -0
  14. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/queue_resource.rb +27 -0
  15. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/regenerate_keys_parameters.rb +2 -0
  16. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/resource.rb +5 -0
  17. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/resource_list_keys.rb +6 -0
  18. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/shared_access_authorization_rule_create_or_update_parameters.rb +5 -0
  19. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/shared_access_authorization_rule_list_result.rb +4 -0
  20. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/shared_access_authorization_rule_resource.rb +7 -0
  21. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/sku.rb +4 -0
  22. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/subscription_create_or_update_parameters.rb +19 -0
  23. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/subscription_list_result.rb +4 -0
  24. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/subscription_resource.rb +21 -0
  25. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/topic_create_or_update_parameters.rb +24 -0
  26. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/topic_list_result.rb +4 -0
  27. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/topic_resource.rb +26 -0
  28. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/tracked_resource.rb +7 -0
  29. data/lib/2015-08-01/generated/azure_mgmt_service_bus/namespaces.rb +50 -0
  30. data/lib/2015-08-01/generated/azure_mgmt_service_bus/queues.rb +68 -0
  31. data/lib/2015-08-01/generated/azure_mgmt_service_bus/service_bus_management_client.rb +1 -3
  32. data/lib/2015-08-01/generated/azure_mgmt_service_bus/subscriptions.rb +30 -0
  33. data/lib/2015-08-01/generated/azure_mgmt_service_bus/topics.rb +68 -0
  34. data/lib/2017-04-01/generated/azure_mgmt_service_bus/disaster_recovery_configs.rb +34 -0
  35. data/lib/2017-04-01/generated/azure_mgmt_service_bus/event_hubs.rb +4 -0
  36. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/access_keys.rb +8 -0
  37. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/action.rb +4 -0
  38. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/arm_disaster_recovery.rb +7 -0
  39. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/arm_disaster_recovery_list_result.rb +4 -0
  40. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/authorization_rule_properties.rb +3 -0
  41. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/capture_description.rb +6 -0
  42. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/check_name_availability.rb +2 -0
  43. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/check_name_availability_result.rb +4 -0
  44. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/correlation_filter.rb +10 -0
  45. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/destination.rb +5 -0
  46. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/error_response.rb +3 -0
  47. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/event_hub_list_result.rb +4 -0
  48. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/eventhub.rb +12 -0
  49. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/message_count_details.rb +6 -0
  50. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/operation.rb +3 -0
  51. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/operation_display.rb +4 -0
  52. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/operation_list_result.rb +4 -0
  53. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/premium_messaging_regions.rb +8 -0
  54. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/premium_messaging_regions_list_result.rb +4 -0
  55. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/premium_messaging_regions_properties.rb +3 -0
  56. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/regenerate_access_key_parameters.rb +3 -0
  57. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/resource.rb +4 -0
  58. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/resource_namespace_patch.rb +7 -0
  59. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/rule.rb +8 -0
  60. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/rule_list_result.rb +4 -0
  61. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbauthorization_rule.rb +6 -0
  62. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbauthorization_rule_list_result.rb +4 -0
  63. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbnamespace.rb +13 -0
  64. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbnamespace_list_result.rb +4 -0
  65. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbnamespace_update_parameters.rb +13 -0
  66. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbqueue.rb +22 -0
  67. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbqueue_list_result.rb +4 -0
  68. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbsku.rb +4 -0
  69. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbsubscription.rb +18 -0
  70. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbsubscription_list_result.rb +4 -0
  71. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbtopic.rb +20 -0
  72. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbtopic_list_result.rb +4 -0
  73. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sql_filter.rb +4 -0
  74. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sql_rule_action.rb +4 -0
  75. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/tracked_resource.rb +7 -0
  76. data/lib/2017-04-01/generated/azure_mgmt_service_bus/namespaces.rb +50 -0
  77. data/lib/2017-04-01/generated/azure_mgmt_service_bus/queues.rb +59 -0
  78. data/lib/2017-04-01/generated/azure_mgmt_service_bus/regions.rb +2 -0
  79. data/lib/2017-04-01/generated/azure_mgmt_service_bus/rules.rb +34 -0
  80. data/lib/2017-04-01/generated/azure_mgmt_service_bus/service_bus_management_client.rb +1 -3
  81. data/lib/2017-04-01/generated/azure_mgmt_service_bus/subscriptions.rb +26 -0
  82. data/lib/2017-04-01/generated/azure_mgmt_service_bus/topics.rb +59 -0
  83. data/lib/profiles/latest/servicebus_latest_profile_client.rb +1 -3
  84. data/lib/version.rb +1 -1
  85. metadata +10 -9
  86. data/lib/2015-08-01/generated/azure_mgmt_service_bus/version.rb +0 -8
  87. data/lib/2017-04-01/generated/azure_mgmt_service_bus/version.rb +0 -8
  88. data/lib/profiles/common/configurable.rb +0 -86
  89. data/lib/profiles/common/default.rb +0 -57
@@ -38,6 +38,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
38
38
  #
39
39
  def self.mapper()
40
40
  {
41
+ client_side_validation: true,
41
42
  required: false,
42
43
  serialized_name: 'ResourceListKeys',
43
44
  type: {
@@ -45,6 +46,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
45
46
  class_name: 'ResourceListKeys',
46
47
  model_properties: {
47
48
  primary_connection_string: {
49
+ client_side_validation: true,
48
50
  required: false,
49
51
  serialized_name: 'primaryConnectionString',
50
52
  type: {
@@ -52,6 +54,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
52
54
  }
53
55
  },
54
56
  secondary_connection_string: {
57
+ client_side_validation: true,
55
58
  required: false,
56
59
  serialized_name: 'secondaryConnectionString',
57
60
  type: {
@@ -59,6 +62,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
59
62
  }
60
63
  },
61
64
  primary_key: {
65
+ client_side_validation: true,
62
66
  required: false,
63
67
  serialized_name: 'primaryKey',
64
68
  type: {
@@ -66,6 +70,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
66
70
  }
67
71
  },
68
72
  secondary_key: {
73
+ client_side_validation: true,
69
74
  required: false,
70
75
  serialized_name: 'secondaryKey',
71
76
  type: {
@@ -73,6 +78,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
73
78
  }
74
79
  },
75
80
  key_name: {
81
+ client_side_validation: true,
76
82
  required: false,
77
83
  serialized_name: 'keyName',
78
84
  type: {
@@ -30,6 +30,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
30
30
  #
31
31
  def self.mapper()
32
32
  {
33
+ client_side_validation: true,
33
34
  required: false,
34
35
  serialized_name: 'SharedAccessAuthorizationRuleCreateOrUpdateParameters',
35
36
  type: {
@@ -37,6 +38,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
37
38
  class_name: 'SharedAccessAuthorizationRuleCreateOrUpdateParameters',
38
39
  model_properties: {
39
40
  location: {
41
+ client_side_validation: true,
40
42
  required: false,
41
43
  serialized_name: 'location',
42
44
  type: {
@@ -44,6 +46,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
44
46
  }
45
47
  },
46
48
  name: {
49
+ client_side_validation: true,
47
50
  required: false,
48
51
  serialized_name: 'name',
49
52
  type: {
@@ -51,11 +54,13 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
51
54
  }
52
55
  },
53
56
  rights: {
57
+ client_side_validation: true,
54
58
  required: true,
55
59
  serialized_name: 'properties.rights',
56
60
  type: {
57
61
  name: 'Sequence',
58
62
  element: {
63
+ client_side_validation: true,
59
64
  required: false,
60
65
  serialized_name: 'AccessRightsElementType',
61
66
  type: {
@@ -61,6 +61,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
61
61
  #
62
62
  def self.mapper()
63
63
  {
64
+ client_side_validation: true,
64
65
  required: false,
65
66
  serialized_name: 'SharedAccessAuthorizationRuleListResult',
66
67
  type: {
@@ -68,11 +69,13 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
68
69
  class_name: 'SharedAccessAuthorizationRuleListResult',
69
70
  model_properties: {
70
71
  value: {
72
+ client_side_validation: true,
71
73
  required: false,
72
74
  serialized_name: 'value',
73
75
  type: {
74
76
  name: 'Sequence',
75
77
  element: {
78
+ client_side_validation: true,
76
79
  required: false,
77
80
  serialized_name: 'SharedAccessAuthorizationRuleResourceElementType',
78
81
  type: {
@@ -83,6 +86,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
83
86
  }
84
87
  },
85
88
  next_link: {
89
+ client_side_validation: true,
86
90
  required: false,
87
91
  serialized_name: 'nextLink',
88
92
  type: {
@@ -22,6 +22,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
22
22
  #
23
23
  def self.mapper()
24
24
  {
25
+ client_side_validation: true,
25
26
  required: false,
26
27
  serialized_name: 'SharedAccessAuthorizationRuleResource',
27
28
  type: {
@@ -29,6 +30,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
29
30
  class_name: 'SharedAccessAuthorizationRuleResource',
30
31
  model_properties: {
31
32
  id: {
33
+ client_side_validation: true,
32
34
  required: false,
33
35
  read_only: true,
34
36
  serialized_name: 'id',
@@ -37,6 +39,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
37
39
  }
38
40
  },
39
41
  name: {
42
+ client_side_validation: true,
40
43
  required: false,
41
44
  read_only: true,
42
45
  serialized_name: 'name',
@@ -45,6 +48,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
45
48
  }
46
49
  },
47
50
  location: {
51
+ client_side_validation: true,
48
52
  required: false,
49
53
  serialized_name: 'location',
50
54
  type: {
@@ -52,6 +56,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
52
56
  }
53
57
  },
54
58
  type: {
59
+ client_side_validation: true,
55
60
  required: false,
56
61
  read_only: true,
57
62
  serialized_name: 'type',
@@ -60,11 +65,13 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
60
65
  }
61
66
  },
62
67
  rights: {
68
+ client_side_validation: true,
63
69
  required: true,
64
70
  serialized_name: 'properties.rights',
65
71
  type: {
66
72
  name: 'Sequence',
67
73
  element: {
74
+ client_side_validation: true,
68
75
  required: false,
69
76
  serialized_name: 'AccessRightsElementType',
70
77
  type: {
@@ -30,6 +30,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
30
30
  #
31
31
  def self.mapper()
32
32
  {
33
+ client_side_validation: true,
33
34
  required: false,
34
35
  serialized_name: 'Sku',
35
36
  type: {
@@ -37,6 +38,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
37
38
  class_name: 'Sku',
38
39
  model_properties: {
39
40
  name: {
41
+ client_side_validation: true,
40
42
  required: false,
41
43
  serialized_name: 'name',
42
44
  type: {
@@ -44,6 +46,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
44
46
  }
45
47
  },
46
48
  tier: {
49
+ client_side_validation: true,
47
50
  required: true,
48
51
  serialized_name: 'tier',
49
52
  type: {
@@ -51,6 +54,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
51
54
  }
52
55
  },
53
56
  capacity: {
57
+ client_side_validation: true,
54
58
  required: false,
55
59
  serialized_name: 'capacity',
56
60
  type: {
@@ -88,6 +88,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
88
88
  #
89
89
  def self.mapper()
90
90
  {
91
+ client_side_validation: true,
91
92
  required: false,
92
93
  serialized_name: 'SubscriptionCreateOrUpdateParameters',
93
94
  type: {
@@ -95,6 +96,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
95
96
  class_name: 'SubscriptionCreateOrUpdateParameters',
96
97
  model_properties: {
97
98
  location: {
99
+ client_side_validation: true,
98
100
  required: true,
99
101
  serialized_name: 'location',
100
102
  type: {
@@ -102,6 +104,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
102
104
  }
103
105
  },
104
106
  type: {
107
+ client_side_validation: true,
105
108
  required: false,
106
109
  serialized_name: 'type',
107
110
  type: {
@@ -109,6 +112,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
109
112
  }
110
113
  },
111
114
  accessed_at: {
115
+ client_side_validation: true,
112
116
  required: false,
113
117
  read_only: true,
114
118
  serialized_name: 'properties.accessedAt',
@@ -117,6 +121,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
117
121
  }
118
122
  },
119
123
  auto_delete_on_idle: {
124
+ client_side_validation: true,
120
125
  required: false,
121
126
  serialized_name: 'properties.autoDeleteOnIdle',
122
127
  type: {
@@ -124,6 +129,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
124
129
  }
125
130
  },
126
131
  count_details: {
132
+ client_side_validation: true,
127
133
  required: false,
128
134
  read_only: true,
129
135
  serialized_name: 'properties.countDetails',
@@ -133,6 +139,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
133
139
  }
134
140
  },
135
141
  created_at: {
142
+ client_side_validation: true,
136
143
  required: false,
137
144
  read_only: true,
138
145
  serialized_name: 'properties.createdAt',
@@ -141,6 +148,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
141
148
  }
142
149
  },
143
150
  default_message_time_to_live: {
151
+ client_side_validation: true,
144
152
  required: false,
145
153
  serialized_name: 'properties.defaultMessageTimeToLive',
146
154
  type: {
@@ -148,6 +156,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
148
156
  }
149
157
  },
150
158
  dead_lettering_on_filter_evaluation_exceptions: {
159
+ client_side_validation: true,
151
160
  required: false,
152
161
  serialized_name: 'properties.deadLetteringOnFilterEvaluationExceptions',
153
162
  type: {
@@ -155,6 +164,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
155
164
  }
156
165
  },
157
166
  dead_lettering_on_message_expiration: {
167
+ client_side_validation: true,
158
168
  required: false,
159
169
  serialized_name: 'properties.deadLetteringOnMessageExpiration',
160
170
  type: {
@@ -162,6 +172,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
162
172
  }
163
173
  },
164
174
  enable_batched_operations: {
175
+ client_side_validation: true,
165
176
  required: false,
166
177
  serialized_name: 'properties.enableBatchedOperations',
167
178
  type: {
@@ -169,6 +180,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
169
180
  }
170
181
  },
171
182
  entity_availability_status: {
183
+ client_side_validation: true,
172
184
  required: false,
173
185
  serialized_name: 'properties.entityAvailabilityStatus',
174
186
  type: {
@@ -177,6 +189,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
177
189
  }
178
190
  },
179
191
  is_read_only: {
192
+ client_side_validation: true,
180
193
  required: false,
181
194
  serialized_name: 'properties.isReadOnly',
182
195
  type: {
@@ -184,6 +197,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
184
197
  }
185
198
  },
186
199
  lock_duration: {
200
+ client_side_validation: true,
187
201
  required: false,
188
202
  serialized_name: 'properties.lockDuration',
189
203
  type: {
@@ -191,6 +205,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
191
205
  }
192
206
  },
193
207
  max_delivery_count: {
208
+ client_side_validation: true,
194
209
  required: false,
195
210
  serialized_name: 'properties.maxDeliveryCount',
196
211
  type: {
@@ -198,6 +213,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
198
213
  }
199
214
  },
200
215
  message_count: {
216
+ client_side_validation: true,
201
217
  required: false,
202
218
  read_only: true,
203
219
  serialized_name: 'properties.messageCount',
@@ -206,6 +222,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
206
222
  }
207
223
  },
208
224
  requires_session: {
225
+ client_side_validation: true,
209
226
  required: false,
210
227
  serialized_name: 'properties.requiresSession',
211
228
  type: {
@@ -213,6 +230,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
213
230
  }
214
231
  },
215
232
  status: {
233
+ client_side_validation: true,
216
234
  required: false,
217
235
  serialized_name: 'properties.status',
218
236
  type: {
@@ -221,6 +239,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
221
239
  }
222
240
  },
223
241
  updated_at: {
242
+ client_side_validation: true,
224
243
  required: false,
225
244
  read_only: true,
226
245
  serialized_name: 'properties.updatedAt',
@@ -59,6 +59,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
59
59
  #
60
60
  def self.mapper()
61
61
  {
62
+ client_side_validation: true,
62
63
  required: false,
63
64
  serialized_name: 'SubscriptionListResult',
64
65
  type: {
@@ -66,11 +67,13 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
66
67
  class_name: 'SubscriptionListResult',
67
68
  model_properties: {
68
69
  value: {
70
+ client_side_validation: true,
69
71
  required: false,
70
72
  serialized_name: 'value',
71
73
  type: {
72
74
  name: 'Sequence',
73
75
  element: {
76
+ client_side_validation: true,
74
77
  required: false,
75
78
  serialized_name: 'SubscriptionResourceElementType',
76
79
  type: {
@@ -81,6 +84,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
81
84
  }
82
85
  },
83
86
  next_link: {
87
+ client_side_validation: true,
84
88
  required: false,
85
89
  serialized_name: 'nextLink',
86
90
  type: {
@@ -82,6 +82,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
82
82
  #
83
83
  def self.mapper()
84
84
  {
85
+ client_side_validation: true,
85
86
  required: false,
86
87
  serialized_name: 'SubscriptionResource',
87
88
  type: {
@@ -89,6 +90,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
89
90
  class_name: 'SubscriptionResource',
90
91
  model_properties: {
91
92
  id: {
93
+ client_side_validation: true,
92
94
  required: false,
93
95
  read_only: true,
94
96
  serialized_name: 'id',
@@ -97,6 +99,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
97
99
  }
98
100
  },
99
101
  name: {
102
+ client_side_validation: true,
100
103
  required: false,
101
104
  read_only: true,
102
105
  serialized_name: 'name',
@@ -105,6 +108,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
105
108
  }
106
109
  },
107
110
  location: {
111
+ client_side_validation: true,
108
112
  required: false,
109
113
  serialized_name: 'location',
110
114
  type: {
@@ -112,6 +116,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
112
116
  }
113
117
  },
114
118
  type: {
119
+ client_side_validation: true,
115
120
  required: false,
116
121
  read_only: true,
117
122
  serialized_name: 'type',
@@ -120,6 +125,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
120
125
  }
121
126
  },
122
127
  accessed_at: {
128
+ client_side_validation: true,
123
129
  required: false,
124
130
  read_only: true,
125
131
  serialized_name: 'properties.accessedAt',
@@ -128,6 +134,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
128
134
  }
129
135
  },
130
136
  auto_delete_on_idle: {
137
+ client_side_validation: true,
131
138
  required: false,
132
139
  serialized_name: 'properties.autoDeleteOnIdle',
133
140
  type: {
@@ -135,6 +142,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
135
142
  }
136
143
  },
137
144
  count_details: {
145
+ client_side_validation: true,
138
146
  required: false,
139
147
  read_only: true,
140
148
  serialized_name: 'properties.countDetails',
@@ -144,6 +152,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
144
152
  }
145
153
  },
146
154
  created_at: {
155
+ client_side_validation: true,
147
156
  required: false,
148
157
  read_only: true,
149
158
  serialized_name: 'properties.createdAt',
@@ -152,6 +161,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
152
161
  }
153
162
  },
154
163
  default_message_time_to_live: {
164
+ client_side_validation: true,
155
165
  required: false,
156
166
  serialized_name: 'properties.defaultMessageTimeToLive',
157
167
  type: {
@@ -159,6 +169,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
159
169
  }
160
170
  },
161
171
  dead_lettering_on_filter_evaluation_exceptions: {
172
+ client_side_validation: true,
162
173
  required: false,
163
174
  serialized_name: 'properties.deadLetteringOnFilterEvaluationExceptions',
164
175
  type: {
@@ -166,6 +177,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
166
177
  }
167
178
  },
168
179
  dead_lettering_on_message_expiration: {
180
+ client_side_validation: true,
169
181
  required: false,
170
182
  serialized_name: 'properties.deadLetteringOnMessageExpiration',
171
183
  type: {
@@ -173,6 +185,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
173
185
  }
174
186
  },
175
187
  enable_batched_operations: {
188
+ client_side_validation: true,
176
189
  required: false,
177
190
  serialized_name: 'properties.enableBatchedOperations',
178
191
  type: {
@@ -180,6 +193,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
180
193
  }
181
194
  },
182
195
  entity_availability_status: {
196
+ client_side_validation: true,
183
197
  required: false,
184
198
  serialized_name: 'properties.entityAvailabilityStatus',
185
199
  type: {
@@ -188,6 +202,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
188
202
  }
189
203
  },
190
204
  is_read_only: {
205
+ client_side_validation: true,
191
206
  required: false,
192
207
  serialized_name: 'properties.isReadOnly',
193
208
  type: {
@@ -195,6 +210,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
195
210
  }
196
211
  },
197
212
  lock_duration: {
213
+ client_side_validation: true,
198
214
  required: false,
199
215
  serialized_name: 'properties.lockDuration',
200
216
  type: {
@@ -202,6 +218,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
202
218
  }
203
219
  },
204
220
  max_delivery_count: {
221
+ client_side_validation: true,
205
222
  required: false,
206
223
  serialized_name: 'properties.maxDeliveryCount',
207
224
  type: {
@@ -209,6 +226,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
209
226
  }
210
227
  },
211
228
  message_count: {
229
+ client_side_validation: true,
212
230
  required: false,
213
231
  read_only: true,
214
232
  serialized_name: 'properties.messageCount',
@@ -217,6 +235,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
217
235
  }
218
236
  },
219
237
  requires_session: {
238
+ client_side_validation: true,
220
239
  required: false,
221
240
  serialized_name: 'properties.requiresSession',
222
241
  type: {
@@ -224,6 +243,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
224
243
  }
225
244
  },
226
245
  status: {
246
+ client_side_validation: true,
227
247
  required: false,
228
248
  serialized_name: 'properties.status',
229
249
  type: {
@@ -232,6 +252,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
232
252
  }
233
253
  },
234
254
  updated_at: {
255
+ client_side_validation: true,
235
256
  required: false,
236
257
  read_only: true,
237
258
  serialized_name: 'properties.updatedAt',