Skip to content

Commit 2120ee2

Browse files
author
Andrew
committed
Adding reference table that shows deprecating resource fields and their replacements.
1 parent dffdb8d commit 2120ee2

File tree

1 file changed

+14
-2
lines changed

1 file changed

+14
-2
lines changed

articles/operator-nexus/howto-cluster-managed-identity-user-provided-resources.md

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ az networkcloud cluster update --name "clusterName" --resource-group "resourceGr
207207
_Example 3:_ Update a Cluster that already has a SAMI and add a UAMI. The SAMI is retained. Then assign the UAMI to the log analytics output settings (LAW).
208208

209209
> [!CAUTION]
210-
> Changing the LAW settings will cause a brief disruption in sending metrics to the LAW as the extensions which use the LAW might need to be reinstalled.
210+
> Changing the LAW settings causes a brief disruption in sending metrics to the LAW as the extensions which use the LAW might need to be reinstalled.
211211
212212
Cluster update to add the UAMI `mUAMI`.
213213

@@ -397,7 +397,7 @@ az networkcloud cluster update --name "clusterName" --resource-group "resourceGr
397397
_Example 2:_ Add or update the log analytics output settings (LAW) for a Cluster.
398398

399399
> [!CAUTION]
400-
> Changing the LAW settings will cause a brief disruption in sending metrics to the LAW as the extensions which use the LAW need to be reinstalled.
400+
> Changing the LAW settings causes a brief disruption in sending metrics to the LAW as the extensions which use the LAW need to be reinstalled.
401401
402402
```azurecli-interactive
403403
az networkcloud cluster update --name "clusterName" --resource-group "resourceGroupName" \
@@ -489,3 +489,15 @@ Note, `<APIVersion>` is the API version 2024-07-01 or newer.
489489
}
490490
}
491491
```
492+
493+
## Field deprecations and replacements
494+
495+
This table is a reference for the deprecated resource fields and their replacements. All fields are found on the Cluster resource except for the Cluster Manager managed identity used for the deprecated key vault method. This list also assumes that an associated managed identity is defined on the Cluster that corresponds with the resource managed identity.
496+
497+
`identity-resource-id` is only required when using a UAMI. It shouldn't be specified if using a SAMI for the resource.
498+
499+
| Resource | Deprecated Fields | Replacing Fields | Notes |
500+
| ----------------------- | ------------------------------------------------------------------------------------------------------------------------------------ | ----------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
501+
| Storage Account | N/A | `command-output-settings`: <br> &nbsp; &nbsp; `container-url` <br> &nbsp; &nbsp; `identity-type` <br> &nbsp; &nbsp; `identity-resource-id` | Deprecated Fields is N/A because the Cluster Manager storage account gets created automatically today and doesn't require user input. |
502+
| Key Vault | `cluster-secret-archive`: <br> &nbsp; &nbsp; `use-key-vault` <br> &nbsp; &nbsp; `key-vault-id` <br> Cluster Manager managed identity | `secret-archive-settings`: <br> &nbsp; &nbsp; `valut-uri` <br> &nbsp; &nbsp; `identity-type` <br> &nbsp; &nbsp; `identity-resource-id` | `vault-uri` in `secret-archive-settings` is the URI for the Key Vault being specified versus the ARM resource ID that is specified for `key-vault-id`. |
503+
| Log Analytics Workspace | `analytics-workspace-id` | `analytics-output-settings`: <br> &nbsp; &nbsp; `analytics-workspace-id` <br> &nbsp; &nbsp; `identity-type` <br> &nbsp; &nbsp; `identity-resource-id` | The input (LAW ARM resource ID) is the same between the deprecated `analytics-workspace-id` field and the `analytics-workspace-id` within the `analytics-output-settings` construct. |

0 commit comments

Comments
 (0)