-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add audience for multi-cloud support #24237
Conversation
/azp run java - monitor - ci |
Azure Pipelines successfully started running 1 pipeline(s). |
API changes have been detected in |
API changes have been detected in API changes + public static final LogsQueryClientAudience DEFAULT = fromString("https://api.monitor.azure.com");
+ public static final MetricsQueryClientAudience DEFAULT = fromString("https://management.azure.com"); |
API changes have been detected in |
API changes have been detected in API changes + public MetricResult getMetricByName(String metricName)
- public MetricResult getMetrics(String metricName) |
.../src/main/java/com/azure/monitor/query/implementation/logs/AzureLogAnalyticsImplBuilder.java
Show resolved
Hide resolved
...zure-monitor-query/src/main/java/com/azure/monitor/query/models/LogsQueryClientAudience.java
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This PR adds builder methods to configure audience for multi-cloud support. This pattern is similar to the one used in ACR.