-
Notifications
You must be signed in to change notification settings - Fork 4k
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
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
This file was deleted.
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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" /> | ||
<Compile Include="Cmdlets\GetAzureWebApp.cs" /> | ||
<Compile Include="Cmdlets\RemoveAzureWebApp.cs" /> | ||
|
@@ -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" /> | ||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Please remove the files as well There was a problem hiding this comment. Choose a reason for hiding this commentThe 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. There was a problem hiding this comment. Choose a reason for hiding this commentThe 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" /> | ||
|
There was a problem hiding this comment.
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