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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
- SHA256:
3
- metadata.gz: 15a23913a1cad276fd8b1e11f83a916170e40bce88ad64289322e6f09d92d8e0
4
- data.tar.gz: d8042774dd2917e707b41a98009b27eb2b27bc0cfc67476df3c9b0e477538a2a
2
+ SHA1:
3
+ metadata.gz: 4adac96f40dbd112c2302fac890935d2fe5ca4d8
4
+ data.tar.gz: 14cd608d0be3a9898f0a587dc3c60b9ca9c39c40
5
5
  SHA512:
6
- metadata.gz: 7d12093d58ada0d163d3ce5bdcb66d9805ba79ecb841f140360d24354c0643991a775ab3acea10e4f3db52e100f3a471e19911e7a8eb9f02ef13f738fd5dfa01
7
- data.tar.gz: adc761a5c5afe383bc708724b21120e469fda2d3da2dbba047bdb520f75cd401b0e3c652f27c504529bd0a9c4401b3b1db5296a425855cd7a27401fad69380be
6
+ metadata.gz: 94d794b62b98bdfa937c57e3eefee603699b50674c4f1cde8da059645273d8df023826d60b6e94588407e777b75bf8698b1d6122d03a6477f8f8b571d4bacb76
7
+ data.tar.gz: ed0441eb19c89c86f7f11a500f6a77166e425e573fa0bf1d4f737b74f943fa2ab2a95732a9073b714f1da98c231a6c13b1c01575860bb86942cb4de5b985df82
@@ -12,7 +12,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
12
12
 
13
13
  include MsRestAzure
14
14
 
15
- # @return [String] The Name to check the namespce name availability and
15
+ # @return [String] The Name to check the namespace name availability and
16
16
  # The namespace name can contain only letters, numbers, and hyphens. The
17
17
  # namespace must start with a letter, and it must end with a letter or
18
18
  # number.
@@ -719,7 +719,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
719
719
  # @param resource_group_name [String] Name of the Resource group within the
720
720
  # Azure subscription.
721
721
  # @param namespace_name [String] The namespace name
722
- # @param authorization_rule_name [String] The authorizationrule name.
722
+ # @param authorization_rule_name [String] The authorization rule name.
723
723
  # @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] The
724
724
  # shared access authorization rule.
725
725
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -738,7 +738,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
738
738
  # @param resource_group_name [String] Name of the Resource group within the
739
739
  # Azure subscription.
740
740
  # @param namespace_name [String] The namespace name
741
- # @param authorization_rule_name [String] The authorizationrule name.
741
+ # @param authorization_rule_name [String] The authorization rule name.
742
742
  # @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] The
743
743
  # shared access authorization rule.
744
744
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -756,7 +756,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
756
756
  # @param resource_group_name [String] Name of the Resource group within the
757
757
  # Azure subscription.
758
758
  # @param namespace_name [String] The namespace name
759
- # @param authorization_rule_name [String] The authorizationrule name.
759
+ # @param authorization_rule_name [String] The authorization rule name.
760
760
  # @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] The
761
761
  # shared access authorization rule.
762
762
  # @param [Hash{String => String}] A hash of custom headers that will be added
@@ -838,7 +838,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
838
838
  # @param resource_group_name [String] Name of the Resource group within the
839
839
  # Azure subscription.
840
840
  # @param namespace_name [String] The namespace name
841
- # @param authorization_rule_name [String] The authorizationrule name.
841
+ # @param authorization_rule_name [String] The authorization rule name.
842
842
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
843
843
  # will be added to the HTTP request.
844
844
  #
@@ -854,7 +854,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
854
854
  # @param resource_group_name [String] Name of the Resource group within the
855
855
  # Azure subscription.
856
856
  # @param namespace_name [String] The namespace name
857
- # @param authorization_rule_name [String] The authorizationrule name.
857
+ # @param authorization_rule_name [String] The authorization rule name.
858
858
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
859
859
  # will be added to the HTTP request.
860
860
  #
@@ -870,7 +870,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
870
870
  # @param resource_group_name [String] Name of the Resource group within the
871
871
  # Azure subscription.
872
872
  # @param namespace_name [String] The namespace name
873
- # @param authorization_rule_name [String] The authorizationrule name.
873
+ # @param authorization_rule_name [String] The authorization rule name.
874
874
  # @param [Hash{String => String}] A hash of custom headers that will be added
875
875
  # to the HTTP request.
876
876
  #
@@ -932,7 +932,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
932
932
  # @param resource_group_name [String] Name of the Resource group within the
933
933
  # Azure subscription.
934
934
  # @param namespace_name [String] The namespace name
935
- # @param authorization_rule_name [String] The authorizationrule name.
935
+ # @param authorization_rule_name [String] The authorization rule name.
936
936
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
937
937
  # will be added to the HTTP request.
938
938
  #
@@ -949,7 +949,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
949
949
  # @param resource_group_name [String] Name of the Resource group within the
950
950
  # Azure subscription.
951
951
  # @param namespace_name [String] The namespace name
952
- # @param authorization_rule_name [String] The authorizationrule name.
952
+ # @param authorization_rule_name [String] The authorization rule name.
953
953
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
954
954
  # will be added to the HTTP request.
955
955
  #
@@ -965,7 +965,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
965
965
  # @param resource_group_name [String] Name of the Resource group within the
966
966
  # Azure subscription.
967
967
  # @param namespace_name [String] The namespace name
968
- # @param authorization_rule_name [String] The authorizationrule name.
968
+ # @param authorization_rule_name [String] The authorization rule name.
969
969
  # @param [Hash{String => String}] A hash of custom headers that will be added
970
970
  # to the HTTP request.
971
971
  #
@@ -1037,7 +1037,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
1037
1037
  # @param resource_group_name [String] Name of the Resource group within the
1038
1038
  # Azure subscription.
1039
1039
  # @param namespace_name [String] The namespace name
1040
- # @param authorization_rule_name [String] The authorizationrule name.
1040
+ # @param authorization_rule_name [String] The authorization rule name.
1041
1041
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
1042
1042
  # will be added to the HTTP request.
1043
1043
  #
@@ -1054,7 +1054,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
1054
1054
  # @param resource_group_name [String] Name of the Resource group within the
1055
1055
  # Azure subscription.
1056
1056
  # @param namespace_name [String] The namespace name
1057
- # @param authorization_rule_name [String] The authorizationrule name.
1057
+ # @param authorization_rule_name [String] The authorization rule name.
1058
1058
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
1059
1059
  # will be added to the HTTP request.
1060
1060
  #
@@ -1070,7 +1070,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
1070
1070
  # @param resource_group_name [String] Name of the Resource group within the
1071
1071
  # Azure subscription.
1072
1072
  # @param namespace_name [String] The namespace name
1073
- # @param authorization_rule_name [String] The authorizationrule name.
1073
+ # @param authorization_rule_name [String] The authorization rule name.
1074
1074
  # @param [Hash{String => String}] A hash of custom headers that will be added
1075
1075
  # to the HTTP request.
1076
1076
  #
@@ -1142,7 +1142,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
1142
1142
  # @param resource_group_name [String] Name of the Resource group within the
1143
1143
  # Azure subscription.
1144
1144
  # @param namespace_name [String] The namespace name
1145
- # @param authorization_rule_name [String] The authorizationrule name.
1145
+ # @param authorization_rule_name [String] The authorization rule name.
1146
1146
  # @param parameters [RegenerateKeysParameters] Parameters supplied to
1147
1147
  # regenerate the authorization rule.
1148
1148
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -1161,7 +1161,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
1161
1161
  # @param resource_group_name [String] Name of the Resource group within the
1162
1162
  # Azure subscription.
1163
1163
  # @param namespace_name [String] The namespace name
1164
- # @param authorization_rule_name [String] The authorizationrule name.
1164
+ # @param authorization_rule_name [String] The authorization rule name.
1165
1165
  # @param parameters [RegenerateKeysParameters] Parameters supplied to
1166
1166
  # regenerate the authorization rule.
1167
1167
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -1179,7 +1179,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
1179
1179
  # @param resource_group_name [String] Name of the Resource group within the
1180
1180
  # Azure subscription.
1181
1181
  # @param namespace_name [String] The namespace name
1182
- # @param authorization_rule_name [String] The authorizationrule name.
1182
+ # @param authorization_rule_name [String] The authorization rule name.
1183
1183
  # @param parameters [RegenerateKeysParameters] Parameters supplied to
1184
1184
  # regenerate the authorization rule.
1185
1185
  # @param [Hash{String => String}] A hash of custom headers that will be added
@@ -550,7 +550,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
550
550
  # Azure subscription.
551
551
  # @param namespace_name [String] The namespace name
552
552
  # @param queue_name [String] The queue name.
553
- # @param authorization_rule_name [String] The authorizationrule name.
553
+ # @param authorization_rule_name [String] The authorization rule name.
554
554
  # @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] The
555
555
  # shared access authorization rule.
556
556
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -570,7 +570,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
570
570
  # Azure subscription.
571
571
  # @param namespace_name [String] The namespace name
572
572
  # @param queue_name [String] The queue name.
573
- # @param authorization_rule_name [String] The authorizationrule name.
573
+ # @param authorization_rule_name [String] The authorization rule name.
574
574
  # @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] The
575
575
  # shared access authorization rule.
576
576
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -589,7 +589,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
589
589
  # Azure subscription.
590
590
  # @param namespace_name [String] The namespace name
591
591
  # @param queue_name [String] The queue name.
592
- # @param authorization_rule_name [String] The authorizationrule name.
592
+ # @param authorization_rule_name [String] The authorization rule name.
593
593
  # @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] The
594
594
  # shared access authorization rule.
595
595
  # @param [Hash{String => String}] A hash of custom headers that will be added
@@ -675,7 +675,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
675
675
  # Azure subscription.
676
676
  # @param namespace_name [String] The namespace name
677
677
  # @param queue_name [String] The queue name.
678
- # @param authorization_rule_name [String] The authorizationrule name.
678
+ # @param authorization_rule_name [String] The authorization rule name.
679
679
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
680
680
  # will be added to the HTTP request.
681
681
  #
@@ -693,7 +693,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
693
693
  # Azure subscription.
694
694
  # @param namespace_name [String] The namespace name
695
695
  # @param queue_name [String] The queue name.
696
- # @param authorization_rule_name [String] The authorizationrule name.
696
+ # @param authorization_rule_name [String] The authorization rule name.
697
697
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
698
698
  # will be added to the HTTP request.
699
699
  #
@@ -710,7 +710,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
710
710
  # Azure subscription.
711
711
  # @param namespace_name [String] The namespace name
712
712
  # @param queue_name [String] The queue name.
713
- # @param authorization_rule_name [String] The authorizationrule name.
713
+ # @param authorization_rule_name [String] The authorization rule name.
714
714
  # @param [Hash{String => String}] A hash of custom headers that will be added
715
715
  # to the HTTP request.
716
716
  #
@@ -786,7 +786,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
786
786
  # Azure subscription.
787
787
  # @param namespace_name [String] The namespace name
788
788
  # @param queue_name [String] The queue name.
789
- # @param authorization_rule_name [String] The authorizationrule name.
789
+ # @param authorization_rule_name [String] The authorization rule name.
790
790
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
791
791
  # will be added to the HTTP request.
792
792
  #
@@ -803,7 +803,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
803
803
  # Azure subscription.
804
804
  # @param namespace_name [String] The namespace name
805
805
  # @param queue_name [String] The queue name.
806
- # @param authorization_rule_name [String] The authorizationrule name.
806
+ # @param authorization_rule_name [String] The authorization rule name.
807
807
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
808
808
  # will be added to the HTTP request.
809
809
  #
@@ -820,7 +820,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
820
820
  # Azure subscription.
821
821
  # @param namespace_name [String] The namespace name
822
822
  # @param queue_name [String] The queue name.
823
- # @param authorization_rule_name [String] The authorizationrule name.
823
+ # @param authorization_rule_name [String] The authorization rule name.
824
824
  # @param [Hash{String => String}] A hash of custom headers that will be added
825
825
  # to the HTTP request.
826
826
  #
@@ -886,7 +886,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
886
886
  # Azure subscription.
887
887
  # @param namespace_name [String] The namespace name
888
888
  # @param queue_name [String] The queue name.
889
- # @param authorization_rule_name [String] The authorizationrule name.
889
+ # @param authorization_rule_name [String] The authorization rule name.
890
890
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
891
891
  # will be added to the HTTP request.
892
892
  #
@@ -904,7 +904,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
904
904
  # Azure subscription.
905
905
  # @param namespace_name [String] The namespace name
906
906
  # @param queue_name [String] The queue name.
907
- # @param authorization_rule_name [String] The authorizationrule name.
907
+ # @param authorization_rule_name [String] The authorization rule name.
908
908
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
909
909
  # will be added to the HTTP request.
910
910
  #
@@ -921,7 +921,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
921
921
  # Azure subscription.
922
922
  # @param namespace_name [String] The namespace name
923
923
  # @param queue_name [String] The queue name.
924
- # @param authorization_rule_name [String] The authorizationrule name.
924
+ # @param authorization_rule_name [String] The authorization rule name.
925
925
  # @param [Hash{String => String}] A hash of custom headers that will be added
926
926
  # to the HTTP request.
927
927
  #
@@ -997,7 +997,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
997
997
  # Azure subscription.
998
998
  # @param namespace_name [String] The namespace name
999
999
  # @param queue_name [String] The queue name.
1000
- # @param authorization_rule_name [String] The authorizationrule name.
1000
+ # @param authorization_rule_name [String] The authorization rule name.
1001
1001
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
1002
1002
  # will be added to the HTTP request.
1003
1003
  #
@@ -1015,7 +1015,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
1015
1015
  # Azure subscription.
1016
1016
  # @param namespace_name [String] The namespace name
1017
1017
  # @param queue_name [String] The queue name.
1018
- # @param authorization_rule_name [String] The authorizationrule name.
1018
+ # @param authorization_rule_name [String] The authorization rule name.
1019
1019
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
1020
1020
  # will be added to the HTTP request.
1021
1021
  #
@@ -1032,7 +1032,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
1032
1032
  # Azure subscription.
1033
1033
  # @param namespace_name [String] The namespace name
1034
1034
  # @param queue_name [String] The queue name.
1035
- # @param authorization_rule_name [String] The authorizationrule name.
1035
+ # @param authorization_rule_name [String] The authorization rule name.
1036
1036
  # @param [Hash{String => String}] A hash of custom headers that will be added
1037
1037
  # to the HTTP request.
1038
1038
  #
@@ -1108,7 +1108,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
1108
1108
  # Azure subscription.
1109
1109
  # @param namespace_name [String] The namespace name
1110
1110
  # @param queue_name [String] The queue name.
1111
- # @param authorization_rule_name [String] The authorizationrule name.
1111
+ # @param authorization_rule_name [String] The authorization rule name.
1112
1112
  # @param parameters [RegenerateKeysParameters] Parameters supplied to
1113
1113
  # regenerate the authorization rule.
1114
1114
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -1128,7 +1128,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
1128
1128
  # Azure subscription.
1129
1129
  # @param namespace_name [String] The namespace name
1130
1130
  # @param queue_name [String] The queue name.
1131
- # @param authorization_rule_name [String] The authorizationrule name.
1131
+ # @param authorization_rule_name [String] The authorization rule name.
1132
1132
  # @param parameters [RegenerateKeysParameters] Parameters supplied to
1133
1133
  # regenerate the authorization rule.
1134
1134
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -1147,7 +1147,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
1147
1147
  # Azure subscription.
1148
1148
  # @param namespace_name [String] The namespace name
1149
1149
  # @param queue_name [String] The queue name.
1150
- # @param authorization_rule_name [String] The authorizationrule name.
1150
+ # @param authorization_rule_name [String] The authorization rule name.
1151
1151
  # @param parameters [RegenerateKeysParameters] Parameters supplied to
1152
1152
  # regenerate the authorization rule.
1153
1153
  # @param [Hash{String => String}] A hash of custom headers that will be added
@@ -142,7 +142,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
142
142
  #
143
143
  def add_telemetry
144
144
  sdk_information = 'azure_mgmt_service_bus'
145
- sdk_information = "#{sdk_information}/0.17.2"
145
+ sdk_information = "#{sdk_information}/0.17.3"
146
146
  add_user_agent_information(sdk_information)
147
147
  end
148
148
  end
@@ -544,13 +544,13 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
544
544
  end
545
545
 
546
546
  #
547
- # Creates an authorizatio rule for the specified topic.
547
+ # Creates an authorization rule for the specified topic.
548
548
  #
549
549
  # @param resource_group_name [String] Name of the Resource group within the
550
550
  # Azure subscription.
551
551
  # @param namespace_name [String] The namespace name
552
552
  # @param topic_name [String] The topic name.
553
- # @param authorization_rule_name [String] The authorizationrule name.
553
+ # @param authorization_rule_name [String] The authorization rule name.
554
554
  # @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] The
555
555
  # shared access authorization rule.
556
556
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -564,13 +564,13 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
564
564
  end
565
565
 
566
566
  #
567
- # Creates an authorizatio rule for the specified topic.
567
+ # Creates an authorization rule for the specified topic.
568
568
  #
569
569
  # @param resource_group_name [String] Name of the Resource group within the
570
570
  # Azure subscription.
571
571
  # @param namespace_name [String] The namespace name
572
572
  # @param topic_name [String] The topic name.
573
- # @param authorization_rule_name [String] The authorizationrule name.
573
+ # @param authorization_rule_name [String] The authorization rule name.
574
574
  # @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] The
575
575
  # shared access authorization rule.
576
576
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -583,13 +583,13 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
583
583
  end
584
584
 
585
585
  #
586
- # Creates an authorizatio rule for the specified topic.
586
+ # Creates an authorization rule for the specified topic.
587
587
  #
588
588
  # @param resource_group_name [String] Name of the Resource group within the
589
589
  # Azure subscription.
590
590
  # @param namespace_name [String] The namespace name
591
591
  # @param topic_name [String] The topic name.
592
- # @param authorization_rule_name [String] The authorizationrule name.
592
+ # @param authorization_rule_name [String] The authorization rule name.
593
593
  # @param parameters [SharedAccessAuthorizationRuleCreateOrUpdateParameters] The
594
594
  # shared access authorization rule.
595
595
  # @param [Hash{String => String}] A hash of custom headers that will be added
@@ -675,7 +675,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
675
675
  # Azure subscription.
676
676
  # @param namespace_name [String] The namespace name
677
677
  # @param topic_name [String] The topic name.
678
- # @param authorization_rule_name [String] The authorizationrule name.
678
+ # @param authorization_rule_name [String] The authorization rule name.
679
679
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
680
680
  # will be added to the HTTP request.
681
681
  #
@@ -693,7 +693,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
693
693
  # Azure subscription.
694
694
  # @param namespace_name [String] The namespace name
695
695
  # @param topic_name [String] The topic name.
696
- # @param authorization_rule_name [String] The authorizationrule name.
696
+ # @param authorization_rule_name [String] The authorization rule name.
697
697
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
698
698
  # will be added to the HTTP request.
699
699
  #
@@ -710,7 +710,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
710
710
  # Azure subscription.
711
711
  # @param namespace_name [String] The namespace name
712
712
  # @param topic_name [String] The topic name.
713
- # @param authorization_rule_name [String] The authorizationrule name.
713
+ # @param authorization_rule_name [String] The authorization rule name.
714
714
  # @param [Hash{String => String}] A hash of custom headers that will be added
715
715
  # to the HTTP request.
716
716
  #
@@ -786,7 +786,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
786
786
  # Azure subscription.
787
787
  # @param namespace_name [String] The namespace name
788
788
  # @param topic_name [String] The topic name.
789
- # @param authorization_rule_name [String] The authorizationrule name.
789
+ # @param authorization_rule_name [String] The authorization rule name.
790
790
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
791
791
  # will be added to the HTTP request.
792
792
  #
@@ -804,7 +804,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
804
804
  # Azure subscription.
805
805
  # @param namespace_name [String] The namespace name
806
806
  # @param topic_name [String] The topic name.
807
- # @param authorization_rule_name [String] The authorizationrule name.
807
+ # @param authorization_rule_name [String] The authorization rule name.
808
808
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
809
809
  # will be added to the HTTP request.
810
810
  #
@@ -821,7 +821,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
821
821
  # Azure subscription.
822
822
  # @param namespace_name [String] The namespace name
823
823
  # @param topic_name [String] The topic name.
824
- # @param authorization_rule_name [String] The authorizationrule name.
824
+ # @param authorization_rule_name [String] The authorization rule name.
825
825
  # @param [Hash{String => String}] A hash of custom headers that will be added
826
826
  # to the HTTP request.
827
827
  #
@@ -897,7 +897,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
897
897
  # Azure subscription.
898
898
  # @param namespace_name [String] The namespace name
899
899
  # @param topic_name [String] The topic name.
900
- # @param authorization_rule_name [String] The authorizationrule name.
900
+ # @param authorization_rule_name [String] The authorization rule name.
901
901
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
902
902
  # will be added to the HTTP request.
903
903
  #
@@ -914,7 +914,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
914
914
  # Azure subscription.
915
915
  # @param namespace_name [String] The namespace name
916
916
  # @param topic_name [String] The topic name.
917
- # @param authorization_rule_name [String] The authorizationrule name.
917
+ # @param authorization_rule_name [String] The authorization rule name.
918
918
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
919
919
  # will be added to the HTTP request.
920
920
  #
@@ -931,7 +931,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
931
931
  # Azure subscription.
932
932
  # @param namespace_name [String] The namespace name
933
933
  # @param topic_name [String] The topic name.
934
- # @param authorization_rule_name [String] The authorizationrule name.
934
+ # @param authorization_rule_name [String] The authorization rule name.
935
935
  # @param [Hash{String => String}] A hash of custom headers that will be added
936
936
  # to the HTTP request.
937
937
  #
@@ -997,7 +997,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
997
997
  # Azure subscription.
998
998
  # @param namespace_name [String] The namespace name
999
999
  # @param topic_name [String] The topic name.
1000
- # @param authorization_rule_name [String] The authorizationrule name.
1000
+ # @param authorization_rule_name [String] The authorization rule name.
1001
1001
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
1002
1002
  # will be added to the HTTP request.
1003
1003
  #
@@ -1015,7 +1015,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
1015
1015
  # Azure subscription.
1016
1016
  # @param namespace_name [String] The namespace name
1017
1017
  # @param topic_name [String] The topic name.
1018
- # @param authorization_rule_name [String] The authorizationrule name.
1018
+ # @param authorization_rule_name [String] The authorization rule name.
1019
1019
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
1020
1020
  # will be added to the HTTP request.
1021
1021
  #
@@ -1032,7 +1032,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
1032
1032
  # Azure subscription.
1033
1033
  # @param namespace_name [String] The namespace name
1034
1034
  # @param topic_name [String] The topic name.
1035
- # @param authorization_rule_name [String] The authorizationrule name.
1035
+ # @param authorization_rule_name [String] The authorization rule name.
1036
1036
  # @param [Hash{String => String}] A hash of custom headers that will be added
1037
1037
  # to the HTTP request.
1038
1038
  #
@@ -1108,7 +1108,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
1108
1108
  # Azure subscription.
1109
1109
  # @param namespace_name [String] The namespace name
1110
1110
  # @param topic_name [String] The topic name.
1111
- # @param authorization_rule_name [String] The authorizationrule name.
1111
+ # @param authorization_rule_name [String] The authorization rule name.
1112
1112
  # @param parameters [RegenerateKeysParameters] Parameters supplied to
1113
1113
  # regenerate the authorization rule.
1114
1114
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -1128,7 +1128,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
1128
1128
  # Azure subscription.
1129
1129
  # @param namespace_name [String] The namespace name
1130
1130
  # @param topic_name [String] The topic name.
1131
- # @param authorization_rule_name [String] The authorizationrule name.
1131
+ # @param authorization_rule_name [String] The authorization rule name.
1132
1132
  # @param parameters [RegenerateKeysParameters] Parameters supplied to
1133
1133
  # regenerate the authorization rule.
1134
1134
  # @param custom_headers [Hash{String => String}] A hash of custom headers that
@@ -1147,7 +1147,7 @@ module Azure::ServiceBus::Mgmt::V2015_08_01
1147
1147
  # Azure subscription.
1148
1148
  # @param namespace_name [String] The namespace name
1149
1149
  # @param topic_name [String] The topic name.
1150
- # @param authorization_rule_name [String] The authorizationrule name.
1150
+ # @param authorization_rule_name [String] The authorization rule name.
1151
1151
  # @param parameters [RegenerateKeysParameters] Parameters supplied to
1152
1152
  # regenerate the authorization rule.
1153
1153
  # @param [Hash{String => String}] A hash of custom headers that will be added