-
Notifications
You must be signed in to change notification settings - Fork 4.9k
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
[MetricsAdvisor] Added AAD support #18036
Conversation
/azp run net - metricsadvisor - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run net - metricsadvisor - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
/azp run net - metricsadvisor - tests |
Azure Pipelines successfully started running 1 pipeline(s). |
...etricsAdvisor/tests/MetricsAdvisorAdministrationClient/AnomalyAlertConfigurationLiveTests.cs
Show resolved
Hide resolved
sdk/metricsadvisor/Azure.AI.MetricsAdvisor/src/MetricsAdvisorAdministrationClient.cs
Show resolved
Hide resolved
/// <summary> | ||
/// Initializes a new instance of the <see cref="MetricsAdvisorClient"/> class. | ||
/// </summary> | ||
/// <param name="endpoint">The endpoint to use for connecting to the Form Recognizer Azure Cognitive Service.</param> |
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.
to the Metrics Advisor ... service
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.
I was pretty sure my copy-pasting wouldn't be exposed. I failed this time.
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.
My next PR will update the README with AAD info, so I'll include these doc fixes there.
Adding AAD support to Metrics Advisor. Changes:
useTokenCredential
bool test parameter).test-resources.json
to enable AAD credentials in live tests pipeline.Fixes #17768.