Skip to content

Commit

Permalink
http-client-java, new data boundary client to resources lib (microsof…
Browse files Browse the repository at this point in the history
…t#4572)

required for the new client in resources lib
Azure/azure-sdk-for-java#42131
  • Loading branch information
weidongxu-microsoft authored Oct 10, 2024
1 parent dc5bf12 commit 09317da
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,8 @@ public String getMethodReference() {
serviceClientReference = "resourceChangeClient()";
} else if (tag.contains("deploymentstacks")) {
serviceClientReference = "deploymentStackClient()";
} else if (tag.contains("databoundaries")) {
serviceClientReference = "dataBoundaryClient()";
}
}

Expand Down

0 comments on commit 09317da

Please sign in to comment.