-
Notifications
You must be signed in to change notification settings - Fork 4k
Adds Intelligence Pack functions #1241
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
Conversation
Added Set/Get for Intelligence Packs, which allows for IPs to be enabled or disabled and for a list of intelligence packs to be returned
Can one of the admins verify this patch? |
Hi @independentwork, I'm your friendly neighborhood Azure Pull Request Bot (You can call me AZPRBOT). Thanks for your contribution!
TTYL, AZPRBOT; |
@azuresdkci add to whitelist |
@independentwork Failing tests. Please fix. |
@@ -68,6 +68,10 @@ | |||
<SpecificVersion>False</SpecificVersion> | |||
<HintPath>..\..\..\packages\Microsoft.Azure.Common.2.1.0\lib\net45\Microsoft.Azure.Common.NetFramework.dll</HintPath> | |||
</Reference> | |||
<Reference Include="Microsoft.Azure.Management.OperationalInsights, Version=0.9.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35, processorArchitecture=MSIL"> |
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.
@independentwork This should not be added here. This adds an OperationInsights dependency to all AzureRM projects - meaning evry time it's updated, every package would have to be republished. Please add this only to your project
Adds Intelligence Pack functions
Adds functions to enable, disable, and list intelligence packs