azure_mgmt_service_bus 0.15.1 → 0.15.2

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 (89) hide show
  1. checksums.yaml +4 -4
  2. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/check_name_availability.rb +2 -0
  3. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/check_name_availability_result.rb +4 -0
  4. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/message_count_details.rb +6 -0
  5. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/namespace_create_or_update_parameters.rb +12 -0
  6. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/namespace_list_result.rb +4 -0
  7. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/namespace_resource.rb +15 -0
  8. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/namespace_update_parameters.rb +4 -0
  9. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/operation.rb +3 -0
  10. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/operation_display.rb +4 -0
  11. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/operation_list_result.rb +4 -0
  12. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/queue_create_or_update_parameters.rb +25 -0
  13. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/queue_list_result.rb +4 -0
  14. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/queue_resource.rb +27 -0
  15. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/regenerate_keys_parameters.rb +2 -0
  16. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/resource.rb +5 -0
  17. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/resource_list_keys.rb +6 -0
  18. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/shared_access_authorization_rule_create_or_update_parameters.rb +5 -0
  19. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/shared_access_authorization_rule_list_result.rb +4 -0
  20. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/shared_access_authorization_rule_resource.rb +7 -0
  21. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/sku.rb +4 -0
  22. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/subscription_create_or_update_parameters.rb +19 -0
  23. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/subscription_list_result.rb +4 -0
  24. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/subscription_resource.rb +21 -0
  25. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/topic_create_or_update_parameters.rb +24 -0
  26. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/topic_list_result.rb +4 -0
  27. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/topic_resource.rb +26 -0
  28. data/lib/2015-08-01/generated/azure_mgmt_service_bus/models/tracked_resource.rb +7 -0
  29. data/lib/2015-08-01/generated/azure_mgmt_service_bus/namespaces.rb +50 -0
  30. data/lib/2015-08-01/generated/azure_mgmt_service_bus/queues.rb +68 -0
  31. data/lib/2015-08-01/generated/azure_mgmt_service_bus/service_bus_management_client.rb +1 -3
  32. data/lib/2015-08-01/generated/azure_mgmt_service_bus/subscriptions.rb +30 -0
  33. data/lib/2015-08-01/generated/azure_mgmt_service_bus/topics.rb +68 -0
  34. data/lib/2017-04-01/generated/azure_mgmt_service_bus/disaster_recovery_configs.rb +34 -0
  35. data/lib/2017-04-01/generated/azure_mgmt_service_bus/event_hubs.rb +4 -0
  36. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/access_keys.rb +8 -0
  37. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/action.rb +4 -0
  38. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/arm_disaster_recovery.rb +7 -0
  39. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/arm_disaster_recovery_list_result.rb +4 -0
  40. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/authorization_rule_properties.rb +3 -0
  41. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/capture_description.rb +6 -0
  42. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/check_name_availability.rb +2 -0
  43. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/check_name_availability_result.rb +4 -0
  44. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/correlation_filter.rb +10 -0
  45. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/destination.rb +5 -0
  46. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/error_response.rb +3 -0
  47. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/event_hub_list_result.rb +4 -0
  48. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/eventhub.rb +12 -0
  49. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/message_count_details.rb +6 -0
  50. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/operation.rb +3 -0
  51. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/operation_display.rb +4 -0
  52. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/operation_list_result.rb +4 -0
  53. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/premium_messaging_regions.rb +8 -0
  54. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/premium_messaging_regions_list_result.rb +4 -0
  55. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/premium_messaging_regions_properties.rb +3 -0
  56. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/regenerate_access_key_parameters.rb +3 -0
  57. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/resource.rb +4 -0
  58. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/resource_namespace_patch.rb +7 -0
  59. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/rule.rb +8 -0
  60. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/rule_list_result.rb +4 -0
  61. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbauthorization_rule.rb +6 -0
  62. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbauthorization_rule_list_result.rb +4 -0
  63. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbnamespace.rb +13 -0
  64. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbnamespace_list_result.rb +4 -0
  65. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbnamespace_update_parameters.rb +13 -0
  66. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbqueue.rb +22 -0
  67. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbqueue_list_result.rb +4 -0
  68. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbsku.rb +4 -0
  69. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbsubscription.rb +18 -0
  70. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbsubscription_list_result.rb +4 -0
  71. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbtopic.rb +20 -0
  72. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sbtopic_list_result.rb +4 -0
  73. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sql_filter.rb +4 -0
  74. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/sql_rule_action.rb +4 -0
  75. data/lib/2017-04-01/generated/azure_mgmt_service_bus/models/tracked_resource.rb +7 -0
  76. data/lib/2017-04-01/generated/azure_mgmt_service_bus/namespaces.rb +50 -0
  77. data/lib/2017-04-01/generated/azure_mgmt_service_bus/queues.rb +59 -0
  78. data/lib/2017-04-01/generated/azure_mgmt_service_bus/regions.rb +2 -0
  79. data/lib/2017-04-01/generated/azure_mgmt_service_bus/rules.rb +34 -0
  80. data/lib/2017-04-01/generated/azure_mgmt_service_bus/service_bus_management_client.rb +1 -3
  81. data/lib/2017-04-01/generated/azure_mgmt_service_bus/subscriptions.rb +26 -0
  82. data/lib/2017-04-01/generated/azure_mgmt_service_bus/topics.rb +59 -0
  83. data/lib/profiles/latest/servicebus_latest_profile_client.rb +1 -3
  84. data/lib/version.rb +1 -1
  85. metadata +10 -9
  86. data/lib/2015-08-01/generated/azure_mgmt_service_bus/version.rb +0 -8
  87. data/lib/2017-04-01/generated/azure_mgmt_service_bus/version.rb +0 -8
  88. data/lib/profiles/common/configurable.rb +0 -86
  89. data/lib/profiles/common/default.rb +0 -57
@@ -28,6 +28,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
28
28
  #
29
29
  def self.mapper()
30
30
  {
31
+ client_side_validation: true,
31
32
  required: false,
32
33
  serialized_name: 'Resource',
33
34
  type: {
@@ -35,6 +36,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
35
36
  class_name: 'Resource',
36
37
  model_properties: {
37
38
  id: {
39
+ client_side_validation: true,
38
40
  required: false,
39
41
  read_only: true,
40
42
  serialized_name: 'id',
@@ -43,6 +45,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
43
45
  }
44
46
  },
45
47
  name: {
48
+ client_side_validation: true,
46
49
  required: false,
47
50
  read_only: true,
48
51
  serialized_name: 'name',
@@ -51,6 +54,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
51
54
  }
52
55
  },
53
56
  type: {
57
+ client_side_validation: true,
54
58
  required: false,
55
59
  read_only: true,
56
60
  serialized_name: 'type',
@@ -25,6 +25,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
25
25
  #
26
26
  def self.mapper()
27
27
  {
28
+ client_side_validation: true,
28
29
  required: false,
29
30
  serialized_name: 'ResourceNamespacePatch',
30
31
  type: {
@@ -32,6 +33,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
32
33
  class_name: 'ResourceNamespacePatch',
33
34
  model_properties: {
34
35
  id: {
36
+ client_side_validation: true,
35
37
  required: false,
36
38
  read_only: true,
37
39
  serialized_name: 'id',
@@ -40,6 +42,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
40
42
  }
41
43
  },
42
44
  name: {
45
+ client_side_validation: true,
43
46
  required: false,
44
47
  read_only: true,
45
48
  serialized_name: 'name',
@@ -48,6 +51,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
48
51
  }
49
52
  },
50
53
  type: {
54
+ client_side_validation: true,
51
55
  required: false,
52
56
  read_only: true,
53
57
  serialized_name: 'type',
@@ -56,6 +60,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
56
60
  }
57
61
  },
58
62
  location: {
63
+ client_side_validation: true,
59
64
  required: false,
60
65
  serialized_name: 'location',
61
66
  type: {
@@ -63,11 +68,13 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
63
68
  }
64
69
  },
65
70
  tags: {
71
+ client_side_validation: true,
66
72
  required: false,
67
73
  serialized_name: 'tags',
68
74
  type: {
69
75
  name: 'Dictionary',
70
76
  value: {
77
+ client_side_validation: true,
71
78
  required: false,
72
79
  serialized_name: 'StringElementType',
73
80
  type: {
@@ -35,6 +35,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
35
35
  #
36
36
  def self.mapper()
37
37
  {
38
+ client_side_validation: true,
38
39
  required: false,
39
40
  serialized_name: 'Rule',
40
41
  type: {
@@ -42,6 +43,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
42
43
  class_name: 'Rule',
43
44
  model_properties: {
44
45
  id: {
46
+ client_side_validation: true,
45
47
  required: false,
46
48
  read_only: true,
47
49
  serialized_name: 'id',
@@ -50,6 +52,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
50
52
  }
51
53
  },
52
54
  name: {
55
+ client_side_validation: true,
53
56
  required: false,
54
57
  read_only: true,
55
58
  serialized_name: 'name',
@@ -58,6 +61,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
58
61
  }
59
62
  },
60
63
  type: {
64
+ client_side_validation: true,
61
65
  required: false,
62
66
  read_only: true,
63
67
  serialized_name: 'type',
@@ -66,6 +70,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
66
70
  }
67
71
  },
68
72
  action: {
73
+ client_side_validation: true,
69
74
  required: false,
70
75
  serialized_name: 'properties.action',
71
76
  type: {
@@ -74,6 +79,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
74
79
  }
75
80
  },
76
81
  filter_type: {
82
+ client_side_validation: true,
77
83
  required: false,
78
84
  serialized_name: 'properties.filterType',
79
85
  type: {
@@ -82,6 +88,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
82
88
  }
83
89
  },
84
90
  sql_filter: {
91
+ client_side_validation: true,
85
92
  required: false,
86
93
  serialized_name: 'properties.sqlFilter',
87
94
  type: {
@@ -90,6 +97,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
90
97
  }
91
98
  },
92
99
  correlation_filter: {
100
+ client_side_validation: true,
93
101
  required: false,
94
102
  serialized_name: 'properties.correlationFilter',
95
103
  type: {
@@ -58,6 +58,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
58
58
  #
59
59
  def self.mapper()
60
60
  {
61
+ client_side_validation: true,
61
62
  required: false,
62
63
  serialized_name: 'RuleListResult',
63
64
  type: {
@@ -65,11 +66,13 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
65
66
  class_name: 'RuleListResult',
66
67
  model_properties: {
67
68
  value: {
69
+ client_side_validation: true,
68
70
  required: false,
69
71
  serialized_name: 'value',
70
72
  type: {
71
73
  name: 'Sequence',
72
74
  element: {
75
+ client_side_validation: true,
73
76
  required: false,
74
77
  serialized_name: 'RuleElementType',
75
78
  type: {
@@ -80,6 +83,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
80
83
  }
81
84
  },
82
85
  next_link: {
86
+ client_side_validation: true,
83
87
  required: false,
84
88
  serialized_name: 'nextLink',
85
89
  type: {
@@ -22,6 +22,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
22
22
  #
23
23
  def self.mapper()
24
24
  {
25
+ client_side_validation: true,
25
26
  required: false,
26
27
  serialized_name: 'SBAuthorizationRule',
27
28
  type: {
@@ -29,6 +30,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
29
30
  class_name: 'SBAuthorizationRule',
30
31
  model_properties: {
31
32
  id: {
33
+ client_side_validation: true,
32
34
  required: false,
33
35
  read_only: true,
34
36
  serialized_name: 'id',
@@ -37,6 +39,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
37
39
  }
38
40
  },
39
41
  name: {
42
+ client_side_validation: true,
40
43
  required: false,
41
44
  read_only: true,
42
45
  serialized_name: 'name',
@@ -45,6 +48,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
45
48
  }
46
49
  },
47
50
  type: {
51
+ client_side_validation: true,
48
52
  required: false,
49
53
  read_only: true,
50
54
  serialized_name: 'type',
@@ -53,11 +57,13 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
53
57
  }
54
58
  },
55
59
  rights: {
60
+ client_side_validation: true,
56
61
  required: false,
57
62
  serialized_name: 'properties.rights',
58
63
  type: {
59
64
  name: 'Sequence',
60
65
  element: {
66
+ client_side_validation: true,
61
67
  required: false,
62
68
  serialized_name: 'AccessRightsElementType',
63
69
  type: {
@@ -59,6 +59,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
59
59
  #
60
60
  def self.mapper()
61
61
  {
62
+ client_side_validation: true,
62
63
  required: false,
63
64
  serialized_name: 'SBAuthorizationRuleListResult',
64
65
  type: {
@@ -66,11 +67,13 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
66
67
  class_name: 'SBAuthorizationRuleListResult',
67
68
  model_properties: {
68
69
  value: {
70
+ client_side_validation: true,
69
71
  required: false,
70
72
  serialized_name: 'value',
71
73
  type: {
72
74
  name: 'Sequence',
73
75
  element: {
76
+ client_side_validation: true,
74
77
  required: false,
75
78
  serialized_name: 'SBAuthorizationRuleElementType',
76
79
  type: {
@@ -81,6 +84,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
81
84
  }
82
85
  },
83
86
  next_link: {
87
+ client_side_validation: true,
84
88
  required: false,
85
89
  serialized_name: 'nextLink',
86
90
  type: {
@@ -38,6 +38,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
38
38
  #
39
39
  def self.mapper()
40
40
  {
41
+ client_side_validation: true,
41
42
  required: false,
42
43
  serialized_name: 'SBNamespace',
43
44
  type: {
@@ -45,6 +46,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
45
46
  class_name: 'SBNamespace',
46
47
  model_properties: {
47
48
  id: {
49
+ client_side_validation: true,
48
50
  required: false,
49
51
  read_only: true,
50
52
  serialized_name: 'id',
@@ -53,6 +55,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
53
55
  }
54
56
  },
55
57
  name: {
58
+ client_side_validation: true,
56
59
  required: false,
57
60
  read_only: true,
58
61
  serialized_name: 'name',
@@ -61,6 +64,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
61
64
  }
62
65
  },
63
66
  type: {
67
+ client_side_validation: true,
64
68
  required: false,
65
69
  read_only: true,
66
70
  serialized_name: 'type',
@@ -69,6 +73,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
69
73
  }
70
74
  },
71
75
  location: {
76
+ client_side_validation: true,
72
77
  required: true,
73
78
  serialized_name: 'location',
74
79
  type: {
@@ -76,11 +81,13 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
76
81
  }
77
82
  },
78
83
  tags: {
84
+ client_side_validation: true,
79
85
  required: false,
80
86
  serialized_name: 'tags',
81
87
  type: {
82
88
  name: 'Dictionary',
83
89
  value: {
90
+ client_side_validation: true,
84
91
  required: false,
85
92
  serialized_name: 'StringElementType',
86
93
  type: {
@@ -90,6 +97,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
90
97
  }
91
98
  },
92
99
  sku: {
100
+ client_side_validation: true,
93
101
  required: false,
94
102
  serialized_name: 'sku',
95
103
  type: {
@@ -98,6 +106,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
98
106
  }
99
107
  },
100
108
  provisioning_state: {
109
+ client_side_validation: true,
101
110
  required: false,
102
111
  read_only: true,
103
112
  serialized_name: 'properties.provisioningState',
@@ -106,6 +115,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
106
115
  }
107
116
  },
108
117
  created_at: {
118
+ client_side_validation: true,
109
119
  required: false,
110
120
  read_only: true,
111
121
  serialized_name: 'properties.createdAt',
@@ -114,6 +124,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
114
124
  }
115
125
  },
116
126
  updated_at: {
127
+ client_side_validation: true,
117
128
  required: false,
118
129
  read_only: true,
119
130
  serialized_name: 'properties.updatedAt',
@@ -122,6 +133,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
122
133
  }
123
134
  },
124
135
  service_bus_endpoint: {
136
+ client_side_validation: true,
125
137
  required: false,
126
138
  read_only: true,
127
139
  serialized_name: 'properties.serviceBusEndpoint',
@@ -130,6 +142,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
130
142
  }
131
143
  },
132
144
  metric_id: {
145
+ client_side_validation: true,
133
146
  required: false,
134
147
  read_only: true,
135
148
  serialized_name: 'properties.metricId',
@@ -58,6 +58,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
58
58
  #
59
59
  def self.mapper()
60
60
  {
61
+ client_side_validation: true,
61
62
  required: false,
62
63
  serialized_name: 'SBNamespaceListResult',
63
64
  type: {
@@ -65,11 +66,13 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
65
66
  class_name: 'SBNamespaceListResult',
66
67
  model_properties: {
67
68
  value: {
69
+ client_side_validation: true,
68
70
  required: false,
69
71
  serialized_name: 'value',
70
72
  type: {
71
73
  name: 'Sequence',
72
74
  element: {
75
+ client_side_validation: true,
73
76
  required: false,
74
77
  serialized_name: 'SBNamespaceElementType',
75
78
  type: {
@@ -80,6 +83,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
80
83
  }
81
84
  },
82
85
  next_link: {
86
+ client_side_validation: true,
83
87
  required: false,
84
88
  serialized_name: 'nextLink',
85
89
  type: {
@@ -38,6 +38,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
38
38
  #
39
39
  def self.mapper()
40
40
  {
41
+ client_side_validation: true,
41
42
  required: false,
42
43
  serialized_name: 'SBNamespaceUpdateParameters',
43
44
  type: {
@@ -45,6 +46,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
45
46
  class_name: 'SBNamespaceUpdateParameters',
46
47
  model_properties: {
47
48
  id: {
49
+ client_side_validation: true,
48
50
  required: false,
49
51
  read_only: true,
50
52
  serialized_name: 'id',
@@ -53,6 +55,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
53
55
  }
54
56
  },
55
57
  name: {
58
+ client_side_validation: true,
56
59
  required: false,
57
60
  read_only: true,
58
61
  serialized_name: 'name',
@@ -61,6 +64,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
61
64
  }
62
65
  },
63
66
  type: {
67
+ client_side_validation: true,
64
68
  required: false,
65
69
  read_only: true,
66
70
  serialized_name: 'type',
@@ -69,6 +73,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
69
73
  }
70
74
  },
71
75
  location: {
76
+ client_side_validation: true,
72
77
  required: false,
73
78
  serialized_name: 'location',
74
79
  type: {
@@ -76,11 +81,13 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
76
81
  }
77
82
  },
78
83
  tags: {
84
+ client_side_validation: true,
79
85
  required: false,
80
86
  serialized_name: 'tags',
81
87
  type: {
82
88
  name: 'Dictionary',
83
89
  value: {
90
+ client_side_validation: true,
84
91
  required: false,
85
92
  serialized_name: 'StringElementType',
86
93
  type: {
@@ -90,6 +97,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
90
97
  }
91
98
  },
92
99
  sku: {
100
+ client_side_validation: true,
93
101
  required: false,
94
102
  serialized_name: 'sku',
95
103
  type: {
@@ -98,6 +106,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
98
106
  }
99
107
  },
100
108
  provisioning_state: {
109
+ client_side_validation: true,
101
110
  required: false,
102
111
  read_only: true,
103
112
  serialized_name: 'properties.provisioningState',
@@ -106,6 +115,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
106
115
  }
107
116
  },
108
117
  created_at: {
118
+ client_side_validation: true,
109
119
  required: false,
110
120
  read_only: true,
111
121
  serialized_name: 'properties.createdAt',
@@ -114,6 +124,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
114
124
  }
115
125
  },
116
126
  updated_at: {
127
+ client_side_validation: true,
117
128
  required: false,
118
129
  read_only: true,
119
130
  serialized_name: 'properties.updatedAt',
@@ -122,6 +133,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
122
133
  }
123
134
  },
124
135
  service_bus_endpoint: {
136
+ client_side_validation: true,
125
137
  required: false,
126
138
  read_only: true,
127
139
  serialized_name: 'properties.serviceBusEndpoint',
@@ -130,6 +142,7 @@ module Azure::ServiceBus::Mgmt::V2017_04_01
130
142
  }
131
143
  },
132
144
  metric_id: {
145
+ client_side_validation: true,
133
146
  required: false,
134
147
  read_only: true,
135
148
  serialized_name: 'properties.metricId',