Skip to content

Commit 0f03afc

Browse files
authored
Merge pull request #1 from markjbrown/markjbrown-patch-1
Update Test-AzureRmDnsAvailability Help File
2 parents f12aa3f + 8e7a2d2 commit 0f03afc

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

src/ResourceManager/Network/Commands.Network/help/Test-AzureRmDnsAvailability.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
---
1+
---
22
external help file: Microsoft.Azure.Commands.Network.dll-Help.xml
33
Module Name: AzureRM.Network
44
ms.assetid: 556A9F12-DF72-468F-9C3F-A747CC70BD2F
@@ -9,6 +9,7 @@ schema: 2.0.0
99
# Test-AzureRmDnsAvailability
1010

1111
## SYNOPSIS
12+
Checks whether a domain name in the cloudapp.azure.com zone is available for use.
1213

1314
## SYNTAX
1415

@@ -18,12 +19,13 @@ Test-AzureRmDnsAvailability -DomainNameLabel <String> -Location <String>
1819
```
1920

2021
## DESCRIPTION
22+
Checks whether a domain name in the cloudapp.azure.com zone is available for use.
2123

2224
## EXAMPLES
2325

24-
### 1:
26+
### --- Example 1: Check if contoso.cloudapp.azure.com is available for use. ---
2527
```
26-
28+
Test-AzureRmDnsAvailability -DomainNameLabel contoso -Location westus
2729
```
2830

2931
## PARAMETERS

0 commit comments

Comments
 (0)