Skip to content

Commit

Permalink
Fix LogsIngestionAudience (#39694)
Browse files Browse the repository at this point in the history
  • Loading branch information
srnagar authored Apr 12, 2024
1 parent 7affa8c commit 80b0859
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ public class LogsIngestionAudience extends ExpandableStringEnum<LogsIngestionAud
/**
* Static value for Azure US Government.
*/
private static final LogsIngestionAudience AZURE_GOVERNMENT = fromString("https://monitor.azure.us//.default");
public static final LogsIngestionAudience AZURE_GOVERNMENT = fromString("https://monitor.azure.us//.default");

/**
* Static value for Azure China.
*/
private static final LogsIngestionAudience AZURE_CHINA = fromString("https://monitor.azure.cn//.default");
public static final LogsIngestionAudience AZURE_CHINA = fromString("https://monitor.azure.cn//.default");

/**
* @deprecated Creates an instance of LogsIngestionAudience.
Expand Down

0 comments on commit 80b0859

Please sign in to comment.