azure_mgmt_postgresql 0.17.0 → 0.17.1

Sign up to get free protection for your applications and to get access to all the features.
Files changed (47) hide show
  1. checksums.yaml +5 -5
  2. data/lib/2017-12-01-preview/generated/azure_mgmt_postgresql.rb +18 -10
  3. data/lib/2017-12-01-preview/generated/azure_mgmt_postgresql/check_name_availability.rb +4 -2
  4. data/lib/2017-12-01-preview/generated/azure_mgmt_postgresql/configurations.rb +8 -2
  5. data/lib/2017-12-01-preview/generated/azure_mgmt_postgresql/databases.rb +10 -2
  6. data/lib/2017-12-01-preview/generated/azure_mgmt_postgresql/firewall_rules.rb +10 -2
  7. data/lib/2017-12-01-preview/generated/azure_mgmt_postgresql/location_based_performance_tier.rb +4 -2
  8. data/lib/2017-12-01-preview/generated/azure_mgmt_postgresql/log_files.rb +4 -2
  9. data/lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/server.rb +1 -1
  10. data/lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/server_properties_for_create.rb +1 -1
  11. data/lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/server_security_alert_policy.rb +166 -0
  12. data/lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/server_security_alert_policy_state.rb +16 -0
  13. data/lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/server_update_parameters.rb +12 -1
  14. data/lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/server_version.rb +4 -0
  15. data/lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/storage_autogrow.rb +16 -0
  16. data/lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/storage_profile.rb +12 -0
  17. data/lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/virtual_network_rule.rb +99 -0
  18. data/lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/virtual_network_rule_list_result.rb +100 -0
  19. data/lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/virtual_network_rule_state.rb +19 -0
  20. data/lib/2017-12-01-preview/generated/azure_mgmt_postgresql/operations.rb +4 -2
  21. data/lib/2017-12-01-preview/generated/azure_mgmt_postgresql/postgre_sqlmanagement_client.rb +9 -1
  22. data/lib/2017-12-01-preview/generated/azure_mgmt_postgresql/replicas.rb +4 -2
  23. data/lib/2017-12-01-preview/generated/azure_mgmt_postgresql/server_security_alert_policies.rb +294 -0
  24. data/lib/2017-12-01-preview/generated/azure_mgmt_postgresql/servers.rb +145 -2
  25. data/lib/2017-12-01-preview/generated/azure_mgmt_postgresql/virtual_network_rules.rb +676 -0
  26. data/lib/2017-12-01/generated/azure_mgmt_postgresql.rb +1 -0
  27. data/lib/2017-12-01/generated/azure_mgmt_postgresql/check_name_availability.rb +2 -0
  28. data/lib/2017-12-01/generated/azure_mgmt_postgresql/configurations.rb +6 -0
  29. data/lib/2017-12-01/generated/azure_mgmt_postgresql/databases.rb +8 -0
  30. data/lib/2017-12-01/generated/azure_mgmt_postgresql/firewall_rules.rb +8 -0
  31. data/lib/2017-12-01/generated/azure_mgmt_postgresql/location_based_performance_tier.rb +2 -0
  32. data/lib/2017-12-01/generated/azure_mgmt_postgresql/log_files.rb +2 -0
  33. data/lib/2017-12-01/generated/azure_mgmt_postgresql/models/server.rb +1 -1
  34. data/lib/2017-12-01/generated/azure_mgmt_postgresql/models/server_properties_for_create.rb +1 -1
  35. data/lib/2017-12-01/generated/azure_mgmt_postgresql/models/server_update_parameters.rb +1 -1
  36. data/lib/2017-12-01/generated/azure_mgmt_postgresql/models/server_version.rb +1 -0
  37. data/lib/2017-12-01/generated/azure_mgmt_postgresql/models/storage_autogrow.rb +16 -0
  38. data/lib/2017-12-01/generated/azure_mgmt_postgresql/models/storage_profile.rb +12 -0
  39. data/lib/2017-12-01/generated/azure_mgmt_postgresql/operations.rb +2 -0
  40. data/lib/2017-12-01/generated/azure_mgmt_postgresql/postgre_sqlmanagement_client.rb +1 -1
  41. data/lib/2017-12-01/generated/azure_mgmt_postgresql/replicas.rb +2 -0
  42. data/lib/2017-12-01/generated/azure_mgmt_postgresql/server_security_alert_policies.rb +4 -0
  43. data/lib/2017-12-01/generated/azure_mgmt_postgresql/servers.rb +14 -0
  44. data/lib/2017-12-01/generated/azure_mgmt_postgresql/virtual_network_rules.rb +10 -0
  45. data/lib/profiles/latest/modules/postgresql_profile_module.rb +4 -0
  46. data/lib/version.rb +1 -1
  47. metadata +14 -5
@@ -70,6 +70,7 @@ module Azure::Postgresql::Mgmt::V2017_12_01
70
70
  autoload :SslEnforcementEnum, '2017-12-01/generated/azure_mgmt_postgresql/models/ssl_enforcement_enum.rb'
71
71
  autoload :ServerState, '2017-12-01/generated/azure_mgmt_postgresql/models/server_state.rb'
72
72
  autoload :GeoRedundantBackup, '2017-12-01/generated/azure_mgmt_postgresql/models/geo_redundant_backup.rb'
73
+ autoload :StorageAutogrow, '2017-12-01/generated/azure_mgmt_postgresql/models/storage_autogrow.rb'
73
74
  autoload :SkuTier, '2017-12-01/generated/azure_mgmt_postgresql/models/sku_tier.rb'
74
75
  autoload :VirtualNetworkRuleState, '2017-12-01/generated/azure_mgmt_postgresql/models/virtual_network_rule_state.rb'
75
76
  autoload :OperationOrigin, '2017-12-01/generated/azure_mgmt_postgresql/models/operation_origin.rb'
@@ -105,6 +105,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
105
105
  end
106
106
 
107
107
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
108
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
109
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
108
110
  # Deserialize Response
109
111
  if status_code == 200
110
112
  begin
@@ -161,6 +161,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
161
161
  end
162
162
 
163
163
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
164
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
165
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
164
166
  # Deserialize Response
165
167
  if status_code == 200
166
168
  begin
@@ -259,6 +261,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
259
261
  end
260
262
 
261
263
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
264
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
265
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
262
266
  # Deserialize Response
263
267
  if status_code == 200
264
268
  begin
@@ -375,6 +379,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
375
379
  end
376
380
 
377
381
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
382
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
383
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
378
384
  # Deserialize Response
379
385
  if status_code == 200
380
386
  begin
@@ -205,6 +205,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
205
205
  end
206
206
 
207
207
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
208
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
209
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
208
210
  # Deserialize Response
209
211
  if status_code == 200
210
212
  begin
@@ -303,6 +305,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
303
305
  end
304
306
 
305
307
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
308
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
309
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
306
310
  # Deserialize Response
307
311
  if status_code == 200
308
312
  begin
@@ -419,6 +423,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
419
423
  end
420
424
 
421
425
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
426
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
427
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
422
428
  # Deserialize Response
423
429
  if status_code == 200
424
430
  begin
@@ -530,6 +536,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
530
536
  end
531
537
 
532
538
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
539
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
540
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
533
541
 
534
542
  result
535
543
  end
@@ -205,6 +205,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
205
205
  end
206
206
 
207
207
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
208
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
209
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
208
210
  # Deserialize Response
209
211
  if status_code == 200
210
212
  begin
@@ -303,6 +305,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
303
305
  end
304
306
 
305
307
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
308
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
309
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
306
310
  # Deserialize Response
307
311
  if status_code == 200
308
312
  begin
@@ -419,6 +423,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
419
423
  end
420
424
 
421
425
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
426
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
427
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
422
428
  # Deserialize Response
423
429
  if status_code == 200
424
430
  begin
@@ -530,6 +536,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
530
536
  end
531
537
 
532
538
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
539
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
540
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
533
541
 
534
542
  result
535
543
  end
@@ -95,6 +95,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
95
95
  end
96
96
 
97
97
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
98
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
99
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
98
100
  # Deserialize Response
99
101
  if status_code == 200
100
102
  begin
@@ -105,6 +105,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
105
105
  end
106
106
 
107
107
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
108
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
109
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
108
110
  # Deserialize Response
109
111
  if status_code == 200
110
112
  begin
@@ -21,7 +21,7 @@ module Azure::Postgresql::Mgmt::V2017_12_01
21
21
  attr_accessor :administrator_login
22
22
 
23
23
  # @return [ServerVersion] Server version. Possible values include: '9.5',
24
- # '9.6', '10', '10.0', '10.2'
24
+ # '9.6', '10', '10.0', '10.2', '11'
25
25
  attr_accessor :version
26
26
 
27
27
  # @return [SslEnforcementEnum] Enable ssl enforcement or not when connect
@@ -25,7 +25,7 @@ module Azure::Postgresql::Mgmt::V2017_12_01
25
25
  attr_accessor :createMode
26
26
 
27
27
  # @return [ServerVersion] Server version. Possible values include: '9.5',
28
- # '9.6', '10', '10.0', '10.2'
28
+ # '9.6', '10', '10.0', '10.2', '11'
29
29
  attr_accessor :version
30
30
 
31
31
  # @return [SslEnforcementEnum] Enable ssl enforcement or not when connect
@@ -22,7 +22,7 @@ module Azure::Postgresql::Mgmt::V2017_12_01
22
22
  attr_accessor :administrator_login_password
23
23
 
24
24
  # @return [ServerVersion] The version of a server. Possible values
25
- # include: '9.5', '9.6', '10', '10.0', '10.2'
25
+ # include: '9.5', '9.6', '10', '10.0', '10.2', '11'
26
26
  attr_accessor :version
27
27
 
28
28
  # @return [SslEnforcementEnum] Enable ssl enforcement or not when connect
@@ -14,6 +14,7 @@ module Azure::Postgresql::Mgmt::V2017_12_01
14
14
  OneZero = "10"
15
15
  OneZeroFullStopZero = "10.0"
16
16
  OneZeroFullStopTwo = "10.2"
17
+ OneOne = "11"
17
18
  end
18
19
  end
19
20
  end
@@ -0,0 +1,16 @@
1
+ # encoding: utf-8
2
+ # Code generated by Microsoft (R) AutoRest Code Generator.
3
+ # Changes may cause incorrect behavior and will be lost if the code is
4
+ # regenerated.
5
+
6
+ module Azure::Postgresql::Mgmt::V2017_12_01
7
+ module Models
8
+ #
9
+ # Defines values for StorageAutogrow
10
+ #
11
+ module StorageAutogrow
12
+ Enabled = "Enabled"
13
+ Disabled = "Disabled"
14
+ end
15
+ end
16
+ end
@@ -22,6 +22,10 @@ module Azure::Postgresql::Mgmt::V2017_12_01
22
22
  # @return [Integer] Max storage allowed for a server.
23
23
  attr_accessor :storage_mb
24
24
 
25
+ # @return [StorageAutogrow] Enable Storage Auto Grow. Possible values
26
+ # include: 'Enabled', 'Disabled'
27
+ attr_accessor :storage_autogrow
28
+
25
29
 
26
30
  #
27
31
  # Mapper for StorageProfile class as Ruby Hash.
@@ -59,6 +63,14 @@ module Azure::Postgresql::Mgmt::V2017_12_01
59
63
  type: {
60
64
  name: 'Number'
61
65
  }
66
+ },
67
+ storage_autogrow: {
68
+ client_side_validation: true,
69
+ required: false,
70
+ serialized_name: 'storageAutogrow',
71
+ type: {
72
+ name: 'String'
73
+ }
62
74
  }
63
75
  }
64
76
  }
@@ -89,6 +89,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
89
89
  end
90
90
 
91
91
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
92
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
93
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
92
94
  # Deserialize Response
93
95
  if status_code == 200
94
96
  begin
@@ -165,7 +165,7 @@ module Azure::Postgresql::Mgmt::V2017_12_01
165
165
  #
166
166
  def add_telemetry
167
167
  sdk_information = 'azure_mgmt_postgresql'
168
- sdk_information = "#{sdk_information}/0.17.0"
168
+ sdk_information = "#{sdk_information}/0.17.1"
169
169
  add_user_agent_information(sdk_information)
170
170
  end
171
171
  end
@@ -105,6 +105,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
105
105
  end
106
106
 
107
107
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
108
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
109
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
108
110
  # Deserialize Response
109
111
  if status_code == 200
110
112
  begin
@@ -106,6 +106,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
106
106
  end
107
107
 
108
108
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
109
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
110
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
109
111
  # Deserialize Response
110
112
  if status_code == 200
111
113
  begin
@@ -269,6 +271,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
269
271
  end
270
272
 
271
273
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
274
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
275
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
272
276
  # Deserialize Response
273
277
  if status_code == 200
274
278
  begin
@@ -248,6 +248,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
248
248
  end
249
249
 
250
250
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
251
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
252
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
251
253
  # Deserialize Response
252
254
  if status_code == 200
253
255
  begin
@@ -342,6 +344,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
342
344
  end
343
345
 
344
346
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
347
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
348
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
345
349
  # Deserialize Response
346
350
  if status_code == 200
347
351
  begin
@@ -426,6 +430,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
426
430
  end
427
431
 
428
432
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
433
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
434
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
429
435
  # Deserialize Response
430
436
  if status_code == 200
431
437
  begin
@@ -580,6 +586,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
580
586
  end
581
587
 
582
588
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
589
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
590
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
583
591
  # Deserialize Response
584
592
  if status_code == 200
585
593
  begin
@@ -705,6 +713,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
705
713
  end
706
714
 
707
715
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
716
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
717
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
708
718
  # Deserialize Response
709
719
  if status_code == 200
710
720
  begin
@@ -802,6 +812,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
802
812
  end
803
813
 
804
814
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
815
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
816
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
805
817
 
806
818
  result
807
819
  end
@@ -889,6 +901,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
889
901
  end
890
902
 
891
903
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
904
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
905
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
892
906
 
893
907
  result
894
908
  end
@@ -112,6 +112,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
112
112
  end
113
113
 
114
114
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
115
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
116
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
115
117
  # Deserialize Response
116
118
  if status_code == 200
117
119
  begin
@@ -310,6 +312,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
310
312
  end
311
313
 
312
314
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
315
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
316
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
313
317
  # Deserialize Response
314
318
  if status_code == 200
315
319
  begin
@@ -429,6 +433,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
429
433
  end
430
434
 
431
435
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
436
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
437
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
432
438
  # Deserialize Response
433
439
  if status_code == 200
434
440
  begin
@@ -543,6 +549,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
543
549
  end
544
550
 
545
551
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
552
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
553
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
546
554
 
547
555
  result
548
556
  end
@@ -621,6 +629,8 @@ module Azure::Postgresql::Mgmt::V2017_12_01
621
629
  end
622
630
 
623
631
  result.request_id = http_response['x-ms-request-id'] unless http_response['x-ms-request-id'].nil?
632
+ result.correlation_request_id = http_response['x-ms-correlation-request-id'] unless http_response['x-ms-correlation-request-id'].nil?
633
+ result.client_request_id = http_response['x-ms-client-request-id'] unless http_response['x-ms-client-request-id'].nil?
624
634
  # Deserialize Response
625
635
  if status_code == 200
626
636
  begin
@@ -55,6 +55,7 @@ module Azure::Postgresql::Profiles::Latest
55
55
  SslEnforcementEnum = Azure::Postgresql::Mgmt::V2017_12_01::Models::SslEnforcementEnum
56
56
  ServerState = Azure::Postgresql::Mgmt::V2017_12_01::Models::ServerState
57
57
  GeoRedundantBackup = Azure::Postgresql::Mgmt::V2017_12_01::Models::GeoRedundantBackup
58
+ StorageAutogrow = Azure::Postgresql::Mgmt::V2017_12_01::Models::StorageAutogrow
58
59
  SkuTier = Azure::Postgresql::Mgmt::V2017_12_01::Models::SkuTier
59
60
  VirtualNetworkRuleState = Azure::Postgresql::Mgmt::V2017_12_01::Models::VirtualNetworkRuleState
60
61
  OperationOrigin = Azure::Postgresql::Mgmt::V2017_12_01::Models::OperationOrigin
@@ -224,6 +225,9 @@ module Azure::Postgresql::Profiles::Latest
224
225
  def geo_redundant_backup
225
226
  Azure::Postgresql::Mgmt::V2017_12_01::Models::GeoRedundantBackup
226
227
  end
228
+ def storage_autogrow
229
+ Azure::Postgresql::Mgmt::V2017_12_01::Models::StorageAutogrow
230
+ end
227
231
  def sku_tier
228
232
  Azure::Postgresql::Mgmt::V2017_12_01::Models::SkuTier
229
233
  end
@@ -3,5 +3,5 @@
3
3
  # Licensed under the MIT License. See License.txt in the project root for license information.
4
4
 
5
5
  module Azure::Postgresql::Mgmt
6
- VERSION = '0.17.0'
6
+ VERSION = '0.17.1'
7
7
  end
metadata CHANGED
@@ -1,14 +1,14 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: azure_mgmt_postgresql
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.17.0
4
+ version: 0.17.1
5
5
  platform: ruby
6
6
  authors:
7
7
  - Microsoft Corporation
8
8
  autorequire:
9
9
  bindir: bin
10
10
  cert_chain: []
11
- date: 2019-05-03 00:00:00.000000000 Z
11
+ date: 2019-07-12 00:00:00.000000000 Z
12
12
  dependencies:
13
13
  - !ruby/object:Gem::Dependency
14
14
  name: bundler
@@ -72,14 +72,14 @@ dependencies:
72
72
  requirements:
73
73
  - - "~>"
74
74
  - !ruby/object:Gem::Version
75
- version: 0.11.0
75
+ version: 0.11.1
76
76
  type: :runtime
77
77
  prerelease: false
78
78
  version_requirements: !ruby/object:Gem::Requirement
79
79
  requirements:
80
80
  - - "~>"
81
81
  - !ruby/object:Gem::Version
82
- version: 0.11.0
82
+ version: 0.11.1
83
83
  description:
84
84
  email: azrubyteam@microsoft.com
85
85
  executables: []
@@ -121,19 +121,27 @@ files:
121
121
  - lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/server_properties_for_geo_restore.rb
122
122
  - lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/server_properties_for_replica.rb
123
123
  - lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/server_properties_for_restore.rb
124
+ - lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/server_security_alert_policy.rb
125
+ - lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/server_security_alert_policy_state.rb
124
126
  - lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/server_state.rb
125
127
  - lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/server_update_parameters.rb
126
128
  - lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/server_version.rb
127
129
  - lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/sku.rb
128
130
  - lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/sku_tier.rb
129
131
  - lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/ssl_enforcement_enum.rb
132
+ - lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/storage_autogrow.rb
130
133
  - lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/storage_profile.rb
131
134
  - lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/tracked_resource.rb
135
+ - lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/virtual_network_rule.rb
136
+ - lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/virtual_network_rule_list_result.rb
137
+ - lib/2017-12-01-preview/generated/azure_mgmt_postgresql/models/virtual_network_rule_state.rb
132
138
  - lib/2017-12-01-preview/generated/azure_mgmt_postgresql/module_definition.rb
133
139
  - lib/2017-12-01-preview/generated/azure_mgmt_postgresql/operations.rb
134
140
  - lib/2017-12-01-preview/generated/azure_mgmt_postgresql/postgre_sqlmanagement_client.rb
135
141
  - lib/2017-12-01-preview/generated/azure_mgmt_postgresql/replicas.rb
142
+ - lib/2017-12-01-preview/generated/azure_mgmt_postgresql/server_security_alert_policies.rb
136
143
  - lib/2017-12-01-preview/generated/azure_mgmt_postgresql/servers.rb
144
+ - lib/2017-12-01-preview/generated/azure_mgmt_postgresql/virtual_network_rules.rb
137
145
  - lib/2017-12-01/generated/azure_mgmt_postgresql.rb
138
146
  - lib/2017-12-01/generated/azure_mgmt_postgresql/check_name_availability.rb
139
147
  - lib/2017-12-01/generated/azure_mgmt_postgresql/configurations.rb
@@ -176,6 +184,7 @@ files:
176
184
  - lib/2017-12-01/generated/azure_mgmt_postgresql/models/sku.rb
177
185
  - lib/2017-12-01/generated/azure_mgmt_postgresql/models/sku_tier.rb
178
186
  - lib/2017-12-01/generated/azure_mgmt_postgresql/models/ssl_enforcement_enum.rb
187
+ - lib/2017-12-01/generated/azure_mgmt_postgresql/models/storage_autogrow.rb
179
188
  - lib/2017-12-01/generated/azure_mgmt_postgresql/models/storage_profile.rb
180
189
  - lib/2017-12-01/generated/azure_mgmt_postgresql/models/tracked_resource.rb
181
190
  - lib/2017-12-01/generated/azure_mgmt_postgresql/models/virtual_network_rule.rb
@@ -218,7 +227,7 @@ required_rubygems_version: !ruby/object:Gem::Requirement
218
227
  version: '0'
219
228
  requirements: []
220
229
  rubyforge_project:
221
- rubygems_version: 2.5.1
230
+ rubygems_version: 2.7.6
222
231
  signing_key:
223
232
  specification_version: 4
224
233
  summary: Official Ruby client library to consume Postgresql