Skip to content

Commit

Permalink
Merge pull request Azure#1141 from anudeepsharma/SampleChanges
Browse files Browse the repository at this point in the history
Minor changes in samples.
  • Loading branch information
jianghaolu authored Sep 30, 2016
2 parents 13e8c08 + c6f4c89 commit 8e9beec
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 8e9beec

Please sign in to comment.