Skip to content

Commit ce6158e

Browse files
committed
WAP Proxy Sync and New cmdlet to Get CloudVMRoleSizeProfile
1 parent 8b4fa67 commit ce6158e

File tree

5 files changed

+155
-763
lines changed

5 files changed

+155
-763
lines changed

src/ServiceManagement/Services/Commands.Utilities/Commands.Utilities.csproj

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@
141141
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.MediaServices.4.0.0\lib\net40\Microsoft.WindowsAzure.Management.MediaServices.dll</HintPath>
142142
</Reference>
143143
<Reference Include="Microsoft.WindowsAzure.Management.Network, Version=7.0.0.0, Culture=neutral, processorArchitecture=MSIL">
144-
<SpecificVersion>False</SpecificVersion>
144+
<SpecificVersion>False</SpecificVersion>
145145
<HintPath>..\..\..\packages\Microsoft.WindowsAzure.Management.Network.7.0.4\lib\net40\Microsoft.WindowsAzure.Management.Network.dll</HintPath>
146146
</Reference>
147147
<Reference Include="Microsoft.WindowsAzure.Management.Scheduler, Version=6.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL">
@@ -327,6 +327,7 @@
327327
<Compile Include="WAPackIaaS\Operations\StaticIPAddressPoolOperations.cs" />
328328
<Compile Include="WAPackIaaS\Operations\VirtualHardDiskOperations.cs" />
329329
<Compile Include="WAPackIaaS\Operations\VirtualMachineOperations.cs" />
330+
<Compile Include="WAPackIaaS\Operations\VMRoleSizeProfileOperations.cs" />
330331
<Compile Include="WAPackIaaS\Operations\VMSubnetOperations.cs" />
331332
<Compile Include="WAPackIaaS\Operations\VMNetworkOperations.cs" />
332333
<Compile Include="WAPackIaaS\Operations\VMRoleOperations.cs" />
@@ -706,4 +707,5 @@
706707
<PostBuildEvent>powershell.exe -ExecutionPolicy Unrestricted -File "$(ProjectDir)\PostBuild.ps1" "$(TargetDir)\"</PostBuildEvent>
707708
</PropertyGroup>
708709
<Import Project="..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets" Condition="Exists('..\..\..\packages\Microsoft.Bcl.Build.1.0.14\tools\Microsoft.Bcl.Build.targets')" />
710+
<Import Project="$(SolutionDir)\.nuget\NuGet.targets" Condition="Exists('$(SolutionDir)\.nuget\NuGet.targets')" />
709711
</Project>

0 commit comments

Comments
 (0)