Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
bragi92 committed Aug 29, 2024
1 parent 407e425 commit dadd40e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ def ensure_azure_monitor_profile_prerequisites(
cluster_type
):
cloud_name = cmd.cli_ctx.cloud.name
if cloud_name.lower() == "ussec" or cloud_name.lower() == "usdod":
if cloud_name.lower() == "ussec" or cloud_name.lower() == "usnat" or cloud_name.lower() == "usdod":
raise AzCLIError(f"{cloud_name} does not support Azure Managed Prometheus yet.")
# Do RP registrations if required
rp_registrations(cmd, cluster_subscription)
Expand Down

0 comments on commit dadd40e

Please sign in to comment.