Skip to content

Commit 1feef7f

Browse files
authored
fix the description (#10151)
1 parent 8fe8bc6 commit 1feef7f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,15 +466,15 @@
466466
"properties": {
467467
"addresses": {
468468
"type": "array",
469-
"description": "The number of Public IP addresses associated with azure firewall.",
469+
"description": "The list of Public IP addresses associated with azure firewall or IP addresses to be retained.",
470470
"items": {
471471
"$ref": "#/definitions/AzureFirewallPublicIPAddress"
472472
}
473473
},
474474
"count": {
475475
"type": "integer",
476476
"format": "int32",
477-
"description": "Private IP Address associated with azure firewall."
477+
"description": "The number of Public IP addresses associated with azure firewall."
478478
}
479479
},
480480
"description": "Public IP addresses associated with azure firewall."

specification/network/resource-manager/Microsoft.Network/stable/2020-06-01/azureFirewall.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -466,15 +466,15 @@
466466
"properties": {
467467
"addresses": {
468468
"type": "array",
469-
"description": "The number of Public IP addresses associated with azure firewall.",
469+
"description": "The list of Public IP addresses associated with azure firewall or IP addresses to be retained.",
470470
"items": {
471471
"$ref": "#/definitions/AzureFirewallPublicIPAddress"
472472
}
473473
},
474474
"count": {
475475
"type": "integer",
476476
"format": "int32",
477-
"description": "Private IP Address associated with azure firewall."
477+
"description": "The number of Public IP addresses associated with azure firewall."
478478
}
479479
},
480480
"description": "Public IP addresses associated with azure firewall."

0 commit comments

Comments
 (0)