Skip to content

Commit 7f3e3b4

Browse files
dennis-benzinger-hybris00Kai0
authored andcommitted
Fix description of public IP address name (Azure#10070)
1 parent 618bcab commit 7f3e3b4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specification/network/resource-manager/Microsoft.Network/stable/2020-05-01/publicIpAddress.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@
5454
"in": "path",
5555
"required": true,
5656
"type": "string",
57-
"description": "The name of the subnet."
57+
"description": "The name of the public IP address."
5858
},
5959
{
6060
"$ref": "./network.json#/parameters/ApiVersionParameter"
@@ -109,7 +109,7 @@
109109
"in": "path",
110110
"required": true,
111111
"type": "string",
112-
"description": "The name of the subnet."
112+
"description": "The name of the public IP address."
113113
},
114114
{
115115
"$ref": "./network.json#/parameters/ApiVersionParameter"

0 commit comments

Comments
 (0)