You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
_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).
208
208
209
209
> [!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.
_Example 2:_ Add or update the log analytics output settings (LAW) for a Cluster.
398
398
399
399
> [!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.
401
401
402
402
```azurecli-interactive
403
403
az networkcloud cluster update --name "clusterName" --resource-group "resourceGroupName" \
@@ -489,3 +489,15 @@ Note, `<APIVersion>` is the API version 2024-07-01 or newer.
489
489
}
490
490
}
491
491
```
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.
| Storage Account | N/A |`command-output-settings`: <br> `container-url` <br> `identity-type` <br> `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> `use-key-vault` <br> `key-vault-id` <br> Cluster Manager managed identity |`secret-archive-settings`: <br> `valut-uri` <br> `identity-type` <br> `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> `analytics-workspace-id` <br> `identity-type` <br> `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