azure_mgmt_network 0.11.0 → 0.12.0

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 (78) hide show
  1. checksums.yaml +4 -4
  2. data/lib/generated/azure_mgmt_network.rb +91 -67
  3. data/lib/generated/azure_mgmt_network/application_gateways.rb +12 -12
  4. data/lib/generated/azure_mgmt_network/{available_private_access_services.rb → available_endpoint_services.rb} +21 -25
  5. data/lib/generated/azure_mgmt_network/bgp_service_communities.rb +1 -1
  6. data/lib/generated/azure_mgmt_network/default_security_rules.rb +330 -0
  7. data/lib/generated/azure_mgmt_network/express_route_circuit_authorizations.rb +4 -4
  8. data/lib/generated/azure_mgmt_network/express_route_circuit_peerings.rb +4 -4
  9. data/lib/generated/azure_mgmt_network/express_route_circuits.rb +10 -10
  10. data/lib/generated/azure_mgmt_network/express_route_service_providers.rb +1 -1
  11. data/lib/generated/azure_mgmt_network/inbound_nat_rules.rb +616 -0
  12. data/lib/generated/azure_mgmt_network/load_balancer_backend_address_pools.rb +323 -0
  13. data/lib/generated/azure_mgmt_network/load_balancer_frontend_ipconfigurations.rb +323 -0
  14. data/lib/generated/azure_mgmt_network/load_balancer_load_balancing_rules.rb +320 -0
  15. data/lib/generated/azure_mgmt_network/load_balancer_network_interfaces.rb +225 -0
  16. data/lib/generated/azure_mgmt_network/load_balancer_probes.rb +320 -0
  17. data/lib/generated/azure_mgmt_network/load_balancers.rb +5 -5
  18. data/lib/generated/azure_mgmt_network/local_network_gateways.rb +4 -4
  19. data/lib/generated/azure_mgmt_network/models/effective_network_security_group.rb +2 -1
  20. data/lib/generated/azure_mgmt_network/models/effective_network_security_group_list_result.rb +1 -0
  21. data/lib/generated/azure_mgmt_network/models/effective_network_security_rule.rb +3 -3
  22. data/lib/generated/azure_mgmt_network/models/effective_route_list_result.rb +1 -0
  23. data/lib/generated/azure_mgmt_network/models/effective_security_rule_protocol.rb +17 -0
  24. data/lib/generated/azure_mgmt_network/models/{private_access_service_result.rb → endpoint_service_result.rb} +7 -7
  25. data/lib/generated/azure_mgmt_network/models/{private_access_services_list_result.rb → endpoint_services_list_result.rb} +11 -11
  26. data/lib/generated/azure_mgmt_network/models/inbound_nat_rule.rb +1 -1
  27. data/lib/generated/azure_mgmt_network/models/inbound_nat_rule_list_result.rb +96 -0
  28. data/lib/generated/azure_mgmt_network/models/ipconfiguration.rb +1 -1
  29. data/lib/generated/azure_mgmt_network/models/load_balancer.rb +11 -0
  30. data/lib/generated/azure_mgmt_network/models/load_balancer_backend_address_pool_list_result.rb +97 -0
  31. data/lib/generated/azure_mgmt_network/models/load_balancer_frontend_ipconfiguration_list_result.rb +98 -0
  32. data/lib/generated/azure_mgmt_network/models/load_balancer_list_result.rb +1 -0
  33. data/lib/generated/azure_mgmt_network/models/load_balancer_load_balancing_rule_list_result.rb +97 -0
  34. data/lib/generated/azure_mgmt_network/models/load_balancer_probe_list_result.rb +95 -0
  35. data/lib/generated/azure_mgmt_network/models/load_balancer_sku.rb +46 -0
  36. data/lib/generated/azure_mgmt_network/models/load_balancer_sku_name.rb +16 -0
  37. data/lib/generated/azure_mgmt_network/models/load_balancing_rule.rb +13 -1
  38. data/lib/generated/azure_mgmt_network/models/local_network_gateway_list_result.rb +1 -0
  39. data/lib/generated/azure_mgmt_network/models/network_interface_ipconfiguration.rb +7 -4
  40. data/lib/generated/azure_mgmt_network/models/network_interface_ipconfiguration_list_result.rb +98 -0
  41. data/lib/generated/azure_mgmt_network/models/network_interface_list_result.rb +1 -0
  42. data/lib/generated/azure_mgmt_network/models/network_interface_load_balancer_list_result.rb +96 -0
  43. data/lib/generated/azure_mgmt_network/models/public_ipaddress.rb +15 -2
  44. data/lib/generated/azure_mgmt_network/models/public_ipaddress_sku.rb +46 -0
  45. data/lib/generated/azure_mgmt_network/models/public_ipaddress_sku_name.rb +16 -0
  46. data/lib/generated/azure_mgmt_network/models/security_rule.rb +35 -1
  47. data/lib/generated/azure_mgmt_network/models/{private_access_service_properties_format.rb → service_endpoint_properties_format.rb} +6 -6
  48. data/lib/generated/azure_mgmt_network/models/subnet.rb +7 -7
  49. data/lib/generated/azure_mgmt_network/models/usage.rb +11 -0
  50. data/lib/generated/azure_mgmt_network/models/virtual_network_connection_gateway_reference.rb +46 -0
  51. data/lib/generated/azure_mgmt_network/models/virtual_network_gateway.rb +0 -22
  52. data/lib/generated/azure_mgmt_network/models/virtual_network_gateway_connection.rb +6 -3
  53. data/lib/generated/azure_mgmt_network/models/virtual_network_gateway_connection_list_entity.rb +300 -0
  54. data/lib/generated/azure_mgmt_network/models/virtual_network_gateway_connection_list_result.rb +1 -0
  55. data/lib/generated/azure_mgmt_network/models/virtual_network_gateway_list_connections_result.rb +100 -0
  56. data/lib/generated/azure_mgmt_network/models/virtual_network_gateway_list_result.rb +1 -0
  57. data/lib/generated/azure_mgmt_network/models/vpn_client_configuration.rb +22 -0
  58. data/lib/generated/azure_mgmt_network/network_interface_ipconfigurations.rb +320 -0
  59. data/lib/generated/azure_mgmt_network/network_interface_load_balancers.rb +225 -0
  60. data/lib/generated/azure_mgmt_network/network_interfaces.rb +7 -7
  61. data/lib/generated/azure_mgmt_network/network_management_client.rb +55 -12
  62. data/lib/generated/azure_mgmt_network/network_security_groups.rb +5 -5
  63. data/lib/generated/azure_mgmt_network/network_watchers.rb +14 -14
  64. data/lib/generated/azure_mgmt_network/packet_captures.rb +6 -6
  65. data/lib/generated/azure_mgmt_network/public_ipaddresses.rb +5 -5
  66. data/lib/generated/azure_mgmt_network/route_filter_rules.rb +5 -5
  67. data/lib/generated/azure_mgmt_network/route_filters.rb +6 -6
  68. data/lib/generated/azure_mgmt_network/route_tables.rb +5 -5
  69. data/lib/generated/azure_mgmt_network/routes.rb +4 -4
  70. data/lib/generated/azure_mgmt_network/security_rules.rb +4 -4
  71. data/lib/generated/azure_mgmt_network/subnets.rb +4 -4
  72. data/lib/generated/azure_mgmt_network/usages.rb +8 -8
  73. data/lib/generated/azure_mgmt_network/version.rb +1 -1
  74. data/lib/generated/azure_mgmt_network/virtual_network_gateway_connections.rb +7 -7
  75. data/lib/generated/azure_mgmt_network/virtual_network_gateways.rb +373 -11
  76. data/lib/generated/azure_mgmt_network/virtual_network_peerings.rb +4 -4
  77. data/lib/generated/azure_mgmt_network/virtual_networks.rb +7 -7
  78. metadata +32 -8
@@ -104,7 +104,7 @@ module Azure::ARM::Network
104
104
  def get_async(resource_group_name, network_interface_name, expand = nil, custom_headers = nil)
105
105
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
106
106
  fail ArgumentError, 'network_interface_name is nil' if network_interface_name.nil?
107
- api_version = '2017-06-01'
107
+ api_version = '2017-08-01'
108
108
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
109
109
 
110
110
 
@@ -233,7 +233,7 @@ module Azure::ARM::Network
233
233
  # @return [Concurrent::Promise] Promise object which holds the HTTP response.
234
234
  #
235
235
  def list_all_async(custom_headers = nil)
236
- api_version = '2017-06-01'
236
+ api_version = '2017-08-01'
237
237
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
238
238
 
239
239
 
@@ -320,7 +320,7 @@ module Azure::ARM::Network
320
320
  #
321
321
  def list_async(resource_group_name, custom_headers = nil)
322
322
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
323
- api_version = '2017-06-01'
323
+ api_version = '2017-08-01'
324
324
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
325
325
 
326
326
 
@@ -794,7 +794,7 @@ module Azure::ARM::Network
794
794
  def begin_delete_async(resource_group_name, network_interface_name, custom_headers = nil)
795
795
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
796
796
  fail ArgumentError, 'network_interface_name is nil' if network_interface_name.nil?
797
- api_version = '2017-06-01'
797
+ api_version = '2017-08-01'
798
798
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
799
799
 
800
800
 
@@ -882,7 +882,7 @@ module Azure::ARM::Network
882
882
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
883
883
  fail ArgumentError, 'network_interface_name is nil' if network_interface_name.nil?
884
884
  fail ArgumentError, 'parameters is nil' if parameters.nil?
885
- api_version = '2017-06-01'
885
+ api_version = '2017-08-01'
886
886
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
887
887
 
888
888
 
@@ -992,7 +992,7 @@ module Azure::ARM::Network
992
992
  def begin_get_effective_route_table_async(resource_group_name, network_interface_name, custom_headers = nil)
993
993
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
994
994
  fail ArgumentError, 'network_interface_name is nil' if network_interface_name.nil?
995
- api_version = '2017-06-01'
995
+ api_version = '2017-08-01'
996
996
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
997
997
 
998
998
 
@@ -1083,7 +1083,7 @@ module Azure::ARM::Network
1083
1083
  def begin_list_effective_network_security_groups_async(resource_group_name, network_interface_name, custom_headers = nil)
1084
1084
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
1085
1085
  fail ArgumentError, 'network_interface_name is nil' if network_interface_name.nil?
1086
- api_version = '2017-06-01'
1086
+ api_version = '2017-08-01'
1087
1087
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
1088
1088
 
1089
1089
 
@@ -36,6 +36,9 @@ module Azure::ARM::Network
36
36
  # @return [ApplicationGateways] application_gateways
37
37
  attr_reader :application_gateways
38
38
 
39
+ # @return [AvailableEndpointServices] available_endpoint_services
40
+ attr_reader :available_endpoint_services
41
+
39
42
  # @return [ExpressRouteCircuitAuthorizations]
40
43
  # express_route_circuit_authorizations
41
44
  attr_reader :express_route_circuit_authorizations
@@ -52,25 +55,52 @@ module Azure::ARM::Network
52
55
  # @return [LoadBalancers] load_balancers
53
56
  attr_reader :load_balancers
54
57
 
58
+ # @return [LoadBalancerBackendAddressPools]
59
+ # load_balancer_backend_address_pools
60
+ attr_reader :load_balancer_backend_address_pools
61
+
62
+ # @return [LoadBalancerFrontendIPConfigurations]
63
+ # load_balancer_frontend_ipconfigurations
64
+ attr_reader :load_balancer_frontend_ipconfigurations
65
+
66
+ # @return [InboundNatRules] inbound_nat_rules
67
+ attr_reader :inbound_nat_rules
68
+
69
+ # @return [LoadBalancerLoadBalancingRules]
70
+ # load_balancer_load_balancing_rules
71
+ attr_reader :load_balancer_load_balancing_rules
72
+
73
+ # @return [LoadBalancerNetworkInterfaces] load_balancer_network_interfaces
74
+ attr_reader :load_balancer_network_interfaces
75
+
76
+ # @return [LoadBalancerProbes] load_balancer_probes
77
+ attr_reader :load_balancer_probes
78
+
55
79
  # @return [NetworkInterfaces] network_interfaces
56
80
  attr_reader :network_interfaces
57
81
 
82
+ # @return [NetworkInterfaceIPConfigurations]
83
+ # network_interface_ipconfigurations
84
+ attr_reader :network_interface_ipconfigurations
85
+
86
+ # @return [NetworkInterfaceLoadBalancers] network_interface_load_balancers
87
+ attr_reader :network_interface_load_balancers
88
+
58
89
  # @return [NetworkSecurityGroups] network_security_groups
59
90
  attr_reader :network_security_groups
60
91
 
61
92
  # @return [SecurityRules] security_rules
62
93
  attr_reader :security_rules
63
94
 
95
+ # @return [DefaultSecurityRules] default_security_rules
96
+ attr_reader :default_security_rules
97
+
64
98
  # @return [NetworkWatchers] network_watchers
65
99
  attr_reader :network_watchers
66
100
 
67
101
  # @return [PacketCaptures] packet_captures
68
102
  attr_reader :packet_captures
69
103
 
70
- # @return [AvailablePrivateAccessServices]
71
- # available_private_access_services
72
- attr_reader :available_private_access_services
73
-
74
104
  # @return [PublicIPAddresses] public_ipaddresses
75
105
  attr_reader :public_ipaddresses
76
106
 
@@ -125,17 +155,26 @@ module Azure::ARM::Network
125
155
  @credentials = credentials
126
156
 
127
157
  @application_gateways = ApplicationGateways.new(self)
158
+ @available_endpoint_services = AvailableEndpointServices.new(self)
128
159
  @express_route_circuit_authorizations = ExpressRouteCircuitAuthorizations.new(self)
129
160
  @express_route_circuit_peerings = ExpressRouteCircuitPeerings.new(self)
130
161
  @express_route_circuits = ExpressRouteCircuits.new(self)
131
162
  @express_route_service_providers = ExpressRouteServiceProviders.new(self)
132
163
  @load_balancers = LoadBalancers.new(self)
164
+ @load_balancer_backend_address_pools = LoadBalancerBackendAddressPools.new(self)
165
+ @load_balancer_frontend_ipconfigurations = LoadBalancerFrontendIPConfigurations.new(self)
166
+ @inbound_nat_rules = InboundNatRules.new(self)
167
+ @load_balancer_load_balancing_rules = LoadBalancerLoadBalancingRules.new(self)
168
+ @load_balancer_network_interfaces = LoadBalancerNetworkInterfaces.new(self)
169
+ @load_balancer_probes = LoadBalancerProbes.new(self)
133
170
  @network_interfaces = NetworkInterfaces.new(self)
171
+ @network_interface_ipconfigurations = NetworkInterfaceIPConfigurations.new(self)
172
+ @network_interface_load_balancers = NetworkInterfaceLoadBalancers.new(self)
134
173
  @network_security_groups = NetworkSecurityGroups.new(self)
135
174
  @security_rules = SecurityRules.new(self)
175
+ @default_security_rules = DefaultSecurityRules.new(self)
136
176
  @network_watchers = NetworkWatchers.new(self)
137
177
  @packet_captures = PacketCaptures.new(self)
138
- @available_private_access_services = AvailablePrivateAccessServices.new(self)
139
178
  @public_ipaddresses = PublicIPAddresses.new(self)
140
179
  @route_filters = RouteFilters.new(self)
141
180
  @route_filter_rules = RouteFilterRules.new(self)
@@ -211,7 +250,8 @@ module Azure::ARM::Network
211
250
  end
212
251
 
213
252
  #
214
- # Checks whether a domain name in the cloudapp.net zone is available for use.
253
+ # Checks whether a domain name in the cloudapp.azure.com zone is available for
254
+ # use.
215
255
  #
216
256
  # @param location [String] The location of the domain name.
217
257
  # @param domain_name_label [String] The domain name to be verified. It must
@@ -221,13 +261,14 @@ module Azure::ARM::Network
221
261
  #
222
262
  # @return [DnsNameAvailabilityResult] operation results.
223
263
  #
224
- def check_dns_name_availability(location, domain_name_label = nil, custom_headers = nil)
264
+ def check_dns_name_availability(location, domain_name_label, custom_headers = nil)
225
265
  response = check_dns_name_availability_async(location, domain_name_label, custom_headers).value!
226
266
  response.body unless response.nil?
227
267
  end
228
268
 
229
269
  #
230
- # Checks whether a domain name in the cloudapp.net zone is available for use.
270
+ # Checks whether a domain name in the cloudapp.azure.com zone is available for
271
+ # use.
231
272
  #
232
273
  # @param location [String] The location of the domain name.
233
274
  # @param domain_name_label [String] The domain name to be verified. It must
@@ -237,12 +278,13 @@ module Azure::ARM::Network
237
278
  #
238
279
  # @return [MsRestAzure::AzureOperationResponse] HTTP response information.
239
280
  #
240
- def check_dns_name_availability_with_http_info(location, domain_name_label = nil, custom_headers = nil)
281
+ def check_dns_name_availability_with_http_info(location, domain_name_label, custom_headers = nil)
241
282
  check_dns_name_availability_async(location, domain_name_label, custom_headers).value!
242
283
  end
243
284
 
244
285
  #
245
- # Checks whether a domain name in the cloudapp.net zone is available for use.
286
+ # Checks whether a domain name in the cloudapp.azure.com zone is available for
287
+ # use.
246
288
  #
247
289
  # @param location [String] The location of the domain name.
248
290
  # @param domain_name_label [String] The domain name to be verified. It must
@@ -252,9 +294,10 @@ module Azure::ARM::Network
252
294
  #
253
295
  # @return [Concurrent::Promise] Promise object which holds the HTTP response.
254
296
  #
255
- def check_dns_name_availability_async(location, domain_name_label = nil, custom_headers = nil)
297
+ def check_dns_name_availability_async(location, domain_name_label, custom_headers = nil)
256
298
  fail ArgumentError, 'location is nil' if location.nil?
257
- api_version = '2017-06-01'
299
+ fail ArgumentError, 'domain_name_label is nil' if domain_name_label.nil?
300
+ api_version = '2017-08-01'
258
301
  fail ArgumentError, 'subscription_id is nil' if subscription_id.nil?
259
302
 
260
303
 
@@ -109,7 +109,7 @@ module Azure::ARM::Network
109
109
  def get_async(resource_group_name, network_security_group_name, expand = nil, custom_headers = nil)
110
110
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
111
111
  fail ArgumentError, 'network_security_group_name is nil' if network_security_group_name.nil?
112
- api_version = '2017-06-01'
112
+ api_version = '2017-08-01'
113
113
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
114
114
 
115
115
 
@@ -240,7 +240,7 @@ module Azure::ARM::Network
240
240
  # @return [Concurrent::Promise] Promise object which holds the HTTP response.
241
241
  #
242
242
  def list_all_async(custom_headers = nil)
243
- api_version = '2017-06-01'
243
+ api_version = '2017-08-01'
244
244
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
245
245
 
246
246
 
@@ -327,7 +327,7 @@ module Azure::ARM::Network
327
327
  #
328
328
  def list_async(resource_group_name, custom_headers = nil)
329
329
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
330
- api_version = '2017-06-01'
330
+ api_version = '2017-08-01'
331
331
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
332
332
 
333
333
 
@@ -420,7 +420,7 @@ module Azure::ARM::Network
420
420
  def begin_delete_async(resource_group_name, network_security_group_name, custom_headers = nil)
421
421
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
422
422
  fail ArgumentError, 'network_security_group_name is nil' if network_security_group_name.nil?
423
- api_version = '2017-06-01'
423
+ api_version = '2017-08-01'
424
424
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
425
425
 
426
426
 
@@ -511,7 +511,7 @@ module Azure::ARM::Network
511
511
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
512
512
  fail ArgumentError, 'network_security_group_name is nil' if network_security_group_name.nil?
513
513
  fail ArgumentError, 'parameters is nil' if parameters.nil?
514
- api_version = '2017-06-01'
514
+ api_version = '2017-08-01'
515
515
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
516
516
 
517
517
 
@@ -70,7 +70,7 @@ module Azure::ARM::Network
70
70
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
71
71
  fail ArgumentError, 'network_watcher_name is nil' if network_watcher_name.nil?
72
72
  fail ArgumentError, 'parameters is nil' if parameters.nil?
73
- api_version = '2017-06-01'
73
+ api_version = '2017-08-01'
74
74
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
75
75
 
76
76
 
@@ -180,7 +180,7 @@ module Azure::ARM::Network
180
180
  def get_async(resource_group_name, network_watcher_name, custom_headers = nil)
181
181
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
182
182
  fail ArgumentError, 'network_watcher_name is nil' if network_watcher_name.nil?
183
- api_version = '2017-06-01'
183
+ api_version = '2017-08-01'
184
184
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
185
185
 
186
186
 
@@ -305,7 +305,7 @@ module Azure::ARM::Network
305
305
  #
306
306
  def list_async(resource_group_name, custom_headers = nil)
307
307
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
308
- api_version = '2017-06-01'
308
+ api_version = '2017-08-01'
309
309
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
310
310
 
311
311
 
@@ -388,7 +388,7 @@ module Azure::ARM::Network
388
388
  # @return [Concurrent::Promise] Promise object which holds the HTTP response.
389
389
  #
390
390
  def list_all_async(custom_headers = nil)
391
- api_version = '2017-06-01'
391
+ api_version = '2017-08-01'
392
392
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
393
393
 
394
394
 
@@ -486,7 +486,7 @@ module Azure::ARM::Network
486
486
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
487
487
  fail ArgumentError, 'network_watcher_name is nil' if network_watcher_name.nil?
488
488
  fail ArgumentError, 'parameters is nil' if parameters.nil?
489
- api_version = '2017-06-01'
489
+ api_version = '2017-08-01'
490
490
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
491
491
 
492
492
 
@@ -972,7 +972,7 @@ module Azure::ARM::Network
972
972
  def begin_delete_async(resource_group_name, network_watcher_name, custom_headers = nil)
973
973
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
974
974
  fail ArgumentError, 'network_watcher_name is nil' if network_watcher_name.nil?
975
- api_version = '2017-06-01'
975
+ api_version = '2017-08-01'
976
976
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
977
977
 
978
978
 
@@ -1063,7 +1063,7 @@ module Azure::ARM::Network
1063
1063
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
1064
1064
  fail ArgumentError, 'network_watcher_name is nil' if network_watcher_name.nil?
1065
1065
  fail ArgumentError, 'parameters is nil' if parameters.nil?
1066
- api_version = '2017-06-01'
1066
+ api_version = '2017-08-01'
1067
1067
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
1068
1068
 
1069
1069
 
@@ -1180,7 +1180,7 @@ module Azure::ARM::Network
1180
1180
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
1181
1181
  fail ArgumentError, 'network_watcher_name is nil' if network_watcher_name.nil?
1182
1182
  fail ArgumentError, 'parameters is nil' if parameters.nil?
1183
- api_version = '2017-06-01'
1183
+ api_version = '2017-08-01'
1184
1184
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
1185
1185
 
1186
1186
 
@@ -1297,7 +1297,7 @@ module Azure::ARM::Network
1297
1297
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
1298
1298
  fail ArgumentError, 'network_watcher_name is nil' if network_watcher_name.nil?
1299
1299
  fail ArgumentError, 'parameters is nil' if parameters.nil?
1300
- api_version = '2017-06-01'
1300
+ api_version = '2017-08-01'
1301
1301
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
1302
1302
 
1303
1303
 
@@ -1417,7 +1417,7 @@ module Azure::ARM::Network
1417
1417
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
1418
1418
  fail ArgumentError, 'network_watcher_name is nil' if network_watcher_name.nil?
1419
1419
  fail ArgumentError, 'parameters is nil' if parameters.nil?
1420
- api_version = '2017-06-01'
1420
+ api_version = '2017-08-01'
1421
1421
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
1422
1422
 
1423
1423
 
@@ -1537,7 +1537,7 @@ module Azure::ARM::Network
1537
1537
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
1538
1538
  fail ArgumentError, 'network_watcher_name is nil' if network_watcher_name.nil?
1539
1539
  fail ArgumentError, 'parameters is nil' if parameters.nil?
1540
- api_version = '2017-06-01'
1540
+ api_version = '2017-08-01'
1541
1541
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
1542
1542
 
1543
1543
 
@@ -1660,7 +1660,7 @@ module Azure::ARM::Network
1660
1660
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
1661
1661
  fail ArgumentError, 'network_watcher_name is nil' if network_watcher_name.nil?
1662
1662
  fail ArgumentError, 'parameters is nil' if parameters.nil?
1663
- api_version = '2017-06-01'
1663
+ api_version = '2017-08-01'
1664
1664
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
1665
1665
 
1666
1666
 
@@ -1783,7 +1783,7 @@ module Azure::ARM::Network
1783
1783
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
1784
1784
  fail ArgumentError, 'network_watcher_name is nil' if network_watcher_name.nil?
1785
1785
  fail ArgumentError, 'parameters is nil' if parameters.nil?
1786
- api_version = '2017-06-01'
1786
+ api_version = '2017-08-01'
1787
1787
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
1788
1788
 
1789
1789
 
@@ -1912,7 +1912,7 @@ module Azure::ARM::Network
1912
1912
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
1913
1913
  fail ArgumentError, 'network_watcher_name is nil' if network_watcher_name.nil?
1914
1914
  fail ArgumentError, 'parameters is nil' if parameters.nil?
1915
- api_version = '2017-06-01'
1915
+ api_version = '2017-08-01'
1916
1916
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
1917
1917
 
1918
1918
 
@@ -115,7 +115,7 @@ module Azure::ARM::Network
115
115
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
116
116
  fail ArgumentError, 'network_watcher_name is nil' if network_watcher_name.nil?
117
117
  fail ArgumentError, 'packet_capture_name is nil' if packet_capture_name.nil?
118
- api_version = '2017-06-01'
118
+ api_version = '2017-08-01'
119
119
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
120
120
 
121
121
 
@@ -337,7 +337,7 @@ module Azure::ARM::Network
337
337
  def list_async(resource_group_name, network_watcher_name, custom_headers = nil)
338
338
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
339
339
  fail ArgumentError, 'network_watcher_name is nil' if network_watcher_name.nil?
340
- api_version = '2017-06-01'
340
+ api_version = '2017-08-01'
341
341
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
342
342
 
343
343
 
@@ -439,7 +439,7 @@ module Azure::ARM::Network
439
439
  fail ArgumentError, 'network_watcher_name is nil' if network_watcher_name.nil?
440
440
  fail ArgumentError, 'packet_capture_name is nil' if packet_capture_name.nil?
441
441
  fail ArgumentError, 'parameters is nil' if parameters.nil?
442
- api_version = '2017-06-01'
442
+ api_version = '2017-08-01'
443
443
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
444
444
 
445
445
 
@@ -542,7 +542,7 @@ module Azure::ARM::Network
542
542
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
543
543
  fail ArgumentError, 'network_watcher_name is nil' if network_watcher_name.nil?
544
544
  fail ArgumentError, 'packet_capture_name is nil' if packet_capture_name.nil?
545
- api_version = '2017-06-01'
545
+ api_version = '2017-08-01'
546
546
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
547
547
 
548
548
 
@@ -626,7 +626,7 @@ module Azure::ARM::Network
626
626
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
627
627
  fail ArgumentError, 'network_watcher_name is nil' if network_watcher_name.nil?
628
628
  fail ArgumentError, 'packet_capture_name is nil' if packet_capture_name.nil?
629
- api_version = '2017-06-01'
629
+ api_version = '2017-08-01'
630
630
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
631
631
 
632
632
 
@@ -717,7 +717,7 @@ module Azure::ARM::Network
717
717
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
718
718
  fail ArgumentError, 'network_watcher_name is nil' if network_watcher_name.nil?
719
719
  fail ArgumentError, 'packet_capture_name is nil' if packet_capture_name.nil?
720
- api_version = '2017-06-01'
720
+ api_version = '2017-08-01'
721
721
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
722
722
 
723
723
 
@@ -104,7 +104,7 @@ module Azure::ARM::Network
104
104
  def get_async(resource_group_name, public_ip_address_name, expand = nil, custom_headers = nil)
105
105
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
106
106
  fail ArgumentError, 'public_ip_address_name is nil' if public_ip_address_name.nil?
107
- api_version = '2017-06-01'
107
+ api_version = '2017-08-01'
108
108
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
109
109
 
110
110
 
@@ -233,7 +233,7 @@ module Azure::ARM::Network
233
233
  # @return [Concurrent::Promise] Promise object which holds the HTTP response.
234
234
  #
235
235
  def list_all_async(custom_headers = nil)
236
- api_version = '2017-06-01'
236
+ api_version = '2017-08-01'
237
237
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
238
238
 
239
239
 
@@ -320,7 +320,7 @@ module Azure::ARM::Network
320
320
  #
321
321
  def list_async(resource_group_name, custom_headers = nil)
322
322
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
323
- api_version = '2017-06-01'
323
+ api_version = '2017-08-01'
324
324
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
325
325
 
326
326
 
@@ -729,7 +729,7 @@ module Azure::ARM::Network
729
729
  def begin_delete_async(resource_group_name, public_ip_address_name, custom_headers = nil)
730
730
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
731
731
  fail ArgumentError, 'public_ip_address_name is nil' if public_ip_address_name.nil?
732
- api_version = '2017-06-01'
732
+ api_version = '2017-08-01'
733
733
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
734
734
 
735
735
 
@@ -817,7 +817,7 @@ module Azure::ARM::Network
817
817
  fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
818
818
  fail ArgumentError, 'public_ip_address_name is nil' if public_ip_address_name.nil?
819
819
  fail ArgumentError, 'parameters is nil' if parameters.nil?
820
- api_version = '2017-06-01'
820
+ api_version = '2017-08-01'
821
821
  fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
822
822
 
823
823