Skip to content

Commit 1c7443f

Browse files
committed
Merge pull request #296 from NaveenGoli/release-0.8.16
removing the metrics cmdlets as they are not working,
2 parents c94c5c5 + 6fe1d8a commit 1c7443f

File tree

3 files changed

+0
-154
lines changed

3 files changed

+0
-154
lines changed

src/ResourceManager/Websites/Commands.Websites/Cmdlets/AppServicePlan/GetAzureAppServicePlanMetrics.cs

Lines changed: 0 additions & 77 deletions
This file was deleted.

src/ResourceManager/Websites/Commands.Websites/Cmdlets/GetAzureWebAppMetrics.cs

Lines changed: 0 additions & 75 deletions
This file was deleted.

src/ResourceManager/Websites/Commands.Websites/Commands.Websites.csproj

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@
125125
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
126126
</ItemGroup>
127127
<ItemGroup>
128-
<Compile Include="Cmdlets\GetAzureWebAppMetrics.cs" />
129128
<Compile Include="Cmdlets\GetAzureWebAppPublishingProfile.cs" />
130129
<Compile Include="Cmdlets\GetAzureWebApp.cs" />
131130
<Compile Include="Cmdlets\RemoveAzureWebApp.cs" />
@@ -134,7 +133,6 @@
134133
<Compile Include="Cmdlets\StartAzureWebApp.cs" />
135134
<Compile Include="Cmdlets\StopAzureWebApp.cs" />
136135
<Compile Include="Cmdlets\AppServicePlan\GetAzureAppServicePlan.cs" />
137-
<Compile Include="Cmdlets\AppServicePlan\GetAzureAppServicePlanMetrics.cs" />
138136
<Compile Include="Cmdlets\AppServicePlan\SetAzureAppServicePlan.cs" />
139137
<Compile Include="Cmdlets\AppServicePlan\NewAzureAppServicePlan.cs" />
140138
<Compile Include="Cmdlets\AppServicePlan\RemoveAppServicePlan.cs" />

0 commit comments

Comments
 (0)