File tree Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Expand file tree Collapse file tree 1 file changed +11
-1
lines changed Original file line number Diff line number Diff line change @@ -68,9 +68,19 @@ Location Name Type Zone
6868-------- ---- ---- ----
6969East US testnewkustocluster Microsoft.Kusto/Clusters
7070```
71-
7271The 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
You can’t perform that action at this time.
0 commit comments