File tree Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Expand file tree Collapse file tree 1 file changed +10
-4
lines changed Original file line number Diff line number Diff line change @@ -225,7 +225,7 @@ $tagHash = @{
225
225
Update-AzNetworkCloudClusterManager -Name "$CLUSTER_MANAGER_NAME -ResourceGroupName $CLUSTER_MANAGER_RG -SubscriptionId $SUB_ID -Tag $tagHash
226
226
```
227
227
228
- ### Update Cluster Manager Identities
228
+ ## Update Cluster Manager Identities
229
229
230
230
Cluster Manager identity can be managed via CLI using ` az networkcloud clustermanager identity ` commands.
231
231
@@ -280,7 +280,13 @@ az networkcloud clustermanager identity remove \
280
280
--mi-system-assigned
281
281
```
282
282
283
- ### [ Azure APIs] ( #tab/azure-api )
283
+ ### [ Azure PowerShell] ( #tab/azure-powershell )
284
+
285
+ Currently not supported.
286
+
287
+ ---
288
+
289
+ Alternatively, you can update Cluster Manager Identities Azure APIs.
284
290
285
291
- To remove all managed identities, execute:
286
292
@@ -379,6 +385,6 @@ After you successfully created the Network Fabric Controller and the Cluster Man
379
385
380
386
## Useful links
381
387
382
- - [ NetworkCloud REST APIs Reference] ( https://learn.microsoft.com /rest/api/networkcloud/)
383
- - [ NetworkCloud PowerShell Reference] ( https://learn.microsoft.com /powershell/module/az.networkcloud/)
388
+ - [ NetworkCloud REST APIs Reference] ( /rest/api/networkcloud/ )
389
+ - [ NetworkCloud PowerShell Reference] ( /powershell/module/az.networkcloud/ )
384
390
You can’t perform that action at this time.
0 commit comments