Skip to content

Commit

Permalink
Minor changes in samples.
Browse files Browse the repository at this point in the history
  • Loading branch information
anudeepsharma committed Sep 30, 2016
1 parent 13e8c08 commit c6f4c89
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ public static void main(String[] args) {

//=============================================================
// Update - Resize (expand) the data disk
// First, deallocate teh virtual machine and then proceed with resize
// First, deallocate the virtual machine and then proceed with resize

System.out.println("De-allocating VM: " + windowsVM.id());

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static void main(String[] args) {

Azure azure = Azure
.configure()
.withLogLevel(HttpLoggingInterceptor.Level.BODY)
.withLogLevel(HttpLoggingInterceptor.Level.BASIC)
.authenticate(credFile)
.withDefaultSubscription();

Expand Down

0 comments on commit c6f4c89

Please sign in to comment.