Skip to content

Commit

Permalink
Remove bin and obj folders, fix Fluent NuGet package reference version
Browse files Browse the repository at this point in the history
  • Loading branch information
Dan Schulte committed Sep 6, 2017
1 parent 97712bb commit d5c849d
Show file tree
Hide file tree
Showing 14 changed files with 11 additions and 15,704 deletions.
4 changes: 2 additions & 2 deletions ManageVirtualMachineScaleSetAsync.csproj
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<Project Sdk="Microsoft.NET.Sdk">
<Project Sdk="Microsoft.NET.Sdk">

<PropertyGroup>
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
Expand All @@ -19,7 +19,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.Rest.ClientRuntime" Version="2.3.8" />
<PackageReference Include="Microsoft.Azure.Management.Fluent" Version="1.2.1" />
<PackageReference Include="Microsoft.Azure.Management.Fluent" Version="1.2.0" />
<PackageReference Include="CoreFTP" Version="1.2.0" />
<PackageReference Include="Microsoft.Azure.ServiceBus" Version="0.0.2-preview" />
<PackageReference Include="SSH.NET" Version="2016.0.0" />
Expand Down
18 changes: 9 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,15 +6,15 @@ author: hovsepm

# Getting Started with Compute - Manage Virtual Machine Scale Set Async - in .Net #

Azure Compute sample for managing virtual machine scale sets with un-managed disks -
- Create a virtual machine scale set behind an Internet facing load balancer
- Install Apache Web servers in virtual machines in the virtual machine scale set
- List scale set virtual machine instances and SSH collection string
- Stop a virtual machine scale set
- Start a virtual machine scale set
- Update a virtual machine scale set
- Double the no. of virtual machines
- Restart a virtual machine scale set
Azure Compute sample for managing virtual machine scale sets with un-managed disks -
- Create a virtual machine scale set behind an Internet facing load balancer
- Install Apache Web servers in virtual machines in the virtual machine scale set
- List scale set virtual machine instances and SSH collection string
- Stop a virtual machine scale set
- Start a virtual machine scale set
- Update a virtual machine scale set
- Double the no. of virtual machines
- Restart a virtual machine scale set


## Running this Sample ##
Expand Down

This file was deleted.

This file was deleted.

Loading

0 comments on commit d5c849d

Please sign in to comment.