Skip to content

Commit 94dbd6d

Browse files
authored
Update Test-AzKustoClusterNameAvailability.md (#15604)
removed the -Type argument from the code examples. -Type has not been available since 6.2.1
1 parent f16aa20 commit 94dbd6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Kusto/help/Test-AzKustoClusterNameAvailability.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ Checks that the cluster name is valid and is not already in use.
3131

3232
### Example 1: Check the availability of a Kusto cluster name which is in use
3333
```powershell
34-
PS C:\> Test-AzKustoClusterNameAvailability -Name testnewkustocluster -Location 'East US' -Type Microsoft.Kusto/clusters
34+
PS C:\> Test-AzKustoClusterNameAvailability -Name testnewkustocluster -Location 'East US'
3535
3636
Message Name NameAvailable Reason
3737
------- ---- ------------- ------
@@ -42,7 +42,7 @@ The above command returns whether or not a Kusto cluster named "testnewkustoclus
4242

4343
### Example 2: Check the availability of a Kusto cluster name which is not in use
4444
```powershell
45-
PS C:\> Test-AzKustoClusterNameAvailability -Name availablekustocluster -Location 'East US' -Type Microsoft.Kusto/clusters
45+
PS C:\> Test-AzKustoClusterNameAvailability -Name availablekustocluster -Location 'East US'
4646
4747
Message Name NameAvailable Reason
4848
------- ---- ------------- ------

0 commit comments

Comments
 (0)