Skip to content

Commit ddeca84

Browse files
Merge pull request #287606 from priyamshet/priyshet/networkCloud20240701api
NetworkCloud: Updated API version details 2024-07-01 for Cluster and ClusterManager identity
2 parents 05be466 + cca45f2 commit ddeca84

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

articles/operator-nexus/howto-cluster-manager.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: How to guide for running commands for Cluster Manager on Azure Operator Nexus
2+
title: "Cluster Manager: How to manage the Cluster Manager in Operator Nexus"
33
description: Learn to create, view, list, update, delete commands for Cluster Manager on Operator Nexus
44
author: jaredr80
55
ms.author: jaredro
@@ -54,7 +54,7 @@ Some arguments that are available for every Azure CLI command
5454

5555
## Cluster Manager Identity
5656

57-
Starting with the 2024-06-01-preview API version, a customer can assign managed identity to a Cluster Manager. Both System-assigned and User-Assigned managed identities are supported.
57+
Starting with the 2024-07-01 API version, a customer can assign managed identity to a Cluster Manager. Both System-assigned and User-Assigned managed identities are supported.
5858

5959
If a Cluster Manager is created with the User-assigned managed identity, a customer is required to provision access to that identity for the Nexus platform.
6060
Specifically, `Microsoft.ManagedIdentity/userAssignedIdentities/assign/action` permission needs to be added to the User-assigned identity for `AFOI-NC-MGMT-PME-PROD` Microsoft Entra ID. It is a known limitation of the platform that will be addressed in the future.
@@ -195,7 +195,7 @@ az networkcloud clustermanager update \
195195
### Update Cluster Manager Identities via APIs
196196

197197
Cluster Manager managed identities can be assigned via CLI. The un-assignment of the identities can be done via API calls.
198-
Note, `<APIVersion>` is the API version 2024-06-01-preview or newer.
198+
Note, `<APIVersion>` is the API version 2024-07-01 or newer.
199199

200200
- To remove all managed identities, execute:
201201

articles/operator-nexus/howto-configure-cluster.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ az networkcloud cluster create --name "$CLUSTER_NAME" --location "$LOCATION" \
111111

112112
## Cluster Identity
113113

114-
Starting with the 2024-06-01-preview API version, a customer can assign managed identity to a Cluster. Both System-assigned and User-Assigned managed identities are supported.
114+
Starting with the 2024-07-01 API version, a customer can assign managed identity to a Cluster. Both System-assigned and User-Assigned managed identities are supported.
115115

116116
Managed Identity can be assigned to the Cluster during creation or update operations by providing the following parameters:
117117

@@ -308,7 +308,7 @@ Cluster create Logs can be viewed in the following locations:
308308
## Update Cluster Identities via APIs
309309

310310
Cluster managed identities can be assigned via CLI. The unassignment of the identities can be done via API calls.
311-
Note, `<APIVersion>` is the API version 2024-06-01-preview or newer.
311+
Note, `<APIVersion>` is the API version 2024-07-01 or newer.
312312

313313
- To remove all managed identities, execute:
314314

0 commit comments

Comments
 (0)