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
@@ -43,6 +43,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
43
43
  #
44
44
  def self.mapper()
45
45
  {
46
+ client_side_validation: true,
46
47
  required: false,
47
48
  serialized_name: 'PnsCredentialsResource',
48
49
  type: {
@@ -50,6 +51,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
50
51
  class_name: 'PnsCredentialsResource',
51
52
  model_properties: {
52
53
  id: {
54
+ client_side_validation: true,
53
55
  required: false,
54
56
  read_only: true,
55
57
  serialized_name: 'id',
@@ -58,6 +60,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
58
60
  }
59
61
  },
60
62
  name: {
63
+ client_side_validation: true,
61
64
  required: false,
62
65
  read_only: true,
63
66
  serialized_name: 'name',
@@ -66,6 +69,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
66
69
  }
67
70
  },
68
71
  type: {
72
+ client_side_validation: true,
69
73
  required: false,
70
74
  read_only: true,
71
75
  serialized_name: 'type',
@@ -74,6 +78,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
74
78
  }
75
79
  },
76
80
  location: {
81
+ client_side_validation: true,
77
82
  required: true,
78
83
  serialized_name: 'location',
79
84
  type: {
@@ -81,11 +86,13 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
81
86
  }
82
87
  },
83
88
  tags: {
89
+ client_side_validation: true,
84
90
  required: false,
85
91
  serialized_name: 'tags',
86
92
  type: {
87
93
  name: 'Dictionary',
88
94
  value: {
95
+ client_side_validation: true,
89
96
  required: false,
90
97
  serialized_name: 'StringElementType',
91
98
  type: {
@@ -95,6 +102,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
95
102
  }
96
103
  },
97
104
  sku: {
105
+ client_side_validation: true,
98
106
  required: false,
99
107
  serialized_name: 'sku',
100
108
  type: {
@@ -103,6 +111,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
103
111
  }
104
112
  },
105
113
  apns_credential: {
114
+ client_side_validation: true,
106
115
  required: false,
107
116
  serialized_name: 'properties.apnsCredential',
108
117
  type: {
@@ -111,6 +120,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
111
120
  }
112
121
  },
113
122
  wns_credential: {
123
+ client_side_validation: true,
114
124
  required: false,
115
125
  serialized_name: 'properties.wnsCredential',
116
126
  type: {
@@ -119,6 +129,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
119
129
  }
120
130
  },
121
131
  gcm_credential: {
132
+ client_side_validation: true,
122
133
  required: false,
123
134
  serialized_name: 'properties.gcmCredential',
124
135
  type: {
@@ -127,6 +138,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
127
138
  }
128
139
  },
129
140
  mpns_credential: {
141
+ client_side_validation: true,
130
142
  required: false,
131
143
  serialized_name: 'properties.mpnsCredential',
132
144
  type: {
@@ -135,6 +147,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
135
147
  }
136
148
  },
137
149
  adm_credential: {
150
+ client_side_validation: true,
138
151
  required: false,
139
152
  serialized_name: 'properties.admCredential',
140
153
  type: {
@@ -143,6 +156,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
143
156
  }
144
157
  },
145
158
  baidu_credential: {
159
+ client_side_validation: true,
146
160
  required: false,
147
161
  serialized_name: 'properties.baiduCredential',
148
162
  type: {
@@ -24,6 +24,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
24
24
  #
25
25
  def self.mapper()
26
26
  {
27
+ client_side_validation: true,
27
28
  required: false,
28
29
  serialized_name: 'PolicykeyResource',
29
30
  type: {
@@ -31,6 +32,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
31
32
  class_name: 'PolicykeyResource',
32
33
  model_properties: {
33
34
  policy_key: {
35
+ client_side_validation: true,
34
36
  required: false,
35
37
  serialized_name: 'policyKey',
36
38
  type: {
@@ -38,6 +38,7 @@ module Azure::NotificationHubs::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: 'Resource',
43
44
  type: {
@@ -45,6 +46,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
45
46
  class_name: 'Resource',
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::NotificationHubs::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::NotificationHubs::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::NotificationHubs::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::NotificationHubs::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::NotificationHubs::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: {
@@ -35,6 +35,7 @@ module Azure::NotificationHubs::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: 'ResourceListKeys',
40
41
  type: {
@@ -42,6 +43,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
42
43
  class_name: 'ResourceListKeys',
43
44
  model_properties: {
44
45
  primary_connection_string: {
46
+ client_side_validation: true,
45
47
  required: false,
46
48
  serialized_name: 'primaryConnectionString',
47
49
  type: {
@@ -49,6 +51,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
49
51
  }
50
52
  },
51
53
  secondary_connection_string: {
54
+ client_side_validation: true,
52
55
  required: false,
53
56
  serialized_name: 'secondaryConnectionString',
54
57
  type: {
@@ -56,6 +59,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
56
59
  }
57
60
  },
58
61
  primary_key: {
62
+ client_side_validation: true,
59
63
  required: false,
60
64
  serialized_name: 'primaryKey',
61
65
  type: {
@@ -63,6 +67,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
63
67
  }
64
68
  },
65
69
  secondary_key: {
70
+ client_side_validation: true,
66
71
  required: false,
67
72
  serialized_name: 'secondaryKey',
68
73
  type: {
@@ -70,6 +75,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
70
75
  }
71
76
  },
72
77
  key_name: {
78
+ client_side_validation: true,
73
79
  required: false,
74
80
  serialized_name: 'keyName',
75
81
  type: {
@@ -24,6 +24,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
24
24
  #
25
25
  def self.mapper()
26
26
  {
27
+ client_side_validation: true,
27
28
  required: false,
28
29
  serialized_name: 'SharedAccessAuthorizationRuleCreateOrUpdateParameters',
29
30
  type: {
@@ -31,6 +32,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
31
32
  class_name: 'SharedAccessAuthorizationRuleCreateOrUpdateParameters',
32
33
  model_properties: {
33
34
  id: {
35
+ client_side_validation: true,
34
36
  required: false,
35
37
  read_only: true,
36
38
  serialized_name: 'id',
@@ -39,6 +41,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
39
41
  }
40
42
  },
41
43
  name: {
44
+ client_side_validation: true,
42
45
  required: false,
43
46
  read_only: true,
44
47
  serialized_name: 'name',
@@ -47,6 +50,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
47
50
  }
48
51
  },
49
52
  type: {
53
+ client_side_validation: true,
50
54
  required: false,
51
55
  read_only: true,
52
56
  serialized_name: 'type',
@@ -55,6 +59,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
55
59
  }
56
60
  },
57
61
  location: {
62
+ client_side_validation: true,
58
63
  required: true,
59
64
  serialized_name: 'location',
60
65
  type: {
@@ -62,11 +67,13 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
62
67
  }
63
68
  },
64
69
  tags: {
70
+ client_side_validation: true,
65
71
  required: false,
66
72
  serialized_name: 'tags',
67
73
  type: {
68
74
  name: 'Dictionary',
69
75
  value: {
76
+ client_side_validation: true,
70
77
  required: false,
71
78
  serialized_name: 'StringElementType',
72
79
  type: {
@@ -76,6 +83,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
76
83
  }
77
84
  },
78
85
  sku: {
86
+ client_side_validation: true,
79
87
  required: false,
80
88
  serialized_name: 'sku',
81
89
  type: {
@@ -84,6 +92,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
84
92
  }
85
93
  },
86
94
  properties: {
95
+ client_side_validation: true,
87
96
  required: true,
88
97
  serialized_name: 'properties',
89
98
  type: {
@@ -61,6 +61,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
61
61
  #
62
62
  def self.mapper()
63
63
  {
64
+ client_side_validation: true,
64
65
  required: false,
65
66
  serialized_name: 'SharedAccessAuthorizationRuleListResult',
66
67
  type: {
@@ -68,11 +69,13 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
68
69
  class_name: 'SharedAccessAuthorizationRuleListResult',
69
70
  model_properties: {
70
71
  value: {
72
+ client_side_validation: true,
71
73
  required: false,
72
74
  serialized_name: 'value',
73
75
  type: {
74
76
  name: 'Sequence',
75
77
  element: {
78
+ client_side_validation: true,
76
79
  required: false,
77
80
  serialized_name: 'SharedAccessAuthorizationRuleResourceElementType',
78
81
  type: {
@@ -83,6 +86,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
83
86
  }
84
87
  },
85
88
  next_link: {
89
+ client_side_validation: true,
86
90
  required: false,
87
91
  serialized_name: 'nextLink',
88
92
  type: {
@@ -22,6 +22,7 @@ module Azure::NotificationHubs::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: 'SharedAccessAuthorizationRuleProperties',
27
28
  type: {
@@ -29,11 +30,13 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
29
30
  class_name: 'SharedAccessAuthorizationRuleProperties',
30
31
  model_properties: {
31
32
  rights: {
33
+ client_side_validation: true,
32
34
  required: false,
33
35
  serialized_name: 'rights',
34
36
  type: {
35
37
  name: 'Sequence',
36
38
  element: {
39
+ client_side_validation: true,
37
40
  required: false,
38
41
  serialized_name: 'AccessRightsElementType',
39
42
  type: {
@@ -22,6 +22,7 @@ module Azure::NotificationHubs::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: 'SharedAccessAuthorizationRuleResource',
27
28
  type: {
@@ -29,6 +30,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
29
30
  class_name: 'SharedAccessAuthorizationRuleResource',
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::NotificationHubs::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::NotificationHubs::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,6 +57,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
53
57
  }
54
58
  },
55
59
  location: {
60
+ client_side_validation: true,
56
61
  required: true,
57
62
  serialized_name: 'location',
58
63
  type: {
@@ -60,11 +65,13 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
60
65
  }
61
66
  },
62
67
  tags: {
68
+ client_side_validation: true,
63
69
  required: false,
64
70
  serialized_name: 'tags',
65
71
  type: {
66
72
  name: 'Dictionary',
67
73
  value: {
74
+ client_side_validation: true,
68
75
  required: false,
69
76
  serialized_name: 'StringElementType',
70
77
  type: {
@@ -74,6 +81,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
74
81
  }
75
82
  },
76
83
  sku: {
84
+ client_side_validation: true,
77
85
  required: false,
78
86
  serialized_name: 'sku',
79
87
  type: {
@@ -82,11 +90,13 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
82
90
  }
83
91
  },
84
92
  rights: {
93
+ client_side_validation: true,
85
94
  required: false,
86
95
  serialized_name: 'properties.rights',
87
96
  type: {
88
97
  name: 'Sequence',
89
98
  element: {
99
+ client_side_validation: true,
90
100
  required: false,
91
101
  serialized_name: 'AccessRightsElementType',
92
102
  type: {
@@ -35,6 +35,7 @@ module Azure::NotificationHubs::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: 'Sku',
40
41
  type: {
@@ -42,6 +43,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
42
43
  class_name: 'Sku',
43
44
  model_properties: {
44
45
  name: {
46
+ client_side_validation: true,
45
47
  required: true,
46
48
  serialized_name: 'name',
47
49
  type: {
@@ -49,6 +51,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
49
51
  }
50
52
  },
51
53
  tier: {
54
+ client_side_validation: true,
52
55
  required: false,
53
56
  serialized_name: 'tier',
54
57
  type: {
@@ -56,6 +59,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
56
59
  }
57
60
  },
58
61
  size: {
62
+ client_side_validation: true,
59
63
  required: false,
60
64
  serialized_name: 'size',
61
65
  type: {
@@ -63,6 +67,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
63
67
  }
64
68
  },
65
69
  family: {
70
+ client_side_validation: true,
66
71
  required: false,
67
72
  serialized_name: 'family',
68
73
  type: {
@@ -70,6 +75,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
70
75
  }
71
76
  },
72
77
  capacity: {
78
+ client_side_validation: true,
73
79
  required: false,
74
80
  serialized_name: 'capacity',
75
81
  type: {