Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Commit 9b65294

Browse files
authored
Merge pull request #207 from pfrcks/user/amagraw/fix-bug/rename
add dummy key for amalogs as well
2 parents ee8a070 + 4a6fcdb commit 9b65294

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/k8s-extension/azext_k8s_extension/partner_extensions/ContainerInsights.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -542,6 +542,7 @@ def _get_container_insights_settings(cmd, cluster_resource_group_name, cluster_r
542542

543543
# workspace key not used in case of AAD MSI auth
544544
configuration_protected_settings['omsagent.secret.key'] = "<not_used>"
545+
configuration_protected_settings['amalogs.secret.key'] = "<not_used>"
545546
if not useAADAuth:
546547
shared_keys = log_analytics_client.shared_keys.get_shared_keys(
547548
workspace_rg_name, workspace_name)

0 commit comments

Comments
 (0)