Skip to content

Commit

Permalink
Merge pull request Azure#207 from pfrcks/user/amagraw/fix-bug/rename
Browse files Browse the repository at this point in the history
add dummy key for amalogs as well
  • Loading branch information
deeksha345 authored Dec 30, 2022
2 parents ee8a070 + 4a6fcdb commit 9b65294
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ def _get_container_insights_settings(cmd, cluster_resource_group_name, cluster_r

# workspace key not used in case of AAD MSI auth
configuration_protected_settings['omsagent.secret.key'] = "<not_used>"
configuration_protected_settings['amalogs.secret.key'] = "<not_used>"
if not useAADAuth:
shared_keys = log_analytics_client.shared_keys.get_shared_keys(
workspace_rg_name, workspace_name)
Expand Down

0 comments on commit 9b65294

Please sign in to comment.