Skip to content

Commit 0aa442a

Browse files
authored
Updated PublicIpAddressCombo doc re. result value
Updated doc to fix inverted note about options.hideNone and to be specified about "specified" vs. specified with a value of true.
1 parent 9a86be9 commit 0aa442a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

articles/azure-resource-manager/managed-application-microsoft-network-publicipaddresscombo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,8 @@ If the user selects a new or existing IP address, the following output is expect
8484
"newOrExistingOrNone": "new"
8585
}
8686
```
87-
- When `options.hideNone` is specified, `newOrExistingOrNone` always returns **none**.
88-
- When `options.hideDomainNameLabel` is specified, `domainNameLabel` is undeclared.
87+
- When `options.hideNone` is specified as **true**, `newOrExistingOrNone` will only have a value of **new** or **existing**.
88+
- When `options.hideDomainNameLabel` is specified as **true**, `domainNameLabel` is undeclared.
8989

9090
## Next steps
9191
* For an introduction to managed applications, see [Azure Managed Application overview](managed-application-overview.md).

0 commit comments

Comments
 (0)