Skip to content
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

[Purview-Workflow][TestProxyMigration] Enable disabled tests and re-record #36021

Merged
merged 1 commit into from
Jul 21, 2023

Conversation

mssfang
Copy link
Member

@mssfang mssfang commented Jul 21, 2023

Follow-up PR: #36005

fix: #36007

@mssfang mssfang added Client This issue points to a problem in the data-plane of the library. Purview labels Jul 21, 2023
@mssfang mssfang added this to the 2023-08 milestone Jul 21, 2023
@mssfang mssfang requested a review from samvaity July 21, 2023 06:30
@mssfang mssfang self-assigned this Jul 21, 2023
@azure-sdk
Copy link
Collaborator

API change check

API changes are not detected in this pull request.

Copy link
Member

@samvaity samvaity left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Other changes lgtm

@@ -37,7 +36,14 @@ protected void beforeTest() {
} else {
purviewWorkflowClientbuilder
.httpClient(HttpClient.createDefault())
.credential(new DefaultAzureCredentialBuilder().build());
.credential(new UsernamePasswordCredentialBuilder()
.clientId(Configuration.getGlobalConfiguration().get("CLIENTID", "clientId"))
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should these be named AZURE_CLIENT_ID etc..

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It is what the SDK owner uses. I would stay with what it is until they change.

@mssfang mssfang merged commit 7b25150 into Azure:main Jul 21, 2023
@mssfang mssfang deleted the Purview-Workflow-TestProxy-Migration branch February 8, 2024 21:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Client This issue points to a problem in the data-plane of the library. Purview
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Purview-Workflow][TestProxyMigration] Disable tests until able to record tests with correct output.
3 participants