Skip to content

Commit 31d25f3

Browse files
committed
Added new Management Pack files - Thank you Michael Sadoff! 🦅
1 parent af27435 commit 31d25f3

File tree

88 files changed

+8112
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

88 files changed

+8112
-0
lines changed
Binary file not shown.

.vs/SCOM-Scripts-and-SQL/v17/.wsuo

11 KB
Binary file not shown.

.vs/VSWorkspaceState.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"ExpandedNodes": [
3+
""
4+
],
5+
"SelectedNode": "\\C:\\Users\\blakedrumm\\Source\\Repos\\SCOM-Scripts-and-SQL",
6+
"PreviewInSolutionExplorer": false
7+
}

.vs/slnx.sqlite

152 KB
Binary file not shown.
Lines changed: 73 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,73 @@
1+
<Project ToolsVersion="4.0" DefaultTargets="Build" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
2+
<PropertyGroup>
3+
<Configuration Condition=" '$(Configuration)' == '' ">Debug</Configuration>
4+
<ProjectGuid>{7f2e6ed8-9afb-4d3e-9cc0-692d40a2ae6b}</ProjectGuid>
5+
<RootNamespace>
6+
</RootNamespace>
7+
<Name>Azure KeyVault ExpiringSecrets Monitor</Name>
8+
<ManagementPackName>Azure.KeyVault.ExpiringSecrets.Monitor</ManagementPackName>
9+
<Version>1.0.0.20</Version>
10+
<MpFrameworkVersion>v7.0.3</MpFrameworkVersion>
11+
<MpFrameworkProfile>OM</MpFrameworkProfile>
12+
<ProductVersion>1.1.0.0</ProductVersion>
13+
</PropertyGroup>
14+
<PropertyGroup Condition=" '$(Configuration)' == 'Debug' ">
15+
<DebugSymbols>true</DebugSymbols>
16+
<OutputPath>bin\Debug\</OutputPath>
17+
<GenerateSealed>True</GenerateSealed>
18+
<Company>Microsoft</Company>
19+
<Copyright>Copyright (c) MyCompany. All rights reserved.</Copyright>
20+
<DelaySigning>False</DelaySigning>
21+
<AssemblyOriginatorKeyFile>C:\Users\msadoff\Documents\mykey.snk</AssemblyOriginatorKeyFile>
22+
</PropertyGroup>
23+
<PropertyGroup Condition=" '$(Configuration)' == 'Release' ">
24+
<DebugSymbols>false</DebugSymbols>
25+
<OutputPath>bin\Release\</OutputPath>
26+
<DelaySigning>False</DelaySigning>
27+
<Company>Microsoft</Company>
28+
<Copyright>Copyright (c) MyCompany. All rights reserved.</Copyright>
29+
<DelaySign>false</DelaySign>
30+
<AssemblyOriginatorKeyFile>C:\Users\msadoff\Documents\mykey.snk</AssemblyOriginatorKeyFile>
31+
<GenerateSealed>True</GenerateSealed>
32+
</PropertyGroup>
33+
<ItemGroup>
34+
<ManagementPackReference Include="Microsoft.SystemCenter.InstanceGroup.Library">
35+
<HintPath>C:\Program Files (x86)\System Center Visual Studio Authoring Extensions\References\OM2016\Microsoft.SystemCenter.InstanceGroup.Library.mp</HintPath>
36+
<Alias>Instance</Alias>
37+
<MinVersion>7.5.8501.0</MinVersion>
38+
<PackageToBundle>False</PackageToBundle>
39+
</ManagementPackReference>
40+
<ManagementPackReference Include="Microsoft.SystemCenter.Library">
41+
<Alias>SC</Alias>
42+
<PackageToBundle>False</PackageToBundle>
43+
</ManagementPackReference>
44+
<ManagementPackReference Include="Microsoft.SystemCenter.MicrosoftAzure">
45+
<HintPath>C:\Users\msadoff\OneDrive - Microsoft\Development\MPs - Custom\Azure KeyVault Monitor\Azure.KeyVault.ExpiringSecrets.Monitor\Microsoft.SystemCenter.MicrosoftAzure.mpb</HintPath>
46+
<Alias>Azure</Alias>
47+
<MinVersion>1.8.0.9</MinVersion>
48+
<PackageToBundle>False</PackageToBundle>
49+
</ManagementPackReference>
50+
<ManagementPackReference Include="Microsoft.Windows.Library">
51+
<Alias>Windows</Alias>
52+
<PackageToBundle>false</PackageToBundle>
53+
</ManagementPackReference>
54+
<ManagementPackReference Include="System.Health.Library">
55+
<Alias>Health</Alias>
56+
<PackageToBundle>false</PackageToBundle>
57+
</ManagementPackReference>
58+
<ManagementPackReference Include="System.Library">
59+
<Alias>System</Alias>
60+
<PackageToBundle>false</PackageToBundle>
61+
</ManagementPackReference>
62+
<ManagementPackReference Include="Microsoft.SystemCenter.Visualization.Library">
63+
<Alias>Visualization</Alias>
64+
<PackageToBundle>false</PackageToBundle>
65+
</ManagementPackReference>
66+
</ItemGroup>
67+
<ItemGroup>
68+
<Compile Include="ManagementPack.mpx">
69+
<SubType>Code</SubType>
70+
</Compile>
71+
</ItemGroup>
72+
<Import Project="$(MSBuildExtensionsPath)\Microsoft\VSAC\Microsoft.SystemCenter.OperationsManager.targets" />
73+
</Project>
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
<?xml version="1.0" encoding="utf-8"?>
2+
<Project ToolsVersion="Current" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
3+
<PropertyGroup>
4+
<DeploymentNextVersion>1.0.0.40</DeploymentNextVersion>
5+
</PropertyGroup>
6+
</Project>

0 commit comments

Comments
 (0)