Skip to content

Commit 93908bb

Browse files
authored
Kusto: Adding Example to Update-AzKustoCluster.md (#14322)
* Update Update-AzKustoCluster.md Adding example * Update Update-AzKustoCluster.md
1 parent 6fdea67 commit 93908bb

File tree

1 file changed

+11
-1
lines changed

1 file changed

+11
-1
lines changed

src/Kusto/help/Update-AzKustoCluster.md

+11-1
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,19 @@ Location Name Type Zone
6868
-------- ---- ---- ----
6969
East US testnewkustocluster Microsoft.Kusto/Clusters
7070
```
71-
7271
The above command updates the cluster "testnewkustocluster" found in the resource group "testrg" with a customer managed key.
7372

73+
### Example 3: Update Cluster with TrustedExternalTenant
74+
```powershell
75+
PS C:\> Update-AzKustoCluster -ResourceGroupName testrg -Name testnewkustocluster -TrustedExternalTenant @(@{value="12345678-1234-1234-1234-123456789012"})
76+
77+
Location Name Type Zone
78+
-------- ---- ---- ----
79+
East US testnewkustocluster Microsoft.Kusto/Clusters
80+
```
81+
82+
The above command updates the cluster "testnewkustocluster" found in the resource group "testrg" with the provided Trusted External Tenant.
83+
7484
## PARAMETERS
7585

7686
### -AsJob

0 commit comments

Comments
 (0)