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
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand All @@ -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.
Expand All @@ -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.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def self.mapper()
},
name: {
required: false,
read_only: true,
serialized_name: 'name',
type: {
name: 'String'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -229,6 +229,7 @@ def self.mapper()
},
name: {
required: false,
read_only: true,
serialized_name: 'name',
type: {
name: 'String'
Expand Down