azure_mgmt_service_bus 0.10.0 → 0.11.0

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 (54) hide show
  1. checksums.yaml +4 -4
  2. data/lib/generated/azure_mgmt_service_bus.rb +35 -20
  3. data/lib/generated/azure_mgmt_service_bus/models/{resource_list_keys.rb → access_keys.rb} +11 -5
  4. data/lib/generated/azure_mgmt_service_bus/models/access_rights.rb +1 -1
  5. data/lib/generated/azure_mgmt_service_bus/models/action.rb +69 -0
  6. data/lib/generated/azure_mgmt_service_bus/models/authorization_rule_properties.rb +53 -0
  7. data/lib/generated/azure_mgmt_service_bus/models/check_name_availability.rb +48 -0
  8. data/lib/generated/azure_mgmt_service_bus/models/check_name_availability_result.rb +72 -0
  9. data/lib/generated/azure_mgmt_service_bus/models/correlation_filter.rb +127 -0
  10. data/lib/generated/azure_mgmt_service_bus/models/entity_status.rb +5 -5
  11. data/lib/generated/azure_mgmt_service_bus/models/error_response.rb +56 -0
  12. data/lib/generated/azure_mgmt_service_bus/models/filter_type.rb +16 -0
  13. data/lib/generated/azure_mgmt_service_bus/models/{policykey.rb → key_type.rb} +3 -3
  14. data/lib/generated/azure_mgmt_service_bus/models/message_count_details.rb +9 -8
  15. data/lib/generated/azure_mgmt_service_bus/models/operation.rb +57 -0
  16. data/lib/generated/azure_mgmt_service_bus/models/operation_display.rb +69 -0
  17. data/lib/generated/azure_mgmt_service_bus/models/operation_list_result.rb +99 -0
  18. data/lib/generated/azure_mgmt_service_bus/models/regenerate_access_key_parameters.rb +59 -0
  19. data/lib/generated/azure_mgmt_service_bus/models/resource_namespace_patch.rb +86 -0
  20. data/lib/generated/azure_mgmt_service_bus/models/rule.rb +107 -0
  21. data/lib/generated/azure_mgmt_service_bus/models/rule_list_result.rb +95 -0
  22. data/lib/generated/azure_mgmt_service_bus/models/{shared_access_authorization_rule_resource.rb → sbauthorization_rule.rb} +7 -27
  23. data/lib/generated/azure_mgmt_service_bus/models/{shared_access_authorization_rule_list_result.rb → sbauthorization_rule_list_result.rb} +12 -13
  24. data/lib/generated/azure_mgmt_service_bus/models/{namespace_resource.rb → sbnamespace.rb} +19 -7
  25. data/lib/generated/azure_mgmt_service_bus/models/{namespace_list_result.rb → sbnamespace_list_result.rb} +11 -11
  26. data/lib/generated/azure_mgmt_service_bus/models/{namespace_create_or_update_parameters.rb → sbnamespace_update_parameters.rb} +50 -20
  27. data/lib/generated/azure_mgmt_service_bus/models/{queue_create_or_update_parameters.rb → sbqueue.rb} +119 -133
  28. data/lib/generated/azure_mgmt_service_bus/models/{queue_list_result.rb → sbqueue_list_result.rb} +11 -10
  29. data/lib/generated/azure_mgmt_service_bus/models/{sku.rb → sbsku.rb} +14 -10
  30. data/lib/generated/azure_mgmt_service_bus/models/{subscription_resource.rb → sbsubscription.rb} +74 -92
  31. data/lib/generated/azure_mgmt_service_bus/models/{subscription_list_result.rb → sbsubscription_list_result.rb} +11 -10
  32. data/lib/generated/azure_mgmt_service_bus/models/{topic_create_or_update_parameters.rb → sbtopic.rb} +102 -97
  33. data/lib/generated/azure_mgmt_service_bus/models/{topic_list_result.rb → sbtopic_list_result.rb} +11 -10
  34. data/lib/generated/azure_mgmt_service_bus/models/sku_name.rb +1 -1
  35. data/lib/generated/azure_mgmt_service_bus/models/sku_tier.rb +1 -1
  36. data/lib/generated/azure_mgmt_service_bus/models/sql_filter.rb +72 -0
  37. data/lib/generated/azure_mgmt_service_bus/models/sql_rule_action.rb +58 -0
  38. data/lib/generated/azure_mgmt_service_bus/models/tracked_resource.rb +86 -0
  39. data/lib/generated/azure_mgmt_service_bus/models/unavailable_reason.rb +20 -0
  40. data/lib/generated/azure_mgmt_service_bus/module_definition.rb +1 -1
  41. data/lib/generated/azure_mgmt_service_bus/namespaces.rb +442 -188
  42. data/lib/generated/azure_mgmt_service_bus/operations.rb +213 -0
  43. data/lib/generated/azure_mgmt_service_bus/queues.rb +198 -169
  44. data/lib/generated/azure_mgmt_service_bus/rules.rb +558 -0
  45. data/lib/generated/azure_mgmt_service_bus/service_bus_management_client.rb +10 -2
  46. data/lib/generated/azure_mgmt_service_bus/subscriptions.rb +90 -78
  47. data/lib/generated/azure_mgmt_service_bus/topics.rb +199 -173
  48. data/lib/generated/azure_mgmt_service_bus/version.rb +2 -2
  49. metadata +38 -23
  50. data/lib/generated/azure_mgmt_service_bus/models/queue_resource.rb +0 -308
  51. data/lib/generated/azure_mgmt_service_bus/models/regenerate_keys_parameters.rb +0 -46
  52. data/lib/generated/azure_mgmt_service_bus/models/shared_access_authorization_rule_create_or_update_parameters.rb +0 -74
  53. data/lib/generated/azure_mgmt_service_bus/models/subscription_create_or_update_parameters.rb +0 -213
  54. data/lib/generated/azure_mgmt_service_bus/models/topic_resource.rb +0 -263
@@ -1,5 +1,5 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
@@ -8,12 +8,12 @@ module Azure::ARM::ServiceBus
8
8
  #
9
9
  # The response of the List Namespace operation.
10
10
  #
11
- class NamespaceListResult
11
+ class SBNamespaceListResult
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- # @return [Array<NamespaceResource>] Result of the List Namespace
16
- # operation.
15
+ include MsRest::JSONable
16
+ # @return [Array<SBNamespace>] Result of the List Namespace operation.
17
17
  attr_accessor :value
18
18
 
19
19
  # @return [String] Link to the next set of results. Not empty if Value
@@ -26,7 +26,7 @@ module Azure::ARM::ServiceBus
26
26
  #
27
27
  # Gets the rest of the items for the request, enabling auto-pagination.
28
28
  #
29
- # @return [Array<NamespaceResource>] operation results.
29
+ # @return [Array<SBNamespace>] operation results.
30
30
  #
31
31
  def get_all_items
32
32
  items = @value
@@ -41,7 +41,7 @@ module Azure::ARM::ServiceBus
41
41
  #
42
42
  # Gets the next page of results.
43
43
  #
44
- # @return [NamespaceListResult] with next page content.
44
+ # @return [SBNamespaceListResult] with next page content.
45
45
  #
46
46
  def get_next_page
47
47
  response = @next_method.call(@next_link).value! unless @next_method.nil?
@@ -53,16 +53,16 @@ module Azure::ARM::ServiceBus
53
53
  end
54
54
 
55
55
  #
56
- # Mapper for NamespaceListResult class as Ruby Hash.
56
+ # Mapper for SBNamespaceListResult class as Ruby Hash.
57
57
  # This will be used for serialization/deserialization.
58
58
  #
59
59
  def self.mapper()
60
60
  {
61
61
  required: false,
62
- serialized_name: 'NamespaceListResult',
62
+ serialized_name: 'SBNamespaceListResult',
63
63
  type: {
64
64
  name: 'Composite',
65
- class_name: 'NamespaceListResult',
65
+ class_name: 'SBNamespaceListResult',
66
66
  model_properties: {
67
67
  value: {
68
68
  required: false,
@@ -71,10 +71,10 @@ module Azure::ARM::ServiceBus
71
71
  name: 'Sequence',
72
72
  element: {
73
73
  required: false,
74
- serialized_name: 'NamespaceResourceElementType',
74
+ serialized_name: 'SBNamespaceElementType',
75
75
  type: {
76
76
  name: 'Composite',
77
- class_name: 'NamespaceResource'
77
+ class_name: 'SBNamespace'
78
78
  }
79
79
  }
80
80
  }
@@ -1,26 +1,21 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::ServiceBus
7
7
  module Models
8
8
  #
9
- # Parameters supplied to the Create Or Update Namespace operation.
9
+ # Description of a namespace resource.
10
10
  #
11
- class NamespaceCreateOrUpdateParameters
11
+ class SBNamespaceUpdateParameters < ResourceNamespacePatch
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- # @return [String] Namespace location.
16
- attr_accessor :location
17
-
18
- # @return [Sku]
15
+ include MsRest::JSONable
16
+ # @return [SBSku] Porperties of Sku
19
17
  attr_accessor :sku
20
18
 
21
- # @return [Hash{String => String}] Namespace tags.
22
- attr_accessor :tags
23
-
24
19
  # @return [String] Provisioning state of the namespace.
25
20
  attr_accessor :provisioning_state
26
21
 
@@ -34,32 +29,51 @@ module Azure::ARM::ServiceBus
34
29
  # operations.
35
30
  attr_accessor :service_bus_endpoint
36
31
 
32
+ # @return [String] Identifier for Azure Insights metrics
33
+ attr_accessor :metric_id
34
+
37
35
 
38
36
  #
39
- # Mapper for NamespaceCreateOrUpdateParameters class as Ruby Hash.
37
+ # Mapper for SBNamespaceUpdateParameters class as Ruby Hash.
40
38
  # This will be used for serialization/deserialization.
41
39
  #
42
40
  def self.mapper()
43
41
  {
44
42
  required: false,
45
- serialized_name: 'NamespaceCreateOrUpdateParameters',
43
+ serialized_name: 'SBNamespaceUpdateParameters',
46
44
  type: {
47
45
  name: 'Composite',
48
- class_name: 'NamespaceCreateOrUpdateParameters',
46
+ class_name: 'SBNamespaceUpdateParameters',
49
47
  model_properties: {
50
- location: {
51
- required: true,
52
- serialized_name: 'location',
48
+ id: {
49
+ required: false,
50
+ read_only: true,
51
+ serialized_name: 'id',
53
52
  type: {
54
53
  name: 'String'
55
54
  }
56
55
  },
57
- sku: {
56
+ name: {
58
57
  required: false,
59
- serialized_name: 'sku',
58
+ read_only: true,
59
+ serialized_name: 'name',
60
60
  type: {
61
- name: 'Composite',
62
- class_name: 'Sku'
61
+ name: 'String'
62
+ }
63
+ },
64
+ type: {
65
+ required: false,
66
+ read_only: true,
67
+ serialized_name: 'type',
68
+ type: {
69
+ name: 'String'
70
+ }
71
+ },
72
+ location: {
73
+ required: false,
74
+ serialized_name: 'location',
75
+ type: {
76
+ name: 'String'
63
77
  }
64
78
  },
65
79
  tags: {
@@ -76,6 +90,14 @@ module Azure::ARM::ServiceBus
76
90
  }
77
91
  }
78
92
  },
93
+ sku: {
94
+ required: false,
95
+ serialized_name: 'sku',
96
+ type: {
97
+ name: 'Composite',
98
+ class_name: 'SBSku'
99
+ }
100
+ },
79
101
  provisioning_state: {
80
102
  required: false,
81
103
  read_only: true,
@@ -107,6 +129,14 @@ module Azure::ARM::ServiceBus
107
129
  type: {
108
130
  name: 'String'
109
131
  }
132
+ },
133
+ metric_id: {
134
+ required: false,
135
+ read_only: true,
136
+ serialized_name: 'properties.metricId',
137
+ type: {
138
+ name: 'String'
139
+ }
110
140
  }
111
141
  }
112
142
  }
@@ -1,80 +1,47 @@
1
1
  # encoding: utf-8
2
- # Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
2
+ # Code generated by Microsoft (R) AutoRest Code Generator 1.2.2.0
3
3
  # Changes may cause incorrect behavior and will be lost if the code is
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::ServiceBus
7
7
  module Models
8
8
  #
9
- # Parameters supplied to the Create Or Update Queue operation.
9
+ # Description of queue Resource.
10
10
  #
11
- class QueueCreateOrUpdateParameters
11
+ class SBQueue < MsRestAzure::Resource
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- # @return [String] Queue name.
16
- attr_accessor :name
15
+ include MsRest::JSONable
16
+ # @return [MessageCountDetails] Message Count Details.
17
+ attr_accessor :count_details
17
18
 
18
- # @return [String] location of the resource.
19
- attr_accessor :location
19
+ # @return [DateTime] The exact time the message was created.
20
+ attr_accessor :created_at
20
21
 
21
- # @return [String] The duration of a peek-lock; that is, the amount of
22
- # time that the message is locked for other receivers. The maximum value
23
- # for LockDuration is 5 minutes; the default value is 1 minute.
24
- attr_accessor :lock_duration
22
+ # @return [DateTime] The exact time the message was updated.
23
+ attr_accessor :updated_at
25
24
 
26
25
  # @return [DateTime] Last time a message was sent, or the last time there
27
26
  # was a receive request to this queue.
28
27
  attr_accessor :accessed_at
29
28
 
30
- # @return [String] the TimeSpan idle interval after which the queue is
31
- # automatically deleted. The minimum duration is 5 minutes.
32
- attr_accessor :auto_delete_on_idle
33
-
34
- # @return [DateTime] The exact time the message was created.
35
- attr_accessor :created_at
36
-
37
- # @return [String] The default message time to live value. This is the
38
- # duration after which the message expires, starting from when the
39
- # message is sent to Service Bus. This is the default value used when
40
- # TimeToLive is not set on a message itself.
41
- attr_accessor :default_message_time_to_live
42
-
43
- # @return [String] TimeSpan structure that defines the duration of the
44
- # duplicate detection history. The default value is 10 minutes.
45
- attr_accessor :duplicate_detection_history_time_window
46
-
47
- # @return [Boolean] A value that indicates whether server-side batched
48
- # operations are enabled.
49
- attr_accessor :enable_batched_operations
50
-
51
- # @return [Boolean] A value that indicates whether this queue has dead
52
- # letter support when a message expires.
53
- attr_accessor :dead_lettering_on_message_expiration
54
-
55
- # @return [Boolean] A value that indicates whether Express Entities are
56
- # enabled. An express queue holds a message in memory temporarily before
57
- # writing it to persistent storage.
58
- attr_accessor :enable_express
29
+ # @return [Integer] The size of the queue, in bytes.
30
+ attr_accessor :size_in_bytes
59
31
 
60
- # @return [Boolean] A value that indicates whether the queue is to be
61
- # partitioned across multiple message brokers.
62
- attr_accessor :enable_partitioning
32
+ # @return [Integer] The number of messages in the queue.
33
+ attr_accessor :message_count
63
34
 
64
- # @return [Integer] The maximum delivery count. A message is
65
- # automatically deadlettered after this number of deliveries.
66
- attr_accessor :max_delivery_count
35
+ # @return [Duration] ISO 8601 timespan duration of a peek-lock; that is,
36
+ # the amount of time that the message is locked for other receivers. The
37
+ # maximum value for LockDuration is 5 minutes; the default value is 1
38
+ # minute.
39
+ attr_accessor :lock_duration
67
40
 
68
41
  # @return [Integer] The maximum size of the queue in megabytes, which is
69
- # the size of memory allocated for the queue.
42
+ # the size of memory allocated for the queue. Default is 1024.
70
43
  attr_accessor :max_size_in_megabytes
71
44
 
72
- # @return [Integer] The number of messages in the queue.
73
- attr_accessor :message_count
74
-
75
- # @return [MessageCountDetails]
76
- attr_accessor :count_details
77
-
78
45
  # @return [Boolean] A value indicating if this queue requires duplicate
79
46
  # detection.
80
47
  attr_accessor :requires_duplicate_detection
@@ -83,69 +50,89 @@ module Azure::ARM::ServiceBus
83
50
  # concept of sessions.
84
51
  attr_accessor :requires_session
85
52
 
86
- # @return [Integer] The size of the queue, in bytes.
87
- attr_accessor :size_in_bytes
53
+ # @return [Duration] ISO 8601 default message timespan to live value.
54
+ # This is the duration after which the message expires, starting from
55
+ # when the message is sent to Service Bus. This is the default value used
56
+ # when TimeToLive is not set on a message itself.
57
+ attr_accessor :default_message_time_to_live
58
+
59
+ # @return [Boolean] A value that indicates whether this queue has dead
60
+ # letter support when a message expires.
61
+ attr_accessor :dead_lettering_on_message_expiration
62
+
63
+ # @return [Duration] ISO 8601 timeSpan structure that defines the
64
+ # duration of the duplicate detection history. The default value is 10
65
+ # minutes.
66
+ attr_accessor :duplicate_detection_history_time_window
67
+
68
+ # @return [Integer] The maximum delivery count. A message is
69
+ # automatically deadlettered after this number of deliveries. default
70
+ # value is 10.
71
+ attr_accessor :max_delivery_count
88
72
 
89
73
  # @return [EntityStatus] Enumerates the possible values for the status of
90
- # a messaging entity. Possible values include: 'Active', 'Creating',
91
- # 'Deleting', 'Disabled', 'ReceiveDisabled', 'Renaming', 'Restoring',
92
- # 'SendDisabled', 'Unknown'
74
+ # a messaging entity. Possible values include: 'Active', 'Disabled',
75
+ # 'Restoring', 'SendDisabled', 'ReceiveDisabled', 'Creating', 'Deleting',
76
+ # 'Renaming', 'Unknown'
93
77
  attr_accessor :status
94
78
 
95
- # @return [Boolean] A value that indicates whether the queue supports
96
- # ordering.
97
- attr_accessor :support_ordering
79
+ # @return [Duration] ISO 8061 timeSpan idle interval after which the
80
+ # queue is automatically deleted. The minimum duration is 5 minutes.
81
+ attr_accessor :auto_delete_on_idle
98
82
 
99
- # @return [DateTime] The exact time the message was updated.
100
- attr_accessor :updated_at
83
+ # @return [Boolean] A value that indicates whether the queue is to be
84
+ # partitioned across multiple message brokers.
85
+ attr_accessor :enable_partitioning
86
+
87
+ # @return [Boolean] A value that indicates whether Express Entities are
88
+ # enabled. An express queue holds a message in memory temporarily before
89
+ # writing it to persistent storage.
90
+ attr_accessor :enable_express
101
91
 
102
92
 
103
93
  #
104
- # Mapper for QueueCreateOrUpdateParameters class as Ruby Hash.
94
+ # Mapper for SBQueue class as Ruby Hash.
105
95
  # This will be used for serialization/deserialization.
106
96
  #
107
97
  def self.mapper()
108
98
  {
109
99
  required: false,
110
- serialized_name: 'QueueCreateOrUpdateParameters',
100
+ serialized_name: 'SBQueue',
111
101
  type: {
112
102
  name: 'Composite',
113
- class_name: 'QueueCreateOrUpdateParameters',
103
+ class_name: 'SBQueue',
114
104
  model_properties: {
115
- name: {
105
+ id: {
116
106
  required: false,
117
- serialized_name: 'name',
118
- type: {
119
- name: 'String'
120
- }
121
- },
122
- location: {
123
- required: true,
124
- serialized_name: 'location',
107
+ read_only: true,
108
+ serialized_name: 'id',
125
109
  type: {
126
110
  name: 'String'
127
111
  }
128
112
  },
129
- lock_duration: {
113
+ name: {
130
114
  required: false,
131
- serialized_name: 'properties.lockDuration',
115
+ read_only: true,
116
+ serialized_name: 'name',
132
117
  type: {
133
118
  name: 'String'
134
119
  }
135
120
  },
136
- accessed_at: {
121
+ type: {
137
122
  required: false,
138
123
  read_only: true,
139
- serialized_name: 'properties.accessedAt',
124
+ serialized_name: 'type',
140
125
  type: {
141
- name: 'DateTime'
126
+ name: 'String'
142
127
  }
143
128
  },
144
- auto_delete_on_idle: {
129
+ count_details: {
145
130
  required: false,
146
- serialized_name: 'properties.autoDeleteOnIdle',
131
+ read_only: true,
132
+ serialized_name: 'properties.countDetails',
147
133
  type: {
148
- name: 'String'
134
+ name: 'Composite',
135
+ class_name: 'MessageCountDetails'
149
136
  }
150
137
  },
151
138
  created_at: {
@@ -156,97 +143,90 @@ module Azure::ARM::ServiceBus
156
143
  name: 'DateTime'
157
144
  }
158
145
  },
159
- default_message_time_to_live: {
160
- required: false,
161
- serialized_name: 'properties.defaultMessageTimeToLive',
162
- type: {
163
- name: 'String'
164
- }
165
- },
166
- duplicate_detection_history_time_window: {
146
+ updated_at: {
167
147
  required: false,
168
- serialized_name: 'properties.duplicateDetectionHistoryTimeWindow',
148
+ read_only: true,
149
+ serialized_name: 'properties.updatedAt',
169
150
  type: {
170
- name: 'String'
151
+ name: 'DateTime'
171
152
  }
172
153
  },
173
- enable_batched_operations: {
154
+ accessed_at: {
174
155
  required: false,
175
- serialized_name: 'properties.enableBatchedOperations',
156
+ read_only: true,
157
+ serialized_name: 'properties.accessedAt',
176
158
  type: {
177
- name: 'Boolean'
159
+ name: 'DateTime'
178
160
  }
179
161
  },
180
- dead_lettering_on_message_expiration: {
162
+ size_in_bytes: {
181
163
  required: false,
182
- serialized_name: 'properties.deadLetteringOnMessageExpiration',
164
+ read_only: true,
165
+ serialized_name: 'properties.sizeInBytes',
183
166
  type: {
184
- name: 'Boolean'
167
+ name: 'Number'
185
168
  }
186
169
  },
187
- enable_express: {
170
+ message_count: {
188
171
  required: false,
189
- serialized_name: 'properties.enableExpress',
172
+ read_only: true,
173
+ serialized_name: 'properties.messageCount',
190
174
  type: {
191
- name: 'Boolean'
175
+ name: 'Number'
192
176
  }
193
177
  },
194
- enable_partitioning: {
178
+ lock_duration: {
195
179
  required: false,
196
- serialized_name: 'properties.enablePartitioning',
180
+ serialized_name: 'properties.lockDuration',
197
181
  type: {
198
- name: 'Boolean'
182
+ name: 'TimeSpan'
199
183
  }
200
184
  },
201
- max_delivery_count: {
185
+ max_size_in_megabytes: {
202
186
  required: false,
203
- serialized_name: 'properties.maxDeliveryCount',
187
+ serialized_name: 'properties.maxSizeInMegabytes',
204
188
  type: {
205
189
  name: 'Number'
206
190
  }
207
191
  },
208
- max_size_in_megabytes: {
192
+ requires_duplicate_detection: {
209
193
  required: false,
210
- serialized_name: 'properties.maxSizeInMegabytes',
194
+ serialized_name: 'properties.requiresDuplicateDetection',
211
195
  type: {
212
- name: 'Number'
196
+ name: 'Boolean'
213
197
  }
214
198
  },
215
- message_count: {
199
+ requires_session: {
216
200
  required: false,
217
- read_only: true,
218
- serialized_name: 'properties.messageCount',
201
+ serialized_name: 'properties.requiresSession',
219
202
  type: {
220
- name: 'Number'
203
+ name: 'Boolean'
221
204
  }
222
205
  },
223
- count_details: {
206
+ default_message_time_to_live: {
224
207
  required: false,
225
- read_only: true,
226
- serialized_name: 'properties.countDetails',
208
+ serialized_name: 'properties.defaultMessageTimeToLive',
227
209
  type: {
228
- name: 'Composite',
229
- class_name: 'MessageCountDetails'
210
+ name: 'TimeSpan'
230
211
  }
231
212
  },
232
- requires_duplicate_detection: {
213
+ dead_lettering_on_message_expiration: {
233
214
  required: false,
234
- serialized_name: 'properties.requiresDuplicateDetection',
215
+ serialized_name: 'properties.deadLetteringOnMessageExpiration',
235
216
  type: {
236
217
  name: 'Boolean'
237
218
  }
238
219
  },
239
- requires_session: {
220
+ duplicate_detection_history_time_window: {
240
221
  required: false,
241
- serialized_name: 'properties.requiresSession',
222
+ serialized_name: 'properties.duplicateDetectionHistoryTimeWindow',
242
223
  type: {
243
- name: 'Boolean'
224
+ name: 'TimeSpan'
244
225
  }
245
226
  },
246
- size_in_bytes: {
227
+ max_delivery_count: {
247
228
  required: false,
248
- read_only: true,
249
- serialized_name: 'properties.sizeInBytes',
229
+ serialized_name: 'properties.maxDeliveryCount',
250
230
  type: {
251
231
  name: 'Number'
252
232
  }
@@ -259,19 +239,25 @@ module Azure::ARM::ServiceBus
259
239
  module: 'EntityStatus'
260
240
  }
261
241
  },
262
- support_ordering: {
242
+ auto_delete_on_idle: {
243
+ required: false,
244
+ serialized_name: 'properties.autoDeleteOnIdle',
245
+ type: {
246
+ name: 'TimeSpan'
247
+ }
248
+ },
249
+ enable_partitioning: {
263
250
  required: false,
264
- serialized_name: 'properties.supportOrdering',
251
+ serialized_name: 'properties.enablePartitioning',
265
252
  type: {
266
253
  name: 'Boolean'
267
254
  }
268
255
  },
269
- updated_at: {
256
+ enable_express: {
270
257
  required: false,
271
- read_only: true,
272
- serialized_name: 'properties.updatedAt',
258
+ serialized_name: 'properties.enableExpress',
273
259
  type: {
274
- name: 'DateTime'
260
+ name: 'Boolean'
275
261
  }
276
262
  }
277
263
  }