Skip to content

removing the metrics cmdlets as they are not working, #296

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Mar 25, 2015
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view

This file was deleted.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,6 @@
<Reference Include="System.Management.Automation, Version=3.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL" />
</ItemGroup>
<ItemGroup>
<Compile Include="Cmdlets\GetAzureWebAppMetrics.cs" />
<Compile Include="Cmdlets\GetAzureWebAppPublishingProfile.cs" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the files as well

<Compile Include="Cmdlets\GetAzureWebApp.cs" />
<Compile Include="Cmdlets\RemoveAzureWebApp.cs" />
Expand All @@ -134,7 +133,6 @@
<Compile Include="Cmdlets\StartAzureWebApp.cs" />
<Compile Include="Cmdlets\StopAzureWebApp.cs" />
<Compile Include="Cmdlets\AppServicePlan\GetAzureAppServicePlan.cs" />
<Compile Include="Cmdlets\AppServicePlan\GetAzureAppServicePlanMetrics.cs" />
<Compile Include="Cmdlets\AppServicePlan\SetAzureAppServicePlan.cs" />
<Compile Include="Cmdlets\AppServicePlan\NewAzureAppServicePlan.cs" />
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please remove the files as well

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

we will re enable them as we are working on a fix in backend. we just wanted to ensure these cmdlets are not enabled. Hence not planning to remove the files.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You can remove those files now and later just revert the commit to bring them back :)

<Compile Include="Cmdlets\AppServicePlan\RemoveAppServicePlan.cs" />
Expand Down