Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
166 changes: 81 additions & 85 deletions management/azure_mgmt_network/lib/generated/azure_mgmt_network.rb
100755 → 100644

Large diffs are not rendered by default.

377 changes: 367 additions & 10 deletions management/azure_mgmt_network/lib/generated/azure_mgmt_network/application_gateways.rb
100755 → 100644

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
# Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

Expand Down Expand Up @@ -55,7 +55,7 @@ def list_with_http_info(custom_headers = nil)
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
#
def list_async(custom_headers = nil)
api_version = '2017-03-01'
api_version = '2017-06-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
# Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

Expand Down Expand Up @@ -107,7 +107,7 @@ def get_async(resource_group_name, circuit_name, authorization_name, custom_head
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
fail ArgumentError, 'circuit_name is nil' if circuit_name.nil?
fail ArgumentError, 'authorization_name is nil' if authorization_name.nil?
api_version = '2017-03-01'
api_version = '2017-06-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down Expand Up @@ -248,7 +248,7 @@ def list_with_http_info(resource_group_name, circuit_name, custom_headers = nil)
def list_async(resource_group_name, circuit_name, custom_headers = nil)
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
fail ArgumentError, 'circuit_name is nil' if circuit_name.nil?
api_version = '2017-03-01'
api_version = '2017-06-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down Expand Up @@ -342,7 +342,7 @@ def begin_delete_async(resource_group_name, circuit_name, authorization_name, cu
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
fail ArgumentError, 'circuit_name is nil' if circuit_name.nil?
fail ArgumentError, 'authorization_name is nil' if authorization_name.nil?
api_version = '2017-03-01'
api_version = '2017-06-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down Expand Up @@ -437,7 +437,7 @@ def begin_create_or_update_async(resource_group_name, circuit_name, authorizatio
fail ArgumentError, 'circuit_name is nil' if circuit_name.nil?
fail ArgumentError, 'authorization_name is nil' if authorization_name.nil?
fail ArgumentError, 'authorization_parameters is nil' if authorization_parameters.nil?
api_version = '2017-03-01'
api_version = '2017-06-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
# Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

Expand Down Expand Up @@ -107,7 +107,7 @@ def get_async(resource_group_name, circuit_name, peering_name, custom_headers =
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
fail ArgumentError, 'circuit_name is nil' if circuit_name.nil?
fail ArgumentError, 'peering_name is nil' if peering_name.nil?
api_version = '2017-03-01'
api_version = '2017-06-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down Expand Up @@ -246,7 +246,7 @@ def list_with_http_info(resource_group_name, circuit_name, custom_headers = nil)
def list_async(resource_group_name, circuit_name, custom_headers = nil)
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
fail ArgumentError, 'circuit_name is nil' if circuit_name.nil?
api_version = '2017-03-01'
api_version = '2017-06-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down Expand Up @@ -340,7 +340,7 @@ def begin_delete_async(resource_group_name, circuit_name, peering_name, custom_h
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
fail ArgumentError, 'circuit_name is nil' if circuit_name.nil?
fail ArgumentError, 'peering_name is nil' if peering_name.nil?
api_version = '2017-03-01'
api_version = '2017-06-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down Expand Up @@ -432,7 +432,7 @@ def begin_create_or_update_async(resource_group_name, circuit_name, peering_name
fail ArgumentError, 'circuit_name is nil' if circuit_name.nil?
fail ArgumentError, 'peering_name is nil' if peering_name.nil?
fail ArgumentError, 'peering_parameters is nil' if peering_parameters.nil?
api_version = '2017-03-01'
api_version = '2017-06-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down
22 changes: 11 additions & 11 deletions management/azure_mgmt_network/lib/generated/azure_mgmt_network/express_route_circuits.rb
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
# Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

Expand Down Expand Up @@ -101,7 +101,7 @@ def get_with_http_info(resource_group_name, circuit_name, custom_headers = nil)
def get_async(resource_group_name, circuit_name, custom_headers = nil)
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
fail ArgumentError, 'circuit_name is nil' if circuit_name.nil?
api_version = '2017-03-01'
api_version = '2017-06-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down Expand Up @@ -379,7 +379,7 @@ def get_stats_with_http_info(resource_group_name, circuit_name, custom_headers =
def get_stats_async(resource_group_name, circuit_name, custom_headers = nil)
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
fail ArgumentError, 'circuit_name is nil' if circuit_name.nil?
api_version = '2017-03-01'
api_version = '2017-06-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down Expand Up @@ -474,7 +474,7 @@ def get_peering_stats_async(resource_group_name, circuit_name, peering_name, cus
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
fail ArgumentError, 'circuit_name is nil' if circuit_name.nil?
fail ArgumentError, 'peering_name is nil' if peering_name.nil?
api_version = '2017-03-01'
api_version = '2017-06-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down Expand Up @@ -561,7 +561,7 @@ def list_with_http_info(resource_group_name, custom_headers = nil)
#
def list_async(resource_group_name, custom_headers = nil)
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
api_version = '2017-03-01'
api_version = '2017-06-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down Expand Up @@ -644,7 +644,7 @@ def list_all_with_http_info(custom_headers = nil)
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
#
def list_all_async(custom_headers = nil)
api_version = '2017-03-01'
api_version = '2017-06-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down Expand Up @@ -734,7 +734,7 @@ def begin_delete_with_http_info(resource_group_name, circuit_name, custom_header
def begin_delete_async(resource_group_name, circuit_name, custom_headers = nil)
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
fail ArgumentError, 'circuit_name is nil' if circuit_name.nil?
api_version = '2017-03-01'
api_version = '2017-06-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down Expand Up @@ -822,7 +822,7 @@ def begin_create_or_update_async(resource_group_name, circuit_name, parameters,
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
fail ArgumentError, 'circuit_name is nil' if circuit_name.nil?
fail ArgumentError, 'parameters is nil' if parameters.nil?
api_version = '2017-03-01'
api_version = '2017-06-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down Expand Up @@ -943,7 +943,7 @@ def begin_list_arp_table_async(resource_group_name, circuit_name, peering_name,
fail ArgumentError, 'circuit_name is nil' if circuit_name.nil?
fail ArgumentError, 'peering_name is nil' if peering_name.nil?
fail ArgumentError, 'device_path is nil' if device_path.nil?
api_version = '2017-03-01'
api_version = '2017-06-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down Expand Up @@ -1045,7 +1045,7 @@ def begin_list_routes_table_async(resource_group_name, circuit_name, peering_nam
fail ArgumentError, 'circuit_name is nil' if circuit_name.nil?
fail ArgumentError, 'peering_name is nil' if peering_name.nil?
fail ArgumentError, 'device_path is nil' if device_path.nil?
api_version = '2017-03-01'
api_version = '2017-06-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down Expand Up @@ -1147,7 +1147,7 @@ def begin_list_routes_table_summary_async(resource_group_name, circuit_name, pee
fail ArgumentError, 'circuit_name is nil' if circuit_name.nil?
fail ArgumentError, 'peering_name is nil' if peering_name.nil?
fail ArgumentError, 'device_path is nil' if device_path.nil?
api_version = '2017-03-01'
api_version = '2017-06-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
# Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

Expand Down Expand Up @@ -55,7 +55,7 @@ def list_with_http_info(custom_headers = nil)
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
#
def list_async(custom_headers = nil)
api_version = '2017-03-01'
api_version = '2017-06-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down
2 changes: 1 addition & 1 deletion management/azure_mgmt_network/lib/generated/azure_mgmt_network/load_balancers.rb
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
# Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
# Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

Expand Down
2 changes: 1 addition & 1 deletion management/azure_mgmt_network/lib/generated/azure_mgmt_network/models/access.rb
100755 → 100644
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
# Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
# Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
# Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

Expand Down Expand Up @@ -69,6 +69,10 @@ class ApplicationGateway < MsRestAzure::Resource
# rules of the application gateway resource.
attr_accessor :request_routing_rules

# @return [Array<ApplicationGatewayRedirectConfiguration>] Redirect
# configurations of the application gateway resource.
attr_accessor :redirect_configurations

# @return [ApplicationGatewayWebApplicationFirewallConfiguration] Web
# application firewall configuration.
attr_accessor :web_application_firewall_configuration
Expand Down Expand Up @@ -331,6 +335,21 @@ def self.mapper()
}
}
},
redirect_configurations: {
required: false,
serialized_name: 'properties.redirectConfigurations',
type: {
name: 'Sequence',
element: {
required: false,
serialized_name: 'ApplicationGatewayRedirectConfigurationElementType',
type: {
name: 'Composite',
class_name: 'ApplicationGatewayRedirectConfiguration'
}
}
}
},
web_application_firewall_configuration: {
required: false,
serialized_name: 'properties.webApplicationFirewallConfiguration',
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# encoding: utf-8
# Code generated by Microsoft (R) AutoRest Code Generator 1.0.1.0
# Code generated by Microsoft (R) AutoRest Code Generator 1.1.0.0
# Changes may cause incorrect behavior and will be lost if the code is
# regenerated.

Expand Down Expand Up @@ -27,6 +27,9 @@ class ApplicationGatewayAuthenticationCertificate < MsRestAzure::SubResource
# resource is updated.
attr_accessor :etag

# @return [String] Type of the resource.
attr_accessor :type


#
# Mapper for ApplicationGatewayAuthenticationCertificate class as Ruby
Expand Down Expand Up @@ -75,6 +78,13 @@ def self.mapper()
type: {
name: 'String'
}
},
type: {
required: false,
serialized_name: 'type',
type: {
name: 'String'
}
}
}
}
Expand Down
Loading