Skip to content

Commit

Permalink
Merge pull request #6459 from microsoft/fix/java-none
Browse files Browse the repository at this point in the history
fix: java generation scripts to avoid differences
  • Loading branch information
baywet authored Sep 16, 2024
2 parents b96798a + 116955c commit 633d023
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion get-started/azure-auth/java/makesdk.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
kiota generate -l java -d ../getme.yml -c GetUserApiClient -n getuserclient.apiclient -o ./app/src/main/java/getuserclient/apiclient
kiota generate -l java -d ../getme.yml -c GetUserApiClient -n getuserclient.apiclient -o ./app/src/main/java/getuserclient/apiclient -s none --ds none
2 changes: 1 addition & 1 deletion get-started/quickstart/java/makesdk.bat
Original file line number Diff line number Diff line change
@@ -1 +1 @@
kiota generate -l java -c PostsClient -n kiotaposts.client -d ../posts-api.yml -o ./app/src/main/java/kiotaposts/client
kiota generate -l java -c PostsClient -n kiotaposts.client -d ../posts-api.yml -o ./app/src/main/java/kiotaposts/client -s none --ds none

0 comments on commit 633d023

Please sign in to comment.