azure_mgmt_service_bus 0.13.0 → 0.14.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 (34) hide show
  1. checksums.yaml +4 -4
  2. data/lib/generated/azure_mgmt_service_bus.rb +1 -0
  3. data/lib/generated/azure_mgmt_service_bus/models/access_keys.rb +0 -1
  4. data/lib/generated/azure_mgmt_service_bus/models/action.rb +0 -1
  5. data/lib/generated/azure_mgmt_service_bus/models/arm_disaster_recovery.rb +1 -2
  6. data/lib/generated/azure_mgmt_service_bus/models/authorization_rule_properties.rb +0 -1
  7. data/lib/generated/azure_mgmt_service_bus/models/capture_description.rb +0 -1
  8. data/lib/generated/azure_mgmt_service_bus/models/check_name_availability.rb +0 -1
  9. data/lib/generated/azure_mgmt_service_bus/models/check_name_availability_result.rb +0 -1
  10. data/lib/generated/azure_mgmt_service_bus/models/correlation_filter.rb +0 -1
  11. data/lib/generated/azure_mgmt_service_bus/models/destination.rb +0 -1
  12. data/lib/generated/azure_mgmt_service_bus/models/error_response.rb +0 -1
  13. data/lib/generated/azure_mgmt_service_bus/models/eventhub.rb +1 -2
  14. data/lib/generated/azure_mgmt_service_bus/models/message_count_details.rb +0 -1
  15. data/lib/generated/azure_mgmt_service_bus/models/operation.rb +0 -1
  16. data/lib/generated/azure_mgmt_service_bus/models/operation_display.rb +0 -1
  17. data/lib/generated/azure_mgmt_service_bus/models/premium_messaging_regions.rb +0 -1
  18. data/lib/generated/azure_mgmt_service_bus/models/premium_messaging_regions_properties.rb +0 -1
  19. data/lib/generated/azure_mgmt_service_bus/models/regenerate_access_key_parameters.rb +0 -1
  20. data/lib/generated/azure_mgmt_service_bus/models/resource.rb +67 -0
  21. data/lib/generated/azure_mgmt_service_bus/models/resource_namespace_patch.rb +1 -2
  22. data/lib/generated/azure_mgmt_service_bus/models/rule.rb +1 -2
  23. data/lib/generated/azure_mgmt_service_bus/models/sbauthorization_rule.rb +1 -2
  24. data/lib/generated/azure_mgmt_service_bus/models/sbnamespace.rb +0 -1
  25. data/lib/generated/azure_mgmt_service_bus/models/sbnamespace_update_parameters.rb +0 -1
  26. data/lib/generated/azure_mgmt_service_bus/models/sbqueue.rb +1 -2
  27. data/lib/generated/azure_mgmt_service_bus/models/sbsku.rb +0 -1
  28. data/lib/generated/azure_mgmt_service_bus/models/sbsubscription.rb +1 -2
  29. data/lib/generated/azure_mgmt_service_bus/models/sbtopic.rb +1 -2
  30. data/lib/generated/azure_mgmt_service_bus/models/sql_filter.rb +0 -1
  31. data/lib/generated/azure_mgmt_service_bus/models/sql_rule_action.rb +0 -1
  32. data/lib/generated/azure_mgmt_service_bus/models/tracked_resource.rb +1 -2
  33. data/lib/generated/azure_mgmt_service_bus/version.rb +1 -1
  34. metadata +3 -2
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 8f40702857522c666dfbdaf1278b392572bf2ad0
4
- data.tar.gz: 785ec3f4873209d33159596d84bb7fc7a3c19ee8
3
+ metadata.gz: 772b881e66b87c2145d9407656f7edae2ab9c0b7
4
+ data.tar.gz: edbefb1e8ae434292e5d3f4acc53dc32ed1b517d
5
5
  SHA512:
6
- metadata.gz: ac3cc24f4c049a3876babf2e27dd45c9a6a6f2f16b5ba0bad0fb6cc6de2ae2631d2df99f33b0678f06cbb81ee6aac71bea07d3c370b1d579cf94dc159cd7d805
7
- data.tar.gz: 884b8c222d0f54c21666742167ed175686163ba91304f4c00d92f279a97ffe86f7e62c8635f2a3f1345c1450656642c633db980c07aff275ad8681872cac1afd
6
+ metadata.gz: 3bbfd7c0d5df9a9cb5b8b6006f7507ec43d46c88e152e2439fe3501cc2a643d4783d5c96a4ba2868ac6743ae538066f60c9a27166ed21db706998068e9ee8b53
7
+ data.tar.gz: 066c8617a67cb37e2bf8c75e873520f86f12215c3b0710d3817777ea7ac48993ed912b632ee14266603de31cf7e25907ff41b4e1fc635b8f26b806e0f877b2f0
@@ -35,6 +35,7 @@ module Azure::ARM::ServiceBus
35
35
  module Models
36
36
  autoload :CheckNameAvailabilityResult, 'generated/azure_mgmt_service_bus/models/check_name_availability_result.rb'
37
37
  autoload :SBQueueListResult, 'generated/azure_mgmt_service_bus/models/sbqueue_list_result.rb'
38
+ autoload :Resource, 'generated/azure_mgmt_service_bus/models/resource.rb'
38
39
  autoload :PremiumMessagingRegionsListResult, 'generated/azure_mgmt_service_bus/models/premium_messaging_regions_list_result.rb'
39
40
  autoload :SBSku, 'generated/azure_mgmt_service_bus/models/sbsku.rb'
40
41
  autoload :SBTopicListResult, 'generated/azure_mgmt_service_bus/models/sbtopic_list_result.rb'
@@ -12,7 +12,6 @@ module Azure::ARM::ServiceBus
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] Primary connection string of the created namespace
17
16
  # authorization rule.
18
17
  attr_accessor :primary_connection_string
@@ -13,7 +13,6 @@ module Azure::ARM::ServiceBus
13
13
 
14
14
  include MsRestAzure
15
15
 
16
- include MsRest::JSONable
17
16
  # @return [String] SQL expression. e.g. MyProperty='ABC'
18
17
  attr_accessor :sql_expression
19
18
 
@@ -9,11 +9,10 @@ module Azure::ARM::ServiceBus
9
9
  # Single item in List or Get Alias(Disaster Recovery configuration)
10
10
  # operation
11
11
  #
12
- class ArmDisasterRecovery < MsRestAzure::Resource
12
+ class ArmDisasterRecovery < Resource
13
13
 
14
14
  include MsRestAzure
15
15
 
16
- include MsRest::JSONable
17
16
  # @return [ProvisioningStateDR] Provisioning state of the Alias(Disaster
18
17
  # Recovery configuration) - possible values 'Accepted' or 'Succeeded' or
19
18
  # 'Failed'. Possible values include: 'Accepted', 'Succeeded', 'Failed'
@@ -12,7 +12,6 @@ module Azure::ARM::ServiceBus
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Array<AccessRights>] The rights associated with the rule.
17
16
  attr_accessor :rights
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::ServiceBus
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Boolean] A value that indicates whether capture description is
17
16
  # enabled.
18
17
  attr_accessor :enabled
@@ -12,7 +12,6 @@ module Azure::ARM::ServiceBus
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The Name to check the namespce name availability and
17
16
  # The namespace name can contain only letters, numbers, and hyphens. The
18
17
  # namespace must start with a letter, and it must end with a letter or
@@ -12,7 +12,6 @@ module Azure::ARM::ServiceBus
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The detailed info regarding the reason associated with
17
16
  # the namespace.
18
17
  attr_accessor :message
@@ -12,7 +12,6 @@ module Azure::ARM::ServiceBus
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] Identifier of the correlation.
17
16
  attr_accessor :correlation_id
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::ServiceBus
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] Name for capture destination
17
16
  attr_accessor :name
18
17
 
@@ -13,7 +13,6 @@ module Azure::ARM::ServiceBus
13
13
 
14
14
  include MsRestAzure
15
15
 
16
- include MsRest::JSONable
17
16
  # @return [String] Error code.
18
17
  attr_accessor :code
19
18
 
@@ -8,11 +8,10 @@ module Azure::ARM::ServiceBus
8
8
  #
9
9
  # Single item in List or Get Event Hub operation
10
10
  #
11
- class Eventhub < MsRestAzure::Resource
11
+ class Eventhub < Resource
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Array<String>] Current number of shards on the Event Hub.
17
16
  attr_accessor :partition_ids
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::ServiceBus
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Integer] Number of active messages in the queue, topic, or
17
16
  # subscription.
18
17
  attr_accessor :active_message_count
@@ -12,7 +12,6 @@ module Azure::ARM::ServiceBus
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] Operation name: {provider}/{resource}/{operation}
17
16
  attr_accessor :name
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::ServiceBus
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] Service provider: Microsoft.ServiceBus
17
16
  attr_accessor :provider
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::ServiceBus
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [PremiumMessagingRegionsProperties]
17
16
  attr_accessor :properties
18
17
 
@@ -13,7 +13,6 @@ module Azure::ARM::ServiceBus
13
13
 
14
14
  include MsRestAzure
15
15
 
16
- include MsRest::JSONable
17
16
  # @return [String] Region code
18
17
  attr_accessor :code
19
18
 
@@ -13,7 +13,6 @@ module Azure::ARM::ServiceBus
13
13
 
14
14
  include MsRestAzure
15
15
 
16
- include MsRest::JSONable
17
16
  # @return [KeyType] The access key to regenerate. Possible values
18
17
  # include: 'PrimaryKey', 'SecondaryKey'
19
18
  attr_accessor :key_type
@@ -0,0 +1,67 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
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
+ # The Resource definition for other than namespace.
10
+ #
11
+ class Resource
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [String] Resource Id
16
+ attr_accessor :id
17
+
18
+ # @return [String] Resource name
19
+ attr_accessor :name
20
+
21
+ # @return [String] Resource type
22
+ attr_accessor :type
23
+
24
+
25
+ #
26
+ # Mapper for Resource class as Ruby Hash.
27
+ # This will be used for serialization/deserialization.
28
+ #
29
+ def self.mapper()
30
+ {
31
+ required: false,
32
+ serialized_name: 'Resource',
33
+ type: {
34
+ name: 'Composite',
35
+ class_name: 'Resource',
36
+ model_properties: {
37
+ id: {
38
+ required: false,
39
+ read_only: true,
40
+ serialized_name: 'id',
41
+ type: {
42
+ name: 'String'
43
+ }
44
+ },
45
+ name: {
46
+ required: false,
47
+ read_only: true,
48
+ serialized_name: 'name',
49
+ type: {
50
+ name: 'String'
51
+ }
52
+ },
53
+ type: {
54
+ required: false,
55
+ read_only: true,
56
+ serialized_name: 'type',
57
+ type: {
58
+ name: 'String'
59
+ }
60
+ }
61
+ }
62
+ }
63
+ }
64
+ end
65
+ end
66
+ end
67
+ end
@@ -8,11 +8,10 @@ module Azure::ARM::ServiceBus
8
8
  #
9
9
  # The Resource definition.
10
10
  #
11
- class ResourceNamespacePatch < MsRestAzure::Resource
11
+ class ResourceNamespacePatch < Resource
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] Resource location
17
16
  attr_accessor :location
18
17
 
@@ -8,11 +8,10 @@ module Azure::ARM::ServiceBus
8
8
  #
9
9
  # Description of Rule Resource.
10
10
  #
11
- class Rule < MsRestAzure::Resource
11
+ class Rule < Resource
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Action] Represents the filter actions which are allowed for
17
16
  # the transformation of a message that have been matched by a filter
18
17
  # expression.
@@ -8,11 +8,10 @@ module Azure::ARM::ServiceBus
8
8
  #
9
9
  # Description of a namespace authorization rule.
10
10
  #
11
- class SBAuthorizationRule < MsRestAzure::Resource
11
+ class SBAuthorizationRule < Resource
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Array<AccessRights>] The rights associated with the rule.
17
16
  attr_accessor :rights
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::ServiceBus
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [SBSku] Porperties of Sku
17
16
  attr_accessor :sku
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::ServiceBus
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [SBSku] Porperties of Sku
17
16
  attr_accessor :sku
18
17
 
@@ -8,11 +8,10 @@ module Azure::ARM::ServiceBus
8
8
  #
9
9
  # Description of queue Resource.
10
10
  #
11
- class SBQueue < MsRestAzure::Resource
11
+ class SBQueue < Resource
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [MessageCountDetails] Message Count Details.
17
16
  attr_accessor :count_details
18
17
 
@@ -12,7 +12,6 @@ module Azure::ARM::ServiceBus
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [SkuName] Name of this SKU. Possible values include: 'Basic',
17
16
  # 'Standard', 'Premium'
18
17
  attr_accessor :name
@@ -8,11 +8,10 @@ module Azure::ARM::ServiceBus
8
8
  #
9
9
  # Description of subscription resource.
10
10
  #
11
- class SBSubscription < MsRestAzure::Resource
11
+ class SBSubscription < Resource
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Integer] Number of messages.
17
16
  attr_accessor :message_count
18
17
 
@@ -8,11 +8,10 @@ module Azure::ARM::ServiceBus
8
8
  #
9
9
  # Description of topic resource.
10
10
  #
11
- class SBTopic < MsRestAzure::Resource
11
+ class SBTopic < Resource
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [Integer] Size of the topic, in bytes.
17
16
  attr_accessor :size_in_bytes
18
17
 
@@ -13,7 +13,6 @@ module Azure::ARM::ServiceBus
13
13
 
14
14
  include MsRestAzure
15
15
 
16
- include MsRest::JSONable
17
16
  # @return [String] The SQL expression. e.g. MyProperty='ABC'
18
17
  attr_accessor :sql_expression
19
18
 
@@ -13,7 +13,6 @@ module Azure::ARM::ServiceBus
13
13
 
14
14
  include MsRestAzure
15
15
 
16
- include MsRest::JSONable
17
16
 
18
17
  #
19
18
  # Mapper for SqlRuleAction class as Ruby Hash.
@@ -8,11 +8,10 @@ module Azure::ARM::ServiceBus
8
8
  #
9
9
  # The Resource definition.
10
10
  #
11
- class TrackedResource < MsRestAzure::Resource
11
+ class TrackedResource < Resource
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- include MsRest::JSONable
16
15
  # @return [String] The Geo-location where the resource lives
17
16
  attr_accessor :location
18
17
 
@@ -4,5 +4,5 @@
4
4
  # regenerated.
5
5
 
6
6
  module Azure::ARM::ServiceBus
7
- VERSION = '0.13.0'
7
+ VERSION = '0.14.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.13.0
4
+ version: 0.14.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-09-27 00:00:00.000000000 Z
11
+ date: 2017-10-09 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -118,6 +118,7 @@ files:
118
118
  - lib/generated/azure_mgmt_service_bus/models/premium_messaging_regions_properties.rb
119
119
  - lib/generated/azure_mgmt_service_bus/models/provisioning_state_dr.rb
120
120
  - lib/generated/azure_mgmt_service_bus/models/regenerate_access_key_parameters.rb
121
+ - lib/generated/azure_mgmt_service_bus/models/resource.rb
121
122
  - lib/generated/azure_mgmt_service_bus/models/resource_namespace_patch.rb
122
123
  - lib/generated/azure_mgmt_service_bus/models/role_disaster_recovery.rb
123
124
  - lib/generated/azure_mgmt_service_bus/models/rule.rb