azure_mgmt_service_bus 0.9.0 → 0.10.0
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/generated/azure_mgmt_service_bus.rb +1 -3
- data/lib/generated/azure_mgmt_service_bus/models/access_rights.rb +1 -1
- data/lib/generated/azure_mgmt_service_bus/models/entity_status.rb +1 -1
- data/lib/generated/azure_mgmt_service_bus/models/message_count_details.rb +6 -1
- data/lib/generated/azure_mgmt_service_bus/models/namespace_create_or_update_parameters.rb +5 -35
- data/lib/generated/azure_mgmt_service_bus/models/namespace_list_result.rb +1 -1
- data/lib/generated/azure_mgmt_service_bus/models/namespace_resource.rb +5 -35
- data/lib/generated/azure_mgmt_service_bus/models/policykey.rb +1 -1
- data/lib/generated/azure_mgmt_service_bus/models/queue_create_or_update_parameters.rb +7 -25
- data/lib/generated/azure_mgmt_service_bus/models/queue_list_result.rb +1 -1
- data/lib/generated/azure_mgmt_service_bus/models/queue_resource.rb +7 -25
- data/lib/generated/azure_mgmt_service_bus/models/regenerate_keys_parameters.rb +1 -1
- data/lib/generated/azure_mgmt_service_bus/models/resource_list_keys.rb +1 -1
- data/lib/generated/azure_mgmt_service_bus/models/shared_access_authorization_rule_create_or_update_parameters.rb +1 -1
- data/lib/generated/azure_mgmt_service_bus/models/shared_access_authorization_rule_list_result.rb +1 -1
- data/lib/generated/azure_mgmt_service_bus/models/shared_access_authorization_rule_resource.rb +1 -1
- data/lib/generated/azure_mgmt_service_bus/models/sku.rb +1 -1
- data/lib/generated/azure_mgmt_service_bus/models/sku_name.rb +1 -1
- data/lib/generated/azure_mgmt_service_bus/models/sku_tier.rb +1 -1
- data/lib/generated/azure_mgmt_service_bus/models/subscription_create_or_update_parameters.rb +6 -25
- data/lib/generated/azure_mgmt_service_bus/models/subscription_list_result.rb +1 -1
- data/lib/generated/azure_mgmt_service_bus/models/subscription_resource.rb +6 -25
- data/lib/generated/azure_mgmt_service_bus/models/topic_create_or_update_parameters.rb +7 -57
- data/lib/generated/azure_mgmt_service_bus/models/topic_list_result.rb +1 -1
- data/lib/generated/azure_mgmt_service_bus/models/topic_resource.rb +7 -57
- data/lib/generated/azure_mgmt_service_bus/module_definition.rb +1 -1
- data/lib/generated/azure_mgmt_service_bus/namespaces.rb +2 -2
- data/lib/generated/azure_mgmt_service_bus/queues.rb +1 -1
- data/lib/generated/azure_mgmt_service_bus/service_bus_management_client.rb +1 -1
- data/lib/generated/azure_mgmt_service_bus/subscriptions.rb +1 -1
- data/lib/generated/azure_mgmt_service_bus/topics.rb +1 -1
- data/lib/generated/azure_mgmt_service_bus/version.rb +2 -2
- metadata +2 -4
- data/lib/generated/azure_mgmt_service_bus/models/entity_availability_status.rb +0 -19
- data/lib/generated/azure_mgmt_service_bus/models/namespace_state.rb +0 -27
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA1:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 40590040277feaf54714ce25a9ad6c392e525a5c
|
4
|
+
data.tar.gz: dfe66229fa3e742f11ddb3838546d2264388531a
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: daef50336e1263fcbc36e03f41a887cb6e4c7096242915ab1264120f8ed3edb5456e236971f1be53edbef9075644bd469454c1e1981b2e02897ab0c2fde7087e
|
7
|
+
data.tar.gz: 7c3c6a33f3744a38ba3e578cd02659ebb7f1c0a5086121e245ead63ea8d3bc5036025893c8350e0c165353669aa8994215993c9f83d1d27e03bf71a7a43ee057
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
@@ -48,10 +48,8 @@ module Azure::ARM::ServiceBus
|
|
48
48
|
autoload :SubscriptionResource, 'generated/azure_mgmt_service_bus/models/subscription_resource.rb'
|
49
49
|
autoload :SkuName, 'generated/azure_mgmt_service_bus/models/sku_name.rb'
|
50
50
|
autoload :SkuTier, 'generated/azure_mgmt_service_bus/models/sku_tier.rb'
|
51
|
-
autoload :NamespaceState, 'generated/azure_mgmt_service_bus/models/namespace_state.rb'
|
52
51
|
autoload :AccessRights, 'generated/azure_mgmt_service_bus/models/access_rights.rb'
|
53
52
|
autoload :Policykey, 'generated/azure_mgmt_service_bus/models/policykey.rb'
|
54
|
-
autoload :EntityAvailabilityStatus, 'generated/azure_mgmt_service_bus/models/entity_availability_status.rb'
|
55
53
|
autoload :EntityStatus, 'generated/azure_mgmt_service_bus/models/entity_status.rb'
|
56
54
|
end
|
57
55
|
end
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
@@ -44,6 +44,7 @@ module Azure::ARM::ServiceBus
|
|
44
44
|
model_properties: {
|
45
45
|
active_message_count: {
|
46
46
|
required: false,
|
47
|
+
read_only: true,
|
47
48
|
serialized_name: 'activeMessageCount',
|
48
49
|
type: {
|
49
50
|
name: 'Number'
|
@@ -51,6 +52,7 @@ module Azure::ARM::ServiceBus
|
|
51
52
|
},
|
52
53
|
dead_letter_message_count: {
|
53
54
|
required: false,
|
55
|
+
read_only: true,
|
54
56
|
serialized_name: 'deadLetterMessageCount',
|
55
57
|
type: {
|
56
58
|
name: 'Number'
|
@@ -58,6 +60,7 @@ module Azure::ARM::ServiceBus
|
|
58
60
|
},
|
59
61
|
scheduled_message_count: {
|
60
62
|
required: false,
|
63
|
+
read_only: true,
|
61
64
|
serialized_name: 'scheduledMessageCount',
|
62
65
|
type: {
|
63
66
|
name: 'Number'
|
@@ -65,6 +68,7 @@ module Azure::ARM::ServiceBus
|
|
65
68
|
},
|
66
69
|
transfer_dead_letter_message_count: {
|
67
70
|
required: false,
|
71
|
+
read_only: true,
|
68
72
|
serialized_name: 'transferDeadLetterMessageCount',
|
69
73
|
type: {
|
70
74
|
name: 'Number'
|
@@ -72,6 +76,7 @@ module Azure::ARM::ServiceBus
|
|
72
76
|
},
|
73
77
|
transfer_message_count: {
|
74
78
|
required: false,
|
79
|
+
read_only: true,
|
75
80
|
serialized_name: 'transferMessageCount',
|
76
81
|
type: {
|
77
82
|
name: 'Number'
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
@@ -24,12 +24,6 @@ module Azure::ARM::ServiceBus
|
|
24
24
|
# @return [String] Provisioning state of the namespace.
|
25
25
|
attr_accessor :provisioning_state
|
26
26
|
|
27
|
-
# @return [NamespaceState] State of the namespace. Possible values
|
28
|
-
# include: 'Unknown', 'Creating', 'Created', 'Activating', 'Enabling',
|
29
|
-
# 'Active', 'Disabling', 'Disabled', 'SoftDeleting', 'SoftDeleted',
|
30
|
-
# 'Removing', 'Removed', 'Failed'
|
31
|
-
attr_accessor :status
|
32
|
-
|
33
27
|
# @return [DateTime] The time the namespace was created.
|
34
28
|
attr_accessor :created_at
|
35
29
|
|
@@ -40,12 +34,6 @@ module Azure::ARM::ServiceBus
|
|
40
34
|
# operations.
|
41
35
|
attr_accessor :service_bus_endpoint
|
42
36
|
|
43
|
-
# @return [Boolean] Indicates whether to create an ACS namespace.
|
44
|
-
attr_accessor :create_acsnamespace
|
45
|
-
|
46
|
-
# @return [Boolean] Specifies whether this instance is enabled.
|
47
|
-
attr_accessor :enabled
|
48
|
-
|
49
37
|
|
50
38
|
#
|
51
39
|
# Mapper for NamespaceCreateOrUpdateParameters class as Ruby Hash.
|
@@ -90,21 +78,15 @@ module Azure::ARM::ServiceBus
|
|
90
78
|
},
|
91
79
|
provisioning_state: {
|
92
80
|
required: false,
|
81
|
+
read_only: true,
|
93
82
|
serialized_name: 'properties.provisioningState',
|
94
83
|
type: {
|
95
84
|
name: 'String'
|
96
85
|
}
|
97
86
|
},
|
98
|
-
status: {
|
99
|
-
required: false,
|
100
|
-
serialized_name: 'properties.status',
|
101
|
-
type: {
|
102
|
-
name: 'Enum',
|
103
|
-
module: 'NamespaceState'
|
104
|
-
}
|
105
|
-
},
|
106
87
|
created_at: {
|
107
88
|
required: false,
|
89
|
+
read_only: true,
|
108
90
|
serialized_name: 'properties.createdAt',
|
109
91
|
type: {
|
110
92
|
name: 'DateTime'
|
@@ -112,6 +94,7 @@ module Azure::ARM::ServiceBus
|
|
112
94
|
},
|
113
95
|
updated_at: {
|
114
96
|
required: false,
|
97
|
+
read_only: true,
|
115
98
|
serialized_name: 'properties.updatedAt',
|
116
99
|
type: {
|
117
100
|
name: 'DateTime'
|
@@ -119,24 +102,11 @@ module Azure::ARM::ServiceBus
|
|
119
102
|
},
|
120
103
|
service_bus_endpoint: {
|
121
104
|
required: false,
|
105
|
+
read_only: true,
|
122
106
|
serialized_name: 'properties.serviceBusEndpoint',
|
123
107
|
type: {
|
124
108
|
name: 'String'
|
125
109
|
}
|
126
|
-
},
|
127
|
-
create_acsnamespace: {
|
128
|
-
required: false,
|
129
|
-
serialized_name: 'properties.createACSNamespace',
|
130
|
-
type: {
|
131
|
-
name: 'Boolean'
|
132
|
-
}
|
133
|
-
},
|
134
|
-
enabled: {
|
135
|
-
required: false,
|
136
|
-
serialized_name: 'properties.enabled',
|
137
|
-
type: {
|
138
|
-
name: 'Boolean'
|
139
|
-
}
|
140
110
|
}
|
141
111
|
}
|
142
112
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
@@ -18,12 +18,6 @@ module Azure::ARM::ServiceBus
|
|
18
18
|
# @return [String] Provisioning state of the namespace.
|
19
19
|
attr_accessor :provisioning_state
|
20
20
|
|
21
|
-
# @return [NamespaceState] State of the namespace. Possible values
|
22
|
-
# include: 'Unknown', 'Creating', 'Created', 'Activating', 'Enabling',
|
23
|
-
# 'Active', 'Disabling', 'Disabled', 'SoftDeleting', 'SoftDeleted',
|
24
|
-
# 'Removing', 'Removed', 'Failed'
|
25
|
-
attr_accessor :status
|
26
|
-
|
27
21
|
# @return [DateTime] The time the namespace was created.
|
28
22
|
attr_accessor :created_at
|
29
23
|
|
@@ -34,12 +28,6 @@ module Azure::ARM::ServiceBus
|
|
34
28
|
# operations.
|
35
29
|
attr_accessor :service_bus_endpoint
|
36
30
|
|
37
|
-
# @return [Boolean] Indicates whether to create an ACS namespace.
|
38
|
-
attr_accessor :create_acsnamespace
|
39
|
-
|
40
|
-
# @return [Boolean] Specifies whether this instance is enabled.
|
41
|
-
attr_accessor :enabled
|
42
|
-
|
43
31
|
|
44
32
|
#
|
45
33
|
# Mapper for NamespaceResource class as Ruby Hash.
|
@@ -108,21 +96,15 @@ module Azure::ARM::ServiceBus
|
|
108
96
|
},
|
109
97
|
provisioning_state: {
|
110
98
|
required: false,
|
99
|
+
read_only: true,
|
111
100
|
serialized_name: 'properties.provisioningState',
|
112
101
|
type: {
|
113
102
|
name: 'String'
|
114
103
|
}
|
115
104
|
},
|
116
|
-
status: {
|
117
|
-
required: false,
|
118
|
-
serialized_name: 'properties.status',
|
119
|
-
type: {
|
120
|
-
name: 'Enum',
|
121
|
-
module: 'NamespaceState'
|
122
|
-
}
|
123
|
-
},
|
124
105
|
created_at: {
|
125
106
|
required: false,
|
107
|
+
read_only: true,
|
126
108
|
serialized_name: 'properties.createdAt',
|
127
109
|
type: {
|
128
110
|
name: 'DateTime'
|
@@ -130,6 +112,7 @@ module Azure::ARM::ServiceBus
|
|
130
112
|
},
|
131
113
|
updated_at: {
|
132
114
|
required: false,
|
115
|
+
read_only: true,
|
133
116
|
serialized_name: 'properties.updatedAt',
|
134
117
|
type: {
|
135
118
|
name: 'DateTime'
|
@@ -137,24 +120,11 @@ module Azure::ARM::ServiceBus
|
|
137
120
|
},
|
138
121
|
service_bus_endpoint: {
|
139
122
|
required: false,
|
123
|
+
read_only: true,
|
140
124
|
serialized_name: 'properties.serviceBusEndpoint',
|
141
125
|
type: {
|
142
126
|
name: 'String'
|
143
127
|
}
|
144
|
-
},
|
145
|
-
create_acsnamespace: {
|
146
|
-
required: false,
|
147
|
-
serialized_name: 'properties.createACSNamespace',
|
148
|
-
type: {
|
149
|
-
name: 'Boolean'
|
150
|
-
}
|
151
|
-
},
|
152
|
-
enabled: {
|
153
|
-
required: false,
|
154
|
-
serialized_name: 'properties.enabled',
|
155
|
-
type: {
|
156
|
-
name: 'Boolean'
|
157
|
-
}
|
158
128
|
}
|
159
129
|
}
|
160
130
|
}
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
@@ -31,11 +31,6 @@ module Azure::ARM::ServiceBus
|
|
31
31
|
# automatically deleted. The minimum duration is 5 minutes.
|
32
32
|
attr_accessor :auto_delete_on_idle
|
33
33
|
|
34
|
-
# @return [EntityAvailabilityStatus] Entity availability status for the
|
35
|
-
# queue. Possible values include: 'Available', 'Limited', 'Renaming',
|
36
|
-
# 'Restoring', 'Unknown'
|
37
|
-
attr_accessor :entity_availability_status
|
38
|
-
|
39
34
|
# @return [DateTime] The exact time the message was created.
|
40
35
|
attr_accessor :created_at
|
41
36
|
|
@@ -66,10 +61,6 @@ module Azure::ARM::ServiceBus
|
|
66
61
|
# partitioned across multiple message brokers.
|
67
62
|
attr_accessor :enable_partitioning
|
68
63
|
|
69
|
-
# @return [Boolean] A value that indicates whether the message is
|
70
|
-
# accessible anonymously.
|
71
|
-
attr_accessor :is_anonymous_accessible
|
72
|
-
|
73
64
|
# @return [Integer] The maximum delivery count. A message is
|
74
65
|
# automatically deadlettered after this number of deliveries.
|
75
66
|
attr_accessor :max_delivery_count
|
@@ -144,6 +135,7 @@ module Azure::ARM::ServiceBus
|
|
144
135
|
},
|
145
136
|
accessed_at: {
|
146
137
|
required: false,
|
138
|
+
read_only: true,
|
147
139
|
serialized_name: 'properties.accessedAt',
|
148
140
|
type: {
|
149
141
|
name: 'DateTime'
|
@@ -156,16 +148,9 @@ module Azure::ARM::ServiceBus
|
|
156
148
|
name: 'String'
|
157
149
|
}
|
158
150
|
},
|
159
|
-
entity_availability_status: {
|
160
|
-
required: false,
|
161
|
-
serialized_name: 'properties.entityAvailabilityStatus',
|
162
|
-
type: {
|
163
|
-
name: 'Enum',
|
164
|
-
module: 'EntityAvailabilityStatus'
|
165
|
-
}
|
166
|
-
},
|
167
151
|
created_at: {
|
168
152
|
required: false,
|
153
|
+
read_only: true,
|
169
154
|
serialized_name: 'properties.createdAt',
|
170
155
|
type: {
|
171
156
|
name: 'DateTime'
|
@@ -213,13 +198,6 @@ module Azure::ARM::ServiceBus
|
|
213
198
|
name: 'Boolean'
|
214
199
|
}
|
215
200
|
},
|
216
|
-
is_anonymous_accessible: {
|
217
|
-
required: false,
|
218
|
-
serialized_name: 'properties.isAnonymousAccessible',
|
219
|
-
type: {
|
220
|
-
name: 'Boolean'
|
221
|
-
}
|
222
|
-
},
|
223
201
|
max_delivery_count: {
|
224
202
|
required: false,
|
225
203
|
serialized_name: 'properties.maxDeliveryCount',
|
@@ -236,6 +214,7 @@ module Azure::ARM::ServiceBus
|
|
236
214
|
},
|
237
215
|
message_count: {
|
238
216
|
required: false,
|
217
|
+
read_only: true,
|
239
218
|
serialized_name: 'properties.messageCount',
|
240
219
|
type: {
|
241
220
|
name: 'Number'
|
@@ -243,6 +222,7 @@ module Azure::ARM::ServiceBus
|
|
243
222
|
},
|
244
223
|
count_details: {
|
245
224
|
required: false,
|
225
|
+
read_only: true,
|
246
226
|
serialized_name: 'properties.countDetails',
|
247
227
|
type: {
|
248
228
|
name: 'Composite',
|
@@ -265,6 +245,7 @@ module Azure::ARM::ServiceBus
|
|
265
245
|
},
|
266
246
|
size_in_bytes: {
|
267
247
|
required: false,
|
248
|
+
read_only: true,
|
268
249
|
serialized_name: 'properties.sizeInBytes',
|
269
250
|
type: {
|
270
251
|
name: 'Number'
|
@@ -287,6 +268,7 @@ module Azure::ARM::ServiceBus
|
|
287
268
|
},
|
288
269
|
updated_at: {
|
289
270
|
required: false,
|
271
|
+
read_only: true,
|
290
272
|
serialized_name: 'properties.updatedAt',
|
291
273
|
type: {
|
292
274
|
name: 'DateTime'
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
@@ -25,11 +25,6 @@ module Azure::ARM::ServiceBus
|
|
25
25
|
# automatically deleted. The minimum duration is 5 minutes.
|
26
26
|
attr_accessor :auto_delete_on_idle
|
27
27
|
|
28
|
-
# @return [EntityAvailabilityStatus] Entity availability status for the
|
29
|
-
# queue. Possible values include: 'Available', 'Limited', 'Renaming',
|
30
|
-
# 'Restoring', 'Unknown'
|
31
|
-
attr_accessor :entity_availability_status
|
32
|
-
|
33
28
|
# @return [DateTime] The exact time the message was created.
|
34
29
|
attr_accessor :created_at
|
35
30
|
|
@@ -60,10 +55,6 @@ module Azure::ARM::ServiceBus
|
|
60
55
|
# partitioned across multiple message brokers.
|
61
56
|
attr_accessor :enable_partitioning
|
62
57
|
|
63
|
-
# @return [Boolean] A value that indicates whether the message is
|
64
|
-
# accessible anonymously.
|
65
|
-
attr_accessor :is_anonymous_accessible
|
66
|
-
|
67
58
|
# @return [Integer] The maximum delivery count. A message is
|
68
59
|
# automatically deadlettered after this number of deliveries.
|
69
60
|
attr_accessor :max_delivery_count
|
@@ -169,6 +160,7 @@ module Azure::ARM::ServiceBus
|
|
169
160
|
},
|
170
161
|
accessed_at: {
|
171
162
|
required: false,
|
163
|
+
read_only: true,
|
172
164
|
serialized_name: 'properties.accessedAt',
|
173
165
|
type: {
|
174
166
|
name: 'DateTime'
|
@@ -181,16 +173,9 @@ module Azure::ARM::ServiceBus
|
|
181
173
|
name: 'String'
|
182
174
|
}
|
183
175
|
},
|
184
|
-
entity_availability_status: {
|
185
|
-
required: false,
|
186
|
-
serialized_name: 'properties.entityAvailabilityStatus',
|
187
|
-
type: {
|
188
|
-
name: 'Enum',
|
189
|
-
module: 'EntityAvailabilityStatus'
|
190
|
-
}
|
191
|
-
},
|
192
176
|
created_at: {
|
193
177
|
required: false,
|
178
|
+
read_only: true,
|
194
179
|
serialized_name: 'properties.createdAt',
|
195
180
|
type: {
|
196
181
|
name: 'DateTime'
|
@@ -238,13 +223,6 @@ module Azure::ARM::ServiceBus
|
|
238
223
|
name: 'Boolean'
|
239
224
|
}
|
240
225
|
},
|
241
|
-
is_anonymous_accessible: {
|
242
|
-
required: false,
|
243
|
-
serialized_name: 'properties.isAnonymousAccessible',
|
244
|
-
type: {
|
245
|
-
name: 'Boolean'
|
246
|
-
}
|
247
|
-
},
|
248
226
|
max_delivery_count: {
|
249
227
|
required: false,
|
250
228
|
serialized_name: 'properties.maxDeliveryCount',
|
@@ -261,6 +239,7 @@ module Azure::ARM::ServiceBus
|
|
261
239
|
},
|
262
240
|
message_count: {
|
263
241
|
required: false,
|
242
|
+
read_only: true,
|
264
243
|
serialized_name: 'properties.messageCount',
|
265
244
|
type: {
|
266
245
|
name: 'Number'
|
@@ -268,6 +247,7 @@ module Azure::ARM::ServiceBus
|
|
268
247
|
},
|
269
248
|
count_details: {
|
270
249
|
required: false,
|
250
|
+
read_only: true,
|
271
251
|
serialized_name: 'properties.countDetails',
|
272
252
|
type: {
|
273
253
|
name: 'Composite',
|
@@ -290,6 +270,7 @@ module Azure::ARM::ServiceBus
|
|
290
270
|
},
|
291
271
|
size_in_bytes: {
|
292
272
|
required: false,
|
273
|
+
read_only: true,
|
293
274
|
serialized_name: 'properties.sizeInBytes',
|
294
275
|
type: {
|
295
276
|
name: 'Number'
|
@@ -312,6 +293,7 @@ module Azure::ARM::ServiceBus
|
|
312
293
|
},
|
313
294
|
updated_at: {
|
314
295
|
required: false,
|
296
|
+
read_only: true,
|
315
297
|
serialized_name: 'properties.updatedAt',
|
316
298
|
type: {
|
317
299
|
name: 'DateTime'
|
data/lib/generated/azure_mgmt_service_bus/models/subscription_create_or_update_parameters.rb
CHANGED
@@ -1,5 +1,5 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
@@ -50,15 +50,6 @@ module Azure::ARM::ServiceBus
|
|
50
50
|
# operations are enabled.
|
51
51
|
attr_accessor :enable_batched_operations
|
52
52
|
|
53
|
-
# @return [EntityAvailabilityStatus] Entity availability status for the
|
54
|
-
# topic. Possible values include: 'Available', 'Limited', 'Renaming',
|
55
|
-
# 'Restoring', 'Unknown'
|
56
|
-
attr_accessor :entity_availability_status
|
57
|
-
|
58
|
-
# @return [Boolean] Value that indicates whether the entity description
|
59
|
-
# is read-only.
|
60
|
-
attr_accessor :is_read_only
|
61
|
-
|
62
53
|
# @return [String] The lock duration time span for the subscription.
|
63
54
|
attr_accessor :lock_duration
|
64
55
|
|
@@ -110,6 +101,7 @@ module Azure::ARM::ServiceBus
|
|
110
101
|
},
|
111
102
|
accessed_at: {
|
112
103
|
required: false,
|
104
|
+
read_only: true,
|
113
105
|
serialized_name: 'properties.accessedAt',
|
114
106
|
type: {
|
115
107
|
name: 'DateTime'
|
@@ -124,6 +116,7 @@ module Azure::ARM::ServiceBus
|
|
124
116
|
},
|
125
117
|
count_details: {
|
126
118
|
required: false,
|
119
|
+
read_only: true,
|
127
120
|
serialized_name: 'properties.countDetails',
|
128
121
|
type: {
|
129
122
|
name: 'Composite',
|
@@ -132,6 +125,7 @@ module Azure::ARM::ServiceBus
|
|
132
125
|
},
|
133
126
|
created_at: {
|
134
127
|
required: false,
|
128
|
+
read_only: true,
|
135
129
|
serialized_name: 'properties.createdAt',
|
136
130
|
type: {
|
137
131
|
name: 'DateTime'
|
@@ -165,21 +159,6 @@ module Azure::ARM::ServiceBus
|
|
165
159
|
name: 'Boolean'
|
166
160
|
}
|
167
161
|
},
|
168
|
-
entity_availability_status: {
|
169
|
-
required: false,
|
170
|
-
serialized_name: 'properties.entityAvailabilityStatus',
|
171
|
-
type: {
|
172
|
-
name: 'Enum',
|
173
|
-
module: 'EntityAvailabilityStatus'
|
174
|
-
}
|
175
|
-
},
|
176
|
-
is_read_only: {
|
177
|
-
required: false,
|
178
|
-
serialized_name: 'properties.isReadOnly',
|
179
|
-
type: {
|
180
|
-
name: 'Boolean'
|
181
|
-
}
|
182
|
-
},
|
183
162
|
lock_duration: {
|
184
163
|
required: false,
|
185
164
|
serialized_name: 'properties.lockDuration',
|
@@ -196,6 +175,7 @@ module Azure::ARM::ServiceBus
|
|
196
175
|
},
|
197
176
|
message_count: {
|
198
177
|
required: false,
|
178
|
+
read_only: true,
|
199
179
|
serialized_name: 'properties.messageCount',
|
200
180
|
type: {
|
201
181
|
name: 'Number'
|
@@ -218,6 +198,7 @@ module Azure::ARM::ServiceBus
|
|
218
198
|
},
|
219
199
|
updated_at: {
|
220
200
|
required: false,
|
201
|
+
read_only: true,
|
221
202
|
serialized_name: 'properties.updatedAt',
|
222
203
|
type: {
|
223
204
|
name: 'DateTime'
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
@@ -44,15 +44,6 @@ module Azure::ARM::ServiceBus
|
|
44
44
|
# operations are enabled.
|
45
45
|
attr_accessor :enable_batched_operations
|
46
46
|
|
47
|
-
# @return [EntityAvailabilityStatus] Entity availability status for the
|
48
|
-
# topic. Possible values include: 'Available', 'Limited', 'Renaming',
|
49
|
-
# 'Restoring', 'Unknown'
|
50
|
-
attr_accessor :entity_availability_status
|
51
|
-
|
52
|
-
# @return [Boolean] Value that indicates whether the entity description
|
53
|
-
# is read-only.
|
54
|
-
attr_accessor :is_read_only
|
55
|
-
|
56
47
|
# @return [String] The lock duration time span for the subscription.
|
57
48
|
attr_accessor :lock_duration
|
58
49
|
|
@@ -135,6 +126,7 @@ module Azure::ARM::ServiceBus
|
|
135
126
|
},
|
136
127
|
accessed_at: {
|
137
128
|
required: false,
|
129
|
+
read_only: true,
|
138
130
|
serialized_name: 'properties.accessedAt',
|
139
131
|
type: {
|
140
132
|
name: 'DateTime'
|
@@ -149,6 +141,7 @@ module Azure::ARM::ServiceBus
|
|
149
141
|
},
|
150
142
|
count_details: {
|
151
143
|
required: false,
|
144
|
+
read_only: true,
|
152
145
|
serialized_name: 'properties.countDetails',
|
153
146
|
type: {
|
154
147
|
name: 'Composite',
|
@@ -157,6 +150,7 @@ module Azure::ARM::ServiceBus
|
|
157
150
|
},
|
158
151
|
created_at: {
|
159
152
|
required: false,
|
153
|
+
read_only: true,
|
160
154
|
serialized_name: 'properties.createdAt',
|
161
155
|
type: {
|
162
156
|
name: 'DateTime'
|
@@ -190,21 +184,6 @@ module Azure::ARM::ServiceBus
|
|
190
184
|
name: 'Boolean'
|
191
185
|
}
|
192
186
|
},
|
193
|
-
entity_availability_status: {
|
194
|
-
required: false,
|
195
|
-
serialized_name: 'properties.entityAvailabilityStatus',
|
196
|
-
type: {
|
197
|
-
name: 'Enum',
|
198
|
-
module: 'EntityAvailabilityStatus'
|
199
|
-
}
|
200
|
-
},
|
201
|
-
is_read_only: {
|
202
|
-
required: false,
|
203
|
-
serialized_name: 'properties.isReadOnly',
|
204
|
-
type: {
|
205
|
-
name: 'Boolean'
|
206
|
-
}
|
207
|
-
},
|
208
187
|
lock_duration: {
|
209
188
|
required: false,
|
210
189
|
serialized_name: 'properties.lockDuration',
|
@@ -221,6 +200,7 @@ module Azure::ARM::ServiceBus
|
|
221
200
|
},
|
222
201
|
message_count: {
|
223
202
|
required: false,
|
203
|
+
read_only: true,
|
224
204
|
serialized_name: 'properties.messageCount',
|
225
205
|
type: {
|
226
206
|
name: 'Number'
|
@@ -243,6 +223,7 @@ module Azure::ARM::ServiceBus
|
|
243
223
|
},
|
244
224
|
updated_at: {
|
245
225
|
required: false,
|
226
|
+
read_only: true,
|
246
227
|
serialized_name: 'properties.updatedAt',
|
247
228
|
type: {
|
248
229
|
name: 'DateTime'
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
@@ -26,11 +26,6 @@ module Azure::ARM::ServiceBus
|
|
26
26
|
# automatically deleted. The minimum duration is 5 minutes.
|
27
27
|
attr_accessor :auto_delete_on_idle
|
28
28
|
|
29
|
-
# @return [EntityAvailabilityStatus] Entity availability status for the
|
30
|
-
# topic. Possible values include: 'Available', 'Limited', 'Renaming',
|
31
|
-
# 'Restoring', 'Unknown'
|
32
|
-
attr_accessor :entity_availability_status
|
33
|
-
|
34
29
|
# @return [DateTime] Exact time the message was created.
|
35
30
|
attr_accessor :created_at
|
36
31
|
|
@@ -60,21 +55,6 @@ module Azure::ARM::ServiceBus
|
|
60
55
|
# partitioned across multiple message brokers is enabled.
|
61
56
|
attr_accessor :enable_partitioning
|
62
57
|
|
63
|
-
# @return [Boolean] Value that indicates whether partitioning is enabled
|
64
|
-
# or disabled.
|
65
|
-
attr_accessor :enable_subscription_partitioning
|
66
|
-
|
67
|
-
# @return [Boolean] Whether messages should be filtered before
|
68
|
-
# publishing.
|
69
|
-
attr_accessor :filtering_messages_before_publishing
|
70
|
-
|
71
|
-
# @return [Boolean] Value that indicates whether the message is
|
72
|
-
# accessible anonymously.
|
73
|
-
attr_accessor :is_anonymous_accessible
|
74
|
-
|
75
|
-
# @return [Boolean]
|
76
|
-
attr_accessor :is_express
|
77
|
-
|
78
58
|
# @return [Integer] Maximum size of the topic in megabytes, which is the
|
79
59
|
# size of the memory allocated for the topic.
|
80
60
|
attr_accessor :max_size_in_megabytes
|
@@ -131,6 +111,7 @@ module Azure::ARM::ServiceBus
|
|
131
111
|
},
|
132
112
|
accessed_at: {
|
133
113
|
required: false,
|
114
|
+
read_only: true,
|
134
115
|
serialized_name: 'properties.accessedAt',
|
135
116
|
type: {
|
136
117
|
name: 'DateTime'
|
@@ -143,16 +124,9 @@ module Azure::ARM::ServiceBus
|
|
143
124
|
name: 'String'
|
144
125
|
}
|
145
126
|
},
|
146
|
-
entity_availability_status: {
|
147
|
-
required: false,
|
148
|
-
serialized_name: 'properties.entityAvailabilityStatus',
|
149
|
-
type: {
|
150
|
-
name: 'Enum',
|
151
|
-
module: 'EntityAvailabilityStatus'
|
152
|
-
}
|
153
|
-
},
|
154
127
|
created_at: {
|
155
128
|
required: false,
|
129
|
+
read_only: true,
|
156
130
|
serialized_name: 'properties.createdAt',
|
157
131
|
type: {
|
158
132
|
name: 'DateTime'
|
@@ -160,6 +134,7 @@ module Azure::ARM::ServiceBus
|
|
160
134
|
},
|
161
135
|
count_details: {
|
162
136
|
required: false,
|
137
|
+
read_only: true,
|
163
138
|
serialized_name: 'properties.countDetails',
|
164
139
|
type: {
|
165
140
|
name: 'Composite',
|
@@ -201,34 +176,6 @@ module Azure::ARM::ServiceBus
|
|
201
176
|
name: 'Boolean'
|
202
177
|
}
|
203
178
|
},
|
204
|
-
enable_subscription_partitioning: {
|
205
|
-
required: false,
|
206
|
-
serialized_name: 'properties.enableSubscriptionPartitioning',
|
207
|
-
type: {
|
208
|
-
name: 'Boolean'
|
209
|
-
}
|
210
|
-
},
|
211
|
-
filtering_messages_before_publishing: {
|
212
|
-
required: false,
|
213
|
-
serialized_name: 'properties.filteringMessagesBeforePublishing',
|
214
|
-
type: {
|
215
|
-
name: 'Boolean'
|
216
|
-
}
|
217
|
-
},
|
218
|
-
is_anonymous_accessible: {
|
219
|
-
required: false,
|
220
|
-
serialized_name: 'properties.isAnonymousAccessible',
|
221
|
-
type: {
|
222
|
-
name: 'Boolean'
|
223
|
-
}
|
224
|
-
},
|
225
|
-
is_express: {
|
226
|
-
required: false,
|
227
|
-
serialized_name: 'properties.isExpress',
|
228
|
-
type: {
|
229
|
-
name: 'Boolean'
|
230
|
-
}
|
231
|
-
},
|
232
179
|
max_size_in_megabytes: {
|
233
180
|
required: false,
|
234
181
|
serialized_name: 'properties.maxSizeInMegabytes',
|
@@ -245,6 +192,7 @@ module Azure::ARM::ServiceBus
|
|
245
192
|
},
|
246
193
|
size_in_bytes: {
|
247
194
|
required: false,
|
195
|
+
read_only: true,
|
248
196
|
serialized_name: 'properties.sizeInBytes',
|
249
197
|
type: {
|
250
198
|
name: 'Number'
|
@@ -260,6 +208,7 @@ module Azure::ARM::ServiceBus
|
|
260
208
|
},
|
261
209
|
subscription_count: {
|
262
210
|
required: false,
|
211
|
+
read_only: true,
|
263
212
|
serialized_name: 'properties.subscriptionCount',
|
264
213
|
type: {
|
265
214
|
name: 'Number'
|
@@ -274,6 +223,7 @@ module Azure::ARM::ServiceBus
|
|
274
223
|
},
|
275
224
|
updated_at: {
|
276
225
|
required: false,
|
226
|
+
read_only: true,
|
277
227
|
serialized_name: 'properties.updatedAt',
|
278
228
|
type: {
|
279
229
|
name: 'DateTime'
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
@@ -20,11 +20,6 @@ module Azure::ARM::ServiceBus
|
|
20
20
|
# automatically deleted. The minimum duration is 5 minutes.
|
21
21
|
attr_accessor :auto_delete_on_idle
|
22
22
|
|
23
|
-
# @return [EntityAvailabilityStatus] Entity availability status for the
|
24
|
-
# topic. Possible values include: 'Available', 'Limited', 'Renaming',
|
25
|
-
# 'Restoring', 'Unknown'
|
26
|
-
attr_accessor :entity_availability_status
|
27
|
-
|
28
23
|
# @return [DateTime] Exact time the message was created.
|
29
24
|
attr_accessor :created_at
|
30
25
|
|
@@ -54,21 +49,6 @@ module Azure::ARM::ServiceBus
|
|
54
49
|
# partitioned across multiple message brokers is enabled.
|
55
50
|
attr_accessor :enable_partitioning
|
56
51
|
|
57
|
-
# @return [Boolean] Value that indicates whether partitioning is enabled
|
58
|
-
# or disabled.
|
59
|
-
attr_accessor :enable_subscription_partitioning
|
60
|
-
|
61
|
-
# @return [Boolean] Whether messages should be filtered before
|
62
|
-
# publishing.
|
63
|
-
attr_accessor :filtering_messages_before_publishing
|
64
|
-
|
65
|
-
# @return [Boolean] Value that indicates whether the message is
|
66
|
-
# accessible anonymously.
|
67
|
-
attr_accessor :is_anonymous_accessible
|
68
|
-
|
69
|
-
# @return [Boolean]
|
70
|
-
attr_accessor :is_express
|
71
|
-
|
72
52
|
# @return [Integer] Maximum size of the topic in megabytes, which is the
|
73
53
|
# size of the memory allocated for the topic.
|
74
54
|
attr_accessor :max_size_in_megabytes
|
@@ -156,6 +136,7 @@ module Azure::ARM::ServiceBus
|
|
156
136
|
},
|
157
137
|
accessed_at: {
|
158
138
|
required: false,
|
139
|
+
read_only: true,
|
159
140
|
serialized_name: 'properties.accessedAt',
|
160
141
|
type: {
|
161
142
|
name: 'DateTime'
|
@@ -168,16 +149,9 @@ module Azure::ARM::ServiceBus
|
|
168
149
|
name: 'String'
|
169
150
|
}
|
170
151
|
},
|
171
|
-
entity_availability_status: {
|
172
|
-
required: false,
|
173
|
-
serialized_name: 'properties.entityAvailabilityStatus',
|
174
|
-
type: {
|
175
|
-
name: 'Enum',
|
176
|
-
module: 'EntityAvailabilityStatus'
|
177
|
-
}
|
178
|
-
},
|
179
152
|
created_at: {
|
180
153
|
required: false,
|
154
|
+
read_only: true,
|
181
155
|
serialized_name: 'properties.createdAt',
|
182
156
|
type: {
|
183
157
|
name: 'DateTime'
|
@@ -185,6 +159,7 @@ module Azure::ARM::ServiceBus
|
|
185
159
|
},
|
186
160
|
count_details: {
|
187
161
|
required: false,
|
162
|
+
read_only: true,
|
188
163
|
serialized_name: 'properties.countDetails',
|
189
164
|
type: {
|
190
165
|
name: 'Composite',
|
@@ -226,34 +201,6 @@ module Azure::ARM::ServiceBus
|
|
226
201
|
name: 'Boolean'
|
227
202
|
}
|
228
203
|
},
|
229
|
-
enable_subscription_partitioning: {
|
230
|
-
required: false,
|
231
|
-
serialized_name: 'properties.enableSubscriptionPartitioning',
|
232
|
-
type: {
|
233
|
-
name: 'Boolean'
|
234
|
-
}
|
235
|
-
},
|
236
|
-
filtering_messages_before_publishing: {
|
237
|
-
required: false,
|
238
|
-
serialized_name: 'properties.filteringMessagesBeforePublishing',
|
239
|
-
type: {
|
240
|
-
name: 'Boolean'
|
241
|
-
}
|
242
|
-
},
|
243
|
-
is_anonymous_accessible: {
|
244
|
-
required: false,
|
245
|
-
serialized_name: 'properties.isAnonymousAccessible',
|
246
|
-
type: {
|
247
|
-
name: 'Boolean'
|
248
|
-
}
|
249
|
-
},
|
250
|
-
is_express: {
|
251
|
-
required: false,
|
252
|
-
serialized_name: 'properties.isExpress',
|
253
|
-
type: {
|
254
|
-
name: 'Boolean'
|
255
|
-
}
|
256
|
-
},
|
257
204
|
max_size_in_megabytes: {
|
258
205
|
required: false,
|
259
206
|
serialized_name: 'properties.maxSizeInMegabytes',
|
@@ -270,6 +217,7 @@ module Azure::ARM::ServiceBus
|
|
270
217
|
},
|
271
218
|
size_in_bytes: {
|
272
219
|
required: false,
|
220
|
+
read_only: true,
|
273
221
|
serialized_name: 'properties.sizeInBytes',
|
274
222
|
type: {
|
275
223
|
name: 'Number'
|
@@ -285,6 +233,7 @@ module Azure::ARM::ServiceBus
|
|
285
233
|
},
|
286
234
|
subscription_count: {
|
287
235
|
required: false,
|
236
|
+
read_only: true,
|
288
237
|
serialized_name: 'properties.subscriptionCount',
|
289
238
|
type: {
|
290
239
|
name: 'Number'
|
@@ -299,6 +248,7 @@ module Azure::ARM::ServiceBus
|
|
299
248
|
},
|
300
249
|
updated_at: {
|
301
250
|
required: false,
|
251
|
+
read_only: true,
|
302
252
|
serialized_name: 'properties.updatedAt',
|
303
253
|
type: {
|
304
254
|
name: 'DateTime'
|
@@ -1,5 +1,5 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
|
3
3
|
# Changes may cause incorrect behavior and will be lost if the code is
|
4
4
|
# regenerated.
|
5
5
|
|
@@ -1046,7 +1046,7 @@ module Azure::ARM::ServiceBus
|
|
1046
1046
|
http_response = result.response
|
1047
1047
|
status_code = http_response.status
|
1048
1048
|
response_content = http_response.body
|
1049
|
-
unless status_code == 201 || status_code == 200
|
1049
|
+
unless status_code == 201 || status_code == 200 || status_code == 202
|
1050
1050
|
error_model = JSON.load(response_content)
|
1051
1051
|
fail MsRestAzure::AzureOperationError.new(result.request, http_response, error_model)
|
1052
1052
|
end
|
@@ -1,8 +1,8 @@
|
|
1
1
|
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.
|
2
|
+
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.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
|
-
VERSION = '0.
|
7
|
+
VERSION = '0.10.0'
|
8
8
|
end
|
metadata
CHANGED
@@ -1,14 +1,14 @@
|
|
1
1
|
--- !ruby/object:Gem::Specification
|
2
2
|
name: azure_mgmt_service_bus
|
3
3
|
version: !ruby/object:Gem::Version
|
4
|
-
version: 0.
|
4
|
+
version: 0.10.0
|
5
5
|
platform: ruby
|
6
6
|
authors:
|
7
7
|
- Microsoft Corporation
|
8
8
|
autorequire:
|
9
9
|
bindir: bin
|
10
10
|
cert_chain: []
|
11
|
-
date: 2017-
|
11
|
+
date: 2017-03-06 00:00:00.000000000 Z
|
12
12
|
dependencies:
|
13
13
|
- !ruby/object:Gem::Dependency
|
14
14
|
name: bundler
|
@@ -90,13 +90,11 @@ files:
|
|
90
90
|
- lib/azure_mgmt_service_bus.rb
|
91
91
|
- lib/generated/azure_mgmt_service_bus.rb
|
92
92
|
- lib/generated/azure_mgmt_service_bus/models/access_rights.rb
|
93
|
-
- lib/generated/azure_mgmt_service_bus/models/entity_availability_status.rb
|
94
93
|
- lib/generated/azure_mgmt_service_bus/models/entity_status.rb
|
95
94
|
- lib/generated/azure_mgmt_service_bus/models/message_count_details.rb
|
96
95
|
- lib/generated/azure_mgmt_service_bus/models/namespace_create_or_update_parameters.rb
|
97
96
|
- lib/generated/azure_mgmt_service_bus/models/namespace_list_result.rb
|
98
97
|
- lib/generated/azure_mgmt_service_bus/models/namespace_resource.rb
|
99
|
-
- lib/generated/azure_mgmt_service_bus/models/namespace_state.rb
|
100
98
|
- lib/generated/azure_mgmt_service_bus/models/policykey.rb
|
101
99
|
- lib/generated/azure_mgmt_service_bus/models/queue_create_or_update_parameters.rb
|
102
100
|
- lib/generated/azure_mgmt_service_bus/models/queue_list_result.rb
|
@@ -1,19 +0,0 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
|
3
|
-
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
-
# regenerated.
|
5
|
-
|
6
|
-
module Azure::ARM::ServiceBus
|
7
|
-
module Models
|
8
|
-
#
|
9
|
-
# Defines values for EntityAvailabilityStatus
|
10
|
-
#
|
11
|
-
module EntityAvailabilityStatus
|
12
|
-
Available = "Available"
|
13
|
-
Limited = "Limited"
|
14
|
-
Renaming = "Renaming"
|
15
|
-
Restoring = "Restoring"
|
16
|
-
Unknown = "Unknown"
|
17
|
-
end
|
18
|
-
end
|
19
|
-
end
|
@@ -1,27 +0,0 @@
|
|
1
|
-
# encoding: utf-8
|
2
|
-
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.0.0
|
3
|
-
# Changes may cause incorrect behavior and will be lost if the code is
|
4
|
-
# regenerated.
|
5
|
-
|
6
|
-
module Azure::ARM::ServiceBus
|
7
|
-
module Models
|
8
|
-
#
|
9
|
-
# Defines values for NamespaceState
|
10
|
-
#
|
11
|
-
module NamespaceState
|
12
|
-
Unknown = "Unknown"
|
13
|
-
Creating = "Creating"
|
14
|
-
Created = "Created"
|
15
|
-
Activating = "Activating"
|
16
|
-
Enabling = "Enabling"
|
17
|
-
Active = "Active"
|
18
|
-
Disabling = "Disabling"
|
19
|
-
Disabled = "Disabled"
|
20
|
-
SoftDeleting = "SoftDeleting"
|
21
|
-
SoftDeleted = "SoftDeleted"
|
22
|
-
Removing = "Removing"
|
23
|
-
Removed = "Removed"
|
24
|
-
Failed = "Failed"
|
25
|
-
end
|
26
|
-
end
|
27
|
-
end
|