azure_mgmt_service_bus 0.17.2 → 0.17.3

Sign up to get free protection for your applications and to get access to all the features.
Files changed (62) hide show
  1. checksums.yaml +5 -5
  2. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/check_name_availability.rb +1 -1
  3. data/lib/2015-08-01/generated/azure_mgmt_service_bus/namespaces.rb +15 -15
  4. data/lib/2015-08-01/generated/azure_mgmt_service_bus/queues.rb +18 -18
  5. data/lib/2015-08-01/generated/azure_mgmt_service_bus/service_bus_management_client.rb +1 -1
  6. data/lib/2015-08-01/generated/azure_mgmt_service_bus/topics.rb +21 -21
  7. data/lib/2017-04-01/generated/azure_mgmt_service_bus.rb +28 -20
  8. data/lib/2017-04-01/generated/azure_mgmt_service_bus/disaster_recovery_configs.rb +9 -9
  9. data/lib/2017-04-01/generated/azure_mgmt_service_bus/migration_configs.rb +17 -17
  10. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/arm_disaster_recovery.rb +2 -2
  11. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/check_name_availability.rb +1 -1
  12. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/default_action.rb +16 -0
  13. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/error_response.rb +1 -1
  14. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/migration_config_properties.rb +14 -0
  15. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/name_space_type.rb +19 -0
  16. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/network_rule_ipaction.rb +15 -0
  17. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/network_rule_set.rb +114 -0
  18. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/nwrule_set_ip_rules.rb +59 -0
  19. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/nwrule_set_virtual_network_rules.rb +59 -0
  20. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/regenerate_access_key_parameters.rb +1 -1
  21. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbnamespace.rb +1 -1
  22. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbnamespace_migrate.rb +48 -0
  23. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbnamespace_update_parameters.rb +1 -1
  24. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbtopic.rb +1 -1
  25. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/subnet.rb +46 -0
  26. data/lib/2017-04-01/generated/azure_mgmt_service_bus/namespaces.rb +326 -15
  27. data/lib/2017-04-01/generated/azure_mgmt_service_bus/queues.rb +15 -15
  28. data/lib/2017-04-01/generated/azure_mgmt_service_bus/service_bus_management_client.rb +1 -1
  29. data/lib/2017-04-01/generated/azure_mgmt_service_bus/topics.rb +18 -18
  30. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus.rb +53 -0
  31. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/models/default_action.rb +16 -0
  32. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/models/error_response.rb +58 -0
  33. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/models/ip_filter_rule.rb +96 -0
  34. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/models/ip_filter_rule_list_result.rb +100 -0
  35. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/models/ipaction.rb +16 -0
  36. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/models/network_rule_ipaction.rb +15 -0
  37. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/models/network_rule_set.rb +114 -0
  38. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/models/nwrule_set_ip_rules.rb +58 -0
  39. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/models/nwrule_set_virtual_network_rules.rb +59 -0
  40. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/models/operation.rb +59 -0
  41. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/models/operation_display.rb +72 -0
  42. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/models/operation_list_result.rb +103 -0
  43. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/models/resource.rb +80 -0
  44. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/models/resource_namespace_patch.rb +92 -0
  45. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/models/sbnamespace.rb +171 -0
  46. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/models/sbnamespace_list_result.rb +99 -0
  47. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/models/sbnamespace_update_parameters.rb +171 -0
  48. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/models/sbsku.rb +73 -0
  49. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/models/sku_name.rb +17 -0
  50. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/models/sku_tier.rb +17 -0
  51. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/models/subnet.rb +46 -0
  52. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/models/tracked_resource.rb +92 -0
  53. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/models/virtual_network_rule.rb +73 -0
  54. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/models/virtual_network_rule_list_result.rb +100 -0
  55. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/module_definition.rb +9 -0
  56. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/namespaces.rb +2211 -0
  57. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/operations.rb +216 -0
  58. data/lib/2018-01-01-preview/generated/azure_mgmt_service_bus/service_bus_management_client.rb +137 -0
  59. data/lib/azure_mgmt_service_bus.rb +1 -0
  60. data/lib/profiles/latest/modules/servicebus_profile_module.rb +102 -70
  61. data/lib/version.rb +1 -1
  62. metadata +40 -3
@@ -568,7 +568,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
568
568
  # Azure subscription.
569
569
  # @param namespace_name [String] The namespace name
570
570
  # @param queue_name [String] The queue name.
571
- # @param authorization_rule_name [String] The authorizationrule name.
571
+ # @param authorization_rule_name [String] The authorization rule name.
572
572
  # @param parameters [SBAuthorizationRule] The shared access authorization rule.
573
573
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
574
574
  # will be added to the HTTP request.
@@ -587,7 +587,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
587
587
  # Azure subscription.
588
588
  # @param namespace_name [String] The namespace name
589
589
  # @param queue_name [String] The queue name.
590
- # @param authorization_rule_name [String] The authorizationrule name.
590
+ # @param authorization_rule_name [String] The authorization rule name.
591
591
  # @param parameters [SBAuthorizationRule] The shared access authorization rule.
592
592
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
593
593
  # will be added to the HTTP request.
@@ -605,7 +605,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
605
605
  # Azure subscription.
606
606
  # @param namespace_name [String] The namespace name
607
607
  # @param queue_name [String] The queue name.
608
- # @param authorization_rule_name [String] The authorizationrule name.
608
+ # @param authorization_rule_name [String] The authorization rule name.
609
609
  # @param parameters [SBAuthorizationRule] The shared access authorization rule.
610
610
  # @param [Hash{String => String}] A hash of custom headers that will be added
611
611
  # to the HTTP request.
@@ -689,7 +689,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
689
689
  # Azure subscription.
690
690
  # @param namespace_name [String] The namespace name
691
691
  # @param queue_name [String] The queue name.
692
- # @param authorization_rule_name [String] The authorizationrule name.
692
+ # @param authorization_rule_name [String] The authorization rule name.
693
693
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
694
694
  # will be added to the HTTP request.
695
695
  #
@@ -706,7 +706,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
706
706
  # Azure subscription.
707
707
  # @param namespace_name [String] The namespace name
708
708
  # @param queue_name [String] The queue name.
709
- # @param authorization_rule_name [String] The authorizationrule name.
709
+ # @param authorization_rule_name [String] The authorization rule name.
710
710
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
711
711
  # will be added to the HTTP request.
712
712
  #
@@ -723,7 +723,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
723
723
  # Azure subscription.
724
724
  # @param namespace_name [String] The namespace name
725
725
  # @param queue_name [String] The queue name.
726
- # @param authorization_rule_name [String] The authorizationrule name.
726
+ # @param authorization_rule_name [String] The authorization rule name.
727
727
  # @param [Hash{String => String}] A hash of custom headers that will be added
728
728
  # to the HTTP request.
729
729
  #
@@ -788,7 +788,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
788
788
  # Azure subscription.
789
789
  # @param namespace_name [String] The namespace name
790
790
  # @param queue_name [String] The queue name.
791
- # @param authorization_rule_name [String] The authorizationrule name.
791
+ # @param authorization_rule_name [String] The authorization rule name.
792
792
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
793
793
  # will be added to the HTTP request.
794
794
  #
@@ -806,7 +806,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
806
806
  # Azure subscription.
807
807
  # @param namespace_name [String] The namespace name
808
808
  # @param queue_name [String] The queue name.
809
- # @param authorization_rule_name [String] The authorizationrule name.
809
+ # @param authorization_rule_name [String] The authorization rule name.
810
810
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
811
811
  # will be added to the HTTP request.
812
812
  #
@@ -823,7 +823,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
823
823
  # Azure subscription.
824
824
  # @param namespace_name [String] The namespace name
825
825
  # @param queue_name [String] The queue name.
826
- # @param authorization_rule_name [String] The authorizationrule name.
826
+ # @param authorization_rule_name [String] The authorization rule name.
827
827
  # @param [Hash{String => String}] A hash of custom headers that will be added
828
828
  # to the HTTP request.
829
829
  #
@@ -898,7 +898,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
898
898
  # Azure subscription.
899
899
  # @param namespace_name [String] The namespace name
900
900
  # @param queue_name [String] The queue name.
901
- # @param authorization_rule_name [String] The authorizationrule name.
901
+ # @param authorization_rule_name [String] The authorization rule name.
902
902
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
903
903
  # will be added to the HTTP request.
904
904
  #
@@ -916,7 +916,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
916
916
  # Azure subscription.
917
917
  # @param namespace_name [String] The namespace name
918
918
  # @param queue_name [String] The queue name.
919
- # @param authorization_rule_name [String] The authorizationrule name.
919
+ # @param authorization_rule_name [String] The authorization rule name.
920
920
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
921
921
  # will be added to the HTTP request.
922
922
  #
@@ -933,7 +933,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
933
933
  # Azure subscription.
934
934
  # @param namespace_name [String] The namespace name
935
935
  # @param queue_name [String] The queue name.
936
- # @param authorization_rule_name [String] The authorizationrule name.
936
+ # @param authorization_rule_name [String] The authorization rule name.
937
937
  # @param [Hash{String => String}] A hash of custom headers that will be added
938
938
  # to the HTTP request.
939
939
  #
@@ -1008,7 +1008,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
1008
1008
  # Azure subscription.
1009
1009
  # @param namespace_name [String] The namespace name
1010
1010
  # @param queue_name [String] The queue name.
1011
- # @param authorization_rule_name [String] The authorizationrule name.
1011
+ # @param authorization_rule_name [String] The authorization rule name.
1012
1012
  # @param parameters [RegenerateAccessKeyParameters] Parameters supplied to
1013
1013
  # regenerate the authorization rule.
1014
1014
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -1028,7 +1028,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
1028
1028
  # Azure subscription.
1029
1029
  # @param namespace_name [String] The namespace name
1030
1030
  # @param queue_name [String] The queue name.
1031
- # @param authorization_rule_name [String] The authorizationrule name.
1031
+ # @param authorization_rule_name [String] The authorization rule name.
1032
1032
  # @param parameters [RegenerateAccessKeyParameters] Parameters supplied to
1033
1033
  # regenerate the authorization rule.
1034
1034
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -1047,7 +1047,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
1047
1047
  # Azure subscription.
1048
1048
  # @param namespace_name [String] The namespace name
1049
1049
  # @param queue_name [String] The queue name.
1050
- # @param authorization_rule_name [String] The authorizationrule name.
1050
+ # @param authorization_rule_name [String] The authorization rule name.
1051
1051
  # @param parameters [RegenerateAccessKeyParameters] Parameters supplied to
1052
1052
  # regenerate the authorization rule.
1053
1053
  # @param [Hash{String => String}] A hash of custom headers that will be added
@@ -167,7 +167,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
167
167
  #
168
168
  def add_telemetry
169
169
  sdk_information = 'azure_mgmt_service_bus'
170
- sdk_information = "#{sdk_information}/0.17.2"
170
+ sdk_information = "#{sdk_information}/0.17.3"
171
171
  add_user_agent_information(sdk_information)
172
172
  end
173
173
  end
@@ -559,13 +559,13 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
559
559
  end
560
560
 
561
561
  #
562
- # Creates an authorizatio rule for the specified topic.
562
+ # Creates an authorization rule for the specified topic.
563
563
  #
564
564
  # @param resource_group_name [String] Name of the Resource group within the
565
565
  # Azure subscription.
566
566
  # @param namespace_name [String] The namespace name
567
567
  # @param topic_name [String] The topic name.
568
- # @param authorization_rule_name [String] The authorizationrule name.
568
+ # @param authorization_rule_name [String] The authorization rule name.
569
569
  # @param parameters [SBAuthorizationRule] The shared access authorization rule.
570
570
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
571
571
  # will be added to the HTTP request.
@@ -578,13 +578,13 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
578
578
  end
579
579
 
580
580
  #
581
- # Creates an authorizatio rule for the specified topic.
581
+ # Creates an authorization rule for the specified topic.
582
582
  #
583
583
  # @param resource_group_name [String] Name of the Resource group within the
584
584
  # Azure subscription.
585
585
  # @param namespace_name [String] The namespace name
586
586
  # @param topic_name [String] The topic name.
587
- # @param authorization_rule_name [String] The authorizationrule name.
587
+ # @param authorization_rule_name [String] The authorization rule name.
588
588
  # @param parameters [SBAuthorizationRule] The shared access authorization rule.
589
589
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
590
590
  # will be added to the HTTP request.
@@ -596,13 +596,13 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
596
596
  end
597
597
 
598
598
  #
599
- # Creates an authorizatio rule for the specified topic.
599
+ # Creates an authorization rule for the specified topic.
600
600
  #
601
601
  # @param resource_group_name [String] Name of the Resource group within the
602
602
  # Azure subscription.
603
603
  # @param namespace_name [String] The namespace name
604
604
  # @param topic_name [String] The topic name.
605
- # @param authorization_rule_name [String] The authorizationrule name.
605
+ # @param authorization_rule_name [String] The authorization rule name.
606
606
  # @param parameters [SBAuthorizationRule] The shared access authorization rule.
607
607
  # @param [Hash{String => String}] A hash of custom headers that will be added
608
608
  # to the HTTP request.
@@ -686,7 +686,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
686
686
  # Azure subscription.
687
687
  # @param namespace_name [String] The namespace name
688
688
  # @param topic_name [String] The topic name.
689
- # @param authorization_rule_name [String] The authorizationrule name.
689
+ # @param authorization_rule_name [String] The authorization rule name.
690
690
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
691
691
  # will be added to the HTTP request.
692
692
  #
@@ -704,7 +704,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
704
704
  # Azure subscription.
705
705
  # @param namespace_name [String] The namespace name
706
706
  # @param topic_name [String] The topic name.
707
- # @param authorization_rule_name [String] The authorizationrule name.
707
+ # @param authorization_rule_name [String] The authorization rule name.
708
708
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
709
709
  # will be added to the HTTP request.
710
710
  #
@@ -721,7 +721,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
721
721
  # Azure subscription.
722
722
  # @param namespace_name [String] The namespace name
723
723
  # @param topic_name [String] The topic name.
724
- # @param authorization_rule_name [String] The authorizationrule name.
724
+ # @param authorization_rule_name [String] The authorization rule name.
725
725
  # @param [Hash{String => String}] A hash of custom headers that will be added
726
726
  # to the HTTP request.
727
727
  #
@@ -796,7 +796,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
796
796
  # Azure subscription.
797
797
  # @param namespace_name [String] The namespace name
798
798
  # @param topic_name [String] The topic name.
799
- # @param authorization_rule_name [String] The authorizationrule name.
799
+ # @param authorization_rule_name [String] The authorization rule name.
800
800
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
801
801
  # will be added to the HTTP request.
802
802
  #
@@ -813,7 +813,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
813
813
  # Azure subscription.
814
814
  # @param namespace_name [String] The namespace name
815
815
  # @param topic_name [String] The topic name.
816
- # @param authorization_rule_name [String] The authorizationrule name.
816
+ # @param authorization_rule_name [String] The authorization rule name.
817
817
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
818
818
  # will be added to the HTTP request.
819
819
  #
@@ -830,7 +830,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
830
830
  # Azure subscription.
831
831
  # @param namespace_name [String] The namespace name
832
832
  # @param topic_name [String] The topic name.
833
- # @param authorization_rule_name [String] The authorizationrule name.
833
+ # @param authorization_rule_name [String] The authorization rule name.
834
834
  # @param [Hash{String => String}] A hash of custom headers that will be added
835
835
  # to the HTTP request.
836
836
  #
@@ -895,7 +895,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
895
895
  # Azure subscription.
896
896
  # @param namespace_name [String] The namespace name
897
897
  # @param topic_name [String] The topic name.
898
- # @param authorization_rule_name [String] The authorizationrule name.
898
+ # @param authorization_rule_name [String] The authorization rule name.
899
899
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
900
900
  # will be added to the HTTP request.
901
901
  #
@@ -913,7 +913,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
913
913
  # Azure subscription.
914
914
  # @param namespace_name [String] The namespace name
915
915
  # @param topic_name [String] The topic name.
916
- # @param authorization_rule_name [String] The authorizationrule name.
916
+ # @param authorization_rule_name [String] The authorization rule name.
917
917
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
918
918
  # will be added to the HTTP request.
919
919
  #
@@ -930,7 +930,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
930
930
  # Azure subscription.
931
931
  # @param namespace_name [String] The namespace name
932
932
  # @param topic_name [String] The topic name.
933
- # @param authorization_rule_name [String] The authorizationrule name.
933
+ # @param authorization_rule_name [String] The authorization rule name.
934
934
  # @param [Hash{String => String}] A hash of custom headers that will be added
935
935
  # to the HTTP request.
936
936
  #
@@ -1005,7 +1005,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
1005
1005
  # Azure subscription.
1006
1006
  # @param namespace_name [String] The namespace name
1007
1007
  # @param topic_name [String] The topic name.
1008
- # @param authorization_rule_name [String] The authorizationrule name.
1008
+ # @param authorization_rule_name [String] The authorization rule name.
1009
1009
  # @param parameters [RegenerateAccessKeyParameters] Parameters supplied to
1010
1010
  # regenerate the authorization rule.
1011
1011
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -1025,7 +1025,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
1025
1025
  # Azure subscription.
1026
1026
  # @param namespace_name [String] The namespace name
1027
1027
  # @param topic_name [String] The topic name.
1028
- # @param authorization_rule_name [String] The authorizationrule name.
1028
+ # @param authorization_rule_name [String] The authorization rule name.
1029
1029
  # @param parameters [RegenerateAccessKeyParameters] Parameters supplied to
1030
1030
  # regenerate the authorization rule.
1031
1031
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -1044,7 +1044,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
1044
1044
  # Azure subscription.
1045
1045
  # @param namespace_name [String] The namespace name
1046
1046
  # @param topic_name [String] The topic name.
1047
- # @param authorization_rule_name [String] The authorizationrule name.
1047
+ # @param authorization_rule_name [String] The authorization rule name.
1048
1048
  # @param parameters [RegenerateAccessKeyParameters] Parameters supplied to
1049
1049
  # regenerate the authorization rule.
1050
1050
  # @param [Hash{String => String}] A hash of custom headers that will be added
@@ -0,0 +1,53 @@
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
+ require 'uri'
7
+ require 'cgi'
8
+ require 'date'
9
+ require 'json'
10
+ require 'base64'
11
+ require 'erb'
12
+ require 'securerandom'
13
+ require 'time'
14
+ require 'timeliness'
15
+ require 'faraday'
16
+ require 'faraday-cookie_jar'
17
+ require 'concurrent'
18
+ require 'ms_rest'
19
+ require '2018-01-01-preview/generated/azure_mgmt_service_bus/module_definition'
20
+ require 'ms_rest_azure'
21
+
22
+ module Azure::ServiceBus::Mgmt::V2018_01_01_preview
23
+ autoload :Operations, '2018-01-01-preview/generated/azure_mgmt_service_bus/operations.rb'
24
+ autoload :Namespaces, '2018-01-01-preview/generated/azure_mgmt_service_bus/namespaces.rb'
25
+ autoload :ServiceBusManagementClient, '2018-01-01-preview/generated/azure_mgmt_service_bus/service_bus_management_client.rb'
26
+
27
+ module Models
28
+ autoload :OperationListResult, '2018-01-01-preview/generated/azure_mgmt_service_bus/models/operation_list_result.rb'
29
+ autoload :ErrorResponse, '2018-01-01-preview/generated/azure_mgmt_service_bus/models/error_response.rb'
30
+ autoload :Resource, '2018-01-01-preview/generated/azure_mgmt_service_bus/models/resource.rb'
31
+ autoload :OperationDisplay, '2018-01-01-preview/generated/azure_mgmt_service_bus/models/operation_display.rb'
32
+ autoload :Operation, '2018-01-01-preview/generated/azure_mgmt_service_bus/models/operation.rb'
33
+ autoload :NWRuleSetIpRules, '2018-01-01-preview/generated/azure_mgmt_service_bus/models/nwrule_set_ip_rules.rb'
34
+ autoload :VirtualNetworkRuleListResult, '2018-01-01-preview/generated/azure_mgmt_service_bus/models/virtual_network_rule_list_result.rb'
35
+ autoload :Subnet, '2018-01-01-preview/generated/azure_mgmt_service_bus/models/subnet.rb'
36
+ autoload :NWRuleSetVirtualNetworkRules, '2018-01-01-preview/generated/azure_mgmt_service_bus/models/nwrule_set_virtual_network_rules.rb'
37
+ autoload :SBNamespaceListResult, '2018-01-01-preview/generated/azure_mgmt_service_bus/models/sbnamespace_list_result.rb'
38
+ autoload :SBSku, '2018-01-01-preview/generated/azure_mgmt_service_bus/models/sbsku.rb'
39
+ autoload :IpFilterRuleListResult, '2018-01-01-preview/generated/azure_mgmt_service_bus/models/ip_filter_rule_list_result.rb'
40
+ autoload :TrackedResource, '2018-01-01-preview/generated/azure_mgmt_service_bus/models/tracked_resource.rb'
41
+ autoload :ResourceNamespacePatch, '2018-01-01-preview/generated/azure_mgmt_service_bus/models/resource_namespace_patch.rb'
42
+ autoload :SBNamespace, '2018-01-01-preview/generated/azure_mgmt_service_bus/models/sbnamespace.rb'
43
+ autoload :SBNamespaceUpdateParameters, '2018-01-01-preview/generated/azure_mgmt_service_bus/models/sbnamespace_update_parameters.rb'
44
+ autoload :IpFilterRule, '2018-01-01-preview/generated/azure_mgmt_service_bus/models/ip_filter_rule.rb'
45
+ autoload :VirtualNetworkRule, '2018-01-01-preview/generated/azure_mgmt_service_bus/models/virtual_network_rule.rb'
46
+ autoload :NetworkRuleSet, '2018-01-01-preview/generated/azure_mgmt_service_bus/models/network_rule_set.rb'
47
+ autoload :SkuName, '2018-01-01-preview/generated/azure_mgmt_service_bus/models/sku_name.rb'
48
+ autoload :SkuTier, '2018-01-01-preview/generated/azure_mgmt_service_bus/models/sku_tier.rb'
49
+ autoload :IPAction, '2018-01-01-preview/generated/azure_mgmt_service_bus/models/ipaction.rb'
50
+ autoload :NetworkRuleIPAction, '2018-01-01-preview/generated/azure_mgmt_service_bus/models/network_rule_ipaction.rb'
51
+ autoload :DefaultAction, '2018-01-01-preview/generated/azure_mgmt_service_bus/models/default_action.rb'
52
+ end
53
+ end
@@ -0,0 +1,16 @@
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::ServiceBus::Mgmt::V2018_01_01_preview
7
+ module Models
8
+ #
9
+ # Defines values for DefaultAction
10
+ #
11
+ module DefaultAction
12
+ Allow = "Allow"
13
+ Deny = "Deny"
14
+ end
15
+ end
16
+ end
@@ -0,0 +1,58 @@
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::ServiceBus::Mgmt::V2018_01_01_preview
7
+ module Models
8
+ #
9
+ # Error response indicates ServiceBus service is not able to process the
10
+ # incoming request. The reason is provided in the error message.
11
+ #
12
+ class ErrorResponse
13
+
14
+ include MsRestAzure
15
+
16
+ # @return [String] Error code.
17
+ attr_accessor :code
18
+
19
+ # @return [String] Error message indicating why the operation failed.
20
+ attr_accessor :message
21
+
22
+
23
+ #
24
+ # Mapper for ErrorResponse class as Ruby Hash.
25
+ # This will be used for serialization/deserialization.
26
+ #
27
+ def self.mapper()
28
+ {
29
+ client_side_validation: true,
30
+ required: false,
31
+ serialized_name: 'ErrorResponse',
32
+ type: {
33
+ name: 'Composite',
34
+ class_name: 'ErrorResponse',
35
+ model_properties: {
36
+ code: {
37
+ client_side_validation: true,
38
+ required: false,
39
+ serialized_name: 'code',
40
+ type: {
41
+ name: 'String'
42
+ }
43
+ },
44
+ message: {
45
+ client_side_validation: true,
46
+ required: false,
47
+ serialized_name: 'message',
48
+ type: {
49
+ name: 'String'
50
+ }
51
+ }
52
+ }
53
+ }
54
+ }
55
+ end
56
+ end
57
+ end
58
+ end
@@ -0,0 +1,96 @@
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::ServiceBus::Mgmt::V2018_01_01_preview
7
+ module Models
8
+ #
9
+ # Single item in a List or Get IpFilterRules operation
10
+ #
11
+ class IpFilterRule < Resource
12
+
13
+ include MsRestAzure
14
+
15
+ # @return [String] IP Mask
16
+ attr_accessor :ip_mask
17
+
18
+ # @return [IPAction] The IP Filter Action. Possible values include:
19
+ # 'Accept', 'Reject'
20
+ attr_accessor :action
21
+
22
+ # @return [String] IP Filter name
23
+ attr_accessor :filter_name
24
+
25
+
26
+ #
27
+ # Mapper for IpFilterRule class as Ruby Hash.
28
+ # This will be used for serialization/deserialization.
29
+ #
30
+ def self.mapper()
31
+ {
32
+ client_side_validation: true,
33
+ required: false,
34
+ serialized_name: 'IpFilterRule',
35
+ type: {
36
+ name: 'Composite',
37
+ class_name: 'IpFilterRule',
38
+ model_properties: {
39
+ id: {
40
+ client_side_validation: true,
41
+ required: false,
42
+ read_only: true,
43
+ serialized_name: 'id',
44
+ type: {
45
+ name: 'String'
46
+ }
47
+ },
48
+ name: {
49
+ client_side_validation: true,
50
+ required: false,
51
+ read_only: true,
52
+ serialized_name: 'name',
53
+ type: {
54
+ name: 'String'
55
+ }
56
+ },
57
+ type: {
58
+ client_side_validation: true,
59
+ required: false,
60
+ read_only: true,
61
+ serialized_name: 'type',
62
+ type: {
63
+ name: 'String'
64
+ }
65
+ },
66
+ ip_mask: {
67
+ client_side_validation: true,
68
+ required: false,
69
+ serialized_name: 'properties.ipMask',
70
+ type: {
71
+ name: 'String'
72
+ }
73
+ },
74
+ action: {
75
+ client_side_validation: true,
76
+ required: false,
77
+ serialized_name: 'properties.action',
78
+ type: {
79
+ name: 'String'
80
+ }
81
+ },
82
+ filter_name: {
83
+ client_side_validation: true,
84
+ required: false,
85
+ serialized_name: 'properties.filterName',
86
+ type: {
87
+ name: 'String'
88
+ }
89
+ }
90
+ }
91
+ }
92
+ }
93
+ end
94
+ end
95
+ end
96
+ end