diff --git a/management/azure_mgmt_network/lib/2018-01-01/generated/azure_mgmt_network/express_route_circuit_peerings.rb b/management/azure_mgmt_network/lib/2018-01-01/generated/azure_mgmt_network/express_route_circuit_peerings.rb index cc9cadcf21..6d8ac61d7c 100644 --- a/management/azure_mgmt_network/lib/2018-01-01/generated/azure_mgmt_network/express_route_circuit_peerings.rb +++ b/management/azure_mgmt_network/lib/2018-01-01/generated/azure_mgmt_network/express_route_circuit_peerings.rb @@ -62,7 +62,7 @@ def delete_async(resource_group_name, circuit_name, peering_name, custom_headers end # - # Gets the specified authorization from the specified express route circuit. + # Gets the specified peering for the express route circuit. # # @param resource_group_name [String] The name of the resource group. # @param circuit_name [String] The name of the express route circuit. @@ -78,7 +78,7 @@ def get(resource_group_name, circuit_name, peering_name, custom_headers = nil) end # - # Gets the specified authorization from the specified express route circuit. + # Gets the specified peering for the express route circuit. # # @param resource_group_name [String] The name of the resource group. # @param circuit_name [String] The name of the express route circuit. @@ -93,7 +93,7 @@ def get_with_http_info(resource_group_name, circuit_name, peering_name, custom_h end # - # Gets the specified authorization from the specified express route circuit. + # Gets the specified peering for the express route circuit. # # @param resource_group_name [String] The name of the resource group. # @param circuit_name [String] The name of the express route circuit. diff --git a/management/azure_mgmt_network/lib/2018-01-01/generated/azure_mgmt_network/models/express_route_circuit_authorization.rb b/management/azure_mgmt_network/lib/2018-01-01/generated/azure_mgmt_network/models/express_route_circuit_authorization.rb index 9f1afe1e12..1542f8242b 100644 --- a/management/azure_mgmt_network/lib/2018-01-01/generated/azure_mgmt_network/models/express_route_circuit_authorization.rb +++ b/management/azure_mgmt_network/lib/2018-01-01/generated/azure_mgmt_network/models/express_route_circuit_authorization.rb @@ -75,6 +75,7 @@ def self.mapper() }, name: { required: false, + read_only: true, serialized_name: 'name', type: { name: 'String' diff --git a/management/azure_mgmt_network/lib/2018-01-01/generated/azure_mgmt_network/models/express_route_circuit_peering.rb b/management/azure_mgmt_network/lib/2018-01-01/generated/azure_mgmt_network/models/express_route_circuit_peering.rb index c5bff0184e..4760a767f7 100644 --- a/management/azure_mgmt_network/lib/2018-01-01/generated/azure_mgmt_network/models/express_route_circuit_peering.rb +++ b/management/azure_mgmt_network/lib/2018-01-01/generated/azure_mgmt_network/models/express_route_circuit_peering.rb @@ -229,6 +229,7 @@ def self.mapper() }, name: { required: false, + read_only: true, serialized_name: 'name', type: { name: 'String'