File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ Checks that the cluster name is valid and is not already in use.
31
31
32
32
### Example 1: Check the availability of a Kusto cluster name which is in use
33
33
``` 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'
35
35
36
36
Message Name NameAvailable Reason
37
37
------- ---- ------------- ------
@@ -42,7 +42,7 @@ The above command returns whether or not a Kusto cluster named "testnewkustoclus
42
42
43
43
### Example 2: Check the availability of a Kusto cluster name which is not in use
44
44
``` 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'
46
46
47
47
Message Name NameAvailable Reason
48
48
------- ---- ------------- ------
You can’t perform that action at this time.
0 commit comments