Skip to content
This repository was archived by the owner on Jan 11, 2023. It is now read-only.
Merged
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
137 changes: 70 additions & 67 deletions management/azure_mgmt_network/lib/generated/azure_mgmt_network.rb

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ def get_with_http_info(resource_group_name, application_gateway_name, custom_hea
def get_async(resource_group_name, application_gateway_name, custom_headers = nil)
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
fail ArgumentError, 'application_gateway_name is nil' if application_gateway_name.nil?
api_version = '2017-08-01'
api_version = '2017-09-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down Expand Up @@ -234,7 +234,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-08-01'
api_version = '2017-09-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down Expand Up @@ -317,7 +317,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-08-01'
api_version = '2017-09-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down Expand Up @@ -523,7 +523,7 @@ def list_available_waf_rule_sets_with_http_info(custom_headers = nil)
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
#
def list_available_waf_rule_sets_async(custom_headers = nil)
api_version = '2017-08-01'
api_version = '2017-09-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down Expand Up @@ -606,7 +606,7 @@ def list_available_ssl_options_with_http_info(custom_headers = nil)
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
#
def list_available_ssl_options_async(custom_headers = nil)
api_version = '2017-08-01'
api_version = '2017-09-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down Expand Up @@ -689,7 +689,7 @@ def list_available_ssl_predefined_policies_with_http_info(custom_headers = nil)
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
#
def list_available_ssl_predefined_policies_async(custom_headers = nil)
api_version = '2017-08-01'
api_version = '2017-09-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down Expand Up @@ -775,7 +775,7 @@ def get_ssl_predefined_policy_with_http_info(predefined_policy_name, custom_head
# @return [Concurrent::Promise] Promise object which holds the HTTP response.
#
def get_ssl_predefined_policy_async(predefined_policy_name, custom_headers = nil)
api_version = '2017-08-01'
api_version = '2017-09-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?
fail ArgumentError, 'predefined_policy_name is nil' if predefined_policy_name.nil?

Expand Down Expand Up @@ -866,7 +866,7 @@ def begin_delete_with_http_info(resource_group_name, application_gateway_name, c
def begin_delete_async(resource_group_name, application_gateway_name, custom_headers = nil)
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
fail ArgumentError, 'application_gateway_name is nil' if application_gateway_name.nil?
api_version = '2017-08-01'
api_version = '2017-09-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down Expand Up @@ -954,7 +954,7 @@ def begin_create_or_update_async(resource_group_name, application_gateway_name,
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
fail ArgumentError, 'application_gateway_name is nil' if application_gateway_name.nil?
fail ArgumentError, 'parameters is nil' if parameters.nil?
api_version = '2017-08-01'
api_version = '2017-09-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down Expand Up @@ -1063,7 +1063,7 @@ def begin_start_with_http_info(resource_group_name, application_gateway_name, cu
def begin_start_async(resource_group_name, application_gateway_name, custom_headers = nil)
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
fail ArgumentError, 'application_gateway_name is nil' if application_gateway_name.nil?
api_version = '2017-08-01'
api_version = '2017-09-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down Expand Up @@ -1143,7 +1143,7 @@ def begin_stop_with_http_info(resource_group_name, application_gateway_name, cus
def begin_stop_async(resource_group_name, application_gateway_name, custom_headers = nil)
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
fail ArgumentError, 'application_gateway_name is nil' if application_gateway_name.nil?
api_version = '2017-08-01'
api_version = '2017-09-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down Expand Up @@ -1233,7 +1233,7 @@ def begin_backend_health_with_http_info(resource_group_name, application_gateway
def begin_backend_health_async(resource_group_name, application_gateway_name, expand = nil, custom_headers = nil)
fail ArgumentError, 'resource_group_name is nil' if resource_group_name.nil?
fail ArgumentError, 'application_gateway_name is nil' if application_gateway_name.nil?
api_version = '2017-08-01'
api_version = '2017-09-01'
fail ArgumentError, '@client.subscription_id is nil' if @client.subscription_id.nil?


Expand Down
Loading