azure_mgmt_notification_hubs 0.15.1 → 0.15.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (35) hide show
  1. checksums.yaml +4 -4
  2. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/adm_credential.rb +4 -0
  3. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/apns_credential.rb +9 -0
  4. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/baidu_credential.rb +4 -0
  5. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/check_availability_parameters.rb +9 -0
  6. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/check_availability_result.rb +9 -0
  7. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/check_name_availability_request_parameters.rb +3 -0
  8. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/check_name_availability_response.rb +4 -0
  9. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/gcm_credential.rb +3 -0
  10. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/mpns_credential.rb +4 -0
  11. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/namespace_create_or_update_parameters.rb +19 -0
  12. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/namespace_list_result.rb +4 -0
  13. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/namespace_patch_parameters.rb +4 -0
  14. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/namespace_resource.rb +19 -0
  15. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/notification_hub_create_or_update_parameters.rb +18 -0
  16. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/notification_hub_list_result.rb +4 -0
  17. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/notification_hub_resource.rb +18 -0
  18. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/pns_credentials_resource.rb +14 -0
  19. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/policykey_resource.rb +2 -0
  20. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/resource.rb +8 -0
  21. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/resource_list_keys.rb +6 -0
  22. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/shared_access_authorization_rule_create_or_update_parameters.rb +9 -0
  23. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/shared_access_authorization_rule_list_result.rb +4 -0
  24. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/shared_access_authorization_rule_properties.rb +3 -0
  25. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/shared_access_authorization_rule_resource.rb +10 -0
  26. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/sku.rb +6 -0
  27. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/sub_resource.rb +2 -0
  28. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/models/wns_credential.rb +4 -0
  29. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/notification_hubs_management_client.rb +1 -3
  30. data/lib/profiles/latest/notificationhubs_latest_profile_client.rb +1 -3
  31. data/lib/version.rb +1 -1
  32. metadata +10 -8
  33. data/lib/2017-04-01/generated/azure_mgmt_notification_hubs/version.rb +0 -8
  34. data/lib/profiles/common/configurable.rb +0 -86
  35. data/lib/profiles/common/default.rb +0 -57
@@ -59,6 +59,7 @@ module Azure::NotificationHubs::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: 'NamespaceListResult',
64
65
  type: {
@@ -66,11 +67,13 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
66
67
  class_name: 'NamespaceListResult',
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: 'NamespaceResourceElementType',
76
79
  type: {
@@ -81,6 +84,7 @@ module Azure::NotificationHubs::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: {
@@ -25,6 +25,7 @@ module Azure::NotificationHubs::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: 'NamespacePatchParameters',
30
31
  type: {
@@ -32,11 +33,13 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
32
33
  class_name: 'NamespacePatchParameters',
33
34
  model_properties: {
34
35
  tags: {
36
+ client_side_validation: true,
35
37
  required: false,
36
38
  serialized_name: 'tags',
37
39
  type: {
38
40
  name: 'Dictionary',
39
41
  value: {
42
+ client_side_validation: true,
40
43
  required: false,
41
44
  serialized_name: 'StringElementType',
42
45
  type: {
@@ -46,6 +49,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
46
49
  }
47
50
  },
48
51
  sku: {
52
+ client_side_validation: true,
49
53
  required: false,
50
54
  serialized_name: 'sku',
51
55
  type: {
@@ -60,6 +60,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
60
60
  #
61
61
  def self.mapper()
62
62
  {
63
+ client_side_validation: true,
63
64
  required: false,
64
65
  serialized_name: 'NamespaceResource',
65
66
  type: {
@@ -67,6 +68,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
67
68
  class_name: 'NamespaceResource',
68
69
  model_properties: {
69
70
  id: {
71
+ client_side_validation: true,
70
72
  required: false,
71
73
  read_only: true,
72
74
  serialized_name: 'id',
@@ -75,6 +77,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
75
77
  }
76
78
  },
77
79
  name: {
80
+ client_side_validation: true,
78
81
  required: false,
79
82
  read_only: true,
80
83
  serialized_name: 'name',
@@ -83,6 +86,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
83
86
  }
84
87
  },
85
88
  type: {
89
+ client_side_validation: true,
86
90
  required: false,
87
91
  read_only: true,
88
92
  serialized_name: 'type',
@@ -91,6 +95,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
91
95
  }
92
96
  },
93
97
  location: {
98
+ client_side_validation: true,
94
99
  required: true,
95
100
  serialized_name: 'location',
96
101
  type: {
@@ -98,11 +103,13 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
98
103
  }
99
104
  },
100
105
  tags: {
106
+ client_side_validation: true,
101
107
  required: false,
102
108
  serialized_name: 'tags',
103
109
  type: {
104
110
  name: 'Dictionary',
105
111
  value: {
112
+ client_side_validation: true,
106
113
  required: false,
107
114
  serialized_name: 'StringElementType',
108
115
  type: {
@@ -112,6 +119,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
112
119
  }
113
120
  },
114
121
  sku: {
122
+ client_side_validation: true,
115
123
  required: false,
116
124
  serialized_name: 'sku',
117
125
  type: {
@@ -120,6 +128,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
120
128
  }
121
129
  },
122
130
  namespace_resource_name: {
131
+ client_side_validation: true,
123
132
  required: false,
124
133
  serialized_name: 'properties.name',
125
134
  type: {
@@ -127,6 +136,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
127
136
  }
128
137
  },
129
138
  provisioning_state: {
139
+ client_side_validation: true,
130
140
  required: false,
131
141
  serialized_name: 'properties.provisioningState',
132
142
  type: {
@@ -134,6 +144,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
134
144
  }
135
145
  },
136
146
  region: {
147
+ client_side_validation: true,
137
148
  required: false,
138
149
  serialized_name: 'properties.region',
139
150
  type: {
@@ -141,6 +152,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
141
152
  }
142
153
  },
143
154
  status: {
155
+ client_side_validation: true,
144
156
  required: false,
145
157
  serialized_name: 'properties.status',
146
158
  type: {
@@ -148,6 +160,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
148
160
  }
149
161
  },
150
162
  created_at: {
163
+ client_side_validation: true,
151
164
  required: false,
152
165
  serialized_name: 'properties.createdAt',
153
166
  type: {
@@ -155,6 +168,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
155
168
  }
156
169
  },
157
170
  service_bus_endpoint: {
171
+ client_side_validation: true,
158
172
  required: false,
159
173
  serialized_name: 'properties.serviceBusEndpoint',
160
174
  type: {
@@ -162,6 +176,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
162
176
  }
163
177
  },
164
178
  subscription_id: {
179
+ client_side_validation: true,
165
180
  required: false,
166
181
  serialized_name: 'properties.subscriptionId',
167
182
  type: {
@@ -169,6 +184,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
169
184
  }
170
185
  },
171
186
  scale_unit: {
187
+ client_side_validation: true,
172
188
  required: false,
173
189
  serialized_name: 'properties.scaleUnit',
174
190
  type: {
@@ -176,6 +192,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
176
192
  }
177
193
  },
178
194
  enabled: {
195
+ client_side_validation: true,
179
196
  required: false,
180
197
  serialized_name: 'properties.enabled',
181
198
  type: {
@@ -183,6 +200,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
183
200
  }
184
201
  },
185
202
  critical: {
203
+ client_side_validation: true,
186
204
  required: false,
187
205
  serialized_name: 'properties.critical',
188
206
  type: {
@@ -190,6 +208,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
190
208
  }
191
209
  },
192
210
  namespace_type: {
211
+ client_side_validation: true,
193
212
  required: false,
194
213
  serialized_name: 'properties.namespaceType',
195
214
  type: {
@@ -53,6 +53,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
53
53
  #
54
54
  def self.mapper()
55
55
  {
56
+ client_side_validation: true,
56
57
  required: false,
57
58
  serialized_name: 'NotificationHubCreateOrUpdateParameters',
58
59
  type: {
@@ -60,6 +61,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
60
61
  class_name: 'NotificationHubCreateOrUpdateParameters',
61
62
  model_properties: {
62
63
  id: {
64
+ client_side_validation: true,
63
65
  required: false,
64
66
  read_only: true,
65
67
  serialized_name: 'id',
@@ -68,6 +70,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
68
70
  }
69
71
  },
70
72
  name: {
73
+ client_side_validation: true,
71
74
  required: false,
72
75
  read_only: true,
73
76
  serialized_name: 'name',
@@ -76,6 +79,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
76
79
  }
77
80
  },
78
81
  type: {
82
+ client_side_validation: true,
79
83
  required: false,
80
84
  read_only: true,
81
85
  serialized_name: 'type',
@@ -84,6 +88,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
84
88
  }
85
89
  },
86
90
  location: {
91
+ client_side_validation: true,
87
92
  required: true,
88
93
  serialized_name: 'location',
89
94
  type: {
@@ -91,11 +96,13 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
91
96
  }
92
97
  },
93
98
  tags: {
99
+ client_side_validation: true,
94
100
  required: false,
95
101
  serialized_name: 'tags',
96
102
  type: {
97
103
  name: 'Dictionary',
98
104
  value: {
105
+ client_side_validation: true,
99
106
  required: false,
100
107
  serialized_name: 'StringElementType',
101
108
  type: {
@@ -105,6 +112,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
105
112
  }
106
113
  },
107
114
  sku: {
115
+ client_side_validation: true,
108
116
  required: false,
109
117
  serialized_name: 'sku',
110
118
  type: {
@@ -113,6 +121,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
113
121
  }
114
122
  },
115
123
  notification_hub_create_or_update_parameters_name: {
124
+ client_side_validation: true,
116
125
  required: false,
117
126
  serialized_name: 'properties.name',
118
127
  type: {
@@ -120,6 +129,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
120
129
  }
121
130
  },
122
131
  registration_ttl: {
132
+ client_side_validation: true,
123
133
  required: false,
124
134
  serialized_name: 'properties.registrationTtl',
125
135
  type: {
@@ -127,11 +137,13 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
127
137
  }
128
138
  },
129
139
  authorization_rules: {
140
+ client_side_validation: true,
130
141
  required: false,
131
142
  serialized_name: 'properties.authorizationRules',
132
143
  type: {
133
144
  name: 'Sequence',
134
145
  element: {
146
+ client_side_validation: true,
135
147
  required: false,
136
148
  serialized_name: 'SharedAccessAuthorizationRulePropertiesElementType',
137
149
  type: {
@@ -142,6 +154,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
142
154
  }
143
155
  },
144
156
  apns_credential: {
157
+ client_side_validation: true,
145
158
  required: false,
146
159
  serialized_name: 'properties.apnsCredential',
147
160
  type: {
@@ -150,6 +163,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
150
163
  }
151
164
  },
152
165
  wns_credential: {
166
+ client_side_validation: true,
153
167
  required: false,
154
168
  serialized_name: 'properties.wnsCredential',
155
169
  type: {
@@ -158,6 +172,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
158
172
  }
159
173
  },
160
174
  gcm_credential: {
175
+ client_side_validation: true,
161
176
  required: false,
162
177
  serialized_name: 'properties.gcmCredential',
163
178
  type: {
@@ -166,6 +181,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
166
181
  }
167
182
  },
168
183
  mpns_credential: {
184
+ client_side_validation: true,
169
185
  required: false,
170
186
  serialized_name: 'properties.mpnsCredential',
171
187
  type: {
@@ -174,6 +190,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
174
190
  }
175
191
  },
176
192
  adm_credential: {
193
+ client_side_validation: true,
177
194
  required: false,
178
195
  serialized_name: 'properties.admCredential',
179
196
  type: {
@@ -182,6 +199,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
182
199
  }
183
200
  },
184
201
  baidu_credential: {
202
+ client_side_validation: true,
185
203
  required: false,
186
204
  serialized_name: 'properties.baiduCredential',
187
205
  type: {
@@ -59,6 +59,7 @@ module Azure::NotificationHubs::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: 'NotificationHubListResult',
64
65
  type: {
@@ -66,11 +67,13 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
66
67
  class_name: 'NotificationHubListResult',
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: 'NotificationHubResourceElementType',
76
79
  type: {
@@ -81,6 +84,7 @@ module Azure::NotificationHubs::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: {
@@ -53,6 +53,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
53
53
  #
54
54
  def self.mapper()
55
55
  {
56
+ client_side_validation: true,
56
57
  required: false,
57
58
  serialized_name: 'NotificationHubResource',
58
59
  type: {
@@ -60,6 +61,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
60
61
  class_name: 'NotificationHubResource',
61
62
  model_properties: {
62
63
  id: {
64
+ client_side_validation: true,
63
65
  required: false,
64
66
  read_only: true,
65
67
  serialized_name: 'id',
@@ -68,6 +70,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
68
70
  }
69
71
  },
70
72
  name: {
73
+ client_side_validation: true,
71
74
  required: false,
72
75
  read_only: true,
73
76
  serialized_name: 'name',
@@ -76,6 +79,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
76
79
  }
77
80
  },
78
81
  type: {
82
+ client_side_validation: true,
79
83
  required: false,
80
84
  read_only: true,
81
85
  serialized_name: 'type',
@@ -84,6 +88,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
84
88
  }
85
89
  },
86
90
  location: {
91
+ client_side_validation: true,
87
92
  required: true,
88
93
  serialized_name: 'location',
89
94
  type: {
@@ -91,11 +96,13 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
91
96
  }
92
97
  },
93
98
  tags: {
99
+ client_side_validation: true,
94
100
  required: false,
95
101
  serialized_name: 'tags',
96
102
  type: {
97
103
  name: 'Dictionary',
98
104
  value: {
105
+ client_side_validation: true,
99
106
  required: false,
100
107
  serialized_name: 'StringElementType',
101
108
  type: {
@@ -105,6 +112,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
105
112
  }
106
113
  },
107
114
  sku: {
115
+ client_side_validation: true,
108
116
  required: false,
109
117
  serialized_name: 'sku',
110
118
  type: {
@@ -113,6 +121,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
113
121
  }
114
122
  },
115
123
  notification_hub_resource_name: {
124
+ client_side_validation: true,
116
125
  required: false,
117
126
  serialized_name: 'properties.name',
118
127
  type: {
@@ -120,6 +129,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
120
129
  }
121
130
  },
122
131
  registration_ttl: {
132
+ client_side_validation: true,
123
133
  required: false,
124
134
  serialized_name: 'properties.registrationTtl',
125
135
  type: {
@@ -127,11 +137,13 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
127
137
  }
128
138
  },
129
139
  authorization_rules: {
140
+ client_side_validation: true,
130
141
  required: false,
131
142
  serialized_name: 'properties.authorizationRules',
132
143
  type: {
133
144
  name: 'Sequence',
134
145
  element: {
146
+ client_side_validation: true,
135
147
  required: false,
136
148
  serialized_name: 'SharedAccessAuthorizationRulePropertiesElementType',
137
149
  type: {
@@ -142,6 +154,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
142
154
  }
143
155
  },
144
156
  apns_credential: {
157
+ client_side_validation: true,
145
158
  required: false,
146
159
  serialized_name: 'properties.apnsCredential',
147
160
  type: {
@@ -150,6 +163,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
150
163
  }
151
164
  },
152
165
  wns_credential: {
166
+ client_side_validation: true,
153
167
  required: false,
154
168
  serialized_name: 'properties.wnsCredential',
155
169
  type: {
@@ -158,6 +172,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
158
172
  }
159
173
  },
160
174
  gcm_credential: {
175
+ client_side_validation: true,
161
176
  required: false,
162
177
  serialized_name: 'properties.gcmCredential',
163
178
  type: {
@@ -166,6 +181,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
166
181
  }
167
182
  },
168
183
  mpns_credential: {
184
+ client_side_validation: true,
169
185
  required: false,
170
186
  serialized_name: 'properties.mpnsCredential',
171
187
  type: {
@@ -174,6 +190,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
174
190
  }
175
191
  },
176
192
  adm_credential: {
193
+ client_side_validation: true,
177
194
  required: false,
178
195
  serialized_name: 'properties.admCredential',
179
196
  type: {
@@ -182,6 +199,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
182
199
  }
183
200
  },
184
201
  baidu_credential: {
202
+ client_side_validation: true,
185
203
  required: false,
186
204
  serialized_name: 'properties.baiduCredential',
187
205
  type: {