azure_mgmt_notification_hubs 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 (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
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA1:
3
- metadata.gz: 4015379047ef2523e490de61445af4b7f5088f16
4
- data.tar.gz: d0b11e0e7efe13dfc366d3e5a8f8ad80c1e0bfe4
3
+ metadata.gz: 20731451dc8ac0322822a55d3261fde099b5de2c
4
+ data.tar.gz: 271b7a8b9ae545e64ff45a9c7f8680c1ac4b6847
5
5
  SHA512:
6
- metadata.gz: 849405cf38d36ff579feec75d82445aed28f77cdc39c6b43d13eafb8e34f237980944fb0fe28836352e7c8683eee21ce94b3094c2f68bb548348632711cd1751
7
- data.tar.gz: e493ac04bc32e9a49a7ee3a1f40bec31504c8e2305c0030d80e01a646b1beafc534cbfe7e60e85999001a6ada59e7d565265e544447b5750e8c62c192739317b
6
+ metadata.gz: d98f48f5b3d0b7f173faeb1c5a41f3497b93066dc96a0f073edcc48e884e7f4bb01ba894eb62166923804e1d8b7035a68964b87fbfb16fec947289905375f725
7
+ data.tar.gz: 364d94cbe1db925608520ebd818fbff756ed50582282382e20b04d9ec63119e7fc3b24c432f2a5aa3ab47c466008f153588a97586222c3fd4517221761ae129d
@@ -28,6 +28,7 @@ module Azure::NotificationHubs::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: 'AdmCredential',
33
34
  type: {
@@ -35,6 +36,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
35
36
  class_name: 'AdmCredential',
36
37
  model_properties: {
37
38
  client_id: {
39
+ client_side_validation: true,
38
40
  required: false,
39
41
  serialized_name: 'properties.clientId',
40
42
  type: {
@@ -42,6 +44,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
42
44
  }
43
45
  },
44
46
  client_secret: {
47
+ client_side_validation: true,
45
48
  required: false,
46
49
  serialized_name: 'properties.clientSecret',
47
50
  type: {
@@ -49,6 +52,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
49
52
  }
50
53
  },
51
54
  auth_token_url: {
55
+ client_side_validation: true,
52
56
  required: false,
53
57
  serialized_name: 'properties.authTokenUrl',
54
58
  type: {
@@ -46,6 +46,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
46
46
  #
47
47
  def self.mapper()
48
48
  {
49
+ client_side_validation: true,
49
50
  required: false,
50
51
  serialized_name: 'ApnsCredential',
51
52
  type: {
@@ -53,6 +54,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
53
54
  class_name: 'ApnsCredential',
54
55
  model_properties: {
55
56
  apns_certificate: {
57
+ client_side_validation: true,
56
58
  required: false,
57
59
  serialized_name: 'properties.apnsCertificate',
58
60
  type: {
@@ -60,6 +62,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
60
62
  }
61
63
  },
62
64
  certificate_key: {
65
+ client_side_validation: true,
63
66
  required: false,
64
67
  serialized_name: 'properties.certificateKey',
65
68
  type: {
@@ -67,6 +70,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
67
70
  }
68
71
  },
69
72
  endpoint: {
73
+ client_side_validation: true,
70
74
  required: false,
71
75
  serialized_name: 'properties.endpoint',
72
76
  type: {
@@ -74,6 +78,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
74
78
  }
75
79
  },
76
80
  thumbprint: {
81
+ client_side_validation: true,
77
82
  required: false,
78
83
  serialized_name: 'properties.thumbprint',
79
84
  type: {
@@ -81,6 +86,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
81
86
  }
82
87
  },
83
88
  key_id: {
89
+ client_side_validation: true,
84
90
  required: false,
85
91
  serialized_name: 'properties.keyId',
86
92
  type: {
@@ -88,6 +94,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
88
94
  }
89
95
  },
90
96
  app_name: {
97
+ client_side_validation: true,
91
98
  required: false,
92
99
  serialized_name: 'properties.appName',
93
100
  type: {
@@ -95,6 +102,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
95
102
  }
96
103
  },
97
104
  app_id: {
105
+ client_side_validation: true,
98
106
  required: false,
99
107
  serialized_name: 'properties.appId',
100
108
  type: {
@@ -102,6 +110,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
102
110
  }
103
111
  },
104
112
  token: {
113
+ client_side_validation: true,
105
114
  required: false,
106
115
  serialized_name: 'properties.token',
107
116
  type: {
@@ -28,6 +28,7 @@ module Azure::NotificationHubs::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: 'BaiduCredential',
33
34
  type: {
@@ -35,6 +36,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
35
36
  class_name: 'BaiduCredential',
36
37
  model_properties: {
37
38
  baidu_api_key: {
39
+ client_side_validation: true,
38
40
  required: false,
39
41
  serialized_name: 'properties.baiduApiKey',
40
42
  type: {
@@ -42,6 +44,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
42
44
  }
43
45
  },
44
46
  baidu_end_point: {
47
+ client_side_validation: true,
45
48
  required: false,
46
49
  serialized_name: 'properties.baiduEndPoint',
47
50
  type: {
@@ -49,6 +52,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
49
52
  }
50
53
  },
51
54
  baidu_secret_key: {
55
+ client_side_validation: true,
52
56
  required: false,
53
57
  serialized_name: 'properties.baiduSecretKey',
54
58
  type: {
@@ -42,6 +42,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
42
42
  #
43
43
  def self.mapper()
44
44
  {
45
+ client_side_validation: true,
45
46
  required: false,
46
47
  serialized_name: 'CheckAvailabilityParameters',
47
48
  type: {
@@ -49,6 +50,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
49
50
  class_name: 'CheckAvailabilityParameters',
50
51
  model_properties: {
51
52
  id: {
53
+ client_side_validation: true,
52
54
  required: false,
53
55
  read_only: true,
54
56
  serialized_name: 'id',
@@ -57,6 +59,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
57
59
  }
58
60
  },
59
61
  name: {
62
+ client_side_validation: true,
60
63
  required: true,
61
64
  serialized_name: 'name',
62
65
  type: {
@@ -64,6 +67,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
64
67
  }
65
68
  },
66
69
  type: {
70
+ client_side_validation: true,
67
71
  required: false,
68
72
  read_only: true,
69
73
  serialized_name: 'type',
@@ -72,6 +76,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
72
76
  }
73
77
  },
74
78
  location: {
79
+ client_side_validation: true,
75
80
  required: true,
76
81
  serialized_name: 'location',
77
82
  type: {
@@ -79,11 +84,13 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
79
84
  }
80
85
  },
81
86
  tags: {
87
+ client_side_validation: true,
82
88
  required: false,
83
89
  serialized_name: 'tags',
84
90
  type: {
85
91
  name: 'Dictionary',
86
92
  value: {
93
+ client_side_validation: true,
87
94
  required: false,
88
95
  serialized_name: 'StringElementType',
89
96
  type: {
@@ -93,6 +100,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
93
100
  }
94
101
  },
95
102
  sku: {
103
+ client_side_validation: true,
96
104
  required: false,
97
105
  serialized_name: 'sku',
98
106
  type: {
@@ -101,6 +109,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
101
109
  }
102
110
  },
103
111
  is_availiable: {
112
+ client_side_validation: true,
104
113
  required: false,
105
114
  serialized_name: 'isAvailiable',
106
115
  type: {
@@ -23,6 +23,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
23
23
  #
24
24
  def self.mapper()
25
25
  {
26
+ client_side_validation: true,
26
27
  required: false,
27
28
  serialized_name: 'CheckAvailabilityResult',
28
29
  type: {
@@ -30,6 +31,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
30
31
  class_name: 'CheckAvailabilityResult',
31
32
  model_properties: {
32
33
  id: {
34
+ client_side_validation: true,
33
35
  required: false,
34
36
  read_only: true,
35
37
  serialized_name: 'id',
@@ -38,6 +40,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
38
40
  }
39
41
  },
40
42
  name: {
43
+ client_side_validation: true,
41
44
  required: false,
42
45
  read_only: true,
43
46
  serialized_name: 'name',
@@ -46,6 +49,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
46
49
  }
47
50
  },
48
51
  type: {
52
+ client_side_validation: true,
49
53
  required: false,
50
54
  read_only: true,
51
55
  serialized_name: 'type',
@@ -54,6 +58,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
54
58
  }
55
59
  },
56
60
  location: {
61
+ client_side_validation: true,
57
62
  required: true,
58
63
  serialized_name: 'location',
59
64
  type: {
@@ -61,11 +66,13 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
61
66
  }
62
67
  },
63
68
  tags: {
69
+ client_side_validation: true,
64
70
  required: false,
65
71
  serialized_name: 'tags',
66
72
  type: {
67
73
  name: 'Dictionary',
68
74
  value: {
75
+ client_side_validation: true,
69
76
  required: false,
70
77
  serialized_name: 'StringElementType',
71
78
  type: {
@@ -75,6 +82,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
75
82
  }
76
83
  },
77
84
  sku: {
85
+ client_side_validation: true,
78
86
  required: false,
79
87
  serialized_name: 'sku',
80
88
  type: {
@@ -83,6 +91,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
83
91
  }
84
92
  },
85
93
  is_availiable: {
94
+ client_side_validation: true,
86
95
  required: false,
87
96
  serialized_name: 'isAvailiable',
88
97
  type: {
@@ -26,6 +26,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
26
26
  #
27
27
  def self.mapper()
28
28
  {
29
+ client_side_validation: true,
29
30
  required: false,
30
31
  serialized_name: 'CheckNameAvailabilityRequestParameters',
31
32
  type: {
@@ -33,6 +34,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
33
34
  class_name: 'CheckNameAvailabilityRequestParameters',
34
35
  model_properties: {
35
36
  name: {
37
+ client_side_validation: true,
36
38
  required: true,
37
39
  serialized_name: 'Name',
38
40
  type: {
@@ -40,6 +42,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
40
42
  }
41
43
  },
42
44
  type: {
45
+ client_side_validation: true,
43
46
  required: false,
44
47
  read_only: true,
45
48
  serialized_name: 'Type',
@@ -31,6 +31,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
31
31
  #
32
32
  def self.mapper()
33
33
  {
34
+ client_side_validation: true,
34
35
  required: false,
35
36
  serialized_name: 'CheckNameAvailabilityResponse',
36
37
  type: {
@@ -38,6 +39,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
38
39
  class_name: 'CheckNameAvailabilityResponse',
39
40
  model_properties: {
40
41
  name_available: {
42
+ client_side_validation: true,
41
43
  required: false,
42
44
  serialized_name: 'NameAvailable',
43
45
  type: {
@@ -45,6 +47,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
45
47
  }
46
48
  },
47
49
  reason: {
50
+ client_side_validation: true,
48
51
  required: false,
49
52
  serialized_name: 'Reason',
50
53
  type: {
@@ -52,6 +55,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
52
55
  }
53
56
  },
54
57
  message: {
58
+ client_side_validation: true,
55
59
  required: false,
56
60
  serialized_name: 'Message',
57
61
  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: 'GcmCredential',
30
31
  type: {
@@ -32,6 +33,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
32
33
  class_name: 'GcmCredential',
33
34
  model_properties: {
34
35
  gcm_endpoint: {
36
+ client_side_validation: true,
35
37
  required: false,
36
38
  serialized_name: 'properties.gcmEndpoint',
37
39
  type: {
@@ -39,6 +41,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
39
41
  }
40
42
  },
41
43
  google_api_key: {
44
+ client_side_validation: true,
42
45
  required: false,
43
46
  serialized_name: 'properties.googleApiKey',
44
47
  type: {
@@ -28,6 +28,7 @@ module Azure::NotificationHubs::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: 'MpnsCredential',
33
34
  type: {
@@ -35,6 +36,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
35
36
  class_name: 'MpnsCredential',
36
37
  model_properties: {
37
38
  mpns_certificate: {
39
+ client_side_validation: true,
38
40
  required: false,
39
41
  serialized_name: 'properties.mpnsCertificate',
40
42
  type: {
@@ -42,6 +44,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
42
44
  }
43
45
  },
44
46
  certificate_key: {
47
+ client_side_validation: true,
45
48
  required: false,
46
49
  serialized_name: 'properties.certificateKey',
47
50
  type: {
@@ -49,6 +52,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
49
52
  }
50
53
  },
51
54
  thumbprint: {
55
+ client_side_validation: true,
52
56
  required: false,
53
57
  serialized_name: 'properties.thumbprint',
54
58
  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: 'NamespaceCreateOrUpdateParameters',
65
66
  type: {
@@ -67,6 +68,7 @@ module Azure::NotificationHubs::Mgmt::V2017_04_01
67
68
  class_name: 'NamespaceCreateOrUpdateParameters',
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_create_or_update_parameters_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: {